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