@htmlbricks/hb-layout-desktop 0.68.3 → 0.68.4

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
@@ -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 fills at least the viewport height; the main row is CSS Grid so tall page content does not stretch the sidebaronly the page slot scrolls vertically; sidebar rail is clipped to the viewport band (internal sidebar scroll remains). With onescreen, the footer stays at the bottom and the page slot does not scroll vertically.",
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; only the page slot scrolls vertically. For a non-viewport parent, set `height: 100%` (or a fixed height) on the host and ensure ancestors define height. The main row uses CSS Grid (sidebar track + page). With onescreen, the footer stays at the bottom and the page slot does not scroll vertically.",
551
551
  "storybookArgs": {
552
552
  "pageChange": {
553
553
  "action": "pageChange"
@@ -1254,7 +1254,7 @@
1254
1254
  }
1255
1255
  }
1256
1256
  ],
1257
- "iifeIntegrity": "sha384-cZNs+u19w+XGHzrzvM/8PkROtNiHhNRfM2D4+f1v1vC3VO6MicvL0gLnxSUPinnC",
1257
+ "iifeIntegrity": "sha384-1/cC2V0qcx4XysvjYPczcfPMEsi/o4uvXKSJNNu3OC2cvp6rZqWpLUXTI2OQUPKQ",
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.3"
1331
+ "version": "0.68.4"
1332
1332
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-layout-desktop",
3
- "version": "0.68.3",
3
+ "version": "0.68.4",
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 fills at least the viewport height; the main row is CSS Grid so tall page content does not stretch the sidebaronly the page slot scrolls vertically; sidebar rail is clipped to the viewport band (internal sidebar scroll remains). With onescreen, the footer stays at the bottom and the page slot does not scroll vertically.",
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; only the page slot scrolls vertically. For a non-viewport parent, set `height: 100%` (or a fixed height) on the host and ensure ancestors define height. The main row uses CSS Grid (sidebar track + page). With onescreen, the footer stays at the bottom and the page slot does not scroll vertically.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",