@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.
55 lines (54 loc) • 1.38 kB
JSON
{
"ams": {
"figure": {
"gap": {
"$value": "{ams.space.s}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
},
"caption": {
"color": {
"$value": "{ams.color.text.default}",
"$extensions": {
"nl.amsterdam.type": "color"
}
},
"font-family": {
"$value": "{ams.typography.font-family}",
"$extensions": {
"nl.amsterdam.type": "fontFamily"
}
},
"font-size": {
"$value": "{ams.typography.body-text.small.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"font-weight": {
"$value": "{ams.typography.body-text.font-weight}",
"$extensions": {
"nl.amsterdam.type": "fontWeight"
}
},
"line-height": {
"$value": "{ams.typography.body-text.small.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
},
"inverse": {
"color": {
"$value": "{ams.color.text.inverse}",
"$extensions": {
"nl.amsterdam.type": "color"
}
}
}
}
}
}
}