@htmlbricks/hb-dialogform 0.71.34 → 0.71.35
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
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
],
|
|
476
|
-
"iifeIntegrity": "sha384-
|
|
476
|
+
"iifeIntegrity": "sha384-nuPHlKQWQPsWZmM5VLW3ybub/RPk97ONIrE+++TiabphlH7VMQ2DD+VIYFjFuEw5",
|
|
477
477
|
"dependencies": [
|
|
478
478
|
{
|
|
479
479
|
"name": "hb-dialog",
|
|
@@ -617,5 +617,5 @@
|
|
|
617
617
|
"size": {},
|
|
618
618
|
"iifePath": "main.iife.js",
|
|
619
619
|
"repoName": "@htmlbricks/hb-dialogform",
|
|
620
|
-
"version": "0.71.
|
|
620
|
+
"version": "0.71.35"
|
|
621
621
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-dialogform",
|
|
3
|
-
"version": "0.71.
|
|
3
|
+
"version": "0.71.35",
|
|
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": [
|