@kolkrabbi/kol-theme 0.135.0 → 0.136.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 +10 -1
- package/package.json +1 -1
package/kol-components-shell.css
CHANGED
|
@@ -64,7 +64,16 @@
|
|
|
64
64
|
* real difference between a shell page and a `.kol-page`, and it is a prop
|
|
65
65
|
* now so a site adopting the shipped catalog page does not silently get app
|
|
66
66
|
* geometry. */
|
|
67
|
-
.kol-shell-page--capped {
|
|
67
|
+
.kol-shell-page--capped {
|
|
68
|
+
max-width: var(--kol-container-max, none);
|
|
69
|
+
margin-inline: auto;
|
|
70
|
+
width: 100%;
|
|
71
|
+
/* the site tier's VERTICAL rung too: `.kol-page` pads `64px` block, and a
|
|
72
|
+
* capped page beside twenty `.kol-page` siblings sat 16px higher on the 48
|
|
73
|
+
* gutter (kol-client-olina 2026-09-03, on the link). Verbatim to `.kol-page`;
|
|
74
|
+
* the app tier (bleed) keeps its 48 — every monitor / mirror / fxr page. */
|
|
75
|
+
padding-block: 64px;
|
|
76
|
+
}
|
|
68
77
|
/* PageBleed — cancels the gutter for a full-width embed (monitor's rack) */
|
|
69
78
|
.kol-shell-page-bleed { margin-inline: calc(var(--kol-shell-page-pad) * -1); }
|
|
70
79
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.136.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",
|