@arcadeai/design-system 3.42.4 → 3.42.6

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.
@@ -1 +1 @@
1
- {"version":3,"file":"copy-button.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/copy-button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAyB,MAAM,OAAO,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAKtD,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAElC,iBAAS,UAAU,CAAC,EAClB,OAAO,EACP,MAAM,EACN,SAAS,EACT,OAAiB,EACjB,IAAa,EACb,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,eAAe,2CAuCjB;AAED,YAAY,EAAE,eAAe,EAAE,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"copy-button.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/copy-button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAyB,MAAM,OAAO,CAAC;AAEnE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAIlC,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAElC,iBAAS,UAAU,CAAC,EAClB,OAAO,EACP,MAAM,EACN,SAAS,EACT,OAAiB,EACjB,IAAa,EACb,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,eAAe,2CAuCjB;AAED,YAAY,EAAE,eAAe,EAAE,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -1,8 +1,8 @@
1
1
  import { jsx as t, jsxs as u } from "react/jsx-runtime";
2
2
  import { Copy as d, Check as f } from "lucide-react";
3
3
  import { useState as y, useCallback as C } from "react";
4
- import { Button as b } from "./button.js";
5
4
  import { cn as a } from "../../../lib/utils.js";
5
+ import { Button as b } from "./button.js";
6
6
  const x = 2e3;
7
7
  function k({
8
8
  content: o,
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const Freshdesk: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Freshdesk;
4
+ //# sourceMappingURL=freshdesk.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"freshdesk.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/freshdesk.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,SAAS,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAYvD,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { jsxs as c, jsx as h } from "react/jsx-runtime";
2
+ const t = (s) => /* @__PURE__ */ c("svg", { viewBox: "0 0 64 64", xmlns: "http://www.w3.org/2000/svg", ...s, children: [
3
+ /* @__PURE__ */ h("title", { children: "Freshdesk" }),
4
+ /* @__PURE__ */ h(
5
+ "path",
6
+ {
7
+ d: "M31.9 0h24.036A8 8 0 0 1 64 8.073V32.1C64 49.722 49.722 64 32.1 64h-.182A31.89 31.89 0 0 1 0 32.109C0 14.437 14.254.182 31.9 0z",
8
+ fill: "#25c16f"
9
+ }
10
+ ),
11
+ /* @__PURE__ */ h(
12
+ "path",
13
+ {
14
+ d: "M31.9 14.255c-8.093 0-14.654 6.56-14.654 14.654v9.964c.058 2.667 2.206 4.815 4.873 4.873h4.145V32.3h-5.6v-3.2c.34-6.026 5.327-10.74 11.364-10.74S43.04 23.065 43.38 29.1v3.2H37.7v11.454h3.745v.182c-.04 2.474-2.035 4.47-4.5 4.5h-4.473c-.364 0-.764.182-.764.545a.8.8 0 0 0 .764.764h4.5c3.205-.02 5.798-2.613 5.818-5.818v-.364a4.8 4.8 0 0 0 3.745-4.727V29.1c.182-8.254-6.364-14.836-14.654-14.836z",
15
+ fill: "#fff"
16
+ }
17
+ )
18
+ ] });
19
+ export {
20
+ t as Freshdesk,
21
+ t as default
22
+ };
@@ -49,6 +49,7 @@ export * from './factorial';
49
49
  export * from './figma';
50
50
  export * from './firecrawl';
51
51
  export * from './forkable';
52
+ export * from './freshdesk';
52
53
  export * from './freshservice';
53
54
  export * from './gemini';
54
55
  export * from './generic';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}
@@ -12,7 +12,7 @@ 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
- import { Bill as T } from "./bill.js";
15
+ import { Bill as P } from "./bill.js";
16
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";
@@ -38,8 +38,8 @@ import { Customerio as Mo } from "./customerio.js";
38
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
- import { Discord as Po } from "./discord.js";
42
- import { Dropbox as Fo } from "./dropbox.js";
41
+ import { Discord as Fo } from "./discord.js";
42
+ import { Dropbox as To } from "./dropbox.js";
43
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";
@@ -48,111 +48,112 @@ import { Factorial as No } from "./factorial.js";
48
48
  import { Figma as Vo } from "./figma.js";
49
49
  import { Firecrawl as Jo } from "./firecrawl.js";
50
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";
51
+ import { Freshdesk as jo } from "./freshdesk.js";
52
+ import { Freshservice as Uo } from "./freshservice.js";
53
+ import { Gemini as $o } from "./gemini.js";
54
+ import { Generic as rr } from "./generic.js";
55
+ import { Github as tr } from "./github.js";
56
+ import { Gitlab as fr } from "./gitlab.js";
57
+ import { Gmail as xr } from "./gmail.js";
58
+ import { Google as ir } from "./google.js";
59
+ import { GoogleCalendar as sr } from "./google-calendar.js";
60
+ import { GoogleContacts as cr } from "./google-contacts.js";
61
+ import { GoogleDocs as ur } from "./google-docs.js";
62
+ import { GoogleDrive as hr } from "./google-drive.js";
63
+ import { GoogleFinance as Gr } from "./google-finance.js";
64
+ import { GoogleFlight as Mr } from "./google-flight.js";
65
+ import { GoogleFlights as yr } from "./google-flights.js";
66
+ import { GoogleHotels as Ar } from "./google-hotels.js";
67
+ import { GoogleJobs as Lr } from "./google-jobs.js";
68
+ import { GoogleMaps as Fr } from "./google-maps.js";
69
+ import { GoogleNews as Tr } from "./google-news.js";
70
+ import { GoogleSheets as wr } from "./google-sheets.js";
71
+ import { GoogleShopping as Wr } from "./google-shopping.js";
72
+ import { GoogleSlides as Zr } from "./google-slides.js";
73
+ import { Goose as Ir } from "./goose.js";
74
+ import { Granola as Nr } from "./granola.js";
75
+ import { Heroku as Vr } from "./heroku.js";
76
+ import { Hootsuite as Jr } from "./hootsuite.js";
77
+ import { Hubspot as Yr } from "./hubspot.js";
78
+ import { Imgflip as jr } from "./imgflip.js";
79
+ import { Intercom as Ur } from "./intercom.js";
80
+ import { Jira as $r } from "./jira.js";
81
+ import { Langchain as re } from "./langchain.js";
82
+ import { LangchainLogotype as te } from "./langchain-logotype.js";
83
+ import { Linear as fe } from "./linear.js";
84
+ import { Linkedin as xe } from "./linkedin.js";
85
+ import { Luma as ie } from "./luma.js";
86
+ import { Mailchimp as se } from "./mailchimp.js";
87
+ import { Mastra as ce } from "./mastra.js";
88
+ import { MastraLogotype as ue } from "./mastra-logotype.js";
89
+ import { MathToolkit as he } from "./math-toolkit.js";
90
+ import { Mcp as Ge } from "./mcp.js";
91
+ import { Microsoft as Me } from "./microsoft.js";
92
+ import { MicrosoftDynamics as ye } from "./microsoft-dynamics.js";
93
+ import { MicrosoftExcel as Ae } from "./microsoft-excel.js";
94
+ import { MicrosoftOnedrive as Le } from "./microsoft-onedrive.js";
95
+ import { MicrosoftOutlookCalendar as Fe } from "./microsoft-outlook-calendar.js";
96
+ import { MicrosoftOutlookMail as Te } from "./microsoft-outlook-mail.js";
97
+ import { MicrosoftPowerpoint as we } from "./microsoft-powerpoint.js";
98
+ import { MicrosoftSharepoint as We } from "./microsoft-sharepoint.js";
99
+ import { MicrosoftTeams as Ze } from "./microsoft-teams.js";
100
+ import { MicrosoftWord as Ie } from "./microsoft-word.js";
101
+ import { Miro as Ne } from "./miro.js";
102
+ import { Monday as Ve } from "./monday.js";
103
+ import { MongoDB as Je } from "./mongodb.js";
104
+ import { Netsuite as Ye } from "./netsuite.js";
105
+ import { Notion as je } from "./notion.js";
106
+ import { Oauth as Ue } from "./oauth.js";
107
+ import { Obsidian as $e } from "./obsidian.js";
108
+ import { Okta as rt } from "./okta.js";
109
+ import { Openai as tt } from "./openai.js";
110
+ import { Pagerduty as ft } from "./pagerduty.js";
111
+ import { Pinecone as xt } from "./pinecone.js";
112
+ import { Pinterest as it } from "./pinterest.js";
113
+ import { Pipedrive as st } from "./pipedrive.js";
114
+ import { Plaid as ct } from "./plaid.js";
115
+ import { Postgres as ut } from "./postgres.js";
116
+ import { Posthog as ht } from "./posthog.js";
117
+ import { Pylon as Gt } from "./pylon.js";
118
+ import { Quickbooks as Mt } from "./quickbooks.js";
119
+ import { Railway as yt } from "./railway.js";
120
+ import { Reddit as At } from "./reddit.js";
121
+ import { Resend as Lt } from "./resend.js";
122
+ import { Salesforce as Ft } from "./salesforce.js";
123
+ import { Shopify as Tt } from "./shopify.js";
124
+ import { Singlestore as wt } from "./singlestore.js";
125
+ import { Slack as Wt } from "./slack.js";
126
+ import { Snowflake as Zt } from "./snowflake.js";
127
+ import { Splunk as It } from "./splunk.js";
128
+ import { Spotify as Nt } from "./spotify.js";
129
+ import { Square as Vt } from "./square.js";
130
+ import { Squarespace as Jt } from "./squarespace.js";
131
+ import { Squareup as Yt } from "./squareup.js";
132
+ import { Stripe as jt } from "./stripe.js";
133
+ import { Telegram as Ut } from "./telegram.js";
134
+ import { Tesla as $t } from "./tesla.js";
135
+ import { Ticktick as rp } from "./ticktick.js";
136
+ import { Tiktok as tp } from "./tiktok.js";
137
+ import { Trello as fp } from "./trello.js";
138
+ import { Twilio as xp } from "./twilio.js";
139
+ import { Twitch as ip } from "./twitch.js";
140
+ import { Vercel as sp } from "./vercel.js";
141
+ import { VercelLogotype as cp } from "./vercel-logotype.js";
142
+ import { Vscode as up } from "./vscode.js";
143
+ import { Walmart as hp } from "./walmart.js";
144
+ import { Weaviate as Gp } from "./weaviate.js";
145
+ import { Windsurf as Mp } from "./windsurf.js";
146
+ import { Workday as yp } from "./workday.js";
147
+ import { Wrike as Ap } from "./wrike.js";
148
+ import { X as Lp } from "./x.js";
149
+ import { Xero as Fp } from "./xero.js";
150
+ import { Youtube as Tp } from "./youtube.js";
151
+ import { Yugabytedb as wp } from "./yugabytedb.js";
152
+ import { Zendesk as Wp } from "./zendesk.js";
153
+ import { Zoho as Zp } from "./zoho.js";
154
+ import { ZohoBooks as Ip } from "./zoho-books.js";
155
+ import { ZohoCreator as Np } from "./zoho-creator.js";
156
+ import { Zoom as Vp } from "./zoom.js";
156
157
  export {
157
158
  e as Adp,
158
159
  p as Aha,
@@ -168,7 +169,7 @@ export {
168
169
  S as Azure,
169
170
  B as Bamboohr,
170
171
  D as Basecamp,
171
- T as Bill,
172
+ P as Bill,
172
173
  O as Bitbucket,
173
174
  v as Bluesky,
174
175
  E as Box,
@@ -194,8 +195,8 @@ export {
194
195
  yo as Datadog,
195
196
  Ao as Daytona,
196
197
  Lo as DigitalOcean,
197
- Po as Discord,
198
- Fo as Dropbox,
198
+ Fo as Discord,
199
+ To as Dropbox,
199
200
  wo as E2b,
200
201
  Wo as Ebay,
201
202
  Zo as Evernote,
@@ -204,109 +205,110 @@ export {
204
205
  Vo as Figma,
205
206
  Jo as Firecrawl,
206
207
  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
208
+ jo as Freshdesk,
209
+ Uo as Freshservice,
210
+ $o as Gemini,
211
+ rr as Generic,
212
+ tr as Github,
213
+ fr as Gitlab,
214
+ xr as Gmail,
215
+ ir as Google,
216
+ sr as GoogleCalendar,
217
+ cr as GoogleContacts,
218
+ ur as GoogleDocs,
219
+ hr as GoogleDrive,
220
+ Gr as GoogleFinance,
221
+ Mr as GoogleFlight,
222
+ yr as GoogleFlights,
223
+ Ar as GoogleHotels,
224
+ Lr as GoogleJobs,
225
+ Fr as GoogleMaps,
226
+ Tr as GoogleNews,
227
+ wr as GoogleSheets,
228
+ Wr as GoogleShopping,
229
+ Zr as GoogleSlides,
230
+ Ir as Goose,
231
+ Nr as Granola,
232
+ Vr as Heroku,
233
+ Jr as Hootsuite,
234
+ Yr as Hubspot,
235
+ jr as Imgflip,
236
+ Ur as Intercom,
237
+ $r as Jira,
238
+ re as Langchain,
239
+ te as LangchainLogotype,
240
+ fe as Linear,
241
+ xe as Linkedin,
242
+ ie as Luma,
243
+ se as Mailchimp,
244
+ ce as Mastra,
245
+ ue as MastraLogotype,
246
+ he as MathToolkit,
247
+ Ge as Mcp,
248
+ Me as Microsoft,
249
+ ye as MicrosoftDynamics,
250
+ Ae as MicrosoftExcel,
251
+ Le as MicrosoftOnedrive,
252
+ Fe as MicrosoftOutlookCalendar,
253
+ Te as MicrosoftOutlookMail,
254
+ we as MicrosoftPowerpoint,
255
+ We as MicrosoftSharepoint,
256
+ Ze as MicrosoftTeams,
257
+ Ie as MicrosoftWord,
258
+ Ne as Miro,
259
+ Ve as Monday,
260
+ Je as MongoDB,
261
+ Ye as Netsuite,
262
+ je as Notion,
263
+ Ue as Oauth,
264
+ $e as Obsidian,
265
+ rt as Okta,
266
+ tt as Openai,
267
+ ft as Pagerduty,
268
+ xt as Pinecone,
269
+ it as Pinterest,
270
+ st as Pipedrive,
271
+ ct as Plaid,
272
+ ut as Postgres,
273
+ ht as Posthog,
274
+ Gt as Pylon,
275
+ Mt as Quickbooks,
276
+ yt as Railway,
277
+ At as Reddit,
278
+ Lt as Resend,
279
+ Ft as Salesforce,
280
+ Tt as Shopify,
281
+ wt as Singlestore,
282
+ Wt as Slack,
283
+ Zt as Snowflake,
284
+ It as Splunk,
285
+ Nt as Spotify,
286
+ Vt as Square,
287
+ Jt as Squarespace,
288
+ Yt as Squareup,
289
+ jt as Stripe,
290
+ Ut as Telegram,
291
+ $t as Tesla,
292
+ rp as Ticktick,
293
+ tp as Tiktok,
294
+ fp as Trello,
295
+ xp as Twilio,
296
+ ip as Twitch,
297
+ sp as Vercel,
298
+ cp as VercelLogotype,
299
+ up as Vscode,
300
+ hp as Walmart,
301
+ Gp as Weaviate,
302
+ Mp as Windsurf,
303
+ yp as Workday,
304
+ Ap as Wrike,
305
+ Lp as X,
306
+ Fp as Xero,
307
+ Tp as Youtube,
308
+ wp as Yugabytedb,
309
+ Wp as Zendesk,
310
+ Zp as Zoho,
311
+ Ip as ZohoBooks,
312
+ Np as ZohoCreator,
313
+ Vp as Zoom
312
314
  };