@htmlbricks/hb-layout-desktop 0.68.7 → 0.68.8
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 -2
- package/main.iife.js +3 -3
- package/main.iife.js.map +1 -1
- package/manifest.json +9 -9
- package/package.json +2 -2
- package/types/webcomponent.type.d.json +3 -3
- package/types/webcomponent.type.d.ts +1 -1
package/manifest.json
CHANGED
|
@@ -166,9 +166,6 @@
|
|
|
166
166
|
},
|
|
167
167
|
"type": "array"
|
|
168
168
|
},
|
|
169
|
-
"onescreen": {
|
|
170
|
-
"type": "boolean"
|
|
171
|
-
},
|
|
172
169
|
"page_title": {
|
|
173
170
|
"type": "string"
|
|
174
171
|
},
|
|
@@ -196,6 +193,9 @@
|
|
|
196
193
|
},
|
|
197
194
|
"type": "object"
|
|
198
195
|
},
|
|
196
|
+
"single_screen": {
|
|
197
|
+
"type": "boolean"
|
|
198
|
+
},
|
|
199
199
|
"socials": {
|
|
200
200
|
"$ref": "#/definitions/ISocials"
|
|
201
201
|
},
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
549
|
},
|
|
550
|
-
"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
|
|
550
|
+
"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. 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).",
|
|
551
551
|
"storybookArgs": {
|
|
552
552
|
"pageChange": {
|
|
553
553
|
"action": "pageChange"
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"type": "boolean"
|
|
635
635
|
}
|
|
636
636
|
},
|
|
637
|
-
"
|
|
637
|
+
"single_screen": {
|
|
638
638
|
"control": {
|
|
639
639
|
"type": "boolean"
|
|
640
640
|
}
|
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
}
|
|
821
821
|
},
|
|
822
822
|
{
|
|
823
|
-
"name": "
|
|
823
|
+
"name": "single_screen",
|
|
824
824
|
"description": "Viewport shell: cookie and footer stay at the bottom of the main column (always visible); only the page slot scrolls. With footer.type auto the footer uses the compact (small) variant. Long sidebar (26 links) exercises internal sidebar scrolling.",
|
|
825
825
|
"data": {
|
|
826
826
|
"company": {
|
|
@@ -1051,7 +1051,7 @@
|
|
|
1051
1051
|
"key": "cookiepolicy"
|
|
1052
1052
|
}
|
|
1053
1053
|
],
|
|
1054
|
-
"
|
|
1054
|
+
"single_screen": true,
|
|
1055
1055
|
"page_title": "One-screen layout"
|
|
1056
1056
|
}
|
|
1057
1057
|
},
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
1256
|
],
|
|
1257
|
-
"iifeIntegrity": "sha384-
|
|
1257
|
+
"iifeIntegrity": "sha384-j9YN0qhdsf6EcE/0VVR4BpVd0DvQuF9UY+7PvrEaE0+PzSCRIjEEI4e2TV9yJM2D",
|
|
1258
1258
|
"dependencies": [
|
|
1259
1259
|
{
|
|
1260
1260
|
"name": "hb-footer",
|
|
@@ -1328,5 +1328,5 @@
|
|
|
1328
1328
|
},
|
|
1329
1329
|
"iifePath": "main.iife.js",
|
|
1330
1330
|
"repoName": "@htmlbricks/hb-layout-desktop",
|
|
1331
|
-
"version": "0.68.
|
|
1331
|
+
"version": "0.68.8"
|
|
1332
1332
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-layout-desktop",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.8",
|
|
4
4
|
"contributors": [],
|
|
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
|
|
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. 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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|
|
@@ -59,9 +59,6 @@
|
|
|
59
59
|
},
|
|
60
60
|
"type": "array"
|
|
61
61
|
},
|
|
62
|
-
"onescreen": {
|
|
63
|
-
"type": "boolean"
|
|
64
|
-
},
|
|
65
62
|
"page_title": {
|
|
66
63
|
"type": "string"
|
|
67
64
|
},
|
|
@@ -89,6 +86,9 @@
|
|
|
89
86
|
},
|
|
90
87
|
"type": "object"
|
|
91
88
|
},
|
|
89
|
+
"single_screen": {
|
|
90
|
+
"type": "boolean"
|
|
91
|
+
},
|
|
92
92
|
"socials": {
|
|
93
93
|
"$ref": "#/definitions/ISocials"
|
|
94
94
|
},
|