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