@kolkrabbi/kol-shell 0.13.1 → 0.13.2

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/src/AppShell.jsx +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-shell",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "private": false,
5
5
  "description": "KOL application shell — fixed 48px NavRail + AppShell layout root, PageShell/PageHeader scaffolds, ContentFilters catalog organism, GridCard, SettingsScaffold, WalkthroughPanel, ShortcutsOverlay. App chrome (kol-framework owns site chrome). Nav items, content, shortcuts and settings are consumer-injected. Sits above @kolkrabbi/kol-{theme,component,framework}.",
6
6
  "license": "MIT",
@@ -20,9 +20,9 @@
20
20
  "react-dom": "^18.3.0 || ^19.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@kolkrabbi/kol-framework": "^0.33.0",
24
- "@kolkrabbi/kol-icons": "^0.24.0",
25
23
  "@kolkrabbi/kol-component": "^0.118.3",
24
+ "@kolkrabbi/kol-icons": "^0.24.0",
25
+ "@kolkrabbi/kol-framework": "^0.33.0",
26
26
  "@kolkrabbi/kol-theme": "^0.80.0"
27
27
  },
28
28
  "files": [
package/src/AppShell.jsx CHANGED
@@ -19,6 +19,11 @@ import TouchDeviceOverlay, { useTouchPrimary } from './TouchDeviceOverlay.jsx'
19
19
  * fixed rail + `margin-left` offset is gone. `--kol-shell-rail-width`
20
20
  * (kol-theme ≥0.80.0) is LIVE — the sidenav's width in its current state —
21
21
  * for consumers that offset a fixed element by it; hidden rail = `0px`.
22
+ * REQUIRES `@kolkrabbi/kol-framework/kol-framework.css` imported after the
23
+ * theme (kol-mirror's bump, 2026-08-28): the grid, the sidenav's box and
24
+ * collapse rules and its width tokens live there, not in kol-theme — without
25
+ * it the root is `display: block` and the rail is a horizontal bar, with a
26
+ * green build and a clean console.
22
27
  *
23
28
  * @param {Array} props.items nav items `{ icon, path, label }`
24
29
  * @param {Array} props.bottomItems items pinned below the theme toggle