@arcadeai/design-system 1.5.1 → 1.7.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.
Files changed (37) hide show
  1. package/dist/{arcade-DSu1Vp41.js → arcade-DzMbb7xi.js} +512 -586
  2. package/dist/components/index.js +302 -300
  3. package/dist/components/ui/atoms/alert-dialog.d.ts +14 -0
  4. package/dist/components/ui/atoms/alert-dialog.js +248 -0
  5. package/dist/components/ui/atoms/command.js +1 -1
  6. package/dist/components/ui/atoms/dialog.js +1 -1
  7. package/dist/components/ui/atoms/icons/codesandbox.d.ts +3 -0
  8. package/dist/components/ui/atoms/icons/codesandbox.js +26 -0
  9. package/dist/components/ui/atoms/icons/index.d.ts +1 -0
  10. package/dist/components/ui/atoms/icons/index.js +182 -180
  11. package/dist/components/ui/atoms/index.js +285 -283
  12. package/dist/components/ui/atoms/sheet.js +1 -1
  13. package/dist/components/ui/index.js +302 -300
  14. package/dist/components/ui/molecules/toolkit-picker-trigger.js +29 -32
  15. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
  16. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
  17. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
  18. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +11 -3
  19. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +141 -99
  20. package/dist/components/ui/organisms/toolkit-picker/index.d.ts +2 -0
  21. package/dist/components/ui/organisms/toolkit-picker/index.js +3 -2
  22. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts +2 -0
  23. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +247 -55
  24. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +2 -2
  25. package/dist/components/ui/utils/memo.test.js +1 -1
  26. package/dist/{index-BzU0xzeS.js → index-Dkey23PG.js} +3 -1
  27. package/dist/lib/arcade/arcade.js +3 -2
  28. package/dist/lib/arcade/arcade.test.js +2 -2
  29. package/dist/lib/utils.test.js +1 -1
  30. package/dist/main.js +313 -311
  31. package/dist/metadata/oauth-providers.js +9 -9
  32. package/dist/metadata/toolkits.js +383 -227
  33. package/dist/metadata/types.d.ts +2 -1
  34. package/dist/{react.esm-CFMQn0EI.js → react.esm-CAxz4dXo.js} +1 -1
  35. package/dist/{vi.bdSIJ99Y-CQ1FdEM8.js → vi.bdSIJ99Y-hyudrc3R.js} +3880 -3436
  36. package/dist/web-sgv-FK6q.js +84 -0
  37. package/package.json +2 -1
@@ -1,9 +1,9 @@
1
- import { Adp as a } from "../components/ui/atoms/icons/adp.js";
2
- import { Aha as s } from "../components/ui/atoms/icons/aha.js";
1
+ import { Adp as t } from "../components/ui/atoms/icons/adp.js";
2
+ import { Aha as a } from "../components/ui/atoms/icons/aha.js";
3
3
  import { Airtable as r } from "../components/ui/atoms/icons/airtable.js";
4
- import { Amplitude as c } from "../components/ui/atoms/icons/amplitude.js";
4
+ import { Amplitude as l } from "../components/ui/atoms/icons/amplitude.js";
5
5
  import "react/jsx-runtime";
6
- import { Asana as l } from "../components/ui/atoms/icons/asana.js";
6
+ import { Asana as c } from "../components/ui/atoms/icons/asana.js";
7
7
  import { Ashby as n } from "../components/ui/atoms/icons/ashby.js";
8
8
  import { Auth0 as d } from "../components/ui/atoms/icons/auth0.js";
9
9
  import { Bamboohr as p } from "../components/ui/atoms/icons/bamboohr.js";
@@ -12,18 +12,19 @@ import { Bitbucket as u } from "../components/ui/atoms/icons/bitbucket.js";
12
12
  import { Bluesky as g } from "../components/ui/atoms/icons/bluesky.js";
13
13
  import { Box as y } from "../components/ui/atoms/icons/box.js";
14
14
  import { Braze as v } from "../components/ui/atoms/icons/braze.js";
15
- import { Brex as k } from "../components/ui/atoms/icons/brex.js";
16
- import { Buffer as f } from "../components/ui/atoms/icons/buffer.js";
17
- import { Calendly as h } from "../components/ui/atoms/icons/calendly.js";
18
- import { Clickhouse as b } from "../components/ui/atoms/icons/clickhouse.js";
15
+ import { Brex as f } from "../components/ui/atoms/icons/brex.js";
16
+ import { Buffer as k } from "../components/ui/atoms/icons/buffer.js";
17
+ import { Calendly as b } from "../components/ui/atoms/icons/calendly.js";
18
+ import { Clickhouse as h } from "../components/ui/atoms/icons/clickhouse.js";
19
19
  import { Clickup as C } from "../components/ui/atoms/icons/clickup.js";
20
20
  import { Closeio as L } from "../components/ui/atoms/icons/closeio.js";
21
+ import { Codesandbox as S } from "../components/ui/atoms/icons/codesandbox.js";
21
22
  import { Coinbase as w } from "../components/ui/atoms/icons/coinbase.js";
22
23
  import { Confluence as D } from "../components/ui/atoms/icons/confluence.js";
23
24
  import { Datadog as B } from "../components/ui/atoms/icons/datadog.js";
24
- import { DigitalOcean as S } from "../components/ui/atoms/icons/digital-ocean.js";
25
- import { Discord as O } from "../components/ui/atoms/icons/discord.js";
26
- import { Dropbox as P } from "../components/ui/atoms/icons/dropbox.js";
25
+ import { DigitalOcean as O } from "../components/ui/atoms/icons/digital-ocean.js";
26
+ import { Discord as P } from "../components/ui/atoms/icons/discord.js";
27
+ import { Dropbox as H } from "../components/ui/atoms/icons/dropbox.js";
27
28
  import { E2b as I } from "../components/ui/atoms/icons/e2b.js";
28
29
  import { Ebay as U } from "../components/ui/atoms/icons/ebay.js";
29
30
  import { Evernote as Y } from "../components/ui/atoms/icons/evernote.js";
@@ -34,50 +35,50 @@ import { Generic as _ } from "../components/ui/atoms/icons/generic.js";
34
35
  import { Github as x } from "../components/ui/atoms/icons/github.js";
35
36
  import { Gitlab as A } from "../components/ui/atoms/icons/gitlab.js";
36
37
  import { Gmail as T } from "../components/ui/atoms/icons/gmail.js";
37
- import { Google as H } from "../components/ui/atoms/icons/google.js";
38
- import { GoogleCalendar as q } from "../components/ui/atoms/icons/google-calendar.js";
39
- import { GoogleContacts as F } from "../components/ui/atoms/icons/google-contacts.js";
40
- import { GoogleDocs as N } from "../components/ui/atoms/icons/google-docs.js";
41
- import { GoogleDrive as W } from "../components/ui/atoms/icons/google-drive.js";
42
- import { GoogleFinance as z } from "../components/ui/atoms/icons/google-finance.js";
43
- import { GoogleFlights as R } from "../components/ui/atoms/icons/google-flights.js";
44
- import { GoogleHotels as j } from "../components/ui/atoms/icons/google-hotels.js";
45
- import { GoogleJobs as E } from "../components/ui/atoms/icons/google-jobs.js";
46
- import { GoogleMaps as J } from "../components/ui/atoms/icons/google-maps.js";
47
- import { GoogleNews as X } from "../components/ui/atoms/icons/google-news.js";
48
- import { GoogleSheets as Z } from "../components/ui/atoms/icons/google-sheets.js";
49
- import { GoogleShopping as Q } from "../components/ui/atoms/icons/google-shopping.js";
50
- import { GoogleSlides as V } from "../components/ui/atoms/icons/google-slides.js";
51
- import { Heroku as K } from "../components/ui/atoms/icons/heroku.js";
52
- import { Hootsuite as oo } from "../components/ui/atoms/icons/hootsuite.js";
53
- import { Hubspot as io } from "../components/ui/atoms/icons/hubspot.js";
54
- import { Intercom as eo } from "../components/ui/atoms/icons/intercom.js";
38
+ import { Google as q } from "../components/ui/atoms/icons/google.js";
39
+ import { GoogleCalendar as F } from "../components/ui/atoms/icons/google-calendar.js";
40
+ import { GoogleContacts as N } from "../components/ui/atoms/icons/google-contacts.js";
41
+ import { GoogleDocs as W } from "../components/ui/atoms/icons/google-docs.js";
42
+ import { GoogleDrive as z } from "../components/ui/atoms/icons/google-drive.js";
43
+ import { GoogleFinance as R } from "../components/ui/atoms/icons/google-finance.js";
44
+ import { GoogleFlights as j } from "../components/ui/atoms/icons/google-flights.js";
45
+ import { GoogleHotels as E } from "../components/ui/atoms/icons/google-hotels.js";
46
+ import { GoogleJobs as J } from "../components/ui/atoms/icons/google-jobs.js";
47
+ import { GoogleMaps as X } from "../components/ui/atoms/icons/google-maps.js";
48
+ import { GoogleNews as Z } from "../components/ui/atoms/icons/google-news.js";
49
+ import { GoogleSheets as Q } from "../components/ui/atoms/icons/google-sheets.js";
50
+ import { GoogleShopping as V } from "../components/ui/atoms/icons/google-shopping.js";
51
+ import { GoogleSlides as K } from "../components/ui/atoms/icons/google-slides.js";
52
+ import { Heroku as oo } from "../components/ui/atoms/icons/heroku.js";
53
+ import { Hootsuite as io } from "../components/ui/atoms/icons/hootsuite.js";
54
+ import { Hubspot as eo } from "../components/ui/atoms/icons/hubspot.js";
55
+ import { Intercom as so } from "../components/ui/atoms/icons/intercom.js";
55
56
  import { Jira as to } from "../components/ui/atoms/icons/jira.js";
56
57
  import { Linear as ao } from "../components/ui/atoms/icons/linear.js";
57
- import { Linkedin as so } from "../components/ui/atoms/icons/linkedin.js";
58
- import { Mailchimp as ro } from "../components/ui/atoms/icons/mailchimp.js";
58
+ import { Linkedin as ro } from "../components/ui/atoms/icons/linkedin.js";
59
+ import { Mailchimp as lo } from "../components/ui/atoms/icons/mailchimp.js";
59
60
  import { Mcp as co } from "../components/ui/atoms/icons/mcp.js";
60
- import { MicrosoftDynamics as lo } from "../components/ui/atoms/icons/microsoft-dynamics.js";
61
- import { MicrosoftSharepoint as no } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
62
- import { MicrosoftTeams as po } from "../components/ui/atoms/icons/microsoft-teams.js";
63
- import { Miro as mo } from "../components/ui/atoms/icons/miro.js";
64
- import { Monday as uo } from "../components/ui/atoms/icons/monday.js";
65
- import { Netsuite as go } from "../components/ui/atoms/icons/netsuite.js";
66
- import { Notion as t } from "../components/ui/atoms/icons/notion.js";
67
- import { Obsidian as yo } from "../components/ui/atoms/icons/obsidian.js";
68
- import { Okta as vo } from "../components/ui/atoms/icons/okta.js";
61
+ import { MicrosoftDynamics as no } from "../components/ui/atoms/icons/microsoft-dynamics.js";
62
+ import { MicrosoftSharepoint as po } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
63
+ import { MicrosoftTeams as mo } from "../components/ui/atoms/icons/microsoft-teams.js";
64
+ import { Miro as uo } from "../components/ui/atoms/icons/miro.js";
65
+ import { Monday as go } from "../components/ui/atoms/icons/monday.js";
66
+ import { Netsuite as yo } from "../components/ui/atoms/icons/netsuite.js";
67
+ import { Notion as s } from "../components/ui/atoms/icons/notion.js";
68
+ import { Obsidian as vo } from "../components/ui/atoms/icons/obsidian.js";
69
+ import { Okta as fo } from "../components/ui/atoms/icons/okta.js";
69
70
  import { OneDrive as ko } from "../components/ui/atoms/icons/one-drive.js";
70
- import { OutlookCalendar as fo } from "../components/ui/atoms/icons/outlook-calendar.js";
71
+ import { OutlookCalendar as bo } from "../components/ui/atoms/icons/outlook-calendar.js";
71
72
  import { OutlookMail as ho } from "../components/ui/atoms/icons/outlook-mail.js";
72
- import { Pinecone as bo } from "../components/ui/atoms/icons/pinecone.js";
73
- import { Pinterest as Co } from "../components/ui/atoms/icons/pinterest.js";
74
- import { Pipedrive as Lo } from "../components/ui/atoms/icons/pipedrive.js";
73
+ import { Pinecone as Co } from "../components/ui/atoms/icons/pinecone.js";
74
+ import { Pinterest as Lo } from "../components/ui/atoms/icons/pinterest.js";
75
+ import { Pipedrive as So } from "../components/ui/atoms/icons/pipedrive.js";
75
76
  import { Plaid as wo } from "../components/ui/atoms/icons/plaid.js";
76
77
  import { Postgres as Do } from "../components/ui/atoms/icons/postgres.js";
77
78
  import { Quickbooks as Bo } from "../components/ui/atoms/icons/quickbooks.js";
78
- import { Reddit as So } from "../components/ui/atoms/icons/reddit.js";
79
- import { Salesforce as Oo } from "../components/ui/atoms/icons/salesforce.js";
80
- import { Shopify as Po } from "../components/ui/atoms/icons/shopify.js";
79
+ import { Reddit as Oo } from "../components/ui/atoms/icons/reddit.js";
80
+ import { Salesforce as Po } from "../components/ui/atoms/icons/salesforce.js";
81
+ import { Shopify as Ho } from "../components/ui/atoms/icons/shopify.js";
81
82
  import { Singlestore as Io } from "../components/ui/atoms/icons/singlestore.js";
82
83
  import { Slack as Uo } from "../components/ui/atoms/icons/slack.js";
83
84
  import { Snowflake as Yo } from "../components/ui/atoms/icons/snowflake.js";
@@ -88,20 +89,20 @@ import { Squarespace as _o } from "../components/ui/atoms/icons/squarespace.js";
88
89
  import { Stripe as xo } from "../components/ui/atoms/icons/stripe.js";
89
90
  import { Tiktok as Ao } from "../components/ui/atoms/icons/tiktok.js";
90
91
  import { Trello as To } from "../components/ui/atoms/icons/trello.js";
91
- import { Twilio as Ho } from "../components/ui/atoms/icons/twilio.js";
92
- import { Twitch as qo } from "../components/ui/atoms/icons/twitch.js";
93
- import { Vercel as Fo } from "../components/ui/atoms/icons/vercel.js";
94
- import { Walmart as No } from "../components/ui/atoms/icons/walmart.js";
95
- import { Weaviate as Wo } from "../components/ui/atoms/icons/weaviate.js";
96
- import { Workday as zo } from "../components/ui/atoms/icons/workday.js";
97
- import { Wrike as Ro } from "../components/ui/atoms/icons/wrike.js";
98
- import { X as jo } from "../components/ui/atoms/icons/x.js";
99
- import { Xero as Eo } from "../components/ui/atoms/icons/xero.js";
100
- import { Youtube as Jo } from "../components/ui/atoms/icons/youtube.js";
101
- import { Zendesk as Xo } from "../components/ui/atoms/icons/zendesk.js";
102
- import { Zoom as Zo } from "../components/ui/atoms/icons/zoom.js";
92
+ import { Twilio as qo } from "../components/ui/atoms/icons/twilio.js";
93
+ import { Twitch as Fo } from "../components/ui/atoms/icons/twitch.js";
94
+ import { Vercel as No } from "../components/ui/atoms/icons/vercel.js";
95
+ import { Walmart as Wo } from "../components/ui/atoms/icons/walmart.js";
96
+ import { Weaviate as zo } from "../components/ui/atoms/icons/weaviate.js";
97
+ import { Workday as Ro } from "../components/ui/atoms/icons/workday.js";
98
+ import { Wrike as jo } from "../components/ui/atoms/icons/wrike.js";
99
+ import { X as Eo } from "../components/ui/atoms/icons/x.js";
100
+ import { Xero as Jo } from "../components/ui/atoms/icons/xero.js";
101
+ import { Youtube as Xo } from "../components/ui/atoms/icons/youtube.js";
102
+ import { Zendesk as Zo } from "../components/ui/atoms/icons/zendesk.js";
103
+ import { Zoom as Qo } from "../components/ui/atoms/icons/zoom.js";
103
104
  import { PUBLIC_ICON_URL as o } from "./constants.js";
104
- const Ee = [
105
+ const Xe = [
105
106
  { id: "all", name: "All Tools" },
106
107
  { id: "productivity", name: "Productivity & Docs" },
107
108
  { id: "social", name: "Social & Communication" },
@@ -112,20 +113,21 @@ const Ee = [
112
113
  { id: "sales", name: "Sales" },
113
114
  { id: "databases", name: "Databases" },
114
115
  { id: "customer-support", name: "Customer Support" }
115
- ], Qo = [
116
+ ], Vo = [
116
117
  {
117
118
  id: "ADPWorkforceNow",
118
119
  label: "ADP Workforce Now",
119
120
  isBYOC: !1,
120
121
  isPro: !1,
121
122
  publicIconUrl: `${o}/adp.svg`,
122
- icon: a,
123
+ icon: t,
123
124
  summary: "Manage payroll, HR, and workforce data with your agents.",
124
125
  docsLink: "https://docs.arcade.dev/toolkits/productivity/adp",
125
126
  relativeDocsLink: "/toolkits/productivity/adp",
126
127
  category: "productivity",
127
128
  type: "arcade",
128
- isComingSoon: !0
129
+ isComingSoon: !0,
130
+ isHidden: !1
129
131
  },
130
132
  {
131
133
  id: "Aha",
@@ -133,13 +135,14 @@ const Ee = [
133
135
  isBYOC: !1,
134
136
  isPro: !1,
135
137
  publicIconUrl: `${o}/aha.svg`,
136
- icon: s,
138
+ icon: a,
137
139
  summary: "Manage product roadmaps and strategy with your agents.",
138
140
  docsLink: "https://docs.arcade.dev/toolkits/productivity/aha",
139
141
  relativeDocsLink: "/toolkits/productivity/aha",
140
142
  category: "productivity",
141
143
  type: "arcade",
142
- isComingSoon: !0
144
+ isComingSoon: !0,
145
+ isHidden: !1
143
146
  },
144
147
  {
145
148
  id: "Airtable",
@@ -153,7 +156,8 @@ const Ee = [
153
156
  relativeDocsLink: "/toolkits/productivity/airtable",
154
157
  category: "productivity",
155
158
  type: "arcade",
156
- isComingSoon: !0
159
+ isComingSoon: !0,
160
+ isHidden: !1
157
161
  },
158
162
  {
159
163
  id: "Amplitude",
@@ -161,13 +165,14 @@ const Ee = [
161
165
  isBYOC: !1,
162
166
  isPro: !1,
163
167
  publicIconUrl: `${o}/amplitude.svg`,
164
- icon: c,
168
+ icon: l,
165
169
  summary: "Analyze user behavior and product analytics with your agents.",
166
170
  docsLink: "https://docs.arcade.dev/toolkits/productivity/amplitude",
167
171
  relativeDocsLink: "/toolkits/productivity/amplitude",
168
172
  category: "productivity",
169
173
  type: "arcade",
170
- isComingSoon: !0
174
+ isComingSoon: !0,
175
+ isHidden: !1
171
176
  },
172
177
  {
173
178
  id: "Asana",
@@ -175,13 +180,14 @@ const Ee = [
175
180
  isBYOC: !1,
176
181
  isPro: !1,
177
182
  publicIconUrl: `${o}/asana.svg`,
178
- icon: l,
183
+ icon: c,
179
184
  summary: "Manage projects, tasks, and more in Asana with your agents.",
180
185
  docsLink: "https://docs.arcade.dev/toolkits/productivity/asana",
181
186
  relativeDocsLink: "/toolkits/productivity/asana",
182
187
  category: "productivity",
183
188
  type: "arcade",
184
- isComingSoon: !1
189
+ isComingSoon: !1,
190
+ isHidden: !1
185
191
  },
186
192
  {
187
193
  id: "Ashby",
@@ -195,7 +201,8 @@ const Ee = [
195
201
  relativeDocsLink: "/toolkits/productivity/ashby",
196
202
  category: "productivity",
197
203
  type: "arcade",
198
- isComingSoon: !0
204
+ isComingSoon: !0,
205
+ isHidden: !1
199
206
  },
200
207
  {
201
208
  id: "Auth0",
@@ -209,7 +216,8 @@ const Ee = [
209
216
  relativeDocsLink: "/toolkits/development/auth0",
210
217
  category: "development",
211
218
  type: "arcade",
212
- isComingSoon: !0
219
+ isComingSoon: !0,
220
+ isHidden: !1
213
221
  },
214
222
  {
215
223
  id: "BambooHR",
@@ -223,7 +231,8 @@ const Ee = [
223
231
  relativeDocsLink: "/toolkits/productivity/bamboohr",
224
232
  category: "productivity",
225
233
  type: "arcade",
226
- isComingSoon: !0
234
+ isComingSoon: !0,
235
+ isHidden: !1
227
236
  },
228
237
  {
229
238
  id: "Basecamp",
@@ -237,7 +246,8 @@ const Ee = [
237
246
  relativeDocsLink: "/toolkits/productivity/basecamp",
238
247
  category: "productivity",
239
248
  type: "arcade",
240
- isComingSoon: !0
249
+ isComingSoon: !0,
250
+ isHidden: !1
241
251
  },
242
252
  {
243
253
  id: "BillCom",
@@ -251,7 +261,8 @@ const Ee = [
251
261
  relativeDocsLink: "/toolkits/productivity/bill",
252
262
  category: "productivity",
253
263
  type: "arcade",
254
- isComingSoon: !0
264
+ isComingSoon: !0,
265
+ isHidden: !1
255
266
  },
256
267
  {
257
268
  id: "Bitbucket",
@@ -265,7 +276,8 @@ const Ee = [
265
276
  relativeDocsLink: "/toolkits/development/bitbucket",
266
277
  category: "development",
267
278
  type: "arcade",
268
- isComingSoon: !0
279
+ isComingSoon: !0,
280
+ isHidden: !1
269
281
  },
270
282
  {
271
283
  id: "Bluesky",
@@ -279,7 +291,8 @@ const Ee = [
279
291
  relativeDocsLink: "/toolkits/social-communication/bluesky",
280
292
  category: "social",
281
293
  type: "arcade",
282
- isComingSoon: !0
294
+ isComingSoon: !0,
295
+ isHidden: !1
283
296
  },
284
297
  {
285
298
  id: "Box",
@@ -293,7 +306,8 @@ const Ee = [
293
306
  relativeDocsLink: "/toolkits/productivity/box",
294
307
  category: "productivity",
295
308
  type: "arcade",
296
- isComingSoon: !0
309
+ isComingSoon: !0,
310
+ isHidden: !1
297
311
  },
298
312
  {
299
313
  id: "Braze",
@@ -307,7 +321,8 @@ const Ee = [
307
321
  relativeDocsLink: "/toolkits/productivity/braze",
308
322
  category: "productivity",
309
323
  type: "arcade",
310
- isComingSoon: !0
324
+ isComingSoon: !0,
325
+ isHidden: !1
311
326
  },
312
327
  {
313
328
  id: "Brex",
@@ -315,13 +330,14 @@ const Ee = [
315
330
  isBYOC: !1,
316
331
  isPro: !1,
317
332
  publicIconUrl: `${o}/brex.svg`,
318
- icon: k,
333
+ icon: f,
319
334
  summary: "Manage business expenses and cards with your agents.",
320
335
  docsLink: "https://docs.arcade.dev/toolkits/productivity/brex",
321
336
  relativeDocsLink: "/toolkits/productivity/brex",
322
337
  category: "productivity",
323
338
  type: "arcade",
324
- isComingSoon: !0
339
+ isComingSoon: !0,
340
+ isHidden: !1
325
341
  },
326
342
  {
327
343
  id: "Buffer",
@@ -329,13 +345,14 @@ const Ee = [
329
345
  isBYOC: !1,
330
346
  isPro: !1,
331
347
  publicIconUrl: `${o}/buffer.svg`,
332
- icon: f,
348
+ icon: k,
333
349
  summary: "Schedule and manage social media posts with your agents.",
334
350
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/buffer",
335
351
  relativeDocsLink: "/toolkits/social-communication/buffer",
336
352
  category: "social",
337
353
  type: "arcade",
338
- isComingSoon: !0
354
+ isComingSoon: !0,
355
+ isHidden: !1
339
356
  },
340
357
  {
341
358
  id: "Calendly",
@@ -343,13 +360,14 @@ const Ee = [
343
360
  isBYOC: !1,
344
361
  isPro: !1,
345
362
  publicIconUrl: `${o}/calendly.svg`,
346
- icon: h,
363
+ icon: b,
347
364
  summary: "Manage scheduling and appointments with your agents.",
348
365
  docsLink: "https://docs.arcade.dev/toolkits/productivity/calendly",
349
366
  relativeDocsLink: "/toolkits/productivity/calendly",
350
367
  category: "productivity",
351
368
  type: "arcade",
352
- isComingSoon: !0
369
+ isComingSoon: !0,
370
+ isHidden: !1
353
371
  },
354
372
  {
355
373
  id: "Clickhouse",
@@ -357,13 +375,14 @@ const Ee = [
357
375
  isBYOC: !1,
358
376
  isPro: !1,
359
377
  publicIconUrl: `${o}/clickhouse.svg`,
360
- icon: b,
378
+ icon: h,
361
379
  summary: "Interact with Clickhouse databases with your agents.",
362
380
  docsLink: "https://docs.arcade.dev/toolkits/databases/clickhouse",
363
381
  relativeDocsLink: "/toolkits/databases/clickhouse",
364
382
  category: "databases",
365
383
  type: "community",
366
- isComingSoon: !1
384
+ isComingSoon: !1,
385
+ isHidden: !1
367
386
  },
368
387
  {
369
388
  id: "ClickUp",
@@ -377,7 +396,8 @@ const Ee = [
377
396
  relativeDocsLink: "/toolkits/productivity/clickup",
378
397
  category: "productivity",
379
398
  type: "arcade",
380
- isComingSoon: !0
399
+ isComingSoon: !0,
400
+ isHidden: !1
381
401
  },
382
402
  {
383
403
  id: "CloseIO",
@@ -390,7 +410,24 @@ const Ee = [
390
410
  docsLink: "https://docs.arcade.dev/toolkits/productivity/closeio",
391
411
  relativeDocsLink: "/toolkits/productivity/closeio",
392
412
  category: "productivity",
393
- type: "community"
413
+ type: "community",
414
+ isComingSoon: !1,
415
+ isHidden: !1
416
+ },
417
+ {
418
+ id: "Codesandbox",
419
+ label: "Codesandbox",
420
+ isBYOC: !1,
421
+ isPro: !1,
422
+ publicIconUrl: `${o}/codesandbox.svg`,
423
+ icon: S,
424
+ summary: "Interact with Codesandbox with your agents.",
425
+ docsLink: "https://docs.arcade.dev/toolkits/development/codesandbox",
426
+ relativeDocsLink: "/toolkits/development/codesandbox",
427
+ category: "development",
428
+ type: "arcade",
429
+ isComingSoon: !0,
430
+ isHidden: !0
394
431
  },
395
432
  {
396
433
  id: "Coinbase",
@@ -404,7 +441,8 @@ const Ee = [
404
441
  relativeDocsLink: "/toolkits/productivity/coinbase",
405
442
  category: "productivity",
406
443
  type: "arcade",
407
- isComingSoon: !0
444
+ isComingSoon: !0,
445
+ isHidden: !1
408
446
  },
409
447
  {
410
448
  id: "Confluence",
@@ -417,7 +455,9 @@ const Ee = [
417
455
  docsLink: "https://docs.arcade.dev/toolkits/productivity/confluence",
418
456
  relativeDocsLink: "/toolkits/productivity/confluence",
419
457
  category: "productivity",
420
- type: "arcade"
458
+ type: "arcade",
459
+ isComingSoon: !0,
460
+ isHidden: !1
421
461
  },
422
462
  {
423
463
  id: "Datadog",
@@ -431,7 +471,8 @@ const Ee = [
431
471
  relativeDocsLink: "/toolkits/development/datadog",
432
472
  category: "development",
433
473
  type: "arcade",
434
- isComingSoon: !0
474
+ isComingSoon: !0,
475
+ isHidden: !1
435
476
  },
436
477
  {
437
478
  id: "DigitalOcean",
@@ -439,13 +480,14 @@ const Ee = [
439
480
  isBYOC: !1,
440
481
  isPro: !1,
441
482
  publicIconUrl: `${o}/digital-ocean.svg`,
442
- icon: S,
483
+ icon: O,
443
484
  summary: "Manage cloud servers and infrastructure with your agents.",
444
485
  docsLink: "https://docs.arcade.dev/toolkits/development/digitalocean",
445
486
  relativeDocsLink: "/toolkits/development/digitalocean",
446
487
  category: "development",
447
488
  type: "arcade",
448
- isComingSoon: !0
489
+ isComingSoon: !0,
490
+ isHidden: !1
449
491
  },
450
492
  {
451
493
  id: "Discord",
@@ -453,12 +495,14 @@ const Ee = [
453
495
  isBYOC: !1,
454
496
  isPro: !1,
455
497
  publicIconUrl: `${o}/discord.svg`,
456
- icon: O,
498
+ icon: P,
457
499
  summary: "Manage Discord servers, channels, and more with your agents",
458
500
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/discord",
459
501
  relativeDocsLink: "/toolkits/social-communication/discord",
460
502
  category: "social",
461
- type: "auth"
503
+ type: "auth",
504
+ isComingSoon: !0,
505
+ isHidden: !1
462
506
  },
463
507
  {
464
508
  id: "Dropbox",
@@ -466,12 +510,14 @@ const Ee = [
466
510
  isBYOC: !1,
467
511
  isPro: !1,
468
512
  publicIconUrl: `${o}/dropbox.svg`,
469
- icon: P,
513
+ icon: H,
470
514
  summary: "Manage Dropbox files and folders with your agents",
471
515
  docsLink: "https://docs.arcade.dev/toolkits/productivity/dropbox",
472
516
  relativeDocsLink: "/toolkits/productivity/dropbox",
473
517
  category: "productivity",
474
- type: "arcade"
518
+ type: "arcade",
519
+ isComingSoon: !0,
520
+ isHidden: !1
475
521
  },
476
522
  {
477
523
  id: "E2b",
@@ -484,7 +530,9 @@ const Ee = [
484
530
  docsLink: "https://docs.arcade.dev/toolkits/development/e2b",
485
531
  relativeDocsLink: "/toolkits/development/e2b",
486
532
  category: "development",
487
- type: "arcade"
533
+ type: "arcade",
534
+ isComingSoon: !0,
535
+ isHidden: !1
488
536
  },
489
537
  {
490
538
  id: "EBay",
@@ -498,7 +546,8 @@ const Ee = [
498
546
  relativeDocsLink: "/toolkits/productivity/ebay",
499
547
  category: "productivity",
500
548
  type: "arcade",
501
- isComingSoon: !0
549
+ isComingSoon: !0,
550
+ isHidden: !1
502
551
  },
503
552
  {
504
553
  id: "Evernote",
@@ -512,7 +561,8 @@ const Ee = [
512
561
  relativeDocsLink: "/toolkits/productivity/evernote",
513
562
  category: "productivity",
514
563
  type: "arcade",
515
- isComingSoon: !0
564
+ isComingSoon: !0,
565
+ isHidden: !1
516
566
  },
517
567
  {
518
568
  id: "Factorial",
@@ -526,7 +576,8 @@ const Ee = [
526
576
  relativeDocsLink: "/toolkits/productivity/factorial",
527
577
  category: "productivity",
528
578
  type: "arcade",
529
- isComingSoon: !0
579
+ isComingSoon: !0,
580
+ isHidden: !1
530
581
  },
531
582
  {
532
583
  id: "Figma",
@@ -540,7 +591,8 @@ const Ee = [
540
591
  relativeDocsLink: "/toolkits/productivity/figma",
541
592
  category: "productivity",
542
593
  type: "arcade",
543
- isComingSoon: !0
594
+ isComingSoon: !0,
595
+ isHidden: !1
544
596
  },
545
597
  {
546
598
  id: "Firecrawl",
@@ -553,7 +605,9 @@ const Ee = [
553
605
  docsLink: "https://docs.arcade.dev/toolkits/development/firecrawl/firecrawl",
554
606
  relativeDocsLink: "/toolkits/development/firecrawl/firecrawl",
555
607
  category: "development",
556
- type: "arcade"
608
+ type: "arcade",
609
+ isComingSoon: !1,
610
+ isHidden: !1
557
611
  },
558
612
  {
559
613
  id: "Github",
@@ -566,7 +620,9 @@ const Ee = [
566
620
  docsLink: "https://docs.arcade.dev/toolkits/development/github/github",
567
621
  relativeDocsLink: "/toolkits/development/github/github",
568
622
  category: "development",
569
- type: "arcade"
623
+ type: "arcade",
624
+ isComingSoon: !1,
625
+ isHidden: !1
570
626
  },
571
627
  {
572
628
  id: "GitLab",
@@ -580,7 +636,8 @@ const Ee = [
580
636
  relativeDocsLink: "/toolkits/development/gitlab",
581
637
  category: "development",
582
638
  type: "arcade",
583
- isComingSoon: !0
639
+ isComingSoon: !0,
640
+ isHidden: !1
584
641
  },
585
642
  {
586
643
  id: "Gmail",
@@ -593,7 +650,9 @@ const Ee = [
593
650
  docsLink: "https://docs.arcade.dev/toolkits/productivity/gmail",
594
651
  relativeDocsLink: "/toolkits/productivity/gmail",
595
652
  category: "productivity",
596
- type: "arcade"
653
+ type: "arcade",
654
+ isComingSoon: !1,
655
+ isHidden: !1
597
656
  },
598
657
  {
599
658
  id: "GoogleCalendar",
@@ -601,12 +660,14 @@ const Ee = [
601
660
  isBYOC: !1,
602
661
  isPro: !1,
603
662
  publicIconUrl: `${o}/google_calendar.svg`,
604
- icon: q,
663
+ icon: F,
605
664
  summary: "Create, update, delete, and search events in Google Calendar with your agents.",
606
665
  docsLink: "https://docs.arcade.dev/toolkits/productivity/google_calendar",
607
666
  relativeDocsLink: "/toolkits/productivity/google_calendar",
608
667
  category: "productivity",
609
- type: "arcade"
668
+ type: "arcade",
669
+ isComingSoon: !1,
670
+ isHidden: !1
610
671
  },
611
672
  {
612
673
  id: "GoogleContacts",
@@ -614,12 +675,14 @@ const Ee = [
614
675
  isBYOC: !1,
615
676
  isPro: !1,
616
677
  publicIconUrl: `${o}/google_contacts.svg`,
617
- icon: F,
678
+ icon: N,
618
679
  summary: "Create and search contacts in Google Contacts with your agents.",
619
680
  docsLink: "https://docs.arcade.dev/toolkits/productivity/google_contacts",
620
681
  relativeDocsLink: "/toolkits/productivity/google_contacts",
621
682
  category: "productivity",
622
- type: "arcade"
683
+ type: "arcade",
684
+ isComingSoon: !1,
685
+ isHidden: !1
623
686
  },
624
687
  {
625
688
  id: "GoogleDocs",
@@ -627,12 +690,14 @@ const Ee = [
627
690
  isBYOC: !1,
628
691
  isPro: !1,
629
692
  publicIconUrl: `${o}/google_docs.svg`,
630
- icon: N,
693
+ icon: W,
631
694
  summary: "Create, edit, and get information about Google Docs documents with your agents.",
632
695
  docsLink: "https://docs.arcade.dev/toolkits/productivity/google_docs",
633
696
  relativeDocsLink: "/toolkits/productivity/google_docs",
634
697
  category: "productivity",
635
- type: "arcade"
698
+ type: "arcade",
699
+ isComingSoon: !1,
700
+ isHidden: !1
636
701
  },
637
702
  {
638
703
  id: "GoogleDrive",
@@ -640,12 +705,14 @@ const Ee = [
640
705
  isBYOC: !1,
641
706
  isPro: !1,
642
707
  publicIconUrl: `${o}/google_drive.svg`,
643
- icon: W,
708
+ icon: z,
644
709
  summary: "List documents in Google Drive with your agents.",
645
710
  docsLink: "https://docs.arcade.dev/toolkits/productivity/google_drive",
646
711
  relativeDocsLink: "/toolkits/productivity/google_drive",
647
712
  category: "productivity",
648
- type: "arcade"
713
+ type: "arcade",
714
+ isComingSoon: !1,
715
+ isHidden: !1
649
716
  },
650
717
  {
651
718
  id: "GoogleFinance",
@@ -653,12 +720,14 @@ const Ee = [
653
720
  isBYOC: !0,
654
721
  isPro: !0,
655
722
  publicIconUrl: `${o}/google-finance.svg`,
656
- icon: z,
723
+ icon: R,
657
724
  summary: "Get stock data from Google Finance",
658
725
  docsLink: "https://docs.arcade.dev/toolkits/search/google_finance",
659
726
  relativeDocsLink: "/toolkits/search/google_finance",
660
727
  category: "search",
661
- type: "arcade"
728
+ type: "arcade",
729
+ isComingSoon: !1,
730
+ isHidden: !1
662
731
  },
663
732
  {
664
733
  id: "GoogleFlights",
@@ -666,12 +735,14 @@ const Ee = [
666
735
  isBYOC: !0,
667
736
  isPro: !0,
668
737
  publicIconUrl: `${o}/google-flights.svg`,
669
- icon: R,
738
+ icon: j,
670
739
  summary: "Search for flights",
671
740
  docsLink: "https://docs.arcade.dev/toolkits/search/google_flights",
672
741
  relativeDocsLink: "/toolkits/search/google_flights",
673
742
  category: "search",
674
- type: "arcade"
743
+ type: "arcade",
744
+ isComingSoon: !1,
745
+ isHidden: !1
675
746
  },
676
747
  {
677
748
  id: "GoogleHotels",
@@ -679,12 +750,14 @@ const Ee = [
679
750
  isBYOC: !0,
680
751
  isPro: !0,
681
752
  publicIconUrl: `${o}/google-hotels.svg`,
682
- icon: j,
753
+ icon: E,
683
754
  summary: "Search for hotels",
684
755
  docsLink: "https://docs.arcade.dev/toolkits/search/google_hotels",
685
756
  relativeDocsLink: "/toolkits/search/google_hotels",
686
757
  category: "search",
687
- type: "arcade"
758
+ type: "arcade",
759
+ isComingSoon: !1,
760
+ isHidden: !1
688
761
  },
689
762
  {
690
763
  id: "GoogleJobs",
@@ -692,12 +765,14 @@ const Ee = [
692
765
  isBYOC: !0,
693
766
  isPro: !0,
694
767
  publicIconUrl: `${o}/google-jobs.svg`,
695
- icon: E,
768
+ icon: J,
696
769
  summary: "Search for job openings with Google Jobs.",
697
770
  docsLink: "https://docs.arcade.dev/toolkits/search/google_jobs",
698
771
  relativeDocsLink: "/toolkits/search/google_jobs",
699
772
  category: "search",
700
- type: "arcade"
773
+ type: "arcade",
774
+ isComingSoon: !1,
775
+ isHidden: !1
701
776
  },
702
777
  {
703
778
  id: "GoogleMaps",
@@ -705,12 +780,14 @@ const Ee = [
705
780
  isBYOC: !0,
706
781
  isPro: !0,
707
782
  publicIconUrl: `${o}/google-maps.svg`,
708
- icon: J,
783
+ icon: X,
709
784
  summary: "Get directions between two locations with Google Maps",
710
785
  docsLink: "https://docs.arcade.dev/toolkits/search/google_maps",
711
786
  relativeDocsLink: "/toolkits/search/google_maps",
712
787
  category: "search",
713
- type: "arcade"
788
+ type: "arcade",
789
+ isComingSoon: !1,
790
+ isHidden: !1
714
791
  },
715
792
  {
716
793
  id: "GoogleNews",
@@ -718,12 +795,14 @@ const Ee = [
718
795
  isBYOC: !0,
719
796
  isPro: !0,
720
797
  publicIconUrl: `${o}/google-news.svg`,
721
- icon: X,
798
+ icon: Z,
722
799
  summary: "Search for news articles with Google News",
723
800
  docsLink: "https://docs.arcade.dev/toolkits/search/google_news",
724
801
  relativeDocsLink: "/toolkits/search/google_news",
725
802
  category: "search",
726
- type: "arcade"
803
+ type: "arcade",
804
+ isComingSoon: !1,
805
+ isHidden: !1
727
806
  },
728
807
  {
729
808
  id: "GoogleSearch",
@@ -731,12 +810,14 @@ const Ee = [
731
810
  isBYOC: !0,
732
811
  isPro: !0,
733
812
  publicIconUrl: `${o}/google-search.svg`,
734
- icon: H,
813
+ icon: q,
735
814
  summary: "Perform Google searches and retrieve relevant information",
736
815
  docsLink: "https://docs.arcade.dev/toolkits/search/google_search",
737
816
  relativeDocsLink: "/toolkits/search/google_search",
738
817
  category: "search",
739
- type: "arcade"
818
+ type: "arcade",
819
+ isComingSoon: !1,
820
+ isHidden: !1
740
821
  },
741
822
  {
742
823
  id: "GoogleSheets",
@@ -744,12 +825,14 @@ const Ee = [
744
825
  isBYOC: !1,
745
826
  isPro: !1,
746
827
  publicIconUrl: `${o}/google_sheets.svg`,
747
- icon: Z,
828
+ icon: Q,
748
829
  summary: "Create, read, and update Google Sheets with your agents.",
749
830
  docsLink: "https://docs.arcade.dev/toolkits/productivity/google_sheets",
750
831
  relativeDocsLink: "/toolkits/productivity/google_sheets",
751
832
  category: "productivity",
752
- type: "arcade"
833
+ type: "arcade",
834
+ isComingSoon: !1,
835
+ isHidden: !1
753
836
  },
754
837
  {
755
838
  id: "GoogleShopping",
@@ -757,12 +840,14 @@ const Ee = [
757
840
  isBYOC: !0,
758
841
  isPro: !0,
759
842
  publicIconUrl: `${o}/google-shopping.svg`,
760
- icon: Q,
843
+ icon: V,
761
844
  summary: "Search for products on Google Shopping.",
762
845
  docsLink: "https://docs.arcade.dev/toolkits/search/google_shopping",
763
846
  relativeDocsLink: "/toolkits/search/google_shopping",
764
847
  category: "search",
765
- type: "arcade"
848
+ type: "arcade",
849
+ isComingSoon: !1,
850
+ isHidden: !1
766
851
  },
767
852
  {
768
853
  id: "GoogleSlides",
@@ -770,12 +855,14 @@ const Ee = [
770
855
  isBYOC: !1,
771
856
  isPro: !1,
772
857
  publicIconUrl: `${o}/google-slides.svg`,
773
- icon: V,
858
+ icon: K,
774
859
  summary: "Create, read, and update Google Slides with your agents.",
775
860
  docsLink: "https://docs.arcade.dev/toolkits/productivity/google_slides",
776
861
  relativeDocsLink: "/toolkits/productivity/google_slides",
777
862
  category: "productivity",
778
- type: "arcade"
863
+ type: "arcade",
864
+ isComingSoon: !1,
865
+ isHidden: !1
779
866
  },
780
867
  {
781
868
  id: "Heroku",
@@ -783,13 +870,14 @@ const Ee = [
783
870
  isBYOC: !1,
784
871
  isPro: !1,
785
872
  publicIconUrl: `${o}/heroku.svg`,
786
- icon: K,
873
+ icon: oo,
787
874
  summary: "Deploy and manage applications on Heroku with your agents.",
788
875
  docsLink: "https://docs.arcade.dev/toolkits/development/heroku",
789
876
  relativeDocsLink: "/toolkits/development/heroku",
790
877
  category: "development",
791
878
  type: "arcade",
792
- isComingSoon: !0
879
+ isComingSoon: !0,
880
+ isHidden: !1
793
881
  },
794
882
  {
795
883
  id: "Hootsuite",
@@ -797,13 +885,14 @@ const Ee = [
797
885
  isBYOC: !1,
798
886
  isPro: !1,
799
887
  publicIconUrl: `${o}/hootsuite.svg`,
800
- icon: oo,
888
+ icon: io,
801
889
  summary: "Manage and schedule social media content with your agents.",
802
890
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/hootsuite",
803
891
  relativeDocsLink: "/toolkits/social-communication/hootsuite",
804
892
  category: "social",
805
893
  type: "arcade",
806
- isComingSoon: !0
894
+ isComingSoon: !0,
895
+ isHidden: !1
807
896
  },
808
897
  {
809
898
  id: "Hubspot",
@@ -811,13 +900,14 @@ const Ee = [
811
900
  isBYOC: !1,
812
901
  isPro: !1,
813
902
  publicIconUrl: `${o}/hubspot.svg`,
814
- icon: io,
903
+ icon: eo,
815
904
  summary: "Manage companies, contacts, deals, and more in HubSpot with your agents.",
816
905
  docsLink: "https://docs.arcade.dev/toolkits/sales/hubspot",
817
906
  relativeDocsLink: "/toolkits/sales/hubspot",
818
907
  category: "sales",
819
908
  type: "arcade",
820
- isComingSoon: !1
909
+ isComingSoon: !1,
910
+ isHidden: !1
821
911
  },
822
912
  {
823
913
  id: "Intercom",
@@ -825,13 +915,14 @@ const Ee = [
825
915
  isBYOC: !1,
826
916
  isPro: !1,
827
917
  publicIconUrl: `${o}/intercom.svg`,
828
- icon: eo,
918
+ icon: so,
829
919
  summary: "Manage customer communications and support with your agents.",
830
920
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/intercom",
831
921
  relativeDocsLink: "/toolkits/social-communication/intercom",
832
922
  category: "social",
833
923
  type: "arcade",
834
- isComingSoon: !0
924
+ isComingSoon: !0,
925
+ isHidden: !1
835
926
  },
836
927
  {
837
928
  id: "Jira",
@@ -844,7 +935,9 @@ const Ee = [
844
935
  docsLink: "https://docs.arcade.dev/toolkits/productivity/jira",
845
936
  relativeDocsLink: "/toolkits/productivity/jira",
846
937
  category: "productivity",
847
- type: "auth"
938
+ type: "auth",
939
+ isComingSoon: !1,
940
+ isHidden: !1
848
941
  },
849
942
  {
850
943
  id: "Linear",
@@ -858,7 +951,8 @@ const Ee = [
858
951
  relativeDocsLink: "/toolkits/productivity/linear",
859
952
  category: "productivity",
860
953
  type: "arcade",
861
- isComingSoon: !1
954
+ isComingSoon: !1,
955
+ isHidden: !1
862
956
  },
863
957
  {
864
958
  id: "Linkedin",
@@ -866,12 +960,14 @@ const Ee = [
866
960
  isBYOC: !1,
867
961
  isPro: !1,
868
962
  publicIconUrl: `${o}/linkedin.svg`,
869
- icon: so,
963
+ icon: ro,
870
964
  summary: "Connect and interact with LinkedIn's professional network through your agents",
871
965
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/linkedin",
872
966
  relativeDocsLink: "/toolkits/social-communication/linkedin",
873
967
  category: "social",
874
- type: "arcade"
968
+ type: "arcade",
969
+ isComingSoon: !1,
970
+ isHidden: !1
875
971
  },
876
972
  {
877
973
  id: "Mailchimp",
@@ -879,13 +975,14 @@ const Ee = [
879
975
  isBYOC: !1,
880
976
  isPro: !1,
881
977
  publicIconUrl: `${o}/mailchimp.svg`,
882
- icon: ro,
978
+ icon: lo,
883
979
  summary: "Manage email campaigns and subscribers with your agents.",
884
980
  docsLink: "https://docs.arcade.dev/toolkits/productivity/mailchimp",
885
981
  relativeDocsLink: "/toolkits/productivity/mailchimp",
886
982
  category: "productivity",
887
983
  type: "arcade",
888
- isComingSoon: !0
984
+ isComingSoon: !0,
985
+ isHidden: !1
889
986
  },
890
987
  {
891
988
  id: "MicrosoftDynamics",
@@ -893,13 +990,14 @@ const Ee = [
893
990
  isBYOC: !1,
894
991
  isPro: !1,
895
992
  publicIconUrl: `${o}/microsoft-dynamics.svg`,
896
- icon: lo,
993
+ icon: no,
897
994
  summary: "Manage CRM and ERP processes with your agents.",
898
995
  docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft_dynamics",
899
996
  relativeDocsLink: "/toolkits/productivity/microsoft_dynamics",
900
997
  category: "productivity",
901
998
  type: "arcade",
902
- isComingSoon: !0
999
+ isComingSoon: !0,
1000
+ isHidden: !1
903
1001
  },
904
1002
  {
905
1003
  id: "Sharepoint",
@@ -907,13 +1005,14 @@ const Ee = [
907
1005
  isBYOC: !1,
908
1006
  isPro: !1,
909
1007
  publicIconUrl: `${o}/microsoft-sharepoint.svg`,
910
- icon: no,
1008
+ icon: po,
911
1009
  summary: "Manage SharePoint sites, lists, drives, and files with your agents.",
912
1010
  docsLink: "https://docs.arcade.dev/toolkits/productivity/sharepoint",
913
1011
  relativeDocsLink: "/toolkits/productivity/sharepoint",
914
1012
  category: "productivity",
915
1013
  type: "arcade",
916
- isComingSoon: !1
1014
+ isComingSoon: !1,
1015
+ isHidden: !1
917
1016
  },
918
1017
  {
919
1018
  id: "MicrosoftTeams",
@@ -921,13 +1020,14 @@ const Ee = [
921
1020
  isBYOC: !1,
922
1021
  isPro: !1,
923
1022
  publicIconUrl: `${o}/microsoft-teams.svg`,
924
- icon: po,
1023
+ icon: mo,
925
1024
  summary: "Manage teams, messages, chats, and channels with your agents.",
926
1025
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/microsoft_teams",
927
1026
  relativeDocsLink: "/toolkits/social-communication/microsoft_teams",
928
1027
  category: "social",
929
1028
  type: "arcade",
930
- isComingSoon: !1
1029
+ isComingSoon: !1,
1030
+ isHidden: !1
931
1031
  },
932
1032
  {
933
1033
  id: "Miro",
@@ -935,13 +1035,14 @@ const Ee = [
935
1035
  isBYOC: !1,
936
1036
  isPro: !1,
937
1037
  publicIconUrl: `${o}/miro.svg`,
938
- icon: mo,
1038
+ icon: uo,
939
1039
  summary: "Create and collaborate on visual boards with your agents.",
940
1040
  docsLink: "https://docs.arcade.dev/toolkits/productivity/miro",
941
1041
  relativeDocsLink: "/toolkits/productivity/miro",
942
1042
  category: "productivity",
943
1043
  type: "arcade",
944
- isComingSoon: !0
1044
+ isComingSoon: !0,
1045
+ isHidden: !1
945
1046
  },
946
1047
  {
947
1048
  id: "MCP",
@@ -955,7 +1056,8 @@ const Ee = [
955
1056
  relativeDocsLink: "/toolkits/development/mcp",
956
1057
  category: "development",
957
1058
  type: "arcade",
958
- isComingSoon: !0
1059
+ isComingSoon: !0,
1060
+ isHidden: !1
959
1061
  },
960
1062
  {
961
1063
  id: "Monday",
@@ -963,13 +1065,14 @@ const Ee = [
963
1065
  isBYOC: !1,
964
1066
  isPro: !1,
965
1067
  publicIconUrl: `${o}/monday.svg`,
966
- icon: uo,
1068
+ icon: go,
967
1069
  summary: "Manage projects and workflows with your agents.",
968
1070
  docsLink: "https://docs.arcade.dev/toolkits/productivity/monday",
969
1071
  relativeDocsLink: "/toolkits/productivity/monday",
970
1072
  category: "productivity",
971
1073
  type: "arcade",
972
- isComingSoon: !0
1074
+ isComingSoon: !0,
1075
+ isHidden: !1
973
1076
  },
974
1077
  {
975
1078
  id: "Netsuite",
@@ -977,13 +1080,14 @@ const Ee = [
977
1080
  isBYOC: !1,
978
1081
  isPro: !1,
979
1082
  publicIconUrl: `${o}/netsuite.svg`,
980
- icon: go,
1083
+ icon: yo,
981
1084
  summary: "Manage financial and business operations with your agents.",
982
1085
  docsLink: "https://docs.arcade.dev/toolkits/productivity/netsuite",
983
1086
  relativeDocsLink: "/toolkits/productivity/netsuite",
984
1087
  category: "productivity",
985
1088
  type: "arcade",
986
- isComingSoon: !0
1089
+ isComingSoon: !0,
1090
+ isHidden: !1
987
1091
  },
988
1092
  {
989
1093
  id: "Notion",
@@ -991,12 +1095,14 @@ const Ee = [
991
1095
  isBYOC: !1,
992
1096
  isPro: !1,
993
1097
  publicIconUrl: `${o}/notion.svg`,
994
- icon: t,
1098
+ icon: s,
995
1099
  summary: "Create, read, and search Notion pages",
996
1100
  docsLink: "https://docs.arcade.dev/toolkits/productivity/notion",
997
1101
  relativeDocsLink: "/toolkits/productivity/notion",
998
1102
  category: "productivity",
999
- type: "arcade"
1103
+ type: "arcade",
1104
+ isComingSoon: !1,
1105
+ isHidden: !1
1000
1106
  },
1001
1107
  {
1002
1108
  id: "NotionToolkit",
@@ -1004,12 +1110,14 @@ const Ee = [
1004
1110
  isBYOC: !1,
1005
1111
  isPro: !1,
1006
1112
  publicIconUrl: `${o}/notion.svg`,
1007
- icon: t,
1113
+ icon: s,
1008
1114
  summary: "Create, read, and search Notion pages",
1009
1115
  docsLink: "https://docs.arcade.dev/toolkits/productivity/notion",
1010
1116
  relativeDocsLink: "/toolkits/productivity/notion",
1011
1117
  category: "productivity",
1012
- type: "arcade"
1118
+ type: "arcade",
1119
+ isComingSoon: !1,
1120
+ isHidden: !0
1013
1121
  },
1014
1122
  {
1015
1123
  id: "Obsidian",
@@ -1017,12 +1125,14 @@ const Ee = [
1017
1125
  isBYOC: !1,
1018
1126
  isPro: !1,
1019
1127
  publicIconUrl: `${o}/obsidian.svg`,
1020
- icon: yo,
1128
+ icon: vo,
1021
1129
  summary: "Create, edit, and manage Obsidian notes",
1022
1130
  docsLink: "https://docs.arcade.dev/toolkits/productivity/obsidian",
1023
1131
  relativeDocsLink: "/toolkits/productivity/obsidian",
1024
1132
  category: "productivity",
1025
- type: "community"
1133
+ type: "community",
1134
+ isComingSoon: !1,
1135
+ isHidden: !1
1026
1136
  },
1027
1137
  {
1028
1138
  id: "Okta",
@@ -1030,13 +1140,14 @@ const Ee = [
1030
1140
  isBYOC: !1,
1031
1141
  isPro: !1,
1032
1142
  publicIconUrl: `${o}/okta.svg`,
1033
- icon: vo,
1143
+ icon: fo,
1034
1144
  summary: "Manage identity and access with your agents.",
1035
1145
  docsLink: "https://docs.arcade.dev/toolkits/productivity/okta",
1036
1146
  relativeDocsLink: "/toolkits/productivity/okta",
1037
1147
  category: "productivity",
1038
1148
  type: "arcade",
1039
- isComingSoon: !0
1149
+ isComingSoon: !0,
1150
+ isHidden: !1
1040
1151
  },
1041
1152
  {
1042
1153
  id: "OneDrive",
@@ -1050,7 +1161,8 @@ const Ee = [
1050
1161
  relativeDocsLink: "/toolkits/productivity/microsoft/onedrive",
1051
1162
  category: "productivity",
1052
1163
  type: "arcade",
1053
- isComingSoon: !0
1164
+ isComingSoon: !0,
1165
+ isHidden: !1
1054
1166
  },
1055
1167
  {
1056
1168
  id: "OutlookCalendar",
@@ -1058,12 +1170,14 @@ const Ee = [
1058
1170
  isBYOC: !1,
1059
1171
  isPro: !1,
1060
1172
  publicIconUrl: `${o}/outlook-calendar.svg`,
1061
- icon: fo,
1173
+ icon: bo,
1062
1174
  summary: "Manage Outlook calendar with your agents",
1063
1175
  docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/outlook_calendar",
1064
1176
  relativeDocsLink: "/toolkits/productivity/microsoft/outlook_calendar",
1065
1177
  category: "productivity",
1066
- type: "arcade"
1178
+ type: "arcade",
1179
+ isComingSoon: !1,
1180
+ isHidden: !1
1067
1181
  },
1068
1182
  {
1069
1183
  id: "OutlookMail",
@@ -1076,7 +1190,9 @@ const Ee = [
1076
1190
  docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/outlook_mail",
1077
1191
  relativeDocsLink: "/toolkits/productivity/microsoft/outlook_mail",
1078
1192
  category: "productivity",
1079
- type: "arcade"
1193
+ type: "arcade",
1194
+ isComingSoon: !1,
1195
+ isHidden: !1
1080
1196
  },
1081
1197
  {
1082
1198
  id: "Pinecone",
@@ -1084,13 +1200,14 @@ const Ee = [
1084
1200
  isBYOC: !1,
1085
1201
  isPro: !1,
1086
1202
  publicIconUrl: `${o}/pinecone.svg`,
1087
- icon: bo,
1203
+ icon: Co,
1088
1204
  summary: "Manage vector databases and similarity search with your agents.",
1089
1205
  docsLink: "https://docs.arcade.dev/toolkits/development/pinecone",
1090
1206
  relativeDocsLink: "/toolkits/development/pinecone",
1091
1207
  category: "development",
1092
1208
  type: "arcade",
1093
- isComingSoon: !0
1209
+ isComingSoon: !0,
1210
+ isHidden: !1
1094
1211
  },
1095
1212
  {
1096
1213
  id: "Pinterest",
@@ -1098,13 +1215,14 @@ const Ee = [
1098
1215
  isBYOC: !1,
1099
1216
  isPro: !1,
1100
1217
  publicIconUrl: `${o}/pinterest.svg`,
1101
- icon: Co,
1218
+ icon: Lo,
1102
1219
  summary: "Create and manage pins and boards with your agents.",
1103
1220
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/pinterest",
1104
1221
  relativeDocsLink: "/toolkits/social-communication/pinterest",
1105
1222
  category: "social",
1106
1223
  type: "arcade",
1107
- isComingSoon: !0
1224
+ isComingSoon: !0,
1225
+ isHidden: !1
1108
1226
  },
1109
1227
  {
1110
1228
  id: "Pipedrive",
@@ -1112,13 +1230,14 @@ const Ee = [
1112
1230
  isBYOC: !1,
1113
1231
  isPro: !1,
1114
1232
  publicIconUrl: `${o}/pipedrive.svg`,
1115
- icon: Lo,
1233
+ icon: So,
1116
1234
  summary: "Manage sales pipelines and leads with your agents.",
1117
1235
  docsLink: "https://docs.arcade.dev/toolkits/productivity/pipedrive",
1118
1236
  relativeDocsLink: "/toolkits/productivity/pipedrive",
1119
1237
  category: "productivity",
1120
1238
  type: "arcade",
1121
- isComingSoon: !0
1239
+ isComingSoon: !0,
1240
+ isHidden: !1
1122
1241
  },
1123
1242
  {
1124
1243
  id: "Plaid",
@@ -1132,7 +1251,8 @@ const Ee = [
1132
1251
  relativeDocsLink: "/toolkits/productivity/plaid",
1133
1252
  category: "productivity",
1134
1253
  type: "arcade",
1135
- isComingSoon: !0
1254
+ isComingSoon: !0,
1255
+ isHidden: !1
1136
1256
  },
1137
1257
  {
1138
1258
  id: "Postgres",
@@ -1146,7 +1266,8 @@ const Ee = [
1146
1266
  relativeDocsLink: "/toolkits/databases/postgres",
1147
1267
  category: "databases",
1148
1268
  type: "community",
1149
- isComingSoon: !1
1269
+ isComingSoon: !1,
1270
+ isHidden: !1
1150
1271
  },
1151
1272
  {
1152
1273
  id: "Quickbooks",
@@ -1160,7 +1281,8 @@ const Ee = [
1160
1281
  relativeDocsLink: "/toolkits/productivity/quickbooks",
1161
1282
  category: "productivity",
1162
1283
  type: "arcade",
1163
- isComingSoon: !0
1284
+ isComingSoon: !0,
1285
+ isHidden: !1
1164
1286
  },
1165
1287
  {
1166
1288
  id: "Reddit",
@@ -1168,12 +1290,14 @@ const Ee = [
1168
1290
  isBYOC: !1,
1169
1291
  isPro: !1,
1170
1292
  publicIconUrl: `${o}/reddit.svg`,
1171
- icon: So,
1293
+ icon: Oo,
1172
1294
  summary: "Interact with Reddit with your agents",
1173
1295
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/reddit",
1174
1296
  relativeDocsLink: "/toolkits/social-communication/reddit",
1175
1297
  category: "social",
1176
- type: "arcade"
1298
+ type: "arcade",
1299
+ isComingSoon: !1,
1300
+ isHidden: !1
1177
1301
  },
1178
1302
  {
1179
1303
  id: "Salesforce",
@@ -1181,13 +1305,14 @@ const Ee = [
1181
1305
  isBYOC: !1,
1182
1306
  isPro: !1,
1183
1307
  publicIconUrl: `${o}/salesforce.svg`,
1184
- icon: Oo,
1308
+ icon: Po,
1185
1309
  summary: "Manage customer relationships and sales with your agents.",
1186
1310
  docsLink: "https://docs.arcade.dev/toolkits/sales/salesforce",
1187
1311
  relativeDocsLink: "/toolkits/sales/salesforce",
1188
1312
  category: "sales",
1189
1313
  type: "arcade",
1190
- isComingSoon: !1
1314
+ isComingSoon: !1,
1315
+ isHidden: !1
1191
1316
  },
1192
1317
  {
1193
1318
  id: "Shopify",
@@ -1195,13 +1320,14 @@ const Ee = [
1195
1320
  isBYOC: !1,
1196
1321
  isPro: !1,
1197
1322
  publicIconUrl: `${o}/shopify.svg`,
1198
- icon: Po,
1323
+ icon: Ho,
1199
1324
  summary: "Manage e-commerce stores and products with your agents.",
1200
1325
  docsLink: "https://docs.arcade.dev/toolkits/productivity/shopify",
1201
1326
  relativeDocsLink: "/toolkits/productivity/shopify",
1202
1327
  category: "productivity",
1203
1328
  type: "arcade",
1204
- isComingSoon: !0
1329
+ isComingSoon: !0,
1330
+ isHidden: !1
1205
1331
  },
1206
1332
  {
1207
1333
  id: "Singlestore",
@@ -1215,7 +1341,8 @@ const Ee = [
1215
1341
  relativeDocsLink: "/toolkits/development/singlestore",
1216
1342
  category: "development",
1217
1343
  type: "arcade",
1218
- isComingSoon: !0
1344
+ isComingSoon: !0,
1345
+ isHidden: !1
1219
1346
  },
1220
1347
  {
1221
1348
  id: "Slack",
@@ -1228,7 +1355,9 @@ const Ee = [
1228
1355
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/slack",
1229
1356
  relativeDocsLink: "/toolkits/social-communication/slack",
1230
1357
  category: "social",
1231
- type: "arcade"
1358
+ type: "arcade",
1359
+ isComingSoon: !1,
1360
+ isHidden: !1
1232
1361
  },
1233
1362
  {
1234
1363
  id: "Snowflake",
@@ -1242,7 +1371,8 @@ const Ee = [
1242
1371
  relativeDocsLink: "/toolkits/development/snowflake",
1243
1372
  category: "development",
1244
1373
  type: "arcade",
1245
- isComingSoon: !0
1374
+ isComingSoon: !0,
1375
+ isHidden: !1
1246
1376
  },
1247
1377
  {
1248
1378
  id: "Splunk",
@@ -1256,7 +1386,8 @@ const Ee = [
1256
1386
  relativeDocsLink: "/toolkits/development/splunk",
1257
1387
  category: "development",
1258
1388
  type: "arcade",
1259
- isComingSoon: !0
1389
+ isComingSoon: !0,
1390
+ isHidden: !1
1260
1391
  },
1261
1392
  {
1262
1393
  id: "Spotify",
@@ -1269,7 +1400,9 @@ const Ee = [
1269
1400
  docsLink: "https://docs.arcade.dev/toolkits/entertainment/spotify",
1270
1401
  relativeDocsLink: "/toolkits/entertainment/spotify",
1271
1402
  category: "entertainment",
1272
- type: "arcade"
1403
+ type: "arcade",
1404
+ isComingSoon: !1,
1405
+ isHidden: !1
1273
1406
  },
1274
1407
  {
1275
1408
  id: "Square",
@@ -1283,7 +1416,8 @@ const Ee = [
1283
1416
  relativeDocsLink: "/toolkits/productivity/square",
1284
1417
  category: "productivity",
1285
1418
  type: "arcade",
1286
- isComingSoon: !0
1419
+ isComingSoon: !0,
1420
+ isHidden: !1
1287
1421
  },
1288
1422
  {
1289
1423
  id: "Squarespace",
@@ -1297,7 +1431,8 @@ const Ee = [
1297
1431
  relativeDocsLink: "/toolkits/productivity/squarespace",
1298
1432
  category: "productivity",
1299
1433
  type: "arcade",
1300
- isComingSoon: !0
1434
+ isComingSoon: !0,
1435
+ isHidden: !1
1301
1436
  },
1302
1437
  {
1303
1438
  id: "Stripe",
@@ -1311,7 +1446,8 @@ const Ee = [
1311
1446
  relativeDocsLink: "/toolkits/payments/stripe",
1312
1447
  category: "payments",
1313
1448
  type: "arcade",
1314
- isComingSoon: !1
1449
+ isComingSoon: !1,
1450
+ isHidden: !1
1315
1451
  },
1316
1452
  {
1317
1453
  id: "Tiktok",
@@ -1325,7 +1461,8 @@ const Ee = [
1325
1461
  relativeDocsLink: "/toolkits/social-communication/tiktok",
1326
1462
  category: "social",
1327
1463
  type: "arcade",
1328
- isComingSoon: !0
1464
+ isComingSoon: !0,
1465
+ isHidden: !1
1329
1466
  },
1330
1467
  {
1331
1468
  id: "Trello",
@@ -1339,7 +1476,8 @@ const Ee = [
1339
1476
  relativeDocsLink: "/toolkits/productivity/trello",
1340
1477
  category: "productivity",
1341
1478
  type: "arcade",
1342
- isComingSoon: !0
1479
+ isComingSoon: !0,
1480
+ isHidden: !1
1343
1481
  },
1344
1482
  {
1345
1483
  id: "Twilio",
@@ -1347,12 +1485,14 @@ const Ee = [
1347
1485
  isBYOC: !1,
1348
1486
  isPro: !1,
1349
1487
  publicIconUrl: `${o}/twilio.svg`,
1350
- icon: Ho,
1488
+ icon: qo,
1351
1489
  summary: "Send SMS and WhatsApp messages through Twilio's platform",
1352
1490
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/twilio/readme",
1353
1491
  relativeDocsLink: "/toolkits/social-communication/twilio/readme",
1354
1492
  category: "social",
1355
- type: "verified"
1493
+ type: "verified",
1494
+ isComingSoon: !1,
1495
+ isHidden: !1
1356
1496
  },
1357
1497
  {
1358
1498
  id: "Twitch",
@@ -1360,12 +1500,14 @@ const Ee = [
1360
1500
  isBYOC: !1,
1361
1501
  isPro: !1,
1362
1502
  publicIconUrl: `${o}/twitch.svg`,
1363
- icon: qo,
1503
+ icon: Fo,
1364
1504
  summary: "Create clips, get videos, and more from Twitch with your agents",
1365
1505
  docsLink: "https://docs.arcade.dev/toolkits/entertainment/twitch",
1366
1506
  relativeDocsLink: "/toolkits/entertainment/twitch",
1367
1507
  category: "entertainment",
1368
- type: "auth"
1508
+ type: "auth",
1509
+ isComingSoon: !1,
1510
+ isHidden: !1
1369
1511
  },
1370
1512
  {
1371
1513
  id: "Vercel",
@@ -1373,13 +1515,14 @@ const Ee = [
1373
1515
  isBYOC: !1,
1374
1516
  isPro: !1,
1375
1517
  publicIconUrl: `${o}/vercel.svg`,
1376
- icon: Fo,
1518
+ icon: No,
1377
1519
  summary: "Deploy and manage web applications with your agents.",
1378
1520
  docsLink: "https://docs.arcade.dev/toolkits/development/vercel",
1379
1521
  relativeDocsLink: "/toolkits/development/vercel",
1380
1522
  category: "development",
1381
1523
  type: "arcade",
1382
- isComingSoon: !0
1524
+ isComingSoon: !0,
1525
+ isHidden: !1
1383
1526
  },
1384
1527
  {
1385
1528
  id: "Walmart",
@@ -1387,12 +1530,14 @@ const Ee = [
1387
1530
  isBYOC: !0,
1388
1531
  isPro: !0,
1389
1532
  publicIconUrl: `${o}/walmart.svg`,
1390
- icon: No,
1533
+ icon: Wo,
1391
1534
  summary: "Search and get details about products listed on Walmart.",
1392
1535
  docsLink: "https://docs.arcade.dev/toolkits/search/walmart",
1393
1536
  relativeDocsLink: "/toolkits/search/walmart",
1394
1537
  category: "search",
1395
- type: "arcade"
1538
+ type: "arcade",
1539
+ isComingSoon: !1,
1540
+ isHidden: !1
1396
1541
  },
1397
1542
  {
1398
1543
  id: "Weaviate",
@@ -1400,13 +1545,14 @@ const Ee = [
1400
1545
  isBYOC: !1,
1401
1546
  isPro: !1,
1402
1547
  publicIconUrl: `${o}/weaviate.svg`,
1403
- icon: Wo,
1548
+ icon: zo,
1404
1549
  summary: "Manage vector databases and semantic search with your agents.",
1405
1550
  docsLink: "https://docs.arcade.dev/toolkits/development/weaviate",
1406
1551
  relativeDocsLink: "/toolkits/development/weaviate",
1407
1552
  category: "development",
1408
1553
  type: "arcade",
1409
- isComingSoon: !0
1554
+ isComingSoon: !0,
1555
+ isHidden: !1
1410
1556
  },
1411
1557
  {
1412
1558
  id: "Workday",
@@ -1414,13 +1560,14 @@ const Ee = [
1414
1560
  isBYOC: !1,
1415
1561
  isPro: !1,
1416
1562
  publicIconUrl: `${o}/workday.svg`,
1417
- icon: zo,
1563
+ icon: Ro,
1418
1564
  summary: "Manage HR, finance, and planning with your agents.",
1419
1565
  docsLink: "https://docs.arcade.dev/toolkits/productivity/workday",
1420
1566
  relativeDocsLink: "/toolkits/productivity/workday",
1421
1567
  category: "productivity",
1422
1568
  type: "arcade",
1423
- isComingSoon: !0
1569
+ isComingSoon: !0,
1570
+ isHidden: !1
1424
1571
  },
1425
1572
  {
1426
1573
  id: "Wrike",
@@ -1428,13 +1575,14 @@ const Ee = [
1428
1575
  isBYOC: !1,
1429
1576
  isPro: !1,
1430
1577
  publicIconUrl: `${o}/wrike.svg`,
1431
- icon: Ro,
1578
+ icon: jo,
1432
1579
  summary: "Manage projects and collaborate with your agents.",
1433
1580
  docsLink: "https://docs.arcade.dev/toolkits/productivity/wrike",
1434
1581
  relativeDocsLink: "/toolkits/productivity/wrike",
1435
1582
  category: "productivity",
1436
1583
  type: "arcade",
1437
- isComingSoon: !0
1584
+ isComingSoon: !0,
1585
+ isHidden: !1
1438
1586
  },
1439
1587
  {
1440
1588
  id: "X",
@@ -1442,12 +1590,14 @@ const Ee = [
1442
1590
  isBYOC: !1,
1443
1591
  isPro: !1,
1444
1592
  publicIconUrl: `${o}/x.svg`,
1445
- icon: jo,
1593
+ icon: Eo,
1446
1594
  summary: "Integrate agents with X (Twitter), including tweets, users, and more",
1447
1595
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/x",
1448
1596
  relativeDocsLink: "/toolkits/social-communication/x",
1449
1597
  category: "social",
1450
- type: "arcade"
1598
+ type: "arcade",
1599
+ isComingSoon: !1,
1600
+ isHidden: !1
1451
1601
  },
1452
1602
  {
1453
1603
  id: "Xero",
@@ -1455,13 +1605,14 @@ const Ee = [
1455
1605
  isBYOC: !1,
1456
1606
  isPro: !1,
1457
1607
  publicIconUrl: `${o}/xero.svg`,
1458
- icon: Eo,
1608
+ icon: Jo,
1459
1609
  summary: "Manage accounting and finances with your agents.",
1460
1610
  docsLink: "https://docs.arcade.dev/toolkits/productivity/xero",
1461
1611
  relativeDocsLink: "/toolkits/productivity/xero",
1462
1612
  category: "productivity",
1463
1613
  type: "arcade",
1464
- isComingSoon: !0
1614
+ isComingSoon: !0,
1615
+ isHidden: !1
1465
1616
  },
1466
1617
  {
1467
1618
  id: "Youtube",
@@ -1469,12 +1620,14 @@ const Ee = [
1469
1620
  isBYOC: !0,
1470
1621
  isPro: !0,
1471
1622
  publicIconUrl: `${o}/youtube.svg`,
1472
- icon: Jo,
1623
+ icon: Xo,
1473
1624
  summary: "Search and get details about YouTube videos.",
1474
1625
  docsLink: "https://docs.arcade.dev/toolkits/search/youtube",
1475
1626
  relativeDocsLink: "/toolkits/search/youtube",
1476
1627
  category: "search",
1477
- type: "arcade"
1628
+ type: "arcade",
1629
+ isComingSoon: !1,
1630
+ isHidden: !1
1478
1631
  },
1479
1632
  {
1480
1633
  id: "Zendesk",
@@ -1482,13 +1635,14 @@ const Ee = [
1482
1635
  isBYOC: !1,
1483
1636
  isPro: !1,
1484
1637
  publicIconUrl: `${o}/zendesk.svg`,
1485
- icon: Xo,
1638
+ icon: Zo,
1486
1639
  summary: "Manage customer support and service with your agents.",
1487
1640
  docsLink: "https://docs.arcade.dev/toolkits/customer-support/zendesk",
1488
1641
  relativeDocsLink: "/toolkits/customer-support/zendesk",
1489
1642
  category: "customer-support",
1490
1643
  type: "arcade",
1491
- isComingSoon: !1
1644
+ isComingSoon: !1,
1645
+ isHidden: !1
1492
1646
  },
1493
1647
  {
1494
1648
  id: "Zoom",
@@ -1496,19 +1650,21 @@ const Ee = [
1496
1650
  isBYOC: !1,
1497
1651
  isPro: !1,
1498
1652
  publicIconUrl: `${o}/zoom.svg`,
1499
- icon: Zo,
1653
+ icon: Qo,
1500
1654
  summary: "Join and manage Zoom meetings with your agents",
1501
1655
  docsLink: "https://docs.arcade.dev/toolkits/social-communication/zoom",
1502
1656
  relativeDocsLink: "/toolkits/social-communication/zoom",
1503
1657
  category: "social",
1504
- type: "arcade"
1658
+ type: "arcade",
1659
+ isComingSoon: !1,
1660
+ isHidden: !1
1505
1661
  }
1506
- ], Je = Qo.reduce(
1662
+ ], Ze = Vo.reduce(
1507
1663
  (i, e) => (i[e.id] = e, i),
1508
1664
  {}
1509
1665
  );
1510
1666
  export {
1511
- Ee as CATEGORIES,
1512
- Qo as TOOLKITS,
1513
- Je as TOOLKIT_CATALOGUE
1667
+ Xe as CATEGORIES,
1668
+ Vo as TOOLKITS,
1669
+ Ze as TOOLKIT_CATALOGUE
1514
1670
  };