@htmlbricks/hb-layout-desktop 0.71.35 → 0.71.36

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/manifest.json CHANGED
@@ -767,25 +767,49 @@
767
767
  "name": "--hb-layout-desktop-sidebar-width",
768
768
  "valueType": "htmlsize",
769
769
  "defaultValue": "240px",
770
- "description": "Width of the left sidebar column in the main grid (default 240px)."
770
+ "description": "Width of the left sidebar column in the main CSS grid (first track; default `240px`)."
771
+ },
772
+ {
773
+ "name": "--bulma-navbar-item-img-max-height",
774
+ "valueType": "htmlsize",
775
+ "defaultValue": "",
776
+ "description": "Max height for brand / avatar images inside the forwarded `hb-navbar`."
777
+ },
778
+ {
779
+ "name": "--bulma-text",
780
+ "valueType": "color",
781
+ "defaultValue": "",
782
+ "description": "Primary text in navbar, sidebar links, and page chrome."
783
+ },
784
+ {
785
+ "name": "--bulma-background",
786
+ "valueType": "color",
787
+ "defaultValue": "",
788
+ "description": "Shell background behind columns and slots."
789
+ },
790
+ {
791
+ "name": "--bulma-border",
792
+ "valueType": "color",
793
+ "defaultValue": "",
794
+ "description": "Low-contrast separators between shell regions."
771
795
  }
772
796
  ],
773
797
  "parts": [
774
798
  {
775
799
  "name": "footer",
776
- "description": ""
800
+ "description": "Footer region from `hb-footer` at the bottom of the desktop column."
777
801
  },
778
802
  {
779
803
  "name": "container",
780
- "description": ""
804
+ "description": "Root flex column pinning navbar, grid row, and optional overlays."
781
805
  },
782
806
  {
783
807
  "name": "navbar",
784
- "description": ""
808
+ "description": "Top `hb-navbar` strip (dropdowns, slots, user menu)."
785
809
  },
786
810
  {
787
811
  "name": "page",
788
- "description": ""
812
+ "description": "Main content column beside the optional sidebar; primary scroll surface."
789
813
  }
790
814
  ]
791
815
  },
@@ -793,15 +817,15 @@
793
817
  "htmlSlots": [
794
818
  {
795
819
  "name": "nav-center-slot",
796
- "description": ""
820
+ "description": "Forwarded into the navbar center section (titles or inline controls)."
797
821
  },
798
822
  {
799
823
  "name": "nav-right-slot",
800
- "description": ""
824
+ "description": "Forwarded into the navbar end section (actions, user avatar menu)."
801
825
  },
802
826
  {
803
827
  "name": "page",
804
- "description": ""
828
+ "description": "Routed view body inside the desktop main column."
805
829
  }
806
830
  ],
807
831
  "i18n": [
@@ -1362,12 +1386,12 @@
1362
1386
  "cookielaw": "yes",
1363
1387
  "cookielawlanguage": "en",
1364
1388
  "cookielawuri4more": "https://example.com/privacy",
1365
- "cookielawallowdecline": true,
1389
+ "cookielawallowdecline": "yes",
1366
1390
  "page_title": "Cookie consent demo"
1367
1391
  }
1368
1392
  }
1369
1393
  ],
1370
- "iifeIntegrity": "sha384-GxGpDtw1+sGbRoG7jnfagkA15vco7LniM1/nZqxAJOCG7gwj//uftO1AhesHagH6",
1394
+ "iifeIntegrity": "sha384-6h/qnpK+LrDdM6SZh0+jLTc0gUNaFnMlurbZM9UMzTSbaXGmWktPi5ccBL3A6Xy2",
1371
1395
  "dependencies": [
1372
1396
  {
1373
1397
  "name": "hb-footer",
@@ -1441,5 +1465,5 @@
1441
1465
  },
1442
1466
  "iifePath": "main.iife.js",
1443
1467
  "repoName": "@htmlbricks/hb-layout-desktop",
1444
- "version": "0.71.35"
1468
+ "version": "0.71.36"
1445
1469
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-layout-desktop",
3
- "version": "0.71.35",
3
+ "version": "0.71.36",
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": [