@kolkrabbi/kol-theme 0.54.0 → 0.55.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/kol-components-organisms.css +11 -0
- package/package.json +1 -1
|
@@ -276,6 +276,17 @@
|
|
|
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
|
+
text-transform: uppercase;
|
|
288
|
+
}
|
|
289
|
+
|
|
279
290
|
.kol-feature-split-kicker,
|
|
280
291
|
.kol-section-text-label {
|
|
281
292
|
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.
|
|
3
|
+
"version": "0.55.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",
|