@arcadeai/design-system 7.4.0 → 7.5.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.
@@ -1,3 +1,4 @@
1
+ /* empty css */
1
2
  import { t as e } from "../../../button-BdQxLUOB.js";
2
3
  import { Badge as t } from "../atoms/badge.js";
3
4
  import { Card as n } from "../atoms/card.js";
@@ -9,7 +10,6 @@ import { t as s } from "../../../input-DZTqcpe-.js";
9
10
  import { Label as c } from "../atoms/label.js";
10
11
  import { Separator as l } from "../atoms/separator.js";
11
12
  import { t as u } from "../../../switch-DlxZDt6o.js";
12
- /* empty css */
13
13
  /* empty css */
14
14
  import { useState as d } from "react";
15
15
  import { jsx as f, jsxs as p } from "react/jsx-runtime";
@@ -8,12 +8,20 @@ export type McpRequirementListItemProps = {
8
8
  mono?: boolean;
9
9
  /** Metadata shown under the title, rendered dot-separated. */
10
10
  meta?: React.ReactNode[];
11
- /** Trailing action label, e.g. "Add" or "Enable". */
12
- actionLabel: string;
11
+ /** Trailing action label, e.g. "Add" or "Enable". Omit when `readOnly`. */
12
+ actionLabel?: string;
13
+ /**
14
+ * Render a non-interactive row with a locked "Admin only" affordance, for a
15
+ * requirement the viewer can see but lacks permission to set up.
16
+ */
17
+ readOnly?: boolean;
18
+ /** Tooltip shown on the read-only affordance, explaining why it's locked. */
19
+ readOnlyReason?: React.ReactNode;
13
20
  } & Omit<React.ComponentProps<"button">, "children" | "title">;
14
21
  /**
15
22
  * A requirement row for the setup dialog. The whole row is the button — the
16
- * trailing action and chevron are visual affordances, not nested buttons.
23
+ * trailing action and chevron are visual affordances, not nested buttons. When
24
+ * `readOnly`, the row is non-interactive and shows an "Admin only" affordance.
17
25
  */
18
- export declare function McpRequirementListItem({ icon, title, mono, meta, actionLabel, className, ...rest }: McpRequirementListItemProps): React.JSX.Element;
26
+ export declare function McpRequirementListItem({ icon, title, mono, meta, actionLabel, readOnly, readOnlyReason, className, ...rest }: McpRequirementListItemProps): React.JSX.Element;
19
27
  //# sourceMappingURL=requirement-list-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"requirement-list-item.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/requirement-list-item.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAGpC,MAAM,MAAM,2BAA2B,GAAG;IACxC,qDAAqD;IACrD,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,6DAA6D;IAC7D,KAAK,EAAE,MAAM,CAAC;IACd,wEAAwE;IACxE,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,8DAA8D;IAC9D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACzB,qDAAqD;IACrD,WAAW,EAAE,MAAM,CAAC;CACrB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,CAAC;AAE/D;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,EACrC,IAAI,EACJ,KAAK,EACL,IAAY,EACZ,IAAI,EACJ,WAAW,EACX,SAAS,EACT,GAAG,IAAI,EACR,EAAE,2BAA2B,qBAoD7B"}
1
+ {"version":3,"file":"requirement-list-item.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/requirement-list-item.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAYpC,MAAM,MAAM,2BAA2B,GAAG;IACxC,qDAAqD;IACrD,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,6DAA6D;IAC7D,KAAK,EAAE,MAAM,CAAC;IACd,wEAAwE;IACxE,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,8DAA8D;IAC9D,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IACzB,2EAA2E;IAC3E,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,6EAA6E;IAC7E,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAClC,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,CAAC;AAiD/D;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,EACrC,IAAI,EACJ,KAAK,EACL,IAAY,EACZ,IAAI,EACJ,WAAW,EACX,QAAgB,EAChB,cAAwC,EACxC,SAAS,EACT,GAAG,IAAI,EACR,EAAE,2BAA2B,qBAkD7B"}
@@ -1,47 +1,77 @@
1
1
  "use client";
2
2
  "use client";
3
3
  import { cn as e } from "../../../../lib/utils.js";
4
- import { jsx as t, jsxs as n } from "react/jsx-runtime";
5
- import { ChevronRight as r } from "lucide-react";
4
+ import { i as t, n, r, t as i } from "../../../../tooltip-BUR7V5Aa.js";
5
+ import { Fragment as a, jsx as o, jsxs as s } from "react/jsx-runtime";
6
+ import { ChevronRight as c, LockKeyhole as l } from "lucide-react";
6
7
  //#region lib/components/ui/molecules/mcp-server-picker/requirement-list-item.tsx
7
- function i({ icon: i, title: a, mono: o = !1, meta: s, actionLabel: c, className: l, ...u }) {
8
- return /* @__PURE__ */ n("button", {
9
- className: e("group flex min-h-16 w-full cursor-pointer items-center gap-3 px-3 py-2.5 text-left outline-none transition-[background-color,color] duration-[var(--duration-fast)] ease-[var(--ease-smooth)] first:rounded-t-xl last:rounded-b-xl hover:bg-foreground/[0.035] focus-visible:bg-foreground/[0.035] focus-visible:ring-2 focus-visible:ring-ring/70 focus-visible:ring-inset active:bg-foreground/[0.055] disabled:pointer-events-none disabled:opacity-50 motion-reduce:transition-none dark:active:bg-foreground/[0.11] dark:focus-visible:bg-foreground/[0.08] dark:hover:bg-foreground/[0.08]", l),
8
+ var u = "You don't have permission to set this up. Ask a project or organization admin to add it.";
9
+ function d({ icon: t, title: n, mono: r, meta: i }) {
10
+ return /* @__PURE__ */ s(a, { children: [/* @__PURE__ */ o("span", {
11
+ "aria-hidden": !0,
12
+ className: "flex size-9 shrink-0 items-center justify-center rounded-lg bg-muted/70 text-muted-foreground ring-1 ring-border/60 transition-[background-color,color,box-shadow] duration-[var(--duration-fast)] ease-[var(--ease-smooth)] group-hover:bg-background group-hover:text-foreground group-hover:ring-border group-focus-visible:bg-background group-focus-visible:text-foreground group-focus-visible:ring-border motion-reduce:transition-none dark:bg-muted/50 dark:group-focus-visible:bg-muted/80 dark:group-hover:bg-muted/80",
13
+ children: t
14
+ }), /* @__PURE__ */ s("span", {
15
+ className: "flex min-w-0 flex-1 flex-col gap-0.5",
16
+ children: [/* @__PURE__ */ o("span", {
17
+ className: e("truncate font-medium text-foreground text-sm leading-5", r && "font-mono text-[13px]"),
18
+ title: n,
19
+ translate: r ? "no" : void 0,
20
+ children: n
21
+ }), i && i.length > 0 ? /* @__PURE__ */ o("span", {
22
+ className: "flex min-w-0 flex-wrap items-center gap-x-1.5 gap-y-1 text-muted-foreground text-xs leading-4",
23
+ children: i.map((e, t) => /* @__PURE__ */ s("span", {
24
+ className: "contents",
25
+ children: [t > 0 ? /* @__PURE__ */ o("span", {
26
+ "aria-hidden": !0,
27
+ className: "size-1 rounded-full bg-muted-foreground/35"
28
+ }) : null, /* @__PURE__ */ o("span", { children: e })]
29
+ }, t))
30
+ }) : null]
31
+ })] });
32
+ }
33
+ function f({ icon: a, title: f, mono: p = !1, meta: m, actionLabel: h, readOnly: g = !1, readOnlyReason: _ = u, className: v, ...y }) {
34
+ return g ? /* @__PURE__ */ s("div", {
35
+ className: e("flex min-h-16 w-full items-center gap-3 px-3 py-2.5 text-left first:rounded-t-xl last:rounded-b-xl", v),
36
+ "data-slot": "mcp-requirement-list-item",
37
+ children: [/* @__PURE__ */ o(d, {
38
+ icon: a,
39
+ meta: m,
40
+ mono: p,
41
+ title: f
42
+ }), /* @__PURE__ */ o(r, {
43
+ delay: 150,
44
+ children: /* @__PURE__ */ s(i, { children: [/* @__PURE__ */ s(t, {
45
+ "aria-label": `Admin only. ${typeof _ == "string" ? _ : ""}`.trim(),
46
+ className: "flex shrink-0 cursor-help items-center gap-1.5 rounded-lg border border-muted-foreground/25 border-dashed px-2.5 py-1.5 font-medium text-muted-foreground/70 text-xs outline-none transition-colors hover:text-muted-foreground focus-visible:ring-2 focus-visible:ring-ring/60 motion-reduce:transition-none",
47
+ type: "button",
48
+ children: [/* @__PURE__ */ o(l, {
49
+ "aria-hidden": !0,
50
+ className: "size-3"
51
+ }), /* @__PURE__ */ o("span", { children: "Admin only" })]
52
+ }), /* @__PURE__ */ o(n, {
53
+ className: "max-w-56 text-pretty leading-snug",
54
+ children: _
55
+ })] })
56
+ })]
57
+ }) : /* @__PURE__ */ s("button", {
58
+ className: e("group flex min-h-16 w-full cursor-pointer items-center gap-3 px-3 py-2.5 text-left outline-none transition-[background-color,color] duration-[var(--duration-fast)] ease-[var(--ease-smooth)] first:rounded-t-xl last:rounded-b-xl hover:bg-foreground/[0.035] focus-visible:bg-foreground/[0.035] focus-visible:ring-2 focus-visible:ring-ring/70 focus-visible:ring-inset active:bg-foreground/[0.055] disabled:pointer-events-none disabled:opacity-50 motion-reduce:transition-none dark:active:bg-foreground/[0.11] dark:focus-visible:bg-foreground/[0.08] dark:hover:bg-foreground/[0.08]", v),
10
59
  "data-slot": "mcp-requirement-list-item",
11
- ...u,
60
+ ...y,
12
61
  type: "button",
13
- children: [
14
- /* @__PURE__ */ t("span", {
15
- "aria-hidden": !0,
16
- className: "flex size-9 shrink-0 items-center justify-center rounded-lg bg-muted/70 text-muted-foreground ring-1 ring-border/60 transition-[background-color,color,box-shadow] duration-[var(--duration-fast)] ease-[var(--ease-smooth)] group-hover:bg-background group-hover:text-foreground group-hover:ring-border group-focus-visible:bg-background group-focus-visible:text-foreground group-focus-visible:ring-border motion-reduce:transition-none dark:bg-muted/50 dark:group-focus-visible:bg-muted/80 dark:group-hover:bg-muted/80",
17
- children: i
18
- }),
19
- /* @__PURE__ */ n("span", {
20
- className: "flex min-w-0 flex-1 flex-col gap-0.5",
21
- children: [/* @__PURE__ */ t("span", {
22
- className: e("truncate font-medium text-foreground text-sm leading-5", o && "font-mono text-[13px]"),
23
- title: a,
24
- children: a
25
- }), s && s.length > 0 ? /* @__PURE__ */ t("span", {
26
- className: "flex min-w-0 flex-wrap items-center gap-x-1.5 gap-y-1 text-muted-foreground text-xs leading-4",
27
- children: s.map((e, r) => /* @__PURE__ */ n("span", {
28
- className: "contents",
29
- children: [r > 0 ? /* @__PURE__ */ t("span", {
30
- "aria-hidden": !0,
31
- className: "size-1 rounded-full bg-muted-foreground/35"
32
- }) : null, /* @__PURE__ */ t("span", { children: e })]
33
- }, r))
34
- }) : null]
35
- }),
36
- /* @__PURE__ */ n("span", {
37
- className: "flex shrink-0 items-center gap-1.5 rounded-lg bg-muted/60 px-2.5 py-1.5 font-medium text-muted-foreground text-xs transition-[background-color,color] duration-[var(--duration-fast)] ease-[var(--ease-smooth)] group-hover:bg-primary group-hover:text-primary-foreground group-focus-visible:bg-primary group-focus-visible:text-primary-foreground motion-reduce:transition-none dark:bg-muted/50 dark:group-focus-visible:bg-primary dark:group-focus-visible:text-primary-foreground dark:group-hover:bg-primary dark:group-hover:text-primary-foreground",
38
- children: [/* @__PURE__ */ t("span", {
39
- className: "max-w-20 truncate",
40
- children: c
41
- }), /* @__PURE__ */ t(r, { className: "size-3.5 transition-transform duration-[var(--duration-fast)] ease-[var(--ease-smooth)] group-hover:translate-x-0.5 group-focus-visible:translate-x-0.5 motion-reduce:transition-none motion-reduce:group-focus-visible:translate-x-0 motion-reduce:group-hover:translate-x-0" })]
42
- })
43
- ]
62
+ children: [/* @__PURE__ */ o(d, {
63
+ icon: a,
64
+ meta: m,
65
+ mono: p,
66
+ title: f
67
+ }), /* @__PURE__ */ s("span", {
68
+ className: "flex shrink-0 items-center gap-1.5 rounded-lg bg-muted/60 px-2.5 py-1.5 font-medium text-muted-foreground text-xs transition-[background-color,color] duration-[var(--duration-fast)] ease-[var(--ease-smooth)] group-hover:bg-primary group-hover:text-primary-foreground group-focus-visible:bg-primary group-focus-visible:text-primary-foreground motion-reduce:transition-none dark:bg-muted/50 dark:group-focus-visible:bg-primary dark:group-focus-visible:text-primary-foreground dark:group-hover:bg-primary dark:group-hover:text-primary-foreground",
69
+ children: [/* @__PURE__ */ o("span", {
70
+ className: "max-w-20 truncate",
71
+ children: h
72
+ }), /* @__PURE__ */ o(c, { className: "size-3.5 transition-transform duration-[var(--duration-fast)] ease-[var(--ease-smooth)] group-hover:translate-x-0.5 group-focus-visible:translate-x-0.5 motion-reduce:transition-none motion-reduce:group-focus-visible:translate-x-0 motion-reduce:group-hover:translate-x-0" })]
73
+ })]
44
74
  });
45
75
  }
46
76
  //#endregion
47
- export { i as McpRequirementListItem };
77
+ export { f as McpRequirementListItem };
@@ -1 +1 @@
1
- {"version":3,"file":"mcp-requirements-status.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/organisms/mcp-requirements-status.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAmBvC,MAAM,MAAM,sBAAsB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAOF,MAAM,MAAM,0BAA0B,GAAG;IACvC;;;;OAIG;IACH,YAAY,EAAE,sBAAsB,EAAE,CAAC;IACvC;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAmMF;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,EACpC,YAAY,EACZ,eAAmB,EACnB,OAAO,EACP,SAAS,GACV,EAAE,0BAA0B,+BAmC5B"}
1
+ {"version":3,"file":"mcp-requirements-status.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/organisms/mcp-requirements-status.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAmBvC,MAAM,MAAM,sBAAsB,GAAG;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAOF,MAAM,MAAM,0BAA0B,GAAG;IACvC;;;;OAIG;IACH,YAAY,EAAE,sBAAsB,EAAE,CAAC;IACvC;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAmMF;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,EACpC,YAAY,EACZ,eAAmB,EACnB,OAAO,EACP,SAAS,GACV,EAAE,0BAA0B,+BAuC5B"}
@@ -12,7 +12,7 @@ function b({ count: e, showChevron: t = !1 }) {
12
12
  return /* @__PURE__ */ d(l, { children: [
13
13
  /* @__PURE__ */ u("span", {
14
14
  "aria-hidden": !0,
15
- className: "flex size-5 shrink-0 items-center justify-center rounded-md bg-warning/10 text-warning",
15
+ className: "flex size-5 shrink-0 items-center justify-center rounded-md bg-warning/5 text-warning",
16
16
  children: /* @__PURE__ */ u(h, { className: "size-3" })
17
17
  }),
18
18
  /* @__PURE__ */ d("span", {
@@ -144,7 +144,7 @@ function T({ requirements: n, unverifiedCount: r = 0, onSetup: i, className: a }
144
144
  className: e("h-8 gap-2 rounded-md px-1.5 pr-2.5 shadow-none motion-reduce:transition-none", a),
145
145
  onClick: i,
146
146
  type: "button",
147
- variant: "secondary",
147
+ variant: "outline",
148
148
  children: /* @__PURE__ */ u(b, { count: r })
149
149
  });
150
150
  }
@@ -1 +1 @@
1
- {"version":3,"file":"mcp-tool-inventory-popover.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/organisms/mcp-tool-inventory-popover.tsx"],"names":[],"mappings":"AAwBA,MAAM,MAAM,qBAAqB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,MAAM,EAAE,qBAAqB,EAAE,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAgJF;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,EACtC,MAAM,EACN,SAAS,GACV,EAAE,4BAA4B,+BAkI9B"}
1
+ {"version":3,"file":"mcp-tool-inventory-popover.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/organisms/mcp-tool-inventory-popover.tsx"],"names":[],"mappings":"AAyBA,MAAM,MAAM,qBAAqB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,EAAE,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,MAAM,EAAE,qBAAqB,EAAE,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAuHF;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,EACtC,MAAM,EACN,SAAS,GACV,EAAE,4BAA4B,+BAqI9B"}
@@ -9,15 +9,15 @@ import { useCallback as u, useMemo as d, useState as f } from "react";
9
9
  import { jsx as p, jsxs as m } from "react/jsx-runtime";
10
10
  import { ChevronDown as h } from "lucide-react";
11
11
  //#region lib/components/ui/organisms/mcp-tool-inventory-popover.tsx
12
- var g = 2, _ = 320, v = 160, y = 41, b = 25, x = 8;
13
- function S(e) {
14
- let t = e.length * y + x, n = Math.max(...e.map((e) => e.tools.length));
15
- return Math.min(_, Math.max(t, Math.max(v, t + n * b)));
12
+ var g = 2, _ = 320, v = 36, y = 24;
13
+ function b(e, t) {
14
+ let n = e.find((e) => e.id === t)?.tools.length ?? 0;
15
+ return Math.min(_, e.length * v + n * y);
16
16
  }
17
- function C({ group: t, isExpanded: n, showTopBorder: r, onToggle: i }) {
17
+ function x({ group: t, isExpanded: n, showTopBorder: r, onToggle: i }) {
18
18
  return /* @__PURE__ */ m("button", {
19
19
  "aria-expanded": n,
20
- className: e("flex w-full items-center gap-2 px-3 py-2 text-left outline-none transition-colors hover:bg-muted/40 focus-visible:bg-muted/40 focus-visible:ring-2 focus-visible:ring-ring/60 focus-visible:ring-inset motion-reduce:transition-none", r && "border-border/50 border-t", n && "bg-muted/25"),
20
+ className: e("flex h-9 w-full items-center gap-2 px-3 text-left outline-none transition-colors hover:bg-muted/40 focus-visible:bg-muted/40 focus-visible:ring-2 focus-visible:ring-ring/60 focus-visible:ring-inset motion-reduce:transition-none", r && "border-border/50 border-t", n && "bg-muted/25"),
21
21
  onClick: i,
22
22
  type: "button",
23
23
  children: [
@@ -45,25 +45,25 @@ function C({ group: t, isExpanded: n, showTopBorder: r, onToggle: i }) {
45
45
  ]
46
46
  });
47
47
  }
48
- function w({ tool: t, isFirst: n, isLast: r }) {
48
+ function S({ tool: e }) {
49
49
  return /* @__PURE__ */ p("div", {
50
- className: e("bg-muted/15 pr-3 pl-7", n ? "pt-1.5" : "pt-1", r ? "pb-2" : "pb-1"),
51
- title: t,
50
+ className: "bg-muted/15 py-1 pr-3 pl-7",
51
+ title: e,
52
52
  translate: "no",
53
53
  children: /* @__PURE__ */ p("div", {
54
54
  className: "truncate border-border/60 border-l pl-3 text-muted-foreground text-xs",
55
- children: t
55
+ children: e
56
56
  })
57
57
  });
58
58
  }
59
- function T({ group: e, groupIndex: t, isExpanded: n, onToggle: r, scrollElement: i }) {
59
+ function C({ group: e, groupIndex: t, isExpanded: n, onToggle: r, scrollElement: i }) {
60
60
  let a = d(() => e.tools.map((e, t) => ({
61
61
  tool: e,
62
62
  index: t
63
63
  })), [e.tools]);
64
64
  return /* @__PURE__ */ m("div", { children: [/* @__PURE__ */ p("div", {
65
65
  className: "sticky top-0 z-10 bg-popover",
66
- children: /* @__PURE__ */ p(C, {
66
+ children: /* @__PURE__ */ p(x, {
67
67
  group: e,
68
68
  isExpanded: n,
69
69
  onToggle: r,
@@ -71,21 +71,17 @@ function T({ group: e, groupIndex: t, isExpanded: n, onToggle: r, scrollElement:
71
71
  })
72
72
  }), n ? /* @__PURE__ */ p(c, {
73
73
  columns: 1,
74
- estimateRowSize: b,
74
+ estimateRowSize: y,
75
75
  getItemKey: (e) => `tool:${t}:${e.index}`,
76
76
  gridClassName: "grid grid-cols-1",
77
77
  items: a,
78
- renderItem: (t) => /* @__PURE__ */ p(w, {
79
- isFirst: t.index === 0,
80
- isLast: t.index === e.tools.length - 1,
81
- tool: t.tool
82
- }),
78
+ renderItem: (e) => /* @__PURE__ */ p(S, { tool: e.tool }),
83
79
  scrollElement: i
84
80
  }) : null] });
85
81
  }
86
- function E({ groups: c, className: _ }) {
87
- let [v, y] = f(void 0), [b, x] = f(null), [C] = c, w = c.length === 1 && C ? C.id : null, E = v === null || c.some((e) => e.id === v), D = v !== void 0 && E ? v : w, O = d(() => c.reduce((e, t) => e + t.tools.length, 0), [c]), k = u((e) => {
88
- x(e?.querySelector("[data-slot=\"scroll-area-viewport\"]") ?? null);
82
+ function w({ groups: c, className: _ }) {
83
+ let [v, y] = f(void 0), [x, S] = f(null), [w] = c, T = w ? w.id : null, E = v === null || c.some((e) => e.id === v), D = v !== void 0 && E ? v : T, O = d(() => c.reduce((e, t) => e + t.tools.length, 0), [c]), k = u((e) => {
84
+ S(e?.querySelector("[data-slot=\"scroll-area-viewport\"]") ?? null);
89
85
  }, []);
90
86
  if (c.length === 0) return /* @__PURE__ */ m("span", {
91
87
  className: "text-muted-foreground",
@@ -135,7 +131,7 @@ function E({ groups: c, className: _ }) {
135
131
  ]
136
132
  }), /* @__PURE__ */ m(r, {
137
133
  align: "start",
138
- className: "w-80 max-w-[calc(100vw-1rem)] gap-0 overflow-hidden p-0",
134
+ className: "w-80 max-w-[calc(100vw-1rem)] gap-0 overflow-hidden p-0 pb-1.5 shadow-black/30 shadow-xl ring-1 ring-foreground/20",
139
135
  sideOffset: 6,
140
136
  children: [/* @__PURE__ */ m(n, {
141
137
  className: "border-border/60 border-b px-3 py-2.5",
@@ -148,17 +144,17 @@ function E({ groups: c, className: _ }) {
148
144
  className: "min-h-0 overflow-hidden",
149
145
  orientation: "vertical",
150
146
  ref: k,
151
- style: { height: S(c) },
147
+ style: { height: b(c, D) },
152
148
  type: "hover",
153
- children: c.map((e, t) => /* @__PURE__ */ p(T, {
149
+ children: c.map((e, t) => /* @__PURE__ */ p(C, {
154
150
  group: e,
155
151
  groupIndex: t,
156
152
  isExpanded: e.id === D,
157
153
  onToggle: () => y(e.id === D ? null : e.id),
158
- scrollElement: b
154
+ scrollElement: x
159
155
  }, e.id))
160
156
  })]
161
157
  })] });
162
158
  }
163
159
  //#endregion
164
- export { E as McpToolInventoryPopover };
160
+ export { w as McpToolInventoryPopover };
@@ -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,CA8KtD,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"}
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,CA+KtD,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"}
@@ -78,66 +78,67 @@ import { Luma as Ve } from "../components/ui/atoms/icons/luma.js";
78
78
  import { Mailchimp as F } from "../components/ui/atoms/icons/mailchimp.js";
79
79
  import { MathToolkit as He } from "../components/ui/atoms/icons/math-toolkit.js";
80
80
  import { Mcp as Ue } from "../components/ui/atoms/icons/mcp.js";
81
- import { MicrosoftDynamics as I } from "../components/ui/atoms/icons/microsoft-dynamics.js";
82
- import { MicrosoftExcel as We } from "../components/ui/atoms/icons/microsoft-excel.js";
83
- import { MicrosoftOnedrive as Ge } from "../components/ui/atoms/icons/microsoft-onedrive.js";
81
+ import { Microsoft as I } from "../components/ui/atoms/icons/microsoft.js";
82
+ import { MicrosoftDynamics as We } from "../components/ui/atoms/icons/microsoft-dynamics.js";
83
+ import { MicrosoftExcel as Ge } from "../components/ui/atoms/icons/microsoft-excel.js";
84
+ import { MicrosoftOnedrive as Ke } from "../components/ui/atoms/icons/microsoft-onedrive.js";
84
85
  import { MicrosoftOutlookCalendar as L } from "../components/ui/atoms/icons/microsoft-outlook-calendar.js";
85
86
  import { MicrosoftOutlookMail as R } from "../components/ui/atoms/icons/microsoft-outlook-mail.js";
86
- import { MicrosoftPowerBi as Ke } from "../components/ui/atoms/icons/microsoft-power-bi.js";
87
- import { MicrosoftPowerpoint as qe } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
87
+ import { MicrosoftPowerBi as qe } from "../components/ui/atoms/icons/microsoft-power-bi.js";
88
+ import { MicrosoftPowerpoint as Je } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
88
89
  import { MicrosoftSharepoint as z } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
89
- import { MicrosoftTeams as Je } from "../components/ui/atoms/icons/microsoft-teams.js";
90
- import { MicrosoftWord as Ye } from "../components/ui/atoms/icons/microsoft-word.js";
90
+ import { MicrosoftTeams as Ye } from "../components/ui/atoms/icons/microsoft-teams.js";
91
+ import { MicrosoftWord as Xe } from "../components/ui/atoms/icons/microsoft-word.js";
91
92
  import { Miro as B } from "../components/ui/atoms/icons/miro.js";
92
- import { Monday as Xe } from "../components/ui/atoms/icons/monday.js";
93
- import { MongoDB as Ze } from "../components/ui/atoms/icons/mongodb.js";
94
- import { Netsuite as Qe } from "../components/ui/atoms/icons/netsuite.js";
93
+ import { Monday as Ze } from "../components/ui/atoms/icons/monday.js";
94
+ import { MongoDB as Qe } from "../components/ui/atoms/icons/mongodb.js";
95
+ import { Netsuite as $e } from "../components/ui/atoms/icons/netsuite.js";
95
96
  import { Notion as V } from "../components/ui/atoms/icons/notion.js";
96
- import { Obsidian as $e } from "../components/ui/atoms/icons/obsidian.js";
97
- import { Okta as et } from "../components/ui/atoms/icons/okta.js";
97
+ import { Obsidian as et } from "../components/ui/atoms/icons/obsidian.js";
98
+ import { Okta as tt } from "../components/ui/atoms/icons/okta.js";
98
99
  import { Pagerduty as H } from "../components/ui/atoms/icons/pagerduty.js";
99
- import { Pinecone as tt } from "../components/ui/atoms/icons/pinecone.js";
100
- import { Pinterest as nt } from "../components/ui/atoms/icons/pinterest.js";
101
- import { Pipedrive as rt } from "../components/ui/atoms/icons/pipedrive.js";
102
- import { Plaid as it } from "../components/ui/atoms/icons/plaid.js";
103
- import { Postgres as at } from "../components/ui/atoms/icons/postgres.js";
100
+ import { Pinecone as nt } from "../components/ui/atoms/icons/pinecone.js";
101
+ import { Pinterest as rt } from "../components/ui/atoms/icons/pinterest.js";
102
+ import { Pipedrive as it } from "../components/ui/atoms/icons/pipedrive.js";
103
+ import { Plaid as at } from "../components/ui/atoms/icons/plaid.js";
104
+ import { Postgres as ot } from "../components/ui/atoms/icons/postgres.js";
104
105
  import { Posthog as U } from "../components/ui/atoms/icons/posthog.js";
105
- import { Postman as ot } from "../components/ui/atoms/icons/postman.js";
106
+ import { Postman as st } from "../components/ui/atoms/icons/postman.js";
106
107
  import { Pylon as W } from "../components/ui/atoms/icons/pylon.js";
107
- import { Quickbooks as st } from "../components/ui/atoms/icons/quickbooks.js";
108
- import { Railway as ct } from "../components/ui/atoms/icons/railway.js";
109
- import { Reddit as lt } from "../components/ui/atoms/icons/reddit.js";
110
- import { Resend as ut } from "../components/ui/atoms/icons/resend.js";
111
- import { Salesforce as dt } from "../components/ui/atoms/icons/salesforce.js";
112
- import { Shopify as ft } from "../components/ui/atoms/icons/shopify.js";
113
- import { Singlestore as pt } from "../components/ui/atoms/icons/singlestore.js";
108
+ import { Quickbooks as ct } from "../components/ui/atoms/icons/quickbooks.js";
109
+ import { Railway as lt } from "../components/ui/atoms/icons/railway.js";
110
+ import { Reddit as ut } from "../components/ui/atoms/icons/reddit.js";
111
+ import { Resend as dt } from "../components/ui/atoms/icons/resend.js";
112
+ import { Salesforce as ft } from "../components/ui/atoms/icons/salesforce.js";
113
+ import { Shopify as pt } from "../components/ui/atoms/icons/shopify.js";
114
+ import { Singlestore as mt } from "../components/ui/atoms/icons/singlestore.js";
114
115
  import { Slack as G } from "../components/ui/atoms/icons/slack.js";
115
- import { Snowflake as mt } from "../components/ui/atoms/icons/snowflake.js";
116
- import { Splunk as ht } from "../components/ui/atoms/icons/splunk.js";
117
- import { Spotify as gt } from "../components/ui/atoms/icons/spotify.js";
116
+ import { Snowflake as ht } from "../components/ui/atoms/icons/snowflake.js";
117
+ import { Splunk as gt } from "../components/ui/atoms/icons/splunk.js";
118
+ import { Spotify as _t } from "../components/ui/atoms/icons/spotify.js";
118
119
  import { Square as K } from "../components/ui/atoms/icons/square.js";
119
- import { Squarespace as _t } from "../components/ui/atoms/icons/squarespace.js";
120
- import { Squareup as vt } from "../components/ui/atoms/icons/squareup.js";
120
+ import { Squarespace as vt } from "../components/ui/atoms/icons/squarespace.js";
121
+ import { Squareup as yt } from "../components/ui/atoms/icons/squareup.js";
121
122
  import { Stripe as q } from "../components/ui/atoms/icons/stripe.js";
122
- import { Telegram as yt } from "../components/ui/atoms/icons/telegram.js";
123
- import { Ticktick as bt } from "../components/ui/atoms/icons/ticktick.js";
124
- import { Tiktok as xt } from "../components/ui/atoms/icons/tiktok.js";
125
- import { Trello as St } from "../components/ui/atoms/icons/trello.js";
126
- import { Twilio as Ct } from "../components/ui/atoms/icons/twilio.js";
127
- import { Twitch as wt } from "../components/ui/atoms/icons/twitch.js";
128
- import { Vercel as Tt } from "../components/ui/atoms/icons/vercel.js";
129
- import { Walmart as Et } from "../components/ui/atoms/icons/walmart.js";
130
- import { Weaviate as Dt } from "../components/ui/atoms/icons/weaviate.js";
131
- import { Workday as Ot } from "../components/ui/atoms/icons/workday.js";
132
- import { Wrike as kt } from "../components/ui/atoms/icons/wrike.js";
133
- import { X as At } from "../components/ui/atoms/icons/x.js";
123
+ import { Telegram as bt } from "../components/ui/atoms/icons/telegram.js";
124
+ import { Ticktick as xt } from "../components/ui/atoms/icons/ticktick.js";
125
+ import { Tiktok as St } from "../components/ui/atoms/icons/tiktok.js";
126
+ import { Trello as Ct } from "../components/ui/atoms/icons/trello.js";
127
+ import { Twilio as wt } from "../components/ui/atoms/icons/twilio.js";
128
+ import { Twitch as Tt } from "../components/ui/atoms/icons/twitch.js";
129
+ import { Vercel as Et } from "../components/ui/atoms/icons/vercel.js";
130
+ import { Walmart as Dt } from "../components/ui/atoms/icons/walmart.js";
131
+ import { Weaviate as Ot } from "../components/ui/atoms/icons/weaviate.js";
132
+ import { Workday as kt } from "../components/ui/atoms/icons/workday.js";
133
+ import { Wrike as At } from "../components/ui/atoms/icons/wrike.js";
134
+ import { X as jt } from "../components/ui/atoms/icons/x.js";
134
135
  import { Xero as J } from "../components/ui/atoms/icons/xero.js";
135
- import { Youtube as jt } from "../components/ui/atoms/icons/youtube.js";
136
- import { Yugabytedb as Mt } from "../components/ui/atoms/icons/yugabytedb.js";
137
- import { Zendesk as Nt } from "../components/ui/atoms/icons/zendesk.js";
138
- import { ZohoBooks as Pt } from "../components/ui/atoms/icons/zoho-books.js";
139
- import { ZohoCreator as Ft } from "../components/ui/atoms/icons/zoho-creator.js";
140
- import { Zoom as It } from "../components/ui/atoms/icons/zoom.js";
136
+ import { Youtube as Mt } from "../components/ui/atoms/icons/youtube.js";
137
+ import { Yugabytedb as Nt } from "../components/ui/atoms/icons/yugabytedb.js";
138
+ import { Zendesk as Pt } from "../components/ui/atoms/icons/zendesk.js";
139
+ import { ZohoBooks as Ft } from "../components/ui/atoms/icons/zoho-books.js";
140
+ import { ZohoCreator as It } from "../components/ui/atoms/icons/zoho-creator.js";
141
+ import { Zoom as Lt } from "../components/ui/atoms/icons/zoom.js";
141
142
  import { findToolkitByName as Y } from "./utils.js";
142
143
  import { jsx as X } from "react/jsx-runtime";
143
144
  //#region lib/metadata/toolkit-icons.tsx
@@ -241,91 +242,92 @@ var Z = {
241
242
  MailchimpMarketingApi: F,
242
243
  Math: He,
243
244
  MCP: Ue,
244
- MicrosoftDynamics: I,
245
- MicrosoftExcel: We,
245
+ MicrosoftDynamics: We,
246
+ MicrosoftExcel: Ge,
246
247
  MicrosoftOutlookCalendar: L,
247
248
  MicrosoftOutlookMail: R,
248
- MicrosoftPowerBI: Ke,
249
- MicrosoftPowerpoint: qe,
249
+ MicrosoftPowerBI: qe,
250
+ MicrosoftPowerpoint: Je,
250
251
  MicrosoftSharePoint: z,
251
252
  Sharepoint: z,
252
- MicrosoftTeams: Je,
253
- MicrosoftWord: Ye,
253
+ MicrosoftTeams: Ye,
254
+ MicrosoftUsers: I,
255
+ MicrosoftWord: Xe,
254
256
  Miro: B,
255
257
  MiroApi: B,
256
- Monday: Xe,
257
- MongoDB: Ze,
258
- Netsuite: Qe,
258
+ Monday: Ze,
259
+ MongoDB: Qe,
260
+ Netsuite: $e,
259
261
  Notion: V,
260
262
  NotionToolkit: V,
261
- Obsidian: $e,
262
- Okta: et,
263
- MicrosoftOnedrive: Ge,
263
+ Obsidian: et,
264
+ Okta: tt,
265
+ MicrosoftOnedrive: Ke,
264
266
  OutlookCalendar: L,
265
267
  OutlookMail: R,
266
268
  PagerDuty: H,
267
269
  PagerDutyApi: H,
268
- Pinecone: tt,
269
- Pinterest: nt,
270
- Pipedrive: rt,
271
- Plaid: it,
270
+ Pinecone: nt,
271
+ Pinterest: rt,
272
+ Pipedrive: it,
273
+ Plaid: at,
272
274
  Posthog: U,
273
275
  PosthogApi: U,
274
- Postgres: at,
275
- Postman: ot,
276
+ Postgres: ot,
277
+ Postman: st,
276
278
  Pylon: W,
277
279
  PylonApi: W,
278
- Quickbooks: st,
279
- Railway: ct,
280
- Reddit: lt,
281
- Resend: ut,
282
- Salesforce: dt,
283
- Shopify: ft,
284
- Singlestore: pt,
280
+ Quickbooks: ct,
281
+ Railway: lt,
282
+ Reddit: ut,
283
+ Resend: dt,
284
+ Salesforce: ft,
285
+ Shopify: pt,
286
+ Singlestore: mt,
285
287
  Slack: G,
286
288
  SlackApi: G,
287
- Snowflake: mt,
288
- Splunk: ht,
289
- Spotify: gt,
289
+ Snowflake: ht,
290
+ Splunk: gt,
291
+ Spotify: _t,
290
292
  Square: K,
291
- Squareup: vt,
293
+ Squareup: yt,
292
294
  SquareupApi: K,
293
295
  SquareUpApi: K,
294
- Squarespace: _t,
296
+ Squarespace: vt,
295
297
  Stripe: q,
296
298
  StripeApi: q,
297
- Telegram: yt,
298
- Tiktok: xt,
299
- TickTickApi: bt,
300
- TrelloApi: St,
301
- Twilio: Ct,
302
- Twitch: wt,
303
- Vercel: Tt,
304
- Walmart: Et,
305
- WeaviateApi: Dt,
306
- Workday: Ot,
307
- Wrike: kt,
308
- X: At,
299
+ Telegram: bt,
300
+ Tiktok: St,
301
+ TickTickApi: xt,
302
+ TrelloApi: Ct,
303
+ Twilio: wt,
304
+ Twitch: Tt,
305
+ Vercel: Et,
306
+ Walmart: Dt,
307
+ WeaviateApi: Ot,
308
+ Workday: kt,
309
+ Wrike: At,
310
+ X: jt,
309
311
  Xero: J,
310
312
  XeroApi: J,
311
- YugabyteDB: Mt,
312
- ZohoBooksApi: Pt,
313
- ZohoCreatorApi: Ft,
314
- Youtube: jt,
315
- Zendesk: Nt,
316
- Zoom: It
317
- }, Lt = new Map(Object.entries(Z).map(([e, t]) => [e.toLowerCase(), t])), Q = (e) => {
318
- let t = e ? Lt.get(e.toLowerCase()) : void 0;
313
+ YugabyteDB: Nt,
314
+ ZohoBooksApi: Ft,
315
+ ZohoCreatorApi: It,
316
+ Youtube: Mt,
317
+ Zendesk: Pt,
318
+ Zoom: Lt
319
+ }, Rt = new Map(Object.entries(Z).map(([e, t]) => [e.toLowerCase(), t])), Q = (e) => {
320
+ let t = e ? Rt.get(e.toLowerCase()) : void 0;
319
321
  return {
320
322
  Icon: t ?? T,
321
323
  hasBrandIcon: !!t
322
324
  };
323
- }, $ = (e) => Q(e).Icon, Rt = (e) => Q(e).hasBrandIcon, zt = (e) => {
325
+ }, $ = (e) => Q(e).Icon, zt = (e) => Q(e).hasBrandIcon, Bt = (e) => {
324
326
  let t = $(Y(e)?.id);
325
327
  return ({ className: e }) => /* @__PURE__ */ X(t, { className: e });
326
- }, Bt = (e) => {
328
+ }, Vt = (e) => {
327
329
  let t = $(Y(e)?.id);
328
330
  return ({ className: e }) => /* @__PURE__ */ X(t, { className: e });
329
331
  };
330
332
  //#endregion
331
- export { Z as TOOLKIT_ICON_MAP, Bt as getToolIconByToolkitName, $ as getToolkitIcon, zt as getToolkitIconByName, Rt as hasToolkitIcon, Q as resolveToolkitIcon };
333
+ export { Z as TOOLKIT_ICON_MAP, Vt as getToolIconByToolkitName, $ as getToolkitIcon, Bt as getToolkitIconByName, zt as hasToolkitIcon, Q as resolveToolkitIcon };
@@ -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,EAyyE7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAOrD,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,EAuzE7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAOrD,CAAC"}
@@ -1394,6 +1394,19 @@ var t = [
1394
1394
  isComingSoon: !1,
1395
1395
  isHidden: !1
1396
1396
  },
1397
+ {
1398
+ id: "MicrosoftUsers",
1399
+ label: "Microsoft Users",
1400
+ isBYOC: !1,
1401
+ isPro: !1,
1402
+ publicIconUrl: `${e}/microsoft.svg`,
1403
+ docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/microsoft-users",
1404
+ relativeDocsLink: "/en/resources/integrations/productivity/microsoft-users",
1405
+ category: "productivity",
1406
+ type: "arcade",
1407
+ isComingSoon: !1,
1408
+ isHidden: !1
1409
+ },
1397
1410
  {
1398
1411
  id: "MicrosoftWord",
1399
1412
  label: "Microsoft Word",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcadeai/design-system",
3
3
  "private": false,
4
- "version": "7.4.0",
4
+ "version": "7.5.1",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",