@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.
52 lines (51 loc) • 1.27 kB
JSON
{
"ams": {
"label": {
"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.heading.3.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"font-weight": {
"$value": "{ams.typography.heading.font-weight}",
"$extensions": {
"nl.amsterdam.type": "fontWeight"
}
},
"line-height": {
"$value": "{ams.typography.heading.3.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
},
"text-wrap": {
"$value": "{ams.typography.heading.text-wrap}",
"$extensions": {
"nl.amsterdam.type": "textWrap"
}
},
"in-fieldset": {
"font-weight": {
"$value": "{ams.typography.body-text.font-weight}",
"$extensions": {
"nl.amsterdam.type": "fontWeight"
}
}
}
}
}
}