@atelier-ui/react 0.0.32 → 0.0.33
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 +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 0.0.33 (2026-04-25)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **storybook:** theme toggle compares against background key not hex ([#1](https://github.com/DominikPieper/atelier-ui/issues/1))
|
|
6
|
+
- **tokens:** consolidate on-primary into mode-aware text-on-primary ([#0](https://github.com/DominikPieper/atelier-ui/issues/0), [#00](https://github.com/DominikPieper/atelier-ui/issues/00))
|
|
7
|
+
|
|
8
|
+
### ❤️ Thank You
|
|
9
|
+
|
|
10
|
+
- Claude Opus 4.7 (1M context)
|
|
11
|
+
- Dominik Pieper
|
|
12
|
+
|
|
1
13
|
## 0.0.32 (2026-04-25)
|
|
2
14
|
|
|
3
15
|
### 🚀 Features
|