@mirantes-micro/foundation-design-system 1.2.307 → 1.2.309

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
@@ -640,9 +640,8 @@ interface MirantesSheetsProps {
640
640
  className?: string;
641
641
  contentClassName?: string;
642
642
  hideCloseButton?: boolean;
643
- zIndex?: number;
644
643
  }
645
- declare const MirantesSheets: ({ isOpen, onOpenChange, title, customHeader, children, footer, side, className, contentClassName, hideCloseButton, iconTitle, iconTitleClassName, zIndex, }: MirantesSheetsProps) => React__default.JSX.Element;
644
+ declare const MirantesSheets: ({ isOpen, onOpenChange, title, customHeader, children, footer, side, className, contentClassName, hideCloseButton, iconTitle, iconTitleClassName, }: MirantesSheetsProps) => React__default.JSX.Element;
646
645
 
647
646
  declare function RadioButtonInput({ label, isSelected, onSelect, }: {
648
647
  label?: string;