@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.
- package/dist/assets/icons/claude-code-logotype.js +10 -0
- package/dist/assets/icons/cursor-logotype.js +10 -0
- package/dist/assets/icons/langchain-logotype.js +10 -0
- package/dist/assets/icons/mastra-logotype.js +10 -0
- package/dist/assets/icons/vercel-logotype.js +10 -0
- package/dist/components/index.js +606 -590
- package/dist/components/ui/atoms/brand-chip.d.ts +9 -0
- package/dist/components/ui/atoms/brand-chip.d.ts.map +1 -0
- package/dist/components/ui/atoms/brand-chip.js +19 -0
- package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
- package/dist/components/ui/atoms/code-block.js +31 -723
- package/dist/components/ui/atoms/icons/arcade-gradient.d.ts +4 -0
- package/dist/components/ui/atoms/icons/arcade-gradient.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/arcade-gradient.js +26 -0
- package/dist/components/ui/atoms/icons/claude-code-logotype.d.ts +4 -0
- package/dist/components/ui/atoms/icons/claude-code-logotype.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/claude-code-logotype.js +34 -0
- package/dist/components/ui/atoms/icons/cursor-logotype.d.ts +4 -0
- package/dist/components/ui/atoms/icons/cursor-logotype.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/cursor-logotype.js +21 -0
- package/dist/components/ui/atoms/icons/index.d.ts +6 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +298 -286
- package/dist/components/ui/atoms/icons/langchain-logotype.d.ts +4 -0
- package/dist/components/ui/atoms/icons/langchain-logotype.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/langchain-logotype.js +45 -0
- package/dist/components/ui/atoms/icons/mastra-logotype.d.ts +4 -0
- package/dist/components/ui/atoms/icons/mastra-logotype.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/mastra-logotype.js +19 -0
- package/dist/components/ui/atoms/icons/vercel-logotype.d.ts +4 -0
- package/dist/components/ui/atoms/icons/vercel-logotype.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/vercel-logotype.js +26 -0
- package/dist/components/ui/atoms/icons/vercel.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/vercel.js +0 -1
- package/dist/components/ui/atoms/index.d.ts +1 -0
- package/dist/components/ui/atoms/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/index.js +523 -509
- package/dist/components/ui/index.js +606 -590
- package/dist/components/ui/molecules/command-bar.d.ts +7 -0
- package/dist/components/ui/molecules/command-bar.d.ts.map +1 -0
- package/dist/components/ui/molecules/command-bar.js +38 -0
- package/dist/components/ui/molecules/empty-state.d.ts +2 -1
- package/dist/components/ui/molecules/empty-state.d.ts.map +1 -1
- package/dist/components/ui/molecules/empty-state.js +9 -7
- package/dist/components/ui/molecules/index.d.ts +1 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +49 -47
- package/dist/lib/shiki-themes.d.ts +5 -0
- package/dist/lib/shiki-themes.d.ts.map +1 -0
- package/dist/lib/shiki-themes.js +7 -0
- package/dist/main.js +632 -616
- package/dist/web-BwFNdl01.js +697 -0
- 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
|
|
4
|
+
import { Amplitude as a } from "./amplitude.js";
|
|
5
5
|
import { Arcade as l } from "./arcade.js";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
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 {
|
|
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
|
-
|
|
158
|
+
a as Amplitude,
|
|
153
159
|
l as Arcade,
|
|
154
|
-
n as
|
|
155
|
-
|
|
156
|
-
d as
|
|
157
|
-
k as
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
B as
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
E as
|
|
167
|
-
H as
|
|
168
|
-
q as
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
X as
|
|
172
|
-
Q as
|
|
173
|
-
K as
|
|
174
|
-
_ as
|
|
175
|
-
oo as
|
|
176
|
-
eo as
|
|
177
|
-
po as
|
|
178
|
-
mo as
|
|
179
|
-
|
|
180
|
-
lo as
|
|
181
|
-
no as
|
|
182
|
-
|
|
183
|
-
ho as
|
|
184
|
-
Go as
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
Ao as
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
Wo as
|
|
193
|
-
Zo as
|
|
194
|
-
Io as
|
|
195
|
-
No as
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
Yo as
|
|
199
|
-
jo as
|
|
200
|
-
Uo as
|
|
201
|
-
$o as
|
|
202
|
-
rr as
|
|
203
|
-
tr as
|
|
204
|
-
fr as
|
|
205
|
-
xr as
|
|
206
|
-
|
|
207
|
-
sr as
|
|
208
|
-
cr as
|
|
209
|
-
|
|
210
|
-
hr as
|
|
211
|
-
Gr as
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
Ar as
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
Wr as
|
|
220
|
-
Zr as
|
|
221
|
-
Ir as
|
|
222
|
-
Nr as
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
Yr as
|
|
226
|
-
jr as
|
|
227
|
-
Ur as
|
|
228
|
-
$r as
|
|
229
|
-
re as
|
|
230
|
-
te as
|
|
231
|
-
fe as
|
|
232
|
-
xe as
|
|
233
|
-
|
|
234
|
-
se as
|
|
235
|
-
ce as
|
|
236
|
-
|
|
237
|
-
he as
|
|
238
|
-
Ge as
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
Ae as
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
We as
|
|
247
|
-
Ze as
|
|
248
|
-
Ie as
|
|
249
|
-
Ne as
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
Ye as
|
|
253
|
-
je as
|
|
254
|
-
Ue as
|
|
255
|
-
$e as
|
|
256
|
-
rt as
|
|
257
|
-
tt as
|
|
258
|
-
ft as
|
|
259
|
-
xt as
|
|
260
|
-
|
|
261
|
-
st as
|
|
262
|
-
ct as
|
|
263
|
-
|
|
264
|
-
ht as
|
|
265
|
-
Gt as
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
At as
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
Wt as
|
|
274
|
-
Zt as
|
|
275
|
-
It as
|
|
276
|
-
Nt as
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
Yt as
|
|
280
|
-
jt as
|
|
281
|
-
Ut as
|
|
282
|
-
$t as
|
|
283
|
-
rp as
|
|
284
|
-
tp as
|
|
285
|
-
fp as
|
|
286
|
-
xp as
|
|
287
|
-
|
|
288
|
-
sp as
|
|
289
|
-
cp as
|
|
290
|
-
|
|
291
|
-
hp as
|
|
292
|
-
Gp as
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
Ap as
|
|
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 @@
|
|
|
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"}
|