@arcadeai/design-system 3.38.1 → 3.39.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/assets/icons/telegram.js +10 -0
- package/dist/components/index.js +287 -283
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +58 -56
- package/dist/components/ui/atoms/icons/telegram.d.ts +4 -0
- package/dist/components/ui/atoms/icons/telegram.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/telegram.js +37 -0
- package/dist/components/ui/atoms/index.js +173 -171
- package/dist/components/ui/index.js +287 -283
- package/dist/components/ui/molecules/client-secret-field.d.ts +10 -0
- package/dist/components/ui/molecules/client-secret-field.d.ts.map +1 -0
- package/dist/components/ui/molecules/client-secret-field.js +48 -0
- package/dist/components/ui/molecules/index.d.ts +2 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +46 -44
- package/dist/main.js +315 -311
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +40 -38
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as s, Alert
|
|
|
4
4
|
import { ArcadeGradient as M } from "./atoms/arcade-gradient.js";
|
|
5
5
|
import { Avatar as k, AvatarFallback as B, AvatarImage as G } from "./atoms/avatar.js";
|
|
6
6
|
import { AvatarNotificationBadge as L, avatarBadgeVariants as v } from "./atoms/avatar-notification-badge.js";
|
|
7
|
-
import { Badge as
|
|
7
|
+
import { Badge as y, badgeVariants as w } from "./atoms/badge.js";
|
|
8
8
|
import { BrandChip as E } from "./atoms/brand-chip.js";
|
|
9
9
|
import { Breadcrumb as R, BreadcrumbEllipsis as O, BreadcrumbItem as V, BreadcrumbLink as z, BreadcrumbList as N, BreadcrumbPage as W, BreadcrumbSeparator as U } from "./atoms/breadcrumb.js";
|
|
10
10
|
import { Button as q, buttonVariants as J } from "./atoms/button.js";
|
|
@@ -16,7 +16,7 @@ import { ChatContainerContent as uo, ChatContainerRoot as Co, ChatContainerScrol
|
|
|
16
16
|
import { Checkbox as To } from "./atoms/checkbox.js";
|
|
17
17
|
import { CodeBlock as bo, CodeBlockCode as Ao, CodeBlockGroup as Mo } from "./atoms/code-block.js";
|
|
18
18
|
import { Collapsible as ko, CollapsibleContent as Bo, CollapsibleTrigger as Go } from "./atoms/collapsible.js";
|
|
19
|
-
import { Command as Lo, CommandDialog as vo, CommandEmpty as
|
|
19
|
+
import { Command as Lo, CommandDialog as vo, CommandEmpty as Io, CommandGroup as yo, CommandInput as wo, CommandItem as Ho, CommandList as Eo, CommandSeparator as Fo, CommandShortcut as Ro } from "./atoms/command.js";
|
|
20
20
|
import { CopyButton as Vo } from "./atoms/copy-button.js";
|
|
21
21
|
import { Dialog as No, DialogClose as Wo, DialogContent as Uo, DialogDescription as Zo, DialogFooter as qo, DialogHeader as Jo, DialogOverlay as _o, DialogPortal as Xo, DialogTitle as Yo, DialogTrigger as jo } from "./atoms/dialog.js";
|
|
22
22
|
import { DropdownMenu as Qo, DropdownMenuCheckboxItem as $o, DropdownMenuContent as or, DropdownMenuGroup as rr, DropdownMenuItem as er, DropdownMenuLabel as tr, DropdownMenuPortal as ar, DropdownMenuRadioGroup as pr, DropdownMenuRadioItem as mr, DropdownMenuSeparator as ir, DropdownMenuShortcut as lr, DropdownMenuSub as nr, DropdownMenuSubContent as fr, DropdownMenuSubTrigger as xr, DropdownMenuTrigger as dr } from "./atoms/dropdown-menu.js";
|
|
@@ -28,7 +28,7 @@ import { Amplitude as Dr } from "./atoms/icons/amplitude.js";
|
|
|
28
28
|
import { Arcade as Br } from "./atoms/icons/arcade.js";
|
|
29
29
|
import { ArcadeLogo as Pr } from "./atoms/icons/arcade-logo.js";
|
|
30
30
|
import { Asana as vr } from "./atoms/icons/asana.js";
|
|
31
|
-
import { Ashby as
|
|
31
|
+
import { Ashby as yr } from "./atoms/icons/ashby.js";
|
|
32
32
|
import { Atlassian as Hr } from "./atoms/icons/atlassian.js";
|
|
33
33
|
import { Attio as Fr } from "./atoms/icons/attio.js";
|
|
34
34
|
import { Auth0 as Or } from "./atoms/icons/auth0.js";
|
|
@@ -55,7 +55,7 @@ import { Coinbase as De } from "./atoms/icons/coinbase.js";
|
|
|
55
55
|
import { Confluence as Be } from "./atoms/icons/confluence.js";
|
|
56
56
|
import { Cursor as Pe } from "./atoms/icons/cursor.js";
|
|
57
57
|
import { CursorInstallDark as ve } from "./atoms/icons/cursor-install-dark.js";
|
|
58
|
-
import { CursorInstallLight as
|
|
58
|
+
import { CursorInstallLight as ye } from "./atoms/icons/cursor-install-light.js";
|
|
59
59
|
import { CursorLogotype as He } from "./atoms/icons/cursor-logotype.js";
|
|
60
60
|
import { Customerio as Fe } from "./atoms/icons/customerio.js";
|
|
61
61
|
import { Datadog as Oe } from "./atoms/icons/datadog.js";
|
|
@@ -82,7 +82,7 @@ import { GoogleContacts as Dt } from "./atoms/icons/google-contacts.js";
|
|
|
82
82
|
import { GoogleDocs as Bt } from "./atoms/icons/google-docs.js";
|
|
83
83
|
import { GoogleDrive as Pt } from "./atoms/icons/google-drive.js";
|
|
84
84
|
import { GoogleFinance as vt } from "./atoms/icons/google-finance.js";
|
|
85
|
-
import { GoogleFlight as
|
|
85
|
+
import { GoogleFlight as yt } from "./atoms/icons/google-flight.js";
|
|
86
86
|
import { GoogleFlights as Ht } from "./atoms/icons/google-flights.js";
|
|
87
87
|
import { GoogleHotels as Ft } from "./atoms/icons/google-hotels.js";
|
|
88
88
|
import { GoogleJobs as Ot } from "./atoms/icons/google-jobs.js";
|
|
@@ -109,7 +109,7 @@ import { Mastra as Da } from "./atoms/icons/mastra.js";
|
|
|
109
109
|
import { MastraLogotype as Ba } from "./atoms/icons/mastra-logotype.js";
|
|
110
110
|
import { MathToolkit as Pa } from "./atoms/icons/math-toolkit.js";
|
|
111
111
|
import { Mcp as va } from "./atoms/icons/mcp.js";
|
|
112
|
-
import { Microsoft as
|
|
112
|
+
import { Microsoft as ya } from "./atoms/icons/microsoft.js";
|
|
113
113
|
import { MicrosoftDynamics as Ha } from "./atoms/icons/microsoft-dynamics.js";
|
|
114
114
|
import { MicrosoftExcel as Fa } from "./atoms/icons/microsoft-excel.js";
|
|
115
115
|
import { MicrosoftOnedrive as Oa } from "./atoms/icons/microsoft-onedrive.js";
|
|
@@ -136,7 +136,7 @@ import { Plaid as Dp } from "./atoms/icons/plaid.js";
|
|
|
136
136
|
import { Postgres as Bp } from "./atoms/icons/postgres.js";
|
|
137
137
|
import { Posthog as Pp } from "./atoms/icons/posthog.js";
|
|
138
138
|
import { Pylon as vp } from "./atoms/icons/pylon.js";
|
|
139
|
-
import { Quickbooks as
|
|
139
|
+
import { Quickbooks as yp } from "./atoms/icons/quickbooks.js";
|
|
140
140
|
import { Railway as Hp } from "./atoms/icons/railway.js";
|
|
141
141
|
import { Reddit as Fp } from "./atoms/icons/reddit.js";
|
|
142
142
|
import { Salesforce as Op } from "./atoms/icons/salesforce.js";
|
|
@@ -150,80 +150,82 @@ import { Square as Qp } from "./atoms/icons/square.js";
|
|
|
150
150
|
import { Squarespace as om } from "./atoms/icons/squarespace.js";
|
|
151
151
|
import { Squareup as em } from "./atoms/icons/squareup.js";
|
|
152
152
|
import { Stripe as am } from "./atoms/icons/stripe.js";
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
153
|
+
import { Telegram as mm } from "./atoms/icons/telegram.js";
|
|
154
|
+
import { Tesla as lm } from "./atoms/icons/tesla.js";
|
|
155
|
+
import { Ticktick as fm } from "./atoms/icons/ticktick.js";
|
|
156
|
+
import { Tiktok as dm } from "./atoms/icons/tiktok.js";
|
|
157
|
+
import { Trello as gm } from "./atoms/icons/trello.js";
|
|
158
|
+
import { Twilio as Cm } from "./atoms/icons/twilio.js";
|
|
159
|
+
import { Twitch as Sm } from "./atoms/icons/twitch.js";
|
|
160
|
+
import { Vercel as hm } from "./atoms/icons/vercel.js";
|
|
161
|
+
import { VercelLogotype as Am } from "./atoms/icons/vercel-logotype.js";
|
|
162
|
+
import { Vscode as Dm } from "./atoms/icons/vscode.js";
|
|
163
|
+
import { Walmart as Bm } from "./atoms/icons/walmart.js";
|
|
164
|
+
import { Weaviate as Pm } from "./atoms/icons/weaviate.js";
|
|
165
|
+
import { Windsurf as vm } from "./atoms/icons/windsurf.js";
|
|
166
|
+
import { Workday as ym } from "./atoms/icons/workday.js";
|
|
167
|
+
import { Wrike as Hm } from "./atoms/icons/wrike.js";
|
|
168
|
+
import { X as Fm } from "./atoms/icons/x.js";
|
|
169
|
+
import { Xero as Om } from "./atoms/icons/xero.js";
|
|
170
|
+
import { Youtube as zm } from "./atoms/icons/youtube.js";
|
|
171
|
+
import { Yugabytedb as Wm } from "./atoms/icons/yugabytedb.js";
|
|
172
|
+
import { Zendesk as Zm } from "./atoms/icons/zendesk.js";
|
|
173
|
+
import { Zoho as Jm } from "./atoms/icons/zoho.js";
|
|
174
|
+
import { ZohoBooks as Xm } from "./atoms/icons/zoho-books.js";
|
|
175
|
+
import { ZohoCreator as jm } from "./atoms/icons/zoho-creator.js";
|
|
176
|
+
import { Zoom as Qm } from "./atoms/icons/zoom.js";
|
|
177
|
+
import { Input as oi } from "./atoms/input.js";
|
|
178
|
+
import { JsonHighlight as ei, jsonHighlightVariants as ti } from "./atoms/json-highlight.js";
|
|
179
|
+
import { Label as pi } from "./atoms/label.js";
|
|
180
|
+
import { Loader as ii } from "./atoms/loader.js";
|
|
181
|
+
import { M as ni } from "../../markdown-D0xxRbwP.js";
|
|
182
|
+
import { MobileTooltip as xi, MobileTooltipContent as di, MobileTooltipProvider as si, MobileTooltipTrigger as gi } from "./atoms/mobile-tooltip.js";
|
|
183
|
+
import { Popover as Ci, PopoverAnchor as ci, PopoverContent as Si, PopoverTrigger as Ti } from "./atoms/popover.js";
|
|
184
|
+
import { ProBadge as bi } from "./atoms/pro-badge.js";
|
|
185
|
+
import { Progress as Mi } from "./atoms/progress.js";
|
|
186
|
+
import { RadioGroup as ki, RadioGroupItem as Bi } from "./atoms/radio-group.js";
|
|
187
|
+
import { ResizableHandle as Pi, ResizablePanel as Li, ResizablePanelGroup as vi } from "./atoms/resizable.js";
|
|
188
|
+
import { ScrollArea as yi, ScrollBar as wi } from "./atoms/scroll-area.js";
|
|
189
|
+
import { ScrollButton as Ei } from "./atoms/scroll-button.js";
|
|
190
|
+
import { Select as Ri, SelectContent as Oi, SelectGroup as Vi, SelectItem as zi, SelectLabel as Ni, SelectScrollDownButton as Wi, SelectScrollUpButton as Ui, SelectSeparator as Zi, SelectTrigger as qi, SelectValue as Ji } from "./atoms/select.js";
|
|
191
|
+
import { Separator as Xi } from "./atoms/separator.js";
|
|
192
|
+
import { Sheet as ji, SheetClose as Ki, SheetContent as Qi, SheetDescription as $i, SheetFooter as ol, SheetHeader as rl, SheetTitle as el, SheetTrigger as tl } from "./atoms/sheet.js";
|
|
193
|
+
import { Sidebar as pl, SidebarContent as ml, SidebarFooter as il, SidebarGroup as ll, SidebarGroupAction as nl, SidebarGroupContent as fl, SidebarGroupLabel as xl, SidebarHeader as dl, SidebarInput as sl, SidebarInset as gl, SidebarMenu as ul, SidebarMenuAction as Cl, SidebarMenuBadge as cl, SidebarMenuButton as Sl, SidebarMenuItem as Tl, SidebarMenuSkeleton as hl, SidebarMenuSub as bl, SidebarMenuSubButton as Al, SidebarMenuSubItem as Ml, SidebarProvider as Dl, SidebarRail as kl, SidebarSeparator as Bl, SidebarTrigger as Gl, useSidebar as Pl } from "./atoms/sidebar.js";
|
|
194
|
+
import { Skeleton as vl } from "./atoms/skeleton.js";
|
|
195
|
+
import { Slider as yl } from "./atoms/slider.js";
|
|
196
|
+
import { DS_SPARKLE_DURATION_MS as Hl, SparkleBurst as El } from "./atoms/sparkle-burst.js";
|
|
197
|
+
import { StepIndicator as Rl, stepIndicatorIconVariants as Ol, stepIndicatorLabelVariants as Vl } from "./atoms/step-indicator.js";
|
|
198
|
+
import { Switch as Nl } from "./atoms/switch.js";
|
|
199
|
+
import { Table as Ul, TableBody as Zl, TableCaption as ql, TableCell as Jl, TableFooter as _l, TableHead as Xl, TableHeader as Yl, TableRow as jl } from "./atoms/table.js";
|
|
200
|
+
import { Tabs as Ql, TabsContent as $l, TabsList as on, TabsTrigger as rn } from "./atoms/tabs.js";
|
|
201
|
+
import { Textarea as tn } from "./atoms/textarea.js";
|
|
202
|
+
import { Toggle as pn, toggleVariants as mn } from "./atoms/toggle.js";
|
|
203
|
+
import { Tooltip as nn, TooltipContent as fn, TooltipProvider as xn, TooltipTrigger as dn } from "./atoms/tooltip.js";
|
|
204
|
+
import { ViewToolsControl as gn } from "./atoms/view-tools-control.js";
|
|
205
|
+
import { VirtualizedGrid as Cn } from "./atoms/virtualized-grid.js";
|
|
206
|
+
import { ChatHistoryItem as Sn } from "./molecules/chat-history-item.js";
|
|
207
|
+
import { ChatAssistantMessage as hn, ChatMessageList as bn, ChatMessageListSkeleton as An, ChatStreamingIndicator as Mn, ChatUserMessage as Dn } from "./molecules/chat-message-list.js";
|
|
208
|
+
import { ClientSecretInput as Bn } from "./molecules/client-secret-field.js";
|
|
209
|
+
import { CommandBar as Pn } from "./molecules/command-bar.js";
|
|
210
|
+
import { ConfirmPopover as vn } from "./molecules/confirm-popover.js";
|
|
211
|
+
import { DateTimePicker as yn } from "./molecules/date-time-picker.js";
|
|
212
|
+
import { EmptyState as Hn } from "./molecules/empty-state.js";
|
|
213
|
+
import { ErrorState as Fn } from "./molecules/error-state.js";
|
|
214
|
+
import { Message as On, MessageAction as Vn, MessageActions as zn, MessageAvatar as Nn, MessageContent as Wn } from "./molecules/message.js";
|
|
215
|
+
import { PromptInput as Zn, PromptInputAction as qn, PromptInputActions as Jn, PromptInputTextarea as _n } from "./molecules/prompt-input.js";
|
|
216
|
+
import { R as Yn, T as jn } from "../../toolkit-card-CB1oiaei.js";
|
|
217
|
+
import { StepsProgress as Qn } from "./molecules/steps-progress.js";
|
|
218
|
+
import { SuggestionCard as of, SuggestionCardSkeleton as rf } from "./molecules/suggestion-card.js";
|
|
219
|
+
import { ToolAuthorization as tf, ToolAuthorizationArgs as af, ToolAuthorizationContent as pf, ToolAuthorizationHeader as mf, ToolAuthorizationMessage as lf } from "./molecules/tool-authorization.js";
|
|
220
|
+
import { ToolCallAccordion as ff, ToolCallAccordionContent as xf, ToolCallAccordionItem as df, ToolCallAccordionTrigger as sf } from "./molecules/tool-call-accordion.js";
|
|
221
|
+
import { ToolCard as uf } from "./molecules/tool-card.js";
|
|
222
|
+
import { UserNav as cf } from "./molecules/user-nav.js";
|
|
223
|
+
import { ChatPageSkeleton as Tf } from "./pages/chat-page-skeleton.js";
|
|
224
|
+
import { LoginPage as bf } from "./pages/login-page.js";
|
|
225
|
+
import { AuthTemplate as Mf, AuthTemplateCard as Df, AuthTemplateContent as kf, AuthTemplateDefaultBackground as Bf, AuthTemplateDescription as Gf, AuthTemplateFooter as Pf, AuthTemplateGridOverlay as Lf, AuthTemplateHeader as vf, AuthTemplateLegal as If, AuthTemplateLegalLink as yf, AuthTemplateLogo as wf, AuthTemplatePrompt as Hf, AuthTemplatePromptLink as Ef, AuthTemplateTitle as Ff, AuthTemplateVideoBackground as Rf } from "./templates/auth-template.js";
|
|
226
|
+
import { ChatTemplate as Vf, ChatTemplateBody as zf, ChatTemplateFooter as Nf, ChatTemplateHeader as Wf, ChatTemplateHeaderGroup as Uf, ChatTemplateOverview as Zf, ChatTemplateOverviewSubtitle as qf, ChatTemplateOverviewTitle as Jf, ChatTemplateSuggestions as _f } from "./templates/chat-template.js";
|
|
227
|
+
import { ChatBodySkeleton as Yf, ChatContentSkeleton as jf, ChatFooterSkeleton as Kf, ChatHeaderSkeleton as Qf, ChatSidebarSkeleton as $f } from "./templates/chat-template-skeletons.js";
|
|
228
|
+
import { ErrorTemplate as rx, ErrorTemplateActions as ex, ErrorTemplateContent as tx, ErrorTemplateDescription as ax, ErrorTemplateIcon as px, ErrorTemplateLogo as mx, ErrorTemplateTitle as ix, ErrorTemplateUrl as lx } from "./templates/error-template.js";
|
|
227
229
|
export {
|
|
228
230
|
e as Accordion,
|
|
229
231
|
t as AccordionContent,
|
|
@@ -251,31 +253,31 @@ export {
|
|
|
251
253
|
M as ArcadeGradient,
|
|
252
254
|
Pr as ArcadeLogo,
|
|
253
255
|
vr as Asana,
|
|
254
|
-
|
|
256
|
+
yr as Ashby,
|
|
255
257
|
Hr as Atlassian,
|
|
256
258
|
Fr as Attio,
|
|
257
259
|
Or as Auth0,
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
260
|
+
Mf as AuthTemplate,
|
|
261
|
+
Df as AuthTemplateCard,
|
|
262
|
+
kf as AuthTemplateContent,
|
|
263
|
+
Bf as AuthTemplateDefaultBackground,
|
|
264
|
+
Gf as AuthTemplateDescription,
|
|
265
|
+
Pf as AuthTemplateFooter,
|
|
266
|
+
Lf as AuthTemplateGridOverlay,
|
|
267
|
+
vf as AuthTemplateHeader,
|
|
268
|
+
If as AuthTemplateLegal,
|
|
269
|
+
yf as AuthTemplateLegalLink,
|
|
270
|
+
wf as AuthTemplateLogo,
|
|
271
|
+
Hf as AuthTemplatePrompt,
|
|
272
|
+
Ef as AuthTemplatePromptLink,
|
|
273
|
+
Ff as AuthTemplateTitle,
|
|
274
|
+
Rf as AuthTemplateVideoBackground,
|
|
273
275
|
k as Avatar,
|
|
274
276
|
B as AvatarFallback,
|
|
275
277
|
G as AvatarImage,
|
|
276
278
|
L as AvatarNotificationBadge,
|
|
277
279
|
zr as Azure,
|
|
278
|
-
|
|
280
|
+
y as Badge,
|
|
279
281
|
Wr as Bamboohr,
|
|
280
282
|
Zr as Basecamp,
|
|
281
283
|
Jr as Bill,
|
|
@@ -312,35 +314,36 @@ export {
|
|
|
312
314
|
fo as ChartStyle,
|
|
313
315
|
xo as ChartTooltip,
|
|
314
316
|
so as ChartTooltipContent,
|
|
315
|
-
|
|
316
|
-
|
|
317
|
+
hn as ChatAssistantMessage,
|
|
318
|
+
Yf as ChatBodySkeleton,
|
|
317
319
|
uo as ChatContainerContent,
|
|
318
320
|
Co as ChatContainerRoot,
|
|
319
321
|
co as ChatContainerScrollAnchor,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
322
|
+
jf as ChatContentSkeleton,
|
|
323
|
+
Kf as ChatFooterSkeleton,
|
|
324
|
+
Qf as ChatHeaderSkeleton,
|
|
325
|
+
Sn as ChatHistoryItem,
|
|
326
|
+
bn as ChatMessageList,
|
|
327
|
+
An as ChatMessageListSkeleton,
|
|
328
|
+
Tf as ChatPageSkeleton,
|
|
329
|
+
$f as ChatSidebarSkeleton,
|
|
330
|
+
Mn as ChatStreamingIndicator,
|
|
331
|
+
Vf as ChatTemplate,
|
|
332
|
+
zf as ChatTemplateBody,
|
|
333
|
+
Nf as ChatTemplateFooter,
|
|
334
|
+
Wf as ChatTemplateHeader,
|
|
335
|
+
Uf as ChatTemplateHeaderGroup,
|
|
336
|
+
Zf as ChatTemplateOverview,
|
|
337
|
+
qf as ChatTemplateOverviewSubtitle,
|
|
338
|
+
Jf as ChatTemplateOverviewTitle,
|
|
339
|
+
_f as ChatTemplateSuggestions,
|
|
340
|
+
Dn as ChatUserMessage,
|
|
339
341
|
To as Checkbox,
|
|
340
342
|
fe as Claude,
|
|
341
343
|
de as ClaudeCodeLogotype,
|
|
342
344
|
ge as Clickhouse,
|
|
343
345
|
Ce as Clickup,
|
|
346
|
+
Bn as ClientSecretInput,
|
|
344
347
|
Se as Cline,
|
|
345
348
|
he as Closeio,
|
|
346
349
|
bo as CodeBlock,
|
|
@@ -352,26 +355,26 @@ export {
|
|
|
352
355
|
Bo as CollapsibleContent,
|
|
353
356
|
Go as CollapsibleTrigger,
|
|
354
357
|
Lo as Command,
|
|
355
|
-
|
|
358
|
+
Pn as CommandBar,
|
|
356
359
|
vo as CommandDialog,
|
|
357
|
-
|
|
358
|
-
|
|
360
|
+
Io as CommandEmpty,
|
|
361
|
+
yo as CommandGroup,
|
|
359
362
|
wo as CommandInput,
|
|
360
363
|
Ho as CommandItem,
|
|
361
364
|
Eo as CommandList,
|
|
362
365
|
Fo as CommandSeparator,
|
|
363
366
|
Ro as CommandShortcut,
|
|
364
|
-
|
|
367
|
+
vn as ConfirmPopover,
|
|
365
368
|
Be as Confluence,
|
|
366
369
|
Vo as CopyButton,
|
|
367
370
|
Pe as Cursor,
|
|
368
371
|
ve as CursorInstallDark,
|
|
369
|
-
|
|
372
|
+
ye as CursorInstallLight,
|
|
370
373
|
He as CursorLogotype,
|
|
371
374
|
Fe as Customerio,
|
|
372
|
-
|
|
375
|
+
Hl as DS_SPARKLE_DURATION_MS,
|
|
373
376
|
Oe as Datadog,
|
|
374
|
-
|
|
377
|
+
yn as DateTimePicker,
|
|
375
378
|
ze as Daytona,
|
|
376
379
|
No as Dialog,
|
|
377
380
|
Wo as DialogClose,
|
|
@@ -403,16 +406,16 @@ export {
|
|
|
403
406
|
dr as DropdownMenuTrigger,
|
|
404
407
|
Xe as E2b,
|
|
405
408
|
je as Ebay,
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
409
|
+
Hn as EmptyState,
|
|
410
|
+
Fn as ErrorState,
|
|
411
|
+
rx as ErrorTemplate,
|
|
412
|
+
ex as ErrorTemplateActions,
|
|
413
|
+
tx as ErrorTemplateContent,
|
|
414
|
+
ax as ErrorTemplateDescription,
|
|
415
|
+
px as ErrorTemplateIcon,
|
|
416
|
+
mx as ErrorTemplateLogo,
|
|
417
|
+
ix as ErrorTemplateTitle,
|
|
418
|
+
lx as ErrorTemplateUrl,
|
|
416
419
|
Qe as Evernote,
|
|
417
420
|
ot as Exa,
|
|
418
421
|
et as Factorial,
|
|
@@ -430,7 +433,7 @@ export {
|
|
|
430
433
|
Bt as GoogleDocs,
|
|
431
434
|
Pt as GoogleDrive,
|
|
432
435
|
vt as GoogleFinance,
|
|
433
|
-
|
|
436
|
+
yt as GoogleFlight,
|
|
434
437
|
Ht as GoogleFlights,
|
|
435
438
|
Ft as GoogleHotels,
|
|
436
439
|
Ot as GoogleJobs,
|
|
@@ -448,30 +451,30 @@ export {
|
|
|
448
451
|
Cr as HoverCardTrigger,
|
|
449
452
|
aa as Hubspot,
|
|
450
453
|
ma as Imgflip,
|
|
451
|
-
|
|
454
|
+
oi as Input,
|
|
452
455
|
la as Intercom,
|
|
453
456
|
fa as Jira,
|
|
454
|
-
|
|
455
|
-
|
|
457
|
+
ei as JsonHighlight,
|
|
458
|
+
pi as Label,
|
|
456
459
|
da as Langchain,
|
|
457
460
|
ga as LangchainLogotype,
|
|
458
461
|
Ca as Linear,
|
|
459
462
|
Sa as Linkedin,
|
|
460
|
-
|
|
461
|
-
|
|
463
|
+
ii as Loader,
|
|
464
|
+
bf as LoginPage,
|
|
462
465
|
ha as Luma,
|
|
463
466
|
Aa as Mailchimp,
|
|
464
|
-
|
|
467
|
+
ni as Markdown,
|
|
465
468
|
Da as Mastra,
|
|
466
469
|
Ba as MastraLogotype,
|
|
467
470
|
Pa as MathToolkit,
|
|
468
471
|
va as Mcp,
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
472
|
+
On as Message,
|
|
473
|
+
Vn as MessageAction,
|
|
474
|
+
zn as MessageActions,
|
|
475
|
+
Nn as MessageAvatar,
|
|
476
|
+
Wn as MessageContent,
|
|
477
|
+
ya as Microsoft,
|
|
475
478
|
Ha as MicrosoftDynamics,
|
|
476
479
|
Fa as MicrosoftExcel,
|
|
477
480
|
Oa as MicrosoftOnedrive,
|
|
@@ -482,10 +485,10 @@ export {
|
|
|
482
485
|
Xa as MicrosoftTeams,
|
|
483
486
|
ja as MicrosoftWord,
|
|
484
487
|
Qa as Miro,
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
488
|
+
xi as MobileTooltip,
|
|
489
|
+
di as MobileTooltipContent,
|
|
490
|
+
si as MobileTooltipProvider,
|
|
491
|
+
gi as MobileTooltipTrigger,
|
|
489
492
|
op as Monday,
|
|
490
493
|
ep as MongoDB,
|
|
491
494
|
ap as Netsuite,
|
|
@@ -499,153 +502,154 @@ export {
|
|
|
499
502
|
hp as Pinterest,
|
|
500
503
|
Ap as Pipedrive,
|
|
501
504
|
Dp as Plaid,
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
505
|
+
Ci as Popover,
|
|
506
|
+
ci as PopoverAnchor,
|
|
507
|
+
Si as PopoverContent,
|
|
508
|
+
Ti as PopoverTrigger,
|
|
506
509
|
Bp as Postgres,
|
|
507
510
|
Pp as Posthog,
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
511
|
+
bi as ProBadge,
|
|
512
|
+
Mi as Progress,
|
|
513
|
+
Zn as PromptInput,
|
|
514
|
+
qn as PromptInputAction,
|
|
515
|
+
Jn as PromptInputActions,
|
|
516
|
+
_n as PromptInputTextarea,
|
|
514
517
|
vp as Pylon,
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
+
yp as Quickbooks,
|
|
519
|
+
ki as RadioGroup,
|
|
520
|
+
Bi as RadioGroupItem,
|
|
518
521
|
Hp as Railway,
|
|
519
522
|
Fp as Reddit,
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
523
|
+
Yn as RequirementBadges,
|
|
524
|
+
Pi as ResizableHandle,
|
|
525
|
+
Li as ResizablePanel,
|
|
526
|
+
vi as ResizablePanelGroup,
|
|
524
527
|
Op as Salesforce,
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
528
|
+
yi as ScrollArea,
|
|
529
|
+
wi as ScrollBar,
|
|
530
|
+
Ei as ScrollButton,
|
|
531
|
+
Ri as Select,
|
|
532
|
+
Oi as SelectContent,
|
|
533
|
+
Vi as SelectGroup,
|
|
534
|
+
zi as SelectItem,
|
|
535
|
+
Ni as SelectLabel,
|
|
536
|
+
Wi as SelectScrollDownButton,
|
|
537
|
+
Ui as SelectScrollUpButton,
|
|
538
|
+
Zi as SelectSeparator,
|
|
539
|
+
qi as SelectTrigger,
|
|
540
|
+
Ji as SelectValue,
|
|
541
|
+
Xi as Separator,
|
|
542
|
+
ji as Sheet,
|
|
543
|
+
Ki as SheetClose,
|
|
544
|
+
Qi as SheetContent,
|
|
545
|
+
$i as SheetDescription,
|
|
546
|
+
ol as SheetFooter,
|
|
547
|
+
rl as SheetHeader,
|
|
548
|
+
el as SheetTitle,
|
|
549
|
+
tl as SheetTrigger,
|
|
547
550
|
zp as Shopify,
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
551
|
+
pl as Sidebar,
|
|
552
|
+
ml as SidebarContent,
|
|
553
|
+
il as SidebarFooter,
|
|
554
|
+
ll as SidebarGroup,
|
|
555
|
+
nl as SidebarGroupAction,
|
|
556
|
+
fl as SidebarGroupContent,
|
|
557
|
+
xl as SidebarGroupLabel,
|
|
558
|
+
dl as SidebarHeader,
|
|
559
|
+
sl as SidebarInput,
|
|
560
|
+
gl as SidebarInset,
|
|
561
|
+
ul as SidebarMenu,
|
|
562
|
+
Cl as SidebarMenuAction,
|
|
563
|
+
cl as SidebarMenuBadge,
|
|
564
|
+
Sl as SidebarMenuButton,
|
|
565
|
+
Tl as SidebarMenuItem,
|
|
566
|
+
hl as SidebarMenuSkeleton,
|
|
567
|
+
bl as SidebarMenuSub,
|
|
568
|
+
Al as SidebarMenuSubButton,
|
|
569
|
+
Ml as SidebarMenuSubItem,
|
|
570
|
+
Dl as SidebarProvider,
|
|
571
|
+
kl as SidebarRail,
|
|
572
|
+
Bl as SidebarSeparator,
|
|
573
|
+
Gl as SidebarTrigger,
|
|
571
574
|
Wp as Singlestore,
|
|
572
|
-
|
|
575
|
+
vl as Skeleton,
|
|
573
576
|
Zp as Slack,
|
|
574
|
-
|
|
577
|
+
yl as Slider,
|
|
575
578
|
Jp as Snowflake,
|
|
576
|
-
|
|
579
|
+
El as SparkleBurst,
|
|
577
580
|
Xp as Splunk,
|
|
578
581
|
jp as Spotify,
|
|
579
582
|
Qp as Square,
|
|
580
583
|
om as Squarespace,
|
|
581
584
|
em as Squareup,
|
|
582
|
-
|
|
583
|
-
|
|
585
|
+
Rl as StepIndicator,
|
|
586
|
+
Qn as StepsProgress,
|
|
584
587
|
am as Stripe,
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
mm as
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
fm as
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
gm as
|
|
622
|
-
Cm as
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
hm as
|
|
626
|
-
|
|
627
|
-
gn as
|
|
628
|
-
|
|
629
|
-
Dm as
|
|
630
|
-
Bm as
|
|
631
|
-
Pm as
|
|
632
|
-
vm as
|
|
633
|
-
|
|
634
|
-
Hm as
|
|
635
|
-
Fm as
|
|
636
|
-
Om as
|
|
637
|
-
zm as
|
|
638
|
-
Wm as
|
|
639
|
-
Zm as
|
|
640
|
-
Jm as
|
|
641
|
-
Xm as
|
|
642
|
-
jm as
|
|
588
|
+
of as SuggestionCard,
|
|
589
|
+
rf as SuggestionCardSkeleton,
|
|
590
|
+
Nl as Switch,
|
|
591
|
+
Ul as Table,
|
|
592
|
+
Zl as TableBody,
|
|
593
|
+
ql as TableCaption,
|
|
594
|
+
Jl as TableCell,
|
|
595
|
+
_l as TableFooter,
|
|
596
|
+
Xl as TableHead,
|
|
597
|
+
Yl as TableHeader,
|
|
598
|
+
jl as TableRow,
|
|
599
|
+
Ql as Tabs,
|
|
600
|
+
$l as TabsContent,
|
|
601
|
+
on as TabsList,
|
|
602
|
+
rn as TabsTrigger,
|
|
603
|
+
mm as Telegram,
|
|
604
|
+
lm as Tesla,
|
|
605
|
+
tn as Textarea,
|
|
606
|
+
fm as Ticktick,
|
|
607
|
+
dm as Tiktok,
|
|
608
|
+
pn as Toggle,
|
|
609
|
+
tf as ToolAuthorization,
|
|
610
|
+
af as ToolAuthorizationArgs,
|
|
611
|
+
pf as ToolAuthorizationContent,
|
|
612
|
+
mf as ToolAuthorizationHeader,
|
|
613
|
+
lf as ToolAuthorizationMessage,
|
|
614
|
+
ff as ToolCallAccordion,
|
|
615
|
+
xf as ToolCallAccordionContent,
|
|
616
|
+
df as ToolCallAccordionItem,
|
|
617
|
+
sf as ToolCallAccordionTrigger,
|
|
618
|
+
uf as ToolCard,
|
|
619
|
+
jn as ToolkitCard,
|
|
620
|
+
nn as Tooltip,
|
|
621
|
+
fn as TooltipContent,
|
|
622
|
+
xn as TooltipProvider,
|
|
623
|
+
dn as TooltipTrigger,
|
|
624
|
+
gm as Trello,
|
|
625
|
+
Cm as Twilio,
|
|
626
|
+
Sm as Twitch,
|
|
627
|
+
cf as UserNav,
|
|
628
|
+
hm as Vercel,
|
|
629
|
+
Am as VercelLogotype,
|
|
630
|
+
gn as ViewToolsControl,
|
|
631
|
+
Cn as VirtualizedGrid,
|
|
632
|
+
Dm as Vscode,
|
|
633
|
+
Bm as Walmart,
|
|
634
|
+
Pm as Weaviate,
|
|
635
|
+
vm as Windsurf,
|
|
636
|
+
ym as Workday,
|
|
637
|
+
Hm as Wrike,
|
|
638
|
+
Fm as X,
|
|
639
|
+
Om as Xero,
|
|
640
|
+
zm as Youtube,
|
|
641
|
+
Wm as Yugabytedb,
|
|
642
|
+
Zm as Zendesk,
|
|
643
|
+
Jm as Zoho,
|
|
644
|
+
Xm as ZohoBooks,
|
|
645
|
+
jm as ZohoCreator,
|
|
646
|
+
Qm as Zoom,
|
|
643
647
|
v as avatarBadgeVariants,
|
|
644
648
|
w as badgeVariants,
|
|
645
649
|
J as buttonVariants,
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
650
|
+
ti as jsonHighlightVariants,
|
|
651
|
+
Ol as stepIndicatorIconVariants,
|
|
652
|
+
Vl as stepIndicatorLabelVariants,
|
|
653
|
+
mn as toggleVariants,
|
|
654
|
+
Pl as useSidebar
|
|
651
655
|
};
|