@tetrascience-npm/tetrascience-react-ui 0.5.0-beta.50.1 → 0.5.0-beta.51.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/composed/RichListItem/RichListItem.cjs +2 -0
- package/dist/components/composed/RichListItem/RichListItem.cjs.map +1 -0
- package/dist/components/composed/RichListItem/RichListItem.js +64 -0
- package/dist/components/composed/RichListItem/RichListItem.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +22 -0
- package/dist/index.js +589 -586
- package/dist/index.js.map +1 -1
- package/dist/index.tailwind.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,596 +3,599 @@ import { FormSection as r } from "./components/composed/FormPatterns/FormSection
|
|
|
3
3
|
import { StatCard as a } from "./components/composed/StatCard/StatCard.js";
|
|
4
4
|
import { DataAppShell as p } from "./components/composed/DataAppShell/DataAppShell.js";
|
|
5
5
|
import { Chat as m } from "./components/composed/Chat/Chat.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
6
|
+
import { RichListItem as C, RichListItemAvatar as d } from "./components/composed/RichListItem/RichListItem.js";
|
|
7
|
+
import { EmptyState as c } from "./components/composed/EmptyState/EmptyState.js";
|
|
8
|
+
import { TdpSearch as s } from "./components/composed/TdpSearch/TdpSearch.js";
|
|
9
|
+
import { useSearch as b } from "./components/composed/TdpSearch/hooks/useSearch.js";
|
|
10
|
+
import { TDPLink as T, TdpNavigationContext as f, TdpNavigationProvider as M, useTdpNavigation as h, useTdpNavigationContext as A } from "./components/composed/tdp-link.js";
|
|
11
|
+
import { buildTdpUrl as P, getTdpBaseUrlFromReferrer as B, navigateToTdpUrl as v, tdpPaths as G } from "./components/composed/tdp-url.js";
|
|
12
|
+
import { AreaGraph as R } from "./components/charts/AreaGraph/AreaGraph.js";
|
|
13
|
+
import { BarGraph as k } from "./components/charts/BarGraph/BarGraph.js";
|
|
14
|
+
import { Boxplot as F } from "./components/charts/Boxplot/Boxplot.js";
|
|
15
|
+
import { Chromatogram as y } from "./components/charts/Chromatogram/Chromatogram.js";
|
|
16
|
+
import { ChromatogramChart as Q } from "./components/charts/ChromatogramChart/ChromatogramChart.js";
|
|
17
|
+
import { DotPlot as V } from "./components/charts/DotPlot/DotPlot.js";
|
|
18
|
+
import { Heatmap as _ } from "./components/charts/Heatmap/Heatmap.js";
|
|
19
|
+
import { Histogram as K } from "./components/charts/Histogram/Histogram.js";
|
|
20
|
+
import { LineGraph as q } from "./components/charts/LineGraph/LineGraph.js";
|
|
21
|
+
import { PieChart as W } from "./components/charts/PieChart/PieChart.js";
|
|
22
|
+
import { PlateMap as Y } from "./components/charts/PlateMap/PlateMap.js";
|
|
23
|
+
import { ScatterGraph as $ } from "./components/charts/ScatterGraph/ScatterGraph.js";
|
|
24
|
+
import { Accordion as oe, AccordionContent as te, AccordionItem as re, AccordionTrigger as ne } from "./components/ui/accordion.js";
|
|
25
|
+
import { Alert as ie, AlertAction as pe, AlertDescription as ue, AlertTitle as me } from "./components/ui/alert.js";
|
|
26
|
+
import { AlertDialog as Ce, AlertDialogAction as de, AlertDialogCancel as ge, AlertDialogContent as ce, AlertDialogDescription as xe, AlertDialogFooter as se, AlertDialogHeader as Se, AlertDialogMedia as be, AlertDialogOverlay as Ie, AlertDialogPortal as Te, AlertDialogTitle as fe, AlertDialogTrigger as Me } from "./components/ui/alert-dialog.js";
|
|
27
|
+
import { AspectRatio as Ae } from "./components/ui/aspect-ratio.js";
|
|
28
|
+
import { Avatar as Pe, AvatarBadge as Be, AvatarFallback as ve, AvatarGroup as Ge, AvatarGroupCount as Le, AvatarImage as Re } from "./components/ui/avatar.js";
|
|
29
|
+
import { Badge as ke, badgeVariants as He } from "./components/ui/badge.js";
|
|
30
|
+
import { Banner as Oe, bannerVariants as ye } from "./components/ui/banner.js";
|
|
31
|
+
import { Breadcrumb as Qe, BreadcrumbEllipsis as Ee, BreadcrumbItem as Ve, BreadcrumbLink as Ue, BreadcrumbList as _e, BreadcrumbPage as ze, BreadcrumbSeparator as Ke } from "./components/ui/breadcrumb.js";
|
|
32
|
+
import { Button as qe, buttonVariants as Je } from "./components/ui/button.js";
|
|
33
|
+
import { ButtonGroup as Xe, ButtonGroupSeparator as Ye, ButtonGroupText as Ze, buttonGroupVariants as $e } from "./components/ui/button-group.js";
|
|
34
|
+
import { Calendar as oo, CalendarDayButton as to } from "./components/ui/calendar.js";
|
|
35
|
+
import { Card as no, CardAction as ao, CardContent as io, CardDescription as po, CardFooter as uo, CardHeader as mo, CardTitle as lo } from "./components/ui/card.js";
|
|
36
|
+
import { Carousel as go, CarouselContent as co, CarouselItem as xo, CarouselNext as so, CarouselPrevious as So, useCarousel as bo } from "./components/ui/carousel.js";
|
|
37
|
+
import { Checkbox as To } from "./components/ui/checkbox.js";
|
|
38
|
+
import { Collapsible as Mo, CollapsibleContent as ho, CollapsibleTrigger as Ao } from "./components/ui/collapsible.js";
|
|
39
|
+
import { Combobox as Po, ComboboxChip as Bo, ComboboxChips as vo, ComboboxChipsInput as Go, ComboboxCollection as Lo, ComboboxContent as Ro, ComboboxEmpty as wo, ComboboxGroup as ko, ComboboxInput as Ho, ComboboxItem as Fo, ComboboxLabel as Oo, ComboboxList as yo, ComboboxSeparator as No, ComboboxTrigger as Qo, ComboboxValue as Eo, useComboboxAnchor as Vo } from "./components/ui/combobox.js";
|
|
40
|
+
import { Command as _o, CommandDialog as zo, CommandEmpty as Ko, CommandGroup as jo, CommandInput as qo, CommandItem as Jo, CommandList as Wo, CommandSeparator as Xo, CommandShortcut as Yo } from "./components/ui/command.js";
|
|
41
|
+
import { ContextMenu as $o, ContextMenuCheckboxItem as et, ContextMenuContent as ot, ContextMenuGroup as tt, ContextMenuItem as rt, ContextMenuLabel as nt, ContextMenuPortal as at, ContextMenuRadioGroup as it, ContextMenuRadioItem as pt, ContextMenuSeparator as ut, ContextMenuShortcut as mt, ContextMenuSub as lt, ContextMenuSubContent as Ct, ContextMenuSubTrigger as dt, ContextMenuTrigger as gt } from "./components/ui/context-menu.js";
|
|
42
|
+
import { DataTable as xt, TableToolbar as st, useDataTable as St } from "./components/ui/data-table/data-table.js";
|
|
43
|
+
import { DataTableColumnToggle as It } from "./components/ui/data-table/data-table-column-toggle.js";
|
|
44
|
+
import { DataTableFilter as ft } from "./components/ui/data-table/data-table-filter.js";
|
|
45
|
+
import { DataTablePagination as ht } from "./components/ui/data-table/data-table-pagination.js";
|
|
46
|
+
import { Dialog as Dt, DialogBody as Pt, DialogClose as Bt, DialogContent as vt, DialogDescription as Gt, DialogFooter as Lt, DialogHeader as Rt, DialogOverlay as wt, DialogPortal as kt, DialogTitle as Ht, DialogTrigger as Ft } from "./components/ui/dialog.js";
|
|
47
|
+
import { Drawer as yt, DrawerClose as Nt, DrawerContent as Qt, DrawerDescription as Et, DrawerFooter as Vt, DrawerHeader as Ut, DrawerOverlay as _t, DrawerPortal as zt, DrawerTitle as Kt, DrawerTrigger as jt } from "./components/ui/drawer.js";
|
|
48
|
+
import { DropdownMenu as Jt, DropdownMenuCheckboxItem as Wt, DropdownMenuContent as Xt, DropdownMenuGroup as Yt, DropdownMenuItem as Zt, DropdownMenuLabel as $t, DropdownMenuPortal as er, DropdownMenuRadioGroup as or, DropdownMenuRadioItem as tr, DropdownMenuSeparator as rr, DropdownMenuShortcut as nr, DropdownMenuSub as ar, DropdownMenuSubContent as ir, DropdownMenuSubTrigger as pr, DropdownMenuTrigger as ur } from "./components/ui/dropdown-menu.js";
|
|
49
|
+
import { Field as lr, FieldContent as Cr, FieldDescription as dr, FieldError as gr, FieldGroup as cr, FieldLabel as xr, FieldLegend as sr, FieldSeparator as Sr, FieldSet as br, FieldTitle as Ir } from "./components/ui/field.js";
|
|
50
|
+
import { HoverCard as fr, HoverCardContent as Mr, HoverCardTrigger as hr } from "./components/ui/hover-card.js";
|
|
51
|
+
import { Input as Dr } from "./components/ui/input.js";
|
|
52
|
+
import { InputGroup as Br, InputGroupAddon as vr, InputGroupButton as Gr, InputGroupInput as Lr, InputGroupText as Rr, InputGroupTextarea as wr } from "./components/ui/input-group.js";
|
|
53
|
+
import { InputOTP as Hr, InputOTPGroup as Fr, InputOTPSeparator as Or, InputOTPSlot as yr } from "./components/ui/input-otp.js";
|
|
54
|
+
import { Item as Qr, ItemActions as Er, ItemContent as Vr, ItemDescription as Ur, ItemFooter as _r, ItemGroup as zr, ItemHeader as Kr, ItemMedia as jr, ItemSeparator as qr, ItemTitle as Jr } from "./components/ui/item.js";
|
|
55
|
+
import { Kbd as Xr, KbdGroup as Yr } from "./components/ui/kbd.js";
|
|
56
|
+
import { Label as $r } from "./components/ui/label.js";
|
|
57
|
+
import { Menubar as on, MenubarCheckboxItem as tn, MenubarContent as rn, MenubarGroup as nn, MenubarItem as an, MenubarLabel as pn, MenubarMenu as un, MenubarPortal as mn, MenubarRadioGroup as ln, MenubarRadioItem as Cn, MenubarSeparator as dn, MenubarShortcut as gn, MenubarSub as cn, MenubarSubContent as xn, MenubarSubTrigger as sn, MenubarTrigger as Sn } from "./components/ui/menubar.js";
|
|
58
|
+
import { NavigationMenu as In, NavigationMenuContent as Tn, NavigationMenuIndicator as fn, NavigationMenuItem as Mn, NavigationMenuLink as hn, NavigationMenuList as An, NavigationMenuTrigger as Dn, NavigationMenuViewport as Pn, navigationMenuTriggerStyle as Bn } from "./components/ui/navigation-menu.js";
|
|
59
|
+
import { RadioGroup as Gn, RadioGroupItem as Ln } from "./components/ui/radio-group.js";
|
|
60
|
+
import { ResizableHandle as wn, ResizablePanel as kn, ResizablePanelGroup as Hn } from "./components/ui/resizable.js";
|
|
61
|
+
import { ScrollArea as On, ScrollBar as yn } from "./components/ui/scroll-area.js";
|
|
62
|
+
import { Select as Qn, SelectContent as En, SelectGroup as Vn, SelectItem as Un, SelectLabel as _n, SelectScrollDownButton as zn, SelectScrollUpButton as Kn, SelectSeparator as jn, SelectTrigger as qn, SelectValue as Jn } from "./components/ui/select.js";
|
|
63
|
+
import { Separator as Xn } from "./components/ui/separator.js";
|
|
64
|
+
import { Sheet as Zn, SheetClose as $n, SheetContent as ea, SheetDescription as oa, SheetFooter as ta, SheetHeader as ra, SheetTitle as na, SheetTrigger as aa } from "./components/ui/sheet.js";
|
|
65
|
+
import { Sidebar as pa, SidebarContent as ua, SidebarFooter as ma, SidebarGroup as la, SidebarGroupAction as Ca, SidebarGroupContent as da, SidebarGroupLabel as ga, SidebarHeader as ca, SidebarInput as xa, SidebarInset as sa, SidebarMenu as Sa, SidebarMenuAction as ba, SidebarMenuBadge as Ia, SidebarMenuButton as Ta, SidebarMenuItem as fa, SidebarMenuSkeleton as Ma, SidebarMenuSub as ha, SidebarMenuSubButton as Aa, SidebarMenuSubItem as Da, SidebarProvider as Pa, SidebarRail as Ba, SidebarSeparator as va, SidebarTrigger as Ga, useSidebar as La } from "./components/ui/sidebar.js";
|
|
66
|
+
import { Skeleton as wa } from "./components/ui/skeleton.js";
|
|
67
|
+
import { Slider as Ha } from "./components/ui/slider.js";
|
|
68
|
+
import { Toaster as Oa } from "./components/ui/sonner.js";
|
|
69
|
+
import { Spinner as Na, spinnerVariants as Qa } from "./components/ui/spinner.js";
|
|
70
|
+
import { Switch as Va } from "./components/ui/switch.js";
|
|
71
|
+
import { Table as _a, TableBody as za, TableCaption as Ka, TableCell as ja, TableFooter as qa, TableHead as Ja, TableHeader as Wa, TableRow as Xa } from "./components/ui/table.js";
|
|
72
|
+
import { Tabs as Za, TabsContent as $a, TabsList as ei, TabsTrigger as oi, tabsListVariants as ti } from "./components/ui/tabs.js";
|
|
73
|
+
import { Textarea as ni } from "./components/ui/textarea.js";
|
|
74
|
+
import { Toggle as ii, toggleVariants as pi } from "./components/ui/toggle.js";
|
|
75
|
+
import { ToggleGroup as mi, ToggleGroupItem as li } from "./components/ui/toggle-group.js";
|
|
76
|
+
import { Tooltip as di, TooltipContent as gi, TooltipProvider as ci, TooltipTrigger as xi } from "./components/ui/tooltip.js";
|
|
77
|
+
import { CodeEditor as Si } from "./components/ui/code-editor.js";
|
|
78
|
+
import { TetraScienceIcon as Ii } from "./components/ui/tetrascience-icon.js";
|
|
79
|
+
import { Attachment as fi, AttachmentEmpty as Mi, AttachmentHoverCard as hi, AttachmentHoverCardContent as Ai, AttachmentHoverCardTrigger as Di, AttachmentInfo as Pi, AttachmentPreview as Bi, AttachmentRemove as vi, Attachments as Gi, getAttachmentLabel as Li, getMediaCategory as Ri, useAttachmentContext as wi, useAttachmentsContext as ki } from "./components/ai/attachments.js";
|
|
80
|
+
import { ChainOfThought as Fi, ChainOfThoughtContent as Oi, ChainOfThoughtImage as yi, ChainOfThoughtSource as Ni, ChainOfThoughtSources as Qi, ChainOfThoughtStep as Ei, ChainOfThoughtTrigger as Vi } from "./components/ai/chain-of-thought.js";
|
|
81
|
+
import { CodeBlock as _i, CodeBlockActions as zi, CodeBlockContainer as Ki, CodeBlockContent as ji, CodeBlockCopyButton as qi, CodeBlockFilename as Ji, CodeBlockHeader as Wi, CodeBlockLanguageSelector as Xi, CodeBlockLanguageSelectorContent as Yi, CodeBlockLanguageSelectorItem as Zi, CodeBlockLanguageSelectorTrigger as $i, CodeBlockLanguageSelectorValue as ep, CodeBlockTitle as op, highlightCode as tp } from "./components/ui/code-block.js";
|
|
82
|
+
import { Confirmation as np, ConfirmationAccepted as ap, ConfirmationAction as ip, ConfirmationActions as pp, ConfirmationCode as up, ConfirmationRejected as mp, ConfirmationRequest as lp, ConfirmationShortcut as Cp, ConfirmationTitle as dp } from "./components/ai/confirmation.js";
|
|
83
|
+
import { Context as cp, ContextCacheUsage as xp, ContextContent as sp, ContextContentBody as Sp, ContextContentFooter as bp, ContextContentHeader as Ip, ContextInputUsage as Tp, ContextOutputUsage as fp, ContextReasoningUsage as Mp, ContextTrigger as hp } from "./components/ai/context.js";
|
|
84
|
+
import { Conversation as Dp, ConversationContent as Pp, ConversationDownload as Bp, ConversationEmptyState as vp, ConversationScrollButton as Gp, messagesToMarkdown as Lp } from "./components/ai/conversation.js";
|
|
85
|
+
import { InlineCitation as wp, InlineCitationCard as kp, InlineCitationCardBody as Hp, InlineCitationCardTrigger as Fp, InlineCitationCarousel as Op, InlineCitationCarouselContent as yp, InlineCitationCarouselHeader as Np, InlineCitationCarouselIndex as Qp, InlineCitationCarouselItem as Ep, InlineCitationCarouselNext as Vp, InlineCitationCarouselPrev as Up, InlineCitationQuote as _p, InlineCitationSource as zp, InlineCitationText as Kp } from "./components/ai/inline-citation.js";
|
|
86
|
+
import { Message as qp, MessageAction as Jp, MessageActions as Wp, MessageBranch as Xp, MessageBranchContent as Yp, MessageBranchNext as Zp, MessageBranchPage as $p, MessageBranchPrevious as eu, MessageBranchSelector as ou, MessageContent as tu, MessageResponse as ru, MessageToolbar as nu } from "./components/ai/message.js";
|
|
87
|
+
import { ModelSelector as iu, ModelSelectorContent as pu, ModelSelectorDialog as uu, ModelSelectorEmpty as mu, ModelSelectorGroup as lu, ModelSelectorInput as Cu, ModelSelectorItem as du, ModelSelectorList as gu, ModelSelectorLogo as cu, ModelSelectorLogoGroup as xu, ModelSelectorName as su, ModelSelectorSeparator as Su, ModelSelectorShortcut as bu, ModelSelectorTrigger as Iu } from "./components/ai/model-selector.js";
|
|
88
|
+
import { LocalReferencedSourcesContext as fu, PromptInput as Mu, PromptInputActionAddAttachments as hu, PromptInputActionAddScreenshot as Au, PromptInputActionMenu as Du, PromptInputActionMenuContent as Pu, PromptInputActionMenuItem as Bu, PromptInputActionMenuTrigger as vu, PromptInputBody as Gu, PromptInputButton as Lu, PromptInputCommand as Ru, PromptInputCommandEmpty as wu, PromptInputCommandGroup as ku, PromptInputCommandInput as Hu, PromptInputCommandItem as Fu, PromptInputCommandList as Ou, PromptInputCommandSeparator as yu, PromptInputFooter as Nu, PromptInputHeader as Qu, PromptInputHoverCard as Eu, PromptInputHoverCardContent as Vu, PromptInputHoverCardTrigger as Uu, PromptInputProvider as _u, PromptInputSelect as zu, PromptInputSelectContent as Ku, PromptInputSelectItem as ju, PromptInputSelectTrigger as qu, PromptInputSelectValue as Ju, PromptInputSlotSwap as Wu, PromptInputSubmit as Xu, PromptInputTab as Yu, PromptInputTabBody as Zu, PromptInputTabItem as $u, PromptInputTabLabel as em, PromptInputTabsList as om, PromptInputTextarea as tm, PromptInputTools as rm, usePromptInputAttachments as nm, usePromptInputController as am, usePromptInputReferencedSources as im, useProviderAttachments as pm } from "./components/ai/prompt-input.js";
|
|
89
|
+
import { Queue as mm, QueueItem as lm, QueueItemAction as Cm, QueueItemActions as dm, QueueItemAttachment as gm, QueueItemContent as cm, QueueItemDescription as xm, QueueItemFile as sm, QueueItemImage as Sm, QueueItemIndicator as bm, QueueList as Im, QueueSection as Tm, QueueSectionContent as fm, QueueSectionLabel as Mm, QueueSectionTrigger as hm } from "./components/ai/queue.js";
|
|
90
|
+
import { Reasoning as Dm, ReasoningContent as Pm, ReasoningTrigger as Bm, useReasoning as vm } from "./components/ai/reasoning.js";
|
|
91
|
+
import { Shimmer as Lm, TS_SHIMMER_GRADIENT as Rm } from "./components/ai/shimmer.js";
|
|
92
|
+
import { Source as km, Sources as Hm, SourcesContent as Fm, SourcesTrigger as Om } from "./components/ai/sources.js";
|
|
93
|
+
import { SpeechInput as Nm } from "./components/ai/speech-input.js";
|
|
94
|
+
import { STREAM_STATUS_ICONS as Em, StreamStatus as Vm } from "./components/ai/stream-status.js";
|
|
95
|
+
import { Suggestion as _m, Suggestions as zm } from "./components/ai/suggestion.js";
|
|
96
|
+
import { Task as jm, TaskContent as qm, TaskItem as Jm, TaskItemFile as Wm, TaskTrigger as Xm } from "./components/ai/task.js";
|
|
97
|
+
import { Tool as Zm, ToolContent as $m, ToolHeader as el, ToolInput as ol, ToolOutput as tl, getStatusBadge as rl } from "./components/ai/tool.js";
|
|
98
|
+
import { CHART_COLORS as al, COLORS as il } from "./utils/colors.js";
|
|
98
99
|
export {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
100
|
+
oe as Accordion,
|
|
101
|
+
te as AccordionContent,
|
|
102
|
+
re as AccordionItem,
|
|
103
|
+
ne as AccordionTrigger,
|
|
104
|
+
ie as Alert,
|
|
105
|
+
pe as AlertAction,
|
|
106
|
+
ue as AlertDescription,
|
|
107
|
+
Ce as AlertDialog,
|
|
108
|
+
de as AlertDialogAction,
|
|
109
|
+
ge as AlertDialogCancel,
|
|
110
|
+
ce as AlertDialogContent,
|
|
111
|
+
xe as AlertDialogDescription,
|
|
112
|
+
se as AlertDialogFooter,
|
|
113
|
+
Se as AlertDialogHeader,
|
|
114
|
+
be as AlertDialogMedia,
|
|
115
|
+
Ie as AlertDialogOverlay,
|
|
116
|
+
Te as AlertDialogPortal,
|
|
117
|
+
fe as AlertDialogTitle,
|
|
118
|
+
Me as AlertDialogTrigger,
|
|
119
|
+
me as AlertTitle,
|
|
120
|
+
R as AreaGraph,
|
|
121
|
+
Ae as AspectRatio,
|
|
122
|
+
fi as Attachment,
|
|
123
|
+
Mi as AttachmentEmpty,
|
|
124
|
+
hi as AttachmentHoverCard,
|
|
125
|
+
Ai as AttachmentHoverCardContent,
|
|
126
|
+
Di as AttachmentHoverCardTrigger,
|
|
127
|
+
Pi as AttachmentInfo,
|
|
128
|
+
Bi as AttachmentPreview,
|
|
129
|
+
vi as AttachmentRemove,
|
|
130
|
+
Gi as Attachments,
|
|
131
|
+
Pe as Avatar,
|
|
132
|
+
Be as AvatarBadge,
|
|
133
|
+
ve as AvatarFallback,
|
|
134
|
+
Ge as AvatarGroup,
|
|
135
|
+
Le as AvatarGroupCount,
|
|
136
|
+
Re as AvatarImage,
|
|
137
|
+
ke as Badge,
|
|
138
|
+
Oe as Banner,
|
|
139
|
+
k as BarGraph,
|
|
140
|
+
F as Boxplot,
|
|
141
|
+
Qe as Breadcrumb,
|
|
142
|
+
Ee as BreadcrumbEllipsis,
|
|
143
|
+
Ve as BreadcrumbItem,
|
|
144
|
+
Ue as BreadcrumbLink,
|
|
145
|
+
_e as BreadcrumbList,
|
|
146
|
+
ze as BreadcrumbPage,
|
|
147
|
+
Ke as BreadcrumbSeparator,
|
|
148
|
+
qe as Button,
|
|
149
|
+
Xe as ButtonGroup,
|
|
150
|
+
Ye as ButtonGroupSeparator,
|
|
151
|
+
Ze as ButtonGroupText,
|
|
152
|
+
al as CHART_COLORS,
|
|
153
|
+
il as COLORS,
|
|
154
|
+
oo as Calendar,
|
|
155
|
+
to as CalendarDayButton,
|
|
156
|
+
no as Card,
|
|
157
|
+
ao as CardAction,
|
|
158
|
+
io as CardContent,
|
|
159
|
+
po as CardDescription,
|
|
160
|
+
uo as CardFooter,
|
|
161
|
+
mo as CardHeader,
|
|
162
|
+
lo as CardTitle,
|
|
163
|
+
go as Carousel,
|
|
164
|
+
co as CarouselContent,
|
|
165
|
+
xo as CarouselItem,
|
|
166
|
+
so as CarouselNext,
|
|
167
|
+
So as CarouselPrevious,
|
|
168
|
+
Fi as ChainOfThought,
|
|
169
|
+
Oi as ChainOfThoughtContent,
|
|
170
|
+
yi as ChainOfThoughtImage,
|
|
171
|
+
Ni as ChainOfThoughtSource,
|
|
172
|
+
Qi as ChainOfThoughtSources,
|
|
173
|
+
Ei as ChainOfThoughtStep,
|
|
174
|
+
Vi as ChainOfThoughtTrigger,
|
|
174
175
|
m as Chat,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
176
|
+
To as Checkbox,
|
|
177
|
+
y as Chromatogram,
|
|
178
|
+
Q as ChromatogramChart,
|
|
179
|
+
_i as CodeBlock,
|
|
180
|
+
zi as CodeBlockActions,
|
|
181
|
+
Ki as CodeBlockContainer,
|
|
182
|
+
ji as CodeBlockContent,
|
|
183
|
+
qi as CodeBlockCopyButton,
|
|
184
|
+
Ji as CodeBlockFilename,
|
|
185
|
+
Wi as CodeBlockHeader,
|
|
186
|
+
Xi as CodeBlockLanguageSelector,
|
|
187
|
+
Yi as CodeBlockLanguageSelectorContent,
|
|
188
|
+
Zi as CodeBlockLanguageSelectorItem,
|
|
189
|
+
$i as CodeBlockLanguageSelectorTrigger,
|
|
190
|
+
ep as CodeBlockLanguageSelectorValue,
|
|
191
|
+
op as CodeBlockTitle,
|
|
192
|
+
Si as CodeEditor,
|
|
193
|
+
Mo as Collapsible,
|
|
194
|
+
ho as CollapsibleContent,
|
|
195
|
+
Ao as CollapsibleTrigger,
|
|
196
|
+
Po as Combobox,
|
|
197
|
+
Bo as ComboboxChip,
|
|
198
|
+
vo as ComboboxChips,
|
|
199
|
+
Go as ComboboxChipsInput,
|
|
200
|
+
Lo as ComboboxCollection,
|
|
201
|
+
Ro as ComboboxContent,
|
|
202
|
+
wo as ComboboxEmpty,
|
|
203
|
+
ko as ComboboxGroup,
|
|
204
|
+
Ho as ComboboxInput,
|
|
205
|
+
Fo as ComboboxItem,
|
|
206
|
+
Oo as ComboboxLabel,
|
|
207
|
+
yo as ComboboxList,
|
|
208
|
+
No as ComboboxSeparator,
|
|
209
|
+
Qo as ComboboxTrigger,
|
|
210
|
+
Eo as ComboboxValue,
|
|
211
|
+
_o as Command,
|
|
212
|
+
zo as CommandDialog,
|
|
213
|
+
Ko as CommandEmpty,
|
|
214
|
+
jo as CommandGroup,
|
|
215
|
+
qo as CommandInput,
|
|
216
|
+
Jo as CommandItem,
|
|
217
|
+
Wo as CommandList,
|
|
218
|
+
Xo as CommandSeparator,
|
|
219
|
+
Yo as CommandShortcut,
|
|
220
|
+
np as Confirmation,
|
|
221
|
+
ap as ConfirmationAccepted,
|
|
222
|
+
ip as ConfirmationAction,
|
|
223
|
+
pp as ConfirmationActions,
|
|
224
|
+
up as ConfirmationCode,
|
|
225
|
+
mp as ConfirmationRejected,
|
|
226
|
+
lp as ConfirmationRequest,
|
|
227
|
+
Cp as ConfirmationShortcut,
|
|
228
|
+
dp as ConfirmationTitle,
|
|
229
|
+
cp as Context,
|
|
230
|
+
xp as ContextCacheUsage,
|
|
231
|
+
sp as ContextContent,
|
|
232
|
+
Sp as ContextContentBody,
|
|
233
|
+
bp as ContextContentFooter,
|
|
234
|
+
Ip as ContextContentHeader,
|
|
235
|
+
Tp as ContextInputUsage,
|
|
236
|
+
$o as ContextMenu,
|
|
237
|
+
et as ContextMenuCheckboxItem,
|
|
238
|
+
ot as ContextMenuContent,
|
|
239
|
+
tt as ContextMenuGroup,
|
|
240
|
+
rt as ContextMenuItem,
|
|
241
|
+
nt as ContextMenuLabel,
|
|
242
|
+
at as ContextMenuPortal,
|
|
243
|
+
it as ContextMenuRadioGroup,
|
|
244
|
+
pt as ContextMenuRadioItem,
|
|
245
|
+
ut as ContextMenuSeparator,
|
|
246
|
+
mt as ContextMenuShortcut,
|
|
247
|
+
lt as ContextMenuSub,
|
|
248
|
+
Ct as ContextMenuSubContent,
|
|
249
|
+
dt as ContextMenuSubTrigger,
|
|
250
|
+
gt as ContextMenuTrigger,
|
|
251
|
+
fp as ContextOutputUsage,
|
|
252
|
+
Mp as ContextReasoningUsage,
|
|
253
|
+
hp as ContextTrigger,
|
|
254
|
+
Dp as Conversation,
|
|
255
|
+
Pp as ConversationContent,
|
|
256
|
+
Bp as ConversationDownload,
|
|
257
|
+
vp as ConversationEmptyState,
|
|
258
|
+
Gp as ConversationScrollButton,
|
|
258
259
|
p as DataAppShell,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
260
|
+
xt as DataTable,
|
|
261
|
+
It as DataTableColumnToggle,
|
|
262
|
+
ft as DataTableFilter,
|
|
263
|
+
ht as DataTablePagination,
|
|
264
|
+
Dt as Dialog,
|
|
265
|
+
Pt as DialogBody,
|
|
266
|
+
Bt as DialogClose,
|
|
267
|
+
vt as DialogContent,
|
|
268
|
+
Gt as DialogDescription,
|
|
269
|
+
Lt as DialogFooter,
|
|
270
|
+
Rt as DialogHeader,
|
|
271
|
+
wt as DialogOverlay,
|
|
272
|
+
kt as DialogPortal,
|
|
273
|
+
Ht as DialogTitle,
|
|
274
|
+
Ft as DialogTrigger,
|
|
275
|
+
V as DotPlot,
|
|
276
|
+
yt as Drawer,
|
|
277
|
+
Nt as DrawerClose,
|
|
278
|
+
Qt as DrawerContent,
|
|
279
|
+
Et as DrawerDescription,
|
|
280
|
+
Vt as DrawerFooter,
|
|
281
|
+
Ut as DrawerHeader,
|
|
282
|
+
_t as DrawerOverlay,
|
|
283
|
+
zt as DrawerPortal,
|
|
284
|
+
Kt as DrawerTitle,
|
|
285
|
+
jt as DrawerTrigger,
|
|
286
|
+
Jt as DropdownMenu,
|
|
287
|
+
Wt as DropdownMenuCheckboxItem,
|
|
288
|
+
Xt as DropdownMenuContent,
|
|
289
|
+
Yt as DropdownMenuGroup,
|
|
290
|
+
Zt as DropdownMenuItem,
|
|
291
|
+
$t as DropdownMenuLabel,
|
|
292
|
+
er as DropdownMenuPortal,
|
|
293
|
+
or as DropdownMenuRadioGroup,
|
|
294
|
+
tr as DropdownMenuRadioItem,
|
|
295
|
+
rr as DropdownMenuSeparator,
|
|
296
|
+
nr as DropdownMenuShortcut,
|
|
297
|
+
ar as DropdownMenuSub,
|
|
298
|
+
ir as DropdownMenuSubContent,
|
|
299
|
+
pr as DropdownMenuSubTrigger,
|
|
300
|
+
ur as DropdownMenuTrigger,
|
|
301
|
+
c as EmptyState,
|
|
302
|
+
lr as Field,
|
|
303
|
+
Cr as FieldContent,
|
|
304
|
+
dr as FieldDescription,
|
|
305
|
+
gr as FieldError,
|
|
306
|
+
cr as FieldGroup,
|
|
307
|
+
xr as FieldLabel,
|
|
308
|
+
sr as FieldLegend,
|
|
309
|
+
Sr as FieldSeparator,
|
|
310
|
+
br as FieldSet,
|
|
311
|
+
Ir as FieldTitle,
|
|
311
312
|
r as FormSection,
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
On as
|
|
473
|
-
yn as
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
qn as
|
|
483
|
-
|
|
484
|
-
Xn as
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
Sa as
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
Fm as
|
|
522
|
-
|
|
313
|
+
_ as Heatmap,
|
|
314
|
+
K as Histogram,
|
|
315
|
+
fr as HoverCard,
|
|
316
|
+
Mr as HoverCardContent,
|
|
317
|
+
hr as HoverCardTrigger,
|
|
318
|
+
wp as InlineCitation,
|
|
319
|
+
kp as InlineCitationCard,
|
|
320
|
+
Hp as InlineCitationCardBody,
|
|
321
|
+
Fp as InlineCitationCardTrigger,
|
|
322
|
+
Op as InlineCitationCarousel,
|
|
323
|
+
yp as InlineCitationCarouselContent,
|
|
324
|
+
Np as InlineCitationCarouselHeader,
|
|
325
|
+
Qp as InlineCitationCarouselIndex,
|
|
326
|
+
Ep as InlineCitationCarouselItem,
|
|
327
|
+
Vp as InlineCitationCarouselNext,
|
|
328
|
+
Up as InlineCitationCarouselPrev,
|
|
329
|
+
_p as InlineCitationQuote,
|
|
330
|
+
zp as InlineCitationSource,
|
|
331
|
+
Kp as InlineCitationText,
|
|
332
|
+
Dr as Input,
|
|
333
|
+
Br as InputGroup,
|
|
334
|
+
vr as InputGroupAddon,
|
|
335
|
+
Gr as InputGroupButton,
|
|
336
|
+
Lr as InputGroupInput,
|
|
337
|
+
Rr as InputGroupText,
|
|
338
|
+
wr as InputGroupTextarea,
|
|
339
|
+
Hr as InputOTP,
|
|
340
|
+
Fr as InputOTPGroup,
|
|
341
|
+
Or as InputOTPSeparator,
|
|
342
|
+
yr as InputOTPSlot,
|
|
343
|
+
Qr as Item,
|
|
344
|
+
Er as ItemActions,
|
|
345
|
+
Vr as ItemContent,
|
|
346
|
+
Ur as ItemDescription,
|
|
347
|
+
_r as ItemFooter,
|
|
348
|
+
zr as ItemGroup,
|
|
349
|
+
Kr as ItemHeader,
|
|
350
|
+
jr as ItemMedia,
|
|
351
|
+
qr as ItemSeparator,
|
|
352
|
+
Jr as ItemTitle,
|
|
353
|
+
Xr as Kbd,
|
|
354
|
+
Yr as KbdGroup,
|
|
355
|
+
$r as Label,
|
|
356
|
+
q as LineGraph,
|
|
357
|
+
fu as LocalReferencedSourcesContext,
|
|
358
|
+
on as Menubar,
|
|
359
|
+
tn as MenubarCheckboxItem,
|
|
360
|
+
rn as MenubarContent,
|
|
361
|
+
nn as MenubarGroup,
|
|
362
|
+
an as MenubarItem,
|
|
363
|
+
pn as MenubarLabel,
|
|
364
|
+
un as MenubarMenu,
|
|
365
|
+
mn as MenubarPortal,
|
|
366
|
+
ln as MenubarRadioGroup,
|
|
367
|
+
Cn as MenubarRadioItem,
|
|
368
|
+
dn as MenubarSeparator,
|
|
369
|
+
gn as MenubarShortcut,
|
|
370
|
+
cn as MenubarSub,
|
|
371
|
+
xn as MenubarSubContent,
|
|
372
|
+
sn as MenubarSubTrigger,
|
|
373
|
+
Sn as MenubarTrigger,
|
|
374
|
+
qp as Message,
|
|
375
|
+
Jp as MessageAction,
|
|
376
|
+
Wp as MessageActions,
|
|
377
|
+
Xp as MessageBranch,
|
|
378
|
+
Yp as MessageBranchContent,
|
|
379
|
+
Zp as MessageBranchNext,
|
|
380
|
+
$p as MessageBranchPage,
|
|
381
|
+
eu as MessageBranchPrevious,
|
|
382
|
+
ou as MessageBranchSelector,
|
|
383
|
+
tu as MessageContent,
|
|
384
|
+
ru as MessageResponse,
|
|
385
|
+
nu as MessageToolbar,
|
|
386
|
+
iu as ModelSelector,
|
|
387
|
+
pu as ModelSelectorContent,
|
|
388
|
+
uu as ModelSelectorDialog,
|
|
389
|
+
mu as ModelSelectorEmpty,
|
|
390
|
+
lu as ModelSelectorGroup,
|
|
391
|
+
Cu as ModelSelectorInput,
|
|
392
|
+
du as ModelSelectorItem,
|
|
393
|
+
gu as ModelSelectorList,
|
|
394
|
+
cu as ModelSelectorLogo,
|
|
395
|
+
xu as ModelSelectorLogoGroup,
|
|
396
|
+
su as ModelSelectorName,
|
|
397
|
+
Su as ModelSelectorSeparator,
|
|
398
|
+
bu as ModelSelectorShortcut,
|
|
399
|
+
Iu as ModelSelectorTrigger,
|
|
400
|
+
In as NavigationMenu,
|
|
401
|
+
Tn as NavigationMenuContent,
|
|
402
|
+
fn as NavigationMenuIndicator,
|
|
403
|
+
Mn as NavigationMenuItem,
|
|
404
|
+
hn as NavigationMenuLink,
|
|
405
|
+
An as NavigationMenuList,
|
|
406
|
+
Dn as NavigationMenuTrigger,
|
|
407
|
+
Pn as NavigationMenuViewport,
|
|
408
|
+
W as PieChart,
|
|
409
|
+
Y as PlateMap,
|
|
410
|
+
Mu as PromptInput,
|
|
411
|
+
hu as PromptInputActionAddAttachments,
|
|
412
|
+
Au as PromptInputActionAddScreenshot,
|
|
413
|
+
Du as PromptInputActionMenu,
|
|
414
|
+
Pu as PromptInputActionMenuContent,
|
|
415
|
+
Bu as PromptInputActionMenuItem,
|
|
416
|
+
vu as PromptInputActionMenuTrigger,
|
|
417
|
+
Gu as PromptInputBody,
|
|
418
|
+
Lu as PromptInputButton,
|
|
419
|
+
Ru as PromptInputCommand,
|
|
420
|
+
wu as PromptInputCommandEmpty,
|
|
421
|
+
ku as PromptInputCommandGroup,
|
|
422
|
+
Hu as PromptInputCommandInput,
|
|
423
|
+
Fu as PromptInputCommandItem,
|
|
424
|
+
Ou as PromptInputCommandList,
|
|
425
|
+
yu as PromptInputCommandSeparator,
|
|
426
|
+
Nu as PromptInputFooter,
|
|
427
|
+
Qu as PromptInputHeader,
|
|
428
|
+
Eu as PromptInputHoverCard,
|
|
429
|
+
Vu as PromptInputHoverCardContent,
|
|
430
|
+
Uu as PromptInputHoverCardTrigger,
|
|
431
|
+
_u as PromptInputProvider,
|
|
432
|
+
zu as PromptInputSelect,
|
|
433
|
+
Ku as PromptInputSelectContent,
|
|
434
|
+
ju as PromptInputSelectItem,
|
|
435
|
+
qu as PromptInputSelectTrigger,
|
|
436
|
+
Ju as PromptInputSelectValue,
|
|
437
|
+
Wu as PromptInputSlotSwap,
|
|
438
|
+
Xu as PromptInputSubmit,
|
|
439
|
+
Yu as PromptInputTab,
|
|
440
|
+
Zu as PromptInputTabBody,
|
|
441
|
+
$u as PromptInputTabItem,
|
|
442
|
+
em as PromptInputTabLabel,
|
|
443
|
+
om as PromptInputTabsList,
|
|
444
|
+
tm as PromptInputTextarea,
|
|
445
|
+
rm as PromptInputTools,
|
|
446
|
+
mm as Queue,
|
|
447
|
+
lm as QueueItem,
|
|
448
|
+
Cm as QueueItemAction,
|
|
449
|
+
dm as QueueItemActions,
|
|
450
|
+
gm as QueueItemAttachment,
|
|
451
|
+
cm as QueueItemContent,
|
|
452
|
+
xm as QueueItemDescription,
|
|
453
|
+
sm as QueueItemFile,
|
|
454
|
+
Sm as QueueItemImage,
|
|
455
|
+
bm as QueueItemIndicator,
|
|
456
|
+
Im as QueueList,
|
|
457
|
+
Tm as QueueSection,
|
|
458
|
+
fm as QueueSectionContent,
|
|
459
|
+
Mm as QueueSectionLabel,
|
|
460
|
+
hm as QueueSectionTrigger,
|
|
461
|
+
Gn as RadioGroup,
|
|
462
|
+
Ln as RadioGroupItem,
|
|
463
|
+
Dm as Reasoning,
|
|
464
|
+
Pm as ReasoningContent,
|
|
465
|
+
Bm as ReasoningTrigger,
|
|
466
|
+
wn as ResizableHandle,
|
|
467
|
+
kn as ResizablePanel,
|
|
468
|
+
Hn as ResizablePanelGroup,
|
|
469
|
+
C as RichListItem,
|
|
470
|
+
d as RichListItemAvatar,
|
|
471
|
+
Em as STREAM_STATUS_ICONS,
|
|
472
|
+
$ as ScatterGraph,
|
|
473
|
+
On as ScrollArea,
|
|
474
|
+
yn as ScrollBar,
|
|
475
|
+
Qn as Select,
|
|
476
|
+
En as SelectContent,
|
|
477
|
+
Vn as SelectGroup,
|
|
478
|
+
Un as SelectItem,
|
|
479
|
+
_n as SelectLabel,
|
|
480
|
+
zn as SelectScrollDownButton,
|
|
481
|
+
Kn as SelectScrollUpButton,
|
|
482
|
+
jn as SelectSeparator,
|
|
483
|
+
qn as SelectTrigger,
|
|
484
|
+
Jn as SelectValue,
|
|
485
|
+
Xn as Separator,
|
|
486
|
+
Zn as Sheet,
|
|
487
|
+
$n as SheetClose,
|
|
488
|
+
ea as SheetContent,
|
|
489
|
+
oa as SheetDescription,
|
|
490
|
+
ta as SheetFooter,
|
|
491
|
+
ra as SheetHeader,
|
|
492
|
+
na as SheetTitle,
|
|
493
|
+
aa as SheetTrigger,
|
|
494
|
+
Lm as Shimmer,
|
|
495
|
+
pa as Sidebar,
|
|
496
|
+
ua as SidebarContent,
|
|
497
|
+
ma as SidebarFooter,
|
|
498
|
+
la as SidebarGroup,
|
|
499
|
+
Ca as SidebarGroupAction,
|
|
500
|
+
da as SidebarGroupContent,
|
|
501
|
+
ga as SidebarGroupLabel,
|
|
502
|
+
ca as SidebarHeader,
|
|
503
|
+
xa as SidebarInput,
|
|
504
|
+
sa as SidebarInset,
|
|
505
|
+
Sa as SidebarMenu,
|
|
506
|
+
ba as SidebarMenuAction,
|
|
507
|
+
Ia as SidebarMenuBadge,
|
|
508
|
+
Ta as SidebarMenuButton,
|
|
509
|
+
fa as SidebarMenuItem,
|
|
510
|
+
Ma as SidebarMenuSkeleton,
|
|
511
|
+
ha as SidebarMenuSub,
|
|
512
|
+
Aa as SidebarMenuSubButton,
|
|
513
|
+
Da as SidebarMenuSubItem,
|
|
514
|
+
Pa as SidebarProvider,
|
|
515
|
+
Ba as SidebarRail,
|
|
516
|
+
va as SidebarSeparator,
|
|
517
|
+
Ga as SidebarTrigger,
|
|
518
|
+
wa as Skeleton,
|
|
519
|
+
Ha as Slider,
|
|
520
|
+
km as Source,
|
|
521
|
+
Hm as Sources,
|
|
522
|
+
Fm as SourcesContent,
|
|
523
|
+
Om as SourcesTrigger,
|
|
524
|
+
Nm as SpeechInput,
|
|
525
|
+
Na as Spinner,
|
|
523
526
|
a as StatCard,
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
527
|
+
Vm as StreamStatus,
|
|
528
|
+
_m as Suggestion,
|
|
529
|
+
zm as Suggestions,
|
|
530
|
+
Va as Switch,
|
|
531
|
+
T as TDPLink,
|
|
532
|
+
Rm as TS_SHIMMER_GRADIENT,
|
|
533
|
+
_a as Table,
|
|
534
|
+
za as TableBody,
|
|
535
|
+
Ka as TableCaption,
|
|
536
|
+
ja as TableCell,
|
|
537
|
+
qa as TableFooter,
|
|
538
|
+
Ja as TableHead,
|
|
539
|
+
Wa as TableHeader,
|
|
540
|
+
Xa as TableRow,
|
|
541
|
+
st as TableToolbar,
|
|
542
|
+
Za as Tabs,
|
|
543
|
+
$a as TabsContent,
|
|
544
|
+
ei as TabsList,
|
|
545
|
+
oi as TabsTrigger,
|
|
546
|
+
jm as Task,
|
|
547
|
+
qm as TaskContent,
|
|
548
|
+
Jm as TaskItem,
|
|
549
|
+
Wm as TaskItemFile,
|
|
550
|
+
Xm as TaskTrigger,
|
|
551
|
+
f as TdpNavigationContext,
|
|
552
|
+
M as TdpNavigationProvider,
|
|
553
|
+
s as TdpSearch,
|
|
554
|
+
Ii as TetraScienceIcon,
|
|
555
|
+
ni as Textarea,
|
|
556
|
+
Oa as Toaster,
|
|
557
|
+
ii as Toggle,
|
|
558
|
+
mi as ToggleGroup,
|
|
559
|
+
li as ToggleGroupItem,
|
|
560
|
+
Zm as Tool,
|
|
561
|
+
$m as ToolContent,
|
|
562
|
+
el as ToolHeader,
|
|
563
|
+
ol as ToolInput,
|
|
564
|
+
tl as ToolOutput,
|
|
565
|
+
di as Tooltip,
|
|
566
|
+
gi as TooltipContent,
|
|
567
|
+
ci as TooltipProvider,
|
|
568
|
+
xi as TooltipTrigger,
|
|
569
|
+
He as badgeVariants,
|
|
570
|
+
ye as bannerVariants,
|
|
571
|
+
P as buildTdpUrl,
|
|
572
|
+
$e as buttonGroupVariants,
|
|
573
|
+
Je as buttonVariants,
|
|
574
|
+
Li as getAttachmentLabel,
|
|
575
|
+
Ri as getMediaCategory,
|
|
576
|
+
rl as getStatusBadge,
|
|
577
|
+
B as getTdpBaseUrlFromReferrer,
|
|
578
|
+
tp as highlightCode,
|
|
579
|
+
Lp as messagesToMarkdown,
|
|
580
|
+
v as navigateToTdpUrl,
|
|
581
|
+
Bn as navigationMenuTriggerStyle,
|
|
582
|
+
Qa as spinnerVariants,
|
|
583
|
+
ti as tabsListVariants,
|
|
584
|
+
G as tdpPaths,
|
|
585
|
+
pi as toggleVariants,
|
|
586
|
+
wi as useAttachmentContext,
|
|
587
|
+
ki as useAttachmentsContext,
|
|
588
|
+
bo as useCarousel,
|
|
589
|
+
Vo as useComboboxAnchor,
|
|
590
|
+
St as useDataTable,
|
|
591
|
+
nm as usePromptInputAttachments,
|
|
592
|
+
am as usePromptInputController,
|
|
593
|
+
im as usePromptInputReferencedSources,
|
|
594
|
+
pm as useProviderAttachments,
|
|
595
|
+
vm as useReasoning,
|
|
596
|
+
b as useSearch,
|
|
597
|
+
La as useSidebar,
|
|
598
|
+
h as useTdpNavigation,
|
|
599
|
+
A as useTdpNavigationContext
|
|
597
600
|
};
|
|
598
601
|
//# sourceMappingURL=index.js.map
|