@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.
45 lines (44 loc) • 1.09 kB
JSON
{
"ams": {
"error-message": {
"color": {
"$value": "{ams.color.feedback.error}",
"$extensions": {
"nl.amsterdam.type": "color"
}
},
"font-family": {
"$value": "{ams.typography.font-family}",
"$extensions": {
"nl.amsterdam.type": "fontFamily"
}
},
"font-size": {
"$value": "{ams.typography.body-text.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"font-weight": {
"$value": "{ams.typography.body-text.font-weight}",
"$extensions": {
"nl.amsterdam.type": "fontWeight"
}
},
"gap": {
"$value": "{ams.space.xs}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
},
"line-height": {
"$value": "{ams.typography.body-text.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
}
}
}
}