@arcadeai/design-system 3.41.1 → 3.42.4

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.
Files changed (63) hide show
  1. package/dist/assets/icons/cursor.js +6 -9
  2. package/dist/assets/icons/forkable.js +2 -2
  3. package/dist/assets/icons/mcp.js +2 -5
  4. package/dist/assets/icons/resend.js +10 -0
  5. package/dist/assets/icons/squareup.js +7 -11
  6. package/dist/assets/index.css +1 -1
  7. package/dist/assets/tokens.css +1 -1
  8. package/dist/assets/variables.css +1 -1
  9. package/dist/components/index.js +387 -379
  10. package/dist/components/ui/atoms/compute-flow-paths.d.ts +21 -0
  11. package/dist/components/ui/atoms/compute-flow-paths.d.ts.map +1 -0
  12. package/dist/components/ui/atoms/compute-flow-paths.js +38 -0
  13. package/dist/components/ui/atoms/flow-connector.d.ts +48 -0
  14. package/dist/components/ui/atoms/flow-connector.d.ts.map +1 -0
  15. package/dist/components/ui/atoms/flow-connector.js +153 -0
  16. package/dist/components/ui/atoms/flow-hub.d.ts +26 -0
  17. package/dist/components/ui/atoms/flow-hub.d.ts.map +1 -0
  18. package/dist/components/ui/atoms/flow-hub.js +34 -0
  19. package/dist/components/ui/atoms/flow-tile.d.ts +19 -0
  20. package/dist/components/ui/atoms/flow-tile.d.ts.map +1 -0
  21. package/dist/components/ui/atoms/flow-tile.js +49 -0
  22. package/dist/components/ui/atoms/icons/cursor.d.ts.map +1 -1
  23. package/dist/components/ui/atoms/icons/cursor.js +7 -7
  24. package/dist/components/ui/atoms/icons/forkable.js +8 -8
  25. package/dist/components/ui/atoms/icons/index.d.ts +1 -0
  26. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  27. package/dist/components/ui/atoms/icons/index.js +88 -86
  28. package/dist/components/ui/atoms/icons/mcp.d.ts.map +1 -1
  29. package/dist/components/ui/atoms/icons/mcp.js +3 -4
  30. package/dist/components/ui/atoms/icons/resend.d.ts +4 -0
  31. package/dist/components/ui/atoms/icons/resend.d.ts.map +1 -0
  32. package/dist/components/ui/atoms/icons/resend.js +24 -0
  33. package/dist/components/ui/atoms/icons/squareup.d.ts.map +1 -1
  34. package/dist/components/ui/atoms/icons/squareup.js +12 -13
  35. package/dist/components/ui/atoms/index.js +257 -255
  36. package/dist/components/ui/index.js +387 -379
  37. package/dist/components/ui/molecules/flow-diagram.d.ts +56 -0
  38. package/dist/components/ui/molecules/flow-diagram.d.ts.map +1 -0
  39. package/dist/components/ui/molecules/flow-diagram.js +232 -0
  40. package/dist/components/ui/molecules/index.d.ts +2 -0
  41. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  42. package/dist/components/ui/molecules/index.js +42 -40
  43. package/dist/components/ui/molecules/requirement-badges.js +6 -4
  44. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  45. package/dist/components/ui/templates/gateway-diagram.d.ts +28 -0
  46. package/dist/components/ui/templates/gateway-diagram.d.ts.map +1 -0
  47. package/dist/components/ui/templates/gateway-diagram.js +76 -0
  48. package/dist/components/ui/templates/index.d.ts +2 -0
  49. package/dist/components/ui/templates/index.d.ts.map +1 -1
  50. package/dist/components/ui/templates/index.js +31 -27
  51. package/dist/main.js +410 -400
  52. package/dist/metadata/index.d.ts +1 -0
  53. package/dist/metadata/index.d.ts.map +1 -1
  54. package/dist/metadata/index.js +25 -23
  55. package/dist/metadata/mcp-clients.d.ts +54 -0
  56. package/dist/metadata/mcp-clients.d.ts.map +1 -0
  57. package/dist/metadata/mcp-clients.js +23 -0
  58. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  59. package/dist/metadata/toolkit-icons.js +58 -56
  60. package/dist/metadata/toolkits.d.ts.map +1 -1
  61. package/dist/metadata/toolkits.js +13 -0
  62. package/dist/{toolkit-card-Dc104Z9e.js → toolkit-card-ryIR325K.js} +22 -20
  63. package/package.json +1 -1
@@ -2,11 +2,11 @@ import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTri
2
2
  import { Alert as i, AlertAction as l, AlertDescription as n, AlertTitle as f } from "./ui/atoms/alert.js";
3
3
  import { AlertDialog as d, AlertDialogAction as s, AlertDialogCancel as u, AlertDialogContent as g, AlertDialogDescription as C, AlertDialogFooter as c, AlertDialogHeader as T, AlertDialogMedia as S, AlertDialogOverlay as h, AlertDialogPortal as b, AlertDialogTitle as A, AlertDialogTrigger as D } from "./ui/atoms/alert-dialog.js";
4
4
  import { ArcadeGradient as k } from "./ui/atoms/arcade-gradient.js";
5
- import { Avatar as G, AvatarBadge as I, AvatarFallback as P, AvatarGroup as v, AvatarGroupCount as L, AvatarImage as y } from "./ui/atoms/avatar.js";
5
+ import { Avatar as G, AvatarBadge as I, AvatarFallback as P, AvatarGroup as L, AvatarGroupCount as v, AvatarImage as y } from "./ui/atoms/avatar.js";
6
6
  import { AvatarNotificationBadge as H, avatarBadgeVariants as E } from "./ui/atoms/avatar-notification-badge.js";
7
- import { Badge as V, badgeVariants as R } from "./ui/atoms/badge.js";
7
+ import { Badge as R, badgeVariants as V } from "./ui/atoms/badge.js";
8
8
  import { BrandChip as z } from "./ui/atoms/brand-chip.js";
9
- import { Breadcrumb as W, BreadcrumbEllipsis as U, BreadcrumbItem as Z, BreadcrumbLink as q, BreadcrumbList as J, BreadcrumbPage as _, BreadcrumbSeparator as X } from "./ui/atoms/breadcrumb.js";
9
+ import { Breadcrumb as N, BreadcrumbEllipsis as U, BreadcrumbItem as W, BreadcrumbLink as Z, BreadcrumbList as q, BreadcrumbPage as J, BreadcrumbSeparator as X } from "./ui/atoms/breadcrumb.js";
10
10
  import { Button as j, buttonVariants as K } from "./ui/atoms/button.js";
11
11
  import { ByocBadge as $ } from "./ui/atoms/byoc-badge.js";
12
12
  import { C as ro, a as eo } from "../calendar-CLEnvrbp.js";
@@ -15,25 +15,25 @@ import { ChartContainer as so, ChartLegend as uo, ChartLegendContent as go, Char
15
15
  import { ChatContainerContent as ho, ChatContainerRoot as bo, ChatContainerScrollAnchor as Ao } from "./ui/atoms/chat-container.js";
16
16
  import { Checkbox as Mo } from "./ui/atoms/checkbox.js";
17
17
  import { CodeBlock as Bo, CodeBlockCode as Go, CodeBlockGroup as Io } from "./ui/atoms/code-block.js";
18
- import { Collapsible as vo, CollapsibleContent as Lo, CollapsibleTrigger as yo } from "./ui/atoms/collapsible.js";
19
- import { Command as Ho, CommandDialog as Eo, CommandEmpty as Fo, CommandGroup as Vo, CommandInput as Ro, CommandItem as Oo, CommandList as zo, CommandSeparator as No, CommandShortcut as Wo } from "./ui/atoms/command.js";
20
- import { CopyButton as Zo } from "./ui/atoms/copy-button.js";
21
- import { Dialog as Jo, DialogClose as _o, DialogContent as Xo, DialogDescription as Yo, DialogFooter as jo, DialogHeader as Ko, DialogOverlay as Qo, DialogPortal as $o, DialogTitle as or, DialogTrigger as rr } from "./ui/atoms/dialog.js";
18
+ import { Collapsible as Lo, CollapsibleContent as vo, CollapsibleTrigger as yo } from "./ui/atoms/collapsible.js";
19
+ import { Command as Ho, CommandDialog as Eo, CommandEmpty as Fo, CommandGroup as Ro, CommandInput as Vo, CommandItem as Oo, CommandList as zo, CommandSeparator as _o, CommandShortcut as No } from "./ui/atoms/command.js";
20
+ import { CopyButton as Wo } from "./ui/atoms/copy-button.js";
21
+ import { Dialog as qo, DialogClose as Jo, DialogContent as Xo, DialogDescription as Yo, DialogFooter as jo, DialogHeader as Ko, DialogOverlay as Qo, DialogPortal as $o, DialogTitle as or, DialogTrigger as rr } from "./ui/atoms/dialog.js";
22
22
  import { DropdownMenu as tr, DropdownMenuCheckboxItem as ar, DropdownMenuContent as pr, DropdownMenuGroup as mr, DropdownMenuItem as ir, DropdownMenuLabel as lr, DropdownMenuPortal as nr, DropdownMenuRadioGroup as fr, DropdownMenuRadioItem as xr, DropdownMenuSeparator as dr, DropdownMenuShortcut as sr, DropdownMenuSub as ur, DropdownMenuSubContent as gr, DropdownMenuSubTrigger as Cr, DropdownMenuTrigger as cr } from "./ui/atoms/dropdown-menu.js";
23
23
  import { HoverCard as Sr, HoverCardContent as hr, HoverCardTrigger as br } from "./ui/atoms/hover-card.js";
24
24
  import { Adp as Dr } from "./ui/atoms/icons/adp.js";
25
25
  import { Aha as kr } from "./ui/atoms/icons/aha.js";
26
26
  import { Airtable as Gr } from "./ui/atoms/icons/airtable.js";
27
27
  import { Amplitude as Pr } from "./ui/atoms/icons/amplitude.js";
28
- import { Arcade as Lr } from "./ui/atoms/icons/arcade.js";
28
+ import { Arcade as vr } from "./ui/atoms/icons/arcade.js";
29
29
  import { ArcadeLogo as wr } from "./ui/atoms/icons/arcade-logo.js";
30
30
  import { Asana as Er } from "./ui/atoms/icons/asana.js";
31
- import { Ashby as Vr } from "./ui/atoms/icons/ashby.js";
31
+ import { Ashby as Rr } from "./ui/atoms/icons/ashby.js";
32
32
  import { Atlassian as Or } from "./ui/atoms/icons/atlassian.js";
33
- import { Attio as Nr } from "./ui/atoms/icons/attio.js";
33
+ import { Attio as _r } from "./ui/atoms/icons/attio.js";
34
34
  import { Auth0 as Ur } from "./ui/atoms/icons/auth0.js";
35
- import { Azure as qr } from "./ui/atoms/icons/azure.js";
36
- import { Bamboohr as _r } from "./ui/atoms/icons/bamboohr.js";
35
+ import { Azure as Zr } from "./ui/atoms/icons/azure.js";
36
+ import { Bamboohr as Jr } from "./ui/atoms/icons/bamboohr.js";
37
37
  import { Basecamp as Yr } from "./ui/atoms/icons/basecamp.js";
38
38
  import { Bill as Kr } from "./ui/atoms/icons/bill.js";
39
39
  import { Bitbucket as $r } from "./ui/atoms/icons/bitbucket.js";
@@ -52,15 +52,15 @@ import { Cline as De } from "./ui/atoms/icons/cline.js";
52
52
  import { Closeio as ke } from "./ui/atoms/icons/closeio.js";
53
53
  import { Codesandbox as Ge } from "./ui/atoms/icons/codesandbox.js";
54
54
  import { Coinbase as Pe } from "./ui/atoms/icons/coinbase.js";
55
- import { Confluence as Le } from "./ui/atoms/icons/confluence.js";
55
+ import { Confluence as ve } from "./ui/atoms/icons/confluence.js";
56
56
  import { Cursor as we } from "./ui/atoms/icons/cursor.js";
57
57
  import { CursorInstallDark as Ee } from "./ui/atoms/icons/cursor-install-dark.js";
58
- import { CursorInstallLight as Ve } from "./ui/atoms/icons/cursor-install-light.js";
58
+ import { CursorInstallLight as Re } from "./ui/atoms/icons/cursor-install-light.js";
59
59
  import { CursorLogotype as Oe } from "./ui/atoms/icons/cursor-logotype.js";
60
- import { Customerio as Ne } from "./ui/atoms/icons/customerio.js";
60
+ import { Customerio as _e } from "./ui/atoms/icons/customerio.js";
61
61
  import { Datadog as Ue } from "./ui/atoms/icons/datadog.js";
62
- import { Daytona as qe } from "./ui/atoms/icons/daytona.js";
63
- import { DigitalOcean as _e } from "./ui/atoms/icons/digital-ocean.js";
62
+ import { Daytona as Ze } from "./ui/atoms/icons/daytona.js";
63
+ import { DigitalOcean as Je } from "./ui/atoms/icons/digital-ocean.js";
64
64
  import { Discord as Ye } from "./ui/atoms/icons/discord.js";
65
65
  import { Dropbox as Ke } from "./ui/atoms/icons/dropbox.js";
66
66
  import { E2b as $e } from "./ui/atoms/icons/e2b.js";
@@ -79,15 +79,15 @@ import { Gitlab as Dt } from "./ui/atoms/icons/gitlab.js";
79
79
  import { Gmail as kt } from "./ui/atoms/icons/gmail.js";
80
80
  import { Google as Gt } from "./ui/atoms/icons/google.js";
81
81
  import { GoogleCalendar as Pt } from "./ui/atoms/icons/google-calendar.js";
82
- import { GoogleContacts as Lt } from "./ui/atoms/icons/google-contacts.js";
82
+ import { GoogleContacts as vt } from "./ui/atoms/icons/google-contacts.js";
83
83
  import { GoogleDocs as wt } from "./ui/atoms/icons/google-docs.js";
84
84
  import { GoogleDrive as Et } from "./ui/atoms/icons/google-drive.js";
85
- import { GoogleFinance as Vt } from "./ui/atoms/icons/google-finance.js";
85
+ import { GoogleFinance as Rt } from "./ui/atoms/icons/google-finance.js";
86
86
  import { GoogleFlight as Ot } from "./ui/atoms/icons/google-flight.js";
87
- import { GoogleFlights as Nt } from "./ui/atoms/icons/google-flights.js";
87
+ import { GoogleFlights as _t } from "./ui/atoms/icons/google-flights.js";
88
88
  import { GoogleHotels as Ut } from "./ui/atoms/icons/google-hotels.js";
89
- import { GoogleJobs as qt } from "./ui/atoms/icons/google-jobs.js";
90
- import { GoogleMaps as _t } from "./ui/atoms/icons/google-maps.js";
89
+ import { GoogleJobs as Zt } from "./ui/atoms/icons/google-jobs.js";
90
+ import { GoogleMaps as Jt } from "./ui/atoms/icons/google-maps.js";
91
91
  import { GoogleNews as Yt } from "./ui/atoms/icons/google-news.js";
92
92
  import { GoogleSheets as Kt } from "./ui/atoms/icons/google-sheets.js";
93
93
  import { GoogleShopping as $t } from "./ui/atoms/icons/google-shopping.js";
@@ -106,15 +106,15 @@ import { Linear as Da } from "./ui/atoms/icons/linear.js";
106
106
  import { Linkedin as ka } from "./ui/atoms/icons/linkedin.js";
107
107
  import { Luma as Ga } from "./ui/atoms/icons/luma.js";
108
108
  import { Mailchimp as Pa } from "./ui/atoms/icons/mailchimp.js";
109
- import { Mastra as La } from "./ui/atoms/icons/mastra.js";
109
+ import { Mastra as va } from "./ui/atoms/icons/mastra.js";
110
110
  import { MastraLogotype as wa } from "./ui/atoms/icons/mastra-logotype.js";
111
111
  import { MathToolkit as Ea } from "./ui/atoms/icons/math-toolkit.js";
112
- import { Mcp as Va } from "./ui/atoms/icons/mcp.js";
112
+ import { Mcp as Ra } from "./ui/atoms/icons/mcp.js";
113
113
  import { Microsoft as Oa } from "./ui/atoms/icons/microsoft.js";
114
- import { MicrosoftDynamics as Na } from "./ui/atoms/icons/microsoft-dynamics.js";
114
+ import { MicrosoftDynamics as _a } from "./ui/atoms/icons/microsoft-dynamics.js";
115
115
  import { MicrosoftExcel as Ua } from "./ui/atoms/icons/microsoft-excel.js";
116
- import { MicrosoftOnedrive as qa } from "./ui/atoms/icons/microsoft-onedrive.js";
117
- import { MicrosoftOutlookCalendar as _a } from "./ui/atoms/icons/microsoft-outlook-calendar.js";
116
+ import { MicrosoftOnedrive as Za } from "./ui/atoms/icons/microsoft-onedrive.js";
117
+ import { MicrosoftOutlookCalendar as Ja } from "./ui/atoms/icons/microsoft-outlook-calendar.js";
118
118
  import { MicrosoftOutlookMail as Ya } from "./ui/atoms/icons/microsoft-outlook-mail.js";
119
119
  import { MicrosoftPowerpoint as Ka } from "./ui/atoms/icons/microsoft-powerpoint.js";
120
120
  import { MicrosoftSharepoint as $a } from "./ui/atoms/icons/microsoft-sharepoint.js";
@@ -133,102 +133,105 @@ import { Pagerduty as Dp } from "./ui/atoms/icons/pagerduty.js";
133
133
  import { Pinecone as kp } from "./ui/atoms/icons/pinecone.js";
134
134
  import { Pinterest as Gp } from "./ui/atoms/icons/pinterest.js";
135
135
  import { Pipedrive as Pp } from "./ui/atoms/icons/pipedrive.js";
136
- import { Plaid as Lp } from "./ui/atoms/icons/plaid.js";
136
+ import { Plaid as vp } from "./ui/atoms/icons/plaid.js";
137
137
  import { Postgres as wp } from "./ui/atoms/icons/postgres.js";
138
138
  import { Posthog as Ep } from "./ui/atoms/icons/posthog.js";
139
- import { Pylon as Vp } from "./ui/atoms/icons/pylon.js";
139
+ import { Pylon as Rp } from "./ui/atoms/icons/pylon.js";
140
140
  import { Quickbooks as Op } from "./ui/atoms/icons/quickbooks.js";
141
- import { Railway as Np } from "./ui/atoms/icons/railway.js";
141
+ import { Railway as _p } from "./ui/atoms/icons/railway.js";
142
142
  import { Reddit as Up } from "./ui/atoms/icons/reddit.js";
143
- import { Salesforce as qp } from "./ui/atoms/icons/salesforce.js";
144
- import { Shopify as _p } from "./ui/atoms/icons/shopify.js";
145
- import { Singlestore as Yp } from "./ui/atoms/icons/singlestore.js";
146
- import { Slack as Kp } from "./ui/atoms/icons/slack.js";
147
- import { Snowflake as $p } from "./ui/atoms/icons/snowflake.js";
148
- import { Splunk as rm } from "./ui/atoms/icons/splunk.js";
149
- import { Spotify as tm } from "./ui/atoms/icons/spotify.js";
150
- import { Square as pm } from "./ui/atoms/icons/square.js";
151
- import { Squarespace as im } from "./ui/atoms/icons/squarespace.js";
152
- import { Squareup as nm } from "./ui/atoms/icons/squareup.js";
153
- import { Stripe as xm } from "./ui/atoms/icons/stripe.js";
154
- import { Telegram as sm } from "./ui/atoms/icons/telegram.js";
155
- import { Tesla as gm } from "./ui/atoms/icons/tesla.js";
156
- import { Ticktick as cm } from "./ui/atoms/icons/ticktick.js";
157
- import { Tiktok as Sm } from "./ui/atoms/icons/tiktok.js";
158
- import { Trello as bm } from "./ui/atoms/icons/trello.js";
159
- import { Twilio as Dm } from "./ui/atoms/icons/twilio.js";
160
- import { Twitch as km } from "./ui/atoms/icons/twitch.js";
161
- import { Vercel as Gm } from "./ui/atoms/icons/vercel.js";
162
- import { VercelLogotype as Pm } from "./ui/atoms/icons/vercel-logotype.js";
163
- import { Vscode as Lm } from "./ui/atoms/icons/vscode.js";
164
- import { Walmart as wm } from "./ui/atoms/icons/walmart.js";
165
- import { Weaviate as Em } from "./ui/atoms/icons/weaviate.js";
166
- import { Windsurf as Vm } from "./ui/atoms/icons/windsurf.js";
167
- import { Workday as Om } from "./ui/atoms/icons/workday.js";
168
- import { Wrike as Nm } from "./ui/atoms/icons/wrike.js";
169
- import { X as Um } from "./ui/atoms/icons/x.js";
170
- import { Xero as qm } from "./ui/atoms/icons/xero.js";
171
- import { Youtube as _m } from "./ui/atoms/icons/youtube.js";
172
- import { Yugabytedb as Ym } from "./ui/atoms/icons/yugabytedb.js";
173
- import { Zendesk as Km } from "./ui/atoms/icons/zendesk.js";
174
- import { Zoho as $m } from "./ui/atoms/icons/zoho.js";
175
- import { ZohoBooks as ri } from "./ui/atoms/icons/zoho-books.js";
176
- import { ZohoCreator as ti } from "./ui/atoms/icons/zoho-creator.js";
177
- import { Zoom as pi } from "./ui/atoms/icons/zoom.js";
178
- import { Input as ii } from "./ui/atoms/input.js";
179
- import { InputGroup as ni, InputGroupAddon as fi, InputGroupButton as xi, InputGroupInput as di, InputGroupText as si, InputGroupTextarea as ui } from "./ui/atoms/input-group.js";
180
- import { JsonHighlight as Ci, jsonHighlightVariants as ci } from "./ui/atoms/json-highlight.js";
181
- import { Label as Si } from "./ui/atoms/label.js";
182
- import { Loader as bi } from "./ui/atoms/loader.js";
183
- import { M as Di } from "../markdown-Cv6uZPhi.js";
184
- import { MobileTooltip as ki, MobileTooltipContent as Bi, MobileTooltipProvider as Gi, MobileTooltipTrigger as Ii } from "./ui/atoms/mobile-tooltip.js";
185
- import { Popover as vi, PopoverContent as Li, PopoverDescription as yi, PopoverHeader as wi, PopoverTitle as Hi, PopoverTrigger as Ei } from "./ui/atoms/popover.js";
186
- import { ProBadge as Vi } from "./ui/atoms/pro-badge.js";
187
- import { Progress as Oi, ProgressIndicator as zi, ProgressLabel as Ni, ProgressTrack as Wi, ProgressValue as Ui } from "./ui/atoms/progress.js";
188
- import { RadioGroup as qi, RadioGroupItem as Ji } from "./ui/atoms/radio-group.js";
189
- import { ResizableHandle as Xi, ResizablePanel as Yi, ResizablePanelGroup as ji } from "./ui/atoms/resizable.js";
190
- import { ScrollArea as Qi, ScrollBar as $i } from "./ui/atoms/scroll-area.js";
191
- import { ScrollButton as rl } from "./ui/atoms/scroll-button.js";
192
- import { Select as tl, SelectContent as al, SelectGroup as pl, SelectItem as ml, SelectLabel as il, SelectScrollDownButton as ll, SelectScrollUpButton as nl, SelectSeparator as fl, SelectTrigger as xl, SelectValue as dl } from "./ui/atoms/select.js";
193
- import { Separator as ul } from "./ui/atoms/separator.js";
194
- import { Sheet as Cl, SheetClose as cl, SheetContent as Tl, SheetDescription as Sl, SheetFooter as hl, SheetHeader as bl, SheetTitle as Al, SheetTrigger as Dl } from "./ui/atoms/sheet.js";
195
- import { Sidebar as kl, SidebarContent as Bl, SidebarFooter as Gl, SidebarGroup as Il, SidebarGroupAction as Pl, SidebarGroupContent as vl, SidebarGroupLabel as Ll, SidebarHeader as yl, SidebarInput as wl, SidebarInset as Hl, SidebarMenu as El, SidebarMenuAction as Fl, SidebarMenuBadge as Vl, SidebarMenuButton as Rl, SidebarMenuItem as Ol, SidebarMenuSkeleton as zl, SidebarMenuSub as Nl, SidebarMenuSubButton as Wl, SidebarMenuSubItem as Ul, SidebarProvider as Zl, SidebarRail as ql, SidebarSeparator as Jl, SidebarTrigger as _l, useSidebar as Xl } from "./ui/atoms/sidebar.js";
196
- import { Skeleton as jl } from "./ui/atoms/skeleton.js";
197
- import { Slider as Ql } from "./ui/atoms/slider.js";
198
- import { DS_SPARKLE_DURATION_MS as on, SparkleBurst as rn } from "./ui/atoms/sparkle-burst.js";
199
- import { StepIndicator as tn, stepIndicatorIconVariants as an, stepIndicatorLabelVariants as pn } from "./ui/atoms/step-indicator.js";
200
- import { Switch as ln } from "./ui/atoms/switch.js";
201
- import { Table as fn, TableBody as xn, TableCaption as dn, TableCell as sn, TableFooter as un, TableHead as gn, TableHeader as Cn, TableRow as cn } from "./ui/atoms/table.js";
202
- import { Tabs as Sn, TabsContent as hn, TabsList as bn, TabsTrigger as An, tabsListVariants as Dn } from "./ui/atoms/tabs.js";
203
- import { Textarea as kn } from "./ui/atoms/textarea.js";
204
- import { Toggle as Gn, toggleVariants as In } from "./ui/atoms/toggle.js";
205
- import { Tooltip as vn, TooltipContent as Ln, TooltipProvider as yn, TooltipTrigger as wn } from "./ui/atoms/tooltip.js";
206
- import { ViewToolsControl as En } from "./ui/atoms/view-tools-control.js";
207
- import { VirtualizedGrid as Vn } from "./ui/atoms/virtualized-grid.js";
208
- import { ChatHistoryItem as On } from "./ui/molecules/chat-history-item.js";
209
- import { ChatAssistantMessage as Nn, ChatMessageList as Wn, ChatMessageListSkeleton as Un, ChatStreamingIndicator as Zn, ChatUserMessage as qn } from "./ui/molecules/chat-message-list.js";
210
- import { ClientSecretInput as _n } from "./ui/molecules/client-secret-field.js";
211
- import { CommandBar as Yn } from "./ui/molecules/command-bar.js";
212
- import { ConfirmPopover as Kn } from "./ui/molecules/confirm-popover.js";
213
- import { DateTimePicker as $n } from "./ui/molecules/date-time-picker.js";
214
- import { EmptyState as rf } from "./ui/molecules/empty-state.js";
215
- import { ErrorState as tf } from "./ui/molecules/error-state.js";
216
- import { Message as pf, MessageAction as mf, MessageActions as lf, MessageAvatar as nf, MessageContent as ff } from "./ui/molecules/message.js";
217
- import { PromptInput as df, PromptInputAction as sf, PromptInputActions as uf, PromptInputTextarea as gf } from "./ui/molecules/prompt-input.js";
218
- import { R as cf, T as Tf } from "../toolkit-card-Dc104Z9e.js";
219
- import { StepsProgress as hf } from "./ui/molecules/steps-progress.js";
220
- import { SuggestionCard as Af, SuggestionCardSkeleton as Df } from "./ui/molecules/suggestion-card.js";
221
- import { TagsInput as kf, TagsInputValue as Bf } from "./ui/molecules/tags-input.js";
222
- import { ToolAuthorization as If, ToolAuthorizationArgs as Pf, ToolAuthorizationContent as vf, ToolAuthorizationHeader as Lf, ToolAuthorizationMessage as yf } from "./ui/molecules/tool-authorization.js";
223
- import { ToolCallAccordion as Hf, ToolCallAccordionContent as Ef, ToolCallAccordionItem as Ff, ToolCallAccordionTrigger as Vf } from "./ui/molecules/tool-call-accordion.js";
224
- import { ToolCard as Of } from "./ui/molecules/tool-card.js";
225
- import { UserNav as Nf } from "./ui/molecules/user-nav.js";
226
- import { ChatPageSkeleton as Uf } from "./ui/pages/chat-page-skeleton.js";
227
- import { LoginPage as qf } from "./ui/pages/login-page.js";
228
- import { AuthTemplate as _f, AuthTemplateCard as Xf, AuthTemplateContent as Yf, AuthTemplateDefaultBackground as jf, AuthTemplateDescription as Kf, AuthTemplateFooter as Qf, AuthTemplateGridOverlay as $f, AuthTemplateHeader as ox, AuthTemplateLegal as rx, AuthTemplateLegalLink as ex, AuthTemplateLogo as tx, AuthTemplatePrompt as ax, AuthTemplatePromptLink as px, AuthTemplateTitle as mx, AuthTemplateVideoBackground as ix } from "./ui/templates/auth-template.js";
229
- import { ChatTemplate as nx, ChatTemplateBody as fx, ChatTemplateFooter as xx, ChatTemplateHeader as dx, ChatTemplateHeaderGroup as sx, ChatTemplateOverview as ux, ChatTemplateOverviewSubtitle as gx, ChatTemplateOverviewTitle as Cx, ChatTemplateSuggestions as cx } from "./ui/templates/chat-template.js";
230
- import { ChatBodySkeleton as Sx, ChatContentSkeleton as hx, ChatFooterSkeleton as bx, ChatHeaderSkeleton as Ax, ChatSidebarSkeleton as Dx } from "./ui/templates/chat-template-skeletons.js";
231
- import { ErrorTemplate as kx, ErrorTemplateActions as Bx, ErrorTemplateContent as Gx, ErrorTemplateDescription as Ix, ErrorTemplateIcon as Px, ErrorTemplateLogo as vx, ErrorTemplateTitle as Lx, ErrorTemplateUrl as yx } from "./ui/templates/error-template.js";
143
+ import { Resend as Zp } from "./ui/atoms/icons/resend.js";
144
+ import { Salesforce as Jp } from "./ui/atoms/icons/salesforce.js";
145
+ import { Shopify as Yp } from "./ui/atoms/icons/shopify.js";
146
+ import { Singlestore as Kp } from "./ui/atoms/icons/singlestore.js";
147
+ import { Slack as $p } from "./ui/atoms/icons/slack.js";
148
+ import { Snowflake as rm } from "./ui/atoms/icons/snowflake.js";
149
+ import { Splunk as tm } from "./ui/atoms/icons/splunk.js";
150
+ import { Spotify as pm } from "./ui/atoms/icons/spotify.js";
151
+ import { Square as im } from "./ui/atoms/icons/square.js";
152
+ import { Squarespace as nm } from "./ui/atoms/icons/squarespace.js";
153
+ import { Squareup as xm } from "./ui/atoms/icons/squareup.js";
154
+ import { Stripe as sm } from "./ui/atoms/icons/stripe.js";
155
+ import { Telegram as gm } from "./ui/atoms/icons/telegram.js";
156
+ import { Tesla as cm } from "./ui/atoms/icons/tesla.js";
157
+ import { Ticktick as Sm } from "./ui/atoms/icons/ticktick.js";
158
+ import { Tiktok as bm } from "./ui/atoms/icons/tiktok.js";
159
+ import { Trello as Dm } from "./ui/atoms/icons/trello.js";
160
+ import { Twilio as km } from "./ui/atoms/icons/twilio.js";
161
+ import { Twitch as Gm } from "./ui/atoms/icons/twitch.js";
162
+ import { Vercel as Pm } from "./ui/atoms/icons/vercel.js";
163
+ import { VercelLogotype as vm } from "./ui/atoms/icons/vercel-logotype.js";
164
+ import { Vscode as wm } from "./ui/atoms/icons/vscode.js";
165
+ import { Walmart as Em } from "./ui/atoms/icons/walmart.js";
166
+ import { Weaviate as Rm } from "./ui/atoms/icons/weaviate.js";
167
+ import { Windsurf as Om } from "./ui/atoms/icons/windsurf.js";
168
+ import { Workday as _m } from "./ui/atoms/icons/workday.js";
169
+ import { Wrike as Um } from "./ui/atoms/icons/wrike.js";
170
+ import { X as Zm } from "./ui/atoms/icons/x.js";
171
+ import { Xero as Jm } from "./ui/atoms/icons/xero.js";
172
+ import { Youtube as Ym } from "./ui/atoms/icons/youtube.js";
173
+ import { Yugabytedb as Km } from "./ui/atoms/icons/yugabytedb.js";
174
+ import { Zendesk as $m } from "./ui/atoms/icons/zendesk.js";
175
+ import { Zoho as ri } from "./ui/atoms/icons/zoho.js";
176
+ import { ZohoBooks as ti } from "./ui/atoms/icons/zoho-books.js";
177
+ import { ZohoCreator as pi } from "./ui/atoms/icons/zoho-creator.js";
178
+ import { Zoom as ii } from "./ui/atoms/icons/zoom.js";
179
+ import { Input as ni } from "./ui/atoms/input.js";
180
+ import { InputGroup as xi, InputGroupAddon as di, InputGroupButton as si, InputGroupInput as ui, InputGroupText as gi, InputGroupTextarea as Ci } from "./ui/atoms/input-group.js";
181
+ import { JsonHighlight as Ti, jsonHighlightVariants as Si } from "./ui/atoms/json-highlight.js";
182
+ import { Label as bi } from "./ui/atoms/label.js";
183
+ import { Loader as Di } from "./ui/atoms/loader.js";
184
+ import { M as ki } from "../markdown-Cv6uZPhi.js";
185
+ import { MobileTooltip as Gi, MobileTooltipContent as Ii, MobileTooltipProvider as Pi, MobileTooltipTrigger as Li } from "./ui/atoms/mobile-tooltip.js";
186
+ import { Popover as yi, PopoverContent as wi, PopoverDescription as Hi, PopoverHeader as Ei, PopoverTitle as Fi, PopoverTrigger as Ri } from "./ui/atoms/popover.js";
187
+ import { ProBadge as Oi } from "./ui/atoms/pro-badge.js";
188
+ import { Progress as _i, ProgressIndicator as Ni, ProgressLabel as Ui, ProgressTrack as Wi, ProgressValue as Zi } from "./ui/atoms/progress.js";
189
+ import { RadioGroup as Ji, RadioGroupItem as Xi } from "./ui/atoms/radio-group.js";
190
+ import { ResizableHandle as ji, ResizablePanel as Ki, ResizablePanelGroup as Qi } from "./ui/atoms/resizable.js";
191
+ import { ScrollArea as ol, ScrollBar as rl } from "./ui/atoms/scroll-area.js";
192
+ import { ScrollButton as tl } from "./ui/atoms/scroll-button.js";
193
+ import { Select as pl, SelectContent as ml, SelectGroup as il, SelectItem as ll, SelectLabel as nl, SelectScrollDownButton as fl, SelectScrollUpButton as xl, SelectSeparator as dl, SelectTrigger as sl, SelectValue as ul } from "./ui/atoms/select.js";
194
+ import { Separator as Cl } from "./ui/atoms/separator.js";
195
+ import { Sheet as Tl, SheetClose as Sl, SheetContent as hl, SheetDescription as bl, SheetFooter as Al, SheetHeader as Dl, SheetTitle as Ml, SheetTrigger as kl } from "./ui/atoms/sheet.js";
196
+ import { Sidebar as Gl, SidebarContent as Il, SidebarFooter as Pl, SidebarGroup as Ll, SidebarGroupAction as vl, SidebarGroupContent as yl, SidebarGroupLabel as wl, SidebarHeader as Hl, SidebarInput as El, SidebarInset as Fl, SidebarMenu as Rl, SidebarMenuAction as Vl, SidebarMenuBadge as Ol, SidebarMenuButton as zl, SidebarMenuItem as _l, SidebarMenuSkeleton as Nl, SidebarMenuSub as Ul, SidebarMenuSubButton as Wl, SidebarMenuSubItem as Zl, SidebarProvider as ql, SidebarRail as Jl, SidebarSeparator as Xl, SidebarTrigger as Yl, useSidebar as jl } from "./ui/atoms/sidebar.js";
197
+ import { Skeleton as Ql } from "./ui/atoms/skeleton.js";
198
+ import { Slider as on } from "./ui/atoms/slider.js";
199
+ import { DS_SPARKLE_DURATION_MS as en, SparkleBurst as tn } from "./ui/atoms/sparkle-burst.js";
200
+ import { StepIndicator as pn, stepIndicatorIconVariants as mn, stepIndicatorLabelVariants as ln } from "./ui/atoms/step-indicator.js";
201
+ import { Switch as fn } from "./ui/atoms/switch.js";
202
+ import { Table as dn, TableBody as sn, TableCaption as un, TableCell as gn, TableFooter as Cn, TableHead as cn, TableHeader as Tn, TableRow as Sn } from "./ui/atoms/table.js";
203
+ import { Tabs as bn, TabsContent as An, TabsList as Dn, TabsTrigger as Mn, tabsListVariants as kn } from "./ui/atoms/tabs.js";
204
+ import { Textarea as Gn } from "./ui/atoms/textarea.js";
205
+ import { Toggle as Pn, toggleVariants as Ln } from "./ui/atoms/toggle.js";
206
+ import { Tooltip as yn, TooltipContent as wn, TooltipProvider as Hn, TooltipTrigger as En } from "./ui/atoms/tooltip.js";
207
+ import { ViewToolsControl as Rn } from "./ui/atoms/view-tools-control.js";
208
+ import { VirtualizedGrid as On } from "./ui/atoms/virtualized-grid.js";
209
+ import { ChatHistoryItem as _n } from "./ui/molecules/chat-history-item.js";
210
+ import { ChatAssistantMessage as Un, ChatMessageList as Wn, ChatMessageListSkeleton as Zn, ChatStreamingIndicator as qn, ChatUserMessage as Jn } from "./ui/molecules/chat-message-list.js";
211
+ import { ClientSecretInput as Yn } from "./ui/molecules/client-secret-field.js";
212
+ import { CommandBar as Kn } from "./ui/molecules/command-bar.js";
213
+ import { ConfirmPopover as $n } from "./ui/molecules/confirm-popover.js";
214
+ import { DateTimePicker as rf } from "./ui/molecules/date-time-picker.js";
215
+ import { EmptyState as tf } from "./ui/molecules/empty-state.js";
216
+ import { ErrorState as pf } from "./ui/molecules/error-state.js";
217
+ import { FlowDiagram as lf } from "./ui/molecules/flow-diagram.js";
218
+ import { Message as ff, MessageAction as xf, MessageActions as df, MessageAvatar as sf, MessageContent as uf } from "./ui/molecules/message.js";
219
+ import { PromptInput as Cf, PromptInputAction as cf, PromptInputActions as Tf, PromptInputTextarea as Sf } from "./ui/molecules/prompt-input.js";
220
+ import { R as bf, T as Af } from "../toolkit-card-ryIR325K.js";
221
+ import { StepsProgress as Mf } from "./ui/molecules/steps-progress.js";
222
+ import { SuggestionCard as Bf, SuggestionCardSkeleton as Gf } from "./ui/molecules/suggestion-card.js";
223
+ import { TagsInput as Pf, TagsInputValue as Lf } from "./ui/molecules/tags-input.js";
224
+ import { ToolAuthorization as yf, ToolAuthorizationArgs as wf, ToolAuthorizationContent as Hf, ToolAuthorizationHeader as Ef, ToolAuthorizationMessage as Ff } from "./ui/molecules/tool-authorization.js";
225
+ import { ToolCallAccordion as Vf, ToolCallAccordionContent as Of, ToolCallAccordionItem as zf, ToolCallAccordionTrigger as _f } from "./ui/molecules/tool-call-accordion.js";
226
+ import { ToolCard as Uf } from "./ui/molecules/tool-card.js";
227
+ import { UserNav as Zf } from "./ui/molecules/user-nav.js";
228
+ import { ChatPageSkeleton as Jf } from "./ui/pages/chat-page-skeleton.js";
229
+ import { LoginPage as Yf } from "./ui/pages/login-page.js";
230
+ import { AuthTemplate as Kf, AuthTemplateCard as Qf, AuthTemplateContent as $f, AuthTemplateDefaultBackground as ox, AuthTemplateDescription as rx, AuthTemplateFooter as ex, AuthTemplateGridOverlay as tx, AuthTemplateHeader as ax, AuthTemplateLegal as px, AuthTemplateLegalLink as mx, AuthTemplateLogo as ix, AuthTemplatePrompt as lx, AuthTemplatePromptLink as nx, AuthTemplateTitle as fx, AuthTemplateVideoBackground as xx } from "./ui/templates/auth-template.js";
231
+ import { ChatTemplate as sx, ChatTemplateBody as ux, ChatTemplateFooter as gx, ChatTemplateHeader as Cx, ChatTemplateHeaderGroup as cx, ChatTemplateOverview as Tx, ChatTemplateOverviewSubtitle as Sx, ChatTemplateOverviewTitle as hx, ChatTemplateSuggestions as bx } from "./ui/templates/chat-template.js";
232
+ import { ChatBodySkeleton as Dx, ChatContentSkeleton as Mx, ChatFooterSkeleton as kx, ChatHeaderSkeleton as Bx, ChatSidebarSkeleton as Gx } from "./ui/templates/chat-template-skeletons.js";
233
+ import { ErrorTemplate as Px, ErrorTemplateActions as Lx, ErrorTemplateContent as vx, ErrorTemplateDescription as yx, ErrorTemplateIcon as wx, ErrorTemplateLogo as Hx, ErrorTemplateTitle as Ex, ErrorTemplateUrl as Fx } from "./ui/templates/error-template.js";
234
+ import { DEFAULT_MCP_CLIENT_IDS as Vx, DEFAULT_MCP_SERVER_IDS as Ox, GatewayDiagram as zx } from "./ui/templates/gateway-diagram.js";
232
235
  export {
233
236
  e as Accordion,
234
237
  t as AccordionContent,
@@ -254,39 +257,39 @@ export {
254
257
  D as AlertDialogTrigger,
255
258
  f as AlertTitle,
256
259
  Pr as Amplitude,
257
- Lr as Arcade,
260
+ vr as Arcade,
258
261
  k as ArcadeGradient,
259
262
  wr as ArcadeLogo,
260
263
  Er as Asana,
261
- Vr as Ashby,
264
+ Rr as Ashby,
262
265
  Or as Atlassian,
263
- Nr as Attio,
266
+ _r as Attio,
264
267
  Ur as Auth0,
265
- _f as AuthTemplate,
266
- Xf as AuthTemplateCard,
267
- Yf as AuthTemplateContent,
268
- jf as AuthTemplateDefaultBackground,
269
- Kf as AuthTemplateDescription,
270
- Qf as AuthTemplateFooter,
271
- $f as AuthTemplateGridOverlay,
272
- ox as AuthTemplateHeader,
273
- rx as AuthTemplateLegal,
274
- ex as AuthTemplateLegalLink,
275
- tx as AuthTemplateLogo,
276
- ax as AuthTemplatePrompt,
277
- px as AuthTemplatePromptLink,
278
- mx as AuthTemplateTitle,
279
- ix as AuthTemplateVideoBackground,
268
+ Kf as AuthTemplate,
269
+ Qf as AuthTemplateCard,
270
+ $f as AuthTemplateContent,
271
+ ox as AuthTemplateDefaultBackground,
272
+ rx as AuthTemplateDescription,
273
+ ex as AuthTemplateFooter,
274
+ tx as AuthTemplateGridOverlay,
275
+ ax as AuthTemplateHeader,
276
+ px as AuthTemplateLegal,
277
+ mx as AuthTemplateLegalLink,
278
+ ix as AuthTemplateLogo,
279
+ lx as AuthTemplatePrompt,
280
+ nx as AuthTemplatePromptLink,
281
+ fx as AuthTemplateTitle,
282
+ xx as AuthTemplateVideoBackground,
280
283
  G as Avatar,
281
284
  I as AvatarBadge,
282
285
  P as AvatarFallback,
283
- v as AvatarGroup,
284
- L as AvatarGroupCount,
286
+ L as AvatarGroup,
287
+ v as AvatarGroupCount,
285
288
  y as AvatarImage,
286
289
  H as AvatarNotificationBadge,
287
- qr as Azure,
288
- V as Badge,
289
- _r as Bamboohr,
290
+ Zr as Azure,
291
+ R as Badge,
292
+ Jr as Bamboohr,
290
293
  Yr as Basecamp,
291
294
  Kr as Bill,
292
295
  $r as Bitbucket,
@@ -294,12 +297,12 @@ export {
294
297
  te as Box,
295
298
  z as BrandChip,
296
299
  pe as Braze,
297
- W as Breadcrumb,
300
+ N as Breadcrumb,
298
301
  U as BreadcrumbEllipsis,
299
- Z as BreadcrumbItem,
300
- q as BreadcrumbLink,
301
- J as BreadcrumbList,
302
- _ as BreadcrumbPage,
302
+ W as BreadcrumbItem,
303
+ Z as BreadcrumbLink,
304
+ q as BreadcrumbList,
305
+ J as BreadcrumbPage,
303
306
  X as BreadcrumbSeparator,
304
307
  ie as Brex,
305
308
  ne as Brightdata,
@@ -322,36 +325,36 @@ export {
322
325
  Co as ChartStyle,
323
326
  co as ChartTooltip,
324
327
  To as ChartTooltipContent,
325
- Nn as ChatAssistantMessage,
326
- Sx as ChatBodySkeleton,
328
+ Un as ChatAssistantMessage,
329
+ Dx as ChatBodySkeleton,
327
330
  ho as ChatContainerContent,
328
331
  bo as ChatContainerRoot,
329
332
  Ao as ChatContainerScrollAnchor,
330
- hx as ChatContentSkeleton,
331
- bx as ChatFooterSkeleton,
332
- Ax as ChatHeaderSkeleton,
333
- On as ChatHistoryItem,
333
+ Mx as ChatContentSkeleton,
334
+ kx as ChatFooterSkeleton,
335
+ Bx as ChatHeaderSkeleton,
336
+ _n as ChatHistoryItem,
334
337
  Wn as ChatMessageList,
335
- Un as ChatMessageListSkeleton,
336
- Uf as ChatPageSkeleton,
337
- Dx as ChatSidebarSkeleton,
338
- Zn as ChatStreamingIndicator,
339
- nx as ChatTemplate,
340
- fx as ChatTemplateBody,
341
- xx as ChatTemplateFooter,
342
- dx as ChatTemplateHeader,
343
- sx as ChatTemplateHeaderGroup,
344
- ux as ChatTemplateOverview,
345
- gx as ChatTemplateOverviewSubtitle,
346
- Cx as ChatTemplateOverviewTitle,
347
- cx as ChatTemplateSuggestions,
348
- qn as ChatUserMessage,
338
+ Zn as ChatMessageListSkeleton,
339
+ Jf as ChatPageSkeleton,
340
+ Gx as ChatSidebarSkeleton,
341
+ qn as ChatStreamingIndicator,
342
+ sx as ChatTemplate,
343
+ ux as ChatTemplateBody,
344
+ gx as ChatTemplateFooter,
345
+ Cx as ChatTemplateHeader,
346
+ cx as ChatTemplateHeaderGroup,
347
+ Tx as ChatTemplateOverview,
348
+ Sx as ChatTemplateOverviewSubtitle,
349
+ hx as ChatTemplateOverviewTitle,
350
+ bx as ChatTemplateSuggestions,
351
+ Jn as ChatUserMessage,
349
352
  Mo as Checkbox,
350
353
  ge as Claude,
351
354
  ce as ClaudeCodeLogotype,
352
355
  Se as Clickhouse,
353
356
  be as Clickup,
354
- _n as ClientSecretInput,
357
+ Yn as ClientSecretInput,
355
358
  De as Cline,
356
359
  ke as Closeio,
357
360
  Bo as CodeBlock,
@@ -359,33 +362,35 @@ export {
359
362
  Io as CodeBlockGroup,
360
363
  Ge as Codesandbox,
361
364
  Pe as Coinbase,
362
- vo as Collapsible,
363
- Lo as CollapsibleContent,
365
+ Lo as Collapsible,
366
+ vo as CollapsibleContent,
364
367
  yo as CollapsibleTrigger,
365
368
  Ho as Command,
366
- Yn as CommandBar,
369
+ Kn as CommandBar,
367
370
  Eo as CommandDialog,
368
371
  Fo as CommandEmpty,
369
- Vo as CommandGroup,
370
- Ro as CommandInput,
372
+ Ro as CommandGroup,
373
+ Vo as CommandInput,
371
374
  Oo as CommandItem,
372
375
  zo as CommandList,
373
- No as CommandSeparator,
374
- Wo as CommandShortcut,
375
- Kn as ConfirmPopover,
376
- Le as Confluence,
377
- Zo as CopyButton,
376
+ _o as CommandSeparator,
377
+ No as CommandShortcut,
378
+ $n as ConfirmPopover,
379
+ ve as Confluence,
380
+ Wo as CopyButton,
378
381
  we as Cursor,
379
382
  Ee as CursorInstallDark,
380
- Ve as CursorInstallLight,
383
+ Re as CursorInstallLight,
381
384
  Oe as CursorLogotype,
382
- Ne as Customerio,
383
- on as DS_SPARKLE_DURATION_MS,
385
+ _e as Customerio,
386
+ Vx as DEFAULT_MCP_CLIENT_IDS,
387
+ Ox as DEFAULT_MCP_SERVER_IDS,
388
+ en as DS_SPARKLE_DURATION_MS,
384
389
  Ue as Datadog,
385
- $n as DateTimePicker,
386
- qe as Daytona,
387
- Jo as Dialog,
388
- _o as DialogClose,
390
+ rf as DateTimePicker,
391
+ Ze as Daytona,
392
+ qo as Dialog,
393
+ Jo as DialogClose,
389
394
  Xo as DialogContent,
390
395
  Yo as DialogDescription,
391
396
  jo as DialogFooter,
@@ -394,7 +399,7 @@ export {
394
399
  $o as DialogPortal,
395
400
  or as DialogTitle,
396
401
  rr as DialogTrigger,
397
- _e as DigitalOcean,
402
+ Je as DigitalOcean,
398
403
  Ye as Discord,
399
404
  Ke as Dropbox,
400
405
  tr as DropdownMenu,
@@ -414,23 +419,25 @@ export {
414
419
  cr as DropdownMenuTrigger,
415
420
  $e as E2b,
416
421
  rt as Ebay,
417
- rf as EmptyState,
418
- tf as ErrorState,
419
- kx as ErrorTemplate,
420
- Bx as ErrorTemplateActions,
421
- Gx as ErrorTemplateContent,
422
- Ix as ErrorTemplateDescription,
423
- Px as ErrorTemplateIcon,
424
- vx as ErrorTemplateLogo,
425
- Lx as ErrorTemplateTitle,
426
- yx as ErrorTemplateUrl,
422
+ tf as EmptyState,
423
+ pf as ErrorState,
424
+ Px as ErrorTemplate,
425
+ Lx as ErrorTemplateActions,
426
+ vx as ErrorTemplateContent,
427
+ yx as ErrorTemplateDescription,
428
+ wx as ErrorTemplateIcon,
429
+ Hx as ErrorTemplateLogo,
430
+ Ex as ErrorTemplateTitle,
431
+ Fx as ErrorTemplateUrl,
427
432
  tt as Evernote,
428
433
  pt as Exa,
429
434
  it as Factorial,
430
435
  nt as Figma,
431
436
  xt as Firecrawl,
437
+ lf as FlowDiagram,
432
438
  st as Forkable,
433
439
  gt as Freshservice,
440
+ zx as GatewayDiagram,
434
441
  ct as Gemini,
435
442
  St as Generic,
436
443
  bt as Github,
@@ -438,15 +445,15 @@ export {
438
445
  kt as Gmail,
439
446
  Gt as Google,
440
447
  Pt as GoogleCalendar,
441
- Lt as GoogleContacts,
448
+ vt as GoogleContacts,
442
449
  wt as GoogleDocs,
443
450
  Et as GoogleDrive,
444
- Vt as GoogleFinance,
451
+ Rt as GoogleFinance,
445
452
  Ot as GoogleFlight,
446
- Nt as GoogleFlights,
453
+ _t as GoogleFlights,
447
454
  Ut as GoogleHotels,
448
- qt as GoogleJobs,
449
- _t as GoogleMaps,
455
+ Zt as GoogleJobs,
456
+ Jt as GoogleMaps,
450
457
  Yt as GoogleNews,
451
458
  Kt as GoogleSheets,
452
459
  $t as GoogleShopping,
@@ -460,50 +467,50 @@ export {
460
467
  br as HoverCardTrigger,
461
468
  xa as Hubspot,
462
469
  sa as Imgflip,
463
- ii as Input,
464
- ni as InputGroup,
465
- fi as InputGroupAddon,
466
- xi as InputGroupButton,
467
- di as InputGroupInput,
468
- si as InputGroupText,
469
- ui as InputGroupTextarea,
470
+ ni as Input,
471
+ xi as InputGroup,
472
+ di as InputGroupAddon,
473
+ si as InputGroupButton,
474
+ ui as InputGroupInput,
475
+ gi as InputGroupText,
476
+ Ci as InputGroupTextarea,
470
477
  ga as Intercom,
471
478
  ca as Jira,
472
- Ci as JsonHighlight,
473
- Si as Label,
479
+ Ti as JsonHighlight,
480
+ bi as Label,
474
481
  Sa as Langchain,
475
482
  ba as LangchainLogotype,
476
483
  Da as Linear,
477
484
  ka as Linkedin,
478
- bi as Loader,
479
- qf as LoginPage,
485
+ Di as Loader,
486
+ Yf as LoginPage,
480
487
  Ga as Luma,
481
488
  Pa as Mailchimp,
482
- Di as Markdown,
483
- La as Mastra,
489
+ ki as Markdown,
490
+ va as Mastra,
484
491
  wa as MastraLogotype,
485
492
  Ea as MathToolkit,
486
- Va as Mcp,
487
- pf as Message,
488
- mf as MessageAction,
489
- lf as MessageActions,
490
- nf as MessageAvatar,
491
- ff as MessageContent,
493
+ Ra as Mcp,
494
+ ff as Message,
495
+ xf as MessageAction,
496
+ df as MessageActions,
497
+ sf as MessageAvatar,
498
+ uf as MessageContent,
492
499
  Oa as Microsoft,
493
- Na as MicrosoftDynamics,
500
+ _a as MicrosoftDynamics,
494
501
  Ua as MicrosoftExcel,
495
- qa as MicrosoftOnedrive,
496
- _a as MicrosoftOutlookCalendar,
502
+ Za as MicrosoftOnedrive,
503
+ Ja as MicrosoftOutlookCalendar,
497
504
  Ya as MicrosoftOutlookMail,
498
505
  Ka as MicrosoftPowerpoint,
499
506
  $a as MicrosoftSharepoint,
500
507
  rp as MicrosoftTeams,
501
508
  tp as MicrosoftWord,
502
509
  pp as Miro,
503
- ki as MobileTooltip,
504
- Bi as MobileTooltipContent,
505
- Gi as MobileTooltipProvider,
506
- Ii as MobileTooltipTrigger,
510
+ Gi as MobileTooltip,
511
+ Ii as MobileTooltipContent,
512
+ Pi as MobileTooltipProvider,
513
+ Li as MobileTooltipTrigger,
507
514
  ip as Monday,
508
515
  np as MongoDB,
509
516
  xp as Netsuite,
@@ -516,164 +523,165 @@ export {
516
523
  kp as Pinecone,
517
524
  Gp as Pinterest,
518
525
  Pp as Pipedrive,
519
- Lp as Plaid,
520
- vi as Popover,
521
- Li as PopoverContent,
522
- yi as PopoverDescription,
523
- wi as PopoverHeader,
524
- Hi as PopoverTitle,
525
- Ei as PopoverTrigger,
526
+ vp as Plaid,
527
+ yi as Popover,
528
+ wi as PopoverContent,
529
+ Hi as PopoverDescription,
530
+ Ei as PopoverHeader,
531
+ Fi as PopoverTitle,
532
+ Ri as PopoverTrigger,
526
533
  wp as Postgres,
527
534
  Ep as Posthog,
528
- Vi as ProBadge,
529
- Oi as Progress,
530
- zi as ProgressIndicator,
531
- Ni as ProgressLabel,
535
+ Oi as ProBadge,
536
+ _i as Progress,
537
+ Ni as ProgressIndicator,
538
+ Ui as ProgressLabel,
532
539
  Wi as ProgressTrack,
533
- Ui as ProgressValue,
534
- df as PromptInput,
535
- sf as PromptInputAction,
536
- uf as PromptInputActions,
537
- gf as PromptInputTextarea,
538
- Vp as Pylon,
540
+ Zi as ProgressValue,
541
+ Cf as PromptInput,
542
+ cf as PromptInputAction,
543
+ Tf as PromptInputActions,
544
+ Sf as PromptInputTextarea,
545
+ Rp as Pylon,
539
546
  Op as Quickbooks,
540
- qi as RadioGroup,
541
- Ji as RadioGroupItem,
542
- Np as Railway,
547
+ Ji as RadioGroup,
548
+ Xi as RadioGroupItem,
549
+ _p as Railway,
543
550
  Up as Reddit,
544
- cf as RequirementBadges,
545
- Xi as ResizableHandle,
546
- Yi as ResizablePanel,
547
- ji as ResizablePanelGroup,
548
- qp as Salesforce,
549
- Qi as ScrollArea,
550
- $i as ScrollBar,
551
- rl as ScrollButton,
552
- tl as Select,
553
- al as SelectContent,
554
- pl as SelectGroup,
555
- ml as SelectItem,
556
- il as SelectLabel,
557
- ll as SelectScrollDownButton,
558
- nl as SelectScrollUpButton,
559
- fl as SelectSeparator,
560
- xl as SelectTrigger,
561
- dl as SelectValue,
562
- ul as Separator,
563
- Cl as Sheet,
564
- cl as SheetClose,
565
- Tl as SheetContent,
566
- Sl as SheetDescription,
567
- hl as SheetFooter,
568
- bl as SheetHeader,
569
- Al as SheetTitle,
570
- Dl as SheetTrigger,
571
- _p as Shopify,
572
- kl as Sidebar,
573
- Bl as SidebarContent,
574
- Gl as SidebarFooter,
575
- Il as SidebarGroup,
576
- Pl as SidebarGroupAction,
577
- vl as SidebarGroupContent,
578
- Ll as SidebarGroupLabel,
579
- yl as SidebarHeader,
580
- wl as SidebarInput,
581
- Hl as SidebarInset,
582
- El as SidebarMenu,
583
- Fl as SidebarMenuAction,
584
- Vl as SidebarMenuBadge,
585
- Rl as SidebarMenuButton,
586
- Ol as SidebarMenuItem,
587
- zl as SidebarMenuSkeleton,
588
- Nl as SidebarMenuSub,
551
+ bf as RequirementBadges,
552
+ Zp as Resend,
553
+ ji as ResizableHandle,
554
+ Ki as ResizablePanel,
555
+ Qi as ResizablePanelGroup,
556
+ Jp as Salesforce,
557
+ ol as ScrollArea,
558
+ rl as ScrollBar,
559
+ tl as ScrollButton,
560
+ pl as Select,
561
+ ml as SelectContent,
562
+ il as SelectGroup,
563
+ ll as SelectItem,
564
+ nl as SelectLabel,
565
+ fl as SelectScrollDownButton,
566
+ xl as SelectScrollUpButton,
567
+ dl as SelectSeparator,
568
+ sl as SelectTrigger,
569
+ ul as SelectValue,
570
+ Cl as Separator,
571
+ Tl as Sheet,
572
+ Sl as SheetClose,
573
+ hl as SheetContent,
574
+ bl as SheetDescription,
575
+ Al as SheetFooter,
576
+ Dl as SheetHeader,
577
+ Ml as SheetTitle,
578
+ kl as SheetTrigger,
579
+ Yp as Shopify,
580
+ Gl as Sidebar,
581
+ Il as SidebarContent,
582
+ Pl as SidebarFooter,
583
+ Ll as SidebarGroup,
584
+ vl as SidebarGroupAction,
585
+ yl as SidebarGroupContent,
586
+ wl as SidebarGroupLabel,
587
+ Hl as SidebarHeader,
588
+ El as SidebarInput,
589
+ Fl as SidebarInset,
590
+ Rl as SidebarMenu,
591
+ Vl as SidebarMenuAction,
592
+ Ol as SidebarMenuBadge,
593
+ zl as SidebarMenuButton,
594
+ _l as SidebarMenuItem,
595
+ Nl as SidebarMenuSkeleton,
596
+ Ul as SidebarMenuSub,
589
597
  Wl as SidebarMenuSubButton,
590
- Ul as SidebarMenuSubItem,
591
- Zl as SidebarProvider,
592
- ql as SidebarRail,
593
- Jl as SidebarSeparator,
594
- _l as SidebarTrigger,
595
- Yp as Singlestore,
596
- jl as Skeleton,
597
- Kp as Slack,
598
- Ql as Slider,
599
- $p as Snowflake,
600
- rn as SparkleBurst,
601
- rm as Splunk,
602
- tm as Spotify,
603
- pm as Square,
604
- im as Squarespace,
605
- nm as Squareup,
606
- tn as StepIndicator,
607
- hf as StepsProgress,
608
- xm as Stripe,
609
- Af as SuggestionCard,
610
- Df as SuggestionCardSkeleton,
611
- ln as Switch,
612
- fn as Table,
613
- xn as TableBody,
614
- dn as TableCaption,
615
- sn as TableCell,
616
- un as TableFooter,
617
- gn as TableHead,
618
- Cn as TableHeader,
619
- cn as TableRow,
620
- Sn as Tabs,
621
- hn as TabsContent,
622
- bn as TabsList,
623
- An as TabsTrigger,
624
- kf as TagsInput,
625
- Bf as TagsInputValue,
626
- sm as Telegram,
627
- gm as Tesla,
628
- kn as Textarea,
629
- cm as Ticktick,
630
- Sm as Tiktok,
631
- Gn as Toggle,
632
- If as ToolAuthorization,
633
- Pf as ToolAuthorizationArgs,
634
- vf as ToolAuthorizationContent,
635
- Lf as ToolAuthorizationHeader,
636
- yf as ToolAuthorizationMessage,
637
- Hf as ToolCallAccordion,
638
- Ef as ToolCallAccordionContent,
639
- Ff as ToolCallAccordionItem,
640
- Vf as ToolCallAccordionTrigger,
641
- Of as ToolCard,
642
- Tf as ToolkitCard,
643
- vn as Tooltip,
644
- Ln as TooltipContent,
645
- yn as TooltipProvider,
646
- wn as TooltipTrigger,
647
- bm as Trello,
648
- Dm as Twilio,
649
- km as Twitch,
650
- Nf as UserNav,
651
- Gm as Vercel,
652
- Pm as VercelLogotype,
653
- En as ViewToolsControl,
654
- Vn as VirtualizedGrid,
655
- Lm as Vscode,
656
- wm as Walmart,
657
- Em as Weaviate,
658
- Vm as Windsurf,
659
- Om as Workday,
660
- Nm as Wrike,
661
- Um as X,
662
- qm as Xero,
663
- _m as Youtube,
664
- Ym as Yugabytedb,
665
- Km as Zendesk,
666
- $m as Zoho,
667
- ri as ZohoBooks,
668
- ti as ZohoCreator,
669
- pi as Zoom,
598
+ Zl as SidebarMenuSubItem,
599
+ ql as SidebarProvider,
600
+ Jl as SidebarRail,
601
+ Xl as SidebarSeparator,
602
+ Yl as SidebarTrigger,
603
+ Kp as Singlestore,
604
+ Ql as Skeleton,
605
+ $p as Slack,
606
+ on as Slider,
607
+ rm as Snowflake,
608
+ tn as SparkleBurst,
609
+ tm as Splunk,
610
+ pm as Spotify,
611
+ im as Square,
612
+ nm as Squarespace,
613
+ xm as Squareup,
614
+ pn as StepIndicator,
615
+ Mf as StepsProgress,
616
+ sm as Stripe,
617
+ Bf as SuggestionCard,
618
+ Gf as SuggestionCardSkeleton,
619
+ fn as Switch,
620
+ dn as Table,
621
+ sn as TableBody,
622
+ un as TableCaption,
623
+ gn as TableCell,
624
+ Cn as TableFooter,
625
+ cn as TableHead,
626
+ Tn as TableHeader,
627
+ Sn as TableRow,
628
+ bn as Tabs,
629
+ An as TabsContent,
630
+ Dn as TabsList,
631
+ Mn as TabsTrigger,
632
+ Pf as TagsInput,
633
+ Lf as TagsInputValue,
634
+ gm as Telegram,
635
+ cm as Tesla,
636
+ Gn as Textarea,
637
+ Sm as Ticktick,
638
+ bm as Tiktok,
639
+ Pn as Toggle,
640
+ yf as ToolAuthorization,
641
+ wf as ToolAuthorizationArgs,
642
+ Hf as ToolAuthorizationContent,
643
+ Ef as ToolAuthorizationHeader,
644
+ Ff as ToolAuthorizationMessage,
645
+ Vf as ToolCallAccordion,
646
+ Of as ToolCallAccordionContent,
647
+ zf as ToolCallAccordionItem,
648
+ _f as ToolCallAccordionTrigger,
649
+ Uf as ToolCard,
650
+ Af as ToolkitCard,
651
+ yn as Tooltip,
652
+ wn as TooltipContent,
653
+ Hn as TooltipProvider,
654
+ En as TooltipTrigger,
655
+ Dm as Trello,
656
+ km as Twilio,
657
+ Gm as Twitch,
658
+ Zf as UserNav,
659
+ Pm as Vercel,
660
+ vm as VercelLogotype,
661
+ Rn as ViewToolsControl,
662
+ On as VirtualizedGrid,
663
+ wm as Vscode,
664
+ Em as Walmart,
665
+ Rm as Weaviate,
666
+ Om as Windsurf,
667
+ _m as Workday,
668
+ Um as Wrike,
669
+ Zm as X,
670
+ Jm as Xero,
671
+ Ym as Youtube,
672
+ Km as Yugabytedb,
673
+ $m as Zendesk,
674
+ ri as Zoho,
675
+ ti as ZohoBooks,
676
+ pi as ZohoCreator,
677
+ ii as Zoom,
670
678
  E as avatarBadgeVariants,
671
- R as badgeVariants,
679
+ V as badgeVariants,
672
680
  K as buttonVariants,
673
- ci as jsonHighlightVariants,
674
- an as stepIndicatorIconVariants,
675
- pn as stepIndicatorLabelVariants,
676
- Dn as tabsListVariants,
677
- In as toggleVariants,
678
- Xl as useSidebar
681
+ Si as jsonHighlightVariants,
682
+ mn as stepIndicatorIconVariants,
683
+ ln as stepIndicatorLabelVariants,
684
+ kn as tabsListVariants,
685
+ Ln as toggleVariants,
686
+ jl as useSidebar
679
687
  };