@kolkrabbi/kol-theme 0.52.0 → 0.52.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.
@@ -693,7 +693,6 @@
693
693
  * .kol-sidenav-hop-label label slot — collapses to display:none in
694
694
  * rail mode (responsive cascade in framework.css)
695
695
  * .kol-sidenav-link nav link with active-dot indicator
696
- * .kol-sidenav-group small vertical wrapper
697
696
  *
698
697
  * Layout/sizing/responsive collapse rules stay in kol-framework.css
699
698
  * (they're page-grid concerns, not component chrome).
@@ -727,9 +726,11 @@
727
726
  color: var(--kol-accent-primary);
728
727
  }
729
728
 
730
- .kol-sidenav-group {
731
- padding: 4px 0 4px;
732
- }
729
+ /* .kol-sidenav-group — RETIRED here 0.52.1 (sidenav-nested-groups): the
730
+ * elder's `padding: 4px 0` wrapper, dead since the 2026-08-09 port dropped
731
+ * group rendering. The group's box now lives in kol-framework.css beside the
732
+ * hop and list rules; a consumer that nests the framework import under the
733
+ * theme's layer (the showcase does) had this rule outranking that one. */
733
734
 
734
735
  /* The rail leaf had NO focus treatment at all (ThreeColumnEditorShell §3,
735
736
  * kol-fxr 2026-08-15) — only .is-active and its dot — so it fell through to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.52.0",
3
+ "version": "0.52.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",