@htmlbricks/hb-sidenav-button 0.65.22 → 0.65.23

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/manifest.json +5 -4
  2. package/package.json +2 -2
package/manifest.json CHANGED
@@ -112,7 +112,7 @@
112
112
  }
113
113
  }
114
114
  },
115
- "description": "",
115
+ "description": "Compact sidebar row as a nav button: optional Bootstrap icon, badge, or visual types (switch, checkbox, radio) from navlink JSON; dispatches pageChange with the row key on click. Used by sidebar-cards-navigator and similar stacked menus.",
116
116
  "storybookArgs": {
117
117
  "nav_type": {
118
118
  "control": {
@@ -235,12 +235,13 @@
235
235
  ],
236
236
  "readmePath": "README.md",
237
237
  "name": "hb-sidenav-button",
238
- "category": "basic",
238
+ "category": "layout",
239
239
  "tags": [
240
- "basic"
240
+ "layout",
241
+ "navigation"
241
242
  ],
242
243
  "size": {},
243
244
  "iifePath": "main.iife.js",
244
245
  "repoName": "@htmlbricks/hb-sidenav-button",
245
- "version": "0.65.22"
246
+ "version": "0.65.23"
246
247
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-sidenav-button",
3
- "version": "0.65.22",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Compact sidebar row as a nav button: optional Bootstrap icon, badge, or visual types (switch, checkbox, radio) from navlink JSON; dispatches pageChange with the row key on click. Used by sidebar-cards-navigator and similar stacked menus.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",