Skip to content

Commit

Permalink
new tokens card
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-fx committed Sep 13, 2023
1 parent 27b0d4c commit c16408c
Showing 1 changed file with 32 additions and 6 deletions.
38 changes: 32 additions & 6 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
"value": "#F8F9FB",
"type": "color"
},
"75": {
"value": "rgba(0,0,0,0)",
"type": "color"
},
"100": {
"value": "#F2F4F8",
"type": "color"
Expand Down Expand Up @@ -1149,7 +1145,7 @@
"type": "color"
},
"muted": {
"value": "{core.color.primary.300}",
"value": "{core.color.primary.200}",
"type": "color"
},
"default": {
Expand Down Expand Up @@ -4040,11 +4036,23 @@
"default": {
"value": "{global.background.color.surface.default}",
"type": "color"
},
"muted": {
"value": "{global.background.color.surface.muted}",
"type": "color"
}
}
},
"spacing": {
"gap": {
"xxs": {
"value": "{global.spacing.gap.sm}",
"type": "spacing"
},
"xs": {
"value": "{global.spacing.gap.md}",
"type": "spacing"
},
"sm": {
"value": "{global.spacing.gap.lg}",
"type": "spacing"
Expand Down Expand Up @@ -4091,11 +4099,23 @@
"default": {
"value": "{global.content.color.text.emphasis}",
"type": "color"
},
"icon": {
"value": "{global.content.color.icon.emphasis}",
"type": "color"
}
},
"typo": {
"value": "{global.content.typo.heading.md}",
"type": "typography"
},
"typo-regular": {
"value": "{accordion.content.typo.sm}",
"type": "typography"
},
"typo-bold": {
"value": "{global.content.typo.body.sm--bold}",
"type": "typography"
}
},
"border": {
Expand Down Expand Up @@ -4459,7 +4479,7 @@
"type": "color"
},
"default--alt": {
"value": "{global.content.color.text.muted}",
"value": "{global.content.color.icon.default}",
"type": "color"
}
},
Expand Down Expand Up @@ -6266,6 +6286,12 @@
"value": "{global.border.width.sm}",
"type": "borderWidth"
}
},
"shadow": {
"hover": {
"value": "{global.shadow.100}",
"type": "boxShadow"
}
}
},
"buttonActionLibrary": {
Expand Down

0 comments on commit c16408c

Please sign in to comment.