@arcadeai/design-system 1.5.1 → 1.6.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/{arcade-DSu1Vp41.js → arcade-DzMbb7xi.js} +512 -586
- package/dist/components/index.js +302 -300
- package/dist/components/ui/atoms/icons/codesandbox.d.ts +3 -0
- package/dist/components/ui/atoms/icons/codesandbox.js +26 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +182 -180
- package/dist/components/ui/atoms/index.js +285 -283
- package/dist/components/ui/index.js +302 -300
- package/dist/components/ui/molecules/toolkit-picker-trigger.js +29 -32
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +11 -3
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +141 -99
- package/dist/components/ui/organisms/toolkit-picker/index.d.ts +2 -0
- package/dist/components/ui/organisms/toolkit-picker/index.js +3 -2
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts +2 -0
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +247 -55
- package/dist/lib/arcade/arcade.js +3 -2
- package/dist/lib/arcade/arcade.test.js +1 -1
- package/dist/main.js +313 -311
- package/dist/metadata/oauth-providers.js +9 -9
- package/dist/metadata/toolkits.js +383 -227
- package/dist/metadata/types.d.ts +2 -1
- package/dist/web-sgv-FK6q.js +84 -0
- package/package.json +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as o, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const n = (l) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 600 600",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...l,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ e("title", { children: "Codesandbox" }),
|
|
11
|
+
/* @__PURE__ */ e(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M150 150h299.832v300H150V150Zm269.168 30.682v238.636H180.665V180.682h238.503Z",
|
|
16
|
+
fill: "#DCFF50",
|
|
17
|
+
fillRule: "evenodd"
|
|
18
|
+
}
|
|
19
|
+
)
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
export {
|
|
24
|
+
n as Codesandbox,
|
|
25
|
+
n as default
|
|
26
|
+
};
|
|
@@ -5,12 +5,12 @@ import { Amplitude as i } from "./amplitude.js";
|
|
|
5
5
|
import { Arcade as l } from "./arcade.js";
|
|
6
6
|
import { Asana as n } from "./asana.js";
|
|
7
7
|
import { Ashby as g } from "./ashby.js";
|
|
8
|
-
import { Atlassian as
|
|
9
|
-
import { Auth0 as
|
|
8
|
+
import { Atlassian as d } from "./atlassian.js";
|
|
9
|
+
import { Auth0 as G } from "./auth0.js";
|
|
10
10
|
import { Azure as h } from "./azure.js";
|
|
11
11
|
import { Bamboohr as A } from "./bamboohr.js";
|
|
12
|
-
import { Basecamp as
|
|
13
|
-
import { Bill as
|
|
12
|
+
import { Basecamp as M } from "./basecamp.js";
|
|
13
|
+
import { Bill as B } from "./bill.js";
|
|
14
14
|
import { Bitbucket as O } from "./bitbucket.js";
|
|
15
15
|
import { Bluesky as T } from "./bluesky.js";
|
|
16
16
|
import { Box as w } from "./box.js";
|
|
@@ -21,92 +21,93 @@ import { Calendly as J } from "./calendly.js";
|
|
|
21
21
|
import { Clickhouse as X } from "./clickhouse.js";
|
|
22
22
|
import { Clickup as I } from "./clickup.js";
|
|
23
23
|
import { Closeio as R } from "./closeio.js";
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
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 {
|
|
24
|
+
import { Codesandbox as Y } from "./codesandbox.js";
|
|
25
|
+
import { Coinbase as K } from "./coinbase.js";
|
|
26
|
+
import { Confluence as _ } from "./confluence.js";
|
|
27
|
+
import { Datadog as oo } from "./datadog.js";
|
|
28
|
+
import { DigitalOcean as eo } from "./digital-ocean.js";
|
|
29
|
+
import { Discord as po } from "./discord.js";
|
|
30
|
+
import { Dropbox as mo } from "./dropbox.js";
|
|
31
|
+
import { E2b as io } from "./e2b.js";
|
|
32
|
+
import { Ebay as lo } from "./ebay.js";
|
|
33
|
+
import { Evernote as no } from "./evernote.js";
|
|
34
|
+
import { Factorial as go } from "./factorial.js";
|
|
35
|
+
import { Figma as ko } from "./figma.js";
|
|
36
|
+
import { Firecrawl as bo } from "./firecrawl.js";
|
|
37
|
+
import { Generic as So } from "./generic.js";
|
|
38
|
+
import { Github as Co } from "./github.js";
|
|
39
|
+
import { Gitlab as yo } from "./gitlab.js";
|
|
40
|
+
import { Gmail as Do } from "./gmail.js";
|
|
41
|
+
import { Google as Fo } from "./google.js";
|
|
42
|
+
import { GoogleCalendar as vo } from "./google-calendar.js";
|
|
43
|
+
import { GoogleContacts as Po } from "./google-contacts.js";
|
|
44
|
+
import { GoogleDocs as Wo } from "./google-docs.js";
|
|
45
|
+
import { GoogleDrive as No } from "./google-drive.js";
|
|
46
|
+
import { GoogleFinance as zo } from "./google-finance.js";
|
|
47
|
+
import { GoogleFlight as Lo } from "./google-flight.js";
|
|
48
|
+
import { GoogleFlights as Zo } from "./google-flights.js";
|
|
49
|
+
import { GoogleHotels as Qo } from "./google-hotels.js";
|
|
50
|
+
import { GoogleJobs as Vo } from "./google-jobs.js";
|
|
51
|
+
import { GoogleMaps as jo } from "./google-maps.js";
|
|
52
|
+
import { GoogleNews as Uo } from "./google-news.js";
|
|
53
|
+
import { GoogleSheets as $o } from "./google-sheets.js";
|
|
54
|
+
import { GoogleShopping as rr } from "./google-shopping.js";
|
|
55
|
+
import { GoogleSlides as tr } from "./google-slides.js";
|
|
56
|
+
import { Heroku as fr } from "./heroku.js";
|
|
57
|
+
import { Hootsuite as xr } from "./hootsuite.js";
|
|
58
|
+
import { Hubspot as ar } from "./hubspot.js";
|
|
59
|
+
import { Intercom as sr } from "./intercom.js";
|
|
60
|
+
import { Jira as cr } from "./jira.js";
|
|
61
|
+
import { Linear as ur } from "./linear.js";
|
|
62
|
+
import { Linkedin as kr } from "./linkedin.js";
|
|
63
|
+
import { Mailchimp as br } from "./mailchimp.js";
|
|
64
|
+
import { Mcp as Sr } from "./mcp.js";
|
|
65
|
+
import { Microsoft as Cr } from "./microsoft.js";
|
|
66
|
+
import { MicrosoftDynamics as yr } from "./microsoft-dynamics.js";
|
|
67
|
+
import { MicrosoftSharepoint as Dr } from "./microsoft-sharepoint.js";
|
|
68
|
+
import { MicrosoftTeams as Fr } from "./microsoft-teams.js";
|
|
69
|
+
import { Miro as vr } from "./miro.js";
|
|
70
|
+
import { Monday as Pr } from "./monday.js";
|
|
71
|
+
import { Netsuite as Wr } from "./netsuite.js";
|
|
72
|
+
import { Notion as Nr } from "./notion.js";
|
|
73
|
+
import { Oauth as zr } from "./oauth.js";
|
|
74
|
+
import { Obsidian as Lr } from "./obsidian.js";
|
|
75
|
+
import { Okta as Zr } from "./okta.js";
|
|
76
|
+
import { OneDrive as Qr } from "./one-drive.js";
|
|
77
|
+
import { OutlookCalendar as Vr } from "./outlook-calendar.js";
|
|
78
|
+
import { OutlookMail as jr } from "./outlook-mail.js";
|
|
79
|
+
import { Pinecone as Ur } from "./pinecone.js";
|
|
80
|
+
import { Pinterest as $r } from "./pinterest.js";
|
|
81
|
+
import { Pipedrive as re } from "./pipedrive.js";
|
|
82
|
+
import { Plaid as te } from "./plaid.js";
|
|
83
|
+
import { Postgres as fe } from "./postgres.js";
|
|
84
|
+
import { Quickbooks as xe } from "./quickbooks.js";
|
|
85
|
+
import { Reddit as ae } from "./reddit.js";
|
|
86
|
+
import { Salesforce as se } from "./salesforce.js";
|
|
87
|
+
import { Shopify as ce } from "./shopify.js";
|
|
88
|
+
import { Singlestore as ue } from "./singlestore.js";
|
|
89
|
+
import { Slack as ke } from "./slack.js";
|
|
90
|
+
import { Snowflake as be } from "./snowflake.js";
|
|
91
|
+
import { Splunk as Se } from "./splunk.js";
|
|
92
|
+
import { Spotify as Ce } from "./spotify.js";
|
|
93
|
+
import { Square as ye } from "./square.js";
|
|
94
|
+
import { Squarespace as De } from "./squarespace.js";
|
|
95
|
+
import { Stripe as Fe } from "./stripe.js";
|
|
96
|
+
import { Tesla as ve } from "./tesla.js";
|
|
97
|
+
import { Tiktok as Pe } from "./tiktok.js";
|
|
98
|
+
import { Trello as We } from "./trello.js";
|
|
99
|
+
import { Twilio as Ne } from "./twilio.js";
|
|
100
|
+
import { Twitch as ze } from "./twitch.js";
|
|
101
|
+
import { Vercel as Le } from "./vercel.js";
|
|
102
|
+
import { Walmart as Ze } from "./walmart.js";
|
|
103
|
+
import { Weaviate as Qe } from "./weaviate.js";
|
|
104
|
+
import { Workday as Ve } from "./workday.js";
|
|
105
|
+
import { Wrike as je } from "./wrike.js";
|
|
106
|
+
import { X as Ue } from "./x.js";
|
|
107
|
+
import { Xero as $e } from "./xero.js";
|
|
108
|
+
import { Youtube as rt } from "./youtube.js";
|
|
109
|
+
import { Zendesk as tt } from "./zendesk.js";
|
|
110
|
+
import { Zoom as ft } from "./zoom.js";
|
|
110
111
|
export {
|
|
111
112
|
e as Adp,
|
|
112
113
|
p as Aha,
|
|
@@ -115,12 +116,12 @@ export {
|
|
|
115
116
|
l as Arcade,
|
|
116
117
|
n as Asana,
|
|
117
118
|
g as Ashby,
|
|
118
|
-
|
|
119
|
-
|
|
119
|
+
d as Atlassian,
|
|
120
|
+
G as Auth0,
|
|
120
121
|
h as Azure,
|
|
121
122
|
A as Bamboohr,
|
|
122
|
-
|
|
123
|
-
|
|
123
|
+
M as Basecamp,
|
|
124
|
+
B as Bill,
|
|
124
125
|
O as Bitbucket,
|
|
125
126
|
T as Bluesky,
|
|
126
127
|
w as Box,
|
|
@@ -131,90 +132,91 @@ export {
|
|
|
131
132
|
X as Clickhouse,
|
|
132
133
|
I as Clickup,
|
|
133
134
|
R as Closeio,
|
|
134
|
-
Y as
|
|
135
|
-
K as
|
|
136
|
-
_ as
|
|
137
|
-
oo as
|
|
138
|
-
eo as
|
|
139
|
-
po as
|
|
140
|
-
mo as
|
|
141
|
-
io as
|
|
142
|
-
lo as
|
|
143
|
-
no as
|
|
144
|
-
go as
|
|
145
|
-
ko as
|
|
146
|
-
bo as
|
|
147
|
-
So as
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
Do as
|
|
151
|
-
Fo as
|
|
152
|
-
vo as
|
|
153
|
-
Po as
|
|
154
|
-
Wo as
|
|
155
|
-
No as
|
|
156
|
-
zo as
|
|
157
|
-
Lo as
|
|
158
|
-
Zo as
|
|
159
|
-
Qo as
|
|
160
|
-
Vo as
|
|
161
|
-
jo as
|
|
162
|
-
Uo as
|
|
163
|
-
$o as
|
|
164
|
-
rr as
|
|
165
|
-
tr as
|
|
166
|
-
fr as
|
|
167
|
-
xr as
|
|
168
|
-
ar as
|
|
169
|
-
sr as
|
|
170
|
-
cr as
|
|
171
|
-
ur as
|
|
172
|
-
|
|
173
|
-
br as
|
|
174
|
-
Sr as
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
Dr as
|
|
178
|
-
Fr as
|
|
179
|
-
vr as
|
|
180
|
-
Pr as
|
|
181
|
-
Wr as
|
|
182
|
-
Nr as
|
|
183
|
-
zr as
|
|
184
|
-
Lr as
|
|
185
|
-
Zr as
|
|
186
|
-
Qr as
|
|
187
|
-
Vr as
|
|
188
|
-
jr as
|
|
189
|
-
Ur as
|
|
190
|
-
$r as
|
|
191
|
-
re as
|
|
192
|
-
te as
|
|
193
|
-
fe as
|
|
194
|
-
xe as
|
|
195
|
-
ae as
|
|
196
|
-
se as
|
|
197
|
-
ce as
|
|
198
|
-
ue as
|
|
199
|
-
|
|
200
|
-
be as
|
|
201
|
-
Se as
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
De as
|
|
205
|
-
Fe as
|
|
206
|
-
ve as
|
|
207
|
-
Pe as
|
|
208
|
-
We as
|
|
209
|
-
Ne as
|
|
210
|
-
ze as
|
|
211
|
-
Le as
|
|
212
|
-
Ze as
|
|
213
|
-
Qe as
|
|
214
|
-
Ve as
|
|
215
|
-
je as
|
|
216
|
-
Ue as
|
|
217
|
-
$e as
|
|
218
|
-
rt as
|
|
219
|
-
tt as
|
|
135
|
+
Y as Codesandbox,
|
|
136
|
+
K as Coinbase,
|
|
137
|
+
_ as Confluence,
|
|
138
|
+
oo as Datadog,
|
|
139
|
+
eo as DigitalOcean,
|
|
140
|
+
po as Discord,
|
|
141
|
+
mo as Dropbox,
|
|
142
|
+
io as E2b,
|
|
143
|
+
lo as Ebay,
|
|
144
|
+
no as Evernote,
|
|
145
|
+
go as Factorial,
|
|
146
|
+
ko as Figma,
|
|
147
|
+
bo as Firecrawl,
|
|
148
|
+
So as Generic,
|
|
149
|
+
Co as Github,
|
|
150
|
+
yo as Gitlab,
|
|
151
|
+
Do as Gmail,
|
|
152
|
+
Fo as Google,
|
|
153
|
+
vo as GoogleCalendar,
|
|
154
|
+
Po as GoogleContacts,
|
|
155
|
+
Wo as GoogleDocs,
|
|
156
|
+
No as GoogleDrive,
|
|
157
|
+
zo as GoogleFinance,
|
|
158
|
+
Lo as GoogleFlight,
|
|
159
|
+
Zo as GoogleFlights,
|
|
160
|
+
Qo as GoogleHotels,
|
|
161
|
+
Vo as GoogleJobs,
|
|
162
|
+
jo as GoogleMaps,
|
|
163
|
+
Uo as GoogleNews,
|
|
164
|
+
$o as GoogleSheets,
|
|
165
|
+
rr as GoogleShopping,
|
|
166
|
+
tr as GoogleSlides,
|
|
167
|
+
fr as Heroku,
|
|
168
|
+
xr as Hootsuite,
|
|
169
|
+
ar as Hubspot,
|
|
170
|
+
sr as Intercom,
|
|
171
|
+
cr as Jira,
|
|
172
|
+
ur as Linear,
|
|
173
|
+
kr as Linkedin,
|
|
174
|
+
br as Mailchimp,
|
|
175
|
+
Sr as Mcp,
|
|
176
|
+
Cr as Microsoft,
|
|
177
|
+
yr as MicrosoftDynamics,
|
|
178
|
+
Dr as MicrosoftSharepoint,
|
|
179
|
+
Fr as MicrosoftTeams,
|
|
180
|
+
vr as Miro,
|
|
181
|
+
Pr as Monday,
|
|
182
|
+
Wr as Netsuite,
|
|
183
|
+
Nr as Notion,
|
|
184
|
+
zr as Oauth,
|
|
185
|
+
Lr as Obsidian,
|
|
186
|
+
Zr as Okta,
|
|
187
|
+
Qr as OneDrive,
|
|
188
|
+
Vr as OutlookCalendar,
|
|
189
|
+
jr as OutlookMail,
|
|
190
|
+
Ur as Pinecone,
|
|
191
|
+
$r as Pinterest,
|
|
192
|
+
re as Pipedrive,
|
|
193
|
+
te as Plaid,
|
|
194
|
+
fe as Postgres,
|
|
195
|
+
xe as Quickbooks,
|
|
196
|
+
ae as Reddit,
|
|
197
|
+
se as Salesforce,
|
|
198
|
+
ce as Shopify,
|
|
199
|
+
ue as Singlestore,
|
|
200
|
+
ke as Slack,
|
|
201
|
+
be as Snowflake,
|
|
202
|
+
Se as Splunk,
|
|
203
|
+
Ce as Spotify,
|
|
204
|
+
ye as Square,
|
|
205
|
+
De as Squarespace,
|
|
206
|
+
Fe as Stripe,
|
|
207
|
+
ve as Tesla,
|
|
208
|
+
Pe as Tiktok,
|
|
209
|
+
We as Trello,
|
|
210
|
+
Ne as Twilio,
|
|
211
|
+
ze as Twitch,
|
|
212
|
+
Le as Vercel,
|
|
213
|
+
Ze as Walmart,
|
|
214
|
+
Qe as Weaviate,
|
|
215
|
+
Ve as Workday,
|
|
216
|
+
je as Wrike,
|
|
217
|
+
Ue as X,
|
|
218
|
+
$e as Xero,
|
|
219
|
+
rt as Youtube,
|
|
220
|
+
tt as Zendesk,
|
|
221
|
+
ft as Zoom
|
|
220
222
|
};
|