unifyedx-storybook-new 0.2.47 → 0.2.48

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.
@@ -5742,7 +5742,8 @@ function zs({
5742
5742
  category: "secondary",
5743
5743
  onClick: E,
5744
5744
  label: "Cancel",
5745
- disabled: d
5745
+ disabled: d,
5746
+ type: "button"
5746
5747
  }
5747
5748
  ),
5748
5749
  /* @__PURE__ */ e(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.2.47",
4
+ "version": "0.2.48",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",