@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.
61 lines (60 loc) • 2.35 kB
JSON
{
"ams": {
"header": {
"font-family": { "value": "{ams.typography.font-family}" },
"padding-block": { "value": "{ams.space.l}" },
"padding-inline": {
"value": "{ams.grid.padding-inline}",
"comment": "Must be the Grid inline padding, to make sure Header and Grid line up"
},
"logo-link": {
"column-gap": { "value": "{ams.space.m}" },
"outline-offset": { "value": "{ams.focus.outline-offset}" }
},
"brand-name": {
"color": { "value": "{ams.color.text.default}" },
"font-size": { "value": "{ams.typography.heading.4.font-size}" },
"font-weight": { "value": "{ams.typography.heading.font-weight}" }
},
"mega-menu": {
"button": {
"cursor": { "value": "{ams.cursor.interactive}" },
"label": {
"open": {
"font-weight": { "value": "{ams.typography.body-text.bold.font-weight}" }
}
}
}
},
"menu": {
"column-gap": { "value": "{ams.space.l}" },
"row-gap": { "value": "{ams.space.xs}" },
"item": {
"color": { "value": "{ams.links.color}" },
"column-gap": { "value": "{ams.space.xs}" },
"font-family": { "value": "{ams.typography.font-family}" },
"font-size": { "value": "{ams.typography.body-text.font-size}" },
"font-weight": { "value": "{ams.typography.body-text.font-weight}" },
"line-height": { "value": "{ams.typography.body-text.line-height}" },
"outline-offset": { "value": "{ams.focus.outline-offset}" },
"padding-block": { "value": "{ams.space.xs}" },
"hover": {
"color": { "value": "{ams.links.hover.color}" }
}
},
"link": {
"text-decoration-line": { "value": "{ams.links.subtle.text-decoration-line}" },
"text-decoration-thickness": { "value": "{ams.links.text-decoration-thickness}" },
"text-underline-offset": { "value": "{ams.links.text-underline-offset}" },
"hover": {
"text-decoration-line": { "value": "{ams.links.subtle.hover.text-decoration-line}" }
}
}
},
"navigation": {
"column-gap": { "value": "{ams.space.l}" },
"row-gap": { "value": "{ams.space.s}" }
}
}
}
}