@kolkrabbi/kol-theme 0.11.21 → 0.11.23

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.
@@ -823,23 +823,8 @@ a:hover .icon-hover,
823
823
  margin-block: 2rem;
824
824
  }
825
825
 
826
- .kol-caption-label {
827
- font-family: var(--kol-font-family-mono);
828
- font-size: 12px;
829
- font-weight: 500;
830
- letter-spacing: 0.05em;
831
- color: color-mix(in srgb, var(--kol-surface-on-primary) 48%, transparent);
832
- margin-block-end: 0.5rem;
833
- }
834
-
835
- .kol-caption-text {
836
- font-family: var(--kol-font-family-mono);
837
- font-size: 14px;
838
- font-weight: 400;
839
- line-height: 140%;
840
- color: color-mix(in srgb, var(--kol-surface-on-primary) 64%, transparent);
841
- margin-block-start: 0.75rem;
842
- }
826
+ /* .kol-caption-label / .kol-caption-text retired 2026-07-28 — Figure rides
827
+ * the kol-doc-eyebrow / kol-doc-caption roles (one caption definition). */
843
828
 
844
829
  /* ── target-file: packages/theme/kol-components-atoms.css ──────────────
845
830
  * Append directly after the .kol-btn-quiet block
@@ -75,7 +75,6 @@
75
75
  font-weight: 500;
76
76
  line-height: 100%;
77
77
  letter-spacing: 0.08em;
78
- text-transform: uppercase;
79
78
  }
80
79
 
81
80
  .kol-combo-number {
@@ -198,7 +197,6 @@
198
197
  font-weight: 500;
199
198
  letter-spacing: 0.08em;
200
199
  line-height: 100%;
201
- text-transform: uppercase;
202
200
  color: white;
203
201
  pointer-events: none;
204
202
  }
@@ -363,7 +361,6 @@
363
361
 
364
362
  .kol-combo-swatch-hex {
365
363
  font-family: var(--kol-font-family-mono, monospace);
366
- text-transform: uppercase;
367
364
  }
368
365
 
369
366
  .kol-combo-summary { margin-top: 16px; }
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.23",
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",