Skip to content

Commit fbc580e

Browse files
Version Packages (#3420)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 13a9a21 commit fbc580e

22 files changed

+87
-61
lines changed

.changeset/cool-items-shave.md

-5
This file was deleted.

.changeset/fair-countries-admire.md

-5
This file was deleted.

.changeset/friendly-ladybugs-tap.md

-5
This file was deleted.

.changeset/gold-rabbits-ring.md

-5
This file was deleted.

.changeset/lucky-books-count.md

-5
This file was deleted.

@navikt/aksel-icons/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @navikt/aksel-icons
22

3+
## 7.7.0
4+
35
## 7.6.0
46

57
### Minor Changes

@navikt/aksel-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/aksel-icons",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"author": "Aksel | NAV",
55
"homepage": "https://aksel.nav.no/ikoner",
66
"repository": {

@navikt/aksel-stylelint/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @navikt/aksel-stylelint
22

3+
## 7.7.0
4+
35
## 7.6.0
46

57
## 7.5.3

@navikt/aksel-stylelint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/aksel-stylelint",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"author": "Aksel | NAV",
55
"homepage": "https://aksel.nav.no/grunnleggende/kode/stylelint",
66
"repository": {
@@ -35,8 +35,8 @@
3535
"dev": "yarn watch:lint"
3636
},
3737
"devDependencies": {
38-
"@navikt/ds-css": "^7.6.0",
39-
"@navikt/ds-tokens": "^7.6.0",
38+
"@navikt/ds-css": "^7.7.0",
39+
"@navikt/ds-tokens": "^7.7.0",
4040
"concurrently": "9.0.1",
4141
"postcss-selector-parser": "^6.0.13",
4242
"postcss-value-parser": "^4.2.0",

@navikt/aksel/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @navikt/aksel
22

3+
## 7.7.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @navikt/ds-css@7.7.0
9+
310
## 7.6.0
411

512
### Patch Changes

@navikt/aksel/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/aksel",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Aksel command line interface. Handles css-imports, codemods and more",
55
"author": "Aksel | NAV designsystem team",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://aksel.nav.no/grunnleggende/kode/kommandolinje",
3131
"dependencies": {
32-
"@navikt/ds-css": "7.6.0",
32+
"@navikt/ds-css": "7.7.0",
3333
"axios": "1.7.4",
3434
"chalk": "4.1.0",
3535
"clipboardy": "^2.3.0",

@navikt/core/css/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @navikt/ds-css
22

3+
## 7.7.0
4+
35
## 7.6.0
46

57
### Minor Changes

@navikt/core/css/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/ds-css",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "CSS for NAV Designsystem",
55
"author": "Aksel | NAV designsystem team",
66
"keywords": [
@@ -27,7 +27,7 @@
2727
"css:get-version": "node config/get-version.js"
2828
},
2929
"devDependencies": {
30-
"@navikt/ds-tokens": "^7.6.0",
30+
"@navikt/ds-tokens": "^7.7.0",
3131
"autoprefixer": "^10.4.20",
3232
"cssnano": "6.0.0",
3333
"fast-glob": "3.2.11",

@navikt/core/react/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @navikt/ds-react
22

3+
## 7.7.0
4+
5+
### Minor Changes
6+
7+
- CopyButton: Removed prop `activeTitle`. Use `activeText` instead. ([#3426](https://github.com/navikt/aksel/pull/3426))
8+
9+
- Combobox: :boom: Removed prop `toggleListButtonLabel` ([#3409](https://github.com/navikt/aksel/pull/3409))
10+
11+
### Patch Changes
12+
13+
- Combobox: Hid buttons from screen readers, added `title` on clear button, removed sr-only text on toggle list button. ([#3409](https://github.com/navikt/aksel/pull/3409))
14+
15+
- InternalHeader.UserButton: Remove `title`-attribute on icon and improved types. ([#3424](https://github.com/navikt/aksel/pull/3424))
16+
17+
- CopyButton: Fix issue where state changes are announced multiple times using VO in Chrome ([#3374](https://github.com/navikt/aksel/pull/3374))
18+
19+
- Updated dependencies []:
20+
- @navikt/ds-tokens@7.7.0
21+
- @navikt/aksel-icons@7.7.0
22+
323
## 7.6.0
424

525
### Minor Changes

@navikt/core/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/ds-react",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "React components from the Norwegian Labour and Welfare Administration.",
55
"author": "Aksel, a team part of the Norwegian Labour and Welfare Administration.",
66
"license": "MIT",
@@ -604,8 +604,8 @@
604604
"dependencies": {
605605
"@floating-ui/react": "0.25.4",
606606
"@floating-ui/react-dom": "^2.0.9",
607-
"@navikt/aksel-icons": "^7.6.0",
608-
"@navikt/ds-tokens": "^7.6.0",
607+
"@navikt/aksel-icons": "^7.7.0",
608+
"@navikt/ds-tokens": "^7.7.0",
609609
"clsx": "^2.1.0",
610610
"date-fns": "^3.0.0",
611611
"react-day-picker": "8.10.1"

@navikt/core/tailwind/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @navikt/ds-tailwind
22

3+
## 7.7.0
4+
35
## 7.6.0
46

57
## 7.5.3

@navikt/core/tailwind/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/ds-tailwind",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Tailwind config based on @navikt/ds-tokens",
55
"author": "Aksel | NAV designsystem team",
66
"keywords": [
@@ -25,7 +25,7 @@
2525
"directory": "@navikt/core/tailwind"
2626
},
2727
"devDependencies": {
28-
"@navikt/ds-tokens": "^7.6.0",
28+
"@navikt/ds-tokens": "^7.7.0",
2929
"color": "4.2.3",
3030
"lodash": "^4.17.21",
3131
"tailwindcss": "^3.3.3",

@navikt/core/tokens/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @navikt/ds-tokens
22

3+
## 7.7.0
4+
35
## 7.6.0
46

57
## 7.5.3

@navikt/core/tokens/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@navikt/ds-tokens",
3-
"version": "7.6.0",
3+
"version": "7.7.0",
44
"description": "Design-tokens for NAV designsystem",
55
"author": "Aksel | NAV designsystem team",
66
"keywords": [

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 7.7
4+
5+
### @navikt/ds-react
6+
7+
- CopyButton: Removed prop `activeTitle`. Use `activeText` instead. ([#3426](https://github.com/navikt/aksel/pull/3426))
8+
9+
- Combobox: :boom: Removed prop `toggleListButtonLabel` ([#3409](https://github.com/navikt/aksel/pull/3409))
10+
11+
* Combobox: Hid buttons from screen readers, added `title` on clear button, removed sr-only text on toggle list button. ([#3409](https://github.com/navikt/aksel/pull/3409))
12+
13+
* InternalHeader.UserButton: Remove `title`-attribute on icon and improved types. ([#3424](https://github.com/navikt/aksel/pull/3424))
14+
15+
* CopyButton: Fix issue where state changes are announced multiple times using VO in Chrome ([#3374](https://github.com/navikt/aksel/pull/3374))
16+
317
## 7.6
418

519
### @navikt/aksel-icons

aksel.nav.no/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"playroom"
1616
],
1717
"dependencies": {
18-
"@navikt/aksel-icons": "^7.6.0",
19-
"@navikt/ds-css": "^7.6.0",
20-
"@navikt/ds-react": "^7.6.0",
21-
"@navikt/ds-tailwind": "^7.6.0",
22-
"@navikt/ds-tokens": "^7.6.0"
18+
"@navikt/aksel-icons": "^7.7.0",
19+
"@navikt/ds-css": "^7.7.0",
20+
"@navikt/ds-react": "^7.7.0",
21+
"@navikt/ds-tailwind": "^7.7.0",
22+
"@navikt/ds-tokens": "^7.7.0"
2323
}
2424
}

yarn.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -3711,7 +3711,7 @@ __metadata:
37113711
languageName: node
37123712
linkType: hard
37133713

3714-
"@navikt/aksel-icons@npm:^7.6.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
3714+
"@navikt/aksel-icons@npm:^7.7.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
37153715
version: 0.0.0-use.local
37163716
resolution: "@navikt/aksel-icons@workspace:@navikt/aksel-icons"
37173717
dependencies:
@@ -3742,8 +3742,8 @@ __metadata:
37423742
version: 0.0.0-use.local
37433743
resolution: "@navikt/aksel-stylelint@workspace:@navikt/aksel-stylelint"
37443744
dependencies:
3745-
"@navikt/ds-css": "npm:^7.6.0"
3746-
"@navikt/ds-tokens": "npm:^7.6.0"
3745+
"@navikt/ds-css": "npm:^7.7.0"
3746+
"@navikt/ds-tokens": "npm:^7.7.0"
37473747
concurrently: "npm:9.0.1"
37483748
postcss-selector-parser: "npm:^6.0.13"
37493749
postcss-value-parser: "npm:^4.2.0"
@@ -3758,7 +3758,7 @@ __metadata:
37583758
version: 0.0.0-use.local
37593759
resolution: "@navikt/aksel@workspace:@navikt/aksel"
37603760
dependencies:
3761-
"@navikt/ds-css": "npm:7.6.0"
3761+
"@navikt/ds-css": "npm:7.7.0"
37623762
axios: "npm:1.7.4"
37633763
chalk: "npm:4.1.0"
37643764
clipboardy: "npm:^2.3.0"
@@ -3779,11 +3779,11 @@ __metadata:
37793779
languageName: unknown
37803780
linkType: soft
37813781

3782-
"@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":
3782+
"@navikt/ds-css@npm:*, @navikt/ds-css@npm:7.7.0, @navikt/ds-css@npm:^7.7.0, @navikt/ds-css@workspace:@navikt/core/css":
37833783
version: 0.0.0-use.local
37843784
resolution: "@navikt/ds-css@workspace:@navikt/core/css"
37853785
dependencies:
3786-
"@navikt/ds-tokens": "npm:^7.6.0"
3786+
"@navikt/ds-tokens": "npm:^7.7.0"
37873787
autoprefixer: "npm:^10.4.20"
37883788
cssnano: "npm:6.0.0"
37893789
fast-glob: "npm:3.2.11"
@@ -3797,14 +3797,14 @@ __metadata:
37973797
languageName: unknown
37983798
linkType: soft
37993799

3800-
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.6.0, @navikt/ds-react@workspace:@navikt/core/react":
3800+
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.7.0, @navikt/ds-react@workspace:@navikt/core/react":
38013801
version: 0.0.0-use.local
38023802
resolution: "@navikt/ds-react@workspace:@navikt/core/react"
38033803
dependencies:
38043804
"@floating-ui/react": "npm:0.25.4"
38053805
"@floating-ui/react-dom": "npm:^2.0.9"
3806-
"@navikt/aksel-icons": "npm:^7.6.0"
3807-
"@navikt/ds-tokens": "npm:^7.6.0"
3806+
"@navikt/aksel-icons": "npm:^7.7.0"
3807+
"@navikt/ds-tokens": "npm:^7.7.0"
38083808
"@testing-library/dom": "npm:9.3.4"
38093809
"@testing-library/jest-dom": "npm:^5.16.0"
38103810
"@testing-library/react": "npm:^15.0.7"
@@ -3832,11 +3832,11 @@ __metadata:
38323832
languageName: unknown
38333833
linkType: soft
38343834

3835-
"@navikt/ds-tailwind@npm:^7.6.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
3835+
"@navikt/ds-tailwind@npm:^7.7.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
38363836
version: 0.0.0-use.local
38373837
resolution: "@navikt/ds-tailwind@workspace:@navikt/core/tailwind"
38383838
dependencies:
3839-
"@navikt/ds-tokens": "npm:^7.6.0"
3839+
"@navikt/ds-tokens": "npm:^7.7.0"
38403840
color: "npm:4.2.3"
38413841
lodash: "npm:^4.17.21"
38423842
tailwindcss: "npm:^3.3.3"
@@ -3846,7 +3846,7 @@ __metadata:
38463846
languageName: unknown
38473847
linkType: soft
38483848

3849-
"@navikt/ds-tokens@npm:^7.6.0, @navikt/ds-tokens@workspace:@navikt/core/tokens":
3849+
"@navikt/ds-tokens@npm:^7.7.0, @navikt/ds-tokens@workspace:@navikt/core/tokens":
38503850
version: 0.0.0-use.local
38513851
resolution: "@navikt/ds-tokens@workspace:@navikt/core/tokens"
38523852
dependencies:
@@ -7719,11 +7719,11 @@ __metadata:
77197719
version: 0.0.0-use.local
77207720
resolution: "aksel.nav.no@workspace:aksel.nav.no"
77217721
dependencies:
7722-
"@navikt/aksel-icons": "npm:^7.6.0"
7723-
"@navikt/ds-css": "npm:^7.6.0"
7724-
"@navikt/ds-react": "npm:^7.6.0"
7725-
"@navikt/ds-tailwind": "npm:^7.6.0"
7726-
"@navikt/ds-tokens": "npm:^7.6.0"
7722+
"@navikt/aksel-icons": "npm:^7.7.0"
7723+
"@navikt/ds-css": "npm:^7.7.0"
7724+
"@navikt/ds-react": "npm:^7.7.0"
7725+
"@navikt/ds-tailwind": "npm:^7.7.0"
7726+
"@navikt/ds-tokens": "npm:^7.7.0"
77277727
languageName: unknown
77287728
linkType: soft
77297729

0 commit comments

Comments
 (0)