@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.
133 lines (132 loc) • 3.66 kB
JSON
{
"ams": {
"icon": {
"font-size": {
"$value": "{ams.typography.body-text.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"line-height": {
"$value": "{ams.typography.body-text.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
},
"small": {
"font-size": {
"$value": "{ams.typography.body-text.small.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"line-height": {
"$value": "{ams.typography.body-text.small.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
}
},
"large": {
"font-size": {
"$value": "{ams.typography.body-text.large.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"line-height": {
"$value": "{ams.typography.body-text.large.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
}
},
"heading-1": {
"font-size": {
"$value": "{ams.typography.heading.1.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"line-height": {
"$value": "{ams.typography.heading.1.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
}
},
"heading-2": {
"font-size": {
"$value": "{ams.typography.heading.2.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"line-height": {
"$value": "{ams.typography.heading.2.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
}
},
"heading-3": {
"font-size": {
"$value": "{ams.typography.heading.3.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"line-height": {
"$value": "{ams.typography.heading.3.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
}
},
"heading-4": {
"font-size": {
"$value": "{ams.typography.heading.4.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"line-height": {
"$value": "{ams.typography.heading.4.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
}
},
"heading-5": {
"font-size": {
"$value": "{ams.typography.heading.5.font-size}",
"$extensions": {
"nl.amsterdam.type": "fontSize"
}
},
"line-height": {
"$value": "{ams.typography.heading.5.line-height}",
"$extensions": {
"nl.amsterdam.subtype": "lineHeight",
"nl.amsterdam.type": "number"
}
}
},
"inverse": {
"color": {
"$value": "{ams.color.text.inverse}",
"$extensions": {
"nl.amsterdam.type": "color"
}
}
}
}
}
}