randmarcomps 1.496.0 → 1.498.0
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/randmarcomps.d.ts +1 -0
- package/dist/randmarcomps.js +1479 -1445
- package/dist/randmarcomps.umd.cjs +38 -38
- package/dist/style.css +15 -0
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -404,6 +404,7 @@ export declare const DialogClose: React_2.ForwardRefExoticComponent<DialogPrimit
|
|
|
404
404
|
|
|
405
405
|
export declare const DialogContent: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
406
406
|
animateExit?: boolean;
|
|
407
|
+
overlayClassName?: string;
|
|
407
408
|
} & React_2.RefAttributes<HTMLDivElement>>;
|
|
408
409
|
|
|
409
410
|
export declare const DialogDescription: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React_2.RefAttributes<HTMLParagraphElement>, "ref"> & React_2.RefAttributes<HTMLParagraphElement>>;
|