@synergy-design-system/tokens
Version:
Design tokens for Synergy, the SICK Design System
42 lines • 852 B
JSON
{
"tooltip": {
"border": {
"radius": {
"value": "{border-radius.small}",
"type": "borderRadius"
}
},
"background-color": {
"value": "{neutral.950}",
"type": "color"
},
"color": {
"value": "{typography.color.text-inverted}",
"type": "color"
},
"font-family": {
"value": "{font.sans}",
"type": "fontFamilies"
},
"font-weight": {
"value": "{font-weight.normal}",
"type": "fontWeights"
},
"font-size": {
"value": "{button.font-size.small}",
"type": "fontSizes"
},
"line-height": {
"value": "{line-height.normal}",
"type": "lineHeights"
},
"padding": {
"value": "{spacing.small}",
"type": "spacing"
},
"arrow-size": {
"value": "9px",
"type": "spacing"
}
}
}