@arcadeai/design-system 3.12.0 → 3.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/posthog.js +14 -0
- package/dist/assets/icons/ticktick.js +10 -0
- package/dist/components/index.js +301 -295
- package/dist/components/ui/atoms/icons/exa.d.ts +3 -0
- package/dist/components/ui/atoms/icons/exa.js +27 -0
- package/dist/components/ui/atoms/icons/index.d.ts +3 -0
- package/dist/components/ui/atoms/icons/index.js +188 -182
- package/dist/components/ui/atoms/icons/posthog.d.ts +3 -0
- package/dist/components/ui/atoms/icons/posthog.js +50 -0
- package/dist/components/ui/atoms/icons/ticktick.d.ts +3 -0
- package/dist/components/ui/atoms/icons/ticktick.js +49 -0
- package/dist/components/ui/atoms/index.js +296 -290
- package/dist/components/ui/index.js +301 -295
- package/dist/main.js +338 -332
- package/dist/metadata/oauth-providers.d.ts +2 -0
- package/dist/metadata/oauth-providers.js +43 -31
- package/dist/metadata/toolkit-icons.js +191 -183
- package/dist/metadata/toolkits.js +86 -47
- package/package.json +1 -1
|
@@ -25,6 +25,7 @@ export declare const OAuthId: {
|
|
|
25
25
|
readonly Spotify: "arcade-spotify";
|
|
26
26
|
readonly Squareup: "arcade-squareup";
|
|
27
27
|
readonly Tesla: "arcade-tesla";
|
|
28
|
+
readonly Ticktick: "arcade-ticktick";
|
|
28
29
|
readonly Twitch: "arcade-twitch";
|
|
29
30
|
readonly X: "arcade-x";
|
|
30
31
|
readonly Zendesk: "arcade-zendesk";
|
|
@@ -56,6 +57,7 @@ export declare const OAuthProviderId: {
|
|
|
56
57
|
readonly Spotify: "spotify";
|
|
57
58
|
readonly Squareup: "squareup";
|
|
58
59
|
readonly Tesla: "tesla";
|
|
60
|
+
readonly Ticktick: "ticktick";
|
|
59
61
|
readonly Twitch: "twitch";
|
|
60
62
|
readonly X: "x";
|
|
61
63
|
readonly Zendesk: "zendesk";
|
|
@@ -13,21 +13,22 @@ import { Linear as v } from "../components/ui/atoms/icons/linear.js";
|
|
|
13
13
|
import { Linkedin as g } from "../components/ui/atoms/icons/linkedin.js";
|
|
14
14
|
import { Mcp as b } from "../components/ui/atoms/icons/mcp.js";
|
|
15
15
|
import { Microsoft as A } from "../components/ui/atoms/icons/microsoft.js";
|
|
16
|
-
import { Miro as
|
|
17
|
-
import { Notion as
|
|
18
|
-
import { Oauth as
|
|
16
|
+
import { Miro as k } from "../components/ui/atoms/icons/miro.js";
|
|
17
|
+
import { Notion as f } from "../components/ui/atoms/icons/notion.js";
|
|
18
|
+
import { Oauth as _ } from "../components/ui/atoms/icons/oauth.js";
|
|
19
19
|
import { Pagerduty as I } from "../components/ui/atoms/icons/pagerduty.js";
|
|
20
20
|
import { Reddit as w } from "../components/ui/atoms/icons/reddit.js";
|
|
21
21
|
import { Salesforce as U } from "../components/ui/atoms/icons/salesforce.js";
|
|
22
22
|
import { Slack as z } from "../components/ui/atoms/icons/slack.js";
|
|
23
23
|
import { Spotify as y } from "../components/ui/atoms/icons/spotify.js";
|
|
24
|
-
import { Square as
|
|
25
|
-
import { Tesla as
|
|
24
|
+
import { Square as T } from "../components/ui/atoms/icons/square.js";
|
|
25
|
+
import { Tesla as S } from "../components/ui/atoms/icons/tesla.js";
|
|
26
|
+
import { Ticktick as $ } from "../components/ui/atoms/icons/ticktick.js";
|
|
26
27
|
import { Twitch as O } from "../components/ui/atoms/icons/twitch.js";
|
|
27
28
|
import { X as C } from "../components/ui/atoms/icons/x.js";
|
|
28
|
-
import { Zendesk as
|
|
29
|
-
import { Zoho as
|
|
30
|
-
import { Zoom as
|
|
29
|
+
import { Zendesk as P } from "../components/ui/atoms/icons/zendesk.js";
|
|
30
|
+
import { Zoho as D } from "../components/ui/atoms/icons/zoho.js";
|
|
31
|
+
import { Zoom as M } from "../components/ui/atoms/icons/zoom.js";
|
|
31
32
|
import { PUBLIC_ICON_URL as o } from "./constants.js";
|
|
32
33
|
const i = {
|
|
33
34
|
Airtable: "arcade-airtable",
|
|
@@ -54,6 +55,7 @@ const i = {
|
|
|
54
55
|
Spotify: "arcade-spotify",
|
|
55
56
|
Squareup: "arcade-squareup",
|
|
56
57
|
Tesla: "arcade-tesla",
|
|
58
|
+
Ticktick: "arcade-ticktick",
|
|
57
59
|
Twitch: "arcade-twitch",
|
|
58
60
|
X: "arcade-x",
|
|
59
61
|
Zendesk: "arcade-zendesk",
|
|
@@ -84,12 +86,13 @@ const i = {
|
|
|
84
86
|
Spotify: "spotify",
|
|
85
87
|
Squareup: "squareup",
|
|
86
88
|
Tesla: "tesla",
|
|
89
|
+
Ticktick: "ticktick",
|
|
87
90
|
Twitch: "twitch",
|
|
88
91
|
X: "x",
|
|
89
92
|
Zendesk: "zendesk",
|
|
90
93
|
Zoho: "zoho",
|
|
91
94
|
Zoom: "zoom"
|
|
92
|
-
},
|
|
95
|
+
}, R = [
|
|
93
96
|
{
|
|
94
97
|
id: i.Asana,
|
|
95
98
|
provider_id: e.Asana,
|
|
@@ -186,7 +189,7 @@ const i = {
|
|
|
186
189
|
name: "Notion",
|
|
187
190
|
description: "Authorize tools and agents with Notion",
|
|
188
191
|
publicIconUrl: `${o}/notion.svg`,
|
|
189
|
-
icon:
|
|
192
|
+
icon: f,
|
|
190
193
|
docs: "https://docs.arcade.dev/home/auth-providers/notion"
|
|
191
194
|
},
|
|
192
195
|
{
|
|
@@ -240,18 +243,18 @@ const i = {
|
|
|
240
243
|
name: "Zoom",
|
|
241
244
|
description: "Authorize tools and agents with Zoom",
|
|
242
245
|
publicIconUrl: `${o}/zoom.svg`,
|
|
243
|
-
icon:
|
|
246
|
+
icon: M,
|
|
244
247
|
docs: "https://docs.arcade.dev/home/auth-providers/zoom"
|
|
245
248
|
}
|
|
246
|
-
],
|
|
249
|
+
], Z = {
|
|
247
250
|
id: i.OAuth2,
|
|
248
251
|
provider_id: e.OAuth2,
|
|
249
252
|
name: "OAuth 2.0",
|
|
250
253
|
description: "Authorize tools and agents with any OAuth 2.0 compatible provider",
|
|
251
254
|
publicIconUrl: `${o}/oauth.svg`,
|
|
252
|
-
icon:
|
|
255
|
+
icon: _,
|
|
253
256
|
docs: "https://docs.arcade.dev/home/auth-providers/oauth2"
|
|
254
|
-
},
|
|
257
|
+
}, x = {
|
|
255
258
|
id: i.MCP_OAuth2,
|
|
256
259
|
provider_id: e.MCP_OAuth2,
|
|
257
260
|
name: "MCP",
|
|
@@ -260,9 +263,9 @@ const i = {
|
|
|
260
263
|
icon: b,
|
|
261
264
|
docs: "https://docs.arcade.dev/en/home/glossary#mcp-server"
|
|
262
265
|
// TODO: Use the correct docs link when we have it
|
|
263
|
-
},
|
|
264
|
-
R,
|
|
266
|
+
}, L = [
|
|
265
267
|
Z,
|
|
268
|
+
x,
|
|
266
269
|
{
|
|
267
270
|
id: i.Airtable,
|
|
268
271
|
provider_id: e.Airtable,
|
|
@@ -296,7 +299,7 @@ const i = {
|
|
|
296
299
|
name: "Miro",
|
|
297
300
|
description: "Authorize tools and agents with Miro",
|
|
298
301
|
publicIconUrl: `${o}/miro.svg`,
|
|
299
|
-
icon:
|
|
302
|
+
icon: k,
|
|
300
303
|
docs: "https://docs.arcade.dev/home/auth-providers/miro"
|
|
301
304
|
},
|
|
302
305
|
{
|
|
@@ -323,7 +326,7 @@ const i = {
|
|
|
323
326
|
name: "Square",
|
|
324
327
|
description: "Authorize tools and agents with Square",
|
|
325
328
|
publicIconUrl: `${o}/square.svg`,
|
|
326
|
-
icon:
|
|
329
|
+
icon: T,
|
|
327
330
|
docs: "https://docs.arcade.dev/home/auth-providers/squareup"
|
|
328
331
|
},
|
|
329
332
|
{
|
|
@@ -332,16 +335,25 @@ const i = {
|
|
|
332
335
|
name: "Tesla",
|
|
333
336
|
description: "Authorize tools and agents with Tesla",
|
|
334
337
|
publicIconUrl: `${o}/tesla.svg`,
|
|
335
|
-
icon:
|
|
338
|
+
icon: S,
|
|
336
339
|
docs: "https://docs.arcade.dev/home/auth-providers/tesla"
|
|
337
340
|
},
|
|
341
|
+
{
|
|
342
|
+
id: i.Ticktick,
|
|
343
|
+
provider_id: e.Ticktick,
|
|
344
|
+
name: "TickTick",
|
|
345
|
+
description: "Authorize tools and agents with TickTick",
|
|
346
|
+
publicIconUrl: `${o}/ticktick.svg`,
|
|
347
|
+
icon: $,
|
|
348
|
+
docs: "https://docs.arcade.dev/home/auth-providers/ticktick"
|
|
349
|
+
},
|
|
338
350
|
{
|
|
339
351
|
id: i.Zendesk,
|
|
340
352
|
provider_id: e.Zendesk,
|
|
341
353
|
name: "Zendesk",
|
|
342
354
|
description: "Authorize tools and agents with Zendesk",
|
|
343
355
|
publicIconUrl: `${o}/zendesk.svg`,
|
|
344
|
-
icon:
|
|
356
|
+
icon: P,
|
|
345
357
|
docs: "https://docs.arcade.dev/home/auth-providers/zendesk"
|
|
346
358
|
},
|
|
347
359
|
{
|
|
@@ -350,23 +362,23 @@ const i = {
|
|
|
350
362
|
name: "Zoho",
|
|
351
363
|
description: "Authorize tools and agents with Zoho",
|
|
352
364
|
publicIconUrl: `${o}/zoho.svg`,
|
|
353
|
-
icon:
|
|
365
|
+
icon: D,
|
|
354
366
|
docs: "https://docs.arcade.dev/home/auth-providers/zoho"
|
|
355
367
|
}
|
|
356
|
-
],
|
|
357
|
-
...
|
|
358
|
-
...
|
|
359
|
-
],
|
|
368
|
+
], G = [
|
|
369
|
+
...R,
|
|
370
|
+
...L
|
|
371
|
+
], ko = G.reduce(
|
|
360
372
|
(r, t) => (r[t.provider_id] = t, r),
|
|
361
373
|
{}
|
|
362
374
|
);
|
|
363
375
|
export {
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
376
|
+
x as MCP_OAUTH2_PROVIDER,
|
|
377
|
+
Z as OAUTH2_PROVIDER,
|
|
378
|
+
G as OAUTH_PROVIDERS,
|
|
379
|
+
ko as OAUTH_PROVIDER_CATALOGUE,
|
|
368
380
|
i as OAuthId,
|
|
369
381
|
e as OAuthProviderId,
|
|
370
|
-
|
|
371
|
-
|
|
382
|
+
L as OTHER_OAUTH_PROVIDERS,
|
|
383
|
+
R as PREBUILT_OAUTH_PROVIDERS
|
|
372
384
|
};
|