@htmlbricks/hb-sidebar-desktop 0.76.2 → 0.76.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
@@ -369,16 +369,34 @@
369
369
  "styleSetup": {
370
370
  "vars": [
371
371
  {
372
- "name": "--bulma-navbar-background-color",
372
+ "name": "--hb-layout-sidebar-background",
373
373
  "valueType": "color",
374
- "defaultValue": "#f5f5f5",
375
- "description": "Sidebar shell background (inherits the same chain as `hb-navbar`)."
374
+ "defaultValue": "",
375
+ "description": "Optional sidebar shell background from layout or page (highest priority in the host chain)."
376
+ },
377
+ {
378
+ "name": "--hb-sidebar-background-color",
379
+ "valueType": "color",
380
+ "defaultValue": "",
381
+ "description": "Per-`hb-sidebar-desktop` background override (after layout token, before Bulma scheme surfaces)."
376
382
  },
377
383
  {
378
384
  "name": "--bulma-scheme-main-bis",
379
385
  "valueType": "color",
380
386
  "defaultValue": "#f5f5f5",
381
- "description": "Fallback surface when navbar background is unset."
387
+ "description": "Default sidebar shell surface (Bulma secondary scheme; before `--bulma-scheme-main-ter`)."
388
+ },
389
+ {
390
+ "name": "--bulma-scheme-main-ter",
391
+ "valueType": "color",
392
+ "defaultValue": "",
393
+ "description": "Tertiary scheme fallback for the sidebar host background."
394
+ },
395
+ {
396
+ "name": "--bulma-navbar-background-color",
397
+ "valueType": "color",
398
+ "defaultValue": "#f5f5f5",
399
+ "description": "Bulma navbar token; use for `hb-navbar` styling. Sidebar host does not read this by default (use `--hb-layout-sidebar-background` or scheme-main-bis/ter)."
382
400
  },
383
401
  {
384
402
  "name": "--bulma-text",
@@ -871,7 +889,7 @@
871
889
  }
872
890
  }
873
891
  ],
874
- "iifeIntegrity": "sha384-sR6BwgXesZ0GskRSgIlfuQcFKszofE+AeOcKXsUeUFo6O2iH7LEaQCG7To9u/FY3",
892
+ "iifeIntegrity": "sha384-T+FyaFG3cwxngSaqUwxODTNvGNiaCE7wor903TPQFplizRHHDbMxMIigN/aycODY",
875
893
  "dependencies": [
876
894
  {
877
895
  "name": "hb-sidenav-link",
@@ -897,5 +915,5 @@
897
915
  "size": {},
898
916
  "iifePath": "main.iife.js",
899
917
  "repoName": "@htmlbricks/hb-sidebar-desktop",
900
- "version": "0.76.2"
918
+ "version": "0.76.3"
901
919
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-sidebar-desktop",
3
- "version": "0.76.2",
3
+ "version": "0.76.3",
4
4
  "contributors": [],
5
5
  "description": "Fixed-width desktop sidebar: optional company logo and title, header/footer slots, optional language menu (i18nlanguages + i18nlang) beside the Bulma theme switch (light / dark / system), and a nav list built from hb-sidenav-link entries with optional JSON groups (Bulma layout, menu labels, light background). Parses navlinks and groups from strings; emits pageChange when a link selects a page, themeChange when the user picks a theme (host applies document hooks such as data-theme on html/body), and languageChange { code } on mount and when a language is chosen. On selection the sidebar updates document.documentElement.lang and its selector immediately (and sets the host i18nlang attribute when the prop was empty); the host may still set i18nlang on hb-layout for shell-wide copy.",
6
6
  "licenses": [