@htmlbricks/hb-layout-desktop 0.68.5 → 0.68.6
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 +1 -1
- package/main.iife.js +2 -2
- package/main.iife.js.map +1 -1
- package/manifest.json +4 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -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.
|
|
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 onescreen, the page column scrolls and includes the cookie banner and footer after the slot. With onescreen, 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"
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
},
|
|
822
822
|
{
|
|
823
823
|
"name": "onescreen",
|
|
824
|
-
"description": "
|
|
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": {
|
|
827
827
|
"logoUri": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg",
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
}
|
|
1255
1255
|
}
|
|
1256
1256
|
],
|
|
1257
|
-
"iifeIntegrity": "sha384-
|
|
1257
|
+
"iifeIntegrity": "sha384-Eyh4EIDeeN8wKFpDYMilB2XeuJc+jj5Q55snpMoSkJZXOdnQJ0zZZoAzRxA13mFp",
|
|
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.6"
|
|
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.6",
|
|
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.
|
|
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 onescreen, the page column scrolls and includes the cookie banner and footer after the slot. With onescreen, 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",
|