@arcadeai/design-system 2.1.0 → 2.3.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/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +211 -209
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +94 -92
- package/dist/components/ui/atoms/icons/mongodb.d.ts +3 -0
- package/dist/components/ui/atoms/icons/mongodb.js +39 -0
- package/dist/components/ui/atoms/index.js +187 -185
- package/dist/components/ui/index.js +211 -209
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +1 -1
- package/dist/components/ui/molecules/tool-card.js +24 -24
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.d.ts +6 -0
- package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.js +54 -0
- package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.d.ts +1 -0
- package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.js +92 -0
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +52 -18
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
- 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.d.ts +6 -0
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +90 -0
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts +6 -0
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +97 -0
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +105 -302
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +642 -622
- package/dist/main.js +218 -216
- package/dist/metadata/toolkits.js +98 -82
- package/dist/{toolkit-card-DgjPGtsJ.js → toolkit-card-BWuG_NJi.js} +27 -27
- package/package.json +4 -3
|
@@ -85,67 +85,68 @@ import { MicrosoftSharepoint as ht } from "./icons/microsoft-sharepoint.js";
|
|
|
85
85
|
import { MicrosoftTeams as Bt } from "./icons/microsoft-teams.js";
|
|
86
86
|
import { Miro as wt } from "./icons/miro.js";
|
|
87
87
|
import { Monday as Pt } from "./icons/monday.js";
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
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 {
|
|
88
|
+
import { MongoDB as yt } from "./icons/mongodb.js";
|
|
89
|
+
import { Netsuite as Ft } from "./icons/netsuite.js";
|
|
90
|
+
import { Notion as Rt } from "./icons/notion.js";
|
|
91
|
+
import { Oauth as zt } from "./icons/oauth.js";
|
|
92
|
+
import { Obsidian as Vt } from "./icons/obsidian.js";
|
|
93
|
+
import { Okta as Nt } from "./icons/okta.js";
|
|
94
|
+
import { OneDrive as Jt } from "./icons/one-drive.js";
|
|
95
|
+
import { OutlookCalendar as Zt } from "./icons/outlook-calendar.js";
|
|
96
|
+
import { OutlookMail as Ut } from "./icons/outlook-mail.js";
|
|
97
|
+
import { Pinecone as jt } from "./icons/pinecone.js";
|
|
98
|
+
import { Pinterest as _t } from "./icons/pinterest.js";
|
|
99
|
+
import { Pipedrive as op } from "./icons/pipedrive.js";
|
|
100
|
+
import { Plaid as ep } from "./icons/plaid.js";
|
|
101
|
+
import { Postgres as pp } from "./icons/postgres.js";
|
|
102
|
+
import { Quickbooks as mp } from "./icons/quickbooks.js";
|
|
103
|
+
import { Reddit as lp } from "./icons/reddit.js";
|
|
104
|
+
import { Salesforce as np } from "./icons/salesforce.js";
|
|
105
|
+
import { Shopify as dp } from "./icons/shopify.js";
|
|
106
|
+
import { Singlestore as bp } from "./icons/singlestore.js";
|
|
107
|
+
import { Slack as Sp } from "./icons/slack.js";
|
|
108
|
+
import { Snowflake as sp } from "./icons/snowflake.js";
|
|
109
|
+
import { Splunk as Dp } from "./icons/splunk.js";
|
|
110
|
+
import { Spotify as Mp } from "./icons/spotify.js";
|
|
111
|
+
import { Square as hp } from "./icons/square.js";
|
|
112
|
+
import { Squarespace as Bp } from "./icons/squarespace.js";
|
|
113
|
+
import { Stripe as wp } from "./icons/stripe.js";
|
|
114
|
+
import { Tesla as Pp } from "./icons/tesla.js";
|
|
115
|
+
import { Tiktok as yp } from "./icons/tiktok.js";
|
|
116
|
+
import { Trello as Fp } from "./icons/trello.js";
|
|
117
|
+
import { Twilio as Rp } from "./icons/twilio.js";
|
|
118
|
+
import { Twitch as zp } from "./icons/twitch.js";
|
|
119
|
+
import { Vercel as Vp } from "./icons/vercel.js";
|
|
120
|
+
import { Walmart as Np } from "./icons/walmart.js";
|
|
121
|
+
import { Weaviate as Jp } from "./icons/weaviate.js";
|
|
122
|
+
import { Workday as Zp } from "./icons/workday.js";
|
|
123
|
+
import { Wrike as Up } from "./icons/wrike.js";
|
|
124
|
+
import { X as jp } from "./icons/x.js";
|
|
125
|
+
import { Xero as _p } from "./icons/xero.js";
|
|
126
|
+
import { Youtube as oa } from "./icons/youtube.js";
|
|
127
|
+
import { Zendesk as ea } from "./icons/zendesk.js";
|
|
128
|
+
import { Zoom as pa } from "./icons/zoom.js";
|
|
129
|
+
import { Input as ma } from "./input.js";
|
|
130
|
+
import { Label as la } from "./label.js";
|
|
131
|
+
import { MobileTooltip as na, MobileTooltipContent as xa, MobileTooltipProvider as da, MobileTooltipTrigger as ga } from "./mobile-tooltip.js";
|
|
132
|
+
import { Popover as ua, PopoverAnchor as Sa, PopoverContent as ca, PopoverTrigger as sa } from "./popover.js";
|
|
133
|
+
import { ProBadge as Da } from "./pro-badge.js";
|
|
134
|
+
import { Progress as Ma } from "./progress.js";
|
|
135
|
+
import { RadioGroup as ha, RadioGroupItem as Ga } from "./radio-group.js";
|
|
136
|
+
import { ResizableHandle as ka, ResizablePanel as wa, ResizablePanelGroup as va } from "./resizable.js";
|
|
137
|
+
import { ScrollArea as Ia, ScrollBar as ya } from "./scroll-area.js";
|
|
138
|
+
import { Select as Fa, SelectContent as La, SelectGroup as Ra, SelectItem as Oa, SelectLabel as za, SelectScrollDownButton as Ea, SelectScrollUpButton as Va, SelectSeparator as Wa, SelectTrigger as Na, SelectValue as qa } from "./select.js";
|
|
139
|
+
import { Separator as Xa } from "./separator.js";
|
|
140
|
+
import { Sheet as Qa, SheetClose as Ua, SheetContent as Ya, SheetDescription as ja, SheetFooter as Ka, SheetHeader as _a, SheetTitle as $a, SheetTrigger as om } from "./sheet.js";
|
|
141
|
+
import { Sidebar as em, SidebarContent as tm, SidebarFooter as pm, SidebarGroup as am, SidebarGroupAction as mm, SidebarGroupContent as im, SidebarGroupLabel as lm, SidebarHeader as fm, SidebarInput as nm, SidebarInset as xm, SidebarMenu as dm, SidebarMenuAction as gm, SidebarMenuBadge as bm, SidebarMenuButton as um, SidebarMenuItem as Sm, SidebarMenuSkeleton as cm, SidebarMenuSub as sm, SidebarMenuSubButton as Cm, SidebarMenuSubItem as Dm, SidebarProvider as Tm, SidebarRail as Mm, SidebarSeparator as Am, SidebarTrigger as hm, useSidebar as Gm } from "./sidebar.js";
|
|
142
|
+
import { Skeleton as km } from "./skeleton.js";
|
|
143
|
+
import { Slider as vm } from "./slider.js";
|
|
144
|
+
import { Switch as Im } from "./switch.js";
|
|
145
|
+
import { Table as Hm, TableBody as Fm, TableCaption as Lm, TableCell as Rm, TableFooter as Om, TableHead as zm, TableHeader as Em, TableRow as Vm } from "./table.js";
|
|
146
|
+
import { Tabs as Nm, TabsContent as qm, TabsList as Jm, TabsTrigger as Xm } from "./tabs.js";
|
|
147
|
+
import { Textarea as Qm } from "./textarea.js";
|
|
148
|
+
import { Toggle as Ym, toggleVariants as jm } from "./toggle.js";
|
|
149
|
+
import { Tooltip as _m, TooltipContent as $m, TooltipProvider as oi, TooltipTrigger as ri } from "./tooltip.js";
|
|
149
150
|
export {
|
|
150
151
|
e as Accordion,
|
|
151
152
|
t as AccordionContent,
|
|
@@ -291,10 +292,10 @@ export {
|
|
|
291
292
|
jo as HoverCardTrigger,
|
|
292
293
|
pt as Hubspot,
|
|
293
294
|
mt as Imgflip,
|
|
294
|
-
|
|
295
|
+
ma as Input,
|
|
295
296
|
lt as Intercom,
|
|
296
297
|
nt as Jira,
|
|
297
|
-
|
|
298
|
+
la as Label,
|
|
298
299
|
dt as Linear,
|
|
299
300
|
bt as Linkedin,
|
|
300
301
|
St as Mailchimp,
|
|
@@ -304,129 +305,130 @@ export {
|
|
|
304
305
|
ht as MicrosoftSharepoint,
|
|
305
306
|
Bt as MicrosoftTeams,
|
|
306
307
|
wt as Miro,
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
308
|
+
na as MobileTooltip,
|
|
309
|
+
xa as MobileTooltipContent,
|
|
310
|
+
da as MobileTooltipProvider,
|
|
311
|
+
ga as MobileTooltipTrigger,
|
|
311
312
|
Pt as Monday,
|
|
312
|
-
yt as
|
|
313
|
-
Ft as
|
|
314
|
-
Rt as
|
|
315
|
-
zt as
|
|
316
|
-
Vt as
|
|
317
|
-
Nt as
|
|
318
|
-
Jt as
|
|
319
|
-
Zt as
|
|
320
|
-
Ut as
|
|
321
|
-
jt as
|
|
322
|
-
_t as
|
|
323
|
-
op as
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
Da as
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
ya as
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
qa as
|
|
352
|
-
Xa as
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
sp as
|
|
390
|
-
Dp as
|
|
391
|
-
Mp as
|
|
392
|
-
hp as
|
|
393
|
-
Bp as
|
|
394
|
-
|
|
395
|
-
Im as
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
Vm as
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
Fp as
|
|
417
|
-
Rp as
|
|
418
|
-
zp as
|
|
419
|
-
Vp as
|
|
420
|
-
Np as
|
|
421
|
-
Jp as
|
|
422
|
-
Zp as
|
|
423
|
-
Up as
|
|
424
|
-
jp as
|
|
425
|
-
_p as
|
|
426
|
-
oa as
|
|
427
|
-
ea as
|
|
313
|
+
yt as MongoDB,
|
|
314
|
+
Ft as Netsuite,
|
|
315
|
+
Rt as Notion,
|
|
316
|
+
zt as Oauth,
|
|
317
|
+
Vt as Obsidian,
|
|
318
|
+
Nt as Okta,
|
|
319
|
+
Jt as OneDrive,
|
|
320
|
+
Zt as OutlookCalendar,
|
|
321
|
+
Ut as OutlookMail,
|
|
322
|
+
jt as Pinecone,
|
|
323
|
+
_t as Pinterest,
|
|
324
|
+
op as Pipedrive,
|
|
325
|
+
ep as Plaid,
|
|
326
|
+
ua as Popover,
|
|
327
|
+
Sa as PopoverAnchor,
|
|
328
|
+
ca as PopoverContent,
|
|
329
|
+
sa as PopoverTrigger,
|
|
330
|
+
pp as Postgres,
|
|
331
|
+
Da as ProBadge,
|
|
332
|
+
Ma as Progress,
|
|
333
|
+
mp as Quickbooks,
|
|
334
|
+
ha as RadioGroup,
|
|
335
|
+
Ga as RadioGroupItem,
|
|
336
|
+
lp as Reddit,
|
|
337
|
+
ka as ResizableHandle,
|
|
338
|
+
wa as ResizablePanel,
|
|
339
|
+
va as ResizablePanelGroup,
|
|
340
|
+
np as Salesforce,
|
|
341
|
+
Ia as ScrollArea,
|
|
342
|
+
ya as ScrollBar,
|
|
343
|
+
Fa as Select,
|
|
344
|
+
La as SelectContent,
|
|
345
|
+
Ra as SelectGroup,
|
|
346
|
+
Oa as SelectItem,
|
|
347
|
+
za as SelectLabel,
|
|
348
|
+
Ea as SelectScrollDownButton,
|
|
349
|
+
Va as SelectScrollUpButton,
|
|
350
|
+
Wa as SelectSeparator,
|
|
351
|
+
Na as SelectTrigger,
|
|
352
|
+
qa as SelectValue,
|
|
353
|
+
Xa as Separator,
|
|
354
|
+
Qa as Sheet,
|
|
355
|
+
Ua as SheetClose,
|
|
356
|
+
Ya as SheetContent,
|
|
357
|
+
ja as SheetDescription,
|
|
358
|
+
Ka as SheetFooter,
|
|
359
|
+
_a as SheetHeader,
|
|
360
|
+
$a as SheetTitle,
|
|
361
|
+
om as SheetTrigger,
|
|
362
|
+
dp as Shopify,
|
|
363
|
+
em as Sidebar,
|
|
364
|
+
tm as SidebarContent,
|
|
365
|
+
pm as SidebarFooter,
|
|
366
|
+
am as SidebarGroup,
|
|
367
|
+
mm as SidebarGroupAction,
|
|
368
|
+
im as SidebarGroupContent,
|
|
369
|
+
lm as SidebarGroupLabel,
|
|
370
|
+
fm as SidebarHeader,
|
|
371
|
+
nm as SidebarInput,
|
|
372
|
+
xm as SidebarInset,
|
|
373
|
+
dm as SidebarMenu,
|
|
374
|
+
gm as SidebarMenuAction,
|
|
375
|
+
bm as SidebarMenuBadge,
|
|
376
|
+
um as SidebarMenuButton,
|
|
377
|
+
Sm as SidebarMenuItem,
|
|
378
|
+
cm as SidebarMenuSkeleton,
|
|
379
|
+
sm as SidebarMenuSub,
|
|
380
|
+
Cm as SidebarMenuSubButton,
|
|
381
|
+
Dm as SidebarMenuSubItem,
|
|
382
|
+
Tm as SidebarProvider,
|
|
383
|
+
Mm as SidebarRail,
|
|
384
|
+
Am as SidebarSeparator,
|
|
385
|
+
hm as SidebarTrigger,
|
|
386
|
+
bp as Singlestore,
|
|
387
|
+
km as Skeleton,
|
|
388
|
+
Sp as Slack,
|
|
389
|
+
vm as Slider,
|
|
390
|
+
sp as Snowflake,
|
|
391
|
+
Dp as Splunk,
|
|
392
|
+
Mp as Spotify,
|
|
393
|
+
hp as Square,
|
|
394
|
+
Bp as Squarespace,
|
|
395
|
+
wp as Stripe,
|
|
396
|
+
Im as Switch,
|
|
397
|
+
Hm as Table,
|
|
398
|
+
Fm as TableBody,
|
|
399
|
+
Lm as TableCaption,
|
|
400
|
+
Rm as TableCell,
|
|
401
|
+
Om as TableFooter,
|
|
402
|
+
zm as TableHead,
|
|
403
|
+
Em as TableHeader,
|
|
404
|
+
Vm as TableRow,
|
|
405
|
+
Nm as Tabs,
|
|
406
|
+
qm as TabsContent,
|
|
407
|
+
Jm as TabsList,
|
|
408
|
+
Xm as TabsTrigger,
|
|
409
|
+
Pp as Tesla,
|
|
410
|
+
Qm as Textarea,
|
|
411
|
+
yp as Tiktok,
|
|
412
|
+
Ym as Toggle,
|
|
413
|
+
_m as Tooltip,
|
|
414
|
+
$m as TooltipContent,
|
|
415
|
+
oi as TooltipProvider,
|
|
416
|
+
ri as TooltipTrigger,
|
|
417
|
+
Fp as Trello,
|
|
418
|
+
Rp as Twilio,
|
|
419
|
+
zp as Twitch,
|
|
420
|
+
Vp as Vercel,
|
|
421
|
+
Np as Walmart,
|
|
422
|
+
Jp as Weaviate,
|
|
423
|
+
Zp as Workday,
|
|
424
|
+
Up as Wrike,
|
|
425
|
+
jp as X,
|
|
426
|
+
_p as Xero,
|
|
427
|
+
oa as Youtube,
|
|
428
|
+
ea as Zendesk,
|
|
429
|
+
pa as Zoom,
|
|
428
430
|
w as badgeVariants,
|
|
429
431
|
E as buttonVariants,
|
|
430
|
-
|
|
431
|
-
|
|
432
|
+
jm as toggleVariants,
|
|
433
|
+
Gm as useSidebar
|
|
432
434
|
};
|