Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc-site/.vitepress/theme/styles/nve_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@
--font-size-2x-small: var(--dimension-3-5x); /** 12 px */
--typography-body-x-small: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--typography-body-x-small-underline: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--font-size-medium: var(--dimension-5x); /** 18 px */
--typography-body-compact-large-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-large-underline-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-medium-compact: var(--font-weight-regular) var(--font-size-small)/var(--line-height-1) var(--font-family-source-sans-pro);
Expand All @@ -648,6 +647,7 @@
--typography-label-x-small-light: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-6) var(--font-family-source-sans-pro);
--font-size-x-small: var(--dimension-4x); /** 14 px */
--font-size-small: var(--dimension-4-5x); /** 16 px */
--font-size-medium: var(--dimension-5x); /** 18 px */
--font-size-large: var(--dimension-6x); /** 20 px */
--font-size-x-large: var(--dimension-8x); /** 24 px */
--font-size-2x-large: var(--dimension-10x); /** 32 px */
Expand Down Expand Up @@ -922,14 +922,14 @@
--color-neutrals-background-secondary-dim: var(--color-shades-grey-850);
--color-neutrals-background-tertiary-dim: var(--color-shades-grey-700);
--color-neutrals-foreground-primary: var(--color-shades-grey-000);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-100);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-400);
--color-neutrals-foreground-faint: var(--color-shades-functional-neutralgrey-800);
--color-neutrals-foreground-inverted: var(--color-shades-functional-neutralgrey-999);
--color-neutrals-border-default: var(--color-shades-grey-300);
--color-neutrals-border-emphasized: var(--color-shades-grey-000);
--color-neutrals-border-mute: var(--color-shades-grey-600);
--color-neutrals-border-subtle: var(--color-shades-grey-800);
--color-neutrals-border-subtle: var(--color-shades-grey-700);
--color-neutrals-border-disabled: var(--color-shades-grey-500);
--color-interactive-primary-background-default: var(--color-shades-grey-000);
--color-interactive-primary-background-hover: var(--color-shades-grey-150);
Expand Down
8 changes: 4 additions & 4 deletions doc-site/.vitepress/theme/styles/rme_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@
--font-size-2x-small: var(--dimension-3-5x); /** 12 px */
--typography-body-x-small: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--typography-body-x-small-underline: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--font-size-medium: var(--dimension-5x); /** 18 px */
--typography-body-compact-large-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-large-underline-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-medium-compact: var(--font-weight-regular) var(--font-size-small)/var(--line-height-1) var(--font-family-source-sans-pro);
Expand All @@ -648,6 +647,7 @@
--typography-label-x-small-light: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-6) var(--font-family-source-sans-pro);
--font-size-x-small: var(--dimension-4x); /** 14 px */
--font-size-small: var(--dimension-4-5x); /** 16 px */
--font-size-medium: var(--dimension-5x); /** 18 px */
--font-size-large: var(--dimension-6x); /** 20 px */
--font-size-x-large: var(--dimension-8x); /** 24 px */
--font-size-2x-large: var(--dimension-10x); /** 32 px */
Expand Down Expand Up @@ -922,14 +922,14 @@
--color-neutrals-background-secondary-dim: var(--color-shades-grey-850);
--color-neutrals-background-tertiary-dim: var(--color-shades-grey-700);
--color-neutrals-foreground-primary: var(--color-shades-grey-000);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-100);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-400);
--color-neutrals-foreground-faint: var(--color-shades-functional-neutralgrey-800);
--color-neutrals-foreground-inverted: var(--color-shades-functional-neutralgrey-999);
--color-neutrals-border-default: var(--color-shades-grey-300);
--color-neutrals-border-emphasized: var(--color-shades-grey-000);
--color-neutrals-border-mute: var(--color-shades-grey-600);
--color-neutrals-border-subtle: var(--color-shades-grey-800);
--color-neutrals-border-subtle: var(--color-shades-grey-700);
--color-neutrals-border-disabled: var(--color-shades-grey-500);
--color-interactive-primary-background-default: var(--color-shades-grey-000);
--color-interactive-primary-background-hover: var(--color-shades-grey-150);
Expand Down
8 changes: 4 additions & 4 deletions doc-site/.vitepress/theme/styles/varsom_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@
--font-size-2x-small: var(--dimension-3-5x); /** 12 px */
--typography-body-x-small: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--typography-body-x-small-underline: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--font-size-medium: var(--dimension-5x); /** 18 px */
--typography-body-compact-large-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-large-underline-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-medium-compact: var(--font-weight-regular) var(--font-size-small)/var(--line-height-1) var(--font-family-source-sans-pro);
Expand All @@ -648,6 +647,7 @@
--typography-label-x-small-light: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-6) var(--font-family-source-sans-pro);
--font-size-x-small: var(--dimension-4x); /** 14 px */
--font-size-small: var(--dimension-4-5x); /** 16 px */
--font-size-medium: var(--dimension-5x); /** 18 px */
--font-size-large: var(--dimension-6x); /** 20 px */
--font-size-x-large: var(--dimension-8x); /** 24 px */
--font-size-2x-large: var(--dimension-10x); /** 32 px */
Expand Down Expand Up @@ -922,14 +922,14 @@
--color-neutrals-background-secondary-dim: var(--color-shades-grey-850);
--color-neutrals-background-tertiary-dim: var(--color-shades-grey-700);
--color-neutrals-foreground-primary: var(--color-shades-grey-000);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-100);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-400);
--color-neutrals-foreground-faint: var(--color-shades-functional-neutralgrey-800);
--color-neutrals-foreground-inverted: var(--color-shades-functional-neutralgrey-999);
--color-neutrals-border-default: var(--color-shades-grey-300);
--color-neutrals-border-emphasized: var(--color-shades-grey-000);
--color-neutrals-border-mute: var(--color-shades-grey-600);
--color-neutrals-border-subtle: var(--color-shades-grey-800);
--color-neutrals-border-subtle: var(--color-shades-grey-700);
--color-neutrals-border-disabled: var(--color-shades-grey-500);
--color-interactive-primary-background-default: var(--color-shades-grey-000);
--color-interactive-primary-background-hover: var(--color-shades-grey-150);
Expand Down
2 changes: 1 addition & 1 deletion public/css/nve.css
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@
--font-size-2x-small: var(--dimension-3-5x); /** 12 px */
--typography-body-x-small: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--typography-body-x-small-underline: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--font-size-medium: var(--dimension-5x); /** 18 px */
--typography-body-compact-large-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-large-underline-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-medium-compact: var(--font-weight-regular) var(--font-size-small)/var(--line-height-1) var(--font-family-source-sans-pro);
Expand All @@ -654,6 +653,7 @@
--typography-label-x-small-light: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-6) var(--font-family-source-sans-pro);
--font-size-x-small: var(--dimension-4x); /** 14 px */
--font-size-small: var(--dimension-4-5x); /** 16 px */
--font-size-medium: var(--dimension-5x); /** 18 px */
--font-size-large: var(--dimension-6x); /** 20 px */
--font-size-x-large: var(--dimension-8x); /** 24 px */
--font-size-2x-large: var(--dimension-10x); /** 32 px */
Expand Down
6 changes: 3 additions & 3 deletions public/css/nve_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,14 @@
--color-neutrals-background-secondary-dim: var(--color-shades-grey-850);
--color-neutrals-background-tertiary-dim: var(--color-shades-grey-700);
--color-neutrals-foreground-primary: var(--color-shades-grey-000);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-100);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-400);
--color-neutrals-foreground-faint: var(--color-shades-functional-neutralgrey-800);
--color-neutrals-foreground-inverted: var(--color-shades-functional-neutralgrey-999);
--color-neutrals-border-default: var(--color-shades-grey-300);
--color-neutrals-border-emphasized: var(--color-shades-grey-000);
--color-neutrals-border-mute: var(--color-shades-grey-600);
--color-neutrals-border-subtle: var(--color-shades-grey-800);
--color-neutrals-border-subtle: var(--color-shades-grey-700);
--color-neutrals-border-disabled: var(--color-shades-grey-500);
--color-interactive-primary-background-default: var(--color-shades-grey-000);
--color-interactive-primary-background-hover: var(--color-shades-grey-150);
Expand Down
2 changes: 1 addition & 1 deletion public/css/rme.css
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@
--font-size-2x-small: var(--dimension-3-5x); /** 12 px */
--typography-body-x-small: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--typography-body-x-small-underline: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--font-size-medium: var(--dimension-5x); /** 18 px */
--typography-body-compact-large-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-large-underline-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-medium-compact: var(--font-weight-regular) var(--font-size-small)/var(--line-height-1) var(--font-family-source-sans-pro);
Expand All @@ -654,6 +653,7 @@
--typography-label-x-small-light: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-6) var(--font-family-source-sans-pro);
--font-size-x-small: var(--dimension-4x); /** 14 px */
--font-size-small: var(--dimension-4-5x); /** 16 px */
--font-size-medium: var(--dimension-5x); /** 18 px */
--font-size-large: var(--dimension-6x); /** 20 px */
--font-size-x-large: var(--dimension-8x); /** 24 px */
--font-size-2x-large: var(--dimension-10x); /** 32 px */
Expand Down
6 changes: 3 additions & 3 deletions public/css/rme_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,14 @@
--color-neutrals-background-secondary-dim: var(--color-shades-grey-850);
--color-neutrals-background-tertiary-dim: var(--color-shades-grey-700);
--color-neutrals-foreground-primary: var(--color-shades-grey-000);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-100);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-400);
--color-neutrals-foreground-faint: var(--color-shades-functional-neutralgrey-800);
--color-neutrals-foreground-inverted: var(--color-shades-functional-neutralgrey-999);
--color-neutrals-border-default: var(--color-shades-grey-300);
--color-neutrals-border-emphasized: var(--color-shades-grey-000);
--color-neutrals-border-mute: var(--color-shades-grey-600);
--color-neutrals-border-subtle: var(--color-shades-grey-800);
--color-neutrals-border-subtle: var(--color-shades-grey-700);
--color-neutrals-border-disabled: var(--color-shades-grey-500);
--color-interactive-primary-background-default: var(--color-shades-grey-000);
--color-interactive-primary-background-hover: var(--color-shades-grey-150);
Expand Down
2 changes: 1 addition & 1 deletion public/css/varsom.css
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,6 @@
--font-size-2x-small: var(--dimension-3-5x); /** 12 px */
--typography-body-x-small: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--typography-body-x-small-underline: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-5) var(--font-family-source-sans-pro);
--font-size-medium: var(--dimension-5x); /** 18 px */
--typography-body-compact-large-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-large-underline-compact: var(--font-weight-regular) var(--font-size-medium)/var(--line-height-1) var(--font-family-source-sans-pro);
--typography-body-compact-medium-compact: var(--font-weight-regular) var(--font-size-small)/var(--line-height-1) var(--font-family-source-sans-pro);
Expand All @@ -654,6 +653,7 @@
--typography-label-x-small-light: var(--font-weight-regular) var(--font-size-2x-small)/var(--line-height-6) var(--font-family-source-sans-pro);
--font-size-x-small: var(--dimension-4x); /** 14 px */
--font-size-small: var(--dimension-4-5x); /** 16 px */
--font-size-medium: var(--dimension-5x); /** 18 px */
--font-size-large: var(--dimension-6x); /** 20 px */
--font-size-x-large: var(--dimension-8x); /** 24 px */
--font-size-2x-large: var(--dimension-10x); /** 32 px */
Expand Down
6 changes: 3 additions & 3 deletions public/css/varsom_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,14 @@
--color-neutrals-background-secondary-dim: var(--color-shades-grey-850);
--color-neutrals-background-tertiary-dim: var(--color-shades-grey-700);
--color-neutrals-foreground-primary: var(--color-shades-grey-000);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-100);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-secondary: var(--color-shades-functional-neutralgrey-200);
--color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-400);
--color-neutrals-foreground-faint: var(--color-shades-functional-neutralgrey-800);
--color-neutrals-foreground-inverted: var(--color-shades-functional-neutralgrey-999);
--color-neutrals-border-default: var(--color-shades-grey-300);
--color-neutrals-border-emphasized: var(--color-shades-grey-000);
--color-neutrals-border-mute: var(--color-shades-grey-600);
--color-neutrals-border-subtle: var(--color-shades-grey-800);
--color-neutrals-border-subtle: var(--color-shades-grey-700);
--color-neutrals-border-disabled: var(--color-shades-grey-500);
--color-interactive-primary-background-default: var(--color-shades-grey-000);
--color-interactive-primary-background-hover: var(--color-shades-grey-150);
Expand Down
6 changes: 3 additions & 3 deletions tokens/public/theme/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,11 @@
},
"secondary": {
"$type": "color",
"$value": "{color-shades.functional.neutralgrey.100}"
"$value": "{color-shades.functional.neutralgrey.200}"
},
"subtle": {
"$type": "color",
"$value": "{color-shades.functional.neutralgrey.200}"
"$value": "{color-shades.functional.neutralgrey.400}"
},
"faint": {
"$type": "color",
Expand All @@ -123,7 +123,7 @@
},
"subtle": {
"$type": "color",
"$value": "{color-shades.grey.800}"
"$value": "{color-shades.grey.700}"
},
"disabled": {
"$type": "color",
Expand Down