@htmlbricks/hb-dialogform 0.69.0 → 0.70.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 +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
482
|
],
|
|
483
|
-
"iifeIntegrity": "sha384-
|
|
483
|
+
"iifeIntegrity": "sha384-7yq+Ke/IMEmjp4KTTyzUVTFJoGy3at4c3y6w/qHJK05BA//5cB1nj0u0j0fsvuvR",
|
|
484
484
|
"dependencies": [
|
|
485
485
|
{
|
|
486
486
|
"name": "hb-dialog",
|
|
@@ -624,5 +624,5 @@
|
|
|
624
624
|
"size": {},
|
|
625
625
|
"iifePath": "main.iife.js",
|
|
626
626
|
"repoName": "@htmlbricks/hb-dialogform",
|
|
627
|
-
"version": "0.
|
|
627
|
+
"version": "0.70.1"
|
|
628
628
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dialogform",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.70.1",
|
|
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": [
|