@htmlbricks/hb-dialogform 0.71.6 → 0.71.7
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 +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
}
|
|
485
485
|
}
|
|
486
486
|
],
|
|
487
|
-
"iifeIntegrity": "sha384-
|
|
487
|
+
"iifeIntegrity": "sha384-AvjHoQokC2niBtxBJ1lqPEnaUohQ4PVJ5A2ea7nnxvE+bmzSIlNyF3QG9YcDVMUb",
|
|
488
488
|
"dependencies": [
|
|
489
489
|
{
|
|
490
490
|
"name": "hb-dialog",
|
|
@@ -628,5 +628,5 @@
|
|
|
628
628
|
"size": {},
|
|
629
629
|
"iifePath": "main.iife.js",
|
|
630
630
|
"repoName": "@htmlbricks/hb-dialogform",
|
|
631
|
-
"version": "0.71.
|
|
631
|
+
"version": "0.71.7"
|
|
632
632
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dialogform",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.7",
|
|
4
4
|
"contributors": [],
|
|
5
5
|
"description": "Bulma-based modal workflow: 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` (Bulma modal, backdrop/keyboard, `show`) and re-dispatches `modalShow`. Prop `dialogclasses` exists on the type but is not wired to the dialog markup yet.",
|
|
6
6
|
"licenses": [
|