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/_typography.scss b/packages/design-tokens/src/scss/generated/_typography.scss index 9837157..d0d7343 100644 --- a/packages/design-tokens/src/scss/generated/_typography.scss +++ b/packages/design-tokens/src/scss/generated/_typography.scss @@ -89,36 +89,6 @@ $body-small-text-regular: ( ), ) !default; -$body-xlarge-text-bold: ( - mobile: ( - font-family: "'Inter', sans-serif", - font-size: 1.375rem, - font-style: normal, - font-weight: 600, - line-height: 1.5, - ), -) !default; - -$body-xlarge-text-italic: ( - mobile: ( - font-family: "'Inter', sans-serif", - font-size: 1.375rem, - font-style: italic, - font-weight: 400, - line-height: 1.5, - ), -) !default; - -$body-xlarge-text-regular: ( - mobile: ( - font-family: "'Inter', sans-serif", - font-size: 1.375rem, - font-style: normal, - font-weight: 400, - line-height: 1.5, - ), -) !default; - $body-xsmall-text-bold: ( mobile: ( font-family: "'Inter', sans-serif", @@ -242,7 +212,7 @@ $handwritten-caption: ( ), ) !default; -$heading-large-text: ( +$heading-large-large-text: ( mobile: ( font-family: "'Ebony', sans-serif", font-size: 1.875rem, @@ -266,7 +236,7 @@ $heading-large-text: ( ), ) !default; -$heading-medium-text: ( +$heading-medium-medium-text: ( mobile: ( font-family: "'Ebony', sans-serif", font-size: 1.625rem, @@ -290,7 +260,7 @@ $heading-medium-text: ( ), ) !default; -$heading-small-text: ( +$heading-small-small-text: ( mobile: ( font-family: "'Ebony', sans-serif", font-size: 1.5rem, @@ -314,7 +284,7 @@ $heading-small-text: ( ), ) !default; -$heading-xsmall-text: ( +$heading-xsmall-xsmall-text: ( mobile: ( font-family: "'Ebony', sans-serif", font-size: 1.25rem, @@ -338,6 +308,57 @@ $heading-xsmall-text: ( ), ) !default; +$link: ( + mobile: ( + font-family: "'Inter', sans-serif", + font-size: 1.375rem, + font-style: normal, + font-weight: 400, + line-height: 1.5, + ), +) !default; + +$link-underline: ( + mobile: ( + font-family: "'Inter', sans-serif", + font-size: 1.375rem, + font-style: normal, + font-weight: 400, + line-height: 1.5, + text-decoration: underline, + ), +) !default; + +$text-bold: ( + mobile: ( + font-family: "'Inter', sans-serif", + font-size: 1.375rem, + font-style: normal, + font-weight: 600, + line-height: 1.5, + ), +) !default; + +$text-italic: ( + mobile: ( + font-family: "'Inter', sans-serif", + font-size: 1.375rem, + font-style: italic, + font-weight: 400, + line-height: 1.5, + ), +) !default; + +$text-regular: ( + mobile: ( + font-family: "'Inter', sans-serif", + font-size: 1.375rem, + font-style: normal, + font-weight: 400, + line-height: 1.5, + ), +) !default; + $styles: ( body-large-text-bold: $body-large-text-bold, body-large-text-italic: $body-large-text-italic, @@ -348,9 +369,6 @@ $styles: ( body-small-text-bold: $body-small-text-bold, body-small-text-italic: $body-small-text-italic, body-small-text-regular: $body-small-text-regular, - body-xlarge-text-bold: $body-xlarge-text-bold, - body-xlarge-text-italic: $body-xlarge-text-italic, - body-xlarge-text-regular: $body-xlarge-text-regular, body-xsmall-text-bold: $body-xsmall-text-bold, body-xsmall-text-italic: $body-xsmall-text-italic, body-xsmall-text-regular: $body-xsmall-text-regular, @@ -358,8 +376,13 @@ $styles: ( display-medium-text: $display-medium-text, display-small-text: $display-small-text, handwritten-caption: $handwritten-caption, - heading-large-text: $heading-large-text, - heading-medium-text: $heading-medium-text, - heading-small-text: $heading-small-text, - heading-xsmall-text: $heading-xsmall-text, + heading-large-large-text: $heading-large-large-text, + heading-medium-medium-text: $heading-medium-medium-text, + heading-small-small-text: $heading-small-small-text, + heading-xsmall-xsmall-text: $heading-xsmall-xsmall-text, + link: $link, + link-underline: $link-underline, + text-bold: $text-bold, + text-italic: $text-italic, + text-regular: $text-regular, ) !default;