@kolkrabbi/kol-theme 0.11.22 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.11.22",
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",