Skip to content

Commit

Permalink
feat(data): re-order button colour tokens to be alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Jan 2, 2024
1 parent 8c8dde5 commit 009d56d
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions data/tokens/Components/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"value": "{base.color.interactive.inactive.default}",
"type": "color"
},
"bg-enabled": {
"value": "{base.color.interactive.danger.default}",
"type": "color"
},
"bg-active": {
"value": "{base.color.interactive.danger.active}",
"type": "color"
},
"bg-enabled": {
"value": "{base.color.interactive.danger.default}",
"type": "color"
},
"bg-hover": {
"value": "{base.color.interactive.danger.hover}",
"type": "color"
Expand Down Expand Up @@ -64,30 +64,30 @@
"value": "{base.color.interactive.primary.withActive}",
"type": "color"
},
"label-hover": {
"value": "{base.color.interactive.danger.hover}",
"type": "color"
},
"label-disabled": {
"value": "{base.color.interactive.inactive.content}",
"type": "color"
},
"label-enabled": {
"value": "{base.color.interactive.danger.default}",
"type": "color"
},
"label-hover": {
"value": "{base.color.interactive.danger.hover}",
"type": "color"
}
}
},
"standard": {
"primary": {
"bg-disabled": {
"value": "{base.color.interactive.inactive.default}",
"type": "color"
},
"bg-active": {
"value": "{base.color.interactive.primary.active}",
"type": "color"
},
"bg-disabled": {
"value": "{base.color.interactive.inactive.default}",
"type": "color"
},
"bg-enabled": {
"value": "{base.color.interactive.primary.default}",
"type": "color"
Expand Down Expand Up @@ -155,6 +155,28 @@
"type": "color"
}
},
"subtle": {
"bg-active": {
"value": "{base.color.interactive.monochrome.standard.active}",
"type": "color"
},
"label-active": {
"value": "{base.color.interactive.monochrome.standard.withActive}",
"type": "color"
},
"label-disabled": {
"value": "{base.color.interactive.inactive.content}",
"type": "color"
},
"label-enabled": {
"value": "{base.color.interactive.monochrome.standard.defaultAlt}",
"type": "color"
},
"label-hover": {
"value": "{base.color.interactive.monochrome.standard.withHover}",
"type": "color"
}
},
"tertiary": {
"bg-active": {
"value": "{base.color.interactive.monochrome.standard.active}",
Expand Down Expand Up @@ -200,28 +222,6 @@
"value": "{base.color.interactive.monochrome.standard.withHover}",
"type": "color"
}
},
"subtle": {
"bg-active": {
"value": "{base.color.interactive.monochrome.standard.active}",
"type": "color"
},
"label-active": {
"value": "{base.color.interactive.monochrome.standard.withActive}",
"type": "color"
},
"label-disabled": {
"value": "{base.color.interactive.inactive.content}",
"type": "color"
},
"label-enabled": {
"value": "{base.color.interactive.monochrome.standard.defaultAlt}",
"type": "color"
},
"label-hover": {
"value": "{base.color.interactive.monochrome.standard.withHover}",
"type": "color"
}
}
}
}
Expand Down

0 comments on commit 009d56d

Please sign in to comment.