@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.
206 lines (205 loc) • 5.39 kB
JSON
{
"ams": {
"tab-navigation": {
"list": {
"box-shadow": {
"$type": "shadow",
"$value": {
"inset": true,
"offsetX": {
"value": 0,
"unit": "rem"
},
"offsetY": "{ams.border.width.negative.m}",
"blur": {
"value": 0,
"unit": "rem"
},
"spread": {
"value": 0,
"unit": "rem"
},
"color": "{ams.color.separator}"
}
},
"vertical": {
"box-shadow": {
"$type": "shadow",
"$value": {
"inset": true,
"offsetX": "{ams.border.width.negative.m}",
"offsetY": {
"value": 0,
"unit": "rem"
},
"blur": {
"value": 0,
"unit": "rem"
},
"spread": {
"value": 0,
"unit": "rem"
},
"color": "{ams.color.separator}"
}
}
}
},
"link": {
"gap": {
"$value": "{ams.space.s}",
"$type": "dimension",
"$extensions": {
"nl.amsterdam.subtype": "space"
}
},
"color": {
"$value": "{ams.color.interactive.default}",
"$type": "color"
},
"cursor": {
"$value": "{ams.cursor.interactive}"
},
"font-family": {
"$value": "{ams.typography.font-family}",
"$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}",
"$type": "fontWeight"
},
"line-height": {
"$value": "{ams.typography.body-text.line-height}",
"$extensions": {
"nl.amsterdam.type": "lineHeight"
}
},
"outline-offset": {
"$value": "calc({ams.focus.outline-offset} * -1)",
"$type": "dimension",
"$extensions": {
"nl.amsterdam.subtype": "space"
}
},
"padding-block": {
"$value": "{ams.space.s}",
"$type": "dimension",
"$extensions": {
"nl.amsterdam.subtype": "space"
}
},
"padding-inline": {
"$value": "{ams.space.m}",
"$type": "dimension",
"$extensions": {
"nl.amsterdam.subtype": "space"
}
},
"hover": {
"box-shadow": {
"$type": "shadow",
"$value": {
"inset": true,
"offsetX": {
"value": 0,
"unit": "rem"
},
"offsetY": "{ams.border.width.negative.m}",
"blur": {
"value": 0,
"unit": "rem"
},
"spread": {
"value": 0,
"unit": "rem"
},
"color": "currentColor"
}
},
"color": {
"$value": "{ams.color.interactive.hover}",
"$type": "color"
}
},
"current": {
"box-shadow": {
"$type": "shadow",
"$value": {
"inset": true,
"offsetX": {
"value": 0,
"unit": "rem"
},
"offsetY": "{ams.border.width.negative.xl}",
"blur": {
"value": 0,
"unit": "rem"
},
"spread": {
"value": 0,
"unit": "rem"
},
"color": "currentColor"
}
},
"font-weight": {
"$value": "{ams.typography.body-text.bold.font-weight}",
"$type": "fontWeight"
}
},
"vertical": {
"hover": {
"box-shadow": {
"$type": "shadow",
"$value": {
"inset": true,
"offsetX": "{ams.border.width.negative.m}",
"offsetY": {
"value": 0,
"unit": "rem"
},
"blur": {
"value": 0,
"unit": "rem"
},
"spread": {
"value": 0,
"unit": "rem"
},
"color": "currentColor"
}
}
},
"current": {
"box-shadow": {
"$type": "shadow",
"$value": {
"inset": true,
"offsetX": "{ams.border.width.negative.xl}",
"offsetY": {
"value": 0,
"unit": "rem"
},
"blur": {
"value": 0,
"unit": "rem"
},
"spread": {
"value": 0,
"unit": "rem"
},
"color": "currentColor"
}
}
}
}
}
}
}
}