@arcadeai/design-system 2.0.0 → 2.1.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/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +235 -231
- 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 +2 -0
- package/dist/components/ui/atoms/icons/index.js +126 -122
- package/dist/components/ui/atoms/icons/mongodb.d.ts +3 -0
- package/dist/components/ui/atoms/icons/mongodb.js +39 -0
- package/dist/components/ui/atoms/index.js +213 -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 +235 -231
- 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 +263 -259
- package/dist/metadata/toolkits.js +138 -106
- 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 +35 -34
|
@@ -38,8 +38,8 @@ import { Gmail as T } from "../components/ui/atoms/icons/gmail.js";
|
|
|
38
38
|
import { Google as q } from "../components/ui/atoms/icons/google.js";
|
|
39
39
|
import { GoogleCalendar as F } from "../components/ui/atoms/icons/google-calendar.js";
|
|
40
40
|
import { GoogleContacts as N } from "../components/ui/atoms/icons/google-contacts.js";
|
|
41
|
-
import { GoogleDocs as
|
|
42
|
-
import { GoogleDrive as
|
|
41
|
+
import { GoogleDocs as z } from "../components/ui/atoms/icons/google-docs.js";
|
|
42
|
+
import { GoogleDrive as W } from "../components/ui/atoms/icons/google-drive.js";
|
|
43
43
|
import { GoogleFinance as R } from "../components/ui/atoms/icons/google-finance.js";
|
|
44
44
|
import { GoogleFlights as j } from "../components/ui/atoms/icons/google-flights.js";
|
|
45
45
|
import { GoogleHotels as E } from "../components/ui/atoms/icons/google-hotels.js";
|
|
@@ -52,57 +52,59 @@ 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 { MongoDB as vo } from "../components/ui/atoms/icons/mongodb.js";
|
|
68
|
+
import { Netsuite as fo } from "../components/ui/atoms/icons/netsuite.js";
|
|
67
69
|
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
|
|
70
|
+
import { Obsidian as ko } from "../components/ui/atoms/icons/obsidian.js";
|
|
71
|
+
import { Okta as bo } from "../components/ui/atoms/icons/okta.js";
|
|
72
|
+
import { OneDrive as ho } from "../components/ui/atoms/icons/one-drive.js";
|
|
73
|
+
import { OutlookCalendar as Co } from "../components/ui/atoms/icons/outlook-calendar.js";
|
|
74
|
+
import { OutlookMail as Lo } from "../components/ui/atoms/icons/outlook-mail.js";
|
|
75
|
+
import { Pinecone as So } from "../components/ui/atoms/icons/pinecone.js";
|
|
76
|
+
import { Pinterest as wo } from "../components/ui/atoms/icons/pinterest.js";
|
|
77
|
+
import { Pipedrive as Do } from "../components/ui/atoms/icons/pipedrive.js";
|
|
78
|
+
import { Plaid as Bo } from "../components/ui/atoms/icons/plaid.js";
|
|
79
|
+
import { Postgres as Oo } from "../components/ui/atoms/icons/postgres.js";
|
|
80
|
+
import { Quickbooks as Po } from "../components/ui/atoms/icons/quickbooks.js";
|
|
81
|
+
import { Reddit as Ho } from "../components/ui/atoms/icons/reddit.js";
|
|
82
|
+
import { Salesforce as Io } from "../components/ui/atoms/icons/salesforce.js";
|
|
83
|
+
import { Shopify as Uo } from "../components/ui/atoms/icons/shopify.js";
|
|
84
|
+
import { Singlestore as Yo } from "../components/ui/atoms/icons/singlestore.js";
|
|
85
|
+
import { Slack as $o } from "../components/ui/atoms/icons/slack.js";
|
|
86
|
+
import { Snowflake as Mo } from "../components/ui/atoms/icons/snowflake.js";
|
|
87
|
+
import { Splunk as Go } from "../components/ui/atoms/icons/splunk.js";
|
|
88
|
+
import { Spotify as _o } from "../components/ui/atoms/icons/spotify.js";
|
|
89
|
+
import { Square as xo } from "../components/ui/atoms/icons/square.js";
|
|
90
|
+
import { Squarespace as Ao } from "../components/ui/atoms/icons/squarespace.js";
|
|
91
|
+
import { Stripe as To } from "../components/ui/atoms/icons/stripe.js";
|
|
92
|
+
import { Tiktok as qo } from "../components/ui/atoms/icons/tiktok.js";
|
|
93
|
+
import { Trello as Fo } from "../components/ui/atoms/icons/trello.js";
|
|
94
|
+
import { Twilio as No } from "../components/ui/atoms/icons/twilio.js";
|
|
95
|
+
import { Twitch as zo } from "../components/ui/atoms/icons/twitch.js";
|
|
96
|
+
import { Vercel as Wo } from "../components/ui/atoms/icons/vercel.js";
|
|
97
|
+
import { Walmart as Ro } from "../components/ui/atoms/icons/walmart.js";
|
|
98
|
+
import { Weaviate as jo } from "../components/ui/atoms/icons/weaviate.js";
|
|
99
|
+
import { Workday as Eo } from "../components/ui/atoms/icons/workday.js";
|
|
100
|
+
import { Wrike as Jo } from "../components/ui/atoms/icons/wrike.js";
|
|
101
|
+
import { X as Xo } from "../components/ui/atoms/icons/x.js";
|
|
102
|
+
import { Xero as Zo } from "../components/ui/atoms/icons/xero.js";
|
|
103
|
+
import { Youtube as Qo } from "../components/ui/atoms/icons/youtube.js";
|
|
104
|
+
import { Zendesk as Vo } from "../components/ui/atoms/icons/zendesk.js";
|
|
105
|
+
import { Zoom as Ko } from "../components/ui/atoms/icons/zoom.js";
|
|
104
106
|
import { PUBLIC_ICON_URL as o } from "./constants.js";
|
|
105
|
-
const
|
|
107
|
+
const Ke = [
|
|
106
108
|
{ id: "all", name: "All Tools" },
|
|
107
109
|
{ id: "productivity", name: "Productivity & Docs" },
|
|
108
110
|
{ id: "social", name: "Social & Communication" },
|
|
@@ -113,7 +115,7 @@ const Xe = [
|
|
|
113
115
|
{ id: "sales", name: "Sales" },
|
|
114
116
|
{ id: "databases", name: "Databases" },
|
|
115
117
|
{ id: "customer-support", name: "Customer Support" }
|
|
116
|
-
],
|
|
118
|
+
], oi = [
|
|
117
119
|
{
|
|
118
120
|
id: "ADPWorkforceNow",
|
|
119
121
|
label: "ADP Workforce Now",
|
|
@@ -690,7 +692,7 @@ const Xe = [
|
|
|
690
692
|
isBYOC: !1,
|
|
691
693
|
isPro: !1,
|
|
692
694
|
publicIconUrl: `${o}/google_docs.svg`,
|
|
693
|
-
icon:
|
|
695
|
+
icon: z,
|
|
694
696
|
summary: "Create, edit, and get information about Google Docs documents with your agents.",
|
|
695
697
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/google_docs",
|
|
696
698
|
relativeDocsLink: "/toolkits/productivity/google_docs",
|
|
@@ -705,7 +707,7 @@ const Xe = [
|
|
|
705
707
|
isBYOC: !1,
|
|
706
708
|
isPro: !1,
|
|
707
709
|
publicIconUrl: `${o}/google_drive.svg`,
|
|
708
|
-
icon:
|
|
710
|
+
icon: W,
|
|
709
711
|
summary: "List documents in Google Drive with your agents.",
|
|
710
712
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/google_drive",
|
|
711
713
|
relativeDocsLink: "/toolkits/productivity/google_drive",
|
|
@@ -909,13 +911,28 @@ const Xe = [
|
|
|
909
911
|
isComingSoon: !1,
|
|
910
912
|
isHidden: !1
|
|
911
913
|
},
|
|
914
|
+
{
|
|
915
|
+
id: "Imgflip",
|
|
916
|
+
label: "Imgflip",
|
|
917
|
+
isBYOC: !0,
|
|
918
|
+
isPro: !0,
|
|
919
|
+
publicIconUrl: `${o}/imgflip.svg`,
|
|
920
|
+
icon: so,
|
|
921
|
+
summary: "Generate memes with your agents.",
|
|
922
|
+
docsLink: "https://docs.arcade.dev/toolkits/entertainment/imgflip",
|
|
923
|
+
relativeDocsLink: "/toolkits/entertainment/imgflip",
|
|
924
|
+
category: "entertainment",
|
|
925
|
+
type: "arcade",
|
|
926
|
+
isComingSoon: !1,
|
|
927
|
+
isHidden: !1
|
|
928
|
+
},
|
|
912
929
|
{
|
|
913
930
|
id: "Intercom",
|
|
914
931
|
label: "Intercom",
|
|
915
932
|
isBYOC: !1,
|
|
916
933
|
isPro: !1,
|
|
917
934
|
publicIconUrl: `${o}/intercom.svg`,
|
|
918
|
-
icon:
|
|
935
|
+
icon: to,
|
|
919
936
|
summary: "Manage customer communications and support with your agents.",
|
|
920
937
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/intercom",
|
|
921
938
|
relativeDocsLink: "/toolkits/social-communication/intercom",
|
|
@@ -930,7 +947,7 @@ const Xe = [
|
|
|
930
947
|
isBYOC: !1,
|
|
931
948
|
isPro: !1,
|
|
932
949
|
publicIconUrl: `${o}/jira.svg`,
|
|
933
|
-
icon:
|
|
950
|
+
icon: ao,
|
|
934
951
|
summary: "Manage Jira projects, issues, and more with your agents",
|
|
935
952
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/jira",
|
|
936
953
|
relativeDocsLink: "/toolkits/productivity/jira",
|
|
@@ -945,7 +962,7 @@ const Xe = [
|
|
|
945
962
|
isBYOC: !1,
|
|
946
963
|
isPro: !1,
|
|
947
964
|
publicIconUrl: `${o}/linear.svg`,
|
|
948
|
-
icon:
|
|
965
|
+
icon: ro,
|
|
949
966
|
summary: "Manage issues and projects with your agents.",
|
|
950
967
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/linear",
|
|
951
968
|
relativeDocsLink: "/toolkits/productivity/linear",
|
|
@@ -960,7 +977,7 @@ const Xe = [
|
|
|
960
977
|
isBYOC: !1,
|
|
961
978
|
isPro: !1,
|
|
962
979
|
publicIconUrl: `${o}/linkedin.svg`,
|
|
963
|
-
icon:
|
|
980
|
+
icon: lo,
|
|
964
981
|
summary: "Connect and interact with LinkedIn's professional network through your agents",
|
|
965
982
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/linkedin",
|
|
966
983
|
relativeDocsLink: "/toolkits/social-communication/linkedin",
|
|
@@ -975,7 +992,7 @@ const Xe = [
|
|
|
975
992
|
isBYOC: !1,
|
|
976
993
|
isPro: !1,
|
|
977
994
|
publicIconUrl: `${o}/mailchimp.svg`,
|
|
978
|
-
icon:
|
|
995
|
+
icon: co,
|
|
979
996
|
summary: "Manage email campaigns and subscribers with your agents.",
|
|
980
997
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/mailchimp",
|
|
981
998
|
relativeDocsLink: "/toolkits/productivity/mailchimp",
|
|
@@ -990,7 +1007,7 @@ const Xe = [
|
|
|
990
1007
|
isBYOC: !1,
|
|
991
1008
|
isPro: !1,
|
|
992
1009
|
publicIconUrl: `${o}/microsoft-dynamics.svg`,
|
|
993
|
-
icon:
|
|
1010
|
+
icon: po,
|
|
994
1011
|
summary: "Manage CRM and ERP processes with your agents.",
|
|
995
1012
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft_dynamics",
|
|
996
1013
|
relativeDocsLink: "/toolkits/productivity/microsoft_dynamics",
|
|
@@ -1005,7 +1022,7 @@ const Xe = [
|
|
|
1005
1022
|
isBYOC: !1,
|
|
1006
1023
|
isPro: !1,
|
|
1007
1024
|
publicIconUrl: `${o}/microsoft-sharepoint.svg`,
|
|
1008
|
-
icon:
|
|
1025
|
+
icon: mo,
|
|
1009
1026
|
summary: "Manage SharePoint sites, lists, drives, and files with your agents.",
|
|
1010
1027
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/sharepoint",
|
|
1011
1028
|
relativeDocsLink: "/toolkits/productivity/sharepoint",
|
|
@@ -1020,7 +1037,7 @@ const Xe = [
|
|
|
1020
1037
|
isBYOC: !1,
|
|
1021
1038
|
isPro: !1,
|
|
1022
1039
|
publicIconUrl: `${o}/microsoft-teams.svg`,
|
|
1023
|
-
icon:
|
|
1040
|
+
icon: uo,
|
|
1024
1041
|
summary: "Manage teams, messages, chats, and channels with your agents.",
|
|
1025
1042
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/microsoft_teams",
|
|
1026
1043
|
relativeDocsLink: "/toolkits/social-communication/microsoft_teams",
|
|
@@ -1035,7 +1052,7 @@ const Xe = [
|
|
|
1035
1052
|
isBYOC: !1,
|
|
1036
1053
|
isPro: !1,
|
|
1037
1054
|
publicIconUrl: `${o}/miro.svg`,
|
|
1038
|
-
icon:
|
|
1055
|
+
icon: go,
|
|
1039
1056
|
summary: "Create and collaborate on visual boards with your agents.",
|
|
1040
1057
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/miro",
|
|
1041
1058
|
relativeDocsLink: "/toolkits/productivity/miro",
|
|
@@ -1050,7 +1067,7 @@ const Xe = [
|
|
|
1050
1067
|
isBYOC: !1,
|
|
1051
1068
|
isPro: !1,
|
|
1052
1069
|
publicIconUrl: `${o}/mcp.svg`,
|
|
1053
|
-
icon:
|
|
1070
|
+
icon: no,
|
|
1054
1071
|
summary: "Manage context and improve AI interactions with your agents.",
|
|
1055
1072
|
docsLink: "https://docs.arcade.dev/toolkits/development/mcp",
|
|
1056
1073
|
relativeDocsLink: "/toolkits/development/mcp",
|
|
@@ -1065,7 +1082,7 @@ const Xe = [
|
|
|
1065
1082
|
isBYOC: !1,
|
|
1066
1083
|
isPro: !1,
|
|
1067
1084
|
publicIconUrl: `${o}/monday.svg`,
|
|
1068
|
-
icon:
|
|
1085
|
+
icon: yo,
|
|
1069
1086
|
summary: "Manage projects and workflows with your agents.",
|
|
1070
1087
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/monday",
|
|
1071
1088
|
relativeDocsLink: "/toolkits/productivity/monday",
|
|
@@ -1074,13 +1091,28 @@ const Xe = [
|
|
|
1074
1091
|
isComingSoon: !0,
|
|
1075
1092
|
isHidden: !1
|
|
1076
1093
|
},
|
|
1094
|
+
{
|
|
1095
|
+
id: "MongoDB ",
|
|
1096
|
+
label: "MongoDB ",
|
|
1097
|
+
isBYOC: !1,
|
|
1098
|
+
isPro: !1,
|
|
1099
|
+
publicIconUrl: `${o}/mongodb.svg`,
|
|
1100
|
+
icon: vo,
|
|
1101
|
+
summary: "Analyze MongoDB databases with your agents.",
|
|
1102
|
+
docsLink: "https://docs.arcade.dev/toolkits/productivity/mongodb",
|
|
1103
|
+
relativeDocsLink: "/toolkits/productivity/mongodb",
|
|
1104
|
+
category: "databases",
|
|
1105
|
+
type: "arcade",
|
|
1106
|
+
isComingSoon: !1,
|
|
1107
|
+
isHidden: !1
|
|
1108
|
+
},
|
|
1077
1109
|
{
|
|
1078
1110
|
id: "Netsuite",
|
|
1079
1111
|
label: "Netsuite",
|
|
1080
1112
|
isBYOC: !1,
|
|
1081
1113
|
isPro: !1,
|
|
1082
1114
|
publicIconUrl: `${o}/netsuite.svg`,
|
|
1083
|
-
icon:
|
|
1115
|
+
icon: fo,
|
|
1084
1116
|
summary: "Manage financial and business operations with your agents.",
|
|
1085
1117
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/netsuite",
|
|
1086
1118
|
relativeDocsLink: "/toolkits/productivity/netsuite",
|
|
@@ -1125,7 +1157,7 @@ const Xe = [
|
|
|
1125
1157
|
isBYOC: !1,
|
|
1126
1158
|
isPro: !1,
|
|
1127
1159
|
publicIconUrl: `${o}/obsidian.svg`,
|
|
1128
|
-
icon:
|
|
1160
|
+
icon: ko,
|
|
1129
1161
|
summary: "Create, edit, and manage Obsidian notes",
|
|
1130
1162
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/obsidian",
|
|
1131
1163
|
relativeDocsLink: "/toolkits/productivity/obsidian",
|
|
@@ -1140,7 +1172,7 @@ const Xe = [
|
|
|
1140
1172
|
isBYOC: !1,
|
|
1141
1173
|
isPro: !1,
|
|
1142
1174
|
publicIconUrl: `${o}/okta.svg`,
|
|
1143
|
-
icon:
|
|
1175
|
+
icon: bo,
|
|
1144
1176
|
summary: "Manage identity and access with your agents.",
|
|
1145
1177
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/okta",
|
|
1146
1178
|
relativeDocsLink: "/toolkits/productivity/okta",
|
|
@@ -1155,7 +1187,7 @@ const Xe = [
|
|
|
1155
1187
|
isBYOC: !1,
|
|
1156
1188
|
isPro: !1,
|
|
1157
1189
|
publicIconUrl: `${o}/one-drive.svg`,
|
|
1158
|
-
icon:
|
|
1190
|
+
icon: ho,
|
|
1159
1191
|
summary: "Manage OneDrive files and folders with your agents",
|
|
1160
1192
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/onedrive",
|
|
1161
1193
|
relativeDocsLink: "/toolkits/productivity/microsoft/onedrive",
|
|
@@ -1170,7 +1202,7 @@ const Xe = [
|
|
|
1170
1202
|
isBYOC: !1,
|
|
1171
1203
|
isPro: !1,
|
|
1172
1204
|
publicIconUrl: `${o}/outlook-calendar.svg`,
|
|
1173
|
-
icon:
|
|
1205
|
+
icon: Co,
|
|
1174
1206
|
summary: "Manage Outlook calendar with your agents",
|
|
1175
1207
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/outlook_calendar",
|
|
1176
1208
|
relativeDocsLink: "/toolkits/productivity/microsoft/outlook_calendar",
|
|
@@ -1185,7 +1217,7 @@ const Xe = [
|
|
|
1185
1217
|
isBYOC: !1,
|
|
1186
1218
|
isPro: !1,
|
|
1187
1219
|
publicIconUrl: `${o}/outlook-mail.svg`,
|
|
1188
|
-
icon:
|
|
1220
|
+
icon: Lo,
|
|
1189
1221
|
summary: "Manage Outlook emails with your agents",
|
|
1190
1222
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/microsoft/outlook_mail",
|
|
1191
1223
|
relativeDocsLink: "/toolkits/productivity/microsoft/outlook_mail",
|
|
@@ -1200,7 +1232,7 @@ const Xe = [
|
|
|
1200
1232
|
isBYOC: !1,
|
|
1201
1233
|
isPro: !1,
|
|
1202
1234
|
publicIconUrl: `${o}/pinecone.svg`,
|
|
1203
|
-
icon:
|
|
1235
|
+
icon: So,
|
|
1204
1236
|
summary: "Manage vector databases and similarity search with your agents.",
|
|
1205
1237
|
docsLink: "https://docs.arcade.dev/toolkits/development/pinecone",
|
|
1206
1238
|
relativeDocsLink: "/toolkits/development/pinecone",
|
|
@@ -1215,7 +1247,7 @@ const Xe = [
|
|
|
1215
1247
|
isBYOC: !1,
|
|
1216
1248
|
isPro: !1,
|
|
1217
1249
|
publicIconUrl: `${o}/pinterest.svg`,
|
|
1218
|
-
icon:
|
|
1250
|
+
icon: wo,
|
|
1219
1251
|
summary: "Create and manage pins and boards with your agents.",
|
|
1220
1252
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/pinterest",
|
|
1221
1253
|
relativeDocsLink: "/toolkits/social-communication/pinterest",
|
|
@@ -1230,7 +1262,7 @@ const Xe = [
|
|
|
1230
1262
|
isBYOC: !1,
|
|
1231
1263
|
isPro: !1,
|
|
1232
1264
|
publicIconUrl: `${o}/pipedrive.svg`,
|
|
1233
|
-
icon:
|
|
1265
|
+
icon: Do,
|
|
1234
1266
|
summary: "Manage sales pipelines and leads with your agents.",
|
|
1235
1267
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/pipedrive",
|
|
1236
1268
|
relativeDocsLink: "/toolkits/productivity/pipedrive",
|
|
@@ -1245,7 +1277,7 @@ const Xe = [
|
|
|
1245
1277
|
isBYOC: !1,
|
|
1246
1278
|
isPro: !1,
|
|
1247
1279
|
publicIconUrl: `${o}/plaid.svg`,
|
|
1248
|
-
icon:
|
|
1280
|
+
icon: Bo,
|
|
1249
1281
|
summary: "Connect with financial accounts and manage financial data with your agents.",
|
|
1250
1282
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/plaid",
|
|
1251
1283
|
relativeDocsLink: "/toolkits/productivity/plaid",
|
|
@@ -1260,7 +1292,7 @@ const Xe = [
|
|
|
1260
1292
|
isBYOC: !1,
|
|
1261
1293
|
isPro: !1,
|
|
1262
1294
|
publicIconUrl: `${o}/postgres.svg`,
|
|
1263
|
-
icon:
|
|
1295
|
+
icon: Oo,
|
|
1264
1296
|
summary: "Interact with PostgreSQL databases with your agents.",
|
|
1265
1297
|
docsLink: "https://docs.arcade.dev/toolkits/databases/postgres",
|
|
1266
1298
|
relativeDocsLink: "/toolkits/databases/postgres",
|
|
@@ -1275,7 +1307,7 @@ const Xe = [
|
|
|
1275
1307
|
isBYOC: !1,
|
|
1276
1308
|
isPro: !1,
|
|
1277
1309
|
publicIconUrl: `${o}/quickbooks.svg`,
|
|
1278
|
-
icon:
|
|
1310
|
+
icon: Po,
|
|
1279
1311
|
summary: "Manage accounting and finances with your agents.",
|
|
1280
1312
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/quickbooks",
|
|
1281
1313
|
relativeDocsLink: "/toolkits/productivity/quickbooks",
|
|
@@ -1290,7 +1322,7 @@ const Xe = [
|
|
|
1290
1322
|
isBYOC: !1,
|
|
1291
1323
|
isPro: !1,
|
|
1292
1324
|
publicIconUrl: `${o}/reddit.svg`,
|
|
1293
|
-
icon:
|
|
1325
|
+
icon: Ho,
|
|
1294
1326
|
summary: "Interact with Reddit with your agents",
|
|
1295
1327
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/reddit",
|
|
1296
1328
|
relativeDocsLink: "/toolkits/social-communication/reddit",
|
|
@@ -1305,7 +1337,7 @@ const Xe = [
|
|
|
1305
1337
|
isBYOC: !1,
|
|
1306
1338
|
isPro: !1,
|
|
1307
1339
|
publicIconUrl: `${o}/salesforce.svg`,
|
|
1308
|
-
icon:
|
|
1340
|
+
icon: Io,
|
|
1309
1341
|
summary: "Manage customer relationships and sales with your agents.",
|
|
1310
1342
|
docsLink: "https://docs.arcade.dev/toolkits/sales/salesforce",
|
|
1311
1343
|
relativeDocsLink: "/toolkits/sales/salesforce",
|
|
@@ -1320,7 +1352,7 @@ const Xe = [
|
|
|
1320
1352
|
isBYOC: !1,
|
|
1321
1353
|
isPro: !1,
|
|
1322
1354
|
publicIconUrl: `${o}/shopify.svg`,
|
|
1323
|
-
icon:
|
|
1355
|
+
icon: Uo,
|
|
1324
1356
|
summary: "Manage e-commerce stores and products with your agents.",
|
|
1325
1357
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/shopify",
|
|
1326
1358
|
relativeDocsLink: "/toolkits/productivity/shopify",
|
|
@@ -1335,7 +1367,7 @@ const Xe = [
|
|
|
1335
1367
|
isBYOC: !1,
|
|
1336
1368
|
isPro: !1,
|
|
1337
1369
|
publicIconUrl: `${o}/singlestore.svg`,
|
|
1338
|
-
icon:
|
|
1370
|
+
icon: Yo,
|
|
1339
1371
|
summary: "Manage databases and data operations with your agents.",
|
|
1340
1372
|
docsLink: "https://docs.arcade.dev/toolkits/development/singlestore",
|
|
1341
1373
|
relativeDocsLink: "/toolkits/development/singlestore",
|
|
@@ -1350,7 +1382,7 @@ const Xe = [
|
|
|
1350
1382
|
isBYOC: !1,
|
|
1351
1383
|
isPro: !1,
|
|
1352
1384
|
publicIconUrl: `${o}/slack.svg`,
|
|
1353
|
-
icon:
|
|
1385
|
+
icon: $o,
|
|
1354
1386
|
summary: "Send and receive messages to Slack channels and users with agents",
|
|
1355
1387
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/slack",
|
|
1356
1388
|
relativeDocsLink: "/toolkits/social-communication/slack",
|
|
@@ -1365,7 +1397,7 @@ const Xe = [
|
|
|
1365
1397
|
isBYOC: !1,
|
|
1366
1398
|
isPro: !1,
|
|
1367
1399
|
publicIconUrl: `${o}/snowflake.svg`,
|
|
1368
|
-
icon:
|
|
1400
|
+
icon: Mo,
|
|
1369
1401
|
summary: "Manage data warehouses and analytics with your agents.",
|
|
1370
1402
|
docsLink: "https://docs.arcade.dev/toolkits/development/snowflake",
|
|
1371
1403
|
relativeDocsLink: "/toolkits/development/snowflake",
|
|
@@ -1380,7 +1412,7 @@ const Xe = [
|
|
|
1380
1412
|
isBYOC: !1,
|
|
1381
1413
|
isPro: !1,
|
|
1382
1414
|
publicIconUrl: `${o}/splunk.svg`,
|
|
1383
|
-
icon:
|
|
1415
|
+
icon: Go,
|
|
1384
1416
|
summary: "Monitor and analyze machine data with your agents.",
|
|
1385
1417
|
docsLink: "https://docs.arcade.dev/toolkits/development/splunk",
|
|
1386
1418
|
relativeDocsLink: "/toolkits/development/splunk",
|
|
@@ -1395,7 +1427,7 @@ const Xe = [
|
|
|
1395
1427
|
isBYOC: !1,
|
|
1396
1428
|
isPro: !1,
|
|
1397
1429
|
publicIconUrl: `${o}/spotify.svg`,
|
|
1398
|
-
icon:
|
|
1430
|
+
icon: _o,
|
|
1399
1431
|
summary: "Control music playback and manage playlists on Spotify",
|
|
1400
1432
|
docsLink: "https://docs.arcade.dev/toolkits/entertainment/spotify",
|
|
1401
1433
|
relativeDocsLink: "/toolkits/entertainment/spotify",
|
|
@@ -1410,7 +1442,7 @@ const Xe = [
|
|
|
1410
1442
|
isBYOC: !1,
|
|
1411
1443
|
isPro: !1,
|
|
1412
1444
|
publicIconUrl: `${o}/square.svg`,
|
|
1413
|
-
icon:
|
|
1445
|
+
icon: xo,
|
|
1414
1446
|
summary: "Process payments and manage business operations with your agents.",
|
|
1415
1447
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/square",
|
|
1416
1448
|
relativeDocsLink: "/toolkits/productivity/square",
|
|
@@ -1425,7 +1457,7 @@ const Xe = [
|
|
|
1425
1457
|
isBYOC: !1,
|
|
1426
1458
|
isPro: !1,
|
|
1427
1459
|
publicIconUrl: `${o}/squarespace.svg`,
|
|
1428
|
-
icon:
|
|
1460
|
+
icon: Ao,
|
|
1429
1461
|
summary: "Manage websites and online presence with your agents.",
|
|
1430
1462
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/squarespace",
|
|
1431
1463
|
relativeDocsLink: "/toolkits/productivity/squarespace",
|
|
@@ -1440,7 +1472,7 @@ const Xe = [
|
|
|
1440
1472
|
isBYOC: !1,
|
|
1441
1473
|
isPro: !1,
|
|
1442
1474
|
publicIconUrl: `${o}/stripe.svg`,
|
|
1443
|
-
icon:
|
|
1475
|
+
icon: To,
|
|
1444
1476
|
summary: "Process payments and manage subscriptions with your agents.",
|
|
1445
1477
|
docsLink: "https://docs.arcade.dev/toolkits/payments/stripe",
|
|
1446
1478
|
relativeDocsLink: "/toolkits/payments/stripe",
|
|
@@ -1455,7 +1487,7 @@ const Xe = [
|
|
|
1455
1487
|
isBYOC: !1,
|
|
1456
1488
|
isPro: !1,
|
|
1457
1489
|
publicIconUrl: `${o}/tiktok.svg`,
|
|
1458
|
-
icon:
|
|
1490
|
+
icon: qo,
|
|
1459
1491
|
summary: "Create and manage TikTok content with your agents.",
|
|
1460
1492
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/tiktok",
|
|
1461
1493
|
relativeDocsLink: "/toolkits/social-communication/tiktok",
|
|
@@ -1470,7 +1502,7 @@ const Xe = [
|
|
|
1470
1502
|
isBYOC: !1,
|
|
1471
1503
|
isPro: !1,
|
|
1472
1504
|
publicIconUrl: `${o}/trello.svg`,
|
|
1473
|
-
icon:
|
|
1505
|
+
icon: Fo,
|
|
1474
1506
|
summary: "Manage boards, cards, and lists with your agents.",
|
|
1475
1507
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/trello",
|
|
1476
1508
|
relativeDocsLink: "/toolkits/productivity/trello",
|
|
@@ -1485,7 +1517,7 @@ const Xe = [
|
|
|
1485
1517
|
isBYOC: !1,
|
|
1486
1518
|
isPro: !1,
|
|
1487
1519
|
publicIconUrl: `${o}/twilio.svg`,
|
|
1488
|
-
icon:
|
|
1520
|
+
icon: No,
|
|
1489
1521
|
summary: "Send SMS and WhatsApp messages through Twilio's platform",
|
|
1490
1522
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/twilio/readme",
|
|
1491
1523
|
relativeDocsLink: "/toolkits/social-communication/twilio/readme",
|
|
@@ -1500,7 +1532,7 @@ const Xe = [
|
|
|
1500
1532
|
isBYOC: !1,
|
|
1501
1533
|
isPro: !1,
|
|
1502
1534
|
publicIconUrl: `${o}/twitch.svg`,
|
|
1503
|
-
icon:
|
|
1535
|
+
icon: zo,
|
|
1504
1536
|
summary: "Create clips, get videos, and more from Twitch with your agents",
|
|
1505
1537
|
docsLink: "https://docs.arcade.dev/toolkits/entertainment/twitch",
|
|
1506
1538
|
relativeDocsLink: "/toolkits/entertainment/twitch",
|
|
@@ -1515,7 +1547,7 @@ const Xe = [
|
|
|
1515
1547
|
isBYOC: !1,
|
|
1516
1548
|
isPro: !1,
|
|
1517
1549
|
publicIconUrl: `${o}/vercel.svg`,
|
|
1518
|
-
icon:
|
|
1550
|
+
icon: Wo,
|
|
1519
1551
|
summary: "Deploy and manage web applications with your agents.",
|
|
1520
1552
|
docsLink: "https://docs.arcade.dev/toolkits/development/vercel",
|
|
1521
1553
|
relativeDocsLink: "/toolkits/development/vercel",
|
|
@@ -1530,7 +1562,7 @@ const Xe = [
|
|
|
1530
1562
|
isBYOC: !0,
|
|
1531
1563
|
isPro: !0,
|
|
1532
1564
|
publicIconUrl: `${o}/walmart.svg`,
|
|
1533
|
-
icon:
|
|
1565
|
+
icon: Ro,
|
|
1534
1566
|
summary: "Search and get details about products listed on Walmart.",
|
|
1535
1567
|
docsLink: "https://docs.arcade.dev/toolkits/search/walmart",
|
|
1536
1568
|
relativeDocsLink: "/toolkits/search/walmart",
|
|
@@ -1545,7 +1577,7 @@ const Xe = [
|
|
|
1545
1577
|
isBYOC: !1,
|
|
1546
1578
|
isPro: !1,
|
|
1547
1579
|
publicIconUrl: `${o}/weaviate.svg`,
|
|
1548
|
-
icon:
|
|
1580
|
+
icon: jo,
|
|
1549
1581
|
summary: "Manage vector databases and semantic search with your agents.",
|
|
1550
1582
|
docsLink: "https://docs.arcade.dev/toolkits/development/weaviate",
|
|
1551
1583
|
relativeDocsLink: "/toolkits/development/weaviate",
|
|
@@ -1560,7 +1592,7 @@ const Xe = [
|
|
|
1560
1592
|
isBYOC: !1,
|
|
1561
1593
|
isPro: !1,
|
|
1562
1594
|
publicIconUrl: `${o}/workday.svg`,
|
|
1563
|
-
icon:
|
|
1595
|
+
icon: Eo,
|
|
1564
1596
|
summary: "Manage HR, finance, and planning with your agents.",
|
|
1565
1597
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/workday",
|
|
1566
1598
|
relativeDocsLink: "/toolkits/productivity/workday",
|
|
@@ -1575,7 +1607,7 @@ const Xe = [
|
|
|
1575
1607
|
isBYOC: !1,
|
|
1576
1608
|
isPro: !1,
|
|
1577
1609
|
publicIconUrl: `${o}/wrike.svg`,
|
|
1578
|
-
icon:
|
|
1610
|
+
icon: Jo,
|
|
1579
1611
|
summary: "Manage projects and collaborate with your agents.",
|
|
1580
1612
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/wrike",
|
|
1581
1613
|
relativeDocsLink: "/toolkits/productivity/wrike",
|
|
@@ -1590,7 +1622,7 @@ const Xe = [
|
|
|
1590
1622
|
isBYOC: !1,
|
|
1591
1623
|
isPro: !1,
|
|
1592
1624
|
publicIconUrl: `${o}/x.svg`,
|
|
1593
|
-
icon:
|
|
1625
|
+
icon: Xo,
|
|
1594
1626
|
summary: "Integrate agents with X (Twitter), including tweets, users, and more",
|
|
1595
1627
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/x",
|
|
1596
1628
|
relativeDocsLink: "/toolkits/social-communication/x",
|
|
@@ -1605,7 +1637,7 @@ const Xe = [
|
|
|
1605
1637
|
isBYOC: !1,
|
|
1606
1638
|
isPro: !1,
|
|
1607
1639
|
publicIconUrl: `${o}/xero.svg`,
|
|
1608
|
-
icon:
|
|
1640
|
+
icon: Zo,
|
|
1609
1641
|
summary: "Manage accounting and finances with your agents.",
|
|
1610
1642
|
docsLink: "https://docs.arcade.dev/toolkits/productivity/xero",
|
|
1611
1643
|
relativeDocsLink: "/toolkits/productivity/xero",
|
|
@@ -1620,7 +1652,7 @@ const Xe = [
|
|
|
1620
1652
|
isBYOC: !0,
|
|
1621
1653
|
isPro: !0,
|
|
1622
1654
|
publicIconUrl: `${o}/youtube.svg`,
|
|
1623
|
-
icon:
|
|
1655
|
+
icon: Qo,
|
|
1624
1656
|
summary: "Search and get details about YouTube videos.",
|
|
1625
1657
|
docsLink: "https://docs.arcade.dev/toolkits/search/youtube",
|
|
1626
1658
|
relativeDocsLink: "/toolkits/search/youtube",
|
|
@@ -1635,7 +1667,7 @@ const Xe = [
|
|
|
1635
1667
|
isBYOC: !1,
|
|
1636
1668
|
isPro: !1,
|
|
1637
1669
|
publicIconUrl: `${o}/zendesk.svg`,
|
|
1638
|
-
icon:
|
|
1670
|
+
icon: Vo,
|
|
1639
1671
|
summary: "Manage customer support and service with your agents.",
|
|
1640
1672
|
docsLink: "https://docs.arcade.dev/toolkits/customer-support/zendesk",
|
|
1641
1673
|
relativeDocsLink: "/toolkits/customer-support/zendesk",
|
|
@@ -1650,7 +1682,7 @@ const Xe = [
|
|
|
1650
1682
|
isBYOC: !1,
|
|
1651
1683
|
isPro: !1,
|
|
1652
1684
|
publicIconUrl: `${o}/zoom.svg`,
|
|
1653
|
-
icon:
|
|
1685
|
+
icon: Ko,
|
|
1654
1686
|
summary: "Join and manage Zoom meetings with your agents",
|
|
1655
1687
|
docsLink: "https://docs.arcade.dev/toolkits/social-communication/zoom",
|
|
1656
1688
|
relativeDocsLink: "/toolkits/social-communication/zoom",
|
|
@@ -1659,12 +1691,12 @@ const Xe = [
|
|
|
1659
1691
|
isComingSoon: !1,
|
|
1660
1692
|
isHidden: !1
|
|
1661
1693
|
}
|
|
1662
|
-
],
|
|
1694
|
+
], os = oi.reduce(
|
|
1663
1695
|
(i, e) => (i[e.id] = e, i),
|
|
1664
1696
|
{}
|
|
1665
1697
|
);
|
|
1666
1698
|
export {
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1699
|
+
Ke as CATEGORIES,
|
|
1700
|
+
oi as TOOLKITS,
|
|
1701
|
+
os as TOOLKIT_CATALOGUE
|
|
1670
1702
|
};
|
|
@@ -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,
|