@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
|
@@ -8,18 +8,18 @@ import { Ashby as g } from "./ashby.js";
|
|
|
8
8
|
import { Atlassian as d } from "./atlassian.js";
|
|
9
9
|
import { Auth0 as G } from "./auth0.js";
|
|
10
10
|
import { Azure as h } from "./azure.js";
|
|
11
|
-
import { Bamboohr as
|
|
12
|
-
import { Basecamp as
|
|
13
|
-
import { Bill as
|
|
11
|
+
import { Bamboohr as M } from "./bamboohr.js";
|
|
12
|
+
import { Basecamp as B } from "./basecamp.js";
|
|
13
|
+
import { Bill as y } 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";
|
|
17
17
|
import { Braze as H } from "./braze.js";
|
|
18
18
|
import { Brex as E } from "./brex.js";
|
|
19
19
|
import { Buffer as q } from "./buffer.js";
|
|
20
|
-
import { Calendly as
|
|
21
|
-
import { Clickhouse as
|
|
22
|
-
import { Clickup as
|
|
20
|
+
import { Calendly as I } from "./calendly.js";
|
|
21
|
+
import { Clickhouse as L } from "./clickhouse.js";
|
|
22
|
+
import { Clickup as Z } from "./clickup.js";
|
|
23
23
|
import { Closeio as R } from "./closeio.js";
|
|
24
24
|
import { Codesandbox as Y } from "./codesandbox.js";
|
|
25
25
|
import { Coinbase as K } from "./coinbase.js";
|
|
@@ -35,8 +35,8 @@ import { Factorial as go } from "./factorial.js";
|
|
|
35
35
|
import { Figma as ko } from "./figma.js";
|
|
36
36
|
import { Firecrawl as bo } from "./firecrawl.js";
|
|
37
37
|
import { Generic as So } from "./generic.js";
|
|
38
|
-
import { Github as
|
|
39
|
-
import { Gitlab as
|
|
38
|
+
import { Github as Ao } from "./github.js";
|
|
39
|
+
import { Gitlab as Co } from "./gitlab.js";
|
|
40
40
|
import { Gmail as Do } from "./gmail.js";
|
|
41
41
|
import { Google as Fo } from "./google.js";
|
|
42
42
|
import { GoogleCalendar as vo } from "./google-calendar.js";
|
|
@@ -44,8 +44,8 @@ import { GoogleContacts as Po } from "./google-contacts.js";
|
|
|
44
44
|
import { GoogleDocs as Wo } from "./google-docs.js";
|
|
45
45
|
import { GoogleDrive as No } from "./google-drive.js";
|
|
46
46
|
import { GoogleFinance as zo } from "./google-finance.js";
|
|
47
|
-
import { GoogleFlight as
|
|
48
|
-
import { GoogleFlights as
|
|
47
|
+
import { GoogleFlight as Jo } from "./google-flight.js";
|
|
48
|
+
import { GoogleFlights as Xo } from "./google-flights.js";
|
|
49
49
|
import { GoogleHotels as Qo } from "./google-hotels.js";
|
|
50
50
|
import { GoogleJobs as Vo } from "./google-jobs.js";
|
|
51
51
|
import { GoogleMaps as jo } from "./google-maps.js";
|
|
@@ -56,58 +56,60 @@ import { GoogleSlides as tr } from "./google-slides.js";
|
|
|
56
56
|
import { Heroku as fr } from "./heroku.js";
|
|
57
57
|
import { Hootsuite as xr } from "./hootsuite.js";
|
|
58
58
|
import { Hubspot as ar } from "./hubspot.js";
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
59
|
+
import { Imgflip as sr } from "./imgflip.js";
|
|
60
|
+
import { Intercom as cr } from "./intercom.js";
|
|
61
|
+
import { Jira as ur } from "./jira.js";
|
|
62
|
+
import { Linear as kr } from "./linear.js";
|
|
63
|
+
import { Linkedin as br } from "./linkedin.js";
|
|
64
|
+
import { Mailchimp as Sr } from "./mailchimp.js";
|
|
65
|
+
import { Mcp as Ar } from "./mcp.js";
|
|
65
66
|
import { Microsoft as Cr } from "./microsoft.js";
|
|
66
|
-
import { MicrosoftDynamics as
|
|
67
|
-
import { MicrosoftSharepoint as
|
|
68
|
-
import { MicrosoftTeams as
|
|
69
|
-
import { Miro as
|
|
70
|
-
import { Monday as
|
|
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 {
|
|
110
|
-
import {
|
|
67
|
+
import { MicrosoftDynamics as Dr } from "./microsoft-dynamics.js";
|
|
68
|
+
import { MicrosoftSharepoint as Fr } from "./microsoft-sharepoint.js";
|
|
69
|
+
import { MicrosoftTeams as vr } from "./microsoft-teams.js";
|
|
70
|
+
import { Miro as Pr } from "./miro.js";
|
|
71
|
+
import { Monday as Wr } from "./monday.js";
|
|
72
|
+
import { MongoDB as Nr } from "./mongodb.js";
|
|
73
|
+
import { Netsuite as zr } from "./netsuite.js";
|
|
74
|
+
import { Notion as Jr } from "./notion.js";
|
|
75
|
+
import { Oauth as Xr } from "./oauth.js";
|
|
76
|
+
import { Obsidian as Qr } from "./obsidian.js";
|
|
77
|
+
import { Okta as Vr } from "./okta.js";
|
|
78
|
+
import { OneDrive as jr } from "./one-drive.js";
|
|
79
|
+
import { OutlookCalendar as Ur } from "./outlook-calendar.js";
|
|
80
|
+
import { OutlookMail as $r } from "./outlook-mail.js";
|
|
81
|
+
import { Pinecone as re } from "./pinecone.js";
|
|
82
|
+
import { Pinterest as te } from "./pinterest.js";
|
|
83
|
+
import { Pipedrive as fe } from "./pipedrive.js";
|
|
84
|
+
import { Plaid as xe } from "./plaid.js";
|
|
85
|
+
import { Postgres as ae } from "./postgres.js";
|
|
86
|
+
import { Quickbooks as se } from "./quickbooks.js";
|
|
87
|
+
import { Reddit as ce } from "./reddit.js";
|
|
88
|
+
import { Salesforce as ue } from "./salesforce.js";
|
|
89
|
+
import { Shopify as ke } from "./shopify.js";
|
|
90
|
+
import { Singlestore as be } from "./singlestore.js";
|
|
91
|
+
import { Slack as Se } from "./slack.js";
|
|
92
|
+
import { Snowflake as Ae } from "./snowflake.js";
|
|
93
|
+
import { Splunk as Ce } from "./splunk.js";
|
|
94
|
+
import { Spotify as De } from "./spotify.js";
|
|
95
|
+
import { Square as Fe } from "./square.js";
|
|
96
|
+
import { Squarespace as ve } from "./squarespace.js";
|
|
97
|
+
import { Stripe as Pe } from "./stripe.js";
|
|
98
|
+
import { Tesla as We } from "./tesla.js";
|
|
99
|
+
import { Tiktok as Ne } from "./tiktok.js";
|
|
100
|
+
import { Trello as ze } from "./trello.js";
|
|
101
|
+
import { Twilio as Je } from "./twilio.js";
|
|
102
|
+
import { Twitch as Xe } from "./twitch.js";
|
|
103
|
+
import { Vercel as Qe } from "./vercel.js";
|
|
104
|
+
import { Walmart as Ve } from "./walmart.js";
|
|
105
|
+
import { Weaviate as je } from "./weaviate.js";
|
|
106
|
+
import { Workday as Ue } from "./workday.js";
|
|
107
|
+
import { Wrike as $e } from "./wrike.js";
|
|
108
|
+
import { X as rt } from "./x.js";
|
|
109
|
+
import { Xero as tt } from "./xero.js";
|
|
110
|
+
import { Youtube as ft } from "./youtube.js";
|
|
111
|
+
import { Zendesk as xt } from "./zendesk.js";
|
|
112
|
+
import { Zoom as at } from "./zoom.js";
|
|
111
113
|
export {
|
|
112
114
|
e as Adp,
|
|
113
115
|
p as Aha,
|
|
@@ -119,18 +121,18 @@ export {
|
|
|
119
121
|
d as Atlassian,
|
|
120
122
|
G as Auth0,
|
|
121
123
|
h as Azure,
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
124
|
+
M as Bamboohr,
|
|
125
|
+
B as Basecamp,
|
|
126
|
+
y as Bill,
|
|
125
127
|
O as Bitbucket,
|
|
126
128
|
T as Bluesky,
|
|
127
129
|
w as Box,
|
|
128
130
|
H as Braze,
|
|
129
131
|
E as Brex,
|
|
130
132
|
q as Buffer,
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
133
|
+
I as Calendly,
|
|
134
|
+
L as Clickhouse,
|
|
135
|
+
Z as Clickup,
|
|
134
136
|
R as Closeio,
|
|
135
137
|
Y as Codesandbox,
|
|
136
138
|
K as Coinbase,
|
|
@@ -146,8 +148,8 @@ export {
|
|
|
146
148
|
ko as Figma,
|
|
147
149
|
bo as Firecrawl,
|
|
148
150
|
So as Generic,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
+
Ao as Github,
|
|
152
|
+
Co as Gitlab,
|
|
151
153
|
Do as Gmail,
|
|
152
154
|
Fo as Google,
|
|
153
155
|
vo as GoogleCalendar,
|
|
@@ -155,8 +157,8 @@ export {
|
|
|
155
157
|
Wo as GoogleDocs,
|
|
156
158
|
No as GoogleDrive,
|
|
157
159
|
zo as GoogleFinance,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
+
Jo as GoogleFlight,
|
|
161
|
+
Xo as GoogleFlights,
|
|
160
162
|
Qo as GoogleHotels,
|
|
161
163
|
Vo as GoogleJobs,
|
|
162
164
|
jo as GoogleMaps,
|
|
@@ -167,56 +169,58 @@ export {
|
|
|
167
169
|
fr as Heroku,
|
|
168
170
|
xr as Hootsuite,
|
|
169
171
|
ar as Hubspot,
|
|
170
|
-
sr as
|
|
171
|
-
cr as
|
|
172
|
-
ur as
|
|
173
|
-
kr as
|
|
174
|
-
br as
|
|
175
|
-
Sr as
|
|
172
|
+
sr as Imgflip,
|
|
173
|
+
cr as Intercom,
|
|
174
|
+
ur as Jira,
|
|
175
|
+
kr as Linear,
|
|
176
|
+
br as Linkedin,
|
|
177
|
+
Sr as Mailchimp,
|
|
178
|
+
Ar as Mcp,
|
|
176
179
|
Cr as Microsoft,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
Ce as
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
180
|
+
Dr as MicrosoftDynamics,
|
|
181
|
+
Fr as MicrosoftSharepoint,
|
|
182
|
+
vr as MicrosoftTeams,
|
|
183
|
+
Pr as Miro,
|
|
184
|
+
Wr as Monday,
|
|
185
|
+
Nr as MongoDB,
|
|
186
|
+
zr as Netsuite,
|
|
187
|
+
Jr as Notion,
|
|
188
|
+
Xr as Oauth,
|
|
189
|
+
Qr as Obsidian,
|
|
190
|
+
Vr as Okta,
|
|
191
|
+
jr as OneDrive,
|
|
192
|
+
Ur as OutlookCalendar,
|
|
193
|
+
$r as OutlookMail,
|
|
194
|
+
re as Pinecone,
|
|
195
|
+
te as Pinterest,
|
|
196
|
+
fe as Pipedrive,
|
|
197
|
+
xe as Plaid,
|
|
198
|
+
ae as Postgres,
|
|
199
|
+
se as Quickbooks,
|
|
200
|
+
ce as Reddit,
|
|
201
|
+
ue as Salesforce,
|
|
202
|
+
ke as Shopify,
|
|
203
|
+
be as Singlestore,
|
|
204
|
+
Se as Slack,
|
|
205
|
+
Ae as Snowflake,
|
|
206
|
+
Ce as Splunk,
|
|
207
|
+
De as Spotify,
|
|
208
|
+
Fe as Square,
|
|
209
|
+
ve as Squarespace,
|
|
210
|
+
Pe as Stripe,
|
|
211
|
+
We as Tesla,
|
|
212
|
+
Ne as Tiktok,
|
|
213
|
+
ze as Trello,
|
|
214
|
+
Je as Twilio,
|
|
215
|
+
Xe as Twitch,
|
|
216
|
+
Qe as Vercel,
|
|
217
|
+
Ve as Walmart,
|
|
218
|
+
je as Weaviate,
|
|
219
|
+
Ue as Workday,
|
|
220
|
+
$e as Wrike,
|
|
221
|
+
rt as X,
|
|
222
|
+
tt as Xero,
|
|
223
|
+
ft as Youtube,
|
|
224
|
+
xt as Zendesk,
|
|
225
|
+
at as Zoom
|
|
222
226
|
};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as t, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
const o = (c) => /* @__PURE__ */ t(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
height: "64",
|
|
6
|
+
viewBox: "0 0 32 32",
|
|
7
|
+
width: "64",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
...c,
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ l("title", { children: "Mongodb" }),
|
|
12
|
+
/* @__PURE__ */ l(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
d: "M15.9.087l.854 1.604c.192.296.4.558.645.802.715.715 1.394 1.464 2.004 2.266 1.447 1.9 2.423 4.01 3.12 6.292.418 1.394.645 2.824.662 4.27.07 4.323-1.412 8.035-4.4 11.12-.488.488-1.01.94-1.57 1.342-.296 0-.436-.227-.558-.436-.227-.383-.366-.82-.436-1.255-.105-.523-.174-1.046-.14-1.586v-.244C16.057 24.21 15.796.21 15.9.087z",
|
|
16
|
+
fill: "#599636"
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ l(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
d: "M15.9.034c-.035-.07-.07-.017-.105.017.017.35-.105.662-.296.96-.21.296-.488.523-.767.767-1.55 1.342-2.77 2.963-3.747 4.776-1.3 2.44-1.97 5.055-2.16 7.808-.087.993.314 4.497.627 5.508.854 2.684 2.388 4.933 4.375 6.885.488.47 1.01.906 1.55 1.325.157 0 .174-.14.21-.244a4.78 4.78 0 0 0 .157-.68l.35-2.614L15.9.034z",
|
|
23
|
+
fill: "#6cac48"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ l(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
d: "M16.754 28.845c.035-.4.227-.732.436-1.063-.21-.087-.366-.26-.488-.453-.105-.174-.192-.383-.26-.575-.244-.732-.296-1.5-.366-2.248v-.453c-.087.07-.105.662-.105.75a17.37 17.37 0 0 1-.314 2.353c-.052.314-.087.627-.28.906 0 .035 0 .07.017.122.314.924.4 1.865.453 2.824v.35c0 .418-.017.33.33.47.14.052.296.07.436.174.105 0 .122-.087.122-.157l-.052-.575v-1.604c-.017-.28.035-.558.07-.82z",
|
|
30
|
+
fill: "#c2bfbf"
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
export {
|
|
37
|
+
o as MongoDB,
|
|
38
|
+
o as default
|
|
39
|
+
};
|