Skip to content

Commit

Permalink
Feat(design-tokens): Slightly edit typography styles and action color…
Browse files Browse the repository at this point in the history
…s, minification of the shadow values
  • Loading branch information
Supernova Bot authored and dlouhak committed Oct 26, 2023
1 parent 542a9b1 commit 28ea318
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 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
10 changes: 5 additions & 5 deletions packages/design-tokens/src/scss/generated/_shadows.scss
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
76 changes: 38 additions & 38 deletions packages/design-tokens/src/scss/generated/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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;

Expand All @@ -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;

Expand Down Expand Up @@ -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;

Expand All @@ -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;

Expand All @@ -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;

Expand Down Expand Up @@ -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;

Expand All @@ -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;

Expand All @@ -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;

Expand All @@ -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;

Expand All @@ -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;

Expand All @@ -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;

Expand Down Expand Up @@ -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;

Expand All @@ -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;

Expand Down

0 comments on commit 28ea318

Please sign in to comment.