From 6d3f824108afd4ae06f743107b22a72f2074e8a3 Mon Sep 17 00:00:00 2001 From: Banshee-92 <138103229+Banshee-92@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:06:29 +0200 Subject: [PATCH] Aadidos los px que faltaban en las tipos y nuevos tokens de los badges. --- tokens.json | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/tokens.json b/tokens.json index 31fdca449..c76f05b24 100644 --- a/tokens.json +++ b/tokens.json @@ -1029,7 +1029,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.200}", + "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.75}px" }, "type": "typography" @@ -1038,7 +1038,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.medium}", - "lineHeight": "{core.font.lineHeight.200}", + "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.75}px" }, "type": "typography" @@ -1047,7 +1047,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.semiBold}", - "lineHeight": "{core.font.lineHeight.200}", + "lineHeight": "{core.font.lineHeight.200}px", "fontSize": "{core.font.size.75}px" }, "type": "typography" @@ -1056,7 +1056,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}", + "lineHeight": "{core.font.lineHeight.100}px", "fontSize": "{core.font.size.50}px" }, "type": "typography" @@ -1065,7 +1065,7 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.semiBold}", - "lineHeight": "{core.font.lineHeight.100}", + "lineHeight": "{core.font.lineHeight.100}px", "fontSize": "{core.font.size.50}px" }, "type": "typography" @@ -1075,8 +1075,8 @@ "value": { "fontFamily": "{core.font.family.main}", "fontWeight": "{core.font.weight.medium}", - "fontSize": "{core.font.size.30}", - "lineHeight": "{core.font.lineHeight.75}" + "fontSize": "{core.font.size.30}px", + "lineHeight": "{core.font.lineHeight.75}px" }, "type": "typography" } @@ -1189,8 +1189,8 @@ "value": { "fontFamily": "{core.font.family.alt}", "fontWeight": "{core.font.weight.regular}", - "lineHeight": "{core.font.lineHeight.100}", - "fontSize": "{core.font.size.50}" + "lineHeight": "{core.font.lineHeight.100}px", + "fontSize": "{core.font.size.50}px" }, "type": "typography" } @@ -2910,9 +2910,13 @@ "value": "{global.background.color.surface.emphasis}", "type": "color" }, - "default--reverse": { + "white": { "value": "{global.background.color.surface.default}", "type": "color" + }, + "grey": { + "value": "{global.background.color.surface.muted}", + "type": "color" } }, "primary": { @@ -2957,9 +2961,13 @@ "value": "{global.border.color.line.subtle}", "type": "color" }, - "hover": { + "white": { "value": "{global.border.color.line.default}", "type": "color" + }, + "grey": { + "value": "{global.border.color.line.muted}", + "type": "color" } }, "width": {