Skip to content

Commit

Permalink
fix: add back deprecated tokens #134
Browse files Browse the repository at this point in the history
Changes to be committed:
modified:   src/color/ui.json
  • Loading branch information
blackfalcon committed Sep 15, 2023
1 parent 53e08e2 commit 1f61b86
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/color/ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"comment": "Deprecated token",
"reference": "n/a",
"version": "3.12.0"
},
"inverse": {
"value": "{color.brand.breeze.300.value}",
"public": true,
"inverse": true,
"usage": "OnDark interaction color affordance",
"wcag": "AAA",
"deprecated": false
}
},
"hover": {
Expand Down Expand Up @@ -63,6 +71,14 @@
"comment": "Deprecated token",
"reference": "n/a",
"version": "3.12.0"
},
"inverse": {
"value": "{color.brand.breeze.200.value}",
"public": true,
"inverse": true,
"usage": "Hover interaction color on dark backgrounds",
"wcag": "AAA",
"deprecated": false
}
},
"active": {
Expand Down

0 comments on commit 1f61b86

Please sign in to comment.