Skip to content

Commit

Permalink
feat(data): removing all reference to inverse tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Oct 3, 2024
1 parent 55866f4 commit 6369f3e
Show file tree
Hide file tree
Showing 19 changed files with 4,683 additions and 7,976 deletions.
2,936 changes: 1,468 additions & 1,468 deletions data/tokens/$themes.json

Large diffs are not rendered by default.

42 changes: 12 additions & 30 deletions data/tokens/components/badge.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
{
"badge": {
"color": {
"inverse": {
"notification": {
"border-default": {
"value": "{modes.color.generic.fg.inverse.nought}",
"type": "color"
},
"bg-default": {
"value": "{modes.color.status.negative.inverse.default}",
"type": "color"
},
"label-default": {
"value": "{modes.color.generic.fg.inverse.nought}",
"type": "color"
}
}
},
"standard": {
"notification": {
"border-default": {
"value": "{modes.color.generic.fg.standard.nought}",
"type": "color"
},
"bg-default": {
"value": "{modes.color.status.negative.standard.default}",
"type": "color"
},
"label-default": {
"value": "{modes.color.generic.fg.standard.nought}",
"type": "color"
}
"notification": {
"border-default": {
"value": "{modes.color.generic.fg.nought}",
"type": "color"
},
"bg-default": {
"value": "{modes.color.status.negative.default}",
"type": "color"
},
"label-default": {
"value": "{modes.color.generic.fg.nought}",
"type": "color"
}
}
},
Expand Down
Loading

0 comments on commit 6369f3e

Please sign in to comment.