@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.
44 lines (43 loc) • 1.8 kB
JSON
{
"ams": {
"link-list": {
"gap": { "value": "{ams.space.s}" },
"link": {
"color": { "value": "{ams.links.color}" },
"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}" },
"gap": { "value": "{ams.space.s}" },
"line-height": { "value": "{ams.typography.body-text.line-height}" },
"outline-offset": { "value": "{ams.focus.outline-offset}" },
"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}" },
"small": {
"font-size": { "value": "{ams.typography.body-text.small.font-size}" },
"line-height": { "value": "{ams.typography.body-text.small.line-height}" }
},
"large": {
"font-size": { "value": "{ams.typography.body-text.large.font-size}" },
"line-height": { "value": "{ams.typography.body-text.large.line-height}" }
},
"hover": {
"color": { "value": "{ams.links.hover.color}" },
"text-decoration-line": { "value": "{ams.links.subtle.hover.text-decoration-line}" }
},
"contrast": {
"color": { "value": "{ams.links.contrast.color}" },
"hover": {
"color": { "value": "{ams.links.contrast.hover.color}" }
}
},
"inverse": {
"color": { "value": "{ams.links.inverse.color}" },
"hover": {
"color": { "value": "{ams.links.inverse.hover.color}" }
}
}
}
}
}
}