Skip to content

Commit

Permalink
feat(tokens): add new design tokens #137
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Dec 11, 2023
1 parent 8b23154 commit a3d89c7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/color/border.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
"comment": "Deprecated token",
"reference": "n/a",
"version": "3.12.0"
},
"inverse": {
"value": "{color.brand.breeze.300.value}",
"public": false,
"onDark": true,
"usage": "Active border color on dark backgrounds",
"wcag": "n/a",
"deprecated": true
}
},
"error": {
Expand Down
23 changes: 23 additions & 0 deletions src/color/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,22 @@
}
},
"bkg": {
"default": {
"default": {
"value": "00000008",
"public": true,
"default": true,
"usage": "Default affordance for background colors",
"deprecated": false
},
"inverse": {
"value": "ffffff08",
"public": true,
"default": true,
"usage": "Default affordance for dark background colors",
"deprecated": false
}
},
"hover": {
"onDark": {
"value": "5de3f71a",
Expand Down Expand Up @@ -173,6 +189,13 @@
"default": true,
"usage": "Default hover affordance for background colors",
"deprecated": false
},
"inverse": {
"value": "ffffff0f",
"public": true,
"default": true,
"usage": "Default affordance for background colors",
"deprecated": false
}
}
}
Expand Down

0 comments on commit a3d89c7

Please sign in to comment.