@aircall/ds 0.2.6 → 0.2.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/globals.css +1 -1
- package/dist/index.d.ts +241 -170
- package/dist/index.js +291 -122
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VariantProps } from "class-variance-authority";
|
|
2
2
|
import { ClassValue } from "clsx";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
4
4
|
import * as React$2 from "react";
|
|
5
5
|
import React$1 from "react";
|
|
6
6
|
import * as AvatarPrimitive from "@radix-ui/react-avatar";
|
|
@@ -9,6 +9,8 @@ import * as SeparatorPrimitive from "@radix-ui/react-separator";
|
|
|
9
9
|
import useEmblaCarousel, { UseEmblaCarouselType } from "embla-carousel-react";
|
|
10
10
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
11
11
|
import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
|
|
12
|
+
import * as _base_ui_react0 from "@base-ui/react";
|
|
13
|
+
import { Combobox as Combobox$1 } from "@base-ui/react";
|
|
12
14
|
import { Command as Command$1 } from "cmdk";
|
|
13
15
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
14
16
|
import { CountryCode } from "@aircall/numbers";
|
|
@@ -40,19 +42,19 @@ declare function Alert({
|
|
|
40
42
|
className,
|
|
41
43
|
variant,
|
|
42
44
|
...props
|
|
43
|
-
}: React$2.ComponentProps<'div'> & VariantProps<typeof alertVariants>):
|
|
45
|
+
}: React$2.ComponentProps<'div'> & VariantProps<typeof alertVariants>): react_jsx_runtime1.JSX.Element;
|
|
44
46
|
declare function AlertTitle({
|
|
45
47
|
className,
|
|
46
48
|
...props
|
|
47
|
-
}: React$2.ComponentProps<'div'>):
|
|
49
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
48
50
|
declare function AlertDescription({
|
|
49
51
|
className,
|
|
50
52
|
...props
|
|
51
|
-
}: React$2.ComponentProps<'div'>):
|
|
53
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
52
54
|
declare function AlertAction({
|
|
53
55
|
className,
|
|
54
56
|
...props
|
|
55
|
-
}: React$2.ComponentProps<'div'>):
|
|
57
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
56
58
|
//#endregion
|
|
57
59
|
//#region src/components/avatar.d.ts
|
|
58
60
|
declare const avatarVariants: (props?: ({
|
|
@@ -67,18 +69,18 @@ declare const Avatar: React$2.ForwardRefExoticComponent<Omit<AvatarProps, "ref">
|
|
|
67
69
|
declare function AvatarImage({
|
|
68
70
|
className,
|
|
69
71
|
...props
|
|
70
|
-
}: React$2.ComponentProps<typeof AvatarPrimitive.Image>):
|
|
72
|
+
}: React$2.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime1.JSX.Element;
|
|
71
73
|
declare function AvatarFallback({
|
|
72
74
|
className,
|
|
73
75
|
...props
|
|
74
|
-
}: React$2.ComponentProps<typeof AvatarPrimitive.Fallback>):
|
|
76
|
+
}: React$2.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime1.JSX.Element;
|
|
75
77
|
//#endregion
|
|
76
78
|
//#region src/components/badge.d.ts
|
|
77
79
|
declare const badgeVariants: (props?: ({
|
|
78
|
-
variant?: "default" | "
|
|
80
|
+
variant?: "default" | "secondary" | "destructive" | "outline" | null | undefined;
|
|
79
81
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
80
82
|
declare const Badge: React$2.ForwardRefExoticComponent<Omit<React$2.ClassAttributes<HTMLSpanElement> & React$2.HTMLAttributes<HTMLSpanElement> & VariantProps<(props?: ({
|
|
81
|
-
variant?: "default" | "
|
|
83
|
+
variant?: "default" | "secondary" | "destructive" | "outline" | null | undefined;
|
|
82
84
|
} & class_variance_authority_types0.ClassProp) | undefined) => string> & {
|
|
83
85
|
asChild?: boolean;
|
|
84
86
|
}, "ref"> & React$2.RefAttributes<HTMLSpanElement>>;
|
|
@@ -89,7 +91,7 @@ declare function Separator({
|
|
|
89
91
|
orientation,
|
|
90
92
|
decorative,
|
|
91
93
|
...props
|
|
92
|
-
}: React$2.ComponentProps<typeof SeparatorPrimitive.Root>):
|
|
94
|
+
}: React$2.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
93
95
|
//#endregion
|
|
94
96
|
//#region src/components/button-group.d.ts
|
|
95
97
|
declare const buttonGroupVariants: (props?: ({
|
|
@@ -99,29 +101,29 @@ declare function ButtonGroup({
|
|
|
99
101
|
className,
|
|
100
102
|
orientation,
|
|
101
103
|
...props
|
|
102
|
-
}: React.ComponentProps<'div'> & VariantProps<typeof buttonGroupVariants>):
|
|
104
|
+
}: React.ComponentProps<'div'> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime1.JSX.Element;
|
|
103
105
|
declare function ButtonGroupText({
|
|
104
106
|
className,
|
|
105
107
|
asChild,
|
|
106
108
|
...props
|
|
107
109
|
}: React.ComponentProps<'div'> & {
|
|
108
110
|
asChild?: boolean;
|
|
109
|
-
}):
|
|
111
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
110
112
|
declare function ButtonGroupSeparator({
|
|
111
113
|
className,
|
|
112
114
|
orientation,
|
|
113
115
|
...props
|
|
114
|
-
}: React.ComponentProps<typeof Separator>):
|
|
116
|
+
}: React.ComponentProps<typeof Separator>): react_jsx_runtime1.JSX.Element;
|
|
115
117
|
//#endregion
|
|
116
118
|
//#region src/components/button.d.ts
|
|
117
119
|
declare const buttonVariants: (props?: ({
|
|
118
|
-
variant?: "
|
|
119
|
-
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
120
|
+
variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
|
|
121
|
+
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | "icon-xs" | null | undefined;
|
|
120
122
|
block?: boolean | null | undefined;
|
|
121
123
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
122
124
|
declare const Button: React$2.ForwardRefExoticComponent<Omit<React$2.ClassAttributes<HTMLButtonElement> & React$2.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<(props?: ({
|
|
123
|
-
variant?: "
|
|
124
|
-
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
125
|
+
variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
|
|
126
|
+
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | "icon-xs" | null | undefined;
|
|
125
127
|
block?: boolean | null | undefined;
|
|
126
128
|
} & class_variance_authority_types0.ClassProp) | undefined) => string> & {
|
|
127
129
|
asChild?: boolean;
|
|
@@ -133,31 +135,31 @@ type ButtonProps = React$2.ComponentProps<typeof Button>;
|
|
|
133
135
|
declare function Card({
|
|
134
136
|
className,
|
|
135
137
|
...props
|
|
136
|
-
}: React$2.ComponentProps<'div'>):
|
|
138
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
137
139
|
declare function CardHeader({
|
|
138
140
|
className,
|
|
139
141
|
...props
|
|
140
|
-
}: React$2.ComponentProps<'div'>):
|
|
142
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
141
143
|
declare function CardTitle({
|
|
142
144
|
className,
|
|
143
145
|
...props
|
|
144
|
-
}: React$2.ComponentProps<'div'>):
|
|
146
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
145
147
|
declare function CardDescription({
|
|
146
148
|
className,
|
|
147
149
|
...props
|
|
148
|
-
}: React$2.ComponentProps<'div'>):
|
|
150
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
149
151
|
declare function CardAction({
|
|
150
152
|
className,
|
|
151
153
|
...props
|
|
152
|
-
}: React$2.ComponentProps<'div'>):
|
|
154
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
153
155
|
declare function CardContent({
|
|
154
156
|
className,
|
|
155
157
|
...props
|
|
156
|
-
}: React$2.ComponentProps<'div'>):
|
|
158
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
157
159
|
declare function CardFooter({
|
|
158
160
|
className,
|
|
159
161
|
...props
|
|
160
|
-
}: React$2.ComponentProps<'div'>):
|
|
162
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
161
163
|
//#endregion
|
|
162
164
|
//#region src/components/carousel.d.ts
|
|
163
165
|
type CarouselApi = UseEmblaCarouselType[1];
|
|
@@ -178,27 +180,27 @@ declare function Carousel({
|
|
|
178
180
|
className,
|
|
179
181
|
children,
|
|
180
182
|
...props
|
|
181
|
-
}: React$2.ComponentProps<'div'> & CarouselProps):
|
|
183
|
+
}: React$2.ComponentProps<'div'> & CarouselProps): react_jsx_runtime1.JSX.Element;
|
|
182
184
|
declare function CarouselContent({
|
|
183
185
|
className,
|
|
184
186
|
...props
|
|
185
|
-
}: React$2.ComponentProps<'div'>):
|
|
187
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
186
188
|
declare function CarouselItem({
|
|
187
189
|
className,
|
|
188
190
|
...props
|
|
189
|
-
}: React$2.ComponentProps<'div'>):
|
|
191
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
190
192
|
declare function CarouselPrevious({
|
|
191
193
|
className,
|
|
192
194
|
variant,
|
|
193
195
|
size,
|
|
194
196
|
...props
|
|
195
|
-
}: React$2.ComponentProps<typeof Button>):
|
|
197
|
+
}: React$2.ComponentProps<typeof Button>): react_jsx_runtime1.JSX.Element;
|
|
196
198
|
declare function CarouselNext({
|
|
197
199
|
className,
|
|
198
200
|
variant,
|
|
199
201
|
size,
|
|
200
202
|
...props
|
|
201
|
-
}: React$2.ComponentProps<typeof Button>):
|
|
203
|
+
}: React$2.ComponentProps<typeof Button>): react_jsx_runtime1.JSX.Element;
|
|
202
204
|
//#endregion
|
|
203
205
|
//#region src/components/checkbox.d.ts
|
|
204
206
|
declare const Checkbox: React$2.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React$2.RefAttributes<HTMLButtonElement>, "ref"> & React$2.RefAttributes<HTMLButtonElement>>;
|
|
@@ -206,58 +208,127 @@ declare const Checkbox: React$2.ForwardRefExoticComponent<Omit<CheckboxPrimitive
|
|
|
206
208
|
//#region src/components/collapsible.d.ts
|
|
207
209
|
declare function Collapsible({
|
|
208
210
|
...props
|
|
209
|
-
}: React.ComponentProps<typeof CollapsiblePrimitive.Root>):
|
|
211
|
+
}: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
210
212
|
declare function CollapsibleTrigger({
|
|
211
213
|
...props
|
|
212
|
-
}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>):
|
|
214
|
+
}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime1.JSX.Element;
|
|
213
215
|
declare function CollapsibleContent({
|
|
214
216
|
...props
|
|
215
|
-
}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>):
|
|
217
|
+
}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime1.JSX.Element;
|
|
218
|
+
//#endregion
|
|
219
|
+
//#region src/components/combobox.d.ts
|
|
220
|
+
declare const Combobox: typeof Combobox$1.Root;
|
|
221
|
+
declare function ComboboxValue({
|
|
222
|
+
...props
|
|
223
|
+
}: Combobox$1.Value.Props): react_jsx_runtime1.JSX.Element;
|
|
224
|
+
declare const ComboboxTrigger: React$2.ForwardRefExoticComponent<Omit<_base_ui_react0.AutocompleteTriggerProps, "ref"> & React$2.RefAttributes<HTMLButtonElement>>;
|
|
225
|
+
declare function ComboboxInput({
|
|
226
|
+
className,
|
|
227
|
+
children,
|
|
228
|
+
disabled,
|
|
229
|
+
showTrigger,
|
|
230
|
+
showClear,
|
|
231
|
+
...props
|
|
232
|
+
}: Combobox$1.Input.Props & {
|
|
233
|
+
showTrigger?: boolean;
|
|
234
|
+
showClear?: boolean;
|
|
235
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
236
|
+
declare function ComboboxContent({
|
|
237
|
+
className,
|
|
238
|
+
side,
|
|
239
|
+
sideOffset,
|
|
240
|
+
align,
|
|
241
|
+
alignOffset,
|
|
242
|
+
anchor,
|
|
243
|
+
...props
|
|
244
|
+
}: Combobox$1.Popup.Props & Pick<Combobox$1.Positioner.Props, "side" | "align" | "sideOffset" | "alignOffset" | "anchor">): react_jsx_runtime1.JSX.Element;
|
|
245
|
+
declare function ComboboxList({
|
|
246
|
+
className,
|
|
247
|
+
...props
|
|
248
|
+
}: Combobox$1.List.Props): react_jsx_runtime1.JSX.Element;
|
|
249
|
+
declare function ComboboxItem({
|
|
250
|
+
className,
|
|
251
|
+
children,
|
|
252
|
+
...props
|
|
253
|
+
}: Combobox$1.Item.Props): react_jsx_runtime1.JSX.Element;
|
|
254
|
+
declare function ComboboxGroup({
|
|
255
|
+
className,
|
|
256
|
+
...props
|
|
257
|
+
}: Combobox$1.Group.Props): react_jsx_runtime1.JSX.Element;
|
|
258
|
+
declare function ComboboxLabel({
|
|
259
|
+
className,
|
|
260
|
+
...props
|
|
261
|
+
}: Combobox$1.GroupLabel.Props): react_jsx_runtime1.JSX.Element;
|
|
262
|
+
declare function ComboboxCollection({
|
|
263
|
+
...props
|
|
264
|
+
}: Combobox$1.Collection.Props): react_jsx_runtime1.JSX.Element;
|
|
265
|
+
declare function ComboboxEmpty({
|
|
266
|
+
className,
|
|
267
|
+
...props
|
|
268
|
+
}: Combobox$1.Empty.Props): react_jsx_runtime1.JSX.Element;
|
|
269
|
+
declare function ComboboxSeparator({
|
|
270
|
+
className,
|
|
271
|
+
...props
|
|
272
|
+
}: Combobox$1.Separator.Props): react_jsx_runtime1.JSX.Element;
|
|
273
|
+
declare const ComboboxChips: React$2.ForwardRefExoticComponent<Omit<Omit<Omit<_base_ui_react0.ComboboxChipsProps, "ref"> & React$2.RefAttributes<HTMLDivElement>, "ref"> & _base_ui_react0.ComboboxChipsProps, "ref"> & React$2.RefAttributes<HTMLDivElement>>;
|
|
274
|
+
declare function ComboboxChip({
|
|
275
|
+
className,
|
|
276
|
+
children,
|
|
277
|
+
showRemove,
|
|
278
|
+
...props
|
|
279
|
+
}: Combobox$1.Chip.Props & {
|
|
280
|
+
showRemove?: boolean;
|
|
281
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
282
|
+
declare function ComboboxChipsInput({
|
|
283
|
+
className,
|
|
284
|
+
...props
|
|
285
|
+
}: Combobox$1.Input.Props): react_jsx_runtime1.JSX.Element;
|
|
286
|
+
declare function useComboboxAnchor(): React$2.MutableRefObject<HTMLDivElement | null>;
|
|
216
287
|
//#endregion
|
|
217
288
|
//#region src/components/dialog.d.ts
|
|
218
289
|
declare function Dialog({
|
|
219
290
|
...props
|
|
220
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Root>):
|
|
291
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
221
292
|
declare function DialogTrigger({
|
|
222
293
|
...props
|
|
223
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Trigger>):
|
|
294
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime1.JSX.Element;
|
|
224
295
|
declare function DialogPortal({
|
|
225
296
|
...props
|
|
226
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Portal>):
|
|
297
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime1.JSX.Element;
|
|
227
298
|
declare function DialogClose({
|
|
228
299
|
...props
|
|
229
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Close>):
|
|
300
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime1.JSX.Element;
|
|
230
301
|
declare function DialogOverlay({
|
|
231
302
|
className,
|
|
232
303
|
...props
|
|
233
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Overlay>):
|
|
304
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime1.JSX.Element;
|
|
234
305
|
declare function DialogContent({
|
|
235
306
|
className,
|
|
236
307
|
children,
|
|
237
308
|
...props
|
|
238
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Content>):
|
|
309
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Content>): react_jsx_runtime1.JSX.Element;
|
|
239
310
|
declare function DialogHeader({
|
|
240
311
|
className,
|
|
241
312
|
...props
|
|
242
|
-
}: React$2.ComponentProps<'div'>):
|
|
313
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
243
314
|
declare function DialogFooter({
|
|
244
315
|
className,
|
|
245
316
|
...props
|
|
246
|
-
}: React$2.ComponentProps<'div'>):
|
|
317
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
247
318
|
declare function DialogTitle({
|
|
248
319
|
className,
|
|
249
320
|
...props
|
|
250
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Title>):
|
|
321
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime1.JSX.Element;
|
|
251
322
|
declare function DialogDescription({
|
|
252
323
|
className,
|
|
253
324
|
...props
|
|
254
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Description>):
|
|
325
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime1.JSX.Element;
|
|
255
326
|
//#endregion
|
|
256
327
|
//#region src/components/command.d.ts
|
|
257
328
|
declare function Command({
|
|
258
329
|
className,
|
|
259
330
|
...props
|
|
260
|
-
}: React$2.ComponentProps<typeof Command$1>):
|
|
331
|
+
}: React$2.ComponentProps<typeof Command$1>): react_jsx_runtime1.JSX.Element;
|
|
261
332
|
declare function CommandDialog({
|
|
262
333
|
title,
|
|
263
334
|
description,
|
|
@@ -266,34 +337,34 @@ declare function CommandDialog({
|
|
|
266
337
|
}: React$2.ComponentProps<typeof Dialog> & {
|
|
267
338
|
title?: string;
|
|
268
339
|
description?: string;
|
|
269
|
-
}):
|
|
340
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
270
341
|
declare function CommandInput({
|
|
271
342
|
className,
|
|
272
343
|
...props
|
|
273
|
-
}: React$2.ComponentProps<typeof Command$1.Input>):
|
|
344
|
+
}: React$2.ComponentProps<typeof Command$1.Input>): react_jsx_runtime1.JSX.Element;
|
|
274
345
|
declare function CommandList({
|
|
275
346
|
className,
|
|
276
347
|
...props
|
|
277
|
-
}: React$2.ComponentProps<typeof Command$1.List>):
|
|
348
|
+
}: React$2.ComponentProps<typeof Command$1.List>): react_jsx_runtime1.JSX.Element;
|
|
278
349
|
declare function CommandEmpty({
|
|
279
350
|
...props
|
|
280
|
-
}: React$2.ComponentProps<typeof Command$1.Empty>):
|
|
351
|
+
}: React$2.ComponentProps<typeof Command$1.Empty>): react_jsx_runtime1.JSX.Element;
|
|
281
352
|
declare function CommandGroup({
|
|
282
353
|
className,
|
|
283
354
|
...props
|
|
284
|
-
}: React$2.ComponentProps<typeof Command$1.Group>):
|
|
355
|
+
}: React$2.ComponentProps<typeof Command$1.Group>): react_jsx_runtime1.JSX.Element;
|
|
285
356
|
declare function CommandSeparator({
|
|
286
357
|
className,
|
|
287
358
|
...props
|
|
288
|
-
}: React$2.ComponentProps<typeof Command$1.Separator>):
|
|
359
|
+
}: React$2.ComponentProps<typeof Command$1.Separator>): react_jsx_runtime1.JSX.Element;
|
|
289
360
|
declare function CommandItem({
|
|
290
361
|
className,
|
|
291
362
|
...props
|
|
292
|
-
}: React$2.ComponentProps<typeof Command$1.Item>):
|
|
363
|
+
}: React$2.ComponentProps<typeof Command$1.Item>): react_jsx_runtime1.JSX.Element;
|
|
293
364
|
declare function CommandShortcut({
|
|
294
365
|
className,
|
|
295
366
|
...props
|
|
296
|
-
}: React$2.ComponentProps<'span'>):
|
|
367
|
+
}: React$2.ComponentProps<'span'>): react_jsx_runtime1.JSX.Element;
|
|
297
368
|
//#endregion
|
|
298
369
|
//#region src/components/country-flag.d.ts
|
|
299
370
|
type FlagSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
@@ -308,17 +379,17 @@ declare const CountryFlag: React$1.FC<CountryFlagProps>;
|
|
|
308
379
|
//#region src/components/drawer.d.ts
|
|
309
380
|
declare function Drawer({
|
|
310
381
|
...props
|
|
311
|
-
}: React$2.ComponentProps<typeof Drawer$1.Root>):
|
|
382
|
+
}: React$2.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime1.JSX.Element;
|
|
312
383
|
declare function DrawerTrigger({
|
|
313
384
|
...props
|
|
314
|
-
}: React$2.ComponentProps<typeof Drawer$1.Trigger>):
|
|
385
|
+
}: React$2.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime1.JSX.Element;
|
|
315
386
|
type DrawerPortalProps = React$2.ComponentProps<typeof Drawer$1.Portal>;
|
|
316
387
|
declare function DrawerPortal({
|
|
317
388
|
...props
|
|
318
|
-
}: DrawerPortalProps):
|
|
389
|
+
}: DrawerPortalProps): react_jsx_runtime1.JSX.Element;
|
|
319
390
|
declare function DrawerClose({
|
|
320
391
|
...props
|
|
321
|
-
}: React$2.ComponentProps<typeof Drawer$1.Close>):
|
|
392
|
+
}: React$2.ComponentProps<typeof Drawer$1.Close>): react_jsx_runtime1.JSX.Element;
|
|
322
393
|
declare const DrawerOverlay: React$2.ForwardRefExoticComponent<Omit<Omit<DialogPrimitive.DialogOverlayProps & React$2.RefAttributes<HTMLDivElement>, "ref"> & React$2.RefAttributes<HTMLDivElement>, "ref"> & React$2.RefAttributes<HTMLDivElement>>;
|
|
323
394
|
type DrawerContentProps = React$2.ComponentProps<typeof Drawer$1.Content> & Pick<DrawerPortalProps, 'container'>;
|
|
324
395
|
declare function DrawerContent({
|
|
@@ -326,34 +397,34 @@ declare function DrawerContent({
|
|
|
326
397
|
children,
|
|
327
398
|
container,
|
|
328
399
|
...props
|
|
329
|
-
}: DrawerContentProps):
|
|
400
|
+
}: DrawerContentProps): react_jsx_runtime1.JSX.Element;
|
|
330
401
|
declare function DrawerHeader({
|
|
331
402
|
className,
|
|
332
403
|
...props
|
|
333
|
-
}: React$2.ComponentProps<'div'>):
|
|
404
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
334
405
|
declare function DrawerFooter({
|
|
335
406
|
className,
|
|
336
407
|
...props
|
|
337
|
-
}: React$2.ComponentProps<'div'>):
|
|
408
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
338
409
|
declare function DrawerTitle({
|
|
339
410
|
className,
|
|
340
411
|
...props
|
|
341
|
-
}: React$2.ComponentProps<typeof Drawer$1.Title>):
|
|
412
|
+
}: React$2.ComponentProps<typeof Drawer$1.Title>): react_jsx_runtime1.JSX.Element;
|
|
342
413
|
declare function DrawerDescription({
|
|
343
414
|
className,
|
|
344
415
|
...props
|
|
345
|
-
}: React$2.ComponentProps<typeof Drawer$1.Description>):
|
|
416
|
+
}: React$2.ComponentProps<typeof Drawer$1.Description>): react_jsx_runtime1.JSX.Element;
|
|
346
417
|
//#endregion
|
|
347
418
|
//#region src/components/dropdown-menu.d.ts
|
|
348
419
|
declare function DropdownMenu({
|
|
349
420
|
...props
|
|
350
|
-
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Root>):
|
|
421
|
+
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
351
422
|
declare function DropdownMenuPortal({
|
|
352
423
|
...props
|
|
353
|
-
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Portal>):
|
|
424
|
+
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime1.JSX.Element;
|
|
354
425
|
declare function DropdownMenuTrigger({
|
|
355
426
|
...props
|
|
356
|
-
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Trigger>):
|
|
427
|
+
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime1.JSX.Element;
|
|
357
428
|
type DropdownMenuContentProps = React$2.ComponentProps<typeof DropdownMenuPrimitive.Portal> & React$2.ComponentProps<typeof DropdownMenuPrimitive.Content>;
|
|
358
429
|
declare function DropdownMenuContent({
|
|
359
430
|
className,
|
|
@@ -361,10 +432,10 @@ declare function DropdownMenuContent({
|
|
|
361
432
|
container,
|
|
362
433
|
forceMount,
|
|
363
434
|
...props
|
|
364
|
-
}: DropdownMenuContentProps):
|
|
435
|
+
}: DropdownMenuContentProps): react_jsx_runtime1.JSX.Element;
|
|
365
436
|
declare function DropdownMenuGroup({
|
|
366
437
|
...props
|
|
367
|
-
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Group>):
|
|
438
|
+
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime1.JSX.Element;
|
|
368
439
|
declare function DropdownMenuItem({
|
|
369
440
|
className,
|
|
370
441
|
inset,
|
|
@@ -373,39 +444,39 @@ declare function DropdownMenuItem({
|
|
|
373
444
|
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
374
445
|
inset?: boolean;
|
|
375
446
|
variant?: 'default' | 'destructive';
|
|
376
|
-
}):
|
|
447
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
377
448
|
declare function DropdownMenuCheckboxItem({
|
|
378
449
|
className,
|
|
379
450
|
children,
|
|
380
451
|
checked,
|
|
381
452
|
...props
|
|
382
|
-
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>):
|
|
453
|
+
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime1.JSX.Element;
|
|
383
454
|
declare function DropdownMenuRadioGroup({
|
|
384
455
|
...props
|
|
385
|
-
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>):
|
|
456
|
+
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime1.JSX.Element;
|
|
386
457
|
declare function DropdownMenuRadioItem({
|
|
387
458
|
className,
|
|
388
459
|
children,
|
|
389
460
|
...props
|
|
390
|
-
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>):
|
|
461
|
+
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime1.JSX.Element;
|
|
391
462
|
declare function DropdownMenuLabel({
|
|
392
463
|
className,
|
|
393
464
|
inset,
|
|
394
465
|
...props
|
|
395
466
|
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
396
467
|
inset?: boolean;
|
|
397
|
-
}):
|
|
468
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
398
469
|
declare function DropdownMenuSeparator({
|
|
399
470
|
className,
|
|
400
471
|
...props
|
|
401
|
-
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Separator>):
|
|
472
|
+
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime1.JSX.Element;
|
|
402
473
|
declare function DropdownMenuShortcut({
|
|
403
474
|
className,
|
|
404
475
|
...props
|
|
405
|
-
}: React$2.ComponentProps<'span'>):
|
|
476
|
+
}: React$2.ComponentProps<'span'>): react_jsx_runtime1.JSX.Element;
|
|
406
477
|
declare function DropdownMenuSub({
|
|
407
478
|
...props
|
|
408
|
-
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Sub>):
|
|
479
|
+
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime1.JSX.Element;
|
|
409
480
|
declare function DropdownMenuSubTrigger({
|
|
410
481
|
className,
|
|
411
482
|
inset,
|
|
@@ -413,11 +484,11 @@ declare function DropdownMenuSubTrigger({
|
|
|
413
484
|
...props
|
|
414
485
|
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
415
486
|
inset?: boolean;
|
|
416
|
-
}):
|
|
487
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
417
488
|
declare function DropdownMenuSubContent({
|
|
418
489
|
className,
|
|
419
490
|
...props
|
|
420
|
-
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.SubContent>):
|
|
491
|
+
}: React$2.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime1.JSX.Element;
|
|
421
492
|
//#endregion
|
|
422
493
|
//#region src/components/emoji-picker.d.ts
|
|
423
494
|
declare const EmojiPickerCategories: {
|
|
@@ -457,17 +528,17 @@ declare function EmojiPicker({
|
|
|
457
528
|
emojiListWidth,
|
|
458
529
|
DefaultTriggerComponent,
|
|
459
530
|
categories
|
|
460
|
-
}: EmojiPickerProps):
|
|
531
|
+
}: EmojiPickerProps): react_jsx_runtime1.JSX.Element;
|
|
461
532
|
//#endregion
|
|
462
533
|
//#region src/components/empty.d.ts
|
|
463
534
|
declare function Empty({
|
|
464
535
|
className,
|
|
465
536
|
...props
|
|
466
|
-
}: React.ComponentProps<'div'>):
|
|
537
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
467
538
|
declare function EmptyHeader({
|
|
468
539
|
className,
|
|
469
540
|
...props
|
|
470
|
-
}: React.ComponentProps<'div'>):
|
|
541
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
471
542
|
declare const emptyMediaVariants: (props?: ({
|
|
472
543
|
variant?: "default" | "icon" | null | undefined;
|
|
473
544
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
@@ -475,42 +546,42 @@ declare function EmptyMedia({
|
|
|
475
546
|
className,
|
|
476
547
|
variant,
|
|
477
548
|
...props
|
|
478
|
-
}: React.ComponentProps<'div'> & VariantProps<typeof emptyMediaVariants>):
|
|
549
|
+
}: React.ComponentProps<'div'> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime1.JSX.Element;
|
|
479
550
|
declare function EmptyTitle({
|
|
480
551
|
className,
|
|
481
552
|
...props
|
|
482
|
-
}: React.ComponentProps<'div'>):
|
|
553
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
483
554
|
declare function EmptyDescription({
|
|
484
555
|
className,
|
|
485
556
|
...props
|
|
486
|
-
}: React.ComponentProps<'p'>):
|
|
557
|
+
}: React.ComponentProps<'p'>): react_jsx_runtime1.JSX.Element;
|
|
487
558
|
declare function EmptyContent({
|
|
488
559
|
className,
|
|
489
560
|
...props
|
|
490
|
-
}: React.ComponentProps<'div'>):
|
|
561
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
491
562
|
//#endregion
|
|
492
563
|
//#region src/components/label.d.ts
|
|
493
564
|
declare function Label({
|
|
494
565
|
className,
|
|
495
566
|
...props
|
|
496
|
-
}: React$2.ComponentProps<typeof LabelPrimitive.Root>):
|
|
567
|
+
}: React$2.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
497
568
|
//#endregion
|
|
498
569
|
//#region src/components/field.d.ts
|
|
499
570
|
declare function FieldSet({
|
|
500
571
|
className,
|
|
501
572
|
...props
|
|
502
|
-
}: React.ComponentProps<'fieldset'>):
|
|
573
|
+
}: React.ComponentProps<'fieldset'>): react_jsx_runtime1.JSX.Element;
|
|
503
574
|
declare function FieldLegend({
|
|
504
575
|
className,
|
|
505
576
|
variant,
|
|
506
577
|
...props
|
|
507
578
|
}: React.ComponentProps<'legend'> & {
|
|
508
579
|
variant?: 'legend' | 'label';
|
|
509
|
-
}):
|
|
580
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
510
581
|
declare function FieldGroup({
|
|
511
582
|
className,
|
|
512
583
|
...props
|
|
513
|
-
}: React.ComponentProps<'div'>):
|
|
584
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
514
585
|
declare const fieldVariants: (props?: ({
|
|
515
586
|
orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
|
|
516
587
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
@@ -518,30 +589,30 @@ declare function Field({
|
|
|
518
589
|
className,
|
|
519
590
|
orientation,
|
|
520
591
|
...props
|
|
521
|
-
}: React.ComponentProps<'div'> & VariantProps<typeof fieldVariants>):
|
|
592
|
+
}: React.ComponentProps<'div'> & VariantProps<typeof fieldVariants>): react_jsx_runtime1.JSX.Element;
|
|
522
593
|
declare function FieldContent({
|
|
523
594
|
className,
|
|
524
595
|
...props
|
|
525
|
-
}: React.ComponentProps<'div'>):
|
|
596
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
526
597
|
declare function FieldLabel({
|
|
527
598
|
className,
|
|
528
599
|
...props
|
|
529
|
-
}: React.ComponentProps<typeof Label>):
|
|
600
|
+
}: React.ComponentProps<typeof Label>): react_jsx_runtime1.JSX.Element;
|
|
530
601
|
declare function FieldTitle({
|
|
531
602
|
className,
|
|
532
603
|
...props
|
|
533
|
-
}: React.ComponentProps<'div'>):
|
|
604
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
534
605
|
declare function FieldDescription({
|
|
535
606
|
className,
|
|
536
607
|
...props
|
|
537
|
-
}: React.ComponentProps<'p'>):
|
|
608
|
+
}: React.ComponentProps<'p'>): react_jsx_runtime1.JSX.Element;
|
|
538
609
|
declare function FieldSeparator({
|
|
539
610
|
children,
|
|
540
611
|
className,
|
|
541
612
|
...props
|
|
542
613
|
}: React.ComponentProps<'div'> & {
|
|
543
614
|
children?: React.ReactNode;
|
|
544
|
-
}):
|
|
615
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
545
616
|
declare function FieldError({
|
|
546
617
|
className,
|
|
547
618
|
children,
|
|
@@ -551,7 +622,7 @@ declare function FieldError({
|
|
|
551
622
|
errors?: Array<{
|
|
552
623
|
message?: string;
|
|
553
624
|
} | undefined>;
|
|
554
|
-
}):
|
|
625
|
+
}): react_jsx_runtime1.JSX.Element | null;
|
|
555
626
|
//#endregion
|
|
556
627
|
//#region src/components/input-group.d.ts
|
|
557
628
|
declare const inputGroupVariants: (props?: ({
|
|
@@ -561,7 +632,7 @@ declare function InputGroup({
|
|
|
561
632
|
className,
|
|
562
633
|
sizing,
|
|
563
634
|
...props
|
|
564
|
-
}: React$2.ComponentProps<'div'> & VariantProps<typeof inputGroupVariants>):
|
|
635
|
+
}: React$2.ComponentProps<'div'> & VariantProps<typeof inputGroupVariants>): react_jsx_runtime1.JSX.Element;
|
|
565
636
|
declare const inputGroupAddonVariants: (props?: ({
|
|
566
637
|
align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
|
|
567
638
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
@@ -569,21 +640,21 @@ declare function InputGroupAddon({
|
|
|
569
640
|
className,
|
|
570
641
|
align,
|
|
571
642
|
...props
|
|
572
|
-
}: React$2.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>):
|
|
643
|
+
}: React$2.ComponentProps<'div'> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime1.JSX.Element;
|
|
573
644
|
declare const InputGroupButton: React$2.ForwardRefExoticComponent<Omit<Omit<Omit<React$2.ClassAttributes<HTMLButtonElement> & React$2.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<(props?: ({
|
|
574
|
-
variant?: "
|
|
575
|
-
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
645
|
+
variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
|
|
646
|
+
size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | "icon-xs" | null | undefined;
|
|
576
647
|
block?: boolean | null | undefined;
|
|
577
648
|
} & class_variance_authority_types0.ClassProp) | undefined) => string> & {
|
|
578
649
|
asChild?: boolean;
|
|
579
650
|
block?: boolean;
|
|
580
651
|
}, "ref"> & React$2.RefAttributes<HTMLButtonElement>, "ref">, "size"> & VariantProps<(props?: ({
|
|
581
|
-
size?: "sm" | "icon-sm" | "xs" | "
|
|
652
|
+
size?: "sm" | "icon-sm" | "icon-xs" | "xs" | null | undefined;
|
|
582
653
|
} & class_variance_authority_types0.ClassProp) | undefined) => string> & React$2.RefAttributes<HTMLButtonElement>>;
|
|
583
654
|
declare function InputGroupText({
|
|
584
655
|
className,
|
|
585
656
|
...props
|
|
586
|
-
}: React$2.ComponentProps<'span'>):
|
|
657
|
+
}: React$2.ComponentProps<'span'>): react_jsx_runtime1.JSX.Element;
|
|
587
658
|
declare const InputGroupInput: React$2.ForwardRefExoticComponent<Omit<Omit<React$2.ClassAttributes<HTMLInputElement> & React$2.InputHTMLAttributes<HTMLInputElement> & VariantProps<(props?: ({
|
|
588
659
|
sizing?: "default" | "sm" | "lg" | null | undefined;
|
|
589
660
|
block?: boolean | null | undefined;
|
|
@@ -591,7 +662,7 @@ declare const InputGroupInput: React$2.ForwardRefExoticComponent<Omit<Omit<React
|
|
|
591
662
|
declare function InputGroupTextarea({
|
|
592
663
|
className,
|
|
593
664
|
...props
|
|
594
|
-
}: React$2.ComponentProps<'textarea'>):
|
|
665
|
+
}: React$2.ComponentProps<'textarea'>): react_jsx_runtime1.JSX.Element;
|
|
595
666
|
//#endregion
|
|
596
667
|
//#region src/components/input-otp.d.ts
|
|
597
668
|
declare const inputOTPVariants: (props?: ({
|
|
@@ -604,21 +675,21 @@ declare function InputOTP({
|
|
|
604
675
|
...props
|
|
605
676
|
}: React$2.ComponentProps<typeof OTPInput> & VariantProps<typeof inputOTPVariants> & {
|
|
606
677
|
containerClassName?: string;
|
|
607
|
-
}):
|
|
678
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
608
679
|
declare function InputOTPGroup({
|
|
609
680
|
className,
|
|
610
681
|
...props
|
|
611
|
-
}: React$2.ComponentProps<"div">):
|
|
682
|
+
}: React$2.ComponentProps<"div">): react_jsx_runtime1.JSX.Element;
|
|
612
683
|
declare function InputOTPSlot({
|
|
613
684
|
index,
|
|
614
685
|
className,
|
|
615
686
|
...props
|
|
616
687
|
}: React$2.ComponentProps<"div"> & {
|
|
617
688
|
index: number;
|
|
618
|
-
}):
|
|
689
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
619
690
|
declare function InputOTPSeparator({
|
|
620
691
|
...props
|
|
621
|
-
}: React$2.ComponentProps<"div">):
|
|
692
|
+
}: React$2.ComponentProps<"div">): react_jsx_runtime1.JSX.Element;
|
|
622
693
|
//#endregion
|
|
623
694
|
//#region src/components/input.d.ts
|
|
624
695
|
declare const Input: React$2.ForwardRefExoticComponent<Omit<React$2.ClassAttributes<HTMLInputElement> & React$2.InputHTMLAttributes<HTMLInputElement> & VariantProps<(props?: ({
|
|
@@ -634,7 +705,7 @@ declare const ItemGroup: React$2.ForwardRefExoticComponent<Omit<ItemGroupProps,
|
|
|
634
705
|
declare function ItemSeparator({
|
|
635
706
|
className,
|
|
636
707
|
...props
|
|
637
|
-
}: React$2.ComponentProps<typeof Separator>):
|
|
708
|
+
}: React$2.ComponentProps<typeof Separator>): react_jsx_runtime1.JSX.Element;
|
|
638
709
|
declare const itemVariants: (props?: ({
|
|
639
710
|
variant?: "default" | "outline" | "muted" | null | undefined;
|
|
640
711
|
size?: "default" | "sm" | null | undefined;
|
|
@@ -644,7 +715,7 @@ interface ItemProps extends React$2.ComponentPropsWithoutRef<'div'>, VariantProp
|
|
|
644
715
|
}
|
|
645
716
|
declare const Item: React$2.ForwardRefExoticComponent<ItemProps & React$2.RefAttributes<HTMLDivElement>>;
|
|
646
717
|
declare const ItemMedia: React$2.ForwardRefExoticComponent<Omit<React$2.DetailedHTMLProps<React$2.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & VariantProps<(props?: ({
|
|
647
|
-
variant?: "
|
|
718
|
+
variant?: "image" | "default" | "icon" | null | undefined;
|
|
648
719
|
} & class_variance_authority_types0.ClassProp) | undefined) => string> & React$2.RefAttributes<HTMLDivElement>>;
|
|
649
720
|
declare const ItemContent: React$2.ForwardRefExoticComponent<Omit<React$2.DetailedHTMLProps<React$2.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$2.RefAttributes<HTMLDivElement>>;
|
|
650
721
|
declare const ItemTitle: React$2.ForwardRefExoticComponent<Omit<React$2.DetailedHTMLProps<React$2.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React$2.RefAttributes<HTMLDivElement>>;
|
|
@@ -661,7 +732,7 @@ declare const List: ({
|
|
|
661
732
|
children,
|
|
662
733
|
className,
|
|
663
734
|
...props
|
|
664
|
-
}: ListProps) =>
|
|
735
|
+
}: ListProps) => react_jsx_runtime1.JSX.Element;
|
|
665
736
|
interface ListRowProps extends React$2.HTMLAttributes<HTMLDivElement> {
|
|
666
737
|
children: React$2.ReactNode;
|
|
667
738
|
}
|
|
@@ -677,64 +748,64 @@ declare const ListCol: ({
|
|
|
677
748
|
children,
|
|
678
749
|
className,
|
|
679
750
|
...props
|
|
680
|
-
}: ListColProps) =>
|
|
751
|
+
}: ListColProps) => react_jsx_runtime1.JSX.Element;
|
|
681
752
|
//#endregion
|
|
682
753
|
//#region src/components/popover.d.ts
|
|
683
754
|
declare function Popover({
|
|
684
755
|
...props
|
|
685
|
-
}: React$2.ComponentProps<typeof PopoverPrimitive.Root>):
|
|
756
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
686
757
|
declare function PopoverTrigger({
|
|
687
758
|
...props
|
|
688
|
-
}: React$2.ComponentProps<typeof PopoverPrimitive.Trigger>):
|
|
759
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime1.JSX.Element;
|
|
689
760
|
declare function PopoverContent({
|
|
690
761
|
className,
|
|
691
762
|
align,
|
|
692
763
|
sideOffset,
|
|
693
764
|
...props
|
|
694
|
-
}: React$2.ComponentProps<typeof PopoverPrimitive.Content>):
|
|
765
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime1.JSX.Element;
|
|
695
766
|
declare function PopoverAnchor({
|
|
696
767
|
...props
|
|
697
|
-
}: React$2.ComponentProps<typeof PopoverPrimitive.Anchor>):
|
|
768
|
+
}: React$2.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime1.JSX.Element;
|
|
698
769
|
//#endregion
|
|
699
770
|
//#region src/components/progress.d.ts
|
|
700
771
|
declare function Progress({
|
|
701
772
|
className,
|
|
702
773
|
value,
|
|
703
774
|
...props
|
|
704
|
-
}: React$2.ComponentProps<typeof ProgressPrimitive.Root>):
|
|
775
|
+
}: React$2.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
705
776
|
//#endregion
|
|
706
777
|
//#region src/components/radio-group.d.ts
|
|
707
778
|
declare function RadioGroup({
|
|
708
779
|
className,
|
|
709
780
|
...props
|
|
710
|
-
}: React$2.ComponentProps<typeof RadioGroupPrimitive.Root>):
|
|
781
|
+
}: React$2.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
711
782
|
declare function RadioGroupItem({
|
|
712
783
|
className,
|
|
713
784
|
...props
|
|
714
|
-
}: React$2.ComponentProps<typeof RadioGroupPrimitive.Item>):
|
|
785
|
+
}: React$2.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime1.JSX.Element;
|
|
715
786
|
//#endregion
|
|
716
787
|
//#region src/components/scroll-area.d.ts
|
|
717
788
|
declare function ScrollArea({
|
|
718
789
|
className,
|
|
719
790
|
children,
|
|
720
791
|
...props
|
|
721
|
-
}: React$2.ComponentProps<typeof ScrollAreaPrimitive.Root>):
|
|
792
|
+
}: React$2.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
722
793
|
declare function ScrollBar({
|
|
723
794
|
className,
|
|
724
795
|
orientation,
|
|
725
796
|
...props
|
|
726
|
-
}: React$2.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>):
|
|
797
|
+
}: React$2.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime1.JSX.Element;
|
|
727
798
|
//#endregion
|
|
728
799
|
//#region src/components/select.d.ts
|
|
729
800
|
declare function Select({
|
|
730
801
|
...props
|
|
731
|
-
}: React$2.ComponentProps<typeof SelectPrimitive.Root>):
|
|
802
|
+
}: React$2.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
732
803
|
declare function SelectGroup({
|
|
733
804
|
...props
|
|
734
|
-
}: React$2.ComponentProps<typeof SelectPrimitive.Group>):
|
|
805
|
+
}: React$2.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime1.JSX.Element;
|
|
735
806
|
declare function SelectValue({
|
|
736
807
|
...props
|
|
737
|
-
}: React$2.ComponentProps<typeof SelectPrimitive.Value>):
|
|
808
|
+
}: React$2.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime1.JSX.Element;
|
|
738
809
|
declare function SelectTrigger({
|
|
739
810
|
className,
|
|
740
811
|
size,
|
|
@@ -742,45 +813,45 @@ declare function SelectTrigger({
|
|
|
742
813
|
...props
|
|
743
814
|
}: React$2.ComponentProps<typeof SelectPrimitive.Trigger> & {
|
|
744
815
|
size?: 'sm' | 'default';
|
|
745
|
-
}):
|
|
816
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
746
817
|
declare function SelectContent({
|
|
747
818
|
className,
|
|
748
819
|
children,
|
|
749
820
|
position,
|
|
750
821
|
...props
|
|
751
|
-
}: React$2.ComponentProps<typeof SelectPrimitive.Content>):
|
|
822
|
+
}: React$2.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime1.JSX.Element;
|
|
752
823
|
declare function SelectLabel({
|
|
753
824
|
className,
|
|
754
825
|
...props
|
|
755
|
-
}: React$2.ComponentProps<typeof SelectPrimitive.Label>):
|
|
826
|
+
}: React$2.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime1.JSX.Element;
|
|
756
827
|
declare function SelectItem({
|
|
757
828
|
className,
|
|
758
829
|
children,
|
|
759
830
|
...props
|
|
760
|
-
}: React$2.ComponentProps<typeof SelectPrimitive.Item>):
|
|
831
|
+
}: React$2.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime1.JSX.Element;
|
|
761
832
|
declare function SelectSeparator({
|
|
762
833
|
className,
|
|
763
834
|
...props
|
|
764
|
-
}: React$2.ComponentProps<typeof SelectPrimitive.Separator>):
|
|
835
|
+
}: React$2.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime1.JSX.Element;
|
|
765
836
|
declare function SelectScrollUpButton({
|
|
766
837
|
className,
|
|
767
838
|
...props
|
|
768
|
-
}: React$2.ComponentProps<typeof SelectPrimitive.ScrollUpButton>):
|
|
839
|
+
}: React$2.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime1.JSX.Element;
|
|
769
840
|
declare function SelectScrollDownButton({
|
|
770
841
|
className,
|
|
771
842
|
...props
|
|
772
|
-
}: React$2.ComponentProps<typeof SelectPrimitive.ScrollDownButton>):
|
|
843
|
+
}: React$2.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime1.JSX.Element;
|
|
773
844
|
//#endregion
|
|
774
845
|
//#region src/components/sheet.d.ts
|
|
775
846
|
declare function Sheet({
|
|
776
847
|
...props
|
|
777
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Root>):
|
|
848
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
778
849
|
declare function SheetTrigger({
|
|
779
850
|
...props
|
|
780
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Trigger>):
|
|
851
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime1.JSX.Element;
|
|
781
852
|
declare function SheetClose({
|
|
782
853
|
...props
|
|
783
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Close>):
|
|
854
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime1.JSX.Element;
|
|
784
855
|
type SheetContentProps = React$2.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
785
856
|
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
786
857
|
position?: 'fixed' | 'absolute';
|
|
@@ -792,23 +863,23 @@ declare function SheetContent({
|
|
|
792
863
|
container,
|
|
793
864
|
position,
|
|
794
865
|
...props
|
|
795
|
-
}: SheetContentProps):
|
|
866
|
+
}: SheetContentProps): react_jsx_runtime1.JSX.Element;
|
|
796
867
|
declare function SheetHeader({
|
|
797
868
|
className,
|
|
798
869
|
...props
|
|
799
|
-
}: React$2.ComponentProps<'div'>):
|
|
870
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
800
871
|
declare function SheetFooter({
|
|
801
872
|
className,
|
|
802
873
|
...props
|
|
803
|
-
}: React$2.ComponentProps<'div'>):
|
|
874
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
804
875
|
declare function SheetTitle({
|
|
805
876
|
className,
|
|
806
877
|
...props
|
|
807
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Title>):
|
|
878
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime1.JSX.Element;
|
|
808
879
|
declare function SheetDescription({
|
|
809
880
|
className,
|
|
810
881
|
...props
|
|
811
|
-
}: React$2.ComponentProps<typeof DialogPrimitive.Description>):
|
|
882
|
+
}: React$2.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime1.JSX.Element;
|
|
812
883
|
//#endregion
|
|
813
884
|
//#region src/components/tooltip.d.ts
|
|
814
885
|
declare const TooltipProvider: React$2.FC<TooltipPrimitive.TooltipProviderProps>;
|
|
@@ -842,7 +913,7 @@ declare function SidebarProvider({
|
|
|
842
913
|
open?: boolean;
|
|
843
914
|
onOpenChange?: (open: boolean) => void;
|
|
844
915
|
disableMobile?: boolean;
|
|
845
|
-
}):
|
|
916
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
846
917
|
declare function Sidebar({
|
|
847
918
|
side,
|
|
848
919
|
variant,
|
|
@@ -854,70 +925,70 @@ declare function Sidebar({
|
|
|
854
925
|
side?: 'left' | 'right';
|
|
855
926
|
variant?: 'sidebar' | 'floating' | 'inset';
|
|
856
927
|
collapsible?: 'offcanvas' | 'icon' | 'none';
|
|
857
|
-
}):
|
|
928
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
858
929
|
declare function SidebarTrigger({
|
|
859
930
|
className,
|
|
860
931
|
onClick,
|
|
861
932
|
...props
|
|
862
|
-
}: React$2.ComponentProps<typeof Button>):
|
|
933
|
+
}: React$2.ComponentProps<typeof Button>): react_jsx_runtime1.JSX.Element;
|
|
863
934
|
declare function SidebarRail({
|
|
864
935
|
className,
|
|
865
936
|
...props
|
|
866
|
-
}: React$2.ComponentProps<'button'>):
|
|
937
|
+
}: React$2.ComponentProps<'button'>): react_jsx_runtime1.JSX.Element;
|
|
867
938
|
declare function SidebarInset({
|
|
868
939
|
className,
|
|
869
940
|
...props
|
|
870
|
-
}: React$2.ComponentProps<'main'>):
|
|
941
|
+
}: React$2.ComponentProps<'main'>): react_jsx_runtime1.JSX.Element;
|
|
871
942
|
declare function SidebarInput({
|
|
872
943
|
className,
|
|
873
944
|
...props
|
|
874
|
-
}: React$2.ComponentProps<typeof Input>):
|
|
945
|
+
}: React$2.ComponentProps<typeof Input>): react_jsx_runtime1.JSX.Element;
|
|
875
946
|
declare function SidebarHeader({
|
|
876
947
|
className,
|
|
877
948
|
...props
|
|
878
|
-
}: React$2.ComponentProps<'div'>):
|
|
949
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
879
950
|
declare function SidebarFooter({
|
|
880
951
|
className,
|
|
881
952
|
...props
|
|
882
|
-
}: React$2.ComponentProps<'div'>):
|
|
953
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
883
954
|
declare function SidebarSeparator({
|
|
884
955
|
className,
|
|
885
956
|
...props
|
|
886
|
-
}: React$2.ComponentProps<typeof Separator>):
|
|
957
|
+
}: React$2.ComponentProps<typeof Separator>): react_jsx_runtime1.JSX.Element;
|
|
887
958
|
declare function SidebarContent({
|
|
888
959
|
className,
|
|
889
960
|
...props
|
|
890
|
-
}: React$2.ComponentProps<'div'>):
|
|
961
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
891
962
|
declare function SidebarGroup({
|
|
892
963
|
className,
|
|
893
964
|
...props
|
|
894
|
-
}: React$2.ComponentProps<'div'>):
|
|
965
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
895
966
|
declare function SidebarGroupLabel({
|
|
896
967
|
className,
|
|
897
968
|
asChild,
|
|
898
969
|
...props
|
|
899
970
|
}: React$2.ComponentProps<'div'> & {
|
|
900
971
|
asChild?: boolean;
|
|
901
|
-
}):
|
|
972
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
902
973
|
declare function SidebarGroupAction({
|
|
903
974
|
className,
|
|
904
975
|
asChild,
|
|
905
976
|
...props
|
|
906
977
|
}: React$2.ComponentProps<'button'> & {
|
|
907
978
|
asChild?: boolean;
|
|
908
|
-
}):
|
|
979
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
909
980
|
declare function SidebarGroupContent({
|
|
910
981
|
className,
|
|
911
982
|
...props
|
|
912
|
-
}: React$2.ComponentProps<'div'>):
|
|
983
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
913
984
|
declare function SidebarMenu({
|
|
914
985
|
className,
|
|
915
986
|
...props
|
|
916
|
-
}: React$2.ComponentProps<'ul'>):
|
|
987
|
+
}: React$2.ComponentProps<'ul'>): react_jsx_runtime1.JSX.Element;
|
|
917
988
|
declare function SidebarMenuItem({
|
|
918
989
|
className,
|
|
919
990
|
...props
|
|
920
|
-
}: React$2.ComponentProps<'li'>):
|
|
991
|
+
}: React$2.ComponentProps<'li'>): react_jsx_runtime1.JSX.Element;
|
|
921
992
|
declare const SidebarMenuButton: React$2.ForwardRefExoticComponent<Omit<React$2.ClassAttributes<HTMLButtonElement> & React$2.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
922
993
|
asChild?: boolean;
|
|
923
994
|
isActive?: boolean;
|
|
@@ -933,22 +1004,22 @@ declare const SidebarMenuAction: React$2.ForwardRefExoticComponent<Omit<React$2.
|
|
|
933
1004
|
declare function SidebarMenuBadge({
|
|
934
1005
|
className,
|
|
935
1006
|
...props
|
|
936
|
-
}: React$2.ComponentProps<'div'>):
|
|
1007
|
+
}: React$2.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
937
1008
|
declare function SidebarMenuSkeleton({
|
|
938
1009
|
className,
|
|
939
1010
|
showIcon,
|
|
940
1011
|
...props
|
|
941
1012
|
}: React$2.ComponentProps<'div'> & {
|
|
942
1013
|
showIcon?: boolean;
|
|
943
|
-
}):
|
|
1014
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
944
1015
|
declare function SidebarMenuSub({
|
|
945
1016
|
className,
|
|
946
1017
|
...props
|
|
947
|
-
}: React$2.ComponentProps<'ul'>):
|
|
1018
|
+
}: React$2.ComponentProps<'ul'>): react_jsx_runtime1.JSX.Element;
|
|
948
1019
|
declare function SidebarMenuSubItem({
|
|
949
1020
|
className,
|
|
950
1021
|
...props
|
|
951
|
-
}: React$2.ComponentProps<'li'>):
|
|
1022
|
+
}: React$2.ComponentProps<'li'>): react_jsx_runtime1.JSX.Element;
|
|
952
1023
|
declare function SidebarMenuSubButton({
|
|
953
1024
|
asChild,
|
|
954
1025
|
size,
|
|
@@ -959,13 +1030,13 @@ declare function SidebarMenuSubButton({
|
|
|
959
1030
|
asChild?: boolean;
|
|
960
1031
|
size?: 'sm' | 'md';
|
|
961
1032
|
isActive?: boolean;
|
|
962
|
-
}):
|
|
1033
|
+
}): react_jsx_runtime1.JSX.Element;
|
|
963
1034
|
//#endregion
|
|
964
1035
|
//#region src/components/skeleton.d.ts
|
|
965
1036
|
declare function Skeleton({
|
|
966
1037
|
className,
|
|
967
1038
|
...props
|
|
968
|
-
}: React.ComponentProps<'div'>):
|
|
1039
|
+
}: React.ComponentProps<'div'>): react_jsx_runtime1.JSX.Element;
|
|
969
1040
|
//#endregion
|
|
970
1041
|
//#region src/components/slider.d.ts
|
|
971
1042
|
declare function Slider({
|
|
@@ -975,12 +1046,12 @@ declare function Slider({
|
|
|
975
1046
|
min,
|
|
976
1047
|
max,
|
|
977
1048
|
...props
|
|
978
|
-
}: React$2.ComponentProps<typeof SliderPrimitive.Root>):
|
|
1049
|
+
}: React$2.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
979
1050
|
//#endregion
|
|
980
1051
|
//#region src/components/sonner.d.ts
|
|
981
1052
|
declare const Toaster: ({
|
|
982
1053
|
...props
|
|
983
|
-
}: ToasterProps) =>
|
|
1054
|
+
}: ToasterProps) => react_jsx_runtime1.JSX.Element;
|
|
984
1055
|
//#endregion
|
|
985
1056
|
//#region src/components/spinner.d.ts
|
|
986
1057
|
declare const spinnerVariants: (props?: ({
|
|
@@ -991,13 +1062,13 @@ declare function Spinner({
|
|
|
991
1062
|
className,
|
|
992
1063
|
size,
|
|
993
1064
|
...props
|
|
994
|
-
}: SpinnerProps):
|
|
1065
|
+
}: SpinnerProps): react_jsx_runtime1.JSX.Element;
|
|
995
1066
|
//#endregion
|
|
996
1067
|
//#region src/components/switch.d.ts
|
|
997
1068
|
declare function Switch({
|
|
998
1069
|
className,
|
|
999
1070
|
...props
|
|
1000
|
-
}: React$2.ComponentProps<typeof SwitchPrimitive.Root>):
|
|
1071
|
+
}: React$2.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
1001
1072
|
//#endregion
|
|
1002
1073
|
//#region src/components/tab-bar.d.ts
|
|
1003
1074
|
interface TabBarItem {
|
|
@@ -1019,31 +1090,31 @@ declare function TabBar({
|
|
|
1019
1090
|
onTabChange,
|
|
1020
1091
|
renderTab,
|
|
1021
1092
|
className
|
|
1022
|
-
}: TabBarProps):
|
|
1093
|
+
}: TabBarProps): react_jsx_runtime1.JSX.Element;
|
|
1023
1094
|
//#endregion
|
|
1024
1095
|
//#region src/components/tabs.d.ts
|
|
1025
1096
|
declare function Tabs({
|
|
1026
1097
|
className,
|
|
1027
1098
|
...props
|
|
1028
|
-
}: React$2.ComponentProps<typeof TabsPrimitive.Root>):
|
|
1099
|
+
}: React$2.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime1.JSX.Element;
|
|
1029
1100
|
declare function TabsList({
|
|
1030
1101
|
className,
|
|
1031
1102
|
...props
|
|
1032
|
-
}: React$2.ComponentProps<typeof TabsPrimitive.List>):
|
|
1103
|
+
}: React$2.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime1.JSX.Element;
|
|
1033
1104
|
declare function TabsTrigger({
|
|
1034
1105
|
className,
|
|
1035
1106
|
...props
|
|
1036
|
-
}: React$2.ComponentProps<typeof TabsPrimitive.Trigger>):
|
|
1107
|
+
}: React$2.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime1.JSX.Element;
|
|
1037
1108
|
declare function TabsContent({
|
|
1038
1109
|
className,
|
|
1039
1110
|
...props
|
|
1040
|
-
}: React$2.ComponentProps<typeof TabsPrimitive.Content>):
|
|
1111
|
+
}: React$2.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime1.JSX.Element;
|
|
1041
1112
|
//#endregion
|
|
1042
1113
|
//#region src/components/textarea.d.ts
|
|
1043
1114
|
declare function Textarea({
|
|
1044
1115
|
className,
|
|
1045
1116
|
...props
|
|
1046
|
-
}: React$2.ComponentProps<'textarea'>):
|
|
1117
|
+
}: React$2.ComponentProps<'textarea'>): react_jsx_runtime1.JSX.Element;
|
|
1047
1118
|
//#endregion
|
|
1048
1119
|
//#region src/components/theme-provider.d.ts
|
|
1049
1120
|
type ThemeProviderProps = ThemeProviderProps$1;
|
|
@@ -1069,16 +1140,16 @@ declare function ToggleGroup({
|
|
|
1069
1140
|
size,
|
|
1070
1141
|
children,
|
|
1071
1142
|
...props
|
|
1072
|
-
}: React$2.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>):
|
|
1143
|
+
}: React$2.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime1.JSX.Element;
|
|
1073
1144
|
declare function ToggleGroupItem({
|
|
1074
1145
|
className,
|
|
1075
1146
|
children,
|
|
1076
1147
|
variant,
|
|
1077
1148
|
size,
|
|
1078
1149
|
...props
|
|
1079
|
-
}: React$2.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>):
|
|
1150
|
+
}: React$2.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime1.JSX.Element;
|
|
1080
1151
|
//#endregion
|
|
1081
1152
|
//#region src/lib/utils.d.ts
|
|
1082
1153
|
declare function cn(...inputs: ClassValue[]): string;
|
|
1083
1154
|
//#endregion
|
|
1084
|
-
export { Alert, AlertAction, AlertDescription, AlertTitle, Avatar, AvatarFallback, AvatarImage, AvatarProps, Badge, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, ButtonProps, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CountryFlag, CountryFlagProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerContentProps, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuContentProps, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmojiPicker, EmojiPickerCategories, EmojiPickerProps, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemProps, ItemSeparator, ItemTitle, Label, List, ListCol, ListRow, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetContentProps, 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, Slot, Spinner, Switch, TabBar, TabBarItem, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, ThemeProvider, ThemeProviderProps, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipContentProps, TooltipProvider, TooltipTrigger, badgeVariants, buttonGroupVariants, buttonVariants, cn, inputOTPVariants, spinnerVariants, toast, toggleVariants, useSidebar, useTheme };
|
|
1155
|
+
export { Alert, AlertAction, AlertDescription, AlertTitle, Avatar, AvatarFallback, AvatarImage, AvatarProps, Badge, Button, ButtonGroup, ButtonGroupSeparator, ButtonGroupText, ButtonProps, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CountryFlag, CountryFlagProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerContentProps, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuContentProps, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmojiPicker, EmojiPickerCategories, EmojiPickerProps, Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemProps, ItemSeparator, ItemTitle, Label, List, ListCol, ListRow, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetContentProps, 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, Slot, Spinner, Switch, TabBar, TabBarItem, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, ThemeProvider, ThemeProviderProps, Toaster, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipContentProps, TooltipProvider, TooltipTrigger, badgeVariants, buttonGroupVariants, buttonVariants, cn, inputOTPVariants, spinnerVariants, toast, toggleVariants, useComboboxAnchor, useSidebar, useTheme };
|