chore: remove deprecated success colors#25122
Merged
georgewrmarshall merged 4 commits intodevelopfrom Jun 7, 2024
Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
georgewrmarshall
commented
Jun 6, 2024
| var(--color-success-alternative) [DEPRECATED] | ||
| var(--color-success-muted) | ||
| var(--color-success-inverse) | ||
| var(--color-success-disabled) [DEPRECATED] |
Contributor
Author
georgewrmarshall
commented
Jun 6, 2024
| backgroundColor={BackgroundColor.successDefault} | ||
| size={ButtonSize.Sm} | ||
| > | ||
| Unlock |
georgewrmarshall
commented
Jun 6, 2024
| warningInverse = 'warning-inverse', | ||
| warningDisabled = 'warning-disabled', | ||
| successDefault = 'success-default', | ||
| successAlternative = 'success-alternative', |
Contributor
Author
georgewrmarshall
commented
Jun 6, 2024
| successAlternative = 'success-alternative', | ||
| successMuted = 'success-muted', | ||
| successInverse = 'success-inverse', | ||
| successDisabled = 'success-disabled', |
Contributor
Author
georgewrmarshall
commented
Jun 6, 2024
| &__strong { | ||
| color: var(--color-success-alternative); | ||
| color: var(--color-success-default); | ||
| } |
8503af9 to
2f19e6b
Compare
georgewrmarshall
commented
Jun 6, 2024
| Connect | ||
| </Header> | ||
| <Content backgroundColor={BackgroundColor.successAlternative}> | ||
| <Content backgroundColor={BackgroundColor.successDefault}> |
georgewrmarshall
commented
Jun 6, 2024
| Connect | ||
| </Header> | ||
| <Content background={BackgroundColor.successAlternative}> | ||
| <Content backgroundColor={BackgroundColor.successDefault}> |
georgewrmarshall
commented
Jun 6, 2024
| Connect | ||
| </Header> | ||
| <Content backgroundColor={BackgroundColor.successAlternative}> | ||
| <Content backgroundColor={BackgroundColor.successDefault}> |
georgewrmarshall
commented
Jun 6, 2024
| Connect | ||
| </Header> | ||
| <Content background={BackgroundColor.successAlternative}> | ||
| <Content backgroundColor={BackgroundColor.successDefault}> |
brianacnguyen
approved these changes
Jun 6, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #25122 +/- ##
===========================================
- Coverage 65.66% 65.65% -0.00%
===========================================
Files 1359 1359
Lines 54014 54010 -4
Branches 14015 14015
===========================================
- Hits 35464 35460 -4
Misses 18550 18550 ☔ View full report in Codecov by Sentry. |
7 tasks
Collaborator
Builds ready [ca9365e]
Page Load Metrics (47 ± 6 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
darkwing
approved these changes
Jun 6, 2024
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

















Description
This pull request removes the deprecated success colors (
success-alternativeandsuccess-disabled) in preparation for upgrading to design token v4.Related issues
Fixes: #24967
Manual testing steps
Screenshots/Recordings
Before/After screenshots in code comments for easier review
Pre-merge author checklist
Pre-merge reviewer checklist