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
5 changes: 5 additions & 0 deletions .changeset/five-ways-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@digdir/designsystemet-react": patch
---

Update npm non-major dependencies
16 changes: 10 additions & 6 deletions apps/storybook/.storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#root > * {
height: calc(100dvh - 100px) !important;
}

/* biome-ignore lint/style/noDescendingSpecificity: because */
* {
font-feature-settings: 'cv05' 1;
}
Expand Down Expand Up @@ -208,7 +208,7 @@
padding: 20px 0;
margin-left: 16px;
}

/* biome-ignore lint/style/noDescendingSpecificity: because */
.header__active {
display: block;
}
Expand All @@ -228,7 +228,7 @@
</style>

<script>
function openMenu() {
function _openMenu() {
document.getElementById('header-menu').classList.add('header__menu--open');
document
.getElementById('header-bars')
Expand All @@ -237,7 +237,7 @@
.getElementById('header-close')
.classList.remove('header__toggle--hidden');
}
function closeMenu() {
function _closeMenu() {
document
.getElementById('header-menu')
.classList.remove('header__menu--open');
Expand Down Expand Up @@ -303,20 +303,24 @@
}

.sidebar-header {
/* biome-ignore lint/style/noDescendingSpecificity: because */
& a {
color: var(--ds-color-neutral-text-default) !important;
}
}

.sb-bar {
/* biome-ignore lint/style/noDescendingSpecificity: because */
& button,
/* biome-ignore lint/style/noDescendingSpecificity: because */
& a {
color: var(--ds-color-neutral-text-default) !important;
}
}

[data-testid="tooltip"] {
& button span span,
/* biome-ignore lint/style/noDescendingSpecificity: because */
& a,
& a span span {
color: var(--ds-color-neutral-text-default) !important;
Expand Down Expand Up @@ -344,11 +348,11 @@
background: var(--ds-color-neutral-base-default) !important;
box-shadow: unset !important;
color: var(--ds-color-neutral-base-contrast-default) !important;

/* biome-ignore lint/style/noDescendingSpecificity: because */
&:hover {
background: var(--ds-color-neutral-base-hover) !important;
}

&[aria-label~='step'] {
background-color: white !important;
}
Expand Down
8 changes: 4 additions & 4 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@digdir/designsystemet-react": "workspace:^",
"@digdir/designsystemet-theme": "workspace:^",
"@internal/components": "workspace:^",
"@navikt/aksel-icons": "^7.32.5",
"@navikt/aksel-icons": "^7.33.1",
"@storybook/addon-a11y": "^9.1.16",
"@storybook/addon-docs": "^9.1.16",
"@storybook/addon-links": "^9.1.16",
Expand All @@ -32,8 +32,8 @@
"@types/ramda": "^0.31.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitest/browser": "4.0.7",
"@vitest/coverage-v8": "4.0.7",
"@vitest/browser": "4.0.8",
"@vitest/coverage-v8": "4.0.8",
"axe-playwright": "^2.2.2",
"playwright": "^1.56.1",
"prettier": "^3.6.2",
Expand All @@ -42,6 +42,6 @@
"remark-gfm": "^4.0.1",
"storybook": "^9.1.16",
"storybook-addon-pseudo-states": "^9.1.16",
"vitest": "4.0.7"
"vitest": "4.0.8"
}
}
12 changes: 6 additions & 6 deletions apps/themebuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"@digdir/designsystemet-react": "workspace:^",
"@digdir/designsystemet-theme": "workspace:^",
"@internal/components": "workspace:^",
"@navikt/aksel-icons": "^7.32.5",
"@radix-ui/react-slot": "^1.2.3",
"@navikt/aksel-icons": "^7.33.1",
"@radix-ui/react-slot": "^1.2.4",
"@react-router/node": "^7.9.5",
"@react-router/serve": "^7.9.5",
"clsx": "^2.1.1",
"i18next": "^25.6.0",
"isbot": "^5.1.31",
"i18next": "^25.6.1",
"isbot": "^5.1.32",
"react": "^19.2.0",
"react-color-palette": "^7.3.1",
"react-dom": "^19.2.0",
"react-i18next": "^16.2.3",
"react-i18next": "^16.2.4",
"react-router": "^7.9.5",
"remix-i18next": "^7.4.2"
},
Expand All @@ -36,7 +36,7 @@
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"typescript": "^5.9.3",
"vite": "^7.1.12",
"vite": "^7.2.2",
"vite-tsconfig-paths": "^5.1.4"
}
}
12 changes: 6 additions & 6 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
"@digdir/designsystemet-react": "workspace:^",
"@digdir/designsystemet-theme": "workspace:^",
"@internal/components": "workspace:^",
"@navikt/aksel-icons": "^7.32.5",
"@radix-ui/react-slot": "^1.2.3",
"@navikt/aksel-icons": "^7.33.1",
"@radix-ui/react-slot": "^1.2.4",
"@react-router/node": "^7.9.5",
"@react-router/serve": "^7.9.5",
"clsx": "^2.1.1",
"htmlfy": "^1.0.0",
"i18next": "^25.6.0",
"isbot": "^5.1.31",
"i18next": "^25.6.1",
"isbot": "^5.1.32",
"mdx-bundler": "^10.1.1",
"prism-react-renderer": "^2.4.1",
"ramda": "^0.32.0",
"react": "^19.2.0",
"react-docgen-typescript": "^2.4.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.2.3",
"react-i18next": "^16.2.4",
"react-live": "^4.1.8",
"react-router": "^7.9.5",
"rehype-autolink-headings": "^7.1.0",
Expand All @@ -44,7 +44,7 @@
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"typescript": "^5.9.3",
"vite": "^7.1.12",
"vite": "^7.2.2",
"vite-env-only": "^3.0.3",
"vite-tsconfig-paths": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
"assist": {
"actions": { "source": { "organizeImports": "on" } }
},
Expand Down
6 changes: 3 additions & 3 deletions internal/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@digdir/designsystemet": "workspace:^",
"@digdir/designsystemet-react": "workspace:^",
"@digdir/designsystemet-theme": "workspace:^",
"@radix-ui/react-slot": "^1.2.3",
"@navikt/aksel-icons": "^7.32.5",
"@radix-ui/react-slot": "^1.2.4",
"@navikt/aksel-icons": "^7.33.1",
"clsx": "^2.1.1",
"prettier": "^3.6.2",
"react-code-block": "^1.1.3",
"react": "^19.2.0",
"react-i18next": "^16.2.3",
"react-i18next": "^16.2.4",
"react-router": "^7.9.5",
"react-dom": "^19.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions internal/react-18-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"dependencies": {
"@floating-ui/react": "0.26.23",
"@navikt/aksel-icons": "^7.32.5",
"@radix-ui/react-slot": "^1.2.3",
"@navikt/aksel-icons": "^7.33.1",
"@radix-ui/react-slot": "^1.2.4",
"@tanstack/react-virtual": "^3.13.12",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
"packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40",
"engines": {
"node": ">=22.21.1"
},
Expand Down Expand Up @@ -34,22 +34,22 @@
"update:theme": "pnpm build:cli && pnpm --filter @digdir/designsystemet-theme update:theme"
},
"devDependencies": {
"@biomejs/biome": "2.3.2",
"@biomejs/biome": "2.3.4",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.7",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@testing-library/jest-dom": "^6.9.1",
"@types/node": "^22.19.0",
"@vitejs/plugin-react-swc": "^4.2.0",
"@vitest/coverage-v8": "4.0.7",
"@vitest/browser-playwright": "4.0.7",
"@vitest/ui": "4.0.7",
"@vitejs/plugin-react-swc": "^4.2.1",
"@vitest/coverage-v8": "4.0.8",
"@vitest/browser-playwright": "4.0.8",
"@vitest/ui": "4.0.8",
"chromatic": "^13.3.3",
"just-pnpm": "^1.0.2",
"tsconfck": "^3.1.6",
"typescript": "^5.9.3",
"typescript-plugin-css-modules": "^5.2.0",
"vite": "^7.1.12",
"vitest": "4.0.7"
"vite": "^7.2.2",
"vitest": "4.0.8"
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"dependencies": {
"@floating-ui/dom": "^1.7.4",
"@floating-ui/react": "0.26.23",
"@navikt/aksel-icons": "^7.32.5",
"@radix-ui/react-slot": "^1.2.3",
"@navikt/aksel-icons": "^7.33.1",
"@radix-ui/react-slot": "^1.2.4",
"@tanstack/react-virtual": "^3.13.12",
"@u-elements/u-combobox": "^1.0.4",
"@u-elements/u-datalist": "^1.0.14",
Expand All @@ -69,7 +69,7 @@
"react": "^19.2.0",
"react-dom": "^19.2.0",
"rimraf": "^6.1.0",
"rollup": "^4.52.5",
"rollup": "^4.53.1",
"rollup-plugin-copy": "^3.5.0",
"storybook": "^9.1.16",
"tsx": "4.20.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/wc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rollup/plugin-commonjs": "^28.0.9",
"@rollup/plugin-node-resolve": "^16.0.3",
"rimraf": "^6.1.0",
"rollup": "4.52.5",
"rollup": "4.53.1",
"rollup-plugin-copy": "^3.5.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
Expand Down
6 changes: 3 additions & 3 deletions plugins/figma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@digdir/designsystemet-css": "workspace:^",
"@digdir/designsystemet-react": "workspace:^",
"@digdir/designsystemet-theme": "workspace:^",
"@navikt/aksel-icons": "^7.32.5",
"@navikt/aksel-icons": "^7.33.1",
"clsx": "^2.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
Expand All @@ -31,9 +31,9 @@
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"postcss": "^8.5.6",
"rollup": "^4.52.5",
"rollup": "^4.53.1",
"typescript": "^5.9.3",
"vite": "^7.1.12",
"vite": "^7.2.2",
"vite-plugin-react-rich-svg": "^1.3.0",
"vite-plugin-singlefile": "^2.3.0",
"zustand": "^5.0.8"
Expand Down
Loading
Loading