@kolkrabbi/kol-theme 0.99.0 → 0.100.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 +11 -0
- package/package.json +1 -1
|
@@ -1031,6 +1031,17 @@
|
|
|
1031
1031
|
width: auto;
|
|
1032
1032
|
height: var(--kol-row-thumb);
|
|
1033
1033
|
}
|
|
1034
|
+
/* WHICH AXIS PAYS for a non-square ratio (RowRungAndFillThumb, kol-website
|
|
1035
|
+
* 2026-08-30). The 08-30 ruling above made the rung the HEIGHT unconditionally,
|
|
1036
|
+
* so an A-series thumb on a 168 row went 136×136 → 96×136: the ratio came out
|
|
1037
|
+
* of the width, and the width is what sets a listing's rhythm against the rest
|
|
1038
|
+
* of the page. That was a ruling where a choice belonged — `ratioAxis="height"`
|
|
1039
|
+
* holds the width at the rung and lets the thumb grow taller instead
|
|
1040
|
+
* (136×192). Default is unchanged, so nothing that exists moves. */
|
|
1041
|
+
.kol-row > .kol-row-thumb.is-fill.pays-height {
|
|
1042
|
+
width: var(--kol-row-thumb);
|
|
1043
|
+
height: auto;
|
|
1044
|
+
}
|
|
1034
1045
|
|
|
1035
1046
|
/* CONTAINER query, not a viewport one (2026-08-15). The row steps on the width
|
|
1036
1047
|
* of the WALL it sits in, for exactly the reason the card-wall law gives: the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.100.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",
|