@kolkrabbi/kol-theme 0.56.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 +13 -0
- package/package.json +1 -1
|
@@ -447,6 +447,19 @@
|
|
|
447
447
|
object-position: center;
|
|
448
448
|
}
|
|
449
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
|
+
|
|
450
463
|
/* =============================================================================
|
|
451
464
|
* FeaturedCarousel — src/components/organisms/FeaturedCarousel.jsx
|
|
452
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",
|