@arcadeai/design-system 3.33.0 → 3.33.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/attio.js +6 -6
- package/dist/assets/icons/math-toolkit.js +10 -0
- package/dist/components/index.js +431 -404
- package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/attio.js +13 -25
- 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 +138 -136
- package/dist/components/ui/atoms/icons/math-toolkit.d.ts +4 -0
- package/dist/components/ui/atoms/icons/math-toolkit.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/math-toolkit.js +15 -0
- 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 +295 -289
- package/dist/components/ui/atoms/scroll-button.d.ts.map +1 -1
- package/dist/components/ui/atoms/scroll-button.js +34 -28
- package/dist/components/ui/atoms/step-indicator.d.ts +17 -0
- package/dist/components/ui/atoms/step-indicator.d.ts.map +1 -0
- package/dist/components/ui/atoms/step-indicator.js +151 -0
- package/dist/components/ui/index.js +431 -404
- package/dist/components/ui/molecules/chat-message-list.d.ts +74 -0
- package/dist/components/ui/molecules/chat-message-list.d.ts.map +1 -0
- package/dist/components/ui/molecules/chat-message-list.js +121 -0
- package/dist/components/ui/molecules/index.d.ts +6 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +29 -20
- package/dist/components/ui/molecules/prompt-input.d.ts.map +1 -1
- package/dist/components/ui/molecules/prompt-input.js +42 -43
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/steps-progress.d.ts +13 -0
- package/dist/components/ui/molecules/steps-progress.d.ts.map +1 -0
- package/dist/components/ui/molecules/steps-progress.js +66 -0
- package/dist/components/ui/molecules/suggestion-card.d.ts +11 -0
- package/dist/components/ui/molecules/suggestion-card.d.ts.map +1 -0
- package/dist/components/ui/molecules/suggestion-card.js +53 -0
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/pages/chat-page.d.ts +75 -0
- package/dist/components/ui/pages/chat-page.d.ts.map +1 -0
- package/dist/components/ui/pages/chat-page.js +300 -0
- package/dist/components/ui/pages/index.d.ts +2 -0
- package/dist/components/ui/pages/index.d.ts.map +1 -1
- package/dist/components/ui/pages/index.js +2 -0
- package/dist/components/ui/templates/chat-template.d.ts +20 -0
- package/dist/components/ui/templates/chat-template.d.ts.map +1 -0
- package/dist/components/ui/templates/chat-template.js +148 -0
- package/dist/components/ui/templates/index.d.ts +2 -0
- package/dist/components/ui/templates/index.d.ts.map +1 -1
- package/dist/components/ui/templates/index.js +19 -9
- package/dist/main.js +461 -434
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +268 -259
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +80 -2
- package/package.json +1 -1
- package/dist/{toolkit-card-B0syFJQ6.js → toolkit-card-Cb-KDQhU.js} +1 -1
|
@@ -115,6 +115,19 @@ const r = [
|
|
|
115
115
|
isComingSoon: !1,
|
|
116
116
|
isHidden: !1
|
|
117
117
|
},
|
|
118
|
+
{
|
|
119
|
+
id: "Attio",
|
|
120
|
+
label: "Attio",
|
|
121
|
+
isBYOC: !1,
|
|
122
|
+
isPro: !1,
|
|
123
|
+
publicIconUrl: `${e}/attio.svg`,
|
|
124
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/sales/attio",
|
|
125
|
+
relativeDocsLink: "/en/resources/integrations/sales/attio",
|
|
126
|
+
category: "sales",
|
|
127
|
+
type: "arcade",
|
|
128
|
+
isComingSoon: !1,
|
|
129
|
+
isHidden: !1
|
|
130
|
+
},
|
|
118
131
|
{
|
|
119
132
|
id: "Auth0",
|
|
120
133
|
label: "Auth0",
|
|
@@ -544,6 +557,19 @@ const r = [
|
|
|
544
557
|
isComingSoon: !0,
|
|
545
558
|
isHidden: !1
|
|
546
559
|
},
|
|
560
|
+
{
|
|
561
|
+
id: "Figma",
|
|
562
|
+
label: "Figma",
|
|
563
|
+
isBYOC: !1,
|
|
564
|
+
isPro: !1,
|
|
565
|
+
publicIconUrl: `${e}/figma.svg`,
|
|
566
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/figma",
|
|
567
|
+
relativeDocsLink: "/en/resources/integrations/productivity/figma",
|
|
568
|
+
category: "productivity",
|
|
569
|
+
type: "arcade",
|
|
570
|
+
isComingSoon: !1,
|
|
571
|
+
isHidden: !1
|
|
572
|
+
},
|
|
547
573
|
{
|
|
548
574
|
id: "FigmaApi",
|
|
549
575
|
label: "Figma API",
|
|
@@ -1039,7 +1065,7 @@ const r = [
|
|
|
1039
1065
|
isHidden: !1
|
|
1040
1066
|
},
|
|
1041
1067
|
{
|
|
1042
|
-
id: "
|
|
1068
|
+
id: "MailchimpMarketingApi",
|
|
1043
1069
|
label: "Mailchimp API",
|
|
1044
1070
|
isBYOC: !1,
|
|
1045
1071
|
isPro: !1,
|
|
@@ -1051,6 +1077,19 @@ const r = [
|
|
|
1051
1077
|
isComingSoon: !1,
|
|
1052
1078
|
isHidden: !1
|
|
1053
1079
|
},
|
|
1080
|
+
{
|
|
1081
|
+
id: "Math",
|
|
1082
|
+
label: "Math",
|
|
1083
|
+
isBYOC: !1,
|
|
1084
|
+
isPro: !1,
|
|
1085
|
+
publicIconUrl: `${e}/math-toolkit.svg`,
|
|
1086
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/development/math",
|
|
1087
|
+
relativeDocsLink: "/en/resources/integrations/development/math",
|
|
1088
|
+
category: "development",
|
|
1089
|
+
type: "arcade",
|
|
1090
|
+
isComingSoon: !1,
|
|
1091
|
+
isHidden: !1
|
|
1092
|
+
},
|
|
1054
1093
|
{
|
|
1055
1094
|
id: "MicrosoftDynamics",
|
|
1056
1095
|
label: "Microsoft Dynamics",
|
|
@@ -1272,6 +1311,19 @@ const r = [
|
|
|
1272
1311
|
isComingSoon: !1,
|
|
1273
1312
|
isHidden: !1
|
|
1274
1313
|
},
|
|
1314
|
+
{
|
|
1315
|
+
id: "PagerDuty",
|
|
1316
|
+
label: "PagerDuty",
|
|
1317
|
+
isBYOC: !1,
|
|
1318
|
+
isPro: !1,
|
|
1319
|
+
publicIconUrl: `${e}/pagerduty.svg`,
|
|
1320
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/development/pagerduty",
|
|
1321
|
+
relativeDocsLink: "/en/resources/integrations/development/pagerduty",
|
|
1322
|
+
category: "development",
|
|
1323
|
+
type: "arcade",
|
|
1324
|
+
isComingSoon: !1,
|
|
1325
|
+
isHidden: !1
|
|
1326
|
+
},
|
|
1275
1327
|
{
|
|
1276
1328
|
id: "PagerDutyApi",
|
|
1277
1329
|
label: "PagerDuty API",
|
|
@@ -1280,7 +1332,7 @@ const r = [
|
|
|
1280
1332
|
publicIconUrl: `${e}/pagerduty.svg`,
|
|
1281
1333
|
docsLink: "https://docs.arcade.dev/en/resources/integrations/development/pagerduty-api",
|
|
1282
1334
|
relativeDocsLink: "/en/resources/integrations/development/pagerduty-api",
|
|
1283
|
-
category: "
|
|
1335
|
+
category: "customer-support",
|
|
1284
1336
|
type: "arcade_starter",
|
|
1285
1337
|
isComingSoon: !1,
|
|
1286
1338
|
isHidden: !1
|
|
@@ -1363,6 +1415,32 @@ const r = [
|
|
|
1363
1415
|
isComingSoon: !1,
|
|
1364
1416
|
isHidden: !1
|
|
1365
1417
|
},
|
|
1418
|
+
{
|
|
1419
|
+
id: "Pylon",
|
|
1420
|
+
label: "Pylon",
|
|
1421
|
+
isBYOC: !1,
|
|
1422
|
+
isPro: !1,
|
|
1423
|
+
publicIconUrl: `${e}/pylon.svg`,
|
|
1424
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/customer-support/pylon",
|
|
1425
|
+
relativeDocsLink: "/en/resources/integrations/customer-support/pylon",
|
|
1426
|
+
category: "customer-support",
|
|
1427
|
+
type: "arcade",
|
|
1428
|
+
isComingSoon: !1,
|
|
1429
|
+
isHidden: !1
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
id: "PylonApi",
|
|
1433
|
+
label: "Pylon API",
|
|
1434
|
+
isBYOC: !1,
|
|
1435
|
+
isPro: !1,
|
|
1436
|
+
publicIconUrl: `${e}/pylon.svg`,
|
|
1437
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/customer-support/pylon-api",
|
|
1438
|
+
relativeDocsLink: "/en/resources/integrations/customer-support/pylon-api",
|
|
1439
|
+
category: "customer-support",
|
|
1440
|
+
type: "arcade_starter",
|
|
1441
|
+
isComingSoon: !1,
|
|
1442
|
+
isHidden: !1
|
|
1443
|
+
},
|
|
1366
1444
|
{
|
|
1367
1445
|
id: "Quickbooks",
|
|
1368
1446
|
label: "QuickBooks",
|
package/package.json
CHANGED
|
@@ -13,8 +13,8 @@ import "./markdown-ChximrBv.js";
|
|
|
13
13
|
import "./components/ui/atoms/mobile-tooltip.js";
|
|
14
14
|
import { ProBadge as _ } from "./components/ui/atoms/pro-badge.js";
|
|
15
15
|
import "./react-resizable-panels.browser-DYl0LXfw.js";
|
|
16
|
-
import "./components/ui/atoms/sidebar.js";
|
|
17
16
|
import { Tooltip as v, TooltipTrigger as y, TooltipContent as w } from "./components/ui/atoms/tooltip.js";
|
|
17
|
+
import "./components/ui/atoms/sidebar.js";
|
|
18
18
|
import "./components/ui/molecules/date-time-picker.js";
|
|
19
19
|
import "./components/ui/molecules/prompt-input.js";
|
|
20
20
|
import "./components/ui/molecules/tool-card.js";
|