@kolkrabbi/kol-theme 0.11.21 → 0.11.22

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 CHANGED
@@ -72,12 +72,11 @@
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 */
75
+ /* Content widths (2026-07-28) — ONE frame, two inner caps (chess law).
76
+ * Every page: mx-auto max-w-shell + the one padding rhythm, content
77
+ * LEFT-ANCHORED inside. Width is a content decision, never a page identity:
78
+ * column caps reading blocks, measure caps running text. Nothing else. */
78
79
  --kol-content-shell: 1800px;
79
- --kol-content-page: 1400px;
80
- --kol-content-wide: 1024px;
81
80
  --kol-content-column: 768px;
82
81
  --kol-content-measure: 65ch;
83
82
 
@@ -64,7 +64,8 @@
64
64
  max-width: var(--kol-content-measure);
65
65
  }
66
66
 
67
- /* body — doc running copy one rung under the lede. */
67
+ /* body — doc running copy one rung under the lede. Running text self-caps
68
+ * at the measure (one-frame law: text never runs the full shell). */
68
69
  .kol-doc-body {
69
70
  font-family: var(--kol-font-family-sans);
70
71
  font-size: var(--kol-text-body-02);
@@ -72,6 +73,7 @@
72
73
  font-weight: 400;
73
74
  letter-spacing: 0.04em;
74
75
  color: var(--kol-fg-body);
76
+ max-width: var(--kol-content-measure);
75
77
  }
76
78
 
77
79
  /* ── Content furniture — twinned with prose (one rule, two entry points) ── */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.11.21",
3
+ "version": "0.11.22",
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",