@arcadeai/design-system 3.34.0 → 3.35.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 (95) hide show
  1. package/README.md +30 -317
  2. package/dist/arcade-logo-BVV97-cr.js +33 -0
  3. package/dist/assets/icons/granola.js +14 -0
  4. package/dist/assets/images/arcade-grid.d.ts +1 -1
  5. package/dist/assets/images/arcade-grid.d.ts.map +1 -1
  6. package/dist/assets/images/arcade-logo.d.ts +1 -1
  7. package/dist/assets/images/arcade-logo.d.ts.map +1 -1
  8. package/dist/assets/images/arcade-logo.js +10 -31
  9. package/dist/components/index.js +369 -367
  10. package/dist/components/ui/atoms/accordion.d.ts +1 -1
  11. package/dist/components/ui/atoms/accordion.d.ts.map +1 -1
  12. package/dist/components/ui/atoms/alert-dialog.d.ts +1 -1
  13. package/dist/components/ui/atoms/alert-dialog.d.ts.map +1 -1
  14. package/dist/components/ui/atoms/alert.d.ts +1 -1
  15. package/dist/components/ui/atoms/alert.d.ts.map +1 -1
  16. package/dist/components/ui/atoms/avatar.d.ts +1 -1
  17. package/dist/components/ui/atoms/avatar.d.ts.map +1 -1
  18. package/dist/components/ui/atoms/breadcrumb.d.ts +1 -1
  19. package/dist/components/ui/atoms/breadcrumb.d.ts.map +1 -1
  20. package/dist/components/ui/atoms/card.d.ts +1 -1
  21. package/dist/components/ui/atoms/card.d.ts.map +1 -1
  22. package/dist/components/ui/atoms/chart.d.ts +1 -1
  23. package/dist/components/ui/atoms/chart.d.ts.map +1 -1
  24. package/dist/components/ui/atoms/chat-container.d.ts +1 -1
  25. package/dist/components/ui/atoms/chat-container.d.ts.map +1 -1
  26. package/dist/components/ui/atoms/code-block.d.ts +1 -1
  27. package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
  28. package/dist/components/ui/atoms/collapsible.d.ts +1 -1
  29. package/dist/components/ui/atoms/command.d.ts +1 -1
  30. package/dist/components/ui/atoms/command.d.ts.map +1 -1
  31. package/dist/components/ui/atoms/command.js +364 -288
  32. package/dist/components/ui/atoms/copy-button.d.ts +1 -1
  33. package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
  34. package/dist/components/ui/atoms/dropdown-menu.d.ts +1 -1
  35. package/dist/components/ui/atoms/dropdown-menu.d.ts.map +1 -1
  36. package/dist/components/ui/atoms/form.d.ts +1 -1
  37. package/dist/components/ui/atoms/form.d.ts.map +1 -1
  38. package/dist/components/ui/atoms/hover-card.d.ts +1 -1
  39. package/dist/components/ui/atoms/icons/granola.d.ts +4 -0
  40. package/dist/components/ui/atoms/icons/granola.d.ts.map +1 -0
  41. package/dist/components/ui/atoms/icons/granola.js +20 -0
  42. package/dist/components/ui/atoms/icons/index.d.ts +1 -0
  43. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  44. package/dist/components/ui/atoms/icons/index.js +156 -154
  45. package/dist/components/ui/atoms/index.js +289 -287
  46. package/dist/components/ui/atoms/json-highlight.d.ts +1 -1
  47. package/dist/components/ui/atoms/json-highlight.d.ts.map +1 -1
  48. package/dist/components/ui/atoms/loader.d.ts +1 -1
  49. package/dist/components/ui/atoms/loader.d.ts.map +1 -1
  50. package/dist/components/ui/atoms/markdown.js +1 -1
  51. package/dist/components/ui/atoms/popover.d.ts +1 -1
  52. package/dist/components/ui/atoms/popover.d.ts.map +1 -1
  53. package/dist/components/ui/atoms/resizable.d.ts +1 -1
  54. package/dist/components/ui/atoms/resizable.d.ts.map +1 -1
  55. package/dist/components/ui/atoms/scroll-button.d.ts +1 -1
  56. package/dist/components/ui/atoms/scroll-button.d.ts.map +1 -1
  57. package/dist/components/ui/atoms/sheet.d.ts +1 -1
  58. package/dist/components/ui/atoms/sheet.d.ts.map +1 -1
  59. package/dist/components/ui/atoms/table.d.ts +1 -1
  60. package/dist/components/ui/atoms/table.d.ts.map +1 -1
  61. package/dist/components/ui/atoms/tabs.d.ts +1 -1
  62. package/dist/components/ui/atoms/tabs.d.ts.map +1 -1
  63. package/dist/components/ui/atoms/tooltip.d.ts +4 -2
  64. package/dist/components/ui/atoms/tooltip.d.ts.map +1 -1
  65. package/dist/components/ui/atoms/tooltip.js +3 -2
  66. package/dist/components/ui/index.js +369 -367
  67. package/dist/components/ui/molecules/index.js +1 -1
  68. package/dist/components/ui/molecules/message.d.ts +2 -2
  69. package/dist/components/ui/molecules/message.d.ts.map +1 -1
  70. package/dist/components/ui/molecules/message.js +1 -1
  71. package/dist/components/ui/molecules/prompt-input.d.ts +1 -1
  72. package/dist/components/ui/molecules/prompt-input.d.ts.map +1 -1
  73. package/dist/components/ui/molecules/requirement-badges.js +2 -2
  74. package/dist/components/ui/molecules/switcher.d.ts +1 -1
  75. package/dist/components/ui/molecules/switcher.d.ts.map +1 -1
  76. package/dist/components/ui/molecules/tool-authorization.d.ts +1 -1
  77. package/dist/components/ui/molecules/tool-authorization.d.ts.map +1 -1
  78. package/dist/components/ui/molecules/tool-call-accordion.d.ts +1 -1
  79. package/dist/components/ui/molecules/tool-call-accordion.d.ts.map +1 -1
  80. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  81. package/dist/components/ui/molecules/user-nav.js +1 -1
  82. package/dist/components/ui/pages/chat-page.js +1 -1
  83. package/dist/components/ui/pages/login-page.js +6 -6
  84. package/dist/{highlighted-body-TPN3WLV5-DyOGcftJ.js → highlighted-body-TPN3WLV5-D6UnKGod.js} +1 -1
  85. package/dist/lib/utils.js +1 -1
  86. package/dist/main.js +384 -382
  87. package/dist/{markdown-9KGBuupR.js → markdown-D0xxRbwP.js} +2597 -2592
  88. package/dist/mermaid-O7DHMXV3-gUrB-Xs1.js +4 -0
  89. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  90. package/dist/metadata/toolkit-icons.js +130 -128
  91. package/dist/metadata/toolkits.d.ts.map +1 -1
  92. package/dist/metadata/toolkits.js +13 -0
  93. package/dist/{toolkit-card-DAgQXF93.js → toolkit-card-B97E7TBA.js} +2 -2
  94. package/package.json +6 -6
  95. package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +0 -4
package/dist/main.js CHANGED
@@ -87,133 +87,134 @@ import { GoogleSheets as Rt } from "./components/ui/atoms/icons/google-sheets.js
87
87
  import { GoogleShopping as Ht } from "./components/ui/atoms/icons/google-shopping.js";
88
88
  import { GoogleSlides as Vt } from "./components/ui/atoms/icons/google-slides.js";
89
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";
90
+ import { Granola as zt } from "./components/ui/atoms/icons/granola.js";
91
+ import { Heroku as Wt } from "./components/ui/atoms/icons/heroku.js";
92
+ import { Hootsuite as qt } from "./components/ui/atoms/icons/hootsuite.js";
93
+ import { Hubspot as Jt } from "./components/ui/atoms/icons/hubspot.js";
94
+ import { Imgflip as Yt } from "./components/ui/atoms/icons/imgflip.js";
95
+ import { Intercom as Qt } from "./components/ui/atoms/icons/intercom.js";
96
+ import { Jira as oa } from "./components/ui/atoms/icons/jira.js";
97
+ import { Langchain as ea } from "./components/ui/atoms/icons/langchain.js";
98
+ import { Linear as aa } from "./components/ui/atoms/icons/linear.js";
99
+ import { Linkedin as ma } from "./components/ui/atoms/icons/linkedin.js";
100
+ import { Luma as la } from "./components/ui/atoms/icons/luma.js";
101
+ import { Mailchimp as fa } from "./components/ui/atoms/icons/mailchimp.js";
102
+ import { Mastra as da } from "./components/ui/atoms/icons/mastra.js";
103
+ import { MathToolkit as sa } from "./components/ui/atoms/icons/math-toolkit.js";
104
+ import { Mcp as ca } from "./components/ui/atoms/icons/mcp.js";
105
+ import { Microsoft as Ta } from "./components/ui/atoms/icons/microsoft.js";
106
+ import { MicrosoftDynamics as ha } from "./components/ui/atoms/icons/microsoft-dynamics.js";
107
+ import { MicrosoftExcel as Aa } from "./components/ui/atoms/icons/microsoft-excel.js";
108
+ import { MicrosoftOnedrive as Ma } from "./components/ui/atoms/icons/microsoft-onedrive.js";
109
+ import { MicrosoftPowerpoint as Pa } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
110
+ import { MicrosoftSharepoint as ka } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
111
+ import { MicrosoftTeams as Ga } from "./components/ui/atoms/icons/microsoft-teams.js";
112
+ import { MicrosoftWord as wa } from "./components/ui/atoms/icons/microsoft-word.js";
113
+ import { Miro as Ra } from "./components/ui/atoms/icons/miro.js";
114
+ import { Monday as Ha } from "./components/ui/atoms/icons/monday.js";
115
+ import { MongoDB as Va } from "./components/ui/atoms/icons/mongodb.js";
116
+ import { Netsuite as Fa } from "./components/ui/atoms/icons/netsuite.js";
117
+ import { Notion as za } from "./components/ui/atoms/icons/notion.js";
118
+ import { Oauth as Wa } from "./components/ui/atoms/icons/oauth.js";
119
+ import { Obsidian as qa } from "./components/ui/atoms/icons/obsidian.js";
120
+ import { Okta as Ja } from "./components/ui/atoms/icons/okta.js";
121
+ import { Openai as Ya } from "./components/ui/atoms/icons/openai.js";
122
+ import { OutlookCalendar as Qa } from "./components/ui/atoms/icons/outlook-calendar.js";
123
+ import { OutlookMail as op } from "./components/ui/atoms/icons/outlook-mail.js";
124
+ import { Pagerduty as ep } from "./components/ui/atoms/icons/pagerduty.js";
125
+ import { Pinecone as ap } from "./components/ui/atoms/icons/pinecone.js";
126
+ import { Pinterest as mp } from "./components/ui/atoms/icons/pinterest.js";
127
+ import { Pipedrive as lp } from "./components/ui/atoms/icons/pipedrive.js";
128
+ import { Plaid as fp } from "./components/ui/atoms/icons/plaid.js";
129
+ import { Postgres as dp } from "./components/ui/atoms/icons/postgres.js";
130
+ import { Posthog as sp } from "./components/ui/atoms/icons/posthog.js";
131
+ import { Pylon as cp } from "./components/ui/atoms/icons/pylon.js";
132
+ import { Quickbooks as Tp } from "./components/ui/atoms/icons/quickbooks.js";
133
+ import { Railway as hp } from "./components/ui/atoms/icons/railway.js";
134
+ import { Reddit as Ap } from "./components/ui/atoms/icons/reddit.js";
135
+ import { Salesforce as Mp } from "./components/ui/atoms/icons/salesforce.js";
136
+ import { Shopify as Pp } from "./components/ui/atoms/icons/shopify.js";
137
+ import { Singlestore as kp } from "./components/ui/atoms/icons/singlestore.js";
138
+ import { Slack as Gp } from "./components/ui/atoms/icons/slack.js";
139
+ import { Snowflake as wp } from "./components/ui/atoms/icons/snowflake.js";
140
+ import { Splunk as Rp } from "./components/ui/atoms/icons/splunk.js";
141
+ import { Spotify as Hp } from "./components/ui/atoms/icons/spotify.js";
142
+ import { Square as Vp } from "./components/ui/atoms/icons/square.js";
143
+ import { Squarespace as Fp } from "./components/ui/atoms/icons/squarespace.js";
144
+ import { Squareup as zp } from "./components/ui/atoms/icons/squareup.js";
145
+ import { Stripe as Wp } from "./components/ui/atoms/icons/stripe.js";
146
+ import { Tesla as qp } from "./components/ui/atoms/icons/tesla.js";
147
+ import { Ticktick as Jp } from "./components/ui/atoms/icons/ticktick.js";
148
+ import { Tiktok as Yp } from "./components/ui/atoms/icons/tiktok.js";
149
+ import { Trello as Qp } from "./components/ui/atoms/icons/trello.js";
150
+ import { Twilio as om } from "./components/ui/atoms/icons/twilio.js";
151
+ import { Twitch as em } from "./components/ui/atoms/icons/twitch.js";
152
+ import { Vercel as am } from "./components/ui/atoms/icons/vercel.js";
153
+ import { Vscode as mm } from "./components/ui/atoms/icons/vscode.js";
154
+ import { Walmart as lm } from "./components/ui/atoms/icons/walmart.js";
155
+ import { Weaviate as fm } from "./components/ui/atoms/icons/weaviate.js";
156
+ import { Windsurf as dm } from "./components/ui/atoms/icons/windsurf.js";
157
+ import { Workday as sm } from "./components/ui/atoms/icons/workday.js";
158
+ import { Wrike as cm } from "./components/ui/atoms/icons/wrike.js";
159
+ import { X as Tm } from "./components/ui/atoms/icons/x.js";
160
+ import { Xero as hm } from "./components/ui/atoms/icons/xero.js";
161
+ import { Youtube as Am } from "./components/ui/atoms/icons/youtube.js";
162
+ import { Yugabytedb as Mm } from "./components/ui/atoms/icons/yugabytedb.js";
163
+ import { Zendesk as Pm } from "./components/ui/atoms/icons/zendesk.js";
164
+ import { Zoho as km } from "./components/ui/atoms/icons/zoho.js";
165
+ import { ZohoBooks as Gm } from "./components/ui/atoms/icons/zoho-books.js";
166
+ import { ZohoCreator as wm } from "./components/ui/atoms/icons/zoho-creator.js";
167
+ import { Zoom as Rm } from "./components/ui/atoms/icons/zoom.js";
168
+ import { Input as Hm } from "./components/ui/atoms/input.js";
169
+ import { JsonHighlight as Vm, jsonHighlightVariants as _m } from "./components/ui/atoms/json-highlight.js";
170
+ import { Label as Um } from "./components/ui/atoms/label.js";
171
+ import { Loader as Nm } from "./components/ui/atoms/loader.js";
172
+ import { M as Zm } from "./markdown-D0xxRbwP.js";
173
+ import { MobileTooltip as Km, MobileTooltipContent as Jm, MobileTooltipProvider as Xm, MobileTooltipTrigger as Ym } from "./components/ui/atoms/mobile-tooltip.js";
174
+ import { Popover as Qm, PopoverAnchor as $m, PopoverContent as oi, PopoverTrigger as ri } from "./components/ui/atoms/popover.js";
175
+ import { ProBadge as ti } from "./components/ui/atoms/pro-badge.js";
176
+ import { Progress as pi } from "./components/ui/atoms/progress.js";
177
+ import { RadioGroup as ii, RadioGroupItem as li } from "./components/ui/atoms/radio-group.js";
178
+ import { ResizableHandle as fi, ResizablePanel as xi, ResizablePanelGroup as di } from "./components/ui/atoms/resizable.js";
179
+ import { ScrollArea as si, ScrollBar as gi } from "./components/ui/atoms/scroll-area.js";
180
+ import { ScrollButton as Ci } from "./components/ui/atoms/scroll-button.js";
181
+ import { Select as Si, SelectContent as hi, SelectGroup as bi, SelectItem as Ai, SelectLabel as Di, SelectScrollDownButton as Mi, SelectScrollUpButton as Ii, SelectSeparator as Pi, SelectTrigger as Bi, SelectValue as ki } from "./components/ui/atoms/select.js";
182
+ import { Separator as Gi } from "./components/ui/atoms/separator.js";
183
+ import { Sheet as wi, SheetClose as Li, SheetContent as Ri, SheetDescription as yi, SheetFooter as Hi, SheetHeader as Ei, SheetTitle as Vi, SheetTrigger as _i } from "./components/ui/atoms/sheet.js";
184
+ import { Sidebar as Ui, SidebarContent as zi, SidebarFooter as Ni, SidebarGroup as Wi, SidebarGroupAction as Zi, SidebarGroupContent as qi, SidebarGroupLabel as Ki, SidebarHeader as Ji, SidebarInput as Xi, SidebarInset as Yi, SidebarMenu as ji, SidebarMenuAction as Qi, SidebarMenuBadge as $i, SidebarMenuButton as ol, SidebarMenuItem as rl, SidebarMenuSkeleton as el, SidebarMenuSub as tl, SidebarMenuSubButton as al, SidebarMenuSubItem as pl, SidebarProvider as ml, SidebarRail as il, SidebarSeparator as ll, SidebarTrigger as nl, useSidebar as fl } from "./components/ui/atoms/sidebar.js";
185
+ import { Skeleton as dl } from "./components/ui/atoms/skeleton.js";
186
+ import { Slider as sl } from "./components/ui/atoms/slider.js";
187
+ import { StepIndicator as cl, stepIndicatorIconVariants as Cl, stepIndicatorLabelVariants as Tl } from "./components/ui/atoms/step-indicator.js";
188
+ import { Switch as hl } from "./components/ui/atoms/switch.js";
189
+ import { Table as Al, TableBody as Dl, TableCaption as Ml, TableCell as Il, TableFooter as Pl, TableHead as Bl, TableHeader as kl, TableRow as Ol } from "./components/ui/atoms/table.js";
190
+ import { Tabs as vl, TabsContent as wl, TabsList as Ll, TabsTrigger as Rl } from "./components/ui/atoms/tabs.js";
191
+ import { Textarea as Hl } from "./components/ui/atoms/textarea.js";
192
+ import { Toggle as Vl, toggleVariants as _l } from "./components/ui/atoms/toggle.js";
193
+ import { Tooltip as Ul, TooltipContent as zl, TooltipProvider as Nl, TooltipTrigger as Wl } from "./components/ui/atoms/tooltip.js";
194
+ import { ViewToolsControl as ql } from "./components/ui/atoms/view-tools-control.js";
195
+ import { VirtualizedGrid as Jl } from "./components/ui/atoms/virtualized-grid.js";
196
+ import { ChatAssistantMessage as Yl, ChatMessageList as jl, ChatStreamingIndicator as Ql, ChatUserMessage as $l } from "./components/ui/molecules/chat-message-list.js";
197
+ import { DateTimePicker as rn } from "./components/ui/molecules/date-time-picker.js";
198
+ import { EmptyState as tn } from "./components/ui/molecules/empty-state.js";
199
+ import { Message as pn, MessageAction as mn, MessageActions as ln, MessageAvatar as nn, MessageContent as fn } from "./components/ui/molecules/message.js";
200
+ import { PromptInput as dn, PromptInputAction as un, PromptInputActions as sn, PromptInputTextarea as gn } from "./components/ui/molecules/prompt-input.js";
201
+ import { R as Cn, T as Tn } from "./toolkit-card-B97E7TBA.js";
202
+ import { StepsProgress as hn } from "./components/ui/molecules/steps-progress.js";
203
+ import { SuggestionCard as An } from "./components/ui/molecules/suggestion-card.js";
204
+ import { Switcher as Mn, SwitcherContent as In, SwitcherInput as Pn, SwitcherItem as Bn, SwitcherTrigger as kn, useSwitcher as On } from "./components/ui/molecules/switcher.js";
205
+ import { ToolAuthorization as vn, ToolAuthorizationArgs as wn, ToolAuthorizationContent as Ln, ToolAuthorizationHeader as Rn, ToolAuthorizationMessage as yn } from "./components/ui/molecules/tool-authorization.js";
206
+ import { ToolCallAccordion as En, ToolCallAccordionContent as Vn, ToolCallAccordionItem as _n, ToolCallAccordionTrigger as Fn } from "./components/ui/molecules/tool-call-accordion.js";
207
+ import { ToolCard as zn } from "./components/ui/molecules/tool-card.js";
208
+ import { UserNav as Wn } from "./components/ui/molecules/user-nav.js";
209
+ import { ChatPage as qn } from "./components/ui/pages/chat-page.js";
210
+ import { LoginPage as Jn } from "./components/ui/pages/login-page.js";
211
+ import { AuthTemplate as Yn, AuthTemplateCard as jn, AuthTemplateContent as Qn, AuthTemplateDefaultBackground as $n, AuthTemplateDescription as of, AuthTemplateFooter as rf, AuthTemplateGridOverlay as ef, AuthTemplateHeader as tf, AuthTemplateLegal as af, AuthTemplateLegalLink as pf, AuthTemplateLogo as mf, AuthTemplatePrompt as lf, AuthTemplatePromptLink as nf, AuthTemplateTitle as ff, AuthTemplateVideoBackground as xf } from "./components/ui/templates/auth-template.js";
212
+ import { ChatTemplate as uf, ChatTemplateBody as sf, ChatTemplateFooter as gf, ChatTemplateHeader as cf, ChatTemplateHeaderGroup as Cf, ChatTemplateOverview as Tf, ChatTemplateOverviewSubtitle as Sf, ChatTemplateOverviewTitle as hf, ChatTemplateSuggestions as bf } from "./components/ui/templates/chat-template.js";
213
+ import { PUBLIC_ICON_URL as Df, PUBLIC_VIDEO_URL as Mf } from "./metadata/constants.js";
214
+ import { MCP_OAUTH2_PROVIDER as Pf, OAUTH2_PROVIDER as Bf, OAUTH_PROVIDERS as kf, OAUTH_PROVIDER_CATALOGUE as Of, OAuthId as Gf, OAuthProviderId as vf, OTHER_OAUTH_PROVIDERS as wf, PREBUILT_OAUTH_PROVIDERS as Lf } from "./metadata/oauth-providers.js";
215
+ import { TOOLKIT_ICON_MAP as yf, getToolIconByToolkitName as Hf, getToolkitIcon as Ef, getToolkitIconByName as Vf } from "./metadata/toolkit-icons.js";
216
+ import { CATEGORIES as Ff, TOOLKITS as Uf, TOOLKIT_CATALOGUE as zf } from "./metadata/toolkits.js";
217
+ import { findPrebuiltProviderById as Wf, findPrebuiltProviderByProviderId as Zf, findToolkitByName as qf, isKnownToolkit as Kf, isPrebuiltProvider as Jf } from "./metadata/utils.js";
217
218
  export {
218
219
  e as Accordion,
219
220
  t as AccordionContent,
@@ -243,21 +244,21 @@ export {
243
244
  kr as Atlassian,
244
245
  Gr as Attio,
245
246
  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,
247
+ Yn as AuthTemplate,
248
+ jn as AuthTemplateCard,
249
+ Qn as AuthTemplateContent,
250
+ $n as AuthTemplateDefaultBackground,
251
+ of as AuthTemplateDescription,
252
+ rf as AuthTemplateFooter,
253
+ ef as AuthTemplateGridOverlay,
254
+ tf as AuthTemplateHeader,
255
+ af as AuthTemplateLegal,
256
+ pf as AuthTemplateLegalLink,
257
+ mf as AuthTemplateLogo,
258
+ lf as AuthTemplatePrompt,
259
+ nf as AuthTemplatePromptLink,
260
+ ff as AuthTemplateTitle,
261
+ xf as AuthTemplateVideoBackground,
261
262
  D as Avatar,
262
263
  M as AvatarFallback,
263
264
  I as AvatarImage,
@@ -283,7 +284,7 @@ export {
283
284
  oe as Buffer,
284
285
  U as Button,
285
286
  W as ByocBadge,
286
- Vf as CATEGORIES,
287
+ Ff as CATEGORIES,
287
288
  q as Calendar,
288
289
  K as CalendarDayButton,
289
290
  ee as Calendly,
@@ -300,23 +301,23 @@ export {
300
301
  mo as ChartStyle,
301
302
  io as ChartTooltip,
302
303
  lo as ChartTooltipContent,
303
- Jl as ChatAssistantMessage,
304
+ Yl as ChatAssistantMessage,
304
305
  fo as ChatContainerContent,
305
306
  xo as ChatContainerRoot,
306
307
  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,
308
+ jl as ChatMessageList,
309
+ qn as ChatPage,
310
+ Ql as ChatStreamingIndicator,
311
+ uf as ChatTemplate,
312
+ sf as ChatTemplateBody,
313
+ gf as ChatTemplateFooter,
314
+ cf as ChatTemplateHeader,
315
+ Cf as ChatTemplateHeaderGroup,
316
+ Tf as ChatTemplateOverview,
317
+ Sf as ChatTemplateOverviewSubtitle,
318
+ hf as ChatTemplateOverviewTitle,
319
+ bf as ChatTemplateSuggestions,
320
+ $l as ChatUserMessage,
320
321
  go as Checkbox,
321
322
  ae as Claude,
322
323
  me as Clickhouse,
@@ -347,7 +348,7 @@ export {
347
348
  Me as CursorInstallLight,
348
349
  Pe as Customerio,
349
350
  ke as Datadog,
350
- $l as DateTimePicker,
351
+ rn as DateTimePicker,
351
352
  Ge as Daytona,
352
353
  Eo as Dialog,
353
354
  Vo as DialogClose,
@@ -379,7 +380,7 @@ export {
379
380
  lr as DropdownMenuTrigger,
380
381
  Ve as E2b,
381
382
  Fe as Ebay,
382
- rn as EmptyState,
383
+ tn as EmptyState,
383
384
  ze as Evernote,
384
385
  We as Exa,
385
386
  qe as Factorial,
@@ -407,233 +408,234 @@ export {
407
408
  Ht as GoogleShopping,
408
409
  Vt as GoogleSlides,
409
410
  Ft as Goose,
410
- zt as Heroku,
411
- Wt as Hootsuite,
411
+ zt as Granola,
412
+ Wt as Heroku,
413
+ qt as Hootsuite,
412
414
  fr as HoverCard,
413
415
  xr as HoverCardContent,
414
416
  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,
417
+ Jt as Hubspot,
418
+ Yt as Imgflip,
419
+ Hm as Input,
420
+ Qt as Intercom,
421
+ oa as Jira,
422
+ Vm as JsonHighlight,
423
+ Um as Label,
424
+ ea as Langchain,
425
+ aa as Linear,
426
+ ma as Linkedin,
427
+ Nm as Loader,
428
+ Jn as LoginPage,
429
+ la as Luma,
430
+ Pf as MCP_OAUTH2_PROVIDER,
431
+ fa as Mailchimp,
432
+ Zm as Markdown,
433
+ da as Mastra,
434
+ sa as MathToolkit,
435
+ ca as Mcp,
436
+ pn as Message,
437
+ mn as MessageAction,
438
+ ln as MessageActions,
439
+ nn as MessageAvatar,
440
+ fn as MessageContent,
441
+ Ta as Microsoft,
442
+ ha as MicrosoftDynamics,
443
+ Aa as MicrosoftExcel,
444
+ Ma as MicrosoftOnedrive,
445
+ Pa as MicrosoftPowerpoint,
446
+ ka as MicrosoftSharepoint,
447
+ Ga as MicrosoftTeams,
448
+ wa as MicrosoftWord,
449
+ Ra as Miro,
450
+ Km as MobileTooltip,
451
+ Jm as MobileTooltipContent,
452
+ Xm as MobileTooltipProvider,
453
+ Ym as MobileTooltipTrigger,
454
+ Ha as Monday,
455
+ Va as MongoDB,
456
+ Fa as Netsuite,
457
+ za as Notion,
458
+ Bf as OAUTH2_PROVIDER,
459
+ kf as OAUTH_PROVIDERS,
460
+ Of as OAUTH_PROVIDER_CATALOGUE,
461
+ Gf as OAuthId,
462
+ vf as OAuthProviderId,
463
+ wf as OTHER_OAUTH_PROVIDERS,
464
+ Wa as Oauth,
465
+ qa as Obsidian,
466
+ Ja as Okta,
467
+ Ya as Openai,
468
+ Qa as OutlookCalendar,
469
+ op as OutlookMail,
470
+ Lf as PREBUILT_OAUTH_PROVIDERS,
471
+ Df as PUBLIC_ICON_URL,
472
+ Mf as PUBLIC_VIDEO_URL,
473
+ ep as Pagerduty,
474
+ ap as Pinecone,
475
+ mp as Pinterest,
476
+ lp as Pipedrive,
477
+ fp as Plaid,
478
+ Qm as Popover,
479
+ $m as PopoverAnchor,
480
+ oi as PopoverContent,
481
+ ri as PopoverTrigger,
482
+ dp as Postgres,
483
+ sp as Posthog,
484
+ ti as ProBadge,
485
+ pi as Progress,
486
+ dn as PromptInput,
487
+ un as PromptInputAction,
488
+ sn as PromptInputActions,
489
+ gn as PromptInputTextarea,
490
+ cp as Pylon,
491
+ Tp as Quickbooks,
492
+ ii as RadioGroup,
493
+ li as RadioGroupItem,
494
+ hp as Railway,
495
+ Ap as Reddit,
496
+ Cn as RequirementBadges,
497
+ fi as ResizableHandle,
498
+ xi as ResizablePanel,
499
+ di as ResizablePanelGroup,
500
+ Mp as Salesforce,
501
+ si as ScrollArea,
502
+ gi as ScrollBar,
503
+ Ci as ScrollButton,
504
+ Si as Select,
505
+ hi as SelectContent,
506
+ bi as SelectGroup,
507
+ Ai as SelectItem,
508
+ Di as SelectLabel,
509
+ Mi as SelectScrollDownButton,
510
+ Ii as SelectScrollUpButton,
511
+ Pi as SelectSeparator,
512
+ Bi as SelectTrigger,
513
+ ki as SelectValue,
514
+ Gi as Separator,
515
+ wi as Sheet,
516
+ Li as SheetClose,
517
+ Ri as SheetContent,
518
+ yi as SheetDescription,
519
+ Hi as SheetFooter,
520
+ Ei as SheetHeader,
521
+ Vi as SheetTitle,
522
+ _i as SheetTrigger,
523
+ Pp as Shopify,
524
+ Ui as Sidebar,
525
+ zi as SidebarContent,
526
+ Ni as SidebarFooter,
527
+ Wi as SidebarGroup,
528
+ Zi as SidebarGroupAction,
529
+ qi as SidebarGroupContent,
530
+ Ki as SidebarGroupLabel,
531
+ Ji as SidebarHeader,
532
+ Xi as SidebarInput,
533
+ Yi as SidebarInset,
534
+ ji as SidebarMenu,
535
+ Qi as SidebarMenuAction,
536
+ $i as SidebarMenuBadge,
537
+ ol as SidebarMenuButton,
538
+ rl as SidebarMenuItem,
539
+ el as SidebarMenuSkeleton,
540
+ tl as SidebarMenuSub,
541
+ al as SidebarMenuSubButton,
542
+ pl as SidebarMenuSubItem,
543
+ ml as SidebarProvider,
544
+ il as SidebarRail,
545
+ ll as SidebarSeparator,
546
+ nl as SidebarTrigger,
547
+ kp as Singlestore,
548
+ dl as Skeleton,
549
+ Gp as Slack,
550
+ sl as Slider,
551
+ wp as Snowflake,
552
+ Rp as Splunk,
553
+ Hp as Spotify,
554
+ Vp as Square,
555
+ Fp as Squarespace,
556
+ zp as Squareup,
557
+ cl as StepIndicator,
558
+ hn as StepsProgress,
559
+ Wp as Stripe,
560
+ An as SuggestionCard,
561
+ hl as Switch,
562
+ Mn as Switcher,
563
+ In as SwitcherContent,
564
+ Pn as SwitcherInput,
565
+ Bn as SwitcherItem,
566
+ kn as SwitcherTrigger,
567
+ Uf as TOOLKITS,
568
+ zf as TOOLKIT_CATALOGUE,
569
+ yf as TOOLKIT_ICON_MAP,
570
+ Al as Table,
571
+ Dl as TableBody,
572
+ Ml as TableCaption,
573
+ Il as TableCell,
574
+ Pl as TableFooter,
575
+ Bl as TableHead,
576
+ kl as TableHeader,
577
+ Ol as TableRow,
578
+ vl as Tabs,
579
+ wl as TabsContent,
580
+ Ll as TabsList,
581
+ Rl as TabsTrigger,
582
+ qp as Tesla,
583
+ Hl as Textarea,
584
+ Jp as Ticktick,
585
+ Yp as Tiktok,
586
+ Vl as Toggle,
587
+ vn as ToolAuthorization,
588
+ wn as ToolAuthorizationArgs,
589
+ Ln as ToolAuthorizationContent,
590
+ Rn as ToolAuthorizationHeader,
591
+ yn as ToolAuthorizationMessage,
592
+ En as ToolCallAccordion,
593
+ Vn as ToolCallAccordionContent,
594
+ _n as ToolCallAccordionItem,
595
+ Fn as ToolCallAccordionTrigger,
596
+ zn as ToolCard,
597
+ Tn as ToolkitCard,
598
+ Ul as Tooltip,
599
+ zl as TooltipContent,
600
+ Nl as TooltipProvider,
601
+ Wl as TooltipTrigger,
602
+ Qp as Trello,
603
+ om as Twilio,
604
+ em as Twitch,
605
+ Wn as UserNav,
606
+ am as Vercel,
607
+ ql as ViewToolsControl,
608
+ Jl as VirtualizedGrid,
609
+ mm as Vscode,
610
+ lm as Walmart,
611
+ fm as Weaviate,
612
+ dm as Windsurf,
613
+ sm as Workday,
614
+ cm as Wrike,
615
+ Tm as X,
616
+ hm as Xero,
617
+ Am as Youtube,
618
+ Mm as Yugabytedb,
619
+ Pm as Zendesk,
620
+ km as Zoho,
621
+ Gm as ZohoBooks,
622
+ wm as ZohoCreator,
623
+ Rm as Zoom,
622
624
  k as avatarBadgeVariants,
623
625
  v as badgeVariants,
624
626
  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
627
+ Wf as findPrebuiltProviderById,
628
+ Zf as findPrebuiltProviderByProviderId,
629
+ qf as findToolkitByName,
630
+ Hf as getToolIconByToolkitName,
631
+ Ef as getToolkitIcon,
632
+ Vf as getToolkitIconByName,
633
+ Kf as isKnownToolkit,
634
+ Jf as isPrebuiltProvider,
635
+ _m as jsonHighlightVariants,
636
+ Cl as stepIndicatorIconVariants,
637
+ Tl as stepIndicatorLabelVariants,
638
+ _l as toggleVariants,
639
+ fl as useSidebar,
640
+ On as useSwitcher
639
641
  };