@htmlbricks/hb-form 0.65.22 → 0.66.0
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 +4 -4
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -42
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
|
-
"description": "",
|
|
237
|
+
"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.",
|
|
238
238
|
"storybookArgs": {
|
|
239
239
|
"schema": {
|
|
240
240
|
"control": {
|
|
@@ -286,44 +286,7 @@
|
|
|
286
286
|
}
|
|
287
287
|
},
|
|
288
288
|
"styleSetup": {
|
|
289
|
-
"vars": [
|
|
290
|
-
{
|
|
291
|
-
"name": "--bs-primary",
|
|
292
|
-
"valueType": "color",
|
|
293
|
-
"theme": "bootstrap",
|
|
294
|
-
"defaultValue": "#07689f"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"name": "--bs-secondary",
|
|
298
|
-
"valueType": "color",
|
|
299
|
-
"theme": "bootstrap",
|
|
300
|
-
"defaultValue": "#c9d6df"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"name": "--bs-success",
|
|
304
|
-
"valueType": "color",
|
|
305
|
-
"theme": "bootstrap",
|
|
306
|
-
"defaultValue": "#11d3bc"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"name": "--bs-info",
|
|
310
|
-
"valueType": "color",
|
|
311
|
-
"theme": "bootstrap",
|
|
312
|
-
"defaultValue": "#a2d5f2"
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "--bs-warning",
|
|
316
|
-
"valueType": "color",
|
|
317
|
-
"theme": "bootstrap",
|
|
318
|
-
"defaultValue": "#ffc107"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"name": "--bs-danger",
|
|
322
|
-
"valueType": "color",
|
|
323
|
-
"theme": "bootstrap",
|
|
324
|
-
"defaultValue": "#f67280"
|
|
325
|
-
}
|
|
326
|
-
],
|
|
289
|
+
"vars": [],
|
|
327
290
|
"parts": [
|
|
328
291
|
{
|
|
329
292
|
"name": "invalid-feedback",
|
|
@@ -804,12 +767,12 @@
|
|
|
804
767
|
],
|
|
805
768
|
"readmePath": "README.md",
|
|
806
769
|
"name": "hb-form",
|
|
807
|
-
"category": "
|
|
770
|
+
"category": "forms",
|
|
808
771
|
"tags": [
|
|
809
|
-
"
|
|
772
|
+
"forms"
|
|
810
773
|
],
|
|
811
774
|
"size": {},
|
|
812
775
|
"iifePath": "main.iife.js",
|
|
813
776
|
"repoName": "@htmlbricks/hb-form",
|
|
814
|
-
"version": "0.
|
|
777
|
+
"version": "0.66.0"
|
|
815
778
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-form",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
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": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|