@htmlbricks/hb-sidebar-desktop 0.74.0 → 0.76.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 +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -847,7 +847,7 @@
|
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
849
|
],
|
|
850
|
-
"iifeIntegrity": "sha384-
|
|
850
|
+
"iifeIntegrity": "sha384-IeKBeYrNIYHas3ylqA3pkbBqjDgZx8fdwxYj83hhA1YLEqEl/32eissTAl/ueCSV",
|
|
851
851
|
"dependencies": [
|
|
852
852
|
{
|
|
853
853
|
"name": "hb-sidenav-link",
|
|
@@ -873,5 +873,5 @@
|
|
|
873
873
|
"size": {},
|
|
874
874
|
"iifePath": "main.iife.js",
|
|
875
875
|
"repoName": "@htmlbricks/hb-sidebar-desktop",
|
|
876
|
-
"version": "0.
|
|
876
|
+
"version": "0.76.0"
|
|
877
877
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-sidebar-desktop",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.76.0",
|
|
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": [
|