@taprootio/espalier 3.5.0 → 3.6.0

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,31 @@
1
+ # 3.6.0
2
+
3
+ Named type roles without a generic text wrapper.
4
+
5
+ - Overline, label, lead, and caption each have a complete
6
+ `--esp-type-<role>-*` recipe for size, weight, tracking, color, and — for
7
+ overline — uppercase transform. Apply the recipes to native paragraphs,
8
+ labels, captions, and inline elements so their semantics stay intact.
9
+ - Each role has its own semantic ink. Overline and caption clear APCA Lc 90;
10
+ label and lead clear Lc 75. Theme `ink.color` or an existing raw `text`
11
+ mapping supplies unbound and unpinned roles without weakening a distinct
12
+ role family, and a context re-emits only the color aliases against its
13
+ locally enforced colors so inherited recipe overrides survive.
14
+ - `esp-form-item` consumes the label recipe while retaining its component-level
15
+ label-color override.
16
+ - Theme QA now recommends retuning the one-consumer `linkHoverBg` wash before
17
+ changing the widely shared `linkHover` ink.
18
+ - Identical type-role APCA inputs share one background-aware enforcement
19
+ derivation per surface while retaining every token's fit-report record.
20
+
21
+ ### Migration note
22
+
23
+ `esp-form-item` labels now take their size and weight from the label role instead
24
+ of inheriting `--esp-form-item-font-size` and using literal `bold`. Themes with
25
+ normal-weight headings therefore render normal-weight form labels; compact
26
+ regions can override `--esp-type-label-font-size` or
27
+ `--esp-type-label-font-weight` on their wrapper.
28
+
1
29
  # 3.5.0
2
30
 
3
31
  No unthemed flash when the theme mounts from script.