@doist/reactist 25.1.0 → 25.1.1

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.
@@ -2326,7 +2326,8 @@ function Modal(_ref) {
2326
2326
  }, /*#__PURE__*/React__namespace.createElement(FocusLock__default["default"], {
2327
2327
  autoFocus: autoFocus,
2328
2328
  whiteList: isNotInternalFrame,
2329
- returnFocus: true
2329
+ returnFocus: true,
2330
+ crossFrame: false
2330
2331
  }, /*#__PURE__*/React__namespace.createElement(react.Dialog, _objectSpread2(_objectSpread2({}, props), {}, {
2331
2332
  ref: dialogRef,
2332
2333
  render: /*#__PURE__*/React__namespace.createElement(Box$1, {