@psnext/design-system 1.0.0 → 1.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/README.md +30 -124
- package/dist/Stack.cjs +64 -0
- package/dist/Stack.cjs.map +1 -0
- package/dist/Stack.js +54 -0
- package/dist/Stack.js.map +1 -0
- package/dist/ThemeProvider.cjs +1886 -0
- package/dist/ThemeProvider.cjs.map +1 -0
- package/dist/ThemeProvider.d.cts +85 -0
- package/dist/ThemeProvider.d.cts.map +1 -0
- package/dist/ThemeProvider.d.ts +85 -0
- package/dist/ThemeProvider.d.ts.map +1 -0
- package/dist/ThemeProvider.js +1508 -0
- package/dist/ThemeProvider.js.map +1 -0
- package/dist/contexts/index.cjs +0 -60
- package/dist/contexts/index.d.cts +1 -23
- package/dist/contexts/index.d.ts +1 -23
- package/dist/contexts/index.js +1 -58
- package/dist/index.cjs +147 -72
- package/dist/index.d.cts +1009 -432
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +1014 -437
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -7
- package/dist/index2.d.cts +4 -16
- package/dist/index2.d.ts +4 -16
- package/dist/layouts/index.cjs +100 -12
- package/dist/layouts/index.cjs.map +1 -0
- package/dist/layouts/index.d.cts +70 -127
- package/dist/layouts/index.d.cts.map +1 -1
- package/dist/layouts/index.d.ts +70 -127
- package/dist/layouts/index.d.ts.map +1 -1
- package/dist/layouts/index.js +92 -2
- package/dist/layouts/index.js.map +1 -0
- package/dist/patterns/index.cjs +1004 -7254
- package/dist/patterns/index.cjs.map +1 -1
- package/dist/patterns/index.d.cts +381 -389
- package/dist/patterns/index.d.cts.map +1 -1
- package/dist/patterns/index.d.ts +378 -386
- package/dist/patterns/index.d.ts.map +1 -1
- package/dist/patterns/index.js +970 -7225
- package/dist/patterns/index.js.map +1 -1
- package/dist/primitives/index.cjs +135 -55
- package/dist/primitives/index.d.cts +3 -2
- package/dist/primitives/index.d.ts +3 -2
- package/dist/primitives/index.js +3 -5
- package/dist/primitives.cjs +3961 -1274
- package/dist/primitives.cjs.map +1 -1
- package/dist/primitives.js +3551 -1001
- package/dist/primitives.js.map +1 -1
- package/dist/styles/base.css +43 -0
- package/dist/styles/glass.css +75 -0
- package/dist/styles/index.css +43 -23
- package/dist/styles/semantic.css +107 -0
- package/dist/styles/theme.css +42 -24
- package/dist/styles/tokens/alpha.css +39 -0
- package/dist/styles/tokens/border-radius.css +17 -0
- package/dist/styles/tokens/chart-colors-dark.css +18 -0
- package/dist/styles/tokens/chart-colors-light.css +18 -0
- package/dist/styles/tokens/colors.css +251 -0
- package/dist/styles/tokens/mode-dark.css +101 -0
- package/dist/styles/tokens/mode-light.css +101 -0
- package/dist/styles/tokens/shadows.css +14 -0
- package/dist/styles/tokens/spacing.css +44 -0
- package/dist/styles/tokens/theme-bodhi.css +35 -0
- package/dist/styles/tokens/theme-slingshot.css +35 -0
- package/dist/styles/tokens/theme-sustain.css +35 -0
- package/dist/styles/tokens/typography.css +83 -0
- package/dist/utils.cjs +67 -0
- package/dist/utils.cjs.map +1 -0
- package/dist/utils.js +27 -0
- package/dist/utils.js.map +1 -0
- package/package.json +15 -41
- package/dist/AiChatPanel.cjs +0 -1603
- package/dist/AiChatPanel.cjs.map +0 -1
- package/dist/AiChatPanel.js +0 -1526
- package/dist/AiChatPanel.js.map +0 -1
- package/dist/BodhiLogo.cjs +0 -240
- package/dist/BodhiLogo.cjs.map +0 -1
- package/dist/BodhiLogo.js +0 -194
- package/dist/BodhiLogo.js.map +0 -1
- package/dist/Skeleton.cjs +0 -19
- package/dist/Skeleton.cjs.map +0 -1
- package/dist/Skeleton.js +0 -14
- package/dist/Skeleton.js.map +0 -1
- package/dist/SustainLogo.cjs +0 -415
- package/dist/SustainLogo.cjs.map +0 -1
- package/dist/SustainLogo.js +0 -378
- package/dist/SustainLogo.js.map +0 -1
- package/dist/contexts/index.cjs.map +0 -1
- package/dist/contexts/index.d.cts.map +0 -1
- package/dist/contexts/index.d.ts.map +0 -1
- package/dist/contexts/index.js.map +0 -1
- package/dist/index2.d.cts.map +0 -1
- package/dist/index2.d.ts.map +0 -1
- package/dist/layouts.cjs +0 -3245
- package/dist/layouts.cjs.map +0 -1
- package/dist/layouts.js +0 -3180
- package/dist/layouts.js.map +0 -1
- package/dist/styles/base/colors.css +0 -300
- package/dist/styles/base/component-tokens.css +0 -240
- package/dist/styles/base/elevation.css +0 -7
- package/dist/styles/base/fonts.css +0 -14
- package/dist/styles/base/global.css +0 -305
- package/dist/styles/base/radius.css +0 -22
- package/dist/styles/base/semantic-aliases.css +0 -53
- package/dist/styles/base/spacing.css +0 -33
- package/dist/styles/base/typography.css +0 -48
- package/dist/styles/generated/bodhi-vars.css +0 -34
- package/dist/styles/generated/dark.css +0 -87
- package/dist/styles/generated/light.css +0 -87
- package/dist/styles/generated/slingshot-vars.css +0 -34
- package/dist/styles/generated/sustain-vars.css +0 -34
- package/dist/styles/themes/bodhi.css +0 -166
- package/dist/styles/themes/slingshot.css +0 -144
- package/dist/styles/themes/sustain.css +0 -130
package/dist/index.d.cts
CHANGED
|
@@ -1,62 +1,42 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import
|
|
3
|
-
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
1
|
+
import * as react_jsx_runtime34 from "react/jsx-runtime";
|
|
2
|
+
import { Accordion, AlertDialog, AspectRatio, Avatar, Checkbox, Collapsible, ContextMenu, Dialog, DropdownMenu, HoverCard, Label, Menubar, NavigationMenu, Popover, Progress, RadioGroup, ScrollArea, Select, Separator, Slider, Slot, Switch, Tabs, Toggle, ToggleGroup, Tooltip } from "radix-ui";
|
|
4
3
|
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
5
4
|
import { VariantProps } from "class-variance-authority";
|
|
6
|
-
import * as
|
|
7
|
-
import
|
|
8
|
-
import * as AvatarPrimitive from "@radix-ui/react-avatar";
|
|
9
|
-
import { DayPicker } from "react-day-picker";
|
|
5
|
+
import * as React$1 from "react";
|
|
6
|
+
import { DayButton, DayPicker } from "react-day-picker";
|
|
10
7
|
import useEmblaCarousel, { UseEmblaCarouselType } from "embla-carousel-react";
|
|
11
8
|
import * as RechartsPrimitive from "recharts";
|
|
12
|
-
import
|
|
13
|
-
import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
|
|
9
|
+
import { TooltipValueType } from "recharts";
|
|
14
10
|
import { Command } from "cmdk";
|
|
15
|
-
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
16
|
-
import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
|
|
17
11
|
import { Drawer } from "vaul";
|
|
18
|
-
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
19
12
|
import * as react_hook_form0 from "react-hook-form";
|
|
20
13
|
import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
|
|
21
|
-
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
22
|
-
import { Slot } from "@radix-ui/react-slot";
|
|
23
|
-
import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
|
|
24
14
|
import { OTPInput } from "input-otp";
|
|
25
|
-
import * as MenubarPrimitive from "@radix-ui/react-menubar";
|
|
26
|
-
import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
|
|
27
|
-
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
28
|
-
import * as ProgressPrimitive from "@radix-ui/react-progress";
|
|
29
|
-
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
30
15
|
import * as ResizablePrimitive from "react-resizable-panels";
|
|
31
|
-
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
32
|
-
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
33
|
-
import * as SeparatorPrimitive from "@radix-ui/react-separator";
|
|
34
|
-
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
35
|
-
import * as SliderPrimitive from "@radix-ui/react-slider";
|
|
36
16
|
import { ToasterProps } from "sonner";
|
|
37
|
-
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
38
|
-
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
39
|
-
import * as TogglePrimitive from "@radix-ui/react-toggle";
|
|
40
|
-
import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
41
17
|
|
|
42
18
|
//#region src/primitives/Accordion/Accordion.d.ts
|
|
43
|
-
declare function Accordion({
|
|
19
|
+
declare function Accordion$1({
|
|
20
|
+
className,
|
|
21
|
+
variant,
|
|
44
22
|
...props
|
|
45
|
-
}: React
|
|
23
|
+
}: React.ComponentProps<typeof Accordion.Root> & {
|
|
24
|
+
variant?: "line" | "bordered";
|
|
25
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
46
26
|
declare function AccordionItem({
|
|
47
27
|
className,
|
|
48
28
|
...props
|
|
49
|
-
}: React
|
|
29
|
+
}: React.ComponentProps<typeof Accordion.Item>): react_jsx_runtime34.JSX.Element;
|
|
50
30
|
declare function AccordionTrigger({
|
|
51
31
|
className,
|
|
52
32
|
children,
|
|
53
33
|
...props
|
|
54
|
-
}: React
|
|
34
|
+
}: React.ComponentProps<typeof Accordion.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
55
35
|
declare function AccordionContent({
|
|
56
36
|
className,
|
|
57
37
|
children,
|
|
58
38
|
...props
|
|
59
|
-
}: React
|
|
39
|
+
}: React.ComponentProps<typeof Accordion.Content>): react_jsx_runtime34.JSX.Element;
|
|
60
40
|
//#endregion
|
|
61
41
|
//#region src/primitives/Alert/Alert.d.ts
|
|
62
42
|
declare const alertVariants: (props?: ({
|
|
@@ -65,197 +45,276 @@ declare const alertVariants: (props?: ({
|
|
|
65
45
|
declare function Alert({
|
|
66
46
|
className,
|
|
67
47
|
variant,
|
|
48
|
+
flipIcon,
|
|
49
|
+
...props
|
|
50
|
+
}: React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants> & {
|
|
51
|
+
flipIcon?: boolean;
|
|
52
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
53
|
+
declare function AlertContent({
|
|
54
|
+
className,
|
|
68
55
|
...props
|
|
69
|
-
}: React$1.ComponentProps<"div">
|
|
56
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
70
57
|
declare function AlertTitle({
|
|
71
58
|
className,
|
|
72
59
|
...props
|
|
73
|
-
}: React$1.ComponentProps<"h5">):
|
|
60
|
+
}: React$1.ComponentProps<"h5">): react_jsx_runtime34.JSX.Element;
|
|
74
61
|
declare function AlertDescription({
|
|
75
62
|
className,
|
|
76
63
|
...props
|
|
77
|
-
}: React$1.ComponentProps<"div">):
|
|
64
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
65
|
+
declare function AlertAction({
|
|
66
|
+
className,
|
|
67
|
+
...props
|
|
68
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
78
69
|
//#endregion
|
|
79
70
|
//#region src/primitives/AlertDialog/AlertDialog.d.ts
|
|
80
|
-
declare function AlertDialog({
|
|
71
|
+
declare function AlertDialog$1({
|
|
81
72
|
...props
|
|
82
|
-
}: React$1.ComponentProps<typeof
|
|
73
|
+
}: React$1.ComponentProps<typeof AlertDialog.Root>): react_jsx_runtime34.JSX.Element;
|
|
83
74
|
declare function AlertDialogTrigger({
|
|
84
75
|
...props
|
|
85
|
-
}: React$1.ComponentProps<typeof
|
|
76
|
+
}: React$1.ComponentProps<typeof AlertDialog.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
86
77
|
declare function AlertDialogPortal({
|
|
87
78
|
...props
|
|
88
|
-
}: React$1.ComponentProps<typeof
|
|
79
|
+
}: React$1.ComponentProps<typeof AlertDialog.Portal>): react_jsx_runtime34.JSX.Element;
|
|
89
80
|
declare function AlertDialogOverlay({
|
|
90
81
|
className,
|
|
91
82
|
...props
|
|
92
|
-
}: React$1.ComponentProps<typeof
|
|
83
|
+
}: React$1.ComponentProps<typeof AlertDialog.Overlay>): react_jsx_runtime34.JSX.Element;
|
|
93
84
|
declare function AlertDialogContent({
|
|
94
85
|
className,
|
|
86
|
+
size,
|
|
95
87
|
...props
|
|
96
|
-
}: React$1.ComponentProps<typeof
|
|
88
|
+
}: React$1.ComponentProps<typeof AlertDialog.Content> & {
|
|
89
|
+
size?: "default" | "large";
|
|
90
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
97
91
|
declare function AlertDialogHeader({
|
|
98
92
|
className,
|
|
99
93
|
...props
|
|
100
|
-
}: React$1.ComponentProps<"div">):
|
|
94
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
101
95
|
declare function AlertDialogFooter({
|
|
102
96
|
className,
|
|
103
97
|
...props
|
|
104
|
-
}: React$1.ComponentProps<"div">):
|
|
98
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
105
99
|
declare function AlertDialogTitle({
|
|
106
100
|
className,
|
|
107
101
|
...props
|
|
108
|
-
}: React$1.ComponentProps<typeof
|
|
102
|
+
}: React$1.ComponentProps<typeof AlertDialog.Title>): react_jsx_runtime34.JSX.Element;
|
|
109
103
|
declare function AlertDialogDescription({
|
|
110
104
|
className,
|
|
111
105
|
...props
|
|
112
|
-
}: React$1.ComponentProps<typeof
|
|
106
|
+
}: React$1.ComponentProps<typeof AlertDialog.Description>): react_jsx_runtime34.JSX.Element;
|
|
107
|
+
declare function AlertDialogMedia({
|
|
108
|
+
className,
|
|
109
|
+
...props
|
|
110
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
113
111
|
declare function AlertDialogAction({
|
|
114
112
|
className,
|
|
115
113
|
variant,
|
|
116
114
|
...props
|
|
117
|
-
}: React$1.ComponentProps<typeof
|
|
115
|
+
}: React$1.ComponentProps<typeof AlertDialog.Action> & {
|
|
118
116
|
variant?: "default" | "destructive";
|
|
119
|
-
}):
|
|
117
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
120
118
|
declare function AlertDialogCancel({
|
|
121
119
|
className,
|
|
122
120
|
...props
|
|
123
|
-
}: React$1.ComponentProps<typeof
|
|
121
|
+
}: React$1.ComponentProps<typeof AlertDialog.Cancel>): react_jsx_runtime34.JSX.Element;
|
|
124
122
|
//#endregion
|
|
125
123
|
//#region src/primitives/AspectRatio/AspectRatio.d.ts
|
|
126
|
-
declare function AspectRatio({
|
|
127
|
-
className,
|
|
124
|
+
declare function AspectRatio$1({
|
|
128
125
|
...props
|
|
129
|
-
}: React
|
|
126
|
+
}: React.ComponentProps<typeof AspectRatio.Root>): react_jsx_runtime34.JSX.Element;
|
|
130
127
|
//#endregion
|
|
131
128
|
//#region src/primitives/Avatar/Avatar.d.ts
|
|
132
|
-
declare function Avatar({
|
|
129
|
+
declare function Avatar$1({
|
|
133
130
|
className,
|
|
131
|
+
size,
|
|
132
|
+
shape,
|
|
134
133
|
...props
|
|
135
|
-
}: React$1.ComponentProps<typeof
|
|
134
|
+
}: React$1.ComponentProps<typeof Avatar.Root> & {
|
|
135
|
+
size?: "default" | "sm" | "xs" | "xxs";
|
|
136
|
+
shape?: "round" | "roundrect";
|
|
137
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
136
138
|
declare function AvatarImage({
|
|
137
139
|
className,
|
|
138
140
|
...props
|
|
139
|
-
}: React$1.ComponentProps<typeof
|
|
141
|
+
}: React$1.ComponentProps<typeof Avatar.Image>): react_jsx_runtime34.JSX.Element;
|
|
140
142
|
declare function AvatarFallback({
|
|
141
143
|
className,
|
|
142
144
|
...props
|
|
143
|
-
}: React$1.ComponentProps<typeof
|
|
145
|
+
}: React$1.ComponentProps<typeof Avatar.Fallback>): react_jsx_runtime34.JSX.Element;
|
|
146
|
+
declare function AvatarBadge({
|
|
147
|
+
className,
|
|
148
|
+
...props
|
|
149
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime34.JSX.Element;
|
|
150
|
+
declare function AvatarGroup({
|
|
151
|
+
className,
|
|
152
|
+
...props
|
|
153
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
154
|
+
declare function AvatarGroupCount({
|
|
155
|
+
className,
|
|
156
|
+
...props
|
|
157
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
144
158
|
//#endregion
|
|
145
159
|
//#region src/primitives/Badge/Badge.d.ts
|
|
146
160
|
declare const badgeVariants: (props?: ({
|
|
147
|
-
variant?: "default" | "
|
|
161
|
+
variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" | "success" | "warning" | "info" | null | undefined;
|
|
162
|
+
shape?: "default" | "round" | null | undefined;
|
|
148
163
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
149
164
|
declare function Badge({
|
|
150
165
|
className,
|
|
151
166
|
variant,
|
|
167
|
+
shape,
|
|
152
168
|
asChild,
|
|
153
169
|
...props
|
|
154
170
|
}: React$1.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
155
171
|
asChild?: boolean;
|
|
156
|
-
}):
|
|
157
|
-
//#endregion
|
|
158
|
-
//#region src/primitives/BodhiIcon/BodhiIcon.d.ts
|
|
159
|
-
interface BodhiIconProps {
|
|
160
|
-
isDarkMode?: boolean;
|
|
161
|
-
}
|
|
162
|
-
declare function BodhiIcon({
|
|
163
|
-
isDarkMode
|
|
164
|
-
}: BodhiIconProps): react_jsx_runtime7.JSX.Element;
|
|
165
|
-
//#endregion
|
|
166
|
-
//#region src/primitives/BodhiLogo/BodhiLogo.d.ts
|
|
167
|
-
interface BodhiLogoProps {
|
|
168
|
-
isDarkMode?: boolean;
|
|
169
|
-
}
|
|
170
|
-
declare function BodhiLogo({
|
|
171
|
-
isDarkMode
|
|
172
|
-
}: BodhiLogoProps): react_jsx_runtime7.JSX.Element;
|
|
172
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
173
173
|
//#endregion
|
|
174
174
|
//#region src/primitives/Breadcrumb/Breadcrumb.d.ts
|
|
175
175
|
declare function Breadcrumb({
|
|
176
176
|
...props
|
|
177
|
-
}: React$1.ComponentProps<"nav">):
|
|
177
|
+
}: React$1.ComponentProps<"nav">): react_jsx_runtime34.JSX.Element;
|
|
178
178
|
declare function BreadcrumbList({
|
|
179
179
|
className,
|
|
180
180
|
...props
|
|
181
|
-
}: React$1.ComponentProps<"ol">):
|
|
181
|
+
}: React$1.ComponentProps<"ol">): react_jsx_runtime34.JSX.Element;
|
|
182
182
|
declare function BreadcrumbItem({
|
|
183
183
|
className,
|
|
184
184
|
...props
|
|
185
|
-
}: React$1.ComponentProps<"li">):
|
|
185
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime34.JSX.Element;
|
|
186
186
|
declare function BreadcrumbLink({
|
|
187
187
|
asChild,
|
|
188
188
|
className,
|
|
189
189
|
...props
|
|
190
190
|
}: React$1.ComponentProps<"a"> & {
|
|
191
191
|
asChild?: boolean;
|
|
192
|
-
}):
|
|
192
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
193
193
|
declare function BreadcrumbPage({
|
|
194
194
|
className,
|
|
195
195
|
...props
|
|
196
|
-
}: React$1.ComponentProps<"span">):
|
|
196
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime34.JSX.Element;
|
|
197
197
|
declare function BreadcrumbSeparator({
|
|
198
198
|
children,
|
|
199
199
|
className,
|
|
200
200
|
...props
|
|
201
|
-
}: React$1.ComponentProps<"li">):
|
|
201
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime34.JSX.Element;
|
|
202
202
|
declare function BreadcrumbEllipsis({
|
|
203
203
|
className,
|
|
204
204
|
...props
|
|
205
|
-
}: React$1.ComponentProps<"span">):
|
|
205
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime34.JSX.Element;
|
|
206
206
|
//#endregion
|
|
207
207
|
//#region src/primitives/Button/Button.d.ts
|
|
208
208
|
declare const buttonVariants: (props?: ({
|
|
209
|
-
variant?: "default" | "
|
|
210
|
-
size?: "
|
|
209
|
+
variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" | "link" | null | undefined;
|
|
210
|
+
size?: "sm" | "lg" | "default" | "xs" | "icon" | null | undefined;
|
|
211
|
+
shape?: "default" | "square" | null | undefined;
|
|
211
212
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
212
213
|
declare function Button({
|
|
213
214
|
className,
|
|
214
215
|
variant,
|
|
215
216
|
size,
|
|
217
|
+
shape,
|
|
216
218
|
asChild,
|
|
219
|
+
loading,
|
|
220
|
+
disabled,
|
|
221
|
+
children,
|
|
217
222
|
...props
|
|
218
223
|
}: React$1.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
|
|
219
224
|
asChild?: boolean;
|
|
220
|
-
|
|
225
|
+
loading?: boolean;
|
|
226
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
227
|
+
//#endregion
|
|
228
|
+
//#region src/primitives/Separator/Separator.d.ts
|
|
229
|
+
type SeparatorSpacing = "none" | "regular" | "spacious";
|
|
230
|
+
declare function Separator$1({
|
|
231
|
+
className,
|
|
232
|
+
orientation,
|
|
233
|
+
decorative,
|
|
234
|
+
spacing,
|
|
235
|
+
...props
|
|
236
|
+
}: React$1.ComponentProps<typeof Separator.Root> & {
|
|
237
|
+
spacing?: SeparatorSpacing;
|
|
238
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
239
|
+
//#endregion
|
|
240
|
+
//#region src/primitives/ButtonGroup/ButtonGroup.d.ts
|
|
241
|
+
declare const buttonGroupVariants: (props?: ({
|
|
242
|
+
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
243
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
244
|
+
declare function ButtonGroup({
|
|
245
|
+
className,
|
|
246
|
+
orientation,
|
|
247
|
+
...props
|
|
248
|
+
}: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): react_jsx_runtime34.JSX.Element;
|
|
249
|
+
declare function ButtonGroupText({
|
|
250
|
+
className,
|
|
251
|
+
asChild,
|
|
252
|
+
...props
|
|
253
|
+
}: React.ComponentProps<"div"> & {
|
|
254
|
+
asChild?: boolean;
|
|
255
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
256
|
+
declare function ButtonGroupSeparator({
|
|
257
|
+
className,
|
|
258
|
+
orientation,
|
|
259
|
+
...props
|
|
260
|
+
}: React.ComponentProps<typeof Separator$1>): react_jsx_runtime34.JSX.Element;
|
|
221
261
|
//#endregion
|
|
222
262
|
//#region src/primitives/Calendar/Calendar.d.ts
|
|
223
263
|
declare function Calendar({
|
|
224
264
|
className,
|
|
225
265
|
classNames,
|
|
226
266
|
showOutsideDays,
|
|
267
|
+
captionLayout,
|
|
268
|
+
buttonVariant,
|
|
269
|
+
formatters,
|
|
270
|
+
components,
|
|
271
|
+
...props
|
|
272
|
+
}: React$1.ComponentProps<typeof DayPicker> & {
|
|
273
|
+
buttonVariant?: React$1.ComponentProps<typeof Button>["variant"];
|
|
274
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
275
|
+
declare function CalendarDayButton({
|
|
276
|
+
className,
|
|
277
|
+
day,
|
|
278
|
+
modifiers,
|
|
227
279
|
...props
|
|
228
|
-
}: React$1.ComponentProps<typeof
|
|
280
|
+
}: React$1.ComponentProps<typeof DayButton>): react_jsx_runtime34.JSX.Element;
|
|
229
281
|
//#endregion
|
|
230
282
|
//#region src/primitives/Card/Card.d.ts
|
|
283
|
+
declare const cardVariants: (props?: ({
|
|
284
|
+
variant?: "default" | "glass" | null | undefined;
|
|
285
|
+
tint?: "subtle" | "light" | "medium" | "heavy" | null | undefined;
|
|
286
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
287
|
+
type CardProps = React$1.ComponentProps<"div"> & VariantProps<typeof cardVariants>;
|
|
231
288
|
declare function Card({
|
|
232
289
|
className,
|
|
290
|
+
variant,
|
|
291
|
+
tint,
|
|
233
292
|
...props
|
|
234
|
-
}:
|
|
293
|
+
}: CardProps): react_jsx_runtime34.JSX.Element;
|
|
235
294
|
declare function CardHeader({
|
|
236
295
|
className,
|
|
237
296
|
...props
|
|
238
|
-
}: React$1.ComponentProps<"div">):
|
|
297
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
239
298
|
declare function CardTitle({
|
|
240
299
|
className,
|
|
241
300
|
...props
|
|
242
|
-
}: React$1.ComponentProps<"div">):
|
|
301
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
243
302
|
declare function CardDescription({
|
|
244
303
|
className,
|
|
245
304
|
...props
|
|
246
|
-
}: React$1.ComponentProps<"div">):
|
|
305
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
247
306
|
declare function CardAction({
|
|
248
307
|
className,
|
|
249
308
|
...props
|
|
250
|
-
}: React$1.ComponentProps<"div">):
|
|
309
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
251
310
|
declare function CardContent({
|
|
252
311
|
className,
|
|
253
312
|
...props
|
|
254
|
-
}: React$1.ComponentProps<"div">):
|
|
313
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
255
314
|
declare function CardFooter({
|
|
256
315
|
className,
|
|
257
316
|
...props
|
|
258
|
-
}: React$1.ComponentProps<"div">):
|
|
317
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
259
318
|
//#endregion
|
|
260
319
|
//#region src/primitives/Carousel/Carousel.d.ts
|
|
261
320
|
type CarouselApi = UseEmblaCarouselType[1];
|
|
@@ -276,34 +335,35 @@ declare function Carousel({
|
|
|
276
335
|
className,
|
|
277
336
|
children,
|
|
278
337
|
...props
|
|
279
|
-
}: React$1.ComponentProps<"div"> & CarouselProps):
|
|
338
|
+
}: React$1.ComponentProps<"div"> & CarouselProps): react_jsx_runtime34.JSX.Element;
|
|
280
339
|
declare function CarouselContent({
|
|
281
340
|
className,
|
|
282
341
|
...props
|
|
283
|
-
}: React$1.ComponentProps<"div">):
|
|
342
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
284
343
|
declare function CarouselItem({
|
|
285
344
|
className,
|
|
286
345
|
...props
|
|
287
|
-
}: React$1.ComponentProps<"div">):
|
|
346
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
288
347
|
declare function CarouselPrevious({
|
|
289
348
|
className,
|
|
290
349
|
variant,
|
|
291
350
|
size,
|
|
292
351
|
...props
|
|
293
|
-
}: React$1.ComponentProps<typeof Button>):
|
|
352
|
+
}: React$1.ComponentProps<typeof Button>): react_jsx_runtime34.JSX.Element;
|
|
294
353
|
declare function CarouselNext({
|
|
295
354
|
className,
|
|
296
355
|
variant,
|
|
297
356
|
size,
|
|
298
357
|
...props
|
|
299
|
-
}: React$1.ComponentProps<typeof Button>):
|
|
358
|
+
}: React$1.ComponentProps<typeof Button>): react_jsx_runtime34.JSX.Element;
|
|
300
359
|
//#endregion
|
|
301
360
|
//#region src/primitives/Chart/Chart.d.ts
|
|
302
361
|
declare const THEMES: {
|
|
303
362
|
readonly light: "";
|
|
304
363
|
readonly dark: ".dark";
|
|
305
364
|
};
|
|
306
|
-
type
|
|
365
|
+
type TooltipNameType = number | string;
|
|
366
|
+
type ChartConfig = Record<string, {
|
|
307
367
|
label?: React$1.ReactNode;
|
|
308
368
|
icon?: React$1.ComponentType;
|
|
309
369
|
} & ({
|
|
@@ -312,24 +372,29 @@ type ChartConfig = { [k in string]: {
|
|
|
312
372
|
} | {
|
|
313
373
|
color?: never;
|
|
314
374
|
theme: Record<keyof typeof THEMES, string>;
|
|
315
|
-
})
|
|
375
|
+
})>;
|
|
316
376
|
declare function ChartContainer({
|
|
317
377
|
id,
|
|
318
378
|
className,
|
|
319
379
|
children,
|
|
320
380
|
config,
|
|
381
|
+
initialDimension,
|
|
321
382
|
...props
|
|
322
383
|
}: React$1.ComponentProps<"div"> & {
|
|
323
384
|
config: ChartConfig;
|
|
324
385
|
children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
|
|
325
|
-
|
|
386
|
+
initialDimension?: {
|
|
387
|
+
width: number;
|
|
388
|
+
height: number;
|
|
389
|
+
};
|
|
390
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
326
391
|
declare const ChartStyle: ({
|
|
327
392
|
id,
|
|
328
393
|
config
|
|
329
394
|
}: {
|
|
330
395
|
id: string;
|
|
331
396
|
config: ChartConfig;
|
|
332
|
-
}) =>
|
|
397
|
+
}) => react_jsx_runtime34.JSX.Element | null;
|
|
333
398
|
declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
334
399
|
declare function ChartTooltipContent({
|
|
335
400
|
active,
|
|
@@ -351,301 +416,457 @@ declare function ChartTooltipContent({
|
|
|
351
416
|
indicator?: "line" | "dot" | "dashed";
|
|
352
417
|
nameKey?: string;
|
|
353
418
|
labelKey?: string;
|
|
354
|
-
}):
|
|
355
|
-
declare const ChartLegend:
|
|
419
|
+
} & Omit<RechartsPrimitive.DefaultTooltipContentProps<TooltipValueType, TooltipNameType>, "accessibilityLayer">): react_jsx_runtime34.JSX.Element | null;
|
|
420
|
+
declare const ChartLegend: React$1.MemoExoticComponent<(outsideProps: RechartsPrimitive.LegendProps) => React$1.ReactPortal | null>;
|
|
356
421
|
declare function ChartLegendContent({
|
|
357
422
|
className,
|
|
358
423
|
hideIcon,
|
|
359
424
|
payload,
|
|
360
425
|
verticalAlign,
|
|
361
426
|
nameKey
|
|
362
|
-
}: React$1.ComponentProps<"div"> &
|
|
427
|
+
}: React$1.ComponentProps<"div"> & {
|
|
363
428
|
hideIcon?: boolean;
|
|
364
429
|
nameKey?: string;
|
|
365
|
-
}):
|
|
430
|
+
} & RechartsPrimitive.DefaultLegendContentProps): react_jsx_runtime34.JSX.Element | null;
|
|
366
431
|
//#endregion
|
|
367
432
|
//#region src/primitives/Checkbox/Checkbox.d.ts
|
|
368
|
-
declare function Checkbox({
|
|
433
|
+
declare function Checkbox$1({
|
|
369
434
|
className,
|
|
370
435
|
...props
|
|
371
|
-
}: React$1.ComponentProps<typeof
|
|
436
|
+
}: React$1.ComponentProps<typeof Checkbox.Root>): react_jsx_runtime34.JSX.Element;
|
|
437
|
+
declare function RichCheckbox({
|
|
438
|
+
className,
|
|
439
|
+
title,
|
|
440
|
+
description,
|
|
441
|
+
flipped,
|
|
442
|
+
id,
|
|
443
|
+
...props
|
|
444
|
+
}: Omit<React$1.ComponentProps<typeof Checkbox$1>, "children"> & {
|
|
445
|
+
title?: React$1.ReactNode;
|
|
446
|
+
description?: React$1.ReactNode;
|
|
447
|
+
flipped?: boolean;
|
|
448
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
372
449
|
//#endregion
|
|
373
450
|
//#region src/primitives/Collapsible/Collapsible.d.ts
|
|
374
|
-
declare function Collapsible({
|
|
451
|
+
declare function Collapsible$1({
|
|
375
452
|
...props
|
|
376
|
-
}: React.ComponentProps<typeof
|
|
453
|
+
}: React.ComponentProps<typeof Collapsible.Root>): react_jsx_runtime34.JSX.Element;
|
|
377
454
|
declare function CollapsibleTrigger({
|
|
378
455
|
...props
|
|
379
|
-
}: React.ComponentProps<typeof
|
|
456
|
+
}: React.ComponentProps<typeof Collapsible.CollapsibleTrigger>): react_jsx_runtime34.JSX.Element;
|
|
380
457
|
declare function CollapsibleContent({
|
|
381
458
|
...props
|
|
382
|
-
}: React.ComponentProps<typeof
|
|
459
|
+
}: React.ComponentProps<typeof Collapsible.CollapsibleContent>): react_jsx_runtime34.JSX.Element;
|
|
383
460
|
//#endregion
|
|
384
461
|
//#region src/primitives/Dialog/Dialog.d.ts
|
|
385
|
-
declare function Dialog({
|
|
462
|
+
declare function Dialog$1({
|
|
386
463
|
...props
|
|
387
|
-
}: React$1.ComponentProps<typeof
|
|
464
|
+
}: React$1.ComponentProps<typeof Dialog.Root>): react_jsx_runtime34.JSX.Element;
|
|
388
465
|
declare function DialogTrigger({
|
|
389
466
|
...props
|
|
390
|
-
}: React$1.ComponentProps<typeof
|
|
467
|
+
}: React$1.ComponentProps<typeof Dialog.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
391
468
|
declare function DialogPortal({
|
|
392
469
|
...props
|
|
393
|
-
}: React$1.ComponentProps<typeof
|
|
470
|
+
}: React$1.ComponentProps<typeof Dialog.Portal>): react_jsx_runtime34.JSX.Element;
|
|
394
471
|
declare function DialogClose({
|
|
395
472
|
...props
|
|
396
|
-
}: React$1.ComponentProps<typeof
|
|
473
|
+
}: React$1.ComponentProps<typeof Dialog.Close>): react_jsx_runtime34.JSX.Element;
|
|
397
474
|
declare function DialogOverlay({
|
|
398
475
|
className,
|
|
399
476
|
...props
|
|
400
|
-
}: React$1.ComponentProps<typeof
|
|
477
|
+
}: React$1.ComponentProps<typeof Dialog.Overlay>): react_jsx_runtime34.JSX.Element;
|
|
478
|
+
declare const dialogSizes: {
|
|
479
|
+
readonly sm: "sm:max-w-sm";
|
|
480
|
+
readonly default: "sm:max-w-lg";
|
|
481
|
+
readonly lg: "sm:max-w-2xl";
|
|
482
|
+
readonly xl: "sm:max-w-4xl";
|
|
483
|
+
};
|
|
401
484
|
declare function DialogContent({
|
|
402
485
|
className,
|
|
403
486
|
children,
|
|
487
|
+
size,
|
|
404
488
|
showCloseButton,
|
|
405
489
|
...props
|
|
406
|
-
}: React$1.ComponentProps<typeof
|
|
490
|
+
}: React$1.ComponentProps<typeof Dialog.Content> & {
|
|
491
|
+
size?: keyof typeof dialogSizes;
|
|
407
492
|
showCloseButton?: boolean;
|
|
408
|
-
}):
|
|
493
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
409
494
|
declare function DialogHeader({
|
|
410
495
|
className,
|
|
411
496
|
...props
|
|
412
|
-
}: React$1.ComponentProps<"div">):
|
|
497
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
413
498
|
declare function DialogFooter({
|
|
414
499
|
className,
|
|
500
|
+
showCloseButton,
|
|
501
|
+
children,
|
|
415
502
|
...props
|
|
416
|
-
}: React$1.ComponentProps<"div">
|
|
503
|
+
}: React$1.ComponentProps<"div"> & {
|
|
504
|
+
showCloseButton?: boolean;
|
|
505
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
417
506
|
declare function DialogTitle({
|
|
418
507
|
className,
|
|
419
508
|
...props
|
|
420
|
-
}: React$1.ComponentProps<typeof
|
|
509
|
+
}: React$1.ComponentProps<typeof Dialog.Title>): react_jsx_runtime34.JSX.Element;
|
|
421
510
|
declare function DialogDescription({
|
|
422
511
|
className,
|
|
423
512
|
...props
|
|
424
|
-
}: React$1.ComponentProps<typeof
|
|
513
|
+
}: React$1.ComponentProps<typeof Dialog.Description>): react_jsx_runtime34.JSX.Element;
|
|
425
514
|
//#endregion
|
|
426
515
|
//#region src/primitives/Command/Command.d.ts
|
|
427
516
|
declare function Command$1({
|
|
428
517
|
className,
|
|
429
518
|
...props
|
|
430
|
-
}: React$1.ComponentProps<typeof Command>):
|
|
519
|
+
}: React$1.ComponentProps<typeof Command>): react_jsx_runtime34.JSX.Element;
|
|
431
520
|
declare function CommandDialog({
|
|
432
521
|
title,
|
|
433
522
|
description,
|
|
434
523
|
children,
|
|
524
|
+
className,
|
|
525
|
+
showCloseButton,
|
|
435
526
|
...props
|
|
436
|
-
}: React$1.ComponentProps<typeof Dialog> & {
|
|
527
|
+
}: React$1.ComponentProps<typeof Dialog$1> & {
|
|
437
528
|
title?: string;
|
|
438
529
|
description?: string;
|
|
439
|
-
|
|
530
|
+
className?: string;
|
|
531
|
+
showCloseButton?: boolean;
|
|
532
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
440
533
|
declare function CommandInput({
|
|
441
534
|
className,
|
|
442
535
|
...props
|
|
443
|
-
}: React$1.ComponentProps<typeof Command.Input>):
|
|
536
|
+
}: React$1.ComponentProps<typeof Command.Input>): react_jsx_runtime34.JSX.Element;
|
|
444
537
|
declare function CommandList({
|
|
445
538
|
className,
|
|
446
539
|
...props
|
|
447
|
-
}: React$1.ComponentProps<typeof Command.List>):
|
|
540
|
+
}: React$1.ComponentProps<typeof Command.List>): react_jsx_runtime34.JSX.Element;
|
|
448
541
|
declare function CommandEmpty({
|
|
449
542
|
...props
|
|
450
|
-
}: React$1.ComponentProps<typeof Command.Empty>):
|
|
543
|
+
}: React$1.ComponentProps<typeof Command.Empty>): react_jsx_runtime34.JSX.Element;
|
|
451
544
|
declare function CommandGroup({
|
|
452
545
|
className,
|
|
453
546
|
...props
|
|
454
|
-
}: React$1.ComponentProps<typeof Command.Group>):
|
|
547
|
+
}: React$1.ComponentProps<typeof Command.Group>): react_jsx_runtime34.JSX.Element;
|
|
455
548
|
declare function CommandSeparator({
|
|
456
549
|
className,
|
|
457
550
|
...props
|
|
458
|
-
}: React$1.ComponentProps<typeof Command.Separator>):
|
|
551
|
+
}: React$1.ComponentProps<typeof Command.Separator>): react_jsx_runtime34.JSX.Element;
|
|
459
552
|
declare function CommandItem({
|
|
460
553
|
className,
|
|
461
554
|
...props
|
|
462
|
-
}: React$1.ComponentProps<typeof Command.Item>):
|
|
555
|
+
}: React$1.ComponentProps<typeof Command.Item>): react_jsx_runtime34.JSX.Element;
|
|
463
556
|
declare function CommandShortcut({
|
|
464
557
|
className,
|
|
465
558
|
...props
|
|
466
|
-
}: React$1.ComponentProps<"span">):
|
|
559
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime34.JSX.Element;
|
|
467
560
|
//#endregion
|
|
468
561
|
//#region src/primitives/ContextMenu/ContextMenu.d.ts
|
|
469
|
-
declare function ContextMenu({
|
|
562
|
+
declare function ContextMenu$1({
|
|
470
563
|
...props
|
|
471
|
-
}: React$1.ComponentProps<typeof
|
|
564
|
+
}: React$1.ComponentProps<typeof ContextMenu.Root>): react_jsx_runtime34.JSX.Element;
|
|
472
565
|
declare function ContextMenuTrigger({
|
|
473
566
|
...props
|
|
474
|
-
}: React$1.ComponentProps<typeof
|
|
567
|
+
}: React$1.ComponentProps<typeof ContextMenu.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
475
568
|
declare function ContextMenuGroup({
|
|
476
569
|
...props
|
|
477
|
-
}: React$1.ComponentProps<typeof
|
|
570
|
+
}: React$1.ComponentProps<typeof ContextMenu.Group>): react_jsx_runtime34.JSX.Element;
|
|
478
571
|
declare function ContextMenuPortal({
|
|
479
572
|
...props
|
|
480
|
-
}: React$1.ComponentProps<typeof
|
|
573
|
+
}: React$1.ComponentProps<typeof ContextMenu.Portal>): react_jsx_runtime34.JSX.Element;
|
|
481
574
|
declare function ContextMenuSub({
|
|
482
575
|
...props
|
|
483
|
-
}: React$1.ComponentProps<typeof
|
|
576
|
+
}: React$1.ComponentProps<typeof ContextMenu.Sub>): react_jsx_runtime34.JSX.Element;
|
|
484
577
|
declare function ContextMenuRadioGroup({
|
|
485
578
|
...props
|
|
486
|
-
}: React$1.ComponentProps<typeof
|
|
579
|
+
}: React$1.ComponentProps<typeof ContextMenu.RadioGroup>): react_jsx_runtime34.JSX.Element;
|
|
487
580
|
declare function ContextMenuSubTrigger({
|
|
488
581
|
className,
|
|
489
582
|
inset,
|
|
490
583
|
children,
|
|
491
584
|
...props
|
|
492
|
-
}: React$1.ComponentProps<typeof
|
|
585
|
+
}: React$1.ComponentProps<typeof ContextMenu.SubTrigger> & {
|
|
493
586
|
inset?: boolean;
|
|
494
|
-
}):
|
|
587
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
495
588
|
declare function ContextMenuSubContent({
|
|
496
589
|
className,
|
|
497
590
|
...props
|
|
498
|
-
}: React$1.ComponentProps<typeof
|
|
591
|
+
}: React$1.ComponentProps<typeof ContextMenu.SubContent>): react_jsx_runtime34.JSX.Element;
|
|
499
592
|
declare function ContextMenuContent({
|
|
500
593
|
className,
|
|
501
594
|
...props
|
|
502
|
-
}: React$1.ComponentProps<typeof
|
|
595
|
+
}: React$1.ComponentProps<typeof ContextMenu.Content>): react_jsx_runtime34.JSX.Element;
|
|
503
596
|
declare function ContextMenuItem({
|
|
504
597
|
className,
|
|
505
598
|
inset,
|
|
506
599
|
variant,
|
|
507
600
|
...props
|
|
508
|
-
}: React$1.ComponentProps<typeof
|
|
601
|
+
}: React$1.ComponentProps<typeof ContextMenu.Item> & {
|
|
509
602
|
inset?: boolean;
|
|
510
603
|
variant?: "default" | "destructive";
|
|
511
|
-
}):
|
|
604
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
512
605
|
declare function ContextMenuCheckboxItem({
|
|
513
606
|
className,
|
|
514
607
|
children,
|
|
515
608
|
checked,
|
|
516
609
|
...props
|
|
517
|
-
}: React$1.ComponentProps<typeof
|
|
610
|
+
}: React$1.ComponentProps<typeof ContextMenu.CheckboxItem>): react_jsx_runtime34.JSX.Element;
|
|
518
611
|
declare function ContextMenuRadioItem({
|
|
519
612
|
className,
|
|
520
613
|
children,
|
|
521
614
|
...props
|
|
522
|
-
}: React$1.ComponentProps<typeof
|
|
615
|
+
}: React$1.ComponentProps<typeof ContextMenu.RadioItem>): react_jsx_runtime34.JSX.Element;
|
|
523
616
|
declare function ContextMenuLabel({
|
|
524
617
|
className,
|
|
525
618
|
inset,
|
|
526
619
|
...props
|
|
527
|
-
}: React$1.ComponentProps<typeof
|
|
620
|
+
}: React$1.ComponentProps<typeof ContextMenu.Label> & {
|
|
528
621
|
inset?: boolean;
|
|
529
|
-
}):
|
|
622
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
530
623
|
declare function ContextMenuSeparator({
|
|
531
624
|
className,
|
|
532
625
|
...props
|
|
533
|
-
}: React$1.ComponentProps<typeof
|
|
626
|
+
}: React$1.ComponentProps<typeof ContextMenu.Separator>): react_jsx_runtime34.JSX.Element;
|
|
534
627
|
declare function ContextMenuShortcut({
|
|
535
628
|
className,
|
|
536
629
|
...props
|
|
537
|
-
}: React$1.ComponentProps<"span">):
|
|
630
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime34.JSX.Element;
|
|
631
|
+
//#endregion
|
|
632
|
+
//#region src/primitives/Credits/Credits.d.ts
|
|
633
|
+
type CreditsVariant = "default" | "warning" | "critical";
|
|
634
|
+
declare const creditsVariants: (props?: ({
|
|
635
|
+
variant?: "default" | "warning" | "critical" | null | undefined;
|
|
636
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
637
|
+
type CreditsProps = Omit<React$1.ComponentProps<"span">, "children"> & {
|
|
638
|
+
/** The numeric balance. */
|
|
639
|
+
value: number;
|
|
640
|
+
/** Force a variant; by default it is derived from `value`. */
|
|
641
|
+
variant?: CreditsVariant;
|
|
642
|
+
/** Balance at/below which the warning variant kicks in. Default 200. */
|
|
643
|
+
lowThreshold?: number;
|
|
644
|
+
/** Override the leading icon. */
|
|
645
|
+
icon?: React$1.ReactNode;
|
|
646
|
+
/** Override how the value is rendered. */
|
|
647
|
+
format?: (value: number) => string;
|
|
648
|
+
};
|
|
649
|
+
declare function Credits({
|
|
650
|
+
className,
|
|
651
|
+
value,
|
|
652
|
+
variant,
|
|
653
|
+
lowThreshold,
|
|
654
|
+
icon,
|
|
655
|
+
format,
|
|
656
|
+
...props
|
|
657
|
+
}: CreditsProps): react_jsx_runtime34.JSX.Element;
|
|
538
658
|
//#endregion
|
|
539
659
|
//#region src/primitives/Drawer/Drawer.d.ts
|
|
540
660
|
declare function Drawer$1({
|
|
541
661
|
...props
|
|
542
|
-
}: React$1.ComponentProps<typeof Drawer.Root>):
|
|
662
|
+
}: React$1.ComponentProps<typeof Drawer.Root>): react_jsx_runtime34.JSX.Element;
|
|
543
663
|
declare function DrawerTrigger({
|
|
544
664
|
...props
|
|
545
|
-
}: React$1.ComponentProps<typeof Drawer.Trigger>):
|
|
665
|
+
}: React$1.ComponentProps<typeof Drawer.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
546
666
|
declare function DrawerPortal({
|
|
547
667
|
...props
|
|
548
|
-
}: React$1.ComponentProps<typeof Drawer.Portal>):
|
|
668
|
+
}: React$1.ComponentProps<typeof Drawer.Portal>): react_jsx_runtime34.JSX.Element;
|
|
549
669
|
declare function DrawerClose({
|
|
550
670
|
...props
|
|
551
|
-
}: React$1.ComponentProps<typeof Drawer.Close>):
|
|
671
|
+
}: React$1.ComponentProps<typeof Drawer.Close>): react_jsx_runtime34.JSX.Element;
|
|
552
672
|
declare function DrawerOverlay({
|
|
553
673
|
className,
|
|
554
674
|
...props
|
|
555
|
-
}: React$1.ComponentProps<typeof Drawer.Overlay>):
|
|
675
|
+
}: React$1.ComponentProps<typeof Drawer.Overlay>): react_jsx_runtime34.JSX.Element;
|
|
556
676
|
declare function DrawerContent({
|
|
557
677
|
className,
|
|
558
678
|
children,
|
|
559
679
|
...props
|
|
560
|
-
}: React$1.ComponentProps<typeof Drawer.Content>):
|
|
680
|
+
}: React$1.ComponentProps<typeof Drawer.Content>): react_jsx_runtime34.JSX.Element;
|
|
561
681
|
declare function DrawerHeader({
|
|
562
682
|
className,
|
|
563
683
|
...props
|
|
564
|
-
}: React$1.ComponentProps<"div">):
|
|
684
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
565
685
|
declare function DrawerFooter({
|
|
566
686
|
className,
|
|
567
687
|
...props
|
|
568
|
-
}: React$1.ComponentProps<"div">):
|
|
688
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
569
689
|
declare function DrawerTitle({
|
|
570
690
|
className,
|
|
571
691
|
...props
|
|
572
|
-
}: React$1.ComponentProps<typeof Drawer.Title>):
|
|
692
|
+
}: React$1.ComponentProps<typeof Drawer.Title>): react_jsx_runtime34.JSX.Element;
|
|
573
693
|
declare function DrawerDescription({
|
|
574
694
|
className,
|
|
575
695
|
...props
|
|
576
|
-
}: React$1.ComponentProps<typeof Drawer.Description>):
|
|
696
|
+
}: React$1.ComponentProps<typeof Drawer.Description>): react_jsx_runtime34.JSX.Element;
|
|
577
697
|
//#endregion
|
|
578
698
|
//#region src/primitives/DropdownMenu/DropdownMenu.d.ts
|
|
579
|
-
declare function DropdownMenu({
|
|
699
|
+
declare function DropdownMenu$1({
|
|
580
700
|
...props
|
|
581
|
-
}: React$1.ComponentProps<typeof
|
|
701
|
+
}: React$1.ComponentProps<typeof DropdownMenu.Root>): react_jsx_runtime34.JSX.Element;
|
|
582
702
|
declare function DropdownMenuPortal({
|
|
583
703
|
...props
|
|
584
|
-
}: React$1.ComponentProps<typeof
|
|
704
|
+
}: React$1.ComponentProps<typeof DropdownMenu.Portal>): react_jsx_runtime34.JSX.Element;
|
|
585
705
|
declare function DropdownMenuTrigger({
|
|
586
706
|
...props
|
|
587
|
-
}: React$1.ComponentProps<typeof
|
|
707
|
+
}: React$1.ComponentProps<typeof DropdownMenu.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
588
708
|
declare function DropdownMenuContent({
|
|
589
709
|
className,
|
|
590
710
|
sideOffset,
|
|
591
711
|
...props
|
|
592
|
-
}: React$1.ComponentProps<typeof
|
|
712
|
+
}: React$1.ComponentProps<typeof DropdownMenu.Content>): react_jsx_runtime34.JSX.Element;
|
|
593
713
|
declare function DropdownMenuGroup({
|
|
594
714
|
...props
|
|
595
|
-
}: React$1.ComponentProps<typeof
|
|
715
|
+
}: React$1.ComponentProps<typeof DropdownMenu.Group>): react_jsx_runtime34.JSX.Element;
|
|
596
716
|
declare function DropdownMenuItem({
|
|
597
717
|
className,
|
|
598
718
|
inset,
|
|
599
719
|
variant,
|
|
600
720
|
...props
|
|
601
|
-
}: React$1.ComponentProps<typeof
|
|
721
|
+
}: React$1.ComponentProps<typeof DropdownMenu.Item> & {
|
|
602
722
|
inset?: boolean;
|
|
603
723
|
variant?: "default" | "destructive";
|
|
604
|
-
}):
|
|
724
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
605
725
|
declare function DropdownMenuCheckboxItem({
|
|
606
726
|
className,
|
|
607
727
|
children,
|
|
608
728
|
checked,
|
|
609
729
|
...props
|
|
610
|
-
}: React$1.ComponentProps<typeof
|
|
730
|
+
}: React$1.ComponentProps<typeof DropdownMenu.CheckboxItem>): react_jsx_runtime34.JSX.Element;
|
|
611
731
|
declare function DropdownMenuRadioGroup({
|
|
612
732
|
...props
|
|
613
|
-
}: React$1.ComponentProps<typeof
|
|
733
|
+
}: React$1.ComponentProps<typeof DropdownMenu.RadioGroup>): react_jsx_runtime34.JSX.Element;
|
|
614
734
|
declare function DropdownMenuRadioItem({
|
|
615
735
|
className,
|
|
616
736
|
children,
|
|
617
737
|
...props
|
|
618
|
-
}: React$1.ComponentProps<typeof
|
|
738
|
+
}: React$1.ComponentProps<typeof DropdownMenu.RadioItem>): react_jsx_runtime34.JSX.Element;
|
|
619
739
|
declare function DropdownMenuLabel({
|
|
620
740
|
className,
|
|
621
741
|
inset,
|
|
622
742
|
...props
|
|
623
|
-
}: React$1.ComponentProps<typeof
|
|
743
|
+
}: React$1.ComponentProps<typeof DropdownMenu.Label> & {
|
|
624
744
|
inset?: boolean;
|
|
625
|
-
}):
|
|
745
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
626
746
|
declare function DropdownMenuSeparator({
|
|
627
747
|
className,
|
|
628
748
|
...props
|
|
629
|
-
}: React$1.ComponentProps<typeof
|
|
749
|
+
}: React$1.ComponentProps<typeof DropdownMenu.Separator>): react_jsx_runtime34.JSX.Element;
|
|
630
750
|
declare function DropdownMenuShortcut({
|
|
631
751
|
className,
|
|
632
752
|
...props
|
|
633
|
-
}: React$1.ComponentProps<"span">):
|
|
753
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime34.JSX.Element;
|
|
634
754
|
declare function DropdownMenuSub({
|
|
635
755
|
...props
|
|
636
|
-
}: React$1.ComponentProps<typeof
|
|
756
|
+
}: React$1.ComponentProps<typeof DropdownMenu.Sub>): react_jsx_runtime34.JSX.Element;
|
|
637
757
|
declare function DropdownMenuSubTrigger({
|
|
638
758
|
className,
|
|
639
759
|
inset,
|
|
640
760
|
children,
|
|
641
761
|
...props
|
|
642
|
-
}: React$1.ComponentProps<typeof
|
|
762
|
+
}: React$1.ComponentProps<typeof DropdownMenu.SubTrigger> & {
|
|
643
763
|
inset?: boolean;
|
|
644
|
-
}):
|
|
764
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
645
765
|
declare function DropdownMenuSubContent({
|
|
646
766
|
className,
|
|
647
767
|
...props
|
|
648
|
-
}: React$1.ComponentProps<typeof
|
|
768
|
+
}: React$1.ComponentProps<typeof DropdownMenu.SubContent>): react_jsx_runtime34.JSX.Element;
|
|
769
|
+
//#endregion
|
|
770
|
+
//#region src/primitives/Empty/Empty.d.ts
|
|
771
|
+
declare const emptyVariants: (props?: ({
|
|
772
|
+
variant?: "default" | "outline" | "background" | "outline-dashed" | null | undefined;
|
|
773
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
774
|
+
declare function Empty({
|
|
775
|
+
className,
|
|
776
|
+
variant,
|
|
777
|
+
...props
|
|
778
|
+
}: React$1.ComponentProps<"div"> & VariantProps<typeof emptyVariants>): react_jsx_runtime34.JSX.Element;
|
|
779
|
+
declare function EmptyHeader({
|
|
780
|
+
className,
|
|
781
|
+
...props
|
|
782
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
783
|
+
declare const emptyMediaVariants: (props?: ({
|
|
784
|
+
variant?: "default" | "icon" | null | undefined;
|
|
785
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
786
|
+
declare function EmptyMedia({
|
|
787
|
+
className,
|
|
788
|
+
variant,
|
|
789
|
+
...props
|
|
790
|
+
}: React$1.ComponentProps<"div"> & VariantProps<typeof emptyMediaVariants>): react_jsx_runtime34.JSX.Element;
|
|
791
|
+
declare function EmptyTitle({
|
|
792
|
+
className,
|
|
793
|
+
...props
|
|
794
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
795
|
+
declare function EmptyDescription({
|
|
796
|
+
className,
|
|
797
|
+
...props
|
|
798
|
+
}: React$1.ComponentProps<"p">): react_jsx_runtime34.JSX.Element;
|
|
799
|
+
declare function EmptyContent({
|
|
800
|
+
className,
|
|
801
|
+
...props
|
|
802
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
803
|
+
//#endregion
|
|
804
|
+
//#region src/primitives/Label/Label.d.ts
|
|
805
|
+
declare function Label$1({
|
|
806
|
+
className,
|
|
807
|
+
align,
|
|
808
|
+
...props
|
|
809
|
+
}: React$1.ComponentProps<typeof Label.Root> & {
|
|
810
|
+
align?: "block" | "inline";
|
|
811
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
812
|
+
//#endregion
|
|
813
|
+
//#region src/primitives/Field/Field.d.ts
|
|
814
|
+
declare function FieldSet({
|
|
815
|
+
className,
|
|
816
|
+
...props
|
|
817
|
+
}: React$1.ComponentProps<"fieldset">): react_jsx_runtime34.JSX.Element;
|
|
818
|
+
declare function FieldLegend({
|
|
819
|
+
className,
|
|
820
|
+
variant,
|
|
821
|
+
...props
|
|
822
|
+
}: React$1.ComponentProps<"legend"> & {
|
|
823
|
+
variant?: "legend" | "label";
|
|
824
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
825
|
+
declare function FieldGroup({
|
|
826
|
+
className,
|
|
827
|
+
...props
|
|
828
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
829
|
+
declare const fieldVariants: (props?: ({
|
|
830
|
+
orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
|
|
831
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
832
|
+
declare function Field({
|
|
833
|
+
className,
|
|
834
|
+
orientation,
|
|
835
|
+
...props
|
|
836
|
+
}: React$1.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): react_jsx_runtime34.JSX.Element;
|
|
837
|
+
declare function FieldContent({
|
|
838
|
+
className,
|
|
839
|
+
...props
|
|
840
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
841
|
+
declare function FieldLabel({
|
|
842
|
+
className,
|
|
843
|
+
...props
|
|
844
|
+
}: React$1.ComponentProps<typeof Label$1>): react_jsx_runtime34.JSX.Element;
|
|
845
|
+
declare function FieldTitle({
|
|
846
|
+
className,
|
|
847
|
+
...props
|
|
848
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
849
|
+
declare function FieldDescription({
|
|
850
|
+
className,
|
|
851
|
+
...props
|
|
852
|
+
}: React$1.ComponentProps<"p">): react_jsx_runtime34.JSX.Element;
|
|
853
|
+
declare function FieldSeparator({
|
|
854
|
+
children,
|
|
855
|
+
className,
|
|
856
|
+
...props
|
|
857
|
+
}: React$1.ComponentProps<"div"> & {
|
|
858
|
+
children?: React$1.ReactNode;
|
|
859
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
860
|
+
declare function FieldError({
|
|
861
|
+
className,
|
|
862
|
+
children,
|
|
863
|
+
errors,
|
|
864
|
+
...props
|
|
865
|
+
}: React$1.ComponentProps<"div"> & {
|
|
866
|
+
errors?: Array<{
|
|
867
|
+
message?: string;
|
|
868
|
+
} | undefined>;
|
|
869
|
+
}): react_jsx_runtime34.JSX.Element | null;
|
|
649
870
|
//#endregion
|
|
650
871
|
//#region src/primitives/Form/Form.d.ts
|
|
651
872
|
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>({
|
|
@@ -670,7 +891,7 @@ declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransfor
|
|
|
670
891
|
}: react_hook_form0.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
671
892
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
|
|
672
893
|
...props
|
|
673
|
-
}: ControllerProps<TFieldValues, TName>) =>
|
|
894
|
+
}: ControllerProps<TFieldValues, TName>) => react_jsx_runtime34.JSX.Element;
|
|
674
895
|
declare const useFormField: () => {
|
|
675
896
|
invalid: boolean;
|
|
676
897
|
isDirty: boolean;
|
|
@@ -684,206 +905,536 @@ declare const useFormField: () => {
|
|
|
684
905
|
formMessageId: string;
|
|
685
906
|
};
|
|
686
907
|
declare function FormItem({
|
|
687
|
-
className,
|
|
688
908
|
...props
|
|
689
|
-
}: React$1.ComponentProps<
|
|
909
|
+
}: React$1.ComponentProps<typeof Field>): react_jsx_runtime34.JSX.Element;
|
|
690
910
|
declare function FormLabel({
|
|
691
911
|
className,
|
|
692
912
|
...props
|
|
693
|
-
}: React$1.ComponentProps<typeof
|
|
913
|
+
}: React$1.ComponentProps<typeof FieldLabel>): react_jsx_runtime34.JSX.Element;
|
|
694
914
|
declare function FormControl({
|
|
695
915
|
...props
|
|
696
|
-
}: React$1.ComponentProps<typeof Slot>):
|
|
916
|
+
}: React$1.ComponentProps<typeof Slot.Root>): react_jsx_runtime34.JSX.Element;
|
|
697
917
|
declare function FormDescription({
|
|
698
|
-
className,
|
|
699
918
|
...props
|
|
700
|
-
}: React$1.ComponentProps<
|
|
919
|
+
}: React$1.ComponentProps<typeof FieldDescription>): react_jsx_runtime34.JSX.Element;
|
|
701
920
|
declare function FormMessage({
|
|
702
|
-
|
|
921
|
+
children,
|
|
703
922
|
...props
|
|
704
|
-
}: React$1.ComponentProps<
|
|
923
|
+
}: React$1.ComponentProps<typeof FieldError>): react_jsx_runtime34.JSX.Element | null;
|
|
705
924
|
//#endregion
|
|
706
925
|
//#region src/primitives/HoverCard/HoverCard.d.ts
|
|
707
|
-
declare function HoverCard({
|
|
926
|
+
declare function HoverCard$1({
|
|
708
927
|
...props
|
|
709
|
-
}: React$1.ComponentProps<typeof
|
|
928
|
+
}: React$1.ComponentProps<typeof HoverCard.Root>): react_jsx_runtime34.JSX.Element;
|
|
710
929
|
declare function HoverCardTrigger({
|
|
711
930
|
...props
|
|
712
|
-
}: React$1.ComponentProps<typeof
|
|
931
|
+
}: React$1.ComponentProps<typeof HoverCard.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
713
932
|
declare function HoverCardContent({
|
|
714
933
|
className,
|
|
715
934
|
align,
|
|
716
935
|
sideOffset,
|
|
717
936
|
...props
|
|
718
|
-
}: React$1.ComponentProps<typeof
|
|
937
|
+
}: React$1.ComponentProps<typeof HoverCard.Content>): react_jsx_runtime34.JSX.Element;
|
|
938
|
+
//#endregion
|
|
939
|
+
//#region src/primitives/Icon/icon-names.d.ts
|
|
940
|
+
type IconName = "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "activity-square" | "air-vent" | "airplay" | "alarm-check" | "alarm-clock" | "alarm-clock-check" | "alarm-clock-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-minus" | "alarm-plus" | "alarm-smoke" | "album" | "alert-circle" | "alert-octagon" | "alert-triangle" | "align-center" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-justify" | "align-left" | "align-right" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "anchor" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window" | "app-window-mac" | "apple" | "archive" | "archive-restore" | "archive-x" | "area-chart" | "armchair" | "arrow-big-down" | "arrow-big-down-dash" | "arrow-big-left" | "arrow-big-left-dash" | "arrow-big-right" | "arrow-big-right-dash" | "arrow-big-up" | "arrow-big-up-dash" | "arrow-down" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-circle" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-left-from-circle" | "arrow-down-left-from-square" | "arrow-down-left-square" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-right-from-circle" | "arrow-down-right-from-square" | "arrow-down-right-square" | "arrow-down-square" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "arrow-down-z-a" | "arrow-down-za" | "arrow-left" | "arrow-left-circle" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-square" | "arrow-left-to-line" | "arrow-right" | "arrow-right-circle" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-square" | "arrow-right-to-line" | "arrow-up" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-circle" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-left-from-circle" | "arrow-up-left-from-square" | "arrow-up-left-square" | "arrow-up-narrow-wide" | "arrow-up-right" | "arrow-up-right-from-circle" | "arrow-up-right-from-square" | "arrow-up-right-square" | "arrow-up-square" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrows-up-from-line" | "asterisk" | "asterisk-square" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3-d" | "axis-3d" | "baby" | "backpack" | "badge" | "badge-alert" | "badge-cent" | "badge-check" | "badge-dollar-sign" | "badge-euro" | "badge-help" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-x" | "baggage-claim" | "ban" | "banana" | "bandage" | "banknote" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "bar-chart" | "bar-chart-2" | "bar-chart-3" | "bar-chart-4" | "bar-chart-big" | "bar-chart-horizontal" | "bar-chart-horizontal-big" | "barcode" | "baseline" | "bath" | "battery" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "beaker" | "bean" | "bean-off" | "bed" | "bed-double" | "bed-single" | "beef" | "beer" | "beer-off" | "bell" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "between-horizonal-end" | "between-horizonal-start" | "between-horizontal-end" | "between-horizontal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bold" | "bolt" | "bomb" | "bone" | "book" | "book-a" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open" | "book-open-check" | "book-open-text" | "book-plus" | "book-template" | "book-text" | "book-type" | "book-up" | "book-up-2" | "book-user" | "book-x" | "bookmark" | "bookmark-check" | "bookmark-minus" | "bookmark-plus" | "bookmark-x" | "boom-box" | "bot" | "bot-message-square" | "bot-off" | "box" | "box-select" | "boxes" | "braces" | "brackets" | "brain" | "brain-circuit" | "brain-cog" | "brick-wall" | "briefcase" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "bring-to-front" | "brush" | "bug" | "bug-off" | "bug-play" | "building" | "building-2" | "bus" | "bus-front" | "cable" | "cable-car" | "cake" | "cake-slice" | "calculator" | "calendar" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check" | "calendar-check-2" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus" | "calendar-minus-2" | "calendar-off" | "calendar-plus" | "calendar-plus-2" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x" | "calendar-x-2" | "camera" | "camera-off" | "candlestick-chart" | "candy" | "candy-cane" | "candy-off" | "cannabis" | "captions" | "captions-off" | "car" | "car-front" | "car-taxi-front" | "caravan" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv" | "chart-area" | "chart-bar" | "chart-bar-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-candlestick" | "chart-column" | "chart-column-big" | "chart-column-decreasing" | "chart-column-increasing" | "chart-column-stacked" | "chart-gantt" | "chart-line" | "chart-network" | "chart-no-axes-column" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "chart-pie" | "chart-scatter" | "chart-spline" | "check" | "check-check" | "check-circle" | "check-circle-2" | "check-square" | "check-square-2" | "chef-hat" | "cherry" | "chevron-down" | "chevron-down-circle" | "chevron-down-square" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-left-circle" | "chevron-left-square" | "chevron-right" | "chevron-right-circle" | "chevron-right-square" | "chevron-up" | "chevron-up-circle" | "chevron-up-square" | "chevrons-down" | "chevrons-down-up" | "chevrons-left" | "chevrons-left-right" | "chevrons-left-right-ellipsis" | "chevrons-right" | "chevrons-right-left" | "chevrons-up" | "chevrons-up-down" | "chrome" | "church" | "cigarette" | "cigarette-off" | "circle" | "circle-alert" | "circle-arrow-down" | "circle-arrow-left" | "circle-arrow-out-down-left" | "circle-arrow-out-down-right" | "circle-arrow-out-up-left" | "circle-arrow-out-up-right" | "circle-arrow-right" | "circle-arrow-up" | "circle-check" | "circle-check-big" | "circle-chevron-down" | "circle-chevron-left" | "circle-chevron-right" | "circle-chevron-up" | "circle-dashed" | "circle-divide" | "circle-dollar-sign" | "circle-dot" | "circle-dot-dashed" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "circle-help" | "circle-minus" | "circle-off" | "circle-parking" | "circle-parking-off" | "circle-pause" | "circle-percent" | "circle-play" | "circle-plus" | "circle-power" | "circle-slash" | "circle-slash-2" | "circle-slashed" | "circle-small" | "circle-stop" | "circle-user" | "circle-user-round" | "circle-x" | "circuit-board" | "citrus" | "clapperboard" | "clipboard" | "clipboard-check" | "clipboard-copy" | "clipboard-edit" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen" | "clipboard-pen-line" | "clipboard-plus" | "clipboard-signature" | "clipboard-type" | "clipboard-x" | "clock" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-fading" | "cloud" | "cloud-alert" | "cloud-cog" | "cloud-download" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon" | "cloud-moon-rain" | "cloud-off" | "cloud-rain" | "cloud-rain-wind" | "cloud-snow" | "cloud-sun" | "cloud-sun-rain" | "cloud-upload" | "cloudy" | "clover" | "club" | "code" | "code-2" | "code-square" | "code-xml" | "codepen" | "codesandbox" | "coffee" | "cog" | "coins" | "columns" | "columns-2" | "columns-3" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact" | "contact-2" | "contact-round" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "curly-braces" | "currency" | "cylinder" | "dam" | "database" | "database-backup" | "database-zap" | "delete" | "dessert" | "diameter" | "diamond" | "diamond-minus" | "diamond-percent" | "diamond-plus" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc" | "disc-2" | "disc-3" | "disc-album" | "divide" | "divide-circle" | "divide-square" | "dna" | "dna-off" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed" | "door-open" | "dot" | "dot-square" | "download" | "download-cloud" | "drafting-compass" | "drama" | "dribbble" | "drill" | "droplet" | "droplet-off" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear" | "ear-off" | "earth" | "earth-lock" | "eclipse" | "edit" | "edit-2" | "edit-3" | "egg" | "egg-fried" | "egg-off" | "ellipsis" | "ellipsis-vertical" | "equal" | "equal-approximately" | "equal-not" | "equal-square" | "eraser" | "ethernet-port" | "euro" | "expand" | "external-link" | "eye" | "eye-closed" | "eye-off" | "facebook" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "figma" | "file" | "file-archive" | "file-audio" | "file-audio-2" | "file-axis-3-d" | "file-axis-3d" | "file-badge" | "file-badge-2" | "file-bar-chart" | "file-bar-chart-2" | "file-box" | "file-chart-column" | "file-chart-column-increasing" | "file-chart-line" | "file-chart-pie" | "file-check" | "file-check-2" | "file-clock" | "file-code" | "file-code-2" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-edit" | "file-heart" | "file-image" | "file-input" | "file-json" | "file-json-2" | "file-key" | "file-key-2" | "file-line-chart" | "file-lock" | "file-lock-2" | "file-minus" | "file-minus-2" | "file-music" | "file-output" | "file-pen" | "file-pen-line" | "file-pie-chart" | "file-plus" | "file-plus-2" | "file-question" | "file-scan" | "file-search" | "file-search-2" | "file-signature" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type" | "file-type-2" | "file-up" | "file-user" | "file-video" | "file-video-2" | "file-volume" | "file-volume-2" | "file-warning" | "file-x" | "file-x-2" | "files" | "film" | "filter" | "filter-x" | "fingerprint" | "fire-extinguisher" | "fish" | "fish-off" | "fish-symbol" | "flag" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flame" | "flame-kindling" | "flashlight" | "flashlight-off" | "flask-conical" | "flask-conical-off" | "flask-round" | "flip-horizontal" | "flip-horizontal-2" | "flip-vertical" | "flip-vertical-2" | "flower" | "flower-2" | "focus" | "fold-horizontal" | "fold-vertical" | "folder" | "folder-archive" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-edit" | "folder-git" | "folder-git-2" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open" | "folder-open-dot" | "folder-output" | "folder-pen" | "folder-plus" | "folder-root" | "folder-search" | "folder-search-2" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folders" | "footprints" | "fork-knife" | "fork-knife-crossed" | "forklift" | "form-input" | "forward" | "frame" | "framer" | "frown" | "fuel" | "fullscreen" | "function-square" | "funnel" | "funnel-plus" | "funnel-x" | "gallery-horizontal" | "gallery-horizontal-end" | "gallery-thumbnails" | "gallery-vertical" | "gallery-vertical-end" | "gamepad" | "gamepad-2" | "gantt-chart" | "gantt-chart-square" | "gauge" | "gauge-circle" | "gavel" | "gem" | "ghost" | "gift" | "git-branch" | "git-branch-plus" | "git-commit" | "git-commit-horizontal" | "git-commit-vertical" | "git-compare" | "git-compare-arrows" | "git-fork" | "git-graph" | "git-merge" | "git-pull-request" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create" | "git-pull-request-create-arrow" | "git-pull-request-draft" | "github" | "gitlab" | "glass-water" | "glasses" | "globe" | "globe-2" | "globe-lock" | "goal" | "grab" | "graduation-cap" | "grape" | "grid" | "grid-2-x-2" | "grid-2-x-2-check" | "grid-2-x-2-plus" | "grid-2-x-2-x" | "grid-2x2" | "grid-2x2-check" | "grid-2x2-plus" | "grid-2x2-x" | "grid-3-x-3" | "grid-3x3" | "grip" | "grip-horizontal" | "grip-vertical" | "group" | "guitar" | "ham" | "hammer" | "hand" | "hand-coins" | "hand-heart" | "hand-helping" | "hand-metal" | "hand-platter" | "handshake" | "hard-drive" | "hard-drive-download" | "hard-drive-upload" | "hard-hat" | "hash" | "haze" | "hdmi-port" | "heading" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "headphone-off" | "headphones" | "headset" | "heart" | "heart-crack" | "heart-handshake" | "heart-off" | "heart-pulse" | "heater" | "help-circle" | "helping-hand" | "hexagon" | "highlighter" | "history" | "home" | "hop" | "hop-off" | "hospital" | "hotel" | "hourglass" | "house" | "house-plug" | "house-plus" | "house-wifi" | "ice-cream" | "ice-cream-2" | "ice-cream-bowl" | "ice-cream-cone" | "id-card" | "image" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "images" | "import" | "inbox" | "indent" | "indent-decrease" | "indent-increase" | "indian-rupee" | "infinity" | "info" | "inspect" | "inspection-panel" | "instagram" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kanban-square" | "kanban-square-dashed" | "key" | "key-round" | "key-square" | "keyboard" | "keyboard-music" | "keyboard-off" | "lamp" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "land-plot" | "landmark" | "languages" | "laptop" | "laptop-2" | "laptop-minimal" | "laptop-minimal-check" | "lasso" | "lasso-select" | "laugh" | "layers" | "layers-2" | "layers-3" | "layout" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "letter-text" | "library" | "library-big" | "library-square" | "life-buoy" | "ligature" | "lightbulb" | "lightbulb-off" | "line-chart" | "link" | "link-2" | "link-2-off" | "linkedin" | "list" | "list-check" | "list-checks" | "list-collapse" | "list-end" | "list-filter" | "list-filter-plus" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader" | "loader-2" | "loader-circle" | "loader-pinwheel" | "locate" | "locate-fixed" | "locate-off" | "lock" | "lock-keyhole" | "lock-keyhole-open" | "lock-open" | "log-in" | "log-out" | "logs" | "lollipop" | "luggage" | "m-square" | "magnet" | "mail" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mailbox" | "mails" | "map" | "map-pin" | "map-pin-check" | "map-pin-check-inside" | "map-pin-house" | "map-pin-minus" | "map-pin-minus-inside" | "map-pin-off" | "map-pin-plus" | "map-pin-plus-inside" | "map-pin-x" | "map-pin-x-inside" | "map-pinned" | "map-plus" | "mars" | "mars-stroke" | "martini" | "maximize" | "maximize-2" | "medal" | "megaphone" | "megaphone-off" | "meh" | "memory-stick" | "menu" | "menu-square" | "merge" | "message-circle" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-square" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "messages-square" | "mic" | "mic-2" | "mic-off" | "mic-vocal" | "microchip" | "microscope" | "microwave" | "milestone" | "milk" | "milk-off" | "minimize" | "minimize-2" | "minus" | "minus-circle" | "minus-square" | "monitor" | "monitor-check" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "moon" | "moon-star" | "more-horizontal" | "more-vertical" | "mountain" | "mountain-snow" | "mouse" | "mouse-off" | "mouse-pointer" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer-square-dashed" | "move" | "move-3-d" | "move-3d" | "move-diagonal" | "move-diagonal-2" | "move-down" | "move-down-left" | "move-down-right" | "move-horizontal" | "move-left" | "move-right" | "move-up" | "move-up-left" | "move-up-right" | "move-vertical" | "music" | "music-2" | "music-3" | "music-4" | "navigation" | "navigation-2" | "navigation-2-off" | "navigation-off" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notepad-text" | "notepad-text-dashed" | "nut" | "nut-off" | "octagon" | "octagon-alert" | "octagon-minus" | "octagon-pause" | "octagon-x" | "omega" | "option" | "orbit" | "origami" | "outdent" | "package" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "paint-bucket" | "paint-roller" | "paintbrush" | "paintbrush-2" | "paintbrush-vertical" | "palette" | "palmtree" | "panel-bottom" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-left" | "panel-left-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "panel-right" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-top" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panels-left-bottom" | "panels-left-right" | "panels-right-bottom" | "panels-top-bottom" | "panels-top-left" | "paperclip" | "parentheses" | "parking-circle" | "parking-circle-off" | "parking-meter" | "parking-square" | "parking-square-off" | "party-popper" | "pause" | "pause-circle" | "pause-octagon" | "paw-print" | "pc-case" | "pen" | "pen-box" | "pen-line" | "pen-off" | "pen-square" | "pen-tool" | "pencil" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pentagon" | "percent" | "percent-circle" | "percent-diamond" | "percent-square" | "person-standing" | "philippine-peso" | "phone" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "pi" | "pi-square" | "piano" | "pickaxe" | "picture-in-picture" | "picture-in-picture-2" | "pie-chart" | "piggy-bank" | "pilcrow" | "pilcrow-left" | "pilcrow-right" | "pilcrow-square" | "pill" | "pill-bottle" | "pin" | "pin-off" | "pipette" | "pizza" | "plane" | "plane-landing" | "plane-takeoff" | "play" | "play-circle" | "play-square" | "plug" | "plug-2" | "plug-zap" | "plug-zap-2" | "plus" | "plus-circle" | "plus-square" | "pocket" | "pocket-knife" | "podcast" | "pointer" | "pointer-off" | "popcorn" | "popsicle" | "pound-sterling" | "power" | "power-circle" | "power-off" | "power-square" | "presentation" | "printer" | "printer-check" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio" | "radio-receiver" | "radio-tower" | "radius" | "rail-symbol" | "rainbow" | "rat" | "ratio" | "receipt" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "rectangle-ellipsis" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo" | "redo-2" | "redo-dot" | "refresh-ccw" | "refresh-ccw-dot" | "refresh-cw" | "refresh-cw-off" | "refrigerator" | "regex" | "remove-formatting" | "repeat" | "repeat-1" | "repeat-2" | "replace" | "replace-all" | "reply" | "reply-all" | "rewind" | "ribbon" | "rocket" | "rocking-chair" | "roller-coaster" | "rotate-3-d" | "rotate-3d" | "rotate-ccw" | "rotate-ccw-square" | "rotate-cw" | "rotate-cw-square" | "route" | "route-off" | "router" | "rows" | "rows-2" | "rows-3" | "rows-4" | "rss" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite" | "satellite-dish" | "saudi-riyal" | "save" | "save-all" | "save-off" | "scale" | "scale-3-d" | "scale-3d" | "scaling" | "scan" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scatter-chart" | "school" | "school-2" | "scissors" | "scissors-line-dashed" | "scissors-square" | "scissors-square-dashed-bottom" | "screen-share" | "screen-share-off" | "scroll" | "scroll-text" | "search" | "search-check" | "search-code" | "search-slash" | "search-x" | "section" | "send" | "send-horizonal" | "send-horizontal" | "send-to-back" | "separator-horizontal" | "separator-vertical" | "server" | "server-cog" | "server-crash" | "server-off" | "settings" | "settings-2" | "shapes" | "share" | "share-2" | "sheet" | "shell" | "shield" | "shield-alert" | "shield-ban" | "shield-check" | "shield-close" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question" | "shield-user" | "shield-x" | "ship" | "ship-wheel" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sidebar" | "sidebar-close" | "sidebar-open" | "sigma" | "sigma-square" | "signal" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signature" | "signpost" | "signpost-big" | "siren" | "skip-back" | "skip-forward" | "skull" | "slack" | "slash" | "slash-square" | "slice" | "sliders" | "sliders-horizontal" | "sliders-vertical" | "smartphone" | "smartphone-charging" | "smartphone-nfc" | "smile" | "smile-plus" | "snail" | "snowflake" | "sofa" | "sort-asc" | "sort-desc" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "speaker" | "speech" | "spell-check" | "spell-check-2" | "spline" | "spline-pointer" | "split" | "split-square-horizontal" | "split-square-vertical" | "spray-can" | "sprout" | "square" | "square-activity" | "square-arrow-down" | "square-arrow-down-left" | "square-arrow-down-right" | "square-arrow-left" | "square-arrow-out-down-left" | "square-arrow-out-down-right" | "square-arrow-out-up-left" | "square-arrow-out-up-right" | "square-arrow-right" | "square-arrow-up" | "square-arrow-up-left" | "square-arrow-up-right" | "square-asterisk" | "square-bottom-dashed-scissors" | "square-chart-gantt" | "square-check" | "square-check-big" | "square-chevron-down" | "square-chevron-left" | "square-chevron-right" | "square-chevron-up" | "square-code" | "square-dashed" | "square-dashed-bottom" | "square-dashed-bottom-code" | "square-dashed-kanban" | "square-dashed-mouse-pointer" | "square-divide" | "square-dot" | "square-equal" | "square-function" | "square-gantt-chart" | "square-kanban" | "square-library" | "square-m" | "square-menu" | "square-minus" | "square-mouse-pointer" | "square-parking" | "square-parking-off" | "square-pen" | "square-percent" | "square-pi" | "square-pilcrow" | "square-play" | "square-plus" | "square-power" | "square-radical" | "square-round-corner" | "square-scissors" | "square-sigma" | "square-slash" | "square-split-horizontal" | "square-split-vertical" | "square-square" | "square-stack" | "square-terminal" | "square-user" | "square-user-round" | "square-x" | "squircle" | "squirrel" | "stamp" | "star" | "star-half" | "star-off" | "stars" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stop-circle" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "subtitles" | "sun" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "tablet" | "tablet-smartphone" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "target" | "telescope" | "tent" | "tent-tree" | "terminal" | "terminal-square" | "test-tube" | "test-tube-2" | "test-tube-diagonal" | "test-tubes" | "text" | "text-cursor" | "text-cursor-input" | "text-quote" | "text-search" | "text-select" | "text-selection" | "theater" | "thermometer" | "thermometer-snowflake" | "thermometer-sun" | "thumbs-down" | "thumbs-up" | "ticket" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "tickets" | "tickets-plane" | "timer" | "timer-off" | "timer-reset" | "toggle-left" | "toggle-right" | "toilet" | "tornado" | "torus" | "touchpad" | "touchpad-off" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train" | "train-front" | "train-front-tunnel" | "train-track" | "tram-front" | "transgender" | "trash" | "trash-2" | "tree-deciduous" | "tree-palm" | "tree-pine" | "trees" | "trello" | "trending-down" | "trending-up" | "trending-up-down" | "triangle" | "triangle-alert" | "triangle-dashed" | "triangle-right" | "trophy" | "truck" | "turtle" | "tv" | "tv-2" | "tv-minimal" | "tv-minimal-play" | "twitch" | "twitter" | "type" | "type-outline" | "umbrella" | "umbrella-off" | "underline" | "undo" | "undo-2" | "undo-dot" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "unlink" | "unlink-2" | "unlock" | "unlock-keyhole" | "unplug" | "upload" | "upload-cloud" | "usb" | "user" | "user-2" | "user-check" | "user-check-2" | "user-circle" | "user-circle-2" | "user-cog" | "user-cog-2" | "user-minus" | "user-minus-2" | "user-pen" | "user-plus" | "user-plus-2" | "user-round" | "user-round-check" | "user-round-cog" | "user-round-minus" | "user-round-pen" | "user-round-plus" | "user-round-search" | "user-round-x" | "user-search" | "user-square" | "user-square-2" | "user-x" | "user-x-2" | "users" | "users-2" | "users-round" | "utensils" | "utensils-crossed" | "utility-pole" | "variable" | "vault" | "vegan" | "venetian-mask" | "venus" | "venus-and-mars" | "verified" | "vibrate" | "vibrate-off" | "video" | "video-off" | "videotape" | "view" | "voicemail" | "volleyball" | "volume" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "vote" | "wallet" | "wallet-2" | "wallet-cards" | "wallet-minimal" | "wallpaper" | "wand" | "wand-2" | "wand-sparkles" | "warehouse" | "washing-machine" | "watch" | "waves" | "waves-ladder" | "waypoints" | "webcam" | "webhook" | "webhook-off" | "weight" | "wheat" | "wheat-off" | "whole-word" | "wifi" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-zero" | "wind" | "wind-arrow-down" | "wine" | "wine-off" | "workflow" | "worm" | "wrap-text" | "wrench" | "x" | "x-circle" | "x-octagon" | "x-square" | "youtube" | "zap" | "zap-off" | "zoom-in" | "zoom-out";
|
|
941
|
+
/** Runtime set of valid icon names (for validation / iteration). */
|
|
942
|
+
declare const ICON_NAMES: Set<IconName>;
|
|
943
|
+
//# sourceMappingURL=icon-names.d.ts.map
|
|
944
|
+
//#endregion
|
|
945
|
+
//#region src/primitives/Icon/Icon.d.ts
|
|
946
|
+
declare const ICON_SIZE: {
|
|
947
|
+
readonly xs: "size-3";
|
|
948
|
+
readonly sm: "size-3.5";
|
|
949
|
+
readonly md: "size-4";
|
|
950
|
+
readonly lg: "size-5";
|
|
951
|
+
readonly xl: "size-6";
|
|
952
|
+
};
|
|
953
|
+
/** Container (box) styling — combines shape + fill tone + color. */
|
|
954
|
+
declare const iconBoxVariants: (props?: ({
|
|
955
|
+
shape?: "round" | "square" | null | undefined;
|
|
956
|
+
color?: "default" | "destructive" | "success" | "muted" | "primary" | "inverted" | null | undefined;
|
|
957
|
+
fill?: "subtle" | "solid" | null | undefined;
|
|
958
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
959
|
+
type IconSize = keyof typeof ICON_SIZE;
|
|
960
|
+
type IconProps = Omit<React$1.ComponentProps<"span">, "color"> & VariantProps<typeof iconBoxVariants> & {
|
|
961
|
+
/** lucide icon name, e.g. "search", "arrow-right". Fully typed for intellisense. */
|
|
962
|
+
icon: IconName;
|
|
963
|
+
size?: IconSize;
|
|
964
|
+
/**
|
|
965
|
+
* Wrap the icon in a {@link shape} container. Omit for a bare icon.
|
|
966
|
+
* When set, `fill` controls the background tone and `color` the accent.
|
|
967
|
+
*/
|
|
968
|
+
shape?: "square" | "round";
|
|
969
|
+
/** lucide stroke width passthrough. */
|
|
970
|
+
strokeWidth?: number;
|
|
971
|
+
/**
|
|
972
|
+
* Accessible label. When provided the icon is exposed as `role="img"`;
|
|
973
|
+
* otherwise it is decorative (`aria-hidden`).
|
|
974
|
+
*/
|
|
975
|
+
label?: string;
|
|
976
|
+
};
|
|
977
|
+
declare function Icon({
|
|
978
|
+
icon,
|
|
979
|
+
size,
|
|
980
|
+
color,
|
|
981
|
+
shape,
|
|
982
|
+
fill,
|
|
983
|
+
strokeWidth,
|
|
984
|
+
label,
|
|
985
|
+
className,
|
|
986
|
+
...props
|
|
987
|
+
}: IconProps): react_jsx_runtime34.JSX.Element;
|
|
988
|
+
//#endregion
|
|
989
|
+
//#region src/primitives/InfoBanner/InfoBanner.d.ts
|
|
990
|
+
declare const infoBannerVariants: (props?: ({
|
|
991
|
+
variant?: "success" | "warning" | "info" | "error" | "neutral" | null | undefined;
|
|
992
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
993
|
+
type InfoBannerProps = Omit<React$1.ComponentProps<"div">, "title"> & VariantProps<typeof infoBannerVariants> & {
|
|
994
|
+
/** Banner heading. */
|
|
995
|
+
title: string;
|
|
996
|
+
/** Optional supporting copy below the title. */
|
|
997
|
+
description?: React$1.ReactNode;
|
|
998
|
+
/** Override the default per-variant leading icon. */
|
|
999
|
+
icon?: React$1.ReactNode;
|
|
1000
|
+
/** Show the trailing dismiss button. Default true. */
|
|
1001
|
+
dismissible?: boolean;
|
|
1002
|
+
/** Controlled visibility. When provided, overrides internal state. */
|
|
1003
|
+
visible?: boolean;
|
|
1004
|
+
/** Called when the dismiss button is pressed. */
|
|
1005
|
+
onDismiss?: () => void;
|
|
1006
|
+
};
|
|
1007
|
+
declare function InfoBanner({
|
|
1008
|
+
title,
|
|
1009
|
+
description,
|
|
1010
|
+
variant,
|
|
1011
|
+
icon,
|
|
1012
|
+
dismissible,
|
|
1013
|
+
visible,
|
|
1014
|
+
onDismiss,
|
|
1015
|
+
className,
|
|
1016
|
+
...props
|
|
1017
|
+
}: InfoBannerProps): react_jsx_runtime34.JSX.Element | null;
|
|
719
1018
|
//#endregion
|
|
720
1019
|
//#region src/primitives/Input/Input.d.ts
|
|
1020
|
+
declare const inputVariants: (props?: ({
|
|
1021
|
+
size?: "sm" | "lg" | "default" | "xs" | null | undefined;
|
|
1022
|
+
shape?: "default" | "round" | null | undefined;
|
|
1023
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
721
1024
|
declare function Input({
|
|
722
1025
|
className,
|
|
723
1026
|
type,
|
|
1027
|
+
size,
|
|
1028
|
+
shape,
|
|
724
1029
|
...props
|
|
725
|
-
}: React$1.ComponentProps<"input">):
|
|
1030
|
+
}: Omit<React$1.ComponentProps<"input">, "size"> & VariantProps<typeof inputVariants>): react_jsx_runtime34.JSX.Element;
|
|
1031
|
+
//#endregion
|
|
1032
|
+
//#region src/primitives/InputGroup/InputGroup.d.ts
|
|
1033
|
+
declare function InputGroup({
|
|
1034
|
+
className,
|
|
1035
|
+
...props
|
|
1036
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1037
|
+
declare const inputGroupAddonVariants: (props?: ({
|
|
1038
|
+
align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
|
|
1039
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1040
|
+
declare function InputGroupAddon({
|
|
1041
|
+
className,
|
|
1042
|
+
align,
|
|
1043
|
+
...props
|
|
1044
|
+
}: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): react_jsx_runtime34.JSX.Element;
|
|
1045
|
+
declare const inputGroupButtonVariants: (props?: ({
|
|
1046
|
+
size?: "sm" | "xs" | "icon-xs" | "icon-sm" | null | undefined;
|
|
1047
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1048
|
+
declare function InputGroupButton({
|
|
1049
|
+
className,
|
|
1050
|
+
type,
|
|
1051
|
+
variant,
|
|
1052
|
+
size,
|
|
1053
|
+
...props
|
|
1054
|
+
}: Omit<React$1.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime34.JSX.Element;
|
|
1055
|
+
declare function InputGroupText({
|
|
1056
|
+
className,
|
|
1057
|
+
...props
|
|
1058
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime34.JSX.Element;
|
|
1059
|
+
declare function InputGroupInput({
|
|
1060
|
+
className,
|
|
1061
|
+
...props
|
|
1062
|
+
}: React$1.ComponentProps<typeof Input>): react_jsx_runtime34.JSX.Element;
|
|
1063
|
+
declare function InputGroupTextarea({
|
|
1064
|
+
className,
|
|
1065
|
+
...props
|
|
1066
|
+
}: React$1.ComponentProps<"textarea">): react_jsx_runtime34.JSX.Element;
|
|
726
1067
|
//#endregion
|
|
727
1068
|
//#region src/primitives/InputOtp/InputOtp.d.ts
|
|
1069
|
+
type DistributiveOmit<T, K extends PropertyKey> = T extends unknown ? Omit<T, K> : never;
|
|
1070
|
+
type InputOTPSize = "default" | "lg" | "sm" | "xs";
|
|
728
1071
|
declare function InputOTP({
|
|
729
1072
|
className,
|
|
730
1073
|
containerClassName,
|
|
1074
|
+
size,
|
|
1075
|
+
placeholder,
|
|
731
1076
|
...props
|
|
732
|
-
}: React$1.ComponentProps<typeof OTPInput> & {
|
|
1077
|
+
}: DistributiveOmit<React$1.ComponentProps<typeof OTPInput>, "size" | "placeholder"> & {
|
|
733
1078
|
containerClassName?: string;
|
|
734
|
-
|
|
1079
|
+
size?: InputOTPSize;
|
|
1080
|
+
placeholder?: string;
|
|
1081
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
735
1082
|
declare function InputOTPGroup({
|
|
736
1083
|
className,
|
|
737
1084
|
...props
|
|
738
|
-
}: React$1.ComponentProps<"div">):
|
|
1085
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
739
1086
|
declare function InputOTPSlot({
|
|
740
1087
|
index,
|
|
741
1088
|
className,
|
|
742
1089
|
...props
|
|
743
1090
|
}: React$1.ComponentProps<"div"> & {
|
|
744
1091
|
index: number;
|
|
745
|
-
}):
|
|
1092
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
746
1093
|
declare function InputOTPSeparator({
|
|
747
1094
|
...props
|
|
748
|
-
}: React$1.ComponentProps<"div">):
|
|
1095
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
749
1096
|
//#endregion
|
|
750
|
-
//#region src/primitives/
|
|
751
|
-
declare function
|
|
1097
|
+
//#region src/primitives/Item/Item.d.ts
|
|
1098
|
+
declare function ItemGroup({
|
|
1099
|
+
className,
|
|
1100
|
+
...props
|
|
1101
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1102
|
+
declare function ItemSeparator({
|
|
1103
|
+
className,
|
|
1104
|
+
...props
|
|
1105
|
+
}: React$1.ComponentProps<typeof Separator$1>): react_jsx_runtime34.JSX.Element;
|
|
1106
|
+
declare const itemVariants: (props?: ({
|
|
1107
|
+
variant?: "default" | "outline" | "muted" | null | undefined;
|
|
1108
|
+
size?: "sm" | "default" | null | undefined;
|
|
1109
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1110
|
+
declare function Item({
|
|
1111
|
+
className,
|
|
1112
|
+
variant,
|
|
1113
|
+
size,
|
|
1114
|
+
asChild,
|
|
1115
|
+
...props
|
|
1116
|
+
}: React$1.ComponentProps<"div"> & VariantProps<typeof itemVariants> & {
|
|
1117
|
+
asChild?: boolean;
|
|
1118
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1119
|
+
declare const itemMediaVariants: (props?: ({
|
|
1120
|
+
variant?: "default" | "icon" | "image" | null | undefined;
|
|
1121
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1122
|
+
declare function ItemMedia({
|
|
1123
|
+
className,
|
|
1124
|
+
variant,
|
|
1125
|
+
...props
|
|
1126
|
+
}: React$1.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): react_jsx_runtime34.JSX.Element;
|
|
1127
|
+
declare function ItemContent({
|
|
1128
|
+
className,
|
|
1129
|
+
...props
|
|
1130
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1131
|
+
declare function ItemTitle({
|
|
1132
|
+
className,
|
|
1133
|
+
...props
|
|
1134
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1135
|
+
declare function ItemDescription({
|
|
1136
|
+
className,
|
|
1137
|
+
...props
|
|
1138
|
+
}: React$1.ComponentProps<"p">): react_jsx_runtime34.JSX.Element;
|
|
1139
|
+
declare function ItemActions({
|
|
1140
|
+
className,
|
|
1141
|
+
...props
|
|
1142
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1143
|
+
declare function ItemHeader({
|
|
1144
|
+
className,
|
|
1145
|
+
...props
|
|
1146
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1147
|
+
declare function ItemFooter({
|
|
1148
|
+
className,
|
|
1149
|
+
...props
|
|
1150
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1151
|
+
//#endregion
|
|
1152
|
+
//#region src/primitives/Kbd/Kbd.d.ts
|
|
1153
|
+
declare function Kbd({
|
|
1154
|
+
className,
|
|
1155
|
+
...props
|
|
1156
|
+
}: React$1.ComponentProps<"kbd">): react_jsx_runtime34.JSX.Element;
|
|
1157
|
+
declare function KbdGroup({
|
|
752
1158
|
className,
|
|
753
1159
|
...props
|
|
754
|
-
}: React$1.ComponentProps<
|
|
1160
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1161
|
+
//#endregion
|
|
1162
|
+
//#region src/primitives/Link/Link.d.ts
|
|
1163
|
+
declare const linkVariants: (props?: ({
|
|
1164
|
+
variant?: "default" | "subtle" | "muted" | null | undefined;
|
|
1165
|
+
underline?: "always" | "hover" | null | undefined;
|
|
1166
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1167
|
+
type LinkProps = React$1.ComponentProps<"a"> & VariantProps<typeof linkVariants> & {
|
|
1168
|
+
/** Render the child element instead of an <a> (for router links). */
|
|
1169
|
+
asChild?: boolean;
|
|
1170
|
+
};
|
|
1171
|
+
declare function Link({
|
|
1172
|
+
asChild,
|
|
1173
|
+
className,
|
|
1174
|
+
variant,
|
|
1175
|
+
underline,
|
|
1176
|
+
...props
|
|
1177
|
+
}: LinkProps): react_jsx_runtime34.JSX.Element;
|
|
1178
|
+
//#endregion
|
|
1179
|
+
//#region src/primitives/Logo/Logo.d.ts
|
|
1180
|
+
type LogoBrand = "bodhi" | "slingshot" | "sustain" | "psai";
|
|
1181
|
+
type LogoVariant = "logo" | "icon";
|
|
1182
|
+
declare function Logo({
|
|
1183
|
+
brand,
|
|
1184
|
+
variant,
|
|
1185
|
+
...props
|
|
1186
|
+
}: React$1.ComponentProps<"svg"> & {
|
|
1187
|
+
/** Which product the mark belongs to. */
|
|
1188
|
+
brand: LogoBrand;
|
|
1189
|
+
/** `logo` is the full wordmark; `icon` is the compact symbol. */
|
|
1190
|
+
variant?: LogoVariant;
|
|
1191
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
755
1192
|
//#endregion
|
|
756
1193
|
//#region src/primitives/Menubar/Menubar.d.ts
|
|
757
|
-
declare function Menubar({
|
|
1194
|
+
declare function Menubar$1({
|
|
758
1195
|
className,
|
|
759
1196
|
...props
|
|
760
|
-
}: React$1.ComponentProps<typeof
|
|
1197
|
+
}: React$1.ComponentProps<typeof Menubar.Root>): react_jsx_runtime34.JSX.Element;
|
|
761
1198
|
declare function MenubarMenu({
|
|
762
1199
|
...props
|
|
763
|
-
}: React$1.ComponentProps<typeof
|
|
1200
|
+
}: React$1.ComponentProps<typeof Menubar.Menu>): react_jsx_runtime34.JSX.Element;
|
|
764
1201
|
declare function MenubarGroup({
|
|
765
1202
|
...props
|
|
766
|
-
}: React$1.ComponentProps<typeof
|
|
1203
|
+
}: React$1.ComponentProps<typeof Menubar.Group>): react_jsx_runtime34.JSX.Element;
|
|
767
1204
|
declare function MenubarPortal({
|
|
768
1205
|
...props
|
|
769
|
-
}: React$1.ComponentProps<typeof
|
|
1206
|
+
}: React$1.ComponentProps<typeof Menubar.Portal>): react_jsx_runtime34.JSX.Element;
|
|
770
1207
|
declare function MenubarRadioGroup({
|
|
771
1208
|
...props
|
|
772
|
-
}: React$1.ComponentProps<typeof
|
|
1209
|
+
}: React$1.ComponentProps<typeof Menubar.RadioGroup>): react_jsx_runtime34.JSX.Element;
|
|
773
1210
|
declare function MenubarTrigger({
|
|
774
1211
|
className,
|
|
775
1212
|
...props
|
|
776
|
-
}: React$1.ComponentProps<typeof
|
|
1213
|
+
}: React$1.ComponentProps<typeof Menubar.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
777
1214
|
declare function MenubarContent({
|
|
778
1215
|
className,
|
|
779
1216
|
align,
|
|
780
1217
|
alignOffset,
|
|
781
1218
|
sideOffset,
|
|
782
1219
|
...props
|
|
783
|
-
}: React$1.ComponentProps<typeof
|
|
1220
|
+
}: React$1.ComponentProps<typeof Menubar.Content>): react_jsx_runtime34.JSX.Element;
|
|
784
1221
|
declare function MenubarItem({
|
|
785
1222
|
className,
|
|
786
1223
|
inset,
|
|
787
1224
|
variant,
|
|
788
1225
|
...props
|
|
789
|
-
}: React$1.ComponentProps<typeof
|
|
1226
|
+
}: React$1.ComponentProps<typeof Menubar.Item> & {
|
|
790
1227
|
inset?: boolean;
|
|
791
1228
|
variant?: "default" | "destructive";
|
|
792
|
-
}):
|
|
1229
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
793
1230
|
declare function MenubarCheckboxItem({
|
|
794
1231
|
className,
|
|
795
1232
|
children,
|
|
796
1233
|
checked,
|
|
797
1234
|
...props
|
|
798
|
-
}: React$1.ComponentProps<typeof
|
|
1235
|
+
}: React$1.ComponentProps<typeof Menubar.CheckboxItem>): react_jsx_runtime34.JSX.Element;
|
|
799
1236
|
declare function MenubarRadioItem({
|
|
800
1237
|
className,
|
|
801
1238
|
children,
|
|
802
1239
|
...props
|
|
803
|
-
}: React$1.ComponentProps<typeof
|
|
1240
|
+
}: React$1.ComponentProps<typeof Menubar.RadioItem>): react_jsx_runtime34.JSX.Element;
|
|
804
1241
|
declare function MenubarLabel({
|
|
805
1242
|
className,
|
|
806
1243
|
inset,
|
|
807
1244
|
...props
|
|
808
|
-
}: React$1.ComponentProps<typeof
|
|
1245
|
+
}: React$1.ComponentProps<typeof Menubar.Label> & {
|
|
809
1246
|
inset?: boolean;
|
|
810
|
-
}):
|
|
1247
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
811
1248
|
declare function MenubarSeparator({
|
|
812
1249
|
className,
|
|
813
1250
|
...props
|
|
814
|
-
}: React$1.ComponentProps<typeof
|
|
1251
|
+
}: React$1.ComponentProps<typeof Menubar.Separator>): react_jsx_runtime34.JSX.Element;
|
|
815
1252
|
declare function MenubarShortcut({
|
|
816
1253
|
className,
|
|
817
1254
|
...props
|
|
818
|
-
}: React$1.ComponentProps<"span">):
|
|
1255
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime34.JSX.Element;
|
|
819
1256
|
declare function MenubarSub({
|
|
820
1257
|
...props
|
|
821
|
-
}: React$1.ComponentProps<typeof
|
|
1258
|
+
}: React$1.ComponentProps<typeof Menubar.Sub>): react_jsx_runtime34.JSX.Element;
|
|
822
1259
|
declare function MenubarSubTrigger({
|
|
823
1260
|
className,
|
|
824
1261
|
inset,
|
|
825
1262
|
children,
|
|
826
1263
|
...props
|
|
827
|
-
}: React$1.ComponentProps<typeof
|
|
1264
|
+
}: React$1.ComponentProps<typeof Menubar.SubTrigger> & {
|
|
828
1265
|
inset?: boolean;
|
|
829
|
-
}):
|
|
1266
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
830
1267
|
declare function MenubarSubContent({
|
|
831
1268
|
className,
|
|
832
1269
|
...props
|
|
833
|
-
}: React$1.ComponentProps<typeof
|
|
1270
|
+
}: React$1.ComponentProps<typeof Menubar.SubContent>): react_jsx_runtime34.JSX.Element;
|
|
1271
|
+
//#endregion
|
|
1272
|
+
//#region src/primitives/NativeSelect/NativeSelect.d.ts
|
|
1273
|
+
declare const nativeSelectVariants: (props?: ({
|
|
1274
|
+
size?: "sm" | "lg" | "default" | "xs" | null | undefined;
|
|
1275
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1276
|
+
declare function NativeSelect({
|
|
1277
|
+
className,
|
|
1278
|
+
size,
|
|
1279
|
+
children,
|
|
1280
|
+
...props
|
|
1281
|
+
}: Omit<React$1.ComponentProps<"select">, "size"> & VariantProps<typeof nativeSelectVariants>): react_jsx_runtime34.JSX.Element;
|
|
834
1282
|
//#endregion
|
|
835
1283
|
//#region src/primitives/NavigationMenu/NavigationMenu.d.ts
|
|
836
|
-
declare function NavigationMenu({
|
|
1284
|
+
declare function NavigationMenu$1({
|
|
837
1285
|
className,
|
|
838
1286
|
children,
|
|
839
1287
|
viewport,
|
|
840
1288
|
...props
|
|
841
|
-
}: React$1.ComponentProps<typeof
|
|
1289
|
+
}: React$1.ComponentProps<typeof NavigationMenu.Root> & {
|
|
842
1290
|
viewport?: boolean;
|
|
843
|
-
}):
|
|
1291
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
844
1292
|
declare function NavigationMenuList({
|
|
845
1293
|
className,
|
|
846
1294
|
...props
|
|
847
|
-
}: React$1.ComponentProps<typeof
|
|
1295
|
+
}: React$1.ComponentProps<typeof NavigationMenu.List>): react_jsx_runtime34.JSX.Element;
|
|
848
1296
|
declare function NavigationMenuItem({
|
|
849
1297
|
className,
|
|
850
1298
|
...props
|
|
851
|
-
}: React$1.ComponentProps<typeof
|
|
1299
|
+
}: React$1.ComponentProps<typeof NavigationMenu.Item>): react_jsx_runtime34.JSX.Element;
|
|
852
1300
|
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types0.ClassProp | undefined) => string;
|
|
853
1301
|
declare function NavigationMenuTrigger({
|
|
854
1302
|
className,
|
|
855
1303
|
children,
|
|
856
1304
|
...props
|
|
857
|
-
}: React$1.ComponentProps<typeof
|
|
1305
|
+
}: React$1.ComponentProps<typeof NavigationMenu.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
858
1306
|
declare function NavigationMenuContent({
|
|
859
1307
|
className,
|
|
860
1308
|
...props
|
|
861
|
-
}: React$1.ComponentProps<typeof
|
|
1309
|
+
}: React$1.ComponentProps<typeof NavigationMenu.Content>): react_jsx_runtime34.JSX.Element;
|
|
862
1310
|
declare function NavigationMenuViewport({
|
|
863
1311
|
className,
|
|
864
1312
|
...props
|
|
865
|
-
}: React$1.ComponentProps<typeof
|
|
1313
|
+
}: React$1.ComponentProps<typeof NavigationMenu.Viewport>): react_jsx_runtime34.JSX.Element;
|
|
866
1314
|
declare function NavigationMenuLink({
|
|
867
1315
|
className,
|
|
868
1316
|
...props
|
|
869
|
-
}: React$1.ComponentProps<typeof
|
|
1317
|
+
}: React$1.ComponentProps<typeof NavigationMenu.Link>): react_jsx_runtime34.JSX.Element;
|
|
870
1318
|
declare function NavigationMenuIndicator({
|
|
871
1319
|
className,
|
|
872
1320
|
...props
|
|
873
|
-
}: React$1.ComponentProps<typeof
|
|
1321
|
+
}: React$1.ComponentProps<typeof NavigationMenu.Indicator>): react_jsx_runtime34.JSX.Element;
|
|
1322
|
+
//#endregion
|
|
1323
|
+
//#region src/primitives/Popover/Popover.d.ts
|
|
1324
|
+
declare function Popover$1({
|
|
1325
|
+
...props
|
|
1326
|
+
}: React$1.ComponentProps<typeof Popover.Root>): react_jsx_runtime34.JSX.Element;
|
|
1327
|
+
declare function PopoverTrigger({
|
|
1328
|
+
...props
|
|
1329
|
+
}: React$1.ComponentProps<typeof Popover.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
1330
|
+
declare function PopoverContent({
|
|
1331
|
+
className,
|
|
1332
|
+
align,
|
|
1333
|
+
sideOffset,
|
|
1334
|
+
...props
|
|
1335
|
+
}: React$1.ComponentProps<typeof Popover.Content>): react_jsx_runtime34.JSX.Element;
|
|
1336
|
+
declare function PopoverAnchor({
|
|
1337
|
+
...props
|
|
1338
|
+
}: React$1.ComponentProps<typeof Popover.Anchor>): react_jsx_runtime34.JSX.Element;
|
|
1339
|
+
declare function PopoverHeader({
|
|
1340
|
+
className,
|
|
1341
|
+
...props
|
|
1342
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1343
|
+
declare function PopoverTitle({
|
|
1344
|
+
className,
|
|
1345
|
+
...props
|
|
1346
|
+
}: React$1.ComponentProps<"h2">): react_jsx_runtime34.JSX.Element;
|
|
1347
|
+
declare function PopoverDescription({
|
|
1348
|
+
className,
|
|
1349
|
+
...props
|
|
1350
|
+
}: React$1.ComponentProps<"p">): react_jsx_runtime34.JSX.Element;
|
|
1351
|
+
//#endregion
|
|
1352
|
+
//#region src/primitives/NavRail/NavRail.d.ts
|
|
1353
|
+
type NavRailMode = "icon" | "text" | "expanded" | "expand-on-hover";
|
|
1354
|
+
declare function NavRail({
|
|
1355
|
+
mode,
|
|
1356
|
+
className,
|
|
1357
|
+
...props
|
|
1358
|
+
}: React$1.ComponentProps<"nav"> & {
|
|
1359
|
+
mode?: NavRailMode;
|
|
1360
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1361
|
+
declare function NavRailSeparator({
|
|
1362
|
+
className,
|
|
1363
|
+
...props
|
|
1364
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1365
|
+
type NavRailItemProps = Omit<React$1.ComponentProps<"button">, "aria-label"> & {
|
|
1366
|
+
/** Tooltip text (icon mode) + accessible name + inline label (text/expanded). */
|
|
1367
|
+
label: string;
|
|
1368
|
+
active?: boolean;
|
|
1369
|
+
/** Render the child element instead of a <button> (e.g. a router link). */
|
|
1370
|
+
asChild?: boolean;
|
|
1371
|
+
tooltipSide?: "top" | "right" | "bottom" | "left";
|
|
1372
|
+
};
|
|
1373
|
+
declare function NavRailItem({
|
|
1374
|
+
label,
|
|
1375
|
+
active,
|
|
1376
|
+
asChild,
|
|
1377
|
+
tooltipSide,
|
|
1378
|
+
className,
|
|
1379
|
+
children,
|
|
1380
|
+
...props
|
|
1381
|
+
}: NavRailItemProps): react_jsx_runtime34.JSX.Element;
|
|
1382
|
+
type NavRailUserProps = React$1.ComponentProps<"div"> & {
|
|
1383
|
+
/** The avatar element (e.g. an <Avatar />). */
|
|
1384
|
+
avatar: React$1.ReactNode;
|
|
1385
|
+
name: React$1.ReactNode;
|
|
1386
|
+
email: React$1.ReactNode;
|
|
1387
|
+
};
|
|
1388
|
+
declare function NavRailUser({
|
|
1389
|
+
avatar,
|
|
1390
|
+
name,
|
|
1391
|
+
email,
|
|
1392
|
+
className,
|
|
1393
|
+
...props
|
|
1394
|
+
}: NavRailUserProps): react_jsx_runtime34.JSX.Element;
|
|
1395
|
+
/** Root for a rail item that opens a flyout submenu (wraps Popover). */
|
|
1396
|
+
declare function NavRailMenu(props: React$1.ComponentProps<typeof Popover$1>): react_jsx_runtime34.JSX.Element;
|
|
1397
|
+
type NavRailMenuTriggerProps = Omit<React$1.ComponentProps<"button">, "aria-label"> & {
|
|
1398
|
+
label: string;
|
|
1399
|
+
active?: boolean;
|
|
1400
|
+
};
|
|
1401
|
+
declare function NavRailMenuTrigger({
|
|
1402
|
+
label,
|
|
1403
|
+
active,
|
|
1404
|
+
className,
|
|
1405
|
+
children,
|
|
1406
|
+
...props
|
|
1407
|
+
}: NavRailMenuTriggerProps): react_jsx_runtime34.JSX.Element;
|
|
1408
|
+
declare function NavRailMenuContent({
|
|
1409
|
+
className,
|
|
1410
|
+
side,
|
|
1411
|
+
align,
|
|
1412
|
+
sideOffset,
|
|
1413
|
+
...props
|
|
1414
|
+
}: React$1.ComponentProps<typeof PopoverContent>): react_jsx_runtime34.JSX.Element;
|
|
1415
|
+
type NavRailMenuItemProps = React$1.ComponentProps<"button"> & {
|
|
1416
|
+
active?: boolean;
|
|
1417
|
+
asChild?: boolean;
|
|
1418
|
+
};
|
|
1419
|
+
declare function NavRailMenuItem({
|
|
1420
|
+
className,
|
|
1421
|
+
active,
|
|
1422
|
+
asChild,
|
|
1423
|
+
...props
|
|
1424
|
+
}: NavRailMenuItemProps): react_jsx_runtime34.JSX.Element;
|
|
874
1425
|
//#endregion
|
|
875
1426
|
//#region src/primitives/Pagination/Pagination.d.ts
|
|
876
1427
|
declare function Pagination({
|
|
877
1428
|
className,
|
|
878
1429
|
...props
|
|
879
|
-
}: React$1.ComponentProps<"nav">):
|
|
1430
|
+
}: React$1.ComponentProps<"nav">): react_jsx_runtime34.JSX.Element;
|
|
880
1431
|
declare function PaginationContent({
|
|
881
1432
|
className,
|
|
882
1433
|
...props
|
|
883
|
-
}: React$1.ComponentProps<"ul">):
|
|
1434
|
+
}: React$1.ComponentProps<"ul">): react_jsx_runtime34.JSX.Element;
|
|
884
1435
|
declare function PaginationItem({
|
|
885
1436
|
...props
|
|
886
|
-
}: React$1.ComponentProps<"li">):
|
|
1437
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime34.JSX.Element;
|
|
887
1438
|
type PaginationLinkProps = {
|
|
888
1439
|
isActive?: boolean;
|
|
889
1440
|
} & Pick<React$1.ComponentProps<typeof Button>, "size"> & React$1.ComponentProps<"a">;
|
|
@@ -892,36 +1443,19 @@ declare function PaginationLink({
|
|
|
892
1443
|
isActive,
|
|
893
1444
|
size,
|
|
894
1445
|
...props
|
|
895
|
-
}: PaginationLinkProps):
|
|
1446
|
+
}: PaginationLinkProps): react_jsx_runtime34.JSX.Element;
|
|
896
1447
|
declare function PaginationPrevious({
|
|
897
1448
|
className,
|
|
898
1449
|
...props
|
|
899
|
-
}: React$1.ComponentProps<typeof PaginationLink>):
|
|
1450
|
+
}: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime34.JSX.Element;
|
|
900
1451
|
declare function PaginationNext({
|
|
901
1452
|
className,
|
|
902
1453
|
...props
|
|
903
|
-
}: React$1.ComponentProps<typeof PaginationLink>):
|
|
1454
|
+
}: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime34.JSX.Element;
|
|
904
1455
|
declare function PaginationEllipsis({
|
|
905
1456
|
className,
|
|
906
1457
|
...props
|
|
907
|
-
}: React$1.ComponentProps<"span">):
|
|
908
|
-
//#endregion
|
|
909
|
-
//#region src/primitives/Popover/Popover.d.ts
|
|
910
|
-
declare function Popover({
|
|
911
|
-
...props
|
|
912
|
-
}: React$1.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime7.JSX.Element;
|
|
913
|
-
declare function PopoverTrigger({
|
|
914
|
-
...props
|
|
915
|
-
}: React$1.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime7.JSX.Element;
|
|
916
|
-
declare function PopoverContent({
|
|
917
|
-
className,
|
|
918
|
-
align,
|
|
919
|
-
sideOffset,
|
|
920
|
-
...props
|
|
921
|
-
}: React$1.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime7.JSX.Element;
|
|
922
|
-
declare function PopoverAnchor({
|
|
923
|
-
...props
|
|
924
|
-
}: React$1.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime7.JSX.Element;
|
|
1458
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime34.JSX.Element;
|
|
925
1459
|
//#endregion
|
|
926
1460
|
//#region src/primitives/Progress/Progress.d.ts
|
|
927
1461
|
declare const progressIndicatorVariants: {
|
|
@@ -929,199 +1463,186 @@ declare const progressIndicatorVariants: {
|
|
|
929
1463
|
readonly analyzing: "bg-[var(--progress-analyzing)]";
|
|
930
1464
|
readonly ingesting: "bg-[var(--progress-ingesting)]";
|
|
931
1465
|
};
|
|
932
|
-
declare function Progress({
|
|
1466
|
+
declare function Progress$1({
|
|
933
1467
|
className,
|
|
934
1468
|
value,
|
|
935
1469
|
variant,
|
|
936
1470
|
...props
|
|
937
|
-
}: React$1.ComponentProps<typeof
|
|
1471
|
+
}: React$1.ComponentProps<typeof Progress.Root> & {
|
|
938
1472
|
variant?: keyof typeof progressIndicatorVariants;
|
|
939
|
-
}):
|
|
940
|
-
//#endregion
|
|
941
|
-
//#region src/primitives/PsaiLogo/PsaiLogo.d.ts
|
|
942
|
-
interface PSAILogoProps {
|
|
943
|
-
isDarkMode?: boolean;
|
|
944
|
-
}
|
|
945
|
-
declare function PSAILogo({
|
|
946
|
-
isDarkMode
|
|
947
|
-
}: PSAILogoProps): react_jsx_runtime7.JSX.Element;
|
|
1473
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
948
1474
|
//#endregion
|
|
949
1475
|
//#region src/primitives/RadioGroup/RadioGroup.d.ts
|
|
950
|
-
declare function RadioGroup({
|
|
1476
|
+
declare function RadioGroup$1({
|
|
951
1477
|
className,
|
|
1478
|
+
orientation,
|
|
952
1479
|
...props
|
|
953
|
-
}: React$1.ComponentProps<typeof
|
|
1480
|
+
}: React$1.ComponentProps<typeof RadioGroup.Root> & {
|
|
1481
|
+
orientation?: "vertical" | "horizontal";
|
|
1482
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
954
1483
|
declare function RadioGroupItem({
|
|
955
1484
|
className,
|
|
956
1485
|
...props
|
|
957
|
-
}: React$1.ComponentProps<typeof
|
|
1486
|
+
}: React$1.ComponentProps<typeof RadioGroup.Item>): react_jsx_runtime34.JSX.Element;
|
|
1487
|
+
declare function RichRadioItem({
|
|
1488
|
+
className,
|
|
1489
|
+
value,
|
|
1490
|
+
title,
|
|
1491
|
+
description,
|
|
1492
|
+
flipped,
|
|
1493
|
+
id,
|
|
1494
|
+
...props
|
|
1495
|
+
}: Omit<React$1.ComponentProps<typeof RadioGroup.Item>, "children"> & {
|
|
1496
|
+
value: string;
|
|
1497
|
+
title?: React$1.ReactNode;
|
|
1498
|
+
description?: React$1.ReactNode;
|
|
1499
|
+
flipped?: boolean;
|
|
1500
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
958
1501
|
//#endregion
|
|
959
1502
|
//#region src/primitives/Resizable/Resizable.d.ts
|
|
960
1503
|
declare function ResizablePanelGroup({
|
|
961
1504
|
className,
|
|
962
1505
|
...props
|
|
963
|
-
}:
|
|
1506
|
+
}: ResizablePrimitive.GroupProps): react_jsx_runtime34.JSX.Element;
|
|
964
1507
|
declare function ResizablePanel({
|
|
965
|
-
className,
|
|
966
1508
|
...props
|
|
967
|
-
}:
|
|
1509
|
+
}: ResizablePrimitive.PanelProps): react_jsx_runtime34.JSX.Element;
|
|
968
1510
|
declare function ResizableHandle({
|
|
969
1511
|
withHandle,
|
|
970
1512
|
className,
|
|
971
1513
|
...props
|
|
972
|
-
}:
|
|
1514
|
+
}: ResizablePrimitive.SeparatorProps & {
|
|
973
1515
|
withHandle?: boolean;
|
|
974
|
-
}):
|
|
1516
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
975
1517
|
//#endregion
|
|
976
1518
|
//#region src/primitives/ScrollArea/ScrollArea.d.ts
|
|
977
|
-
declare function ScrollArea({
|
|
1519
|
+
declare function ScrollArea$1({
|
|
978
1520
|
className,
|
|
979
1521
|
children,
|
|
980
1522
|
...props
|
|
981
|
-
}: React$1.ComponentProps<typeof
|
|
1523
|
+
}: React$1.ComponentProps<typeof ScrollArea.Root>): react_jsx_runtime34.JSX.Element;
|
|
982
1524
|
declare function ScrollBar({
|
|
983
1525
|
className,
|
|
984
1526
|
orientation,
|
|
985
1527
|
...props
|
|
986
|
-
}: React$1.ComponentProps<typeof
|
|
1528
|
+
}: React$1.ComponentProps<typeof ScrollArea.ScrollAreaScrollbar>): react_jsx_runtime34.JSX.Element;
|
|
987
1529
|
//#endregion
|
|
988
1530
|
//#region src/primitives/Select/Select.d.ts
|
|
989
|
-
declare function Select({
|
|
1531
|
+
declare function Select$1({
|
|
990
1532
|
...props
|
|
991
|
-
}: React$1.ComponentProps<typeof
|
|
1533
|
+
}: React$1.ComponentProps<typeof Select.Root>): react_jsx_runtime34.JSX.Element;
|
|
992
1534
|
declare function SelectGroup({
|
|
993
1535
|
...props
|
|
994
|
-
}: React$1.ComponentProps<typeof
|
|
1536
|
+
}: React$1.ComponentProps<typeof Select.Group>): react_jsx_runtime34.JSX.Element;
|
|
995
1537
|
declare function SelectValue({
|
|
996
1538
|
...props
|
|
997
|
-
}: React$1.ComponentProps<typeof
|
|
1539
|
+
}: React$1.ComponentProps<typeof Select.Value>): react_jsx_runtime34.JSX.Element;
|
|
998
1540
|
declare function SelectTrigger({
|
|
999
1541
|
className,
|
|
1000
1542
|
size,
|
|
1543
|
+
width,
|
|
1544
|
+
label,
|
|
1001
1545
|
children,
|
|
1002
1546
|
...props
|
|
1003
|
-
}: React$1.ComponentProps<typeof
|
|
1004
|
-
size?: "sm" | "default";
|
|
1005
|
-
|
|
1547
|
+
}: React$1.ComponentProps<typeof Select.Trigger> & {
|
|
1548
|
+
size?: "sm" | "default" | "lg";
|
|
1549
|
+
/** Trigger width: `full` stretches to the container, `fit` hugs the value. */
|
|
1550
|
+
width?: "full" | "fit";
|
|
1551
|
+
/** Optional stacked label rendered above the value (2-line trigger). */
|
|
1552
|
+
label?: React$1.ReactNode;
|
|
1553
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1006
1554
|
declare function SelectContent({
|
|
1007
1555
|
className,
|
|
1008
1556
|
children,
|
|
1009
1557
|
position,
|
|
1010
1558
|
...props
|
|
1011
|
-
}: React$1.ComponentProps<typeof
|
|
1559
|
+
}: React$1.ComponentProps<typeof Select.Content>): react_jsx_runtime34.JSX.Element;
|
|
1012
1560
|
declare function SelectLabel({
|
|
1013
1561
|
className,
|
|
1014
1562
|
...props
|
|
1015
|
-
}: React$1.ComponentProps<typeof
|
|
1563
|
+
}: React$1.ComponentProps<typeof Select.Label>): react_jsx_runtime34.JSX.Element;
|
|
1016
1564
|
declare function SelectItem({
|
|
1017
1565
|
className,
|
|
1018
1566
|
children,
|
|
1019
1567
|
...props
|
|
1020
|
-
}: React$1.ComponentProps<typeof
|
|
1568
|
+
}: React$1.ComponentProps<typeof Select.Item>): react_jsx_runtime34.JSX.Element;
|
|
1021
1569
|
declare function SelectSeparator({
|
|
1022
1570
|
className,
|
|
1023
1571
|
...props
|
|
1024
|
-
}: React$1.ComponentProps<typeof
|
|
1572
|
+
}: React$1.ComponentProps<typeof Select.Separator>): react_jsx_runtime34.JSX.Element;
|
|
1025
1573
|
declare function SelectScrollUpButton({
|
|
1026
1574
|
className,
|
|
1027
1575
|
...props
|
|
1028
|
-
}: React$1.ComponentProps<typeof
|
|
1576
|
+
}: React$1.ComponentProps<typeof Select.ScrollUpButton>): react_jsx_runtime34.JSX.Element;
|
|
1029
1577
|
declare function SelectScrollDownButton({
|
|
1030
1578
|
className,
|
|
1031
1579
|
...props
|
|
1032
|
-
}: React$1.ComponentProps<typeof
|
|
1033
|
-
//#endregion
|
|
1034
|
-
//#region src/primitives/Separator/Separator.d.ts
|
|
1035
|
-
declare function Separator({
|
|
1036
|
-
className,
|
|
1037
|
-
orientation,
|
|
1038
|
-
decorative,
|
|
1039
|
-
...props
|
|
1040
|
-
}: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime7.JSX.Element;
|
|
1580
|
+
}: React$1.ComponentProps<typeof Select.ScrollDownButton>): react_jsx_runtime34.JSX.Element;
|
|
1041
1581
|
//#endregion
|
|
1042
1582
|
//#region src/primitives/Sheet/Sheet.d.ts
|
|
1043
1583
|
declare function Sheet({
|
|
1044
1584
|
...props
|
|
1045
|
-
}: React$1.ComponentProps<typeof
|
|
1585
|
+
}: React$1.ComponentProps<typeof Dialog.Root>): react_jsx_runtime34.JSX.Element;
|
|
1046
1586
|
declare function SheetTrigger({
|
|
1047
1587
|
...props
|
|
1048
|
-
}: React$1.ComponentProps<typeof
|
|
1588
|
+
}: React$1.ComponentProps<typeof Dialog.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
1049
1589
|
declare function SheetClose({
|
|
1050
1590
|
...props
|
|
1051
|
-
}: React$1.ComponentProps<typeof
|
|
1591
|
+
}: React$1.ComponentProps<typeof Dialog.Close>): react_jsx_runtime34.JSX.Element;
|
|
1592
|
+
/** Predefined scrim styles for the sheet overlay. Pass via `overlay`. */
|
|
1593
|
+
declare const sheetOverlayVariants: {
|
|
1594
|
+
readonly default: "bg-[var(--overlay)]";
|
|
1595
|
+
readonly dark: "bg-black/50";
|
|
1596
|
+
readonly glass: "bg-[var(--glass-medium)] backdrop-blur-[45px]";
|
|
1597
|
+
readonly none: "bg-transparent";
|
|
1598
|
+
};
|
|
1052
1599
|
declare function SheetContent({
|
|
1053
1600
|
className,
|
|
1054
1601
|
children,
|
|
1055
1602
|
side,
|
|
1056
1603
|
showCloseButton,
|
|
1057
|
-
|
|
1058
|
-
overlayStyle,
|
|
1604
|
+
overlay,
|
|
1059
1605
|
...props
|
|
1060
|
-
}: React$1.ComponentProps<typeof
|
|
1606
|
+
}: React$1.ComponentProps<typeof Dialog.Content> & {
|
|
1061
1607
|
side?: "top" | "right" | "bottom" | "left";
|
|
1062
1608
|
showCloseButton?: boolean;
|
|
1063
|
-
/**
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
}): react_jsx_runtime7.JSX.Element;
|
|
1609
|
+
/** Scrim style behind the sheet (e.g. `glass` for drawer patterns). */
|
|
1610
|
+
overlay?: keyof typeof sheetOverlayVariants;
|
|
1611
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1067
1612
|
declare function SheetHeader({
|
|
1068
1613
|
className,
|
|
1069
1614
|
...props
|
|
1070
|
-
}: React$1.ComponentProps<"div">):
|
|
1615
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1071
1616
|
declare function SheetFooter({
|
|
1072
1617
|
className,
|
|
1073
1618
|
...props
|
|
1074
|
-
}: React$1.ComponentProps<"div">):
|
|
1619
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1075
1620
|
declare function SheetTitle({
|
|
1076
1621
|
className,
|
|
1077
1622
|
...props
|
|
1078
|
-
}: React$1.ComponentProps<typeof
|
|
1623
|
+
}: React$1.ComponentProps<typeof Dialog.Title>): react_jsx_runtime34.JSX.Element;
|
|
1079
1624
|
declare function SheetDescription({
|
|
1080
1625
|
className,
|
|
1081
1626
|
...props
|
|
1082
|
-
}: React$1.ComponentProps<typeof
|
|
1627
|
+
}: React$1.ComponentProps<typeof Dialog.Description>): react_jsx_runtime34.JSX.Element;
|
|
1083
1628
|
//#endregion
|
|
1084
1629
|
//#region src/primitives/Tooltip/Tooltip.d.ts
|
|
1085
|
-
/**
|
|
1086
|
-
* Figma Make internal props that may be injected onto any component.
|
|
1087
|
-
* They are stripped at runtime and must never reach a DOM element.
|
|
1088
|
-
*/
|
|
1089
|
-
type FigmaProps = {
|
|
1090
|
-
_fgT?: unknown;
|
|
1091
|
-
_fgS?: unknown;
|
|
1092
|
-
_fgB?: unknown;
|
|
1093
|
-
};
|
|
1094
1630
|
declare function TooltipProvider({
|
|
1095
1631
|
delayDuration,
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
}: React$1.ComponentProps<typeof TooltipPrimitive.Provider> & FigmaProps): react_jsx_runtime7.JSX.Element;
|
|
1102
|
-
declare function Tooltip({
|
|
1103
|
-
_fgT,
|
|
1104
|
-
_fgS,
|
|
1105
|
-
_fgB,
|
|
1106
|
-
...rest
|
|
1107
|
-
}: React$1.ComponentProps<typeof TooltipPrimitive.Root> & FigmaProps): react_jsx_runtime7.JSX.Element;
|
|
1632
|
+
...props
|
|
1633
|
+
}: React$1.ComponentProps<typeof Tooltip.Provider>): react_jsx_runtime34.JSX.Element;
|
|
1634
|
+
declare function Tooltip$1({
|
|
1635
|
+
...props
|
|
1636
|
+
}: React$1.ComponentProps<typeof Tooltip.Root>): react_jsx_runtime34.JSX.Element;
|
|
1108
1637
|
declare function TooltipTrigger({
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
_fgB,
|
|
1112
|
-
children,
|
|
1113
|
-
...rest
|
|
1114
|
-
}: React$1.ComponentProps<typeof TooltipPrimitive.Trigger> & FigmaProps): react_jsx_runtime7.JSX.Element;
|
|
1638
|
+
...props
|
|
1639
|
+
}: React$1.ComponentProps<typeof Tooltip.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
1115
1640
|
declare function TooltipContent({
|
|
1116
1641
|
className,
|
|
1117
1642
|
sideOffset,
|
|
1118
1643
|
children,
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
_fgS,
|
|
1122
|
-
_fgB,
|
|
1123
|
-
...rest
|
|
1124
|
-
}: React$1.ComponentProps<typeof TooltipPrimitive.Content> & FigmaProps): react_jsx_runtime7.JSX.Element;
|
|
1644
|
+
...props
|
|
1645
|
+
}: React$1.ComponentProps<typeof Tooltip.Content>): react_jsx_runtime34.JSX.Element;
|
|
1125
1646
|
//#endregion
|
|
1126
1647
|
//#region src/primitives/Sidebar/Sidebar.d.ts
|
|
1127
1648
|
type SidebarContextProps = {
|
|
@@ -1146,7 +1667,7 @@ declare function SidebarProvider({
|
|
|
1146
1667
|
defaultOpen?: boolean;
|
|
1147
1668
|
open?: boolean;
|
|
1148
1669
|
onOpenChange?: (open: boolean) => void;
|
|
1149
|
-
}):
|
|
1670
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1150
1671
|
declare function Sidebar({
|
|
1151
1672
|
side,
|
|
1152
1673
|
variant,
|
|
@@ -1158,73 +1679,73 @@ declare function Sidebar({
|
|
|
1158
1679
|
side?: "left" | "right";
|
|
1159
1680
|
variant?: "sidebar" | "floating" | "inset";
|
|
1160
1681
|
collapsible?: "offcanvas" | "icon" | "none";
|
|
1161
|
-
}):
|
|
1682
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1162
1683
|
declare function SidebarTrigger({
|
|
1163
1684
|
className,
|
|
1164
1685
|
onClick,
|
|
1165
1686
|
...props
|
|
1166
|
-
}: React$1.ComponentProps<typeof Button>):
|
|
1687
|
+
}: React$1.ComponentProps<typeof Button>): react_jsx_runtime34.JSX.Element;
|
|
1167
1688
|
declare function SidebarRail({
|
|
1168
1689
|
className,
|
|
1169
1690
|
...props
|
|
1170
|
-
}: React$1.ComponentProps<"button">):
|
|
1691
|
+
}: React$1.ComponentProps<"button">): react_jsx_runtime34.JSX.Element;
|
|
1171
1692
|
declare function SidebarInset({
|
|
1172
1693
|
className,
|
|
1173
1694
|
...props
|
|
1174
|
-
}: React$1.ComponentProps<"main">):
|
|
1695
|
+
}: React$1.ComponentProps<"main">): react_jsx_runtime34.JSX.Element;
|
|
1175
1696
|
declare function SidebarInput({
|
|
1176
1697
|
className,
|
|
1177
1698
|
...props
|
|
1178
|
-
}: React$1.ComponentProps<typeof Input>):
|
|
1699
|
+
}: React$1.ComponentProps<typeof Input>): react_jsx_runtime34.JSX.Element;
|
|
1179
1700
|
declare function SidebarHeader({
|
|
1180
1701
|
className,
|
|
1181
1702
|
...props
|
|
1182
|
-
}: React$1.ComponentProps<"div">):
|
|
1703
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1183
1704
|
declare function SidebarFooter({
|
|
1184
1705
|
className,
|
|
1185
1706
|
...props
|
|
1186
|
-
}: React$1.ComponentProps<"div">):
|
|
1707
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1187
1708
|
declare function SidebarSeparator({
|
|
1188
1709
|
className,
|
|
1189
1710
|
...props
|
|
1190
|
-
}: React$1.ComponentProps<typeof Separator>):
|
|
1711
|
+
}: React$1.ComponentProps<typeof Separator$1>): react_jsx_runtime34.JSX.Element;
|
|
1191
1712
|
declare function SidebarContent({
|
|
1192
1713
|
className,
|
|
1193
1714
|
...props
|
|
1194
|
-
}: React$1.ComponentProps<"div">):
|
|
1715
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1195
1716
|
declare function SidebarGroup({
|
|
1196
1717
|
className,
|
|
1197
1718
|
...props
|
|
1198
|
-
}: React$1.ComponentProps<"div">):
|
|
1719
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1199
1720
|
declare function SidebarGroupLabel({
|
|
1200
1721
|
className,
|
|
1201
1722
|
asChild,
|
|
1202
1723
|
...props
|
|
1203
1724
|
}: React$1.ComponentProps<"div"> & {
|
|
1204
1725
|
asChild?: boolean;
|
|
1205
|
-
}):
|
|
1726
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1206
1727
|
declare function SidebarGroupAction({
|
|
1207
1728
|
className,
|
|
1208
1729
|
asChild,
|
|
1209
1730
|
...props
|
|
1210
1731
|
}: React$1.ComponentProps<"button"> & {
|
|
1211
1732
|
asChild?: boolean;
|
|
1212
|
-
}):
|
|
1733
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1213
1734
|
declare function SidebarGroupContent({
|
|
1214
1735
|
className,
|
|
1215
1736
|
...props
|
|
1216
|
-
}: React$1.ComponentProps<"div">):
|
|
1737
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1217
1738
|
declare function SidebarMenu({
|
|
1218
1739
|
className,
|
|
1219
1740
|
...props
|
|
1220
|
-
}: React$1.ComponentProps<"ul">):
|
|
1741
|
+
}: React$1.ComponentProps<"ul">): react_jsx_runtime34.JSX.Element;
|
|
1221
1742
|
declare function SidebarMenuItem({
|
|
1222
1743
|
className,
|
|
1223
1744
|
...props
|
|
1224
|
-
}: React$1.ComponentProps<"li">):
|
|
1745
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime34.JSX.Element;
|
|
1225
1746
|
declare const sidebarMenuButtonVariants: (props?: ({
|
|
1226
1747
|
variant?: "default" | "outline" | null | undefined;
|
|
1227
|
-
size?: "
|
|
1748
|
+
size?: "sm" | "lg" | "default" | null | undefined;
|
|
1228
1749
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1229
1750
|
declare function SidebarMenuButton({
|
|
1230
1751
|
asChild,
|
|
@@ -1238,7 +1759,7 @@ declare function SidebarMenuButton({
|
|
|
1238
1759
|
asChild?: boolean;
|
|
1239
1760
|
isActive?: boolean;
|
|
1240
1761
|
tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
|
|
1241
|
-
} & VariantProps<typeof sidebarMenuButtonVariants>):
|
|
1762
|
+
} & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime34.JSX.Element;
|
|
1242
1763
|
declare function SidebarMenuAction({
|
|
1243
1764
|
className,
|
|
1244
1765
|
asChild,
|
|
@@ -1247,26 +1768,26 @@ declare function SidebarMenuAction({
|
|
|
1247
1768
|
}: React$1.ComponentProps<"button"> & {
|
|
1248
1769
|
asChild?: boolean;
|
|
1249
1770
|
showOnHover?: boolean;
|
|
1250
|
-
}):
|
|
1771
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1251
1772
|
declare function SidebarMenuBadge({
|
|
1252
1773
|
className,
|
|
1253
1774
|
...props
|
|
1254
|
-
}: React$1.ComponentProps<"div">):
|
|
1775
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1255
1776
|
declare function SidebarMenuSkeleton({
|
|
1256
1777
|
className,
|
|
1257
1778
|
showIcon,
|
|
1258
1779
|
...props
|
|
1259
1780
|
}: React$1.ComponentProps<"div"> & {
|
|
1260
1781
|
showIcon?: boolean;
|
|
1261
|
-
}):
|
|
1782
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1262
1783
|
declare function SidebarMenuSub({
|
|
1263
1784
|
className,
|
|
1264
1785
|
...props
|
|
1265
|
-
}: React$1.ComponentProps<"ul">):
|
|
1786
|
+
}: React$1.ComponentProps<"ul">): react_jsx_runtime34.JSX.Element;
|
|
1266
1787
|
declare function SidebarMenuSubItem({
|
|
1267
1788
|
className,
|
|
1268
1789
|
...props
|
|
1269
|
-
}: React$1.ComponentProps<"li">):
|
|
1790
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime34.JSX.Element;
|
|
1270
1791
|
declare function SidebarMenuSubButton({
|
|
1271
1792
|
asChild,
|
|
1272
1793
|
size,
|
|
@@ -1277,43 +1798,39 @@ declare function SidebarMenuSubButton({
|
|
|
1277
1798
|
asChild?: boolean;
|
|
1278
1799
|
size?: "sm" | "md";
|
|
1279
1800
|
isActive?: boolean;
|
|
1280
|
-
}):
|
|
1801
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1281
1802
|
//#endregion
|
|
1282
1803
|
//#region src/primitives/Skeleton/Skeleton.d.ts
|
|
1283
1804
|
declare function Skeleton({
|
|
1284
1805
|
className,
|
|
1285
1806
|
...props
|
|
1286
|
-
}: React.ComponentProps<"div">):
|
|
1807
|
+
}: React.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1808
|
+
declare function SkeletonAvatar({
|
|
1809
|
+
className,
|
|
1810
|
+
...props
|
|
1811
|
+
}: React.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1812
|
+
declare function SkeletonLine({
|
|
1813
|
+
className,
|
|
1814
|
+
...props
|
|
1815
|
+
}: React.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1816
|
+
declare function SkeletonObject({
|
|
1817
|
+
className,
|
|
1818
|
+
...props
|
|
1819
|
+
}: React.ComponentProps<"div">): react_jsx_runtime34.JSX.Element;
|
|
1287
1820
|
//#endregion
|
|
1288
1821
|
//#region src/primitives/Slider/Slider.d.ts
|
|
1289
|
-
declare function Slider({
|
|
1822
|
+
declare function Slider$1({
|
|
1290
1823
|
className,
|
|
1291
1824
|
defaultValue,
|
|
1292
1825
|
value,
|
|
1293
1826
|
min,
|
|
1294
1827
|
max,
|
|
1295
1828
|
...props
|
|
1296
|
-
}: React$1.ComponentProps<typeof
|
|
1297
|
-
//#endregion
|
|
1298
|
-
//#region src/primitives/SlingshotIcon/SlingshotIcon.d.ts
|
|
1299
|
-
interface SlingshotIconProps {
|
|
1300
|
-
isDarkMode?: boolean;
|
|
1301
|
-
}
|
|
1302
|
-
declare function SlingshotIcon({
|
|
1303
|
-
isDarkMode
|
|
1304
|
-
}: SlingshotIconProps): react_jsx_runtime7.JSX.Element;
|
|
1305
|
-
//#endregion
|
|
1306
|
-
//#region src/primitives/SlingshotLogo/SlingshotLogo.d.ts
|
|
1307
|
-
interface SlingshotLogoProps {
|
|
1308
|
-
isDarkMode?: boolean;
|
|
1309
|
-
}
|
|
1310
|
-
declare function SlingshotLogo({
|
|
1311
|
-
isDarkMode
|
|
1312
|
-
}: SlingshotLogoProps): react_jsx_runtime7.JSX.Element;
|
|
1829
|
+
}: React$1.ComponentProps<typeof Slider.Root>): react_jsx_runtime34.JSX.Element;
|
|
1313
1830
|
//#endregion
|
|
1314
1831
|
//#region src/primitives/Sonner/Sonner.d.ts
|
|
1315
1832
|
/**
|
|
1316
|
-
* Toaster wired to the design-system
|
|
1833
|
+
* Toaster wired to the design-system tokens.
|
|
1317
1834
|
*
|
|
1318
1835
|
* Theme is accepted as a prop (default "system") instead of being read from
|
|
1319
1836
|
* `next-themes`, so the DS does not couple to any particular theme provider —
|
|
@@ -1321,120 +1838,180 @@ declare function SlingshotLogo({
|
|
|
1321
1838
|
*
|
|
1322
1839
|
* Per-severity colors map Sonner's rich-color CSS variables to our tokens, so
|
|
1323
1840
|
* `toast.error/success/warning/info(...)` adopt the tokenized palette and react
|
|
1324
|
-
* to light/dark + brand switching.
|
|
1841
|
+
* to light/dark + brand switching. Severity icons are provided here.
|
|
1325
1842
|
*/
|
|
1326
1843
|
declare const Toaster: ({
|
|
1327
1844
|
theme,
|
|
1845
|
+
position,
|
|
1846
|
+
closeButton,
|
|
1328
1847
|
...props
|
|
1329
|
-
}: ToasterProps) =>
|
|
1330
|
-
//#endregion
|
|
1331
|
-
//#region src/primitives/SustainIcon/SustainIcon.d.ts
|
|
1332
|
-
interface SustainIconProps {
|
|
1333
|
-
isDarkMode?: boolean;
|
|
1334
|
-
}
|
|
1335
|
-
declare function SustainIcon({
|
|
1336
|
-
isDarkMode
|
|
1337
|
-
}: SustainIconProps): react_jsx_runtime7.JSX.Element;
|
|
1848
|
+
}: ToasterProps) => react_jsx_runtime34.JSX.Element;
|
|
1338
1849
|
//#endregion
|
|
1339
|
-
//#region src/primitives/
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
isDarkMode
|
|
1345
|
-
}: SustainLogoProps): react_jsx_runtime7.JSX.Element;
|
|
1850
|
+
//#region src/primitives/Spinner/Spinner.d.ts
|
|
1851
|
+
declare function Spinner({
|
|
1852
|
+
className,
|
|
1853
|
+
...props
|
|
1854
|
+
}: React$1.ComponentProps<"svg">): react_jsx_runtime34.JSX.Element;
|
|
1346
1855
|
//#endregion
|
|
1347
1856
|
//#region src/primitives/Switch/Switch.d.ts
|
|
1348
|
-
declare function Switch({
|
|
1857
|
+
declare function Switch$1({
|
|
1349
1858
|
className,
|
|
1859
|
+
size,
|
|
1350
1860
|
...props
|
|
1351
|
-
}: React$1.ComponentProps<typeof
|
|
1861
|
+
}: React$1.ComponentProps<typeof Switch.Root> & {
|
|
1862
|
+
size?: "sm" | "default";
|
|
1863
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1864
|
+
declare function SwitchGroup({
|
|
1865
|
+
className,
|
|
1866
|
+
label,
|
|
1867
|
+
flipped,
|
|
1868
|
+
id,
|
|
1869
|
+
...props
|
|
1870
|
+
}: React$1.ComponentProps<typeof Switch.Root> & {
|
|
1871
|
+
size?: "sm" | "default";
|
|
1872
|
+
label?: React$1.ReactNode;
|
|
1873
|
+
flipped?: boolean;
|
|
1874
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1875
|
+
declare function RichSwitchGroup({
|
|
1876
|
+
className,
|
|
1877
|
+
title,
|
|
1878
|
+
description,
|
|
1879
|
+
flipped,
|
|
1880
|
+
id,
|
|
1881
|
+
...props
|
|
1882
|
+
}: React$1.ComponentProps<typeof Switch.Root> & {
|
|
1883
|
+
size?: "sm" | "default";
|
|
1884
|
+
title?: React$1.ReactNode;
|
|
1885
|
+
description?: React$1.ReactNode;
|
|
1886
|
+
flipped?: boolean;
|
|
1887
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1352
1888
|
//#endregion
|
|
1353
1889
|
//#region src/primitives/Table/Table.d.ts
|
|
1354
1890
|
declare function Table({
|
|
1355
1891
|
className,
|
|
1892
|
+
striped,
|
|
1356
1893
|
...props
|
|
1357
|
-
}: React$1.ComponentProps<"table">
|
|
1894
|
+
}: React$1.ComponentProps<"table"> & {
|
|
1895
|
+
striped?: boolean;
|
|
1896
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1358
1897
|
declare function TableHeader({
|
|
1359
1898
|
className,
|
|
1360
1899
|
...props
|
|
1361
|
-
}: React$1.ComponentProps<"thead">):
|
|
1900
|
+
}: React$1.ComponentProps<"thead">): react_jsx_runtime34.JSX.Element;
|
|
1362
1901
|
declare function TableBody({
|
|
1363
1902
|
className,
|
|
1364
1903
|
...props
|
|
1365
|
-
}: React$1.ComponentProps<"tbody">):
|
|
1904
|
+
}: React$1.ComponentProps<"tbody">): react_jsx_runtime34.JSX.Element;
|
|
1366
1905
|
declare function TableFooter({
|
|
1367
1906
|
className,
|
|
1368
1907
|
...props
|
|
1369
|
-
}: React$1.ComponentProps<"tfoot">):
|
|
1908
|
+
}: React$1.ComponentProps<"tfoot">): react_jsx_runtime34.JSX.Element;
|
|
1370
1909
|
declare function TableRow({
|
|
1371
1910
|
className,
|
|
1372
1911
|
...props
|
|
1373
|
-
}: React$1.ComponentProps<"tr">):
|
|
1912
|
+
}: React$1.ComponentProps<"tr">): react_jsx_runtime34.JSX.Element;
|
|
1374
1913
|
declare function TableHead({
|
|
1375
1914
|
className,
|
|
1376
1915
|
...props
|
|
1377
|
-
}: React$1.ComponentProps<"th">):
|
|
1916
|
+
}: React$1.ComponentProps<"th">): react_jsx_runtime34.JSX.Element;
|
|
1378
1917
|
declare function TableCell({
|
|
1379
1918
|
className,
|
|
1380
1919
|
...props
|
|
1381
|
-
}: React$1.ComponentProps<"td">):
|
|
1920
|
+
}: React$1.ComponentProps<"td">): react_jsx_runtime34.JSX.Element;
|
|
1382
1921
|
declare function TableCaption({
|
|
1383
1922
|
className,
|
|
1384
1923
|
...props
|
|
1385
|
-
}: React$1.ComponentProps<"caption">):
|
|
1924
|
+
}: React$1.ComponentProps<"caption">): react_jsx_runtime34.JSX.Element;
|
|
1386
1925
|
//#endregion
|
|
1387
1926
|
//#region src/primitives/Tabs/Tabs.d.ts
|
|
1388
|
-
|
|
1927
|
+
type TabsVariant = "line" | "pill" | "segmented" | "fancy";
|
|
1928
|
+
type TabsSize = "sm" | "md" | "lg";
|
|
1929
|
+
declare function Tabs$1({
|
|
1389
1930
|
className,
|
|
1931
|
+
variant,
|
|
1932
|
+
size,
|
|
1933
|
+
orientation,
|
|
1390
1934
|
...props
|
|
1391
|
-
}: React$1.ComponentProps<typeof
|
|
1935
|
+
}: React$1.ComponentProps<typeof Tabs.Root> & {
|
|
1936
|
+
variant?: TabsVariant;
|
|
1937
|
+
size?: TabsSize;
|
|
1938
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1939
|
+
declare const tabsListVariants: (props?: ({
|
|
1940
|
+
variant?: "line" | "pill" | "segmented" | "fancy" | null | undefined;
|
|
1941
|
+
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
1942
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
1943
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1392
1944
|
declare function TabsList({
|
|
1393
1945
|
className,
|
|
1946
|
+
children,
|
|
1394
1947
|
...props
|
|
1395
|
-
}: React$1.ComponentProps<typeof
|
|
1948
|
+
}: React$1.ComponentProps<typeof Tabs.List>): react_jsx_runtime34.JSX.Element;
|
|
1949
|
+
declare const tabsTriggerVariants: (props?: ({
|
|
1950
|
+
variant?: "line" | "pill" | "segmented" | "fancy" | null | undefined;
|
|
1951
|
+
orientation?: "horizontal" | "vertical" | null | undefined;
|
|
1952
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
1953
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1396
1954
|
declare function TabsTrigger({
|
|
1397
1955
|
className,
|
|
1398
1956
|
...props
|
|
1399
|
-
}: React$1.ComponentProps<typeof
|
|
1957
|
+
}: React$1.ComponentProps<typeof Tabs.Trigger>): react_jsx_runtime34.JSX.Element;
|
|
1400
1958
|
declare function TabsContent({
|
|
1401
1959
|
className,
|
|
1402
1960
|
...props
|
|
1403
|
-
}: React$1.ComponentProps<typeof
|
|
1961
|
+
}: React$1.ComponentProps<typeof Tabs.Content>): react_jsx_runtime34.JSX.Element;
|
|
1962
|
+
declare function TabsCounter({
|
|
1963
|
+
className,
|
|
1964
|
+
...props
|
|
1965
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime34.JSX.Element;
|
|
1404
1966
|
//#endregion
|
|
1405
1967
|
//#region src/primitives/Textarea/Textarea.d.ts
|
|
1968
|
+
declare const textareaVariants: (props?: ({
|
|
1969
|
+
shape?: "default" | "round" | null | undefined;
|
|
1970
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1406
1971
|
declare function Textarea({
|
|
1407
1972
|
className,
|
|
1973
|
+
shape,
|
|
1408
1974
|
...props
|
|
1409
|
-
}: React$1.ComponentProps<"textarea">):
|
|
1975
|
+
}: React$1.ComponentProps<"textarea"> & VariantProps<typeof textareaVariants>): react_jsx_runtime34.JSX.Element;
|
|
1410
1976
|
//#endregion
|
|
1411
1977
|
//#region src/primitives/Toggle/Toggle.d.ts
|
|
1412
1978
|
declare const toggleVariants: (props?: ({
|
|
1413
1979
|
variant?: "default" | "outline" | null | undefined;
|
|
1414
|
-
size?: "
|
|
1980
|
+
size?: "sm" | "lg" | "default" | null | undefined;
|
|
1981
|
+
shape?: "default" | "round" | "left" | "right" | "middle" | null | undefined;
|
|
1415
1982
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1416
|
-
declare function Toggle({
|
|
1983
|
+
declare function Toggle$1({
|
|
1417
1984
|
className,
|
|
1418
1985
|
variant,
|
|
1419
1986
|
size,
|
|
1987
|
+
shape,
|
|
1420
1988
|
...props
|
|
1421
|
-
}: React$1.ComponentProps<typeof
|
|
1989
|
+
}: React$1.ComponentProps<typeof Toggle.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime34.JSX.Element;
|
|
1422
1990
|
//#endregion
|
|
1423
1991
|
//#region src/primitives/ToggleGroup/ToggleGroup.d.ts
|
|
1424
|
-
|
|
1992
|
+
type ToggleGroupRadius = "default" | "round";
|
|
1993
|
+
declare function ToggleGroup$1({
|
|
1425
1994
|
className,
|
|
1426
1995
|
variant,
|
|
1427
1996
|
size,
|
|
1997
|
+
radius,
|
|
1998
|
+
spacing,
|
|
1428
1999
|
children,
|
|
1429
2000
|
...props
|
|
1430
|
-
}: React$1.ComponentProps<typeof
|
|
2001
|
+
}: React$1.ComponentProps<typeof ToggleGroup.Root> & Omit<VariantProps<typeof toggleVariants>, "shape"> & {
|
|
2002
|
+
radius?: ToggleGroupRadius;
|
|
2003
|
+
spacing?: number;
|
|
2004
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1431
2005
|
declare function ToggleGroupItem({
|
|
1432
2006
|
className,
|
|
1433
2007
|
children,
|
|
1434
2008
|
variant,
|
|
1435
2009
|
size,
|
|
2010
|
+
radius,
|
|
1436
2011
|
...props
|
|
1437
|
-
}: React$1.ComponentProps<typeof
|
|
2012
|
+
}: React$1.ComponentProps<typeof ToggleGroup.Item> & Omit<VariantProps<typeof toggleVariants>, "shape"> & {
|
|
2013
|
+
radius?: ToggleGroupRadius;
|
|
2014
|
+
}): react_jsx_runtime34.JSX.Element;
|
|
1438
2015
|
//#endregion
|
|
1439
|
-
export {
|
|
2016
|
+
export { SidebarSeparator as $, AlertDialog$1 as $a, DialogTrigger as $i, InputOTPSeparator as $n, DropdownMenuRadioItem as $r, Popover$1 as $t, SkeletonLine as A, ButtonGroupSeparator as Aa, ContextMenuShortcut as Ai, MenubarSubContent as An, FieldError as Ar, RadioGroupItem as At, SidebarInput as B, BreadcrumbLink as Ba, CommandItem as Bi, KbdGroup as Bn, EmptyDescription as Br, NavRail as Bt, Switch$1 as C, CardHeader as Ca, ContextMenuGroup as Ci, MenubarMenu as Cn, FormItem as Cr, SelectValue as Ct, Slider$1 as D, Calendar as Da, ContextMenuRadioGroup as Di, MenubarSeparator as Dn, Field as Dr, ResizablePanel as Dt, Toaster as E, cardVariants as Ea, ContextMenuPortal as Ei, MenubarRadioItem as En, useFormField as Er, ResizableHandle as Et, SidebarGroup as F, Button as Fa, Command$1 as Fi, LogoVariant as Fn, FieldSet as Fr, PaginationEllipsis as Ft, SidebarMenuButton as G, badgeVariants as Ga, DialogClose as Gi, ItemFooter as Gn, DropdownMenu$1 as Gr, NavRailMenuItem as Gt, SidebarMenu as H, BreadcrumbPage as Ha, CommandSeparator as Hi, ItemActions as Hn, EmptyMedia as Hr, NavRailItemProps as Ht, SidebarGroupAction as I, buttonVariants as Ia, CommandDialog as Ii, Link as In, FieldTitle as Ir, PaginationItem as It, SidebarMenuSub as J, AvatarFallback as Ja, DialogFooter as Ji, ItemMedia as Jn, DropdownMenuGroup as Jr, NavRailMenuTriggerProps as Jt, SidebarMenuItem as K, Avatar$1 as Ka, DialogContent as Ki, ItemGroup as Kn, DropdownMenuCheckboxItem as Kr, NavRailMenuItemProps as Kt, SidebarGroupContent as L, Breadcrumb as La, CommandEmpty as Li, LinkProps as Ln, Label$1 as Lr, PaginationLink as Lt, Sidebar as M, buttonGroupVariants as Ma, ContextMenuSubContent as Mi, MenubarTrigger as Mn, FieldLabel as Mr, Progress$1 as Mt, SidebarContent as N, Separator$1 as Na, ContextMenuSubTrigger as Ni, Logo as Nn, FieldLegend as Nr, Pagination as Nt, Skeleton as O, CalendarDayButton as Oa, ContextMenuRadioItem as Oi, MenubarShortcut as On, FieldContent as Or, ResizablePanelGroup as Ot, SidebarFooter as P, SeparatorSpacing as Pa, ContextMenuTrigger as Pi, LogoBrand as Pn, FieldSeparator as Pr, PaginationContent as Pt, SidebarRail as Q, AspectRatio$1 as Qa, DialogTitle as Qi, InputOTPGroup as Qn, DropdownMenuRadioGroup as Qr, NavRailUserProps as Qt, SidebarGroupLabel as R, BreadcrumbEllipsis as Ra, CommandGroup as Ri, linkVariants as Rn, Empty as Rr, PaginationNext as Rt, RichSwitchGroup as S, CardFooter as Sa, ContextMenuContent as Si, MenubarLabel as Sn, FormField as Sr, SelectTrigger as St, Spinner as T, CardTitle as Ta, ContextMenuLabel as Ti, MenubarRadioGroup as Tn, FormMessage as Tr, ScrollBar as Tt, SidebarMenuAction as U, BreadcrumbSeparator as Ua, CommandShortcut as Ui, ItemContent as Un, EmptyTitle as Ur, NavRailMenu as Ut, SidebarInset as V, BreadcrumbList as Va, CommandList as Vi, Item as Vn, EmptyHeader as Vr, NavRailItem as Vt, SidebarMenuBadge as W, Badge as Wa, Dialog$1 as Wi, ItemDescription as Wn, emptyVariants as Wr, NavRailMenuContent as Wt, SidebarMenuSubItem as X, AvatarGroupCount as Xa, DialogOverlay as Xi, ItemTitle as Xn, DropdownMenuLabel as Xr, NavRailSeparator as Xt, SidebarMenuSubButton as Y, AvatarGroup as Ya, DialogHeader as Yi, ItemSeparator as Yn, DropdownMenuItem as Yr, NavRailMode as Yt, SidebarProvider as Z, AvatarImage as Za, DialogPortal as Zi, InputOTP as Zn, DropdownMenuPortal as Zr, NavRailUser as Zt, TableCell as _, CarouselPrevious as _a, CreditsProps as _i, Menubar$1 as _n, AccordionContent as _o, HoverCardContent as _r, SelectItem as _t, Textarea as a, ChartConfig as aa, DropdownMenuTrigger as ai, PopoverTrigger as an, AlertDialogHeader as ao, InputGroupText as ar, TooltipTrigger as at, TableHeader as b, CardContent as ba, ContextMenu$1 as bi, MenubarGroup as bn, FormControl as br, SelectScrollUpButton as bt, TabsContent as c, ChartLegendContent as ca, DrawerContent as ci, NavigationMenuIndicator as cn, AlertDialogPortal as co, inputVariants as cr, SheetContent as ct, TabsTrigger as d, ChartTooltipContent as da, DrawerHeader as di, NavigationMenuList as dn, Alert as do, infoBannerVariants as dr, SheetHeader as dt, Collapsible$1 as ea, DropdownMenuSeparator as ei, PopoverAnchor as en, AlertDialogAction as eo, InputOTPSlot as er, SidebarTrigger as et, tabsListVariants as f, Carousel as fa, DrawerOverlay as fi, NavigationMenuTrigger as fn, AlertAction as fo, Icon as fr, SheetTitle as ft, TableCaption as g, CarouselNext as ga, Credits as gi, nativeSelectVariants as gn, Accordion$1 as go, HoverCard$1 as gr, SelectGroup as gt, TableBody as h, CarouselItem as ha, DrawerTrigger as hi, NativeSelect as hn, AlertTitle as ho, IconName as hr, SelectContent as ht, toggleVariants as i, RichCheckbox as ia, DropdownMenuSubTrigger as ii, PopoverTitle as in, AlertDialogFooter as io, InputGroupInput as ir, TooltipProvider as it, SkeletonObject as j, ButtonGroupText as ja, ContextMenuSub as ji, MenubarSubTrigger as jn, FieldGroup as jr, RichRadioItem as jt, SkeletonAvatar as k, ButtonGroup as ka, ContextMenuSeparator as ki, MenubarSub as kn, FieldDescription as kr, RadioGroup$1 as kt, TabsCounter as l, ChartStyle as la, DrawerDescription as li, NavigationMenuItem as ln, AlertDialogTitle as lo, InfoBanner as lr, SheetDescription as lt, Table as m, CarouselContent as ma, DrawerTitle as mi, navigationMenuTriggerStyle as mn, AlertDescription as mo, ICON_NAMES as mr, Select$1 as mt, ToggleGroupItem as n, CollapsibleTrigger as na, DropdownMenuSub as ni, PopoverDescription as nn, AlertDialogContent as no, InputGroupAddon as nr, Tooltip$1 as nt, textareaVariants as o, ChartContainer as oa, Drawer$1 as oi, NavigationMenu$1 as on, AlertDialogMedia as oo, InputGroupTextarea as or, Sheet as ot, tabsTriggerVariants as p, CarouselApi as pa, DrawerPortal as pi, NavigationMenuViewport as pn, AlertContent as po, IconProps as pr, SheetTrigger as pt, SidebarMenuSkeleton as q, AvatarBadge as qa, DialogDescription as qi, ItemHeader as qn, DropdownMenuContent as qr, NavRailMenuTrigger as qt, Toggle$1 as r, Checkbox$1 as ra, DropdownMenuSubContent as ri, PopoverHeader as rn, AlertDialogDescription as ro, InputGroupButton as rr, TooltipContent as rt, Tabs$1 as s, ChartLegend as sa, DrawerClose as si, NavigationMenuContent as sn, AlertDialogOverlay as so, Input as sr, SheetClose as st, ToggleGroup$1 as t, CollapsibleContent as ta, DropdownMenuShortcut as ti, PopoverContent as tn, AlertDialogCancel as to, InputGroup as tr, useSidebar as tt, TabsList as u, ChartTooltip as ua, DrawerFooter as ui, NavigationMenuLink as un, AlertDialogTrigger as uo, InfoBannerProps as ur, SheetFooter as ut, TableFooter as v, Card as va, CreditsVariant as vi, MenubarCheckboxItem as vn, AccordionItem as vo, HoverCardTrigger as vr, SelectLabel as vt, SwitchGroup as w, CardProps as wa, ContextMenuItem as wi, MenubarPortal as wn, FormLabel as wr, ScrollArea$1 as wt, TableRow as x, CardDescription as xa, ContextMenuCheckboxItem as xi, MenubarItem as xn, FormDescription as xr, SelectSeparator as xt, TableHead as y, CardAction as ya, creditsVariants as yi, MenubarContent as yn, AccordionTrigger as yo, Form as yr, SelectScrollDownButton as yt, SidebarHeader as z, BreadcrumbItem as za, CommandInput as zi, Kbd as zn, EmptyContent as zr, PaginationPrevious as zt };
|
|
1440
2017
|
//# sourceMappingURL=index.d.cts.map
|