@geowiki/design-system 0.16.0-dev.2 → 0.16.0-dev.4

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/index.d.mts DELETED
@@ -1,988 +0,0 @@
1
- import { ClassValue } from 'clsx';
2
- import * as React$1 from 'react';
3
- import React__default, { ComponentProps, ForwardRefExoticComponent, DetailedHTMLProps, HTMLAttributes } from 'react';
4
- import * as AccordionPrimitive from '@radix-ui/react-accordion';
5
- import * as class_variance_authority_dist_types from 'class-variance-authority/dist/types';
6
- import { VariantProps } from 'class-variance-authority';
7
- import * as react_jsx_runtime from 'react/jsx-runtime';
8
- import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
9
- import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio';
10
- import * as AvatarPrimitive from '@radix-ui/react-avatar';
11
- import { DayPicker } from 'react-day-picker';
12
- import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
13
- import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
14
- import * as DialogPrimitive from '@radix-ui/react-dialog';
15
- import { DialogProps } from '@radix-ui/react-dialog';
16
- import * as ContextMenuPrimitive from '@radix-ui/react-context-menu';
17
- import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
18
- import * as _radix_ui_react_slot from '@radix-ui/react-slot';
19
- import * as react_hook_form from 'react-hook-form';
20
- import { FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
21
- import * as LabelPrimitive from '@radix-ui/react-label';
22
- import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
23
- import * as MenubarPrimitive from '@radix-ui/react-menubar';
24
- import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
25
- import * as PopoverPrimitive from '@radix-ui/react-popover';
26
- import * as ProgressPrimitive from '@radix-ui/react-progress';
27
- import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
28
- import * as ScrollAreaPrimitive from '@radix-ui/react-scroll-area';
29
- import * as SelectPrimitive from '@radix-ui/react-select';
30
- import * as SeparatorPrimitive from '@radix-ui/react-separator';
31
- import * as SliderPrimitive from '@radix-ui/react-slider';
32
- import * as SwitchPrimitives from '@radix-ui/react-switch';
33
- import * as TabsPrimitive from '@radix-ui/react-tabs';
34
- import * as ToastPrimitives from '@radix-ui/react-toast';
35
- import * as TogglePrimitive from '@radix-ui/react-toggle';
36
- import * as TooltipPrimitive from '@radix-ui/react-tooltip';
37
- import { Table as Table$1 } from '@tanstack/react-table';
38
- import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
39
-
40
- declare function cn(...inputs: ClassValue[]): string;
41
- declare const getPages: (totalPages: number, currentPage: number) => (number | "SPACER")[];
42
-
43
- declare const Accordion: React$1.ForwardRefExoticComponent<(AccordionPrimitive.AccordionSingleProps | AccordionPrimitive.AccordionMultipleProps) & React$1.RefAttributes<HTMLDivElement>>;
44
- declare const AccordionItem: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
45
- declare const AccordionTrigger: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
46
- declare const AccordionContent: React$1.ForwardRefExoticComponent<Omit<AccordionPrimitive.AccordionContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
47
-
48
- declare const Alert: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
49
- variant?: "default" | "destructive" | null | undefined;
50
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLDivElement>>;
51
- declare const AlertTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
52
- declare const AlertDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
53
-
54
- declare const AlertDialog: React$1.FC<AlertDialogPrimitive.AlertDialogProps>;
55
- declare const AlertDialogTrigger: React$1.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
56
- declare const AlertDialogPortal: React$1.FC<AlertDialogPrimitive.AlertDialogPortalProps>;
57
- declare const AlertDialogOverlay: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
58
- declare const AlertDialogContent: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
59
- declare const AlertDialogHeader: {
60
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
61
- displayName: string;
62
- };
63
- declare const AlertDialogFooter: {
64
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
65
- displayName: string;
66
- };
67
- declare const AlertDialogTitle: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
68
- declare const AlertDialogDescription: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
69
- declare const AlertDialogAction: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
70
- declare const AlertDialogCancel: React$1.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogCancelProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
71
-
72
- declare const AspectRatio: React$1.ForwardRefExoticComponent<AspectRatioPrimitive.AspectRatioProps & React$1.RefAttributes<HTMLDivElement>>;
73
-
74
- declare const Avatar: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
75
- declare const AvatarImage: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React$1.RefAttributes<HTMLImageElement>, "ref"> & React$1.RefAttributes<HTMLImageElement>>;
76
- declare const AvatarFallback: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
77
-
78
- declare const badgeVariants: (props?: ({
79
- variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
80
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
81
- interface BadgeProps extends React$1.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
82
- }
83
- declare function Badge({ className, variant, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
84
-
85
- declare const buttonVariants: (props?: ({
86
- variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
87
- size?: "default" | "sm" | "lg" | "icon" | null | undefined;
88
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
89
- interface ButtonProps$1 extends React$1.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
90
- asChild?: boolean;
91
- }
92
- declare const Button: React$1.ForwardRefExoticComponent<ButtonProps$1 & React$1.RefAttributes<HTMLButtonElement>>;
93
-
94
- type CalendarProps = React$1.ComponentProps<typeof DayPicker>;
95
- declare function Calendar({ className, classNames, showOutsideDays, ...props }: CalendarProps): react_jsx_runtime.JSX.Element;
96
- declare namespace Calendar {
97
- var displayName: string;
98
- }
99
-
100
- declare const Card: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
101
- declare const CardHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
102
- declare const CardTitle: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLHeadingElement> & React$1.RefAttributes<HTMLParagraphElement>>;
103
- declare const CardDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
104
- declare const CardContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
105
- declare const CardFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
106
-
107
- declare const Checkbox$1: React$1.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
108
-
109
- declare const Collapsible: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleProps & React$1.RefAttributes<HTMLDivElement>>;
110
- declare const CollapsibleTrigger: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
111
- declare const CollapsibleContent: React$1.ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleContentProps & React$1.RefAttributes<HTMLDivElement>>;
112
-
113
- declare const Command: React$1.ForwardRefExoticComponent<Omit<{
114
- children?: React$1.ReactNode;
115
- } & React$1.HTMLAttributes<HTMLDivElement> & {
116
- label?: string | undefined;
117
- shouldFilter?: boolean | undefined;
118
- filter?: ((value: string, search: string) => number) | undefined;
119
- value?: string | undefined;
120
- onValueChange?: ((value: string) => void) | undefined;
121
- loop?: boolean | undefined;
122
- } & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
123
- interface CommandDialogProps extends DialogProps {
124
- }
125
- declare const CommandDialog: ({ children, ...props }: CommandDialogProps) => react_jsx_runtime.JSX.Element;
126
- declare const CommandInput: React$1.ForwardRefExoticComponent<Omit<Omit<React$1.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "type"> & {
127
- value?: string | undefined;
128
- onValueChange?: ((search: string) => void) | undefined;
129
- } & React$1.RefAttributes<HTMLInputElement>, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
130
- declare const CommandList: React$1.ForwardRefExoticComponent<Omit<{
131
- children?: React$1.ReactNode;
132
- } & React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
133
- declare const CommandEmpty: React$1.ForwardRefExoticComponent<Omit<{
134
- children?: React$1.ReactNode;
135
- } & React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
136
- declare const CommandGroup: React$1.ForwardRefExoticComponent<Omit<{
137
- children?: React$1.ReactNode;
138
- } & Omit<React$1.HTMLAttributes<HTMLDivElement>, "value" | "heading"> & {
139
- heading?: React$1.ReactNode;
140
- value?: string | undefined;
141
- } & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
142
- declare const CommandSeparator: React$1.ForwardRefExoticComponent<Omit<React$1.HTMLAttributes<HTMLDivElement> & {
143
- alwaysRender?: boolean | undefined;
144
- } & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
145
- declare const CommandItem: React$1.ForwardRefExoticComponent<Omit<{
146
- children?: React$1.ReactNode;
147
- } & Omit<React$1.HTMLAttributes<HTMLDivElement>, "onSelect" | "disabled" | "value"> & {
148
- disabled?: boolean | undefined;
149
- onSelect?: ((value: string) => void) | undefined;
150
- value?: string | undefined;
151
- } & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
152
- declare const CommandShortcut: {
153
- ({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
154
- displayName: string;
155
- };
156
-
157
- declare const ContextMenu: React$1.FC<ContextMenuPrimitive.ContextMenuProps>;
158
- declare const ContextMenuTrigger: React$1.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuTriggerProps & React$1.RefAttributes<HTMLSpanElement>>;
159
- declare const ContextMenuGroup: React$1.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
160
- declare const ContextMenuPortal: React$1.FC<ContextMenuPrimitive.ContextMenuPortalProps>;
161
- declare const ContextMenuSub: React$1.FC<ContextMenuPrimitive.ContextMenuSubProps>;
162
- declare const ContextMenuRadioGroup: React$1.ForwardRefExoticComponent<ContextMenuPrimitive.ContextMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
163
- declare const ContextMenuSubTrigger: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
164
- inset?: boolean | undefined;
165
- } & React$1.RefAttributes<HTMLDivElement>>;
166
- declare const ContextMenuSubContent: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
167
- declare const ContextMenuContent: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
168
- declare const ContextMenuItem: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
169
- inset?: boolean | undefined;
170
- } & React$1.RefAttributes<HTMLDivElement>>;
171
- declare const ContextMenuCheckboxItem: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
172
- declare const ContextMenuRadioItem: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
173
- declare const ContextMenuLabel: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
174
- inset?: boolean | undefined;
175
- } & React$1.RefAttributes<HTMLDivElement>>;
176
- declare const ContextMenuSeparator: React$1.ForwardRefExoticComponent<Omit<ContextMenuPrimitive.ContextMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
177
- declare const ContextMenuShortcut: {
178
- ({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
179
- displayName: string;
180
- };
181
-
182
- declare const Dialog: React$1.FC<DialogPrimitive.DialogProps>;
183
- declare const DialogTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
184
- declare const DialogPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
185
- declare const DialogClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
186
- declare const DialogOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
187
- declare const DialogContent: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
188
- declare const DialogHeader: {
189
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
190
- displayName: string;
191
- };
192
- declare const DialogFooter: {
193
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
194
- displayName: string;
195
- };
196
- declare const DialogTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
197
- declare const DialogDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
198
-
199
- declare const DropdownMenu: React$1.FC<DropdownMenuPrimitive.DropdownMenuProps>;
200
- declare const DropdownMenuTrigger: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
201
- declare const DropdownMenuGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React$1.RefAttributes<HTMLDivElement>>;
202
- declare const DropdownMenuPortal: React$1.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
203
- declare const DropdownMenuSub: React$1.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
204
- declare const DropdownMenuRadioGroup: React$1.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React$1.RefAttributes<HTMLDivElement>>;
205
- declare const DropdownMenuSubTrigger: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
206
- inset?: boolean | undefined;
207
- } & React$1.RefAttributes<HTMLDivElement>>;
208
- declare const DropdownMenuSubContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
209
- declare const DropdownMenuContent: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
210
- declare const DropdownMenuItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
211
- inset?: boolean | undefined;
212
- } & React$1.RefAttributes<HTMLDivElement>>;
213
- declare const DropdownMenuCheckboxItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
214
- declare const DropdownMenuRadioItem: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
215
- declare const DropdownMenuLabel: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
216
- inset?: boolean | undefined;
217
- } & React$1.RefAttributes<HTMLDivElement>>;
218
- declare const DropdownMenuSeparator: React$1.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
219
- declare const DropdownMenuShortcut: {
220
- ({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
221
- displayName: string;
222
- };
223
-
224
- declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues extends FieldValues | undefined = undefined>(props: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React$1.JSX.Element;
225
- declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => react_jsx_runtime.JSX.Element;
226
- declare const useFormField: () => {
227
- invalid: boolean;
228
- isDirty: boolean;
229
- isTouched: boolean;
230
- isValidating: boolean;
231
- error?: react_hook_form.FieldError | undefined;
232
- id: string;
233
- name: string;
234
- formItemId: string;
235
- formDescriptionId: string;
236
- formMessageId: string;
237
- };
238
- declare const FormItem: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
239
- declare const FormLabel: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & React$1.RefAttributes<HTMLLabelElement>>;
240
- declare const FormControl: React$1.ForwardRefExoticComponent<Omit<_radix_ui_react_slot.SlotProps & React$1.RefAttributes<HTMLElement>, "ref"> & React$1.RefAttributes<HTMLElement>>;
241
- declare const FormDescription: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
242
- declare const FormMessage: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLParagraphElement> & React$1.RefAttributes<HTMLParagraphElement>>;
243
-
244
- declare const HoverCard: React$1.FC<HoverCardPrimitive.HoverCardProps>;
245
- declare const HoverCardTrigger: React$1.ForwardRefExoticComponent<HoverCardPrimitive.HoverCardTriggerProps & React$1.RefAttributes<HTMLAnchorElement>>;
246
- declare const HoverCardContent: React$1.ForwardRefExoticComponent<Omit<HoverCardPrimitive.HoverCardContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
247
-
248
- interface InputProps extends React$1.InputHTMLAttributes<HTMLInputElement> {
249
- }
250
- declare const Input: React$1.ForwardRefExoticComponent<InputProps & React$1.RefAttributes<HTMLInputElement>>;
251
-
252
- declare const Label: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_dist_types.ClassProp | undefined) => string> & React$1.RefAttributes<HTMLLabelElement>>;
253
-
254
- declare const MenubarMenu: typeof MenubarPrimitive.Menu;
255
- declare const MenubarGroup: typeof MenubarPrimitive.Group;
256
- declare const MenubarPortal: typeof MenubarPrimitive.Portal;
257
- declare const MenubarSub: typeof MenubarPrimitive.Sub;
258
- declare const MenubarRadioGroup: typeof MenubarPrimitive.RadioGroup;
259
- declare const Menubar: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
260
- declare const MenubarTrigger: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
261
- declare const MenubarSubTrigger: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubTriggerProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
262
- inset?: boolean | undefined;
263
- } & React$1.RefAttributes<HTMLDivElement>>;
264
- declare const MenubarSubContent: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSubContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
265
- declare const MenubarContent: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
266
- declare const MenubarItem: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
267
- inset?: boolean | undefined;
268
- } & React$1.RefAttributes<HTMLDivElement>>;
269
- declare const MenubarCheckboxItem: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarCheckboxItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
270
- declare const MenubarRadioItem: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarRadioItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
271
- declare const MenubarLabel: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & {
272
- inset?: boolean | undefined;
273
- } & React$1.RefAttributes<HTMLDivElement>>;
274
- declare const MenubarSeparator: React$1.ForwardRefExoticComponent<Omit<MenubarPrimitive.MenubarSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
275
- declare const MenubarShortcut: {
276
- ({ className, ...props }: React$1.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime.JSX.Element;
277
- displayname: string;
278
- };
279
-
280
- declare const NavigationMenu: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuProps & React$1.RefAttributes<HTMLElement>, "ref"> & React$1.RefAttributes<HTMLElement>>;
281
- declare const NavigationMenuList: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuListProps & React$1.RefAttributes<HTMLUListElement>, "ref"> & React$1.RefAttributes<HTMLUListElement>>;
282
- declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuItemProps & React$1.RefAttributes<HTMLLIElement>>;
283
- declare const navigationMenuTriggerStyle: (props?: class_variance_authority_dist_types.ClassProp | undefined) => string;
284
- declare const NavigationMenuTrigger: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
285
- declare const NavigationMenuContent: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
286
- declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<NavigationMenuPrimitive.NavigationMenuLinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
287
- declare const NavigationMenuViewport: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
288
- declare const NavigationMenuIndicator: React$1.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
289
-
290
- declare const Popover: React$1.FC<PopoverPrimitive.PopoverProps>;
291
- declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
292
- declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
293
- declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
294
-
295
- declare const Progress: React$1.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
296
-
297
- declare const RadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
298
- declare const RadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
299
-
300
- declare const ScrollArea: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
301
- declare const ScrollBar: React$1.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
302
-
303
- declare const Select: React$1.FC<SelectPrimitive.SelectProps>;
304
- declare const SelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
305
- declare const SelectValue: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React$1.RefAttributes<HTMLSpanElement>>;
306
- declare const SelectTrigger: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
307
- declare const SelectContent: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
308
- declare const SelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
309
- declare const SelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
310
- declare const SelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
311
-
312
- declare const Separator: React$1.ForwardRefExoticComponent<Omit<SeparatorPrimitive.SeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
313
-
314
- declare const Sheet: React$1.FC<DialogPrimitive.DialogProps>;
315
- declare const SheetTrigger: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
316
- declare const SheetClose: React$1.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React$1.RefAttributes<HTMLButtonElement>>;
317
- declare const SheetPortal: React$1.FC<DialogPrimitive.DialogPortalProps>;
318
- declare const SheetOverlay: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
319
- declare const sheetVariants: (props?: ({
320
- side?: "top" | "right" | "bottom" | "left" | null | undefined;
321
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
322
- interface SheetContentProps extends React$1.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, VariantProps<typeof sheetVariants> {
323
- }
324
- declare const SheetContent: React$1.ForwardRefExoticComponent<SheetContentProps & React$1.RefAttributes<HTMLDivElement>>;
325
- declare const SheetHeader: {
326
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
327
- displayName: string;
328
- };
329
- declare const SheetFooter: {
330
- ({ className, ...props }: React$1.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
331
- displayName: string;
332
- };
333
- declare const SheetTitle: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React$1.RefAttributes<HTMLHeadingElement>, "ref"> & React$1.RefAttributes<HTMLHeadingElement>>;
334
- declare const SheetDescription: React$1.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React$1.RefAttributes<HTMLParagraphElement>, "ref"> & React$1.RefAttributes<HTMLParagraphElement>>;
335
-
336
- declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime.JSX.Element;
337
-
338
- declare const Slider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive.SliderProps & React$1.RefAttributes<HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
339
-
340
- declare const Switch: React$1.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
341
-
342
- declare const Table: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableElement> & React$1.RefAttributes<HTMLTableElement>>;
343
- declare const TableHeader: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableSectionElement> & React$1.RefAttributes<HTMLTableSectionElement>>;
344
- declare const TableBody: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableSectionElement> & React$1.RefAttributes<HTMLTableSectionElement>>;
345
- declare const TableFooter: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableSectionElement> & React$1.RefAttributes<HTMLTableSectionElement>>;
346
- declare const TableRow: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableRowElement> & React$1.RefAttributes<HTMLTableRowElement>>;
347
- declare const TableHead: React$1.ForwardRefExoticComponent<React$1.ThHTMLAttributes<HTMLTableCellElement> & React$1.RefAttributes<HTMLTableCellElement>>;
348
- declare const TableCell: React$1.ForwardRefExoticComponent<React$1.TdHTMLAttributes<HTMLTableCellElement> & React$1.RefAttributes<HTMLTableCellElement>>;
349
- declare const TableCaption: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLTableCaptionElement> & React$1.RefAttributes<HTMLTableCaptionElement>>;
350
-
351
- declare const Tabs: React$1.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React$1.RefAttributes<HTMLDivElement>>;
352
- declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
353
- declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
354
- declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
355
-
356
- interface TagProps {
357
- tag: string;
358
- className?: string;
359
- }
360
- declare const Tag: ({ tag, className }: TagProps) => react_jsx_runtime.JSX.Element;
361
-
362
- interface Props$g {
363
- tags?: string[];
364
- tagColor?: string;
365
- }
366
- declare const TagList: (props: Props$g) => react_jsx_runtime.JSX.Element;
367
-
368
- interface TextareaProps extends React$1.TextareaHTMLAttributes<HTMLTextAreaElement> {
369
- }
370
- declare const Textarea: React$1.ForwardRefExoticComponent<TextareaProps & React$1.RefAttributes<HTMLTextAreaElement>>;
371
-
372
- declare const ToastProvider: React$1.FC<ToastPrimitives.ToastProviderProps>;
373
- declare const ToastViewport: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React$1.RefAttributes<HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
374
- declare const Toast$1: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
375
- variant?: "default" | "destructive" | null | undefined;
376
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
377
- declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
378
- declare const ToastClose: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
379
- declare const ToastTitle: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
380
- declare const ToastDescription: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
381
- type ToastProps = React$1.ComponentPropsWithoutRef<typeof Toast$1>;
382
- type ToastActionElement = React$1.ReactElement<typeof ToastAction>;
383
-
384
- declare function Toaster(): react_jsx_runtime.JSX.Element;
385
-
386
- declare const toggleVariants: (props?: ({
387
- variant?: "default" | "outline" | null | undefined;
388
- size?: "default" | "sm" | "lg" | null | undefined;
389
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
390
- declare const Toggle: React$1.ForwardRefExoticComponent<Omit<TogglePrimitive.ToggleProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
391
- variant?: "default" | "outline" | null | undefined;
392
- size?: "default" | "sm" | "lg" | null | undefined;
393
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLButtonElement>>;
394
-
395
- declare const TooltipProvider: React$1.FC<TooltipPrimitive.TooltipProviderProps>;
396
- declare const Tooltip: React$1.FC<TooltipPrimitive.TooltipProps>;
397
- declare const TooltipTrigger: React$1.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
398
- declare const TooltipContent: React$1.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
399
-
400
- type ToasterToast = ToastProps & {
401
- id: string;
402
- title?: React$1.ReactNode;
403
- description?: React$1.ReactNode;
404
- action?: ToastActionElement;
405
- };
406
- declare const actionTypes: {
407
- readonly ADD_TOAST: "ADD_TOAST";
408
- readonly UPDATE_TOAST: "UPDATE_TOAST";
409
- readonly DISMISS_TOAST: "DISMISS_TOAST";
410
- readonly REMOVE_TOAST: "REMOVE_TOAST";
411
- };
412
- type ActionType = typeof actionTypes;
413
- type Action = {
414
- type: ActionType["ADD_TOAST"];
415
- toast: ToasterToast;
416
- } | {
417
- type: ActionType["UPDATE_TOAST"];
418
- toast: Partial<ToasterToast>;
419
- } | {
420
- type: ActionType["DISMISS_TOAST"];
421
- toastId?: ToasterToast["id"];
422
- } | {
423
- type: ActionType["REMOVE_TOAST"];
424
- toastId?: ToasterToast["id"];
425
- };
426
- interface State {
427
- toasts: ToasterToast[];
428
- }
429
- declare const reducer: (state: State, action: Action) => State;
430
- type Toast = Omit<ToasterToast, "id">;
431
- declare function toast({ ...props }: Toast): {
432
- id: string;
433
- dismiss: () => void;
434
- update: (props: ToasterToast) => void;
435
- };
436
- declare function useToast(): {
437
- toast: typeof toast;
438
- dismiss: (toastId?: string) => void;
439
- toasts: ToasterToast[];
440
- };
441
-
442
- declare const AccountIcon: ({ ...props }: {
443
- [x: string]: any;
444
- }) => react_jsx_runtime.JSX.Element;
445
-
446
- declare const AtomIcon: ({ ...props }: {
447
- [x: string]: any;
448
- }) => react_jsx_runtime.JSX.Element;
449
-
450
- declare const BookTextIcon: ({ ...props }: {
451
- [x: string]: any;
452
- }) => react_jsx_runtime.JSX.Element;
453
-
454
- declare const CalendarIcon: ({ ...props }: {
455
- [x: string]: any;
456
- }) => react_jsx_runtime.JSX.Element;
457
-
458
- declare const CameraIcon: ({ ...props }: {
459
- [x: string]: any;
460
- }) => react_jsx_runtime.JSX.Element;
461
-
462
- declare const ChartLineDotsIcon: ({ ...props }: {
463
- [x: string]: any;
464
- }) => react_jsx_runtime.JSX.Element;
465
-
466
- declare const ChatsIcons: ({ ...props }: {
467
- [x: string]: any;
468
- }) => react_jsx_runtime.JSX.Element;
469
-
470
- declare const ClipboardIcon: ({ ...props }: {
471
- [x: string]: any;
472
- }) => react_jsx_runtime.JSX.Element;
473
-
474
- declare const CpuIcon: ({ ...props }: {
475
- [x: string]: any;
476
- }) => react_jsx_runtime.JSX.Element;
477
-
478
- declare const DesktopCodeIcon: ({ ...props }: {
479
- [x: string]: any;
480
- }) => react_jsx_runtime.JSX.Element;
481
-
482
- declare const FarmerClustersIcon: ({ ...props }: {
483
- [x: string]: any;
484
- }) => react_jsx_runtime.JSX.Element;
485
-
486
- declare const GridDividersIcon: ({ ...props }: {
487
- [x: string]: any;
488
- }) => react_jsx_runtime.JSX.Element;
489
-
490
- declare const HardDriveIcon: ({ ...props }: {
491
- [x: string]: any;
492
- }) => react_jsx_runtime.JSX.Element;
493
-
494
- declare const HeadphonesIcon: ({ ...props }: {
495
- [x: string]: any;
496
- }) => react_jsx_runtime.JSX.Element;
497
-
498
- declare const Icon: ({ type, }: {
499
- type: "Atom" | "Chats" | "Clipboard" | "Collection" | "Cpu" | "Dataset" | "Event" | "Image" | "InteractiveResource" | "Microscope" | "MovingImage" | "PhysicalObject" | "Service" | "Sound" | "StillImage" | "StopWatchCheck" | "TextBook";
500
- }) => react_jsx_runtime.JSX.Element;
501
-
502
- declare const ImageIcon: ({ ...props }: {
503
- [x: string]: any;
504
- }) => react_jsx_runtime.JSX.Element;
505
-
506
- declare const LayerGroupIcon: ({ ...props }: {
507
- [x: string]: any;
508
- }) => react_jsx_runtime.JSX.Element;
509
-
510
- declare const LegendIcon: ({ ...props }: {
511
- [x: string]: any;
512
- }) => react_jsx_runtime.JSX.Element;
513
-
514
- declare const MapLayersIcon: () => react_jsx_runtime.JSX.Element;
515
-
516
- declare const MicroscopeIcon: ({ ...props }: {
517
- [x: string]: any;
518
- }) => react_jsx_runtime.JSX.Element;
519
-
520
- declare const MinusIcon: ({ ...props }: {
521
- [x: string]: any;
522
- }) => react_jsx_runtime.JSX.Element;
523
-
524
- declare const PlusIcon: ({ ...props }: {
525
- [x: string]: any;
526
- }) => react_jsx_runtime.JSX.Element;
527
-
528
- declare const ResourcesIcon: ({ ...props }: {
529
- [x: string]: any;
530
- }) => react_jsx_runtime.JSX.Element;
531
-
532
- declare const SettingsIcon: ({ ...props }: {
533
- [x: string]: any;
534
- }) => react_jsx_runtime.JSX.Element;
535
-
536
- declare const StopWatchCheckIcon: ({ ...props }: {
537
- [x: string]: any;
538
- }) => react_jsx_runtime.JSX.Element;
539
-
540
- declare const UserGroupIcon: ({ ...props }: {
541
- [x: string]: any;
542
- }) => react_jsx_runtime.JSX.Element;
543
-
544
- declare const VideoPlayIcon: ({ ...props }: {
545
- [x: string]: any;
546
- }) => react_jsx_runtime.JSX.Element;
547
-
548
- declare const XIcon: ({ ...props }: {
549
- [x: string]: any;
550
- }) => react_jsx_runtime.JSX.Element;
551
-
552
- declare const DownloadIcon: () => react_jsx_runtime.JSX.Element;
553
-
554
- declare const FarmerClusterPin: ({ ...props }: {
555
- [x: string]: any;
556
- }) => react_jsx_runtime.JSX.Element;
557
-
558
- declare const Hexagon: ({ ...props }: {
559
- [x: string]: any;
560
- }) => react_jsx_runtime.JSX.Element;
561
-
562
- interface IconPathsType {
563
- name: string;
564
- icon: React.FC;
565
- }
566
- declare const IconPaths: IconPathsType[];
567
-
568
- declare const MapLegendIcon: () => react_jsx_runtime.JSX.Element;
569
-
570
- interface LocationIconProps {
571
- Icon: React.ElementType;
572
- color?: string;
573
- }
574
- declare const LocationIcon: ({ Icon, color }: LocationIconProps) => react_jsx_runtime.JSX.Element;
575
-
576
- interface MapIconProps {
577
- Icon: React.ElementType;
578
- color?: string;
579
- }
580
- declare const MapIcon: ({ Icon, color }: MapIconProps) => react_jsx_runtime.JSX.Element;
581
-
582
- declare const Microscope: ({ ...props }: {
583
- [x: string]: any;
584
- }) => react_jsx_runtime.JSX.Element;
585
-
586
- declare const ObservationPin: ({ ...props }: {
587
- [x: string]: any;
588
- }) => react_jsx_runtime.JSX.Element;
589
-
590
- declare const OverlayIcon: () => react_jsx_runtime.JSX.Element;
591
-
592
- declare const UsersGroup: ({ ...props }: {
593
- [x: string]: any;
594
- }) => react_jsx_runtime.JSX.Element;
595
-
596
- type TableViewProps<T> = {
597
- table: Table$1<T>;
598
- totalCount: number;
599
- pageSize: number;
600
- };
601
- declare const CustomTable: <T extends unknown>({ table, totalCount, pageSize, }: TableViewProps<T>) => react_jsx_runtime.JSX.Element;
602
-
603
- interface FullPageLoaderProps {
604
- show: boolean;
605
- }
606
- declare const FullPageLoader: ({ show }: FullPageLoaderProps) => react_jsx_runtime.JSX.Element | null;
607
-
608
- interface Props$f {
609
- src: string;
610
- className?: string;
611
- alternativeText?: string;
612
- width?: number | string;
613
- height?: number | string;
614
- }
615
- declare const CustomImage: (props: Props$f) => react_jsx_runtime.JSX.Element;
616
-
617
- declare const Loader: () => react_jsx_runtime.JSX.Element;
618
-
619
- type PaginationProps<T> = {
620
- pageCount: number;
621
- table: Table$1<T>;
622
- };
623
- declare const Pagination: <T extends unknown>({ pageCount, table, }: PaginationProps<T>) => react_jsx_runtime.JSX.Element;
624
-
625
- type SearchProps = {
626
- onUpdate: (searchStr: string) => void;
627
- value: string;
628
- };
629
- declare const Search: React$1.MemoExoticComponent<({ onUpdate, value }: SearchProps) => react_jsx_runtime.JSX.Element>;
630
-
631
- declare const ThemeSwitcher: () => react_jsx_runtime.JSX.Element;
632
-
633
- declare const useDebounce: <V extends unknown>(value: V, delay?: number) => V;
634
-
635
- interface Props$e {
636
- register?: any;
637
- value?: any;
638
- defaultValue?: any;
639
- errors?: any;
640
- name?: string;
641
- type: string;
642
- displayText?: string;
643
- onChange?: any;
644
- onKeyDown?: any;
645
- isRequired?: boolean;
646
- isLabelBold?: boolean;
647
- isPlaceholderItalic?: boolean;
648
- noDisplayTextAsLabel?: boolean;
649
- cssClass?: string;
650
- }
651
- declare const OldCustomInput: (props: Props$e) => react_jsx_runtime.JSX.Element;
652
-
653
- type Props$d = {
654
- name: string;
655
- displayText: string;
656
- register: any;
657
- value?: any;
658
- errors: any;
659
- options: any;
660
- onChange?: any;
661
- isRequired: boolean;
662
- isLabelBold?: boolean;
663
- isLoading?: boolean;
664
- isMulti?: boolean;
665
- control: any;
666
- Placeholder?: string;
667
- showLabel?: boolean;
668
- };
669
- declare const MultiSelect: (props: Props$d) => react_jsx_runtime.JSX.Element;
670
-
671
- interface Props$c {
672
- register: any;
673
- value: any;
674
- defaultValue?: any;
675
- errors: any;
676
- name: string;
677
- displayText?: string;
678
- infoText: string;
679
- row: number;
680
- onChange?: any;
681
- isRequired?: boolean;
682
- isLabelBold?: boolean;
683
- isPlaceholderItalic?: boolean;
684
- }
685
- declare const TextArea: (props: Props$c) => react_jsx_runtime.JSX.Element;
686
-
687
- interface UmamiAnalyticsProps {
688
- scriptUrl?: string;
689
- websiteId: string;
690
- }
691
- /**
692
- * UmamiAnalytics component is responsible for embedding the Umami analytics script into the application.
693
- *
694
- * @param {string} scriptUrl - The URL of the Umami analytics script.
695
- * @param {string} websiteId - The unique identifier for the website being tracked.
696
- *
697
- * @returns {React.ReactElement | null} - Returns a script element with the provided script URL and website ID, or null if either parameter is missing.
698
- */
699
- declare const UmamiAnalytics: React__default.FC<UmamiAnalyticsProps>;
700
-
701
- type Props$b = {
702
- onClick: any;
703
- };
704
- declare const DeleteButton: (props: Props$b) => react_jsx_runtime.JSX.Element;
705
-
706
- type Props$a = {
707
- onClick?: () => void;
708
- label: string;
709
- type: "button" | "submit";
710
- style: "primary" | "secondary" | "danger";
711
- };
712
- declare const PrimaryButton: (props: Props$a) => react_jsx_runtime.JSX.Element;
713
-
714
- interface AboutInfoItemProps {
715
- title: string;
716
- description: string;
717
- }
718
- declare const AboutInfoItem: ({ title, description }: AboutInfoItemProps) => react_jsx_runtime.JSX.Element | null;
719
-
720
- declare const Breadcrumb: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
721
- separator?: React$1.ReactNode;
722
- } & React$1.RefAttributes<HTMLElement>>;
723
- declare const BreadcrumbList: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.OlHTMLAttributes<HTMLOListElement>, HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
724
- declare const BreadcrumbItem: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React$1.RefAttributes<HTMLLIElement>>;
725
- declare const BreadcrumbLink: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
726
- asChild?: boolean | undefined;
727
- } & React$1.RefAttributes<HTMLAnchorElement>>;
728
- declare const BreadcrumbPage: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & React$1.RefAttributes<HTMLSpanElement>>;
729
- declare const BreadcrumbSeparator: {
730
- ({ children, className, ...props }: React$1.ComponentProps<"li">): react_jsx_runtime.JSX.Element;
731
- displayName: string;
732
- };
733
- declare const BreadcrumbEllipsis: {
734
- ({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime.JSX.Element;
735
- displayName: string;
736
- };
737
-
738
- declare const designButtonVariants: (props?: ({
739
- variant?: "circle" | "text" | "outline" | "secondary" | "primary" | "outlineGrey" | "internalLink" | "externalLink" | null | undefined;
740
- size?: "default" | "sm" | "xs" | null | undefined;
741
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
742
- interface ButtonProps extends React__default.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof designButtonVariants> {
743
- asChild?: boolean;
744
- icon?: React__default.ReactNode;
745
- }
746
- declare const DesignButton: React__default.ForwardRefExoticComponent<ButtonProps & React__default.RefAttributes<HTMLButtonElement>>;
747
-
748
- type CarouselApi = UseEmblaCarouselType[1];
749
- type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
750
- type CarouselOptions = UseCarouselParameters[0];
751
- type CarouselPlugin = UseCarouselParameters[1];
752
- type CarouselButtonProps = {
753
- className?: string;
754
- };
755
- type CarouselProps = {
756
- opts?: CarouselOptions;
757
- plugins?: CarouselPlugin;
758
- orientation?: "horizontal" | "vertical";
759
- loop?: boolean;
760
- setApi?: (api: CarouselApi) => void;
761
- };
762
- declare const Carousel: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & CarouselProps & React$1.RefAttributes<HTMLDivElement>>;
763
- declare const CarouselContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
764
- declare const CarouselItem: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
765
- declare const CarouselPrevious: React$1.ForwardRefExoticComponent<CarouselButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
766
- declare const CarouselNext: React$1.ForwardRefExoticComponent<CarouselButtonProps & React$1.RefAttributes<HTMLButtonElement>>;
767
-
768
- declare const Checkbox: React$1.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
769
-
770
- interface CookiesProps {
771
- handleAccept: () => void;
772
- handleDecline: () => void;
773
- }
774
- declare const Cookies: ({ handleAccept, handleDecline }: CookiesProps) => react_jsx_runtime.JSX.Element | null;
775
-
776
- interface Props$9 {
777
- country: string;
778
- }
779
- declare const CountryItem: ({ country }: Props$9) => react_jsx_runtime.JSX.Element;
780
-
781
- interface InfoBoxProps {
782
- title: string;
783
- text: string;
784
- }
785
- declare const InfoBox: ({ title, text }: InfoBoxProps) => react_jsx_runtime.JSX.Element;
786
-
787
- declare const designInputVariants: (props?: ({
788
- variant?: "default" | "error" | "success" | null | undefined;
789
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
790
- interface DesignInputProps extends React$1.InputHTMLAttributes<HTMLInputElement>, VariantProps<typeof designInputVariants> {
791
- }
792
- declare const DesignInput: React$1.ForwardRefExoticComponent<DesignInputProps & React$1.RefAttributes<HTMLInputElement>>;
793
-
794
- interface KeyInfoItemProps$1 {
795
- label: string;
796
- value: React.ReactNode;
797
- }
798
- declare const KeyInfoItem: ({ label, value }: KeyInfoItemProps$1) => react_jsx_runtime.JSX.Element;
799
-
800
- interface Props$8 {
801
- date: string | number | Date;
802
- }
803
- declare const LastUpdatedTag: ({ date }: Props$8) => react_jsx_runtime.JSX.Element;
804
-
805
- declare const NoResults: () => react_jsx_runtime.JSX.Element;
806
-
807
- declare const DesignRadioGroup: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
808
- declare const DesignRadioGroupItem: React$1.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
809
-
810
- declare const DesignSelect: React$1.FC<SelectPrimitive.SelectProps>;
811
- declare const DesignSelectGroup: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React$1.RefAttributes<HTMLDivElement>>;
812
- declare const DesignSelectValue: React$1.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React$1.RefAttributes<HTMLSpanElement>>;
813
- declare const DesignSelectTrigger: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
814
- variant?: "input" | "default" | null | undefined;
815
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLButtonElement>>;
816
- declare const DesignSelectContent: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
817
- declare const DesignSelectLabel: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
818
- declare const DesignSelectItem: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
819
- declare const DesignSelectSeparator: React$1.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
820
-
821
- interface Props$7 {
822
- tag: string;
823
- }
824
- declare const designSimpleTagVariants: (props?: ({
825
- variant?: "blue" | "orange" | "purple" | "turquoise" | "yellow" | "darkGreen" | "darkBlue" | null | undefined;
826
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
827
- type TagType$1 = VariantProps<typeof designSimpleTagVariants> & ComponentProps<"span">;
828
- declare const DesignSimpleTag: ({ tag, variant, className, }: Props$7 & TagType$1) => react_jsx_runtime.JSX.Element;
829
-
830
- declare const DesignSwitch: React$1.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
831
-
832
- interface DesignResultTagProps {
833
- name: string;
834
- tag: string;
835
- }
836
- declare const DesignResultTag: ({ tag, name }: DesignResultTagProps) => react_jsx_runtime.JSX.Element | null;
837
-
838
- interface KeyInfoItemProps {
839
- label: string;
840
- tags?: string[];
841
- variant: "darkGreen" | "turquoise" | "yellow" | "darkBlue" | "purple" | "blue" | "orange" | null | undefined;
842
- }
843
- declare const TagsGroup: ({ label, tags, variant }: KeyInfoItemProps) => react_jsx_runtime.JSX.Element;
844
-
845
- interface Props$6 {
846
- text: string;
847
- }
848
- declare const weightVariants: (props?: ({
849
- variant?: "weight100" | "weight200" | "weight300" | "weight400" | "weight500" | "weight600" | "weight700" | "weight800" | "weight900" | null | undefined;
850
- } & class_variance_authority_dist_types.ClassProp) | undefined) => string;
851
- type TagType = VariantProps<typeof weightVariants> & ComponentProps<"div">;
852
- declare const TestWeight: ({ text, variant, className }: Props$6 & TagType) => react_jsx_runtime.JSX.Element;
853
-
854
- interface Props$5 {
855
- tag: string;
856
- content: React.ReactNode;
857
- TagClassName?: string;
858
- }
859
- declare const ThreeColumn: ({ tag, content, TagClassName }: Props$5) => react_jsx_runtime.JSX.Element;
860
-
861
- declare const LandingTitle: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
862
- declare const LandingTitleAccent: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
863
- declare const H1Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
864
- declare const H1AccentDesign: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
865
- declare const H2Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
866
- declare const H2AccentDesign: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
867
- declare const H3Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
868
- declare const H4Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
869
- declare const H5Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
870
- declare const H6Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">>;
871
- declare const H7Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
872
- declare const H8Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
873
- declare const H9Design: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
874
- declare const Caption: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
875
- declare const Body20sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
876
- declare const Body20m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
877
- declare const Body20: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
878
- declare const Body18sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
879
- declare const Body18m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
880
- declare const Body18: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
881
- declare const Body16sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
882
- declare const Body16m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
883
- declare const Body16: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
884
- declare const Body16it: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
885
- declare const Body15sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
886
- declare const Body15m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
887
- declare const Body15: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
888
- declare const Body15it: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
889
- declare const Body14sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
890
- declare const Body14m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
891
- declare const Body14: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
892
- declare const Body12sb: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
893
- declare const Body12m: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
894
- declare const Body12: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref">>;
895
-
896
- declare const VersionDisplay: () => react_jsx_runtime.JSX.Element | null;
897
-
898
- declare const OldButton: ({ label, appearance, compact, handleClick, loading, type, }: any) => react_jsx_runtime.JSX.Element;
899
-
900
- interface Props$4 {
901
- button: any;
902
- appearance: any;
903
- compact: any;
904
- }
905
- declare const ButtonContent: ({ button, appearance, compact }: Props$4) => react_jsx_runtime.JSX.Element;
906
- interface ButtonLinkProps {
907
- button: any;
908
- appearance: any;
909
- compact: any;
910
- }
911
- declare const ButtonLink: ({ button, appearance, compact, }: ButtonLinkProps) => react_jsx_runtime.JSX.Element;
912
-
913
- interface Props$3 {
914
- message?: string;
915
- }
916
- declare const ErrorMessage: (props: Props$3) => react_jsx_runtime.JSX.Element;
917
-
918
- declare const FeatureDisabled: () => react_jsx_runtime.JSX.Element;
919
-
920
- interface RawHtmlEmbedViewProps {
921
- html: string;
922
- className?: string;
923
- }
924
- declare const IframeViewer: ({ html, className }: RawHtmlEmbedViewProps) => react_jsx_runtime.JSX.Element;
925
-
926
- interface ILoaderFullProps {
927
- showInCenter?: boolean;
928
- cssClass?: string;
929
- }
930
- declare const LoaderFull: React__default.FC<ILoaderFullProps>;
931
-
932
- declare const LocalLoader: () => react_jsx_runtime.JSX.Element;
933
-
934
- interface MediaEmbedItemProps {
935
- alt: string;
936
- src: string;
937
- }
938
- declare const MediaEmbedItem: ({ alt, src }: MediaEmbedItemProps) => react_jsx_runtime.JSX.Element;
939
-
940
- declare const PermissionDisabled: () => react_jsx_runtime.JSX.Element;
941
-
942
- interface Props$2 {
943
- label: string;
944
- value?: string;
945
- colSpan?: number;
946
- }
947
- declare const ShowLargeText: (props: Props$2) => react_jsx_runtime.JSX.Element;
948
-
949
- interface Props$1 {
950
- label: string;
951
- value?: string;
952
- }
953
- declare const ShowShortText: (props: Props$1) => react_jsx_runtime.JSX.Element;
954
-
955
- type Props = {
956
- src: string;
957
- width: number;
958
- height: number;
959
- alt?: string;
960
- className?: string;
961
- };
962
- declare const SizedImage: (props: Props) => react_jsx_runtime.JSX.Element;
963
-
964
- declare const UnderConstruction: () => react_jsx_runtime.JSX.Element;
965
-
966
- type DisplayItem = {
967
- value: any;
968
- label: any;
969
- };
970
-
971
- interface HeroImageProps {
972
- path: string | undefined;
973
- cmsUrl: string;
974
- }
975
- declare const HeroImage: ({ path, cmsUrl }: HeroImageProps) => react_jsx_runtime.JSX.Element;
976
-
977
- interface IPanelHorizontalProps {
978
- children: React.ReactNode;
979
- }
980
- declare const PanelHorizontal: React.FC<IPanelHorizontalProps>;
981
-
982
- interface LinkButtonItem {
983
- text?: string;
984
- isNewTab?: boolean;
985
- link?: string;
986
- }
987
-
988
- export { AboutInfoItem, Accordion, AccordionContent, AccordionItem, AccordionTrigger, AccountIcon, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AspectRatio, AtomIcon, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, Body12, Body12m, Body12sb, Body14, Body14m, Body14sb, Body15, Body15it, Body15m, Body15sb, Body16, Body16it, Body16m, Body16sb, Body18, Body18m, Body18sb, Body20, Body20m, Body20sb, BookTextIcon, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonContent, ButtonLink, type ButtonProps$1 as ButtonProps, Calendar, CalendarIcon, type CalendarProps, CameraIcon, Caption, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, ChartLineDotsIcon, ChatsIcons, Checkbox$1 as Checkbox, ClipboardIcon, Collapsible, CollapsibleContent, CollapsibleTrigger, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, Cookies, CountryItem, CpuIcon, CustomImage, CustomTable, DeleteButton, DesignButton, Checkbox as DesignCheckbox, DesignInput, type DesignInputProps, DesignRadioGroup, DesignRadioGroupItem, DesignResultTag, DesignSelect, DesignSelectContent, DesignSelectGroup, DesignSelectItem, DesignSelectLabel, DesignSelectSeparator, DesignSelectTrigger, DesignSelectValue, DesignSimpleTag, DesignSwitch, DesktopCodeIcon, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, type DisplayItem, DownloadIcon, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorMessage, FarmerClusterPin, FarmerClustersIcon, FeatureDisabled, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, FullPageLoader, GridDividersIcon, H1AccentDesign, H1Design, H2AccentDesign, H2Design, H3Design, H4Design, H5Design, H6Design, H7Design, H8Design, H9Design, HardDriveIcon, HeadphonesIcon, HeroImage, Hexagon, HoverCard, HoverCardContent, HoverCardTrigger, type IPanelHorizontalProps, Icon, IconPaths, IframeViewer, ImageIcon, InfoBox, Input, type InputProps, KeyInfoItem, Label, LandingTitle, LandingTitleAccent, LastUpdatedTag, LayerGroupIcon, LegendIcon, type LinkButtonItem, Loader, LoaderFull, LocalLoader, LocationIcon, MapIcon, MapLayersIcon, MapLegendIcon, MediaEmbedItem, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, Microscope, MicroscopeIcon, MinusIcon, MultiSelect, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NoResults, ObservationPin, OldButton, OldCustomInput, OverlayIcon, Pagination, PanelHorizontal, PermissionDisabled, PlusIcon, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, PrimaryButton, Progress, RadioGroup, RadioGroupItem, ResourcesIcon, ScrollArea, ScrollBar, Search, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectSeparator, SelectTrigger, SelectValue, Separator, SettingsIcon, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, ShowLargeText, ShowShortText, SizedImage, Skeleton, Slider, StopWatchCheckIcon, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, type TableViewProps, Tabs, TabsContent, TabsList, TabsTrigger, Tag, TagList, TagsGroup, TestWeight, TextArea, Textarea, type TextareaProps, ThemeSwitcher, ThreeColumn, Toast$1 as Toast, ToastAction, type ToastActionElement, ToastClose, ToastDescription, type ToastProps, ToastProvider, ToastTitle, ToastViewport, Toaster, Toggle, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UmamiAnalytics, UnderConstruction, UserGroupIcon, UsersGroup, VersionDisplay, VideoPlayIcon, XIcon, badgeVariants, buttonVariants, cn, designButtonVariants, getPages, navigationMenuTriggerStyle, reducer, toast, toggleVariants, useDebounce, useFormField, useToast };