diff --git a/design-tokens/$designsystemet.jsonc b/design-tokens/$designsystemet.jsonc index 7cad710..6be0077 100644 --- a/design-tokens/$designsystemet.jsonc +++ b/design-tokens/$designsystemet.jsonc @@ -1,4 +1,4 @@ { "name": "@digdir/designsystemet", - "version": "1.7.3" + "version": "1.11.0" } \ No newline at end of file diff --git a/design-tokens/.vscode/mcp.json b/design-tokens/.vscode/mcp.json deleted file mode 100644 index 016b0dc..0000000 --- a/design-tokens/.vscode/mcp.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "inputs": [], - "servers": {} -} \ No newline at end of file diff --git a/design-tokens/.vscode/settings.json b/design-tokens/.vscode/settings.json deleted file mode 100644 index 1829cb4..0000000 --- a/design-tokens/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "chat.mcp.access": "registry" -} \ No newline at end of file diff --git a/design-tokens/primitives/modes/color-scheme/dark/ntnu.json b/design-tokens/primitives/modes/color-scheme/dark/ntnu.json index 887b767..77b5c09 100644 --- a/design-tokens/primitives/modes/color-scheme/dark/ntnu.json +++ b/design-tokens/primitives/modes/color-scheme/dark/ntnu.json @@ -797,6 +797,16 @@ "$type": "color", "$value": "#b49acd" } + }, + "focus": { + "inner": { + "$type": "color", + "$value": "#181818" + }, + "outer": { + "$type": "color", + "$value": "#ececec" + } } } } \ No newline at end of file diff --git a/design-tokens/primitives/modes/color-scheme/light/ntnu.json b/design-tokens/primitives/modes/color-scheme/light/ntnu.json index 4e5bfd0..5de8d5d 100644 --- a/design-tokens/primitives/modes/color-scheme/light/ntnu.json +++ b/design-tokens/primitives/modes/color-scheme/light/ntnu.json @@ -797,6 +797,16 @@ "$type": "color", "$value": "#663299" } + }, + "focus": { + "inner": { + "$type": "color", + "$value": "#ffffff" + }, + "outer": { + "$type": "color", + "$value": "#2b2b2b" + } } } } \ No newline at end of file diff --git a/design-tokens/semantic/color.json b/design-tokens/semantic/color.json index 87927af..cc70db6 100644 --- a/design-tokens/semantic/color.json +++ b/design-tokens/semantic/color.json @@ -795,11 +795,11 @@ "focus": { "inner": { "$type": "color", - "$value": "{color.neutral.background-default}" + "$value": "{color.focus.inner-color}" }, "outer": { "$type": "color", - "$value": "{color.neutral.text-default}" + "$value": "{color.focus.outer-color}" } } }, diff --git a/design-tokens/themes/ntnu.json b/design-tokens/themes/ntnu.json index 419d8eb..6c83ead 100644 --- a/design-tokens/themes/ntnu.json +++ b/design-tokens/themes/ntnu.json @@ -797,6 +797,16 @@ "$type": "color", "$value": "{ntnu.link.visited}" } + }, + "focus": { + "inner-color": { + "$type": "color", + "$value": "{ntnu.focus.inner}" + }, + "outer-color": { + "$type": "color", + "$value": "{ntnu.focus.outer}" + } } }, "font-family": {