Skip to content

Commit 2473bf4

Browse files
Version Packages (#3619)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9add24a commit 2473bf4

18 files changed

+71
-41
lines changed

.changeset/modern-ravens-teach.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.16.0
4+
35
## 7.15.0
46

57
## 7.14.3

@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.15.0",
3+
"version": "7.16.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.16.0
4+
35
## 7.15.0
46

57
## 7.14.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.15.0",
3+
"version": "7.16.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.15.0",
39-
"@navikt/ds-tokens": "^7.15.0",
38+
"@navikt/ds-css": "^7.16.0",
39+
"@navikt/ds-tokens": "^7.16.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.16.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`96b9b8e`](https://github.com/navikt/aksel/commit/96b9b8e5bc8c683893e2c79e9a84ee8a6656d34c)]:
8+
- @navikt/ds-css@7.16.0
9+
310
## 7.15.0
411

512
### Minor 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.15.0",
3+
"version": "7.16.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.15.0",
32+
"@navikt/ds-css": "^7.16.0",
3333
"axios": "1.7.4",
3434
"chalk": "4.1.0",
3535
"clipboardy": "^2.3.0",

@navikt/core/css/CHANGELOG.md

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

3+
## 7.16.0
4+
5+
### Minor Changes
6+
7+
- Darkside: All classNames are now starts with `.aksel` instead of `.navds`. ([#3586](https://github.com/navikt/aksel/pull/3586))
8+
39
## 7.15.0
410

511
## 7.14.3

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

@navikt/core/react/CHANGELOG.md

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

3+
## 7.16.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @navikt/ds-tokens@7.16.0
9+
- @navikt/aksel-icons@7.16.0
10+
311
## 7.15.0
412

513
### 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.15.0",
3+
"version": "7.16.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",
@@ -625,8 +625,8 @@
625625
"dependencies": {
626626
"@floating-ui/react": "0.25.4",
627627
"@floating-ui/react-dom": "^2.0.9",
628-
"@navikt/aksel-icons": "^7.15.0",
629-
"@navikt/ds-tokens": "^7.15.0",
628+
"@navikt/aksel-icons": "^7.16.0",
629+
"@navikt/ds-tokens": "^7.16.0",
630630
"clsx": "^2.1.0",
631631
"date-fns": "^4.0.0",
632632
"react-day-picker": "9.5.0"

@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.16.0
4+
35
## 7.15.0
46

57
## 7.14.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.15.0",
3+
"version": "7.16.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.15.0",
28+
"@navikt/ds-tokens": "^7.16.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.16.0
4+
35
## 7.15.0
46

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

CHANGELOG.md

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

3+
## 7.16
4+
5+
### @navikt/ds-css
6+
7+
- Darkside: All classNames are now starts with `.aksel` instead of `.navds`. ([#3586](https://github.com/navikt/aksel/pull/3586))
8+
39
## 7.15
410

511
### @navikt/aksel

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

yarn.lock

+17-17
Original file line numberDiff line numberDiff line change
@@ -3675,7 +3675,7 @@ __metadata:
36753675
languageName: node
36763676
linkType: hard
36773677

3678-
"@navikt/aksel-icons@npm:^7.15.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
3678+
"@navikt/aksel-icons@npm:^7.16.0, @navikt/aksel-icons@workspace:@navikt/aksel-icons":
36793679
version: 0.0.0-use.local
36803680
resolution: "@navikt/aksel-icons@workspace:@navikt/aksel-icons"
36813681
dependencies:
@@ -3706,8 +3706,8 @@ __metadata:
37063706
version: 0.0.0-use.local
37073707
resolution: "@navikt/aksel-stylelint@workspace:@navikt/aksel-stylelint"
37083708
dependencies:
3709-
"@navikt/ds-css": "npm:^7.15.0"
3710-
"@navikt/ds-tokens": "npm:^7.15.0"
3709+
"@navikt/ds-css": "npm:^7.16.0"
3710+
"@navikt/ds-tokens": "npm:^7.16.0"
37113711
concurrently: "npm:9.0.1"
37123712
postcss-selector-parser: "npm:^6.0.13"
37133713
postcss-value-parser: "npm:^4.2.0"
@@ -3722,7 +3722,7 @@ __metadata:
37223722
version: 0.0.0-use.local
37233723
resolution: "@navikt/aksel@workspace:@navikt/aksel"
37243724
dependencies:
3725-
"@navikt/ds-css": "npm:^7.15.0"
3725+
"@navikt/ds-css": "npm:^7.16.0"
37263726
axios: "npm:1.7.4"
37273727
chalk: "npm:4.1.0"
37283728
clipboardy: "npm:^2.3.0"
@@ -3743,11 +3743,11 @@ __metadata:
37433743
languageName: unknown
37443744
linkType: soft
37453745

3746-
"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.15.0, @navikt/ds-css@workspace:@navikt/core/css":
3746+
"@navikt/ds-css@npm:*, @navikt/ds-css@npm:^7.16.0, @navikt/ds-css@workspace:@navikt/core/css":
37473747
version: 0.0.0-use.local
37483748
resolution: "@navikt/ds-css@workspace:@navikt/core/css"
37493749
dependencies:
3750-
"@navikt/ds-tokens": "npm:^7.15.0"
3750+
"@navikt/ds-tokens": "npm:^7.16.0"
37513751
"@types/clean-css": "npm:4.2.11"
37523752
autoprefixer: "npm:^10.4.20"
37533753
browserslist: "npm:^4.24.2"
@@ -3767,14 +3767,14 @@ __metadata:
37673767
languageName: unknown
37683768
linkType: soft
37693769

3770-
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.15.0, @navikt/ds-react@workspace:@navikt/core/react":
3770+
"@navikt/ds-react@npm:*, @navikt/ds-react@npm:^7.16.0, @navikt/ds-react@workspace:@navikt/core/react":
37713771
version: 0.0.0-use.local
37723772
resolution: "@navikt/ds-react@workspace:@navikt/core/react"
37733773
dependencies:
37743774
"@floating-ui/react": "npm:0.25.4"
37753775
"@floating-ui/react-dom": "npm:^2.0.9"
3776-
"@navikt/aksel-icons": "npm:^7.15.0"
3777-
"@navikt/ds-tokens": "npm:^7.15.0"
3776+
"@navikt/aksel-icons": "npm:^7.16.0"
3777+
"@navikt/ds-tokens": "npm:^7.16.0"
37783778
"@testing-library/dom": "npm:10.4.0"
37793779
"@testing-library/jest-dom": "npm:^6.6.3"
37803780
"@testing-library/react": "npm:^16.1.0"
@@ -3805,11 +3805,11 @@ __metadata:
38053805
languageName: unknown
38063806
linkType: soft
38073807

3808-
"@navikt/ds-tailwind@npm:^7.15.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
3808+
"@navikt/ds-tailwind@npm:^7.16.0, @navikt/ds-tailwind@workspace:@navikt/core/tailwind":
38093809
version: 0.0.0-use.local
38103810
resolution: "@navikt/ds-tailwind@workspace:@navikt/core/tailwind"
38113811
dependencies:
3812-
"@navikt/ds-tokens": "npm:^7.15.0"
3812+
"@navikt/ds-tokens": "npm:^7.16.0"
38133813
color: "npm:4.2.3"
38143814
lodash: "npm:^4.17.21"
38153815
tailwindcss: "npm:^3.3.3"
@@ -3819,7 +3819,7 @@ __metadata:
38193819
languageName: unknown
38203820
linkType: soft
38213821

3822-
"@navikt/ds-tokens@npm:^7.15.0, @navikt/ds-tokens@workspace:@navikt/core/tokens":
3822+
"@navikt/ds-tokens@npm:^7.16.0, @navikt/ds-tokens@workspace:@navikt/core/tokens":
38233823
version: 0.0.0-use.local
38243824
resolution: "@navikt/ds-tokens@workspace:@navikt/core/tokens"
38253825
dependencies:
@@ -7628,11 +7628,11 @@ __metadata:
76287628
version: 0.0.0-use.local
76297629
resolution: "aksel.nav.no@workspace:aksel.nav.no"
76307630
dependencies:
7631-
"@navikt/aksel-icons": "npm:^7.15.0"
7632-
"@navikt/ds-css": "npm:^7.15.0"
7633-
"@navikt/ds-react": "npm:^7.15.0"
7634-
"@navikt/ds-tailwind": "npm:^7.15.0"
7635-
"@navikt/ds-tokens": "npm:^7.15.0"
7631+
"@navikt/aksel-icons": "npm:^7.16.0"
7632+
"@navikt/ds-css": "npm:^7.16.0"
7633+
"@navikt/ds-react": "npm:^7.16.0"
7634+
"@navikt/ds-tailwind": "npm:^7.16.0"
7635+
"@navikt/ds-tokens": "npm:^7.16.0"
76367636
languageName: unknown
76377637
linkType: soft
76387638

0 commit comments

Comments
 (0)