@midas-ds/layout 0.2.23 → 0.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## 0.2.25 (2026-08-27)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated components to 17.23.1
|
|
6
|
+
|
|
7
|
+
## 0.2.24 (2026-08-27)
|
|
8
|
+
|
|
9
|
+
### 📖 Documentation changes
|
|
10
|
+
|
|
11
|
+
- **layout:** add getting started page for the layout framework ([6570033cd32](https://github.com/migrationsverket/midas/commit/6570033cd32))
|
|
12
|
+
|
|
13
|
+
### 🧱 Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated components to 17.23.0
|
|
16
|
+
|
|
1
17
|
## 0.2.23 (2026-08-24)
|
|
2
18
|
|
|
3
19
|
### 🧱 Updated Dependencies
|
package/README.md
CHANGED
|
@@ -13,4 +13,4 @@ npm install @midas-ds/layout
|
|
|
13
13
|
|
|
14
14
|
## Dokumentation
|
|
15
15
|
|
|
16
|
-
Se [designsystem.migrationsverket.se](https://designsystem.migrationsverket.se/dev/layout) för fullständig dokumentation, API-referens och exempelkod.
|
|
16
|
+
Se [designsystem.migrationsverket.se](https://designsystem.migrationsverket.se/dev/layout/get-started) för fullständig dokumentation, API-referens och exempelkod.
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"description": "Midas Layout components",
|
|
15
15
|
"homepage": "https://designsystem.migrationsverket.se/",
|
|
16
16
|
"license": "CC0-1.0",
|
|
17
|
-
"version": "0.2.
|
|
17
|
+
"version": "0.2.25",
|
|
18
18
|
"module": "./index.js",
|
|
19
19
|
"type": "module",
|
|
20
20
|
"main": "./index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"./*": "./*/index.js"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@midas-ds/components": "17.
|
|
40
|
+
"@midas-ds/components": "17.23.1",
|
|
41
41
|
"@react-aria/collections": "^3.0.3",
|
|
42
42
|
"@react-aria/utils": "^3.33.1",
|
|
43
43
|
"@react-stately/utils": "^3.11.0"
|