@arcadeai/design-system 3.35.1 → 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 (79) 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/{outlook-mail.js → microsoft-outlook-mail.js} +4 -4
  6. package/dist/assets/icons/vercel-logotype.js +10 -0
  7. package/dist/assets/images/arcade-logo.d.ts +10 -5
  8. package/dist/components/index.js +609 -591
  9. package/dist/components/ui/atoms/brand-chip.d.ts +9 -0
  10. package/dist/components/ui/atoms/brand-chip.d.ts.map +1 -0
  11. package/dist/components/ui/atoms/brand-chip.js +19 -0
  12. package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
  13. package/dist/components/ui/atoms/code-block.js +31 -723
  14. package/dist/components/ui/atoms/icons/arcade-gradient.d.ts +4 -0
  15. package/dist/components/ui/atoms/icons/arcade-gradient.d.ts.map +1 -0
  16. package/dist/components/ui/atoms/icons/arcade-gradient.js +26 -0
  17. package/dist/components/ui/atoms/icons/arcade-logo.d.ts +4 -0
  18. package/dist/components/ui/atoms/icons/arcade-logo.d.ts.map +1 -0
  19. package/dist/components/ui/atoms/icons/arcade-logo.js +33 -0
  20. package/dist/components/ui/atoms/icons/claude-code-logotype.d.ts +4 -0
  21. package/dist/components/ui/atoms/icons/claude-code-logotype.d.ts.map +1 -0
  22. package/dist/components/ui/atoms/icons/claude-code-logotype.js +34 -0
  23. package/dist/components/ui/atoms/icons/cursor-logotype.d.ts +4 -0
  24. package/dist/components/ui/atoms/icons/cursor-logotype.d.ts.map +1 -0
  25. package/dist/components/ui/atoms/icons/cursor-logotype.js +21 -0
  26. package/dist/components/ui/atoms/icons/index.d.ts +9 -2
  27. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  28. package/dist/components/ui/atoms/icons/index.js +298 -284
  29. package/dist/components/ui/atoms/icons/langchain-logotype.d.ts +4 -0
  30. package/dist/components/ui/atoms/icons/langchain-logotype.d.ts.map +1 -0
  31. package/dist/components/ui/atoms/icons/langchain-logotype.js +45 -0
  32. package/dist/components/ui/atoms/icons/mastra-logotype.d.ts +4 -0
  33. package/dist/components/ui/atoms/icons/mastra-logotype.d.ts.map +1 -0
  34. package/dist/components/ui/atoms/icons/mastra-logotype.js +19 -0
  35. package/dist/components/ui/atoms/icons/microsoft-outlook-calendar.d.ts +4 -0
  36. package/dist/components/ui/atoms/icons/microsoft-outlook-calendar.d.ts.map +1 -0
  37. package/dist/components/ui/atoms/icons/{outlook-calendar.js → microsoft-outlook-calendar.js} +1 -1
  38. package/dist/components/ui/atoms/icons/microsoft-outlook-mail.d.ts +4 -0
  39. package/dist/components/ui/atoms/icons/microsoft-outlook-mail.d.ts.map +1 -0
  40. package/dist/components/ui/atoms/icons/{outlook-mail.js → microsoft-outlook-mail.js} +3 -3
  41. package/dist/components/ui/atoms/icons/vercel-logotype.d.ts +4 -0
  42. package/dist/components/ui/atoms/icons/vercel-logotype.d.ts.map +1 -0
  43. package/dist/components/ui/atoms/icons/vercel-logotype.js +26 -0
  44. package/dist/components/ui/atoms/icons/vercel.d.ts.map +1 -1
  45. package/dist/components/ui/atoms/icons/vercel.js +0 -1
  46. package/dist/components/ui/atoms/index.d.ts +1 -0
  47. package/dist/components/ui/atoms/index.d.ts.map +1 -1
  48. package/dist/components/ui/atoms/index.js +523 -507
  49. package/dist/components/ui/index.js +609 -591
  50. package/dist/components/ui/molecules/command-bar.d.ts +7 -0
  51. package/dist/components/ui/molecules/command-bar.d.ts.map +1 -0
  52. package/dist/components/ui/molecules/command-bar.js +38 -0
  53. package/dist/components/ui/molecules/empty-state.d.ts +2 -1
  54. package/dist/components/ui/molecules/empty-state.d.ts.map +1 -1
  55. package/dist/components/ui/molecules/empty-state.js +9 -7
  56. package/dist/components/ui/molecules/index.d.ts +1 -0
  57. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  58. package/dist/components/ui/molecules/index.js +49 -47
  59. package/dist/components/ui/pages/chat-page.js +13 -13
  60. package/dist/components/ui/pages/login-page.js +9 -9
  61. package/dist/lib/shiki-themes.d.ts +5 -0
  62. package/dist/lib/shiki-themes.d.ts.map +1 -0
  63. package/dist/lib/shiki-themes.js +7 -0
  64. package/dist/main.js +635 -617
  65. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  66. package/dist/metadata/toolkit-icons.js +209 -206
  67. package/dist/metadata/toolkits.d.ts.map +1 -1
  68. package/dist/metadata/toolkits.js +45 -6
  69. package/dist/metadata/utils.d.ts.map +1 -1
  70. package/dist/metadata/utils.js +18 -17
  71. package/dist/web-BwFNdl01.js +697 -0
  72. package/package.json +3 -2
  73. package/dist/arcade-logo-BVV97-cr.js +0 -33
  74. package/dist/assets/images/arcade-logo.d.ts.map +0 -1
  75. package/dist/components/ui/atoms/icons/outlook-calendar.d.ts +0 -4
  76. package/dist/components/ui/atoms/icons/outlook-calendar.d.ts.map +0 -1
  77. package/dist/components/ui/atoms/icons/outlook-mail.d.ts +0 -4
  78. package/dist/components/ui/atoms/icons/outlook-mail.d.ts.map +0 -1
  79. /package/dist/assets/icons/{outlook-calendar.js → microsoft-outlook-calendar.js} +0 -0
@@ -1,294 +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 { Asana as n } from "./asana.js";
7
- import { Ashby as u } from "./ashby.js";
8
- import { Atlassian as d } from "./atlassian.js";
9
- import { Attio as k } from "./attio.js";
10
- import { Auth0 as b } from "./auth0.js";
11
- import { Azure as M } from "./azure.js";
12
- import { Bamboohr as y } from "./bamboohr.js";
13
- import { Basecamp as A } from "./basecamp.js";
14
- import { Bill as P } from "./bill.js";
15
- import { Bitbucket as T } from "./bitbucket.js";
16
- import { Bluesky as F } from "./bluesky.js";
17
- import { Box as W } from "./box.js";
18
- import { Braze as L } from "./braze.js";
19
- import { Brex as H } from "./brex.js";
20
- import { Brightdata as q } from "./brightdata.js";
21
- import { Buffer as z } from "./buffer.js";
22
- import { Calendly as R } from "./calendly.js";
23
- import { Claude as X } from "./claude.js";
24
- import { Clickhouse as Q } from "./clickhouse.js";
25
- import { Clickup as K } from "./clickup.js";
26
- import { Cline as _ } from "./cline.js";
27
- import { Closeio as oo } from "./closeio.js";
28
- import { Codesandbox as eo } from "./codesandbox.js";
29
- import { Coinbase as po } from "./coinbase.js";
30
- import { Confluence as mo } from "./confluence.js";
31
- import { Cursor as io } from "./cursor.js";
32
- import { CursorInstallDark as lo } from "./cursor-install-dark.js";
33
- import { CursorInstallLight as no } from "./cursor-install-light.js";
34
- import { Customerio as uo } from "./customerio.js";
35
- import { Datadog as ho } from "./datadog.js";
36
- import { Daytona as Go } from "./daytona.js";
37
- import { DigitalOcean as Co } from "./digital-ocean.js";
38
- import { Discord as So } from "./discord.js";
39
- import { Dropbox as Bo } from "./dropbox.js";
40
- import { E2b as Do } from "./e2b.js";
41
- import { Ebay as Oo } from "./ebay.js";
42
- import { Evernote as wo } from "./evernote.js";
43
- import { Exa as vo } from "./exa.js";
44
- import { Factorial as Eo } from "./factorial.js";
45
- import { Figma as Zo } from "./figma.js";
46
- import { Firecrawl as Io } from "./firecrawl.js";
47
- import { Freshservice as No } from "./freshservice.js";
48
- import { Gemini as Jo } from "./gemini.js";
49
- import { Generic as Vo } from "./generic.js";
50
- import { Github as Yo } from "./github.js";
51
- import { Gitlab as jo } from "./gitlab.js";
52
- import { Gmail as Uo } from "./gmail.js";
53
- import { Google as $o } from "./google.js";
54
- import { GoogleCalendar as rr } from "./google-calendar.js";
55
- import { GoogleContacts as tr } from "./google-contacts.js";
56
- import { GoogleDocs as fr } from "./google-docs.js";
57
- import { GoogleDrive as xr } from "./google-drive.js";
58
- import { GoogleFinance as ar } from "./google-finance.js";
59
- import { GoogleFlight as sr } from "./google-flight.js";
60
- import { GoogleFlights as cr } from "./google-flights.js";
61
- import { GoogleHotels as gr } from "./google-hotels.js";
62
- import { GoogleJobs as hr } from "./google-jobs.js";
63
- import { GoogleMaps as Gr } from "./google-maps.js";
64
- import { GoogleNews as Cr } from "./google-news.js";
65
- import { GoogleSheets as Sr } from "./google-sheets.js";
66
- import { GoogleShopping as Br } from "./google-shopping.js";
67
- import { GoogleSlides as Dr } from "./google-slides.js";
68
- import { Goose as Or } from "./goose.js";
69
- import { Granola as wr } from "./granola.js";
70
- import { Heroku as vr } from "./heroku.js";
71
- import { Hootsuite as Er } from "./hootsuite.js";
72
- import { Hubspot as Zr } from "./hubspot.js";
73
- import { Imgflip as Ir } from "./imgflip.js";
74
- import { Intercom as Nr } from "./intercom.js";
75
- import { Jira as Jr } from "./jira.js";
76
- import { Langchain as Vr } from "./langchain.js";
77
- import { Linear as Yr } from "./linear.js";
78
- import { Linkedin as jr } from "./linkedin.js";
79
- import { Luma as Ur } from "./luma.js";
80
- import { Mailchimp as $r } from "./mailchimp.js";
81
- import { Mastra as re } from "./mastra.js";
82
- import { MathToolkit as te } from "./math-toolkit.js";
83
- import { Mcp as fe } from "./mcp.js";
84
- import { Microsoft as xe } from "./microsoft.js";
85
- import { MicrosoftDynamics as ae } from "./microsoft-dynamics.js";
86
- import { MicrosoftExcel as se } from "./microsoft-excel.js";
87
- import { MicrosoftOnedrive as ce } from "./microsoft-onedrive.js";
88
- import { MicrosoftPowerpoint as ge } from "./microsoft-powerpoint.js";
89
- import { MicrosoftSharepoint as he } from "./microsoft-sharepoint.js";
90
- import { MicrosoftTeams as Ge } from "./microsoft-teams.js";
91
- import { MicrosoftWord as Ce } from "./microsoft-word.js";
92
- import { Miro as Se } from "./miro.js";
93
- import { Monday as Be } from "./monday.js";
94
- import { MongoDB as De } from "./mongodb.js";
95
- import { Netsuite as Oe } from "./netsuite.js";
96
- import { Notion as we } from "./notion.js";
97
- import { Oauth as ve } from "./oauth.js";
98
- import { Obsidian as Ee } from "./obsidian.js";
99
- import { Okta as Ze } from "./okta.js";
100
- import { Openai as Ie } from "./openai.js";
101
- import { OutlookCalendar as Ne } from "./outlook-calendar.js";
102
- import { OutlookMail as Je } from "./outlook-mail.js";
103
- import { Pagerduty as Ve } from "./pagerduty.js";
104
- import { Pinecone as Ye } from "./pinecone.js";
105
- import { Pinterest as je } from "./pinterest.js";
106
- import { Pipedrive as Ue } from "./pipedrive.js";
107
- import { Plaid as $e } from "./plaid.js";
108
- import { Postgres as rt } from "./postgres.js";
109
- import { Posthog as tt } from "./posthog.js";
110
- import { Pylon as ft } from "./pylon.js";
111
- import { Quickbooks as xt } from "./quickbooks.js";
112
- import { Railway as at } from "./railway.js";
113
- import { Reddit as st } from "./reddit.js";
114
- import { Salesforce as ct } from "./salesforce.js";
115
- import { Shopify as gt } from "./shopify.js";
116
- import { Singlestore as ht } from "./singlestore.js";
117
- import { Slack as Gt } from "./slack.js";
118
- import { Snowflake as Ct } from "./snowflake.js";
119
- import { Splunk as St } from "./splunk.js";
120
- import { Spotify as Bt } from "./spotify.js";
121
- import { Square as Dt } from "./square.js";
122
- import { Squarespace as Ot } from "./squarespace.js";
123
- import { Squareup as wt } from "./squareup.js";
124
- import { Stripe as vt } from "./stripe.js";
125
- import { Tesla as Et } from "./tesla.js";
126
- import { Ticktick as Zt } from "./ticktick.js";
127
- import { Tiktok as It } from "./tiktok.js";
128
- import { Trello as Nt } from "./trello.js";
129
- import { Twilio as Jt } from "./twilio.js";
130
- import { Twitch as Vt } from "./twitch.js";
131
- import { Vercel as Yt } from "./vercel.js";
132
- import { Vscode as jt } from "./vscode.js";
133
- import { Walmart as Ut } from "./walmart.js";
134
- import { Weaviate as $t } from "./weaviate.js";
135
- import { Windsurf as rp } from "./windsurf.js";
136
- import { Workday as tp } from "./workday.js";
137
- import { Wrike as fp } from "./wrike.js";
138
- import { X as xp } from "./x.js";
139
- import { Xero as ap } from "./xero.js";
140
- import { Youtube as sp } from "./youtube.js";
141
- import { Yugabytedb as cp } from "./yugabytedb.js";
142
- import { Zendesk as gp } from "./zendesk.js";
143
- import { Zoho as hp } from "./zoho.js";
144
- import { ZohoBooks as Gp } from "./zoho-books.js";
145
- import { ZohoCreator as Cp } from "./zoho-creator.js";
146
- import { Zoom as Sp } 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";
147
154
  export {
148
155
  e as Adp,
149
156
  p as Aha,
150
157
  m as Airtable,
151
- i as Amplitude,
158
+ a as Amplitude,
152
159
  l as Arcade,
153
- n as Asana,
154
- u as Ashby,
155
- d as Atlassian,
156
- k as Attio,
157
- b as Auth0,
158
- M as Azure,
159
- y as Bamboohr,
160
- A as Basecamp,
161
- P as Bill,
162
- T as Bitbucket,
163
- F as Bluesky,
164
- W as Box,
165
- L as Braze,
166
- H as Brex,
167
- q as Brightdata,
168
- z as Buffer,
169
- R as Calendly,
170
- X as Claude,
171
- Q as Clickhouse,
172
- K as Clickup,
173
- _ as Cline,
174
- oo as Closeio,
175
- eo as Codesandbox,
176
- po as Coinbase,
177
- mo as Confluence,
178
- io as Cursor,
179
- lo as CursorInstallDark,
180
- no as CursorInstallLight,
181
- uo as Customerio,
182
- ho as Datadog,
183
- Go as Daytona,
184
- Co as DigitalOcean,
185
- So as Discord,
186
- Bo as Dropbox,
187
- Do as E2b,
188
- Oo as Ebay,
189
- wo as Evernote,
190
- vo as Exa,
191
- Eo as Factorial,
192
- Zo as Figma,
193
- Io as Firecrawl,
194
- No as Freshservice,
195
- Jo as Gemini,
196
- Vo as Generic,
197
- Yo as Github,
198
- jo as Gitlab,
199
- Uo as Gmail,
200
- $o as Google,
201
- rr as GoogleCalendar,
202
- tr as GoogleContacts,
203
- fr as GoogleDocs,
204
- xr as GoogleDrive,
205
- ar as GoogleFinance,
206
- sr as GoogleFlight,
207
- cr as GoogleFlights,
208
- gr as GoogleHotels,
209
- hr as GoogleJobs,
210
- Gr as GoogleMaps,
211
- Cr as GoogleNews,
212
- Sr as GoogleSheets,
213
- Br as GoogleShopping,
214
- Dr as GoogleSlides,
215
- Or as Goose,
216
- wr as Granola,
217
- vr as Heroku,
218
- Er as Hootsuite,
219
- Zr as Hubspot,
220
- Ir as Imgflip,
221
- Nr as Intercom,
222
- Jr as Jira,
223
- Vr as Langchain,
224
- Yr as Linear,
225
- jr as Linkedin,
226
- Ur as Luma,
227
- $r as Mailchimp,
228
- re as Mastra,
229
- te as MathToolkit,
230
- fe as Mcp,
231
- xe as Microsoft,
232
- ae as MicrosoftDynamics,
233
- se as MicrosoftExcel,
234
- ce as MicrosoftOnedrive,
235
- ge as MicrosoftPowerpoint,
236
- he as MicrosoftSharepoint,
237
- Ge as MicrosoftTeams,
238
- Ce as MicrosoftWord,
239
- Se as Miro,
240
- Be as Monday,
241
- De as MongoDB,
242
- Oe as Netsuite,
243
- we as Notion,
244
- ve as Oauth,
245
- Ee as Obsidian,
246
- Ze as Okta,
247
- Ie as Openai,
248
- Ne as OutlookCalendar,
249
- Je as OutlookMail,
250
- Ve as Pagerduty,
251
- Ye as Pinecone,
252
- je as Pinterest,
253
- Ue as Pipedrive,
254
- $e as Plaid,
255
- rt as Postgres,
256
- tt as Posthog,
257
- ft as Pylon,
258
- xt as Quickbooks,
259
- at as Railway,
260
- st as Reddit,
261
- ct as Salesforce,
262
- gt as Shopify,
263
- ht as Singlestore,
264
- Gt as Slack,
265
- Ct as Snowflake,
266
- St as Splunk,
267
- Bt as Spotify,
268
- Dt as Square,
269
- Ot as Squarespace,
270
- wt as Squareup,
271
- vt as Stripe,
272
- Et as Tesla,
273
- Zt as Ticktick,
274
- It as Tiktok,
275
- Nt as Trello,
276
- Jt as Twilio,
277
- Vt as Twitch,
278
- Yt as Vercel,
279
- jt as Vscode,
280
- Ut as Walmart,
281
- $t as Weaviate,
282
- rp as Windsurf,
283
- tp as Workday,
284
- fp as Wrike,
285
- xp as X,
286
- ap as Xero,
287
- sp as Youtube,
288
- cp as Yugabytedb,
289
- gp as Zendesk,
290
- hp as Zoho,
291
- Gp as ZohoBooks,
292
- Cp as ZohoCreator,
293
- Sp 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
294
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"}