@arcadeai/design-system 3.27.6 → 3.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/attio.js +10 -0
- package/dist/assets/icons/microsoft-excel.js +35 -0
- package/dist/assets/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
- package/dist/assets/icons/microsoft-powerpoint.js +121 -0
- package/dist/assets/icons/microsoft-word.js +32 -0
- package/dist/components/index.js +390 -384
- package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
- package/dist/components/ui/atoms/checkbox.js +100 -100
- package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
- package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/attio.js +27 -0
- package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/claude.js +22 -4
- package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cline.js +18 -4
- package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cursor-install-dark.js +74 -11
- package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cursor-install-light.js +74 -11
- package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/gemini.js +229 -50
- package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/goose.js +17 -4
- package/dist/components/ui/atoms/icons/index.d.ts +5 -2
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +264 -258
- package/dist/components/ui/atoms/icons/microsoft-excel.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-excel.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/microsoft-excel.js +285 -0
- package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
- package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/microsoft-powerpoint.js +334 -0
- package/dist/components/ui/atoms/icons/microsoft-word.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-word.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/microsoft-word.js +232 -0
- package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/openai.js +21 -4
- package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/vscode.js +182 -34
- package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/windsurf.js +21 -4
- package/dist/components/ui/atoms/index.js +387 -381
- package/dist/components/ui/index.js +390 -384
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
- package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +1 -1
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +55 -54
- package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +63 -50
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +34 -23
- package/dist/hooks/use-is-truncated.d.ts +13 -0
- package/dist/hooks/use-is-truncated.d.ts.map +1 -0
- package/dist/hooks/use-is-truncated.js +20 -0
- package/dist/lib/arcade/arcade.d.ts +0 -24
- package/dist/lib/arcade/arcade.d.ts.map +1 -1
- package/dist/lib/arcade/arcade.js +253 -416
- package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
- package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
- package/dist/lib/arcade/toolkit-collection.js +149 -0
- package/dist/main.js +416 -410
- 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 +84 -72
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +150 -144
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +52 -13
- package/dist/{toolkit-card-DaoEIG0R.js → toolkit-card-Cmp_yG03.js} +116 -111
- package/package.json +10 -5
- package/dist/assets/icons/roocode.js +0 -10
- package/dist/components/ui/atoms/icons/one-drive.d.ts +0 -4
- package/dist/components/ui/atoms/icons/one-drive.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/roocode.d.ts +0 -4
- package/dist/components/ui/atoms/icons/roocode.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/roocode.js +0 -9
|
@@ -2,25 +2,25 @@ import { jsx as b } from "react/jsx-runtime";
|
|
|
2
2
|
import { Adp as G } from "../components/ui/atoms/icons/adp.js";
|
|
3
3
|
import { Aha as S } from "../components/ui/atoms/icons/aha.js";
|
|
4
4
|
import { Airtable as f } from "../components/ui/atoms/icons/airtable.js";
|
|
5
|
-
import { Amplitude as
|
|
6
|
-
import { Arcade as
|
|
7
|
-
import { Asana as
|
|
5
|
+
import { Amplitude as M } from "../components/ui/atoms/icons/amplitude.js";
|
|
6
|
+
import { Arcade as B } from "../components/ui/atoms/icons/arcade.js";
|
|
7
|
+
import { Asana as y } from "../components/ui/atoms/icons/asana.js";
|
|
8
8
|
import { Ashby as T } from "../components/ui/atoms/icons/ashby.js";
|
|
9
|
-
import { Auth0 as
|
|
10
|
-
import { Bamboohr as
|
|
11
|
-
import { Basecamp as
|
|
12
|
-
import { Bill as
|
|
13
|
-
import { Bitbucket as
|
|
14
|
-
import { Bluesky as
|
|
9
|
+
import { Auth0 as P } from "../components/ui/atoms/icons/auth0.js";
|
|
10
|
+
import { Bamboohr as D } from "../components/ui/atoms/icons/bamboohr.js";
|
|
11
|
+
import { Basecamp as w } from "../components/ui/atoms/icons/basecamp.js";
|
|
12
|
+
import { Bill as H } from "../components/ui/atoms/icons/bill.js";
|
|
13
|
+
import { Bitbucket as O } from "../components/ui/atoms/icons/bitbucket.js";
|
|
14
|
+
import { Bluesky as x } from "../components/ui/atoms/icons/bluesky.js";
|
|
15
15
|
import { Box as a } from "../components/ui/atoms/icons/box.js";
|
|
16
|
-
import { Braze as
|
|
16
|
+
import { Braze as v } from "../components/ui/atoms/icons/braze.js";
|
|
17
17
|
import { Brex as F } from "../components/ui/atoms/icons/brex.js";
|
|
18
|
-
import { Brightdata as
|
|
19
|
-
import { Buffer as
|
|
20
|
-
import { Calendly as
|
|
21
|
-
import { Clickhouse as
|
|
22
|
-
import { Clickup as
|
|
23
|
-
import { Closeio as
|
|
18
|
+
import { Brightdata as E } from "../components/ui/atoms/icons/brightdata.js";
|
|
19
|
+
import { Buffer as I } from "../components/ui/atoms/icons/buffer.js";
|
|
20
|
+
import { Calendly as s } from "../components/ui/atoms/icons/calendly.js";
|
|
21
|
+
import { Clickhouse as N } from "../components/ui/atoms/icons/clickhouse.js";
|
|
22
|
+
import { Clickup as W } from "../components/ui/atoms/icons/clickup.js";
|
|
23
|
+
import { Closeio as L } from "../components/ui/atoms/icons/closeio.js";
|
|
24
24
|
import { Codesandbox as q } from "../components/ui/atoms/icons/codesandbox.js";
|
|
25
25
|
import { Coinbase as Z } from "../components/ui/atoms/icons/coinbase.js";
|
|
26
26
|
import { Confluence as R } from "../components/ui/atoms/icons/confluence.js";
|
|
@@ -35,7 +35,7 @@ import { Ebay as Q } from "../components/ui/atoms/icons/ebay.js";
|
|
|
35
35
|
import { Evernote as V } from "../components/ui/atoms/icons/evernote.js";
|
|
36
36
|
import { Exa as Y } from "../components/ui/atoms/icons/exa.js";
|
|
37
37
|
import { Factorial as _ } from "../components/ui/atoms/icons/factorial.js";
|
|
38
|
-
import { Figma as
|
|
38
|
+
import { Figma as l } from "../components/ui/atoms/icons/figma.js";
|
|
39
39
|
import { Firecrawl as $ } from "../components/ui/atoms/icons/firecrawl.js";
|
|
40
40
|
import { Freshservice as oo } from "../components/ui/atoms/icons/freshservice.js";
|
|
41
41
|
import { Generic as n } from "../components/ui/atoms/icons/generic.js";
|
|
@@ -47,8 +47,8 @@ import { GoogleCalendar as eo } from "../components/ui/atoms/icons/google-calend
|
|
|
47
47
|
import { GoogleContacts as po } from "../components/ui/atoms/icons/google-contacts.js";
|
|
48
48
|
import { GoogleDocs as fo } from "../components/ui/atoms/icons/google-docs.js";
|
|
49
49
|
import { GoogleDrive as ao } from "../components/ui/atoms/icons/google-drive.js";
|
|
50
|
-
import { GoogleFinance as
|
|
51
|
-
import { GoogleFlights as
|
|
50
|
+
import { GoogleFinance as so } from "../components/ui/atoms/icons/google-finance.js";
|
|
51
|
+
import { GoogleFlights as lo } from "../components/ui/atoms/icons/google-flights.js";
|
|
52
52
|
import { GoogleHotels as no } from "../components/ui/atoms/icons/google-hotels.js";
|
|
53
53
|
import { GoogleJobs as co } from "../components/ui/atoms/icons/google-jobs.js";
|
|
54
54
|
import { GoogleMaps as uo } from "../components/ui/atoms/icons/google-maps.js";
|
|
@@ -61,90 +61,93 @@ import { Hootsuite as ho } from "../components/ui/atoms/icons/hootsuite.js";
|
|
|
61
61
|
import { Hubspot as o } from "../components/ui/atoms/icons/hubspot.js";
|
|
62
62
|
import { Imgflip as Go } from "../components/ui/atoms/icons/imgflip.js";
|
|
63
63
|
import { Intercom as So } from "../components/ui/atoms/icons/intercom.js";
|
|
64
|
-
import { Jira as
|
|
65
|
-
import { Linear as
|
|
66
|
-
import { Linkedin as
|
|
64
|
+
import { Jira as Mo } from "../components/ui/atoms/icons/jira.js";
|
|
65
|
+
import { Linear as Bo } from "../components/ui/atoms/icons/linear.js";
|
|
66
|
+
import { Linkedin as yo } from "../components/ui/atoms/icons/linkedin.js";
|
|
67
67
|
import { Luma as To } from "../components/ui/atoms/icons/luma.js";
|
|
68
|
-
import { Mailchimp as
|
|
69
|
-
import { Mcp as
|
|
70
|
-
import { MicrosoftDynamics as
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
68
|
+
import { Mailchimp as Po } from "../components/ui/atoms/icons/mailchimp.js";
|
|
69
|
+
import { Mcp as Do } from "../components/ui/atoms/icons/mcp.js";
|
|
70
|
+
import { MicrosoftDynamics as wo } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
71
|
+
import { MicrosoftExcel as Ho } from "../components/ui/atoms/icons/microsoft-excel.js";
|
|
72
|
+
import { MicrosoftOnedrive as Oo } from "../components/ui/atoms/icons/microsoft-onedrive.js";
|
|
73
|
+
import { MicrosoftPowerpoint as xo } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
|
|
74
|
+
import { MicrosoftSharepoint as vo } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
75
|
+
import { MicrosoftTeams as Fo } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
76
|
+
import { MicrosoftWord as Eo } from "../components/ui/atoms/icons/microsoft-word.js";
|
|
73
77
|
import { Miro as c } from "../components/ui/atoms/icons/miro.js";
|
|
74
|
-
import { Monday as
|
|
75
|
-
import { MongoDB as
|
|
76
|
-
import { Netsuite as
|
|
78
|
+
import { Monday as Io } from "../components/ui/atoms/icons/monday.js";
|
|
79
|
+
import { MongoDB as No } from "../components/ui/atoms/icons/mongodb.js";
|
|
80
|
+
import { Netsuite as Wo } from "../components/ui/atoms/icons/netsuite.js";
|
|
77
81
|
import { Notion as u } from "../components/ui/atoms/icons/notion.js";
|
|
78
|
-
import { Obsidian as
|
|
79
|
-
import { Okta as
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import { Singlestore as _o } from "../components/ui/atoms/icons/singlestore.js";
|
|
82
|
+
import { Obsidian as Lo } from "../components/ui/atoms/icons/obsidian.js";
|
|
83
|
+
import { Okta as qo } from "../components/ui/atoms/icons/okta.js";
|
|
84
|
+
import { OutlookCalendar as Zo } from "../components/ui/atoms/icons/outlook-calendar.js";
|
|
85
|
+
import { OutlookMail as Ro } from "../components/ui/atoms/icons/outlook-mail.js";
|
|
86
|
+
import { Pagerduty as Xo } from "../components/ui/atoms/icons/pagerduty.js";
|
|
87
|
+
import { Pinecone as Jo } from "../components/ui/atoms/icons/pinecone.js";
|
|
88
|
+
import { Pinterest as zo } from "../components/ui/atoms/icons/pinterest.js";
|
|
89
|
+
import { Pipedrive as Uo } from "../components/ui/atoms/icons/pipedrive.js";
|
|
90
|
+
import { Plaid as jo } from "../components/ui/atoms/icons/plaid.js";
|
|
91
|
+
import { Postgres as Ko } from "../components/ui/atoms/icons/postgres.js";
|
|
92
|
+
import { Posthog as Qo } from "../components/ui/atoms/icons/posthog.js";
|
|
93
|
+
import { Quickbooks as Vo } from "../components/ui/atoms/icons/quickbooks.js";
|
|
94
|
+
import { Railway as Yo } from "../components/ui/atoms/icons/railway.js";
|
|
95
|
+
import { Reddit as _o } from "../components/ui/atoms/icons/reddit.js";
|
|
96
|
+
import { Salesforce as $o } from "../components/ui/atoms/icons/salesforce.js";
|
|
97
|
+
import { Shopify as or } from "../components/ui/atoms/icons/shopify.js";
|
|
98
|
+
import { Singlestore as rr } from "../components/ui/atoms/icons/singlestore.js";
|
|
96
99
|
import { Slack as g } from "../components/ui/atoms/icons/slack.js";
|
|
97
|
-
import { Snowflake as
|
|
98
|
-
import { Splunk as
|
|
99
|
-
import { Spotify as
|
|
100
|
+
import { Snowflake as ir } from "../components/ui/atoms/icons/snowflake.js";
|
|
101
|
+
import { Splunk as mr } from "../components/ui/atoms/icons/splunk.js";
|
|
102
|
+
import { Spotify as tr } from "../components/ui/atoms/icons/spotify.js";
|
|
100
103
|
import { Square as p } from "../components/ui/atoms/icons/square.js";
|
|
101
|
-
import { Squarespace as
|
|
102
|
-
import { Squareup as
|
|
104
|
+
import { Squarespace as er } from "../components/ui/atoms/icons/squarespace.js";
|
|
105
|
+
import { Squareup as pr } from "../components/ui/atoms/icons/squareup.js";
|
|
103
106
|
import { Stripe as A } from "../components/ui/atoms/icons/stripe.js";
|
|
104
|
-
import { Ticktick as
|
|
105
|
-
import { Tiktok as
|
|
106
|
-
import { Trello as
|
|
107
|
-
import { Twilio as
|
|
108
|
-
import { Twitch as
|
|
109
|
-
import { Vercel as
|
|
110
|
-
import { Walmart as
|
|
111
|
-
import { Weaviate as
|
|
112
|
-
import { Workday as
|
|
113
|
-
import { Wrike as
|
|
114
|
-
import { X as
|
|
107
|
+
import { Ticktick as fr } from "../components/ui/atoms/icons/ticktick.js";
|
|
108
|
+
import { Tiktok as ar } from "../components/ui/atoms/icons/tiktok.js";
|
|
109
|
+
import { Trello as sr } from "../components/ui/atoms/icons/trello.js";
|
|
110
|
+
import { Twilio as lr } from "../components/ui/atoms/icons/twilio.js";
|
|
111
|
+
import { Twitch as nr } from "../components/ui/atoms/icons/twitch.js";
|
|
112
|
+
import { Vercel as cr } from "../components/ui/atoms/icons/vercel.js";
|
|
113
|
+
import { Walmart as ur } from "../components/ui/atoms/icons/walmart.js";
|
|
114
|
+
import { Weaviate as gr } from "../components/ui/atoms/icons/weaviate.js";
|
|
115
|
+
import { Workday as Ar } from "../components/ui/atoms/icons/workday.js";
|
|
116
|
+
import { Wrike as kr } from "../components/ui/atoms/icons/wrike.js";
|
|
117
|
+
import { X as dr } from "../components/ui/atoms/icons/x.js";
|
|
115
118
|
import { Xero as k } from "../components/ui/atoms/icons/xero.js";
|
|
116
|
-
import { Youtube as
|
|
117
|
-
import { Zendesk as
|
|
118
|
-
import { ZohoBooks as
|
|
119
|
-
import { ZohoCreator as
|
|
120
|
-
import { Zoom as
|
|
119
|
+
import { Youtube as br } from "../components/ui/atoms/icons/youtube.js";
|
|
120
|
+
import { Zendesk as Cr } from "../components/ui/atoms/icons/zendesk.js";
|
|
121
|
+
import { ZohoBooks as hr } from "../components/ui/atoms/icons/zoho-books.js";
|
|
122
|
+
import { ZohoCreator as Gr } from "../components/ui/atoms/icons/zoho-creator.js";
|
|
123
|
+
import { Zoom as Sr } from "../components/ui/atoms/icons/zoom.js";
|
|
121
124
|
import { findToolkitByName as C } from "./utils.js";
|
|
122
125
|
const d = {
|
|
123
126
|
ADPWorkforceNow: G,
|
|
124
127
|
Aha: S,
|
|
125
128
|
Airtable: f,
|
|
126
129
|
AirtableApi: f,
|
|
127
|
-
Amplitude:
|
|
128
|
-
ArcadeEngineApi:
|
|
129
|
-
Asana:
|
|
130
|
+
Amplitude: M,
|
|
131
|
+
ArcadeEngineApi: B,
|
|
132
|
+
Asana: y,
|
|
130
133
|
AshbyApi: T,
|
|
131
|
-
Auth0:
|
|
132
|
-
BambooHR:
|
|
133
|
-
Basecamp:
|
|
134
|
-
BillCom:
|
|
135
|
-
Bitbucket:
|
|
136
|
-
Bluesky:
|
|
134
|
+
Auth0: P,
|
|
135
|
+
BambooHR: D,
|
|
136
|
+
Basecamp: w,
|
|
137
|
+
BillCom: H,
|
|
138
|
+
Bitbucket: O,
|
|
139
|
+
Bluesky: x,
|
|
137
140
|
Box: a,
|
|
138
141
|
BoxApi: a,
|
|
139
|
-
Braze:
|
|
142
|
+
Braze: v,
|
|
140
143
|
Brex: F,
|
|
141
|
-
Brightdata:
|
|
142
|
-
Buffer:
|
|
143
|
-
Calendly:
|
|
144
|
-
CalendlyApi:
|
|
145
|
-
Clickhouse:
|
|
146
|
-
ClickUp:
|
|
147
|
-
CloseIO:
|
|
144
|
+
Brightdata: E,
|
|
145
|
+
Buffer: I,
|
|
146
|
+
Calendly: s,
|
|
147
|
+
CalendlyApi: s,
|
|
148
|
+
Clickhouse: N,
|
|
149
|
+
ClickUp: W,
|
|
150
|
+
CloseIO: L,
|
|
148
151
|
Codesandbox: q,
|
|
149
152
|
Coinbase: Z,
|
|
150
153
|
Confluence: R,
|
|
@@ -161,8 +164,8 @@ const d = {
|
|
|
161
164
|
Evernote: V,
|
|
162
165
|
ExaApi: Y,
|
|
163
166
|
Factorial: _,
|
|
164
|
-
Figma:
|
|
165
|
-
FigmaApi:
|
|
167
|
+
Figma: l,
|
|
168
|
+
FigmaApi: l,
|
|
166
169
|
Firecrawl: $,
|
|
167
170
|
FreshserviceApi: oo,
|
|
168
171
|
Github: ro,
|
|
@@ -172,8 +175,8 @@ const d = {
|
|
|
172
175
|
GoogleContacts: po,
|
|
173
176
|
GoogleDocs: fo,
|
|
174
177
|
GoogleDrive: ao,
|
|
175
|
-
GoogleFinance:
|
|
176
|
-
GoogleFlights:
|
|
178
|
+
GoogleFinance: so,
|
|
179
|
+
GoogleFlights: lo,
|
|
177
180
|
GoogleHotels: no,
|
|
178
181
|
GoogleJobs: co,
|
|
179
182
|
GoogleMaps: uo,
|
|
@@ -195,70 +198,73 @@ const d = {
|
|
|
195
198
|
HubspotUsersApi: o,
|
|
196
199
|
Imgflip: Go,
|
|
197
200
|
IntercomApi: So,
|
|
198
|
-
Jira:
|
|
199
|
-
Linear:
|
|
200
|
-
Linkedin:
|
|
201
|
+
Jira: Mo,
|
|
202
|
+
Linear: Bo,
|
|
203
|
+
Linkedin: yo,
|
|
201
204
|
LumaApi: To,
|
|
202
|
-
Mailchimp:
|
|
203
|
-
MCP:
|
|
204
|
-
MicrosoftDynamics:
|
|
205
|
-
|
|
206
|
-
|
|
205
|
+
Mailchimp: Po,
|
|
206
|
+
MCP: Do,
|
|
207
|
+
MicrosoftDynamics: wo,
|
|
208
|
+
MicrosoftExcel: Ho,
|
|
209
|
+
MicrosoftPowerpoint: xo,
|
|
210
|
+
Sharepoint: vo,
|
|
211
|
+
MicrosoftTeams: Fo,
|
|
212
|
+
MicrosoftWord: Eo,
|
|
207
213
|
Miro: c,
|
|
208
214
|
MiroApi: c,
|
|
209
|
-
Monday:
|
|
210
|
-
MongoDB:
|
|
211
|
-
Netsuite:
|
|
215
|
+
Monday: Io,
|
|
216
|
+
MongoDB: No,
|
|
217
|
+
Netsuite: Wo,
|
|
212
218
|
Notion: u,
|
|
213
219
|
NotionToolkit: u,
|
|
214
|
-
Obsidian:
|
|
215
|
-
Okta:
|
|
216
|
-
|
|
217
|
-
OutlookCalendar:
|
|
218
|
-
OutlookMail:
|
|
219
|
-
PagerDutyApi:
|
|
220
|
-
Pinecone:
|
|
221
|
-
Pinterest:
|
|
222
|
-
Pipedrive:
|
|
223
|
-
Plaid:
|
|
224
|
-
PosthogApi:
|
|
225
|
-
Postgres:
|
|
226
|
-
Quickbooks:
|
|
227
|
-
Railway:
|
|
228
|
-
Reddit:
|
|
229
|
-
Salesforce:
|
|
230
|
-
Shopify:
|
|
231
|
-
Singlestore:
|
|
220
|
+
Obsidian: Lo,
|
|
221
|
+
Okta: qo,
|
|
222
|
+
MicrosoftOnedrive: Oo,
|
|
223
|
+
OutlookCalendar: Zo,
|
|
224
|
+
OutlookMail: Ro,
|
|
225
|
+
PagerDutyApi: Xo,
|
|
226
|
+
Pinecone: Jo,
|
|
227
|
+
Pinterest: zo,
|
|
228
|
+
Pipedrive: Uo,
|
|
229
|
+
Plaid: jo,
|
|
230
|
+
PosthogApi: Qo,
|
|
231
|
+
Postgres: Ko,
|
|
232
|
+
Quickbooks: Vo,
|
|
233
|
+
Railway: Yo,
|
|
234
|
+
Reddit: _o,
|
|
235
|
+
Salesforce: $o,
|
|
236
|
+
Shopify: or,
|
|
237
|
+
Singlestore: rr,
|
|
232
238
|
Slack: g,
|
|
233
239
|
SlackApi: g,
|
|
234
|
-
Snowflake:
|
|
235
|
-
Splunk:
|
|
236
|
-
Spotify:
|
|
240
|
+
Snowflake: ir,
|
|
241
|
+
Splunk: mr,
|
|
242
|
+
Spotify: tr,
|
|
237
243
|
Square: p,
|
|
238
|
-
Squareup:
|
|
244
|
+
Squareup: pr,
|
|
239
245
|
SquareupApi: p,
|
|
240
246
|
SquareUpApi: p,
|
|
241
|
-
Squarespace:
|
|
247
|
+
Squarespace: er,
|
|
242
248
|
Stripe: A,
|
|
243
249
|
StripeApi: A,
|
|
244
|
-
Tiktok:
|
|
245
|
-
TickTickApi:
|
|
246
|
-
TrelloApi:
|
|
247
|
-
Twilio:
|
|
248
|
-
Twitch:
|
|
249
|
-
Vercel:
|
|
250
|
-
Walmart:
|
|
251
|
-
WeaviateApi:
|
|
252
|
-
Workday:
|
|
253
|
-
Wrike:
|
|
254
|
-
X:
|
|
250
|
+
Tiktok: ar,
|
|
251
|
+
TickTickApi: fr,
|
|
252
|
+
TrelloApi: sr,
|
|
253
|
+
Twilio: lr,
|
|
254
|
+
Twitch: nr,
|
|
255
|
+
Vercel: cr,
|
|
256
|
+
Walmart: ur,
|
|
257
|
+
WeaviateApi: gr,
|
|
258
|
+
Workday: Ar,
|
|
259
|
+
Wrike: kr,
|
|
260
|
+
X: dr,
|
|
255
261
|
Xero: k,
|
|
256
262
|
XeroApi: k,
|
|
257
|
-
ZohoBooksApi:
|
|
258
|
-
ZohoCreatorApi:
|
|
259
|
-
Youtube:
|
|
260
|
-
Zendesk:
|
|
261
|
-
Zoom:
|
|
263
|
+
ZohoBooksApi: hr,
|
|
264
|
+
ZohoCreatorApi: Gr,
|
|
265
|
+
Youtube: br,
|
|
266
|
+
Zendesk: Cr,
|
|
267
|
+
Zoom: Sr
|
|
262
268
|
}, h = (r) => {
|
|
263
269
|
if (!r)
|
|
264
270
|
return n;
|
|
@@ -266,16 +272,16 @@ const d = {
|
|
|
266
272
|
(t) => t.toLowerCase() === m
|
|
267
273
|
);
|
|
268
274
|
return i ? d[i] : n;
|
|
269
|
-
},
|
|
275
|
+
}, Lm = (r) => {
|
|
270
276
|
const m = C(r), i = h(m?.id);
|
|
271
277
|
return ({ className: t }) => /* @__PURE__ */ b(i, { className: t });
|
|
272
|
-
},
|
|
278
|
+
}, qm = (r) => {
|
|
273
279
|
const m = C(r), i = h(m?.id);
|
|
274
280
|
return ({ className: t }) => /* @__PURE__ */ b(i, { className: t });
|
|
275
281
|
};
|
|
276
282
|
export {
|
|
277
283
|
d as TOOLKIT_ICON_MAP,
|
|
278
|
-
|
|
284
|
+
qm as getToolIconByToolkitName,
|
|
279
285
|
h as getToolkitIcon,
|
|
280
|
-
|
|
286
|
+
Lm as getToolkitIconByName
|
|
281
287
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkits.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkits.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,QAAQ,EAWhC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"toolkits.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkits.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,QAAQ,EAWhC,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,OAAO,EAo3D7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAMrD,CAAC"}
|
|
@@ -1031,8 +1031,8 @@ const r = [
|
|
|
1031
1031
|
isBYOC: !1,
|
|
1032
1032
|
isPro: !1,
|
|
1033
1033
|
publicIconUrl: `${e}/mailchimp.svg`,
|
|
1034
|
-
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/mailchimp-api",
|
|
1035
|
-
relativeDocsLink: "/en/resources/integrations/productivity/mailchimp-api",
|
|
1034
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/mailchimp-marketing-api",
|
|
1035
|
+
relativeDocsLink: "/en/resources/integrations/productivity/mailchimp-marketing-api",
|
|
1036
1036
|
category: "productivity",
|
|
1037
1037
|
type: "arcade_starter",
|
|
1038
1038
|
isComingSoon: !1,
|
|
@@ -1051,6 +1051,32 @@ const r = [
|
|
|
1051
1051
|
isComingSoon: !0,
|
|
1052
1052
|
isHidden: !1
|
|
1053
1053
|
},
|
|
1054
|
+
{
|
|
1055
|
+
id: "MicrosoftExcel",
|
|
1056
|
+
label: "Microsoft Excel",
|
|
1057
|
+
isBYOC: !1,
|
|
1058
|
+
isPro: !1,
|
|
1059
|
+
publicIconUrl: `${e}/microsoft-excel.svg`,
|
|
1060
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/microsoft-excel",
|
|
1061
|
+
relativeDocsLink: "/en/resources/integrations/productivity/microsoft-excel",
|
|
1062
|
+
category: "productivity",
|
|
1063
|
+
type: "arcade",
|
|
1064
|
+
isComingSoon: !1,
|
|
1065
|
+
isHidden: !1
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
id: "MicrosoftPowerpoint",
|
|
1069
|
+
label: "Microsoft PowerPoint",
|
|
1070
|
+
isBYOC: !1,
|
|
1071
|
+
isPro: !1,
|
|
1072
|
+
publicIconUrl: `${e}/microsoft-powerpoint.svg`,
|
|
1073
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/microsoft-powerpoint",
|
|
1074
|
+
relativeDocsLink: "/en/resources/integrations/productivity/microsoft-powerpoint",
|
|
1075
|
+
category: "productivity",
|
|
1076
|
+
type: "arcade",
|
|
1077
|
+
isComingSoon: !1,
|
|
1078
|
+
isHidden: !1
|
|
1079
|
+
},
|
|
1054
1080
|
{
|
|
1055
1081
|
id: "Sharepoint",
|
|
1056
1082
|
label: "Microsoft SharePoint",
|
|
@@ -1077,6 +1103,19 @@ const r = [
|
|
|
1077
1103
|
isComingSoon: !1,
|
|
1078
1104
|
isHidden: !1
|
|
1079
1105
|
},
|
|
1106
|
+
{
|
|
1107
|
+
id: "MicrosoftWord",
|
|
1108
|
+
label: "Microsoft Word",
|
|
1109
|
+
isBYOC: !1,
|
|
1110
|
+
isPro: !1,
|
|
1111
|
+
publicIconUrl: `${e}/microsoft-word.svg`,
|
|
1112
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/microsoft-word",
|
|
1113
|
+
relativeDocsLink: "/en/resources/integrations/productivity/microsoft-word",
|
|
1114
|
+
category: "productivity",
|
|
1115
|
+
type: "arcade",
|
|
1116
|
+
isComingSoon: !1,
|
|
1117
|
+
isHidden: !1
|
|
1118
|
+
},
|
|
1080
1119
|
{
|
|
1081
1120
|
id: "MiroApi",
|
|
1082
1121
|
label: "Miro API",
|
|
@@ -1182,16 +1221,16 @@ const r = [
|
|
|
1182
1221
|
isHidden: !1
|
|
1183
1222
|
},
|
|
1184
1223
|
{
|
|
1185
|
-
id: "
|
|
1186
|
-
label: "OneDrive",
|
|
1224
|
+
id: "MicrosoftOnedrive",
|
|
1225
|
+
label: "Microsoft OneDrive",
|
|
1187
1226
|
isBYOC: !1,
|
|
1188
1227
|
isPro: !1,
|
|
1189
|
-
publicIconUrl: `${e}/
|
|
1190
|
-
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/microsoft
|
|
1191
|
-
relativeDocsLink: "/en/resources/integrations/productivity/microsoft
|
|
1228
|
+
publicIconUrl: `${e}/microsoft-onedrive.svg`,
|
|
1229
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/microsoft-onedrive",
|
|
1230
|
+
relativeDocsLink: "/en/resources/integrations/productivity/microsoft-onedrive",
|
|
1192
1231
|
category: "productivity",
|
|
1193
1232
|
type: "arcade",
|
|
1194
|
-
isComingSoon: !
|
|
1233
|
+
isComingSoon: !1,
|
|
1195
1234
|
isHidden: !1
|
|
1196
1235
|
},
|
|
1197
1236
|
{
|
|
@@ -1603,9 +1642,9 @@ const r = [
|
|
|
1603
1642
|
isBYOC: !1,
|
|
1604
1643
|
isPro: !1,
|
|
1605
1644
|
publicIconUrl: `${e}/weaviate.svg`,
|
|
1606
|
-
docsLink: "https://docs.arcade.dev/en/resources/integrations/
|
|
1607
|
-
relativeDocsLink: "/en/resources/integrations/
|
|
1608
|
-
category: "
|
|
1645
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/databases/weaviate-api",
|
|
1646
|
+
relativeDocsLink: "/en/resources/integrations/databases/weaviate-api",
|
|
1647
|
+
category: "databases",
|
|
1609
1648
|
type: "arcade_starter",
|
|
1610
1649
|
isComingSoon: !1,
|
|
1611
1650
|
isHidden: !1
|
|
@@ -1681,8 +1720,8 @@ const r = [
|
|
|
1681
1720
|
isBYOC: !1,
|
|
1682
1721
|
isPro: !1,
|
|
1683
1722
|
publicIconUrl: `${e}/zoho-creator.svg`,
|
|
1684
|
-
docsLink: "https://docs.arcade.dev/en/resources/integrations/
|
|
1685
|
-
relativeDocsLink: "/en/resources/integrations/
|
|
1723
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/development/zoho-creator-api",
|
|
1724
|
+
relativeDocsLink: "/en/resources/integrations/development/zoho-creator-api",
|
|
1686
1725
|
category: "development",
|
|
1687
1726
|
type: "arcade_starter",
|
|
1688
1727
|
isComingSoon: !1,
|