Skip to content

Commit

Permalink
enhance: CMD-182 design tokens (#863)
Browse files Browse the repository at this point in the history
* enhance: CMD-182 do not use `-rgb` css vars

* refactor: deprecated var `…accent--tertiary`

* deps: CMD-182 core-styles v2.31.0 candidate

* chore(taccsite_custom): remove redundant style

* fix(taccsite_custom): CMD-182 not var in rgb

* fix(taccsite_custom): CMD-182 more no var in rgb

* deps: CMD-182 core-styles v2.31.0 candidate

* feat: CMD-182 use tokens core-v3

* fix: CMD-182 use tokens core-v3

* fix: CMD-182 use built tokens core-v3

* chore: CMD-182 flag old color vars as deprecated

* refactor: CMD-182 core-styles v3 colors updated

* fix: CMD-182 back to v2 design tokens

* fix(taccsite_custom): CMD-182 rgb relative color syntax

* fix(core-styles): CMD-182 rgb relative color syntax

* deps: CMD-182 core-styles colors.accent.1.light

* feat(core-styles): v2.32.0
  • Loading branch information
wesleyboar authored Sep 5, 2024
1 parent 4b97533 commit a890672
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 28 deletions.
89 changes: 64 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@frctl/fractal": "^1.5.14",
"@frctl/mandelbrot": "^1.10.1",
"@tacc/core-styles": "^2.31.0",
"@tacc/core-styles": "^2.32.0",
"minimist": "^1.2.6"
},
"repository": "[email protected]:TACC/Core-CMS.git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
}
@keyframes focus {
from {
outline-color: var(--global-color-accent--tertiary);
outline-color: var(--global-color-tertiary--normal);
}
}

0 comments on commit a890672

Please sign in to comment.