@arcadeai/design-system 7.8.0 → 7.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/mixpanel.js +23 -0
- package/dist/components/index.js +140 -138
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +58 -57
- package/dist/components/ui/atoms/icons/mixpanel.d.ts +4 -0
- package/dist/components/ui/atoms/icons/mixpanel.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/mixpanel.js +15 -0
- package/dist/components/ui/atoms/index.js +85 -84
- package/dist/components/ui/index.js +140 -138
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts +8 -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 +6 -5
- package/dist/components/ui/organisms/index.d.ts +2 -0
- package/dist/components/ui/organisms/index.d.ts.map +1 -1
- package/dist/components/ui/organisms/index.js +3 -2
- package/dist/components/ui/organisms/mcp-server-picker-dialog.d.ts +29 -0
- package/dist/components/ui/organisms/mcp-server-picker-dialog.d.ts.map +1 -0
- package/dist/components/ui/organisms/mcp-server-picker-dialog.js +44 -0
- package/dist/main.js +146 -144
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +98 -96
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
|
@@ -138,87 +138,88 @@ import { MicrosoftSharepoint as Er } from "./icons/microsoft-sharepoint.js";
|
|
|
138
138
|
import { MicrosoftTeams as Dr } from "./icons/microsoft-teams.js";
|
|
139
139
|
import { MicrosoftWord as Or } from "./icons/microsoft-word.js";
|
|
140
140
|
import { Miro as kr } from "./icons/miro.js";
|
|
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 { t as zi } from "../../../
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import { n as
|
|
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
|
-
|
|
141
|
+
import { Mixpanel as Ar } from "./icons/mixpanel.js";
|
|
142
|
+
import { Monday as jr } from "./icons/monday.js";
|
|
143
|
+
import { MongoDB as Mr } from "./icons/mongodb.js";
|
|
144
|
+
import { Netsuite as Nr } from "./icons/netsuite.js";
|
|
145
|
+
import { Notion as Pr } from "./icons/notion.js";
|
|
146
|
+
import { Oauth as Fr } from "./icons/oauth.js";
|
|
147
|
+
import { Obsidian as Ir } from "./icons/obsidian.js";
|
|
148
|
+
import { Okta as Lr } from "./icons/okta.js";
|
|
149
|
+
import { Openai as Rr } from "./icons/openai.js";
|
|
150
|
+
import { Pagerduty as zr } from "./icons/pagerduty.js";
|
|
151
|
+
import { Pinecone as Br } from "./icons/pinecone.js";
|
|
152
|
+
import { Pinterest as Vr } from "./icons/pinterest.js";
|
|
153
|
+
import { Pipedrive as Hr } from "./icons/pipedrive.js";
|
|
154
|
+
import { Plaid as Ur } from "./icons/plaid.js";
|
|
155
|
+
import { Postgres as Wr } from "./icons/postgres.js";
|
|
156
|
+
import { Posthog as Gr } from "./icons/posthog.js";
|
|
157
|
+
import { Postman as Kr } from "./icons/postman.js";
|
|
158
|
+
import { Pylon as qr } from "./icons/pylon.js";
|
|
159
|
+
import { Quickbooks as Jr } from "./icons/quickbooks.js";
|
|
160
|
+
import { Railway as Yr } from "./icons/railway.js";
|
|
161
|
+
import { Reddit as Xr } from "./icons/reddit.js";
|
|
162
|
+
import { Resend as Zr } from "./icons/resend.js";
|
|
163
|
+
import { Salesforce as Qr } from "./icons/salesforce.js";
|
|
164
|
+
import { Shopify as $r } from "./icons/shopify.js";
|
|
165
|
+
import { Singlestore as ei } from "./icons/singlestore.js";
|
|
166
|
+
import { Slack as ti } from "./icons/slack.js";
|
|
167
|
+
import { Snowflake as ni } from "./icons/snowflake.js";
|
|
168
|
+
import { Splunk as ri } from "./icons/splunk.js";
|
|
169
|
+
import { Spotify as ii } from "./icons/spotify.js";
|
|
170
|
+
import { Square as ai } from "./icons/square.js";
|
|
171
|
+
import { Squarespace as oi } from "./icons/squarespace.js";
|
|
172
|
+
import { Squareup as si } from "./icons/squareup.js";
|
|
173
|
+
import { Stripe as ci } from "./icons/stripe.js";
|
|
174
|
+
import { Telegram as li } from "./icons/telegram.js";
|
|
175
|
+
import { Tesla as ui } from "./icons/tesla.js";
|
|
176
|
+
import { Ticktick as di } from "./icons/ticktick.js";
|
|
177
|
+
import { Tiktok as fi } from "./icons/tiktok.js";
|
|
178
|
+
import { Trello as pi } from "./icons/trello.js";
|
|
179
|
+
import { Twilio as mi } from "./icons/twilio.js";
|
|
180
|
+
import { Twitch as hi } from "./icons/twitch.js";
|
|
181
|
+
import { Vercel as gi } from "./icons/vercel.js";
|
|
182
|
+
import { VercelLogotype as _i } from "./icons/vercel-logotype.js";
|
|
183
|
+
import { Vscode as vi } from "./icons/vscode.js";
|
|
184
|
+
import { Walmart as yi } from "./icons/walmart.js";
|
|
185
|
+
import { Weaviate as bi } from "./icons/weaviate.js";
|
|
186
|
+
import { Windsurf as xi } from "./icons/windsurf.js";
|
|
187
|
+
import { Workday as Si } from "./icons/workday.js";
|
|
188
|
+
import { Wrike as Ci } from "./icons/wrike.js";
|
|
189
|
+
import { X as wi } from "./icons/x.js";
|
|
190
|
+
import { Xero as Ti } from "./icons/xero.js";
|
|
191
|
+
import { Youtube as Ei } from "./icons/youtube.js";
|
|
192
|
+
import { Yugabytedb as Di } from "./icons/yugabytedb.js";
|
|
193
|
+
import { Zendesk as Oi } from "./icons/zendesk.js";
|
|
194
|
+
import { Zoho as ki } from "./icons/zoho.js";
|
|
195
|
+
import { ZohoBooks as Ai } from "./icons/zoho-books.js";
|
|
196
|
+
import { ZohoCreator as ji } from "./icons/zoho-creator.js";
|
|
197
|
+
import { Zoom as Mi } from "./icons/zoom.js";
|
|
198
|
+
import { n as Ni, t as Pi } from "../../../radio-group-BpMluqfv.js";
|
|
199
|
+
import { a as Fi, i as Ii, n as Li, r as Ri, t as zi } from "../../../progress-BqG0PtAD.js";
|
|
200
|
+
import { t as Bi } from "../../../input-DZTqcpe-.js";
|
|
201
|
+
import { Textarea as Vi } from "./textarea.js";
|
|
202
|
+
import { InputGroup as Hi, InputGroupAddon as Ui, InputGroupButton as Wi, InputGroupInput as Gi, InputGroupText as Ki, InputGroupTextarea as qi } from "./input-group.js";
|
|
203
|
+
import { JsonHighlight as Ji, jsonHighlightVariants as Yi } from "./json-highlight.js";
|
|
204
|
+
import { Label as Xi } from "./label.js";
|
|
205
|
+
import { Loader as Zi } from "./loader.js";
|
|
206
|
+
import { ProBadge as Qi } from "./pro-badge.js";
|
|
207
|
+
import { n as $i, r as ea, t as ta } from "../../../resizable-7RrCRLzm.js";
|
|
208
|
+
import { n as na, t as ra } from "../../../scroll-area-D7iOy7xj.js";
|
|
209
|
+
import { ScrollButton as ia } from "./scroll-button.js";
|
|
210
|
+
import { ScrollToBottomButton as aa } from "./scroll-to-bottom-button.js";
|
|
211
|
+
import { Separator as oa } from "./separator.js";
|
|
212
|
+
import { Sheet as sa, SheetClose as ca, SheetContent as la, SheetDescription as ua, SheetFooter as da, SheetHeader as fa, SheetTitle as pa, SheetTrigger as ma } from "./sheet.js";
|
|
213
|
+
import { Skeleton as ha } from "./skeleton.js";
|
|
214
|
+
import { Sidebar as ga, SidebarContent as _a, SidebarFooter as va, SidebarGroup as ya, SidebarGroupAction as ba, SidebarGroupContent as xa, SidebarGroupLabel as Sa, SidebarHeader as Ca, SidebarInput as wa, SidebarInset as Ta, SidebarMenu as Ea, SidebarMenuAction as Da, SidebarMenuBadge as Oa, SidebarMenuButton as ka, SidebarMenuItem as Aa, SidebarMenuSkeleton as ja, SidebarMenuSub as Ma, SidebarMenuSubButton as Na, SidebarMenuSubItem as Pa, SidebarProvider as Fa, SidebarRail as Ia, SidebarSeparator as La, SidebarTrigger as Ra, useSidebar as za } from "./sidebar.js";
|
|
215
|
+
import { t as Ba } from "../../../slider-ClXWRpwI.js";
|
|
216
|
+
import { DS_SPARKLE_DURATION_MS as Va, SparkleBurst as Ha } from "./sparkle-burst.js";
|
|
217
|
+
import { StepIndicator as Ua, stepIndicatorIconVariants as Wa, stepIndicatorLabelVariants as Ga } from "./step-indicator.js";
|
|
218
|
+
import { t as Ka } from "../../../switch-DlxZDt6o.js";
|
|
219
|
+
import { Table as qa, TableBody as Ja, TableCaption as Ya, TableCell as Xa, TableFooter as Za, TableHead as Qa, TableHeader as $a, TableRow as eo } from "./table.js";
|
|
220
|
+
import { a as to, i as no, n as ro, r as io, t as ao } from "../../../tabs-Cj3LY-7F.js";
|
|
221
|
+
import { Toggle as oo, toggleVariants as so } from "./toggle.js";
|
|
222
|
+
import { n as co, t as lo } from "../../../toggle-group-CmP4iHEJ.js";
|
|
223
|
+
import { ViewToolsControl as uo } from "./view-tools-control.js";
|
|
224
|
+
import { t as fo } from "../../../virtualized-grid-DLNjqTNm.js";
|
|
225
|
+
export { r as Accordion, t as AccordionContent, n as AccordionItem, e as AccordionTrigger, kt as Adp, At as Aha, jt 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, Mt as Amplitude, Nt as Apollo, Pt as Arcade, k as ArcadeGradient, A as ArcadeGrid, Ft as ArcadeLogo, It as Asana, Lt as Ashby, Rt as Atlassian, zt as Attio, Bt as Auth0, I as Avatar, N as AvatarBadge, F as AvatarFallback, M as AvatarGroup, j as AvatarGroupCount, P as AvatarImage, L as AvatarNotificationBadge, Vt as Azure, z as Badge, Ht as Bamboohr, Ut as Basecamp, Wt as Bill, Gt as Bitbucket, Kt as Bluesky, qt as Box, V as BrandChip, Jt as Braze, H as Breadcrumb, U as BreadcrumbEllipsis, W as BreadcrumbItem, G as BreadcrumbLink, K as BreadcrumbList, q as BreadcrumbPage, J as BreadcrumbSeparator, Yt as Brex, Xt as Brightdata, Zt as Buffer, O as Button, he as ByocBadge, _e as Calendar, ge as CalendarDayButton, Qt 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, je as ChatContainerContent, Me as ChatContainerRoot, Ne as ChatContainerScrollAnchor, Fe as Checkbox, Pe as CheckboxVisual, $t as Claude, en as ClaudeCodeLogotype, Ie as ClearButton, tn as Clickhouse, nn as Clickup, rn as Cline, an as Closeio, Re as CodeBlock, ze as CodeBlockCode, Be as CodeBlockGroup, on as Codesandbox, sn as Coinbase, Ue as Collapsible, Ve as CollapsibleContent, He as CollapsibleTrigger, Qe as Command, Je as CommandDialog, Xe as CommandEmpty, Ke as CommandGroup, We as CommandInput, Ye as CommandItem, Ze as CommandList, Ge as CommandSeparator, qe as CommandShortcut, cn as Confluence, lt as CopyButton, ln as Cursor, un as CursorInstallDark, dn as CursorInstallLight, fn as CursorLogotype, pn as Customerio, Va as DS_SPARKLE_DURATION_MS, mn as Datadog, hn as Daytona, $e as Dialog, et as DialogClose, tt as DialogContent, nt as DialogDescription, rt as DialogFooter, it as DialogHeader, at as DialogOverlay, ot as DialogPortal, st as DialogTitle, ct as DialogTrigger, gn as DigitalOcean, _n as Discord, vn as Dropbox, Ct as DropdownMenu, vt as DropdownMenuCheckboxItem, xt as DropdownMenuContent, ht as DropdownMenuGroup, ut as DropdownMenuItem, yt as DropdownMenuLabel, St as DropdownMenuPortal, dt as DropdownMenuRadioGroup, gt as DropdownMenuRadioItem, wt as DropdownMenuSeparator, ft as DropdownMenuShortcut, pt as DropdownMenuSub, bt as DropdownMenuSubContent, _t as DropdownMenuSubTrigger, mt as DropdownMenuTrigger, yn as E2b, bn as Ebay, xn as Evernote, Sn as Exa, Cn as Factorial, wn as Figma, Tt as FilterChip, Tn as Firecrawl, En as Fireflies, Dn as FlyIo, On as Forkable, kn as Freshdesk, An as Freshservice, jn as Gemini, Mn as Generic, Nn as Github, Pn as Gitlab, Fn as Glean, In as Gmail, Ln as Google, Rn as GoogleCalendar, zn as GoogleContacts, Bn as GoogleDocs, Vn as GoogleDrive, Hn as GoogleFinance, Un as GoogleFlight, Wn as GoogleFlights, Gn as GoogleForms, Kn as GoogleHotels, qn as GoogleJobs, Jn as GoogleMaps, Yn as GoogleNews, Xn as GoogleSheets, Zn as GoogleShopping, Qn as GoogleSlides, $n as Goose, er as Granola, tr as Heroku, nr as Hootsuite, m as HoverCard, f as HoverCardContent, p as HoverCardTrigger, rr as Hubspot, Dt as IconTile, ir as Imgflip, Bi as Input, Hi as InputGroup, Ui as InputGroupAddon, Wi as InputGroupButton, Gi as InputGroupInput, Ki as InputGroupText, qi as InputGroupTextarea, ar as Insightly, or as Intercom, sr as Jira, Ji as JsonHighlight, Xi as Label, cr as Langchain, lr as LangchainLogotype, ur as Linear, dr as Linkedin, Zi as Loader, fr as Luma, pr as Mailchimp, Le as Markdown, mr as Mastra, hr as MastraLogotype, gr as MathToolkit, _r as Mcp, vr as Microsoft, yr as MicrosoftDynamics, br as MicrosoftExcel, xr as MicrosoftOnedrive, Sr as MicrosoftOutlookCalendar, Cr as MicrosoftOutlookMail, wr as MicrosoftPowerBi, Tr as MicrosoftPowerpoint, Er as MicrosoftSharepoint, Dr as MicrosoftTeams, Or as MicrosoftWord, kr as Miro, Ar as Mixpanel, de as MobileTooltip, fe as MobileTooltipContent, pe as MobileTooltipProvider, me as MobileTooltipTrigger, jr as Monday, Mr as MongoDB, Nr as Netsuite, Pr as Notion, Fr as Oauth, Ir as Obsidian, Lr as Okta, Rr as Openai, zr as Pagerduty, Br as Pinecone, Vr as Pinterest, Hr as Pipedrive, Ur as Plaid, ee as Popover, Z as PopoverContent, $ as PopoverDescription, X as PopoverHeader, Y as PopoverTitle, Q as PopoverTrigger, Wr as Postgres, Gr as Posthog, Kr as Postman, Qi as ProBadge, zi as Progress, Li as ProgressIndicator, Ri as ProgressLabel, Ii as ProgressTrack, Fi as ProgressValue, qr as Pylon, Jr as Quickbooks, Pi as RadioGroup, Ni as RadioGroupItem, Yr as Railway, Xr as Reddit, Zr as Resend, ta as ResizableHandle, $i as ResizablePanel, ea as ResizablePanelGroup, Qr as Salesforce, ra as ScrollArea, na as ScrollBar, ia as ScrollButton, aa as ScrollToBottomButton, 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, oa as Separator, sa as Sheet, ca as SheetClose, la as SheetContent, ua as SheetDescription, da as SheetFooter, fa as SheetHeader, pa as SheetTitle, ma as SheetTrigger, $r as Shopify, ga as Sidebar, _a as SidebarContent, va as SidebarFooter, ya as SidebarGroup, ba as SidebarGroupAction, xa as SidebarGroupContent, Sa as SidebarGroupLabel, Ca as SidebarHeader, wa as SidebarInput, Ta as SidebarInset, Ea as SidebarMenu, Da as SidebarMenuAction, Oa as SidebarMenuBadge, ka as SidebarMenuButton, Aa as SidebarMenuItem, ja as SidebarMenuSkeleton, Ma as SidebarMenuSub, Na as SidebarMenuSubButton, Pa as SidebarMenuSubItem, Fa as SidebarProvider, Ia as SidebarRail, La as SidebarSeparator, Ra as SidebarTrigger, ei as Singlestore, ha as Skeleton, ti as Slack, Ba as Slider, ni as Snowflake, Ha as SparkleBurst, ri as Splunk, ii as Spotify, ai as Square, oi as Squarespace, si as Squareup, Ua as StepIndicator, ci as Stripe, Ka as Switch, qa as Table, Ja as TableBody, Ya as TableCaption, Xa as TableCell, Za as TableFooter, Qa as TableHead, $a as TableHeader, eo as TableRow, ao as Tabs, ro as TabsContent, io as TabsList, no as TabsTrigger, li as Telegram, ui as Tesla, Vi as Textarea, di as Ticktick, fi as Tiktok, oo as Toggle, lo as ToggleGroup, co as ToggleGroupChip, d as Tooltip, l as TooltipContent, u as TooltipProvider, c as TooltipTrigger, pi as Trello, mi as Twilio, hi as Twitch, gi as Vercel, _i as VercelLogotype, uo as ViewToolsControl, fo as VirtualizedGrid, vi as Vscode, yi as Walmart, bi as Weaviate, xi as Windsurf, Si as Workday, Ci as Wrike, wi as X, Ti as Xero, Ei as Youtube, Di as Yugabytedb, Oi as Zendesk, ki as Zoho, Ai as ZohoBooks, ji as ZohoCreator, Mi as Zoom, R as avatarBadgeVariants, B as badgeVariants, D as buttonVariants, Et as filterChipVariants, Ot as iconTileVariants, Yi as jsonHighlightVariants, Wa as stepIndicatorIconVariants, Ga as stepIndicatorLabelVariants, to as tabsListVariants, so as toggleVariants, za as useSidebar };
|
|
@@ -138,141 +138,143 @@ import { MicrosoftSharepoint as Er } from "./atoms/icons/microsoft-sharepoint.js
|
|
|
138
138
|
import { MicrosoftTeams as Dr } from "./atoms/icons/microsoft-teams.js";
|
|
139
139
|
import { MicrosoftWord as Or } from "./atoms/icons/microsoft-word.js";
|
|
140
140
|
import { Miro as kr } from "./atoms/icons/miro.js";
|
|
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 { t as zi } from "../../
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import { n as
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import {
|
|
269
|
-
import {
|
|
270
|
-
import {
|
|
271
|
-
import {
|
|
272
|
-
import {
|
|
273
|
-
import {
|
|
274
|
-
import {
|
|
275
|
-
import {
|
|
276
|
-
import {
|
|
277
|
-
import {
|
|
278
|
-
export { r as Accordion, t as AccordionContent, n as AccordionItem, e as AccordionTrigger, kt as Adp, At as Aha, jt 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, Mt as Amplitude, Nt as Apollo, Pt as Arcade, k as ArcadeGradient, A as ArcadeGrid, Ft as ArcadeLogo, It as Asana, Lt as Ashby, Rt as Atlassian, zt as Attio, Bt as Auth0, Zs as AuthTemplate, Qs as AuthTemplateCard, $s as AuthTemplateContent, ec as AuthTemplateDefaultBackground, tc as AuthTemplateDescription, nc as AuthTemplateFooter, rc as AuthTemplateGridOverlay, ic as AuthTemplateHeader, ac as AuthTemplateLegal, oc as AuthTemplateLegalLink, sc as AuthTemplateLogo, cc as AuthTemplatePrompt, lc as AuthTemplatePromptLink, uc as AuthTemplateTitle, dc as AuthTemplateVideoBackground, I as Avatar, N as AvatarBadge, F as AvatarFallback, M as AvatarGroup, j as AvatarGroupCount, P as AvatarImage, L as AvatarNotificationBadge, fo as AvatarStack, Vt as Azure, z as Badge, Ht as Bamboohr, Ut as Basecamp, Wt as Bill, Gt as Bitbucket, Kt as Bluesky, qt as Box, V as BrandChip, Jt as Braze, H as Breadcrumb, U as BreadcrumbEllipsis, W as BreadcrumbItem, G as BreadcrumbLink, K as BreadcrumbList, q as BreadcrumbPage, J as BreadcrumbSeparator, Yt as Brex, Xt as Brightdata, Zt as Buffer, O as Button, he as ByocBadge, _e as Calendar, ge as CalendarDayButton, Qt as Calendly, po as Callout, 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, xo as ChatAssistantMessage, Gs as ChatBodySkeleton, je as ChatContainerContent, Me as ChatContainerRoot, Ne as ChatContainerScrollAnchor, Ks as ChatContentSkeleton, qs as ChatFooterSkeleton, Js as ChatHeaderSkeleton, ho as ChatHistoryItem, So as ChatMessageList, Co as ChatMessageListSkeleton, Xs as ChatPageSkeleton, Ys as ChatSidebarSkeleton, wo as ChatStreamingIndicator, Is as ChatTemplate, Ls as ChatTemplateBody, Rs as ChatTemplateFooter, zs as ChatTemplateHeader, Bs as ChatTemplateHeaderGroup, Vs as ChatTemplateOverview, Hs as ChatTemplateOverviewSubtitle, Us as ChatTemplateOverviewTitle, Ws as ChatTemplateSuggestions, To as ChatUserMessage, Fe as Checkbox, Pe as CheckboxVisual, ko as ChipBody, $t as Claude, en as ClaudeCodeLogotype, Ie as ClearButton, tn as Clickhouse, nn as Clickup, Ao as ClientSecretInput, rn as Cline, an as Closeio, Re as CodeBlock, ze as CodeBlockCode, Be as CodeBlockGroup, on as Codesandbox, sn as Coinbase, Ue as Collapsible, Ve as CollapsibleContent, He as CollapsibleTrigger, Qe as Command, jo as CommandBar, Je as CommandDialog, Xe as CommandEmpty, Ke as CommandGroup, We as CommandInput, Ye as CommandItem, Ze as CommandList, Ge as CommandSeparator, qe as CommandShortcut, mo as ConfirmPopover, cn as Confluence, lt as CopyButton, ln as Cursor, un as CursorInstallDark, dn as CursorInstallLight, fn as CursorLogotype, pn as Customerio, xc as DEFAULT_MCP_CLIENT_IDS, Sc as DEFAULT_MCP_SERVER_IDS, Ba as DS_SPARKLE_DURATION_MS, mn as Datadog, Mo as DateTimePicker, hn as Daytona, $e as Dialog, et as DialogClose, tt as DialogContent, nt as DialogDescription, rt as DialogFooter, it as DialogHeader, at as DialogOverlay, ot as DialogPortal, st as DialogTitle, ct as DialogTrigger, gn as DigitalOcean, _n as Discord, vn as Dropbox, Ct as DropdownMenu, vt as DropdownMenuCheckboxItem, xt as DropdownMenuContent, ht as DropdownMenuGroup, ut as DropdownMenuItem, yt as DropdownMenuLabel, St as DropdownMenuPortal, dt as DropdownMenuRadioGroup, gt as DropdownMenuRadioItem, wt as DropdownMenuSeparator, ft as DropdownMenuShortcut, pt as DropdownMenuSub, bt as DropdownMenuSubContent, _t as DropdownMenuSubTrigger, mt as DropdownMenuTrigger, yn as E2b, bn as Ebay, No as EmptyState, Po as ErrorState, pc as ErrorTemplate, mc as ErrorTemplateActions, hc as ErrorTemplateContent, gc as ErrorTemplateDescription, _c as ErrorTemplateIcon, vc as ErrorTemplateLogo, yc as ErrorTemplateTitle, bc as ErrorTemplateUrl, xn as Evernote, Sn as Exa, Cn as Factorial, wn as Figma, Tt as FilterChip, Fo as FilterChipGroup, Tn as Firecrawl, En as Fireflies, Io as FlowDiagram, Dn as FlyIo, On as Forkable, kn as Freshdesk, An as Freshservice, Cc as GatewayDiagram, jn as Gemini, Mn as Generic, Nn as Github, Pn as Gitlab, Fn as Glean, In as Gmail, Ln as Google, Rn as GoogleCalendar, zn as GoogleContacts, Bn as GoogleDocs, Vn as GoogleDrive, Hn as GoogleFinance, Un as GoogleFlight, Wn as GoogleFlights, Gn as GoogleForms, Kn as GoogleHotels, qn as GoogleJobs, Jn as GoogleMaps, Yn as GoogleNews, Xn as GoogleSheets, Zn as GoogleShopping, Qn as GoogleSlides, $n as Goose, er as Granola, tr as Heroku, nr as Hootsuite, m as HoverCard, f as HoverCardContent, p as HoverCardTrigger, rr as Hubspot, Dt as IconTile, ir as Imgflip, zi as Input, Vi as InputGroup, Hi as InputGroupAddon, Ui as InputGroupButton, Wi as InputGroupInput, Gi as InputGroupText, Ki as InputGroupTextarea, ar as Insightly, or as Intercom, sr as Jira, qi as JsonHighlight, Yi as Label, cr as Langchain, lr as LangchainLogotype, ur as Linear, dr as Linkedin, Xi as Loader, fc as LoginPage, fr as Luma, pr as Mailchimp, Le as Markdown, mr as Mastra, hr as MastraLogotype, gr as MathToolkit, _r as Mcp, Go as McpCardHeading, Lo as McpHeaderCheckboxToggle, zo as McpRecommendedToolsCallout, Bo as McpRecommendedToolsDeactivateDialog, Vo as McpRecommendedToolsOptOutDialog, Ho as McpRequirementListItem, Os as McpRequirementsDialog, ks as McpRequirementsStatus, Uo as McpReviewCountChip, Ro as McpSectionCallout, Wo as McpSectionNavHeader, As as McpSelectionSummaryBar, Yo as McpServerAvatarStack, Xo as McpServerCard, js as McpServerPicker, Ms as McpServerPickerGrid, Ns as McpServerPickerHeader, Ps as McpServerPickerToolGrid, Zo as McpSetupCallout, Qo as McpToolCard, Fs as McpToolInventoryPopover, $o as McpToolRecommendations, qo as McpToolkitAvatar, es as McpToolkitChip, ts as McpToolkitGroupHeader, ns as McpUnoptimizedMatchCard, rs as McpViewTabs, go as Message, _o as MessageAction, vo as MessageActions, yo as MessageAvatar, bo as MessageContent, vr as Microsoft, yr as MicrosoftDynamics, br as MicrosoftExcel, xr as MicrosoftOnedrive, Sr as MicrosoftOutlookCalendar, Cr as MicrosoftOutlookMail, wr as MicrosoftPowerBi, Tr as MicrosoftPowerpoint, Er as MicrosoftSharepoint, Dr as MicrosoftTeams, Or as MicrosoftWord, kr as Miro, de as MobileTooltip, fe as MobileTooltipContent, pe as MobileTooltipProvider, me as MobileTooltipTrigger, Ar as Monday, jr as MongoDB, Mr as Netsuite, Nr as Notion, Pr as Oauth, Fr as Obsidian, Ir as Okta, Lr as Openai, Rr as Pagerduty, zr as Pinecone, Br as Pinterest, Vr as Pipedrive, Hr as Plaid, ee as Popover, Z as PopoverContent, $ as PopoverDescription, X as PopoverHeader, Y as PopoverTitle, Q as PopoverTrigger, Ur as Postgres, Wr as Posthog, Gr as Postman, Zi as ProBadge, Ri as Progress, Ii as ProgressIndicator, Li as ProgressLabel, Fi as ProgressTrack, Pi as ProgressValue, is as PromptInput, as as PromptInputAction, os as PromptInputActions, ss as PromptInputTextarea, Kr as Pylon, qr as Quickbooks, Ni as RadioGroup, Mi as RadioGroupItem, Jr as Railway, Yr as Reddit, Eo as RemovableChip, Do as RemovableChipButton, cs as RequirementBadges, Xr as Resend, ea as ResizableHandle, Qi as ResizablePanel, $i as ResizablePanelGroup, Zr as Salesforce, na as ScrollArea, ta as ScrollBar, ra as ScrollButton, ia as ScrollToBottomButton, 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, aa as Separator, oa as Sheet, sa as SheetClose, ca as SheetContent, la as SheetDescription, ua as SheetFooter, da as SheetHeader, fa as SheetTitle, pa as SheetTrigger, Qr as Shopify, ha as Sidebar, ga as SidebarContent, _a as SidebarFooter, va as SidebarGroup, ya as SidebarGroupAction, ba as SidebarGroupContent, xa as SidebarGroupLabel, Sa as SidebarHeader, Ca as SidebarInput, wa as SidebarInset, Ta as SidebarMenu, Ea as SidebarMenuAction, Da as SidebarMenuBadge, Oa as SidebarMenuButton, ka as SidebarMenuItem, Aa as SidebarMenuSkeleton, ja as SidebarMenuSub, Ma as SidebarMenuSubButton, Na as SidebarMenuSubItem, Pa as SidebarProvider, Fa as SidebarRail, Ia as SidebarSeparator, La as SidebarTrigger, $r as Singlestore, ma as Skeleton, ei as Slack, za as Slider, ti as Snowflake, Va as SparkleBurst, ni as Splunk, ri as Spotify, ii as Square, ai as Squarespace, oi as Squareup, Ha as StepIndicator, us as StepsProgress, si as Stripe, ds as SuggestionCard, fs as SuggestionCardSkeleton, Ga as Switch, Ka as Table, qa as TableBody, Ja as TableCaption, Ya as TableCell, Xa as TableFooter, Za as TableHead, Qa as TableHeader, $a as TableRow, io as Tabs, no as TabsContent, ro as TabsList, to as TabsTrigger, ps as TagsInput, ms as TagsInputValue, ci as Telegram, li as Tesla, Bi as Textarea, ui as Ticktick, di as Tiktok, ao as Toggle, co as ToggleGroup, so as ToggleGroupChip, hs as ToolAuthorization, gs as ToolAuthorizationArgs, _s as ToolAuthorizationContent, vs as ToolAuthorizationHeader, ys as ToolAuthorizationMessage, bs as ToolCallAccordion, xs as ToolCallAccordionContent, Ss as ToolCallAccordionItem, Cs as ToolCallAccordionTrigger, ws as ToolCard, ls as ToolkitCard, d as Tooltip, l as TooltipContent, u as TooltipProvider, c as TooltipTrigger, fi as Trello, pi as Twilio, mi as Twitch, Ts as UndoToastProvider, Ds as UserNav, hi as Vercel, gi as VercelLogotype, lo as ViewToolsControl, uo as VirtualizedGrid, _i as Vscode, vi as Walmart, yi as Weaviate, bi as Windsurf, xi as Workday, Si as Wrike, Ci as X, wi as Xero, Ti as Youtube, Ei as Yugabytedb, Di as Zendesk, Oi as Zoho, ki as ZohoBooks, Ai as ZohoCreator, ji as Zoom, R as avatarBadgeVariants, B as badgeVariants, D as buttonVariants, Et as filterChipVariants, Ot as iconTileVariants, Ji as jsonHighlightVariants, Ko as mcpSelectionCardShellVariants, Jo as mcpToolkitAvatarVariants, Oo as removableChipButtonClass, Ua as stepIndicatorIconVariants, Wa as stepIndicatorLabelVariants, eo as tabsListVariants, oo as toggleVariants, Ra as useSidebar, Es as useUndoToast };
|
|
141
|
+
import { Mixpanel as Ar } from "./atoms/icons/mixpanel.js";
|
|
142
|
+
import { Monday as jr } from "./atoms/icons/monday.js";
|
|
143
|
+
import { MongoDB as Mr } from "./atoms/icons/mongodb.js";
|
|
144
|
+
import { Netsuite as Nr } from "./atoms/icons/netsuite.js";
|
|
145
|
+
import { Notion as Pr } from "./atoms/icons/notion.js";
|
|
146
|
+
import { Oauth as Fr } from "./atoms/icons/oauth.js";
|
|
147
|
+
import { Obsidian as Ir } from "./atoms/icons/obsidian.js";
|
|
148
|
+
import { Okta as Lr } from "./atoms/icons/okta.js";
|
|
149
|
+
import { Openai as Rr } from "./atoms/icons/openai.js";
|
|
150
|
+
import { Pagerduty as zr } from "./atoms/icons/pagerduty.js";
|
|
151
|
+
import { Pinecone as Br } from "./atoms/icons/pinecone.js";
|
|
152
|
+
import { Pinterest as Vr } from "./atoms/icons/pinterest.js";
|
|
153
|
+
import { Pipedrive as Hr } from "./atoms/icons/pipedrive.js";
|
|
154
|
+
import { Plaid as Ur } from "./atoms/icons/plaid.js";
|
|
155
|
+
import { Postgres as Wr } from "./atoms/icons/postgres.js";
|
|
156
|
+
import { Posthog as Gr } from "./atoms/icons/posthog.js";
|
|
157
|
+
import { Postman as Kr } from "./atoms/icons/postman.js";
|
|
158
|
+
import { Pylon as qr } from "./atoms/icons/pylon.js";
|
|
159
|
+
import { Quickbooks as Jr } from "./atoms/icons/quickbooks.js";
|
|
160
|
+
import { Railway as Yr } from "./atoms/icons/railway.js";
|
|
161
|
+
import { Reddit as Xr } from "./atoms/icons/reddit.js";
|
|
162
|
+
import { Resend as Zr } from "./atoms/icons/resend.js";
|
|
163
|
+
import { Salesforce as Qr } from "./atoms/icons/salesforce.js";
|
|
164
|
+
import { Shopify as $r } from "./atoms/icons/shopify.js";
|
|
165
|
+
import { Singlestore as ei } from "./atoms/icons/singlestore.js";
|
|
166
|
+
import { Slack as ti } from "./atoms/icons/slack.js";
|
|
167
|
+
import { Snowflake as ni } from "./atoms/icons/snowflake.js";
|
|
168
|
+
import { Splunk as ri } from "./atoms/icons/splunk.js";
|
|
169
|
+
import { Spotify as ii } from "./atoms/icons/spotify.js";
|
|
170
|
+
import { Square as ai } from "./atoms/icons/square.js";
|
|
171
|
+
import { Squarespace as oi } from "./atoms/icons/squarespace.js";
|
|
172
|
+
import { Squareup as si } from "./atoms/icons/squareup.js";
|
|
173
|
+
import { Stripe as ci } from "./atoms/icons/stripe.js";
|
|
174
|
+
import { Telegram as li } from "./atoms/icons/telegram.js";
|
|
175
|
+
import { Tesla as ui } from "./atoms/icons/tesla.js";
|
|
176
|
+
import { Ticktick as di } from "./atoms/icons/ticktick.js";
|
|
177
|
+
import { Tiktok as fi } from "./atoms/icons/tiktok.js";
|
|
178
|
+
import { Trello as pi } from "./atoms/icons/trello.js";
|
|
179
|
+
import { Twilio as mi } from "./atoms/icons/twilio.js";
|
|
180
|
+
import { Twitch as hi } from "./atoms/icons/twitch.js";
|
|
181
|
+
import { Vercel as gi } from "./atoms/icons/vercel.js";
|
|
182
|
+
import { VercelLogotype as _i } from "./atoms/icons/vercel-logotype.js";
|
|
183
|
+
import { Vscode as vi } from "./atoms/icons/vscode.js";
|
|
184
|
+
import { Walmart as yi } from "./atoms/icons/walmart.js";
|
|
185
|
+
import { Weaviate as bi } from "./atoms/icons/weaviate.js";
|
|
186
|
+
import { Windsurf as xi } from "./atoms/icons/windsurf.js";
|
|
187
|
+
import { Workday as Si } from "./atoms/icons/workday.js";
|
|
188
|
+
import { Wrike as Ci } from "./atoms/icons/wrike.js";
|
|
189
|
+
import { X as wi } from "./atoms/icons/x.js";
|
|
190
|
+
import { Xero as Ti } from "./atoms/icons/xero.js";
|
|
191
|
+
import { Youtube as Ei } from "./atoms/icons/youtube.js";
|
|
192
|
+
import { Yugabytedb as Di } from "./atoms/icons/yugabytedb.js";
|
|
193
|
+
import { Zendesk as Oi } from "./atoms/icons/zendesk.js";
|
|
194
|
+
import { Zoho as ki } from "./atoms/icons/zoho.js";
|
|
195
|
+
import { ZohoBooks as Ai } from "./atoms/icons/zoho-books.js";
|
|
196
|
+
import { ZohoCreator as ji } from "./atoms/icons/zoho-creator.js";
|
|
197
|
+
import { Zoom as Mi } from "./atoms/icons/zoom.js";
|
|
198
|
+
import { n as Ni, t as Pi } from "../../radio-group-BpMluqfv.js";
|
|
199
|
+
import { a as Fi, i as Ii, n as Li, r as Ri, t as zi } from "../../progress-BqG0PtAD.js";
|
|
200
|
+
import { t as Bi } from "../../input-DZTqcpe-.js";
|
|
201
|
+
import { Textarea as Vi } from "./atoms/textarea.js";
|
|
202
|
+
import { InputGroup as Hi, InputGroupAddon as Ui, InputGroupButton as Wi, InputGroupInput as Gi, InputGroupText as Ki, InputGroupTextarea as qi } from "./atoms/input-group.js";
|
|
203
|
+
import { JsonHighlight as Ji, jsonHighlightVariants as Yi } from "./atoms/json-highlight.js";
|
|
204
|
+
import { Label as Xi } from "./atoms/label.js";
|
|
205
|
+
import { Loader as Zi } from "./atoms/loader.js";
|
|
206
|
+
import { ProBadge as Qi } from "./atoms/pro-badge.js";
|
|
207
|
+
import { n as $i, r as ea, t as ta } from "../../resizable-7RrCRLzm.js";
|
|
208
|
+
import { n as na, t as ra } from "../../scroll-area-D7iOy7xj.js";
|
|
209
|
+
import { ScrollButton as ia } from "./atoms/scroll-button.js";
|
|
210
|
+
import { ScrollToBottomButton as aa } from "./atoms/scroll-to-bottom-button.js";
|
|
211
|
+
import { Separator as oa } from "./atoms/separator.js";
|
|
212
|
+
import { Sheet as sa, SheetClose as ca, SheetContent as la, SheetDescription as ua, SheetFooter as da, SheetHeader as fa, SheetTitle as pa, SheetTrigger as ma } from "./atoms/sheet.js";
|
|
213
|
+
import { Skeleton as ha } from "./atoms/skeleton.js";
|
|
214
|
+
import { Sidebar as ga, SidebarContent as _a, SidebarFooter as va, SidebarGroup as ya, SidebarGroupAction as ba, SidebarGroupContent as xa, SidebarGroupLabel as Sa, SidebarHeader as Ca, SidebarInput as wa, SidebarInset as Ta, SidebarMenu as Ea, SidebarMenuAction as Da, SidebarMenuBadge as Oa, SidebarMenuButton as ka, SidebarMenuItem as Aa, SidebarMenuSkeleton as ja, SidebarMenuSub as Ma, SidebarMenuSubButton as Na, SidebarMenuSubItem as Pa, SidebarProvider as Fa, SidebarRail as Ia, SidebarSeparator as La, SidebarTrigger as Ra, useSidebar as za } from "./atoms/sidebar.js";
|
|
215
|
+
import { t as Ba } from "../../slider-ClXWRpwI.js";
|
|
216
|
+
import { DS_SPARKLE_DURATION_MS as Va, SparkleBurst as Ha } from "./atoms/sparkle-burst.js";
|
|
217
|
+
import { StepIndicator as Ua, stepIndicatorIconVariants as Wa, stepIndicatorLabelVariants as Ga } from "./atoms/step-indicator.js";
|
|
218
|
+
import { t as Ka } from "../../switch-DlxZDt6o.js";
|
|
219
|
+
import { Table as qa, TableBody as Ja, TableCaption as Ya, TableCell as Xa, TableFooter as Za, TableHead as Qa, TableHeader as $a, TableRow as eo } from "./atoms/table.js";
|
|
220
|
+
import { a as to, i as no, n as ro, r as io, t as ao } from "../../tabs-Cj3LY-7F.js";
|
|
221
|
+
import { Toggle as oo, toggleVariants as so } from "./atoms/toggle.js";
|
|
222
|
+
import { n as co, t as lo } from "../../toggle-group-CmP4iHEJ.js";
|
|
223
|
+
import { ViewToolsControl as uo } from "./atoms/view-tools-control.js";
|
|
224
|
+
import { t as fo } from "../../virtualized-grid-DLNjqTNm.js";
|
|
225
|
+
import { AvatarStack as po } from "./molecules/avatar-stack.js";
|
|
226
|
+
import { Callout as mo } from "./molecules/callout.js";
|
|
227
|
+
import { ConfirmPopover as ho } from "./molecules/confirm-popover.js";
|
|
228
|
+
import { ChatHistoryItem as go } from "./molecules/chat-history-item.js";
|
|
229
|
+
import { Message as _o, MessageAction as vo, MessageActions as yo, MessageAvatar as bo, MessageContent as xo } from "./molecules/message.js";
|
|
230
|
+
import { ChatAssistantMessage as So, ChatMessageList as Co, ChatMessageListSkeleton as wo, ChatStreamingIndicator as To, ChatUserMessage as Eo } from "./molecules/chat-message-list.js";
|
|
231
|
+
import { RemovableChip as Do, RemovableChipButton as Oo, removableChipButtonClass as ko } from "./molecules/removable-chip.js";
|
|
232
|
+
import { ChipBody as Ao } from "./molecules/chip-body.js";
|
|
233
|
+
import { ClientSecretInput as jo } from "./molecules/client-secret-field.js";
|
|
234
|
+
import { CommandBar as Mo } from "./molecules/command-bar.js";
|
|
235
|
+
import { DateTimePicker as No } from "./molecules/date-time-picker.js";
|
|
236
|
+
import { EmptyState as Po } from "./molecules/empty-state.js";
|
|
237
|
+
import { ErrorState as Fo } from "./molecules/error-state.js";
|
|
238
|
+
import { FilterChipGroup as Io } from "./molecules/filter-chip-group.js";
|
|
239
|
+
import { FlowDiagram as Lo } from "./molecules/flow-diagram.js";
|
|
240
|
+
import { McpHeaderCheckboxToggle as Ro } from "./molecules/mcp-server-picker/header-checkbox-toggle.js";
|
|
241
|
+
import { McpSectionCallout as zo } from "./molecules/mcp-server-picker/section-callout.js";
|
|
242
|
+
import { McpRecommendedToolsCallout as Bo, McpRecommendedToolsDeactivateDialog as Vo, McpRecommendedToolsOptOutDialog as Ho } from "./molecules/mcp-server-picker/recommended-tools.js";
|
|
243
|
+
import { McpRequirementListItem as Uo } from "./molecules/mcp-server-picker/requirement-list-item.js";
|
|
244
|
+
import { McpReviewCountChip as Wo } from "./molecules/mcp-server-picker/review-count-chip.js";
|
|
245
|
+
import { McpSectionNavHeader as Go } from "./molecules/mcp-server-picker/section-nav-header.js";
|
|
246
|
+
import { McpCardHeading as Ko, mcpSelectionCardShellVariants as qo } from "./molecules/mcp-server-picker/selection-card-parts.js";
|
|
247
|
+
import { McpToolkitAvatar as Jo, mcpToolkitAvatarVariants as Yo } from "./molecules/mcp-server-picker/toolkit-avatar.js";
|
|
248
|
+
import { McpServerAvatarStack as Xo } from "./molecules/mcp-server-picker/server-avatar-stack.js";
|
|
249
|
+
import { McpServerCard as Zo } from "./molecules/mcp-server-picker/server-card.js";
|
|
250
|
+
import { McpSetupCallout as Qo } from "./molecules/mcp-server-picker/setup-callout.js";
|
|
251
|
+
import { McpToolCard as $o } from "./molecules/mcp-server-picker/tool-card.js";
|
|
252
|
+
import { McpToolRecommendations as es } from "./molecules/mcp-server-picker/tool-recommendations.js";
|
|
253
|
+
import { McpToolkitChip as ts } from "./molecules/mcp-server-picker/toolkit-chip.js";
|
|
254
|
+
import { McpToolkitGroupHeader as ns } from "./molecules/mcp-server-picker/toolkit-group-header.js";
|
|
255
|
+
import { McpUnoptimizedMatchCard as rs } from "./molecules/mcp-server-picker/unoptimized-match-card.js";
|
|
256
|
+
import { McpViewTabs as is } from "./molecules/mcp-server-picker/view-tabs.js";
|
|
257
|
+
import { PromptInput as as, PromptInputAction as os, PromptInputActions as ss, PromptInputTextarea as cs } from "./molecules/prompt-input.js";
|
|
258
|
+
import { r as ls, t as us } from "../../ui-46pgiw5T.js";
|
|
259
|
+
import { StepsProgress as ds } from "./molecules/steps-progress.js";
|
|
260
|
+
import { SuggestionCard as fs, SuggestionCardSkeleton as ps } from "./molecules/suggestion-card.js";
|
|
261
|
+
import { TagsInput as ms, TagsInputValue as hs } from "./molecules/tags-input.js";
|
|
262
|
+
import { ToolAuthorization as gs, ToolAuthorizationArgs as _s, ToolAuthorizationContent as vs, ToolAuthorizationHeader as ys, ToolAuthorizationMessage as bs } from "./molecules/tool-authorization.js";
|
|
263
|
+
import { ToolCallAccordion as xs, ToolCallAccordionContent as Ss, ToolCallAccordionItem as Cs, ToolCallAccordionTrigger as ws } from "./molecules/tool-call-accordion.js";
|
|
264
|
+
import { ToolCard as Ts } from "./molecules/tool-card.js";
|
|
265
|
+
import { n as Es, r as Ds } from "../../undo-toast-BXx_B4Ak.js";
|
|
266
|
+
import { UserNav as Os } from "./molecules/user-nav.js";
|
|
267
|
+
import { McpRequirementsDialog as ks } from "./organisms/mcp-requirements-dialog.js";
|
|
268
|
+
import { McpRequirementsStatus as As } from "./organisms/mcp-requirements-status.js";
|
|
269
|
+
import { McpSelectionSummaryBar as js } from "./organisms/mcp-selection-summary-bar.js";
|
|
270
|
+
import { McpServerPicker as Ms, McpServerPickerGrid as Ns, McpServerPickerHeader as Ps, McpServerPickerToolGrid as Fs } from "./organisms/mcp-server-picker.js";
|
|
271
|
+
import { McpServerPickerDialog as Is } from "./organisms/mcp-server-picker-dialog.js";
|
|
272
|
+
import { McpToolInventoryPopover as Ls } from "./organisms/mcp-tool-inventory-popover.js";
|
|
273
|
+
import { ChatTemplate as Rs, ChatTemplateBody as zs, ChatTemplateFooter as Bs, ChatTemplateHeader as Vs, ChatTemplateHeaderGroup as Hs, ChatTemplateOverview as Us, ChatTemplateOverviewSubtitle as Ws, ChatTemplateOverviewTitle as Gs, ChatTemplateSuggestions as Ks } from "./templates/chat-template.js";
|
|
274
|
+
import { ChatBodySkeleton as qs, ChatContentSkeleton as Js, ChatFooterSkeleton as Ys, ChatHeaderSkeleton as Xs, ChatSidebarSkeleton as Zs } from "./templates/chat-template-skeletons.js";
|
|
275
|
+
import { ChatPageSkeleton as Qs } from "./pages/chat-page-skeleton.js";
|
|
276
|
+
import { AuthTemplate as $s, AuthTemplateCard as ec, AuthTemplateContent as tc, AuthTemplateDefaultBackground as nc, AuthTemplateDescription as rc, AuthTemplateFooter as ic, AuthTemplateGridOverlay as ac, AuthTemplateHeader as oc, AuthTemplateLegal as sc, AuthTemplateLegalLink as cc, AuthTemplateLogo as lc, AuthTemplatePrompt as uc, AuthTemplatePromptLink as dc, AuthTemplateTitle as fc, AuthTemplateVideoBackground as pc } from "./templates/auth-template.js";
|
|
277
|
+
import { LoginPage as mc } from "./pages/login-page.js";
|
|
278
|
+
import { ErrorTemplate as hc, ErrorTemplateActions as gc, ErrorTemplateContent as _c, ErrorTemplateDescription as vc, ErrorTemplateIcon as yc, ErrorTemplateLogo as bc, ErrorTemplateTitle as xc, ErrorTemplateUrl as Sc } from "./templates/error-template.js";
|
|
279
|
+
import { DEFAULT_MCP_CLIENT_IDS as Cc, DEFAULT_MCP_SERVER_IDS as wc, GatewayDiagram as Tc } from "./templates/gateway-diagram.js";
|
|
280
|
+
export { r as Accordion, t as AccordionContent, n as AccordionItem, e as AccordionTrigger, kt as Adp, At as Aha, jt 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, Mt as Amplitude, Nt as Apollo, Pt as Arcade, k as ArcadeGradient, A as ArcadeGrid, Ft as ArcadeLogo, It as Asana, Lt as Ashby, Rt as Atlassian, zt as Attio, Bt as Auth0, $s as AuthTemplate, ec as AuthTemplateCard, tc as AuthTemplateContent, nc as AuthTemplateDefaultBackground, rc as AuthTemplateDescription, ic as AuthTemplateFooter, ac as AuthTemplateGridOverlay, oc as AuthTemplateHeader, sc as AuthTemplateLegal, cc as AuthTemplateLegalLink, lc as AuthTemplateLogo, uc as AuthTemplatePrompt, dc as AuthTemplatePromptLink, fc as AuthTemplateTitle, pc as AuthTemplateVideoBackground, I as Avatar, N as AvatarBadge, F as AvatarFallback, M as AvatarGroup, j as AvatarGroupCount, P as AvatarImage, L as AvatarNotificationBadge, po as AvatarStack, Vt as Azure, z as Badge, Ht as Bamboohr, Ut as Basecamp, Wt as Bill, Gt as Bitbucket, Kt as Bluesky, qt as Box, V as BrandChip, Jt as Braze, H as Breadcrumb, U as BreadcrumbEllipsis, W as BreadcrumbItem, G as BreadcrumbLink, K as BreadcrumbList, q as BreadcrumbPage, J as BreadcrumbSeparator, Yt as Brex, Xt as Brightdata, Zt as Buffer, O as Button, he as ByocBadge, _e as Calendar, ge as CalendarDayButton, Qt as Calendly, mo as Callout, 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, So as ChatAssistantMessage, qs as ChatBodySkeleton, je as ChatContainerContent, Me as ChatContainerRoot, Ne as ChatContainerScrollAnchor, Js as ChatContentSkeleton, Ys as ChatFooterSkeleton, Xs as ChatHeaderSkeleton, go as ChatHistoryItem, Co as ChatMessageList, wo as ChatMessageListSkeleton, Qs as ChatPageSkeleton, Zs as ChatSidebarSkeleton, To as ChatStreamingIndicator, Rs as ChatTemplate, zs as ChatTemplateBody, Bs as ChatTemplateFooter, Vs as ChatTemplateHeader, Hs as ChatTemplateHeaderGroup, Us as ChatTemplateOverview, Ws as ChatTemplateOverviewSubtitle, Gs as ChatTemplateOverviewTitle, Ks as ChatTemplateSuggestions, Eo as ChatUserMessage, Fe as Checkbox, Pe as CheckboxVisual, Ao as ChipBody, $t as Claude, en as ClaudeCodeLogotype, Ie as ClearButton, tn as Clickhouse, nn as Clickup, jo as ClientSecretInput, rn as Cline, an as Closeio, Re as CodeBlock, ze as CodeBlockCode, Be as CodeBlockGroup, on as Codesandbox, sn as Coinbase, Ue as Collapsible, Ve as CollapsibleContent, He as CollapsibleTrigger, Qe as Command, Mo as CommandBar, Je as CommandDialog, Xe as CommandEmpty, Ke as CommandGroup, We as CommandInput, Ye as CommandItem, Ze as CommandList, Ge as CommandSeparator, qe as CommandShortcut, ho as ConfirmPopover, cn as Confluence, lt as CopyButton, ln as Cursor, un as CursorInstallDark, dn as CursorInstallLight, fn as CursorLogotype, pn as Customerio, Cc as DEFAULT_MCP_CLIENT_IDS, wc as DEFAULT_MCP_SERVER_IDS, Va as DS_SPARKLE_DURATION_MS, mn as Datadog, No as DateTimePicker, hn as Daytona, $e as Dialog, et as DialogClose, tt as DialogContent, nt as DialogDescription, rt as DialogFooter, it as DialogHeader, at as DialogOverlay, ot as DialogPortal, st as DialogTitle, ct as DialogTrigger, gn as DigitalOcean, _n as Discord, vn as Dropbox, Ct as DropdownMenu, vt as DropdownMenuCheckboxItem, xt as DropdownMenuContent, ht as DropdownMenuGroup, ut as DropdownMenuItem, yt as DropdownMenuLabel, St as DropdownMenuPortal, dt as DropdownMenuRadioGroup, gt as DropdownMenuRadioItem, wt as DropdownMenuSeparator, ft as DropdownMenuShortcut, pt as DropdownMenuSub, bt as DropdownMenuSubContent, _t as DropdownMenuSubTrigger, mt as DropdownMenuTrigger, yn as E2b, bn as Ebay, Po as EmptyState, Fo as ErrorState, hc as ErrorTemplate, gc as ErrorTemplateActions, _c as ErrorTemplateContent, vc as ErrorTemplateDescription, yc as ErrorTemplateIcon, bc as ErrorTemplateLogo, xc as ErrorTemplateTitle, Sc as ErrorTemplateUrl, xn as Evernote, Sn as Exa, Cn as Factorial, wn as Figma, Tt as FilterChip, Io as FilterChipGroup, Tn as Firecrawl, En as Fireflies, Lo as FlowDiagram, Dn as FlyIo, On as Forkable, kn as Freshdesk, An as Freshservice, Tc as GatewayDiagram, jn as Gemini, Mn as Generic, Nn as Github, Pn as Gitlab, Fn as Glean, In as Gmail, Ln as Google, Rn as GoogleCalendar, zn as GoogleContacts, Bn as GoogleDocs, Vn as GoogleDrive, Hn as GoogleFinance, Un as GoogleFlight, Wn as GoogleFlights, Gn as GoogleForms, Kn as GoogleHotels, qn as GoogleJobs, Jn as GoogleMaps, Yn as GoogleNews, Xn as GoogleSheets, Zn as GoogleShopping, Qn as GoogleSlides, $n as Goose, er as Granola, tr as Heroku, nr as Hootsuite, m as HoverCard, f as HoverCardContent, p as HoverCardTrigger, rr as Hubspot, Dt as IconTile, ir as Imgflip, Bi as Input, Hi as InputGroup, Ui as InputGroupAddon, Wi as InputGroupButton, Gi as InputGroupInput, Ki as InputGroupText, qi as InputGroupTextarea, ar as Insightly, or as Intercom, sr as Jira, Ji as JsonHighlight, Xi as Label, cr as Langchain, lr as LangchainLogotype, ur as Linear, dr as Linkedin, Zi as Loader, mc as LoginPage, fr as Luma, pr as Mailchimp, Le as Markdown, mr as Mastra, hr as MastraLogotype, gr as MathToolkit, _r as Mcp, Ko as McpCardHeading, Ro as McpHeaderCheckboxToggle, Bo as McpRecommendedToolsCallout, Vo as McpRecommendedToolsDeactivateDialog, Ho as McpRecommendedToolsOptOutDialog, Uo as McpRequirementListItem, ks as McpRequirementsDialog, As as McpRequirementsStatus, Wo as McpReviewCountChip, zo as McpSectionCallout, Go as McpSectionNavHeader, js as McpSelectionSummaryBar, Xo as McpServerAvatarStack, Zo as McpServerCard, Ms as McpServerPicker, Is as McpServerPickerDialog, Ns as McpServerPickerGrid, Ps as McpServerPickerHeader, Fs as McpServerPickerToolGrid, Qo as McpSetupCallout, $o as McpToolCard, Ls as McpToolInventoryPopover, es as McpToolRecommendations, Jo as McpToolkitAvatar, ts as McpToolkitChip, ns as McpToolkitGroupHeader, rs as McpUnoptimizedMatchCard, is as McpViewTabs, _o as Message, vo as MessageAction, yo as MessageActions, bo as MessageAvatar, xo as MessageContent, vr as Microsoft, yr as MicrosoftDynamics, br as MicrosoftExcel, xr as MicrosoftOnedrive, Sr as MicrosoftOutlookCalendar, Cr as MicrosoftOutlookMail, wr as MicrosoftPowerBi, Tr as MicrosoftPowerpoint, Er as MicrosoftSharepoint, Dr as MicrosoftTeams, Or as MicrosoftWord, kr as Miro, Ar as Mixpanel, de as MobileTooltip, fe as MobileTooltipContent, pe as MobileTooltipProvider, me as MobileTooltipTrigger, jr as Monday, Mr as MongoDB, Nr as Netsuite, Pr as Notion, Fr as Oauth, Ir as Obsidian, Lr as Okta, Rr as Openai, zr as Pagerduty, Br as Pinecone, Vr as Pinterest, Hr as Pipedrive, Ur as Plaid, ee as Popover, Z as PopoverContent, $ as PopoverDescription, X as PopoverHeader, Y as PopoverTitle, Q as PopoverTrigger, Wr as Postgres, Gr as Posthog, Kr as Postman, Qi as ProBadge, zi as Progress, Li as ProgressIndicator, Ri as ProgressLabel, Ii as ProgressTrack, Fi as ProgressValue, as as PromptInput, os as PromptInputAction, ss as PromptInputActions, cs as PromptInputTextarea, qr as Pylon, Jr as Quickbooks, Pi as RadioGroup, Ni as RadioGroupItem, Yr as Railway, Xr as Reddit, Do as RemovableChip, Oo as RemovableChipButton, ls as RequirementBadges, Zr as Resend, ta as ResizableHandle, $i as ResizablePanel, ea as ResizablePanelGroup, Qr as Salesforce, ra as ScrollArea, na as ScrollBar, ia as ScrollButton, aa as ScrollToBottomButton, 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, oa as Separator, sa as Sheet, ca as SheetClose, la as SheetContent, ua as SheetDescription, da as SheetFooter, fa as SheetHeader, pa as SheetTitle, ma as SheetTrigger, $r as Shopify, ga as Sidebar, _a as SidebarContent, va as SidebarFooter, ya as SidebarGroup, ba as SidebarGroupAction, xa as SidebarGroupContent, Sa as SidebarGroupLabel, Ca as SidebarHeader, wa as SidebarInput, Ta as SidebarInset, Ea as SidebarMenu, Da as SidebarMenuAction, Oa as SidebarMenuBadge, ka as SidebarMenuButton, Aa as SidebarMenuItem, ja as SidebarMenuSkeleton, Ma as SidebarMenuSub, Na as SidebarMenuSubButton, Pa as SidebarMenuSubItem, Fa as SidebarProvider, Ia as SidebarRail, La as SidebarSeparator, Ra as SidebarTrigger, ei as Singlestore, ha as Skeleton, ti as Slack, Ba as Slider, ni as Snowflake, Ha as SparkleBurst, ri as Splunk, ii as Spotify, ai as Square, oi as Squarespace, si as Squareup, Ua as StepIndicator, ds as StepsProgress, ci as Stripe, fs as SuggestionCard, ps as SuggestionCardSkeleton, Ka as Switch, qa as Table, Ja as TableBody, Ya as TableCaption, Xa as TableCell, Za as TableFooter, Qa as TableHead, $a as TableHeader, eo as TableRow, ao as Tabs, ro as TabsContent, io as TabsList, no as TabsTrigger, ms as TagsInput, hs as TagsInputValue, li as Telegram, ui as Tesla, Vi as Textarea, di as Ticktick, fi as Tiktok, oo as Toggle, lo as ToggleGroup, co as ToggleGroupChip, gs as ToolAuthorization, _s as ToolAuthorizationArgs, vs as ToolAuthorizationContent, ys as ToolAuthorizationHeader, bs as ToolAuthorizationMessage, xs as ToolCallAccordion, Ss as ToolCallAccordionContent, Cs as ToolCallAccordionItem, ws as ToolCallAccordionTrigger, Ts as ToolCard, us as ToolkitCard, d as Tooltip, l as TooltipContent, u as TooltipProvider, c as TooltipTrigger, pi as Trello, mi as Twilio, hi as Twitch, Es as UndoToastProvider, Os as UserNav, gi as Vercel, _i as VercelLogotype, uo as ViewToolsControl, fo as VirtualizedGrid, vi as Vscode, yi as Walmart, bi as Weaviate, xi as Windsurf, Si as Workday, Ci as Wrike, wi as X, Ti as Xero, Ei as Youtube, Di as Yugabytedb, Oi as Zendesk, ki as Zoho, Ai as ZohoBooks, ji as ZohoCreator, Mi as Zoom, R as avatarBadgeVariants, B as badgeVariants, D as buttonVariants, Et as filterChipVariants, Ot as iconTileVariants, Yi as jsonHighlightVariants, qo as mcpSelectionCardShellVariants, Yo as mcpToolkitAvatarVariants, ko as removableChipButtonClass, Wa as stepIndicatorIconVariants, Ga as stepIndicatorLabelVariants, to as tabsListVariants, so as toggleVariants, za as useSidebar, Ds as useUndoToast };
|