diff --git a/design-tokens/tokens/component/component.default.json b/design-tokens/tokens/component/component.default.json index af9f32072f..3a1d0d1265 100644 --- a/design-tokens/tokens/component/component.default.json +++ b/design-tokens/tokens/component/component.default.json @@ -6012,6 +6012,32 @@ } } }, + "disabled": { + "background": { + "$type": "color", + "$value": "{color.background.disabled}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["FRAME_FILL", "SHAPE_FILL"], + "codeSyntax": {} + } + } + }, + "borderColor": { + "$type": "color", + "$value": "{color.border.disabled}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["STROKE_COLOR", "EFFECT_COLOR"], + "codeSyntax": {} + } + } + } + }, "selected": { "enabled": { "background": { @@ -6128,32 +6154,6 @@ } } }, - "disabled": { - "background": { - "$type": "color", - "$value": "{color.background.disabled}", - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["FRAME_FILL", "SHAPE_FILL"], - "codeSyntax": {} - } - } - }, - "borderColor": { - "$type": "color", - "$value": "{color.border.disabled}", - "$description": "", - "$extensions": { - "com.figma": { - "hiddenFromPublishing": false, - "scopes": ["STROKE_COLOR", "EFFECT_COLOR"], - "codeSyntax": {} - } - } - } - }, "indeterminate": { "enabled": { "background": { @@ -7806,6 +7806,30 @@ "codeSyntax": {} } } + }, + "textToIconX": { + "$type": "number", + "$value": "{component.medium.textToIconX}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } + }, + "textToElementX": { + "$type": "number", + "$value": "{component.medium.textToElementX}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } } }, "container": { @@ -7919,6 +7943,30 @@ "codeSyntax": {} } } + }, + "textToIconX": { + "$type": "number", + "$value": "{component.medium.textToIconX}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } + }, + "textToElementX": { + "$type": "number", + "$value": "{component.medium.textToElementX}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["ALL_SCOPES"], + "codeSyntax": {} + } + } } } }, @@ -11547,6 +11595,30 @@ } } } + }, + "width": { + "$type": "number", + "$value": "{base.dimension.600}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, + "height": { + "$type": "number", + "$value": "{base.dimension.600}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } } }, "small": { @@ -11610,6 +11682,30 @@ } } }, + "width": { + "$type": "number", + "$value": "{base.dimension.700}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, + "height": { + "$type": "number", + "$value": "{base.dimension.700}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "textToElementX": { "$type": "number", "$value": "{base.static.spacing.small}", @@ -11710,6 +11806,30 @@ } } }, + "width": { + "$type": "number", + "$value": "{base.dimension.900}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, + "height": { + "$type": "number", + "$value": "{base.dimension.900}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "textToElementX": { "$type": "number", "$value": "{base.static.spacing.small}", @@ -11834,6 +11954,30 @@ } } }, + "width": { + "$type": "number", + "$value": "{base.dimension.1200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, + "height": { + "$type": "number", + "$value": "{base.dimension.1200}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "textToElementX": { "$type": "number", "$value": "{base.static.spacing.small}", @@ -11958,6 +12102,30 @@ } } }, + "width": { + "$type": "number", + "$value": "{base.dimension.1800}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, + "height": { + "$type": "number", + "$value": "{base.dimension.1800}", + "$description": "", + "$extensions": { + "com.figma": { + "hiddenFromPublishing": false, + "scopes": ["WIDTH_HEIGHT"], + "codeSyntax": {} + } + } + }, "textToElementX": { "$type": "number", "$value": "{base.static.spacing.small}",