@kolkrabbi/kol-theme 0.11.22 → 0.11.24

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.
@@ -233,13 +233,12 @@
233
233
  line-height: 0;
234
234
  }
235
235
  /* Icon-only is a GEOMETRY condition, not a variant (2026-07-28, user-ordered):
236
- * a lone glyph gets a SQUARE box in every variant the rung's vertical pad on
237
- * all four sides (sm 24 / md 30 / lg 36 outer = the text-button height of the
238
- * same rung, so mixed rows line up). Kills the pill shape the horizontal rung
239
- * padding produced on icon-only buttons. */
240
- .kol-btn-icon.kol-btn-sm { padding: 4px; }
241
- .kol-btn-icon.kol-btn-md { padding: 6px; }
242
- .kol-btn-icon.kol-btn-lg { padding: 8px; }
236
+ * a lone glyph gets a PINNED SQUARE per rung sm 28 / md 32 / lg 36 — equal to
237
+ * the rung's button height and independent of glyph size (padding-derived
238
+ * squares drifted with icon size; user law: the box never moves). */
239
+ .kol-btn-icon.kol-btn-sm { width: 28px; height: 28px; padding: 0; }
240
+ .kol-btn-icon.kol-btn-md { width: 32px; height: 32px; padding: 0; }
241
+ .kol-btn-icon.kol-btn-lg { width: 36px; height: 36px; padding: 0; }
243
242
 
244
243
  .kol-btn-primary {
245
244
  background: var(--kol-surface-secondary);
@@ -823,23 +822,8 @@ a:hover .icon-hover,
823
822
  margin-block: 2rem;
824
823
  }
825
824
 
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
- }
825
+ /* .kol-caption-label / .kol-caption-text retired 2026-07-28 — Figure rides
826
+ * the kol-doc-eyebrow / kol-doc-caption roles (one caption definition). */
843
827
 
844
828
  /* ── target-file: packages/theme/kol-components-atoms.css ──────────────
845
829
  * 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.24",
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",