@kolkrabbi/kol-theme 0.117.0 → 0.118.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-shell.css +8 -2
- package/package.json +1 -1
package/kol-components-shell.css
CHANGED
|
@@ -17,8 +17,14 @@
|
|
|
17
17
|
* the rail mounts. 0.80.0–0.87.x had it derive from the sidenav tokens,
|
|
18
18
|
* while the rail WAS a collapsed SideNav; that is reversed. */
|
|
19
19
|
--kol-shell-rail-width: 48px;
|
|
20
|
-
/* Page gutter — PageShell's padding and PageBleed's negative margin.
|
|
21
|
-
|
|
20
|
+
/* Page gutter — PageShell's padding and PageBleed's negative margin.
|
|
21
|
+
* RESPONSIVE (ShellPagePadFixedOnMobile, kol-chess 2026-09-01): fixed 48 put
|
|
22
|
+
* 96px of gutter on a 390 phone — 24.6% of the viewport — and set Settings
|
|
23
|
+
* ~35pt from the edge while every .kol-page sibling sat ~15pt. The floor is
|
|
24
|
+
* 20, the estate's px-5 mobile floor; 5vw reaches 48 at 960 and desktop does
|
|
25
|
+
* not move. PageBleed's negative margin reads the same token, so the pair
|
|
26
|
+
* cannot drift. */
|
|
27
|
+
--kol-shell-page-pad: clamp(20px, 5vw, 48px);
|
|
22
28
|
}
|
|
23
29
|
|
|
24
30
|
/* ── NavRail ────────────────────────────────────────────────────────────── */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.118.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",
|