@arcadeai/design-system 3.27.0 → 3.27.2
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/README.md +2 -2
- package/dist/assets/icons/railway.js +10 -0
- package/dist/calendar-w1IATMME.js +3042 -0
- package/dist/components/index.js +444 -435
- package/dist/components/ui/atoms/accordion.js +4 -4
- package/dist/components/ui/atoms/alert-dialog.js +11 -11
- package/dist/components/ui/atoms/breadcrumb.js +3 -3
- package/dist/components/ui/atoms/calendar.d.ts +21 -0
- package/dist/components/ui/atoms/calendar.d.ts.map +1 -0
- package/dist/components/ui/atoms/calendar.js +10 -0
- package/dist/components/ui/atoms/command.js +1 -1
- package/dist/components/ui/atoms/dialog.js +1 -1
- package/dist/components/ui/atoms/dropdown-menu.js +5 -5
- package/dist/components/ui/atoms/form.js +3 -3
- package/dist/components/ui/atoms/hover-card.js +1 -1
- 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 +80 -78
- package/dist/components/ui/atoms/icons/railway.d.ts +4 -0
- package/dist/components/ui/atoms/icons/railway.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/railway.js +31 -0
- package/dist/components/ui/atoms/index.d.ts +2 -0
- package/dist/components/ui/atoms/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/index.js +429 -422
- package/dist/components/ui/atoms/popover.js +5 -5
- package/dist/components/ui/atoms/radio-group.js +1 -1
- package/dist/components/ui/atoms/resizable.js +3 -3
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/sheet.js +4 -4
- package/dist/components/ui/atoms/tabs.js +1 -1
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/atoms/virtualized-grid.d.ts +23 -0
- package/dist/components/ui/atoms/virtualized-grid.d.ts.map +1 -0
- package/dist/components/ui/atoms/virtualized-grid.js +682 -0
- package/dist/components/ui/index.js +444 -435
- package/dist/components/ui/molecules/date-time-picker.d.ts +12 -0
- package/dist/components/ui/molecules/date-time-picker.d.ts.map +1 -0
- package/dist/components/ui/molecules/date-time-picker.js +84 -0
- package/dist/components/ui/molecules/index.d.ts +1 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +13 -11
- package/dist/components/ui/molecules/requirement-badges.js +7 -6
- 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 +6 -5
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +16 -15
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +11 -10
- 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.d.ts +3 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +110 -58
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts +3 -1
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +75 -70
- package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.d.ts +8 -0
- package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.d.ts.map +1 -0
- package/dist/components/ui/organisms/toolkit-picker/hooks/featured-toolkits.js +11 -0
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +6 -4
- 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 +195 -261
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts +5 -1
- 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 +154 -80
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +89 -75
- package/dist/hooks/use-columns.d.ts +6 -0
- package/dist/hooks/use-columns.d.ts.map +1 -0
- package/dist/hooks/use-columns.js +20 -0
- package/dist/{index-C8tglJS9.js → index-By-GFSsC.js} +3 -3
- package/dist/{index-8kzT5-zz.js → index-DO05OIM5.js} +385 -380
- package/dist/main.js +478 -469
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +80 -78
- package/dist/metadata/toolkits.js +13 -13
- package/dist/metadata/utils.js +3 -3
- package/dist/{react-resizable-panels.browser-31wAXhAV.js → react-resizable-panels.browser-DYl0LXfw.js} +5 -5
- package/dist/{toolkit-card-CsV6xoOG.js → toolkit-card-D6Dqff6p.js} +5 -3
- package/package.json +43 -34
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolkit-icons.d.ts","sourceRoot":"","sources":["../../lib/metadata/toolkit-icons.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGtC,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":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAGtC,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,CA6ItD,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"}
|
|
@@ -10,8 +10,8 @@ import { Auth0 as D } from "../components/ui/atoms/icons/auth0.js";
|
|
|
10
10
|
import { Bamboohr as P } from "../components/ui/atoms/icons/bamboohr.js";
|
|
11
11
|
import { Basecamp as H } from "../components/ui/atoms/icons/basecamp.js";
|
|
12
12
|
import { Bill as O } from "../components/ui/atoms/icons/bill.js";
|
|
13
|
-
import { Bitbucket as
|
|
14
|
-
import { Bluesky as
|
|
13
|
+
import { Bitbucket as w } from "../components/ui/atoms/icons/bitbucket.js";
|
|
14
|
+
import { Bluesky as v } from "../components/ui/atoms/icons/bluesky.js";
|
|
15
15
|
import { Box as a } from "../components/ui/atoms/icons/box.js";
|
|
16
16
|
import { Braze as x } from "../components/ui/atoms/icons/braze.js";
|
|
17
17
|
import { Brex as F } from "../components/ui/atoms/icons/brex.js";
|
|
@@ -23,11 +23,11 @@ import { Clickup as L } from "../components/ui/atoms/icons/clickup.js";
|
|
|
23
23
|
import { Closeio as W } 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
|
-
import { Confluence as
|
|
27
|
-
import { Cursor as
|
|
26
|
+
import { Confluence as R } from "../components/ui/atoms/icons/confluence.js";
|
|
27
|
+
import { Cursor as X } from "../components/ui/atoms/icons/cursor.js";
|
|
28
28
|
import { Customerio as e } from "../components/ui/atoms/icons/customerio.js";
|
|
29
|
-
import { Datadog as
|
|
30
|
-
import { DigitalOcean as
|
|
29
|
+
import { Datadog as J } from "../components/ui/atoms/icons/datadog.js";
|
|
30
|
+
import { DigitalOcean as z } from "../components/ui/atoms/icons/digital-ocean.js";
|
|
31
31
|
import { Discord as U } from "../components/ui/atoms/icons/discord.js";
|
|
32
32
|
import { Dropbox as j } from "../components/ui/atoms/icons/dropbox.js";
|
|
33
33
|
import { E2b as K } from "../components/ui/atoms/icons/e2b.js";
|
|
@@ -69,9 +69,9 @@ import { Mailchimp as Do } from "../components/ui/atoms/icons/mailchimp.js";
|
|
|
69
69
|
import { Mcp as Po } from "../components/ui/atoms/icons/mcp.js";
|
|
70
70
|
import { MicrosoftDynamics as Ho } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
71
71
|
import { MicrosoftSharepoint as Oo } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
72
|
-
import { MicrosoftTeams as
|
|
72
|
+
import { MicrosoftTeams as wo } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
73
73
|
import { Miro as c } from "../components/ui/atoms/icons/miro.js";
|
|
74
|
-
import { Monday as
|
|
74
|
+
import { Monday as vo } from "../components/ui/atoms/icons/monday.js";
|
|
75
75
|
import { MongoDB as xo } from "../components/ui/atoms/icons/mongodb.js";
|
|
76
76
|
import { Netsuite as Fo } from "../components/ui/atoms/icons/netsuite.js";
|
|
77
77
|
import { Notion as u } from "../components/ui/atoms/icons/notion.js";
|
|
@@ -82,41 +82,42 @@ import { OutlookCalendar as Lo } from "../components/ui/atoms/icons/outlook-cale
|
|
|
82
82
|
import { OutlookMail as Wo } from "../components/ui/atoms/icons/outlook-mail.js";
|
|
83
83
|
import { Pagerduty as qo } from "../components/ui/atoms/icons/pagerduty.js";
|
|
84
84
|
import { Pinecone as Zo } from "../components/ui/atoms/icons/pinecone.js";
|
|
85
|
-
import { Pinterest as
|
|
86
|
-
import { Pipedrive as
|
|
87
|
-
import { Plaid as
|
|
88
|
-
import { Postgres as
|
|
85
|
+
import { Pinterest as Ro } from "../components/ui/atoms/icons/pinterest.js";
|
|
86
|
+
import { Pipedrive as Xo } from "../components/ui/atoms/icons/pipedrive.js";
|
|
87
|
+
import { Plaid as Jo } from "../components/ui/atoms/icons/plaid.js";
|
|
88
|
+
import { Postgres as zo } from "../components/ui/atoms/icons/postgres.js";
|
|
89
89
|
import { Posthog as Uo } from "../components/ui/atoms/icons/posthog.js";
|
|
90
90
|
import { Quickbooks as jo } from "../components/ui/atoms/icons/quickbooks.js";
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
91
|
+
import { Railway as Ko } from "../components/ui/atoms/icons/railway.js";
|
|
92
|
+
import { Reddit as Qo } from "../components/ui/atoms/icons/reddit.js";
|
|
93
|
+
import { Salesforce as Vo } from "../components/ui/atoms/icons/salesforce.js";
|
|
94
|
+
import { Shopify as Yo } from "../components/ui/atoms/icons/shopify.js";
|
|
95
|
+
import { Singlestore as _o } from "../components/ui/atoms/icons/singlestore.js";
|
|
95
96
|
import { Slack as g } from "../components/ui/atoms/icons/slack.js";
|
|
96
|
-
import { Snowflake as
|
|
97
|
-
import { Splunk as
|
|
98
|
-
import { Spotify as
|
|
97
|
+
import { Snowflake as $o } from "../components/ui/atoms/icons/snowflake.js";
|
|
98
|
+
import { Splunk as or } from "../components/ui/atoms/icons/splunk.js";
|
|
99
|
+
import { Spotify as rr } from "../components/ui/atoms/icons/spotify.js";
|
|
99
100
|
import { Square as p } from "../components/ui/atoms/icons/square.js";
|
|
100
|
-
import { Squarespace as
|
|
101
|
-
import { Squareup as
|
|
101
|
+
import { Squarespace as ir } from "../components/ui/atoms/icons/squarespace.js";
|
|
102
|
+
import { Squareup as mr } from "../components/ui/atoms/icons/squareup.js";
|
|
102
103
|
import { Stripe as A } from "../components/ui/atoms/icons/stripe.js";
|
|
103
|
-
import { Ticktick as
|
|
104
|
-
import { Tiktok as
|
|
105
|
-
import { Trello as
|
|
106
|
-
import { Twilio as
|
|
107
|
-
import { Twitch as
|
|
108
|
-
import { Vercel as
|
|
109
|
-
import { Walmart as
|
|
110
|
-
import { Weaviate as
|
|
111
|
-
import { Workday as
|
|
112
|
-
import { Wrike as
|
|
113
|
-
import { X as
|
|
104
|
+
import { Ticktick as tr } from "../components/ui/atoms/icons/ticktick.js";
|
|
105
|
+
import { Tiktok as er } from "../components/ui/atoms/icons/tiktok.js";
|
|
106
|
+
import { Trello as pr } from "../components/ui/atoms/icons/trello.js";
|
|
107
|
+
import { Twilio as fr } from "../components/ui/atoms/icons/twilio.js";
|
|
108
|
+
import { Twitch as ar } from "../components/ui/atoms/icons/twitch.js";
|
|
109
|
+
import { Vercel as lr } from "../components/ui/atoms/icons/vercel.js";
|
|
110
|
+
import { Walmart as sr } from "../components/ui/atoms/icons/walmart.js";
|
|
111
|
+
import { Weaviate as nr } from "../components/ui/atoms/icons/weaviate.js";
|
|
112
|
+
import { Workday as cr } from "../components/ui/atoms/icons/workday.js";
|
|
113
|
+
import { Wrike as ur } from "../components/ui/atoms/icons/wrike.js";
|
|
114
|
+
import { X as gr } from "../components/ui/atoms/icons/x.js";
|
|
114
115
|
import { Xero as k } from "../components/ui/atoms/icons/xero.js";
|
|
115
|
-
import { Youtube as
|
|
116
|
-
import { Zendesk as
|
|
117
|
-
import { ZohoBooks as
|
|
118
|
-
import { ZohoCreator as
|
|
119
|
-
import { Zoom as
|
|
116
|
+
import { Youtube as Ar } from "../components/ui/atoms/icons/youtube.js";
|
|
117
|
+
import { Zendesk as kr } from "../components/ui/atoms/icons/zendesk.js";
|
|
118
|
+
import { ZohoBooks as dr } from "../components/ui/atoms/icons/zoho-books.js";
|
|
119
|
+
import { ZohoCreator as br } from "../components/ui/atoms/icons/zoho-creator.js";
|
|
120
|
+
import { Zoom as Cr } from "../components/ui/atoms/icons/zoom.js";
|
|
120
121
|
import { findToolkitByName as C } from "./utils.js";
|
|
121
122
|
const d = {
|
|
122
123
|
ADPWorkforceNow: G,
|
|
@@ -131,8 +132,8 @@ const d = {
|
|
|
131
132
|
BambooHR: P,
|
|
132
133
|
Basecamp: H,
|
|
133
134
|
BillCom: O,
|
|
134
|
-
Bitbucket:
|
|
135
|
-
Bluesky:
|
|
135
|
+
Bitbucket: w,
|
|
136
|
+
Bluesky: v,
|
|
136
137
|
Box: a,
|
|
137
138
|
BoxApi: a,
|
|
138
139
|
Braze: x,
|
|
@@ -146,13 +147,13 @@ const d = {
|
|
|
146
147
|
CloseIO: W,
|
|
147
148
|
Codesandbox: q,
|
|
148
149
|
Coinbase: Z,
|
|
149
|
-
Confluence:
|
|
150
|
-
CursorAgentsApi:
|
|
150
|
+
Confluence: R,
|
|
151
|
+
CursorAgentsApi: X,
|
|
151
152
|
CustomerioApi: e,
|
|
152
153
|
CustomerioPipelinesApi: e,
|
|
153
154
|
CustomerioTrackApi: e,
|
|
154
|
-
DatadogApi:
|
|
155
|
-
DigitalOcean:
|
|
155
|
+
DatadogApi: J,
|
|
156
|
+
DigitalOcean: z,
|
|
156
157
|
Discord: U,
|
|
157
158
|
Dropbox: j,
|
|
158
159
|
E2b: K,
|
|
@@ -202,10 +203,10 @@ const d = {
|
|
|
202
203
|
MCP: Po,
|
|
203
204
|
MicrosoftDynamics: Ho,
|
|
204
205
|
Sharepoint: Oo,
|
|
205
|
-
MicrosoftTeams:
|
|
206
|
+
MicrosoftTeams: wo,
|
|
206
207
|
Miro: c,
|
|
207
208
|
MiroApi: c,
|
|
208
|
-
Monday:
|
|
209
|
+
Monday: vo,
|
|
209
210
|
MongoDB: xo,
|
|
210
211
|
Netsuite: Fo,
|
|
211
212
|
Notion: u,
|
|
@@ -217,46 +218,47 @@ const d = {
|
|
|
217
218
|
OutlookMail: Wo,
|
|
218
219
|
PagerDutyApi: qo,
|
|
219
220
|
Pinecone: Zo,
|
|
220
|
-
Pinterest:
|
|
221
|
-
Pipedrive:
|
|
222
|
-
Plaid:
|
|
221
|
+
Pinterest: Ro,
|
|
222
|
+
Pipedrive: Xo,
|
|
223
|
+
Plaid: Jo,
|
|
223
224
|
PosthogApi: Uo,
|
|
224
|
-
Postgres:
|
|
225
|
+
Postgres: zo,
|
|
225
226
|
Quickbooks: jo,
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
227
|
+
Railway: Ko,
|
|
228
|
+
Reddit: Qo,
|
|
229
|
+
Salesforce: Vo,
|
|
230
|
+
Shopify: Yo,
|
|
231
|
+
Singlestore: _o,
|
|
230
232
|
Slack: g,
|
|
231
233
|
SlackApi: g,
|
|
232
|
-
Snowflake:
|
|
233
|
-
Splunk:
|
|
234
|
-
Spotify:
|
|
234
|
+
Snowflake: $o,
|
|
235
|
+
Splunk: or,
|
|
236
|
+
Spotify: rr,
|
|
235
237
|
Square: p,
|
|
236
|
-
Squareup:
|
|
238
|
+
Squareup: mr,
|
|
237
239
|
SquareupApi: p,
|
|
238
240
|
SquareUpApi: p,
|
|
239
|
-
Squarespace:
|
|
241
|
+
Squarespace: ir,
|
|
240
242
|
Stripe: A,
|
|
241
243
|
StripeApi: A,
|
|
242
|
-
Tiktok:
|
|
243
|
-
TickTickApi:
|
|
244
|
-
TrelloApi:
|
|
245
|
-
Twilio:
|
|
246
|
-
Twitch:
|
|
247
|
-
Vercel:
|
|
248
|
-
Walmart:
|
|
249
|
-
WeaviateApi:
|
|
250
|
-
Workday:
|
|
251
|
-
Wrike:
|
|
252
|
-
X:
|
|
244
|
+
Tiktok: er,
|
|
245
|
+
TickTickApi: tr,
|
|
246
|
+
TrelloApi: pr,
|
|
247
|
+
Twilio: fr,
|
|
248
|
+
Twitch: ar,
|
|
249
|
+
Vercel: lr,
|
|
250
|
+
Walmart: sr,
|
|
251
|
+
WeaviateApi: nr,
|
|
252
|
+
Workday: cr,
|
|
253
|
+
Wrike: ur,
|
|
254
|
+
X: gr,
|
|
253
255
|
Xero: k,
|
|
254
256
|
XeroApi: k,
|
|
255
|
-
ZohoBooksApi:
|
|
256
|
-
ZohoCreatorApi:
|
|
257
|
-
Youtube:
|
|
258
|
-
Zendesk:
|
|
259
|
-
Zoom:
|
|
257
|
+
ZohoBooksApi: dr,
|
|
258
|
+
ZohoCreatorApi: br,
|
|
259
|
+
Youtube: Ar,
|
|
260
|
+
Zendesk: kr,
|
|
261
|
+
Zoom: Cr
|
|
260
262
|
}, h = (r) => {
|
|
261
263
|
if (!r)
|
|
262
264
|
return n;
|
|
@@ -264,16 +266,16 @@ const d = {
|
|
|
264
266
|
(t) => t.toLowerCase() === m
|
|
265
267
|
);
|
|
266
268
|
return i ? d[i] : n;
|
|
267
|
-
},
|
|
269
|
+
}, xm = (r) => {
|
|
268
270
|
const m = C(r), i = h(m?.id);
|
|
269
271
|
return ({ className: t }) => /* @__PURE__ */ b(i, { className: t });
|
|
270
|
-
},
|
|
272
|
+
}, Fm = (r) => {
|
|
271
273
|
const m = C(r), i = h(m?.id);
|
|
272
274
|
return ({ className: t }) => /* @__PURE__ */ b(i, { className: t });
|
|
273
275
|
};
|
|
274
276
|
export {
|
|
275
277
|
d as TOOLKIT_ICON_MAP,
|
|
276
|
-
|
|
278
|
+
Fm as getToolIconByToolkitName,
|
|
277
279
|
h as getToolkitIcon,
|
|
278
|
-
|
|
280
|
+
xm as getToolkitIconByName
|
|
279
281
|
};
|
|
@@ -1090,19 +1090,6 @@ const r = [
|
|
|
1090
1090
|
isComingSoon: !1,
|
|
1091
1091
|
isHidden: !1
|
|
1092
1092
|
},
|
|
1093
|
-
{
|
|
1094
|
-
id: "MCP",
|
|
1095
|
-
label: "Model Context Protocol (MCP)",
|
|
1096
|
-
isBYOC: !1,
|
|
1097
|
-
isPro: !1,
|
|
1098
|
-
publicIconUrl: `${e}/mcp.svg`,
|
|
1099
|
-
docsLink: "https://docs.arcade.dev/en/resources/integrations/development/mcp",
|
|
1100
|
-
relativeDocsLink: "/en/resources/integrations/development/mcp",
|
|
1101
|
-
category: "development",
|
|
1102
|
-
type: "arcade",
|
|
1103
|
-
isComingSoon: !0,
|
|
1104
|
-
isHidden: !1
|
|
1105
|
-
},
|
|
1106
1093
|
{
|
|
1107
1094
|
id: "Monday",
|
|
1108
1095
|
label: "Monday",
|
|
@@ -1337,6 +1324,19 @@ const r = [
|
|
|
1337
1324
|
isComingSoon: !0,
|
|
1338
1325
|
isHidden: !1
|
|
1339
1326
|
},
|
|
1327
|
+
{
|
|
1328
|
+
id: "Railway",
|
|
1329
|
+
label: "Railway",
|
|
1330
|
+
isBYOC: !1,
|
|
1331
|
+
isPro: !1,
|
|
1332
|
+
publicIconUrl: `${e}/railway.svg`,
|
|
1333
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/development/railway",
|
|
1334
|
+
relativeDocsLink: "/en/resources/integrations/development/railway",
|
|
1335
|
+
category: "development",
|
|
1336
|
+
type: "arcade",
|
|
1337
|
+
isComingSoon: !0,
|
|
1338
|
+
isHidden: !1
|
|
1339
|
+
},
|
|
1340
1340
|
{
|
|
1341
1341
|
id: "Reddit",
|
|
1342
1342
|
label: "Reddit",
|
package/dist/metadata/utils.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { PREBUILT_OAUTH_PROVIDERS as r } from "./oauth-providers.js";
|
|
2
|
-
import {
|
|
2
|
+
import { TOOLKITS as e, TOOLKIT_CATALOGUE as n } from "./toolkits.js";
|
|
3
3
|
const T = (o) => r.find(
|
|
4
4
|
(i) => i.provider_id === o || i.id === o
|
|
5
5
|
), c = (o) => r.find((i) => i.id === o), l = (o) => r.some(
|
|
6
6
|
(i) => i.provider_id === o || i.id === o
|
|
7
|
-
), P = (o) => Object.keys(
|
|
7
|
+
), P = (o) => Object.keys(n).some(
|
|
8
8
|
(i) => i.toLowerCase() === o.toLowerCase()
|
|
9
|
-
), a = (o) =>
|
|
9
|
+
), a = (o) => e.find(
|
|
10
10
|
(t) => t.label.toLowerCase() === o.toLowerCase()
|
|
11
11
|
);
|
|
12
12
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as Pn from "react";
|
|
2
|
-
import { createContext as wn, forwardRef as Qe, createElement as de, useContext as en, useRef as F,
|
|
2
|
+
import { createContext as wn, forwardRef as Qe, createElement as de, useContext as en, useRef as F, useImperativeHandle as nn, useState as ue, useEffect as te, useCallback as B, useMemo as En, useLayoutEffect as In } from "react";
|
|
3
3
|
const Ce = wn(null);
|
|
4
4
|
Ce.displayName = "PanelGroupContext";
|
|
5
5
|
const A = {
|
|
@@ -15,7 +15,7 @@ const A = {
|
|
|
15
15
|
resizeHandleEnabled: "data-panel-resize-handle-enabled",
|
|
16
16
|
resizeHandleId: "data-panel-resize-handle-id",
|
|
17
17
|
resizeHandleState: "data-resize-handle-state"
|
|
18
|
-
}, Be = 10, re =
|
|
18
|
+
}, Be = 10, re = In, Ve = Pn.useId, Cn = typeof Ve == "function" ? Ve : () => null;
|
|
19
19
|
let Rn = 0;
|
|
20
20
|
function Fe(e = null) {
|
|
21
21
|
const n = Cn(), t = F(e || n || null);
|
|
@@ -1271,7 +1271,7 @@ function vn({
|
|
|
1271
1271
|
panelDataArray: g
|
|
1272
1272
|
} = b.current, v = se(g, c);
|
|
1273
1273
|
v >= 0 && (g.splice(v, 1), delete M.current[c.id], b.current.panelDataArrayChanged = !0, R());
|
|
1274
|
-
}, [R]), ie =
|
|
1274
|
+
}, [R]), ie = En(() => ({
|
|
1275
1275
|
collapsePanel: U,
|
|
1276
1276
|
direction: r,
|
|
1277
1277
|
dragState: h,
|
|
@@ -1504,7 +1504,7 @@ function rt({
|
|
|
1504
1504
|
}
|
|
1505
1505
|
rt.displayName = "PanelResizeHandle";
|
|
1506
1506
|
export {
|
|
1507
|
-
|
|
1507
|
+
rt as P,
|
|
1508
1508
|
Ln as a,
|
|
1509
|
-
|
|
1509
|
+
nt as b
|
|
1510
1510
|
};
|
|
@@ -11,9 +11,10 @@ import { ByocBadge as z } from "./components/ui/atoms/byoc-badge.js";
|
|
|
11
11
|
import "./components/ui/atoms/chart.js";
|
|
12
12
|
import "./components/ui/atoms/mobile-tooltip.js";
|
|
13
13
|
import { ProBadge as U } from "./components/ui/atoms/pro-badge.js";
|
|
14
|
-
import "./react-resizable-panels.browser-
|
|
14
|
+
import "./react-resizable-panels.browser-DYl0LXfw.js";
|
|
15
15
|
import "./components/ui/atoms/sidebar.js";
|
|
16
16
|
import { Tooltip as y, TooltipTrigger as w, TooltipContent as C } from "./components/ui/atoms/tooltip.js";
|
|
17
|
+
import "./components/ui/molecules/date-time-picker.js";
|
|
17
18
|
import "./components/ui/molecules/tool-card.js";
|
|
18
19
|
import { areStringArraysEqual as x, createPropsComparator as B } from "./components/ui/utils/memo.js";
|
|
19
20
|
import "./metadata/oauth-providers.js";
|
|
@@ -180,6 +181,7 @@ function X({
|
|
|
180
181
|
className: u(
|
|
181
182
|
"group",
|
|
182
183
|
"relative",
|
|
184
|
+
"h-full",
|
|
183
185
|
"cursor-pointer",
|
|
184
186
|
"overflow-hidden",
|
|
185
187
|
"rounded-lg",
|
|
@@ -291,7 +293,7 @@ const Y = B([
|
|
|
291
293
|
"isByoc",
|
|
292
294
|
"isPro",
|
|
293
295
|
"hideCheckbox"
|
|
294
|
-
]),
|
|
296
|
+
]), ke = f.memo(
|
|
295
297
|
X,
|
|
296
298
|
Y
|
|
297
299
|
);
|
|
@@ -299,5 +301,5 @@ export {
|
|
|
299
301
|
H as O,
|
|
300
302
|
J as R,
|
|
301
303
|
G as S,
|
|
302
|
-
|
|
304
|
+
ke as T
|
|
303
305
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcadeai/design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.27.
|
|
4
|
+
"version": "3.27.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/main.ts",
|
|
7
7
|
"types": "./lib/main.ts",
|
|
@@ -85,12 +85,14 @@
|
|
|
85
85
|
"**/*.css"
|
|
86
86
|
],
|
|
87
87
|
"scripts": {
|
|
88
|
-
"dev": "storybook dev -p 6006",
|
|
88
|
+
"dev": "storybook dev -p 6006 --no-open",
|
|
89
89
|
"dev:types": "tsc -b ./tsconfig.lib.json --watch --preserveWatchOutput",
|
|
90
90
|
"prebuild": "node ./scripts/generate-icon-components.js",
|
|
91
91
|
"build": "tsc -b ./tsconfig.lib.json && vite build && cp lib/global.d.ts dist/",
|
|
92
|
+
"check": "tsc --noEmit",
|
|
92
93
|
"check-types": "tsc --noEmit",
|
|
93
94
|
"test:unit": "vitest --project unit --coverage --run",
|
|
95
|
+
"test:browser": "vitest --project browser --run",
|
|
94
96
|
"test": "vitest --project unit --coverage --run",
|
|
95
97
|
"test:storybook": "vitest --project storybook --run",
|
|
96
98
|
"storybook": "storybook dev -p 6006",
|
|
@@ -110,42 +112,43 @@
|
|
|
110
112
|
"devDependencies": {
|
|
111
113
|
"@chromatic-com/storybook": "4.1.3",
|
|
112
114
|
"@hookform/resolvers": "5.2.2",
|
|
113
|
-
"@monorepo/config": "
|
|
114
|
-
"@storybook/addon-a11y": "
|
|
115
|
-
"@storybook/addon-docs": "
|
|
116
|
-
"@storybook/addon-themes": "
|
|
117
|
-
"@storybook/addon-vitest": "
|
|
118
|
-
"@storybook/react-vite": "
|
|
119
|
-
"@
|
|
120
|
-
"@testing-library/
|
|
121
|
-
"@testing-library/
|
|
122
|
-
"@testing-library/
|
|
115
|
+
"@monorepo/config": "0.0.0",
|
|
116
|
+
"@storybook/addon-a11y": "10.1.11",
|
|
117
|
+
"@storybook/addon-docs": "10.1.11",
|
|
118
|
+
"@storybook/addon-themes": "10.1.11",
|
|
119
|
+
"@storybook/addon-vitest": "10.1.11",
|
|
120
|
+
"@storybook/react-vite": "10.1.11",
|
|
121
|
+
"@tailwindcss/vite": "4.1.18",
|
|
122
|
+
"@testing-library/dom": "10.4.1",
|
|
123
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
124
|
+
"@testing-library/react": "16.3.1",
|
|
125
|
+
"@testing-library/user-event": "14.6.1",
|
|
123
126
|
"@types/node": "24.8.1",
|
|
124
|
-
"@types/react": "
|
|
125
|
-
"@types/react-dom": "
|
|
126
|
-
"@vitejs/plugin-react-swc": "
|
|
127
|
-
"@vitest/browser-playwright": "
|
|
128
|
-
"@vitest/coverage-v8": "
|
|
127
|
+
"@types/react": "19.2.7",
|
|
128
|
+
"@types/react-dom": "19.2.3",
|
|
129
|
+
"@vitejs/plugin-react-swc": "4.2.2",
|
|
130
|
+
"@vitest/browser-playwright": "4.0.16",
|
|
131
|
+
"@vitest/coverage-v8": "4.0.16",
|
|
129
132
|
"chromatic": "13.3.0",
|
|
130
133
|
"glob": "11.0.3",
|
|
131
134
|
"globals": "16.4.0",
|
|
132
135
|
"happy-dom": "20.0.5",
|
|
133
136
|
"lucide-react": "0.546.0",
|
|
134
|
-
"playwright": "
|
|
135
|
-
"react": "
|
|
136
|
-
"react-dom": "
|
|
137
|
+
"playwright": "1.57.0",
|
|
138
|
+
"react": "19.2.3",
|
|
139
|
+
"react-dom": "19.2.3",
|
|
137
140
|
"react-hook-form": "7.66.0",
|
|
138
141
|
"recharts": "3.3.0",
|
|
139
|
-
"storybook": "
|
|
140
|
-
"tailwindcss": "
|
|
141
|
-
"tw-animate-css": "
|
|
142
|
-
"typescript": "
|
|
143
|
-
"vite": "
|
|
144
|
-
"vite-plugin-dts": "
|
|
145
|
-
"vite-plugin-svgr": "
|
|
146
|
-
"vite-tsconfig-paths": "
|
|
147
|
-
"vitest": "
|
|
148
|
-
"zod": "
|
|
142
|
+
"storybook": "10.1.11",
|
|
143
|
+
"tailwindcss": "4.1.18",
|
|
144
|
+
"tw-animate-css": "1.4.0",
|
|
145
|
+
"typescript": "5.9.3",
|
|
146
|
+
"vite": "7.3.0",
|
|
147
|
+
"vite-plugin-dts": "4.5.4",
|
|
148
|
+
"vite-plugin-svgr": "4.5.0",
|
|
149
|
+
"vite-tsconfig-paths": "6.0.3",
|
|
150
|
+
"vitest": "4.0.16",
|
|
151
|
+
"zod": "4.3.4"
|
|
149
152
|
},
|
|
150
153
|
"dependencies": {
|
|
151
154
|
"@arcadeai/arcadejs": "1.11.1",
|
|
@@ -170,12 +173,18 @@
|
|
|
170
173
|
"@radix-ui/react-tabs": "1.1.13",
|
|
171
174
|
"@radix-ui/react-toggle": "1.1.10",
|
|
172
175
|
"@radix-ui/react-tooltip": "1.2.8",
|
|
173
|
-
"@
|
|
174
|
-
"class-variance-authority": "
|
|
175
|
-
"clsx": "
|
|
176
|
+
"@tanstack/react-virtual": "3.13.18",
|
|
177
|
+
"class-variance-authority": "0.7.1",
|
|
178
|
+
"clsx": "2.1.1",
|
|
176
179
|
"cmdk": "1.1.1",
|
|
180
|
+
"date-fns": "^4.1.0",
|
|
181
|
+
"react-day-picker": "^9.13.0",
|
|
177
182
|
"react-resizable-panels": "3.0.6",
|
|
178
|
-
"tailwind-merge": "
|
|
183
|
+
"tailwind-merge": "3.4.0"
|
|
184
|
+
},
|
|
185
|
+
"overrides": {
|
|
186
|
+
"lodash": "4.17.23",
|
|
187
|
+
"lodash-es": "4.17.23"
|
|
179
188
|
},
|
|
180
189
|
"engines": {
|
|
181
190
|
"node": ">=20.17.0"
|