@htmlbricks/hb-dialogform 0.66.2 → 0.66.4
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 +3 -1
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -396,6 +396,8 @@
|
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
398
|
],
|
|
399
|
+
"iifeIntegrity": "sha384-fRhJIx+D2NZ3RELNwJQcXUHVwerR60IxOUat7jeD2GANjeQWg7Q5ikU1jz3xCB3r",
|
|
400
|
+
"iifeIntegrityType": "sha384",
|
|
399
401
|
"screenshots": [],
|
|
400
402
|
"licenses": [
|
|
401
403
|
{
|
|
@@ -415,5 +417,5 @@
|
|
|
415
417
|
"size": {},
|
|
416
418
|
"iifePath": "main.iife.js",
|
|
417
419
|
"repoName": "@htmlbricks/hb-dialogform",
|
|
418
|
-
"version": "0.66.
|
|
420
|
+
"version": "0.66.4"
|
|
419
421
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dialogform",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.4",
|
|
4
4
|
"contributors": [],
|
|
5
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": [
|