Skip to content

Commit

Permalink
feat(data): removing alias reference to standard groups that sit with…
Browse files Browse the repository at this point in the history
…in inverse inside status component file
  • Loading branch information
ljemmo committed Sep 18, 2024
1 parent f35c99e commit ad4f054
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions data/tokens/components/status.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"description": "Pill (all types, readonly, when nested in disabled parent components)"
},
"icon-default": {
"value": "{modes.color.generic.bg.standard.nought}",
"value": "{modes.color.generic.bg.inverse.nought}",
"type": "color",
"description": "Decorative message icons"
},
"label-default": {
"value": "{modes.color.status.content.standard.withDefault}",
"type": "color"
},
"label-readonly": {
"value": "{modes.color.generic.content.standard.extreme}",
"value": "{modes.color.interactive.monochrome.inverse.withDefault}",
"type": "color",
"description": "Pill (all types, readonly, when nested in disabled parent components)"
},
"label-default": {
"value": "{modes.color.interactive.monochrome.inverse.withDefault}",
"type": "color"
},
"label-hover": {
"value": "{modes.color.status.content.inverse.withHover}",
"type": "color"
Expand Down Expand Up @@ -191,11 +191,11 @@
"description": "Decorative message icons"
},
"label-default": {
"value": "{modes.color.status.content.inverse.withDefaultAlt}",
"value": "{modes.color.interactive.monochrome.standard.withDefault}",
"type": "color"
},
"label-readonly": {
"value": "{modes.color.generic.content.standard.extreme}",
"value": "{modes.color.interactive.monochrome.standard.withDefault}",
"type": "color",
"description": "Pill (all types, readonly, when nested in disabled parent components)"
},
Expand Down Expand Up @@ -223,11 +223,11 @@
},
"AI": {
"bg-default": {
"value": "{modes.color.status.ai.inverse.default}",
"value": "{modes.color.generic.bg.inverse.nought}",
"type": "color"
},
"border-default": {
"value": "{modes.color.status.ai.inverse.default}",
"value": "{modes.color.generic.fg.inverse.nought}",
"type": "color"
}
},
Expand Down

0 comments on commit ad4f054

Please sign in to comment.