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 Oct 3, 2023
1 parent 06a43c0 commit ac978d5
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 53 deletions.
6 changes: 5 additions & 1 deletion packages/design-tokens/src/scss/generated/_colors.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Generated Colors from Supernova. Do not edit manually.
$01-default: #17171700 !default;
$action-inverted-active: #849499 !default;
$action-inverted-default: #90a2a7 !default;
$action-inverted-disabled: #f3f3f3 !default;
Expand Down Expand Up @@ -54,7 +55,6 @@ $border-primary-selected: #3478dd !default;
$border-secondary-default: #e2e8ed !default;
$brand-primary: #19325a !default;
$brand-secondary: #f90 !default;
$default: #17171700 !default;
$emotion-danger-active: #820000 !default;
$emotion-danger-background: #fde8e9 !default;
$emotion-danger-default: #c81e1e !default;
Expand Down Expand Up @@ -89,6 +89,10 @@ $text-secondary-disabled: #d6d6d6 !default;
$text-secondary-inverted-default: #e9e9e9 !default;
$text-secondary-inverted-disabled: #8d9c9f !default;

$01-colors: (
default: $01-default,
) !default;

$action-colors: (
inverted-active: $action-inverted-active,
inverted-default: $action-inverted-default,
Expand Down
13 changes: 0 additions & 13 deletions packages/design-tokens/src/scss/generated/_measures.scss
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
// Generated Measures from Supernova. Do not edit manually.
$space-0: 0 !default;
$radius-0: 0 !default;
$radius-50: 2px !default;
$space-100: 1px !default;
$radius-100: 4px !default;
$space-200: 2px !default;
$radius-200: 8px !default;
$space-300: 4px !default;
$radius-300: 12px !default;
$space-400: 8px !default;
$space-500: 12px !default;
$space-600: 16px !default;
Expand Down Expand Up @@ -37,11 +32,3 @@ $spaces: (
1300: $space-1300,
1400: $space-1400,
) !default;

$border-radius: (
radius-0: $border-radiu-radius-0,
radius-50: $border-radiu-radius-50,
radius-100: $border-radiu-radius-100,
radius-200: $border-radiu-radius-200,
radius-300: $border-radiu-radius-300,
) !default;
13 changes: 13 additions & 0 deletions packages/design-tokens/src/scss/generated/_radii.scss
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
// Generated Radii from Supernova. Do not edit manually.
$radius-0: 0 !default;
$radius-50: 2px !default;
$radius-100: 4px !default;
$radius-200: 8px !default;
$radius-300: 12px !default;

$radii: (
0: $radius-0,
50: $radius-50,
100: $radius-100,
200: $radius-200,
300: $radius-300,
) !default;
12 changes: 3 additions & 9 deletions packages/design-tokens/src/scss/generated/_shadows.scss
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
// Generated Shadows from Supernova. Do not edit manually.
$focus: 0 0 0 2px #61b3ff99 !default;
$shadow-100: 0 1px 6px 0 #0000001a !default;
$shadow-2: 0 4px 8px 0 #0000000f, 0 2px 6px 0 #0000000d, 0 1px 3px 0 #00000014 !default;
$shadow-200: 0 4px 6px 0 #00000014 !default;
$shadow-3: 0 1px 2px 0 #0000000d, 0 1px 2px 0 #0000000d !default;
$shadow-300: 0 8px 16px 0 #0000001a !default;
$shadow-4: 0 0 1px 0 #0000000d !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;

$shadows: (
100: $shadow-100,
2: $shadow-2,
200: $shadow-200,
3: $shadow-3,
300: $shadow-300,
4: $shadow-4,
400: $shadow-400,
500: $shadow-500,
) !default;
60 changes: 30 additions & 30 deletions packages/design-tokens/src/scss/generated/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $body-large-text-italic: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 1.125rem,
font-style: normal,
font-style: italic,
font-weight: 400,
line-height: 1.5,
),
Expand Down Expand Up @@ -43,7 +43,7 @@ $body-medium-text-italic: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 1rem,
font-style: normal,
font-style: italic,
font-weight: 400,
line-height: 1.5,
),
Expand Down Expand Up @@ -73,7 +73,7 @@ $body-small-text-italic: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 0.875rem,
font-style: normal,
font-style: italic,
font-weight: 400,
line-height: 1.5,
),
Expand Down Expand Up @@ -103,7 +103,7 @@ $body-xsmall-text-italic: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 0.75rem,
font-style: normal,
font-style: italic,
font-weight: 400,
line-height: 1.5,
),
Expand All @@ -124,21 +124,21 @@ $display-large-text: (
font-family: "'Ebony', sans-serif",
font-size: 2rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
tablet: (
font-family: "'Ebony', sans-serif",
font-size: 2.375rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
desktop: (
font-family: "'Ebony', sans-serif",
font-size: 3rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
) !default;
Expand All @@ -148,21 +148,21 @@ $display-medium-text: (
font-family: "'Ebony', sans-serif",
font-size: 2rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
tablet: (
font-family: "'Ebony', sans-serif",
font-size: 2.25rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
desktop: (
font-family: "'Ebony', sans-serif",
font-size: 2.375rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
) !default;
Expand All @@ -172,21 +172,21 @@ $display-small-text: (
font-family: "'Ebony', sans-serif",
font-size: 1.5rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
tablet: (
font-family: "'Ebony', sans-serif",
font-size: 1.5rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
desktop: (
font-family: "'Ebony', sans-serif",
font-size: 1.5rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
) !default;
Expand Down Expand Up @@ -217,21 +217,21 @@ $heading-large-text: (
font-family: "'Ebony', sans-serif",
font-size: 1.75rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
tablet: (
font-family: "'Ebony', sans-serif",
font-size: 2rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
desktop: (
font-family: "'Ebony', sans-serif",
font-size: 2.25rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
) !default;
Expand All @@ -241,21 +241,21 @@ $heading-medium-text: (
font-family: "'Ebony', sans-serif",
font-size: 1.5rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
tablet: (
font-family: "'Ebony', sans-serif",
font-size: 1.75rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
desktop: (
font-family: "'Ebony', sans-serif",
font-size: 1.875rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
) !default;
Expand All @@ -265,21 +265,21 @@ $heading-small-text: (
font-family: "'Ebony', sans-serif",
font-size: 1.375rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
tablet: (
font-family: "'Ebony', sans-serif",
font-size: 1.5rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
desktop: (
font-family: "'Ebony', sans-serif",
font-size: 1.5rem,
font-style: normal,
font-weight: 600,
font-weight: 400,
line-height: 1.3,
),
) !default;
Expand All @@ -289,21 +289,21 @@ $heading-xsmall-text: (
font-family: "'Ebony', sans-serif",
font-size: 1.25rem,
font-style: normal,
font-weight: 400,
font-weight: 300,
line-height: 1.3,
),
tablet: (
font-family: "'Ebony', sans-serif",
font-size: 1.25rem,
font-style: normal,
font-weight: 400,
font-weight: 300,
line-height: 1.3,
),
desktop: (
font-family: "'Ebony', sans-serif",
font-size: 1.25rem,
font-style: normal,
font-weight: 400,
font-weight: 300,
line-height: 1.3,
),
) !default;
Expand All @@ -313,7 +313,7 @@ $link: (
font-family: "'Inter', sans-serif",
font-size: 1.375rem,
font-style: normal,
font-weight: 400,
font-weight: NaN,
line-height: 1.5,
),
) !default;
Expand All @@ -323,7 +323,7 @@ $link-underline: (
font-family: "'Inter', sans-serif",
font-size: 1.375rem,
font-style: normal,
font-weight: 400,
font-weight: NaN,
line-height: 1.5,
text-decoration: underline,
),
Expand All @@ -334,7 +334,7 @@ $text-bold: (
font-family: "'Inter', sans-serif",
font-size: 1.375rem,
font-style: normal,
font-weight: 600,
font-weight: NaN,
line-height: 1.5,
),
) !default;
Expand All @@ -344,7 +344,7 @@ $text-italic: (
font-family: "'Inter', sans-serif",
font-size: 1.375rem,
font-style: italic,
font-weight: 400,
font-weight: NaN,
line-height: 1.5,
),
) !default;
Expand All @@ -354,7 +354,7 @@ $text-regular: (
font-family: "'Inter', sans-serif",
font-size: 1.375rem,
font-style: normal,
font-weight: 400,
font-weight: NaN,
line-height: 1.5,
),
) !default;
Expand Down

0 comments on commit ac978d5

Please sign in to comment.