Skip to content

Commit

Permalink
feat: Add missing system color tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbsmith committed Apr 1, 2024
1 parent feaf7ba commit 94000c2
Showing 1 changed file with 34 additions and 3 deletions.
37 changes: 34 additions & 3 deletions packages/canvas-tokens/tokens/web/sys.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
"type": "color",
"description": "Page background"
},
"softer": {
"value": "{palette.soap.100}",
"type": "color",
"description": "Disabled inputs and column headers"
},
"strong": {
"value": "{palette.soap.400}",
"type": "color",
Expand All @@ -45,12 +50,16 @@
}
},
"muted": {
"default": {
"value": "{palette.licorice.300}",
"softer": {
"value": "{palette.licorice.100}",
"type": "color"
},
"soft": {
"value": "{palette.licorice.100}",
"value": "{palette.licorice.200}",
"type": "color"
},
"default": {
"value": "{palette.licorice.300}",
"type": "color"
},
"strong": {
Expand Down Expand Up @@ -207,6 +216,11 @@
"value": "{palette.blueberry.500}",
"type": "color",
"description": "Branded hover text"
},
"stronger": {
"value": "{palette.blueberry.600}",
"type": "color",
"description": "Active links"
}
},
"caution": {
Expand Down Expand Up @@ -316,6 +330,11 @@
}
},
"muted": {
"soft": {
"value": "{palette.licorice.200}",
"type": "color",
"description": "Tab item text"
},
"default": {
"value": "{palette.licorice.300}",
"type": "color",
Expand Down Expand Up @@ -383,6 +402,11 @@
"value": "{palette.licorice.500}",
"type": "color",
"description": "Input hover"
},
"inverse": {
"value": "{palette.soap.300}",
"type": "color",
"description": "Borders on checkboxes and radios"
}
},
"contrast": {
Expand Down Expand Up @@ -500,6 +524,13 @@
"description": "Stronger blue"
}
},
"gold": {
"stronger": {
"value": "{palette.toasted-marshmallow.600}",
"type": "color",
"description": "Foregrounds in low emphasis status indicators"
}
},
"green": {
"default": {
"value": "{palette.green-apple.400}",
Expand Down

0 comments on commit 94000c2

Please sign in to comment.