@htmlbricks/hb-form 0.66.20 → 0.66.21
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 +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
}
|
|
757
757
|
}
|
|
758
758
|
],
|
|
759
|
-
"iifeIntegrity": "sha384-
|
|
759
|
+
"iifeIntegrity": "sha384-Paia6J6iwlC7MZTxrFC4jcMrZNL2L1cuNLANHvide2yW12sUWeauWxs7PtxEskC3",
|
|
760
760
|
"screenshots": [],
|
|
761
761
|
"licenses": [
|
|
762
762
|
{
|
|
@@ -775,5 +775,5 @@
|
|
|
775
775
|
"size": {},
|
|
776
776
|
"iifePath": "main.iife.js",
|
|
777
777
|
"repoName": "@htmlbricks/hb-form",
|
|
778
|
-
"version": "0.66.
|
|
778
|
+
"version": "0.66.21"
|
|
779
779
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-form",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.21",
|
|
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": [
|