@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.
84 lines (83 loc) • 3.07 kB
JSON
{
"ams": {
"radio": {
"color": { "value": "{ams.color.text.default}" },
"cursor": { "value": "{ams.cursor.interactive}" },
"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}" },
"gap": { "value": "{ams.space.s}" },
"line-height": { "value": "{ams.typography.body-text.line-height}" },
"outline-offset": { "value": "{ams.focus.outline-offset}" },
"text-decoration-thickness": { "value": "{ams.links.text-decoration-thickness}" },
"text-underline-offset": { "value": "{ams.links.text-underline-offset}" },
"checked-indicator": {
"fill": { "value": "{ams.color.interactive.default}" },
"disabled": {
"fill": { "value": "{ams.color.interactive.disabled}" }
},
"disabled-invalid": {
"fill": { "value": "{ams.color.interactive.disabled}" },
"hover": {
"fill": { "value": "{ams.color.interactive.disabled}" }
}
},
"hover": {
"fill": { "value": "{ams.color.interactive.hover}" }
},
"invalid": {
"fill": { "value": "{ams.color.interactive.invalid.default}" },
"hover": {
"fill": { "value": "{ams.color.interactive.invalid.hover}" }
}
}
},
"hover-indicator": {
"stroke-width": { "value": "3px" },
"hover": {
"stroke": { "value": "{ams.color.interactive.hover}" }
},
"invalid": {
"hover": {
"stroke": { "value": "{ams.color.interactive.invalid.hover}" }
}
}
},
"circle": {
"fill": { "value": "{ams.color.background}" },
"stroke": { "value": "{ams.color.interactive.default}" },
"stroke-width": { "value": "2px" },
"disabled": {
"stroke": { "value": "{ams.color.interactive.disabled}" }
},
"disabled-invalid": {
"stroke": { "value": "{ams.color.interactive.disabled}" },
"hover": {
"stroke": { "value": "{ams.color.interactive.disabled}" }
}
},
"hover": {
"stroke": { "value": "{ams.color.interactive.hover}" }
},
"invalid": {
"stroke": { "value": "{ams.color.interactive.invalid.default}" },
"hover": {
"stroke": { "value": "{ams.color.interactive.invalid.hover}" }
}
}
},
"disabled": {
"color": { "value": "{ams.color.interactive.disabled}" },
"cursor": { "value": "{ams.cursor.disabled}" }
},
"hover": {
"color": { "value": "{ams.color.interactive.hover}" },
"text-decoration-line": { "value": "{ams.links.subtle.hover.text-decoration-line}" }
},
"icon-container": {
"block-size": { "value": "calc({ams.radio.font-size} * {ams.radio.line-height})" },
"inline-size": { "value": "1.5rem" }
}
}
}
}