@htmlbricks/hb-sidebar-desktop 0.73.5 → 0.74.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 +7 -6
- package/main.iife.js.map +1 -1
- package/manifest.json +9 -3
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -396,7 +396,13 @@
|
|
|
396
396
|
"name": "--bulma-block-spacing",
|
|
397
397
|
"valueType": "number",
|
|
398
398
|
"defaultValue": "0.75rem",
|
|
399
|
-
"description": "
|
|
399
|
+
"description": "Bulma block spacing token; used for `margin-block-start` on `.hb-sidebar-brand` under the title row."
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "--hb-sidebar-host-width",
|
|
403
|
+
"valueType": "number",
|
|
404
|
+
"defaultValue": "14rem",
|
|
405
|
+
"description": "Fixed width of the host sidebar column (`:host` flex child in typical shells)."
|
|
400
406
|
},
|
|
401
407
|
{
|
|
402
408
|
"name": "--bulma-border",
|
|
@@ -841,7 +847,7 @@
|
|
|
841
847
|
}
|
|
842
848
|
}
|
|
843
849
|
],
|
|
844
|
-
"iifeIntegrity": "sha384-
|
|
850
|
+
"iifeIntegrity": "sha384-mmFLaik61h+KeCBd3pLt2UI/GXZ/PssxjKdNJ7JL6qUdItdMZF+GGF2AV2bp31b6",
|
|
845
851
|
"dependencies": [
|
|
846
852
|
{
|
|
847
853
|
"name": "hb-sidenav-link",
|
|
@@ -867,5 +873,5 @@
|
|
|
867
873
|
"size": {},
|
|
868
874
|
"iifePath": "main.iife.js",
|
|
869
875
|
"repoName": "@htmlbricks/hb-sidebar-desktop",
|
|
870
|
-
"version": "0.
|
|
876
|
+
"version": "0.74.0"
|
|
871
877
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-sidebar-desktop",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.74.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": [
|