@htmlbricks/hb-form-composer 0.71.34 → 0.71.36
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/README.md +82 -15
- 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
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
],
|
|
143
|
-
"iifeIntegrity": "sha384-
|
|
143
|
+
"iifeIntegrity": "sha384-QAySiXI2BwGpZ6XUXg9Xp1BU7dBQkuQ6xH4Wt9D3nC6wVUKaneKEwl5VyPfL/Br3",
|
|
144
144
|
"dependencies": [
|
|
145
145
|
{
|
|
146
146
|
"name": "hb-form",
|
|
@@ -543,5 +543,5 @@
|
|
|
543
543
|
"size": {},
|
|
544
544
|
"iifePath": "main.iife.js",
|
|
545
545
|
"repoName": "@htmlbricks/hb-form-composer",
|
|
546
|
-
"version": "0.71.
|
|
546
|
+
"version": "0.71.36"
|
|
547
547
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-form-composer",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.36",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Visual form-schema builder: internal `hb-form` defines field types, validation flags, and options, mirrored into an `hb-table` preview and editable via `hb-dialogform`. Accumulates `output_schema` as the composed `hb-form` schema array and can emit debug-oriented events for each sub-component interaction.",
|
|
6
6
|
"licenses": [
|