@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.
90 lines (89 loc) • 2.41 kB
JSON
{
"ams": {
"card": {
"heading": {
"margin-block-end": {
"$value": "{ams.space.xs}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
}
},
"heading-group": {
"gap": {
"$value": "{ams.space.xs}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
},
"margin-block-end": {
"$value": "{ams.space.xs}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
}
},
"image": {
"margin-block-end": {
"$value": "{ams.space.s}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
}
},
"link": {
"color": {
"$value": "{ams.links.color}",
"$extensions": {
"nl.amsterdam.type": "color"
}
},
"text-decoration-line": {
"$value": "{ams.links.subtle.text-decoration-line}",
"$extensions": {
"nl.amsterdam.type": "textDecorationLine"
}
},
"text-decoration-thickness": {
"$value": "{ams.links.text-decoration-thickness}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
},
"text-underline-offset": {
"$value": "{ams.links.text-underline-offset}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
},
"hover": {
"color": {
"$value": "{ams.links.hover.color}",
"$extensions": {
"nl.amsterdam.type": "color"
}
},
"text-decoration-line": {
"$value": "{ams.links.subtle.hover.text-decoration-line}",
"$extensions": {
"nl.amsterdam.type": "textDecorationLine"
}
}
}
},
"outline-offset": {
"$value": "{ams.focus.outline-offset}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
}
}
}
}