@arcadeai/design-system 5.0.2 → 5.3.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/{clamp-DV0oJUnl.js → CSPContext-_3HefTUC.js} +1 -6
- package/dist/{DialogRoot-xodRxCJ6.js → DialogRoot-DuiSPdsZ.js} +1 -1
- package/dist/{DialogTrigger-BRWKaMYv.js → DialogTrigger-DGGP-2Oc.js} +109 -108
- package/dist/{FloatingPortalLite-e0IaokaG.js → FloatingPortalLite-D5nFwFgJ.js} +1 -1
- package/dist/ReactStore-C3H8e2ha.js +600 -0
- package/dist/{Toggle-waFXW8db.js → Toggle-BdxyK_Ln.js} +1 -1
- package/dist/{accordion-DimUia61.js → accordion-BP9Lgkg8.js} +18 -18
- package/dist/{alert-dialog-BiDZwtP2.js → alert-dialog-1bUE2clB.js} +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/{avatar-B-lhJ-Gz.js → avatar-DbL6b01k.js} +4 -3
- package/dist/{checkbox-CZViOGvt.js → checkbox-DB9O_Iw9.js} +96 -85
- package/dist/clamp-BT4ayAnN.js +6 -0
- package/dist/{collapsible-DlF1q_cg.js → collapsible-DP7Fb-Lu.js} +17 -17
- package/dist/components/index.js +257 -251
- package/dist/components/ui/atoms/accordion.js +1 -1
- package/dist/components/ui/atoms/alert-dialog.js +1 -1
- package/dist/components/ui/atoms/avatar.js +1 -1
- package/dist/components/ui/atoms/checkbox.d.ts +16 -2
- package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
- package/dist/components/ui/atoms/checkbox.js +2 -2
- package/dist/components/ui/atoms/clear-button.d.ts +13 -0
- package/dist/components/ui/atoms/clear-button.d.ts.map +1 -0
- package/dist/components/ui/atoms/clear-button.js +23 -0
- package/dist/components/ui/atoms/collapsible.js +1 -1
- package/dist/components/ui/atoms/dialog.js +2 -2
- package/dist/components/ui/atoms/dropdown-menu.js +1 -1
- package/dist/components/ui/atoms/hover-card.js +1 -1
- package/dist/components/ui/atoms/icon-tile.d.ts +10 -0
- package/dist/components/ui/atoms/icon-tile.d.ts.map +1 -0
- package/dist/components/ui/atoms/icon-tile.js +25 -0
- package/dist/components/ui/atoms/index.d.ts +3 -1
- package/dist/components/ui/atoms/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/index.js +210 -208
- package/dist/components/ui/atoms/input-group.js +1 -1
- package/dist/components/ui/atoms/input.js +1 -1
- package/dist/components/ui/atoms/mobile-tooltip.js +2 -2
- package/dist/components/ui/atoms/popover.js +1 -1
- package/dist/components/ui/atoms/progress.js +1 -1
- package/dist/components/ui/atoms/radio-group.js +1 -1
- package/dist/components/ui/atoms/scroll-area.js +1 -1
- package/dist/components/ui/atoms/scroll-button.js +1 -1
- package/dist/components/ui/atoms/scroll-to-bottom-button.d.ts +24 -0
- package/dist/components/ui/atoms/scroll-to-bottom-button.d.ts.map +1 -0
- package/dist/components/ui/atoms/scroll-to-bottom-button.js +31 -0
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/sheet.js +2 -2
- package/dist/components/ui/atoms/sidebar.js +2 -2
- package/dist/components/ui/atoms/slider.js +1 -1
- package/dist/components/ui/atoms/switch.js +1 -1
- package/dist/components/ui/atoms/tabs.js +1 -1
- package/dist/components/ui/atoms/toggle-group.js +1 -1
- package/dist/components/ui/atoms/toggle.js +1 -1
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/blocks/demo.js +4 -4
- package/dist/components/ui/index.js +257 -251
- package/dist/components/ui/molecules/avatar-stack.d.ts +32 -0
- package/dist/components/ui/molecules/avatar-stack.d.ts.map +1 -0
- package/dist/components/ui/molecules/avatar-stack.js +91 -0
- package/dist/components/ui/molecules/callout.d.ts +20 -0
- package/dist/components/ui/molecules/callout.d.ts.map +1 -0
- package/dist/components/ui/molecules/callout.js +39 -0
- package/dist/components/ui/molecules/chat-history-item.js +1 -1
- package/dist/components/ui/molecules/chip-body.d.ts +21 -0
- package/dist/components/ui/molecules/chip-body.d.ts.map +1 -0
- package/dist/components/ui/molecules/chip-body.js +21 -0
- package/dist/components/ui/molecules/client-secret-field.js +1 -1
- package/dist/components/ui/molecules/confirm-popover.js +1 -1
- package/dist/components/ui/molecules/date-time-picker.js +2 -2
- package/dist/components/ui/molecules/filter-chip-group.d.ts +26 -0
- package/dist/components/ui/molecules/filter-chip-group.d.ts.map +1 -0
- package/dist/components/ui/molecules/{mcp-server-picker/category-filter.js → filter-chip-group.js} +8 -7
- package/dist/components/ui/molecules/index.d.ts +14 -6
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +39 -35
- package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.js +18 -15
- package/dist/components/ui/molecules/mcp-server-picker/recommended-tools.js +2 -2
- package/dist/components/ui/molecules/mcp-server-picker/search-scope-tabs.js +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.js +29 -81
- package/dist/components/ui/molecules/mcp-server-picker/server-card.js +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.js +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-recommendations.d.ts +12 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-recommendations.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/{tool-search-band.js → tool-recommendations.js} +6 -6
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts +6 -6
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.js +21 -33
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.js +19 -22
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.js +1 -1
- package/dist/components/ui/molecules/message.js +2 -2
- package/dist/components/ui/molecules/prompt-input.js +1 -1
- package/dist/components/ui/molecules/removable-chip.d.ts.map +1 -0
- package/dist/components/ui/{atoms → molecules}/removable-chip.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +1 -1
- package/dist/components/ui/molecules/tool-call-accordion.js +2 -2
- package/dist/components/ui/molecules/tool-card.js +2 -2
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/undo-toast.d.ts +47 -0
- package/dist/components/ui/molecules/undo-toast.d.ts.map +1 -0
- package/dist/components/ui/molecules/undo-toast.js +3 -0
- package/dist/components/ui/molecules/user-nav.js +2 -2
- package/dist/components/ui/organisms/mcp-selection-summary-bar.d.ts.map +1 -1
- package/dist/components/ui/organisms/mcp-selection-summary-bar.js +27 -30
- package/dist/{dropdown-menu-CWWN1cXs.js → dropdown-menu-ecggVuhu.js} +202 -199
- package/dist/{getPseudoElementBounds-D_dlkPnQ.js → getPseudoElementBounds-BOe22aYl.js} +3 -3
- package/dist/{hover-card-GELKDadU.js → hover-card-CGLPPPPP.js} +71 -70
- package/dist/{input-DZfZK6b1.js → input-DZTqcpe-.js} +1 -1
- package/dist/main.js +263 -257
- package/dist/metadata/oauth-providers.d.ts +2 -0
- package/dist/metadata/oauth-providers.d.ts.map +1 -1
- package/dist/metadata/oauth-providers.js +153 -141
- package/dist/{popover-Cne_hQUh.js → popover-CpLkQtT5.js} +129 -128
- package/dist/popupStateMapping-XiLS0Jku.js +643 -0
- package/dist/{progress-D71iUjvg.js → progress-BqG0PtAD.js} +1 -1
- package/dist/{radio-group-CTqA-p0w.js → radio-group-BpMluqfv.js} +8 -7
- package/dist/{safePolygon-os2F06tc.js → safePolygon-DmV1hDsw.js} +35 -34
- package/dist/{scroll-area-C0KbhRES.js → scroll-area-D7iOy7xj.js} +4 -3
- package/dist/{scrollEdges-CHZpP0us.js → scrollEdges-Dck9qFyQ.js} +1 -1
- package/dist/{select-RvAj5g6e.js → select-DFWNXxvZ.js} +179 -176
- package/dist/{slider-Bhn1ogwZ.js → slider-ClXWRpwI.js} +4 -3
- package/dist/{store-C-KXBzZ0.js → store-D7k1qIkZ.js} +23 -22
- package/dist/{switch-D8M0xvzp.js → switch-DlxZDt6o.js} +3 -3
- package/dist/{tabs-ttkDuwww.js → tabs-Cj3LY-7F.js} +9 -8
- package/dist/{toggle-group-CL_MBwuU.js → toggle-group-CmP4iHEJ.js} +1 -1
- package/dist/{tooltip-ZIywOFGf.js → tooltip-BUR7V5Aa.js} +197 -196
- package/dist/{ui-CttBuHXi.js → ui-46pgiw5T.js} +2 -2
- package/dist/undo-toast-Cf4T6ToX.js +898 -0
- package/dist/{useAnchoredPopupScrollLock-a2b_Frjv.js → useAnchoredPopupScrollLock-CnoPUwXv.js} +1 -1
- package/dist/{useAriaLabelledBy-WyUZP7Yf.js → useAriaLabelledBy-DJZioWd6.js} +1 -1
- package/dist/useBaseUiId-CXSJgVcI.js +8 -0
- package/dist/{useCollapsiblePanel-B6XZh6zH.js → useCollapsiblePanel-BPbcE70S.js} +15 -14
- package/dist/{useFocus-DwJfNYN6.js → useFocus-B_SrhX9q.js} +10 -10
- package/dist/{useBaseUiId-voePHgyX.js → useId-Bzr7_bed.js} +1 -6
- package/dist/{useLabelableId-CC2YaILf.js → useLabelableId-9jrDGk5d.js} +1 -1
- package/dist/useOpenChangeComplete-CVIwfcpl.js +80 -0
- package/dist/{useOpenInteractionType-DQhvPqO3.js → useOpenInteractionType-INvHftZi.js} +29 -28
- package/dist/{usePositioner-DkeyI5Le.js → usePositioner-CaLGGc-z.js} +98 -97
- package/dist/useTransitionStatus-CCIoL5RH.js +51 -0
- package/dist/{useTriggerFocusGuards-Qi8iK-AK.js → useTriggerFocusGuards-Dlv8KvSm.js} +7 -7
- package/package.json +1 -1
- package/dist/components/ui/atoms/removable-chip.d.ts.map +0 -1
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts +0 -31
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts.map +0 -1
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.js +0 -106
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts +0 -18
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts.map +0 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts +0 -12
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts.map +0 -1
- package/dist/popupStateMapping-C8W76brO.js +0 -1221
- package/dist/useOpenChangeComplete-Bs6gnxd9.js +0 -127
- /package/dist/components/ui/{atoms → molecules}/removable-chip.d.ts +0 -0
|
@@ -18,6 +18,7 @@ export declare const OAuthId: {
|
|
|
18
18
|
readonly Mailchimp: "arcade-mailchimp";
|
|
19
19
|
readonly MCP_OAuth2: "arcade-mcp-oauth2";
|
|
20
20
|
readonly Microsoft: "arcade-microsoft";
|
|
21
|
+
readonly MicrosoftPowerBI: "arcade-microsoft-powerbi";
|
|
21
22
|
readonly Miro: "arcade-miro";
|
|
22
23
|
readonly Notion: "arcade-notion";
|
|
23
24
|
readonly OAuth2: "arcade-oauth2";
|
|
@@ -53,6 +54,7 @@ export declare const OAuthProviderId: {
|
|
|
53
54
|
readonly Mailchimp: "mailchimp";
|
|
54
55
|
readonly MCP_OAuth2: "mcp-oauth2";
|
|
55
56
|
readonly Microsoft: "microsoft";
|
|
57
|
+
readonly MicrosoftPowerBI: "microsoft-powerbi";
|
|
56
58
|
readonly Miro: "miro";
|
|
57
59
|
readonly Notion: "notion";
|
|
58
60
|
readonly OAuth2: "oauth2";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth-providers.d.ts","sourceRoot":"","sources":["../../lib/metadata/oauth-providers.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"oauth-providers.d.ts","sourceRoot":"","sources":["../../lib/metadata/oauth-providers.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmCV,CAAC;AAEX,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmClB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,cAAc,EAwQpD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;CAS3B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;CAQ/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,cAAc,EA8BjD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,cAAc,EAG3C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAQjE,CAAC"}
|
|
@@ -15,25 +15,26 @@ import { Linkedin as p } from "../components/ui/atoms/icons/linkedin.js";
|
|
|
15
15
|
import { Mailchimp as m } from "../components/ui/atoms/icons/mailchimp.js";
|
|
16
16
|
import { Mcp as h } from "../components/ui/atoms/icons/mcp.js";
|
|
17
17
|
import { Microsoft as g } from "../components/ui/atoms/icons/microsoft.js";
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
18
|
+
import { MicrosoftPowerBi as _ } from "../components/ui/atoms/icons/microsoft-power-bi.js";
|
|
19
|
+
import { Miro as v } from "../components/ui/atoms/icons/miro.js";
|
|
20
|
+
import { Notion as y } from "../components/ui/atoms/icons/notion.js";
|
|
21
|
+
import { Oauth as b } from "../components/ui/atoms/icons/oauth.js";
|
|
22
|
+
import { Pagerduty as x } from "../components/ui/atoms/icons/pagerduty.js";
|
|
23
|
+
import { Reddit as S } from "../components/ui/atoms/icons/reddit.js";
|
|
24
|
+
import { Salesforce as C } from "../components/ui/atoms/icons/salesforce.js";
|
|
25
|
+
import { Slack as w } from "../components/ui/atoms/icons/slack.js";
|
|
26
|
+
import { Spotify as T } from "../components/ui/atoms/icons/spotify.js";
|
|
27
|
+
import { Square as E } from "../components/ui/atoms/icons/square.js";
|
|
28
|
+
import { Tesla as D } from "../components/ui/atoms/icons/tesla.js";
|
|
29
|
+
import { Ticktick as O } from "../components/ui/atoms/icons/ticktick.js";
|
|
30
|
+
import { Twitch as k } from "../components/ui/atoms/icons/twitch.js";
|
|
31
|
+
import { X as A } from "../components/ui/atoms/icons/x.js";
|
|
32
|
+
import { Zendesk as j } from "../components/ui/atoms/icons/zendesk.js";
|
|
33
|
+
import { Zoho as M } from "../components/ui/atoms/icons/zoho.js";
|
|
34
|
+
import { Zoom as N } from "../components/ui/atoms/icons/zoom.js";
|
|
35
|
+
import { PUBLIC_ICON_URL as P } from "./constants.js";
|
|
35
36
|
//#region lib/metadata/oauth-providers.ts
|
|
36
|
-
var
|
|
37
|
+
var F = {
|
|
37
38
|
Airtable: "arcade-airtable",
|
|
38
39
|
Asana: "arcade-asana",
|
|
39
40
|
Atlassian: "arcade-atlassian",
|
|
@@ -51,6 +52,7 @@ var P = {
|
|
|
51
52
|
Mailchimp: "arcade-mailchimp",
|
|
52
53
|
MCP_OAuth2: "arcade-mcp-oauth2",
|
|
53
54
|
Microsoft: "arcade-microsoft",
|
|
55
|
+
MicrosoftPowerBI: "arcade-microsoft-powerbi",
|
|
54
56
|
Miro: "arcade-miro",
|
|
55
57
|
Notion: "arcade-notion",
|
|
56
58
|
OAuth2: "arcade-oauth2",
|
|
@@ -67,7 +69,7 @@ var P = {
|
|
|
67
69
|
Zendesk: "arcade-zendesk",
|
|
68
70
|
Zoho: "arcade-zoho",
|
|
69
71
|
Zoom: "arcade-zoom"
|
|
70
|
-
},
|
|
72
|
+
}, I = {
|
|
71
73
|
Airtable: "airtable",
|
|
72
74
|
Asana: "asana",
|
|
73
75
|
Atlassian: "atlassian",
|
|
@@ -85,6 +87,7 @@ var P = {
|
|
|
85
87
|
Mailchimp: "mailchimp",
|
|
86
88
|
MCP_OAuth2: "mcp-oauth2",
|
|
87
89
|
Microsoft: "microsoft",
|
|
90
|
+
MicrosoftPowerBI: "microsoft-powerbi",
|
|
88
91
|
Miro: "miro",
|
|
89
92
|
Notion: "notion",
|
|
90
93
|
OAuth2: "oauth2",
|
|
@@ -101,305 +104,314 @@ var P = {
|
|
|
101
104
|
Zendesk: "zendesk",
|
|
102
105
|
Zoho: "zoho",
|
|
103
106
|
Zoom: "zoom"
|
|
104
|
-
},
|
|
107
|
+
}, L = [
|
|
105
108
|
{
|
|
106
|
-
id:
|
|
107
|
-
provider_id:
|
|
109
|
+
id: F.Airtable,
|
|
110
|
+
provider_id: I.Airtable,
|
|
108
111
|
name: "Airtable",
|
|
109
112
|
description: "Authorize tools and agents with Airtable",
|
|
110
|
-
publicIconUrl: `${
|
|
113
|
+
publicIconUrl: `${P}/airtable.svg`,
|
|
111
114
|
icon: e,
|
|
112
115
|
docs: "https://docs.arcade.dev/home/auth-providers/airtable"
|
|
113
116
|
},
|
|
114
117
|
{
|
|
115
|
-
id:
|
|
116
|
-
provider_id:
|
|
118
|
+
id: F.Asana,
|
|
119
|
+
provider_id: I.Asana,
|
|
117
120
|
name: "Asana",
|
|
118
121
|
description: "Authorize tools and agents with Asana",
|
|
119
|
-
publicIconUrl: `${
|
|
122
|
+
publicIconUrl: `${P}/asana.svg`,
|
|
120
123
|
icon: t,
|
|
121
124
|
docs: "https://docs.arcade.dev/home/auth-providers/asana"
|
|
122
125
|
},
|
|
123
126
|
{
|
|
124
|
-
id:
|
|
125
|
-
provider_id:
|
|
127
|
+
id: F.Atlassian,
|
|
128
|
+
provider_id: I.Atlassian,
|
|
126
129
|
name: "Atlassian",
|
|
127
130
|
description: "Authorize tools and agents with Atlassian",
|
|
128
|
-
publicIconUrl: `${
|
|
131
|
+
publicIconUrl: `${P}/atlassian.svg`,
|
|
129
132
|
icon: n,
|
|
130
133
|
docs: "https://docs.arcade.dev/home/auth-providers/atlassian"
|
|
131
134
|
},
|
|
132
135
|
{
|
|
133
|
-
id:
|
|
134
|
-
provider_id:
|
|
136
|
+
id: F.Attio,
|
|
137
|
+
provider_id: I.Attio,
|
|
135
138
|
name: "Attio",
|
|
136
139
|
description: "Authorize tools and agents with Attio CRM",
|
|
137
|
-
publicIconUrl: `${
|
|
140
|
+
publicIconUrl: `${P}/attio.svg`,
|
|
138
141
|
icon: r,
|
|
139
142
|
docs: "https://docs.arcade.dev/home/auth-providers/attio"
|
|
140
143
|
},
|
|
141
144
|
{
|
|
142
|
-
id:
|
|
143
|
-
provider_id:
|
|
145
|
+
id: F.Calendly,
|
|
146
|
+
provider_id: I.Calendly,
|
|
144
147
|
name: "Calendly",
|
|
145
148
|
description: "Authorize tools and agents with Calendly",
|
|
146
|
-
publicIconUrl: `${
|
|
149
|
+
publicIconUrl: `${P}/calendly.svg`,
|
|
147
150
|
icon: i,
|
|
148
151
|
docs: "https://docs.arcade.dev/home/auth-providers/calendly"
|
|
149
152
|
},
|
|
150
153
|
{
|
|
151
|
-
id:
|
|
152
|
-
provider_id:
|
|
154
|
+
id: F.Clickup,
|
|
155
|
+
provider_id: I.Clickup,
|
|
153
156
|
name: "ClickUp",
|
|
154
157
|
description: "Authorize tools and agents with ClickUp",
|
|
155
|
-
publicIconUrl: `${
|
|
158
|
+
publicIconUrl: `${P}/clickup.svg`,
|
|
156
159
|
icon: a,
|
|
157
160
|
docs: "https://docs.arcade.dev/home/auth-providers/clickup"
|
|
158
161
|
},
|
|
159
162
|
{
|
|
160
|
-
id:
|
|
161
|
-
provider_id:
|
|
163
|
+
id: F.Discord,
|
|
164
|
+
provider_id: I.Discord,
|
|
162
165
|
name: "Discord",
|
|
163
166
|
description: "Authorize tools and agents with Discord in a user's context",
|
|
164
|
-
publicIconUrl: `${
|
|
167
|
+
publicIconUrl: `${P}/discord.svg`,
|
|
165
168
|
icon: o,
|
|
166
169
|
docs: "https://docs.arcade.dev/home/auth-providers/discord"
|
|
167
170
|
},
|
|
168
171
|
{
|
|
169
|
-
id:
|
|
170
|
-
provider_id:
|
|
172
|
+
id: F.Dropbox,
|
|
173
|
+
provider_id: I.Dropbox,
|
|
171
174
|
name: "Dropbox",
|
|
172
175
|
description: "Authorize tools and agents with Dropbox",
|
|
173
|
-
publicIconUrl: `${
|
|
176
|
+
publicIconUrl: `${P}/dropbox.svg`,
|
|
174
177
|
icon: s,
|
|
175
178
|
docs: "https://docs.arcade.dev/home/auth-providers/dropbox"
|
|
176
179
|
},
|
|
177
180
|
{
|
|
178
|
-
id:
|
|
179
|
-
provider_id:
|
|
181
|
+
id: F.Figma,
|
|
182
|
+
provider_id: I.Figma,
|
|
180
183
|
name: "Figma",
|
|
181
184
|
description: "Authorize tools and agents with Figma",
|
|
182
|
-
publicIconUrl: `${
|
|
185
|
+
publicIconUrl: `${P}/figma.svg`,
|
|
183
186
|
icon: c,
|
|
184
187
|
docs: "https://docs.arcade.dev/home/auth-providers/figma"
|
|
185
188
|
},
|
|
186
189
|
{
|
|
187
|
-
id:
|
|
188
|
-
provider_id:
|
|
190
|
+
id: F.Github,
|
|
191
|
+
provider_id: I.Github,
|
|
189
192
|
name: "GitHub",
|
|
190
193
|
description: "Authorize tools and agents with GitHub, including private repositories",
|
|
191
|
-
publicIconUrl: `${
|
|
194
|
+
publicIconUrl: `${P}/github.svg`,
|
|
192
195
|
icon: l,
|
|
193
196
|
docs: "https://docs.arcade.dev/home/auth-providers/github"
|
|
194
197
|
},
|
|
195
198
|
{
|
|
196
|
-
id:
|
|
197
|
-
provider_id:
|
|
199
|
+
id: F.Google,
|
|
200
|
+
provider_id: I.Google,
|
|
198
201
|
name: "Google",
|
|
199
202
|
description: "Authorize tools and agents with Google: Gmail, Calendar, YouTube, Drive, and more",
|
|
200
|
-
publicIconUrl: `${
|
|
203
|
+
publicIconUrl: `${P}/google.svg`,
|
|
201
204
|
icon: u,
|
|
202
205
|
docs: "https://docs.arcade.dev/home/auth-providers/google"
|
|
203
206
|
},
|
|
204
207
|
{
|
|
205
|
-
id:
|
|
206
|
-
provider_id:
|
|
208
|
+
id: F.Hubspot,
|
|
209
|
+
provider_id: I.Hubspot,
|
|
207
210
|
name: "HubSpot",
|
|
208
211
|
description: "Authorize tools and agents with HubSpot",
|
|
209
|
-
publicIconUrl: `${
|
|
212
|
+
publicIconUrl: `${P}/hubspot.svg`,
|
|
210
213
|
icon: d,
|
|
211
214
|
docs: "https://docs.arcade.dev/home/auth-providers/hubspot"
|
|
212
215
|
},
|
|
213
216
|
{
|
|
214
|
-
id:
|
|
215
|
-
provider_id:
|
|
217
|
+
id: F.Linear,
|
|
218
|
+
provider_id: I.Linear,
|
|
216
219
|
name: "Linear",
|
|
217
220
|
description: "Authorize tools and agents with Linear",
|
|
218
|
-
publicIconUrl: `${
|
|
221
|
+
publicIconUrl: `${P}/linear.svg`,
|
|
219
222
|
icon: f,
|
|
220
223
|
docs: "https://docs.arcade.dev/home/auth-providers/linear"
|
|
221
224
|
},
|
|
222
225
|
{
|
|
223
|
-
id:
|
|
224
|
-
provider_id:
|
|
226
|
+
id: F.Linkedin,
|
|
227
|
+
provider_id: I.Linkedin,
|
|
225
228
|
name: "LinkedIn",
|
|
226
229
|
description: "Authorize tools and agents with LinkedIn",
|
|
227
|
-
publicIconUrl: `${
|
|
230
|
+
publicIconUrl: `${P}/linkedin.svg`,
|
|
228
231
|
icon: p,
|
|
229
232
|
docs: "https://docs.arcade.dev/home/auth-providers/linkedin"
|
|
230
233
|
},
|
|
231
234
|
{
|
|
232
|
-
id:
|
|
233
|
-
provider_id:
|
|
235
|
+
id: F.Mailchimp,
|
|
236
|
+
provider_id: I.Mailchimp,
|
|
234
237
|
name: "Mailchimp",
|
|
235
238
|
description: "Authorize tools and agents with Mailchimp",
|
|
236
|
-
publicIconUrl: `${
|
|
239
|
+
publicIconUrl: `${P}/mailchimp.svg`,
|
|
237
240
|
icon: m,
|
|
238
241
|
docs: "https://docs.arcade.dev/home/auth-providers/mailchimp"
|
|
239
242
|
},
|
|
240
243
|
{
|
|
241
|
-
id:
|
|
242
|
-
provider_id:
|
|
244
|
+
id: F.Microsoft,
|
|
245
|
+
provider_id: I.Microsoft,
|
|
243
246
|
name: "Microsoft",
|
|
244
247
|
description: "Authorize tools and agents with Microsoft",
|
|
245
|
-
publicIconUrl: `${
|
|
248
|
+
publicIconUrl: `${P}/microsoft.svg`,
|
|
246
249
|
icon: g,
|
|
247
250
|
docs: "https://docs.arcade.dev/home/auth-providers/microsoft"
|
|
248
251
|
},
|
|
249
252
|
{
|
|
250
|
-
id:
|
|
251
|
-
provider_id:
|
|
253
|
+
id: F.MicrosoftPowerBI,
|
|
254
|
+
provider_id: I.MicrosoftPowerBI,
|
|
255
|
+
name: "Microsoft Power BI",
|
|
256
|
+
description: "Authorize tools and agents with Microsoft Power BI",
|
|
257
|
+
publicIconUrl: `${P}/microsoft-power-bi.svg`,
|
|
258
|
+
icon: _,
|
|
259
|
+
docs: "https://docs.arcade.dev/home/auth-providers/microsoft-powerbi"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
id: F.Miro,
|
|
263
|
+
provider_id: I.Miro,
|
|
252
264
|
name: "Miro",
|
|
253
265
|
description: "Authorize tools and agents with Miro",
|
|
254
|
-
publicIconUrl: `${
|
|
255
|
-
icon:
|
|
266
|
+
publicIconUrl: `${P}/miro.svg`,
|
|
267
|
+
icon: v,
|
|
256
268
|
docs: "https://docs.arcade.dev/home/auth-providers/miro"
|
|
257
269
|
},
|
|
258
270
|
{
|
|
259
|
-
id:
|
|
260
|
-
provider_id:
|
|
271
|
+
id: F.Notion,
|
|
272
|
+
provider_id: I.Notion,
|
|
261
273
|
name: "Notion",
|
|
262
274
|
description: "Authorize tools and agents with Notion",
|
|
263
|
-
publicIconUrl: `${
|
|
264
|
-
icon:
|
|
275
|
+
publicIconUrl: `${P}/notion.svg`,
|
|
276
|
+
icon: y,
|
|
265
277
|
docs: "https://docs.arcade.dev/home/auth-providers/notion"
|
|
266
278
|
},
|
|
267
279
|
{
|
|
268
|
-
id:
|
|
269
|
-
provider_id:
|
|
280
|
+
id: F.Pagerduty,
|
|
281
|
+
provider_id: I.Pagerduty,
|
|
270
282
|
name: "PagerDuty",
|
|
271
283
|
description: "Authorize tools and agents with PagerDuty",
|
|
272
|
-
publicIconUrl: `${
|
|
273
|
-
icon:
|
|
284
|
+
publicIconUrl: `${P}/pagerduty.svg`,
|
|
285
|
+
icon: x,
|
|
274
286
|
docs: "https://docs.arcade.dev/home/auth-providers/pagerduty"
|
|
275
287
|
},
|
|
276
288
|
{
|
|
277
|
-
id:
|
|
278
|
-
provider_id:
|
|
289
|
+
id: F.Reddit,
|
|
290
|
+
provider_id: I.Reddit,
|
|
279
291
|
name: "Reddit",
|
|
280
292
|
description: "Authorize tools and agents with Reddit",
|
|
281
|
-
publicIconUrl: `${
|
|
282
|
-
icon:
|
|
293
|
+
publicIconUrl: `${P}/reddit.svg`,
|
|
294
|
+
icon: S,
|
|
283
295
|
docs: "https://docs.arcade.dev/home/auth-providers/reddit"
|
|
284
296
|
},
|
|
285
297
|
{
|
|
286
|
-
id:
|
|
287
|
-
provider_id:
|
|
298
|
+
id: F.Slack,
|
|
299
|
+
provider_id: I.Slack,
|
|
288
300
|
name: "Slack",
|
|
289
301
|
description: "Authorize tools and agents with Slack",
|
|
290
|
-
publicIconUrl: `${
|
|
291
|
-
icon:
|
|
302
|
+
publicIconUrl: `${P}/slack.svg`,
|
|
303
|
+
icon: w,
|
|
292
304
|
docs: "https://docs.arcade.dev/home/auth-providers/slack"
|
|
293
305
|
},
|
|
294
306
|
{
|
|
295
|
-
id:
|
|
296
|
-
provider_id:
|
|
307
|
+
id: F.Spotify,
|
|
308
|
+
provider_id: I.Spotify,
|
|
297
309
|
name: "Spotify",
|
|
298
310
|
description: "Authorize tools and agents with Spotify",
|
|
299
|
-
publicIconUrl: `${
|
|
300
|
-
icon:
|
|
311
|
+
publicIconUrl: `${P}/spotify.svg`,
|
|
312
|
+
icon: T,
|
|
301
313
|
docs: "https://docs.arcade.dev/home/auth-providers/spotify"
|
|
302
314
|
},
|
|
303
315
|
{
|
|
304
|
-
id:
|
|
305
|
-
provider_id:
|
|
316
|
+
id: F.Squareup,
|
|
317
|
+
provider_id: I.Squareup,
|
|
306
318
|
name: "Square",
|
|
307
319
|
description: "Authorize tools and agents with Square",
|
|
308
|
-
publicIconUrl: `${
|
|
309
|
-
icon:
|
|
320
|
+
publicIconUrl: `${P}/square.svg`,
|
|
321
|
+
icon: E,
|
|
310
322
|
docs: "https://docs.arcade.dev/home/auth-providers/squareup"
|
|
311
323
|
},
|
|
312
324
|
{
|
|
313
|
-
id:
|
|
314
|
-
provider_id:
|
|
325
|
+
id: F.Ticktick,
|
|
326
|
+
provider_id: I.Ticktick,
|
|
315
327
|
name: "TickTick",
|
|
316
328
|
description: "Authorize tools and agents with TickTick",
|
|
317
|
-
publicIconUrl: `${
|
|
318
|
-
icon:
|
|
329
|
+
publicIconUrl: `${P}/ticktick.svg`,
|
|
330
|
+
icon: O,
|
|
319
331
|
docs: "https://docs.arcade.dev/home/auth-providers/ticktick"
|
|
320
332
|
},
|
|
321
333
|
{
|
|
322
|
-
id:
|
|
323
|
-
provider_id:
|
|
334
|
+
id: F.Twitch,
|
|
335
|
+
provider_id: I.Twitch,
|
|
324
336
|
name: "Twitch",
|
|
325
337
|
description: "Authorize tools and agents with Twitch",
|
|
326
|
-
publicIconUrl: `${
|
|
327
|
-
icon:
|
|
338
|
+
publicIconUrl: `${P}/twitch.svg`,
|
|
339
|
+
icon: k,
|
|
328
340
|
docs: "https://docs.arcade.dev/home/auth-providers/twitch"
|
|
329
341
|
},
|
|
330
342
|
{
|
|
331
|
-
id:
|
|
332
|
-
provider_id:
|
|
343
|
+
id: F.X,
|
|
344
|
+
provider_id: I.X,
|
|
333
345
|
name: "X (Twitter)",
|
|
334
346
|
description: "Authorize tools and agents with X (Twitter)",
|
|
335
|
-
publicIconUrl: `${
|
|
336
|
-
icon:
|
|
347
|
+
publicIconUrl: `${P}/x.svg`,
|
|
348
|
+
icon: A,
|
|
337
349
|
docs: "https://docs.arcade.dev/home/auth-providers/x"
|
|
338
350
|
},
|
|
339
351
|
{
|
|
340
|
-
id:
|
|
341
|
-
provider_id:
|
|
352
|
+
id: F.Zoho,
|
|
353
|
+
provider_id: I.Zoho,
|
|
342
354
|
name: "Zoho",
|
|
343
355
|
description: "Authorize tools and agents with Zoho",
|
|
344
|
-
publicIconUrl: `${
|
|
345
|
-
icon:
|
|
356
|
+
publicIconUrl: `${P}/zoho.svg`,
|
|
357
|
+
icon: M,
|
|
346
358
|
docs: "https://docs.arcade.dev/home/auth-providers/zoho"
|
|
347
359
|
},
|
|
348
360
|
{
|
|
349
|
-
id:
|
|
350
|
-
provider_id:
|
|
361
|
+
id: F.Zoom,
|
|
362
|
+
provider_id: I.Zoom,
|
|
351
363
|
name: "Zoom",
|
|
352
364
|
description: "Authorize tools and agents with Zoom",
|
|
353
|
-
publicIconUrl: `${
|
|
354
|
-
icon:
|
|
365
|
+
publicIconUrl: `${P}/zoom.svg`,
|
|
366
|
+
icon: N,
|
|
355
367
|
docs: "https://docs.arcade.dev/home/auth-providers/zoom"
|
|
356
368
|
}
|
|
357
|
-
],
|
|
358
|
-
id:
|
|
359
|
-
provider_id:
|
|
369
|
+
], R = {
|
|
370
|
+
id: F.OAuth2,
|
|
371
|
+
provider_id: I.OAuth2,
|
|
360
372
|
name: "OAuth 2.0",
|
|
361
373
|
description: "Authorize tools and agents with any OAuth 2.0 compatible provider",
|
|
362
|
-
publicIconUrl: `${
|
|
363
|
-
icon:
|
|
374
|
+
publicIconUrl: `${P}/oauth.svg`,
|
|
375
|
+
icon: b,
|
|
364
376
|
docs: "https://docs.arcade.dev/home/auth-providers/oauth2"
|
|
365
|
-
},
|
|
366
|
-
id:
|
|
367
|
-
provider_id:
|
|
377
|
+
}, z = {
|
|
378
|
+
id: F.MCP_OAuth2,
|
|
379
|
+
provider_id: I.MCP_OAuth2,
|
|
368
380
|
name: "MCP",
|
|
369
381
|
description: "Model Context Protocol (MCP)",
|
|
370
|
-
publicIconUrl: `${
|
|
382
|
+
publicIconUrl: `${P}/mcp.svg`,
|
|
371
383
|
icon: h,
|
|
372
384
|
docs: "https://docs.arcade.dev/en/home/glossary#mcp-server"
|
|
373
|
-
},
|
|
374
|
-
L,
|
|
385
|
+
}, B = [
|
|
375
386
|
R,
|
|
387
|
+
z,
|
|
376
388
|
{
|
|
377
|
-
id:
|
|
378
|
-
provider_id:
|
|
389
|
+
id: F.Salesforce,
|
|
390
|
+
provider_id: I.Salesforce,
|
|
379
391
|
name: "Salesforce",
|
|
380
392
|
description: "Authorize tools and agents with Salesforce",
|
|
381
|
-
publicIconUrl: `${
|
|
382
|
-
icon:
|
|
393
|
+
publicIconUrl: `${P}/salesforce.svg`,
|
|
394
|
+
icon: C,
|
|
383
395
|
docs: "https://docs.arcade.dev/home/auth-providers/salesforce"
|
|
384
396
|
},
|
|
385
397
|
{
|
|
386
|
-
id:
|
|
387
|
-
provider_id:
|
|
398
|
+
id: F.Tesla,
|
|
399
|
+
provider_id: I.Tesla,
|
|
388
400
|
name: "Tesla",
|
|
389
401
|
description: "Authorize tools and agents with Tesla",
|
|
390
|
-
publicIconUrl: `${
|
|
391
|
-
icon:
|
|
402
|
+
publicIconUrl: `${P}/tesla.svg`,
|
|
403
|
+
icon: D,
|
|
392
404
|
docs: "https://docs.arcade.dev/home/auth-providers/tesla"
|
|
393
405
|
},
|
|
394
406
|
{
|
|
395
|
-
id:
|
|
396
|
-
provider_id:
|
|
407
|
+
id: F.Zendesk,
|
|
408
|
+
provider_id: I.Zendesk,
|
|
397
409
|
name: "Zendesk",
|
|
398
410
|
description: "Authorize tools and agents with Zendesk",
|
|
399
|
-
publicIconUrl: `${
|
|
400
|
-
icon:
|
|
411
|
+
publicIconUrl: `${P}/zendesk.svg`,
|
|
412
|
+
icon: j,
|
|
401
413
|
docs: "https://docs.arcade.dev/home/auth-providers/zendesk"
|
|
402
414
|
}
|
|
403
|
-
],
|
|
415
|
+
], V = [...L, ...B], H = V.reduce((e, t) => (e[t.provider_id] = t, e), {});
|
|
404
416
|
//#endregion
|
|
405
|
-
export {
|
|
417
|
+
export { z as MCP_OAUTH2_PROVIDER, R as OAUTH2_PROVIDER, V as OAUTH_PROVIDERS, H as OAUTH_PROVIDER_CATALOGUE, F as OAuthId, I as OAuthProviderId, B as OTHER_OAUTH_PROVIDERS, L as PREBUILT_OAUTH_PROVIDERS };
|