@kolkrabbi/kol-theme 0.13.6 → 0.13.7

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.
@@ -894,6 +894,13 @@ a:hover .icon-hover,
894
894
  padding: 0;
895
895
  }
896
896
 
897
+ /* Radius (2026-07-30 ruling): either the system's 4px or a full round, nothing
898
+ * between. `sm` is the default and carries no class — it's on .kol-icon-frame
899
+ * above. `full` is a deliberate exception to the hard 4px repo invariant,
900
+ * because a round frame is its own chrome idiom (edge-straddling controls,
901
+ * avatars, status dots) rather than a radius tweak. */
902
+ .kol-icon-frame-radius-full { border-radius: 9999px; }
903
+
897
904
  /* pinned squares — the box never moves with glyph size (user law 2026-07-28) */
898
905
  .kol-icon-frame-sm { width: 28px; height: 28px; }
899
906
  .kol-icon-frame-md { width: 32px; height: 32px; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.13.6",
3
+ "version": "0.13.7",
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",