Skip to content

Commit

Permalink
Merge pull request #1 from it-dev/dev
Browse files Browse the repository at this point in the history
Updates ds-version, build new files
  • Loading branch information
erikbets authored Feb 4, 2026
2 parents 498756a + 54212db commit e46cd40
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 10 deletions.
2 changes: 1 addition & 1 deletion design-tokens/$designsystemet.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "@digdir/designsystemet",
"version": "1.7.3"
"version": "1.11.0"
}
4 changes: 0 additions & 4 deletions design-tokens/.vscode/mcp.json

This file was deleted.

3 changes: 0 additions & 3 deletions design-tokens/.vscode/settings.json

This file was deleted.

10 changes: 10 additions & 0 deletions design-tokens/primitives/modes/color-scheme/dark/ntnu.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,16 @@
"$type": "color",
"$value": "#b49acd"
}
},
"focus": {
"inner": {
"$type": "color",
"$value": "#181818"
},
"outer": {
"$type": "color",
"$value": "#ececec"
}
}
}
}
10 changes: 10 additions & 0 deletions design-tokens/primitives/modes/color-scheme/light/ntnu.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,16 @@
"$type": "color",
"$value": "#663299"
}
},
"focus": {
"inner": {
"$type": "color",
"$value": "#ffffff"
},
"outer": {
"$type": "color",
"$value": "#2b2b2b"
}
}
}
}
4 changes: 2 additions & 2 deletions design-tokens/semantic/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}
}
},
Expand Down
10 changes: 10 additions & 0 deletions design-tokens/themes/ntnu.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e46cd40

Please sign in to comment.