@midas-ds/theme 3.13.1 → 3.14.1

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,18 @@
1
+ ## 3.14.1 (2026-04-22)
2
+
3
+ This was a version bump only for theme to align it with other projects, there were no code changes.
4
+
5
+ ## 3.14.0 (2026-04-20)
6
+
7
+ ### 🚀 Features
8
+
9
+ - **theme,components,docs:** add dedicated primitives for tag color tokens ([a1b26d9a5fc](https://github.com/migrationsverket/midas/commit/a1b26d9a5fc))
10
+ - **theme:** add tag colors ([439fdd0ece0](https://github.com/migrationsverket/midas/commit/439fdd0ece0))
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - **theme,components,docs:** fix tag token architecture and add missing tests ([0e2bda65f86](https://github.com/migrationsverket/midas/commit/0e2bda65f86))
15
+
1
16
  ## 3.13.1 (2026-04-16)
2
17
 
3
18
  This was a version bump only for theme to align it with other projects, there were no code changes.