@htmlbricks/hb-dialogform 0.73.5 → 0.73.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
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
}
|
|
515
515
|
}
|
|
516
516
|
],
|
|
517
|
-
"iifeIntegrity": "sha384-
|
|
517
|
+
"iifeIntegrity": "sha384-KJVgjgb49AiiiFxainHpveIqOEYclMiCwTr+Mvt4BXYUqAaeB5AsVu6zcNwXYI0m",
|
|
518
518
|
"dependencies": [
|
|
519
519
|
{
|
|
520
520
|
"name": "hb-dialog",
|
|
@@ -658,5 +658,5 @@
|
|
|
658
658
|
"size": {},
|
|
659
659
|
"iifePath": "main.iife.js",
|
|
660
660
|
"repoName": "@htmlbricks/hb-dialogform",
|
|
661
|
-
"version": "0.73.
|
|
661
|
+
"version": "0.73.7"
|
|
662
662
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dialogform",
|
|
3
|
-
"version": "0.73.
|
|
3
|
+
"version": "0.73.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": [
|