Skip to content

Commit

Permalink
Merge pull request #381 from Sage/DSteam-240416
Browse files Browse the repository at this point in the history
data
  • Loading branch information
druhill authored Oct 8, 2024
2 parents 87bc5a2 + fbd52ac commit b19cd8b
Show file tree
Hide file tree
Showing 27 changed files with 10,484 additions and 13,868 deletions.
8 changes: 4 additions & 4 deletions data/tokens/$metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"components/badge",
"components/button",
"components/container",
"components/feedback",
"components/focus",
"components/form",
"components/link",
Expand All @@ -21,13 +20,14 @@
"components/page",
"components/popover",
"components/progress",
"components/status",
"components/profile",
"components/tab",
"components/table",
"screensize/small",
"screensize/large",
"context/product",
"context/frozenproduct",
"context/marketing"
"context/marketing",
"screensize/large",
"screensize/small"
]
}
11,770 changes: 5,418 additions & 6,352 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.status.content.standard.withDefault}",
"type": "color"
},
"bg-default": {
"value": "{modes.color.status.negative.inverse.default}",
"type": "color"
},
"label-default": {
"value": "{modes.color.status.content.standard.withDefault}",
"type": "color"
}
}
},
"standard": {
"notification": {
"border-default": {
"value": "{modes.color.status.content.inverse.withDefault}",
"type": "color"
},
"bg-default": {
"value": "{modes.color.status.negative.standard.default}",
"type": "color"
},
"label-default": {
"value": "{modes.color.status.content.inverse.withDefault}",
"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 b19cd8b

Please sign in to comment.