@htmlbricks/hb-navbar 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/main.iife.js +2 -2
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -3
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
|
-
"description": "",
|
|
143
|
+
"description": "Top navigation bar with optional hamburger to toggle an offcanvas menu, brand name and logo, slottable left, center, and right areas, and an optional user avatar dropdown (hb-dropdown-simple) with item click events.",
|
|
144
144
|
"storybookArgs": {
|
|
145
145
|
"_testInnerHtml": {
|
|
146
146
|
"control": {
|
|
@@ -245,12 +245,13 @@
|
|
|
245
245
|
"name": "hb-navbar",
|
|
246
246
|
"category": "layout",
|
|
247
247
|
"tags": [
|
|
248
|
-
"layout"
|
|
248
|
+
"layout",
|
|
249
|
+
"navigation"
|
|
249
250
|
],
|
|
250
251
|
"size": {
|
|
251
252
|
"layout": "fullscreen"
|
|
252
253
|
},
|
|
253
254
|
"iifePath": "main.iife.js",
|
|
254
255
|
"repoName": "@htmlbricks/hb-navbar",
|
|
255
|
-
"version": "0.
|
|
256
|
+
"version": "0.66.0"
|
|
256
257
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-navbar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Top navigation bar with optional hamburger to toggle an offcanvas menu, brand name and logo, slottable left, center, and right areas, and an optional user avatar dropdown (hb-dropdown-simple) with item click events.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|