@arcadeai/design-system 3.40.0 → 3.42.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/cursor.js +6 -9
- package/dist/assets/icons/forkable.js +10 -0
- package/dist/assets/icons/mcp.js +2 -5
- package/dist/assets/icons/resend.js +10 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +504 -494
- package/dist/components/ui/atoms/badge.js +5 -5
- package/dist/components/ui/atoms/button.js +1 -1
- package/dist/components/ui/atoms/compute-flow-paths.d.ts +21 -0
- package/dist/components/ui/atoms/compute-flow-paths.d.ts.map +1 -0
- package/dist/components/ui/atoms/compute-flow-paths.js +38 -0
- package/dist/components/ui/atoms/flow-connector.d.ts +48 -0
- package/dist/components/ui/atoms/flow-connector.d.ts.map +1 -0
- package/dist/components/ui/atoms/flow-connector.js +153 -0
- package/dist/components/ui/atoms/flow-hub.d.ts +26 -0
- package/dist/components/ui/atoms/flow-hub.d.ts.map +1 -0
- package/dist/components/ui/atoms/flow-hub.js +34 -0
- package/dist/components/ui/atoms/flow-tile.d.ts +19 -0
- package/dist/components/ui/atoms/flow-tile.d.ts.map +1 -0
- package/dist/components/ui/atoms/flow-tile.js +49 -0
- package/dist/components/ui/atoms/icons/cursor.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cursor.js +7 -7
- package/dist/components/ui/atoms/icons/forkable.d.ts +4 -0
- package/dist/components/ui/atoms/icons/forkable.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/forkable.js +31 -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 +230 -226
- package/dist/components/ui/atoms/icons/mcp.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/mcp.js +3 -4
- package/dist/components/ui/atoms/icons/resend.d.ts +4 -0
- package/dist/components/ui/atoms/icons/resend.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/resend.js +24 -0
- package/dist/components/ui/atoms/index.js +372 -368
- package/dist/components/ui/atoms/switch.js +19 -19
- package/dist/components/ui/index.js +504 -494
- package/dist/components/ui/molecules/date-time-picker.js +1 -1
- package/dist/components/ui/molecules/flow-diagram.d.ts +56 -0
- package/dist/components/ui/molecules/flow-diagram.d.ts.map +1 -0
- package/dist/components/ui/molecules/flow-diagram.js +232 -0
- package/dist/components/ui/molecules/index.d.ts +2 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +42 -40
- package/dist/components/ui/molecules/requirement-badges.js +6 -4
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +19 -22
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/pages/login-page.js +13 -13
- package/dist/components/ui/templates/gateway-diagram.d.ts +28 -0
- package/dist/components/ui/templates/gateway-diagram.d.ts.map +1 -0
- package/dist/components/ui/templates/gateway-diagram.js +76 -0
- package/dist/components/ui/templates/index.d.ts +2 -0
- package/dist/components/ui/templates/index.d.ts.map +1 -1
- package/dist/components/ui/templates/index.js +31 -27
- package/dist/main.js +534 -522
- package/dist/metadata/index.d.ts +1 -0
- package/dist/metadata/index.d.ts.map +1 -1
- package/dist/metadata/index.js +25 -23
- package/dist/metadata/mcp-clients.d.ts +54 -0
- package/dist/metadata/mcp-clients.d.ts.map +1 -0
- package/dist/metadata/mcp-clients.js +23 -0
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +162 -158
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +26 -0
- package/dist/{toolkit-card-Dc104Z9e.js → toolkit-card-ryIR325K.js} +22 -20
- package/package.json +5 -5
|
@@ -8,18 +8,18 @@ import { Asana as g } from "./asana.js";
|
|
|
8
8
|
import { Ashby as d } from "./ashby.js";
|
|
9
9
|
import { Atlassian as k } from "./atlassian.js";
|
|
10
10
|
import { Attio as C } from "./attio.js";
|
|
11
|
-
import { Auth0 as
|
|
11
|
+
import { Auth0 as b } from "./auth0.js";
|
|
12
12
|
import { Azure as S } from "./azure.js";
|
|
13
13
|
import { Bamboohr as B } from "./bamboohr.js";
|
|
14
14
|
import { Basecamp as D } from "./basecamp.js";
|
|
15
15
|
import { Bill as T } from "./bill.js";
|
|
16
|
-
import { Bitbucket as
|
|
16
|
+
import { Bitbucket as O } from "./bitbucket.js";
|
|
17
17
|
import { Bluesky as v } from "./bluesky.js";
|
|
18
18
|
import { Box as E } from "./box.js";
|
|
19
19
|
import { Braze as H } from "./braze.js";
|
|
20
20
|
import { Brex as q } from "./brex.js";
|
|
21
|
-
import { Brightdata as
|
|
22
|
-
import { Buffer as
|
|
21
|
+
import { Brightdata as R } from "./brightdata.js";
|
|
22
|
+
import { Buffer as z } from "./buffer.js";
|
|
23
23
|
import { Calendly as X } from "./calendly.js";
|
|
24
24
|
import { Claude as Q } from "./claude.js";
|
|
25
25
|
import { ClaudeCodeLogotype as K } from "./claude-code-logotype.js";
|
|
@@ -35,122 +35,124 @@ import { CursorInstallDark as go } from "./cursor-install-dark.js";
|
|
|
35
35
|
import { CursorInstallLight as ho } from "./cursor-install-light.js";
|
|
36
36
|
import { CursorLogotype as Go } from "./cursor-logotype.js";
|
|
37
37
|
import { Customerio as Mo } from "./customerio.js";
|
|
38
|
-
import { Datadog as
|
|
38
|
+
import { Datadog as yo } from "./datadog.js";
|
|
39
39
|
import { Daytona as Ao } from "./daytona.js";
|
|
40
40
|
import { DigitalOcean as Lo } from "./digital-ocean.js";
|
|
41
41
|
import { Discord as Po } from "./discord.js";
|
|
42
|
-
import { Dropbox as
|
|
43
|
-
import { E2b as
|
|
42
|
+
import { Dropbox as Fo } from "./dropbox.js";
|
|
43
|
+
import { E2b as wo } from "./e2b.js";
|
|
44
44
|
import { Ebay as Wo } from "./ebay.js";
|
|
45
45
|
import { Evernote as Zo } from "./evernote.js";
|
|
46
46
|
import { Exa as Io } from "./exa.js";
|
|
47
47
|
import { Factorial as No } from "./factorial.js";
|
|
48
|
-
import { Figma as
|
|
49
|
-
import { Firecrawl as
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
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 {
|
|
48
|
+
import { Figma as Vo } from "./figma.js";
|
|
49
|
+
import { Firecrawl as Jo } from "./firecrawl.js";
|
|
50
|
+
import { Forkable as Yo } from "./forkable.js";
|
|
51
|
+
import { Freshservice as jo } from "./freshservice.js";
|
|
52
|
+
import { Gemini as Uo } from "./gemini.js";
|
|
53
|
+
import { Generic as $o } from "./generic.js";
|
|
54
|
+
import { Github as rr } from "./github.js";
|
|
55
|
+
import { Gitlab as tr } from "./gitlab.js";
|
|
56
|
+
import { Gmail as fr } from "./gmail.js";
|
|
57
|
+
import { Google as xr } from "./google.js";
|
|
58
|
+
import { GoogleCalendar as ir } from "./google-calendar.js";
|
|
59
|
+
import { GoogleContacts as sr } from "./google-contacts.js";
|
|
60
|
+
import { GoogleDocs as cr } from "./google-docs.js";
|
|
61
|
+
import { GoogleDrive as ur } from "./google-drive.js";
|
|
62
|
+
import { GoogleFinance as hr } from "./google-finance.js";
|
|
63
|
+
import { GoogleFlight as Gr } from "./google-flight.js";
|
|
64
|
+
import { GoogleFlights as Mr } from "./google-flights.js";
|
|
65
|
+
import { GoogleHotels as yr } from "./google-hotels.js";
|
|
66
|
+
import { GoogleJobs as Ar } from "./google-jobs.js";
|
|
67
|
+
import { GoogleMaps as Lr } from "./google-maps.js";
|
|
68
|
+
import { GoogleNews as Pr } from "./google-news.js";
|
|
69
|
+
import { GoogleSheets as Fr } from "./google-sheets.js";
|
|
70
|
+
import { GoogleShopping as wr } from "./google-shopping.js";
|
|
71
|
+
import { GoogleSlides as Wr } from "./google-slides.js";
|
|
72
|
+
import { Goose as Zr } from "./goose.js";
|
|
73
|
+
import { Granola as Ir } from "./granola.js";
|
|
74
|
+
import { Heroku as Nr } from "./heroku.js";
|
|
75
|
+
import { Hootsuite as Vr } from "./hootsuite.js";
|
|
76
|
+
import { Hubspot as Jr } from "./hubspot.js";
|
|
77
|
+
import { Imgflip as Yr } from "./imgflip.js";
|
|
78
|
+
import { Intercom as jr } from "./intercom.js";
|
|
79
|
+
import { Jira as Ur } from "./jira.js";
|
|
80
|
+
import { Langchain as $r } from "./langchain.js";
|
|
81
|
+
import { LangchainLogotype as re } from "./langchain-logotype.js";
|
|
82
|
+
import { Linear as te } from "./linear.js";
|
|
83
|
+
import { Linkedin as fe } from "./linkedin.js";
|
|
84
|
+
import { Luma as xe } from "./luma.js";
|
|
85
|
+
import { Mailchimp as ie } from "./mailchimp.js";
|
|
86
|
+
import { Mastra as se } from "./mastra.js";
|
|
87
|
+
import { MastraLogotype as ce } from "./mastra-logotype.js";
|
|
88
|
+
import { MathToolkit as ue } from "./math-toolkit.js";
|
|
89
|
+
import { Mcp as he } from "./mcp.js";
|
|
90
|
+
import { Microsoft as Ge } from "./microsoft.js";
|
|
91
|
+
import { MicrosoftDynamics as Me } from "./microsoft-dynamics.js";
|
|
92
|
+
import { MicrosoftExcel as ye } from "./microsoft-excel.js";
|
|
93
|
+
import { MicrosoftOnedrive as Ae } from "./microsoft-onedrive.js";
|
|
94
|
+
import { MicrosoftOutlookCalendar as Le } from "./microsoft-outlook-calendar.js";
|
|
95
|
+
import { MicrosoftOutlookMail as Pe } from "./microsoft-outlook-mail.js";
|
|
96
|
+
import { MicrosoftPowerpoint as Fe } from "./microsoft-powerpoint.js";
|
|
97
|
+
import { MicrosoftSharepoint as we } from "./microsoft-sharepoint.js";
|
|
98
|
+
import { MicrosoftTeams as We } from "./microsoft-teams.js";
|
|
99
|
+
import { MicrosoftWord as Ze } from "./microsoft-word.js";
|
|
100
|
+
import { Miro as Ie } from "./miro.js";
|
|
101
|
+
import { Monday as Ne } from "./monday.js";
|
|
102
|
+
import { MongoDB as Ve } from "./mongodb.js";
|
|
103
|
+
import { Netsuite as Je } from "./netsuite.js";
|
|
104
|
+
import { Notion as Ye } from "./notion.js";
|
|
105
|
+
import { Oauth as je } from "./oauth.js";
|
|
106
|
+
import { Obsidian as Ue } from "./obsidian.js";
|
|
107
|
+
import { Okta as $e } from "./okta.js";
|
|
108
|
+
import { Openai as rt } from "./openai.js";
|
|
109
|
+
import { Pagerduty as tt } from "./pagerduty.js";
|
|
110
|
+
import { Pinecone as ft } from "./pinecone.js";
|
|
111
|
+
import { Pinterest as xt } from "./pinterest.js";
|
|
112
|
+
import { Pipedrive as it } from "./pipedrive.js";
|
|
113
|
+
import { Plaid as st } from "./plaid.js";
|
|
114
|
+
import { Postgres as ct } from "./postgres.js";
|
|
115
|
+
import { Posthog as ut } from "./posthog.js";
|
|
116
|
+
import { Pylon as ht } from "./pylon.js";
|
|
117
|
+
import { Quickbooks as Gt } from "./quickbooks.js";
|
|
118
|
+
import { Railway as Mt } from "./railway.js";
|
|
119
|
+
import { Reddit as yt } from "./reddit.js";
|
|
120
|
+
import { Resend as At } from "./resend.js";
|
|
121
|
+
import { Salesforce as Lt } from "./salesforce.js";
|
|
122
|
+
import { Shopify as Pt } from "./shopify.js";
|
|
123
|
+
import { Singlestore as Ft } from "./singlestore.js";
|
|
124
|
+
import { Slack as wt } from "./slack.js";
|
|
125
|
+
import { Snowflake as Wt } from "./snowflake.js";
|
|
126
|
+
import { Splunk as Zt } from "./splunk.js";
|
|
127
|
+
import { Spotify as It } from "./spotify.js";
|
|
128
|
+
import { Square as Nt } from "./square.js";
|
|
129
|
+
import { Squarespace as Vt } from "./squarespace.js";
|
|
130
|
+
import { Squareup as Jt } from "./squareup.js";
|
|
131
|
+
import { Stripe as Yt } from "./stripe.js";
|
|
132
|
+
import { Telegram as jt } from "./telegram.js";
|
|
133
|
+
import { Tesla as Ut } from "./tesla.js";
|
|
134
|
+
import { Ticktick as $t } from "./ticktick.js";
|
|
135
|
+
import { Tiktok as rp } from "./tiktok.js";
|
|
136
|
+
import { Trello as tp } from "./trello.js";
|
|
137
|
+
import { Twilio as fp } from "./twilio.js";
|
|
138
|
+
import { Twitch as xp } from "./twitch.js";
|
|
139
|
+
import { Vercel as ip } from "./vercel.js";
|
|
140
|
+
import { VercelLogotype as sp } from "./vercel-logotype.js";
|
|
141
|
+
import { Vscode as cp } from "./vscode.js";
|
|
142
|
+
import { Walmart as up } from "./walmart.js";
|
|
143
|
+
import { Weaviate as hp } from "./weaviate.js";
|
|
144
|
+
import { Windsurf as Gp } from "./windsurf.js";
|
|
145
|
+
import { Workday as Mp } from "./workday.js";
|
|
146
|
+
import { Wrike as yp } from "./wrike.js";
|
|
147
|
+
import { X as Ap } from "./x.js";
|
|
148
|
+
import { Xero as Lp } from "./xero.js";
|
|
149
|
+
import { Youtube as Pp } from "./youtube.js";
|
|
150
|
+
import { Yugabytedb as Fp } from "./yugabytedb.js";
|
|
151
|
+
import { Zendesk as wp } from "./zendesk.js";
|
|
152
|
+
import { Zoho as Wp } from "./zoho.js";
|
|
153
|
+
import { ZohoBooks as Zp } from "./zoho-books.js";
|
|
154
|
+
import { ZohoCreator as Ip } from "./zoho-creator.js";
|
|
155
|
+
import { Zoom as Np } from "./zoom.js";
|
|
154
156
|
export {
|
|
155
157
|
e as Adp,
|
|
156
158
|
p as Aha,
|
|
@@ -162,18 +164,18 @@ export {
|
|
|
162
164
|
d as Ashby,
|
|
163
165
|
k as Atlassian,
|
|
164
166
|
C as Attio,
|
|
165
|
-
|
|
167
|
+
b as Auth0,
|
|
166
168
|
S as Azure,
|
|
167
169
|
B as Bamboohr,
|
|
168
170
|
D as Basecamp,
|
|
169
171
|
T as Bill,
|
|
170
|
-
|
|
172
|
+
O as Bitbucket,
|
|
171
173
|
v as Bluesky,
|
|
172
174
|
E as Box,
|
|
173
175
|
H as Braze,
|
|
174
176
|
q as Brex,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
+
R as Brightdata,
|
|
178
|
+
z as Buffer,
|
|
177
179
|
X as Calendly,
|
|
178
180
|
Q as Claude,
|
|
179
181
|
K as ClaudeCodeLogotype,
|
|
@@ -189,120 +191,122 @@ export {
|
|
|
189
191
|
ho as CursorInstallLight,
|
|
190
192
|
Go as CursorLogotype,
|
|
191
193
|
Mo as Customerio,
|
|
192
|
-
|
|
194
|
+
yo as Datadog,
|
|
193
195
|
Ao as Daytona,
|
|
194
196
|
Lo as DigitalOcean,
|
|
195
197
|
Po as Discord,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
+
Fo as Dropbox,
|
|
199
|
+
wo as E2b,
|
|
198
200
|
Wo as Ebay,
|
|
199
201
|
Zo as Evernote,
|
|
200
202
|
Io as Exa,
|
|
201
203
|
No as Factorial,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
Yo as
|
|
205
|
-
jo as
|
|
206
|
-
Uo as
|
|
207
|
-
$o as
|
|
208
|
-
rr as
|
|
209
|
-
tr as
|
|
210
|
-
fr as
|
|
211
|
-
xr as
|
|
212
|
-
ir as
|
|
213
|
-
sr as
|
|
214
|
-
cr as
|
|
215
|
-
ur as
|
|
216
|
-
hr as
|
|
217
|
-
Gr as
|
|
218
|
-
Mr as
|
|
219
|
-
|
|
220
|
-
Ar as
|
|
221
|
-
Lr as
|
|
222
|
-
Pr as
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
Wr as
|
|
226
|
-
Zr as
|
|
227
|
-
Ir as
|
|
228
|
-
Nr as
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
Yr as
|
|
232
|
-
jr as
|
|
233
|
-
Ur as
|
|
234
|
-
$r as
|
|
235
|
-
re as
|
|
236
|
-
te as
|
|
237
|
-
fe as
|
|
238
|
-
xe as
|
|
239
|
-
ie as
|
|
240
|
-
se as
|
|
241
|
-
ce as
|
|
242
|
-
ue as
|
|
243
|
-
he as
|
|
244
|
-
Ge as
|
|
245
|
-
Me as
|
|
246
|
-
|
|
247
|
-
Ae as
|
|
248
|
-
Le as
|
|
249
|
-
Pe as
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
We as
|
|
253
|
-
Ze as
|
|
254
|
-
Ie as
|
|
255
|
-
Ne as
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
Ye as
|
|
259
|
-
je as
|
|
260
|
-
Ue as
|
|
261
|
-
$e as
|
|
262
|
-
rt as
|
|
263
|
-
tt as
|
|
264
|
-
ft as
|
|
265
|
-
xt as
|
|
266
|
-
it as
|
|
267
|
-
st as
|
|
268
|
-
ct as
|
|
269
|
-
ut as
|
|
270
|
-
ht as
|
|
271
|
-
Gt as
|
|
272
|
-
Mt as
|
|
273
|
-
|
|
274
|
-
At as
|
|
275
|
-
Lt as
|
|
276
|
-
Pt as
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
Wt as
|
|
280
|
-
Zt as
|
|
281
|
-
It as
|
|
282
|
-
Nt as
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
Yt as
|
|
286
|
-
jt as
|
|
287
|
-
Ut as
|
|
288
|
-
$t as
|
|
289
|
-
rp as
|
|
290
|
-
tp as
|
|
291
|
-
fp as
|
|
292
|
-
xp as
|
|
293
|
-
ip as
|
|
294
|
-
sp as
|
|
295
|
-
cp as
|
|
296
|
-
up as
|
|
297
|
-
hp as
|
|
298
|
-
Gp as
|
|
299
|
-
Mp as
|
|
300
|
-
|
|
301
|
-
Ap as
|
|
302
|
-
Lp as
|
|
303
|
-
Pp as
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
Wp as
|
|
307
|
-
Zp as
|
|
204
|
+
Vo as Figma,
|
|
205
|
+
Jo as Firecrawl,
|
|
206
|
+
Yo as Forkable,
|
|
207
|
+
jo as Freshservice,
|
|
208
|
+
Uo as Gemini,
|
|
209
|
+
$o as Generic,
|
|
210
|
+
rr as Github,
|
|
211
|
+
tr as Gitlab,
|
|
212
|
+
fr as Gmail,
|
|
213
|
+
xr as Google,
|
|
214
|
+
ir as GoogleCalendar,
|
|
215
|
+
sr as GoogleContacts,
|
|
216
|
+
cr as GoogleDocs,
|
|
217
|
+
ur as GoogleDrive,
|
|
218
|
+
hr as GoogleFinance,
|
|
219
|
+
Gr as GoogleFlight,
|
|
220
|
+
Mr as GoogleFlights,
|
|
221
|
+
yr as GoogleHotels,
|
|
222
|
+
Ar as GoogleJobs,
|
|
223
|
+
Lr as GoogleMaps,
|
|
224
|
+
Pr as GoogleNews,
|
|
225
|
+
Fr as GoogleSheets,
|
|
226
|
+
wr as GoogleShopping,
|
|
227
|
+
Wr as GoogleSlides,
|
|
228
|
+
Zr as Goose,
|
|
229
|
+
Ir as Granola,
|
|
230
|
+
Nr as Heroku,
|
|
231
|
+
Vr as Hootsuite,
|
|
232
|
+
Jr as Hubspot,
|
|
233
|
+
Yr as Imgflip,
|
|
234
|
+
jr as Intercom,
|
|
235
|
+
Ur as Jira,
|
|
236
|
+
$r as Langchain,
|
|
237
|
+
re as LangchainLogotype,
|
|
238
|
+
te as Linear,
|
|
239
|
+
fe as Linkedin,
|
|
240
|
+
xe as Luma,
|
|
241
|
+
ie as Mailchimp,
|
|
242
|
+
se as Mastra,
|
|
243
|
+
ce as MastraLogotype,
|
|
244
|
+
ue as MathToolkit,
|
|
245
|
+
he as Mcp,
|
|
246
|
+
Ge as Microsoft,
|
|
247
|
+
Me as MicrosoftDynamics,
|
|
248
|
+
ye as MicrosoftExcel,
|
|
249
|
+
Ae as MicrosoftOnedrive,
|
|
250
|
+
Le as MicrosoftOutlookCalendar,
|
|
251
|
+
Pe as MicrosoftOutlookMail,
|
|
252
|
+
Fe as MicrosoftPowerpoint,
|
|
253
|
+
we as MicrosoftSharepoint,
|
|
254
|
+
We as MicrosoftTeams,
|
|
255
|
+
Ze as MicrosoftWord,
|
|
256
|
+
Ie as Miro,
|
|
257
|
+
Ne as Monday,
|
|
258
|
+
Ve as MongoDB,
|
|
259
|
+
Je as Netsuite,
|
|
260
|
+
Ye as Notion,
|
|
261
|
+
je as Oauth,
|
|
262
|
+
Ue as Obsidian,
|
|
263
|
+
$e as Okta,
|
|
264
|
+
rt as Openai,
|
|
265
|
+
tt as Pagerduty,
|
|
266
|
+
ft as Pinecone,
|
|
267
|
+
xt as Pinterest,
|
|
268
|
+
it as Pipedrive,
|
|
269
|
+
st as Plaid,
|
|
270
|
+
ct as Postgres,
|
|
271
|
+
ut as Posthog,
|
|
272
|
+
ht as Pylon,
|
|
273
|
+
Gt as Quickbooks,
|
|
274
|
+
Mt as Railway,
|
|
275
|
+
yt as Reddit,
|
|
276
|
+
At as Resend,
|
|
277
|
+
Lt as Salesforce,
|
|
278
|
+
Pt as Shopify,
|
|
279
|
+
Ft as Singlestore,
|
|
280
|
+
wt as Slack,
|
|
281
|
+
Wt as Snowflake,
|
|
282
|
+
Zt as Splunk,
|
|
283
|
+
It as Spotify,
|
|
284
|
+
Nt as Square,
|
|
285
|
+
Vt as Squarespace,
|
|
286
|
+
Jt as Squareup,
|
|
287
|
+
Yt as Stripe,
|
|
288
|
+
jt as Telegram,
|
|
289
|
+
Ut as Tesla,
|
|
290
|
+
$t as Ticktick,
|
|
291
|
+
rp as Tiktok,
|
|
292
|
+
tp as Trello,
|
|
293
|
+
fp as Twilio,
|
|
294
|
+
xp as Twitch,
|
|
295
|
+
ip as Vercel,
|
|
296
|
+
sp as VercelLogotype,
|
|
297
|
+
cp as Vscode,
|
|
298
|
+
up as Walmart,
|
|
299
|
+
hp as Weaviate,
|
|
300
|
+
Gp as Windsurf,
|
|
301
|
+
Mp as Workday,
|
|
302
|
+
yp as Wrike,
|
|
303
|
+
Ap as X,
|
|
304
|
+
Lp as Xero,
|
|
305
|
+
Pp as Youtube,
|
|
306
|
+
Fp as Yugabytedb,
|
|
307
|
+
wp as Zendesk,
|
|
308
|
+
Wp as Zoho,
|
|
309
|
+
Zp as ZohoBooks,
|
|
310
|
+
Ip as ZohoCreator,
|
|
311
|
+
Np as Zoom
|
|
308
312
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/mcp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,GAAG,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/mcp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,GAAG,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAcjD,CAAC;AAEF,eAAe,GAAG,CAAC"}
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
const o = (
|
|
1
|
+
import { jsxs as t, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
const o = (a) => /* @__PURE__ */ t(
|
|
3
3
|
"svg",
|
|
4
4
|
{
|
|
5
5
|
fill: "currentColor",
|
|
6
6
|
fillRule: "evenodd",
|
|
7
7
|
height: "1em",
|
|
8
|
-
style: { flex: "none", lineHeight: "1" },
|
|
9
8
|
viewBox: "0 0 24 24",
|
|
10
9
|
width: "1em",
|
|
11
10
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...
|
|
11
|
+
...a,
|
|
13
12
|
children: [
|
|
14
13
|
/* @__PURE__ */ l("title", { children: "ModelContextProtocol" }),
|
|
15
14
|
/* @__PURE__ */ l("path", { d: "M15.688 2.343a2.588 2.588 0 00-3.61 0l-9.626 9.44a.863.863 0 01-1.203 0 .823.823 0 010-1.18l9.626-9.44a4.313 4.313 0 016.016 0 4.116 4.116 0 011.204 3.54 4.3 4.3 0 013.609 1.18l.05.05a4.115 4.115 0 010 5.9l-8.706 8.537a.274.274 0 000 .393l1.788 1.754a.823.823 0 010 1.18.863.863 0 01-1.203 0l-1.788-1.753a1.92 1.92 0 010-2.754l8.706-8.538a2.47 2.47 0 000-3.54l-.05-.049a2.588 2.588 0 00-3.607-.003l-7.172 7.034-.002.002-.098.097a.863.863 0 01-1.204 0 .823.823 0 010-1.18l7.273-7.133a2.47 2.47 0 00-.003-3.537z" }),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resend.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/resend.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,MAAM,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAapD,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const n = (l) => /* @__PURE__ */ s(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 1800 1800",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...l,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ e("title", { children: "Resend" }),
|
|
11
|
+
/* @__PURE__ */ e(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
d: "M1000.46 450C1174.77 450 1278.43 553.669 1278.43 691.282C1278.43 828.896 1174.77 932.563 1000.46 932.563H912.382L1350 1350H1040.82L707.794 1033.48C683.944 1011.47 672.936 985.781 672.935 963.765C672.935 932.572 694.959 905.049 737.161 893.122L908.712 847.244C973.85 829.812 1018.81 779.353 1018.81 713.298C1018.8 632.567 952.745 585.78 871.095 585.78H450V450H1000.46Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}
|
|
17
|
+
)
|
|
18
|
+
]
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
n as Resend,
|
|
23
|
+
n as default
|
|
24
|
+
};
|