@atelier-ui/create-workspace 0.2.22 โ 0.2.24
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,22 @@
|
|
|
1
|
+
## 0.2.24 (2026-08-28)
|
|
2
|
+
|
|
3
|
+
### ๐ Features
|
|
4
|
+
|
|
5
|
+
- **figma:** two roles the eight did not span, and 231 text nodes bound to them ([e4f61ca](https://github.com/DominikPieper/atelier-ui/commit/e4f61ca))
|
|
6
|
+
|
|
7
|
+
### ๐ฉน Fixes
|
|
8
|
+
|
|
9
|
+
- **figma:** the whole file was in the wrong typeface ([3110cbd](https://github.com/DominikPieper/atelier-ui/commit/3110cbd))
|
|
10
|
+
|
|
11
|
+
### โค๏ธ Thank You
|
|
12
|
+
|
|
13
|
+
- Claude Opus 5 (1M context)
|
|
14
|
+
- Dominik Pieper @DominikPieper
|
|
15
|
+
|
|
16
|
+
## 0.2.23 (2026-08-27)
|
|
17
|
+
|
|
18
|
+
This was a version bump only for create-workspace to align it with other projects, there were no code changes.
|
|
19
|
+
|
|
1
20
|
## 0.2.22 (2026-08-27)
|
|
2
21
|
|
|
3
22
|
### ๐ Features
|
package/package.json
CHANGED
|
@@ -119,7 +119,29 @@
|
|
|
119
119
|
--ui-type-label: var(--ui-font-weight-medium) var(--ui-font-size-xs) /
|
|
120
120
|
var(--ui-line-height-tight) var(--ui-font-family);
|
|
121
121
|
--ui-type-code: var(--ui-font-weight-normal) var(--ui-font-size-sm) /
|
|
122
|
-
var(--ui-line-height-
|
|
122
|
+
var(--ui-line-height-code) var(--ui-font-mono);
|
|
123
|
+
|
|
124
|
+
/* The two roles the eight did not span. Both were measured on BOTH sides
|
|
125
|
+
* before being added (ADR-0074), which is the only sound basis for a role:
|
|
126
|
+
*
|
|
127
|
+
* control Medium 14 โ 6 CSS rules (tab button, page button, step label,
|
|
128
|
+
* chip label, select label, chat action) and 75 Figma text nodes.
|
|
129
|
+
* action SemiBold 16 โ 3 CSS rules (button, accordion trigger, chat
|
|
130
|
+
* header title) and 15 Figma text nodes.
|
|
131
|
+
*
|
|
132
|
+
* Both are TIGHT, and that was unanimous rather than chosen: every one of the
|
|
133
|
+
* 30 Figma nodes in these two combinations that states a leading at all states
|
|
134
|
+
* 125%, and .atl-button and .accordion-trigger state --ui-line-height-tight.
|
|
135
|
+
*
|
|
136
|
+
* They are named for the --ui-control-height-* ladder they live on: text on a
|
|
137
|
+
* control, not prose. A control's own VALUE text (an input's content) is not
|
|
138
|
+
* one of these โ that stays a longhand, because its padding formula names the
|
|
139
|
+
* leading as an operand (ADR-0073).
|
|
140
|
+
*/
|
|
141
|
+
--ui-type-control: var(--ui-font-weight-medium) var(--ui-font-size-sm) /
|
|
142
|
+
var(--ui-line-height-tight) var(--ui-font-family);
|
|
143
|
+
--ui-type-action: var(--ui-font-weight-semibold) var(--ui-font-size-md) /
|
|
144
|
+
var(--ui-line-height-tight) var(--ui-font-family);
|
|
123
145
|
|
|
124
146
|
/* โโ Colours ยท light mode (default) โโโโโโโโโโโโโโโโโโโโโโโโโโ */
|
|
125
147
|
|