@kolkrabbi/kol-theme 0.50.0 → 0.50.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.
|
@@ -515,7 +515,11 @@
|
|
|
515
515
|
|
|
516
516
|
.kol-seg-cell + .kol-seg-cell { border-left: 1px solid var(--kol-fg-04); }
|
|
517
517
|
|
|
518
|
-
.
|
|
518
|
+
/* ONE STEP, not a leap. Rest is `oq-48` and hover went straight to full ink —
|
|
519
|
+
* a 48 → 100 jump that read as the cell selecting itself under the cursor.
|
|
520
|
+
* `oq-64` is the same single rung every other rest→hover pair in the estate
|
|
521
|
+
* moves by. */
|
|
522
|
+
.kol-seg-cell:hover { color: var(--kol-oq-64); }
|
|
519
523
|
|
|
520
524
|
.kol-seg-cell.is-active {
|
|
521
525
|
background: transparent;
|
|
@@ -863,7 +867,6 @@
|
|
|
863
867
|
gap: var(--kol-row-gap);
|
|
864
868
|
padding: var(--kol-row-pad);
|
|
865
869
|
min-height: var(--kol-row-min-h);
|
|
866
|
-
align-items: stretch;
|
|
867
870
|
background: var(--kol-row-bg);
|
|
868
871
|
/* the FALLBACK is not optional. A variant with no frame publishes no
|
|
869
872
|
* `--kol-row-border`, and `border-color: var(--undefined)` is invalid at
|
|
@@ -881,12 +884,8 @@
|
|
|
881
884
|
.kol-row--divided {
|
|
882
885
|
border-bottom: 1px solid var(--kol-fg-08);
|
|
883
886
|
}
|
|
884
|
-
/* the token is the thumb's MINIMUM HEIGHT now — width comes from the ratio.
|
|
885
|
-
* A row taller than this (work at 160, typeface at 160) grows the thumb with
|
|
886
|
-
* it instead of leaving it stranded at the top. */
|
|
887
887
|
.kol-row > .kol-row-thumb {
|
|
888
|
-
|
|
889
|
-
width: auto;
|
|
888
|
+
width: var(--kol-row-thumb);
|
|
890
889
|
}
|
|
891
890
|
|
|
892
891
|
/* CONTAINER query, not a viewport one (2026-08-15). The row steps on the width
|
|
@@ -906,7 +905,7 @@
|
|
|
906
905
|
min-height: var(--kol-row-min-h-md, var(--kol-row-min-h));
|
|
907
906
|
}
|
|
908
907
|
.kol-row > .kol-row-thumb {
|
|
909
|
-
|
|
908
|
+
width: var(--kol-row-thumb-md, var(--kol-row-thumb));
|
|
910
909
|
}
|
|
911
910
|
}
|
|
912
911
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.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",
|