@mirantes-micro/foundation-design-system 1.1.7 → 1.1.9

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/index.d.ts CHANGED
@@ -705,13 +705,12 @@ interface ModalConfigProps {
705
705
  animationConfig?: ModalAnimationConfig;
706
706
  header?: React.ReactNode;
707
707
  zIndex?: number;
708
+ offsetTop?: number;
708
709
  }
709
710
  interface AnimatedModalProps extends BaseModalProps, ModalStyleProps, ModalBehaviorProps, ModalConfigProps {
710
711
  }
711
712
 
712
- declare function AnimatedModal({ isOpen, onClose, children, variant, className, contentClassName, overlayClassName, closeOnClickOutside, closeOnEscape, hideCloseButton, preventBodyScroll, showOverlay, position, animationConfig, header, zIndex, offsetTop, }: AnimatedModalProps & {
713
- offsetTop?: number;
714
- }): React__default.JSX.Element | null;
713
+ declare function AnimatedModal({ isOpen, onClose, children, variant, className, contentClassName, overlayClassName, closeOnClickOutside, closeOnEscape, hideCloseButton, showOverlay, position, header, zIndex, offsetTop, preventBodyScroll }: AnimatedModalProps): React__default.JSX.Element;
715
714
 
716
715
  interface IResponsiveDrawerProps {
717
716
  isOpen: boolean;