Skip to content

Commit 8cd6512

Browse files
Version Packages (#3474)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7e976f9 commit 8cd6512

23 files changed

+109
-69
lines changed

.changeset/afraid-mugs-lay.md

-5
This file was deleted.

.changeset/big-crabs-walk.md

-6
This file was deleted.

.changeset/cool-trains-care.md

-5
This file was deleted.

.changeset/late-turkeys-drive.md

-5
This file was deleted.

.changeset/six-islands-exercise.md

-7
This file was deleted.

.changeset/young-goats-smash.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.9.0
4+
35
## 7.8.1
46

57
## 7.8.0

@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.8.1",
3+
"version": "7.9.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.9.0
4+
35
## 7.8.1
46

57
## 7.8.0

@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.8.1",
3+
"version": "7.9.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.8.1",
39-
"@navikt/ds-tokens": "^7.8.1",
38+
"@navikt/ds-css": "^7.9.0",
39+
"@navikt/ds-tokens": "^7.9.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.9.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`db828bd`](https://github.com/navikt/aksel/commit/db828bddd393ba1d03d8e68fe80c9211da43e54a), [`0017789`](https://github.com/navikt/aksel/commit/00177898f55573a682a43819b08304c1f60a732a), [`c90abe7`](https://github.com/navikt/aksel/commit/c90abe7c23e2520e5131d138f3193a4de0e28b9d), [`0017789`](https://github.com/navikt/aksel/commit/00177898f55573a682a43819b08304c1f60a732a)]:
8+
- @navikt/ds-css@7.9.0
9+
310
## 7.8.1
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.8.1",
3+
"version": "7.9.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.8.1",
32+
"@navikt/ds-css": "7.9.0",
3333
"axios": "1.7.4",
3434
"chalk": "4.1.0",
3535
"clipboardy": "^2.3.0",

@navikt/core/css/CHANGELOG.md

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

3+
## 7.9.0
4+
5+
### Minor Changes
6+
7+
- ErrorSummary: :sparkles: new prop to prefix error with a warning icon. ([#3445](https://github.com/navikt/aksel/pull/3445))
8+
All form components: replace dot with warning icon in error message.
9+
10+
### Patch Changes
11+
12+
- Switch: Update switch to better reflect unchecked state. ([#3468](https://github.com/navikt/aksel/pull/3468))
13+
14+
- Select: :bug: Focus-border no longer cancels out error-border. ([#3465](https://github.com/navikt/aksel/pull/3465))
15+
16+
- Textarea: :bug: Focus-border no longer cancels out error-border. ([#3465](https://github.com/navikt/aksel/pull/3465))
17+
318
## 7.8.1
419

520
### Patch 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.8.1",
3+
"version": "7.9.0",
44
"description": "CSS for Nav Designsystem",
55
"author": "Aksel | Nav designsystem team",
66
"keywords": [
@@ -28,7 +28,7 @@
2828
"test": "yarn build && vitest run"
2929
},
3030
"devDependencies": {
31-
"@navikt/ds-tokens": "^7.8.1",
31+
"@navikt/ds-tokens": "^7.9.0",
3232
"@types/clean-css": "4.2.11",
3333
"autoprefixer": "^10.4.20",
3434
"browserslist": "^4.24.2",

@navikt/core/react/CHANGELOG.md

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

3+
## 7.9.0
4+
5+
### Minor Changes
6+
7+
- ErrorSummary: :sparkles: new prop to prefix error with a warning icon. ([#3445](https://github.com/navikt/aksel/pull/3445))
8+
All form components: replace dot with warning icon in error message.
9+
10+
### Patch Changes
11+
12+
- Button: Fix edge-case where setting "loading={true}" in a Modal caused the button to get 0 width and not show spinner ([#3252](https://github.com/navikt/aksel/pull/3252))
13+
14+
- Switch: Update switch to better reflect unchecked state. ([#3468](https://github.com/navikt/aksel/pull/3468))
15+
16+
- Textarea: resize immediately upon receiving resize event (eg. inside modal opening). ([#3463](https://github.com/navikt/aksel/pull/3463))
17+
18+
- Updated dependencies []:
19+
- @navikt/ds-tokens@7.9.0
20+
- @navikt/aksel-icons@7.9.0
21+
322
## 7.8.1
423

524
### Patch 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.8.1",
3+
"version": "7.9.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",
@@ -614,8 +614,8 @@
614614
"dependencies": {
615615
"@floating-ui/react": "0.25.4",
616616
"@floating-ui/react-dom": "^2.0.9",
617-
"@navikt/aksel-icons": "^7.8.1",
618-
"@navikt/ds-tokens": "^7.8.1",
617+
"@navikt/aksel-icons": "^7.9.0",
618+
"@navikt/ds-tokens": "^7.9.0",
619619
"clsx": "^2.1.0",
620620
"date-fns": "^3.0.0",
621621
"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.9.0
4+
35
## 7.8.1
46

57
## 7.8.0

@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.8.1",
3+
"version": "7.9.0",
44
"description": "Tailwind config based on @navikt/ds-tokens",
55
"author": "Aksel | Nav designsystem team",
66
"keywords": [
@@ -24,7 +24,7 @@
2424
"directory": "@navikt/core/tailwind"
2525
},
2626
"devDependencies": {
27-
"@navikt/ds-tokens": "^7.8.1",
27+
"@navikt/ds-tokens": "^7.9.0",
2828
"color": "4.2.3",
2929
"lodash": "^4.17.21",
3030
"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.9.0
4+
35
## 7.8.1
46

57
## 7.8.0

@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.8.1",
3+
"version": "7.9.0",
44
"description": "Design-tokens for Nav designsystem",
55
"author": "Aksel | Nav designsystem team",
66
"keywords": [

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 7.9
4+
5+
### @navikt/ds-react
6+
7+
- ErrorSummary: :sparkles: new prop to prefix error with a warning icon. ([#3445](https://github.com/navikt/aksel/pull/3445))
8+
All form components: replace dot with warning icon in error message.
9+
10+
* Button: Fix edge-case where setting "loading={true}" in a Modal caused the button to get 0 width and not show spinner ([#3252](https://github.com/navikt/aksel/pull/3252))
11+
12+
* Switch: Update switch to better reflect unchecked state. ([#3468](https://github.com/navikt/aksel/pull/3468))
13+
14+
* Textarea: resize immediately upon receiving resize event (eg. inside modal opening). ([#3463](https://github.com/navikt/aksel/pull/3463))
15+
16+
### @navikt/ds-css
17+
18+
- ErrorSummary: :sparkles: new prop to prefix error with a warning icon. ([#3445](https://github.com/navikt/aksel/pull/3445))
19+
All form components: replace dot with warning icon in error message.
20+
21+
* Switch: Update switch to better reflect unchecked state. ([#3468](https://github.com/navikt/aksel/pull/3468))
22+
23+
* Select: :bug: Focus-border no longer cancels out error-border. ([#3465](https://github.com/navikt/aksel/pull/3465))
24+
25+
* Textarea: :bug: Focus-border no longer cancels out error-border. ([#3465](https://github.com/navikt/aksel/pull/3465))
26+
327
## 7.8
428

529
### @navikt/aksel-stylelint

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.8.1",
19-
"@navikt/ds-css": "^7.8.1",
20-
"@navikt/ds-react": "^7.8.1",
21-
"@navikt/ds-tailwind": "^7.8.1",
22-
"@navikt/ds-tokens": "^7.8.1"
18+
"@navikt/aksel-icons": "^7.9.0",
19+
"@navikt/ds-css": "^7.9.0",
20+
"@navikt/ds-react": "^7.9.0",
21+
"@navikt/ds-tailwind": "^7.9.0",
22+
"@navikt/ds-tokens": "^7.9.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.8.1, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
3714+
"@navikt/aksel-icons@npm:^7.9.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.8.1"
3746-
"@navikt/ds-tokens": "npm:^7.8.1"
3745+
"@navikt/ds-css": "npm:^7.9.0"
3746+
"@navikt/ds-tokens": "npm:^7.9.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.8.1"
3761+
"@navikt/ds-css": "npm:7.9.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.8.1, @navikt/ds-css@npm:^7.8.1, @navikt/ds-css@workspace:@navikt/core/css":
3782+
"@navikt/ds-css@npm:*, @navikt/ds-css@npm:7.9.0, @navikt/ds-css@npm:^7.9.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.8.1"
3786+
"@navikt/ds-tokens": "npm:^7.9.0"
37873787
"@types/clean-css": "npm:4.2.11"
37883788
autoprefixer: "npm:^10.4.20"
37893789
browserslist: "npm:^4.24.2"
@@ -3803,14 +3803,14 @@ __metadata:
38033803
languageName: unknown
38043804
linkType: soft
38053805

3806-
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.8.1, @navikt/ds-react@workspace:@navikt/core/react":
3806+
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.9.0, @navikt/ds-react@workspace:@navikt/core/react":
38073807
version: 0.0.0-use.local
38083808
resolution: "@navikt/ds-react@workspace:@navikt/core/react"
38093809
dependencies:
38103810
"@floating-ui/react": "npm:0.25.4"
38113811
"@floating-ui/react-dom": "npm:^2.0.9"
3812-
"@navikt/aksel-icons": "npm:^7.8.1"
3813-
"@navikt/ds-tokens": "npm:^7.8.1"
3812+
"@navikt/aksel-icons": "npm:^7.9.0"
3813+
"@navikt/ds-tokens": "npm:^7.9.0"
38143814
"@testing-library/dom": "npm:9.3.4"
38153815
"@testing-library/jest-dom": "npm:^5.16.0"
38163816
"@testing-library/react": "npm:^15.0.7"
@@ -3838,11 +3838,11 @@ __metadata:
38383838
languageName: unknown
38393839
linkType: soft
38403840

3841-
"@navikt/ds-tailwind@npm:^7.8.1, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
3841+
"@navikt/ds-tailwind@npm:^7.9.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
38423842
version: 0.0.0-use.local
38433843
resolution: "@navikt/ds-tailwind@workspace:@navikt/core/tailwind"
38443844
dependencies:
3845-
"@navikt/ds-tokens": "npm:^7.8.1"
3845+
"@navikt/ds-tokens": "npm:^7.9.0"
38463846
color: "npm:4.2.3"
38473847
lodash: "npm:^4.17.21"
38483848
tailwindcss: "npm:^3.3.3"
@@ -3852,7 +3852,7 @@ __metadata:
38523852
languageName: unknown
38533853
linkType: soft
38543854

3855-
"@navikt/ds-tokens@npm:^7.8.1, @navikt/ds-tokens@workspace:@navikt/core/tokens":
3855+
"@navikt/ds-tokens@npm:^7.9.0, @navikt/ds-tokens@workspace:@navikt/core/tokens":
38563856
version: 0.0.0-use.local
38573857
resolution: "@navikt/ds-tokens@workspace:@navikt/core/tokens"
38583858
dependencies:
@@ -7735,11 +7735,11 @@ __metadata:
77357735
version: 0.0.0-use.local
77367736
resolution: "aksel.nav.no@workspace:aksel.nav.no"
77377737
dependencies:
7738-
"@navikt/aksel-icons": "npm:^7.8.1"
7739-
"@navikt/ds-css": "npm:^7.8.1"
7740-
"@navikt/ds-react": "npm:^7.8.1"
7741-
"@navikt/ds-tailwind": "npm:^7.8.1"
7742-
"@navikt/ds-tokens": "npm:^7.8.1"
7738+
"@navikt/aksel-icons": "npm:^7.9.0"
7739+
"@navikt/ds-css": "npm:^7.9.0"
7740+
"@navikt/ds-react": "npm:^7.9.0"
7741+
"@navikt/ds-tailwind": "npm:^7.9.0"
7742+
"@navikt/ds-tokens": "npm:^7.9.0"
77437743
languageName: unknown
77447744
linkType: soft
77457745

0 commit comments

Comments
 (0)