@kolkrabbi/kol-theme 0.112.0 → 0.113.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 +12 -0
- package/package.json +1 -1
|
@@ -956,6 +956,18 @@
|
|
|
956
956
|
border-color 300ms var(--kol-ease-house);
|
|
957
957
|
}
|
|
958
958
|
|
|
959
|
+
/* A FIXED RUNG, not a floor (ContentRowRosterVariant, kol-chess 2026-08-31).
|
|
960
|
+
* Every other row in the family follows its content; `roster` is a grid of
|
|
961
|
+
* pick-targets, and a target whose height drifts with its own copy reads as
|
|
962
|
+
* broken — measured at 34 · 40 · 50 · 58 across four passes of one component,
|
|
963
|
+
* where a single long meta line pushed a tile out of line with its neighbours.
|
|
964
|
+
* Both properties: `height` alone loses to the `min-height` above it whenever
|
|
965
|
+
* the content is taller, which is the case this exists to stop. */
|
|
966
|
+
.kol-row--fixed {
|
|
967
|
+
height: var(--kol-row-h);
|
|
968
|
+
min-height: var(--kol-row-h);
|
|
969
|
+
}
|
|
970
|
+
|
|
959
971
|
/* the divider is its OWN longhand, declared after the shorthand above so it
|
|
960
972
|
* wins on order — `default`'s bottom rule is not the same thing as a framed
|
|
961
973
|
* variant's border, and one property cannot carry both. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.113.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",
|