mblabs-roccato-frontend-commons 0.2.3 → 0.2.5
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
|
@@ -806,7 +806,9 @@ export declare function Dialog({ ...props }: React_2.ComponentProps<typeof Dialo
|
|
|
806
806
|
|
|
807
807
|
export declare function DialogClose({ ...props }: React_2.ComponentProps<typeof DialogPrimitive.Close>): JSX.Element;
|
|
808
808
|
|
|
809
|
-
export declare function DialogContent({ className, children, ...props }: React_2.ComponentProps<typeof DialogPrimitive.Content>
|
|
809
|
+
export declare function DialogContent({ className, children, showCloseButton, ...props }: React_2.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
810
|
+
showCloseButton?: boolean;
|
|
811
|
+
}): JSX.Element;
|
|
810
812
|
|
|
811
813
|
export declare function DialogDescription({ className, ...props }: React_2.ComponentProps<typeof DialogPrimitive.Description>): JSX.Element;
|
|
812
814
|
|
|
@@ -942,6 +944,8 @@ export declare function Eye(props: ComponentProps<'svg'>): JSX.Element;
|
|
|
942
944
|
|
|
943
945
|
export declare const FaceFrown: (props: ComponentProps<"svg">) => JSX.Element;
|
|
944
946
|
|
|
947
|
+
export declare const FaceHappy: (props: ComponentProps<"svg">) => JSX.Element;
|
|
948
|
+
|
|
945
949
|
export declare function File06(props: ComponentProps<'svg'>): JSX.Element;
|
|
946
950
|
|
|
947
951
|
export declare function FileAttachment04(props: ComponentProps<'svg'>): JSX.Element;
|