@tetrascience-npm/tetrascience-react-ui 1.0.0-beta.136.1 → 1.0.0-beta.138.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.
Files changed (41) hide show
  1. package/dist/components/ai/context.d.ts +4 -4
  2. package/dist/components/composed/AppShellSimple/AppShellSimple.cjs +2 -0
  3. package/dist/components/composed/AppShellSimple/AppShellSimple.cjs.map +1 -0
  4. package/dist/components/composed/AppShellSimple/AppShellSimple.d.ts +49 -0
  5. package/dist/components/composed/AppShellSimple/AppShellSimple.js +204 -0
  6. package/dist/components/composed/AppShellSimple/AppShellSimple.js.map +1 -0
  7. package/dist/components/composed/AppShellSimple/index.d.ts +2 -0
  8. package/dist/components/composed/DataAppShell/DataAppShell.cjs +1 -1
  9. package/dist/components/composed/DataAppShell/DataAppShell.cjs.map +1 -1
  10. package/dist/components/composed/DataAppShell/DataAppShell.js +86 -93
  11. package/dist/components/composed/DataAppShell/DataAppShell.js.map +1 -1
  12. package/dist/components/composed/DataAppShell/PrimaryNav.cjs +1 -1
  13. package/dist/components/composed/DataAppShell/PrimaryNav.cjs.map +1 -1
  14. package/dist/components/composed/DataAppShell/PrimaryNav.js +106 -92
  15. package/dist/components/composed/DataAppShell/PrimaryNav.js.map +1 -1
  16. package/dist/components/composed/PageHeader/PageHeader.cjs +2 -0
  17. package/dist/components/composed/PageHeader/PageHeader.cjs.map +1 -0
  18. package/dist/components/composed/PageHeader/PageHeader.d.ts +106 -0
  19. package/dist/components/composed/PageHeader/PageHeader.js +38 -0
  20. package/dist/components/composed/PageHeader/PageHeader.js.map +1 -0
  21. package/dist/components/composed/PageHeader/index.d.ts +1 -0
  22. package/dist/components/ui/badge.d.ts +1 -1
  23. package/dist/components/ui/button.d.ts +2 -2
  24. package/dist/components/ui/input-group.d.ts +1 -1
  25. package/dist/components/ui/item.d.ts +2 -2
  26. package/dist/components/ui/tabs.d.ts +1 -1
  27. package/dist/composed/AppShellSimple.cjs +2 -0
  28. package/dist/composed/AppShellSimple.cjs.map +1 -0
  29. package/dist/composed/AppShellSimple.js +5 -0
  30. package/dist/composed/AppShellSimple.js.map +1 -0
  31. package/dist/composed/PageHeader.cjs +2 -0
  32. package/dist/composed/PageHeader.cjs.map +1 -0
  33. package/dist/composed/PageHeader.js +5 -0
  34. package/dist/composed/PageHeader.js.map +1 -0
  35. package/dist/index.cjs +1 -1
  36. package/dist/index.css +1 -1
  37. package/dist/index.d.ts +2 -0
  38. package/dist/index.js +714 -710
  39. package/dist/index.js.map +1 -1
  40. package/dist/index.tailwind.css +1 -1
  41. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,714 +1,718 @@
1
1
  /* empty css */
2
- import { FormSection as r } from "./components/composed/FormPatterns/FormSection.js";
3
- import { StatCard as n } from "./components/composed/StatCard/StatCard.js";
4
- import { DataAppShell as i } from "./components/composed/DataAppShell/DataAppShell.js";
5
- import { DataAppShellPrimaryNav as m, dataAppShellPrimaryNavItemVariants as u, dataAppShellPrimaryNavVariants as C } from "./components/composed/DataAppShell/PrimaryNav.js";
6
- import { DataAppShellRightPanel as s, DataAppShellRightPanelTrigger as g, dataAppShellRightPanelTriggerVariants as x } from "./components/composed/DataAppShell/RightPanel.js";
7
- import { DataAppShellSecondaryNav as S, dataAppShellSecondaryNavItemVariants as f, dataAppShellSecondaryNavVariants as T } from "./components/composed/DataAppShell/SecondaryNav.js";
8
- import { useDataAppShell as I, useOptionalDataAppShell as M } from "./components/composed/DataAppShell/ShellContext.js";
9
- import { ShellCollapseButton as h } from "./components/composed/DataAppShell/CollapseButton.js";
10
- import { TopBar as D, topBarVariants as v } from "./components/composed/TopBar/TopBar.js";
11
- import { UserMenu as L, getInitials as R, userMenuTriggerVariants as G } from "./components/composed/UserMenu/UserMenu.js";
12
- import { Chat as k } from "./components/composed/Chat/Chat.js";
13
- import { PlateMapEditor as y, getPlateMapScopedWellId as N } from "./components/composed/PlateMapEditor/PlateMapEditor.js";
14
- import { PlateMapForm as H } from "./components/composed/PlateMapEditor/PlateMapForm.js";
15
- import { PlateMapGrid as V } from "./components/composed/PlateMapEditor/PlateMapGrid.js";
16
- import { PlateMapManifest as Q } from "./components/composed/PlateMapEditor/PlateMapManifest.js";
17
- import { PlateMapActionsMenu as K } from "./components/composed/PlateMapEditor/PlateMapActionsMenu.js";
18
- import { PlateMapPlateSelector as z } from "./components/composed/PlateMapEditor/PlateMapPlateSelector.js";
19
- import { PlatePaintGrid as j } from "./components/composed/PlateMapEditor/PlatePaintGrid.js";
20
- import { WellMetadataForm as X } from "./components/composed/PlateMapEditor/WellMetadataForm.js";
21
- import { WellManifestTable as J } from "./components/composed/PlateMapEditor/WellManifestTable.js";
22
- import { TemplateIOPanel as ee } from "./components/composed/PlateMapEditor/TemplateIOPanel.js";
23
- import { plateOptionsFromCsvTriage as te, triagePlateMapCsvByBarcode as re, triagePlateMapCsvFile as ae } from "./components/composed/PlateMapEditor/csvPlateTriage.js";
24
- import { ManifestFilterPopover as pe } from "./components/composed/PlateMapEditor/ManifestFilterPopover.js";
25
- import { WellLegend as le } from "./components/composed/PlateMapEditor/WellLegend.js";
26
- import { PlateZoomControl as ue } from "./components/composed/PlateMapEditor/PlateZoomControl.js";
27
- import { autoFillPositions as de, autoFillRecords as se } from "./components/composed/PlateMapEditor/autoFill.js";
28
- import { allPositions as xe, parsePos as ce, parseRowLabel as Se, pos as fe, rectPositions as Te, resolveDimensions as be, rowLabel as Ie } from "./components/composed/PlateMapEditor/wellGrid.js";
29
- import { ConfirmDialog as Ae } from "./components/composed/ConfirmDialog/ConfirmDialog.js";
30
- import { RichListItem as Pe, RichListItemAvatar as De } from "./components/composed/RichListItem/RichListItem.js";
31
- import { EmptyState as Be } from "./components/composed/EmptyState/EmptyState.js";
32
- import { ProcessFlow as Re } from "./components/composed/ProcessFlow/ProcessFlow.js";
33
- import { AssistantDockControls as Fe, AssistantLayout as ke, AssistantLayoutProvider as Ee, useAssistantLayout as ye } from "./components/composed/AssistantLayout/AssistantLayout.js";
34
- import { dockPanels as Oe } from "./components/composed/AssistantLayout/dockLayout.js";
35
- import { MoleculeStructure as we } from "./components/composed/MoleculeStructure/MoleculeStructure.js";
36
- import { useRDKit as _e } from "./components/composed/MoleculeStructure/use-rdkit.js";
37
- import { configureRDKit as Ue, loadRDKit as Ke, moleculeToSvg as We } from "./components/composed/MoleculeStructure/rdkit-loader.js";
38
- import { TdpSearch as Ze } from "./components/composed/TdpSearch/TdpSearch.js";
39
- import { useSearch as qe } from "./components/composed/TdpSearch/hooks/useSearch.js";
40
- import { TDPLink as Ye, TdpNavigationContext as Je, TdpNavigationProvider as $e, useTdpNavigation as eo, useTdpNavigationContext as oo } from "./composed/tdp-link.js";
41
- import { buildTdpUrl as ro, getTdpBaseUrlFromReferrer as ao, navigateToTdpUrl as no, tdpPaths as po } from "./composed/tdp-url.js";
42
- import { AreaPlot as lo } from "./components/charts/AreaPlot/AreaPlot.js";
43
- import { ChartTooltip as uo, useChartTooltip as Co } from "./components/charts/ChartTooltip/ChartTooltip.js";
44
- import { BarChart as go } from "./components/charts/BarChart/BarChart.js";
45
- import { BoxPlot as co } from "./components/charts/BoxPlot/BoxPlot.js";
46
- import { Chromatogram as fo } from "./components/charts/Chromatogram/Chromatogram.js";
47
- import { StackedChromatogram as bo } from "./components/charts/StackedChromatogram/StackedChromatogram.js";
48
- import { applyStackingTransform as Mo } from "./components/charts/StackedChromatogram/transforms.js";
49
- import { Electropherogram as ho } from "./components/charts/Electropherogram/Electropherogram.js";
50
- import { Histogram as Do } from "./components/charts/Histogram/Histogram.js";
51
- import { LinePlot as Bo } from "./components/charts/LinePlot/LinePlot.js";
52
- import { PieChart as Ro } from "./components/charts/PieChart/PieChart.js";
53
- import { PlateMap as Fo } from "./components/charts/PlateMap/PlateMap.js";
54
- import { ScatterPlot as Eo } from "./components/charts/ScatterPlot/ScatterPlot.js";
55
- import { ScatterPlotInteractive as No } from "./components/charts/ScatterPlotInteractive/ScatterPlotInteractive.js";
56
- import { COLORS as Ho, DEFAULT_CATEGORY_COLORS as wo, DEFAULT_COLOR_SCALE as Vo, DEFAULT_MARKER_SIZE as _o, DEFAULT_MAX_POINTS as Qo, DEFAULT_SIZE_RANGE as Uo, PLOT_CONSTANTS as Ko, SELECTION_MODIFIERS as Wo } from "./components/charts/ScatterPlotInteractive/constants.js";
57
- import { Accordion as Zo, AccordionContent as jo, AccordionItem as qo, AccordionTrigger as Xo } from "./ui/accordion.js";
58
- import { Alert as Jo, AlertAction as $o, AlertDescription as et, AlertTitle as ot } from "./ui/alert.js";
59
- import { AlertDialog as rt, AlertDialogAction as at, AlertDialogCancel as nt, AlertDialogContent as pt, AlertDialogDescription as it, AlertDialogFooter as lt, AlertDialogHeader as mt, AlertDialogMedia as ut, AlertDialogOverlay as Ct, AlertDialogPortal as dt, AlertDialogTitle as st, AlertDialogTrigger as gt } from "./ui/alert-dialog.js";
60
- import { AspectRatio as ct } from "./ui/aspect-ratio.js";
61
- import { Avatar as ft, AvatarBadge as Tt, AvatarFallback as bt, AvatarGroup as It, AvatarGroupCount as Mt, AvatarImage as At } from "./ui/avatar.js";
62
- import { Badge as Pt, badgeVariants as Dt } from "./ui/badge.js";
63
- import { Banner as Bt, bannerVariants as Lt } from "./ui/banner.js";
64
- import { Breadcrumb as Gt, BreadcrumbEllipsis as Ft, BreadcrumbItem as kt, BreadcrumbLink as Et, BreadcrumbList as yt, BreadcrumbPage as Nt, BreadcrumbSeparator as Ot } from "./ui/breadcrumb.js";
65
- import { Button as wt, buttonVariants as Vt } from "./ui/button.js";
66
- import { ButtonGroup as Qt, ButtonGroupSeparator as Ut, ButtonGroupText as Kt, buttonGroupVariants as Wt } from "./ui/button-group.js";
67
- import { Calendar as Zt, CalendarDayButton as jt } from "./ui/calendar.js";
68
- import { Card as Xt, CardAction as Yt, CardContent as Jt, CardDescription as $t, CardFooter as er, CardHeader as or, CardTitle as tr } from "./ui/card.js";
69
- import { Carousel as ar, CarouselContent as nr, CarouselItem as pr, CarouselNext as ir, CarouselPrevious as lr, useCarousel as mr } from "./ui/carousel.js";
70
- import { Checkbox as Cr } from "./ui/checkbox.js";
71
- import { Collapsible as sr, CollapsibleContent as gr, CollapsibleTrigger as xr } from "./ui/collapsible.js";
72
- import { Combobox as Sr, ComboboxChip as fr, ComboboxChips as Tr, ComboboxChipsInput as br, ComboboxCollection as Ir, ComboboxContent as Mr, ComboboxEmpty as Ar, ComboboxGroup as hr, ComboboxInput as Pr, ComboboxItem as Dr, ComboboxLabel as vr, ComboboxList as Br, ComboboxSeparator as Lr, ComboboxTrigger as Rr, ComboboxValue as Gr, useComboboxAnchor as Fr } from "./ui/combobox.js";
73
- import { Command as Er, CommandDialog as yr, CommandEmpty as Nr, CommandGroup as Or, CommandInput as Hr, CommandItem as wr, CommandList as Vr, CommandSeparator as _r, CommandShortcut as Qr } from "./ui/command.js";
74
- import { ContextMenu as Kr, ContextMenuCheckboxItem as Wr, ContextMenuContent as zr, ContextMenuGroup as Zr, ContextMenuItem as jr, ContextMenuLabel as qr, ContextMenuPortal as Xr, ContextMenuRadioGroup as Yr, ContextMenuRadioItem as Jr, ContextMenuSeparator as $r, ContextMenuShortcut as ea, ContextMenuSub as oa, ContextMenuSubContent as ta, ContextMenuSubTrigger as ra, ContextMenuTrigger as aa } from "./ui/context-menu.js";
75
- import { DataTable as pa, TableToolbar as ia, applyFilterCondition as la, useDataTable as ma } from "./components/ui/data-table/data-table.js";
76
- import { DataTableColumnToggle as Ca } from "./components/ui/data-table/data-table-column-toggle.js";
77
- import { DataTableFilter as sa } from "./components/ui/data-table/data-table-filter.js";
78
- import { DataTableGroup as xa } from "./components/ui/data-table/data-table-group.js";
79
- import { DataTablePagination as Sa } from "./components/ui/data-table/data-table-pagination.js";
80
- import { Dialog as Ta, DialogBody as ba, DialogClose as Ia, DialogContent as Ma, DialogDescription as Aa, DialogFooter as ha, DialogHeader as Pa, DialogOverlay as Da, DialogPortal as va, DialogTitle as Ba, DialogTrigger as La } from "./ui/dialog.js";
81
- import { DropdownMenu as Ga, DropdownMenuCheckboxItem as Fa, DropdownMenuContent as ka, DropdownMenuGroup as Ea, DropdownMenuItem as ya, DropdownMenuLabel as Na, DropdownMenuPortal as Oa, DropdownMenuRadioGroup as Ha, DropdownMenuRadioItem as wa, DropdownMenuSeparator as Va, DropdownMenuShortcut as _a, DropdownMenuSub as Qa, DropdownMenuSubContent as Ua, DropdownMenuSubTrigger as Ka, DropdownMenuTrigger as Wa } from "./ui/dropdown-menu.js";
82
- import { Field as Za, FieldContent as ja, FieldDescription as qa, FieldError as Xa, FieldGroup as Ya, FieldLabel as Ja, FieldLegend as $a, FieldSeparator as en, FieldSet as on, FieldTitle as tn } from "./ui/field.js";
83
- import { HoverCard as an, HoverCardContent as nn, HoverCardTrigger as pn } from "./ui/hover-card.js";
84
- import { Input as mn } from "./ui/input.js";
85
- import { InputGroup as Cn, InputGroupAddon as dn, InputGroupButton as sn, InputGroupInput as gn, InputGroupText as xn, InputGroupTextarea as cn } from "./ui/input-group.js";
86
- import { Item as fn, ItemActions as Tn, ItemContent as bn, ItemDescription as In, ItemFooter as Mn, ItemGroup as An, ItemHeader as hn, ItemMedia as Pn, ItemSeparator as Dn, ItemTitle as vn } from "./ui/item.js";
87
- import { Kbd as Ln, KbdGroup as Rn } from "./ui/kbd.js";
88
- import { Label as Fn } from "./ui/label.js";
89
- import { Menubar as En, MenubarCheckboxItem as yn, MenubarContent as Nn, MenubarGroup as On, MenubarItem as Hn, MenubarLabel as wn, MenubarMenu as Vn, MenubarPortal as _n, MenubarRadioGroup as Qn, MenubarRadioItem as Un, MenubarSeparator as Kn, MenubarShortcut as Wn, MenubarSub as zn, MenubarSubContent as Zn, MenubarSubTrigger as jn, MenubarTrigger as qn } from "./ui/menubar.js";
90
- import { NavigationMenu as Yn, NavigationMenuContent as Jn, NavigationMenuIndicator as $n, NavigationMenuItem as ep, NavigationMenuLink as op, NavigationMenuList as tp, NavigationMenuTrigger as rp, NavigationMenuViewport as ap, navigationMenuTriggerStyle as np } from "./ui/navigation-menu.js";
91
- import { Popover as ip, PopoverAnchor as lp, PopoverContent as mp, PopoverTrigger as up } from "./ui/popover.js";
92
- import { RadioGroup as dp, RadioGroupItem as sp } from "./ui/radio-group.js";
93
- import { ResizableHandle as xp, ResizablePanel as cp, ResizablePanelGroup as Sp } from "./ui/resizable.js";
94
- import { ScrollArea as Tp, ScrollBar as bp } from "./ui/scroll-area.js";
95
- import { Select as Mp, SelectContent as Ap, SelectGroup as hp, SelectItem as Pp, SelectLabel as Dp, SelectScrollDownButton as vp, SelectScrollUpButton as Bp, SelectSeparator as Lp, SelectTrigger as Rp, SelectValue as Gp } from "./ui/select.js";
96
- import { Separator as kp } from "./ui/separator.js";
97
- import { Sheet as yp, SheetClose as Np, SheetContent as Op, SheetDescription as Hp, SheetFooter as wp, SheetHeader as Vp, SheetTitle as _p, SheetTrigger as Qp } from "./ui/sheet.js";
98
- import { Sidebar as Kp, SidebarContent as Wp, SidebarFooter as zp, SidebarGroup as Zp, SidebarGroupAction as jp, SidebarGroupContent as qp, SidebarGroupLabel as Xp, SidebarHeader as Yp, SidebarInput as Jp, SidebarInset as $p, SidebarMenu as ei, SidebarMenuAction as oi, SidebarMenuBadge as ti, SidebarMenuButton as ri, SidebarMenuItem as ai, SidebarMenuSkeleton as ni, SidebarMenuSub as pi, SidebarMenuSubButton as ii, SidebarMenuSubItem as li, SidebarProvider as mi, SidebarRail as ui, SidebarSeparator as Ci, SidebarTrigger as di, useSidebar as si } from "./ui/sidebar.js";
99
- import { Skeleton as xi } from "./ui/skeleton.js";
100
- import { Slider as Si } from "./ui/slider.js";
101
- import { Toaster as Ti } from "./ui/sonner.js";
102
- import { Spinner as Ii, spinnerVariants as Mi } from "./ui/spinner.js";
103
- import { Switch as hi } from "./ui/switch.js";
104
- import { Table as Di, TableBody as vi, TableCaption as Bi, TableCell as Li, TableFooter as Ri, TableHead as Gi, TableHeader as Fi, TableRow as ki } from "./ui/table.js";
105
- import { Tabs as yi, TabsContent as Ni, TabsList as Oi, TabsTrigger as Hi, tabsListVariants as wi } from "./ui/tabs.js";
106
- import { Text as _i, textVariants as Qi } from "./ui/text.js";
107
- import { Textarea as Ki } from "./ui/textarea.js";
108
- import { Toggle as zi, toggleVariants as Zi } from "./ui/toggle.js";
109
- import { ToggleGroup as qi, ToggleGroupItem as Xi } from "./ui/toggle-group.js";
110
- import { Tooltip as Ji, TooltipContent as $i, TooltipProvider as el, TooltipTrigger as ol } from "./ui/tooltip.js";
111
- import { Tree as rl, TreeItem as al, TreeItemGroup as nl, TreeItemLabel as pl, treeItemLabelVariants as il, useTreeItem as ll } from "./ui/tree.js";
112
- import { CodeEditor as ul } from "./ui/code-editor.js";
113
- import { TetraMoleculeIcon as dl } from "./ui/tetra-molecule-icon.js";
114
- import { TetraScienceIcon as gl } from "./ui/tetrascience-icon.js";
115
- import { Attachment as cl, AttachmentEmpty as Sl, AttachmentHoverCard as fl, AttachmentHoverCardContent as Tl, AttachmentHoverCardTrigger as bl, AttachmentInfo as Il, AttachmentPreview as Ml, AttachmentRemove as Al, Attachments as hl, getAttachmentLabel as Pl, getMediaCategory as Dl, useAttachmentContext as vl, useAttachmentsContext as Bl } from "./ai/attachments.js";
116
- import { ChainOfThought as Rl, ChainOfThoughtContent as Gl, ChainOfThoughtImage as Fl, ChainOfThoughtSource as kl, ChainOfThoughtSources as El, ChainOfThoughtStep as yl, ChainOfThoughtTrigger as Nl } from "./ai/chain-of-thought.js";
117
- import { CodeBlock as Hl, CodeBlockActions as wl, CodeBlockContainer as Vl, CodeBlockContent as _l, CodeBlockCopyButton as Ql, CodeBlockFilename as Ul, CodeBlockHeader as Kl, CodeBlockLanguageSelector as Wl, CodeBlockLanguageSelectorContent as zl, CodeBlockLanguageSelectorItem as Zl, CodeBlockLanguageSelectorTrigger as jl, CodeBlockLanguageSelectorValue as ql, CodeBlockTitle as Xl, highlightCode as Yl } from "./ui/code-block.js";
118
- import { Confirmation as $l, ConfirmationAccepted as em, ConfirmationAction as om, ConfirmationActions as tm, ConfirmationCode as rm, ConfirmationRejected as am, ConfirmationRequest as nm, ConfirmationShortcut as pm, ConfirmationTitle as im } from "./ai/confirmation.js";
119
- import { Context as mm, ContextCacheUsage as um, ContextContent as Cm, ContextContentBody as dm, ContextContentFooter as sm, ContextContentHeader as gm, ContextInputUsage as xm, ContextOutputUsage as cm, ContextReasoningUsage as Sm, ContextTrigger as fm } from "./ai/context.js";
120
- import { Conversation as bm, ConversationContent as Im, ConversationDownload as Mm, ConversationEmptyState as Am, ConversationScrollButton as hm, messagesToMarkdown as Pm } from "./ai/conversation.js";
121
- import { InlineCitation as vm, InlineCitationCard as Bm, InlineCitationCardBody as Lm, InlineCitationCardTrigger as Rm, InlineCitationCarousel as Gm, InlineCitationCarouselContent as Fm, InlineCitationCarouselHeader as km, InlineCitationCarouselIndex as Em, InlineCitationCarouselItem as ym, InlineCitationCarouselNext as Nm, InlineCitationCarouselPrev as Om, InlineCitationQuote as Hm, InlineCitationSource as wm, InlineCitationText as Vm } from "./ai/inline-citation.js";
122
- import { Message as Qm, MessageAction as Um, MessageActions as Km, MessageBranch as Wm, MessageBranchContent as zm, MessageBranchNext as Zm, MessageBranchPage as jm, MessageBranchPrevious as qm, MessageBranchSelector as Xm, MessageContent as Ym, MessageResponse as Jm, MessageToolbar as $m } from "./ai/message.js";
123
- import { ModelSelector as ou, ModelSelectorContent as tu, ModelSelectorDialog as ru, ModelSelectorEmpty as au, ModelSelectorGroup as nu, ModelSelectorInput as pu, ModelSelectorItem as iu, ModelSelectorList as lu, ModelSelectorLogo as mu, ModelSelectorLogoGroup as uu, ModelSelectorName as Cu, ModelSelectorSeparator as du, ModelSelectorShortcut as su, ModelSelectorTrigger as gu } from "./ai/model-selector.js";
124
- import { LocalReferencedSourcesContext as cu, PromptInput as Su, PromptInputActionAddAttachments as fu, PromptInputActionAddScreenshot as Tu, PromptInputActionMenu as bu, PromptInputActionMenuContent as Iu, PromptInputActionMenuItem as Mu, PromptInputActionMenuTrigger as Au, PromptInputBody as hu, PromptInputButton as Pu, PromptInputCommand as Du, PromptInputCommandEmpty as vu, PromptInputCommandGroup as Bu, PromptInputCommandInput as Lu, PromptInputCommandItem as Ru, PromptInputCommandList as Gu, PromptInputCommandSeparator as Fu, PromptInputFooter as ku, PromptInputHeader as Eu, PromptInputHoverCard as yu, PromptInputHoverCardContent as Nu, PromptInputHoverCardTrigger as Ou, PromptInputProvider as Hu, PromptInputSelect as wu, PromptInputSelectContent as Vu, PromptInputSelectItem as _u, PromptInputSelectTrigger as Qu, PromptInputSelectValue as Uu, PromptInputSlotSwap as Ku, PromptInputSubmit as Wu, PromptInputTab as zu, PromptInputTabBody as Zu, PromptInputTabItem as ju, PromptInputTabLabel as qu, PromptInputTabsList as Xu, PromptInputTextarea as Yu, PromptInputTools as Ju, usePromptInputAttachments as $u, usePromptInputController as eC, usePromptInputReferencedSources as oC, useProviderAttachments as tC } from "./ai/prompt-input.js";
125
- import { Queue as aC, QueueItem as nC, QueueItemAction as pC, QueueItemActions as iC, QueueItemAttachment as lC, QueueItemContent as mC, QueueItemDescription as uC, QueueItemFile as CC, QueueItemImage as dC, QueueItemIndicator as sC, QueueList as gC, QueueSection as xC, QueueSectionContent as cC, QueueSectionLabel as SC, QueueSectionTrigger as fC } from "./ai/queue.js";
126
- import { Reasoning as bC, ReasoningContent as IC, ReasoningTrigger as MC, useReasoning as AC } from "./ai/reasoning.js";
127
- import { Shimmer as PC, TS_SHIMMER_GRADIENT as DC } from "./ai/shimmer.js";
128
- import { Source as BC, Sources as LC, SourcesContent as RC, SourcesTrigger as GC } from "./ai/sources.js";
129
- import { SpeechInput as kC } from "./ai/speech-input.js";
130
- import { STREAM_STATUS_ICONS as yC, StreamStatus as NC } from "./ai/stream-status.js";
131
- import { Suggestion as HC, Suggestions as wC } from "./ai/suggestion.js";
132
- import { Task as _C, TaskContent as QC, TaskItem as UC, TaskItemFile as KC, TaskTrigger as WC } from "./ai/task.js";
133
- import { Tool as ZC, ToolContent as jC, ToolHeader as qC, ToolInput as XC, ToolOutput as YC, getStatusBadge as JC } from "./ai/tool.js";
134
- import { CHART_COLORS as ed, CHART_DIVERGING as od, CHART_SEQUENTIAL as td, seriesColor as rd, toPlotlyColorscale as ad } from "./utils/colors.js";
135
- import { getSupportedCodeBlockLanguages as pd, registerCodeBlockLanguage as id } from "./lib/shiki.js";
136
- import { PROCESS_FLOW_STEP_STATUSES as md } from "./components/composed/ProcessFlow/ProcessFlow.utils.js";
137
- import { chartTooltipLines as Cd } from "./components/charts/ChartTooltip/lines.js";
2
+ import { AppShellSimple as r } from "./components/composed/AppShellSimple/AppShellSimple.js";
3
+ import { FormSection as n } from "./components/composed/FormPatterns/FormSection.js";
4
+ import { StatCard as i } from "./components/composed/StatCard/StatCard.js";
5
+ import { DataAppShell as m } from "./components/composed/DataAppShell/DataAppShell.js";
6
+ import { DataAppShellPrimaryNav as C, dataAppShellPrimaryNavItemVariants as d, dataAppShellPrimaryNavVariants as s } from "./components/composed/DataAppShell/PrimaryNav.js";
7
+ import { DataAppShellRightPanel as x, DataAppShellRightPanelTrigger as c, dataAppShellRightPanelTriggerVariants as S } from "./components/composed/DataAppShell/RightPanel.js";
8
+ import { DataAppShellSecondaryNav as T, dataAppShellSecondaryNavItemVariants as b, dataAppShellSecondaryNavVariants as I } from "./components/composed/DataAppShell/SecondaryNav.js";
9
+ import { useDataAppShell as A, useOptionalDataAppShell as h } from "./components/composed/DataAppShell/ShellContext.js";
10
+ import { ShellCollapseButton as D } from "./components/composed/DataAppShell/CollapseButton.js";
11
+ import { TopBar as B, topBarVariants as L } from "./components/composed/TopBar/TopBar.js";
12
+ import { UserMenu as G, getInitials as F, userMenuTriggerVariants as k } from "./components/composed/UserMenu/UserMenu.js";
13
+ import { Chat as y } from "./components/composed/Chat/Chat.js";
14
+ import { PlateMapEditor as O, getPlateMapScopedWellId as H } from "./components/composed/PlateMapEditor/PlateMapEditor.js";
15
+ import { PlateMapForm as V } from "./components/composed/PlateMapEditor/PlateMapForm.js";
16
+ import { PlateMapGrid as Q } from "./components/composed/PlateMapEditor/PlateMapGrid.js";
17
+ import { PlateMapManifest as K } from "./components/composed/PlateMapEditor/PlateMapManifest.js";
18
+ import { PlateMapActionsMenu as z } from "./components/composed/PlateMapEditor/PlateMapActionsMenu.js";
19
+ import { PlateMapPlateSelector as j } from "./components/composed/PlateMapEditor/PlateMapPlateSelector.js";
20
+ import { PlatePaintGrid as X } from "./components/composed/PlateMapEditor/PlatePaintGrid.js";
21
+ import { WellMetadataForm as J } from "./components/composed/PlateMapEditor/WellMetadataForm.js";
22
+ import { WellManifestTable as ee } from "./components/composed/PlateMapEditor/WellManifestTable.js";
23
+ import { TemplateIOPanel as te } from "./components/composed/PlateMapEditor/TemplateIOPanel.js";
24
+ import { plateOptionsFromCsvTriage as ae, triagePlateMapCsvByBarcode as ne, triagePlateMapCsvFile as pe } from "./components/composed/PlateMapEditor/csvPlateTriage.js";
25
+ import { ManifestFilterPopover as le } from "./components/composed/PlateMapEditor/ManifestFilterPopover.js";
26
+ import { WellLegend as ue } from "./components/composed/PlateMapEditor/WellLegend.js";
27
+ import { PlateZoomControl as de } from "./components/composed/PlateMapEditor/PlateZoomControl.js";
28
+ import { autoFillPositions as ge, autoFillRecords as xe } from "./components/composed/PlateMapEditor/autoFill.js";
29
+ import { allPositions as Se, parsePos as fe, parseRowLabel as Te, pos as be, rectPositions as Ie, resolveDimensions as Me, rowLabel as Ae } from "./components/composed/PlateMapEditor/wellGrid.js";
30
+ import { ConfirmDialog as Pe } from "./components/composed/ConfirmDialog/ConfirmDialog.js";
31
+ import { RichListItem as ve, RichListItemAvatar as Be } from "./components/composed/RichListItem/RichListItem.js";
32
+ import { EmptyState as Re } from "./components/composed/EmptyState/EmptyState.js";
33
+ import { ProcessFlow as Fe } from "./components/composed/ProcessFlow/ProcessFlow.js";
34
+ import { AssistantDockControls as Ee, AssistantLayout as ye, AssistantLayoutProvider as Ne, useAssistantLayout as Oe } from "./components/composed/AssistantLayout/AssistantLayout.js";
35
+ import { dockPanels as we } from "./components/composed/AssistantLayout/dockLayout.js";
36
+ import { MoleculeStructure as _e } from "./components/composed/MoleculeStructure/MoleculeStructure.js";
37
+ import { useRDKit as Ue } from "./components/composed/MoleculeStructure/use-rdkit.js";
38
+ import { configureRDKit as We, loadRDKit as ze, moleculeToSvg as Ze } from "./components/composed/MoleculeStructure/rdkit-loader.js";
39
+ import { PageHeader as qe } from "./components/composed/PageHeader/PageHeader.js";
40
+ import { TdpSearch as Ye } from "./components/composed/TdpSearch/TdpSearch.js";
41
+ import { useSearch as $e } from "./components/composed/TdpSearch/hooks/useSearch.js";
42
+ import { TDPLink as oo, TdpNavigationContext as to, TdpNavigationProvider as ro, useTdpNavigation as ao, useTdpNavigationContext as no } from "./composed/tdp-link.js";
43
+ import { buildTdpUrl as io, getTdpBaseUrlFromReferrer as lo, navigateToTdpUrl as mo, tdpPaths as uo } from "./composed/tdp-url.js";
44
+ import { AreaPlot as so } from "./components/charts/AreaPlot/AreaPlot.js";
45
+ import { ChartTooltip as xo, useChartTooltip as co } from "./components/charts/ChartTooltip/ChartTooltip.js";
46
+ import { BarChart as fo } from "./components/charts/BarChart/BarChart.js";
47
+ import { BoxPlot as bo } from "./components/charts/BoxPlot/BoxPlot.js";
48
+ import { Chromatogram as Mo } from "./components/charts/Chromatogram/Chromatogram.js";
49
+ import { StackedChromatogram as ho } from "./components/charts/StackedChromatogram/StackedChromatogram.js";
50
+ import { applyStackingTransform as Do } from "./components/charts/StackedChromatogram/transforms.js";
51
+ import { Electropherogram as Bo } from "./components/charts/Electropherogram/Electropherogram.js";
52
+ import { Histogram as Ro } from "./components/charts/Histogram/Histogram.js";
53
+ import { LinePlot as Fo } from "./components/charts/LinePlot/LinePlot.js";
54
+ import { PieChart as Eo } from "./components/charts/PieChart/PieChart.js";
55
+ import { PlateMap as No } from "./components/charts/PlateMap/PlateMap.js";
56
+ import { ScatterPlot as Ho } from "./components/charts/ScatterPlot/ScatterPlot.js";
57
+ import { ScatterPlotInteractive as Vo } from "./components/charts/ScatterPlotInteractive/ScatterPlotInteractive.js";
58
+ import { COLORS as Qo, DEFAULT_CATEGORY_COLORS as Uo, DEFAULT_COLOR_SCALE as Ko, DEFAULT_MARKER_SIZE as Wo, DEFAULT_MAX_POINTS as zo, DEFAULT_SIZE_RANGE as Zo, PLOT_CONSTANTS as jo, SELECTION_MODIFIERS as qo } from "./components/charts/ScatterPlotInteractive/constants.js";
59
+ import { Accordion as Yo, AccordionContent as Jo, AccordionItem as $o, AccordionTrigger as et } from "./ui/accordion.js";
60
+ import { Alert as tt, AlertAction as rt, AlertDescription as at, AlertTitle as nt } from "./ui/alert.js";
61
+ import { AlertDialog as it, AlertDialogAction as lt, AlertDialogCancel as mt, AlertDialogContent as ut, AlertDialogDescription as Ct, AlertDialogFooter as dt, AlertDialogHeader as st, AlertDialogMedia as gt, AlertDialogOverlay as xt, AlertDialogPortal as ct, AlertDialogTitle as St, AlertDialogTrigger as ft } from "./ui/alert-dialog.js";
62
+ import { AspectRatio as bt } from "./ui/aspect-ratio.js";
63
+ import { Avatar as Mt, AvatarBadge as At, AvatarFallback as ht, AvatarGroup as Pt, AvatarGroupCount as Dt, AvatarImage as vt } from "./ui/avatar.js";
64
+ import { Badge as Lt, badgeVariants as Rt } from "./ui/badge.js";
65
+ import { Banner as Ft, bannerVariants as kt } from "./ui/banner.js";
66
+ import { Breadcrumb as yt, BreadcrumbEllipsis as Nt, BreadcrumbItem as Ot, BreadcrumbLink as Ht, BreadcrumbList as wt, BreadcrumbPage as Vt, BreadcrumbSeparator as _t } from "./ui/breadcrumb.js";
67
+ import { Button as Ut, buttonVariants as Kt } from "./ui/button.js";
68
+ import { ButtonGroup as zt, ButtonGroupSeparator as Zt, ButtonGroupText as jt, buttonGroupVariants as qt } from "./ui/button-group.js";
69
+ import { Calendar as Yt, CalendarDayButton as Jt } from "./ui/calendar.js";
70
+ import { Card as er, CardAction as or, CardContent as tr, CardDescription as rr, CardFooter as ar, CardHeader as nr, CardTitle as pr } from "./ui/card.js";
71
+ import { Carousel as lr, CarouselContent as mr, CarouselItem as ur, CarouselNext as Cr, CarouselPrevious as dr, useCarousel as sr } from "./ui/carousel.js";
72
+ import { Checkbox as xr } from "./ui/checkbox.js";
73
+ import { Collapsible as Sr, CollapsibleContent as fr, CollapsibleTrigger as Tr } from "./ui/collapsible.js";
74
+ import { Combobox as Ir, ComboboxChip as Mr, ComboboxChips as Ar, ComboboxChipsInput as hr, ComboboxCollection as Pr, ComboboxContent as Dr, ComboboxEmpty as vr, ComboboxGroup as Br, ComboboxInput as Lr, ComboboxItem as Rr, ComboboxLabel as Gr, ComboboxList as Fr, ComboboxSeparator as kr, ComboboxTrigger as Er, ComboboxValue as yr, useComboboxAnchor as Nr } from "./ui/combobox.js";
75
+ import { Command as Hr, CommandDialog as wr, CommandEmpty as Vr, CommandGroup as _r, CommandInput as Qr, CommandItem as Ur, CommandList as Kr, CommandSeparator as Wr, CommandShortcut as zr } from "./ui/command.js";
76
+ import { ContextMenu as jr, ContextMenuCheckboxItem as qr, ContextMenuContent as Xr, ContextMenuGroup as Yr, ContextMenuItem as Jr, ContextMenuLabel as $r, ContextMenuPortal as ea, ContextMenuRadioGroup as oa, ContextMenuRadioItem as ta, ContextMenuSeparator as ra, ContextMenuShortcut as aa, ContextMenuSub as na, ContextMenuSubContent as pa, ContextMenuSubTrigger as ia, ContextMenuTrigger as la } from "./ui/context-menu.js";
77
+ import { DataTable as ua, TableToolbar as Ca, applyFilterCondition as da, useDataTable as sa } from "./components/ui/data-table/data-table.js";
78
+ import { DataTableColumnToggle as xa } from "./components/ui/data-table/data-table-column-toggle.js";
79
+ import { DataTableFilter as Sa } from "./components/ui/data-table/data-table-filter.js";
80
+ import { DataTableGroup as Ta } from "./components/ui/data-table/data-table-group.js";
81
+ import { DataTablePagination as Ia } from "./components/ui/data-table/data-table-pagination.js";
82
+ import { Dialog as Aa, DialogBody as ha, DialogClose as Pa, DialogContent as Da, DialogDescription as va, DialogFooter as Ba, DialogHeader as La, DialogOverlay as Ra, DialogPortal as Ga, DialogTitle as Fa, DialogTrigger as ka } from "./ui/dialog.js";
83
+ import { DropdownMenu as ya, DropdownMenuCheckboxItem as Na, DropdownMenuContent as Oa, DropdownMenuGroup as Ha, DropdownMenuItem as wa, DropdownMenuLabel as Va, DropdownMenuPortal as _a, DropdownMenuRadioGroup as Qa, DropdownMenuRadioItem as Ua, DropdownMenuSeparator as Ka, DropdownMenuShortcut as Wa, DropdownMenuSub as za, DropdownMenuSubContent as Za, DropdownMenuSubTrigger as ja, DropdownMenuTrigger as qa } from "./ui/dropdown-menu.js";
84
+ import { Field as Ya, FieldContent as Ja, FieldDescription as $a, FieldError as en, FieldGroup as on, FieldLabel as tn, FieldLegend as rn, FieldSeparator as an, FieldSet as nn, FieldTitle as pn } from "./ui/field.js";
85
+ import { HoverCard as mn, HoverCardContent as un, HoverCardTrigger as Cn } from "./ui/hover-card.js";
86
+ import { Input as sn } from "./ui/input.js";
87
+ import { InputGroup as xn, InputGroupAddon as cn, InputGroupButton as Sn, InputGroupInput as fn, InputGroupText as Tn, InputGroupTextarea as bn } from "./ui/input-group.js";
88
+ import { Item as Mn, ItemActions as An, ItemContent as hn, ItemDescription as Pn, ItemFooter as Dn, ItemGroup as vn, ItemHeader as Bn, ItemMedia as Ln, ItemSeparator as Rn, ItemTitle as Gn } from "./ui/item.js";
89
+ import { Kbd as kn, KbdGroup as En } from "./ui/kbd.js";
90
+ import { Label as Nn } from "./ui/label.js";
91
+ import { Menubar as Hn, MenubarCheckboxItem as wn, MenubarContent as Vn, MenubarGroup as _n, MenubarItem as Qn, MenubarLabel as Un, MenubarMenu as Kn, MenubarPortal as Wn, MenubarRadioGroup as zn, MenubarRadioItem as Zn, MenubarSeparator as jn, MenubarShortcut as qn, MenubarSub as Xn, MenubarSubContent as Yn, MenubarSubTrigger as Jn, MenubarTrigger as $n } from "./ui/menubar.js";
92
+ import { NavigationMenu as op, NavigationMenuContent as tp, NavigationMenuIndicator as rp, NavigationMenuItem as ap, NavigationMenuLink as np, NavigationMenuList as pp, NavigationMenuTrigger as ip, NavigationMenuViewport as lp, navigationMenuTriggerStyle as mp } from "./ui/navigation-menu.js";
93
+ import { Popover as Cp, PopoverAnchor as dp, PopoverContent as sp, PopoverTrigger as gp } from "./ui/popover.js";
94
+ import { RadioGroup as cp, RadioGroupItem as Sp } from "./ui/radio-group.js";
95
+ import { ResizableHandle as Tp, ResizablePanel as bp, ResizablePanelGroup as Ip } from "./ui/resizable.js";
96
+ import { ScrollArea as Ap, ScrollBar as hp } from "./ui/scroll-area.js";
97
+ import { Select as Dp, SelectContent as vp, SelectGroup as Bp, SelectItem as Lp, SelectLabel as Rp, SelectScrollDownButton as Gp, SelectScrollUpButton as Fp, SelectSeparator as kp, SelectTrigger as Ep, SelectValue as yp } from "./ui/select.js";
98
+ import { Separator as Op } from "./ui/separator.js";
99
+ import { Sheet as wp, SheetClose as Vp, SheetContent as _p, SheetDescription as Qp, SheetFooter as Up, SheetHeader as Kp, SheetTitle as Wp, SheetTrigger as zp } from "./ui/sheet.js";
100
+ import { Sidebar as jp, SidebarContent as qp, SidebarFooter as Xp, SidebarGroup as Yp, SidebarGroupAction as Jp, SidebarGroupContent as $p, SidebarGroupLabel as ei, SidebarHeader as oi, SidebarInput as ti, SidebarInset as ri, SidebarMenu as ai, SidebarMenuAction as ni, SidebarMenuBadge as pi, SidebarMenuButton as ii, SidebarMenuItem as li, SidebarMenuSkeleton as mi, SidebarMenuSub as ui, SidebarMenuSubButton as Ci, SidebarMenuSubItem as di, SidebarProvider as si, SidebarRail as gi, SidebarSeparator as xi, SidebarTrigger as ci, useSidebar as Si } from "./ui/sidebar.js";
101
+ import { Skeleton as Ti } from "./ui/skeleton.js";
102
+ import { Slider as Ii } from "./ui/slider.js";
103
+ import { Toaster as Ai } from "./ui/sonner.js";
104
+ import { Spinner as Pi, spinnerVariants as Di } from "./ui/spinner.js";
105
+ import { Switch as Bi } from "./ui/switch.js";
106
+ import { Table as Ri, TableBody as Gi, TableCaption as Fi, TableCell as ki, TableFooter as Ei, TableHead as yi, TableHeader as Ni, TableRow as Oi } from "./ui/table.js";
107
+ import { Tabs as wi, TabsContent as Vi, TabsList as _i, TabsTrigger as Qi, tabsListVariants as Ui } from "./ui/tabs.js";
108
+ import { Text as Wi, textVariants as zi } from "./ui/text.js";
109
+ import { Textarea as ji } from "./ui/textarea.js";
110
+ import { Toggle as Xi, toggleVariants as Yi } from "./ui/toggle.js";
111
+ import { ToggleGroup as $i, ToggleGroupItem as el } from "./ui/toggle-group.js";
112
+ import { Tooltip as tl, TooltipContent as rl, TooltipProvider as al, TooltipTrigger as nl } from "./ui/tooltip.js";
113
+ import { Tree as il, TreeItem as ll, TreeItemGroup as ml, TreeItemLabel as ul, treeItemLabelVariants as Cl, useTreeItem as dl } from "./ui/tree.js";
114
+ import { CodeEditor as gl } from "./ui/code-editor.js";
115
+ import { TetraMoleculeIcon as cl } from "./ui/tetra-molecule-icon.js";
116
+ import { TetraScienceIcon as fl } from "./ui/tetrascience-icon.js";
117
+ import { Attachment as bl, AttachmentEmpty as Il, AttachmentHoverCard as Ml, AttachmentHoverCardContent as Al, AttachmentHoverCardTrigger as hl, AttachmentInfo as Pl, AttachmentPreview as Dl, AttachmentRemove as vl, Attachments as Bl, getAttachmentLabel as Ll, getMediaCategory as Rl, useAttachmentContext as Gl, useAttachmentsContext as Fl } from "./ai/attachments.js";
118
+ import { ChainOfThought as El, ChainOfThoughtContent as yl, ChainOfThoughtImage as Nl, ChainOfThoughtSource as Ol, ChainOfThoughtSources as Hl, ChainOfThoughtStep as wl, ChainOfThoughtTrigger as Vl } from "./ai/chain-of-thought.js";
119
+ import { CodeBlock as Ql, CodeBlockActions as Ul, CodeBlockContainer as Kl, CodeBlockContent as Wl, CodeBlockCopyButton as zl, CodeBlockFilename as Zl, CodeBlockHeader as jl, CodeBlockLanguageSelector as ql, CodeBlockLanguageSelectorContent as Xl, CodeBlockLanguageSelectorItem as Yl, CodeBlockLanguageSelectorTrigger as Jl, CodeBlockLanguageSelectorValue as $l, CodeBlockTitle as em, highlightCode as om } from "./ui/code-block.js";
120
+ import { Confirmation as rm, ConfirmationAccepted as am, ConfirmationAction as nm, ConfirmationActions as pm, ConfirmationCode as im, ConfirmationRejected as lm, ConfirmationRequest as mm, ConfirmationShortcut as um, ConfirmationTitle as Cm } from "./ai/confirmation.js";
121
+ import { Context as sm, ContextCacheUsage as gm, ContextContent as xm, ContextContentBody as cm, ContextContentFooter as Sm, ContextContentHeader as fm, ContextInputUsage as Tm, ContextOutputUsage as bm, ContextReasoningUsage as Im, ContextTrigger as Mm } from "./ai/context.js";
122
+ import { Conversation as hm, ConversationContent as Pm, ConversationDownload as Dm, ConversationEmptyState as vm, ConversationScrollButton as Bm, messagesToMarkdown as Lm } from "./ai/conversation.js";
123
+ import { InlineCitation as Gm, InlineCitationCard as Fm, InlineCitationCardBody as km, InlineCitationCardTrigger as Em, InlineCitationCarousel as ym, InlineCitationCarouselContent as Nm, InlineCitationCarouselHeader as Om, InlineCitationCarouselIndex as Hm, InlineCitationCarouselItem as wm, InlineCitationCarouselNext as Vm, InlineCitationCarouselPrev as _m, InlineCitationQuote as Qm, InlineCitationSource as Um, InlineCitationText as Km } from "./ai/inline-citation.js";
124
+ import { Message as zm, MessageAction as Zm, MessageActions as jm, MessageBranch as qm, MessageBranchContent as Xm, MessageBranchNext as Ym, MessageBranchPage as Jm, MessageBranchPrevious as $m, MessageBranchSelector as eu, MessageContent as ou, MessageResponse as tu, MessageToolbar as ru } from "./ai/message.js";
125
+ import { ModelSelector as nu, ModelSelectorContent as pu, ModelSelectorDialog as iu, ModelSelectorEmpty as lu, ModelSelectorGroup as mu, ModelSelectorInput as uu, ModelSelectorItem as Cu, ModelSelectorList as du, ModelSelectorLogo as su, ModelSelectorLogoGroup as gu, ModelSelectorName as xu, ModelSelectorSeparator as cu, ModelSelectorShortcut as Su, ModelSelectorTrigger as fu } from "./ai/model-selector.js";
126
+ import { LocalReferencedSourcesContext as bu, PromptInput as Iu, PromptInputActionAddAttachments as Mu, PromptInputActionAddScreenshot as Au, PromptInputActionMenu as hu, PromptInputActionMenuContent as Pu, PromptInputActionMenuItem as Du, PromptInputActionMenuTrigger as vu, PromptInputBody as Bu, PromptInputButton as Lu, PromptInputCommand as Ru, PromptInputCommandEmpty as Gu, PromptInputCommandGroup as Fu, PromptInputCommandInput as ku, PromptInputCommandItem as Eu, PromptInputCommandList as yu, PromptInputCommandSeparator as Nu, PromptInputFooter as Ou, PromptInputHeader as Hu, PromptInputHoverCard as wu, PromptInputHoverCardContent as Vu, PromptInputHoverCardTrigger as _u, PromptInputProvider as Qu, PromptInputSelect as Uu, PromptInputSelectContent as Ku, PromptInputSelectItem as Wu, PromptInputSelectTrigger as zu, PromptInputSelectValue as Zu, PromptInputSlotSwap as ju, PromptInputSubmit as qu, PromptInputTab as Xu, PromptInputTabBody as Yu, PromptInputTabItem as Ju, PromptInputTabLabel as $u, PromptInputTabsList as eC, PromptInputTextarea as oC, PromptInputTools as tC, usePromptInputAttachments as rC, usePromptInputController as aC, usePromptInputReferencedSources as nC, useProviderAttachments as pC } from "./ai/prompt-input.js";
127
+ import { Queue as lC, QueueItem as mC, QueueItemAction as uC, QueueItemActions as CC, QueueItemAttachment as dC, QueueItemContent as sC, QueueItemDescription as gC, QueueItemFile as xC, QueueItemImage as cC, QueueItemIndicator as SC, QueueList as fC, QueueSection as TC, QueueSectionContent as bC, QueueSectionLabel as IC, QueueSectionTrigger as MC } from "./ai/queue.js";
128
+ import { Reasoning as hC, ReasoningContent as PC, ReasoningTrigger as DC, useReasoning as vC } from "./ai/reasoning.js";
129
+ import { Shimmer as LC, TS_SHIMMER_GRADIENT as RC } from "./ai/shimmer.js";
130
+ import { Source as FC, Sources as kC, SourcesContent as EC, SourcesTrigger as yC } from "./ai/sources.js";
131
+ import { SpeechInput as OC } from "./ai/speech-input.js";
132
+ import { STREAM_STATUS_ICONS as wC, StreamStatus as VC } from "./ai/stream-status.js";
133
+ import { Suggestion as QC, Suggestions as UC } from "./ai/suggestion.js";
134
+ import { Task as WC, TaskContent as zC, TaskItem as ZC, TaskItemFile as jC, TaskTrigger as qC } from "./ai/task.js";
135
+ import { Tool as YC, ToolContent as JC, ToolHeader as $C, ToolInput as ed, ToolOutput as od, getStatusBadge as td } from "./ai/tool.js";
136
+ import { CHART_COLORS as ad, CHART_DIVERGING as nd, CHART_SEQUENTIAL as pd, seriesColor as id, toPlotlyColorscale as ld } from "./utils/colors.js";
137
+ import { getSupportedCodeBlockLanguages as ud, registerCodeBlockLanguage as Cd } from "./lib/shiki.js";
138
+ import { PROCESS_FLOW_STEP_STATUSES as sd } from "./components/composed/ProcessFlow/ProcessFlow.utils.js";
139
+ import { chartTooltipLines as xd } from "./components/charts/ChartTooltip/lines.js";
138
140
  export {
139
- Zo as Accordion,
140
- jo as AccordionContent,
141
- qo as AccordionItem,
142
- Xo as AccordionTrigger,
143
- Jo as Alert,
144
- $o as AlertAction,
145
- et as AlertDescription,
146
- rt as AlertDialog,
147
- at as AlertDialogAction,
148
- nt as AlertDialogCancel,
149
- pt as AlertDialogContent,
150
- it as AlertDialogDescription,
151
- lt as AlertDialogFooter,
152
- mt as AlertDialogHeader,
153
- ut as AlertDialogMedia,
154
- Ct as AlertDialogOverlay,
155
- dt as AlertDialogPortal,
156
- st as AlertDialogTitle,
157
- gt as AlertDialogTrigger,
158
- ot as AlertTitle,
159
- lo as AreaPlot,
160
- ct as AspectRatio,
161
- Fe as AssistantDockControls,
162
- ke as AssistantLayout,
163
- Ee as AssistantLayoutProvider,
164
- cl as Attachment,
165
- Sl as AttachmentEmpty,
166
- fl as AttachmentHoverCard,
167
- Tl as AttachmentHoverCardContent,
168
- bl as AttachmentHoverCardTrigger,
169
- Il as AttachmentInfo,
170
- Ml as AttachmentPreview,
171
- Al as AttachmentRemove,
172
- hl as Attachments,
173
- ft as Avatar,
174
- Tt as AvatarBadge,
175
- bt as AvatarFallback,
176
- It as AvatarGroup,
177
- Mt as AvatarGroupCount,
178
- At as AvatarImage,
179
- Pt as Badge,
180
- Bt as Banner,
181
- go as BarChart,
182
- co as BoxPlot,
183
- Gt as Breadcrumb,
184
- Ft as BreadcrumbEllipsis,
185
- kt as BreadcrumbItem,
186
- Et as BreadcrumbLink,
187
- yt as BreadcrumbList,
188
- Nt as BreadcrumbPage,
189
- Ot as BreadcrumbSeparator,
190
- wt as Button,
191
- Qt as ButtonGroup,
192
- Ut as ButtonGroupSeparator,
193
- Kt as ButtonGroupText,
194
- ed as CHART_COLORS,
195
- od as CHART_DIVERGING,
196
- td as CHART_SEQUENTIAL,
197
- Ho as COLORS,
198
- Zt as Calendar,
199
- jt as CalendarDayButton,
200
- Xt as Card,
201
- Yt as CardAction,
202
- Jt as CardContent,
203
- $t as CardDescription,
204
- er as CardFooter,
205
- or as CardHeader,
206
- tr as CardTitle,
207
- ar as Carousel,
208
- nr as CarouselContent,
209
- pr as CarouselItem,
210
- ir as CarouselNext,
211
- lr as CarouselPrevious,
212
- Rl as ChainOfThought,
213
- Gl as ChainOfThoughtContent,
214
- Fl as ChainOfThoughtImage,
215
- kl as ChainOfThoughtSource,
216
- El as ChainOfThoughtSources,
217
- yl as ChainOfThoughtStep,
218
- Nl as ChainOfThoughtTrigger,
219
- uo as ChartTooltip,
220
- k as Chat,
221
- Cr as Checkbox,
222
- fo as Chromatogram,
223
- Hl as CodeBlock,
224
- wl as CodeBlockActions,
225
- Vl as CodeBlockContainer,
226
- _l as CodeBlockContent,
227
- Ql as CodeBlockCopyButton,
228
- Ul as CodeBlockFilename,
229
- Kl as CodeBlockHeader,
230
- Wl as CodeBlockLanguageSelector,
231
- zl as CodeBlockLanguageSelectorContent,
232
- Zl as CodeBlockLanguageSelectorItem,
233
- jl as CodeBlockLanguageSelectorTrigger,
234
- ql as CodeBlockLanguageSelectorValue,
235
- Xl as CodeBlockTitle,
236
- ul as CodeEditor,
237
- sr as Collapsible,
238
- gr as CollapsibleContent,
239
- xr as CollapsibleTrigger,
240
- Sr as Combobox,
241
- fr as ComboboxChip,
242
- Tr as ComboboxChips,
243
- br as ComboboxChipsInput,
244
- Ir as ComboboxCollection,
245
- Mr as ComboboxContent,
246
- Ar as ComboboxEmpty,
247
- hr as ComboboxGroup,
248
- Pr as ComboboxInput,
249
- Dr as ComboboxItem,
250
- vr as ComboboxLabel,
251
- Br as ComboboxList,
252
- Lr as ComboboxSeparator,
253
- Rr as ComboboxTrigger,
254
- Gr as ComboboxValue,
255
- Er as Command,
256
- yr as CommandDialog,
257
- Nr as CommandEmpty,
258
- Or as CommandGroup,
259
- Hr as CommandInput,
260
- wr as CommandItem,
261
- Vr as CommandList,
262
- _r as CommandSeparator,
263
- Qr as CommandShortcut,
264
- Ae as ConfirmDialog,
265
- $l as Confirmation,
266
- em as ConfirmationAccepted,
267
- om as ConfirmationAction,
268
- tm as ConfirmationActions,
269
- rm as ConfirmationCode,
270
- am as ConfirmationRejected,
271
- nm as ConfirmationRequest,
272
- pm as ConfirmationShortcut,
273
- im as ConfirmationTitle,
274
- mm as Context,
275
- um as ContextCacheUsage,
276
- Cm as ContextContent,
277
- dm as ContextContentBody,
278
- sm as ContextContentFooter,
279
- gm as ContextContentHeader,
280
- xm as ContextInputUsage,
281
- Kr as ContextMenu,
282
- Wr as ContextMenuCheckboxItem,
283
- zr as ContextMenuContent,
284
- Zr as ContextMenuGroup,
285
- jr as ContextMenuItem,
286
- qr as ContextMenuLabel,
287
- Xr as ContextMenuPortal,
288
- Yr as ContextMenuRadioGroup,
289
- Jr as ContextMenuRadioItem,
290
- $r as ContextMenuSeparator,
291
- ea as ContextMenuShortcut,
292
- oa as ContextMenuSub,
293
- ta as ContextMenuSubContent,
294
- ra as ContextMenuSubTrigger,
295
- aa as ContextMenuTrigger,
296
- cm as ContextOutputUsage,
297
- Sm as ContextReasoningUsage,
298
- fm as ContextTrigger,
299
- bm as Conversation,
300
- Im as ConversationContent,
301
- Mm as ConversationDownload,
302
- Am as ConversationEmptyState,
303
- hm as ConversationScrollButton,
304
- wo as DEFAULT_CATEGORY_COLORS,
305
- Vo as DEFAULT_COLOR_SCALE,
306
- _o as DEFAULT_MARKER_SIZE,
307
- Qo as DEFAULT_MAX_POINTS,
308
- Uo as DEFAULT_SIZE_RANGE,
309
- i as DataAppShell,
310
- m as DataAppShellPrimaryNav,
311
- s as DataAppShellRightPanel,
312
- g as DataAppShellRightPanelTrigger,
313
- S as DataAppShellSecondaryNav,
314
- pa as DataTable,
315
- Ca as DataTableColumnToggle,
316
- sa as DataTableFilter,
317
- xa as DataTableGroup,
318
- Sa as DataTablePagination,
319
- Ta as Dialog,
320
- ba as DialogBody,
321
- Ia as DialogClose,
322
- Ma as DialogContent,
323
- Aa as DialogDescription,
324
- ha as DialogFooter,
325
- Pa as DialogHeader,
326
- Da as DialogOverlay,
327
- va as DialogPortal,
328
- Ba as DialogTitle,
329
- La as DialogTrigger,
330
- Ga as DropdownMenu,
331
- Fa as DropdownMenuCheckboxItem,
332
- ka as DropdownMenuContent,
333
- Ea as DropdownMenuGroup,
334
- ya as DropdownMenuItem,
335
- Na as DropdownMenuLabel,
336
- Oa as DropdownMenuPortal,
337
- Ha as DropdownMenuRadioGroup,
338
- wa as DropdownMenuRadioItem,
339
- Va as DropdownMenuSeparator,
340
- _a as DropdownMenuShortcut,
341
- Qa as DropdownMenuSub,
342
- Ua as DropdownMenuSubContent,
343
- Ka as DropdownMenuSubTrigger,
344
- Wa as DropdownMenuTrigger,
345
- ho as Electropherogram,
346
- Be as EmptyState,
347
- Za as Field,
348
- ja as FieldContent,
349
- qa as FieldDescription,
350
- Xa as FieldError,
351
- Ya as FieldGroup,
352
- Ja as FieldLabel,
353
- $a as FieldLegend,
354
- en as FieldSeparator,
355
- on as FieldSet,
356
- tn as FieldTitle,
357
- r as FormSection,
358
- Do as Histogram,
359
- an as HoverCard,
360
- nn as HoverCardContent,
361
- pn as HoverCardTrigger,
362
- vm as InlineCitation,
363
- Bm as InlineCitationCard,
364
- Lm as InlineCitationCardBody,
365
- Rm as InlineCitationCardTrigger,
366
- Gm as InlineCitationCarousel,
367
- Fm as InlineCitationCarouselContent,
368
- km as InlineCitationCarouselHeader,
369
- Em as InlineCitationCarouselIndex,
370
- ym as InlineCitationCarouselItem,
371
- Nm as InlineCitationCarouselNext,
372
- Om as InlineCitationCarouselPrev,
373
- Hm as InlineCitationQuote,
374
- wm as InlineCitationSource,
375
- Vm as InlineCitationText,
376
- mn as Input,
377
- Cn as InputGroup,
378
- dn as InputGroupAddon,
379
- sn as InputGroupButton,
380
- gn as InputGroupInput,
381
- xn as InputGroupText,
382
- cn as InputGroupTextarea,
383
- fn as Item,
384
- Tn as ItemActions,
385
- bn as ItemContent,
386
- In as ItemDescription,
387
- Mn as ItemFooter,
388
- An as ItemGroup,
389
- hn as ItemHeader,
390
- Pn as ItemMedia,
391
- Dn as ItemSeparator,
392
- vn as ItemTitle,
393
- Ln as Kbd,
394
- Rn as KbdGroup,
395
- Fn as Label,
396
- Bo as LinePlot,
397
- cu as LocalReferencedSourcesContext,
398
- pe as ManifestFilterPopover,
399
- En as Menubar,
400
- yn as MenubarCheckboxItem,
401
- Nn as MenubarContent,
402
- On as MenubarGroup,
403
- Hn as MenubarItem,
404
- wn as MenubarLabel,
405
- Vn as MenubarMenu,
406
- _n as MenubarPortal,
407
- Qn as MenubarRadioGroup,
408
- Un as MenubarRadioItem,
409
- Kn as MenubarSeparator,
410
- Wn as MenubarShortcut,
411
- zn as MenubarSub,
412
- Zn as MenubarSubContent,
413
- jn as MenubarSubTrigger,
414
- qn as MenubarTrigger,
415
- Qm as Message,
416
- Um as MessageAction,
417
- Km as MessageActions,
418
- Wm as MessageBranch,
419
- zm as MessageBranchContent,
420
- Zm as MessageBranchNext,
421
- jm as MessageBranchPage,
422
- qm as MessageBranchPrevious,
423
- Xm as MessageBranchSelector,
424
- Ym as MessageContent,
425
- Jm as MessageResponse,
426
- $m as MessageToolbar,
427
- ou as ModelSelector,
428
- tu as ModelSelectorContent,
429
- ru as ModelSelectorDialog,
430
- au as ModelSelectorEmpty,
431
- nu as ModelSelectorGroup,
432
- pu as ModelSelectorInput,
433
- iu as ModelSelectorItem,
434
- lu as ModelSelectorList,
435
- mu as ModelSelectorLogo,
436
- uu as ModelSelectorLogoGroup,
437
- Cu as ModelSelectorName,
438
- du as ModelSelectorSeparator,
439
- su as ModelSelectorShortcut,
440
- gu as ModelSelectorTrigger,
441
- we as MoleculeStructure,
442
- Yn as NavigationMenu,
443
- Jn as NavigationMenuContent,
444
- $n as NavigationMenuIndicator,
445
- ep as NavigationMenuItem,
446
- op as NavigationMenuLink,
447
- tp as NavigationMenuList,
448
- rp as NavigationMenuTrigger,
449
- ap as NavigationMenuViewport,
450
- Ko as PLOT_CONSTANTS,
451
- md as PROCESS_FLOW_STEP_STATUSES,
452
- Ro as PieChart,
453
- Fo as PlateMap,
454
- K as PlateMapActionsMenu,
455
- y as PlateMapEditor,
456
- H as PlateMapForm,
457
- V as PlateMapGrid,
458
- Q as PlateMapManifest,
459
- z as PlateMapPlateSelector,
460
- j as PlatePaintGrid,
461
- ue as PlateZoomControl,
462
- ip as Popover,
463
- lp as PopoverAnchor,
464
- mp as PopoverContent,
465
- up as PopoverTrigger,
466
- Re as ProcessFlow,
467
- Su as PromptInput,
468
- fu as PromptInputActionAddAttachments,
469
- Tu as PromptInputActionAddScreenshot,
470
- bu as PromptInputActionMenu,
471
- Iu as PromptInputActionMenuContent,
472
- Mu as PromptInputActionMenuItem,
473
- Au as PromptInputActionMenuTrigger,
474
- hu as PromptInputBody,
475
- Pu as PromptInputButton,
476
- Du as PromptInputCommand,
477
- vu as PromptInputCommandEmpty,
478
- Bu as PromptInputCommandGroup,
479
- Lu as PromptInputCommandInput,
480
- Ru as PromptInputCommandItem,
481
- Gu as PromptInputCommandList,
482
- Fu as PromptInputCommandSeparator,
483
- ku as PromptInputFooter,
484
- Eu as PromptInputHeader,
485
- yu as PromptInputHoverCard,
486
- Nu as PromptInputHoverCardContent,
487
- Ou as PromptInputHoverCardTrigger,
488
- Hu as PromptInputProvider,
489
- wu as PromptInputSelect,
490
- Vu as PromptInputSelectContent,
491
- _u as PromptInputSelectItem,
492
- Qu as PromptInputSelectTrigger,
493
- Uu as PromptInputSelectValue,
494
- Ku as PromptInputSlotSwap,
495
- Wu as PromptInputSubmit,
496
- zu as PromptInputTab,
497
- Zu as PromptInputTabBody,
498
- ju as PromptInputTabItem,
499
- qu as PromptInputTabLabel,
500
- Xu as PromptInputTabsList,
501
- Yu as PromptInputTextarea,
502
- Ju as PromptInputTools,
503
- aC as Queue,
504
- nC as QueueItem,
505
- pC as QueueItemAction,
506
- iC as QueueItemActions,
507
- lC as QueueItemAttachment,
508
- mC as QueueItemContent,
509
- uC as QueueItemDescription,
510
- CC as QueueItemFile,
511
- dC as QueueItemImage,
512
- sC as QueueItemIndicator,
513
- gC as QueueList,
514
- xC as QueueSection,
515
- cC as QueueSectionContent,
516
- SC as QueueSectionLabel,
517
- fC as QueueSectionTrigger,
518
- dp as RadioGroup,
519
- sp as RadioGroupItem,
520
- bC as Reasoning,
521
- IC as ReasoningContent,
522
- MC as ReasoningTrigger,
523
- xp as ResizableHandle,
524
- cp as ResizablePanel,
525
- Sp as ResizablePanelGroup,
526
- Pe as RichListItem,
527
- De as RichListItemAvatar,
528
- Wo as SELECTION_MODIFIERS,
529
- yC as STREAM_STATUS_ICONS,
530
- Eo as ScatterPlot,
531
- No as ScatterPlotInteractive,
532
- Tp as ScrollArea,
533
- bp as ScrollBar,
534
- Mp as Select,
535
- Ap as SelectContent,
536
- hp as SelectGroup,
537
- Pp as SelectItem,
538
- Dp as SelectLabel,
539
- vp as SelectScrollDownButton,
540
- Bp as SelectScrollUpButton,
541
- Lp as SelectSeparator,
542
- Rp as SelectTrigger,
543
- Gp as SelectValue,
544
- kp as Separator,
545
- yp as Sheet,
546
- Np as SheetClose,
547
- Op as SheetContent,
548
- Hp as SheetDescription,
549
- wp as SheetFooter,
550
- Vp as SheetHeader,
551
- _p as SheetTitle,
552
- Qp as SheetTrigger,
553
- h as ShellCollapseButton,
554
- PC as Shimmer,
555
- Kp as Sidebar,
556
- Wp as SidebarContent,
557
- zp as SidebarFooter,
558
- Zp as SidebarGroup,
559
- jp as SidebarGroupAction,
560
- qp as SidebarGroupContent,
561
- Xp as SidebarGroupLabel,
562
- Yp as SidebarHeader,
563
- Jp as SidebarInput,
564
- $p as SidebarInset,
565
- ei as SidebarMenu,
566
- oi as SidebarMenuAction,
567
- ti as SidebarMenuBadge,
568
- ri as SidebarMenuButton,
569
- ai as SidebarMenuItem,
570
- ni as SidebarMenuSkeleton,
571
- pi as SidebarMenuSub,
572
- ii as SidebarMenuSubButton,
573
- li as SidebarMenuSubItem,
574
- mi as SidebarProvider,
575
- ui as SidebarRail,
576
- Ci as SidebarSeparator,
577
- di as SidebarTrigger,
578
- xi as Skeleton,
579
- Si as Slider,
580
- BC as Source,
581
- LC as Sources,
582
- RC as SourcesContent,
583
- GC as SourcesTrigger,
584
- kC as SpeechInput,
585
- Ii as Spinner,
586
- bo as StackedChromatogram,
587
- n as StatCard,
588
- NC as StreamStatus,
589
- HC as Suggestion,
590
- wC as Suggestions,
591
- hi as Switch,
592
- Ye as TDPLink,
593
- DC as TS_SHIMMER_GRADIENT,
594
- Di as Table,
595
- vi as TableBody,
596
- Bi as TableCaption,
597
- Li as TableCell,
598
- Ri as TableFooter,
599
- Gi as TableHead,
600
- Fi as TableHeader,
601
- ki as TableRow,
602
- ia as TableToolbar,
603
- yi as Tabs,
604
- Ni as TabsContent,
605
- Oi as TabsList,
606
- Hi as TabsTrigger,
607
- _C as Task,
608
- QC as TaskContent,
609
- UC as TaskItem,
610
- KC as TaskItemFile,
611
- WC as TaskTrigger,
612
- Je as TdpNavigationContext,
613
- $e as TdpNavigationProvider,
614
- Ze as TdpSearch,
615
- ee as TemplateIOPanel,
616
- dl as TetraMoleculeIcon,
617
- gl as TetraScienceIcon,
618
- _i as Text,
619
- Ki as Textarea,
620
- Ti as Toaster,
621
- zi as Toggle,
622
- qi as ToggleGroup,
623
- Xi as ToggleGroupItem,
624
- ZC as Tool,
625
- jC as ToolContent,
626
- qC as ToolHeader,
627
- XC as ToolInput,
628
- YC as ToolOutput,
629
- Ji as Tooltip,
630
- $i as TooltipContent,
631
- el as TooltipProvider,
632
- ol as TooltipTrigger,
633
- D as TopBar,
634
- rl as Tree,
635
- al as TreeItem,
636
- nl as TreeItemGroup,
637
- pl as TreeItemLabel,
638
- L as UserMenu,
639
- le as WellLegend,
640
- J as WellManifestTable,
641
- X as WellMetadataForm,
642
- xe as allPositions,
643
- la as applyFilterCondition,
644
- Mo as applyStackingTransform,
645
- de as autoFillPositions,
646
- se as autoFillRecords,
647
- Dt as badgeVariants,
648
- Lt as bannerVariants,
649
- ro as buildTdpUrl,
650
- Wt as buttonGroupVariants,
651
- Vt as buttonVariants,
652
- Cd as chartTooltipLines,
653
- Ue as configureRDKit,
654
- u as dataAppShellPrimaryNavItemVariants,
655
- C as dataAppShellPrimaryNavVariants,
656
- x as dataAppShellRightPanelTriggerVariants,
657
- f as dataAppShellSecondaryNavItemVariants,
658
- T as dataAppShellSecondaryNavVariants,
659
- Oe as dockPanels,
660
- Pl as getAttachmentLabel,
661
- R as getInitials,
662
- Dl as getMediaCategory,
663
- N as getPlateMapScopedWellId,
664
- JC as getStatusBadge,
665
- pd as getSupportedCodeBlockLanguages,
666
- ao as getTdpBaseUrlFromReferrer,
667
- Yl as highlightCode,
668
- Ke as loadRDKit,
669
- Pm as messagesToMarkdown,
670
- We as moleculeToSvg,
671
- no as navigateToTdpUrl,
672
- np as navigationMenuTriggerStyle,
673
- ce as parsePos,
674
- Se as parseRowLabel,
675
- te as plateOptionsFromCsvTriage,
676
- fe as pos,
677
- Te as rectPositions,
678
- id as registerCodeBlockLanguage,
679
- be as resolveDimensions,
680
- Ie as rowLabel,
681
- rd as seriesColor,
682
- Mi as spinnerVariants,
683
- wi as tabsListVariants,
684
- po as tdpPaths,
685
- Qi as textVariants,
686
- ad as toPlotlyColorscale,
687
- Zi as toggleVariants,
688
- v as topBarVariants,
689
- il as treeItemLabelVariants,
690
- re as triagePlateMapCsvByBarcode,
691
- ae as triagePlateMapCsvFile,
692
- ye as useAssistantLayout,
693
- vl as useAttachmentContext,
694
- Bl as useAttachmentsContext,
695
- mr as useCarousel,
696
- Co as useChartTooltip,
697
- Fr as useComboboxAnchor,
698
- I as useDataAppShell,
699
- ma as useDataTable,
700
- M as useOptionalDataAppShell,
701
- $u as usePromptInputAttachments,
702
- eC as usePromptInputController,
703
- oC as usePromptInputReferencedSources,
704
- tC as useProviderAttachments,
705
- _e as useRDKit,
706
- AC as useReasoning,
707
- qe as useSearch,
708
- si as useSidebar,
709
- eo as useTdpNavigation,
710
- oo as useTdpNavigationContext,
711
- ll as useTreeItem,
712
- G as userMenuTriggerVariants
141
+ Yo as Accordion,
142
+ Jo as AccordionContent,
143
+ $o as AccordionItem,
144
+ et as AccordionTrigger,
145
+ tt as Alert,
146
+ rt as AlertAction,
147
+ at as AlertDescription,
148
+ it as AlertDialog,
149
+ lt as AlertDialogAction,
150
+ mt as AlertDialogCancel,
151
+ ut as AlertDialogContent,
152
+ Ct as AlertDialogDescription,
153
+ dt as AlertDialogFooter,
154
+ st as AlertDialogHeader,
155
+ gt as AlertDialogMedia,
156
+ xt as AlertDialogOverlay,
157
+ ct as AlertDialogPortal,
158
+ St as AlertDialogTitle,
159
+ ft as AlertDialogTrigger,
160
+ nt as AlertTitle,
161
+ r as AppShellSimple,
162
+ so as AreaPlot,
163
+ bt as AspectRatio,
164
+ Ee as AssistantDockControls,
165
+ ye as AssistantLayout,
166
+ Ne as AssistantLayoutProvider,
167
+ bl as Attachment,
168
+ Il as AttachmentEmpty,
169
+ Ml as AttachmentHoverCard,
170
+ Al as AttachmentHoverCardContent,
171
+ hl as AttachmentHoverCardTrigger,
172
+ Pl as AttachmentInfo,
173
+ Dl as AttachmentPreview,
174
+ vl as AttachmentRemove,
175
+ Bl as Attachments,
176
+ Mt as Avatar,
177
+ At as AvatarBadge,
178
+ ht as AvatarFallback,
179
+ Pt as AvatarGroup,
180
+ Dt as AvatarGroupCount,
181
+ vt as AvatarImage,
182
+ Lt as Badge,
183
+ Ft as Banner,
184
+ fo as BarChart,
185
+ bo as BoxPlot,
186
+ yt as Breadcrumb,
187
+ Nt as BreadcrumbEllipsis,
188
+ Ot as BreadcrumbItem,
189
+ Ht as BreadcrumbLink,
190
+ wt as BreadcrumbList,
191
+ Vt as BreadcrumbPage,
192
+ _t as BreadcrumbSeparator,
193
+ Ut as Button,
194
+ zt as ButtonGroup,
195
+ Zt as ButtonGroupSeparator,
196
+ jt as ButtonGroupText,
197
+ ad as CHART_COLORS,
198
+ nd as CHART_DIVERGING,
199
+ pd as CHART_SEQUENTIAL,
200
+ Qo as COLORS,
201
+ Yt as Calendar,
202
+ Jt as CalendarDayButton,
203
+ er as Card,
204
+ or as CardAction,
205
+ tr as CardContent,
206
+ rr as CardDescription,
207
+ ar as CardFooter,
208
+ nr as CardHeader,
209
+ pr as CardTitle,
210
+ lr as Carousel,
211
+ mr as CarouselContent,
212
+ ur as CarouselItem,
213
+ Cr as CarouselNext,
214
+ dr as CarouselPrevious,
215
+ El as ChainOfThought,
216
+ yl as ChainOfThoughtContent,
217
+ Nl as ChainOfThoughtImage,
218
+ Ol as ChainOfThoughtSource,
219
+ Hl as ChainOfThoughtSources,
220
+ wl as ChainOfThoughtStep,
221
+ Vl as ChainOfThoughtTrigger,
222
+ xo as ChartTooltip,
223
+ y as Chat,
224
+ xr as Checkbox,
225
+ Mo as Chromatogram,
226
+ Ql as CodeBlock,
227
+ Ul as CodeBlockActions,
228
+ Kl as CodeBlockContainer,
229
+ Wl as CodeBlockContent,
230
+ zl as CodeBlockCopyButton,
231
+ Zl as CodeBlockFilename,
232
+ jl as CodeBlockHeader,
233
+ ql as CodeBlockLanguageSelector,
234
+ Xl as CodeBlockLanguageSelectorContent,
235
+ Yl as CodeBlockLanguageSelectorItem,
236
+ Jl as CodeBlockLanguageSelectorTrigger,
237
+ $l as CodeBlockLanguageSelectorValue,
238
+ em as CodeBlockTitle,
239
+ gl as CodeEditor,
240
+ Sr as Collapsible,
241
+ fr as CollapsibleContent,
242
+ Tr as CollapsibleTrigger,
243
+ Ir as Combobox,
244
+ Mr as ComboboxChip,
245
+ Ar as ComboboxChips,
246
+ hr as ComboboxChipsInput,
247
+ Pr as ComboboxCollection,
248
+ Dr as ComboboxContent,
249
+ vr as ComboboxEmpty,
250
+ Br as ComboboxGroup,
251
+ Lr as ComboboxInput,
252
+ Rr as ComboboxItem,
253
+ Gr as ComboboxLabel,
254
+ Fr as ComboboxList,
255
+ kr as ComboboxSeparator,
256
+ Er as ComboboxTrigger,
257
+ yr as ComboboxValue,
258
+ Hr as Command,
259
+ wr as CommandDialog,
260
+ Vr as CommandEmpty,
261
+ _r as CommandGroup,
262
+ Qr as CommandInput,
263
+ Ur as CommandItem,
264
+ Kr as CommandList,
265
+ Wr as CommandSeparator,
266
+ zr as CommandShortcut,
267
+ Pe as ConfirmDialog,
268
+ rm as Confirmation,
269
+ am as ConfirmationAccepted,
270
+ nm as ConfirmationAction,
271
+ pm as ConfirmationActions,
272
+ im as ConfirmationCode,
273
+ lm as ConfirmationRejected,
274
+ mm as ConfirmationRequest,
275
+ um as ConfirmationShortcut,
276
+ Cm as ConfirmationTitle,
277
+ sm as Context,
278
+ gm as ContextCacheUsage,
279
+ xm as ContextContent,
280
+ cm as ContextContentBody,
281
+ Sm as ContextContentFooter,
282
+ fm as ContextContentHeader,
283
+ Tm as ContextInputUsage,
284
+ jr as ContextMenu,
285
+ qr as ContextMenuCheckboxItem,
286
+ Xr as ContextMenuContent,
287
+ Yr as ContextMenuGroup,
288
+ Jr as ContextMenuItem,
289
+ $r as ContextMenuLabel,
290
+ ea as ContextMenuPortal,
291
+ oa as ContextMenuRadioGroup,
292
+ ta as ContextMenuRadioItem,
293
+ ra as ContextMenuSeparator,
294
+ aa as ContextMenuShortcut,
295
+ na as ContextMenuSub,
296
+ pa as ContextMenuSubContent,
297
+ ia as ContextMenuSubTrigger,
298
+ la as ContextMenuTrigger,
299
+ bm as ContextOutputUsage,
300
+ Im as ContextReasoningUsage,
301
+ Mm as ContextTrigger,
302
+ hm as Conversation,
303
+ Pm as ConversationContent,
304
+ Dm as ConversationDownload,
305
+ vm as ConversationEmptyState,
306
+ Bm as ConversationScrollButton,
307
+ Uo as DEFAULT_CATEGORY_COLORS,
308
+ Ko as DEFAULT_COLOR_SCALE,
309
+ Wo as DEFAULT_MARKER_SIZE,
310
+ zo as DEFAULT_MAX_POINTS,
311
+ Zo as DEFAULT_SIZE_RANGE,
312
+ m as DataAppShell,
313
+ C as DataAppShellPrimaryNav,
314
+ x as DataAppShellRightPanel,
315
+ c as DataAppShellRightPanelTrigger,
316
+ T as DataAppShellSecondaryNav,
317
+ ua as DataTable,
318
+ xa as DataTableColumnToggle,
319
+ Sa as DataTableFilter,
320
+ Ta as DataTableGroup,
321
+ Ia as DataTablePagination,
322
+ Aa as Dialog,
323
+ ha as DialogBody,
324
+ Pa as DialogClose,
325
+ Da as DialogContent,
326
+ va as DialogDescription,
327
+ Ba as DialogFooter,
328
+ La as DialogHeader,
329
+ Ra as DialogOverlay,
330
+ Ga as DialogPortal,
331
+ Fa as DialogTitle,
332
+ ka as DialogTrigger,
333
+ ya as DropdownMenu,
334
+ Na as DropdownMenuCheckboxItem,
335
+ Oa as DropdownMenuContent,
336
+ Ha as DropdownMenuGroup,
337
+ wa as DropdownMenuItem,
338
+ Va as DropdownMenuLabel,
339
+ _a as DropdownMenuPortal,
340
+ Qa as DropdownMenuRadioGroup,
341
+ Ua as DropdownMenuRadioItem,
342
+ Ka as DropdownMenuSeparator,
343
+ Wa as DropdownMenuShortcut,
344
+ za as DropdownMenuSub,
345
+ Za as DropdownMenuSubContent,
346
+ ja as DropdownMenuSubTrigger,
347
+ qa as DropdownMenuTrigger,
348
+ Bo as Electropherogram,
349
+ Re as EmptyState,
350
+ Ya as Field,
351
+ Ja as FieldContent,
352
+ $a as FieldDescription,
353
+ en as FieldError,
354
+ on as FieldGroup,
355
+ tn as FieldLabel,
356
+ rn as FieldLegend,
357
+ an as FieldSeparator,
358
+ nn as FieldSet,
359
+ pn as FieldTitle,
360
+ n as FormSection,
361
+ Ro as Histogram,
362
+ mn as HoverCard,
363
+ un as HoverCardContent,
364
+ Cn as HoverCardTrigger,
365
+ Gm as InlineCitation,
366
+ Fm as InlineCitationCard,
367
+ km as InlineCitationCardBody,
368
+ Em as InlineCitationCardTrigger,
369
+ ym as InlineCitationCarousel,
370
+ Nm as InlineCitationCarouselContent,
371
+ Om as InlineCitationCarouselHeader,
372
+ Hm as InlineCitationCarouselIndex,
373
+ wm as InlineCitationCarouselItem,
374
+ Vm as InlineCitationCarouselNext,
375
+ _m as InlineCitationCarouselPrev,
376
+ Qm as InlineCitationQuote,
377
+ Um as InlineCitationSource,
378
+ Km as InlineCitationText,
379
+ sn as Input,
380
+ xn as InputGroup,
381
+ cn as InputGroupAddon,
382
+ Sn as InputGroupButton,
383
+ fn as InputGroupInput,
384
+ Tn as InputGroupText,
385
+ bn as InputGroupTextarea,
386
+ Mn as Item,
387
+ An as ItemActions,
388
+ hn as ItemContent,
389
+ Pn as ItemDescription,
390
+ Dn as ItemFooter,
391
+ vn as ItemGroup,
392
+ Bn as ItemHeader,
393
+ Ln as ItemMedia,
394
+ Rn as ItemSeparator,
395
+ Gn as ItemTitle,
396
+ kn as Kbd,
397
+ En as KbdGroup,
398
+ Nn as Label,
399
+ Fo as LinePlot,
400
+ bu as LocalReferencedSourcesContext,
401
+ le as ManifestFilterPopover,
402
+ Hn as Menubar,
403
+ wn as MenubarCheckboxItem,
404
+ Vn as MenubarContent,
405
+ _n as MenubarGroup,
406
+ Qn as MenubarItem,
407
+ Un as MenubarLabel,
408
+ Kn as MenubarMenu,
409
+ Wn as MenubarPortal,
410
+ zn as MenubarRadioGroup,
411
+ Zn as MenubarRadioItem,
412
+ jn as MenubarSeparator,
413
+ qn as MenubarShortcut,
414
+ Xn as MenubarSub,
415
+ Yn as MenubarSubContent,
416
+ Jn as MenubarSubTrigger,
417
+ $n as MenubarTrigger,
418
+ zm as Message,
419
+ Zm as MessageAction,
420
+ jm as MessageActions,
421
+ qm as MessageBranch,
422
+ Xm as MessageBranchContent,
423
+ Ym as MessageBranchNext,
424
+ Jm as MessageBranchPage,
425
+ $m as MessageBranchPrevious,
426
+ eu as MessageBranchSelector,
427
+ ou as MessageContent,
428
+ tu as MessageResponse,
429
+ ru as MessageToolbar,
430
+ nu as ModelSelector,
431
+ pu as ModelSelectorContent,
432
+ iu as ModelSelectorDialog,
433
+ lu as ModelSelectorEmpty,
434
+ mu as ModelSelectorGroup,
435
+ uu as ModelSelectorInput,
436
+ Cu as ModelSelectorItem,
437
+ du as ModelSelectorList,
438
+ su as ModelSelectorLogo,
439
+ gu as ModelSelectorLogoGroup,
440
+ xu as ModelSelectorName,
441
+ cu as ModelSelectorSeparator,
442
+ Su as ModelSelectorShortcut,
443
+ fu as ModelSelectorTrigger,
444
+ _e as MoleculeStructure,
445
+ op as NavigationMenu,
446
+ tp as NavigationMenuContent,
447
+ rp as NavigationMenuIndicator,
448
+ ap as NavigationMenuItem,
449
+ np as NavigationMenuLink,
450
+ pp as NavigationMenuList,
451
+ ip as NavigationMenuTrigger,
452
+ lp as NavigationMenuViewport,
453
+ jo as PLOT_CONSTANTS,
454
+ sd as PROCESS_FLOW_STEP_STATUSES,
455
+ qe as PageHeader,
456
+ Eo as PieChart,
457
+ No as PlateMap,
458
+ z as PlateMapActionsMenu,
459
+ O as PlateMapEditor,
460
+ V as PlateMapForm,
461
+ Q as PlateMapGrid,
462
+ K as PlateMapManifest,
463
+ j as PlateMapPlateSelector,
464
+ X as PlatePaintGrid,
465
+ de as PlateZoomControl,
466
+ Cp as Popover,
467
+ dp as PopoverAnchor,
468
+ sp as PopoverContent,
469
+ gp as PopoverTrigger,
470
+ Fe as ProcessFlow,
471
+ Iu as PromptInput,
472
+ Mu as PromptInputActionAddAttachments,
473
+ Au as PromptInputActionAddScreenshot,
474
+ hu as PromptInputActionMenu,
475
+ Pu as PromptInputActionMenuContent,
476
+ Du as PromptInputActionMenuItem,
477
+ vu as PromptInputActionMenuTrigger,
478
+ Bu as PromptInputBody,
479
+ Lu as PromptInputButton,
480
+ Ru as PromptInputCommand,
481
+ Gu as PromptInputCommandEmpty,
482
+ Fu as PromptInputCommandGroup,
483
+ ku as PromptInputCommandInput,
484
+ Eu as PromptInputCommandItem,
485
+ yu as PromptInputCommandList,
486
+ Nu as PromptInputCommandSeparator,
487
+ Ou as PromptInputFooter,
488
+ Hu as PromptInputHeader,
489
+ wu as PromptInputHoverCard,
490
+ Vu as PromptInputHoverCardContent,
491
+ _u as PromptInputHoverCardTrigger,
492
+ Qu as PromptInputProvider,
493
+ Uu as PromptInputSelect,
494
+ Ku as PromptInputSelectContent,
495
+ Wu as PromptInputSelectItem,
496
+ zu as PromptInputSelectTrigger,
497
+ Zu as PromptInputSelectValue,
498
+ ju as PromptInputSlotSwap,
499
+ qu as PromptInputSubmit,
500
+ Xu as PromptInputTab,
501
+ Yu as PromptInputTabBody,
502
+ Ju as PromptInputTabItem,
503
+ $u as PromptInputTabLabel,
504
+ eC as PromptInputTabsList,
505
+ oC as PromptInputTextarea,
506
+ tC as PromptInputTools,
507
+ lC as Queue,
508
+ mC as QueueItem,
509
+ uC as QueueItemAction,
510
+ CC as QueueItemActions,
511
+ dC as QueueItemAttachment,
512
+ sC as QueueItemContent,
513
+ gC as QueueItemDescription,
514
+ xC as QueueItemFile,
515
+ cC as QueueItemImage,
516
+ SC as QueueItemIndicator,
517
+ fC as QueueList,
518
+ TC as QueueSection,
519
+ bC as QueueSectionContent,
520
+ IC as QueueSectionLabel,
521
+ MC as QueueSectionTrigger,
522
+ cp as RadioGroup,
523
+ Sp as RadioGroupItem,
524
+ hC as Reasoning,
525
+ PC as ReasoningContent,
526
+ DC as ReasoningTrigger,
527
+ Tp as ResizableHandle,
528
+ bp as ResizablePanel,
529
+ Ip as ResizablePanelGroup,
530
+ ve as RichListItem,
531
+ Be as RichListItemAvatar,
532
+ qo as SELECTION_MODIFIERS,
533
+ wC as STREAM_STATUS_ICONS,
534
+ Ho as ScatterPlot,
535
+ Vo as ScatterPlotInteractive,
536
+ Ap as ScrollArea,
537
+ hp as ScrollBar,
538
+ Dp as Select,
539
+ vp as SelectContent,
540
+ Bp as SelectGroup,
541
+ Lp as SelectItem,
542
+ Rp as SelectLabel,
543
+ Gp as SelectScrollDownButton,
544
+ Fp as SelectScrollUpButton,
545
+ kp as SelectSeparator,
546
+ Ep as SelectTrigger,
547
+ yp as SelectValue,
548
+ Op as Separator,
549
+ wp as Sheet,
550
+ Vp as SheetClose,
551
+ _p as SheetContent,
552
+ Qp as SheetDescription,
553
+ Up as SheetFooter,
554
+ Kp as SheetHeader,
555
+ Wp as SheetTitle,
556
+ zp as SheetTrigger,
557
+ D as ShellCollapseButton,
558
+ LC as Shimmer,
559
+ jp as Sidebar,
560
+ qp as SidebarContent,
561
+ Xp as SidebarFooter,
562
+ Yp as SidebarGroup,
563
+ Jp as SidebarGroupAction,
564
+ $p as SidebarGroupContent,
565
+ ei as SidebarGroupLabel,
566
+ oi as SidebarHeader,
567
+ ti as SidebarInput,
568
+ ri as SidebarInset,
569
+ ai as SidebarMenu,
570
+ ni as SidebarMenuAction,
571
+ pi as SidebarMenuBadge,
572
+ ii as SidebarMenuButton,
573
+ li as SidebarMenuItem,
574
+ mi as SidebarMenuSkeleton,
575
+ ui as SidebarMenuSub,
576
+ Ci as SidebarMenuSubButton,
577
+ di as SidebarMenuSubItem,
578
+ si as SidebarProvider,
579
+ gi as SidebarRail,
580
+ xi as SidebarSeparator,
581
+ ci as SidebarTrigger,
582
+ Ti as Skeleton,
583
+ Ii as Slider,
584
+ FC as Source,
585
+ kC as Sources,
586
+ EC as SourcesContent,
587
+ yC as SourcesTrigger,
588
+ OC as SpeechInput,
589
+ Pi as Spinner,
590
+ ho as StackedChromatogram,
591
+ i as StatCard,
592
+ VC as StreamStatus,
593
+ QC as Suggestion,
594
+ UC as Suggestions,
595
+ Bi as Switch,
596
+ oo as TDPLink,
597
+ RC as TS_SHIMMER_GRADIENT,
598
+ Ri as Table,
599
+ Gi as TableBody,
600
+ Fi as TableCaption,
601
+ ki as TableCell,
602
+ Ei as TableFooter,
603
+ yi as TableHead,
604
+ Ni as TableHeader,
605
+ Oi as TableRow,
606
+ Ca as TableToolbar,
607
+ wi as Tabs,
608
+ Vi as TabsContent,
609
+ _i as TabsList,
610
+ Qi as TabsTrigger,
611
+ WC as Task,
612
+ zC as TaskContent,
613
+ ZC as TaskItem,
614
+ jC as TaskItemFile,
615
+ qC as TaskTrigger,
616
+ to as TdpNavigationContext,
617
+ ro as TdpNavigationProvider,
618
+ Ye as TdpSearch,
619
+ te as TemplateIOPanel,
620
+ cl as TetraMoleculeIcon,
621
+ fl as TetraScienceIcon,
622
+ Wi as Text,
623
+ ji as Textarea,
624
+ Ai as Toaster,
625
+ Xi as Toggle,
626
+ $i as ToggleGroup,
627
+ el as ToggleGroupItem,
628
+ YC as Tool,
629
+ JC as ToolContent,
630
+ $C as ToolHeader,
631
+ ed as ToolInput,
632
+ od as ToolOutput,
633
+ tl as Tooltip,
634
+ rl as TooltipContent,
635
+ al as TooltipProvider,
636
+ nl as TooltipTrigger,
637
+ B as TopBar,
638
+ il as Tree,
639
+ ll as TreeItem,
640
+ ml as TreeItemGroup,
641
+ ul as TreeItemLabel,
642
+ G as UserMenu,
643
+ ue as WellLegend,
644
+ ee as WellManifestTable,
645
+ J as WellMetadataForm,
646
+ Se as allPositions,
647
+ da as applyFilterCondition,
648
+ Do as applyStackingTransform,
649
+ ge as autoFillPositions,
650
+ xe as autoFillRecords,
651
+ Rt as badgeVariants,
652
+ kt as bannerVariants,
653
+ io as buildTdpUrl,
654
+ qt as buttonGroupVariants,
655
+ Kt as buttonVariants,
656
+ xd as chartTooltipLines,
657
+ We as configureRDKit,
658
+ d as dataAppShellPrimaryNavItemVariants,
659
+ s as dataAppShellPrimaryNavVariants,
660
+ S as dataAppShellRightPanelTriggerVariants,
661
+ b as dataAppShellSecondaryNavItemVariants,
662
+ I as dataAppShellSecondaryNavVariants,
663
+ we as dockPanels,
664
+ Ll as getAttachmentLabel,
665
+ F as getInitials,
666
+ Rl as getMediaCategory,
667
+ H as getPlateMapScopedWellId,
668
+ td as getStatusBadge,
669
+ ud as getSupportedCodeBlockLanguages,
670
+ lo as getTdpBaseUrlFromReferrer,
671
+ om as highlightCode,
672
+ ze as loadRDKit,
673
+ Lm as messagesToMarkdown,
674
+ Ze as moleculeToSvg,
675
+ mo as navigateToTdpUrl,
676
+ mp as navigationMenuTriggerStyle,
677
+ fe as parsePos,
678
+ Te as parseRowLabel,
679
+ ae as plateOptionsFromCsvTriage,
680
+ be as pos,
681
+ Ie as rectPositions,
682
+ Cd as registerCodeBlockLanguage,
683
+ Me as resolveDimensions,
684
+ Ae as rowLabel,
685
+ id as seriesColor,
686
+ Di as spinnerVariants,
687
+ Ui as tabsListVariants,
688
+ uo as tdpPaths,
689
+ zi as textVariants,
690
+ ld as toPlotlyColorscale,
691
+ Yi as toggleVariants,
692
+ L as topBarVariants,
693
+ Cl as treeItemLabelVariants,
694
+ ne as triagePlateMapCsvByBarcode,
695
+ pe as triagePlateMapCsvFile,
696
+ Oe as useAssistantLayout,
697
+ Gl as useAttachmentContext,
698
+ Fl as useAttachmentsContext,
699
+ sr as useCarousel,
700
+ co as useChartTooltip,
701
+ Nr as useComboboxAnchor,
702
+ A as useDataAppShell,
703
+ sa as useDataTable,
704
+ h as useOptionalDataAppShell,
705
+ rC as usePromptInputAttachments,
706
+ aC as usePromptInputController,
707
+ nC as usePromptInputReferencedSources,
708
+ pC as useProviderAttachments,
709
+ Ue as useRDKit,
710
+ vC as useReasoning,
711
+ $e as useSearch,
712
+ Si as useSidebar,
713
+ ao as useTdpNavigation,
714
+ no as useTdpNavigationContext,
715
+ dl as useTreeItem,
716
+ k as userMenuTriggerVariants
713
717
  };
714
718
  //# sourceMappingURL=index.js.map