-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6442 from bitfoundation/develop
Version 8.6.0 (#6411)
- Loading branch information
Showing
229 changed files
with
6,497 additions
and
1,406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 10 additions & 10 deletions
20
...lazorUI/Components/Badge/BitBadgeColor.cs → ...orUI/Bit.BlazorUI/Components/BitColors.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
namespace Bit.BlazorUI; | ||
|
||
public enum BitBadgeColor | ||
public enum BitColor | ||
{ | ||
/// <summary> | ||
/// Info style of Badge. | ||
/// Info styled component. | ||
/// </summary> | ||
Info, | ||
|
||
/// <summary> | ||
/// Warning style of Badge. | ||
/// Success styled component. | ||
/// </summary> | ||
Warning, | ||
Success, | ||
|
||
/// <summary> | ||
/// Success style of Badge. | ||
/// Warning styled component. | ||
/// </summary> | ||
Success, | ||
Warning, | ||
|
||
/// <summary> | ||
/// Error style of Badge. | ||
/// Severe Warning styled component. | ||
/// </summary> | ||
Error, | ||
SevereWarning, | ||
|
||
/// <summary> | ||
/// Severe Warning style of Badge. | ||
/// Error styled component. | ||
/// </summary> | ||
SevereWarning, | ||
Error, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
src/BlazorUI/Bit.BlazorUI/Components/Buttons/BitButtonColor.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.