@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 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
@@ -0,0 +1,6 @@
1
+ # Table-styles
2
+
3
+ CSS for styling headless libs with `@midas-ds` styles.
4
+
5
+
6
+
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "description": "Midas table styles",
15
15
  "homepage": "https://designsystem.migrationsverket.se/",
16
16
  "license": "CC0-1.0",
17
- "version": "0.0.1",
17
+ "version": "0.0.4",
18
18
  "exports": {
19
19
  "./tanstack-table.css": {
20
20
  "import": "./tanstack-table.css"