@arcadeai/design-system 3.27.5 → 3.27.7

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 (95) hide show
  1. package/dist/assets/icons/attio.js +10 -0
  2. package/dist/assets/icons/claude.js +10 -0
  3. package/dist/assets/icons/cline.js +10 -0
  4. package/dist/assets/icons/cursor-install-dark.js +12 -0
  5. package/dist/assets/icons/cursor-install-light.js +12 -0
  6. package/dist/assets/icons/gemini.js +12 -0
  7. package/dist/assets/icons/goose.js +13 -0
  8. package/dist/assets/icons/openai.js +10 -0
  9. package/dist/assets/icons/vscode.js +12 -0
  10. package/dist/assets/icons/windsurf.js +10 -0
  11. package/dist/components/index.js +416 -396
  12. package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
  13. package/dist/components/ui/atoms/checkbox.js +100 -100
  14. package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
  15. package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
  16. package/dist/components/ui/atoms/icons/attio.js +27 -0
  17. package/dist/components/ui/atoms/icons/claude.d.ts +4 -0
  18. package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -0
  19. package/dist/components/ui/atoms/icons/claude.js +27 -0
  20. package/dist/components/ui/atoms/icons/cline.d.ts +4 -0
  21. package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -0
  22. package/dist/components/ui/atoms/icons/cline.js +23 -0
  23. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts +4 -0
  24. package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -0
  25. package/dist/components/ui/atoms/icons/cursor-install-dark.js +79 -0
  26. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts +4 -0
  27. package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -0
  28. package/dist/components/ui/atoms/icons/cursor-install-light.js +79 -0
  29. package/dist/components/ui/atoms/icons/gemini.d.ts +4 -0
  30. package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -0
  31. package/dist/components/ui/atoms/icons/gemini.js +234 -0
  32. package/dist/components/ui/atoms/icons/goose.d.ts +4 -0
  33. package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -0
  34. package/dist/components/ui/atoms/icons/goose.js +22 -0
  35. package/dist/components/ui/atoms/icons/index.d.ts +10 -0
  36. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  37. package/dist/components/ui/atoms/icons/index.js +256 -236
  38. package/dist/components/ui/atoms/icons/openai.d.ts +4 -0
  39. package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -0
  40. package/dist/components/ui/atoms/icons/openai.js +26 -0
  41. package/dist/components/ui/atoms/icons/vscode.d.ts +4 -0
  42. package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -0
  43. package/dist/components/ui/atoms/icons/vscode.js +187 -0
  44. package/dist/components/ui/atoms/icons/windsurf.d.ts +4 -0
  45. package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -0
  46. package/dist/components/ui/atoms/icons/windsurf.js +26 -0
  47. package/dist/components/ui/atoms/index.js +399 -379
  48. package/dist/components/ui/index.js +416 -396
  49. package/dist/components/ui/molecules/index.js +1 -1
  50. package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
  51. package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
  52. package/dist/components/ui/molecules/requirement-badges.js +1 -1
  53. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  54. package/dist/components/ui/molecules/tool-card.js +55 -54
  55. package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
  56. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  57. package/dist/components/ui/molecules/toolkit-picker-trigger.js +34 -34
  58. package/dist/components/ui/molecules/toolkit-selection-summary.d.ts.map +1 -1
  59. package/dist/components/ui/molecules/toolkit-selection-summary.js +5 -5
  60. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
  61. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
  62. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  63. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts.map +1 -1
  64. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +101 -74
  65. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
  66. package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +74 -50
  67. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts +21 -0
  68. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.d.ts.map +1 -0
  69. package/dist/components/ui/organisms/toolkit-picker/components/unoptimized-toggle.js +29 -0
  70. package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.d.ts +1 -1
  71. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +8 -0
  72. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
  73. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +120 -51
  74. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
  75. package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +55 -24
  76. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +20 -20
  77. package/dist/hooks/use-is-truncated.d.ts +13 -0
  78. package/dist/hooks/use-is-truncated.d.ts.map +1 -0
  79. package/dist/hooks/use-is-truncated.js +20 -0
  80. package/dist/lib/arcade/arcade.d.ts +0 -24
  81. package/dist/lib/arcade/arcade.d.ts.map +1 -1
  82. package/dist/lib/arcade/arcade.js +258 -421
  83. package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
  84. package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
  85. package/dist/lib/arcade/toolkit-collection.js +149 -0
  86. package/dist/main.js +455 -435
  87. package/dist/metadata/oauth-providers.d.ts +2 -0
  88. package/dist/metadata/oauth-providers.d.ts.map +1 -1
  89. package/dist/metadata/oauth-providers.js +84 -72
  90. package/dist/metadata/toolkits.js +7 -7
  91. package/dist/metadata/utils.d.ts +4 -7
  92. package/dist/metadata/utils.d.ts.map +1 -1
  93. package/dist/metadata/utils.js +16 -13
  94. package/dist/{toolkit-card-D6Dqff6p.js → toolkit-card-Cmp_yG03.js} +115 -110
  95. package/package.json +34 -23
@@ -4,6 +4,7 @@ export declare const OAuthId: {
4
4
  readonly Airtable: "arcade-airtable";
5
5
  readonly Asana: "arcade-asana";
6
6
  readonly Atlassian: "arcade-atlassian";
7
+ readonly Attio: "arcade-attio";
7
8
  readonly Calendly: "arcade-calendly";
8
9
  readonly Clickup: "arcade-clickup";
9
10
  readonly Discord: "arcade-discord";
@@ -38,6 +39,7 @@ export declare const OAuthProviderId: {
38
39
  readonly Airtable: "airtable";
39
40
  readonly Asana: "asana";
40
41
  readonly Atlassian: "atlassian";
42
+ readonly Attio: "attio";
41
43
  readonly Calendly: "calendly";
42
44
  readonly Clickup: "clickup";
43
45
  readonly Discord: "discord";
@@ -1 +1 @@
1
- {"version":3,"file":"oauth-providers.d.ts","sourceRoot":"","sources":["../../lib/metadata/oauth-providers.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCV,CAAC;AAEX,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiClB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,cAAc,EAsPpD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;CAS3B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;CAQ/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,cAAc,EA8BjD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,cAAc,EAG3C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAOjE,CAAC"}
1
+ {"version":3,"file":"oauth-providers.d.ts","sourceRoot":"","sources":["../../lib/metadata/oauth-providers.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCV,CAAC;AAEX,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkClB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,cAAc,EA+PpD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;CAS3B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;CAQ/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,cAAc,EA8BjD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,cAAc,EAG3C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAOjE,CAAC"}
@@ -2,40 +2,42 @@ import "react/jsx-runtime";
2
2
  import { Airtable as d } from "../components/ui/atoms/icons/airtable.js";
3
3
  import { Asana as a } from "../components/ui/atoms/icons/asana.js";
4
4
  import { Atlassian as s } from "../components/ui/atoms/icons/atlassian.js";
5
- import { Calendly as c } from "../components/ui/atoms/icons/calendly.js";
6
- import { Clickup as n } from "../components/ui/atoms/icons/clickup.js";
7
- import { Discord as p } from "../components/ui/atoms/icons/discord.js";
8
- import { Dropbox as h } from "../components/ui/atoms/icons/dropbox.js";
9
- import { Figma as l } from "../components/ui/atoms/icons/figma.js";
10
- import { Github as m } from "../components/ui/atoms/icons/github.js";
11
- import { Google as u } from "../components/ui/atoms/icons/google.js";
12
- import { Hubspot as v } from "../components/ui/atoms/icons/hubspot.js";
13
- import { Linear as g } from "../components/ui/atoms/icons/linear.js";
5
+ import { Attio as c } from "../components/ui/atoms/icons/attio.js";
6
+ import { Calendly as n } from "../components/ui/atoms/icons/calendly.js";
7
+ import { Clickup as p } from "../components/ui/atoms/icons/clickup.js";
8
+ import { Discord as h } from "../components/ui/atoms/icons/discord.js";
9
+ import { Dropbox as l } from "../components/ui/atoms/icons/dropbox.js";
10
+ import { Figma as m } from "../components/ui/atoms/icons/figma.js";
11
+ import { Github as u } from "../components/ui/atoms/icons/github.js";
12
+ import { Google as v } from "../components/ui/atoms/icons/google.js";
13
+ import { Hubspot as g } from "../components/ui/atoms/icons/hubspot.js";
14
+ import { Linear as A } from "../components/ui/atoms/icons/linear.js";
14
15
  import { Linkedin as b } from "../components/ui/atoms/icons/linkedin.js";
15
- import { Mailchimp as A } from "../components/ui/atoms/icons/mailchimp.js";
16
- import { Mcp as f } from "../components/ui/atoms/icons/mcp.js";
17
- import { Microsoft as k } from "../components/ui/atoms/icons/microsoft.js";
18
- import { Miro as _ } from "../components/ui/atoms/icons/miro.js";
19
- import { Notion as I } from "../components/ui/atoms/icons/notion.js";
20
- import { Oauth as w } from "../components/ui/atoms/icons/oauth.js";
21
- import { Pagerduty as U } from "../components/ui/atoms/icons/pagerduty.js";
22
- import { Reddit as z } from "../components/ui/atoms/icons/reddit.js";
23
- import { Salesforce as y } from "../components/ui/atoms/icons/salesforce.js";
24
- import { Slack as T } from "../components/ui/atoms/icons/slack.js";
25
- import { Spotify as S } from "../components/ui/atoms/icons/spotify.js";
26
- import { Square as $ } from "../components/ui/atoms/icons/square.js";
27
- import { Tesla as M } from "../components/ui/atoms/icons/tesla.js";
28
- import { Ticktick as O } from "../components/ui/atoms/icons/ticktick.js";
29
- import { Twitch as C } from "../components/ui/atoms/icons/twitch.js";
30
- import { X as P } from "../components/ui/atoms/icons/x.js";
31
- import { Zendesk as D } from "../components/ui/atoms/icons/zendesk.js";
32
- import { Zoho as R } from "../components/ui/atoms/icons/zoho.js";
33
- import { Zoom as Z } from "../components/ui/atoms/icons/zoom.js";
16
+ import { Mailchimp as f } from "../components/ui/atoms/icons/mailchimp.js";
17
+ import { Mcp as k } from "../components/ui/atoms/icons/mcp.js";
18
+ import { Microsoft as _ } from "../components/ui/atoms/icons/microsoft.js";
19
+ import { Miro as I } from "../components/ui/atoms/icons/miro.js";
20
+ import { Notion as w } from "../components/ui/atoms/icons/notion.js";
21
+ import { Oauth as U } from "../components/ui/atoms/icons/oauth.js";
22
+ import { Pagerduty as z } from "../components/ui/atoms/icons/pagerduty.js";
23
+ import { Reddit as y } from "../components/ui/atoms/icons/reddit.js";
24
+ import { Salesforce as T } from "../components/ui/atoms/icons/salesforce.js";
25
+ import { Slack as S } from "../components/ui/atoms/icons/slack.js";
26
+ import { Spotify as $ } from "../components/ui/atoms/icons/spotify.js";
27
+ import { Square as M } from "../components/ui/atoms/icons/square.js";
28
+ import { Tesla as O } from "../components/ui/atoms/icons/tesla.js";
29
+ import { Ticktick as C } from "../components/ui/atoms/icons/ticktick.js";
30
+ import { Twitch as P } from "../components/ui/atoms/icons/twitch.js";
31
+ import { X as D } from "../components/ui/atoms/icons/x.js";
32
+ import { Zendesk as R } from "../components/ui/atoms/icons/zendesk.js";
33
+ import { Zoho as Z } from "../components/ui/atoms/icons/zoho.js";
34
+ import { Zoom as x } from "../components/ui/atoms/icons/zoom.js";
34
35
  import { PUBLIC_ICON_URL as o } from "./constants.js";
35
36
  const i = {
36
37
  Airtable: "arcade-airtable",
37
38
  Asana: "arcade-asana",
38
39
  Atlassian: "arcade-atlassian",
40
+ Attio: "arcade-attio",
39
41
  Calendly: "arcade-calendly",
40
42
  Clickup: "arcade-clickup",
41
43
  Discord: "arcade-discord",
@@ -69,6 +71,7 @@ const i = {
69
71
  Airtable: "airtable",
70
72
  Asana: "asana",
71
73
  Atlassian: "atlassian",
74
+ Attio: "attio",
72
75
  Calendly: "calendly",
73
76
  Clickup: "clickup",
74
77
  Discord: "discord",
@@ -98,7 +101,7 @@ const i = {
98
101
  Zendesk: "zendesk",
99
102
  Zoho: "zoho",
100
103
  Zoom: "zoom"
101
- }, x = [
104
+ }, L = [
102
105
  {
103
106
  id: i.Airtable,
104
107
  provider_id: e.Airtable,
@@ -126,13 +129,22 @@ const i = {
126
129
  icon: s,
127
130
  docs: "https://docs.arcade.dev/home/auth-providers/atlassian"
128
131
  },
132
+ {
133
+ id: i.Attio,
134
+ provider_id: e.Attio,
135
+ name: "Attio",
136
+ description: "Authorize tools and agents with Attio CRM",
137
+ publicIconUrl: `${o}/attio.svg`,
138
+ icon: c,
139
+ docs: "https://docs.arcade.dev/home/auth-providers/attio"
140
+ },
129
141
  {
130
142
  id: i.Calendly,
131
143
  provider_id: e.Calendly,
132
144
  name: "Calendly",
133
145
  description: "Authorize tools and agents with Calendly",
134
146
  publicIconUrl: `${o}/calendly.svg`,
135
- icon: c,
147
+ icon: n,
136
148
  docs: "https://docs.arcade.dev/home/auth-providers/calendly"
137
149
  },
138
150
  {
@@ -141,7 +153,7 @@ const i = {
141
153
  name: "ClickUp",
142
154
  description: "Authorize tools and agents with ClickUp",
143
155
  publicIconUrl: `${o}/clickup.svg`,
144
- icon: n,
156
+ icon: p,
145
157
  docs: "https://docs.arcade.dev/home/auth-providers/clickup"
146
158
  },
147
159
  {
@@ -150,7 +162,7 @@ const i = {
150
162
  name: "Discord",
151
163
  description: "Authorize tools and agents with Discord in a user's context",
152
164
  publicIconUrl: `${o}/discord.svg`,
153
- icon: p,
165
+ icon: h,
154
166
  docs: "https://docs.arcade.dev/home/auth-providers/discord"
155
167
  },
156
168
  {
@@ -159,7 +171,7 @@ const i = {
159
171
  name: "Dropbox",
160
172
  description: "Authorize tools and agents with Dropbox",
161
173
  publicIconUrl: `${o}/dropbox.svg`,
162
- icon: h,
174
+ icon: l,
163
175
  docs: "https://docs.arcade.dev/home/auth-providers/dropbox"
164
176
  },
165
177
  {
@@ -168,7 +180,7 @@ const i = {
168
180
  name: "Figma",
169
181
  description: "Authorize tools and agents with Figma",
170
182
  publicIconUrl: `${o}/figma.svg`,
171
- icon: l,
183
+ icon: m,
172
184
  docs: "https://docs.arcade.dev/home/auth-providers/figma"
173
185
  },
174
186
  {
@@ -177,7 +189,7 @@ const i = {
177
189
  name: "GitHub",
178
190
  description: "Authorize tools and agents with GitHub, including private repositories",
179
191
  publicIconUrl: `${o}/github.svg`,
180
- icon: m,
192
+ icon: u,
181
193
  docs: "https://docs.arcade.dev/home/auth-providers/github"
182
194
  },
183
195
  {
@@ -186,7 +198,7 @@ const i = {
186
198
  name: "Google",
187
199
  description: "Authorize tools and agents with Google: Gmail, Calendar, YouTube, Drive, and more",
188
200
  publicIconUrl: `${o}/google.svg`,
189
- icon: u,
201
+ icon: v,
190
202
  docs: "https://docs.arcade.dev/home/auth-providers/google"
191
203
  },
192
204
  {
@@ -195,7 +207,7 @@ const i = {
195
207
  name: "HubSpot",
196
208
  description: "Authorize tools and agents with HubSpot",
197
209
  publicIconUrl: `${o}/hubspot.svg`,
198
- icon: v,
210
+ icon: g,
199
211
  docs: "https://docs.arcade.dev/home/auth-providers/hubspot"
200
212
  },
201
213
  {
@@ -204,7 +216,7 @@ const i = {
204
216
  name: "Linear",
205
217
  description: "Authorize tools and agents with Linear",
206
218
  publicIconUrl: `${o}/linear.svg`,
207
- icon: g,
219
+ icon: A,
208
220
  docs: "https://docs.arcade.dev/home/auth-providers/linear"
209
221
  },
210
222
  {
@@ -222,7 +234,7 @@ const i = {
222
234
  name: "Mailchimp",
223
235
  description: "Authorize tools and agents with Mailchimp",
224
236
  publicIconUrl: `${o}/mailchimp.svg`,
225
- icon: A,
237
+ icon: f,
226
238
  docs: "https://docs.arcade.dev/home/auth-providers/mailchimp"
227
239
  },
228
240
  {
@@ -231,7 +243,7 @@ const i = {
231
243
  name: "Microsoft",
232
244
  description: "Authorize tools and agents with Microsoft",
233
245
  publicIconUrl: `${o}/microsoft.svg`,
234
- icon: k,
246
+ icon: _,
235
247
  docs: "https://docs.arcade.dev/home/auth-providers/microsoft"
236
248
  },
237
249
  {
@@ -240,7 +252,7 @@ const i = {
240
252
  name: "Miro",
241
253
  description: "Authorize tools and agents with Miro",
242
254
  publicIconUrl: `${o}/miro.svg`,
243
- icon: _,
255
+ icon: I,
244
256
  docs: "https://docs.arcade.dev/home/auth-providers/miro"
245
257
  },
246
258
  {
@@ -249,7 +261,7 @@ const i = {
249
261
  name: "Notion",
250
262
  description: "Authorize tools and agents with Notion",
251
263
  publicIconUrl: `${o}/notion.svg`,
252
- icon: I,
264
+ icon: w,
253
265
  docs: "https://docs.arcade.dev/home/auth-providers/notion"
254
266
  },
255
267
  {
@@ -258,7 +270,7 @@ const i = {
258
270
  name: "PagerDuty",
259
271
  description: "Authorize tools and agents with PagerDuty",
260
272
  publicIconUrl: `${o}/pagerduty.svg`,
261
- icon: U,
273
+ icon: z,
262
274
  docs: "https://docs.arcade.dev/home/auth-providers/pagerduty"
263
275
  },
264
276
  {
@@ -267,7 +279,7 @@ const i = {
267
279
  name: "Reddit",
268
280
  description: "Authorize tools and agents with Reddit",
269
281
  publicIconUrl: `${o}/reddit.svg`,
270
- icon: z,
282
+ icon: y,
271
283
  docs: "https://docs.arcade.dev/home/auth-providers/reddit"
272
284
  },
273
285
  {
@@ -276,7 +288,7 @@ const i = {
276
288
  name: "Slack",
277
289
  description: "Authorize tools and agents with Slack",
278
290
  publicIconUrl: `${o}/slack.svg`,
279
- icon: T,
291
+ icon: S,
280
292
  docs: "https://docs.arcade.dev/home/auth-providers/slack"
281
293
  },
282
294
  {
@@ -285,7 +297,7 @@ const i = {
285
297
  name: "Spotify",
286
298
  description: "Authorize tools and agents with Spotify",
287
299
  publicIconUrl: `${o}/spotify.svg`,
288
- icon: S,
300
+ icon: $,
289
301
  docs: "https://docs.arcade.dev/home/auth-providers/spotify"
290
302
  },
291
303
  {
@@ -294,7 +306,7 @@ const i = {
294
306
  name: "Square",
295
307
  description: "Authorize tools and agents with Square",
296
308
  publicIconUrl: `${o}/square.svg`,
297
- icon: $,
309
+ icon: M,
298
310
  docs: "https://docs.arcade.dev/home/auth-providers/squareup"
299
311
  },
300
312
  {
@@ -303,7 +315,7 @@ const i = {
303
315
  name: "TickTick",
304
316
  description: "Authorize tools and agents with TickTick",
305
317
  publicIconUrl: `${o}/ticktick.svg`,
306
- icon: O,
318
+ icon: C,
307
319
  docs: "https://docs.arcade.dev/home/auth-providers/ticktick"
308
320
  },
309
321
  {
@@ -312,7 +324,7 @@ const i = {
312
324
  name: "Twitch",
313
325
  description: "Authorize tools and agents with Twitch",
314
326
  publicIconUrl: `${o}/twitch.svg`,
315
- icon: C,
327
+ icon: P,
316
328
  docs: "https://docs.arcade.dev/home/auth-providers/twitch"
317
329
  },
318
330
  {
@@ -321,7 +333,7 @@ const i = {
321
333
  name: "X (Twitter)",
322
334
  description: "Authorize tools and agents with X (Twitter)",
323
335
  publicIconUrl: `${o}/x.svg`,
324
- icon: P,
336
+ icon: D,
325
337
  docs: "https://docs.arcade.dev/home/auth-providers/x"
326
338
  },
327
339
  {
@@ -330,7 +342,7 @@ const i = {
330
342
  name: "Zoho",
331
343
  description: "Authorize tools and agents with Zoho",
332
344
  publicIconUrl: `${o}/zoho.svg`,
333
- icon: R,
345
+ icon: Z,
334
346
  docs: "https://docs.arcade.dev/home/auth-providers/zoho"
335
347
  },
336
348
  {
@@ -339,36 +351,36 @@ const i = {
339
351
  name: "Zoom",
340
352
  description: "Authorize tools and agents with Zoom",
341
353
  publicIconUrl: `${o}/zoom.svg`,
342
- icon: Z,
354
+ icon: x,
343
355
  docs: "https://docs.arcade.dev/home/auth-providers/zoom"
344
356
  }
345
- ], L = {
357
+ ], G = {
346
358
  id: i.OAuth2,
347
359
  provider_id: e.OAuth2,
348
360
  name: "OAuth 2.0",
349
361
  description: "Authorize tools and agents with any OAuth 2.0 compatible provider",
350
362
  publicIconUrl: `${o}/oauth.svg`,
351
- icon: w,
363
+ icon: U,
352
364
  docs: "https://docs.arcade.dev/home/auth-providers/oauth2"
353
- }, G = {
365
+ }, H = {
354
366
  id: i.MCP_OAuth2,
355
367
  provider_id: e.MCP_OAuth2,
356
368
  name: "MCP",
357
369
  description: "Model Context Protocol (MCP)",
358
370
  publicIconUrl: `${o}/mcp.svg`,
359
- icon: f,
371
+ icon: k,
360
372
  docs: "https://docs.arcade.dev/en/home/glossary#mcp-server"
361
373
  // TODO: Use the correct docs link when we have it
362
- }, H = [
363
- L,
374
+ }, q = [
364
375
  G,
376
+ H,
365
377
  {
366
378
  id: i.Salesforce,
367
379
  provider_id: e.Salesforce,
368
380
  name: "Salesforce",
369
381
  description: "Authorize tools and agents with Salesforce",
370
382
  publicIconUrl: `${o}/salesforce.svg`,
371
- icon: y,
383
+ icon: T,
372
384
  docs: "https://docs.arcade.dev/home/auth-providers/salesforce"
373
385
  },
374
386
  {
@@ -377,7 +389,7 @@ const i = {
377
389
  name: "Tesla",
378
390
  description: "Authorize tools and agents with Tesla",
379
391
  publicIconUrl: `${o}/tesla.svg`,
380
- icon: M,
392
+ icon: O,
381
393
  docs: "https://docs.arcade.dev/home/auth-providers/tesla"
382
394
  },
383
395
  {
@@ -386,23 +398,23 @@ const i = {
386
398
  name: "Zendesk",
387
399
  description: "Authorize tools and agents with Zendesk",
388
400
  publicIconUrl: `${o}/zendesk.svg`,
389
- icon: D,
401
+ icon: R,
390
402
  docs: "https://docs.arcade.dev/home/auth-providers/zendesk"
391
403
  }
392
- ], q = [
393
- ...x,
394
- ...H
395
- ], wo = q.reduce(
396
- (r, t) => (r[t.provider_id] = t, r),
404
+ ], E = [
405
+ ...L,
406
+ ...q
407
+ ], zo = E.reduce(
408
+ (t, r) => (t[r.provider_id] = r, t),
397
409
  {}
398
410
  );
399
411
  export {
400
- G as MCP_OAUTH2_PROVIDER,
401
- L as OAUTH2_PROVIDER,
402
- q as OAUTH_PROVIDERS,
403
- wo as OAUTH_PROVIDER_CATALOGUE,
412
+ H as MCP_OAUTH2_PROVIDER,
413
+ G as OAUTH2_PROVIDER,
414
+ E as OAUTH_PROVIDERS,
415
+ zo as OAUTH_PROVIDER_CATALOGUE,
404
416
  i as OAuthId,
405
417
  e as OAuthProviderId,
406
- H as OTHER_OAUTH_PROVIDERS,
407
- x as PREBUILT_OAUTH_PROVIDERS
418
+ q as OTHER_OAUTH_PROVIDERS,
419
+ L as PREBUILT_OAUTH_PROVIDERS
408
420
  };
@@ -1031,8 +1031,8 @@ const r = [
1031
1031
  isBYOC: !1,
1032
1032
  isPro: !1,
1033
1033
  publicIconUrl: `${e}/mailchimp.svg`,
1034
- docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/mailchimp-api",
1035
- relativeDocsLink: "/en/resources/integrations/productivity/mailchimp-api",
1034
+ docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/mailchimp-marketing-api",
1035
+ relativeDocsLink: "/en/resources/integrations/productivity/mailchimp-marketing-api",
1036
1036
  category: "productivity",
1037
1037
  type: "arcade_starter",
1038
1038
  isComingSoon: !1,
@@ -1603,9 +1603,9 @@ const r = [
1603
1603
  isBYOC: !1,
1604
1604
  isPro: !1,
1605
1605
  publicIconUrl: `${e}/weaviate.svg`,
1606
- docsLink: "https://docs.arcade.dev/en/resources/integrations/development/weaviate-api",
1607
- relativeDocsLink: "/en/resources/integrations/development/weaviate-api",
1608
- category: "development",
1606
+ docsLink: "https://docs.arcade.dev/en/resources/integrations/databases/weaviate-api",
1607
+ relativeDocsLink: "/en/resources/integrations/databases/weaviate-api",
1608
+ category: "databases",
1609
1609
  type: "arcade_starter",
1610
1610
  isComingSoon: !1,
1611
1611
  isHidden: !1
@@ -1681,8 +1681,8 @@ const r = [
1681
1681
  isBYOC: !1,
1682
1682
  isPro: !1,
1683
1683
  publicIconUrl: `${e}/zoho-creator.svg`,
1684
- docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/zoho-creator-api",
1685
- relativeDocsLink: "/en/resources/integrations/productivity/zoho-creator-api",
1684
+ docsLink: "https://docs.arcade.dev/en/resources/integrations/development/zoho-creator-api",
1685
+ relativeDocsLink: "/en/resources/integrations/development/zoho-creator-api",
1686
1686
  category: "development",
1687
1687
  type: "arcade_starter",
1688
1688
  isComingSoon: !1,
@@ -1,5 +1,4 @@
1
- import { ToolkitCatalogueEntry } from './toolkit-icons';
2
- import { OAuthCatalogue, OAuthProviderIdType } from './types';
1
+ import { OAuthCatalogue, OAuthProviderIdType, Toolkit } from './types';
3
2
  /**
4
3
  * OAUTH PROVIDERS
5
4
  */
@@ -23,10 +22,8 @@ export declare const isPrebuiltProvider: (providerId: string) => boolean;
23
22
  */
24
23
  export declare const isKnownToolkit: (toolkitName: string) => boolean;
25
24
  /**
26
- * Find a toolkit by its name, with case-insensitive matching
27
- * @returns Toolkit object with ID, or undefined if not found
25
+ * Find a toolkit by its name or ID, with case-insensitive matching
26
+ * @returns Toolkit object, or undefined if not found
28
27
  */
29
- export declare const findToolkitByName: (toolkitName: string) => (ToolkitCatalogueEntry & {
30
- id: string;
31
- }) | undefined;
28
+ export declare const findToolkitByName: (toolkitName: string) => Toolkit | undefined;
32
29
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../lib/metadata/utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEnE;;GAEG;AAEH;;GAEG;AACH,eAAO,MAAM,gCAAgC,GAC3C,YAAY,mBAAmB,GAAG,MAAM,KACvC,cAAc,GAAG,SAGjB,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,wBAAwB,GACnC,IAAI,MAAM,KACT,cAAc,GAAG,SACqC,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,YAAY,MAAM,KAAG,OAGrD,CAAC;AAEJ;;GAEG;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,aAAa,MAAM,KAAG,OAGlD,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,iBAAiB,GAC5B,aAAa,MAAM,KAClB,CAAC,qBAAqB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,CAAC,GAAG,SAK7C,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../lib/metadata/utils.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,mBAAmB,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAE5E;;GAEG;AAEH;;GAEG;AACH,eAAO,MAAM,gCAAgC,GAC3C,YAAY,mBAAmB,GAAG,MAAM,KACvC,cAAc,GAAG,SAGjB,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,wBAAwB,GACnC,IAAI,MAAM,KACT,cAAc,GAAG,SACqC,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,YAAY,MAAM,KAAG,OAGrD,CAAC;AAEJ;;GAEG;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc,GAAI,aAAa,MAAM,KAAG,OAGlD,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,iBAAiB,GAAI,aAAa,MAAM,KAAG,OAAO,GAAG,SAQjE,CAAC"}
@@ -1,18 +1,21 @@
1
- import { PREBUILT_OAUTH_PROVIDERS as r } from "./oauth-providers.js";
2
- import { TOOLKITS as e, TOOLKIT_CATALOGUE as n } from "./toolkits.js";
3
- const T = (o) => r.find(
4
- (i) => i.provider_id === o || i.id === o
5
- ), c = (o) => r.find((i) => i.id === o), l = (o) => r.some(
6
- (i) => i.provider_id === o || i.id === o
7
- ), P = (o) => Object.keys(n).some(
8
- (i) => i.toLowerCase() === o.toLowerCase()
9
- ), a = (o) => e.find(
10
- (t) => t.label.toLowerCase() === o.toLowerCase()
11
- );
1
+ import { PREBUILT_OAUTH_PROVIDERS as e } from "./oauth-providers.js";
2
+ import { TOOLKITS as t, TOOLKIT_CATALOGUE as n } from "./toolkits.js";
3
+ const T = (i) => e.find(
4
+ (o) => o.provider_id === i || o.id === i
5
+ ), c = (i) => e.find((o) => o.id === i), l = (i) => e.some(
6
+ (o) => o.provider_id === i || o.id === i
7
+ ), m = (i) => Object.keys(n).some(
8
+ (o) => o.toLowerCase() === i.toLowerCase()
9
+ ), L = (i) => {
10
+ const o = i.toLowerCase();
11
+ return t.find(
12
+ (r) => r.label.toLowerCase() === o || r.id.toLowerCase() === o
13
+ );
14
+ };
12
15
  export {
13
16
  c as findPrebuiltProviderById,
14
17
  T as findPrebuiltProviderByProviderId,
15
- a as findToolkitByName,
16
- P as isKnownToolkit,
18
+ L as findToolkitByName,
19
+ m as isKnownToolkit,
17
20
  l as isPrebuiltProvider
18
21
  };