@kolkrabbi/kol-theme 0.18.0 → 0.18.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.
@@ -892,8 +892,16 @@ a:hover .icon-hover,
892
892
  * between. `sm` is the default and carries no class — it's on .kol-icon-frame
893
893
  * above. `full` is a deliberate exception to the hard 4px repo invariant,
894
894
  * because a round frame is its own chrome idiom (edge-straddling controls,
895
- * avatars, status dots) rather than a radius tweak. */
896
- .kol-icon-frame-radius-full { border-radius: 9999px; }
895
+ * avatars, status dots) rather than a radius tweak.
896
+ *
897
+ * Shared with `.kol-btn-radius-full` (component 0.20.0): Button gained the same
898
+ * two-value `radius` prop, and an icon-only Button IS this control with states.
899
+ * ONE rule rather than a second copy of the value — no --kol-* token holds a
900
+ * full round today (checked, zero hits), and inventing one for a single value
901
+ * used by one rule adds a name without adding a source of truth. If such a
902
+ * token ever lands beside --kol-radius-sm, this one selector reads it. */
903
+ .kol-icon-frame-radius-full,
904
+ .kol-btn-radius-full { border-radius: 9999px; }
897
905
 
898
906
  /* pinned squares — the box never moves with glyph size (user law 2026-07-28) */
899
907
  .kol-icon-frame-sm { width: 28px; height: 28px; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.18.0",
3
+ "version": "0.18.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",