@htmlbricks/hb-sidebar-cards-navigator 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
@@ -318,21 +318,42 @@
318
318
  }
319
319
  },
320
320
  "styleSetup": {
321
- "vars": [],
322
- "parts": [
321
+ "vars": [
323
322
  {
324
- "name": "testpart",
325
- "description": "test css part on 2 div tag"
323
+ "name": "--bulma-block-spacing",
324
+ "valueType": "number",
325
+ "defaultValue": "1.5rem",
326
+ "description": "Vertical gap between stacked cards in the navigator column."
327
+ },
328
+ {
329
+ "name": "--bulma-text",
330
+ "valueType": "color",
331
+ "defaultValue": "#363636",
332
+ "description": "Card titles, row labels, and navbar copy."
333
+ },
334
+ {
335
+ "name": "--bulma-text-strong",
336
+ "valueType": "color",
337
+ "defaultValue": "#363636",
338
+ "description": "Emphasized headings (panel titles, card titles)."
339
+ },
340
+ {
341
+ "name": "--bulma-link",
342
+ "valueType": "color",
343
+ "defaultValue": "#485fc7",
344
+ "description": "Interactive accents on nested `hb-navbar` / `hb-sidenav-button` rows."
345
+ },
346
+ {
347
+ "name": "--bulma-scheme-main",
348
+ "valueType": "color",
349
+ "defaultValue": "#ffffff",
350
+ "description": "Card surfaces behind each stack."
326
351
  }
327
- ]
352
+ ],
353
+ "parts": []
328
354
  },
329
355
  "contributors": [],
330
- "htmlSlots": [
331
- {
332
- "name": "skelcontent",
333
- "description": "test slot"
334
- }
335
- ],
356
+ "htmlSlots": [],
336
357
  "i18n": [],
337
358
  "examples": [
338
359
  {
@@ -500,7 +521,7 @@
500
521
  }
501
522
  }
502
523
  ],
503
- "iifeIntegrity": "sha384-ejnvkkbFhYq0VQ5ncCZyDzRJqEHPAG0FhUBcTYZX+wrX7JakfOb7QyPlqg/n6psw",
524
+ "iifeIntegrity": "sha384-OOMYHJvhtGSvd6RCPffuSBX2BUgah2MgofJq/rpX13lMKjP0I2tLgZV1Cmehbcrl",
504
525
  "dependencies": [
505
526
  {
506
527
  "name": "hb-navbar",
@@ -535,5 +556,5 @@
535
556
  "size": {},
536
557
  "iifePath": "main.iife.js",
537
558
  "repoName": "@htmlbricks/hb-sidebar-cards-navigator",
538
- "version": "0.71.34"
559
+ "version": "0.71.36"
539
560
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-sidebar-cards-navigator",
3
- "version": "0.71.34",
3
+ "version": "0.71.36",
4
4
  "contributors": [],
5
5
  "description": "Stacked sidebar navigator: picks an active panel from JSON panels (main or first without parent), shows hb-navbar with back when parentPanelId exists, then cards of rows rendered as hb-sidenav-button. Emits itemClick with panel, card and row context; rows can switch panels via switchToPanelId.",
6
6
  "licenses": [