@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
package/dist/components/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Accordion as e, AccordionContent as t, AccordionItem as p, AccordionTri
|
|
|
2
2
|
import { Alert as i, AlertDescription as l, AlertTitle as f } from "./ui/atoms/alert.js";
|
|
3
3
|
import { AlertDialog as n, AlertDialogAction as d, AlertDialogCancel as g, AlertDialogContent as u, AlertDialogDescription as b, AlertDialogFooter as S, AlertDialogHeader as c, AlertDialogOverlay as s, AlertDialogPortal as C, AlertDialogTitle as T, AlertDialogTrigger as D } from "./ui/atoms/alert-dialog.js";
|
|
4
4
|
import { Avatar as A, AvatarFallback as h, AvatarImage as k } from "./ui/atoms/avatar.js";
|
|
5
|
-
import { Badge as
|
|
5
|
+
import { Badge as G, badgeVariants as w } from "./ui/atoms/badge.js";
|
|
6
6
|
import { Breadcrumb as v, BreadcrumbEllipsis as y, BreadcrumbItem as I, BreadcrumbLink as H, BreadcrumbList as F, BreadcrumbPage as L, BreadcrumbSeparator as R } from "./ui/atoms/breadcrumb.js";
|
|
7
7
|
import { Button as E, buttonVariants as z } from "./ui/atoms/button.js";
|
|
8
8
|
import { ByocBadge as W } from "./ui/atoms/byoc-badge.js";
|
|
@@ -11,7 +11,7 @@ import { ChartContainer as K, ChartLegend as _, ChartLegendContent as $, ChartSt
|
|
|
11
11
|
import { Checkbox as po } from "./ui/atoms/checkbox.js";
|
|
12
12
|
import { Collapsible as mo, CollapsibleContent as io, CollapsibleTrigger as lo } from "./ui/atoms/collapsible.js";
|
|
13
13
|
import { Command as xo, CommandDialog as no, CommandEmpty as go, CommandGroup as uo, CommandInput as bo, CommandItem as So, CommandList as co, CommandSeparator as so, CommandShortcut as Co } from "./ui/atoms/command.js";
|
|
14
|
-
import { Dialog as Do, DialogClose as Mo, DialogContent as Ao, DialogDescription as ho, DialogFooter as ko, DialogHeader as
|
|
14
|
+
import { Dialog as Do, DialogClose as Mo, DialogContent as Ao, DialogDescription as ho, DialogFooter as ko, DialogHeader as Bo, DialogOverlay as Go, DialogPortal as wo, DialogTitle as Po, DialogTrigger as vo } from "./ui/atoms/dialog.js";
|
|
15
15
|
import { DropdownMenu as Io, DropdownMenuCheckboxItem as Ho, DropdownMenuContent as Fo, DropdownMenuGroup as Lo, DropdownMenuItem as Ro, DropdownMenuLabel as Oo, DropdownMenuPortal as Eo, DropdownMenuRadioGroup as zo, DropdownMenuRadioItem as Vo, DropdownMenuSeparator as Wo, DropdownMenuShortcut as qo, DropdownMenuSub as No, DropdownMenuSubContent as Jo, DropdownMenuSubTrigger as Xo, DropdownMenuTrigger as Zo } from "./ui/atoms/dropdown-menu.js";
|
|
16
16
|
import { HoverCard as Uo, HoverCardContent as Yo, HoverCardTrigger as jo } from "./ui/atoms/hover-card.js";
|
|
17
17
|
import { Adp as _o } from "./ui/atoms/icons/adp.js";
|
|
@@ -28,7 +28,7 @@ import { Bamboohr as sr } from "./ui/atoms/icons/bamboohr.js";
|
|
|
28
28
|
import { Basecamp as Tr } from "./ui/atoms/icons/basecamp.js";
|
|
29
29
|
import { Bill as Mr } from "./ui/atoms/icons/bill.js";
|
|
30
30
|
import { Bitbucket as hr } from "./ui/atoms/icons/bitbucket.js";
|
|
31
|
-
import { Bluesky as
|
|
31
|
+
import { Bluesky as Br } from "./ui/atoms/icons/bluesky.js";
|
|
32
32
|
import { Box as wr } from "./ui/atoms/icons/box.js";
|
|
33
33
|
import { Braze as vr } from "./ui/atoms/icons/braze.js";
|
|
34
34
|
import { Brex as Ir } from "./ui/atoms/icons/brex.js";
|
|
@@ -55,7 +55,7 @@ import { Github as se } from "./ui/atoms/icons/github.js";
|
|
|
55
55
|
import { Gitlab as Te } from "./ui/atoms/icons/gitlab.js";
|
|
56
56
|
import { Gmail as Me } from "./ui/atoms/icons/gmail.js";
|
|
57
57
|
import { Google as he } from "./ui/atoms/icons/google.js";
|
|
58
|
-
import { GoogleCalendar as
|
|
58
|
+
import { GoogleCalendar as Be } from "./ui/atoms/icons/google-calendar.js";
|
|
59
59
|
import { GoogleContacts as we } from "./ui/atoms/icons/google-contacts.js";
|
|
60
60
|
import { GoogleDocs as ve } from "./ui/atoms/icons/google-docs.js";
|
|
61
61
|
import { GoogleDrive as Ie } from "./ui/atoms/icons/google-drive.js";
|
|
@@ -82,76 +82,77 @@ import { Mcp as st } from "./ui/atoms/icons/mcp.js";
|
|
|
82
82
|
import { Microsoft as Tt } from "./ui/atoms/icons/microsoft.js";
|
|
83
83
|
import { MicrosoftDynamics as Mt } from "./ui/atoms/icons/microsoft-dynamics.js";
|
|
84
84
|
import { MicrosoftSharepoint as ht } from "./ui/atoms/icons/microsoft-sharepoint.js";
|
|
85
|
-
import { MicrosoftTeams as
|
|
85
|
+
import { MicrosoftTeams as Bt } from "./ui/atoms/icons/microsoft-teams.js";
|
|
86
86
|
import { Miro as wt } from "./ui/atoms/icons/miro.js";
|
|
87
87
|
import { Monday as vt } from "./ui/atoms/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 {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
88
|
+
import { MongoDB as It } from "./ui/atoms/icons/mongodb.js";
|
|
89
|
+
import { Netsuite as Ft } from "./ui/atoms/icons/netsuite.js";
|
|
90
|
+
import { Notion as Rt } from "./ui/atoms/icons/notion.js";
|
|
91
|
+
import { Oauth as Et } from "./ui/atoms/icons/oauth.js";
|
|
92
|
+
import { Obsidian as Vt } from "./ui/atoms/icons/obsidian.js";
|
|
93
|
+
import { Okta as qt } from "./ui/atoms/icons/okta.js";
|
|
94
|
+
import { OneDrive as Jt } from "./ui/atoms/icons/one-drive.js";
|
|
95
|
+
import { OutlookCalendar as Zt } from "./ui/atoms/icons/outlook-calendar.js";
|
|
96
|
+
import { OutlookMail as Ut } from "./ui/atoms/icons/outlook-mail.js";
|
|
97
|
+
import { Pinecone as jt } from "./ui/atoms/icons/pinecone.js";
|
|
98
|
+
import { Pinterest as _t } from "./ui/atoms/icons/pinterest.js";
|
|
99
|
+
import { Pipedrive as op } from "./ui/atoms/icons/pipedrive.js";
|
|
100
|
+
import { Plaid as ep } from "./ui/atoms/icons/plaid.js";
|
|
101
|
+
import { Postgres as pp } from "./ui/atoms/icons/postgres.js";
|
|
102
|
+
import { Quickbooks as mp } from "./ui/atoms/icons/quickbooks.js";
|
|
103
|
+
import { Reddit as lp } from "./ui/atoms/icons/reddit.js";
|
|
104
|
+
import { Salesforce as xp } from "./ui/atoms/icons/salesforce.js";
|
|
105
|
+
import { Shopify as dp } from "./ui/atoms/icons/shopify.js";
|
|
106
|
+
import { Singlestore as up } from "./ui/atoms/icons/singlestore.js";
|
|
107
|
+
import { Slack as Sp } from "./ui/atoms/icons/slack.js";
|
|
108
|
+
import { Snowflake as sp } from "./ui/atoms/icons/snowflake.js";
|
|
109
|
+
import { Splunk as Tp } from "./ui/atoms/icons/splunk.js";
|
|
110
|
+
import { Spotify as Mp } from "./ui/atoms/icons/spotify.js";
|
|
111
|
+
import { Square as hp } from "./ui/atoms/icons/square.js";
|
|
112
|
+
import { Squarespace as Bp } from "./ui/atoms/icons/squarespace.js";
|
|
113
|
+
import { Stripe as wp } from "./ui/atoms/icons/stripe.js";
|
|
114
|
+
import { Tesla as vp } from "./ui/atoms/icons/tesla.js";
|
|
115
|
+
import { Tiktok as Ip } from "./ui/atoms/icons/tiktok.js";
|
|
116
|
+
import { Trello as Fp } from "./ui/atoms/icons/trello.js";
|
|
117
|
+
import { Twilio as Rp } from "./ui/atoms/icons/twilio.js";
|
|
118
|
+
import { Twitch as Ep } from "./ui/atoms/icons/twitch.js";
|
|
119
|
+
import { Vercel as Vp } from "./ui/atoms/icons/vercel.js";
|
|
120
|
+
import { Walmart as qp } from "./ui/atoms/icons/walmart.js";
|
|
121
|
+
import { Weaviate as Jp } from "./ui/atoms/icons/weaviate.js";
|
|
122
|
+
import { Workday as Zp } from "./ui/atoms/icons/workday.js";
|
|
123
|
+
import { Wrike as Up } from "./ui/atoms/icons/wrike.js";
|
|
124
|
+
import { X as jp } from "./ui/atoms/icons/x.js";
|
|
125
|
+
import { Xero as _p } from "./ui/atoms/icons/xero.js";
|
|
126
|
+
import { Youtube as oa } from "./ui/atoms/icons/youtube.js";
|
|
127
|
+
import { Zendesk as ea } from "./ui/atoms/icons/zendesk.js";
|
|
128
|
+
import { Zoom as pa } from "./ui/atoms/icons/zoom.js";
|
|
129
|
+
import { Input as ma } from "./ui/atoms/input.js";
|
|
130
|
+
import { Label as la } from "./ui/atoms/label.js";
|
|
131
|
+
import { MobileTooltip as xa, MobileTooltipContent as na, MobileTooltipProvider as da, MobileTooltipTrigger as ga } from "./ui/atoms/mobile-tooltip.js";
|
|
132
|
+
import { Popover as ba, PopoverAnchor as Sa, PopoverContent as ca, PopoverTrigger as sa } from "./ui/atoms/popover.js";
|
|
133
|
+
import { ProBadge as Ta } from "./ui/atoms/pro-badge.js";
|
|
134
|
+
import { Progress as Ma } from "./ui/atoms/progress.js";
|
|
135
|
+
import { RadioGroup as ha, RadioGroupItem as ka } from "./ui/atoms/radio-group.js";
|
|
136
|
+
import { ResizableHandle as Ga, ResizablePanel as wa, ResizablePanelGroup as Pa } from "./ui/atoms/resizable.js";
|
|
137
|
+
import { ScrollArea as ya, ScrollBar as Ia } from "./ui/atoms/scroll-area.js";
|
|
138
|
+
import { Select as Fa, SelectContent as La, SelectGroup as Ra, SelectItem as Oa, SelectLabel as Ea, SelectScrollDownButton as za, SelectScrollUpButton as Va, SelectSeparator as Wa, SelectTrigger as qa, SelectValue as Na } from "./ui/atoms/select.js";
|
|
139
|
+
import { Separator as Xa } from "./ui/atoms/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 "./ui/atoms/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 xm, SidebarInset as nm, SidebarMenu as dm, SidebarMenuAction as gm, SidebarMenuBadge as um, SidebarMenuButton as bm, SidebarMenuItem as Sm, SidebarMenuSkeleton as cm, SidebarMenuSub as sm, SidebarMenuSubButton as Cm, SidebarMenuSubItem as Tm, SidebarProvider as Dm, SidebarRail as Mm, SidebarSeparator as Am, SidebarTrigger as hm, useSidebar as km } from "./ui/atoms/sidebar.js";
|
|
142
|
+
import { Skeleton as Gm } from "./ui/atoms/skeleton.js";
|
|
143
|
+
import { Slider as Pm } from "./ui/atoms/slider.js";
|
|
144
|
+
import { Switch as ym } from "./ui/atoms/switch.js";
|
|
145
|
+
import { Table as Hm, TableBody as Fm, TableCaption as Lm, TableCell as Rm, TableFooter as Om, TableHead as Em, TableHeader as zm, TableRow as Vm } from "./ui/atoms/table.js";
|
|
146
|
+
import { Tabs as qm, TabsContent as Nm, TabsList as Jm, TabsTrigger as Xm } from "./ui/atoms/tabs.js";
|
|
147
|
+
import { Textarea as Qm } from "./ui/atoms/textarea.js";
|
|
148
|
+
import { Toggle as Ym, toggleVariants as jm } from "./ui/atoms/toggle.js";
|
|
149
|
+
import { Tooltip as _m, TooltipContent as $m, TooltipProvider as oi, TooltipTrigger as ri } from "./ui/atoms/tooltip.js";
|
|
150
|
+
import { EmptyState as ti } from "./ui/molecules/empty-state.js";
|
|
151
|
+
import { R as ai, T as mi } from "../toolkit-card-BWuG_NJi.js";
|
|
152
|
+
import { ToolCard as li } from "./ui/molecules/tool-card.js";
|
|
153
|
+
import { ToolkitPickerTrigger as xi } from "./ui/molecules/toolkit-picker-trigger.js";
|
|
154
|
+
import { ToolkitSelectionSummary as di } from "./ui/molecules/toolkit-selection-summary.js";
|
|
155
|
+
import { ToolkitPicker as ui } from "./ui/organisms/toolkit-picker/index.js";
|
|
155
156
|
export {
|
|
156
157
|
e as Accordion,
|
|
157
158
|
t as AccordionContent,
|
|
@@ -184,12 +185,12 @@ export {
|
|
|
184
185
|
h as AvatarFallback,
|
|
185
186
|
k as AvatarImage,
|
|
186
187
|
Sr as Azure,
|
|
187
|
-
|
|
188
|
+
G as Badge,
|
|
188
189
|
sr as Bamboohr,
|
|
189
190
|
Tr as Basecamp,
|
|
190
191
|
Mr as Bill,
|
|
191
192
|
hr as Bitbucket,
|
|
192
|
-
|
|
193
|
+
Br as Bluesky,
|
|
193
194
|
wr as Box,
|
|
194
195
|
vr as Braze,
|
|
195
196
|
v as Breadcrumb,
|
|
@@ -242,8 +243,8 @@ export {
|
|
|
242
243
|
Ao as DialogContent,
|
|
243
244
|
ho as DialogDescription,
|
|
244
245
|
ko as DialogFooter,
|
|
245
|
-
|
|
246
|
-
|
|
246
|
+
Bo as DialogHeader,
|
|
247
|
+
Go as DialogOverlay,
|
|
247
248
|
wo as DialogPortal,
|
|
248
249
|
Po as DialogTitle,
|
|
249
250
|
vo as DialogTrigger,
|
|
@@ -267,7 +268,7 @@ export {
|
|
|
267
268
|
Zo as DropdownMenuTrigger,
|
|
268
269
|
pe as E2b,
|
|
269
270
|
me as Ebay,
|
|
270
|
-
|
|
271
|
+
ti as EmptyState,
|
|
271
272
|
le as Evernote,
|
|
272
273
|
xe as Factorial,
|
|
273
274
|
de as Figma,
|
|
@@ -277,7 +278,7 @@ export {
|
|
|
277
278
|
Te as Gitlab,
|
|
278
279
|
Me as Gmail,
|
|
279
280
|
he as Google,
|
|
280
|
-
|
|
281
|
+
Be as GoogleCalendar,
|
|
281
282
|
we as GoogleContacts,
|
|
282
283
|
ve as GoogleDocs,
|
|
283
284
|
Ie as GoogleDrive,
|
|
@@ -298,10 +299,10 @@ export {
|
|
|
298
299
|
jo as HoverCardTrigger,
|
|
299
300
|
pt as Hubspot,
|
|
300
301
|
mt as Imgflip,
|
|
301
|
-
|
|
302
|
+
ma as Input,
|
|
302
303
|
lt as Intercom,
|
|
303
304
|
xt as Jira,
|
|
304
|
-
|
|
305
|
+
la as Label,
|
|
305
306
|
dt as Linear,
|
|
306
307
|
ut as Linkedin,
|
|
307
308
|
St as Mailchimp,
|
|
@@ -309,137 +310,138 @@ export {
|
|
|
309
310
|
Tt as Microsoft,
|
|
310
311
|
Mt as MicrosoftDynamics,
|
|
311
312
|
ht as MicrosoftSharepoint,
|
|
312
|
-
|
|
313
|
+
Bt as MicrosoftTeams,
|
|
313
314
|
wt as Miro,
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
315
|
+
xa as MobileTooltip,
|
|
316
|
+
na as MobileTooltipContent,
|
|
317
|
+
da as MobileTooltipProvider,
|
|
318
|
+
ga as MobileTooltipTrigger,
|
|
318
319
|
vt as Monday,
|
|
319
|
-
It as
|
|
320
|
-
Ft as
|
|
321
|
-
Rt as
|
|
322
|
-
Et as
|
|
323
|
-
Vt as
|
|
324
|
-
qt as
|
|
325
|
-
Jt as
|
|
326
|
-
Zt as
|
|
327
|
-
Ut as
|
|
328
|
-
jt as
|
|
329
|
-
_t as
|
|
330
|
-
op as
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
Ta as
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
Ga as
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
Ia as
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
Na as
|
|
360
|
-
Xa as
|
|
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
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
sp as
|
|
398
|
-
Tp as
|
|
399
|
-
Mp as
|
|
400
|
-
hp as
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
ym as
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
Vm as
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
xi as
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
Fp as
|
|
430
|
-
Rp as
|
|
431
|
-
Ep as
|
|
432
|
-
Vp as
|
|
433
|
-
qp as
|
|
434
|
-
Jp as
|
|
435
|
-
Zp as
|
|
436
|
-
Up as
|
|
437
|
-
jp as
|
|
438
|
-
_p as
|
|
439
|
-
oa as
|
|
440
|
-
ea as
|
|
320
|
+
It as MongoDB,
|
|
321
|
+
Ft as Netsuite,
|
|
322
|
+
Rt as Notion,
|
|
323
|
+
Et as Oauth,
|
|
324
|
+
Vt as Obsidian,
|
|
325
|
+
qt as Okta,
|
|
326
|
+
Jt as OneDrive,
|
|
327
|
+
Zt as OutlookCalendar,
|
|
328
|
+
Ut as OutlookMail,
|
|
329
|
+
jt as Pinecone,
|
|
330
|
+
_t as Pinterest,
|
|
331
|
+
op as Pipedrive,
|
|
332
|
+
ep as Plaid,
|
|
333
|
+
ba as Popover,
|
|
334
|
+
Sa as PopoverAnchor,
|
|
335
|
+
ca as PopoverContent,
|
|
336
|
+
sa as PopoverTrigger,
|
|
337
|
+
pp as Postgres,
|
|
338
|
+
Ta as ProBadge,
|
|
339
|
+
Ma as Progress,
|
|
340
|
+
mp as Quickbooks,
|
|
341
|
+
ha as RadioGroup,
|
|
342
|
+
ka as RadioGroupItem,
|
|
343
|
+
lp as Reddit,
|
|
344
|
+
ai as RequirementBadges,
|
|
345
|
+
Ga as ResizableHandle,
|
|
346
|
+
wa as ResizablePanel,
|
|
347
|
+
Pa as ResizablePanelGroup,
|
|
348
|
+
xp as Salesforce,
|
|
349
|
+
ya as ScrollArea,
|
|
350
|
+
Ia as ScrollBar,
|
|
351
|
+
Fa as Select,
|
|
352
|
+
La as SelectContent,
|
|
353
|
+
Ra as SelectGroup,
|
|
354
|
+
Oa as SelectItem,
|
|
355
|
+
Ea as SelectLabel,
|
|
356
|
+
za as SelectScrollDownButton,
|
|
357
|
+
Va as SelectScrollUpButton,
|
|
358
|
+
Wa as SelectSeparator,
|
|
359
|
+
qa as SelectTrigger,
|
|
360
|
+
Na as SelectValue,
|
|
361
|
+
Xa as Separator,
|
|
362
|
+
Qa as Sheet,
|
|
363
|
+
Ua as SheetClose,
|
|
364
|
+
Ya as SheetContent,
|
|
365
|
+
ja as SheetDescription,
|
|
366
|
+
Ka as SheetFooter,
|
|
367
|
+
_a as SheetHeader,
|
|
368
|
+
$a as SheetTitle,
|
|
369
|
+
om as SheetTrigger,
|
|
370
|
+
dp as Shopify,
|
|
371
|
+
em as Sidebar,
|
|
372
|
+
tm as SidebarContent,
|
|
373
|
+
pm as SidebarFooter,
|
|
374
|
+
am as SidebarGroup,
|
|
375
|
+
mm as SidebarGroupAction,
|
|
376
|
+
im as SidebarGroupContent,
|
|
377
|
+
lm as SidebarGroupLabel,
|
|
378
|
+
fm as SidebarHeader,
|
|
379
|
+
xm as SidebarInput,
|
|
380
|
+
nm as SidebarInset,
|
|
381
|
+
dm as SidebarMenu,
|
|
382
|
+
gm as SidebarMenuAction,
|
|
383
|
+
um as SidebarMenuBadge,
|
|
384
|
+
bm as SidebarMenuButton,
|
|
385
|
+
Sm as SidebarMenuItem,
|
|
386
|
+
cm as SidebarMenuSkeleton,
|
|
387
|
+
sm as SidebarMenuSub,
|
|
388
|
+
Cm as SidebarMenuSubButton,
|
|
389
|
+
Tm as SidebarMenuSubItem,
|
|
390
|
+
Dm as SidebarProvider,
|
|
391
|
+
Mm as SidebarRail,
|
|
392
|
+
Am as SidebarSeparator,
|
|
393
|
+
hm as SidebarTrigger,
|
|
394
|
+
up as Singlestore,
|
|
395
|
+
Gm as Skeleton,
|
|
396
|
+
Sp as Slack,
|
|
397
|
+
Pm as Slider,
|
|
398
|
+
sp as Snowflake,
|
|
399
|
+
Tp as Splunk,
|
|
400
|
+
Mp as Spotify,
|
|
401
|
+
hp as Square,
|
|
402
|
+
Bp as Squarespace,
|
|
403
|
+
wp as Stripe,
|
|
404
|
+
ym as Switch,
|
|
405
|
+
Hm as Table,
|
|
406
|
+
Fm as TableBody,
|
|
407
|
+
Lm as TableCaption,
|
|
408
|
+
Rm as TableCell,
|
|
409
|
+
Om as TableFooter,
|
|
410
|
+
Em as TableHead,
|
|
411
|
+
zm as TableHeader,
|
|
412
|
+
Vm as TableRow,
|
|
413
|
+
qm as Tabs,
|
|
414
|
+
Nm as TabsContent,
|
|
415
|
+
Jm as TabsList,
|
|
416
|
+
Xm as TabsTrigger,
|
|
417
|
+
vp as Tesla,
|
|
418
|
+
Qm as Textarea,
|
|
419
|
+
Ip as Tiktok,
|
|
420
|
+
Ym as Toggle,
|
|
421
|
+
li as ToolCard,
|
|
422
|
+
mi as ToolkitCard,
|
|
423
|
+
ui as ToolkitPicker,
|
|
424
|
+
xi as ToolkitPickerTrigger,
|
|
425
|
+
di as ToolkitSelectionSummary,
|
|
426
|
+
_m as Tooltip,
|
|
427
|
+
$m as TooltipContent,
|
|
428
|
+
oi as TooltipProvider,
|
|
429
|
+
ri as TooltipTrigger,
|
|
430
|
+
Fp as Trello,
|
|
431
|
+
Rp as Twilio,
|
|
432
|
+
Ep as Twitch,
|
|
433
|
+
Vp as Vercel,
|
|
434
|
+
qp as Walmart,
|
|
435
|
+
Jp as Weaviate,
|
|
436
|
+
Zp as Workday,
|
|
437
|
+
Up as Wrike,
|
|
438
|
+
jp as X,
|
|
439
|
+
_p as Xero,
|
|
440
|
+
oa as Youtube,
|
|
441
|
+
ea as Zendesk,
|
|
442
|
+
pa as Zoom,
|
|
441
443
|
w as badgeVariants,
|
|
442
444
|
z as buttonVariants,
|
|
443
|
-
|
|
444
|
-
|
|
445
|
+
jm as toggleVariants,
|
|
446
|
+
km as useSidebar
|
|
445
447
|
};
|