@aleph-alpha/config-css 0.13.0 → 0.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 +20 -0
- package/dist/index.js +140 -104
- package/package.json +3 -3
- package/sd.config.js +1 -50
- package/tokens.json +272 -46
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
## 0.14.1 (2025-05-15)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **deps:** update unocss monorepo to v66.1.2
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Renovatebot
|
|
10
|
+
|
|
11
|
+
## 0.14.0 (2025-05-13)
|
|
12
|
+
|
|
13
|
+
### 🚀 Features
|
|
14
|
+
|
|
15
|
+
- add tokens for text style font sizes and line heights, so token studio can push values as 'rem' fix: update token transformer script and update storybook snapshots
|
|
16
|
+
|
|
17
|
+
### ❤️ Thank You
|
|
18
|
+
|
|
19
|
+
- Janine Dantes
|
|
20
|
+
|
|
1
21
|
## 0.13.0 (2025-05-12)
|
|
2
22
|
|
|
3
23
|
### 🚀 Features
|