@arcadeai/design-system 3.42.6 → 3.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,6 +49,14 @@ export declare const MCP_CLIENT_METADATA: {
49
49
  readonly label: "Codex";
50
50
  readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
51
51
  };
52
+ readonly chatgpt: {
53
+ readonly label: "ChatGPT";
54
+ readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
55
+ };
56
+ readonly mcp_url: {
57
+ readonly label: "MCP URL";
58
+ readonly Icon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
59
+ };
52
60
  };
53
61
  export type McpClientId = keyof typeof MCP_CLIENT_METADATA;
54
62
  //# sourceMappingURL=mcp-clients.d.ts.map
@@ -1 +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"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkB/B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,mBAAmB,CAAC"}
@@ -1,23 +1,26 @@
1
1
  import "react/jsx-runtime";
2
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";
3
+ import { Cline as l } from "../components/ui/atoms/icons/cline.js";
4
+ import { Cursor as r } from "../components/ui/atoms/icons/cursor.js";
5
+ import { Gemini as c } from "../components/ui/atoms/icons/gemini.js";
6
6
  import { Goose as i } from "../components/ui/atoms/icons/goose.js";
7
- import { Openai as m } from "../components/ui/atoms/icons/openai.js";
7
+ import { Mcp as m } from "../components/ui/atoms/icons/mcp.js";
8
+ import { Openai as e } from "../components/ui/atoms/icons/openai.js";
8
9
  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 },
10
+ import { Windsurf as a } from "../components/ui/atoms/icons/windsurf.js";
11
+ const G = {
12
+ cursor: { label: "Cursor", Icon: r },
12
13
  vscode: { label: "VS Code", Icon: n },
13
14
  claude_code: { label: "Claude Code", Icon: o },
14
15
  claude_desktop: { label: "Claude Desktop", Icon: o },
15
16
  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 }
17
+ windsurf: { label: "Windsurf", Icon: a },
18
+ cline: { label: "Cline", Icon: l },
19
+ gemini_cli: { label: "Gemini CLI", Icon: c },
20
+ codex: { label: "Codex", Icon: e },
21
+ chatgpt: { label: "ChatGPT", Icon: e },
22
+ mcp_url: { label: "MCP URL", Icon: m }
20
23
  };
21
24
  export {
22
- b as MCP_CLIENT_METADATA
25
+ G as MCP_CLIENT_METADATA
23
26
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcadeai/design-system",
3
3
  "private": false,
4
- "version": "3.42.6",
4
+ "version": "3.43.0",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",