@htmlbricks/hb-layout-desktop 0.68.2 → 0.68.3

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; only the page slot scrolls vertically by default; sidebar rail is clipped to the viewport (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 fills at least the viewport height; the main row is CSS Grid so tall page content does not stretch the sidebar—only 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.",
551
551
  "storybookArgs": {
552
552
  "pageChange": {
553
553
  "action": "pageChange"
@@ -649,7 +649,14 @@
649
649
  }
650
650
  },
651
651
  "styleSetup": {
652
- "vars": [],
652
+ "vars": [
653
+ {
654
+ "name": "--hb-layout-desktop-sidebar-width",
655
+ "valueType": "htmlsize",
656
+ "defaultValue": "240px",
657
+ "description": "Width of the left sidebar column in the main grid (default 240px)."
658
+ }
659
+ ],
653
660
  "parts": [
654
661
  {
655
662
  "name": "footer",
@@ -1247,7 +1254,7 @@
1247
1254
  }
1248
1255
  }
1249
1256
  ],
1250
- "iifeIntegrity": "sha384-pzoPRCWgbO+o9/S5GBSKmF5vlfsTycTRNVcRXnv+Usf53W46SIFpN0qNoc8M5y1f",
1257
+ "iifeIntegrity": "sha384-cZNs+u19w+XGHzrzvM/8PkROtNiHhNRfM2D4+f1v1vC3VO6MicvL0gLnxSUPinnC",
1251
1258
  "dependencies": [
1252
1259
  {
1253
1260
  "name": "hb-footer",
@@ -1321,5 +1328,5 @@
1321
1328
  },
1322
1329
  "iifePath": "main.iife.js",
1323
1330
  "repoName": "@htmlbricks/hb-layout-desktop",
1324
- "version": "0.68.2"
1331
+ "version": "0.68.3"
1325
1332
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-layout-desktop",
3
- "version": "0.68.2",
3
+ "version": "0.68.3",
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; only the page slot scrolls vertically by default; sidebar rail is clipped to the viewport (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 fills at least the viewport height; the main row is CSS Grid so tall page content does not stretch the sidebar—only 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.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",