From ee343b69e5330e2689a2352d0ea613ceb5430631 Mon Sep 17 00:00:00 2001 From: Frode Kolstad Date: Tue, 10 Feb 2026 10:57:18 +0100 Subject: [PATCH 1/6] fix(tokens): Justering av color.neutrals.foreground --- tokens/public/theme/dark.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tokens/public/theme/dark.json b/tokens/public/theme/dark.json index 101bfb46..1d8a91fd 100644 --- a/tokens/public/theme/dark.json +++ b/tokens/public/theme/dark.json @@ -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.500}" }, "faint": { "$type": "color", From 5e3dfc891c5fc5800e8f6fef54ec33f16b971212 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Feb 2026 09:58:35 +0000 Subject: [PATCH 2/6] =?UTF-8?q?(tokens):=20oppdatert=20css=20basert=20p?= =?UTF-8?q?=C3=A5=20nye=20tokens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc-site/.vitepress/theme/styles/nve_theme.css | 6 +++--- doc-site/.vitepress/theme/styles/rme_theme.css | 6 +++--- doc-site/.vitepress/theme/styles/varsom_theme.css | 6 +++--- public/css/nve.css | 2 +- public/css/nve_dark.css | 4 ++-- public/css/rme.css | 2 +- public/css/rme_dark.css | 4 ++-- public/css/varsom.css | 2 +- public/css/varsom_dark.css | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/doc-site/.vitepress/theme/styles/nve_theme.css b/doc-site/.vitepress/theme/styles/nve_theme.css index 32e6bdc8..e8334faa 100644 --- a/doc-site/.vitepress/theme/styles/nve_theme.css +++ b/doc-site/.vitepress/theme/styles/nve_theme.css @@ -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); @@ -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 */ @@ -922,8 +922,8 @@ --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-500); --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); diff --git a/doc-site/.vitepress/theme/styles/rme_theme.css b/doc-site/.vitepress/theme/styles/rme_theme.css index bba6db13..0b2ead99 100644 --- a/doc-site/.vitepress/theme/styles/rme_theme.css +++ b/doc-site/.vitepress/theme/styles/rme_theme.css @@ -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); @@ -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 */ @@ -922,8 +922,8 @@ --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-500); --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); diff --git a/doc-site/.vitepress/theme/styles/varsom_theme.css b/doc-site/.vitepress/theme/styles/varsom_theme.css index 578ff252..cfa94c87 100644 --- a/doc-site/.vitepress/theme/styles/varsom_theme.css +++ b/doc-site/.vitepress/theme/styles/varsom_theme.css @@ -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); @@ -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 */ @@ -922,8 +922,8 @@ --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-500); --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); diff --git a/public/css/nve.css b/public/css/nve.css index 489412ab..c5fe926c 100644 --- a/public/css/nve.css +++ b/public/css/nve.css @@ -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); @@ -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 */ diff --git a/public/css/nve_dark.css b/public/css/nve_dark.css index 78c62d05..17b71de5 100644 --- a/public/css/nve_dark.css +++ b/public/css/nve_dark.css @@ -274,8 +274,8 @@ --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-500); --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); diff --git a/public/css/rme.css b/public/css/rme.css index 124f6faa..ad4b8791 100644 --- a/public/css/rme.css +++ b/public/css/rme.css @@ -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); @@ -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 */ diff --git a/public/css/rme_dark.css b/public/css/rme_dark.css index 665de056..d20a4e6a 100644 --- a/public/css/rme_dark.css +++ b/public/css/rme_dark.css @@ -274,8 +274,8 @@ --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-500); --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); diff --git a/public/css/varsom.css b/public/css/varsom.css index 8592604d..2e682b47 100644 --- a/public/css/varsom.css +++ b/public/css/varsom.css @@ -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); @@ -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 */ diff --git a/public/css/varsom_dark.css b/public/css/varsom_dark.css index a57c8980..b907baed 100644 --- a/public/css/varsom_dark.css +++ b/public/css/varsom_dark.css @@ -274,8 +274,8 @@ --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-500); --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); From 6d0891249d3bbe970c855fee524008b3b2d25707 Mon Sep 17 00:00:00 2001 From: Frode Kolstad Date: Tue, 10 Feb 2026 11:05:26 +0100 Subject: [PATCH 3/6] fix(tokens): Justering av farge pga UU --- tokens/public/theme/dark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/public/theme/dark.json b/tokens/public/theme/dark.json index 1d8a91fd..8f2d58ac 100644 --- a/tokens/public/theme/dark.json +++ b/tokens/public/theme/dark.json @@ -97,7 +97,7 @@ }, "subtle": { "$type": "color", - "$value": "{color-shades.functional.neutralgrey.500}" + "$value": "{color-shades.functional.neutralgrey.400}" }, "faint": { "$type": "color", From 0adbc00d5e061adb54ff8b47cd3a73d6e0d0112a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Feb 2026 10:06:00 +0000 Subject: [PATCH 4/6] =?UTF-8?q?(tokens):=20oppdatert=20css=20basert=20p?= =?UTF-8?q?=C3=A5=20nye=20tokens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc-site/.vitepress/theme/styles/nve_theme.css | 2 +- doc-site/.vitepress/theme/styles/rme_theme.css | 2 +- doc-site/.vitepress/theme/styles/varsom_theme.css | 2 +- public/css/nve_dark.css | 2 +- public/css/rme_dark.css | 2 +- public/css/varsom_dark.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc-site/.vitepress/theme/styles/nve_theme.css b/doc-site/.vitepress/theme/styles/nve_theme.css index e8334faa..31c3f4b8 100644 --- a/doc-site/.vitepress/theme/styles/nve_theme.css +++ b/doc-site/.vitepress/theme/styles/nve_theme.css @@ -923,7 +923,7 @@ --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-200); - --color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-500); + --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); diff --git a/doc-site/.vitepress/theme/styles/rme_theme.css b/doc-site/.vitepress/theme/styles/rme_theme.css index 0b2ead99..f1ba3c04 100644 --- a/doc-site/.vitepress/theme/styles/rme_theme.css +++ b/doc-site/.vitepress/theme/styles/rme_theme.css @@ -923,7 +923,7 @@ --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-200); - --color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-500); + --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); diff --git a/doc-site/.vitepress/theme/styles/varsom_theme.css b/doc-site/.vitepress/theme/styles/varsom_theme.css index cfa94c87..91e5ed17 100644 --- a/doc-site/.vitepress/theme/styles/varsom_theme.css +++ b/doc-site/.vitepress/theme/styles/varsom_theme.css @@ -923,7 +923,7 @@ --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-200); - --color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-500); + --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); diff --git a/public/css/nve_dark.css b/public/css/nve_dark.css index 17b71de5..b9f8e1dc 100644 --- a/public/css/nve_dark.css +++ b/public/css/nve_dark.css @@ -275,7 +275,7 @@ --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-200); - --color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-500); + --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); diff --git a/public/css/rme_dark.css b/public/css/rme_dark.css index d20a4e6a..911325f0 100644 --- a/public/css/rme_dark.css +++ b/public/css/rme_dark.css @@ -275,7 +275,7 @@ --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-200); - --color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-500); + --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); diff --git a/public/css/varsom_dark.css b/public/css/varsom_dark.css index b907baed..089df45a 100644 --- a/public/css/varsom_dark.css +++ b/public/css/varsom_dark.css @@ -275,7 +275,7 @@ --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-200); - --color-neutrals-foreground-subtle: var(--color-shades-functional-neutralgrey-500); + --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); From 26efec1d5519e391b2457c981f4ac36eb367b750 Mon Sep 17 00:00:00 2001 From: Frode Kolstad Date: Wed, 11 Feb 2026 14:14:52 +0100 Subject: [PATCH 5/6] =?UTF-8?q?fix(tokens):=20endring=20av=20farge=20i=20d?= =?UTF-8?q?arkmode=20p=C3=A5=20color.neutrals.border.subtle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tokens/public/theme/dark.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokens/public/theme/dark.json b/tokens/public/theme/dark.json index 8f2d58ac..4239a63e 100644 --- a/tokens/public/theme/dark.json +++ b/tokens/public/theme/dark.json @@ -123,7 +123,7 @@ }, "subtle": { "$type": "color", - "$value": "{color-shades.grey.800}" + "$value": "{color-shades.grey.700}" }, "disabled": { "$type": "color", From fee550f4cf19a8f39561cb351a484daebfbe596d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Feb 2026 13:15:30 +0000 Subject: [PATCH 6/6] =?UTF-8?q?(tokens):=20oppdatert=20css=20basert=20p?= =?UTF-8?q?=C3=A5=20nye=20tokens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc-site/.vitepress/theme/styles/nve_theme.css | 2 +- doc-site/.vitepress/theme/styles/rme_theme.css | 2 +- doc-site/.vitepress/theme/styles/varsom_theme.css | 2 +- public/css/nve_dark.css | 2 +- public/css/rme_dark.css | 2 +- public/css/varsom_dark.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc-site/.vitepress/theme/styles/nve_theme.css b/doc-site/.vitepress/theme/styles/nve_theme.css index 31c3f4b8..cb3c3d89 100644 --- a/doc-site/.vitepress/theme/styles/nve_theme.css +++ b/doc-site/.vitepress/theme/styles/nve_theme.css @@ -929,7 +929,7 @@ --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); diff --git a/doc-site/.vitepress/theme/styles/rme_theme.css b/doc-site/.vitepress/theme/styles/rme_theme.css index f1ba3c04..364b5af3 100644 --- a/doc-site/.vitepress/theme/styles/rme_theme.css +++ b/doc-site/.vitepress/theme/styles/rme_theme.css @@ -929,7 +929,7 @@ --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); diff --git a/doc-site/.vitepress/theme/styles/varsom_theme.css b/doc-site/.vitepress/theme/styles/varsom_theme.css index 91e5ed17..6bf8acb2 100644 --- a/doc-site/.vitepress/theme/styles/varsom_theme.css +++ b/doc-site/.vitepress/theme/styles/varsom_theme.css @@ -929,7 +929,7 @@ --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); diff --git a/public/css/nve_dark.css b/public/css/nve_dark.css index b9f8e1dc..906aaff9 100644 --- a/public/css/nve_dark.css +++ b/public/css/nve_dark.css @@ -281,7 +281,7 @@ --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); diff --git a/public/css/rme_dark.css b/public/css/rme_dark.css index 911325f0..93216a23 100644 --- a/public/css/rme_dark.css +++ b/public/css/rme_dark.css @@ -281,7 +281,7 @@ --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); diff --git a/public/css/varsom_dark.css b/public/css/varsom_dark.css index 089df45a..b5a684c2 100644 --- a/public/css/varsom_dark.css +++ b/public/css/varsom_dark.css @@ -281,7 +281,7 @@ --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);