@arcadeai/design-system 3.40.0 → 3.42.3
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/cursor.js +6 -9
- package/dist/assets/icons/forkable.js +10 -0
- package/dist/assets/icons/mcp.js +2 -5
- package/dist/assets/icons/resend.js +10 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +504 -494
- package/dist/components/ui/atoms/badge.js +5 -5
- package/dist/components/ui/atoms/button.js +1 -1
- package/dist/components/ui/atoms/compute-flow-paths.d.ts +21 -0
- package/dist/components/ui/atoms/compute-flow-paths.d.ts.map +1 -0
- package/dist/components/ui/atoms/compute-flow-paths.js +38 -0
- package/dist/components/ui/atoms/flow-connector.d.ts +48 -0
- package/dist/components/ui/atoms/flow-connector.d.ts.map +1 -0
- package/dist/components/ui/atoms/flow-connector.js +153 -0
- package/dist/components/ui/atoms/flow-hub.d.ts +26 -0
- package/dist/components/ui/atoms/flow-hub.d.ts.map +1 -0
- package/dist/components/ui/atoms/flow-hub.js +34 -0
- package/dist/components/ui/atoms/flow-tile.d.ts +19 -0
- package/dist/components/ui/atoms/flow-tile.d.ts.map +1 -0
- package/dist/components/ui/atoms/flow-tile.js +49 -0
- package/dist/components/ui/atoms/icons/cursor.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cursor.js +7 -7
- package/dist/components/ui/atoms/icons/forkable.d.ts +4 -0
- package/dist/components/ui/atoms/icons/forkable.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/forkable.js +31 -0
- package/dist/components/ui/atoms/icons/index.d.ts +2 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +230 -226
- package/dist/components/ui/atoms/icons/mcp.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/mcp.js +3 -4
- package/dist/components/ui/atoms/icons/resend.d.ts +4 -0
- package/dist/components/ui/atoms/icons/resend.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/resend.js +24 -0
- package/dist/components/ui/atoms/index.js +372 -368
- package/dist/components/ui/atoms/switch.js +19 -19
- package/dist/components/ui/index.js +504 -494
- package/dist/components/ui/molecules/date-time-picker.js +1 -1
- package/dist/components/ui/molecules/flow-diagram.d.ts +56 -0
- package/dist/components/ui/molecules/flow-diagram.d.ts.map +1 -0
- package/dist/components/ui/molecules/flow-diagram.js +232 -0
- package/dist/components/ui/molecules/index.d.ts +2 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +42 -40
- package/dist/components/ui/molecules/requirement-badges.js +6 -4
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +19 -22
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/pages/login-page.js +13 -13
- package/dist/components/ui/templates/gateway-diagram.d.ts +28 -0
- package/dist/components/ui/templates/gateway-diagram.d.ts.map +1 -0
- package/dist/components/ui/templates/gateway-diagram.js +76 -0
- package/dist/components/ui/templates/index.d.ts +2 -0
- package/dist/components/ui/templates/index.d.ts.map +1 -1
- package/dist/components/ui/templates/index.js +31 -27
- package/dist/main.js +534 -522
- package/dist/metadata/index.d.ts +1 -0
- package/dist/metadata/index.d.ts.map +1 -1
- package/dist/metadata/index.js +25 -23
- package/dist/metadata/mcp-clients.d.ts +54 -0
- package/dist/metadata/mcp-clients.d.ts.map +1 -0
- package/dist/metadata/mcp-clients.js +23 -0
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +162 -158
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +26 -0
- package/dist/{toolkit-card-Dc104Z9e.js → toolkit-card-ryIR325K.js} +22 -20
- package/package.json +5 -5
package/dist/metadata/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/metadata/index.ts"],"names":[],"mappings":"AAAA,8EAA8E;AAE9E,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/metadata/index.ts"],"names":[],"mappings":"AAAA,8EAA8E;AAE9E,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
package/dist/metadata/index.js
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
1
|
-
import { PUBLIC_ICON_URL as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { PUBLIC_ICON_URL as T, PUBLIC_VIDEO_URL as r } from "./constants.js";
|
|
2
|
+
import { MCP_CLIENT_METADATA as e } from "./mcp-clients.js";
|
|
3
|
+
import { MCP_OAUTH2_PROVIDER as t, OAUTH2_PROVIDER as _, OAUTH_PROVIDERS as i, OAUTH_PROVIDER_CATALOGUE as A, OAuthId as R, OAuthProviderId as E, OTHER_OAUTH_PROVIDERS as U, PREBUILT_OAUTH_PROVIDERS as d } from "./oauth-providers.js";
|
|
4
|
+
import { TOOLKIT_ICON_MAP as C, getToolIconByToolkitName as f, getToolkitIcon as l, getToolkitIconByName as m } from "./toolkit-icons.js";
|
|
5
|
+
import { CATEGORIES as B, TOOLKITS as D, TOOLKIT_CATALOGUE as H } from "./toolkits.js";
|
|
6
|
+
import { findPrebuiltProviderById as p, findPrebuiltProviderByProviderId as x, findToolkitByName as N, isKnownToolkit as k, isPrebuiltProvider as u } from "./utils.js";
|
|
6
7
|
export {
|
|
7
|
-
|
|
8
|
-
e as
|
|
9
|
-
|
|
8
|
+
B as CATEGORIES,
|
|
9
|
+
e as MCP_CLIENT_METADATA,
|
|
10
|
+
t as MCP_OAUTH2_PROVIDER,
|
|
11
|
+
_ as OAUTH2_PROVIDER,
|
|
10
12
|
i as OAUTH_PROVIDERS,
|
|
11
|
-
|
|
13
|
+
A as OAUTH_PROVIDER_CATALOGUE,
|
|
12
14
|
R as OAuthId,
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
15
|
+
E as OAuthProviderId,
|
|
16
|
+
U as OTHER_OAUTH_PROVIDERS,
|
|
17
|
+
d as PREBUILT_OAUTH_PROVIDERS,
|
|
18
|
+
T as PUBLIC_ICON_URL,
|
|
19
|
+
r as PUBLIC_VIDEO_URL,
|
|
20
|
+
D as TOOLKITS,
|
|
21
|
+
H as TOOLKIT_CATALOGUE,
|
|
22
|
+
C as TOOLKIT_ICON_MAP,
|
|
23
|
+
p as findPrebuiltProviderById,
|
|
24
|
+
x as findPrebuiltProviderByProviderId,
|
|
25
|
+
N as findToolkitByName,
|
|
26
|
+
f as getToolIconByToolkitName,
|
|
25
27
|
l as getToolkitIcon,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
+
m as getToolkitIconByName,
|
|
29
|
+
k as isKnownToolkit,
|
|
28
30
|
u as isPrebuiltProvider
|
|
29
31
|
};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Brand-asset metadata for MCP clients — label + icon component.
|
|
4
|
+
*
|
|
5
|
+
* Used by:
|
|
6
|
+
* - `GatewayDiagram` (templates) to render client tiles by id.
|
|
7
|
+
* - `@arcadeai/ui-kit/mcp-gateway-connect` to compose its richer
|
|
8
|
+
* MCP_CLIENTS registry (which adds auth types, config builders, deep
|
|
9
|
+
* links, etc.) — the brand metadata is canonicalised here so it can't
|
|
10
|
+
* drift across consumers.
|
|
11
|
+
*
|
|
12
|
+
* To add a new MCP client, add an entry here AND make sure the icon is
|
|
13
|
+
* exported from `@/components/ui/atoms/icons`.
|
|
14
|
+
*/
|
|
15
|
+
export declare const MCP_CLIENT_METADATA: {
|
|
16
|
+
readonly cursor: {
|
|
17
|
+
readonly label: "Cursor";
|
|
18
|
+
readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
};
|
|
20
|
+
readonly vscode: {
|
|
21
|
+
readonly label: "VS Code";
|
|
22
|
+
readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
};
|
|
24
|
+
readonly claude_code: {
|
|
25
|
+
readonly label: "Claude Code";
|
|
26
|
+
readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
};
|
|
28
|
+
readonly claude_desktop: {
|
|
29
|
+
readonly label: "Claude Desktop";
|
|
30
|
+
readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
};
|
|
32
|
+
readonly goose: {
|
|
33
|
+
readonly label: "Goose";
|
|
34
|
+
readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
};
|
|
36
|
+
readonly windsurf: {
|
|
37
|
+
readonly label: "Windsurf";
|
|
38
|
+
readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
};
|
|
40
|
+
readonly cline: {
|
|
41
|
+
readonly label: "Cline";
|
|
42
|
+
readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
43
|
+
};
|
|
44
|
+
readonly gemini_cli: {
|
|
45
|
+
readonly label: "Gemini CLI";
|
|
46
|
+
readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
47
|
+
};
|
|
48
|
+
readonly codex: {
|
|
49
|
+
readonly label: "Codex";
|
|
50
|
+
readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
export type McpClientId = keyof typeof MCP_CLIENT_METADATA;
|
|
54
|
+
//# sourceMappingURL=mcp-clients.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mcp-clients.d.ts","sourceRoot":"","sources":["../../lib/metadata/mcp-clients.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGtC;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgB/B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { Claude as o } from "../components/ui/atoms/icons/claude.js";
|
|
3
|
+
import { Cline as e } from "../components/ui/atoms/icons/cline.js";
|
|
4
|
+
import { Cursor as l } from "../components/ui/atoms/icons/cursor.js";
|
|
5
|
+
import { Gemini as r } from "../components/ui/atoms/icons/gemini.js";
|
|
6
|
+
import { Goose as i } from "../components/ui/atoms/icons/goose.js";
|
|
7
|
+
import { Openai as m } from "../components/ui/atoms/icons/openai.js";
|
|
8
|
+
import { Vscode as n } from "../components/ui/atoms/icons/vscode.js";
|
|
9
|
+
import { Windsurf as c } from "../components/ui/atoms/icons/windsurf.js";
|
|
10
|
+
const b = {
|
|
11
|
+
cursor: { label: "Cursor", Icon: l },
|
|
12
|
+
vscode: { label: "VS Code", Icon: n },
|
|
13
|
+
claude_code: { label: "Claude Code", Icon: o },
|
|
14
|
+
claude_desktop: { label: "Claude Desktop", Icon: o },
|
|
15
|
+
goose: { label: "Goose", Icon: i },
|
|
16
|
+
windsurf: { label: "Windsurf", Icon: c },
|
|
17
|
+
cline: { label: "Cline", Icon: e },
|
|
18
|
+
gemini_cli: { label: "Gemini CLI", Icon: r },
|
|
19
|
+
codex: { label: "Codex", Icon: m }
|
|
20
|
+
};
|
|
21
|
+
export {
|
|
22
|
+
b as MCP_CLIENT_METADATA
|
|
23
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAItC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAItC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAgKtD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GACzB,WAAW,MAAM,GAAG,SAAS,KAC5B,CAAC,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAYxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC/B,aAAa,MAAM,KAClB,CAAC,CAAC,KAAK,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,KAAK,CAAC,YAAY,CAQxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,GACnC,aAAa,MAAM,KAClB,CAAC,CAAC,KAAK,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,KAAK,CAAC,YAAY,CAQxD,CAAC"}
|
|
@@ -5,8 +5,8 @@ import { Airtable as f } from "../components/ui/atoms/icons/airtable.js";
|
|
|
5
5
|
import { Amplitude as w } from "../components/ui/atoms/icons/amplitude.js";
|
|
6
6
|
import { Arcade as H } from "../components/ui/atoms/icons/arcade.js";
|
|
7
7
|
import { Asana as x } from "../components/ui/atoms/icons/asana.js";
|
|
8
|
-
import { Ashby as
|
|
9
|
-
import { Attio as
|
|
8
|
+
import { Ashby as F } from "../components/ui/atoms/icons/ashby.js";
|
|
9
|
+
import { Attio as v } from "../components/ui/atoms/icons/attio.js";
|
|
10
10
|
import { Auth0 as E } from "../components/ui/atoms/icons/auth0.js";
|
|
11
11
|
import { Bamboohr as I } from "../components/ui/atoms/icons/bamboohr.js";
|
|
12
12
|
import { Basecamp as N } from "../components/ui/atoms/icons/basecamp.js";
|
|
@@ -39,95 +39,97 @@ import { Exa as po } from "../components/ui/atoms/icons/exa.js";
|
|
|
39
39
|
import { Factorial as fo } from "../components/ui/atoms/icons/factorial.js";
|
|
40
40
|
import { Figma as s } from "../components/ui/atoms/icons/figma.js";
|
|
41
41
|
import { Firecrawl as ao } from "../components/ui/atoms/icons/firecrawl.js";
|
|
42
|
-
import {
|
|
42
|
+
import { Forkable as lo } from "../components/ui/atoms/icons/forkable.js";
|
|
43
|
+
import { Freshservice as so } from "../components/ui/atoms/icons/freshservice.js";
|
|
43
44
|
import { Generic as n } from "../components/ui/atoms/icons/generic.js";
|
|
44
|
-
import { Github as
|
|
45
|
-
import { Gitlab as
|
|
46
|
-
import { Gmail as
|
|
47
|
-
import { Google as
|
|
48
|
-
import { GoogleCalendar as
|
|
45
|
+
import { Github as no } from "../components/ui/atoms/icons/github.js";
|
|
46
|
+
import { Gitlab as co } from "../components/ui/atoms/icons/gitlab.js";
|
|
47
|
+
import { Gmail as uo } from "../components/ui/atoms/icons/gmail.js";
|
|
48
|
+
import { Google as go } from "../components/ui/atoms/icons/google.js";
|
|
49
|
+
import { GoogleCalendar as ko } from "../components/ui/atoms/icons/google-calendar.js";
|
|
49
50
|
import { GoogleContacts as Ao } from "../components/ui/atoms/icons/google-contacts.js";
|
|
50
|
-
import { GoogleDocs as
|
|
51
|
-
import { GoogleDrive as
|
|
52
|
-
import { GoogleFinance as
|
|
53
|
-
import { GoogleFlights as
|
|
54
|
-
import { GoogleHotels as
|
|
55
|
-
import { GoogleJobs as
|
|
56
|
-
import { GoogleMaps as
|
|
57
|
-
import { GoogleNews as
|
|
58
|
-
import { GoogleSheets as
|
|
59
|
-
import { GoogleShopping as
|
|
60
|
-
import { GoogleSlides as
|
|
61
|
-
import { Granola as
|
|
62
|
-
import { Heroku as
|
|
63
|
-
import { Hootsuite as
|
|
51
|
+
import { GoogleDocs as bo } from "../components/ui/atoms/icons/google-docs.js";
|
|
52
|
+
import { GoogleDrive as ho } from "../components/ui/atoms/icons/google-drive.js";
|
|
53
|
+
import { GoogleFinance as Mo } from "../components/ui/atoms/icons/google-finance.js";
|
|
54
|
+
import { GoogleFlights as Co } from "../components/ui/atoms/icons/google-flights.js";
|
|
55
|
+
import { GoogleHotels as Go } from "../components/ui/atoms/icons/google-hotels.js";
|
|
56
|
+
import { GoogleJobs as yo } from "../components/ui/atoms/icons/google-jobs.js";
|
|
57
|
+
import { GoogleMaps as So } from "../components/ui/atoms/icons/google-maps.js";
|
|
58
|
+
import { GoogleNews as Bo } from "../components/ui/atoms/icons/google-news.js";
|
|
59
|
+
import { GoogleSheets as Po } from "../components/ui/atoms/icons/google-sheets.js";
|
|
60
|
+
import { GoogleShopping as To } from "../components/ui/atoms/icons/google-shopping.js";
|
|
61
|
+
import { GoogleSlides as Do } from "../components/ui/atoms/icons/google-slides.js";
|
|
62
|
+
import { Granola as Oo } from "../components/ui/atoms/icons/granola.js";
|
|
63
|
+
import { Heroku as wo } from "../components/ui/atoms/icons/heroku.js";
|
|
64
|
+
import { Hootsuite as Ho } from "../components/ui/atoms/icons/hootsuite.js";
|
|
64
65
|
import { Hubspot as o } from "../components/ui/atoms/icons/hubspot.js";
|
|
65
|
-
import { Imgflip as
|
|
66
|
-
import { Intercom as
|
|
66
|
+
import { Imgflip as xo } from "../components/ui/atoms/icons/imgflip.js";
|
|
67
|
+
import { Intercom as Fo } from "../components/ui/atoms/icons/intercom.js";
|
|
67
68
|
import { Jira as vo } from "../components/ui/atoms/icons/jira.js";
|
|
68
|
-
import { Linear as
|
|
69
|
-
import { Linkedin as
|
|
70
|
-
import { Luma as
|
|
69
|
+
import { Linear as Eo } from "../components/ui/atoms/icons/linear.js";
|
|
70
|
+
import { Linkedin as Io } from "../components/ui/atoms/icons/linkedin.js";
|
|
71
|
+
import { Luma as No } from "../components/ui/atoms/icons/luma.js";
|
|
71
72
|
import { Mailchimp as c } from "../components/ui/atoms/icons/mailchimp.js";
|
|
72
|
-
import { MathToolkit as
|
|
73
|
-
import { Mcp as
|
|
74
|
-
import { MicrosoftDynamics as
|
|
75
|
-
import { MicrosoftExcel as
|
|
76
|
-
import { MicrosoftOnedrive as
|
|
73
|
+
import { MathToolkit as Wo } from "../components/ui/atoms/icons/math-toolkit.js";
|
|
74
|
+
import { Mcp as Lo } from "../components/ui/atoms/icons/mcp.js";
|
|
75
|
+
import { MicrosoftDynamics as qo } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
76
|
+
import { MicrosoftExcel as Zo } from "../components/ui/atoms/icons/microsoft-excel.js";
|
|
77
|
+
import { MicrosoftOnedrive as Ro } from "../components/ui/atoms/icons/microsoft-onedrive.js";
|
|
77
78
|
import { MicrosoftOutlookCalendar as u } from "../components/ui/atoms/icons/microsoft-outlook-calendar.js";
|
|
78
79
|
import { MicrosoftOutlookMail as g } from "../components/ui/atoms/icons/microsoft-outlook-mail.js";
|
|
79
|
-
import { MicrosoftPowerpoint as
|
|
80
|
-
import { MicrosoftSharepoint as
|
|
81
|
-
import { MicrosoftTeams as
|
|
82
|
-
import { MicrosoftWord as
|
|
83
|
-
import { Miro as
|
|
84
|
-
import { Monday as
|
|
85
|
-
import { MongoDB as
|
|
86
|
-
import { Netsuite as
|
|
80
|
+
import { MicrosoftPowerpoint as Xo } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
|
|
81
|
+
import { MicrosoftSharepoint as k } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
82
|
+
import { MicrosoftTeams as Jo } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
83
|
+
import { MicrosoftWord as Yo } from "../components/ui/atoms/icons/microsoft-word.js";
|
|
84
|
+
import { Miro as A } from "../components/ui/atoms/icons/miro.js";
|
|
85
|
+
import { Monday as zo } from "../components/ui/atoms/icons/monday.js";
|
|
86
|
+
import { MongoDB as Uo } from "../components/ui/atoms/icons/mongodb.js";
|
|
87
|
+
import { Netsuite as jo } from "../components/ui/atoms/icons/netsuite.js";
|
|
87
88
|
import { Notion as d } from "../components/ui/atoms/icons/notion.js";
|
|
88
|
-
import { Obsidian as
|
|
89
|
-
import { Okta as
|
|
89
|
+
import { Obsidian as Ko } from "../components/ui/atoms/icons/obsidian.js";
|
|
90
|
+
import { Okta as Qo } from "../components/ui/atoms/icons/okta.js";
|
|
90
91
|
import { Pagerduty as b } from "../components/ui/atoms/icons/pagerduty.js";
|
|
91
|
-
import { Pinecone as
|
|
92
|
-
import { Pinterest as
|
|
93
|
-
import { Pipedrive as
|
|
94
|
-
import { Plaid as
|
|
95
|
-
import { Postgres as
|
|
92
|
+
import { Pinecone as Vo } from "../components/ui/atoms/icons/pinecone.js";
|
|
93
|
+
import { Pinterest as _o } from "../components/ui/atoms/icons/pinterest.js";
|
|
94
|
+
import { Pipedrive as $o } from "../components/ui/atoms/icons/pipedrive.js";
|
|
95
|
+
import { Plaid as or } from "../components/ui/atoms/icons/plaid.js";
|
|
96
|
+
import { Postgres as rr } from "../components/ui/atoms/icons/postgres.js";
|
|
96
97
|
import { Posthog as h } from "../components/ui/atoms/icons/posthog.js";
|
|
97
98
|
import { Pylon as M } from "../components/ui/atoms/icons/pylon.js";
|
|
98
|
-
import { Quickbooks as
|
|
99
|
-
import { Railway as
|
|
100
|
-
import { Reddit as
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
99
|
+
import { Quickbooks as ir } from "../components/ui/atoms/icons/quickbooks.js";
|
|
100
|
+
import { Railway as tr } from "../components/ui/atoms/icons/railway.js";
|
|
101
|
+
import { Reddit as mr } from "../components/ui/atoms/icons/reddit.js";
|
|
102
|
+
import { Resend as er } from "../components/ui/atoms/icons/resend.js";
|
|
103
|
+
import { Salesforce as pr } from "../components/ui/atoms/icons/salesforce.js";
|
|
104
|
+
import { Shopify as fr } from "../components/ui/atoms/icons/shopify.js";
|
|
105
|
+
import { Singlestore as ar } from "../components/ui/atoms/icons/singlestore.js";
|
|
104
106
|
import { Slack as C } from "../components/ui/atoms/icons/slack.js";
|
|
105
|
-
import { Snowflake as
|
|
106
|
-
import { Splunk as
|
|
107
|
-
import { Spotify as
|
|
107
|
+
import { Snowflake as lr } from "../components/ui/atoms/icons/snowflake.js";
|
|
108
|
+
import { Splunk as sr } from "../components/ui/atoms/icons/splunk.js";
|
|
109
|
+
import { Spotify as nr } from "../components/ui/atoms/icons/spotify.js";
|
|
108
110
|
import { Square as p } from "../components/ui/atoms/icons/square.js";
|
|
109
|
-
import { Squarespace as
|
|
110
|
-
import { Squareup as
|
|
111
|
+
import { Squarespace as cr } from "../components/ui/atoms/icons/squarespace.js";
|
|
112
|
+
import { Squareup as ur } from "../components/ui/atoms/icons/squareup.js";
|
|
111
113
|
import { Stripe as G } from "../components/ui/atoms/icons/stripe.js";
|
|
112
|
-
import { Telegram as
|
|
113
|
-
import { Ticktick as
|
|
114
|
-
import { Tiktok as
|
|
115
|
-
import { Trello as
|
|
116
|
-
import { Twilio as
|
|
117
|
-
import { Twitch as
|
|
118
|
-
import { Vercel as
|
|
119
|
-
import { Walmart as
|
|
120
|
-
import { Weaviate as
|
|
121
|
-
import { Workday as
|
|
122
|
-
import { Wrike as
|
|
123
|
-
import { X as
|
|
114
|
+
import { Telegram as gr } from "../components/ui/atoms/icons/telegram.js";
|
|
115
|
+
import { Ticktick as kr } from "../components/ui/atoms/icons/ticktick.js";
|
|
116
|
+
import { Tiktok as Ar } from "../components/ui/atoms/icons/tiktok.js";
|
|
117
|
+
import { Trello as dr } from "../components/ui/atoms/icons/trello.js";
|
|
118
|
+
import { Twilio as br } from "../components/ui/atoms/icons/twilio.js";
|
|
119
|
+
import { Twitch as hr } from "../components/ui/atoms/icons/twitch.js";
|
|
120
|
+
import { Vercel as Mr } from "../components/ui/atoms/icons/vercel.js";
|
|
121
|
+
import { Walmart as Cr } from "../components/ui/atoms/icons/walmart.js";
|
|
122
|
+
import { Weaviate as Gr } from "../components/ui/atoms/icons/weaviate.js";
|
|
123
|
+
import { Workday as yr } from "../components/ui/atoms/icons/workday.js";
|
|
124
|
+
import { Wrike as Sr } from "../components/ui/atoms/icons/wrike.js";
|
|
125
|
+
import { X as Br } from "../components/ui/atoms/icons/x.js";
|
|
124
126
|
import { Xero as y } from "../components/ui/atoms/icons/xero.js";
|
|
125
|
-
import { Youtube as
|
|
126
|
-
import { Yugabytedb as
|
|
127
|
-
import { Zendesk as
|
|
128
|
-
import { ZohoBooks as
|
|
129
|
-
import { ZohoCreator as
|
|
130
|
-
import { Zoom as
|
|
127
|
+
import { Youtube as Pr } from "../components/ui/atoms/icons/youtube.js";
|
|
128
|
+
import { Yugabytedb as Tr } from "../components/ui/atoms/icons/yugabytedb.js";
|
|
129
|
+
import { Zendesk as Dr } from "../components/ui/atoms/icons/zendesk.js";
|
|
130
|
+
import { ZohoBooks as Or } from "../components/ui/atoms/icons/zoho-books.js";
|
|
131
|
+
import { ZohoCreator as wr } from "../components/ui/atoms/icons/zoho-creator.js";
|
|
132
|
+
import { Zoom as Hr } from "../components/ui/atoms/icons/zoom.js";
|
|
131
133
|
import { findToolkitByName as P } from "./utils.js";
|
|
132
134
|
const S = {
|
|
133
135
|
ADPWorkforceNow: D,
|
|
@@ -137,8 +139,8 @@ const S = {
|
|
|
137
139
|
Amplitude: w,
|
|
138
140
|
ArcadeEngineApi: H,
|
|
139
141
|
Asana: x,
|
|
140
|
-
AshbyApi:
|
|
141
|
-
Attio:
|
|
142
|
+
AshbyApi: F,
|
|
143
|
+
Attio: v,
|
|
142
144
|
Auth0: E,
|
|
143
145
|
BambooHR: I,
|
|
144
146
|
Basecamp: N,
|
|
@@ -176,27 +178,28 @@ const S = {
|
|
|
176
178
|
Figma: s,
|
|
177
179
|
FigmaApi: s,
|
|
178
180
|
Firecrawl: ao,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
181
|
+
Forkable: lo,
|
|
182
|
+
FreshserviceApi: so,
|
|
183
|
+
Github: no,
|
|
184
|
+
GitLab: co,
|
|
185
|
+
Gmail: uo,
|
|
186
|
+
GoogleCalendar: ko,
|
|
184
187
|
GoogleContacts: Ao,
|
|
185
|
-
GoogleDocs:
|
|
186
|
-
GoogleDrive:
|
|
187
|
-
GoogleFinance:
|
|
188
|
-
GoogleFlights:
|
|
189
|
-
GoogleHotels:
|
|
190
|
-
GoogleJobs:
|
|
191
|
-
GoogleMaps:
|
|
192
|
-
GoogleNews:
|
|
193
|
-
GoogleSearch:
|
|
194
|
-
GoogleSheets:
|
|
195
|
-
GoogleShopping:
|
|
196
|
-
GoogleSlides:
|
|
197
|
-
Granola:
|
|
198
|
-
Heroku:
|
|
199
|
-
Hootsuite:
|
|
188
|
+
GoogleDocs: bo,
|
|
189
|
+
GoogleDrive: ho,
|
|
190
|
+
GoogleFinance: Mo,
|
|
191
|
+
GoogleFlights: Co,
|
|
192
|
+
GoogleHotels: Go,
|
|
193
|
+
GoogleJobs: yo,
|
|
194
|
+
GoogleMaps: So,
|
|
195
|
+
GoogleNews: Bo,
|
|
196
|
+
GoogleSearch: go,
|
|
197
|
+
GoogleSheets: Po,
|
|
198
|
+
GoogleShopping: To,
|
|
199
|
+
GoogleSlides: Do,
|
|
200
|
+
Granola: Oo,
|
|
201
|
+
Heroku: wo,
|
|
202
|
+
Hootsuite: Ho,
|
|
200
203
|
Hubspot: o,
|
|
201
204
|
HubspotAutomationApi: o,
|
|
202
205
|
HubspotCmsApi: o,
|
|
@@ -206,86 +209,87 @@ const S = {
|
|
|
206
209
|
HubspotMarketingApi: o,
|
|
207
210
|
HubspotMeetingsApi: o,
|
|
208
211
|
HubspotUsersApi: o,
|
|
209
|
-
Imgflip:
|
|
210
|
-
IntercomApi:
|
|
212
|
+
Imgflip: xo,
|
|
213
|
+
IntercomApi: Fo,
|
|
211
214
|
Jira: vo,
|
|
212
|
-
Linear:
|
|
213
|
-
Linkedin:
|
|
214
|
-
LumaApi:
|
|
215
|
+
Linear: Eo,
|
|
216
|
+
Linkedin: Io,
|
|
217
|
+
LumaApi: No,
|
|
215
218
|
Mailchimp: c,
|
|
216
219
|
MailchimpMarketingApi: c,
|
|
217
|
-
Math:
|
|
218
|
-
MCP:
|
|
219
|
-
MicrosoftDynamics:
|
|
220
|
-
MicrosoftExcel:
|
|
220
|
+
Math: Wo,
|
|
221
|
+
MCP: Lo,
|
|
222
|
+
MicrosoftDynamics: qo,
|
|
223
|
+
MicrosoftExcel: Zo,
|
|
221
224
|
MicrosoftOutlookCalendar: u,
|
|
222
225
|
MicrosoftOutlookMail: g,
|
|
223
|
-
MicrosoftPowerpoint:
|
|
224
|
-
MicrosoftSharePoint:
|
|
225
|
-
Sharepoint:
|
|
226
|
-
MicrosoftTeams:
|
|
227
|
-
MicrosoftWord:
|
|
228
|
-
Miro:
|
|
229
|
-
MiroApi:
|
|
230
|
-
Monday:
|
|
231
|
-
MongoDB:
|
|
232
|
-
Netsuite:
|
|
226
|
+
MicrosoftPowerpoint: Xo,
|
|
227
|
+
MicrosoftSharePoint: k,
|
|
228
|
+
Sharepoint: k,
|
|
229
|
+
MicrosoftTeams: Jo,
|
|
230
|
+
MicrosoftWord: Yo,
|
|
231
|
+
Miro: A,
|
|
232
|
+
MiroApi: A,
|
|
233
|
+
Monday: zo,
|
|
234
|
+
MongoDB: Uo,
|
|
235
|
+
Netsuite: jo,
|
|
233
236
|
Notion: d,
|
|
234
237
|
NotionToolkit: d,
|
|
235
|
-
Obsidian:
|
|
236
|
-
Okta:
|
|
237
|
-
MicrosoftOnedrive:
|
|
238
|
+
Obsidian: Ko,
|
|
239
|
+
Okta: Qo,
|
|
240
|
+
MicrosoftOnedrive: Ro,
|
|
238
241
|
OutlookCalendar: u,
|
|
239
242
|
OutlookMail: g,
|
|
240
243
|
PagerDuty: b,
|
|
241
244
|
PagerDutyApi: b,
|
|
242
|
-
Pinecone:
|
|
243
|
-
Pinterest:
|
|
244
|
-
Pipedrive:
|
|
245
|
-
Plaid:
|
|
245
|
+
Pinecone: Vo,
|
|
246
|
+
Pinterest: _o,
|
|
247
|
+
Pipedrive: $o,
|
|
248
|
+
Plaid: or,
|
|
246
249
|
Posthog: h,
|
|
247
250
|
PosthogApi: h,
|
|
248
|
-
Postgres:
|
|
251
|
+
Postgres: rr,
|
|
249
252
|
Pylon: M,
|
|
250
253
|
PylonApi: M,
|
|
251
|
-
Quickbooks:
|
|
252
|
-
Railway:
|
|
253
|
-
Reddit:
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
254
|
+
Quickbooks: ir,
|
|
255
|
+
Railway: tr,
|
|
256
|
+
Reddit: mr,
|
|
257
|
+
Resend: er,
|
|
258
|
+
Salesforce: pr,
|
|
259
|
+
Shopify: fr,
|
|
260
|
+
Singlestore: ar,
|
|
257
261
|
Slack: C,
|
|
258
262
|
SlackApi: C,
|
|
259
|
-
Snowflake:
|
|
260
|
-
Splunk:
|
|
261
|
-
Spotify:
|
|
263
|
+
Snowflake: lr,
|
|
264
|
+
Splunk: sr,
|
|
265
|
+
Spotify: nr,
|
|
262
266
|
Square: p,
|
|
263
|
-
Squareup:
|
|
267
|
+
Squareup: ur,
|
|
264
268
|
SquareupApi: p,
|
|
265
269
|
SquareUpApi: p,
|
|
266
|
-
Squarespace:
|
|
270
|
+
Squarespace: cr,
|
|
267
271
|
Stripe: G,
|
|
268
272
|
StripeApi: G,
|
|
269
|
-
Telegram:
|
|
270
|
-
Tiktok:
|
|
271
|
-
TickTickApi:
|
|
272
|
-
TrelloApi:
|
|
273
|
-
Twilio:
|
|
274
|
-
Twitch:
|
|
275
|
-
Vercel:
|
|
276
|
-
Walmart:
|
|
277
|
-
WeaviateApi:
|
|
278
|
-
Workday:
|
|
279
|
-
Wrike:
|
|
280
|
-
X:
|
|
273
|
+
Telegram: gr,
|
|
274
|
+
Tiktok: Ar,
|
|
275
|
+
TickTickApi: kr,
|
|
276
|
+
TrelloApi: dr,
|
|
277
|
+
Twilio: br,
|
|
278
|
+
Twitch: hr,
|
|
279
|
+
Vercel: Mr,
|
|
280
|
+
Walmart: Cr,
|
|
281
|
+
WeaviateApi: Gr,
|
|
282
|
+
Workday: yr,
|
|
283
|
+
Wrike: Sr,
|
|
284
|
+
X: Br,
|
|
281
285
|
Xero: y,
|
|
282
286
|
XeroApi: y,
|
|
283
|
-
YugabyteDB:
|
|
284
|
-
ZohoBooksApi:
|
|
285
|
-
ZohoCreatorApi:
|
|
286
|
-
Youtube:
|
|
287
|
-
Zendesk:
|
|
288
|
-
Zoom:
|
|
287
|
+
YugabyteDB: Tr,
|
|
288
|
+
ZohoBooksApi: Or,
|
|
289
|
+
ZohoCreatorApi: wr,
|
|
290
|
+
Youtube: Pr,
|
|
291
|
+
Zendesk: Dr,
|
|
292
|
+
Zoom: Hr
|
|
289
293
|
}, T = (r) => {
|
|
290
294
|
if (!r)
|
|
291
295
|
return n;
|
|
@@ -293,16 +297,16 @@ const S = {
|
|
|
293
297
|
(m) => m.toLowerCase() === t
|
|
294
298
|
);
|
|
295
299
|
return i ? S[i] : n;
|
|
296
|
-
},
|
|
300
|
+
}, tm = (r) => {
|
|
297
301
|
const t = P(r), i = T(t?.id);
|
|
298
302
|
return ({ className: m }) => /* @__PURE__ */ B(i, { className: m });
|
|
299
|
-
},
|
|
303
|
+
}, mm = (r) => {
|
|
300
304
|
const t = P(r), i = T(t?.id);
|
|
301
305
|
return ({ className: m }) => /* @__PURE__ */ B(i, { className: m });
|
|
302
306
|
};
|
|
303
307
|
export {
|
|
304
308
|
S as TOOLKIT_ICON_MAP,
|
|
305
|
-
|
|
309
|
+
mm as getToolIconByToolkitName,
|
|
306
310
|
T as getToolkitIcon,
|
|
307
|
-
|
|
311
|
+
tm as getToolkitIconByName
|
|
308
312
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkits.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkits.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,QAAQ,EAWhC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"toolkits.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkits.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,QAAQ,EAWhC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,OAAO,EAulE7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAMrD,CAAC"}
|
|
@@ -596,6 +596,19 @@ const r = [
|
|
|
596
596
|
isComingSoon: !1,
|
|
597
597
|
isHidden: !1
|
|
598
598
|
},
|
|
599
|
+
{
|
|
600
|
+
id: "Forkable",
|
|
601
|
+
label: "Forkable",
|
|
602
|
+
isBYOC: !1,
|
|
603
|
+
isPro: !1,
|
|
604
|
+
publicIconUrl: `${e}/forkable.svg`,
|
|
605
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/forkable",
|
|
606
|
+
relativeDocsLink: "/en/resources/integrations/productivity/forkable",
|
|
607
|
+
category: "productivity",
|
|
608
|
+
type: "arcade",
|
|
609
|
+
isComingSoon: !1,
|
|
610
|
+
isHidden: !1
|
|
611
|
+
},
|
|
599
612
|
{
|
|
600
613
|
id: "FreshserviceApi",
|
|
601
614
|
label: "Freshservice API",
|
|
@@ -1545,6 +1558,19 @@ const r = [
|
|
|
1545
1558
|
isComingSoon: !1,
|
|
1546
1559
|
isHidden: !1
|
|
1547
1560
|
},
|
|
1561
|
+
{
|
|
1562
|
+
id: "Resend",
|
|
1563
|
+
label: "Resend",
|
|
1564
|
+
isBYOC: !1,
|
|
1565
|
+
isPro: !1,
|
|
1566
|
+
publicIconUrl: `${e}/resend.svg`,
|
|
1567
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/resend",
|
|
1568
|
+
relativeDocsLink: "/en/resources/integrations/productivity/resend",
|
|
1569
|
+
category: "productivity",
|
|
1570
|
+
type: "arcade",
|
|
1571
|
+
isComingSoon: !1,
|
|
1572
|
+
isHidden: !1
|
|
1573
|
+
},
|
|
1548
1574
|
{
|
|
1549
1575
|
id: "Salesforce",
|
|
1550
1576
|
label: "Salesforce",
|