mui-dialog 1.0.25 → 1.0.26

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.
@@ -1914,6 +1914,8 @@ const MuiDialog = (props) => {
1914
1914
  maxWidth: SIZE_TO_MAX_WIDTH[selectedSize],
1915
1915
  fullWidth: true,
1916
1916
  ...rest,
1917
+ disableEnforceFocus: true,
1918
+ disableRestoreFocus: true,
1917
1919
  children: /* @__PURE__ */ jsxs("div", { className: `p-24 h-fill ${IS_SAFARI ? "safari-height-fix" : ""}`, children: [
1918
1920
  title && /* @__PURE__ */ jsxs(
1919
1921
  "div",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/viplatform/mui-dialog/issues"
8
8
  },
9
9
  "homepage": "https://github.com/viplatform/mui-dialog#readme",
10
- "version": "1.0.25",
10
+ "version": "1.0.26",
11
11
  "files": [
12
12
  "dist"
13
13
  ],