@arcadeai/design-system 3.48.0 → 3.49.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.
Files changed (40) hide show
  1. package/dist/assets/icons/fireflies.js +304 -0
  2. package/dist/assets/icons/insightly.js +32 -0
  3. package/dist/components/index.js +183 -181
  4. package/dist/components/ui/atoms/icons/fireflies.d.ts +4 -0
  5. package/dist/components/ui/atoms/icons/fireflies.d.ts.map +1 -0
  6. package/dist/components/ui/atoms/icons/fireflies.js +299 -0
  7. package/dist/components/ui/atoms/icons/index.d.ts +2 -0
  8. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  9. package/dist/components/ui/atoms/icons/index.js +112 -110
  10. package/dist/components/ui/atoms/icons/insightly.d.ts +4 -0
  11. package/dist/components/ui/atoms/icons/insightly.d.ts.map +1 -0
  12. package/dist/components/ui/atoms/icons/insightly.js +27 -0
  13. package/dist/components/ui/atoms/index.d.ts +0 -1
  14. package/dist/components/ui/atoms/index.d.ts.map +1 -1
  15. package/dist/components/ui/atoms/index.js +139 -138
  16. package/dist/components/ui/index.js +183 -181
  17. package/dist/components/ui/molecules/index.d.ts +2 -0
  18. package/dist/components/ui/molecules/index.d.ts.map +1 -1
  19. package/dist/components/ui/molecules/index.js +9 -8
  20. package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts +1 -2
  21. package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts.map +1 -1
  22. package/dist/components/ui/molecules/mcp-server-picker/server-card.js +51 -57
  23. package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts +1 -6
  24. package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts.map +1 -1
  25. package/dist/components/ui/molecules/mcp-server-picker/tool-card.js +35 -40
  26. package/dist/components/ui/molecules/scroll-fade-area.d.ts +26 -0
  27. package/dist/components/ui/molecules/scroll-fade-area.d.ts.map +1 -0
  28. package/dist/components/ui/molecules/scroll-fade-area.js +25 -0
  29. package/dist/hooks/use-scroll-fade.d.ts +7 -0
  30. package/dist/hooks/use-scroll-fade.d.ts.map +1 -1
  31. package/dist/hooks/use-scroll-fade.js +1 -0
  32. package/dist/main.js +189 -187
  33. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  34. package/dist/metadata/toolkit-icons.js +206 -202
  35. package/dist/metadata/toolkits.d.ts.map +1 -1
  36. package/dist/metadata/toolkits.js +26 -0
  37. package/package.json +2 -2
  38. package/dist/components/ui/atoms/unoptimized-marker.d.ts +0 -16
  39. package/dist/components/ui/atoms/unoptimized-marker.d.ts.map +0 -1
  40. package/dist/components/ui/atoms/unoptimized-marker.js +0 -20
@@ -39,100 +39,102 @@ import { Exa as g } from "../components/ui/atoms/icons/exa.js";
39
39
  import { Factorial as _ } from "../components/ui/atoms/icons/factorial.js";
40
40
  import { Figma as v } from "../components/ui/atoms/icons/figma.js";
41
41
  import { Firecrawl as y } from "../components/ui/atoms/icons/firecrawl.js";
42
- import { FlyIo as b } from "../components/ui/atoms/icons/fly-io.js";
43
- import { Forkable as x } from "../components/ui/atoms/icons/forkable.js";
44
- import { Freshdesk as S } from "../components/ui/atoms/icons/freshdesk.js";
45
- import { Freshservice as C } from "../components/ui/atoms/icons/freshservice.js";
46
- import { Generic as w } from "../components/ui/atoms/icons/generic.js";
47
- import { Github as T } from "../components/ui/atoms/icons/github.js";
48
- import { Gitlab as E } from "../components/ui/atoms/icons/gitlab.js";
49
- import { Glean as D } from "../components/ui/atoms/icons/glean.js";
50
- import { Gmail as O } from "../components/ui/atoms/icons/gmail.js";
51
- import { Google as k } from "../components/ui/atoms/icons/google.js";
52
- import { GoogleCalendar as A } from "../components/ui/atoms/icons/google-calendar.js";
53
- import { GoogleContacts as j } from "../components/ui/atoms/icons/google-contacts.js";
54
- import { GoogleDocs as M } from "../components/ui/atoms/icons/google-docs.js";
55
- import { GoogleDrive as N } from "../components/ui/atoms/icons/google-drive.js";
56
- import { GoogleFinance as xe } from "../components/ui/atoms/icons/google-finance.js";
57
- import { GoogleFlights as Se } from "../components/ui/atoms/icons/google-flights.js";
58
- import { GoogleHotels as Ce } from "../components/ui/atoms/icons/google-hotels.js";
59
- import { GoogleJobs as we } from "../components/ui/atoms/icons/google-jobs.js";
60
- import { GoogleMaps as Te } from "../components/ui/atoms/icons/google-maps.js";
61
- import { GoogleNews as Ee } from "../components/ui/atoms/icons/google-news.js";
62
- import { GoogleSheets as De } from "../components/ui/atoms/icons/google-sheets.js";
63
- import { GoogleShopping as Oe } from "../components/ui/atoms/icons/google-shopping.js";
64
- import { GoogleSlides as ke } from "../components/ui/atoms/icons/google-slides.js";
65
- import { Granola as Ae } from "../components/ui/atoms/icons/granola.js";
66
- import { Heroku as je } from "../components/ui/atoms/icons/heroku.js";
67
- import { Hootsuite as Me } from "../components/ui/atoms/icons/hootsuite.js";
42
+ import { Fireflies as b } from "../components/ui/atoms/icons/fireflies.js";
43
+ import { FlyIo as x } from "../components/ui/atoms/icons/fly-io.js";
44
+ import { Forkable as S } from "../components/ui/atoms/icons/forkable.js";
45
+ import { Freshdesk as C } from "../components/ui/atoms/icons/freshdesk.js";
46
+ import { Freshservice as w } from "../components/ui/atoms/icons/freshservice.js";
47
+ import { Generic as T } from "../components/ui/atoms/icons/generic.js";
48
+ import { Github as E } from "../components/ui/atoms/icons/github.js";
49
+ import { Gitlab as D } from "../components/ui/atoms/icons/gitlab.js";
50
+ import { Glean as O } from "../components/ui/atoms/icons/glean.js";
51
+ import { Gmail as k } from "../components/ui/atoms/icons/gmail.js";
52
+ import { Google as A } from "../components/ui/atoms/icons/google.js";
53
+ import { GoogleCalendar as j } from "../components/ui/atoms/icons/google-calendar.js";
54
+ import { GoogleContacts as M } from "../components/ui/atoms/icons/google-contacts.js";
55
+ import { GoogleDocs as N } from "../components/ui/atoms/icons/google-docs.js";
56
+ import { GoogleDrive as xe } from "../components/ui/atoms/icons/google-drive.js";
57
+ import { GoogleFinance as Se } from "../components/ui/atoms/icons/google-finance.js";
58
+ import { GoogleFlights as Ce } from "../components/ui/atoms/icons/google-flights.js";
59
+ import { GoogleHotels as we } from "../components/ui/atoms/icons/google-hotels.js";
60
+ import { GoogleJobs as Te } from "../components/ui/atoms/icons/google-jobs.js";
61
+ import { GoogleMaps as Ee } from "../components/ui/atoms/icons/google-maps.js";
62
+ import { GoogleNews as De } from "../components/ui/atoms/icons/google-news.js";
63
+ import { GoogleSheets as Oe } from "../components/ui/atoms/icons/google-sheets.js";
64
+ import { GoogleShopping as ke } from "../components/ui/atoms/icons/google-shopping.js";
65
+ import { GoogleSlides as Ae } from "../components/ui/atoms/icons/google-slides.js";
66
+ import { Granola as je } from "../components/ui/atoms/icons/granola.js";
67
+ import { Heroku as Me } from "../components/ui/atoms/icons/heroku.js";
68
+ import { Hootsuite as Ne } from "../components/ui/atoms/icons/hootsuite.js";
68
69
  import { Hubspot as P } from "../components/ui/atoms/icons/hubspot.js";
69
- import { Imgflip as Ne } from "../components/ui/atoms/icons/imgflip.js";
70
- import { Intercom as Pe } from "../components/ui/atoms/icons/intercom.js";
71
- import { Jira as Fe } from "../components/ui/atoms/icons/jira.js";
72
- import { Linear as Ie } from "../components/ui/atoms/icons/linear.js";
73
- import { Linkedin as Le } from "../components/ui/atoms/icons/linkedin.js";
74
- import { Luma as Re } from "../components/ui/atoms/icons/luma.js";
70
+ import { Imgflip as Pe } from "../components/ui/atoms/icons/imgflip.js";
71
+ import { Insightly as Fe } from "../components/ui/atoms/icons/insightly.js";
72
+ import { Intercom as Ie } from "../components/ui/atoms/icons/intercom.js";
73
+ import { Jira as Le } from "../components/ui/atoms/icons/jira.js";
74
+ import { Linear as Re } from "../components/ui/atoms/icons/linear.js";
75
+ import { Linkedin as ze } from "../components/ui/atoms/icons/linkedin.js";
76
+ import { Luma as Be } from "../components/ui/atoms/icons/luma.js";
75
77
  import { Mailchimp as F } from "../components/ui/atoms/icons/mailchimp.js";
76
- import { MathToolkit as ze } from "../components/ui/atoms/icons/math-toolkit.js";
77
- import { Mcp as Be } from "../components/ui/atoms/icons/mcp.js";
78
- import { MicrosoftDynamics as Ve } from "../components/ui/atoms/icons/microsoft-dynamics.js";
79
- import { MicrosoftExcel as He } from "../components/ui/atoms/icons/microsoft-excel.js";
80
- import { MicrosoftOnedrive as Ue } from "../components/ui/atoms/icons/microsoft-onedrive.js";
81
- import { MicrosoftOutlookCalendar as I } from "../components/ui/atoms/icons/microsoft-outlook-calendar.js";
82
- import { MicrosoftOutlookMail as L } from "../components/ui/atoms/icons/microsoft-outlook-mail.js";
83
- import { MicrosoftPowerpoint as We } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
84
- import { MicrosoftSharepoint as R } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
85
- import { MicrosoftTeams as Ge } from "../components/ui/atoms/icons/microsoft-teams.js";
86
- import { MicrosoftWord as Ke } from "../components/ui/atoms/icons/microsoft-word.js";
87
- import { Miro as z } from "../components/ui/atoms/icons/miro.js";
88
- import { Monday as qe } from "../components/ui/atoms/icons/monday.js";
89
- import { MongoDB as Je } from "../components/ui/atoms/icons/mongodb.js";
90
- import { Netsuite as Ye } from "../components/ui/atoms/icons/netsuite.js";
91
- import { Notion as B } from "../components/ui/atoms/icons/notion.js";
92
- import { Obsidian as Xe } from "../components/ui/atoms/icons/obsidian.js";
93
- import { Okta as Ze } from "../components/ui/atoms/icons/okta.js";
94
- import { Pagerduty as V } from "../components/ui/atoms/icons/pagerduty.js";
95
- import { Pinecone as Qe } from "../components/ui/atoms/icons/pinecone.js";
96
- import { Pinterest as $e } from "../components/ui/atoms/icons/pinterest.js";
97
- import { Pipedrive as et } from "../components/ui/atoms/icons/pipedrive.js";
98
- import { Plaid as tt } from "../components/ui/atoms/icons/plaid.js";
99
- import { Postgres as nt } from "../components/ui/atoms/icons/postgres.js";
100
- import { Posthog as H } from "../components/ui/atoms/icons/posthog.js";
101
- import { Pylon as U } from "../components/ui/atoms/icons/pylon.js";
102
- import { Quickbooks as rt } from "../components/ui/atoms/icons/quickbooks.js";
103
- import { Railway as it } from "../components/ui/atoms/icons/railway.js";
104
- import { Reddit as at } from "../components/ui/atoms/icons/reddit.js";
105
- import { Resend as ot } from "../components/ui/atoms/icons/resend.js";
106
- import { Salesforce as st } from "../components/ui/atoms/icons/salesforce.js";
107
- import { Shopify as ct } from "../components/ui/atoms/icons/shopify.js";
108
- import { Singlestore as lt } from "../components/ui/atoms/icons/singlestore.js";
109
- import { Slack as W } from "../components/ui/atoms/icons/slack.js";
110
- import { Snowflake as ut } from "../components/ui/atoms/icons/snowflake.js";
111
- import { Splunk as dt } from "../components/ui/atoms/icons/splunk.js";
112
- import { Spotify as ft } from "../components/ui/atoms/icons/spotify.js";
113
- import { Square as G } from "../components/ui/atoms/icons/square.js";
114
- import { Squarespace as pt } from "../components/ui/atoms/icons/squarespace.js";
115
- import { Squareup as mt } from "../components/ui/atoms/icons/squareup.js";
116
- import { Stripe as K } from "../components/ui/atoms/icons/stripe.js";
117
- import { Telegram as ht } from "../components/ui/atoms/icons/telegram.js";
118
- import { Ticktick as gt } from "../components/ui/atoms/icons/ticktick.js";
119
- import { Tiktok as _t } from "../components/ui/atoms/icons/tiktok.js";
120
- import { Trello as vt } from "../components/ui/atoms/icons/trello.js";
121
- import { Twilio as yt } from "../components/ui/atoms/icons/twilio.js";
122
- import { Twitch as bt } from "../components/ui/atoms/icons/twitch.js";
123
- import { Vercel as xt } from "../components/ui/atoms/icons/vercel.js";
124
- import { Walmart as St } from "../components/ui/atoms/icons/walmart.js";
125
- import { Weaviate as Ct } from "../components/ui/atoms/icons/weaviate.js";
126
- import { Workday as wt } from "../components/ui/atoms/icons/workday.js";
127
- import { Wrike as Tt } from "../components/ui/atoms/icons/wrike.js";
128
- import { X as Et } from "../components/ui/atoms/icons/x.js";
129
- import { Xero as q } from "../components/ui/atoms/icons/xero.js";
130
- import { Youtube as Dt } from "../components/ui/atoms/icons/youtube.js";
131
- import { Yugabytedb as Ot } from "../components/ui/atoms/icons/yugabytedb.js";
132
- import { Zendesk as kt } from "../components/ui/atoms/icons/zendesk.js";
133
- import { ZohoBooks as At } from "../components/ui/atoms/icons/zoho-books.js";
134
- import { ZohoCreator as jt } from "../components/ui/atoms/icons/zoho-creator.js";
135
- import { Zoom as J } from "../components/ui/atoms/icons/zoom.js";
78
+ import { MathToolkit as Ve } from "../components/ui/atoms/icons/math-toolkit.js";
79
+ import { Mcp as He } from "../components/ui/atoms/icons/mcp.js";
80
+ import { MicrosoftDynamics as Ue } from "../components/ui/atoms/icons/microsoft-dynamics.js";
81
+ import { MicrosoftExcel as I } from "../components/ui/atoms/icons/microsoft-excel.js";
82
+ import { MicrosoftOnedrive as We } from "../components/ui/atoms/icons/microsoft-onedrive.js";
83
+ import { MicrosoftOutlookCalendar as L } from "../components/ui/atoms/icons/microsoft-outlook-calendar.js";
84
+ import { MicrosoftOutlookMail as R } from "../components/ui/atoms/icons/microsoft-outlook-mail.js";
85
+ import { MicrosoftPowerpoint as Ge } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
86
+ import { MicrosoftSharepoint as z } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
87
+ import { MicrosoftTeams as Ke } from "../components/ui/atoms/icons/microsoft-teams.js";
88
+ import { MicrosoftWord as qe } from "../components/ui/atoms/icons/microsoft-word.js";
89
+ import { Miro as B } from "../components/ui/atoms/icons/miro.js";
90
+ import { Monday as Je } from "../components/ui/atoms/icons/monday.js";
91
+ import { MongoDB as Ye } from "../components/ui/atoms/icons/mongodb.js";
92
+ import { Netsuite as Xe } from "../components/ui/atoms/icons/netsuite.js";
93
+ import { Notion as V } from "../components/ui/atoms/icons/notion.js";
94
+ import { Obsidian as Ze } from "../components/ui/atoms/icons/obsidian.js";
95
+ import { Okta as Qe } from "../components/ui/atoms/icons/okta.js";
96
+ import { Pagerduty as H } from "../components/ui/atoms/icons/pagerduty.js";
97
+ import { Pinecone as $e } from "../components/ui/atoms/icons/pinecone.js";
98
+ import { Pinterest as et } from "../components/ui/atoms/icons/pinterest.js";
99
+ import { Pipedrive as tt } from "../components/ui/atoms/icons/pipedrive.js";
100
+ import { Plaid as nt } from "../components/ui/atoms/icons/plaid.js";
101
+ import { Postgres as rt } from "../components/ui/atoms/icons/postgres.js";
102
+ import { Posthog as U } from "../components/ui/atoms/icons/posthog.js";
103
+ import { Pylon as W } from "../components/ui/atoms/icons/pylon.js";
104
+ import { Quickbooks as it } from "../components/ui/atoms/icons/quickbooks.js";
105
+ import { Railway as at } from "../components/ui/atoms/icons/railway.js";
106
+ import { Reddit as ot } from "../components/ui/atoms/icons/reddit.js";
107
+ import { Resend as st } from "../components/ui/atoms/icons/resend.js";
108
+ import { Salesforce as ct } from "../components/ui/atoms/icons/salesforce.js";
109
+ import { Shopify as lt } from "../components/ui/atoms/icons/shopify.js";
110
+ import { Singlestore as ut } from "../components/ui/atoms/icons/singlestore.js";
111
+ import { Slack as G } from "../components/ui/atoms/icons/slack.js";
112
+ import { Snowflake as dt } from "../components/ui/atoms/icons/snowflake.js";
113
+ import { Splunk as ft } from "../components/ui/atoms/icons/splunk.js";
114
+ import { Spotify as pt } from "../components/ui/atoms/icons/spotify.js";
115
+ import { Square as K } from "../components/ui/atoms/icons/square.js";
116
+ import { Squarespace as mt } from "../components/ui/atoms/icons/squarespace.js";
117
+ import { Squareup as ht } from "../components/ui/atoms/icons/squareup.js";
118
+ import { Stripe as q } from "../components/ui/atoms/icons/stripe.js";
119
+ import { Telegram as gt } from "../components/ui/atoms/icons/telegram.js";
120
+ import { Ticktick as _t } from "../components/ui/atoms/icons/ticktick.js";
121
+ import { Tiktok as vt } from "../components/ui/atoms/icons/tiktok.js";
122
+ import { Trello as yt } from "../components/ui/atoms/icons/trello.js";
123
+ import { Twilio as bt } from "../components/ui/atoms/icons/twilio.js";
124
+ import { Twitch as xt } from "../components/ui/atoms/icons/twitch.js";
125
+ import { Vercel as St } from "../components/ui/atoms/icons/vercel.js";
126
+ import { Walmart as Ct } from "../components/ui/atoms/icons/walmart.js";
127
+ import { Weaviate as wt } from "../components/ui/atoms/icons/weaviate.js";
128
+ import { Workday as Tt } from "../components/ui/atoms/icons/workday.js";
129
+ import { Wrike as Et } from "../components/ui/atoms/icons/wrike.js";
130
+ import { X as Dt } from "../components/ui/atoms/icons/x.js";
131
+ import { Xero as J } from "../components/ui/atoms/icons/xero.js";
132
+ import { Youtube as Ot } from "../components/ui/atoms/icons/youtube.js";
133
+ import { Yugabytedb as kt } from "../components/ui/atoms/icons/yugabytedb.js";
134
+ import { Zendesk as At } from "../components/ui/atoms/icons/zendesk.js";
135
+ import { ZohoBooks as jt } from "../components/ui/atoms/icons/zoho-books.js";
136
+ import { ZohoCreator as Mt } from "../components/ui/atoms/icons/zoho-creator.js";
137
+ import { Zoom as Nt } from "../components/ui/atoms/icons/zoom.js";
136
138
  import { findToolkitByName as Y } from "./utils.js";
137
139
  import { jsx as X } from "react/jsx-runtime";
138
140
  //#region lib/metadata/toolkit-icons.tsx
@@ -189,31 +191,32 @@ var Z = {
189
191
  Figma: v,
190
192
  FigmaApi: v,
191
193
  Firecrawl: y,
192
- FlyIo: b,
193
- Forkable: x,
194
- Freshdesk: S,
195
- FreshserviceApi: C,
196
- Github: T,
197
- GitLab: E,
198
- Glean: D,
199
- Gmail: O,
200
- GoogleCalendar: A,
201
- GoogleContacts: j,
202
- GoogleDocs: M,
203
- GoogleDrive: N,
204
- GoogleFinance: xe,
205
- GoogleFlights: Se,
206
- GoogleHotels: Ce,
207
- GoogleJobs: we,
208
- GoogleMaps: Te,
209
- GoogleNews: Ee,
210
- GoogleSearch: k,
211
- GoogleSheets: De,
212
- GoogleShopping: Oe,
213
- GoogleSlides: ke,
214
- Granola: Ae,
215
- Heroku: je,
216
- Hootsuite: Me,
194
+ Fireflies: b,
195
+ FlyIo: x,
196
+ Forkable: S,
197
+ Freshdesk: C,
198
+ FreshserviceApi: w,
199
+ Github: E,
200
+ GitLab: D,
201
+ Glean: O,
202
+ Gmail: k,
203
+ GoogleCalendar: j,
204
+ GoogleContacts: M,
205
+ GoogleDocs: N,
206
+ GoogleDrive: xe,
207
+ GoogleFinance: Se,
208
+ GoogleFlights: Ce,
209
+ GoogleHotels: we,
210
+ GoogleJobs: Te,
211
+ GoogleMaps: Ee,
212
+ GoogleNews: De,
213
+ GoogleSearch: A,
214
+ GoogleSheets: Oe,
215
+ GoogleShopping: ke,
216
+ GoogleSlides: Ae,
217
+ Granola: je,
218
+ Heroku: Me,
219
+ Hootsuite: Ne,
217
220
  Hubspot: P,
218
221
  HubspotAutomationApi: P,
219
222
  HubspotCmsApi: P,
@@ -223,99 +226,100 @@ var Z = {
223
226
  HubspotMarketingApi: P,
224
227
  HubspotMeetingsApi: P,
225
228
  HubspotUsersApi: P,
226
- Imgflip: Ne,
227
- IntercomApi: Pe,
228
- Jira: Fe,
229
- Linear: Ie,
230
- Linkedin: Le,
231
- LumaApi: Re,
229
+ Imgflip: Pe,
230
+ Insightly: Fe,
231
+ IntercomApi: Ie,
232
+ Jira: Le,
233
+ Linear: Re,
234
+ Linkedin: ze,
235
+ LumaApi: Be,
232
236
  Mailchimp: F,
233
237
  MailchimpMarketingApi: F,
234
- Math: ze,
235
- MCP: Be,
236
- MicrosoftDynamics: Ve,
237
- MicrosoftExcel: He,
238
- MicrosoftOutlookCalendar: I,
239
- MicrosoftOutlookMail: L,
240
- MicrosoftPowerpoint: We,
241
- MicrosoftSharePoint: R,
242
- Sharepoint: R,
243
- MicrosoftTeams: Ge,
244
- MicrosoftWord: Ke,
245
- Miro: z,
246
- MiroApi: z,
247
- Monday: qe,
248
- MongoDB: Je,
249
- Netsuite: Ye,
250
- Notion: B,
251
- NotionToolkit: B,
252
- Obsidian: Xe,
253
- Okta: Ze,
254
- MicrosoftOnedrive: Ue,
255
- OutlookCalendar: I,
256
- OutlookMail: L,
257
- PagerDuty: V,
258
- PagerDutyApi: V,
259
- Pinecone: Qe,
260
- Pinterest: $e,
261
- Pipedrive: et,
262
- Plaid: tt,
263
- Posthog: H,
264
- PosthogApi: H,
265
- Postgres: nt,
266
- Pylon: U,
267
- PylonApi: U,
268
- Quickbooks: rt,
269
- Railway: it,
270
- Reddit: at,
271
- Resend: ot,
272
- Salesforce: st,
273
- Shopify: ct,
274
- Singlestore: lt,
275
- Slack: W,
276
- SlackApi: W,
277
- Snowflake: ut,
278
- Splunk: dt,
279
- Spotify: ft,
280
- Square: G,
281
- Squareup: mt,
282
- SquareupApi: G,
283
- SquareUpApi: G,
284
- Squarespace: pt,
285
- Stripe: K,
286
- StripeApi: K,
287
- Telegram: ht,
288
- Tiktok: _t,
289
- TickTickApi: gt,
290
- TrelloApi: vt,
291
- Twilio: yt,
292
- Twitch: bt,
293
- Vercel: xt,
294
- Walmart: St,
295
- WeaviateApi: Ct,
296
- Workday: wt,
297
- Wrike: Tt,
298
- X: Et,
299
- Xero: q,
300
- XeroApi: q,
301
- YugabyteDB: Ot,
302
- ZohoBooksApi: At,
303
- ZohoCreatorApi: jt,
304
- Youtube: Dt,
305
- Zendesk: kt,
306
- Zoom: J
307
- }, Mt = new Map(Object.entries(Z).map(([e, t]) => [e.toLowerCase(), t])), Q = (e) => {
308
- let t = e ? Mt.get(e.toLowerCase()) : void 0;
238
+ Math: Ve,
239
+ MCP: He,
240
+ MicrosoftDynamics: Ue,
241
+ MicrosoftExcel: I,
242
+ MicrosoftOutlookCalendar: L,
243
+ MicrosoftOutlookMail: R,
244
+ MicrosoftPowerpoint: Ge,
245
+ MicrosoftSharePoint: z,
246
+ Sharepoint: z,
247
+ MicrosoftTeams: Ke,
248
+ MicrosoftWord: qe,
249
+ Miro: B,
250
+ MiroApi: B,
251
+ Monday: Je,
252
+ MongoDB: Ye,
253
+ Netsuite: Xe,
254
+ Notion: V,
255
+ NotionToolkit: V,
256
+ Obsidian: Ze,
257
+ Okta: Qe,
258
+ MicrosoftOnedrive: We,
259
+ OutlookCalendar: L,
260
+ OutlookMail: R,
261
+ PagerDuty: H,
262
+ PagerDutyApi: H,
263
+ Pinecone: $e,
264
+ Pinterest: et,
265
+ Pipedrive: tt,
266
+ Plaid: nt,
267
+ Posthog: U,
268
+ PosthogApi: U,
269
+ Postgres: rt,
270
+ Pylon: W,
271
+ PylonApi: W,
272
+ Quickbooks: it,
273
+ Railway: at,
274
+ Reddit: ot,
275
+ Resend: st,
276
+ Salesforce: ct,
277
+ Shopify: lt,
278
+ Singlestore: ut,
279
+ Slack: G,
280
+ SlackApi: G,
281
+ Snowflake: dt,
282
+ Splunk: ft,
283
+ Spotify: pt,
284
+ Square: K,
285
+ Squareup: ht,
286
+ SquareupApi: K,
287
+ SquareUpApi: K,
288
+ Squarespace: mt,
289
+ Stripe: q,
290
+ StripeApi: q,
291
+ Telegram: gt,
292
+ Tiktok: vt,
293
+ TickTickApi: _t,
294
+ TrelloApi: yt,
295
+ Twilio: bt,
296
+ Twitch: xt,
297
+ Vercel: St,
298
+ Walmart: Ct,
299
+ WeaviateApi: wt,
300
+ Workday: Tt,
301
+ Wrike: Et,
302
+ X: Dt,
303
+ Xero: J,
304
+ XeroApi: J,
305
+ YugabyteDB: kt,
306
+ ZohoBooksApi: jt,
307
+ ZohoCreatorApi: Mt,
308
+ Youtube: Ot,
309
+ Zendesk: At,
310
+ Zoom: Nt
311
+ }, Pt = new Map(Object.entries(Z).map(([e, t]) => [e.toLowerCase(), t])), Q = (e) => {
312
+ let t = e ? Pt.get(e.toLowerCase()) : void 0;
309
313
  return {
310
- Icon: t ?? w,
314
+ Icon: t ?? T,
311
315
  hasBrandIcon: !!t
312
316
  };
313
- }, $ = (e) => Q(e).Icon, Nt = (e) => Q(e).hasBrandIcon, Pt = (e) => {
317
+ }, $ = (e) => Q(e).Icon, Ft = (e) => Q(e).hasBrandIcon, It = (e) => {
314
318
  let t = $(Y(e)?.id);
315
319
  return ({ className: e }) => /* @__PURE__ */ X(t, { className: e });
316
- }, Ft = (e) => {
320
+ }, Lt = (e) => {
317
321
  let t = $(Y(e)?.id);
318
322
  return ({ className: e }) => /* @__PURE__ */ X(t, { className: e });
319
323
  };
320
324
  //#endregion
321
- export { Z as TOOLKIT_ICON_MAP, Ft as getToolIconByToolkitName, $ as getToolkitIcon, Pt as getToolkitIconByName, Nt as hasToolkitIcon, Q as resolveToolkitIcon };
325
+ export { Z as TOOLKIT_ICON_MAP, Lt as getToolIconByToolkitName, $ as getToolkitIcon, It as getToolkitIconByName, Ft as hasToolkitIcon, Q as resolveToolkitIcon };
@@ -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,EAkuE7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAMrD,CAAC"}
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,EA8vE7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAMrD,CAAC"}
@@ -705,6 +705,19 @@ var t = [
705
705
  isComingSoon: !1,
706
706
  isHidden: !1
707
707
  },
708
+ {
709
+ id: "Fireflies",
710
+ label: "Fireflies",
711
+ isBYOC: !0,
712
+ isPro: !1,
713
+ publicIconUrl: `${e}/fireflies.svg`,
714
+ docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/fireflies",
715
+ relativeDocsLink: "/en/resources/integrations/productivity/fireflies",
716
+ category: "productivity",
717
+ type: "arcade",
718
+ isComingSoon: !1,
719
+ isHidden: !1
720
+ },
708
721
  {
709
722
  id: "FlyIo",
710
723
  label: "Fly.io",
@@ -1173,6 +1186,19 @@ var t = [
1173
1186
  isComingSoon: !1,
1174
1187
  isHidden: !1
1175
1188
  },
1189
+ {
1190
+ id: "Insightly",
1191
+ label: "Insightly",
1192
+ isBYOC: !1,
1193
+ isPro: !1,
1194
+ publicIconUrl: `${e}/insightly.svg`,
1195
+ docsLink: "https://docs.arcade.dev/en/resources/integrations/sales/insightly",
1196
+ relativeDocsLink: "/en/resources/integrations/sales/insightly",
1197
+ category: "sales",
1198
+ type: "arcade",
1199
+ isComingSoon: !1,
1200
+ isHidden: !1
1201
+ },
1176
1202
  {
1177
1203
  id: "IntercomApi",
1178
1204
  label: "Intercom API",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcadeai/design-system",
3
3
  "private": false,
4
- "version": "3.48.0",
4
+ "version": "3.49.1",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",
@@ -41,7 +41,7 @@
41
41
  "dev:types": "tsc -b ./tsconfig.lib.json --watch --preserveWatchOutput",
42
42
  "prebuild": "bun run generate-icons",
43
43
  "prepack": "bun ./scripts/sync-publish-exports.ts",
44
- "build": "tsc -b ./tsconfig.lib.json && vite build && cp lib/global.d.ts dist/",
44
+ "build": "bun --bun tsc -b ./tsconfig.lib.json && bun --bun vite build && cp lib/global.d.ts dist/",
45
45
  "check": "bunx biome check --write && tsc --noEmit",
46
46
  "clean": "rm -rf dist dist-ssr storybook-static coverage",
47
47
  "test:unit": "vitest --project unit --coverage --run",
@@ -1,16 +0,0 @@
1
- import type * as React from "react";
2
- export type UnoptimizedMarkerProps = {
3
- /**
4
- * Show the `{}` marker. When false the slot collapses to zero width (and
5
- * fades out) so the row it sits in doesn't shift between states.
6
- */
7
- active: boolean;
8
- } & React.ComponentProps<"span">;
9
- /**
10
- * The `{}` braces marker flagging an unoptimized (action-level) tool or server.
11
- * Renders inside a fixed-height slot that animates its width and opacity, so it
12
- * can appear and disappear in place without nudging the surrounding layout.
13
- * Shared by `McpServerCard` and `McpToolCard` so the marker stays identical.
14
- */
15
- export declare function UnoptimizedMarker({ active, className, ...props }: UnoptimizedMarkerProps): React.JSX.Element;
16
- //# sourceMappingURL=unoptimized-marker.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unoptimized-marker.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/unoptimized-marker.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAGpC,MAAM,MAAM,sBAAsB,GAAG;IACnC;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAC;CACjB,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;AAEjC;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,EAChC,MAAM,EACN,SAAS,EACT,GAAG,KAAK,EACT,EAAE,sBAAsB,qBAexB"}
@@ -1,20 +0,0 @@
1
- "use client";
2
- "use client";
3
- import { cn as e } from "../../../lib/utils.js";
4
- import { jsx as t } from "react/jsx-runtime";
5
- import { Braces as n } from "lucide-react";
6
- //#region lib/components/ui/atoms/unoptimized-marker.tsx
7
- function r({ active: r, className: i, ...a }) {
8
- return /* @__PURE__ */ t("span", {
9
- ...a,
10
- "aria-hidden": !0,
11
- className: e("inline-flex h-4 shrink-0 items-center justify-center overflow-hidden text-muted-foreground transition-[width,opacity] duration-[var(--duration-fast)] ease-[var(--ease-smooth)] motion-reduce:transition-none", r ? "w-4 opacity-100" : "w-0 opacity-0", i),
12
- "data-slot": "unoptimized-marker",
13
- children: r ? /* @__PURE__ */ t(n, {
14
- "aria-hidden": !0,
15
- className: "ds-pop-in size-3.5"
16
- }) : null
17
- });
18
- }
19
- //#endregion
20
- export { r as UnoptimizedMarker };