@htmlbricks/hb-dialogform 0.68.7 → 0.68.8
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
|
@@ -481,7 +481,7 @@
|
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
483
|
],
|
|
484
|
-
"iifeIntegrity": "sha384-
|
|
484
|
+
"iifeIntegrity": "sha384-p3rsQZrq3MbYUlnCGvqPhkvKbIKKgbctMrV2pU42zN/eb31xQ/wdzZOfRL/T+4cx",
|
|
485
485
|
"dependencies": [
|
|
486
486
|
{
|
|
487
487
|
"name": "hb-dialog",
|
|
@@ -625,5 +625,5 @@
|
|
|
625
625
|
"size": {},
|
|
626
626
|
"iifePath": "main.iife.js",
|
|
627
627
|
"repoName": "@htmlbricks/hb-dialogform",
|
|
628
|
-
"version": "0.68.
|
|
628
|
+
"version": "0.68.8"
|
|
629
629
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dialogform",
|
|
3
|
-
"version": "0.68.
|
|
3
|
+
"version": "0.68.8",
|
|
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": [
|