@devoinc/genesys-tokens
Version:
Design tokens generator
74 lines (73 loc) • 1.82 kB
JSON
{
"cmp": {
"mainMenu": {
"link": {
"color": {
"background": {
"backdrop": {
"value": "{brand.mainMenu.link.color.background.backdrop.value}"
}
},
"text": {
"enabled": {
"value": "{brand.mainMenu.link.color.text.enabled.value}"
},
"hovered": {
"value": "{brand.mainMenu.link.color.text.hovered.value}"
},
"activated": {
"value": "{brand.mainMenu.link.color.text.activated.value}"
}
}
}
},
"linkSecondary": {
"color": {
"text": {
"activated": {
"value": "{brand.mainMenu.linkSecondary.color.text.activated.value}"
}
}
}
},
"linkIcon": {
"color": {
"background": {
"backdrop": {
"value": "{brand.mainMenu.linkIcon.color.background.backdrop.value}"
}
},
"text": {
"activated": {
"value": "{brand.mainMenu.linkIcon.color.text.activated.value}"
}
}
}
},
"linkLegal": {
"color": {
"text": {
"enabled": {
"value": "{cmp.mainMenu.link.color.text.enabled.value}"
},
"hovered": {
"value": "{cmp.mainMenu.link.color.text.hovered.value}"
}
}
},
"typo": {
"fontSize": {
"base": {
"value": "{alias.typo.fontSize.body.xs.value}"
}
},
"lineHeight": {
"base": {
"value": "{alias.typo.lineHeight.body.md.value}"
}
}
}
}
}
}
}