@arcadeai/design-system 3.46.0 → 3.48.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/README.md +1 -1
- package/dist/{toggle-C4ztdcN-.js → Toggle-CyMSF-Z7.js} +14 -46
- package/dist/ToolbarRootContext-DVNA8Vkb.js +13 -0
- package/dist/{alert-dialog-oB_cE8NP.js → alert-dialog-tBMDYzJ3.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/components/index.js +236 -215
- package/dist/components/ui/atoms/alert-dialog.js +1 -1
- package/dist/components/ui/atoms/avatar-notification-badge.d.ts +2 -2
- package/dist/components/ui/atoms/avatar-notification-badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/avatar-notification-badge.js +21 -0
- package/dist/components/ui/atoms/dropdown-menu.js +1 -1
- package/dist/components/ui/atoms/filter-chip.d.ts +16 -0
- package/dist/components/ui/atoms/filter-chip.d.ts.map +1 -0
- package/dist/components/ui/atoms/filter-chip.js +37 -0
- package/dist/components/ui/atoms/index.d.ts +4 -0
- package/dist/components/ui/atoms/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/index.js +193 -189
- package/dist/components/ui/atoms/mobile-tooltip.js +1 -1
- package/dist/components/ui/atoms/popover.js +1 -1
- package/dist/components/ui/atoms/removable-chip.d.ts +38 -0
- package/dist/components/ui/atoms/removable-chip.d.ts.map +1 -0
- package/dist/components/ui/atoms/removable-chip.js +36 -0
- package/dist/components/ui/atoms/scroll-area.d.ts +7 -1
- package/dist/components/ui/atoms/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/atoms/scroll-area.js +1 -1
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/toggle-group.d.ts +29 -0
- package/dist/components/ui/atoms/toggle-group.d.ts.map +1 -0
- package/dist/components/ui/atoms/toggle-group.js +3 -0
- package/dist/components/ui/atoms/toggle.js +36 -2
- package/dist/components/ui/atoms/unoptimized-marker.d.ts +16 -0
- package/dist/components/ui/atoms/unoptimized-marker.d.ts.map +1 -0
- package/dist/components/ui/atoms/unoptimized-marker.js +20 -0
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/components/ui/index.js +236 -215
- package/dist/components/ui/molecules/confirm-popover.js +1 -1
- package/dist/components/ui/molecules/date-time-picker.js +1 -1
- package/dist/components/ui/molecules/empty-state.d.ts +28 -3
- package/dist/components/ui/molecules/empty-state.d.ts.map +1 -1
- package/dist/components/ui/molecules/empty-state.js +25 -19
- package/dist/components/ui/molecules/index.d.ts +30 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +25 -10
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts +31 -0
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.js +106 -0
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts +18 -0
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.js +34 -0
- package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.d.ts +53 -0
- package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.js +91 -0
- package/dist/components/ui/molecules/mcp-server-picker/recommended-tools.d.ts +52 -0
- package/dist/components/ui/molecules/mcp-server-picker/recommended-tools.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/recommended-tools.js +103 -0
- package/dist/components/ui/molecules/mcp-server-picker/review-count-chip.d.ts +22 -0
- package/dist/components/ui/molecules/mcp-server-picker/review-count-chip.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/review-count-chip.js +42 -0
- package/dist/components/ui/molecules/mcp-server-picker/search-scope-tabs.d.ts +18 -0
- package/dist/components/ui/molecules/mcp-server-picker/search-scope-tabs.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/search-scope-tabs.js +31 -0
- package/dist/components/ui/molecules/mcp-server-picker/section-callout.d.ts +21 -0
- package/dist/components/ui/molecules/mcp-server-picker/section-callout.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/section-callout.js +23 -0
- package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.d.ts +39 -0
- package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.js +43 -0
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts +16 -0
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.js +99 -0
- package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts +41 -0
- package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/server-card.js +124 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts +27 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.js +67 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts +8 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.js +41 -0
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts +16 -0
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.js +56 -0
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.d.ts +38 -0
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.js +42 -0
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-group-header.d.ts +33 -0
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-group-header.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-group-header.js +36 -0
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-callout.d.ts +10 -0
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-callout.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-callout.js +15 -0
- package/dist/components/ui/molecules/user-nav.js +1 -1
- package/dist/components/ui/organisms/index.d.ts +5 -0
- package/dist/components/ui/organisms/index.d.ts.map +1 -0
- package/dist/components/ui/organisms/index.js +3 -0
- package/dist/components/ui/organisms/mcp-selection-summary-bar.d.ts +71 -0
- package/dist/components/ui/organisms/mcp-selection-summary-bar.d.ts.map +1 -0
- package/dist/components/ui/organisms/mcp-selection-summary-bar.js +61 -0
- package/dist/components/ui/organisms/mcp-server-picker.d.ts +45 -0
- package/dist/components/ui/organisms/mcp-server-picker.d.ts.map +1 -0
- package/dist/components/ui/organisms/mcp-server-picker.js +35 -0
- package/dist/components/ui/pages/login-page.js +19 -19
- package/dist/components/ui/templates/gateway-diagram.js +10 -10
- package/dist/{dropdown-menu-DCFuLDwH.js → dropdown-menu-dsg43mOw.js} +2 -1
- package/dist/hooks/use-scroll-fade.d.ts +15 -0
- package/dist/hooks/use-scroll-fade.d.ts.map +1 -0
- package/dist/hooks/use-scroll-fade.js +38 -0
- package/dist/main.js +242 -221
- package/dist/metadata/index.js +6 -6
- package/dist/metadata/toolkit-icons.d.ts +15 -0
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +294 -292
- package/dist/{popover-Ck3ILBUA.js → popover-CXSOUeVQ.js} +2 -1
- package/dist/{scroll-area-BD6qsU_I.js → scroll-area-53KPfESS.js} +6 -3
- package/dist/{select-cAvbXH_n.js → select-CPTT__cT.js} +2 -1
- package/dist/toggle-group-CDYMBO0F.js +87 -0
- package/dist/useAnchoredPopupScrollLock-C8wRjuy0.js +24 -0
- package/package.json +1 -1
- package/dist/ToolbarRootContext-Dubw_915.js +0 -34
|
@@ -2,7 +2,7 @@ import { i as e, n as t, r as n, t as r } from "../../accordion-D-o5VBR2.js";
|
|
|
2
2
|
import { Alert as i, AlertAction as a, AlertDescription as o, AlertTitle as s } from "./atoms/alert.js";
|
|
3
3
|
import { i as c, n as l, r as u, t as d } from "../../tooltip-34vRSwJG.js";
|
|
4
4
|
import { n as f, r as p, t as m } from "../../hover-card-z1GPavWa.js";
|
|
5
|
-
import { a as h, c as g, d as _, f as v, i as y, l as b, n as x, o as S, r as C, s as w, t as T, u as E } from "../../alert-dialog-
|
|
5
|
+
import { a as h, c as g, d as _, f as v, i as y, l as b, n as x, o as S, r as C, s as w, t as T, u as E } from "../../alert-dialog-tBMDYzJ3.js";
|
|
6
6
|
import { n as D, t as O } from "../../button-BNOmhdpM.js";
|
|
7
7
|
import { t as k } from "../../arcade-gradient-DwcApsxT.js";
|
|
8
8
|
import { ArcadeGrid as A } from "./atoms/arcade-grid.js";
|
|
@@ -11,8 +11,8 @@ import { AvatarNotificationBadge as L, avatarBadgeVariants as R } from "./atoms/
|
|
|
11
11
|
import { Badge as z, badgeVariants as B } from "./atoms/badge.js";
|
|
12
12
|
import { BrandChip as V } from "./atoms/brand-chip.js";
|
|
13
13
|
import { Breadcrumb as H, BreadcrumbEllipsis as U, BreadcrumbItem as W, BreadcrumbLink as G, BreadcrumbList as K, BreadcrumbPage as q, BreadcrumbSeparator as J } from "./atoms/breadcrumb.js";
|
|
14
|
-
import { a as Y, i as X, n as Z, o as Q, r as $, t as ee } from "../../popover-
|
|
15
|
-
import { a as te, c as ne, i as re, l as ie, n as ae, o as oe, r as se, s as ce, t as le, u as ue } from "../../select-
|
|
14
|
+
import { a as Y, i as X, n as Z, o as Q, r as $, t as ee } from "../../popover-CXSOUeVQ.js";
|
|
15
|
+
import { a as te, c as ne, i as re, l as ie, n as ae, o as oe, r as se, s as ce, t as le, u as ue } from "../../select-CPTT__cT.js";
|
|
16
16
|
import { MobileTooltip as de, MobileTooltipContent as fe, MobileTooltipProvider as pe, MobileTooltipTrigger as me } from "./atoms/mobile-tooltip.js";
|
|
17
17
|
import { ByocBadge as he } from "./atoms/byoc-badge.js";
|
|
18
18
|
import { n as ge, t as _e } from "../../calendar-DizaWURn.js";
|
|
@@ -26,215 +26,236 @@ import { n as ze, r as Be, t as Ve } from "../../collapsible-Dt__KKUJ.js";
|
|
|
26
26
|
import { a as He, c as Ue, i as We, l as Ge, n as Ke, o as qe, r as Je, s as Ye, t as Xe } from "../../command-ChimIUHM.js";
|
|
27
27
|
import { Dialog as Ze, DialogClose as Qe, DialogContent as $e, DialogDescription as et, DialogFooter as tt, DialogHeader as nt, DialogOverlay as rt, DialogPortal as it, DialogTitle as at, DialogTrigger as ot } from "./atoms/dialog.js";
|
|
28
28
|
import { CopyButton as st } from "./atoms/copy-button.js";
|
|
29
|
-
import { a as ct, c as lt, d as ut, f as dt, h as ft, i as pt, l as mt, m as ht, n as gt, o as _t, p as vt, r as yt, s as bt, t as xt, u as St } from "../../dropdown-menu-
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
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 {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
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
|
-
|
|
29
|
+
import { a as ct, c as lt, d as ut, f as dt, h as ft, i as pt, l as mt, m as ht, n as gt, o as _t, p as vt, r as yt, s as bt, t as xt, u as St } from "../../dropdown-menu-dsg43mOw.js";
|
|
30
|
+
import { FilterChip as Ct, filterChipVariants as wt } from "./atoms/filter-chip.js";
|
|
31
|
+
import { Adp as Tt } from "./atoms/icons/adp.js";
|
|
32
|
+
import { Aha as Et } from "./atoms/icons/aha.js";
|
|
33
|
+
import { Airtable as Dt } from "./atoms/icons/airtable.js";
|
|
34
|
+
import { Amplitude as Ot } from "./atoms/icons/amplitude.js";
|
|
35
|
+
import { Apollo as kt } from "./atoms/icons/apollo.js";
|
|
36
|
+
import { Arcade as At } from "./atoms/icons/arcade.js";
|
|
37
|
+
import { ArcadeLogo as jt } from "./atoms/icons/arcade-logo.js";
|
|
38
|
+
import { Asana as Mt } from "./atoms/icons/asana.js";
|
|
39
|
+
import { Ashby as Nt } from "./atoms/icons/ashby.js";
|
|
40
|
+
import { Atlassian as Pt } from "./atoms/icons/atlassian.js";
|
|
41
|
+
import { Attio as Ft } from "./atoms/icons/attio.js";
|
|
42
|
+
import { Auth0 as It } from "./atoms/icons/auth0.js";
|
|
43
|
+
import { Azure as Lt } from "./atoms/icons/azure.js";
|
|
44
|
+
import { Bamboohr as Rt } from "./atoms/icons/bamboohr.js";
|
|
45
|
+
import { Basecamp as zt } from "./atoms/icons/basecamp.js";
|
|
46
|
+
import { Bill as Bt } from "./atoms/icons/bill.js";
|
|
47
|
+
import { Bitbucket as Vt } from "./atoms/icons/bitbucket.js";
|
|
48
|
+
import { Bluesky as Ht } from "./atoms/icons/bluesky.js";
|
|
49
|
+
import { Box as Ut } from "./atoms/icons/box.js";
|
|
50
|
+
import { Braze as Wt } from "./atoms/icons/braze.js";
|
|
51
|
+
import { Brex as Gt } from "./atoms/icons/brex.js";
|
|
52
|
+
import { Brightdata as Kt } from "./atoms/icons/brightdata.js";
|
|
53
|
+
import { Buffer as qt } from "./atoms/icons/buffer.js";
|
|
54
|
+
import { Calendly as Jt } from "./atoms/icons/calendly.js";
|
|
55
|
+
import { Claude as Yt } from "./atoms/icons/claude.js";
|
|
56
|
+
import { ClaudeCodeLogotype as Xt } from "./atoms/icons/claude-code-logotype.js";
|
|
57
|
+
import { Clickhouse as Zt } from "./atoms/icons/clickhouse.js";
|
|
58
|
+
import { Clickup as Qt } from "./atoms/icons/clickup.js";
|
|
59
|
+
import { Cline as $t } from "./atoms/icons/cline.js";
|
|
60
|
+
import { Closeio as en } from "./atoms/icons/closeio.js";
|
|
61
|
+
import { Codesandbox as tn } from "./atoms/icons/codesandbox.js";
|
|
62
|
+
import { Coinbase as nn } from "./atoms/icons/coinbase.js";
|
|
63
|
+
import { Confluence as rn } from "./atoms/icons/confluence.js";
|
|
64
|
+
import { Cursor as an } from "./atoms/icons/cursor.js";
|
|
65
|
+
import { CursorInstallDark as on } from "./atoms/icons/cursor-install-dark.js";
|
|
66
|
+
import { CursorInstallLight as sn } from "./atoms/icons/cursor-install-light.js";
|
|
67
|
+
import { CursorLogotype as cn } from "./atoms/icons/cursor-logotype.js";
|
|
68
|
+
import { Customerio as ln } from "./atoms/icons/customerio.js";
|
|
69
|
+
import { Datadog as un } from "./atoms/icons/datadog.js";
|
|
70
|
+
import { Daytona as dn } from "./atoms/icons/daytona.js";
|
|
71
|
+
import { DigitalOcean as fn } from "./atoms/icons/digital-ocean.js";
|
|
72
|
+
import { Discord as pn } from "./atoms/icons/discord.js";
|
|
73
|
+
import { Dropbox as mn } from "./atoms/icons/dropbox.js";
|
|
74
|
+
import { E2b as hn } from "./atoms/icons/e2b.js";
|
|
75
|
+
import { Ebay as gn } from "./atoms/icons/ebay.js";
|
|
76
|
+
import { Evernote as _n } from "./atoms/icons/evernote.js";
|
|
77
|
+
import { Exa as vn } from "./atoms/icons/exa.js";
|
|
78
|
+
import { Factorial as yn } from "./atoms/icons/factorial.js";
|
|
79
|
+
import { Figma as bn } from "./atoms/icons/figma.js";
|
|
80
|
+
import { Firecrawl as xn } from "./atoms/icons/firecrawl.js";
|
|
81
|
+
import { FlyIo as Sn } from "./atoms/icons/fly-io.js";
|
|
82
|
+
import { Forkable as Cn } from "./atoms/icons/forkable.js";
|
|
83
|
+
import { Freshdesk as wn } from "./atoms/icons/freshdesk.js";
|
|
84
|
+
import { Freshservice as Tn } from "./atoms/icons/freshservice.js";
|
|
85
|
+
import { Gemini as En } from "./atoms/icons/gemini.js";
|
|
86
|
+
import { Generic as Dn } from "./atoms/icons/generic.js";
|
|
87
|
+
import { Github as On } from "./atoms/icons/github.js";
|
|
88
|
+
import { Gitlab as kn } from "./atoms/icons/gitlab.js";
|
|
89
|
+
import { Glean as An } from "./atoms/icons/glean.js";
|
|
90
|
+
import { Gmail as jn } from "./atoms/icons/gmail.js";
|
|
91
|
+
import { Google as Mn } from "./atoms/icons/google.js";
|
|
92
|
+
import { GoogleCalendar as Nn } from "./atoms/icons/google-calendar.js";
|
|
93
|
+
import { GoogleContacts as Pn } from "./atoms/icons/google-contacts.js";
|
|
94
|
+
import { GoogleDocs as Fn } from "./atoms/icons/google-docs.js";
|
|
95
|
+
import { GoogleDrive as In } from "./atoms/icons/google-drive.js";
|
|
96
|
+
import { GoogleFinance as Ln } from "./atoms/icons/google-finance.js";
|
|
97
|
+
import { GoogleFlight as Rn } from "./atoms/icons/google-flight.js";
|
|
98
|
+
import { GoogleFlights as zn } from "./atoms/icons/google-flights.js";
|
|
99
|
+
import { GoogleHotels as Bn } from "./atoms/icons/google-hotels.js";
|
|
100
|
+
import { GoogleJobs as Vn } from "./atoms/icons/google-jobs.js";
|
|
101
|
+
import { GoogleMaps as Hn } from "./atoms/icons/google-maps.js";
|
|
102
|
+
import { GoogleNews as Un } from "./atoms/icons/google-news.js";
|
|
103
|
+
import { GoogleSheets as Wn } from "./atoms/icons/google-sheets.js";
|
|
104
|
+
import { GoogleShopping as Gn } from "./atoms/icons/google-shopping.js";
|
|
105
|
+
import { GoogleSlides as Kn } from "./atoms/icons/google-slides.js";
|
|
106
|
+
import { Goose as qn } from "./atoms/icons/goose.js";
|
|
107
|
+
import { Granola as Jn } from "./atoms/icons/granola.js";
|
|
108
|
+
import { Heroku as Yn } from "./atoms/icons/heroku.js";
|
|
109
|
+
import { Hootsuite as Xn } from "./atoms/icons/hootsuite.js";
|
|
110
|
+
import { Hubspot as Zn } from "./atoms/icons/hubspot.js";
|
|
111
|
+
import { Imgflip as Qn } from "./atoms/icons/imgflip.js";
|
|
112
|
+
import { Intercom as $n } from "./atoms/icons/intercom.js";
|
|
113
|
+
import { Jira as er } from "./atoms/icons/jira.js";
|
|
114
|
+
import { Langchain as tr } from "./atoms/icons/langchain.js";
|
|
115
|
+
import { LangchainLogotype as nr } from "./atoms/icons/langchain-logotype.js";
|
|
116
|
+
import { Linear as rr } from "./atoms/icons/linear.js";
|
|
117
|
+
import { Linkedin as ir } from "./atoms/icons/linkedin.js";
|
|
118
|
+
import { Luma as ar } from "./atoms/icons/luma.js";
|
|
119
|
+
import { Mailchimp as or } from "./atoms/icons/mailchimp.js";
|
|
120
|
+
import { Mastra as sr } from "./atoms/icons/mastra.js";
|
|
121
|
+
import { MastraLogotype as cr } from "./atoms/icons/mastra-logotype.js";
|
|
122
|
+
import { MathToolkit as lr } from "./atoms/icons/math-toolkit.js";
|
|
123
|
+
import { Mcp as ur } from "./atoms/icons/mcp.js";
|
|
124
|
+
import { Microsoft as dr } from "./atoms/icons/microsoft.js";
|
|
125
|
+
import { MicrosoftDynamics as fr } from "./atoms/icons/microsoft-dynamics.js";
|
|
126
|
+
import { MicrosoftExcel as pr } from "./atoms/icons/microsoft-excel.js";
|
|
127
|
+
import { MicrosoftOnedrive as mr } from "./atoms/icons/microsoft-onedrive.js";
|
|
128
|
+
import { MicrosoftOutlookCalendar as hr } from "./atoms/icons/microsoft-outlook-calendar.js";
|
|
129
|
+
import { MicrosoftOutlookMail as gr } from "./atoms/icons/microsoft-outlook-mail.js";
|
|
130
|
+
import { MicrosoftPowerpoint as _r } from "./atoms/icons/microsoft-powerpoint.js";
|
|
131
|
+
import { MicrosoftSharepoint as vr } from "./atoms/icons/microsoft-sharepoint.js";
|
|
132
|
+
import { MicrosoftTeams as yr } from "./atoms/icons/microsoft-teams.js";
|
|
133
|
+
import { MicrosoftWord as br } from "./atoms/icons/microsoft-word.js";
|
|
134
|
+
import { Miro as xr } from "./atoms/icons/miro.js";
|
|
135
|
+
import { Monday as Sr } from "./atoms/icons/monday.js";
|
|
136
|
+
import { MongoDB as Cr } from "./atoms/icons/mongodb.js";
|
|
137
|
+
import { Netsuite as wr } from "./atoms/icons/netsuite.js";
|
|
138
|
+
import { Notion as Tr } from "./atoms/icons/notion.js";
|
|
139
|
+
import { Oauth as Er } from "./atoms/icons/oauth.js";
|
|
140
|
+
import { Obsidian as Dr } from "./atoms/icons/obsidian.js";
|
|
141
|
+
import { Okta as Or } from "./atoms/icons/okta.js";
|
|
142
|
+
import { Openai as kr } from "./atoms/icons/openai.js";
|
|
143
|
+
import { Pagerduty as Ar } from "./atoms/icons/pagerduty.js";
|
|
144
|
+
import { Pinecone as jr } from "./atoms/icons/pinecone.js";
|
|
145
|
+
import { Pinterest as Mr } from "./atoms/icons/pinterest.js";
|
|
146
|
+
import { Pipedrive as Nr } from "./atoms/icons/pipedrive.js";
|
|
147
|
+
import { Plaid as Pr } from "./atoms/icons/plaid.js";
|
|
148
|
+
import { Postgres as Fr } from "./atoms/icons/postgres.js";
|
|
149
|
+
import { Posthog as Ir } from "./atoms/icons/posthog.js";
|
|
150
|
+
import { Pylon as Lr } from "./atoms/icons/pylon.js";
|
|
151
|
+
import { Quickbooks as Rr } from "./atoms/icons/quickbooks.js";
|
|
152
|
+
import { Railway as zr } from "./atoms/icons/railway.js";
|
|
153
|
+
import { Reddit as Br } from "./atoms/icons/reddit.js";
|
|
154
|
+
import { Resend as Vr } from "./atoms/icons/resend.js";
|
|
155
|
+
import { Salesforce as Hr } from "./atoms/icons/salesforce.js";
|
|
156
|
+
import { Shopify as Ur } from "./atoms/icons/shopify.js";
|
|
157
|
+
import { Singlestore as Wr } from "./atoms/icons/singlestore.js";
|
|
158
|
+
import { Slack as Gr } from "./atoms/icons/slack.js";
|
|
159
|
+
import { Snowflake as Kr } from "./atoms/icons/snowflake.js";
|
|
160
|
+
import { Splunk as qr } from "./atoms/icons/splunk.js";
|
|
161
|
+
import { Spotify as Jr } from "./atoms/icons/spotify.js";
|
|
162
|
+
import { Square as Yr } from "./atoms/icons/square.js";
|
|
163
|
+
import { Squarespace as Xr } from "./atoms/icons/squarespace.js";
|
|
164
|
+
import { Squareup as Zr } from "./atoms/icons/squareup.js";
|
|
165
|
+
import { Stripe as Qr } from "./atoms/icons/stripe.js";
|
|
166
|
+
import { Telegram as $r } from "./atoms/icons/telegram.js";
|
|
167
|
+
import { Tesla as ei } from "./atoms/icons/tesla.js";
|
|
168
|
+
import { Ticktick as ti } from "./atoms/icons/ticktick.js";
|
|
169
|
+
import { Tiktok as ni } from "./atoms/icons/tiktok.js";
|
|
170
|
+
import { Trello as ri } from "./atoms/icons/trello.js";
|
|
171
|
+
import { Twilio as ii } from "./atoms/icons/twilio.js";
|
|
172
|
+
import { Twitch as ai } from "./atoms/icons/twitch.js";
|
|
173
|
+
import { Vercel as oi } from "./atoms/icons/vercel.js";
|
|
174
|
+
import { VercelLogotype as si } from "./atoms/icons/vercel-logotype.js";
|
|
175
|
+
import { Vscode as ci } from "./atoms/icons/vscode.js";
|
|
176
|
+
import { Walmart as li } from "./atoms/icons/walmart.js";
|
|
177
|
+
import { Weaviate as ui } from "./atoms/icons/weaviate.js";
|
|
178
|
+
import { Windsurf as di } from "./atoms/icons/windsurf.js";
|
|
179
|
+
import { Workday as fi } from "./atoms/icons/workday.js";
|
|
180
|
+
import { Wrike as pi } from "./atoms/icons/wrike.js";
|
|
181
|
+
import { X as mi } from "./atoms/icons/x.js";
|
|
182
|
+
import { Xero as hi } from "./atoms/icons/xero.js";
|
|
183
|
+
import { Youtube as gi } from "./atoms/icons/youtube.js";
|
|
184
|
+
import { Yugabytedb as _i } from "./atoms/icons/yugabytedb.js";
|
|
185
|
+
import { Zendesk as vi } from "./atoms/icons/zendesk.js";
|
|
186
|
+
import { Zoho as yi } from "./atoms/icons/zoho.js";
|
|
187
|
+
import { ZohoBooks as bi } from "./atoms/icons/zoho-books.js";
|
|
188
|
+
import { ZohoCreator as xi } from "./atoms/icons/zoho-creator.js";
|
|
189
|
+
import { Zoom as Si } from "./atoms/icons/zoom.js";
|
|
190
|
+
import { n as Ci, t as wi } from "../../radio-group-Cc5ftdVj.js";
|
|
191
|
+
import { a as Ti, i as Ei, n as Di, r as Oi, t as ki } from "../../progress-TdXkokPe.js";
|
|
192
|
+
import { t as Ai } from "../../input-CSc-AfAa.js";
|
|
193
|
+
import { Textarea as ji } from "./atoms/textarea.js";
|
|
194
|
+
import { InputGroup as Mi, InputGroupAddon as Ni, InputGroupButton as Pi, InputGroupInput as Fi, InputGroupText as Ii, InputGroupTextarea as Li } from "./atoms/input-group.js";
|
|
195
|
+
import { JsonHighlight as Ri, jsonHighlightVariants as zi } from "./atoms/json-highlight.js";
|
|
196
|
+
import { Label as Bi } from "./atoms/label.js";
|
|
197
|
+
import { Loader as Vi } from "./atoms/loader.js";
|
|
198
|
+
import { ProBadge as Hi } from "./atoms/pro-badge.js";
|
|
199
|
+
import { RemovableChip as Ui, RemovableChipButton as Wi, removableChipButtonClass as Gi } from "./atoms/removable-chip.js";
|
|
200
|
+
import { n as Ki, r as qi, t as Ji } from "../../resizable-DkYW5Uwh.js";
|
|
201
|
+
import { n as Yi, t as Xi } from "../../scroll-area-53KPfESS.js";
|
|
202
|
+
import { ScrollButton as Zi } from "./atoms/scroll-button.js";
|
|
203
|
+
import { Separator as Qi } from "./atoms/separator.js";
|
|
204
|
+
import { Sheet as $i, SheetClose as ea, SheetContent as ta, SheetDescription as na, SheetFooter as ra, SheetHeader as ia, SheetTitle as aa, SheetTrigger as oa } from "./atoms/sheet.js";
|
|
205
|
+
import { Skeleton as sa } from "./atoms/skeleton.js";
|
|
206
|
+
import { Sidebar as ca, SidebarContent as la, SidebarFooter as ua, SidebarGroup as da, SidebarGroupAction as fa, SidebarGroupContent as pa, SidebarGroupLabel as ma, SidebarHeader as ha, SidebarInput as ga, SidebarInset as _a, SidebarMenu as va, SidebarMenuAction as ya, SidebarMenuBadge as ba, SidebarMenuButton as xa, SidebarMenuItem as Sa, SidebarMenuSkeleton as Ca, SidebarMenuSub as wa, SidebarMenuSubButton as Ta, SidebarMenuSubItem as Ea, SidebarProvider as Da, SidebarRail as Oa, SidebarSeparator as ka, SidebarTrigger as Aa, useSidebar as ja } from "./atoms/sidebar.js";
|
|
207
|
+
import { t as Ma } from "../../slider-CN3uEkeD.js";
|
|
208
|
+
import { DS_SPARKLE_DURATION_MS as Na, SparkleBurst as Pa } from "./atoms/sparkle-burst.js";
|
|
209
|
+
import { StepIndicator as Fa, stepIndicatorIconVariants as Ia, stepIndicatorLabelVariants as La } from "./atoms/step-indicator.js";
|
|
210
|
+
import { t as Ra } from "../../switch-CP9j-8px.js";
|
|
211
|
+
import { Table as za, TableBody as Ba, TableCaption as Va, TableCell as Ha, TableFooter as Ua, TableHead as Wa, TableHeader as Ga, TableRow as Ka } from "./atoms/table.js";
|
|
212
|
+
import { a as qa, i as Ja, n as Ya, r as Xa, t as Za } from "../../tabs-C7JA8G0W.js";
|
|
213
|
+
import { Toggle as Qa, toggleVariants as $a } from "./atoms/toggle.js";
|
|
214
|
+
import { n as eo, t as to } from "../../toggle-group-CDYMBO0F.js";
|
|
215
|
+
import { UnoptimizedMarker as no } from "./atoms/unoptimized-marker.js";
|
|
216
|
+
import { ViewToolsControl as ro } from "./atoms/view-tools-control.js";
|
|
217
|
+
import { t as io } from "../../virtualized-grid-BQNJg029.js";
|
|
218
|
+
import { ConfirmPopover as ao } from "./molecules/confirm-popover.js";
|
|
219
|
+
import { ChatHistoryItem as oo } from "./molecules/chat-history-item.js";
|
|
220
|
+
import { Message as so, MessageAction as co, MessageActions as lo, MessageAvatar as uo, MessageContent as fo } from "./molecules/message.js";
|
|
221
|
+
import { ChatAssistantMessage as po, ChatMessageList as mo, ChatMessageListSkeleton as ho, ChatStreamingIndicator as go, ChatUserMessage as _o } from "./molecules/chat-message-list.js";
|
|
222
|
+
import { ClientSecretInput as vo } from "./molecules/client-secret-field.js";
|
|
223
|
+
import { CommandBar as yo } from "./molecules/command-bar.js";
|
|
224
|
+
import { DateTimePicker as bo } from "./molecules/date-time-picker.js";
|
|
225
|
+
import { EmptyState as xo } from "./molecules/empty-state.js";
|
|
226
|
+
import { ErrorState as So } from "./molecules/error-state.js";
|
|
227
|
+
import { FlowDiagram as Co } from "./molecules/flow-diagram.js";
|
|
228
|
+
import { McpCategoryFilter as wo } from "./molecules/mcp-server-picker/category-filter.js";
|
|
229
|
+
import { McpCategoryFilterMenu as To } from "./molecules/mcp-server-picker/category-filter-menu.js";
|
|
230
|
+
import { McpSectionCallout as Eo } from "./molecules/mcp-server-picker/section-callout.js";
|
|
231
|
+
import { McpRecommendedToolsCallout as Do, McpRecommendedToolsDeactivateDialog as Oo, McpRecommendedToolsOptOutDialog as ko } from "./molecules/mcp-server-picker/recommended-tools.js";
|
|
232
|
+
import { McpReviewCountChip as Ao } from "./molecules/mcp-server-picker/review-count-chip.js";
|
|
233
|
+
import { McpSearchScopeTabs as jo } from "./molecules/mcp-server-picker/search-scope-tabs.js";
|
|
234
|
+
import { McpSectionNavHeader as Mo } from "./molecules/mcp-server-picker/section-nav-header.js";
|
|
235
|
+
import { McpToolkitAvatar as No, mcpToolkitAvatarVariants as Po } from "./molecules/mcp-server-picker/toolkit-avatar.js";
|
|
236
|
+
import { McpServerAvatarStack as Fo } from "./molecules/mcp-server-picker/server-avatar-stack.js";
|
|
237
|
+
import { McpServerCard as Io, mcpServerCardShellVariants as Lo } from "./molecules/mcp-server-picker/server-card.js";
|
|
238
|
+
import { McpToolCard as Ro } from "./molecules/mcp-server-picker/tool-card.js";
|
|
239
|
+
import { McpToolSearchBand as zo } from "./molecules/mcp-server-picker/tool-search-band.js";
|
|
240
|
+
import { McpToolkitChip as Bo } from "./molecules/mcp-server-picker/toolkit-chip.js";
|
|
241
|
+
import { McpToolkitGroupHeader as Vo } from "./molecules/mcp-server-picker/toolkit-group-header.js";
|
|
242
|
+
import { McpUnoptimizedCallout as Ho } from "./molecules/mcp-server-picker/unoptimized-callout.js";
|
|
243
|
+
import { PromptInput as Uo, PromptInputAction as Wo, PromptInputActions as Go, PromptInputTextarea as Ko } from "./molecules/prompt-input.js";
|
|
244
|
+
import { r as qo, t as Jo } from "../../ui-BaLLCKkd.js";
|
|
245
|
+
import { StepsProgress as Yo } from "./molecules/steps-progress.js";
|
|
246
|
+
import { SuggestionCard as Xo, SuggestionCardSkeleton as Zo } from "./molecules/suggestion-card.js";
|
|
247
|
+
import { TagsInput as Qo, TagsInputValue as $o } from "./molecules/tags-input.js";
|
|
248
|
+
import { ToolAuthorization as es, ToolAuthorizationArgs as ts, ToolAuthorizationContent as ns, ToolAuthorizationHeader as rs, ToolAuthorizationMessage as is } from "./molecules/tool-authorization.js";
|
|
249
|
+
import { ToolCallAccordion as as, ToolCallAccordionContent as os, ToolCallAccordionItem as ss, ToolCallAccordionTrigger as cs } from "./molecules/tool-call-accordion.js";
|
|
250
|
+
import { ToolCard as ls } from "./molecules/tool-card.js";
|
|
251
|
+
import { UserNav as us } from "./molecules/user-nav.js";
|
|
252
|
+
import { McpSelectionSummaryBar as ds } from "./organisms/mcp-selection-summary-bar.js";
|
|
253
|
+
import { McpServerPicker as fs, McpServerPickerGrid as ps, McpServerPickerHeader as ms, McpServerPickerToolGrid as hs } from "./organisms/mcp-server-picker.js";
|
|
254
|
+
import { ChatTemplate as gs, ChatTemplateBody as _s, ChatTemplateFooter as vs, ChatTemplateHeader as ys, ChatTemplateHeaderGroup as bs, ChatTemplateOverview as xs, ChatTemplateOverviewSubtitle as Ss, ChatTemplateOverviewTitle as Cs, ChatTemplateSuggestions as ws } from "./templates/chat-template.js";
|
|
255
|
+
import { ChatBodySkeleton as Ts, ChatContentSkeleton as Es, ChatFooterSkeleton as Ds, ChatHeaderSkeleton as Os, ChatSidebarSkeleton as ks } from "./templates/chat-template-skeletons.js";
|
|
256
|
+
import { ChatPageSkeleton as As } from "./pages/chat-page-skeleton.js";
|
|
257
|
+
import { AuthTemplate as js, AuthTemplateCard as Ms, AuthTemplateContent as Ns, AuthTemplateDefaultBackground as Ps, AuthTemplateDescription as Fs, AuthTemplateFooter as Is, AuthTemplateGridOverlay as Ls, AuthTemplateHeader as Rs, AuthTemplateLegal as zs, AuthTemplateLegalLink as Bs, AuthTemplateLogo as Vs, AuthTemplatePrompt as Hs, AuthTemplatePromptLink as Us, AuthTemplateTitle as Ws, AuthTemplateVideoBackground as Gs } from "./templates/auth-template.js";
|
|
258
|
+
import { LoginPage as Ks } from "./pages/login-page.js";
|
|
259
|
+
import { ErrorTemplate as qs, ErrorTemplateActions as Js, ErrorTemplateContent as Ys, ErrorTemplateDescription as Xs, ErrorTemplateIcon as Zs, ErrorTemplateLogo as Qs, ErrorTemplateTitle as $s, ErrorTemplateUrl as ec } from "./templates/error-template.js";
|
|
260
|
+
import { DEFAULT_MCP_CLIENT_IDS as tc, DEFAULT_MCP_SERVER_IDS as nc, GatewayDiagram as rc } from "./templates/gateway-diagram.js";
|
|
261
|
+
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, js as AuthTemplate, Ms as AuthTemplateCard, Ns as AuthTemplateContent, Ps as AuthTemplateDefaultBackground, Fs as AuthTemplateDescription, Is as AuthTemplateFooter, Ls as AuthTemplateGridOverlay, Rs as AuthTemplateHeader, zs as AuthTemplateLegal, Bs as AuthTemplateLegalLink, Vs as AuthTemplateLogo, Hs as AuthTemplatePrompt, Us as AuthTemplatePromptLink, Ws as AuthTemplateTitle, Gs 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, _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, po as ChatAssistantMessage, Ts as ChatBodySkeleton, je as ChatContainerContent, Me as ChatContainerRoot, Ne as ChatContainerScrollAnchor, Es as ChatContentSkeleton, Ds as ChatFooterSkeleton, Os as ChatHeaderSkeleton, oo as ChatHistoryItem, mo as ChatMessageList, ho as ChatMessageListSkeleton, As as ChatPageSkeleton, ks as ChatSidebarSkeleton, go as ChatStreamingIndicator, gs as ChatTemplate, _s as ChatTemplateBody, vs as ChatTemplateFooter, ys as ChatTemplateHeader, bs as ChatTemplateHeaderGroup, xs as ChatTemplateOverview, Ss as ChatTemplateOverviewSubtitle, Cs as ChatTemplateOverviewTitle, ws as ChatTemplateSuggestions, _o as ChatUserMessage, Pe as Checkbox, Yt as Claude, Xt as ClaudeCodeLogotype, Zt as Clickhouse, Qt as Clickup, vo 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, yo 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, ao as ConfirmPopover, rn as Confluence, st as CopyButton, an as Cursor, on as CursorInstallDark, sn as CursorInstallLight, cn as CursorLogotype, ln as Customerio, tc as DEFAULT_MCP_CLIENT_IDS, nc as DEFAULT_MCP_SERVER_IDS, Na as DS_SPARKLE_DURATION_MS, un as Datadog, bo 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, xo as EmptyState, So as ErrorState, qs as ErrorTemplate, Js as ErrorTemplateActions, Ys as ErrorTemplateContent, Xs as ErrorTemplateDescription, Zs as ErrorTemplateIcon, Qs as ErrorTemplateLogo, $s as ErrorTemplateTitle, ec as ErrorTemplateUrl, _n as Evernote, vn as Exa, yn as Factorial, bn as Figma, Ct as FilterChip, xn as Firecrawl, Co as FlowDiagram, Sn as FlyIo, Cn as Forkable, wn as Freshdesk, Tn as Freshservice, rc as GatewayDiagram, En as Gemini, Dn as Generic, On as Github, kn as Gitlab, An as Glean, jn as Gmail, Mn as Google, Nn as GoogleCalendar, Pn as GoogleContacts, Fn as GoogleDocs, In as GoogleDrive, Ln as GoogleFinance, Rn as GoogleFlight, zn as GoogleFlights, Bn as GoogleHotels, Vn as GoogleJobs, Hn as GoogleMaps, Un as GoogleNews, Wn as GoogleSheets, Gn as GoogleShopping, Kn as GoogleSlides, qn as Goose, Jn as Granola, Yn as Heroku, Xn as Hootsuite, m as HoverCard, f as HoverCardContent, p as HoverCardTrigger, Zn as Hubspot, Qn as Imgflip, Ai as Input, Mi as InputGroup, Ni as InputGroupAddon, Pi as InputGroupButton, Fi as InputGroupInput, Ii as InputGroupText, Li as InputGroupTextarea, $n as Intercom, er as Jira, Ri as JsonHighlight, Bi as Label, tr as Langchain, nr as LangchainLogotype, rr as Linear, ir as Linkedin, Vi as Loader, Ks as LoginPage, ar as Luma, or as Mailchimp, Fe as Markdown, sr as Mastra, cr as MastraLogotype, lr as MathToolkit, ur as Mcp, wo as McpCategoryFilter, To as McpCategoryFilterMenu, Do as McpRecommendedToolsCallout, Oo as McpRecommendedToolsDeactivateDialog, ko as McpRecommendedToolsOptOutDialog, Ao as McpReviewCountChip, jo as McpSearchScopeTabs, Eo as McpSectionCallout, Mo as McpSectionNavHeader, ds as McpSelectionSummaryBar, Fo as McpServerAvatarStack, Io as McpServerCard, fs as McpServerPicker, ps as McpServerPickerGrid, ms as McpServerPickerHeader, hs as McpServerPickerToolGrid, Ro as McpToolCard, zo as McpToolSearchBand, No as McpToolkitAvatar, Bo as McpToolkitChip, Vo as McpToolkitGroupHeader, Ho as McpUnoptimizedCallout, so as Message, co as MessageAction, lo as MessageActions, uo as MessageAvatar, fo as MessageContent, dr as Microsoft, fr as MicrosoftDynamics, pr as MicrosoftExcel, mr as MicrosoftOnedrive, hr as MicrosoftOutlookCalendar, gr as MicrosoftOutlookMail, _r as MicrosoftPowerpoint, vr as MicrosoftSharepoint, yr as MicrosoftTeams, br as MicrosoftWord, xr as Miro, de as MobileTooltip, fe as MobileTooltipContent, pe as MobileTooltipProvider, me as MobileTooltipTrigger, Sr as Monday, Cr as MongoDB, wr as Netsuite, Tr as Notion, Er as Oauth, Dr as Obsidian, Or as Okta, kr as Openai, Ar as Pagerduty, jr as Pinecone, Mr as Pinterest, Nr as Pipedrive, Pr as Plaid, ee as Popover, Z as PopoverContent, $ as PopoverDescription, X as PopoverHeader, Y as PopoverTitle, Q as PopoverTrigger, Fr as Postgres, Ir as Posthog, Hi as ProBadge, ki as Progress, Di as ProgressIndicator, Oi as ProgressLabel, Ei as ProgressTrack, Ti as ProgressValue, Uo as PromptInput, Wo as PromptInputAction, Go as PromptInputActions, Ko as PromptInputTextarea, Lr as Pylon, Rr as Quickbooks, wi as RadioGroup, Ci as RadioGroupItem, zr as Railway, Br as Reddit, Ui as RemovableChip, Wi as RemovableChipButton, qo as RequirementBadges, Vr as Resend, Ji as ResizableHandle, Ki as ResizablePanel, qi as ResizablePanelGroup, Hr as Salesforce, Xi as ScrollArea, Yi as ScrollBar, Zi 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, Qi as Separator, $i as Sheet, ea as SheetClose, ta as SheetContent, na as SheetDescription, ra as SheetFooter, ia as SheetHeader, aa as SheetTitle, oa as SheetTrigger, Ur as Shopify, ca as Sidebar, la as SidebarContent, ua as SidebarFooter, da as SidebarGroup, fa as SidebarGroupAction, pa as SidebarGroupContent, ma as SidebarGroupLabel, ha as SidebarHeader, ga as SidebarInput, _a as SidebarInset, va as SidebarMenu, ya as SidebarMenuAction, ba as SidebarMenuBadge, xa as SidebarMenuButton, Sa as SidebarMenuItem, Ca as SidebarMenuSkeleton, wa as SidebarMenuSub, Ta as SidebarMenuSubButton, Ea as SidebarMenuSubItem, Da as SidebarProvider, Oa as SidebarRail, ka as SidebarSeparator, Aa as SidebarTrigger, Wr as Singlestore, sa as Skeleton, Gr as Slack, Ma as Slider, Kr as Snowflake, Pa as SparkleBurst, qr as Splunk, Jr as Spotify, Yr as Square, Xr as Squarespace, Zr as Squareup, Fa as StepIndicator, Yo as StepsProgress, Qr as Stripe, Xo as SuggestionCard, Zo as SuggestionCardSkeleton, Ra as Switch, za as Table, Ba as TableBody, Va as TableCaption, Ha as TableCell, Ua as TableFooter, Wa as TableHead, Ga as TableHeader, Ka as TableRow, Za as Tabs, Ya as TabsContent, Xa as TabsList, Ja as TabsTrigger, Qo as TagsInput, $o as TagsInputValue, $r as Telegram, ei as Tesla, ji as Textarea, ti as Ticktick, ni as Tiktok, Qa as Toggle, to as ToggleGroup, eo as ToggleGroupChip, es as ToolAuthorization, ts as ToolAuthorizationArgs, ns as ToolAuthorizationContent, rs as ToolAuthorizationHeader, is as ToolAuthorizationMessage, as as ToolCallAccordion, os as ToolCallAccordionContent, ss as ToolCallAccordionItem, cs as ToolCallAccordionTrigger, ls as ToolCard, Jo as ToolkitCard, d as Tooltip, l as TooltipContent, u as TooltipProvider, c as TooltipTrigger, ri as Trello, ii as Twilio, ai as Twitch, no as UnoptimizedMarker, us as UserNav, oi as Vercel, si as VercelLogotype, ro as ViewToolsControl, io as VirtualizedGrid, ci as Vscode, li as Walmart, ui as Weaviate, di as Windsurf, fi as Workday, pi as Wrike, mi as X, hi as Xero, gi as Youtube, _i as Yugabytedb, vi as Zendesk, yi as Zoho, bi as ZohoBooks, xi as ZohoCreator, Si as Zoom, R as avatarBadgeVariants, B as badgeVariants, D as buttonVariants, wt as filterChipVariants, zi as jsonHighlightVariants, Lo as mcpServerCardShellVariants, Po as mcpToolkitAvatarVariants, Gi as removableChipButtonClass, Ia as stepIndicatorIconVariants, La as stepIndicatorLabelVariants, qa as tabsListVariants, $a as toggleVariants, ja as useSidebar };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../../../button-BNOmhdpM.js";
|
|
2
|
-
import { a as t, i as n, n as r, o as i, r as a, t as o } from "../../../popover-
|
|
2
|
+
import { a as t, i as n, n as r, o as i, r as a, t as o } from "../../../popover-CXSOUeVQ.js";
|
|
3
3
|
import { useState as s } from "react";
|
|
4
4
|
import { jsx as c, jsxs as l } from "react/jsx-runtime";
|
|
5
5
|
//#region lib/components/ui/molecules/confirm-popover.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "../../../button-BNOmhdpM.js";
|
|
2
|
-
import { n as t, o as n, t as r } from "../../../popover-
|
|
2
|
+
import { n as t, o as n, t as r } from "../../../popover-CXSOUeVQ.js";
|
|
3
3
|
import { r as i, t as a } from "../../../calendar-DizaWURn.js";
|
|
4
4
|
import { t as o } from "../../../input-CSc-AfAa.js";
|
|
5
5
|
import { Label as s } from "../atoms/label.js";
|