@arcadeai/design-system 3.49.0 → 4.0.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.
- package/dist/assets/icons/fireflies.js +304 -0
- package/dist/assets/icons/insightly.js +32 -0
- package/dist/components/index.js +183 -181
- package/dist/components/ui/atoms/icons/fireflies.d.ts +4 -0
- package/dist/components/ui/atoms/icons/fireflies.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/fireflies.js +299 -0
- package/dist/components/ui/atoms/icons/index.d.ts +2 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +112 -110
- package/dist/components/ui/atoms/icons/insightly.d.ts +4 -0
- package/dist/components/ui/atoms/icons/insightly.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/insightly.js +27 -0
- package/dist/components/ui/atoms/index.js +139 -137
- package/dist/components/ui/index.js +183 -181
- package/dist/components/ui/molecules/empty-state.js +1 -1
- package/dist/components/ui/molecules/index.d.ts +2 -2
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +2 -2
- package/dist/components/ui/molecules/mcp-server-picker/constants.d.ts +3 -0
- package/dist/components/ui/molecules/mcp-server-picker/constants.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/constants.js +4 -0
- package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts +35 -13
- package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/server-card.js +89 -41
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.js +12 -8
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.d.ts +8 -0
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.js +61 -0
- package/dist/components/ui/molecules/scroll-fade-area.d.ts +7 -1
- package/dist/components/ui/molecules/scroll-fade-area.d.ts.map +1 -1
- package/dist/components/ui/molecules/scroll-fade-area.js +19 -14
- package/dist/main.js +189 -187
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +206 -202
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +26 -0
- package/package.json +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-callout.d.ts +0 -10
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-callout.d.ts.map +0 -1
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-callout.js +0 -15
package/dist/main.js
CHANGED
|
@@ -78,192 +78,194 @@ import { Exa as vn } from "./components/ui/atoms/icons/exa.js";
|
|
|
78
78
|
import { Factorial as yn } from "./components/ui/atoms/icons/factorial.js";
|
|
79
79
|
import { Figma as bn } from "./components/ui/atoms/icons/figma.js";
|
|
80
80
|
import { Firecrawl as xn } from "./components/ui/atoms/icons/firecrawl.js";
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import { t as
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import { n as
|
|
215
|
-
import {
|
|
216
|
-
import { t as ro } from "./
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
81
|
+
import { Fireflies as Sn } from "./components/ui/atoms/icons/fireflies.js";
|
|
82
|
+
import { FlyIo as Cn } from "./components/ui/atoms/icons/fly-io.js";
|
|
83
|
+
import { Forkable as wn } from "./components/ui/atoms/icons/forkable.js";
|
|
84
|
+
import { Freshdesk as Tn } from "./components/ui/atoms/icons/freshdesk.js";
|
|
85
|
+
import { Freshservice as En } from "./components/ui/atoms/icons/freshservice.js";
|
|
86
|
+
import { Gemini as Dn } from "./components/ui/atoms/icons/gemini.js";
|
|
87
|
+
import { Generic as On } from "./components/ui/atoms/icons/generic.js";
|
|
88
|
+
import { Github as kn } from "./components/ui/atoms/icons/github.js";
|
|
89
|
+
import { Gitlab as An } from "./components/ui/atoms/icons/gitlab.js";
|
|
90
|
+
import { Glean as jn } from "./components/ui/atoms/icons/glean.js";
|
|
91
|
+
import { Gmail as Mn } from "./components/ui/atoms/icons/gmail.js";
|
|
92
|
+
import { Google as Nn } from "./components/ui/atoms/icons/google.js";
|
|
93
|
+
import { GoogleCalendar as Pn } from "./components/ui/atoms/icons/google-calendar.js";
|
|
94
|
+
import { GoogleContacts as Fn } from "./components/ui/atoms/icons/google-contacts.js";
|
|
95
|
+
import { GoogleDocs as In } from "./components/ui/atoms/icons/google-docs.js";
|
|
96
|
+
import { GoogleDrive as Ln } from "./components/ui/atoms/icons/google-drive.js";
|
|
97
|
+
import { GoogleFinance as Rn } from "./components/ui/atoms/icons/google-finance.js";
|
|
98
|
+
import { GoogleFlight as zn } from "./components/ui/atoms/icons/google-flight.js";
|
|
99
|
+
import { GoogleFlights as Bn } from "./components/ui/atoms/icons/google-flights.js";
|
|
100
|
+
import { GoogleHotels as Vn } from "./components/ui/atoms/icons/google-hotels.js";
|
|
101
|
+
import { GoogleJobs as Hn } from "./components/ui/atoms/icons/google-jobs.js";
|
|
102
|
+
import { GoogleMaps as Un } from "./components/ui/atoms/icons/google-maps.js";
|
|
103
|
+
import { GoogleNews as Wn } from "./components/ui/atoms/icons/google-news.js";
|
|
104
|
+
import { GoogleSheets as Gn } from "./components/ui/atoms/icons/google-sheets.js";
|
|
105
|
+
import { GoogleShopping as Kn } from "./components/ui/atoms/icons/google-shopping.js";
|
|
106
|
+
import { GoogleSlides as qn } from "./components/ui/atoms/icons/google-slides.js";
|
|
107
|
+
import { Goose as Jn } from "./components/ui/atoms/icons/goose.js";
|
|
108
|
+
import { Granola as Yn } from "./components/ui/atoms/icons/granola.js";
|
|
109
|
+
import { Heroku as Xn } from "./components/ui/atoms/icons/heroku.js";
|
|
110
|
+
import { Hootsuite as Zn } from "./components/ui/atoms/icons/hootsuite.js";
|
|
111
|
+
import { Hubspot as Qn } from "./components/ui/atoms/icons/hubspot.js";
|
|
112
|
+
import { Imgflip as $n } from "./components/ui/atoms/icons/imgflip.js";
|
|
113
|
+
import { Insightly as er } from "./components/ui/atoms/icons/insightly.js";
|
|
114
|
+
import { Intercom as tr } from "./components/ui/atoms/icons/intercom.js";
|
|
115
|
+
import { Jira as nr } from "./components/ui/atoms/icons/jira.js";
|
|
116
|
+
import { Langchain as rr } from "./components/ui/atoms/icons/langchain.js";
|
|
117
|
+
import { LangchainLogotype as ir } from "./components/ui/atoms/icons/langchain-logotype.js";
|
|
118
|
+
import { Linear as ar } from "./components/ui/atoms/icons/linear.js";
|
|
119
|
+
import { Linkedin as or } from "./components/ui/atoms/icons/linkedin.js";
|
|
120
|
+
import { Luma as sr } from "./components/ui/atoms/icons/luma.js";
|
|
121
|
+
import { Mailchimp as cr } from "./components/ui/atoms/icons/mailchimp.js";
|
|
122
|
+
import { Mastra as lr } from "./components/ui/atoms/icons/mastra.js";
|
|
123
|
+
import { MastraLogotype as ur } from "./components/ui/atoms/icons/mastra-logotype.js";
|
|
124
|
+
import { MathToolkit as dr } from "./components/ui/atoms/icons/math-toolkit.js";
|
|
125
|
+
import { Mcp as fr } from "./components/ui/atoms/icons/mcp.js";
|
|
126
|
+
import { Microsoft as pr } from "./components/ui/atoms/icons/microsoft.js";
|
|
127
|
+
import { MicrosoftDynamics as mr } from "./components/ui/atoms/icons/microsoft-dynamics.js";
|
|
128
|
+
import { MicrosoftExcel as hr } from "./components/ui/atoms/icons/microsoft-excel.js";
|
|
129
|
+
import { MicrosoftOnedrive as gr } from "./components/ui/atoms/icons/microsoft-onedrive.js";
|
|
130
|
+
import { MicrosoftOutlookCalendar as _r } from "./components/ui/atoms/icons/microsoft-outlook-calendar.js";
|
|
131
|
+
import { MicrosoftOutlookMail as vr } from "./components/ui/atoms/icons/microsoft-outlook-mail.js";
|
|
132
|
+
import { MicrosoftPowerpoint as yr } from "./components/ui/atoms/icons/microsoft-powerpoint.js";
|
|
133
|
+
import { MicrosoftSharepoint as br } from "./components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
134
|
+
import { MicrosoftTeams as xr } from "./components/ui/atoms/icons/microsoft-teams.js";
|
|
135
|
+
import { MicrosoftWord as Sr } from "./components/ui/atoms/icons/microsoft-word.js";
|
|
136
|
+
import { Miro as Cr } from "./components/ui/atoms/icons/miro.js";
|
|
137
|
+
import { Monday as wr } from "./components/ui/atoms/icons/monday.js";
|
|
138
|
+
import { MongoDB as Tr } from "./components/ui/atoms/icons/mongodb.js";
|
|
139
|
+
import { Netsuite as Er } from "./components/ui/atoms/icons/netsuite.js";
|
|
140
|
+
import { Notion as Dr } from "./components/ui/atoms/icons/notion.js";
|
|
141
|
+
import { Oauth as Or } from "./components/ui/atoms/icons/oauth.js";
|
|
142
|
+
import { Obsidian as kr } from "./components/ui/atoms/icons/obsidian.js";
|
|
143
|
+
import { Okta as Ar } from "./components/ui/atoms/icons/okta.js";
|
|
144
|
+
import { Openai as jr } from "./components/ui/atoms/icons/openai.js";
|
|
145
|
+
import { Pagerduty as Mr } from "./components/ui/atoms/icons/pagerduty.js";
|
|
146
|
+
import { Pinecone as Nr } from "./components/ui/atoms/icons/pinecone.js";
|
|
147
|
+
import { Pinterest as Pr } from "./components/ui/atoms/icons/pinterest.js";
|
|
148
|
+
import { Pipedrive as Fr } from "./components/ui/atoms/icons/pipedrive.js";
|
|
149
|
+
import { Plaid as Ir } from "./components/ui/atoms/icons/plaid.js";
|
|
150
|
+
import { Postgres as Lr } from "./components/ui/atoms/icons/postgres.js";
|
|
151
|
+
import { Posthog as Rr } from "./components/ui/atoms/icons/posthog.js";
|
|
152
|
+
import { Pylon as zr } from "./components/ui/atoms/icons/pylon.js";
|
|
153
|
+
import { Quickbooks as Br } from "./components/ui/atoms/icons/quickbooks.js";
|
|
154
|
+
import { Railway as Vr } from "./components/ui/atoms/icons/railway.js";
|
|
155
|
+
import { Reddit as Hr } from "./components/ui/atoms/icons/reddit.js";
|
|
156
|
+
import { Resend as Ur } from "./components/ui/atoms/icons/resend.js";
|
|
157
|
+
import { Salesforce as Wr } from "./components/ui/atoms/icons/salesforce.js";
|
|
158
|
+
import { Shopify as Gr } from "./components/ui/atoms/icons/shopify.js";
|
|
159
|
+
import { Singlestore as Kr } from "./components/ui/atoms/icons/singlestore.js";
|
|
160
|
+
import { Slack as qr } from "./components/ui/atoms/icons/slack.js";
|
|
161
|
+
import { Snowflake as Jr } from "./components/ui/atoms/icons/snowflake.js";
|
|
162
|
+
import { Splunk as Yr } from "./components/ui/atoms/icons/splunk.js";
|
|
163
|
+
import { Spotify as Xr } from "./components/ui/atoms/icons/spotify.js";
|
|
164
|
+
import { Square as Zr } from "./components/ui/atoms/icons/square.js";
|
|
165
|
+
import { Squarespace as Qr } from "./components/ui/atoms/icons/squarespace.js";
|
|
166
|
+
import { Squareup as $r } from "./components/ui/atoms/icons/squareup.js";
|
|
167
|
+
import { Stripe as ei } from "./components/ui/atoms/icons/stripe.js";
|
|
168
|
+
import { Telegram as ti } from "./components/ui/atoms/icons/telegram.js";
|
|
169
|
+
import { Tesla as ni } from "./components/ui/atoms/icons/tesla.js";
|
|
170
|
+
import { Ticktick as ri } from "./components/ui/atoms/icons/ticktick.js";
|
|
171
|
+
import { Tiktok as ii } from "./components/ui/atoms/icons/tiktok.js";
|
|
172
|
+
import { Trello as ai } from "./components/ui/atoms/icons/trello.js";
|
|
173
|
+
import { Twilio as oi } from "./components/ui/atoms/icons/twilio.js";
|
|
174
|
+
import { Twitch as si } from "./components/ui/atoms/icons/twitch.js";
|
|
175
|
+
import { Vercel as ci } from "./components/ui/atoms/icons/vercel.js";
|
|
176
|
+
import { VercelLogotype as li } from "./components/ui/atoms/icons/vercel-logotype.js";
|
|
177
|
+
import { Vscode as ui } from "./components/ui/atoms/icons/vscode.js";
|
|
178
|
+
import { Walmart as di } from "./components/ui/atoms/icons/walmart.js";
|
|
179
|
+
import { Weaviate as fi } from "./components/ui/atoms/icons/weaviate.js";
|
|
180
|
+
import { Windsurf as pi } from "./components/ui/atoms/icons/windsurf.js";
|
|
181
|
+
import { Workday as mi } from "./components/ui/atoms/icons/workday.js";
|
|
182
|
+
import { Wrike as hi } from "./components/ui/atoms/icons/wrike.js";
|
|
183
|
+
import { X as gi } from "./components/ui/atoms/icons/x.js";
|
|
184
|
+
import { Xero as _i } from "./components/ui/atoms/icons/xero.js";
|
|
185
|
+
import { Youtube as vi } from "./components/ui/atoms/icons/youtube.js";
|
|
186
|
+
import { Yugabytedb as yi } from "./components/ui/atoms/icons/yugabytedb.js";
|
|
187
|
+
import { Zendesk as bi } from "./components/ui/atoms/icons/zendesk.js";
|
|
188
|
+
import { Zoho as xi } from "./components/ui/atoms/icons/zoho.js";
|
|
189
|
+
import { ZohoBooks as Si } from "./components/ui/atoms/icons/zoho-books.js";
|
|
190
|
+
import { ZohoCreator as Ci } from "./components/ui/atoms/icons/zoho-creator.js";
|
|
191
|
+
import { Zoom as wi } from "./components/ui/atoms/icons/zoom.js";
|
|
192
|
+
import { n as Ti, t as Ei } from "./radio-group-Cc5ftdVj.js";
|
|
193
|
+
import { a as Di, i as Oi, n as ki, r as Ai, t as ji } from "./progress-TdXkokPe.js";
|
|
194
|
+
import { t as Mi } from "./input-CSc-AfAa.js";
|
|
195
|
+
import { Textarea as Ni } from "./components/ui/atoms/textarea.js";
|
|
196
|
+
import { InputGroup as Pi, InputGroupAddon as Fi, InputGroupButton as Ii, InputGroupInput as Li, InputGroupText as Ri, InputGroupTextarea as zi } from "./components/ui/atoms/input-group.js";
|
|
197
|
+
import { JsonHighlight as Bi, jsonHighlightVariants as Vi } from "./components/ui/atoms/json-highlight.js";
|
|
198
|
+
import { Label as Hi } from "./components/ui/atoms/label.js";
|
|
199
|
+
import { Loader as Ui } from "./components/ui/atoms/loader.js";
|
|
200
|
+
import { ProBadge as Wi } from "./components/ui/atoms/pro-badge.js";
|
|
201
|
+
import { RemovableChip as Gi, RemovableChipButton as Ki, removableChipButtonClass as qi } from "./components/ui/atoms/removable-chip.js";
|
|
202
|
+
import { n as Ji, r as Yi, t as Xi } from "./resizable-DkYW5Uwh.js";
|
|
203
|
+
import { n as Zi, t as Qi } from "./scroll-area-53KPfESS.js";
|
|
204
|
+
import { ScrollButton as $i } from "./components/ui/atoms/scroll-button.js";
|
|
205
|
+
import { Separator as ea } from "./components/ui/atoms/separator.js";
|
|
206
|
+
import { Sheet as ta, SheetClose as na, SheetContent as ra, SheetDescription as ia, SheetFooter as aa, SheetHeader as oa, SheetTitle as sa, SheetTrigger as ca } from "./components/ui/atoms/sheet.js";
|
|
207
|
+
import { Skeleton as la } from "./components/ui/atoms/skeleton.js";
|
|
208
|
+
import { Sidebar as ua, SidebarContent as da, SidebarFooter as fa, SidebarGroup as pa, SidebarGroupAction as ma, SidebarGroupContent as ha, SidebarGroupLabel as ga, SidebarHeader as _a, SidebarInput as va, SidebarInset as ya, SidebarMenu as ba, SidebarMenuAction as xa, SidebarMenuBadge as Sa, SidebarMenuButton as Ca, SidebarMenuItem as wa, SidebarMenuSkeleton as Ta, SidebarMenuSub as Ea, SidebarMenuSubButton as Da, SidebarMenuSubItem as Oa, SidebarProvider as ka, SidebarRail as Aa, SidebarSeparator as ja, SidebarTrigger as Ma, useSidebar as Na } from "./components/ui/atoms/sidebar.js";
|
|
209
|
+
import { t as Pa } from "./slider-CN3uEkeD.js";
|
|
210
|
+
import { DS_SPARKLE_DURATION_MS as Fa, SparkleBurst as Ia } from "./components/ui/atoms/sparkle-burst.js";
|
|
211
|
+
import { StepIndicator as La, stepIndicatorIconVariants as Ra, stepIndicatorLabelVariants as za } from "./components/ui/atoms/step-indicator.js";
|
|
212
|
+
import { t as Ba } from "./switch-CP9j-8px.js";
|
|
213
|
+
import { Table as Va, TableBody as Ha, TableCaption as Ua, TableCell as Wa, TableFooter as Ga, TableHead as Ka, TableHeader as qa, TableRow as Ja } from "./components/ui/atoms/table.js";
|
|
214
|
+
import { a as Ya, i as Xa, n as Za, r as Qa, t as $a } from "./tabs-C7JA8G0W.js";
|
|
215
|
+
import { Toggle as eo, toggleVariants as to } from "./components/ui/atoms/toggle.js";
|
|
216
|
+
import { n as no, t as ro } from "./toggle-group-CDYMBO0F.js";
|
|
217
|
+
import { ViewToolsControl as io } from "./components/ui/atoms/view-tools-control.js";
|
|
218
|
+
import { t as ao } from "./virtualized-grid-BQNJg029.js";
|
|
219
|
+
import { ConfirmPopover as oo } from "./components/ui/molecules/confirm-popover.js";
|
|
220
|
+
import { ChatHistoryItem as so } from "./components/ui/molecules/chat-history-item.js";
|
|
221
|
+
import { Message as co, MessageAction as lo, MessageActions as uo, MessageAvatar as fo, MessageContent as po } from "./components/ui/molecules/message.js";
|
|
222
|
+
import { ChatAssistantMessage as mo, ChatMessageList as ho, ChatMessageListSkeleton as go, ChatStreamingIndicator as _o, ChatUserMessage as vo } from "./components/ui/molecules/chat-message-list.js";
|
|
223
|
+
import { ClientSecretInput as yo } from "./components/ui/molecules/client-secret-field.js";
|
|
224
|
+
import { CommandBar as bo } from "./components/ui/molecules/command-bar.js";
|
|
225
|
+
import { DateTimePicker as xo } from "./components/ui/molecules/date-time-picker.js";
|
|
226
|
+
import { EmptyState as So } from "./components/ui/molecules/empty-state.js";
|
|
227
|
+
import { ErrorState as Co } from "./components/ui/molecules/error-state.js";
|
|
228
|
+
import { FlowDiagram as wo } from "./components/ui/molecules/flow-diagram.js";
|
|
229
|
+
import { McpCategoryFilter as To } from "./components/ui/molecules/mcp-server-picker/category-filter.js";
|
|
230
|
+
import { McpCategoryFilterMenu as Eo } from "./components/ui/molecules/mcp-server-picker/category-filter-menu.js";
|
|
231
|
+
import { McpSectionCallout as Do } from "./components/ui/molecules/mcp-server-picker/section-callout.js";
|
|
232
|
+
import { McpRecommendedToolsCallout as Oo, McpRecommendedToolsDeactivateDialog as ko, McpRecommendedToolsOptOutDialog as Ao } from "./components/ui/molecules/mcp-server-picker/recommended-tools.js";
|
|
233
|
+
import { McpReviewCountChip as jo } from "./components/ui/molecules/mcp-server-picker/review-count-chip.js";
|
|
234
|
+
import { McpSearchScopeTabs as Mo } from "./components/ui/molecules/mcp-server-picker/search-scope-tabs.js";
|
|
235
|
+
import { McpSectionNavHeader as No } from "./components/ui/molecules/mcp-server-picker/section-nav-header.js";
|
|
236
|
+
import { PUBLIC_ICON_URL as Po, PUBLIC_VIDEO_URL as Fo } from "./metadata/constants.js";
|
|
237
|
+
import { MCP_OAUTH2_PROVIDER as Io, OAUTH2_PROVIDER as Lo, OAUTH_PROVIDERS as Ro, OAUTH_PROVIDER_CATALOGUE as zo, OAuthId as Bo, OAuthProviderId as Vo, OTHER_OAUTH_PROVIDERS as Ho, PREBUILT_OAUTH_PROVIDERS as Uo } from "./metadata/oauth-providers.js";
|
|
238
|
+
import { CATEGORIES as Wo, TOOLKITS as Go, TOOLKIT_CATALOGUE as Ko } from "./metadata/toolkits.js";
|
|
239
|
+
import { findPrebuiltProviderById as qo, findPrebuiltProviderByProviderId as Jo, findToolkitByName as Yo, isKnownToolkit as Xo, isPrebuiltProvider as Zo } from "./metadata/utils.js";
|
|
240
|
+
import { TOOLKIT_ICON_MAP as Qo, getToolIconByToolkitName as $o, getToolkitIcon as es, getToolkitIconByName as ts, hasToolkitIcon as ns, resolveToolkitIcon as rs } from "./metadata/toolkit-icons.js";
|
|
241
|
+
import { McpToolkitAvatar as is, mcpToolkitAvatarVariants as as } from "./components/ui/molecules/mcp-server-picker/toolkit-avatar.js";
|
|
242
|
+
import { McpServerAvatarStack as os } from "./components/ui/molecules/mcp-server-picker/server-avatar-stack.js";
|
|
243
|
+
import { McpServerCard as ss, mcpServerCardShellVariants as cs } from "./components/ui/molecules/mcp-server-picker/server-card.js";
|
|
244
|
+
import { McpToolCard as ls } from "./components/ui/molecules/mcp-server-picker/tool-card.js";
|
|
245
|
+
import { McpToolSearchBand as us } from "./components/ui/molecules/mcp-server-picker/tool-search-band.js";
|
|
246
|
+
import { McpToolkitChip as ds } from "./components/ui/molecules/mcp-server-picker/toolkit-chip.js";
|
|
247
|
+
import { McpToolkitGroupHeader as fs } from "./components/ui/molecules/mcp-server-picker/toolkit-group-header.js";
|
|
248
|
+
import { McpUnoptimizedMatchCard as ps } from "./components/ui/molecules/mcp-server-picker/unoptimized-match-card.js";
|
|
249
|
+
import { PromptInput as ms, PromptInputAction as hs, PromptInputActions as gs, PromptInputTextarea as _s } from "./components/ui/molecules/prompt-input.js";
|
|
250
|
+
import { r as vs, t as ys } from "./ui-BaLLCKkd.js";
|
|
251
|
+
import { ScrollFadeArea as bs } from "./components/ui/molecules/scroll-fade-area.js";
|
|
252
|
+
import { StepsProgress as xs } from "./components/ui/molecules/steps-progress.js";
|
|
253
|
+
import { SuggestionCard as Ss, SuggestionCardSkeleton as Cs } from "./components/ui/molecules/suggestion-card.js";
|
|
254
|
+
import { TagsInput as ws, TagsInputValue as Ts } from "./components/ui/molecules/tags-input.js";
|
|
255
|
+
import { ToolAuthorization as Es, ToolAuthorizationArgs as Ds, ToolAuthorizationContent as Os, ToolAuthorizationHeader as ks, ToolAuthorizationMessage as As } from "./components/ui/molecules/tool-authorization.js";
|
|
256
|
+
import { ToolCallAccordion as js, ToolCallAccordionContent as Ms, ToolCallAccordionItem as Ns, ToolCallAccordionTrigger as Ps } from "./components/ui/molecules/tool-call-accordion.js";
|
|
257
|
+
import { ToolCard as Fs } from "./components/ui/molecules/tool-card.js";
|
|
258
|
+
import { UserNav as Is } from "./components/ui/molecules/user-nav.js";
|
|
259
|
+
import { McpSelectionSummaryBar as Ls } from "./components/ui/organisms/mcp-selection-summary-bar.js";
|
|
260
|
+
import { McpServerPicker as Rs, McpServerPickerGrid as zs, McpServerPickerHeader as Bs, McpServerPickerToolGrid as Vs } from "./components/ui/organisms/mcp-server-picker.js";
|
|
261
|
+
import { ChatTemplate as Hs, ChatTemplateBody as Us, ChatTemplateFooter as Ws, ChatTemplateHeader as Gs, ChatTemplateHeaderGroup as Ks, ChatTemplateOverview as qs, ChatTemplateOverviewSubtitle as Js, ChatTemplateOverviewTitle as Ys, ChatTemplateSuggestions as Xs } from "./components/ui/templates/chat-template.js";
|
|
262
|
+
import { ChatBodySkeleton as Zs, ChatContentSkeleton as Qs, ChatFooterSkeleton as $s, ChatHeaderSkeleton as ec, ChatSidebarSkeleton as tc } from "./components/ui/templates/chat-template-skeletons.js";
|
|
263
|
+
import { ChatPageSkeleton as nc } from "./components/ui/pages/chat-page-skeleton.js";
|
|
264
|
+
import { AuthTemplate as rc, AuthTemplateCard as ic, AuthTemplateContent as ac, AuthTemplateDefaultBackground as oc, AuthTemplateDescription as sc, AuthTemplateFooter as cc, AuthTemplateGridOverlay as lc, AuthTemplateHeader as uc, AuthTemplateLegal as dc, AuthTemplateLegalLink as fc, AuthTemplateLogo as pc, AuthTemplatePrompt as mc, AuthTemplatePromptLink as hc, AuthTemplateTitle as gc, AuthTemplateVideoBackground as _c } from "./components/ui/templates/auth-template.js";
|
|
265
|
+
import { LoginPage as vc } from "./components/ui/pages/login-page.js";
|
|
266
|
+
import { ErrorTemplate as yc, ErrorTemplateActions as bc, ErrorTemplateContent as xc, ErrorTemplateDescription as Sc, ErrorTemplateIcon as Cc, ErrorTemplateLogo as wc, ErrorTemplateTitle as Tc, ErrorTemplateUrl as Ec } from "./components/ui/templates/error-template.js";
|
|
267
|
+
import { MCP_CLIENT_METADATA as Dc } from "./metadata/mcp-clients.js";
|
|
268
|
+
import { DEFAULT_MCP_CLIENT_IDS as Oc, DEFAULT_MCP_SERVER_IDS as kc, GatewayDiagram as Ac } from "./components/ui/templates/gateway-diagram.js";
|
|
267
269
|
import "./components/index.js";
|
|
268
270
|
import "./metadata/index.js";
|
|
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 };
|
|
271
|
+
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, rc as AuthTemplate, ic as AuthTemplateCard, ac as AuthTemplateContent, oc as AuthTemplateDefaultBackground, sc as AuthTemplateDescription, cc as AuthTemplateFooter, lc as AuthTemplateGridOverlay, uc as AuthTemplateHeader, dc as AuthTemplateLegal, fc as AuthTemplateLegalLink, pc as AuthTemplateLogo, mc as AuthTemplatePrompt, hc as AuthTemplatePromptLink, gc as AuthTemplateTitle, _c 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, Wo 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, mo as ChatAssistantMessage, Zs as ChatBodySkeleton, je as ChatContainerContent, Me as ChatContainerRoot, Ne as ChatContainerScrollAnchor, Qs as ChatContentSkeleton, $s as ChatFooterSkeleton, ec as ChatHeaderSkeleton, so as ChatHistoryItem, ho as ChatMessageList, go as ChatMessageListSkeleton, nc as ChatPageSkeleton, tc as ChatSidebarSkeleton, _o as ChatStreamingIndicator, Hs as ChatTemplate, Us as ChatTemplateBody, Ws as ChatTemplateFooter, Gs as ChatTemplateHeader, Ks as ChatTemplateHeaderGroup, qs as ChatTemplateOverview, Js as ChatTemplateOverviewSubtitle, Ys as ChatTemplateOverviewTitle, Xs as ChatTemplateSuggestions, vo as ChatUserMessage, Pe as Checkbox, Yt as Claude, Xt as ClaudeCodeLogotype, Zt as Clickhouse, Qt as Clickup, yo 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, bo 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, oo as ConfirmPopover, rn as Confluence, st as CopyButton, an as Cursor, on as CursorInstallDark, sn as CursorInstallLight, cn as CursorLogotype, ln as Customerio, Oc as DEFAULT_MCP_CLIENT_IDS, kc as DEFAULT_MCP_SERVER_IDS, Fa as DS_SPARKLE_DURATION_MS, un as Datadog, xo 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, So as EmptyState, Co as ErrorState, yc as ErrorTemplate, bc as ErrorTemplateActions, xc as ErrorTemplateContent, Sc as ErrorTemplateDescription, Cc as ErrorTemplateIcon, wc as ErrorTemplateLogo, Tc as ErrorTemplateTitle, Ec as ErrorTemplateUrl, _n as Evernote, vn as Exa, yn as Factorial, bn as Figma, Ct as FilterChip, xn as Firecrawl, Sn as Fireflies, wo as FlowDiagram, Cn as FlyIo, wn as Forkable, Tn as Freshdesk, En as Freshservice, Ac as GatewayDiagram, Dn as Gemini, On as Generic, kn as Github, An as Gitlab, jn as Glean, Mn as Gmail, Nn as Google, Pn as GoogleCalendar, Fn as GoogleContacts, In as GoogleDocs, Ln as GoogleDrive, Rn as GoogleFinance, zn as GoogleFlight, Bn as GoogleFlights, Vn as GoogleHotels, Hn as GoogleJobs, Un as GoogleMaps, Wn as GoogleNews, Gn as GoogleSheets, Kn as GoogleShopping, qn as GoogleSlides, Jn as Goose, Yn as Granola, Xn as Heroku, Zn as Hootsuite, m as HoverCard, f as HoverCardContent, p as HoverCardTrigger, Qn as Hubspot, $n as Imgflip, Mi as Input, Pi as InputGroup, Fi as InputGroupAddon, Ii as InputGroupButton, Li as InputGroupInput, Ri as InputGroupText, zi as InputGroupTextarea, er as Insightly, tr as Intercom, nr as Jira, Bi as JsonHighlight, Hi as Label, rr as Langchain, ir as LangchainLogotype, ar as Linear, or as Linkedin, Ui as Loader, vc as LoginPage, sr as Luma, Dc as MCP_CLIENT_METADATA, Io as MCP_OAUTH2_PROVIDER, cr as Mailchimp, Fe as Markdown, lr as Mastra, ur as MastraLogotype, dr as MathToolkit, fr as Mcp, To as McpCategoryFilter, Eo as McpCategoryFilterMenu, Oo as McpRecommendedToolsCallout, ko as McpRecommendedToolsDeactivateDialog, Ao as McpRecommendedToolsOptOutDialog, jo as McpReviewCountChip, Mo as McpSearchScopeTabs, Do as McpSectionCallout, No as McpSectionNavHeader, Ls as McpSelectionSummaryBar, os as McpServerAvatarStack, ss as McpServerCard, Rs as McpServerPicker, zs as McpServerPickerGrid, Bs as McpServerPickerHeader, Vs as McpServerPickerToolGrid, ls as McpToolCard, us as McpToolSearchBand, is as McpToolkitAvatar, ds as McpToolkitChip, fs as McpToolkitGroupHeader, ps as McpUnoptimizedMatchCard, co as Message, lo as MessageAction, uo as MessageActions, fo as MessageAvatar, po as MessageContent, pr as Microsoft, mr as MicrosoftDynamics, hr as MicrosoftExcel, gr as MicrosoftOnedrive, _r as MicrosoftOutlookCalendar, vr as MicrosoftOutlookMail, yr as MicrosoftPowerpoint, br as MicrosoftSharepoint, xr as MicrosoftTeams, Sr as MicrosoftWord, Cr as Miro, de as MobileTooltip, fe as MobileTooltipContent, pe as MobileTooltipProvider, me as MobileTooltipTrigger, wr as Monday, Tr as MongoDB, Er as Netsuite, Dr as Notion, Lo as OAUTH2_PROVIDER, Ro as OAUTH_PROVIDERS, zo as OAUTH_PROVIDER_CATALOGUE, Bo as OAuthId, Vo as OAuthProviderId, Ho as OTHER_OAUTH_PROVIDERS, Or as Oauth, kr as Obsidian, Ar as Okta, jr as Openai, Uo as PREBUILT_OAUTH_PROVIDERS, Po as PUBLIC_ICON_URL, Fo as PUBLIC_VIDEO_URL, Mr as Pagerduty, Nr as Pinecone, Pr as Pinterest, Fr as Pipedrive, Ir as Plaid, ee as Popover, Z as PopoverContent, $ as PopoverDescription, X as PopoverHeader, Y as PopoverTitle, Q as PopoverTrigger, Lr as Postgres, Rr as Posthog, Wi as ProBadge, ji as Progress, ki as ProgressIndicator, Ai as ProgressLabel, Oi as ProgressTrack, Di as ProgressValue, ms as PromptInput, hs as PromptInputAction, gs as PromptInputActions, _s as PromptInputTextarea, zr as Pylon, Br as Quickbooks, Ei as RadioGroup, Ti as RadioGroupItem, Vr as Railway, Hr as Reddit, Gi as RemovableChip, Ki as RemovableChipButton, vs as RequirementBadges, Ur as Resend, Xi as ResizableHandle, Ji as ResizablePanel, Yi as ResizablePanelGroup, Wr as Salesforce, Qi as ScrollArea, Zi as ScrollBar, $i as ScrollButton, bs 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, ea as Separator, ta as Sheet, na as SheetClose, ra as SheetContent, ia as SheetDescription, aa as SheetFooter, oa as SheetHeader, sa as SheetTitle, ca as SheetTrigger, Gr as Shopify, ua as Sidebar, da as SidebarContent, fa as SidebarFooter, pa as SidebarGroup, ma as SidebarGroupAction, ha as SidebarGroupContent, ga as SidebarGroupLabel, _a as SidebarHeader, va as SidebarInput, ya as SidebarInset, ba as SidebarMenu, xa as SidebarMenuAction, Sa as SidebarMenuBadge, Ca as SidebarMenuButton, wa as SidebarMenuItem, Ta as SidebarMenuSkeleton, Ea as SidebarMenuSub, Da as SidebarMenuSubButton, Oa as SidebarMenuSubItem, ka as SidebarProvider, Aa as SidebarRail, ja as SidebarSeparator, Ma as SidebarTrigger, Kr as Singlestore, la as Skeleton, qr as Slack, Pa as Slider, Jr as Snowflake, Ia as SparkleBurst, Yr as Splunk, Xr as Spotify, Zr as Square, Qr as Squarespace, $r as Squareup, La as StepIndicator, xs as StepsProgress, ei as Stripe, Ss as SuggestionCard, Cs as SuggestionCardSkeleton, Ba as Switch, Go as TOOLKITS, Ko as TOOLKIT_CATALOGUE, Qo as TOOLKIT_ICON_MAP, Va as Table, Ha as TableBody, Ua as TableCaption, Wa as TableCell, Ga as TableFooter, Ka as TableHead, qa as TableHeader, Ja as TableRow, $a as Tabs, Za as TabsContent, Qa as TabsList, Xa as TabsTrigger, ws as TagsInput, Ts as TagsInputValue, ti as Telegram, ni as Tesla, Ni as Textarea, ri as Ticktick, ii as Tiktok, eo as Toggle, ro as ToggleGroup, no as ToggleGroupChip, Es as ToolAuthorization, Ds as ToolAuthorizationArgs, Os as ToolAuthorizationContent, ks as ToolAuthorizationHeader, As as ToolAuthorizationMessage, js as ToolCallAccordion, Ms as ToolCallAccordionContent, Ns as ToolCallAccordionItem, Ps as ToolCallAccordionTrigger, Fs as ToolCard, ys as ToolkitCard, d as Tooltip, l as TooltipContent, u as TooltipProvider, c as TooltipTrigger, ai as Trello, oi as Twilio, si as Twitch, Is as UserNav, ci as Vercel, li as VercelLogotype, io as ViewToolsControl, ao as VirtualizedGrid, ui as Vscode, di as Walmart, fi as Weaviate, pi as Windsurf, mi as Workday, hi as Wrike, gi as X, _i as Xero, vi as Youtube, yi as Yugabytedb, bi as Zendesk, xi as Zoho, Si as ZohoBooks, Ci as ZohoCreator, wi as Zoom, R as avatarBadgeVariants, B as badgeVariants, D as buttonVariants, wt as filterChipVariants, qo as findPrebuiltProviderById, Jo as findPrebuiltProviderByProviderId, Yo as findToolkitByName, $o as getToolIconByToolkitName, es as getToolkitIcon, ts as getToolkitIconByName, ns as hasToolkitIcon, Xo as isKnownToolkit, Zo as isPrebuiltProvider, Vi as jsonHighlightVariants, cs as mcpServerCardShellVariants, as as mcpToolkitAvatarVariants, qi as removableChipButtonClass, rs as resolveToolkitIcon, Ra as stepIndicatorIconVariants, za as stepIndicatorLabelVariants, Ya as tabsListVariants, to as toggleVariants, Na as useSidebar };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAItC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAItC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CA2KtD,CAAC;AAaF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAC7B,WAAW,MAAM,GAAG,SAAS,KAC5B;IACD,IAAI,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC;IAC5D,YAAY,EAAE,OAAO,CAAC;CAMvB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GACzB,WAAW,MAAM,GAAG,SAAS,KAC5B,CAAC,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CACrB,CAAC;AAErC;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,WAAW,MAAM,GAAG,SAAS,KAAG,OACnB,CAAC;AAE7C;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC/B,aAAa,MAAM,KAClB,CAAC,CAAC,KAAK,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,KAAK,CAAC,YAAY,CAQxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,GACnC,aAAa,MAAM,KAClB,CAAC,CAAC,KAAK,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,KAAK,CAAC,YAAY,CAQxD,CAAC"}
|