@arcadeai/design-system 7.9.0 → 7.9.2
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/mixpanel.js +23 -0
- package/dist/assets/icons/servicenow.js +18 -0
- package/dist/components/index.js +141 -139
- package/dist/components/ui/atoms/icons/index.d.ts +2 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +59 -57
- package/dist/components/ui/atoms/icons/mixpanel.d.ts +4 -0
- package/dist/components/ui/atoms/icons/mixpanel.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/mixpanel.js +15 -0
- package/dist/components/ui/atoms/icons/servicenow.d.ts +4 -0
- package/dist/components/ui/atoms/icons/servicenow.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/servicenow.js +13 -0
- package/dist/components/ui/atoms/index.js +86 -84
- package/dist/components/ui/blocks/demo.js +1 -1
- package/dist/components/ui/index.js +141 -139
- package/dist/main.js +147 -145
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +100 -96
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +26 -0
- package/package.json +1 -1
|
@@ -84,61 +84,63 @@ import { MicrosoftExcel as Je } from "../components/ui/atoms/icons/microsoft-exc
|
|
|
84
84
|
import { MicrosoftOnedrive as Ye } from "../components/ui/atoms/icons/microsoft-onedrive.js";
|
|
85
85
|
import { MicrosoftOutlookCalendar as P } from "../components/ui/atoms/icons/microsoft-outlook-calendar.js";
|
|
86
86
|
import { MicrosoftOutlookMail as F } from "../components/ui/atoms/icons/microsoft-outlook-mail.js";
|
|
87
|
-
import { MicrosoftPowerBi as
|
|
88
|
-
import { MicrosoftPowerpoint as
|
|
89
|
-
import { MicrosoftSharepoint as
|
|
90
|
-
import { MicrosoftTeams as
|
|
91
|
-
import { MicrosoftWord as
|
|
87
|
+
import { MicrosoftPowerBi as Xe } from "../components/ui/atoms/icons/microsoft-power-bi.js";
|
|
88
|
+
import { MicrosoftPowerpoint as Ze } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
|
|
89
|
+
import { MicrosoftSharepoint as I } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
90
|
+
import { MicrosoftTeams as Qe } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
91
|
+
import { MicrosoftWord as L } from "../components/ui/atoms/icons/microsoft-word.js";
|
|
92
92
|
import { Miro as R } from "../components/ui/atoms/icons/miro.js";
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
93
|
+
import { Mixpanel as $e } from "../components/ui/atoms/icons/mixpanel.js";
|
|
94
|
+
import { Monday as et } from "../components/ui/atoms/icons/monday.js";
|
|
95
|
+
import { MongoDB as tt } from "../components/ui/atoms/icons/mongodb.js";
|
|
96
|
+
import { Netsuite as nt } from "../components/ui/atoms/icons/netsuite.js";
|
|
96
97
|
import { Notion as z } from "../components/ui/atoms/icons/notion.js";
|
|
97
|
-
import { Obsidian as
|
|
98
|
-
import { Okta as
|
|
98
|
+
import { Obsidian as rt } from "../components/ui/atoms/icons/obsidian.js";
|
|
99
|
+
import { Okta as it } from "../components/ui/atoms/icons/okta.js";
|
|
99
100
|
import { Pagerduty as B } from "../components/ui/atoms/icons/pagerduty.js";
|
|
100
|
-
import { Pinecone as
|
|
101
|
-
import { Pinterest as
|
|
102
|
-
import { Pipedrive as
|
|
103
|
-
import { Plaid as
|
|
104
|
-
import { Postgres as
|
|
101
|
+
import { Pinecone as at } from "../components/ui/atoms/icons/pinecone.js";
|
|
102
|
+
import { Pinterest as ot } from "../components/ui/atoms/icons/pinterest.js";
|
|
103
|
+
import { Pipedrive as st } from "../components/ui/atoms/icons/pipedrive.js";
|
|
104
|
+
import { Plaid as ct } from "../components/ui/atoms/icons/plaid.js";
|
|
105
|
+
import { Postgres as lt } from "../components/ui/atoms/icons/postgres.js";
|
|
105
106
|
import { Posthog as V } from "../components/ui/atoms/icons/posthog.js";
|
|
106
|
-
import { Postman as
|
|
107
|
+
import { Postman as ut } from "../components/ui/atoms/icons/postman.js";
|
|
107
108
|
import { Pylon as H } from "../components/ui/atoms/icons/pylon.js";
|
|
108
|
-
import { Quickbooks as
|
|
109
|
-
import { Railway as
|
|
110
|
-
import { Reddit as
|
|
111
|
-
import { Resend as
|
|
112
|
-
import { Salesforce as
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
109
|
+
import { Quickbooks as dt } from "../components/ui/atoms/icons/quickbooks.js";
|
|
110
|
+
import { Railway as ft } from "../components/ui/atoms/icons/railway.js";
|
|
111
|
+
import { Reddit as pt } from "../components/ui/atoms/icons/reddit.js";
|
|
112
|
+
import { Resend as mt } from "../components/ui/atoms/icons/resend.js";
|
|
113
|
+
import { Salesforce as ht } from "../components/ui/atoms/icons/salesforce.js";
|
|
114
|
+
import { Servicenow as gt } from "../components/ui/atoms/icons/servicenow.js";
|
|
115
|
+
import { Shopify as _t } from "../components/ui/atoms/icons/shopify.js";
|
|
116
|
+
import { Singlestore as vt } from "../components/ui/atoms/icons/singlestore.js";
|
|
115
117
|
import { Slack as U } from "../components/ui/atoms/icons/slack.js";
|
|
116
|
-
import { Snowflake as
|
|
117
|
-
import { Splunk as
|
|
118
|
-
import { Spotify as
|
|
118
|
+
import { Snowflake as yt } from "../components/ui/atoms/icons/snowflake.js";
|
|
119
|
+
import { Splunk as bt } from "../components/ui/atoms/icons/splunk.js";
|
|
120
|
+
import { Spotify as xt } from "../components/ui/atoms/icons/spotify.js";
|
|
119
121
|
import { Square as W } from "../components/ui/atoms/icons/square.js";
|
|
120
|
-
import { Squarespace as
|
|
121
|
-
import { Squareup as
|
|
122
|
+
import { Squarespace as St } from "../components/ui/atoms/icons/squarespace.js";
|
|
123
|
+
import { Squareup as Ct } from "../components/ui/atoms/icons/squareup.js";
|
|
122
124
|
import { Stripe as G } from "../components/ui/atoms/icons/stripe.js";
|
|
123
|
-
import { Telegram as
|
|
124
|
-
import { Ticktick as
|
|
125
|
-
import { Tiktok as
|
|
126
|
-
import { Trello as
|
|
127
|
-
import { Twilio as
|
|
128
|
-
import { Twitch as
|
|
125
|
+
import { Telegram as wt } from "../components/ui/atoms/icons/telegram.js";
|
|
126
|
+
import { Ticktick as Tt } from "../components/ui/atoms/icons/ticktick.js";
|
|
127
|
+
import { Tiktok as Et } from "../components/ui/atoms/icons/tiktok.js";
|
|
128
|
+
import { Trello as Dt } from "../components/ui/atoms/icons/trello.js";
|
|
129
|
+
import { Twilio as Ot } from "../components/ui/atoms/icons/twilio.js";
|
|
130
|
+
import { Twitch as kt } from "../components/ui/atoms/icons/twitch.js";
|
|
129
131
|
import { Vercel as K } from "../components/ui/atoms/icons/vercel.js";
|
|
130
|
-
import { Walmart as
|
|
131
|
-
import { Weaviate as
|
|
132
|
-
import { Workday as
|
|
133
|
-
import { Wrike as
|
|
134
|
-
import { X as
|
|
132
|
+
import { Walmart as At } from "../components/ui/atoms/icons/walmart.js";
|
|
133
|
+
import { Weaviate as jt } from "../components/ui/atoms/icons/weaviate.js";
|
|
134
|
+
import { Workday as Mt } from "../components/ui/atoms/icons/workday.js";
|
|
135
|
+
import { Wrike as Nt } from "../components/ui/atoms/icons/wrike.js";
|
|
136
|
+
import { X as Pt } from "../components/ui/atoms/icons/x.js";
|
|
135
137
|
import { Xero as q } from "../components/ui/atoms/icons/xero.js";
|
|
136
|
-
import { Youtube as
|
|
137
|
-
import { Yugabytedb as
|
|
138
|
-
import { Zendesk as
|
|
139
|
-
import { ZohoBooks as
|
|
140
|
-
import { ZohoCreator as
|
|
141
|
-
import { Zoom as
|
|
138
|
+
import { Youtube as Ft } from "../components/ui/atoms/icons/youtube.js";
|
|
139
|
+
import { Yugabytedb as It } from "../components/ui/atoms/icons/yugabytedb.js";
|
|
140
|
+
import { Zendesk as Lt } from "../components/ui/atoms/icons/zendesk.js";
|
|
141
|
+
import { ZohoBooks as Rt } from "../components/ui/atoms/icons/zoho-books.js";
|
|
142
|
+
import { ZohoCreator as zt } from "../components/ui/atoms/icons/zoho-creator.js";
|
|
143
|
+
import { Zoom as Bt } from "../components/ui/atoms/icons/zoom.js";
|
|
142
144
|
import { findToolkitByName as J } from "./utils.js";
|
|
143
145
|
import { jsx as Y } from "react/jsx-runtime";
|
|
144
146
|
//#region lib/metadata/toolkit-icons.tsx
|
|
@@ -250,93 +252,95 @@ var X = {
|
|
|
250
252
|
MicrosoftExcel: Je,
|
|
251
253
|
MicrosoftOutlookCalendar: P,
|
|
252
254
|
MicrosoftOutlookMail: F,
|
|
253
|
-
MicrosoftPowerBI:
|
|
254
|
-
MicrosoftPowerpoint:
|
|
255
|
-
MicrosoftSharePoint:
|
|
256
|
-
Sharepoint:
|
|
257
|
-
MicrosoftTeams:
|
|
255
|
+
MicrosoftPowerBI: Xe,
|
|
256
|
+
MicrosoftPowerpoint: Ze,
|
|
257
|
+
MicrosoftSharePoint: I,
|
|
258
|
+
Sharepoint: I,
|
|
259
|
+
MicrosoftTeams: Qe,
|
|
258
260
|
MicrosoftUsers: Ke,
|
|
259
|
-
MicrosoftWord:
|
|
261
|
+
MicrosoftWord: L,
|
|
260
262
|
Miro: R,
|
|
261
263
|
MiroApi: R,
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
264
|
+
Mixpanel: $e,
|
|
265
|
+
Monday: et,
|
|
266
|
+
MongoDB: tt,
|
|
267
|
+
Netsuite: nt,
|
|
265
268
|
Notion: z,
|
|
266
269
|
NotionToolkit: z,
|
|
267
|
-
Obsidian:
|
|
268
|
-
Okta:
|
|
270
|
+
Obsidian: rt,
|
|
271
|
+
Okta: it,
|
|
269
272
|
MicrosoftOnedrive: Ye,
|
|
270
273
|
OutlookCalendar: P,
|
|
271
274
|
OutlookMail: F,
|
|
272
275
|
PagerDuty: B,
|
|
273
276
|
PagerDutyApi: B,
|
|
274
|
-
Pinecone:
|
|
275
|
-
Pinterest:
|
|
276
|
-
Pipedrive:
|
|
277
|
-
Plaid:
|
|
277
|
+
Pinecone: at,
|
|
278
|
+
Pinterest: ot,
|
|
279
|
+
Pipedrive: st,
|
|
280
|
+
Plaid: ct,
|
|
278
281
|
Posthog: V,
|
|
279
282
|
PosthogApi: V,
|
|
280
|
-
Postgres:
|
|
281
|
-
Postman:
|
|
283
|
+
Postgres: lt,
|
|
284
|
+
Postman: ut,
|
|
282
285
|
Pylon: H,
|
|
283
286
|
PylonApi: H,
|
|
284
|
-
Quickbooks:
|
|
285
|
-
Railway:
|
|
286
|
-
Reddit:
|
|
287
|
-
Resend:
|
|
288
|
-
Salesforce:
|
|
289
|
-
|
|
290
|
-
|
|
287
|
+
Quickbooks: dt,
|
|
288
|
+
Railway: ft,
|
|
289
|
+
Reddit: pt,
|
|
290
|
+
Resend: mt,
|
|
291
|
+
Salesforce: ht,
|
|
292
|
+
ServiceNow: gt,
|
|
293
|
+
Shopify: _t,
|
|
294
|
+
Singlestore: vt,
|
|
291
295
|
Slack: U,
|
|
292
296
|
SlackApi: U,
|
|
293
|
-
Snowflake:
|
|
294
|
-
Splunk:
|
|
295
|
-
Spotify:
|
|
297
|
+
Snowflake: yt,
|
|
298
|
+
Splunk: bt,
|
|
299
|
+
Spotify: xt,
|
|
296
300
|
Square: W,
|
|
297
|
-
Squareup:
|
|
301
|
+
Squareup: Ct,
|
|
298
302
|
SquareupApi: W,
|
|
299
303
|
SquareUpApi: W,
|
|
300
|
-
Squarespace:
|
|
304
|
+
Squarespace: St,
|
|
301
305
|
Stripe: G,
|
|
302
306
|
StripeApi: G,
|
|
303
|
-
Telegram:
|
|
304
|
-
Tiktok:
|
|
305
|
-
TickTickApi:
|
|
306
|
-
TrelloApi:
|
|
307
|
-
Twilio:
|
|
308
|
-
Twitch:
|
|
307
|
+
Telegram: wt,
|
|
308
|
+
Tiktok: Et,
|
|
309
|
+
TickTickApi: Tt,
|
|
310
|
+
TrelloApi: Dt,
|
|
311
|
+
Twilio: Ot,
|
|
312
|
+
Twitch: kt,
|
|
309
313
|
Vercel: K,
|
|
310
314
|
VercelApi: K,
|
|
311
|
-
Walmart:
|
|
312
|
-
WeaviateApi:
|
|
313
|
-
Workday:
|
|
314
|
-
Wrike:
|
|
315
|
-
X:
|
|
315
|
+
Walmart: At,
|
|
316
|
+
WeaviateApi: jt,
|
|
317
|
+
Workday: Mt,
|
|
318
|
+
Wrike: Nt,
|
|
319
|
+
X: Pt,
|
|
316
320
|
Xero: q,
|
|
317
321
|
XeroApi: q,
|
|
318
|
-
YugabyteDB:
|
|
319
|
-
ZohoBooksApi:
|
|
320
|
-
ZohoCreatorApi:
|
|
321
|
-
Youtube:
|
|
322
|
-
Zendesk:
|
|
323
|
-
Zoom:
|
|
324
|
-
}, Z = new Map(Object.entries(X).map(([e, t]) => [e.toLowerCase(), t])),
|
|
322
|
+
YugabyteDB: It,
|
|
323
|
+
ZohoBooksApi: Rt,
|
|
324
|
+
ZohoCreatorApi: zt,
|
|
325
|
+
Youtube: Ft,
|
|
326
|
+
Zendesk: Lt,
|
|
327
|
+
Zoom: Bt
|
|
328
|
+
}, Z = new Map(Object.entries(X).map(([e, t]) => [e.toLowerCase(), t])), Vt = /api$/, Q = (e) => {
|
|
325
329
|
if (!e) return {
|
|
326
330
|
Icon: S,
|
|
327
331
|
hasBrandIcon: !1
|
|
328
332
|
};
|
|
329
|
-
let t = e.toLowerCase(), n = Z.get(t) ?? Z.get(t.replace(
|
|
333
|
+
let t = e.toLowerCase(), n = Z.get(t) ?? Z.get(t.replace(Vt, ""));
|
|
330
334
|
return {
|
|
331
335
|
Icon: n ?? S,
|
|
332
336
|
hasBrandIcon: !!n
|
|
333
337
|
};
|
|
334
|
-
}, $ = (e) => Q(e).Icon,
|
|
338
|
+
}, $ = (e) => Q(e).Icon, Ht = (e) => Q(e).hasBrandIcon, Ut = (e) => {
|
|
335
339
|
let t = $(J(e)?.id);
|
|
336
340
|
return ({ className: e }) => /* @__PURE__ */ Y(t, { className: e });
|
|
337
|
-
},
|
|
341
|
+
}, Wt = (e) => {
|
|
338
342
|
let t = $(J(e)?.id);
|
|
339
343
|
return ({ className: e }) => /* @__PURE__ */ Y(t, { className: e });
|
|
340
344
|
};
|
|
341
345
|
//#endregion
|
|
342
|
-
export { X as TOOLKIT_ICON_MAP,
|
|
346
|
+
export { X as TOOLKIT_ICON_MAP, Wt as getToolIconByToolkitName, $ as getToolkitIcon, Ut as getToolkitIconByName, Ht as hasToolkitIcon, Q as resolveToolkitIcon };
|
|
@@ -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,EAm1E7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAOrD,CAAC"}
|
|
@@ -1433,6 +1433,19 @@ var t = [
|
|
|
1433
1433
|
isComingSoon: !1,
|
|
1434
1434
|
isHidden: !1
|
|
1435
1435
|
},
|
|
1436
|
+
{
|
|
1437
|
+
id: "Mixpanel",
|
|
1438
|
+
label: "Mixpanel",
|
|
1439
|
+
isBYOC: !1,
|
|
1440
|
+
isPro: !1,
|
|
1441
|
+
publicIconUrl: `${e}/mixpanel.svg`,
|
|
1442
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/development/mixpanel",
|
|
1443
|
+
relativeDocsLink: "/en/resources/integrations/development/mixpanel",
|
|
1444
|
+
category: "development",
|
|
1445
|
+
type: "arcade",
|
|
1446
|
+
isComingSoon: !1,
|
|
1447
|
+
isHidden: !1
|
|
1448
|
+
},
|
|
1436
1449
|
{
|
|
1437
1450
|
id: "Monday",
|
|
1438
1451
|
label: "Monday",
|
|
@@ -1810,6 +1823,19 @@ var t = [
|
|
|
1810
1823
|
isComingSoon: !1,
|
|
1811
1824
|
isHidden: !1
|
|
1812
1825
|
},
|
|
1826
|
+
{
|
|
1827
|
+
id: "ServiceNow",
|
|
1828
|
+
label: "ServiceNow",
|
|
1829
|
+
isBYOC: !1,
|
|
1830
|
+
isPro: !1,
|
|
1831
|
+
publicIconUrl: `${e}/servicenow.svg`,
|
|
1832
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/customer-support/servicenow",
|
|
1833
|
+
relativeDocsLink: "/en/resources/integrations/customer-support/servicenow",
|
|
1834
|
+
category: "customer-support",
|
|
1835
|
+
type: "arcade",
|
|
1836
|
+
isComingSoon: !1,
|
|
1837
|
+
isHidden: !1
|
|
1838
|
+
},
|
|
1813
1839
|
{
|
|
1814
1840
|
id: "Shopify",
|
|
1815
1841
|
label: "Shopify",
|