diff --git a/.changeset/friendly-planes-taste.md b/.changeset/friendly-planes-taste.md deleted file mode 100644 index 35ed94852d..0000000000 --- a/.changeset/friendly-planes-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-css": patch ---- - -Select: Now shows focus-outline when ':focus' is set trough pointer or label in all browsers. Chrome and Firefox handles `:focus-visible` differently for 'select', previously causing outline-border not to show in Firefox. diff --git a/.changeset/moody-gorillas-try.md b/.changeset/moody-gorillas-try.md deleted file mode 100644 index 1964d243f6..0000000000 --- a/.changeset/moody-gorillas-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": patch ---- - -DatePicker/MonthPicker: Remove pointerEvents=none on CalendarIcon so that the title shows up as tooltip on hover diff --git a/.changeset/red-trains-sit.md b/.changeset/red-trains-sit.md deleted file mode 100644 index fd15c52b47..0000000000 --- a/.changeset/red-trains-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-react": minor ---- - -ActionMenu: Added 'align'-prop to 'ActionMenu.Content'. This allows menu to 'start' or 'end' align in reference to anchor. diff --git a/.changeset/seven-bottles-sell.md b/.changeset/seven-bottles-sell.md deleted file mode 100644 index bd2b61174e..0000000000 --- a/.changeset/seven-bottles-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-css": patch ---- - -Modal: Don't add scroll shadow when polyfilled diff --git a/.changeset/shy-panthers-hide.md b/.changeset/shy-panthers-hide.md deleted file mode 100644 index 602940db2a..0000000000 --- a/.changeset/shy-panthers-hide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@navikt/ds-react": minor -"@navikt/ds-css": minor ---- - -ReadMore: Added size 'large'. diff --git a/.changeset/sweet-birds-care.md b/.changeset/sweet-birds-care.md deleted file mode 100644 index 8b115ab44f..0000000000 --- a/.changeset/sweet-birds-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-css": patch ---- - -Modal: Now shows up while screensharing with Vergic diff --git a/.changeset/swift-bags-design.md b/.changeset/swift-bags-design.md deleted file mode 100644 index 1926d3830e..0000000000 --- a/.changeset/swift-bags-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/aksel-icons": minor ---- - -Icons: Added new icons 'TruckPercent' and 'ShieldCheckmark' 🎉. diff --git a/.changeset/warm-adults-allow.md b/.changeset/warm-adults-allow.md deleted file mode 100644 index 05162b42ec..0000000000 --- a/.changeset/warm-adults-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@navikt/ds-css": patch ---- - -FileUpload: Remove browser styling from FileUpload.Item when used in list. diff --git a/.changeset/yellow-days-rhyme.md b/.changeset/yellow-days-rhyme.md deleted file mode 100644 index 8375ed3d28..0000000000 --- a/.changeset/yellow-days-rhyme.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@navikt/ds-react": patch -"@navikt/ds-css": patch ---- - -Combobox: Single-select now shows cursor closer to selected item. diff --git a/@navikt/aksel-icons/CHANGELOG.md b/@navikt/aksel-icons/CHANGELOG.md index 7b5dbb20c4..20dc1d4c31 100644 --- a/@navikt/aksel-icons/CHANGELOG.md +++ b/@navikt/aksel-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @navikt/aksel-icons +## 7.6.0 + +### Minor Changes + +- Icons: Added new icons 'TruckPercent' and 'ShieldCheckmark' 🎉. ([#3416](https://github.com/navikt/aksel/pull/3416)) + ## 7.5.3 ## 7.5.2 diff --git a/@navikt/aksel-icons/package.json b/@navikt/aksel-icons/package.json index fcc6c58a35..12cc9bc336 100644 --- a/@navikt/aksel-icons/package.json +++ b/@navikt/aksel-icons/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-icons", - "version": "7.5.3", + "version": "7.6.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 f0bff3c1e2..218e83f20b 100644 --- a/@navikt/aksel-stylelint/CHANGELOG.md +++ b/@navikt/aksel-stylelint/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/aksel-stylelint +## 7.6.0 + ## 7.5.3 ## 7.5.2 diff --git a/@navikt/aksel-stylelint/package.json b/@navikt/aksel-stylelint/package.json index 4990f0bec0..75bd3bc112 100644 --- a/@navikt/aksel-stylelint/package.json +++ b/@navikt/aksel-stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel-stylelint", - "version": "7.5.3", + "version": "7.6.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.5.3", - "@navikt/ds-tokens": "^7.5.3", + "@navikt/ds-css": "^7.6.0", + "@navikt/ds-tokens": "^7.6.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 8fc03649aa..47f4bb2592 100644 --- a/@navikt/aksel/CHANGELOG.md +++ b/@navikt/aksel/CHANGELOG.md @@ -1,5 +1,12 @@ # @navikt/aksel +## 7.6.0 + +### Patch Changes + +- Updated dependencies [[`dce149f`](https://github.com/navikt/aksel/commit/dce149fca40147440148371db846fb452ab7b5f2), [`34538a1`](https://github.com/navikt/aksel/commit/34538a1cbe30e0c951477cb4a379d648c93733fd), [`641276b`](https://github.com/navikt/aksel/commit/641276bb44919302d19bbc76d30452a5c15536af), [`9f088a9`](https://github.com/navikt/aksel/commit/9f088a93733a038bd0c4f4cd70f7fd3894ee9997), [`6d74cb7`](https://github.com/navikt/aksel/commit/6d74cb72ad522a73a926bbfbd2eaf526388c4826), [`fa2904d`](https://github.com/navikt/aksel/commit/fa2904d54b282da06fc04cfc99be5dd0b3e8d352)]: + - @navikt/ds-css@7.6.0 + ## 7.5.3 ### Patch Changes diff --git a/@navikt/aksel/package.json b/@navikt/aksel/package.json index 5e8336f95d..14923f6b19 100644 --- a/@navikt/aksel/package.json +++ b/@navikt/aksel/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/aksel", - "version": "7.5.3", + "version": "7.6.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.5.3", + "@navikt/ds-css": "7.6.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 eb090eb55e..c16026252c 100644 --- a/@navikt/core/css/CHANGELOG.md +++ b/@navikt/core/css/CHANGELOG.md @@ -1,5 +1,23 @@ # @navikt/ds-css +## 7.6.0 + +### Minor Changes + +- ReadMore: Added size 'large'. ([#3372](https://github.com/navikt/aksel/pull/3372)) + +### Patch Changes + +- Select: Now shows focus-outline when ':focus' is set trough pointer or label in all browsers. Chrome and Firefox handles `:focus-visible` differently for 'select', previously causing outline-border not to show in Firefox. ([#3415](https://github.com/navikt/aksel/pull/3415)) + +- Modal: Don't add scroll shadow when polyfilled ([#3408](https://github.com/navikt/aksel/pull/3408)) + +- Modal: Now shows up while screensharing with Vergic ([#3407](https://github.com/navikt/aksel/pull/3407)) + +- FileUpload: Remove browser styling from FileUpload.Item when used in list. ([#3413](https://github.com/navikt/aksel/pull/3413)) + +- Combobox: Single-select now shows cursor closer to selected item. ([#3384](https://github.com/navikt/aksel/pull/3384)) + ## 7.5.3 ## 7.5.2 diff --git a/@navikt/core/css/package.json b/@navikt/core/css/package.json index 464f71268e..34919e6a26 100644 --- a/@navikt/core/css/package.json +++ b/@navikt/core/css/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-css", - "version": "7.5.3", + "version": "7.6.0", "description": "CSS for NAV Designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ @@ -27,7 +27,7 @@ "css:get-version": "node config/get-version.js" }, "devDependencies": { - "@navikt/ds-tokens": "^7.5.3", + "@navikt/ds-tokens": "^7.6.0", "autoprefixer": "^10.4.20", "cssnano": "6.0.0", "fast-glob": "3.2.11", diff --git a/@navikt/core/react/CHANGELOG.md b/@navikt/core/react/CHANGELOG.md index cdfecf5e5d..356c61cf00 100644 --- a/@navikt/core/react/CHANGELOG.md +++ b/@navikt/core/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @navikt/ds-react +## 7.6.0 + +### Minor Changes + +- 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)) + +- ReadMore: Added size 'large'. ([#3372](https://github.com/navikt/aksel/pull/3372)) + +### Patch Changes + +- DatePicker/MonthPicker: Remove pointerEvents=none on CalendarIcon so that the title shows up as tooltip on hover ([#3390](https://github.com/navikt/aksel/pull/3390)) + +- Combobox: Single-select now shows cursor closer to selected item. ([#3384](https://github.com/navikt/aksel/pull/3384)) + +- Updated dependencies [[`9c5b32f`](https://github.com/navikt/aksel/commit/9c5b32f9bae885585b5f50b637505017482b1d59)]: + - @navikt/aksel-icons@7.6.0 + - @navikt/ds-tokens@7.6.0 + ## 7.5.3 ### Patch Changes diff --git a/@navikt/core/react/package.json b/@navikt/core/react/package.json index c0f5ee2763..b6e9325018 100644 --- a/@navikt/core/react/package.json +++ b/@navikt/core/react/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-react", - "version": "7.5.3", + "version": "7.6.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", @@ -604,8 +604,8 @@ "dependencies": { "@floating-ui/react": "0.25.4", "@floating-ui/react-dom": "^2.0.9", - "@navikt/aksel-icons": "^7.5.3", - "@navikt/ds-tokens": "^7.5.3", + "@navikt/aksel-icons": "^7.6.0", + "@navikt/ds-tokens": "^7.6.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 b9531dbcb4..11879e651d 100644 --- a/@navikt/core/tailwind/CHANGELOG.md +++ b/@navikt/core/tailwind/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tailwind +## 7.6.0 + ## 7.5.3 ## 7.5.2 diff --git a/@navikt/core/tailwind/package.json b/@navikt/core/tailwind/package.json index 75c683aa93..a2937a9c01 100644 --- a/@navikt/core/tailwind/package.json +++ b/@navikt/core/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tailwind", - "version": "7.5.3", + "version": "7.6.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.5.3", + "@navikt/ds-tokens": "^7.6.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 5463dddfb6..d73ba50704 100644 --- a/@navikt/core/tokens/CHANGELOG.md +++ b/@navikt/core/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @navikt/ds-tokens +## 7.6.0 + ## 7.5.3 ## 7.5.2 diff --git a/@navikt/core/tokens/package.json b/@navikt/core/tokens/package.json index fcae8e386a..05e0229a59 100644 --- a/@navikt/core/tokens/package.json +++ b/@navikt/core/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@navikt/ds-tokens", - "version": "7.5.3", + "version": "7.6.0", "description": "Design-tokens for NAV designsystem", "author": "Aksel | NAV designsystem team", "keywords": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index ef85f3966a..ceef8e46ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 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)) + +- ReadMore: Added size 'large'. ([#3372](https://github.com/navikt/aksel/pull/3372)) + +* DatePicker/MonthPicker: Remove pointerEvents=none on CalendarIcon so that the title shows up as tooltip on hover ([#3390](https://github.com/navikt/aksel/pull/3390)) + +* Combobox: Single-select now shows cursor closer to selected item. ([#3384](https://github.com/navikt/aksel/pull/3384)) + +### @navikt/ds-css + +- ReadMore: Added size 'large'. ([#3372](https://github.com/navikt/aksel/pull/3372)) + +* Select: Now shows focus-outline when ':focus' is set trough pointer or label in all browsers. Chrome and Firefox handles `:focus-visible` differently for 'select', previously causing outline-border not to show in Firefox. ([#3415](https://github.com/navikt/aksel/pull/3415)) + +* Modal: Don't add scroll shadow when polyfilled ([#3408](https://github.com/navikt/aksel/pull/3408)) + +* Modal: Now shows up while screensharing with Vergic ([#3407](https://github.com/navikt/aksel/pull/3407)) + +* FileUpload: Remove browser styling from FileUpload.Item when used in list. ([#3413](https://github.com/navikt/aksel/pull/3413)) + +* Combobox: Single-select now shows cursor closer to selected item. ([#3384](https://github.com/navikt/aksel/pull/3384)) + ## 7.5 ### @navikt/aksel-icons diff --git a/aksel.nav.no/package.json b/aksel.nav.no/package.json index 8bdf41448a..d9465dfac8 100644 --- a/aksel.nav.no/package.json +++ b/aksel.nav.no/package.json @@ -15,10 +15,10 @@ "playroom" ], "dependencies": { - "@navikt/aksel-icons": "^7.5.3", - "@navikt/ds-css": "^7.5.3", - "@navikt/ds-react": "^7.5.3", - "@navikt/ds-tailwind": "^7.5.3", - "@navikt/ds-tokens": "^7.5.3" + "@navikt/aksel-icons": "^7.6.0", + "@navikt/ds-css": "^7.6.0", + "@navikt/ds-react": "^7.6.0", + "@navikt/ds-tailwind": "^7.6.0", + "@navikt/ds-tokens": "^7.6.0" } } diff --git a/yarn.lock b/yarn.lock index cff1dad127..aca771212d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3711,7 +3711,7 @@ __metadata: languageName: node linkType: hard -"@navikt/aksel-icons@npm:^7.5.3, @navikt/aksel-icons@workspace:@navikt/aksel-icons": +"@navikt/aksel-icons@npm:^7.6.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons": version: 0.0.0-use.local resolution: "@navikt/aksel-icons@workspace:@navikt/aksel-icons" dependencies: @@ -3742,8 +3742,8 @@ __metadata: version: 0.0.0-use.local resolution: "@navikt/aksel-stylelint@workspace:@navikt/aksel-stylelint" dependencies: - "@navikt/ds-css": "npm:^7.5.3" - "@navikt/ds-tokens": "npm:^7.5.3" + "@navikt/ds-css": "npm:^7.6.0" + "@navikt/ds-tokens": "npm:^7.6.0" concurrently: "npm:9.0.1" postcss-selector-parser: "npm:^6.0.13" postcss-value-parser: "npm:^4.2.0" @@ -3758,7 +3758,7 @@ __metadata: version: 0.0.0-use.local resolution: "@navikt/aksel@workspace:@navikt/aksel" dependencies: - "@navikt/ds-css": "npm:7.5.3" + "@navikt/ds-css": "npm:7.6.0" axios: "npm:1.7.4" chalk: "npm:4.1.0" clipboardy: "npm:^2.3.0" @@ -3779,11 +3779,11 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-css@npm:*, @navikt/ds-css@npm:7.5.3, @navikt/ds-css@npm:^7.5.3, @navikt/ds-css@workspace:@navikt/core/css": +"@navikt/ds-css@npm:*, @navikt/ds-css@npm:7.6.0, @navikt/ds-css@npm:^7.6.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.5.3" + "@navikt/ds-tokens": "npm:^7.6.0" autoprefixer: "npm:^10.4.20" cssnano: "npm:6.0.0" fast-glob: "npm:3.2.11" @@ -3797,14 +3797,14 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.5.3, @navikt/ds-react@workspace:@navikt/core/react": +"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.6.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.5.3" - "@navikt/ds-tokens": "npm:^7.5.3" + "@navikt/aksel-icons": "npm:^7.6.0" + "@navikt/ds-tokens": "npm:^7.6.0" "@testing-library/dom": "npm:9.3.4" "@testing-library/jest-dom": "npm:^5.16.0" "@testing-library/react": "npm:^15.0.7" @@ -3832,11 +3832,11 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-tailwind@npm:^7.5.3, @navikt/ds-tailwind@workspace:@navikt/core/tailwind": +"@navikt/ds-tailwind@npm:^7.6.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.5.3" + "@navikt/ds-tokens": "npm:^7.6.0" color: "npm:4.2.3" lodash: "npm:^4.17.21" tailwindcss: "npm:^3.3.3" @@ -3846,7 +3846,7 @@ __metadata: languageName: unknown linkType: soft -"@navikt/ds-tokens@npm:^7.5.3, @navikt/ds-tokens@workspace:@navikt/core/tokens": +"@navikt/ds-tokens@npm:^7.6.0, @navikt/ds-tokens@workspace:@navikt/core/tokens": version: 0.0.0-use.local resolution: "@navikt/ds-tokens@workspace:@navikt/core/tokens" dependencies: @@ -7719,11 +7719,11 @@ __metadata: version: 0.0.0-use.local resolution: "aksel.nav.no@workspace:aksel.nav.no" dependencies: - "@navikt/aksel-icons": "npm:^7.5.3" - "@navikt/ds-css": "npm:^7.5.3" - "@navikt/ds-react": "npm:^7.5.3" - "@navikt/ds-tailwind": "npm:^7.5.3" - "@navikt/ds-tokens": "npm:^7.5.3" + "@navikt/aksel-icons": "npm:^7.6.0" + "@navikt/ds-css": "npm:^7.6.0" + "@navikt/ds-react": "npm:^7.6.0" + "@navikt/ds-tailwind": "npm:^7.6.0" + "@navikt/ds-tokens": "npm:^7.6.0" languageName: unknown linkType: soft