@arcadeai/design-system 5.0.2 → 6.0.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.
Files changed (181) hide show
  1. package/dist/{clamp-DV0oJUnl.js → CSPContext-_3HefTUC.js} +1 -6
  2. package/dist/{DialogRoot-xodRxCJ6.js → DialogRoot-DuiSPdsZ.js} +1 -1
  3. package/dist/{DialogTrigger-BRWKaMYv.js → DialogTrigger-DGGP-2Oc.js} +109 -108
  4. package/dist/{FloatingPortalLite-e0IaokaG.js → FloatingPortalLite-D5nFwFgJ.js} +1 -1
  5. package/dist/ReactStore-C3H8e2ha.js +600 -0
  6. package/dist/{Toggle-waFXW8db.js → Toggle-BdxyK_Ln.js} +1 -1
  7. package/dist/{accordion-DimUia61.js → accordion-BP9Lgkg8.js} +18 -18
  8. package/dist/{alert-dialog-BiDZwtP2.js → alert-dialog-1bUE2clB.js} +1 -1
  9. package/dist/assets/index.css +1 -1
  10. package/dist/assets/tokens.css +1 -1
  11. package/dist/assets/variables.css +1 -1
  12. package/dist/{avatar-B-lhJ-Gz.js → avatar-DbL6b01k.js} +4 -3
  13. package/dist/{checkbox-CZViOGvt.js → checkbox-DB9O_Iw9.js} +96 -85
  14. package/dist/clamp-BT4ayAnN.js +6 -0
  15. package/dist/{collapsible-DlF1q_cg.js → collapsible-DP7Fb-Lu.js} +17 -17
  16. package/dist/components/index.js +259 -251
  17. package/dist/components/ui/atoms/accordion.js +1 -1
  18. package/dist/components/ui/atoms/alert-dialog.js +1 -1
  19. package/dist/components/ui/atoms/avatar.js +1 -1
  20. package/dist/components/ui/atoms/checkbox.d.ts +16 -2
  21. package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
  22. package/dist/components/ui/atoms/checkbox.js +2 -2
  23. package/dist/components/ui/atoms/clear-button.d.ts +13 -0
  24. package/dist/components/ui/atoms/clear-button.d.ts.map +1 -0
  25. package/dist/components/ui/atoms/clear-button.js +23 -0
  26. package/dist/components/ui/atoms/collapsible.js +1 -1
  27. package/dist/components/ui/atoms/dialog.js +2 -2
  28. package/dist/components/ui/atoms/dropdown-menu.js +1 -1
  29. package/dist/components/ui/atoms/hover-card.js +1 -1
  30. package/dist/components/ui/atoms/icon-tile.d.ts +10 -0
  31. package/dist/components/ui/atoms/icon-tile.d.ts.map +1 -0
  32. package/dist/components/ui/atoms/icon-tile.js +25 -0
  33. package/dist/components/ui/atoms/index.d.ts +3 -1
  34. package/dist/components/ui/atoms/index.d.ts.map +1 -1
  35. package/dist/components/ui/atoms/index.js +210 -208
  36. package/dist/components/ui/atoms/input-group.js +1 -1
  37. package/dist/components/ui/atoms/input.js +1 -1
  38. package/dist/components/ui/atoms/mobile-tooltip.js +2 -2
  39. package/dist/components/ui/atoms/popover.js +1 -1
  40. package/dist/components/ui/atoms/progress.js +1 -1
  41. package/dist/components/ui/atoms/radio-group.js +1 -1
  42. package/dist/components/ui/atoms/scroll-area.js +1 -1
  43. package/dist/components/ui/atoms/scroll-button.js +1 -1
  44. package/dist/components/ui/atoms/scroll-to-bottom-button.d.ts +24 -0
  45. package/dist/components/ui/atoms/scroll-to-bottom-button.d.ts.map +1 -0
  46. package/dist/components/ui/atoms/scroll-to-bottom-button.js +31 -0
  47. package/dist/components/ui/atoms/select.js +1 -1
  48. package/dist/components/ui/atoms/sheet.js +2 -2
  49. package/dist/components/ui/atoms/sidebar.js +2 -2
  50. package/dist/components/ui/atoms/slider.js +1 -1
  51. package/dist/components/ui/atoms/switch.js +1 -1
  52. package/dist/components/ui/atoms/tabs.js +1 -1
  53. package/dist/components/ui/atoms/toggle-group.js +1 -1
  54. package/dist/components/ui/atoms/toggle.js +1 -1
  55. package/dist/components/ui/atoms/tooltip.js +1 -1
  56. package/dist/components/ui/blocks/demo.js +4 -4
  57. package/dist/components/ui/index.js +259 -251
  58. package/dist/components/ui/molecules/avatar-stack.d.ts +32 -0
  59. package/dist/components/ui/molecules/avatar-stack.d.ts.map +1 -0
  60. package/dist/components/ui/molecules/avatar-stack.js +91 -0
  61. package/dist/components/ui/molecules/callout.d.ts +20 -0
  62. package/dist/components/ui/molecules/callout.d.ts.map +1 -0
  63. package/dist/components/ui/molecules/callout.js +39 -0
  64. package/dist/components/ui/molecules/chat-history-item.js +1 -1
  65. package/dist/components/ui/molecules/chip-body.d.ts +21 -0
  66. package/dist/components/ui/molecules/chip-body.d.ts.map +1 -0
  67. package/dist/components/ui/molecules/chip-body.js +21 -0
  68. package/dist/components/ui/molecules/client-secret-field.js +1 -1
  69. package/dist/components/ui/molecules/confirm-popover.js +1 -1
  70. package/dist/components/ui/molecules/date-time-picker.js +2 -2
  71. package/dist/components/ui/molecules/filter-chip-group.d.ts +26 -0
  72. package/dist/components/ui/molecules/filter-chip-group.d.ts.map +1 -0
  73. package/dist/components/ui/molecules/{mcp-server-picker/category-filter.js → filter-chip-group.js} +8 -7
  74. package/dist/components/ui/molecules/index.d.ts +19 -7
  75. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  76. package/dist/components/ui/molecules/index.js +41 -35
  77. package/dist/components/ui/molecules/mcp-server-picker/card-setup-button.d.ts +21 -0
  78. package/dist/components/ui/molecules/mcp-server-picker/card-setup-button.d.ts.map +1 -0
  79. package/dist/components/ui/molecules/mcp-server-picker/card-setup-button.js +34 -0
  80. package/dist/components/ui/molecules/mcp-server-picker/constants.d.ts +2 -0
  81. package/dist/components/ui/molecules/mcp-server-picker/constants.d.ts.map +1 -1
  82. package/dist/components/ui/molecules/mcp-server-picker/constants.js +2 -2
  83. package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.d.ts.map +1 -1
  84. package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.js +18 -15
  85. package/dist/components/ui/molecules/mcp-server-picker/recommended-tools.js +2 -2
  86. package/dist/components/ui/molecules/mcp-server-picker/search-scope-tabs.js +1 -1
  87. package/dist/components/ui/molecules/mcp-server-picker/section-callout.js +1 -1
  88. package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.d.ts.map +1 -1
  89. package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.js +12 -6
  90. package/dist/components/ui/molecules/mcp-server-picker/selection-card-parts.d.ts +28 -0
  91. package/dist/components/ui/molecules/mcp-server-picker/selection-card-parts.d.ts.map +1 -0
  92. package/dist/components/ui/molecules/mcp-server-picker/selection-card-parts.js +28 -0
  93. package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts +1 -1
  94. package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts.map +1 -1
  95. package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.js +29 -81
  96. package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts +3 -6
  97. package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts.map +1 -1
  98. package/dist/components/ui/molecules/mcp-server-picker/server-card.js +93 -108
  99. package/dist/components/ui/molecules/mcp-server-picker/setup-callout.d.ts +13 -0
  100. package/dist/components/ui/molecules/mcp-server-picker/setup-callout.d.ts.map +1 -0
  101. package/dist/components/ui/molecules/mcp-server-picker/setup-callout.js +27 -0
  102. package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts +5 -1
  103. package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts.map +1 -1
  104. package/dist/components/ui/molecules/mcp-server-picker/tool-card.js +49 -42
  105. package/dist/components/ui/molecules/mcp-server-picker/tool-recommendations.d.ts +12 -0
  106. package/dist/components/ui/molecules/mcp-server-picker/tool-recommendations.d.ts.map +1 -0
  107. package/dist/components/ui/molecules/mcp-server-picker/{tool-search-band.js → tool-recommendations.js} +6 -6
  108. package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts +6 -6
  109. package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts.map +1 -1
  110. package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.js +21 -33
  111. package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.d.ts.map +1 -1
  112. package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.js +19 -22
  113. package/dist/components/ui/molecules/mcp-server-picker/toolkit-group-header.js +1 -1
  114. package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.d.ts +3 -1
  115. package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.d.ts.map +1 -1
  116. package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.js +33 -31
  117. package/dist/components/ui/molecules/message.js +2 -2
  118. package/dist/components/ui/molecules/prompt-input.js +1 -1
  119. package/dist/components/ui/molecules/removable-chip.d.ts.map +1 -0
  120. package/dist/components/ui/{atoms → molecules}/removable-chip.js +1 -1
  121. package/dist/components/ui/molecules/requirement-badges.js +1 -1
  122. package/dist/components/ui/molecules/tool-call-accordion.js +2 -2
  123. package/dist/components/ui/molecules/tool-card.js +2 -2
  124. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  125. package/dist/components/ui/molecules/undo-toast.d.ts +47 -0
  126. package/dist/components/ui/molecules/undo-toast.d.ts.map +1 -0
  127. package/dist/components/ui/molecules/undo-toast.js +3 -0
  128. package/dist/components/ui/molecules/user-nav.js +2 -2
  129. package/dist/components/ui/organisms/mcp-selection-summary-bar.d.ts.map +1 -1
  130. package/dist/components/ui/organisms/mcp-selection-summary-bar.js +27 -30
  131. package/dist/components/ui/organisms/mcp-server-picker.d.ts +6 -3
  132. package/dist/components/ui/organisms/mcp-server-picker.d.ts.map +1 -1
  133. package/dist/components/ui/organisms/mcp-server-picker.js +4 -4
  134. package/dist/{dropdown-menu-CWWN1cXs.js → dropdown-menu-ecggVuhu.js} +202 -199
  135. package/dist/{getPseudoElementBounds-D_dlkPnQ.js → getPseudoElementBounds-BOe22aYl.js} +3 -3
  136. package/dist/{hover-card-GELKDadU.js → hover-card-CGLPPPPP.js} +71 -70
  137. package/dist/{input-DZfZK6b1.js → input-DZTqcpe-.js} +1 -1
  138. package/dist/main.js +265 -257
  139. package/dist/metadata/oauth-providers.d.ts +2 -0
  140. package/dist/metadata/oauth-providers.d.ts.map +1 -1
  141. package/dist/metadata/oauth-providers.js +153 -141
  142. package/dist/{popover-Cne_hQUh.js → popover-CpLkQtT5.js} +129 -128
  143. package/dist/popupStateMapping-XiLS0Jku.js +643 -0
  144. package/dist/{progress-D71iUjvg.js → progress-BqG0PtAD.js} +1 -1
  145. package/dist/{radio-group-CTqA-p0w.js → radio-group-BpMluqfv.js} +8 -7
  146. package/dist/{safePolygon-os2F06tc.js → safePolygon-DmV1hDsw.js} +35 -34
  147. package/dist/{scroll-area-C0KbhRES.js → scroll-area-D7iOy7xj.js} +4 -3
  148. package/dist/{scrollEdges-CHZpP0us.js → scrollEdges-Dck9qFyQ.js} +1 -1
  149. package/dist/{select-RvAj5g6e.js → select-DFWNXxvZ.js} +179 -176
  150. package/dist/{slider-Bhn1ogwZ.js → slider-ClXWRpwI.js} +4 -3
  151. package/dist/{store-C-KXBzZ0.js → store-D7k1qIkZ.js} +23 -22
  152. package/dist/{switch-D8M0xvzp.js → switch-DlxZDt6o.js} +3 -3
  153. package/dist/{tabs-ttkDuwww.js → tabs-Cj3LY-7F.js} +9 -8
  154. package/dist/{toggle-group-CL_MBwuU.js → toggle-group-CmP4iHEJ.js} +1 -1
  155. package/dist/{tooltip-ZIywOFGf.js → tooltip-BUR7V5Aa.js} +197 -196
  156. package/dist/{ui-CttBuHXi.js → ui-46pgiw5T.js} +2 -2
  157. package/dist/undo-toast-Cf4T6ToX.js +898 -0
  158. package/dist/{useAnchoredPopupScrollLock-a2b_Frjv.js → useAnchoredPopupScrollLock-CnoPUwXv.js} +1 -1
  159. package/dist/{useAriaLabelledBy-WyUZP7Yf.js → useAriaLabelledBy-DJZioWd6.js} +1 -1
  160. package/dist/useBaseUiId-CXSJgVcI.js +8 -0
  161. package/dist/{useCollapsiblePanel-B6XZh6zH.js → useCollapsiblePanel-BPbcE70S.js} +15 -14
  162. package/dist/{useFocus-DwJfNYN6.js → useFocus-B_SrhX9q.js} +10 -10
  163. package/dist/{useBaseUiId-voePHgyX.js → useId-Bzr7_bed.js} +1 -6
  164. package/dist/{useLabelableId-CC2YaILf.js → useLabelableId-9jrDGk5d.js} +1 -1
  165. package/dist/useOpenChangeComplete-CVIwfcpl.js +80 -0
  166. package/dist/{useOpenInteractionType-DQhvPqO3.js → useOpenInteractionType-INvHftZi.js} +29 -28
  167. package/dist/{usePositioner-DkeyI5Le.js → usePositioner-CaLGGc-z.js} +98 -97
  168. package/dist/useTransitionStatus-CCIoL5RH.js +51 -0
  169. package/dist/{useTriggerFocusGuards-Qi8iK-AK.js → useTriggerFocusGuards-Dlv8KvSm.js} +7 -7
  170. package/package.json +1 -1
  171. package/dist/components/ui/atoms/removable-chip.d.ts.map +0 -1
  172. package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts +0 -31
  173. package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts.map +0 -1
  174. package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.js +0 -106
  175. package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts +0 -18
  176. package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts.map +0 -1
  177. package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts +0 -12
  178. package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts.map +0 -1
  179. package/dist/popupStateMapping-C8W76brO.js +0 -1221
  180. package/dist/useOpenChangeComplete-Bs6gnxd9.js +0 -127
  181. /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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCV,CAAC;AAEX,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkClB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,cAAc,EA+PpD,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"}
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 { Miro as _ } from "../components/ui/atoms/icons/miro.js";
19
- import { Notion as v } from "../components/ui/atoms/icons/notion.js";
20
- import { Oauth as y } from "../components/ui/atoms/icons/oauth.js";
21
- import { Pagerduty as b } from "../components/ui/atoms/icons/pagerduty.js";
22
- import { Reddit as x } from "../components/ui/atoms/icons/reddit.js";
23
- import { Salesforce as S } from "../components/ui/atoms/icons/salesforce.js";
24
- import { Slack as C } from "../components/ui/atoms/icons/slack.js";
25
- import { Spotify as w } from "../components/ui/atoms/icons/spotify.js";
26
- import { Square as T } from "../components/ui/atoms/icons/square.js";
27
- import { Tesla as E } from "../components/ui/atoms/icons/tesla.js";
28
- import { Ticktick as D } from "../components/ui/atoms/icons/ticktick.js";
29
- import { Twitch as O } from "../components/ui/atoms/icons/twitch.js";
30
- import { X as k } from "../components/ui/atoms/icons/x.js";
31
- import { Zendesk as A } from "../components/ui/atoms/icons/zendesk.js";
32
- import { Zoho as j } from "../components/ui/atoms/icons/zoho.js";
33
- import { Zoom as M } from "../components/ui/atoms/icons/zoom.js";
34
- import { PUBLIC_ICON_URL as N } from "./constants.js";
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 P = {
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
- }, F = {
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
- }, I = [
107
+ }, L = [
105
108
  {
106
- id: P.Airtable,
107
- provider_id: F.Airtable,
109
+ id: F.Airtable,
110
+ provider_id: I.Airtable,
108
111
  name: "Airtable",
109
112
  description: "Authorize tools and agents with Airtable",
110
- publicIconUrl: `${N}/airtable.svg`,
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: P.Asana,
116
- provider_id: F.Asana,
118
+ id: F.Asana,
119
+ provider_id: I.Asana,
117
120
  name: "Asana",
118
121
  description: "Authorize tools and agents with Asana",
119
- publicIconUrl: `${N}/asana.svg`,
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: P.Atlassian,
125
- provider_id: F.Atlassian,
127
+ id: F.Atlassian,
128
+ provider_id: I.Atlassian,
126
129
  name: "Atlassian",
127
130
  description: "Authorize tools and agents with Atlassian",
128
- publicIconUrl: `${N}/atlassian.svg`,
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: P.Attio,
134
- provider_id: F.Attio,
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: `${N}/attio.svg`,
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: P.Calendly,
143
- provider_id: F.Calendly,
145
+ id: F.Calendly,
146
+ provider_id: I.Calendly,
144
147
  name: "Calendly",
145
148
  description: "Authorize tools and agents with Calendly",
146
- publicIconUrl: `${N}/calendly.svg`,
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: P.Clickup,
152
- provider_id: F.Clickup,
154
+ id: F.Clickup,
155
+ provider_id: I.Clickup,
153
156
  name: "ClickUp",
154
157
  description: "Authorize tools and agents with ClickUp",
155
- publicIconUrl: `${N}/clickup.svg`,
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: P.Discord,
161
- provider_id: F.Discord,
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: `${N}/discord.svg`,
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: P.Dropbox,
170
- provider_id: F.Dropbox,
172
+ id: F.Dropbox,
173
+ provider_id: I.Dropbox,
171
174
  name: "Dropbox",
172
175
  description: "Authorize tools and agents with Dropbox",
173
- publicIconUrl: `${N}/dropbox.svg`,
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: P.Figma,
179
- provider_id: F.Figma,
181
+ id: F.Figma,
182
+ provider_id: I.Figma,
180
183
  name: "Figma",
181
184
  description: "Authorize tools and agents with Figma",
182
- publicIconUrl: `${N}/figma.svg`,
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: P.Github,
188
- provider_id: F.Github,
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: `${N}/github.svg`,
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: P.Google,
197
- provider_id: F.Google,
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: `${N}/google.svg`,
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: P.Hubspot,
206
- provider_id: F.Hubspot,
208
+ id: F.Hubspot,
209
+ provider_id: I.Hubspot,
207
210
  name: "HubSpot",
208
211
  description: "Authorize tools and agents with HubSpot",
209
- publicIconUrl: `${N}/hubspot.svg`,
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: P.Linear,
215
- provider_id: F.Linear,
217
+ id: F.Linear,
218
+ provider_id: I.Linear,
216
219
  name: "Linear",
217
220
  description: "Authorize tools and agents with Linear",
218
- publicIconUrl: `${N}/linear.svg`,
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: P.Linkedin,
224
- provider_id: F.Linkedin,
226
+ id: F.Linkedin,
227
+ provider_id: I.Linkedin,
225
228
  name: "LinkedIn",
226
229
  description: "Authorize tools and agents with LinkedIn",
227
- publicIconUrl: `${N}/linkedin.svg`,
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: P.Mailchimp,
233
- provider_id: F.Mailchimp,
235
+ id: F.Mailchimp,
236
+ provider_id: I.Mailchimp,
234
237
  name: "Mailchimp",
235
238
  description: "Authorize tools and agents with Mailchimp",
236
- publicIconUrl: `${N}/mailchimp.svg`,
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: P.Microsoft,
242
- provider_id: F.Microsoft,
244
+ id: F.Microsoft,
245
+ provider_id: I.Microsoft,
243
246
  name: "Microsoft",
244
247
  description: "Authorize tools and agents with Microsoft",
245
- publicIconUrl: `${N}/microsoft.svg`,
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: P.Miro,
251
- provider_id: F.Miro,
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: `${N}/miro.svg`,
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: P.Notion,
260
- provider_id: F.Notion,
271
+ id: F.Notion,
272
+ provider_id: I.Notion,
261
273
  name: "Notion",
262
274
  description: "Authorize tools and agents with Notion",
263
- publicIconUrl: `${N}/notion.svg`,
264
- icon: v,
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: P.Pagerduty,
269
- provider_id: F.Pagerduty,
280
+ id: F.Pagerduty,
281
+ provider_id: I.Pagerduty,
270
282
  name: "PagerDuty",
271
283
  description: "Authorize tools and agents with PagerDuty",
272
- publicIconUrl: `${N}/pagerduty.svg`,
273
- icon: b,
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: P.Reddit,
278
- provider_id: F.Reddit,
289
+ id: F.Reddit,
290
+ provider_id: I.Reddit,
279
291
  name: "Reddit",
280
292
  description: "Authorize tools and agents with Reddit",
281
- publicIconUrl: `${N}/reddit.svg`,
282
- icon: x,
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: P.Slack,
287
- provider_id: F.Slack,
298
+ id: F.Slack,
299
+ provider_id: I.Slack,
288
300
  name: "Slack",
289
301
  description: "Authorize tools and agents with Slack",
290
- publicIconUrl: `${N}/slack.svg`,
291
- icon: C,
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: P.Spotify,
296
- provider_id: F.Spotify,
307
+ id: F.Spotify,
308
+ provider_id: I.Spotify,
297
309
  name: "Spotify",
298
310
  description: "Authorize tools and agents with Spotify",
299
- publicIconUrl: `${N}/spotify.svg`,
300
- icon: w,
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: P.Squareup,
305
- provider_id: F.Squareup,
316
+ id: F.Squareup,
317
+ provider_id: I.Squareup,
306
318
  name: "Square",
307
319
  description: "Authorize tools and agents with Square",
308
- publicIconUrl: `${N}/square.svg`,
309
- icon: T,
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: P.Ticktick,
314
- provider_id: F.Ticktick,
325
+ id: F.Ticktick,
326
+ provider_id: I.Ticktick,
315
327
  name: "TickTick",
316
328
  description: "Authorize tools and agents with TickTick",
317
- publicIconUrl: `${N}/ticktick.svg`,
318
- icon: D,
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: P.Twitch,
323
- provider_id: F.Twitch,
334
+ id: F.Twitch,
335
+ provider_id: I.Twitch,
324
336
  name: "Twitch",
325
337
  description: "Authorize tools and agents with Twitch",
326
- publicIconUrl: `${N}/twitch.svg`,
327
- icon: O,
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: P.X,
332
- provider_id: F.X,
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: `${N}/x.svg`,
336
- icon: k,
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: P.Zoho,
341
- provider_id: F.Zoho,
352
+ id: F.Zoho,
353
+ provider_id: I.Zoho,
342
354
  name: "Zoho",
343
355
  description: "Authorize tools and agents with Zoho",
344
- publicIconUrl: `${N}/zoho.svg`,
345
- icon: j,
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: P.Zoom,
350
- provider_id: F.Zoom,
361
+ id: F.Zoom,
362
+ provider_id: I.Zoom,
351
363
  name: "Zoom",
352
364
  description: "Authorize tools and agents with Zoom",
353
- publicIconUrl: `${N}/zoom.svg`,
354
- icon: M,
365
+ publicIconUrl: `${P}/zoom.svg`,
366
+ icon: N,
355
367
  docs: "https://docs.arcade.dev/home/auth-providers/zoom"
356
368
  }
357
- ], L = {
358
- id: P.OAuth2,
359
- provider_id: F.OAuth2,
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: `${N}/oauth.svg`,
363
- icon: y,
374
+ publicIconUrl: `${P}/oauth.svg`,
375
+ icon: b,
364
376
  docs: "https://docs.arcade.dev/home/auth-providers/oauth2"
365
- }, R = {
366
- id: P.MCP_OAuth2,
367
- provider_id: F.MCP_OAuth2,
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: `${N}/mcp.svg`,
382
+ publicIconUrl: `${P}/mcp.svg`,
371
383
  icon: h,
372
384
  docs: "https://docs.arcade.dev/en/home/glossary#mcp-server"
373
- }, z = [
374
- L,
385
+ }, B = [
375
386
  R,
387
+ z,
376
388
  {
377
- id: P.Salesforce,
378
- provider_id: F.Salesforce,
389
+ id: F.Salesforce,
390
+ provider_id: I.Salesforce,
379
391
  name: "Salesforce",
380
392
  description: "Authorize tools and agents with Salesforce",
381
- publicIconUrl: `${N}/salesforce.svg`,
382
- icon: S,
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: P.Tesla,
387
- provider_id: F.Tesla,
398
+ id: F.Tesla,
399
+ provider_id: I.Tesla,
388
400
  name: "Tesla",
389
401
  description: "Authorize tools and agents with Tesla",
390
- publicIconUrl: `${N}/tesla.svg`,
391
- icon: E,
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: P.Zendesk,
396
- provider_id: F.Zendesk,
407
+ id: F.Zendesk,
408
+ provider_id: I.Zendesk,
397
409
  name: "Zendesk",
398
410
  description: "Authorize tools and agents with Zendesk",
399
- publicIconUrl: `${N}/zendesk.svg`,
400
- icon: A,
411
+ publicIconUrl: `${P}/zendesk.svg`,
412
+ icon: j,
401
413
  docs: "https://docs.arcade.dev/home/auth-providers/zendesk"
402
414
  }
403
- ], B = [...I, ...z], V = B.reduce((e, t) => (e[t.provider_id] = t, e), {});
415
+ ], V = [...L, ...B], H = V.reduce((e, t) => (e[t.provider_id] = t, e), {});
404
416
  //#endregion
405
- export { R as MCP_OAUTH2_PROVIDER, L as OAUTH2_PROVIDER, B as OAUTH_PROVIDERS, V as OAUTH_PROVIDER_CATALOGUE, P as OAuthId, F as OAuthProviderId, z as OTHER_OAUTH_PROVIDERS, I as PREBUILT_OAUTH_PROVIDERS };
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 };