@devoinc/genesys-tokens
Version:
Design tokens generator
37 lines (36 loc) • 876 B
JSON
{
"cmp": {
"mainMenu": {
"avatarTimeZone": {
"mutation": {
"transitionDuration": {
"value": "all {alias.mutation.transitionDuration.action.value} ease"
}
},
"shape": {
"borderRadius": {
"value": "{cmp.button.shape.borderRadius.medium.value}"
}
},
"typo": {
"fontSize": {
"value": "{alias.typo.fontSize.body.sm.value}"
},
"lineHeight": {
"value": "{alias.typo.lineHeight.body.relative.value}"
}
},
"color": {
"background": {
"enabled": {
"value": "rgba(0,0,0,0)"
},
"hovered": {
"value": "{alias.color.background.surface.backdrop.inverse.weak.value}"
}
}
}
}
}
}
}