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