@kolkrabbi/kol-theme 0.54.0 → 0.56.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.
@@ -276,6 +276,19 @@
276
276
  color: var(--kol-surface-on-primary);
277
277
  }
278
278
 
279
+ /* THE EYEBROW IS UPPERCASE BY ROLE (user ruling 2026-08-26, the fourth time).
280
+ * Casing is a property of the ROLE, not a law about strings: an eyebrow /
281
+ * kicker / section label is caps by design language — the display voice
282
+ * already carries its transform "by contract" — while body copy, buttons and
283
+ * tags render as authored. SectionText stamps this on every label it renders,
284
+ * whatever voice class rides beside it. The old "no text-transform, ever" was
285
+ * one call about button strings written up as a law for every string. */
286
+ .kol-section-text-eyebrow,
287
+ /* the caps role for a HEADLINE — the split hero's title card (2026-08-26) */
288
+ .kol-section-text-caps {
289
+ text-transform: uppercase;
290
+ }
291
+
279
292
  .kol-feature-split-kicker,
280
293
  .kol-section-text-label {
281
294
  font-family: var(--kol-font-family-mono, monospace);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.54.0",
3
+ "version": "0.56.0",
4
4
  "description": "KOL (Kolkrabbi) design-system tokens + base CSS — brand-neutral. The canonical token/cascade layer every other KOL package and consumer builds on.",
5
5
  "license": "MIT",
6
6
  "type": "module",