@htmlbricks/hb-sidebar-desktop 0.71.34 → 0.71.36

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
@@ -367,11 +367,48 @@
367
367
  }
368
368
  },
369
369
  "styleSetup": {
370
- "vars": [],
370
+ "vars": [
371
+ {
372
+ "name": "--bulma-navbar-background-color",
373
+ "valueType": "color",
374
+ "defaultValue": "#f5f5f5",
375
+ "description": "Sidebar shell background (inherits the same chain as `hb-navbar`)."
376
+ },
377
+ {
378
+ "name": "--bulma-scheme-main-bis",
379
+ "valueType": "color",
380
+ "defaultValue": "#f5f5f5",
381
+ "description": "Fallback surface when navbar background is unset."
382
+ },
383
+ {
384
+ "name": "--bulma-text",
385
+ "valueType": "color",
386
+ "defaultValue": "#363636",
387
+ "description": "Default sidebar copy and menu labels."
388
+ },
389
+ {
390
+ "name": "--bulma-link",
391
+ "valueType": "color",
392
+ "defaultValue": "#485fc7",
393
+ "description": "Active row accent and theme / language controls."
394
+ },
395
+ {
396
+ "name": "--bulma-block-spacing",
397
+ "valueType": "number",
398
+ "defaultValue": "0.75rem",
399
+ "description": "Brand block spacing and vertical rhythm inside the shell."
400
+ },
401
+ {
402
+ "name": "--bulma-border",
403
+ "valueType": "color",
404
+ "defaultValue": "#dbdbdb",
405
+ "description": "Hairlines between sections when Bulma borders are used."
406
+ }
407
+ ],
371
408
  "parts": [
372
409
  {
373
410
  "name": "header",
374
- "description": "header"
411
+ "description": "Top chrome above the scrollable nav list (brand / meta)."
375
412
  }
376
413
  ]
377
414
  },
@@ -379,15 +416,15 @@
379
416
  "htmlSlots": [
380
417
  {
381
418
  "name": "test",
382
- "description": "test"
419
+ "description": "Optional light-DOM markup at the top of the sidebar shell, before the padded inner column (outside brand, nav, and controls)."
383
420
  },
384
421
  {
385
422
  "name": "header",
386
- "description": "header"
423
+ "description": "Optional lead-in inside the brand title row before the logo and company title (same row as the `part=\"header\"` surface)."
387
424
  },
388
425
  {
389
426
  "name": "footer",
390
- "description": "footer"
427
+ "description": "Optional footer region below the nav list and theme / language toolbar when `enablefooter` is `yes` (inside the footer chrome)."
391
428
  }
392
429
  ],
393
430
  "i18n": [],
@@ -804,7 +841,7 @@
804
841
  }
805
842
  }
806
843
  ],
807
- "iifeIntegrity": "sha384-pFZkEBcUA9c3fLPHGfClSUkEpwXAPSjh9eahaCKFIkMJ28I/ABAK7KE0HyJUvm9X",
844
+ "iifeIntegrity": "sha384-BYidYgRnvuhPlHYjgYrxUPDyi2adcQBidCtFLyxQ0smaAD99NpinQRjFqgn24mA+",
808
845
  "dependencies": [
809
846
  {
810
847
  "name": "hb-sidenav-link",
@@ -830,5 +867,5 @@
830
867
  "size": {},
831
868
  "iifePath": "main.iife.js",
832
869
  "repoName": "@htmlbricks/hb-sidebar-desktop",
833
- "version": "0.71.34"
870
+ "version": "0.71.36"
834
871
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-sidebar-desktop",
3
- "version": "0.71.34",
3
+ "version": "0.71.36",
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 } when a language is chosen (host updates i18nlang on hb-layout or equivalent).",
6
6
  "licenses": [