@arcadeai/design-system 3.35.2 → 3.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/dist/assets/icons/claude-code-logotype.js +10 -0
  2. package/dist/assets/icons/cursor-logotype.js +10 -0
  3. package/dist/assets/icons/langchain-logotype.js +10 -0
  4. package/dist/assets/icons/mastra-logotype.js +10 -0
  5. package/dist/assets/icons/vercel-logotype.js +10 -0
  6. package/dist/components/index.js +606 -590
  7. package/dist/components/ui/atoms/brand-chip.d.ts +9 -0
  8. package/dist/components/ui/atoms/brand-chip.d.ts.map +1 -0
  9. package/dist/components/ui/atoms/brand-chip.js +19 -0
  10. package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
  11. package/dist/components/ui/atoms/code-block.js +31 -723
  12. package/dist/components/ui/atoms/icons/arcade-gradient.d.ts +4 -0
  13. package/dist/components/ui/atoms/icons/arcade-gradient.d.ts.map +1 -0
  14. package/dist/components/ui/atoms/icons/arcade-gradient.js +26 -0
  15. package/dist/components/ui/atoms/icons/claude-code-logotype.d.ts +4 -0
  16. package/dist/components/ui/atoms/icons/claude-code-logotype.d.ts.map +1 -0
  17. package/dist/components/ui/atoms/icons/claude-code-logotype.js +34 -0
  18. package/dist/components/ui/atoms/icons/cursor-logotype.d.ts +4 -0
  19. package/dist/components/ui/atoms/icons/cursor-logotype.d.ts.map +1 -0
  20. package/dist/components/ui/atoms/icons/cursor-logotype.js +21 -0
  21. package/dist/components/ui/atoms/icons/index.d.ts +6 -0
  22. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  23. package/dist/components/ui/atoms/icons/index.js +298 -286
  24. package/dist/components/ui/atoms/icons/langchain-logotype.d.ts +4 -0
  25. package/dist/components/ui/atoms/icons/langchain-logotype.d.ts.map +1 -0
  26. package/dist/components/ui/atoms/icons/langchain-logotype.js +45 -0
  27. package/dist/components/ui/atoms/icons/mastra-logotype.d.ts +4 -0
  28. package/dist/components/ui/atoms/icons/mastra-logotype.d.ts.map +1 -0
  29. package/dist/components/ui/atoms/icons/mastra-logotype.js +19 -0
  30. package/dist/components/ui/atoms/icons/vercel-logotype.d.ts +4 -0
  31. package/dist/components/ui/atoms/icons/vercel-logotype.d.ts.map +1 -0
  32. package/dist/components/ui/atoms/icons/vercel-logotype.js +26 -0
  33. package/dist/components/ui/atoms/icons/vercel.d.ts.map +1 -1
  34. package/dist/components/ui/atoms/icons/vercel.js +0 -1
  35. package/dist/components/ui/atoms/index.d.ts +1 -0
  36. package/dist/components/ui/atoms/index.d.ts.map +1 -1
  37. package/dist/components/ui/atoms/index.js +523 -509
  38. package/dist/components/ui/index.js +606 -590
  39. package/dist/components/ui/molecules/command-bar.d.ts +7 -0
  40. package/dist/components/ui/molecules/command-bar.d.ts.map +1 -0
  41. package/dist/components/ui/molecules/command-bar.js +38 -0
  42. package/dist/components/ui/molecules/empty-state.d.ts +2 -1
  43. package/dist/components/ui/molecules/empty-state.d.ts.map +1 -1
  44. package/dist/components/ui/molecules/empty-state.js +9 -7
  45. package/dist/components/ui/molecules/index.d.ts +1 -0
  46. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  47. package/dist/components/ui/molecules/index.js +49 -47
  48. package/dist/lib/shiki-themes.d.ts +5 -0
  49. package/dist/lib/shiki-themes.d.ts.map +1 -0
  50. package/dist/lib/shiki-themes.js +7 -0
  51. package/dist/main.js +632 -616
  52. package/dist/web-BwFNdl01.js +697 -0
  53. package/package.json +3 -2
@@ -1,296 +1,308 @@
1
1
  import { Adp as e } from "./adp.js";
2
2
  import { Aha as p } from "./aha.js";
3
3
  import { Airtable as m } from "./airtable.js";
4
- import { Amplitude as i } from "./amplitude.js";
4
+ import { Amplitude as a } from "./amplitude.js";
5
5
  import { Arcade as l } from "./arcade.js";
6
- import { ArcadeLogo as n } from "./arcade-logo.js";
7
- import { Asana as u } from "./asana.js";
8
- import { Ashby as d } from "./ashby.js";
9
- import { Atlassian as k } from "./atlassian.js";
10
- import { Attio as M } from "./attio.js";
11
- import { Auth0 as C } from "./auth0.js";
12
- import { Azure as y } from "./azure.js";
13
- import { Bamboohr as B } from "./bamboohr.js";
14
- import { Basecamp as P } from "./basecamp.js";
15
- import { Bill as T } from "./bill.js";
16
- import { Bitbucket as F } from "./bitbucket.js";
17
- import { Bluesky as L } from "./bluesky.js";
18
- import { Box as E } from "./box.js";
19
- import { Braze as H } from "./braze.js";
20
- import { Brex as q } from "./brex.js";
21
- import { Brightdata as z } from "./brightdata.js";
22
- import { Buffer as R } from "./buffer.js";
23
- import { Calendly as X } from "./calendly.js";
24
- import { Claude as Q } from "./claude.js";
25
- import { Clickhouse as K } from "./clickhouse.js";
26
- import { Clickup as _ } from "./clickup.js";
27
- import { Cline as oo } from "./cline.js";
28
- import { Closeio as eo } from "./closeio.js";
29
- import { Codesandbox as po } from "./codesandbox.js";
30
- import { Coinbase as mo } from "./coinbase.js";
31
- import { Confluence as io } from "./confluence.js";
32
- import { Cursor as lo } from "./cursor.js";
33
- import { CursorInstallDark as no } from "./cursor-install-dark.js";
34
- import { CursorInstallLight as uo } from "./cursor-install-light.js";
35
- import { Customerio as ho } from "./customerio.js";
36
- import { Datadog as Go } from "./datadog.js";
37
- import { Daytona as bo } from "./daytona.js";
38
- import { DigitalOcean as So } from "./digital-ocean.js";
39
- import { Discord as Ao } from "./discord.js";
40
- import { Dropbox as Do } from "./dropbox.js";
41
- import { E2b as Oo } from "./e2b.js";
42
- import { Ebay as wo } from "./ebay.js";
43
- import { Evernote as vo } from "./evernote.js";
44
- import { Exa as Wo } from "./exa.js";
45
- import { Factorial as Zo } from "./factorial.js";
46
- import { Figma as Io } from "./figma.js";
47
- import { Firecrawl as No } from "./firecrawl.js";
48
- import { Freshservice as Jo } from "./freshservice.js";
49
- import { Gemini as Vo } from "./gemini.js";
50
- import { Generic as Yo } from "./generic.js";
51
- import { Github as jo } from "./github.js";
52
- import { Gitlab as Uo } from "./gitlab.js";
53
- import { Gmail as $o } from "./gmail.js";
54
- import { Google as rr } from "./google.js";
55
- import { GoogleCalendar as tr } from "./google-calendar.js";
56
- import { GoogleContacts as fr } from "./google-contacts.js";
57
- import { GoogleDocs as xr } from "./google-docs.js";
58
- import { GoogleDrive as ar } from "./google-drive.js";
59
- import { GoogleFinance as sr } from "./google-finance.js";
60
- import { GoogleFlight as cr } from "./google-flight.js";
61
- import { GoogleFlights as gr } from "./google-flights.js";
62
- import { GoogleHotels as hr } from "./google-hotels.js";
63
- import { GoogleJobs as Gr } from "./google-jobs.js";
64
- import { GoogleMaps as br } from "./google-maps.js";
65
- import { GoogleNews as Sr } from "./google-news.js";
66
- import { GoogleSheets as Ar } from "./google-sheets.js";
67
- import { GoogleShopping as Dr } from "./google-shopping.js";
68
- import { GoogleSlides as Or } from "./google-slides.js";
69
- import { Goose as wr } from "./goose.js";
70
- import { Granola as vr } from "./granola.js";
71
- import { Heroku as Wr } from "./heroku.js";
72
- import { Hootsuite as Zr } from "./hootsuite.js";
73
- import { Hubspot as Ir } from "./hubspot.js";
74
- import { Imgflip as Nr } from "./imgflip.js";
75
- import { Intercom as Jr } from "./intercom.js";
76
- import { Jira as Vr } from "./jira.js";
77
- import { Langchain as Yr } from "./langchain.js";
78
- import { Linear as jr } from "./linear.js";
79
- import { Linkedin as Ur } from "./linkedin.js";
80
- import { Luma as $r } from "./luma.js";
81
- import { Mailchimp as re } from "./mailchimp.js";
82
- import { Mastra as te } from "./mastra.js";
83
- import { MathToolkit as fe } from "./math-toolkit.js";
84
- import { Mcp as xe } from "./mcp.js";
85
- import { Microsoft as ae } from "./microsoft.js";
86
- import { MicrosoftDynamics as se } from "./microsoft-dynamics.js";
87
- import { MicrosoftExcel as ce } from "./microsoft-excel.js";
88
- import { MicrosoftOnedrive as ge } from "./microsoft-onedrive.js";
89
- import { MicrosoftOutlookCalendar as he } from "./microsoft-outlook-calendar.js";
90
- import { MicrosoftOutlookMail as Ge } from "./microsoft-outlook-mail.js";
91
- import { MicrosoftPowerpoint as be } from "./microsoft-powerpoint.js";
92
- import { MicrosoftSharepoint as Se } from "./microsoft-sharepoint.js";
93
- import { MicrosoftTeams as Ae } from "./microsoft-teams.js";
94
- import { MicrosoftWord as De } from "./microsoft-word.js";
95
- import { Miro as Oe } from "./miro.js";
96
- import { Monday as we } from "./monday.js";
97
- import { MongoDB as ve } from "./mongodb.js";
98
- import { Netsuite as We } from "./netsuite.js";
99
- import { Notion as Ze } from "./notion.js";
100
- import { Oauth as Ie } from "./oauth.js";
101
- import { Obsidian as Ne } from "./obsidian.js";
102
- import { Okta as Je } from "./okta.js";
103
- import { Openai as Ve } from "./openai.js";
104
- import { Pagerduty as Ye } from "./pagerduty.js";
105
- import { Pinecone as je } from "./pinecone.js";
106
- import { Pinterest as Ue } from "./pinterest.js";
107
- import { Pipedrive as $e } from "./pipedrive.js";
108
- import { Plaid as rt } from "./plaid.js";
109
- import { Postgres as tt } from "./postgres.js";
110
- import { Posthog as ft } from "./posthog.js";
111
- import { Pylon as xt } from "./pylon.js";
112
- import { Quickbooks as at } from "./quickbooks.js";
113
- import { Railway as st } from "./railway.js";
114
- import { Reddit as ct } from "./reddit.js";
115
- import { Salesforce as gt } from "./salesforce.js";
116
- import { Shopify as ht } from "./shopify.js";
117
- import { Singlestore as Gt } from "./singlestore.js";
118
- import { Slack as bt } from "./slack.js";
119
- import { Snowflake as St } from "./snowflake.js";
120
- import { Splunk as At } from "./splunk.js";
121
- import { Spotify as Dt } from "./spotify.js";
122
- import { Square as Ot } from "./square.js";
123
- import { Squarespace as wt } from "./squarespace.js";
124
- import { Squareup as vt } from "./squareup.js";
125
- import { Stripe as Wt } from "./stripe.js";
126
- import { Tesla as Zt } from "./tesla.js";
127
- import { Ticktick as It } from "./ticktick.js";
128
- import { Tiktok as Nt } from "./tiktok.js";
129
- import { Trello as Jt } from "./trello.js";
130
- import { Twilio as Vt } from "./twilio.js";
131
- import { Twitch as Yt } from "./twitch.js";
132
- import { Vercel as jt } from "./vercel.js";
133
- import { Vscode as Ut } from "./vscode.js";
134
- import { Walmart as $t } from "./walmart.js";
135
- import { Weaviate as rp } from "./weaviate.js";
136
- import { Windsurf as tp } from "./windsurf.js";
137
- import { Workday as fp } from "./workday.js";
138
- import { Wrike as xp } from "./wrike.js";
139
- import { X as ap } from "./x.js";
140
- import { Xero as sp } from "./xero.js";
141
- import { Youtube as cp } from "./youtube.js";
142
- import { Yugabytedb as gp } from "./yugabytedb.js";
143
- import { Zendesk as hp } from "./zendesk.js";
144
- import { Zoho as Gp } from "./zoho.js";
145
- import { ZohoBooks as bp } from "./zoho-books.js";
146
- import { ZohoCreator as Sp } from "./zoho-creator.js";
147
- import { Zoom as Ap } from "./zoom.js";
6
+ import { ArcadeGradient as n } from "./arcade-gradient.js";
7
+ import { ArcadeLogo as g } from "./arcade-logo.js";
8
+ import { Asana as d } from "./asana.js";
9
+ import { Ashby as k } from "./ashby.js";
10
+ import { Atlassian as C } from "./atlassian.js";
11
+ import { Attio as y } from "./attio.js";
12
+ import { Auth0 as S } from "./auth0.js";
13
+ import { Azure as B } from "./azure.js";
14
+ import { Bamboohr as D } from "./bamboohr.js";
15
+ import { Basecamp as O } from "./basecamp.js";
16
+ import { Bill as w } from "./bill.js";
17
+ import { Bitbucket as v } from "./bitbucket.js";
18
+ import { Bluesky as E } from "./bluesky.js";
19
+ import { Box as H } from "./box.js";
20
+ import { Braze as q } from "./braze.js";
21
+ import { Brex as V } from "./brex.js";
22
+ import { Brightdata as J } from "./brightdata.js";
23
+ import { Buffer as X } from "./buffer.js";
24
+ import { Calendly as Q } from "./calendly.js";
25
+ import { Claude as K } from "./claude.js";
26
+ import { ClaudeCodeLogotype as _ } from "./claude-code-logotype.js";
27
+ import { Clickhouse as oo } from "./clickhouse.js";
28
+ import { Clickup as eo } from "./clickup.js";
29
+ import { Cline as po } from "./cline.js";
30
+ import { Closeio as mo } from "./closeio.js";
31
+ import { Codesandbox as ao } from "./codesandbox.js";
32
+ import { Coinbase as lo } from "./coinbase.js";
33
+ import { Confluence as no } from "./confluence.js";
34
+ import { Cursor as go } from "./cursor.js";
35
+ import { CursorInstallDark as ho } from "./cursor-install-dark.js";
36
+ import { CursorInstallLight as Go } from "./cursor-install-light.js";
37
+ import { CursorLogotype as Mo } from "./cursor-logotype.js";
38
+ import { Customerio as bo } from "./customerio.js";
39
+ import { Datadog as Ao } from "./datadog.js";
40
+ import { Daytona as Lo } from "./daytona.js";
41
+ import { DigitalOcean as Po } from "./digital-ocean.js";
42
+ import { Discord as To } from "./discord.js";
43
+ import { Dropbox as Fo } from "./dropbox.js";
44
+ import { E2b as Wo } from "./e2b.js";
45
+ import { Ebay as Zo } from "./ebay.js";
46
+ import { Evernote as Io } from "./evernote.js";
47
+ import { Exa as No } from "./exa.js";
48
+ import { Factorial as zo } from "./factorial.js";
49
+ import { Figma as Ro } from "./figma.js";
50
+ import { Firecrawl as Yo } from "./firecrawl.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 br } 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 Tr } from "./google-sheets.js";
70
+ import { GoogleShopping as Fr } 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 zr } from "./hootsuite.js";
76
+ import { Hubspot as Rr } 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 be } 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 Te } from "./microsoft-powerpoint.js";
97
+ import { MicrosoftSharepoint as Fe } 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 ze } from "./mongodb.js";
103
+ import { Netsuite as Re } 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 bt } from "./reddit.js";
120
+ import { Salesforce as At } from "./salesforce.js";
121
+ import { Shopify as Lt } from "./shopify.js";
122
+ import { Singlestore as Pt } from "./singlestore.js";
123
+ import { Slack as Tt } from "./slack.js";
124
+ import { Snowflake as Ft } from "./snowflake.js";
125
+ import { Splunk as Wt } from "./splunk.js";
126
+ import { Spotify as Zt } from "./spotify.js";
127
+ import { Square as It } from "./square.js";
128
+ import { Squarespace as Nt } from "./squarespace.js";
129
+ import { Squareup as zt } from "./squareup.js";
130
+ import { Stripe as Rt } from "./stripe.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 Tp } 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";
148
154
  export {
149
155
  e as Adp,
150
156
  p as Aha,
151
157
  m as Airtable,
152
- i as Amplitude,
158
+ a as Amplitude,
153
159
  l as Arcade,
154
- n as ArcadeLogo,
155
- u as Asana,
156
- d as Ashby,
157
- k as Atlassian,
158
- M as Attio,
159
- C as Auth0,
160
- y as Azure,
161
- B as Bamboohr,
162
- P as Basecamp,
163
- T as Bill,
164
- F as Bitbucket,
165
- L as Bluesky,
166
- E as Box,
167
- H as Braze,
168
- q as Brex,
169
- z as Brightdata,
170
- R as Buffer,
171
- X as Calendly,
172
- Q as Claude,
173
- K as Clickhouse,
174
- _ as Clickup,
175
- oo as Cline,
176
- eo as Closeio,
177
- po as Codesandbox,
178
- mo as Coinbase,
179
- io as Confluence,
180
- lo as Cursor,
181
- no as CursorInstallDark,
182
- uo as CursorInstallLight,
183
- ho as Customerio,
184
- Go as Datadog,
185
- bo as Daytona,
186
- So as DigitalOcean,
187
- Ao as Discord,
188
- Do as Dropbox,
189
- Oo as E2b,
190
- wo as Ebay,
191
- vo as Evernote,
192
- Wo as Exa,
193
- Zo as Factorial,
194
- Io as Figma,
195
- No as Firecrawl,
196
- Jo as Freshservice,
197
- Vo as Gemini,
198
- Yo as Generic,
199
- jo as Github,
200
- Uo as Gitlab,
201
- $o as Gmail,
202
- rr as Google,
203
- tr as GoogleCalendar,
204
- fr as GoogleContacts,
205
- xr as GoogleDocs,
206
- ar as GoogleDrive,
207
- sr as GoogleFinance,
208
- cr as GoogleFlight,
209
- gr as GoogleFlights,
210
- hr as GoogleHotels,
211
- Gr as GoogleJobs,
212
- br as GoogleMaps,
213
- Sr as GoogleNews,
214
- Ar as GoogleSheets,
215
- Dr as GoogleShopping,
216
- Or as GoogleSlides,
217
- wr as Goose,
218
- vr as Granola,
219
- Wr as Heroku,
220
- Zr as Hootsuite,
221
- Ir as Hubspot,
222
- Nr as Imgflip,
223
- Jr as Intercom,
224
- Vr as Jira,
225
- Yr as Langchain,
226
- jr as Linear,
227
- Ur as Linkedin,
228
- $r as Luma,
229
- re as Mailchimp,
230
- te as Mastra,
231
- fe as MathToolkit,
232
- xe as Mcp,
233
- ae as Microsoft,
234
- se as MicrosoftDynamics,
235
- ce as MicrosoftExcel,
236
- ge as MicrosoftOnedrive,
237
- he as MicrosoftOutlookCalendar,
238
- Ge as MicrosoftOutlookMail,
239
- be as MicrosoftPowerpoint,
240
- Se as MicrosoftSharepoint,
241
- Ae as MicrosoftTeams,
242
- De as MicrosoftWord,
243
- Oe as Miro,
244
- we as Monday,
245
- ve as MongoDB,
246
- We as Netsuite,
247
- Ze as Notion,
248
- Ie as Oauth,
249
- Ne as Obsidian,
250
- Je as Okta,
251
- Ve as Openai,
252
- Ye as Pagerduty,
253
- je as Pinecone,
254
- Ue as Pinterest,
255
- $e as Pipedrive,
256
- rt as Plaid,
257
- tt as Postgres,
258
- ft as Posthog,
259
- xt as Pylon,
260
- at as Quickbooks,
261
- st as Railway,
262
- ct as Reddit,
263
- gt as Salesforce,
264
- ht as Shopify,
265
- Gt as Singlestore,
266
- bt as Slack,
267
- St as Snowflake,
268
- At as Splunk,
269
- Dt as Spotify,
270
- Ot as Square,
271
- wt as Squarespace,
272
- vt as Squareup,
273
- Wt as Stripe,
274
- Zt as Tesla,
275
- It as Ticktick,
276
- Nt as Tiktok,
277
- Jt as Trello,
278
- Vt as Twilio,
279
- Yt as Twitch,
280
- jt as Vercel,
281
- Ut as Vscode,
282
- $t as Walmart,
283
- rp as Weaviate,
284
- tp as Windsurf,
285
- fp as Workday,
286
- xp as Wrike,
287
- ap as X,
288
- sp as Xero,
289
- cp as Youtube,
290
- gp as Yugabytedb,
291
- hp as Zendesk,
292
- Gp as Zoho,
293
- bp as ZohoBooks,
294
- Sp as ZohoCreator,
295
- Ap as Zoom
160
+ n as ArcadeGradient,
161
+ g as ArcadeLogo,
162
+ d as Asana,
163
+ k as Ashby,
164
+ C as Atlassian,
165
+ y as Attio,
166
+ S as Auth0,
167
+ B as Azure,
168
+ D as Bamboohr,
169
+ O as Basecamp,
170
+ w as Bill,
171
+ v as Bitbucket,
172
+ E as Bluesky,
173
+ H as Box,
174
+ q as Braze,
175
+ V as Brex,
176
+ J as Brightdata,
177
+ X as Buffer,
178
+ Q as Calendly,
179
+ K as Claude,
180
+ _ as ClaudeCodeLogotype,
181
+ oo as Clickhouse,
182
+ eo as Clickup,
183
+ po as Cline,
184
+ mo as Closeio,
185
+ ao as Codesandbox,
186
+ lo as Coinbase,
187
+ no as Confluence,
188
+ go as Cursor,
189
+ ho as CursorInstallDark,
190
+ Go as CursorInstallLight,
191
+ Mo as CursorLogotype,
192
+ bo as Customerio,
193
+ Ao as Datadog,
194
+ Lo as Daytona,
195
+ Po as DigitalOcean,
196
+ To as Discord,
197
+ Fo as Dropbox,
198
+ Wo as E2b,
199
+ Zo as Ebay,
200
+ Io as Evernote,
201
+ No as Exa,
202
+ zo as Factorial,
203
+ Ro as Figma,
204
+ Yo as Firecrawl,
205
+ jo as Freshservice,
206
+ Uo as Gemini,
207
+ $o as Generic,
208
+ rr as Github,
209
+ tr as Gitlab,
210
+ fr as Gmail,
211
+ xr as Google,
212
+ ir as GoogleCalendar,
213
+ sr as GoogleContacts,
214
+ cr as GoogleDocs,
215
+ ur as GoogleDrive,
216
+ hr as GoogleFinance,
217
+ Gr as GoogleFlight,
218
+ Mr as GoogleFlights,
219
+ br as GoogleHotels,
220
+ Ar as GoogleJobs,
221
+ Lr as GoogleMaps,
222
+ Pr as GoogleNews,
223
+ Tr as GoogleSheets,
224
+ Fr as GoogleShopping,
225
+ Wr as GoogleSlides,
226
+ Zr as Goose,
227
+ Ir as Granola,
228
+ Nr as Heroku,
229
+ zr as Hootsuite,
230
+ Rr as Hubspot,
231
+ Yr as Imgflip,
232
+ jr as Intercom,
233
+ Ur as Jira,
234
+ $r as Langchain,
235
+ re as LangchainLogotype,
236
+ te as Linear,
237
+ fe as Linkedin,
238
+ xe as Luma,
239
+ ie as Mailchimp,
240
+ se as Mastra,
241
+ ce as MastraLogotype,
242
+ ue as MathToolkit,
243
+ he as Mcp,
244
+ Ge as Microsoft,
245
+ Me as MicrosoftDynamics,
246
+ be as MicrosoftExcel,
247
+ Ae as MicrosoftOnedrive,
248
+ Le as MicrosoftOutlookCalendar,
249
+ Pe as MicrosoftOutlookMail,
250
+ Te as MicrosoftPowerpoint,
251
+ Fe as MicrosoftSharepoint,
252
+ We as MicrosoftTeams,
253
+ Ze as MicrosoftWord,
254
+ Ie as Miro,
255
+ Ne as Monday,
256
+ ze as MongoDB,
257
+ Re as Netsuite,
258
+ Ye as Notion,
259
+ je as Oauth,
260
+ Ue as Obsidian,
261
+ $e as Okta,
262
+ rt as Openai,
263
+ tt as Pagerduty,
264
+ ft as Pinecone,
265
+ xt as Pinterest,
266
+ it as Pipedrive,
267
+ st as Plaid,
268
+ ct as Postgres,
269
+ ut as Posthog,
270
+ ht as Pylon,
271
+ Gt as Quickbooks,
272
+ Mt as Railway,
273
+ bt as Reddit,
274
+ At as Salesforce,
275
+ Lt as Shopify,
276
+ Pt as Singlestore,
277
+ Tt as Slack,
278
+ Ft as Snowflake,
279
+ Wt as Splunk,
280
+ Zt as Spotify,
281
+ It as Square,
282
+ Nt as Squarespace,
283
+ zt as Squareup,
284
+ Rt as Stripe,
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
+ Tp as Zoho,
305
+ Fp as ZohoBooks,
306
+ Wp as ZohoCreator,
307
+ Zp as Zoom
296
308
  };
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const LangchainLogotype: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default LangchainLogotype;
4
+ //# sourceMappingURL=langchain-logotype.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"langchain-logotype.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/langchain-logotype.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,iBAAiB,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CA4B/D,CAAC;AAEF,eAAe,iBAAiB,CAAC"}