@kolkrabbi/kol-theme 0.56.0 → 0.57.1
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 +18 -2
- package/package.json +1 -1
|
@@ -289,8 +289,11 @@
|
|
|
289
289
|
text-transform: uppercase;
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
-
.kol-
|
|
293
|
-
|
|
292
|
+
/* .kol-section-text-label — RETIRED 0.57.1 (SectionTextLabelVoice): the
|
|
293
|
+
* family's label wears the hero's helper-12 / meta voice now, as utilities on
|
|
294
|
+
* the element; this mono-18 accent kicker paints only a consumer's own
|
|
295
|
+
* `.kol-feature-split-kicker` until the next major. */
|
|
296
|
+
.kol-feature-split-kicker {
|
|
294
297
|
font-family: var(--kol-font-family-mono, monospace);
|
|
295
298
|
font-size: 18px;
|
|
296
299
|
font-weight: 600;
|
|
@@ -447,6 +450,19 @@
|
|
|
447
450
|
object-position: center;
|
|
448
451
|
}
|
|
449
452
|
|
|
453
|
+
/* The hero's veil (SectionHeroRound2, 2026-08-26) — the bottom-heavy
|
|
454
|
+
* gradient StackHero drew over its media, the same device as the split's
|
|
455
|
+
* caption veil, so text pinned to the foot sits on a graded ground. */
|
|
456
|
+
.kol-section-hero-veil {
|
|
457
|
+
background: linear-gradient(
|
|
458
|
+
180deg,
|
|
459
|
+
transparent 0%,
|
|
460
|
+
transparent 40%,
|
|
461
|
+
color-mix(in srgb, var(--kol-surface-primary) 72%, transparent) 100%
|
|
462
|
+
);
|
|
463
|
+
pointer-events: none;
|
|
464
|
+
}
|
|
465
|
+
|
|
450
466
|
/* =============================================================================
|
|
451
467
|
* FeaturedCarousel — src/components/organisms/FeaturedCarousel.jsx
|
|
452
468
|
* =============================================================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.57.1",
|
|
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",
|