This repository was archived by the owner on Sep 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update semantic color
tokens
#10477
Merged
Merged
Update semantic color
tokens
#10477
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
6501355
Update gray scale and add black alpha scale
aaronccasanova 73ef1fe
Find and replace opaque gray scale references
aaronccasanova 9138dd7
Update transparent gray scale references to use blackAlpha scale
aaronccasanova cdcba5d
Add changeset entry
aaronccasanova 7b19898
Update polaris-tokens/src/token-groups/color.ts
aaronccasanova 1508b18
Initial add new semantic color tokens
aaronccasanova 99643da
Update comments
aaronccasanova a485284
Update color.ts with new color aliases
sarahill 71d403d
Update color.ts
sarahill 7eff29d
Update bg-transparent-subdued to black-alpha-6
aaronccasanova 03a498d
Merge branch 'main' of https://github.com/Shopify/polaris into update…
aaronccasanova bf3170f
Merge branch 'update-private-primitive-colors' of https://github.com/…
aaronccasanova 10885a5
Initial color migration
aaronccasanova df98f90
Update color semantics
aaronccasanova aceb18c
Add net new token mappings
aaronccasanova ac92cde
Add changeset entries
aaronccasanova 807c2ce
Remove temp color migration
aaronccasanova 20433f5
Merge branch 'main' of https://github.com/Shopify/polaris into update…
aaronccasanova da25f30
Cleanup comments
aaronccasanova d86b112
Consolidate surface and fill to background alias
aaronccasanova 872104e
Consolidate surface and fill to background alias in light-uplift theme
aaronccasanova 2d87db3
Update comments
aaronccasanova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@shopify/polaris': minor | ||
'@shopify/polaris-tokens': minor | ||
--- | ||
|
||
Updated semantic `color` tokens |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this only be for
polaris-tokens
? 🦍✨There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good question. Most consumers don't pull in Polaris tokens and instead rely on Polaris react for token updates. If we omit Polaris react here our changeset config bumps it as a patch. I tentatively think they should both be minor releases in this case.