@pixpilot/shadcn 0.1.4 → 0.1.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/dist/{index-ygHlSc0_.d.ts → index-ZnekuREv.d.ts} +142 -142
- package/package.json +40 -39
|
@@ -2,7 +2,7 @@ import { VariantProps } from "class-variance-authority";
|
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import { ComponentProps, ReactNode } from "react";
|
|
4
4
|
import { ClassValue } from "clsx";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime11 from "react/jsx-runtime";
|
|
6
6
|
import { Button as Button$1 } from "@pixpilot/shadcn";
|
|
7
7
|
import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
|
|
8
8
|
import * as AvatarPrimitive from "@radix-ui/react-avatar";
|
|
@@ -34,76 +34,76 @@ declare function Alert({
|
|
|
34
34
|
className,
|
|
35
35
|
variant,
|
|
36
36
|
...props
|
|
37
|
-
}: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>):
|
|
37
|
+
}: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>): react_jsx_runtime11.JSX.Element;
|
|
38
38
|
declare function AlertTitle({
|
|
39
39
|
className,
|
|
40
40
|
...props
|
|
41
|
-
}: React.ComponentProps<'div'>):
|
|
41
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
42
42
|
declare function AlertDescription({
|
|
43
43
|
className,
|
|
44
44
|
...props
|
|
45
|
-
}: React.ComponentProps<'div'>):
|
|
45
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
46
46
|
//#endregion
|
|
47
47
|
//#region src/components/ui/alert-dialog.d.ts
|
|
48
48
|
declare function AlertDialog({
|
|
49
49
|
...props
|
|
50
|
-
}: React.ComponentProps<typeof AlertDialogPrimitive.Root>):
|
|
50
|
+
}: React.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
51
51
|
declare function AlertDialogTrigger({
|
|
52
52
|
...props
|
|
53
|
-
}: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>):
|
|
53
|
+
}: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime11.JSX.Element;
|
|
54
54
|
declare function AlertDialogPortal({
|
|
55
55
|
...props
|
|
56
|
-
}: React.ComponentProps<typeof AlertDialogPrimitive.Portal>):
|
|
56
|
+
}: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime11.JSX.Element;
|
|
57
57
|
declare function AlertDialogOverlay({
|
|
58
58
|
className,
|
|
59
59
|
...props
|
|
60
|
-
}: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>):
|
|
60
|
+
}: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime11.JSX.Element;
|
|
61
61
|
declare function AlertDialogContent({
|
|
62
62
|
className,
|
|
63
63
|
...props
|
|
64
|
-
}: React.ComponentProps<typeof AlertDialogPrimitive.Content>):
|
|
64
|
+
}: React.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime11.JSX.Element;
|
|
65
65
|
declare function AlertDialogHeader({
|
|
66
66
|
className,
|
|
67
67
|
...props
|
|
68
|
-
}: React.ComponentProps<'div'>):
|
|
68
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
69
69
|
declare function AlertDialogFooter({
|
|
70
70
|
className,
|
|
71
71
|
...props
|
|
72
|
-
}: React.ComponentProps<'div'>):
|
|
72
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
73
73
|
declare function AlertDialogTitle({
|
|
74
74
|
className,
|
|
75
75
|
...props
|
|
76
|
-
}: React.ComponentProps<typeof AlertDialogPrimitive.Title>):
|
|
76
|
+
}: React.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime11.JSX.Element;
|
|
77
77
|
declare function AlertDialogDescription({
|
|
78
78
|
className,
|
|
79
79
|
...props
|
|
80
|
-
}: React.ComponentProps<typeof AlertDialogPrimitive.Description>):
|
|
80
|
+
}: React.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime11.JSX.Element;
|
|
81
81
|
declare function AlertDialogAction({
|
|
82
82
|
className,
|
|
83
83
|
...props
|
|
84
|
-
}: React.ComponentProps<typeof AlertDialogPrimitive.Action>):
|
|
84
|
+
}: React.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime11.JSX.Element;
|
|
85
85
|
declare function AlertDialogCancel({
|
|
86
86
|
className,
|
|
87
87
|
...props
|
|
88
|
-
}: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>):
|
|
88
|
+
}: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime11.JSX.Element;
|
|
89
89
|
//#endregion
|
|
90
90
|
//#region src/components/ui/avatar.d.ts
|
|
91
91
|
declare function Avatar({
|
|
92
92
|
className,
|
|
93
93
|
...props
|
|
94
|
-
}: React.ComponentProps<typeof AvatarPrimitive.Root>):
|
|
94
|
+
}: React.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
95
95
|
declare function AvatarImage({
|
|
96
96
|
className,
|
|
97
97
|
...props
|
|
98
|
-
}: React.ComponentProps<typeof AvatarPrimitive.Image>):
|
|
98
|
+
}: React.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime11.JSX.Element;
|
|
99
99
|
declare function AvatarFallback({
|
|
100
100
|
className,
|
|
101
101
|
...props
|
|
102
|
-
}: React.ComponentProps<typeof AvatarPrimitive.Fallback>):
|
|
102
|
+
}: React.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime11.JSX.Element;
|
|
103
103
|
//#endregion
|
|
104
104
|
//#region src/components/ui/badge.d.ts
|
|
105
105
|
declare const badgeVariants: (props?: ({
|
|
106
|
-
variant?: "default" | "destructive" | "
|
|
106
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
107
107
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
108
108
|
declare function Badge({
|
|
109
109
|
className,
|
|
@@ -112,11 +112,11 @@ declare function Badge({
|
|
|
112
112
|
...props
|
|
113
113
|
}: React.ComponentProps<'span'> & VariantProps<typeof badgeVariants> & {
|
|
114
114
|
asChild?: boolean;
|
|
115
|
-
}):
|
|
115
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
116
116
|
//#endregion
|
|
117
117
|
//#region src/components/ui/button.d.ts
|
|
118
118
|
declare const buttonVariants: (props?: ({
|
|
119
|
-
variant?: "default" | "destructive" | "
|
|
119
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
|
|
120
120
|
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
121
121
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
122
122
|
declare function Button({
|
|
@@ -127,7 +127,7 @@ declare function Button({
|
|
|
127
127
|
...props
|
|
128
128
|
}: React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
|
|
129
129
|
asChild?: boolean;
|
|
130
|
-
}):
|
|
130
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
131
131
|
//#endregion
|
|
132
132
|
//#region src/components/ui/calendar.d.ts
|
|
133
133
|
declare function Calendar({
|
|
@@ -141,67 +141,67 @@ declare function Calendar({
|
|
|
141
141
|
...props
|
|
142
142
|
}: React.ComponentProps<typeof DayPicker> & {
|
|
143
143
|
buttonVariant?: React.ComponentProps<typeof Button>['variant'];
|
|
144
|
-
}):
|
|
144
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
145
145
|
declare function CalendarDayButton({
|
|
146
146
|
className,
|
|
147
147
|
day,
|
|
148
148
|
modifiers,
|
|
149
149
|
...props
|
|
150
|
-
}: React.ComponentProps<typeof DayButton>):
|
|
150
|
+
}: React.ComponentProps<typeof DayButton>): react_jsx_runtime11.JSX.Element;
|
|
151
151
|
//#endregion
|
|
152
152
|
//#region src/components/ui/card.d.ts
|
|
153
153
|
declare function Card({
|
|
154
154
|
className,
|
|
155
155
|
...props
|
|
156
|
-
}: React.ComponentProps<'div'>):
|
|
156
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
157
157
|
declare function CardHeader({
|
|
158
158
|
className,
|
|
159
159
|
...props
|
|
160
|
-
}: React.ComponentProps<'div'>):
|
|
160
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
161
161
|
declare function CardTitle({
|
|
162
162
|
className,
|
|
163
163
|
...props
|
|
164
|
-
}: React.ComponentProps<'div'>):
|
|
164
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
165
165
|
declare function CardDescription({
|
|
166
166
|
className,
|
|
167
167
|
...props
|
|
168
|
-
}: React.ComponentProps<'div'>):
|
|
168
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
169
169
|
declare function CardAction({
|
|
170
170
|
className,
|
|
171
171
|
...props
|
|
172
|
-
}: React.ComponentProps<'div'>):
|
|
172
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
173
173
|
declare function CardContent({
|
|
174
174
|
className,
|
|
175
175
|
...props
|
|
176
|
-
}: React.ComponentProps<'div'>):
|
|
176
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
177
177
|
declare function CardFooter({
|
|
178
178
|
className,
|
|
179
179
|
...props
|
|
180
|
-
}: React.ComponentProps<'div'>):
|
|
180
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
181
181
|
//#endregion
|
|
182
182
|
//#region src/components/ui/checkbox.d.ts
|
|
183
183
|
declare function Checkbox({
|
|
184
184
|
className,
|
|
185
185
|
...props
|
|
186
|
-
}: React.ComponentProps<typeof CheckboxPrimitive.Root>):
|
|
186
|
+
}: React.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
187
187
|
//#endregion
|
|
188
188
|
//#region src/components/ui/dialog.d.ts
|
|
189
189
|
declare function Dialog({
|
|
190
190
|
...props
|
|
191
|
-
}: React.ComponentProps<typeof DialogPrimitive.Root>):
|
|
191
|
+
}: React.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
192
192
|
declare function DialogTrigger({
|
|
193
193
|
...props
|
|
194
|
-
}: React.ComponentProps<typeof DialogPrimitive.Trigger>):
|
|
194
|
+
}: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime11.JSX.Element;
|
|
195
195
|
declare function DialogPortal({
|
|
196
196
|
...props
|
|
197
|
-
}: React.ComponentProps<typeof DialogPrimitive.Portal>):
|
|
197
|
+
}: React.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime11.JSX.Element;
|
|
198
198
|
declare function DialogClose({
|
|
199
199
|
...props
|
|
200
|
-
}: React.ComponentProps<typeof DialogPrimitive.Close>):
|
|
200
|
+
}: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime11.JSX.Element;
|
|
201
201
|
declare function DialogOverlay({
|
|
202
202
|
className,
|
|
203
203
|
...props
|
|
204
|
-
}: React.ComponentProps<typeof DialogPrimitive.Overlay>):
|
|
204
|
+
}: React.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime11.JSX.Element;
|
|
205
205
|
declare function DialogContent({
|
|
206
206
|
className,
|
|
207
207
|
children,
|
|
@@ -209,29 +209,29 @@ declare function DialogContent({
|
|
|
209
209
|
...props
|
|
210
210
|
}: React.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
211
211
|
showCloseButton?: boolean;
|
|
212
|
-
}):
|
|
212
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
213
213
|
declare function DialogHeader({
|
|
214
214
|
className,
|
|
215
215
|
...props
|
|
216
|
-
}: React.ComponentProps<'div'>):
|
|
216
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
217
217
|
declare function DialogFooter({
|
|
218
218
|
className,
|
|
219
219
|
...props
|
|
220
|
-
}: React.ComponentProps<'div'>):
|
|
220
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
221
221
|
declare function DialogTitle({
|
|
222
222
|
className,
|
|
223
223
|
...props
|
|
224
|
-
}: React.ComponentProps<typeof DialogPrimitive.Title>):
|
|
224
|
+
}: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime11.JSX.Element;
|
|
225
225
|
declare function DialogDescription({
|
|
226
226
|
className,
|
|
227
227
|
...props
|
|
228
|
-
}: React.ComponentProps<typeof DialogPrimitive.Description>):
|
|
228
|
+
}: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime11.JSX.Element;
|
|
229
229
|
//#endregion
|
|
230
230
|
//#region src/components/ui/command.d.ts
|
|
231
231
|
declare function Command({
|
|
232
232
|
className,
|
|
233
233
|
...props
|
|
234
|
-
}: React.ComponentProps<typeof Command$1>):
|
|
234
|
+
}: React.ComponentProps<typeof Command$1>): react_jsx_runtime11.JSX.Element;
|
|
235
235
|
declare function CommandDialog({
|
|
236
236
|
title,
|
|
237
237
|
description,
|
|
@@ -244,53 +244,53 @@ declare function CommandDialog({
|
|
|
244
244
|
description?: string;
|
|
245
245
|
className?: string;
|
|
246
246
|
showCloseButton?: boolean;
|
|
247
|
-
}):
|
|
247
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
248
248
|
declare function CommandInput({
|
|
249
249
|
className,
|
|
250
250
|
...props
|
|
251
|
-
}: React.ComponentProps<typeof Command$1.Input>):
|
|
251
|
+
}: React.ComponentProps<typeof Command$1.Input>): react_jsx_runtime11.JSX.Element;
|
|
252
252
|
declare function CommandList({
|
|
253
253
|
className,
|
|
254
254
|
...props
|
|
255
|
-
}: React.ComponentProps<typeof Command$1.List>):
|
|
255
|
+
}: React.ComponentProps<typeof Command$1.List>): react_jsx_runtime11.JSX.Element;
|
|
256
256
|
declare function CommandEmpty({
|
|
257
257
|
...props
|
|
258
|
-
}: React.ComponentProps<typeof Command$1.Empty>):
|
|
258
|
+
}: React.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime11.JSX.Element;
|
|
259
259
|
declare function CommandGroup({
|
|
260
260
|
className,
|
|
261
261
|
...props
|
|
262
|
-
}: React.ComponentProps<typeof Command$1.Group>):
|
|
262
|
+
}: React.ComponentProps<typeof Command$1.Group>): react_jsx_runtime11.JSX.Element;
|
|
263
263
|
declare function CommandSeparator({
|
|
264
264
|
className,
|
|
265
265
|
...props
|
|
266
|
-
}: React.ComponentProps<typeof Command$1.Separator>):
|
|
266
|
+
}: React.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime11.JSX.Element;
|
|
267
267
|
declare function CommandItem({
|
|
268
268
|
className,
|
|
269
269
|
...props
|
|
270
|
-
}: React.ComponentProps<typeof Command$1.Item>):
|
|
270
|
+
}: React.ComponentProps<typeof Command$1.Item>): react_jsx_runtime11.JSX.Element;
|
|
271
271
|
declare function CommandShortcut({
|
|
272
272
|
className,
|
|
273
273
|
...props
|
|
274
|
-
}: React.ComponentProps<'span'>):
|
|
274
|
+
}: React.ComponentProps<'span'>): react_jsx_runtime11.JSX.Element;
|
|
275
275
|
//#endregion
|
|
276
276
|
//#region src/components/ui/dropdown-menu.d.ts
|
|
277
277
|
declare function DropdownMenu({
|
|
278
278
|
...props
|
|
279
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Root>):
|
|
279
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
280
280
|
declare function DropdownMenuPortal({
|
|
281
281
|
...props
|
|
282
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>):
|
|
282
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime11.JSX.Element;
|
|
283
283
|
declare function DropdownMenuTrigger({
|
|
284
284
|
...props
|
|
285
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>):
|
|
285
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime11.JSX.Element;
|
|
286
286
|
declare function DropdownMenuContent({
|
|
287
287
|
className,
|
|
288
288
|
sideOffset,
|
|
289
289
|
...props
|
|
290
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Content>):
|
|
290
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime11.JSX.Element;
|
|
291
291
|
declare function DropdownMenuGroup({
|
|
292
292
|
...props
|
|
293
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>):
|
|
293
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime11.JSX.Element;
|
|
294
294
|
declare function DropdownMenuItem({
|
|
295
295
|
className,
|
|
296
296
|
inset,
|
|
@@ -299,39 +299,39 @@ declare function DropdownMenuItem({
|
|
|
299
299
|
}: React.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
300
300
|
inset?: boolean;
|
|
301
301
|
variant?: 'default' | 'destructive';
|
|
302
|
-
}):
|
|
302
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
303
303
|
declare function DropdownMenuCheckboxItem({
|
|
304
304
|
className,
|
|
305
305
|
children,
|
|
306
306
|
checked,
|
|
307
307
|
...props
|
|
308
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>):
|
|
308
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime11.JSX.Element;
|
|
309
309
|
declare function DropdownMenuRadioGroup({
|
|
310
310
|
...props
|
|
311
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>):
|
|
311
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime11.JSX.Element;
|
|
312
312
|
declare function DropdownMenuRadioItem({
|
|
313
313
|
className,
|
|
314
314
|
children,
|
|
315
315
|
...props
|
|
316
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>):
|
|
316
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime11.JSX.Element;
|
|
317
317
|
declare function DropdownMenuLabel({
|
|
318
318
|
className,
|
|
319
319
|
inset,
|
|
320
320
|
...props
|
|
321
321
|
}: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
322
322
|
inset?: boolean;
|
|
323
|
-
}):
|
|
323
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
324
324
|
declare function DropdownMenuSeparator({
|
|
325
325
|
className,
|
|
326
326
|
...props
|
|
327
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>):
|
|
327
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime11.JSX.Element;
|
|
328
328
|
declare function DropdownMenuShortcut({
|
|
329
329
|
className,
|
|
330
330
|
...props
|
|
331
|
-
}: React.ComponentProps<'span'>):
|
|
331
|
+
}: React.ComponentProps<'span'>): react_jsx_runtime11.JSX.Element;
|
|
332
332
|
declare function DropdownMenuSub({
|
|
333
333
|
...props
|
|
334
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>):
|
|
334
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime11.JSX.Element;
|
|
335
335
|
declare function DropdownMenuSubTrigger({
|
|
336
336
|
className,
|
|
337
337
|
inset,
|
|
@@ -339,11 +339,11 @@ declare function DropdownMenuSubTrigger({
|
|
|
339
339
|
...props
|
|
340
340
|
}: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
341
341
|
inset?: boolean;
|
|
342
|
-
}):
|
|
342
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
343
343
|
declare function DropdownMenuSubContent({
|
|
344
344
|
className,
|
|
345
345
|
...props
|
|
346
|
-
}: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>):
|
|
346
|
+
}: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime11.JSX.Element;
|
|
347
347
|
//#endregion
|
|
348
348
|
//#region src/components/ui/file-upload.d.ts
|
|
349
349
|
type Direction = 'ltr' | 'rtl';
|
|
@@ -388,58 +388,58 @@ interface FileUploadRootProps extends Omit<React.ComponentProps<'div'>, 'default
|
|
|
388
388
|
multiple?: boolean;
|
|
389
389
|
required?: boolean;
|
|
390
390
|
}
|
|
391
|
-
declare function FileUploadRoot(props: FileUploadRootProps):
|
|
391
|
+
declare function FileUploadRoot(props: FileUploadRootProps): react_jsx_runtime11.JSX.Element;
|
|
392
392
|
interface FileUploadDropzoneProps extends React.ComponentProps<'div'> {
|
|
393
393
|
asChild?: boolean;
|
|
394
394
|
}
|
|
395
|
-
declare function FileUploadDropzone(props: FileUploadDropzoneProps):
|
|
395
|
+
declare function FileUploadDropzone(props: FileUploadDropzoneProps): react_jsx_runtime11.JSX.Element;
|
|
396
396
|
interface FileUploadTriggerProps extends React.ComponentProps<'button'> {
|
|
397
397
|
asChild?: boolean;
|
|
398
398
|
}
|
|
399
|
-
declare function FileUploadTrigger(props: FileUploadTriggerProps):
|
|
399
|
+
declare function FileUploadTrigger(props: FileUploadTriggerProps): react_jsx_runtime11.JSX.Element;
|
|
400
400
|
interface FileUploadListProps extends React.ComponentProps<'div'> {
|
|
401
401
|
orientation?: 'horizontal' | 'vertical';
|
|
402
402
|
asChild?: boolean;
|
|
403
403
|
forceMount?: boolean;
|
|
404
404
|
}
|
|
405
|
-
declare function FileUploadList(props: FileUploadListProps):
|
|
405
|
+
declare function FileUploadList(props: FileUploadListProps): react_jsx_runtime11.JSX.Element | null;
|
|
406
406
|
interface FileUploadItemProps extends React.ComponentProps<'div'> {
|
|
407
407
|
value: File;
|
|
408
408
|
asChild?: boolean;
|
|
409
409
|
}
|
|
410
|
-
declare function FileUploadItem(props: FileUploadItemProps):
|
|
410
|
+
declare function FileUploadItem(props: FileUploadItemProps): react_jsx_runtime11.JSX.Element | null;
|
|
411
411
|
interface FileUploadItemPreviewProps extends React.ComponentProps<'div'> {
|
|
412
412
|
render?: (file: File, fallback: () => React.ReactNode) => React.ReactNode;
|
|
413
413
|
asChild?: boolean;
|
|
414
414
|
}
|
|
415
|
-
declare function FileUploadItemPreview(props: FileUploadItemPreviewProps):
|
|
415
|
+
declare function FileUploadItemPreview(props: FileUploadItemPreviewProps): react_jsx_runtime11.JSX.Element | null;
|
|
416
416
|
interface FileUploadItemMetadataProps extends React.ComponentProps<'div'> {
|
|
417
417
|
asChild?: boolean;
|
|
418
418
|
size?: 'default' | 'sm';
|
|
419
419
|
}
|
|
420
|
-
declare function FileUploadItemMetadata(props: FileUploadItemMetadataProps):
|
|
420
|
+
declare function FileUploadItemMetadata(props: FileUploadItemMetadataProps): react_jsx_runtime11.JSX.Element | null;
|
|
421
421
|
interface FileUploadItemProgressProps extends React.ComponentProps<'div'> {
|
|
422
422
|
variant?: 'linear' | 'circular' | 'fill';
|
|
423
423
|
size?: number;
|
|
424
424
|
asChild?: boolean;
|
|
425
425
|
forceMount?: boolean;
|
|
426
426
|
}
|
|
427
|
-
declare function FileUploadItemProgress(props: FileUploadItemProgressProps):
|
|
427
|
+
declare function FileUploadItemProgress(props: FileUploadItemProgressProps): react_jsx_runtime11.JSX.Element | null;
|
|
428
428
|
interface FileUploadItemDeleteProps extends React.ComponentProps<'button'> {
|
|
429
429
|
asChild?: boolean;
|
|
430
430
|
}
|
|
431
|
-
declare function FileUploadItemDelete(props: FileUploadItemDeleteProps):
|
|
431
|
+
declare function FileUploadItemDelete(props: FileUploadItemDeleteProps): react_jsx_runtime11.JSX.Element | null;
|
|
432
432
|
interface FileUploadClearProps extends React.ComponentProps<'button'> {
|
|
433
433
|
forceMount?: boolean;
|
|
434
434
|
asChild?: boolean;
|
|
435
435
|
}
|
|
436
|
-
declare function FileUploadClear(props: FileUploadClearProps):
|
|
436
|
+
declare function FileUploadClear(props: FileUploadClearProps): react_jsx_runtime11.JSX.Element | null;
|
|
437
437
|
//#endregion
|
|
438
438
|
//#region src/components/ui/form.d.ts
|
|
439
439
|
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form0.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
|
|
440
440
|
declare function FormField<TFieldValues$1 extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues$1> = FieldPath<TFieldValues$1>>({
|
|
441
441
|
...props
|
|
442
|
-
}: ControllerProps<TFieldValues$1, TName>):
|
|
442
|
+
}: ControllerProps<TFieldValues$1, TName>): react_jsx_runtime11.JSX.Element;
|
|
443
443
|
declare function useFormField(): {
|
|
444
444
|
invalid: boolean;
|
|
445
445
|
isDirty: boolean;
|
|
@@ -455,55 +455,55 @@ declare function useFormField(): {
|
|
|
455
455
|
declare function FormItem({
|
|
456
456
|
className,
|
|
457
457
|
...props
|
|
458
|
-
}: React.ComponentProps<'div'>):
|
|
458
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
459
459
|
declare function FormLabel({
|
|
460
460
|
className,
|
|
461
461
|
...props
|
|
462
|
-
}: React.ComponentProps<typeof LabelPrimitive.Root>):
|
|
462
|
+
}: React.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
463
463
|
declare function FormControl({
|
|
464
464
|
...props
|
|
465
|
-
}: React.ComponentProps<typeof Slot>):
|
|
465
|
+
}: React.ComponentProps<typeof Slot>): react_jsx_runtime11.JSX.Element;
|
|
466
466
|
declare function FormDescription({
|
|
467
467
|
className,
|
|
468
468
|
...props
|
|
469
|
-
}: React.ComponentProps<'p'>):
|
|
469
|
+
}: React.ComponentProps<'p'>): react_jsx_runtime11.JSX.Element;
|
|
470
470
|
declare function FormMessage({
|
|
471
471
|
className,
|
|
472
472
|
...props
|
|
473
|
-
}: React.ComponentProps<'p'>):
|
|
473
|
+
}: React.ComponentProps<'p'>): react_jsx_runtime11.JSX.Element | null;
|
|
474
474
|
//#endregion
|
|
475
475
|
//#region src/components/ui/input.d.ts
|
|
476
476
|
declare function Input({
|
|
477
477
|
className,
|
|
478
478
|
type,
|
|
479
479
|
...props
|
|
480
|
-
}: React.ComponentProps<'input'>):
|
|
480
|
+
}: React.ComponentProps<'input'>): react_jsx_runtime11.JSX.Element;
|
|
481
481
|
//#endregion
|
|
482
482
|
//#region src/components/ui/label.d.ts
|
|
483
483
|
declare function Label({
|
|
484
484
|
className,
|
|
485
485
|
...props
|
|
486
|
-
}: React.ComponentProps<typeof LabelPrimitive.Root>):
|
|
486
|
+
}: React.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
487
487
|
//#endregion
|
|
488
488
|
//#region src/components/ui/OrContinueWithSeparator.d.ts
|
|
489
489
|
/**
|
|
490
490
|
* A separator with a label for alternative sign-in methods.
|
|
491
491
|
* Used in authentication forms to visually separate sections.
|
|
492
492
|
*/
|
|
493
|
-
declare function OrContinueWithSeparator():
|
|
493
|
+
declare function OrContinueWithSeparator(): react_jsx_runtime11.JSX.Element;
|
|
494
494
|
//#endregion
|
|
495
495
|
//#region src/components/ui/pagination.d.ts
|
|
496
496
|
declare function Pagination({
|
|
497
497
|
className,
|
|
498
498
|
...props
|
|
499
|
-
}: React.ComponentProps<'nav'>):
|
|
499
|
+
}: React.ComponentProps<'nav'>): react_jsx_runtime11.JSX.Element;
|
|
500
500
|
declare function PaginationContent({
|
|
501
501
|
className,
|
|
502
502
|
...props
|
|
503
|
-
}: React.ComponentProps<'ul'>):
|
|
503
|
+
}: React.ComponentProps<'ul'>): react_jsx_runtime11.JSX.Element;
|
|
504
504
|
declare function PaginationItem({
|
|
505
505
|
...props
|
|
506
|
-
}: React.ComponentProps<'li'>):
|
|
506
|
+
}: React.ComponentProps<'li'>): react_jsx_runtime11.JSX.Element;
|
|
507
507
|
type PaginationLinkProps = {
|
|
508
508
|
isActive?: boolean;
|
|
509
509
|
} & Pick<React.ComponentProps<typeof Button$1>, 'size'> & React.ComponentProps<'a'>;
|
|
@@ -512,57 +512,57 @@ declare function PaginationLink({
|
|
|
512
512
|
isActive,
|
|
513
513
|
size,
|
|
514
514
|
...props
|
|
515
|
-
}: PaginationLinkProps):
|
|
515
|
+
}: PaginationLinkProps): react_jsx_runtime11.JSX.Element;
|
|
516
516
|
declare function PaginationPrevious({
|
|
517
517
|
className,
|
|
518
518
|
...props
|
|
519
|
-
}: React.ComponentProps<typeof PaginationLink>):
|
|
519
|
+
}: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime11.JSX.Element;
|
|
520
520
|
declare function PaginationNext({
|
|
521
521
|
className,
|
|
522
522
|
...props
|
|
523
|
-
}: React.ComponentProps<typeof PaginationLink>):
|
|
523
|
+
}: React.ComponentProps<typeof PaginationLink>): react_jsx_runtime11.JSX.Element;
|
|
524
524
|
declare function PaginationEllipsis({
|
|
525
525
|
className,
|
|
526
526
|
...props
|
|
527
|
-
}: React.ComponentProps<'span'>):
|
|
527
|
+
}: React.ComponentProps<'span'>): react_jsx_runtime11.JSX.Element;
|
|
528
528
|
//#endregion
|
|
529
529
|
//#region src/components/ui/popover.d.ts
|
|
530
530
|
declare function Popover({
|
|
531
531
|
...props
|
|
532
|
-
}: React.ComponentProps<typeof PopoverPrimitive.Root>):
|
|
532
|
+
}: React.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
533
533
|
declare function PopoverTrigger({
|
|
534
534
|
...props
|
|
535
|
-
}: React.ComponentProps<typeof PopoverPrimitive.Trigger>):
|
|
535
|
+
}: React.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime11.JSX.Element;
|
|
536
536
|
declare function PopoverContent({
|
|
537
537
|
className,
|
|
538
538
|
align,
|
|
539
539
|
sideOffset,
|
|
540
540
|
...props
|
|
541
|
-
}: React.ComponentProps<typeof PopoverPrimitive.Content>):
|
|
541
|
+
}: React.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime11.JSX.Element;
|
|
542
542
|
declare function PopoverAnchor({
|
|
543
543
|
...props
|
|
544
|
-
}: React.ComponentProps<typeof PopoverPrimitive.Anchor>):
|
|
544
|
+
}: React.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime11.JSX.Element;
|
|
545
545
|
//#endregion
|
|
546
546
|
//#region src/components/ui/radio-group.d.ts
|
|
547
547
|
declare function RadioGroup({
|
|
548
548
|
className,
|
|
549
549
|
...props
|
|
550
|
-
}: React.ComponentProps<typeof RadioGroupPrimitive.Root>):
|
|
550
|
+
}: React.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
551
551
|
declare function RadioGroupItem({
|
|
552
552
|
className,
|
|
553
553
|
...props
|
|
554
|
-
}: React.ComponentProps<typeof RadioGroupPrimitive.Item>):
|
|
554
|
+
}: React.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime11.JSX.Element;
|
|
555
555
|
//#endregion
|
|
556
556
|
//#region src/components/ui/select.d.ts
|
|
557
557
|
declare function Select({
|
|
558
558
|
...props
|
|
559
|
-
}: React.ComponentProps<typeof SelectPrimitive.Root>):
|
|
559
|
+
}: React.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
560
560
|
declare function SelectGroup({
|
|
561
561
|
...props
|
|
562
|
-
}: React.ComponentProps<typeof SelectPrimitive.Group>):
|
|
562
|
+
}: React.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime11.JSX.Element;
|
|
563
563
|
declare function SelectValue({
|
|
564
564
|
...props
|
|
565
|
-
}: React.ComponentProps<typeof SelectPrimitive.Value>):
|
|
565
|
+
}: React.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime11.JSX.Element;
|
|
566
566
|
declare function SelectTrigger({
|
|
567
567
|
className,
|
|
568
568
|
size,
|
|
@@ -570,35 +570,35 @@ declare function SelectTrigger({
|
|
|
570
570
|
...props
|
|
571
571
|
}: React.ComponentProps<typeof SelectPrimitive.Trigger> & {
|
|
572
572
|
size?: 'sm' | 'default';
|
|
573
|
-
}):
|
|
573
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
574
574
|
declare function SelectContent({
|
|
575
575
|
className,
|
|
576
576
|
children,
|
|
577
577
|
position,
|
|
578
578
|
align,
|
|
579
579
|
...props
|
|
580
|
-
}: React.ComponentProps<typeof SelectPrimitive.Content>):
|
|
580
|
+
}: React.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime11.JSX.Element;
|
|
581
581
|
declare function SelectLabel({
|
|
582
582
|
className,
|
|
583
583
|
...props
|
|
584
|
-
}: React.ComponentProps<typeof SelectPrimitive.Label>):
|
|
584
|
+
}: React.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime11.JSX.Element;
|
|
585
585
|
declare function SelectItem({
|
|
586
586
|
className,
|
|
587
587
|
children,
|
|
588
588
|
...props
|
|
589
|
-
}: React.ComponentProps<typeof SelectPrimitive.Item>):
|
|
589
|
+
}: React.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime11.JSX.Element;
|
|
590
590
|
declare function SelectSeparator({
|
|
591
591
|
className,
|
|
592
592
|
...props
|
|
593
|
-
}: React.ComponentProps<typeof SelectPrimitive.Separator>):
|
|
593
|
+
}: React.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime11.JSX.Element;
|
|
594
594
|
declare function SelectScrollUpButton({
|
|
595
595
|
className,
|
|
596
596
|
...props
|
|
597
|
-
}: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>):
|
|
597
|
+
}: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime11.JSX.Element;
|
|
598
598
|
declare function SelectScrollDownButton({
|
|
599
599
|
className,
|
|
600
600
|
...props
|
|
601
|
-
}: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>):
|
|
601
|
+
}: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime11.JSX.Element;
|
|
602
602
|
//#endregion
|
|
603
603
|
//#region src/components/ui/separator.d.ts
|
|
604
604
|
declare function Separator({
|
|
@@ -606,7 +606,7 @@ declare function Separator({
|
|
|
606
606
|
orientation,
|
|
607
607
|
decorative,
|
|
608
608
|
...props
|
|
609
|
-
}: React.ComponentProps<typeof SeparatorPrimitive.Root>):
|
|
609
|
+
}: React.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
610
610
|
//#endregion
|
|
611
611
|
//#region src/components/ui/shadcn-io/tags/index.d.ts
|
|
612
612
|
interface TagsProps {
|
|
@@ -624,13 +624,13 @@ declare function Tags({
|
|
|
624
624
|
onOpenChange: controlledOnOpenChange,
|
|
625
625
|
children,
|
|
626
626
|
className
|
|
627
|
-
}: TagsProps):
|
|
627
|
+
}: TagsProps): react_jsx_runtime11.JSX.Element;
|
|
628
628
|
type TagsTriggerProps = ComponentProps<typeof Button>;
|
|
629
629
|
declare function TagsTrigger({
|
|
630
630
|
className,
|
|
631
631
|
children,
|
|
632
632
|
...props
|
|
633
|
-
}: TagsTriggerProps):
|
|
633
|
+
}: TagsTriggerProps): react_jsx_runtime11.JSX.Element;
|
|
634
634
|
type TagsValueProps = ComponentProps<typeof Badge>;
|
|
635
635
|
declare function TagsValue({
|
|
636
636
|
className,
|
|
@@ -639,73 +639,73 @@ declare function TagsValue({
|
|
|
639
639
|
...props
|
|
640
640
|
}: TagsValueProps & {
|
|
641
641
|
onRemove?: () => void;
|
|
642
|
-
}):
|
|
642
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
643
643
|
type TagsContentProps = ComponentProps<typeof PopoverContent>;
|
|
644
644
|
declare function TagsContent({
|
|
645
645
|
className,
|
|
646
646
|
children,
|
|
647
647
|
...props
|
|
648
|
-
}: TagsContentProps):
|
|
648
|
+
}: TagsContentProps): react_jsx_runtime11.JSX.Element;
|
|
649
649
|
type TagsInputProps = ComponentProps<typeof CommandInput>;
|
|
650
650
|
declare function TagsInput({
|
|
651
651
|
className,
|
|
652
652
|
...props
|
|
653
|
-
}: TagsInputProps):
|
|
653
|
+
}: TagsInputProps): react_jsx_runtime11.JSX.Element;
|
|
654
654
|
type TagsListProps = ComponentProps<typeof CommandList>;
|
|
655
655
|
declare function TagsList({
|
|
656
656
|
className,
|
|
657
657
|
...props
|
|
658
|
-
}: TagsListProps):
|
|
658
|
+
}: TagsListProps): react_jsx_runtime11.JSX.Element;
|
|
659
659
|
type TagsEmptyProps = ComponentProps<typeof CommandEmpty>;
|
|
660
660
|
declare function TagsEmpty({
|
|
661
661
|
children,
|
|
662
662
|
className,
|
|
663
663
|
...props
|
|
664
|
-
}: TagsEmptyProps):
|
|
664
|
+
}: TagsEmptyProps): react_jsx_runtime11.JSX.Element;
|
|
665
665
|
type TagsGroupProps = ComponentProps<typeof CommandGroup>;
|
|
666
666
|
declare const TagsGroup: typeof CommandGroup;
|
|
667
667
|
type TagsItemProps = ComponentProps<typeof CommandItem>;
|
|
668
668
|
declare function TagsItem({
|
|
669
669
|
className,
|
|
670
670
|
...props
|
|
671
|
-
}: TagsItemProps):
|
|
671
|
+
}: TagsItemProps): react_jsx_runtime11.JSX.Element;
|
|
672
672
|
//#endregion
|
|
673
673
|
//#region src/components/ui/shadcn-io/tags-input-inline/index.d.ts
|
|
674
674
|
declare function TagsInputInLineRoot({
|
|
675
675
|
className,
|
|
676
676
|
...props
|
|
677
|
-
}: React.ComponentProps<typeof TagsInputPrimitive.Root>):
|
|
677
|
+
}: React.ComponentProps<typeof TagsInputPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
678
678
|
declare function TagsInputInLineLabel({
|
|
679
679
|
className,
|
|
680
680
|
...props
|
|
681
|
-
}: React.ComponentProps<typeof TagsInputPrimitive.Label>):
|
|
681
|
+
}: React.ComponentProps<typeof TagsInputPrimitive.Label>): react_jsx_runtime11.JSX.Element;
|
|
682
682
|
declare function TagsInputInLineList({
|
|
683
683
|
className,
|
|
684
684
|
...props
|
|
685
|
-
}: React.ComponentProps<'div'>):
|
|
685
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
686
686
|
declare function TagsInputInLineInput({
|
|
687
687
|
className,
|
|
688
688
|
...props
|
|
689
|
-
}: React.ComponentProps<typeof TagsInputPrimitive.Input>):
|
|
689
|
+
}: React.ComponentProps<typeof TagsInputPrimitive.Input>): react_jsx_runtime11.JSX.Element;
|
|
690
690
|
declare function TagsInputInLineItem({
|
|
691
691
|
className,
|
|
692
692
|
children,
|
|
693
693
|
...props
|
|
694
|
-
}: React.ComponentProps<typeof TagsInputPrimitive.Item>):
|
|
694
|
+
}: React.ComponentProps<typeof TagsInputPrimitive.Item>): react_jsx_runtime11.JSX.Element;
|
|
695
695
|
declare function TagsInputInLineClear({
|
|
696
696
|
...props
|
|
697
|
-
}: React.ComponentProps<typeof TagsInputPrimitive.Clear>):
|
|
697
|
+
}: React.ComponentProps<typeof TagsInputPrimitive.Clear>): react_jsx_runtime11.JSX.Element;
|
|
698
698
|
//#endregion
|
|
699
699
|
//#region src/components/ui/sheet.d.ts
|
|
700
700
|
declare function Sheet({
|
|
701
701
|
...props
|
|
702
|
-
}: React.ComponentProps<typeof DialogPrimitive.Root>):
|
|
702
|
+
}: React.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
703
703
|
declare function SheetTrigger({
|
|
704
704
|
...props
|
|
705
|
-
}: React.ComponentProps<typeof DialogPrimitive.Trigger>):
|
|
705
|
+
}: React.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime11.JSX.Element;
|
|
706
706
|
declare function SheetClose({
|
|
707
707
|
...props
|
|
708
|
-
}: React.ComponentProps<typeof DialogPrimitive.Close>):
|
|
708
|
+
}: React.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime11.JSX.Element;
|
|
709
709
|
declare function SheetContent({
|
|
710
710
|
className,
|
|
711
711
|
children,
|
|
@@ -713,23 +713,23 @@ declare function SheetContent({
|
|
|
713
713
|
...props
|
|
714
714
|
}: React.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
715
715
|
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
716
|
-
}):
|
|
716
|
+
}): react_jsx_runtime11.JSX.Element;
|
|
717
717
|
declare function SheetHeader({
|
|
718
718
|
className,
|
|
719
719
|
...props
|
|
720
|
-
}: React.ComponentProps<'div'>):
|
|
720
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
721
721
|
declare function SheetFooter({
|
|
722
722
|
className,
|
|
723
723
|
...props
|
|
724
|
-
}: React.ComponentProps<'div'>):
|
|
724
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime11.JSX.Element;
|
|
725
725
|
declare function SheetTitle({
|
|
726
726
|
className,
|
|
727
727
|
...props
|
|
728
|
-
}: React.ComponentProps<typeof DialogPrimitive.Title>):
|
|
728
|
+
}: React.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime11.JSX.Element;
|
|
729
729
|
declare function SheetDescription({
|
|
730
730
|
className,
|
|
731
731
|
...props
|
|
732
|
-
}: React.ComponentProps<typeof DialogPrimitive.Description>):
|
|
732
|
+
}: React.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime11.JSX.Element;
|
|
733
733
|
//#endregion
|
|
734
734
|
//#region src/components/ui/slider.d.ts
|
|
735
735
|
declare function Slider({
|
|
@@ -739,55 +739,55 @@ declare function Slider({
|
|
|
739
739
|
min,
|
|
740
740
|
max,
|
|
741
741
|
...props
|
|
742
|
-
}: React.ComponentProps<typeof SliderPrimitive.Root>):
|
|
742
|
+
}: React.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
743
743
|
//#endregion
|
|
744
744
|
//#region src/components/ui/switch.d.ts
|
|
745
745
|
declare function Switch({
|
|
746
746
|
className,
|
|
747
747
|
...props
|
|
748
|
-
}: React.ComponentProps<typeof SwitchPrimitive.Root>):
|
|
748
|
+
}: React.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
749
749
|
//#endregion
|
|
750
750
|
//#region src/components/ui/tabs.d.ts
|
|
751
751
|
declare function Tabs({
|
|
752
752
|
className,
|
|
753
753
|
...props
|
|
754
|
-
}: React.ComponentProps<typeof TabsPrimitive.Root>):
|
|
754
|
+
}: React.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
755
755
|
declare function TabsList({
|
|
756
756
|
className,
|
|
757
757
|
...props
|
|
758
|
-
}: React.ComponentProps<typeof TabsPrimitive.List>):
|
|
758
|
+
}: React.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime11.JSX.Element;
|
|
759
759
|
declare function TabsTrigger({
|
|
760
760
|
className,
|
|
761
761
|
...props
|
|
762
|
-
}: React.ComponentProps<typeof TabsPrimitive.Trigger>):
|
|
762
|
+
}: React.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime11.JSX.Element;
|
|
763
763
|
declare function TabsContent({
|
|
764
764
|
className,
|
|
765
765
|
...props
|
|
766
|
-
}: React.ComponentProps<typeof TabsPrimitive.Content>):
|
|
766
|
+
}: React.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime11.JSX.Element;
|
|
767
767
|
//#endregion
|
|
768
768
|
//#region src/components/ui/textarea.d.ts
|
|
769
769
|
declare function Textarea({
|
|
770
770
|
className,
|
|
771
771
|
...props
|
|
772
|
-
}: React.ComponentProps<'textarea'>):
|
|
772
|
+
}: React.ComponentProps<'textarea'>): react_jsx_runtime11.JSX.Element;
|
|
773
773
|
//#endregion
|
|
774
774
|
//#region src/components/ui/tooltip.d.ts
|
|
775
775
|
declare function TooltipProvider({
|
|
776
776
|
delayDuration,
|
|
777
777
|
...props
|
|
778
|
-
}: React.ComponentProps<typeof TooltipPrimitive.Provider>):
|
|
778
|
+
}: React.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime11.JSX.Element;
|
|
779
779
|
declare function Tooltip({
|
|
780
780
|
...props
|
|
781
|
-
}: React.ComponentProps<typeof TooltipPrimitive.Root>):
|
|
781
|
+
}: React.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime11.JSX.Element;
|
|
782
782
|
declare function TooltipTrigger({
|
|
783
783
|
...props
|
|
784
|
-
}: React.ComponentProps<typeof TooltipPrimitive.Trigger>):
|
|
784
|
+
}: React.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime11.JSX.Element;
|
|
785
785
|
declare function TooltipContent({
|
|
786
786
|
className,
|
|
787
787
|
sideOffset,
|
|
788
788
|
children,
|
|
789
789
|
...props
|
|
790
|
-
}: React.ComponentProps<typeof TooltipPrimitive.Content>):
|
|
790
|
+
}: React.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime11.JSX.Element;
|
|
791
791
|
//#endregion
|
|
792
792
|
//#region src/lib/utils.d.ts
|
|
793
793
|
declare function cn(...inputs: ClassValue[]): string;
|
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixpilot/shadcn",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
5
|
-
"packageManager": "pnpm@10.17.0",
|
|
4
|
+
"version": "0.1.7",
|
|
6
5
|
"description": "A collection of reusable UI components built with shadcn/ui and Radix UI primitives.",
|
|
7
6
|
"author": "m.doaie <m.doaie@hotmail.com>",
|
|
8
7
|
"license": "MIT",
|
|
@@ -18,29 +17,16 @@
|
|
|
18
17
|
"import": "./dist/index.js"
|
|
19
18
|
}
|
|
20
19
|
},
|
|
20
|
+
"publishConfig": {
|
|
21
|
+
"access": "public"
|
|
22
|
+
},
|
|
21
23
|
"files": [
|
|
22
24
|
"dist"
|
|
23
25
|
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"prepublishOnly": "pnpm run clean && pnpm run build",
|
|
26
|
-
"clean": "git clean -xdf .cache .turbo dist",
|
|
27
|
-
"clean:all": "git clean -xdf .cache .turbo dist node_modules",
|
|
28
|
-
"build": "tsdown",
|
|
29
|
-
"build:watch": "tsdown --watch",
|
|
30
|
-
"type-check": "tsc --noEmit",
|
|
31
|
-
"format": "prettier --check . --ignore-path ../../.gitignore --ignore-path ../../.prettierignore",
|
|
32
|
-
"lint": "eslint",
|
|
33
|
-
"lint:fix": "eslint --fix",
|
|
34
|
-
"typecheck": "tsc --noEmit --emitDeclarationOnly false",
|
|
35
|
-
"test": "vitest --run",
|
|
36
|
-
"test:watch": "vitest --watch",
|
|
37
|
-
"test:ui": "vitest --ui",
|
|
38
|
-
"shadcn:add": "npx shadcn@latest add"
|
|
39
|
-
},
|
|
40
26
|
"dependencies": {
|
|
41
27
|
"@diceui/tags-input": "^0.7.2",
|
|
42
28
|
"@hookform/resolvers": "^5.2.2",
|
|
43
|
-
"@pixpilot/hash": "
|
|
29
|
+
"@pixpilot/hash": "^0.0.0",
|
|
44
30
|
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
45
31
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
46
32
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
@@ -60,37 +46,52 @@
|
|
|
60
46
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
61
47
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
62
48
|
"class-variance-authority": "^0.7.1",
|
|
63
|
-
"clsx": "
|
|
49
|
+
"clsx": "^2.1.1",
|
|
64
50
|
"cmdk": "^1.1.1",
|
|
65
51
|
"date-fns": "^4.1.0",
|
|
66
|
-
"lucide-react": "
|
|
52
|
+
"lucide-react": "0.553.0",
|
|
67
53
|
"react-day-picker": "^9.11.3",
|
|
68
54
|
"react-hook-form": "^8.0.0-alpha.5",
|
|
69
|
-
"tailwind-merge": "
|
|
55
|
+
"tailwind-merge": "^3.4.0",
|
|
70
56
|
"tailwindcss-animate": "^1.0.7",
|
|
71
57
|
"zod": "^4.1.12"
|
|
72
58
|
},
|
|
73
59
|
"devDependencies": {
|
|
74
|
-
"@
|
|
75
|
-
"@internal/prettier-config": "workspace:*",
|
|
76
|
-
"@internal/tsconfig": "workspace:*",
|
|
77
|
-
"@internal/tsdown-config": "workspace:*",
|
|
78
|
-
"@internal/vitest-config": "workspace:*",
|
|
79
|
-
"@pixpilot/dev-config": "catalog:dev",
|
|
60
|
+
"@pixpilot/dev-config": "^3.16.0",
|
|
80
61
|
"@tailwindcss/postcss": "^4.1.17",
|
|
81
|
-
"@testing-library/jest-dom": "
|
|
82
|
-
"@testing-library/react": "
|
|
83
|
-
"@types/react": "
|
|
62
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
63
|
+
"@testing-library/react": "^16.3.0",
|
|
64
|
+
"@types/react": "^19.2.2",
|
|
84
65
|
"autoprefixer": "^10.4.21",
|
|
85
|
-
"eslint": "
|
|
66
|
+
"eslint": "^9.38.0",
|
|
86
67
|
"jsdom": "^27.2.0",
|
|
87
68
|
"postcss": "^8.5.6",
|
|
88
|
-
"prettier": "
|
|
89
|
-
"react": "
|
|
69
|
+
"prettier": "^3.6.2",
|
|
70
|
+
"react": "19.2.0",
|
|
90
71
|
"tailwindcss": "^4.1.17",
|
|
91
|
-
"tsdown": "
|
|
92
|
-
"typescript": "
|
|
93
|
-
"typescript-eslint": "
|
|
72
|
+
"tsdown": "^0.15.8",
|
|
73
|
+
"typescript": "^5.9.3",
|
|
74
|
+
"typescript-eslint": "^8.46.3",
|
|
75
|
+
"@internal/eslint-config": "0.3.0",
|
|
76
|
+
"@internal/tsconfig": "0.1.0",
|
|
77
|
+
"@internal/prettier-config": "0.0.1",
|
|
78
|
+
"@internal/vitest-config": "0.1.0",
|
|
79
|
+
"@internal/tsdown-config": "0.1.0"
|
|
94
80
|
},
|
|
95
|
-
"prettier": "@internal/prettier-config"
|
|
96
|
-
|
|
81
|
+
"prettier": "@internal/prettier-config",
|
|
82
|
+
"scripts": {
|
|
83
|
+
"clean": "git clean -xdf .cache .turbo dist",
|
|
84
|
+
"clean:all": "git clean -xdf .cache .turbo dist node_modules",
|
|
85
|
+
"build": "tsdown",
|
|
86
|
+
"build:watch": "tsdown --watch",
|
|
87
|
+
"type-check": "tsc --noEmit",
|
|
88
|
+
"format": "prettier --check . --ignore-path ../../.gitignore --ignore-path ../../.prettierignore",
|
|
89
|
+
"lint": "eslint",
|
|
90
|
+
"lint:fix": "eslint --fix",
|
|
91
|
+
"typecheck": "tsc --noEmit --emitDeclarationOnly false",
|
|
92
|
+
"test": "vitest --run",
|
|
93
|
+
"test:watch": "vitest --watch",
|
|
94
|
+
"test:ui": "vitest --ui",
|
|
95
|
+
"shadcn:add": "npx shadcn@latest add"
|
|
96
|
+
}
|
|
97
|
+
}
|