@midas-ds/theme 3.11.2 → 3.12.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 +15 -0
- package/index.mjs +2514 -1886
- package/lib/style-dictionary-dist/token-dictionary.d.ts +66 -25
- package/lib/style-dictionary-dist/variables.d.ts +107 -36
- package/package.json +1 -1
- package/tailwind-theme.css +1 -1
- package/variables.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 3.12.1 (2026-02-26)
|
|
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.0 (2026-02-24)
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
- **theme:** rename size→base, spacing→space, add semantic size tokens ([1d34533af6](https://github.com/migrationsverket/midas/commit/1d34533af6))
|
|
10
|
+
|
|
11
|
+
### 🔧 Maintenance
|
|
12
|
+
|
|
13
|
+
- **theme:** add deprecated token aliases for renamed spacing and size tokens ([6e4e2833de](https://github.com/migrationsverket/midas/commit/6e4e2833de))
|
|
14
|
+
- **theme:** rename size token control-sm to control-md ([d7c0784e95](https://github.com/migrationsverket/midas/commit/d7c0784e95))
|
|
15
|
+
|
|
1
16
|
## 3.11.2 (2026-02-23)
|
|
2
17
|
|
|
3
18
|
This was a version bump only for theme to align it with other projects, there were no code changes.
|