@kolkrabbi/kol-theme 0.11.19 → 0.11.20
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-theme.css +9 -0
- package/package.json +1 -1
package/kol-theme.css
CHANGED
|
@@ -72,6 +72,15 @@
|
|
|
72
72
|
--kol-spacing-gap-md: var(--kol-spacing-4);
|
|
73
73
|
--kol-spacing-gap-lg: var(--kol-spacing-6);
|
|
74
74
|
|
|
75
|
+
/* Content-width tiers (2026-07-28) — THE page-width system. One shell
|
|
76
|
+
* container per page, inner content picks a tier; no page invents a number.
|
|
77
|
+
* shell 1800 · page 1400 · wide 1024 · column 768 · measure 65ch */
|
|
78
|
+
--kol-content-shell: 1800px;
|
|
79
|
+
--kol-content-page: 1400px;
|
|
80
|
+
--kol-content-wide: 1024px;
|
|
81
|
+
--kol-content-column: 768px;
|
|
82
|
+
--kol-content-measure: 65ch;
|
|
83
|
+
|
|
75
84
|
/* Border radius (4px increments) */
|
|
76
85
|
--kol-radius-none: 0;
|
|
77
86
|
--kol-radius-sm: 4px;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kolkrabbi/kol-theme",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.20",
|
|
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",
|