@tb-dev/vue-components 2.2.3 → 3.0.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.
@@ -1,3 +1 @@
1
- import { default as AlertDialog } from './AlertDialog.vue';
2
- export type * from './types';
3
- export { AlertDialog };
1
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, } from '../__base/alert-dialog';
@@ -1,4 +1 @@
1
- import { default as Dialog } from './Dialog.vue';
2
- export type * from './types';
3
- export { Dialog };
4
- export { DialogClose } from '../__base/dialog';
1
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogScrollContent, DialogTitle, DialogTrigger, } from '../__base/dialog';
@@ -1,2 +1 @@
1
- import { default as HoverCard } from './HoverCard.vue';
2
- export { HoverCard };
1
+ export { HoverCard, HoverCardContent, HoverCardTrigger } from '../__base/hover-card';
@@ -1,3 +1 @@
1
- import { PopoverContent } from '../__base/popover';
2
- import { default as Popover } from './Popover.vue';
3
- export { Popover, PopoverContent };
1
+ export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from '../__base/popover';
@@ -1,2 +1 @@
1
- import { default as Tooltip } from './Tooltip.vue';
2
- export { Tooltip };
1
+ export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '../__base/tooltip';