@htmlbricks/hb-sidebar-cards-navigator 0.65.22 → 0.66.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.
package/manifest.json CHANGED
@@ -306,7 +306,7 @@
306
306
  }
307
307
  }
308
308
  },
309
- "description": "",
309
+ "description": "Stacked sidebar navigator: picks an active panel from JSON panels (main or first without parent), shows hb-navbar with back when parentPanelId exists, then cards of rows rendered as hb-sidenav-button. Emits itemClick with panel, card and row context; rows can switch panels via switchToPanelId.",
310
310
  "storybookArgs": {
311
311
  "panels": {
312
312
  "control": {
@@ -471,10 +471,11 @@
471
471
  "name": "hb-sidebar-cards-navigator",
472
472
  "category": "layout",
473
473
  "tags": [
474
- "layout"
474
+ "layout",
475
+ "navigation"
475
476
  ],
476
477
  "size": {},
477
478
  "iifePath": "main.iife.js",
478
479
  "repoName": "@htmlbricks/hb-sidebar-cards-navigator",
479
- "version": "0.65.22"
480
+ "version": "0.66.0"
480
481
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-sidebar-cards-navigator",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Stacked sidebar navigator: picks an active panel from JSON panels (main or first without parent), shows hb-navbar with back when parentPanelId exists, then cards of rows rendered as hb-sidenav-button. Emits itemClick with panel, card and row context; rows can switch panels via switchToPanelId.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",