@midas-ds/table-styles 1.2.27 → 1.2.29
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 +13 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 1.2.29 (2026-02-16)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated components to 16.8.6
|
|
6
|
+
- Updated theme to 3.10.8
|
|
7
|
+
|
|
8
|
+
## 1.2.28 (2026-02-16)
|
|
9
|
+
|
|
10
|
+
### 🧱 Updated Dependencies
|
|
11
|
+
|
|
12
|
+
- Updated components to 16.8.5
|
|
13
|
+
|
|
1
14
|
## 1.2.27 (2026-02-16)
|
|
2
15
|
|
|
3
16
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"description": "Midas table components and styles for TanStack Table",
|
|
15
15
|
"homepage": "https://designsystem.migrationsverket.se/",
|
|
16
16
|
"license": "CC0-1.0",
|
|
17
|
-
"version": "1.2.
|
|
17
|
+
"version": "1.2.29",
|
|
18
18
|
"main": "./index.mjs",
|
|
19
19
|
"types": "./index.d.ts",
|
|
20
20
|
"files": [
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@midas-ds/components": "16.8.
|
|
35
|
-
"@midas-ds/theme": "3.10.
|
|
34
|
+
"@midas-ds/components": "16.8.6",
|
|
35
|
+
"@midas-ds/theme": "3.10.8",
|
|
36
36
|
"lucide-react": "^0.563.0",
|
|
37
37
|
"react-aria-components": "1.14.0",
|
|
38
38
|
"@tanstack/react-table": "^8.21.3"
|