@kolkrabbi/kol-theme 0.55.0 → 0.57.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 +16 -1
- package/package.json +1 -1
|
@@ -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
|
|
|
@@ -445,6 +447,19 @@
|
|
|
445
447
|
object-position: center;
|
|
446
448
|
}
|
|
447
449
|
|
|
450
|
+
/* The hero's veil (SectionHeroRound2, 2026-08-26) — the bottom-heavy
|
|
451
|
+
* gradient StackHero drew over its media, the same device as the split's
|
|
452
|
+
* caption veil, so text pinned to the foot sits on a graded ground. */
|
|
453
|
+
.kol-section-hero-veil {
|
|
454
|
+
background: linear-gradient(
|
|
455
|
+
180deg,
|
|
456
|
+
transparent 0%,
|
|
457
|
+
transparent 40%,
|
|
458
|
+
color-mix(in srgb, var(--kol-surface-primary) 72%, transparent) 100%
|
|
459
|
+
);
|
|
460
|
+
pointer-events: none;
|
|
461
|
+
}
|
|
462
|
+
|
|
448
463
|
/* =============================================================================
|
|
449
464
|
* FeaturedCarousel — src/components/organisms/FeaturedCarousel.jsx
|
|
450
465
|
* =============================================================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.57.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",
|