dce-reactkit 3.7.10-beta.3 → 3.7.10-beta.4

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/dist/esm/index.js CHANGED
@@ -1202,7 +1202,7 @@ const AppWrapper = (props) => {
1202
1202
  if (onConfirmClosed) {
1203
1203
  onConfirmClosed(buttonType === ModalButtonType$1.Okay);
1204
1204
  }
1205
- }, dontAllowBackdropExit: true }, confirmInfo.text));
1205
+ }, onTopOfOtherModals: true, dontAllowBackdropExit: true }, confirmInfo.text));
1206
1206
  }
1207
1207
  /* ---------- Custom Modals --------- */
1208
1208
  // List of modals added outside reactkit via the Modal component