Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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 Sep 13, 2023
73ef1fe
Find and replace opaque gray scale references
aaronccasanova Sep 13, 2023
9138dd7
Update transparent gray scale references to use blackAlpha scale
aaronccasanova Sep 13, 2023
cdcba5d
Add changeset entry
aaronccasanova Sep 13, 2023
7b19898
Update polaris-tokens/src/token-groups/color.ts
aaronccasanova Sep 14, 2023
1508b18
Initial add new semantic color tokens
aaronccasanova Sep 14, 2023
99643da
Update comments
aaronccasanova Sep 14, 2023
a485284
Update color.ts with new color aliases
sarahill Sep 14, 2023
71d403d
Update color.ts
sarahill Sep 14, 2023
7eff29d
Update bg-transparent-subdued to black-alpha-6
aaronccasanova Sep 14, 2023
03a498d
Merge branch 'main' of https://github.com/Shopify/polaris into update…
aaronccasanova Sep 14, 2023
bf3170f
Merge branch 'update-private-primitive-colors' of https://github.com/…
aaronccasanova Sep 14, 2023
10885a5
Initial color migration
aaronccasanova Sep 15, 2023
df98f90
Update color semantics
aaronccasanova Sep 15, 2023
aceb18c
Add net new token mappings
aaronccasanova Sep 15, 2023
ac92cde
Add changeset entries
aaronccasanova Sep 15, 2023
807c2ce
Remove temp color migration
aaronccasanova Sep 18, 2023
20433f5
Merge branch 'main' of https://github.com/Shopify/polaris into update…
aaronccasanova Sep 18, 2023
da25f30
Cleanup comments
aaronccasanova Sep 18, 2023
d86b112
Consolidate surface and fill to background alias
aaronccasanova Sep 19, 2023
872104e
Consolidate surface and fill to background alias in light-uplift theme
aaronccasanova Sep 19, 2023
2d87db3
Update comments
aaronccasanova Sep 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/hip-gorillas-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@shopify/polaris': minor
Copy link
Contributor

@lgriffee lgriffee Sep 19, 2023

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? 🦍✨

Copy link
Member Author

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.

'@shopify/polaris-tokens': minor
---

Updated semantic `color` tokens
Loading