Skip to content

Commit

Permalink
Add formField textToIconX, textToElementX tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 20, 2024
1 parent 0bf081b commit 96c0d71
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions design-tokens/tokens/component/component.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7986,6 +7986,30 @@
"codeSyntax": {}
}
}
},
"textToIconX": {
"$type": "number",
"$value": "{element.medium.textToIconX}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"textToElementX": {
"$type": "number",
"$value": "{element.medium.textToElementX}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
}
},
"container": {
Expand Down Expand Up @@ -8099,6 +8123,30 @@
"codeSyntax": {}
}
}
},
"textToIconX": {
"$type": "number",
"$value": "{element.medium.textToIconX}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"textToElementX": {
"$type": "number",
"$value": "{element.medium.textToElementX}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
}
}
},
Expand Down

0 comments on commit 96c0d71

Please sign in to comment.