@htmlbricks/hb-sidebar-desktop 0.73.4 → 0.73.7
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 +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
}
|
|
842
842
|
}
|
|
843
843
|
],
|
|
844
|
-
"iifeIntegrity": "sha384-
|
|
844
|
+
"iifeIntegrity": "sha384-lqt/yNNfvBi0deNR0+pYY0ElwHxwtbeCllKvLK412FW/WL8E7JgFI8gX8lg6AVc7",
|
|
845
845
|
"dependencies": [
|
|
846
846
|
{
|
|
847
847
|
"name": "hb-sidenav-link",
|
|
@@ -867,5 +867,5 @@
|
|
|
867
867
|
"size": {},
|
|
868
868
|
"iifePath": "main.iife.js",
|
|
869
869
|
"repoName": "@htmlbricks/hb-sidebar-desktop",
|
|
870
|
-
"version": "0.73.
|
|
870
|
+
"version": "0.73.7"
|
|
871
871
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-sidebar-desktop",
|
|
3
|
-
"version": "0.73.
|
|
3
|
+
"version": "0.73.7",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Fixed-width desktop sidebar: optional company logo and title, header/footer slots, optional language menu (i18nlanguages + i18nlang) beside the Bulma theme switch (light / dark / system), and a nav list built from hb-sidenav-link entries with optional JSON groups (Bulma layout, menu labels, light background). Parses navlinks and groups from strings; emits pageChange when a link selects a page, themeChange when the user picks a theme (host applies document hooks such as data-theme on html/body), and languageChange { code } when a language is chosen (host updates i18nlang on hb-layout or equivalent).",
|
|
6
6
|
"licenses": [
|