@appcorp/shadcn 2.0.6 → 2.0.7
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/components/ui/drawer.d.ts +1 -10
- package/components/ui/drawer.js +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1 @@
|
|
|
1
|
-
export
|
|
2
|
-
export declare const DrawerPortal: typeof import("./drawer-impl")["DrawerPortal"];
|
|
3
|
-
export declare const DrawerOverlay: typeof import("./drawer-impl")["DrawerOverlay"];
|
|
4
|
-
export declare const DrawerTrigger: typeof import("./drawer-impl")["DrawerTrigger"];
|
|
5
|
-
export declare const DrawerClose: typeof import("./drawer-impl")["DrawerClose"];
|
|
6
|
-
export declare const DrawerContent: typeof import("./drawer-impl")["DrawerContent"];
|
|
7
|
-
export declare const DrawerHeader: typeof import("./drawer-impl")["DrawerHeader"];
|
|
8
|
-
export declare const DrawerFooter: typeof import("./drawer-impl")["DrawerFooter"];
|
|
9
|
-
export declare const DrawerTitle: typeof import("./drawer-impl")["DrawerTitle"];
|
|
10
|
-
export declare const DrawerDescription: typeof import("./drawer-impl")["DrawerDescription"];
|
|
1
|
+
export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, } from "./drawer-impl";
|
package/components/ui/drawer.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";export{Drawer,DrawerPortal,DrawerOverlay,DrawerTrigger,DrawerClose,DrawerContent,DrawerHeader,DrawerFooter,DrawerTitle,DrawerDescription}from"./drawer-impl";
|