diff --git a/.changeset/great-beds-jump.md b/.changeset/great-beds-jump.md deleted file mode 100644 index cd13aff6a4..0000000000 --- a/.changeset/great-beds-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-tailwind": patch ---- - -Tailwind: Added `darkside`-support with import `@navikt/ds-tailwind/darkside-tw3`. diff --git a/.changeset/lovely-tables-argue.md b/.changeset/lovely-tables-argue.md deleted file mode 100644 index d0833cd52e..0000000000 --- a/.changeset/lovely-tables-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/aksel-icons": minor ---- - -Icons: :tada: New icons `ExpandVertical` and `QuestionmarkCircle` diff --git a/.changeset/wicked-teachers-exercise.md b/.changeset/wicked-teachers-exercise.md deleted file mode 100644 index ddf2383054..0000000000 --- a/.changeset/wicked-teachers-exercise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@navikt/ds-react": patch -"@navikt/ds-css": patch ---- - -Darkside: Added support for `ConfirmationpPanel`, `Linkpanel`, `Panel` and `Dropdown`. Note that all of these will be deprecated in the future. diff --git a/@navikt/aksel-icons/CHANGELOG.md b/@navikt/aksel-icons/CHANGELOG.md index c6c0e9aa48..0307d8052f 100644 --- a/@navikt/aksel-icons/CHANGELOG.md +++ b/@navikt/aksel-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/aksel-icons +## 7.13.0 + +### Minor Changes + +- Icons: :tada: New icons `ExpandVertical` and `QuestionmarkCircle` ([#3583](https://github.com/navikt/aksel/pull/3583)) + ## 7.12.2 ## 7.12.1 diff --git a/@navikt/aksel-icons/package.json b/@navikt/aksel-icons/package.json index c942c242b2..d2e60c4a30 100644 --- a/@navikt/aksel-icons/package.json +++ b/@navikt/aksel-icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-icons", - "version": "7.12.2", + "version": "7.13.0", "author": "Aksel | Nav", "homepage": "https://aksel.nav.no/ikoner", "repository": { diff --git a/@navikt/aksel-stylelint/CHANGELOG.md b/@navikt/aksel-stylelint/CHANGELOG.md index 40044b2e47..db7a002db3 100644 --- a/@navikt/aksel-stylelint/CHANGELOG.md +++ b/@navikt/aksel-stylelint/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-stylelint +## 7.13.0 + ## 7.12.2 ## 7.12.1 diff --git a/@navikt/aksel-stylelint/package.json b/@navikt/aksel-stylelint/package.json index 7437a4b306..ed88564731 100644 --- a/@navikt/aksel-stylelint/package.json +++ b/@navikt/aksel-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-stylelint", - "version": "7.12.2", + "version": "7.13.0", "author": "Aksel | Nav", "homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint", "repository": { @@ -35,8 +35,8 @@ "dev": "yarn watch:lint" }, "devDependencies": { - "@navikt/ds-css": "^7.12.2", - "@navikt/ds-tokens": "^7.12.2", + "@navikt/ds-css": "^7.13.0", + "@navikt/ds-tokens": "^7.13.0", "concurrently": "9.0.1", "postcss-selector-parser": "^6.0.13", "postcss-value-parser": "^4.2.0", diff --git a/@navikt/aksel/CHANGELOG.md b/@navikt/aksel/CHANGELOG.md index 60b7ab0706..39d0febcba 100644 --- a/@navikt/aksel/CHANGELOG.md +++ b/@navikt/aksel/CHANGELOG.md @@ -1,5 +1,12 @@ # @navikt/aksel +## 7.13.0 + +### Patch Changes + +- Updated dependencies [[`1ba5d9b`](https://github.com/navikt/aksel/commit/1ba5d9b5a2fb74ee2c1fdb8d498520ad85323a12)]: + - @navikt/ds-css@7.13.0 + ## 7.12.2 ### Patch Changes diff --git a/@navikt/aksel/package.json b/@navikt/aksel/package.json index e7210a4180..beca99e2e7 100644 --- a/@navikt/aksel/package.json +++ b/@navikt/aksel/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel", - "version": "7.12.2", + "version": "7.13.0", "description": "Aksel command line interface. Handles css-imports, codemods and more", "author": "Aksel | Nav designsystem team", "license": "MIT", @@ -29,7 +29,7 @@ }, "homepage": "https://aksel.nav.no/grunnleggende/kode/kommandolinje", "dependencies": { - "@navikt/ds-css": "^7.12.2", + "@navikt/ds-css": "^7.13.0", "axios": "1.7.4", "chalk": "4.1.0", "clipboardy": "^2.3.0", diff --git a/@navikt/core/css/CHANGELOG.md b/@navikt/core/css/CHANGELOG.md index d98135e30d..73074db6dd 100644 --- a/@navikt/core/css/CHANGELOG.md +++ b/@navikt/core/css/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/ds-css +## 7.13.0 + +### Patch Changes + +- Darkside: Added support for `ConfirmationpPanel`, `Linkpanel`, `Panel` and `Dropdown`. Note that all of these will be deprecated in the future. ([#3581](https://github.com/navikt/aksel/pull/3581)) + ## 7.12.2 ## 7.12.1 diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index 260cc56b1c..3ad2e5890e 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "7.12.2", + "version": "7.13.0", "description": "CSS for Nav Designsystem", "author": "Aksel | Nav designsystem team", "keywords": [ @@ -28,7 +28,7 @@ "test": "yarn build && vitest run" }, "devDependencies": { - "@navikt/ds-tokens": "^7.12.2", + "@navikt/ds-tokens": "^7.13.0", "@types/clean-css": "4.2.11", "autoprefixer": "^10.4.20", "browserslist": "^4.24.2", diff --git a/@navikt/core/react/CHANGELOG.md b/@navikt/core/react/CHANGELOG.md index 844003a6ce..7e97fbfaa9 100644 --- a/@navikt/core/react/CHANGELOG.md +++ b/@navikt/core/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @navikt/ds-react +## 7.13.0 + +### Patch Changes + +- Darkside: Added support for `ConfirmationpPanel`, `Linkpanel`, `Panel` and `Dropdown`. Note that all of these will be deprecated in the future. ([#3581](https://github.com/navikt/aksel/pull/3581)) + +- Updated dependencies [[`636eb05`](https://github.com/navikt/aksel/commit/636eb05bf56ba2c8513704c61882fde369c2e67b)]: + - @navikt/aksel-icons@7.13.0 + - @navikt/ds-tokens@7.13.0 + ## 7.12.2 ### Patch Changes diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index 53630dff87..1e2597938c 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "7.12.2", + "version": "7.13.0", "description": "React components from the Norwegian Labour and Welfare Administration.", "author": "Aksel, a team part of the Norwegian Labour and Welfare Administration.", "license": "MIT", @@ -625,8 +625,8 @@ "dependencies": { "@floating-ui/react": "0.25.4", "@floating-ui/react-dom": "^2.0.9", - "@navikt/aksel-icons": "^7.12.2", - "@navikt/ds-tokens": "^7.12.2", + "@navikt/aksel-icons": "^7.13.0", + "@navikt/ds-tokens": "^7.13.0", "clsx": "^2.1.0", "date-fns": "^3.0.0", "react-day-picker": "8.10.1" diff --git a/@navikt/core/tailwind/CHANGELOG.md b/@navikt/core/tailwind/CHANGELOG.md index efddc128a8..f6d264fe58 100644 --- a/@navikt/core/tailwind/CHANGELOG.md +++ b/@navikt/core/tailwind/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/ds-tailwind +## 7.13.0 + +### Patch Changes + +- Tailwind: Added `darkside`-support with import `@navikt/ds-tailwind/darkside-tw3`. ([#3580](https://github.com/navikt/aksel/pull/3580)) + ## 7.12.2 ## 7.12.1 diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index 691ee67fa2..fe53c23dc2 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "7.12.2", + "version": "7.13.0", "description": "Tailwind config based on @navikt/ds-tokens", "author": "Aksel | Nav designsystem team", "keywords": [ @@ -25,7 +25,7 @@ "directory": "@navikt/core/tailwind" }, "devDependencies": { - "@navikt/ds-tokens": "^7.12.2", + "@navikt/ds-tokens": "^7.13.0", "color": "4.2.3", "lodash": "^4.17.21", "tailwindcss": "^3.3.3", diff --git a/@navikt/core/tokens/CHANGELOG.md b/@navikt/core/tokens/CHANGELOG.md index 31f7d7d24a..612b39e73f 100644 --- a/@navikt/core/tokens/CHANGELOG.md +++ b/@navikt/core/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tokens +## 7.13.0 + ## 7.12.2 ## 7.12.1 diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index f2b05f8979..8513f090c8 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "7.12.2", + "version": "7.13.0", "description": "Design-tokens for Nav designsystem", "author": "Aksel | Nav designsystem team", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 3de63a0fb3..0a88ad1a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 7.13 + +### @navikt/ds-react + +- Darkside: Added support for `ConfirmationpPanel`, `Linkpanel`, `Panel` and `Dropdown`. Note that all of these will be deprecated in the future. ([#3581](https://github.com/navikt/aksel/pull/3581)) + +### @navikt/ds-tailwind + +- Tailwind: Added `darkside`-support with import `@navikt/ds-tailwind/darkside-tw3`. ([#3580](https://github.com/navikt/aksel/pull/3580)) + +### @navikt/ds-css + +- Darkside: Added support for `ConfirmationpPanel`, `Linkpanel`, `Panel` and `Dropdown`. Note that all of these will be deprecated in the future. ([#3581](https://github.com/navikt/aksel/pull/3581)) + +### @navikt/aksel-icons + +- Icons: :tada: New icons `ExpandVertical` and `QuestionmarkCircle` ([#3583](https://github.com/navikt/aksel/pull/3583)) + ## 7.12 ### @navikt/ds-react @@ -14,16 +32,16 @@ ## 7.11 -### @navikt/aksel-icons - -- Icons: Added new icons 'SortUp' and 'SortDown' 🎉. ([#3528](https://github.com/navikt/aksel/pull/3528)) - ### @navikt/ds-css - ExpansionCard: Removed dynamic padding on button-element. ([#3532](https://github.com/navikt/aksel/pull/3532)) - Modal: Defaults to `margin: auto` for tailwind 4 support. ([#3532](https://github.com/navikt/aksel/pull/3532)) +### @navikt/aksel-icons + +- Icons: Added new icons 'SortUp' and 'SortDown' 🎉. ([#3528](https://github.com/navikt/aksel/pull/3528)) + ## 7.10 ### @navikt/ds-react @@ -70,10 +88,6 @@ ## 7.8 -### @navikt/aksel-stylelint - -- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433)) - ### @navikt/ds-react - Combobox: Only open dropdown-list onClick, not onFocus. ([#3440](https://github.com/navikt/aksel/pull/3440)) @@ -108,6 +122,10 @@ - CSS: Resolved regression where the complete stylesheet was included in scoped 'components.css' file. ([#3427](https://github.com/navikt/aksel/pull/3427)) +### @navikt/aksel-stylelint + +- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433)) + ## 7.7 ### @navikt/ds-react @@ -124,10 +142,6 @@ ## 7.6 -### @navikt/aksel-icons - -- Icons: Added new icons 'TruckPercent' and 'ShieldCheckmark' 🎉. ([#3416](https://github.com/navikt/aksel/pull/3416)) - ### @navikt/ds-react - ActionMenu: Added 'align'-prop to 'ActionMenu.Content'. This allows menu to 'start' or 'end' align in reference to anchor. ([#3414](https://github.com/navikt/aksel/pull/3414)) @@ -152,15 +166,11 @@ * Combobox: Single-select now shows cursor closer to selected item. ([#3384](https://github.com/navikt/aksel/pull/3384)) -## 7.5 - -### @navikt/aksel - -- Chore: Manually bump version to sync npm and github-releases ([`aa7c2d9`](https://github.com/navikt/aksel/commit/aa7c2d9598434d6304432daa20e0a1eeedd03b1b)) - ### @navikt/aksel-icons -- Icons: 🎉 Added FileJpeg, FilePng and MedicalThermometer. ([#3332](https://github.com/navikt/aksel/pull/3332)) +- Icons: Added new icons 'TruckPercent' and 'ShieldCheckmark' 🎉. ([#3416](https://github.com/navikt/aksel/pull/3416)) + +## 7.5 ### @navikt/ds-react @@ -176,6 +186,14 @@ - Combobox: Fix issue where using arrow keys in list would make the entire page scroll ([#3364](https://github.com/navikt/aksel/pull/3364)) +### @navikt/aksel + +- Chore: Manually bump version to sync npm and github-releases ([`aa7c2d9`](https://github.com/navikt/aksel/commit/aa7c2d9598434d6304432daa20e0a1eeedd03b1b)) + +### @navikt/aksel-icons + +- Icons: 🎉 Added FileJpeg, FilePng and MedicalThermometer. ([#3332](https://github.com/navikt/aksel/pull/3332)) + ## 7.4 ### @navikt/ds-react @@ -250,12 +268,6 @@ ## 7.1 -### @navikt/aksel-stylelint - -- List: :boom: Removed class names "navds-list--nested" and "navds-list\_\_item-content" ([#3184](https://github.com/navikt/aksel/pull/3184)) - -* Pagination: :boom: Added some classNames to list of deprecated (removed) classes. ([#3164](https://github.com/navikt/aksel/pull/3164)) - ### @navikt/ds-react - List: Add indentation and remove overly verbose aria attributes ([#3184](https://github.com/navikt/aksel/pull/3184)) @@ -280,11 +292,13 @@ - Accordion: Remove 'relative' positioning when focused. This resolves some issues where floating elements like popover ended up clipping. ([`9c1eba445`](https://github.com/navikt/aksel/commit/9c1eba44508f295cc6261ff96822b18557bd7ddc)) -## 7.0 +### @navikt/aksel-stylelint -### @navikt/aksel-icons +- List: :boom: Removed class names "navds-list--nested" and "navds-list\_\_item-content" ([#3184](https://github.com/navikt/aksel/pull/3184)) -- Icons: Removed renamed icons. [See migration guide for changes](https://aksel.nav.no/grunnleggende/kode/migrering#194b60833d9e). ([#3139](https://github.com/navikt/aksel/pull/3139)) +* Pagination: :boom: Added some classNames to list of deprecated (removed) classes. ([#3164](https://github.com/navikt/aksel/pull/3164)) + +## 7.0 ### @navikt/ds-react @@ -296,35 +310,31 @@ - ErrorSummary: Focus heading instead of container for improved experience with screen reader. ([#3139](https://github.com/navikt/aksel/pull/3139)) +### @navikt/ds-tailwind + +- Tailwind: Extended 'screens'-config in theme to match Aksel breakpoints. Tailwind and Primitives can now be used side by side with matching dynamic breakpoints. [See migration guide for potential issues when adopting](https://aksel.nav.no/grunnleggende/kode/migrering#3a2340f6f69b). ([#3139](https://github.com/navikt/aksel/pull/3139)) + ### @navikt/ds-css - List: :lipstick: make icons 24x24px large ([#3148](https://github.com/navikt/aksel/pull/3148)) * ErrorSummary: Focus heading instead of container for improved experience with screen reader. ([#3139](https://github.com/navikt/aksel/pull/3139)) -### @navikt/ds-tailwind +### @navikt/aksel-icons -- Tailwind: Extended 'screens'-config in theme to match Aksel breakpoints. Tailwind and Primitives can now be used side by side with matching dynamic breakpoints. [See migration guide for potential issues when adopting](https://aksel.nav.no/grunnleggende/kode/migrering#3a2340f6f69b). ([#3139](https://github.com/navikt/aksel/pull/3139)) +- Icons: Removed renamed icons. [See migration guide for changes](https://aksel.nav.no/grunnleggende/kode/migrering#194b60833d9e). ([#3139](https://github.com/navikt/aksel/pull/3139)) ## 6.17 -### @navikt/aksel-icons - -- Icons: New 'face' icons for 'Engagement'-category. ([#3134](https://github.com/navikt/aksel/pull/3134)) - ### @navikt/ds-react - Combobox: Add support for `onBlur`, and omit props that have no effect. ([#3125](https://github.com/navikt/aksel/pull/3125)) -## 6.16 - -### @navikt/aksel - -- Aksel-CLI: Bump jscodeshift-add-imports to 1.0.11. ([#3099](https://github.com/navikt/aksel/pull/3099)) - ### @navikt/aksel-icons -- Icons: Updated Clipboard icons. ([#3113](https://github.com/navikt/aksel/pull/3113)) +- Icons: New 'face' icons for 'Engagement'-category. ([#3134](https://github.com/navikt/aksel/pull/3134)) + +## 6.16 ### @navikt/ds-react @@ -362,11 +372,15 @@ - Modal: Added scroll shadows ([#3083](https://github.com/navikt/aksel/pull/3083)) -## 6.15 +### @navikt/aksel + +- Aksel-CLI: Bump jscodeshift-add-imports to 1.0.11. ([#3099](https://github.com/navikt/aksel/pull/3099)) ### @navikt/aksel-icons -- Icons: New icon-series for 'SplitHorizontal' and 'SplitVertical' ([#3072](https://github.com/navikt/aksel/pull/3072)) +- Icons: Updated Clipboard icons. ([#3113](https://github.com/navikt/aksel/pull/3113)) + +## 6.15 ### @navikt/ds-react @@ -374,6 +388,10 @@ - Refactored Combobox FilteredOptions ([#3073](https://github.com/navikt/aksel/pull/3073)) +### @navikt/aksel-icons + +- Icons: New icon-series for 'SplitHorizontal' and 'SplitVertical' ([#3072](https://github.com/navikt/aksel/pull/3072)) + ## 6.14 ### @navikt/ds-react @@ -412,12 +430,6 @@ ## 6.12 -### @navikt/aksel-icons - -- Icons: New icon ChildHairEyes ([#3020](https://github.com/navikt/aksel/pull/3020)) - -* Icons: FigureCombination icon adjusted ([#3031](https://github.com/navikt/aksel/pull/3031)) - ### @navikt/ds-react - Primitives: Added support for padding, paddingInline, paddingBlock, margin, marginInline, marginBlock, width, minWidth, maxWidth, height, minHeight, maxHeight, position, inset, top, right, left, bottom, overflow, overflowX, overflowY, flexBasis, flexGrow, flexShrink to Box, HGrid and Stack. ([#3003](https://github.com/navikt/aksel/pull/3003)) @@ -432,6 +444,12 @@ * Alert: Fix alignment, add prop for toggling content max-width, and adjust title on close icon. ([#3007](https://github.com/navikt/aksel/pull/3007)) +### @navikt/aksel-icons + +- Icons: New icon ChildHairEyes ([#3020](https://github.com/navikt/aksel/pull/3020)) + +* Icons: FigureCombination icon adjusted ([#3031](https://github.com/navikt/aksel/pull/3031)) + ## 6.11 ### @navikt/ds-react @@ -456,10 +474,6 @@ ## 6.10 -### @navikt/aksel-icons - -- Icons: Added back support for sourcemapping. ([#2978](https://github.com/navikt/aksel/pull/2978)) - ### @navikt/ds-react - ✨ Modal: add small version ([#2909](https://github.com/navikt/aksel/pull/2909)) @@ -470,11 +484,11 @@ * ✨ Modal: add small version ([#2909](https://github.com/navikt/aksel/pull/2909)) -## 6.9 - ### @navikt/aksel-icons -- Icons: New icons for geometric shapes ([#2927](https://github.com/navikt/aksel/pull/2927)) +- Icons: Added back support for sourcemapping. ([#2978](https://github.com/navikt/aksel/pull/2978)) + +## 6.9 ### @navikt/ds-react @@ -492,6 +506,10 @@ - Fixed Combobox small sizing to align with other form fields ([#2801](https://github.com/navikt/aksel/pull/2801)) +### @navikt/aksel-icons + +- Icons: New icons for geometric shapes ([#2927](https://github.com/navikt/aksel/pull/2927)) + ## 6.8 ### @navikt/ds-react @@ -530,10 +548,6 @@ ## 6.6 -### @navikt/aksel - -- Aksel CLI: Fjernet deprecated komponenter fra css oversikt. ([#2860](https://github.com/navikt/aksel/pull/2860)) - ### @navikt/ds-react - Spacer: Er nå `span` (tidligere `div`). ([#2874](https://github.com/navikt/aksel/pull/2874)) @@ -546,6 +560,10 @@ - :sparkles: Ny komponent FormSummary ([#2802](https://github.com/navikt/aksel/pull/2802)) +### @navikt/aksel + +- Aksel CLI: Fjernet deprecated komponenter fra css oversikt. ([#2860](https://github.com/navikt/aksel/pull/2860)) + ## 6.5 ### @navikt/ds-react @@ -606,16 +624,16 @@ ## 6.2 +### @navikt/ds-react + +- Select: Fjern 'multiple' fra SelectProps ([#2782](https://github.com/navikt/aksel/pull/2782)) + ### @navikt/aksel-icons - Ikoner: Nytt ikon `archive` ([#2772](https://github.com/navikt/aksel/pull/2772)) - Ikoner: Nytt ikon `opensource` ([#2787](https://github.com/navikt/aksel/pull/2787)) -### @navikt/ds-react - -- Select: Fjern 'multiple' fra SelectProps ([#2782](https://github.com/navikt/aksel/pull/2782)) - ## 6.1 ### @navikt/ds-react @@ -638,20 +656,6 @@ ## 6.0 -### @navikt/aksel-stylelint - -- Textarea: Fjernet div med klassen navds-textarea\_\_wrapper ([#2623](https://github.com/navikt/aksel/pull/2623)) - -### @navikt/aksel - -- Chat: Fjernet deprecated props `backgroundColor` og `avatarBgColor`. Bruk prop `variant` som erstatning. ([#2623](https://github.com/navikt/aksel/pull/2623)) - -### @navikt/aksel-icons - -- ESM: ds-react og aksel-icons støtter nå native ESM 🎉 ([#2623](https://github.com/navikt/aksel/pull/2623)) - -* SSR: ds-react og aksel-icons støtter nå `use client` og kan brukes i nextjs app-router uten lokal re-eksportering. ([#2623](https://github.com/navikt/aksel/pull/2623)) - ### @navikt/ds-react - Chat: Fjernet deprecated props `backgroundColor` og `avatarBgColor`. Bruk prop `variant` som erstatning. ([#2623](https://github.com/navikt/aksel/pull/2623)) @@ -674,6 +678,10 @@ * SSR: ds-react og aksel-icons støtter nå `use client` og kan brukes i nextjs app-router uten lokal re-eksportering. ([#2623](https://github.com/navikt/aksel/pull/2623)) +### @navikt/ds-tailwind + +- Tokens: La til nytt brekkpunkt `2xl` for `1440px`. Alle primitives er oppdatert for å reflektere oppdateringen. Brukere av Tailwind vil måtte sjekke at overskriving av `screen: "2xl"` ikke brekker app. ([#2623](https://github.com/navikt/aksel/pull/2623)) + ### @navikt/ds-tokens - Tokens: La til nytt brekkpunkt `2xl` for `1440px`. Alle primitives er oppdatert for å reflektere oppdateringen. Brukere av Tailwind vil måtte sjekke at overskriving av `screen: "2xl"` ikke brekker app. ([#2623](https://github.com/navikt/aksel/pull/2623)) @@ -692,9 +700,19 @@ - Textarea: Fjernet div med klassen navds-textarea\_\_wrapper ([#2623](https://github.com/navikt/aksel/pull/2623)) -### @navikt/ds-tailwind +### @navikt/aksel -- Tokens: La til nytt brekkpunkt `2xl` for `1440px`. Alle primitives er oppdatert for å reflektere oppdateringen. Brukere av Tailwind vil måtte sjekke at overskriving av `screen: "2xl"` ikke brekker app. ([#2623](https://github.com/navikt/aksel/pull/2623)) +- Chat: Fjernet deprecated props `backgroundColor` og `avatarBgColor`. Bruk prop `variant` som erstatning. ([#2623](https://github.com/navikt/aksel/pull/2623)) + +### @navikt/aksel-stylelint + +- Textarea: Fjernet div med klassen navds-textarea\_\_wrapper ([#2623](https://github.com/navikt/aksel/pull/2623)) + +### @navikt/aksel-icons + +- ESM: ds-react og aksel-icons støtter nå native ESM 🎉 ([#2623](https://github.com/navikt/aksel/pull/2623)) + +* SSR: ds-react og aksel-icons støtter nå `use client` og kan brukes i nextjs app-router uten lokal re-eksportering. ([#2623](https://github.com/navikt/aksel/pull/2623)) ## 5.18 @@ -736,32 +754,32 @@ ## 5.16 -### @navikt/aksel-icons - -- Ikoner: Nytt ikon `LocationPin` ✨ ([#2672](https://github.com/navikt/aksel/pull/2672)) - ### @navikt/ds-react - :sparkles: Combobox: Mulighet for å begrense hvor mange valg bruker kan ta ([#2260](https://github.com/navikt/aksel/pull/2260)) -### @navikt/ds-css - -- :sparkles: Combobox: Mulighet for å begrense hvor mange valg bruker kan ta ([#2260](https://github.com/navikt/aksel/pull/2260)) - ### @navikt/ds-tailwind - Tailwind: La til ny `maxWidth` for text ([#2652](https://github.com/navikt/aksel/pull/2652)) -## 5.15 +### @navikt/ds-css + +- :sparkles: Combobox: Mulighet for å begrense hvor mange valg bruker kan ta ([#2260](https://github.com/navikt/aksel/pull/2260)) ### @navikt/aksel-icons -- Ikoner: Synket ikoner med Figma. Lagt til nytt ikon `FigureChild` ([#2629](https://github.com/navikt/aksel/pull/2629)) +- Ikoner: Nytt ikon `LocationPin` ✨ ([#2672](https://github.com/navikt/aksel/pull/2672)) + +## 5.15 ### @navikt/ds-react - HelpText: HelpText-state ble ikke riktig oppdatert ved klikk ([#2643](https://github.com/navikt/aksel/pull/2643)) +### @navikt/aksel-icons + +- Ikoner: Synket ikoner med Figma. Lagt til nytt ikon `FigureChild` ([#2629](https://github.com/navikt/aksel/pull/2629)) + ## 5.14 ### @navikt/ds-react @@ -802,14 +820,6 @@ ## 5.12 -### @navikt/aksel-stylelint - -- Stylelint: Støtter nå stylelint v16 ([#2591](https://github.com/navikt/aksel/pull/2591)) - -### @navikt/aksel-icons - -- Ikoner: Oppdatert ikonpakke med diverse bugdfixes og oppdateringer av stroke ([#2538](https://github.com/navikt/aksel/pull/2538)) - ### @navikt/ds-react - MonthPicker: MonthCaption satt forrige/neste-knapper til `disabled` når de skulle være `enabled`. ([#2601](https://github.com/navikt/aksel/pull/2601)) @@ -826,11 +836,15 @@ - ExpansionCard: Divider mellom header og innhold ([#2566](https://github.com/navikt/aksel/pull/2566)) -## 5.11 +### @navikt/aksel-stylelint + +- Stylelint: Støtter nå stylelint v16 ([#2591](https://github.com/navikt/aksel/pull/2591)) ### @navikt/aksel-icons -- Ikoner: Nytt ikon `PushPin` ([#2503](https://github.com/navikt/aksel/pull/2503)) +- Ikoner: Oppdatert ikonpakke med diverse bugdfixes og oppdateringer av stroke ([#2538](https://github.com/navikt/aksel/pull/2538)) + +## 5.11 ### @navikt/ds-react @@ -872,6 +886,10 @@ * :wheelchair: Textarea: Forsinkelse ved live-opplesning av gjenstående tegn ([#2502](https://github.com/navikt/aksel/pull/2502)) +### @navikt/aksel-icons + +- Ikoner: Nytt ikon `PushPin` ([#2503](https://github.com/navikt/aksel/pull/2503)) + ## 5.10 ### @navikt/ds-react @@ -890,6 +908,10 @@ - Primitives: Ny komponent `Page` og `Page.Block` ([#2456](https://github.com/navikt/aksel/pull/2456)) +### @navikt/ds-tailwind + +- typescript types for tailwind preset ([#2486](https://github.com/navikt/aksel/pull/2486)) + ### @navikt/ds-css - :bug: Textarea: Teller flyttet ut av tekstfeltet for å unngå overlapp og misforståelser ([#2483](https://github.com/navikt/aksel/pull/2483)) @@ -898,10 +920,6 @@ - Primitives: Ny komponent `Page` og `Page.Block` ([#2456](https://github.com/navikt/aksel/pull/2456)) -### @navikt/ds-tailwind - -- typescript types for tailwind preset ([#2486](https://github.com/navikt/aksel/pull/2486)) - ## 5.9 ### @navikt/ds-react @@ -948,10 +966,6 @@ ## 5.7 -### @navikt/aksel-icons - -- Ikoner: Nye ikoner `ChevronLeftFirstCircle` og `ChevronRightLastCircle` ([#2365](https://github.com/navikt/aksel/pull/2365)) - ### @navikt/ds-react - :lipstick: Chips.Toggle: Ikon i uvalgt tilstand ([#2395](https://github.com/navikt/aksel/pull/2395)) @@ -992,15 +1006,11 @@ - :lipstick: CopyButton: Justert padding, gap og animasjon ([#2355](https://github.com/navikt/aksel/pull/2355)) -## 5.6 - ### @navikt/aksel-icons -- Ikoner: SVG export setter nå `height="1em"`, `width="1em"` og `fill="currentColor"`. ([#2300](https://github.com/navikt/aksel/pull/2300)) - -- Ikoner: Nye ikoner `book` og `books` ([#2313](https://github.com/navikt/aksel/pull/2313)) +- Ikoner: Nye ikoner `ChevronLeftFirstCircle` og `ChevronRightLastCircle` ([#2365](https://github.com/navikt/aksel/pull/2365)) -* Ikoner: Nye ikoner `ClipboardCheckmark` og `ClipboardLink` ([#2307](https://github.com/navikt/aksel/pull/2307)) +## 5.6 ### @navikt/ds-react @@ -1052,6 +1062,14 @@ - MonthPicker: Tilpasset padding og sizing på mobil. ([#2311](https://github.com/navikt/aksel/pull/2311)) +### @navikt/aksel-icons + +- Ikoner: SVG export setter nå `height="1em"`, `width="1em"` og `fill="currentColor"`. ([#2300](https://github.com/navikt/aksel/pull/2300)) + +- Ikoner: Nye ikoner `book` og `books` ([#2313](https://github.com/navikt/aksel/pull/2313)) + +* Ikoner: Nye ikoner `ClipboardCheckmark` og `ClipboardLink` ([#2307](https://github.com/navikt/aksel/pull/2307)) + ## 5.5 ### @navikt/ds-react @@ -1092,10 +1110,6 @@ ## 5.3 -### @navikt/aksel-icons - -- :bug: SVG import map er nå riktig path ([#2250](https://github.com/navikt/aksel/pull/2250)) - ### @navikt/ds-react - :bug: Popover: sjekk at det er et HTML-element som får fokus ([#2258](https://github.com/navikt/aksel/pull/2258)) @@ -1132,11 +1146,11 @@ - Typography: Oppdatert med typo-klasser for `textColor`, `weight`, `align`, `visuallyHidden` og `truncated`. ([#2211](https://github.com/navikt/aksel/pull/2211)) -## 5.2 - ### @navikt/aksel-icons -- Ikoner: Oppdatert ikonpakke ([#2197](https://github.com/navikt/aksel/pull/2197)) +- :bug: SVG import map er nå riktig path ([#2250](https://github.com/navikt/aksel/pull/2250)) + +## 5.2 ### @navikt/ds-react @@ -1154,6 +1168,10 @@ * Hovering over combobox dropdown will move selection/focus in the list, so we don't end up with a split focus, and reversely when moving focus while hovering ([#2193](https://github.com/navikt/aksel/pull/2193)) +### @navikt/aksel-icons + +- Ikoner: Oppdatert ikonpakke ([#2197](https://github.com/navikt/aksel/pull/2197)) + ## 5.1 ### @navikt/ds-react @@ -1369,6 +1387,12 @@ * Fikset klassenavn brukt for popover i Datepicker og Monthpicker ([PR](https://github.com/navikt/aksel/pull/2041)) +### @navikt/ds-tailwind + +- Shadow-tokens er oppdatert ([PR](https://github.com/navikt/aksel/pull/2041)) + +- Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) + ### @navikt/ds-tokens - Shadow-tokens er oppdatert til mer tydeligere varianter ([PR](https://github.com/navikt/aksel/pull/2041)) @@ -1379,12 +1403,6 @@ * Shadow-tokens er oppdatert: Datepicker har nå ikke border, Modal bruker shadow-xlarge, LinkCard bruker shadow-xsmall ([PR](https://github.com/navikt/aksel/pull/2041)) -### @navikt/ds-tailwind - -- Shadow-tokens er oppdatert ([PR](https://github.com/navikt/aksel/pull/2041)) - -- Oppdatert text-subtle og icon-subtle tokens til 700-skala (tidligere 600). ([PR](https://github.com/navikt/aksel/pull/2036)) - ## 4.3 ### @navikt/ds-react @@ -1409,14 +1427,6 @@ ## 4.1 -### @navikt/aksel-stylelint - -- Deprecated klassenavn `navds-chips--icon-left` ([PR](https://github.com/navikt/aksel/pull/2035)) - -### @navikt/aksel-icons - -- Nye ikoner `ChevronRightLast` og `ChevronLeftLast` ([PR](https://github.com/navikt/aksel/pull/2054)) - ### @navikt/ds-react - Fikset JSDom-problemer ved testing av Timeline @@ -1441,6 +1451,10 @@ - Accordion: La til `indent`-prop ([PR](https://github.com/navikt/aksel/pull/2027)) +### @navikt/ds-tailwind + +- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) + ### @navikt/ds-tokens - :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) @@ -1457,17 +1471,15 @@ - Alle description-felter på fieldsets har nå `text-subtle` som farge. ([PR](https://github.com/navikt/aksel/pull/2036)) -### @navikt/ds-tailwind - -- :tada: Fargetokens for datavisualisering. ([PR](https://github.com/navikt/aksel/pull/2032)) +### @navikt/aksel-stylelint -## 4.0 +- Deprecated klassenavn `navds-chips--icon-left` ([PR](https://github.com/navikt/aksel/pull/2035)) -### @navikt/aksel +### @navikt/aksel-icons -- Codemod for migrering av Datepicker/Monthpicker ut av Beta. `npx @navikt/aksel codemod v4-date` ([PR](https://github.com/navikt/aksel/pull/2026)) +- Nye ikoner `ChevronRightLast` og `ChevronLeftLast` ([PR](https://github.com/navikt/aksel/pull/2054)) -- Codemods for migrering fra `@navikt/ds-react-internal` til `@navikt/ds-react` [Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h3b8538e1981d) ([PR](https://github.com/navikt/aksel/pull/2026)) +## 4.0 ### @navikt/ds-react @@ -1485,15 +1497,13 @@ - Styling for flyttede komponenter finnes nå på CDN [Guide](https://aksel.nav.no/grunnleggende/kode/css-import) -## 3.4 - -### @navikt/aksel-stylelint +### @navikt/aksel -- La til riktige dependencies ([PR](https://github.com/navikt/aksel/pull/2017)) +- Codemod for migrering av Datepicker/Monthpicker ut av Beta. `npx @navikt/aksel codemod v4-date` ([PR](https://github.com/navikt/aksel/pull/2026)) -* Inkluderer nå dist-mappe i release +- Codemods for migrering fra `@navikt/ds-react-internal` til `@navikt/ds-react` [Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h3b8538e1981d) ([PR](https://github.com/navikt/aksel/pull/2026)) -- Stylelint-pakke for Aksel ([PR](https://github.com/navikt/aksel/pull/1973)) +## 3.4 ### @navikt/ds-react @@ -1503,6 +1513,14 @@ - Tag: `moderate`-variant ([PR](https://github.com/navikt/aksel/pull/2010)) +### @navikt/aksel-stylelint + +- La til riktige dependencies ([PR](https://github.com/navikt/aksel/pull/2017)) + +* Inkluderer nå dist-mappe i release + +- Stylelint-pakke for Aksel ([PR](https://github.com/navikt/aksel/pull/1973)) + ## 3.3 ### @navikt/ds-react @@ -1513,10 +1531,6 @@ ## 3.2 -### @navikt/aksel-icons - -- Nye ikoner `FileParagraph` og `FilePlus` ([PR](https://github.com/navikt/aksel/pull/1998)) - ### @navikt/ds-react - Search: Støtter nå htmlSize-prop ([PR](https://github.com/navikt/aksel/pull/2000)) @@ -1535,6 +1549,10 @@ - CopyButton: `xsmall`-size for bruk i tabeller ([PR](https://github.com/navikt/aksel/pull/1994)) +### @navikt/aksel-icons + +- Nye ikoner `FileParagraph` og `FilePlus` ([PR](https://github.com/navikt/aksel/pull/1998)) + ## 3.1 ### @navikt/ds-react @@ -1567,20 +1585,6 @@ ## 2.9 -### @navikt/aksel - -- :truck: Flyttet Codemods fra `@navikt/ds-codemods` -> `@navikt/aksel`. `@navikt/ds-codemods` regnes nå som deprecated ([PR](https://github.com/navikt/aksel/pull/1952)) - -### @navikt/aksel-icons - -- Oppdatert Statusikoner til å være tydeligere og mer konsistente. ([PR](https://github.com/navikt/aksel/pull/1959)) - -* Fikset `CheckmarkIcon`-bug - -- Fikset `CheckmarkCircleIcon`-bug ([PR](https://github.com/navikt/aksel/pull/1956)) - -* Nye ikoner `BulletList` og `NumberList` ([PR](https://github.com/navikt/aksel/pull/1950)) - ### @navikt/ds-react - ExpansionCard: Støtter nå `aria-labelledby` i tillegg til `aria-label` ([PR](https://github.com/navikt/aksel/pull/1944)) @@ -1589,19 +1593,21 @@ - CSS nå tilgjengelig som separate filer: Kan lastest fra CDN, minified-versjoner tilgjengelig ([PR](https://github.com/navikt/aksel/pull/1941)) -## 2.8 +### @navikt/aksel + +- :truck: Flyttet Codemods fra `@navikt/ds-codemods` -> `@navikt/aksel`. `@navikt/ds-codemods` regnes nå som deprecated ([PR](https://github.com/navikt/aksel/pull/1952)) ### @navikt/aksel-icons -- :tada: Nye ikoner `HandKnot` og `HandKnotFilled` ([PR](https://github.com/navikt/aksel/pull/1928)) +- Oppdatert Statusikoner til å være tydeligere og mer konsistente. ([PR](https://github.com/navikt/aksel/pull/1959)) -* Oppdatert `InformationSquare`-ikon ([PR](https://github.com/navikt/aksel/pull/1921)) +* Fikset `CheckmarkIcon`-bug -- Oppdatert `VideoSlack`, `Questionmark` og `Information`-ikoner ([PR](https://github.com/navikt/aksel/pull/1909)) +- Fikset `CheckmarkCircleIcon`-bug ([PR](https://github.com/navikt/aksel/pull/1956)) -* Nye ikoner `VideoSlash` og `VideoSlashFill` +* Nye ikoner `BulletList` og `NumberList` ([PR](https://github.com/navikt/aksel/pull/1950)) -- Fikset Sourcemap-bug +## 2.8 ### @navikt/ds-react @@ -1637,15 +1643,19 @@ - ExpansioCard: Oppdatert typografi ([PR](https://github.com/navikt/aksel/pull/1870)) -## 2.7 - ### @navikt/aksel-icons -- Nye ikoner `CaretUpDownFilledDown`, `CaretUpDownFilledUp`, `CloudDown`, `CloudDownFill`, `CloudUp`, `CloudUpFill`, `HddDown`, `HddDownFill`, `HddUp`, `HddUpFill`, `Inbox`, `InboxDown`, `InboxDownFill`, `InboxFill`, `InboxUp`, `InboxUpFill`, `ShoppingBasket`, `ShoppingBasketFill` +- :tada: Nye ikoner `HandKnot` og `HandKnotFilled` ([PR](https://github.com/navikt/aksel/pull/1928)) -* Nye ikoner, `CaretDownFill`, `CaretLeft`, `CaretLeftFill`, `CaretLeftRight`, `CaretLeftRightFill`, `CaretRight`, `CaretRightFill`, `CaretUpDownFill`, `CaretUpFill`, `Escalator`, `Moon`, `MoonFill`. Fjernet `EscalatorStroke` ([PR](https://github.com/navikt/aksel/pull/1852)) +* Oppdatert `InformationSquare`-ikon ([PR](https://github.com/navikt/aksel/pull/1921)) -- Ny ikonpakke med for core icons 3! `@navikt/aksel-icons` ([PR](https://github.com/navikt/aksel/pull/1847)) +- Oppdatert `VideoSlack`, `Questionmark` og `Information`-ikoner ([PR](https://github.com/navikt/aksel/pull/1909)) + +* Nye ikoner `VideoSlash` og `VideoSlashFill` + +- Fikset Sourcemap-bug + +## 2.7 ### @navikt/ds-css @@ -1653,6 +1663,14 @@ * ToggleGroup: Fikset token-bug +### @navikt/aksel-icons + +- Nye ikoner `CaretUpDownFilledDown`, `CaretUpDownFilledUp`, `CloudDown`, `CloudDownFill`, `CloudUp`, `CloudUpFill`, `HddDown`, `HddDownFill`, `HddUp`, `HddUpFill`, `Inbox`, `InboxDown`, `InboxDownFill`, `InboxFill`, `InboxUp`, `InboxUpFill`, `ShoppingBasket`, `ShoppingBasketFill` + +* Nye ikoner, `CaretDownFill`, `CaretLeft`, `CaretLeftFill`, `CaretLeftRight`, `CaretLeftRightFill`, `CaretRight`, `CaretRightFill`, `CaretUpDownFill`, `CaretUpFill`, `Escalator`, `Moon`, `MoonFill`. Fjernet `EscalatorStroke` ([PR](https://github.com/navikt/aksel/pull/1852)) + +- Ny ikonpakke med for core icons 3! `@navikt/aksel-icons` ([PR](https://github.com/navikt/aksel/pull/1847)) + ## 2.6 ### @navikt/ds-react @@ -1667,14 +1685,14 @@ - List: Refaktorert nestede lister -### @navikt/ds-tokens - -- Breakpoint-tokens lagt til ([PR](https://github.com/navikt/aksel/pull/1832)) - ### @navikt/ds-tailwind - Breakpoint-tokens er lagt til. Overskriver native tailwind-breakpoints ([PR](https://github.com/navikt/aksel/pull/1832)) +### @navikt/ds-tokens + +- Breakpoint-tokens lagt til ([PR](https://github.com/navikt/aksel/pull/1832)) + ## 2.4 ### @navikt/ds-react @@ -1767,6 +1785,10 @@ * Fonter blir bruk i all typografi blir nå lastet fra CDN +### @navikt/ds-tailwind + +- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) + ### @navikt/ds-tokens - Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) @@ -1783,10 +1805,6 @@ * Tokens: Alle komponenter bruker nå semantiske tokens for som standard, med innebygd støtte for komponent-spesifikke tokens. -### @navikt/ds-tailwind - -- Alle token er oppdatert til nytt format. ([Guide](https://aksel.nav.no/grunnleggende/kode/migrering#h76f47744d112)) - ## 1.5 ### @navikt/ds-react diff --git a/aksel.nav.no/package.json b/aksel.nav.no/package.json index cbf9fe87b0..9b63b1b12c 100644 --- a/aksel.nav.no/package.json +++ b/aksel.nav.no/package.json @@ -15,10 +15,10 @@ "playroom" ], "dependencies": { - "@navikt/aksel-icons": "^7.12.2", - "@navikt/ds-css": "^7.12.2", - "@navikt/ds-react": "^7.12.2", - "@navikt/ds-tailwind": "^7.12.2", - "@navikt/ds-tokens": "^7.12.2" + "@navikt/aksel-icons": "^7.13.0", + "@navikt/ds-css": "^7.13.0", + "@navikt/ds-react": "^7.13.0", + "@navikt/ds-tailwind": "^7.13.0", + "@navikt/ds-tokens": "^7.13.0" } } diff --git a/yarn.lock b/yarn.lock index 703fae7e01..50735f8a66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3668,7 +3668,7 @@ __metadata: languageName: node linkType: hard -"@navikt/aksel-icons@npm:^7.12.2, @navikt/aksel-icons@workspace:@navikt/aksel-icons": +"@navikt/aksel-icons@npm:^7.13.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons": version: 0.0.0-use.local resolution: "@navikt/aksel-icons@workspace:@navikt/aksel-icons" dependencies: @@ -3699,8 +3699,8 @@ __metadata: version: 0.0.0-use.local resolution: "@navikt/aksel-stylelint@workspace:@navikt/aksel-stylelint" dependencies: - "@navikt/ds-css": "npm:^7.12.2" - "@navikt/ds-tokens": "npm:^7.12.2" + "@navikt/ds-css": "npm:^7.13.0" + "@navikt/ds-tokens": "npm:^7.13.0" concurrently: "npm:9.0.1" postcss-selector-parser: "npm:^6.0.13" postcss-value-parser: "npm:^4.2.0" @@ -3715,7 +3715,7 @@ __metadata: version: 0.0.0-use.local resolution: "@navikt/aksel@workspace:@navikt/aksel" dependencies: - "@navikt/ds-css": "npm:^7.12.2" + "@navikt/ds-css": "npm:^7.13.0" axios: "npm:1.7.4" chalk: "npm:4.1.0" clipboardy: "npm:^2.3.0" @@ -3736,11 +3736,11 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.12.2, @navikt/ds-css@workspace:@navikt/core/css": +"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.13.0, @navikt/ds-css@workspace:@navikt/core/css": version: 0.0.0-use.local resolution: "@navikt/ds-css@workspace:@navikt/core/css" dependencies: - "@navikt/ds-tokens": "npm:^7.12.2" + "@navikt/ds-tokens": "npm:^7.13.0" "@types/clean-css": "npm:4.2.11" autoprefixer: "npm:^10.4.20" browserslist: "npm:^4.24.2" @@ -3760,14 +3760,14 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.12.2, @navikt/ds-react@workspace:@navikt/core/react": +"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.13.0, @navikt/ds-react@workspace:@navikt/core/react": version: 0.0.0-use.local resolution: "@navikt/ds-react@workspace:@navikt/core/react" dependencies: "@floating-ui/react": "npm:0.25.4" "@floating-ui/react-dom": "npm:^2.0.9" - "@navikt/aksel-icons": "npm:^7.12.2" - "@navikt/ds-tokens": "npm:^7.12.2" + "@navikt/aksel-icons": "npm:^7.13.0" + "@navikt/ds-tokens": "npm:^7.13.0" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.6.3" "@testing-library/react": "npm:^16.1.0" @@ -3798,11 +3798,11 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-tailwind@npm:^7.12.2, @navikt/ds-tailwind@workspace:@navikt/core/tailwind": +"@navikt/ds-tailwind@npm:^7.13.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind": version: 0.0.0-use.local resolution: "@navikt/ds-tailwind@workspace:@navikt/core/tailwind" dependencies: - "@navikt/ds-tokens": "npm:^7.12.2" + "@navikt/ds-tokens": "npm:^7.13.0" color: "npm:4.2.3" lodash: "npm:^4.17.21" tailwindcss: "npm:^3.3.3" @@ -3812,7 +3812,7 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-tokens@npm:^7.12.2, @navikt/ds-tokens@workspace:@navikt/core/tokens": +"@navikt/ds-tokens@npm:^7.13.0, @navikt/ds-tokens@workspace:@navikt/core/tokens": version: 0.0.0-use.local resolution: "@navikt/ds-tokens@workspace:@navikt/core/tokens" dependencies: @@ -7614,11 +7614,11 @@ __metadata: version: 0.0.0-use.local resolution: "aksel.nav.no@workspace:aksel.nav.no" dependencies: - "@navikt/aksel-icons": "npm:^7.12.2" - "@navikt/ds-css": "npm:^7.12.2" - "@navikt/ds-react": "npm:^7.12.2" - "@navikt/ds-tailwind": "npm:^7.12.2" - "@navikt/ds-tokens": "npm:^7.12.2" + "@navikt/aksel-icons": "npm:^7.13.0" + "@navikt/ds-css": "npm:^7.13.0" + "@navikt/ds-react": "npm:^7.13.0" + "@navikt/ds-tailwind": "npm:^7.13.0" + "@navikt/ds-tokens": "npm:^7.13.0" languageName: unknown linkType: soft