sag_components 2.0.0-beta344 → 2.0.0-beta346

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.
@@ -1,5 +1,5 @@
1
1
  export default MessageBox;
2
- declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, primaryText, secondaryText, width, height, color, hoverColor, opacity, secondaryColor, seperateSectionBorder, children, tooltipContent, }: {
2
+ declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, primaryText, secondaryText, width, height, color, hoverColor, opacity, secondaryColor, seperateSectionBorder, children, tooltipContent, disableBackdropClose, }: {
3
3
  isOpen?: boolean;
4
4
  isDisabled?: boolean;
5
5
  onClose?: () => void;
@@ -16,4 +16,5 @@ declare function MessageBox({ isOpen, isDisabled, onClose, onConfirm, title, pri
16
16
  seperateSectionBorder?: boolean;
17
17
  children: any;
18
18
  tooltipContent?: string;
19
+ disableBackdropClose?: boolean;
19
20
  }): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta344",
3
+ "version": "2.0.0-beta346",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",