@htmlbricks/hb-sidebar-cards-navigator 0.71.35 → 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/README.md +177 -17
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +33 -7
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -318,13 +318,39 @@
|
|
|
318
318
|
}
|
|
319
319
|
},
|
|
320
320
|
"styleSetup": {
|
|
321
|
-
"vars": [
|
|
322
|
-
"parts": [
|
|
321
|
+
"vars": [
|
|
323
322
|
{
|
|
324
|
-
"name": "
|
|
325
|
-
"
|
|
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
356
|
"htmlSlots": [],
|
|
@@ -495,7 +521,7 @@
|
|
|
495
521
|
}
|
|
496
522
|
}
|
|
497
523
|
],
|
|
498
|
-
"iifeIntegrity": "sha384-
|
|
524
|
+
"iifeIntegrity": "sha384-OOMYHJvhtGSvd6RCPffuSBX2BUgah2MgofJq/rpX13lMKjP0I2tLgZV1Cmehbcrl",
|
|
499
525
|
"dependencies": [
|
|
500
526
|
{
|
|
501
527
|
"name": "hb-navbar",
|
|
@@ -530,5 +556,5 @@
|
|
|
530
556
|
"size": {},
|
|
531
557
|
"iifePath": "main.iife.js",
|
|
532
558
|
"repoName": "@htmlbricks/hb-sidebar-cards-navigator",
|
|
533
|
-
"version": "0.71.
|
|
559
|
+
"version": "0.71.36"
|
|
534
560
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-sidebar-cards-navigator",
|
|
3
|
-
"version": "0.71.
|
|
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": [
|