@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.
103 lines (102 loc) • 2.63 kB
JSON
{
"ams": {
"link": {
"color": {
"$value": "{ams.links.color}",
"$extensions": {
"nl.amsterdam.type": "color"
}
},
"font-family": {
"$value": "inherit"
},
"font-size": {
"$value": "inherit"
},
"font-weight": {
"$value": "{ams.typography.body-text.font-weight}",
"$extensions": {
"nl.amsterdam.type": "fontWeight"
}
},
"line-height": {
"$value": "inherit"
},
"outline-offset": {
"$value": "{ams.focus.outline-offset}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
},
"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-thickness": {
"$value": "{ams.links.hover.text-decoration-thickness}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
},
"text-underline-offset": {
"$value": "{ams.links.hover.text-underline-offset}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
}
},
"contrast": {
"color": {
"$value": "{ams.links.contrast.color}",
"$extensions": {
"nl.amsterdam.type": "color"
}
},
"hover": {
"color": {
"$value": "{ams.links.contrast.hover.color}",
"$extensions": {
"nl.amsterdam.type": "color"
}
}
}
},
"inverse": {
"color": {
"$value": "{ams.links.inverse.color}",
"$extensions": {
"nl.amsterdam.type": "color"
}
},
"hover": {
"color": {
"$value": "{ams.links.inverse.hover.color}",
"$extensions": {
"nl.amsterdam.type": "color"
}
}
}
}
}
}
}