@htmlbricks/hb-form 0.65.23 → 0.66.1
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 +2 -39
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -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",
|
|
@@ -811,5 +774,5 @@
|
|
|
811
774
|
"size": {},
|
|
812
775
|
"iifePath": "main.iife.js",
|
|
813
776
|
"repoName": "@htmlbricks/hb-form",
|
|
814
|
-
"version": "0.
|
|
777
|
+
"version": "0.66.1"
|
|
815
778
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-form",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.1",
|
|
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": [
|