@kolkrabbi/kol-theme 0.55.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.
@@ -283,7 +283,9 @@
283
283
  * tags render as authored. SectionText stamps this on every label it renders,
284
284
  * whatever voice class rides beside it. The old "no text-transform, ever" was
285
285
  * one call about button strings written up as a law for every string. */
286
- .kol-section-text-eyebrow {
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 {
287
289
  text-transform: uppercase;
288
290
  }
289
291
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.55.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",