@htmlbricks/hb-layout-desktop 0.74.1 → 0.76.1

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
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "languageChange": {
23
23
  "additionalProperties": false,
24
- "description": "Host updates `i18nlang` on `hb-layout` (or equivalent) and reloads copy.",
24
+ "description": "Host may update `i18nlang` on `hb-layout` (or equivalent) and reload copy. The sidebar also applies the choice locally (`document.documentElement.lang`, selector state, and host `i18nlang` when the prop was empty). Emitted on mount (effective code) and when the user picks.",
25
25
  "properties": {
26
26
  "code": {
27
27
  "type": "string"
@@ -1365,7 +1365,7 @@
1365
1365
  }
1366
1366
  }
1367
1367
  ],
1368
- "iifeIntegrity": "sha384-Y5EeXEh9yQXUIQDmw03nVedYjGXmU/R02G1cuhSJERcVnHi3VYzV0gy+P/ULvioq",
1368
+ "iifeIntegrity": "sha384-v/lsOzoyHFrwDP05lRG+Y8WYD1yySIrxHn8zEw//iBaunU2PMrm9To0kt5KOobnY",
1369
1369
  "dependencies": [
1370
1370
  {
1371
1371
  "name": "hb-footer",
@@ -1439,5 +1439,5 @@
1439
1439
  },
1440
1440
  "iifePath": "main.iife.js",
1441
1441
  "repoName": "@htmlbricks/hb-layout-desktop",
1442
- "version": "0.74.1"
1442
+ "version": "0.76.1"
1443
1443
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-layout-desktop",
3
- "version": "0.74.1",
3
+ "version": "0.76.1",
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": [
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "languageChange": {
21
21
  "additionalProperties": false,
22
- "description": "Host updates `i18nlang` on `hb-layout` (or equivalent) and reloads copy.",
22
+ "description": "Host may update `i18nlang` on `hb-layout` (or equivalent) and reload copy. The sidebar also applies the choice locally (`document.documentElement.lang`, selector state, and host `i18nlang` when the prop was empty). Emitted on mount (effective code) and when the user picks.",
23
23
  "properties": {
24
24
  "code": {
25
25
  "type": "string"