@iclips/ui 0.0.1

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.
@@ -0,0 +1,818 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React$1 from 'react';
3
+ import * as AccordionPrimitive from '@radix-ui/react-accordion';
4
+ import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
5
+ import * as class_variance_authority_types from 'class-variance-authority/types';
6
+ import { VariantProps } from 'class-variance-authority';
7
+ import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
8
+ import * as AvatarPrimitive from '@radix-ui/react-avatar';
9
+ import { DayPicker, DateRange } from 'react-day-picker';
10
+ import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
11
+ import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
12
+ import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
13
+ import { Command as Command$1 } from 'cmdk';
14
+ import * as DialogPrimitive from '@radix-ui/react-dialog';
15
+ import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
16
+ import { Drawer as Drawer$1 } from 'vaul';
17
+ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
18
+ import * as react_hook_form from 'react-hook-form';
19
+ import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
20
+ import * as LabelPrimitive from '@radix-ui/react-label';
21
+ import { Slot } from '@radix-ui/react-slot';
22
+ import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
23
+ import { OTPInput } from 'input-otp';
24
+ import * as MenubarPrimitive from '@radix-ui/react-menubar';
25
+ import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
26
+ import * as PopoverPrimitive from '@radix-ui/react-popover';
27
+ import * as ProgressPrimitive from '@radix-ui/react-progress';
28
+ import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
29
+ import * as ResizablePrimitive from 'react-resizable-panels';
30
+ import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
31
+ import * as SelectPrimitive from '@radix-ui/react-select';
32
+ import * as SeparatorPrimitive from '@radix-ui/react-separator';
33
+ import * as SliderPrimitive from '@radix-ui/react-slider';
34
+ import { ToasterProps } from 'sonner';
35
+ import * as SwitchPrimitive from '@radix-ui/react-switch';
36
+ import * as TabsPrimitive from '@radix-ui/react-tabs';
37
+ import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
38
+ import * as TogglePrimitive from '@radix-ui/react-toggle';
39
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
40
+ import * as RechartsPrimitive from 'recharts';
41
+ import { ClassValue } from 'clsx';
42
+
43
+ declare function Accordion({ ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime.JSX.Element;
44
+ declare function AccordionItem({ className, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime.JSX.Element;
45
+ declare function AccordionTrigger({ className, children, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
46
+ declare function AccordionContent({ className, children, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime.JSX.Element;
47
+
48
+ declare function AlertDialog({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
49
+ declare function AlertDialogTrigger({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
50
+ declare function AlertDialogPortal({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
51
+ declare const AlertDialogOverlay: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
52
+ declare function AlertDialogContent({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime.JSX.Element;
53
+ declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
54
+ declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
55
+ declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
56
+ declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
57
+ declare function AlertDialogAction({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime.JSX.Element;
58
+ declare function AlertDialogCancel({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime.JSX.Element;
59
+
60
+ declare const alertVariants: (props?: ({
61
+ variant?: "default" | "destructive" | null | undefined;
62
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
63
+ declare function Alert({ className, variant, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime.JSX.Element;
64
+ declare function AlertTitle({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
65
+ declare function AlertDescription({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
66
+
67
+ declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime.JSX.Element;
68
+
69
+ declare function Avatar({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime.JSX.Element;
70
+ declare function AvatarImage({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime.JSX.Element;
71
+ declare function AvatarFallback({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime.JSX.Element;
72
+
73
+ declare const badgeVariants: (props?: ({
74
+ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
75
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
76
+ declare const Badge: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & VariantProps<(props?: ({
77
+ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
78
+ } & class_variance_authority_types.ClassProp) | undefined) => string> & {
79
+ asChild?: boolean;
80
+ } & React$1.RefAttributes<HTMLSpanElement>>;
81
+
82
+ declare function Breadcrumb({ ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
83
+ declare function BreadcrumbList({ className, ...props }: React$1.ComponentProps<"ol">): react_jsx_runtime.JSX.Element;
84
+ declare function BreadcrumbItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
85
+ declare function BreadcrumbLink({ asChild, className, ...props }: React$1.ComponentProps<"a"> & {
86
+ asChild?: boolean;
87
+ }): react_jsx_runtime.JSX.Element;
88
+ declare function BreadcrumbPage({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
89
+ declare function BreadcrumbSeparator({ children, className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
90
+ declare function BreadcrumbEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
91
+
92
+ declare const buttonVariants: (props?: ({
93
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
94
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
95
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
96
+ declare const Button: React$1.ForwardRefExoticComponent<Omit<React$1.ClassAttributes<HTMLButtonElement> & React$1.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<(props?: ({
97
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
98
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
99
+ } & class_variance_authority_types.ClassProp) | undefined) => string> & {
100
+ asChild?: boolean;
101
+ }, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
102
+
103
+ declare function Calendar({ className, classNames, showOutsideDays, ...props }: React$1.ComponentProps<typeof DayPicker>): react_jsx_runtime.JSX.Element;
104
+
105
+ declare function Card({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
106
+ declare function CardHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
107
+ declare function CardTitle({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
108
+ declare function CardDescription({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
109
+ declare function CardAction({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
110
+ declare function CardContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
111
+ declare function CardFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
112
+
113
+ type CarouselApi = UseEmblaCarouselType[1];
114
+ type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
115
+ type CarouselOptions = UseCarouselParameters[0];
116
+ type CarouselPlugin = UseCarouselParameters[1];
117
+ type CarouselProps = {
118
+ opts?: CarouselOptions;
119
+ plugins?: CarouselPlugin;
120
+ orientation?: "horizontal" | "vertical";
121
+ setApi?: (api: CarouselApi) => void;
122
+ };
123
+ declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React$1.ComponentProps<"div"> & CarouselProps): react_jsx_runtime.JSX.Element;
124
+ declare function CarouselContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
125
+ declare function CarouselItem({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
126
+ declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
127
+ declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
128
+
129
+ declare function Checkbox({ className, ...props }: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime.JSX.Element;
130
+
131
+ declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime.JSX.Element;
132
+ declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime.JSX.Element;
133
+ declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime.JSX.Element;
134
+
135
+ declare function Dialog({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
136
+ declare function DialogTrigger({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
137
+ declare function DialogPortal({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
138
+ declare function DialogClose({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
139
+ declare const DialogOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
140
+ declare function DialogContent({ className, children, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Content>): react_jsx_runtime.JSX.Element;
141
+ declare function DialogHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
142
+ declare function DialogFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
143
+ declare function DialogTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
144
+ declare function DialogDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
145
+
146
+ declare function Command({ className, ...props }: React$1.ComponentProps<typeof Command$1>): react_jsx_runtime.JSX.Element;
147
+ declare function CommandDialog({ title, description, children, ...props }: React$1.ComponentProps<typeof Dialog> & {
148
+ title?: string;
149
+ description?: string;
150
+ }): react_jsx_runtime.JSX.Element;
151
+ declare function CommandInput({ className, ...props }: React$1.ComponentProps<typeof Command$1.Input>): react_jsx_runtime.JSX.Element;
152
+ declare function CommandList({ className, ...props }: React$1.ComponentProps<typeof Command$1.List>): react_jsx_runtime.JSX.Element;
153
+ declare function CommandEmpty({ ...props }: React$1.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime.JSX.Element;
154
+ declare function CommandGroup({ className, ...props }: React$1.ComponentProps<typeof Command$1.Group>): react_jsx_runtime.JSX.Element;
155
+ declare function CommandSeparator({ className, ...props }: React$1.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime.JSX.Element;
156
+ declare function CommandItem({ className, ...props }: React$1.ComponentProps<typeof Command$1.Item>): react_jsx_runtime.JSX.Element;
157
+ declare function CommandShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
158
+
159
+ declare function ContextMenu({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>): react_jsx_runtime.JSX.Element;
160
+ declare function ContextMenuTrigger({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
161
+ declare function ContextMenuGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>): react_jsx_runtime.JSX.Element;
162
+ declare function ContextMenuPortal({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>): react_jsx_runtime.JSX.Element;
163
+ declare function ContextMenuSub({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>): react_jsx_runtime.JSX.Element;
164
+ declare function ContextMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
165
+ declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
166
+ inset?: boolean;
167
+ }): react_jsx_runtime.JSX.Element;
168
+ declare function ContextMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
169
+ declare function ContextMenuContent({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
170
+ declare function ContextMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Item> & {
171
+ inset?: boolean;
172
+ variant?: "default" | "destructive";
173
+ }): react_jsx_runtime.JSX.Element;
174
+ declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
175
+ declare function ContextMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
176
+ declare function ContextMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Label> & {
177
+ inset?: boolean;
178
+ }): react_jsx_runtime.JSX.Element;
179
+ declare function ContextMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime.JSX.Element;
180
+ declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
181
+
182
+ declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
183
+ declare const DrawerTrigger: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
184
+ declare function DrawerPortal({ ...props }: React$1.ComponentProps<typeof Drawer$1.Portal>): react_jsx_runtime.JSX.Element;
185
+ declare const DrawerClose: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
186
+ declare const DrawerOverlay: React$1.ForwardRefExoticComponent<Omit<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
187
+ declare const DrawerContent: React$1.ForwardRefExoticComponent<Omit<Omit<DialogPrimitive.DialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
188
+ declare function DrawerHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
189
+ declare function DrawerFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
190
+ declare const DrawerTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
191
+ declare const DrawerDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
192
+
193
+ declare function DropdownMenu({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime.JSX.Element;
194
+ declare function DropdownMenuPortal({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime.JSX.Element;
195
+ declare function DropdownMenuTrigger({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
196
+ declare function DropdownMenuContent({ className, sideOffset, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
197
+ declare function DropdownMenuGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime.JSX.Element;
198
+ declare function DropdownMenuItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
199
+ inset?: boolean;
200
+ variant?: "default" | "destructive";
201
+ }): react_jsx_runtime.JSX.Element;
202
+ declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
203
+ declare function DropdownMenuRadioGroup({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
204
+ declare function DropdownMenuRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
205
+ declare function DropdownMenuLabel({ className, inset, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
206
+ inset?: boolean;
207
+ }): react_jsx_runtime.JSX.Element;
208
+ declare function DropdownMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime.JSX.Element;
209
+ declare function DropdownMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
210
+ declare function DropdownMenuSub({ ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime.JSX.Element;
211
+ declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
212
+ inset?: boolean;
213
+ }): react_jsx_runtime.JSX.Element;
214
+ declare function DropdownMenuSubContent({ className, ...props }: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
215
+
216
+ declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
217
+ declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
218
+ declare const useFormField: () => {
219
+ invalid: boolean;
220
+ isDirty: boolean;
221
+ isTouched: boolean;
222
+ isValidating: boolean;
223
+ error?: react_hook_form.FieldError;
224
+ id: string;
225
+ name: string;
226
+ formItemId: string;
227
+ formDescriptionId: string;
228
+ formMessageId: string;
229
+ };
230
+ declare function FormItem({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
231
+ declare function FormLabel({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
232
+ declare function FormControl({ ...props }: React$1.ComponentProps<typeof Slot>): react_jsx_runtime.JSX.Element;
233
+ declare function FormDescription({ className, ...props }: React$1.ComponentProps<"p">): react_jsx_runtime.JSX.Element;
234
+ declare function FormMessage({ className, ...props }: React$1.ComponentProps<"p">): react_jsx_runtime.JSX.Element | null;
235
+
236
+ declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime.JSX.Element;
237
+ declare function HoverCardTrigger({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
238
+ declare function HoverCardContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime.JSX.Element;
239
+
240
+ declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
241
+ containerClassName?: string;
242
+ }): react_jsx_runtime.JSX.Element;
243
+ declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
244
+ declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<"div"> & {
245
+ index: number;
246
+ }): react_jsx_runtime.JSX.Element;
247
+ declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
248
+
249
+ declare function Input({ className, type, ...props }: React$1.ComponentProps<"input">): react_jsx_runtime.JSX.Element;
250
+
251
+ declare function Label({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
252
+
253
+ declare function Menubar({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime.JSX.Element;
254
+ declare function MenubarMenu({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime.JSX.Element;
255
+ declare function MenubarGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime.JSX.Element;
256
+ declare function MenubarPortal({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime.JSX.Element;
257
+ declare function MenubarRadioGroup({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime.JSX.Element;
258
+ declare function MenubarTrigger({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
259
+ declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime.JSX.Element;
260
+ declare function MenubarItem({ className, inset, variant, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Item> & {
261
+ inset?: boolean;
262
+ variant?: "default" | "destructive";
263
+ }): react_jsx_runtime.JSX.Element;
264
+ declare function MenubarCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime.JSX.Element;
265
+ declare function MenubarRadioItem({ className, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime.JSX.Element;
266
+ declare function MenubarLabel({ className, inset, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Label> & {
267
+ inset?: boolean;
268
+ }): react_jsx_runtime.JSX.Element;
269
+ declare function MenubarSeparator({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime.JSX.Element;
270
+ declare function MenubarShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
271
+ declare function MenubarSub({ ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime.JSX.Element;
272
+ declare function MenubarSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
273
+ inset?: boolean;
274
+ }): react_jsx_runtime.JSX.Element;
275
+ declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
276
+
277
+ declare function NavigationMenu({ className, children, viewport, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
278
+ viewport?: boolean;
279
+ }): react_jsx_runtime.JSX.Element;
280
+ declare function NavigationMenuList({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime.JSX.Element;
281
+ declare function NavigationMenuItem({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime.JSX.Element;
282
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
283
+ declare function NavigationMenuTrigger({ className, children, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
284
+ declare function NavigationMenuContent({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime.JSX.Element;
285
+ declare function NavigationMenuViewport({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime.JSX.Element;
286
+ declare function NavigationMenuLink({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime.JSX.Element;
287
+ declare function NavigationMenuIndicator({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime.JSX.Element;
288
+
289
+ declare function Pagination({ className, ...props }: React$1.ComponentProps<"nav">): react_jsx_runtime.JSX.Element;
290
+ declare function PaginationContent({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
291
+ declare function PaginationItem({ ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
292
+ type PaginationLinkProps = {
293
+ isActive?: boolean;
294
+ } & Pick<React$1.ComponentProps<typeof Button>, "size"> & React$1.ComponentProps<"a">;
295
+ declare function PaginationLink({ className, isActive, size, ...props }: PaginationLinkProps): react_jsx_runtime.JSX.Element;
296
+ declare function PaginationPrevious({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
297
+ declare function PaginationNext({ className, ...props }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime.JSX.Element;
298
+ declare function PaginationEllipsis({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
299
+
300
+ declare function Popover({ ...props }: React$1.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime.JSX.Element;
301
+ declare const PopoverTrigger: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
302
+ declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
303
+ declare const PopoverAnchor: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
304
+
305
+ declare function Progress({ className, value, ...props }: React$1.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime.JSX.Element;
306
+
307
+ declare function RadioGroup({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime.JSX.Element;
308
+ declare function RadioGroupItem({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime.JSX.Element;
309
+
310
+ declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime.JSX.Element;
311
+ declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime.JSX.Element;
312
+ declare function ResizableHandle({ withHandle, className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
313
+ withHandle?: boolean;
314
+ }): react_jsx_runtime.JSX.Element;
315
+
316
+ declare function ScrollArea({ className, children, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime.JSX.Element;
317
+ declare function ScrollBar({ className, orientation, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;
318
+
319
+ declare function Select({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime.JSX.Element;
320
+ declare function SelectGroup({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime.JSX.Element;
321
+ declare function SelectValue({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime.JSX.Element;
322
+ declare function SelectTrigger({ className, size, children, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Trigger> & {
323
+ size?: "sm" | "default";
324
+ }): react_jsx_runtime.JSX.Element;
325
+ declare function SelectContent({ className, children, position, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime.JSX.Element;
326
+ declare function SelectLabel({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime.JSX.Element;
327
+ declare function SelectItem({ className, children, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime.JSX.Element;
328
+ declare function SelectSeparator({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime.JSX.Element;
329
+ declare function SelectScrollUpButton({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime.JSX.Element;
330
+ declare function SelectScrollDownButton({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime.JSX.Element;
331
+
332
+ declare function Separator({ className, orientation, decorative, ...props }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime.JSX.Element;
333
+
334
+ declare function Sheet({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
335
+ declare function SheetTrigger({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
336
+ declare function SheetClose({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
337
+ declare function SheetContent({ className, children, side, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
338
+ side?: "top" | "right" | "bottom" | "left";
339
+ }): react_jsx_runtime.JSX.Element;
340
+ declare function SheetHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
341
+ declare function SheetFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
342
+ declare function SheetTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
343
+ declare function SheetDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
344
+
345
+ declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
346
+
347
+ declare function Slider({ className, defaultValue, value, min, max, ...props }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime.JSX.Element;
348
+
349
+ declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
350
+
351
+ declare function Switch({ className, ...props }: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime.JSX.Element;
352
+
353
+ declare function Table({ className, ...props }: React$1.ComponentProps<"table">): react_jsx_runtime.JSX.Element;
354
+ declare function TableHeader({ className, ...props }: React$1.ComponentProps<"thead">): react_jsx_runtime.JSX.Element;
355
+ declare function TableBody({ className, ...props }: React$1.ComponentProps<"tbody">): react_jsx_runtime.JSX.Element;
356
+ declare function TableFooter({ className, ...props }: React$1.ComponentProps<"tfoot">): react_jsx_runtime.JSX.Element;
357
+ declare const TableRow: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "ref"> & React$1.RefAttributes<HTMLTableRowElement>>;
358
+ declare function TableHead({ className, ...props }: React$1.ComponentProps<"th">): react_jsx_runtime.JSX.Element;
359
+ declare function TableCell({ className, ...props }: React$1.ComponentProps<"td">): react_jsx_runtime.JSX.Element;
360
+ declare function TableCaption({ className, ...props }: React$1.ComponentProps<"caption">): react_jsx_runtime.JSX.Element;
361
+
362
+ declare function Tabs({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime.JSX.Element;
363
+ declare function TabsList({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime.JSX.Element;
364
+ declare function TabsTrigger({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
365
+ declare function TabsContent({ className, ...props }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime.JSX.Element;
366
+
367
+ declare function Textarea({ className, ...props }: React$1.ComponentProps<"textarea">): react_jsx_runtime.JSX.Element;
368
+
369
+ declare const toggleVariants: (props?: ({
370
+ variant?: "default" | "outline" | null | undefined;
371
+ size?: "default" | "sm" | "lg" | null | undefined;
372
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
373
+ declare function Toggle({ className, variant, size, ...props }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
374
+
375
+ declare function ToggleGroup({ className, variant, size, children, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
376
+ declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
377
+
378
+ declare function TooltipProvider({ delayDuration, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
379
+ declare function Tooltip({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
380
+ declare function TooltipTrigger({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
381
+ declare function TooltipContent({ className, sideOffset, children, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
382
+
383
+ interface BrandLogoProps extends React$1.HTMLAttributes<HTMLDivElement> {
384
+ variant?: "symbol" | "full";
385
+ mode?: "positive" | "negative";
386
+ }
387
+ declare function BrandLogo({ variant, mode, className, ...props }: BrandLogoProps): react_jsx_runtime.JSX.Element;
388
+
389
+ declare const THEMES: {
390
+ readonly light: "";
391
+ readonly dark: ".dark";
392
+ };
393
+ type ChartConfig = {
394
+ [k in string]: {
395
+ label?: React$1.ReactNode;
396
+ icon?: React$1.ComponentType;
397
+ } & ({
398
+ color?: string;
399
+ theme?: never;
400
+ } | {
401
+ color?: never;
402
+ theme: Record<keyof typeof THEMES, string>;
403
+ });
404
+ };
405
+ declare function ChartContainer({ id, className, children, config, ...props }: React$1.ComponentProps<"div"> & {
406
+ config: ChartConfig;
407
+ children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
408
+ }): react_jsx_runtime.JSX.Element;
409
+ declare const ChartStyle: ({ id, config }: {
410
+ id: string;
411
+ config: ChartConfig;
412
+ }) => react_jsx_runtime.JSX.Element | null;
413
+ declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
414
+ declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React$1.ComponentProps<typeof RechartsPrimitive.Tooltip> & React$1.ComponentProps<"div"> & {
415
+ hideLabel?: boolean;
416
+ hideIndicator?: boolean;
417
+ indicator?: "line" | "dot" | "dashed";
418
+ nameKey?: string;
419
+ labelKey?: string;
420
+ payload?: any[];
421
+ label?: string;
422
+ }): react_jsx_runtime.JSX.Element | null;
423
+ declare const ChartLegend: typeof RechartsPrimitive.Legend;
424
+ declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React$1.ComponentProps<"div"> & {
425
+ hideIcon?: boolean;
426
+ nameKey?: string;
427
+ payload?: any[];
428
+ verticalAlign?: "top" | "bottom";
429
+ }): react_jsx_runtime.JSX.Element | null;
430
+
431
+ interface ColorPickerProps {
432
+ value?: string;
433
+ onChange?: (color: string) => void;
434
+ label?: string;
435
+ className?: string;
436
+ disabled?: boolean;
437
+ }
438
+ declare function ColorPicker({ value, onChange, label, className, disabled, }: ColorPickerProps): react_jsx_runtime.JSX.Element;
439
+ declare function ColorPickerInline({ value, onChange, className, disabled, }: Omit<ColorPickerProps, "label">): react_jsx_runtime.JSX.Element;
440
+
441
+ type UserRole = 'internal' | 'client' | 'freelancer';
442
+ interface CommentUser {
443
+ id: string;
444
+ name: string;
445
+ avatar?: string;
446
+ role: UserRole;
447
+ }
448
+ interface CommentReaction {
449
+ emoji: string;
450
+ users: string[];
451
+ }
452
+ interface CommentAttachment {
453
+ id: string;
454
+ url: string;
455
+ name: string;
456
+ type: 'image' | 'file';
457
+ }
458
+ interface Comment {
459
+ id: string;
460
+ content: string;
461
+ user: CommentUser;
462
+ createdAt: Date;
463
+ isRevisionRequest?: boolean;
464
+ attachments?: CommentAttachment[];
465
+ reactions?: CommentReaction[];
466
+ }
467
+ interface CommentSystemProps {
468
+ comments: Comment[];
469
+ currentUser: CommentUser;
470
+ users?: CommentUser[];
471
+ onAddComment: (comment: Omit<Comment, "id" | "createdAt">) => void;
472
+ onDeleteComment?: (id: string) => void;
473
+ onReact?: (commentId: string, emoji: string) => void;
474
+ className?: string;
475
+ }
476
+ declare const CommentSystem: ({ comments, currentUser, users, onAddComment, onDeleteComment, onReact, className }: CommentSystemProps) => react_jsx_runtime.JSX.Element;
477
+
478
+ interface DateRangePickerProps {
479
+ dateRange?: DateRange;
480
+ onChange?: (range: DateRange | undefined) => void;
481
+ label?: string;
482
+ placeholder?: string;
483
+ className?: string;
484
+ disabled?: boolean;
485
+ withTime?: boolean;
486
+ }
487
+ declare function DateRangePicker({ dateRange, onChange, label, placeholder, className, disabled, withTime, }: DateRangePickerProps): react_jsx_runtime.JSX.Element;
488
+
489
+ interface DateTimePickerProps {
490
+ date?: Date;
491
+ onChange?: (date: Date | undefined) => void;
492
+ label?: string;
493
+ placeholder?: string;
494
+ className?: string;
495
+ disabled?: boolean;
496
+ }
497
+ declare function DateTimePicker({ date, onChange, label, placeholder, className, disabled, }: DateTimePickerProps): react_jsx_runtime.JSX.Element;
498
+
499
+ type EditorVariant = 'simple' | 'full';
500
+ interface DocumentEditorProps {
501
+ content?: string;
502
+ onChange?: (content: string) => void;
503
+ placeholder?: string;
504
+ variant?: EditorVariant;
505
+ className?: string;
506
+ readOnly?: boolean;
507
+ label?: string;
508
+ }
509
+ declare function DocumentEditor({ content, onChange, placeholder, variant, className, readOnly, label }: DocumentEditorProps): react_jsx_runtime.JSX.Element | null;
510
+
511
+ type SocialChannel = "instagram" | "linkedin" | "facebook" | "twitter" | "youtube" | "blog" | "other";
512
+ type TaskStatus = "idea" | "planned" | "in-progress" | "approval" | "scheduled" | "published";
513
+ type CalendarMode = "editorial" | "execution";
514
+ interface CalendarTask {
515
+ id: string;
516
+ title: string;
517
+ date?: Date | string;
518
+ endDate?: Date | string;
519
+ channel?: SocialChannel;
520
+ status: TaskStatus;
521
+ imageUrl?: string;
522
+ description?: string;
523
+ assignees?: {
524
+ name: string;
525
+ avatar?: string;
526
+ }[];
527
+ color?: string;
528
+ }
529
+ interface BaseCalendarProps {
530
+ tasks: CalendarTask[];
531
+ onTaskUpdate: (updatedTask: CalendarTask) => void;
532
+ onTaskCreate?: (newTask: Partial<CalendarTask>) => void;
533
+ className?: string;
534
+ }
535
+ declare function EditorialCalendar(props: BaseCalendarProps): react_jsx_runtime.JSX.Element;
536
+ declare function TaskCalendar(props: BaseCalendarProps): react_jsx_runtime.JSX.Element;
537
+
538
+ interface ActiveFilter {
539
+ id: string;
540
+ label: string;
541
+ value?: string;
542
+ onRemove?: () => void;
543
+ }
544
+ interface FilterBarProps {
545
+ activeFilters?: ActiveFilter[];
546
+ onClearAll?: () => void;
547
+ onOpenFilters?: () => void;
548
+ className?: string;
549
+ children?: React$1.ReactNode;
550
+ }
551
+ declare function FilterBar({ activeFilters, onClearAll, onOpenFilters, className, children, }: FilterBarProps): react_jsx_runtime.JSX.Element;
552
+
553
+ interface FilterCondition {
554
+ id: string;
555
+ field: string;
556
+ operator: string;
557
+ value: string | string[];
558
+ }
559
+ interface FilterField {
560
+ value: string;
561
+ label: string;
562
+ type?: "text" | "number" | "select" | "date";
563
+ options?: {
564
+ value: string;
565
+ label: string;
566
+ }[];
567
+ multiSelect?: boolean;
568
+ }
569
+ interface FilterBuilderProps {
570
+ conditions: FilterCondition[];
571
+ onConditionsChange: (conditions: FilterCondition[]) => void;
572
+ fields: FilterField[];
573
+ className?: string;
574
+ }
575
+ declare function FilterBuilder({ conditions, onConditionsChange, fields, className, }: FilterBuilderProps): react_jsx_runtime.JSX.Element;
576
+
577
+ interface FilterChipProps {
578
+ label: string;
579
+ value?: string;
580
+ onRemove?: () => void;
581
+ className?: string;
582
+ }
583
+ declare function FilterChip({ label, value, onRemove, className }: FilterChipProps): react_jsx_runtime.JSX.Element;
584
+
585
+ type GanttTaskStatus = "not-started" | "in-progress" | "on-hold" | "delayed" | "completed" | "cancelled";
586
+ interface GanttTask {
587
+ id: string;
588
+ name: string;
589
+ startDate: Date;
590
+ endDate: Date;
591
+ progress: number;
592
+ status: GanttTaskStatus;
593
+ projectId?: string;
594
+ assignee?: {
595
+ name: string;
596
+ initials?: string;
597
+ avatar?: string;
598
+ };
599
+ description?: string;
600
+ milestone?: boolean;
601
+ }
602
+ interface GanttProject {
603
+ id: string;
604
+ name: string;
605
+ color?: string;
606
+ }
607
+ interface GanttChartProps {
608
+ tasks: GanttTask[];
609
+ projects?: GanttProject[];
610
+ onTaskClick?: (task: GanttTask) => void;
611
+ onTaskEdit?: (task: GanttTask) => void;
612
+ rowHeight?: number;
613
+ columnWidth?: number;
614
+ showWeekends?: boolean;
615
+ groupBy?: "projects" | "assignees";
616
+ }
617
+ declare const GanttChart: React$1.ForwardRefExoticComponent<GanttChartProps & React$1.RefAttributes<HTMLDivElement>>;
618
+ declare const GanttLegend: React$1.ForwardRefExoticComponent<{
619
+ className?: string;
620
+ } & React$1.RefAttributes<HTMLDivElement>>;
621
+
622
+ interface KanbanCardTag {
623
+ id: string;
624
+ label: string;
625
+ color?: string;
626
+ }
627
+ interface KanbanCardAssignee {
628
+ id: string;
629
+ name: string;
630
+ avatar?: string;
631
+ initials?: string;
632
+ }
633
+ interface KanbanCardProps {
634
+ id: string;
635
+ title: string;
636
+ description?: string;
637
+ coverImage?: string;
638
+ thumbnailImage?: string;
639
+ tags?: KanbanCardTag[];
640
+ assignees?: KanbanCardAssignee[];
641
+ priority?: "low" | "medium" | "high" | "urgent";
642
+ dueDate?: Date;
643
+ comments?: number;
644
+ attachments?: number;
645
+ checklist?: {
646
+ completed: number;
647
+ total: number;
648
+ };
649
+ progress?: number;
650
+ status?: string;
651
+ variant?: "default" | "compact" | "detailed";
652
+ isDragging?: boolean;
653
+ onClick?: () => void;
654
+ onEdit?: () => void;
655
+ onDelete?: () => void;
656
+ onDuplicate?: () => void;
657
+ className?: string;
658
+ }
659
+ declare const KanbanCard: React$1.ForwardRefExoticComponent<KanbanCardProps & React$1.RefAttributes<HTMLDivElement>>;
660
+
661
+ interface SavedFilter {
662
+ id: string;
663
+ name: string;
664
+ description?: string;
665
+ isFavorite?: boolean;
666
+ filterCount?: number;
667
+ }
668
+ interface SavedFiltersProps {
669
+ filters?: SavedFilter[];
670
+ onSelectFilter?: (filterId: string) => void;
671
+ onToggleFavorite?: (filterId: string) => void;
672
+ onDeleteFilter?: (filterId: string) => void;
673
+ className?: string;
674
+ }
675
+ declare function SavedFilters({ filters, onSelectFilter, onToggleFavorite, onDeleteFilter, className, }: SavedFiltersProps): react_jsx_runtime.JSX.Element;
676
+
677
+ type SidebarContextProps = {
678
+ state: "expanded" | "collapsed";
679
+ open: boolean;
680
+ setOpen: (open: boolean) => void;
681
+ openMobile: boolean;
682
+ setOpenMobile: (open: boolean) => void;
683
+ isMobile: boolean;
684
+ toggleSidebar: () => void;
685
+ };
686
+ declare function useSidebar(): SidebarContextProps;
687
+ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React$1.ComponentProps<"div"> & {
688
+ defaultOpen?: boolean;
689
+ open?: boolean;
690
+ onOpenChange?: (open: boolean) => void;
691
+ }): react_jsx_runtime.JSX.Element;
692
+ declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React$1.ComponentProps<"div"> & {
693
+ side?: "left" | "right";
694
+ variant?: "sidebar" | "floating" | "inset";
695
+ collapsible?: "offcanvas" | "icon" | "none";
696
+ }): react_jsx_runtime.JSX.Element;
697
+ declare function SidebarTrigger({ className, onClick, ...props }: React$1.ComponentProps<typeof Button>): react_jsx_runtime.JSX.Element;
698
+ declare function SidebarRail({ className, ...props }: React$1.ComponentProps<"button">): react_jsx_runtime.JSX.Element;
699
+ declare function SidebarInset({ className, ...props }: React$1.ComponentProps<"main">): react_jsx_runtime.JSX.Element;
700
+ declare function SidebarInput({ className, ...props }: React$1.ComponentProps<typeof Input>): react_jsx_runtime.JSX.Element;
701
+ declare function SidebarHeader({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
702
+ declare function SidebarFooter({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
703
+ declare function SidebarSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
704
+ declare function SidebarContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
705
+ declare function SidebarGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
706
+ declare function SidebarGroupLabel({ className, asChild, ...props }: React$1.ComponentProps<"div"> & {
707
+ asChild?: boolean;
708
+ }): react_jsx_runtime.JSX.Element;
709
+ declare function SidebarGroupAction({ className, asChild, ...props }: React$1.ComponentProps<"button"> & {
710
+ asChild?: boolean;
711
+ }): react_jsx_runtime.JSX.Element;
712
+ declare function SidebarGroupContent({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
713
+ declare function SidebarMenu({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
714
+ declare function SidebarMenuItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
715
+ declare const sidebarMenuButtonVariants: (props?: ({
716
+ variant?: "default" | "outline" | null | undefined;
717
+ size?: "default" | "sm" | "lg" | null | undefined;
718
+ } & class_variance_authority_types.ClassProp) | undefined) => string;
719
+ declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React$1.ComponentProps<"button"> & {
720
+ asChild?: boolean;
721
+ isActive?: boolean;
722
+ tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
723
+ } & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime.JSX.Element;
724
+ declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React$1.ComponentProps<"button"> & {
725
+ asChild?: boolean;
726
+ showOnHover?: boolean;
727
+ }): react_jsx_runtime.JSX.Element;
728
+ declare function SidebarMenuBadge({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
729
+ declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React$1.ComponentProps<"div"> & {
730
+ showIcon?: boolean;
731
+ }): react_jsx_runtime.JSX.Element;
732
+ declare function SidebarMenuSub({ className, ...props }: React$1.ComponentProps<"ul">): react_jsx_runtime.JSX.Element;
733
+ declare function SidebarMenuSubItem({ className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
734
+ declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React$1.ComponentProps<"a"> & {
735
+ asChild?: boolean;
736
+ size?: "sm" | "md";
737
+ isActive?: boolean;
738
+ }): react_jsx_runtime.JSX.Element;
739
+
740
+ interface TaskEditDialogProps {
741
+ task: GanttTask | null;
742
+ open: boolean;
743
+ onOpenChange: (open: boolean) => void;
744
+ onSave: (task: GanttTask) => void;
745
+ availableTasks?: GanttTask[];
746
+ availableAssignees?: {
747
+ name: string;
748
+ initials?: string;
749
+ }[];
750
+ }
751
+ declare function TaskEditDialog({ task, open, onOpenChange, onSave, availableTasks, availableAssignees, }: TaskEditDialogProps): react_jsx_runtime.JSX.Element | null;
752
+
753
+ interface TimePickerProps {
754
+ date?: Date;
755
+ onChange?: (date: Date | undefined) => void;
756
+ label?: string;
757
+ className?: string;
758
+ disabled?: boolean;
759
+ }
760
+ declare function TimePicker({ date, onChange, label, className, disabled, }: TimePickerProps): react_jsx_runtime.JSX.Element;
761
+
762
+ type TimelineActionType = 'create' | 'update' | 'status_change' | 'comment' | 'upload' | 'assignment';
763
+ interface TimelineUser {
764
+ id: string;
765
+ name: string;
766
+ avatar?: string;
767
+ }
768
+ interface TimelineEvent {
769
+ id: string;
770
+ user: TimelineUser;
771
+ action: TimelineActionType;
772
+ title: string;
773
+ timestamp: Date;
774
+ metadata?: {
775
+ before?: string | null;
776
+ after?: string | null;
777
+ details?: React$1.ReactNode;
778
+ fileName?: string;
779
+ };
780
+ }
781
+ interface TimelineProps {
782
+ events: TimelineEvent[];
783
+ className?: string;
784
+ }
785
+ declare const Timeline: ({ events, className }: TimelineProps) => react_jsx_runtime.JSX.Element;
786
+
787
+ interface UnderlineTabsProps {
788
+ defaultValue?: string;
789
+ value?: string;
790
+ onValueChange?: (value: string) => void;
791
+ children: React$1.ReactNode;
792
+ className?: string;
793
+ }
794
+ declare function UnderlineTabs({ defaultValue, value: controlledValue, onValueChange, children, className, }: UnderlineTabsProps): react_jsx_runtime.JSX.Element;
795
+ interface UnderlineTabsListProps {
796
+ children: React$1.ReactNode;
797
+ className?: string;
798
+ }
799
+ declare function UnderlineTabsList({ children, className }: UnderlineTabsListProps): react_jsx_runtime.JSX.Element;
800
+ interface UnderlineTabsTriggerProps {
801
+ value: string;
802
+ children: React$1.ReactNode;
803
+ className?: string;
804
+ disabled?: boolean;
805
+ }
806
+ declare function UnderlineTabsTrigger({ value: triggerValue, children, className, disabled, }: UnderlineTabsTriggerProps): react_jsx_runtime.JSX.Element;
807
+ interface UnderlineTabsContentProps {
808
+ value: string;
809
+ children: React$1.ReactNode;
810
+ className?: string;
811
+ }
812
+ declare function UnderlineTabsContent({ value: contentValue, children, className, }: UnderlineTabsContentProps): react_jsx_runtime.JSX.Element | null;
813
+
814
+ declare function cn(...inputs: ClassValue[]): string;
815
+
816
+ declare function useIsMobile(): boolean;
817
+
818
+ export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, type ActiveFilter, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, Avatar, AvatarFallback, AvatarImage, Badge, BrandLogo, type BrandLogoProps, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, type CalendarMode, type CalendarTask, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, ColorPicker, ColorPickerInline, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, type Comment, type CommentAttachment, type CommentReaction, CommentSystem, type CommentUser, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DateRangePicker, DateTimePicker, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DocumentEditor, type DocumentEditorProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, type EditorVariant, EditorialCalendar, FilterBar, type FilterBarProps, FilterBuilder, type FilterBuilderProps, FilterChip, type FilterChipProps, type FilterCondition, type FilterField, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, GanttChart, GanttLegend, type GanttProject, type GanttTask, type GanttTaskStatus, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanCard, type KanbanCardAssignee, type KanbanCardProps, type KanbanCardTag, Label, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, type SavedFilter, SavedFilters, type SavedFiltersProps, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, type SocialChannel, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, TaskCalendar, TaskEditDialog, type TaskEditDialogProps, type TaskStatus, Textarea, TimePicker, Timeline, type TimelineActionType, type TimelineEvent, type TimelineUser, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UnderlineTabs, UnderlineTabsContent, UnderlineTabsList, UnderlineTabsTrigger, type UserRole, badgeVariants, buttonVariants, cn, navigationMenuTriggerStyle, toggleVariants, useFormField, useIsMobile, useSidebar };