@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/main.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTri
|
|
|
2
2
|
import { Alert as i, AlertDescription as l, AlertTitle as n } from "./components/ui/atoms/alert.js";
|
|
3
3
|
import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as s, AlertDialogContent as g, AlertDialogDescription as u, AlertDialogFooter as C, AlertDialogHeader as c, AlertDialogOverlay as T, AlertDialogPortal as S, AlertDialogTitle as h, AlertDialogTrigger as b } from "./components/ui/atoms/alert-dialog.js";
|
|
4
4
|
import { ArcadeGradient as D } from "./components/ui/atoms/arcade-gradient.js";
|
|
5
|
-
import { Avatar as
|
|
5
|
+
import { Avatar as I, AvatarFallback as B, AvatarImage as P } from "./components/ui/atoms/avatar.js";
|
|
6
6
|
import { AvatarNotificationBadge as L, avatarBadgeVariants as O } from "./components/ui/atoms/avatar-notification-badge.js";
|
|
7
7
|
import { Badge as v, badgeVariants as y } from "./components/ui/atoms/badge.js";
|
|
8
8
|
import { BrandChip as w } from "./components/ui/atoms/brand-chip.js";
|
|
@@ -15,7 +15,7 @@ import { ChartContainer as io, ChartLegend as lo, ChartLegendContent as no, Char
|
|
|
15
15
|
import { ChatContainerContent as uo, ChatContainerRoot as Co, ChatContainerScrollAnchor as co } from "./components/ui/atoms/chat-container.js";
|
|
16
16
|
import { Checkbox as So } from "./components/ui/atoms/checkbox.js";
|
|
17
17
|
import { CodeBlock as bo, CodeBlockCode as Ao, CodeBlockGroup as Do } from "./components/ui/atoms/code-block.js";
|
|
18
|
-
import { Collapsible as
|
|
18
|
+
import { Collapsible as Io, CollapsibleContent as Bo, CollapsibleTrigger as Po } from "./components/ui/atoms/collapsible.js";
|
|
19
19
|
import { Command as Lo, CommandDialog as Oo, CommandEmpty as Go, CommandGroup as vo, CommandInput as yo, CommandItem as Ro, CommandList as wo, CommandSeparator as Eo, CommandShortcut as Ho } from "./components/ui/atoms/command.js";
|
|
20
20
|
import { CopyButton as _o } from "./components/ui/atoms/copy-button.js";
|
|
21
21
|
import { Dialog as Fo, DialogClose as zo, DialogContent as No, DialogDescription as Wo, DialogFooter as Ko, DialogHeader as Zo, DialogOverlay as qo, DialogPortal as Jo, DialogTitle as Xo, DialogTrigger as Yo } from "./components/ui/atoms/dialog.js";
|
|
@@ -25,7 +25,7 @@ import { Adp as Tr } from "./components/ui/atoms/icons/adp.js";
|
|
|
25
25
|
import { Aha as hr } from "./components/ui/atoms/icons/aha.js";
|
|
26
26
|
import { Airtable as Ar } from "./components/ui/atoms/icons/airtable.js";
|
|
27
27
|
import { Amplitude as Mr } from "./components/ui/atoms/icons/amplitude.js";
|
|
28
|
-
import { Arcade as
|
|
28
|
+
import { Arcade as Br } from "./components/ui/atoms/icons/arcade.js";
|
|
29
29
|
import { ArcadeLogo as kr } from "./components/ui/atoms/icons/arcade-logo.js";
|
|
30
30
|
import { Asana as Or } from "./components/ui/atoms/icons/asana.js";
|
|
31
31
|
import { Ashby as vr } from "./components/ui/atoms/icons/ashby.js";
|
|
@@ -52,7 +52,7 @@ import { Cline as Te } from "./components/ui/atoms/icons/cline.js";
|
|
|
52
52
|
import { Closeio as he } from "./components/ui/atoms/icons/closeio.js";
|
|
53
53
|
import { Codesandbox as Ae } from "./components/ui/atoms/icons/codesandbox.js";
|
|
54
54
|
import { Coinbase as Me } from "./components/ui/atoms/icons/coinbase.js";
|
|
55
|
-
import { Confluence as
|
|
55
|
+
import { Confluence as Be } from "./components/ui/atoms/icons/confluence.js";
|
|
56
56
|
import { Cursor as ke } from "./components/ui/atoms/icons/cursor.js";
|
|
57
57
|
import { CursorInstallDark as Oe } from "./components/ui/atoms/icons/cursor-install-dark.js";
|
|
58
58
|
import { CursorInstallLight as ve } from "./components/ui/atoms/icons/cursor-install-light.js";
|
|
@@ -79,7 +79,7 @@ import { Gmail as Tt } from "./components/ui/atoms/icons/gmail.js";
|
|
|
79
79
|
import { Google as ht } from "./components/ui/atoms/icons/google.js";
|
|
80
80
|
import { GoogleCalendar as At } from "./components/ui/atoms/icons/google-calendar.js";
|
|
81
81
|
import { GoogleContacts as Mt } from "./components/ui/atoms/icons/google-contacts.js";
|
|
82
|
-
import { GoogleDocs as
|
|
82
|
+
import { GoogleDocs as Bt } from "./components/ui/atoms/icons/google-docs.js";
|
|
83
83
|
import { GoogleDrive as kt } from "./components/ui/atoms/icons/google-drive.js";
|
|
84
84
|
import { GoogleFinance as Ot } from "./components/ui/atoms/icons/google-finance.js";
|
|
85
85
|
import { GoogleFlight as vt } from "./components/ui/atoms/icons/google-flight.js";
|
|
@@ -106,7 +106,7 @@ import { Linkedin as Ta } from "./components/ui/atoms/icons/linkedin.js";
|
|
|
106
106
|
import { Luma as ha } from "./components/ui/atoms/icons/luma.js";
|
|
107
107
|
import { Mailchimp as Aa } from "./components/ui/atoms/icons/mailchimp.js";
|
|
108
108
|
import { Mastra as Ma } from "./components/ui/atoms/icons/mastra.js";
|
|
109
|
-
import { MastraLogotype as
|
|
109
|
+
import { MastraLogotype as Ba } from "./components/ui/atoms/icons/mastra-logotype.js";
|
|
110
110
|
import { MathToolkit as ka } from "./components/ui/atoms/icons/math-toolkit.js";
|
|
111
111
|
import { Mcp as Oa } from "./components/ui/atoms/icons/mcp.js";
|
|
112
112
|
import { Microsoft as va } from "./components/ui/atoms/icons/microsoft.js";
|
|
@@ -133,7 +133,7 @@ import { Pinecone as Tp } from "./components/ui/atoms/icons/pinecone.js";
|
|
|
133
133
|
import { Pinterest as hp } from "./components/ui/atoms/icons/pinterest.js";
|
|
134
134
|
import { Pipedrive as Ap } from "./components/ui/atoms/icons/pipedrive.js";
|
|
135
135
|
import { Plaid as Mp } from "./components/ui/atoms/icons/plaid.js";
|
|
136
|
-
import { Postgres as
|
|
136
|
+
import { Postgres as Bp } from "./components/ui/atoms/icons/postgres.js";
|
|
137
137
|
import { Posthog as kp } from "./components/ui/atoms/icons/posthog.js";
|
|
138
138
|
import { Pylon as Op } from "./components/ui/atoms/icons/pylon.js";
|
|
139
139
|
import { Quickbooks as vp } from "./components/ui/atoms/icons/quickbooks.js";
|
|
@@ -160,7 +160,7 @@ import { Vercel as Tm } from "./components/ui/atoms/icons/vercel.js";
|
|
|
160
160
|
import { VercelLogotype as hm } from "./components/ui/atoms/icons/vercel-logotype.js";
|
|
161
161
|
import { Vscode as Am } from "./components/ui/atoms/icons/vscode.js";
|
|
162
162
|
import { Walmart as Mm } from "./components/ui/atoms/icons/walmart.js";
|
|
163
|
-
import { Weaviate as
|
|
163
|
+
import { Weaviate as Bm } from "./components/ui/atoms/icons/weaviate.js";
|
|
164
164
|
import { Windsurf as km } from "./components/ui/atoms/icons/windsurf.js";
|
|
165
165
|
import { Workday as Om } from "./components/ui/atoms/icons/workday.js";
|
|
166
166
|
import { Wrike as vm } from "./components/ui/atoms/icons/wrike.js";
|
|
@@ -183,13 +183,13 @@ import { Popover as gi, PopoverAnchor as ui, PopoverContent as Ci, PopoverTrigge
|
|
|
183
183
|
import { ProBadge as Si } from "./components/ui/atoms/pro-badge.js";
|
|
184
184
|
import { Progress as bi } from "./components/ui/atoms/progress.js";
|
|
185
185
|
import { RadioGroup as Di, RadioGroupItem as Mi } from "./components/ui/atoms/radio-group.js";
|
|
186
|
-
import { ResizableHandle as
|
|
186
|
+
import { ResizableHandle as Bi, ResizablePanel as Pi, ResizablePanelGroup as ki } from "./components/ui/atoms/resizable.js";
|
|
187
187
|
import { ScrollArea as Oi, ScrollBar as Gi } from "./components/ui/atoms/scroll-area.js";
|
|
188
188
|
import { ScrollButton as yi } from "./components/ui/atoms/scroll-button.js";
|
|
189
189
|
import { Select as wi, SelectContent as Ei, SelectGroup as Hi, SelectItem as Vi, SelectLabel as _i, SelectScrollDownButton as Ui, SelectScrollUpButton as Fi, SelectSeparator as zi, SelectTrigger as Ni, SelectValue as Wi } from "./components/ui/atoms/select.js";
|
|
190
190
|
import { Separator as Zi } from "./components/ui/atoms/separator.js";
|
|
191
191
|
import { Sheet as Ji, SheetClose as Xi, SheetContent as Yi, SheetDescription as ji, SheetFooter as Qi, SheetHeader as $i, SheetTitle as ol, SheetTrigger as rl } from "./components/ui/atoms/sheet.js";
|
|
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 Tl, SidebarMenuSub as Sl, SidebarMenuSubButton as hl, SidebarMenuSubItem as bl, SidebarProvider as Al, SidebarRail as Dl, SidebarSeparator as Ml, SidebarTrigger as
|
|
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 Tl, SidebarMenuSub as Sl, SidebarMenuSubButton as hl, SidebarMenuSubItem as bl, SidebarProvider as Al, SidebarRail as Dl, SidebarSeparator as Ml, SidebarTrigger as Il, useSidebar as Bl } from "./components/ui/atoms/sidebar.js";
|
|
193
193
|
import { Skeleton as kl } from "./components/ui/atoms/skeleton.js";
|
|
194
194
|
import { Slider as Ol } from "./components/ui/atoms/slider.js";
|
|
195
195
|
import { DS_SPARKLE_DURATION_MS as vl, SparkleBurst as yl } from "./components/ui/atoms/sparkle-burst.js";
|
|
@@ -204,31 +204,32 @@ import { ViewToolsControl as dn } from "./components/ui/atoms/view-tools-control
|
|
|
204
204
|
import { VirtualizedGrid as gn } from "./components/ui/atoms/virtualized-grid.js";
|
|
205
205
|
import { ChatHistoryItem as Cn } from "./components/ui/molecules/chat-history-item.js";
|
|
206
206
|
import { ChatAssistantMessage as Tn, ChatMessageList as Sn, ChatMessageListSkeleton as hn, ChatStreamingIndicator as bn, ChatUserMessage as An } from "./components/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 {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
207
|
+
import { ClientSecretInput as Mn } from "./components/ui/molecules/client-secret-field.js";
|
|
208
|
+
import { CommandBar as Bn } from "./components/ui/molecules/command-bar.js";
|
|
209
|
+
import { ConfirmPopover as kn } from "./components/ui/molecules/confirm-popover.js";
|
|
210
|
+
import { DateTimePicker as On } from "./components/ui/molecules/date-time-picker.js";
|
|
211
|
+
import { EmptyState as vn } from "./components/ui/molecules/empty-state.js";
|
|
212
|
+
import { ErrorState as Rn } from "./components/ui/molecules/error-state.js";
|
|
213
|
+
import { Message as En, MessageAction as Hn, MessageActions as Vn, MessageAvatar as _n, MessageContent as Un } from "./components/ui/molecules/message.js";
|
|
214
|
+
import { PromptInput as zn, PromptInputAction as Nn, PromptInputActions as Wn, PromptInputTextarea as Kn } from "./components/ui/molecules/prompt-input.js";
|
|
215
|
+
import { R as qn, T as Jn } from "./toolkit-card-CB1oiaei.js";
|
|
216
|
+
import { StepsProgress as Yn } from "./components/ui/molecules/steps-progress.js";
|
|
217
|
+
import { SuggestionCard as Qn, SuggestionCardSkeleton as $n } from "./components/ui/molecules/suggestion-card.js";
|
|
218
|
+
import { ToolAuthorization as rf, ToolAuthorizationArgs as ef, ToolAuthorizationContent as tf, ToolAuthorizationHeader as af, ToolAuthorizationMessage as pf } from "./components/ui/molecules/tool-authorization.js";
|
|
219
|
+
import { ToolCallAccordion as lf, ToolCallAccordionContent as nf, ToolCallAccordionItem as ff, ToolCallAccordionTrigger as xf } from "./components/ui/molecules/tool-call-accordion.js";
|
|
220
|
+
import { ToolCard as sf } from "./components/ui/molecules/tool-card.js";
|
|
221
|
+
import { UserNav as uf } from "./components/ui/molecules/user-nav.js";
|
|
222
|
+
import { ChatPageSkeleton as cf } from "./components/ui/pages/chat-page-skeleton.js";
|
|
223
|
+
import { LoginPage as Sf } from "./components/ui/pages/login-page.js";
|
|
224
|
+
import { AuthTemplate as bf, AuthTemplateCard as Af, AuthTemplateContent as Df, AuthTemplateDefaultBackground as Mf, AuthTemplateDescription as If, AuthTemplateFooter as Bf, AuthTemplateGridOverlay as Pf, AuthTemplateHeader as kf, AuthTemplateLegal as Lf, AuthTemplateLegalLink as Of, AuthTemplateLogo as Gf, AuthTemplatePrompt as vf, AuthTemplatePromptLink as yf, AuthTemplateTitle as Rf, AuthTemplateVideoBackground as wf } from "./components/ui/templates/auth-template.js";
|
|
225
|
+
import { ChatTemplate as Hf, ChatTemplateBody as Vf, ChatTemplateFooter as _f, ChatTemplateHeader as Uf, ChatTemplateHeaderGroup as Ff, ChatTemplateOverview as zf, ChatTemplateOverviewSubtitle as Nf, ChatTemplateOverviewTitle as Wf, ChatTemplateSuggestions as Kf } from "./components/ui/templates/chat-template.js";
|
|
226
|
+
import { ChatBodySkeleton as qf, ChatContentSkeleton as Jf, ChatFooterSkeleton as Xf, ChatHeaderSkeleton as Yf, ChatSidebarSkeleton as jf } from "./components/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 "./components/ui/templates/error-template.js";
|
|
228
|
+
import { PUBLIC_ICON_URL as lx, PUBLIC_VIDEO_URL as nx } from "./metadata/constants.js";
|
|
229
|
+
import { MCP_OAUTH2_PROVIDER as xx, OAUTH2_PROVIDER as dx, OAUTH_PROVIDERS as sx, OAUTH_PROVIDER_CATALOGUE as gx, OAuthId as ux, OAuthProviderId as Cx, OTHER_OAUTH_PROVIDERS as cx, PREBUILT_OAUTH_PROVIDERS as Tx } from "./metadata/oauth-providers.js";
|
|
230
|
+
import { TOOLKIT_ICON_MAP as hx, getToolIconByToolkitName as bx, getToolkitIcon as Ax, getToolkitIconByName as Dx } from "./metadata/toolkit-icons.js";
|
|
231
|
+
import { CATEGORIES as Ix, TOOLKITS as Bx, TOOLKIT_CATALOGUE as Px } from "./metadata/toolkits.js";
|
|
232
|
+
import { findPrebuiltProviderById as Lx, findPrebuiltProviderByProviderId as Ox, findToolkitByName as Gx, isKnownToolkit as vx, isPrebuiltProvider as yx } from "./metadata/utils.js";
|
|
232
233
|
export {
|
|
233
234
|
e as Accordion,
|
|
234
235
|
t as AccordionContent,
|
|
@@ -252,7 +253,7 @@ export {
|
|
|
252
253
|
b as AlertDialogTrigger,
|
|
253
254
|
n as AlertTitle,
|
|
254
255
|
Mr as Amplitude,
|
|
255
|
-
|
|
256
|
+
Br as Arcade,
|
|
256
257
|
D as ArcadeGradient,
|
|
257
258
|
kr as ArcadeLogo,
|
|
258
259
|
Or as Asana,
|
|
@@ -260,23 +261,23 @@ export {
|
|
|
260
261
|
Rr as Atlassian,
|
|
261
262
|
Er as Attio,
|
|
262
263
|
Vr as Auth0,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
264
|
+
bf as AuthTemplate,
|
|
265
|
+
Af as AuthTemplateCard,
|
|
266
|
+
Df as AuthTemplateContent,
|
|
267
|
+
Mf as AuthTemplateDefaultBackground,
|
|
268
|
+
If as AuthTemplateDescription,
|
|
269
|
+
Bf as AuthTemplateFooter,
|
|
270
|
+
Pf as AuthTemplateGridOverlay,
|
|
271
|
+
kf as AuthTemplateHeader,
|
|
272
|
+
Lf as AuthTemplateLegal,
|
|
273
|
+
Of as AuthTemplateLegalLink,
|
|
274
|
+
Gf as AuthTemplateLogo,
|
|
275
|
+
vf as AuthTemplatePrompt,
|
|
276
|
+
yf as AuthTemplatePromptLink,
|
|
277
|
+
Rf as AuthTemplateTitle,
|
|
278
|
+
wf as AuthTemplateVideoBackground,
|
|
279
|
+
I as Avatar,
|
|
280
|
+
B as AvatarFallback,
|
|
280
281
|
P as AvatarImage,
|
|
281
282
|
L as AvatarNotificationBadge,
|
|
282
283
|
Ur as Azure,
|
|
@@ -301,7 +302,7 @@ export {
|
|
|
301
302
|
me as Buffer,
|
|
302
303
|
K as Button,
|
|
303
304
|
J as ByocBadge,
|
|
304
|
-
|
|
305
|
+
Ix as CATEGORIES,
|
|
305
306
|
Y as Calendar,
|
|
306
307
|
j as CalendarDayButton,
|
|
307
308
|
le as Calendly,
|
|
@@ -319,34 +320,35 @@ export {
|
|
|
319
320
|
xo as ChartTooltip,
|
|
320
321
|
so as ChartTooltipContent,
|
|
321
322
|
Tn as ChatAssistantMessage,
|
|
322
|
-
|
|
323
|
+
qf as ChatBodySkeleton,
|
|
323
324
|
uo as ChatContainerContent,
|
|
324
325
|
Co as ChatContainerRoot,
|
|
325
326
|
co as ChatContainerScrollAnchor,
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
327
|
+
Jf as ChatContentSkeleton,
|
|
328
|
+
Xf as ChatFooterSkeleton,
|
|
329
|
+
Yf as ChatHeaderSkeleton,
|
|
329
330
|
Cn as ChatHistoryItem,
|
|
330
331
|
Sn as ChatMessageList,
|
|
331
332
|
hn as ChatMessageListSkeleton,
|
|
332
|
-
|
|
333
|
-
|
|
333
|
+
cf as ChatPageSkeleton,
|
|
334
|
+
jf as ChatSidebarSkeleton,
|
|
334
335
|
bn as ChatStreamingIndicator,
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
336
|
+
Hf as ChatTemplate,
|
|
337
|
+
Vf as ChatTemplateBody,
|
|
338
|
+
_f as ChatTemplateFooter,
|
|
339
|
+
Uf as ChatTemplateHeader,
|
|
340
|
+
Ff as ChatTemplateHeaderGroup,
|
|
341
|
+
zf as ChatTemplateOverview,
|
|
342
|
+
Nf as ChatTemplateOverviewSubtitle,
|
|
343
|
+
Wf as ChatTemplateOverviewTitle,
|
|
344
|
+
Kf as ChatTemplateSuggestions,
|
|
344
345
|
An as ChatUserMessage,
|
|
345
346
|
So as Checkbox,
|
|
346
347
|
fe as Claude,
|
|
347
348
|
de as ClaudeCodeLogotype,
|
|
348
349
|
ge as Clickhouse,
|
|
349
350
|
Ce as Clickup,
|
|
351
|
+
Mn as ClientSecretInput,
|
|
350
352
|
Te as Cline,
|
|
351
353
|
he as Closeio,
|
|
352
354
|
bo as CodeBlock,
|
|
@@ -354,11 +356,11 @@ export {
|
|
|
354
356
|
Do as CodeBlockGroup,
|
|
355
357
|
Ae as Codesandbox,
|
|
356
358
|
Me as Coinbase,
|
|
357
|
-
|
|
358
|
-
|
|
359
|
+
Io as Collapsible,
|
|
360
|
+
Bo as CollapsibleContent,
|
|
359
361
|
Po as CollapsibleTrigger,
|
|
360
362
|
Lo as Command,
|
|
361
|
-
|
|
363
|
+
Bn as CommandBar,
|
|
362
364
|
Oo as CommandDialog,
|
|
363
365
|
Go as CommandEmpty,
|
|
364
366
|
vo as CommandGroup,
|
|
@@ -367,8 +369,8 @@ export {
|
|
|
367
369
|
wo as CommandList,
|
|
368
370
|
Eo as CommandSeparator,
|
|
369
371
|
Ho as CommandShortcut,
|
|
370
|
-
|
|
371
|
-
|
|
372
|
+
kn as ConfirmPopover,
|
|
373
|
+
Be as Confluence,
|
|
372
374
|
_o as CopyButton,
|
|
373
375
|
ke as Cursor,
|
|
374
376
|
Oe as CursorInstallDark,
|
|
@@ -377,7 +379,7 @@ export {
|
|
|
377
379
|
Ee as Customerio,
|
|
378
380
|
vl as DS_SPARKLE_DURATION_MS,
|
|
379
381
|
Ve as Datadog,
|
|
380
|
-
|
|
382
|
+
On as DateTimePicker,
|
|
381
383
|
Ue as Daytona,
|
|
382
384
|
Fo as Dialog,
|
|
383
385
|
zo as DialogClose,
|
|
@@ -409,16 +411,16 @@ export {
|
|
|
409
411
|
dr as DropdownMenuTrigger,
|
|
410
412
|
Je as E2b,
|
|
411
413
|
Ye as Ebay,
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
414
|
+
vn as EmptyState,
|
|
415
|
+
Rn as ErrorState,
|
|
416
|
+
$f as ErrorTemplate,
|
|
417
|
+
ox as ErrorTemplateActions,
|
|
418
|
+
rx as ErrorTemplateContent,
|
|
419
|
+
ex as ErrorTemplateDescription,
|
|
420
|
+
tx as ErrorTemplateIcon,
|
|
421
|
+
ax as ErrorTemplateLogo,
|
|
422
|
+
px as ErrorTemplateTitle,
|
|
423
|
+
mx as ErrorTemplateUrl,
|
|
422
424
|
Qe as Evernote,
|
|
423
425
|
ot as Exa,
|
|
424
426
|
et as Factorial,
|
|
@@ -433,7 +435,7 @@ export {
|
|
|
433
435
|
ht as Google,
|
|
434
436
|
At as GoogleCalendar,
|
|
435
437
|
Mt as GoogleContacts,
|
|
436
|
-
|
|
438
|
+
Bt as GoogleDocs,
|
|
437
439
|
kt as GoogleDrive,
|
|
438
440
|
Ot as GoogleFinance,
|
|
439
441
|
vt as GoogleFlight,
|
|
@@ -464,20 +466,20 @@ export {
|
|
|
464
466
|
Ca as Linear,
|
|
465
467
|
Ta as Linkedin,
|
|
466
468
|
pi as Loader,
|
|
467
|
-
|
|
469
|
+
Sf as LoginPage,
|
|
468
470
|
ha as Luma,
|
|
469
|
-
|
|
471
|
+
xx as MCP_OAUTH2_PROVIDER,
|
|
470
472
|
Aa as Mailchimp,
|
|
471
473
|
ii as Markdown,
|
|
472
474
|
Ma as Mastra,
|
|
473
|
-
|
|
475
|
+
Ba as MastraLogotype,
|
|
474
476
|
ka as MathToolkit,
|
|
475
477
|
Oa as Mcp,
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
478
|
+
En as Message,
|
|
479
|
+
Hn as MessageAction,
|
|
480
|
+
Vn as MessageActions,
|
|
481
|
+
_n as MessageAvatar,
|
|
482
|
+
Un as MessageContent,
|
|
481
483
|
va as Microsoft,
|
|
482
484
|
Ra as MicrosoftDynamics,
|
|
483
485
|
Ea as MicrosoftExcel,
|
|
@@ -497,19 +499,19 @@ export {
|
|
|
497
499
|
ep as MongoDB,
|
|
498
500
|
ap as Netsuite,
|
|
499
501
|
mp as Notion,
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
502
|
+
dx as OAUTH2_PROVIDER,
|
|
503
|
+
sx as OAUTH_PROVIDERS,
|
|
504
|
+
gx as OAUTH_PROVIDER_CATALOGUE,
|
|
505
|
+
ux as OAuthId,
|
|
506
|
+
Cx as OAuthProviderId,
|
|
507
|
+
cx as OTHER_OAUTH_PROVIDERS,
|
|
506
508
|
lp as Oauth,
|
|
507
509
|
fp as Obsidian,
|
|
508
510
|
dp as Okta,
|
|
509
511
|
gp as Openai,
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
512
|
+
Tx as PREBUILT_OAUTH_PROVIDERS,
|
|
513
|
+
lx as PUBLIC_ICON_URL,
|
|
514
|
+
nx as PUBLIC_VIDEO_URL,
|
|
513
515
|
Cp as Pagerduty,
|
|
514
516
|
Tp as Pinecone,
|
|
515
517
|
hp as Pinterest,
|
|
@@ -519,22 +521,22 @@ export {
|
|
|
519
521
|
ui as PopoverAnchor,
|
|
520
522
|
Ci as PopoverContent,
|
|
521
523
|
ci as PopoverTrigger,
|
|
522
|
-
|
|
524
|
+
Bp as Postgres,
|
|
523
525
|
kp as Posthog,
|
|
524
526
|
Si as ProBadge,
|
|
525
527
|
bi as Progress,
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
528
|
+
zn as PromptInput,
|
|
529
|
+
Nn as PromptInputAction,
|
|
530
|
+
Wn as PromptInputActions,
|
|
531
|
+
Kn as PromptInputTextarea,
|
|
530
532
|
Op as Pylon,
|
|
531
533
|
vp as Quickbooks,
|
|
532
534
|
Di as RadioGroup,
|
|
533
535
|
Mi as RadioGroupItem,
|
|
534
536
|
Rp as Railway,
|
|
535
537
|
Ep as Reddit,
|
|
536
|
-
|
|
537
|
-
|
|
538
|
+
qn as RequirementBadges,
|
|
539
|
+
Bi as ResizableHandle,
|
|
538
540
|
Pi as ResizablePanel,
|
|
539
541
|
ki as ResizablePanelGroup,
|
|
540
542
|
Vp as Salesforce,
|
|
@@ -583,7 +585,7 @@ export {
|
|
|
583
585
|
Al as SidebarProvider,
|
|
584
586
|
Dl as SidebarRail,
|
|
585
587
|
Ml as SidebarSeparator,
|
|
586
|
-
|
|
588
|
+
Il as SidebarTrigger,
|
|
587
589
|
zp as Singlestore,
|
|
588
590
|
kl as Skeleton,
|
|
589
591
|
Wp as Slack,
|
|
@@ -596,14 +598,14 @@ export {
|
|
|
596
598
|
om as Squarespace,
|
|
597
599
|
em as Squareup,
|
|
598
600
|
wl as StepIndicator,
|
|
599
|
-
|
|
601
|
+
Yn as StepsProgress,
|
|
600
602
|
am as Stripe,
|
|
601
|
-
|
|
602
|
-
|
|
603
|
+
Qn as SuggestionCard,
|
|
604
|
+
$n as SuggestionCardSkeleton,
|
|
603
605
|
_l as Switch,
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
606
|
+
Bx as TOOLKITS,
|
|
607
|
+
Px as TOOLKIT_CATALOGUE,
|
|
608
|
+
hx as TOOLKIT_ICON_MAP,
|
|
607
609
|
Fl as Table,
|
|
608
610
|
zl as TableBody,
|
|
609
611
|
Nl as TableCaption,
|
|
@@ -621,17 +623,17 @@ export {
|
|
|
621
623
|
lm as Ticktick,
|
|
622
624
|
fm as Tiktok,
|
|
623
625
|
tn as Toggle,
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
626
|
+
rf as ToolAuthorization,
|
|
627
|
+
ef as ToolAuthorizationArgs,
|
|
628
|
+
tf as ToolAuthorizationContent,
|
|
629
|
+
af as ToolAuthorizationHeader,
|
|
630
|
+
pf as ToolAuthorizationMessage,
|
|
631
|
+
lf as ToolCallAccordion,
|
|
632
|
+
nf as ToolCallAccordionContent,
|
|
633
|
+
ff as ToolCallAccordionItem,
|
|
634
|
+
xf as ToolCallAccordionTrigger,
|
|
635
|
+
sf as ToolCard,
|
|
636
|
+
Jn as ToolkitCard,
|
|
635
637
|
mn as Tooltip,
|
|
636
638
|
ln as TooltipContent,
|
|
637
639
|
nn as TooltipProvider,
|
|
@@ -639,14 +641,14 @@ export {
|
|
|
639
641
|
dm as Trello,
|
|
640
642
|
gm as Twilio,
|
|
641
643
|
Cm as Twitch,
|
|
642
|
-
|
|
644
|
+
uf as UserNav,
|
|
643
645
|
Tm as Vercel,
|
|
644
646
|
hm as VercelLogotype,
|
|
645
647
|
dn as ViewToolsControl,
|
|
646
648
|
gn as VirtualizedGrid,
|
|
647
649
|
Am as Vscode,
|
|
648
650
|
Mm as Walmart,
|
|
649
|
-
|
|
651
|
+
Bm as Weaviate,
|
|
650
652
|
km as Windsurf,
|
|
651
653
|
Om as Workday,
|
|
652
654
|
vm as Wrike,
|
|
@@ -662,17 +664,17 @@ export {
|
|
|
662
664
|
O as avatarBadgeVariants,
|
|
663
665
|
y as badgeVariants,
|
|
664
666
|
Z as buttonVariants,
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
667
|
+
Lx as findPrebuiltProviderById,
|
|
668
|
+
Ox as findPrebuiltProviderByProviderId,
|
|
669
|
+
Gx as findToolkitByName,
|
|
670
|
+
bx as getToolIconByToolkitName,
|
|
671
|
+
Ax as getToolkitIcon,
|
|
672
|
+
Dx as getToolkitIconByName,
|
|
673
|
+
vx as isKnownToolkit,
|
|
674
|
+
yx as isPrebuiltProvider,
|
|
673
675
|
ri as jsonHighlightVariants,
|
|
674
676
|
El as stepIndicatorIconVariants,
|
|
675
677
|
Hl as stepIndicatorLabelVariants,
|
|
676
678
|
an as toggleVariants,
|
|
677
|
-
|
|
679
|
+
Bl as useSidebar
|
|
678
680
|
};
|