@arcadeai/design-system 3.11.0 → 3.13.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.
@@ -1271,7 +1271,7 @@ class qt extends d {
1271
1271
  return new d(e);
1272
1272
  }
1273
1273
  async getAllTools(e = {}) {
1274
- const { limit: n = 2e3, offset: r = 0, toolkit: s } = e;
1274
+ const { limit: n = 5e3, offset: r = 0, toolkit: s } = e;
1275
1275
  return (await this.tools.list({
1276
1276
  limit: n,
1277
1277
  offset: r,
@@ -1307,7 +1307,7 @@ class qt extends d {
1307
1307
  async getToolsForToolkit(e) {
1308
1308
  return (await this.tools.list({
1309
1309
  toolkit: e,
1310
- limit: 2e3
1310
+ limit: 5e3
1311
1311
  })).items;
1312
1312
  }
1313
1313
  applyToolRequirements(e, n) {
@@ -97,7 +97,7 @@ m("Arcade Tests", () => {
97
97
  arcadeClientId: "test-client-id",
98
98
  apiKey: "test-api-key"
99
99
  }).getAllTools(), e(d).toHaveBeenCalledWith(
100
- e.objectContaining({ limit: 2e3, offset: 0 })
100
+ e.objectContaining({ limit: 5e3, offset: 0 })
101
101
  );
102
102
  }), s("should filter tools by toolkit", async () => {
103
103
  const t = await new i({
@@ -258,7 +258,7 @@ m("Arcade Tests", () => {
258
258
  arcadeClientId: "test-client-id",
259
259
  apiKey: "test-api-key"
260
260
  }).getToolsForToolkit("Gmail"), e(d).toHaveBeenCalledWith(
261
- e.objectContaining({ toolkit: "Gmail", limit: 2e3 })
261
+ e.objectContaining({ toolkit: "Gmail", limit: 5e3 })
262
262
  );
263
263
  }), s("should group tools by a string key", async () => {
264
264
  const t = await new i({
@@ -1,12 +1,12 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
- import { Adp as S } from "../components/ui/atoms/icons/adp.js";
3
- import { Aha as b } from "../components/ui/atoms/icons/aha.js";
2
+ import { Adp as G } from "../components/ui/atoms/icons/adp.js";
3
+ import { Aha as S } from "../components/ui/atoms/icons/aha.js";
4
4
  import { Airtable as e } from "../components/ui/atoms/icons/airtable.js";
5
- import { Amplitude as A } from "../components/ui/atoms/icons/amplitude.js";
6
- import { Asana as C } from "../components/ui/atoms/icons/asana.js";
7
- import { Ashby as P } from "../components/ui/atoms/icons/ashby.js";
8
- import { Auth0 as B } from "../components/ui/atoms/icons/auth0.js";
9
- import { Bamboohr as I } from "../components/ui/atoms/icons/bamboohr.js";
5
+ import { Amplitude as b } from "../components/ui/atoms/icons/amplitude.js";
6
+ import { Asana as P } from "../components/ui/atoms/icons/asana.js";
7
+ import { Ashby as C } from "../components/ui/atoms/icons/ashby.js";
8
+ import { Auth0 as I } from "../components/ui/atoms/icons/auth0.js";
9
+ import { Bamboohr as B } from "../components/ui/atoms/icons/bamboohr.js";
10
10
  import { Basecamp as y } from "../components/ui/atoms/icons/basecamp.js";
11
11
  import { Bill as M } from "../components/ui/atoms/icons/bill.js";
12
12
  import { Bitbucket as D } from "../components/ui/atoms/icons/bitbucket.js";
@@ -56,14 +56,14 @@ import { GoogleSlides as go } from "../components/ui/atoms/icons/google-slides.j
56
56
  import { Heroku as uo } from "../components/ui/atoms/icons/heroku.js";
57
57
  import { Hootsuite as ko } from "../components/ui/atoms/icons/hootsuite.js";
58
58
  import { Hubspot as ho } from "../components/ui/atoms/icons/hubspot.js";
59
- import { Imgflip as Go } from "../components/ui/atoms/icons/imgflip.js";
60
- import { Intercom as So } from "../components/ui/atoms/icons/intercom.js";
61
- import { Jira as bo } from "../components/ui/atoms/icons/jira.js";
62
- import { Linear as Ao } from "../components/ui/atoms/icons/linear.js";
63
- import { Linkedin as Co } from "../components/ui/atoms/icons/linkedin.js";
64
- import { Mailchimp as Po } from "../components/ui/atoms/icons/mailchimp.js";
65
- import { Mcp as Bo } from "../components/ui/atoms/icons/mcp.js";
66
- import { MicrosoftDynamics as Io } from "../components/ui/atoms/icons/microsoft-dynamics.js";
59
+ import { Imgflip as Ao } from "../components/ui/atoms/icons/imgflip.js";
60
+ import { Intercom as Go } from "../components/ui/atoms/icons/intercom.js";
61
+ import { Jira as So } from "../components/ui/atoms/icons/jira.js";
62
+ import { Linear as bo } from "../components/ui/atoms/icons/linear.js";
63
+ import { Linkedin as Po } from "../components/ui/atoms/icons/linkedin.js";
64
+ import { Mailchimp as Co } from "../components/ui/atoms/icons/mailchimp.js";
65
+ import { Mcp as Io } from "../components/ui/atoms/icons/mcp.js";
66
+ import { MicrosoftDynamics as Bo } from "../components/ui/atoms/icons/microsoft-dynamics.js";
67
67
  import { MicrosoftSharepoint as yo } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
68
68
  import { MicrosoftTeams as Mo } from "../components/ui/atoms/icons/microsoft-teams.js";
69
69
  import { Miro as n } from "../components/ui/atoms/icons/miro.js";
@@ -113,15 +113,15 @@ import { ZohoCreator as sr } from "../components/ui/atoms/icons/zoho-creator.js"
113
113
  import { Zoom as cr } from "../components/ui/atoms/icons/zoom.js";
114
114
  import { findToolkitByName as h } from "./utils.js";
115
115
  const k = {
116
- ADPWorkforceNow: S,
117
- Aha: b,
116
+ ADPWorkforceNow: G,
117
+ Aha: S,
118
118
  Airtable: e,
119
119
  AirtableAPI: e,
120
- Amplitude: A,
121
- Asana: C,
122
- Ashby: P,
123
- Auth0: B,
124
- BambooHR: I,
120
+ Amplitude: b,
121
+ Asana: P,
122
+ Ashby: C,
123
+ Auth0: I,
124
+ BambooHR: B,
125
125
  Basecamp: y,
126
126
  BillCom: M,
127
127
  Bitbucket: D,
@@ -141,7 +141,7 @@ const k = {
141
141
  Coinbase: q,
142
142
  Confluence: L,
143
143
  CursorAgentsAPI: Z,
144
- Datadog: E,
144
+ DatadogAPI: E,
145
145
  DigitalOcean: X,
146
146
  Discord: J,
147
147
  Dropbox: z,
@@ -173,14 +173,14 @@ const k = {
173
173
  Heroku: uo,
174
174
  Hootsuite: ko,
175
175
  Hubspot: ho,
176
- Imgflip: Go,
177
- Intercom: So,
178
- Jira: bo,
179
- Linear: Ao,
180
- Linkedin: Co,
181
- Mailchimp: Po,
182
- MCP: Bo,
183
- MicrosoftDynamics: Io,
176
+ Imgflip: Ao,
177
+ Intercom: Go,
178
+ Jira: So,
179
+ Linear: bo,
180
+ Linkedin: Po,
181
+ Mailchimp: Co,
182
+ MCP: Io,
183
+ MicrosoftDynamics: Bo,
184
184
  Sharepoint: yo,
185
185
  MicrosoftTeams: Mo,
186
186
  Miro: n,
@@ -219,12 +219,12 @@ const k = {
219
219
  Stripe: g,
220
220
  StripeAPI: g,
221
221
  Tiktok: _o,
222
- Trello: $o,
222
+ TrelloAPI: $o,
223
223
  Twilio: or,
224
224
  Twitch: rr,
225
225
  Vercel: mr,
226
226
  Walmart: ir,
227
- Weaviate: tr,
227
+ WeaviateAPI: tr,
228
228
  Workday: er,
229
229
  Wrike: pr,
230
230
  X: fr,
@@ -235,23 +235,23 @@ const k = {
235
235
  Youtube: ar,
236
236
  Zendesk: lr,
237
237
  Zoom: cr
238
- }, G = (o) => {
238
+ }, A = (o) => {
239
239
  if (!o)
240
240
  return l;
241
241
  const m = o.toLowerCase(), r = Object.keys(k).find(
242
242
  (i) => i.toLowerCase() === m
243
243
  );
244
244
  return r ? k[r] : l;
245
- }, Si = (o) => {
246
- const m = h(o), r = G(m?.id);
245
+ }, Gi = (o) => {
246
+ const m = h(o), r = A(m?.id);
247
247
  return ({ className: i }) => /* @__PURE__ */ d(r, { className: i });
248
- }, bi = (o) => {
249
- const m = h(o), r = G(m?.id);
248
+ }, Si = (o) => {
249
+ const m = h(o), r = A(m?.id);
250
250
  return ({ className: i }) => /* @__PURE__ */ d(r, { className: i });
251
251
  };
252
252
  export {
253
253
  k as TOOLKIT_ICON_MAP,
254
- bi as getToolIconByToolkitName,
255
- G as getToolkitIcon,
256
- Si as getToolkitIconByName
254
+ Si as getToolIconByToolkitName,
255
+ A as getToolkitIcon,
256
+ Gi as getToolkitIconByName
257
257
  };
@@ -43,8 +43,8 @@ const a = [
43
43
  isBYOC: !1,
44
44
  isPro: !1,
45
45
  publicIconUrl: `${e}/airtable.svg`,
46
- docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/airtable",
47
- relativeDocsLink: "/en/mcp-servers/productivity/airtable",
46
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/airtable-api",
47
+ relativeDocsLink: "/en/mcp-servers/productivity/airtable-api",
48
48
  category: "productivity",
49
49
  type: "arcade_starter",
50
50
  isComingSoon: !1,
@@ -186,9 +186,9 @@ const a = [
186
186
  isBYOC: !0,
187
187
  isPro: !1,
188
188
  publicIconUrl: `${e}/brightdata.svg`,
189
- docsLink: "https://docs.arcade.dev/en/mcp-servers/search/brightdata",
190
- relativeDocsLink: "/en/mcp-servers/search/brightdata",
191
- category: "search",
189
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/development/brightdata",
190
+ relativeDocsLink: "/en/mcp-servers/development/brightdata",
191
+ category: "development",
192
192
  type: "community",
193
193
  isComingSoon: !1,
194
194
  isHidden: !1
@@ -238,11 +238,11 @@ const a = [
238
238
  isBYOC: !1,
239
239
  isPro: !1,
240
240
  publicIconUrl: `${e}/calendly.svg`,
241
- docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/calendly",
242
- relativeDocsLink: "/en/mcp-servers/productivity/calendly",
241
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/calendly-api",
242
+ relativeDocsLink: "/en/mcp-servers/productivity/calendly-api",
243
243
  category: "productivity",
244
244
  type: "arcade_starter",
245
- isComingSoon: !0,
245
+ isComingSoon: !1,
246
246
  isHidden: !1
247
247
  },
248
248
  {
@@ -337,16 +337,16 @@ const a = [
337
337
  isHidden: !1
338
338
  },
339
339
  {
340
- id: "Datadog",
341
- label: "Datadog",
340
+ id: "DatadogAPI",
341
+ label: "Datadog API",
342
342
  isBYOC: !1,
343
343
  isPro: !1,
344
344
  publicIconUrl: `${e}/datadog.svg`,
345
- docsLink: "https://docs.arcade.dev/en/mcp-servers/development/datadog",
346
- relativeDocsLink: "/en/mcp-servers/development/datadog",
345
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/development/datadog-api",
346
+ relativeDocsLink: "/en/mcp-servers/development/datadog-api",
347
347
  category: "development",
348
- type: "arcade",
349
- isComingSoon: !0,
348
+ type: "arcade_starter",
349
+ isComingSoon: !1,
350
350
  isHidden: !1
351
351
  },
352
352
  {
@@ -446,8 +446,8 @@ const a = [
446
446
  isBYOC: !1,
447
447
  isPro: !1,
448
448
  publicIconUrl: `${e}/figma.svg`,
449
- docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/figma",
450
- relativeDocsLink: "/en/mcp-servers/productivity/figma",
449
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/figma-api",
450
+ relativeDocsLink: "/en/mcp-servers/productivity/figma-api",
451
451
  category: "productivity",
452
452
  type: "arcade_starter",
453
453
  isComingSoon: !1,
@@ -862,8 +862,8 @@ const a = [
862
862
  isBYOC: !1,
863
863
  isPro: !1,
864
864
  publicIconUrl: `${e}/miro.svg`,
865
- docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/miro",
866
- relativeDocsLink: "/en/mcp-servers/productivity/miro",
865
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/miro-api",
866
+ relativeDocsLink: "/en/mcp-servers/productivity/miro-api",
867
867
  category: "productivity",
868
868
  type: "arcade_starter",
869
869
  isComingSoon: !1,
@@ -1226,26 +1226,13 @@ const a = [
1226
1226
  isBYOC: !1,
1227
1227
  isPro: !1,
1228
1228
  publicIconUrl: `${e}/square.svg`,
1229
- docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/square",
1230
- relativeDocsLink: "/en/mcp-servers/productivity/square",
1229
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/productivity/squareup-api",
1230
+ relativeDocsLink: "/en/mcp-servers/productivity/squareup-api",
1231
1231
  category: "productivity",
1232
1232
  type: "arcade_starter",
1233
1233
  isComingSoon: !1,
1234
1234
  isHidden: !1
1235
1235
  },
1236
- {
1237
- id: "SquareupAPI",
1238
- label: "Squareup API",
1239
- isBYOC: !1,
1240
- isPro: !1,
1241
- publicIconUrl: `${e}/square.svg`,
1242
- docsLink: "https://docs.arcade.dev/en/mcp-servers/payments/squareup-api",
1243
- relativeDocsLink: "/en/mcp-servers/payments/squareup-api",
1244
- category: "payments",
1245
- type: "arcade_starter",
1246
- isComingSoon: !1,
1247
- isHidden: !1
1248
- },
1249
1236
  {
1250
1237
  id: "Squarespace",
1251
1238
  label: "Squarespace",
@@ -1338,16 +1325,16 @@ const a = [
1338
1325
  isHidden: !1
1339
1326
  },
1340
1327
  {
1341
- id: "Vercel",
1342
- label: "Vercel",
1328
+ id: "VercelAPI",
1329
+ label: "Vercel API",
1343
1330
  isBYOC: !1,
1344
1331
  isPro: !1,
1345
1332
  publicIconUrl: `${e}/vercel.svg`,
1346
- docsLink: "https://docs.arcade.dev/en/mcp-servers/development/vercel",
1347
- relativeDocsLink: "/en/mcp-servers/development/vercel",
1333
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/development/vercel-api",
1334
+ relativeDocsLink: "/en/mcp-servers/development/vercel-api",
1348
1335
  category: "development",
1349
- type: "arcade",
1350
- isComingSoon: !0,
1336
+ type: "arcade_starter",
1337
+ isComingSoon: !1,
1351
1338
  isHidden: !1
1352
1339
  },
1353
1340
  {
@@ -1364,16 +1351,16 @@ const a = [
1364
1351
  isHidden: !1
1365
1352
  },
1366
1353
  {
1367
- id: "Weaviate",
1368
- label: "Weaviate",
1354
+ id: "WeaviateAPI",
1355
+ label: "Weaviate API",
1369
1356
  isBYOC: !1,
1370
1357
  isPro: !1,
1371
1358
  publicIconUrl: `${e}/weaviate.svg`,
1372
- docsLink: "https://docs.arcade.dev/en/mcp-servers/development/weaviate",
1373
- relativeDocsLink: "/en/mcp-servers/development/weaviate",
1359
+ docsLink: "https://docs.arcade.dev/en/mcp-servers/development/weaviate-api",
1360
+ relativeDocsLink: "/en/mcp-servers/development/weaviate-api",
1374
1361
  category: "development",
1375
- type: "arcade",
1376
- isComingSoon: !0,
1362
+ type: "arcade_starter",
1363
+ isComingSoon: !1,
1377
1364
  isHidden: !1
1378
1365
  },
1379
1366
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcadeai/design-system",
3
3
  "private": false,
4
- "version": "3.11.0",
4
+ "version": "3.13.0",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",
7
7
  "types": "dist/main.d.ts",