Merged
Conversation
2 tasks
`format('style-dictionary3')`
Must I find/replace every time I update tokens? Grumble.
- 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.
- 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.
* 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
All clients use the same colors now.
- Primitives: v1, v2, v3, ds - Tokens: dark, light
- Primitives: v1, v2, v3, ds - Tokens: dark, light
This was referenced Sep 5, 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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Add and use design tokens.
Important
Removed
--global-color-…-rgbvariables.No demo. Affected clients are updated via TACC/Core-CMS-Resources#200.
rgba(var(--global-color-…rgb), …)rgb( from var(--global-color-…rgb) r g b / …)Important
Changed Portal accent color from purple to blue.
Affected clients updated via TACC/tup-ui#476.
Important
Changed
--global-color-acent--lightfrom#86aeffto#3d6accStatus
.jsonper Core-Styles version.dstokens to new projectRelated
Changes
build-tokens.js, andbuild:tokensNPM scriptbuild.jstobuild-styles.js--global-color-…-rgbvars%x-overlay--calloutcolors--portal.cssto use blue accentcolors.accent--*.csscolors.accent.v3.csscolors.v3.cssTesting & UI
UI
Skipped.
--global-color-acent--lightchanged from#86aeffto#3d6acc.Build
tokens/*.json.npm run buiild:css.tokens/*.jsonreturn with no changes.dist/is unchanged.CMD-182.Build.mov