Skip to content

Commit

Permalink
Updated styles and tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Supernova Bot committed Aug 17, 2023
1 parent d0fec4f commit 89f38e6
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 44 deletions.
6 changes: 3 additions & 3 deletions packages/design-tokens/src/scss/generated/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
105 changes: 64 additions & 41 deletions packages/design-tokens/src/scss/generated/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -242,7 +212,7 @@ $handwritten-caption: (
),
) !default;

$heading-large-text: (
$heading-large-large-text: (
mobile: (
font-family: "'Ebony', sans-serif",
font-size: 1.875rem,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand All @@ -348,18 +369,20 @@ $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,
display-large-text: $display-large-text,
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;

0 comments on commit 89f38e6

Please sign in to comment.