Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance: CMD-182 design tokens (#372)
* Initial tokens * Revert "Initial tokens" This reverts commit 0df274d. * Updates since adding v3 * feat: CMD-182 save v3 design tokens * fix: CMD-182 wrong tokens keys normal/medium * fix: CMD-182 token format v4 isntead of v3 `format('style-dictionary3')` Must I find/replace every time I update tokens? Grumble. * fix: CMD-182 token groups not unique, -xx to 2x * refactor: design-tokens, no rgb vars, rel. colors * docs: CMD-182 do not suggest var in rgb - not supported by Safari v15* - not polyfilled by postcss-relative-color-syntax * Supported by v16. Once v18 coems ut, we can use var in rgb, because we only need support latest 2 major versions of common browsers. * fix: CMD-182 do not use var in rgb - not supported by Safari v15* - not polyfilled by postcss-relative-color-syntax * Supported by v16. Once v18 coems ut, we can use var in rgb, because we only need support latest 2 major versions of common browsers. * fix: CMD-182 tokens core-v3 traffic * feat: CMD-182 tokens core-v3 light * build: CMD-182 tokens core-v2 light * feat: CMD-182 design tokens core-v3 (#375) * feat: CMD-182 use tokens core-v3 * build: CMD-182 tokens core-v3 light * chore: CMD-182 delete dist of deleted files * enhance: CMD-182 revise color grid - add fifth accent - flatten color token names * enhance: CMD-182 revise color grid - add fifth accent - flatten color token names * feat: deprecate alt/weak accent colors These are like the values TACC/tup-ui uses. * enhance: std message colors for portals * build: std message colors for portals * fix: CMD-182 revert color grid, keep new names * refactor: brand color tokens v1, v2, v3, ds * fix: CMD-182 revert from v3 to v2 (prep for merge) Prepare to merge to base, then return to v3 a smarter way. * chore: CMD-182 remove explicit v2 dist * docs: CMD-182 do not distinguish colors per client All clients use the same colors now. * chore: show deprecated colors as such in demo * fix: show deprecated colors as such in demo * fix: deprecated colors not loading * fix: deprecated colors not loading (v3) * chore: show more deprecated colors as such * fix: deprecated `on-light`/`dark` colors wrong * 2024-08-26 tokens - Primitives: v1, v2, v3, ds - Tokens: dark, light * (for real) 2024-08-26 tokens - Primitives: v1, v2, v3, ds - Tokens: dark, light * refactor: rename src/build to src/buuild-styles * renamed Primitive modes to match Token groups * fix: CMD-182 build tokens from single Figma export * chore: CMD-182 token build better logging * fix: CMD-182 token build excluding ever more data * feat: CMD-182 use new token files * fix: CMD-182 rgb relative color syntax
- Loading branch information