@arcadeai/design-system 5.0.2 → 6.0.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.
- package/dist/{clamp-DV0oJUnl.js → CSPContext-_3HefTUC.js} +1 -6
- package/dist/{DialogRoot-xodRxCJ6.js → DialogRoot-DuiSPdsZ.js} +1 -1
- package/dist/{DialogTrigger-BRWKaMYv.js → DialogTrigger-DGGP-2Oc.js} +109 -108
- package/dist/{FloatingPortalLite-e0IaokaG.js → FloatingPortalLite-D5nFwFgJ.js} +1 -1
- package/dist/ReactStore-C3H8e2ha.js +600 -0
- package/dist/{Toggle-waFXW8db.js → Toggle-BdxyK_Ln.js} +1 -1
- package/dist/{accordion-DimUia61.js → accordion-BP9Lgkg8.js} +18 -18
- package/dist/{alert-dialog-BiDZwtP2.js → alert-dialog-1bUE2clB.js} +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/{avatar-B-lhJ-Gz.js → avatar-DbL6b01k.js} +4 -3
- package/dist/{checkbox-CZViOGvt.js → checkbox-DB9O_Iw9.js} +96 -85
- package/dist/clamp-BT4ayAnN.js +6 -0
- package/dist/{collapsible-DlF1q_cg.js → collapsible-DP7Fb-Lu.js} +17 -17
- package/dist/components/index.js +259 -251
- package/dist/components/ui/atoms/accordion.js +1 -1
- package/dist/components/ui/atoms/alert-dialog.js +1 -1
- package/dist/components/ui/atoms/avatar.js +1 -1
- package/dist/components/ui/atoms/checkbox.d.ts +16 -2
- package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
- package/dist/components/ui/atoms/checkbox.js +2 -2
- package/dist/components/ui/atoms/clear-button.d.ts +13 -0
- package/dist/components/ui/atoms/clear-button.d.ts.map +1 -0
- package/dist/components/ui/atoms/clear-button.js +23 -0
- package/dist/components/ui/atoms/collapsible.js +1 -1
- package/dist/components/ui/atoms/dialog.js +2 -2
- package/dist/components/ui/atoms/dropdown-menu.js +1 -1
- package/dist/components/ui/atoms/hover-card.js +1 -1
- package/dist/components/ui/atoms/icon-tile.d.ts +10 -0
- package/dist/components/ui/atoms/icon-tile.d.ts.map +1 -0
- package/dist/components/ui/atoms/icon-tile.js +25 -0
- package/dist/components/ui/atoms/index.d.ts +3 -1
- package/dist/components/ui/atoms/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/index.js +210 -208
- package/dist/components/ui/atoms/input-group.js +1 -1
- package/dist/components/ui/atoms/input.js +1 -1
- package/dist/components/ui/atoms/mobile-tooltip.js +2 -2
- package/dist/components/ui/atoms/popover.js +1 -1
- package/dist/components/ui/atoms/progress.js +1 -1
- package/dist/components/ui/atoms/radio-group.js +1 -1
- package/dist/components/ui/atoms/scroll-area.js +1 -1
- package/dist/components/ui/atoms/scroll-button.js +1 -1
- package/dist/components/ui/atoms/scroll-to-bottom-button.d.ts +24 -0
- package/dist/components/ui/atoms/scroll-to-bottom-button.d.ts.map +1 -0
- package/dist/components/ui/atoms/scroll-to-bottom-button.js +31 -0
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/sheet.js +2 -2
- package/dist/components/ui/atoms/sidebar.js +2 -2
- package/dist/components/ui/atoms/slider.js +1 -1
- package/dist/components/ui/atoms/switch.js +1 -1
- package/dist/components/ui/atoms/tabs.js +1 -1
- package/dist/components/ui/atoms/toggle-group.js +1 -1
- package/dist/components/ui/atoms/toggle.js +1 -1
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/blocks/demo.js +4 -4
- package/dist/components/ui/index.js +259 -251
- package/dist/components/ui/molecules/avatar-stack.d.ts +32 -0
- package/dist/components/ui/molecules/avatar-stack.d.ts.map +1 -0
- package/dist/components/ui/molecules/avatar-stack.js +91 -0
- package/dist/components/ui/molecules/callout.d.ts +20 -0
- package/dist/components/ui/molecules/callout.d.ts.map +1 -0
- package/dist/components/ui/molecules/callout.js +39 -0
- package/dist/components/ui/molecules/chat-history-item.js +1 -1
- package/dist/components/ui/molecules/chip-body.d.ts +21 -0
- package/dist/components/ui/molecules/chip-body.d.ts.map +1 -0
- package/dist/components/ui/molecules/chip-body.js +21 -0
- package/dist/components/ui/molecules/client-secret-field.js +1 -1
- package/dist/components/ui/molecules/confirm-popover.js +1 -1
- package/dist/components/ui/molecules/date-time-picker.js +2 -2
- package/dist/components/ui/molecules/filter-chip-group.d.ts +26 -0
- package/dist/components/ui/molecules/filter-chip-group.d.ts.map +1 -0
- package/dist/components/ui/molecules/{mcp-server-picker/category-filter.js → filter-chip-group.js} +8 -7
- package/dist/components/ui/molecules/index.d.ts +19 -7
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +41 -35
- package/dist/components/ui/molecules/mcp-server-picker/card-setup-button.d.ts +21 -0
- package/dist/components/ui/molecules/mcp-server-picker/card-setup-button.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/card-setup-button.js +34 -0
- package/dist/components/ui/molecules/mcp-server-picker/constants.d.ts +2 -0
- package/dist/components/ui/molecules/mcp-server-picker/constants.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/constants.js +2 -2
- package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.js +18 -15
- package/dist/components/ui/molecules/mcp-server-picker/recommended-tools.js +2 -2
- package/dist/components/ui/molecules/mcp-server-picker/search-scope-tabs.js +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/section-callout.js +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.js +12 -6
- package/dist/components/ui/molecules/mcp-server-picker/selection-card-parts.d.ts +28 -0
- package/dist/components/ui/molecules/mcp-server-picker/selection-card-parts.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/selection-card-parts.js +28 -0
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.js +29 -81
- package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts +3 -6
- package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/server-card.js +93 -108
- package/dist/components/ui/molecules/mcp-server-picker/setup-callout.d.ts +13 -0
- package/dist/components/ui/molecules/mcp-server-picker/setup-callout.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/setup-callout.js +27 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts +5 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.js +49 -42
- package/dist/components/ui/molecules/mcp-server-picker/tool-recommendations.d.ts +12 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-recommendations.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/{tool-search-band.js → tool-recommendations.js} +6 -6
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts +6 -6
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.js +21 -33
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.js +19 -22
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-group-header.js +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.d.ts +3 -1
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.js +33 -31
- package/dist/components/ui/molecules/message.js +2 -2
- package/dist/components/ui/molecules/prompt-input.js +1 -1
- package/dist/components/ui/molecules/removable-chip.d.ts.map +1 -0
- package/dist/components/ui/{atoms → molecules}/removable-chip.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +1 -1
- package/dist/components/ui/molecules/tool-call-accordion.js +2 -2
- package/dist/components/ui/molecules/tool-card.js +2 -2
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/undo-toast.d.ts +47 -0
- package/dist/components/ui/molecules/undo-toast.d.ts.map +1 -0
- package/dist/components/ui/molecules/undo-toast.js +3 -0
- package/dist/components/ui/molecules/user-nav.js +2 -2
- package/dist/components/ui/organisms/mcp-selection-summary-bar.d.ts.map +1 -1
- package/dist/components/ui/organisms/mcp-selection-summary-bar.js +27 -30
- package/dist/components/ui/organisms/mcp-server-picker.d.ts +6 -3
- package/dist/components/ui/organisms/mcp-server-picker.d.ts.map +1 -1
- package/dist/components/ui/organisms/mcp-server-picker.js +4 -4
- package/dist/{dropdown-menu-CWWN1cXs.js → dropdown-menu-ecggVuhu.js} +202 -199
- package/dist/{getPseudoElementBounds-D_dlkPnQ.js → getPseudoElementBounds-BOe22aYl.js} +3 -3
- package/dist/{hover-card-GELKDadU.js → hover-card-CGLPPPPP.js} +71 -70
- package/dist/{input-DZfZK6b1.js → input-DZTqcpe-.js} +1 -1
- package/dist/main.js +265 -257
- package/dist/metadata/oauth-providers.d.ts +2 -0
- package/dist/metadata/oauth-providers.d.ts.map +1 -1
- package/dist/metadata/oauth-providers.js +153 -141
- package/dist/{popover-Cne_hQUh.js → popover-CpLkQtT5.js} +129 -128
- package/dist/popupStateMapping-XiLS0Jku.js +643 -0
- package/dist/{progress-D71iUjvg.js → progress-BqG0PtAD.js} +1 -1
- package/dist/{radio-group-CTqA-p0w.js → radio-group-BpMluqfv.js} +8 -7
- package/dist/{safePolygon-os2F06tc.js → safePolygon-DmV1hDsw.js} +35 -34
- package/dist/{scroll-area-C0KbhRES.js → scroll-area-D7iOy7xj.js} +4 -3
- package/dist/{scrollEdges-CHZpP0us.js → scrollEdges-Dck9qFyQ.js} +1 -1
- package/dist/{select-RvAj5g6e.js → select-DFWNXxvZ.js} +179 -176
- package/dist/{slider-Bhn1ogwZ.js → slider-ClXWRpwI.js} +4 -3
- package/dist/{store-C-KXBzZ0.js → store-D7k1qIkZ.js} +23 -22
- package/dist/{switch-D8M0xvzp.js → switch-DlxZDt6o.js} +3 -3
- package/dist/{tabs-ttkDuwww.js → tabs-Cj3LY-7F.js} +9 -8
- package/dist/{toggle-group-CL_MBwuU.js → toggle-group-CmP4iHEJ.js} +1 -1
- package/dist/{tooltip-ZIywOFGf.js → tooltip-BUR7V5Aa.js} +197 -196
- package/dist/{ui-CttBuHXi.js → ui-46pgiw5T.js} +2 -2
- package/dist/undo-toast-Cf4T6ToX.js +898 -0
- package/dist/{useAnchoredPopupScrollLock-a2b_Frjv.js → useAnchoredPopupScrollLock-CnoPUwXv.js} +1 -1
- package/dist/{useAriaLabelledBy-WyUZP7Yf.js → useAriaLabelledBy-DJZioWd6.js} +1 -1
- package/dist/useBaseUiId-CXSJgVcI.js +8 -0
- package/dist/{useCollapsiblePanel-B6XZh6zH.js → useCollapsiblePanel-BPbcE70S.js} +15 -14
- package/dist/{useFocus-DwJfNYN6.js → useFocus-B_SrhX9q.js} +10 -10
- package/dist/{useBaseUiId-voePHgyX.js → useId-Bzr7_bed.js} +1 -6
- package/dist/{useLabelableId-CC2YaILf.js → useLabelableId-9jrDGk5d.js} +1 -1
- package/dist/useOpenChangeComplete-CVIwfcpl.js +80 -0
- package/dist/{useOpenInteractionType-DQhvPqO3.js → useOpenInteractionType-INvHftZi.js} +29 -28
- package/dist/{usePositioner-DkeyI5Le.js → usePositioner-CaLGGc-z.js} +98 -97
- package/dist/useTransitionStatus-CCIoL5RH.js +51 -0
- package/dist/{useTriggerFocusGuards-Qi8iK-AK.js → useTriggerFocusGuards-Dlv8KvSm.js} +7 -7
- package/package.json +1 -1
- package/dist/components/ui/atoms/removable-chip.d.ts.map +0 -1
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts +0 -31
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts.map +0 -1
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.js +0 -106
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts +0 -18
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts.map +0 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts +0 -12
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts.map +0 -1
- package/dist/popupStateMapping-C8W76brO.js +0 -1221
- package/dist/useOpenChangeComplete-Bs6gnxd9.js +0 -127
- /package/dist/components/ui/{atoms → molecules}/removable-chip.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recommended-toolkits-chip.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"recommended-toolkits-chip.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAepC,MAAM,MAAM,uBAAuB,GAAG;IACpC,8DAA8D;IAC9D,EAAE,EAAE,MAAM,CAAC;IACX,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,qEAAqE;IACrE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;;;OAIG;IACH,UAAU,EAAE,uBAAuB,EAAE,CAAC;IACtC;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB;;;OAGG;IACH,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,kDAAkD;IAClD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,UAAU,CAAC,CAAC;AAqB/D;;;;;;;;;GASG;AACH,wBAAgB,0BAA0B,CAAC,EACzC,UAAU,EACV,MAAc,EACd,QAAQ,EACR,eAAe,EACf,QAAQ,EACR,SAAS,EACT,GAAG,IAAI,EACR,EAAE,+BAA+B,qBAmGjC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use client";
|
|
3
3
|
import { cn as e } from "../../../../lib/utils.js";
|
|
4
|
-
import { i as t, n, o as r, t as i } from "../../../../popover-
|
|
4
|
+
import { i as t, n, o as r, t as i } from "../../../../popover-CpLkQtT5.js";
|
|
5
5
|
import { Arcade as a } from "../../atoms/icons/arcade.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { t as o } from "../../../../scroll-area-D7iOy7xj.js";
|
|
7
|
+
import { RemovableChip as s } from "../removable-chip.js";
|
|
8
|
+
import { ChipBody as c } from "../chip-body.js";
|
|
8
9
|
import { McpToolkitAvatar as l } from "./toolkit-avatar.js";
|
|
9
10
|
import { useState as u } from "react";
|
|
10
11
|
import { jsx as d, jsxs as f } from "react/jsx-runtime";
|
|
@@ -18,28 +19,29 @@ function p({ className: t }) {
|
|
|
18
19
|
});
|
|
19
20
|
}
|
|
20
21
|
function m({ mcpServers: a, active: m = !1, onReview: h, onOpenMcpServer: g, onRemove: _, className: v, ...y }) {
|
|
21
|
-
let [b, x] = u(!1), S = a.length, C = S === 1 ? "server" : "servers", w = `Review ${S} recommended ${C}`,
|
|
22
|
-
return /* @__PURE__ */ f(
|
|
22
|
+
let [b, x] = u(!1), S = a.length, C = S === 1 ? "server" : "servers", w = `min(18rem, calc(${S} * 2rem + 0.5rem))`, T = `Review ${S} recommended ${C}`, E = `Show ${S} recommended ${C}`, D = `Remove all ${S} recommended ${C}`;
|
|
23
|
+
return /* @__PURE__ */ f(s, {
|
|
23
24
|
...y,
|
|
24
25
|
active: m,
|
|
25
26
|
className: e(m ? "bg-brand-navy/15 ring-brand-navy/40" : null, v),
|
|
26
27
|
"data-slot": "mcp-recommended-toolkits-chip",
|
|
27
28
|
"data-status": m ? "open" : "closed",
|
|
28
29
|
onRemove: _,
|
|
29
|
-
removeLabel:
|
|
30
|
-
children: [/* @__PURE__ */
|
|
31
|
-
"aria-label":
|
|
30
|
+
removeLabel: D,
|
|
31
|
+
children: [/* @__PURE__ */ d(c, {
|
|
32
|
+
"aria-label": T,
|
|
32
33
|
className: "pr-1.5 font-medium",
|
|
34
|
+
icon: /* @__PURE__ */ d(p, {}),
|
|
35
|
+
label: "Recommended tools",
|
|
33
36
|
onClick: h,
|
|
34
|
-
title:
|
|
35
|
-
children: [/* @__PURE__ */ d(p, {}), /* @__PURE__ */ d("span", { children: "Recommended tools" })]
|
|
37
|
+
title: T
|
|
36
38
|
}), /* @__PURE__ */ f(i, {
|
|
37
39
|
onOpenChange: x,
|
|
38
40
|
open: b,
|
|
39
41
|
children: [/* @__PURE__ */ d(r, {
|
|
40
|
-
"aria-label":
|
|
42
|
+
"aria-label": E,
|
|
41
43
|
className: "inline-flex cursor-pointer items-center gap-1 py-1 pr-1.5 pl-1 text-muted-foreground transition-[background-color,color] duration-[var(--duration-fast)] ease-[var(--ease-smooth)] hover:bg-foreground/10 hover:text-foreground focus-visible:bg-foreground/10 focus-visible:outline-none motion-reduce:transition-colors",
|
|
42
|
-
title:
|
|
44
|
+
title: E,
|
|
43
45
|
type: "button",
|
|
44
46
|
children: /* @__PURE__ */ d("span", {
|
|
45
47
|
className: "rounded-full bg-muted px-1.5 py-0.5 text-[10px] text-foreground tabular-nums",
|
|
@@ -47,14 +49,15 @@ function m({ mcpServers: a, active: m = !1, onReview: h, onOpenMcpServer: g, onR
|
|
|
47
49
|
})
|
|
48
50
|
}), /* @__PURE__ */ f(n, {
|
|
49
51
|
align: "start",
|
|
50
|
-
className: "w-64 gap-0 p-0",
|
|
52
|
+
className: "w-64 gap-0 overflow-hidden p-0",
|
|
51
53
|
sideOffset: 6,
|
|
52
54
|
children: [/* @__PURE__ */ f(t, {
|
|
53
55
|
className: "flex items-center gap-2 px-3 pt-2.5 pb-1.5 font-medium text-foreground text-xs",
|
|
54
56
|
children: [/* @__PURE__ */ d(p, {}), /* @__PURE__ */ d("span", { children: "Recommended by Arcade" })]
|
|
55
|
-
}), /* @__PURE__ */ d(
|
|
56
|
-
className: "
|
|
57
|
+
}), /* @__PURE__ */ d(o, {
|
|
58
|
+
className: "min-h-0 overflow-hidden",
|
|
57
59
|
orientation: "vertical",
|
|
60
|
+
style: { height: w },
|
|
58
61
|
type: "hover",
|
|
59
62
|
children: /* @__PURE__ */ d("ul", {
|
|
60
63
|
className: "flex flex-col py-1",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use client";
|
|
3
3
|
import { cn as e } from "../../../../lib/utils.js";
|
|
4
|
-
import { a as t, d as n, i as r, n as i, o as a, r as o, s, t as c } from "../../../../alert-dialog-
|
|
5
|
-
import { t as l } from "../../../../switch-
|
|
4
|
+
import { a as t, d as n, i as r, n as i, o as a, r as o, s, t as c } from "../../../../alert-dialog-1bUE2clB.js";
|
|
5
|
+
import { t as l } from "../../../../switch-DlxZDt6o.js";
|
|
6
6
|
import { McpSectionCallout as u } from "./section-callout.js";
|
|
7
7
|
import { Fragment as d, jsx as f, jsxs as p } from "react/jsx-runtime";
|
|
8
8
|
//#region lib/components/ui/molecules/mcp-server-picker/recommended-tools.tsx
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use client";
|
|
3
|
-
import { i as e, r as t, t as n } from "../../../../tabs-
|
|
3
|
+
import { i as e, r as t, t as n } from "../../../../tabs-Cj3LY-7F.js";
|
|
4
4
|
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
5
5
|
//#region lib/components/ui/molecules/mcp-server-picker/search-scope-tabs.tsx
|
|
6
6
|
function a({ active: a, serverCount: o, toolCount: s, onChange: c, ...l }) {
|
|
@@ -14,7 +14,7 @@ function r({ title: r, description: i, action: a, className: o, ...s }) {
|
|
|
14
14
|
className: "font-semibold text-foreground text-sm",
|
|
15
15
|
children: r
|
|
16
16
|
}), /* @__PURE__ */ t("p", {
|
|
17
|
-
className: "mt-1.5 text-[13px] text-muted-foreground leading-relaxed",
|
|
17
|
+
className: "mt-1.5 text-[13px] text-[var(--mcp-muted-foreground)] leading-relaxed",
|
|
18
18
|
children: i
|
|
19
19
|
})]
|
|
20
20
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"section-nav-header.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/section-nav-header.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAIpC,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;OAGG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAElD;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,MAAM,EACN,SAAyB,EACzB,SAAS,EACT,GAAG,IAAI,EACR,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"section-nav-header.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/section-nav-header.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAIpC,MAAM,MAAM,wBAAwB,GAAG;IACrC;;;OAGG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAElD;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,QAAQ,EACR,OAAO,EACP,IAAI,EACJ,MAAM,EACN,SAAyB,EACzB,SAAS,EACT,GAAG,IAAI,EACR,EAAE,wBAAwB,qBAwC1B"}
|
|
@@ -8,13 +8,19 @@ import { ChevronLeft as i } from "lucide-react";
|
|
|
8
8
|
function a({ identity: a, actions: o, back: s, onBack: c, backLabel: l = "MCP servers", className: u, ...d }) {
|
|
9
9
|
let f = s ?? (c ? /* @__PURE__ */ r(t, {
|
|
10
10
|
"aria-label": `Back to ${l.toLowerCase()}`,
|
|
11
|
+
className: "shrink-0 font-semibold",
|
|
11
12
|
onClick: c,
|
|
12
|
-
size: "
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
size: "default",
|
|
14
|
+
type: "button",
|
|
15
|
+
variant: "secondary",
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ n(i, {
|
|
18
|
+
"aria-hidden": !0,
|
|
19
|
+
"data-icon": "inline-start"
|
|
20
|
+
}),
|
|
21
|
+
"Back to ",
|
|
22
|
+
l
|
|
23
|
+
]
|
|
18
24
|
}) : null);
|
|
19
25
|
return /* @__PURE__ */ r("div", {
|
|
20
26
|
...d,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ClassProp } from 'class-variance-authority/types';
|
|
2
|
+
export type McpCardSelectionState = "none" | "partial" | "selected";
|
|
3
|
+
/**
|
|
4
|
+
* The shared frame for the picker's selectable entity cards — the server card
|
|
5
|
+
* and the tool card. There is deliberately no composed `McpSelectionCard`: the
|
|
6
|
+
* two cards own very different interactive layouts (a single toggle button vs.
|
|
7
|
+
* a multi-button composite), so this file only provides the parts that keep
|
|
8
|
+
* them reading as one family. The shell owns radius, border, selection tint,
|
|
9
|
+
* and transition — never the layout or the interactive element. A card that
|
|
10
|
+
* still needs configuration keeps its normal shell; the warning treatment
|
|
11
|
+
* lives entirely on each card's setup strip.
|
|
12
|
+
*/
|
|
13
|
+
export declare const mcpSelectionCardShellVariants: (props?: ({
|
|
14
|
+
selectionState?: "none" | "selected" | "partial" | null | undefined;
|
|
15
|
+
} & ClassProp) | undefined) => string;
|
|
16
|
+
/**
|
|
17
|
+
* The name + optional muted version line both cards lead their text block with.
|
|
18
|
+
* Truncates the name and keeps the version pinned beside it. `capitalize`
|
|
19
|
+
* title-cases the name for server display names (raw tool names are shown
|
|
20
|
+
* verbatim).
|
|
21
|
+
*/
|
|
22
|
+
export declare function McpCardHeading({ name, version, capitalize, className, }: {
|
|
23
|
+
name: string;
|
|
24
|
+
version?: string;
|
|
25
|
+
capitalize?: boolean;
|
|
26
|
+
className?: string;
|
|
27
|
+
}): import("react").JSX.Element;
|
|
28
|
+
//# sourceMappingURL=selection-card-parts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selection-card-parts.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/selection-card-parts.tsx"],"names":[],"mappings":";AAKA,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,CAAC;AAEpE;;;;;;;;;GASG;AACH,eAAO,MAAM,6BAA6B;;8EAkBzC,CAAC;AAEF;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,EAC7B,IAAI,EACJ,OAAO,EACP,UAAkB,EAClB,SAAS,GACV,EAAE;IACD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,+BAkBA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use client";
|
|
3
|
+
import { cn as e } from "../../../../lib/utils.js";
|
|
4
|
+
import { t } from "../../../../dist-Ber_p4PA.js";
|
|
5
|
+
import { jsx as n, jsxs as r } from "react/jsx-runtime";
|
|
6
|
+
//#region lib/components/ui/molecules/mcp-server-picker/selection-card-parts.tsx
|
|
7
|
+
var i = t("rounded-lg border border-transparent bg-[var(--mcp-picker-surface)] transition-[background-color,border-color,box-shadow,transform] duration-[var(--duration-normal)] ease-[var(--ease-smooth)] motion-reduce:transition-colors dark:bg-muted/20", {
|
|
8
|
+
variants: { selectionState: {
|
|
9
|
+
selected: "border-[var(--mcp-picker-selected-border)] bg-[var(--mcp-picker-selected-surface)] shadow-[var(--shadow-card)] hover:bg-[var(--mcp-picker-selected-hover)] dark:border-transparent dark:bg-muted/58 dark:hover:bg-muted/63",
|
|
10
|
+
partial: "border-[var(--mcp-picker-partial-border)] bg-[var(--mcp-picker-partial-surface)] shadow-[var(--shadow-card)] hover:bg-[var(--mcp-picker-selected-hover)] dark:border-transparent dark:bg-muted/43 dark:hover:bg-muted/48",
|
|
11
|
+
none: "hover:bg-[var(--mcp-picker-surface-hover)] hover:shadow-[var(--shadow-card)] dark:hover:bg-muted/45"
|
|
12
|
+
} },
|
|
13
|
+
defaultVariants: { selectionState: "none" }
|
|
14
|
+
});
|
|
15
|
+
function a({ name: t, version: i, capitalize: a = !1, className: o }) {
|
|
16
|
+
return /* @__PURE__ */ r("span", {
|
|
17
|
+
className: e("flex min-w-0 items-baseline gap-1.5", o),
|
|
18
|
+
children: [/* @__PURE__ */ n("span", {
|
|
19
|
+
className: e("min-w-0 truncate font-medium text-sm", a && "capitalize"),
|
|
20
|
+
children: t
|
|
21
|
+
}), i ? /* @__PURE__ */ r("span", {
|
|
22
|
+
className: "shrink-0 font-normal text-[var(--mcp-muted-foreground)] text-xs tabular-nums",
|
|
23
|
+
children: ["v", i]
|
|
24
|
+
}) : null]
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
//#endregion
|
|
28
|
+
export { a as McpCardHeading, i as mcpSelectionCardShellVariants };
|
|
@@ -12,5 +12,5 @@ export type McpServerAvatarStackProps = {
|
|
|
12
12
|
overflowLabel?: string;
|
|
13
13
|
onOpenMcpServer?: (id: string) => void;
|
|
14
14
|
} & Omit<React.ComponentProps<"span">, "children">;
|
|
15
|
-
export declare function McpServerAvatarStack({ servers, maxVisible, overflowLabel, onOpenMcpServer,
|
|
15
|
+
export declare function McpServerAvatarStack({ servers, maxVisible, overflowLabel, onOpenMcpServer, ...rest }: McpServerAvatarStackProps): React.JSX.Element | null;
|
|
16
16
|
//# sourceMappingURL=server-avatar-stack.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server-avatar-stack.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/server-avatar-stack.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"server-avatar-stack.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/server-avatar-stack.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAOpC,MAAM,MAAM,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,EAAE,wBAAwB,EAAE,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,eAAe,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,CAAC;AAEnD,wBAAgB,oBAAoB,CAAC,EACnC,OAAO,EACP,UAAc,EACd,aAAkC,EAClC,eAAe,EACf,GAAG,IAAI,EACR,EAAE,yBAAyB,4BA+B3B"}
|
|
@@ -1,99 +1,47 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
"use client";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { McpToolkitAvatar as o } from "./toolkit-avatar.js";
|
|
7
|
-
import { useState as s } from "react";
|
|
8
|
-
import { Fragment as c, jsx as l, jsxs as u } from "react/jsx-runtime";
|
|
3
|
+
import { AvatarStack as e } from "../avatar-stack.js";
|
|
4
|
+
import { McpToolkitAvatar as t } from "./toolkit-avatar.js";
|
|
5
|
+
import { Fragment as n, jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
9
6
|
//#region lib/components/ui/molecules/mcp-server-picker/server-avatar-stack.tsx
|
|
10
|
-
function
|
|
11
|
-
if (
|
|
12
|
-
let
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
});
|
|
31
|
-
}
|
|
32
|
-
function f({ label: e, servers: o, onOpenMcpServer: c }) {
|
|
33
|
-
let [d, f] = s(!1), m = o.length, h = m === 1 ? "server" : "servers", g = `Show ${m} ${e}`;
|
|
34
|
-
return /* @__PURE__ */ u(i, {
|
|
35
|
-
onOpenChange: f,
|
|
36
|
-
open: d,
|
|
37
|
-
children: [/* @__PURE__ */ u(r, {
|
|
38
|
-
"aria-label": g,
|
|
39
|
-
className: "inline-flex size-[18px] cursor-pointer items-center justify-center rounded-full bg-foreground/8 font-medium text-[9px] text-muted-foreground tabular-nums transition-colors hover:bg-foreground/12 hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring/60",
|
|
40
|
-
title: g,
|
|
41
|
-
type: "button",
|
|
42
|
-
children: ["+", m]
|
|
43
|
-
}), /* @__PURE__ */ u(n, {
|
|
44
|
-
align: "start",
|
|
45
|
-
className: "w-56 gap-0 p-0",
|
|
46
|
-
sideOffset: 6,
|
|
47
|
-
children: [/* @__PURE__ */ u(t, {
|
|
48
|
-
className: "px-3 pt-2.5 pb-1.5 font-medium text-foreground text-xs",
|
|
49
|
-
children: [
|
|
50
|
-
m,
|
|
51
|
-
" more MCP ",
|
|
52
|
-
h
|
|
53
|
-
]
|
|
54
|
-
}), /* @__PURE__ */ l(a, {
|
|
55
|
-
className: "max-h-72",
|
|
56
|
-
orientation: "vertical",
|
|
57
|
-
type: "hover",
|
|
58
|
-
children: /* @__PURE__ */ l("ul", {
|
|
59
|
-
className: "flex flex-col py-1",
|
|
60
|
-
children: o.map((e) => /* @__PURE__ */ l("li", { children: /* @__PURE__ */ l(p, {
|
|
61
|
-
onOpenMcpServer: c ? (e) => {
|
|
62
|
-
f(!1), c(e);
|
|
63
|
-
} : void 0,
|
|
64
|
-
server: e
|
|
65
|
-
}) }, e.id))
|
|
66
|
-
})
|
|
67
|
-
})]
|
|
68
|
-
})]
|
|
7
|
+
function a({ servers: n, maxVisible: i = 5, overflowLabel: a = "more MCP servers", onOpenMcpServer: s, ...c }) {
|
|
8
|
+
if (n.length === 0) return null;
|
|
9
|
+
let l = n.map((e) => ({
|
|
10
|
+
id: e.id,
|
|
11
|
+
avatar: /* @__PURE__ */ r(t, {
|
|
12
|
+
name: e.name,
|
|
13
|
+
size: "xs",
|
|
14
|
+
title: e.name,
|
|
15
|
+
toolkitId: e.toolkitId
|
|
16
|
+
}),
|
|
17
|
+
overflowRow: /* @__PURE__ */ r(o, { server: e }),
|
|
18
|
+
overflowRowLabel: `Open ${e.name} tools`,
|
|
19
|
+
onSelect: s ? () => s(e.id) : void 0
|
|
20
|
+
}));
|
|
21
|
+
return /* @__PURE__ */ r(e, {
|
|
22
|
+
...c,
|
|
23
|
+
items: l,
|
|
24
|
+
maxVisible: i,
|
|
25
|
+
overflowLabel: a,
|
|
26
|
+
renderOverflowHeader: (e) => `${e} more MCP ${e === 1 ? "server" : "servers"}`
|
|
69
27
|
});
|
|
70
28
|
}
|
|
71
|
-
function
|
|
72
|
-
|
|
73
|
-
/* @__PURE__ */
|
|
29
|
+
function o({ server: e }) {
|
|
30
|
+
return /* @__PURE__ */ i(n, { children: [
|
|
31
|
+
/* @__PURE__ */ r(t, {
|
|
74
32
|
name: e.name,
|
|
75
33
|
size: "sm",
|
|
76
34
|
toolkitId: e.toolkitId
|
|
77
35
|
}),
|
|
78
|
-
/* @__PURE__ */
|
|
36
|
+
/* @__PURE__ */ r("span", {
|
|
79
37
|
className: "min-w-0 flex-1 truncate font-medium capitalize",
|
|
80
38
|
children: e.name
|
|
81
39
|
}),
|
|
82
|
-
e.selectedCount != null && e.total != null ? /* @__PURE__ */
|
|
40
|
+
e.selectedCount != null && e.total != null ? /* @__PURE__ */ r("span", {
|
|
83
41
|
className: "shrink-0 text-[10px] text-muted-foreground tabular-nums",
|
|
84
42
|
children: e.selectedCount === e.total ? `${e.total}` : `${e.selectedCount}/${e.total}`
|
|
85
43
|
}) : null
|
|
86
44
|
] });
|
|
87
|
-
return t ? /* @__PURE__ */ l("button", {
|
|
88
|
-
"aria-label": `Open ${e.name} tools`,
|
|
89
|
-
className: "flex w-full cursor-pointer items-center gap-2 px-3 py-1.5 text-left text-xs transition-colors hover:bg-foreground/[0.06] focus-visible:bg-foreground/[0.06] focus-visible:outline-none",
|
|
90
|
-
onClick: () => t(e.id),
|
|
91
|
-
type: "button",
|
|
92
|
-
children: n
|
|
93
|
-
}) : /* @__PURE__ */ l("div", {
|
|
94
|
-
className: "flex w-full items-center gap-2 px-3 py-1.5 text-left text-xs",
|
|
95
|
-
children: n
|
|
96
|
-
});
|
|
97
45
|
}
|
|
98
46
|
//#endregion
|
|
99
|
-
export {
|
|
47
|
+
export { a as McpServerAvatarStack };
|
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { McpCardSelectionState } from './selection-card-parts';
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
export type McpServerCardSelectionState =
|
|
4
|
-
declare const shellVariants: (props?: ({
|
|
5
|
-
selectionState?: "none" | "selected" | "partial" | "setup-none" | "setup-selected" | "setup-partial" | null | undefined;
|
|
6
|
-
} & ClassProp) | undefined) => string;
|
|
3
|
+
export type McpServerCardSelectionState = McpCardSelectionState;
|
|
7
4
|
type McpServerCardBaseProps = {
|
|
8
5
|
name: string;
|
|
9
6
|
description?: string;
|
|
@@ -58,5 +55,5 @@ type McpServerCardDrillProps = McpServerCardBaseProps & {
|
|
|
58
55
|
export type McpServerCardProps = McpServerCardToggleProps | McpServerCardDrillProps;
|
|
59
56
|
declare function McpServerCardImpl({ name, description, toolkitId, version, toolCount, selectedToolCount, selectionState, needsSetup, interaction, onSetup, onToggle, onCustomize, className, ...rest }: McpServerCardProps): React.JSX.Element;
|
|
60
57
|
export declare const McpServerCard: React.MemoExoticComponent<typeof McpServerCardImpl>;
|
|
61
|
-
export {
|
|
58
|
+
export {};
|
|
62
59
|
//# sourceMappingURL=server-card.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"server-card.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/server-card.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"server-card.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/molecules/mcp-server-picker/server-card.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAW/B,OAAO,EAEL,KAAK,qBAAqB,EAE3B,MAAM,wBAAwB,CAAC;AAGhC,MAAM,MAAM,2BAA2B,GAAG,qBAAqB,CAAC;AAEhE,KAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,2BAA2B,CAAC;IAC7C;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,4DAA4D;IAC5D,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,CAAC;AAElD,KAAK,wBAAwB,GAAG,sBAAsB,GAAG;IACvD;;;;OAIG;IACH,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;CACzB,CAAC;AAEF,KAAK,uBAAuB,GAAG,sBAAsB,GAAG;IACtD;;;;;;;;OAQG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAC1B,wBAAwB,GACxB,uBAAuB,CAAC;AA6L5B,iBAAS,iBAAiB,CAAC,EACzB,IAAI,EACJ,WAAW,EACX,SAAS,EACT,OAAO,EACP,SAAS,EACT,iBAAqB,EACrB,cAAuB,EACvB,UAAkB,EAClB,WAAsB,EACtB,OAAO,EACP,QAAQ,EACR,WAAW,EACX,SAAS,EACT,GAAG,IAAI,EACR,EAAE,kBAAkB,qBAmEpB;AAED,eAAO,MAAM,aAAa,qDAAgC,CAAC"}
|