@nswds/app 1.56.0 → 1.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/globals.css +3 -3
- package/dist/index.cjs +22469 -22436
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1028 -1010
- package/dist/index.d.ts +1028 -1010
- package/dist/index.js +22346 -22315
- package/dist/index.js.map +1 -1
- package/dist/styles.css +3 -3
- package/dist/styles.css.map +1 -1
- package/package.json +2 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,63 +1,59 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import * as React$1 from 'react';
|
|
3
|
-
import React__default, { Dispatch, SetStateAction, ReactNode, Fragment } from 'react';
|
|
4
2
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
3
|
+
import * as React$1 from 'react';
|
|
4
|
+
import React__default, { Dispatch, SetStateAction, Fragment, ReactNode } from 'react';
|
|
5
5
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
6
6
|
import { VariantProps } from 'class-variance-authority';
|
|
7
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
7
8
|
import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
|
|
8
9
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
9
10
|
import * as url from 'url';
|
|
10
11
|
import * as Headless from '@headlessui/react';
|
|
12
|
+
import { DayPicker, DayButton } from 'react-day-picker';
|
|
13
|
+
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
14
|
+
import * as RechartsPrimitive from 'recharts';
|
|
11
15
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
12
16
|
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
13
17
|
import { Command as Command$1 } from 'cmdk';
|
|
14
18
|
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
15
19
|
import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
|
|
20
|
+
import { Table as Table$1, ColumnDef, Column } from '@tanstack/react-table';
|
|
16
21
|
import { Drawer as Drawer$1 } from 'vaul';
|
|
17
22
|
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
18
23
|
import * as react_hook_form from 'react-hook-form';
|
|
19
24
|
import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
20
25
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
21
26
|
import { Slot } from '@radix-ui/react-slot';
|
|
27
|
+
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
|
|
28
|
+
import { OTPInput } from 'input-otp';
|
|
22
29
|
import * as MenubarPrimitive from '@radix-ui/react-menubar';
|
|
23
30
|
import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
|
|
24
31
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
25
32
|
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
33
|
+
import * as tailwind_variants from 'tailwind-variants';
|
|
34
|
+
import { VariantProps as VariantProps$1 } from 'tailwind-variants';
|
|
26
35
|
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
27
36
|
import * as ResizablePrimitive from 'react-resizable-panels';
|
|
28
37
|
import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
|
|
29
38
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
30
39
|
import * as SeparatorPrimitive from '@radix-ui/react-separator';
|
|
31
|
-
import * as
|
|
32
|
-
import * as zustand from 'zustand';
|
|
40
|
+
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
33
41
|
import * as SliderPrimitive from '@radix-ui/react-slider';
|
|
34
42
|
import { ToasterProps } from 'sonner';
|
|
43
|
+
import * as zustand_middleware from 'zustand/middleware';
|
|
44
|
+
import * as zustand from 'zustand';
|
|
35
45
|
import * as TabsPrimitives from '@radix-ui/react-tabs';
|
|
36
46
|
import { ThemeProviderProps } from 'next-themes';
|
|
37
47
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
38
48
|
import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
|
|
39
|
-
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
40
|
-
import * as RechartsPrimitive from 'recharts';
|
|
41
|
-
import * as tailwind_variants from 'tailwind-variants';
|
|
42
|
-
import { VariantProps as VariantProps$1 } from 'tailwind-variants';
|
|
43
|
-
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
44
|
-
import { DayPicker, DayButton } from 'react-day-picker';
|
|
45
|
-
import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
46
|
-
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
|
|
47
|
-
import { OTPInput } from 'input-otp';
|
|
48
|
-
import { Table as Table$1, ColumnDef, Column } from '@tanstack/react-table';
|
|
49
|
-
import { ClassValue } from 'clsx';
|
|
50
49
|
import * as _sindresorhus_slugify from '@sindresorhus/slugify';
|
|
50
|
+
import { ClassValue } from 'clsx';
|
|
51
51
|
|
|
52
52
|
declare function Accordion({ ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
53
53
|
declare function AccordionItem({ className, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime.JSX.Element;
|
|
54
54
|
declare function AccordionTrigger({ className, children, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
55
55
|
declare function AccordionContent({ className, children, ...props }: React$1.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
56
56
|
|
|
57
|
-
declare function AuthLayout({ children }: {
|
|
58
|
-
children: React__default.ReactNode;
|
|
59
|
-
}): react_jsx_runtime.JSX.Element;
|
|
60
|
-
|
|
61
57
|
declare const alertVariants: (props?: ({
|
|
62
58
|
variant?: "default" | "destructive" | null | undefined;
|
|
63
59
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
@@ -65,8 +61,141 @@ declare function Alert({ className, variant, ...props }: React$1.ComponentProps<
|
|
|
65
61
|
declare function AlertTitle({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
66
62
|
declare function AlertDescription({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
67
63
|
|
|
64
|
+
declare function AlertDialog({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
65
|
+
declare function AlertDialogTrigger({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
66
|
+
declare function AlertDialogPortal({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
|
|
67
|
+
declare function AlertDialogOverlay({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime.JSX.Element;
|
|
68
|
+
declare function AlertDialogContent({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
69
|
+
declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
70
|
+
declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
71
|
+
declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
|
|
72
|
+
declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
|
|
73
|
+
declare function AlertDialogAction({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime.JSX.Element;
|
|
74
|
+
declare function AlertDialogCancel({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime.JSX.Element;
|
|
75
|
+
|
|
76
|
+
type ColorUtility = 'bg' | 'stroke' | 'fill' | 'text';
|
|
77
|
+
declare const chartColors: {
|
|
78
|
+
readonly blue: {
|
|
79
|
+
readonly bg: "bg-blue-500";
|
|
80
|
+
readonly stroke: "stroke-blue-500";
|
|
81
|
+
readonly fill: "fill-blue-500";
|
|
82
|
+
readonly text: "text-blue-500";
|
|
83
|
+
};
|
|
84
|
+
readonly emerald: {
|
|
85
|
+
readonly bg: "bg-emerald-500";
|
|
86
|
+
readonly stroke: "stroke-emerald-500";
|
|
87
|
+
readonly fill: "fill-emerald-500";
|
|
88
|
+
readonly text: "text-emerald-500";
|
|
89
|
+
};
|
|
90
|
+
readonly violet: {
|
|
91
|
+
readonly bg: "bg-violet-500";
|
|
92
|
+
readonly stroke: "stroke-violet-500";
|
|
93
|
+
readonly fill: "fill-violet-500";
|
|
94
|
+
readonly text: "text-violet-500";
|
|
95
|
+
};
|
|
96
|
+
readonly amber: {
|
|
97
|
+
readonly bg: "bg-amber-500";
|
|
98
|
+
readonly stroke: "stroke-amber-500";
|
|
99
|
+
readonly fill: "fill-amber-500";
|
|
100
|
+
readonly text: "text-amber-500";
|
|
101
|
+
};
|
|
102
|
+
readonly gray: {
|
|
103
|
+
readonly bg: "bg-gray-500";
|
|
104
|
+
readonly stroke: "stroke-gray-500";
|
|
105
|
+
readonly fill: "fill-gray-500";
|
|
106
|
+
readonly text: "text-gray-500";
|
|
107
|
+
};
|
|
108
|
+
readonly cyan: {
|
|
109
|
+
readonly bg: "bg-cyan-500";
|
|
110
|
+
readonly stroke: "stroke-cyan-500";
|
|
111
|
+
readonly fill: "fill-cyan-500";
|
|
112
|
+
readonly text: "text-cyan-500";
|
|
113
|
+
};
|
|
114
|
+
readonly pink: {
|
|
115
|
+
readonly bg: "bg-pink-500";
|
|
116
|
+
readonly stroke: "stroke-pink-500";
|
|
117
|
+
readonly fill: "fill-pink-500";
|
|
118
|
+
readonly text: "text-pink-500";
|
|
119
|
+
};
|
|
120
|
+
readonly lime: {
|
|
121
|
+
readonly bg: "bg-lime-500";
|
|
122
|
+
readonly stroke: "stroke-lime-500";
|
|
123
|
+
readonly fill: "fill-lime-500";
|
|
124
|
+
readonly text: "text-lime-500";
|
|
125
|
+
};
|
|
126
|
+
readonly fuchsia: {
|
|
127
|
+
readonly bg: "bg-fuchsia-500";
|
|
128
|
+
readonly stroke: "stroke-fuchsia-500";
|
|
129
|
+
readonly fill: "fill-fuchsia-500";
|
|
130
|
+
readonly text: "text-fuchsia-500";
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
type AvailableChartColorsKeys = keyof typeof chartColors;
|
|
134
|
+
declare const AvailableChartColors: AvailableChartColorsKeys[];
|
|
135
|
+
declare const constructCategoryColors: (categories: string[], colors: AvailableChartColorsKeys[]) => Map<string, AvailableChartColorsKeys>;
|
|
136
|
+
declare const getColorClassName: (color: AvailableChartColorsKeys, type: ColorUtility) => string;
|
|
137
|
+
declare const getYAxisDomain: (autoMinValue: boolean, minValue: number | undefined, maxValue: number | undefined) => (string | number)[];
|
|
138
|
+
declare function hasOnlyOneValueForKey(array: any[], keyToCheck: string): boolean;
|
|
139
|
+
|
|
140
|
+
type TooltipProps$5 = Pick<ChartTooltipProps$4, 'active' | 'payload' | 'label'>;
|
|
141
|
+
type PayloadItem$4 = {
|
|
142
|
+
category: string;
|
|
143
|
+
value: number;
|
|
144
|
+
index: string;
|
|
145
|
+
color: AvailableChartColorsKeys;
|
|
146
|
+
type?: string;
|
|
147
|
+
payload: any;
|
|
148
|
+
};
|
|
149
|
+
interface ChartTooltipProps$4 {
|
|
150
|
+
active: boolean | undefined;
|
|
151
|
+
payload: PayloadItem$4[];
|
|
152
|
+
label: string;
|
|
153
|
+
valueFormatter: (value: number) => string;
|
|
154
|
+
}
|
|
155
|
+
type BaseEventProps$4 = {
|
|
156
|
+
eventType: 'dot' | 'category';
|
|
157
|
+
categoryClicked: string;
|
|
158
|
+
[key: string]: number | string;
|
|
159
|
+
};
|
|
160
|
+
type AreaChartEventProps = BaseEventProps$4 | null | undefined;
|
|
161
|
+
interface AreaChartProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
162
|
+
data: Record<string, any>[];
|
|
163
|
+
index: string;
|
|
164
|
+
categories: string[];
|
|
165
|
+
colors?: AvailableChartColorsKeys[];
|
|
166
|
+
valueFormatter?: (value: number) => string;
|
|
167
|
+
startEndOnly?: boolean;
|
|
168
|
+
showXAxis?: boolean;
|
|
169
|
+
showYAxis?: boolean;
|
|
170
|
+
showGridLines?: boolean;
|
|
171
|
+
yAxisWidth?: number;
|
|
172
|
+
intervalType?: 'preserveStartEnd' | 'equidistantPreserveStart';
|
|
173
|
+
showTooltip?: boolean;
|
|
174
|
+
showLegend?: boolean;
|
|
175
|
+
autoMinValue?: boolean;
|
|
176
|
+
minValue?: number;
|
|
177
|
+
maxValue?: number;
|
|
178
|
+
allowDecimals?: boolean;
|
|
179
|
+
onValueChange?: (value: AreaChartEventProps) => void;
|
|
180
|
+
enableLegendSlider?: boolean;
|
|
181
|
+
tickGap?: number;
|
|
182
|
+
connectNulls?: boolean;
|
|
183
|
+
xAxisLabel?: string;
|
|
184
|
+
yAxisLabel?: string;
|
|
185
|
+
type?: 'default' | 'stacked' | 'percent';
|
|
186
|
+
legendPosition?: 'left' | 'center' | 'right';
|
|
187
|
+
fill?: 'gradient' | 'solid' | 'none';
|
|
188
|
+
tooltipCallback?: (tooltipCallbackContent: TooltipProps$5) => void;
|
|
189
|
+
customTooltip?: React__default.ComponentType<TooltipProps$5>;
|
|
190
|
+
}
|
|
191
|
+
declare const AreaChart: React__default.ForwardRefExoticComponent<AreaChartProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
192
|
+
|
|
68
193
|
declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
69
194
|
|
|
195
|
+
declare function AuthLayout({ children }: {
|
|
196
|
+
children: React__default.ReactNode;
|
|
197
|
+
}): react_jsx_runtime.JSX.Element;
|
|
198
|
+
|
|
70
199
|
declare function Avatar({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
71
200
|
declare function AvatarImage({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime.JSX.Element;
|
|
72
201
|
declare function AvatarFallback({ className, ...props }: React$1.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime.JSX.Element;
|
|
@@ -102,6 +231,80 @@ declare const BadgeButton: React__default.ForwardRefExoticComponent<(VariantProp
|
|
|
102
231
|
}) => void;
|
|
103
232
|
} & Omit<React__default.DetailedHTMLProps<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & React__default.RefAttributes<HTMLAnchorElement>, "ref">, "className">))) & React__default.RefAttributes<HTMLElement>>;
|
|
104
233
|
|
|
234
|
+
type TooltipProps$4 = Pick<ChartTooltipProps$3, 'active' | 'payload' | 'label'>;
|
|
235
|
+
type PayloadItem$3 = {
|
|
236
|
+
category: string;
|
|
237
|
+
value: number;
|
|
238
|
+
index: string;
|
|
239
|
+
color: AvailableChartColorsKeys;
|
|
240
|
+
type?: string;
|
|
241
|
+
payload: any;
|
|
242
|
+
};
|
|
243
|
+
interface ChartTooltipProps$3 {
|
|
244
|
+
active: boolean | undefined;
|
|
245
|
+
payload: PayloadItem$3[];
|
|
246
|
+
label: string;
|
|
247
|
+
valueFormatter: (value: number) => string;
|
|
248
|
+
}
|
|
249
|
+
type BaseEventProps$3 = {
|
|
250
|
+
eventType: 'category' | 'bar';
|
|
251
|
+
categoryClicked: string;
|
|
252
|
+
[key: string]: number | string;
|
|
253
|
+
};
|
|
254
|
+
type BarChartEventProps = BaseEventProps$3 | null | undefined;
|
|
255
|
+
interface BarChartProps$1 extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
256
|
+
data: Record<string, any>[];
|
|
257
|
+
index: string;
|
|
258
|
+
categories: string[];
|
|
259
|
+
colors?: AvailableChartColorsKeys[];
|
|
260
|
+
valueFormatter?: (value: number) => string;
|
|
261
|
+
startEndOnly?: boolean;
|
|
262
|
+
showXAxis?: boolean;
|
|
263
|
+
showYAxis?: boolean;
|
|
264
|
+
showGridLines?: boolean;
|
|
265
|
+
yAxisWidth?: number;
|
|
266
|
+
intervalType?: 'preserveStartEnd' | 'equidistantPreserveStart';
|
|
267
|
+
showTooltip?: boolean;
|
|
268
|
+
showLegend?: boolean;
|
|
269
|
+
autoMinValue?: boolean;
|
|
270
|
+
minValue?: number;
|
|
271
|
+
maxValue?: number;
|
|
272
|
+
allowDecimals?: boolean;
|
|
273
|
+
onValueChange?: (value: BarChartEventProps) => void;
|
|
274
|
+
enableLegendSlider?: boolean;
|
|
275
|
+
tickGap?: number;
|
|
276
|
+
barCategoryGap?: string | number;
|
|
277
|
+
xAxisLabel?: string;
|
|
278
|
+
yAxisLabel?: string;
|
|
279
|
+
layout?: 'vertical' | 'horizontal';
|
|
280
|
+
type?: 'default' | 'stacked' | 'percent';
|
|
281
|
+
legendPosition?: 'left' | 'center' | 'right';
|
|
282
|
+
tooltipCallback?: (tooltipCallbackContent: TooltipProps$4) => void;
|
|
283
|
+
customTooltip?: React__default.ComponentType<TooltipProps$4>;
|
|
284
|
+
}
|
|
285
|
+
declare const BarChart: React__default.ForwardRefExoticComponent<BarChartProps$1 & React__default.RefAttributes<HTMLDivElement>>;
|
|
286
|
+
|
|
287
|
+
type Bar<T> = T & {
|
|
288
|
+
key?: string;
|
|
289
|
+
href?: string;
|
|
290
|
+
value: number;
|
|
291
|
+
name: string;
|
|
292
|
+
};
|
|
293
|
+
interface BarListProps<T = unknown> extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
294
|
+
data: Bar<T>[];
|
|
295
|
+
valueFormatter?: (value: number) => string;
|
|
296
|
+
showAnimation?: boolean;
|
|
297
|
+
onValueChange?: (payload: Bar<T>) => void;
|
|
298
|
+
sortOrder?: 'ascending' | 'descending' | 'none';
|
|
299
|
+
}
|
|
300
|
+
declare function BarListInner<T>({ data, valueFormatter, showAnimation, onValueChange, sortOrder, className, ...props }: BarListProps<T>, forwardedRef: React__default.ForwardedRef<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
301
|
+
declare namespace BarListInner {
|
|
302
|
+
var displayName: string;
|
|
303
|
+
}
|
|
304
|
+
declare const BarList: <T>(p: BarListProps<T> & {
|
|
305
|
+
ref?: React__default.ForwardedRef<HTMLDivElement>;
|
|
306
|
+
}) => ReturnType<typeof BarListInner>;
|
|
307
|
+
|
|
105
308
|
type IconProps = React.HTMLAttributes<SVGElement>;
|
|
106
309
|
interface LayoutProps {
|
|
107
310
|
children: React.ReactNode;
|
|
@@ -530,6 +733,18 @@ declare function TouchTarget({ children }: {
|
|
|
530
733
|
children: React__default.ReactNode;
|
|
531
734
|
}): react_jsx_runtime.JSX.Element;
|
|
532
735
|
|
|
736
|
+
declare const buttonVariants: (props?: ({
|
|
737
|
+
variant?: "link" | "default" | "destructive" | "outline" | "ghost" | "secondary" | null | undefined;
|
|
738
|
+
size?: "default" | "icon" | "sm" | "lg" | null | undefined;
|
|
739
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
740
|
+
declare function Button({ className, variant, size, asChild, ...props }: React$1.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
|
|
741
|
+
asChild?: boolean;
|
|
742
|
+
}): react_jsx_runtime.JSX.Element;
|
|
743
|
+
declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React$1.ComponentProps<typeof DayPicker> & {
|
|
744
|
+
buttonVariant?: React$1.ComponentProps<typeof Button>['variant'];
|
|
745
|
+
}): react_jsx_runtime.JSX.Element;
|
|
746
|
+
declare function CalendarDayButton({ className, day, modifiers, ...props }: React$1.ComponentProps<typeof DayButton>): react_jsx_runtime.JSX.Element;
|
|
747
|
+
|
|
533
748
|
declare function Card({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
534
749
|
declare function CardHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
535
750
|
declare function CardTitle({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
@@ -538,11 +753,79 @@ declare function CardAction({ className, ...props }: React$1.ComponentProps<'div
|
|
|
538
753
|
declare function CardContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
539
754
|
declare function CardFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
540
755
|
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
756
|
+
type CarouselApi = UseEmblaCarouselType[1];
|
|
757
|
+
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
758
|
+
type CarouselOptions = UseCarouselParameters[0];
|
|
759
|
+
type CarouselPlugin = UseCarouselParameters[1];
|
|
760
|
+
type CarouselProps = {
|
|
761
|
+
opts?: CarouselOptions;
|
|
762
|
+
plugins?: CarouselPlugin;
|
|
763
|
+
orientation?: 'horizontal' | 'vertical';
|
|
764
|
+
setApi?: (api: CarouselApi) => void;
|
|
765
|
+
};
|
|
766
|
+
declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React$1.ComponentProps<'div'> & CarouselProps): react_jsx_runtime.JSX.Element;
|
|
767
|
+
declare function CarouselContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
768
|
+
declare function CarouselItem({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
769
|
+
declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button$1>): react_jsx_runtime.JSX.Element;
|
|
770
|
+
declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button$1>): react_jsx_runtime.JSX.Element;
|
|
771
|
+
|
|
772
|
+
interface CategoryBarProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
773
|
+
values: number[];
|
|
774
|
+
colors?: AvailableChartColorsKeys[];
|
|
775
|
+
marker?: {
|
|
776
|
+
value: number;
|
|
777
|
+
tooltip?: string;
|
|
778
|
+
showAnimation?: boolean;
|
|
779
|
+
};
|
|
780
|
+
showLabels?: boolean;
|
|
781
|
+
}
|
|
782
|
+
declare const CategoryBar: React__default.ForwardRefExoticComponent<CategoryBarProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
783
|
+
|
|
784
|
+
declare const THEMES: {
|
|
785
|
+
readonly light: "";
|
|
786
|
+
readonly dark: ".dark";
|
|
787
|
+
};
|
|
788
|
+
type ChartConfig = {
|
|
789
|
+
[k in string]: {
|
|
790
|
+
label?: React$1.ReactNode;
|
|
791
|
+
icon?: React$1.ComponentType;
|
|
792
|
+
} & ({
|
|
793
|
+
color?: string;
|
|
794
|
+
theme?: never;
|
|
795
|
+
} | {
|
|
796
|
+
color?: never;
|
|
797
|
+
theme: Record<keyof typeof THEMES, string>;
|
|
798
|
+
});
|
|
799
|
+
};
|
|
800
|
+
declare function ChartContainer({ id, className, children, config, ...props }: React$1.ComponentProps<'div'> & {
|
|
801
|
+
config: ChartConfig;
|
|
802
|
+
children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>['children'];
|
|
803
|
+
}): react_jsx_runtime.JSX.Element;
|
|
804
|
+
declare const ChartStyle: ({ id, config }: {
|
|
805
|
+
id: string;
|
|
806
|
+
config: ChartConfig;
|
|
807
|
+
}) => react_jsx_runtime.JSX.Element | null;
|
|
808
|
+
declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
809
|
+
declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React$1.ComponentProps<typeof RechartsPrimitive.Tooltip> & React$1.ComponentProps<'div'> & {
|
|
810
|
+
hideLabel?: boolean;
|
|
811
|
+
hideIndicator?: boolean;
|
|
812
|
+
indicator?: 'line' | 'dot' | 'dashed';
|
|
813
|
+
nameKey?: string;
|
|
814
|
+
labelKey?: string;
|
|
815
|
+
}): react_jsx_runtime.JSX.Element | null;
|
|
816
|
+
declare const ChartLegend: typeof RechartsPrimitive.Legend;
|
|
817
|
+
declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React$1.ComponentProps<'div'> & Pick<RechartsPrimitive.LegendProps, 'payload' | 'verticalAlign'> & {
|
|
818
|
+
hideIcon?: boolean;
|
|
819
|
+
nameKey?: string;
|
|
820
|
+
}): react_jsx_runtime.JSX.Element | null;
|
|
821
|
+
|
|
822
|
+
declare function Checkbox({ className, ...props }: React$1.ComponentProps<typeof CheckboxPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
823
|
+
|
|
824
|
+
declare const CheckboxSmall: React__default.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & React__default.RefAttributes<HTMLButtonElement>>;
|
|
825
|
+
|
|
826
|
+
declare function CodeDemo(props: CodeDemoProps): react_jsx_runtime.JSX.Element;
|
|
827
|
+
|
|
828
|
+
declare function CodeHighlight({ code, language, className, withCopy, ...props }: CodeHighlightProps): react_jsx_runtime.JSX.Element;
|
|
546
829
|
|
|
547
830
|
declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
548
831
|
declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): react_jsx_runtime.JSX.Element;
|
|
@@ -550,9 +833,71 @@ declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof Co
|
|
|
550
833
|
|
|
551
834
|
declare function ColorCard({ name, token, hex, rgb, hsl, oklch, format, viewMode }: ColorCardProps): react_jsx_runtime.JSX.Element;
|
|
552
835
|
|
|
836
|
+
declare function ColorSwatches({ theme, format, viewMode }: ColorSwatchesProps): react_jsx_runtime.JSX.Element;
|
|
837
|
+
|
|
553
838
|
declare function ColourScale({ colorsToUse }: ColourScaleProps): react_jsx_runtime.JSX.Element;
|
|
554
839
|
|
|
555
|
-
|
|
840
|
+
type TooltipProps$3 = Pick<ChartTooltipProps$2, 'active' | 'payload' | 'label'>;
|
|
841
|
+
type PayloadItem$2 = {
|
|
842
|
+
category: string;
|
|
843
|
+
value: number;
|
|
844
|
+
index: string;
|
|
845
|
+
barColor: AvailableChartColorsKeys;
|
|
846
|
+
lineColor: AvailableChartColorsKeys;
|
|
847
|
+
chartType: 'bar' | 'line';
|
|
848
|
+
type: string;
|
|
849
|
+
payload: any;
|
|
850
|
+
};
|
|
851
|
+
interface ChartTooltipProps$2 {
|
|
852
|
+
active: boolean | undefined;
|
|
853
|
+
payload: PayloadItem$2[];
|
|
854
|
+
label: string;
|
|
855
|
+
barValueFormatter?: (value: number) => string;
|
|
856
|
+
lineValueFormatter?: (value: number) => string;
|
|
857
|
+
}
|
|
858
|
+
type BaseEventProps$2 = {
|
|
859
|
+
eventType: 'category' | 'bar' | 'dot';
|
|
860
|
+
categoryClicked: string;
|
|
861
|
+
[key: string]: number | string;
|
|
862
|
+
};
|
|
863
|
+
type ComboChartEventProps = BaseEventProps$2 | null | undefined;
|
|
864
|
+
type ChartSeries = {
|
|
865
|
+
categories: string[];
|
|
866
|
+
colors?: AvailableChartColorsKeys[];
|
|
867
|
+
valueFormatter?: (value: number) => string;
|
|
868
|
+
showYAxis?: boolean;
|
|
869
|
+
yAxisWidth?: number;
|
|
870
|
+
allowDecimals?: boolean;
|
|
871
|
+
yAxisLabel?: string;
|
|
872
|
+
autoMinValue?: boolean;
|
|
873
|
+
minValue?: number;
|
|
874
|
+
maxValue?: number;
|
|
875
|
+
};
|
|
876
|
+
interface ComboChartProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
877
|
+
data: Record<string, any>[];
|
|
878
|
+
index: string;
|
|
879
|
+
startEndOnly?: boolean;
|
|
880
|
+
showXAxis?: boolean;
|
|
881
|
+
xAxisLabel?: string;
|
|
882
|
+
showGridLines?: boolean;
|
|
883
|
+
intervalType?: 'preserveStartEnd' | 'equidistantPreserveStart';
|
|
884
|
+
showLegend?: boolean;
|
|
885
|
+
showTooltip?: boolean;
|
|
886
|
+
onValueChange?: (value: ComboChartEventProps) => void;
|
|
887
|
+
enableLegendSlider?: boolean;
|
|
888
|
+
legendPosition?: 'left' | 'center' | 'right';
|
|
889
|
+
tickGap?: number;
|
|
890
|
+
enableBiaxial?: boolean;
|
|
891
|
+
tooltipCallback?: (tooltipCallbackContent: TooltipProps$3) => void;
|
|
892
|
+
customTooltip?: React__default.ComponentType<TooltipProps$3>;
|
|
893
|
+
barSeries: ChartSeries & {
|
|
894
|
+
type?: 'default' | 'stacked';
|
|
895
|
+
};
|
|
896
|
+
lineSeries?: ChartSeries & {
|
|
897
|
+
connectNulls?: boolean;
|
|
898
|
+
};
|
|
899
|
+
}
|
|
900
|
+
declare const ComboChart: React__default.ForwardRefExoticComponent<ComboChartProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
556
901
|
|
|
557
902
|
declare function Dialog({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
558
903
|
declare function DialogTrigger({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
@@ -601,7 +946,103 @@ declare function ContextMenuLabel({ className, inset, ...props }: React$1.Compon
|
|
|
601
946
|
declare function ContextMenuSeparator({ className, ...props }: React$1.ComponentProps<typeof ContextMenuPrimitive.Separator>): react_jsx_runtime.JSX.Element;
|
|
602
947
|
declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<'span'>): react_jsx_runtime.JSX.Element;
|
|
603
948
|
|
|
604
|
-
|
|
949
|
+
type ToolbarValue = {
|
|
950
|
+
value: string;
|
|
951
|
+
label: string;
|
|
952
|
+
icon?: React.ComponentType<{
|
|
953
|
+
className?: string;
|
|
954
|
+
}>;
|
|
955
|
+
};
|
|
956
|
+
interface FacetGroup {
|
|
957
|
+
id: string;
|
|
958
|
+
title: string;
|
|
959
|
+
values: ToolbarValue[];
|
|
960
|
+
}
|
|
961
|
+
interface DataTableToolbarProps<TData> {
|
|
962
|
+
table: Table$1<TData>;
|
|
963
|
+
toolbar?: FacetGroup[];
|
|
964
|
+
search?: {
|
|
965
|
+
placeholder?: string;
|
|
966
|
+
};
|
|
967
|
+
}
|
|
968
|
+
declare function DataTableToolbar<TData>({ search, toolbar, table }: DataTableToolbarProps<TData>): react_jsx_runtime.JSX.Element;
|
|
969
|
+
|
|
970
|
+
interface DataTableProps<TData, TValue> {
|
|
971
|
+
columns: ColumnDef<TData, TValue>[];
|
|
972
|
+
data: TData[];
|
|
973
|
+
toolbar?: FacetGroup[];
|
|
974
|
+
search?: {
|
|
975
|
+
placeholder?: string;
|
|
976
|
+
};
|
|
977
|
+
}
|
|
978
|
+
declare function DataTable<TData, TValue>({ search, toolbar, columns, data, }: DataTableProps<TData, TValue>): react_jsx_runtime.JSX.Element;
|
|
979
|
+
|
|
980
|
+
interface DataTableColumnHeaderProps<TData, TValue> extends React.HTMLAttributes<HTMLDivElement> {
|
|
981
|
+
column: Column<TData, TValue>;
|
|
982
|
+
title: string;
|
|
983
|
+
}
|
|
984
|
+
declare function DataTableColumnHeader<TData, TValue>({ column, title, className, }: DataTableColumnHeaderProps<TData, TValue>): react_jsx_runtime.JSX.Element;
|
|
985
|
+
|
|
986
|
+
interface DataTableFacetedFilterProps<TData, TValue> {
|
|
987
|
+
column?: Column<TData, TValue>;
|
|
988
|
+
title?: string;
|
|
989
|
+
options: {
|
|
990
|
+
label: string;
|
|
991
|
+
value: string;
|
|
992
|
+
icon?: React$1.ComponentType<{
|
|
993
|
+
className?: string;
|
|
994
|
+
}>;
|
|
995
|
+
}[];
|
|
996
|
+
}
|
|
997
|
+
declare function DataTableFacetedFilter<TData, TValue>({ column, title, options, }: DataTableFacetedFilterProps<TData, TValue>): react_jsx_runtime.JSX.Element;
|
|
998
|
+
|
|
999
|
+
interface DataTablePaginationProps<TData> {
|
|
1000
|
+
table: Table$1<TData>;
|
|
1001
|
+
}
|
|
1002
|
+
declare function DataTablePagination<TData>({ table }: DataTablePaginationProps<TData>): react_jsx_runtime.JSX.Element;
|
|
1003
|
+
|
|
1004
|
+
interface DataTableViewOptionsProps<TData> {
|
|
1005
|
+
table: Table$1<TData>;
|
|
1006
|
+
}
|
|
1007
|
+
declare function DataTableViewOptions<TData>({ table }: DataTableViewOptionsProps<TData>): react_jsx_runtime.JSX.Element;
|
|
1008
|
+
|
|
1009
|
+
declare function DescriptionList({ className, ...props }: React.ComponentPropsWithoutRef<'dl'>): react_jsx_runtime.JSX.Element;
|
|
1010
|
+
declare function DescriptionTerm({ className, ...props }: React.ComponentPropsWithoutRef<'dt'>): react_jsx_runtime.JSX.Element;
|
|
1011
|
+
declare function DescriptionDetails({ className, ...props }: React.ComponentPropsWithoutRef<'dd'>): react_jsx_runtime.JSX.Element;
|
|
1012
|
+
|
|
1013
|
+
type TooltipProps$2 = Pick<ChartTooltipProps$1, 'active' | 'payload'>;
|
|
1014
|
+
type PayloadItem$1 = {
|
|
1015
|
+
category: string;
|
|
1016
|
+
value: number;
|
|
1017
|
+
color: AvailableChartColorsKeys;
|
|
1018
|
+
};
|
|
1019
|
+
interface ChartTooltipProps$1 {
|
|
1020
|
+
active: boolean | undefined;
|
|
1021
|
+
payload: PayloadItem$1[];
|
|
1022
|
+
valueFormatter: (value: number) => string;
|
|
1023
|
+
}
|
|
1024
|
+
type DonutChartVariant = 'donut' | 'pie';
|
|
1025
|
+
type BaseEventProps$1 = {
|
|
1026
|
+
eventType: 'sector';
|
|
1027
|
+
categoryClicked: string;
|
|
1028
|
+
[key: string]: number | string;
|
|
1029
|
+
};
|
|
1030
|
+
type DonutChartEventProps = BaseEventProps$1 | null | undefined;
|
|
1031
|
+
interface DonutChartProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
1032
|
+
data: Record<string, any>[];
|
|
1033
|
+
category: string;
|
|
1034
|
+
value: string;
|
|
1035
|
+
colors?: AvailableChartColorsKeys[];
|
|
1036
|
+
variant?: DonutChartVariant;
|
|
1037
|
+
valueFormatter?: (value: number) => string;
|
|
1038
|
+
label?: string;
|
|
1039
|
+
showLabel?: boolean;
|
|
1040
|
+
showTooltip?: boolean;
|
|
1041
|
+
onValueChange?: (value: DonutChartEventProps) => void;
|
|
1042
|
+
tooltipCallback?: (tooltipCallbackContent: TooltipProps$2) => void;
|
|
1043
|
+
customTooltip?: React__default.ComponentType<TooltipProps$2>;
|
|
1044
|
+
}
|
|
1045
|
+
declare const DonutChart: React__default.ForwardRefExoticComponent<DonutChartProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
605
1046
|
|
|
606
1047
|
declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): react_jsx_runtime.JSX.Element;
|
|
607
1048
|
declare function DrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>): react_jsx_runtime.JSX.Element;
|
|
@@ -649,6 +1090,26 @@ declare const ExpandableSearch: React$1.ForwardRefExoticComponent<React$1.HTMLAt
|
|
|
649
1090
|
} & React$1.RefAttributes<HTMLFormElement>>;
|
|
650
1091
|
declare const ExpandableSearchField: React$1.ForwardRefExoticComponent<React$1.InputHTMLAttributes<HTMLInputElement> & React$1.RefAttributes<HTMLInputElement>>;
|
|
651
1092
|
|
|
1093
|
+
declare function Fieldset({ className, ...props }: {
|
|
1094
|
+
className?: string;
|
|
1095
|
+
} & Omit<Headless.FieldsetProps, 'as' | 'className'>): react_jsx_runtime.JSX.Element;
|
|
1096
|
+
declare function Legend({ className, ...props }: {
|
|
1097
|
+
className?: string;
|
|
1098
|
+
} & Omit<Headless.LegendProps, 'as' | 'className'>): react_jsx_runtime.JSX.Element;
|
|
1099
|
+
declare function FieldGroup({ className, ...props }: React__default.ComponentPropsWithoutRef<'div'>): react_jsx_runtime.JSX.Element;
|
|
1100
|
+
declare function Field({ className, ...props }: {
|
|
1101
|
+
className?: string;
|
|
1102
|
+
} & Omit<Headless.FieldProps, 'as' | 'className'>): react_jsx_runtime.JSX.Element;
|
|
1103
|
+
declare function FieldLabel({ className, ...props }: {
|
|
1104
|
+
className?: string;
|
|
1105
|
+
} & Omit<Headless.LabelProps, 'as' | 'className'>): react_jsx_runtime.JSX.Element;
|
|
1106
|
+
declare function Description({ className, ...props }: {
|
|
1107
|
+
className?: string;
|
|
1108
|
+
} & Omit<Headless.DescriptionProps, 'as' | 'className'>): react_jsx_runtime.JSX.Element;
|
|
1109
|
+
declare function ErrorMessage({ className, ...props }: {
|
|
1110
|
+
className?: string;
|
|
1111
|
+
} & Omit<Headless.DescriptionProps, 'as' | 'className'>): react_jsx_runtime.JSX.Element;
|
|
1112
|
+
|
|
652
1113
|
declare function FooterSocialLink({ href, icon: Icon, children, }: {
|
|
653
1114
|
href: string;
|
|
654
1115
|
icon: React.ComponentType<{
|
|
@@ -673,7 +1134,7 @@ declare function FooterLegalLinks({ legalLinks }: {
|
|
|
673
1134
|
href: string;
|
|
674
1135
|
}>;
|
|
675
1136
|
}): react_jsx_runtime.JSX.Element;
|
|
676
|
-
declare function Footer({ legalLinks, department, socialLinks, className, }: {
|
|
1137
|
+
declare function Footer({ legalLinks, department, socialLinks, className, hide, }: {
|
|
677
1138
|
legalLinks: Array<{
|
|
678
1139
|
name: string;
|
|
679
1140
|
href: string;
|
|
@@ -687,7 +1148,16 @@ declare function Footer({ legalLinks, department, socialLinks, className, }: {
|
|
|
687
1148
|
}>;
|
|
688
1149
|
}>;
|
|
689
1150
|
className?: string;
|
|
690
|
-
|
|
1151
|
+
hide?: {
|
|
1152
|
+
paddingTop?: boolean;
|
|
1153
|
+
topBorder?: boolean;
|
|
1154
|
+
acknowledgement?: boolean;
|
|
1155
|
+
separator?: boolean;
|
|
1156
|
+
legallinks?: boolean;
|
|
1157
|
+
smallprint?: boolean;
|
|
1158
|
+
fullWidth?: boolean;
|
|
1159
|
+
};
|
|
1160
|
+
}): react_jsx_runtime.JSX.Element;
|
|
691
1161
|
|
|
692
1162
|
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
|
|
693
1163
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
|
|
@@ -711,6 +1181,19 @@ declare function FormMessage({ className, ...props }: React$1.ComponentProps<'p'
|
|
|
711
1181
|
|
|
712
1182
|
declare function FormatToggle({ format, setFormat }: FormatToggleProps): react_jsx_runtime.JSX.Element;
|
|
713
1183
|
|
|
1184
|
+
declare function Header({ children, sitename, navigation, version, hide, }: {
|
|
1185
|
+
children?: React.ReactNode;
|
|
1186
|
+
sitename?: string;
|
|
1187
|
+
navigation: NavigationSection[];
|
|
1188
|
+
version?: boolean;
|
|
1189
|
+
hide?: {
|
|
1190
|
+
search?: boolean;
|
|
1191
|
+
themeSwitcher?: boolean;
|
|
1192
|
+
github?: boolean;
|
|
1193
|
+
shadow?: boolean;
|
|
1194
|
+
};
|
|
1195
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1196
|
+
|
|
714
1197
|
type BaseProps$1 = React.ComponentPropsWithoutRef<'h1'>;
|
|
715
1198
|
type HeadingProps = ({
|
|
716
1199
|
display?: false;
|
|
@@ -725,18 +1208,9 @@ type HeadingProps = ({
|
|
|
725
1208
|
} & BaseProps$1);
|
|
726
1209
|
declare function Heading({ className, trim, size, level, display, ...props }: HeadingProps): react_jsx_runtime.JSX.Element;
|
|
727
1210
|
|
|
728
|
-
declare function
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
navigation: NavigationSection[];
|
|
732
|
-
version?: boolean;
|
|
733
|
-
hide?: {
|
|
734
|
-
search?: boolean;
|
|
735
|
-
themeSwitcher?: boolean;
|
|
736
|
-
github?: boolean;
|
|
737
|
-
shadow?: boolean;
|
|
738
|
-
};
|
|
739
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1211
|
+
declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1212
|
+
declare function HoverCardTrigger({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
1213
|
+
declare function HoverCardContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
740
1214
|
|
|
741
1215
|
declare const Icons: {
|
|
742
1216
|
account_circle: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -859,27 +1333,67 @@ declare const Icons: {
|
|
|
859
1333
|
|
|
860
1334
|
declare function Input({ className, type, ...props }: React$1.ComponentProps<'input'>): react_jsx_runtime.JSX.Element;
|
|
861
1335
|
|
|
1336
|
+
declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
|
|
1337
|
+
containerClassName?: string;
|
|
1338
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1339
|
+
declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1340
|
+
declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<'div'> & {
|
|
1341
|
+
index: number;
|
|
1342
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1343
|
+
declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1344
|
+
|
|
862
1345
|
declare function Label({ className, ...props }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
863
1346
|
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
1347
|
+
type TooltipProps$1 = Pick<ChartTooltipProps, 'active' | 'payload' | 'label'>;
|
|
1348
|
+
type PayloadItem = {
|
|
1349
|
+
category: string;
|
|
1350
|
+
value: number;
|
|
1351
|
+
index: string;
|
|
1352
|
+
color: AvailableChartColorsKeys;
|
|
1353
|
+
type?: string;
|
|
1354
|
+
payload: any;
|
|
1355
|
+
};
|
|
1356
|
+
interface ChartTooltipProps {
|
|
1357
|
+
active: boolean | undefined;
|
|
1358
|
+
payload: PayloadItem[];
|
|
1359
|
+
label: string;
|
|
1360
|
+
valueFormatter: (value: number) => string;
|
|
1361
|
+
}
|
|
1362
|
+
type BaseEventProps = {
|
|
1363
|
+
eventType: 'dot' | 'category';
|
|
1364
|
+
categoryClicked: string;
|
|
1365
|
+
[key: string]: number | string;
|
|
1366
|
+
};
|
|
1367
|
+
type LineChartEventProps = BaseEventProps | null | undefined;
|
|
1368
|
+
interface LineChartProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
1369
|
+
data: Record<string, any>[];
|
|
1370
|
+
index: string;
|
|
1371
|
+
categories: string[];
|
|
1372
|
+
colors?: AvailableChartColorsKeys[];
|
|
1373
|
+
valueFormatter?: (value: number) => string;
|
|
1374
|
+
startEndOnly?: boolean;
|
|
1375
|
+
showXAxis?: boolean;
|
|
1376
|
+
showYAxis?: boolean;
|
|
1377
|
+
showGridLines?: boolean;
|
|
1378
|
+
yAxisWidth?: number;
|
|
1379
|
+
intervalType?: 'preserveStartEnd' | 'equidistantPreserveStart';
|
|
1380
|
+
showTooltip?: boolean;
|
|
1381
|
+
showLegend?: boolean;
|
|
1382
|
+
autoMinValue?: boolean;
|
|
1383
|
+
minValue?: number;
|
|
1384
|
+
maxValue?: number;
|
|
1385
|
+
allowDecimals?: boolean;
|
|
1386
|
+
onValueChange?: (value: LineChartEventProps) => void;
|
|
1387
|
+
enableLegendSlider?: boolean;
|
|
1388
|
+
tickGap?: number;
|
|
1389
|
+
connectNulls?: boolean;
|
|
1390
|
+
xAxisLabel?: string;
|
|
1391
|
+
yAxisLabel?: string;
|
|
1392
|
+
legendPosition?: 'left' | 'center' | 'right';
|
|
1393
|
+
tooltipCallback?: (tooltipCallbackContent: TooltipProps$1) => void;
|
|
1394
|
+
customTooltip?: React__default.ComponentType<TooltipProps$1>;
|
|
1395
|
+
}
|
|
1396
|
+
declare const LineChart: React__default.ForwardRefExoticComponent<LineChartProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
883
1397
|
|
|
884
1398
|
interface ListProps extends React$1.HTMLAttributes<HTMLElement> {
|
|
885
1399
|
asChild?: boolean;
|
|
@@ -896,8 +1410,29 @@ interface ListItemProps extends React$1.LiHTMLAttributes<HTMLLIElement> {
|
|
|
896
1410
|
declare const ListItem: React$1.ForwardRefExoticComponent<ListItemProps & React$1.RefAttributes<HTMLLIElement>>;
|
|
897
1411
|
declare const _List: ListComponent;
|
|
898
1412
|
|
|
1413
|
+
declare function Listbox<T>({ className, placeholder, autoFocus, 'aria-label': ariaLabel, children: options, ...props }: {
|
|
1414
|
+
className?: string;
|
|
1415
|
+
placeholder?: React.ReactNode;
|
|
1416
|
+
autoFocus?: boolean;
|
|
1417
|
+
'aria-label'?: string;
|
|
1418
|
+
children?: React.ReactNode;
|
|
1419
|
+
} & Omit<Headless.ListboxProps<typeof Fragment, T>, 'as' | 'multiple'>): react_jsx_runtime.JSX.Element;
|
|
1420
|
+
declare function ListboxOption<T>({ children, className, ...props }: {
|
|
1421
|
+
className?: string;
|
|
1422
|
+
children?: React.ReactNode;
|
|
1423
|
+
} & Omit<Headless.ListboxOptionProps<'div', T>, 'as' | 'className'>): react_jsx_runtime.JSX.Element;
|
|
1424
|
+
declare function ListboxLabel({ className, ...props }: React.ComponentPropsWithoutRef<'span'>): react_jsx_runtime.JSX.Element;
|
|
1425
|
+
declare function ListboxDescription({ className, children, ...props }: React.ComponentPropsWithoutRef<'span'>): react_jsx_runtime.JSX.Element;
|
|
1426
|
+
|
|
899
1427
|
declare function Logo(props: React.ComponentPropsWithoutRef<'svg'>): react_jsx_runtime.JSX.Element;
|
|
900
1428
|
|
|
1429
|
+
interface NavigationProps {
|
|
1430
|
+
navigation: NavigationSection[];
|
|
1431
|
+
}
|
|
1432
|
+
declare function MainNavigation({ navigation }: NavigationProps): react_jsx_runtime.JSX.Element;
|
|
1433
|
+
declare function TopLevel({ title, href }: Link$1): react_jsx_runtime.JSX.Element;
|
|
1434
|
+
declare function MegaMenu({ title, href, links }: Link$1): react_jsx_runtime.JSX.Element;
|
|
1435
|
+
|
|
901
1436
|
declare function Masthead(): react_jsx_runtime.JSX.Element;
|
|
902
1437
|
|
|
903
1438
|
declare function Menubar({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
@@ -924,17 +1459,18 @@ declare function MenubarSubTrigger({ className, inset, children, ...props }: Rea
|
|
|
924
1459
|
}): react_jsx_runtime.JSX.Element;
|
|
925
1460
|
declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime.JSX.Element;
|
|
926
1461
|
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
1462
|
+
declare function MobileHeader({ sitename, navigation, version, hide, }: {
|
|
1463
|
+
sitename?: string;
|
|
1464
|
+
navigation: PushNavigationItem[];
|
|
1465
|
+
version?: boolean;
|
|
1466
|
+
hide?: {
|
|
1467
|
+
search?: boolean;
|
|
1468
|
+
menu?: boolean;
|
|
1469
|
+
};
|
|
1470
|
+
}): react_jsx_runtime.JSX.Element;
|
|
933
1471
|
|
|
934
|
-
declare function
|
|
935
|
-
|
|
936
|
-
onLinkClick?: React__default.MouseEventHandler<HTMLAnchorElement>;
|
|
937
|
-
navigation: NavigationSection[];
|
|
1472
|
+
declare function MobileSearch({ navigation }: {
|
|
1473
|
+
navigation: NavigationItem[];
|
|
938
1474
|
}): react_jsx_runtime.JSX.Element;
|
|
939
1475
|
|
|
940
1476
|
declare function Navbar({ className, ...props }: React__default.ComponentPropsWithoutRef<'nav'>): react_jsx_runtime.JSX.Element;
|
|
@@ -964,6 +1500,12 @@ declare const NavbarItem: React__default.ForwardRefExoticComponent<({
|
|
|
964
1500
|
} & Omit<React__default.DetailedHTMLProps<React__default.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & React__default.RefAttributes<HTMLAnchorElement>, "ref">, "className">)) & React__default.RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
965
1501
|
declare function NavbarLabel({ className, ...props }: React__default.ComponentPropsWithoutRef<'span'>): react_jsx_runtime.JSX.Element;
|
|
966
1502
|
|
|
1503
|
+
declare function Navigation({ className, onLinkClick, navigation, }: {
|
|
1504
|
+
className?: string;
|
|
1505
|
+
onLinkClick?: React__default.MouseEventHandler<HTMLAnchorElement>;
|
|
1506
|
+
navigation: NavigationSection[];
|
|
1507
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1508
|
+
|
|
967
1509
|
declare function NavigationMenu({ className, children, viewport, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
|
|
968
1510
|
viewport?: boolean;
|
|
969
1511
|
}): react_jsx_runtime.JSX.Element;
|
|
@@ -976,6 +1518,11 @@ declare function NavigationMenuViewport({ className, ...props }: React$1.Compone
|
|
|
976
1518
|
declare function NavigationMenuLink({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime.JSX.Element;
|
|
977
1519
|
declare function NavigationMenuIndicator({ className, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime.JSX.Element;
|
|
978
1520
|
|
|
1521
|
+
declare function PageHeading({ heading, children, }: {
|
|
1522
|
+
heading?: string;
|
|
1523
|
+
children?: React__default.ReactNode;
|
|
1524
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1525
|
+
|
|
979
1526
|
type PaginationLinkProps = {
|
|
980
1527
|
isActive?: boolean;
|
|
981
1528
|
size?: 'default' | 'icon';
|
|
@@ -1006,617 +1553,33 @@ declare function PreWithCopy(props: React.HTMLAttributes<HTMLPreElement>): react
|
|
|
1006
1553
|
|
|
1007
1554
|
declare function Progress({ className, value, ...props }: React$1.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1008
1555
|
|
|
1009
|
-
declare
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
declare function SelectScrollUpButton({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime.JSX.Element;
|
|
1032
|
-
declare function SelectScrollDownButton({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime.JSX.Element;
|
|
1033
|
-
|
|
1034
|
-
declare function Separator({ className, orientation, decorative, ...props }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1035
|
-
|
|
1036
|
-
declare function Sheet({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1037
|
-
declare function SheetTrigger({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
1038
|
-
declare function SheetClose({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
|
|
1039
|
-
declare function SheetContent({ className, children, side, showClose, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
1040
|
-
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
1041
|
-
showClose?: boolean;
|
|
1042
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1043
|
-
declare function SheetHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1044
|
-
declare function SheetFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1045
|
-
declare function SheetTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
|
|
1046
|
-
declare function SheetDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
|
|
1047
|
-
|
|
1048
|
-
declare function SidebarNavigation({ className, onLinkClick, navigation, }: {
|
|
1049
|
-
className?: string;
|
|
1050
|
-
onLinkClick?: React$1.MouseEventHandler<HTMLAnchorElement>;
|
|
1051
|
-
navigation: NavigationSection[];
|
|
1052
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1053
|
-
declare function SidebarLink({ link, pathname, onLinkClick, depth }: SidebarLinkProps): react_jsx_runtime.JSX.Element;
|
|
1054
|
-
|
|
1055
|
-
interface FormStore<FD extends Record<string, unknown>> {
|
|
1056
|
-
formData: FD;
|
|
1057
|
-
formStatus: Record<keyof FD & string, FormStatus>;
|
|
1058
|
-
isLoading: boolean;
|
|
1059
|
-
updateFormData: <K extends keyof FD>(page: K, data: Partial<FD[K]>) => void;
|
|
1060
|
-
updateFormStatus: (page: keyof FD & string, status: FormStatus) => void;
|
|
1061
|
-
resetForm: () => void;
|
|
1062
|
-
setIsLoading: (loading: boolean) => void;
|
|
1063
|
-
}
|
|
1064
|
-
declare function createFormStore<FD extends Record<string, unknown>>(opts: {
|
|
1065
|
-
storageKey: string;
|
|
1066
|
-
initialFormData: FD;
|
|
1067
|
-
initialFormStatus: Record<keyof FD & string, FormStatus>;
|
|
1068
|
-
}): zustand.UseBoundStore<Omit<zustand.StoreApi<FormStore<FD>>, "persist"> & {
|
|
1069
|
-
persist: {
|
|
1070
|
-
setOptions: (options: Partial<zustand_middleware.PersistOptions<FormStore<FD>, unknown>>) => void;
|
|
1071
|
-
clearStorage: () => void;
|
|
1072
|
-
rehydrate: () => Promise<void> | void;
|
|
1073
|
-
hasHydrated: () => boolean;
|
|
1074
|
-
onHydrate: (fn: (state: FormStore<FD>) => void) => () => void;
|
|
1075
|
-
onFinishHydration: (fn: (state: FormStore<FD>) => void) => () => void;
|
|
1076
|
-
getOptions: () => Partial<zustand_middleware.PersistOptions<FormStore<FD>, unknown>>;
|
|
1556
|
+
declare const progressBarVariants: tailwind_variants.TVReturnType<{
|
|
1557
|
+
variant: {
|
|
1558
|
+
default: {
|
|
1559
|
+
background: string;
|
|
1560
|
+
bar: string;
|
|
1561
|
+
};
|
|
1562
|
+
neutral: {
|
|
1563
|
+
background: string;
|
|
1564
|
+
bar: string;
|
|
1565
|
+
};
|
|
1566
|
+
warning: {
|
|
1567
|
+
background: string;
|
|
1568
|
+
bar: string;
|
|
1569
|
+
};
|
|
1570
|
+
danger: {
|
|
1571
|
+
background: string;
|
|
1572
|
+
bar: string;
|
|
1573
|
+
};
|
|
1574
|
+
success: {
|
|
1575
|
+
background: string;
|
|
1576
|
+
bar: string;
|
|
1577
|
+
};
|
|
1077
1578
|
};
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
type StepStatus = 'completed' | 'saved' | 'in-progress' | 'error' | 'not-started' | 'cannot-start' | 'default' | undefined;
|
|
1084
|
-
interface StepNavigationProps {
|
|
1085
|
-
className?: string;
|
|
1086
|
-
navigation: NavigationSection[];
|
|
1087
|
-
useFormStore: FormStatusHook;
|
|
1088
|
-
getStatus?: (id: string, storeStatus: Record<string, string>) => StepStatus;
|
|
1089
|
-
onLinkClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
1090
|
-
}
|
|
1091
|
-
declare function StepNavigation({ className, navigation, useFormStore, getStatus, }: StepNavigationProps): react_jsx_runtime.JSX.Element;
|
|
1092
|
-
|
|
1093
|
-
interface Step {
|
|
1094
|
-
title: string;
|
|
1095
|
-
description?: string;
|
|
1096
|
-
href: string;
|
|
1097
|
-
status?: 'default' | 'completed' | 'saved' | 'in-progress' | 'error' | 'not-started' | 'cannot-start';
|
|
1098
|
-
}
|
|
1099
|
-
interface StepIndicatorProps extends React$1.HTMLAttributes<HTMLUListElement> {
|
|
1100
|
-
array: Step[];
|
|
1101
|
-
onLinkClick?: React$1.MouseEventHandler<HTMLAnchorElement>;
|
|
1102
|
-
}
|
|
1103
|
-
declare const StepIndicator: React$1.ForwardRefExoticComponent<StepIndicatorProps & React$1.RefAttributes<HTMLUListElement>>;
|
|
1104
|
-
|
|
1105
|
-
declare function SiteSearch({ navigation }: {
|
|
1106
|
-
navigation: NavigationSection[];
|
|
1107
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1108
|
-
|
|
1109
|
-
declare function Skeleton({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1110
|
-
|
|
1111
|
-
declare function Slider({ className, defaultValue, value, min, max, ...props }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1112
|
-
|
|
1113
|
-
declare const Social: {
|
|
1114
|
-
Facebook: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1115
|
-
Figma: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1116
|
-
Github: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1117
|
-
Instagram: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1118
|
-
LinkedIn: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1119
|
-
X: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1120
|
-
YouTube: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1121
|
-
};
|
|
1122
|
-
|
|
1123
|
-
declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
|
|
1124
|
-
|
|
1125
|
-
declare const theme: {
|
|
1126
|
-
size: {
|
|
1127
|
-
xs: string;
|
|
1128
|
-
sm: string;
|
|
1129
|
-
md: string;
|
|
1130
|
-
lg: string;
|
|
1131
|
-
xl: string;
|
|
1132
|
-
};
|
|
1133
|
-
};
|
|
1134
|
-
type SpinnerProps = {
|
|
1135
|
-
className?: string;
|
|
1136
|
-
size?: keyof typeof theme.size;
|
|
1137
|
-
} & React$1.HTMLAttributes<HTMLSpanElement>;
|
|
1138
|
-
declare function Spinner({ className, size, ...props }: SpinnerProps): react_jsx_runtime.JSX.Element;
|
|
1139
|
-
|
|
1140
|
-
declare function SwitchGroup({ className, ...props }: React__default.ComponentPropsWithoutRef<'div'>): react_jsx_runtime.JSX.Element;
|
|
1141
|
-
declare function SwitchField({ className, ...props }: {
|
|
1142
|
-
className?: string;
|
|
1143
|
-
} & Omit<Headless.FieldProps, 'as' | 'className'>): react_jsx_runtime.JSX.Element;
|
|
1144
|
-
declare const colors$1: {
|
|
1145
|
-
'dark/grey': string[];
|
|
1146
|
-
'dark/white': string[];
|
|
1147
|
-
dark: string[];
|
|
1148
|
-
grey: string[];
|
|
1149
|
-
white: string[];
|
|
1150
|
-
primary: string[];
|
|
1151
|
-
secondary: string[];
|
|
1152
|
-
tertiary: string[];
|
|
1153
|
-
accent: string[];
|
|
1154
|
-
};
|
|
1155
|
-
type Color = keyof typeof colors$1;
|
|
1156
|
-
declare function Switch({ color, className, ...props }: {
|
|
1157
|
-
color?: Color;
|
|
1158
|
-
className?: string;
|
|
1159
|
-
} & Omit<Headless.SwitchProps, 'as' | 'className' | 'children'>): react_jsx_runtime.JSX.Element;
|
|
1160
|
-
|
|
1161
|
-
declare function Table({ className, ...props }: React$1.ComponentProps<'table'>): react_jsx_runtime.JSX.Element;
|
|
1162
|
-
declare function TableHeader({ className, ...props }: React$1.ComponentProps<'thead'>): react_jsx_runtime.JSX.Element;
|
|
1163
|
-
declare function TableBody({ className, ...props }: React$1.ComponentProps<'tbody'>): react_jsx_runtime.JSX.Element;
|
|
1164
|
-
declare function TableFooter({ className, ...props }: React$1.ComponentProps<'tfoot'>): react_jsx_runtime.JSX.Element;
|
|
1165
|
-
declare function TableRow({ className, ...props }: React$1.ComponentProps<'tr'>): react_jsx_runtime.JSX.Element;
|
|
1166
|
-
declare function TableHead({ className, ...props }: React$1.ComponentProps<'th'>): react_jsx_runtime.JSX.Element;
|
|
1167
|
-
declare function TableCell({ className, ...props }: React$1.ComponentProps<'td'>): react_jsx_runtime.JSX.Element;
|
|
1168
|
-
declare function TableCaption({ className, ...props }: React$1.ComponentProps<'caption'>): react_jsx_runtime.JSX.Element;
|
|
1169
|
-
|
|
1170
|
-
declare function TableOfContents({ tableOfContents }: TableOfContentsProps): react_jsx_runtime.JSX.Element;
|
|
1171
|
-
|
|
1172
|
-
declare const Tabs: {
|
|
1173
|
-
(props: Omit<React__default.ComponentPropsWithoutRef<typeof TabsPrimitives.Root>, "orientation">): react_jsx_runtime.JSX.Element;
|
|
1174
|
-
displayName: string;
|
|
1175
|
-
};
|
|
1176
|
-
type TabsListVariant = 'line' | 'solid';
|
|
1177
|
-
interface TabsListProps extends React__default.ComponentPropsWithoutRef<typeof TabsPrimitives.List> {
|
|
1178
|
-
variant?: TabsListVariant;
|
|
1179
|
-
}
|
|
1180
|
-
declare const TabsList: React__default.ForwardRefExoticComponent<TabsListProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1181
|
-
declare const TabsTrigger: React__default.ForwardRefExoticComponent<Omit<TabsPrimitives.TabsTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & React__default.RefAttributes<HTMLButtonElement>>;
|
|
1182
|
-
declare const TabsContent: React__default.ForwardRefExoticComponent<Omit<TabsPrimitives.TabsContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
|
|
1183
|
-
|
|
1184
|
-
type BaseProps = React.ComponentPropsWithoutRef<'p'>;
|
|
1185
|
-
type TextProps = ({
|
|
1186
|
-
label?: false;
|
|
1187
|
-
size?: 1 | 2 | 3 | 4;
|
|
1188
|
-
trim?: 'normal' | 'start' | 'end' | 'both';
|
|
1189
|
-
} & BaseProps) | ({
|
|
1190
|
-
label: true;
|
|
1191
|
-
size?: 1 | 2 | 3 | 4;
|
|
1192
|
-
trim?: 'normal' | 'start' | 'end' | 'both';
|
|
1193
|
-
} & BaseProps);
|
|
1194
|
-
declare function Text({ className, trim, size, label, ...props }: TextProps): react_jsx_runtime.JSX.Element;
|
|
1195
|
-
declare function TextLink({ className, ...props }: React.ComponentPropsWithoutRef<typeof Link>): react_jsx_runtime.JSX.Element;
|
|
1196
|
-
declare function Strong({ className, ...props }: React.ComponentPropsWithoutRef<'strong'>): react_jsx_runtime.JSX.Element;
|
|
1197
|
-
declare function Code({ className, ...props }: React.ComponentPropsWithoutRef<'code'>): react_jsx_runtime.JSX.Element;
|
|
1198
|
-
|
|
1199
|
-
declare function Textarea({ className, ...props }: React$1.ComponentProps<'textarea'>): react_jsx_runtime.JSX.Element;
|
|
1200
|
-
|
|
1201
|
-
declare function ThemeColorPalette(): react_jsx_runtime.JSX.Element;
|
|
1202
|
-
|
|
1203
|
-
declare function ThemeProvider({ children, ...props }: ThemeProviderProps): react_jsx_runtime.JSX.Element;
|
|
1204
|
-
|
|
1205
|
-
declare function ThemeSelector(props: ThemeSelectorProps): react_jsx_runtime.JSX.Element;
|
|
1206
|
-
|
|
1207
|
-
declare function ThemeSwitcher(): react_jsx_runtime.JSX.Element;
|
|
1208
|
-
|
|
1209
|
-
declare const TocContext: React$1.Context<TocContextType>;
|
|
1210
|
-
declare function TocProvider({ children }: {
|
|
1211
|
-
children: ReactNode;
|
|
1212
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1213
|
-
declare function useToc(): TocContextType;
|
|
1214
|
-
|
|
1215
|
-
declare const toggleVariants: (props?: ({
|
|
1216
|
-
variant?: "outline" | "ghost" | null | undefined;
|
|
1217
|
-
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1218
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1219
|
-
declare function Toggle({ className, variant, size, ...props }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
1220
|
-
|
|
1221
|
-
declare function ToggleGroup({ className, variant, size, children, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
1222
|
-
declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
1223
|
-
|
|
1224
|
-
declare function TooltipProvider({ delayDuration, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
|
|
1225
|
-
declare function Tooltip$1({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1226
|
-
declare function TooltipTrigger({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
1227
|
-
declare function TooltipContent({ className, sideOffset, children, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
1228
|
-
|
|
1229
|
-
declare function ViewToggle({ viewMode, setViewMode }: ViewToggleProps): react_jsx_runtime.JSX.Element;
|
|
1230
|
-
|
|
1231
|
-
declare const THEMES: {
|
|
1232
|
-
readonly light: "";
|
|
1233
|
-
readonly dark: ".dark";
|
|
1234
|
-
};
|
|
1235
|
-
type ChartConfig = {
|
|
1236
|
-
[k in string]: {
|
|
1237
|
-
label?: React$1.ReactNode;
|
|
1238
|
-
icon?: React$1.ComponentType;
|
|
1239
|
-
} & ({
|
|
1240
|
-
color?: string;
|
|
1241
|
-
theme?: never;
|
|
1242
|
-
} | {
|
|
1243
|
-
color?: never;
|
|
1244
|
-
theme: Record<keyof typeof THEMES, string>;
|
|
1245
|
-
});
|
|
1246
|
-
};
|
|
1247
|
-
declare function ChartContainer({ id, className, children, config, ...props }: React$1.ComponentProps<'div'> & {
|
|
1248
|
-
config: ChartConfig;
|
|
1249
|
-
children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>['children'];
|
|
1250
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1251
|
-
declare const ChartStyle: ({ id, config }: {
|
|
1252
|
-
id: string;
|
|
1253
|
-
config: ChartConfig;
|
|
1254
|
-
}) => react_jsx_runtime.JSX.Element | null;
|
|
1255
|
-
declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
1256
|
-
declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React$1.ComponentProps<typeof RechartsPrimitive.Tooltip> & React$1.ComponentProps<'div'> & {
|
|
1257
|
-
hideLabel?: boolean;
|
|
1258
|
-
hideIndicator?: boolean;
|
|
1259
|
-
indicator?: 'line' | 'dot' | 'dashed';
|
|
1260
|
-
nameKey?: string;
|
|
1261
|
-
labelKey?: string;
|
|
1262
|
-
}): react_jsx_runtime.JSX.Element | null;
|
|
1263
|
-
declare const ChartLegend: typeof RechartsPrimitive.Legend;
|
|
1264
|
-
declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React$1.ComponentProps<'div'> & Pick<RechartsPrimitive.LegendProps, 'payload' | 'verticalAlign'> & {
|
|
1265
|
-
hideIcon?: boolean;
|
|
1266
|
-
nameKey?: string;
|
|
1267
|
-
}): react_jsx_runtime.JSX.Element | null;
|
|
1268
|
-
|
|
1269
|
-
type ColorUtility = 'bg' | 'stroke' | 'fill' | 'text';
|
|
1270
|
-
declare const chartColors: {
|
|
1271
|
-
readonly blue: {
|
|
1272
|
-
readonly bg: "bg-blue-500";
|
|
1273
|
-
readonly stroke: "stroke-blue-500";
|
|
1274
|
-
readonly fill: "fill-blue-500";
|
|
1275
|
-
readonly text: "text-blue-500";
|
|
1276
|
-
};
|
|
1277
|
-
readonly emerald: {
|
|
1278
|
-
readonly bg: "bg-emerald-500";
|
|
1279
|
-
readonly stroke: "stroke-emerald-500";
|
|
1280
|
-
readonly fill: "fill-emerald-500";
|
|
1281
|
-
readonly text: "text-emerald-500";
|
|
1282
|
-
};
|
|
1283
|
-
readonly violet: {
|
|
1284
|
-
readonly bg: "bg-violet-500";
|
|
1285
|
-
readonly stroke: "stroke-violet-500";
|
|
1286
|
-
readonly fill: "fill-violet-500";
|
|
1287
|
-
readonly text: "text-violet-500";
|
|
1288
|
-
};
|
|
1289
|
-
readonly amber: {
|
|
1290
|
-
readonly bg: "bg-amber-500";
|
|
1291
|
-
readonly stroke: "stroke-amber-500";
|
|
1292
|
-
readonly fill: "fill-amber-500";
|
|
1293
|
-
readonly text: "text-amber-500";
|
|
1294
|
-
};
|
|
1295
|
-
readonly gray: {
|
|
1296
|
-
readonly bg: "bg-gray-500";
|
|
1297
|
-
readonly stroke: "stroke-gray-500";
|
|
1298
|
-
readonly fill: "fill-gray-500";
|
|
1299
|
-
readonly text: "text-gray-500";
|
|
1300
|
-
};
|
|
1301
|
-
readonly cyan: {
|
|
1302
|
-
readonly bg: "bg-cyan-500";
|
|
1303
|
-
readonly stroke: "stroke-cyan-500";
|
|
1304
|
-
readonly fill: "fill-cyan-500";
|
|
1305
|
-
readonly text: "text-cyan-500";
|
|
1306
|
-
};
|
|
1307
|
-
readonly pink: {
|
|
1308
|
-
readonly bg: "bg-pink-500";
|
|
1309
|
-
readonly stroke: "stroke-pink-500";
|
|
1310
|
-
readonly fill: "fill-pink-500";
|
|
1311
|
-
readonly text: "text-pink-500";
|
|
1312
|
-
};
|
|
1313
|
-
readonly lime: {
|
|
1314
|
-
readonly bg: "bg-lime-500";
|
|
1315
|
-
readonly stroke: "stroke-lime-500";
|
|
1316
|
-
readonly fill: "fill-lime-500";
|
|
1317
|
-
readonly text: "text-lime-500";
|
|
1318
|
-
};
|
|
1319
|
-
readonly fuchsia: {
|
|
1320
|
-
readonly bg: "bg-fuchsia-500";
|
|
1321
|
-
readonly stroke: "stroke-fuchsia-500";
|
|
1322
|
-
readonly fill: "fill-fuchsia-500";
|
|
1323
|
-
readonly text: "text-fuchsia-500";
|
|
1324
|
-
};
|
|
1325
|
-
};
|
|
1326
|
-
type AvailableChartColorsKeys = keyof typeof chartColors;
|
|
1327
|
-
declare const AvailableChartColors: AvailableChartColorsKeys[];
|
|
1328
|
-
declare const constructCategoryColors: (categories: string[], colors: AvailableChartColorsKeys[]) => Map<string, AvailableChartColorsKeys>;
|
|
1329
|
-
declare const getColorClassName: (color: AvailableChartColorsKeys, type: ColorUtility) => string;
|
|
1330
|
-
declare const getYAxisDomain: (autoMinValue: boolean, minValue: number | undefined, maxValue: number | undefined) => (string | number)[];
|
|
1331
|
-
declare function hasOnlyOneValueForKey(array: any[], keyToCheck: string): boolean;
|
|
1332
|
-
|
|
1333
|
-
type TooltipProps$5 = Pick<ChartTooltipProps$4, 'active' | 'payload' | 'label'>;
|
|
1334
|
-
type PayloadItem$4 = {
|
|
1335
|
-
category: string;
|
|
1336
|
-
value: number;
|
|
1337
|
-
index: string;
|
|
1338
|
-
color: AvailableChartColorsKeys;
|
|
1339
|
-
type?: string;
|
|
1340
|
-
payload: any;
|
|
1341
|
-
};
|
|
1342
|
-
interface ChartTooltipProps$4 {
|
|
1343
|
-
active: boolean | undefined;
|
|
1344
|
-
payload: PayloadItem$4[];
|
|
1345
|
-
label: string;
|
|
1346
|
-
valueFormatter: (value: number) => string;
|
|
1347
|
-
}
|
|
1348
|
-
type BaseEventProps$4 = {
|
|
1349
|
-
eventType: 'dot' | 'category';
|
|
1350
|
-
categoryClicked: string;
|
|
1351
|
-
[key: string]: number | string;
|
|
1352
|
-
};
|
|
1353
|
-
type AreaChartEventProps = BaseEventProps$4 | null | undefined;
|
|
1354
|
-
interface AreaChartProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
1355
|
-
data: Record<string, any>[];
|
|
1356
|
-
index: string;
|
|
1357
|
-
categories: string[];
|
|
1358
|
-
colors?: AvailableChartColorsKeys[];
|
|
1359
|
-
valueFormatter?: (value: number) => string;
|
|
1360
|
-
startEndOnly?: boolean;
|
|
1361
|
-
showXAxis?: boolean;
|
|
1362
|
-
showYAxis?: boolean;
|
|
1363
|
-
showGridLines?: boolean;
|
|
1364
|
-
yAxisWidth?: number;
|
|
1365
|
-
intervalType?: 'preserveStartEnd' | 'equidistantPreserveStart';
|
|
1366
|
-
showTooltip?: boolean;
|
|
1367
|
-
showLegend?: boolean;
|
|
1368
|
-
autoMinValue?: boolean;
|
|
1369
|
-
minValue?: number;
|
|
1370
|
-
maxValue?: number;
|
|
1371
|
-
allowDecimals?: boolean;
|
|
1372
|
-
onValueChange?: (value: AreaChartEventProps) => void;
|
|
1373
|
-
enableLegendSlider?: boolean;
|
|
1374
|
-
tickGap?: number;
|
|
1375
|
-
connectNulls?: boolean;
|
|
1376
|
-
xAxisLabel?: string;
|
|
1377
|
-
yAxisLabel?: string;
|
|
1378
|
-
type?: 'default' | 'stacked' | 'percent';
|
|
1379
|
-
legendPosition?: 'left' | 'center' | 'right';
|
|
1380
|
-
fill?: 'gradient' | 'solid' | 'none';
|
|
1381
|
-
tooltipCallback?: (tooltipCallbackContent: TooltipProps$5) => void;
|
|
1382
|
-
customTooltip?: React__default.ComponentType<TooltipProps$5>;
|
|
1383
|
-
}
|
|
1384
|
-
declare const AreaChart: React__default.ForwardRefExoticComponent<AreaChartProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1385
|
-
|
|
1386
|
-
type TooltipProps$4 = Pick<ChartTooltipProps$3, 'active' | 'payload' | 'label'>;
|
|
1387
|
-
type PayloadItem$3 = {
|
|
1388
|
-
category: string;
|
|
1389
|
-
value: number;
|
|
1390
|
-
index: string;
|
|
1391
|
-
color: AvailableChartColorsKeys;
|
|
1392
|
-
type?: string;
|
|
1393
|
-
payload: any;
|
|
1394
|
-
};
|
|
1395
|
-
interface ChartTooltipProps$3 {
|
|
1396
|
-
active: boolean | undefined;
|
|
1397
|
-
payload: PayloadItem$3[];
|
|
1398
|
-
label: string;
|
|
1399
|
-
valueFormatter: (value: number) => string;
|
|
1400
|
-
}
|
|
1401
|
-
type BaseEventProps$3 = {
|
|
1402
|
-
eventType: 'category' | 'bar';
|
|
1403
|
-
categoryClicked: string;
|
|
1404
|
-
[key: string]: number | string;
|
|
1405
|
-
};
|
|
1406
|
-
type BarChartEventProps = BaseEventProps$3 | null | undefined;
|
|
1407
|
-
interface BarChartProps$1 extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
1408
|
-
data: Record<string, any>[];
|
|
1409
|
-
index: string;
|
|
1410
|
-
categories: string[];
|
|
1411
|
-
colors?: AvailableChartColorsKeys[];
|
|
1412
|
-
valueFormatter?: (value: number) => string;
|
|
1413
|
-
startEndOnly?: boolean;
|
|
1414
|
-
showXAxis?: boolean;
|
|
1415
|
-
showYAxis?: boolean;
|
|
1416
|
-
showGridLines?: boolean;
|
|
1417
|
-
yAxisWidth?: number;
|
|
1418
|
-
intervalType?: 'preserveStartEnd' | 'equidistantPreserveStart';
|
|
1419
|
-
showTooltip?: boolean;
|
|
1420
|
-
showLegend?: boolean;
|
|
1421
|
-
autoMinValue?: boolean;
|
|
1422
|
-
minValue?: number;
|
|
1423
|
-
maxValue?: number;
|
|
1424
|
-
allowDecimals?: boolean;
|
|
1425
|
-
onValueChange?: (value: BarChartEventProps) => void;
|
|
1426
|
-
enableLegendSlider?: boolean;
|
|
1427
|
-
tickGap?: number;
|
|
1428
|
-
barCategoryGap?: string | number;
|
|
1429
|
-
xAxisLabel?: string;
|
|
1430
|
-
yAxisLabel?: string;
|
|
1431
|
-
layout?: 'vertical' | 'horizontal';
|
|
1432
|
-
type?: 'default' | 'stacked' | 'percent';
|
|
1433
|
-
legendPosition?: 'left' | 'center' | 'right';
|
|
1434
|
-
tooltipCallback?: (tooltipCallbackContent: TooltipProps$4) => void;
|
|
1435
|
-
customTooltip?: React__default.ComponentType<TooltipProps$4>;
|
|
1436
|
-
}
|
|
1437
|
-
declare const BarChart: React__default.ForwardRefExoticComponent<BarChartProps$1 & React__default.RefAttributes<HTMLDivElement>>;
|
|
1438
|
-
|
|
1439
|
-
type Bar<T> = T & {
|
|
1440
|
-
key?: string;
|
|
1441
|
-
href?: string;
|
|
1442
|
-
value: number;
|
|
1443
|
-
name: string;
|
|
1444
|
-
};
|
|
1445
|
-
interface BarListProps<T = unknown> extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
1446
|
-
data: Bar<T>[];
|
|
1447
|
-
valueFormatter?: (value: number) => string;
|
|
1448
|
-
showAnimation?: boolean;
|
|
1449
|
-
onValueChange?: (payload: Bar<T>) => void;
|
|
1450
|
-
sortOrder?: 'ascending' | 'descending' | 'none';
|
|
1451
|
-
}
|
|
1452
|
-
declare function BarListInner<T>({ data, valueFormatter, showAnimation, onValueChange, sortOrder, className, ...props }: BarListProps<T>, forwardedRef: React__default.ForwardedRef<HTMLDivElement>): react_jsx_runtime.JSX.Element;
|
|
1453
|
-
declare namespace BarListInner {
|
|
1454
|
-
var displayName: string;
|
|
1455
|
-
}
|
|
1456
|
-
declare const BarList: <T>(p: BarListProps<T> & {
|
|
1457
|
-
ref?: React__default.ForwardedRef<HTMLDivElement>;
|
|
1458
|
-
}) => ReturnType<typeof BarListInner>;
|
|
1459
|
-
|
|
1460
|
-
interface CategoryBarProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
1461
|
-
values: number[];
|
|
1462
|
-
colors?: AvailableChartColorsKeys[];
|
|
1463
|
-
marker?: {
|
|
1464
|
-
value: number;
|
|
1465
|
-
tooltip?: string;
|
|
1466
|
-
showAnimation?: boolean;
|
|
1467
|
-
};
|
|
1468
|
-
showLabels?: boolean;
|
|
1469
|
-
}
|
|
1470
|
-
declare const CategoryBar: React__default.ForwardRefExoticComponent<CategoryBarProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1471
|
-
|
|
1472
|
-
type TooltipProps$3 = Pick<ChartTooltipProps$2, 'active' | 'payload' | 'label'>;
|
|
1473
|
-
type PayloadItem$2 = {
|
|
1474
|
-
category: string;
|
|
1475
|
-
value: number;
|
|
1476
|
-
index: string;
|
|
1477
|
-
barColor: AvailableChartColorsKeys;
|
|
1478
|
-
lineColor: AvailableChartColorsKeys;
|
|
1479
|
-
chartType: 'bar' | 'line';
|
|
1480
|
-
type: string;
|
|
1481
|
-
payload: any;
|
|
1482
|
-
};
|
|
1483
|
-
interface ChartTooltipProps$2 {
|
|
1484
|
-
active: boolean | undefined;
|
|
1485
|
-
payload: PayloadItem$2[];
|
|
1486
|
-
label: string;
|
|
1487
|
-
barValueFormatter?: (value: number) => string;
|
|
1488
|
-
lineValueFormatter?: (value: number) => string;
|
|
1489
|
-
}
|
|
1490
|
-
type BaseEventProps$2 = {
|
|
1491
|
-
eventType: 'category' | 'bar' | 'dot';
|
|
1492
|
-
categoryClicked: string;
|
|
1493
|
-
[key: string]: number | string;
|
|
1494
|
-
};
|
|
1495
|
-
type ComboChartEventProps = BaseEventProps$2 | null | undefined;
|
|
1496
|
-
type ChartSeries = {
|
|
1497
|
-
categories: string[];
|
|
1498
|
-
colors?: AvailableChartColorsKeys[];
|
|
1499
|
-
valueFormatter?: (value: number) => string;
|
|
1500
|
-
showYAxis?: boolean;
|
|
1501
|
-
yAxisWidth?: number;
|
|
1502
|
-
allowDecimals?: boolean;
|
|
1503
|
-
yAxisLabel?: string;
|
|
1504
|
-
autoMinValue?: boolean;
|
|
1505
|
-
minValue?: number;
|
|
1506
|
-
maxValue?: number;
|
|
1507
|
-
};
|
|
1508
|
-
interface ComboChartProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
1509
|
-
data: Record<string, any>[];
|
|
1510
|
-
index: string;
|
|
1511
|
-
startEndOnly?: boolean;
|
|
1512
|
-
showXAxis?: boolean;
|
|
1513
|
-
xAxisLabel?: string;
|
|
1514
|
-
showGridLines?: boolean;
|
|
1515
|
-
intervalType?: 'preserveStartEnd' | 'equidistantPreserveStart';
|
|
1516
|
-
showLegend?: boolean;
|
|
1517
|
-
showTooltip?: boolean;
|
|
1518
|
-
onValueChange?: (value: ComboChartEventProps) => void;
|
|
1519
|
-
enableLegendSlider?: boolean;
|
|
1520
|
-
legendPosition?: 'left' | 'center' | 'right';
|
|
1521
|
-
tickGap?: number;
|
|
1522
|
-
enableBiaxial?: boolean;
|
|
1523
|
-
tooltipCallback?: (tooltipCallbackContent: TooltipProps$3) => void;
|
|
1524
|
-
customTooltip?: React__default.ComponentType<TooltipProps$3>;
|
|
1525
|
-
barSeries: ChartSeries & {
|
|
1526
|
-
type?: 'default' | 'stacked';
|
|
1527
|
-
};
|
|
1528
|
-
lineSeries?: ChartSeries & {
|
|
1529
|
-
connectNulls?: boolean;
|
|
1530
|
-
};
|
|
1531
|
-
}
|
|
1532
|
-
declare const ComboChart: React__default.ForwardRefExoticComponent<ComboChartProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1533
|
-
|
|
1534
|
-
type TooltipProps$2 = Pick<ChartTooltipProps$1, 'active' | 'payload'>;
|
|
1535
|
-
type PayloadItem$1 = {
|
|
1536
|
-
category: string;
|
|
1537
|
-
value: number;
|
|
1538
|
-
color: AvailableChartColorsKeys;
|
|
1539
|
-
};
|
|
1540
|
-
interface ChartTooltipProps$1 {
|
|
1541
|
-
active: boolean | undefined;
|
|
1542
|
-
payload: PayloadItem$1[];
|
|
1543
|
-
valueFormatter: (value: number) => string;
|
|
1544
|
-
}
|
|
1545
|
-
type DonutChartVariant = 'donut' | 'pie';
|
|
1546
|
-
type BaseEventProps$1 = {
|
|
1547
|
-
eventType: 'sector';
|
|
1548
|
-
categoryClicked: string;
|
|
1549
|
-
[key: string]: number | string;
|
|
1550
|
-
};
|
|
1551
|
-
type DonutChartEventProps = BaseEventProps$1 | null | undefined;
|
|
1552
|
-
interface DonutChartProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
1553
|
-
data: Record<string, any>[];
|
|
1554
|
-
category: string;
|
|
1555
|
-
value: string;
|
|
1556
|
-
colors?: AvailableChartColorsKeys[];
|
|
1557
|
-
variant?: DonutChartVariant;
|
|
1558
|
-
valueFormatter?: (value: number) => string;
|
|
1559
|
-
label?: string;
|
|
1560
|
-
showLabel?: boolean;
|
|
1561
|
-
showTooltip?: boolean;
|
|
1562
|
-
onValueChange?: (value: DonutChartEventProps) => void;
|
|
1563
|
-
tooltipCallback?: (tooltipCallbackContent: TooltipProps$2) => void;
|
|
1564
|
-
customTooltip?: React__default.ComponentType<TooltipProps$2>;
|
|
1565
|
-
}
|
|
1566
|
-
declare const DonutChart: React__default.ForwardRefExoticComponent<DonutChartProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1567
|
-
|
|
1568
|
-
type TooltipProps$1 = Pick<ChartTooltipProps, 'active' | 'payload' | 'label'>;
|
|
1569
|
-
type PayloadItem = {
|
|
1570
|
-
category: string;
|
|
1571
|
-
value: number;
|
|
1572
|
-
index: string;
|
|
1573
|
-
color: AvailableChartColorsKeys;
|
|
1574
|
-
type?: string;
|
|
1575
|
-
payload: any;
|
|
1576
|
-
};
|
|
1577
|
-
interface ChartTooltipProps {
|
|
1578
|
-
active: boolean | undefined;
|
|
1579
|
-
payload: PayloadItem[];
|
|
1580
|
-
label: string;
|
|
1581
|
-
valueFormatter: (value: number) => string;
|
|
1582
|
-
}
|
|
1583
|
-
type BaseEventProps = {
|
|
1584
|
-
eventType: 'dot' | 'category';
|
|
1585
|
-
categoryClicked: string;
|
|
1586
|
-
[key: string]: number | string;
|
|
1587
|
-
};
|
|
1588
|
-
type LineChartEventProps = BaseEventProps | null | undefined;
|
|
1589
|
-
interface LineChartProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
1590
|
-
data: Record<string, any>[];
|
|
1591
|
-
index: string;
|
|
1592
|
-
categories: string[];
|
|
1593
|
-
colors?: AvailableChartColorsKeys[];
|
|
1594
|
-
valueFormatter?: (value: number) => string;
|
|
1595
|
-
startEndOnly?: boolean;
|
|
1596
|
-
showXAxis?: boolean;
|
|
1597
|
-
showYAxis?: boolean;
|
|
1598
|
-
showGridLines?: boolean;
|
|
1599
|
-
yAxisWidth?: number;
|
|
1600
|
-
intervalType?: 'preserveStartEnd' | 'equidistantPreserveStart';
|
|
1601
|
-
showTooltip?: boolean;
|
|
1602
|
-
showLegend?: boolean;
|
|
1603
|
-
autoMinValue?: boolean;
|
|
1604
|
-
minValue?: number;
|
|
1605
|
-
maxValue?: number;
|
|
1606
|
-
allowDecimals?: boolean;
|
|
1607
|
-
onValueChange?: (value: LineChartEventProps) => void;
|
|
1608
|
-
enableLegendSlider?: boolean;
|
|
1609
|
-
tickGap?: number;
|
|
1610
|
-
connectNulls?: boolean;
|
|
1611
|
-
xAxisLabel?: string;
|
|
1612
|
-
yAxisLabel?: string;
|
|
1613
|
-
legendPosition?: 'left' | 'center' | 'right';
|
|
1614
|
-
tooltipCallback?: (tooltipCallbackContent: TooltipProps$1) => void;
|
|
1615
|
-
customTooltip?: React__default.ComponentType<TooltipProps$1>;
|
|
1616
|
-
}
|
|
1617
|
-
declare const LineChart: React__default.ForwardRefExoticComponent<LineChartProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1618
|
-
|
|
1619
|
-
declare const progressBarVariants: tailwind_variants.TVReturnType<{
|
|
1579
|
+
}, {
|
|
1580
|
+
background: string;
|
|
1581
|
+
bar: string;
|
|
1582
|
+
}, undefined, {
|
|
1620
1583
|
variant: {
|
|
1621
1584
|
default: {
|
|
1622
1585
|
background: string;
|
|
@@ -1642,7 +1605,7 @@ declare const progressBarVariants: tailwind_variants.TVReturnType<{
|
|
|
1642
1605
|
}, {
|
|
1643
1606
|
background: string;
|
|
1644
1607
|
bar: string;
|
|
1645
|
-
},
|
|
1608
|
+
}, tailwind_variants.TVReturnType<{
|
|
1646
1609
|
variant: {
|
|
1647
1610
|
default: {
|
|
1648
1611
|
background: string;
|
|
@@ -1668,129 +1631,244 @@ declare const progressBarVariants: tailwind_variants.TVReturnType<{
|
|
|
1668
1631
|
}, {
|
|
1669
1632
|
background: string;
|
|
1670
1633
|
bar: string;
|
|
1634
|
+
}, undefined, unknown, unknown, undefined>>;
|
|
1635
|
+
interface ProgressBarProps extends React__default.HTMLProps<HTMLDivElement>, VariantProps$1<typeof progressBarVariants> {
|
|
1636
|
+
value?: number;
|
|
1637
|
+
max?: number;
|
|
1638
|
+
showAnimation?: boolean;
|
|
1639
|
+
label?: string;
|
|
1640
|
+
}
|
|
1641
|
+
declare const ProgressBar: React__default.ForwardRefExoticComponent<Omit<ProgressBarProps, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
|
|
1642
|
+
|
|
1643
|
+
declare const progressCircleVariants: tailwind_variants.TVReturnType<{
|
|
1644
|
+
variant: {
|
|
1645
|
+
default: {
|
|
1646
|
+
background: string;
|
|
1647
|
+
circle: string;
|
|
1648
|
+
};
|
|
1649
|
+
neutral: {
|
|
1650
|
+
background: string;
|
|
1651
|
+
circle: string;
|
|
1652
|
+
};
|
|
1653
|
+
warning: {
|
|
1654
|
+
background: string;
|
|
1655
|
+
circle: string;
|
|
1656
|
+
};
|
|
1657
|
+
danger: {
|
|
1658
|
+
background: string;
|
|
1659
|
+
circle: string;
|
|
1660
|
+
};
|
|
1661
|
+
success: {
|
|
1662
|
+
background: string;
|
|
1663
|
+
circle: string;
|
|
1664
|
+
};
|
|
1665
|
+
};
|
|
1666
|
+
}, {
|
|
1667
|
+
background: string;
|
|
1668
|
+
circle: string;
|
|
1669
|
+
}, undefined, {
|
|
1670
|
+
variant: {
|
|
1671
|
+
default: {
|
|
1672
|
+
background: string;
|
|
1673
|
+
circle: string;
|
|
1674
|
+
};
|
|
1675
|
+
neutral: {
|
|
1676
|
+
background: string;
|
|
1677
|
+
circle: string;
|
|
1678
|
+
};
|
|
1679
|
+
warning: {
|
|
1680
|
+
background: string;
|
|
1681
|
+
circle: string;
|
|
1682
|
+
};
|
|
1683
|
+
danger: {
|
|
1684
|
+
background: string;
|
|
1685
|
+
circle: string;
|
|
1686
|
+
};
|
|
1687
|
+
success: {
|
|
1688
|
+
background: string;
|
|
1689
|
+
circle: string;
|
|
1690
|
+
};
|
|
1691
|
+
};
|
|
1692
|
+
}, {
|
|
1693
|
+
background: string;
|
|
1694
|
+
circle: string;
|
|
1671
1695
|
}, tailwind_variants.TVReturnType<{
|
|
1672
1696
|
variant: {
|
|
1673
1697
|
default: {
|
|
1674
1698
|
background: string;
|
|
1675
|
-
|
|
1699
|
+
circle: string;
|
|
1676
1700
|
};
|
|
1677
1701
|
neutral: {
|
|
1678
1702
|
background: string;
|
|
1679
|
-
|
|
1703
|
+
circle: string;
|
|
1680
1704
|
};
|
|
1681
1705
|
warning: {
|
|
1682
1706
|
background: string;
|
|
1683
|
-
|
|
1707
|
+
circle: string;
|
|
1684
1708
|
};
|
|
1685
1709
|
danger: {
|
|
1686
1710
|
background: string;
|
|
1687
|
-
|
|
1711
|
+
circle: string;
|
|
1688
1712
|
};
|
|
1689
1713
|
success: {
|
|
1690
1714
|
background: string;
|
|
1691
|
-
|
|
1715
|
+
circle: string;
|
|
1692
1716
|
};
|
|
1693
1717
|
};
|
|
1694
1718
|
}, {
|
|
1695
1719
|
background: string;
|
|
1696
|
-
|
|
1720
|
+
circle: string;
|
|
1697
1721
|
}, undefined, unknown, unknown, undefined>>;
|
|
1698
|
-
interface
|
|
1722
|
+
interface ProgressCircleProps extends Omit<React__default.SVGProps<SVGSVGElement>, 'value'>, VariantProps$1<typeof progressCircleVariants> {
|
|
1699
1723
|
value?: number;
|
|
1700
1724
|
max?: number;
|
|
1701
1725
|
showAnimation?: boolean;
|
|
1702
|
-
|
|
1726
|
+
radius?: number;
|
|
1727
|
+
strokeWidth?: number;
|
|
1728
|
+
children?: React__default.ReactNode;
|
|
1703
1729
|
}
|
|
1704
|
-
declare const
|
|
1730
|
+
declare const ProgressCircle: React__default.ForwardRefExoticComponent<Omit<ProgressCircleProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>;
|
|
1731
|
+
|
|
1732
|
+
declare function Prose<T extends React.ElementType = 'div'>({ as, className, ...props }: React.ComponentPropsWithoutRef<T> & {
|
|
1733
|
+
as?: T;
|
|
1734
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1735
|
+
|
|
1736
|
+
declare function RadioGroup({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1737
|
+
declare function RadioGroupItem({ className, ...props }: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime.JSX.Element;
|
|
1738
|
+
|
|
1739
|
+
declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime.JSX.Element;
|
|
1740
|
+
declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime.JSX.Element;
|
|
1741
|
+
declare function ResizableHandle({ withHandle, className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
|
|
1742
|
+
withHandle?: boolean;
|
|
1743
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1744
|
+
|
|
1745
|
+
declare function ScrollArea({ className, children, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1746
|
+
declare function ScrollBar({ className, orientation, ...props }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;
|
|
1747
|
+
|
|
1748
|
+
declare function Select({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1749
|
+
declare function SelectGroup({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime.JSX.Element;
|
|
1750
|
+
declare function SelectValue({ ...props }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime.JSX.Element;
|
|
1751
|
+
declare function SelectTrigger({ className, size, children, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Trigger> & {
|
|
1752
|
+
size?: 'sm' | 'default';
|
|
1753
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1754
|
+
declare function SelectContent({ className, children, position, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
1755
|
+
declare function SelectLabel({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime.JSX.Element;
|
|
1756
|
+
declare function SelectItem({ className, children, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime.JSX.Element;
|
|
1757
|
+
declare function SelectSeparator({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime.JSX.Element;
|
|
1758
|
+
declare function SelectScrollUpButton({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime.JSX.Element;
|
|
1759
|
+
declare function SelectScrollDownButton({ className, ...props }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime.JSX.Element;
|
|
1760
|
+
|
|
1761
|
+
declare function Separator({ className, orientation, decorative, ...props }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1762
|
+
|
|
1763
|
+
declare function Sheet({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1764
|
+
declare function SheetTrigger({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
1765
|
+
declare function SheetClose({ ...props }: React$1.ComponentProps<typeof DialogPrimitive.Close>): react_jsx_runtime.JSX.Element;
|
|
1766
|
+
declare function SheetContent({ className, children, side, showClose, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Content> & {
|
|
1767
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
1768
|
+
showClose?: boolean;
|
|
1769
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1770
|
+
declare function SheetHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1771
|
+
declare function SheetFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1772
|
+
declare function SheetTitle({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
|
|
1773
|
+
declare function SheetDescription({ className, ...props }: React$1.ComponentProps<typeof DialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
|
|
1774
|
+
|
|
1775
|
+
declare function TooltipProvider({ delayDuration, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime.JSX.Element;
|
|
1776
|
+
declare function Tooltip$1({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1777
|
+
declare function TooltipTrigger({ ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
1778
|
+
declare function TooltipContent({ className, sideOffset, children, ...props }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
1779
|
+
|
|
1780
|
+
type SidebarContextProps = {
|
|
1781
|
+
state: 'expanded' | 'collapsed';
|
|
1782
|
+
open: boolean;
|
|
1783
|
+
setOpen: (open: boolean) => void;
|
|
1784
|
+
openMobile: boolean;
|
|
1785
|
+
setOpenMobile: (open: boolean) => void;
|
|
1786
|
+
isMobile: boolean;
|
|
1787
|
+
toggleSidebar: () => void;
|
|
1788
|
+
};
|
|
1789
|
+
declare function useSidebar(): SidebarContextProps;
|
|
1790
|
+
declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React$1.ComponentProps<'div'> & {
|
|
1791
|
+
defaultOpen?: boolean;
|
|
1792
|
+
open?: boolean;
|
|
1793
|
+
onOpenChange?: (open: boolean) => void;
|
|
1794
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1795
|
+
declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React$1.ComponentProps<'div'> & {
|
|
1796
|
+
side?: 'left' | 'right';
|
|
1797
|
+
variant?: 'sidebar' | 'floating' | 'inset';
|
|
1798
|
+
collapsible?: 'offcanvas' | 'icon' | 'none';
|
|
1799
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1800
|
+
type SidebarTriggerProps = Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'onClick'> & {
|
|
1801
|
+
onClick?: (event: React$1.MouseEvent<HTMLButtonElement>) => void;
|
|
1802
|
+
};
|
|
1803
|
+
declare function SidebarTrigger({ className, onClick, ...props }: SidebarTriggerProps): react_jsx_runtime.JSX.Element;
|
|
1804
|
+
declare function SidebarRail({ className, ...props }: React$1.ComponentProps<'button'>): react_jsx_runtime.JSX.Element;
|
|
1805
|
+
declare function SidebarInset({ className, ...props }: React$1.ComponentProps<'main'>): react_jsx_runtime.JSX.Element;
|
|
1806
|
+
declare function SidebarInput({ className, ...props }: React$1.ComponentProps<typeof Input>): react_jsx_runtime.JSX.Element;
|
|
1807
|
+
declare function SidebarHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1808
|
+
declare function SidebarFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1809
|
+
declare function SidebarSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
|
|
1810
|
+
declare function SidebarContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1811
|
+
declare function SidebarGroup({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1812
|
+
declare function SidebarGroupLabel({ className, asChild, ...props }: React$1.ComponentProps<'div'> & {
|
|
1813
|
+
asChild?: boolean;
|
|
1814
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1815
|
+
declare function SidebarGroupAction({ className, asChild, ...props }: React$1.ComponentProps<'button'> & {
|
|
1816
|
+
asChild?: boolean;
|
|
1817
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1818
|
+
declare function SidebarGroupContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1819
|
+
declare function SidebarMenu({ className, ...props }: React$1.ComponentProps<'ul'>): react_jsx_runtime.JSX.Element;
|
|
1820
|
+
declare function SidebarMenuItem({ className, ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
|
|
1821
|
+
declare const sidebarMenuButtonVariants: (props?: ({
|
|
1822
|
+
variant?: "default" | "outline" | null | undefined;
|
|
1823
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1824
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1825
|
+
declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React$1.ComponentProps<'button'> & {
|
|
1826
|
+
asChild?: boolean;
|
|
1827
|
+
isActive?: boolean;
|
|
1828
|
+
tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
|
|
1829
|
+
} & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime.JSX.Element;
|
|
1830
|
+
declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React$1.ComponentProps<'button'> & {
|
|
1831
|
+
asChild?: boolean;
|
|
1832
|
+
showOnHover?: boolean;
|
|
1833
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1834
|
+
declare function SidebarMenuBadge({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1835
|
+
declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React$1.ComponentProps<'div'> & {
|
|
1836
|
+
showIcon?: boolean;
|
|
1837
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1838
|
+
declare function SidebarMenuSub({ className, ...props }: React$1.ComponentProps<'ul'>): react_jsx_runtime.JSX.Element;
|
|
1839
|
+
declare function SidebarMenuSubItem({ className, ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
|
|
1840
|
+
declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React$1.ComponentProps<'a'> & {
|
|
1841
|
+
asChild?: boolean;
|
|
1842
|
+
size?: 'sm' | 'md';
|
|
1843
|
+
isActive?: boolean;
|
|
1844
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1845
|
+
|
|
1846
|
+
declare function SidebarNavigation({ className, onLinkClick, navigation, }: {
|
|
1847
|
+
className?: string;
|
|
1848
|
+
onLinkClick?: React$1.MouseEventHandler<HTMLAnchorElement>;
|
|
1849
|
+
navigation: NavigationSection[];
|
|
1850
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1851
|
+
declare function SidebarLink({ link, pathname, onLinkClick, depth }: SidebarLinkProps): react_jsx_runtime.JSX.Element;
|
|
1705
1852
|
|
|
1706
|
-
declare
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
background: string;
|
|
1726
|
-
circle: string;
|
|
1727
|
-
};
|
|
1728
|
-
};
|
|
1729
|
-
}, {
|
|
1730
|
-
background: string;
|
|
1731
|
-
circle: string;
|
|
1732
|
-
}, undefined, {
|
|
1733
|
-
variant: {
|
|
1734
|
-
default: {
|
|
1735
|
-
background: string;
|
|
1736
|
-
circle: string;
|
|
1737
|
-
};
|
|
1738
|
-
neutral: {
|
|
1739
|
-
background: string;
|
|
1740
|
-
circle: string;
|
|
1741
|
-
};
|
|
1742
|
-
warning: {
|
|
1743
|
-
background: string;
|
|
1744
|
-
circle: string;
|
|
1745
|
-
};
|
|
1746
|
-
danger: {
|
|
1747
|
-
background: string;
|
|
1748
|
-
circle: string;
|
|
1749
|
-
};
|
|
1750
|
-
success: {
|
|
1751
|
-
background: string;
|
|
1752
|
-
circle: string;
|
|
1753
|
-
};
|
|
1754
|
-
};
|
|
1755
|
-
}, {
|
|
1756
|
-
background: string;
|
|
1757
|
-
circle: string;
|
|
1758
|
-
}, tailwind_variants.TVReturnType<{
|
|
1759
|
-
variant: {
|
|
1760
|
-
default: {
|
|
1761
|
-
background: string;
|
|
1762
|
-
circle: string;
|
|
1763
|
-
};
|
|
1764
|
-
neutral: {
|
|
1765
|
-
background: string;
|
|
1766
|
-
circle: string;
|
|
1767
|
-
};
|
|
1768
|
-
warning: {
|
|
1769
|
-
background: string;
|
|
1770
|
-
circle: string;
|
|
1771
|
-
};
|
|
1772
|
-
danger: {
|
|
1773
|
-
background: string;
|
|
1774
|
-
circle: string;
|
|
1775
|
-
};
|
|
1776
|
-
success: {
|
|
1777
|
-
background: string;
|
|
1778
|
-
circle: string;
|
|
1779
|
-
};
|
|
1780
|
-
};
|
|
1781
|
-
}, {
|
|
1782
|
-
background: string;
|
|
1783
|
-
circle: string;
|
|
1784
|
-
}, undefined, unknown, unknown, undefined>>;
|
|
1785
|
-
interface ProgressCircleProps extends Omit<React__default.SVGProps<SVGSVGElement>, 'value'>, VariantProps$1<typeof progressCircleVariants> {
|
|
1786
|
-
value?: number;
|
|
1787
|
-
max?: number;
|
|
1788
|
-
showAnimation?: boolean;
|
|
1789
|
-
radius?: number;
|
|
1790
|
-
strokeWidth?: number;
|
|
1791
|
-
children?: React__default.ReactNode;
|
|
1792
|
-
}
|
|
1793
|
-
declare const ProgressCircle: React__default.ForwardRefExoticComponent<Omit<ProgressCircleProps, "ref"> & React__default.RefAttributes<SVGSVGElement>>;
|
|
1853
|
+
declare function SiteSearch({ navigation }: {
|
|
1854
|
+
navigation: NavigationSection[];
|
|
1855
|
+
}): react_jsx_runtime.JSX.Element;
|
|
1856
|
+
|
|
1857
|
+
declare function Skeleton({ className, ...props }: React.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1858
|
+
|
|
1859
|
+
declare function Slider({ className, defaultValue, value, min, max, ...props }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1860
|
+
|
|
1861
|
+
declare const Social: {
|
|
1862
|
+
Facebook: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1863
|
+
Figma: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1864
|
+
Github: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1865
|
+
Instagram: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1866
|
+
LinkedIn: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1867
|
+
X: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1868
|
+
YouTube: (props: IconProps) => react_jsx_runtime.JSX.Element;
|
|
1869
|
+
};
|
|
1870
|
+
|
|
1871
|
+
declare const Toaster: ({ ...props }: ToasterProps) => react_jsx_runtime.JSX.Element;
|
|
1794
1872
|
|
|
1795
1873
|
interface SparkAreaChartProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
1796
1874
|
data: Record<string, any>[];
|
|
@@ -1829,6 +1907,155 @@ interface BarChartProps extends React__default.HTMLAttributes<HTMLDivElement> {
|
|
|
1829
1907
|
}
|
|
1830
1908
|
declare const SparkBarChart: React__default.ForwardRefExoticComponent<BarChartProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1831
1909
|
|
|
1910
|
+
declare const theme: {
|
|
1911
|
+
size: {
|
|
1912
|
+
xs: string;
|
|
1913
|
+
sm: string;
|
|
1914
|
+
md: string;
|
|
1915
|
+
lg: string;
|
|
1916
|
+
xl: string;
|
|
1917
|
+
};
|
|
1918
|
+
};
|
|
1919
|
+
type SpinnerProps = {
|
|
1920
|
+
className?: string;
|
|
1921
|
+
size?: keyof typeof theme.size;
|
|
1922
|
+
} & React$1.HTMLAttributes<HTMLSpanElement>;
|
|
1923
|
+
declare function Spinner({ className, size, ...props }: SpinnerProps): react_jsx_runtime.JSX.Element;
|
|
1924
|
+
|
|
1925
|
+
interface Step {
|
|
1926
|
+
title: string;
|
|
1927
|
+
description?: string;
|
|
1928
|
+
href: string;
|
|
1929
|
+
status?: 'default' | 'completed' | 'saved' | 'in-progress' | 'error' | 'not-started' | 'cannot-start';
|
|
1930
|
+
}
|
|
1931
|
+
interface StepIndicatorProps extends React$1.HTMLAttributes<HTMLUListElement> {
|
|
1932
|
+
array: Step[];
|
|
1933
|
+
onLinkClick?: React$1.MouseEventHandler<HTMLAnchorElement>;
|
|
1934
|
+
}
|
|
1935
|
+
declare const StepIndicator: React$1.ForwardRefExoticComponent<StepIndicatorProps & React$1.RefAttributes<HTMLUListElement>>;
|
|
1936
|
+
|
|
1937
|
+
interface FormStore<FD extends Record<string, unknown>> {
|
|
1938
|
+
formData: FD;
|
|
1939
|
+
formStatus: Record<keyof FD & string, FormStatus>;
|
|
1940
|
+
isLoading: boolean;
|
|
1941
|
+
updateFormData: <K extends keyof FD>(page: K, data: Partial<FD[K]>) => void;
|
|
1942
|
+
updateFormStatus: (page: keyof FD & string, status: FormStatus) => void;
|
|
1943
|
+
resetForm: () => void;
|
|
1944
|
+
setIsLoading: (loading: boolean) => void;
|
|
1945
|
+
}
|
|
1946
|
+
declare function createFormStore<FD extends Record<string, unknown>>(opts: {
|
|
1947
|
+
storageKey: string;
|
|
1948
|
+
initialFormData: FD;
|
|
1949
|
+
initialFormStatus: Record<keyof FD & string, FormStatus>;
|
|
1950
|
+
}): zustand.UseBoundStore<Omit<zustand.StoreApi<FormStore<FD>>, "persist"> & {
|
|
1951
|
+
persist: {
|
|
1952
|
+
setOptions: (options: Partial<zustand_middleware.PersistOptions<FormStore<FD>, unknown>>) => void;
|
|
1953
|
+
clearStorage: () => void;
|
|
1954
|
+
rehydrate: () => Promise<void> | void;
|
|
1955
|
+
hasHydrated: () => boolean;
|
|
1956
|
+
onHydrate: (fn: (state: FormStore<FD>) => void) => () => void;
|
|
1957
|
+
onFinishHydration: (fn: (state: FormStore<FD>) => void) => () => void;
|
|
1958
|
+
getOptions: () => Partial<zustand_middleware.PersistOptions<FormStore<FD>, unknown>>;
|
|
1959
|
+
};
|
|
1960
|
+
}>;
|
|
1961
|
+
type FormStatusHook = () => {
|
|
1962
|
+
formStatus: Record<string, FormStatus>;
|
|
1963
|
+
};
|
|
1964
|
+
|
|
1965
|
+
type StepStatus = 'completed' | 'saved' | 'in-progress' | 'error' | 'not-started' | 'cannot-start' | 'default' | undefined;
|
|
1966
|
+
interface StepNavigationProps {
|
|
1967
|
+
className?: string;
|
|
1968
|
+
navigation: NavigationSection[];
|
|
1969
|
+
useFormStore: FormStatusHook;
|
|
1970
|
+
getStatus?: (id: string, storeStatus: Record<string, string>) => StepStatus;
|
|
1971
|
+
onLinkClick?: React.MouseEventHandler<HTMLAnchorElement>;
|
|
1972
|
+
}
|
|
1973
|
+
declare function StepNavigation({ className, navigation, useFormStore, getStatus, }: StepNavigationProps): react_jsx_runtime.JSX.Element;
|
|
1974
|
+
|
|
1975
|
+
declare function SwitchGroup({ className, ...props }: React__default.ComponentPropsWithoutRef<'div'>): react_jsx_runtime.JSX.Element;
|
|
1976
|
+
declare function SwitchField({ className, ...props }: {
|
|
1977
|
+
className?: string;
|
|
1978
|
+
} & Omit<Headless.FieldProps, 'as' | 'className'>): react_jsx_runtime.JSX.Element;
|
|
1979
|
+
declare const colors$1: {
|
|
1980
|
+
'dark/grey': string[];
|
|
1981
|
+
'dark/white': string[];
|
|
1982
|
+
dark: string[];
|
|
1983
|
+
grey: string[];
|
|
1984
|
+
white: string[];
|
|
1985
|
+
primary: string[];
|
|
1986
|
+
secondary: string[];
|
|
1987
|
+
tertiary: string[];
|
|
1988
|
+
accent: string[];
|
|
1989
|
+
};
|
|
1990
|
+
type Color = keyof typeof colors$1;
|
|
1991
|
+
declare function Switch({ color, className, ...props }: {
|
|
1992
|
+
color?: Color;
|
|
1993
|
+
className?: string;
|
|
1994
|
+
} & Omit<Headless.SwitchProps, 'as' | 'className' | 'children'>): react_jsx_runtime.JSX.Element;
|
|
1995
|
+
|
|
1996
|
+
declare function Table({ className, ...props }: React$1.ComponentProps<'table'>): react_jsx_runtime.JSX.Element;
|
|
1997
|
+
declare function TableHeader({ className, ...props }: React$1.ComponentProps<'thead'>): react_jsx_runtime.JSX.Element;
|
|
1998
|
+
declare function TableBody({ className, ...props }: React$1.ComponentProps<'tbody'>): react_jsx_runtime.JSX.Element;
|
|
1999
|
+
declare function TableFooter({ className, ...props }: React$1.ComponentProps<'tfoot'>): react_jsx_runtime.JSX.Element;
|
|
2000
|
+
declare function TableRow({ className, ...props }: React$1.ComponentProps<'tr'>): react_jsx_runtime.JSX.Element;
|
|
2001
|
+
declare function TableHead({ className, ...props }: React$1.ComponentProps<'th'>): react_jsx_runtime.JSX.Element;
|
|
2002
|
+
declare function TableCell({ className, ...props }: React$1.ComponentProps<'td'>): react_jsx_runtime.JSX.Element;
|
|
2003
|
+
declare function TableCaption({ className, ...props }: React$1.ComponentProps<'caption'>): react_jsx_runtime.JSX.Element;
|
|
2004
|
+
|
|
2005
|
+
declare function TableOfContents({ tableOfContents }: TableOfContentsProps): react_jsx_runtime.JSX.Element;
|
|
2006
|
+
|
|
2007
|
+
declare const Tabs: {
|
|
2008
|
+
(props: Omit<React__default.ComponentPropsWithoutRef<typeof TabsPrimitives.Root>, "orientation">): react_jsx_runtime.JSX.Element;
|
|
2009
|
+
displayName: string;
|
|
2010
|
+
};
|
|
2011
|
+
type TabsListVariant = 'line' | 'solid';
|
|
2012
|
+
interface TabsListProps extends React__default.ComponentPropsWithoutRef<typeof TabsPrimitives.List> {
|
|
2013
|
+
variant?: TabsListVariant;
|
|
2014
|
+
}
|
|
2015
|
+
declare const TabsList: React__default.ForwardRefExoticComponent<TabsListProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
2016
|
+
declare const TabsTrigger: React__default.ForwardRefExoticComponent<Omit<TabsPrimitives.TabsTriggerProps & React__default.RefAttributes<HTMLButtonElement>, "ref"> & React__default.RefAttributes<HTMLButtonElement>>;
|
|
2017
|
+
declare const TabsContent: React__default.ForwardRefExoticComponent<Omit<TabsPrimitives.TabsContentProps & React__default.RefAttributes<HTMLDivElement>, "ref"> & React__default.RefAttributes<HTMLDivElement>>;
|
|
2018
|
+
|
|
2019
|
+
type BaseProps = React.ComponentPropsWithoutRef<'p'>;
|
|
2020
|
+
type TextProps = ({
|
|
2021
|
+
label?: false;
|
|
2022
|
+
size?: 1 | 2 | 3 | 4;
|
|
2023
|
+
trim?: 'normal' | 'start' | 'end' | 'both';
|
|
2024
|
+
} & BaseProps) | ({
|
|
2025
|
+
label: true;
|
|
2026
|
+
size?: 1 | 2 | 3 | 4;
|
|
2027
|
+
trim?: 'normal' | 'start' | 'end' | 'both';
|
|
2028
|
+
} & BaseProps);
|
|
2029
|
+
declare function Text({ className, trim, size, label, ...props }: TextProps): react_jsx_runtime.JSX.Element;
|
|
2030
|
+
declare function TextLink({ className, ...props }: React.ComponentPropsWithoutRef<typeof Link>): react_jsx_runtime.JSX.Element;
|
|
2031
|
+
declare function Strong({ className, ...props }: React.ComponentPropsWithoutRef<'strong'>): react_jsx_runtime.JSX.Element;
|
|
2032
|
+
declare function Code({ className, ...props }: React.ComponentPropsWithoutRef<'code'>): react_jsx_runtime.JSX.Element;
|
|
2033
|
+
|
|
2034
|
+
declare function Textarea({ className, ...props }: React$1.ComponentProps<'textarea'>): react_jsx_runtime.JSX.Element;
|
|
2035
|
+
|
|
2036
|
+
declare function ThemeColorPalette(): react_jsx_runtime.JSX.Element;
|
|
2037
|
+
|
|
2038
|
+
declare function ThemeProvider({ children, ...props }: ThemeProviderProps): react_jsx_runtime.JSX.Element;
|
|
2039
|
+
|
|
2040
|
+
declare function ThemeSelector(props: ThemeSelectorProps): react_jsx_runtime.JSX.Element;
|
|
2041
|
+
|
|
2042
|
+
declare function ThemeSwitcher(): react_jsx_runtime.JSX.Element;
|
|
2043
|
+
|
|
2044
|
+
declare const TocContext: React$1.Context<TocContextType>;
|
|
2045
|
+
declare function TocProvider({ children }: {
|
|
2046
|
+
children: ReactNode;
|
|
2047
|
+
}): react_jsx_runtime.JSX.Element;
|
|
2048
|
+
declare function useToc(): TocContextType;
|
|
2049
|
+
|
|
2050
|
+
declare const toggleVariants: (props?: ({
|
|
2051
|
+
variant?: "outline" | "ghost" | null | undefined;
|
|
2052
|
+
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2053
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2054
|
+
declare function Toggle({ className, variant, size, ...props }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
2055
|
+
|
|
2056
|
+
declare function ToggleGroup({ className, variant, size, children, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
2057
|
+
declare function ToggleGroupItem({ className, children, variant, size, ...props }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime.JSX.Element;
|
|
2058
|
+
|
|
1832
2059
|
interface TrackerBlockProps {
|
|
1833
2060
|
key?: string | number;
|
|
1834
2061
|
color?: string;
|
|
@@ -1851,247 +2078,32 @@ interface TooltipProps extends Omit<TooltipPrimitive.TooltipContentProps, 'conte
|
|
|
1851
2078
|
}
|
|
1852
2079
|
declare const Tooltip: React__default.ForwardRefExoticComponent<TooltipProps & React__default.RefAttributes<HTMLDivElement>>;
|
|
1853
2080
|
|
|
1854
|
-
declare function
|
|
1855
|
-
declare function AlertDialogTrigger({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
1856
|
-
declare function AlertDialogPortal({ ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime.JSX.Element;
|
|
1857
|
-
declare function AlertDialogOverlay({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime.JSX.Element;
|
|
1858
|
-
declare function AlertDialogContent({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
1859
|
-
declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1860
|
-
declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1861
|
-
declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime.JSX.Element;
|
|
1862
|
-
declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime.JSX.Element;
|
|
1863
|
-
declare function AlertDialogAction({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime.JSX.Element;
|
|
1864
|
-
declare function AlertDialogCancel({ className, ...props }: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime.JSX.Element;
|
|
1865
|
-
|
|
1866
|
-
declare const buttonVariants: (props?: ({
|
|
1867
|
-
variant?: "link" | "default" | "destructive" | "outline" | "ghost" | "secondary" | null | undefined;
|
|
1868
|
-
size?: "default" | "icon" | "sm" | "lg" | null | undefined;
|
|
1869
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1870
|
-
declare function Button({ className, variant, size, asChild, ...props }: React$1.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
|
|
1871
|
-
asChild?: boolean;
|
|
1872
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1873
|
-
declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React$1.ComponentProps<typeof DayPicker> & {
|
|
1874
|
-
buttonVariant?: React$1.ComponentProps<typeof Button>['variant'];
|
|
1875
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1876
|
-
declare function CalendarDayButton({ className, day, modifiers, ...props }: React$1.ComponentProps<typeof DayButton>): react_jsx_runtime.JSX.Element;
|
|
1877
|
-
|
|
1878
|
-
type CarouselApi = UseEmblaCarouselType[1];
|
|
1879
|
-
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
1880
|
-
type CarouselOptions = UseCarouselParameters[0];
|
|
1881
|
-
type CarouselPlugin = UseCarouselParameters[1];
|
|
1882
|
-
type CarouselProps = {
|
|
1883
|
-
opts?: CarouselOptions;
|
|
1884
|
-
plugins?: CarouselPlugin;
|
|
1885
|
-
orientation?: 'horizontal' | 'vertical';
|
|
1886
|
-
setApi?: (api: CarouselApi) => void;
|
|
1887
|
-
};
|
|
1888
|
-
declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React$1.ComponentProps<'div'> & CarouselProps): react_jsx_runtime.JSX.Element;
|
|
1889
|
-
declare function CarouselContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1890
|
-
declare function CarouselItem({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1891
|
-
declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button$1>): react_jsx_runtime.JSX.Element;
|
|
1892
|
-
declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button$1>): react_jsx_runtime.JSX.Element;
|
|
1893
|
-
|
|
1894
|
-
declare function HoverCard({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime.JSX.Element;
|
|
1895
|
-
declare function HoverCardTrigger({ ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime.JSX.Element;
|
|
1896
|
-
declare function HoverCardContent({ className, align, sideOffset, ...props }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime.JSX.Element;
|
|
1897
|
-
|
|
1898
|
-
declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
|
|
1899
|
-
containerClassName?: string;
|
|
1900
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1901
|
-
declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1902
|
-
declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<'div'> & {
|
|
1903
|
-
index: number;
|
|
1904
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1905
|
-
declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
2081
|
+
declare function ViewToggle({ viewMode, setViewMode }: ViewToggleProps): react_jsx_runtime.JSX.Element;
|
|
1906
2082
|
|
|
1907
|
-
declare function
|
|
1908
|
-
|
|
2083
|
+
declare function Wrapper({ children }: {
|
|
2084
|
+
children: React__default.ReactNode;
|
|
1909
2085
|
}): react_jsx_runtime.JSX.Element;
|
|
1910
2086
|
|
|
1911
|
-
declare function Listbox<T>({ className, placeholder, autoFocus, 'aria-label': ariaLabel, children: options, ...props }: {
|
|
1912
|
-
className?: string;
|
|
1913
|
-
placeholder?: React.ReactNode;
|
|
1914
|
-
autoFocus?: boolean;
|
|
1915
|
-
'aria-label'?: string;
|
|
1916
|
-
children?: React.ReactNode;
|
|
1917
|
-
} & Omit<Headless.ListboxProps<typeof Fragment, T>, 'as' | 'multiple'>): react_jsx_runtime.JSX.Element;
|
|
1918
|
-
declare function ListboxOption<T>({ children, className, ...props }: {
|
|
1919
|
-
className?: string;
|
|
1920
|
-
children?: React.ReactNode;
|
|
1921
|
-
} & Omit<Headless.ListboxOptionProps<'div', T>, 'as' | 'className'>): react_jsx_runtime.JSX.Element;
|
|
1922
|
-
declare function ListboxLabel({ className, ...props }: React.ComponentPropsWithoutRef<'span'>): react_jsx_runtime.JSX.Element;
|
|
1923
|
-
declare function ListboxDescription({ className, children, ...props }: React.ComponentPropsWithoutRef<'span'>): react_jsx_runtime.JSX.Element;
|
|
1924
|
-
|
|
1925
|
-
declare function DescriptionList({ className, ...props }: React.ComponentPropsWithoutRef<'dl'>): react_jsx_runtime.JSX.Element;
|
|
1926
|
-
declare function DescriptionTerm({ className, ...props }: React.ComponentPropsWithoutRef<'dt'>): react_jsx_runtime.JSX.Element;
|
|
1927
|
-
declare function DescriptionDetails({ className, ...props }: React.ComponentPropsWithoutRef<'dd'>): react_jsx_runtime.JSX.Element;
|
|
1928
|
-
|
|
1929
2087
|
declare function MultiLevelPushMenu({ navigation, onItemClick, onNavigate, onClose, className, showHeader, showFooter, showBreadcrumbs, showStats, showBackButton, initialTitle, }: MultiLevelPushMenuProps): react_jsx_runtime.JSX.Element;
|
|
1930
2088
|
|
|
1931
|
-
declare function
|
|
1932
|
-
sitename?: string;
|
|
1933
|
-
navigation: PushNavigationItem[];
|
|
1934
|
-
version?: boolean;
|
|
1935
|
-
hide?: {
|
|
1936
|
-
search?: boolean;
|
|
1937
|
-
menu?: boolean;
|
|
1938
|
-
};
|
|
1939
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1940
|
-
|
|
1941
|
-
declare function MobileSearch({ navigation }: {
|
|
1942
|
-
navigation: NavigationItem[];
|
|
1943
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1944
|
-
|
|
1945
|
-
type SidebarContextProps = {
|
|
1946
|
-
state: 'expanded' | 'collapsed';
|
|
1947
|
-
open: boolean;
|
|
1948
|
-
setOpen: (open: boolean) => void;
|
|
1949
|
-
openMobile: boolean;
|
|
1950
|
-
setOpenMobile: (open: boolean) => void;
|
|
1951
|
-
isMobile: boolean;
|
|
1952
|
-
toggleSidebar: () => void;
|
|
1953
|
-
};
|
|
1954
|
-
declare function useSidebar(): SidebarContextProps;
|
|
1955
|
-
declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React$1.ComponentProps<'div'> & {
|
|
1956
|
-
defaultOpen?: boolean;
|
|
1957
|
-
open?: boolean;
|
|
1958
|
-
onOpenChange?: (open: boolean) => void;
|
|
1959
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1960
|
-
declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React$1.ComponentProps<'div'> & {
|
|
1961
|
-
side?: 'left' | 'right';
|
|
1962
|
-
variant?: 'sidebar' | 'floating' | 'inset';
|
|
1963
|
-
collapsible?: 'offcanvas' | 'icon' | 'none';
|
|
1964
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1965
|
-
type SidebarTriggerProps = Omit<React$1.ButtonHTMLAttributes<HTMLButtonElement>, 'onClick'> & {
|
|
1966
|
-
onClick?: (event: React$1.MouseEvent<HTMLButtonElement>) => void;
|
|
1967
|
-
};
|
|
1968
|
-
declare function SidebarTrigger({ className, onClick, ...props }: SidebarTriggerProps): react_jsx_runtime.JSX.Element;
|
|
1969
|
-
declare function SidebarRail({ className, ...props }: React$1.ComponentProps<'button'>): react_jsx_runtime.JSX.Element;
|
|
1970
|
-
declare function SidebarInset({ className, ...props }: React$1.ComponentProps<'main'>): react_jsx_runtime.JSX.Element;
|
|
1971
|
-
declare function SidebarInput({ className, ...props }: React$1.ComponentProps<typeof Input>): react_jsx_runtime.JSX.Element;
|
|
1972
|
-
declare function SidebarHeader({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1973
|
-
declare function SidebarFooter({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1974
|
-
declare function SidebarSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator>): react_jsx_runtime.JSX.Element;
|
|
1975
|
-
declare function SidebarContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1976
|
-
declare function SidebarGroup({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1977
|
-
declare function SidebarGroupLabel({ className, asChild, ...props }: React$1.ComponentProps<'div'> & {
|
|
1978
|
-
asChild?: boolean;
|
|
1979
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1980
|
-
declare function SidebarGroupAction({ className, asChild, ...props }: React$1.ComponentProps<'button'> & {
|
|
1981
|
-
asChild?: boolean;
|
|
1982
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1983
|
-
declare function SidebarGroupContent({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
1984
|
-
declare function SidebarMenu({ className, ...props }: React$1.ComponentProps<'ul'>): react_jsx_runtime.JSX.Element;
|
|
1985
|
-
declare function SidebarMenuItem({ className, ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
|
|
1986
|
-
declare const sidebarMenuButtonVariants: (props?: ({
|
|
1987
|
-
variant?: "default" | "outline" | null | undefined;
|
|
1988
|
-
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1989
|
-
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1990
|
-
declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React$1.ComponentProps<'button'> & {
|
|
1991
|
-
asChild?: boolean;
|
|
1992
|
-
isActive?: boolean;
|
|
1993
|
-
tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
|
|
1994
|
-
} & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime.JSX.Element;
|
|
1995
|
-
declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React$1.ComponentProps<'button'> & {
|
|
1996
|
-
asChild?: boolean;
|
|
1997
|
-
showOnHover?: boolean;
|
|
1998
|
-
}): react_jsx_runtime.JSX.Element;
|
|
1999
|
-
declare function SidebarMenuBadge({ className, ...props }: React$1.ComponentProps<'div'>): react_jsx_runtime.JSX.Element;
|
|
2000
|
-
declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React$1.ComponentProps<'div'> & {
|
|
2001
|
-
showIcon?: boolean;
|
|
2002
|
-
}): react_jsx_runtime.JSX.Element;
|
|
2003
|
-
declare function SidebarMenuSub({ className, ...props }: React$1.ComponentProps<'ul'>): react_jsx_runtime.JSX.Element;
|
|
2004
|
-
declare function SidebarMenuSubItem({ className, ...props }: React$1.ComponentProps<'li'>): react_jsx_runtime.JSX.Element;
|
|
2005
|
-
declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React$1.ComponentProps<'a'> & {
|
|
2006
|
-
asChild?: boolean;
|
|
2007
|
-
size?: 'sm' | 'md';
|
|
2008
|
-
isActive?: boolean;
|
|
2009
|
-
}): react_jsx_runtime.JSX.Element;
|
|
2010
|
-
|
|
2011
|
-
type ToolbarValue = {
|
|
2012
|
-
value: string;
|
|
2013
|
-
label: string;
|
|
2014
|
-
icon?: React.ComponentType<{
|
|
2015
|
-
className?: string;
|
|
2016
|
-
}>;
|
|
2017
|
-
};
|
|
2018
|
-
interface FacetGroup {
|
|
2019
|
-
id: string;
|
|
2020
|
-
title: string;
|
|
2021
|
-
values: ToolbarValue[];
|
|
2022
|
-
}
|
|
2023
|
-
interface DataTableToolbarProps<TData> {
|
|
2024
|
-
table: Table$1<TData>;
|
|
2025
|
-
toolbar?: FacetGroup[];
|
|
2026
|
-
search?: {
|
|
2027
|
-
placeholder?: string;
|
|
2028
|
-
};
|
|
2029
|
-
}
|
|
2030
|
-
declare function DataTableToolbar<TData>({ search, toolbar, table }: DataTableToolbarProps<TData>): react_jsx_runtime.JSX.Element;
|
|
2031
|
-
|
|
2032
|
-
interface DataTableProps<TData, TValue> {
|
|
2033
|
-
columns: ColumnDef<TData, TValue>[];
|
|
2034
|
-
data: TData[];
|
|
2035
|
-
toolbar?: FacetGroup[];
|
|
2036
|
-
search?: {
|
|
2037
|
-
placeholder?: string;
|
|
2038
|
-
};
|
|
2039
|
-
}
|
|
2040
|
-
declare function DataTable<TData, TValue>({ search, toolbar, columns, data, }: DataTableProps<TData, TValue>): react_jsx_runtime.JSX.Element;
|
|
2041
|
-
|
|
2042
|
-
interface DataTableColumnHeaderProps<TData, TValue> extends React.HTMLAttributes<HTMLDivElement> {
|
|
2043
|
-
column: Column<TData, TValue>;
|
|
2044
|
-
title: string;
|
|
2045
|
-
}
|
|
2046
|
-
declare function DataTableColumnHeader<TData, TValue>({ column, title, className, }: DataTableColumnHeaderProps<TData, TValue>): react_jsx_runtime.JSX.Element;
|
|
2047
|
-
|
|
2048
|
-
interface DataTableFacetedFilterProps<TData, TValue> {
|
|
2049
|
-
column?: Column<TData, TValue>;
|
|
2050
|
-
title?: string;
|
|
2051
|
-
options: {
|
|
2052
|
-
label: string;
|
|
2053
|
-
value: string;
|
|
2054
|
-
icon?: React$1.ComponentType<{
|
|
2055
|
-
className?: string;
|
|
2056
|
-
}>;
|
|
2057
|
-
}[];
|
|
2058
|
-
}
|
|
2059
|
-
declare function DataTableFacetedFilter<TData, TValue>({ column, title, options, }: DataTableFacetedFilterProps<TData, TValue>): react_jsx_runtime.JSX.Element;
|
|
2060
|
-
|
|
2061
|
-
interface DataTablePaginationProps<TData> {
|
|
2062
|
-
table: Table$1<TData>;
|
|
2063
|
-
}
|
|
2064
|
-
declare function DataTablePagination<TData>({ table }: DataTablePaginationProps<TData>): react_jsx_runtime.JSX.Element;
|
|
2089
|
+
declare function useActiveSectionObserver(tableOfContents: TableOfContentsItem[]): string | null;
|
|
2065
2090
|
|
|
2066
|
-
|
|
2067
|
-
table: Table$1<TData>;
|
|
2068
|
-
}
|
|
2069
|
-
declare function DataTableViewOptions<TData>({ table }: DataTableViewOptionsProps<TData>): react_jsx_runtime.JSX.Element;
|
|
2091
|
+
declare function useDisableToc(): void;
|
|
2070
2092
|
|
|
2071
2093
|
declare function useIsMobile(): boolean;
|
|
2072
2094
|
|
|
2073
|
-
declare function useDisableToc(): void;
|
|
2074
|
-
|
|
2075
2095
|
declare const useOnWindowResize: (handler: () => void) => void;
|
|
2076
2096
|
|
|
2077
2097
|
declare function usePageHeadings(): HeadingNode[];
|
|
2078
2098
|
|
|
2079
|
-
declare function useActiveSectionObserver(tableOfContents: TableOfContentsItem[]): string | null;
|
|
2080
|
-
|
|
2081
2099
|
declare function useSelectorHeight(selector?: string): number;
|
|
2082
2100
|
|
|
2083
|
-
declare
|
|
2084
|
-
declare
|
|
2085
|
-
declare
|
|
2086
|
-
declare
|
|
2087
|
-
declare
|
|
2088
|
-
declare const
|
|
2089
|
-
declare const hasErrorInput: string[];
|
|
2090
|
-
declare const focusRing: string[];
|
|
2091
|
-
|
|
2092
|
-
declare function getNodeText(node: HTMLElement | SimpleNode): string;
|
|
2093
|
-
declare function domToSimple(node: Node): SimpleNode;
|
|
2094
|
-
declare function getHeadings(slugify?: _sindresorhus_slugify.CountableSlugify): HeadingNode[];
|
|
2101
|
+
declare const brand: Record<string, string[]>;
|
|
2102
|
+
declare const aboriginal: Record<string, string[]>;
|
|
2103
|
+
declare const semantic: Record<string, string[]>;
|
|
2104
|
+
declare const allPalettes: Palette[];
|
|
2105
|
+
declare const colors: ColorThemes;
|
|
2106
|
+
declare const colorThemes: ColorThemes;
|
|
2095
2107
|
|
|
2096
2108
|
declare const shades: string[];
|
|
2097
2109
|
declare const darkenColor: (color: string, factor?: number) => string;
|
|
@@ -2127,11 +2139,17 @@ declare const getColorValue: (color: {
|
|
|
2127
2139
|
}, colorFormat: "oklch" | "rgb" | "hsl" | "hex") => string;
|
|
2128
2140
|
declare const createColorData: (baseColors: string[], format: Format) => (string | null)[];
|
|
2129
2141
|
|
|
2130
|
-
declare
|
|
2131
|
-
declare
|
|
2132
|
-
declare
|
|
2133
|
-
|
|
2134
|
-
declare
|
|
2135
|
-
declare
|
|
2142
|
+
declare function getNodeText(node: HTMLElement | SimpleNode): string;
|
|
2143
|
+
declare function domToSimple(node: Node): SimpleNode;
|
|
2144
|
+
declare function getHeadings(slugify?: _sindresorhus_slugify.CountableSlugify): HeadingNode[];
|
|
2145
|
+
|
|
2146
|
+
declare function cn(...inputs: ClassValue[]): string;
|
|
2147
|
+
declare function truncate(text: string, maxLength: number): string;
|
|
2148
|
+
declare function kebabCase(str: string): string;
|
|
2149
|
+
declare function camelCase(str: string): string;
|
|
2150
|
+
declare function humaniseVariant(key: string): string;
|
|
2151
|
+
declare const focusInput: string[];
|
|
2152
|
+
declare const hasErrorInput: string[];
|
|
2153
|
+
declare const focusRing: string[];
|
|
2136
2154
|
|
|
2137
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, type AnimationState, AreaChart, type AreaChartEventProps, AspectRatio, type AuthButtonProps, AuthLayout, AvailableChartColors, type AvailableChartColorsKeys, Avatar, AvatarFallback, AvatarImage, Badge, BadgeButton, BarChart, type BarChartEventProps, BarList, type BarListProps, type BaseCodeData, BaseColorSwatches, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Breadcrumbs, type BreadcrumbsProps, Button$1 as Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CategoryBar, type CategoryBarProps, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, CheckboxSmall, Code, type CodeData, CodeDemo, type CodeDemoProps, CodeHighlight, type CodeHighlightProps, type CodeItem, type CodeVariant, Collapsible, CollapsibleContent, CollapsibleTrigger, type Color$1 as Color, ColorCard, type ColorCardProps, type ColorData, type ColorProperty, ColorSwatches, type ColorSwatchesProps, type ColorTheme, type ColorThemes, type ColorUtility, type ColorsDisplayProps, type ColourOutputProps, ColourScale, type ColourScaleProps, ComboChart, type ComboChartEventProps, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataTable, DataTableColumnHeader, DataTableFacetedFilter, DataTablePagination, DataTableToolbar, DataTableViewOptions, type DataType, type DataTypeSelectProps, Description, DescriptionDetails, DescriptionList, DescriptionTerm, type DesignTokensShades, type DesignTokensTheme, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DonutChart, type DonutChartEventProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, DynamicFavicon, ErrorMessage, ExpandableSearch, ExpandableSearchField, Field, FieldGroup, FieldLabel, Fieldset, Footer, FooterAcknowledgement, FooterLegalLinks, FooterSmallPrint, FooterSocialLink, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, type FormStatus, type FormStatusHook, type FormStore, type Format, FormatToggle, type FormatToggleProps, GenerateInterpolatedColors, Header, Heading, type HeadingNode, type HeadingTypeProps, HoverCard, HoverCardContent, HoverCardTrigger, type IFrameData, type IFrameMap, type IFrameOptions, type IFrameProps, type IconProps, Icons, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Label, type Language, type LayoutProps, Legend, LineChart, type LineChartEventProps, Link, _List as List, Listbox, ListboxDescription, ListboxLabel, ListboxOption, Logo, MainNavigation, Masthead, MegaMenu, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, MobileHeader, MobileSearch, MultiLevelPushMenu, type MultiLevelPushMenuProps, Navbar, NavbarDivider, NavbarItem, NavbarLabel, NavbarSection, NavbarSpacer, Navigation, type NavigationItem, type NavigationLink, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, type NavigationSection, type Output, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, type Palette, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, PreWithCopy, PrevNextLinks, PrevNextLinksPageLink, type PrevNextLinksProps, Progress, ProgressBar, type ProgressBarProps, ProgressCircle, type ProgressCircleProps, Prose, type PushNavigationItem, type PushNavigationLevel, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarLink, type SidebarLinkProps, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarNavigation, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, type SimpleNode, type SingleCodeData, SiteSearch, Skeleton, Slider, Social, SparkAreaChart, SparkBarChart, SparkLineChart, Spinner, StepIndicator, StepNavigation, Strong, type StructuredColor, Switch, SwitchField, SwitchGroup, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableOfContents, type TableOfContentsItem, type TableOfContentsProps, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, TextLink, type TextTypeProps, Textarea, type ThemeCategory, ThemeColorPalette, type ThemeMessage, type ThemeOption, ThemeProvider, ThemeSelector, type ThemeSelectorDropDownProps, type ThemeSelectorProps, ThemeSwitcher, Toaster, TocContext, type TocContextType, TocProvider, Toggle, ToggleGroup, ToggleGroupItem, Tooltip$1 as Tooltip, TooltipContent, type TooltipProps$5 as TooltipProps, TooltipProvider, TooltipTrigger, TopLevel, TouchTarget, Tracker, type TrackerBlockProps, Tooltip as TremorTooltip, type TypeExampleProps, type TypeSpecs, type Variant, type VariantCodeData, type Variants, type View, type ViewMode, ViewToggle, type ViewToggleProps, aboriginal, addStartStopToColorArray, allPalettes, badgeVariants, brand, buttonVariants$1 as buttonVariants, camelCase, chartColors, cn, type colorCategories, colorDataArray, colorThemes, colors, constructCategoryColors, createColorArray, createColorData, createFormStore, darkenColor, domToSimple, focusInput, focusRing, generateColorThemes, getColorClassName, getColorValue, getHeadings, getNodeText, getSurroundingColors, getYAxisDomain, hasErrorInput, hasOnlyOneValueForKey, humaniseVariant, interpolateColors, isLightColor, kebabCase, languages, lightenColor, navigationMenuTriggerStyle, oklchConverter, progressBarVariants, renderColorOutput, renderColorOutputToDTFM, semantic, shades, themeIndices, themeTokens, toggleVariants, truncate, useActiveSectionObserver, useDisableToc, useFormField, useIsMobile, useOnWindowResize, usePageHeadings, useSelectorHeight, useSidebar, useToc };
|
|
2155
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, type AnimationState, AreaChart, type AreaChartEventProps, AspectRatio, type AuthButtonProps, AuthLayout, AvailableChartColors, type AvailableChartColorsKeys, Avatar, AvatarFallback, AvatarImage, Badge, BadgeButton, BarChart, type BarChartEventProps, BarList, type BarListProps, type BaseCodeData, BaseColorSwatches, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Breadcrumbs, type BreadcrumbsProps, Button$1 as Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CategoryBar, type CategoryBarProps, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, CheckboxSmall, Code, type CodeData, CodeDemo, type CodeDemoProps, CodeHighlight, type CodeHighlightProps, type CodeItem, type CodeVariant, Collapsible, CollapsibleContent, CollapsibleTrigger, type Color$1 as Color, ColorCard, type ColorCardProps, type ColorData, type ColorProperty, ColorSwatches, type ColorSwatchesProps, type ColorTheme, type ColorThemes, type ColorUtility, type ColorsDisplayProps, type ColourOutputProps, ColourScale, type ColourScaleProps, ComboChart, type ComboChartEventProps, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataTable, DataTableColumnHeader, DataTableFacetedFilter, DataTablePagination, DataTableToolbar, DataTableViewOptions, type DataType, type DataTypeSelectProps, Description, DescriptionDetails, DescriptionList, DescriptionTerm, type DesignTokensShades, type DesignTokensTheme, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DonutChart, type DonutChartEventProps, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, DynamicFavicon, ErrorMessage, ExpandableSearch, ExpandableSearchField, Field, FieldGroup, FieldLabel, Fieldset, Footer, FooterAcknowledgement, FooterLegalLinks, FooterSmallPrint, FooterSocialLink, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, type FormStatus, type FormStatusHook, type FormStore, type Format, FormatToggle, type FormatToggleProps, GenerateInterpolatedColors, Header, Heading, type HeadingNode, type HeadingTypeProps, HoverCard, HoverCardContent, HoverCardTrigger, type IFrameData, type IFrameMap, type IFrameOptions, type IFrameProps, type IconProps, Icons, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, Label, type Language, type LayoutProps, Legend, LineChart, type LineChartEventProps, Link, _List as List, Listbox, ListboxDescription, ListboxLabel, ListboxOption, Logo, MainNavigation, Masthead, MegaMenu, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, MobileHeader, MobileSearch, MultiLevelPushMenu, type MultiLevelPushMenuProps, Navbar, NavbarDivider, NavbarItem, NavbarLabel, NavbarSection, NavbarSpacer, Navigation, type NavigationItem, type NavigationLink, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, type NavigationSection, type Output, PageHeading, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, type Palette, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, PreWithCopy, PrevNextLinks, PrevNextLinksPageLink, type PrevNextLinksProps, Progress, ProgressBar, type ProgressBarProps, ProgressCircle, type ProgressCircleProps, Prose, type PushNavigationItem, type PushNavigationLevel, RadioGroup, RadioGroupItem, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarLink, type SidebarLinkProps, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarNavigation, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, type SimpleNode, type SingleCodeData, SiteSearch, Skeleton, Slider, Social, SparkAreaChart, SparkBarChart, SparkLineChart, Spinner, StepIndicator, StepNavigation, Strong, type StructuredColor, Switch, SwitchField, SwitchGroup, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableOfContents, type TableOfContentsItem, type TableOfContentsProps, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, TextLink, type TextTypeProps, Textarea, type ThemeCategory, ThemeColorPalette, type ThemeMessage, type ThemeOption, ThemeProvider, ThemeSelector, type ThemeSelectorDropDownProps, type ThemeSelectorProps, ThemeSwitcher, Toaster, TocContext, type TocContextType, TocProvider, Toggle, ToggleGroup, ToggleGroupItem, Tooltip$1 as Tooltip, TooltipContent, type TooltipProps$5 as TooltipProps, TooltipProvider, TooltipTrigger, TopLevel, TouchTarget, Tracker, type TrackerBlockProps, Tooltip as TremorTooltip, type TypeExampleProps, type TypeSpecs, type Variant, type VariantCodeData, type Variants, type View, type ViewMode, ViewToggle, type ViewToggleProps, Wrapper, aboriginal, addStartStopToColorArray, allPalettes, badgeVariants, brand, buttonVariants$1 as buttonVariants, camelCase, chartColors, cn, type colorCategories, colorDataArray, colorThemes, colors, constructCategoryColors, createColorArray, createColorData, createFormStore, darkenColor, domToSimple, focusInput, focusRing, generateColorThemes, getColorClassName, getColorValue, getHeadings, getNodeText, getSurroundingColors, getYAxisDomain, hasErrorInput, hasOnlyOneValueForKey, humaniseVariant, interpolateColors, isLightColor, kebabCase, languages, lightenColor, navigationMenuTriggerStyle, oklchConverter, progressBarVariants, renderColorOutput, renderColorOutputToDTFM, semantic, shades, themeIndices, themeTokens, toggleVariants, truncate, useActiveSectionObserver, useDisableToc, useFormField, useIsMobile, useOnWindowResize, usePageHeadings, useSelectorHeight, useSidebar, useToc };
|