@onpe/ui 1.2.78 → 1.2.80

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.
@@ -14,7 +14,8 @@ export interface ModalConfirmProps {
14
14
  twoButtons?: boolean;
15
15
  className?: string;
16
16
  zIndexLevel?: number;
17
+ withoutAutoClose?: boolean;
17
18
  }
18
- export declare const ModalConfirm: ({ isOpen, onClose, title, message, icon, color, onConfirm, onCancel, textButtonConfirm, textButtonCancel, twoButtons, className, zIndexLevel, }: ModalConfirmProps) => import("react/jsx-runtime").JSX.Element;
19
+ export declare const ModalConfirm: ({ isOpen, onClose, withoutAutoClose, title, message, icon, color, onConfirm, onCancel, textButtonConfirm, textButtonCancel, twoButtons, className, zIndexLevel, }: ModalConfirmProps) => import("react/jsx-runtime").JSX.Element;
19
20
  export default ModalConfirm;
20
21
  //# sourceMappingURL=ModalConfirm.d.ts.map
@@ -271,7 +271,7 @@ body.onpe-modal-open {
271
271
  padding: 25px 1rem 50px 1rem; /* Móvil: top 25px, bottom 50px, left/right 1rem */
272
272
  min-width: 320px;
273
273
  width: 95vw; /* Móvil: 95vw automático */
274
- max-width: 95vw; /* Móvil: 95vw automático */
274
+ max-width: 337px; /* Móvil: máximo 337px */
275
275
  max-height: 90vh;
276
276
  overflow-y: auto;
277
277
  scroll-behavior: smooth; /* Scroll suave */
@@ -65,8 +65,9 @@ interface ModalConfirmProps {
65
65
  twoButtons?: boolean;
66
66
  className?: string;
67
67
  zIndexLevel?: number;
68
+ withoutAutoClose?: boolean;
68
69
  }
69
- declare const ModalConfirm: ({ isOpen, onClose, title, message, icon, color, onConfirm, onCancel, textButtonConfirm, textButtonCancel, twoButtons, className, zIndexLevel, }: ModalConfirmProps) => react_jsx_runtime.JSX.Element;
70
+ declare const ModalConfirm: ({ isOpen, onClose, withoutAutoClose, title, message, icon, color, onConfirm, onCancel, textButtonConfirm, textButtonCancel, twoButtons, className, zIndexLevel, }: ModalConfirmProps) => react_jsx_runtime.JSX.Element;
70
71
 
71
72
  interface ModalLoadingProps {
72
73
  isOpen: boolean;
@@ -271,7 +271,7 @@ body.onpe-modal-open {
271
271
  padding: 25px 1rem 50px 1rem; /* Móvil: top 25px, bottom 50px, left/right 1rem */
272
272
  min-width: 320px;
273
273
  width: 95vw; /* Móvil: 95vw automático */
274
- max-width: 95vw; /* Móvil: 95vw automático */
274
+ max-width: 337px; /* Móvil: máximo 337px */
275
275
  max-height: 90vh;
276
276
  overflow-y: auto;
277
277
  scroll-behavior: smooth; /* Scroll suave */