@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.
Files changed (69) hide show
  1. package/dist/assets/icons/cursor.js +6 -9
  2. package/dist/assets/icons/forkable.js +10 -0
  3. package/dist/assets/icons/mcp.js +2 -5
  4. package/dist/assets/icons/resend.js +10 -0
  5. package/dist/assets/index.css +1 -1
  6. package/dist/assets/tokens.css +1 -1
  7. package/dist/assets/variables.css +1 -1
  8. package/dist/components/index.js +504 -494
  9. package/dist/components/ui/atoms/badge.js +5 -5
  10. package/dist/components/ui/atoms/button.js +1 -1
  11. package/dist/components/ui/atoms/compute-flow-paths.d.ts +21 -0
  12. package/dist/components/ui/atoms/compute-flow-paths.d.ts.map +1 -0
  13. package/dist/components/ui/atoms/compute-flow-paths.js +38 -0
  14. package/dist/components/ui/atoms/flow-connector.d.ts +48 -0
  15. package/dist/components/ui/atoms/flow-connector.d.ts.map +1 -0
  16. package/dist/components/ui/atoms/flow-connector.js +153 -0
  17. package/dist/components/ui/atoms/flow-hub.d.ts +26 -0
  18. package/dist/components/ui/atoms/flow-hub.d.ts.map +1 -0
  19. package/dist/components/ui/atoms/flow-hub.js +34 -0
  20. package/dist/components/ui/atoms/flow-tile.d.ts +19 -0
  21. package/dist/components/ui/atoms/flow-tile.d.ts.map +1 -0
  22. package/dist/components/ui/atoms/flow-tile.js +49 -0
  23. package/dist/components/ui/atoms/icons/cursor.d.ts.map +1 -1
  24. package/dist/components/ui/atoms/icons/cursor.js +7 -7
  25. package/dist/components/ui/atoms/icons/forkable.d.ts +4 -0
  26. package/dist/components/ui/atoms/icons/forkable.d.ts.map +1 -0
  27. package/dist/components/ui/atoms/icons/forkable.js +31 -0
  28. package/dist/components/ui/atoms/icons/index.d.ts +2 -0
  29. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  30. package/dist/components/ui/atoms/icons/index.js +230 -226
  31. package/dist/components/ui/atoms/icons/mcp.d.ts.map +1 -1
  32. package/dist/components/ui/atoms/icons/mcp.js +3 -4
  33. package/dist/components/ui/atoms/icons/resend.d.ts +4 -0
  34. package/dist/components/ui/atoms/icons/resend.d.ts.map +1 -0
  35. package/dist/components/ui/atoms/icons/resend.js +24 -0
  36. package/dist/components/ui/atoms/index.js +372 -368
  37. package/dist/components/ui/atoms/switch.js +19 -19
  38. package/dist/components/ui/index.js +504 -494
  39. package/dist/components/ui/molecules/date-time-picker.js +1 -1
  40. package/dist/components/ui/molecules/flow-diagram.d.ts +56 -0
  41. package/dist/components/ui/molecules/flow-diagram.d.ts.map +1 -0
  42. package/dist/components/ui/molecules/flow-diagram.js +232 -0
  43. package/dist/components/ui/molecules/index.d.ts +2 -0
  44. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  45. package/dist/components/ui/molecules/index.js +42 -40
  46. package/dist/components/ui/molecules/requirement-badges.js +6 -4
  47. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  48. package/dist/components/ui/molecules/tool-card.js +19 -22
  49. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  50. package/dist/components/ui/pages/login-page.js +13 -13
  51. package/dist/components/ui/templates/gateway-diagram.d.ts +28 -0
  52. package/dist/components/ui/templates/gateway-diagram.d.ts.map +1 -0
  53. package/dist/components/ui/templates/gateway-diagram.js +76 -0
  54. package/dist/components/ui/templates/index.d.ts +2 -0
  55. package/dist/components/ui/templates/index.d.ts.map +1 -1
  56. package/dist/components/ui/templates/index.js +31 -27
  57. package/dist/main.js +534 -522
  58. package/dist/metadata/index.d.ts +1 -0
  59. package/dist/metadata/index.d.ts.map +1 -1
  60. package/dist/metadata/index.js +25 -23
  61. package/dist/metadata/mcp-clients.d.ts +54 -0
  62. package/dist/metadata/mcp-clients.d.ts.map +1 -0
  63. package/dist/metadata/mcp-clients.js +23 -0
  64. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  65. package/dist/metadata/toolkit-icons.js +162 -158
  66. package/dist/metadata/toolkits.d.ts.map +1 -1
  67. package/dist/metadata/toolkits.js +26 -0
  68. package/dist/{toolkit-card-Dc104Z9e.js → toolkit-card-ryIR325K.js} +22 -20
  69. package/package.json +5 -5
@@ -1,5 +1,6 @@
1
1
  /** biome-ignore-all lint/performance/noBarrelFile: This is ok for metadata */
2
2
  export * from './constants';
3
+ export * from './mcp-clients';
3
4
  export * from './oauth-providers';
4
5
  export * from './toolkit-icons';
5
6
  export * from './toolkits';
@@ -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"}
@@ -1,29 +1,31 @@
1
- import { PUBLIC_ICON_URL as r, PUBLIC_VIDEO_URL as I } from "./constants.js";
2
- import { MCP_OAUTH2_PROVIDER as e, OAUTH2_PROVIDER as P, OAUTH_PROVIDERS as i, OAUTH_PROVIDER_CATALOGUE as t, OAuthId as R, OAuthProviderId as _, OTHER_OAUTH_PROVIDERS as A, PREBUILT_OAUTH_PROVIDERS as E } from "./oauth-providers.js";
3
- import { TOOLKIT_ICON_MAP as d, getToolIconByToolkitName as L, getToolkitIcon as l, getToolkitIconByName as f } from "./toolkit-icons.js";
4
- import { CATEGORIES as n, TOOLKITS as B, TOOLKIT_CATALOGUE as C } from "./toolkits.js";
5
- import { findPrebuiltProviderById as H, findPrebuiltProviderByProviderId as V, findToolkitByName as k, isKnownToolkit as p, isPrebuiltProvider as u } from "./utils.js";
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
- n as CATEGORIES,
8
- e as MCP_OAUTH2_PROVIDER,
9
- P as OAUTH2_PROVIDER,
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
- t as OAUTH_PROVIDER_CATALOGUE,
13
+ A as OAUTH_PROVIDER_CATALOGUE,
12
14
  R as OAuthId,
13
- _ as OAuthProviderId,
14
- A as OTHER_OAUTH_PROVIDERS,
15
- E as PREBUILT_OAUTH_PROVIDERS,
16
- r as PUBLIC_ICON_URL,
17
- I as PUBLIC_VIDEO_URL,
18
- B as TOOLKITS,
19
- C as TOOLKIT_CATALOGUE,
20
- d as TOOLKIT_ICON_MAP,
21
- H as findPrebuiltProviderById,
22
- V as findPrebuiltProviderByProviderId,
23
- k as findToolkitByName,
24
- L as getToolIconByToolkitName,
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
- f as getToolkitIconByName,
27
- p as isKnownToolkit,
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,CA8JtD,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"}
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 v } from "../components/ui/atoms/icons/ashby.js";
9
- import { Attio as F } from "../components/ui/atoms/icons/attio.js";
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 { Freshservice as lo } from "../components/ui/atoms/icons/freshservice.js";
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 so } from "../components/ui/atoms/icons/github.js";
45
- import { Gitlab as no } from "../components/ui/atoms/icons/gitlab.js";
46
- import { Gmail as co } from "../components/ui/atoms/icons/gmail.js";
47
- import { Google as uo } from "../components/ui/atoms/icons/google.js";
48
- import { GoogleCalendar as go } from "../components/ui/atoms/icons/google-calendar.js";
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 ko } from "../components/ui/atoms/icons/google-docs.js";
51
- import { GoogleDrive as bo } from "../components/ui/atoms/icons/google-drive.js";
52
- import { GoogleFinance as ho } from "../components/ui/atoms/icons/google-finance.js";
53
- import { GoogleFlights as Mo } from "../components/ui/atoms/icons/google-flights.js";
54
- import { GoogleHotels as Co } from "../components/ui/atoms/icons/google-hotels.js";
55
- import { GoogleJobs as Go } from "../components/ui/atoms/icons/google-jobs.js";
56
- import { GoogleMaps as yo } from "../components/ui/atoms/icons/google-maps.js";
57
- import { GoogleNews as So } from "../components/ui/atoms/icons/google-news.js";
58
- import { GoogleSheets as Bo } from "../components/ui/atoms/icons/google-sheets.js";
59
- import { GoogleShopping as Po } from "../components/ui/atoms/icons/google-shopping.js";
60
- import { GoogleSlides as To } from "../components/ui/atoms/icons/google-slides.js";
61
- import { Granola as Do } from "../components/ui/atoms/icons/granola.js";
62
- import { Heroku as Oo } from "../components/ui/atoms/icons/heroku.js";
63
- import { Hootsuite as wo } from "../components/ui/atoms/icons/hootsuite.js";
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 Ho } from "../components/ui/atoms/icons/imgflip.js";
66
- import { Intercom as xo } from "../components/ui/atoms/icons/intercom.js";
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 Fo } from "../components/ui/atoms/icons/linear.js";
69
- import { Linkedin as Eo } from "../components/ui/atoms/icons/linkedin.js";
70
- import { Luma as Io } from "../components/ui/atoms/icons/luma.js";
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 No } from "../components/ui/atoms/icons/math-toolkit.js";
73
- import { Mcp as Wo } from "../components/ui/atoms/icons/mcp.js";
74
- import { MicrosoftDynamics as Lo } from "../components/ui/atoms/icons/microsoft-dynamics.js";
75
- import { MicrosoftExcel as qo } from "../components/ui/atoms/icons/microsoft-excel.js";
76
- import { MicrosoftOnedrive as Zo } from "../components/ui/atoms/icons/microsoft-onedrive.js";
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 Ro } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
80
- import { MicrosoftSharepoint as A } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
81
- import { MicrosoftTeams as Xo } from "../components/ui/atoms/icons/microsoft-teams.js";
82
- import { MicrosoftWord as Jo } from "../components/ui/atoms/icons/microsoft-word.js";
83
- import { Miro as k } from "../components/ui/atoms/icons/miro.js";
84
- import { Monday as Yo } from "../components/ui/atoms/icons/monday.js";
85
- import { MongoDB as zo } from "../components/ui/atoms/icons/mongodb.js";
86
- import { Netsuite as Uo } from "../components/ui/atoms/icons/netsuite.js";
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 jo } from "../components/ui/atoms/icons/obsidian.js";
89
- import { Okta as Ko } from "../components/ui/atoms/icons/okta.js";
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 Qo } from "../components/ui/atoms/icons/pinecone.js";
92
- import { Pinterest as Vo } from "../components/ui/atoms/icons/pinterest.js";
93
- import { Pipedrive as _o } from "../components/ui/atoms/icons/pipedrive.js";
94
- import { Plaid as $o } from "../components/ui/atoms/icons/plaid.js";
95
- import { Postgres as or } from "../components/ui/atoms/icons/postgres.js";
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 rr } from "../components/ui/atoms/icons/quickbooks.js";
99
- import { Railway as ir } from "../components/ui/atoms/icons/railway.js";
100
- import { Reddit as tr } from "../components/ui/atoms/icons/reddit.js";
101
- import { Salesforce as mr } from "../components/ui/atoms/icons/salesforce.js";
102
- import { Shopify as er } from "../components/ui/atoms/icons/shopify.js";
103
- import { Singlestore as pr } from "../components/ui/atoms/icons/singlestore.js";
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 fr } from "../components/ui/atoms/icons/snowflake.js";
106
- import { Splunk as ar } from "../components/ui/atoms/icons/splunk.js";
107
- import { Spotify as lr } from "../components/ui/atoms/icons/spotify.js";
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 sr } from "../components/ui/atoms/icons/squarespace.js";
110
- import { Squareup as nr } from "../components/ui/atoms/icons/squareup.js";
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 cr } from "../components/ui/atoms/icons/telegram.js";
113
- import { Ticktick as ur } from "../components/ui/atoms/icons/ticktick.js";
114
- import { Tiktok as gr } from "../components/ui/atoms/icons/tiktok.js";
115
- import { Trello as Ar } from "../components/ui/atoms/icons/trello.js";
116
- import { Twilio as kr } from "../components/ui/atoms/icons/twilio.js";
117
- import { Twitch as dr } from "../components/ui/atoms/icons/twitch.js";
118
- import { Vercel as br } from "../components/ui/atoms/icons/vercel.js";
119
- import { Walmart as hr } from "../components/ui/atoms/icons/walmart.js";
120
- import { Weaviate as Mr } from "../components/ui/atoms/icons/weaviate.js";
121
- import { Workday as Cr } from "../components/ui/atoms/icons/workday.js";
122
- import { Wrike as Gr } from "../components/ui/atoms/icons/wrike.js";
123
- import { X as yr } from "../components/ui/atoms/icons/x.js";
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 Sr } from "../components/ui/atoms/icons/youtube.js";
126
- import { Yugabytedb as Br } from "../components/ui/atoms/icons/yugabytedb.js";
127
- import { Zendesk as Pr } from "../components/ui/atoms/icons/zendesk.js";
128
- import { ZohoBooks as Tr } from "../components/ui/atoms/icons/zoho-books.js";
129
- import { ZohoCreator as Dr } from "../components/ui/atoms/icons/zoho-creator.js";
130
- import { Zoom as Or } from "../components/ui/atoms/icons/zoom.js";
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: v,
141
- Attio: F,
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
- FreshserviceApi: lo,
180
- Github: so,
181
- GitLab: no,
182
- Gmail: co,
183
- GoogleCalendar: go,
181
+ Forkable: lo,
182
+ FreshserviceApi: so,
183
+ Github: no,
184
+ GitLab: co,
185
+ Gmail: uo,
186
+ GoogleCalendar: ko,
184
187
  GoogleContacts: Ao,
185
- GoogleDocs: ko,
186
- GoogleDrive: bo,
187
- GoogleFinance: ho,
188
- GoogleFlights: Mo,
189
- GoogleHotels: Co,
190
- GoogleJobs: Go,
191
- GoogleMaps: yo,
192
- GoogleNews: So,
193
- GoogleSearch: uo,
194
- GoogleSheets: Bo,
195
- GoogleShopping: Po,
196
- GoogleSlides: To,
197
- Granola: Do,
198
- Heroku: Oo,
199
- Hootsuite: wo,
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: Ho,
210
- IntercomApi: xo,
212
+ Imgflip: xo,
213
+ IntercomApi: Fo,
211
214
  Jira: vo,
212
- Linear: Fo,
213
- Linkedin: Eo,
214
- LumaApi: Io,
215
+ Linear: Eo,
216
+ Linkedin: Io,
217
+ LumaApi: No,
215
218
  Mailchimp: c,
216
219
  MailchimpMarketingApi: c,
217
- Math: No,
218
- MCP: Wo,
219
- MicrosoftDynamics: Lo,
220
- MicrosoftExcel: qo,
220
+ Math: Wo,
221
+ MCP: Lo,
222
+ MicrosoftDynamics: qo,
223
+ MicrosoftExcel: Zo,
221
224
  MicrosoftOutlookCalendar: u,
222
225
  MicrosoftOutlookMail: g,
223
- MicrosoftPowerpoint: Ro,
224
- MicrosoftSharePoint: A,
225
- Sharepoint: A,
226
- MicrosoftTeams: Xo,
227
- MicrosoftWord: Jo,
228
- Miro: k,
229
- MiroApi: k,
230
- Monday: Yo,
231
- MongoDB: zo,
232
- Netsuite: Uo,
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: jo,
236
- Okta: Ko,
237
- MicrosoftOnedrive: Zo,
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: Qo,
243
- Pinterest: Vo,
244
- Pipedrive: _o,
245
- Plaid: $o,
245
+ Pinecone: Vo,
246
+ Pinterest: _o,
247
+ Pipedrive: $o,
248
+ Plaid: or,
246
249
  Posthog: h,
247
250
  PosthogApi: h,
248
- Postgres: or,
251
+ Postgres: rr,
249
252
  Pylon: M,
250
253
  PylonApi: M,
251
- Quickbooks: rr,
252
- Railway: ir,
253
- Reddit: tr,
254
- Salesforce: mr,
255
- Shopify: er,
256
- Singlestore: pr,
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: fr,
260
- Splunk: ar,
261
- Spotify: lr,
263
+ Snowflake: lr,
264
+ Splunk: sr,
265
+ Spotify: nr,
262
266
  Square: p,
263
- Squareup: nr,
267
+ Squareup: ur,
264
268
  SquareupApi: p,
265
269
  SquareUpApi: p,
266
- Squarespace: sr,
270
+ Squarespace: cr,
267
271
  Stripe: G,
268
272
  StripeApi: G,
269
- Telegram: cr,
270
- Tiktok: gr,
271
- TickTickApi: ur,
272
- TrelloApi: Ar,
273
- Twilio: kr,
274
- Twitch: dr,
275
- Vercel: br,
276
- Walmart: hr,
277
- WeaviateApi: Mr,
278
- Workday: Cr,
279
- Wrike: Gr,
280
- X: yr,
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: Br,
284
- ZohoBooksApi: Tr,
285
- ZohoCreatorApi: Dr,
286
- Youtube: Sr,
287
- Zendesk: Pr,
288
- Zoom: Or
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
- }, $t = (r) => {
300
+ }, tm = (r) => {
297
301
  const t = P(r), i = T(t?.id);
298
302
  return ({ className: m }) => /* @__PURE__ */ B(i, { className: m });
299
- }, om = (r) => {
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
- om as getToolIconByToolkitName,
309
+ mm as getToolIconByToolkitName,
306
310
  T as getToolkitIcon,
307
- $t as getToolkitIconByName
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,EA2jE7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAMrD,CAAC"}
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",