@tetrascience-npm/tetrascience-react-ui 0.4.0 → 0.5.0-beta.14.1

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.ts CHANGED
@@ -1,11 +1,91 @@
1
- import { ClassAttributes } from 'react';
1
+ import { Accordion as Accordion_2 } from 'radix-ui';
2
+ import { AlertDialog as AlertDialog_2 } from 'radix-ui';
3
+ import { AspectRatio as AspectRatio_2 } from 'radix-ui';
4
+ import { Avatar as Avatar_2 } from 'radix-ui';
5
+ import { Checkbox as Checkbox_2 } from 'radix-ui';
6
+ import { ClassProp } from 'class-variance-authority/types';
7
+ import { Collapsible as Collapsible_2 } from 'radix-ui';
8
+ import { Combobox as Combobox_2 } from '@base-ui/react';
9
+ import { Command as Command_2 } from 'cmdk';
10
+ import { ContextMenu as ContextMenu_2 } from 'radix-ui';
11
+ import { DayButton } from 'react-day-picker';
12
+ import { DayPicker } from 'react-day-picker';
2
13
  import { default as default_2 } from 'react';
3
- import { ExtraProps } from 'react-markdown';
4
- import { HTMLAttributes } from 'react';
14
+ import { default as default_3 } from 'embla-carousel-react';
15
+ import { Dialog as Dialog_2 } from 'radix-ui';
16
+ import { Drawer as Drawer_2 } from 'vaul';
17
+ import { DropdownMenu as DropdownMenu_2 } from 'radix-ui';
18
+ import { HoverCard as HoverCard_2 } from 'radix-ui';
5
19
  import { JSX } from 'react/jsx-runtime';
20
+ import { Label as Label_2 } from 'radix-ui';
21
+ import { Locale } from 'react-day-picker';
22
+ import { LucideIcon } from 'lucide-react';
23
+ import { Menubar as Menubar_2 } from 'radix-ui';
24
+ import { NavigationMenu as NavigationMenu_2 } from 'radix-ui';
6
25
  import { OnChange } from '@monaco-editor/react';
7
- import { ReactNode } from 'react';
26
+ import { OTPInput } from 'input-otp';
27
+ import { RadioGroup as RadioGroup_2 } from 'radix-ui';
28
+ import * as React_2 from 'react';
29
+ import * as ResizablePrimitive from 'react-resizable-panels';
30
+ import { ScrollArea as ScrollArea_2 } from 'radix-ui';
8
31
  import { SearchEqlRequest } from '@tetrascience-npm/ts-connectors-sdk';
32
+ import { Select as Select_2 } from 'radix-ui';
33
+ import { Separator as Separator_2 } from 'radix-ui';
34
+ import { Slider as Slider_2 } from 'radix-ui';
35
+ import { Switch as Switch_2 } from 'radix-ui';
36
+ import { Tabs as Tabs_2 } from 'radix-ui';
37
+ import { ToasterProps } from 'sonner';
38
+ import { Toggle as Toggle_2 } from 'radix-ui';
39
+ import { ToggleGroup as ToggleGroup_2 } from 'radix-ui';
40
+ import { Tooltip as Tooltip_2 } from 'radix-ui';
41
+ import { UseEmblaCarouselType } from 'embla-carousel-react';
42
+ import { VariantProps } from 'class-variance-authority';
43
+
44
+ export declare function Accordion({ className, ...props }: React_2.ComponentProps<typeof Accordion_2.Root>): JSX.Element;
45
+
46
+ export declare function AccordionContent({ className, children, ...props }: React_2.ComponentProps<typeof Accordion_2.Content>): JSX.Element;
47
+
48
+ export declare function AccordionItem({ className, ...props }: React_2.ComponentProps<typeof Accordion_2.Item>): JSX.Element;
49
+
50
+ export declare function AccordionTrigger({ className, children, ...props }: React_2.ComponentProps<typeof Accordion_2.Trigger>): JSX.Element;
51
+
52
+ export declare function Alert({ className, variant, ...props }: React_2.ComponentProps<"div"> & VariantProps<typeof alertVariants>): JSX.Element;
53
+
54
+ export declare function AlertAction({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
55
+
56
+ export declare function AlertDescription({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
57
+
58
+ export declare function AlertDialog({ ...props }: React_2.ComponentProps<typeof AlertDialog_2.Root>): JSX.Element;
59
+
60
+ export declare function AlertDialogAction({ className, variant, size, ...props }: React_2.ComponentProps<typeof AlertDialog_2.Action> & Pick<React_2.ComponentProps<typeof Button>, "variant" | "size">): JSX.Element;
61
+
62
+ export declare function AlertDialogCancel({ className, variant, size, ...props }: React_2.ComponentProps<typeof AlertDialog_2.Cancel> & Pick<React_2.ComponentProps<typeof Button>, "variant" | "size">): JSX.Element;
63
+
64
+ export declare function AlertDialogContent({ className, size, ...props }: React_2.ComponentProps<typeof AlertDialog_2.Content> & {
65
+ size?: "default" | "sm";
66
+ }): JSX.Element;
67
+
68
+ export declare function AlertDialogDescription({ className, ...props }: React_2.ComponentProps<typeof AlertDialog_2.Description>): JSX.Element;
69
+
70
+ export declare function AlertDialogFooter({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
71
+
72
+ export declare function AlertDialogHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
73
+
74
+ export declare function AlertDialogMedia({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
75
+
76
+ export declare function AlertDialogOverlay({ className, ...props }: React_2.ComponentProps<typeof AlertDialog_2.Overlay>): JSX.Element;
77
+
78
+ export declare function AlertDialogPortal({ ...props }: React_2.ComponentProps<typeof AlertDialog_2.Portal>): JSX.Element;
79
+
80
+ export declare function AlertDialogTitle({ className, ...props }: React_2.ComponentProps<typeof AlertDialog_2.Title>): JSX.Element;
81
+
82
+ export declare function AlertDialogTrigger({ ...props }: React_2.ComponentProps<typeof AlertDialog_2.Trigger>): JSX.Element;
83
+
84
+ export declare function AlertTitle({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
85
+
86
+ declare const alertVariants: (props?: ({
87
+ variant?: "default" | "destructive" | null | undefined;
88
+ } & ClassProp) | undefined) => string;
9
89
 
10
90
  export declare const AppHeader: default_2.FC<AppHeaderProps>;
11
91
 
@@ -33,6 +113,8 @@ export declare interface AppLayoutProps {
33
113
  children?: default_2.ReactNode;
34
114
  }
35
115
 
116
+ export declare const AppSidebar: default_2.FC<SidebarProps>;
117
+
36
118
  export declare interface AreaDataSeries {
37
119
  x: number[];
38
120
  y: number[];
@@ -57,10 +139,13 @@ export declare interface AreaGraphProps {
57
139
 
58
140
  export declare type AreaGraphVariant = "normal" | "stacked";
59
141
 
142
+ export declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatio_2.Root>): JSX.Element;
143
+
60
144
  export declare const AssistantModal: default_2.FC<AssistantModalProps>;
61
145
 
62
146
  export declare interface AssistantModalProps {
63
147
  open: boolean;
148
+ onOpenChange: (open: boolean) => void;
64
149
  title: string;
65
150
  prompt: string;
66
151
  initialCode?: string;
@@ -69,40 +154,30 @@ export declare interface AssistantModalProps {
69
154
  onCopy: (code: string) => void;
70
155
  onLaunch: (code: string) => void;
71
156
  onSend: (input: string) => void;
72
- onCancel: () => void;
157
+ onCancel?: () => void;
73
158
  }
74
159
 
75
- /**
76
- * Axis configuration
77
- */
78
- export declare interface AxisConfig {
79
- /** Axis label */
80
- title?: string;
81
- /** Scale type (linear or log) */
82
- scale?: ScaleType;
83
- /** Fixed axis range [min, max] */
84
- range?: [number, number];
85
- /** Auto-range with optional padding percentage (0-1) */
86
- autoRange?: boolean;
87
- /** Padding percentage for auto-range (default: 0.1 = 10%) */
88
- autoRangePadding?: number;
89
- }
160
+ export declare function Avatar({ className, size, ...props }: React_2.ComponentProps<typeof Avatar_2.Root> & {
161
+ size?: "default" | "sm" | "lg";
162
+ }): JSX.Element;
90
163
 
91
- export declare const Badge: default_2.FC<BadgeProps>;
164
+ export declare function AvatarBadge({ className, ...props }: React_2.ComponentProps<"span">): JSX.Element;
92
165
 
93
- export declare interface BadgeProps {
94
- children: default_2.ReactNode;
95
- size?: BadgeSize;
96
- variant?: BadgeVariant;
97
- disabled?: boolean;
98
- iconLeft?: default_2.ReactNode;
99
- iconRight?: default_2.ReactNode;
100
- className?: string;
101
- }
166
+ export declare function AvatarFallback({ className, ...props }: React_2.ComponentProps<typeof Avatar_2.Fallback>): JSX.Element;
167
+
168
+ export declare function AvatarGroup({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
169
+
170
+ export declare function AvatarGroupCount({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
102
171
 
103
- declare type BadgeSize = "small" | "medium";
172
+ export declare function AvatarImage({ className, ...props }: React_2.ComponentProps<typeof Avatar_2.Image>): JSX.Element;
104
173
 
105
- declare type BadgeVariant = "default" | "primary";
174
+ export declare function Badge({ className, variant, asChild, ...props }: React_2.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
175
+ asChild?: boolean;
176
+ }): JSX.Element;
177
+
178
+ export declare const badgeVariants: (props?: ({
179
+ variant?: "link" | "default" | "outline" | "secondary" | "ghost" | "destructive" | null | undefined;
180
+ } & ClassProp) | undefined) => string;
106
181
 
107
182
  export declare interface BarDataSeries {
108
183
  x: number[];
@@ -174,6 +249,22 @@ export declare interface BoxplotProps {
174
249
  showPoints?: boolean;
175
250
  }
176
251
 
252
+ export declare function Breadcrumb({ className, ...props }: React_2.ComponentProps<"nav">): JSX.Element;
253
+
254
+ export declare function BreadcrumbEllipsis({ className, ...props }: React_2.ComponentProps<"span">): JSX.Element;
255
+
256
+ export declare function BreadcrumbItem({ className, ...props }: React_2.ComponentProps<"li">): JSX.Element;
257
+
258
+ export declare function BreadcrumbLink({ asChild, className, ...props }: React_2.ComponentProps<"a"> & {
259
+ asChild?: boolean;
260
+ }): JSX.Element;
261
+
262
+ export declare function BreadcrumbList({ className, ...props }: React_2.ComponentProps<"ol">): JSX.Element;
263
+
264
+ export declare function BreadcrumbPage({ className, ...props }: React_2.ComponentProps<"span">): JSX.Element;
265
+
266
+ export declare function BreadcrumbSeparator({ children, className, ...props }: React_2.ComponentProps<"li">): JSX.Element;
267
+
177
268
  /**
178
269
  * Construct a full TDP URL by joining a base URL with a path.
179
270
  *
@@ -187,97 +278,84 @@ export declare interface BoxplotProps {
187
278
  */
188
279
  export declare function buildTdpUrl(baseUrl: string, path: string): string | null;
189
280
 
190
- export declare const Button: ({ children, variant, size, loading, leftIcon, rightIcon, noPadding, fullWidth, disabled, ref, ...rest }: ButtonProps) => JSX.Element;
281
+ export declare function Button({ className, variant, size, asChild, ...props }: React_2.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
282
+ asChild?: boolean;
283
+ }): JSX.Element;
191
284
 
192
- export declare const ButtonControl: default_2.FC<ButtonControlProps>;
285
+ export declare function ButtonGroup({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): JSX.Element;
193
286
 
194
- export declare const ButtonControlGroup: default_2.FC<ButtonControlGroupProps>;
287
+ export declare function ButtonGroupSeparator({ className, orientation, ...props }: React.ComponentProps<typeof Separator>): JSX.Element;
195
288
 
196
- export declare interface ButtonControlGroupProps {
197
- controls: ButtonControlItem[];
198
- selectedId?: string;
199
- onChange?: (id: string) => void;
200
- vertical?: boolean;
201
- disabled?: boolean;
202
- }
289
+ export declare function ButtonGroupText({ className, asChild, ...props }: React.ComponentProps<"div"> & {
290
+ asChild?: boolean;
291
+ }): JSX.Element;
203
292
 
204
- declare interface ButtonControlItem extends ButtonControlProps {
205
- id: string;
206
- }
293
+ export declare const buttonGroupVariants: (props?: ({
294
+ orientation?: "horizontal" | "vertical" | null | undefined;
295
+ } & ClassProp) | undefined) => string;
207
296
 
208
- export declare interface ButtonControlProps {
209
- icon?: default_2.ReactNode;
210
- selected?: boolean;
211
- disabled?: boolean;
212
- onClick?: () => void;
213
- }
297
+ export declare const buttonVariants: (props?: ({
298
+ variant?: "link" | "default" | "outline" | "secondary" | "ghost" | "destructive" | null | undefined;
299
+ size?: "default" | "sm" | "lg" | "xs" | "icon" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
300
+ } & ClassProp) | undefined) => string;
214
301
 
215
- export declare interface ButtonProps extends default_2.ButtonHTMLAttributes<HTMLButtonElement> {
216
- children: default_2.ReactNode;
217
- variant?: ButtonVariant;
218
- size?: ButtonSize;
219
- loading?: boolean;
220
- leftIcon?: default_2.ReactNode;
221
- rightIcon?: default_2.ReactNode;
222
- noPadding?: boolean;
223
- fullWidth?: boolean;
224
- ref?: default_2.Ref<HTMLButtonElement>;
225
- }
302
+ export declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, locale, formatters, components, ...props }: React_2.ComponentProps<typeof DayPicker> & {
303
+ buttonVariant?: React_2.ComponentProps<typeof Button>["variant"];
304
+ }): JSX.Element;
226
305
 
227
- declare type ButtonSize = "small" | "medium";
306
+ export declare function CalendarDayButton({ className, day, modifiers, locale, ...props }: React_2.ComponentProps<typeof DayButton> & {
307
+ locale?: Partial<Locale>;
308
+ }): JSX.Element;
228
309
 
229
- declare type ButtonVariant = "primary" | "secondary" | "tertiary";
310
+ export declare function Card({ className, size, ...props }: React_2.ComponentProps<"div"> & {
311
+ size?: "default" | "sm";
312
+ }): JSX.Element;
230
313
 
231
- export declare const Card: ({ children, title, size, variant, className, fullWidth, ref, ...rest }: CardProps) => JSX.Element;
314
+ export declare function CardAction({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
232
315
 
233
- export declare interface CardProps extends Omit<default_2.HTMLAttributes<HTMLDivElement>, "title"> {
234
- children: default_2.ReactNode;
235
- title?: default_2.ReactNode;
236
- size?: CardSize;
237
- variant?: CardVariant;
238
- className?: string;
239
- fullWidth?: boolean;
240
- ref?: default_2.Ref<HTMLDivElement>;
241
- }
316
+ export declare function CardContent({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
242
317
 
243
- export declare const CardSidebar: ({ title, description, buttonText, linkText, status, onButtonClick, onLinkClick, className, ref, }: CardSidebarProps) => JSX.Element;
318
+ export declare function CardDescription({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
244
319
 
245
- export declare interface CardSidebarProps {
246
- title: string;
247
- description?: string;
248
- buttonText?: string;
249
- linkText?: string;
250
- status?: CardSidebarStatus;
251
- onButtonClick?: () => void;
252
- onLinkClick?: () => void;
253
- className?: string;
254
- ref?: default_2.Ref<HTMLDivElement>;
255
- }
320
+ export declare function CardFooter({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
256
321
 
257
- declare type CardSidebarStatus = "default" | "active" | "hover" | "disabled";
322
+ export declare function CardHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
258
323
 
259
- declare type CardSize = "small" | "medium" | "large";
324
+ export declare function CardTitle({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
260
325
 
261
- declare type CardVariant = "default" | "outlined" | "elevated";
326
+ export declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React_2.ComponentProps<"div"> & CarouselProps): JSX.Element;
262
327
 
263
- /**
264
- * Chart color palette for consistent graph styling
265
- * Uses the primary graph colors from the design system
266
- */
267
- export declare const CHART_COLORS: readonly [string, string, string, string, string, string, string, string, string, string, string, string];
328
+ export declare type CarouselApi = UseEmblaCarouselType[1];
268
329
 
269
- export declare const Checkbox: ({ checked, onChange, disabled, className, onClick, label, noPadding, ref, }: CheckboxProps) => JSX.Element;
330
+ export declare function CarouselContent({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
270
331
 
271
- export declare interface CheckboxProps {
272
- checked?: boolean;
273
- onChange?: (checked: boolean) => void;
274
- disabled?: boolean;
275
- className?: string;
276
- onClick?: (e: default_2.MouseEvent) => void;
277
- label?: default_2.ReactNode;
278
- noPadding?: boolean;
279
- ref?: default_2.Ref<HTMLInputElement>;
280
- }
332
+ declare type CarouselContextProps = {
333
+ carouselRef: ReturnType<typeof default_3>[0];
334
+ api: ReturnType<typeof default_3>[1];
335
+ scrollPrev: () => void;
336
+ scrollNext: () => void;
337
+ canScrollPrev: boolean;
338
+ canScrollNext: boolean;
339
+ } & CarouselProps;
340
+
341
+ export declare function CarouselItem({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
342
+
343
+ export declare function CarouselNext({ className, variant, size, ...props }: React_2.ComponentProps<typeof Button>): JSX.Element;
344
+
345
+ declare type CarouselOptions = UseCarouselParameters[0];
346
+
347
+ declare type CarouselPlugin = UseCarouselParameters[1];
348
+
349
+ export declare function CarouselPrevious({ className, variant, size, ...props }: React_2.ComponentProps<typeof Button>): JSX.Element;
350
+
351
+ declare type CarouselProps = {
352
+ opts?: CarouselOptions;
353
+ plugins?: CarouselPlugin;
354
+ orientation?: "horizontal" | "vertical";
355
+ setApi?: (api: CarouselApi) => void;
356
+ };
357
+
358
+ export declare function Checkbox({ className, ...props }: React_2.ComponentProps<typeof Checkbox_2.Root>): JSX.Element;
281
359
 
282
360
  export declare const Chromatogram: default_2.FC<ChromatogramProps>;
283
361
 
@@ -372,10 +450,6 @@ export declare interface ChromatogramSeries {
372
450
  metadata?: Record<string, unknown>;
373
451
  }
374
452
 
375
- declare type CodeComponentProps = ClassAttributes<HTMLElement> & HTMLAttributes<HTMLElement> & ExtraProps & {
376
- inline?: boolean;
377
- };
378
-
379
453
  export declare const CodeEditor: default_2.FC<CodeEditorProps>;
380
454
 
381
455
  export declare interface CodeEditorProps {
@@ -404,98 +478,16 @@ export declare interface CodeScriptEditorButtonProps {
404
478
  buttonText?: string;
405
479
  modalTitle?: string;
406
480
  buttonProps?: React.ComponentProps<typeof Button>;
407
- modalProps?: Omit<React.ComponentProps<typeof Modal>, "isOpen" | "onConfirm" | "onClose">;
481
+ modalProps?: Omit<React.ComponentProps<typeof Dialog>, "open" | "defaultOpen" | "onOpenChange">;
408
482
  disabled?: boolean;
409
483
  isEditMode?: boolean;
410
484
  }
411
485
 
412
- /**
413
- * Color mapping configuration
414
- */
415
- export declare interface ColorMapping {
416
- /** Type of mapping: data-driven or static */
417
- type: "static" | "continuous" | "categorical";
418
- /** Static color value (for type: "static") */
419
- value?: string;
420
- /** Data field to map (for type: "continuous" | "categorical") */
421
- field?: string;
422
- /** Color scale for continuous mapping */
423
- colorScale?: string | Array<[number, string]>;
424
- /** Discrete colors for categorical mapping */
425
- categoryColors?: Record<string, string>;
426
- /** Min/max values for continuous mapping (auto-calculated if not provided) */
427
- min?: number;
428
- max?: number;
429
- }
486
+ export declare function Collapsible({ ...props }: React.ComponentProps<typeof Collapsible_2.Root>): JSX.Element;
430
487
 
431
- /**
432
- * Centralized color tokens that map to CSS variables
433
- * This provides TypeScript support while leveraging CSS custom properties
434
- */
435
- export declare const COLORS: {
436
- readonly BLACK_50: string;
437
- readonly BLACK_100: string;
438
- readonly BLACK_200: string;
439
- readonly BLACK_300: string;
440
- readonly BLACK_400: string;
441
- readonly BLACK_500: string;
442
- readonly BLACK_600: string;
443
- readonly BLACK_700: string;
444
- readonly BLACK_800: string;
445
- readonly BLACK_900: string;
446
- readonly BLACK: string;
447
- readonly BLACK_OPACITY_20: "rgba(26, 26, 26, 0.2)";
448
- readonly WHITE_50: string;
449
- readonly WHITE_100: string;
450
- readonly WHITE_200: string;
451
- readonly WHITE_300: string;
452
- readonly WHITE_400: string;
453
- readonly WHITE_500: string;
454
- readonly WHITE_600: string;
455
- readonly WHITE_700: string;
456
- readonly WHITE_800: string;
457
- readonly WHITE_900: string;
458
- readonly WHITE: string;
459
- readonly BLUE_50: string;
460
- readonly BLUE_100: string;
461
- readonly BLUE_200: string;
462
- readonly BLUE_300: string;
463
- readonly BLUE_400: string;
464
- readonly BLUE_500: string;
465
- readonly BLUE_600: string;
466
- readonly BLUE_700: string;
467
- readonly BLUE_800: string;
468
- readonly BLUE_900: string;
469
- readonly BLUE: string;
470
- readonly GREY_50: string;
471
- readonly GREY_100: string;
472
- readonly GREY_200: string;
473
- readonly GREY_300: string;
474
- readonly GREY_400: string;
475
- readonly GREY_500: string;
476
- readonly GREY_600: string;
477
- readonly GREY_700: string;
478
- readonly GREY_800: string;
479
- readonly GREY_900: string;
480
- readonly GREY: string;
481
- readonly ORANGE: string;
482
- readonly RED: string;
483
- readonly GREEN: string;
484
- readonly YELLOW: string;
485
- readonly PURPLE: string;
486
- readonly GREEN_BG: string;
487
- readonly GREEN_SUCCESS: string;
488
- readonly ORANGE_BG: string;
489
- readonly ORANGE_CAUTION: string;
490
- readonly RED_BG: string;
491
- readonly RED_ERROR: string;
492
- readonly GRAPH_SECONDARY_BROWN: string;
493
- readonly GRAPH_SECONDARY_PINK: string;
494
- readonly GRAPH_SECONDARY_TEAL: string;
495
- readonly GRAPH_SECONDARY_DARK_BLUE: string;
496
- readonly GRAPH_SECONDARY_BLACK: string;
497
- readonly GRAPH_SECONDARY_GREY: string;
498
- };
488
+ export declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof Collapsible_2.CollapsibleContent>): JSX.Element;
489
+
490
+ export declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof Collapsible_2.CollapsibleTrigger>): JSX.Element;
499
491
 
500
492
  /**
501
493
  * Color scale definition for the heatmap visualization mode.
@@ -518,7 +510,63 @@ export declare const COLORS: {
518
510
  */
519
511
  export declare type ColorScale = string | Array<[number, string]>;
520
512
 
521
- export declare type ColorToken = keyof typeof COLORS;
513
+ export declare const Combobox: typeof Combobox_2.Root;
514
+
515
+ export declare function ComboboxChip({ className, children, showRemove, ...props }: Combobox_2.Chip.Props & {
516
+ showRemove?: boolean;
517
+ }): JSX.Element;
518
+
519
+ export declare function ComboboxChips({ className, ...props }: React_2.ComponentPropsWithRef<typeof Combobox_2.Chips> & Combobox_2.Chips.Props): JSX.Element;
520
+
521
+ export declare function ComboboxChipsInput({ className, ...props }: Combobox_2.Input.Props): JSX.Element;
522
+
523
+ export declare function ComboboxCollection({ ...props }: Combobox_2.Collection.Props): JSX.Element;
524
+
525
+ export declare function ComboboxContent({ className, side, sideOffset, align, alignOffset, anchor, ...props }: Combobox_2.Popup.Props & Pick<Combobox_2.Positioner.Props, "side" | "align" | "sideOffset" | "alignOffset" | "anchor">): JSX.Element;
526
+
527
+ export declare function ComboboxEmpty({ className, ...props }: Combobox_2.Empty.Props): JSX.Element;
528
+
529
+ export declare function ComboboxGroup({ className, ...props }: Combobox_2.Group.Props): JSX.Element;
530
+
531
+ export declare function ComboboxInput({ className, children, disabled, showTrigger, showClear, ...props }: Combobox_2.Input.Props & {
532
+ showTrigger?: boolean;
533
+ showClear?: boolean;
534
+ }): JSX.Element;
535
+
536
+ export declare function ComboboxItem({ className, children, ...props }: Combobox_2.Item.Props): JSX.Element;
537
+
538
+ export declare function ComboboxLabel({ className, ...props }: Combobox_2.GroupLabel.Props): JSX.Element;
539
+
540
+ export declare function ComboboxList({ className, ...props }: Combobox_2.List.Props): JSX.Element;
541
+
542
+ export declare function ComboboxSeparator({ className, ...props }: Combobox_2.Separator.Props): JSX.Element;
543
+
544
+ export declare function ComboboxTrigger({ className, children, ...props }: Combobox_2.Trigger.Props): JSX.Element;
545
+
546
+ export declare function ComboboxValue({ ...props }: Combobox_2.Value.Props): JSX.Element;
547
+
548
+ export declare function Command({ className, ...props }: React_2.ComponentProps<typeof Command_2>): JSX.Element;
549
+
550
+ export declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: React_2.ComponentProps<typeof Dialog> & {
551
+ title?: string;
552
+ description?: string;
553
+ className?: string;
554
+ showCloseButton?: boolean;
555
+ }): JSX.Element;
556
+
557
+ export declare function CommandEmpty({ className, ...props }: React_2.ComponentProps<typeof Command_2.Empty>): JSX.Element;
558
+
559
+ export declare function CommandGroup({ className, ...props }: React_2.ComponentProps<typeof Command_2.Group>): JSX.Element;
560
+
561
+ export declare function CommandInput({ className, ...props }: React_2.ComponentProps<typeof Command_2.Input>): JSX.Element;
562
+
563
+ export declare function CommandItem({ className, children, ...props }: React_2.ComponentProps<typeof Command_2.Item>): JSX.Element;
564
+
565
+ export declare function CommandList({ className, ...props }: React_2.ComponentProps<typeof Command_2.List>): JSX.Element;
566
+
567
+ export declare function CommandSeparator({ className, ...props }: React_2.ComponentProps<typeof Command_2.Separator>): JSX.Element;
568
+
569
+ export declare function CommandShortcut({ className, ...props }: React_2.ComponentProps<"span">): JSX.Element;
522
570
 
523
571
  /** Common props shared by both search modes */
524
572
  declare interface CommonTdpSearchProps {
@@ -551,29 +599,72 @@ declare interface CommonTdpSearchProps {
551
599
  renderResults?: (props: TdpResultsRenderProps) => default_2.ReactNode;
552
600
  }
553
601
 
554
- /**
555
- * Default category colors (cycle through these)
556
- */
557
- export declare const DEFAULT_CATEGORY_COLORS: string[];
602
+ export declare function ContextMenu({ ...props }: React_2.ComponentProps<typeof ContextMenu_2.Root>): JSX.Element;
558
603
 
559
- /**
560
- * Default color scale for continuous color mapping
561
- */
562
- export declare const DEFAULT_COLOR_SCALE: Array<[number, string]>;
604
+ export declare function ContextMenuCheckboxItem({ className, children, checked, inset, ...props }: React_2.ComponentProps<typeof ContextMenu_2.CheckboxItem> & {
605
+ inset?: boolean;
606
+ }): JSX.Element;
563
607
 
564
- /**
565
- * Default sizes
566
- */
567
- export declare const DEFAULT_MARKER_SIZE = 8;
608
+ export declare function ContextMenuContent({ className, ...props }: React_2.ComponentProps<typeof ContextMenu_2.Content> & {
609
+ side?: "top" | "right" | "bottom" | "left";
610
+ }): JSX.Element;
568
611
 
569
- /**
570
- * Default downsampling configuration
571
- */
572
- export declare const DEFAULT_MAX_POINTS = 5000;
612
+ export declare function ContextMenuGroup({ ...props }: React_2.ComponentProps<typeof ContextMenu_2.Group>): JSX.Element;
613
+
614
+ export declare function ContextMenuItem({ className, inset, variant, ...props }: React_2.ComponentProps<typeof ContextMenu_2.Item> & {
615
+ inset?: boolean;
616
+ variant?: "default" | "destructive";
617
+ }): JSX.Element;
573
618
 
574
- export declare const DEFAULT_SIZE_RANGE: [number, number];
619
+ export declare function ContextMenuLabel({ className, inset, ...props }: React_2.ComponentProps<typeof ContextMenu_2.Label> & {
620
+ inset?: boolean;
621
+ }): JSX.Element;
575
622
 
576
- export declare const defaultTheme: Theme;
623
+ export declare function ContextMenuPortal({ ...props }: React_2.ComponentProps<typeof ContextMenu_2.Portal>): JSX.Element;
624
+
625
+ export declare function ContextMenuRadioGroup({ ...props }: React_2.ComponentProps<typeof ContextMenu_2.RadioGroup>): JSX.Element;
626
+
627
+ export declare function ContextMenuRadioItem({ className, children, inset, ...props }: React_2.ComponentProps<typeof ContextMenu_2.RadioItem> & {
628
+ inset?: boolean;
629
+ }): JSX.Element;
630
+
631
+ export declare function ContextMenuSeparator({ className, ...props }: React_2.ComponentProps<typeof ContextMenu_2.Separator>): JSX.Element;
632
+
633
+ export declare function ContextMenuShortcut({ className, ...props }: React_2.ComponentProps<"span">): JSX.Element;
634
+
635
+ export declare function ContextMenuSub({ ...props }: React_2.ComponentProps<typeof ContextMenu_2.Sub>): JSX.Element;
636
+
637
+ export declare function ContextMenuSubContent({ className, ...props }: React_2.ComponentProps<typeof ContextMenu_2.SubContent>): JSX.Element;
638
+
639
+ export declare function ContextMenuSubTrigger({ className, inset, children, ...props }: React_2.ComponentProps<typeof ContextMenu_2.SubTrigger> & {
640
+ inset?: boolean;
641
+ }): JSX.Element;
642
+
643
+ export declare function ContextMenuTrigger({ className, ...props }: React_2.ComponentProps<typeof ContextMenu_2.Trigger>): JSX.Element;
644
+
645
+ export declare function Dialog({ ...props }: React_2.ComponentProps<typeof Dialog_2.Root>): JSX.Element;
646
+
647
+ export declare function DialogClose({ ...props }: React_2.ComponentProps<typeof Dialog_2.Close>): JSX.Element;
648
+
649
+ export declare function DialogContent({ className, children, showCloseButton, ...props }: React_2.ComponentProps<typeof Dialog_2.Content> & {
650
+ showCloseButton?: boolean;
651
+ }): JSX.Element;
652
+
653
+ export declare function DialogDescription({ className, ...props }: React_2.ComponentProps<typeof Dialog_2.Description>): JSX.Element;
654
+
655
+ export declare function DialogFooter({ className, showCloseButton, children, ...props }: React_2.ComponentProps<"div"> & {
656
+ showCloseButton?: boolean;
657
+ }): JSX.Element;
658
+
659
+ export declare function DialogHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
660
+
661
+ export declare function DialogOverlay({ className, ...props }: React_2.ComponentProps<typeof Dialog_2.Overlay>): JSX.Element;
662
+
663
+ export declare function DialogPortal({ ...props }: React_2.ComponentProps<typeof Dialog_2.Portal>): JSX.Element;
664
+
665
+ export declare function DialogTitle({ className, ...props }: React_2.ComponentProps<typeof Dialog_2.Title>): JSX.Element;
666
+
667
+ export declare function DialogTrigger({ ...props }: React_2.ComponentProps<typeof Dialog_2.Trigger>): JSX.Element;
577
668
 
578
669
  export declare const DotPlot: default_2.FC<DotPlotProps>;
579
670
 
@@ -599,67 +690,98 @@ export declare type DotPlotProps = {
599
690
 
600
691
  export declare type DotPlotVariant = "default" | "stacked";
601
692
 
602
- /**
603
- * Downsampling configuration for performance optimization
604
- */
605
- export declare interface DownsamplingConfig {
606
- /** Enable downsampling */
607
- enabled: boolean;
608
- /** Target number of points to display */
609
- maxPoints?: number;
610
- /** Downsampling strategy */
611
- strategy?: "lttb";
612
- }
693
+ export declare function Drawer({ ...props }: React_2.ComponentProps<typeof Drawer_2.Root>): JSX.Element;
613
694
 
614
- export declare const Dropdown: default_2.FC<DropdownProps>;
695
+ export declare function DrawerClose({ ...props }: React_2.ComponentProps<typeof Drawer_2.Close>): JSX.Element;
615
696
 
616
- export declare interface DropdownOption {
617
- value: string;
618
- label: string;
619
- disabled?: boolean;
620
- }
697
+ export declare function DrawerContent({ className, children, ...props }: React_2.ComponentProps<typeof Drawer_2.Content>): JSX.Element;
621
698
 
622
- export declare interface DropdownProps {
623
- options: DropdownOption[];
624
- value?: string;
625
- placeholder?: string;
626
- disabled?: boolean;
627
- error?: boolean;
628
- size?: DropdownSize;
629
- onChange?: (value: string) => void;
630
- onOpen?: () => void;
631
- onClose?: () => void;
632
- width?: string;
633
- menuWidth?: string;
634
- }
699
+ export declare function DrawerDescription({ className, ...props }: React_2.ComponentProps<typeof Drawer_2.Description>): JSX.Element;
635
700
 
636
- declare type DropdownSize = "xsmall" | "small";
637
-
638
- export declare const ErrorAlert: default_2.FC<ErrorAlertProps>;
639
-
640
- export declare interface ErrorAlertProps {
641
- /** The error object to display. Can be Error, AxiosError, string, or any other type. */
642
- error: unknown;
643
- /** Optional title for the error alert. Defaults to 'An Error Occurred'. */
644
- title?: default_2.ReactNode;
645
- /** Optional callback function when the alert is closed. */
646
- onClose?: () => void;
647
- /** Set to true to show technical details expanded by default. Defaults to false. */
648
- showDetailsDefault?: boolean;
649
- /** Custom message to show when error is null/undefined (optional, component renders nothing by default) */
650
- noErrorContent?: default_2.ReactNode;
651
- }
701
+ export declare function DrawerFooter({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
652
702
 
653
- export declare const FormField: ({ label, infoText, supportiveText, showSupportiveCheck, className, ref, ...inputProps }: FormFieldProps) => JSX.Element;
703
+ export declare function DrawerHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
654
704
 
655
- export declare interface FormFieldProps extends Omit<InputProps, "className"> {
656
- label: string;
657
- infoText?: string;
658
- supportiveText?: string;
659
- showSupportiveCheck?: boolean;
660
- className?: string;
661
- ref?: default_2.Ref<HTMLInputElement>;
662
- }
705
+ export declare function DrawerOverlay({ className, ...props }: React_2.ComponentProps<typeof Drawer_2.Overlay>): JSX.Element;
706
+
707
+ export declare function DrawerPortal({ ...props }: React_2.ComponentProps<typeof Drawer_2.Portal>): JSX.Element;
708
+
709
+ export declare function DrawerTitle({ className, ...props }: React_2.ComponentProps<typeof Drawer_2.Title>): JSX.Element;
710
+
711
+ export declare function DrawerTrigger({ ...props }: React_2.ComponentProps<typeof Drawer_2.Trigger>): JSX.Element;
712
+
713
+ export declare function DropdownMenu({ ...props }: React_2.ComponentProps<typeof DropdownMenu_2.Root>): JSX.Element;
714
+
715
+ export declare function DropdownMenuCheckboxItem({ className, children, checked, inset, ...props }: React_2.ComponentProps<typeof DropdownMenu_2.CheckboxItem> & {
716
+ inset?: boolean;
717
+ }): JSX.Element;
718
+
719
+ export declare function DropdownMenuContent({ className, align, sideOffset, ...props }: React_2.ComponentProps<typeof DropdownMenu_2.Content>): JSX.Element;
720
+
721
+ export declare function DropdownMenuGroup({ ...props }: React_2.ComponentProps<typeof DropdownMenu_2.Group>): JSX.Element;
722
+
723
+ export declare function DropdownMenuItem({ className, inset, variant, ...props }: React_2.ComponentProps<typeof DropdownMenu_2.Item> & {
724
+ inset?: boolean;
725
+ variant?: "default" | "destructive";
726
+ }): JSX.Element;
727
+
728
+ export declare function DropdownMenuLabel({ className, inset, ...props }: React_2.ComponentProps<typeof DropdownMenu_2.Label> & {
729
+ inset?: boolean;
730
+ }): JSX.Element;
731
+
732
+ export declare function DropdownMenuPortal({ ...props }: React_2.ComponentProps<typeof DropdownMenu_2.Portal>): JSX.Element;
733
+
734
+ export declare function DropdownMenuRadioGroup({ ...props }: React_2.ComponentProps<typeof DropdownMenu_2.RadioGroup>): JSX.Element;
735
+
736
+ export declare function DropdownMenuRadioItem({ className, children, inset, ...props }: React_2.ComponentProps<typeof DropdownMenu_2.RadioItem> & {
737
+ inset?: boolean;
738
+ }): JSX.Element;
739
+
740
+ export declare function DropdownMenuSeparator({ className, ...props }: React_2.ComponentProps<typeof DropdownMenu_2.Separator>): JSX.Element;
741
+
742
+ export declare function DropdownMenuShortcut({ className, ...props }: React_2.ComponentProps<"span">): JSX.Element;
743
+
744
+ export declare function DropdownMenuSub({ ...props }: React_2.ComponentProps<typeof DropdownMenu_2.Sub>): JSX.Element;
745
+
746
+ export declare function DropdownMenuSubContent({ className, ...props }: React_2.ComponentProps<typeof DropdownMenu_2.SubContent>): JSX.Element;
747
+
748
+ export declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: React_2.ComponentProps<typeof DropdownMenu_2.SubTrigger> & {
749
+ inset?: boolean;
750
+ }): JSX.Element;
751
+
752
+ export declare function DropdownMenuTrigger({ ...props }: React_2.ComponentProps<typeof DropdownMenu_2.Trigger>): JSX.Element;
753
+
754
+ export declare function Field({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): JSX.Element;
755
+
756
+ export declare function FieldContent({ className, ...props }: React.ComponentProps<"div">): JSX.Element;
757
+
758
+ export declare function FieldDescription({ className, ...props }: React.ComponentProps<"p">): JSX.Element;
759
+
760
+ export declare function FieldError({ className, children, errors, ...props }: React.ComponentProps<"div"> & {
761
+ errors?: Array<{
762
+ message?: string;
763
+ } | undefined>;
764
+ }): JSX.Element | null;
765
+
766
+ export declare function FieldGroup({ className, ...props }: React.ComponentProps<"div">): JSX.Element;
767
+
768
+ export declare function FieldLabel({ className, ...props }: React.ComponentProps<typeof Label>): JSX.Element;
769
+
770
+ export declare function FieldLegend({ className, variant, ...props }: React.ComponentProps<"legend"> & {
771
+ variant?: "legend" | "label";
772
+ }): JSX.Element;
773
+
774
+ export declare function FieldSeparator({ children, className, ...props }: React.ComponentProps<"div"> & {
775
+ children?: React.ReactNode;
776
+ }): JSX.Element;
777
+
778
+ export declare function FieldSet({ className, ...props }: React.ComponentProps<"fieldset">): JSX.Element;
779
+
780
+ export declare function FieldTitle({ className, ...props }: React.ComponentProps<"div">): JSX.Element;
781
+
782
+ declare const fieldVariants: (props?: ({
783
+ orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
784
+ } & ClassProp) | undefined) => string;
663
785
 
664
786
  /**
665
787
  * TDP Navigation Utilities
@@ -751,198 +873,82 @@ export declare type HistogramProps = {
751
873
  showDistributionLine?: boolean;
752
874
  };
753
875
 
754
- export declare const Icon: (props: IconsProps) => JSX.Element;
755
-
756
- export declare enum IconName {
757
- BARS_3_BOTTOM_LEFT = "bars-3-bottom-left",
758
- BUILDING = "building",
759
- BULK_CHECK = "bulk-check",
760
- CHECK = "check",
761
- CHECK_CIRCLE = "check-circle",
762
- CHECK_SQUARE = "check-square",
763
- CHEVRON_DOWN = "chevron-down",
764
- CLOSE = "close",
765
- CODE = "code",
766
- COMPUTER = "computer",
767
- COPY = "copy",
768
- CUBE = "cube",
769
- DATABASE = "database",
770
- EXCLAMATION_CIRCLE = "exclamation-circle",
771
- EXCLAMATION_TRIANGLE = "exclamation-triangle",
772
- GEAR = "gear",
773
- GLobe = "globe",
774
- HASHTAG = "hashtag",
775
- HOME = "home",
776
- INBOX = "inbox",
777
- INFORMATION_CIRCLE = "information-circle",
778
- INFORMATION_CIRCLE_MICRO = "information-circle-micro",
779
- LAMP = "lamp",
780
- LOCK_OPEN = "lock-open",
781
- MINUS = "minus",
782
- PAPER_PLANE = "paper-plane",
783
- PENCIL = "pencil",
784
- PIE_CHART = "pie-chart",
785
- PIPELINE = "pipeline",
786
- PLUS = "plus",
787
- PROFILE = "profile",
788
- QUESTION_CIRCLE = "question-circle",
789
- ROCKET_LAUNCH = "rocket-launch",
790
- SEARCH = "search",
791
- SEARCH_DOCUMENT = "search-document",
792
- SEARCH_SQL = "search-sql",
793
- SITEMAP = "sitemap",
794
- TETRASCIENCE_ICON = "tetrascience-icon",
795
- TEXT = "text",
796
- TRASH = "trash",
797
- VIEWFINDER_CIRCLE = "viewfinder-circle"
798
- }
876
+ export declare function HoverCard({ ...props }: React_2.ComponentProps<typeof HoverCard_2.Root>): JSX.Element;
799
877
 
800
- export declare interface IconProps {
801
- fill?: string;
802
- width?: string;
803
- height?: string;
804
- }
878
+ export declare function HoverCardContent({ className, align, sideOffset, ...props }: React_2.ComponentProps<typeof HoverCard_2.Content>): JSX.Element;
805
879
 
806
- export declare interface IconsProps {
807
- fill?: string;
808
- width?: string;
809
- height?: string;
810
- name: IconName;
811
- }
880
+ export declare function HoverCardTrigger({ ...props }: React_2.ComponentProps<typeof HoverCard_2.Trigger>): JSX.Element;
812
881
 
813
- export declare const Input: ({ size, iconLeft, iconRight, error, disabled, ref, ...rest }: InputProps) => JSX.Element;
882
+ export declare function Input({ className, type, ...props }: React_2.ComponentProps<"input">): JSX.Element;
814
883
 
815
- export declare interface InputProps extends Omit<default_2.InputHTMLAttributes<HTMLInputElement>, "size"> {
816
- size?: InputSize;
817
- iconLeft?: default_2.ReactNode;
818
- iconRight?: default_2.ReactNode;
819
- error?: boolean;
820
- disabled?: boolean;
821
- ref?: default_2.Ref<HTMLInputElement>;
822
- }
884
+ export declare function InputGroup({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
823
885
 
824
- declare type InputSize = "xsmall" | "small";
886
+ export declare function InputGroupAddon({ className, align, ...props }: React_2.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): JSX.Element;
825
887
 
826
- /**
827
- * InteractiveScatter component for visualizing scatter plot data with advanced interactions.
828
- *
829
- * **Features:**
830
- * - Data-driven and static styling (color, shape, size)
831
- * - Interactive selection (click, box, lasso)
832
- * - Keyboard modifiers for click-selection modes (Shift/Ctrl)
833
- * - Customizable tooltips with rich content support
834
- * - Axis customization (ranges, log/linear scales)
835
- * - Performance optimizations for large datasets
836
- * - Selection propagation via callbacks
837
- *
838
- * **Selection Modes (click selection only):**
839
- * - Default click: Replace selection
840
- * - Shift + click: Add to selection
841
- * - Ctrl/Cmd + click: Remove from selection
842
- * - Shift + Ctrl + click: Toggle selection
843
- *
844
- * Box/lasso selection always replaces the current selection because
845
- * Plotly does not expose the original keyboard event for drag operations.
846
- */
847
- export declare const InteractiveScatter: default_2.FC<InteractiveScatterProps>;
888
+ declare const inputGroupAddonVariants: (props?: ({
889
+ align?: "inline-end" | "inline-start" | "block-end" | "block-start" | null | undefined;
890
+ } & ClassProp) | undefined) => string;
848
891
 
849
- /**
850
- * Props for InteractiveScatter component
851
- */
852
- export declare interface InteractiveScatterProps {
853
- /**
854
- * Array of data points to plot
855
- */
856
- data: ScatterPoint[];
857
- /**
858
- * Chart title
859
- */
860
- title?: string;
861
- /**
862
- * X-axis configuration
863
- */
864
- xAxis?: AxisConfig;
865
- /**
866
- * Y-axis configuration
867
- */
868
- yAxis?: AxisConfig;
869
- /**
870
- * Color mapping configuration
871
- */
872
- colorMapping?: ColorMapping;
873
- /**
874
- * Shape mapping configuration
875
- */
876
- shapeMapping?: ShapeMapping;
877
- /**
878
- * Size mapping configuration
879
- */
880
- sizeMapping?: SizeMapping;
881
- /**
882
- * Tooltip configuration
883
- */
884
- tooltip?: TooltipConfig;
885
- /**
886
- * Enable click selection
887
- * @default true
888
- */
889
- enableClickSelection?: boolean;
890
- /**
891
- * Enable box selection (drag to select rectangular region)
892
- * @default true
893
- */
894
- enableBoxSelection?: boolean;
895
- /**
896
- * Enable lasso selection (freeform selection)
897
- * @default true
898
- */
899
- enableLassoSelection?: boolean;
900
- /**
901
- * Controlled selection state.
902
- * If provided, component operates in controlled mode.
903
- */
904
- selectedIds?: Set<string | number>;
905
- /**
906
- * Callback when selection changes
907
- */
908
- onSelectionChange?: (selectedIds: Set<string | number>, mode: SelectionMode_2) => void;
909
- /**
910
- * Callback when a point is clicked
911
- */
912
- onPointClick?: (point: ScatterPoint, event: MouseEvent) => void;
913
- /**
914
- * Downsampling configuration for large datasets
915
- */
916
- downsampling?: DownsamplingConfig;
917
- /**
918
- * Chart width in pixels
919
- * @default 800
920
- */
921
- width?: number;
922
- /**
923
- * Chart height in pixels
924
- * @default 600
925
- */
926
- height?: number;
927
- /**
928
- * Show the continuous color-scale bar when using a continuous `colorMapping`.
929
- * Has no effect for categorical or static mappings.
930
- * @default true
931
- */
932
- showColorBar?: boolean;
933
- /**
934
- * Custom CSS class name
935
- */
936
- className?: string;
937
- }
892
+ export declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React_2.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): JSX.Element;
938
893
 
939
- export declare const Label: default_2.FC<LabelProps>;
894
+ declare const inputGroupButtonVariants: (props?: ({
895
+ size?: "sm" | "xs" | "icon-xs" | "icon-sm" | null | undefined;
896
+ } & ClassProp) | undefined) => string;
940
897
 
941
- export declare interface LabelProps {
942
- children: default_2.ReactNode;
943
- infoText?: string;
944
- className?: string;
945
- }
898
+ export declare function InputGroupInput({ className, ...props }: React_2.ComponentProps<"input">): JSX.Element;
899
+
900
+ export declare function InputGroupText({ className, ...props }: React_2.ComponentProps<"span">): JSX.Element;
901
+
902
+ export declare function InputGroupTextarea({ className, ...props }: React_2.ComponentProps<"textarea">): JSX.Element;
903
+
904
+ export declare function InputOTP({ className, containerClassName, ...props }: React_2.ComponentProps<typeof OTPInput> & {
905
+ containerClassName?: string;
906
+ }): JSX.Element;
907
+
908
+ export declare function InputOTPGroup({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
909
+
910
+ export declare function InputOTPSeparator({ ...props }: React_2.ComponentProps<"div">): JSX.Element;
911
+
912
+ export declare function InputOTPSlot({ index, className, ...props }: React_2.ComponentProps<"div"> & {
913
+ index: number;
914
+ }): JSX.Element;
915
+
916
+ export declare function Item({ className, variant, size, asChild, ...props }: React_2.ComponentProps<"div"> & VariantProps<typeof itemVariants> & {
917
+ asChild?: boolean;
918
+ }): JSX.Element;
919
+
920
+ export declare function ItemActions({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
921
+
922
+ export declare function ItemContent({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
923
+
924
+ export declare function ItemDescription({ className, ...props }: React_2.ComponentProps<"p">): JSX.Element;
925
+
926
+ export declare function ItemFooter({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
927
+
928
+ export declare function ItemGroup({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
929
+
930
+ export declare function ItemHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
931
+
932
+ export declare function ItemMedia({ className, variant, ...props }: React_2.ComponentProps<"div"> & VariantProps<typeof itemMediaVariants>): JSX.Element;
933
+
934
+ declare const itemMediaVariants: (props?: ({
935
+ variant?: "image" | "default" | "icon" | null | undefined;
936
+ } & ClassProp) | undefined) => string;
937
+
938
+ export declare function ItemSeparator({ className, ...props }: React_2.ComponentProps<typeof Separator>): JSX.Element;
939
+
940
+ export declare function ItemTitle({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
941
+
942
+ declare const itemVariants: (props?: ({
943
+ variant?: "default" | "outline" | "muted" | null | undefined;
944
+ size?: "default" | "sm" | "xs" | null | undefined;
945
+ } & ClassProp) | undefined) => string;
946
+
947
+ export declare function Kbd({ className, ...props }: React.ComponentProps<"kbd">): JSX.Element;
948
+
949
+ export declare function KbdGroup({ className, ...props }: React.ComponentProps<"div">): JSX.Element;
950
+
951
+ export declare function Label({ className, ...props }: React_2.ComponentProps<typeof Label_2.Root>): JSX.Element;
946
952
 
947
953
  export declare const LaunchContent: default_2.FC<LaunchContentProps>;
948
954
 
@@ -1071,76 +1077,57 @@ export declare type LineGraphVariant = "lines" | "lines+markers" | "lines+marker
1071
1077
  export declare const Main: default_2.FC<MainProps>;
1072
1078
 
1073
1079
  export declare interface MainProps {
1074
- userProfile: {
1075
- name: string;
1076
- avatar?: string;
1077
- };
1080
+ userProfile: UserProfileInfo;
1078
1081
  hostname: string;
1079
- organization: {
1080
- name: string;
1081
- subtext?: string;
1082
- logo?: default_2.ReactNode;
1083
- };
1082
+ organization: OrganizationInfo_2;
1084
1083
  }
1085
1084
 
1086
- export declare const MarkdownDisplay: ({ markdown, codeRenderer }: MarkdownDisplayProps) => JSX.Element;
1085
+ export declare type MarkerSymbol = "circle" | "circle-open" | "circle-dot" | "circle-open-dot" | "square" | "square-open" | "square-dot" | "square-open-dot" | "diamond" | "diamond-open" | "diamond-dot" | "diamond-open-dot" | "cross" | "cross-open" | "cross-dot" | "cross-open-dot" | "x" | "x-open" | "x-dot" | "x-open-dot" | "triangle-up" | "triangle-up-open" | "triangle-up-dot" | "triangle-up-open-dot" | "triangle-down" | "triangle-down-open" | "triangle-down-dot" | "triangle-down-open-dot" | "triangle-left" | "triangle-left-open" | "triangle-left-dot" | "triangle-left-open-dot" | "triangle-right" | "triangle-right-open" | "triangle-right-dot" | "triangle-right-open-dot" | "triangle-ne" | "triangle-ne-open" | "triangle-ne-dot" | "triangle-ne-open-dot" | "triangle-se" | "triangle-se-open" | "triangle-se-dot" | "triangle-se-open-dot" | "triangle-sw" | "triangle-sw-open" | "triangle-sw-dot" | "triangle-sw-open-dot" | "triangle-nw" | "triangle-nw-open" | "triangle-nw-dot" | "triangle-nw-open-dot" | "pentagon" | "pentagon-open" | "pentagon-dot" | "pentagon-open-dot" | "hexagon" | "hexagon-open" | "hexagon-dot" | "hexagon-open-dot" | "hexagon2" | "hexagon2-open" | "hexagon2-dot" | "hexagon2-open-dot" | "octagon" | "octagon-open" | "octagon-dot" | "octagon-open-dot" | "star" | "star-open" | "star-dot" | "star-open-dot" | "hexagram" | "hexagram-open" | "hexagram-dot" | "hexagram-open-dot" | "star-triangle-up" | "star-triangle-up-open" | "star-triangle-up-dot" | "star-triangle-up-open-dot" | "star-triangle-down" | "star-triangle-down-open" | "star-triangle-down-dot" | "star-triangle-down-open-dot" | "star-square" | "star-square-open" | "star-square-dot" | "star-square-open-dot" | "star-diamond" | "star-diamond-open" | "star-diamond-dot" | "star-diamond-open-dot" | "diamond-tall" | "diamond-tall-open" | "diamond-tall-dot" | "diamond-tall-open-dot" | "diamond-wide" | "diamond-wide-open" | "diamond-wide-dot" | "diamond-wide-open-dot" | "hourglass" | "hourglass-open" | "bowtie" | "bowtie-open" | "circle-cross" | "circle-cross-open" | "circle-x" | "circle-x-open" | "square-cross" | "square-cross-open" | "square-x" | "square-x-open" | "diamond-cross" | "diamond-cross-open" | "diamond-x" | "diamond-x-open" | "cross-thin" | "cross-thin-open" | "x-thin" | "x-thin-open" | "asterisk" | "asterisk-open" | "hash" | "hash-open" | "hash-dot" | "hash-open-dot" | "y-up" | "y-up-open" | "y-down" | "y-down-open" | "y-left" | "y-left-open" | "y-right" | "y-right-open" | "line-ew" | "line-ew-open" | "line-ns" | "line-ns-open" | "line-ne" | "line-ne-open" | "line-nw" | "line-nw-open" | "arrow" | "arrow-open" | "arrow-wide" | "arrow-wide-open";
1087
1086
 
1088
- export declare type MarkdownDisplayProps = {
1089
- markdown: string;
1090
- codeRenderer?: (props: CodeComponentProps) => default_2.ReactElement;
1091
- };
1087
+ declare type MarkerSymbol_2 = "circle" | "square" | "diamond" | "triangle-up" | "triangle-down" | "star";
1092
1088
 
1093
- /**
1094
- * Marker shape for scatter points
1095
- */
1096
- export declare type MarkerShape = "circle" | "square" | "diamond" | "cross" | "x" | "triangle-up" | "triangle-down" | "star";
1089
+ export declare function Menubar({ className, ...props }: React_2.ComponentProps<typeof Menubar_2.Root>): JSX.Element;
1097
1090
 
1098
- export declare type MarkerSymbol = "circle" | "circle-open" | "circle-dot" | "circle-open-dot" | "square" | "square-open" | "square-dot" | "square-open-dot" | "diamond" | "diamond-open" | "diamond-dot" | "diamond-open-dot" | "cross" | "cross-open" | "cross-dot" | "cross-open-dot" | "x" | "x-open" | "x-dot" | "x-open-dot" | "triangle-up" | "triangle-up-open" | "triangle-up-dot" | "triangle-up-open-dot" | "triangle-down" | "triangle-down-open" | "triangle-down-dot" | "triangle-down-open-dot" | "triangle-left" | "triangle-left-open" | "triangle-left-dot" | "triangle-left-open-dot" | "triangle-right" | "triangle-right-open" | "triangle-right-dot" | "triangle-right-open-dot" | "triangle-ne" | "triangle-ne-open" | "triangle-ne-dot" | "triangle-ne-open-dot" | "triangle-se" | "triangle-se-open" | "triangle-se-dot" | "triangle-se-open-dot" | "triangle-sw" | "triangle-sw-open" | "triangle-sw-dot" | "triangle-sw-open-dot" | "triangle-nw" | "triangle-nw-open" | "triangle-nw-dot" | "triangle-nw-open-dot" | "pentagon" | "pentagon-open" | "pentagon-dot" | "pentagon-open-dot" | "hexagon" | "hexagon-open" | "hexagon-dot" | "hexagon-open-dot" | "hexagon2" | "hexagon2-open" | "hexagon2-dot" | "hexagon2-open-dot" | "octagon" | "octagon-open" | "octagon-dot" | "octagon-open-dot" | "star" | "star-open" | "star-dot" | "star-open-dot" | "hexagram" | "hexagram-open" | "hexagram-dot" | "hexagram-open-dot" | "star-triangle-up" | "star-triangle-up-open" | "star-triangle-up-dot" | "star-triangle-up-open-dot" | "star-triangle-down" | "star-triangle-down-open" | "star-triangle-down-dot" | "star-triangle-down-open-dot" | "star-square" | "star-square-open" | "star-square-dot" | "star-square-open-dot" | "star-diamond" | "star-diamond-open" | "star-diamond-dot" | "star-diamond-open-dot" | "diamond-tall" | "diamond-tall-open" | "diamond-tall-dot" | "diamond-tall-open-dot" | "diamond-wide" | "diamond-wide-open" | "diamond-wide-dot" | "diamond-wide-open-dot" | "hourglass" | "hourglass-open" | "bowtie" | "bowtie-open" | "circle-cross" | "circle-cross-open" | "circle-x" | "circle-x-open" | "square-cross" | "square-cross-open" | "square-x" | "square-x-open" | "diamond-cross" | "diamond-cross-open" | "diamond-x" | "diamond-x-open" | "cross-thin" | "cross-thin-open" | "x-thin" | "x-thin-open" | "asterisk" | "asterisk-open" | "hash" | "hash-open" | "hash-dot" | "hash-open-dot" | "y-up" | "y-up-open" | "y-down" | "y-down-open" | "y-left" | "y-left-open" | "y-right" | "y-right-open" | "line-ew" | "line-ew-open" | "line-ns" | "line-ns-open" | "line-ne" | "line-ne-open" | "line-nw" | "line-nw-open" | "arrow" | "arrow-open" | "arrow-wide" | "arrow-wide-open";
1091
+ export declare function MenubarCheckboxItem({ className, children, checked, inset, ...props }: React_2.ComponentProps<typeof Menubar_2.CheckboxItem> & {
1092
+ inset?: boolean;
1093
+ }): JSX.Element;
1099
1094
 
1100
- declare type MarkerSymbol_2 = "circle" | "square" | "diamond" | "triangle-up" | "triangle-down" | "star";
1095
+ export declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React_2.ComponentProps<typeof Menubar_2.Content>): JSX.Element;
1101
1096
 
1102
- export declare const Menu: default_2.FC<MenuProps>;
1097
+ export declare function MenubarGroup({ ...props }: React_2.ComponentProps<typeof Menubar_2.Group>): JSX.Element;
1103
1098
 
1104
- export declare const MenuItem: ({ label, checked, showCheckbox, onClick, onCheckChange, active, className, ref, }: MenuItemProps) => JSX.Element;
1099
+ export declare function MenubarItem({ className, inset, variant, ...props }: React_2.ComponentProps<typeof Menubar_2.Item> & {
1100
+ inset?: boolean;
1101
+ variant?: "default" | "destructive";
1102
+ }): JSX.Element;
1105
1103
 
1106
- declare interface MenuItemData extends Omit<MenuItemProps, "onClick" | "onCheckChange"> {
1107
- id: string;
1108
- }
1104
+ export declare function MenubarLabel({ className, inset, ...props }: React_2.ComponentProps<typeof Menubar_2.Label> & {
1105
+ inset?: boolean;
1106
+ }): JSX.Element;
1109
1107
 
1110
- export declare interface MenuItemProps {
1111
- label: string;
1112
- checked?: boolean;
1113
- showCheckbox?: boolean;
1114
- onClick?: () => void;
1115
- onCheckChange?: (checked: boolean) => void;
1116
- active?: boolean;
1117
- className?: string;
1118
- ref?: default_2.Ref<HTMLDivElement>;
1119
- }
1108
+ export declare function MenubarMenu({ ...props }: React_2.ComponentProps<typeof Menubar_2.Menu>): JSX.Element;
1120
1109
 
1121
- export declare interface MenuProps {
1122
- title?: string;
1123
- items: MenuItemData[];
1124
- onItemClick?: (itemId: string) => void;
1125
- onItemCheckChange?: (itemId: string, checked: boolean) => void;
1126
- activeItemId?: string | null;
1127
- className?: string;
1128
- }
1110
+ export declare function MenubarPortal({ ...props }: React_2.ComponentProps<typeof Menubar_2.Portal>): JSX.Element;
1129
1111
 
1130
- export declare const Modal: ({ isOpen, onClose, onCloseLabel, onConfirm, onConfirmLabel, children, width, className, hideActions, title, }: ModalProps) => false | JSX.Element;
1112
+ export declare function MenubarRadioGroup({ ...props }: React_2.ComponentProps<typeof Menubar_2.RadioGroup>): JSX.Element;
1131
1113
 
1132
- export declare interface ModalProps {
1133
- isOpen: boolean;
1134
- onClose: () => void;
1135
- onCloseLabel?: string;
1136
- onConfirm: () => void;
1137
- onConfirmLabel?: string;
1138
- children: ReactNode;
1139
- width?: string;
1140
- className?: string;
1141
- hideActions?: boolean;
1142
- title?: string;
1143
- }
1114
+ export declare function MenubarRadioItem({ className, children, inset, ...props }: React_2.ComponentProps<typeof Menubar_2.RadioItem> & {
1115
+ inset?: boolean;
1116
+ }): JSX.Element;
1117
+
1118
+ export declare function MenubarSeparator({ className, ...props }: React_2.ComponentProps<typeof Menubar_2.Separator>): JSX.Element;
1119
+
1120
+ export declare function MenubarShortcut({ className, ...props }: React_2.ComponentProps<"span">): JSX.Element;
1121
+
1122
+ export declare function MenubarSub({ ...props }: React_2.ComponentProps<typeof Menubar_2.Sub>): JSX.Element;
1123
+
1124
+ export declare function MenubarSubContent({ className, ...props }: React_2.ComponentProps<typeof Menubar_2.SubContent>): JSX.Element;
1125
+
1126
+ export declare function MenubarSubTrigger({ className, inset, children, ...props }: React_2.ComponentProps<typeof Menubar_2.SubTrigger> & {
1127
+ inset?: boolean;
1128
+ }): JSX.Element;
1129
+
1130
+ export declare function MenubarTrigger({ className, ...props }: React_2.ComponentProps<typeof Menubar_2.Trigger>): JSX.Element;
1144
1131
 
1145
1132
  export declare const Navbar: default_2.FC<NavbarProps>;
1146
1133
 
@@ -1160,12 +1147,38 @@ export declare interface NavbarProps {
1160
1147
  */
1161
1148
  export declare function navigateToTdpUrl(url: string, options?: TdpNavigationOptions): void;
1162
1149
 
1150
+ export declare function NavigationMenu({ className, children, viewport, ...props }: React_2.ComponentProps<typeof NavigationMenu_2.Root> & {
1151
+ viewport?: boolean;
1152
+ }): JSX.Element;
1153
+
1154
+ export declare function NavigationMenuContent({ className, ...props }: React_2.ComponentProps<typeof NavigationMenu_2.Content>): JSX.Element;
1155
+
1156
+ export declare function NavigationMenuIndicator({ className, ...props }: React_2.ComponentProps<typeof NavigationMenu_2.Indicator>): JSX.Element;
1157
+
1158
+ export declare function NavigationMenuItem({ className, ...props }: React_2.ComponentProps<typeof NavigationMenu_2.Item>): JSX.Element;
1159
+
1160
+ export declare function NavigationMenuLink({ className, ...props }: React_2.ComponentProps<typeof NavigationMenu_2.Link>): JSX.Element;
1161
+
1162
+ export declare function NavigationMenuList({ className, ...props }: React_2.ComponentProps<typeof NavigationMenu_2.List>): JSX.Element;
1163
+
1164
+ export declare function NavigationMenuTrigger({ className, children, ...props }: React_2.ComponentProps<typeof NavigationMenu_2.Trigger>): JSX.Element;
1165
+
1166
+ export declare const navigationMenuTriggerStyle: (props?: ClassProp | undefined) => string;
1167
+
1168
+ export declare function NavigationMenuViewport({ className, ...props }: React_2.ComponentProps<typeof NavigationMenu_2.Viewport>): JSX.Element;
1169
+
1163
1170
  declare interface OrganizationInfo {
1164
1171
  name: string;
1165
1172
  subtext?: string;
1166
1173
  logo?: default_2.ReactNode;
1167
1174
  }
1168
1175
 
1176
+ declare interface OrganizationInfo_2 {
1177
+ name: string;
1178
+ subtext?: string;
1179
+ logo?: default_2.ReactNode;
1180
+ }
1181
+
1169
1182
  /**
1170
1183
  * Peak annotation for labeling peaks on the chromatogram.
1171
1184
  * Used for both user-provided annotations and auto-detected peaks.
@@ -1405,42 +1418,6 @@ declare interface PlateRegion {
1405
1418
  fillColor?: string;
1406
1419
  }
1407
1420
 
1408
- /**
1409
- * Constants for plot layout
1410
- */
1411
- export declare const PLOT_CONSTANTS: {
1412
- MARGIN_LEFT: number;
1413
- MARGIN_RIGHT: number;
1414
- MARGIN_TOP: number;
1415
- MARGIN_BOTTOM: number;
1416
- TITLE_FONT_SIZE: number;
1417
- AXIS_TITLE_FONT_SIZE: number;
1418
- AXIS_TICK_FONT_SIZE: number;
1419
- LEGEND_FONT_SIZE: number;
1420
- FONT_FAMILY: string;
1421
- GRID_WIDTH: number;
1422
- AXIS_LINE_WIDTH: number;
1423
- AUTO_RANGE_PADDING: number;
1424
- };
1425
-
1426
- export declare const PopConfirm: default_2.FC<PopConfirmProps>;
1427
-
1428
- declare type PopConfirmPlacement = "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
1429
-
1430
- export declare interface PopConfirmProps {
1431
- title?: ReactNode;
1432
- description?: ReactNode;
1433
- onConfirm?: (e?: default_2.MouseEvent<HTMLElement>) => void;
1434
- onCancel?: (e?: default_2.MouseEvent<HTMLElement>) => void;
1435
- okText?: string;
1436
- cancelText?: string;
1437
- placement?: PopConfirmPlacement;
1438
- children: ReactNode;
1439
- className?: string;
1440
- okButtonProps?: default_2.ButtonHTMLAttributes<HTMLButtonElement>;
1441
- cancelButtonProps?: default_2.ButtonHTMLAttributes<HTMLButtonElement>;
1442
- }
1443
-
1444
1421
  export declare const ProtocolConfiguration: default_2.FC<ProtocolConfigurationProps>;
1445
1422
 
1446
1423
  export declare interface ProtocolConfigurationProps {
@@ -1453,7 +1430,10 @@ export declare interface ProtocolYamlCardProps {
1453
1430
  title: string;
1454
1431
  newVersionMode: boolean;
1455
1432
  onToggleNewVersionMode: (checked: boolean) => void;
1456
- versionOptions: DropdownOption[];
1433
+ versionOptions: {
1434
+ value: string;
1435
+ label: string;
1436
+ }[];
1457
1437
  selectedVersion: string;
1458
1438
  onVersionChange: (value: string) => void;
1459
1439
  onDeploy: () => void;
@@ -1465,16 +1445,25 @@ export declare const PythonEditorModal: default_2.FC<PythonEditorModalProps>;
1465
1445
 
1466
1446
  export declare interface PythonEditorModalProps {
1467
1447
  open: boolean;
1448
+ onOpenChange: (open: boolean) => void;
1468
1449
  initialValue?: string;
1469
1450
  title?: string;
1451
+ description?: string;
1470
1452
  onSave: (value: string) => void;
1471
- onCancel: () => void;
1453
+ onCancel?: () => void;
1472
1454
  }
1473
1455
 
1474
- /**
1475
- * Scale type for axes
1476
- */
1477
- export declare type ScaleType = "linear" | "log";
1456
+ export declare function RadioGroup({ className, ...props }: React_2.ComponentProps<typeof RadioGroup_2.Root>): JSX.Element;
1457
+
1458
+ export declare function RadioGroupItem({ className, ...props }: React_2.ComponentProps<typeof RadioGroup_2.Item>): JSX.Element;
1459
+
1460
+ export declare function ResizableHandle({ withHandle, className, ...props }: ResizablePrimitive.SeparatorProps & {
1461
+ withHandle?: boolean;
1462
+ }): JSX.Element;
1463
+
1464
+ export declare function ResizablePanel({ ...props }: ResizablePrimitive.PanelProps): JSX.Element;
1465
+
1466
+ export declare function ResizablePanelGroup({ className, ...props }: ResizablePrimitive.GroupProps): JSX.Element;
1478
1467
 
1479
1468
  export declare interface ScatterDataPoint {
1480
1469
  x: number;
@@ -1502,21 +1491,9 @@ export declare interface ScatterGraphProps {
1502
1491
  title?: string;
1503
1492
  }
1504
1493
 
1505
- /**
1506
- * A single data point in the scatter plot
1507
- */
1508
- export declare interface ScatterPoint {
1509
- /** Unique identifier for the point */
1510
- id: string | number;
1511
- /** X-axis value */
1512
- x: number;
1513
- /** Y-axis value */
1514
- y: number;
1515
- /** Optional label for the point */
1516
- label?: string;
1517
- /** Additional metadata for tooltips and styling */
1518
- metadata?: Record<string, unknown>;
1519
- }
1494
+ export declare function ScrollArea({ className, children, ...props }: React_2.ComponentProps<typeof ScrollArea_2.Root>): JSX.Element;
1495
+
1496
+ export declare function ScrollBar({ className, orientation, ...props }: React_2.ComponentProps<typeof ScrollArea_2.ScrollAreaScrollbar>): JSX.Element;
1520
1497
 
1521
1498
  /** Transformed search result (flattened from Elasticsearch hit format) */
1522
1499
  export declare interface SearchResult {
@@ -1525,193 +1502,185 @@ export declare interface SearchResult {
1525
1502
  [key: string]: any;
1526
1503
  }
1527
1504
 
1528
- export declare const SelectField: ({ label, infoText, supportiveText, showSupportiveCheck, className, ref, ...dropdownProps }: SelectFieldProps) => JSX.Element;
1505
+ export declare function Select({ ...props }: React_2.ComponentProps<typeof Select_2.Root>): JSX.Element;
1529
1506
 
1530
- export declare interface SelectFieldProps extends Omit<DropdownProps, "className"> {
1531
- label: string;
1532
- infoText?: string;
1533
- supportiveText?: string;
1534
- showSupportiveCheck?: boolean;
1535
- className?: string;
1536
- ref?: default_2.Ref<HTMLDivElement>;
1537
- }
1507
+ export declare function SelectContent({ className, children, position, align, ...props }: React_2.ComponentProps<typeof Select_2.Content>): JSX.Element;
1538
1508
 
1539
- /**
1540
- * Selection mode keyboard modifiers
1541
- */
1542
- export declare const SELECTION_MODIFIERS: {
1543
- readonly ADD: "shiftKey";
1544
- readonly REMOVE: "ctrlKey";
1545
- readonly TOGGLE: "both";
1509
+ export declare function SelectGroup({ className, ...props }: React_2.ComponentProps<typeof Select_2.Group>): JSX.Element;
1510
+
1511
+ export declare function SelectItem({ className, children, ...props }: React_2.ComponentProps<typeof Select_2.Item>): JSX.Element;
1512
+
1513
+ export declare function SelectLabel({ className, ...props }: React_2.ComponentProps<typeof Select_2.Label>): JSX.Element;
1514
+
1515
+ export declare function SelectScrollDownButton({ className, ...props }: React_2.ComponentProps<typeof Select_2.ScrollDownButton>): JSX.Element;
1516
+
1517
+ export declare function SelectScrollUpButton({ className, ...props }: React_2.ComponentProps<typeof Select_2.ScrollUpButton>): JSX.Element;
1518
+
1519
+ export declare function SelectSeparator({ className, ...props }: React_2.ComponentProps<typeof Select_2.Separator>): JSX.Element;
1520
+
1521
+ export declare function SelectTrigger({ className, size, children, ...props }: React_2.ComponentProps<typeof Select_2.Trigger> & {
1522
+ size?: "sm" | "default";
1523
+ }): JSX.Element;
1524
+
1525
+ export declare function SelectValue({ ...props }: React_2.ComponentProps<typeof Select_2.Value>): JSX.Element;
1526
+
1527
+ export declare function Separator({ className, orientation, decorative, ...props }: React_2.ComponentProps<typeof Separator_2.Root>): JSX.Element;
1528
+
1529
+ export declare function Sheet({ ...props }: React_2.ComponentProps<typeof Dialog_2.Root>): JSX.Element;
1530
+
1531
+ export declare function SheetClose({ ...props }: React_2.ComponentProps<typeof Dialog_2.Close>): JSX.Element;
1532
+
1533
+ export declare function SheetContent({ className, children, side, showCloseButton, ...props }: React_2.ComponentProps<typeof Dialog_2.Content> & {
1534
+ side?: "top" | "right" | "bottom" | "left";
1535
+ showCloseButton?: boolean;
1536
+ }): JSX.Element;
1537
+
1538
+ export declare function SheetDescription({ className, ...props }: React_2.ComponentProps<typeof Dialog_2.Description>): JSX.Element;
1539
+
1540
+ export declare function SheetFooter({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
1541
+
1542
+ export declare function SheetHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
1543
+
1544
+ export declare function SheetTitle({ className, ...props }: React_2.ComponentProps<typeof Dialog_2.Title>): JSX.Element;
1545
+
1546
+ export declare function SheetTrigger({ ...props }: React_2.ComponentProps<typeof Dialog_2.Trigger>): JSX.Element;
1547
+
1548
+ export declare function Sidebar({ side, variant, collapsible, className, children, dir, ...props }: React_2.ComponentProps<"div"> & {
1549
+ side?: "left" | "right";
1550
+ variant?: "sidebar" | "floating" | "inset";
1551
+ collapsible?: "offcanvas" | "icon" | "none";
1552
+ }): JSX.Element;
1553
+
1554
+ export declare function SidebarContent({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
1555
+
1556
+ declare type SidebarContextProps = {
1557
+ state: "expanded" | "collapsed";
1558
+ open: boolean;
1559
+ setOpen: (open: boolean) => void;
1560
+ openMobile: boolean;
1561
+ setOpenMobile: (open: boolean) => void;
1562
+ isMobile: boolean;
1563
+ toggleSidebar: () => void;
1546
1564
  };
1547
1565
 
1548
- /**
1549
- * Data format for selection propagation between components
1550
- */
1551
- export declare interface SelectionEvent {
1552
- /** Array of selected point IDs */
1553
- selectedIds: Set<string | number>;
1554
- /** Selection mode used */
1555
- mode: SelectionMode_2;
1556
- /** Source component identifier (optional) */
1557
- source?: string;
1558
- }
1566
+ export declare function SidebarFooter({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
1559
1567
 
1560
- /**
1561
- * Selection mode for interactive selection
1562
- */
1563
- declare type SelectionMode_2 = "replace" | "add" | "remove" | "toggle";
1564
- export { SelectionMode_2 as SelectionMode }
1568
+ export declare function SidebarGroup({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
1565
1569
 
1566
- /**
1567
- * Selection state
1568
- */
1569
- export declare interface SelectionState {
1570
- /** Array of selected point IDs */
1571
- selectedIds: Set<string | number>;
1572
- }
1570
+ export declare function SidebarGroupAction({ className, asChild, ...props }: React_2.ComponentProps<"button"> & {
1571
+ asChild?: boolean;
1572
+ }): JSX.Element;
1573
1573
 
1574
- /**
1575
- * Shape mapping configuration
1576
- */
1577
- export declare interface ShapeMapping {
1578
- /** Type of mapping: data-driven or static */
1579
- type: "static" | "categorical";
1580
- /** Static shape value (for type: "static") */
1581
- value?: MarkerShape;
1582
- /** Data field to map (for type: "categorical") */
1583
- field?: string;
1584
- /** Shape mapping for categorical values */
1585
- categoryShapes?: Record<string, MarkerShape>;
1586
- }
1574
+ export declare function SidebarGroupContent({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
1587
1575
 
1588
- export declare const Sidebar: default_2.FC<SidebarProps>;
1576
+ export declare function SidebarGroupLabel({ className, asChild, ...props }: React_2.ComponentProps<"div"> & {
1577
+ asChild?: boolean;
1578
+ }): JSX.Element;
1579
+
1580
+ export declare function SidebarHeader({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
1581
+
1582
+ export declare function SidebarInput({ className, ...props }: React_2.ComponentProps<typeof Input>): JSX.Element;
1583
+
1584
+ export declare function SidebarInset({ className, ...props }: React_2.ComponentProps<"main">): JSX.Element;
1589
1585
 
1590
1586
  declare interface SidebarItemProps {
1591
- icon: IconName;
1587
+ icon: LucideIcon;
1592
1588
  label: string;
1593
1589
  active?: boolean;
1594
1590
  onClick?: () => void;
1595
1591
  }
1596
1592
 
1593
+ export declare function SidebarMenu({ className, ...props }: React_2.ComponentProps<"ul">): JSX.Element;
1594
+
1595
+ export declare function SidebarMenuAction({ className, asChild, showOnHover, ...props }: React_2.ComponentProps<"button"> & {
1596
+ asChild?: boolean;
1597
+ showOnHover?: boolean;
1598
+ }): JSX.Element;
1599
+
1600
+ export declare function SidebarMenuBadge({ className, ...props }: React_2.ComponentProps<"div">): JSX.Element;
1601
+
1602
+ export declare function SidebarMenuButton({ asChild, isActive, variant, size, tooltip, className, ...props }: React_2.ComponentProps<"button"> & {
1603
+ asChild?: boolean;
1604
+ isActive?: boolean;
1605
+ tooltip?: string | React_2.ComponentProps<typeof TooltipContent>;
1606
+ } & VariantProps<typeof sidebarMenuButtonVariants>): JSX.Element;
1607
+
1608
+ declare const sidebarMenuButtonVariants: (props?: ({
1609
+ variant?: "default" | "outline" | null | undefined;
1610
+ size?: "default" | "sm" | "lg" | null | undefined;
1611
+ } & ClassProp) | undefined) => string;
1612
+
1613
+ export declare function SidebarMenuItem({ className, ...props }: React_2.ComponentProps<"li">): JSX.Element;
1614
+
1615
+ export declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React_2.ComponentProps<"div"> & {
1616
+ showIcon?: boolean;
1617
+ }): JSX.Element;
1618
+
1619
+ export declare function SidebarMenuSub({ className, ...props }: React_2.ComponentProps<"ul">): JSX.Element;
1620
+
1621
+ export declare function SidebarMenuSubButton({ asChild, size, isActive, className, ...props }: React_2.ComponentProps<"a"> & {
1622
+ asChild?: boolean;
1623
+ size?: "sm" | "md";
1624
+ isActive?: boolean;
1625
+ }): JSX.Element;
1626
+
1627
+ export declare function SidebarMenuSubItem({ className, ...props }: React_2.ComponentProps<"li">): JSX.Element;
1628
+
1597
1629
  export declare interface SidebarProps {
1598
1630
  items: SidebarItemProps[];
1599
1631
  activeItem?: string;
1600
1632
  onItemClick?: (label: string) => void;
1601
1633
  }
1602
1634
 
1603
- /**
1604
- * Size mapping configuration
1605
- */
1606
- export declare interface SizeMapping {
1607
- /** Type of mapping: data-driven or static */
1608
- type: "static" | "continuous" | "categorical";
1609
- /** Static size value (for type: "static") */
1610
- value?: number;
1611
- /** Data field to map (for type: "continuous" | "categorical") */
1612
- field?: string;
1613
- /** Size range for continuous mapping */
1614
- sizeRange?: [number, number];
1615
- /** Discrete sizes for categorical mapping */
1616
- categorySizes?: Record<string, number>;
1617
- /** Min/max values for continuous mapping (auto-calculated if not provided) */
1618
- min?: number;
1619
- max?: number;
1620
- }
1635
+ export declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: setOpenProp, className, style, children, ...props }: React_2.ComponentProps<"div"> & {
1636
+ defaultOpen?: boolean;
1637
+ open?: boolean;
1638
+ onOpenChange?: (open: boolean) => void;
1639
+ }): JSX.Element;
1621
1640
 
1622
- export declare const SupportiveText: default_2.FC<SupportiveTextProps>;
1641
+ export declare function SidebarRail({ className, ...props }: React_2.ComponentProps<"button">): JSX.Element;
1623
1642
 
1624
- export declare interface SupportiveTextProps {
1625
- children: default_2.ReactNode;
1626
- showCheck?: boolean;
1627
- className?: string;
1628
- }
1643
+ export declare function SidebarSeparator({ className, ...props }: React_2.ComponentProps<typeof Separator>): JSX.Element;
1629
1644
 
1630
- export declare const Tab: default_2.FC<TabProps>;
1645
+ export declare function SidebarTrigger({ className, onClick, ...props }: React_2.ComponentProps<typeof Button>): JSX.Element;
1631
1646
 
1632
- export declare const TabGroup: default_2.FC<TabGroupProps>;
1647
+ export declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): JSX.Element;
1633
1648
 
1634
- export declare interface TabGroupProps {
1635
- tabs: TabItem[];
1636
- activeTab?: string;
1637
- onChange?: (tabId: string) => void;
1638
- disabled?: boolean;
1639
- size?: TabSize;
1640
- }
1649
+ export declare function Slider({ className, defaultValue, value, min, max, ...props }: React_2.ComponentProps<typeof Slider_2.Root>): JSX.Element;
1641
1650
 
1642
- declare interface TabItem extends Omit<TabProps, "active" | "onClick"> {
1643
- id: string;
1644
- }
1651
+ export declare function Spinner({ className, ...props }: React.ComponentProps<"svg">): JSX.Element;
1645
1652
 
1646
- export declare function Table<T extends Record<string, any>>({ columns, data, pageSize, rowKey, selectable, onRowSelect, sortKey: controlledSortKey, sortDirection: controlledSortDirection, onSort: controlledOnSort, currentPage: controlledCurrentPage, onPageChange: controlledOnPageChange, totalItems, selectedRows: controlledSelectedRows, className, }: TableProps<T>): JSX.Element;
1653
+ export declare function Switch({ className, size, ...props }: React_2.ComponentProps<typeof Switch_2.Root> & {
1654
+ size?: "sm" | "default";
1655
+ }): JSX.Element;
1647
1656
 
1648
- export declare namespace Table {
1649
- var displayName: string;
1650
- }
1657
+ export declare function Table({ className, ...props }: React_2.ComponentProps<"table">): JSX.Element;
1651
1658
 
1652
- export declare const TableCell: ({ children, align, width, className, ref, ...props }: TableCellProps) => JSX.Element;
1659
+ export declare function TableBody({ className, ...props }: React_2.ComponentProps<"tbody">): JSX.Element;
1653
1660
 
1654
- export declare interface TableCellProps extends default_2.TdHTMLAttributes<HTMLTableCellElement> {
1655
- children?: default_2.ReactNode;
1656
- align?: "left" | "center" | "right";
1657
- width?: string;
1658
- className?: string;
1659
- ref?: default_2.Ref<HTMLTableCellElement>;
1660
- }
1661
+ export declare function TableCaption({ className, ...props }: React_2.ComponentProps<"caption">): JSX.Element;
1661
1662
 
1662
- export declare interface TableColumn<T = any> {
1663
- key: string;
1664
- header: string;
1665
- sortable?: boolean;
1666
- filterable?: boolean;
1667
- filterOptions?: DropdownOption[];
1668
- width?: string;
1669
- align?: "left" | "center" | "right";
1670
- render?: (value: any, row: T, index: number) => default_2.ReactNode;
1671
- }
1663
+ export declare function TableCell({ className, ...props }: React_2.ComponentProps<"td">): JSX.Element;
1672
1664
 
1673
- export declare const TableHeaderCell: ({ children, sortable, sortDirection, onSort, filterable, filterOptions, filterValue, onFilterChange, width, className, ref, ...props }: TableHeaderCellProps) => JSX.Element;
1665
+ export declare function TableFooter({ className, ...props }: React_2.ComponentProps<"tfoot">): JSX.Element;
1674
1666
 
1675
- export declare interface TableHeaderCellProps extends default_2.ThHTMLAttributes<HTMLTableCellElement> {
1676
- children?: default_2.ReactNode;
1677
- sortable?: boolean;
1678
- sortDirection?: "asc" | "desc" | null;
1679
- onSort?: () => void;
1680
- filterable?: boolean;
1681
- filterOptions?: DropdownOption[];
1682
- filterValue?: string;
1683
- onFilterChange?: (value: string) => void;
1684
- width?: string;
1685
- className?: string;
1686
- ref?: default_2.Ref<HTMLTableCellElement>;
1687
- }
1667
+ export declare function TableHead({ className, ...props }: React_2.ComponentProps<"th">): JSX.Element;
1688
1668
 
1689
- export declare interface TableProps<T = any> {
1690
- columns: TableColumn<T>[];
1691
- data: T[];
1692
- pageSize?: number;
1693
- rowKey?: keyof T | ((row: T) => string | number);
1694
- selectable?: boolean;
1695
- onRowSelect?: (selectedRows: T[]) => void;
1696
- sortKey?: string;
1697
- sortDirection?: "asc" | "desc";
1698
- onSort?: (key: string, direction: "asc" | "desc") => void;
1699
- currentPage?: number;
1700
- onPageChange?: (page: number) => void;
1701
- totalItems?: number;
1702
- selectedRows?: T[];
1703
- className?: string;
1704
- }
1669
+ export declare function TableHeader({ className, ...props }: React_2.ComponentProps<"thead">): JSX.Element;
1705
1670
 
1706
- export declare interface TabProps {
1707
- label: string;
1708
- active?: boolean;
1709
- disabled?: boolean;
1710
- size?: TabSize;
1711
- onClick?: () => void;
1712
- }
1671
+ export declare function TableRow({ className, ...props }: React_2.ComponentProps<"tr">): JSX.Element;
1672
+
1673
+ export declare function Tabs({ className, orientation, ...props }: React_2.ComponentProps<typeof Tabs_2.Root>): JSX.Element;
1674
+
1675
+ export declare function TabsContent({ className, ...props }: React_2.ComponentProps<typeof Tabs_2.Content>): JSX.Element;
1676
+
1677
+ export declare function TabsList({ className, variant, ...props }: React_2.ComponentProps<typeof Tabs_2.List> & VariantProps<typeof tabsListVariants>): JSX.Element;
1713
1678
 
1714
- export declare type TabSize = "small" | "medium";
1679
+ export declare const tabsListVariants: (props?: ({
1680
+ variant?: "line" | "default" | null | undefined;
1681
+ } & ClassProp) | undefined) => string;
1682
+
1683
+ export declare function TabsTrigger({ className, ...props }: React_2.ComponentProps<typeof Tabs_2.Trigger>): JSX.Element;
1715
1684
 
1716
1685
  /** Props passed to the renderFilters render prop */
1717
1686
  export declare interface TdpFiltersRenderProps {
@@ -1884,7 +1853,11 @@ export declare interface TdpSearchConfig {
1884
1853
  export declare interface TdpSearchFilter {
1885
1854
  key: string;
1886
1855
  label: string;
1887
- options: DropdownOption[];
1856
+ options: {
1857
+ value: string;
1858
+ label: string;
1859
+ disabled: boolean;
1860
+ }[];
1888
1861
  }
1889
1862
 
1890
1863
  export declare type TdpSearchProps = CommonTdpSearchProps & TdpSearchConfig;
@@ -1895,138 +1868,47 @@ export declare interface TdpSearchSort {
1895
1868
  order: "asc" | "desc";
1896
1869
  }
1897
1870
 
1898
- export declare const Textarea: ({ size, error, disabled, fullWidth, rows, ref, ...rest }: TextareaProps) => JSX.Element;
1899
-
1900
- export declare interface TextareaProps extends Omit<default_2.TextareaHTMLAttributes<HTMLTextAreaElement>, "size"> {
1901
- size?: TextareaSize;
1902
- error?: boolean;
1903
- disabled?: boolean;
1904
- fullWidth?: boolean;
1905
- rows?: number;
1906
- ref?: default_2.Ref<HTMLTextAreaElement>;
1907
- }
1908
-
1909
- declare type TextareaSize = "xsmall" | "small";
1910
-
1911
- export declare interface Theme {
1912
- colors?: ThemeColors;
1913
- radius?: ThemeRadius;
1914
- spacing?: ThemeSpacing;
1915
- }
1916
-
1917
- /**
1918
- * Theme type definitions for TetraScience UI Kit
1919
- */
1920
- export declare interface ThemeColors {
1921
- primary?: string;
1922
- primaryHover?: string;
1923
- primaryActive?: string;
1924
- background?: string;
1925
- text?: string;
1926
- border?: string;
1927
- cardBackground?: string;
1928
- cardBorder?: string;
1929
- }
1930
-
1931
- /**
1932
- * ThemeProvider component that sets CSS custom properties for theming
1933
- *
1934
- * This provider merges the provided theme with the default theme and
1935
- * sets CSS variables on a wrapper element, making them available to both
1936
- * styled-components and SCSS styles within the provider's scope.
1937
- *
1938
- * @example
1939
- * ```tsx
1940
- * import { ThemeProvider, Button } from '@tetrascience-npm/tetrascience-react-ui';
1941
- *
1942
- * const customTheme = {
1943
- * colors: {
1944
- * primary: '#FF0000',
1945
- * },
1946
- * radius: {
1947
- * medium: '12px',
1948
- * }
1949
- * };
1950
- *
1951
- * <ThemeProvider theme={customTheme}>
1952
- * <Button>Click me</Button>
1953
- * </ThemeProvider>
1954
- * ```
1955
- */
1956
- export declare const ThemeProvider: default_2.FC<ThemeProviderProps>;
1871
+ export declare const TetraScienceIcon: React_2.ForwardRefExoticComponent<Omit<TetraScienceIconProps, "ref"> & React_2.RefAttributes<SVGSVGElement>>;
1957
1872
 
1958
- export declare interface ThemeProviderProps {
1959
- theme?: Theme;
1960
- children: default_2.ReactNode;
1873
+ export declare interface TetraScienceIconProps extends React_2.SVGProps<SVGSVGElement> {
1874
+ size?: number | string;
1961
1875
  }
1962
1876
 
1963
- export declare interface ThemeRadius {
1964
- small?: string;
1965
- medium?: string;
1966
- large?: string;
1967
- }
1877
+ export declare function Textarea({ className, ...props }: React_2.ComponentProps<"textarea">): JSX.Element;
1968
1878
 
1969
- export declare interface ThemeSpacing {
1970
- small?: string;
1971
- medium?: string;
1972
- large?: string;
1973
- }
1879
+ export declare const Toaster: ({ ...props }: ToasterProps) => JSX.Element;
1974
1880
 
1975
- export declare const Toast: default_2.FC<ToastProps>;
1881
+ export declare function Toggle({ className, variant, size, ...props }: React_2.ComponentProps<typeof Toggle_2.Root> & VariantProps<typeof toggleVariants>): JSX.Element;
1976
1882
 
1977
- export declare interface ToastContainerProps {
1978
- position: ToastPosition;
1979
- }
1883
+ export declare function ToggleGroup({ className, variant, size, spacing, orientation, children, ...props }: React_2.ComponentProps<typeof ToggleGroup_2.Root> & VariantProps<typeof toggleVariants> & {
1884
+ spacing?: number;
1885
+ orientation?: "horizontal" | "vertical";
1886
+ }): JSX.Element;
1980
1887
 
1981
- export declare const ToastManager: default_2.FC<ToastManagerProps>;
1888
+ export declare function ToggleGroupItem({ className, children, variant, size, ...props }: React_2.ComponentProps<typeof ToggleGroup_2.Item> & VariantProps<typeof toggleVariants>): JSX.Element;
1982
1889
 
1983
- export declare interface ToastManagerProps {
1984
- position?: ToastPosition;
1985
- }
1890
+ export declare const toggleVariants: (props?: ({
1891
+ variant?: "default" | "outline" | null | undefined;
1892
+ size?: "default" | "sm" | "lg" | null | undefined;
1893
+ } & ClassProp) | undefined) => string;
1986
1894
 
1987
- declare type ToastPosition = "top" | "bottom";
1895
+ export declare function Tooltip({ ...props }: React_2.ComponentProps<typeof Tooltip_2.Root>): JSX.Element;
1988
1896
 
1989
- export declare interface ToastProps {
1990
- type?: ToastType;
1991
- heading: string;
1992
- description?: string;
1993
- className?: string;
1994
- }
1897
+ export declare function TooltipContent({ className, sideOffset, children, ...props }: React_2.ComponentProps<typeof Tooltip_2.Content>): JSX.Element;
1995
1898
 
1996
- export declare type ToastType = "info" | "success" | "warning" | "danger" | "default";
1899
+ export declare function TooltipProvider({ delayDuration, ...props }: React_2.ComponentProps<typeof Tooltip_2.Provider>): JSX.Element;
1997
1900
 
1998
- export declare const Toggle: default_2.FC<ToggleProps>;
1999
-
2000
- export declare interface ToggleProps {
2001
- checked?: boolean;
2002
- onChange?: (checked: boolean) => void;
2003
- disabled?: boolean;
2004
- label?: string;
2005
- className?: string;
2006
- }
1901
+ export declare function TooltipTrigger({ ...props }: React_2.ComponentProps<typeof Tooltip_2.Trigger>): JSX.Element;
2007
1902
 
2008
- export declare const Tooltip: default_2.FC<TooltipProps>;
1903
+ export declare function useCarousel(): CarouselContextProps;
2009
1904
 
2010
- /**
2011
- * Tooltip configuration
2012
- */
2013
- export declare interface TooltipConfig {
2014
- /** Enable/disable tooltips */
2015
- enabled?: boolean;
2016
- /** Custom tooltip content function */
2017
- content?: (point: ScatterPoint) => string;
2018
- /** Fields to display in default tooltip */
2019
- fields?: string[];
2020
- }
1905
+ declare type UseCarouselParameters = Parameters<typeof default_3>;
2021
1906
 
2022
- declare type TooltipPlacement = "top" | "right" | "bottom" | "left";
1907
+ export declare function useComboboxAnchor(): React_2.RefObject<HTMLDivElement | null>;
2023
1908
 
2024
- export declare interface TooltipProps {
2025
- content: ReactNode;
2026
- children: ReactNode;
2027
- placement?: TooltipPlacement;
2028
- className?: string;
2029
- delay?: number;
1909
+ declare interface UserProfileInfo {
1910
+ name: string;
1911
+ avatar?: string;
2030
1912
  }
2031
1913
 
2032
1914
  declare interface UserProfileProps {
@@ -2049,6 +1931,8 @@ export declare interface UseSearchResult {
2049
1931
  executeSearch: (searchRequest: Omit<SearchEqlRequest, "from" | "size">, page?: number) => Promise<SearchResult[]>;
2050
1932
  }
2051
1933
 
1934
+ export declare function useSidebar(): SidebarContextProps;
1935
+
2052
1936
  /**
2053
1937
  * Standalone hook for TDP navigation (no provider required).
2054
1938
  *
@@ -2163,10 +2047,3 @@ export declare interface WellData {
2163
2047
  }
2164
2048
 
2165
2049
  export { }
2166
-
2167
-
2168
- declare module "styled-components" {
2169
- interface DefaultTheme {
2170
- position: ToastPosition;
2171
- }
2172
- }