@htmlbricks/hb-sidenav-link 0.65.20 → 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
@@ -110,7 +110,7 @@
110
110
  }
111
111
  }
112
112
  },
113
- "description": "",
113
+ "description": "Sidebar nav item: Bootstrap icon, label, optional badge, and either a flat link that dispatches pageChange on click or an expandable group of subLinks with active state when navpage or selected matches. Intended for use inside sidebar-desktop lists.",
114
114
  "storybookArgs": {
115
115
  "navpage": {
116
116
  "control": {
@@ -204,12 +204,13 @@
204
204
  ],
205
205
  "readmePath": "README.md",
206
206
  "name": "hb-sidenav-link",
207
- "category": "basic",
207
+ "category": "layout",
208
208
  "tags": [
209
- "basic"
209
+ "layout",
210
+ "navigation"
210
211
  ],
211
212
  "size": {},
212
213
  "iifePath": "main.iife.js",
213
214
  "repoName": "@htmlbricks/hb-sidenav-link",
214
- "version": "0.65.20"
215
+ "version": "0.65.23"
215
216
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-sidenav-link",
3
- "version": "0.65.20",
3
+ "version": "0.65.23",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Sidebar nav item: Bootstrap icon, label, optional badge, and either a flat link that dispatches pageChange on click or an expandable group of subLinks with active state when navpage or selected matches. Intended for use inside sidebar-desktop lists.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",