@arcadeai/design-system 3.15.0 → 3.16.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/assets/icons/firecrawl.js +19 -8
- package/dist/assets/icons/microsoft-dynamics.js +3 -3
- package/dist/assets/icons/pylon.js +10 -0
- package/dist/components/index.js +184 -182
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +80 -78
- package/dist/components/ui/atoms/icons/pylon.d.ts +3 -0
- package/dist/components/ui/atoms/icons/pylon.js +27 -0
- package/dist/components/ui/atoms/index.js +182 -180
- package/dist/components/ui/index.js +184 -182
- package/dist/lib/arcade/arcade.js +2 -2
- package/dist/lib/arcade/arcade.test.js +2 -2
- package/dist/main.js +210 -208
- package/dist/metadata/oauth-providers.d.ts +2 -0
- package/dist/metadata/oauth-providers.js +59 -47
- package/dist/metadata/toolkits.js +45 -6
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -105,70 +105,71 @@ import { Pipedrive as xp } from "./components/ui/atoms/icons/pipedrive.js";
|
|
|
105
105
|
import { Plaid as dp } from "./components/ui/atoms/icons/plaid.js";
|
|
106
106
|
import { Postgres as up } from "./components/ui/atoms/icons/postgres.js";
|
|
107
107
|
import { Posthog as bp } from "./components/ui/atoms/icons/posthog.js";
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
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 {
|
|
108
|
+
import { Pylon as Tp } from "./components/ui/atoms/icons/pylon.js";
|
|
109
|
+
import { Quickbooks as Cp } from "./components/ui/atoms/icons/quickbooks.js";
|
|
110
|
+
import { Reddit as Ap } from "./components/ui/atoms/icons/reddit.js";
|
|
111
|
+
import { Salesforce as Pp } from "./components/ui/atoms/icons/salesforce.js";
|
|
112
|
+
import { Shopify as kp } from "./components/ui/atoms/icons/shopify.js";
|
|
113
|
+
import { Singlestore as Ip } from "./components/ui/atoms/icons/singlestore.js";
|
|
114
|
+
import { Slack as Gp } from "./components/ui/atoms/icons/slack.js";
|
|
115
|
+
import { Snowflake as vp } from "./components/ui/atoms/icons/snowflake.js";
|
|
116
|
+
import { Splunk as yp } from "./components/ui/atoms/icons/splunk.js";
|
|
117
|
+
import { Spotify as Lp } from "./components/ui/atoms/icons/spotify.js";
|
|
118
|
+
import { Square as _p } from "./components/ui/atoms/icons/square.js";
|
|
119
|
+
import { Squarespace as Up } from "./components/ui/atoms/icons/squarespace.js";
|
|
120
|
+
import { Squareup as Np } from "./components/ui/atoms/icons/squareup.js";
|
|
121
|
+
import { Stripe as Zp } from "./components/ui/atoms/icons/stripe.js";
|
|
122
|
+
import { Tesla as Kp } from "./components/ui/atoms/icons/tesla.js";
|
|
123
|
+
import { Ticktick as Jp } from "./components/ui/atoms/icons/ticktick.js";
|
|
124
|
+
import { Tiktok as Qp } from "./components/ui/atoms/icons/tiktok.js";
|
|
125
|
+
import { Trello as jp } from "./components/ui/atoms/icons/trello.js";
|
|
126
|
+
import { Twilio as oa } from "./components/ui/atoms/icons/twilio.js";
|
|
127
|
+
import { Twitch as ea } from "./components/ui/atoms/icons/twitch.js";
|
|
128
|
+
import { Vercel as pa } from "./components/ui/atoms/icons/vercel.js";
|
|
129
|
+
import { Walmart as ma } from "./components/ui/atoms/icons/walmart.js";
|
|
130
|
+
import { Weaviate as la } from "./components/ui/atoms/icons/weaviate.js";
|
|
131
|
+
import { Workday as xa } from "./components/ui/atoms/icons/workday.js";
|
|
132
|
+
import { Wrike as da } from "./components/ui/atoms/icons/wrike.js";
|
|
133
|
+
import { X as ua } from "./components/ui/atoms/icons/x.js";
|
|
134
|
+
import { Xero as ba } from "./components/ui/atoms/icons/xero.js";
|
|
135
|
+
import { Youtube as Ta } from "./components/ui/atoms/icons/youtube.js";
|
|
136
|
+
import { Zendesk as Ca } from "./components/ui/atoms/icons/zendesk.js";
|
|
137
|
+
import { Zoho as Aa } from "./components/ui/atoms/icons/zoho.js";
|
|
138
|
+
import { ZohoBooks as Pa } from "./components/ui/atoms/icons/zoho-books.js";
|
|
139
|
+
import { ZohoCreator as ka } from "./components/ui/atoms/icons/zoho-creator.js";
|
|
140
|
+
import { Zoom as Ia } from "./components/ui/atoms/icons/zoom.js";
|
|
141
|
+
import { Input as Ga } from "./components/ui/atoms/input.js";
|
|
142
|
+
import { Label as va } from "./components/ui/atoms/label.js";
|
|
143
|
+
import { MobileTooltip as ya, MobileTooltipContent as Ha, MobileTooltipProvider as La, MobileTooltipTrigger as Ea } from "./components/ui/atoms/mobile-tooltip.js";
|
|
144
|
+
import { Popover as Fa, PopoverAnchor as Ua, PopoverContent as Va, PopoverTrigger as Na } from "./components/ui/atoms/popover.js";
|
|
145
|
+
import { ProBadge as Za } from "./components/ui/atoms/pro-badge.js";
|
|
146
|
+
import { Progress as Ka } from "./components/ui/atoms/progress.js";
|
|
147
|
+
import { RadioGroup as Ja, RadioGroupItem as Xa } from "./components/ui/atoms/radio-group.js";
|
|
148
|
+
import { ResizableHandle as Ya, ResizablePanel as ja, ResizablePanelGroup as $a } from "./components/ui/atoms/resizable.js";
|
|
149
|
+
import { ScrollArea as rm, ScrollBar as em } from "./components/ui/atoms/scroll-area.js";
|
|
150
|
+
import { Select as pm, SelectContent as am, SelectGroup as mm, SelectItem as im, SelectLabel as lm, SelectScrollDownButton as fm, SelectScrollUpButton as xm, SelectSeparator as nm, SelectTrigger as dm, SelectValue as gm } from "./components/ui/atoms/select.js";
|
|
151
|
+
import { Separator as Sm } from "./components/ui/atoms/separator.js";
|
|
152
|
+
import { Sheet as cm, SheetClose as Tm, SheetContent as sm, SheetDescription as Cm, SheetFooter as Dm, SheetHeader as Am, SheetTitle as hm, SheetTrigger as Pm } from "./components/ui/atoms/sheet.js";
|
|
153
|
+
import { Sidebar as km, SidebarContent as Bm, SidebarFooter as Im, SidebarGroup as Om, SidebarGroupAction as Gm, SidebarGroupContent as Rm, SidebarGroupLabel as vm, SidebarHeader as wm, SidebarInput as ym, SidebarInset as Hm, SidebarMenu as Lm, SidebarMenuAction as Em, SidebarMenuBadge as _m, SidebarMenuButton as Fm, SidebarMenuItem as Um, SidebarMenuSkeleton as Vm, SidebarMenuSub as Nm, SidebarMenuSubButton as zm, SidebarMenuSubItem as Zm, SidebarProvider as qm, SidebarRail as Km, SidebarSeparator as Wm, SidebarTrigger as Jm, useSidebar as Xm } from "./components/ui/atoms/sidebar.js";
|
|
154
|
+
import { Skeleton as Ym } from "./components/ui/atoms/skeleton.js";
|
|
155
|
+
import { Slider as $m } from "./components/ui/atoms/slider.js";
|
|
156
|
+
import { Switch as ri } from "./components/ui/atoms/switch.js";
|
|
157
|
+
import { Table as ti, TableBody as pi, TableCaption as ai, TableCell as mi, TableFooter as ii, TableHead as li, TableHeader as fi, TableRow as xi } from "./components/ui/atoms/table.js";
|
|
158
|
+
import { Tabs as di, TabsContent as gi, TabsList as ui, TabsTrigger as Si } from "./components/ui/atoms/tabs.js";
|
|
159
|
+
import { Textarea as ci } from "./components/ui/atoms/textarea.js";
|
|
160
|
+
import { Toggle as si, toggleVariants as Ci } from "./components/ui/atoms/toggle.js";
|
|
161
|
+
import { Tooltip as Ai, TooltipContent as hi, TooltipProvider as Pi, TooltipTrigger as Mi } from "./components/ui/atoms/tooltip.js";
|
|
162
|
+
import { EmptyState as Bi } from "./components/ui/molecules/empty-state.js";
|
|
163
|
+
import { R as Oi, T as Gi } from "./toolkit-card-BzIa8ZXI.js";
|
|
164
|
+
import { ToolCard as vi } from "./components/ui/molecules/tool-card.js";
|
|
165
|
+
import { ToolkitPickerTrigger as yi } from "./components/ui/molecules/toolkit-picker-trigger.js";
|
|
166
|
+
import { ToolkitSelectionSummary as Li } from "./components/ui/molecules/toolkit-selection-summary.js";
|
|
167
|
+
import { ToolkitPicker as _i } from "./components/ui/organisms/toolkit-picker/index.js";
|
|
168
|
+
import { PUBLIC_ICON_URL as Ui } from "./metadata/constants.js";
|
|
169
|
+
import { MCP_OAUTH2_PROVIDER as Ni, OAUTH2_PROVIDER as zi, OAUTH_PROVIDERS as Zi, OAUTH_PROVIDER_CATALOGUE as qi, OAuthId as Ki, OAuthProviderId as Wi, OTHER_OAUTH_PROVIDERS as Ji, PREBUILT_OAUTH_PROVIDERS as Xi } from "./metadata/oauth-providers.js";
|
|
170
|
+
import { TOOLKIT_ICON_MAP as Yi, getToolIconByToolkitName as ji, getToolkitIcon as $i, getToolkitIconByName as ol } from "./metadata/toolkit-icons.js";
|
|
171
|
+
import { CATEGORIES as el, TOOLKITS as tl, TOOLKIT_CATALOGUE as pl } from "./metadata/toolkits.js";
|
|
172
|
+
import { findPrebuiltProviderById as ml, findPrebuiltProviderByProviderId as il, findToolkitByName as ll, isKnownToolkit as fl, isPrebuiltProvider as xl } from "./metadata/utils.js";
|
|
172
173
|
export {
|
|
173
174
|
e as Accordion,
|
|
174
175
|
t as AccordionContent,
|
|
@@ -221,7 +222,7 @@ export {
|
|
|
221
222
|
Lr as Buffer,
|
|
222
223
|
_ as Button,
|
|
223
224
|
V as ByocBadge,
|
|
224
|
-
|
|
225
|
+
el as CATEGORIES,
|
|
225
226
|
_r as Calendly,
|
|
226
227
|
z as Card,
|
|
227
228
|
Z as CardAction,
|
|
@@ -287,7 +288,7 @@ export {
|
|
|
287
288
|
Ko as DropdownMenuTrigger,
|
|
288
289
|
le as E2b,
|
|
289
290
|
xe as Ebay,
|
|
290
|
-
|
|
291
|
+
Bi as EmptyState,
|
|
291
292
|
de as Evernote,
|
|
292
293
|
ue as Exa,
|
|
293
294
|
be as Factorial,
|
|
@@ -320,13 +321,13 @@ export {
|
|
|
320
321
|
Qo as HoverCardTrigger,
|
|
321
322
|
dt as Hubspot,
|
|
322
323
|
ut as Imgflip,
|
|
323
|
-
|
|
324
|
+
Ga as Input,
|
|
324
325
|
bt as Intercom,
|
|
325
326
|
Tt as Jira,
|
|
326
|
-
|
|
327
|
+
va as Label,
|
|
327
328
|
Ct as Linear,
|
|
328
329
|
At as Linkedin,
|
|
329
|
-
|
|
330
|
+
Ni as MCP_OAUTH2_PROVIDER,
|
|
330
331
|
Pt as Mailchimp,
|
|
331
332
|
kt as Mcp,
|
|
332
333
|
It as Microsoft,
|
|
@@ -334,162 +335,163 @@ export {
|
|
|
334
335
|
vt as MicrosoftSharepoint,
|
|
335
336
|
yt as MicrosoftTeams,
|
|
336
337
|
Lt as Miro,
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
338
|
+
ya as MobileTooltip,
|
|
339
|
+
Ha as MobileTooltipContent,
|
|
340
|
+
La as MobileTooltipProvider,
|
|
341
|
+
Ea as MobileTooltipTrigger,
|
|
341
342
|
_t as Monday,
|
|
342
343
|
Ut as MongoDB,
|
|
343
344
|
Nt as Netsuite,
|
|
344
345
|
Zt as Notion,
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
346
|
+
zi as OAUTH2_PROVIDER,
|
|
347
|
+
Zi as OAUTH_PROVIDERS,
|
|
348
|
+
qi as OAUTH_PROVIDER_CATALOGUE,
|
|
349
|
+
Ki as OAuthId,
|
|
350
|
+
Wi as OAuthProviderId,
|
|
351
|
+
Ji as OTHER_OAUTH_PROVIDERS,
|
|
351
352
|
Kt as Oauth,
|
|
352
353
|
Jt as Obsidian,
|
|
353
354
|
Qt as Okta,
|
|
354
355
|
jt as OneDrive,
|
|
355
356
|
op as OutlookCalendar,
|
|
356
357
|
ep as OutlookMail,
|
|
357
|
-
|
|
358
|
-
|
|
358
|
+
Xi as PREBUILT_OAUTH_PROVIDERS,
|
|
359
|
+
Ui as PUBLIC_ICON_URL,
|
|
359
360
|
pp as Pagerduty,
|
|
360
361
|
mp as Pinecone,
|
|
361
362
|
lp as Pinterest,
|
|
362
363
|
xp as Pipedrive,
|
|
363
364
|
dp as Plaid,
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
365
|
+
Fa as Popover,
|
|
366
|
+
Ua as PopoverAnchor,
|
|
367
|
+
Va as PopoverContent,
|
|
368
|
+
Na as PopoverTrigger,
|
|
368
369
|
up as Postgres,
|
|
369
370
|
bp as Posthog,
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
Tp as
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
em as
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
gm as
|
|
394
|
-
Sm as
|
|
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
|
-
vp as
|
|
432
|
-
yp as
|
|
433
|
-
Lp as
|
|
434
|
-
_p as
|
|
435
|
-
Up as
|
|
436
|
-
Np as
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
xi as
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
Jp as
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
yi as
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
jp as
|
|
469
|
-
oa as
|
|
470
|
-
ea as
|
|
471
|
-
pa as
|
|
472
|
-
ma as
|
|
473
|
-
la as
|
|
474
|
-
xa as
|
|
475
|
-
da as
|
|
476
|
-
ua as
|
|
477
|
-
ba as
|
|
478
|
-
Ta as
|
|
479
|
-
Ca as
|
|
480
|
-
Aa as
|
|
481
|
-
Pa as
|
|
482
|
-
ka as
|
|
371
|
+
Za as ProBadge,
|
|
372
|
+
Ka as Progress,
|
|
373
|
+
Tp as Pylon,
|
|
374
|
+
Cp as Quickbooks,
|
|
375
|
+
Ja as RadioGroup,
|
|
376
|
+
Xa as RadioGroupItem,
|
|
377
|
+
Ap as Reddit,
|
|
378
|
+
Oi as RequirementBadges,
|
|
379
|
+
Ya as ResizableHandle,
|
|
380
|
+
ja as ResizablePanel,
|
|
381
|
+
$a as ResizablePanelGroup,
|
|
382
|
+
Pp as Salesforce,
|
|
383
|
+
rm as ScrollArea,
|
|
384
|
+
em as ScrollBar,
|
|
385
|
+
pm as Select,
|
|
386
|
+
am as SelectContent,
|
|
387
|
+
mm as SelectGroup,
|
|
388
|
+
im as SelectItem,
|
|
389
|
+
lm as SelectLabel,
|
|
390
|
+
fm as SelectScrollDownButton,
|
|
391
|
+
xm as SelectScrollUpButton,
|
|
392
|
+
nm as SelectSeparator,
|
|
393
|
+
dm as SelectTrigger,
|
|
394
|
+
gm as SelectValue,
|
|
395
|
+
Sm as Separator,
|
|
396
|
+
cm as Sheet,
|
|
397
|
+
Tm as SheetClose,
|
|
398
|
+
sm as SheetContent,
|
|
399
|
+
Cm as SheetDescription,
|
|
400
|
+
Dm as SheetFooter,
|
|
401
|
+
Am as SheetHeader,
|
|
402
|
+
hm as SheetTitle,
|
|
403
|
+
Pm as SheetTrigger,
|
|
404
|
+
kp as Shopify,
|
|
405
|
+
km as Sidebar,
|
|
406
|
+
Bm as SidebarContent,
|
|
407
|
+
Im as SidebarFooter,
|
|
408
|
+
Om as SidebarGroup,
|
|
409
|
+
Gm as SidebarGroupAction,
|
|
410
|
+
Rm as SidebarGroupContent,
|
|
411
|
+
vm as SidebarGroupLabel,
|
|
412
|
+
wm as SidebarHeader,
|
|
413
|
+
ym as SidebarInput,
|
|
414
|
+
Hm as SidebarInset,
|
|
415
|
+
Lm as SidebarMenu,
|
|
416
|
+
Em as SidebarMenuAction,
|
|
417
|
+
_m as SidebarMenuBadge,
|
|
418
|
+
Fm as SidebarMenuButton,
|
|
419
|
+
Um as SidebarMenuItem,
|
|
420
|
+
Vm as SidebarMenuSkeleton,
|
|
421
|
+
Nm as SidebarMenuSub,
|
|
422
|
+
zm as SidebarMenuSubButton,
|
|
423
|
+
Zm as SidebarMenuSubItem,
|
|
424
|
+
qm as SidebarProvider,
|
|
425
|
+
Km as SidebarRail,
|
|
426
|
+
Wm as SidebarSeparator,
|
|
427
|
+
Jm as SidebarTrigger,
|
|
428
|
+
Ip as Singlestore,
|
|
429
|
+
Ym as Skeleton,
|
|
430
|
+
Gp as Slack,
|
|
431
|
+
$m as Slider,
|
|
432
|
+
vp as Snowflake,
|
|
433
|
+
yp as Splunk,
|
|
434
|
+
Lp as Spotify,
|
|
435
|
+
_p as Square,
|
|
436
|
+
Up as Squarespace,
|
|
437
|
+
Np as Squareup,
|
|
438
|
+
Zp as Stripe,
|
|
439
|
+
ri as Switch,
|
|
440
|
+
tl as TOOLKITS,
|
|
441
|
+
pl as TOOLKIT_CATALOGUE,
|
|
442
|
+
Yi as TOOLKIT_ICON_MAP,
|
|
443
|
+
ti as Table,
|
|
444
|
+
pi as TableBody,
|
|
445
|
+
ai as TableCaption,
|
|
446
|
+
mi as TableCell,
|
|
447
|
+
ii as TableFooter,
|
|
448
|
+
li as TableHead,
|
|
449
|
+
fi as TableHeader,
|
|
450
|
+
xi as TableRow,
|
|
451
|
+
di as Tabs,
|
|
452
|
+
gi as TabsContent,
|
|
453
|
+
ui as TabsList,
|
|
454
|
+
Si as TabsTrigger,
|
|
455
|
+
Kp as Tesla,
|
|
456
|
+
ci as Textarea,
|
|
457
|
+
Jp as Ticktick,
|
|
458
|
+
Qp as Tiktok,
|
|
459
|
+
si as Toggle,
|
|
460
|
+
vi as ToolCard,
|
|
461
|
+
Gi as ToolkitCard,
|
|
462
|
+
_i as ToolkitPicker,
|
|
463
|
+
yi as ToolkitPickerTrigger,
|
|
464
|
+
Li as ToolkitSelectionSummary,
|
|
465
|
+
Ai as Tooltip,
|
|
466
|
+
hi as TooltipContent,
|
|
467
|
+
Pi as TooltipProvider,
|
|
468
|
+
Mi as TooltipTrigger,
|
|
469
|
+
jp as Trello,
|
|
470
|
+
oa as Twilio,
|
|
471
|
+
ea as Twitch,
|
|
472
|
+
pa as Vercel,
|
|
473
|
+
ma as Walmart,
|
|
474
|
+
la as Weaviate,
|
|
475
|
+
xa as Workday,
|
|
476
|
+
da as Wrike,
|
|
477
|
+
ua as X,
|
|
478
|
+
ba as Xero,
|
|
479
|
+
Ta as Youtube,
|
|
480
|
+
Ca as Zendesk,
|
|
481
|
+
Aa as Zoho,
|
|
482
|
+
Pa as ZohoBooks,
|
|
483
|
+
ka as ZohoCreator,
|
|
484
|
+
Ia as Zoom,
|
|
483
485
|
I as badgeVariants,
|
|
484
486
|
F as buttonVariants,
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
487
|
+
ml as findPrebuiltProviderById,
|
|
488
|
+
il as findPrebuiltProviderByProviderId,
|
|
489
|
+
ll as findToolkitByName,
|
|
490
|
+
ji as getToolIconByToolkitName,
|
|
491
|
+
$i as getToolkitIcon,
|
|
492
|
+
ol as getToolkitIconByName,
|
|
493
|
+
fl as isKnownToolkit,
|
|
494
|
+
xl as isPrebuiltProvider,
|
|
495
|
+
Ci as toggleVariants,
|
|
496
|
+
Xm as useSidebar
|
|
495
497
|
};
|
|
@@ -13,6 +13,7 @@ export declare const OAuthId: {
|
|
|
13
13
|
readonly Hubspot: "arcade-hubspot";
|
|
14
14
|
readonly Linkedin: "arcade-linkedin";
|
|
15
15
|
readonly Linear: "arcade-linear";
|
|
16
|
+
readonly Mailchimp: "arcade-mailchimp";
|
|
16
17
|
readonly MCP_OAuth2: "arcade-mcp-oauth2";
|
|
17
18
|
readonly Microsoft: "arcade-microsoft";
|
|
18
19
|
readonly Miro: "arcade-miro";
|
|
@@ -45,6 +46,7 @@ export declare const OAuthProviderId: {
|
|
|
45
46
|
readonly Hubspot: "hubspot";
|
|
46
47
|
readonly Linkedin: "linkedin";
|
|
47
48
|
readonly Linear: "linear";
|
|
49
|
+
readonly Mailchimp: "mailchimp";
|
|
48
50
|
readonly MCP_OAuth2: "mcp-oauth2";
|
|
49
51
|
readonly Microsoft: "microsoft";
|
|
50
52
|
readonly Miro: "miro";
|