@arcadeai/design-system 3.42.5 → 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.
- package/dist/assets/icons/freshdesk.js +10 -0
- package/dist/components/index.js +459 -457
- package/dist/components/ui/atoms/icons/freshdesk.d.ts +4 -0
- package/dist/components/ui/atoms/icons/freshdesk.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/freshdesk.js +22 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +218 -216
- package/dist/components/ui/atoms/index.js +351 -349
- package/dist/components/ui/index.js +459 -457
- package/dist/main.js +498 -496
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +170 -168
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAItC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAItC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAkKtD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GACzB,WAAW,MAAM,GAAG,SAAS,KAC5B,CAAC,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAYxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC/B,aAAa,MAAM,KAClB,CAAC,CAAC,KAAK,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,KAAK,CAAC,YAAY,CAQxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,GACnC,aAAa,MAAM,KAClB,CAAC,CAAC,KAAK,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,KAAK,CAAC,YAAY,CAQxD,CAAC"}
|
|
@@ -2,9 +2,9 @@ import { jsx as P } from "react/jsx-runtime";
|
|
|
2
2
|
import { Adp as O } from "../components/ui/atoms/icons/adp.js";
|
|
3
3
|
import { Aha as w } from "../components/ui/atoms/icons/aha.js";
|
|
4
4
|
import { Airtable as f } from "../components/ui/atoms/icons/airtable.js";
|
|
5
|
-
import { Amplitude as
|
|
6
|
-
import { Arcade as
|
|
7
|
-
import { Asana as
|
|
5
|
+
import { Amplitude as F } from "../components/ui/atoms/icons/amplitude.js";
|
|
6
|
+
import { Arcade as H } from "../components/ui/atoms/icons/arcade.js";
|
|
7
|
+
import { Asana as x } from "../components/ui/atoms/icons/asana.js";
|
|
8
8
|
import { Ashby as a } from "../components/ui/atoms/icons/ashby.js";
|
|
9
9
|
import { Attio as v } from "../components/ui/atoms/icons/attio.js";
|
|
10
10
|
import { Auth0 as E } from "../components/ui/atoms/icons/auth0.js";
|
|
@@ -13,12 +13,12 @@ import { Basecamp as N } from "../components/ui/atoms/icons/basecamp.js";
|
|
|
13
13
|
import { Bill as W } from "../components/ui/atoms/icons/bill.js";
|
|
14
14
|
import { Bitbucket as L } from "../components/ui/atoms/icons/bitbucket.js";
|
|
15
15
|
import { Bluesky as q } from "../components/ui/atoms/icons/bluesky.js";
|
|
16
|
-
import { Box as
|
|
16
|
+
import { Box as s } from "../components/ui/atoms/icons/box.js";
|
|
17
17
|
import { Braze as Z } from "../components/ui/atoms/icons/braze.js";
|
|
18
18
|
import { Brex as R } from "../components/ui/atoms/icons/brex.js";
|
|
19
19
|
import { Brightdata as X } from "../components/ui/atoms/icons/brightdata.js";
|
|
20
20
|
import { Buffer as J } from "../components/ui/atoms/icons/buffer.js";
|
|
21
|
-
import { Calendly as
|
|
21
|
+
import { Calendly as l } from "../components/ui/atoms/icons/calendly.js";
|
|
22
22
|
import { Clickhouse as Y } from "../components/ui/atoms/icons/clickhouse.js";
|
|
23
23
|
import { Clickup as z } from "../components/ui/atoms/icons/clickup.js";
|
|
24
24
|
import { Closeio as U } from "../components/ui/atoms/icons/closeio.js";
|
|
@@ -32,103 +32,104 @@ import { Daytona as $ } from "../components/ui/atoms/icons/daytona.js";
|
|
|
32
32
|
import { DigitalOcean as oo } from "../components/ui/atoms/icons/digital-ocean.js";
|
|
33
33
|
import { Discord as ro } from "../components/ui/atoms/icons/discord.js";
|
|
34
34
|
import { Dropbox as io } from "../components/ui/atoms/icons/dropbox.js";
|
|
35
|
-
import { E2b as
|
|
36
|
-
import { Ebay as
|
|
35
|
+
import { E2b as mo } from "../components/ui/atoms/icons/e2b.js";
|
|
36
|
+
import { Ebay as to } from "../components/ui/atoms/icons/ebay.js";
|
|
37
37
|
import { Evernote as eo } from "../components/ui/atoms/icons/evernote.js";
|
|
38
38
|
import { Exa as po } from "../components/ui/atoms/icons/exa.js";
|
|
39
39
|
import { Factorial as fo } from "../components/ui/atoms/icons/factorial.js";
|
|
40
40
|
import { Figma as n } from "../components/ui/atoms/icons/figma.js";
|
|
41
41
|
import { Firecrawl as ao } from "../components/ui/atoms/icons/firecrawl.js";
|
|
42
|
-
import { Forkable as
|
|
43
|
-
import {
|
|
42
|
+
import { Forkable as so } from "../components/ui/atoms/icons/forkable.js";
|
|
43
|
+
import { Freshdesk as lo } from "../components/ui/atoms/icons/freshdesk.js";
|
|
44
|
+
import { Freshservice as no } from "../components/ui/atoms/icons/freshservice.js";
|
|
44
45
|
import { Generic as c } from "../components/ui/atoms/icons/generic.js";
|
|
45
|
-
import { Github as
|
|
46
|
-
import { Gitlab as
|
|
47
|
-
import { Gmail as
|
|
48
|
-
import { Google as
|
|
49
|
-
import { GoogleCalendar as
|
|
50
|
-
import { GoogleContacts as
|
|
51
|
-
import { GoogleDocs as
|
|
52
|
-
import { GoogleDrive as
|
|
53
|
-
import { GoogleFinance as
|
|
54
|
-
import { GoogleFlights as
|
|
55
|
-
import { GoogleHotels as
|
|
56
|
-
import { GoogleJobs as
|
|
57
|
-
import { GoogleMaps as
|
|
58
|
-
import { GoogleNews as
|
|
59
|
-
import { GoogleSheets as
|
|
60
|
-
import { GoogleShopping as
|
|
61
|
-
import { GoogleSlides as
|
|
62
|
-
import { Granola as
|
|
63
|
-
import { Heroku as
|
|
46
|
+
import { Github as co } from "../components/ui/atoms/icons/github.js";
|
|
47
|
+
import { Gitlab as uo } from "../components/ui/atoms/icons/gitlab.js";
|
|
48
|
+
import { Gmail as go } from "../components/ui/atoms/icons/gmail.js";
|
|
49
|
+
import { Google as ko } from "../components/ui/atoms/icons/google.js";
|
|
50
|
+
import { GoogleCalendar as Ao } from "../components/ui/atoms/icons/google-calendar.js";
|
|
51
|
+
import { GoogleContacts as bo } from "../components/ui/atoms/icons/google-contacts.js";
|
|
52
|
+
import { GoogleDocs as ho } from "../components/ui/atoms/icons/google-docs.js";
|
|
53
|
+
import { GoogleDrive as Mo } from "../components/ui/atoms/icons/google-drive.js";
|
|
54
|
+
import { GoogleFinance as Co } from "../components/ui/atoms/icons/google-finance.js";
|
|
55
|
+
import { GoogleFlights as yo } from "../components/ui/atoms/icons/google-flights.js";
|
|
56
|
+
import { GoogleHotels as Go } from "../components/ui/atoms/icons/google-hotels.js";
|
|
57
|
+
import { GoogleJobs as So } from "../components/ui/atoms/icons/google-jobs.js";
|
|
58
|
+
import { GoogleMaps as Bo } from "../components/ui/atoms/icons/google-maps.js";
|
|
59
|
+
import { GoogleNews as Po } from "../components/ui/atoms/icons/google-news.js";
|
|
60
|
+
import { GoogleSheets as To } from "../components/ui/atoms/icons/google-sheets.js";
|
|
61
|
+
import { GoogleShopping as Do } from "../components/ui/atoms/icons/google-shopping.js";
|
|
62
|
+
import { GoogleSlides as Oo } from "../components/ui/atoms/icons/google-slides.js";
|
|
63
|
+
import { Granola as wo } from "../components/ui/atoms/icons/granola.js";
|
|
64
|
+
import { Heroku as Fo } from "../components/ui/atoms/icons/heroku.js";
|
|
64
65
|
import { Hootsuite as Ho } from "../components/ui/atoms/icons/hootsuite.js";
|
|
65
66
|
import { Hubspot as o } from "../components/ui/atoms/icons/hubspot.js";
|
|
66
67
|
import { Imgflip as xo } from "../components/ui/atoms/icons/imgflip.js";
|
|
67
|
-
import { Intercom as
|
|
68
|
-
import { Jira as
|
|
69
|
-
import { Linear as
|
|
70
|
-
import { Linkedin as
|
|
71
|
-
import { Luma as
|
|
68
|
+
import { Intercom as vo } from "../components/ui/atoms/icons/intercom.js";
|
|
69
|
+
import { Jira as Eo } from "../components/ui/atoms/icons/jira.js";
|
|
70
|
+
import { Linear as Io } from "../components/ui/atoms/icons/linear.js";
|
|
71
|
+
import { Linkedin as No } from "../components/ui/atoms/icons/linkedin.js";
|
|
72
|
+
import { Luma as Wo } from "../components/ui/atoms/icons/luma.js";
|
|
72
73
|
import { Mailchimp as u } from "../components/ui/atoms/icons/mailchimp.js";
|
|
73
|
-
import { MathToolkit as
|
|
74
|
-
import { Mcp as
|
|
75
|
-
import { MicrosoftDynamics as
|
|
76
|
-
import { MicrosoftExcel as
|
|
77
|
-
import { MicrosoftOnedrive as
|
|
74
|
+
import { MathToolkit as Lo } from "../components/ui/atoms/icons/math-toolkit.js";
|
|
75
|
+
import { Mcp as qo } from "../components/ui/atoms/icons/mcp.js";
|
|
76
|
+
import { MicrosoftDynamics as Zo } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
77
|
+
import { MicrosoftExcel as Ro } from "../components/ui/atoms/icons/microsoft-excel.js";
|
|
78
|
+
import { MicrosoftOnedrive as Xo } from "../components/ui/atoms/icons/microsoft-onedrive.js";
|
|
78
79
|
import { MicrosoftOutlookCalendar as g } from "../components/ui/atoms/icons/microsoft-outlook-calendar.js";
|
|
79
80
|
import { MicrosoftOutlookMail as k } from "../components/ui/atoms/icons/microsoft-outlook-mail.js";
|
|
80
|
-
import { MicrosoftPowerpoint as
|
|
81
|
+
import { MicrosoftPowerpoint as Jo } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
|
|
81
82
|
import { MicrosoftSharepoint as A } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
82
|
-
import { MicrosoftTeams as
|
|
83
|
-
import { MicrosoftWord as
|
|
83
|
+
import { MicrosoftTeams as Yo } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
84
|
+
import { MicrosoftWord as zo } from "../components/ui/atoms/icons/microsoft-word.js";
|
|
84
85
|
import { Miro as d } from "../components/ui/atoms/icons/miro.js";
|
|
85
|
-
import { Monday as
|
|
86
|
-
import { MongoDB as
|
|
87
|
-
import { Netsuite as
|
|
86
|
+
import { Monday as Uo } from "../components/ui/atoms/icons/monday.js";
|
|
87
|
+
import { MongoDB as jo } from "../components/ui/atoms/icons/mongodb.js";
|
|
88
|
+
import { Netsuite as Ko } from "../components/ui/atoms/icons/netsuite.js";
|
|
88
89
|
import { Notion as b } from "../components/ui/atoms/icons/notion.js";
|
|
89
|
-
import { Obsidian as
|
|
90
|
-
import { Okta as
|
|
90
|
+
import { Obsidian as Qo } from "../components/ui/atoms/icons/obsidian.js";
|
|
91
|
+
import { Okta as Vo } from "../components/ui/atoms/icons/okta.js";
|
|
91
92
|
import { Pagerduty as h } from "../components/ui/atoms/icons/pagerduty.js";
|
|
92
|
-
import { Pinecone as
|
|
93
|
-
import { Pinterest as
|
|
94
|
-
import { Pipedrive as
|
|
95
|
-
import { Plaid as
|
|
96
|
-
import { Postgres as
|
|
93
|
+
import { Pinecone as _o } from "../components/ui/atoms/icons/pinecone.js";
|
|
94
|
+
import { Pinterest as $o } from "../components/ui/atoms/icons/pinterest.js";
|
|
95
|
+
import { Pipedrive as or } from "../components/ui/atoms/icons/pipedrive.js";
|
|
96
|
+
import { Plaid as rr } from "../components/ui/atoms/icons/plaid.js";
|
|
97
|
+
import { Postgres as ir } from "../components/ui/atoms/icons/postgres.js";
|
|
97
98
|
import { Posthog as M } from "../components/ui/atoms/icons/posthog.js";
|
|
98
99
|
import { Pylon as C } from "../components/ui/atoms/icons/pylon.js";
|
|
99
|
-
import { Quickbooks as
|
|
100
|
+
import { Quickbooks as mr } from "../components/ui/atoms/icons/quickbooks.js";
|
|
100
101
|
import { Railway as tr } from "../components/ui/atoms/icons/railway.js";
|
|
101
|
-
import { Reddit as
|
|
102
|
-
import { Resend as
|
|
103
|
-
import { Salesforce as
|
|
104
|
-
import { Shopify as
|
|
105
|
-
import { Singlestore as
|
|
102
|
+
import { Reddit as er } from "../components/ui/atoms/icons/reddit.js";
|
|
103
|
+
import { Resend as pr } from "../components/ui/atoms/icons/resend.js";
|
|
104
|
+
import { Salesforce as fr } from "../components/ui/atoms/icons/salesforce.js";
|
|
105
|
+
import { Shopify as ar } from "../components/ui/atoms/icons/shopify.js";
|
|
106
|
+
import { Singlestore as sr } from "../components/ui/atoms/icons/singlestore.js";
|
|
106
107
|
import { Slack as y } from "../components/ui/atoms/icons/slack.js";
|
|
107
108
|
import { Snowflake as lr } from "../components/ui/atoms/icons/snowflake.js";
|
|
108
|
-
import { Splunk as
|
|
109
|
-
import { Spotify as
|
|
109
|
+
import { Splunk as nr } from "../components/ui/atoms/icons/splunk.js";
|
|
110
|
+
import { Spotify as cr } from "../components/ui/atoms/icons/spotify.js";
|
|
110
111
|
import { Square as p } from "../components/ui/atoms/icons/square.js";
|
|
111
|
-
import { Squarespace as
|
|
112
|
-
import { Squareup as
|
|
112
|
+
import { Squarespace as ur } from "../components/ui/atoms/icons/squarespace.js";
|
|
113
|
+
import { Squareup as gr } from "../components/ui/atoms/icons/squareup.js";
|
|
113
114
|
import { Stripe as G } from "../components/ui/atoms/icons/stripe.js";
|
|
114
|
-
import { Telegram as
|
|
115
|
-
import { Ticktick as
|
|
116
|
-
import { Tiktok as
|
|
117
|
-
import { Trello as
|
|
118
|
-
import { Twilio as
|
|
119
|
-
import { Twitch as
|
|
120
|
-
import { Vercel as
|
|
121
|
-
import { Walmart as
|
|
122
|
-
import { Weaviate as
|
|
123
|
-
import { Workday as
|
|
124
|
-
import { Wrike as
|
|
125
|
-
import { X as
|
|
115
|
+
import { Telegram as kr } from "../components/ui/atoms/icons/telegram.js";
|
|
116
|
+
import { Ticktick as Ar } from "../components/ui/atoms/icons/ticktick.js";
|
|
117
|
+
import { Tiktok as dr } from "../components/ui/atoms/icons/tiktok.js";
|
|
118
|
+
import { Trello as br } from "../components/ui/atoms/icons/trello.js";
|
|
119
|
+
import { Twilio as hr } from "../components/ui/atoms/icons/twilio.js";
|
|
120
|
+
import { Twitch as Mr } from "../components/ui/atoms/icons/twitch.js";
|
|
121
|
+
import { Vercel as Cr } from "../components/ui/atoms/icons/vercel.js";
|
|
122
|
+
import { Walmart as yr } from "../components/ui/atoms/icons/walmart.js";
|
|
123
|
+
import { Weaviate as Gr } from "../components/ui/atoms/icons/weaviate.js";
|
|
124
|
+
import { Workday as Sr } from "../components/ui/atoms/icons/workday.js";
|
|
125
|
+
import { Wrike as Br } from "../components/ui/atoms/icons/wrike.js";
|
|
126
|
+
import { X as Pr } from "../components/ui/atoms/icons/x.js";
|
|
126
127
|
import { Xero as S } from "../components/ui/atoms/icons/xero.js";
|
|
127
|
-
import { Youtube as
|
|
128
|
-
import { Yugabytedb as
|
|
129
|
-
import { Zendesk as
|
|
130
|
-
import { ZohoBooks as
|
|
131
|
-
import { ZohoCreator as
|
|
128
|
+
import { Youtube as Tr } from "../components/ui/atoms/icons/youtube.js";
|
|
129
|
+
import { Yugabytedb as Dr } from "../components/ui/atoms/icons/yugabytedb.js";
|
|
130
|
+
import { Zendesk as Or } from "../components/ui/atoms/icons/zendesk.js";
|
|
131
|
+
import { ZohoBooks as wr } from "../components/ui/atoms/icons/zoho-books.js";
|
|
132
|
+
import { ZohoCreator as Fr } from "../components/ui/atoms/icons/zoho-creator.js";
|
|
132
133
|
import { Zoom as Hr } from "../components/ui/atoms/icons/zoom.js";
|
|
133
134
|
import { findToolkitByName as T } from "./utils.js";
|
|
134
135
|
const B = {
|
|
@@ -136,9 +137,9 @@ const B = {
|
|
|
136
137
|
Aha: w,
|
|
137
138
|
Airtable: f,
|
|
138
139
|
AirtableApi: f,
|
|
139
|
-
Amplitude:
|
|
140
|
-
ArcadeEngineApi:
|
|
141
|
-
Asana:
|
|
140
|
+
Amplitude: F,
|
|
141
|
+
ArcadeEngineApi: H,
|
|
142
|
+
Asana: x,
|
|
142
143
|
Ashby: a,
|
|
143
144
|
AshbyApi: a,
|
|
144
145
|
Attio: v,
|
|
@@ -148,14 +149,14 @@ const B = {
|
|
|
148
149
|
BillCom: W,
|
|
149
150
|
Bitbucket: L,
|
|
150
151
|
Bluesky: q,
|
|
151
|
-
Box:
|
|
152
|
-
BoxApi:
|
|
152
|
+
Box: s,
|
|
153
|
+
BoxApi: s,
|
|
153
154
|
Braze: Z,
|
|
154
155
|
Brex: R,
|
|
155
156
|
Brightdata: X,
|
|
156
157
|
Buffer: J,
|
|
157
|
-
Calendly:
|
|
158
|
-
CalendlyApi:
|
|
158
|
+
Calendly: l,
|
|
159
|
+
CalendlyApi: l,
|
|
159
160
|
Clickhouse: Y,
|
|
160
161
|
ClickUp: z,
|
|
161
162
|
CloseIO: U,
|
|
@@ -171,35 +172,36 @@ const B = {
|
|
|
171
172
|
DigitalOcean: oo,
|
|
172
173
|
Discord: ro,
|
|
173
174
|
Dropbox: io,
|
|
174
|
-
E2b:
|
|
175
|
-
EBay:
|
|
175
|
+
E2b: mo,
|
|
176
|
+
EBay: to,
|
|
176
177
|
Evernote: eo,
|
|
177
178
|
ExaApi: po,
|
|
178
179
|
Factorial: fo,
|
|
179
180
|
Figma: n,
|
|
180
181
|
FigmaApi: n,
|
|
181
182
|
Firecrawl: ao,
|
|
182
|
-
Forkable:
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
183
|
+
Forkable: so,
|
|
184
|
+
Freshdesk: lo,
|
|
185
|
+
FreshserviceApi: no,
|
|
186
|
+
Github: co,
|
|
187
|
+
GitLab: uo,
|
|
188
|
+
Gmail: go,
|
|
189
|
+
GoogleCalendar: Ao,
|
|
190
|
+
GoogleContacts: bo,
|
|
191
|
+
GoogleDocs: ho,
|
|
192
|
+
GoogleDrive: Mo,
|
|
193
|
+
GoogleFinance: Co,
|
|
194
|
+
GoogleFlights: yo,
|
|
195
|
+
GoogleHotels: Go,
|
|
196
|
+
GoogleJobs: So,
|
|
197
|
+
GoogleMaps: Bo,
|
|
198
|
+
GoogleNews: Po,
|
|
199
|
+
GoogleSearch: ko,
|
|
200
|
+
GoogleSheets: To,
|
|
201
|
+
GoogleShopping: Do,
|
|
202
|
+
GoogleSlides: Oo,
|
|
203
|
+
Granola: wo,
|
|
204
|
+
Heroku: Fo,
|
|
203
205
|
Hootsuite: Ho,
|
|
204
206
|
Hubspot: o,
|
|
205
207
|
HubspotAutomationApi: o,
|
|
@@ -211,103 +213,103 @@ const B = {
|
|
|
211
213
|
HubspotMeetingsApi: o,
|
|
212
214
|
HubspotUsersApi: o,
|
|
213
215
|
Imgflip: xo,
|
|
214
|
-
IntercomApi:
|
|
215
|
-
Jira:
|
|
216
|
-
Linear:
|
|
217
|
-
Linkedin:
|
|
218
|
-
LumaApi:
|
|
216
|
+
IntercomApi: vo,
|
|
217
|
+
Jira: Eo,
|
|
218
|
+
Linear: Io,
|
|
219
|
+
Linkedin: No,
|
|
220
|
+
LumaApi: Wo,
|
|
219
221
|
Mailchimp: u,
|
|
220
222
|
MailchimpMarketingApi: u,
|
|
221
|
-
Math:
|
|
222
|
-
MCP:
|
|
223
|
-
MicrosoftDynamics:
|
|
224
|
-
MicrosoftExcel:
|
|
223
|
+
Math: Lo,
|
|
224
|
+
MCP: qo,
|
|
225
|
+
MicrosoftDynamics: Zo,
|
|
226
|
+
MicrosoftExcel: Ro,
|
|
225
227
|
MicrosoftOutlookCalendar: g,
|
|
226
228
|
MicrosoftOutlookMail: k,
|
|
227
|
-
MicrosoftPowerpoint:
|
|
229
|
+
MicrosoftPowerpoint: Jo,
|
|
228
230
|
MicrosoftSharePoint: A,
|
|
229
231
|
Sharepoint: A,
|
|
230
|
-
MicrosoftTeams:
|
|
231
|
-
MicrosoftWord:
|
|
232
|
+
MicrosoftTeams: Yo,
|
|
233
|
+
MicrosoftWord: zo,
|
|
232
234
|
Miro: d,
|
|
233
235
|
MiroApi: d,
|
|
234
|
-
Monday:
|
|
235
|
-
MongoDB:
|
|
236
|
-
Netsuite:
|
|
236
|
+
Monday: Uo,
|
|
237
|
+
MongoDB: jo,
|
|
238
|
+
Netsuite: Ko,
|
|
237
239
|
Notion: b,
|
|
238
240
|
NotionToolkit: b,
|
|
239
|
-
Obsidian:
|
|
240
|
-
Okta:
|
|
241
|
-
MicrosoftOnedrive:
|
|
241
|
+
Obsidian: Qo,
|
|
242
|
+
Okta: Vo,
|
|
243
|
+
MicrosoftOnedrive: Xo,
|
|
242
244
|
OutlookCalendar: g,
|
|
243
245
|
OutlookMail: k,
|
|
244
246
|
PagerDuty: h,
|
|
245
247
|
PagerDutyApi: h,
|
|
246
|
-
Pinecone:
|
|
247
|
-
Pinterest:
|
|
248
|
-
Pipedrive:
|
|
249
|
-
Plaid:
|
|
248
|
+
Pinecone: _o,
|
|
249
|
+
Pinterest: $o,
|
|
250
|
+
Pipedrive: or,
|
|
251
|
+
Plaid: rr,
|
|
250
252
|
Posthog: M,
|
|
251
253
|
PosthogApi: M,
|
|
252
|
-
Postgres:
|
|
254
|
+
Postgres: ir,
|
|
253
255
|
Pylon: C,
|
|
254
256
|
PylonApi: C,
|
|
255
|
-
Quickbooks:
|
|
257
|
+
Quickbooks: mr,
|
|
256
258
|
Railway: tr,
|
|
257
|
-
Reddit:
|
|
258
|
-
Resend:
|
|
259
|
-
Salesforce:
|
|
260
|
-
Shopify:
|
|
261
|
-
Singlestore:
|
|
259
|
+
Reddit: er,
|
|
260
|
+
Resend: pr,
|
|
261
|
+
Salesforce: fr,
|
|
262
|
+
Shopify: ar,
|
|
263
|
+
Singlestore: sr,
|
|
262
264
|
Slack: y,
|
|
263
265
|
SlackApi: y,
|
|
264
266
|
Snowflake: lr,
|
|
265
|
-
Splunk:
|
|
266
|
-
Spotify:
|
|
267
|
+
Splunk: nr,
|
|
268
|
+
Spotify: cr,
|
|
267
269
|
Square: p,
|
|
268
|
-
Squareup:
|
|
270
|
+
Squareup: gr,
|
|
269
271
|
SquareupApi: p,
|
|
270
272
|
SquareUpApi: p,
|
|
271
|
-
Squarespace:
|
|
273
|
+
Squarespace: ur,
|
|
272
274
|
Stripe: G,
|
|
273
275
|
StripeApi: G,
|
|
274
|
-
Telegram:
|
|
275
|
-
Tiktok:
|
|
276
|
-
TickTickApi:
|
|
277
|
-
TrelloApi:
|
|
278
|
-
Twilio:
|
|
279
|
-
Twitch:
|
|
280
|
-
Vercel:
|
|
281
|
-
Walmart:
|
|
282
|
-
WeaviateApi:
|
|
283
|
-
Workday:
|
|
284
|
-
Wrike:
|
|
285
|
-
X:
|
|
276
|
+
Telegram: kr,
|
|
277
|
+
Tiktok: dr,
|
|
278
|
+
TickTickApi: Ar,
|
|
279
|
+
TrelloApi: br,
|
|
280
|
+
Twilio: hr,
|
|
281
|
+
Twitch: Mr,
|
|
282
|
+
Vercel: Cr,
|
|
283
|
+
Walmart: yr,
|
|
284
|
+
WeaviateApi: Gr,
|
|
285
|
+
Workday: Sr,
|
|
286
|
+
Wrike: Br,
|
|
287
|
+
X: Pr,
|
|
286
288
|
Xero: S,
|
|
287
289
|
XeroApi: S,
|
|
288
|
-
YugabyteDB:
|
|
289
|
-
ZohoBooksApi:
|
|
290
|
-
ZohoCreatorApi:
|
|
291
|
-
Youtube:
|
|
292
|
-
Zendesk:
|
|
290
|
+
YugabyteDB: Dr,
|
|
291
|
+
ZohoBooksApi: wr,
|
|
292
|
+
ZohoCreatorApi: Fr,
|
|
293
|
+
Youtube: Tr,
|
|
294
|
+
Zendesk: Or,
|
|
293
295
|
Zoom: Hr
|
|
294
296
|
}, D = (r) => {
|
|
295
297
|
if (!r)
|
|
296
298
|
return c;
|
|
297
|
-
const
|
|
298
|
-
(
|
|
299
|
+
const m = r.toLowerCase(), i = Object.keys(B).find(
|
|
300
|
+
(t) => t.toLowerCase() === m
|
|
299
301
|
);
|
|
300
302
|
return i ? B[i] : c;
|
|
301
|
-
},
|
|
302
|
-
const
|
|
303
|
-
return ({ className:
|
|
304
|
-
},
|
|
305
|
-
const
|
|
306
|
-
return ({ className:
|
|
303
|
+
}, et = (r) => {
|
|
304
|
+
const m = T(r), i = D(m?.id);
|
|
305
|
+
return ({ className: t }) => /* @__PURE__ */ P(i, { className: t });
|
|
306
|
+
}, pt = (r) => {
|
|
307
|
+
const m = T(r), i = D(m?.id);
|
|
308
|
+
return ({ className: t }) => /* @__PURE__ */ P(i, { className: t });
|
|
307
309
|
};
|
|
308
310
|
export {
|
|
309
311
|
B as TOOLKIT_ICON_MAP,
|
|
310
|
-
|
|
312
|
+
pt as getToolIconByToolkitName,
|
|
311
313
|
D as getToolkitIcon,
|
|
312
|
-
|
|
314
|
+
et as getToolkitIconByName
|
|
313
315
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkits.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkits.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,QAAQ,EAWhC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"toolkits.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkits.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,QAAQ,EAWhC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,OAAO,EAmnE7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAMrD,CAAC"}
|
|
@@ -622,6 +622,19 @@ const r = [
|
|
|
622
622
|
isComingSoon: !1,
|
|
623
623
|
isHidden: !1
|
|
624
624
|
},
|
|
625
|
+
{
|
|
626
|
+
id: "Freshdesk",
|
|
627
|
+
label: "Freshdesk",
|
|
628
|
+
isBYOC: !1,
|
|
629
|
+
isPro: !1,
|
|
630
|
+
publicIconUrl: `${e}/freshdesk.svg`,
|
|
631
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/customer-support/freshdesk",
|
|
632
|
+
relativeDocsLink: "/en/resources/integrations/customer-support/freshdesk",
|
|
633
|
+
category: "customer-support",
|
|
634
|
+
type: "arcade",
|
|
635
|
+
isComingSoon: !1,
|
|
636
|
+
isHidden: !1
|
|
637
|
+
},
|
|
625
638
|
{
|
|
626
639
|
id: "FreshserviceApi",
|
|
627
640
|
label: "Freshservice API",
|