figma-plugin icon indicating copy to clipboard operation
figma-plugin copied to clipboard

Typography/Shadow reference tooltips don't show rawValue

Open six7 opened this issue 2 years ago • 0 comments

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: image

Expected: image

Same is true for shadow tokens referencing other shadow tokens.

six7 avatar Jun 27 '22 20:06 six7