@arcadeai/design-system 3.38.1 → 3.39.1
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/telegram.js +10 -0
- package/dist/components/index.js +287 -283
- 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 +58 -56
- package/dist/components/ui/atoms/icons/telegram.d.ts +4 -0
- package/dist/components/ui/atoms/icons/telegram.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/telegram.js +37 -0
- package/dist/components/ui/atoms/index.js +173 -171
- package/dist/components/ui/index.js +287 -283
- package/dist/components/ui/molecules/client-secret-field.d.ts +10 -0
- package/dist/components/ui/molecules/client-secret-field.d.ts.map +1 -0
- package/dist/components/ui/molecules/client-secret-field.js +48 -0
- package/dist/components/ui/molecules/index.d.ts +2 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +46 -44
- package/dist/main.js +315 -311
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +40 -38
- 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,CA8JtD,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"}
|
|
@@ -109,24 +109,25 @@ import { Square as p } from "../components/ui/atoms/icons/square.js";
|
|
|
109
109
|
import { Squarespace as sr } from "../components/ui/atoms/icons/squarespace.js";
|
|
110
110
|
import { Squareup as nr } from "../components/ui/atoms/icons/squareup.js";
|
|
111
111
|
import { Stripe as G } from "../components/ui/atoms/icons/stripe.js";
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
112
|
+
import { Telegram as cr } from "../components/ui/atoms/icons/telegram.js";
|
|
113
|
+
import { Ticktick as ur } from "../components/ui/atoms/icons/ticktick.js";
|
|
114
|
+
import { Tiktok as gr } from "../components/ui/atoms/icons/tiktok.js";
|
|
115
|
+
import { Trello as Ar } from "../components/ui/atoms/icons/trello.js";
|
|
116
|
+
import { Twilio as kr } from "../components/ui/atoms/icons/twilio.js";
|
|
117
|
+
import { Twitch as dr } from "../components/ui/atoms/icons/twitch.js";
|
|
118
|
+
import { Vercel as br } from "../components/ui/atoms/icons/vercel.js";
|
|
119
|
+
import { Walmart as hr } from "../components/ui/atoms/icons/walmart.js";
|
|
120
|
+
import { Weaviate as Mr } from "../components/ui/atoms/icons/weaviate.js";
|
|
121
|
+
import { Workday as Cr } from "../components/ui/atoms/icons/workday.js";
|
|
122
|
+
import { Wrike as Gr } from "../components/ui/atoms/icons/wrike.js";
|
|
123
|
+
import { X as yr } from "../components/ui/atoms/icons/x.js";
|
|
123
124
|
import { Xero as y } from "../components/ui/atoms/icons/xero.js";
|
|
124
|
-
import { Youtube as
|
|
125
|
-
import { Yugabytedb as
|
|
126
|
-
import { Zendesk as
|
|
127
|
-
import { ZohoBooks as
|
|
128
|
-
import { ZohoCreator as
|
|
129
|
-
import { Zoom as
|
|
125
|
+
import { Youtube as Sr } from "../components/ui/atoms/icons/youtube.js";
|
|
126
|
+
import { Yugabytedb as Br } from "../components/ui/atoms/icons/yugabytedb.js";
|
|
127
|
+
import { Zendesk as Pr } from "../components/ui/atoms/icons/zendesk.js";
|
|
128
|
+
import { ZohoBooks as Tr } from "../components/ui/atoms/icons/zoho-books.js";
|
|
129
|
+
import { ZohoCreator as Dr } from "../components/ui/atoms/icons/zoho-creator.js";
|
|
130
|
+
import { Zoom as Or } from "../components/ui/atoms/icons/zoom.js";
|
|
130
131
|
import { findToolkitByName as P } from "./utils.js";
|
|
131
132
|
const S = {
|
|
132
133
|
ADPWorkforceNow: D,
|
|
@@ -265,25 +266,26 @@ const S = {
|
|
|
265
266
|
Squarespace: sr,
|
|
266
267
|
Stripe: G,
|
|
267
268
|
StripeApi: G,
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
269
|
+
Telegram: cr,
|
|
270
|
+
Tiktok: gr,
|
|
271
|
+
TickTickApi: ur,
|
|
272
|
+
TrelloApi: Ar,
|
|
273
|
+
Twilio: kr,
|
|
274
|
+
Twitch: dr,
|
|
275
|
+
Vercel: br,
|
|
276
|
+
Walmart: hr,
|
|
277
|
+
WeaviateApi: Mr,
|
|
278
|
+
Workday: Cr,
|
|
279
|
+
Wrike: Gr,
|
|
280
|
+
X: yr,
|
|
279
281
|
Xero: y,
|
|
280
282
|
XeroApi: y,
|
|
281
|
-
YugabyteDB:
|
|
282
|
-
ZohoBooksApi:
|
|
283
|
-
ZohoCreatorApi:
|
|
284
|
-
Youtube:
|
|
285
|
-
Zendesk:
|
|
286
|
-
Zoom:
|
|
283
|
+
YugabyteDB: Br,
|
|
284
|
+
ZohoBooksApi: Tr,
|
|
285
|
+
ZohoCreatorApi: Dr,
|
|
286
|
+
Youtube: Sr,
|
|
287
|
+
Zendesk: Pr,
|
|
288
|
+
Zoom: Or
|
|
287
289
|
}, T = (r) => {
|
|
288
290
|
if (!r)
|
|
289
291
|
return n;
|
|
@@ -291,16 +293,16 @@ const S = {
|
|
|
291
293
|
(m) => m.toLowerCase() === t
|
|
292
294
|
);
|
|
293
295
|
return i ? S[i] : n;
|
|
294
|
-
},
|
|
296
|
+
}, $t = (r) => {
|
|
295
297
|
const t = P(r), i = T(t?.id);
|
|
296
298
|
return ({ className: m }) => /* @__PURE__ */ B(i, { className: m });
|
|
297
|
-
},
|
|
299
|
+
}, om = (r) => {
|
|
298
300
|
const t = P(r), i = T(t?.id);
|
|
299
301
|
return ({ className: m }) => /* @__PURE__ */ B(i, { className: m });
|
|
300
302
|
};
|
|
301
303
|
export {
|
|
302
304
|
S as TOOLKIT_ICON_MAP,
|
|
303
|
-
|
|
305
|
+
om as getToolIconByToolkitName,
|
|
304
306
|
T as getToolkitIcon,
|
|
305
|
-
|
|
307
|
+
$t as getToolkitIconByName
|
|
306
308
|
};
|
|
@@ -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,EA2jE7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAMrD,CAAC"}
|
|
@@ -1701,6 +1701,19 @@ const r = [
|
|
|
1701
1701
|
isComingSoon: !1,
|
|
1702
1702
|
isHidden: !1
|
|
1703
1703
|
},
|
|
1704
|
+
{
|
|
1705
|
+
id: "Telegram",
|
|
1706
|
+
label: "Telegram",
|
|
1707
|
+
isBYOC: !1,
|
|
1708
|
+
isPro: !1,
|
|
1709
|
+
publicIconUrl: `${e}/telegram.svg`,
|
|
1710
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/social-communication/telegram",
|
|
1711
|
+
relativeDocsLink: "/en/resources/integrations/social-communication/telegram",
|
|
1712
|
+
category: "social",
|
|
1713
|
+
type: "arcade",
|
|
1714
|
+
isComingSoon: !1,
|
|
1715
|
+
isHidden: !1
|
|
1716
|
+
},
|
|
1704
1717
|
{
|
|
1705
1718
|
id: "Tiktok",
|
|
1706
1719
|
label: "TikTok",
|