From 70bff546fb2dcedba73d6d1aaf85af356f78716d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 17:43:28 +0000 Subject: [PATCH] feat(data): Updated design tokens (#137) feat(data): reordered colors.action.major.025 to sit in the right place in the UI. Added typography tokens for progressTracker.valueLabel --- data/all.json | 53 +++++++++++++++++++++++++++++++++++++++++++++----- data/base.json | 53 +++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 96 insertions(+), 10 deletions(-) diff --git a/data/all.json b/data/all.json index e756ad9b..f21d8a2b 100644 --- a/data/all.json +++ b/data/all.json @@ -257,6 +257,11 @@ "value": "#004D2A", "type": "color" }, + "025": { + "value": "#F2F9F6", + "description": "Currently only used on Tile Select", + "type": "color" + }, "transparent": { "value": "$colors.transparent", "type": "color" @@ -284,11 +289,6 @@ "value": "$colors.yang.100", "type": "color" } - }, - "025": { - "value": "#F2F9F6", - "description": "Currently only used on Tile Select", - "type": "color" } }, "minor": { @@ -1736,6 +1736,49 @@ } } }, + "progressTracker": { + "valueLabel": { + "m": { + "value": { + "fontFamily": "$fontFamilies.default", + "fontWeight": "$fontWeights.500", + "lineHeight": "$lineHeights.500", + "fontSize": "$fontSizes.100", + "letterSpacing": "0%", + "paragraphSpacing": "0", + "textDecoration": "none", + "textCase": "none" + }, + "type": "typography" + }, + "s": { + "value": { + "fontFamily": "$fontFamilies.default", + "fontWeight": "$fontWeights.500", + "lineHeight": "$lineHeights.500", + "fontSize": "$fontSizes.100", + "letterSpacing": "0%", + "paragraphSpacing": "0", + "textDecoration": "none", + "textCase": "none" + }, + "type": "typography" + }, + "l": { + "value": { + "fontFamily": "$fontFamilies.default", + "fontWeight": "$fontWeights.500", + "lineHeight": "$lineHeights.500", + "fontSize": "$fontSizes.100", + "letterSpacing": "0%", + "paragraphSpacing": "0", + "textDecoration": "none", + "textCase": "none" + }, + "type": "typography" + } + } + }, "switch": { "optionLabel": { "m": { diff --git a/data/base.json b/data/base.json index ae93f328..1c6d9adb 100644 --- a/data/base.json +++ b/data/base.json @@ -256,6 +256,11 @@ "value": "#004D2A", "type": "color" }, + "025": { + "value": "#F2F9F6", + "description": "Currently only used on Tile Select", + "type": "color" + }, "transparent": { "value": "$colors.transparent", "type": "color" @@ -283,11 +288,6 @@ "value": "$colors.yang.100", "type": "color" } - }, - "025": { - "value": "#F2F9F6", - "description": "Currently only used on Tile Select", - "type": "color" } }, "minor": { @@ -1735,6 +1735,49 @@ } } }, + "progressTracker": { + "valueLabel": { + "m": { + "value": { + "fontFamily": "$fontFamilies.default", + "fontWeight": "$fontWeights.500", + "lineHeight": "$lineHeights.500", + "fontSize": "$fontSizes.100", + "letterSpacing": "0%", + "paragraphSpacing": "0", + "textDecoration": "none", + "textCase": "none" + }, + "type": "typography" + }, + "s": { + "value": { + "fontFamily": "$fontFamilies.default", + "fontWeight": "$fontWeights.500", + "lineHeight": "$lineHeights.500", + "fontSize": "$fontSizes.100", + "letterSpacing": "0%", + "paragraphSpacing": "0", + "textDecoration": "none", + "textCase": "none" + }, + "type": "typography" + }, + "l": { + "value": { + "fontFamily": "$fontFamilies.default", + "fontWeight": "$fontWeights.500", + "lineHeight": "$lineHeights.500", + "fontSize": "$fontSizes.100", + "letterSpacing": "0%", + "paragraphSpacing": "0", + "textDecoration": "none", + "textCase": "none" + }, + "type": "typography" + } + } + }, "switch": { "optionLabel": { "m": {