From 6b0247dff4aa094e0119320b4f14f3e68d7798fe Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:13:47 +0100 Subject: [PATCH] Cambios antes del puente --- tokens.json | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/tokens.json b/tokens.json index b20b8f4d1..facb88fcc 100644 --- a/tokens.json +++ b/tokens.json @@ -5880,6 +5880,42 @@ "sm": { "value": "{global.content.typo.body.xsm}", "type": "typography" + }, + "sm--medium": { + "value": "{global.content.typo.body.sm--medium}", + "type": "typography" + }, + "xxl": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.600}", + "fontSize": "48px" + }, + "type": "typography" + }, + "xl": { + "value": { + "fontFamily": "{core.font.family.main}", + "fontWeight": "{core.font.weight.medium}", + "lineHeight": "{core.font.lineHeight.400}", + "fontSize": "24px" + }, + "type": "typography" + } + }, + "phatic": { + "positive": { + "value": "{global.content.color.positive.default}", + "type": "color" + }, + "alert": { + "value": "{global.content.color.attention.default}", + "type": "color" + }, + "danger": { + "value": "{global.content.color.negative.default}", + "type": "color" } } }, @@ -5888,6 +5924,10 @@ "default": { "value": "{global.background.color.surface.default}", "type": "color" + }, + "top": { + "value": "{global.background.color.surface.muted}", + "type": "color" } } }, @@ -5977,6 +6017,52 @@ } } } + }, + "ChipModule": { + "spacing": { + "padding": { + "horizontal": { + "sm": { + "value": "{global.spacing.padding.xsm}", + "type": "spacing" + } + }, + "vertical": { + "sm": { + "value": "{global.spacing.padding.sm}", + "type": "spacing" + } + } + } + }, + "content": { + "color": { + "default": { + "value": "{global.content.color.text.default}", + "type": "color" + } + }, + "typo": { + "sm": { + "value": "{global.content.typo.body.xsm}", + "type": "typography" + } + } + }, + "background": { + "color": { + "default": { + "value": "{global.background.color.surface.default}", + "type": "color" + } + } + }, + "border": { + "radius": { + "value": "{global.border.radius.md}", + "type": "borderRadius" + } + } } }, "$themes": [],