Skip to content

Commit b4f37e8

Browse files
Version Packages (#3509)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f70bebc commit b4f37e8

20 files changed

+93
-53
lines changed

.changeset/strong-lies-impress.md

-5
This file was deleted.

.changeset/swift-lions-promise.md

-6
This file was deleted.

.changeset/swift-readers-check.md

-6
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.10.0
4+
35
## 7.9.2
46

57
## 7.9.1

@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.9.2",
3+
"version": "7.10.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.10.0
4+
35
## 7.9.2
46

57
## 7.9.1

@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.9.2",
3+
"version": "7.10.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.9.2",
39-
"@navikt/ds-tokens": "^7.9.2",
38+
"@navikt/ds-css": "^7.10.0",
39+
"@navikt/ds-tokens": "^7.10.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.10.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d29509d`](https://github.com/navikt/aksel/commit/d29509dc0ad0ef6bff38ad9a2a820d3bd1770aaa), [`fad913c`](https://github.com/navikt/aksel/commit/fad913ce6b27580a2f7b54984955324d1af08196), [`715a34a`](https://github.com/navikt/aksel/commit/715a34ac7d4aa46b5b7b5990e5e1cd528cfd7f6b)]:
8+
- @navikt/ds-css@7.10.0
9+
310
## 7.9.2
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.9.2",
3+
"version": "7.10.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.9.2",
32+
"@navikt/ds-css": "^7.10.0",
3333
"axios": "1.7.4",
3434
"chalk": "4.1.0",
3535
"clipboardy": "^2.3.0",

@navikt/core/css/CHANGELOG.md

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

3+
## 7.10.0
4+
5+
### Minor Changes
6+
7+
- Table: New prop `contentGutter` added to `ExpandableRow`-component. This allows user more control for content layout inside expandable element. ([#3507](https://github.com/navikt/aksel/pull/3507))
8+
9+
### Patch Changes
10+
11+
- Button: Using `<Loader />` within `icon`-prop now supported. ([#3515](https://github.com/navikt/aksel/pull/3515))
12+
13+
- Combobox: Always render `maxSelected` message when `isMultiSelect` is set. ([#3506](https://github.com/navikt/aksel/pull/3506))
14+
315
## 7.9.2
416

517
### 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.9.2",
3+
"version": "7.10.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.9.2",
31+
"@navikt/ds-tokens": "^7.10.0",
3232
"@types/clean-css": "4.2.11",
3333
"autoprefixer": "^10.4.20",
3434
"browserslist": "^4.24.2",

@navikt/core/react/CHANGELOG.md

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

3+
## 7.10.0
4+
5+
### Minor Changes
6+
7+
- Table: New prop `contentGutter` added to `ExpandableRow`-component. This allows user more control for content layout inside expandable element. ([#3507](https://github.com/navikt/aksel/pull/3507))
8+
9+
### Patch Changes
10+
11+
- Combobox: Always render `maxSelected` message when `isMultiSelect` is set. ([#3506](https://github.com/navikt/aksel/pull/3506))
12+
13+
- Updated dependencies []:
14+
- @navikt/ds-tokens@7.10.0
15+
- @navikt/aksel-icons@7.10.0
16+
317
## 7.9.2
418

519
### 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.9.2",
3+
"version": "7.10.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",
@@ -615,8 +615,8 @@
615615
"dependencies": {
616616
"@floating-ui/react": "0.25.4",
617617
"@floating-ui/react-dom": "^2.0.9",
618-
"@navikt/aksel-icons": "^7.9.2",
619-
"@navikt/ds-tokens": "^7.9.2",
618+
"@navikt/aksel-icons": "^7.10.0",
619+
"@navikt/ds-tokens": "^7.10.0",
620620
"clsx": "^2.1.0",
621621
"date-fns": "^3.0.0",
622622
"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.10.0
4+
35
## 7.9.2
46

57
## 7.9.1

@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.9.2",
3+
"version": "7.10.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.9.2",
27+
"@navikt/ds-tokens": "^7.10.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.10.0
4+
35
## 7.9.2
46

57
## 7.9.1

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

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 7.10
4+
5+
### @navikt/ds-css
6+
7+
- Table: New prop `contentGutter` added to `ExpandableRow`-component. This allows user more control for content layout inside expandable element. ([#3507](https://github.com/navikt/aksel/pull/3507))
8+
9+
* Button: Using `<Loader />` within `icon`-prop now supported. ([#3515](https://github.com/navikt/aksel/pull/3515))
10+
11+
* Combobox: Always render `maxSelected` message when `isMultiSelect` is set. ([#3506](https://github.com/navikt/aksel/pull/3506))
12+
13+
### @navikt/ds-react
14+
15+
- Table: New prop `contentGutter` added to `ExpandableRow`-component. This allows user more control for content layout inside expandable element. ([#3507](https://github.com/navikt/aksel/pull/3507))
16+
17+
* Combobox: Always render `maxSelected` message when `isMultiSelect` is set. ([#3506](https://github.com/navikt/aksel/pull/3506))
18+
319
## 7.9
420

521
### @navikt/ds-css

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.9.2",
19-
"@navikt/ds-css": "^7.9.2",
20-
"@navikt/ds-react": "^7.9.2",
21-
"@navikt/ds-tailwind": "^7.9.2",
22-
"@navikt/ds-tokens": "^7.9.2"
18+
"@navikt/aksel-icons": "^7.10.0",
19+
"@navikt/ds-css": "^7.10.0",
20+
"@navikt/ds-react": "^7.10.0",
21+
"@navikt/ds-tailwind": "^7.10.0",
22+
"@navikt/ds-tokens": "^7.10.0"
2323
}
2424
}

yarn.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -3668,7 +3668,7 @@ __metadata:
36683668
languageName: node
36693669
linkType: hard
36703670

3671-
"@navikt/aksel-icons@npm:^7.9.2, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
3671+
"@navikt/aksel-icons@npm:^7.10.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
36723672
version: 0.0.0-use.local
36733673
resolution: "@navikt/aksel-icons@workspace:@navikt/aksel-icons"
36743674
dependencies:
@@ -3699,8 +3699,8 @@ __metadata:
36993699
version: 0.0.0-use.local
37003700
resolution: "@navikt/aksel-stylelint@workspace:@navikt/aksel-stylelint"
37013701
dependencies:
3702-
"@navikt/ds-css": "npm:^7.9.2"
3703-
"@navikt/ds-tokens": "npm:^7.9.2"
3702+
"@navikt/ds-css": "npm:^7.10.0"
3703+
"@navikt/ds-tokens": "npm:^7.10.0"
37043704
concurrently: "npm:9.0.1"
37053705
postcss-selector-parser: "npm:^6.0.13"
37063706
postcss-value-parser: "npm:^4.2.0"
@@ -3715,7 +3715,7 @@ __metadata:
37153715
version: 0.0.0-use.local
37163716
resolution: "@navikt/aksel@workspace:@navikt/aksel"
37173717
dependencies:
3718-
"@navikt/ds-css": "npm:^7.9.2"
3718+
"@navikt/ds-css": "npm:^7.10.0"
37193719
axios: "npm:1.7.4"
37203720
chalk: "npm:4.1.0"
37213721
clipboardy: "npm:^2.3.0"
@@ -3736,11 +3736,11 @@ __metadata:
37363736
languageName: unknown
37373737
linkType: soft
37383738

3739-
"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.9.2, @navikt/ds-css@workspace:@navikt/core/css":
3739+
"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.10.0, @navikt/ds-css@workspace:@navikt/core/css":
37403740
version: 0.0.0-use.local
37413741
resolution: "@navikt/ds-css@workspace:@navikt/core/css"
37423742
dependencies:
3743-
"@navikt/ds-tokens": "npm:^7.9.2"
3743+
"@navikt/ds-tokens": "npm:^7.10.0"
37443744
"@types/clean-css": "npm:4.2.11"
37453745
autoprefixer: "npm:^10.4.20"
37463746
browserslist: "npm:^4.24.2"
@@ -3760,14 +3760,14 @@ __metadata:
37603760
languageName: unknown
37613761
linkType: soft
37623762

3763-
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.9.2, @navikt/ds-react@workspace:@navikt/core/react":
3763+
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.10.0, @navikt/ds-react@workspace:@navikt/core/react":
37643764
version: 0.0.0-use.local
37653765
resolution: "@navikt/ds-react@workspace:@navikt/core/react"
37663766
dependencies:
37673767
"@floating-ui/react": "npm:0.25.4"
37683768
"@floating-ui/react-dom": "npm:^2.0.9"
3769-
"@navikt/aksel-icons": "npm:^7.9.2"
3770-
"@navikt/ds-tokens": "npm:^7.9.2"
3769+
"@navikt/aksel-icons": "npm:^7.10.0"
3770+
"@navikt/ds-tokens": "npm:^7.10.0"
37713771
"@testing-library/dom": "npm:10.4.0"
37723772
"@testing-library/jest-dom": "npm:^6.6.3"
37733773
"@testing-library/react": "npm:^16.1.0"
@@ -3798,11 +3798,11 @@ __metadata:
37983798
languageName: unknown
37993799
linkType: soft
38003800

3801-
"@navikt/ds-tailwind@npm:^7.9.2, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
3801+
"@navikt/ds-tailwind@npm:^7.10.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
38023802
version: 0.0.0-use.local
38033803
resolution: "@navikt/ds-tailwind@workspace:@navikt/core/tailwind"
38043804
dependencies:
3805-
"@navikt/ds-tokens": "npm:^7.9.2"
3805+
"@navikt/ds-tokens": "npm:^7.10.0"
38063806
color: "npm:4.2.3"
38073807
lodash: "npm:^4.17.21"
38083808
tailwindcss: "npm:^3.3.3"
@@ -3812,7 +3812,7 @@ __metadata:
38123812
languageName: unknown
38133813
linkType: soft
38143814

3815-
"@navikt/ds-tokens@npm:^7.9.2, @navikt/ds-tokens@workspace:@navikt/core/tokens":
3815+
"@navikt/ds-tokens@npm:^7.10.0, @navikt/ds-tokens@workspace:@navikt/core/tokens":
38163816
version: 0.0.0-use.local
38173817
resolution: "@navikt/ds-tokens@workspace:@navikt/core/tokens"
38183818
dependencies:
@@ -7607,11 +7607,11 @@ __metadata:
76077607
version: 0.0.0-use.local
76087608
resolution: "aksel.nav.no@workspace:aksel.nav.no"
76097609
dependencies:
7610-
"@navikt/aksel-icons": "npm:^7.9.2"
7611-
"@navikt/ds-css": "npm:^7.9.2"
7612-
"@navikt/ds-react": "npm:^7.9.2"
7613-
"@navikt/ds-tailwind": "npm:^7.9.2"
7614-
"@navikt/ds-tokens": "npm:^7.9.2"
7610+
"@navikt/aksel-icons": "npm:^7.10.0"
7611+
"@navikt/ds-css": "npm:^7.10.0"
7612+
"@navikt/ds-react": "npm:^7.10.0"
7613+
"@navikt/ds-tailwind": "npm:^7.10.0"
7614+
"@navikt/ds-tokens": "npm:^7.10.0"
76157615
languageName: unknown
76167616
linkType: soft
76177617

0 commit comments

Comments
 (0)