@htmlbricks/hb-form 0.66.2 → 0.66.4

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
@@ -756,6 +756,8 @@
756
756
  }
757
757
  }
758
758
  ],
759
+ "iifeIntegrity": "sha384-eP1D2X5Cg/izOwJFYwxQ9rSIHsz06UmyvmCQNH0O1FNsUfKedevsOz6cmGnY4NDB",
760
+ "iifeIntegrityType": "sha384",
759
761
  "screenshots": [],
760
762
  "licenses": [
761
763
  {
@@ -774,5 +776,5 @@
774
776
  "size": {},
775
777
  "iifePath": "main.iife.js",
776
778
  "repoName": "@htmlbricks/hb-form",
777
- "version": "0.66.2"
779
+ "version": "0.66.4"
778
780
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-form",
3
- "version": "0.66.2",
3
+ "version": "0.66.4",
4
4
  "contributors": [],
5
5
  "description": "JSON `schema`-driven form engine: each entry’s `type` maps to an `hb-input-*` web component (text, select, date, file, arrays, coords, etc.) or layout `row`. Handles grouping, conditional visibility, validation messages, disabled state, and dispatches rich `update` payloads (field values + `_valid`) plus submit lifecycle events for programmatic backends.",
6
6
  "licenses": [