-
-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
Hi,
When I generate json tokens, the references are incorrect.
Example :
I have 3 modes "Theme A", "Theme B", "Theme C".
Each value reference take the last mode (theme C)
"value": "{colors.themeC.palette.brand.secondary}"
Reference value must be {colors.themeA.palette.brand.secondary}
"colors": {
"themeA": {
"palette": {
"brand": {
"primary": {
"type": "color",
"value": "#001944ff",
"blendMode": "normal"
}
}
},
"surfaces": {
"primary": {
"default": {
"type": "color",
"value": "{colors.themeC.palette.brand.secondary}"
}
}
}
},
"themeB": {
"palette": {
"brand": {
"primary": {
"type": "color",
"value": "#001944ff",
"blendMode": "normal"
}
}
},
"surfaces": {
"primary": {
"default": {
"type": "color",
"value": "{colors.themeC.palette.brand.secondary}"
}
}
}
},
"themeC": {
"palette": {
"brand": {
"primary": {
"type": "color",
"value": "#001944ff",
"blendMode": "normal"
}
}
},
"surfaces": {
"primary": {
"default": {
"type": "color",
"value": "{colors.themeC.palette.brand.secondary}"
}
}
}
}
}JackHowa, Franjoo, owilliams320 and andrewgtibbetts
Metadata
Metadata
Assignees
Labels
No labels