diff --git a/tokens.json b/tokens.json index 6091a24cf..e69e5c1d2 100644 --- a/tokens.json +++ b/tokens.json @@ -15,10 +15,6 @@ "value": "#F8F9FB", "type": "color" }, - "75": { - "value": "rgba(0,0,0,0)", - "type": "color" - }, "100": { "value": "#F2F4F8", "type": "color" @@ -1149,7 +1145,7 @@ "type": "color" }, "muted": { - "value": "{core.color.primary.300}", + "value": "{core.color.primary.200}", "type": "color" }, "default": { @@ -4040,11 +4036,23 @@ "default": { "value": "{global.background.color.surface.default}", "type": "color" + }, + "muted": { + "value": "{global.background.color.surface.muted}", + "type": "color" } } }, "spacing": { "gap": { + "xxs": { + "value": "{global.spacing.gap.sm}", + "type": "spacing" + }, + "xs": { + "value": "{global.spacing.gap.md}", + "type": "spacing" + }, "sm": { "value": "{global.spacing.gap.lg}", "type": "spacing" @@ -4091,11 +4099,23 @@ "default": { "value": "{global.content.color.text.emphasis}", "type": "color" + }, + "icon": { + "value": "{global.content.color.icon.emphasis}", + "type": "color" } }, "typo": { "value": "{global.content.typo.heading.md}", "type": "typography" + }, + "typo-regular": { + "value": "{accordion.content.typo.sm}", + "type": "typography" + }, + "typo-bold": { + "value": "{global.content.typo.body.sm--bold}", + "type": "typography" } }, "border": { @@ -4459,7 +4479,7 @@ "type": "color" }, "default--alt": { - "value": "{global.content.color.text.muted}", + "value": "{global.content.color.icon.default}", "type": "color" } }, @@ -6266,6 +6286,12 @@ "value": "{global.border.width.sm}", "type": "borderWidth" } + }, + "shadow": { + "hover": { + "value": "{global.shadow.100}", + "type": "boxShadow" + } } }, "buttonActionLibrary": {