@devoinc/genesys-tokens
Version:
Design tokens generator
38 lines (37 loc) • 834 B
JSON
{
"cmp": {
"appMenu": {
"popoverItemIcon": {
"color": {
"background": {
"base": {
"value": "transparent"
},
"featured": {
"value": "{alias.color.background.surface.base.featured.value}"
}
}
},
"shape": {
"borderRadius": {
"value": "{alias.shape.borderRadius.elevated.value}"
}
},
"size": {
"square": {
"value": "{alias.size.square.icon.base.xxl.value}"
}
}
},
"popoverItemActions": {
"mutation": {
"transitionDuration": {
"opacity": {
"value": "{cmp.appMenu.mutation.transitionDuration.opacity.value}"
}
}
}
}
}
}
}