@ivao/atmosphere-react 2.0.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/atmosphere-react.js +18873 -21169
- package/dist/atmosphere-react.js.map +1 -1
- package/dist/react-components.d.ts +190 -187
- package/package.json +50 -49
|
@@ -26,8 +26,8 @@ import { ComponentPropsWithoutRef } from 'react';
|
|
|
26
26
|
import { ComponentType } from 'react';
|
|
27
27
|
import { Content } from '@radix-ui/react-dialog';
|
|
28
28
|
import { Context } from 'react';
|
|
29
|
-
import { DateRange } from 'react
|
|
30
|
-
import { DayPickerProps } from 'react
|
|
29
|
+
import { DateRange } from '@daypicker/react';
|
|
30
|
+
import { DayPickerProps } from '@daypicker/react';
|
|
31
31
|
import { default as default_2 } from 'embla-carousel-react';
|
|
32
32
|
import { DetailedHTMLProps } from 'react';
|
|
33
33
|
import { DialogCloseProps } from '@radix-ui/react-dialog';
|
|
@@ -60,7 +60,8 @@ import { HTMLAttributes } from 'react';
|
|
|
60
60
|
import { HTMLProps } from 'react';
|
|
61
61
|
import { Indicator } from '@radix-ui/react-checkbox';
|
|
62
62
|
import { InputHTMLAttributes } from 'react';
|
|
63
|
-
import { JSX
|
|
63
|
+
import { JSX } from 'react';
|
|
64
|
+
import { JSXElementConstructor } from 'react';
|
|
64
65
|
import { Key } from 'react';
|
|
65
66
|
import { LabelProps } from '@radix-ui/react-label';
|
|
66
67
|
import { LiHTMLAttributes } from 'react';
|
|
@@ -88,7 +89,9 @@ import { Provider } from '@radix-ui/react-toast';
|
|
|
88
89
|
import { QuoteHTMLAttributes } from 'react';
|
|
89
90
|
import { RadioGroupItemProps as RadioGroupItemProps_2 } from '@radix-ui/react-radio-group';
|
|
90
91
|
import { RadioGroupProps as RadioGroupProps_2 } from '@radix-ui/react-radio-group';
|
|
92
|
+
import { ReactElement } from 'react';
|
|
91
93
|
import { ReactNode } from 'react';
|
|
94
|
+
import { ReactPortal } from 'react';
|
|
92
95
|
import { Ref } from 'react';
|
|
93
96
|
import { RefAttributes } from 'react';
|
|
94
97
|
import { Root } from '@radix-ui/react-dialog';
|
|
@@ -142,13 +145,13 @@ import { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
|
142
145
|
import { VariantProps } from 'class-variance-authority';
|
|
143
146
|
|
|
144
147
|
export declare const Accordion: {
|
|
145
|
-
({ items, ...props }: AccordionProps):
|
|
148
|
+
({ items, ...props }: AccordionProps): JSX.Element;
|
|
146
149
|
displayName: string;
|
|
147
150
|
};
|
|
148
151
|
|
|
149
|
-
export declare const AccordionContent: ForwardRefExoticComponent<Omit<AccordionContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
152
|
+
export declare const AccordionContent: ForwardRefExoticComponent<Omit< AccordionContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
150
153
|
|
|
151
|
-
export declare const AccordionItem: ForwardRefExoticComponent<Omit<AccordionItemProps_2 & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
154
|
+
export declare const AccordionItem: ForwardRefExoticComponent<Omit< AccordionItemProps_2 & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
152
155
|
|
|
153
156
|
export declare interface AccordionItemProps extends ComponentProps<typeof AccordionItem> {
|
|
154
157
|
trigger: ReactNode;
|
|
@@ -160,27 +163,27 @@ export declare type AccordionProps = ComponentProps<typeof AccordionRoot> & {
|
|
|
160
163
|
|
|
161
164
|
export { AccordionRoot }
|
|
162
165
|
|
|
163
|
-
export declare const AccordionTrigger: ForwardRefExoticComponent<Omit<AccordionTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
166
|
+
export declare const AccordionTrigger: ForwardRefExoticComponent<Omit< AccordionTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
164
167
|
|
|
165
|
-
export declare const Alert: ({ title, description, Icon, ...props }: AlertProps) =>
|
|
168
|
+
export declare const Alert: ({ title, description, Icon, ...props }: AlertProps) => JSX.Element;
|
|
166
169
|
|
|
167
170
|
export declare const AlertDescription: ForwardRefExoticComponent<HTMLAttributes<HTMLParagraphElement> & RefAttributes<HTMLParagraphElement>>;
|
|
168
171
|
|
|
169
|
-
export declare const AlertDialog: ({ title, description, triggerText, triggerButtonProps, confirmText, confirmButtonProps, cancelText, cancelButtonProps, onConfirm, onCancel, ...props }: AlertDialogProps) =>
|
|
172
|
+
export declare const AlertDialog: ({ title, description, triggerText, triggerButtonProps, confirmText, confirmButtonProps, cancelText, cancelButtonProps, onConfirm, onCancel, ...props }: AlertDialogProps) => JSX.Element;
|
|
170
173
|
|
|
171
|
-
export declare const AlertDialogAction: ForwardRefExoticComponent<Omit<AlertDialogActionProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
174
|
+
export declare const AlertDialogAction: ForwardRefExoticComponent<Omit< AlertDialogActionProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
172
175
|
|
|
173
|
-
export declare const AlertDialogCancel: ForwardRefExoticComponent<Omit<AlertDialogCancelProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
176
|
+
export declare const AlertDialogCancel: ForwardRefExoticComponent<Omit< AlertDialogCancelProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
174
177
|
|
|
175
|
-
export declare const AlertDialogContent: ForwardRefExoticComponent<Omit<AlertDialogContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
178
|
+
export declare const AlertDialogContent: ForwardRefExoticComponent<Omit< AlertDialogContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
176
179
|
|
|
177
|
-
export declare const AlertDialogDescription: ForwardRefExoticComponent<Omit<AlertDialogDescriptionProps & RefAttributes<HTMLParagraphElement>, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
180
|
+
export declare const AlertDialogDescription: ForwardRefExoticComponent<Omit< AlertDialogDescriptionProps & RefAttributes<HTMLParagraphElement>, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
178
181
|
|
|
179
182
|
export declare const AlertDialogFooter: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
|
180
183
|
|
|
181
184
|
export declare const AlertDialogHeader: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
|
182
185
|
|
|
183
|
-
export declare const AlertDialogOverlay: ForwardRefExoticComponent<Omit<AlertDialogOverlayProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
186
|
+
export declare const AlertDialogOverlay: ForwardRefExoticComponent<Omit< AlertDialogOverlayProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
184
187
|
|
|
185
188
|
export { AlertDialogPortal }
|
|
186
189
|
|
|
@@ -199,9 +202,9 @@ declare interface AlertDialogProps extends Pick<ComponentProps<typeof AlertDialo
|
|
|
199
202
|
|
|
200
203
|
export { AlertDialogRoot }
|
|
201
204
|
|
|
202
|
-
export declare const AlertDialogTitle: ForwardRefExoticComponent<Omit<AlertDialogTitleProps & RefAttributes<HTMLHeadingElement>, "ref"> & RefAttributes<HTMLHeadingElement>>;
|
|
205
|
+
export declare const AlertDialogTitle: ForwardRefExoticComponent<Omit< AlertDialogTitleProps & RefAttributes<HTMLHeadingElement>, "ref"> & RefAttributes<HTMLHeadingElement>>;
|
|
203
206
|
|
|
204
|
-
export declare const AlertDialogTrigger: ForwardRefExoticComponent<Omit<AlertDialogTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
207
|
+
export declare const AlertDialogTrigger: ForwardRefExoticComponent<Omit< AlertDialogTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
205
208
|
|
|
206
209
|
export declare interface AlertProps extends Omit<ComponentProps<typeof AlertRoot>, 'children'> {
|
|
207
210
|
Icon?: ComponentType<{
|
|
@@ -212,7 +215,7 @@ export declare interface AlertProps extends Omit<ComponentProps<typeof AlertRoot
|
|
|
212
215
|
}
|
|
213
216
|
|
|
214
217
|
export declare const AlertRoot: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
|
|
215
|
-
variant?: "default" | "success" | "destructive" | null | undefined;
|
|
218
|
+
variant?: "default" | "success" | "destructive" | null | undefined;
|
|
216
219
|
} & ClassProp) | undefined) => string> & RefAttributes<HTMLDivElement>>;
|
|
217
220
|
|
|
218
221
|
export declare const AlertTitle: ForwardRefExoticComponent<HTMLAttributes<HTMLHeadingElement> & RefAttributes<HTMLParagraphElement>>;
|
|
@@ -266,13 +269,13 @@ declare const buttonVariants: (props?: ({
|
|
|
266
269
|
size?: "sm" | "md" | "lg" | "icon" | null | undefined;
|
|
267
270
|
} & ClassProp) | undefined) => string;
|
|
268
271
|
|
|
269
|
-
export declare const Calendar: ({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: CalendarProps) =>
|
|
272
|
+
export declare const Calendar: ({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: CalendarProps) => JSX.Element;
|
|
270
273
|
|
|
271
274
|
export declare type CalendarProps = DayPickerProps & {
|
|
272
275
|
buttonVariant?: ComponentProps<typeof Button>['variant'];
|
|
273
276
|
};
|
|
274
277
|
|
|
275
|
-
export declare const Card: ({ title, description, content, footer, ...props }: CardProps) =>
|
|
278
|
+
export declare const Card: ({ title, description, content, footer, ...props }: CardProps) => JSX.Element;
|
|
276
279
|
|
|
277
280
|
export declare const CardContent: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
|
278
281
|
|
|
@@ -301,13 +304,13 @@ export declare const CarouselContent: ForwardRefExoticComponent<HTMLAttributes<H
|
|
|
301
304
|
|
|
302
305
|
export declare const CarouselItem: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
|
303
306
|
|
|
304
|
-
export declare const CarouselNext: ForwardRefExoticComponent<Omit<ButtonProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
307
|
+
export declare const CarouselNext: ForwardRefExoticComponent<Omit< ButtonProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
305
308
|
|
|
306
309
|
declare type CarouselOptions = UseCarouselParameters[0];
|
|
307
310
|
|
|
308
311
|
declare type CarouselPlugin = UseCarouselParameters[1];
|
|
309
312
|
|
|
310
|
-
export declare const CarouselPrevious: ForwardRefExoticComponent<Omit<ButtonProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
313
|
+
export declare const CarouselPrevious: ForwardRefExoticComponent<Omit< ButtonProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
311
314
|
|
|
312
315
|
export declare interface CarouselProps extends Omit<CarouselRootProps, 'children'> {
|
|
313
316
|
items: (Omit<ComponentPropsWithoutRef<typeof CarouselItem>, 'key'> & {
|
|
@@ -324,9 +327,9 @@ declare interface CarouselRootProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
324
327
|
setApi?: (api: CarouselApi) => void;
|
|
325
328
|
}
|
|
326
329
|
|
|
327
|
-
export declare const Checkbox: ForwardRefExoticComponent<Omit<Omit<CheckboxProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
330
|
+
export declare const Checkbox: ForwardRefExoticComponent<Omit<Omit< CheckboxProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
328
331
|
|
|
329
|
-
export declare const CheckboxCheck: ForwardRefExoticComponent<Omit<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
332
|
+
export declare const CheckboxCheck: ForwardRefExoticComponent<Omit<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
330
333
|
|
|
331
334
|
export declare const CheckboxIndicator: ForwardRefExoticComponent<CheckboxIndicatorProps & RefAttributes<HTMLSpanElement>>;
|
|
332
335
|
|
|
@@ -334,12 +337,12 @@ declare interface CheckboxIndicatorProps extends ComponentPropsWithoutRef<typeof
|
|
|
334
337
|
checked?: boolean | 'indeterminate';
|
|
335
338
|
}
|
|
336
339
|
|
|
337
|
-
export declare const CheckboxRoot: ForwardRefExoticComponent<Omit<CheckboxProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
340
|
+
export declare const CheckboxRoot: ForwardRefExoticComponent<Omit< CheckboxProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
338
341
|
|
|
339
342
|
export { Close as DialogClose }
|
|
340
343
|
export { Close as SheetClose }
|
|
341
344
|
|
|
342
|
-
export declare const CodeBlock: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & RefAttributes<HTMLElement>>;
|
|
345
|
+
export declare const CodeBlock: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & RefAttributes<HTMLElement>>;
|
|
343
346
|
|
|
344
347
|
export declare const Collapsible: ForwardRefExoticComponent<CollapsibleProps & RefAttributes<HTMLDivElement>>;
|
|
345
348
|
|
|
@@ -365,7 +368,7 @@ export declare interface CommandContentProps {
|
|
|
365
368
|
}
|
|
366
369
|
|
|
367
370
|
export declare const CommandDialog: {
|
|
368
|
-
({ placeholder, emptyResult, inputProps, groups, isLoading, loadingNode, ...props }: CommandDialogProps):
|
|
371
|
+
({ placeholder, emptyResult, inputProps, groups, isLoading, loadingNode, ...props }: CommandDialogProps): JSX.Element;
|
|
369
372
|
displayName: string;
|
|
370
373
|
};
|
|
371
374
|
|
|
@@ -373,28 +376,28 @@ export declare interface CommandDialogProps extends CommandContentProps, Omit<Co
|
|
|
373
376
|
}
|
|
374
377
|
|
|
375
378
|
export declare const CommandDialogRoot: {
|
|
376
|
-
({ children, ...props }: DialogProps_2):
|
|
379
|
+
({ children, ...props }: DialogProps_2): JSX.Element;
|
|
377
380
|
displayName: string;
|
|
378
381
|
};
|
|
379
382
|
|
|
380
383
|
export declare const CommandEmpty: ForwardRefExoticComponent<Omit<{
|
|
381
|
-
children?: React.ReactNode;
|
|
382
|
-
} & Pick<Pick<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
383
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
384
|
+
children?: React.ReactNode;
|
|
385
|
+
} & Pick<Pick< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
386
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
384
387
|
} & {
|
|
385
|
-
asChild?: boolean;
|
|
388
|
+
asChild?: boolean;
|
|
386
389
|
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
387
390
|
|
|
388
391
|
export declare const CommandGroup: ForwardRefExoticComponent<Omit<{
|
|
389
|
-
children?: React.ReactNode;
|
|
390
|
-
} & Omit<Pick<Pick<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
391
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
392
|
+
children?: React.ReactNode;
|
|
393
|
+
} & Omit<Pick<Pick< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
394
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
392
395
|
} & {
|
|
393
|
-
asChild?: boolean;
|
|
394
|
-
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "
|
|
395
|
-
heading?: React.ReactNode;
|
|
396
|
-
value?: string;
|
|
397
|
-
forceMount?: boolean;
|
|
396
|
+
asChild?: boolean;
|
|
397
|
+
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "heading" | "value"> & {
|
|
398
|
+
heading?: React.ReactNode;
|
|
399
|
+
value?: string;
|
|
400
|
+
forceMount?: boolean;
|
|
398
401
|
} & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
399
402
|
|
|
400
403
|
declare type CommandGroupOrSeparator = (CommandGroupProps | CommandSeparatorProps) & {
|
|
@@ -405,27 +408,27 @@ export declare interface CommandGroupProps extends Omit<ComponentPropsWithoutRef
|
|
|
405
408
|
items: CommandItemProps[];
|
|
406
409
|
}
|
|
407
410
|
|
|
408
|
-
export declare const CommandInput: ForwardRefExoticComponent<Omit<Omit<Pick<Pick<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof InputHTMLAttributes<HTMLInputElement>> & {
|
|
409
|
-
ref?: React.Ref<HTMLInputElement>;
|
|
411
|
+
export declare const CommandInput: ForwardRefExoticComponent<Omit<Omit<Pick<Pick< DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof InputHTMLAttributes<HTMLInputElement>> & {
|
|
412
|
+
ref?: React.Ref<HTMLInputElement>;
|
|
410
413
|
} & {
|
|
411
|
-
asChild?: boolean;
|
|
412
|
-
}, "key" | "asChild" | keyof InputHTMLAttributes<HTMLInputElement>>, "onChange" | "
|
|
413
|
-
value?: string;
|
|
414
|
-
onValueChange?: (search: string) => void;
|
|
414
|
+
asChild?: boolean;
|
|
415
|
+
}, "key" | "asChild" | keyof InputHTMLAttributes<HTMLInputElement>>, "onChange" | "value" | "type"> & {
|
|
416
|
+
value?: string;
|
|
417
|
+
onValueChange?: (search: string) => void;
|
|
415
418
|
} & RefAttributes<HTMLInputElement>, "ref"> & RefAttributes<HTMLInputElement>>;
|
|
416
419
|
|
|
417
420
|
export declare const CommandItem: ForwardRefExoticComponent<Omit<{
|
|
418
|
-
children?: React.ReactNode;
|
|
419
|
-
} & Omit<Pick<Pick<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
420
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
421
|
+
children?: React.ReactNode;
|
|
422
|
+
} & Omit<Pick<Pick< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
423
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
421
424
|
} & {
|
|
422
|
-
asChild?: boolean;
|
|
425
|
+
asChild?: boolean;
|
|
423
426
|
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "disabled" | "value"> & {
|
|
424
|
-
disabled?: boolean;
|
|
425
|
-
onSelect?: (value: string) => void;
|
|
426
|
-
value?: string;
|
|
427
|
-
keywords?: string[];
|
|
428
|
-
forceMount?: boolean;
|
|
427
|
+
disabled?: boolean;
|
|
428
|
+
onSelect?: (value: string) => void;
|
|
429
|
+
value?: string;
|
|
430
|
+
keywords?: string[];
|
|
431
|
+
forceMount?: boolean;
|
|
429
432
|
} & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
430
433
|
|
|
431
434
|
export declare interface CommandItemProps extends Omit<ComponentPropsWithoutRef<typeof CommandItem>, 'children' | 'value'> {
|
|
@@ -434,53 +437,53 @@ export declare interface CommandItemProps extends Omit<ComponentPropsWithoutRef<
|
|
|
434
437
|
}
|
|
435
438
|
|
|
436
439
|
export declare const CommandList: ForwardRefExoticComponent<Omit<{
|
|
437
|
-
children?: React.ReactNode;
|
|
438
|
-
} & Pick<Pick<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
439
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
440
|
+
children?: React.ReactNode;
|
|
441
|
+
} & Pick<Pick< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
442
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
440
443
|
} & {
|
|
441
|
-
asChild?: boolean;
|
|
444
|
+
asChild?: boolean;
|
|
442
445
|
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & {
|
|
443
|
-
label?: string;
|
|
446
|
+
label?: string;
|
|
444
447
|
} & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
445
448
|
|
|
446
|
-
export declare const CommandLoading: ForwardRefExoticComponent<
|
|
447
|
-
children?: React.ReactNode;
|
|
448
|
-
} & Pick<Pick<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
449
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
449
|
+
export declare const CommandLoading: ForwardRefExoticComponent<{
|
|
450
|
+
children?: React.ReactNode;
|
|
451
|
+
} & Pick<Pick< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
452
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
450
453
|
} & {
|
|
451
|
-
asChild?: boolean;
|
|
454
|
+
asChild?: boolean;
|
|
452
455
|
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & {
|
|
453
|
-
progress?: number;
|
|
454
|
-
label?: string;
|
|
456
|
+
progress?: number;
|
|
457
|
+
label?: string;
|
|
455
458
|
} & RefAttributes<HTMLDivElement>>;
|
|
456
459
|
|
|
457
460
|
export declare interface CommandProps extends CommandContentProps, Omit<ComponentPropsWithoutRef<typeof CommandRoot>, 'children'> {
|
|
458
461
|
}
|
|
459
462
|
|
|
460
463
|
export declare const CommandRoot: ForwardRefExoticComponent<Omit<{
|
|
461
|
-
children?: React.ReactNode;
|
|
462
|
-
} & Pick<Pick<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
463
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
464
|
+
children?: React.ReactNode;
|
|
465
|
+
} & Pick<Pick< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
466
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
464
467
|
} & {
|
|
465
|
-
asChild?: boolean;
|
|
468
|
+
asChild?: boolean;
|
|
466
469
|
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & {
|
|
467
|
-
label?: string;
|
|
468
|
-
shouldFilter?: boolean;
|
|
469
|
-
filter?: (value: string, search: string, keywords?: string[]) => number;
|
|
470
|
-
defaultValue?: string;
|
|
471
|
-
value?: string;
|
|
472
|
-
onValueChange?: (value: string) => void;
|
|
473
|
-
loop?: boolean;
|
|
474
|
-
disablePointerSelection?: boolean;
|
|
475
|
-
vimBindings?: boolean;
|
|
470
|
+
label?: string;
|
|
471
|
+
shouldFilter?: boolean;
|
|
472
|
+
filter?: (value: string, search: string, keywords?: string[]) => number;
|
|
473
|
+
defaultValue?: string;
|
|
474
|
+
value?: string;
|
|
475
|
+
onValueChange?: (value: string) => void;
|
|
476
|
+
loop?: boolean;
|
|
477
|
+
disablePointerSelection?: boolean;
|
|
478
|
+
vimBindings?: boolean;
|
|
476
479
|
} & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
477
480
|
|
|
478
|
-
export declare const CommandSeparator: ForwardRefExoticComponent<Omit<Pick<Pick<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
479
|
-
ref?: React.Ref<HTMLDivElement>;
|
|
481
|
+
export declare const CommandSeparator: ForwardRefExoticComponent<Omit<Pick<Pick< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof HTMLAttributes<HTMLDivElement>> & {
|
|
482
|
+
ref?: React.Ref<HTMLDivElement>;
|
|
480
483
|
} & {
|
|
481
|
-
asChild?: boolean;
|
|
484
|
+
asChild?: boolean;
|
|
482
485
|
}, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild"> & {
|
|
483
|
-
alwaysRender?: boolean;
|
|
486
|
+
alwaysRender?: boolean;
|
|
484
487
|
} & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
485
488
|
|
|
486
489
|
export declare interface CommandSeparatorProps {
|
|
@@ -488,7 +491,7 @@ export declare interface CommandSeparatorProps {
|
|
|
488
491
|
}
|
|
489
492
|
|
|
490
493
|
export declare const CommandShortcut: {
|
|
491
|
-
({ className, ...props }: HTMLAttributes<HTMLSpanElement>):
|
|
494
|
+
({ className, ...props }: HTMLAttributes<HTMLSpanElement>): JSX.Element;
|
|
492
495
|
displayName: string;
|
|
493
496
|
};
|
|
494
497
|
|
|
@@ -497,18 +500,18 @@ export declare const DarkModeToggle: ComponentType<DarkModeToggleProps>;
|
|
|
497
500
|
declare type DarkModeToggleProps = Omit<ComponentProps<typeof IconButton>, 'onClick' | 'Icon'> & Pick<ComponentPropsWithoutRef<typeof Tooltip>, 'side' | 'sideOffset' | 'align' | 'alignOffset'>;
|
|
498
501
|
|
|
499
502
|
export declare const DataTable: {
|
|
500
|
-
<TData>({ displayPagination, isClientSideData, displayViewOptions, ToolbarContent, isLoading, noResultsMessage, ...props }: DataTableProps<TData>):
|
|
503
|
+
<TData>({ displayPagination, isClientSideData, displayViewOptions, ToolbarContent, isLoading, noResultsMessage, ...props }: DataTableProps<TData>): JSX.Element;
|
|
501
504
|
displayName: string;
|
|
502
505
|
};
|
|
503
506
|
|
|
504
|
-
export declare const DataTableColumnHeader: <TData, TValue>({ column, title, className, }: DataTableColumnHeaderProps<TData, TValue>) =>
|
|
507
|
+
export declare const DataTableColumnHeader: <TData, TValue>({ column, title, className, }: DataTableColumnHeaderProps<TData, TValue>) => JSX.Element;
|
|
505
508
|
|
|
506
509
|
export declare interface DataTableColumnHeaderProps<TData, TValue> extends HTMLAttributes<HTMLDivElement> {
|
|
507
510
|
column: Column<TData, TValue>;
|
|
508
511
|
title: string;
|
|
509
512
|
}
|
|
510
513
|
|
|
511
|
-
export declare const DataTablePagination: <TData>({ table, }: DataTablePaginationProps<TData>) =>
|
|
514
|
+
export declare const DataTablePagination: <TData>({ table, }: DataTablePaginationProps<TData>) => JSX.Element;
|
|
512
515
|
|
|
513
516
|
export declare interface DataTablePaginationProps<TData> {
|
|
514
517
|
table: Table_2<TData>;
|
|
@@ -531,13 +534,13 @@ export declare interface DataTableProps<TData> extends Omit<TableOptions<TData>,
|
|
|
531
534
|
noResultsMessage?: string;
|
|
532
535
|
}
|
|
533
536
|
|
|
534
|
-
export declare function DataTableRowActions({ actions }: DataTableRowActionsProps):
|
|
537
|
+
export declare function DataTableRowActions({ actions }: DataTableRowActionsProps): JSX.Element;
|
|
535
538
|
|
|
536
539
|
export declare interface DataTableRowActionsProps {
|
|
537
540
|
actions: DropdownMenuItemsProps;
|
|
538
541
|
}
|
|
539
542
|
|
|
540
|
-
export declare function DataTableToolbar<TData>({ table, ToolbarContent, displayViewOptions: enableViewOptions, }: DataTableToolbarProps<TData>):
|
|
543
|
+
export declare function DataTableToolbar<TData>({ table, ToolbarContent, displayViewOptions: enableViewOptions, }: DataTableToolbarProps<TData>): JSX.Element;
|
|
541
544
|
|
|
542
545
|
export declare interface DataTableToolbarProps<TData> {
|
|
543
546
|
table: Table_2<TData>;
|
|
@@ -547,14 +550,14 @@ export declare interface DataTableToolbarProps<TData> {
|
|
|
547
550
|
displayViewOptions?: boolean;
|
|
548
551
|
}
|
|
549
552
|
|
|
550
|
-
export declare function DataTableViewOptions<TData>({ table, }: DataTableViewOptionsProps<TData>):
|
|
553
|
+
export declare function DataTableViewOptions<TData>({ table, }: DataTableViewOptionsProps<TData>): JSX.Element;
|
|
551
554
|
|
|
552
555
|
export declare interface DataTableViewOptionsProps<TData> {
|
|
553
556
|
table: Table_2<TData>;
|
|
554
557
|
}
|
|
555
558
|
|
|
556
559
|
export declare const DatePicker: {
|
|
557
|
-
({ trigger, disabled, ...props }: DatePickerProps):
|
|
560
|
+
({ trigger, disabled, ...props }: DatePickerProps): JSX.Element;
|
|
558
561
|
storyName: string;
|
|
559
562
|
};
|
|
560
563
|
|
|
@@ -566,25 +569,25 @@ export declare type DatePickerProps = CalendarProps & {
|
|
|
566
569
|
export { DateRange }
|
|
567
570
|
|
|
568
571
|
export declare const Dialog: {
|
|
569
|
-
({ trigger, title, description, children, topRightCloseButton, footer, ...props }: DialogProps):
|
|
572
|
+
({ trigger, title, description, children, topRightCloseButton, footer, ...props }: DialogProps): JSX.Element;
|
|
570
573
|
displayName: string;
|
|
571
574
|
};
|
|
572
575
|
|
|
573
|
-
export declare const DialogContent: ForwardRefExoticComponent<Omit<DialogContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
576
|
+
export declare const DialogContent: ForwardRefExoticComponent<Omit< DialogContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
574
577
|
|
|
575
|
-
export declare const DialogDescription: ForwardRefExoticComponent<Omit<DialogDescriptionProps & RefAttributes<HTMLParagraphElement>, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
578
|
+
export declare const DialogDescription: ForwardRefExoticComponent<Omit< DialogDescriptionProps & RefAttributes<HTMLParagraphElement>, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
576
579
|
|
|
577
580
|
export declare const DialogFooter: {
|
|
578
|
-
({ className, ...props }: HTMLAttributes<HTMLDivElement>):
|
|
581
|
+
({ className, ...props }: HTMLAttributes<HTMLDivElement>): JSX.Element;
|
|
579
582
|
displayName: string;
|
|
580
583
|
};
|
|
581
584
|
|
|
582
585
|
export declare const DialogHeader: {
|
|
583
|
-
({ className, ...props }: HTMLAttributes<HTMLDivElement>):
|
|
586
|
+
({ className, ...props }: HTMLAttributes<HTMLDivElement>): JSX.Element;
|
|
584
587
|
displayName: string;
|
|
585
588
|
};
|
|
586
589
|
|
|
587
|
-
export declare const DialogOverlay: ForwardRefExoticComponent<Omit<DialogOverlayProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
590
|
+
export declare const DialogOverlay: ForwardRefExoticComponent<Omit< DialogOverlayProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
588
591
|
|
|
589
592
|
export declare interface DialogProps extends ComponentPropsWithoutRef<typeof Root> {
|
|
590
593
|
trigger?: ReactNode;
|
|
@@ -594,11 +597,11 @@ export declare interface DialogProps extends ComponentPropsWithoutRef<typeof Roo
|
|
|
594
597
|
footer?: ReactNode;
|
|
595
598
|
}
|
|
596
599
|
|
|
597
|
-
export declare const DialogTitle: ForwardRefExoticComponent<Omit<DialogTitleProps & RefAttributes<HTMLHeadingElement>, "ref"> & RefAttributes<HTMLHeadingElement>>;
|
|
600
|
+
export declare const DialogTitle: ForwardRefExoticComponent<Omit< DialogTitleProps & RefAttributes<HTMLHeadingElement>, "ref"> & RefAttributes<HTMLHeadingElement>>;
|
|
598
601
|
|
|
599
|
-
export declare const DialogTopRightClose: ForwardRefExoticComponent<Omit<DialogCloseProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
602
|
+
export declare const DialogTopRightClose: ForwardRefExoticComponent<Omit< DialogCloseProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
600
603
|
|
|
601
|
-
export declare const DropdownMenu: ({ trigger, label, items, ...props }: DropdownMenuProps) =>
|
|
604
|
+
export declare const DropdownMenu: ({ trigger, label, items, ...props }: DropdownMenuProps) => JSX.Element;
|
|
602
605
|
|
|
603
606
|
declare interface DropdownMenuButtonItemProps extends Omit<ComponentProps<typeof DropdownMenuItem>, 'children'> {
|
|
604
607
|
label: ReactNode;
|
|
@@ -607,7 +610,7 @@ declare interface DropdownMenuButtonItemProps extends Omit<ComponentProps<typeof
|
|
|
607
610
|
subItems?: DropdownMenuButtonItemProps[];
|
|
608
611
|
}
|
|
609
612
|
|
|
610
|
-
export declare const DropdownMenuCheckboxItem: ForwardRefExoticComponent<Omit<DropdownMenuCheckboxItemProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
613
|
+
export declare const DropdownMenuCheckboxItem: ForwardRefExoticComponent<Omit< DropdownMenuCheckboxItemProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
611
614
|
|
|
612
615
|
declare interface DropdownMenuCheckboxItemProps_2 extends Omit<ComponentProps<typeof DropdownMenuCheckboxItem>, 'children'> {
|
|
613
616
|
label: string;
|
|
@@ -618,20 +621,20 @@ declare interface DropdownMenuCheckboxItemsProps {
|
|
|
618
621
|
items: DropdownMenuCheckboxItemProps_2[];
|
|
619
622
|
}
|
|
620
623
|
|
|
621
|
-
export declare const DropdownMenuContent: ForwardRefExoticComponent<Omit<DropdownMenuContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
624
|
+
export declare const DropdownMenuContent: ForwardRefExoticComponent<Omit< DropdownMenuContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
622
625
|
|
|
623
626
|
export { DropdownMenuGroup }
|
|
624
627
|
|
|
625
|
-
export declare const DropdownMenuItem: ForwardRefExoticComponent<Omit<DropdownMenuItemProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
626
|
-
inset?: boolean;
|
|
628
|
+
export declare const DropdownMenuItem: ForwardRefExoticComponent<Omit< DropdownMenuItemProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
629
|
+
inset?: boolean;
|
|
627
630
|
} & RefAttributes<HTMLDivElement>>;
|
|
628
631
|
|
|
629
632
|
export { DropdownMenuItemIndicator }
|
|
630
633
|
|
|
631
634
|
export declare type DropdownMenuItemsProps = DropdownMenuButtonItemProps[] | DropdownMenuCheckboxItemsProps | DropdownMenuRadioItemsProps | DropdownMenuItemsProps[];
|
|
632
635
|
|
|
633
|
-
export declare const DropdownMenuLabel: ForwardRefExoticComponent<Omit<DropdownMenuLabelProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
634
|
-
inset?: boolean;
|
|
636
|
+
export declare const DropdownMenuLabel: ForwardRefExoticComponent<Omit< DropdownMenuLabelProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
637
|
+
inset?: boolean;
|
|
635
638
|
} & RefAttributes<HTMLDivElement>>;
|
|
636
639
|
|
|
637
640
|
export { DropdownMenuPortal }
|
|
@@ -644,7 +647,7 @@ export declare interface DropdownMenuProps extends Omit<ComponentProps<typeof Dr
|
|
|
644
647
|
|
|
645
648
|
export { DropdownMenuRadioGroup }
|
|
646
649
|
|
|
647
|
-
export declare const DropdownMenuRadioItem: ForwardRefExoticComponent<Omit<DropdownMenuRadioItemProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
650
|
+
export declare const DropdownMenuRadioItem: ForwardRefExoticComponent<Omit< DropdownMenuRadioItemProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
648
651
|
|
|
649
652
|
declare interface DropdownMenuRadioItemsProps extends Omit<ComponentProps<typeof DropdownMenuRadioGroup>, 'children'> {
|
|
650
653
|
type: 'radio';
|
|
@@ -657,19 +660,19 @@ declare interface DropdownMenuRadionItemProps extends Omit<ComponentProps<typeof
|
|
|
657
660
|
|
|
658
661
|
export { DropdownMenuRoot }
|
|
659
662
|
|
|
660
|
-
export declare const DropdownMenuSeparator: ForwardRefExoticComponent<Omit<DropdownMenuSeparatorProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
663
|
+
export declare const DropdownMenuSeparator: ForwardRefExoticComponent<Omit< DropdownMenuSeparatorProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
661
664
|
|
|
662
665
|
export declare const DropdownMenuShortcut: {
|
|
663
|
-
({ className, ...props }: HTMLAttributes<HTMLSpanElement>):
|
|
666
|
+
({ className, ...props }: HTMLAttributes<HTMLSpanElement>): JSX.Element;
|
|
664
667
|
displayName: string;
|
|
665
668
|
};
|
|
666
669
|
|
|
667
670
|
export { DropdownMenuSub }
|
|
668
671
|
|
|
669
|
-
export declare const DropdownMenuSubContent: ForwardRefExoticComponent<Omit<DropdownMenuSubContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
672
|
+
export declare const DropdownMenuSubContent: ForwardRefExoticComponent<Omit< DropdownMenuSubContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
670
673
|
|
|
671
|
-
export declare const DropdownMenuSubTrigger: ForwardRefExoticComponent<Omit<DropdownMenuSubTriggerProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
672
|
-
inset?: boolean;
|
|
674
|
+
export declare const DropdownMenuSubTrigger: ForwardRefExoticComponent<Omit< DropdownMenuSubTriggerProps & RefAttributes<HTMLDivElement>, "ref"> & {
|
|
675
|
+
inset?: boolean;
|
|
673
676
|
} & RefAttributes<HTMLDivElement>>;
|
|
674
677
|
|
|
675
678
|
export { DropdownMenuTrigger }
|
|
@@ -678,7 +681,7 @@ export declare class ErrorBoundary extends Component<Props, State> {
|
|
|
678
681
|
state: State;
|
|
679
682
|
static getDerivedStateFromError(error: Error): State;
|
|
680
683
|
componentDidCatch(error: Error, errorInfo: React.ErrorInfo): void;
|
|
681
|
-
render(): string | number | boolean | Iterable<ReactNode> |
|
|
684
|
+
render(): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | ReactPortal | ReactElement<unknown, string | JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | JSX.Element | null | undefined;
|
|
682
685
|
}
|
|
683
686
|
|
|
684
687
|
export declare const H1: ForwardRefExoticComponent<HTMLAttributes<HTMLHeadingElement> & RefAttributes<HTMLHeadingElement>>;
|
|
@@ -689,9 +692,9 @@ export declare const H3: ForwardRefExoticComponent<HTMLAttributes<HTMLHeadingEle
|
|
|
689
692
|
|
|
690
693
|
export declare const H4: ForwardRefExoticComponent<HTMLAttributes<HTMLHeadingElement> & RefAttributes<HTMLHeadingElement>>;
|
|
691
694
|
|
|
692
|
-
export declare const HoverCard: ({ trigger, triggerAsChild, children, side, sideOffset, align, alignOffset, ...props }: HoverCardProps) =>
|
|
695
|
+
export declare const HoverCard: ({ trigger, triggerAsChild, children, side, sideOffset, align, alignOffset, ...props }: HoverCardProps) => JSX.Element;
|
|
693
696
|
|
|
694
|
-
export declare const HoverCardContent: ForwardRefExoticComponent<Omit<HoverCardContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
697
|
+
export declare const HoverCardContent: ForwardRefExoticComponent<Omit< HoverCardContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
695
698
|
|
|
696
699
|
export declare interface HoverCardProps extends ComponentProps<typeof HoverCardRoot>, Pick<ComponentProps<typeof HoverCardContent>, 'side' | 'sideOffset' | 'align' | 'alignOffset'> {
|
|
697
700
|
trigger: ReactNode;
|
|
@@ -710,7 +713,7 @@ declare interface IconButtonProps extends ComponentProps<typeof Button> {
|
|
|
710
713
|
}
|
|
711
714
|
|
|
712
715
|
export declare const InlineCode: ForwardRefExoticComponent<HTMLAttributes<HTMLElement> & VariantProps<(props?: ({
|
|
713
|
-
background?: "default" | "plain" | null | undefined;
|
|
716
|
+
background?: "default" | "plain" | null | undefined;
|
|
714
717
|
} & ClassProp) | undefined) => string> & RefAttributes<HTMLElement>>;
|
|
715
718
|
|
|
716
719
|
export declare const Input: ForwardRefExoticComponent<InputProps & RefAttributes<HTMLInputElement>>;
|
|
@@ -735,7 +738,7 @@ declare interface ISidebarContext {
|
|
|
735
738
|
}
|
|
736
739
|
|
|
737
740
|
export declare const IVAOLogo: {
|
|
738
|
-
({ color, size, onlyIcon }: LogoProps):
|
|
741
|
+
({ color, size, onlyIcon }: LogoProps): JSX.Element;
|
|
739
742
|
displayName: string;
|
|
740
743
|
};
|
|
741
744
|
|
|
@@ -744,15 +747,15 @@ declare const IVAOLogoVariants: (props?: ({
|
|
|
744
747
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
745
748
|
} & ClassProp) | undefined) => string;
|
|
746
749
|
|
|
747
|
-
export declare const Label: ForwardRefExoticComponent<Omit<LabelProps & RefAttributes<HTMLLabelElement>, "ref"> & RefAttributes<HTMLLabelElement>>;
|
|
750
|
+
export declare const Label: ForwardRefExoticComponent<Omit< LabelProps & RefAttributes<HTMLLabelElement>, "ref"> & RefAttributes<HTMLLabelElement>>;
|
|
748
751
|
|
|
749
752
|
export declare const Large: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
|
|
750
753
|
|
|
751
754
|
export declare const Lead: ForwardRefExoticComponent<ParamHTMLAttributes<HTMLParagraphElement> & RefAttributes<HTMLParagraphElement>>;
|
|
752
755
|
|
|
753
|
-
export declare const ListItem: ({ title, children, description, imageSrc, iconAriaLabel, imageAlt, headingLevel, isLoading, Icon, ...props }: ListItemProps) =>
|
|
756
|
+
export declare const ListItem: ({ title, children, description, imageSrc, iconAriaLabel, imageAlt, headingLevel, isLoading, Icon, ...props }: ListItemProps) => JSX.Element;
|
|
754
757
|
|
|
755
|
-
export declare const ListItemContent: ({ title, children, description, imageSrc, iconAriaLabel, imageAlt, headingLevel, onClick, href, isLoading, Icon, }: ListItemProps_2) =>
|
|
758
|
+
export declare const ListItemContent: ({ title, children, description, imageSrc, iconAriaLabel, imageAlt, headingLevel, onClick, href, isLoading, Icon, }: ListItemProps_2) => JSX.Element;
|
|
756
759
|
|
|
757
760
|
export declare type ListItemProps = BaseListItemProps & InteractionProps & VisualProps;
|
|
758
761
|
|
|
@@ -770,7 +773,7 @@ declare interface ListItemProps_2 extends HTMLAttributes<HTMLLIElement> {
|
|
|
770
773
|
href?: string;
|
|
771
774
|
}
|
|
772
775
|
|
|
773
|
-
export declare const ListItemRoot: ({ onClick, href, "aria-label": ariaLabel, children, ...props }: ListItemRootProps) =>
|
|
776
|
+
export declare const ListItemRoot: ({ onClick, href, "aria-label": ariaLabel, children, ...props }: ListItemRootProps) => JSX.Element;
|
|
774
777
|
|
|
775
778
|
declare interface ListItemRootProps extends HTMLAttributes<HTMLLIElement> {
|
|
776
779
|
onClick?: () => void;
|
|
@@ -800,13 +803,13 @@ declare interface NavigationMenuBaseSectionProps {
|
|
|
800
803
|
asLink?: ComponentType<NavigationMenuAsLinkProps>;
|
|
801
804
|
}
|
|
802
805
|
|
|
803
|
-
export declare const NavigationMenuContent: ForwardRefExoticComponent<Omit<NavigationMenuContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
806
|
+
export declare const NavigationMenuContent: ForwardRefExoticComponent<Omit< NavigationMenuContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
804
807
|
|
|
805
808
|
declare interface NavigationMenuExtendedLinkProps extends NavigationMenuSimpleLinkSectionProps {
|
|
806
809
|
description: string;
|
|
807
810
|
}
|
|
808
811
|
|
|
809
|
-
export declare const NavigationMenuIndicator: ForwardRefExoticComponent<Omit<NavigationMenuIndicatorProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
812
|
+
export declare const NavigationMenuIndicator: ForwardRefExoticComponent<Omit< NavigationMenuIndicatorProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
810
813
|
|
|
811
814
|
export { NavigationMenuItem }
|
|
812
815
|
|
|
@@ -816,7 +819,7 @@ export declare interface NavigationMenuLinkProps extends NavigationMenuAsLinkPro
|
|
|
816
819
|
asLink?: ComponentType<NavigationMenuAsLinkProps>;
|
|
817
820
|
}
|
|
818
821
|
|
|
819
|
-
export declare const NavigationMenuList: ForwardRefExoticComponent<Omit<NavigationMenuListProps & RefAttributes<HTMLUListElement>, "ref"> & RefAttributes<HTMLUListElement>>;
|
|
822
|
+
export declare const NavigationMenuList: ForwardRefExoticComponent<Omit< NavigationMenuListProps & RefAttributes<HTMLUListElement>, "ref"> & RefAttributes<HTMLUListElement>>;
|
|
820
823
|
|
|
821
824
|
export declare const NavigationMenuListItem: ForwardRefExoticComponent<NavigationMenuLinkProps & RefAttributes<HTMLAnchorElement>>;
|
|
822
825
|
|
|
@@ -829,7 +832,7 @@ export declare interface NavigationMenuProps extends Omit<ComponentProps<typeof
|
|
|
829
832
|
asLink?: ComponentType<NavigationMenuAsLinkProps>;
|
|
830
833
|
}
|
|
831
834
|
|
|
832
|
-
export declare const NavigationMenuRoot: ForwardRefExoticComponent<Omit<NavigationMenuProps_2 & RefAttributes<HTMLElement>, "ref"> & RefAttributes<HTMLElement>>;
|
|
835
|
+
export declare const NavigationMenuRoot: ForwardRefExoticComponent<Omit< NavigationMenuProps_2 & RefAttributes<HTMLElement>, "ref"> & RefAttributes<HTMLElement>>;
|
|
833
836
|
|
|
834
837
|
export declare type NavigationMenuSectionProps = NavigationMenuSimpleLinkSectionProps | NavigationMenuMultipleLinksSectionProps;
|
|
835
838
|
|
|
@@ -837,29 +840,29 @@ declare interface NavigationMenuSimpleLinkSectionProps extends NavigationMenuBas
|
|
|
837
840
|
href: string;
|
|
838
841
|
}
|
|
839
842
|
|
|
840
|
-
export declare const NavigationMenuTrigger: ForwardRefExoticComponent<Omit<NavigationMenuTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
843
|
+
export declare const NavigationMenuTrigger: ForwardRefExoticComponent<Omit< NavigationMenuTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
841
844
|
|
|
842
845
|
export declare const navigationMenuTriggerStyle: (props?: ClassProp | undefined) => string;
|
|
843
846
|
|
|
844
|
-
export declare const NavigationMenuViewport: ForwardRefExoticComponent<Omit<NavigationMenuViewportProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
847
|
+
export declare const NavigationMenuViewport: ForwardRefExoticComponent<Omit< NavigationMenuViewportProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
845
848
|
|
|
846
849
|
export declare const OL: ForwardRefExoticComponent<OlHTMLAttributes<HTMLOListElement> & RefAttributes<HTMLOListElement>>;
|
|
847
850
|
|
|
848
851
|
export declare const P: ForwardRefExoticComponent<Omit<HTMLProps<HTMLParagraphElement>, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
849
852
|
|
|
850
|
-
export declare const Pagination: ({ totalPages, onPageChange, defaultActivePageIdx, activePageIdx, displayedPages, ...props }: PaginationProps) =>
|
|
853
|
+
export declare const Pagination: ({ totalPages, onPageChange, defaultActivePageIdx, activePageIdx, displayedPages, ...props }: PaginationProps) => JSX.Element;
|
|
851
854
|
|
|
852
|
-
export declare const PaginationContent: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & RefAttributes<HTMLUListElement>>;
|
|
855
|
+
export declare const PaginationContent: ForwardRefExoticComponent<Omit< DetailedHTMLProps<HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & RefAttributes<HTMLUListElement>>;
|
|
853
856
|
|
|
854
857
|
export declare const PaginationEllipsis: {
|
|
855
|
-
({ className, ...props }: ComponentProps<typeof PaginationLink>):
|
|
858
|
+
({ className, ...props }: ComponentProps<typeof PaginationLink>): JSX.Element;
|
|
856
859
|
displayName: string;
|
|
857
860
|
};
|
|
858
861
|
|
|
859
|
-
export declare const PaginationItem: ForwardRefExoticComponent<Omit<DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & RefAttributes<HTMLLIElement>>;
|
|
862
|
+
export declare const PaginationItem: ForwardRefExoticComponent<Omit< DetailedHTMLProps<LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & RefAttributes<HTMLLIElement>>;
|
|
860
863
|
|
|
861
864
|
export declare const PaginationLink: {
|
|
862
|
-
({ className, isActive, size, ...props }: PaginationLinkProps):
|
|
865
|
+
({ className, isActive, size, ...props }: PaginationLinkProps): JSX.Element;
|
|
863
866
|
displayName: string;
|
|
864
867
|
};
|
|
865
868
|
|
|
@@ -869,12 +872,12 @@ export declare type PaginationLinkProps = {
|
|
|
869
872
|
} & Omit<ButtonProps, 'variant' | 'size' | 'aria-current'>;
|
|
870
873
|
|
|
871
874
|
export declare const PaginationNext: {
|
|
872
|
-
({ className, ...props }: ComponentProps<typeof PaginationLink>):
|
|
875
|
+
({ className, ...props }: ComponentProps<typeof PaginationLink>): JSX.Element;
|
|
873
876
|
displayName: string;
|
|
874
877
|
};
|
|
875
878
|
|
|
876
879
|
export declare const PaginationPrevious: {
|
|
877
|
-
({ className, ...props }: ComponentProps<typeof PaginationLink>):
|
|
880
|
+
({ className, ...props }: ComponentProps<typeof PaginationLink>): JSX.Element;
|
|
878
881
|
displayName: string;
|
|
879
882
|
};
|
|
880
883
|
|
|
@@ -897,7 +900,7 @@ export declare interface PaginationProps extends ComponentProps<typeof Paginatio
|
|
|
897
900
|
}
|
|
898
901
|
|
|
899
902
|
export declare const PaginationRoot: {
|
|
900
|
-
({ className, ...props }: ComponentProps<"nav">):
|
|
903
|
+
({ className, ...props }: ComponentProps<"nav">): JSX.Element;
|
|
901
904
|
displayName: string;
|
|
902
905
|
};
|
|
903
906
|
|
|
@@ -905,7 +908,7 @@ export declare const Popover: ComponentType<PopoverProps>;
|
|
|
905
908
|
|
|
906
909
|
export { PopoverAnchor }
|
|
907
910
|
|
|
908
|
-
export declare const PopoverContent: ForwardRefExoticComponent<Omit<PopoverContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
911
|
+
export declare const PopoverContent: ForwardRefExoticComponent<Omit< PopoverContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
909
912
|
|
|
910
913
|
export { PopoverPortal }
|
|
911
914
|
|
|
@@ -921,7 +924,7 @@ export { PopoverTrigger }
|
|
|
921
924
|
export { Portal as DialogPortal }
|
|
922
925
|
export { Portal as SheetPortal }
|
|
923
926
|
|
|
924
|
-
export declare const Progress: ForwardRefExoticComponent<Omit<ProgressProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
927
|
+
export declare const Progress: ForwardRefExoticComponent<Omit< ProgressProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
925
928
|
|
|
926
929
|
declare interface Props {
|
|
927
930
|
debugMode: boolean;
|
|
@@ -930,7 +933,7 @@ declare interface Props {
|
|
|
930
933
|
|
|
931
934
|
export declare const RadioGroup: ForwardRefExoticComponent<RadioGroupProps & RefAttributes<HTMLDivElement>>;
|
|
932
935
|
|
|
933
|
-
export declare const RadioGroupItem: ForwardRefExoticComponent<Omit<RadioGroupItemProps_2 & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
936
|
+
export declare const RadioGroupItem: ForwardRefExoticComponent<Omit< RadioGroupItemProps_2 & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
934
937
|
|
|
935
938
|
export declare interface RadioGroupItemProps extends ComponentProps<typeof RadioGroupItem> {
|
|
936
939
|
label: string;
|
|
@@ -940,40 +943,40 @@ export declare interface RadioGroupProps extends Omit<ComponentPropsWithoutRef<t
|
|
|
940
943
|
items: RadioGroupItemProps[];
|
|
941
944
|
}
|
|
942
945
|
|
|
943
|
-
export declare const RadioGroupRoot: ForwardRefExoticComponent<Omit<RadioGroupProps_2 & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
946
|
+
export declare const RadioGroupRoot: ForwardRefExoticComponent<Omit< RadioGroupProps_2 & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
944
947
|
|
|
945
948
|
export { Root as DialogRoot }
|
|
946
949
|
export { Root as SheetRoot }
|
|
947
950
|
|
|
948
|
-
export declare const ScrollArea: ForwardRefExoticComponent<Omit<Omit<ScrollAreaProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
951
|
+
export declare const ScrollArea: ForwardRefExoticComponent<Omit<Omit< ScrollAreaProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
949
952
|
|
|
950
953
|
export { ScrollAreaCorner }
|
|
951
954
|
|
|
952
|
-
export declare const ScrollAreaRoot: ForwardRefExoticComponent<Omit<ScrollAreaProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
955
|
+
export declare const ScrollAreaRoot: ForwardRefExoticComponent<Omit< ScrollAreaProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
953
956
|
|
|
954
957
|
export { ScrollAreaScrollbar }
|
|
955
958
|
|
|
956
959
|
export { ScrollAreaThumb }
|
|
957
960
|
|
|
958
|
-
export declare const ScrollAreaViewport: ForwardRefExoticComponent<Omit<ScrollAreaViewportProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
961
|
+
export declare const ScrollAreaViewport: ForwardRefExoticComponent<Omit< ScrollAreaViewportProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
959
962
|
|
|
960
|
-
export declare const ScrollBar: ForwardRefExoticComponent<Omit<ScrollAreaScrollbarProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
963
|
+
export declare const ScrollBar: ForwardRefExoticComponent<Omit< ScrollAreaScrollbarProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
961
964
|
|
|
962
965
|
export declare const Select: ComponentType<SelectProps>;
|
|
963
966
|
|
|
964
|
-
export declare const SelectCheck: ForwardRefExoticComponent<Omit<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
967
|
+
export declare const SelectCheck: ForwardRefExoticComponent<Omit<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
965
968
|
|
|
966
|
-
export declare const SelectChevronDown: ForwardRefExoticComponent<Omit<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
969
|
+
export declare const SelectChevronDown: ForwardRefExoticComponent<Omit<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
967
970
|
|
|
968
|
-
export declare const SelectChevronUp: ForwardRefExoticComponent<Omit<Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
971
|
+
export declare const SelectChevronUp: ForwardRefExoticComponent<Omit<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
969
972
|
|
|
970
|
-
export declare const SelectContent: ForwardRefExoticComponent<Omit<SelectContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
973
|
+
export declare const SelectContent: ForwardRefExoticComponent<Omit< SelectContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
971
974
|
|
|
972
975
|
export { SelectGroup }
|
|
973
976
|
|
|
974
|
-
export declare const SelectIcon: ForwardRefExoticComponent<SelectIconProps & RefAttributes<HTMLSpanElement>>;
|
|
977
|
+
export declare const SelectIcon: ForwardRefExoticComponent< SelectIconProps & RefAttributes<HTMLSpanElement>>;
|
|
975
978
|
|
|
976
|
-
export declare const SelectItem: ForwardRefExoticComponent<Omit<SelectItemProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
979
|
+
export declare const SelectItem: ForwardRefExoticComponent<Omit< SelectItemProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
977
980
|
|
|
978
981
|
export declare const SelectItemGroup: FunctionComponent<SelectItemGroupProps>;
|
|
979
982
|
|
|
@@ -989,7 +992,7 @@ declare interface SelectItemProps_2 extends Omit<ComponentProps<typeof SelectIte
|
|
|
989
992
|
|
|
990
993
|
export { SelectItemText }
|
|
991
994
|
|
|
992
|
-
export declare const SelectLabel: ForwardRefExoticComponent<Omit<SelectLabelProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
995
|
+
export declare const SelectLabel: ForwardRefExoticComponent<Omit< SelectLabelProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
993
996
|
|
|
994
997
|
export { SelectPortal }
|
|
995
998
|
|
|
@@ -1001,19 +1004,19 @@ declare interface SelectProps extends Omit<ComponentProps<typeof SelectRoot>, 'c
|
|
|
1001
1004
|
|
|
1002
1005
|
export { SelectRoot }
|
|
1003
1006
|
|
|
1004
|
-
export declare const SelectScrollDownButton: ForwardRefExoticComponent<Omit<SelectScrollDownButtonProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1007
|
+
export declare const SelectScrollDownButton: ForwardRefExoticComponent<Omit< SelectScrollDownButtonProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1005
1008
|
|
|
1006
|
-
export declare const SelectScrollUpButton: ForwardRefExoticComponent<Omit<SelectScrollUpButtonProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1009
|
+
export declare const SelectScrollUpButton: ForwardRefExoticComponent<Omit< SelectScrollUpButtonProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1007
1010
|
|
|
1008
|
-
export declare const SelectSeparator: ForwardRefExoticComponent<Omit<SelectSeparatorProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1011
|
+
export declare const SelectSeparator: ForwardRefExoticComponent<Omit< SelectSeparatorProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1009
1012
|
|
|
1010
|
-
export declare const SelectTrigger: ForwardRefExoticComponent<Omit<SelectTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1013
|
+
export declare const SelectTrigger: ForwardRefExoticComponent<Omit< SelectTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1011
1014
|
|
|
1012
1015
|
export { SelectValue }
|
|
1013
1016
|
|
|
1014
|
-
export declare const SelectViewport: ForwardRefExoticComponent<Omit<SelectViewportProps & RefAttributes<HTMLDivElement>, "ref"> & Pick<Omit<SelectContentProps & RefAttributes<HTMLDivElement>, "ref">, "position"> & RefAttributes<HTMLDivElement>>;
|
|
1017
|
+
export declare const SelectViewport: ForwardRefExoticComponent<Omit< SelectViewportProps & RefAttributes<HTMLDivElement>, "ref"> & Pick<Omit< SelectContentProps & RefAttributes<HTMLDivElement>, "ref">, "position"> & RefAttributes<HTMLDivElement>>;
|
|
1015
1018
|
|
|
1016
|
-
export declare const Separator: ForwardRefExoticComponent<Omit<SeparatorProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1019
|
+
export declare const Separator: ForwardRefExoticComponent<Omit< SeparatorProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1017
1020
|
|
|
1018
1021
|
export declare const Sheet: ComponentType<SheetProps>;
|
|
1019
1022
|
|
|
@@ -1025,19 +1028,19 @@ declare interface SheetContentProps extends ComponentPropsWithoutRef<typeof Cont
|
|
|
1025
1028
|
footer?: ReactNode;
|
|
1026
1029
|
}
|
|
1027
1030
|
|
|
1028
|
-
export declare const SheetDescription: ForwardRefExoticComponent<Omit<DialogDescriptionProps & RefAttributes<HTMLParagraphElement>, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
1031
|
+
export declare const SheetDescription: ForwardRefExoticComponent<Omit< DialogDescriptionProps & RefAttributes<HTMLParagraphElement>, "ref"> & RefAttributes<HTMLParagraphElement>>;
|
|
1029
1032
|
|
|
1030
1033
|
export declare const SheetFooter: {
|
|
1031
|
-
({ className, ...props }: HTMLAttributes<HTMLDivElement>):
|
|
1034
|
+
({ className, ...props }: HTMLAttributes<HTMLDivElement>): JSX.Element;
|
|
1032
1035
|
displayName: string;
|
|
1033
1036
|
};
|
|
1034
1037
|
|
|
1035
1038
|
export declare const SheetHeader: {
|
|
1036
|
-
({ className, ...props }: HTMLAttributes<HTMLDivElement>):
|
|
1039
|
+
({ className, ...props }: HTMLAttributes<HTMLDivElement>): JSX.Element;
|
|
1037
1040
|
displayName: string;
|
|
1038
1041
|
};
|
|
1039
1042
|
|
|
1040
|
-
export declare const SheetOverlay: ForwardRefExoticComponent<Omit<DialogOverlayProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1043
|
+
export declare const SheetOverlay: ForwardRefExoticComponent<Omit< DialogOverlayProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1041
1044
|
|
|
1042
1045
|
export declare interface SheetProps extends ComponentPropsWithoutRef<typeof Root> {
|
|
1043
1046
|
trigger?: ReactNode;
|
|
@@ -1048,7 +1051,7 @@ export declare interface SheetProps extends ComponentPropsWithoutRef<typeof Root
|
|
|
1048
1051
|
side?: SheetContentProps['side'];
|
|
1049
1052
|
}
|
|
1050
1053
|
|
|
1051
|
-
export declare const SheetTitle: ForwardRefExoticComponent<Omit<DialogTitleProps & RefAttributes<HTMLHeadingElement>, "ref"> & RefAttributes<HTMLHeadingElement>>;
|
|
1054
|
+
export declare const SheetTitle: ForwardRefExoticComponent<Omit< DialogTitleProps & RefAttributes<HTMLHeadingElement>, "ref"> & RefAttributes<HTMLHeadingElement>>;
|
|
1052
1055
|
|
|
1053
1056
|
declare const sheetVariants: (props?: ({
|
|
1054
1057
|
side?: "left" | "right" | "top" | "bottom" | null | undefined;
|
|
@@ -1059,7 +1062,7 @@ export declare const Sidebar: ComponentType<SidebarProps>;
|
|
|
1059
1062
|
export declare type SidebarAsLinkProps = PropsWithRef<AnchorProps_2> & Required<Pick<AnchorProps_2, 'href'>>;
|
|
1060
1063
|
|
|
1061
1064
|
export declare const SidebarCollapseButton: {
|
|
1062
|
-
():
|
|
1065
|
+
(): JSX.Element;
|
|
1063
1066
|
displayName: string;
|
|
1064
1067
|
};
|
|
1065
1068
|
|
|
@@ -1076,7 +1079,7 @@ declare interface SidebarGroupProps {
|
|
|
1076
1079
|
}
|
|
1077
1080
|
|
|
1078
1081
|
export declare const SidebarItem: {
|
|
1079
|
-
({ title, description, Icon, href, asLink, isActive, className, ...props }: SidebarItemProps):
|
|
1082
|
+
({ title, description, Icon, href, asLink, isActive, className, ...props }: SidebarItemProps): JSX.Element;
|
|
1080
1083
|
displayName: string;
|
|
1081
1084
|
};
|
|
1082
1085
|
|
|
@@ -1111,17 +1114,17 @@ declare interface SidebarProviderProps {
|
|
|
1111
1114
|
isDefaultOpen?: boolean;
|
|
1112
1115
|
}
|
|
1113
1116
|
|
|
1114
|
-
export declare const Skeleton: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) =>
|
|
1117
|
+
export declare const Skeleton: ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => JSX.Element;
|
|
1115
1118
|
|
|
1116
|
-
export declare const Slider: ForwardRefExoticComponent<Omit<Omit<SliderProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1119
|
+
export declare const Slider: ForwardRefExoticComponent<Omit<Omit< SliderProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1117
1120
|
|
|
1118
|
-
export declare const SliderRange: ForwardRefExoticComponent<Omit<SliderRangeProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1121
|
+
export declare const SliderRange: ForwardRefExoticComponent<Omit< SliderRangeProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1119
1122
|
|
|
1120
|
-
export declare const SliderRoot: ForwardRefExoticComponent<Omit<SliderProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1123
|
+
export declare const SliderRoot: ForwardRefExoticComponent<Omit< SliderProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1121
1124
|
|
|
1122
|
-
export declare const SliderThumb: ForwardRefExoticComponent<Omit<SliderThumbProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1125
|
+
export declare const SliderThumb: ForwardRefExoticComponent<Omit< SliderThumbProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1123
1126
|
|
|
1124
|
-
export declare const SliderTrack: ForwardRefExoticComponent<Omit<SliderTrackProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1127
|
+
export declare const SliderTrack: ForwardRefExoticComponent<Omit< SliderTrackProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1125
1128
|
|
|
1126
1129
|
export declare const Small: ForwardRefExoticComponent<HTMLAttributes<HTMLElement> & RefAttributes<HTMLElement>>;
|
|
1127
1130
|
|
|
@@ -1132,14 +1135,14 @@ declare interface State {
|
|
|
1132
1135
|
|
|
1133
1136
|
export declare const Subtle: ForwardRefExoticComponent<HTMLAttributes<HTMLParagraphElement> & RefAttributes<HTMLParagraphElement>>;
|
|
1134
1137
|
|
|
1135
|
-
export declare const Switch: ForwardRefExoticComponent<Omit<Omit<SwitchProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1138
|
+
export declare const Switch: ForwardRefExoticComponent<Omit<Omit< SwitchProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1136
1139
|
|
|
1137
|
-
export declare const SwitchRoot: ForwardRefExoticComponent<Omit<SwitchProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1140
|
+
export declare const SwitchRoot: ForwardRefExoticComponent<Omit< SwitchProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1138
1141
|
|
|
1139
|
-
export declare const SwitchThumb: ForwardRefExoticComponent<Omit<SwitchThumbProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1142
|
+
export declare const SwitchThumb: ForwardRefExoticComponent<Omit< SwitchThumbProps & RefAttributes<HTMLSpanElement>, "ref"> & RefAttributes<HTMLSpanElement>>;
|
|
1140
1143
|
|
|
1141
1144
|
export declare const Table: {
|
|
1142
|
-
({ caption, columns, rows, ...props }: TableProps):
|
|
1145
|
+
({ caption, columns, rows, ...props }: TableProps): JSX.Element;
|
|
1143
1146
|
displayName: string;
|
|
1144
1147
|
};
|
|
1145
1148
|
|
|
@@ -1179,9 +1182,9 @@ export declare interface TableRowProps extends Omit<ComponentProps<typeof TableR
|
|
|
1179
1182
|
|
|
1180
1183
|
export declare const Tabs: ForwardRefExoticComponent<TabsProps & RefAttributes<HTMLDivElement>>;
|
|
1181
1184
|
|
|
1182
|
-
export declare const TabsContent: ForwardRefExoticComponent<Omit<TabsContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1185
|
+
export declare const TabsContent: ForwardRefExoticComponent<Omit< TabsContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1183
1186
|
|
|
1184
|
-
export declare const TabsList: ForwardRefExoticComponent<Omit<TabsListProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1187
|
+
export declare const TabsList: ForwardRefExoticComponent<Omit< TabsListProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1185
1188
|
|
|
1186
1189
|
export declare interface TabsProps extends Omit<ComponentPropsWithoutRef<typeof TabsRoot>, 'children'> {
|
|
1187
1190
|
tabs: {
|
|
@@ -1194,7 +1197,7 @@ export declare interface TabsProps extends Omit<ComponentPropsWithoutRef<typeof
|
|
|
1194
1197
|
|
|
1195
1198
|
export { TabsRoot }
|
|
1196
1199
|
|
|
1197
|
-
export declare const TabsTrigger: ForwardRefExoticComponent<Omit<TabsTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1200
|
+
export declare const TabsTrigger: ForwardRefExoticComponent<Omit< TabsTriggerProps & RefAttributes<HTMLButtonElement>, "ref"> & RefAttributes<HTMLButtonElement>>;
|
|
1198
1201
|
|
|
1199
1202
|
export declare const Textarea: ForwardRefExoticComponent<TextareaProps & RefAttributes<HTMLTextAreaElement>>;
|
|
1200
1203
|
|
|
@@ -1230,25 +1233,25 @@ declare interface ToastProviderProps {
|
|
|
1230
1233
|
swipeDirection?: ComponentPropsWithoutRef<typeof Provider>['swipeDirection'];
|
|
1231
1234
|
}
|
|
1232
1235
|
|
|
1233
|
-
declare const ToastRoot: ForwardRefExoticComponent<Omit<ToastProps_2 & RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
|
|
1234
|
-
variant?: "default" | "destructive" | null | undefined;
|
|
1236
|
+
declare const ToastRoot: ForwardRefExoticComponent<Omit< ToastProps_2 & RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
|
|
1237
|
+
variant?: "default" | "destructive" | null | undefined;
|
|
1235
1238
|
} & ClassProp) | undefined) => string> & RefAttributes<HTMLLIElement>>;
|
|
1236
1239
|
|
|
1237
|
-
export declare const Toggle: ForwardRefExoticComponent<Omit<ToggleProps & RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
1238
|
-
variant?: "default" | "outline" | null | undefined;
|
|
1239
|
-
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1240
|
+
export declare const Toggle: ForwardRefExoticComponent<Omit< ToggleProps & RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
1241
|
+
variant?: "default" | "outline" | null | undefined;
|
|
1242
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1240
1243
|
} & ClassProp) | undefined) => string> & RefAttributes<HTMLButtonElement>>;
|
|
1241
1244
|
|
|
1242
1245
|
export declare const ToggleGroup: ForwardRefExoticComponent<ToggleGroupProps & RefAttributes<HTMLDivElement>>;
|
|
1243
1246
|
|
|
1244
1247
|
export declare const ToggleGroupContext: Context<VariantProps<(props?: ({
|
|
1245
|
-
variant?: "default" | "outline" | null | undefined;
|
|
1246
|
-
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1248
|
+
variant?: "default" | "outline" | null | undefined;
|
|
1249
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1247
1250
|
} & ClassProp) | undefined) => string>>;
|
|
1248
1251
|
|
|
1249
|
-
export declare const ToggleGroupItem: ForwardRefExoticComponent<Omit<ToggleGroupItemProps_2 & RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
1250
|
-
variant?: "default" | "outline" | null | undefined;
|
|
1251
|
-
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1252
|
+
export declare const ToggleGroupItem: ForwardRefExoticComponent<Omit< ToggleGroupItemProps_2 & RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
1253
|
+
variant?: "default" | "outline" | null | undefined;
|
|
1254
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1252
1255
|
} & ClassProp) | undefined) => string> & RefAttributes<HTMLButtonElement>>;
|
|
1253
1256
|
|
|
1254
1257
|
export declare interface ToggleGroupItemProps extends Omit<ComponentProps<typeof ToggleGroupItem>, 'children'> {
|
|
@@ -1270,7 +1273,7 @@ export declare const toggleVariants: (props?: ({
|
|
|
1270
1273
|
|
|
1271
1274
|
export declare const Tooltip: ComponentType<TooltipProps>;
|
|
1272
1275
|
|
|
1273
|
-
export declare const TooltipContent: ForwardRefExoticComponent<Omit<TooltipContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1276
|
+
export declare const TooltipContent: ForwardRefExoticComponent<Omit< TooltipContentProps & RefAttributes<HTMLDivElement>, "ref"> & RefAttributes<HTMLDivElement>>;
|
|
1274
1277
|
|
|
1275
1278
|
export declare interface TooltipProps extends Omit<ComponentPropsWithoutRef<typeof TooltipRoot>, 'children'>, Pick<ComponentPropsWithoutRef<typeof TooltipContent>, 'side' | 'sideOffset' | 'align' | 'alignOffset'> {
|
|
1276
1279
|
children: ReactNode;
|