diff --git a/packages/design-tokens/src/scss/generated/_colors.scss b/packages/design-tokens/src/scss/generated/_colors.scss index e68ce39..c410a00 100644 --- a/packages/design-tokens/src/scss/generated/_colors.scss +++ b/packages/design-tokens/src/scss/generated/_colors.scss @@ -26,10 +26,10 @@ $action-secondary-active: #4f4f4f !default; $action-secondary-default: #828282 !default; $action-secondary-disabled: #f3f3f3 !default; $action-secondary-hover: #696969 !default; -$action-selected-active: #0967be !default; -$action-selected-default: #379bf6 !default; +$action-selected-active: #0859a6 !default; +$action-selected-default: #0a76db !default; $action-selected-disabled: #e5e5e5 !default; -$action-selected-hover: #0b82ef !default; +$action-selected-hover: #0964b9 !default; $action-tertiary-active: #d9d9d9 !default; $action-tertiary-default: #f3f3f3 !default; $action-tertiary-disabled: #f3f3f3 !default; diff --git a/packages/design-tokens/src/scss/generated/_shadows.scss b/packages/design-tokens/src/scss/generated/_shadows.scss index cdaeb7e..bd8bf5e 100644 --- a/packages/design-tokens/src/scss/generated/_shadows.scss +++ b/packages/design-tokens/src/scss/generated/_shadows.scss @@ -1,10 +1,10 @@ // Generated Shadows from Supernova. Do not edit manually. $focus: 0 0 0 2px #61b3ff99 !default; -$shadow-100: 0 1px 3px 0 #00000014, 0 1px 6px 0 #0000001a !default; -$shadow-200: 0 1px 2px 0 #0000000d, 0 2px 6px 0 #0000000d, 0 4px 6px 0 #00000014 !default; -$shadow-300: 0 0 1px 0 #0000000d, 0 1px 2px 0 #0000000d, 0 4px 8px 0 #0000000f, 0 8px 16px 0 #0000001a !default; -$shadow-400: 0 34px 54px 0 #0000001f !default; -$shadow-500: 0 34px 54px 0 #0000004d !default; +$shadow-100: 0 2px 4px 0 #1018281f !default; +$shadow-200: 0 4px 10px -1 #10182829 !default; +$shadow-300: 0 8px 18px -2 #1018282e !default; +$shadow-400: 0 12px 32px 0 #10182821 !default; +$shadow-500: 0 34px 54px 0 #1018284d !default; $shadows: ( 100: $shadow-100, diff --git a/packages/design-tokens/src/scss/generated/_typography.scss b/packages/design-tokens/src/scss/generated/_typography.scss index 9837157..74e1ee8 100644 --- a/packages/design-tokens/src/scss/generated/_typography.scss +++ b/packages/design-tokens/src/scss/generated/_typography.scss @@ -5,7 +5,7 @@ $body-large-text-bold: ( font-size: 1.125rem, font-style: normal, font-weight: 600, - line-height: 1.8, + line-height: 1.5, ), ) !default; @@ -15,7 +15,7 @@ $body-large-text-italic: ( font-size: 1.125rem, font-style: italic, font-weight: 400, - line-height: 1.8, + line-height: 1.5, ), ) !default; @@ -25,7 +25,7 @@ $body-large-text-regular: ( font-size: 1.125rem, font-style: normal, font-weight: 400, - line-height: 1.8, + line-height: 1.5, ), ) !default; @@ -65,7 +65,7 @@ $body-small-text-bold: ( font-size: 0.875rem, font-style: normal, font-weight: 600, - line-height: 1.42, + line-height: 1.5, ), ) !default; @@ -75,7 +75,7 @@ $body-small-text-italic: ( font-size: 0.875rem, font-style: italic, font-weight: 400, - line-height: 1.42, + line-height: 1.5, ), ) !default; @@ -85,7 +85,7 @@ $body-small-text-regular: ( font-size: 0.875rem, font-style: normal, font-weight: 400, - line-height: 1.42, + line-height: 1.5, ), ) !default; @@ -125,7 +125,7 @@ $body-xsmall-text-bold: ( font-size: 0.75rem, font-style: normal, font-weight: 600, - line-height: 1.32, + line-height: 1.5, ), ) !default; @@ -135,7 +135,7 @@ $body-xsmall-text-italic: ( font-size: 0.75rem, font-style: italic, font-weight: 400, - line-height: 1.32, + line-height: 1.5, ), ) !default; @@ -145,7 +145,7 @@ $body-xsmall-text-regular: ( font-size: 0.75rem, font-style: normal, font-weight: 400, - line-height: 1.32, + line-height: 1.5, ), ) !default; @@ -155,21 +155,21 @@ $display-large-text: ( font-size: 2rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), tablet: ( font-family: "'Ebony', sans-serif", font-size: 2.375rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), desktop: ( font-family: "'Ebony', sans-serif", - font-size: 2.625rem, + font-size: 3rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), ) !default; @@ -179,21 +179,21 @@ $display-medium-text: ( font-size: 2rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), tablet: ( font-family: "'Ebony', sans-serif", font-size: 2.25rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), desktop: ( font-family: "'Ebony', sans-serif", font-size: 2.375rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), ) !default; @@ -203,21 +203,21 @@ $display-small-text: ( font-size: 1.5rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), tablet: ( font-family: "'Ebony', sans-serif", font-size: 1.5rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), desktop: ( font-family: "'Ebony', sans-serif", font-size: 1.5rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), ) !default; @@ -245,72 +245,72 @@ $handwritten-caption: ( $heading-large-text: ( mobile: ( font-family: "'Ebony', sans-serif", - font-size: 1.875rem, + font-size: 1.75rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), tablet: ( font-family: "'Ebony', sans-serif", - font-size: 2.375rem, + font-size: 2rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), desktop: ( font-family: "'Ebony', sans-serif", - font-size: 2.375rem, + font-size: 2.25rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), ) !default; $heading-medium-text: ( mobile: ( font-family: "'Ebony', sans-serif", - font-size: 1.625rem, + font-size: 1.5rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), tablet: ( font-family: "'Ebony', sans-serif", - font-size: 2.125rem, + font-size: 1.75rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), desktop: ( font-family: "'Ebony', sans-serif", - font-size: 2.125rem, + font-size: 1.875rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), ) !default; $heading-small-text: ( mobile: ( font-family: "'Ebony', sans-serif", - font-size: 1.5rem, + font-size: 1.375rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), tablet: ( font-family: "'Ebony', sans-serif", font-size: 1.5rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), desktop: ( font-family: "'Ebony', sans-serif", font-size: 1.5rem, font-style: normal, font-weight: 400, - line-height: 1.4, + line-height: 1.3, ), ) !default; @@ -320,21 +320,21 @@ $heading-xsmall-text: ( font-size: 1.25rem, font-style: normal, font-weight: 300, - line-height: 1.4, + line-height: 1.3, ), tablet: ( font-family: "'Ebony', sans-serif", font-size: 1.25rem, font-style: normal, font-weight: 300, - line-height: 1.4, + line-height: 1.3, ), desktop: ( font-family: "'Ebony', sans-serif", font-size: 1.25rem, font-style: normal, font-weight: 300, - line-height: 1.4, + line-height: 1.3, ), ) !default;