Skip to content

Commit ea19081

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

22 files changed

+93
-71
lines changed

.changeset/eleven-gorillas-scream.md

-5
This file was deleted.

.changeset/forty-rules-ring.md

-5
This file was deleted.

.changeset/funny-rivers-glow.md

-5
This file was deleted.

.changeset/nasty-avocados-poke.md

-5
This file was deleted.

.changeset/wise-worms-destroy.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.8.1
4+
35
## 7.8.0
46

57
## 7.7.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.0",
3+
"version": "7.8.1",
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.8.1
4+
35
## 7.8.0
46

57
### Minor Changes

@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.0",
3+
"version": "7.8.1",
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.0",
39-
"@navikt/ds-tokens": "^7.8.0",
38+
"@navikt/ds-css": "^7.8.1",
39+
"@navikt/ds-tokens": "^7.8.1",
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.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`06193ae`](https://github.com/navikt/aksel/commit/06193ae3001cee4b1f411a75d51ab54391483dd7), [`a82126b`](https://github.com/navikt/aksel/commit/a82126b893490b9786d31cb74ba31695b90f8c60)]:
8+
- @navikt/ds-css@7.8.1
9+
310
## 7.8.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.8.0",
3+
"version": "7.8.1",
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.0",
32+
"@navikt/ds-css": "7.8.1",
3333
"axios": "1.7.4",
3434
"chalk": "4.1.0",
3535
"clipboardy": "^2.3.0",

@navikt/core/css/CHANGELOG.md

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

3+
## 7.8.1
4+
5+
### Patch Changes
6+
7+
- Alert: Link-components used within Alert variant='inline' now preserves default coloring ([#3461](https://github.com/navikt/aksel/pull/3461))
8+
9+
- Table: :fire: Removed cursor 'pointer' when 'ExpandableRow' is disabled. ([#3462](https://github.com/navikt/aksel/pull/3462))
10+
311
## 7.8.0
412

513
### 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.8.0",
3+
"version": "7.8.1",
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.0",
31+
"@navikt/ds-tokens": "^7.8.1",
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.8.1
4+
5+
### Patch Changes
6+
7+
- Combobox: Only open dropdown-list onClick, not onFocus. ([#3440](https://github.com/navikt/aksel/pull/3440))
8+
9+
- Combobox: Fix issue where you could select more options than defined in maxSelected ([#3434](https://github.com/navikt/aksel/pull/3434))
10+
11+
- Timeline: In cases where earliest found date were after current date, timeline-start ended up defaulting to current date. ([#3458](https://github.com/navikt/aksel/pull/3458))
12+
13+
- Updated dependencies []:
14+
- @navikt/ds-tokens@7.8.1
15+
- @navikt/aksel-icons@7.8.1
16+
317
## 7.8.0
418

519
### 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.8.0",
3+
"version": "7.8.1",
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.0",
618-
"@navikt/ds-tokens": "^7.8.0",
617+
"@navikt/aksel-icons": "^7.8.1",
618+
"@navikt/ds-tokens": "^7.8.1",
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.8.1
4+
35
## 7.8.0
46

57
## 7.7.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.0",
3+
"version": "7.8.1",
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.0",
27+
"@navikt/ds-tokens": "^7.8.1",
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.8.1
4+
35
## 7.8.0
46

57
## 7.7.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.0",
3+
"version": "7.8.1",
44
"description": "Design-tokens for Nav designsystem",
55
"author": "Aksel | Nav designsystem team",
66
"keywords": [

CHANGELOG.md

+20-10
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,37 @@
88

99
### @navikt/ds-react
1010

11-
- Chips.Removable: Removed prop `removeLabel` ([#3429](https://github.com/navikt/aksel/pull/3429))
11+
- Combobox: Only open dropdown-list onClick, not onFocus. ([#3440](https://github.com/navikt/aksel/pull/3440))
1212

13-
- i18n: :sparkles: Implemented i18n support for all components. Components come with support for nb, nn and en locales ([Docs](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517)) ([#3429](https://github.com/navikt/aksel/pull/3429))
13+
- Combobox: Fix issue where you could select more options than defined in maxSelected ([#3434](https://github.com/navikt/aksel/pull/3434))
1414

15-
- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433))
15+
- Timeline: In cases where earliest found date were after current date, timeline-start ended up defaulting to current date. ([#3458](https://github.com/navikt/aksel/pull/3458))
16+
17+
* Chips.Removable: Removed prop `removeLabel` ([#3429](https://github.com/navikt/aksel/pull/3429))
18+
19+
* i18n: :sparkles: Implemented i18n support for all components. Components come with support for nb, nn and en locales ([Docs](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517)) ([#3429](https://github.com/navikt/aksel/pull/3429))
20+
21+
* Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433))
1622

17-
- Combobox: Changed prop `maxSelected` to number ([#3433](https://github.com/navikt/aksel/pull/3433))
23+
* Combobox: Changed prop `maxSelected` to number ([#3433](https://github.com/navikt/aksel/pull/3433))
1824

19-
- DatePicker/MonthPicker: Added new `translations` prop and deprecated `locale` prop ([#3429](https://github.com/navikt/aksel/pull/3429))
25+
* DatePicker/MonthPicker: Added new `translations` prop and deprecated `locale` prop ([#3429](https://github.com/navikt/aksel/pull/3429))
2026

21-
* Timeline: Deprecated prop `axisLabelTemplates`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change the date formats. ([#3429](https://github.com/navikt/aksel/pull/3429))
27+
- Timeline: Deprecated prop `axisLabelTemplates`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change the date formats. ([#3429](https://github.com/navikt/aksel/pull/3429))
2228

23-
* Search: Deprecated prop `clearButtonLabel`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change the label. ([#3429](https://github.com/navikt/aksel/pull/3429))
29+
- Search: Deprecated prop `clearButtonLabel`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change the label. ([#3429](https://github.com/navikt/aksel/pull/3429))
2430

25-
* Textarea: Deprecated prop `i18n`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change these texts. ([#3429](https://github.com/navikt/aksel/pull/3429))
31+
- Textarea: Deprecated prop `i18n`. Use [Provider](https://aksel.nav.no/komponenter/core/provider#84d7ea5ec517) if you still need to change these texts. ([#3429](https://github.com/navikt/aksel/pull/3429))
2632

2733
### @navikt/ds-css
2834

29-
- Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433))
35+
- Alert: Link-components used within Alert variant='inline' now preserves default coloring ([#3461](https://github.com/navikt/aksel/pull/3461))
36+
37+
- Table: :fire: Removed cursor 'pointer' when 'ExpandableRow' is disabled. ([#3462](https://github.com/navikt/aksel/pull/3462))
38+
39+
* Combobox: Removed clear button, removed tokens staring with `--ac-combobox-clear`, deprecated props `clearButton`/`clearButtonLabel`. ([#3433](https://github.com/navikt/aksel/pull/3433))
3040

31-
* CSS: Resolved regression where the complete stylesheet was included in scoped 'components.css' file. ([#3427](https://github.com/navikt/aksel/pull/3427))
41+
- CSS: Resolved regression where the complete stylesheet was included in scoped 'components.css' file. ([#3427](https://github.com/navikt/aksel/pull/3427))
3242

3343
## 7.7
3444

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.0",
19-
"@navikt/ds-css": "^7.8.0",
20-
"@navikt/ds-react": "^7.8.0",
21-
"@navikt/ds-tailwind": "^7.8.0",
22-
"@navikt/ds-tokens": "^7.8.0"
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"
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.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
3714+
"@navikt/aksel-icons@npm:^7.8.1, @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.0"
3746-
"@navikt/ds-tokens": "npm:^7.8.0"
3745+
"@navikt/ds-css": "npm:^7.8.1"
3746+
"@navikt/ds-tokens": "npm:^7.8.1"
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.0"
3761+
"@navikt/ds-css": "npm:7.8.1"
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.0, @navikt/ds-css@npm:^7.8.0, @navikt/ds-css@workspace:@navikt/core/css":
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":
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.0"
3786+
"@navikt/ds-tokens": "npm:^7.8.1"
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.0, @navikt/ds-react@workspace:@navikt/core/react":
3806+
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.8.1, @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.0"
3813-
"@navikt/ds-tokens": "npm:^7.8.0"
3812+
"@navikt/aksel-icons": "npm:^7.8.1"
3813+
"@navikt/ds-tokens": "npm:^7.8.1"
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.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
3841+
"@navikt/ds-tailwind@npm:^7.8.1, @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.0"
3845+
"@navikt/ds-tokens": "npm:^7.8.1"
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.0, @navikt/ds-tokens@workspace:@navikt/core/tokens":
3855+
"@navikt/ds-tokens@npm:^7.8.1, @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.0"
7739-
"@navikt/ds-css": "npm:^7.8.0"
7740-
"@navikt/ds-react": "npm:^7.8.0"
7741-
"@navikt/ds-tailwind": "npm:^7.8.0"
7742-
"@navikt/ds-tokens": "npm:^7.8.0"
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"
77437743
languageName: unknown
77447744
linkType: soft
77457745

0 commit comments

Comments
 (0)