@arcadeai/design-system 3.33.1 → 3.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/assets/icons/daytona.js +6 -6
  2. package/dist/components/index.js +595 -567
  3. package/dist/components/ui/atoms/avatar-notification-badge.d.ts +34 -0
  4. package/dist/components/ui/atoms/avatar-notification-badge.d.ts.map +1 -0
  5. package/dist/components/ui/atoms/avatar-notification-badge.js +78 -0
  6. package/dist/components/ui/atoms/command.js +288 -364
  7. package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
  8. package/dist/components/ui/atoms/copy-button.js +3 -2
  9. package/dist/components/ui/atoms/dropdown-menu.js +1 -1
  10. package/dist/components/ui/atoms/hover-card.js +1 -1
  11. package/dist/components/ui/atoms/icons/daytona.d.ts.map +1 -1
  12. package/dist/components/ui/atoms/icons/daytona.js +9 -14
  13. package/dist/components/ui/atoms/index.d.ts +3 -0
  14. package/dist/components/ui/atoms/index.d.ts.map +1 -1
  15. package/dist/components/ui/atoms/index.js +512 -504
  16. package/dist/components/ui/atoms/json-highlight.d.ts +60 -0
  17. package/dist/components/ui/atoms/json-highlight.d.ts.map +1 -0
  18. package/dist/components/ui/atoms/json-highlight.js +77 -0
  19. package/dist/components/ui/atoms/markdown.js +1 -1
  20. package/dist/components/ui/atoms/popover.js +1 -1
  21. package/dist/components/ui/atoms/scroll-button.js +8 -8
  22. package/dist/components/ui/atoms/select.js +1 -1
  23. package/dist/components/ui/atoms/tooltip.js +1 -1
  24. package/dist/components/ui/atoms/view-tools-control.d.ts +1 -1
  25. package/dist/components/ui/atoms/view-tools-control.d.ts.map +1 -1
  26. package/dist/components/ui/atoms/view-tools-control.js +20 -19
  27. package/dist/components/ui/index.js +595 -567
  28. package/dist/components/ui/molecules/chat-message-list.d.ts +5 -2
  29. package/dist/components/ui/molecules/chat-message-list.d.ts.map +1 -1
  30. package/dist/components/ui/molecules/chat-message-list.js +2 -2
  31. package/dist/components/ui/molecules/index.d.ts +8 -0
  32. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  33. package/dist/components/ui/molecules/index.js +48 -28
  34. package/dist/components/ui/molecules/message.js +1 -1
  35. package/dist/components/ui/molecules/prompt-input.js +20 -20
  36. package/dist/components/ui/molecules/requirement-badges.js +9 -5
  37. package/dist/components/ui/molecules/switcher.d.ts +83 -0
  38. package/dist/components/ui/molecules/switcher.d.ts.map +1 -0
  39. package/dist/components/ui/molecules/switcher.js +164 -0
  40. package/dist/components/ui/molecules/tool-authorization.d.ts +56 -0
  41. package/dist/components/ui/molecules/tool-authorization.d.ts.map +1 -0
  42. package/dist/components/ui/molecules/tool-authorization.js +160 -0
  43. package/dist/components/ui/molecules/tool-call-accordion.d.ts +36 -0
  44. package/dist/components/ui/molecules/tool-call-accordion.d.ts.map +1 -0
  45. package/dist/components/ui/molecules/tool-call-accordion.js +301 -0
  46. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  47. package/dist/components/ui/molecules/user-nav.d.ts +65 -0
  48. package/dist/components/ui/molecules/user-nav.d.ts.map +1 -0
  49. package/dist/components/ui/molecules/user-nav.js +154 -0
  50. package/dist/components/ui/pages/chat-page.d.ts +18 -10
  51. package/dist/components/ui/pages/chat-page.d.ts.map +1 -1
  52. package/dist/components/ui/pages/chat-page.js +328 -243
  53. package/dist/components/ui/templates/chat-template.d.ts +1 -1
  54. package/dist/components/ui/templates/chat-template.d.ts.map +1 -1
  55. package/dist/components/ui/templates/chat-template.js +11 -11
  56. package/dist/highlighted-body-TPN3WLV5-DyOGcftJ.js +19 -0
  57. package/dist/index-BEZCAdXQ.js +1568 -0
  58. package/dist/main.js +621 -593
  59. package/dist/{markdown-ChximrBv.js → markdown-9KGBuupR.js} +6264 -6046
  60. package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +4 -0
  61. package/dist/{toolkit-card-Cb-KDQhU.js → toolkit-card-DAgQXF93.js} +14 -11
  62. package/package.json +1 -1
  63. package/dist/highlighted-body-B3W2YXNL-D6XBJnwx.js +0 -19
  64. package/dist/index-DO05OIM5.js +0 -1545
  65. package/dist/mermaid-3ZIDBTTL-DtIP-JZq.js +0 -4
package/dist/main.js CHANGED
@@ -1,220 +1,227 @@
1
1
  import { Accordion as e, AccordionContent as t, AccordionItem as a, AccordionTrigger as p } from "./components/ui/atoms/accordion.js";
2
- import { Alert as i, AlertDescription as l, AlertTitle as f } from "./components/ui/atoms/alert.js";
3
- import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as s, AlertDialogDescription as g, AlertDialogFooter as C, AlertDialogHeader as c, AlertDialogOverlay as T, AlertDialogPortal as S, AlertDialogTitle as b, AlertDialogTrigger as h } from "./components/ui/atoms/alert-dialog.js";
4
- import { Avatar as D, AvatarFallback as M, AvatarImage as P } from "./components/ui/atoms/avatar.js";
5
- import { Badge as B, badgeVariants as k } from "./components/ui/atoms/badge.js";
6
- import { Breadcrumb as G, BreadcrumbEllipsis as v, BreadcrumbItem as L, BreadcrumbLink as R, BreadcrumbList as w, BreadcrumbPage as y, BreadcrumbSeparator as H } from "./components/ui/atoms/breadcrumb.js";
7
- import { Button as V, buttonVariants as _ } from "./components/ui/atoms/button.js";
8
- import { ByocBadge as U } from "./components/ui/atoms/byoc-badge.js";
9
- import { C as z, a as W } from "./calendar-DreAgQKY.js";
10
- import { Card as q, CardAction as K, CardContent as J, CardDescription as X, CardFooter as Y, CardHeader as Q, CardTitle as j } from "./components/ui/atoms/card.js";
11
- import { ChartContainer as oo, ChartLegend as ro, ChartLegendContent as eo, ChartStyle as to, ChartTooltip as ao, ChartTooltipContent as po } from "./components/ui/atoms/chart.js";
12
- import { ChatContainerContent as io, ChatContainerRoot as lo, ChatContainerScrollAnchor as fo } from "./components/ui/atoms/chat-container.js";
13
- import { Checkbox as xo } from "./components/ui/atoms/checkbox.js";
14
- import { CodeBlock as so, CodeBlockCode as go, CodeBlockGroup as Co } from "./components/ui/atoms/code-block.js";
15
- import { Collapsible as To, CollapsibleContent as So, CollapsibleTrigger as bo } from "./components/ui/atoms/collapsible.js";
16
- import { Command as Ao, CommandDialog as Do, CommandEmpty as Mo, CommandGroup as Po, CommandInput as Io, CommandItem as Bo, CommandList as ko, CommandSeparator as Oo, CommandShortcut as Go } from "./components/ui/atoms/command.js";
17
- import { CopyButton as Lo } from "./components/ui/atoms/copy-button.js";
18
- import { Dialog as wo, DialogClose as yo, DialogContent as Ho, DialogDescription as Eo, DialogFooter as Vo, DialogHeader as _o, DialogOverlay as Fo, DialogPortal as Uo, DialogTitle as No, DialogTrigger as zo } from "./components/ui/atoms/dialog.js";
19
- import { DropdownMenu as Zo, DropdownMenuCheckboxItem as qo, DropdownMenuContent as Ko, DropdownMenuGroup as Jo, DropdownMenuItem as Xo, DropdownMenuLabel as Yo, DropdownMenuPortal as Qo, DropdownMenuRadioGroup as jo, DropdownMenuRadioItem as $o, DropdownMenuSeparator as or, DropdownMenuShortcut as rr, DropdownMenuSub as er, DropdownMenuSubContent as tr, DropdownMenuSubTrigger as ar, DropdownMenuTrigger as pr } from "./components/ui/atoms/dropdown-menu.js";
20
- import { HoverCard as ir, HoverCardContent as lr, HoverCardTrigger as fr } from "./components/ui/atoms/hover-card.js";
21
- import { Adp as xr } from "./components/ui/atoms/icons/adp.js";
22
- import { Aha as ur } from "./components/ui/atoms/icons/aha.js";
23
- import { Airtable as gr } from "./components/ui/atoms/icons/airtable.js";
24
- import { Amplitude as cr } from "./components/ui/atoms/icons/amplitude.js";
25
- import { Arcade as Sr } from "./components/ui/atoms/icons/arcade.js";
26
- import { Asana as hr } from "./components/ui/atoms/icons/asana.js";
27
- import { Ashby as Dr } from "./components/ui/atoms/icons/ashby.js";
28
- import { Atlassian as Pr } from "./components/ui/atoms/icons/atlassian.js";
29
- import { Attio as Br } from "./components/ui/atoms/icons/attio.js";
30
- import { Auth0 as Or } from "./components/ui/atoms/icons/auth0.js";
31
- import { Azure as vr } from "./components/ui/atoms/icons/azure.js";
32
- import { Bamboohr as Rr } from "./components/ui/atoms/icons/bamboohr.js";
33
- import { Basecamp as yr } from "./components/ui/atoms/icons/basecamp.js";
34
- import { Bill as Er } from "./components/ui/atoms/icons/bill.js";
35
- import { Bitbucket as _r } from "./components/ui/atoms/icons/bitbucket.js";
36
- import { Bluesky as Ur } from "./components/ui/atoms/icons/bluesky.js";
37
- import { Box as zr } from "./components/ui/atoms/icons/box.js";
38
- import { Braze as Zr } from "./components/ui/atoms/icons/braze.js";
39
- import { Brex as Kr } from "./components/ui/atoms/icons/brex.js";
40
- import { Brightdata as Xr } from "./components/ui/atoms/icons/brightdata.js";
41
- import { Buffer as Qr } from "./components/ui/atoms/icons/buffer.js";
42
- import { Calendly as $r } from "./components/ui/atoms/icons/calendly.js";
43
- import { Claude as re } from "./components/ui/atoms/icons/claude.js";
44
- import { Clickhouse as te } from "./components/ui/atoms/icons/clickhouse.js";
45
- import { Clickup as pe } from "./components/ui/atoms/icons/clickup.js";
46
- import { Cline as ie } from "./components/ui/atoms/icons/cline.js";
47
- import { Closeio as fe } from "./components/ui/atoms/icons/closeio.js";
48
- import { Codesandbox as xe } from "./components/ui/atoms/icons/codesandbox.js";
49
- import { Coinbase as ue } from "./components/ui/atoms/icons/coinbase.js";
50
- import { Confluence as ge } from "./components/ui/atoms/icons/confluence.js";
51
- import { Cursor as ce } from "./components/ui/atoms/icons/cursor.js";
52
- import { CursorInstallDark as Se } from "./components/ui/atoms/icons/cursor-install-dark.js";
53
- import { CursorInstallLight as he } from "./components/ui/atoms/icons/cursor-install-light.js";
54
- import { Customerio as De } from "./components/ui/atoms/icons/customerio.js";
55
- import { Datadog as Pe } from "./components/ui/atoms/icons/datadog.js";
56
- import { Daytona as Be } from "./components/ui/atoms/icons/daytona.js";
57
- import { DigitalOcean as Oe } from "./components/ui/atoms/icons/digital-ocean.js";
58
- import { Discord as ve } from "./components/ui/atoms/icons/discord.js";
59
- import { Dropbox as Re } from "./components/ui/atoms/icons/dropbox.js";
60
- import { E2b as ye } from "./components/ui/atoms/icons/e2b.js";
61
- import { Ebay as Ee } from "./components/ui/atoms/icons/ebay.js";
62
- import { Evernote as _e } from "./components/ui/atoms/icons/evernote.js";
63
- import { Exa as Ue } from "./components/ui/atoms/icons/exa.js";
64
- import { Factorial as ze } from "./components/ui/atoms/icons/factorial.js";
65
- import { Figma as Ze } from "./components/ui/atoms/icons/figma.js";
66
- import { Firecrawl as Ke } from "./components/ui/atoms/icons/firecrawl.js";
67
- import { Freshservice as Xe } from "./components/ui/atoms/icons/freshservice.js";
68
- import { Gemini as Qe } from "./components/ui/atoms/icons/gemini.js";
69
- import { Generic as $e } from "./components/ui/atoms/icons/generic.js";
70
- import { Github as rt } from "./components/ui/atoms/icons/github.js";
71
- import { Gitlab as tt } from "./components/ui/atoms/icons/gitlab.js";
72
- import { Gmail as pt } from "./components/ui/atoms/icons/gmail.js";
73
- import { Google as it } from "./components/ui/atoms/icons/google.js";
74
- import { GoogleCalendar as ft } from "./components/ui/atoms/icons/google-calendar.js";
75
- import { GoogleContacts as xt } from "./components/ui/atoms/icons/google-contacts.js";
76
- import { GoogleDocs as ut } from "./components/ui/atoms/icons/google-docs.js";
77
- import { GoogleDrive as gt } from "./components/ui/atoms/icons/google-drive.js";
78
- import { GoogleFinance as ct } from "./components/ui/atoms/icons/google-finance.js";
79
- import { GoogleFlight as St } from "./components/ui/atoms/icons/google-flight.js";
80
- import { GoogleFlights as ht } from "./components/ui/atoms/icons/google-flights.js";
81
- import { GoogleHotels as Dt } from "./components/ui/atoms/icons/google-hotels.js";
82
- import { GoogleJobs as Pt } from "./components/ui/atoms/icons/google-jobs.js";
83
- import { GoogleMaps as Bt } from "./components/ui/atoms/icons/google-maps.js";
84
- import { GoogleNews as Ot } from "./components/ui/atoms/icons/google-news.js";
85
- import { GoogleSheets as vt } from "./components/ui/atoms/icons/google-sheets.js";
86
- import { GoogleShopping as Rt } from "./components/ui/atoms/icons/google-shopping.js";
87
- import { GoogleSlides as yt } from "./components/ui/atoms/icons/google-slides.js";
88
- import { Goose as Et } from "./components/ui/atoms/icons/goose.js";
89
- import { Heroku as _t } from "./components/ui/atoms/icons/heroku.js";
90
- import { Hootsuite as Ut } from "./components/ui/atoms/icons/hootsuite.js";
91
- import { Hubspot as zt } from "./components/ui/atoms/icons/hubspot.js";
92
- import { Imgflip as Zt } from "./components/ui/atoms/icons/imgflip.js";
93
- import { Intercom as Kt } from "./components/ui/atoms/icons/intercom.js";
94
- import { Jira as Xt } from "./components/ui/atoms/icons/jira.js";
95
- import { Langchain as Qt } from "./components/ui/atoms/icons/langchain.js";
96
- import { Linear as $t } from "./components/ui/atoms/icons/linear.js";
97
- import { Linkedin as ra } from "./components/ui/atoms/icons/linkedin.js";
98
- import { Luma as ta } from "./components/ui/atoms/icons/luma.js";
99
- import { Mailchimp as pa } from "./components/ui/atoms/icons/mailchimp.js";
100
- import { Mastra as ia } from "./components/ui/atoms/icons/mastra.js";
101
- import { MathToolkit as fa } from "./components/ui/atoms/icons/math-toolkit.js";
102
- import { Mcp as xa } from "./components/ui/atoms/icons/mcp.js";
103
- import { Microsoft as ua } from "./components/ui/atoms/icons/microsoft.js";
104
- import { MicrosoftDynamics as ga } from "./components/ui/atoms/icons/microsoft-dynamics.js";
105
- import { MicrosoftExcel as ca } from "./components/ui/atoms/icons/microsoft-excel.js";
106
- import { MicrosoftOnedrive as Sa } from "./components/ui/atoms/icons/microsoft-onedrive.js";
107
- import { MicrosoftPowerpoint as ha } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
108
- import { MicrosoftSharepoint as Da } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
109
- import { MicrosoftTeams as Pa } from "./components/ui/atoms/icons/microsoft-teams.js";
110
- import { MicrosoftWord as Ba } from "./components/ui/atoms/icons/microsoft-word.js";
111
- import { Miro as Oa } from "./components/ui/atoms/icons/miro.js";
112
- import { Monday as va } from "./components/ui/atoms/icons/monday.js";
113
- import { MongoDB as Ra } from "./components/ui/atoms/icons/mongodb.js";
114
- import { Netsuite as ya } from "./components/ui/atoms/icons/netsuite.js";
115
- import { Notion as Ea } from "./components/ui/atoms/icons/notion.js";
116
- import { Oauth as _a } from "./components/ui/atoms/icons/oauth.js";
117
- import { Obsidian as Ua } from "./components/ui/atoms/icons/obsidian.js";
118
- import { Okta as za } from "./components/ui/atoms/icons/okta.js";
119
- import { Openai as Za } from "./components/ui/atoms/icons/openai.js";
120
- import { OutlookCalendar as Ka } from "./components/ui/atoms/icons/outlook-calendar.js";
121
- import { OutlookMail as Xa } from "./components/ui/atoms/icons/outlook-mail.js";
122
- import { Pagerduty as Qa } from "./components/ui/atoms/icons/pagerduty.js";
123
- import { Pinecone as $a } from "./components/ui/atoms/icons/pinecone.js";
124
- import { Pinterest as rp } from "./components/ui/atoms/icons/pinterest.js";
125
- import { Pipedrive as tp } from "./components/ui/atoms/icons/pipedrive.js";
126
- import { Plaid as pp } from "./components/ui/atoms/icons/plaid.js";
127
- import { Postgres as ip } from "./components/ui/atoms/icons/postgres.js";
128
- import { Posthog as fp } from "./components/ui/atoms/icons/posthog.js";
129
- import { Pylon as xp } from "./components/ui/atoms/icons/pylon.js";
130
- import { Quickbooks as up } from "./components/ui/atoms/icons/quickbooks.js";
131
- import { Railway as gp } from "./components/ui/atoms/icons/railway.js";
132
- import { Reddit as cp } from "./components/ui/atoms/icons/reddit.js";
133
- import { Salesforce as Sp } from "./components/ui/atoms/icons/salesforce.js";
134
- import { Shopify as hp } from "./components/ui/atoms/icons/shopify.js";
135
- import { Singlestore as Dp } from "./components/ui/atoms/icons/singlestore.js";
136
- import { Slack as Pp } from "./components/ui/atoms/icons/slack.js";
137
- import { Snowflake as Bp } from "./components/ui/atoms/icons/snowflake.js";
138
- import { Splunk as Op } from "./components/ui/atoms/icons/splunk.js";
139
- import { Spotify as vp } from "./components/ui/atoms/icons/spotify.js";
140
- import { Square as Rp } from "./components/ui/atoms/icons/square.js";
141
- import { Squarespace as yp } from "./components/ui/atoms/icons/squarespace.js";
142
- import { Squareup as Ep } from "./components/ui/atoms/icons/squareup.js";
143
- import { Stripe as _p } from "./components/ui/atoms/icons/stripe.js";
144
- import { Tesla as Up } from "./components/ui/atoms/icons/tesla.js";
145
- import { Ticktick as zp } from "./components/ui/atoms/icons/ticktick.js";
146
- import { Tiktok as Zp } from "./components/ui/atoms/icons/tiktok.js";
147
- import { Trello as Kp } from "./components/ui/atoms/icons/trello.js";
148
- import { Twilio as Xp } from "./components/ui/atoms/icons/twilio.js";
149
- import { Twitch as Qp } from "./components/ui/atoms/icons/twitch.js";
150
- import { Vercel as $p } from "./components/ui/atoms/icons/vercel.js";
151
- import { Vscode as rm } from "./components/ui/atoms/icons/vscode.js";
152
- import { Walmart as tm } from "./components/ui/atoms/icons/walmart.js";
153
- import { Weaviate as pm } from "./components/ui/atoms/icons/weaviate.js";
154
- import { Windsurf as im } from "./components/ui/atoms/icons/windsurf.js";
155
- import { Workday as fm } from "./components/ui/atoms/icons/workday.js";
156
- import { Wrike as xm } from "./components/ui/atoms/icons/wrike.js";
157
- import { X as um } from "./components/ui/atoms/icons/x.js";
158
- import { Xero as gm } from "./components/ui/atoms/icons/xero.js";
159
- import { Youtube as cm } from "./components/ui/atoms/icons/youtube.js";
160
- import { Yugabytedb as Sm } from "./components/ui/atoms/icons/yugabytedb.js";
161
- import { Zendesk as hm } from "./components/ui/atoms/icons/zendesk.js";
162
- import { Zoho as Dm } from "./components/ui/atoms/icons/zoho.js";
163
- import { ZohoBooks as Pm } from "./components/ui/atoms/icons/zoho-books.js";
164
- import { ZohoCreator as Bm } from "./components/ui/atoms/icons/zoho-creator.js";
165
- import { Zoom as Om } from "./components/ui/atoms/icons/zoom.js";
166
- import { Input as vm } from "./components/ui/atoms/input.js";
167
- import { Label as Rm } from "./components/ui/atoms/label.js";
168
- import { Loader as ym } from "./components/ui/atoms/loader.js";
169
- import { M as Em } from "./markdown-ChximrBv.js";
170
- import { MobileTooltip as _m, MobileTooltipContent as Fm, MobileTooltipProvider as Um, MobileTooltipTrigger as Nm } from "./components/ui/atoms/mobile-tooltip.js";
171
- import { Popover as Wm, PopoverAnchor as Zm, PopoverContent as qm, PopoverTrigger as Km } from "./components/ui/atoms/popover.js";
172
- import { ProBadge as Xm } from "./components/ui/atoms/pro-badge.js";
173
- import { Progress as Qm } from "./components/ui/atoms/progress.js";
174
- import { RadioGroup as $m, RadioGroupItem as oi } from "./components/ui/atoms/radio-group.js";
175
- import { ResizableHandle as ei, ResizablePanel as ti, ResizablePanelGroup as ai } from "./components/ui/atoms/resizable.js";
176
- import { ScrollArea as mi, ScrollBar as ii } from "./components/ui/atoms/scroll-area.js";
177
- import { ScrollButton as fi } from "./components/ui/atoms/scroll-button.js";
178
- import { Select as xi, SelectContent as di, SelectGroup as ui, SelectItem as si, SelectLabel as gi, SelectScrollDownButton as Ci, SelectScrollUpButton as ci, SelectSeparator as Ti, SelectTrigger as Si, SelectValue as bi } from "./components/ui/atoms/select.js";
179
- import { Separator as Ai } from "./components/ui/atoms/separator.js";
180
- import { Sheet as Mi, SheetClose as Pi, SheetContent as Ii, SheetDescription as Bi, SheetFooter as ki, SheetHeader as Oi, SheetTitle as Gi, SheetTrigger as vi } from "./components/ui/atoms/sheet.js";
181
- import { Sidebar as Ri, SidebarContent as wi, SidebarFooter as yi, SidebarGroup as Hi, SidebarGroupAction as Ei, SidebarGroupContent as Vi, SidebarGroupLabel as _i, SidebarHeader as Fi, SidebarInput as Ui, SidebarInset as Ni, SidebarMenu as zi, SidebarMenuAction as Wi, SidebarMenuBadge as Zi, SidebarMenuButton as qi, SidebarMenuItem as Ki, SidebarMenuSkeleton as Ji, SidebarMenuSub as Xi, SidebarMenuSubButton as Yi, SidebarMenuSubItem as Qi, SidebarProvider as ji, SidebarRail as $i, SidebarSeparator as ol, SidebarTrigger as rl, useSidebar as el } from "./components/ui/atoms/sidebar.js";
182
- import { Skeleton as al } from "./components/ui/atoms/skeleton.js";
183
- import { Slider as ml } from "./components/ui/atoms/slider.js";
184
- import { StepIndicator as ll, stepIndicatorIconVariants as fl, stepIndicatorLabelVariants as nl } from "./components/ui/atoms/step-indicator.js";
185
- import { Switch as dl } from "./components/ui/atoms/switch.js";
186
- import { Table as sl, TableBody as gl, TableCaption as Cl, TableCell as cl, TableFooter as Tl, TableHead as Sl, TableHeader as bl, TableRow as hl } from "./components/ui/atoms/table.js";
187
- import { Tabs as Dl, TabsContent as Ml, TabsList as Pl, TabsTrigger as Il } from "./components/ui/atoms/tabs.js";
188
- import { Textarea as kl } from "./components/ui/atoms/textarea.js";
189
- import { Toggle as Gl, toggleVariants as vl } from "./components/ui/atoms/toggle.js";
190
- import { Tooltip as Rl, TooltipContent as wl, TooltipProvider as yl, TooltipTrigger as Hl } from "./components/ui/atoms/tooltip.js";
191
- import { VirtualizedGrid as Vl } from "./components/ui/atoms/virtualized-grid.js";
192
- import { ChatAssistantMessage as Fl, ChatMessageList as Ul, ChatStreamingIndicator as Nl, ChatUserMessage as zl } from "./components/ui/molecules/chat-message-list.js";
193
- import { DateTimePicker as Zl } from "./components/ui/molecules/date-time-picker.js";
194
- import { EmptyState as Kl } from "./components/ui/molecules/empty-state.js";
195
- import { Message as Xl, MessageAction as Yl, MessageActions as Ql, MessageAvatar as jl, MessageContent as $l } from "./components/ui/molecules/message.js";
196
- import { PromptInput as rf, PromptInputAction as ef, PromptInputActions as tf, PromptInputTextarea as af } from "./components/ui/molecules/prompt-input.js";
197
- import { R as mf, T as lf } from "./toolkit-card-Cb-KDQhU.js";
198
- import { StepsProgress as nf } from "./components/ui/molecules/steps-progress.js";
199
- import { SuggestionCard as df } from "./components/ui/molecules/suggestion-card.js";
200
- import { ToolCard as sf } from "./components/ui/molecules/tool-card.js";
201
- import { ChatPage as Cf } from "./components/ui/pages/chat-page.js";
202
- import { LoginPage as Tf } from "./components/ui/pages/login-page.js";
203
- import { AuthTemplate as bf, AuthTemplateCard as hf, AuthTemplateContent as Af, AuthTemplateDefaultBackground as Df, AuthTemplateDescription as Mf, AuthTemplateFooter as Pf, AuthTemplateGridOverlay as If, AuthTemplateHeader as Bf, AuthTemplateLegal as kf, AuthTemplateLegalLink as Of, AuthTemplateLogo as Gf, AuthTemplatePrompt as vf, AuthTemplatePromptLink as Lf, AuthTemplateTitle as Rf, AuthTemplateVideoBackground as wf } from "./components/ui/templates/auth-template.js";
204
- import { ChatTemplate as Hf, ChatTemplateBody as Ef, ChatTemplateFooter as Vf, ChatTemplateHeader as _f, ChatTemplateHeaderGroup as Ff, ChatTemplateOverview as Uf, ChatTemplateOverviewSubtitle as Nf, ChatTemplateOverviewTitle as zf, ChatTemplateSuggestions as Wf } from "./components/ui/templates/chat-template.js";
205
- import { PUBLIC_ICON_URL as qf, PUBLIC_VIDEO_URL as Kf } from "./metadata/constants.js";
206
- import { MCP_OAUTH2_PROVIDER as Xf, OAUTH2_PROVIDER as Yf, OAUTH_PROVIDERS as Qf, OAUTH_PROVIDER_CATALOGUE as jf, OAuthId as $f, OAuthProviderId as on, OTHER_OAUTH_PROVIDERS as rn, PREBUILT_OAUTH_PROVIDERS as en } from "./metadata/oauth-providers.js";
207
- import { TOOLKIT_ICON_MAP as an, getToolIconByToolkitName as pn, getToolkitIcon as mn, getToolkitIconByName as ln } from "./metadata/toolkit-icons.js";
208
- import { CATEGORIES as nn, TOOLKITS as xn, TOOLKIT_CATALOGUE as dn } from "./metadata/toolkits.js";
209
- import { findPrebuiltProviderById as sn, findPrebuiltProviderByProviderId as gn, findToolkitByName as Cn, isKnownToolkit as cn, isPrebuiltProvider as Tn } from "./metadata/utils.js";
2
+ import { Alert as i, AlertDescription as l, AlertTitle as n } from "./components/ui/atoms/alert.js";
3
+ import { AlertDialog as x, AlertDialogAction as d, AlertDialogCancel as u, AlertDialogContent as s, AlertDialogDescription as g, AlertDialogFooter as c, AlertDialogHeader as C, AlertDialogOverlay as T, AlertDialogPortal as S, AlertDialogTitle as h, AlertDialogTrigger as b } from "./components/ui/atoms/alert-dialog.js";
4
+ import { Avatar as D, AvatarFallback as M, AvatarImage as I } from "./components/ui/atoms/avatar.js";
5
+ import { AvatarNotificationBadge as B, avatarBadgeVariants as k } from "./components/ui/atoms/avatar-notification-badge.js";
6
+ import { Badge as G, badgeVariants as v } from "./components/ui/atoms/badge.js";
7
+ import { Breadcrumb as L, BreadcrumbEllipsis as R, BreadcrumbItem as y, BreadcrumbLink as H, BreadcrumbList as E, BreadcrumbPage as V, BreadcrumbSeparator as _ } from "./components/ui/atoms/breadcrumb.js";
8
+ import { Button as U, buttonVariants as z } from "./components/ui/atoms/button.js";
9
+ import { ByocBadge as W } from "./components/ui/atoms/byoc-badge.js";
10
+ import { C as q, a as K } from "./calendar-DreAgQKY.js";
11
+ import { Card as X, CardAction as Y, CardContent as j, CardDescription as Q, CardFooter as $, CardHeader as oo, CardTitle as ro } from "./components/ui/atoms/card.js";
12
+ import { ChartContainer as to, ChartLegend as ao, ChartLegendContent as po, ChartStyle as mo, ChartTooltip as io, ChartTooltipContent as lo } from "./components/ui/atoms/chart.js";
13
+ import { ChatContainerContent as fo, ChatContainerRoot as xo, ChatContainerScrollAnchor as uo } from "./components/ui/atoms/chat-container.js";
14
+ import { Checkbox as go } from "./components/ui/atoms/checkbox.js";
15
+ import { CodeBlock as Co, CodeBlockCode as To, CodeBlockGroup as So } from "./components/ui/atoms/code-block.js";
16
+ import { Collapsible as bo, CollapsibleContent as Ao, CollapsibleTrigger as Do } from "./components/ui/atoms/collapsible.js";
17
+ import { Command as Io, CommandDialog as Po, CommandEmpty as Bo, CommandGroup as ko, CommandInput as Oo, CommandItem as Go, CommandList as vo, CommandSeparator as wo, CommandShortcut as Lo } from "./components/ui/atoms/command.js";
18
+ import { CopyButton as yo } from "./components/ui/atoms/copy-button.js";
19
+ import { Dialog as Eo, DialogClose as Vo, DialogContent as _o, DialogDescription as Fo, DialogFooter as Uo, DialogHeader as zo, DialogOverlay as No, DialogPortal as Wo, DialogTitle as Zo, DialogTrigger as qo } from "./components/ui/atoms/dialog.js";
20
+ import { DropdownMenu as Jo, DropdownMenuCheckboxItem as Xo, DropdownMenuContent as Yo, DropdownMenuGroup as jo, DropdownMenuItem as Qo, DropdownMenuLabel as $o, DropdownMenuPortal as or, DropdownMenuRadioGroup as rr, DropdownMenuRadioItem as er, DropdownMenuSeparator as tr, DropdownMenuShortcut as ar, DropdownMenuSub as pr, DropdownMenuSubContent as mr, DropdownMenuSubTrigger as ir, DropdownMenuTrigger as lr } from "./components/ui/atoms/dropdown-menu.js";
21
+ import { HoverCard as fr, HoverCardContent as xr, HoverCardTrigger as dr } from "./components/ui/atoms/hover-card.js";
22
+ import { Adp as sr } from "./components/ui/atoms/icons/adp.js";
23
+ import { Aha as cr } from "./components/ui/atoms/icons/aha.js";
24
+ import { Airtable as Tr } from "./components/ui/atoms/icons/airtable.js";
25
+ import { Amplitude as hr } from "./components/ui/atoms/icons/amplitude.js";
26
+ import { Arcade as Ar } from "./components/ui/atoms/icons/arcade.js";
27
+ import { Asana as Mr } from "./components/ui/atoms/icons/asana.js";
28
+ import { Ashby as Pr } from "./components/ui/atoms/icons/ashby.js";
29
+ import { Atlassian as kr } from "./components/ui/atoms/icons/atlassian.js";
30
+ import { Attio as Gr } from "./components/ui/atoms/icons/attio.js";
31
+ import { Auth0 as wr } from "./components/ui/atoms/icons/auth0.js";
32
+ import { Azure as Rr } from "./components/ui/atoms/icons/azure.js";
33
+ import { Bamboohr as Hr } from "./components/ui/atoms/icons/bamboohr.js";
34
+ import { Basecamp as Vr } from "./components/ui/atoms/icons/basecamp.js";
35
+ import { Bill as Fr } from "./components/ui/atoms/icons/bill.js";
36
+ import { Bitbucket as zr } from "./components/ui/atoms/icons/bitbucket.js";
37
+ import { Bluesky as Wr } from "./components/ui/atoms/icons/bluesky.js";
38
+ import { Box as qr } from "./components/ui/atoms/icons/box.js";
39
+ import { Braze as Jr } from "./components/ui/atoms/icons/braze.js";
40
+ import { Brex as Yr } from "./components/ui/atoms/icons/brex.js";
41
+ import { Brightdata as Qr } from "./components/ui/atoms/icons/brightdata.js";
42
+ import { Buffer as oe } from "./components/ui/atoms/icons/buffer.js";
43
+ import { Calendly as ee } from "./components/ui/atoms/icons/calendly.js";
44
+ import { Claude as ae } from "./components/ui/atoms/icons/claude.js";
45
+ import { Clickhouse as me } from "./components/ui/atoms/icons/clickhouse.js";
46
+ import { Clickup as le } from "./components/ui/atoms/icons/clickup.js";
47
+ import { Cline as fe } from "./components/ui/atoms/icons/cline.js";
48
+ import { Closeio as de } from "./components/ui/atoms/icons/closeio.js";
49
+ import { Codesandbox as se } from "./components/ui/atoms/icons/codesandbox.js";
50
+ import { Coinbase as ce } from "./components/ui/atoms/icons/coinbase.js";
51
+ import { Confluence as Te } from "./components/ui/atoms/icons/confluence.js";
52
+ import { Cursor as he } from "./components/ui/atoms/icons/cursor.js";
53
+ import { CursorInstallDark as Ae } from "./components/ui/atoms/icons/cursor-install-dark.js";
54
+ import { CursorInstallLight as Me } from "./components/ui/atoms/icons/cursor-install-light.js";
55
+ import { Customerio as Pe } from "./components/ui/atoms/icons/customerio.js";
56
+ import { Datadog as ke } from "./components/ui/atoms/icons/datadog.js";
57
+ import { Daytona as Ge } from "./components/ui/atoms/icons/daytona.js";
58
+ import { DigitalOcean as we } from "./components/ui/atoms/icons/digital-ocean.js";
59
+ import { Discord as Re } from "./components/ui/atoms/icons/discord.js";
60
+ import { Dropbox as He } from "./components/ui/atoms/icons/dropbox.js";
61
+ import { E2b as Ve } from "./components/ui/atoms/icons/e2b.js";
62
+ import { Ebay as Fe } from "./components/ui/atoms/icons/ebay.js";
63
+ import { Evernote as ze } from "./components/ui/atoms/icons/evernote.js";
64
+ import { Exa as We } from "./components/ui/atoms/icons/exa.js";
65
+ import { Factorial as qe } from "./components/ui/atoms/icons/factorial.js";
66
+ import { Figma as Je } from "./components/ui/atoms/icons/figma.js";
67
+ import { Firecrawl as Ye } from "./components/ui/atoms/icons/firecrawl.js";
68
+ import { Freshservice as Qe } from "./components/ui/atoms/icons/freshservice.js";
69
+ import { Gemini as ot } from "./components/ui/atoms/icons/gemini.js";
70
+ import { Generic as et } from "./components/ui/atoms/icons/generic.js";
71
+ import { Github as at } from "./components/ui/atoms/icons/github.js";
72
+ import { Gitlab as mt } from "./components/ui/atoms/icons/gitlab.js";
73
+ import { Gmail as lt } from "./components/ui/atoms/icons/gmail.js";
74
+ import { Google as ft } from "./components/ui/atoms/icons/google.js";
75
+ import { GoogleCalendar as dt } from "./components/ui/atoms/icons/google-calendar.js";
76
+ import { GoogleContacts as st } from "./components/ui/atoms/icons/google-contacts.js";
77
+ import { GoogleDocs as ct } from "./components/ui/atoms/icons/google-docs.js";
78
+ import { GoogleDrive as Tt } from "./components/ui/atoms/icons/google-drive.js";
79
+ import { GoogleFinance as ht } from "./components/ui/atoms/icons/google-finance.js";
80
+ import { GoogleFlight as At } from "./components/ui/atoms/icons/google-flight.js";
81
+ import { GoogleFlights as Mt } from "./components/ui/atoms/icons/google-flights.js";
82
+ import { GoogleHotels as Pt } from "./components/ui/atoms/icons/google-hotels.js";
83
+ import { GoogleJobs as kt } from "./components/ui/atoms/icons/google-jobs.js";
84
+ import { GoogleMaps as Gt } from "./components/ui/atoms/icons/google-maps.js";
85
+ import { GoogleNews as wt } from "./components/ui/atoms/icons/google-news.js";
86
+ import { GoogleSheets as Rt } from "./components/ui/atoms/icons/google-sheets.js";
87
+ import { GoogleShopping as Ht } from "./components/ui/atoms/icons/google-shopping.js";
88
+ import { GoogleSlides as Vt } from "./components/ui/atoms/icons/google-slides.js";
89
+ import { Goose as Ft } from "./components/ui/atoms/icons/goose.js";
90
+ import { Heroku as zt } from "./components/ui/atoms/icons/heroku.js";
91
+ import { Hootsuite as Wt } from "./components/ui/atoms/icons/hootsuite.js";
92
+ import { Hubspot as qt } from "./components/ui/atoms/icons/hubspot.js";
93
+ import { Imgflip as Jt } from "./components/ui/atoms/icons/imgflip.js";
94
+ import { Intercom as Yt } from "./components/ui/atoms/icons/intercom.js";
95
+ import { Jira as Qt } from "./components/ui/atoms/icons/jira.js";
96
+ import { Langchain as oa } from "./components/ui/atoms/icons/langchain.js";
97
+ import { Linear as ea } from "./components/ui/atoms/icons/linear.js";
98
+ import { Linkedin as aa } from "./components/ui/atoms/icons/linkedin.js";
99
+ import { Luma as ma } from "./components/ui/atoms/icons/luma.js";
100
+ import { Mailchimp as la } from "./components/ui/atoms/icons/mailchimp.js";
101
+ import { Mastra as fa } from "./components/ui/atoms/icons/mastra.js";
102
+ import { MathToolkit as da } from "./components/ui/atoms/icons/math-toolkit.js";
103
+ import { Mcp as sa } from "./components/ui/atoms/icons/mcp.js";
104
+ import { Microsoft as ca } from "./components/ui/atoms/icons/microsoft.js";
105
+ import { MicrosoftDynamics as Ta } from "./components/ui/atoms/icons/microsoft-dynamics.js";
106
+ import { MicrosoftExcel as ha } from "./components/ui/atoms/icons/microsoft-excel.js";
107
+ import { MicrosoftOnedrive as Aa } from "./components/ui/atoms/icons/microsoft-onedrive.js";
108
+ import { MicrosoftPowerpoint as Ma } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
109
+ import { MicrosoftSharepoint as Pa } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
110
+ import { MicrosoftTeams as ka } from "./components/ui/atoms/icons/microsoft-teams.js";
111
+ import { MicrosoftWord as Ga } from "./components/ui/atoms/icons/microsoft-word.js";
112
+ import { Miro as wa } from "./components/ui/atoms/icons/miro.js";
113
+ import { Monday as Ra } from "./components/ui/atoms/icons/monday.js";
114
+ import { MongoDB as Ha } from "./components/ui/atoms/icons/mongodb.js";
115
+ import { Netsuite as Va } from "./components/ui/atoms/icons/netsuite.js";
116
+ import { Notion as Fa } from "./components/ui/atoms/icons/notion.js";
117
+ import { Oauth as za } from "./components/ui/atoms/icons/oauth.js";
118
+ import { Obsidian as Wa } from "./components/ui/atoms/icons/obsidian.js";
119
+ import { Okta as qa } from "./components/ui/atoms/icons/okta.js";
120
+ import { Openai as Ja } from "./components/ui/atoms/icons/openai.js";
121
+ import { OutlookCalendar as Ya } from "./components/ui/atoms/icons/outlook-calendar.js";
122
+ import { OutlookMail as Qa } from "./components/ui/atoms/icons/outlook-mail.js";
123
+ import { Pagerduty as op } from "./components/ui/atoms/icons/pagerduty.js";
124
+ import { Pinecone as ep } from "./components/ui/atoms/icons/pinecone.js";
125
+ import { Pinterest as ap } from "./components/ui/atoms/icons/pinterest.js";
126
+ import { Pipedrive as mp } from "./components/ui/atoms/icons/pipedrive.js";
127
+ import { Plaid as lp } from "./components/ui/atoms/icons/plaid.js";
128
+ import { Postgres as fp } from "./components/ui/atoms/icons/postgres.js";
129
+ import { Posthog as dp } from "./components/ui/atoms/icons/posthog.js";
130
+ import { Pylon as sp } from "./components/ui/atoms/icons/pylon.js";
131
+ import { Quickbooks as cp } from "./components/ui/atoms/icons/quickbooks.js";
132
+ import { Railway as Tp } from "./components/ui/atoms/icons/railway.js";
133
+ import { Reddit as hp } from "./components/ui/atoms/icons/reddit.js";
134
+ import { Salesforce as Ap } from "./components/ui/atoms/icons/salesforce.js";
135
+ import { Shopify as Mp } from "./components/ui/atoms/icons/shopify.js";
136
+ import { Singlestore as Pp } from "./components/ui/atoms/icons/singlestore.js";
137
+ import { Slack as kp } from "./components/ui/atoms/icons/slack.js";
138
+ import { Snowflake as Gp } from "./components/ui/atoms/icons/snowflake.js";
139
+ import { Splunk as wp } from "./components/ui/atoms/icons/splunk.js";
140
+ import { Spotify as Rp } from "./components/ui/atoms/icons/spotify.js";
141
+ import { Square as Hp } from "./components/ui/atoms/icons/square.js";
142
+ import { Squarespace as Vp } from "./components/ui/atoms/icons/squarespace.js";
143
+ import { Squareup as Fp } from "./components/ui/atoms/icons/squareup.js";
144
+ import { Stripe as zp } from "./components/ui/atoms/icons/stripe.js";
145
+ import { Tesla as Wp } from "./components/ui/atoms/icons/tesla.js";
146
+ import { Ticktick as qp } from "./components/ui/atoms/icons/ticktick.js";
147
+ import { Tiktok as Jp } from "./components/ui/atoms/icons/tiktok.js";
148
+ import { Trello as Yp } from "./components/ui/atoms/icons/trello.js";
149
+ import { Twilio as Qp } from "./components/ui/atoms/icons/twilio.js";
150
+ import { Twitch as om } from "./components/ui/atoms/icons/twitch.js";
151
+ import { Vercel as em } from "./components/ui/atoms/icons/vercel.js";
152
+ import { Vscode as am } from "./components/ui/atoms/icons/vscode.js";
153
+ import { Walmart as mm } from "./components/ui/atoms/icons/walmart.js";
154
+ import { Weaviate as lm } from "./components/ui/atoms/icons/weaviate.js";
155
+ import { Windsurf as fm } from "./components/ui/atoms/icons/windsurf.js";
156
+ import { Workday as dm } from "./components/ui/atoms/icons/workday.js";
157
+ import { Wrike as sm } from "./components/ui/atoms/icons/wrike.js";
158
+ import { X as cm } from "./components/ui/atoms/icons/x.js";
159
+ import { Xero as Tm } from "./components/ui/atoms/icons/xero.js";
160
+ import { Youtube as hm } from "./components/ui/atoms/icons/youtube.js";
161
+ import { Yugabytedb as Am } from "./components/ui/atoms/icons/yugabytedb.js";
162
+ import { Zendesk as Mm } from "./components/ui/atoms/icons/zendesk.js";
163
+ import { Zoho as Pm } from "./components/ui/atoms/icons/zoho.js";
164
+ import { ZohoBooks as km } from "./components/ui/atoms/icons/zoho-books.js";
165
+ import { ZohoCreator as Gm } from "./components/ui/atoms/icons/zoho-creator.js";
166
+ import { Zoom as wm } from "./components/ui/atoms/icons/zoom.js";
167
+ import { Input as Rm } from "./components/ui/atoms/input.js";
168
+ import { JsonHighlight as Hm, jsonHighlightVariants as Em } from "./components/ui/atoms/json-highlight.js";
169
+ import { Label as _m } from "./components/ui/atoms/label.js";
170
+ import { Loader as Um } from "./components/ui/atoms/loader.js";
171
+ import { M as Nm } from "./markdown-9KGBuupR.js";
172
+ import { MobileTooltip as Zm, MobileTooltipContent as qm, MobileTooltipProvider as Km, MobileTooltipTrigger as Jm } from "./components/ui/atoms/mobile-tooltip.js";
173
+ import { Popover as Ym, PopoverAnchor as jm, PopoverContent as Qm, PopoverTrigger as $m } from "./components/ui/atoms/popover.js";
174
+ import { ProBadge as ri } from "./components/ui/atoms/pro-badge.js";
175
+ import { Progress as ti } from "./components/ui/atoms/progress.js";
176
+ import { RadioGroup as pi, RadioGroupItem as mi } from "./components/ui/atoms/radio-group.js";
177
+ import { ResizableHandle as li, ResizablePanel as ni, ResizablePanelGroup as fi } from "./components/ui/atoms/resizable.js";
178
+ import { ScrollArea as di, ScrollBar as ui } from "./components/ui/atoms/scroll-area.js";
179
+ import { ScrollButton as gi } from "./components/ui/atoms/scroll-button.js";
180
+ import { Select as Ci, SelectContent as Ti, SelectGroup as Si, SelectItem as hi, SelectLabel as bi, SelectScrollDownButton as Ai, SelectScrollUpButton as Di, SelectSeparator as Mi, SelectTrigger as Ii, SelectValue as Pi } from "./components/ui/atoms/select.js";
181
+ import { Separator as ki } from "./components/ui/atoms/separator.js";
182
+ import { Sheet as Gi, SheetClose as vi, SheetContent as wi, SheetDescription as Li, SheetFooter as Ri, SheetHeader as yi, SheetTitle as Hi, SheetTrigger as Ei } from "./components/ui/atoms/sheet.js";
183
+ import { Sidebar as _i, SidebarContent as Fi, SidebarFooter as Ui, SidebarGroup as zi, SidebarGroupAction as Ni, SidebarGroupContent as Wi, SidebarGroupLabel as Zi, SidebarHeader as qi, SidebarInput as Ki, SidebarInset as Ji, SidebarMenu as Xi, SidebarMenuAction as Yi, SidebarMenuBadge as ji, SidebarMenuButton as Qi, SidebarMenuItem as $i, SidebarMenuSkeleton as ol, SidebarMenuSub as rl, SidebarMenuSubButton as el, SidebarMenuSubItem as tl, SidebarProvider as al, SidebarRail as pl, SidebarSeparator as ml, SidebarTrigger as il, useSidebar as ll } from "./components/ui/atoms/sidebar.js";
184
+ import { Skeleton as fl } from "./components/ui/atoms/skeleton.js";
185
+ import { Slider as dl } from "./components/ui/atoms/slider.js";
186
+ import { StepIndicator as sl, stepIndicatorIconVariants as gl, stepIndicatorLabelVariants as cl } from "./components/ui/atoms/step-indicator.js";
187
+ import { Switch as Tl } from "./components/ui/atoms/switch.js";
188
+ import { Table as hl, TableBody as bl, TableCaption as Al, TableCell as Dl, TableFooter as Ml, TableHead as Il, TableHeader as Pl, TableRow as Bl } from "./components/ui/atoms/table.js";
189
+ import { Tabs as Ol, TabsContent as Gl, TabsList as vl, TabsTrigger as wl } from "./components/ui/atoms/tabs.js";
190
+ import { Textarea as Rl } from "./components/ui/atoms/textarea.js";
191
+ import { Toggle as Hl, toggleVariants as El } from "./components/ui/atoms/toggle.js";
192
+ import { Tooltip as _l, TooltipContent as Fl, TooltipProvider as Ul, TooltipTrigger as zl } from "./components/ui/atoms/tooltip.js";
193
+ import { ViewToolsControl as Wl } from "./components/ui/atoms/view-tools-control.js";
194
+ import { VirtualizedGrid as ql } from "./components/ui/atoms/virtualized-grid.js";
195
+ import { ChatAssistantMessage as Jl, ChatMessageList as Xl, ChatStreamingIndicator as Yl, ChatUserMessage as jl } from "./components/ui/molecules/chat-message-list.js";
196
+ import { DateTimePicker as $l } from "./components/ui/molecules/date-time-picker.js";
197
+ import { EmptyState as rn } from "./components/ui/molecules/empty-state.js";
198
+ import { Message as tn, MessageAction as an, MessageActions as pn, MessageAvatar as mn, MessageContent as ln } from "./components/ui/molecules/message.js";
199
+ import { PromptInput as fn, PromptInputAction as xn, PromptInputActions as dn, PromptInputTextarea as un } from "./components/ui/molecules/prompt-input.js";
200
+ import { R as gn, T as cn } from "./toolkit-card-DAgQXF93.js";
201
+ import { StepsProgress as Tn } from "./components/ui/molecules/steps-progress.js";
202
+ import { SuggestionCard as hn } from "./components/ui/molecules/suggestion-card.js";
203
+ import { Switcher as An, SwitcherContent as Dn, SwitcherInput as Mn, SwitcherItem as In, SwitcherTrigger as Pn, useSwitcher as Bn } from "./components/ui/molecules/switcher.js";
204
+ import { ToolAuthorization as On, ToolAuthorizationArgs as Gn, ToolAuthorizationContent as vn, ToolAuthorizationHeader as wn, ToolAuthorizationMessage as Ln } from "./components/ui/molecules/tool-authorization.js";
205
+ import { ToolCallAccordion as yn, ToolCallAccordionContent as Hn, ToolCallAccordionItem as En, ToolCallAccordionTrigger as Vn } from "./components/ui/molecules/tool-call-accordion.js";
206
+ import { ToolCard as Fn } from "./components/ui/molecules/tool-card.js";
207
+ import { UserNav as zn } from "./components/ui/molecules/user-nav.js";
208
+ import { ChatPage as Wn } from "./components/ui/pages/chat-page.js";
209
+ import { LoginPage as qn } from "./components/ui/pages/login-page.js";
210
+ import { AuthTemplate as Jn, AuthTemplateCard as Xn, AuthTemplateContent as Yn, AuthTemplateDefaultBackground as jn, AuthTemplateDescription as Qn, AuthTemplateFooter as $n, AuthTemplateGridOverlay as of, AuthTemplateHeader as rf, AuthTemplateLegal as ef, AuthTemplateLegalLink as tf, AuthTemplateLogo as af, AuthTemplatePrompt as pf, AuthTemplatePromptLink as mf, AuthTemplateTitle as lf, AuthTemplateVideoBackground as nf } from "./components/ui/templates/auth-template.js";
211
+ import { ChatTemplate as xf, ChatTemplateBody as df, ChatTemplateFooter as uf, ChatTemplateHeader as sf, ChatTemplateHeaderGroup as gf, ChatTemplateOverview as cf, ChatTemplateOverviewSubtitle as Cf, ChatTemplateOverviewTitle as Tf, ChatTemplateSuggestions as Sf } from "./components/ui/templates/chat-template.js";
212
+ import { PUBLIC_ICON_URL as bf, PUBLIC_VIDEO_URL as Af } from "./metadata/constants.js";
213
+ import { MCP_OAUTH2_PROVIDER as Mf, OAUTH2_PROVIDER as If, OAUTH_PROVIDERS as Pf, OAUTH_PROVIDER_CATALOGUE as Bf, OAuthId as kf, OAuthProviderId as Of, OTHER_OAUTH_PROVIDERS as Gf, PREBUILT_OAUTH_PROVIDERS as vf } from "./metadata/oauth-providers.js";
214
+ import { TOOLKIT_ICON_MAP as Lf, getToolIconByToolkitName as Rf, getToolkitIcon as yf, getToolkitIconByName as Hf } from "./metadata/toolkit-icons.js";
215
+ import { CATEGORIES as Vf, TOOLKITS as _f, TOOLKIT_CATALOGUE as Ff } from "./metadata/toolkits.js";
216
+ import { findPrebuiltProviderById as zf, findPrebuiltProviderByProviderId as Nf, findToolkitByName as Wf, isKnownToolkit as Zf, isPrebuiltProvider as qf } from "./metadata/utils.js";
210
217
  export {
211
218
  e as Accordion,
212
219
  t as AccordionContent,
213
220
  a as AccordionItem,
214
221
  p as AccordionTrigger,
215
- xr as Adp,
216
- ur as Aha,
217
- gr as Airtable,
222
+ sr as Adp,
223
+ cr as Aha,
224
+ Tr as Airtable,
218
225
  i as Alert,
219
226
  l as AlertDescription,
220
227
  x as AlertDialog,
@@ -222,390 +229,411 @@ export {
222
229
  u as AlertDialogCancel,
223
230
  s as AlertDialogContent,
224
231
  g as AlertDialogDescription,
225
- C as AlertDialogFooter,
226
- c as AlertDialogHeader,
232
+ c as AlertDialogFooter,
233
+ C as AlertDialogHeader,
227
234
  T as AlertDialogOverlay,
228
235
  S as AlertDialogPortal,
229
- b as AlertDialogTitle,
230
- h as AlertDialogTrigger,
231
- f as AlertTitle,
232
- cr as Amplitude,
233
- Sr as Arcade,
234
- hr as Asana,
235
- Dr as Ashby,
236
- Pr as Atlassian,
237
- Br as Attio,
238
- Or as Auth0,
239
- bf as AuthTemplate,
240
- hf as AuthTemplateCard,
241
- Af as AuthTemplateContent,
242
- Df as AuthTemplateDefaultBackground,
243
- Mf as AuthTemplateDescription,
244
- Pf as AuthTemplateFooter,
245
- If as AuthTemplateGridOverlay,
246
- Bf as AuthTemplateHeader,
247
- kf as AuthTemplateLegal,
248
- Of as AuthTemplateLegalLink,
249
- Gf as AuthTemplateLogo,
250
- vf as AuthTemplatePrompt,
251
- Lf as AuthTemplatePromptLink,
252
- Rf as AuthTemplateTitle,
253
- wf as AuthTemplateVideoBackground,
236
+ h as AlertDialogTitle,
237
+ b as AlertDialogTrigger,
238
+ n as AlertTitle,
239
+ hr as Amplitude,
240
+ Ar as Arcade,
241
+ Mr as Asana,
242
+ Pr as Ashby,
243
+ kr as Atlassian,
244
+ Gr as Attio,
245
+ wr as Auth0,
246
+ Jn as AuthTemplate,
247
+ Xn as AuthTemplateCard,
248
+ Yn as AuthTemplateContent,
249
+ jn as AuthTemplateDefaultBackground,
250
+ Qn as AuthTemplateDescription,
251
+ $n as AuthTemplateFooter,
252
+ of as AuthTemplateGridOverlay,
253
+ rf as AuthTemplateHeader,
254
+ ef as AuthTemplateLegal,
255
+ tf as AuthTemplateLegalLink,
256
+ af as AuthTemplateLogo,
257
+ pf as AuthTemplatePrompt,
258
+ mf as AuthTemplatePromptLink,
259
+ lf as AuthTemplateTitle,
260
+ nf as AuthTemplateVideoBackground,
254
261
  D as Avatar,
255
262
  M as AvatarFallback,
256
- P as AvatarImage,
257
- vr as Azure,
258
- B as Badge,
259
- Rr as Bamboohr,
260
- yr as Basecamp,
261
- Er as Bill,
262
- _r as Bitbucket,
263
- Ur as Bluesky,
264
- zr as Box,
265
- Zr as Braze,
266
- G as Breadcrumb,
267
- v as BreadcrumbEllipsis,
268
- L as BreadcrumbItem,
269
- R as BreadcrumbLink,
270
- w as BreadcrumbList,
271
- y as BreadcrumbPage,
272
- H as BreadcrumbSeparator,
273
- Kr as Brex,
274
- Xr as Brightdata,
275
- Qr as Buffer,
276
- V as Button,
277
- U as ByocBadge,
278
- nn as CATEGORIES,
279
- z as Calendar,
280
- W as CalendarDayButton,
281
- $r as Calendly,
282
- q as Card,
283
- K as CardAction,
284
- J as CardContent,
285
- X as CardDescription,
286
- Y as CardFooter,
287
- Q as CardHeader,
288
- j as CardTitle,
289
- oo as ChartContainer,
290
- ro as ChartLegend,
291
- eo as ChartLegendContent,
292
- to as ChartStyle,
293
- ao as ChartTooltip,
294
- po as ChartTooltipContent,
295
- Fl as ChatAssistantMessage,
296
- io as ChatContainerContent,
297
- lo as ChatContainerRoot,
298
- fo as ChatContainerScrollAnchor,
299
- Ul as ChatMessageList,
300
- Cf as ChatPage,
301
- Nl as ChatStreamingIndicator,
302
- Hf as ChatTemplate,
303
- Ef as ChatTemplateBody,
304
- Vf as ChatTemplateFooter,
305
- _f as ChatTemplateHeader,
306
- Ff as ChatTemplateHeaderGroup,
307
- Uf as ChatTemplateOverview,
308
- Nf as ChatTemplateOverviewSubtitle,
309
- zf as ChatTemplateOverviewTitle,
310
- Wf as ChatTemplateSuggestions,
311
- zl as ChatUserMessage,
312
- xo as Checkbox,
313
- re as Claude,
314
- te as Clickhouse,
315
- pe as Clickup,
316
- ie as Cline,
317
- fe as Closeio,
318
- so as CodeBlock,
319
- go as CodeBlockCode,
320
- Co as CodeBlockGroup,
321
- xe as Codesandbox,
322
- ue as Coinbase,
323
- To as Collapsible,
324
- So as CollapsibleContent,
325
- bo as CollapsibleTrigger,
326
- Ao as Command,
327
- Do as CommandDialog,
328
- Mo as CommandEmpty,
329
- Po as CommandGroup,
330
- Io as CommandInput,
331
- Bo as CommandItem,
332
- ko as CommandList,
333
- Oo as CommandSeparator,
334
- Go as CommandShortcut,
335
- ge as Confluence,
336
- Lo as CopyButton,
337
- ce as Cursor,
338
- Se as CursorInstallDark,
339
- he as CursorInstallLight,
340
- De as Customerio,
341
- Pe as Datadog,
342
- Zl as DateTimePicker,
343
- Be as Daytona,
344
- wo as Dialog,
345
- yo as DialogClose,
346
- Ho as DialogContent,
347
- Eo as DialogDescription,
348
- Vo as DialogFooter,
349
- _o as DialogHeader,
350
- Fo as DialogOverlay,
351
- Uo as DialogPortal,
352
- No as DialogTitle,
353
- zo as DialogTrigger,
354
- Oe as DigitalOcean,
355
- ve as Discord,
356
- Re as Dropbox,
357
- Zo as DropdownMenu,
358
- qo as DropdownMenuCheckboxItem,
359
- Ko as DropdownMenuContent,
360
- Jo as DropdownMenuGroup,
361
- Xo as DropdownMenuItem,
362
- Yo as DropdownMenuLabel,
363
- Qo as DropdownMenuPortal,
364
- jo as DropdownMenuRadioGroup,
365
- $o as DropdownMenuRadioItem,
366
- or as DropdownMenuSeparator,
367
- rr as DropdownMenuShortcut,
368
- er as DropdownMenuSub,
369
- tr as DropdownMenuSubContent,
370
- ar as DropdownMenuSubTrigger,
371
- pr as DropdownMenuTrigger,
372
- ye as E2b,
373
- Ee as Ebay,
374
- Kl as EmptyState,
375
- _e as Evernote,
376
- Ue as Exa,
377
- ze as Factorial,
378
- Ze as Figma,
379
- Ke as Firecrawl,
380
- Xe as Freshservice,
381
- Qe as Gemini,
382
- $e as Generic,
383
- rt as Github,
384
- tt as Gitlab,
385
- pt as Gmail,
386
- it as Google,
387
- ft as GoogleCalendar,
388
- xt as GoogleContacts,
389
- ut as GoogleDocs,
390
- gt as GoogleDrive,
391
- ct as GoogleFinance,
392
- St as GoogleFlight,
393
- ht as GoogleFlights,
394
- Dt as GoogleHotels,
395
- Pt as GoogleJobs,
396
- Bt as GoogleMaps,
397
- Ot as GoogleNews,
398
- vt as GoogleSheets,
399
- Rt as GoogleShopping,
400
- yt as GoogleSlides,
401
- Et as Goose,
402
- _t as Heroku,
403
- Ut as Hootsuite,
404
- ir as HoverCard,
405
- lr as HoverCardContent,
406
- fr as HoverCardTrigger,
407
- zt as Hubspot,
408
- Zt as Imgflip,
409
- vm as Input,
410
- Kt as Intercom,
411
- Xt as Jira,
412
- Rm as Label,
413
- Qt as Langchain,
414
- $t as Linear,
415
- ra as Linkedin,
416
- ym as Loader,
417
- Tf as LoginPage,
418
- ta as Luma,
419
- Xf as MCP_OAUTH2_PROVIDER,
420
- pa as Mailchimp,
421
- Em as Markdown,
422
- ia as Mastra,
423
- fa as MathToolkit,
424
- xa as Mcp,
425
- Xl as Message,
426
- Yl as MessageAction,
427
- Ql as MessageActions,
428
- jl as MessageAvatar,
429
- $l as MessageContent,
430
- ua as Microsoft,
431
- ga as MicrosoftDynamics,
432
- ca as MicrosoftExcel,
433
- Sa as MicrosoftOnedrive,
434
- ha as MicrosoftPowerpoint,
435
- Da as MicrosoftSharepoint,
436
- Pa as MicrosoftTeams,
437
- Ba as MicrosoftWord,
438
- Oa as Miro,
439
- _m as MobileTooltip,
440
- Fm as MobileTooltipContent,
441
- Um as MobileTooltipProvider,
442
- Nm as MobileTooltipTrigger,
443
- va as Monday,
444
- Ra as MongoDB,
445
- ya as Netsuite,
446
- Ea as Notion,
447
- Yf as OAUTH2_PROVIDER,
448
- Qf as OAUTH_PROVIDERS,
449
- jf as OAUTH_PROVIDER_CATALOGUE,
450
- $f as OAuthId,
451
- on as OAuthProviderId,
452
- rn as OTHER_OAUTH_PROVIDERS,
453
- _a as Oauth,
454
- Ua as Obsidian,
455
- za as Okta,
456
- Za as Openai,
457
- Ka as OutlookCalendar,
458
- Xa as OutlookMail,
459
- en as PREBUILT_OAUTH_PROVIDERS,
460
- qf as PUBLIC_ICON_URL,
461
- Kf as PUBLIC_VIDEO_URL,
462
- Qa as Pagerduty,
463
- $a as Pinecone,
464
- rp as Pinterest,
465
- tp as Pipedrive,
466
- pp as Plaid,
467
- Wm as Popover,
468
- Zm as PopoverAnchor,
469
- qm as PopoverContent,
470
- Km as PopoverTrigger,
471
- ip as Postgres,
472
- fp as Posthog,
473
- Xm as ProBadge,
474
- Qm as Progress,
475
- rf as PromptInput,
476
- ef as PromptInputAction,
477
- tf as PromptInputActions,
478
- af as PromptInputTextarea,
479
- xp as Pylon,
480
- up as Quickbooks,
481
- $m as RadioGroup,
482
- oi as RadioGroupItem,
483
- gp as Railway,
484
- cp as Reddit,
485
- mf as RequirementBadges,
486
- ei as ResizableHandle,
487
- ti as ResizablePanel,
488
- ai as ResizablePanelGroup,
489
- Sp as Salesforce,
490
- mi as ScrollArea,
491
- ii as ScrollBar,
492
- fi as ScrollButton,
493
- xi as Select,
494
- di as SelectContent,
495
- ui as SelectGroup,
496
- si as SelectItem,
497
- gi as SelectLabel,
498
- Ci as SelectScrollDownButton,
499
- ci as SelectScrollUpButton,
500
- Ti as SelectSeparator,
501
- Si as SelectTrigger,
502
- bi as SelectValue,
503
- Ai as Separator,
504
- Mi as Sheet,
505
- Pi as SheetClose,
506
- Ii as SheetContent,
507
- Bi as SheetDescription,
508
- ki as SheetFooter,
509
- Oi as SheetHeader,
510
- Gi as SheetTitle,
511
- vi as SheetTrigger,
512
- hp as Shopify,
513
- Ri as Sidebar,
514
- wi as SidebarContent,
515
- yi as SidebarFooter,
516
- Hi as SidebarGroup,
517
- Ei as SidebarGroupAction,
518
- Vi as SidebarGroupContent,
519
- _i as SidebarGroupLabel,
520
- Fi as SidebarHeader,
521
- Ui as SidebarInput,
522
- Ni as SidebarInset,
523
- zi as SidebarMenu,
524
- Wi as SidebarMenuAction,
525
- Zi as SidebarMenuBadge,
526
- qi as SidebarMenuButton,
527
- Ki as SidebarMenuItem,
528
- Ji as SidebarMenuSkeleton,
529
- Xi as SidebarMenuSub,
530
- Yi as SidebarMenuSubButton,
531
- Qi as SidebarMenuSubItem,
532
- ji as SidebarProvider,
533
- $i as SidebarRail,
534
- ol as SidebarSeparator,
535
- rl as SidebarTrigger,
536
- Dp as Singlestore,
537
- al as Skeleton,
538
- Pp as Slack,
539
- ml as Slider,
540
- Bp as Snowflake,
541
- Op as Splunk,
542
- vp as Spotify,
543
- Rp as Square,
544
- yp as Squarespace,
545
- Ep as Squareup,
546
- ll as StepIndicator,
547
- nf as StepsProgress,
548
- _p as Stripe,
549
- df as SuggestionCard,
550
- dl as Switch,
551
- xn as TOOLKITS,
552
- dn as TOOLKIT_CATALOGUE,
553
- an as TOOLKIT_ICON_MAP,
554
- sl as Table,
555
- gl as TableBody,
556
- Cl as TableCaption,
557
- cl as TableCell,
558
- Tl as TableFooter,
559
- Sl as TableHead,
560
- bl as TableHeader,
561
- hl as TableRow,
562
- Dl as Tabs,
563
- Ml as TabsContent,
564
- Pl as TabsList,
565
- Il as TabsTrigger,
566
- Up as Tesla,
567
- kl as Textarea,
568
- zp as Ticktick,
569
- Zp as Tiktok,
570
- Gl as Toggle,
571
- sf as ToolCard,
572
- lf as ToolkitCard,
573
- Rl as Tooltip,
574
- wl as TooltipContent,
575
- yl as TooltipProvider,
576
- Hl as TooltipTrigger,
577
- Kp as Trello,
578
- Xp as Twilio,
579
- Qp as Twitch,
580
- $p as Vercel,
581
- Vl as VirtualizedGrid,
582
- rm as Vscode,
583
- tm as Walmart,
584
- pm as Weaviate,
585
- im as Windsurf,
586
- fm as Workday,
587
- xm as Wrike,
588
- um as X,
589
- gm as Xero,
590
- cm as Youtube,
591
- Sm as Yugabytedb,
592
- hm as Zendesk,
593
- Dm as Zoho,
594
- Pm as ZohoBooks,
595
- Bm as ZohoCreator,
596
- Om as Zoom,
597
- k as badgeVariants,
598
- _ as buttonVariants,
599
- sn as findPrebuiltProviderById,
600
- gn as findPrebuiltProviderByProviderId,
601
- Cn as findToolkitByName,
602
- pn as getToolIconByToolkitName,
603
- mn as getToolkitIcon,
604
- ln as getToolkitIconByName,
605
- cn as isKnownToolkit,
606
- Tn as isPrebuiltProvider,
607
- fl as stepIndicatorIconVariants,
608
- nl as stepIndicatorLabelVariants,
609
- vl as toggleVariants,
610
- el as useSidebar
263
+ I as AvatarImage,
264
+ B as AvatarNotificationBadge,
265
+ Rr as Azure,
266
+ G as Badge,
267
+ Hr as Bamboohr,
268
+ Vr as Basecamp,
269
+ Fr as Bill,
270
+ zr as Bitbucket,
271
+ Wr as Bluesky,
272
+ qr as Box,
273
+ Jr as Braze,
274
+ L as Breadcrumb,
275
+ R as BreadcrumbEllipsis,
276
+ y as BreadcrumbItem,
277
+ H as BreadcrumbLink,
278
+ E as BreadcrumbList,
279
+ V as BreadcrumbPage,
280
+ _ as BreadcrumbSeparator,
281
+ Yr as Brex,
282
+ Qr as Brightdata,
283
+ oe as Buffer,
284
+ U as Button,
285
+ W as ByocBadge,
286
+ Vf as CATEGORIES,
287
+ q as Calendar,
288
+ K as CalendarDayButton,
289
+ ee as Calendly,
290
+ X as Card,
291
+ Y as CardAction,
292
+ j as CardContent,
293
+ Q as CardDescription,
294
+ $ as CardFooter,
295
+ oo as CardHeader,
296
+ ro as CardTitle,
297
+ to as ChartContainer,
298
+ ao as ChartLegend,
299
+ po as ChartLegendContent,
300
+ mo as ChartStyle,
301
+ io as ChartTooltip,
302
+ lo as ChartTooltipContent,
303
+ Jl as ChatAssistantMessage,
304
+ fo as ChatContainerContent,
305
+ xo as ChatContainerRoot,
306
+ uo as ChatContainerScrollAnchor,
307
+ Xl as ChatMessageList,
308
+ Wn as ChatPage,
309
+ Yl as ChatStreamingIndicator,
310
+ xf as ChatTemplate,
311
+ df as ChatTemplateBody,
312
+ uf as ChatTemplateFooter,
313
+ sf as ChatTemplateHeader,
314
+ gf as ChatTemplateHeaderGroup,
315
+ cf as ChatTemplateOverview,
316
+ Cf as ChatTemplateOverviewSubtitle,
317
+ Tf as ChatTemplateOverviewTitle,
318
+ Sf as ChatTemplateSuggestions,
319
+ jl as ChatUserMessage,
320
+ go as Checkbox,
321
+ ae as Claude,
322
+ me as Clickhouse,
323
+ le as Clickup,
324
+ fe as Cline,
325
+ de as Closeio,
326
+ Co as CodeBlock,
327
+ To as CodeBlockCode,
328
+ So as CodeBlockGroup,
329
+ se as Codesandbox,
330
+ ce as Coinbase,
331
+ bo as Collapsible,
332
+ Ao as CollapsibleContent,
333
+ Do as CollapsibleTrigger,
334
+ Io as Command,
335
+ Po as CommandDialog,
336
+ Bo as CommandEmpty,
337
+ ko as CommandGroup,
338
+ Oo as CommandInput,
339
+ Go as CommandItem,
340
+ vo as CommandList,
341
+ wo as CommandSeparator,
342
+ Lo as CommandShortcut,
343
+ Te as Confluence,
344
+ yo as CopyButton,
345
+ he as Cursor,
346
+ Ae as CursorInstallDark,
347
+ Me as CursorInstallLight,
348
+ Pe as Customerio,
349
+ ke as Datadog,
350
+ $l as DateTimePicker,
351
+ Ge as Daytona,
352
+ Eo as Dialog,
353
+ Vo as DialogClose,
354
+ _o as DialogContent,
355
+ Fo as DialogDescription,
356
+ Uo as DialogFooter,
357
+ zo as DialogHeader,
358
+ No as DialogOverlay,
359
+ Wo as DialogPortal,
360
+ Zo as DialogTitle,
361
+ qo as DialogTrigger,
362
+ we as DigitalOcean,
363
+ Re as Discord,
364
+ He as Dropbox,
365
+ Jo as DropdownMenu,
366
+ Xo as DropdownMenuCheckboxItem,
367
+ Yo as DropdownMenuContent,
368
+ jo as DropdownMenuGroup,
369
+ Qo as DropdownMenuItem,
370
+ $o as DropdownMenuLabel,
371
+ or as DropdownMenuPortal,
372
+ rr as DropdownMenuRadioGroup,
373
+ er as DropdownMenuRadioItem,
374
+ tr as DropdownMenuSeparator,
375
+ ar as DropdownMenuShortcut,
376
+ pr as DropdownMenuSub,
377
+ mr as DropdownMenuSubContent,
378
+ ir as DropdownMenuSubTrigger,
379
+ lr as DropdownMenuTrigger,
380
+ Ve as E2b,
381
+ Fe as Ebay,
382
+ rn as EmptyState,
383
+ ze as Evernote,
384
+ We as Exa,
385
+ qe as Factorial,
386
+ Je as Figma,
387
+ Ye as Firecrawl,
388
+ Qe as Freshservice,
389
+ ot as Gemini,
390
+ et as Generic,
391
+ at as Github,
392
+ mt as Gitlab,
393
+ lt as Gmail,
394
+ ft as Google,
395
+ dt as GoogleCalendar,
396
+ st as GoogleContacts,
397
+ ct as GoogleDocs,
398
+ Tt as GoogleDrive,
399
+ ht as GoogleFinance,
400
+ At as GoogleFlight,
401
+ Mt as GoogleFlights,
402
+ Pt as GoogleHotels,
403
+ kt as GoogleJobs,
404
+ Gt as GoogleMaps,
405
+ wt as GoogleNews,
406
+ Rt as GoogleSheets,
407
+ Ht as GoogleShopping,
408
+ Vt as GoogleSlides,
409
+ Ft as Goose,
410
+ zt as Heroku,
411
+ Wt as Hootsuite,
412
+ fr as HoverCard,
413
+ xr as HoverCardContent,
414
+ dr as HoverCardTrigger,
415
+ qt as Hubspot,
416
+ Jt as Imgflip,
417
+ Rm as Input,
418
+ Yt as Intercom,
419
+ Qt as Jira,
420
+ Hm as JsonHighlight,
421
+ _m as Label,
422
+ oa as Langchain,
423
+ ea as Linear,
424
+ aa as Linkedin,
425
+ Um as Loader,
426
+ qn as LoginPage,
427
+ ma as Luma,
428
+ Mf as MCP_OAUTH2_PROVIDER,
429
+ la as Mailchimp,
430
+ Nm as Markdown,
431
+ fa as Mastra,
432
+ da as MathToolkit,
433
+ sa as Mcp,
434
+ tn as Message,
435
+ an as MessageAction,
436
+ pn as MessageActions,
437
+ mn as MessageAvatar,
438
+ ln as MessageContent,
439
+ ca as Microsoft,
440
+ Ta as MicrosoftDynamics,
441
+ ha as MicrosoftExcel,
442
+ Aa as MicrosoftOnedrive,
443
+ Ma as MicrosoftPowerpoint,
444
+ Pa as MicrosoftSharepoint,
445
+ ka as MicrosoftTeams,
446
+ Ga as MicrosoftWord,
447
+ wa as Miro,
448
+ Zm as MobileTooltip,
449
+ qm as MobileTooltipContent,
450
+ Km as MobileTooltipProvider,
451
+ Jm as MobileTooltipTrigger,
452
+ Ra as Monday,
453
+ Ha as MongoDB,
454
+ Va as Netsuite,
455
+ Fa as Notion,
456
+ If as OAUTH2_PROVIDER,
457
+ Pf as OAUTH_PROVIDERS,
458
+ Bf as OAUTH_PROVIDER_CATALOGUE,
459
+ kf as OAuthId,
460
+ Of as OAuthProviderId,
461
+ Gf as OTHER_OAUTH_PROVIDERS,
462
+ za as Oauth,
463
+ Wa as Obsidian,
464
+ qa as Okta,
465
+ Ja as Openai,
466
+ Ya as OutlookCalendar,
467
+ Qa as OutlookMail,
468
+ vf as PREBUILT_OAUTH_PROVIDERS,
469
+ bf as PUBLIC_ICON_URL,
470
+ Af as PUBLIC_VIDEO_URL,
471
+ op as Pagerduty,
472
+ ep as Pinecone,
473
+ ap as Pinterest,
474
+ mp as Pipedrive,
475
+ lp as Plaid,
476
+ Ym as Popover,
477
+ jm as PopoverAnchor,
478
+ Qm as PopoverContent,
479
+ $m as PopoverTrigger,
480
+ fp as Postgres,
481
+ dp as Posthog,
482
+ ri as ProBadge,
483
+ ti as Progress,
484
+ fn as PromptInput,
485
+ xn as PromptInputAction,
486
+ dn as PromptInputActions,
487
+ un as PromptInputTextarea,
488
+ sp as Pylon,
489
+ cp as Quickbooks,
490
+ pi as RadioGroup,
491
+ mi as RadioGroupItem,
492
+ Tp as Railway,
493
+ hp as Reddit,
494
+ gn as RequirementBadges,
495
+ li as ResizableHandle,
496
+ ni as ResizablePanel,
497
+ fi as ResizablePanelGroup,
498
+ Ap as Salesforce,
499
+ di as ScrollArea,
500
+ ui as ScrollBar,
501
+ gi as ScrollButton,
502
+ Ci as Select,
503
+ Ti as SelectContent,
504
+ Si as SelectGroup,
505
+ hi as SelectItem,
506
+ bi as SelectLabel,
507
+ Ai as SelectScrollDownButton,
508
+ Di as SelectScrollUpButton,
509
+ Mi as SelectSeparator,
510
+ Ii as SelectTrigger,
511
+ Pi as SelectValue,
512
+ ki as Separator,
513
+ Gi as Sheet,
514
+ vi as SheetClose,
515
+ wi as SheetContent,
516
+ Li as SheetDescription,
517
+ Ri as SheetFooter,
518
+ yi as SheetHeader,
519
+ Hi as SheetTitle,
520
+ Ei as SheetTrigger,
521
+ Mp as Shopify,
522
+ _i as Sidebar,
523
+ Fi as SidebarContent,
524
+ Ui as SidebarFooter,
525
+ zi as SidebarGroup,
526
+ Ni as SidebarGroupAction,
527
+ Wi as SidebarGroupContent,
528
+ Zi as SidebarGroupLabel,
529
+ qi as SidebarHeader,
530
+ Ki as SidebarInput,
531
+ Ji as SidebarInset,
532
+ Xi as SidebarMenu,
533
+ Yi as SidebarMenuAction,
534
+ ji as SidebarMenuBadge,
535
+ Qi as SidebarMenuButton,
536
+ $i as SidebarMenuItem,
537
+ ol as SidebarMenuSkeleton,
538
+ rl as SidebarMenuSub,
539
+ el as SidebarMenuSubButton,
540
+ tl as SidebarMenuSubItem,
541
+ al as SidebarProvider,
542
+ pl as SidebarRail,
543
+ ml as SidebarSeparator,
544
+ il as SidebarTrigger,
545
+ Pp as Singlestore,
546
+ fl as Skeleton,
547
+ kp as Slack,
548
+ dl as Slider,
549
+ Gp as Snowflake,
550
+ wp as Splunk,
551
+ Rp as Spotify,
552
+ Hp as Square,
553
+ Vp as Squarespace,
554
+ Fp as Squareup,
555
+ sl as StepIndicator,
556
+ Tn as StepsProgress,
557
+ zp as Stripe,
558
+ hn as SuggestionCard,
559
+ Tl as Switch,
560
+ An as Switcher,
561
+ Dn as SwitcherContent,
562
+ Mn as SwitcherInput,
563
+ In as SwitcherItem,
564
+ Pn as SwitcherTrigger,
565
+ _f as TOOLKITS,
566
+ Ff as TOOLKIT_CATALOGUE,
567
+ Lf as TOOLKIT_ICON_MAP,
568
+ hl as Table,
569
+ bl as TableBody,
570
+ Al as TableCaption,
571
+ Dl as TableCell,
572
+ Ml as TableFooter,
573
+ Il as TableHead,
574
+ Pl as TableHeader,
575
+ Bl as TableRow,
576
+ Ol as Tabs,
577
+ Gl as TabsContent,
578
+ vl as TabsList,
579
+ wl as TabsTrigger,
580
+ Wp as Tesla,
581
+ Rl as Textarea,
582
+ qp as Ticktick,
583
+ Jp as Tiktok,
584
+ Hl as Toggle,
585
+ On as ToolAuthorization,
586
+ Gn as ToolAuthorizationArgs,
587
+ vn as ToolAuthorizationContent,
588
+ wn as ToolAuthorizationHeader,
589
+ Ln as ToolAuthorizationMessage,
590
+ yn as ToolCallAccordion,
591
+ Hn as ToolCallAccordionContent,
592
+ En as ToolCallAccordionItem,
593
+ Vn as ToolCallAccordionTrigger,
594
+ Fn as ToolCard,
595
+ cn as ToolkitCard,
596
+ _l as Tooltip,
597
+ Fl as TooltipContent,
598
+ Ul as TooltipProvider,
599
+ zl as TooltipTrigger,
600
+ Yp as Trello,
601
+ Qp as Twilio,
602
+ om as Twitch,
603
+ zn as UserNav,
604
+ em as Vercel,
605
+ Wl as ViewToolsControl,
606
+ ql as VirtualizedGrid,
607
+ am as Vscode,
608
+ mm as Walmart,
609
+ lm as Weaviate,
610
+ fm as Windsurf,
611
+ dm as Workday,
612
+ sm as Wrike,
613
+ cm as X,
614
+ Tm as Xero,
615
+ hm as Youtube,
616
+ Am as Yugabytedb,
617
+ Mm as Zendesk,
618
+ Pm as Zoho,
619
+ km as ZohoBooks,
620
+ Gm as ZohoCreator,
621
+ wm as Zoom,
622
+ k as avatarBadgeVariants,
623
+ v as badgeVariants,
624
+ z as buttonVariants,
625
+ zf as findPrebuiltProviderById,
626
+ Nf as findPrebuiltProviderByProviderId,
627
+ Wf as findToolkitByName,
628
+ Rf as getToolIconByToolkitName,
629
+ yf as getToolkitIcon,
630
+ Hf as getToolkitIconByName,
631
+ Zf as isKnownToolkit,
632
+ qf as isPrebuiltProvider,
633
+ Em as jsonHighlightVariants,
634
+ gl as stepIndicatorIconVariants,
635
+ cl as stepIndicatorLabelVariants,
636
+ El as toggleVariants,
637
+ ll as useSidebar,
638
+ Bn as useSwitcher
611
639
  };