@arcadeai/design-system 3.39.4 → 3.41.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/forkable.js +10 -0
- package/dist/assets/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +470 -465
- package/dist/components/ui/atoms/badge.js +5 -5
- package/dist/components/ui/atoms/button.js +1 -1
- package/dist/components/ui/atoms/icons/forkable.d.ts +4 -0
- package/dist/components/ui/atoms/icons/forkable.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/forkable.js +31 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +220 -218
- package/dist/components/ui/atoms/index.js +369 -367
- package/dist/components/ui/atoms/switch.js +19 -19
- package/dist/components/ui/index.js +470 -465
- package/dist/components/ui/molecules/date-time-picker.js +1 -1
- package/dist/components/ui/molecules/index.d.ts +2 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +30 -27
- package/dist/components/ui/molecules/steps-progress.d.ts +3 -1
- package/dist/components/ui/molecules/steps-progress.d.ts.map +1 -1
- package/dist/components/ui/molecules/steps-progress.js +153 -112
- package/dist/components/ui/molecules/tags-input.d.ts +44 -0
- package/dist/components/ui/molecules/tags-input.d.ts.map +1 -0
- package/dist/components/ui/molecules/tags-input.js +139 -0
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +19 -22
- package/dist/components/ui/pages/login-page.js +13 -13
- package/dist/main.js +487 -482
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +158 -156
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +7 -7
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAItC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAItC,MAAM,MAAM,qBAAqB,GAAG;IAClC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAGF,eAAO,MAAM,gBAAgB,EAAE,MAAM,CACnC,MAAM,EACN,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CA+JtD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GACzB,WAAW,MAAM,GAAG,SAAS,KAC5B,CAAC,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAAO,CAYxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC/B,aAAa,MAAM,KAClB,CAAC,CAAC,KAAK,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,KAAK,CAAC,YAAY,CAQxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,GACnC,aAAa,MAAM,KAClB,CAAC,CAAC,KAAK,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,KAAK,CAAC,YAAY,CAQxD,CAAC"}
|
|
@@ -5,8 +5,8 @@ import { Airtable as f } from "../components/ui/atoms/icons/airtable.js";
|
|
|
5
5
|
import { Amplitude as w } from "../components/ui/atoms/icons/amplitude.js";
|
|
6
6
|
import { Arcade as H } from "../components/ui/atoms/icons/arcade.js";
|
|
7
7
|
import { Asana as x } from "../components/ui/atoms/icons/asana.js";
|
|
8
|
-
import { Ashby as
|
|
9
|
-
import { Attio as
|
|
8
|
+
import { Ashby as F } from "../components/ui/atoms/icons/ashby.js";
|
|
9
|
+
import { Attio as v } from "../components/ui/atoms/icons/attio.js";
|
|
10
10
|
import { Auth0 as E } from "../components/ui/atoms/icons/auth0.js";
|
|
11
11
|
import { Bamboohr as I } from "../components/ui/atoms/icons/bamboohr.js";
|
|
12
12
|
import { Basecamp as N } from "../components/ui/atoms/icons/basecamp.js";
|
|
@@ -39,95 +39,96 @@ import { Exa as po } from "../components/ui/atoms/icons/exa.js";
|
|
|
39
39
|
import { Factorial as fo } from "../components/ui/atoms/icons/factorial.js";
|
|
40
40
|
import { Figma as s } from "../components/ui/atoms/icons/figma.js";
|
|
41
41
|
import { Firecrawl as ao } from "../components/ui/atoms/icons/firecrawl.js";
|
|
42
|
-
import {
|
|
42
|
+
import { Forkable as lo } from "../components/ui/atoms/icons/forkable.js";
|
|
43
|
+
import { Freshservice as so } from "../components/ui/atoms/icons/freshservice.js";
|
|
43
44
|
import { Generic as n } from "../components/ui/atoms/icons/generic.js";
|
|
44
|
-
import { Github as
|
|
45
|
-
import { Gitlab as
|
|
46
|
-
import { Gmail as
|
|
47
|
-
import { Google as
|
|
48
|
-
import { GoogleCalendar as
|
|
45
|
+
import { Github as no } from "../components/ui/atoms/icons/github.js";
|
|
46
|
+
import { Gitlab as co } from "../components/ui/atoms/icons/gitlab.js";
|
|
47
|
+
import { Gmail as uo } from "../components/ui/atoms/icons/gmail.js";
|
|
48
|
+
import { Google as go } from "../components/ui/atoms/icons/google.js";
|
|
49
|
+
import { GoogleCalendar as ko } from "../components/ui/atoms/icons/google-calendar.js";
|
|
49
50
|
import { GoogleContacts as Ao } from "../components/ui/atoms/icons/google-contacts.js";
|
|
50
|
-
import { GoogleDocs as
|
|
51
|
-
import { GoogleDrive as
|
|
52
|
-
import { GoogleFinance as
|
|
53
|
-
import { GoogleFlights as
|
|
54
|
-
import { GoogleHotels as
|
|
55
|
-
import { GoogleJobs as
|
|
56
|
-
import { GoogleMaps as
|
|
57
|
-
import { GoogleNews as
|
|
58
|
-
import { GoogleSheets as
|
|
59
|
-
import { GoogleShopping as
|
|
60
|
-
import { GoogleSlides as
|
|
61
|
-
import { Granola as
|
|
62
|
-
import { Heroku as
|
|
63
|
-
import { Hootsuite as
|
|
51
|
+
import { GoogleDocs as bo } from "../components/ui/atoms/icons/google-docs.js";
|
|
52
|
+
import { GoogleDrive as ho } from "../components/ui/atoms/icons/google-drive.js";
|
|
53
|
+
import { GoogleFinance as Mo } from "../components/ui/atoms/icons/google-finance.js";
|
|
54
|
+
import { GoogleFlights as Co } from "../components/ui/atoms/icons/google-flights.js";
|
|
55
|
+
import { GoogleHotels as Go } from "../components/ui/atoms/icons/google-hotels.js";
|
|
56
|
+
import { GoogleJobs as yo } from "../components/ui/atoms/icons/google-jobs.js";
|
|
57
|
+
import { GoogleMaps as So } from "../components/ui/atoms/icons/google-maps.js";
|
|
58
|
+
import { GoogleNews as Bo } from "../components/ui/atoms/icons/google-news.js";
|
|
59
|
+
import { GoogleSheets as Po } from "../components/ui/atoms/icons/google-sheets.js";
|
|
60
|
+
import { GoogleShopping as To } from "../components/ui/atoms/icons/google-shopping.js";
|
|
61
|
+
import { GoogleSlides as Do } from "../components/ui/atoms/icons/google-slides.js";
|
|
62
|
+
import { Granola as Oo } from "../components/ui/atoms/icons/granola.js";
|
|
63
|
+
import { Heroku as wo } from "../components/ui/atoms/icons/heroku.js";
|
|
64
|
+
import { Hootsuite as Ho } from "../components/ui/atoms/icons/hootsuite.js";
|
|
64
65
|
import { Hubspot as o } from "../components/ui/atoms/icons/hubspot.js";
|
|
65
|
-
import { Imgflip as
|
|
66
|
-
import { Intercom as
|
|
66
|
+
import { Imgflip as xo } from "../components/ui/atoms/icons/imgflip.js";
|
|
67
|
+
import { Intercom as Fo } from "../components/ui/atoms/icons/intercom.js";
|
|
67
68
|
import { Jira as vo } from "../components/ui/atoms/icons/jira.js";
|
|
68
|
-
import { Linear as
|
|
69
|
-
import { Linkedin as
|
|
70
|
-
import { Luma as
|
|
69
|
+
import { Linear as Eo } from "../components/ui/atoms/icons/linear.js";
|
|
70
|
+
import { Linkedin as Io } from "../components/ui/atoms/icons/linkedin.js";
|
|
71
|
+
import { Luma as No } from "../components/ui/atoms/icons/luma.js";
|
|
71
72
|
import { Mailchimp as c } from "../components/ui/atoms/icons/mailchimp.js";
|
|
72
|
-
import { MathToolkit as
|
|
73
|
-
import { Mcp as
|
|
74
|
-
import { MicrosoftDynamics as
|
|
75
|
-
import { MicrosoftExcel as
|
|
76
|
-
import { MicrosoftOnedrive as
|
|
73
|
+
import { MathToolkit as Wo } from "../components/ui/atoms/icons/math-toolkit.js";
|
|
74
|
+
import { Mcp as Lo } from "../components/ui/atoms/icons/mcp.js";
|
|
75
|
+
import { MicrosoftDynamics as qo } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
76
|
+
import { MicrosoftExcel as Zo } from "../components/ui/atoms/icons/microsoft-excel.js";
|
|
77
|
+
import { MicrosoftOnedrive as Ro } from "../components/ui/atoms/icons/microsoft-onedrive.js";
|
|
77
78
|
import { MicrosoftOutlookCalendar as u } from "../components/ui/atoms/icons/microsoft-outlook-calendar.js";
|
|
78
79
|
import { MicrosoftOutlookMail as g } from "../components/ui/atoms/icons/microsoft-outlook-mail.js";
|
|
79
|
-
import { MicrosoftPowerpoint as
|
|
80
|
-
import { MicrosoftSharepoint as
|
|
81
|
-
import { MicrosoftTeams as
|
|
82
|
-
import { MicrosoftWord as
|
|
83
|
-
import { Miro as
|
|
84
|
-
import { Monday as
|
|
85
|
-
import { MongoDB as
|
|
86
|
-
import { Netsuite as
|
|
80
|
+
import { MicrosoftPowerpoint as Xo } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
|
|
81
|
+
import { MicrosoftSharepoint as k } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
82
|
+
import { MicrosoftTeams as Jo } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
83
|
+
import { MicrosoftWord as Yo } from "../components/ui/atoms/icons/microsoft-word.js";
|
|
84
|
+
import { Miro as A } from "../components/ui/atoms/icons/miro.js";
|
|
85
|
+
import { Monday as zo } from "../components/ui/atoms/icons/monday.js";
|
|
86
|
+
import { MongoDB as Uo } from "../components/ui/atoms/icons/mongodb.js";
|
|
87
|
+
import { Netsuite as jo } from "../components/ui/atoms/icons/netsuite.js";
|
|
87
88
|
import { Notion as d } from "../components/ui/atoms/icons/notion.js";
|
|
88
|
-
import { Obsidian as
|
|
89
|
-
import { Okta as
|
|
89
|
+
import { Obsidian as Ko } from "../components/ui/atoms/icons/obsidian.js";
|
|
90
|
+
import { Okta as Qo } from "../components/ui/atoms/icons/okta.js";
|
|
90
91
|
import { Pagerduty as b } from "../components/ui/atoms/icons/pagerduty.js";
|
|
91
|
-
import { Pinecone as
|
|
92
|
-
import { Pinterest as
|
|
93
|
-
import { Pipedrive as
|
|
94
|
-
import { Plaid as
|
|
95
|
-
import { Postgres as
|
|
92
|
+
import { Pinecone as Vo } from "../components/ui/atoms/icons/pinecone.js";
|
|
93
|
+
import { Pinterest as _o } from "../components/ui/atoms/icons/pinterest.js";
|
|
94
|
+
import { Pipedrive as $o } from "../components/ui/atoms/icons/pipedrive.js";
|
|
95
|
+
import { Plaid as or } from "../components/ui/atoms/icons/plaid.js";
|
|
96
|
+
import { Postgres as rr } from "../components/ui/atoms/icons/postgres.js";
|
|
96
97
|
import { Posthog as h } from "../components/ui/atoms/icons/posthog.js";
|
|
97
98
|
import { Pylon as M } from "../components/ui/atoms/icons/pylon.js";
|
|
98
|
-
import { Quickbooks as
|
|
99
|
-
import { Railway as
|
|
100
|
-
import { Reddit as
|
|
101
|
-
import { Salesforce as
|
|
102
|
-
import { Shopify as
|
|
103
|
-
import { Singlestore as
|
|
99
|
+
import { Quickbooks as ir } from "../components/ui/atoms/icons/quickbooks.js";
|
|
100
|
+
import { Railway as tr } from "../components/ui/atoms/icons/railway.js";
|
|
101
|
+
import { Reddit as mr } from "../components/ui/atoms/icons/reddit.js";
|
|
102
|
+
import { Salesforce as er } from "../components/ui/atoms/icons/salesforce.js";
|
|
103
|
+
import { Shopify as pr } from "../components/ui/atoms/icons/shopify.js";
|
|
104
|
+
import { Singlestore as fr } from "../components/ui/atoms/icons/singlestore.js";
|
|
104
105
|
import { Slack as C } from "../components/ui/atoms/icons/slack.js";
|
|
105
|
-
import { Snowflake as
|
|
106
|
-
import { Splunk as
|
|
107
|
-
import { Spotify as
|
|
106
|
+
import { Snowflake as ar } from "../components/ui/atoms/icons/snowflake.js";
|
|
107
|
+
import { Splunk as lr } from "../components/ui/atoms/icons/splunk.js";
|
|
108
|
+
import { Spotify as sr } from "../components/ui/atoms/icons/spotify.js";
|
|
108
109
|
import { Square as p } from "../components/ui/atoms/icons/square.js";
|
|
109
|
-
import { Squarespace as
|
|
110
|
-
import { Squareup as
|
|
110
|
+
import { Squarespace as nr } from "../components/ui/atoms/icons/squarespace.js";
|
|
111
|
+
import { Squareup as cr } from "../components/ui/atoms/icons/squareup.js";
|
|
111
112
|
import { Stripe as G } from "../components/ui/atoms/icons/stripe.js";
|
|
112
|
-
import { Telegram as
|
|
113
|
-
import { Ticktick as
|
|
114
|
-
import { Tiktok as
|
|
113
|
+
import { Telegram as ur } from "../components/ui/atoms/icons/telegram.js";
|
|
114
|
+
import { Ticktick as gr } from "../components/ui/atoms/icons/ticktick.js";
|
|
115
|
+
import { Tiktok as kr } from "../components/ui/atoms/icons/tiktok.js";
|
|
115
116
|
import { Trello as Ar } from "../components/ui/atoms/icons/trello.js";
|
|
116
|
-
import { Twilio as
|
|
117
|
-
import { Twitch as
|
|
118
|
-
import { Vercel as
|
|
119
|
-
import { Walmart as
|
|
120
|
-
import { Weaviate as
|
|
121
|
-
import { Workday as
|
|
122
|
-
import { Wrike as
|
|
123
|
-
import { X as
|
|
117
|
+
import { Twilio as dr } from "../components/ui/atoms/icons/twilio.js";
|
|
118
|
+
import { Twitch as br } from "../components/ui/atoms/icons/twitch.js";
|
|
119
|
+
import { Vercel as hr } from "../components/ui/atoms/icons/vercel.js";
|
|
120
|
+
import { Walmart as Mr } from "../components/ui/atoms/icons/walmart.js";
|
|
121
|
+
import { Weaviate as Cr } from "../components/ui/atoms/icons/weaviate.js";
|
|
122
|
+
import { Workday as Gr } from "../components/ui/atoms/icons/workday.js";
|
|
123
|
+
import { Wrike as yr } from "../components/ui/atoms/icons/wrike.js";
|
|
124
|
+
import { X as Sr } from "../components/ui/atoms/icons/x.js";
|
|
124
125
|
import { Xero as y } from "../components/ui/atoms/icons/xero.js";
|
|
125
|
-
import { Youtube as
|
|
126
|
-
import { Yugabytedb as
|
|
127
|
-
import { Zendesk as
|
|
128
|
-
import { ZohoBooks as
|
|
129
|
-
import { ZohoCreator as
|
|
130
|
-
import { Zoom as
|
|
126
|
+
import { Youtube as Br } from "../components/ui/atoms/icons/youtube.js";
|
|
127
|
+
import { Yugabytedb as Pr } from "../components/ui/atoms/icons/yugabytedb.js";
|
|
128
|
+
import { Zendesk as Tr } from "../components/ui/atoms/icons/zendesk.js";
|
|
129
|
+
import { ZohoBooks as Dr } from "../components/ui/atoms/icons/zoho-books.js";
|
|
130
|
+
import { ZohoCreator as Or } from "../components/ui/atoms/icons/zoho-creator.js";
|
|
131
|
+
import { Zoom as wr } from "../components/ui/atoms/icons/zoom.js";
|
|
131
132
|
import { findToolkitByName as P } from "./utils.js";
|
|
132
133
|
const S = {
|
|
133
134
|
ADPWorkforceNow: D,
|
|
@@ -137,8 +138,8 @@ const S = {
|
|
|
137
138
|
Amplitude: w,
|
|
138
139
|
ArcadeEngineApi: H,
|
|
139
140
|
Asana: x,
|
|
140
|
-
AshbyApi:
|
|
141
|
-
Attio:
|
|
141
|
+
AshbyApi: F,
|
|
142
|
+
Attio: v,
|
|
142
143
|
Auth0: E,
|
|
143
144
|
BambooHR: I,
|
|
144
145
|
Basecamp: N,
|
|
@@ -176,27 +177,28 @@ const S = {
|
|
|
176
177
|
Figma: s,
|
|
177
178
|
FigmaApi: s,
|
|
178
179
|
Firecrawl: ao,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
180
|
+
Forkable: lo,
|
|
181
|
+
FreshserviceApi: so,
|
|
182
|
+
Github: no,
|
|
183
|
+
GitLab: co,
|
|
184
|
+
Gmail: uo,
|
|
185
|
+
GoogleCalendar: ko,
|
|
184
186
|
GoogleContacts: Ao,
|
|
185
|
-
GoogleDocs:
|
|
186
|
-
GoogleDrive:
|
|
187
|
-
GoogleFinance:
|
|
188
|
-
GoogleFlights:
|
|
189
|
-
GoogleHotels:
|
|
190
|
-
GoogleJobs:
|
|
191
|
-
GoogleMaps:
|
|
192
|
-
GoogleNews:
|
|
193
|
-
GoogleSearch:
|
|
194
|
-
GoogleSheets:
|
|
195
|
-
GoogleShopping:
|
|
196
|
-
GoogleSlides:
|
|
197
|
-
Granola:
|
|
198
|
-
Heroku:
|
|
199
|
-
Hootsuite:
|
|
187
|
+
GoogleDocs: bo,
|
|
188
|
+
GoogleDrive: ho,
|
|
189
|
+
GoogleFinance: Mo,
|
|
190
|
+
GoogleFlights: Co,
|
|
191
|
+
GoogleHotels: Go,
|
|
192
|
+
GoogleJobs: yo,
|
|
193
|
+
GoogleMaps: So,
|
|
194
|
+
GoogleNews: Bo,
|
|
195
|
+
GoogleSearch: go,
|
|
196
|
+
GoogleSheets: Po,
|
|
197
|
+
GoogleShopping: To,
|
|
198
|
+
GoogleSlides: Do,
|
|
199
|
+
Granola: Oo,
|
|
200
|
+
Heroku: wo,
|
|
201
|
+
Hootsuite: Ho,
|
|
200
202
|
Hubspot: o,
|
|
201
203
|
HubspotAutomationApi: o,
|
|
202
204
|
HubspotCmsApi: o,
|
|
@@ -206,86 +208,86 @@ const S = {
|
|
|
206
208
|
HubspotMarketingApi: o,
|
|
207
209
|
HubspotMeetingsApi: o,
|
|
208
210
|
HubspotUsersApi: o,
|
|
209
|
-
Imgflip:
|
|
210
|
-
IntercomApi:
|
|
211
|
+
Imgflip: xo,
|
|
212
|
+
IntercomApi: Fo,
|
|
211
213
|
Jira: vo,
|
|
212
|
-
Linear:
|
|
213
|
-
Linkedin:
|
|
214
|
-
LumaApi:
|
|
214
|
+
Linear: Eo,
|
|
215
|
+
Linkedin: Io,
|
|
216
|
+
LumaApi: No,
|
|
215
217
|
Mailchimp: c,
|
|
216
218
|
MailchimpMarketingApi: c,
|
|
217
|
-
Math:
|
|
218
|
-
MCP:
|
|
219
|
-
MicrosoftDynamics:
|
|
220
|
-
MicrosoftExcel:
|
|
219
|
+
Math: Wo,
|
|
220
|
+
MCP: Lo,
|
|
221
|
+
MicrosoftDynamics: qo,
|
|
222
|
+
MicrosoftExcel: Zo,
|
|
221
223
|
MicrosoftOutlookCalendar: u,
|
|
222
224
|
MicrosoftOutlookMail: g,
|
|
223
|
-
MicrosoftPowerpoint:
|
|
224
|
-
MicrosoftSharePoint:
|
|
225
|
-
Sharepoint:
|
|
226
|
-
MicrosoftTeams:
|
|
227
|
-
MicrosoftWord:
|
|
228
|
-
Miro:
|
|
229
|
-
MiroApi:
|
|
230
|
-
Monday:
|
|
231
|
-
MongoDB:
|
|
232
|
-
Netsuite:
|
|
225
|
+
MicrosoftPowerpoint: Xo,
|
|
226
|
+
MicrosoftSharePoint: k,
|
|
227
|
+
Sharepoint: k,
|
|
228
|
+
MicrosoftTeams: Jo,
|
|
229
|
+
MicrosoftWord: Yo,
|
|
230
|
+
Miro: A,
|
|
231
|
+
MiroApi: A,
|
|
232
|
+
Monday: zo,
|
|
233
|
+
MongoDB: Uo,
|
|
234
|
+
Netsuite: jo,
|
|
233
235
|
Notion: d,
|
|
234
236
|
NotionToolkit: d,
|
|
235
|
-
Obsidian:
|
|
236
|
-
Okta:
|
|
237
|
-
MicrosoftOnedrive:
|
|
237
|
+
Obsidian: Ko,
|
|
238
|
+
Okta: Qo,
|
|
239
|
+
MicrosoftOnedrive: Ro,
|
|
238
240
|
OutlookCalendar: u,
|
|
239
241
|
OutlookMail: g,
|
|
240
242
|
PagerDuty: b,
|
|
241
243
|
PagerDutyApi: b,
|
|
242
|
-
Pinecone:
|
|
243
|
-
Pinterest:
|
|
244
|
-
Pipedrive:
|
|
245
|
-
Plaid:
|
|
244
|
+
Pinecone: Vo,
|
|
245
|
+
Pinterest: _o,
|
|
246
|
+
Pipedrive: $o,
|
|
247
|
+
Plaid: or,
|
|
246
248
|
Posthog: h,
|
|
247
249
|
PosthogApi: h,
|
|
248
|
-
Postgres:
|
|
250
|
+
Postgres: rr,
|
|
249
251
|
Pylon: M,
|
|
250
252
|
PylonApi: M,
|
|
251
|
-
Quickbooks:
|
|
252
|
-
Railway:
|
|
253
|
-
Reddit:
|
|
254
|
-
Salesforce:
|
|
255
|
-
Shopify:
|
|
256
|
-
Singlestore:
|
|
253
|
+
Quickbooks: ir,
|
|
254
|
+
Railway: tr,
|
|
255
|
+
Reddit: mr,
|
|
256
|
+
Salesforce: er,
|
|
257
|
+
Shopify: pr,
|
|
258
|
+
Singlestore: fr,
|
|
257
259
|
Slack: C,
|
|
258
260
|
SlackApi: C,
|
|
259
|
-
Snowflake:
|
|
260
|
-
Splunk:
|
|
261
|
-
Spotify:
|
|
261
|
+
Snowflake: ar,
|
|
262
|
+
Splunk: lr,
|
|
263
|
+
Spotify: sr,
|
|
262
264
|
Square: p,
|
|
263
|
-
Squareup:
|
|
265
|
+
Squareup: cr,
|
|
264
266
|
SquareupApi: p,
|
|
265
267
|
SquareUpApi: p,
|
|
266
|
-
Squarespace:
|
|
268
|
+
Squarespace: nr,
|
|
267
269
|
Stripe: G,
|
|
268
270
|
StripeApi: G,
|
|
269
|
-
Telegram:
|
|
270
|
-
Tiktok:
|
|
271
|
-
TickTickApi:
|
|
271
|
+
Telegram: ur,
|
|
272
|
+
Tiktok: kr,
|
|
273
|
+
TickTickApi: gr,
|
|
272
274
|
TrelloApi: Ar,
|
|
273
|
-
Twilio:
|
|
274
|
-
Twitch:
|
|
275
|
-
Vercel:
|
|
276
|
-
Walmart:
|
|
277
|
-
WeaviateApi:
|
|
278
|
-
Workday:
|
|
279
|
-
Wrike:
|
|
280
|
-
X:
|
|
275
|
+
Twilio: dr,
|
|
276
|
+
Twitch: br,
|
|
277
|
+
Vercel: hr,
|
|
278
|
+
Walmart: Mr,
|
|
279
|
+
WeaviateApi: Cr,
|
|
280
|
+
Workday: Gr,
|
|
281
|
+
Wrike: yr,
|
|
282
|
+
X: Sr,
|
|
281
283
|
Xero: y,
|
|
282
284
|
XeroApi: y,
|
|
283
|
-
YugabyteDB:
|
|
284
|
-
ZohoBooksApi:
|
|
285
|
-
ZohoCreatorApi:
|
|
286
|
-
Youtube:
|
|
287
|
-
Zendesk:
|
|
288
|
-
Zoom:
|
|
285
|
+
YugabyteDB: Pr,
|
|
286
|
+
ZohoBooksApi: Dr,
|
|
287
|
+
ZohoCreatorApi: Or,
|
|
288
|
+
Youtube: Br,
|
|
289
|
+
Zendesk: Tr,
|
|
290
|
+
Zoom: wr
|
|
289
291
|
}, T = (r) => {
|
|
290
292
|
if (!r)
|
|
291
293
|
return n;
|
|
@@ -293,16 +295,16 @@ const S = {
|
|
|
293
295
|
(m) => m.toLowerCase() === t
|
|
294
296
|
);
|
|
295
297
|
return i ? S[i] : n;
|
|
296
|
-
},
|
|
298
|
+
}, rm = (r) => {
|
|
297
299
|
const t = P(r), i = T(t?.id);
|
|
298
300
|
return ({ className: m }) => /* @__PURE__ */ B(i, { className: m });
|
|
299
|
-
},
|
|
301
|
+
}, im = (r) => {
|
|
300
302
|
const t = P(r), i = T(t?.id);
|
|
301
303
|
return ({ className: m }) => /* @__PURE__ */ B(i, { className: m });
|
|
302
304
|
};
|
|
303
305
|
export {
|
|
304
306
|
S as TOOLKIT_ICON_MAP,
|
|
305
|
-
|
|
307
|
+
im as getToolIconByToolkitName,
|
|
306
308
|
T as getToolkitIcon,
|
|
307
|
-
|
|
309
|
+
rm as getToolkitIconByName
|
|
308
310
|
};
|
|
@@ -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,EAykE7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAMrD,CAAC"}
|
|
@@ -596,6 +596,19 @@ const r = [
|
|
|
596
596
|
isComingSoon: !1,
|
|
597
597
|
isHidden: !1
|
|
598
598
|
},
|
|
599
|
+
{
|
|
600
|
+
id: "Forkable",
|
|
601
|
+
label: "Forkable",
|
|
602
|
+
isBYOC: !1,
|
|
603
|
+
isPro: !1,
|
|
604
|
+
publicIconUrl: `${e}/forkable.svg`,
|
|
605
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/forkable",
|
|
606
|
+
relativeDocsLink: "/en/resources/integrations/productivity/forkable",
|
|
607
|
+
category: "productivity",
|
|
608
|
+
type: "arcade",
|
|
609
|
+
isComingSoon: !1,
|
|
610
|
+
isHidden: !1
|
|
611
|
+
},
|
|
599
612
|
{
|
|
600
613
|
id: "FreshserviceApi",
|
|
601
614
|
label: "Freshservice API",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcadeai/design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.41.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/main.js",
|
|
7
7
|
"types": "./dist/main.d.ts",
|
|
@@ -96,12 +96,12 @@
|
|
|
96
96
|
"react": "19.2.5",
|
|
97
97
|
"react-dom": "19.2.5",
|
|
98
98
|
"react-hook-form": "7.72.1",
|
|
99
|
-
"recharts": "3.8.
|
|
99
|
+
"recharts": "3.8.1",
|
|
100
100
|
"storybook": "10.3.5",
|
|
101
101
|
"tailwindcss": "4.2.2",
|
|
102
102
|
"tw-animate-css": "1.4.0",
|
|
103
103
|
"typescript": "5.9.3",
|
|
104
|
-
"vite": "7.3.
|
|
104
|
+
"vite": "7.3.2",
|
|
105
105
|
"vite-plugin-dts": "4.5.4",
|
|
106
106
|
"vite-plugin-svgr": "4.5.0",
|
|
107
107
|
"vite-tsconfig-paths": "6.1.1",
|
|
@@ -115,10 +115,10 @@
|
|
|
115
115
|
"@streamdown/code": "1.1.1",
|
|
116
116
|
"class-variance-authority": "0.7.1",
|
|
117
117
|
"clsx": "2.1.1",
|
|
118
|
-
"cmdk": "
|
|
119
|
-
"date-fns": "
|
|
120
|
-
"react-day-picker": "
|
|
121
|
-
"react-resizable-panels": "
|
|
118
|
+
"cmdk": "1.1.1",
|
|
119
|
+
"date-fns": "4.1.0",
|
|
120
|
+
"react-day-picker": "9.14.0",
|
|
121
|
+
"react-resizable-panels": "4.10.0",
|
|
122
122
|
"react-shiki": "0.9.3",
|
|
123
123
|
"remark-breaks": "4.0.0",
|
|
124
124
|
"remark-gfm": "4.0.1",
|