@htmlbricks/hb-layout-desktop 0.71.35 → 0.71.37

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
@@ -32,26 +32,6 @@
32
32
  ],
33
33
  "type": "object"
34
34
  },
35
- "layoutStatus": {
36
- "additionalProperties": false,
37
- "properties": {
38
- "size": {
39
- "enum": [
40
- "large",
41
- "small"
42
- ],
43
- "type": "string"
44
- },
45
- "width": {
46
- "type": "number"
47
- }
48
- },
49
- "required": [
50
- "width",
51
- "size"
52
- ],
53
- "type": "object"
54
- },
55
35
  "navbarDropDownClick": {
56
36
  "additionalProperties": false,
57
37
  "properties": {
@@ -124,7 +104,6 @@
124
104
  "pageChange",
125
105
  "navbarDropDownClick",
126
106
  "footerClick",
127
- "layoutStatus",
128
107
  "navbarSlotClick",
129
108
  "themeChange",
130
109
  "languageChange"
@@ -353,6 +332,7 @@
353
332
  "additionalProperties": false,
354
333
  "properties": {
355
334
  "_id": {
335
+ "description": "Optional in JSON; the component assigns stable ids in `$effect` when missing.",
356
336
  "type": "string"
357
337
  },
358
338
  "address": {
@@ -371,9 +351,6 @@
371
351
  "$ref": "#/definitions/ISiteContact"
372
352
  }
373
353
  },
374
- "required": [
375
- "_id"
376
- ],
377
354
  "type": "object"
378
355
  },
379
356
  "type": "array"
@@ -668,9 +645,6 @@
668
645
  "offcanvasswitch": {
669
646
  "action": "offcanvasswitchEvent"
670
647
  },
671
- "layoutStatus": {
672
- "action": "layoutStatus"
673
- },
674
648
  "footerClick": {
675
649
  "action": "footerClick"
676
650
  },
@@ -767,25 +741,49 @@
767
741
  "name": "--hb-layout-desktop-sidebar-width",
768
742
  "valueType": "htmlsize",
769
743
  "defaultValue": "240px",
770
- "description": "Width of the left sidebar column in the main grid (default 240px)."
744
+ "description": "Width of the left sidebar column in the main CSS grid (first track; default `240px`)."
745
+ },
746
+ {
747
+ "name": "--bulma-navbar-item-img-max-height",
748
+ "valueType": "htmlsize",
749
+ "defaultValue": "",
750
+ "description": "Max height for brand / avatar images inside the forwarded `hb-navbar`."
751
+ },
752
+ {
753
+ "name": "--bulma-text",
754
+ "valueType": "color",
755
+ "defaultValue": "",
756
+ "description": "Primary text in navbar, sidebar links, and page chrome."
757
+ },
758
+ {
759
+ "name": "--bulma-background",
760
+ "valueType": "color",
761
+ "defaultValue": "",
762
+ "description": "Shell background behind columns and slots."
763
+ },
764
+ {
765
+ "name": "--bulma-border",
766
+ "valueType": "color",
767
+ "defaultValue": "",
768
+ "description": "Low-contrast separators between shell regions."
771
769
  }
772
770
  ],
773
771
  "parts": [
774
772
  {
775
773
  "name": "footer",
776
- "description": ""
774
+ "description": "Footer region from `hb-footer` at the bottom of the desktop column."
777
775
  },
778
776
  {
779
777
  "name": "container",
780
- "description": ""
778
+ "description": "Root flex column pinning navbar, grid row, and optional overlays."
781
779
  },
782
780
  {
783
781
  "name": "navbar",
784
- "description": ""
782
+ "description": "Top `hb-navbar` strip (dropdowns, slots, user menu)."
785
783
  },
786
784
  {
787
785
  "name": "page",
788
- "description": ""
786
+ "description": "Main content column beside the optional sidebar; primary scroll surface."
789
787
  }
790
788
  ]
791
789
  },
@@ -793,15 +791,15 @@
793
791
  "htmlSlots": [
794
792
  {
795
793
  "name": "nav-center-slot",
796
- "description": ""
794
+ "description": "Forwarded into the navbar center section (titles or inline controls)."
797
795
  },
798
796
  {
799
797
  "name": "nav-right-slot",
800
- "description": ""
798
+ "description": "Forwarded into the navbar end section (actions, user avatar menu)."
801
799
  },
802
800
  {
803
801
  "name": "page",
804
- "description": ""
802
+ "description": "Routed view body inside the desktop main column."
805
803
  }
806
804
  ],
807
805
  "i18n": [
@@ -1362,12 +1360,12 @@
1362
1360
  "cookielaw": "yes",
1363
1361
  "cookielawlanguage": "en",
1364
1362
  "cookielawuri4more": "https://example.com/privacy",
1365
- "cookielawallowdecline": true,
1363
+ "cookielawallowdecline": "yes",
1366
1364
  "page_title": "Cookie consent demo"
1367
1365
  }
1368
1366
  }
1369
1367
  ],
1370
- "iifeIntegrity": "sha384-GxGpDtw1+sGbRoG7jnfagkA15vco7LniM1/nZqxAJOCG7gwj//uftO1AhesHagH6",
1368
+ "iifeIntegrity": "sha384-sBVIM/nr3BjrO+JH3Vow2gxnLSnPdXHnC37FHjS/vjEBE2GkEeNHE5xJDNFt3yMT",
1371
1369
  "dependencies": [
1372
1370
  {
1373
1371
  "name": "hb-footer",
@@ -1441,5 +1439,5 @@
1441
1439
  },
1442
1440
  "iifePath": "main.iife.js",
1443
1441
  "repoName": "@htmlbricks/hb-layout-desktop",
1444
- "version": "0.71.35"
1442
+ "version": "0.71.37"
1445
1443
  }
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.37",
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": [
@@ -210,6 +210,7 @@
210
210
  "additionalProperties": false,
211
211
  "properties": {
212
212
  "_id": {
213
+ "description": "Optional in JSON; the component assigns stable ids in `$effect` when missing.",
213
214
  "type": "string"
214
215
  },
215
216
  "address": {
@@ -228,9 +229,6 @@
228
229
  "$ref": "#/definitions/ISiteContact"
229
230
  }
230
231
  },
231
- "required": [
232
- "_id"
233
- ],
234
232
  "type": "object"
235
233
  },
236
234
  "type": "array"
@@ -42,7 +42,6 @@ export type Events = {
42
42
  pageChange: { page: string };
43
43
  navbarDropDownClick: { key: string };
44
44
  footerClick: { elClick: string };
45
- layoutStatus: { width: number; size: "large" | "small" };
46
45
  navbarSlotClick: { side: "left" | "right" | "center" };
47
46
  themeChange: SidebarDesktopEvents["themeChange"];
48
47
  languageChange: SidebarDesktopEvents["languageChange"];
@@ -30,26 +30,6 @@
30
30
  ],
31
31
  "type": "object"
32
32
  },
33
- "layoutStatus": {
34
- "additionalProperties": false,
35
- "properties": {
36
- "size": {
37
- "enum": [
38
- "large",
39
- "small"
40
- ],
41
- "type": "string"
42
- },
43
- "width": {
44
- "type": "number"
45
- }
46
- },
47
- "required": [
48
- "width",
49
- "size"
50
- ],
51
- "type": "object"
52
- },
53
33
  "navbarDropDownClick": {
54
34
  "additionalProperties": false,
55
35
  "properties": {
@@ -122,7 +102,6 @@
122
102
  "pageChange",
123
103
  "navbarDropDownClick",
124
104
  "footerClick",
125
- "layoutStatus",
126
105
  "navbarSlotClick",
127
106
  "themeChange",
128
107
  "languageChange"