@htmlbricks/hb-layout-desktop 0.71.36 → 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/README.md +2 -3
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +3 -29
- package/package.json +1 -1
- package/types/webcomponent.type.d.json +1 -3
- package/types/webcomponent.type.d.ts +0 -1
- package/types/webcomponent_events.type.d.json +0 -21
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
|
},
|
|
@@ -1391,7 +1365,7 @@
|
|
|
1391
1365
|
}
|
|
1392
1366
|
}
|
|
1393
1367
|
],
|
|
1394
|
-
"iifeIntegrity": "sha384-
|
|
1368
|
+
"iifeIntegrity": "sha384-sBVIM/nr3BjrO+JH3Vow2gxnLSnPdXHnC37FHjS/vjEBE2GkEeNHE5xJDNFt3yMT",
|
|
1395
1369
|
"dependencies": [
|
|
1396
1370
|
{
|
|
1397
1371
|
"name": "hb-footer",
|
|
@@ -1465,5 +1439,5 @@
|
|
|
1465
1439
|
},
|
|
1466
1440
|
"iifePath": "main.iife.js",
|
|
1467
1441
|
"repoName": "@htmlbricks/hb-layout-desktop",
|
|
1468
|
-
"version": "0.71.
|
|
1442
|
+
"version": "0.71.37"
|
|
1469
1443
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-layout-desktop",
|
|
3
|
-
"version": "0.71.
|
|
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"
|