@htmlbricks/hb-form 0.68.9 → 0.68.10
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
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
}
|
|
768
768
|
}
|
|
769
769
|
],
|
|
770
|
-
"iifeIntegrity": "sha384-
|
|
770
|
+
"iifeIntegrity": "sha384-ygPwUlKiX8N0YpWdOBaJnG0LAk84Lx99vXJAbAwJDFVxFCY1FtAt6na1EH7Lg8Sq",
|
|
771
771
|
"dependencies": [
|
|
772
772
|
{
|
|
773
773
|
"name": "hb-input-area",
|
|
@@ -910,5 +910,5 @@
|
|
|
910
910
|
"size": {},
|
|
911
911
|
"iifePath": "main.iife.js",
|
|
912
912
|
"repoName": "@htmlbricks/hb-form",
|
|
913
|
-
"version": "0.68.
|
|
913
|
+
"version": "0.68.10"
|
|
914
914
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-form",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.10",
|
|
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": [
|