@atelier-ui/create-workspace 0.2.14 → 0.2.16
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
|
+
## 0.2.16 (2026-08-26)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for create-workspace to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 0.2.15 (2026-08-26)
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
- **tokens:** bind the literals that duplicate a token ([024faef](https://github.com/DominikPieper/atelier-ui/commit/024faef))
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Claude Opus 5
|
|
14
|
+
- Dominik Pieper @DominikPieper
|
|
15
|
+
|
|
1
16
|
## 0.2.14 (2026-08-26)
|
|
2
17
|
|
|
3
18
|
### 🩹 Fixes
|
package/package.json
CHANGED
|
@@ -179,6 +179,18 @@
|
|
|
179
179
|
--ui-radius-xl: 1.25rem; /* was 1rem */
|
|
180
180
|
--ui-radius-full: 9999px;
|
|
181
181
|
|
|
182
|
+
/* ── Border widths ──────────────────────────────────────────────────────────
|
|
183
|
+
* Two steps, because the library only ever needed two: the hairline that
|
|
184
|
+
* separates surfaces (133 uses) and the heavier weight that marks a control
|
|
185
|
+
* (12 uses — the avatar status ring, the stepper circle, the checkbox mark,
|
|
186
|
+
* the table header rule). The 1.5px weight nine control outlines used is
|
|
187
|
+
* folded into `thick`: a half pixel renders blurry at 1x device-pixel-ratio
|
|
188
|
+
* and the two weights were never distinguishable side by side.
|
|
189
|
+
* Not here on purpose: AtlToast's 4px accent bar and AtlRadio's 6px dot are
|
|
190
|
+
* graphic devices drawn with `border-width`, not border weights. See ADR-0047. */
|
|
191
|
+
--ui-border-width: 1px;
|
|
192
|
+
--ui-border-width-thick: 2px;
|
|
193
|
+
|
|
182
194
|
/* Spacing */
|
|
183
195
|
--ui-spacing-1: 0.25rem;
|
|
184
196
|
--ui-spacing-2: 0.5rem;
|