@lglab/compose-ui 0.20.0 → 0.21.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/accordion.d.ts +40 -0
- package/dist/accordion.js +46 -0
- package/dist/alert-dialog.d.ts +87 -0
- package/dist/alert-dialog.js +112 -0
- package/dist/arrow-svg-C6zQTvgS.js +40 -0
- package/dist/avatar.d.ts +47 -0
- package/dist/avatar.js +81 -0
- package/dist/button-variants-CbFMPwc8.js +33 -0
- package/dist/button.d.ts +21 -0
- package/dist/button.js +25 -0
- package/dist/card.d.ts +99 -0
- package/dist/card.js +67 -0
- package/dist/collapsible.d.ts +26 -0
- package/dist/collapsible.js +33 -0
- package/dist/context-menu.d.ts +138 -0
- package/dist/context-menu.js +174 -0
- package/dist/control-variants-Bwep4n0y.js +37 -0
- package/dist/dialog.d.ts +92 -0
- package/dist/dialog.js +106 -0
- package/dist/drawer.d.ts +99 -0
- package/dist/drawer.js +112 -0
- package/dist/index.d.ts +1284 -47
- package/dist/index.js +186 -0
- package/dist/menu.d.ts +138 -0
- package/dist/menu.js +147 -0
- package/dist/menubar.d.ts +155 -0
- package/dist/menubar.js +170 -0
- package/dist/meter.d.ts +43 -0
- package/dist/meter.js +66 -0
- package/dist/popover.d.ts +82 -0
- package/dist/popover.js +95 -0
- package/dist/progress.d.ts +40 -0
- package/dist/progress.js +51 -0
- package/dist/scroll-area.d.ts +47 -0
- package/dist/scroll-area.js +57 -0
- package/dist/separator.d.ts +12 -0
- package/dist/separator.js +24 -0
- package/dist/slider.d.ts +47 -0
- package/dist/slider.js +63 -0
- package/dist/switch.d.ts +19 -0
- package/dist/switch.js +40 -0
- package/dist/tabs.d.ts +49 -0
- package/dist/tabs.js +85 -0
- package/dist/toggle-group.d.ts +29 -0
- package/dist/toggle-group.js +35 -0
- package/dist/toggle.d.ts +21 -0
- package/dist/toggle.js +16 -0
- package/dist/tooltip.d.ts +62 -0
- package/dist/tooltip.js +93 -0
- package/dist/utils-B6yFEsav.js +8 -0
- package/package.json +92 -4
- package/dist/components/accordion.d.ts +0 -30
- package/dist/components/accordion.d.ts.map +0 -1
- package/dist/components/alert-dialog.d.ts +0 -64
- package/dist/components/alert-dialog.d.ts.map +0 -1
- package/dist/components/avatar.d.ts +0 -38
- package/dist/components/avatar.d.ts.map +0 -1
- package/dist/components/button.d.ts +0 -16
- package/dist/components/button.d.ts.map +0 -1
- package/dist/components/card.d.ts +0 -79
- package/dist/components/card.d.ts.map +0 -1
- package/dist/components/collapsible.d.ts +0 -20
- package/dist/components/collapsible.d.ts.map +0 -1
- package/dist/components/context-menu.d.ts +0 -100
- package/dist/components/context-menu.d.ts.map +0 -1
- package/dist/components/dialog.d.ts +0 -69
- package/dist/components/dialog.d.ts.map +0 -1
- package/dist/components/drawer.d.ts +0 -74
- package/dist/components/drawer.d.ts.map +0 -1
- package/dist/components/menu.d.ts +0 -100
- package/dist/components/menu.d.ts.map +0 -1
- package/dist/components/menubar.d.ts +0 -112
- package/dist/components/menubar.d.ts.map +0 -1
- package/dist/components/meter.d.ts +0 -33
- package/dist/components/meter.d.ts.map +0 -1
- package/dist/components/popover.d.ts +0 -60
- package/dist/components/popover.d.ts.map +0 -1
- package/dist/components/progress.d.ts +0 -30
- package/dist/components/progress.d.ts.map +0 -1
- package/dist/components/scroll-area.d.ts +0 -35
- package/dist/components/scroll-area.d.ts.map +0 -1
- package/dist/components/separator.d.ts +0 -10
- package/dist/components/separator.d.ts.map +0 -1
- package/dist/components/slider.d.ts +0 -35
- package/dist/components/slider.d.ts.map +0 -1
- package/dist/components/switch.d.ts +0 -15
- package/dist/components/switch.d.ts.map +0 -1
- package/dist/components/tabs.d.ts +0 -39
- package/dist/components/tabs.d.ts.map +0 -1
- package/dist/components/toggle-group.d.ts +0 -22
- package/dist/components/toggle-group.d.ts.map +0 -1
- package/dist/components/toggle.d.ts +0 -16
- package/dist/components/toggle.d.ts.map +0 -1
- package/dist/components/tooltip.d.ts +0 -47
- package/dist/components/tooltip.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.es.js +0 -1666
- package/dist/lib/arrow-svg.d.ts +0 -9
- package/dist/lib/arrow-svg.d.ts.map +0 -1
- package/dist/lib/button-variants.d.ts +0 -7
- package/dist/lib/button-variants.d.ts.map +0 -1
- package/dist/lib/control-variants.d.ts +0 -7
- package/dist/lib/control-variants.d.ts.map +0 -1
- package/dist/lib/tooltip-variants.d.ts +0 -9
- package/dist/lib/tooltip-variants.d.ts.map +0 -1
- package/dist/lib/utils.d.ts +0 -3
- package/dist/lib/utils.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,47 +1,1284 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
export
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export type
|
|
32
|
-
|
|
33
|
-
export
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
export type
|
|
39
|
-
|
|
40
|
-
export
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export type
|
|
46
|
-
|
|
47
|
-
|
|
1
|
+
import { Accordion } from '@base-ui/react/accordion';
|
|
2
|
+
import { AlertDialog } from '@base-ui/react/alert-dialog';
|
|
3
|
+
import { Avatar } from '@base-ui/react/avatar';
|
|
4
|
+
import { Button as Button_2 } from '@base-ui/react/button';
|
|
5
|
+
import { ClassProp } from 'class-variance-authority/types';
|
|
6
|
+
import { Collapsible } from '@base-ui/react/collapsible';
|
|
7
|
+
import { ContextMenu } from '@base-ui/react/context-menu';
|
|
8
|
+
import { Dialog } from '@base-ui/react/dialog';
|
|
9
|
+
import { JSX } from 'react/jsx-runtime';
|
|
10
|
+
import { Menu } from '@base-ui/react/menu';
|
|
11
|
+
import { Menubar } from '@base-ui/react/menubar';
|
|
12
|
+
import { Meter } from '@base-ui/react/meter';
|
|
13
|
+
import { Popover } from '@base-ui/react/popover';
|
|
14
|
+
import { Progress } from '@base-ui/react/progress';
|
|
15
|
+
import * as React_2 from 'react';
|
|
16
|
+
import { ScrollArea } from '@base-ui/react/scroll-area';
|
|
17
|
+
import { Separator as Separator_2 } from '@base-ui/react/separator';
|
|
18
|
+
import { Slider } from '@base-ui/react/slider';
|
|
19
|
+
import { Switch } from '@base-ui/react/switch';
|
|
20
|
+
import { Tabs } from '@base-ui/react/tabs';
|
|
21
|
+
import { Toggle as Toggle_2 } from '@base-ui/react/toggle';
|
|
22
|
+
import { ToggleGroup } from '@base-ui/react/toggle-group';
|
|
23
|
+
import { Tooltip } from '@base-ui/react/tooltip';
|
|
24
|
+
import { VariantProps } from 'class-variance-authority';
|
|
25
|
+
|
|
26
|
+
export declare const AccordionHeader: {
|
|
27
|
+
({ className, ...props }: AccordionHeaderProps): JSX.Element;
|
|
28
|
+
displayName: string;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export declare type AccordionHeaderProps = React_2.ComponentProps<typeof Accordion.Header>;
|
|
32
|
+
|
|
33
|
+
export declare const AccordionItem: {
|
|
34
|
+
({ className, ...props }: AccordionItemProps): JSX.Element;
|
|
35
|
+
displayName: string;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export declare type AccordionItemProps = React_2.ComponentProps<typeof Accordion.Item>;
|
|
39
|
+
|
|
40
|
+
export declare const AccordionPanel: {
|
|
41
|
+
({ className, ...props }: AccordionPanelProps): JSX.Element;
|
|
42
|
+
displayName: string;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export declare type AccordionPanelProps = React_2.ComponentProps<typeof Accordion.Panel>;
|
|
46
|
+
|
|
47
|
+
export declare const AccordionRoot: {
|
|
48
|
+
({ className, ...props }: AccordionRootProps): JSX.Element;
|
|
49
|
+
displayName: string;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export declare type AccordionRootProps = React_2.ComponentProps<typeof Accordion.Root>;
|
|
53
|
+
|
|
54
|
+
export declare const AccordionTrigger: {
|
|
55
|
+
({ className, children, ...props }: AccordionTriggerProps): JSX.Element;
|
|
56
|
+
displayName: string;
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export declare type AccordionTriggerProps = React_2.ComponentProps<typeof Accordion.Trigger>;
|
|
60
|
+
|
|
61
|
+
export { AlertDialog }
|
|
62
|
+
|
|
63
|
+
export declare const AlertDialogBackdrop: {
|
|
64
|
+
({ className, ...props }: AlertDialogBackdropProps): JSX.Element;
|
|
65
|
+
displayName: string;
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
export declare type AlertDialogBackdropProps = React_2.ComponentProps<typeof AlertDialog.Backdrop>;
|
|
69
|
+
|
|
70
|
+
export declare const AlertDialogClose: {
|
|
71
|
+
({ className, variant, size, ...props }: AlertDialogCloseProps): JSX.Element;
|
|
72
|
+
displayName: string;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export declare type AlertDialogCloseProps = React_2.ComponentProps<typeof AlertDialog.Close> & {
|
|
76
|
+
/** Visual style variant */
|
|
77
|
+
variant?: ButtonVariant;
|
|
78
|
+
/** Size of the close button */
|
|
79
|
+
size?: ButtonSize;
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
export declare const AlertDialogDescription: {
|
|
83
|
+
({ className, ...props }: AlertDialogDescriptionProps): JSX.Element;
|
|
84
|
+
displayName: string;
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
export declare type AlertDialogDescriptionProps = React_2.ComponentProps<typeof AlertDialog.Description>;
|
|
88
|
+
|
|
89
|
+
export declare const AlertDialogPopup: {
|
|
90
|
+
({ className, size, ...props }: AlertDialogPopupProps): JSX.Element;
|
|
91
|
+
displayName: string;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
export declare type AlertDialogPopupProps = React_2.ComponentProps<typeof AlertDialog.Popup> & {
|
|
95
|
+
/** Size of the alert dialog popup */
|
|
96
|
+
size?: 'sm' | 'default' | 'lg' | 'xl' | 'full';
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
export declare const AlertDialogPortal: {
|
|
100
|
+
(props: AlertDialogPortalProps): JSX.Element;
|
|
101
|
+
displayName: string;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
export declare type AlertDialogPortalProps = React_2.ComponentProps<typeof AlertDialog.Portal>;
|
|
105
|
+
|
|
106
|
+
export declare const AlertDialogRoot: {
|
|
107
|
+
(props: AlertDialogRootProps): JSX.Element;
|
|
108
|
+
displayName: string;
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
export declare type AlertDialogRootProps = React_2.ComponentProps<typeof AlertDialog.Root>;
|
|
112
|
+
|
|
113
|
+
export declare const AlertDialogTitle: {
|
|
114
|
+
({ className, ...props }: AlertDialogTitleProps): JSX.Element;
|
|
115
|
+
displayName: string;
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
export declare type AlertDialogTitleProps = React_2.ComponentProps<typeof AlertDialog.Title>;
|
|
119
|
+
|
|
120
|
+
export declare const AlertDialogTrigger: {
|
|
121
|
+
({ className, variant, size, ...props }: AlertDialogTriggerProps): JSX.Element;
|
|
122
|
+
displayName: string;
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
export declare type AlertDialogTriggerProps = React_2.ComponentProps<typeof AlertDialog.Trigger> & {
|
|
126
|
+
/** Visual style variant */
|
|
127
|
+
variant?: ButtonVariant;
|
|
128
|
+
/** Size of the trigger button */
|
|
129
|
+
size?: ButtonSize;
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
export declare const AlertDialogViewport: {
|
|
133
|
+
({ className, ...props }: AlertDialogViewportProps): JSX.Element;
|
|
134
|
+
displayName: string;
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
export declare type AlertDialogViewportProps = React_2.ComponentProps<typeof AlertDialog.Viewport>;
|
|
138
|
+
|
|
139
|
+
export declare const AvatarFallback: {
|
|
140
|
+
({ className, ...props }: AvatarFallbackProps): JSX.Element;
|
|
141
|
+
displayName: string;
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
export declare type AvatarFallbackProps = React_2.ComponentProps<typeof Avatar.Fallback>;
|
|
145
|
+
|
|
146
|
+
export declare const AvatarImage: {
|
|
147
|
+
({ className, ...props }: AvatarImageProps): JSX.Element;
|
|
148
|
+
displayName: string;
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
export declare type AvatarImageProps = React_2.ComponentProps<typeof Avatar.Image>;
|
|
152
|
+
|
|
153
|
+
export declare const AvatarRoot: {
|
|
154
|
+
({ className, size, ...props }: AvatarRootProps): JSX.Element;
|
|
155
|
+
displayName: string;
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
export declare type AvatarRootProps = React_2.ComponentProps<typeof Avatar.Root> & {
|
|
159
|
+
/** Size of the avatar */
|
|
160
|
+
size?: AvatarSize;
|
|
161
|
+
};
|
|
162
|
+
|
|
163
|
+
declare type AvatarSize = 'sm' | 'default' | 'lg';
|
|
164
|
+
|
|
165
|
+
export declare const AvatarStack: {
|
|
166
|
+
({ "aria-label": ariaLabel, maxVisible, className, children, }: AvatarStackProps): JSX.Element;
|
|
167
|
+
displayName: string;
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
export declare type AvatarStackProps = {
|
|
171
|
+
/** ARIA label for the avatar stack list */
|
|
172
|
+
'aria-label': string;
|
|
173
|
+
/** Maximum number of avatars to display before showing overflow indicator */
|
|
174
|
+
maxVisible?: number;
|
|
175
|
+
/** Additional CSS classes */
|
|
176
|
+
className?: string;
|
|
177
|
+
/** Avatar components to display */
|
|
178
|
+
children: React_2.ReactNode;
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
export declare const Button: {
|
|
182
|
+
({ className, variant, size, disabled, children, ...props }: ButtonProps): JSX.Element;
|
|
183
|
+
displayName: string;
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
export declare type ButtonProps = React_2.ComponentProps<typeof Button_2> & {
|
|
187
|
+
/** Visual style variant */
|
|
188
|
+
variant?: ButtonVariant;
|
|
189
|
+
/** Size of the button */
|
|
190
|
+
size?: ButtonSize;
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
declare type ButtonSize = 'sm' | 'default' | 'lg' | 'icon' | 'icon-sm' | 'icon-lg';
|
|
194
|
+
|
|
195
|
+
declare type ButtonVariant = 'default' | 'secondary' | 'outline' | 'ghost' | 'destructive' | 'link';
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Container for the main content of the card.
|
|
199
|
+
*/
|
|
200
|
+
export declare const CardContent: {
|
|
201
|
+
({ className, ...props }: CardContentProps): JSX.Element;
|
|
202
|
+
displayName: string;
|
|
203
|
+
};
|
|
204
|
+
|
|
205
|
+
export declare type CardContentProps = React_2.ComponentProps<'div'>;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Secondary text content for the card.
|
|
209
|
+
*/
|
|
210
|
+
export declare const CardDescription: {
|
|
211
|
+
({ className, ...props }: CardDescriptionProps): JSX.Element;
|
|
212
|
+
displayName: string;
|
|
213
|
+
};
|
|
214
|
+
|
|
215
|
+
export declare type CardDescriptionProps = React_2.ComponentProps<'p'>;
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Container for card actions and footer content.
|
|
219
|
+
* Use Separator component above footer if a visual divider is needed.
|
|
220
|
+
*/
|
|
221
|
+
export declare const CardFooter: {
|
|
222
|
+
({ className, ...props }: CardFooterProps): JSX.Element;
|
|
223
|
+
displayName: string;
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
export declare type CardFooterProps = React_2.ComponentProps<'footer'>;
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Container for the card's header content (title, description).
|
|
230
|
+
*/
|
|
231
|
+
export declare const CardHeader: {
|
|
232
|
+
({ className, ...props }: CardHeaderProps): JSX.Element;
|
|
233
|
+
displayName: string;
|
|
234
|
+
};
|
|
235
|
+
|
|
236
|
+
export declare type CardHeaderProps = React_2.ComponentProps<'header'>;
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* Container for media content (images, videos) within a card.
|
|
240
|
+
* Use Tailwind aspect-* classes for aspect ratios (e.g., className="aspect-video").
|
|
241
|
+
*/
|
|
242
|
+
export declare const CardMedia: {
|
|
243
|
+
({ className, ...props }: CardMediaProps): JSX.Element;
|
|
244
|
+
displayName: string;
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
export declare type CardMediaProps = React_2.ComponentProps<'div'>;
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* The root container for a card component.
|
|
251
|
+
* Renders as an `<article>` for semantic HTML.
|
|
252
|
+
*/
|
|
253
|
+
export declare const CardRoot: React_2.ForwardRefExoticComponent<Omit<CardRootProps, "ref"> & React_2.RefAttributes<HTMLElement>>;
|
|
254
|
+
|
|
255
|
+
export declare type CardRootProps = React_2.ComponentProps<'article'> & VariantProps<typeof cardVariants>;
|
|
256
|
+
|
|
257
|
+
/**
|
|
258
|
+
* A distinct section within a card, useful for multi-section layouts.
|
|
259
|
+
* Use Separator component between sections if visual dividers are needed.
|
|
260
|
+
*/
|
|
261
|
+
export declare const CardSection: {
|
|
262
|
+
({ className, ...props }: CardSectionProps): JSX.Element;
|
|
263
|
+
displayName: string;
|
|
264
|
+
};
|
|
265
|
+
|
|
266
|
+
export declare type CardSectionProps = React_2.ComponentProps<'section'>;
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* The card's title. Renders as an `<h3>` by default.
|
|
270
|
+
* Use the `as` prop to change the heading level.
|
|
271
|
+
*/
|
|
272
|
+
export declare const CardTitle: {
|
|
273
|
+
({ as: Component, className, ...props }: CardTitleProps): JSX.Element;
|
|
274
|
+
displayName: string;
|
|
275
|
+
};
|
|
276
|
+
|
|
277
|
+
export declare type CardTitleProps = React_2.ComponentProps<'h3'> & {
|
|
278
|
+
/** The heading level to render */
|
|
279
|
+
as?: HeadingLevel;
|
|
280
|
+
};
|
|
281
|
+
|
|
282
|
+
declare const cardVariants: (props?: ({
|
|
283
|
+
variant?: "default" | "outline" | "elevated" | null | undefined;
|
|
284
|
+
} & ClassProp) | undefined) => string;
|
|
285
|
+
|
|
286
|
+
export declare const CollapsiblePanel: {
|
|
287
|
+
({ className, ...props }: CollapsiblePanelProps): JSX.Element;
|
|
288
|
+
displayName: string;
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
export declare type CollapsiblePanelProps = React_2.ComponentProps<typeof Collapsible.Panel>;
|
|
292
|
+
|
|
293
|
+
export declare const CollapsibleRoot: {
|
|
294
|
+
({ className, ...props }: CollapsibleRootProps): JSX.Element;
|
|
295
|
+
displayName: string;
|
|
296
|
+
};
|
|
297
|
+
|
|
298
|
+
export declare type CollapsibleRootProps = React_2.ComponentProps<typeof Collapsible.Root>;
|
|
299
|
+
|
|
300
|
+
export declare const CollapsibleTrigger: {
|
|
301
|
+
({ className, ...props }: CollapsibleTriggerProps): JSX.Element;
|
|
302
|
+
displayName: string;
|
|
303
|
+
};
|
|
304
|
+
|
|
305
|
+
export declare type CollapsibleTriggerProps = React_2.ComponentProps<typeof Collapsible.Trigger>;
|
|
306
|
+
|
|
307
|
+
export declare const ContextMenuArrow: {
|
|
308
|
+
({ className, ...props }: ContextMenuArrowProps): JSX.Element;
|
|
309
|
+
displayName: string;
|
|
310
|
+
};
|
|
311
|
+
|
|
312
|
+
export declare type ContextMenuArrowProps = React_2.ComponentProps<typeof ContextMenu.Arrow>;
|
|
313
|
+
|
|
314
|
+
export declare const ContextMenuCheckboxItem: {
|
|
315
|
+
({ className, ...props }: ContextMenuCheckboxItemProps): JSX.Element;
|
|
316
|
+
displayName: string;
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
export declare const ContextMenuCheckboxItemIndicator: {
|
|
320
|
+
({ className, ...props }: ContextMenuCheckboxItemIndicatorProps): JSX.Element;
|
|
321
|
+
displayName: string;
|
|
322
|
+
};
|
|
323
|
+
|
|
324
|
+
export declare type ContextMenuCheckboxItemIndicatorProps = React_2.ComponentProps<typeof ContextMenu.CheckboxItemIndicator>;
|
|
325
|
+
|
|
326
|
+
export declare const ContextMenuCheckboxItemLabel: {
|
|
327
|
+
({ className, ...props }: ContextMenuCheckboxItemLabelProps): JSX.Element;
|
|
328
|
+
displayName: string;
|
|
329
|
+
};
|
|
330
|
+
|
|
331
|
+
export declare type ContextMenuCheckboxItemLabelProps = React_2.ComponentProps<'span'>;
|
|
332
|
+
|
|
333
|
+
export declare type ContextMenuCheckboxItemProps = React_2.ComponentProps<typeof ContextMenu.CheckboxItem>;
|
|
334
|
+
|
|
335
|
+
export declare const ContextMenuGroup: {
|
|
336
|
+
({ className, ...props }: ContextMenuGroupProps): JSX.Element;
|
|
337
|
+
displayName: string;
|
|
338
|
+
};
|
|
339
|
+
|
|
340
|
+
export declare const ContextMenuGroupLabel: {
|
|
341
|
+
({ className, ...props }: ContextMenuGroupLabelProps): JSX.Element;
|
|
342
|
+
displayName: string;
|
|
343
|
+
};
|
|
344
|
+
|
|
345
|
+
export declare type ContextMenuGroupLabelProps = React_2.ComponentProps<typeof ContextMenu.GroupLabel>;
|
|
346
|
+
|
|
347
|
+
export declare type ContextMenuGroupProps = React_2.ComponentProps<typeof ContextMenu.Group>;
|
|
348
|
+
|
|
349
|
+
export declare const ContextMenuItem: {
|
|
350
|
+
({ className, ...props }: ContextMenuItemProps): JSX.Element;
|
|
351
|
+
displayName: string;
|
|
352
|
+
};
|
|
353
|
+
|
|
354
|
+
export declare type ContextMenuItemProps = React_2.ComponentProps<typeof ContextMenu.Item>;
|
|
355
|
+
|
|
356
|
+
export declare const ContextMenuPopup: {
|
|
357
|
+
({ className, ...props }: ContextMenuPopupProps): JSX.Element;
|
|
358
|
+
displayName: string;
|
|
359
|
+
};
|
|
360
|
+
|
|
361
|
+
export declare type ContextMenuPopupProps = React_2.ComponentProps<typeof ContextMenu.Popup>;
|
|
362
|
+
|
|
363
|
+
export declare const ContextMenuPortal: {
|
|
364
|
+
(props: ContextMenuPortalProps): JSX.Element;
|
|
365
|
+
displayName: string;
|
|
366
|
+
};
|
|
367
|
+
|
|
368
|
+
export declare type ContextMenuPortalProps = React_2.ComponentProps<typeof ContextMenu.Portal>;
|
|
369
|
+
|
|
370
|
+
export declare const ContextMenuPositioner: {
|
|
371
|
+
({ className, ...props }: ContextMenuPositionerProps): JSX.Element;
|
|
372
|
+
displayName: string;
|
|
373
|
+
};
|
|
374
|
+
|
|
375
|
+
export declare type ContextMenuPositionerProps = React_2.ComponentProps<typeof ContextMenu.Positioner>;
|
|
376
|
+
|
|
377
|
+
export declare const ContextMenuRadioGroup: {
|
|
378
|
+
({ className, ...props }: ContextMenuRadioGroupProps): JSX.Element;
|
|
379
|
+
displayName: string;
|
|
380
|
+
};
|
|
381
|
+
|
|
382
|
+
export declare type ContextMenuRadioGroupProps = React_2.ComponentProps<typeof ContextMenu.RadioGroup>;
|
|
383
|
+
|
|
384
|
+
export declare const ContextMenuRadioItem: {
|
|
385
|
+
({ className, ...props }: ContextMenuRadioItemProps): JSX.Element;
|
|
386
|
+
displayName: string;
|
|
387
|
+
};
|
|
388
|
+
|
|
389
|
+
export declare const ContextMenuRadioItemIndicator: {
|
|
390
|
+
({ className, ...props }: ContextMenuRadioItemIndicatorProps): JSX.Element;
|
|
391
|
+
displayName: string;
|
|
392
|
+
};
|
|
393
|
+
|
|
394
|
+
export declare type ContextMenuRadioItemIndicatorProps = React_2.ComponentProps<typeof ContextMenu.RadioItemIndicator>;
|
|
395
|
+
|
|
396
|
+
export declare const ContextMenuRadioItemLabel: {
|
|
397
|
+
({ className, ...props }: ContextMenuRadioItemLabelProps): JSX.Element;
|
|
398
|
+
displayName: string;
|
|
399
|
+
};
|
|
400
|
+
|
|
401
|
+
export declare type ContextMenuRadioItemLabelProps = React_2.ComponentProps<'span'>;
|
|
402
|
+
|
|
403
|
+
export declare type ContextMenuRadioItemProps = React_2.ComponentProps<typeof ContextMenu.RadioItem>;
|
|
404
|
+
|
|
405
|
+
export declare const ContextMenuRoot: {
|
|
406
|
+
(props: ContextMenuRootProps): JSX.Element;
|
|
407
|
+
displayName: string;
|
|
408
|
+
};
|
|
409
|
+
|
|
410
|
+
export declare type ContextMenuRootProps = React_2.ComponentProps<typeof ContextMenu.Root>;
|
|
411
|
+
|
|
412
|
+
export declare const ContextMenuSeparator: {
|
|
413
|
+
({ className, ...props }: ContextMenuSeparatorProps): JSX.Element;
|
|
414
|
+
displayName: string;
|
|
415
|
+
};
|
|
416
|
+
|
|
417
|
+
export declare type ContextMenuSeparatorProps = React_2.ComponentProps<typeof ContextMenu.Separator>;
|
|
418
|
+
|
|
419
|
+
export declare const ContextMenuSubmenuRoot: {
|
|
420
|
+
(props: ContextMenuSubmenuRootProps): JSX.Element;
|
|
421
|
+
displayName: string;
|
|
422
|
+
};
|
|
423
|
+
|
|
424
|
+
export declare type ContextMenuSubmenuRootProps = React_2.ComponentProps<typeof ContextMenu.SubmenuRoot>;
|
|
425
|
+
|
|
426
|
+
export declare const ContextMenuSubmenuTrigger: {
|
|
427
|
+
({ className, ...props }: ContextMenuSubmenuTriggerProps): JSX.Element;
|
|
428
|
+
displayName: string;
|
|
429
|
+
};
|
|
430
|
+
|
|
431
|
+
export declare type ContextMenuSubmenuTriggerProps = React_2.ComponentProps<typeof ContextMenu.SubmenuTrigger>;
|
|
432
|
+
|
|
433
|
+
export declare const ContextMenuTrigger: {
|
|
434
|
+
({ className, ...props }: ContextMenuTriggerProps): JSX.Element;
|
|
435
|
+
displayName: string;
|
|
436
|
+
};
|
|
437
|
+
|
|
438
|
+
export declare type ContextMenuTriggerProps = React_2.ComponentProps<typeof ContextMenu.Trigger>;
|
|
439
|
+
|
|
440
|
+
export declare type ControlSize = 'sm' | 'default' | 'lg' | 'icon' | 'icon-sm' | 'icon-lg';
|
|
441
|
+
|
|
442
|
+
declare type ControlVariant = 'default' | 'ghost';
|
|
443
|
+
|
|
444
|
+
export declare const DialogBackdrop: {
|
|
445
|
+
({ className, ...props }: DialogBackdropProps): JSX.Element;
|
|
446
|
+
displayName: string;
|
|
447
|
+
};
|
|
448
|
+
|
|
449
|
+
export declare type DialogBackdropProps = React_2.ComponentProps<typeof Dialog.Backdrop>;
|
|
450
|
+
|
|
451
|
+
export declare const DialogClose: {
|
|
452
|
+
({ className, variant, size, ...props }: DialogCloseProps): JSX.Element;
|
|
453
|
+
displayName: string;
|
|
454
|
+
};
|
|
455
|
+
|
|
456
|
+
export declare type DialogCloseProps = React_2.ComponentProps<typeof Dialog.Close> & {
|
|
457
|
+
/** Visual style variant */
|
|
458
|
+
variant?: ButtonVariant;
|
|
459
|
+
/** Size of the close button */
|
|
460
|
+
size?: ButtonSize;
|
|
461
|
+
};
|
|
462
|
+
|
|
463
|
+
export declare const DialogDescription: {
|
|
464
|
+
({ className, ...props }: DialogDescriptionProps): JSX.Element;
|
|
465
|
+
displayName: string;
|
|
466
|
+
};
|
|
467
|
+
|
|
468
|
+
export declare type DialogDescriptionProps = React_2.ComponentProps<typeof Dialog.Description>;
|
|
469
|
+
|
|
470
|
+
export declare const DialogFooter: {
|
|
471
|
+
({ className, ...props }: DialogFooterProps): JSX.Element;
|
|
472
|
+
displayName: string;
|
|
473
|
+
};
|
|
474
|
+
|
|
475
|
+
export declare type DialogFooterProps = React_2.HTMLAttributes<HTMLDivElement>;
|
|
476
|
+
|
|
477
|
+
export declare const DialogHeader: {
|
|
478
|
+
({ className, ...props }: DialogHeaderProps): JSX.Element;
|
|
479
|
+
displayName: string;
|
|
480
|
+
};
|
|
481
|
+
|
|
482
|
+
export declare type DialogHeaderProps = React_2.HTMLAttributes<HTMLDivElement>;
|
|
483
|
+
|
|
484
|
+
export declare const DialogPopup: {
|
|
485
|
+
({ className, size, ...props }: DialogPopupProps): JSX.Element;
|
|
486
|
+
displayName: string;
|
|
487
|
+
};
|
|
488
|
+
|
|
489
|
+
export declare type DialogPopupProps = React_2.ComponentProps<typeof Dialog.Popup> & {
|
|
490
|
+
/** Size of the dialog popup */
|
|
491
|
+
size?: 'sm' | 'default' | 'lg' | 'xl' | 'full';
|
|
492
|
+
};
|
|
493
|
+
|
|
494
|
+
export declare const DialogPortal: {
|
|
495
|
+
(props: DialogPortalProps): JSX.Element;
|
|
496
|
+
displayName: string;
|
|
497
|
+
};
|
|
498
|
+
|
|
499
|
+
export declare type DialogPortalProps = React_2.ComponentProps<typeof Dialog.Portal>;
|
|
500
|
+
|
|
501
|
+
export declare const DialogRoot: {
|
|
502
|
+
(props: DialogRootProps): JSX.Element;
|
|
503
|
+
displayName: string;
|
|
504
|
+
};
|
|
505
|
+
|
|
506
|
+
export declare type DialogRootProps = React_2.ComponentProps<typeof Dialog.Root>;
|
|
507
|
+
|
|
508
|
+
export declare const DialogTitle: {
|
|
509
|
+
({ className, ...props }: DialogTitleProps): JSX.Element;
|
|
510
|
+
displayName: string;
|
|
511
|
+
};
|
|
512
|
+
|
|
513
|
+
export declare type DialogTitleProps = React_2.ComponentProps<typeof Dialog.Title>;
|
|
514
|
+
|
|
515
|
+
export declare const DialogTrigger: {
|
|
516
|
+
({ className, variant, size, ...props }: DialogTriggerProps): JSX.Element;
|
|
517
|
+
displayName: string;
|
|
518
|
+
};
|
|
519
|
+
|
|
520
|
+
export declare type DialogTriggerProps = React_2.ComponentProps<typeof Dialog.Trigger> & {
|
|
521
|
+
/** Visual style variant */
|
|
522
|
+
variant?: ButtonVariant;
|
|
523
|
+
/** Size of the trigger button */
|
|
524
|
+
size?: ButtonSize;
|
|
525
|
+
};
|
|
526
|
+
|
|
527
|
+
export declare const DrawerBackdrop: {
|
|
528
|
+
({ className, ...props }: DrawerBackdropProps): JSX.Element;
|
|
529
|
+
displayName: string;
|
|
530
|
+
};
|
|
531
|
+
|
|
532
|
+
export declare type DrawerBackdropProps = React_2.ComponentProps<typeof Dialog.Backdrop>;
|
|
533
|
+
|
|
534
|
+
export declare const DrawerClose: {
|
|
535
|
+
({ className, variant, size, ...props }: DrawerCloseProps): JSX.Element;
|
|
536
|
+
displayName: string;
|
|
537
|
+
};
|
|
538
|
+
|
|
539
|
+
export declare type DrawerCloseProps = React_2.ComponentProps<typeof Dialog.Close> & {
|
|
540
|
+
/** Visual style variant */
|
|
541
|
+
variant?: ButtonVariant;
|
|
542
|
+
/** Size of the close button */
|
|
543
|
+
size?: ButtonSize;
|
|
544
|
+
};
|
|
545
|
+
|
|
546
|
+
export declare const DrawerContent: {
|
|
547
|
+
({ className, ...props }: DrawerContentProps): JSX.Element;
|
|
548
|
+
displayName: string;
|
|
549
|
+
};
|
|
550
|
+
|
|
551
|
+
export declare type DrawerContentProps = React_2.HTMLAttributes<HTMLDivElement>;
|
|
552
|
+
|
|
553
|
+
export declare const DrawerDescription: {
|
|
554
|
+
({ className, ...props }: DrawerDescriptionProps): JSX.Element;
|
|
555
|
+
displayName: string;
|
|
556
|
+
};
|
|
557
|
+
|
|
558
|
+
export declare type DrawerDescriptionProps = React_2.ComponentProps<typeof Dialog.Description>;
|
|
559
|
+
|
|
560
|
+
export declare const DrawerFooter: {
|
|
561
|
+
({ className, ...props }: DrawerFooterProps): JSX.Element;
|
|
562
|
+
displayName: string;
|
|
563
|
+
};
|
|
564
|
+
|
|
565
|
+
export declare type DrawerFooterProps = React_2.HTMLAttributes<HTMLDivElement>;
|
|
566
|
+
|
|
567
|
+
export declare const DrawerHeader: {
|
|
568
|
+
({ className, ...props }: DrawerHeaderProps): JSX.Element;
|
|
569
|
+
displayName: string;
|
|
570
|
+
};
|
|
571
|
+
|
|
572
|
+
export declare type DrawerHeaderProps = React_2.HTMLAttributes<HTMLDivElement>;
|
|
573
|
+
|
|
574
|
+
export declare const DrawerPopup: {
|
|
575
|
+
({ className, side, ...props }: DrawerPopupProps): JSX.Element;
|
|
576
|
+
displayName: string;
|
|
577
|
+
};
|
|
578
|
+
|
|
579
|
+
export declare type DrawerPopupProps = React_2.ComponentProps<typeof Dialog.Popup> & {
|
|
580
|
+
/** Side from which the drawer slides in */
|
|
581
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
582
|
+
};
|
|
583
|
+
|
|
584
|
+
export declare const DrawerPortal: {
|
|
585
|
+
(props: DrawerPortalProps): JSX.Element;
|
|
586
|
+
displayName: string;
|
|
587
|
+
};
|
|
588
|
+
|
|
589
|
+
export declare type DrawerPortalProps = React_2.ComponentProps<typeof Dialog.Portal>;
|
|
590
|
+
|
|
591
|
+
export declare const DrawerRoot: {
|
|
592
|
+
(props: DrawerRootProps): JSX.Element;
|
|
593
|
+
displayName: string;
|
|
594
|
+
};
|
|
595
|
+
|
|
596
|
+
export declare type DrawerRootProps = React_2.ComponentProps<typeof Dialog.Root>;
|
|
597
|
+
|
|
598
|
+
export declare const DrawerTitle: {
|
|
599
|
+
({ className, ...props }: DrawerTitleProps): JSX.Element;
|
|
600
|
+
displayName: string;
|
|
601
|
+
};
|
|
602
|
+
|
|
603
|
+
export declare type DrawerTitleProps = React_2.ComponentProps<typeof Dialog.Title>;
|
|
604
|
+
|
|
605
|
+
export declare const DrawerTrigger: {
|
|
606
|
+
({ className, variant, size, ...props }: DrawerTriggerProps): JSX.Element;
|
|
607
|
+
displayName: string;
|
|
608
|
+
};
|
|
609
|
+
|
|
610
|
+
export declare type DrawerTriggerProps = React_2.ComponentProps<typeof Dialog.Trigger> & {
|
|
611
|
+
/** Visual style variant */
|
|
612
|
+
variant?: ButtonVariant;
|
|
613
|
+
/** Size of the trigger button */
|
|
614
|
+
size?: ButtonSize;
|
|
615
|
+
};
|
|
616
|
+
|
|
617
|
+
declare type HeadingLevel = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
618
|
+
|
|
619
|
+
export declare const MenuArrow: {
|
|
620
|
+
({ className, ...props }: MenuArrowProps): JSX.Element;
|
|
621
|
+
displayName: string;
|
|
622
|
+
};
|
|
623
|
+
|
|
624
|
+
export declare type MenuArrowProps = React_2.ComponentProps<typeof Menu.Arrow>;
|
|
625
|
+
|
|
626
|
+
export declare const MenubarArrow: {
|
|
627
|
+
({ className, ...props }: MenubarArrowProps): JSX.Element;
|
|
628
|
+
displayName: string;
|
|
629
|
+
};
|
|
630
|
+
|
|
631
|
+
export declare type MenubarArrowProps = React_2.ComponentProps<typeof Menu.Arrow>;
|
|
632
|
+
|
|
633
|
+
export declare const MenubarCheckboxItem: {
|
|
634
|
+
({ className, ...props }: MenubarCheckboxItemProps): JSX.Element;
|
|
635
|
+
displayName: string;
|
|
636
|
+
};
|
|
637
|
+
|
|
638
|
+
export declare const MenubarCheckboxItemIndicator: {
|
|
639
|
+
({ className, ...props }: MenubarCheckboxItemIndicatorProps): JSX.Element;
|
|
640
|
+
displayName: string;
|
|
641
|
+
};
|
|
642
|
+
|
|
643
|
+
export declare type MenubarCheckboxItemIndicatorProps = React_2.ComponentProps<typeof Menu.CheckboxItemIndicator>;
|
|
644
|
+
|
|
645
|
+
export declare const MenubarCheckboxItemLabel: {
|
|
646
|
+
({ className, ...props }: MenubarCheckboxItemLabelProps): JSX.Element;
|
|
647
|
+
displayName: string;
|
|
648
|
+
};
|
|
649
|
+
|
|
650
|
+
export declare type MenubarCheckboxItemLabelProps = React_2.ComponentProps<'span'>;
|
|
651
|
+
|
|
652
|
+
export declare type MenubarCheckboxItemProps = React_2.ComponentProps<typeof Menu.CheckboxItem>;
|
|
653
|
+
|
|
654
|
+
export declare const MenubarGroup: {
|
|
655
|
+
({ className, ...props }: MenubarGroupProps): JSX.Element;
|
|
656
|
+
displayName: string;
|
|
657
|
+
};
|
|
658
|
+
|
|
659
|
+
export declare const MenubarGroupLabel: {
|
|
660
|
+
({ className, ...props }: MenubarGroupLabelProps): JSX.Element;
|
|
661
|
+
displayName: string;
|
|
662
|
+
};
|
|
663
|
+
|
|
664
|
+
export declare type MenubarGroupLabelProps = React_2.ComponentProps<typeof Menu.GroupLabel>;
|
|
665
|
+
|
|
666
|
+
export declare type MenubarGroupProps = React_2.ComponentProps<typeof Menu.Group>;
|
|
667
|
+
|
|
668
|
+
export declare const MenubarItem: {
|
|
669
|
+
({ className, ...props }: MenubarItemProps): JSX.Element;
|
|
670
|
+
displayName: string;
|
|
671
|
+
};
|
|
672
|
+
|
|
673
|
+
export declare type MenubarItemProps = React_2.ComponentProps<typeof Menu.Item>;
|
|
674
|
+
|
|
675
|
+
export declare const MenubarMenu: {
|
|
676
|
+
(props: MenubarMenuProps): JSX.Element;
|
|
677
|
+
displayName: string;
|
|
678
|
+
};
|
|
679
|
+
|
|
680
|
+
export declare type MenubarMenuProps = React_2.ComponentProps<typeof Menu.Root>;
|
|
681
|
+
|
|
682
|
+
export declare const MenubarPopup: {
|
|
683
|
+
({ className, ...props }: MenubarPopupProps): JSX.Element;
|
|
684
|
+
displayName: string;
|
|
685
|
+
};
|
|
686
|
+
|
|
687
|
+
export declare type MenubarPopupProps = React_2.ComponentProps<typeof Menu.Popup>;
|
|
688
|
+
|
|
689
|
+
export declare const MenubarPortal: {
|
|
690
|
+
(props: MenubarPortalProps): JSX.Element;
|
|
691
|
+
displayName: string;
|
|
692
|
+
};
|
|
693
|
+
|
|
694
|
+
export declare type MenubarPortalProps = React_2.ComponentProps<typeof Menu.Portal>;
|
|
695
|
+
|
|
696
|
+
export declare const MenubarPositioner: {
|
|
697
|
+
({ className, ...props }: MenubarPositionerProps): JSX.Element;
|
|
698
|
+
displayName: string;
|
|
699
|
+
};
|
|
700
|
+
|
|
701
|
+
export declare type MenubarPositionerProps = React_2.ComponentProps<typeof Menu.Positioner>;
|
|
702
|
+
|
|
703
|
+
export declare const MenubarRadioGroup: {
|
|
704
|
+
({ className, ...props }: MenubarRadioGroupProps): JSX.Element;
|
|
705
|
+
displayName: string;
|
|
706
|
+
};
|
|
707
|
+
|
|
708
|
+
export declare type MenubarRadioGroupProps = React_2.ComponentProps<typeof Menu.RadioGroup>;
|
|
709
|
+
|
|
710
|
+
export declare const MenubarRadioItem: {
|
|
711
|
+
({ className, ...props }: MenubarRadioItemProps): JSX.Element;
|
|
712
|
+
displayName: string;
|
|
713
|
+
};
|
|
714
|
+
|
|
715
|
+
export declare const MenubarRadioItemIndicator: {
|
|
716
|
+
({ className, ...props }: MenubarRadioItemIndicatorProps): JSX.Element;
|
|
717
|
+
displayName: string;
|
|
718
|
+
};
|
|
719
|
+
|
|
720
|
+
export declare type MenubarRadioItemIndicatorProps = React_2.ComponentProps<typeof Menu.RadioItemIndicator>;
|
|
721
|
+
|
|
722
|
+
export declare const MenubarRadioItemLabel: {
|
|
723
|
+
({ className, ...props }: MenubarRadioItemLabelProps): JSX.Element;
|
|
724
|
+
displayName: string;
|
|
725
|
+
};
|
|
726
|
+
|
|
727
|
+
export declare type MenubarRadioItemLabelProps = React_2.ComponentProps<'span'>;
|
|
728
|
+
|
|
729
|
+
export declare type MenubarRadioItemProps = React_2.ComponentProps<typeof Menu.RadioItem>;
|
|
730
|
+
|
|
731
|
+
export declare const MenubarRoot: {
|
|
732
|
+
({ className, ...props }: MenubarRootProps): JSX.Element;
|
|
733
|
+
displayName: string;
|
|
734
|
+
};
|
|
735
|
+
|
|
736
|
+
export declare type MenubarRootProps = React_2.ComponentProps<typeof Menubar>;
|
|
737
|
+
|
|
738
|
+
export declare const MenubarSeparator: {
|
|
739
|
+
({ className, ...props }: MenubarSeparatorProps): JSX.Element;
|
|
740
|
+
displayName: string;
|
|
741
|
+
};
|
|
742
|
+
|
|
743
|
+
export declare type MenubarSeparatorProps = React_2.ComponentProps<typeof Menu.Separator>;
|
|
744
|
+
|
|
745
|
+
export declare const MenubarSubmenuRoot: {
|
|
746
|
+
(props: MenubarSubmenuRootProps): JSX.Element;
|
|
747
|
+
displayName: string;
|
|
748
|
+
};
|
|
749
|
+
|
|
750
|
+
export declare type MenubarSubmenuRootProps = React_2.ComponentProps<typeof Menu.SubmenuRoot>;
|
|
751
|
+
|
|
752
|
+
export declare const MenubarSubmenuTrigger: {
|
|
753
|
+
({ className, ...props }: MenubarSubmenuTriggerProps): JSX.Element;
|
|
754
|
+
displayName: string;
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
export declare type MenubarSubmenuTriggerProps = React_2.ComponentProps<typeof Menu.SubmenuTrigger>;
|
|
758
|
+
|
|
759
|
+
export declare const MenubarTrigger: {
|
|
760
|
+
({ className, variant, size, ...props }: MenubarTriggerProps): JSX.Element;
|
|
761
|
+
displayName: string;
|
|
762
|
+
};
|
|
763
|
+
|
|
764
|
+
export declare type MenubarTriggerProps = React_2.ComponentProps<typeof Menu.Trigger> & {
|
|
765
|
+
/** Visual style of the trigger */
|
|
766
|
+
variant?: ControlVariant;
|
|
767
|
+
/** Size of the trigger */
|
|
768
|
+
size?: ControlSize;
|
|
769
|
+
};
|
|
770
|
+
|
|
771
|
+
export declare const MenuCheckboxItem: {
|
|
772
|
+
({ className, ...props }: MenuCheckboxItemProps): JSX.Element;
|
|
773
|
+
displayName: string;
|
|
774
|
+
};
|
|
775
|
+
|
|
776
|
+
export declare const MenuCheckboxItemIndicator: {
|
|
777
|
+
({ className, ...props }: MenuCheckboxItemIndicatorProps): JSX.Element;
|
|
778
|
+
displayName: string;
|
|
779
|
+
};
|
|
780
|
+
|
|
781
|
+
export declare type MenuCheckboxItemIndicatorProps = React_2.ComponentProps<typeof Menu.CheckboxItemIndicator>;
|
|
782
|
+
|
|
783
|
+
export declare const MenuCheckboxItemLabel: {
|
|
784
|
+
({ className, ...props }: MenuCheckboxItemLabelProps): JSX.Element;
|
|
785
|
+
displayName: string;
|
|
786
|
+
};
|
|
787
|
+
|
|
788
|
+
export declare type MenuCheckboxItemLabelProps = React_2.ComponentProps<'span'>;
|
|
789
|
+
|
|
790
|
+
export declare type MenuCheckboxItemProps = React_2.ComponentProps<typeof Menu.CheckboxItem>;
|
|
791
|
+
|
|
792
|
+
export declare const MenuGroup: {
|
|
793
|
+
({ className, ...props }: MenuGroupProps): JSX.Element;
|
|
794
|
+
displayName: string;
|
|
795
|
+
};
|
|
796
|
+
|
|
797
|
+
export declare const MenuGroupLabel: {
|
|
798
|
+
({ className, ...props }: MenuGroupLabelProps): JSX.Element;
|
|
799
|
+
displayName: string;
|
|
800
|
+
};
|
|
801
|
+
|
|
802
|
+
export declare type MenuGroupLabelProps = React_2.ComponentProps<typeof Menu.GroupLabel>;
|
|
803
|
+
|
|
804
|
+
export declare type MenuGroupProps = React_2.ComponentProps<typeof Menu.Group>;
|
|
805
|
+
|
|
806
|
+
export declare const MenuItem: {
|
|
807
|
+
({ className, ...props }: MenuItemProps): JSX.Element;
|
|
808
|
+
displayName: string;
|
|
809
|
+
};
|
|
810
|
+
|
|
811
|
+
export declare type MenuItemProps = React_2.ComponentProps<typeof Menu.Item>;
|
|
812
|
+
|
|
813
|
+
export declare const MenuPopup: {
|
|
814
|
+
({ className, ...props }: MenuPopupProps): JSX.Element;
|
|
815
|
+
displayName: string;
|
|
816
|
+
};
|
|
817
|
+
|
|
818
|
+
export declare type MenuPopupProps = React_2.ComponentProps<typeof Menu.Popup>;
|
|
819
|
+
|
|
820
|
+
export declare const MenuPortal: {
|
|
821
|
+
(props: MenuPortalProps): JSX.Element;
|
|
822
|
+
displayName: string;
|
|
823
|
+
};
|
|
824
|
+
|
|
825
|
+
export declare type MenuPortalProps = React_2.ComponentProps<typeof Menu.Portal>;
|
|
826
|
+
|
|
827
|
+
export declare const MenuPositioner: {
|
|
828
|
+
({ className, ...props }: MenuPositionerProps): JSX.Element;
|
|
829
|
+
displayName: string;
|
|
830
|
+
};
|
|
831
|
+
|
|
832
|
+
export declare type MenuPositionerProps = React_2.ComponentProps<typeof Menu.Positioner>;
|
|
833
|
+
|
|
834
|
+
export declare const MenuRadioGroup: {
|
|
835
|
+
({ className, ...props }: MenuRadioGroupProps): JSX.Element;
|
|
836
|
+
displayName: string;
|
|
837
|
+
};
|
|
838
|
+
|
|
839
|
+
export declare type MenuRadioGroupProps = React_2.ComponentProps<typeof Menu.RadioGroup>;
|
|
840
|
+
|
|
841
|
+
export declare const MenuRadioItem: {
|
|
842
|
+
({ className, ...props }: MenuRadioItemProps): JSX.Element;
|
|
843
|
+
displayName: string;
|
|
844
|
+
};
|
|
845
|
+
|
|
846
|
+
export declare const MenuRadioItemIndicator: {
|
|
847
|
+
({ className, ...props }: MenuRadioItemIndicatorProps): JSX.Element;
|
|
848
|
+
displayName: string;
|
|
849
|
+
};
|
|
850
|
+
|
|
851
|
+
export declare type MenuRadioItemIndicatorProps = React_2.ComponentProps<typeof Menu.RadioItemIndicator>;
|
|
852
|
+
|
|
853
|
+
export declare const MenuRadioItemLabel: {
|
|
854
|
+
({ className, ...props }: MenuRadioItemLabelProps): JSX.Element;
|
|
855
|
+
displayName: string;
|
|
856
|
+
};
|
|
857
|
+
|
|
858
|
+
export declare type MenuRadioItemLabelProps = React_2.ComponentProps<'span'>;
|
|
859
|
+
|
|
860
|
+
export declare type MenuRadioItemProps = React_2.ComponentProps<typeof Menu.RadioItem>;
|
|
861
|
+
|
|
862
|
+
export declare const MenuRoot: {
|
|
863
|
+
(props: MenuRootProps): JSX.Element;
|
|
864
|
+
displayName: string;
|
|
865
|
+
};
|
|
866
|
+
|
|
867
|
+
export declare type MenuRootProps = React_2.ComponentProps<typeof Menu.Root>;
|
|
868
|
+
|
|
869
|
+
export declare const MenuSeparator: {
|
|
870
|
+
({ className, ...props }: MenuSeparatorProps): JSX.Element;
|
|
871
|
+
displayName: string;
|
|
872
|
+
};
|
|
873
|
+
|
|
874
|
+
export declare type MenuSeparatorProps = React_2.ComponentProps<typeof Menu.Separator>;
|
|
875
|
+
|
|
876
|
+
export declare const MenuSubmenuRoot: {
|
|
877
|
+
(props: MenuSubmenuRootProps): JSX.Element;
|
|
878
|
+
displayName: string;
|
|
879
|
+
};
|
|
880
|
+
|
|
881
|
+
export declare type MenuSubmenuRootProps = React_2.ComponentProps<typeof Menu.SubmenuRoot>;
|
|
882
|
+
|
|
883
|
+
export declare const MenuSubmenuTrigger: {
|
|
884
|
+
({ className, ...props }: MenuSubmenuTriggerProps): JSX.Element;
|
|
885
|
+
displayName: string;
|
|
886
|
+
};
|
|
887
|
+
|
|
888
|
+
export declare type MenuSubmenuTriggerProps = React_2.ComponentProps<typeof Menu.SubmenuTrigger>;
|
|
889
|
+
|
|
890
|
+
export declare const MenuTrigger: {
|
|
891
|
+
({ className, ...props }: MenuTriggerProps): JSX.Element;
|
|
892
|
+
displayName: string;
|
|
893
|
+
};
|
|
894
|
+
|
|
895
|
+
export declare type MenuTriggerProps = React_2.ComponentProps<typeof Menu.Trigger>;
|
|
896
|
+
|
|
897
|
+
export declare const MeterIndicator: {
|
|
898
|
+
({ className, ...props }: MeterIndicatorProps): JSX.Element;
|
|
899
|
+
displayName: string;
|
|
900
|
+
};
|
|
901
|
+
|
|
902
|
+
export declare type MeterIndicatorProps = React_2.ComponentProps<typeof Meter.Indicator>;
|
|
903
|
+
|
|
904
|
+
export declare const MeterLabel: {
|
|
905
|
+
({ className, ...props }: MeterLabelProps): JSX.Element;
|
|
906
|
+
displayName: string;
|
|
907
|
+
};
|
|
908
|
+
|
|
909
|
+
export declare type MeterLabelProps = React_2.ComponentProps<typeof Meter.Label>;
|
|
910
|
+
|
|
911
|
+
export declare const MeterRoot: {
|
|
912
|
+
({ className, animated, value, ...props }: MeterRootProps): JSX.Element;
|
|
913
|
+
displayName: string;
|
|
914
|
+
};
|
|
915
|
+
|
|
916
|
+
export declare type MeterRootProps = React_2.ComponentProps<typeof Meter.Root> & {
|
|
917
|
+
/** Whether to animate the meter from 0 to its value on mount */
|
|
918
|
+
animated?: boolean;
|
|
919
|
+
};
|
|
920
|
+
|
|
921
|
+
export declare const MeterTrack: {
|
|
922
|
+
({ className, ...props }: MeterTrackProps): JSX.Element;
|
|
923
|
+
displayName: string;
|
|
924
|
+
};
|
|
925
|
+
|
|
926
|
+
export declare type MeterTrackProps = React_2.ComponentProps<typeof Meter.Track>;
|
|
927
|
+
|
|
928
|
+
export declare const MeterValue: {
|
|
929
|
+
({ className, ...props }: MeterValueProps): JSX.Element;
|
|
930
|
+
displayName: string;
|
|
931
|
+
};
|
|
932
|
+
|
|
933
|
+
export declare type MeterValueProps = React_2.ComponentProps<typeof Meter.Value>;
|
|
934
|
+
|
|
935
|
+
export declare const PopoverArrow: {
|
|
936
|
+
({ className, ...props }: PopoverArrowProps): JSX.Element;
|
|
937
|
+
displayName: string;
|
|
938
|
+
};
|
|
939
|
+
|
|
940
|
+
export declare type PopoverArrowProps = React_2.ComponentProps<typeof Popover.Arrow>;
|
|
941
|
+
|
|
942
|
+
export declare const PopoverBackdrop: {
|
|
943
|
+
({ className, ...props }: PopoverBackdropProps): JSX.Element;
|
|
944
|
+
displayName: string;
|
|
945
|
+
};
|
|
946
|
+
|
|
947
|
+
export declare type PopoverBackdropProps = React_2.ComponentProps<typeof Popover.Backdrop>;
|
|
948
|
+
|
|
949
|
+
export declare const PopoverClose: {
|
|
950
|
+
({ className, ...props }: PopoverCloseProps): JSX.Element;
|
|
951
|
+
displayName: string;
|
|
952
|
+
};
|
|
953
|
+
|
|
954
|
+
export declare type PopoverCloseProps = React_2.ComponentProps<typeof Popover.Close>;
|
|
955
|
+
|
|
956
|
+
export declare const PopoverDescription: {
|
|
957
|
+
({ className, ...props }: PopoverDescriptionProps): JSX.Element;
|
|
958
|
+
displayName: string;
|
|
959
|
+
};
|
|
960
|
+
|
|
961
|
+
export declare type PopoverDescriptionProps = React_2.ComponentProps<typeof Popover.Description>;
|
|
962
|
+
|
|
963
|
+
export declare const PopoverPopup: {
|
|
964
|
+
({ className, ...props }: PopoverPopupProps): JSX.Element;
|
|
965
|
+
displayName: string;
|
|
966
|
+
};
|
|
967
|
+
|
|
968
|
+
export declare type PopoverPopupProps = React_2.ComponentProps<typeof Popover.Popup>;
|
|
969
|
+
|
|
970
|
+
export declare const PopoverPortal: {
|
|
971
|
+
(props: PopoverPortalProps): JSX.Element;
|
|
972
|
+
displayName: string;
|
|
973
|
+
};
|
|
974
|
+
|
|
975
|
+
export declare type PopoverPortalProps = React_2.ComponentProps<typeof Popover.Portal>;
|
|
976
|
+
|
|
977
|
+
export declare const PopoverPositioner: {
|
|
978
|
+
({ className, ...props }: PopoverPositionerProps): JSX.Element;
|
|
979
|
+
displayName: string;
|
|
980
|
+
};
|
|
981
|
+
|
|
982
|
+
export declare type PopoverPositionerProps = React_2.ComponentProps<typeof Popover.Positioner>;
|
|
983
|
+
|
|
984
|
+
export declare const PopoverRoot: {
|
|
985
|
+
(props: PopoverRootProps): JSX.Element;
|
|
986
|
+
displayName: string;
|
|
987
|
+
};
|
|
988
|
+
|
|
989
|
+
export declare type PopoverRootProps = React_2.ComponentProps<typeof Popover.Root>;
|
|
990
|
+
|
|
991
|
+
export declare const PopoverTitle: {
|
|
992
|
+
({ className, ...props }: PopoverTitleProps): JSX.Element;
|
|
993
|
+
displayName: string;
|
|
994
|
+
};
|
|
995
|
+
|
|
996
|
+
export declare type PopoverTitleProps = React_2.ComponentProps<typeof Popover.Title>;
|
|
997
|
+
|
|
998
|
+
export declare const PopoverTrigger: {
|
|
999
|
+
({ className, ...props }: PopoverTriggerProps): JSX.Element;
|
|
1000
|
+
displayName: string;
|
|
1001
|
+
};
|
|
1002
|
+
|
|
1003
|
+
export declare type PopoverTriggerProps = React_2.ComponentProps<typeof Popover.Trigger>;
|
|
1004
|
+
|
|
1005
|
+
export declare const PopoverViewport: {
|
|
1006
|
+
({ className, ...props }: PopoverViewportProps): JSX.Element;
|
|
1007
|
+
displayName: string;
|
|
1008
|
+
};
|
|
1009
|
+
|
|
1010
|
+
export declare type PopoverViewportProps = React_2.ComponentProps<typeof Popover.Viewport>;
|
|
1011
|
+
|
|
1012
|
+
export declare const ProgressIndicator: {
|
|
1013
|
+
({ className, ...props }: ProgressIndicatorProps): JSX.Element;
|
|
1014
|
+
displayName: string;
|
|
1015
|
+
};
|
|
1016
|
+
|
|
1017
|
+
export declare type ProgressIndicatorProps = React_2.ComponentProps<typeof Progress.Indicator>;
|
|
1018
|
+
|
|
1019
|
+
export declare const ProgressLabel: {
|
|
1020
|
+
({ className, ...props }: ProgressLabelProps): JSX.Element;
|
|
1021
|
+
displayName: string;
|
|
1022
|
+
};
|
|
1023
|
+
|
|
1024
|
+
export declare type ProgressLabelProps = React_2.ComponentProps<typeof Progress.Label>;
|
|
1025
|
+
|
|
1026
|
+
export declare const ProgressRoot: {
|
|
1027
|
+
({ className, ...props }: ProgressRootProps): JSX.Element;
|
|
1028
|
+
displayName: string;
|
|
1029
|
+
};
|
|
1030
|
+
|
|
1031
|
+
export declare type ProgressRootProps = React_2.ComponentProps<typeof Progress.Root>;
|
|
1032
|
+
|
|
1033
|
+
export declare const ProgressTrack: {
|
|
1034
|
+
({ className, ...props }: ProgressTrackProps): JSX.Element;
|
|
1035
|
+
displayName: string;
|
|
1036
|
+
};
|
|
1037
|
+
|
|
1038
|
+
export declare type ProgressTrackProps = React_2.ComponentProps<typeof Progress.Track>;
|
|
1039
|
+
|
|
1040
|
+
export declare const ProgressValue: {
|
|
1041
|
+
({ className, ...props }: ProgressValueProps): JSX.Element;
|
|
1042
|
+
displayName: string;
|
|
1043
|
+
};
|
|
1044
|
+
|
|
1045
|
+
export declare type ProgressValueProps = React_2.ComponentProps<typeof Progress.Value>;
|
|
1046
|
+
|
|
1047
|
+
export declare const ScrollAreaContent: {
|
|
1048
|
+
({ className, ...props }: ScrollAreaContentProps): JSX.Element;
|
|
1049
|
+
displayName: string;
|
|
1050
|
+
};
|
|
1051
|
+
|
|
1052
|
+
export declare type ScrollAreaContentProps = React_2.ComponentProps<typeof ScrollArea.Content>;
|
|
1053
|
+
|
|
1054
|
+
export declare const ScrollAreaCorner: {
|
|
1055
|
+
({ className, ...props }: ScrollAreaCornerProps): JSX.Element;
|
|
1056
|
+
displayName: string;
|
|
1057
|
+
};
|
|
1058
|
+
|
|
1059
|
+
export declare type ScrollAreaCornerProps = React_2.ComponentProps<typeof ScrollArea.Corner>;
|
|
1060
|
+
|
|
1061
|
+
export declare const ScrollAreaRoot: {
|
|
1062
|
+
({ className, ...props }: ScrollAreaRootProps): JSX.Element;
|
|
1063
|
+
displayName: string;
|
|
1064
|
+
};
|
|
1065
|
+
|
|
1066
|
+
export declare type ScrollAreaRootProps = React_2.ComponentProps<typeof ScrollArea.Root>;
|
|
1067
|
+
|
|
1068
|
+
export declare const ScrollAreaScrollbar: {
|
|
1069
|
+
({ className, orientation, ...props }: ScrollAreaScrollbarProps): JSX.Element;
|
|
1070
|
+
displayName: string;
|
|
1071
|
+
};
|
|
1072
|
+
|
|
1073
|
+
export declare type ScrollAreaScrollbarProps = React_2.ComponentProps<typeof ScrollArea.Scrollbar>;
|
|
1074
|
+
|
|
1075
|
+
export declare const ScrollAreaThumb: {
|
|
1076
|
+
({ className, ...props }: ScrollAreaThumbProps): JSX.Element;
|
|
1077
|
+
displayName: string;
|
|
1078
|
+
};
|
|
1079
|
+
|
|
1080
|
+
export declare type ScrollAreaThumbProps = React_2.ComponentProps<typeof ScrollArea.Thumb>;
|
|
1081
|
+
|
|
1082
|
+
export declare const ScrollAreaViewport: {
|
|
1083
|
+
({ className, ...props }: ScrollAreaViewportProps): JSX.Element;
|
|
1084
|
+
displayName: string;
|
|
1085
|
+
};
|
|
1086
|
+
|
|
1087
|
+
export declare type ScrollAreaViewportProps = React_2.ComponentProps<typeof ScrollArea.Viewport>;
|
|
1088
|
+
|
|
1089
|
+
export declare const Separator: {
|
|
1090
|
+
({ className, orientation, ...props }: SeparatorProps): JSX.Element;
|
|
1091
|
+
displayName: string;
|
|
1092
|
+
};
|
|
1093
|
+
|
|
1094
|
+
export declare type SeparatorProps = React_2.ComponentProps<typeof Separator_2>;
|
|
1095
|
+
|
|
1096
|
+
export declare const SliderControl: {
|
|
1097
|
+
({ className, ...props }: SliderControlProps): JSX.Element;
|
|
1098
|
+
displayName: string;
|
|
1099
|
+
};
|
|
1100
|
+
|
|
1101
|
+
export declare type SliderControlProps = React_2.ComponentProps<typeof Slider.Control>;
|
|
1102
|
+
|
|
1103
|
+
export declare const SliderIndicator: {
|
|
1104
|
+
({ className, ...props }: SliderIndicatorProps): JSX.Element;
|
|
1105
|
+
displayName: string;
|
|
1106
|
+
};
|
|
1107
|
+
|
|
1108
|
+
export declare type SliderIndicatorProps = React_2.ComponentProps<typeof Slider.Indicator>;
|
|
1109
|
+
|
|
1110
|
+
export declare const SliderRoot: {
|
|
1111
|
+
({ className, ...props }: SliderRootProps): JSX.Element;
|
|
1112
|
+
displayName: string;
|
|
1113
|
+
};
|
|
1114
|
+
|
|
1115
|
+
export declare type SliderRootProps = React_2.ComponentProps<typeof Slider.Root>;
|
|
1116
|
+
|
|
1117
|
+
export declare const SliderThumb: {
|
|
1118
|
+
({ className, ...props }: SliderThumbProps): JSX.Element;
|
|
1119
|
+
displayName: string;
|
|
1120
|
+
};
|
|
1121
|
+
|
|
1122
|
+
export declare type SliderThumbProps = React_2.ComponentProps<typeof Slider.Thumb>;
|
|
1123
|
+
|
|
1124
|
+
export declare const SliderTrack: {
|
|
1125
|
+
({ className, ...props }: SliderTrackProps): JSX.Element;
|
|
1126
|
+
displayName: string;
|
|
1127
|
+
};
|
|
1128
|
+
|
|
1129
|
+
export declare type SliderTrackProps = React_2.ComponentProps<typeof Slider.Track>;
|
|
1130
|
+
|
|
1131
|
+
export declare const SliderValue: {
|
|
1132
|
+
({ className, ...props }: SliderValueProps): JSX.Element;
|
|
1133
|
+
displayName: string;
|
|
1134
|
+
};
|
|
1135
|
+
|
|
1136
|
+
export declare type SliderValueProps = React_2.ComponentProps<typeof Slider.Value>;
|
|
1137
|
+
|
|
1138
|
+
export declare const SwitchRoot: {
|
|
1139
|
+
({ className, ...props }: SwitchRootProps): JSX.Element;
|
|
1140
|
+
displayName: string;
|
|
1141
|
+
};
|
|
1142
|
+
|
|
1143
|
+
export declare type SwitchRootProps = React_2.ComponentProps<typeof Switch.Root>;
|
|
1144
|
+
|
|
1145
|
+
export declare const SwitchThumb: {
|
|
1146
|
+
({ className, ...props }: SwitchThumbProps): JSX.Element;
|
|
1147
|
+
displayName: string;
|
|
1148
|
+
};
|
|
1149
|
+
|
|
1150
|
+
export declare type SwitchThumbProps = React_2.ComponentProps<typeof Switch.Thumb>;
|
|
1151
|
+
|
|
1152
|
+
export declare const TabsIndicator: {
|
|
1153
|
+
({ className, orientation, ...props }: TabsIndicatorProps): JSX.Element;
|
|
1154
|
+
displayName: string;
|
|
1155
|
+
};
|
|
1156
|
+
|
|
1157
|
+
export declare type TabsIndicatorProps = React_2.ComponentProps<typeof Tabs.Indicator> & {
|
|
1158
|
+
/** Orientation of the indicator (should match the tabs list orientation) */
|
|
1159
|
+
orientation?: 'horizontal' | 'vertical';
|
|
1160
|
+
};
|
|
1161
|
+
|
|
1162
|
+
export declare const TabsList: {
|
|
1163
|
+
({ className, orientation, ...props }: TabsListProps): JSX.Element;
|
|
1164
|
+
displayName: string;
|
|
1165
|
+
};
|
|
1166
|
+
|
|
1167
|
+
export declare type TabsListProps = React_2.ComponentProps<typeof Tabs.List> & {
|
|
1168
|
+
/** Orientation of the tabs list */
|
|
1169
|
+
orientation?: 'horizontal' | 'vertical';
|
|
1170
|
+
};
|
|
1171
|
+
|
|
1172
|
+
export declare const TabsPanel: {
|
|
1173
|
+
({ className, ...props }: TabsPanelProps): JSX.Element;
|
|
1174
|
+
displayName: string;
|
|
1175
|
+
};
|
|
1176
|
+
|
|
1177
|
+
export declare type TabsPanelProps = React_2.ComponentProps<typeof Tabs.Panel>;
|
|
1178
|
+
|
|
1179
|
+
export declare const TabsRoot: {
|
|
1180
|
+
({ className, ...props }: TabsRootProps): JSX.Element;
|
|
1181
|
+
displayName: string;
|
|
1182
|
+
};
|
|
1183
|
+
|
|
1184
|
+
export declare type TabsRootProps = React_2.ComponentProps<typeof Tabs.Root>;
|
|
1185
|
+
|
|
1186
|
+
export declare const TabsTab: {
|
|
1187
|
+
({ className, size, ...props }: TabsTabProps): JSX.Element;
|
|
1188
|
+
displayName: string;
|
|
1189
|
+
};
|
|
1190
|
+
|
|
1191
|
+
export declare type TabsTabProps = React_2.ComponentProps<typeof Tabs.Tab> & {
|
|
1192
|
+
/** Size of the tab */
|
|
1193
|
+
size?: 'sm' | 'default' | 'lg';
|
|
1194
|
+
};
|
|
1195
|
+
|
|
1196
|
+
export declare const Toggle: {
|
|
1197
|
+
({ className, variant, size, ...props }: ToggleProps): JSX.Element;
|
|
1198
|
+
displayName: string;
|
|
1199
|
+
};
|
|
1200
|
+
|
|
1201
|
+
export declare const ToggleGroupItem: {
|
|
1202
|
+
({ className, variant, size, ...props }: ToggleGroupItemProps): JSX.Element;
|
|
1203
|
+
displayName: string;
|
|
1204
|
+
};
|
|
1205
|
+
|
|
1206
|
+
export declare type ToggleGroupItemProps = React_2.ComponentProps<typeof Toggle_2> & {
|
|
1207
|
+
/** Visual style of the toggle item */
|
|
1208
|
+
variant?: ControlVariant;
|
|
1209
|
+
/** Size of the toggle item */
|
|
1210
|
+
size?: ControlSize;
|
|
1211
|
+
};
|
|
1212
|
+
|
|
1213
|
+
export declare const ToggleGroupRoot: {
|
|
1214
|
+
({ className, orientation, ...props }: ToggleGroupRootProps): JSX.Element;
|
|
1215
|
+
displayName: string;
|
|
1216
|
+
};
|
|
1217
|
+
|
|
1218
|
+
export declare type ToggleGroupRootProps = React_2.ComponentProps<typeof ToggleGroup>;
|
|
1219
|
+
|
|
1220
|
+
export declare type ToggleProps = React_2.ComponentProps<typeof Toggle_2> & {
|
|
1221
|
+
/** Visual style of the toggle */
|
|
1222
|
+
variant?: ControlVariant;
|
|
1223
|
+
/** Size of the toggle */
|
|
1224
|
+
size?: ControlSize;
|
|
1225
|
+
};
|
|
1226
|
+
|
|
1227
|
+
export declare const TooltipArrow: {
|
|
1228
|
+
({ className, variant, ...props }: TooltipArrowProps): JSX.Element;
|
|
1229
|
+
displayName: string;
|
|
1230
|
+
};
|
|
1231
|
+
|
|
1232
|
+
export declare type TooltipArrowProps = React_2.ComponentProps<typeof Tooltip.Arrow> & {
|
|
1233
|
+
variant?: TooltipVariant;
|
|
1234
|
+
};
|
|
1235
|
+
|
|
1236
|
+
export declare const TooltipPopup: {
|
|
1237
|
+
({ className, variant, ...props }: TooltipPopupProps): JSX.Element;
|
|
1238
|
+
displayName: string;
|
|
1239
|
+
};
|
|
1240
|
+
|
|
1241
|
+
export declare type TooltipPopupProps = React_2.ComponentProps<typeof Tooltip.Popup> & {
|
|
1242
|
+
variant?: TooltipVariant;
|
|
1243
|
+
};
|
|
1244
|
+
|
|
1245
|
+
export declare const TooltipPortal: {
|
|
1246
|
+
(props: TooltipPortalProps): JSX.Element;
|
|
1247
|
+
displayName: string;
|
|
1248
|
+
};
|
|
1249
|
+
|
|
1250
|
+
export declare type TooltipPortalProps = React_2.ComponentProps<typeof Tooltip.Portal>;
|
|
1251
|
+
|
|
1252
|
+
export declare const TooltipPositioner: {
|
|
1253
|
+
({ className, ...props }: TooltipPositionerProps): JSX.Element;
|
|
1254
|
+
displayName: string;
|
|
1255
|
+
};
|
|
1256
|
+
|
|
1257
|
+
export declare type TooltipPositionerProps = React_2.ComponentProps<typeof Tooltip.Positioner>;
|
|
1258
|
+
|
|
1259
|
+
export declare const TooltipProvider: {
|
|
1260
|
+
(props: TooltipProviderProps): JSX.Element;
|
|
1261
|
+
displayName: string;
|
|
1262
|
+
};
|
|
1263
|
+
|
|
1264
|
+
export declare type TooltipProviderProps = React_2.ComponentProps<typeof Tooltip.Provider>;
|
|
1265
|
+
|
|
1266
|
+
export declare const TooltipRoot: {
|
|
1267
|
+
({ variant, ...props }: TooltipRootProps): JSX.Element;
|
|
1268
|
+
displayName: string;
|
|
1269
|
+
};
|
|
1270
|
+
|
|
1271
|
+
export declare type TooltipRootProps = React_2.ComponentProps<typeof Tooltip.Root> & {
|
|
1272
|
+
variant?: TooltipVariant;
|
|
1273
|
+
};
|
|
1274
|
+
|
|
1275
|
+
export declare const TooltipTrigger: {
|
|
1276
|
+
({ className, ...props }: TooltipTriggerProps): JSX.Element;
|
|
1277
|
+
displayName: string;
|
|
1278
|
+
};
|
|
1279
|
+
|
|
1280
|
+
export declare type TooltipTriggerProps = React_2.ComponentProps<typeof Tooltip.Trigger>;
|
|
1281
|
+
|
|
1282
|
+
declare type TooltipVariant = 'default' | 'secondary' | 'outline';
|
|
1283
|
+
|
|
1284
|
+
export { }
|