@amsterdam/design-system-tokens
Version:
All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.
34 lines (33 loc) • 1.34 kB
JSON
{
"ams": {
"tabs": {
"gap": { "value": "{ams.space.m}" },
"list": {
"box-shadow": { "value": "inset 0 calc({ams.border.width.m} * -1) {ams.color.separator}" }
},
"button": {
"color": { "value": "{ams.color.interactive.default}" },
"cursor": { "value": "{ams.cursor.interactive}" },
"font-family": { "value": "{ams.typography.font-family}" },
"font-size": { "value": "{ams.typography.body-text.font-size}" },
"font-weight": { "value": "{ams.typography.body-text.font-weight}" },
"line-height": { "value": "{ams.typography.body-text.line-height}" },
"outline-offset": { "value": "-0.25rem" },
"padding-block": { "value": "{ams.space.s}" },
"padding-inline": { "value": "{ams.space.m}" },
"hover": {
"color": { "value": "{ams.color.interactive.hover}" },
"box-shadow": { "value": "inset 0 calc({ams.border.width.m} * -1)" }
},
"selected": {
"box-shadow": { "value": "inset 0 calc({ams.border.width.xl} * -1)" },
"font-weight": { "value": "{ams.typography.body-text.bold.font-weight}" }
},
"disabled": {
"color": { "value": "{ams.color.interactive.disabled}" },
"cursor": { "value": "{ams.cursor.disabled}" }
}
}
}
}
}