From 41581f7bf3ebe3f0b2e7790b10301e501ebee2f9 Mon Sep 17 00:00:00 2001 From: brendan-wu-4K <87146740+brendan-wu-4K@users.noreply.github.com> Date: Thu, 11 May 2023 11:08:48 -0500 Subject: [PATCH 01/13] Text field and link --- src/tokens/figma.tokens.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 048db9e..871cd4d 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1695,6 +1695,34 @@ } } }, + "link": { + "linkColor": { + "Default": { + "value": "{colors.EmulsifyBlue.600}", + "type": "color" + }, + "Hover": { + "value": "{colors.EmulsifyBlue.800}", + "type": "color" + } + } + }, + "textField": { + "textField": { + "borderWidth": { + "value": "{border.sm}", + "type": "borderWidth" + }, + "radius": { + "value": "{radius.md}", + "type": "borderRadius" + }, + "borderColor": { + "value": "{colors.grays.1000}", + "type": "color" + } + } + }, "$themes": [ { "id": "05a6b29ec89c82919561b0a9d0f652f94e36cc0d", @@ -1800,7 +1828,9 @@ "radioButton", "accordion", "checkbox", - "selectdropdown" + "selectdropdown", + "link", + "textField" ] } } \ No newline at end of file From 4bb5c099f83b5b26feaebd5d4ee53554ee0f5827 Mon Sep 17 00:00:00 2001 From: brendan-wu-4K <87146740+brendan-wu-4K@users.noreply.github.com> Date: Thu, 11 May 2023 11:57:15 -0500 Subject: [PATCH 02/13] modified link and text field. Added blockQuote --- src/tokens/figma.tokens.json | 53 ++++++++++++++++++++++++++++++------ 1 file changed, 45 insertions(+), 8 deletions(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 871cd4d..021b33e 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1696,12 +1696,12 @@ } }, "link": { - "linkColor": { - "Default": { + "link": { + "default": { "value": "{colors.EmulsifyBlue.600}", "type": "color" }, - "Hover": { + "hover": { "value": "{colors.EmulsifyBlue.800}", "type": "color" } @@ -1717,9 +1717,44 @@ "value": "{radius.md}", "type": "borderRadius" }, - "borderColor": { - "value": "{colors.grays.1000}", - "type": "color" + "border": { + "value": { + "color": "colors.grays.800" + }, + "type": "border" + } + } + }, + "blockQuote": { + "blockQuote": { + "body": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-regular}", + "fontSize": "{fontSize.lead}", + "lineHeight": "{lineHeights.normal}" + }, + "type": "typography" + }, + "credit": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-regular}", + "lineHeight": "{lineHeights.normal}", + "fontSize": "{fontSize.caption}" + }, + "type": "typography" + }, + "spacing": { + "value": "{spacing.xl}", + "type": "spacing" + }, + "accent": { + "value": { + "color": "{colors.EmulsifyBlue.600}", + "width": "{border.10}" + }, + "type": "border" } } }, @@ -1736,7 +1771,8 @@ "radioButton": "enabled", "accordion": "enabled", "checkbox": "enabled", - "selectdropdown": "enabled" + "selectdropdown": "enabled", + "blockQuote": "disabled" }, "$figmaStyleReferences": { "selectdropdown.label": "S:b9ef7c5c58aef147993d4968132bc01a00dc6b7a,", @@ -1830,7 +1866,8 @@ "checkbox", "selectdropdown", "link", - "textField" + "textField", + "blockQuote" ] } } \ No newline at end of file From f849e47df9fd6e12a8353ee59f964ec02235a541 Mon Sep 17 00:00:00 2001 From: brendan-wu-4K <87146740+brendan-wu-4K@users.noreply.github.com> Date: Thu, 11 May 2023 12:13:14 -0500 Subject: [PATCH 03/13] Added CTA and Card --- src/tokens/figma.tokens.json | 84 ++++++++++++++++++++++++++++++++++-- 1 file changed, 80 insertions(+), 4 deletions(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 021b33e..07e6102 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1704,6 +1704,17 @@ "hover": { "value": "{colors.EmulsifyBlue.800}", "type": "color" + }, + "body": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-regular}", + "lineHeight": "{lineHeights.normal}", + "fontSize": "{fontSize.body}", + "textCase": "{textCase.none}", + "textDecoration": "underline" + }, + "type": "typography" } } }, @@ -1732,7 +1743,8 @@ "fontFamily": "{fontFamilies.primary}", "fontWeight": "{fontWeights.primary-regular}", "fontSize": "{fontSize.lead}", - "lineHeight": "{lineHeights.normal}" + "lineHeight": "{lineHeights.normal}", + "textCase": "{textCase.none}" }, "type": "typography" }, @@ -1741,7 +1753,8 @@ "fontFamily": "{fontFamilies.primary}", "fontWeight": "{fontWeights.primary-regular}", "lineHeight": "{lineHeights.normal}", - "fontSize": "{fontSize.caption}" + "fontSize": "{fontSize.caption}", + "textCase": "{textCase.none}" }, "type": "typography" }, @@ -1758,6 +1771,66 @@ } } }, + "card": { + "card": { + "header": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-bold}", + "lineHeight": "{lineHeights.normal}", + "fontSize": "{fontSize.h3}", + "textCase": "{textCase.none}" + }, + "type": "typography" + }, + "body": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-regular}", + "lineHeight": "{lineHeights.normal}", + "fontSize": "{fontSize.body}", + "textCase": "{textCase.none}" + }, + "type": "typography" + }, + "spacing": { + "value": "{spacing.lg}", + "type": "spacing" + } + } + }, + "cta": { + "cta": { + "header": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-bold}", + "lineHeight": "{lineHeights.normal}", + "fontSize": "{fontSize.h2}", + "textCase": "{textCase.none}" + }, + "type": "typography" + }, + "body": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-regular}", + "lineHeight": "{lineHeights.normal}", + "fontSize": "{fontSize.lead}", + "textCase": "{textCase.none}" + }, + "type": "typography" + }, + "spacing": { + "value": "{spacing.lg}", + "type": "spacing" + }, + "fill": { + "value": "{colors.EmulsifyBlue.1000}", + "type": "color" + } + } + }, "$themes": [ { "id": "05a6b29ec89c82919561b0a9d0f652f94e36cc0d", @@ -1772,7 +1845,8 @@ "accordion": "enabled", "checkbox": "enabled", "selectdropdown": "enabled", - "blockQuote": "disabled" + "card": "disabled", + "cta": "disabled" }, "$figmaStyleReferences": { "selectdropdown.label": "S:b9ef7c5c58aef147993d4968132bc01a00dc6b7a,", @@ -1867,7 +1941,9 @@ "selectdropdown", "link", "textField", - "blockQuote" + "blockQuote", + "card", + "cta" ] } } \ No newline at end of file From 40db3e9b85f0765e17aaae9949005d826c1f47d6 Mon Sep 17 00:00:00 2001 From: brendan-wu-4K <87146740+brendan-wu-4K@users.noreply.github.com> Date: Thu, 11 May 2023 12:22:42 -0500 Subject: [PATCH 04/13] Added Breadcrumbs --- src/tokens/figma.tokens.json | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 07e6102..674977c 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1831,6 +1831,30 @@ } } }, + "breadcrumbs": { + "breadcrumb": { + "default": { + "value": { + "fontFamily": "{fontFamilies.secondary}", + "fontWeight": "{fontWeights.secondary-regular}", + "lineHeight": "{lineHeights.none}", + "fontSize": "{fontSize.x-small}", + "textCase": "{textCase.none}" + }, + "type": "typography" + }, + "text": { + "default": { + "value": "{colors.grays.600}", + "type": "color" + }, + "hover": { + "value": "{colors.grays.800}", + "type": "color" + } + } + } + }, "$themes": [ { "id": "05a6b29ec89c82919561b0a9d0f652f94e36cc0d", @@ -1845,8 +1869,7 @@ "accordion": "enabled", "checkbox": "enabled", "selectdropdown": "enabled", - "card": "disabled", - "cta": "disabled" + "breadcrumbs": "disabled" }, "$figmaStyleReferences": { "selectdropdown.label": "S:b9ef7c5c58aef147993d4968132bc01a00dc6b7a,", @@ -1943,7 +1966,8 @@ "textField", "blockQuote", "card", - "cta" + "cta", + "breadcrumbs" ] } } \ No newline at end of file From f9770b5f5b123dc35f4440191780efc81448c546 Mon Sep 17 00:00:00 2001 From: brendan-wu-4K <87146740+brendan-wu-4K@users.noreply.github.com> Date: Thu, 11 May 2023 12:36:07 -0500 Subject: [PATCH 05/13] Pager and Status Alerts Added --- src/tokens/figma.tokens.json | 77 +++++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 6 deletions(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 674977c..8a57dbe 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1740,8 +1740,8 @@ "blockQuote": { "body": { "value": { - "fontFamily": "{fontFamilies.primary}", - "fontWeight": "{fontWeights.primary-regular}", + "fontFamily": "{fontFamilies.secondary}", + "fontWeight": "{fontWeights.secondary-regular}", "fontSize": "{fontSize.lead}", "lineHeight": "{lineHeights.normal}", "textCase": "{textCase.none}" @@ -1764,8 +1764,8 @@ }, "accent": { "value": { - "color": "{colors.EmulsifyBlue.600}", - "width": "{border.10}" + "color": "{colors.grays.800}", + "width": "{border.4}" }, "type": "border" } @@ -1855,6 +1855,68 @@ } } }, + "pager": { + "pager": { + "text": { + "default": { + "value": "{colors.grays.600}", + "type": "color" + }, + "hover": { + "value": "{colors.white}", + "type": "color" + } + }, + "default": { + "value": { + "fontFamily": "{fontFamilies.secondary}", + "fontWeight": "{fontWeights.secondary-regular}", + "lineHeight": "{lineHeights.none}", + "fontSize": "{fontSize.body}", + "textCase": "{textCase.none}" + }, + "type": "typography" + }, + "fill": { + "hover": { + "value": "{colors.EmulsifyBlue.800}", + "type": "color" + } + } + }, + "breadcrumb": { + "spacing": { + "value": "{spacing.lg}", + "type": "spacing" + } + } + }, + "status": { + "status": { + "good": { + "value": "#CFEFC5", + "type": "color" + }, + "warning": { + "value": "#FDFA9C", + "type": "color" + }, + "error": { + "value": "#FDE3E4", + "type": "color" + }, + "default": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-bold}", + "lineHeight": "{lineHeights.none}", + "fontSize": "{fontSize.body}", + "textCase": "{textCase.none}" + }, + "type": "typography" + } + } + }, "$themes": [ { "id": "05a6b29ec89c82919561b0a9d0f652f94e36cc0d", @@ -1869,7 +1931,8 @@ "accordion": "enabled", "checkbox": "enabled", "selectdropdown": "enabled", - "breadcrumbs": "disabled" + "pager": "disabled", + "status": "disabled" }, "$figmaStyleReferences": { "selectdropdown.label": "S:b9ef7c5c58aef147993d4968132bc01a00dc6b7a,", @@ -1967,7 +2030,9 @@ "blockQuote", "card", "cta", - "breadcrumbs" + "breadcrumbs", + "pager", + "status" ] } } \ No newline at end of file From 89502492baad1bde7072d2fb28d265c9d8b1d96d Mon Sep 17 00:00:00 2001 From: brendan-wu-4K <87146740+brendan-wu-4K@users.noreply.github.com> Date: Tue, 16 May 2023 09:55:00 -0500 Subject: [PATCH 06/13] added main menu (incomplete) --- src/tokens/figma.tokens.json | 99 ++++++++++++++++++++++++++++++++++-- 1 file changed, 95 insertions(+), 4 deletions(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 8a57dbe..0c0e6b6 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1917,6 +1917,97 @@ } } }, + "tabs": { + "tabs": { + "state": { + "active": { + "value": "{colors.white}", + "type": "color" + }, + "hover": { + "value": "{colors.grays.300}", + "type": "color" + }, + "inactive": { + "value": "{colors.grays.200}", + "type": "color" + } + }, + "text": { + "default": { + "value": "{colors.grays.800}", + "type": "color" + } + }, + "border": { + "value": { + "color": "{colors.grays.300}", + "width": "{border.1}" + }, + "type": "border" + } + }, + "tab": { + "label": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-bold}", + "lineHeight": "{lineHeights.normal}", + "fontSize": "{fontSize.h5}", + "textCase": "{textCase.none}" + }, + "type": "typography" + } + } + }, + "mainMenu": { + "mainMenu": { + "text": { + "level1": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-bold}", + "lineHeight": "{lineHeights.none}", + "fontSize": "{fontSize.h5}", + "textCase": "{textCase.upper}" + }, + "type": "typography" + }, + "level2": { + "value": { + "fontFamily": "{fontFamilies.primary}", + "fontWeight": "{fontWeights.primary-regular}", + "lineHeight": "{lineHeights.none}", + "fontSize": "{fontSize.body}", + "textCase": "{textCase.none}" + }, + "type": "typography" + }, + "defaultl": { + "value": "{colors.black}", + "type": "color" + }, + "active": { + "value": "{colors.white}", + "type": "color" + } + }, + "fill": { + "default": { + "value": "{colors.EmulsifyBlue.400}", + "type": "color" + }, + "hover": { + "value": "{colors.EmulsifyBlue.800}", + "type": "color" + }, + "active": { + "value": "{colors.EmulsifyBlue.600}", + "type": "color" + } + } + } + }, "$themes": [ { "id": "05a6b29ec89c82919561b0a9d0f652f94e36cc0d", @@ -1930,9 +2021,7 @@ "radioButton": "enabled", "accordion": "enabled", "checkbox": "enabled", - "selectdropdown": "enabled", - "pager": "disabled", - "status": "disabled" + "selectdropdown": "enabled" }, "$figmaStyleReferences": { "selectdropdown.label": "S:b9ef7c5c58aef147993d4968132bc01a00dc6b7a,", @@ -2032,7 +2121,9 @@ "cta", "breadcrumbs", "pager", - "status" + "status", + "tabs", + "mainMenu" ] } } \ No newline at end of file From 968199f001fa19838050f2d7e9ff5465ffecb717 Mon Sep 17 00:00:00 2001 From: brendan-wu-4K <87146740+brendan-wu-4K@users.noreply.github.com> Date: Tue, 16 May 2023 13:20:16 -0500 Subject: [PATCH 07/13] padding added for tabs and pager. Spacing added for blockQuote --- src/tokens/figma.tokens.json | 68 ++++++++++++++++++++++++++++++++---- 1 file changed, 61 insertions(+), 7 deletions(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 0c0e6b6..4071f0f 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1758,7 +1758,7 @@ }, "type": "typography" }, - "spacing": { + "x": { "value": "{spacing.xl}", "type": "spacing" }, @@ -1768,6 +1768,10 @@ "width": "{border.4}" }, "type": "border" + }, + "y": { + "value": "{spacing.md}", + "type": "spacing" } } }, @@ -1865,6 +1869,10 @@ "hover": { "value": "{colors.white}", "type": "color" + }, + "focus": { + "value": "{colors.EmulsifyBlue.600}", + "type": "color" } }, "default": { @@ -1882,12 +1890,32 @@ "value": "{colors.EmulsifyBlue.800}", "type": "color" } - } - }, - "breadcrumb": { - "spacing": { - "value": "{spacing.lg}", - "type": "spacing" + }, + "padding": { + "x": { + "value": "{spacing.lg}", + "type": "spacing" + }, + "x-hover": { + "value": "{spacing.lg}", + "type": "spacing" + }, + "x-focus": { + "value": "{spacing.lg}", + "type": "spacing" + }, + "y": { + "value": "{spacing.md}", + "type": "spacing" + }, + "y-hover": { + "value": "{spacing.md}", + "type": "spacing" + }, + "y-focus": { + "value": "{spacing.md}", + "type": "spacing" + } } } }, @@ -1957,6 +1985,32 @@ "textCase": "{textCase.none}" }, "type": "typography" + }, + "padding": { + "x": { + "value": "{spacing.lg}", + "type": "spacing" + }, + "x-hover": { + "value": "{spacing.lg}", + "type": "spacing" + }, + "x-focus": { + "value": "{spacing.lg}", + "type": "spacing" + }, + "y": { + "value": "{spacing.md}", + "type": "spacing" + }, + "y-hover": { + "value": "{spacing.md}", + "type": "spacing" + }, + "y-focus": { + "value": "{spacing.md}", + "type": "spacing" + } } } }, From 11f7c6e9137224a1bddc660041b9211e31e10593 Mon Sep 17 00:00:00 2001 From: Randy Oest Date: Thu, 25 May 2023 15:58:23 -0400 Subject: [PATCH 08/13] Changes --- src/tokens/figma.tokens.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 4071f0f..c98c4c4 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1748,7 +1748,7 @@ }, "type": "typography" }, - "credit": { + "cite": { "value": { "fontFamily": "{fontFamilies.primary}", "fontWeight": "{fontWeights.primary-regular}", @@ -1758,9 +1758,15 @@ }, "type": "typography" }, - "x": { - "value": "{spacing.xl}", - "type": "spacing" + "padding": { + "x": { + "value": "{spacing.xl}", + "type": "spacing" + }, + "y": { + "value": "{spacing.md}", + "type": "spacing" + } }, "accent": { "value": { @@ -1768,10 +1774,6 @@ "width": "{border.4}" }, "type": "border" - }, - "y": { - "value": "{spacing.md}", - "type": "spacing" } } }, @@ -1825,10 +1827,6 @@ }, "type": "typography" }, - "spacing": { - "value": "{spacing.lg}", - "type": "spacing" - }, "fill": { "value": "{colors.EmulsifyBlue.1000}", "type": "color" From 5a44fd029ae2ef34075a91cf01d705fd180de999 Mon Sep 17 00:00:00 2001 From: Randy Oest Date: Thu, 25 May 2023 16:58:17 -0400 Subject: [PATCH 09/13] tabs --- src/tokens/figma.tokens.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index c98c4c4..7b812a0 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1945,7 +1945,7 @@ }, "tabs": { "tabs": { - "state": { + "bg": { "active": { "value": "{colors.white}", "type": "color" @@ -1963,6 +1963,10 @@ "default": { "value": "{colors.grays.800}", "type": "color" + }, + "hover": { + "value": "{colors.grays.800}", + "type": "color" } }, "border": { From 07f03b9076491f3bfc0dc78cdb2789786cee4419 Mon Sep 17 00:00:00 2001 From: Randy Oest Date: Fri, 26 May 2023 10:08:18 -0400 Subject: [PATCH 10/13] organizing token studio --- src/tokens/figma.tokens.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 7b812a0..e7ffb0a 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -2068,17 +2068,6 @@ { "id": "05a6b29ec89c82919561b0a9d0f652f94e36cc0d", "name": "Emulsify UI Kit", - "selectedTokenSets": { - "global": "enabled", - "semantic": "enabled", - "storybook": "enabled", - "button": "enabled", - "input": "enabled", - "radioButton": "enabled", - "accordion": "enabled", - "checkbox": "enabled", - "selectdropdown": "enabled" - }, "$figmaStyleReferences": { "selectdropdown.label": "S:b9ef7c5c58aef147993d4968132bc01a00dc6b7a,", "selectdropdown.label-disabled": "S:2eb60d710c5574af66a60f533fde0c03d6c166f5,", @@ -2156,6 +2145,27 @@ "colors.grays.800": "S:c5c4135271128e92c48eb8b8901438fde9882699,", "colors.grays.900": "S:9bc1a059401da9445de05a530800a27461ce4c39,", "colors.grays.1000": "S:4c50cc48209d9cd00760a1791a2b5362f5daab6a," + }, + "selectedTokenSets": { + "global": "enabled", + "semantic": "enabled", + "storybook": "enabled", + "button": "enabled", + "input": "enabled", + "radioButton": "enabled", + "accordion": "enabled", + "checkbox": "enabled", + "selectdropdown": "enabled", + "link": "enabled", + "textField": "enabled", + "blockQuote": "enabled", + "card": "enabled", + "cta": "enabled", + "breadcrumbs": "enabled", + "pager": "enabled", + "status": "enabled", + "tabs": "enabled", + "mainMenu": "enabled" } } ], From 421cec6eabcbeec669ddbcf6d61f7c129fa156d5 Mon Sep 17 00:00:00 2001 From: Randy Oest Date: Fri, 26 May 2023 10:57:44 -0400 Subject: [PATCH 11/13] wip --- src/tokens/figma.tokens.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index e7ffb0a..2d652ac 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1847,7 +1847,7 @@ }, "text": { "default": { - "value": "{colors.grays.600}", + "value": "{colors.grays.400}", "type": "color" }, "hover": { From 4b9a3b8a2b0cdf966c8631769d7ff2fe7a90c600 Mon Sep 17 00:00:00 2001 From: Randy Oest Date: Fri, 26 May 2023 11:12:36 -0400 Subject: [PATCH 12/13] wip --- src/tokens/figma.tokens.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index 2d652ac..f9d2a89 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -387,6 +387,10 @@ "0": { "value": "0", "type": "letterSpacing" + }, + "tight": { + "value": "-3", + "type": "letterSpacing" } }, "paragraphSpacing": { From 7ede75780eaa2c47fa1e0db29bf0bc4b2bfb00d2 Mon Sep 17 00:00:00 2001 From: Randy Oest Date: Fri, 26 May 2023 11:46:24 -0400 Subject: [PATCH 13/13] wip --- src/tokens/figma.tokens.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/tokens/figma.tokens.json b/src/tokens/figma.tokens.json index f9d2a89..eb6a900 100644 --- a/src/tokens/figma.tokens.json +++ b/src/tokens/figma.tokens.json @@ -1783,26 +1783,6 @@ }, "card": { "card": { - "header": { - "value": { - "fontFamily": "{fontFamilies.primary}", - "fontWeight": "{fontWeights.primary-bold}", - "lineHeight": "{lineHeights.normal}", - "fontSize": "{fontSize.h3}", - "textCase": "{textCase.none}" - }, - "type": "typography" - }, - "body": { - "value": { - "fontFamily": "{fontFamilies.primary}", - "fontWeight": "{fontWeights.primary-regular}", - "lineHeight": "{lineHeights.normal}", - "fontSize": "{fontSize.body}", - "textCase": "{textCase.none}" - }, - "type": "typography" - }, "spacing": { "value": "{spacing.lg}", "type": "spacing"