@arcadeai/design-system 3.38.1 → 3.39.0
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/index.js +112 -110
- package/dist/components/ui/index.js +112 -110
- 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 +141 -139
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as s, Alert
|
|
|
4
4
|
import { ArcadeGradient as M } from "./ui/atoms/arcade-gradient.js";
|
|
5
5
|
import { Avatar as k, AvatarFallback as B, AvatarImage as G } from "./ui/atoms/avatar.js";
|
|
6
6
|
import { AvatarNotificationBadge as L, avatarBadgeVariants as v } from "./ui/atoms/avatar-notification-badge.js";
|
|
7
|
-
import { Badge as
|
|
7
|
+
import { Badge as y, badgeVariants as w } from "./ui/atoms/badge.js";
|
|
8
8
|
import { BrandChip as E } from "./ui/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 "./ui/atoms/breadcrumb.js";
|
|
10
10
|
import { Button as q, buttonVariants as J } from "./ui/atoms/button.js";
|
|
@@ -16,7 +16,7 @@ import { ChatContainerContent as uo, ChatContainerRoot as Co, ChatContainerScrol
|
|
|
16
16
|
import { Checkbox as To } from "./ui/atoms/checkbox.js";
|
|
17
17
|
import { CodeBlock as bo, CodeBlockCode as Ao, CodeBlockGroup as Mo } from "./ui/atoms/code-block.js";
|
|
18
18
|
import { Collapsible as ko, CollapsibleContent as Bo, CollapsibleTrigger as Go } from "./ui/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 "./ui/atoms/command.js";
|
|
20
20
|
import { CopyButton as Vo } from "./ui/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 "./ui/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 "./ui/atoms/dropdown-menu.js";
|
|
@@ -28,7 +28,7 @@ import { Amplitude as Dr } from "./ui/atoms/icons/amplitude.js";
|
|
|
28
28
|
import { Arcade as Br } from "./ui/atoms/icons/arcade.js";
|
|
29
29
|
import { ArcadeLogo as Pr } from "./ui/atoms/icons/arcade-logo.js";
|
|
30
30
|
import { Asana as vr } from "./ui/atoms/icons/asana.js";
|
|
31
|
-
import { Ashby as
|
|
31
|
+
import { Ashby as yr } from "./ui/atoms/icons/ashby.js";
|
|
32
32
|
import { Atlassian as Hr } from "./ui/atoms/icons/atlassian.js";
|
|
33
33
|
import { Attio as Fr } from "./ui/atoms/icons/attio.js";
|
|
34
34
|
import { Auth0 as Or } from "./ui/atoms/icons/auth0.js";
|
|
@@ -55,7 +55,7 @@ import { Coinbase as De } from "./ui/atoms/icons/coinbase.js";
|
|
|
55
55
|
import { Confluence as Be } from "./ui/atoms/icons/confluence.js";
|
|
56
56
|
import { Cursor as Pe } from "./ui/atoms/icons/cursor.js";
|
|
57
57
|
import { CursorInstallDark as ve } from "./ui/atoms/icons/cursor-install-dark.js";
|
|
58
|
-
import { CursorInstallLight as
|
|
58
|
+
import { CursorInstallLight as ye } from "./ui/atoms/icons/cursor-install-light.js";
|
|
59
59
|
import { CursorLogotype as He } from "./ui/atoms/icons/cursor-logotype.js";
|
|
60
60
|
import { Customerio as Fe } from "./ui/atoms/icons/customerio.js";
|
|
61
61
|
import { Datadog as Oe } from "./ui/atoms/icons/datadog.js";
|
|
@@ -82,7 +82,7 @@ import { GoogleContacts as Dt } from "./ui/atoms/icons/google-contacts.js";
|
|
|
82
82
|
import { GoogleDocs as Bt } from "./ui/atoms/icons/google-docs.js";
|
|
83
83
|
import { GoogleDrive as Pt } from "./ui/atoms/icons/google-drive.js";
|
|
84
84
|
import { GoogleFinance as vt } from "./ui/atoms/icons/google-finance.js";
|
|
85
|
-
import { GoogleFlight as
|
|
85
|
+
import { GoogleFlight as yt } from "./ui/atoms/icons/google-flight.js";
|
|
86
86
|
import { GoogleFlights as Ht } from "./ui/atoms/icons/google-flights.js";
|
|
87
87
|
import { GoogleHotels as Ft } from "./ui/atoms/icons/google-hotels.js";
|
|
88
88
|
import { GoogleJobs as Ot } from "./ui/atoms/icons/google-jobs.js";
|
|
@@ -109,7 +109,7 @@ import { Mastra as Da } from "./ui/atoms/icons/mastra.js";
|
|
|
109
109
|
import { MastraLogotype as Ba } from "./ui/atoms/icons/mastra-logotype.js";
|
|
110
110
|
import { MathToolkit as Pa } from "./ui/atoms/icons/math-toolkit.js";
|
|
111
111
|
import { Mcp as va } from "./ui/atoms/icons/mcp.js";
|
|
112
|
-
import { Microsoft as
|
|
112
|
+
import { Microsoft as ya } from "./ui/atoms/icons/microsoft.js";
|
|
113
113
|
import { MicrosoftDynamics as Ha } from "./ui/atoms/icons/microsoft-dynamics.js";
|
|
114
114
|
import { MicrosoftExcel as Fa } from "./ui/atoms/icons/microsoft-excel.js";
|
|
115
115
|
import { MicrosoftOnedrive as Oa } from "./ui/atoms/icons/microsoft-onedrive.js";
|
|
@@ -136,7 +136,7 @@ import { Plaid as Dp } from "./ui/atoms/icons/plaid.js";
|
|
|
136
136
|
import { Postgres as Bp } from "./ui/atoms/icons/postgres.js";
|
|
137
137
|
import { Posthog as Pp } from "./ui/atoms/icons/posthog.js";
|
|
138
138
|
import { Pylon as vp } from "./ui/atoms/icons/pylon.js";
|
|
139
|
-
import { Quickbooks as
|
|
139
|
+
import { Quickbooks as yp } from "./ui/atoms/icons/quickbooks.js";
|
|
140
140
|
import { Railway as Hp } from "./ui/atoms/icons/railway.js";
|
|
141
141
|
import { Reddit as Fp } from "./ui/atoms/icons/reddit.js";
|
|
142
142
|
import { Salesforce as Op } from "./ui/atoms/icons/salesforce.js";
|
|
@@ -163,7 +163,7 @@ import { Walmart as Dm } from "./ui/atoms/icons/walmart.js";
|
|
|
163
163
|
import { Weaviate as Bm } from "./ui/atoms/icons/weaviate.js";
|
|
164
164
|
import { Windsurf as Pm } from "./ui/atoms/icons/windsurf.js";
|
|
165
165
|
import { Workday as vm } from "./ui/atoms/icons/workday.js";
|
|
166
|
-
import { Wrike as
|
|
166
|
+
import { Wrike as ym } from "./ui/atoms/icons/wrike.js";
|
|
167
167
|
import { X as Hm } from "./ui/atoms/icons/x.js";
|
|
168
168
|
import { Xero as Fm } from "./ui/atoms/icons/xero.js";
|
|
169
169
|
import { Youtube as Om } from "./ui/atoms/icons/youtube.js";
|
|
@@ -184,7 +184,7 @@ import { ProBadge as Ti } from "./ui/atoms/pro-badge.js";
|
|
|
184
184
|
import { Progress as bi } from "./ui/atoms/progress.js";
|
|
185
185
|
import { RadioGroup as Mi, RadioGroupItem as Di } from "./ui/atoms/radio-group.js";
|
|
186
186
|
import { ResizableHandle as Bi, ResizablePanel as Gi, ResizablePanelGroup as Pi } from "./ui/atoms/resizable.js";
|
|
187
|
-
import { ScrollArea as vi, ScrollBar as
|
|
187
|
+
import { ScrollArea as vi, ScrollBar as Ii } from "./ui/atoms/scroll-area.js";
|
|
188
188
|
import { ScrollButton as wi } from "./ui/atoms/scroll-button.js";
|
|
189
189
|
import { Select as Ei, SelectContent as Fi, SelectGroup as Ri, SelectItem as Oi, SelectLabel as Vi, SelectScrollDownButton as zi, SelectScrollUpButton as Ni, SelectSeparator as Wi, SelectTrigger as Ui, SelectValue as Zi } from "./ui/atoms/select.js";
|
|
190
190
|
import { Separator as Ji } from "./ui/atoms/separator.js";
|
|
@@ -192,7 +192,7 @@ import { Sheet as Xi, SheetClose as Yi, SheetContent as ji, SheetDescription as
|
|
|
192
192
|
import { Sidebar as tl, SidebarContent as al, SidebarFooter as pl, SidebarGroup as ml, SidebarGroupAction as il, SidebarGroupContent as ll, SidebarGroupLabel as nl, SidebarHeader as fl, SidebarInput as xl, SidebarInset as dl, SidebarMenu as sl, SidebarMenuAction as gl, SidebarMenuBadge as ul, SidebarMenuButton as Cl, SidebarMenuItem as cl, SidebarMenuSkeleton as Sl, SidebarMenuSub as Tl, SidebarMenuSubButton as hl, SidebarMenuSubItem as bl, SidebarProvider as Al, SidebarRail as Ml, SidebarSeparator as Dl, SidebarTrigger as kl, useSidebar as Bl } from "./ui/atoms/sidebar.js";
|
|
193
193
|
import { Skeleton as Pl } from "./ui/atoms/skeleton.js";
|
|
194
194
|
import { Slider as vl } from "./ui/atoms/slider.js";
|
|
195
|
-
import { DS_SPARKLE_DURATION_MS as
|
|
195
|
+
import { DS_SPARKLE_DURATION_MS as yl, SparkleBurst as wl } from "./ui/atoms/sparkle-burst.js";
|
|
196
196
|
import { StepIndicator as El, stepIndicatorIconVariants as Fl, stepIndicatorLabelVariants as Rl } from "./ui/atoms/step-indicator.js";
|
|
197
197
|
import { Switch as Vl } from "./ui/atoms/switch.js";
|
|
198
198
|
import { Table as Nl, TableBody as Wl, TableCaption as Ul, TableCell as Zl, TableFooter as ql, TableHead as Jl, TableHeader as _l, TableRow as Xl } from "./ui/atoms/table.js";
|
|
@@ -204,26 +204,27 @@ import { ViewToolsControl as dn } from "./ui/atoms/view-tools-control.js";
|
|
|
204
204
|
import { VirtualizedGrid as gn } from "./ui/atoms/virtualized-grid.js";
|
|
205
205
|
import { ChatHistoryItem as Cn } from "./ui/molecules/chat-history-item.js";
|
|
206
206
|
import { ChatAssistantMessage as Sn, ChatMessageList as Tn, ChatMessageListSkeleton as hn, ChatStreamingIndicator as bn, ChatUserMessage as An } from "./ui/molecules/chat-message-list.js";
|
|
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 {
|
|
207
|
+
import { ClientSecretInput as Dn } from "./ui/molecules/client-secret-field.js";
|
|
208
|
+
import { CommandBar as Bn } from "./ui/molecules/command-bar.js";
|
|
209
|
+
import { ConfirmPopover as Pn } from "./ui/molecules/confirm-popover.js";
|
|
210
|
+
import { DateTimePicker as vn } from "./ui/molecules/date-time-picker.js";
|
|
211
|
+
import { EmptyState as yn } from "./ui/molecules/empty-state.js";
|
|
212
|
+
import { ErrorState as Hn } from "./ui/molecules/error-state.js";
|
|
213
|
+
import { Message as Fn, MessageAction as Rn, MessageActions as On, MessageAvatar as Vn, MessageContent as zn } from "./ui/molecules/message.js";
|
|
214
|
+
import { PromptInput as Wn, PromptInputAction as Un, PromptInputActions as Zn, PromptInputTextarea as qn } from "./ui/molecules/prompt-input.js";
|
|
215
|
+
import { R as _n, T as Xn } from "../toolkit-card-CB1oiaei.js";
|
|
216
|
+
import { StepsProgress as jn } from "./ui/molecules/steps-progress.js";
|
|
217
|
+
import { SuggestionCard as Qn, SuggestionCardSkeleton as $n } from "./ui/molecules/suggestion-card.js";
|
|
218
|
+
import { ToolAuthorization as rf, ToolAuthorizationArgs as ef, ToolAuthorizationContent as tf, ToolAuthorizationHeader as af, ToolAuthorizationMessage as pf } from "./ui/molecules/tool-authorization.js";
|
|
219
|
+
import { ToolCallAccordion as lf, ToolCallAccordionContent as nf, ToolCallAccordionItem as ff, ToolCallAccordionTrigger as xf } from "./ui/molecules/tool-call-accordion.js";
|
|
220
|
+
import { ToolCard as sf } from "./ui/molecules/tool-card.js";
|
|
221
|
+
import { UserNav as uf } from "./ui/molecules/user-nav.js";
|
|
222
|
+
import { ChatPageSkeleton as cf } from "./ui/pages/chat-page-skeleton.js";
|
|
223
|
+
import { LoginPage as Tf } from "./ui/pages/login-page.js";
|
|
224
|
+
import { AuthTemplate as bf, AuthTemplateCard as Af, AuthTemplateContent as Mf, AuthTemplateDefaultBackground as Df, AuthTemplateDescription as kf, AuthTemplateFooter as Bf, AuthTemplateGridOverlay as Gf, AuthTemplateHeader as Pf, AuthTemplateLegal as Lf, AuthTemplateLegalLink as vf, AuthTemplateLogo as If, AuthTemplatePrompt as yf, AuthTemplatePromptLink as wf, AuthTemplateTitle as Hf, AuthTemplateVideoBackground as Ef } from "./ui/templates/auth-template.js";
|
|
225
|
+
import { ChatTemplate as Rf, ChatTemplateBody as Of, ChatTemplateFooter as Vf, ChatTemplateHeader as zf, ChatTemplateHeaderGroup as Nf, ChatTemplateOverview as Wf, ChatTemplateOverviewSubtitle as Uf, ChatTemplateOverviewTitle as Zf, ChatTemplateSuggestions as qf } from "./ui/templates/chat-template.js";
|
|
226
|
+
import { ChatBodySkeleton as _f, ChatContentSkeleton as Xf, ChatFooterSkeleton as Yf, ChatHeaderSkeleton as jf, ChatSidebarSkeleton as Kf } from "./ui/templates/chat-template-skeletons.js";
|
|
227
|
+
import { ErrorTemplate as $f, ErrorTemplateActions as ox, ErrorTemplateContent as rx, ErrorTemplateDescription as ex, ErrorTemplateIcon as tx, ErrorTemplateLogo as ax, ErrorTemplateTitle as px, ErrorTemplateUrl as mx } from "./ui/templates/error-template.js";
|
|
227
228
|
export {
|
|
228
229
|
e as Accordion,
|
|
229
230
|
t as AccordionContent,
|
|
@@ -251,31 +252,31 @@ export {
|
|
|
251
252
|
M as ArcadeGradient,
|
|
252
253
|
Pr as ArcadeLogo,
|
|
253
254
|
vr as Asana,
|
|
254
|
-
|
|
255
|
+
yr as Ashby,
|
|
255
256
|
Hr as Atlassian,
|
|
256
257
|
Fr as Attio,
|
|
257
258
|
Or as Auth0,
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
259
|
+
bf as AuthTemplate,
|
|
260
|
+
Af as AuthTemplateCard,
|
|
261
|
+
Mf as AuthTemplateContent,
|
|
262
|
+
Df as AuthTemplateDefaultBackground,
|
|
263
|
+
kf as AuthTemplateDescription,
|
|
264
|
+
Bf as AuthTemplateFooter,
|
|
265
|
+
Gf as AuthTemplateGridOverlay,
|
|
266
|
+
Pf as AuthTemplateHeader,
|
|
267
|
+
Lf as AuthTemplateLegal,
|
|
268
|
+
vf as AuthTemplateLegalLink,
|
|
269
|
+
If as AuthTemplateLogo,
|
|
270
|
+
yf as AuthTemplatePrompt,
|
|
271
|
+
wf as AuthTemplatePromptLink,
|
|
272
|
+
Hf as AuthTemplateTitle,
|
|
273
|
+
Ef as AuthTemplateVideoBackground,
|
|
273
274
|
k as Avatar,
|
|
274
275
|
B as AvatarFallback,
|
|
275
276
|
G as AvatarImage,
|
|
276
277
|
L as AvatarNotificationBadge,
|
|
277
278
|
zr as Azure,
|
|
278
|
-
|
|
279
|
+
y as Badge,
|
|
279
280
|
Wr as Bamboohr,
|
|
280
281
|
Zr as Basecamp,
|
|
281
282
|
Jr as Bill,
|
|
@@ -313,34 +314,35 @@ export {
|
|
|
313
314
|
xo as ChartTooltip,
|
|
314
315
|
so as ChartTooltipContent,
|
|
315
316
|
Sn as ChatAssistantMessage,
|
|
316
|
-
|
|
317
|
+
_f as ChatBodySkeleton,
|
|
317
318
|
uo as ChatContainerContent,
|
|
318
319
|
Co as ChatContainerRoot,
|
|
319
320
|
co as ChatContainerScrollAnchor,
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
321
|
+
Xf as ChatContentSkeleton,
|
|
322
|
+
Yf as ChatFooterSkeleton,
|
|
323
|
+
jf as ChatHeaderSkeleton,
|
|
323
324
|
Cn as ChatHistoryItem,
|
|
324
325
|
Tn as ChatMessageList,
|
|
325
326
|
hn as ChatMessageListSkeleton,
|
|
326
|
-
|
|
327
|
-
|
|
327
|
+
cf as ChatPageSkeleton,
|
|
328
|
+
Kf as ChatSidebarSkeleton,
|
|
328
329
|
bn as ChatStreamingIndicator,
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
330
|
+
Rf as ChatTemplate,
|
|
331
|
+
Of as ChatTemplateBody,
|
|
332
|
+
Vf as ChatTemplateFooter,
|
|
333
|
+
zf as ChatTemplateHeader,
|
|
334
|
+
Nf as ChatTemplateHeaderGroup,
|
|
335
|
+
Wf as ChatTemplateOverview,
|
|
336
|
+
Uf as ChatTemplateOverviewSubtitle,
|
|
337
|
+
Zf as ChatTemplateOverviewTitle,
|
|
338
|
+
qf as ChatTemplateSuggestions,
|
|
338
339
|
An as ChatUserMessage,
|
|
339
340
|
To as Checkbox,
|
|
340
341
|
fe as Claude,
|
|
341
342
|
de as ClaudeCodeLogotype,
|
|
342
343
|
ge as Clickhouse,
|
|
343
344
|
Ce as Clickup,
|
|
345
|
+
Dn as ClientSecretInput,
|
|
344
346
|
Se as Cline,
|
|
345
347
|
he as Closeio,
|
|
346
348
|
bo as CodeBlock,
|
|
@@ -352,26 +354,26 @@ export {
|
|
|
352
354
|
Bo as CollapsibleContent,
|
|
353
355
|
Go as CollapsibleTrigger,
|
|
354
356
|
Lo as Command,
|
|
355
|
-
|
|
357
|
+
Bn as CommandBar,
|
|
356
358
|
vo as CommandDialog,
|
|
357
|
-
|
|
358
|
-
|
|
359
|
+
Io as CommandEmpty,
|
|
360
|
+
yo as CommandGroup,
|
|
359
361
|
wo as CommandInput,
|
|
360
362
|
Ho as CommandItem,
|
|
361
363
|
Eo as CommandList,
|
|
362
364
|
Fo as CommandSeparator,
|
|
363
365
|
Ro as CommandShortcut,
|
|
364
|
-
|
|
366
|
+
Pn as ConfirmPopover,
|
|
365
367
|
Be as Confluence,
|
|
366
368
|
Vo as CopyButton,
|
|
367
369
|
Pe as Cursor,
|
|
368
370
|
ve as CursorInstallDark,
|
|
369
|
-
|
|
371
|
+
ye as CursorInstallLight,
|
|
370
372
|
He as CursorLogotype,
|
|
371
373
|
Fe as Customerio,
|
|
372
|
-
|
|
374
|
+
yl as DS_SPARKLE_DURATION_MS,
|
|
373
375
|
Oe as Datadog,
|
|
374
|
-
|
|
376
|
+
vn as DateTimePicker,
|
|
375
377
|
ze as Daytona,
|
|
376
378
|
No as Dialog,
|
|
377
379
|
Wo as DialogClose,
|
|
@@ -403,16 +405,16 @@ export {
|
|
|
403
405
|
dr as DropdownMenuTrigger,
|
|
404
406
|
Xe as E2b,
|
|
405
407
|
je as Ebay,
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
408
|
+
yn as EmptyState,
|
|
409
|
+
Hn as ErrorState,
|
|
410
|
+
$f as ErrorTemplate,
|
|
411
|
+
ox as ErrorTemplateActions,
|
|
412
|
+
rx as ErrorTemplateContent,
|
|
413
|
+
ex as ErrorTemplateDescription,
|
|
414
|
+
tx as ErrorTemplateIcon,
|
|
415
|
+
ax as ErrorTemplateLogo,
|
|
416
|
+
px as ErrorTemplateTitle,
|
|
417
|
+
mx as ErrorTemplateUrl,
|
|
416
418
|
Qe as Evernote,
|
|
417
419
|
ot as Exa,
|
|
418
420
|
et as Factorial,
|
|
@@ -430,7 +432,7 @@ export {
|
|
|
430
432
|
Bt as GoogleDocs,
|
|
431
433
|
Pt as GoogleDrive,
|
|
432
434
|
vt as GoogleFinance,
|
|
433
|
-
|
|
435
|
+
yt as GoogleFlight,
|
|
434
436
|
Ht as GoogleFlights,
|
|
435
437
|
Ft as GoogleHotels,
|
|
436
438
|
Ot as GoogleJobs,
|
|
@@ -458,7 +460,7 @@ export {
|
|
|
458
460
|
Ca as Linear,
|
|
459
461
|
Sa as Linkedin,
|
|
460
462
|
pi as Loader,
|
|
461
|
-
|
|
463
|
+
Tf as LoginPage,
|
|
462
464
|
ha as Luma,
|
|
463
465
|
Aa as Mailchimp,
|
|
464
466
|
ii as Markdown,
|
|
@@ -466,12 +468,12 @@ export {
|
|
|
466
468
|
Ba as MastraLogotype,
|
|
467
469
|
Pa as MathToolkit,
|
|
468
470
|
va as Mcp,
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
471
|
+
Fn as Message,
|
|
472
|
+
Rn as MessageAction,
|
|
473
|
+
On as MessageActions,
|
|
474
|
+
Vn as MessageAvatar,
|
|
475
|
+
zn as MessageContent,
|
|
476
|
+
ya as Microsoft,
|
|
475
477
|
Ha as MicrosoftDynamics,
|
|
476
478
|
Fa as MicrosoftExcel,
|
|
477
479
|
Oa as MicrosoftOnedrive,
|
|
@@ -507,23 +509,23 @@ export {
|
|
|
507
509
|
Pp as Posthog,
|
|
508
510
|
Ti as ProBadge,
|
|
509
511
|
bi as Progress,
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
512
|
+
Wn as PromptInput,
|
|
513
|
+
Un as PromptInputAction,
|
|
514
|
+
Zn as PromptInputActions,
|
|
515
|
+
qn as PromptInputTextarea,
|
|
514
516
|
vp as Pylon,
|
|
515
|
-
|
|
517
|
+
yp as Quickbooks,
|
|
516
518
|
Mi as RadioGroup,
|
|
517
519
|
Di as RadioGroupItem,
|
|
518
520
|
Hp as Railway,
|
|
519
521
|
Fp as Reddit,
|
|
520
|
-
|
|
522
|
+
_n as RequirementBadges,
|
|
521
523
|
Bi as ResizableHandle,
|
|
522
524
|
Gi as ResizablePanel,
|
|
523
525
|
Pi as ResizablePanelGroup,
|
|
524
526
|
Op as Salesforce,
|
|
525
527
|
vi as ScrollArea,
|
|
526
|
-
|
|
528
|
+
Ii as ScrollBar,
|
|
527
529
|
wi as ScrollButton,
|
|
528
530
|
Ei as Select,
|
|
529
531
|
Fi as SelectContent,
|
|
@@ -580,10 +582,10 @@ export {
|
|
|
580
582
|
om as Squarespace,
|
|
581
583
|
em as Squareup,
|
|
582
584
|
El as StepIndicator,
|
|
583
|
-
|
|
585
|
+
jn as StepsProgress,
|
|
584
586
|
am as Stripe,
|
|
585
|
-
|
|
586
|
-
|
|
587
|
+
Qn as SuggestionCard,
|
|
588
|
+
$n as SuggestionCardSkeleton,
|
|
587
589
|
Vl as Switch,
|
|
588
590
|
Nl as Table,
|
|
589
591
|
Wl as TableBody,
|
|
@@ -602,17 +604,17 @@ export {
|
|
|
602
604
|
lm as Ticktick,
|
|
603
605
|
fm as Tiktok,
|
|
604
606
|
tn as Toggle,
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
607
|
+
rf as ToolAuthorization,
|
|
608
|
+
ef as ToolAuthorizationArgs,
|
|
609
|
+
tf as ToolAuthorizationContent,
|
|
610
|
+
af as ToolAuthorizationHeader,
|
|
611
|
+
pf as ToolAuthorizationMessage,
|
|
612
|
+
lf as ToolCallAccordion,
|
|
613
|
+
nf as ToolCallAccordionContent,
|
|
614
|
+
ff as ToolCallAccordionItem,
|
|
615
|
+
xf as ToolCallAccordionTrigger,
|
|
616
|
+
sf as ToolCard,
|
|
617
|
+
Xn as ToolkitCard,
|
|
616
618
|
mn as Tooltip,
|
|
617
619
|
ln as TooltipContent,
|
|
618
620
|
nn as TooltipProvider,
|
|
@@ -620,7 +622,7 @@ export {
|
|
|
620
622
|
dm as Trello,
|
|
621
623
|
gm as Twilio,
|
|
622
624
|
Cm as Twitch,
|
|
623
|
-
|
|
625
|
+
uf as UserNav,
|
|
624
626
|
Sm as Vercel,
|
|
625
627
|
hm as VercelLogotype,
|
|
626
628
|
dn as ViewToolsControl,
|
|
@@ -630,7 +632,7 @@ export {
|
|
|
630
632
|
Bm as Weaviate,
|
|
631
633
|
Pm as Windsurf,
|
|
632
634
|
vm as Workday,
|
|
633
|
-
|
|
635
|
+
ym as Wrike,
|
|
634
636
|
Hm as X,
|
|
635
637
|
Fm as Xero,
|
|
636
638
|
Om as Youtube,
|