@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.
Files changed (38) hide show
  1. package/dist/assets/index.css +1 -1
  2. package/dist/assets/tokens.css +1 -1
  3. package/dist/assets/variables.css +1 -1
  4. package/dist/components/index.js +235 -231
  5. package/dist/components/ui/atoms/icons/imgflip.d.ts +3 -0
  6. package/dist/components/ui/atoms/icons/imgflip.js +35 -0
  7. package/dist/components/ui/atoms/icons/index.d.ts +2 -0
  8. package/dist/components/ui/atoms/icons/index.js +126 -122
  9. package/dist/components/ui/atoms/icons/mongodb.d.ts +3 -0
  10. package/dist/components/ui/atoms/icons/mongodb.js +39 -0
  11. package/dist/components/ui/atoms/index.js +213 -209
  12. package/dist/components/ui/atoms/resizable.js +1 -1
  13. package/dist/components/ui/atoms/switch.d.ts +5 -1
  14. package/dist/components/ui/atoms/switch.js +98 -73
  15. package/dist/components/ui/index.js +235 -231
  16. package/dist/components/ui/molecules/index.js +1 -1
  17. package/dist/components/ui/molecules/requirement-badges.js +2 -2
  18. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  19. package/dist/components/ui/molecules/toolkit-selection-summary.js +2 -2
  20. package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
  21. package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +2 -2
  22. package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
  23. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
  24. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
  25. package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
  26. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +2 -2
  27. package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +2 -2
  28. package/dist/components/ui/utils/memo.test.js +1 -1
  29. package/dist/lib/arcade/arcade.test.js +1 -1
  30. package/dist/lib/utils.test.js +1 -1
  31. package/dist/{magic-string.es-QnVUNas7.js → magic-string.es-uPKorP4O.js} +7 -4
  32. package/dist/main.js +263 -259
  33. package/dist/metadata/toolkits.js +138 -106
  34. package/dist/{react-resizable-panels.browser-ZHjTH32c.js → react-resizable-panels.browser-DggUboAp.js} +2 -2
  35. package/dist/{react.esm-CAxz4dXo.js → react.esm-DUaR5u-J.js} +1 -1
  36. package/dist/{toolkit-card-fWmjBnBQ.js → toolkit-card-DgjPGtsJ.js} +1 -1
  37. package/dist/{vi.bdSIJ99Y-hyudrc3R.js → vi.bdSIJ99Y-Bs-viS39.js} +1 -1
  38. 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 W } from "../components/ui/atoms/icons/google-docs.js";
42
- import { GoogleDrive as z } from "../components/ui/atoms/icons/google-drive.js";
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 { Intercom as so } from "../components/ui/atoms/icons/intercom.js";
56
- import { Jira as to } from "../components/ui/atoms/icons/jira.js";
57
- import { Linear as ao } from "../components/ui/atoms/icons/linear.js";
58
- import { Linkedin as ro } from "../components/ui/atoms/icons/linkedin.js";
59
- import { Mailchimp as lo } from "../components/ui/atoms/icons/mailchimp.js";
60
- import { Mcp as co } from "../components/ui/atoms/icons/mcp.js";
61
- import { MicrosoftDynamics as no } from "../components/ui/atoms/icons/microsoft-dynamics.js";
62
- import { MicrosoftSharepoint as po } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
63
- import { MicrosoftTeams as mo } from "../components/ui/atoms/icons/microsoft-teams.js";
64
- import { Miro as uo } from "../components/ui/atoms/icons/miro.js";
65
- import { Monday as go } from "../components/ui/atoms/icons/monday.js";
66
- import { Netsuite as yo } from "../components/ui/atoms/icons/netsuite.js";
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 vo } from "../components/ui/atoms/icons/obsidian.js";
69
- import { Okta as fo } from "../components/ui/atoms/icons/okta.js";
70
- import { OneDrive as ko } from "../components/ui/atoms/icons/one-drive.js";
71
- import { OutlookCalendar as bo } from "../components/ui/atoms/icons/outlook-calendar.js";
72
- import { OutlookMail as ho } from "../components/ui/atoms/icons/outlook-mail.js";
73
- import { Pinecone as Co } from "../components/ui/atoms/icons/pinecone.js";
74
- import { Pinterest as Lo } from "../components/ui/atoms/icons/pinterest.js";
75
- import { Pipedrive as So } from "../components/ui/atoms/icons/pipedrive.js";
76
- import { Plaid as wo } from "../components/ui/atoms/icons/plaid.js";
77
- import { Postgres as Do } from "../components/ui/atoms/icons/postgres.js";
78
- import { Quickbooks as Bo } from "../components/ui/atoms/icons/quickbooks.js";
79
- import { Reddit as Oo } from "../components/ui/atoms/icons/reddit.js";
80
- import { Salesforce as Po } from "../components/ui/atoms/icons/salesforce.js";
81
- import { Shopify as Ho } from "../components/ui/atoms/icons/shopify.js";
82
- import { Singlestore as Io } from "../components/ui/atoms/icons/singlestore.js";
83
- import { Slack as Uo } from "../components/ui/atoms/icons/slack.js";
84
- import { Snowflake as Yo } from "../components/ui/atoms/icons/snowflake.js";
85
- import { Splunk as $o } from "../components/ui/atoms/icons/splunk.js";
86
- import { Spotify as Mo } from "../components/ui/atoms/icons/spotify.js";
87
- import { Square as Go } from "../components/ui/atoms/icons/square.js";
88
- import { Squarespace as _o } from "../components/ui/atoms/icons/squarespace.js";
89
- import { Stripe as xo } from "../components/ui/atoms/icons/stripe.js";
90
- import { Tiktok as Ao } from "../components/ui/atoms/icons/tiktok.js";
91
- import { Trello as To } from "../components/ui/atoms/icons/trello.js";
92
- import { Twilio as qo } from "../components/ui/atoms/icons/twilio.js";
93
- import { Twitch as Fo } from "../components/ui/atoms/icons/twitch.js";
94
- import { Vercel as No } from "../components/ui/atoms/icons/vercel.js";
95
- import { Walmart as Wo } from "../components/ui/atoms/icons/walmart.js";
96
- import { Weaviate as zo } from "../components/ui/atoms/icons/weaviate.js";
97
- import { Workday as Ro } from "../components/ui/atoms/icons/workday.js";
98
- import { Wrike as jo } from "../components/ui/atoms/icons/wrike.js";
99
- import { X as Eo } from "../components/ui/atoms/icons/x.js";
100
- import { Xero as Jo } from "../components/ui/atoms/icons/xero.js";
101
- import { Youtube as Xo } from "../components/ui/atoms/icons/youtube.js";
102
- import { Zendesk as Zo } from "../components/ui/atoms/icons/zendesk.js";
103
- import { Zoom as Qo } from "../components/ui/atoms/icons/zoom.js";
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 Xe = [
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
- ], Vo = [
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: W,
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: z,
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: so,
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: to,
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: ao,
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: ro,
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: lo,
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: no,
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: po,
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: mo,
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: uo,
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: co,
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: go,
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: yo,
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: vo,
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: fo,
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: ko,
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: bo,
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: ho,
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: Co,
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: Lo,
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: So,
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: wo,
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: Do,
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: Bo,
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: Oo,
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: Po,
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: Ho,
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: Io,
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: Uo,
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: Yo,
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: $o,
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: Mo,
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: Go,
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: _o,
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: xo,
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: Ao,
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: To,
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: qo,
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: Fo,
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: No,
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: Wo,
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: zo,
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: Ro,
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: jo,
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: Eo,
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: Jo,
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: Xo,
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: Zo,
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: Qo,
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
- ], Ze = Vo.reduce(
1694
+ ], os = oi.reduce(
1663
1695
  (i, e) => (i[e.id] = e, i),
1664
1696
  {}
1665
1697
  );
1666
1698
  export {
1667
- Xe as CATEGORIES,
1668
- Vo as TOOLKITS,
1669
- Ze as TOOLKIT_CATALOGUE
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.toPrecision(3).localeCompare(Math.abs(e).toPrecision(3), void 0, {
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.toPrecision(o) : "1" : r.length === 1 ? s = "1" : s = l.toPrecision(o), {
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,
@@ -1,7 +1,7 @@
1
1
  import * as io from "react";
2
2
  import j1 from "react";
3
3
  import yf from "react-dom";
4
- import { c as KO } from "./vi.bdSIJ99Y-hyudrc3R.js";
4
+ import { c as KO } from "./vi.bdSIJ99Y-Bs-viS39.js";
5
5
  var q1 = { exports: {} }, rS = {};
6
6
  /**
7
7
  * @license React