@htmlbricks/hb-dialogform 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 +2 -2
- package/main.iife.js.map +1 -1
- package/manifest.json +6 -42
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
},
|
|
217
|
-
"description": "",
|
|
217
|
+
"description": "Modal that embeds `hb-form` with the same `schema` contract: live `updateForm` events mirror form validity and values, and the confirm button dispatches `modalFormConfirm` with the last valid payload or `modalFormCancel` when dismissed or invalid. Composes `hb-dialog` (backdrop/keyboard, `show`) and re-dispatches `modalShow`.",
|
|
218
218
|
"storybookArgs": {
|
|
219
219
|
"schema": {
|
|
220
220
|
"control": {
|
|
@@ -290,44 +290,7 @@
|
|
|
290
290
|
}
|
|
291
291
|
},
|
|
292
292
|
"styleSetup": {
|
|
293
|
-
"vars": [
|
|
294
|
-
{
|
|
295
|
-
"name": "--bs-primary",
|
|
296
|
-
"valueType": "color",
|
|
297
|
-
"theme": "bootstrap",
|
|
298
|
-
"defaultValue": "#07689f"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"name": "--bs-secondary",
|
|
302
|
-
"valueType": "color",
|
|
303
|
-
"theme": "bootstrap",
|
|
304
|
-
"defaultValue": "#c9d6df"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"name": "--bs-success",
|
|
308
|
-
"valueType": "color",
|
|
309
|
-
"theme": "bootstrap",
|
|
310
|
-
"defaultValue": "#11d3bc"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"name": "--bs-info",
|
|
314
|
-
"valueType": "color",
|
|
315
|
-
"theme": "bootstrap",
|
|
316
|
-
"defaultValue": "#a2d5f2"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"name": "--bs-warning",
|
|
320
|
-
"valueType": "color",
|
|
321
|
-
"theme": "bootstrap",
|
|
322
|
-
"defaultValue": "#ffc107"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"name": "--bs-danger",
|
|
326
|
-
"valueType": "color",
|
|
327
|
-
"theme": "bootstrap",
|
|
328
|
-
"defaultValue": "#f67280"
|
|
329
|
-
}
|
|
330
|
-
],
|
|
293
|
+
"vars": [],
|
|
331
294
|
"parts": []
|
|
332
295
|
},
|
|
333
296
|
"contributors": [],
|
|
@@ -444,12 +407,13 @@
|
|
|
444
407
|
],
|
|
445
408
|
"readmePath": "README.md",
|
|
446
409
|
"name": "hb-dialogform",
|
|
447
|
-
"category": "
|
|
410
|
+
"category": "forms",
|
|
448
411
|
"tags": [
|
|
449
|
-
"
|
|
412
|
+
"forms",
|
|
413
|
+
"overlays"
|
|
450
414
|
],
|
|
451
415
|
"size": {},
|
|
452
416
|
"iifePath": "main.iife.js",
|
|
453
417
|
"repoName": "@htmlbricks/hb-dialogform",
|
|
454
|
-
"version": "0.
|
|
418
|
+
"version": "0.66.0"
|
|
455
419
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dialogform",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Modal that embeds `hb-form` with the same `schema` contract: live `updateForm` events mirror form validity and values, and the confirm button dispatches `modalFormConfirm` with the last valid payload or `modalFormCancel` when dismissed or invalid. Composes `hb-dialog` (backdrop/keyboard, `show`) and re-dispatches `modalShow`.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|