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