@arcadeai/design-system 2.0.0 → 2.1.0
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/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +224 -222
- package/dist/components/ui/atoms/icons/imgflip.d.ts +3 -0
- package/dist/components/ui/atoms/icons/imgflip.js +35 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +116 -114
- package/dist/components/ui/atoms/index.js +211 -209
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/switch.d.ts +5 -1
- package/dist/components/ui/atoms/switch.js +98 -73
- package/dist/components/ui/index.js +224 -222
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +2 -2
- package/dist/components/ui/utils/memo.test.js +1 -1
- package/dist/lib/arcade/arcade.test.js +1 -1
- package/dist/lib/utils.test.js +1 -1
- package/dist/{magic-string.es-QnVUNas7.js → magic-string.es-uPKorP4O.js} +7 -4
- package/dist/main.js +261 -259
- package/dist/metadata/toolkits.js +118 -102
- package/dist/{react-resizable-panels.browser-ZHjTH32c.js → react-resizable-panels.browser-DggUboAp.js} +2 -2
- package/dist/{react.esm-CAxz4dXo.js → react.esm-DUaR5u-J.js} +1 -1
- package/dist/{toolkit-card-fWmjBnBQ.js → toolkit-card-DgjPGtsJ.js} +1 -1
- package/dist/{vi.bdSIJ99Y-hyudrc3R.js → vi.bdSIJ99Y-Bs-viS39.js} +1 -1
- package/package.json +33 -33
|
@@ -52,57 +52,58 @@ import { GoogleSlides as K } from "../components/ui/atoms/icons/google-slides.js
|
|
|
52
52
|
import { Heroku as oo } from "../components/ui/atoms/icons/heroku.js";
|
|
53
53
|
import { Hootsuite as io } from "../components/ui/atoms/icons/hootsuite.js";
|
|
54
54
|
import { Hubspot as eo } from "../components/ui/atoms/icons/hubspot.js";
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
55
|
+
import { Imgflip as so } from "../components/ui/atoms/icons/imgflip.js";
|
|
56
|
+
import { Intercom as to } from "../components/ui/atoms/icons/intercom.js";
|
|
57
|
+
import { Jira as ao } from "../components/ui/atoms/icons/jira.js";
|
|
58
|
+
import { Linear as ro } from "../components/ui/atoms/icons/linear.js";
|
|
59
|
+
import { Linkedin as lo } from "../components/ui/atoms/icons/linkedin.js";
|
|
60
|
+
import { Mailchimp as co } from "../components/ui/atoms/icons/mailchimp.js";
|
|
61
|
+
import { Mcp as no } from "../components/ui/atoms/icons/mcp.js";
|
|
62
|
+
import { MicrosoftDynamics as po } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
63
|
+
import { MicrosoftSharepoint as mo } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
64
|
+
import { MicrosoftTeams as uo } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
65
|
+
import { Miro as go } from "../components/ui/atoms/icons/miro.js";
|
|
66
|
+
import { Monday as yo } from "../components/ui/atoms/icons/monday.js";
|
|
67
|
+
import { Netsuite as vo } from "../components/ui/atoms/icons/netsuite.js";
|
|
67
68
|
import { Notion as s } from "../components/ui/atoms/icons/notion.js";
|
|
68
|
-
import { Obsidian as
|
|
69
|
-
import { Okta as
|
|
70
|
-
import { OneDrive as
|
|
71
|
-
import { OutlookCalendar as
|
|
72
|
-
import { OutlookMail as
|
|
73
|
-
import { Pinecone as
|
|
74
|
-
import { Pinterest as
|
|
75
|
-
import { Pipedrive as
|
|
76
|
-
import { Plaid as
|
|
77
|
-
import { Postgres as
|
|
78
|
-
import { Quickbooks as
|
|
79
|
-
import { Reddit as
|
|
80
|
-
import { Salesforce as
|
|
81
|
-
import { Shopify as
|
|
82
|
-
import { Singlestore as
|
|
83
|
-
import { Slack as
|
|
84
|
-
import { Snowflake as
|
|
85
|
-
import { Splunk as
|
|
86
|
-
import { Spotify as
|
|
87
|
-
import { Square as
|
|
88
|
-
import { Squarespace as
|
|
89
|
-
import { Stripe as
|
|
90
|
-
import { Tiktok as
|
|
91
|
-
import { Trello as
|
|
92
|
-
import { Twilio as
|
|
93
|
-
import { Twitch as
|
|
94
|
-
import { Vercel as
|
|
95
|
-
import { Walmart as
|
|
96
|
-
import { Weaviate as
|
|
97
|
-
import { Workday as
|
|
98
|
-
import { Wrike as
|
|
99
|
-
import { X as
|
|
100
|
-
import { Xero as
|
|
101
|
-
import { Youtube as
|
|
102
|
-
import { Zendesk as
|
|
103
|
-
import { Zoom as
|
|
69
|
+
import { Obsidian as fo } from "../components/ui/atoms/icons/obsidian.js";
|
|
70
|
+
import { Okta as ko } from "../components/ui/atoms/icons/okta.js";
|
|
71
|
+
import { OneDrive as bo } from "../components/ui/atoms/icons/one-drive.js";
|
|
72
|
+
import { OutlookCalendar as ho } from "../components/ui/atoms/icons/outlook-calendar.js";
|
|
73
|
+
import { OutlookMail as Co } from "../components/ui/atoms/icons/outlook-mail.js";
|
|
74
|
+
import { Pinecone as Lo } from "../components/ui/atoms/icons/pinecone.js";
|
|
75
|
+
import { Pinterest as So } from "../components/ui/atoms/icons/pinterest.js";
|
|
76
|
+
import { Pipedrive as wo } from "../components/ui/atoms/icons/pipedrive.js";
|
|
77
|
+
import { Plaid as Do } from "../components/ui/atoms/icons/plaid.js";
|
|
78
|
+
import { Postgres as Bo } from "../components/ui/atoms/icons/postgres.js";
|
|
79
|
+
import { Quickbooks as Oo } from "../components/ui/atoms/icons/quickbooks.js";
|
|
80
|
+
import { Reddit as Po } from "../components/ui/atoms/icons/reddit.js";
|
|
81
|
+
import { Salesforce as Ho } from "../components/ui/atoms/icons/salesforce.js";
|
|
82
|
+
import { Shopify as Io } from "../components/ui/atoms/icons/shopify.js";
|
|
83
|
+
import { Singlestore as Uo } from "../components/ui/atoms/icons/singlestore.js";
|
|
84
|
+
import { Slack as Yo } from "../components/ui/atoms/icons/slack.js";
|
|
85
|
+
import { Snowflake as $o } from "../components/ui/atoms/icons/snowflake.js";
|
|
86
|
+
import { Splunk as Mo } from "../components/ui/atoms/icons/splunk.js";
|
|
87
|
+
import { Spotify as Go } from "../components/ui/atoms/icons/spotify.js";
|
|
88
|
+
import { Square as _o } from "../components/ui/atoms/icons/square.js";
|
|
89
|
+
import { Squarespace as xo } from "../components/ui/atoms/icons/squarespace.js";
|
|
90
|
+
import { Stripe as Ao } from "../components/ui/atoms/icons/stripe.js";
|
|
91
|
+
import { Tiktok as To } from "../components/ui/atoms/icons/tiktok.js";
|
|
92
|
+
import { Trello as qo } from "../components/ui/atoms/icons/trello.js";
|
|
93
|
+
import { Twilio as Fo } from "../components/ui/atoms/icons/twilio.js";
|
|
94
|
+
import { Twitch as No } from "../components/ui/atoms/icons/twitch.js";
|
|
95
|
+
import { Vercel as Wo } from "../components/ui/atoms/icons/vercel.js";
|
|
96
|
+
import { Walmart as zo } from "../components/ui/atoms/icons/walmart.js";
|
|
97
|
+
import { Weaviate as Ro } from "../components/ui/atoms/icons/weaviate.js";
|
|
98
|
+
import { Workday as jo } from "../components/ui/atoms/icons/workday.js";
|
|
99
|
+
import { Wrike as Eo } from "../components/ui/atoms/icons/wrike.js";
|
|
100
|
+
import { X as Jo } from "../components/ui/atoms/icons/x.js";
|
|
101
|
+
import { Xero as Xo } from "../components/ui/atoms/icons/xero.js";
|
|
102
|
+
import { Youtube as Zo } from "../components/ui/atoms/icons/youtube.js";
|
|
103
|
+
import { Zendesk as Qo } from "../components/ui/atoms/icons/zendesk.js";
|
|
104
|
+
import { Zoom as Vo } from "../components/ui/atoms/icons/zoom.js";
|
|
104
105
|
import { PUBLIC_ICON_URL as o } from "./constants.js";
|
|
105
|
-
const
|
|
106
|
+
const Qe = [
|
|
106
107
|
{ id: "all", name: "All Tools" },
|
|
107
108
|
{ id: "productivity", name: "Productivity & Docs" },
|
|
108
109
|
{ id: "social", name: "Social & Communication" },
|
|
@@ -113,7 +114,7 @@ const Xe = [
|
|
|
113
114
|
{ id: "sales", name: "Sales" },
|
|
114
115
|
{ id: "databases", name: "Databases" },
|
|
115
116
|
{ id: "customer-support", name: "Customer Support" }
|
|
116
|
-
],
|
|
117
|
+
], Ko = [
|
|
117
118
|
{
|
|
118
119
|
id: "ADPWorkforceNow",
|
|
119
120
|
label: "ADP Workforce Now",
|
|
@@ -909,13 +910,28 @@ const Xe = [
|
|
|
909
910
|
isComingSoon: !1,
|
|
910
911
|
isHidden: !1
|
|
911
912
|
},
|
|
913
|
+
{
|
|
914
|
+
id: "Imgflip",
|
|
915
|
+
label: "Imgflip",
|
|
916
|
+
isBYOC: !0,
|
|
917
|
+
isPro: !0,
|
|
918
|
+
publicIconUrl: `${o}/imgflip.svg`,
|
|
919
|
+
icon: so,
|
|
920
|
+
summary: "Generate memes with your agents.",
|
|
921
|
+
docsLink: "https://docs.arcade.dev/toolkits/entertainment/imgflip",
|
|
922
|
+
relativeDocsLink: "/toolkits/entertainment/imgflip",
|
|
923
|
+
category: "entertainment",
|
|
924
|
+
type: "arcade",
|
|
925
|
+
isComingSoon: !1,
|
|
926
|
+
isHidden: !1
|
|
927
|
+
},
|
|
912
928
|
{
|
|
913
929
|
id: "Intercom",
|
|
914
930
|
label: "Intercom",
|
|
915
931
|
isBYOC: !1,
|
|
916
932
|
isPro: !1,
|
|
917
933
|
publicIconUrl: `${o}/intercom.svg`,
|
|
918
|
-
icon:
|
|
934
|
+
icon: to,
|
|
919
935
|
summary: "Manage customer communications and support with your agents.",
|
|
920
936
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/intercom",
|
|
921
937
|
relativeDocsLink: "/toolkits/social-communication/intercom",
|
|
@@ -930,7 +946,7 @@ const Xe = [
|
|
|
930
946
|
isBYOC: !1,
|
|
931
947
|
isPro: !1,
|
|
932
948
|
publicIconUrl: `${o}/jira.svg`,
|
|
933
|
-
icon:
|
|
949
|
+
icon: ao,
|
|
934
950
|
summary: "Manage Jira projects, issues, and more with your agents",
|
|
935
951
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/jira",
|
|
936
952
|
relativeDocsLink: "/toolkits/productivity/jira",
|
|
@@ -945,7 +961,7 @@ const Xe = [
|
|
|
945
961
|
isBYOC: !1,
|
|
946
962
|
isPro: !1,
|
|
947
963
|
publicIconUrl: `${o}/linear.svg`,
|
|
948
|
-
icon:
|
|
964
|
+
icon: ro,
|
|
949
965
|
summary: "Manage issues and projects with your agents.",
|
|
950
966
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/linear",
|
|
951
967
|
relativeDocsLink: "/toolkits/productivity/linear",
|
|
@@ -960,7 +976,7 @@ const Xe = [
|
|
|
960
976
|
isBYOC: !1,
|
|
961
977
|
isPro: !1,
|
|
962
978
|
publicIconUrl: `${o}/linkedin.svg`,
|
|
963
|
-
icon:
|
|
979
|
+
icon: lo,
|
|
964
980
|
summary: "Connect and interact with LinkedIn's professional network through your agents",
|
|
965
981
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/linkedin",
|
|
966
982
|
relativeDocsLink: "/toolkits/social-communication/linkedin",
|
|
@@ -975,7 +991,7 @@ const Xe = [
|
|
|
975
991
|
isBYOC: !1,
|
|
976
992
|
isPro: !1,
|
|
977
993
|
publicIconUrl: `${o}/mailchimp.svg`,
|
|
978
|
-
icon:
|
|
994
|
+
icon: co,
|
|
979
995
|
summary: "Manage email campaigns and subscribers with your agents.",
|
|
980
996
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/mailchimp",
|
|
981
997
|
relativeDocsLink: "/toolkits/productivity/mailchimp",
|
|
@@ -990,7 +1006,7 @@ const Xe = [
|
|
|
990
1006
|
isBYOC: !1,
|
|
991
1007
|
isPro: !1,
|
|
992
1008
|
publicIconUrl: `${o}/microsoft-dynamics.svg`,
|
|
993
|
-
icon:
|
|
1009
|
+
icon: po,
|
|
994
1010
|
summary: "Manage CRM and ERP processes with your agents.",
|
|
995
1011
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft_dynamics",
|
|
996
1012
|
relativeDocsLink: "/toolkits/productivity/microsoft_dynamics",
|
|
@@ -1005,7 +1021,7 @@ const Xe = [
|
|
|
1005
1021
|
isBYOC: !1,
|
|
1006
1022
|
isPro: !1,
|
|
1007
1023
|
publicIconUrl: `${o}/microsoft-sharepoint.svg`,
|
|
1008
|
-
icon:
|
|
1024
|
+
icon: mo,
|
|
1009
1025
|
summary: "Manage SharePoint sites, lists, drives, and files with your agents.",
|
|
1010
1026
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/sharepoint",
|
|
1011
1027
|
relativeDocsLink: "/toolkits/productivity/sharepoint",
|
|
@@ -1020,7 +1036,7 @@ const Xe = [
|
|
|
1020
1036
|
isBYOC: !1,
|
|
1021
1037
|
isPro: !1,
|
|
1022
1038
|
publicIconUrl: `${o}/microsoft-teams.svg`,
|
|
1023
|
-
icon:
|
|
1039
|
+
icon: uo,
|
|
1024
1040
|
summary: "Manage teams, messages, chats, and channels with your agents.",
|
|
1025
1041
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/microsoft_teams",
|
|
1026
1042
|
relativeDocsLink: "/toolkits/social-communication/microsoft_teams",
|
|
@@ -1035,7 +1051,7 @@ const Xe = [
|
|
|
1035
1051
|
isBYOC: !1,
|
|
1036
1052
|
isPro: !1,
|
|
1037
1053
|
publicIconUrl: `${o}/miro.svg`,
|
|
1038
|
-
icon:
|
|
1054
|
+
icon: go,
|
|
1039
1055
|
summary: "Create and collaborate on visual boards with your agents.",
|
|
1040
1056
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/miro",
|
|
1041
1057
|
relativeDocsLink: "/toolkits/productivity/miro",
|
|
@@ -1050,7 +1066,7 @@ const Xe = [
|
|
|
1050
1066
|
isBYOC: !1,
|
|
1051
1067
|
isPro: !1,
|
|
1052
1068
|
publicIconUrl: `${o}/mcp.svg`,
|
|
1053
|
-
icon:
|
|
1069
|
+
icon: no,
|
|
1054
1070
|
summary: "Manage context and improve AI interactions with your agents.",
|
|
1055
1071
|
docsLink: "https://docs.arcade.dev/toolkits/development/mcp",
|
|
1056
1072
|
relativeDocsLink: "/toolkits/development/mcp",
|
|
@@ -1065,7 +1081,7 @@ const Xe = [
|
|
|
1065
1081
|
isBYOC: !1,
|
|
1066
1082
|
isPro: !1,
|
|
1067
1083
|
publicIconUrl: `${o}/monday.svg`,
|
|
1068
|
-
icon:
|
|
1084
|
+
icon: yo,
|
|
1069
1085
|
summary: "Manage projects and workflows with your agents.",
|
|
1070
1086
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/monday",
|
|
1071
1087
|
relativeDocsLink: "/toolkits/productivity/monday",
|
|
@@ -1080,7 +1096,7 @@ const Xe = [
|
|
|
1080
1096
|
isBYOC: !1,
|
|
1081
1097
|
isPro: !1,
|
|
1082
1098
|
publicIconUrl: `${o}/netsuite.svg`,
|
|
1083
|
-
icon:
|
|
1099
|
+
icon: vo,
|
|
1084
1100
|
summary: "Manage financial and business operations with your agents.",
|
|
1085
1101
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/netsuite",
|
|
1086
1102
|
relativeDocsLink: "/toolkits/productivity/netsuite",
|
|
@@ -1125,7 +1141,7 @@ const Xe = [
|
|
|
1125
1141
|
isBYOC: !1,
|
|
1126
1142
|
isPro: !1,
|
|
1127
1143
|
publicIconUrl: `${o}/obsidian.svg`,
|
|
1128
|
-
icon:
|
|
1144
|
+
icon: fo,
|
|
1129
1145
|
summary: "Create, edit, and manage Obsidian notes",
|
|
1130
1146
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/obsidian",
|
|
1131
1147
|
relativeDocsLink: "/toolkits/productivity/obsidian",
|
|
@@ -1140,7 +1156,7 @@ const Xe = [
|
|
|
1140
1156
|
isBYOC: !1,
|
|
1141
1157
|
isPro: !1,
|
|
1142
1158
|
publicIconUrl: `${o}/okta.svg`,
|
|
1143
|
-
icon:
|
|
1159
|
+
icon: ko,
|
|
1144
1160
|
summary: "Manage identity and access with your agents.",
|
|
1145
1161
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/okta",
|
|
1146
1162
|
relativeDocsLink: "/toolkits/productivity/okta",
|
|
@@ -1155,7 +1171,7 @@ const Xe = [
|
|
|
1155
1171
|
isBYOC: !1,
|
|
1156
1172
|
isPro: !1,
|
|
1157
1173
|
publicIconUrl: `${o}/one-drive.svg`,
|
|
1158
|
-
icon:
|
|
1174
|
+
icon: bo,
|
|
1159
1175
|
summary: "Manage OneDrive files and folders with your agents",
|
|
1160
1176
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/onedrive",
|
|
1161
1177
|
relativeDocsLink: "/toolkits/productivity/microsoft/onedrive",
|
|
@@ -1170,7 +1186,7 @@ const Xe = [
|
|
|
1170
1186
|
isBYOC: !1,
|
|
1171
1187
|
isPro: !1,
|
|
1172
1188
|
publicIconUrl: `${o}/outlook-calendar.svg`,
|
|
1173
|
-
icon:
|
|
1189
|
+
icon: ho,
|
|
1174
1190
|
summary: "Manage Outlook calendar with your agents",
|
|
1175
1191
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/outlook_calendar",
|
|
1176
1192
|
relativeDocsLink: "/toolkits/productivity/microsoft/outlook_calendar",
|
|
@@ -1185,7 +1201,7 @@ const Xe = [
|
|
|
1185
1201
|
isBYOC: !1,
|
|
1186
1202
|
isPro: !1,
|
|
1187
1203
|
publicIconUrl: `${o}/outlook-mail.svg`,
|
|
1188
|
-
icon:
|
|
1204
|
+
icon: Co,
|
|
1189
1205
|
summary: "Manage Outlook emails with your agents",
|
|
1190
1206
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/outlook_mail",
|
|
1191
1207
|
relativeDocsLink: "/toolkits/productivity/microsoft/outlook_mail",
|
|
@@ -1200,7 +1216,7 @@ const Xe = [
|
|
|
1200
1216
|
isBYOC: !1,
|
|
1201
1217
|
isPro: !1,
|
|
1202
1218
|
publicIconUrl: `${o}/pinecone.svg`,
|
|
1203
|
-
icon:
|
|
1219
|
+
icon: Lo,
|
|
1204
1220
|
summary: "Manage vector databases and similarity search with your agents.",
|
|
1205
1221
|
docsLink: "https://docs.arcade.dev/toolkits/development/pinecone",
|
|
1206
1222
|
relativeDocsLink: "/toolkits/development/pinecone",
|
|
@@ -1215,7 +1231,7 @@ const Xe = [
|
|
|
1215
1231
|
isBYOC: !1,
|
|
1216
1232
|
isPro: !1,
|
|
1217
1233
|
publicIconUrl: `${o}/pinterest.svg`,
|
|
1218
|
-
icon:
|
|
1234
|
+
icon: So,
|
|
1219
1235
|
summary: "Create and manage pins and boards with your agents.",
|
|
1220
1236
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/pinterest",
|
|
1221
1237
|
relativeDocsLink: "/toolkits/social-communication/pinterest",
|
|
@@ -1230,7 +1246,7 @@ const Xe = [
|
|
|
1230
1246
|
isBYOC: !1,
|
|
1231
1247
|
isPro: !1,
|
|
1232
1248
|
publicIconUrl: `${o}/pipedrive.svg`,
|
|
1233
|
-
icon:
|
|
1249
|
+
icon: wo,
|
|
1234
1250
|
summary: "Manage sales pipelines and leads with your agents.",
|
|
1235
1251
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/pipedrive",
|
|
1236
1252
|
relativeDocsLink: "/toolkits/productivity/pipedrive",
|
|
@@ -1245,7 +1261,7 @@ const Xe = [
|
|
|
1245
1261
|
isBYOC: !1,
|
|
1246
1262
|
isPro: !1,
|
|
1247
1263
|
publicIconUrl: `${o}/plaid.svg`,
|
|
1248
|
-
icon:
|
|
1264
|
+
icon: Do,
|
|
1249
1265
|
summary: "Connect with financial accounts and manage financial data with your agents.",
|
|
1250
1266
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/plaid",
|
|
1251
1267
|
relativeDocsLink: "/toolkits/productivity/plaid",
|
|
@@ -1260,7 +1276,7 @@ const Xe = [
|
|
|
1260
1276
|
isBYOC: !1,
|
|
1261
1277
|
isPro: !1,
|
|
1262
1278
|
publicIconUrl: `${o}/postgres.svg`,
|
|
1263
|
-
icon:
|
|
1279
|
+
icon: Bo,
|
|
1264
1280
|
summary: "Interact with PostgreSQL databases with your agents.",
|
|
1265
1281
|
docsLink: "https://docs.arcade.dev/toolkits/databases/postgres",
|
|
1266
1282
|
relativeDocsLink: "/toolkits/databases/postgres",
|
|
@@ -1275,7 +1291,7 @@ const Xe = [
|
|
|
1275
1291
|
isBYOC: !1,
|
|
1276
1292
|
isPro: !1,
|
|
1277
1293
|
publicIconUrl: `${o}/quickbooks.svg`,
|
|
1278
|
-
icon:
|
|
1294
|
+
icon: Oo,
|
|
1279
1295
|
summary: "Manage accounting and finances with your agents.",
|
|
1280
1296
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/quickbooks",
|
|
1281
1297
|
relativeDocsLink: "/toolkits/productivity/quickbooks",
|
|
@@ -1290,7 +1306,7 @@ const Xe = [
|
|
|
1290
1306
|
isBYOC: !1,
|
|
1291
1307
|
isPro: !1,
|
|
1292
1308
|
publicIconUrl: `${o}/reddit.svg`,
|
|
1293
|
-
icon:
|
|
1309
|
+
icon: Po,
|
|
1294
1310
|
summary: "Interact with Reddit with your agents",
|
|
1295
1311
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/reddit",
|
|
1296
1312
|
relativeDocsLink: "/toolkits/social-communication/reddit",
|
|
@@ -1305,7 +1321,7 @@ const Xe = [
|
|
|
1305
1321
|
isBYOC: !1,
|
|
1306
1322
|
isPro: !1,
|
|
1307
1323
|
publicIconUrl: `${o}/salesforce.svg`,
|
|
1308
|
-
icon:
|
|
1324
|
+
icon: Ho,
|
|
1309
1325
|
summary: "Manage customer relationships and sales with your agents.",
|
|
1310
1326
|
docsLink: "https://docs.arcade.dev/toolkits/sales/salesforce",
|
|
1311
1327
|
relativeDocsLink: "/toolkits/sales/salesforce",
|
|
@@ -1320,7 +1336,7 @@ const Xe = [
|
|
|
1320
1336
|
isBYOC: !1,
|
|
1321
1337
|
isPro: !1,
|
|
1322
1338
|
publicIconUrl: `${o}/shopify.svg`,
|
|
1323
|
-
icon:
|
|
1339
|
+
icon: Io,
|
|
1324
1340
|
summary: "Manage e-commerce stores and products with your agents.",
|
|
1325
1341
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/shopify",
|
|
1326
1342
|
relativeDocsLink: "/toolkits/productivity/shopify",
|
|
@@ -1335,7 +1351,7 @@ const Xe = [
|
|
|
1335
1351
|
isBYOC: !1,
|
|
1336
1352
|
isPro: !1,
|
|
1337
1353
|
publicIconUrl: `${o}/singlestore.svg`,
|
|
1338
|
-
icon:
|
|
1354
|
+
icon: Uo,
|
|
1339
1355
|
summary: "Manage databases and data operations with your agents.",
|
|
1340
1356
|
docsLink: "https://docs.arcade.dev/toolkits/development/singlestore",
|
|
1341
1357
|
relativeDocsLink: "/toolkits/development/singlestore",
|
|
@@ -1350,7 +1366,7 @@ const Xe = [
|
|
|
1350
1366
|
isBYOC: !1,
|
|
1351
1367
|
isPro: !1,
|
|
1352
1368
|
publicIconUrl: `${o}/slack.svg`,
|
|
1353
|
-
icon:
|
|
1369
|
+
icon: Yo,
|
|
1354
1370
|
summary: "Send and receive messages to Slack channels and users with agents",
|
|
1355
1371
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/slack",
|
|
1356
1372
|
relativeDocsLink: "/toolkits/social-communication/slack",
|
|
@@ -1365,7 +1381,7 @@ const Xe = [
|
|
|
1365
1381
|
isBYOC: !1,
|
|
1366
1382
|
isPro: !1,
|
|
1367
1383
|
publicIconUrl: `${o}/snowflake.svg`,
|
|
1368
|
-
icon:
|
|
1384
|
+
icon: $o,
|
|
1369
1385
|
summary: "Manage data warehouses and analytics with your agents.",
|
|
1370
1386
|
docsLink: "https://docs.arcade.dev/toolkits/development/snowflake",
|
|
1371
1387
|
relativeDocsLink: "/toolkits/development/snowflake",
|
|
@@ -1380,7 +1396,7 @@ const Xe = [
|
|
|
1380
1396
|
isBYOC: !1,
|
|
1381
1397
|
isPro: !1,
|
|
1382
1398
|
publicIconUrl: `${o}/splunk.svg`,
|
|
1383
|
-
icon:
|
|
1399
|
+
icon: Mo,
|
|
1384
1400
|
summary: "Monitor and analyze machine data with your agents.",
|
|
1385
1401
|
docsLink: "https://docs.arcade.dev/toolkits/development/splunk",
|
|
1386
1402
|
relativeDocsLink: "/toolkits/development/splunk",
|
|
@@ -1395,7 +1411,7 @@ const Xe = [
|
|
|
1395
1411
|
isBYOC: !1,
|
|
1396
1412
|
isPro: !1,
|
|
1397
1413
|
publicIconUrl: `${o}/spotify.svg`,
|
|
1398
|
-
icon:
|
|
1414
|
+
icon: Go,
|
|
1399
1415
|
summary: "Control music playback and manage playlists on Spotify",
|
|
1400
1416
|
docsLink: "https://docs.arcade.dev/toolkits/entertainment/spotify",
|
|
1401
1417
|
relativeDocsLink: "/toolkits/entertainment/spotify",
|
|
@@ -1410,7 +1426,7 @@ const Xe = [
|
|
|
1410
1426
|
isBYOC: !1,
|
|
1411
1427
|
isPro: !1,
|
|
1412
1428
|
publicIconUrl: `${o}/square.svg`,
|
|
1413
|
-
icon:
|
|
1429
|
+
icon: _o,
|
|
1414
1430
|
summary: "Process payments and manage business operations with your agents.",
|
|
1415
1431
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/square",
|
|
1416
1432
|
relativeDocsLink: "/toolkits/productivity/square",
|
|
@@ -1425,7 +1441,7 @@ const Xe = [
|
|
|
1425
1441
|
isBYOC: !1,
|
|
1426
1442
|
isPro: !1,
|
|
1427
1443
|
publicIconUrl: `${o}/squarespace.svg`,
|
|
1428
|
-
icon:
|
|
1444
|
+
icon: xo,
|
|
1429
1445
|
summary: "Manage websites and online presence with your agents.",
|
|
1430
1446
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/squarespace",
|
|
1431
1447
|
relativeDocsLink: "/toolkits/productivity/squarespace",
|
|
@@ -1440,7 +1456,7 @@ const Xe = [
|
|
|
1440
1456
|
isBYOC: !1,
|
|
1441
1457
|
isPro: !1,
|
|
1442
1458
|
publicIconUrl: `${o}/stripe.svg`,
|
|
1443
|
-
icon:
|
|
1459
|
+
icon: Ao,
|
|
1444
1460
|
summary: "Process payments and manage subscriptions with your agents.",
|
|
1445
1461
|
docsLink: "https://docs.arcade.dev/toolkits/payments/stripe",
|
|
1446
1462
|
relativeDocsLink: "/toolkits/payments/stripe",
|
|
@@ -1455,7 +1471,7 @@ const Xe = [
|
|
|
1455
1471
|
isBYOC: !1,
|
|
1456
1472
|
isPro: !1,
|
|
1457
1473
|
publicIconUrl: `${o}/tiktok.svg`,
|
|
1458
|
-
icon:
|
|
1474
|
+
icon: To,
|
|
1459
1475
|
summary: "Create and manage TikTok content with your agents.",
|
|
1460
1476
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/tiktok",
|
|
1461
1477
|
relativeDocsLink: "/toolkits/social-communication/tiktok",
|
|
@@ -1470,7 +1486,7 @@ const Xe = [
|
|
|
1470
1486
|
isBYOC: !1,
|
|
1471
1487
|
isPro: !1,
|
|
1472
1488
|
publicIconUrl: `${o}/trello.svg`,
|
|
1473
|
-
icon:
|
|
1489
|
+
icon: qo,
|
|
1474
1490
|
summary: "Manage boards, cards, and lists with your agents.",
|
|
1475
1491
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/trello",
|
|
1476
1492
|
relativeDocsLink: "/toolkits/productivity/trello",
|
|
@@ -1485,7 +1501,7 @@ const Xe = [
|
|
|
1485
1501
|
isBYOC: !1,
|
|
1486
1502
|
isPro: !1,
|
|
1487
1503
|
publicIconUrl: `${o}/twilio.svg`,
|
|
1488
|
-
icon:
|
|
1504
|
+
icon: Fo,
|
|
1489
1505
|
summary: "Send SMS and WhatsApp messages through Twilio's platform",
|
|
1490
1506
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/twilio/readme",
|
|
1491
1507
|
relativeDocsLink: "/toolkits/social-communication/twilio/readme",
|
|
@@ -1500,7 +1516,7 @@ const Xe = [
|
|
|
1500
1516
|
isBYOC: !1,
|
|
1501
1517
|
isPro: !1,
|
|
1502
1518
|
publicIconUrl: `${o}/twitch.svg`,
|
|
1503
|
-
icon:
|
|
1519
|
+
icon: No,
|
|
1504
1520
|
summary: "Create clips, get videos, and more from Twitch with your agents",
|
|
1505
1521
|
docsLink: "https://docs.arcade.dev/toolkits/entertainment/twitch",
|
|
1506
1522
|
relativeDocsLink: "/toolkits/entertainment/twitch",
|
|
@@ -1515,7 +1531,7 @@ const Xe = [
|
|
|
1515
1531
|
isBYOC: !1,
|
|
1516
1532
|
isPro: !1,
|
|
1517
1533
|
publicIconUrl: `${o}/vercel.svg`,
|
|
1518
|
-
icon:
|
|
1534
|
+
icon: Wo,
|
|
1519
1535
|
summary: "Deploy and manage web applications with your agents.",
|
|
1520
1536
|
docsLink: "https://docs.arcade.dev/toolkits/development/vercel",
|
|
1521
1537
|
relativeDocsLink: "/toolkits/development/vercel",
|
|
@@ -1530,7 +1546,7 @@ const Xe = [
|
|
|
1530
1546
|
isBYOC: !0,
|
|
1531
1547
|
isPro: !0,
|
|
1532
1548
|
publicIconUrl: `${o}/walmart.svg`,
|
|
1533
|
-
icon:
|
|
1549
|
+
icon: zo,
|
|
1534
1550
|
summary: "Search and get details about products listed on Walmart.",
|
|
1535
1551
|
docsLink: "https://docs.arcade.dev/toolkits/search/walmart",
|
|
1536
1552
|
relativeDocsLink: "/toolkits/search/walmart",
|
|
@@ -1545,7 +1561,7 @@ const Xe = [
|
|
|
1545
1561
|
isBYOC: !1,
|
|
1546
1562
|
isPro: !1,
|
|
1547
1563
|
publicIconUrl: `${o}/weaviate.svg`,
|
|
1548
|
-
icon:
|
|
1564
|
+
icon: Ro,
|
|
1549
1565
|
summary: "Manage vector databases and semantic search with your agents.",
|
|
1550
1566
|
docsLink: "https://docs.arcade.dev/toolkits/development/weaviate",
|
|
1551
1567
|
relativeDocsLink: "/toolkits/development/weaviate",
|
|
@@ -1560,7 +1576,7 @@ const Xe = [
|
|
|
1560
1576
|
isBYOC: !1,
|
|
1561
1577
|
isPro: !1,
|
|
1562
1578
|
publicIconUrl: `${o}/workday.svg`,
|
|
1563
|
-
icon:
|
|
1579
|
+
icon: jo,
|
|
1564
1580
|
summary: "Manage HR, finance, and planning with your agents.",
|
|
1565
1581
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/workday",
|
|
1566
1582
|
relativeDocsLink: "/toolkits/productivity/workday",
|
|
@@ -1575,7 +1591,7 @@ const Xe = [
|
|
|
1575
1591
|
isBYOC: !1,
|
|
1576
1592
|
isPro: !1,
|
|
1577
1593
|
publicIconUrl: `${o}/wrike.svg`,
|
|
1578
|
-
icon:
|
|
1594
|
+
icon: Eo,
|
|
1579
1595
|
summary: "Manage projects and collaborate with your agents.",
|
|
1580
1596
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/wrike",
|
|
1581
1597
|
relativeDocsLink: "/toolkits/productivity/wrike",
|
|
@@ -1590,7 +1606,7 @@ const Xe = [
|
|
|
1590
1606
|
isBYOC: !1,
|
|
1591
1607
|
isPro: !1,
|
|
1592
1608
|
publicIconUrl: `${o}/x.svg`,
|
|
1593
|
-
icon:
|
|
1609
|
+
icon: Jo,
|
|
1594
1610
|
summary: "Integrate agents with X (Twitter), including tweets, users, and more",
|
|
1595
1611
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/x",
|
|
1596
1612
|
relativeDocsLink: "/toolkits/social-communication/x",
|
|
@@ -1605,7 +1621,7 @@ const Xe = [
|
|
|
1605
1621
|
isBYOC: !1,
|
|
1606
1622
|
isPro: !1,
|
|
1607
1623
|
publicIconUrl: `${o}/xero.svg`,
|
|
1608
|
-
icon:
|
|
1624
|
+
icon: Xo,
|
|
1609
1625
|
summary: "Manage accounting and finances with your agents.",
|
|
1610
1626
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/xero",
|
|
1611
1627
|
relativeDocsLink: "/toolkits/productivity/xero",
|
|
@@ -1620,7 +1636,7 @@ const Xe = [
|
|
|
1620
1636
|
isBYOC: !0,
|
|
1621
1637
|
isPro: !0,
|
|
1622
1638
|
publicIconUrl: `${o}/youtube.svg`,
|
|
1623
|
-
icon:
|
|
1639
|
+
icon: Zo,
|
|
1624
1640
|
summary: "Search and get details about YouTube videos.",
|
|
1625
1641
|
docsLink: "https://docs.arcade.dev/toolkits/search/youtube",
|
|
1626
1642
|
relativeDocsLink: "/toolkits/search/youtube",
|
|
@@ -1635,7 +1651,7 @@ const Xe = [
|
|
|
1635
1651
|
isBYOC: !1,
|
|
1636
1652
|
isPro: !1,
|
|
1637
1653
|
publicIconUrl: `${o}/zendesk.svg`,
|
|
1638
|
-
icon:
|
|
1654
|
+
icon: Qo,
|
|
1639
1655
|
summary: "Manage customer support and service with your agents.",
|
|
1640
1656
|
docsLink: "https://docs.arcade.dev/toolkits/customer-support/zendesk",
|
|
1641
1657
|
relativeDocsLink: "/toolkits/customer-support/zendesk",
|
|
@@ -1650,7 +1666,7 @@ const Xe = [
|
|
|
1650
1666
|
isBYOC: !1,
|
|
1651
1667
|
isPro: !1,
|
|
1652
1668
|
publicIconUrl: `${o}/zoom.svg`,
|
|
1653
|
-
icon:
|
|
1669
|
+
icon: Vo,
|
|
1654
1670
|
summary: "Join and manage Zoom meetings with your agents",
|
|
1655
1671
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/zoom",
|
|
1656
1672
|
relativeDocsLink: "/toolkits/social-communication/zoom",
|
|
@@ -1659,12 +1675,12 @@ const Xe = [
|
|
|
1659
1675
|
isComingSoon: !1,
|
|
1660
1676
|
isHidden: !1
|
|
1661
1677
|
}
|
|
1662
|
-
],
|
|
1678
|
+
], Ve = Ko.reduce(
|
|
1663
1679
|
(i, e) => (i[e.id] = e, i),
|
|
1664
1680
|
{}
|
|
1665
1681
|
);
|
|
1666
1682
|
export {
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1683
|
+
Qe as CATEGORIES,
|
|
1684
|
+
Ko as TOOLKITS,
|
|
1685
|
+
Ve as TOOLKIT_CATALOGUE
|
|
1670
1686
|
};
|
|
@@ -545,7 +545,7 @@ function ye({
|
|
|
545
545
|
panelIndex: u,
|
|
546
546
|
size: E
|
|
547
547
|
});
|
|
548
|
-
if (!K(h, w) && (m += h - w, l[u] = w, m.
|
|
548
|
+
if (!K(h, w) && (m += h - w, l[u] = w, m.toFixed(3).localeCompare(Math.abs(e).toFixed(3), void 0, {
|
|
549
549
|
numeric: !0
|
|
550
550
|
}) >= 0))
|
|
551
551
|
break;
|
|
@@ -850,7 +850,7 @@ function Jn({
|
|
|
850
850
|
}) {
|
|
851
851
|
const l = t[i];
|
|
852
852
|
let s;
|
|
853
|
-
return l == null ? s = e != null ? e.
|
|
853
|
+
return l == null ? s = e != null ? e.toFixed(o) : "1" : r.length === 1 ? s = "1" : s = l.toFixed(o), {
|
|
854
854
|
flexBasis: 0,
|
|
855
855
|
flexGrow: s,
|
|
856
856
|
flexShrink: 1,
|
|
@@ -11,7 +11,7 @@ import { ByocBadge as z } from "./components/ui/atoms/byoc-badge.js";
|
|
|
11
11
|
import "./components/ui/atoms/chart.js";
|
|
12
12
|
import "./components/ui/atoms/mobile-tooltip.js";
|
|
13
13
|
import { ProBadge as U } from "./components/ui/atoms/pro-badge.js";
|
|
14
|
-
import "./react-resizable-panels.browser-
|
|
14
|
+
import "./react-resizable-panels.browser-DggUboAp.js";
|
|
15
15
|
import "./components/ui/atoms/sidebar.js";
|
|
16
16
|
import "./components/ui/atoms/table.js";
|
|
17
17
|
import { Tooltip as y, TooltipTrigger as w, TooltipContent as C } from "./components/ui/atoms/tooltip.js";
|
|
@@ -9647,7 +9647,7 @@ function Sg(e, t) {
|
|
|
9647
9647
|
return s + 1;
|
|
9648
9648
|
}
|
|
9649
9649
|
async function Tg(e, t) {
|
|
9650
|
-
const n = (await import("./magic-string.es-
|
|
9650
|
+
const n = (await import("./magic-string.es-uPKorP4O.js")).default, r = new Set(t.map((o) => o.file));
|
|
9651
9651
|
await Promise.all(Array.from(r).map(async (o) => {
|
|
9652
9652
|
const s = t.filter((c) => c.file === o), i = await e.readSnapshotFile(o), a = new n(i);
|
|
9653
9653
|
for (const c of s) {
|