@htmlbricks/hb-funnel 0.65.22 → 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/manifest.json CHANGED
@@ -270,7 +270,7 @@
270
270
  }
271
271
  }
272
272
  },
273
- "description": "",
273
+ "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.",
274
274
  "storybookArgs": {
275
275
  "submitstep": {
276
276
  "options": [
@@ -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",
@@ -607,12 +570,13 @@
607
570
  ],
608
571
  "readmePath": "README.md",
609
572
  "name": "hb-funnel",
610
- "category": "form",
573
+ "category": "forms",
611
574
  "tags": [
612
- "form"
575
+ "forms",
576
+ "multistep"
613
577
  ],
614
578
  "size": {},
615
579
  "iifePath": "main.iife.js",
616
580
  "repoName": "@htmlbricks/hb-funnel",
617
- "version": "0.65.22"
581
+ "version": "0.66.0"
618
582
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-funnel",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
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": [
7
7
  {
8
8
  "type": "Apache-2.0",