@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.
27 lines (26 loc) • 1.14 kB
JSON
{
"ams": {
"pagination": {
"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}" },
"link": {
"color": { "value": "{ams.links.color}" },
"gap": { "value": "{ams.space.xs}" },
"outline-offset": { "value": "{ams.focus.outline-offset}" },
"padding-inline": { "value": "{ams.space.s}" },
"text-decoration-line": { "value": "{ams.links.subtle.text-decoration-line}" },
"text-decoration-thickness": { "value": "{ams.links.text-decoration-thickness}" },
"text-underline-offset": { "value": "{ams.links.text-underline-offset}" },
"current": {
"font-weight": { "value": "{ams.typography.body-text.bold.font-weight}" }
},
"hover": {
"color": { "value": "{ams.links.hover.color}" },
"text-decoration-line": { "value": "{ams.links.subtle.hover.text-decoration-line}" }
}
}
}
}
}