@kolkrabbi/kol-theme 0.138.0 → 0.139.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-molecules.css +24 -4
- package/package.json +1 -1
|
@@ -857,10 +857,15 @@
|
|
|
857
857
|
* rounded-[…] / shadow-[…] / bg-black/NN / backdrop-blur-[…] in package chrome.
|
|
858
858
|
* ───────────────────────────────────────────────────────────────────── */
|
|
859
859
|
|
|
860
|
-
/* LOOK ONLY — the call site owns the box.
|
|
861
|
-
*
|
|
862
|
-
*
|
|
863
|
-
*
|
|
860
|
+
/* LOOK ONLY — the call site owns the box. Nine scrims wear it after the
|
|
861
|
+
* 2026-09-03 sweep (overlay-scrim-outliers: Modal · FullscreenOverlay ·
|
|
862
|
+
* ShellDrawer · ShellSearchOverlay · PageLayout's sidenav backdrop · FieldRow ·
|
|
863
|
+
* ShortcutsOverlay · TouchDeviceOverlay · the workshop's shortcuts sheet), and
|
|
864
|
+
* they are `fixed` or `absolute` by their own contract; baking position in
|
|
865
|
+
* would force a wrong one on some. The class owns what was drifting: the tint
|
|
866
|
+
* (60 / 50 / 50 across the first three files; an 8 % inverse wash + blur on
|
|
867
|
+
* the two shell overlays the sweep caught). ParamSheet is untinted on purpose;
|
|
868
|
+
* OverlayGlassPanel and PlaybackBar blur because they are surfaces, not scrims.
|
|
864
869
|
* NO BLUR (user ruling 2026-09-01, OverlayScrimBlur): the 1px blur bought a
|
|
865
870
|
* compositing layer on every overlay open, on a phone, for a separation the
|
|
866
871
|
* 60% tint already carries. */
|
|
@@ -1170,6 +1175,9 @@
|
|
|
1170
1175
|
* the clip path and the border path separately, and a hairline of the
|
|
1171
1176
|
* lighter fill bleeds through on the arc, bright only on the curve. */
|
|
1172
1177
|
.kol-card {
|
|
1178
|
+
/* NOT toned. A wrapper tone reaches the CONTROLS on a page and stops at the
|
|
1179
|
+
* card plate (user ruling 2026-09-03: "no just controls") — the plate is the
|
|
1180
|
+
* content-card system's box per variant. */
|
|
1173
1181
|
background: var(--kol-card-bg);
|
|
1174
1182
|
background-clip: padding-box;
|
|
1175
1183
|
border-color: var(--kol-card-border);
|
|
@@ -1791,6 +1799,18 @@
|
|
|
1791
1799
|
:is(.kol-view-toggle.kol-tone-sunken, .kol-view-toggle.kol-tone-inverse, .kol-tone-sunken .kol-view-toggle) > button:not([aria-pressed="true"]):hover { background-color: var(--kol-fg-04); }
|
|
1792
1800
|
/* the open search shell — was `bg-fg-04` on the element, sunken by class */
|
|
1793
1801
|
.kol-expand--open { background-color: var(--kol-tone-bg, var(--kol-fg-04)); }
|
|
1802
|
+
/* THE SEGMENTED STRIP, SUNKEN (segmented-toggle-sunken-tone, kol-client-olina
|
|
1803
|
+
* 2026-09-03; user, on kol-fxr's labs rail: "is this a variant? its not what you
|
|
1804
|
+
* have"). It was not — it was fxr's kol-labs.css:220-226, and olina's inspector
|
|
1805
|
+
* carried the same three lines. Promoted verbatim: the shell's ring goes, the
|
|
1806
|
+
* selected cell takes the well and the fg-96 ink; rest cells stay as the
|
|
1807
|
+
* default paints them. `filled` / `tonal` keep their own selected law. On the
|
|
1808
|
+
* element, or inherited from a sunken wrapper. */
|
|
1809
|
+
:is(.kol-seg.kol-tone-sunken, .kol-seg.kol-tone-inverse, .kol-tone-sunken .kol-seg):not(.kol-seg--filled) { border-color: transparent; }
|
|
1810
|
+
:is(.kol-seg.kol-tone-sunken, .kol-seg.kol-tone-inverse, .kol-tone-sunken .kol-seg):not(.kol-seg--filled) .kol-seg-cell.is-active {
|
|
1811
|
+
background: var(--kol-surface-sunken);
|
|
1812
|
+
color: var(--kol-fg-96);
|
|
1813
|
+
}
|
|
1794
1814
|
/* ⛔ THE TRIGGER IS EXCLUDED — rest and open are its only states (law, twice
|
|
1795
1815
|
* at the top of this file). Pressed on a sunken button out-ranks its hover, as
|
|
1796
1816
|
* it always did: this is the one rule the generic `.kol-btn-pressed` cannot
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.139.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",
|