@psnext/design-system 1.0.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 +126 -0
- package/dist/AiChatPanel.cjs +1603 -0
- package/dist/AiChatPanel.cjs.map +1 -0
- package/dist/AiChatPanel.js +1526 -0
- package/dist/AiChatPanel.js.map +1 -0
- package/dist/BodhiLogo.cjs +240 -0
- package/dist/BodhiLogo.cjs.map +1 -0
- package/dist/BodhiLogo.js +194 -0
- package/dist/BodhiLogo.js.map +1 -0
- package/dist/Skeleton.cjs +19 -0
- package/dist/Skeleton.cjs.map +1 -0
- package/dist/Skeleton.js +14 -0
- package/dist/Skeleton.js.map +1 -0
- package/dist/SustainLogo.cjs +415 -0
- package/dist/SustainLogo.cjs.map +1 -0
- package/dist/SustainLogo.js +378 -0
- package/dist/SustainLogo.js.map +1 -0
- package/dist/contexts/index.cjs +60 -0
- package/dist/contexts/index.cjs.map +1 -0
- package/dist/contexts/index.d.cts +23 -0
- package/dist/contexts/index.d.cts.map +1 -0
- package/dist/contexts/index.d.ts +23 -0
- package/dist/contexts/index.d.ts.map +1 -0
- package/dist/contexts/index.js +58 -0
- package/dist/contexts/index.js.map +1 -0
- package/dist/index.cjs +273 -0
- package/dist/index.d.cts +1440 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.ts +1440 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -0
- package/dist/index2.d.cts +16 -0
- package/dist/index2.d.cts.map +1 -0
- package/dist/index2.d.ts +16 -0
- package/dist/index2.d.ts.map +1 -0
- package/dist/layouts/index.cjs +13 -0
- package/dist/layouts/index.d.cts +133 -0
- package/dist/layouts/index.d.cts.map +1 -0
- package/dist/layouts/index.d.ts +133 -0
- package/dist/layouts/index.d.ts.map +1 -0
- package/dist/layouts/index.js +2 -0
- package/dist/layouts.cjs +3245 -0
- package/dist/layouts.cjs.map +1 -0
- package/dist/layouts.js +3180 -0
- package/dist/layouts.js.map +1 -0
- package/dist/patterns/index.cjs +7375 -0
- package/dist/patterns/index.cjs.map +1 -0
- package/dist/patterns/index.d.cts +418 -0
- package/dist/patterns/index.d.cts.map +1 -0
- package/dist/patterns/index.d.ts +418 -0
- package/dist/patterns/index.d.ts.map +1 -0
- package/dist/patterns/index.js +7344 -0
- package/dist/patterns/index.js.map +1 -0
- package/dist/primitives/index.cjs +256 -0
- package/dist/primitives/index.d.cts +2 -0
- package/dist/primitives/index.d.ts +2 -0
- package/dist/primitives/index.js +5 -0
- package/dist/primitives.cjs +4292 -0
- package/dist/primitives.cjs.map +1 -0
- package/dist/primitives.js +2807 -0
- package/dist/primitives.js.map +1 -0
- package/dist/styles/base/colors.css +300 -0
- package/dist/styles/base/component-tokens.css +240 -0
- package/dist/styles/base/elevation.css +7 -0
- package/dist/styles/base/fonts.css +14 -0
- package/dist/styles/base/global.css +305 -0
- package/dist/styles/base/radius.css +22 -0
- package/dist/styles/base/semantic-aliases.css +53 -0
- package/dist/styles/base/spacing.css +33 -0
- package/dist/styles/base/typography.css +48 -0
- package/dist/styles/generated/bodhi-vars.css +34 -0
- package/dist/styles/generated/dark.css +87 -0
- package/dist/styles/generated/light.css +87 -0
- package/dist/styles/generated/slingshot-vars.css +34 -0
- package/dist/styles/generated/sustain-vars.css +34 -0
- package/dist/styles/index.css +32 -0
- package/dist/styles/theme.css +65 -0
- package/dist/styles/themes/bodhi.css +166 -0
- package/dist/styles/themes/slingshot.css +144 -0
- package/dist/styles/themes/sustain.css +130 -0
- package/package.json +131 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,1440 @@
|
|
|
1
|
+
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
2
|
+
import * as React$1 from "react";
|
|
3
|
+
import * as react_jsx_runtime31 from "react/jsx-runtime";
|
|
4
|
+
import { VariantProps } from "class-variance-authority";
|
|
5
|
+
import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
|
|
6
|
+
import { Slot } from "@radix-ui/react-slot";
|
|
7
|
+
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
|
|
8
|
+
import * as AvatarPrimitive from "@radix-ui/react-avatar";
|
|
9
|
+
import { DayPicker } from "react-day-picker";
|
|
10
|
+
import useEmblaCarousel, { UseEmblaCarouselType } from "embla-carousel-react";
|
|
11
|
+
import * as RechartsPrimitive from "recharts";
|
|
12
|
+
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
13
|
+
import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
|
|
14
|
+
import { Command } from "cmdk";
|
|
15
|
+
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
16
|
+
import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
|
|
17
|
+
import { Drawer } from "vaul";
|
|
18
|
+
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
19
|
+
import * as react_hook_form0 from "react-hook-form";
|
|
20
|
+
import { ControllerProps, FieldPath, FieldValues } from "react-hook-form";
|
|
21
|
+
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
22
|
+
import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
|
|
23
|
+
import { OTPInput } from "input-otp";
|
|
24
|
+
import * as MenubarPrimitive from "@radix-ui/react-menubar";
|
|
25
|
+
import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
|
|
26
|
+
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
27
|
+
import * as ProgressPrimitive from "@radix-ui/react-progress";
|
|
28
|
+
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
29
|
+
import * as ResizablePrimitive from "react-resizable-panels";
|
|
30
|
+
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
31
|
+
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
32
|
+
import * as SeparatorPrimitive from "@radix-ui/react-separator";
|
|
33
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
34
|
+
import * as SliderPrimitive from "@radix-ui/react-slider";
|
|
35
|
+
import { ToasterProps } from "sonner";
|
|
36
|
+
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
37
|
+
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
38
|
+
import * as TogglePrimitive from "@radix-ui/react-toggle";
|
|
39
|
+
import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
40
|
+
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
41
|
+
|
|
42
|
+
//#region src/primitives/Accordion/Accordion.d.ts
|
|
43
|
+
declare function Accordion({
|
|
44
|
+
...props
|
|
45
|
+
}: React$1.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
46
|
+
declare function AccordionItem({
|
|
47
|
+
className,
|
|
48
|
+
...props
|
|
49
|
+
}: React$1.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime31.JSX.Element;
|
|
50
|
+
declare function AccordionTrigger({
|
|
51
|
+
className,
|
|
52
|
+
children,
|
|
53
|
+
...props
|
|
54
|
+
}: React$1.ComponentProps<typeof AccordionPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
55
|
+
declare function AccordionContent({
|
|
56
|
+
className,
|
|
57
|
+
children,
|
|
58
|
+
...props
|
|
59
|
+
}: React$1.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime31.JSX.Element;
|
|
60
|
+
//#endregion
|
|
61
|
+
//#region src/primitives/Alert/Alert.d.ts
|
|
62
|
+
declare const alertVariants: (props?: ({
|
|
63
|
+
variant?: "default" | "destructive" | null | undefined;
|
|
64
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
65
|
+
declare function Alert({
|
|
66
|
+
className,
|
|
67
|
+
variant,
|
|
68
|
+
...props
|
|
69
|
+
}: React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants>): react_jsx_runtime31.JSX.Element;
|
|
70
|
+
declare function AlertTitle({
|
|
71
|
+
className,
|
|
72
|
+
...props
|
|
73
|
+
}: React$1.ComponentProps<"h5">): react_jsx_runtime31.JSX.Element;
|
|
74
|
+
declare function AlertDescription({
|
|
75
|
+
className,
|
|
76
|
+
...props
|
|
77
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
78
|
+
//#endregion
|
|
79
|
+
//#region src/primitives/AlertDialog/AlertDialog.d.ts
|
|
80
|
+
declare function AlertDialog({
|
|
81
|
+
...props
|
|
82
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
83
|
+
declare function AlertDialogTrigger({
|
|
84
|
+
...props
|
|
85
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
86
|
+
declare function AlertDialogPortal({
|
|
87
|
+
...props
|
|
88
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime31.JSX.Element;
|
|
89
|
+
declare function AlertDialogOverlay({
|
|
90
|
+
className,
|
|
91
|
+
...props
|
|
92
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime31.JSX.Element;
|
|
93
|
+
declare function AlertDialogContent({
|
|
94
|
+
className,
|
|
95
|
+
...props
|
|
96
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime31.JSX.Element;
|
|
97
|
+
declare function AlertDialogHeader({
|
|
98
|
+
className,
|
|
99
|
+
...props
|
|
100
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
101
|
+
declare function AlertDialogFooter({
|
|
102
|
+
className,
|
|
103
|
+
...props
|
|
104
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
105
|
+
declare function AlertDialogTitle({
|
|
106
|
+
className,
|
|
107
|
+
...props
|
|
108
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime31.JSX.Element;
|
|
109
|
+
declare function AlertDialogDescription({
|
|
110
|
+
className,
|
|
111
|
+
...props
|
|
112
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime31.JSX.Element;
|
|
113
|
+
declare function AlertDialogAction({
|
|
114
|
+
className,
|
|
115
|
+
variant,
|
|
116
|
+
...props
|
|
117
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Action> & {
|
|
118
|
+
variant?: "default" | "destructive";
|
|
119
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
120
|
+
declare function AlertDialogCancel({
|
|
121
|
+
className,
|
|
122
|
+
...props
|
|
123
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime31.JSX.Element;
|
|
124
|
+
//#endregion
|
|
125
|
+
//#region src/primitives/AspectRatio/AspectRatio.d.ts
|
|
126
|
+
declare function AspectRatio({
|
|
127
|
+
className,
|
|
128
|
+
...props
|
|
129
|
+
}: React$1.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
130
|
+
//#endregion
|
|
131
|
+
//#region src/primitives/Avatar/Avatar.d.ts
|
|
132
|
+
declare function Avatar({
|
|
133
|
+
className,
|
|
134
|
+
...props
|
|
135
|
+
}: React$1.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
136
|
+
declare function AvatarImage({
|
|
137
|
+
className,
|
|
138
|
+
...props
|
|
139
|
+
}: React$1.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime31.JSX.Element;
|
|
140
|
+
declare function AvatarFallback({
|
|
141
|
+
className,
|
|
142
|
+
...props
|
|
143
|
+
}: React$1.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime31.JSX.Element;
|
|
144
|
+
//#endregion
|
|
145
|
+
//#region src/primitives/Badge/Badge.d.ts
|
|
146
|
+
declare const badgeVariants: (props?: ({
|
|
147
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
|
|
148
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
149
|
+
declare function Badge({
|
|
150
|
+
className,
|
|
151
|
+
variant,
|
|
152
|
+
asChild,
|
|
153
|
+
...props
|
|
154
|
+
}: React$1.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
|
|
155
|
+
asChild?: boolean;
|
|
156
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
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_runtime31.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_runtime31.JSX.Element;
|
|
173
|
+
//#endregion
|
|
174
|
+
//#region src/primitives/Breadcrumb/Breadcrumb.d.ts
|
|
175
|
+
declare function Breadcrumb({
|
|
176
|
+
...props
|
|
177
|
+
}: React$1.ComponentProps<"nav">): react_jsx_runtime31.JSX.Element;
|
|
178
|
+
declare function BreadcrumbList({
|
|
179
|
+
className,
|
|
180
|
+
...props
|
|
181
|
+
}: React$1.ComponentProps<"ol">): react_jsx_runtime31.JSX.Element;
|
|
182
|
+
declare function BreadcrumbItem({
|
|
183
|
+
className,
|
|
184
|
+
...props
|
|
185
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime31.JSX.Element;
|
|
186
|
+
declare function BreadcrumbLink({
|
|
187
|
+
asChild,
|
|
188
|
+
className,
|
|
189
|
+
...props
|
|
190
|
+
}: React$1.ComponentProps<"a"> & {
|
|
191
|
+
asChild?: boolean;
|
|
192
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
193
|
+
declare function BreadcrumbPage({
|
|
194
|
+
className,
|
|
195
|
+
...props
|
|
196
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime31.JSX.Element;
|
|
197
|
+
declare function BreadcrumbSeparator({
|
|
198
|
+
children,
|
|
199
|
+
className,
|
|
200
|
+
...props
|
|
201
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime31.JSX.Element;
|
|
202
|
+
declare function BreadcrumbEllipsis({
|
|
203
|
+
className,
|
|
204
|
+
...props
|
|
205
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime31.JSX.Element;
|
|
206
|
+
//#endregion
|
|
207
|
+
//#region src/primitives/Button/Button.d.ts
|
|
208
|
+
declare const buttonVariants: (props?: ({
|
|
209
|
+
variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
|
|
210
|
+
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
211
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
212
|
+
declare function Button({
|
|
213
|
+
className,
|
|
214
|
+
variant,
|
|
215
|
+
size,
|
|
216
|
+
asChild,
|
|
217
|
+
...props
|
|
218
|
+
}: React$1.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
|
|
219
|
+
asChild?: boolean;
|
|
220
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
221
|
+
//#endregion
|
|
222
|
+
//#region src/primitives/Calendar/Calendar.d.ts
|
|
223
|
+
declare function Calendar({
|
|
224
|
+
className,
|
|
225
|
+
classNames,
|
|
226
|
+
showOutsideDays,
|
|
227
|
+
...props
|
|
228
|
+
}: React$1.ComponentProps<typeof DayPicker>): react_jsx_runtime31.JSX.Element;
|
|
229
|
+
//#endregion
|
|
230
|
+
//#region src/primitives/Card/Card.d.ts
|
|
231
|
+
declare function Card({
|
|
232
|
+
className,
|
|
233
|
+
...props
|
|
234
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
235
|
+
declare function CardHeader({
|
|
236
|
+
className,
|
|
237
|
+
...props
|
|
238
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
239
|
+
declare function CardTitle({
|
|
240
|
+
className,
|
|
241
|
+
...props
|
|
242
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
243
|
+
declare function CardDescription({
|
|
244
|
+
className,
|
|
245
|
+
...props
|
|
246
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
247
|
+
declare function CardAction({
|
|
248
|
+
className,
|
|
249
|
+
...props
|
|
250
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
251
|
+
declare function CardContent({
|
|
252
|
+
className,
|
|
253
|
+
...props
|
|
254
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
255
|
+
declare function CardFooter({
|
|
256
|
+
className,
|
|
257
|
+
...props
|
|
258
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
259
|
+
//#endregion
|
|
260
|
+
//#region src/primitives/Carousel/Carousel.d.ts
|
|
261
|
+
type CarouselApi = UseEmblaCarouselType[1];
|
|
262
|
+
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
263
|
+
type CarouselOptions = UseCarouselParameters[0];
|
|
264
|
+
type CarouselPlugin = UseCarouselParameters[1];
|
|
265
|
+
type CarouselProps = {
|
|
266
|
+
opts?: CarouselOptions;
|
|
267
|
+
plugins?: CarouselPlugin;
|
|
268
|
+
orientation?: "horizontal" | "vertical";
|
|
269
|
+
setApi?: (api: CarouselApi) => void;
|
|
270
|
+
};
|
|
271
|
+
declare function Carousel({
|
|
272
|
+
orientation,
|
|
273
|
+
opts,
|
|
274
|
+
setApi,
|
|
275
|
+
plugins,
|
|
276
|
+
className,
|
|
277
|
+
children,
|
|
278
|
+
...props
|
|
279
|
+
}: React$1.ComponentProps<"div"> & CarouselProps): react_jsx_runtime31.JSX.Element;
|
|
280
|
+
declare function CarouselContent({
|
|
281
|
+
className,
|
|
282
|
+
...props
|
|
283
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
284
|
+
declare function CarouselItem({
|
|
285
|
+
className,
|
|
286
|
+
...props
|
|
287
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
288
|
+
declare function CarouselPrevious({
|
|
289
|
+
className,
|
|
290
|
+
variant,
|
|
291
|
+
size,
|
|
292
|
+
...props
|
|
293
|
+
}: React$1.ComponentProps<typeof Button>): react_jsx_runtime31.JSX.Element;
|
|
294
|
+
declare function CarouselNext({
|
|
295
|
+
className,
|
|
296
|
+
variant,
|
|
297
|
+
size,
|
|
298
|
+
...props
|
|
299
|
+
}: React$1.ComponentProps<typeof Button>): react_jsx_runtime31.JSX.Element;
|
|
300
|
+
//#endregion
|
|
301
|
+
//#region src/primitives/Chart/Chart.d.ts
|
|
302
|
+
declare const THEMES: {
|
|
303
|
+
readonly light: "";
|
|
304
|
+
readonly dark: ".dark";
|
|
305
|
+
};
|
|
306
|
+
type ChartConfig = { [k in string]: {
|
|
307
|
+
label?: React$1.ReactNode;
|
|
308
|
+
icon?: React$1.ComponentType;
|
|
309
|
+
} & ({
|
|
310
|
+
color?: string;
|
|
311
|
+
theme?: never;
|
|
312
|
+
} | {
|
|
313
|
+
color?: never;
|
|
314
|
+
theme: Record<keyof typeof THEMES, string>;
|
|
315
|
+
}) };
|
|
316
|
+
declare function ChartContainer({
|
|
317
|
+
id,
|
|
318
|
+
className,
|
|
319
|
+
children,
|
|
320
|
+
config,
|
|
321
|
+
...props
|
|
322
|
+
}: React$1.ComponentProps<"div"> & {
|
|
323
|
+
config: ChartConfig;
|
|
324
|
+
children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
|
|
325
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
326
|
+
declare const ChartStyle: ({
|
|
327
|
+
id,
|
|
328
|
+
config
|
|
329
|
+
}: {
|
|
330
|
+
id: string;
|
|
331
|
+
config: ChartConfig;
|
|
332
|
+
}) => react_jsx_runtime31.JSX.Element | null;
|
|
333
|
+
declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
334
|
+
declare function ChartTooltipContent({
|
|
335
|
+
active,
|
|
336
|
+
payload,
|
|
337
|
+
className,
|
|
338
|
+
indicator,
|
|
339
|
+
hideLabel,
|
|
340
|
+
hideIndicator,
|
|
341
|
+
label,
|
|
342
|
+
labelFormatter,
|
|
343
|
+
labelClassName,
|
|
344
|
+
formatter,
|
|
345
|
+
color,
|
|
346
|
+
nameKey,
|
|
347
|
+
labelKey
|
|
348
|
+
}: React$1.ComponentProps<typeof RechartsPrimitive.Tooltip> & React$1.ComponentProps<"div"> & {
|
|
349
|
+
hideLabel?: boolean;
|
|
350
|
+
hideIndicator?: boolean;
|
|
351
|
+
indicator?: "line" | "dot" | "dashed";
|
|
352
|
+
nameKey?: string;
|
|
353
|
+
labelKey?: string;
|
|
354
|
+
}): react_jsx_runtime31.JSX.Element | null;
|
|
355
|
+
declare const ChartLegend: typeof RechartsPrimitive.Legend;
|
|
356
|
+
declare function ChartLegendContent({
|
|
357
|
+
className,
|
|
358
|
+
hideIcon,
|
|
359
|
+
payload,
|
|
360
|
+
verticalAlign,
|
|
361
|
+
nameKey
|
|
362
|
+
}: React$1.ComponentProps<"div"> & Pick<RechartsPrimitive.LegendProps, "payload" | "verticalAlign"> & {
|
|
363
|
+
hideIcon?: boolean;
|
|
364
|
+
nameKey?: string;
|
|
365
|
+
}): react_jsx_runtime31.JSX.Element | null;
|
|
366
|
+
//#endregion
|
|
367
|
+
//#region src/primitives/Checkbox/Checkbox.d.ts
|
|
368
|
+
declare function Checkbox({
|
|
369
|
+
className,
|
|
370
|
+
...props
|
|
371
|
+
}: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
372
|
+
//#endregion
|
|
373
|
+
//#region src/primitives/Collapsible/Collapsible.d.ts
|
|
374
|
+
declare function Collapsible({
|
|
375
|
+
...props
|
|
376
|
+
}: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
377
|
+
declare function CollapsibleTrigger({
|
|
378
|
+
...props
|
|
379
|
+
}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime31.JSX.Element;
|
|
380
|
+
declare function CollapsibleContent({
|
|
381
|
+
...props
|
|
382
|
+
}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): react_jsx_runtime31.JSX.Element;
|
|
383
|
+
//#endregion
|
|
384
|
+
//#region src/primitives/Dialog/Dialog.d.ts
|
|
385
|
+
declare function Dialog({
|
|
386
|
+
...props
|
|
387
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
388
|
+
declare function DialogTrigger({
|
|
389
|
+
...props
|
|
390
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
391
|
+
declare function DialogPortal({
|
|
392
|
+
...props
|
|
393
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Portal>): react_jsx_runtime31.JSX.Element;
|
|
394
|
+
declare function DialogClose({
|
|
395
|
+
...props
|
|
396
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime31.JSX.Element;
|
|
397
|
+
declare function DialogOverlay({
|
|
398
|
+
className,
|
|
399
|
+
...props
|
|
400
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Overlay>): react_jsx_runtime31.JSX.Element;
|
|
401
|
+
declare function DialogContent({
|
|
402
|
+
className,
|
|
403
|
+
children,
|
|
404
|
+
showCloseButton,
|
|
405
|
+
...props
|
|
406
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
407
|
+
showCloseButton?: boolean;
|
|
408
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
409
|
+
declare function DialogHeader({
|
|
410
|
+
className,
|
|
411
|
+
...props
|
|
412
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
413
|
+
declare function DialogFooter({
|
|
414
|
+
className,
|
|
415
|
+
...props
|
|
416
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
417
|
+
declare function DialogTitle({
|
|
418
|
+
className,
|
|
419
|
+
...props
|
|
420
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime31.JSX.Element;
|
|
421
|
+
declare function DialogDescription({
|
|
422
|
+
className,
|
|
423
|
+
...props
|
|
424
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime31.JSX.Element;
|
|
425
|
+
//#endregion
|
|
426
|
+
//#region src/primitives/Command/Command.d.ts
|
|
427
|
+
declare function Command$1({
|
|
428
|
+
className,
|
|
429
|
+
...props
|
|
430
|
+
}: React$1.ComponentProps<typeof Command>): react_jsx_runtime31.JSX.Element;
|
|
431
|
+
declare function CommandDialog({
|
|
432
|
+
title,
|
|
433
|
+
description,
|
|
434
|
+
children,
|
|
435
|
+
...props
|
|
436
|
+
}: React$1.ComponentProps<typeof Dialog> & {
|
|
437
|
+
title?: string;
|
|
438
|
+
description?: string;
|
|
439
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
440
|
+
declare function CommandInput({
|
|
441
|
+
className,
|
|
442
|
+
...props
|
|
443
|
+
}: React$1.ComponentProps<typeof Command.Input>): react_jsx_runtime31.JSX.Element;
|
|
444
|
+
declare function CommandList({
|
|
445
|
+
className,
|
|
446
|
+
...props
|
|
447
|
+
}: React$1.ComponentProps<typeof Command.List>): react_jsx_runtime31.JSX.Element;
|
|
448
|
+
declare function CommandEmpty({
|
|
449
|
+
...props
|
|
450
|
+
}: React$1.ComponentProps<typeof Command.Empty>): react_jsx_runtime31.JSX.Element;
|
|
451
|
+
declare function CommandGroup({
|
|
452
|
+
className,
|
|
453
|
+
...props
|
|
454
|
+
}: React$1.ComponentProps<typeof Command.Group>): react_jsx_runtime31.JSX.Element;
|
|
455
|
+
declare function CommandSeparator({
|
|
456
|
+
className,
|
|
457
|
+
...props
|
|
458
|
+
}: React$1.ComponentProps<typeof Command.Separator>): react_jsx_runtime31.JSX.Element;
|
|
459
|
+
declare function CommandItem({
|
|
460
|
+
className,
|
|
461
|
+
...props
|
|
462
|
+
}: React$1.ComponentProps<typeof Command.Item>): react_jsx_runtime31.JSX.Element;
|
|
463
|
+
declare function CommandShortcut({
|
|
464
|
+
className,
|
|
465
|
+
...props
|
|
466
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime31.JSX.Element;
|
|
467
|
+
//#endregion
|
|
468
|
+
//#region src/primitives/ContextMenu/ContextMenu.d.ts
|
|
469
|
+
declare function ContextMenu({
|
|
470
|
+
...props
|
|
471
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
472
|
+
declare function ContextMenuTrigger({
|
|
473
|
+
...props
|
|
474
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
475
|
+
declare function ContextMenuGroup({
|
|
476
|
+
...props
|
|
477
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Group>): react_jsx_runtime31.JSX.Element;
|
|
478
|
+
declare function ContextMenuPortal({
|
|
479
|
+
...props
|
|
480
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Portal>): react_jsx_runtime31.JSX.Element;
|
|
481
|
+
declare function ContextMenuSub({
|
|
482
|
+
...props
|
|
483
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Sub>): react_jsx_runtime31.JSX.Element;
|
|
484
|
+
declare function ContextMenuRadioGroup({
|
|
485
|
+
...props
|
|
486
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>): react_jsx_runtime31.JSX.Element;
|
|
487
|
+
declare function ContextMenuSubTrigger({
|
|
488
|
+
className,
|
|
489
|
+
inset,
|
|
490
|
+
children,
|
|
491
|
+
...props
|
|
492
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.SubTrigger> & {
|
|
493
|
+
inset?: boolean;
|
|
494
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
495
|
+
declare function ContextMenuSubContent({
|
|
496
|
+
className,
|
|
497
|
+
...props
|
|
498
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.SubContent>): react_jsx_runtime31.JSX.Element;
|
|
499
|
+
declare function ContextMenuContent({
|
|
500
|
+
className,
|
|
501
|
+
...props
|
|
502
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Content>): react_jsx_runtime31.JSX.Element;
|
|
503
|
+
declare function ContextMenuItem({
|
|
504
|
+
className,
|
|
505
|
+
inset,
|
|
506
|
+
variant,
|
|
507
|
+
...props
|
|
508
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Item> & {
|
|
509
|
+
inset?: boolean;
|
|
510
|
+
variant?: "default" | "destructive";
|
|
511
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
512
|
+
declare function ContextMenuCheckboxItem({
|
|
513
|
+
className,
|
|
514
|
+
children,
|
|
515
|
+
checked,
|
|
516
|
+
...props
|
|
517
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.CheckboxItem>): react_jsx_runtime31.JSX.Element;
|
|
518
|
+
declare function ContextMenuRadioItem({
|
|
519
|
+
className,
|
|
520
|
+
children,
|
|
521
|
+
...props
|
|
522
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.RadioItem>): react_jsx_runtime31.JSX.Element;
|
|
523
|
+
declare function ContextMenuLabel({
|
|
524
|
+
className,
|
|
525
|
+
inset,
|
|
526
|
+
...props
|
|
527
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Label> & {
|
|
528
|
+
inset?: boolean;
|
|
529
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
530
|
+
declare function ContextMenuSeparator({
|
|
531
|
+
className,
|
|
532
|
+
...props
|
|
533
|
+
}: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime31.JSX.Element;
|
|
534
|
+
declare function ContextMenuShortcut({
|
|
535
|
+
className,
|
|
536
|
+
...props
|
|
537
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime31.JSX.Element;
|
|
538
|
+
//#endregion
|
|
539
|
+
//#region src/primitives/Drawer/Drawer.d.ts
|
|
540
|
+
declare function Drawer$1({
|
|
541
|
+
...props
|
|
542
|
+
}: React$1.ComponentProps<typeof Drawer.Root>): react_jsx_runtime31.JSX.Element;
|
|
543
|
+
declare function DrawerTrigger({
|
|
544
|
+
...props
|
|
545
|
+
}: React$1.ComponentProps<typeof Drawer.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
546
|
+
declare function DrawerPortal({
|
|
547
|
+
...props
|
|
548
|
+
}: React$1.ComponentProps<typeof Drawer.Portal>): react_jsx_runtime31.JSX.Element;
|
|
549
|
+
declare function DrawerClose({
|
|
550
|
+
...props
|
|
551
|
+
}: React$1.ComponentProps<typeof Drawer.Close>): react_jsx_runtime31.JSX.Element;
|
|
552
|
+
declare function DrawerOverlay({
|
|
553
|
+
className,
|
|
554
|
+
...props
|
|
555
|
+
}: React$1.ComponentProps<typeof Drawer.Overlay>): react_jsx_runtime31.JSX.Element;
|
|
556
|
+
declare function DrawerContent({
|
|
557
|
+
className,
|
|
558
|
+
children,
|
|
559
|
+
...props
|
|
560
|
+
}: React$1.ComponentProps<typeof Drawer.Content>): react_jsx_runtime31.JSX.Element;
|
|
561
|
+
declare function DrawerHeader({
|
|
562
|
+
className,
|
|
563
|
+
...props
|
|
564
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
565
|
+
declare function DrawerFooter({
|
|
566
|
+
className,
|
|
567
|
+
...props
|
|
568
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
569
|
+
declare function DrawerTitle({
|
|
570
|
+
className,
|
|
571
|
+
...props
|
|
572
|
+
}: React$1.ComponentProps<typeof Drawer.Title>): react_jsx_runtime31.JSX.Element;
|
|
573
|
+
declare function DrawerDescription({
|
|
574
|
+
className,
|
|
575
|
+
...props
|
|
576
|
+
}: React$1.ComponentProps<typeof Drawer.Description>): react_jsx_runtime31.JSX.Element;
|
|
577
|
+
//#endregion
|
|
578
|
+
//#region src/primitives/DropdownMenu/DropdownMenu.d.ts
|
|
579
|
+
declare function DropdownMenu({
|
|
580
|
+
...props
|
|
581
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
582
|
+
declare function DropdownMenuPortal({
|
|
583
|
+
...props
|
|
584
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Portal>): react_jsx_runtime31.JSX.Element;
|
|
585
|
+
declare function DropdownMenuTrigger({
|
|
586
|
+
...props
|
|
587
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
588
|
+
declare function DropdownMenuContent({
|
|
589
|
+
className,
|
|
590
|
+
sideOffset,
|
|
591
|
+
...props
|
|
592
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Content>): react_jsx_runtime31.JSX.Element;
|
|
593
|
+
declare function DropdownMenuGroup({
|
|
594
|
+
...props
|
|
595
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Group>): react_jsx_runtime31.JSX.Element;
|
|
596
|
+
declare function DropdownMenuItem({
|
|
597
|
+
className,
|
|
598
|
+
inset,
|
|
599
|
+
variant,
|
|
600
|
+
...props
|
|
601
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Item> & {
|
|
602
|
+
inset?: boolean;
|
|
603
|
+
variant?: "default" | "destructive";
|
|
604
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
605
|
+
declare function DropdownMenuCheckboxItem({
|
|
606
|
+
className,
|
|
607
|
+
children,
|
|
608
|
+
checked,
|
|
609
|
+
...props
|
|
610
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>): react_jsx_runtime31.JSX.Element;
|
|
611
|
+
declare function DropdownMenuRadioGroup({
|
|
612
|
+
...props
|
|
613
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>): react_jsx_runtime31.JSX.Element;
|
|
614
|
+
declare function DropdownMenuRadioItem({
|
|
615
|
+
className,
|
|
616
|
+
children,
|
|
617
|
+
...props
|
|
618
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>): react_jsx_runtime31.JSX.Element;
|
|
619
|
+
declare function DropdownMenuLabel({
|
|
620
|
+
className,
|
|
621
|
+
inset,
|
|
622
|
+
...props
|
|
623
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Label> & {
|
|
624
|
+
inset?: boolean;
|
|
625
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
626
|
+
declare function DropdownMenuSeparator({
|
|
627
|
+
className,
|
|
628
|
+
...props
|
|
629
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Separator>): react_jsx_runtime31.JSX.Element;
|
|
630
|
+
declare function DropdownMenuShortcut({
|
|
631
|
+
className,
|
|
632
|
+
...props
|
|
633
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime31.JSX.Element;
|
|
634
|
+
declare function DropdownMenuSub({
|
|
635
|
+
...props
|
|
636
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.Sub>): react_jsx_runtime31.JSX.Element;
|
|
637
|
+
declare function DropdownMenuSubTrigger({
|
|
638
|
+
className,
|
|
639
|
+
inset,
|
|
640
|
+
children,
|
|
641
|
+
...props
|
|
642
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> & {
|
|
643
|
+
inset?: boolean;
|
|
644
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
645
|
+
declare function DropdownMenuSubContent({
|
|
646
|
+
className,
|
|
647
|
+
...props
|
|
648
|
+
}: React$1.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): react_jsx_runtime31.JSX.Element;
|
|
649
|
+
//#endregion
|
|
650
|
+
//#region src/primitives/Form/Form.d.ts
|
|
651
|
+
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>({
|
|
652
|
+
children,
|
|
653
|
+
watch,
|
|
654
|
+
getValues,
|
|
655
|
+
getFieldState,
|
|
656
|
+
setError,
|
|
657
|
+
clearErrors,
|
|
658
|
+
setValue,
|
|
659
|
+
setValues,
|
|
660
|
+
trigger,
|
|
661
|
+
formState,
|
|
662
|
+
resetField,
|
|
663
|
+
reset,
|
|
664
|
+
handleSubmit,
|
|
665
|
+
unregister,
|
|
666
|
+
control,
|
|
667
|
+
register,
|
|
668
|
+
setFocus,
|
|
669
|
+
subscribe
|
|
670
|
+
}: react_hook_form0.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
671
|
+
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({
|
|
672
|
+
...props
|
|
673
|
+
}: ControllerProps<TFieldValues, TName>) => react_jsx_runtime31.JSX.Element;
|
|
674
|
+
declare const useFormField: () => {
|
|
675
|
+
invalid: boolean;
|
|
676
|
+
isDirty: boolean;
|
|
677
|
+
isTouched: boolean;
|
|
678
|
+
isValidating: boolean;
|
|
679
|
+
error?: react_hook_form0.FieldError;
|
|
680
|
+
id: string;
|
|
681
|
+
name: string;
|
|
682
|
+
formItemId: string;
|
|
683
|
+
formDescriptionId: string;
|
|
684
|
+
formMessageId: string;
|
|
685
|
+
};
|
|
686
|
+
declare function FormItem({
|
|
687
|
+
className,
|
|
688
|
+
...props
|
|
689
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
690
|
+
declare function FormLabel({
|
|
691
|
+
className,
|
|
692
|
+
...props
|
|
693
|
+
}: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
694
|
+
declare function FormControl({
|
|
695
|
+
...props
|
|
696
|
+
}: React$1.ComponentProps<typeof Slot>): react_jsx_runtime31.JSX.Element;
|
|
697
|
+
declare function FormDescription({
|
|
698
|
+
className,
|
|
699
|
+
...props
|
|
700
|
+
}: React$1.ComponentProps<"p">): react_jsx_runtime31.JSX.Element;
|
|
701
|
+
declare function FormMessage({
|
|
702
|
+
className,
|
|
703
|
+
...props
|
|
704
|
+
}: React$1.ComponentProps<"p">): react_jsx_runtime31.JSX.Element | null;
|
|
705
|
+
//#endregion
|
|
706
|
+
//#region src/primitives/HoverCard/HoverCard.d.ts
|
|
707
|
+
declare function HoverCard({
|
|
708
|
+
...props
|
|
709
|
+
}: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
710
|
+
declare function HoverCardTrigger({
|
|
711
|
+
...props
|
|
712
|
+
}: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
713
|
+
declare function HoverCardContent({
|
|
714
|
+
className,
|
|
715
|
+
align,
|
|
716
|
+
sideOffset,
|
|
717
|
+
...props
|
|
718
|
+
}: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime31.JSX.Element;
|
|
719
|
+
//#endregion
|
|
720
|
+
//#region src/primitives/Input/Input.d.ts
|
|
721
|
+
declare function Input({
|
|
722
|
+
className,
|
|
723
|
+
type,
|
|
724
|
+
...props
|
|
725
|
+
}: React$1.ComponentProps<"input">): react_jsx_runtime31.JSX.Element;
|
|
726
|
+
//#endregion
|
|
727
|
+
//#region src/primitives/InputOtp/InputOtp.d.ts
|
|
728
|
+
declare function InputOTP({
|
|
729
|
+
className,
|
|
730
|
+
containerClassName,
|
|
731
|
+
...props
|
|
732
|
+
}: React$1.ComponentProps<typeof OTPInput> & {
|
|
733
|
+
containerClassName?: string;
|
|
734
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
735
|
+
declare function InputOTPGroup({
|
|
736
|
+
className,
|
|
737
|
+
...props
|
|
738
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
739
|
+
declare function InputOTPSlot({
|
|
740
|
+
index,
|
|
741
|
+
className,
|
|
742
|
+
...props
|
|
743
|
+
}: React$1.ComponentProps<"div"> & {
|
|
744
|
+
index: number;
|
|
745
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
746
|
+
declare function InputOTPSeparator({
|
|
747
|
+
...props
|
|
748
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
749
|
+
//#endregion
|
|
750
|
+
//#region src/primitives/Label/Label.d.ts
|
|
751
|
+
declare function Label({
|
|
752
|
+
className,
|
|
753
|
+
...props
|
|
754
|
+
}: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
755
|
+
//#endregion
|
|
756
|
+
//#region src/primitives/Menubar/Menubar.d.ts
|
|
757
|
+
declare function Menubar({
|
|
758
|
+
className,
|
|
759
|
+
...props
|
|
760
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
761
|
+
declare function MenubarMenu({
|
|
762
|
+
...props
|
|
763
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime31.JSX.Element;
|
|
764
|
+
declare function MenubarGroup({
|
|
765
|
+
...props
|
|
766
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime31.JSX.Element;
|
|
767
|
+
declare function MenubarPortal({
|
|
768
|
+
...props
|
|
769
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime31.JSX.Element;
|
|
770
|
+
declare function MenubarRadioGroup({
|
|
771
|
+
...props
|
|
772
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime31.JSX.Element;
|
|
773
|
+
declare function MenubarTrigger({
|
|
774
|
+
className,
|
|
775
|
+
...props
|
|
776
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
777
|
+
declare function MenubarContent({
|
|
778
|
+
className,
|
|
779
|
+
align,
|
|
780
|
+
alignOffset,
|
|
781
|
+
sideOffset,
|
|
782
|
+
...props
|
|
783
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime31.JSX.Element;
|
|
784
|
+
declare function MenubarItem({
|
|
785
|
+
className,
|
|
786
|
+
inset,
|
|
787
|
+
variant,
|
|
788
|
+
...props
|
|
789
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Item> & {
|
|
790
|
+
inset?: boolean;
|
|
791
|
+
variant?: "default" | "destructive";
|
|
792
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
793
|
+
declare function MenubarCheckboxItem({
|
|
794
|
+
className,
|
|
795
|
+
children,
|
|
796
|
+
checked,
|
|
797
|
+
...props
|
|
798
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime31.JSX.Element;
|
|
799
|
+
declare function MenubarRadioItem({
|
|
800
|
+
className,
|
|
801
|
+
children,
|
|
802
|
+
...props
|
|
803
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime31.JSX.Element;
|
|
804
|
+
declare function MenubarLabel({
|
|
805
|
+
className,
|
|
806
|
+
inset,
|
|
807
|
+
...props
|
|
808
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Label> & {
|
|
809
|
+
inset?: boolean;
|
|
810
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
811
|
+
declare function MenubarSeparator({
|
|
812
|
+
className,
|
|
813
|
+
...props
|
|
814
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime31.JSX.Element;
|
|
815
|
+
declare function MenubarShortcut({
|
|
816
|
+
className,
|
|
817
|
+
...props
|
|
818
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime31.JSX.Element;
|
|
819
|
+
declare function MenubarSub({
|
|
820
|
+
...props
|
|
821
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime31.JSX.Element;
|
|
822
|
+
declare function MenubarSubTrigger({
|
|
823
|
+
className,
|
|
824
|
+
inset,
|
|
825
|
+
children,
|
|
826
|
+
...props
|
|
827
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
|
|
828
|
+
inset?: boolean;
|
|
829
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
830
|
+
declare function MenubarSubContent({
|
|
831
|
+
className,
|
|
832
|
+
...props
|
|
833
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime31.JSX.Element;
|
|
834
|
+
//#endregion
|
|
835
|
+
//#region src/primitives/NavigationMenu/NavigationMenu.d.ts
|
|
836
|
+
declare function NavigationMenu({
|
|
837
|
+
className,
|
|
838
|
+
children,
|
|
839
|
+
viewport,
|
|
840
|
+
...props
|
|
841
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
|
|
842
|
+
viewport?: boolean;
|
|
843
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
844
|
+
declare function NavigationMenuList({
|
|
845
|
+
className,
|
|
846
|
+
...props
|
|
847
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime31.JSX.Element;
|
|
848
|
+
declare function NavigationMenuItem({
|
|
849
|
+
className,
|
|
850
|
+
...props
|
|
851
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime31.JSX.Element;
|
|
852
|
+
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types0.ClassProp | undefined) => string;
|
|
853
|
+
declare function NavigationMenuTrigger({
|
|
854
|
+
className,
|
|
855
|
+
children,
|
|
856
|
+
...props
|
|
857
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
858
|
+
declare function NavigationMenuContent({
|
|
859
|
+
className,
|
|
860
|
+
...props
|
|
861
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime31.JSX.Element;
|
|
862
|
+
declare function NavigationMenuViewport({
|
|
863
|
+
className,
|
|
864
|
+
...props
|
|
865
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime31.JSX.Element;
|
|
866
|
+
declare function NavigationMenuLink({
|
|
867
|
+
className,
|
|
868
|
+
...props
|
|
869
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime31.JSX.Element;
|
|
870
|
+
declare function NavigationMenuIndicator({
|
|
871
|
+
className,
|
|
872
|
+
...props
|
|
873
|
+
}: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime31.JSX.Element;
|
|
874
|
+
//#endregion
|
|
875
|
+
//#region src/primitives/Pagination/Pagination.d.ts
|
|
876
|
+
declare function Pagination({
|
|
877
|
+
className,
|
|
878
|
+
...props
|
|
879
|
+
}: React$1.ComponentProps<"nav">): react_jsx_runtime31.JSX.Element;
|
|
880
|
+
declare function PaginationContent({
|
|
881
|
+
className,
|
|
882
|
+
...props
|
|
883
|
+
}: React$1.ComponentProps<"ul">): react_jsx_runtime31.JSX.Element;
|
|
884
|
+
declare function PaginationItem({
|
|
885
|
+
...props
|
|
886
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime31.JSX.Element;
|
|
887
|
+
type PaginationLinkProps = {
|
|
888
|
+
isActive?: boolean;
|
|
889
|
+
} & Pick<React$1.ComponentProps<typeof Button>, "size"> & React$1.ComponentProps<"a">;
|
|
890
|
+
declare function PaginationLink({
|
|
891
|
+
className,
|
|
892
|
+
isActive,
|
|
893
|
+
size,
|
|
894
|
+
...props
|
|
895
|
+
}: PaginationLinkProps): react_jsx_runtime31.JSX.Element;
|
|
896
|
+
declare function PaginationPrevious({
|
|
897
|
+
className,
|
|
898
|
+
...props
|
|
899
|
+
}: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime31.JSX.Element;
|
|
900
|
+
declare function PaginationNext({
|
|
901
|
+
className,
|
|
902
|
+
...props
|
|
903
|
+
}: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime31.JSX.Element;
|
|
904
|
+
declare function PaginationEllipsis({
|
|
905
|
+
className,
|
|
906
|
+
...props
|
|
907
|
+
}: React$1.ComponentProps<"span">): react_jsx_runtime31.JSX.Element;
|
|
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_runtime31.JSX.Element;
|
|
913
|
+
declare function PopoverTrigger({
|
|
914
|
+
...props
|
|
915
|
+
}: React$1.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
916
|
+
declare function PopoverContent({
|
|
917
|
+
className,
|
|
918
|
+
align,
|
|
919
|
+
sideOffset,
|
|
920
|
+
...props
|
|
921
|
+
}: React$1.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime31.JSX.Element;
|
|
922
|
+
declare function PopoverAnchor({
|
|
923
|
+
...props
|
|
924
|
+
}: React$1.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime31.JSX.Element;
|
|
925
|
+
//#endregion
|
|
926
|
+
//#region src/primitives/Progress/Progress.d.ts
|
|
927
|
+
declare const progressIndicatorVariants: {
|
|
928
|
+
readonly default: "bg-primary";
|
|
929
|
+
readonly analyzing: "bg-[var(--progress-analyzing)]";
|
|
930
|
+
readonly ingesting: "bg-[var(--progress-ingesting)]";
|
|
931
|
+
};
|
|
932
|
+
declare function Progress({
|
|
933
|
+
className,
|
|
934
|
+
value,
|
|
935
|
+
variant,
|
|
936
|
+
...props
|
|
937
|
+
}: React$1.ComponentProps<typeof ProgressPrimitive.Root> & {
|
|
938
|
+
variant?: keyof typeof progressIndicatorVariants;
|
|
939
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
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_runtime31.JSX.Element;
|
|
948
|
+
//#endregion
|
|
949
|
+
//#region src/primitives/RadioGroup/RadioGroup.d.ts
|
|
950
|
+
declare function RadioGroup({
|
|
951
|
+
className,
|
|
952
|
+
...props
|
|
953
|
+
}: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
954
|
+
declare function RadioGroupItem({
|
|
955
|
+
className,
|
|
956
|
+
...props
|
|
957
|
+
}: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime31.JSX.Element;
|
|
958
|
+
//#endregion
|
|
959
|
+
//#region src/primitives/Resizable/Resizable.d.ts
|
|
960
|
+
declare function ResizablePanelGroup({
|
|
961
|
+
className,
|
|
962
|
+
...props
|
|
963
|
+
}: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime31.JSX.Element;
|
|
964
|
+
declare function ResizablePanel({
|
|
965
|
+
className,
|
|
966
|
+
...props
|
|
967
|
+
}: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime31.JSX.Element;
|
|
968
|
+
declare function ResizableHandle({
|
|
969
|
+
withHandle,
|
|
970
|
+
className,
|
|
971
|
+
...props
|
|
972
|
+
}: React$1.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
|
|
973
|
+
withHandle?: boolean;
|
|
974
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
975
|
+
//#endregion
|
|
976
|
+
//#region src/primitives/ScrollArea/ScrollArea.d.ts
|
|
977
|
+
declare function ScrollArea({
|
|
978
|
+
className,
|
|
979
|
+
children,
|
|
980
|
+
...props
|
|
981
|
+
}: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
982
|
+
declare function ScrollBar({
|
|
983
|
+
className,
|
|
984
|
+
orientation,
|
|
985
|
+
...props
|
|
986
|
+
}: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime31.JSX.Element;
|
|
987
|
+
//#endregion
|
|
988
|
+
//#region src/primitives/Select/Select.d.ts
|
|
989
|
+
declare function Select({
|
|
990
|
+
...props
|
|
991
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
992
|
+
declare function SelectGroup({
|
|
993
|
+
...props
|
|
994
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime31.JSX.Element;
|
|
995
|
+
declare function SelectValue({
|
|
996
|
+
...props
|
|
997
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime31.JSX.Element;
|
|
998
|
+
declare function SelectTrigger({
|
|
999
|
+
className,
|
|
1000
|
+
size,
|
|
1001
|
+
children,
|
|
1002
|
+
...props
|
|
1003
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Trigger> & {
|
|
1004
|
+
size?: "sm" | "default";
|
|
1005
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
1006
|
+
declare function SelectContent({
|
|
1007
|
+
className,
|
|
1008
|
+
children,
|
|
1009
|
+
position,
|
|
1010
|
+
...props
|
|
1011
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime31.JSX.Element;
|
|
1012
|
+
declare function SelectLabel({
|
|
1013
|
+
className,
|
|
1014
|
+
...props
|
|
1015
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime31.JSX.Element;
|
|
1016
|
+
declare function SelectItem({
|
|
1017
|
+
className,
|
|
1018
|
+
children,
|
|
1019
|
+
...props
|
|
1020
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime31.JSX.Element;
|
|
1021
|
+
declare function SelectSeparator({
|
|
1022
|
+
className,
|
|
1023
|
+
...props
|
|
1024
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime31.JSX.Element;
|
|
1025
|
+
declare function SelectScrollUpButton({
|
|
1026
|
+
className,
|
|
1027
|
+
...props
|
|
1028
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime31.JSX.Element;
|
|
1029
|
+
declare function SelectScrollDownButton({
|
|
1030
|
+
className,
|
|
1031
|
+
...props
|
|
1032
|
+
}: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime31.JSX.Element;
|
|
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_runtime31.JSX.Element;
|
|
1041
|
+
//#endregion
|
|
1042
|
+
//#region src/primitives/Sheet/Sheet.d.ts
|
|
1043
|
+
declare function Sheet({
|
|
1044
|
+
...props
|
|
1045
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
1046
|
+
declare function SheetTrigger({
|
|
1047
|
+
...props
|
|
1048
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
1049
|
+
declare function SheetClose({
|
|
1050
|
+
...props
|
|
1051
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime31.JSX.Element;
|
|
1052
|
+
declare function SheetContent({
|
|
1053
|
+
className,
|
|
1054
|
+
children,
|
|
1055
|
+
side,
|
|
1056
|
+
showCloseButton,
|
|
1057
|
+
overlayClassName,
|
|
1058
|
+
overlayStyle,
|
|
1059
|
+
...props
|
|
1060
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
1061
|
+
side?: "top" | "right" | "bottom" | "left";
|
|
1062
|
+
showCloseButton?: boolean;
|
|
1063
|
+
/** Override the scrim — e.g. a glass/blur backdrop for drawer patterns. */
|
|
1064
|
+
overlayClassName?: string;
|
|
1065
|
+
overlayStyle?: React$1.CSSProperties;
|
|
1066
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
1067
|
+
declare function SheetHeader({
|
|
1068
|
+
className,
|
|
1069
|
+
...props
|
|
1070
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
1071
|
+
declare function SheetFooter({
|
|
1072
|
+
className,
|
|
1073
|
+
...props
|
|
1074
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
1075
|
+
declare function SheetTitle({
|
|
1076
|
+
className,
|
|
1077
|
+
...props
|
|
1078
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime31.JSX.Element;
|
|
1079
|
+
declare function SheetDescription({
|
|
1080
|
+
className,
|
|
1081
|
+
...props
|
|
1082
|
+
}: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime31.JSX.Element;
|
|
1083
|
+
//#endregion
|
|
1084
|
+
//#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
|
+
declare function TooltipProvider({
|
|
1095
|
+
delayDuration,
|
|
1096
|
+
_fgT,
|
|
1097
|
+
_fgS,
|
|
1098
|
+
_fgB,
|
|
1099
|
+
children,
|
|
1100
|
+
...rest
|
|
1101
|
+
}: React$1.ComponentProps<typeof TooltipPrimitive.Provider> & FigmaProps): react_jsx_runtime31.JSX.Element;
|
|
1102
|
+
declare function Tooltip({
|
|
1103
|
+
_fgT,
|
|
1104
|
+
_fgS,
|
|
1105
|
+
_fgB,
|
|
1106
|
+
...rest
|
|
1107
|
+
}: React$1.ComponentProps<typeof TooltipPrimitive.Root> & FigmaProps): react_jsx_runtime31.JSX.Element;
|
|
1108
|
+
declare function TooltipTrigger({
|
|
1109
|
+
_fgT,
|
|
1110
|
+
_fgS,
|
|
1111
|
+
_fgB,
|
|
1112
|
+
children,
|
|
1113
|
+
...rest
|
|
1114
|
+
}: React$1.ComponentProps<typeof TooltipPrimitive.Trigger> & FigmaProps): react_jsx_runtime31.JSX.Element;
|
|
1115
|
+
declare function TooltipContent({
|
|
1116
|
+
className,
|
|
1117
|
+
sideOffset,
|
|
1118
|
+
children,
|
|
1119
|
+
style: callerStyle,
|
|
1120
|
+
_fgT,
|
|
1121
|
+
_fgS,
|
|
1122
|
+
_fgB,
|
|
1123
|
+
...rest
|
|
1124
|
+
}: React$1.ComponentProps<typeof TooltipPrimitive.Content> & FigmaProps): react_jsx_runtime31.JSX.Element;
|
|
1125
|
+
//#endregion
|
|
1126
|
+
//#region src/primitives/Sidebar/Sidebar.d.ts
|
|
1127
|
+
type SidebarContextProps = {
|
|
1128
|
+
state: "expanded" | "collapsed";
|
|
1129
|
+
open: boolean;
|
|
1130
|
+
setOpen: (open: boolean) => void;
|
|
1131
|
+
openMobile: boolean;
|
|
1132
|
+
setOpenMobile: (open: boolean) => void;
|
|
1133
|
+
isMobile: boolean;
|
|
1134
|
+
toggleSidebar: () => void;
|
|
1135
|
+
};
|
|
1136
|
+
declare function useSidebar(): SidebarContextProps;
|
|
1137
|
+
declare function SidebarProvider({
|
|
1138
|
+
defaultOpen,
|
|
1139
|
+
open: openProp,
|
|
1140
|
+
onOpenChange: setOpenProp,
|
|
1141
|
+
className,
|
|
1142
|
+
style,
|
|
1143
|
+
children,
|
|
1144
|
+
...props
|
|
1145
|
+
}: React$1.ComponentProps<"div"> & {
|
|
1146
|
+
defaultOpen?: boolean;
|
|
1147
|
+
open?: boolean;
|
|
1148
|
+
onOpenChange?: (open: boolean) => void;
|
|
1149
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
1150
|
+
declare function Sidebar({
|
|
1151
|
+
side,
|
|
1152
|
+
variant,
|
|
1153
|
+
collapsible,
|
|
1154
|
+
className,
|
|
1155
|
+
children,
|
|
1156
|
+
...props
|
|
1157
|
+
}: React$1.ComponentProps<"div"> & {
|
|
1158
|
+
side?: "left" | "right";
|
|
1159
|
+
variant?: "sidebar" | "floating" | "inset";
|
|
1160
|
+
collapsible?: "offcanvas" | "icon" | "none";
|
|
1161
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
1162
|
+
declare function SidebarTrigger({
|
|
1163
|
+
className,
|
|
1164
|
+
onClick,
|
|
1165
|
+
...props
|
|
1166
|
+
}: React$1.ComponentProps<typeof Button>): react_jsx_runtime31.JSX.Element;
|
|
1167
|
+
declare function SidebarRail({
|
|
1168
|
+
className,
|
|
1169
|
+
...props
|
|
1170
|
+
}: React$1.ComponentProps<"button">): react_jsx_runtime31.JSX.Element;
|
|
1171
|
+
declare function SidebarInset({
|
|
1172
|
+
className,
|
|
1173
|
+
...props
|
|
1174
|
+
}: React$1.ComponentProps<"main">): react_jsx_runtime31.JSX.Element;
|
|
1175
|
+
declare function SidebarInput({
|
|
1176
|
+
className,
|
|
1177
|
+
...props
|
|
1178
|
+
}: React$1.ComponentProps<typeof Input>): react_jsx_runtime31.JSX.Element;
|
|
1179
|
+
declare function SidebarHeader({
|
|
1180
|
+
className,
|
|
1181
|
+
...props
|
|
1182
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
1183
|
+
declare function SidebarFooter({
|
|
1184
|
+
className,
|
|
1185
|
+
...props
|
|
1186
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
1187
|
+
declare function SidebarSeparator({
|
|
1188
|
+
className,
|
|
1189
|
+
...props
|
|
1190
|
+
}: React$1.ComponentProps<typeof Separator>): react_jsx_runtime31.JSX.Element;
|
|
1191
|
+
declare function SidebarContent({
|
|
1192
|
+
className,
|
|
1193
|
+
...props
|
|
1194
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
1195
|
+
declare function SidebarGroup({
|
|
1196
|
+
className,
|
|
1197
|
+
...props
|
|
1198
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
1199
|
+
declare function SidebarGroupLabel({
|
|
1200
|
+
className,
|
|
1201
|
+
asChild,
|
|
1202
|
+
...props
|
|
1203
|
+
}: React$1.ComponentProps<"div"> & {
|
|
1204
|
+
asChild?: boolean;
|
|
1205
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
1206
|
+
declare function SidebarGroupAction({
|
|
1207
|
+
className,
|
|
1208
|
+
asChild,
|
|
1209
|
+
...props
|
|
1210
|
+
}: React$1.ComponentProps<"button"> & {
|
|
1211
|
+
asChild?: boolean;
|
|
1212
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
1213
|
+
declare function SidebarGroupContent({
|
|
1214
|
+
className,
|
|
1215
|
+
...props
|
|
1216
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
1217
|
+
declare function SidebarMenu({
|
|
1218
|
+
className,
|
|
1219
|
+
...props
|
|
1220
|
+
}: React$1.ComponentProps<"ul">): react_jsx_runtime31.JSX.Element;
|
|
1221
|
+
declare function SidebarMenuItem({
|
|
1222
|
+
className,
|
|
1223
|
+
...props
|
|
1224
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime31.JSX.Element;
|
|
1225
|
+
declare const sidebarMenuButtonVariants: (props?: ({
|
|
1226
|
+
variant?: "default" | "outline" | null | undefined;
|
|
1227
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1228
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1229
|
+
declare function SidebarMenuButton({
|
|
1230
|
+
asChild,
|
|
1231
|
+
isActive,
|
|
1232
|
+
variant,
|
|
1233
|
+
size,
|
|
1234
|
+
tooltip,
|
|
1235
|
+
className,
|
|
1236
|
+
...props
|
|
1237
|
+
}: React$1.ComponentProps<"button"> & {
|
|
1238
|
+
asChild?: boolean;
|
|
1239
|
+
isActive?: boolean;
|
|
1240
|
+
tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
|
|
1241
|
+
} & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime31.JSX.Element;
|
|
1242
|
+
declare function SidebarMenuAction({
|
|
1243
|
+
className,
|
|
1244
|
+
asChild,
|
|
1245
|
+
showOnHover,
|
|
1246
|
+
...props
|
|
1247
|
+
}: React$1.ComponentProps<"button"> & {
|
|
1248
|
+
asChild?: boolean;
|
|
1249
|
+
showOnHover?: boolean;
|
|
1250
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
1251
|
+
declare function SidebarMenuBadge({
|
|
1252
|
+
className,
|
|
1253
|
+
...props
|
|
1254
|
+
}: React$1.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
1255
|
+
declare function SidebarMenuSkeleton({
|
|
1256
|
+
className,
|
|
1257
|
+
showIcon,
|
|
1258
|
+
...props
|
|
1259
|
+
}: React$1.ComponentProps<"div"> & {
|
|
1260
|
+
showIcon?: boolean;
|
|
1261
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
1262
|
+
declare function SidebarMenuSub({
|
|
1263
|
+
className,
|
|
1264
|
+
...props
|
|
1265
|
+
}: React$1.ComponentProps<"ul">): react_jsx_runtime31.JSX.Element;
|
|
1266
|
+
declare function SidebarMenuSubItem({
|
|
1267
|
+
className,
|
|
1268
|
+
...props
|
|
1269
|
+
}: React$1.ComponentProps<"li">): react_jsx_runtime31.JSX.Element;
|
|
1270
|
+
declare function SidebarMenuSubButton({
|
|
1271
|
+
asChild,
|
|
1272
|
+
size,
|
|
1273
|
+
isActive,
|
|
1274
|
+
className,
|
|
1275
|
+
...props
|
|
1276
|
+
}: React$1.ComponentProps<"a"> & {
|
|
1277
|
+
asChild?: boolean;
|
|
1278
|
+
size?: "sm" | "md";
|
|
1279
|
+
isActive?: boolean;
|
|
1280
|
+
}): react_jsx_runtime31.JSX.Element;
|
|
1281
|
+
//#endregion
|
|
1282
|
+
//#region src/primitives/Skeleton/Skeleton.d.ts
|
|
1283
|
+
declare function Skeleton({
|
|
1284
|
+
className,
|
|
1285
|
+
...props
|
|
1286
|
+
}: React.ComponentProps<"div">): react_jsx_runtime31.JSX.Element;
|
|
1287
|
+
//#endregion
|
|
1288
|
+
//#region src/primitives/Slider/Slider.d.ts
|
|
1289
|
+
declare function Slider({
|
|
1290
|
+
className,
|
|
1291
|
+
defaultValue,
|
|
1292
|
+
value,
|
|
1293
|
+
min,
|
|
1294
|
+
max,
|
|
1295
|
+
...props
|
|
1296
|
+
}: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
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_runtime31.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_runtime31.JSX.Element;
|
|
1313
|
+
//#endregion
|
|
1314
|
+
//#region src/primitives/Sonner/Sonner.d.ts
|
|
1315
|
+
/**
|
|
1316
|
+
* Toaster wired to the design-system `--toast-*` tokens.
|
|
1317
|
+
*
|
|
1318
|
+
* Theme is accepted as a prop (default "system") instead of being read from
|
|
1319
|
+
* `next-themes`, so the DS does not couple to any particular theme provider —
|
|
1320
|
+
* consuming apps pass their resolved theme explicitly.
|
|
1321
|
+
*
|
|
1322
|
+
* Per-severity colors map Sonner's rich-color CSS variables to our tokens, so
|
|
1323
|
+
* `toast.error/success/warning/info(...)` adopt the tokenized palette and react
|
|
1324
|
+
* to light/dark + brand switching.
|
|
1325
|
+
*/
|
|
1326
|
+
declare const Toaster$1: ({
|
|
1327
|
+
theme,
|
|
1328
|
+
...props
|
|
1329
|
+
}: ToasterProps) => react_jsx_runtime31.JSX.Element;
|
|
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_runtime31.JSX.Element;
|
|
1338
|
+
//#endregion
|
|
1339
|
+
//#region src/primitives/SustainLogo/SustainLogo.d.ts
|
|
1340
|
+
interface SustainLogoProps {
|
|
1341
|
+
isDarkMode?: boolean;
|
|
1342
|
+
}
|
|
1343
|
+
declare function SustainLogo({
|
|
1344
|
+
isDarkMode
|
|
1345
|
+
}: SustainLogoProps): react_jsx_runtime31.JSX.Element;
|
|
1346
|
+
//#endregion
|
|
1347
|
+
//#region src/primitives/Switch/Switch.d.ts
|
|
1348
|
+
declare function Switch({
|
|
1349
|
+
className,
|
|
1350
|
+
...props
|
|
1351
|
+
}: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
1352
|
+
//#endregion
|
|
1353
|
+
//#region src/primitives/Table/Table.d.ts
|
|
1354
|
+
declare function Table({
|
|
1355
|
+
className,
|
|
1356
|
+
...props
|
|
1357
|
+
}: React$1.ComponentProps<"table">): react_jsx_runtime31.JSX.Element;
|
|
1358
|
+
declare function TableHeader({
|
|
1359
|
+
className,
|
|
1360
|
+
...props
|
|
1361
|
+
}: React$1.ComponentProps<"thead">): react_jsx_runtime31.JSX.Element;
|
|
1362
|
+
declare function TableBody({
|
|
1363
|
+
className,
|
|
1364
|
+
...props
|
|
1365
|
+
}: React$1.ComponentProps<"tbody">): react_jsx_runtime31.JSX.Element;
|
|
1366
|
+
declare function TableFooter({
|
|
1367
|
+
className,
|
|
1368
|
+
...props
|
|
1369
|
+
}: React$1.ComponentProps<"tfoot">): react_jsx_runtime31.JSX.Element;
|
|
1370
|
+
declare function TableRow({
|
|
1371
|
+
className,
|
|
1372
|
+
...props
|
|
1373
|
+
}: React$1.ComponentProps<"tr">): react_jsx_runtime31.JSX.Element;
|
|
1374
|
+
declare function TableHead({
|
|
1375
|
+
className,
|
|
1376
|
+
...props
|
|
1377
|
+
}: React$1.ComponentProps<"th">): react_jsx_runtime31.JSX.Element;
|
|
1378
|
+
declare function TableCell({
|
|
1379
|
+
className,
|
|
1380
|
+
...props
|
|
1381
|
+
}: React$1.ComponentProps<"td">): react_jsx_runtime31.JSX.Element;
|
|
1382
|
+
declare function TableCaption({
|
|
1383
|
+
className,
|
|
1384
|
+
...props
|
|
1385
|
+
}: React$1.ComponentProps<"caption">): react_jsx_runtime31.JSX.Element;
|
|
1386
|
+
//#endregion
|
|
1387
|
+
//#region src/primitives/Tabs/Tabs.d.ts
|
|
1388
|
+
declare function Tabs({
|
|
1389
|
+
className,
|
|
1390
|
+
...props
|
|
1391
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime31.JSX.Element;
|
|
1392
|
+
declare function TabsList({
|
|
1393
|
+
className,
|
|
1394
|
+
...props
|
|
1395
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime31.JSX.Element;
|
|
1396
|
+
declare function TabsTrigger({
|
|
1397
|
+
className,
|
|
1398
|
+
...props
|
|
1399
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime31.JSX.Element;
|
|
1400
|
+
declare function TabsContent({
|
|
1401
|
+
className,
|
|
1402
|
+
...props
|
|
1403
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime31.JSX.Element;
|
|
1404
|
+
//#endregion
|
|
1405
|
+
//#region src/primitives/Textarea/Textarea.d.ts
|
|
1406
|
+
declare function Textarea({
|
|
1407
|
+
className,
|
|
1408
|
+
...props
|
|
1409
|
+
}: React$1.ComponentProps<"textarea">): react_jsx_runtime31.JSX.Element;
|
|
1410
|
+
//#endregion
|
|
1411
|
+
//#region src/primitives/Toggle/Toggle.d.ts
|
|
1412
|
+
declare const toggleVariants: (props?: ({
|
|
1413
|
+
variant?: "default" | "outline" | null | undefined;
|
|
1414
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1415
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
1416
|
+
declare function Toggle({
|
|
1417
|
+
className,
|
|
1418
|
+
variant,
|
|
1419
|
+
size,
|
|
1420
|
+
...props
|
|
1421
|
+
}: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime31.JSX.Element;
|
|
1422
|
+
//#endregion
|
|
1423
|
+
//#region src/primitives/ToggleGroup/ToggleGroup.d.ts
|
|
1424
|
+
declare function ToggleGroup({
|
|
1425
|
+
className,
|
|
1426
|
+
variant,
|
|
1427
|
+
size,
|
|
1428
|
+
children,
|
|
1429
|
+
...props
|
|
1430
|
+
}: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime31.JSX.Element;
|
|
1431
|
+
declare function ToggleGroupItem({
|
|
1432
|
+
className,
|
|
1433
|
+
children,
|
|
1434
|
+
variant,
|
|
1435
|
+
size,
|
|
1436
|
+
...props
|
|
1437
|
+
}: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime31.JSX.Element;
|
|
1438
|
+
//#endregion
|
|
1439
|
+
export { TooltipTrigger as $, ContextMenuCheckboxItem as $n, CardFooter as $r, MenubarLabel as $t, SidebarGroupAction as A, AlertDialogTrigger as Ai, DropdownMenuGroup as An, DialogTitle as Ar, PopoverContent as At, SidebarMenuItem as B, DropdownMenuSubTrigger as Bn, ChartStyle as Br, NavigationMenuContent as Bt, SlingshotIcon as C, AlertDialogContent as Ci, FormItem as Cn, DialogClose as Cr, ResizablePanelGroup as Ct, SidebarContent as D, AlertDialogOverlay as Di, DropdownMenu as Dn, DialogHeader as Dr, Progress as Dt, Sidebar as E, AlertDialogHeader as Ei, useFormField as En, DialogFooter as Er, PSAILogo as Et, SidebarInset as F, AccordionContent as Fi, DropdownMenuRadioItem as Fn, Checkbox as Fr, PaginationItem as Ft, SidebarProvider as G, DrawerDescription as Gn, CarouselContent as Gr, NavigationMenuTrigger as Gt, SidebarMenuSub as H, Drawer$1 as Hn, ChartTooltipContent as Hr, NavigationMenuItem as Ht, SidebarMenu as I, AccordionItem as Ii, DropdownMenuSeparator as In, ChartConfig as Ir, PaginationLink as It, SidebarTrigger as J, DrawerOverlay as Jn, CarouselPrevious as Jr, Menubar as Jt, SidebarRail as K, DrawerFooter as Kn, CarouselItem as Kr, NavigationMenuViewport as Kt, SidebarMenuAction as L, AccordionTrigger as Li, DropdownMenuShortcut as Ln, ChartContainer as Lr, PaginationNext as Lt, SidebarGroupLabel as M, AlertDescription as Mi, DropdownMenuLabel as Mn, Collapsible as Mr, Pagination as Mt, SidebarHeader as N, AlertTitle as Ni, DropdownMenuPortal as Nn, CollapsibleContent as Nr, PaginationContent as Nt, SidebarFooter as O, AlertDialogPortal as Oi, DropdownMenuCheckboxItem as On, DialogOverlay as Or, Popover as Ot, SidebarInput as P, Accordion as Pi, DropdownMenuRadioGroup as Pn, CollapsibleTrigger as Pr, PaginationEllipsis as Pt, TooltipProvider as Q, ContextMenu as Qn, CardDescription as Qr, MenubarItem as Qt, SidebarMenuBadge as R, DropdownMenuSub as Rn, ChartLegend as Rr, PaginationPrevious as Rt, SlingshotLogo as S, AlertDialogCancel as Si, FormField as Sn, Dialog as Sr, ResizablePanel as St, Skeleton as T, AlertDialogFooter as Ti, FormMessage as Tn, DialogDescription as Tr, RadioGroupItem as Tt, SidebarMenuSubButton as U, DrawerClose as Un, Carousel as Ur, NavigationMenuLink as Ut, SidebarMenuSkeleton as V, DropdownMenuTrigger as Vn, ChartTooltip as Vr, NavigationMenuIndicator as Vt, SidebarMenuSubItem as W, DrawerContent as Wn, CarouselApi as Wr, NavigationMenuList as Wt, Tooltip as X, DrawerTitle as Xn, CardAction as Xr, MenubarContent as Xt, useSidebar as Y, DrawerPortal as Yn, Card as Yr, MenubarCheckboxItem as Yt, TooltipContent as Z, DrawerTrigger as Zn, CardContent as Zr, MenubarGroup as Zt, TableRow as _, AvatarFallback as _i, HoverCardContent as _n, CommandInput as _r, SelectTrigger as _t, Textarea as a, Breadcrumb as ai, MenubarShortcut as an, ContextMenuRadioGroup as ar, SheetHeader as at, SustainIcon as b, AlertDialog as bi, FormControl as bn, CommandSeparator as br, ScrollBar as bt, TabsList as c, BreadcrumbLink as ci, MenubarSubTrigger as cn, ContextMenuShortcut as cr, Separator as ct, TableBody as d, BreadcrumbSeparator as di, InputOTP as dn, ContextMenuSubTrigger as dr, SelectGroup as dt, CardHeader as ei, MenubarMenu as en, ContextMenuContent as er, Sheet as et, TableCaption as f, BodhiLogo as fi, InputOTPGroup as fn, ContextMenuTrigger as fr, SelectItem as ft, TableHeader as g, Avatar as gi, HoverCard as gn, CommandGroup as gr, SelectSeparator as gt, TableHead as h, badgeVariants as hi, Input as hn, CommandEmpty as hr, SelectScrollUpButton as ht, toggleVariants as i, buttonVariants as ii, MenubarSeparator as in, ContextMenuPortal as ir, SheetFooter as it, SidebarGroupContent as j, Alert as ji, DropdownMenuItem as jn, DialogTrigger as jr, PopoverTrigger as jt, SidebarGroup as k, AlertDialogTitle as ki, DropdownMenuContent as kn, DialogPortal as kr, PopoverAnchor as kt, TabsTrigger as l, BreadcrumbList as li, MenubarTrigger as ln, ContextMenuSub as lr, Select as lt, TableFooter as m, Badge as mi, InputOTPSlot as mn, CommandDialog as mr, SelectScrollDownButton as mt, ToggleGroupItem as n, Calendar as ni, MenubarRadioGroup as nn, ContextMenuItem as nr, SheetContent as nt, Tabs as o, BreadcrumbEllipsis as oi, MenubarSub as on, ContextMenuRadioItem as or, SheetTitle as ot, TableCell as p, BodhiIcon as pi, InputOTPSeparator as pn, Command$1 as pr, SelectLabel as pt, SidebarSeparator as q, DrawerHeader as qn, CarouselNext as qr, navigationMenuTriggerStyle as qt, Toggle as r, Button as ri, MenubarRadioItem as rn, ContextMenuLabel as rr, SheetDescription as rt, TabsContent as s, BreadcrumbItem as si, MenubarSubContent as sn, ContextMenuSeparator as sr, SheetTrigger as st, ToggleGroup as t, CardTitle as ti, MenubarPortal as tn, ContextMenuGroup as tr, SheetClose as tt, Table as u, BreadcrumbPage as ui, Label as un, ContextMenuSubContent as ur, SelectContent as ut, Switch as v, AvatarImage as vi, HoverCardTrigger as vn, CommandItem as vr, SelectValue as vt, Slider as w, AlertDialogDescription as wi, FormLabel as wn, DialogContent as wr, RadioGroup as wt, Toaster$1 as x, AlertDialogAction as xi, FormDescription as xn, CommandShortcut as xr, ResizableHandle as xt, SustainLogo as y, AspectRatio as yi, Form as yn, CommandList as yr, ScrollArea as yt, SidebarMenuButton as z, DropdownMenuSubContent as zn, ChartLegendContent as zr, NavigationMenu as zt };
|
|
1440
|
+
//# sourceMappingURL=index.d.ts.map
|