@arcadeai/design-system 3.41.1 → 3.42.3

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