@kolkrabbi/kol-theme 0.139.0 → 0.140.0

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.
@@ -47,6 +47,18 @@
47
47
  * untouched; the vertical goes, because the flex box centres the label. */
48
48
  /* 22/26/32/40 since 2026-09-02 — one height per size, so the trigger, the
49
49
  * IconFrame and the Input on a row are the same box (see .kol-btn-icon). */
50
+ /* ICON-ONLY TRIGGER (editor-set-is-behind-its-source, kol-fxr 2026-09-03). The
51
+ * square comes from `.kol-btn-icon` (22/26/32/40, padding 0) and this only has
52
+ * to undo the text trigger's own layout: `width: 100%` would stretch the square
53
+ * across its column, and `space-between` would push a lone glyph to one edge.
54
+ * A tool-rail dropdown is then the same box as the icon button beside it —
55
+ * which is the whole reason fxr's ToolPalette hand-rolled a trigger instead. */
56
+ .kol-dd-trigger--icon {
57
+ width: auto;
58
+ justify-content: center;
59
+ gap: 0;
60
+ position: relative;
61
+ }
50
62
  .kol-dd-trigger.kol-btn-xs { height: 22px; padding-block: 0; }
51
63
  .kol-dd-trigger.kol-btn-sm { height: 26px; padding-block: 0; }
52
64
  .kol-dd-trigger.kol-btn-md { height: 32px; padding-block: 0; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.139.0",
3
+ "version": "0.140.0",
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",