@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.
Files changed (69) hide show
  1. package/dist/assets/icons/cursor.js +6 -9
  2. package/dist/assets/icons/forkable.js +10 -0
  3. package/dist/assets/icons/mcp.js +2 -5
  4. package/dist/assets/icons/resend.js +10 -0
  5. package/dist/assets/index.css +1 -1
  6. package/dist/assets/tokens.css +1 -1
  7. package/dist/assets/variables.css +1 -1
  8. package/dist/components/index.js +504 -494
  9. package/dist/components/ui/atoms/badge.js +5 -5
  10. package/dist/components/ui/atoms/button.js +1 -1
  11. package/dist/components/ui/atoms/compute-flow-paths.d.ts +21 -0
  12. package/dist/components/ui/atoms/compute-flow-paths.d.ts.map +1 -0
  13. package/dist/components/ui/atoms/compute-flow-paths.js +38 -0
  14. package/dist/components/ui/atoms/flow-connector.d.ts +48 -0
  15. package/dist/components/ui/atoms/flow-connector.d.ts.map +1 -0
  16. package/dist/components/ui/atoms/flow-connector.js +153 -0
  17. package/dist/components/ui/atoms/flow-hub.d.ts +26 -0
  18. package/dist/components/ui/atoms/flow-hub.d.ts.map +1 -0
  19. package/dist/components/ui/atoms/flow-hub.js +34 -0
  20. package/dist/components/ui/atoms/flow-tile.d.ts +19 -0
  21. package/dist/components/ui/atoms/flow-tile.d.ts.map +1 -0
  22. package/dist/components/ui/atoms/flow-tile.js +49 -0
  23. package/dist/components/ui/atoms/icons/cursor.d.ts.map +1 -1
  24. package/dist/components/ui/atoms/icons/cursor.js +7 -7
  25. package/dist/components/ui/atoms/icons/forkable.d.ts +4 -0
  26. package/dist/components/ui/atoms/icons/forkable.d.ts.map +1 -0
  27. package/dist/components/ui/atoms/icons/forkable.js +31 -0
  28. package/dist/components/ui/atoms/icons/index.d.ts +2 -0
  29. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  30. package/dist/components/ui/atoms/icons/index.js +230 -226
  31. package/dist/components/ui/atoms/icons/mcp.d.ts.map +1 -1
  32. package/dist/components/ui/atoms/icons/mcp.js +3 -4
  33. package/dist/components/ui/atoms/icons/resend.d.ts +4 -0
  34. package/dist/components/ui/atoms/icons/resend.d.ts.map +1 -0
  35. package/dist/components/ui/atoms/icons/resend.js +24 -0
  36. package/dist/components/ui/atoms/index.js +372 -368
  37. package/dist/components/ui/atoms/switch.js +19 -19
  38. package/dist/components/ui/index.js +504 -494
  39. package/dist/components/ui/molecules/date-time-picker.js +1 -1
  40. package/dist/components/ui/molecules/flow-diagram.d.ts +56 -0
  41. package/dist/components/ui/molecules/flow-diagram.d.ts.map +1 -0
  42. package/dist/components/ui/molecules/flow-diagram.js +232 -0
  43. package/dist/components/ui/molecules/index.d.ts +2 -0
  44. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  45. package/dist/components/ui/molecules/index.js +42 -40
  46. package/dist/components/ui/molecules/requirement-badges.js +6 -4
  47. package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
  48. package/dist/components/ui/molecules/tool-card.js +19 -22
  49. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  50. package/dist/components/ui/pages/login-page.js +13 -13
  51. package/dist/components/ui/templates/gateway-diagram.d.ts +28 -0
  52. package/dist/components/ui/templates/gateway-diagram.d.ts.map +1 -0
  53. package/dist/components/ui/templates/gateway-diagram.js +76 -0
  54. package/dist/components/ui/templates/index.d.ts +2 -0
  55. package/dist/components/ui/templates/index.d.ts.map +1 -1
  56. package/dist/components/ui/templates/index.js +31 -27
  57. package/dist/main.js +534 -522
  58. package/dist/metadata/index.d.ts +1 -0
  59. package/dist/metadata/index.d.ts.map +1 -1
  60. package/dist/metadata/index.js +25 -23
  61. package/dist/metadata/mcp-clients.d.ts +54 -0
  62. package/dist/metadata/mcp-clients.d.ts.map +1 -0
  63. package/dist/metadata/mcp-clients.js +23 -0
  64. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  65. package/dist/metadata/toolkit-icons.js +162 -158
  66. package/dist/metadata/toolkits.d.ts.map +1 -1
  67. package/dist/metadata/toolkits.js +26 -0
  68. package/dist/{toolkit-card-Dc104Z9e.js → toolkit-card-ryIR325K.js} +22 -20
  69. 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 y } from "./auth0.js";
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 w } from "./bitbucket.js";
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 V } from "./brightdata.js";
22
- import { Buffer as J } from "./buffer.js";
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 bo } from "./datadog.js";
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 Oo } from "./dropbox.js";
43
- import { E2b as Fo } from "./e2b.js";
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 zo } from "./figma.js";
49
- import { Firecrawl as Ro } from "./firecrawl.js";
50
- import { Freshservice as Yo } from "./freshservice.js";
51
- import { Gemini as jo } from "./gemini.js";
52
- import { Generic as Uo } from "./generic.js";
53
- import { Github as $o } from "./github.js";
54
- import { Gitlab as rr } from "./gitlab.js";
55
- import { Gmail as tr } from "./gmail.js";
56
- import { Google as fr } from "./google.js";
57
- import { GoogleCalendar as xr } from "./google-calendar.js";
58
- import { GoogleContacts as ir } from "./google-contacts.js";
59
- import { GoogleDocs as sr } from "./google-docs.js";
60
- import { GoogleDrive as cr } from "./google-drive.js";
61
- import { GoogleFinance as ur } from "./google-finance.js";
62
- import { GoogleFlight as hr } from "./google-flight.js";
63
- import { GoogleFlights as Gr } from "./google-flights.js";
64
- import { GoogleHotels as Mr } from "./google-hotels.js";
65
- import { GoogleJobs as br } from "./google-jobs.js";
66
- import { GoogleMaps as Ar } from "./google-maps.js";
67
- import { GoogleNews as Lr } from "./google-news.js";
68
- import { GoogleSheets as Pr } from "./google-sheets.js";
69
- import { GoogleShopping as Or } from "./google-shopping.js";
70
- import { GoogleSlides as Fr } from "./google-slides.js";
71
- import { Goose as Wr } from "./goose.js";
72
- import { Granola as Zr } from "./granola.js";
73
- import { Heroku as Ir } from "./heroku.js";
74
- import { Hootsuite as Nr } from "./hootsuite.js";
75
- import { Hubspot as zr } from "./hubspot.js";
76
- import { Imgflip as Rr } from "./imgflip.js";
77
- import { Intercom as Yr } from "./intercom.js";
78
- import { Jira as jr } from "./jira.js";
79
- import { Langchain as Ur } from "./langchain.js";
80
- import { LangchainLogotype as $r } from "./langchain-logotype.js";
81
- import { Linear as re } from "./linear.js";
82
- import { Linkedin as te } from "./linkedin.js";
83
- import { Luma as fe } from "./luma.js";
84
- import { Mailchimp as xe } from "./mailchimp.js";
85
- import { Mastra as ie } from "./mastra.js";
86
- import { MastraLogotype as se } from "./mastra-logotype.js";
87
- import { MathToolkit as ce } from "./math-toolkit.js";
88
- import { Mcp as ue } from "./mcp.js";
89
- import { Microsoft as he } from "./microsoft.js";
90
- import { MicrosoftDynamics as Ge } from "./microsoft-dynamics.js";
91
- import { MicrosoftExcel as Me } from "./microsoft-excel.js";
92
- import { MicrosoftOnedrive as be } from "./microsoft-onedrive.js";
93
- import { MicrosoftOutlookCalendar as Ae } from "./microsoft-outlook-calendar.js";
94
- import { MicrosoftOutlookMail as Le } from "./microsoft-outlook-mail.js";
95
- import { MicrosoftPowerpoint as Pe } from "./microsoft-powerpoint.js";
96
- import { MicrosoftSharepoint as Oe } from "./microsoft-sharepoint.js";
97
- import { MicrosoftTeams as Fe } from "./microsoft-teams.js";
98
- import { MicrosoftWord as We } from "./microsoft-word.js";
99
- import { Miro as Ze } from "./miro.js";
100
- import { Monday as Ie } from "./monday.js";
101
- import { MongoDB as Ne } from "./mongodb.js";
102
- import { Netsuite as ze } from "./netsuite.js";
103
- import { Notion as Re } from "./notion.js";
104
- import { Oauth as Ye } from "./oauth.js";
105
- import { Obsidian as je } from "./obsidian.js";
106
- import { Okta as Ue } from "./okta.js";
107
- import { Openai as $e } from "./openai.js";
108
- import { Pagerduty as rt } from "./pagerduty.js";
109
- import { Pinecone as tt } from "./pinecone.js";
110
- import { Pinterest as ft } from "./pinterest.js";
111
- import { Pipedrive as xt } from "./pipedrive.js";
112
- import { Plaid as it } from "./plaid.js";
113
- import { Postgres as st } from "./postgres.js";
114
- import { Posthog as ct } from "./posthog.js";
115
- import { Pylon as ut } from "./pylon.js";
116
- import { Quickbooks as ht } from "./quickbooks.js";
117
- import { Railway as Gt } from "./railway.js";
118
- import { Reddit as Mt } from "./reddit.js";
119
- import { Salesforce as bt } from "./salesforce.js";
120
- import { Shopify as At } from "./shopify.js";
121
- import { Singlestore as Lt } from "./singlestore.js";
122
- import { Slack as Pt } from "./slack.js";
123
- import { Snowflake as Ot } from "./snowflake.js";
124
- import { Splunk as Ft } from "./splunk.js";
125
- import { Spotify as Wt } from "./spotify.js";
126
- import { Square as Zt } from "./square.js";
127
- import { Squarespace as It } from "./squarespace.js";
128
- import { Squareup as Nt } from "./squareup.js";
129
- import { Stripe as zt } from "./stripe.js";
130
- import { Telegram as Rt } from "./telegram.js";
131
- import { Tesla as Yt } from "./tesla.js";
132
- import { Ticktick as jt } from "./ticktick.js";
133
- import { Tiktok as Ut } from "./tiktok.js";
134
- import { Trello as $t } from "./trello.js";
135
- import { Twilio as rp } from "./twilio.js";
136
- import { Twitch as tp } from "./twitch.js";
137
- import { Vercel as fp } from "./vercel.js";
138
- import { VercelLogotype as xp } from "./vercel-logotype.js";
139
- import { Vscode as ip } from "./vscode.js";
140
- import { Walmart as sp } from "./walmart.js";
141
- import { Weaviate as cp } from "./weaviate.js";
142
- import { Windsurf as up } from "./windsurf.js";
143
- import { Workday as hp } from "./workday.js";
144
- import { Wrike as Gp } from "./wrike.js";
145
- import { X as Mp } from "./x.js";
146
- import { Xero as bp } from "./xero.js";
147
- import { Youtube as Ap } from "./youtube.js";
148
- import { Yugabytedb as Lp } from "./yugabytedb.js";
149
- import { Zendesk as Pp } from "./zendesk.js";
150
- import { Zoho as Op } from "./zoho.js";
151
- import { ZohoBooks as Fp } from "./zoho-books.js";
152
- import { ZohoCreator as Wp } from "./zoho-creator.js";
153
- import { Zoom as Zp } from "./zoom.js";
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
- y as Auth0,
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
- w as Bitbucket,
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
- V as Brightdata,
176
- J as Buffer,
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
- bo as Datadog,
194
+ yo as Datadog,
193
195
  Ao as Daytona,
194
196
  Lo as DigitalOcean,
195
197
  Po as Discord,
196
- Oo as Dropbox,
197
- Fo as E2b,
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
- zo as Figma,
203
- Ro as Firecrawl,
204
- Yo as Freshservice,
205
- jo as Gemini,
206
- Uo as Generic,
207
- $o as Github,
208
- rr as Gitlab,
209
- tr as Gmail,
210
- fr as Google,
211
- xr as GoogleCalendar,
212
- ir as GoogleContacts,
213
- sr as GoogleDocs,
214
- cr as GoogleDrive,
215
- ur as GoogleFinance,
216
- hr as GoogleFlight,
217
- Gr as GoogleFlights,
218
- Mr as GoogleHotels,
219
- br as GoogleJobs,
220
- Ar as GoogleMaps,
221
- Lr as GoogleNews,
222
- Pr as GoogleSheets,
223
- Or as GoogleShopping,
224
- Fr as GoogleSlides,
225
- Wr as Goose,
226
- Zr as Granola,
227
- Ir as Heroku,
228
- Nr as Hootsuite,
229
- zr as Hubspot,
230
- Rr as Imgflip,
231
- Yr as Intercom,
232
- jr as Jira,
233
- Ur as Langchain,
234
- $r as LangchainLogotype,
235
- re as Linear,
236
- te as Linkedin,
237
- fe as Luma,
238
- xe as Mailchimp,
239
- ie as Mastra,
240
- se as MastraLogotype,
241
- ce as MathToolkit,
242
- ue as Mcp,
243
- he as Microsoft,
244
- Ge as MicrosoftDynamics,
245
- Me as MicrosoftExcel,
246
- be as MicrosoftOnedrive,
247
- Ae as MicrosoftOutlookCalendar,
248
- Le as MicrosoftOutlookMail,
249
- Pe as MicrosoftPowerpoint,
250
- Oe as MicrosoftSharepoint,
251
- Fe as MicrosoftTeams,
252
- We as MicrosoftWord,
253
- Ze as Miro,
254
- Ie as Monday,
255
- Ne as MongoDB,
256
- ze as Netsuite,
257
- Re as Notion,
258
- Ye as Oauth,
259
- je as Obsidian,
260
- Ue as Okta,
261
- $e as Openai,
262
- rt as Pagerduty,
263
- tt as Pinecone,
264
- ft as Pinterest,
265
- xt as Pipedrive,
266
- it as Plaid,
267
- st as Postgres,
268
- ct as Posthog,
269
- ut as Pylon,
270
- ht as Quickbooks,
271
- Gt as Railway,
272
- Mt as Reddit,
273
- bt as Salesforce,
274
- At as Shopify,
275
- Lt as Singlestore,
276
- Pt as Slack,
277
- Ot as Snowflake,
278
- Ft as Splunk,
279
- Wt as Spotify,
280
- Zt as Square,
281
- It as Squarespace,
282
- Nt as Squareup,
283
- zt as Stripe,
284
- Rt as Telegram,
285
- Yt as Tesla,
286
- jt as Ticktick,
287
- Ut as Tiktok,
288
- $t as Trello,
289
- rp as Twilio,
290
- tp as Twitch,
291
- fp as Vercel,
292
- xp as VercelLogotype,
293
- ip as Vscode,
294
- sp as Walmart,
295
- cp as Weaviate,
296
- up as Windsurf,
297
- hp as Workday,
298
- Gp as Wrike,
299
- Mp as X,
300
- bp as Xero,
301
- Ap as Youtube,
302
- Lp as Yugabytedb,
303
- Pp as Zendesk,
304
- Op as Zoho,
305
- Fp as ZohoBooks,
306
- Wp as ZohoCreator,
307
- Zp as Zoom
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,4CAejD,CAAC;AAEF,eAAe,GAAG,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 a, jsx as l } from "react/jsx-runtime";
2
- const o = (e) => /* @__PURE__ */ a(
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
- ...e,
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,4 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const Resend: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Resend;
4
+ //# sourceMappingURL=resend.d.ts.map
@@ -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
+ };