@htmlbricks/hb-sidebar-cards-navigator 0.71.34 → 0.71.35
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/README.md +1 -1
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -8
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -327,12 +327,7 @@
|
|
|
327
327
|
]
|
|
328
328
|
},
|
|
329
329
|
"contributors": [],
|
|
330
|
-
"htmlSlots": [
|
|
331
|
-
{
|
|
332
|
-
"name": "skelcontent",
|
|
333
|
-
"description": "test slot"
|
|
334
|
-
}
|
|
335
|
-
],
|
|
330
|
+
"htmlSlots": [],
|
|
336
331
|
"i18n": [],
|
|
337
332
|
"examples": [
|
|
338
333
|
{
|
|
@@ -500,7 +495,7 @@
|
|
|
500
495
|
}
|
|
501
496
|
}
|
|
502
497
|
],
|
|
503
|
-
"iifeIntegrity": "sha384-
|
|
498
|
+
"iifeIntegrity": "sha384-GautXK1Uaqnq8JdFD+GlOOsg7DDz1VmkmbNvoGz+6OrB8GSYCuIhjC1wnzwrruOJ",
|
|
504
499
|
"dependencies": [
|
|
505
500
|
{
|
|
506
501
|
"name": "hb-navbar",
|
|
@@ -535,5 +530,5 @@
|
|
|
535
530
|
"size": {},
|
|
536
531
|
"iifePath": "main.iife.js",
|
|
537
532
|
"repoName": "@htmlbricks/hb-sidebar-cards-navigator",
|
|
538
|
-
"version": "0.71.
|
|
533
|
+
"version": "0.71.35"
|
|
539
534
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-sidebar-cards-navigator",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.35",
|
|
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": [
|