jellyfish_designtokens
Version:
Ultimate design tokens from Jelly Fish Design System
42 lines • 1.02 kB
JSON
{
"jf": {
"badge": {
"size": {
"height": {
"bullet": {
"value": "{jf.component.dimension.xs3}",
"type": "sizing"
},
"number": {
"value": "{jf.component.dimension.xs2}",
"type": "sizing"
}
},
"width": {
"bullet": {
"value": "{jf.component.dimension.xs3}",
"type": "sizing"
},
"number": {
"value": "{jf.component.dimension.xs2}",
"type": "sizing"
}
}
},
"base": {
"color": {
"background": {
"critical": {
"value": "{jf.container.color.bg.filled.regular.critical.enabled}",
"type": "color"
},
"primary": {
"value": "{jf.container.color.bg.filled.regular.primary.enabled}",
"type": "color"
}
}
}
}
}
}
}