@htmlbricks/hb-sidebar-cards-navigator 0.67.1 → 0.68.2

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
@@ -456,9 +456,51 @@
456
456
  }
457
457
  ]
458
458
  }
459
+ },
460
+ {
461
+ "name": "singlePanelTwoCards",
462
+ "description": "One panel with two simple cards.",
463
+ "data": {
464
+ "panels": [
465
+ {
466
+ "id": "main",
467
+ "main": true,
468
+ "title": "Overview",
469
+ "cards": [
470
+ {
471
+ "id": "c1",
472
+ "title": "Account",
473
+ "rows": [
474
+ {
475
+ "key": "profile",
476
+ "text": "Profile",
477
+ "bootstrapIcon": "person"
478
+ },
479
+ {
480
+ "key": "security",
481
+ "text": "Security",
482
+ "bootstrapIcon": "shield-lock"
483
+ }
484
+ ]
485
+ },
486
+ {
487
+ "id": "c2",
488
+ "title": "Billing",
489
+ "rows": [
490
+ {
491
+ "key": "invoices",
492
+ "text": "Invoices",
493
+ "bootstrapIcon": "receipt"
494
+ }
495
+ ]
496
+ }
497
+ ]
498
+ }
499
+ ]
500
+ }
459
501
  }
460
502
  ],
461
- "iifeIntegrity": "sha384-falaZFM2XxDW0HOabND/qMuj31BtAcaUmQgxHgo+V6+3fcgig4cyMyiFRLAQoe5i",
503
+ "iifeIntegrity": "sha384-ZZocIi0XInfYsSueU1J58kNjZ2CaBi1Zl47t2dEWs5M7j5t2PgNB48ms3ifOHGjJ",
462
504
  "dependencies": [
463
505
  {
464
506
  "name": "hb-navbar",
@@ -493,5 +535,5 @@
493
535
  "size": {},
494
536
  "iifePath": "main.iife.js",
495
537
  "repoName": "@htmlbricks/hb-sidebar-cards-navigator",
496
- "version": "0.67.1"
538
+ "version": "0.68.2"
497
539
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-sidebar-cards-navigator",
3
- "version": "0.67.1",
3
+ "version": "0.68.2",
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": [