From 96c0d7159564a391668bb4ae5bc62b425ad33c76 Mon Sep 17 00:00:00 2001 From: taysea Date: Wed, 20 Nov 2024 15:22:15 -0800 Subject: [PATCH] Add formField textToIconX, textToElementX tokens --- .../tokens/component/component.default.json | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/design-tokens/tokens/component/component.default.json b/design-tokens/tokens/component/component.default.json index 5a5ec2a78..3ee9e1373 100644 --- a/design-tokens/tokens/component/component.default.json +++ b/design-tokens/tokens/component/component.default.json @@ -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": { @@ -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": {} + } + } } } },