@kolkrabbi/kol-theme 0.11.16 → 0.11.17

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.
@@ -53,14 +53,13 @@
53
53
  color: var(--kol-fg-emphasis);
54
54
  }
55
55
 
56
- /* lede — the descriptive paragraph under a heading. +0.02em = the prose
57
- * reading-voice tracking for Right Grotesk (parity with .kol-prose). */
56
+ /* lede — the descriptive paragraph under a heading. +0.04em tracking (user-tuned up from the prose 0.02em). */
58
57
  .kol-doc-lede {
59
58
  font-family: var(--kol-font-family-sans);
60
59
  font-size: var(--kol-text-body-01);
61
60
  line-height: 160%;
62
61
  font-weight: 400;
63
- letter-spacing: 0.02em;
62
+ letter-spacing: 0.04em;
64
63
  color: var(--kol-fg-body);
65
64
  max-width: 65ch;
66
65
  }
@@ -71,7 +70,7 @@
71
70
  font-size: var(--kol-text-body-02);
72
71
  line-height: 160%;
73
72
  font-weight: 400;
74
- letter-spacing: 0.02em;
73
+ letter-spacing: 0.04em;
75
74
  color: var(--kol-fg-body);
76
75
  }
77
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.11.16",
3
+ "version": "0.11.17",
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",