dce-reactkit 3.7.10-beta.3 → 3.7.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dce-reactkit",
3
- "version": "3.7.10-beta.3",
3
+ "version": "3.7.10",
4
4
  "description": "Shared components for Harvard DCE apps",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -616,6 +616,7 @@ const AppWrapper: React.FC<Props> = (props: Props): React.ReactElement => {
616
616
  onConfirmClosed(buttonType === ModalButtonType.Okay);
617
617
  }
618
618
  }}
619
+ onTopOfOtherModals
619
620
  dontAllowBackdropExit
620
621
  >
621
622
  {confirmInfo.text}