@htmlbricks/hb-layout-desktop 0.76.2 → 0.76.3
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 +2 -0
- package/main.iife.js +7 -2
- package/main.iife.js.map +1 -1
- package/manifest.json +14 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -749,6 +749,18 @@
|
|
|
749
749
|
"defaultValue": "",
|
|
750
750
|
"description": "Max height for brand / avatar images inside the forwarded `hb-navbar`."
|
|
751
751
|
},
|
|
752
|
+
{
|
|
753
|
+
"name": "--hb-layout-navbar-background",
|
|
754
|
+
"valueType": "color",
|
|
755
|
+
"defaultValue": "",
|
|
756
|
+
"description": "Optional override for nested `hb-navbar` background (inherits into shadow descendants)."
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"name": "--hb-layout-sidebar-background",
|
|
760
|
+
"valueType": "color",
|
|
761
|
+
"defaultValue": "",
|
|
762
|
+
"description": "Optional override for nested `hb-sidebar-desktop` background (desktop column and offcanvas)."
|
|
763
|
+
},
|
|
752
764
|
{
|
|
753
765
|
"name": "--bulma-text",
|
|
754
766
|
"valueType": "color",
|
|
@@ -1365,7 +1377,7 @@
|
|
|
1365
1377
|
}
|
|
1366
1378
|
}
|
|
1367
1379
|
],
|
|
1368
|
-
"iifeIntegrity": "sha384-
|
|
1380
|
+
"iifeIntegrity": "sha384-D0qVQDq3rOgCP6z3gMeoYNRrDHQvHXhs759/VcedMWw7QNbC/zk3XbwcZZ5Z29o4",
|
|
1369
1381
|
"dependencies": [
|
|
1370
1382
|
{
|
|
1371
1383
|
"name": "hb-footer",
|
|
@@ -1439,5 +1451,5 @@
|
|
|
1439
1451
|
},
|
|
1440
1452
|
"iifePath": "main.iife.js",
|
|
1441
1453
|
"repoName": "@htmlbricks/hb-layout-desktop",
|
|
1442
|
-
"version": "0.76.
|
|
1454
|
+
"version": "0.76.3"
|
|
1443
1455
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-layout-desktop",
|
|
3
|
-
"version": "0.76.
|
|
3
|
+
"version": "0.76.3",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Desktop layout with top navbar, optional left sidebar (sidebar-desktop) when navigation links are present, main page area, optional cookie-law banner, and footer. The host is fixed to the viewport height (100dvh) so tall slotted content cannot grow the shell or stretch the sidebar; the sidebar rail never exceeds that band. Without `single_screen`, the page column scrolls and includes the cookie banner and footer after the slot; the slot region flexes so slot plus footer (and optional cookie) fill at least the scroll viewport, keeping the footer at the bottom when page content is short. With `single_screen`, cookie and footer sit fixed at the bottom of the main column (always visible) and only the page slot area scrolls; with footer.type auto the footer uses the compact (small) variant. The main row uses CSS Grid (sidebar track + page).",
|
|
6
6
|
"licenses": [
|