@onpe/ui 1.3.26 → 1.3.28

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.
@@ -12,8 +12,9 @@ export interface ModalProps extends HTMLAttributes<HTMLDivElement> {
12
12
  disableFocusRestore?: boolean;
13
13
  existTabIndex?: boolean;
14
14
  zIndexLevel?: number;
15
+ onCloseComplete?: () => void;
15
16
  overlayColor?: 'blue' | 'skyblue' | 'skyblue-light' | 'yellow' | 'light-skyblue' | 'gray' | 'gray-light' | 'gray-extra-light' | 'red' | 'dark-gray' | 'green' | 'yellow-light' | 'primary';
16
17
  }
17
- export declare const Modal: ({ isOpen, onClose, children, whitoutBackground, closeButton, closeDisabled, escapeToClose, disableFocus, disableFocusRestore, existTabIndex, zIndexLevel, overlayColor, ...props }: ModalProps) => import("react/jsx-runtime").JSX.Element;
18
+ export declare const Modal: ({ isOpen, onClose, children, whitoutBackground, closeButton, closeDisabled, escapeToClose, disableFocus, disableFocusRestore, existTabIndex, zIndexLevel, onCloseComplete, overlayColor, ...props }: ModalProps) => import("react/jsx-runtime").JSX.Element;
18
19
  export default Modal;
19
20
  //# sourceMappingURL=Modal.d.ts.map
@@ -968,6 +968,7 @@ body.onpe-modal-open {
968
968
  }
969
969
 
970
970
  .onpe-footer-contact-text {
971
+ display: flex;
971
972
  font-size: 0.875rem;
972
973
  font-weight: 500;
973
974
  color: white;
@@ -41,9 +41,10 @@ interface ModalProps extends HTMLAttributes<HTMLDivElement> {
41
41
  disableFocusRestore?: boolean;
42
42
  existTabIndex?: boolean;
43
43
  zIndexLevel?: number;
44
+ onCloseComplete?: () => void;
44
45
  overlayColor?: 'blue' | 'skyblue' | 'skyblue-light' | 'yellow' | 'light-skyblue' | 'gray' | 'gray-light' | 'gray-extra-light' | 'red' | 'dark-gray' | 'green' | 'yellow-light' | 'primary';
45
46
  }
46
- declare const Modal: ({ isOpen, onClose, children, whitoutBackground, closeButton, closeDisabled, escapeToClose, disableFocus, disableFocusRestore, existTabIndex, zIndexLevel, overlayColor, ...props }: ModalProps) => react_jsx_runtime.JSX.Element;
47
+ declare const Modal: ({ isOpen, onClose, children, whitoutBackground, closeButton, closeDisabled, escapeToClose, disableFocus, disableFocusRestore, existTabIndex, zIndexLevel, onCloseComplete, overlayColor, ...props }: ModalProps) => react_jsx_runtime.JSX.Element;
47
48
 
48
49
  interface ModalBrowserIncompatibleProps {
49
50
  isOpen: boolean;
@@ -968,6 +968,7 @@ body.onpe-modal-open {
968
968
  }
969
969
 
970
970
  .onpe-footer-contact-text {
971
+ display: flex;
971
972
  font-size: 0.875rem;
972
973
  font-weight: 500;
973
974
  color: white;