@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.
81 lines (80 loc) • 2.1 kB
JSON
{
"ams": {
"table": {
"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.body-text.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"font-weight": {
"$value": "{ams.typography.body-text.font-weight}",
"$extensions": {
"nl.amsterdam.type": "fontWeight"
}
},
"line-height": {
"$value": "{ams.typography.body-text.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
},
"caption": {
"font-weight": {
"$value": "{ams.typography.body-text.bold.font-weight}",
"$type": "fontWeight"
},
"margin-block-end": {
"$value": "{ams.space.s}",
"$type": "dimension",
"$extensions": {
"nl.amsterdam.subtype": "space"
}
}
},
"cell": {
"border-block-end": {
"$value": "{ams.border.width.s} solid {ams.color.separator}",
"$extensions": {
"nl.amsterdam.type": "border"
}
},
"padding-block": {
"$value": "{ams.space.s}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
},
"padding-inline": {
"$value": "{ams.space.m}",
"$extensions": {
"nl.amsterdam.subtype": "space",
"nl.amsterdam.type": "dimension"
}
}
},
"header-cell": {
"font-weight": {
"$value": "{ams.typography.body-text.bold.font-weight}",
"$extensions": {
"nl.amsterdam.type": "fontWeight"
}
}
}
}
}
}