figma-plugin
figma-plugin copied to clipboard
Typography/Shadow reference tooltips don't show rawValue
Given I have the following JSON
{
"typography": {
"regular": {
"value": {
"fontFamily": "Inter",
"fontWeight": "16",
"lineHeight": "24",
"fontSize": "24",
"letterSpacing": "16"
},
"type": "typography"
},
"alias": {
"value": "{typography.regular}",
"type": "typography"
}
}
}
and I hover over typography.alias
I expect to see {typography.regular}
instead of individual key value pairs as input.
However, I see just empty key value pairs.
Actual:
Expected:
Same is true for shadow tokens referencing other shadow tokens.