-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add basic and control statuses #2047
Merged
Merged
Conversation
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
Toastr now has `basic` status by default. Default toastr backround, border and text color theme variables became `basic`: toastr-background-color -> toastr-basic-background-color toastr-border-color -> toastr-basic-border-color toastr-text-color -> toastr-basic-text-color toastr-destroyable-hover-background-color -> toastr-destroyable-hover-basic-background-color toastr-destroyable-hover-border-color -> toastr-destroyable-hover-basic-border-color
Button now has `basic` status by default. `button-outline-background-color` became `button-outline-basic-background-color`.
Input now has `basic` status by default and empty string value is deprecated. Default background, border, text colors theme variables became basic: input-background-color -> input-basic-background-color input-placeholder-text-color -> input-basic-placeholder-text-color input-text-color -> input-basic-text-color input-border-color -> input-basic-border-color input-focus-border-color -> input-basic-focus-border-color input-hover-border-color -> input-basic-hover-border-color
Checkbox now has `basic` status by default and empty string value is deprecated. Default background, border and text colors theme variables became `basic`: checkbox-background-color -> checkbox-basic-background-color checkbox-border-color -> checkbox-basic-border-color checkbox-text-color -> checkbox-basic-text-color
Badge now has `basic` status by default.
Progress now has `basic` status by default.
Alert now has `basic` status by default. Default background and text colors theme variables became `basic`: alert-background-color -> alert-basic-background-color alert-text-color -> alert-basic-text-color
Spinner now has `basic` status by default. Default background, filled and empty colors theme variables became `basic`: spinner-background-color -> spinner-basic-background-color spinner-circle-filled-color -> spinner-basic-circle-filled-color spinner-circle-empty-color -> spinner-basic-circle-empty-color
Tooltip now has `basic` status by default. Default background, filled and empty colors theme variables became `basic`: tooltip-background-color -> tooltip-basic-background-color tooltip-border-color -> tooltip-basic-border-color tooltip-text-color -> tooltip-basic-text-color
Radio now has `basic` status by default. Default background, filled and empty colors theme variables became `basic`: radio-background-color -> radio-basic-background-color radio-circle-filled-color -> radio-basic-circle-filled-color radio-circle-empty-color -> radio-basic-circle-empty-color
Icon now has `basic` status by default.
Toggle now has `basic` status by default. Default background, filled and empty colors theme variables became `basic`: toggle-border-color -> toggle-basic-border-color toggle-background-color -> toggle-basic-background-color toggle-switcher-background-color -> toggle-basic-switcher-background-color toggle-switcher-checkmark-color -> toggle-basic-switcher-checkmark-color toggle-text-color -> toggle-basic-text-color
Select now has `basic` status by default. Default colors theme variables became `basic`: select-outline-background-color -> select-outline-basic-background-color select-outline-border-color -> select-outline-basic-border-color select-outline-icon-color -> select-outline-basic-icon-color select-outline-text-color -> select-outline-basic-text-color select-outline-placeholder-text-color -> select-outline-basic-placeholder-text-color select-outline-focus-border-color -> select-outline-basic-focus-border-color select-outline-hover-border-color -> select-outline-basic-hover-border-color select-open-outline-border-color -> select-open-basic-outline-border-color select-outline-adjacent-border-color -> select-outline-basic-adjacent-border-color select-filled-icon-color -> select-filled-basic-icon-color select-filled-text-color -> select-filled-basic-text-color select-filled-placeholder-text-color -> select-filled-basic-placeholder-text-color select-filled-focus-border-color -> select-filled-basic-focus-border-color select-filled-hover-border-color -> select-filled-basic-hover-border-color select-filled-disabled-background-color -> select-filled-basic-disabled-background-color select-filled-disabled-border-color -> select-filled-basic-disabled-border-color select-filled-disabled-icon-color -> select-filled-basic-disabled-icon-color select-filled-disabled-text-color -> select-filled-basic-disabled-text-color select-hero-background-color -> select-hero-basic-background-color select-hero-border-color -> select-hero-basic-border-color select-hero-icon-color -> select-hero-basic-icon-color select-hero-text-color -> select-hero-basic-text-color select-hero-placeholder-text-color -> select-hero-basic-placeholder-text-color select-hero-focus-border-color -> select-hero-basic-focus-border-color select-hero-hover-border-color -> select-hero-basic-hover-border-color select-hero-disabled-background-color -> select-hero-basic-disabled-background-color select-hero-disabled-icon-color -> select-hero-basic-disabled-icon-color select-hero-disabled-text-color -> select-hero-basic-disabled-text-color select-options-list-hero-border-color -> select-options-list-hero-basic-border-color
Generic disabled theme variables replaced with separate for each status variables: input-disabled-border-color -> input-<status>-disabled-border-color input-disabled-background-color -> input-<status>-disabled-background-color input-disabled-text-color -> input-<status>-disabled-text-color input-disabled-placeholder-text-color -> input-<status>-disabled-placeholder-text-color
Generic disabled theme variables replaced with separate for each status variables (outline appearance only): select-outline-disabled-background-color -> select-outline-<status>-disabled-background-color select-outline-disabled-border-color -> select-outline-<status>-disabled-border-color select-outline-disabled-icon-color -> select-outline-<status>-disabled-icon-color select-outline-disabled-text-color -> select-outline-<status>-disabled-text-color
Card now has `basic` status by default.
nnixaa
previously approved these changes
Oct 31, 2019
Codecov Report
@@ Coverage Diff @@
## master #2047 +/- ##
==========================================
- Coverage 84.28% 84.07% -0.22%
==========================================
Files 235 235
Lines 7905 8031 +126
Branches 695 705 +10
==========================================
+ Hits 6663 6752 +89
- Misses 1039 1068 +29
- Partials 203 211 +8
|
nnixaa
approved these changes
Oct 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please read and mark the following check list before creating a pull request:
Short description of what this resolves:
Following variables were renamed:
Following variables were removed: