@midas-ds/theme 3.12.5 → 3.12.7

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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## 3.12.7 (2026-03-09)
2
+
3
+ This was a version bump only for theme to align it with other projects, there were no code changes.
4
+
5
+ ## 3.12.6 (2026-03-09)
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **theme:** bump version to publish tailwind fix ([0a7a7f6066](https://github.com/migrationsverket/midas/commit/0a7a7f6066))
10
+
11
+ ### 🔧 Maintenance
12
+
13
+ - **theme:** add $description fields to all token files ([73e7db5173](https://github.com/migrationsverket/midas/commit/73e7db5173))
14
+
1
15
  ## 3.12.5 (2026-03-06)
2
16
 
3
17
  This was a version bump only for theme to align it with other projects, there were no code changes.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @midas-ds/theme
2
2
 
3
3
  This package contains the design tokens for the Midas Design System, managed by [Style Dictionary](https://style-dictionary.com/).
4
- It automatically generates theme assets, such as CSS variables and JavaScript modules, from a common set of token definitions.
4
+ It automatically generates theme assets, such as CSS variables and JavaScript modules, from a common set of token definitions!
5
5
 
6
6
  ## Installation
7
7