diff --git a/packages/tokens/tokensstudio-generated/tokens.json b/packages/tokens/tokensstudio-generated/tokens.json index baf437c5d7..0f5d63eb9c 100644 --- a/packages/tokens/tokensstudio-generated/tokens.json +++ b/packages/tokens/tokensstudio-generated/tokens.json @@ -1036,6 +1036,10 @@ "bg3": { "$type": "color", "$value": "{post.core.color.brand.white}" + }, + "stroke4": { + "$type": "color", + "$value": "{post.core.color.sandgrey.030}" } }, "hover": { @@ -2692,6 +2696,10 @@ "$type": "borderRadius", "$value": "{post.core.dimension.8}" }, + "3": { + "$type": "borderRadius", + "$value": "{post.core.dimension.16}" + }, "round": { "$type": "borderRadius", "$value": "{post.core.dimension.100}" @@ -7861,16 +7869,6 @@ } } }, - "elevation": { - "$type": "boxShadow", - "$value": "{post.device.elevation.200}" - }, - "border": { - "radius": { - "$type": "borderRadius", - "$value": "{post.device.border-radius.2}" - } - }, "enabled-bg": { "$type": "color", "$value": "{post.scheme.color.interactive.primary.enabled.bg1}" @@ -7893,6 +7891,34 @@ } } }, + "Components/Cards": { + "post": { + "card": { + "border-radius": { + "$type": "borderRadius", + "$value": "{post.device.border-radius.3}" + }, + "nested": { + "border-radius": { + "$type": "borderRadius", + "$value": "{post.device.border-radius.2}" + } + }, + "interactive": { + "elevation": { + "$type": "boxShadow", + "$value": "{post.device.elevation.200}" + } + }, + "non-interactive": { + "stroke": { + "$type": "color", + "$value": "{post.scheme.color.interactive.primary.enabled.stroke4}" + } + } + } + } + }, "Components/Validation": { "post": { "validation": { @@ -10104,7 +10130,9 @@ "Components/Blockquote": "enabled", "Components/Search input": "enabled", "Components/ListCheck": "enabled", - "Components/Assist": "enabled" + "Components/Assist": "enabled", + "Components/Cards": "enabled", + "Components/Teaser": "enabled" }, "$figmaCollectionId": "VariableCollectionId:808:5504", "$figmaModeId": "808:0", @@ -10997,6 +11025,7 @@ "Components/Text input", "Components/Toast", "Components/Teaser", + "Components/Cards", "Components/Validation", "FigmaOnly", "Utilities/Spacing", @@ -11006,4 +11035,4 @@ "Helpers/Focus" ] } -} \ No newline at end of file +}