@arcadeai/design-system 2.0.0 → 2.1.1
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 +235 -231
- package/dist/components/ui/atoms/icons/imgflip.d.ts +3 -0
- package/dist/components/ui/atoms/icons/imgflip.js +35 -0
- package/dist/components/ui/atoms/icons/index.d.ts +2 -0
- package/dist/components/ui/atoms/icons/index.js +126 -122
- 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 +213 -209
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/switch.d.ts +5 -1
- package/dist/components/ui/atoms/switch.js +98 -73
- package/dist/components/ui/index.js +235 -231
- 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 +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +2 -2
- package/dist/components/ui/utils/memo.test.js +1 -1
- package/dist/lib/arcade/arcade.test.js +1 -1
- package/dist/lib/utils.test.js +1 -1
- package/dist/{magic-string.es-QnVUNas7.js → magic-string.es-uPKorP4O.js} +7 -4
- package/dist/main.js +263 -259
- package/dist/metadata/toolkits.js +138 -106
- package/dist/{react-resizable-panels.browser-ZHjTH32c.js → react-resizable-panels.browser-DggUboAp.js} +2 -2
- package/dist/{react.esm-CAxz4dXo.js → react.esm-DUaR5u-J.js} +1 -1
- package/dist/{toolkit-card-fWmjBnBQ.js → toolkit-card-DgjPGtsJ.js} +1 -1
- package/dist/{vi.bdSIJ99Y-hyudrc3R.js → vi.bdSIJ99Y-Bs-viS39.js} +1 -1
- package/package.json +35 -34
|
@@ -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 "./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 "./atoms/alert-dialog.js";
|
|
4
4
|
import { Avatar as A, AvatarFallback as h, AvatarImage as k } from "./atoms/avatar.js";
|
|
5
|
-
import { Badge as
|
|
5
|
+
import { Badge as G, badgeVariants as w } from "./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 "./atoms/breadcrumb.js";
|
|
7
7
|
import { Button as E, buttonVariants as z } from "./atoms/button.js";
|
|
8
8
|
import { ByocBadge as W } from "./atoms/byoc-badge.js";
|
|
@@ -11,7 +11,7 @@ import { ChartContainer as K, ChartLegend as _, ChartLegendContent as $, ChartSt
|
|
|
11
11
|
import { Checkbox as po } from "./atoms/checkbox.js";
|
|
12
12
|
import { Collapsible as mo, CollapsibleContent as io, CollapsibleTrigger as lo } from "./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 "./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 "./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 "./atoms/dropdown-menu.js";
|
|
16
16
|
import { HoverCard as Uo, HoverCardContent as Yo, HoverCardTrigger as jo } from "./atoms/hover-card.js";
|
|
17
17
|
import { Adp as _o } from "./atoms/icons/adp.js";
|
|
@@ -28,7 +28,7 @@ import { Bamboohr as sr } from "./atoms/icons/bamboohr.js";
|
|
|
28
28
|
import { Basecamp as Tr } from "./atoms/icons/basecamp.js";
|
|
29
29
|
import { Bill as Mr } from "./atoms/icons/bill.js";
|
|
30
30
|
import { Bitbucket as hr } from "./atoms/icons/bitbucket.js";
|
|
31
|
-
import { Bluesky as
|
|
31
|
+
import { Bluesky as Br } from "./atoms/icons/bluesky.js";
|
|
32
32
|
import { Box as wr } from "./atoms/icons/box.js";
|
|
33
33
|
import { Braze as vr } from "./atoms/icons/braze.js";
|
|
34
34
|
import { Brex as Ir } from "./atoms/icons/brex.js";
|
|
@@ -55,7 +55,7 @@ import { Github as se } from "./atoms/icons/github.js";
|
|
|
55
55
|
import { Gitlab as Te } from "./atoms/icons/gitlab.js";
|
|
56
56
|
import { Gmail as Me } from "./atoms/icons/gmail.js";
|
|
57
57
|
import { Google as he } from "./atoms/icons/google.js";
|
|
58
|
-
import { GoogleCalendar as
|
|
58
|
+
import { GoogleCalendar as Be } from "./atoms/icons/google-calendar.js";
|
|
59
59
|
import { GoogleContacts as we } from "./atoms/icons/google-contacts.js";
|
|
60
60
|
import { GoogleDocs as ve } from "./atoms/icons/google-docs.js";
|
|
61
61
|
import { GoogleDrive as Ie } from "./atoms/icons/google-drive.js";
|
|
@@ -72,85 +72,87 @@ import { GoogleSlides as _e } from "./atoms/icons/google-slides.js";
|
|
|
72
72
|
import { Heroku as ot } from "./atoms/icons/heroku.js";
|
|
73
73
|
import { Hootsuite as et } from "./atoms/icons/hootsuite.js";
|
|
74
74
|
import { Hubspot as pt } from "./atoms/icons/hubspot.js";
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
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 {
|
|
75
|
+
import { Imgflip as mt } from "./atoms/icons/imgflip.js";
|
|
76
|
+
import { Intercom as lt } from "./atoms/icons/intercom.js";
|
|
77
|
+
import { Jira as xt } from "./atoms/icons/jira.js";
|
|
78
|
+
import { Linear as dt } from "./atoms/icons/linear.js";
|
|
79
|
+
import { Linkedin as ut } from "./atoms/icons/linkedin.js";
|
|
80
|
+
import { Mailchimp as St } from "./atoms/icons/mailchimp.js";
|
|
81
|
+
import { Mcp as st } from "./atoms/icons/mcp.js";
|
|
82
|
+
import { Microsoft as Tt } from "./atoms/icons/microsoft.js";
|
|
83
|
+
import { MicrosoftDynamics as Mt } from "./atoms/icons/microsoft-dynamics.js";
|
|
84
|
+
import { MicrosoftSharepoint as ht } from "./atoms/icons/microsoft-sharepoint.js";
|
|
85
|
+
import { MicrosoftTeams as Bt } from "./atoms/icons/microsoft-teams.js";
|
|
86
|
+
import { Miro as wt } from "./atoms/icons/miro.js";
|
|
87
|
+
import { Monday as vt } from "./atoms/icons/monday.js";
|
|
88
|
+
import { MongoDB as It } from "./atoms/icons/mongodb.js";
|
|
89
|
+
import { Netsuite as Ft } from "./atoms/icons/netsuite.js";
|
|
90
|
+
import { Notion as Rt } from "./atoms/icons/notion.js";
|
|
91
|
+
import { Oauth as Et } from "./atoms/icons/oauth.js";
|
|
92
|
+
import { Obsidian as Vt } from "./atoms/icons/obsidian.js";
|
|
93
|
+
import { Okta as qt } from "./atoms/icons/okta.js";
|
|
94
|
+
import { OneDrive as Jt } from "./atoms/icons/one-drive.js";
|
|
95
|
+
import { OutlookCalendar as Zt } from "./atoms/icons/outlook-calendar.js";
|
|
96
|
+
import { OutlookMail as Ut } from "./atoms/icons/outlook-mail.js";
|
|
97
|
+
import { Pinecone as jt } from "./atoms/icons/pinecone.js";
|
|
98
|
+
import { Pinterest as _t } from "./atoms/icons/pinterest.js";
|
|
99
|
+
import { Pipedrive as op } from "./atoms/icons/pipedrive.js";
|
|
100
|
+
import { Plaid as ep } from "./atoms/icons/plaid.js";
|
|
101
|
+
import { Postgres as pp } from "./atoms/icons/postgres.js";
|
|
102
|
+
import { Quickbooks as mp } from "./atoms/icons/quickbooks.js";
|
|
103
|
+
import { Reddit as lp } from "./atoms/icons/reddit.js";
|
|
104
|
+
import { Salesforce as xp } from "./atoms/icons/salesforce.js";
|
|
105
|
+
import { Shopify as dp } from "./atoms/icons/shopify.js";
|
|
106
|
+
import { Singlestore as up } from "./atoms/icons/singlestore.js";
|
|
107
|
+
import { Slack as Sp } from "./atoms/icons/slack.js";
|
|
108
|
+
import { Snowflake as sp } from "./atoms/icons/snowflake.js";
|
|
109
|
+
import { Splunk as Tp } from "./atoms/icons/splunk.js";
|
|
110
|
+
import { Spotify as Mp } from "./atoms/icons/spotify.js";
|
|
111
|
+
import { Square as hp } from "./atoms/icons/square.js";
|
|
112
|
+
import { Squarespace as Bp } from "./atoms/icons/squarespace.js";
|
|
113
|
+
import { Stripe as wp } from "./atoms/icons/stripe.js";
|
|
114
|
+
import { Tesla as vp } from "./atoms/icons/tesla.js";
|
|
115
|
+
import { Tiktok as Ip } from "./atoms/icons/tiktok.js";
|
|
116
|
+
import { Trello as Fp } from "./atoms/icons/trello.js";
|
|
117
|
+
import { Twilio as Rp } from "./atoms/icons/twilio.js";
|
|
118
|
+
import { Twitch as Ep } from "./atoms/icons/twitch.js";
|
|
119
|
+
import { Vercel as Vp } from "./atoms/icons/vercel.js";
|
|
120
|
+
import { Walmart as qp } from "./atoms/icons/walmart.js";
|
|
121
|
+
import { Weaviate as Jp } from "./atoms/icons/weaviate.js";
|
|
122
|
+
import { Workday as Zp } from "./atoms/icons/workday.js";
|
|
123
|
+
import { Wrike as Up } from "./atoms/icons/wrike.js";
|
|
124
|
+
import { X as jp } from "./atoms/icons/x.js";
|
|
125
|
+
import { Xero as _p } from "./atoms/icons/xero.js";
|
|
126
|
+
import { Youtube as oa } from "./atoms/icons/youtube.js";
|
|
127
|
+
import { Zendesk as ea } from "./atoms/icons/zendesk.js";
|
|
128
|
+
import { Zoom as pa } from "./atoms/icons/zoom.js";
|
|
129
|
+
import { Input as ma } from "./atoms/input.js";
|
|
130
|
+
import { Label as la } from "./atoms/label.js";
|
|
131
|
+
import { MobileTooltip as xa, MobileTooltipContent as na, MobileTooltipProvider as da, MobileTooltipTrigger as ga } from "./atoms/mobile-tooltip.js";
|
|
132
|
+
import { Popover as ba, PopoverAnchor as Sa, PopoverContent as ca, PopoverTrigger as sa } from "./atoms/popover.js";
|
|
133
|
+
import { ProBadge as Ta } from "./atoms/pro-badge.js";
|
|
134
|
+
import { Progress as Ma } from "./atoms/progress.js";
|
|
135
|
+
import { RadioGroup as ha, RadioGroupItem as ka } from "./atoms/radio-group.js";
|
|
136
|
+
import { ResizableHandle as Ga, ResizablePanel as wa, ResizablePanelGroup as Pa } from "./atoms/resizable.js";
|
|
137
|
+
import { ScrollArea as ya, ScrollBar as Ia } from "./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 "./atoms/select.js";
|
|
139
|
+
import { Separator as Xa } from "./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 "./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 "./atoms/sidebar.js";
|
|
142
|
+
import { Skeleton as Gm } from "./atoms/skeleton.js";
|
|
143
|
+
import { Slider as Pm } from "./atoms/slider.js";
|
|
144
|
+
import { Switch as ym } from "./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 "./atoms/table.js";
|
|
146
|
+
import { Tabs as qm, TabsContent as Nm, TabsList as Jm, TabsTrigger as Xm } from "./atoms/tabs.js";
|
|
147
|
+
import { Textarea as Qm } from "./atoms/textarea.js";
|
|
148
|
+
import { Toggle as Ym, toggleVariants as jm } from "./atoms/toggle.js";
|
|
149
|
+
import { Tooltip as _m, TooltipContent as $m, TooltipProvider as oi, TooltipTrigger as ri } from "./atoms/tooltip.js";
|
|
150
|
+
import { EmptyState as ti } from "./molecules/empty-state.js";
|
|
151
|
+
import { R as ai, T as mi } from "../../toolkit-card-DgjPGtsJ.js";
|
|
152
|
+
import { ToolCard as li } from "./molecules/tool-card.js";
|
|
153
|
+
import { ToolkitPickerTrigger as xi } from "./molecules/toolkit-picker-trigger.js";
|
|
154
|
+
import { ToolkitSelectionSummary as di } from "./molecules/toolkit-selection-summary.js";
|
|
155
|
+
import { ToolkitPicker as ui } from "./organisms/toolkit-picker/index.js";
|
|
154
156
|
export {
|
|
155
157
|
e as Accordion,
|
|
156
158
|
t as AccordionContent,
|
|
@@ -183,12 +185,12 @@ export {
|
|
|
183
185
|
h as AvatarFallback,
|
|
184
186
|
k as AvatarImage,
|
|
185
187
|
Sr as Azure,
|
|
186
|
-
|
|
188
|
+
G as Badge,
|
|
187
189
|
sr as Bamboohr,
|
|
188
190
|
Tr as Basecamp,
|
|
189
191
|
Mr as Bill,
|
|
190
192
|
hr as Bitbucket,
|
|
191
|
-
|
|
193
|
+
Br as Bluesky,
|
|
192
194
|
wr as Box,
|
|
193
195
|
vr as Braze,
|
|
194
196
|
v as Breadcrumb,
|
|
@@ -241,8 +243,8 @@ export {
|
|
|
241
243
|
Ao as DialogContent,
|
|
242
244
|
ho as DialogDescription,
|
|
243
245
|
ko as DialogFooter,
|
|
244
|
-
|
|
245
|
-
|
|
246
|
+
Bo as DialogHeader,
|
|
247
|
+
Go as DialogOverlay,
|
|
246
248
|
wo as DialogPortal,
|
|
247
249
|
Po as DialogTitle,
|
|
248
250
|
vo as DialogTrigger,
|
|
@@ -266,7 +268,7 @@ export {
|
|
|
266
268
|
Zo as DropdownMenuTrigger,
|
|
267
269
|
pe as E2b,
|
|
268
270
|
me as Ebay,
|
|
269
|
-
|
|
271
|
+
ti as EmptyState,
|
|
270
272
|
le as Evernote,
|
|
271
273
|
xe as Factorial,
|
|
272
274
|
de as Figma,
|
|
@@ -276,7 +278,7 @@ export {
|
|
|
276
278
|
Te as Gitlab,
|
|
277
279
|
Me as Gmail,
|
|
278
280
|
he as Google,
|
|
279
|
-
|
|
281
|
+
Be as GoogleCalendar,
|
|
280
282
|
we as GoogleContacts,
|
|
281
283
|
ve as GoogleDocs,
|
|
282
284
|
Ie as GoogleDrive,
|
|
@@ -296,148 +298,150 @@ export {
|
|
|
296
298
|
Yo as HoverCardContent,
|
|
297
299
|
jo as HoverCardTrigger,
|
|
298
300
|
pt as Hubspot,
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
lt as
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
dt as
|
|
305
|
-
ut as
|
|
306
|
-
St as
|
|
307
|
-
st as
|
|
308
|
-
Tt as
|
|
309
|
-
Mt as
|
|
310
|
-
ht as
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
vt as
|
|
318
|
-
It as
|
|
319
|
-
Ft as
|
|
320
|
-
Rt as
|
|
321
|
-
Et as
|
|
322
|
-
Vt as
|
|
323
|
-
qt as
|
|
324
|
-
Jt as
|
|
325
|
-
Zt as
|
|
326
|
-
Ut as
|
|
327
|
-
jt as
|
|
328
|
-
_t as
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
Na as
|
|
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
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
sp as
|
|
397
|
-
Tp as
|
|
398
|
-
Mp as
|
|
399
|
-
hp as
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
mi as
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
Fp as
|
|
429
|
-
Rp as
|
|
430
|
-
Ep as
|
|
431
|
-
Vp as
|
|
432
|
-
qp as
|
|
433
|
-
Jp as
|
|
434
|
-
Zp as
|
|
435
|
-
Up as
|
|
436
|
-
jp as
|
|
437
|
-
_p as
|
|
438
|
-
oa as
|
|
301
|
+
mt as Imgflip,
|
|
302
|
+
ma as Input,
|
|
303
|
+
lt as Intercom,
|
|
304
|
+
xt as Jira,
|
|
305
|
+
la as Label,
|
|
306
|
+
dt as Linear,
|
|
307
|
+
ut as Linkedin,
|
|
308
|
+
St as Mailchimp,
|
|
309
|
+
st as Mcp,
|
|
310
|
+
Tt as Microsoft,
|
|
311
|
+
Mt as MicrosoftDynamics,
|
|
312
|
+
ht as MicrosoftSharepoint,
|
|
313
|
+
Bt as MicrosoftTeams,
|
|
314
|
+
wt as Miro,
|
|
315
|
+
xa as MobileTooltip,
|
|
316
|
+
na as MobileTooltipContent,
|
|
317
|
+
da as MobileTooltipProvider,
|
|
318
|
+
ga as MobileTooltipTrigger,
|
|
319
|
+
vt as Monday,
|
|
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,
|
|
439
443
|
w as badgeVariants,
|
|
440
444
|
z as buttonVariants,
|
|
441
|
-
|
|
442
|
-
|
|
445
|
+
jm as toggleVariants,
|
|
446
|
+
km as useSidebar
|
|
443
447
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EmptyState as e } from "./empty-state.js";
|
|
2
|
-
import { R as m, T as a } from "../../../toolkit-card-
|
|
2
|
+
import { R as m, T as a } from "../../../toolkit-card-DgjPGtsJ.js";
|
|
3
3
|
import { ToolCard as p } from "./tool-card.js";
|
|
4
4
|
import { ToolkitPickerTrigger as f } from "./toolkit-picker-trigger.js";
|
|
5
5
|
import { ToolkitSelectionSummary as x } from "./toolkit-selection-summary.js";
|
|
@@ -7,11 +7,11 @@ import "../atoms/byoc-badge.js";
|
|
|
7
7
|
import "../atoms/chart.js";
|
|
8
8
|
import "../atoms/mobile-tooltip.js";
|
|
9
9
|
import "../atoms/pro-badge.js";
|
|
10
|
-
import "../../../react-resizable-panels.browser-
|
|
10
|
+
import "../../../react-resizable-panels.browser-DggUboAp.js";
|
|
11
11
|
import "../atoms/sidebar.js";
|
|
12
12
|
import "../atoms/table.js";
|
|
13
13
|
import "../atoms/tooltip.js";
|
|
14
|
-
import { O as n, R as q, S as x } from "../../../toolkit-card-
|
|
14
|
+
import { O as n, R as q, S as x } from "../../../toolkit-card-DgjPGtsJ.js";
|
|
15
15
|
import "./tool-card.js";
|
|
16
16
|
import "../../../metadata/toolkits.js";
|
|
17
17
|
import "../organisms/toolkit-picker/hooks/use-toolkit-picker.js";
|
|
@@ -6,7 +6,7 @@ import "../atoms/card.js";
|
|
|
6
6
|
import "../atoms/checkbox.js";
|
|
7
7
|
import "../atoms/view-tools-control.js";
|
|
8
8
|
import "../../../utils-Db4QWi-E.js";
|
|
9
|
-
import { T as k } from "../../../toolkit-card-
|
|
9
|
+
import { T as k } from "../../../toolkit-card-DgjPGtsJ.js";
|
|
10
10
|
import "../utils/memo.js";
|
|
11
11
|
export {
|
|
12
12
|
k as ToolkitCard
|
|
@@ -3,11 +3,11 @@ import { Package as u, X as y, CheckSquare as C } from "lucide-react";
|
|
|
3
3
|
import { Button as x } from "../atoms/button.js";
|
|
4
4
|
import { MobileTooltip as p, MobileTooltipTrigger as g, MobileTooltipContent as f } from "../atoms/mobile-tooltip.js";
|
|
5
5
|
import "../atoms/chart.js";
|
|
6
|
-
import "../../../react-resizable-panels.browser-
|
|
6
|
+
import "../../../react-resizable-panels.browser-DggUboAp.js";
|
|
7
7
|
import "../atoms/sidebar.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import "../atoms/table.js";
|
|
10
|
-
import "../../../toolkit-card-
|
|
10
|
+
import "../../../toolkit-card-DgjPGtsJ.js";
|
|
11
11
|
import "./tool-card.js";
|
|
12
12
|
import { getToolkitIcon as z } from "../atoms/icons/utils.js";
|
|
13
13
|
import "../organisms/toolkit-picker/hooks/use-toolkit-picker.js";
|
|
@@ -3,11 +3,11 @@ import { Search as i } from "lucide-react";
|
|
|
3
3
|
import "../../../atoms/mobile-tooltip.js";
|
|
4
4
|
import "../../../atoms/chart.js";
|
|
5
5
|
import { Input as s } from "../../../atoms/input.js";
|
|
6
|
-
import "../../../../../react-resizable-panels.browser-
|
|
6
|
+
import "../../../../../react-resizable-panels.browser-DggUboAp.js";
|
|
7
7
|
import "../../../atoms/sidebar.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import "../../../atoms/table.js";
|
|
10
|
-
import "../../../../../toolkit-card-
|
|
10
|
+
import "../../../../../toolkit-card-DgjPGtsJ.js";
|
|
11
11
|
import "../../../molecules/tool-card.js";
|
|
12
12
|
import "../../../../../metadata/toolkits.js";
|
|
13
13
|
import { useToolkitPicker as m } from "../hooks/use-toolkit-picker.js";
|
|
@@ -3,11 +3,11 @@ import "lucide-react";
|
|
|
3
3
|
import { Button as n } from "../../../atoms/button.js";
|
|
4
4
|
import "../../../atoms/mobile-tooltip.js";
|
|
5
5
|
import "../../../atoms/chart.js";
|
|
6
|
-
import "../../../../../react-resizable-panels.browser-
|
|
6
|
+
import "../../../../../react-resizable-panels.browser-DggUboAp.js";
|
|
7
7
|
import "../../../atoms/sidebar.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import "../../../atoms/table.js";
|
|
10
|
-
import "../../../../../toolkit-card-
|
|
10
|
+
import "../../../../../toolkit-card-DgjPGtsJ.js";
|
|
11
11
|
import "../../../molecules/tool-card.js";
|
|
12
12
|
import "../../../../../metadata/toolkits.js";
|
|
13
13
|
import "../hooks/use-toolkit-picker.js";
|