@arcadeai/design-system 3.46.1 → 3.49.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 (121) hide show
  1. package/dist/{toggle-C4ztdcN-.js → Toggle-CyMSF-Z7.js} +14 -46
  2. package/dist/ToolbarRootContext-DVNA8Vkb.js +13 -0
  3. package/dist/{alert-dialog-oB_cE8NP.js → alert-dialog-tBMDYzJ3.js} +1 -1
  4. package/dist/assets/index.css +1 -1
  5. package/dist/assets/tokens.css +1 -1
  6. package/dist/assets/variables.css +1 -1
  7. package/dist/components/index.js +236 -215
  8. package/dist/components/ui/atoms/alert-dialog.js +1 -1
  9. package/dist/components/ui/atoms/avatar-notification-badge.d.ts +2 -2
  10. package/dist/components/ui/atoms/avatar-notification-badge.d.ts.map +1 -1
  11. package/dist/components/ui/atoms/avatar-notification-badge.js +21 -0
  12. package/dist/components/ui/atoms/dropdown-menu.js +1 -1
  13. package/dist/components/ui/atoms/filter-chip.d.ts +16 -0
  14. package/dist/components/ui/atoms/filter-chip.d.ts.map +1 -0
  15. package/dist/components/ui/atoms/filter-chip.js +37 -0
  16. package/dist/components/ui/atoms/index.d.ts +3 -0
  17. package/dist/components/ui/atoms/index.d.ts.map +1 -1
  18. package/dist/components/ui/atoms/index.js +192 -189
  19. package/dist/components/ui/atoms/mobile-tooltip.js +1 -1
  20. package/dist/components/ui/atoms/popover.js +1 -1
  21. package/dist/components/ui/atoms/removable-chip.d.ts +38 -0
  22. package/dist/components/ui/atoms/removable-chip.d.ts.map +1 -0
  23. package/dist/components/ui/atoms/removable-chip.js +36 -0
  24. package/dist/components/ui/atoms/scroll-area.d.ts +7 -1
  25. package/dist/components/ui/atoms/scroll-area.d.ts.map +1 -1
  26. package/dist/components/ui/atoms/scroll-area.js +1 -1
  27. package/dist/components/ui/atoms/select.js +1 -1
  28. package/dist/components/ui/atoms/toggle-group.d.ts +29 -0
  29. package/dist/components/ui/atoms/toggle-group.d.ts.map +1 -0
  30. package/dist/components/ui/atoms/toggle-group.js +3 -0
  31. package/dist/components/ui/atoms/toggle.js +36 -2
  32. package/dist/components/ui/index.d.ts +1 -0
  33. package/dist/components/ui/index.d.ts.map +1 -1
  34. package/dist/components/ui/index.js +236 -215
  35. package/dist/components/ui/molecules/confirm-popover.js +1 -1
  36. package/dist/components/ui/molecules/date-time-picker.js +1 -1
  37. package/dist/components/ui/molecules/empty-state.d.ts +28 -3
  38. package/dist/components/ui/molecules/empty-state.d.ts.map +1 -1
  39. package/dist/components/ui/molecules/empty-state.js +25 -19
  40. package/dist/components/ui/molecules/index.d.ts +32 -0
  41. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  42. package/dist/components/ui/molecules/index.js +26 -10
  43. package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts +31 -0
  44. package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts.map +1 -0
  45. package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.js +106 -0
  46. package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts +18 -0
  47. package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts.map +1 -0
  48. package/dist/components/ui/molecules/mcp-server-picker/category-filter.js +34 -0
  49. package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.d.ts +53 -0
  50. package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.d.ts.map +1 -0
  51. package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.js +91 -0
  52. package/dist/components/ui/molecules/mcp-server-picker/recommended-tools.d.ts +52 -0
  53. package/dist/components/ui/molecules/mcp-server-picker/recommended-tools.d.ts.map +1 -0
  54. package/dist/components/ui/molecules/mcp-server-picker/recommended-tools.js +103 -0
  55. package/dist/components/ui/molecules/mcp-server-picker/review-count-chip.d.ts +22 -0
  56. package/dist/components/ui/molecules/mcp-server-picker/review-count-chip.d.ts.map +1 -0
  57. package/dist/components/ui/molecules/mcp-server-picker/review-count-chip.js +42 -0
  58. package/dist/components/ui/molecules/mcp-server-picker/search-scope-tabs.d.ts +18 -0
  59. package/dist/components/ui/molecules/mcp-server-picker/search-scope-tabs.d.ts.map +1 -0
  60. package/dist/components/ui/molecules/mcp-server-picker/search-scope-tabs.js +31 -0
  61. package/dist/components/ui/molecules/mcp-server-picker/section-callout.d.ts +21 -0
  62. package/dist/components/ui/molecules/mcp-server-picker/section-callout.d.ts.map +1 -0
  63. package/dist/components/ui/molecules/mcp-server-picker/section-callout.js +23 -0
  64. package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.d.ts +39 -0
  65. package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.d.ts.map +1 -0
  66. package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.js +43 -0
  67. package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts +16 -0
  68. package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts.map +1 -0
  69. package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.js +99 -0
  70. package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts +40 -0
  71. package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts.map +1 -0
  72. package/dist/components/ui/molecules/mcp-server-picker/server-card.js +118 -0
  73. package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts +22 -0
  74. package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts.map +1 -0
  75. package/dist/components/ui/molecules/mcp-server-picker/tool-card.js +62 -0
  76. package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts +8 -0
  77. package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts.map +1 -0
  78. package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.js +41 -0
  79. package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts +16 -0
  80. package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts.map +1 -0
  81. package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.js +56 -0
  82. package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.d.ts +38 -0
  83. package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.d.ts.map +1 -0
  84. package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.js +42 -0
  85. package/dist/components/ui/molecules/mcp-server-picker/toolkit-group-header.d.ts +33 -0
  86. package/dist/components/ui/molecules/mcp-server-picker/toolkit-group-header.d.ts.map +1 -0
  87. package/dist/components/ui/molecules/mcp-server-picker/toolkit-group-header.js +36 -0
  88. package/dist/components/ui/molecules/mcp-server-picker/unoptimized-callout.d.ts +10 -0
  89. package/dist/components/ui/molecules/mcp-server-picker/unoptimized-callout.d.ts.map +1 -0
  90. package/dist/components/ui/molecules/mcp-server-picker/unoptimized-callout.js +15 -0
  91. package/dist/components/ui/molecules/scroll-fade-area.d.ts +26 -0
  92. package/dist/components/ui/molecules/scroll-fade-area.d.ts.map +1 -0
  93. package/dist/components/ui/molecules/scroll-fade-area.js +25 -0
  94. package/dist/components/ui/molecules/user-nav.js +1 -1
  95. package/dist/components/ui/organisms/index.d.ts +5 -0
  96. package/dist/components/ui/organisms/index.d.ts.map +1 -0
  97. package/dist/components/ui/organisms/index.js +3 -0
  98. package/dist/components/ui/organisms/mcp-selection-summary-bar.d.ts +71 -0
  99. package/dist/components/ui/organisms/mcp-selection-summary-bar.d.ts.map +1 -0
  100. package/dist/components/ui/organisms/mcp-selection-summary-bar.js +61 -0
  101. package/dist/components/ui/organisms/mcp-server-picker.d.ts +45 -0
  102. package/dist/components/ui/organisms/mcp-server-picker.d.ts.map +1 -0
  103. package/dist/components/ui/organisms/mcp-server-picker.js +35 -0
  104. package/dist/components/ui/pages/login-page.js +19 -19
  105. package/dist/components/ui/templates/gateway-diagram.js +10 -10
  106. package/dist/{dropdown-menu-DCFuLDwH.js → dropdown-menu-dsg43mOw.js} +2 -1
  107. package/dist/hooks/use-scroll-fade.d.ts +22 -0
  108. package/dist/hooks/use-scroll-fade.d.ts.map +1 -0
  109. package/dist/hooks/use-scroll-fade.js +39 -0
  110. package/dist/main.js +242 -221
  111. package/dist/metadata/index.js +6 -6
  112. package/dist/metadata/toolkit-icons.d.ts +15 -0
  113. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  114. package/dist/metadata/toolkit-icons.js +294 -292
  115. package/dist/{popover-Ck3ILBUA.js → popover-CXSOUeVQ.js} +2 -1
  116. package/dist/{scroll-area-BD6qsU_I.js → scroll-area-53KPfESS.js} +6 -3
  117. package/dist/{select-cAvbXH_n.js → select-CPTT__cT.js} +2 -1
  118. package/dist/toggle-group-CDYMBO0F.js +87 -0
  119. package/dist/useAnchoredPopupScrollLock-C8wRjuy0.js +24 -0
  120. package/package.json +2 -2
  121. package/dist/ToolbarRootContext-Dubw_915.js +0 -34
package/dist/main.js CHANGED
@@ -2,7 +2,7 @@ import { i as e, n as t, r as n, t as r } from "./accordion-D-o5VBR2.js";
2
2
  import { Alert as i, AlertAction as a, AlertDescription as o, AlertTitle as s } from "./components/ui/atoms/alert.js";
3
3
  import { i as c, n as l, r as u, t as d } from "./tooltip-34vRSwJG.js";
4
4
  import { n as f, r as p, t as m } from "./hover-card-z1GPavWa.js";
5
- import { a as h, c as g, d as _, f as v, i as y, l as b, n as x, o as S, r as C, s as w, t as T, u as E } from "./alert-dialog-oB_cE8NP.js";
5
+ import { a as h, c as g, d as _, f as v, i as y, l as b, n as x, o as S, r as C, s as w, t as T, u as E } from "./alert-dialog-tBMDYzJ3.js";
6
6
  import { n as D, t as O } from "./button-BNOmhdpM.js";
7
7
  import { t as k } from "./arcade-gradient-DwcApsxT.js";
8
8
  import { ArcadeGrid as A } from "./components/ui/atoms/arcade-grid.js";
@@ -11,8 +11,8 @@ import { AvatarNotificationBadge as L, avatarBadgeVariants as R } from "./compon
11
11
  import { Badge as z, badgeVariants as B } from "./components/ui/atoms/badge.js";
12
12
  import { BrandChip as V } from "./components/ui/atoms/brand-chip.js";
13
13
  import { Breadcrumb as H, BreadcrumbEllipsis as U, BreadcrumbItem as W, BreadcrumbLink as G, BreadcrumbList as K, BreadcrumbPage as q, BreadcrumbSeparator as J } from "./components/ui/atoms/breadcrumb.js";
14
- import { a as Y, i as X, n as Z, o as Q, r as $, t as ee } from "./popover-Ck3ILBUA.js";
15
- import { a as te, c as ne, i as re, l as ie, n as ae, o as oe, r as se, s as ce, t as le, u as ue } from "./select-cAvbXH_n.js";
14
+ import { a as Y, i as X, n as Z, o as Q, r as $, t as ee } from "./popover-CXSOUeVQ.js";
15
+ import { a as te, c as ne, i as re, l as ie, n as ae, o as oe, r as se, s as ce, t as le, u as ue } from "./select-CPTT__cT.js";
16
16
  import { MobileTooltip as de, MobileTooltipContent as fe, MobileTooltipProvider as pe, MobileTooltipTrigger as me } from "./components/ui/atoms/mobile-tooltip.js";
17
17
  import { ByocBadge as he } from "./components/ui/atoms/byoc-badge.js";
18
18
  import { n as ge, t as _e } from "./calendar-DizaWURn.js";
@@ -26,223 +26,244 @@ import { n as ze, r as Be, t as Ve } from "./collapsible-Dt__KKUJ.js";
26
26
  import { a as He, c as Ue, i as We, l as Ge, n as Ke, o as qe, r as Je, s as Ye, t as Xe } from "./command-ChimIUHM.js";
27
27
  import { Dialog as Ze, DialogClose as Qe, DialogContent as $e, DialogDescription as et, DialogFooter as tt, DialogHeader as nt, DialogOverlay as rt, DialogPortal as it, DialogTitle as at, DialogTrigger as ot } from "./components/ui/atoms/dialog.js";
28
28
  import { CopyButton as st } from "./components/ui/atoms/copy-button.js";
29
- import { a as ct, c as lt, d as ut, f as dt, h as ft, i as pt, l as mt, m as ht, n as gt, o as _t, p as vt, r as yt, s as bt, t as xt, u as St } from "./dropdown-menu-DCFuLDwH.js";
30
- import { Adp as Ct } from "./components/ui/atoms/icons/adp.js";
31
- import { Aha as wt } from "./components/ui/atoms/icons/aha.js";
32
- import { Airtable as Tt } from "./components/ui/atoms/icons/airtable.js";
33
- import { Amplitude as Et } from "./components/ui/atoms/icons/amplitude.js";
34
- import { Apollo as Dt } from "./components/ui/atoms/icons/apollo.js";
35
- import { Arcade as Ot } from "./components/ui/atoms/icons/arcade.js";
36
- import { ArcadeLogo as kt } from "./components/ui/atoms/icons/arcade-logo.js";
37
- import { Asana as At } from "./components/ui/atoms/icons/asana.js";
38
- import { Ashby as jt } from "./components/ui/atoms/icons/ashby.js";
39
- import { Atlassian as Mt } from "./components/ui/atoms/icons/atlassian.js";
40
- import { Attio as Nt } from "./components/ui/atoms/icons/attio.js";
41
- import { Auth0 as Pt } from "./components/ui/atoms/icons/auth0.js";
42
- import { Azure as Ft } from "./components/ui/atoms/icons/azure.js";
43
- import { Bamboohr as It } from "./components/ui/atoms/icons/bamboohr.js";
44
- import { Basecamp as Lt } from "./components/ui/atoms/icons/basecamp.js";
45
- import { Bill as Rt } from "./components/ui/atoms/icons/bill.js";
46
- import { Bitbucket as zt } from "./components/ui/atoms/icons/bitbucket.js";
47
- import { Bluesky as Bt } from "./components/ui/atoms/icons/bluesky.js";
48
- import { Box as Vt } from "./components/ui/atoms/icons/box.js";
49
- import { Braze as Ht } from "./components/ui/atoms/icons/braze.js";
50
- import { Brex as Ut } from "./components/ui/atoms/icons/brex.js";
51
- import { Brightdata as Wt } from "./components/ui/atoms/icons/brightdata.js";
52
- import { Buffer as Gt } from "./components/ui/atoms/icons/buffer.js";
53
- import { Calendly as Kt } from "./components/ui/atoms/icons/calendly.js";
54
- import { Claude as qt } from "./components/ui/atoms/icons/claude.js";
55
- import { ClaudeCodeLogotype as Jt } from "./components/ui/atoms/icons/claude-code-logotype.js";
56
- import { Clickhouse as Yt } from "./components/ui/atoms/icons/clickhouse.js";
57
- import { Clickup as Xt } from "./components/ui/atoms/icons/clickup.js";
58
- import { Cline as Zt } from "./components/ui/atoms/icons/cline.js";
59
- import { Closeio as Qt } from "./components/ui/atoms/icons/closeio.js";
60
- import { Codesandbox as $t } from "./components/ui/atoms/icons/codesandbox.js";
61
- import { Coinbase as en } from "./components/ui/atoms/icons/coinbase.js";
62
- import { Confluence as tn } from "./components/ui/atoms/icons/confluence.js";
63
- import { Cursor as nn } from "./components/ui/atoms/icons/cursor.js";
64
- import { CursorInstallDark as rn } from "./components/ui/atoms/icons/cursor-install-dark.js";
65
- import { CursorInstallLight as an } from "./components/ui/atoms/icons/cursor-install-light.js";
66
- import { CursorLogotype as on } from "./components/ui/atoms/icons/cursor-logotype.js";
67
- import { Customerio as sn } from "./components/ui/atoms/icons/customerio.js";
68
- import { Datadog as cn } from "./components/ui/atoms/icons/datadog.js";
69
- import { Daytona as ln } from "./components/ui/atoms/icons/daytona.js";
70
- import { DigitalOcean as un } from "./components/ui/atoms/icons/digital-ocean.js";
71
- import { Discord as dn } from "./components/ui/atoms/icons/discord.js";
72
- import { Dropbox as fn } from "./components/ui/atoms/icons/dropbox.js";
73
- import { E2b as pn } from "./components/ui/atoms/icons/e2b.js";
74
- import { Ebay as mn } from "./components/ui/atoms/icons/ebay.js";
75
- import { Evernote as hn } from "./components/ui/atoms/icons/evernote.js";
76
- import { Exa as gn } from "./components/ui/atoms/icons/exa.js";
77
- import { Factorial as _n } from "./components/ui/atoms/icons/factorial.js";
78
- import { Figma as vn } from "./components/ui/atoms/icons/figma.js";
79
- import { Firecrawl as yn } from "./components/ui/atoms/icons/firecrawl.js";
80
- import { FlyIo as bn } from "./components/ui/atoms/icons/fly-io.js";
81
- import { Forkable as xn } from "./components/ui/atoms/icons/forkable.js";
82
- import { Freshdesk as Sn } from "./components/ui/atoms/icons/freshdesk.js";
83
- import { Freshservice as Cn } from "./components/ui/atoms/icons/freshservice.js";
84
- import { Gemini as wn } from "./components/ui/atoms/icons/gemini.js";
85
- import { Generic as Tn } from "./components/ui/atoms/icons/generic.js";
86
- import { Github as En } from "./components/ui/atoms/icons/github.js";
87
- import { Gitlab as Dn } from "./components/ui/atoms/icons/gitlab.js";
88
- import { Glean as On } from "./components/ui/atoms/icons/glean.js";
89
- import { Gmail as kn } from "./components/ui/atoms/icons/gmail.js";
90
- import { Google as An } from "./components/ui/atoms/icons/google.js";
91
- import { GoogleCalendar as jn } from "./components/ui/atoms/icons/google-calendar.js";
92
- import { GoogleContacts as Mn } from "./components/ui/atoms/icons/google-contacts.js";
93
- import { GoogleDocs as Nn } from "./components/ui/atoms/icons/google-docs.js";
94
- import { GoogleDrive as Pn } from "./components/ui/atoms/icons/google-drive.js";
95
- import { GoogleFinance as Fn } from "./components/ui/atoms/icons/google-finance.js";
96
- import { GoogleFlight as In } from "./components/ui/atoms/icons/google-flight.js";
97
- import { GoogleFlights as Ln } from "./components/ui/atoms/icons/google-flights.js";
98
- import { GoogleHotels as Rn } from "./components/ui/atoms/icons/google-hotels.js";
99
- import { GoogleJobs as zn } from "./components/ui/atoms/icons/google-jobs.js";
100
- import { GoogleMaps as Bn } from "./components/ui/atoms/icons/google-maps.js";
101
- import { GoogleNews as Vn } from "./components/ui/atoms/icons/google-news.js";
102
- import { GoogleSheets as Hn } from "./components/ui/atoms/icons/google-sheets.js";
103
- import { GoogleShopping as Un } from "./components/ui/atoms/icons/google-shopping.js";
104
- import { GoogleSlides as Wn } from "./components/ui/atoms/icons/google-slides.js";
105
- import { Goose as Gn } from "./components/ui/atoms/icons/goose.js";
106
- import { Granola as Kn } from "./components/ui/atoms/icons/granola.js";
107
- import { Heroku as qn } from "./components/ui/atoms/icons/heroku.js";
108
- import { Hootsuite as Jn } from "./components/ui/atoms/icons/hootsuite.js";
109
- import { Hubspot as Yn } from "./components/ui/atoms/icons/hubspot.js";
110
- import { Imgflip as Xn } from "./components/ui/atoms/icons/imgflip.js";
111
- import { Intercom as Zn } from "./components/ui/atoms/icons/intercom.js";
112
- import { Jira as Qn } from "./components/ui/atoms/icons/jira.js";
113
- import { Langchain as $n } from "./components/ui/atoms/icons/langchain.js";
114
- import { LangchainLogotype as er } from "./components/ui/atoms/icons/langchain-logotype.js";
115
- import { Linear as tr } from "./components/ui/atoms/icons/linear.js";
116
- import { Linkedin as nr } from "./components/ui/atoms/icons/linkedin.js";
117
- import { Luma as rr } from "./components/ui/atoms/icons/luma.js";
118
- import { Mailchimp as ir } from "./components/ui/atoms/icons/mailchimp.js";
119
- import { Mastra as ar } from "./components/ui/atoms/icons/mastra.js";
120
- import { MastraLogotype as or } from "./components/ui/atoms/icons/mastra-logotype.js";
121
- import { MathToolkit as sr } from "./components/ui/atoms/icons/math-toolkit.js";
122
- import { Mcp as cr } from "./components/ui/atoms/icons/mcp.js";
123
- import { Microsoft as lr } from "./components/ui/atoms/icons/microsoft.js";
124
- import { MicrosoftDynamics as ur } from "./components/ui/atoms/icons/microsoft-dynamics.js";
125
- import { MicrosoftExcel as dr } from "./components/ui/atoms/icons/microsoft-excel.js";
126
- import { MicrosoftOnedrive as fr } from "./components/ui/atoms/icons/microsoft-onedrive.js";
127
- import { MicrosoftOutlookCalendar as pr } from "./components/ui/atoms/icons/microsoft-outlook-calendar.js";
128
- import { MicrosoftOutlookMail as mr } from "./components/ui/atoms/icons/microsoft-outlook-mail.js";
129
- import { MicrosoftPowerpoint as hr } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
130
- import { MicrosoftSharepoint as gr } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
131
- import { MicrosoftTeams as _r } from "./components/ui/atoms/icons/microsoft-teams.js";
132
- import { MicrosoftWord as vr } from "./components/ui/atoms/icons/microsoft-word.js";
133
- import { Miro as yr } from "./components/ui/atoms/icons/miro.js";
134
- import { Monday as br } from "./components/ui/atoms/icons/monday.js";
135
- import { MongoDB as xr } from "./components/ui/atoms/icons/mongodb.js";
136
- import { Netsuite as Sr } from "./components/ui/atoms/icons/netsuite.js";
137
- import { Notion as Cr } from "./components/ui/atoms/icons/notion.js";
138
- import { Oauth as wr } from "./components/ui/atoms/icons/oauth.js";
139
- import { Obsidian as Tr } from "./components/ui/atoms/icons/obsidian.js";
140
- import { Okta as Er } from "./components/ui/atoms/icons/okta.js";
141
- import { Openai as Dr } from "./components/ui/atoms/icons/openai.js";
142
- import { Pagerduty as Or } from "./components/ui/atoms/icons/pagerduty.js";
143
- import { Pinecone as kr } from "./components/ui/atoms/icons/pinecone.js";
144
- import { Pinterest as Ar } from "./components/ui/atoms/icons/pinterest.js";
145
- import { Pipedrive as jr } from "./components/ui/atoms/icons/pipedrive.js";
146
- import { Plaid as Mr } from "./components/ui/atoms/icons/plaid.js";
147
- import { Postgres as Nr } from "./components/ui/atoms/icons/postgres.js";
148
- import { Posthog as Pr } from "./components/ui/atoms/icons/posthog.js";
149
- import { Pylon as Fr } from "./components/ui/atoms/icons/pylon.js";
150
- import { Quickbooks as Ir } from "./components/ui/atoms/icons/quickbooks.js";
151
- import { Railway as Lr } from "./components/ui/atoms/icons/railway.js";
152
- import { Reddit as Rr } from "./components/ui/atoms/icons/reddit.js";
153
- import { Resend as zr } from "./components/ui/atoms/icons/resend.js";
154
- import { Salesforce as Br } from "./components/ui/atoms/icons/salesforce.js";
155
- import { Shopify as Vr } from "./components/ui/atoms/icons/shopify.js";
156
- import { Singlestore as Hr } from "./components/ui/atoms/icons/singlestore.js";
157
- import { Slack as Ur } from "./components/ui/atoms/icons/slack.js";
158
- import { Snowflake as Wr } from "./components/ui/atoms/icons/snowflake.js";
159
- import { Splunk as Gr } from "./components/ui/atoms/icons/splunk.js";
160
- import { Spotify as Kr } from "./components/ui/atoms/icons/spotify.js";
161
- import { Square as qr } from "./components/ui/atoms/icons/square.js";
162
- import { Squarespace as Jr } from "./components/ui/atoms/icons/squarespace.js";
163
- import { Squareup as Yr } from "./components/ui/atoms/icons/squareup.js";
164
- import { Stripe as Xr } from "./components/ui/atoms/icons/stripe.js";
165
- import { Telegram as Zr } from "./components/ui/atoms/icons/telegram.js";
166
- import { Tesla as Qr } from "./components/ui/atoms/icons/tesla.js";
167
- import { Ticktick as $r } from "./components/ui/atoms/icons/ticktick.js";
168
- import { Tiktok as ei } from "./components/ui/atoms/icons/tiktok.js";
169
- import { Trello as ti } from "./components/ui/atoms/icons/trello.js";
170
- import { Twilio as ni } from "./components/ui/atoms/icons/twilio.js";
171
- import { Twitch as ri } from "./components/ui/atoms/icons/twitch.js";
172
- import { Vercel as ii } from "./components/ui/atoms/icons/vercel.js";
173
- import { VercelLogotype as ai } from "./components/ui/atoms/icons/vercel-logotype.js";
174
- import { Vscode as oi } from "./components/ui/atoms/icons/vscode.js";
175
- import { Walmart as si } from "./components/ui/atoms/icons/walmart.js";
176
- import { Weaviate as ci } from "./components/ui/atoms/icons/weaviate.js";
177
- import { Windsurf as li } from "./components/ui/atoms/icons/windsurf.js";
178
- import { Workday as ui } from "./components/ui/atoms/icons/workday.js";
179
- import { Wrike as di } from "./components/ui/atoms/icons/wrike.js";
180
- import { X as fi } from "./components/ui/atoms/icons/x.js";
181
- import { Xero as pi } from "./components/ui/atoms/icons/xero.js";
182
- import { Youtube as mi } from "./components/ui/atoms/icons/youtube.js";
183
- import { Yugabytedb as hi } from "./components/ui/atoms/icons/yugabytedb.js";
184
- import { Zendesk as gi } from "./components/ui/atoms/icons/zendesk.js";
185
- import { Zoho as _i } from "./components/ui/atoms/icons/zoho.js";
186
- import { ZohoBooks as vi } from "./components/ui/atoms/icons/zoho-books.js";
187
- import { ZohoCreator as yi } from "./components/ui/atoms/icons/zoho-creator.js";
188
- import { Zoom as bi } from "./components/ui/atoms/icons/zoom.js";
189
- import { n as xi, t as Si } from "./radio-group-Cc5ftdVj.js";
190
- import { a as Ci, i as wi, n as Ti, r as Ei, t as Di } from "./progress-TdXkokPe.js";
191
- import { t as Oi } from "./input-CSc-AfAa.js";
192
- import { Textarea as ki } from "./components/ui/atoms/textarea.js";
193
- import { InputGroup as Ai, InputGroupAddon as ji, InputGroupButton as Mi, InputGroupInput as Ni, InputGroupText as Pi, InputGroupTextarea as Fi } from "./components/ui/atoms/input-group.js";
194
- import { JsonHighlight as Ii, jsonHighlightVariants as Li } from "./components/ui/atoms/json-highlight.js";
195
- import { Label as Ri } from "./components/ui/atoms/label.js";
196
- import { Loader as zi } from "./components/ui/atoms/loader.js";
197
- import { ProBadge as Bi } from "./components/ui/atoms/pro-badge.js";
198
- import { n as Vi, r as Hi, t as Ui } from "./resizable-DkYW5Uwh.js";
199
- import { n as Wi, t as Gi } from "./scroll-area-BD6qsU_I.js";
200
- import { ScrollButton as Ki } from "./components/ui/atoms/scroll-button.js";
201
- import { Separator as qi } from "./components/ui/atoms/separator.js";
202
- import { Sheet as Ji, SheetClose as Yi, SheetContent as Xi, SheetDescription as Zi, SheetFooter as Qi, SheetHeader as $i, SheetTitle as ea, SheetTrigger as ta } from "./components/ui/atoms/sheet.js";
203
- import { Skeleton as na } from "./components/ui/atoms/skeleton.js";
204
- import { Sidebar as ra, SidebarContent as ia, SidebarFooter as aa, SidebarGroup as oa, SidebarGroupAction as sa, SidebarGroupContent as ca, SidebarGroupLabel as la, SidebarHeader as ua, SidebarInput as da, SidebarInset as fa, SidebarMenu as pa, SidebarMenuAction as ma, SidebarMenuBadge as ha, SidebarMenuButton as ga, SidebarMenuItem as _a, SidebarMenuSkeleton as va, SidebarMenuSub as ya, SidebarMenuSubButton as ba, SidebarMenuSubItem as xa, SidebarProvider as Sa, SidebarRail as Ca, SidebarSeparator as wa, SidebarTrigger as Ta, useSidebar as Ea } from "./components/ui/atoms/sidebar.js";
205
- import { t as Da } from "./slider-CN3uEkeD.js";
206
- import { DS_SPARKLE_DURATION_MS as Oa, SparkleBurst as ka } from "./components/ui/atoms/sparkle-burst.js";
207
- import { StepIndicator as Aa, stepIndicatorIconVariants as ja, stepIndicatorLabelVariants as Ma } from "./components/ui/atoms/step-indicator.js";
208
- import { t as Na } from "./switch-CP9j-8px.js";
209
- import { Table as Pa, TableBody as Fa, TableCaption as Ia, TableCell as La, TableFooter as Ra, TableHead as za, TableHeader as Ba, TableRow as Va } from "./components/ui/atoms/table.js";
210
- import { a as Ha, i as Ua, n as Wa, r as Ga, t as Ka } from "./tabs-C7JA8G0W.js";
211
- import { n as qa, t as Ja } from "./toggle-C4ztdcN-.js";
212
- import { ViewToolsControl as Ya } from "./components/ui/atoms/view-tools-control.js";
213
- import { t as Xa } from "./virtualized-grid-BQNJg029.js";
214
- import { ConfirmPopover as Za } from "./components/ui/molecules/confirm-popover.js";
215
- import { ChatHistoryItem as Qa } from "./components/ui/molecules/chat-history-item.js";
216
- import { Message as $a, MessageAction as eo, MessageActions as to, MessageAvatar as no, MessageContent as ro } from "./components/ui/molecules/message.js";
217
- import { ChatAssistantMessage as io, ChatMessageList as ao, ChatMessageListSkeleton as oo, ChatStreamingIndicator as so, ChatUserMessage as co } from "./components/ui/molecules/chat-message-list.js";
218
- import { ClientSecretInput as lo } from "./components/ui/molecules/client-secret-field.js";
219
- import { CommandBar as uo } from "./components/ui/molecules/command-bar.js";
220
- import { DateTimePicker as fo } from "./components/ui/molecules/date-time-picker.js";
221
- import { EmptyState as po } from "./components/ui/molecules/empty-state.js";
222
- import { ErrorState as mo } from "./components/ui/molecules/error-state.js";
223
- import { FlowDiagram as ho } from "./components/ui/molecules/flow-diagram.js";
224
- import { PromptInput as go, PromptInputAction as _o, PromptInputActions as vo, PromptInputTextarea as yo } from "./components/ui/molecules/prompt-input.js";
225
- import { r as bo, t as xo } from "./ui-BaLLCKkd.js";
226
- import { StepsProgress as So } from "./components/ui/molecules/steps-progress.js";
227
- import { SuggestionCard as Co, SuggestionCardSkeleton as wo } from "./components/ui/molecules/suggestion-card.js";
228
- import { TagsInput as To, TagsInputValue as Eo } from "./components/ui/molecules/tags-input.js";
229
- import { ToolAuthorization as Do, ToolAuthorizationArgs as Oo, ToolAuthorizationContent as ko, ToolAuthorizationHeader as Ao, ToolAuthorizationMessage as jo } from "./components/ui/molecules/tool-authorization.js";
230
- import { ToolCallAccordion as Mo, ToolCallAccordionContent as No, ToolCallAccordionItem as Po, ToolCallAccordionTrigger as Fo } from "./components/ui/molecules/tool-call-accordion.js";
231
- import { ToolCard as Io } from "./components/ui/molecules/tool-card.js";
232
- import { UserNav as Lo } from "./components/ui/molecules/user-nav.js";
233
- import { ChatTemplate as Ro, ChatTemplateBody as zo, ChatTemplateFooter as Bo, ChatTemplateHeader as Vo, ChatTemplateHeaderGroup as Ho, ChatTemplateOverview as Uo, ChatTemplateOverviewSubtitle as Wo, ChatTemplateOverviewTitle as Go, ChatTemplateSuggestions as Ko } from "./components/ui/templates/chat-template.js";
234
- import { ChatBodySkeleton as qo, ChatContentSkeleton as Jo, ChatFooterSkeleton as Yo, ChatHeaderSkeleton as Xo, ChatSidebarSkeleton as Zo } from "./components/ui/templates/chat-template-skeletons.js";
235
- import { ChatPageSkeleton as Qo } from "./components/ui/pages/chat-page-skeleton.js";
236
- import { AuthTemplate as $o, AuthTemplateCard as es, AuthTemplateContent as ts, AuthTemplateDefaultBackground as ns, AuthTemplateDescription as rs, AuthTemplateFooter as is, AuthTemplateGridOverlay as as, AuthTemplateHeader as os, AuthTemplateLegal as ss, AuthTemplateLegalLink as cs, AuthTemplateLogo as ls, AuthTemplatePrompt as us, AuthTemplatePromptLink as ds, AuthTemplateTitle as fs, AuthTemplateVideoBackground as ps } from "./components/ui/templates/auth-template.js";
237
- import { PUBLIC_ICON_URL as ms, PUBLIC_VIDEO_URL as hs } from "./metadata/constants.js";
238
- import { LoginPage as gs } from "./components/ui/pages/login-page.js";
239
- import { ErrorTemplate as _s, ErrorTemplateActions as vs, ErrorTemplateContent as ys, ErrorTemplateDescription as bs, ErrorTemplateIcon as xs, ErrorTemplateLogo as Ss, ErrorTemplateTitle as Cs, ErrorTemplateUrl as ws } from "./components/ui/templates/error-template.js";
240
- import { MCP_CLIENT_METADATA as Ts } from "./metadata/mcp-clients.js";
241
- import { MCP_OAUTH2_PROVIDER as Es, OAUTH2_PROVIDER as Ds, OAUTH_PROVIDERS as Os, OAUTH_PROVIDER_CATALOGUE as ks, OAuthId as As, OAuthProviderId as js, OTHER_OAUTH_PROVIDERS as Ms, PREBUILT_OAUTH_PROVIDERS as Ns } from "./metadata/oauth-providers.js";
242
- import { CATEGORIES as Ps, TOOLKITS as Fs, TOOLKIT_CATALOGUE as Is } from "./metadata/toolkits.js";
243
- import { findPrebuiltProviderById as Ls, findPrebuiltProviderByProviderId as Rs, findToolkitByName as zs, isKnownToolkit as Bs, isPrebuiltProvider as Vs } from "./metadata/utils.js";
244
- import { TOOLKIT_ICON_MAP as Hs, getToolIconByToolkitName as Us, getToolkitIcon as Ws, getToolkitIconByName as Gs } from "./metadata/toolkit-icons.js";
245
- import { DEFAULT_MCP_CLIENT_IDS as Ks, DEFAULT_MCP_SERVER_IDS as qs, GatewayDiagram as Js } from "./components/ui/templates/gateway-diagram.js";
29
+ import { a as ct, c as lt, d as ut, f as dt, h as ft, i as pt, l as mt, m as ht, n as gt, o as _t, p as vt, r as yt, s as bt, t as xt, u as St } from "./dropdown-menu-dsg43mOw.js";
30
+ import { FilterChip as Ct, filterChipVariants as wt } from "./components/ui/atoms/filter-chip.js";
31
+ import { Adp as Tt } from "./components/ui/atoms/icons/adp.js";
32
+ import { Aha as Et } from "./components/ui/atoms/icons/aha.js";
33
+ import { Airtable as Dt } from "./components/ui/atoms/icons/airtable.js";
34
+ import { Amplitude as Ot } from "./components/ui/atoms/icons/amplitude.js";
35
+ import { Apollo as kt } from "./components/ui/atoms/icons/apollo.js";
36
+ import { Arcade as At } from "./components/ui/atoms/icons/arcade.js";
37
+ import { ArcadeLogo as jt } from "./components/ui/atoms/icons/arcade-logo.js";
38
+ import { Asana as Mt } from "./components/ui/atoms/icons/asana.js";
39
+ import { Ashby as Nt } from "./components/ui/atoms/icons/ashby.js";
40
+ import { Atlassian as Pt } from "./components/ui/atoms/icons/atlassian.js";
41
+ import { Attio as Ft } from "./components/ui/atoms/icons/attio.js";
42
+ import { Auth0 as It } from "./components/ui/atoms/icons/auth0.js";
43
+ import { Azure as Lt } from "./components/ui/atoms/icons/azure.js";
44
+ import { Bamboohr as Rt } from "./components/ui/atoms/icons/bamboohr.js";
45
+ import { Basecamp as zt } from "./components/ui/atoms/icons/basecamp.js";
46
+ import { Bill as Bt } from "./components/ui/atoms/icons/bill.js";
47
+ import { Bitbucket as Vt } from "./components/ui/atoms/icons/bitbucket.js";
48
+ import { Bluesky as Ht } from "./components/ui/atoms/icons/bluesky.js";
49
+ import { Box as Ut } from "./components/ui/atoms/icons/box.js";
50
+ import { Braze as Wt } from "./components/ui/atoms/icons/braze.js";
51
+ import { Brex as Gt } from "./components/ui/atoms/icons/brex.js";
52
+ import { Brightdata as Kt } from "./components/ui/atoms/icons/brightdata.js";
53
+ import { Buffer as qt } from "./components/ui/atoms/icons/buffer.js";
54
+ import { Calendly as Jt } from "./components/ui/atoms/icons/calendly.js";
55
+ import { Claude as Yt } from "./components/ui/atoms/icons/claude.js";
56
+ import { ClaudeCodeLogotype as Xt } from "./components/ui/atoms/icons/claude-code-logotype.js";
57
+ import { Clickhouse as Zt } from "./components/ui/atoms/icons/clickhouse.js";
58
+ import { Clickup as Qt } from "./components/ui/atoms/icons/clickup.js";
59
+ import { Cline as $t } from "./components/ui/atoms/icons/cline.js";
60
+ import { Closeio as en } from "./components/ui/atoms/icons/closeio.js";
61
+ import { Codesandbox as tn } from "./components/ui/atoms/icons/codesandbox.js";
62
+ import { Coinbase as nn } from "./components/ui/atoms/icons/coinbase.js";
63
+ import { Confluence as rn } from "./components/ui/atoms/icons/confluence.js";
64
+ import { Cursor as an } from "./components/ui/atoms/icons/cursor.js";
65
+ import { CursorInstallDark as on } from "./components/ui/atoms/icons/cursor-install-dark.js";
66
+ import { CursorInstallLight as sn } from "./components/ui/atoms/icons/cursor-install-light.js";
67
+ import { CursorLogotype as cn } from "./components/ui/atoms/icons/cursor-logotype.js";
68
+ import { Customerio as ln } from "./components/ui/atoms/icons/customerio.js";
69
+ import { Datadog as un } from "./components/ui/atoms/icons/datadog.js";
70
+ import { Daytona as dn } from "./components/ui/atoms/icons/daytona.js";
71
+ import { DigitalOcean as fn } from "./components/ui/atoms/icons/digital-ocean.js";
72
+ import { Discord as pn } from "./components/ui/atoms/icons/discord.js";
73
+ import { Dropbox as mn } from "./components/ui/atoms/icons/dropbox.js";
74
+ import { E2b as hn } from "./components/ui/atoms/icons/e2b.js";
75
+ import { Ebay as gn } from "./components/ui/atoms/icons/ebay.js";
76
+ import { Evernote as _n } from "./components/ui/atoms/icons/evernote.js";
77
+ import { Exa as vn } from "./components/ui/atoms/icons/exa.js";
78
+ import { Factorial as yn } from "./components/ui/atoms/icons/factorial.js";
79
+ import { Figma as bn } from "./components/ui/atoms/icons/figma.js";
80
+ import { Firecrawl as xn } from "./components/ui/atoms/icons/firecrawl.js";
81
+ import { FlyIo as Sn } from "./components/ui/atoms/icons/fly-io.js";
82
+ import { Forkable as Cn } from "./components/ui/atoms/icons/forkable.js";
83
+ import { Freshdesk as wn } from "./components/ui/atoms/icons/freshdesk.js";
84
+ import { Freshservice as Tn } from "./components/ui/atoms/icons/freshservice.js";
85
+ import { Gemini as En } from "./components/ui/atoms/icons/gemini.js";
86
+ import { Generic as Dn } from "./components/ui/atoms/icons/generic.js";
87
+ import { Github as On } from "./components/ui/atoms/icons/github.js";
88
+ import { Gitlab as kn } from "./components/ui/atoms/icons/gitlab.js";
89
+ import { Glean as An } from "./components/ui/atoms/icons/glean.js";
90
+ import { Gmail as jn } from "./components/ui/atoms/icons/gmail.js";
91
+ import { Google as Mn } from "./components/ui/atoms/icons/google.js";
92
+ import { GoogleCalendar as Nn } from "./components/ui/atoms/icons/google-calendar.js";
93
+ import { GoogleContacts as Pn } from "./components/ui/atoms/icons/google-contacts.js";
94
+ import { GoogleDocs as Fn } from "./components/ui/atoms/icons/google-docs.js";
95
+ import { GoogleDrive as In } from "./components/ui/atoms/icons/google-drive.js";
96
+ import { GoogleFinance as Ln } from "./components/ui/atoms/icons/google-finance.js";
97
+ import { GoogleFlight as Rn } from "./components/ui/atoms/icons/google-flight.js";
98
+ import { GoogleFlights as zn } from "./components/ui/atoms/icons/google-flights.js";
99
+ import { GoogleHotels as Bn } from "./components/ui/atoms/icons/google-hotels.js";
100
+ import { GoogleJobs as Vn } from "./components/ui/atoms/icons/google-jobs.js";
101
+ import { GoogleMaps as Hn } from "./components/ui/atoms/icons/google-maps.js";
102
+ import { GoogleNews as Un } from "./components/ui/atoms/icons/google-news.js";
103
+ import { GoogleSheets as Wn } from "./components/ui/atoms/icons/google-sheets.js";
104
+ import { GoogleShopping as Gn } from "./components/ui/atoms/icons/google-shopping.js";
105
+ import { GoogleSlides as Kn } from "./components/ui/atoms/icons/google-slides.js";
106
+ import { Goose as qn } from "./components/ui/atoms/icons/goose.js";
107
+ import { Granola as Jn } from "./components/ui/atoms/icons/granola.js";
108
+ import { Heroku as Yn } from "./components/ui/atoms/icons/heroku.js";
109
+ import { Hootsuite as Xn } from "./components/ui/atoms/icons/hootsuite.js";
110
+ import { Hubspot as Zn } from "./components/ui/atoms/icons/hubspot.js";
111
+ import { Imgflip as Qn } from "./components/ui/atoms/icons/imgflip.js";
112
+ import { Intercom as $n } from "./components/ui/atoms/icons/intercom.js";
113
+ import { Jira as er } from "./components/ui/atoms/icons/jira.js";
114
+ import { Langchain as tr } from "./components/ui/atoms/icons/langchain.js";
115
+ import { LangchainLogotype as nr } from "./components/ui/atoms/icons/langchain-logotype.js";
116
+ import { Linear as rr } from "./components/ui/atoms/icons/linear.js";
117
+ import { Linkedin as ir } from "./components/ui/atoms/icons/linkedin.js";
118
+ import { Luma as ar } from "./components/ui/atoms/icons/luma.js";
119
+ import { Mailchimp as or } from "./components/ui/atoms/icons/mailchimp.js";
120
+ import { Mastra as sr } from "./components/ui/atoms/icons/mastra.js";
121
+ import { MastraLogotype as cr } from "./components/ui/atoms/icons/mastra-logotype.js";
122
+ import { MathToolkit as lr } from "./components/ui/atoms/icons/math-toolkit.js";
123
+ import { Mcp as ur } from "./components/ui/atoms/icons/mcp.js";
124
+ import { Microsoft as dr } from "./components/ui/atoms/icons/microsoft.js";
125
+ import { MicrosoftDynamics as fr } from "./components/ui/atoms/icons/microsoft-dynamics.js";
126
+ import { MicrosoftExcel as pr } from "./components/ui/atoms/icons/microsoft-excel.js";
127
+ import { MicrosoftOnedrive as mr } from "./components/ui/atoms/icons/microsoft-onedrive.js";
128
+ import { MicrosoftOutlookCalendar as hr } from "./components/ui/atoms/icons/microsoft-outlook-calendar.js";
129
+ import { MicrosoftOutlookMail as gr } from "./components/ui/atoms/icons/microsoft-outlook-mail.js";
130
+ import { MicrosoftPowerpoint as _r } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
131
+ import { MicrosoftSharepoint as vr } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
132
+ import { MicrosoftTeams as yr } from "./components/ui/atoms/icons/microsoft-teams.js";
133
+ import { MicrosoftWord as br } from "./components/ui/atoms/icons/microsoft-word.js";
134
+ import { Miro as xr } from "./components/ui/atoms/icons/miro.js";
135
+ import { Monday as Sr } from "./components/ui/atoms/icons/monday.js";
136
+ import { MongoDB as Cr } from "./components/ui/atoms/icons/mongodb.js";
137
+ import { Netsuite as wr } from "./components/ui/atoms/icons/netsuite.js";
138
+ import { Notion as Tr } from "./components/ui/atoms/icons/notion.js";
139
+ import { Oauth as Er } from "./components/ui/atoms/icons/oauth.js";
140
+ import { Obsidian as Dr } from "./components/ui/atoms/icons/obsidian.js";
141
+ import { Okta as Or } from "./components/ui/atoms/icons/okta.js";
142
+ import { Openai as kr } from "./components/ui/atoms/icons/openai.js";
143
+ import { Pagerduty as Ar } from "./components/ui/atoms/icons/pagerduty.js";
144
+ import { Pinecone as jr } from "./components/ui/atoms/icons/pinecone.js";
145
+ import { Pinterest as Mr } from "./components/ui/atoms/icons/pinterest.js";
146
+ import { Pipedrive as Nr } from "./components/ui/atoms/icons/pipedrive.js";
147
+ import { Plaid as Pr } from "./components/ui/atoms/icons/plaid.js";
148
+ import { Postgres as Fr } from "./components/ui/atoms/icons/postgres.js";
149
+ import { Posthog as Ir } from "./components/ui/atoms/icons/posthog.js";
150
+ import { Pylon as Lr } from "./components/ui/atoms/icons/pylon.js";
151
+ import { Quickbooks as Rr } from "./components/ui/atoms/icons/quickbooks.js";
152
+ import { Railway as zr } from "./components/ui/atoms/icons/railway.js";
153
+ import { Reddit as Br } from "./components/ui/atoms/icons/reddit.js";
154
+ import { Resend as Vr } from "./components/ui/atoms/icons/resend.js";
155
+ import { Salesforce as Hr } from "./components/ui/atoms/icons/salesforce.js";
156
+ import { Shopify as Ur } from "./components/ui/atoms/icons/shopify.js";
157
+ import { Singlestore as Wr } from "./components/ui/atoms/icons/singlestore.js";
158
+ import { Slack as Gr } from "./components/ui/atoms/icons/slack.js";
159
+ import { Snowflake as Kr } from "./components/ui/atoms/icons/snowflake.js";
160
+ import { Splunk as qr } from "./components/ui/atoms/icons/splunk.js";
161
+ import { Spotify as Jr } from "./components/ui/atoms/icons/spotify.js";
162
+ import { Square as Yr } from "./components/ui/atoms/icons/square.js";
163
+ import { Squarespace as Xr } from "./components/ui/atoms/icons/squarespace.js";
164
+ import { Squareup as Zr } from "./components/ui/atoms/icons/squareup.js";
165
+ import { Stripe as Qr } from "./components/ui/atoms/icons/stripe.js";
166
+ import { Telegram as $r } from "./components/ui/atoms/icons/telegram.js";
167
+ import { Tesla as ei } from "./components/ui/atoms/icons/tesla.js";
168
+ import { Ticktick as ti } from "./components/ui/atoms/icons/ticktick.js";
169
+ import { Tiktok as ni } from "./components/ui/atoms/icons/tiktok.js";
170
+ import { Trello as ri } from "./components/ui/atoms/icons/trello.js";
171
+ import { Twilio as ii } from "./components/ui/atoms/icons/twilio.js";
172
+ import { Twitch as ai } from "./components/ui/atoms/icons/twitch.js";
173
+ import { Vercel as oi } from "./components/ui/atoms/icons/vercel.js";
174
+ import { VercelLogotype as si } from "./components/ui/atoms/icons/vercel-logotype.js";
175
+ import { Vscode as ci } from "./components/ui/atoms/icons/vscode.js";
176
+ import { Walmart as li } from "./components/ui/atoms/icons/walmart.js";
177
+ import { Weaviate as ui } from "./components/ui/atoms/icons/weaviate.js";
178
+ import { Windsurf as di } from "./components/ui/atoms/icons/windsurf.js";
179
+ import { Workday as fi } from "./components/ui/atoms/icons/workday.js";
180
+ import { Wrike as pi } from "./components/ui/atoms/icons/wrike.js";
181
+ import { X as mi } from "./components/ui/atoms/icons/x.js";
182
+ import { Xero as hi } from "./components/ui/atoms/icons/xero.js";
183
+ import { Youtube as gi } from "./components/ui/atoms/icons/youtube.js";
184
+ import { Yugabytedb as _i } from "./components/ui/atoms/icons/yugabytedb.js";
185
+ import { Zendesk as vi } from "./components/ui/atoms/icons/zendesk.js";
186
+ import { Zoho as yi } from "./components/ui/atoms/icons/zoho.js";
187
+ import { ZohoBooks as bi } from "./components/ui/atoms/icons/zoho-books.js";
188
+ import { ZohoCreator as xi } from "./components/ui/atoms/icons/zoho-creator.js";
189
+ import { Zoom as Si } from "./components/ui/atoms/icons/zoom.js";
190
+ import { n as Ci, t as wi } from "./radio-group-Cc5ftdVj.js";
191
+ import { a as Ti, i as Ei, n as Di, r as Oi, t as ki } from "./progress-TdXkokPe.js";
192
+ import { t as Ai } from "./input-CSc-AfAa.js";
193
+ import { Textarea as ji } from "./components/ui/atoms/textarea.js";
194
+ import { InputGroup as Mi, InputGroupAddon as Ni, InputGroupButton as Pi, InputGroupInput as Fi, InputGroupText as Ii, InputGroupTextarea as Li } from "./components/ui/atoms/input-group.js";
195
+ import { JsonHighlight as Ri, jsonHighlightVariants as zi } from "./components/ui/atoms/json-highlight.js";
196
+ import { Label as Bi } from "./components/ui/atoms/label.js";
197
+ import { Loader as Vi } from "./components/ui/atoms/loader.js";
198
+ import { ProBadge as Hi } from "./components/ui/atoms/pro-badge.js";
199
+ import { RemovableChip as Ui, RemovableChipButton as Wi, removableChipButtonClass as Gi } from "./components/ui/atoms/removable-chip.js";
200
+ import { n as Ki, r as qi, t as Ji } from "./resizable-DkYW5Uwh.js";
201
+ import { n as Yi, t as Xi } from "./scroll-area-53KPfESS.js";
202
+ import { ScrollButton as Zi } from "./components/ui/atoms/scroll-button.js";
203
+ import { Separator as Qi } from "./components/ui/atoms/separator.js";
204
+ import { Sheet as $i, SheetClose as ea, SheetContent as ta, SheetDescription as na, SheetFooter as ra, SheetHeader as ia, SheetTitle as aa, SheetTrigger as oa } from "./components/ui/atoms/sheet.js";
205
+ import { Skeleton as sa } from "./components/ui/atoms/skeleton.js";
206
+ import { Sidebar as ca, SidebarContent as la, SidebarFooter as ua, SidebarGroup as da, SidebarGroupAction as fa, SidebarGroupContent as pa, SidebarGroupLabel as ma, SidebarHeader as ha, SidebarInput as ga, SidebarInset as _a, SidebarMenu as va, SidebarMenuAction as ya, SidebarMenuBadge as ba, SidebarMenuButton as xa, SidebarMenuItem as Sa, SidebarMenuSkeleton as Ca, SidebarMenuSub as wa, SidebarMenuSubButton as Ta, SidebarMenuSubItem as Ea, SidebarProvider as Da, SidebarRail as Oa, SidebarSeparator as ka, SidebarTrigger as Aa, useSidebar as ja } from "./components/ui/atoms/sidebar.js";
207
+ import { t as Ma } from "./slider-CN3uEkeD.js";
208
+ import { DS_SPARKLE_DURATION_MS as Na, SparkleBurst as Pa } from "./components/ui/atoms/sparkle-burst.js";
209
+ import { StepIndicator as Fa, stepIndicatorIconVariants as Ia, stepIndicatorLabelVariants as La } from "./components/ui/atoms/step-indicator.js";
210
+ import { t as Ra } from "./switch-CP9j-8px.js";
211
+ import { Table as za, TableBody as Ba, TableCaption as Va, TableCell as Ha, TableFooter as Ua, TableHead as Wa, TableHeader as Ga, TableRow as Ka } from "./components/ui/atoms/table.js";
212
+ import { a as qa, i as Ja, n as Ya, r as Xa, t as Za } from "./tabs-C7JA8G0W.js";
213
+ import { Toggle as Qa, toggleVariants as $a } from "./components/ui/atoms/toggle.js";
214
+ import { n as eo, t as to } from "./toggle-group-CDYMBO0F.js";
215
+ import { ViewToolsControl as no } from "./components/ui/atoms/view-tools-control.js";
216
+ import { t as ro } from "./virtualized-grid-BQNJg029.js";
217
+ import { ConfirmPopover as io } from "./components/ui/molecules/confirm-popover.js";
218
+ import { ChatHistoryItem as ao } from "./components/ui/molecules/chat-history-item.js";
219
+ import { Message as oo, MessageAction as so, MessageActions as co, MessageAvatar as lo, MessageContent as uo } from "./components/ui/molecules/message.js";
220
+ import { ChatAssistantMessage as fo, ChatMessageList as po, ChatMessageListSkeleton as mo, ChatStreamingIndicator as ho, ChatUserMessage as go } from "./components/ui/molecules/chat-message-list.js";
221
+ import { ClientSecretInput as _o } from "./components/ui/molecules/client-secret-field.js";
222
+ import { CommandBar as vo } from "./components/ui/molecules/command-bar.js";
223
+ import { DateTimePicker as yo } from "./components/ui/molecules/date-time-picker.js";
224
+ import { EmptyState as bo } from "./components/ui/molecules/empty-state.js";
225
+ import { ErrorState as xo } from "./components/ui/molecules/error-state.js";
226
+ import { FlowDiagram as So } from "./components/ui/molecules/flow-diagram.js";
227
+ import { McpCategoryFilter as Co } from "./components/ui/molecules/mcp-server-picker/category-filter.js";
228
+ import { McpCategoryFilterMenu as wo } from "./components/ui/molecules/mcp-server-picker/category-filter-menu.js";
229
+ import { McpSectionCallout as To } from "./components/ui/molecules/mcp-server-picker/section-callout.js";
230
+ import { McpRecommendedToolsCallout as Eo, McpRecommendedToolsDeactivateDialog as Do, McpRecommendedToolsOptOutDialog as Oo } from "./components/ui/molecules/mcp-server-picker/recommended-tools.js";
231
+ import { McpReviewCountChip as ko } from "./components/ui/molecules/mcp-server-picker/review-count-chip.js";
232
+ import { McpSearchScopeTabs as Ao } from "./components/ui/molecules/mcp-server-picker/search-scope-tabs.js";
233
+ import { McpSectionNavHeader as jo } from "./components/ui/molecules/mcp-server-picker/section-nav-header.js";
234
+ import { PUBLIC_ICON_URL as Mo, PUBLIC_VIDEO_URL as No } from "./metadata/constants.js";
235
+ import { MCP_OAUTH2_PROVIDER as Po, OAUTH2_PROVIDER as Fo, OAUTH_PROVIDERS as Io, OAUTH_PROVIDER_CATALOGUE as Lo, OAuthId as Ro, OAuthProviderId as zo, OTHER_OAUTH_PROVIDERS as Bo, PREBUILT_OAUTH_PROVIDERS as Vo } from "./metadata/oauth-providers.js";
236
+ import { CATEGORIES as Ho, TOOLKITS as Uo, TOOLKIT_CATALOGUE as Wo } from "./metadata/toolkits.js";
237
+ import { findPrebuiltProviderById as Go, findPrebuiltProviderByProviderId as Ko, findToolkitByName as qo, isKnownToolkit as Jo, isPrebuiltProvider as Yo } from "./metadata/utils.js";
238
+ import { TOOLKIT_ICON_MAP as Xo, getToolIconByToolkitName as Zo, getToolkitIcon as Qo, getToolkitIconByName as $o, hasToolkitIcon as es, resolveToolkitIcon as ts } from "./metadata/toolkit-icons.js";
239
+ import { McpToolkitAvatar as ns, mcpToolkitAvatarVariants as rs } from "./components/ui/molecules/mcp-server-picker/toolkit-avatar.js";
240
+ import { McpServerAvatarStack as is } from "./components/ui/molecules/mcp-server-picker/server-avatar-stack.js";
241
+ import { McpServerCard as as, mcpServerCardShellVariants as os } from "./components/ui/molecules/mcp-server-picker/server-card.js";
242
+ import { McpToolCard as ss } from "./components/ui/molecules/mcp-server-picker/tool-card.js";
243
+ import { McpToolSearchBand as cs } from "./components/ui/molecules/mcp-server-picker/tool-search-band.js";
244
+ import { McpToolkitChip as ls } from "./components/ui/molecules/mcp-server-picker/toolkit-chip.js";
245
+ import { McpToolkitGroupHeader as us } from "./components/ui/molecules/mcp-server-picker/toolkit-group-header.js";
246
+ import { McpUnoptimizedCallout as ds } from "./components/ui/molecules/mcp-server-picker/unoptimized-callout.js";
247
+ import { PromptInput as fs, PromptInputAction as ps, PromptInputActions as ms, PromptInputTextarea as hs } from "./components/ui/molecules/prompt-input.js";
248
+ import { r as gs, t as _s } from "./ui-BaLLCKkd.js";
249
+ import { ScrollFadeArea as vs } from "./components/ui/molecules/scroll-fade-area.js";
250
+ import { StepsProgress as ys } from "./components/ui/molecules/steps-progress.js";
251
+ import { SuggestionCard as bs, SuggestionCardSkeleton as xs } from "./components/ui/molecules/suggestion-card.js";
252
+ import { TagsInput as Ss, TagsInputValue as Cs } from "./components/ui/molecules/tags-input.js";
253
+ import { ToolAuthorization as ws, ToolAuthorizationArgs as Ts, ToolAuthorizationContent as Es, ToolAuthorizationHeader as Ds, ToolAuthorizationMessage as Os } from "./components/ui/molecules/tool-authorization.js";
254
+ import { ToolCallAccordion as ks, ToolCallAccordionContent as As, ToolCallAccordionItem as js, ToolCallAccordionTrigger as Ms } from "./components/ui/molecules/tool-call-accordion.js";
255
+ import { ToolCard as Ns } from "./components/ui/molecules/tool-card.js";
256
+ import { UserNav as Ps } from "./components/ui/molecules/user-nav.js";
257
+ import { McpSelectionSummaryBar as Fs } from "./components/ui/organisms/mcp-selection-summary-bar.js";
258
+ import { McpServerPicker as Is, McpServerPickerGrid as Ls, McpServerPickerHeader as Rs, McpServerPickerToolGrid as zs } from "./components/ui/organisms/mcp-server-picker.js";
259
+ import { ChatTemplate as Bs, ChatTemplateBody as Vs, ChatTemplateFooter as Hs, ChatTemplateHeader as Us, ChatTemplateHeaderGroup as Ws, ChatTemplateOverview as Gs, ChatTemplateOverviewSubtitle as Ks, ChatTemplateOverviewTitle as qs, ChatTemplateSuggestions as Js } from "./components/ui/templates/chat-template.js";
260
+ import { ChatBodySkeleton as Ys, ChatContentSkeleton as Xs, ChatFooterSkeleton as Zs, ChatHeaderSkeleton as Qs, ChatSidebarSkeleton as $s } from "./components/ui/templates/chat-template-skeletons.js";
261
+ import { ChatPageSkeleton as ec } from "./components/ui/pages/chat-page-skeleton.js";
262
+ import { AuthTemplate as tc, AuthTemplateCard as nc, AuthTemplateContent as rc, AuthTemplateDefaultBackground as ic, AuthTemplateDescription as ac, AuthTemplateFooter as oc, AuthTemplateGridOverlay as sc, AuthTemplateHeader as cc, AuthTemplateLegal as lc, AuthTemplateLegalLink as uc, AuthTemplateLogo as dc, AuthTemplatePrompt as fc, AuthTemplatePromptLink as pc, AuthTemplateTitle as mc, AuthTemplateVideoBackground as hc } from "./components/ui/templates/auth-template.js";
263
+ import { LoginPage as gc } from "./components/ui/pages/login-page.js";
264
+ import { ErrorTemplate as _c, ErrorTemplateActions as vc, ErrorTemplateContent as yc, ErrorTemplateDescription as bc, ErrorTemplateIcon as xc, ErrorTemplateLogo as Sc, ErrorTemplateTitle as Cc, ErrorTemplateUrl as wc } from "./components/ui/templates/error-template.js";
265
+ import { MCP_CLIENT_METADATA as Tc } from "./metadata/mcp-clients.js";
266
+ import { DEFAULT_MCP_CLIENT_IDS as Ec, DEFAULT_MCP_SERVER_IDS as Dc, GatewayDiagram as Oc } from "./components/ui/templates/gateway-diagram.js";
246
267
  import "./components/index.js";
247
268
  import "./metadata/index.js";
248
- export { r as Accordion, t as AccordionContent, n as AccordionItem, e as AccordionTrigger, Ct as Adp, wt as Aha, Tt as Airtable, i as Alert, a as AlertAction, o as AlertDescription, T as AlertDialog, x as AlertDialogAction, C as AlertDialogCancel, y as AlertDialogContent, h as AlertDialogDescription, S as AlertDialogFooter, w as AlertDialogHeader, g as AlertDialogMedia, b as AlertDialogOverlay, E as AlertDialogPortal, _ as AlertDialogTitle, v as AlertDialogTrigger, s as AlertTitle, Et as Amplitude, Dt as Apollo, Ot as Arcade, k as ArcadeGradient, A as ArcadeGrid, kt as ArcadeLogo, At as Asana, jt as Ashby, Mt as Atlassian, Nt as Attio, Pt as Auth0, $o as AuthTemplate, es as AuthTemplateCard, ts as AuthTemplateContent, ns as AuthTemplateDefaultBackground, rs as AuthTemplateDescription, is as AuthTemplateFooter, as as AuthTemplateGridOverlay, os as AuthTemplateHeader, ss as AuthTemplateLegal, cs as AuthTemplateLegalLink, ls as AuthTemplateLogo, us as AuthTemplatePrompt, ds as AuthTemplatePromptLink, fs as AuthTemplateTitle, ps as AuthTemplateVideoBackground, I as Avatar, N as AvatarBadge, F as AvatarFallback, M as AvatarGroup, j as AvatarGroupCount, P as AvatarImage, L as AvatarNotificationBadge, Ft as Azure, z as Badge, It as Bamboohr, Lt as Basecamp, Rt as Bill, zt as Bitbucket, Bt as Bluesky, Vt as Box, V as BrandChip, Ht as Braze, H as Breadcrumb, U as BreadcrumbEllipsis, W as BreadcrumbItem, G as BreadcrumbLink, K as BreadcrumbList, q as BreadcrumbPage, J as BreadcrumbSeparator, Ut as Brex, Wt as Brightdata, Gt as Buffer, O as Button, he as ByocBadge, Ps as CATEGORIES, _e as Calendar, ge as CalendarDayButton, Kt as Calendly, ve as Card, ye as CardAction, be as CardContent, xe as CardDescription, Se as CardFooter, Ce as CardHeader, we as CardTitle, Te as ChartContainer, Ee as ChartLegend, De as ChartLegendContent, Oe as ChartStyle, ke as ChartTooltip, Ae as ChartTooltipContent, io as ChatAssistantMessage, qo as ChatBodySkeleton, je as ChatContainerContent, Me as ChatContainerRoot, Ne as ChatContainerScrollAnchor, Jo as ChatContentSkeleton, Yo as ChatFooterSkeleton, Xo as ChatHeaderSkeleton, Qa as ChatHistoryItem, ao as ChatMessageList, oo as ChatMessageListSkeleton, Qo as ChatPageSkeleton, Zo as ChatSidebarSkeleton, so as ChatStreamingIndicator, Ro as ChatTemplate, zo as ChatTemplateBody, Bo as ChatTemplateFooter, Vo as ChatTemplateHeader, Ho as ChatTemplateHeaderGroup, Uo as ChatTemplateOverview, Wo as ChatTemplateOverviewSubtitle, Go as ChatTemplateOverviewTitle, Ko as ChatTemplateSuggestions, co as ChatUserMessage, Pe as Checkbox, qt as Claude, Jt as ClaudeCodeLogotype, Yt as Clickhouse, Xt as Clickup, lo as ClientSecretInput, Zt as Cline, Qt as Closeio, Ie as CodeBlock, Le as CodeBlockCode, Re as CodeBlockGroup, $t as Codesandbox, en as Coinbase, Ve as Collapsible, ze as CollapsibleContent, Be as CollapsibleTrigger, Xe as Command, uo as CommandBar, Ke as CommandDialog, Je as CommandEmpty, We as CommandGroup, He as CommandInput, qe as CommandItem, Ye as CommandList, Ue as CommandSeparator, Ge as CommandShortcut, Za as ConfirmPopover, tn as Confluence, st as CopyButton, nn as Cursor, rn as CursorInstallDark, an as CursorInstallLight, on as CursorLogotype, sn as Customerio, Ks as DEFAULT_MCP_CLIENT_IDS, qs as DEFAULT_MCP_SERVER_IDS, Oa as DS_SPARKLE_DURATION_MS, cn as Datadog, fo as DateTimePicker, ln as Daytona, Ze as Dialog, Qe as DialogClose, $e as DialogContent, et as DialogDescription, tt as DialogFooter, nt as DialogHeader, rt as DialogOverlay, it as DialogPortal, at as DialogTitle, ot as DialogTrigger, un as DigitalOcean, dn as Discord, fn as Dropbox, xt as DropdownMenu, gt as DropdownMenuCheckboxItem, yt as DropdownMenuContent, pt as DropdownMenuGroup, ct as DropdownMenuItem, _t as DropdownMenuLabel, bt as DropdownMenuPortal, lt as DropdownMenuRadioGroup, mt as DropdownMenuRadioItem, St as DropdownMenuSeparator, ut as DropdownMenuShortcut, dt as DropdownMenuSub, vt as DropdownMenuSubContent, ht as DropdownMenuSubTrigger, ft as DropdownMenuTrigger, pn as E2b, mn as Ebay, po as EmptyState, mo as ErrorState, _s as ErrorTemplate, vs as ErrorTemplateActions, ys as ErrorTemplateContent, bs as ErrorTemplateDescription, xs as ErrorTemplateIcon, Ss as ErrorTemplateLogo, Cs as ErrorTemplateTitle, ws as ErrorTemplateUrl, hn as Evernote, gn as Exa, _n as Factorial, vn as Figma, yn as Firecrawl, ho as FlowDiagram, bn as FlyIo, xn as Forkable, Sn as Freshdesk, Cn as Freshservice, Js as GatewayDiagram, wn as Gemini, Tn as Generic, En as Github, Dn as Gitlab, On as Glean, kn as Gmail, An as Google, jn as GoogleCalendar, Mn as GoogleContacts, Nn as GoogleDocs, Pn as GoogleDrive, Fn as GoogleFinance, In as GoogleFlight, Ln as GoogleFlights, Rn as GoogleHotels, zn as GoogleJobs, Bn as GoogleMaps, Vn as GoogleNews, Hn as GoogleSheets, Un as GoogleShopping, Wn as GoogleSlides, Gn as Goose, Kn as Granola, qn as Heroku, Jn as Hootsuite, m as HoverCard, f as HoverCardContent, p as HoverCardTrigger, Yn as Hubspot, Xn as Imgflip, Oi as Input, Ai as InputGroup, ji as InputGroupAddon, Mi as InputGroupButton, Ni as InputGroupInput, Pi as InputGroupText, Fi as InputGroupTextarea, Zn as Intercom, Qn as Jira, Ii as JsonHighlight, Ri as Label, $n as Langchain, er as LangchainLogotype, tr as Linear, nr as Linkedin, zi as Loader, gs as LoginPage, rr as Luma, Ts as MCP_CLIENT_METADATA, Es as MCP_OAUTH2_PROVIDER, ir as Mailchimp, Fe as Markdown, ar as Mastra, or as MastraLogotype, sr as MathToolkit, cr as Mcp, $a as Message, eo as MessageAction, to as MessageActions, no as MessageAvatar, ro as MessageContent, lr as Microsoft, ur as MicrosoftDynamics, dr as MicrosoftExcel, fr as MicrosoftOnedrive, pr as MicrosoftOutlookCalendar, mr as MicrosoftOutlookMail, hr as MicrosoftPowerpoint, gr as MicrosoftSharepoint, _r as MicrosoftTeams, vr as MicrosoftWord, yr as Miro, de as MobileTooltip, fe as MobileTooltipContent, pe as MobileTooltipProvider, me as MobileTooltipTrigger, br as Monday, xr as MongoDB, Sr as Netsuite, Cr as Notion, Ds as OAUTH2_PROVIDER, Os as OAUTH_PROVIDERS, ks as OAUTH_PROVIDER_CATALOGUE, As as OAuthId, js as OAuthProviderId, Ms as OTHER_OAUTH_PROVIDERS, wr as Oauth, Tr as Obsidian, Er as Okta, Dr as Openai, Ns as PREBUILT_OAUTH_PROVIDERS, ms as PUBLIC_ICON_URL, hs as PUBLIC_VIDEO_URL, Or as Pagerduty, kr as Pinecone, Ar as Pinterest, jr as Pipedrive, Mr as Plaid, ee as Popover, Z as PopoverContent, $ as PopoverDescription, X as PopoverHeader, Y as PopoverTitle, Q as PopoverTrigger, Nr as Postgres, Pr as Posthog, Bi as ProBadge, Di as Progress, Ti as ProgressIndicator, Ei as ProgressLabel, wi as ProgressTrack, Ci as ProgressValue, go as PromptInput, _o as PromptInputAction, vo as PromptInputActions, yo as PromptInputTextarea, Fr as Pylon, Ir as Quickbooks, Si as RadioGroup, xi as RadioGroupItem, Lr as Railway, Rr as Reddit, bo as RequirementBadges, zr as Resend, Ui as ResizableHandle, Vi as ResizablePanel, Hi as ResizablePanelGroup, Br as Salesforce, Gi as ScrollArea, Wi as ScrollBar, Ki as ScrollButton, le as Select, ae as SelectContent, se as SelectGroup, re as SelectItem, te as SelectLabel, oe as SelectScrollDownButton, ce as SelectScrollUpButton, ne as SelectSeparator, ie as SelectTrigger, ue as SelectValue, qi as Separator, Ji as Sheet, Yi as SheetClose, Xi as SheetContent, Zi as SheetDescription, Qi as SheetFooter, $i as SheetHeader, ea as SheetTitle, ta as SheetTrigger, Vr as Shopify, ra as Sidebar, ia as SidebarContent, aa as SidebarFooter, oa as SidebarGroup, sa as SidebarGroupAction, ca as SidebarGroupContent, la as SidebarGroupLabel, ua as SidebarHeader, da as SidebarInput, fa as SidebarInset, pa as SidebarMenu, ma as SidebarMenuAction, ha as SidebarMenuBadge, ga as SidebarMenuButton, _a as SidebarMenuItem, va as SidebarMenuSkeleton, ya as SidebarMenuSub, ba as SidebarMenuSubButton, xa as SidebarMenuSubItem, Sa as SidebarProvider, Ca as SidebarRail, wa as SidebarSeparator, Ta as SidebarTrigger, Hr as Singlestore, na as Skeleton, Ur as Slack, Da as Slider, Wr as Snowflake, ka as SparkleBurst, Gr as Splunk, Kr as Spotify, qr as Square, Jr as Squarespace, Yr as Squareup, Aa as StepIndicator, So as StepsProgress, Xr as Stripe, Co as SuggestionCard, wo as SuggestionCardSkeleton, Na as Switch, Fs as TOOLKITS, Is as TOOLKIT_CATALOGUE, Hs as TOOLKIT_ICON_MAP, Pa as Table, Fa as TableBody, Ia as TableCaption, La as TableCell, Ra as TableFooter, za as TableHead, Ba as TableHeader, Va as TableRow, Ka as Tabs, Wa as TabsContent, Ga as TabsList, Ua as TabsTrigger, To as TagsInput, Eo as TagsInputValue, Zr as Telegram, Qr as Tesla, ki as Textarea, $r as Ticktick, ei as Tiktok, Ja as Toggle, Do as ToolAuthorization, Oo as ToolAuthorizationArgs, ko as ToolAuthorizationContent, Ao as ToolAuthorizationHeader, jo as ToolAuthorizationMessage, Mo as ToolCallAccordion, No as ToolCallAccordionContent, Po as ToolCallAccordionItem, Fo as ToolCallAccordionTrigger, Io as ToolCard, xo as ToolkitCard, d as Tooltip, l as TooltipContent, u as TooltipProvider, c as TooltipTrigger, ti as Trello, ni as Twilio, ri as Twitch, Lo as UserNav, ii as Vercel, ai as VercelLogotype, Ya as ViewToolsControl, Xa as VirtualizedGrid, oi as Vscode, si as Walmart, ci as Weaviate, li as Windsurf, ui as Workday, di as Wrike, fi as X, pi as Xero, mi as Youtube, hi as Yugabytedb, gi as Zendesk, _i as Zoho, vi as ZohoBooks, yi as ZohoCreator, bi as Zoom, R as avatarBadgeVariants, B as badgeVariants, D as buttonVariants, Ls as findPrebuiltProviderById, Rs as findPrebuiltProviderByProviderId, zs as findToolkitByName, Us as getToolIconByToolkitName, Ws as getToolkitIcon, Gs as getToolkitIconByName, Bs as isKnownToolkit, Vs as isPrebuiltProvider, Li as jsonHighlightVariants, ja as stepIndicatorIconVariants, Ma as stepIndicatorLabelVariants, Ha as tabsListVariants, qa as toggleVariants, Ea as useSidebar };
269
+ export { r as Accordion, t as AccordionContent, n as AccordionItem, e as AccordionTrigger, Tt as Adp, Et as Aha, Dt as Airtable, i as Alert, a as AlertAction, o as AlertDescription, T as AlertDialog, x as AlertDialogAction, C as AlertDialogCancel, y as AlertDialogContent, h as AlertDialogDescription, S as AlertDialogFooter, w as AlertDialogHeader, g as AlertDialogMedia, b as AlertDialogOverlay, E as AlertDialogPortal, _ as AlertDialogTitle, v as AlertDialogTrigger, s as AlertTitle, Ot as Amplitude, kt as Apollo, At as Arcade, k as ArcadeGradient, A as ArcadeGrid, jt as ArcadeLogo, Mt as Asana, Nt as Ashby, Pt as Atlassian, Ft as Attio, It as Auth0, tc as AuthTemplate, nc as AuthTemplateCard, rc as AuthTemplateContent, ic as AuthTemplateDefaultBackground, ac as AuthTemplateDescription, oc as AuthTemplateFooter, sc as AuthTemplateGridOverlay, cc as AuthTemplateHeader, lc as AuthTemplateLegal, uc as AuthTemplateLegalLink, dc as AuthTemplateLogo, fc as AuthTemplatePrompt, pc as AuthTemplatePromptLink, mc as AuthTemplateTitle, hc as AuthTemplateVideoBackground, I as Avatar, N as AvatarBadge, F as AvatarFallback, M as AvatarGroup, j as AvatarGroupCount, P as AvatarImage, L as AvatarNotificationBadge, Lt as Azure, z as Badge, Rt as Bamboohr, zt as Basecamp, Bt as Bill, Vt as Bitbucket, Ht as Bluesky, Ut as Box, V as BrandChip, Wt as Braze, H as Breadcrumb, U as BreadcrumbEllipsis, W as BreadcrumbItem, G as BreadcrumbLink, K as BreadcrumbList, q as BreadcrumbPage, J as BreadcrumbSeparator, Gt as Brex, Kt as Brightdata, qt as Buffer, O as Button, he as ByocBadge, Ho as CATEGORIES, _e as Calendar, ge as CalendarDayButton, Jt as Calendly, ve as Card, ye as CardAction, be as CardContent, xe as CardDescription, Se as CardFooter, Ce as CardHeader, we as CardTitle, Te as ChartContainer, Ee as ChartLegend, De as ChartLegendContent, Oe as ChartStyle, ke as ChartTooltip, Ae as ChartTooltipContent, fo as ChatAssistantMessage, Ys as ChatBodySkeleton, je as ChatContainerContent, Me as ChatContainerRoot, Ne as ChatContainerScrollAnchor, Xs as ChatContentSkeleton, Zs as ChatFooterSkeleton, Qs as ChatHeaderSkeleton, ao as ChatHistoryItem, po as ChatMessageList, mo as ChatMessageListSkeleton, ec as ChatPageSkeleton, $s as ChatSidebarSkeleton, ho as ChatStreamingIndicator, Bs as ChatTemplate, Vs as ChatTemplateBody, Hs as ChatTemplateFooter, Us as ChatTemplateHeader, Ws as ChatTemplateHeaderGroup, Gs as ChatTemplateOverview, Ks as ChatTemplateOverviewSubtitle, qs as ChatTemplateOverviewTitle, Js as ChatTemplateSuggestions, go as ChatUserMessage, Pe as Checkbox, Yt as Claude, Xt as ClaudeCodeLogotype, Zt as Clickhouse, Qt as Clickup, _o as ClientSecretInput, $t as Cline, en as Closeio, Ie as CodeBlock, Le as CodeBlockCode, Re as CodeBlockGroup, tn as Codesandbox, nn as Coinbase, Ve as Collapsible, ze as CollapsibleContent, Be as CollapsibleTrigger, Xe as Command, vo as CommandBar, Ke as CommandDialog, Je as CommandEmpty, We as CommandGroup, He as CommandInput, qe as CommandItem, Ye as CommandList, Ue as CommandSeparator, Ge as CommandShortcut, io as ConfirmPopover, rn as Confluence, st as CopyButton, an as Cursor, on as CursorInstallDark, sn as CursorInstallLight, cn as CursorLogotype, ln as Customerio, Ec as DEFAULT_MCP_CLIENT_IDS, Dc as DEFAULT_MCP_SERVER_IDS, Na as DS_SPARKLE_DURATION_MS, un as Datadog, yo as DateTimePicker, dn as Daytona, Ze as Dialog, Qe as DialogClose, $e as DialogContent, et as DialogDescription, tt as DialogFooter, nt as DialogHeader, rt as DialogOverlay, it as DialogPortal, at as DialogTitle, ot as DialogTrigger, fn as DigitalOcean, pn as Discord, mn as Dropbox, xt as DropdownMenu, gt as DropdownMenuCheckboxItem, yt as DropdownMenuContent, pt as DropdownMenuGroup, ct as DropdownMenuItem, _t as DropdownMenuLabel, bt as DropdownMenuPortal, lt as DropdownMenuRadioGroup, mt as DropdownMenuRadioItem, St as DropdownMenuSeparator, ut as DropdownMenuShortcut, dt as DropdownMenuSub, vt as DropdownMenuSubContent, ht as DropdownMenuSubTrigger, ft as DropdownMenuTrigger, hn as E2b, gn as Ebay, bo as EmptyState, xo as ErrorState, _c as ErrorTemplate, vc as ErrorTemplateActions, yc as ErrorTemplateContent, bc as ErrorTemplateDescription, xc as ErrorTemplateIcon, Sc as ErrorTemplateLogo, Cc as ErrorTemplateTitle, wc as ErrorTemplateUrl, _n as Evernote, vn as Exa, yn as Factorial, bn as Figma, Ct as FilterChip, xn as Firecrawl, So as FlowDiagram, Sn as FlyIo, Cn as Forkable, wn as Freshdesk, Tn as Freshservice, Oc as GatewayDiagram, En as Gemini, Dn as Generic, On as Github, kn as Gitlab, An as Glean, jn as Gmail, Mn as Google, Nn as GoogleCalendar, Pn as GoogleContacts, Fn as GoogleDocs, In as GoogleDrive, Ln as GoogleFinance, Rn as GoogleFlight, zn as GoogleFlights, Bn as GoogleHotels, Vn as GoogleJobs, Hn as GoogleMaps, Un as GoogleNews, Wn as GoogleSheets, Gn as GoogleShopping, Kn as GoogleSlides, qn as Goose, Jn as Granola, Yn as Heroku, Xn as Hootsuite, m as HoverCard, f as HoverCardContent, p as HoverCardTrigger, Zn as Hubspot, Qn as Imgflip, Ai as Input, Mi as InputGroup, Ni as InputGroupAddon, Pi as InputGroupButton, Fi as InputGroupInput, Ii as InputGroupText, Li as InputGroupTextarea, $n as Intercom, er as Jira, Ri as JsonHighlight, Bi as Label, tr as Langchain, nr as LangchainLogotype, rr as Linear, ir as Linkedin, Vi as Loader, gc as LoginPage, ar as Luma, Tc as MCP_CLIENT_METADATA, Po as MCP_OAUTH2_PROVIDER, or as Mailchimp, Fe as Markdown, sr as Mastra, cr as MastraLogotype, lr as MathToolkit, ur as Mcp, Co as McpCategoryFilter, wo as McpCategoryFilterMenu, Eo as McpRecommendedToolsCallout, Do as McpRecommendedToolsDeactivateDialog, Oo as McpRecommendedToolsOptOutDialog, ko as McpReviewCountChip, Ao as McpSearchScopeTabs, To as McpSectionCallout, jo as McpSectionNavHeader, Fs as McpSelectionSummaryBar, is as McpServerAvatarStack, as as McpServerCard, Is as McpServerPicker, Ls as McpServerPickerGrid, Rs as McpServerPickerHeader, zs as McpServerPickerToolGrid, ss as McpToolCard, cs as McpToolSearchBand, ns as McpToolkitAvatar, ls as McpToolkitChip, us as McpToolkitGroupHeader, ds as McpUnoptimizedCallout, oo as Message, so as MessageAction, co as MessageActions, lo as MessageAvatar, uo as MessageContent, dr as Microsoft, fr as MicrosoftDynamics, pr as MicrosoftExcel, mr as MicrosoftOnedrive, hr as MicrosoftOutlookCalendar, gr as MicrosoftOutlookMail, _r as MicrosoftPowerpoint, vr as MicrosoftSharepoint, yr as MicrosoftTeams, br as MicrosoftWord, xr as Miro, de as MobileTooltip, fe as MobileTooltipContent, pe as MobileTooltipProvider, me as MobileTooltipTrigger, Sr as Monday, Cr as MongoDB, wr as Netsuite, Tr as Notion, Fo as OAUTH2_PROVIDER, Io as OAUTH_PROVIDERS, Lo as OAUTH_PROVIDER_CATALOGUE, Ro as OAuthId, zo as OAuthProviderId, Bo as OTHER_OAUTH_PROVIDERS, Er as Oauth, Dr as Obsidian, Or as Okta, kr as Openai, Vo as PREBUILT_OAUTH_PROVIDERS, Mo as PUBLIC_ICON_URL, No as PUBLIC_VIDEO_URL, Ar as Pagerduty, jr as Pinecone, Mr as Pinterest, Nr as Pipedrive, Pr as Plaid, ee as Popover, Z as PopoverContent, $ as PopoverDescription, X as PopoverHeader, Y as PopoverTitle, Q as PopoverTrigger, Fr as Postgres, Ir as Posthog, Hi as ProBadge, ki as Progress, Di as ProgressIndicator, Oi as ProgressLabel, Ei as ProgressTrack, Ti as ProgressValue, fs as PromptInput, ps as PromptInputAction, ms as PromptInputActions, hs as PromptInputTextarea, Lr as Pylon, Rr as Quickbooks, wi as RadioGroup, Ci as RadioGroupItem, zr as Railway, Br as Reddit, Ui as RemovableChip, Wi as RemovableChipButton, gs as RequirementBadges, Vr as Resend, Ji as ResizableHandle, Ki as ResizablePanel, qi as ResizablePanelGroup, Hr as Salesforce, Xi as ScrollArea, Yi as ScrollBar, Zi as ScrollButton, vs as ScrollFadeArea, le as Select, ae as SelectContent, se as SelectGroup, re as SelectItem, te as SelectLabel, oe as SelectScrollDownButton, ce as SelectScrollUpButton, ne as SelectSeparator, ie as SelectTrigger, ue as SelectValue, Qi as Separator, $i as Sheet, ea as SheetClose, ta as SheetContent, na as SheetDescription, ra as SheetFooter, ia as SheetHeader, aa as SheetTitle, oa as SheetTrigger, Ur as Shopify, ca as Sidebar, la as SidebarContent, ua as SidebarFooter, da as SidebarGroup, fa as SidebarGroupAction, pa as SidebarGroupContent, ma as SidebarGroupLabel, ha as SidebarHeader, ga as SidebarInput, _a as SidebarInset, va as SidebarMenu, ya as SidebarMenuAction, ba as SidebarMenuBadge, xa as SidebarMenuButton, Sa as SidebarMenuItem, Ca as SidebarMenuSkeleton, wa as SidebarMenuSub, Ta as SidebarMenuSubButton, Ea as SidebarMenuSubItem, Da as SidebarProvider, Oa as SidebarRail, ka as SidebarSeparator, Aa as SidebarTrigger, Wr as Singlestore, sa as Skeleton, Gr as Slack, Ma as Slider, Kr as Snowflake, Pa as SparkleBurst, qr as Splunk, Jr as Spotify, Yr as Square, Xr as Squarespace, Zr as Squareup, Fa as StepIndicator, ys as StepsProgress, Qr as Stripe, bs as SuggestionCard, xs as SuggestionCardSkeleton, Ra as Switch, Uo as TOOLKITS, Wo as TOOLKIT_CATALOGUE, Xo as TOOLKIT_ICON_MAP, za as Table, Ba as TableBody, Va as TableCaption, Ha as TableCell, Ua as TableFooter, Wa as TableHead, Ga as TableHeader, Ka as TableRow, Za as Tabs, Ya as TabsContent, Xa as TabsList, Ja as TabsTrigger, Ss as TagsInput, Cs as TagsInputValue, $r as Telegram, ei as Tesla, ji as Textarea, ti as Ticktick, ni as Tiktok, Qa as Toggle, to as ToggleGroup, eo as ToggleGroupChip, ws as ToolAuthorization, Ts as ToolAuthorizationArgs, Es as ToolAuthorizationContent, Ds as ToolAuthorizationHeader, Os as ToolAuthorizationMessage, ks as ToolCallAccordion, As as ToolCallAccordionContent, js as ToolCallAccordionItem, Ms as ToolCallAccordionTrigger, Ns as ToolCard, _s as ToolkitCard, d as Tooltip, l as TooltipContent, u as TooltipProvider, c as TooltipTrigger, ri as Trello, ii as Twilio, ai as Twitch, Ps as UserNav, oi as Vercel, si as VercelLogotype, no as ViewToolsControl, ro as VirtualizedGrid, ci as Vscode, li as Walmart, ui as Weaviate, di as Windsurf, fi as Workday, pi as Wrike, mi as X, hi as Xero, gi as Youtube, _i as Yugabytedb, vi as Zendesk, yi as Zoho, bi as ZohoBooks, xi as ZohoCreator, Si as Zoom, R as avatarBadgeVariants, B as badgeVariants, D as buttonVariants, wt as filterChipVariants, Go as findPrebuiltProviderById, Ko as findPrebuiltProviderByProviderId, qo as findToolkitByName, Zo as getToolIconByToolkitName, Qo as getToolkitIcon, $o as getToolkitIconByName, es as hasToolkitIcon, Jo as isKnownToolkit, Yo as isPrebuiltProvider, zi as jsonHighlightVariants, os as mcpServerCardShellVariants, rs as mcpToolkitAvatarVariants, Gi as removableChipButtonClass, ts as resolveToolkitIcon, Ia as stepIndicatorIconVariants, La as stepIndicatorLabelVariants, qa as tabsListVariants, $a as toggleVariants, ja as useSidebar };