@htmlbricks/hb-sidebar-cards-navigator 0.71.35 → 0.71.37
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 +185 -17
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +36 -19
- package/package.json +1 -1
- package/types/webcomponent.type.d.ts +1 -1
- package/types/webcomponent_events.type.d.json +3 -12
package/manifest.json
CHANGED
|
@@ -115,21 +115,12 @@
|
|
|
115
115
|
"Events": {
|
|
116
116
|
"additionalProperties": false,
|
|
117
117
|
"properties": {
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"properties": {
|
|
121
|
-
"itemClick": {
|
|
122
|
-
"$ref": "#/definitions/CardRowSelected"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
"required": [
|
|
126
|
-
"itemClick"
|
|
127
|
-
],
|
|
128
|
-
"type": "object"
|
|
118
|
+
"itemClick": {
|
|
119
|
+
"$ref": "#/definitions/CardRowSelected"
|
|
129
120
|
}
|
|
130
121
|
},
|
|
131
122
|
"required": [
|
|
132
|
-
"
|
|
123
|
+
"itemClick"
|
|
133
124
|
],
|
|
134
125
|
"type": "object"
|
|
135
126
|
},
|
|
@@ -318,13 +309,39 @@
|
|
|
318
309
|
}
|
|
319
310
|
},
|
|
320
311
|
"styleSetup": {
|
|
321
|
-
"vars": [
|
|
322
|
-
|
|
312
|
+
"vars": [
|
|
313
|
+
{
|
|
314
|
+
"name": "--bulma-block-spacing",
|
|
315
|
+
"valueType": "number",
|
|
316
|
+
"defaultValue": "1.5rem",
|
|
317
|
+
"description": "Vertical gap between stacked cards in the navigator column."
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"name": "--bulma-text",
|
|
321
|
+
"valueType": "color",
|
|
322
|
+
"defaultValue": "#363636",
|
|
323
|
+
"description": "Card titles, row labels, and navbar copy."
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "--bulma-text-strong",
|
|
327
|
+
"valueType": "color",
|
|
328
|
+
"defaultValue": "#363636",
|
|
329
|
+
"description": "Emphasized headings (panel titles, card titles)."
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "--bulma-link",
|
|
333
|
+
"valueType": "color",
|
|
334
|
+
"defaultValue": "#485fc7",
|
|
335
|
+
"description": "Interactive accents on nested `hb-navbar` / `hb-sidenav-button` rows."
|
|
336
|
+
},
|
|
323
337
|
{
|
|
324
|
-
"name": "
|
|
325
|
-
"
|
|
338
|
+
"name": "--bulma-scheme-main",
|
|
339
|
+
"valueType": "color",
|
|
340
|
+
"defaultValue": "#ffffff",
|
|
341
|
+
"description": "Card surfaces behind each stack."
|
|
326
342
|
}
|
|
327
|
-
]
|
|
343
|
+
],
|
|
344
|
+
"parts": []
|
|
328
345
|
},
|
|
329
346
|
"contributors": [],
|
|
330
347
|
"htmlSlots": [],
|
|
@@ -495,7 +512,7 @@
|
|
|
495
512
|
}
|
|
496
513
|
}
|
|
497
514
|
],
|
|
498
|
-
"iifeIntegrity": "sha384-
|
|
515
|
+
"iifeIntegrity": "sha384-XcbOwS6/+58/bpwjSbNDWUSEJ0YcqtLyOntN4JtxZoSKjq/q0IiPUQ9vFgU3CpZF",
|
|
499
516
|
"dependencies": [
|
|
500
517
|
{
|
|
501
518
|
"name": "hb-navbar",
|
|
@@ -530,5 +547,5 @@
|
|
|
530
547
|
"size": {},
|
|
531
548
|
"iifePath": "main.iife.js",
|
|
532
549
|
"repoName": "@htmlbricks/hb-sidebar-cards-navigator",
|
|
533
|
-
"version": "0.71.
|
|
550
|
+
"version": "0.71.37"
|
|
534
551
|
}
|
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.37",
|
|
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": [
|
|
@@ -113,21 +113,12 @@
|
|
|
113
113
|
"Events": {
|
|
114
114
|
"additionalProperties": false,
|
|
115
115
|
"properties": {
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"properties": {
|
|
119
|
-
"itemClick": {
|
|
120
|
-
"$ref": "#/definitions/CardRowSelected"
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
"required": [
|
|
124
|
-
"itemClick"
|
|
125
|
-
],
|
|
126
|
-
"type": "object"
|
|
116
|
+
"itemClick": {
|
|
117
|
+
"$ref": "#/definitions/CardRowSelected"
|
|
127
118
|
}
|
|
128
119
|
},
|
|
129
120
|
"required": [
|
|
130
|
-
"
|
|
121
|
+
"itemClick"
|
|
131
122
|
],
|
|
132
123
|
"type": "object"
|
|
133
124
|
},
|