@arcadeai/design-system 3.27.1 → 3.27.3
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/railway.js +10 -0
- package/dist/components/index.js +186 -184
- package/dist/components/ui/atoms/accordion.js +4 -4
- package/dist/components/ui/atoms/alert-dialog.js +11 -11
- package/dist/components/ui/atoms/breadcrumb.js +3 -3
- package/dist/components/ui/atoms/command.js +1 -1
- package/dist/components/ui/atoms/dialog.js +1 -1
- package/dist/components/ui/atoms/dropdown-menu.js +5 -5
- package/dist/components/ui/atoms/form.js +3 -3
- package/dist/components/ui/atoms/hover-card.js +1 -1
- 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 +80 -78
- package/dist/components/ui/atoms/icons/railway.d.ts +4 -0
- package/dist/components/ui/atoms/icons/railway.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/railway.js +31 -0
- package/dist/components/ui/atoms/index.js +171 -169
- package/dist/components/ui/atoms/popover.js +5 -5
- package/dist/components/ui/atoms/radio-group.js +1 -1
- package/dist/components/ui/atoms/resizable.js +3 -3
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/sheet.js +4 -4
- package/dist/components/ui/atoms/tabs.js +1 -1
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/index.js +186 -184
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +3 -3
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +193 -104
- package/dist/components/ui/organisms/toolkit-picker/utils/toolkit-grouping.d.ts +51 -0
- package/dist/components/ui/organisms/toolkit-picker/utils/toolkit-grouping.d.ts.map +1 -0
- package/dist/components/ui/organisms/toolkit-picker/utils/toolkit-grouping.js +81 -0
- package/dist/{index-C8tglJS9.js → index-By-GFSsC.js} +3 -3
- package/dist/{index-8kzT5-zz.js → index-DO05OIM5.js} +385 -380
- package/dist/main.js +212 -210
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +80 -78
- package/dist/metadata/toolkits.js +13 -13
- package/dist/metadata/utils.js +3 -3
- package/dist/{react-resizable-panels.browser-31wAXhAV.js → react-resizable-panels.browser-DYl0LXfw.js} +5 -5
- package/dist/{toolkit-card-Qou74oWg.js → toolkit-card-D6Dqff6p.js} +1 -1
- package/package.json +94 -105
package/dist/main.js
CHANGED
|
@@ -110,71 +110,72 @@ import { Postgres as Dp } from "./components/ui/atoms/icons/postgres.js";
|
|
|
110
110
|
import { Posthog as Pp } from "./components/ui/atoms/icons/posthog.js";
|
|
111
111
|
import { Pylon as Mp } from "./components/ui/atoms/icons/pylon.js";
|
|
112
112
|
import { Quickbooks as Bp } from "./components/ui/atoms/icons/quickbooks.js";
|
|
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 {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
113
|
+
import { Railway as Op } from "./components/ui/atoms/icons/railway.js";
|
|
114
|
+
import { Reddit as Rp } from "./components/ui/atoms/icons/reddit.js";
|
|
115
|
+
import { Salesforce as yp } from "./components/ui/atoms/icons/salesforce.js";
|
|
116
|
+
import { Shopify as Hp } from "./components/ui/atoms/icons/shopify.js";
|
|
117
|
+
import { Singlestore as Ep } from "./components/ui/atoms/icons/singlestore.js";
|
|
118
|
+
import { Slack as Fp } from "./components/ui/atoms/icons/slack.js";
|
|
119
|
+
import { Snowflake as Vp } from "./components/ui/atoms/icons/snowflake.js";
|
|
120
|
+
import { Splunk as zp } from "./components/ui/atoms/icons/splunk.js";
|
|
121
|
+
import { Spotify as qp } from "./components/ui/atoms/icons/spotify.js";
|
|
122
|
+
import { Square as Wp } from "./components/ui/atoms/icons/square.js";
|
|
123
|
+
import { Squarespace as Xp } from "./components/ui/atoms/icons/squarespace.js";
|
|
124
|
+
import { Squareup as Yp } from "./components/ui/atoms/icons/squareup.js";
|
|
125
|
+
import { Stripe as $p } from "./components/ui/atoms/icons/stripe.js";
|
|
126
|
+
import { Tesla as ra } from "./components/ui/atoms/icons/tesla.js";
|
|
127
|
+
import { Ticktick as ta } from "./components/ui/atoms/icons/ticktick.js";
|
|
128
|
+
import { Tiktok as aa } from "./components/ui/atoms/icons/tiktok.js";
|
|
129
|
+
import { Trello as ia } from "./components/ui/atoms/icons/trello.js";
|
|
130
|
+
import { Twilio as fa } from "./components/ui/atoms/icons/twilio.js";
|
|
131
|
+
import { Twitch as na } from "./components/ui/atoms/icons/twitch.js";
|
|
132
|
+
import { Vercel as ua } from "./components/ui/atoms/icons/vercel.js";
|
|
133
|
+
import { Walmart as Sa } from "./components/ui/atoms/icons/walmart.js";
|
|
134
|
+
import { Weaviate as ca } from "./components/ui/atoms/icons/weaviate.js";
|
|
135
|
+
import { Workday as Ta } from "./components/ui/atoms/icons/workday.js";
|
|
136
|
+
import { Wrike as Da } from "./components/ui/atoms/icons/wrike.js";
|
|
137
|
+
import { X as Pa } from "./components/ui/atoms/icons/x.js";
|
|
138
|
+
import { Xero as Ma } from "./components/ui/atoms/icons/xero.js";
|
|
139
|
+
import { Youtube as Ba } from "./components/ui/atoms/icons/youtube.js";
|
|
140
|
+
import { Zendesk as Oa } from "./components/ui/atoms/icons/zendesk.js";
|
|
141
|
+
import { Zoho as Ra } from "./components/ui/atoms/icons/zoho.js";
|
|
142
|
+
import { ZohoBooks as ya } from "./components/ui/atoms/icons/zoho-books.js";
|
|
143
|
+
import { ZohoCreator as Ha } from "./components/ui/atoms/icons/zoho-creator.js";
|
|
144
|
+
import { Zoom as Ea } from "./components/ui/atoms/icons/zoom.js";
|
|
145
|
+
import { Input as Fa } from "./components/ui/atoms/input.js";
|
|
146
|
+
import { Label as Va } from "./components/ui/atoms/label.js";
|
|
147
|
+
import { MobileTooltip as za, MobileTooltipContent as Za, MobileTooltipProvider as qa, MobileTooltipTrigger as Ka } from "./components/ui/atoms/mobile-tooltip.js";
|
|
148
|
+
import { Popover as Ja, PopoverAnchor as Xa, PopoverContent as Qa, PopoverTrigger as Ya } from "./components/ui/atoms/popover.js";
|
|
149
|
+
import { ProBadge as $a } from "./components/ui/atoms/pro-badge.js";
|
|
150
|
+
import { Progress as rm } from "./components/ui/atoms/progress.js";
|
|
151
|
+
import { RadioGroup as tm, RadioGroupItem as pm } from "./components/ui/atoms/radio-group.js";
|
|
152
|
+
import { ResizableHandle as mm, ResizablePanel as im, ResizablePanelGroup as lm } from "./components/ui/atoms/resizable.js";
|
|
153
|
+
import { ScrollArea as xm, ScrollBar as nm } from "./components/ui/atoms/scroll-area.js";
|
|
154
|
+
import { Select as um, SelectContent as gm, SelectGroup as Sm, SelectItem as bm, SelectLabel as cm, SelectScrollDownButton as sm, SelectScrollUpButton as Tm, SelectSeparator as Cm, SelectTrigger as Dm, SelectValue as Am } from "./components/ui/atoms/select.js";
|
|
155
|
+
import { Separator as hm } from "./components/ui/atoms/separator.js";
|
|
156
|
+
import { Sheet as km, SheetClose as Bm, SheetContent as Im, SheetDescription as Om, SheetFooter as Gm, SheetHeader as Rm, SheetTitle as vm, SheetTrigger as ym } from "./components/ui/atoms/sheet.js";
|
|
157
|
+
import { Sidebar as Hm, SidebarContent as Lm, SidebarFooter as Em, SidebarGroup as _m, SidebarGroupAction as Fm, SidebarGroupContent as Um, SidebarGroupLabel as Vm, SidebarHeader as Nm, SidebarInput as zm, SidebarInset as Zm, SidebarMenu as qm, SidebarMenuAction as Km, SidebarMenuBadge as Wm, SidebarMenuButton as Jm, SidebarMenuItem as Xm, SidebarMenuSkeleton as Qm, SidebarMenuSub as Ym, SidebarMenuSubButton as jm, SidebarMenuSubItem as $m, SidebarProvider as oi, SidebarRail as ri, SidebarSeparator as ei, SidebarTrigger as ti, useSidebar as pi } from "./components/ui/atoms/sidebar.js";
|
|
158
|
+
import { Skeleton as mi } from "./components/ui/atoms/skeleton.js";
|
|
159
|
+
import { Slider as li } from "./components/ui/atoms/slider.js";
|
|
160
|
+
import { Switch as xi } from "./components/ui/atoms/switch.js";
|
|
161
|
+
import { Table as di, TableBody as ui, TableCaption as gi, TableCell as Si, TableFooter as bi, TableHead as ci, TableHeader as si, TableRow as Ti } from "./components/ui/atoms/table.js";
|
|
162
|
+
import { Tabs as Di, TabsContent as Ai, TabsList as Pi, TabsTrigger as hi } from "./components/ui/atoms/tabs.js";
|
|
163
|
+
import { Textarea as ki } from "./components/ui/atoms/textarea.js";
|
|
164
|
+
import { Toggle as Ii, toggleVariants as Oi } from "./components/ui/atoms/toggle.js";
|
|
165
|
+
import { Tooltip as Ri, TooltipContent as vi, TooltipProvider as yi, TooltipTrigger as wi } from "./components/ui/atoms/tooltip.js";
|
|
166
|
+
import { VirtualizedGrid as Li } from "./components/ui/atoms/virtualized-grid.js";
|
|
167
|
+
import { DateTimePicker as _i } from "./components/ui/molecules/date-time-picker.js";
|
|
168
|
+
import { EmptyState as Ui } from "./components/ui/molecules/empty-state.js";
|
|
169
|
+
import { R as Ni, T as zi } from "./toolkit-card-D6Dqff6p.js";
|
|
170
|
+
import { ToolCard as qi } from "./components/ui/molecules/tool-card.js";
|
|
171
|
+
import { ToolkitPickerTrigger as Wi } from "./components/ui/molecules/toolkit-picker-trigger.js";
|
|
172
|
+
import { ToolkitSelectionSummary as Xi } from "./components/ui/molecules/toolkit-selection-summary.js";
|
|
173
|
+
import { ToolkitPicker as Yi } from "./components/ui/organisms/toolkit-picker/index.js";
|
|
174
|
+
import { PUBLIC_ICON_URL as $i } from "./metadata/constants.js";
|
|
175
|
+
import { MCP_OAUTH2_PROVIDER as rl, OAUTH2_PROVIDER as el, OAUTH_PROVIDERS as tl, OAUTH_PROVIDER_CATALOGUE as pl, OAuthId as al, OAuthProviderId as ml, OTHER_OAUTH_PROVIDERS as il, PREBUILT_OAUTH_PROVIDERS as ll } from "./metadata/oauth-providers.js";
|
|
176
|
+
import { TOOLKIT_ICON_MAP as xl, getToolIconByToolkitName as nl, getToolkitIcon as dl, getToolkitIconByName as ul } from "./metadata/toolkit-icons.js";
|
|
177
|
+
import { CATEGORIES as Sl, TOOLKITS as bl, TOOLKIT_CATALOGUE as cl } from "./metadata/toolkits.js";
|
|
178
|
+
import { findPrebuiltProviderById as Tl, findPrebuiltProviderByProviderId as Cl, findToolkitByName as Dl, isKnownToolkit as Al, isPrebuiltProvider as Pl } from "./metadata/utils.js";
|
|
178
179
|
export {
|
|
179
180
|
e as Accordion,
|
|
180
181
|
t as AccordionContent,
|
|
@@ -227,7 +228,7 @@ export {
|
|
|
227
228
|
Fr as Buffer,
|
|
228
229
|
_ as Button,
|
|
229
230
|
V as ByocBadge,
|
|
230
|
-
|
|
231
|
+
Sl as CATEGORIES,
|
|
231
232
|
z as Calendar,
|
|
232
233
|
Z as CalendarDayButton,
|
|
233
234
|
Vr as Calendly,
|
|
@@ -266,7 +267,7 @@ export {
|
|
|
266
267
|
re as Cursor,
|
|
267
268
|
te as Customerio,
|
|
268
269
|
ae as Datadog,
|
|
269
|
-
|
|
270
|
+
_i as DateTimePicker,
|
|
270
271
|
ho as Dialog,
|
|
271
272
|
Mo as DialogClose,
|
|
272
273
|
ko as DialogContent,
|
|
@@ -297,7 +298,7 @@ export {
|
|
|
297
298
|
Xo as DropdownMenuTrigger,
|
|
298
299
|
ue as E2b,
|
|
299
300
|
Se as Ebay,
|
|
300
|
-
|
|
301
|
+
Ui as EmptyState,
|
|
301
302
|
ce as Evernote,
|
|
302
303
|
Te as Exa,
|
|
303
304
|
De as Factorial,
|
|
@@ -330,14 +331,14 @@ export {
|
|
|
330
331
|
$o as HoverCardTrigger,
|
|
331
332
|
ct as Hubspot,
|
|
332
333
|
Tt as Imgflip,
|
|
333
|
-
|
|
334
|
+
Fa as Input,
|
|
334
335
|
Dt as Intercom,
|
|
335
336
|
Pt as Jira,
|
|
336
|
-
|
|
337
|
+
Va as Label,
|
|
337
338
|
Mt as Linear,
|
|
338
339
|
Bt as Linkedin,
|
|
339
340
|
Ot as Luma,
|
|
340
|
-
|
|
341
|
+
rl as MCP_OAUTH2_PROVIDER,
|
|
341
342
|
Rt as Mailchimp,
|
|
342
343
|
yt as Mcp,
|
|
343
344
|
Ht as Microsoft,
|
|
@@ -345,164 +346,165 @@ export {
|
|
|
345
346
|
Ft as MicrosoftSharepoint,
|
|
346
347
|
Vt as MicrosoftTeams,
|
|
347
348
|
zt as Miro,
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
349
|
+
za as MobileTooltip,
|
|
350
|
+
Za as MobileTooltipContent,
|
|
351
|
+
qa as MobileTooltipProvider,
|
|
352
|
+
Ka as MobileTooltipTrigger,
|
|
352
353
|
qt as Monday,
|
|
353
354
|
Wt as MongoDB,
|
|
354
355
|
Xt as Netsuite,
|
|
355
356
|
Yt as Notion,
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
357
|
+
el as OAUTH2_PROVIDER,
|
|
358
|
+
tl as OAUTH_PROVIDERS,
|
|
359
|
+
pl as OAUTH_PROVIDER_CATALOGUE,
|
|
360
|
+
al as OAuthId,
|
|
361
|
+
ml as OAuthProviderId,
|
|
362
|
+
il as OTHER_OAUTH_PROVIDERS,
|
|
362
363
|
$t as Oauth,
|
|
363
364
|
rp as Obsidian,
|
|
364
365
|
tp as Okta,
|
|
365
366
|
ap as OneDrive,
|
|
366
367
|
ip as OutlookCalendar,
|
|
367
368
|
fp as OutlookMail,
|
|
368
|
-
|
|
369
|
-
|
|
369
|
+
ll as PREBUILT_OAUTH_PROVIDERS,
|
|
370
|
+
$i as PUBLIC_ICON_URL,
|
|
370
371
|
np as Pagerduty,
|
|
371
372
|
up as Pinecone,
|
|
372
373
|
Sp as Pinterest,
|
|
373
374
|
cp as Pipedrive,
|
|
374
375
|
Tp as Plaid,
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
376
|
+
Ja as Popover,
|
|
377
|
+
Xa as PopoverAnchor,
|
|
378
|
+
Qa as PopoverContent,
|
|
379
|
+
Ya as PopoverTrigger,
|
|
379
380
|
Dp as Postgres,
|
|
380
381
|
Pp as Posthog,
|
|
381
|
-
|
|
382
|
-
|
|
382
|
+
$a as ProBadge,
|
|
383
|
+
rm as Progress,
|
|
383
384
|
Mp as Pylon,
|
|
384
385
|
Bp as Quickbooks,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
Op as
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
nm as
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
Am as
|
|
406
|
-
hm as
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
Vp as
|
|
444
|
-
zp as
|
|
445
|
-
qp as
|
|
446
|
-
Wp as
|
|
447
|
-
Xp as
|
|
448
|
-
Yp as
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
Ti as
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
ta as
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
Wi as
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
ia as
|
|
481
|
-
fa as
|
|
482
|
-
na as
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
Sa as
|
|
486
|
-
ca as
|
|
487
|
-
Ta as
|
|
488
|
-
Da as
|
|
489
|
-
Pa as
|
|
490
|
-
Ma as
|
|
491
|
-
Ba as
|
|
492
|
-
Oa as
|
|
493
|
-
Ra as
|
|
494
|
-
ya as
|
|
495
|
-
Ha as
|
|
386
|
+
tm as RadioGroup,
|
|
387
|
+
pm as RadioGroupItem,
|
|
388
|
+
Op as Railway,
|
|
389
|
+
Rp as Reddit,
|
|
390
|
+
Ni as RequirementBadges,
|
|
391
|
+
mm as ResizableHandle,
|
|
392
|
+
im as ResizablePanel,
|
|
393
|
+
lm as ResizablePanelGroup,
|
|
394
|
+
yp as Salesforce,
|
|
395
|
+
xm as ScrollArea,
|
|
396
|
+
nm as ScrollBar,
|
|
397
|
+
um as Select,
|
|
398
|
+
gm as SelectContent,
|
|
399
|
+
Sm as SelectGroup,
|
|
400
|
+
bm as SelectItem,
|
|
401
|
+
cm as SelectLabel,
|
|
402
|
+
sm as SelectScrollDownButton,
|
|
403
|
+
Tm as SelectScrollUpButton,
|
|
404
|
+
Cm as SelectSeparator,
|
|
405
|
+
Dm as SelectTrigger,
|
|
406
|
+
Am as SelectValue,
|
|
407
|
+
hm as Separator,
|
|
408
|
+
km as Sheet,
|
|
409
|
+
Bm as SheetClose,
|
|
410
|
+
Im as SheetContent,
|
|
411
|
+
Om as SheetDescription,
|
|
412
|
+
Gm as SheetFooter,
|
|
413
|
+
Rm as SheetHeader,
|
|
414
|
+
vm as SheetTitle,
|
|
415
|
+
ym as SheetTrigger,
|
|
416
|
+
Hp as Shopify,
|
|
417
|
+
Hm as Sidebar,
|
|
418
|
+
Lm as SidebarContent,
|
|
419
|
+
Em as SidebarFooter,
|
|
420
|
+
_m as SidebarGroup,
|
|
421
|
+
Fm as SidebarGroupAction,
|
|
422
|
+
Um as SidebarGroupContent,
|
|
423
|
+
Vm as SidebarGroupLabel,
|
|
424
|
+
Nm as SidebarHeader,
|
|
425
|
+
zm as SidebarInput,
|
|
426
|
+
Zm as SidebarInset,
|
|
427
|
+
qm as SidebarMenu,
|
|
428
|
+
Km as SidebarMenuAction,
|
|
429
|
+
Wm as SidebarMenuBadge,
|
|
430
|
+
Jm as SidebarMenuButton,
|
|
431
|
+
Xm as SidebarMenuItem,
|
|
432
|
+
Qm as SidebarMenuSkeleton,
|
|
433
|
+
Ym as SidebarMenuSub,
|
|
434
|
+
jm as SidebarMenuSubButton,
|
|
435
|
+
$m as SidebarMenuSubItem,
|
|
436
|
+
oi as SidebarProvider,
|
|
437
|
+
ri as SidebarRail,
|
|
438
|
+
ei as SidebarSeparator,
|
|
439
|
+
ti as SidebarTrigger,
|
|
440
|
+
Ep as Singlestore,
|
|
441
|
+
mi as Skeleton,
|
|
442
|
+
Fp as Slack,
|
|
443
|
+
li as Slider,
|
|
444
|
+
Vp as Snowflake,
|
|
445
|
+
zp as Splunk,
|
|
446
|
+
qp as Spotify,
|
|
447
|
+
Wp as Square,
|
|
448
|
+
Xp as Squarespace,
|
|
449
|
+
Yp as Squareup,
|
|
450
|
+
$p as Stripe,
|
|
451
|
+
xi as Switch,
|
|
452
|
+
bl as TOOLKITS,
|
|
453
|
+
cl as TOOLKIT_CATALOGUE,
|
|
454
|
+
xl as TOOLKIT_ICON_MAP,
|
|
455
|
+
di as Table,
|
|
456
|
+
ui as TableBody,
|
|
457
|
+
gi as TableCaption,
|
|
458
|
+
Si as TableCell,
|
|
459
|
+
bi as TableFooter,
|
|
460
|
+
ci as TableHead,
|
|
461
|
+
si as TableHeader,
|
|
462
|
+
Ti as TableRow,
|
|
463
|
+
Di as Tabs,
|
|
464
|
+
Ai as TabsContent,
|
|
465
|
+
Pi as TabsList,
|
|
466
|
+
hi as TabsTrigger,
|
|
467
|
+
ra as Tesla,
|
|
468
|
+
ki as Textarea,
|
|
469
|
+
ta as Ticktick,
|
|
470
|
+
aa as Tiktok,
|
|
471
|
+
Ii as Toggle,
|
|
472
|
+
qi as ToolCard,
|
|
473
|
+
zi as ToolkitCard,
|
|
474
|
+
Yi as ToolkitPicker,
|
|
475
|
+
Wi as ToolkitPickerTrigger,
|
|
476
|
+
Xi as ToolkitSelectionSummary,
|
|
477
|
+
Ri as Tooltip,
|
|
478
|
+
vi as TooltipContent,
|
|
479
|
+
yi as TooltipProvider,
|
|
480
|
+
wi as TooltipTrigger,
|
|
481
|
+
ia as Trello,
|
|
482
|
+
fa as Twilio,
|
|
483
|
+
na as Twitch,
|
|
484
|
+
ua as Vercel,
|
|
485
|
+
Li as VirtualizedGrid,
|
|
486
|
+
Sa as Walmart,
|
|
487
|
+
ca as Weaviate,
|
|
488
|
+
Ta as Workday,
|
|
489
|
+
Da as Wrike,
|
|
490
|
+
Pa as X,
|
|
491
|
+
Ma as Xero,
|
|
492
|
+
Ba as Youtube,
|
|
493
|
+
Oa as Zendesk,
|
|
494
|
+
Ra as Zoho,
|
|
495
|
+
ya as ZohoBooks,
|
|
496
|
+
Ha as ZohoCreator,
|
|
497
|
+
Ea as Zoom,
|
|
496
498
|
I as badgeVariants,
|
|
497
499
|
F as buttonVariants,
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
500
|
+
Tl as findPrebuiltProviderById,
|
|
501
|
+
Cl as findPrebuiltProviderByProviderId,
|
|
502
|
+
Dl as findToolkitByName,
|
|
503
|
+
nl as getToolIconByToolkitName,
|
|
504
|
+
dl as getToolkitIcon,
|
|
505
|
+
ul as getToolkitIconByName,
|
|
506
|
+
Al as isKnownToolkit,
|
|
507
|
+
Pl as isPrebuiltProvider,
|
|
508
|
+
Oi as toggleVariants,
|
|
509
|
+
pi as useSidebar
|
|
508
510
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGtC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGtC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CA6ItD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GACzB,WAAW,MAAM,GAAG,SAAS,KAC5B,CAAC,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAYxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC/B,aAAa,MAAM,KAClB,CAAC,CAAC,KAAK,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,KAAK,CAAC,YAAY,CAQxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,GACnC,aAAa,MAAM,KAClB,CAAC,CAAC,KAAK,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,KAAK,CAAC,YAAY,CAQxD,CAAC"}
|