@htmlbricks/hb-funnel 0.65.23 → 0.66.0
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/main.iife.js +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -39
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -294,44 +294,7 @@
|
|
|
294
294
|
}
|
|
295
295
|
},
|
|
296
296
|
"styleSetup": {
|
|
297
|
-
"vars": [
|
|
298
|
-
{
|
|
299
|
-
"name": "--bs-primary",
|
|
300
|
-
"valueType": "color",
|
|
301
|
-
"theme": "bootstrap",
|
|
302
|
-
"defaultValue": "#07689f"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"name": "--bs-secondary",
|
|
306
|
-
"valueType": "color",
|
|
307
|
-
"theme": "bootstrap",
|
|
308
|
-
"defaultValue": "#c9d6df"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"name": "--bs-success",
|
|
312
|
-
"valueType": "color",
|
|
313
|
-
"theme": "bootstrap",
|
|
314
|
-
"defaultValue": "#11d3bc"
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"name": "--bs-info",
|
|
318
|
-
"valueType": "color",
|
|
319
|
-
"theme": "bootstrap",
|
|
320
|
-
"defaultValue": "#a2d5f2"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"name": "--bs-warning",
|
|
324
|
-
"valueType": "color",
|
|
325
|
-
"theme": "bootstrap",
|
|
326
|
-
"defaultValue": "#ffc107"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"name": "--bs-danger",
|
|
330
|
-
"valueType": "color",
|
|
331
|
-
"theme": "bootstrap",
|
|
332
|
-
"defaultValue": "#f67280"
|
|
333
|
-
}
|
|
334
|
-
],
|
|
297
|
+
"vars": [],
|
|
335
298
|
"parts": [
|
|
336
299
|
{
|
|
337
300
|
"name": "invalid-feedback",
|
|
@@ -615,5 +578,5 @@
|
|
|
615
578
|
"size": {},
|
|
616
579
|
"iifePath": "main.iife.js",
|
|
617
580
|
"repoName": "@htmlbricks/hb-funnel",
|
|
618
|
-
"version": "0.
|
|
581
|
+
"version": "0.66.0"
|
|
619
582
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-funnel",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Multi-step funnel over stacked `hb-form` instances: JSON `schemes` supplies one schema per step (or derive step count from `steps`), tracks per-step validity, merges values as the user advances, and optionally shows a final submit step when `submitstep` is `yes`. Dispatches step navigation and aggregated form updates for the active index.",
|
|
6
6
|
"licenses": [
|