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