@kolkrabbi/kol-theme 0.32.0 → 0.32.1

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.
@@ -221,6 +221,12 @@
221
221
  letter-spacing: 0.04em;
222
222
  }
223
223
 
224
+ /* DATA CHIPS RENDER VERBATIM (2026-08-09). The uppercase above exists for
225
+ * LABEL strings with no authoring site (frontmatter tags). A filename is
226
+ * DATA — transforming it misquotes it (certificate.pdf ≠ CERTIFICATE.PDF).
227
+ * FieldRow's file token wears this; any chip carrying user data should. */
228
+ .kol-tag.kol-tag--data { text-transform: none; letter-spacing: normal; }
229
+
224
230
  /* PADDING ONLY. Type is the kol-helper-* ramp, applied at the call site
225
231
  * (Tag.jsx) — these rules used to hardcode font-size + font-weight and set no
226
232
  * line-height, so a 10px chip inherited the body's ~1.5 and stood 22px tall
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.32.0",
3
+ "version": "0.32.1",
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",