@midas-ds/table-styles 0.0.1 → 0.0.4
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 +24 -0
- package/README.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
## 0.0.4 (2025-09-23)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **table-styles:** remove release entries for table-styles project.json
|
|
6
|
+
|
|
7
|
+
## 0.0.3 (2025-09-23)
|
|
8
|
+
|
|
9
|
+
### 🩹 Fixes
|
|
10
|
+
|
|
11
|
+
- **table-styles:** update vite config with readme and tspaths
|
|
12
|
+
|
|
13
|
+
## 0.0.2 (2025-09-23)
|
|
14
|
+
|
|
15
|
+
### 🔧 Maintenance
|
|
16
|
+
|
|
17
|
+
- **table-styles:** add dependency to theme ([ca2258f8d9](https://github.com/migrationsverket/midas/commit/ca2258f8d9))
|
|
18
|
+
- **table-styles:** remove javascript code ([a43809300b](https://github.com/migrationsverket/midas/commit/a43809300b))
|
|
19
|
+
- **table-styles:** update package.json metadata ([aac7e1c57b](https://github.com/migrationsverket/midas/commit/aac7e1c57b))
|
|
20
|
+
- **table-styles:** add package table-styles, provide basic styles for tanstack table ([ddf2beb972](https://github.com/migrationsverket/midas/commit/ddf2beb972))
|
|
21
|
+
|
|
22
|
+
### 🧱 Updated Dependencies
|
|
23
|
+
|
|
24
|
+
- Updated theme to 3.0.0
|
package/README.md
ADDED
package/package.json
CHANGED