@arcadeai/design-system 4.1.0 → 5.0.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/postman.js +99 -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 +96 -96
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +42 -41
- package/dist/components/ui/atoms/icons/postman.d.ts +4 -0
- package/dist/components/ui/atoms/icons/postman.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/postman.js +91 -0
- package/dist/components/ui/atoms/index.js +69 -68
- package/dist/components/ui/index.js +96 -96
- package/dist/components/ui/molecules/index.d.ts +0 -2
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +8 -9
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.js +13 -18
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts +5 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.js +26 -32
- package/dist/components/ui/organisms/mcp-selection-summary-bar.d.ts.map +1 -1
- package/dist/components/ui/organisms/mcp-selection-summary-bar.js +19 -22
- package/dist/main.js +101 -101
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +67 -65
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
- package/dist/components/ui/molecules/scroll-fade-area.d.ts +0 -32
- package/dist/components/ui/molecules/scroll-fade-area.d.ts.map +0 -1
- package/dist/components/ui/molecules/scroll-fade-area.js +0 -30
- package/dist/hooks/use-scroll-fade.d.ts +0 -22
- package/dist/hooks/use-scroll-fade.d.ts.map +0 -1
- package/dist/hooks/use-scroll-fade.js +0 -39
|
@@ -1,41 +1,35 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use client";
|
|
3
3
|
import { cn as e } from "../../../../lib/utils.js";
|
|
4
|
-
import { t } from "../../../../
|
|
5
|
-
import {
|
|
4
|
+
import { t } from "../../../../checkbox-CfF6tabe.js";
|
|
5
|
+
import { useId as n } from "react";
|
|
6
|
+
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
6
7
|
//#region lib/components/ui/molecules/mcp-server-picker/tool-search-band.tsx
|
|
7
|
-
function
|
|
8
|
-
let
|
|
9
|
-
return /* @__PURE__ */
|
|
10
|
-
...
|
|
11
|
-
className: e("rounded-lg border border-border/60 bg-muted/
|
|
8
|
+
function a({ state: a, onToggle: o, className: s, ...c }) {
|
|
9
|
+
let l = a === "on", u = n();
|
|
10
|
+
return /* @__PURE__ */ i("label", {
|
|
11
|
+
...c,
|
|
12
|
+
className: e("flex cursor-pointer items-start gap-3 rounded-lg border px-4 py-3 transition-colors", l ? "border-foreground/20 bg-muted/30" : "border-border/60 bg-muted/10 hover:border-foreground/25", s),
|
|
12
13
|
"data-slot": "mcp-tool-search-band",
|
|
13
|
-
"data-status":
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
children: c ? "On" : "Off"
|
|
30
|
-
}), /* @__PURE__ */ n(t, {
|
|
31
|
-
"aria-label": `Personalized Tool Search ${c ? "on" : "off"}`,
|
|
32
|
-
checked: c,
|
|
33
|
-
onCheckedChange: a,
|
|
34
|
-
size: "default"
|
|
35
|
-
})]
|
|
14
|
+
"data-status": a,
|
|
15
|
+
htmlFor: u,
|
|
16
|
+
children: [/* @__PURE__ */ r(t, {
|
|
17
|
+
"aria-label": `Personalized Tool Search ${l ? "on" : "off"}`,
|
|
18
|
+
checked: l,
|
|
19
|
+
className: "mt-0.5",
|
|
20
|
+
id: u,
|
|
21
|
+
onCheckedChange: o
|
|
22
|
+
}), /* @__PURE__ */ i("div", {
|
|
23
|
+
className: "min-w-0",
|
|
24
|
+
children: [/* @__PURE__ */ r("p", {
|
|
25
|
+
className: "font-semibold text-[15px] text-foreground leading-5",
|
|
26
|
+
children: "Personalized Tool Search"
|
|
27
|
+
}), /* @__PURE__ */ r("p", {
|
|
28
|
+
className: "mt-1 text-[13px] text-muted-foreground leading-snug",
|
|
29
|
+
children: "Your agent fetches only the tools relevant to each task, saving tokens and keeping responses focused."
|
|
36
30
|
})]
|
|
37
|
-
})
|
|
31
|
+
})]
|
|
38
32
|
});
|
|
39
33
|
}
|
|
40
34
|
//#endregion
|
|
41
|
-
export {
|
|
35
|
+
export { a as McpToolSearchBand };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mcp-selection-summary-bar.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/organisms/mcp-selection-summary-bar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mcp-selection-summary-bar.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/organisms/mcp-selection-summary-bar.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,OAAO,EACL,KAAK,uBAAuB,EAE7B,MAAM,uEAAuE,CAAC;AAC/E,OAAO,EAEL,KAAK,uBAAuB,EAC7B,MAAM,+DAA+D,CAAC;AACvE,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,0DAA0D,CAAC;AAGlE,MAAM,MAAM,4BAA4B,GAAG;IACzC,8DAA8D;IAC9D,EAAE,EAAE,MAAM,CAAC;CACZ,GAAG,IAAI,CAAC,mBAAmB,EAAE,QAAQ,GAAG,UAAU,CAAC,CAAC;AAErD,MAAM,MAAM,2BAA2B,GAAG;IACxC;;;;;;;;;OASG;IACH,UAAU,EAAE,4BAA4B,EAAE,CAAC;IAC3C;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,uBAAuB,EAAE,CAAC;IAClD;;;OAGG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,4CAA4C;IAC5C,WAAW,CAAC,EAAE,uBAAuB,CAAC,YAAY,CAAC,CAAC;IACpD,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,6DAA6D;IAC7D,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,wDAAwD;IACxD,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,8DAA8D;IAC9D,iBAAiB,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,mDAAmD;IACnD,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;IACjC,kCAAkC;IAClC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,kEAAkE;IAClE,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC,CAAC;AAE/D;;;;;;;;;;GAUG;AACH,wBAAgB,sBAAsB,CAAC,EACrC,UAAU,EACV,qBAA0B,EAC1B,SAAS,EACT,SAAiB,EACjB,oBAA4B,EAC5B,WAAW,EACX,QAAQ,EACR,mBAAmB,EACnB,eAAe,EACf,iBAAiB,EACjB,mBAAmB,EACnB,OAAO,EACP,YAAsC,EACtC,SAAS,EACT,GAAG,IAAI,EACR,EAAE,2BAA2B,qBAyE7B"}
|
|
@@ -2,56 +2,53 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import { cn as e } from "../../../lib/utils.js";
|
|
4
4
|
import { t } from "../../../button-BNOmhdpM.js";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
5
|
+
import { McpReviewCountChip as n } from "../molecules/mcp-server-picker/review-count-chip.js";
|
|
6
|
+
import { McpToolkitChip as r } from "../molecules/mcp-server-picker/toolkit-chip.js";
|
|
7
|
+
import { McpRecommendedToolkitsChip as i } from "../molecules/mcp-server-picker/recommended-toolkits-chip.js";
|
|
8
|
+
import { Fragment as a, jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
9
|
+
import { X as c } from "lucide-react";
|
|
10
10
|
//#region lib/components/ui/organisms/mcp-selection-summary-bar.tsx
|
|
11
11
|
function l({ mcpServers: l, recommendedMcpServers: u = [], toolCount: d, reviewing: f = !1, reviewingRecommended: p = !1, reviewLabel: m, onReview: h, onReviewRecommended: g, onOpenMcpServer: _, onRemoveMcpServer: v, onRemoveRecommended: y, onClear: b, emptyMessage: x = "No tools selected yet", className: S, ...C }) {
|
|
12
|
-
let w = l.length + u.length, T = w > 0
|
|
13
|
-
return /* @__PURE__ */
|
|
12
|
+
let w = l.length + u.length, T = w > 0;
|
|
13
|
+
return /* @__PURE__ */ o("div", {
|
|
14
14
|
...C,
|
|
15
15
|
className: e("@container flex min-h-9 items-center gap-2 rounded-lg bg-muted/30 px-2.5 py-1.5", S),
|
|
16
16
|
"data-slot": "mcp-selection-summary-bar",
|
|
17
17
|
"data-status": T ? "filled" : "empty",
|
|
18
|
-
children: T ? /* @__PURE__ */
|
|
19
|
-
/* @__PURE__ */
|
|
18
|
+
children: T ? /* @__PURE__ */ s(a, { children: [
|
|
19
|
+
/* @__PURE__ */ o(n, {
|
|
20
20
|
active: f,
|
|
21
21
|
"aria-label": m,
|
|
22
22
|
onClick: h,
|
|
23
23
|
serverCount: w,
|
|
24
24
|
toolCount: d
|
|
25
25
|
}),
|
|
26
|
-
/* @__PURE__ */
|
|
26
|
+
/* @__PURE__ */ o("span", {
|
|
27
27
|
"aria-hidden": !0,
|
|
28
28
|
className: "@md:block hidden h-5 w-px shrink-0 bg-border"
|
|
29
29
|
}),
|
|
30
|
-
/* @__PURE__ */
|
|
31
|
-
className: "@md:flex hidden min-w-0 flex-1 gap-1.5 overflow-x-auto p-0.5 [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden",
|
|
32
|
-
|
|
33
|
-
ref: E.ref,
|
|
34
|
-
style: E.style,
|
|
35
|
-
children: [u.length > 0 ? /* @__PURE__ */ s(a, {
|
|
30
|
+
/* @__PURE__ */ s("div", {
|
|
31
|
+
className: "scroll-fade-x @md:flex hidden min-w-0 flex-1 gap-1.5 overflow-x-auto p-0.5 [-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden",
|
|
32
|
+
children: [u.length > 0 ? /* @__PURE__ */ o(i, {
|
|
36
33
|
active: p,
|
|
37
34
|
mcpServers: u,
|
|
38
35
|
onOpenMcpServer: _,
|
|
39
36
|
onRemove: y,
|
|
40
37
|
onReview: g
|
|
41
|
-
}) : null, l.map(({ id: e, ...t }) => /* @__PURE__ */
|
|
38
|
+
}) : null, l.map(({ id: e, ...t }) => /* @__PURE__ */ o(r, {
|
|
42
39
|
...t,
|
|
43
40
|
onOpen: _ ? () => _(e) : void 0,
|
|
44
41
|
onRemove: v ? () => v(e) : void 0
|
|
45
42
|
}, e))]
|
|
46
43
|
}),
|
|
47
44
|
b ? /* @__PURE__ */ s(t, {
|
|
48
|
-
className: "ml-auto",
|
|
45
|
+
className: "ml-auto gap-1 hover:border-destructive/50 hover:bg-destructive/10 hover:text-destructive",
|
|
49
46
|
onClick: b,
|
|
50
|
-
size: "
|
|
51
|
-
variant: "
|
|
52
|
-
children: "Clear all"
|
|
47
|
+
size: "sm",
|
|
48
|
+
variant: "outline",
|
|
49
|
+
children: [/* @__PURE__ */ o(c, { "aria-hidden": !0 }), "Clear all"]
|
|
53
50
|
}) : null
|
|
54
|
-
] }) : /* @__PURE__ */
|
|
51
|
+
] }) : /* @__PURE__ */ o("span", {
|
|
55
52
|
className: "flex shrink-0 items-center px-2 py-1 font-medium text-muted-foreground text-xs",
|
|
56
53
|
children: x
|
|
57
54
|
})
|
package/dist/main.js
CHANGED
|
@@ -150,106 +150,106 @@ import { Pipedrive as Ir } from "./components/ui/atoms/icons/pipedrive.js";
|
|
|
150
150
|
import { Plaid as Lr } from "./components/ui/atoms/icons/plaid.js";
|
|
151
151
|
import { Postgres as Rr } from "./components/ui/atoms/icons/postgres.js";
|
|
152
152
|
import { Posthog as zr } from "./components/ui/atoms/icons/posthog.js";
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import { t as Ni } from "./
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import { n as
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
153
|
+
import { Postman as Br } from "./components/ui/atoms/icons/postman.js";
|
|
154
|
+
import { Pylon as Vr } from "./components/ui/atoms/icons/pylon.js";
|
|
155
|
+
import { Quickbooks as Hr } from "./components/ui/atoms/icons/quickbooks.js";
|
|
156
|
+
import { Railway as Ur } from "./components/ui/atoms/icons/railway.js";
|
|
157
|
+
import { Reddit as Wr } from "./components/ui/atoms/icons/reddit.js";
|
|
158
|
+
import { Resend as Gr } from "./components/ui/atoms/icons/resend.js";
|
|
159
|
+
import { Salesforce as Kr } from "./components/ui/atoms/icons/salesforce.js";
|
|
160
|
+
import { Shopify as qr } from "./components/ui/atoms/icons/shopify.js";
|
|
161
|
+
import { Singlestore as Jr } from "./components/ui/atoms/icons/singlestore.js";
|
|
162
|
+
import { Slack as Yr } from "./components/ui/atoms/icons/slack.js";
|
|
163
|
+
import { Snowflake as Xr } from "./components/ui/atoms/icons/snowflake.js";
|
|
164
|
+
import { Splunk as Zr } from "./components/ui/atoms/icons/splunk.js";
|
|
165
|
+
import { Spotify as Qr } from "./components/ui/atoms/icons/spotify.js";
|
|
166
|
+
import { Square as $r } from "./components/ui/atoms/icons/square.js";
|
|
167
|
+
import { Squarespace as ei } from "./components/ui/atoms/icons/squarespace.js";
|
|
168
|
+
import { Squareup as ti } from "./components/ui/atoms/icons/squareup.js";
|
|
169
|
+
import { Stripe as ni } from "./components/ui/atoms/icons/stripe.js";
|
|
170
|
+
import { Telegram as ri } from "./components/ui/atoms/icons/telegram.js";
|
|
171
|
+
import { Tesla as ii } from "./components/ui/atoms/icons/tesla.js";
|
|
172
|
+
import { Ticktick as ai } from "./components/ui/atoms/icons/ticktick.js";
|
|
173
|
+
import { Tiktok as oi } from "./components/ui/atoms/icons/tiktok.js";
|
|
174
|
+
import { Trello as si } from "./components/ui/atoms/icons/trello.js";
|
|
175
|
+
import { Twilio as ci } from "./components/ui/atoms/icons/twilio.js";
|
|
176
|
+
import { Twitch as li } from "./components/ui/atoms/icons/twitch.js";
|
|
177
|
+
import { Vercel as ui } from "./components/ui/atoms/icons/vercel.js";
|
|
178
|
+
import { VercelLogotype as di } from "./components/ui/atoms/icons/vercel-logotype.js";
|
|
179
|
+
import { Vscode as fi } from "./components/ui/atoms/icons/vscode.js";
|
|
180
|
+
import { Walmart as pi } from "./components/ui/atoms/icons/walmart.js";
|
|
181
|
+
import { Weaviate as mi } from "./components/ui/atoms/icons/weaviate.js";
|
|
182
|
+
import { Windsurf as hi } from "./components/ui/atoms/icons/windsurf.js";
|
|
183
|
+
import { Workday as gi } from "./components/ui/atoms/icons/workday.js";
|
|
184
|
+
import { Wrike as _i } from "./components/ui/atoms/icons/wrike.js";
|
|
185
|
+
import { X as vi } from "./components/ui/atoms/icons/x.js";
|
|
186
|
+
import { Xero as yi } from "./components/ui/atoms/icons/xero.js";
|
|
187
|
+
import { Youtube as bi } from "./components/ui/atoms/icons/youtube.js";
|
|
188
|
+
import { Yugabytedb as xi } from "./components/ui/atoms/icons/yugabytedb.js";
|
|
189
|
+
import { Zendesk as Si } from "./components/ui/atoms/icons/zendesk.js";
|
|
190
|
+
import { Zoho as Ci } from "./components/ui/atoms/icons/zoho.js";
|
|
191
|
+
import { ZohoBooks as wi } from "./components/ui/atoms/icons/zoho-books.js";
|
|
192
|
+
import { ZohoCreator as Ti } from "./components/ui/atoms/icons/zoho-creator.js";
|
|
193
|
+
import { Zoom as Ei } from "./components/ui/atoms/icons/zoom.js";
|
|
194
|
+
import { n as Di, t as Oi } from "./radio-group-Cc5ftdVj.js";
|
|
195
|
+
import { a as ki, i as Ai, n as ji, r as Mi, t as Ni } from "./progress-TdXkokPe.js";
|
|
196
|
+
import { t as Pi } from "./input-CSc-AfAa.js";
|
|
197
|
+
import { Textarea as Fi } from "./components/ui/atoms/textarea.js";
|
|
198
|
+
import { InputGroup as Ii, InputGroupAddon as Li, InputGroupButton as Ri, InputGroupInput as zi, InputGroupText as Bi, InputGroupTextarea as Vi } from "./components/ui/atoms/input-group.js";
|
|
199
|
+
import { JsonHighlight as Hi, jsonHighlightVariants as Ui } from "./components/ui/atoms/json-highlight.js";
|
|
200
|
+
import { Label as Wi } from "./components/ui/atoms/label.js";
|
|
201
|
+
import { Loader as Gi } from "./components/ui/atoms/loader.js";
|
|
202
|
+
import { ProBadge as Ki } from "./components/ui/atoms/pro-badge.js";
|
|
203
|
+
import { RemovableChip as qi, RemovableChipButton as Ji, removableChipButtonClass as Yi } from "./components/ui/atoms/removable-chip.js";
|
|
204
|
+
import { n as Xi, r as Zi, t as Qi } from "./resizable-DkYW5Uwh.js";
|
|
205
|
+
import { n as $i, t as ea } from "./scroll-area-53KPfESS.js";
|
|
206
|
+
import { ScrollButton as ta } from "./components/ui/atoms/scroll-button.js";
|
|
207
|
+
import { Separator as na } from "./components/ui/atoms/separator.js";
|
|
208
|
+
import { Sheet as ra, SheetClose as ia, SheetContent as aa, SheetDescription as oa, SheetFooter as sa, SheetHeader as ca, SheetTitle as la, SheetTrigger as ua } from "./components/ui/atoms/sheet.js";
|
|
209
|
+
import { Skeleton as da } from "./components/ui/atoms/skeleton.js";
|
|
210
|
+
import { Sidebar as fa, SidebarContent as pa, SidebarFooter as ma, SidebarGroup as ha, SidebarGroupAction as ga, SidebarGroupContent as _a, SidebarGroupLabel as va, SidebarHeader as ya, SidebarInput as ba, SidebarInset as xa, SidebarMenu as Sa, SidebarMenuAction as Ca, SidebarMenuBadge as wa, SidebarMenuButton as Ta, SidebarMenuItem as Ea, SidebarMenuSkeleton as Da, SidebarMenuSub as Oa, SidebarMenuSubButton as ka, SidebarMenuSubItem as Aa, SidebarProvider as ja, SidebarRail as Ma, SidebarSeparator as Na, SidebarTrigger as Pa, useSidebar as Fa } from "./components/ui/atoms/sidebar.js";
|
|
211
|
+
import { t as Ia } from "./slider-CN3uEkeD.js";
|
|
212
|
+
import { DS_SPARKLE_DURATION_MS as La, SparkleBurst as Ra } from "./components/ui/atoms/sparkle-burst.js";
|
|
213
|
+
import { StepIndicator as za, stepIndicatorIconVariants as Ba, stepIndicatorLabelVariants as Va } from "./components/ui/atoms/step-indicator.js";
|
|
214
|
+
import { t as Ha } from "./switch-CP9j-8px.js";
|
|
215
|
+
import { Table as Ua, TableBody as Wa, TableCaption as Ga, TableCell as Ka, TableFooter as qa, TableHead as Ja, TableHeader as Ya, TableRow as Xa } from "./components/ui/atoms/table.js";
|
|
216
|
+
import { a as Za, i as Qa, n as $a, r as eo, t as to } from "./tabs-C7JA8G0W.js";
|
|
217
|
+
import { Toggle as no, toggleVariants as ro } from "./components/ui/atoms/toggle.js";
|
|
218
|
+
import { n as io, t as ao } from "./toggle-group-CDYMBO0F.js";
|
|
219
|
+
import { ViewToolsControl as oo } from "./components/ui/atoms/view-tools-control.js";
|
|
220
|
+
import { t as so } from "./virtualized-grid-BQNJg029.js";
|
|
221
|
+
import { ConfirmPopover as co } from "./components/ui/molecules/confirm-popover.js";
|
|
222
|
+
import { ChatHistoryItem as lo } from "./components/ui/molecules/chat-history-item.js";
|
|
223
|
+
import { Message as uo, MessageAction as fo, MessageActions as po, MessageAvatar as mo, MessageContent as ho } from "./components/ui/molecules/message.js";
|
|
224
|
+
import { ChatAssistantMessage as go, ChatMessageList as _o, ChatMessageListSkeleton as vo, ChatStreamingIndicator as yo, ChatUserMessage as bo } from "./components/ui/molecules/chat-message-list.js";
|
|
225
|
+
import { ClientSecretInput as xo } from "./components/ui/molecules/client-secret-field.js";
|
|
226
|
+
import { CommandBar as So } from "./components/ui/molecules/command-bar.js";
|
|
227
|
+
import { DateTimePicker as Co } from "./components/ui/molecules/date-time-picker.js";
|
|
228
|
+
import { EmptyState as wo } from "./components/ui/molecules/empty-state.js";
|
|
229
|
+
import { ErrorState as To } from "./components/ui/molecules/error-state.js";
|
|
230
|
+
import { FlowDiagram as Eo } from "./components/ui/molecules/flow-diagram.js";
|
|
231
|
+
import { McpCategoryFilter as Do } from "./components/ui/molecules/mcp-server-picker/category-filter.js";
|
|
232
|
+
import { McpCategoryFilterMenu as Oo } from "./components/ui/molecules/mcp-server-picker/category-filter-menu.js";
|
|
233
|
+
import { McpSectionCallout as ko } from "./components/ui/molecules/mcp-server-picker/section-callout.js";
|
|
234
|
+
import { McpRecommendedToolsCallout as Ao, McpRecommendedToolsDeactivateDialog as jo, McpRecommendedToolsOptOutDialog as Mo } from "./components/ui/molecules/mcp-server-picker/recommended-tools.js";
|
|
235
|
+
import { McpReviewCountChip as No } from "./components/ui/molecules/mcp-server-picker/review-count-chip.js";
|
|
236
|
+
import { McpSearchScopeTabs as Po } from "./components/ui/molecules/mcp-server-picker/search-scope-tabs.js";
|
|
237
|
+
import { McpSectionNavHeader as Fo } from "./components/ui/molecules/mcp-server-picker/section-nav-header.js";
|
|
238
|
+
import { PUBLIC_ICON_URL as Io, PUBLIC_VIDEO_URL as Lo } from "./metadata/constants.js";
|
|
239
|
+
import { MCP_OAUTH2_PROVIDER as Ro, OAUTH2_PROVIDER as zo, OAUTH_PROVIDERS as Bo, OAUTH_PROVIDER_CATALOGUE as Vo, OAuthId as Ho, OAuthProviderId as Uo, OTHER_OAUTH_PROVIDERS as Wo, PREBUILT_OAUTH_PROVIDERS as Go } from "./metadata/oauth-providers.js";
|
|
240
|
+
import { CATEGORIES as Ko, TOOLKITS as qo, TOOLKIT_CATALOGUE as Jo } from "./metadata/toolkits.js";
|
|
241
|
+
import { findPrebuiltProviderById as Yo, findPrebuiltProviderByProviderId as Xo, findToolkitByName as Zo, isKnownToolkit as Qo, isPrebuiltProvider as $o } from "./metadata/utils.js";
|
|
242
|
+
import { TOOLKIT_ICON_MAP as es, getToolIconByToolkitName as ts, getToolkitIcon as ns, getToolkitIconByName as rs, hasToolkitIcon as is, resolveToolkitIcon as as } from "./metadata/toolkit-icons.js";
|
|
243
|
+
import { McpToolkitAvatar as os, mcpToolkitAvatarVariants as ss } from "./components/ui/molecules/mcp-server-picker/toolkit-avatar.js";
|
|
244
|
+
import { McpServerAvatarStack as cs } from "./components/ui/molecules/mcp-server-picker/server-avatar-stack.js";
|
|
245
|
+
import { McpServerCard as ls, mcpServerCardShellVariants as us } from "./components/ui/molecules/mcp-server-picker/server-card.js";
|
|
246
|
+
import { McpToolCard as ds } from "./components/ui/molecules/mcp-server-picker/tool-card.js";
|
|
247
|
+
import { McpToolSearchBand as fs } from "./components/ui/molecules/mcp-server-picker/tool-search-band.js";
|
|
248
|
+
import { McpToolkitChip as ps } from "./components/ui/molecules/mcp-server-picker/toolkit-chip.js";
|
|
249
|
+
import { McpToolkitGroupHeader as ms } from "./components/ui/molecules/mcp-server-picker/toolkit-group-header.js";
|
|
250
|
+
import { McpUnoptimizedMatchCard as hs } from "./components/ui/molecules/mcp-server-picker/unoptimized-match-card.js";
|
|
251
|
+
import { PromptInput as gs, PromptInputAction as _s, PromptInputActions as vs, PromptInputTextarea as ys } from "./components/ui/molecules/prompt-input.js";
|
|
252
|
+
import { r as bs, t as xs } from "./ui-BaLLCKkd.js";
|
|
253
253
|
import { StepsProgress as Ss } from "./components/ui/molecules/steps-progress.js";
|
|
254
254
|
import { SuggestionCard as Cs, SuggestionCardSkeleton as ws } from "./components/ui/molecules/suggestion-card.js";
|
|
255
255
|
import { TagsInput as Ts, TagsInputValue as Es } from "./components/ui/molecules/tags-input.js";
|
|
@@ -269,4 +269,4 @@ import { MCP_CLIENT_METADATA as Oc } from "./metadata/mcp-clients.js";
|
|
|
269
269
|
import { DEFAULT_MCP_CLIENT_IDS as kc, DEFAULT_MCP_SERVER_IDS as Ac, GatewayDiagram as jc } from "./components/ui/templates/gateway-diagram.js";
|
|
270
270
|
import "./components/index.js";
|
|
271
271
|
import "./metadata/index.js";
|
|
272
|
-
export { r as Accordion, t as AccordionContent, n as AccordionItem, e as AccordionTrigger, Tt as Adp, Et as Aha, Dt as Airtable, i as Alert, a as AlertAction, o as AlertDescription, T as AlertDialog, x as AlertDialogAction, C as AlertDialogCancel, y as AlertDialogContent, h as AlertDialogDescription, S as AlertDialogFooter, w as AlertDialogHeader, g as AlertDialogMedia, b as AlertDialogOverlay, E as AlertDialogPortal, _ as AlertDialogTitle, v as AlertDialogTrigger, s as AlertTitle, Ot as Amplitude, kt as Apollo, At as Arcade, k as ArcadeGradient, A as ArcadeGrid, jt as ArcadeLogo, Mt as Asana, Nt as Ashby, Pt as Atlassian, Ft as Attio, It as Auth0, ic as AuthTemplate, ac as AuthTemplateCard, oc as AuthTemplateContent, sc as AuthTemplateDefaultBackground, cc as AuthTemplateDescription, lc as AuthTemplateFooter, uc as AuthTemplateGridOverlay, dc as AuthTemplateHeader, fc as AuthTemplateLegal, pc as AuthTemplateLegalLink, mc as AuthTemplateLogo, hc as AuthTemplatePrompt, gc as AuthTemplatePromptLink, _c as AuthTemplateTitle, vc as AuthTemplateVideoBackground, I as Avatar, N as AvatarBadge, F as AvatarFallback, M as AvatarGroup, j as AvatarGroupCount, P as AvatarImage, L as AvatarNotificationBadge, Lt as Azure, z as Badge, Rt as Bamboohr, zt as Basecamp, Bt as Bill, Vt as Bitbucket, Ht as Bluesky, Ut as Box, V as BrandChip, Wt as Braze, H as Breadcrumb, U as BreadcrumbEllipsis, W as BreadcrumbItem, G as BreadcrumbLink, K as BreadcrumbList, q as BreadcrumbPage, J as BreadcrumbSeparator, Gt as Brex, Kt as Brightdata, qt as Buffer, O as Button, he as ByocBadge, Go as CATEGORIES, _e as Calendar, ge as CalendarDayButton, Jt as Calendly, ve as Card, ye as CardAction, be as CardContent, xe as CardDescription, Se as CardFooter, Ce as CardHeader, we as CardTitle, Te as ChartContainer, Ee as ChartLegend, De as ChartLegendContent, Oe as ChartStyle, ke as ChartTooltip, Ae as ChartTooltipContent, ho as ChatAssistantMessage, Qs as ChatBodySkeleton, je as ChatContainerContent, Me as ChatContainerRoot, Ne as ChatContainerScrollAnchor, $s as ChatContentSkeleton, ec as ChatFooterSkeleton, tc as ChatHeaderSkeleton, co as ChatHistoryItem, go as ChatMessageList, _o as ChatMessageListSkeleton, rc as ChatPageSkeleton, nc as ChatSidebarSkeleton, vo as ChatStreamingIndicator, Us as ChatTemplate, Ws as ChatTemplateBody, Gs as ChatTemplateFooter, Ks as ChatTemplateHeader, qs as ChatTemplateHeaderGroup, Js as ChatTemplateOverview, Ys as ChatTemplateOverviewSubtitle, Xs as ChatTemplateOverviewTitle, Zs as ChatTemplateSuggestions, yo as ChatUserMessage, Pe as Checkbox, Yt as Claude, Xt as ClaudeCodeLogotype, Zt as Clickhouse, Qt as Clickup, bo as ClientSecretInput, $t as Cline, en as Closeio, Ie as CodeBlock, Le as CodeBlockCode, Re as CodeBlockGroup, tn as Codesandbox, nn as Coinbase, Ve as Collapsible, ze as CollapsibleContent, Be as CollapsibleTrigger, Xe as Command, xo as CommandBar, Ke as CommandDialog, Je as CommandEmpty, We as CommandGroup, He as CommandInput, qe as CommandItem, Ye as CommandList, Ue as CommandSeparator, Ge as CommandShortcut, so as ConfirmPopover, rn as Confluence, st as CopyButton, an as Cursor, on as CursorInstallDark, sn as CursorInstallLight, cn as CursorLogotype, ln as Customerio, kc as DEFAULT_MCP_CLIENT_IDS, Ac as DEFAULT_MCP_SERVER_IDS, Ia as DS_SPARKLE_DURATION_MS, un as Datadog, So as DateTimePicker, dn as Daytona, Ze as Dialog, Qe as DialogClose, $e as DialogContent, et as DialogDescription, tt as DialogFooter, nt as DialogHeader, rt as DialogOverlay, it as DialogPortal, at as DialogTitle, ot as DialogTrigger, fn as DigitalOcean, pn as Discord, mn as Dropbox, xt as DropdownMenu, gt as DropdownMenuCheckboxItem, yt as DropdownMenuContent, pt as DropdownMenuGroup, ct as DropdownMenuItem, _t as DropdownMenuLabel, bt as DropdownMenuPortal, lt as DropdownMenuRadioGroup, mt as DropdownMenuRadioItem, St as DropdownMenuSeparator, ut as DropdownMenuShortcut, dt as DropdownMenuSub, vt as DropdownMenuSubContent, ht as DropdownMenuSubTrigger, ft as DropdownMenuTrigger, hn as E2b, gn as Ebay, Co as EmptyState, wo as ErrorState, bc as ErrorTemplate, xc as ErrorTemplateActions, Sc as ErrorTemplateContent, Cc as ErrorTemplateDescription, wc as ErrorTemplateIcon, Tc as ErrorTemplateLogo, Ec as ErrorTemplateTitle, Dc as ErrorTemplateUrl, _n as Evernote, vn as Exa, yn as Factorial, bn as Figma, Ct as FilterChip, xn as Firecrawl, Sn as Fireflies, To as FlowDiagram, Cn as FlyIo, wn as Forkable, Tn as Freshdesk, En as Freshservice, jc as GatewayDiagram, Dn as Gemini, On as Generic, kn as Github, An as Gitlab, jn as Glean, Mn as Gmail, Nn as Google, Pn as GoogleCalendar, Fn as GoogleContacts, In as GoogleDocs, Ln as GoogleDrive, Rn as GoogleFinance, zn as GoogleFlight, Bn as GoogleFlights, Vn as GoogleForms, Hn as GoogleHotels, Un as GoogleJobs, Wn as GoogleMaps, Gn as GoogleNews, Kn as GoogleSheets, qn as GoogleShopping, Jn as GoogleSlides, Yn as Goose, Xn as Granola, Zn as Heroku, Qn as Hootsuite, m as HoverCard, f as HoverCardContent, p as HoverCardTrigger, $n as Hubspot, er as Imgflip, Ni as Input, Fi as InputGroup, Ii as InputGroupAddon, Li as InputGroupButton, Ri as InputGroupInput, zi as InputGroupText, Bi as InputGroupTextarea, tr as Insightly, nr as Intercom, rr as Jira, Vi as JsonHighlight, Ui as Label, ir as Langchain, ar as LangchainLogotype, or as Linear, sr as Linkedin, Wi as Loader, yc as LoginPage, cr as Luma, Oc as MCP_CLIENT_METADATA, Lo as MCP_OAUTH2_PROVIDER, lr as Mailchimp, Fe as Markdown, ur as Mastra, dr as MastraLogotype, fr as MathToolkit, pr as Mcp, Eo as McpCategoryFilter, Do as McpCategoryFilterMenu, ko as McpRecommendedToolsCallout, Ao as McpRecommendedToolsDeactivateDialog, jo as McpRecommendedToolsOptOutDialog, Mo as McpReviewCountChip, No as McpSearchScopeTabs, Oo as McpSectionCallout, Po as McpSectionNavHeader, Rs as McpSelectionSummaryBar, ss as McpServerAvatarStack, cs as McpServerCard, zs as McpServerPicker, Bs as McpServerPickerGrid, Vs as McpServerPickerHeader, Hs as McpServerPickerToolGrid, us as McpToolCard, ds as McpToolSearchBand, as as McpToolkitAvatar, fs as McpToolkitChip, ps as McpToolkitGroupHeader, ms as McpUnoptimizedMatchCard, lo as Message, uo as MessageAction, fo as MessageActions, po as MessageAvatar, mo as MessageContent, mr as Microsoft, hr as MicrosoftDynamics, gr as MicrosoftExcel, _r as MicrosoftOnedrive, vr as MicrosoftOutlookCalendar, yr as MicrosoftOutlookMail, br as MicrosoftPowerpoint, xr as MicrosoftSharepoint, Sr as MicrosoftTeams, Cr as MicrosoftWord, wr as Miro, de as MobileTooltip, fe as MobileTooltipContent, pe as MobileTooltipProvider, me as MobileTooltipTrigger, Tr as Monday, Er as MongoDB, Dr as Netsuite, Or as Notion, Ro as OAUTH2_PROVIDER, zo as OAUTH_PROVIDERS, Bo as OAUTH_PROVIDER_CATALOGUE, Vo as OAuthId, Ho as OAuthProviderId, Uo as OTHER_OAUTH_PROVIDERS, kr as Oauth, Ar as Obsidian, jr as Okta, Mr as Openai, Wo as PREBUILT_OAUTH_PROVIDERS, Fo as PUBLIC_ICON_URL, Io as PUBLIC_VIDEO_URL, Nr as Pagerduty, Pr as Pinecone, Fr as Pinterest, Ir as Pipedrive, Lr as Plaid, ee as Popover, Z as PopoverContent, $ as PopoverDescription, X as PopoverHeader, Y as PopoverTitle, Q as PopoverTrigger, Rr as Postgres, zr as Posthog, Gi as ProBadge, Mi as Progress, Ai as ProgressIndicator, ji as ProgressLabel, ki as ProgressTrack, Oi as ProgressValue, hs as PromptInput, gs as PromptInputAction, _s as PromptInputActions, vs as PromptInputTextarea, Br as Pylon, Vr as Quickbooks, Di as RadioGroup, Ei as RadioGroupItem, Hr as Railway, Ur as Reddit, Ki as RemovableChip, qi as RemovableChipButton, ys as RequirementBadges, Wr as Resend, Zi as ResizableHandle, Yi as ResizablePanel, Xi as ResizablePanelGroup, Gr as Salesforce, $i as ScrollArea, Qi as ScrollBar, ea as ScrollButton, xs as ScrollFadeArea, le as Select, ae as SelectContent, se as SelectGroup, re as SelectItem, te as SelectLabel, oe as SelectScrollDownButton, ce as SelectScrollUpButton, ne as SelectSeparator, ie as SelectTrigger, ue as SelectValue, ta as Separator, na as Sheet, ra as SheetClose, ia as SheetContent, aa as SheetDescription, oa as SheetFooter, sa as SheetHeader, ca as SheetTitle, la as SheetTrigger, Kr as Shopify, da as Sidebar, fa as SidebarContent, pa as SidebarFooter, ma as SidebarGroup, ha as SidebarGroupAction, ga as SidebarGroupContent, _a as SidebarGroupLabel, va as SidebarHeader, ya as SidebarInput, ba as SidebarInset, xa as SidebarMenu, Sa as SidebarMenuAction, Ca as SidebarMenuBadge, wa as SidebarMenuButton, Ta as SidebarMenuItem, Ea as SidebarMenuSkeleton, Da as SidebarMenuSub, Oa as SidebarMenuSubButton, ka as SidebarMenuSubItem, Aa as SidebarProvider, ja as SidebarRail, Ma as SidebarSeparator, Na as SidebarTrigger, qr as Singlestore, ua as Skeleton, Jr as Slack, Fa as Slider, Yr as Snowflake, La as SparkleBurst, Xr as Splunk, Zr as Spotify, Qr as Square, $r as Squarespace, ei as Squareup, Ra as StepIndicator, Ss as StepsProgress, ti as Stripe, Cs as SuggestionCard, ws as SuggestionCardSkeleton, Va as Switch, Ko as TOOLKITS, qo as TOOLKIT_CATALOGUE, $o as TOOLKIT_ICON_MAP, Ha as Table, Ua as TableBody, Wa as TableCaption, Ga as TableCell, Ka as TableFooter, qa as TableHead, Ja as TableHeader, Ya as TableRow, eo as Tabs, Qa as TabsContent, $a as TabsList, Za as TabsTrigger, Ts as TagsInput, Es as TagsInputValue, ni as Telegram, ri as Tesla, Pi as Textarea, ii as Ticktick, ai as Tiktok, to as Toggle, io as ToggleGroup, ro as ToggleGroupChip, Ds as ToolAuthorization, Os as ToolAuthorizationArgs, ks as ToolAuthorizationContent, As as ToolAuthorizationHeader, js as ToolAuthorizationMessage, Ms as ToolCallAccordion, Ns as ToolCallAccordionContent, Ps as ToolCallAccordionItem, Fs as ToolCallAccordionTrigger, Is as ToolCard, bs as ToolkitCard, d as Tooltip, l as TooltipContent, u as TooltipProvider, c as TooltipTrigger, oi as Trello, si as Twilio, ci as Twitch, Ls as UserNav, li as Vercel, ui as VercelLogotype, ao as ViewToolsControl, oo as VirtualizedGrid, di as Vscode, fi as Walmart, pi as Weaviate, mi as Windsurf, hi as Workday, gi as Wrike, _i as X, vi as Xero, yi as Youtube, bi as Yugabytedb, xi as Zendesk, Si as Zoho, Ci as ZohoBooks, wi as ZohoCreator, Ti as Zoom, R as avatarBadgeVariants, B as badgeVariants, D as buttonVariants, wt as filterChipVariants, Jo as findPrebuiltProviderById, Yo as findPrebuiltProviderByProviderId, Xo as findToolkitByName, es as getToolIconByToolkitName, ts as getToolkitIcon, ns as getToolkitIconByName, rs as hasToolkitIcon, Zo as isKnownToolkit, Qo as isPrebuiltProvider, Hi as jsonHighlightVariants, ls as mcpServerCardShellVariants, os as mcpToolkitAvatarVariants, Ji as removableChipButtonClass, is as resolveToolkitIcon, za as stepIndicatorIconVariants, Ba as stepIndicatorLabelVariants, Xa as tabsListVariants, no as toggleVariants, Pa as useSidebar };
|
|
272
|
+
export { r as Accordion, t as AccordionContent, n as AccordionItem, e as AccordionTrigger, Tt as Adp, Et as Aha, Dt as Airtable, i as Alert, a as AlertAction, o as AlertDescription, T as AlertDialog, x as AlertDialogAction, C as AlertDialogCancel, y as AlertDialogContent, h as AlertDialogDescription, S as AlertDialogFooter, w as AlertDialogHeader, g as AlertDialogMedia, b as AlertDialogOverlay, E as AlertDialogPortal, _ as AlertDialogTitle, v as AlertDialogTrigger, s as AlertTitle, Ot as Amplitude, kt as Apollo, At as Arcade, k as ArcadeGradient, A as ArcadeGrid, jt as ArcadeLogo, Mt as Asana, Nt as Ashby, Pt as Atlassian, Ft as Attio, It as Auth0, ic as AuthTemplate, ac as AuthTemplateCard, oc as AuthTemplateContent, sc as AuthTemplateDefaultBackground, cc as AuthTemplateDescription, lc as AuthTemplateFooter, uc as AuthTemplateGridOverlay, dc as AuthTemplateHeader, fc as AuthTemplateLegal, pc as AuthTemplateLegalLink, mc as AuthTemplateLogo, hc as AuthTemplatePrompt, gc as AuthTemplatePromptLink, _c as AuthTemplateTitle, vc as AuthTemplateVideoBackground, I as Avatar, N as AvatarBadge, F as AvatarFallback, M as AvatarGroup, j as AvatarGroupCount, P as AvatarImage, L as AvatarNotificationBadge, Lt as Azure, z as Badge, Rt as Bamboohr, zt as Basecamp, Bt as Bill, Vt as Bitbucket, Ht as Bluesky, Ut as Box, V as BrandChip, Wt as Braze, H as Breadcrumb, U as BreadcrumbEllipsis, W as BreadcrumbItem, G as BreadcrumbLink, K as BreadcrumbList, q as BreadcrumbPage, J as BreadcrumbSeparator, Gt as Brex, Kt as Brightdata, qt as Buffer, O as Button, he as ByocBadge, Ko as CATEGORIES, _e as Calendar, ge as CalendarDayButton, Jt as Calendly, ve as Card, ye as CardAction, be as CardContent, xe as CardDescription, Se as CardFooter, Ce as CardHeader, we as CardTitle, Te as ChartContainer, Ee as ChartLegend, De as ChartLegendContent, Oe as ChartStyle, ke as ChartTooltip, Ae as ChartTooltipContent, go as ChatAssistantMessage, Qs as ChatBodySkeleton, je as ChatContainerContent, Me as ChatContainerRoot, Ne as ChatContainerScrollAnchor, $s as ChatContentSkeleton, ec as ChatFooterSkeleton, tc as ChatHeaderSkeleton, lo as ChatHistoryItem, _o as ChatMessageList, vo as ChatMessageListSkeleton, rc as ChatPageSkeleton, nc as ChatSidebarSkeleton, yo as ChatStreamingIndicator, Us as ChatTemplate, Ws as ChatTemplateBody, Gs as ChatTemplateFooter, Ks as ChatTemplateHeader, qs as ChatTemplateHeaderGroup, Js as ChatTemplateOverview, Ys as ChatTemplateOverviewSubtitle, Xs as ChatTemplateOverviewTitle, Zs as ChatTemplateSuggestions, bo as ChatUserMessage, Pe as Checkbox, Yt as Claude, Xt as ClaudeCodeLogotype, Zt as Clickhouse, Qt as Clickup, xo as ClientSecretInput, $t as Cline, en as Closeio, Ie as CodeBlock, Le as CodeBlockCode, Re as CodeBlockGroup, tn as Codesandbox, nn as Coinbase, Ve as Collapsible, ze as CollapsibleContent, Be as CollapsibleTrigger, Xe as Command, So as CommandBar, Ke as CommandDialog, Je as CommandEmpty, We as CommandGroup, He as CommandInput, qe as CommandItem, Ye as CommandList, Ue as CommandSeparator, Ge as CommandShortcut, co as ConfirmPopover, rn as Confluence, st as CopyButton, an as Cursor, on as CursorInstallDark, sn as CursorInstallLight, cn as CursorLogotype, ln as Customerio, kc as DEFAULT_MCP_CLIENT_IDS, Ac as DEFAULT_MCP_SERVER_IDS, La as DS_SPARKLE_DURATION_MS, un as Datadog, Co as DateTimePicker, dn as Daytona, Ze as Dialog, Qe as DialogClose, $e as DialogContent, et as DialogDescription, tt as DialogFooter, nt as DialogHeader, rt as DialogOverlay, it as DialogPortal, at as DialogTitle, ot as DialogTrigger, fn as DigitalOcean, pn as Discord, mn as Dropbox, xt as DropdownMenu, gt as DropdownMenuCheckboxItem, yt as DropdownMenuContent, pt as DropdownMenuGroup, ct as DropdownMenuItem, _t as DropdownMenuLabel, bt as DropdownMenuPortal, lt as DropdownMenuRadioGroup, mt as DropdownMenuRadioItem, St as DropdownMenuSeparator, ut as DropdownMenuShortcut, dt as DropdownMenuSub, vt as DropdownMenuSubContent, ht as DropdownMenuSubTrigger, ft as DropdownMenuTrigger, hn as E2b, gn as Ebay, wo as EmptyState, To as ErrorState, bc as ErrorTemplate, xc as ErrorTemplateActions, Sc as ErrorTemplateContent, Cc as ErrorTemplateDescription, wc as ErrorTemplateIcon, Tc as ErrorTemplateLogo, Ec as ErrorTemplateTitle, Dc as ErrorTemplateUrl, _n as Evernote, vn as Exa, yn as Factorial, bn as Figma, Ct as FilterChip, xn as Firecrawl, Sn as Fireflies, Eo as FlowDiagram, Cn as FlyIo, wn as Forkable, Tn as Freshdesk, En as Freshservice, jc as GatewayDiagram, Dn as Gemini, On as Generic, kn as Github, An as Gitlab, jn as Glean, Mn as Gmail, Nn as Google, Pn as GoogleCalendar, Fn as GoogleContacts, In as GoogleDocs, Ln as GoogleDrive, Rn as GoogleFinance, zn as GoogleFlight, Bn as GoogleFlights, Vn as GoogleForms, Hn as GoogleHotels, Un as GoogleJobs, Wn as GoogleMaps, Gn as GoogleNews, Kn as GoogleSheets, qn as GoogleShopping, Jn as GoogleSlides, Yn as Goose, Xn as Granola, Zn as Heroku, Qn as Hootsuite, m as HoverCard, f as HoverCardContent, p as HoverCardTrigger, $n as Hubspot, er as Imgflip, Pi as Input, Ii as InputGroup, Li as InputGroupAddon, Ri as InputGroupButton, zi as InputGroupInput, Bi as InputGroupText, Vi as InputGroupTextarea, tr as Insightly, nr as Intercom, rr as Jira, Hi as JsonHighlight, Wi as Label, ir as Langchain, ar as LangchainLogotype, or as Linear, sr as Linkedin, Gi as Loader, yc as LoginPage, cr as Luma, Oc as MCP_CLIENT_METADATA, Ro as MCP_OAUTH2_PROVIDER, lr as Mailchimp, Fe as Markdown, ur as Mastra, dr as MastraLogotype, fr as MathToolkit, pr as Mcp, Do as McpCategoryFilter, Oo as McpCategoryFilterMenu, Ao as McpRecommendedToolsCallout, jo as McpRecommendedToolsDeactivateDialog, Mo as McpRecommendedToolsOptOutDialog, No as McpReviewCountChip, Po as McpSearchScopeTabs, ko as McpSectionCallout, Fo as McpSectionNavHeader, Rs as McpSelectionSummaryBar, cs as McpServerAvatarStack, ls as McpServerCard, zs as McpServerPicker, Bs as McpServerPickerGrid, Vs as McpServerPickerHeader, Hs as McpServerPickerToolGrid, ds as McpToolCard, fs as McpToolSearchBand, os as McpToolkitAvatar, ps as McpToolkitChip, ms as McpToolkitGroupHeader, hs as McpUnoptimizedMatchCard, uo as Message, fo as MessageAction, po as MessageActions, mo as MessageAvatar, ho as MessageContent, mr as Microsoft, hr as MicrosoftDynamics, gr as MicrosoftExcel, _r as MicrosoftOnedrive, vr as MicrosoftOutlookCalendar, yr as MicrosoftOutlookMail, br as MicrosoftPowerpoint, xr as MicrosoftSharepoint, Sr as MicrosoftTeams, Cr as MicrosoftWord, wr as Miro, de as MobileTooltip, fe as MobileTooltipContent, pe as MobileTooltipProvider, me as MobileTooltipTrigger, Tr as Monday, Er as MongoDB, Dr as Netsuite, Or as Notion, zo as OAUTH2_PROVIDER, Bo as OAUTH_PROVIDERS, Vo as OAUTH_PROVIDER_CATALOGUE, Ho as OAuthId, Uo as OAuthProviderId, Wo as OTHER_OAUTH_PROVIDERS, kr as Oauth, Ar as Obsidian, jr as Okta, Mr as Openai, Go as PREBUILT_OAUTH_PROVIDERS, Io as PUBLIC_ICON_URL, Lo as PUBLIC_VIDEO_URL, Nr as Pagerduty, Pr as Pinecone, Fr as Pinterest, Ir as Pipedrive, Lr as Plaid, ee as Popover, Z as PopoverContent, $ as PopoverDescription, X as PopoverHeader, Y as PopoverTitle, Q as PopoverTrigger, Rr as Postgres, zr as Posthog, Br as Postman, Ki as ProBadge, Ni as Progress, ji as ProgressIndicator, Mi as ProgressLabel, Ai as ProgressTrack, ki as ProgressValue, gs as PromptInput, _s as PromptInputAction, vs as PromptInputActions, ys as PromptInputTextarea, Vr as Pylon, Hr as Quickbooks, Oi as RadioGroup, Di as RadioGroupItem, Ur as Railway, Wr as Reddit, qi as RemovableChip, Ji as RemovableChipButton, bs as RequirementBadges, Gr as Resend, Qi as ResizableHandle, Xi as ResizablePanel, Zi as ResizablePanelGroup, Kr as Salesforce, ea as ScrollArea, $i as ScrollBar, ta as ScrollButton, le as Select, ae as SelectContent, se as SelectGroup, re as SelectItem, te as SelectLabel, oe as SelectScrollDownButton, ce as SelectScrollUpButton, ne as SelectSeparator, ie as SelectTrigger, ue as SelectValue, na as Separator, ra as Sheet, ia as SheetClose, aa as SheetContent, oa as SheetDescription, sa as SheetFooter, ca as SheetHeader, la as SheetTitle, ua as SheetTrigger, qr as Shopify, fa as Sidebar, pa as SidebarContent, ma as SidebarFooter, ha as SidebarGroup, ga as SidebarGroupAction, _a as SidebarGroupContent, va as SidebarGroupLabel, ya as SidebarHeader, ba as SidebarInput, xa as SidebarInset, Sa as SidebarMenu, Ca as SidebarMenuAction, wa as SidebarMenuBadge, Ta as SidebarMenuButton, Ea as SidebarMenuItem, Da as SidebarMenuSkeleton, Oa as SidebarMenuSub, ka as SidebarMenuSubButton, Aa as SidebarMenuSubItem, ja as SidebarProvider, Ma as SidebarRail, Na as SidebarSeparator, Pa as SidebarTrigger, Jr as Singlestore, da as Skeleton, Yr as Slack, Ia as Slider, Xr as Snowflake, Ra as SparkleBurst, Zr as Splunk, Qr as Spotify, $r as Square, ei as Squarespace, ti as Squareup, za as StepIndicator, Ss as StepsProgress, ni as Stripe, Cs as SuggestionCard, ws as SuggestionCardSkeleton, Ha as Switch, qo as TOOLKITS, Jo as TOOLKIT_CATALOGUE, es as TOOLKIT_ICON_MAP, Ua as Table, Wa as TableBody, Ga as TableCaption, Ka as TableCell, qa as TableFooter, Ja as TableHead, Ya as TableHeader, Xa as TableRow, to as Tabs, $a as TabsContent, eo as TabsList, Qa as TabsTrigger, Ts as TagsInput, Es as TagsInputValue, ri as Telegram, ii as Tesla, Fi as Textarea, ai as Ticktick, oi as Tiktok, no as Toggle, ao as ToggleGroup, io as ToggleGroupChip, Ds as ToolAuthorization, Os as ToolAuthorizationArgs, ks as ToolAuthorizationContent, As as ToolAuthorizationHeader, js as ToolAuthorizationMessage, Ms as ToolCallAccordion, Ns as ToolCallAccordionContent, Ps as ToolCallAccordionItem, Fs as ToolCallAccordionTrigger, Is as ToolCard, xs as ToolkitCard, d as Tooltip, l as TooltipContent, u as TooltipProvider, c as TooltipTrigger, si as Trello, ci as Twilio, li as Twitch, Ls as UserNav, ui as Vercel, di as VercelLogotype, oo as ViewToolsControl, so as VirtualizedGrid, fi as Vscode, pi as Walmart, mi as Weaviate, hi as Windsurf, gi as Workday, _i as Wrike, vi as X, yi as Xero, bi as Youtube, xi as Yugabytedb, Si as Zendesk, Ci as Zoho, wi as ZohoBooks, Ti as ZohoCreator, Ei as Zoom, R as avatarBadgeVariants, B as badgeVariants, D as buttonVariants, wt as filterChipVariants, Yo as findPrebuiltProviderById, Xo as findPrebuiltProviderByProviderId, Zo as findToolkitByName, ts as getToolIconByToolkitName, ns as getToolkitIcon, rs as getToolkitIconByName, is as hasToolkitIcon, Qo as isKnownToolkit, $o as isPrebuiltProvider, Ui as jsonHighlightVariants, us as mcpServerCardShellVariants, ss as mcpToolkitAvatarVariants, Yi as removableChipButtonClass, as as resolveToolkitIcon, Ba as stepIndicatorIconVariants, Va as stepIndicatorLabelVariants, Za as tabsListVariants, ro as toggleVariants, Fa as useSidebar };
|
|
@@ -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,CA6KtD,CAAC;AAaF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAC7B,WAAW,MAAM,GAAG,SAAS,KAC5B;IACD,IAAI,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;IAC5D,YAAY,EAAE,OAAO,CAAC;CAMvB,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,CACrB,CAAC;AAErC;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,WAAW,MAAM,GAAG,SAAS,KAAG,OACnB,CAAC;AAE7C;;;;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"}
|