Skip to content
Merged
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
22 changes: 16 additions & 6 deletions doc-site/.vitepress/theme/styles/nve_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950);
--color-interactive-foreground-link-visited: var(--color-shades-grey-600);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-border-primary-enabled: var(--color-shades-grey-999);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-300);
Expand Down Expand Up @@ -1024,9 +1029,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200);
--color-interactive-foreground-link-visited: var(--color-shades-grey-200);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-border-primary-enabled: var(--color-shades-grey-000);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-700);
Expand Down
22 changes: 16 additions & 6 deletions doc-site/.vitepress/theme/styles/rme_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950);
--color-interactive-foreground-link-visited: var(--color-shades-grey-600);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-border-primary-enabled: var(--color-shades-grey-999);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-300);
Expand Down Expand Up @@ -1024,9 +1029,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200);
--color-interactive-foreground-link-visited: var(--color-shades-grey-200);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-border-primary-enabled: var(--color-shades-grey-000);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-700);
Expand Down
22 changes: 16 additions & 6 deletions doc-site/.vitepress/theme/styles/varsom_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950);
--color-interactive-foreground-link-visited: var(--color-shades-grey-600);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-border-primary-enabled: var(--color-shades-grey-999);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-300);
Expand Down Expand Up @@ -1024,9 +1029,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200);
--color-interactive-foreground-link-visited: var(--color-shades-grey-200);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-border-primary-enabled: var(--color-shades-grey-000);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-700);
Expand Down
11 changes: 8 additions & 3 deletions public/css/nve.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950);
--color-interactive-foreground-link-visited: var(--color-shades-grey-600);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-border-primary-enabled: var(--color-shades-grey-999);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-300);
Expand Down
11 changes: 8 additions & 3 deletions public/css/nve_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200);
--color-interactive-foreground-link-visited: var(--color-shades-grey-200);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-border-primary-enabled: var(--color-shades-grey-000);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-700);
Expand Down
11 changes: 8 additions & 3 deletions public/css/rme.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950);
--color-interactive-foreground-link-visited: var(--color-shades-grey-600);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-border-primary-enabled: var(--color-shades-grey-999);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-300);
Expand Down
11 changes: 8 additions & 3 deletions public/css/rme_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200);
--color-interactive-foreground-link-visited: var(--color-shades-grey-200);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-border-primary-enabled: var(--color-shades-grey-000);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-700);
Expand Down
11 changes: 8 additions & 3 deletions public/css/varsom.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-300);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-000);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-950);
--color-interactive-foreground-link-visited: var(--color-shades-grey-600);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-999);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-500);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-700);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-700);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-850);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-999);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-600);
--color-interactive-border-primary-enabled: var(--color-shades-grey-999);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-600-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-300);
Expand Down
11 changes: 8 additions & 3 deletions public/css/varsom_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,14 @@
--color-interactive-foreground-tertiary-disabled: var(--color-shades-grey-700);
--color-interactive-foreground-danger-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-danger-disabled: var(--color-shades-functional-red-800);
--color-interactive-foreground-link-enabled: var(--color-shades-functional-blue-400);
--color-interactive-foreground-link-hover: var(--color-shades-functional-blue-200);
--color-interactive-foreground-link-visited: var(--color-shades-grey-200);
--color-interactive-foreground-link-primary-enabled: var(--color-shades-grey-000);
--color-interactive-foreground-link-primary-hover: var(--color-shades-accent-200);
--color-interactive-foreground-link-primary-pressed: var(--color-shades-accent-300);
--color-interactive-foreground-link-primary-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-foreground-link-info-enabled: var(--color-shades-functional-blue-150);
--color-interactive-foreground-link-info-hover: var(--color-shades-functional-blue-100);
--color-interactive-foreground-link-info-pressed: var(--color-shades-functional-blue-000);
--color-interactive-foreground-link-info-visited: var(--color-shades-functional-neutralgrey-200);
--color-interactive-border-primary-enabled: var(--color-shades-grey-000);
--color-interactive-border-primary-hover: var(--color-shades-functional-neutralgrey-100-050);
--color-interactive-border-primary-disabled: var(--color-shades-grey-700);
Expand Down
Loading
Loading