@taprootio/espalier 3.5.0 → 3.7.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,43 @@
1
+ # 3.7.0
2
+
3
+ Subtle category color behind ordinary copy.
4
+
5
+ - `--esp-color-series-1-tint` through `--esp-color-series-8-tint` mix 12%
6
+ series identity over 88% of `--esp-color-background` in OKLab — a quieter
7
+ companion for category-tinted rows, chips, cells, and tags.
8
+ - Tints are concrete per-surface emissions like wash and ink: the root mixes
9
+ against its canvas, and each theme zone re-emits them against its own.
10
+ - The data-colors guide now distinguishes fill (`-wash`), tint (`-tint`), and
11
+ ink (`-ink`), and calls out the background-composition and text-tier limits.
12
+
13
+ # 3.6.0
14
+
15
+ Named type roles without a generic text wrapper.
16
+
17
+ - Overline, label, lead, and caption each have a complete
18
+ `--esp-type-<role>-*` recipe for size, weight, tracking, color, and — for
19
+ overline — uppercase transform. Apply the recipes to native paragraphs,
20
+ labels, captions, and inline elements so their semantics stay intact.
21
+ - Each role has its own semantic ink. Overline and caption clear APCA Lc 90;
22
+ label and lead clear Lc 75. Theme `ink.color` or an existing raw `text`
23
+ mapping supplies unbound and unpinned roles without weakening a distinct
24
+ role family, and a context re-emits only the color aliases against its
25
+ locally enforced colors so inherited recipe overrides survive.
26
+ - `esp-form-item` consumes the label recipe while retaining its component-level
27
+ label-color override.
28
+ - Theme QA now recommends retuning the one-consumer `linkHoverBg` wash before
29
+ changing the widely shared `linkHover` ink.
30
+ - Identical type-role APCA inputs share one background-aware enforcement
31
+ derivation per surface while retaining every token's fit-report record.
32
+
33
+ ### Migration note
34
+
35
+ `esp-form-item` labels now take their size and weight from the label role instead
36
+ of inheriting `--esp-form-item-font-size` and using literal `bold`. Themes with
37
+ normal-weight headings therefore render normal-weight form labels; compact
38
+ regions can override `--esp-type-label-font-size` or
39
+ `--esp-type-label-font-weight` on their wrapper.
40
+
1
41
  # 3.5.0
2
42
 
3
43
  No unthemed flash when the theme mounts from script.