@htmlbricks/hb-form 0.71.13 → 0.71.14
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
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
}
|
|
772
772
|
}
|
|
773
773
|
],
|
|
774
|
-
"iifeIntegrity": "sha384-
|
|
774
|
+
"iifeIntegrity": "sha384-DhhJISh2KekhOmBC9wePYGpAHog2tgr7GLOLyS1eux+LTZYw+oXK7ZMSNEluUHSw",
|
|
775
775
|
"dependencies": [
|
|
776
776
|
{
|
|
777
777
|
"name": "hb-input-area",
|
|
@@ -914,5 +914,5 @@
|
|
|
914
914
|
"size": {},
|
|
915
915
|
"iifePath": "main.iife.js",
|
|
916
916
|
"repoName": "@htmlbricks/hb-form",
|
|
917
|
-
"version": "0.71.
|
|
917
|
+
"version": "0.71.14"
|
|
918
918
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-form",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.14",
|
|
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": [
|