@htmlbricks/hb-sidebar-cards-navigator 0.66.3 → 0.66.5
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 +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -458,6 +458,7 @@
|
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
],
|
|
461
|
+
"iifeIntegrity": "sha384-1/1YZi1j1+qUb569O0Mp9K5FKJuUMRun5xuoA0uti8WDFsqJ7Z+GMz6nEhKMX/mf",
|
|
461
462
|
"screenshots": [],
|
|
462
463
|
"licenses": [
|
|
463
464
|
{
|
|
@@ -477,5 +478,5 @@
|
|
|
477
478
|
"size": {},
|
|
478
479
|
"iifePath": "main.iife.js",
|
|
479
480
|
"repoName": "@htmlbricks/hb-sidebar-cards-navigator",
|
|
480
|
-
"version": "0.66.
|
|
481
|
+
"version": "0.66.5"
|
|
481
482
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-sidebar-cards-navigator",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.5",
|
|
4
4
|
"contributors": [],
|
|
5
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": [
|