@mirantes-micro/foundation-design-system 1.2.304 → 1.2.306
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 +2 -1
- package/dist/index.js +27 -27
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -638,8 +638,9 @@ interface MirantesSheetsProps {
|
|
|
638
638
|
className?: string;
|
|
639
639
|
contentClassName?: string;
|
|
640
640
|
hideCloseButton?: boolean;
|
|
641
|
+
zIndex?: number;
|
|
641
642
|
}
|
|
642
|
-
declare const MirantesSheets: ({ isOpen, onOpenChange, title, customHeader, children, footer, side, className, contentClassName, hideCloseButton, iconTitle, iconTitleClassName, }: MirantesSheetsProps) => React__default.JSX.Element;
|
|
643
|
+
declare const MirantesSheets: ({ isOpen, onOpenChange, title, customHeader, children, footer, side, className, contentClassName, hideCloseButton, iconTitle, iconTitleClassName, zIndex, }: MirantesSheetsProps) => React__default.JSX.Element;
|
|
643
644
|
|
|
644
645
|
declare function RadioButtonInput({ label, isSelected, onSelect, }: {
|
|
645
646
|
label?: string;
|