@arolariu/components 0.0.12 → 0.0.13

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.
Files changed (100) hide show
  1. package/dist/es/components/ui/select.js +1 -1
  2. package/dist/types/components/ui/accordion.d.ts.map +1 -0
  3. package/dist/types/components/ui/alert-dialog.d.ts.map +1 -0
  4. package/dist/types/components/ui/alert.d.ts.map +1 -0
  5. package/dist/types/components/ui/aspect-ratio.d.ts.map +1 -0
  6. package/dist/types/components/ui/avatar.d.ts.map +1 -0
  7. package/dist/types/components/ui/badge.d.ts.map +1 -0
  8. package/dist/types/components/ui/breadcrumb.d.ts.map +1 -0
  9. package/dist/types/components/ui/button.d.ts.map +1 -0
  10. package/dist/types/components/ui/calendar.d.ts.map +1 -0
  11. package/dist/types/components/ui/card.d.ts.map +1 -0
  12. package/dist/types/components/ui/carousel.d.ts.map +1 -0
  13. package/dist/types/components/ui/chart.d.ts.map +1 -0
  14. package/dist/types/components/ui/checkbox.d.ts.map +1 -0
  15. package/dist/types/components/ui/collapsible.d.ts.map +1 -0
  16. package/dist/types/components/ui/command.d.ts.map +1 -0
  17. package/dist/types/components/ui/context-menu.d.ts.map +1 -0
  18. package/dist/types/components/ui/dialog.d.ts.map +1 -0
  19. package/dist/types/components/ui/drawer.d.ts.map +1 -0
  20. package/dist/types/components/ui/dropdown-menu.d.ts.map +1 -0
  21. package/dist/types/components/ui/form.d.ts.map +1 -0
  22. package/dist/types/components/ui/hover-card.d.ts.map +1 -0
  23. package/dist/types/components/ui/input-otp.d.ts.map +1 -0
  24. package/dist/types/components/ui/input.d.ts.map +1 -0
  25. package/dist/types/components/ui/label.d.ts.map +1 -0
  26. package/dist/types/components/ui/menubar.d.ts.map +1 -0
  27. package/dist/types/components/ui/navigation-menu.d.ts.map +1 -0
  28. package/dist/types/components/ui/pagination.d.ts.map +1 -0
  29. package/dist/types/components/ui/popover.d.ts.map +1 -0
  30. package/dist/types/components/ui/progress.d.ts.map +1 -0
  31. package/dist/types/components/ui/radio-group.d.ts.map +1 -0
  32. package/dist/types/components/ui/resizable.d.ts.map +1 -0
  33. package/dist/types/components/ui/scroll-area.d.ts.map +1 -0
  34. package/dist/types/components/ui/select.d.ts.map +1 -0
  35. package/dist/types/components/ui/separator.d.ts.map +1 -0
  36. package/dist/types/components/ui/sheet.d.ts.map +1 -0
  37. package/dist/types/components/ui/sidebar.d.ts.map +1 -0
  38. package/dist/types/components/ui/skeleton.d.ts.map +1 -0
  39. package/dist/types/components/ui/slider.d.ts.map +1 -0
  40. package/dist/types/components/ui/sonner.d.ts.map +1 -0
  41. package/dist/types/components/ui/switch.d.ts.map +1 -0
  42. package/dist/types/components/ui/table.d.ts.map +1 -0
  43. package/dist/types/components/ui/tabs.d.ts.map +1 -0
  44. package/dist/types/components/ui/textarea.d.ts.map +1 -0
  45. package/dist/types/components/ui/toggle-group.d.ts.map +1 -0
  46. package/dist/types/components/ui/toggle.d.ts.map +1 -0
  47. package/dist/types/components/ui/tooltip.d.ts.map +1 -0
  48. package/dist/types/hooks/use-mobile.d.ts +2 -0
  49. package/dist/types/hooks/use-mobile.d.ts.map +1 -0
  50. package/dist/types/index.d.ts +47 -689
  51. package/dist/types/index.d.ts.map +1 -0
  52. package/dist/types/lib/utils.d.ts +3 -0
  53. package/dist/types/lib/utils.d.ts.map +1 -0
  54. package/package.json +1 -1
  55. package/dist/types/accordion.d.ts +0 -13
  56. package/dist/types/alert-dialog.d.ts +0 -27
  57. package/dist/types/alert.d.ts +0 -16
  58. package/dist/types/aspect-ratio.d.ts +0 -6
  59. package/dist/types/avatar.d.ts +0 -11
  60. package/dist/types/badge.d.ts +0 -14
  61. package/dist/types/breadcrumb.d.ts +0 -20
  62. package/dist/types/button.d.ts +0 -15
  63. package/dist/types/calendar.d.ts +0 -7
  64. package/dist/types/card.d.ts +0 -16
  65. package/dist/types/carousel.d.ts +0 -42
  66. package/dist/types/chart.d.ts +0 -50
  67. package/dist/types/checkbox.d.ts +0 -7
  68. package/dist/types/collapsible.d.ts +0 -10
  69. package/dist/types/command.d.ts +0 -29
  70. package/dist/types/context-menu.d.ts +0 -42
  71. package/dist/types/dialog.d.ts +0 -25
  72. package/dist/types/drawer.d.ts +0 -25
  73. package/dist/types/dropdown-menu.d.ts +0 -42
  74. package/dist/types/form.d.ts +0 -38
  75. package/dist/types/hover-card.d.ts +0 -11
  76. package/dist/types/input-otp.d.ts +0 -17
  77. package/dist/types/input.d.ts +0 -6
  78. package/dist/types/label.d.ts +0 -7
  79. package/dist/types/menubar.d.ts +0 -44
  80. package/dist/types/navigation-menu.d.ts +0 -26
  81. package/dist/types/pagination.d.ts +0 -33
  82. package/dist/types/popover.d.ts +0 -13
  83. package/dist/types/progress.d.ts +0 -7
  84. package/dist/types/radio-group.d.ts +0 -9
  85. package/dist/types/resizable.d.ts +0 -13
  86. package/dist/types/scroll-area.d.ts +0 -9
  87. package/dist/types/select.d.ts +0 -25
  88. package/dist/types/separator.d.ts +0 -7
  89. package/dist/types/sheet.d.ts +0 -23
  90. package/dist/types/sidebar.d.ts +0 -113
  91. package/dist/types/skeleton.d.ts +0 -5
  92. package/dist/types/slider.d.ts +0 -7
  93. package/dist/types/sonner.d.ts +0 -6
  94. package/dist/types/switch.d.ts +0 -7
  95. package/dist/types/table.d.ts +0 -20
  96. package/dist/types/tabs.d.ts +0 -13
  97. package/dist/types/textarea.d.ts +0 -6
  98. package/dist/types/toggle-group.d.ts +0 -16
  99. package/dist/types/toggle.d.ts +0 -14
  100. package/dist/types/tooltip.d.ts +0 -13
@@ -1,33 +0,0 @@
1
- import { ClassProp } from 'class-variance-authority/types';
2
- import { JSX } from 'react/jsx-runtime';
3
- import * as React_2 from 'react';
4
- import { VariantProps } from 'class-variance-authority';
5
-
6
- declare function Button({ className, variant, size, asChild, ...props }: React_2.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
7
- asChild?: boolean;
8
- }): JSX.Element;
9
-
10
- declare const buttonVariants: (props?: ({
11
- variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
12
- size?: "default" | "sm" | "lg" | "icon" | null | undefined;
13
- } & ClassProp) | undefined) => string;
14
-
15
- export declare function Pagination({ className, ...props }: React_2.ComponentProps<"nav">): JSX.Element;
16
-
17
- export declare function PaginationContent({ className, ...props }: React_2.ComponentProps<"ul">): JSX.Element;
18
-
19
- export declare function PaginationEllipsis({ className, ...props }: React_2.ComponentProps<"span">): JSX.Element;
20
-
21
- export declare function PaginationItem({ ...props }: React_2.ComponentProps<"li">): JSX.Element;
22
-
23
- export declare function PaginationLink({ className, isActive, size, ...props }: PaginationLinkProps): JSX.Element;
24
-
25
- declare type PaginationLinkProps = {
26
- isActive?: boolean;
27
- } & Pick<React_2.ComponentProps<typeof Button>, "size"> & React_2.ComponentProps<"a">;
28
-
29
- export declare function PaginationNext({ className, ...props }: React_2.ComponentProps<typeof PaginationLink>): JSX.Element;
30
-
31
- export declare function PaginationPrevious({ className, ...props }: React_2.ComponentProps<typeof PaginationLink>): JSX.Element;
32
-
33
- export { }
@@ -1,13 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as PopoverPrimitive from '@radix-ui/react-popover';
3
- import * as React_2 from 'react';
4
-
5
- export declare function Popover({ ...props }: React_2.ComponentProps<typeof PopoverPrimitive.Root>): JSX.Element;
6
-
7
- export declare function PopoverAnchor({ ...props }: React_2.ComponentProps<typeof PopoverPrimitive.Anchor>): JSX.Element;
8
-
9
- export declare function PopoverContent({ className, align, sideOffset, ...props }: React_2.ComponentProps<typeof PopoverPrimitive.Content>): JSX.Element;
10
-
11
- export declare function PopoverTrigger({ ...props }: React_2.ComponentProps<typeof PopoverPrimitive.Trigger>): JSX.Element;
12
-
13
- export { }
@@ -1,7 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as ProgressPrimitive from '@radix-ui/react-progress';
3
- import * as React_2 from 'react';
4
-
5
- export declare function Progress({ className, value, ...props }: React_2.ComponentProps<typeof ProgressPrimitive.Root>): JSX.Element;
6
-
7
- export { }
@@ -1,9 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
3
- import * as React_2 from 'react';
4
-
5
- export declare function RadioGroup({ className, ...props }: React_2.ComponentProps<typeof RadioGroupPrimitive.Root>): JSX.Element;
6
-
7
- export declare function RadioGroupItem({ className, ...props }: React_2.ComponentProps<typeof RadioGroupPrimitive.Item>): JSX.Element;
8
-
9
- export { }
@@ -1,13 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
- import * as ResizablePrimitive from 'react-resizable-panels';
4
-
5
- export declare function ResizableHandle({ withHandle, className, ...props }: React_2.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
6
- withHandle?: boolean;
7
- }): JSX.Element;
8
-
9
- export declare function ResizablePanel({ ...props }: React_2.ComponentProps<typeof ResizablePrimitive.Panel>): JSX.Element;
10
-
11
- export declare function ResizablePanelGroup({ className, ...props }: React_2.ComponentProps<typeof ResizablePrimitive.PanelGroup>): JSX.Element;
12
-
13
- export { }
@@ -1,9 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
- import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
4
-
5
- export declare function ScrollArea({ className, children, ...props }: React_2.ComponentProps<typeof ScrollAreaPrimitive.Root>): JSX.Element;
6
-
7
- export declare function ScrollBar({ className, orientation, ...props }: React_2.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): JSX.Element;
8
-
9
- export { }
@@ -1,25 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
- import * as SelectPrimitive from '@radix-ui/react-select';
4
-
5
- export declare function Select({ ...props }: React_2.ComponentProps<typeof SelectPrimitive.Root>): JSX.Element;
6
-
7
- export declare function SelectContent({ className, children, position, ...props }: React_2.ComponentProps<typeof SelectPrimitive.Content>): JSX.Element;
8
-
9
- export declare function SelectGroup({ ...props }: React_2.ComponentProps<typeof SelectPrimitive.Group>): JSX.Element;
10
-
11
- export declare function SelectItem({ className, children, ...props }: React_2.ComponentProps<typeof SelectPrimitive.Item>): JSX.Element;
12
-
13
- export declare function SelectLabel({ className, ...props }: React_2.ComponentProps<typeof SelectPrimitive.Label>): JSX.Element;
14
-
15
- export declare function SelectScrollDownButton({ className, ...props }: React_2.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): JSX.Element;
16
-
17
- export declare function SelectScrollUpButton({ className, ...props }: React_2.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): JSX.Element;
18
-
19
- export declare function SelectSeparator({ className, ...props }: React_2.ComponentProps<typeof SelectPrimitive.Separator>): JSX.Element;
20
-
21
- export declare function SelectTrigger({ className, children, ...props }: React_2.ComponentProps<typeof SelectPrimitive.Trigger>): JSX.Element;
22
-
23
- export declare function SelectValue({ ...props }: React_2.ComponentProps<typeof SelectPrimitive.Value>): JSX.Element;
24
-
25
- export { }
@@ -1,7 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
- import * as SeparatorPrimitive from '@radix-ui/react-separator';
4
-
5
- export declare function Separator({ className, orientation, decorative, ...props }: React_2.ComponentProps<typeof SeparatorPrimitive.Root>): JSX.Element;
6
-
7
- export { }
@@ -1,23 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
- import * as SheetPrimitive from '@radix-ui/react-dialog';
4
-
5
- export declare function Sheet({ ...props }: React_2.ComponentProps<typeof SheetPrimitive.Root>): JSX.Element;
6
-
7
- export declare function SheetClose({ ...props }: React_2.ComponentProps<typeof SheetPrimitive.Close>): JSX.Element;
8
-
9
- export declare function SheetContent({ className, children, side, ...props }: React_2.ComponentProps<typeof SheetPrimitive.Content> & {
10
- side?: "top" | "right" | "bottom" | "left";
11
- }): JSX.Element;
12
-
13
- export declare function SheetDescription({ className, ...props }: React_2.ComponentProps<typeof SheetPrimitive.Description>): JSX.Element;
14
-
15
- export declare function SheetFooter({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
16
-
17
- export declare function SheetHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
18
-
19
- export declare function SheetTitle({ className, ...props }: React_2.ComponentProps<typeof SheetPrimitive.Title>): JSX.Element;
20
-
21
- export declare function SheetTrigger({ ...props }: React_2.ComponentProps<typeof SheetPrimitive.Trigger>): JSX.Element;
22
-
23
- export { }
@@ -1,113 +0,0 @@
1
- import { ClassProp } from 'class-variance-authority/types';
2
- import { JSX } from 'react/jsx-runtime';
3
- import * as React_2 from 'react';
4
- import * as SeparatorPrimitive from '@radix-ui/react-separator';
5
- import * as TooltipPrimitive from '@radix-ui/react-tooltip';
6
- import { VariantProps } from 'class-variance-authority';
7
-
8
- declare function Button({ className, variant, size, asChild, ...props }: React_2.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
9
- asChild?: boolean;
10
- }): JSX.Element;
11
-
12
- declare const buttonVariants: (props?: ({
13
- variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
14
- size?: "default" | "sm" | "lg" | "icon" | null | undefined;
15
- } & ClassProp) | undefined) => string;
16
-
17
- declare function Input({ className, type, ...props }: React_2.ComponentProps<"input">): JSX.Element;
18
-
19
- declare function Separator({ className, orientation, decorative, ...props }: React_2.ComponentProps<typeof SeparatorPrimitive.Root>): JSX.Element;
20
-
21
- export declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React_2.ComponentProps<"div"> & {
22
- side?: "left" | "right";
23
- variant?: "sidebar" | "floating" | "inset";
24
- collapsible?: "offcanvas" | "icon" | "none";
25
- }): JSX.Element;
26
-
27
- export declare function SidebarContent({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
28
-
29
- declare type SidebarContext = {
30
- state: "expanded" | "collapsed";
31
- open: boolean;
32
- setOpen: (open: boolean) => void;
33
- openMobile: boolean;
34
- setOpenMobile: (open: boolean) => void;
35
- isMobile: boolean;
36
- toggleSidebar: () => void;
37
- };
38
-
39
- declare const SidebarContext: React_2.Context<SidebarContext | null>;
40
-
41
- export declare function SidebarFooter({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
42
-
43
- export declare function SidebarGroup({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
44
-
45
- export declare function SidebarGroupAction({ className, asChild, ...props }: React_2.ComponentProps<"button"> & {
46
- asChild?: boolean;
47
- }): JSX.Element;
48
-
49
- export declare function SidebarGroupContent({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
50
-
51
- export declare function SidebarGroupLabel({ className, asChild, ...props }: React_2.ComponentProps<"div"> & {
52
- asChild?: boolean;
53
- }): JSX.Element;
54
-
55
- export declare function SidebarHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
56
-
57
- export declare function SidebarInput({ className, ...props }: React_2.ComponentProps<typeof Input>): JSX.Element;
58
-
59
- export declare function SidebarInset({ className, ...props }: React_2.ComponentProps<"main">): JSX.Element;
60
-
61
- export declare function SidebarMenu({ className, ...props }: React_2.ComponentProps<"ul">): JSX.Element;
62
-
63
- export declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React_2.ComponentProps<"button"> & {
64
- asChild?: boolean;
65
- showOnHover?: boolean;
66
- }): JSX.Element;
67
-
68
- export declare function SidebarMenuBadge({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
69
-
70
- export declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React_2.ComponentProps<"button"> & {
71
- asChild?: boolean;
72
- isActive?: boolean;
73
- tooltip?: string | React_2.ComponentProps<typeof TooltipContent>;
74
- } & VariantProps<typeof sidebarMenuButtonVariants>): JSX.Element;
75
-
76
- declare const sidebarMenuButtonVariants: (props?: ({
77
- variant?: "default" | "outline" | null | undefined;
78
- size?: "default" | "sm" | "lg" | null | undefined;
79
- } & ClassProp) | undefined) => string;
80
-
81
- export declare function SidebarMenuItem({ className, ...props }: React_2.ComponentProps<"li">): JSX.Element;
82
-
83
- export declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React_2.ComponentProps<"div"> & {
84
- showIcon?: boolean;
85
- }): JSX.Element;
86
-
87
- export declare function SidebarMenuSub({ className, ...props }: React_2.ComponentProps<"ul">): JSX.Element;
88
-
89
- export declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React_2.ComponentProps<"a"> & {
90
- asChild?: boolean;
91
- size?: "sm" | "md";
92
- isActive?: boolean;
93
- }): JSX.Element;
94
-
95
- export declare function SidebarMenuSubItem({ className, ...props }: React_2.ComponentProps<"li">): JSX.Element;
96
-
97
- export declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React_2.ComponentProps<"div"> & {
98
- defaultOpen?: boolean;
99
- open?: boolean;
100
- onOpenChange?: (open: boolean) => void;
101
- }): JSX.Element;
102
-
103
- export declare function SidebarRail({ className, ...props }: React_2.ComponentProps<"button">): JSX.Element;
104
-
105
- export declare function SidebarSeparator({ className, ...props }: React_2.ComponentProps<typeof Separator>): JSX.Element;
106
-
107
- export declare function SidebarTrigger({ className, onClick, ...props }: React_2.ComponentProps<typeof Button>): JSX.Element;
108
-
109
- declare function TooltipContent({ className, sideOffset, children, ...props }: React_2.ComponentProps<typeof TooltipPrimitive.Content>): JSX.Element;
110
-
111
- export declare function useSidebar(): SidebarContext;
112
-
113
- export { }
@@ -1,5 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
-
3
- export declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): JSX.Element;
4
-
5
- export { }
@@ -1,7 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
- import * as SliderPrimitive from '@radix-ui/react-slider';
4
-
5
- export declare function Slider({ className, defaultValue, value, min, max, ...props }: React_2.ComponentProps<typeof SliderPrimitive.Root>): JSX.Element;
6
-
7
- export { }
@@ -1,6 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import { ToasterProps } from 'sonner';
3
-
4
- export declare const Toaster: ({ ...props }: ToasterProps) => JSX.Element;
5
-
6
- export { }
@@ -1,7 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
- import * as SwitchPrimitive from '@radix-ui/react-switch';
4
-
5
- export declare function Switch({ className, ...props }: React_2.ComponentProps<typeof SwitchPrimitive.Root>): JSX.Element;
6
-
7
- export { }
@@ -1,20 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
-
4
- export declare function Table({ className, ...props }: React_2.ComponentProps<"table">): JSX.Element;
5
-
6
- export declare function TableBody({ className, ...props }: React_2.ComponentProps<"tbody">): JSX.Element;
7
-
8
- export declare function TableCaption({ className, ...props }: React_2.ComponentProps<"caption">): JSX.Element;
9
-
10
- export declare function TableCell({ className, ...props }: React_2.ComponentProps<"td">): JSX.Element;
11
-
12
- export declare function TableFooter({ className, ...props }: React_2.ComponentProps<"tfoot">): JSX.Element;
13
-
14
- export declare function TableHead({ className, ...props }: React_2.ComponentProps<"th">): JSX.Element;
15
-
16
- export declare function TableHeader({ className, ...props }: React_2.ComponentProps<"thead">): JSX.Element;
17
-
18
- export declare function TableRow({ className, ...props }: React_2.ComponentProps<"tr">): JSX.Element;
19
-
20
- export { }
@@ -1,13 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
- import * as TabsPrimitive from '@radix-ui/react-tabs';
4
-
5
- export declare function Tabs({ className, ...props }: React_2.ComponentProps<typeof TabsPrimitive.Root>): JSX.Element;
6
-
7
- export declare function TabsContent({ className, ...props }: React_2.ComponentProps<typeof TabsPrimitive.Content>): JSX.Element;
8
-
9
- export declare function TabsList({ className, ...props }: React_2.ComponentProps<typeof TabsPrimitive.List>): JSX.Element;
10
-
11
- export declare function TabsTrigger({ className, ...props }: React_2.ComponentProps<typeof TabsPrimitive.Trigger>): JSX.Element;
12
-
13
- export { }
@@ -1,6 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
-
4
- export declare function Textarea({ className, ...props }: React_2.ComponentProps<"textarea">): JSX.Element;
5
-
6
- export { }
@@ -1,16 +0,0 @@
1
- import { ClassProp } from 'class-variance-authority/types';
2
- import { JSX } from 'react/jsx-runtime';
3
- import * as React_2 from 'react';
4
- import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
5
- import { VariantProps } from 'class-variance-authority';
6
-
7
- export declare function ToggleGroup({ className, variant, size, children, ...props }: React_2.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): JSX.Element;
8
-
9
- export declare function ToggleGroupItem({ className, children, variant, size, ...props }: React_2.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): JSX.Element;
10
-
11
- declare const toggleVariants: (props?: ({
12
- variant?: "default" | "outline" | null | undefined;
13
- size?: "default" | "sm" | "lg" | null | undefined;
14
- } & ClassProp) | undefined) => string;
15
-
16
- export { }
@@ -1,14 +0,0 @@
1
- import { ClassProp } from 'class-variance-authority/types';
2
- import { JSX } from 'react/jsx-runtime';
3
- import * as React_2 from 'react';
4
- import * as TogglePrimitive from '@radix-ui/react-toggle';
5
- import { VariantProps } from 'class-variance-authority';
6
-
7
- export declare function Toggle({ className, variant, size, ...props }: React_2.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): JSX.Element;
8
-
9
- export declare const toggleVariants: (props?: ({
10
- variant?: "default" | "outline" | null | undefined;
11
- size?: "default" | "sm" | "lg" | null | undefined;
12
- } & ClassProp) | undefined) => string;
13
-
14
- export { }
@@ -1,13 +0,0 @@
1
- import { JSX } from 'react/jsx-runtime';
2
- import * as React_2 from 'react';
3
- import * as TooltipPrimitive from '@radix-ui/react-tooltip';
4
-
5
- export declare function Tooltip({ ...props }: React_2.ComponentProps<typeof TooltipPrimitive.Root>): JSX.Element;
6
-
7
- export declare function TooltipContent({ className, sideOffset, children, ...props }: React_2.ComponentProps<typeof TooltipPrimitive.Content>): JSX.Element;
8
-
9
- export declare function TooltipProvider({ delayDuration, ...props }: React_2.ComponentProps<typeof TooltipPrimitive.Provider>): JSX.Element;
10
-
11
- export declare function TooltipTrigger({ ...props }: React_2.ComponentProps<typeof TooltipPrimitive.Trigger>): JSX.Element;
12
-
13
- export { }