@htmlbricks/hb-dialogform 0.66.0 → 0.66.2

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/manifest.json CHANGED
@@ -415,5 +415,5 @@
415
415
  "size": {},
416
416
  "iifePath": "main.iife.js",
417
417
  "repoName": "@htmlbricks/hb-dialogform",
418
- "version": "0.66.0"
418
+ "version": "0.66.2"
419
419
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-dialogform",
3
- "version": "0.66.0",
3
+ "version": "0.66.2",
4
4
  "contributors": [],
5
5
  "description": "Modal that 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` (backdrop/keyboard, `show`) and re-dispatches `modalShow`.",
6
6
  "licenses": [
@@ -131,4 +131,3 @@
131
131
  }
132
132
  }
133
133
  }
134
-
@@ -78,4 +78,3 @@
78
78
  }
79
79
  }
80
80
  }
81
-