You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tokens): Update JSON files to support Tokens Studio management (#11852)
**Related Issue:** #11391
## Summary
This update makes changes necessary for the modification of Calcite
tokens within Tokens Studio. No changes are made to the final tokens
themselves in this update.
Criteria for completion:
- [x] Import current token files into TStudio (TStudio automatically
moves things around, but there should be no functional change)
- [x] Separate light/dark semantic color tokens into their own files so
that TStudio can use them as themes
- [x] Change all instances of `"type": "size"` to `"type": "sizing"` For
TStudio organization
- [x] Change all instances of `"type": "space"` to `"type": "spacing"`
For TStudio organization
- [x] Change all instances of `"type": "breakpoint"` to `"type":
"dimension"` For TStudio organization
- [x] Add TStudio themes for different token types
This update is one step in the process of moving our token management
over to Tokens Studio.
## Next steps
- Update snapshot tests
- Remove token attributes
- Add missing core color tokens
- Fix incorrect core color values
- Audit the structural differences between tokens and Figma variables
- Restructure tokens to align with Figma variables where necessary
- Resolve#10050
- Resolve#11565
- Resolve#11581
- Resolve#11725
- Audit the value differences between tokens and Figma variables (mainly
for percentages, and typography)
- Finalize token and Figma variable values with Calcite designers and
developers
- Update token values to align with Figma variables where necessary
- Document the new token creation and modification process
---------
Co-authored-by: JC Franco <jfranco@esri.com>
0 commit comments