@arcadeai/design-system 3.33.2 → 3.35.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/README.md +30 -317
- package/dist/arcade-logo-BVV97-cr.js +33 -0
- package/dist/assets/icons/granola.js +14 -0
- package/dist/assets/images/arcade-grid.d.ts +1 -1
- package/dist/assets/images/arcade-grid.d.ts.map +1 -1
- package/dist/assets/images/arcade-logo.d.ts +1 -1
- package/dist/assets/images/arcade-logo.d.ts.map +1 -1
- package/dist/assets/images/arcade-logo.js +10 -31
- package/dist/components/index.js +597 -567
- package/dist/components/ui/atoms/accordion.d.ts +1 -1
- package/dist/components/ui/atoms/accordion.d.ts.map +1 -1
- package/dist/components/ui/atoms/alert-dialog.d.ts +1 -1
- package/dist/components/ui/atoms/alert-dialog.d.ts.map +1 -1
- package/dist/components/ui/atoms/alert.d.ts +1 -1
- package/dist/components/ui/atoms/alert.d.ts.map +1 -1
- package/dist/components/ui/atoms/avatar-notification-badge.d.ts +34 -0
- package/dist/components/ui/atoms/avatar-notification-badge.d.ts.map +1 -0
- package/dist/components/ui/atoms/avatar-notification-badge.js +78 -0
- package/dist/components/ui/atoms/avatar.d.ts +1 -1
- package/dist/components/ui/atoms/avatar.d.ts.map +1 -1
- package/dist/components/ui/atoms/breadcrumb.d.ts +1 -1
- package/dist/components/ui/atoms/breadcrumb.d.ts.map +1 -1
- package/dist/components/ui/atoms/card.d.ts +1 -1
- package/dist/components/ui/atoms/card.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.d.ts +1 -1
- package/dist/components/ui/atoms/chart.d.ts.map +1 -1
- package/dist/components/ui/atoms/chat-container.d.ts +1 -1
- package/dist/components/ui/atoms/chat-container.d.ts.map +1 -1
- package/dist/components/ui/atoms/code-block.d.ts +1 -1
- package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
- package/dist/components/ui/atoms/collapsible.d.ts +1 -1
- package/dist/components/ui/atoms/command.d.ts +1 -1
- package/dist/components/ui/atoms/command.d.ts.map +1 -1
- package/dist/components/ui/atoms/command.js +364 -288
- package/dist/components/ui/atoms/copy-button.d.ts +1 -1
- package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
- package/dist/components/ui/atoms/dropdown-menu.d.ts +1 -1
- package/dist/components/ui/atoms/dropdown-menu.d.ts.map +1 -1
- package/dist/components/ui/atoms/form.d.ts +1 -1
- package/dist/components/ui/atoms/form.d.ts.map +1 -1
- package/dist/components/ui/atoms/hover-card.d.ts +1 -1
- package/dist/components/ui/atoms/icons/granola.d.ts +4 -0
- package/dist/components/ui/atoms/icons/granola.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/granola.js +20 -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 +156 -154
- package/dist/components/ui/atoms/index.d.ts +3 -0
- package/dist/components/ui/atoms/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/index.js +514 -504
- package/dist/components/ui/atoms/json-highlight.d.ts +60 -0
- package/dist/components/ui/atoms/json-highlight.d.ts.map +1 -0
- package/dist/components/ui/atoms/json-highlight.js +77 -0
- package/dist/components/ui/atoms/loader.d.ts +1 -1
- package/dist/components/ui/atoms/loader.d.ts.map +1 -1
- package/dist/components/ui/atoms/markdown.js +1 -1
- package/dist/components/ui/atoms/popover.d.ts +1 -1
- package/dist/components/ui/atoms/popover.d.ts.map +1 -1
- package/dist/components/ui/atoms/resizable.d.ts +1 -1
- package/dist/components/ui/atoms/resizable.d.ts.map +1 -1
- package/dist/components/ui/atoms/scroll-button.d.ts +1 -1
- package/dist/components/ui/atoms/scroll-button.d.ts.map +1 -1
- package/dist/components/ui/atoms/scroll-button.js +8 -8
- package/dist/components/ui/atoms/sheet.d.ts +1 -1
- package/dist/components/ui/atoms/sheet.d.ts.map +1 -1
- package/dist/components/ui/atoms/table.d.ts +1 -1
- package/dist/components/ui/atoms/table.d.ts.map +1 -1
- package/dist/components/ui/atoms/tabs.d.ts +1 -1
- package/dist/components/ui/atoms/tabs.d.ts.map +1 -1
- package/dist/components/ui/atoms/tooltip.d.ts +4 -2
- package/dist/components/ui/atoms/tooltip.d.ts.map +1 -1
- package/dist/components/ui/atoms/tooltip.js +3 -2
- package/dist/components/ui/atoms/view-tools-control.d.ts +1 -1
- package/dist/components/ui/atoms/view-tools-control.d.ts.map +1 -1
- package/dist/components/ui/atoms/view-tools-control.js +20 -19
- package/dist/components/ui/index.js +597 -567
- package/dist/components/ui/molecules/chat-message-list.d.ts +5 -2
- package/dist/components/ui/molecules/chat-message-list.d.ts.map +1 -1
- package/dist/components/ui/molecules/chat-message-list.js +2 -2
- package/dist/components/ui/molecules/index.d.ts +8 -0
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +48 -28
- package/dist/components/ui/molecules/message.d.ts +2 -2
- package/dist/components/ui/molecules/message.d.ts.map +1 -1
- package/dist/components/ui/molecules/message.js +1 -1
- package/dist/components/ui/molecules/prompt-input.d.ts +1 -1
- package/dist/components/ui/molecules/prompt-input.d.ts.map +1 -1
- package/dist/components/ui/molecules/prompt-input.js +20 -20
- package/dist/components/ui/molecules/requirement-badges.js +9 -5
- package/dist/components/ui/molecules/switcher.d.ts +83 -0
- package/dist/components/ui/molecules/switcher.d.ts.map +1 -0
- package/dist/components/ui/molecules/switcher.js +164 -0
- package/dist/components/ui/molecules/tool-authorization.d.ts +56 -0
- package/dist/components/ui/molecules/tool-authorization.d.ts.map +1 -0
- package/dist/components/ui/molecules/tool-authorization.js +160 -0
- package/dist/components/ui/molecules/tool-call-accordion.d.ts +36 -0
- package/dist/components/ui/molecules/tool-call-accordion.d.ts.map +1 -0
- package/dist/components/ui/molecules/tool-call-accordion.js +301 -0
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/user-nav.d.ts +65 -0
- package/dist/components/ui/molecules/user-nav.d.ts.map +1 -0
- package/dist/components/ui/molecules/user-nav.js +154 -0
- package/dist/components/ui/pages/chat-page.d.ts +18 -10
- package/dist/components/ui/pages/chat-page.d.ts.map +1 -1
- package/dist/components/ui/pages/chat-page.js +328 -243
- package/dist/components/ui/pages/login-page.js +6 -6
- package/dist/components/ui/templates/chat-template.d.ts +1 -1
- package/dist/components/ui/templates/chat-template.d.ts.map +1 -1
- package/dist/components/ui/templates/chat-template.js +11 -11
- package/dist/{highlighted-body-TPN3WLV5-DyOGcftJ.js → highlighted-body-TPN3WLV5-D6UnKGod.js} +1 -1
- package/dist/lib/utils.js +1 -1
- package/dist/main.js +623 -593
- package/dist/{markdown-9KGBuupR.js → markdown-D0xxRbwP.js} +2597 -2592
- package/dist/mermaid-O7DHMXV3-gUrB-Xs1.js +4 -0
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +130 -128
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/dist/{toolkit-card-k8jio69G.js → toolkit-card-B97E7TBA.js} +15 -12
- package/package.json +6 -6
- package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +0 -4
|
@@ -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,CAyJtD,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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as G } from "react/jsx-runtime";
|
|
2
2
|
import { Adp as S } from "../components/ui/atoms/icons/adp.js";
|
|
3
3
|
import { Aha as B } from "../components/ui/atoms/icons/aha.js";
|
|
4
4
|
import { Airtable as f } from "../components/ui/atoms/icons/airtable.js";
|
|
@@ -55,78 +55,79 @@ import { GoogleHotels as ko } from "../components/ui/atoms/icons/google-hotels.j
|
|
|
55
55
|
import { GoogleJobs as bo } from "../components/ui/atoms/icons/google-jobs.js";
|
|
56
56
|
import { GoogleMaps as ho } from "../components/ui/atoms/icons/google-maps.js";
|
|
57
57
|
import { GoogleNews as Co } from "../components/ui/atoms/icons/google-news.js";
|
|
58
|
-
import { GoogleSheets as
|
|
59
|
-
import { GoogleShopping as
|
|
58
|
+
import { GoogleSheets as Go } from "../components/ui/atoms/icons/google-sheets.js";
|
|
59
|
+
import { GoogleShopping as yo } from "../components/ui/atoms/icons/google-shopping.js";
|
|
60
60
|
import { GoogleSlides as Mo } from "../components/ui/atoms/icons/google-slides.js";
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
61
|
+
import { Granola as So } from "../components/ui/atoms/icons/granola.js";
|
|
62
|
+
import { Heroku as Bo } from "../components/ui/atoms/icons/heroku.js";
|
|
63
|
+
import { Hootsuite as Po } from "../components/ui/atoms/icons/hootsuite.js";
|
|
63
64
|
import { Hubspot as o } from "../components/ui/atoms/icons/hubspot.js";
|
|
64
|
-
import { Imgflip as
|
|
65
|
-
import { Intercom as
|
|
66
|
-
import { Jira as
|
|
67
|
-
import { Linear as
|
|
68
|
-
import { Linkedin as
|
|
69
|
-
import { Luma as
|
|
65
|
+
import { Imgflip as To } from "../components/ui/atoms/icons/imgflip.js";
|
|
66
|
+
import { Intercom as Do } from "../components/ui/atoms/icons/intercom.js";
|
|
67
|
+
import { Jira as wo } from "../components/ui/atoms/icons/jira.js";
|
|
68
|
+
import { Linear as Ho } from "../components/ui/atoms/icons/linear.js";
|
|
69
|
+
import { Linkedin as Oo } from "../components/ui/atoms/icons/linkedin.js";
|
|
70
|
+
import { Luma as xo } from "../components/ui/atoms/icons/luma.js";
|
|
70
71
|
import { Mailchimp as c } from "../components/ui/atoms/icons/mailchimp.js";
|
|
71
|
-
import { MathToolkit as
|
|
72
|
-
import { Mcp as
|
|
73
|
-
import { MicrosoftDynamics as
|
|
74
|
-
import { MicrosoftExcel as
|
|
75
|
-
import { MicrosoftOnedrive as
|
|
76
|
-
import { MicrosoftPowerpoint as
|
|
77
|
-
import { MicrosoftSharepoint as
|
|
78
|
-
import { MicrosoftTeams as
|
|
79
|
-
import { MicrosoftWord as
|
|
72
|
+
import { MathToolkit as vo } from "../components/ui/atoms/icons/math-toolkit.js";
|
|
73
|
+
import { Mcp as Fo } from "../components/ui/atoms/icons/mcp.js";
|
|
74
|
+
import { MicrosoftDynamics as Eo } from "../components/ui/atoms/icons/microsoft-dynamics.js";
|
|
75
|
+
import { MicrosoftExcel as Io } from "../components/ui/atoms/icons/microsoft-excel.js";
|
|
76
|
+
import { MicrosoftOnedrive as No } from "../components/ui/atoms/icons/microsoft-onedrive.js";
|
|
77
|
+
import { MicrosoftPowerpoint as Wo } from "../components/ui/atoms/icons/microsoft-powerpoint.js";
|
|
78
|
+
import { MicrosoftSharepoint as Lo } from "../components/ui/atoms/icons/microsoft-sharepoint.js";
|
|
79
|
+
import { MicrosoftTeams as qo } from "../components/ui/atoms/icons/microsoft-teams.js";
|
|
80
|
+
import { MicrosoftWord as Zo } from "../components/ui/atoms/icons/microsoft-word.js";
|
|
80
81
|
import { Miro as u } from "../components/ui/atoms/icons/miro.js";
|
|
81
|
-
import { Monday as
|
|
82
|
-
import { MongoDB as
|
|
83
|
-
import { Netsuite as
|
|
82
|
+
import { Monday as Ro } from "../components/ui/atoms/icons/monday.js";
|
|
83
|
+
import { MongoDB as Xo } from "../components/ui/atoms/icons/mongodb.js";
|
|
84
|
+
import { Netsuite as Jo } from "../components/ui/atoms/icons/netsuite.js";
|
|
84
85
|
import { Notion as g } from "../components/ui/atoms/icons/notion.js";
|
|
85
|
-
import { Obsidian as
|
|
86
|
-
import { Okta as
|
|
87
|
-
import { OutlookCalendar as
|
|
88
|
-
import { OutlookMail as
|
|
86
|
+
import { Obsidian as Yo } from "../components/ui/atoms/icons/obsidian.js";
|
|
87
|
+
import { Okta as zo } from "../components/ui/atoms/icons/okta.js";
|
|
88
|
+
import { OutlookCalendar as Uo } from "../components/ui/atoms/icons/outlook-calendar.js";
|
|
89
|
+
import { OutlookMail as jo } from "../components/ui/atoms/icons/outlook-mail.js";
|
|
89
90
|
import { Pagerduty as A } from "../components/ui/atoms/icons/pagerduty.js";
|
|
90
|
-
import { Pinecone as
|
|
91
|
-
import { Pinterest as
|
|
92
|
-
import { Pipedrive as
|
|
93
|
-
import { Plaid as
|
|
94
|
-
import { Postgres as
|
|
95
|
-
import { Posthog as
|
|
91
|
+
import { Pinecone as Ko } from "../components/ui/atoms/icons/pinecone.js";
|
|
92
|
+
import { Pinterest as Qo } from "../components/ui/atoms/icons/pinterest.js";
|
|
93
|
+
import { Pipedrive as Vo } from "../components/ui/atoms/icons/pipedrive.js";
|
|
94
|
+
import { Plaid as _o } from "../components/ui/atoms/icons/plaid.js";
|
|
95
|
+
import { Postgres as $o } from "../components/ui/atoms/icons/postgres.js";
|
|
96
|
+
import { Posthog as or } from "../components/ui/atoms/icons/posthog.js";
|
|
96
97
|
import { Pylon as k } from "../components/ui/atoms/icons/pylon.js";
|
|
97
|
-
import { Quickbooks as
|
|
98
|
-
import { Railway as
|
|
99
|
-
import { Reddit as
|
|
100
|
-
import { Salesforce as
|
|
101
|
-
import { Shopify as
|
|
102
|
-
import { Singlestore as
|
|
98
|
+
import { Quickbooks as rr } from "../components/ui/atoms/icons/quickbooks.js";
|
|
99
|
+
import { Railway as ir } from "../components/ui/atoms/icons/railway.js";
|
|
100
|
+
import { Reddit as mr } from "../components/ui/atoms/icons/reddit.js";
|
|
101
|
+
import { Salesforce as tr } from "../components/ui/atoms/icons/salesforce.js";
|
|
102
|
+
import { Shopify as er } from "../components/ui/atoms/icons/shopify.js";
|
|
103
|
+
import { Singlestore as pr } from "../components/ui/atoms/icons/singlestore.js";
|
|
103
104
|
import { Slack as d } from "../components/ui/atoms/icons/slack.js";
|
|
104
|
-
import { Snowflake as
|
|
105
|
-
import { Splunk as
|
|
106
|
-
import { Spotify as
|
|
105
|
+
import { Snowflake as fr } from "../components/ui/atoms/icons/snowflake.js";
|
|
106
|
+
import { Splunk as ar } from "../components/ui/atoms/icons/splunk.js";
|
|
107
|
+
import { Spotify as lr } from "../components/ui/atoms/icons/spotify.js";
|
|
107
108
|
import { Square as p } from "../components/ui/atoms/icons/square.js";
|
|
108
|
-
import { Squarespace as
|
|
109
|
-
import { Squareup as
|
|
109
|
+
import { Squarespace as sr } from "../components/ui/atoms/icons/squarespace.js";
|
|
110
|
+
import { Squareup as nr } from "../components/ui/atoms/icons/squareup.js";
|
|
110
111
|
import { Stripe as b } from "../components/ui/atoms/icons/stripe.js";
|
|
111
|
-
import { Ticktick as
|
|
112
|
-
import { Tiktok as
|
|
113
|
-
import { Trello as
|
|
114
|
-
import { Twilio as
|
|
115
|
-
import { Twitch as
|
|
116
|
-
import { Vercel as
|
|
117
|
-
import { Walmart as
|
|
118
|
-
import { Weaviate as
|
|
119
|
-
import { Workday as
|
|
120
|
-
import { Wrike as
|
|
112
|
+
import { Ticktick as cr } from "../components/ui/atoms/icons/ticktick.js";
|
|
113
|
+
import { Tiktok as ur } from "../components/ui/atoms/icons/tiktok.js";
|
|
114
|
+
import { Trello as gr } from "../components/ui/atoms/icons/trello.js";
|
|
115
|
+
import { Twilio as Ar } from "../components/ui/atoms/icons/twilio.js";
|
|
116
|
+
import { Twitch as kr } from "../components/ui/atoms/icons/twitch.js";
|
|
117
|
+
import { Vercel as dr } from "../components/ui/atoms/icons/vercel.js";
|
|
118
|
+
import { Walmart as br } from "../components/ui/atoms/icons/walmart.js";
|
|
119
|
+
import { Weaviate as hr } from "../components/ui/atoms/icons/weaviate.js";
|
|
120
|
+
import { Workday as Cr } from "../components/ui/atoms/icons/workday.js";
|
|
121
|
+
import { Wrike as Gr } from "../components/ui/atoms/icons/wrike.js";
|
|
121
122
|
import { X as yr } from "../components/ui/atoms/icons/x.js";
|
|
122
123
|
import { Xero as h } from "../components/ui/atoms/icons/xero.js";
|
|
123
|
-
import { Youtube as
|
|
124
|
-
import { Yugabytedb as
|
|
125
|
-
import { Zendesk as
|
|
126
|
-
import { ZohoBooks as
|
|
127
|
-
import { ZohoCreator as
|
|
128
|
-
import { Zoom as
|
|
129
|
-
import { findToolkitByName as
|
|
124
|
+
import { Youtube as Mr } from "../components/ui/atoms/icons/youtube.js";
|
|
125
|
+
import { Yugabytedb as Sr } from "../components/ui/atoms/icons/yugabytedb.js";
|
|
126
|
+
import { Zendesk as Br } from "../components/ui/atoms/icons/zendesk.js";
|
|
127
|
+
import { ZohoBooks as Pr } from "../components/ui/atoms/icons/zoho-books.js";
|
|
128
|
+
import { ZohoCreator as Tr } from "../components/ui/atoms/icons/zoho-creator.js";
|
|
129
|
+
import { Zoom as Dr } from "../components/ui/atoms/icons/zoom.js";
|
|
130
|
+
import { findToolkitByName as y } from "./utils.js";
|
|
130
131
|
const C = {
|
|
131
132
|
ADPWorkforceNow: S,
|
|
132
133
|
Aha: B,
|
|
@@ -189,11 +190,12 @@ const C = {
|
|
|
189
190
|
GoogleMaps: ho,
|
|
190
191
|
GoogleNews: Co,
|
|
191
192
|
GoogleSearch: lo,
|
|
192
|
-
GoogleSheets:
|
|
193
|
-
GoogleShopping:
|
|
193
|
+
GoogleSheets: Go,
|
|
194
|
+
GoogleShopping: yo,
|
|
194
195
|
GoogleSlides: Mo,
|
|
195
|
-
|
|
196
|
-
|
|
196
|
+
Granola: So,
|
|
197
|
+
Heroku: Bo,
|
|
198
|
+
Hootsuite: Po,
|
|
197
199
|
Hubspot: o,
|
|
198
200
|
HubspotAutomationApi: o,
|
|
199
201
|
HubspotCmsApi: o,
|
|
@@ -203,81 +205,81 @@ const C = {
|
|
|
203
205
|
HubspotMarketingApi: o,
|
|
204
206
|
HubspotMeetingsApi: o,
|
|
205
207
|
HubspotUsersApi: o,
|
|
206
|
-
Imgflip:
|
|
207
|
-
IntercomApi:
|
|
208
|
-
Jira:
|
|
209
|
-
Linear:
|
|
210
|
-
Linkedin:
|
|
211
|
-
LumaApi:
|
|
208
|
+
Imgflip: To,
|
|
209
|
+
IntercomApi: Do,
|
|
210
|
+
Jira: wo,
|
|
211
|
+
Linear: Ho,
|
|
212
|
+
Linkedin: Oo,
|
|
213
|
+
LumaApi: xo,
|
|
212
214
|
Mailchimp: c,
|
|
213
215
|
MailchimpMarketingApi: c,
|
|
214
|
-
Math:
|
|
215
|
-
MCP:
|
|
216
|
-
MicrosoftDynamics:
|
|
217
|
-
MicrosoftExcel:
|
|
218
|
-
MicrosoftPowerpoint:
|
|
219
|
-
Sharepoint:
|
|
220
|
-
MicrosoftTeams:
|
|
221
|
-
MicrosoftWord:
|
|
216
|
+
Math: vo,
|
|
217
|
+
MCP: Fo,
|
|
218
|
+
MicrosoftDynamics: Eo,
|
|
219
|
+
MicrosoftExcel: Io,
|
|
220
|
+
MicrosoftPowerpoint: Wo,
|
|
221
|
+
Sharepoint: Lo,
|
|
222
|
+
MicrosoftTeams: qo,
|
|
223
|
+
MicrosoftWord: Zo,
|
|
222
224
|
Miro: u,
|
|
223
225
|
MiroApi: u,
|
|
224
|
-
Monday:
|
|
225
|
-
MongoDB:
|
|
226
|
-
Netsuite:
|
|
226
|
+
Monday: Ro,
|
|
227
|
+
MongoDB: Xo,
|
|
228
|
+
Netsuite: Jo,
|
|
227
229
|
Notion: g,
|
|
228
230
|
NotionToolkit: g,
|
|
229
|
-
Obsidian:
|
|
230
|
-
Okta:
|
|
231
|
-
MicrosoftOnedrive:
|
|
232
|
-
OutlookCalendar:
|
|
233
|
-
OutlookMail:
|
|
231
|
+
Obsidian: Yo,
|
|
232
|
+
Okta: zo,
|
|
233
|
+
MicrosoftOnedrive: No,
|
|
234
|
+
OutlookCalendar: Uo,
|
|
235
|
+
OutlookMail: jo,
|
|
234
236
|
PagerDuty: A,
|
|
235
237
|
PagerDutyApi: A,
|
|
236
|
-
Pinecone:
|
|
237
|
-
Pinterest:
|
|
238
|
-
Pipedrive:
|
|
239
|
-
Plaid:
|
|
240
|
-
PosthogApi:
|
|
241
|
-
Postgres:
|
|
238
|
+
Pinecone: Ko,
|
|
239
|
+
Pinterest: Qo,
|
|
240
|
+
Pipedrive: Vo,
|
|
241
|
+
Plaid: _o,
|
|
242
|
+
PosthogApi: or,
|
|
243
|
+
Postgres: $o,
|
|
242
244
|
Pylon: k,
|
|
243
245
|
PylonApi: k,
|
|
244
|
-
Quickbooks:
|
|
245
|
-
Railway:
|
|
246
|
-
Reddit:
|
|
247
|
-
Salesforce:
|
|
248
|
-
Shopify:
|
|
249
|
-
Singlestore:
|
|
246
|
+
Quickbooks: rr,
|
|
247
|
+
Railway: ir,
|
|
248
|
+
Reddit: mr,
|
|
249
|
+
Salesforce: tr,
|
|
250
|
+
Shopify: er,
|
|
251
|
+
Singlestore: pr,
|
|
250
252
|
Slack: d,
|
|
251
253
|
SlackApi: d,
|
|
252
|
-
Snowflake:
|
|
253
|
-
Splunk:
|
|
254
|
-
Spotify:
|
|
254
|
+
Snowflake: fr,
|
|
255
|
+
Splunk: ar,
|
|
256
|
+
Spotify: lr,
|
|
255
257
|
Square: p,
|
|
256
|
-
Squareup:
|
|
258
|
+
Squareup: nr,
|
|
257
259
|
SquareupApi: p,
|
|
258
260
|
SquareUpApi: p,
|
|
259
|
-
Squarespace:
|
|
261
|
+
Squarespace: sr,
|
|
260
262
|
Stripe: b,
|
|
261
263
|
StripeApi: b,
|
|
262
|
-
Tiktok:
|
|
263
|
-
TickTickApi:
|
|
264
|
-
TrelloApi:
|
|
265
|
-
Twilio:
|
|
266
|
-
Twitch:
|
|
267
|
-
Vercel:
|
|
268
|
-
Walmart:
|
|
269
|
-
WeaviateApi:
|
|
270
|
-
Workday:
|
|
271
|
-
Wrike:
|
|
264
|
+
Tiktok: ur,
|
|
265
|
+
TickTickApi: cr,
|
|
266
|
+
TrelloApi: gr,
|
|
267
|
+
Twilio: Ar,
|
|
268
|
+
Twitch: kr,
|
|
269
|
+
Vercel: dr,
|
|
270
|
+
Walmart: br,
|
|
271
|
+
WeaviateApi: hr,
|
|
272
|
+
Workday: Cr,
|
|
273
|
+
Wrike: Gr,
|
|
272
274
|
X: yr,
|
|
273
275
|
Xero: h,
|
|
274
276
|
XeroApi: h,
|
|
275
|
-
YugabyteDB:
|
|
276
|
-
ZohoBooksApi:
|
|
277
|
-
ZohoCreatorApi:
|
|
278
|
-
Youtube:
|
|
279
|
-
Zendesk:
|
|
280
|
-
Zoom:
|
|
277
|
+
YugabyteDB: Sr,
|
|
278
|
+
ZohoBooksApi: Pr,
|
|
279
|
+
ZohoCreatorApi: Tr,
|
|
280
|
+
Youtube: Mr,
|
|
281
|
+
Zendesk: Br,
|
|
282
|
+
Zoom: Dr
|
|
281
283
|
}, M = (r) => {
|
|
282
284
|
if (!r)
|
|
283
285
|
return n;
|
|
@@ -285,16 +287,16 @@ const C = {
|
|
|
285
287
|
(t) => t.toLowerCase() === m
|
|
286
288
|
);
|
|
287
289
|
return i ? C[i] : n;
|
|
288
|
-
},
|
|
289
|
-
const m =
|
|
290
|
-
return ({ className: t }) => /* @__PURE__ */
|
|
291
|
-
},
|
|
292
|
-
const m =
|
|
293
|
-
return ({ className: t }) => /* @__PURE__ */
|
|
290
|
+
}, Vm = (r) => {
|
|
291
|
+
const m = y(r), i = M(m?.id);
|
|
292
|
+
return ({ className: t }) => /* @__PURE__ */ G(i, { className: t });
|
|
293
|
+
}, _m = (r) => {
|
|
294
|
+
const m = y(r), i = M(m?.id);
|
|
295
|
+
return ({ className: t }) => /* @__PURE__ */ G(i, { className: t });
|
|
294
296
|
};
|
|
295
297
|
export {
|
|
296
298
|
C as TOOLKIT_ICON_MAP,
|
|
297
|
-
|
|
299
|
+
_m as getToolIconByToolkitName,
|
|
298
300
|
M as getToolkitIcon,
|
|
299
|
-
|
|
301
|
+
Vm as getToolkitIconByName
|
|
300
302
|
};
|
|
@@ -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,EAi/D7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAMrD,CAAC"}
|
|
@@ -843,6 +843,19 @@ const r = [
|
|
|
843
843
|
isComingSoon: !1,
|
|
844
844
|
isHidden: !1
|
|
845
845
|
},
|
|
846
|
+
{
|
|
847
|
+
id: "Granola",
|
|
848
|
+
label: "Granola",
|
|
849
|
+
isBYOC: !0,
|
|
850
|
+
isPro: !1,
|
|
851
|
+
publicIconUrl: `${e}/granola.svg`,
|
|
852
|
+
docsLink: "https://docs.arcade.dev/en/resources/integrations/productivity/granola",
|
|
853
|
+
relativeDocsLink: "/en/resources/integrations/productivity/granola",
|
|
854
|
+
category: "productivity",
|
|
855
|
+
type: "arcade",
|
|
856
|
+
isComingSoon: !1,
|
|
857
|
+
isHidden: !1
|
|
858
|
+
},
|
|
846
859
|
{
|
|
847
860
|
id: "Heroku",
|
|
848
861
|
label: "Heroku",
|
|
@@ -9,7 +9,8 @@ import { cn as m } from "./lib/utils.js";
|
|
|
9
9
|
import { Badge as N } from "./components/ui/atoms/badge.js";
|
|
10
10
|
import { ByocBadge as U } from "./components/ui/atoms/byoc-badge.js";
|
|
11
11
|
import "./components/ui/atoms/chart.js";
|
|
12
|
-
import "./
|
|
12
|
+
import "./components/ui/atoms/json-highlight.js";
|
|
13
|
+
import "./markdown-D0xxRbwP.js";
|
|
13
14
|
import "./components/ui/atoms/mobile-tooltip.js";
|
|
14
15
|
import { ProBadge as _ } from "./components/ui/atoms/pro-badge.js";
|
|
15
16
|
import "./react-resizable-panels.browser-DYl0LXfw.js";
|
|
@@ -17,6 +18,8 @@ import { Tooltip as v, TooltipTrigger as y, TooltipContent as w } from "./compon
|
|
|
17
18
|
import "./components/ui/atoms/sidebar.js";
|
|
18
19
|
import "./components/ui/molecules/date-time-picker.js";
|
|
19
20
|
import "./components/ui/molecules/prompt-input.js";
|
|
21
|
+
import "./components/ui/molecules/switcher.js";
|
|
22
|
+
import "./components/ui/molecules/tool-call-accordion.js";
|
|
20
23
|
import "./components/ui/molecules/tool-card.js";
|
|
21
24
|
import { areStringArraysEqual as h, createPropsComparator as C } from "./components/ui/utils/memo.js";
|
|
22
25
|
const F = ({
|
|
@@ -145,7 +148,7 @@ const G = f.memo(F, (r, a) => r.className !== a.className ? !1 : r.secrets === a
|
|
|
145
148
|
class: "border-neutral-200 hover:border-neutral-300 dark:border-neutral-800 dark:hover:border-neutral-700"
|
|
146
149
|
}
|
|
147
150
|
]
|
|
148
|
-
}), M = (r, a, s, n) => r && !a && s > 0 ? `${s}/${n} tools` : `${n} tool${n
|
|
151
|
+
}), M = (r, a, s, n) => r && !a && s > 0 ? `${s}/${n} tools` : `${n} tool${n === 1 ? "" : "s"}`, Q = k(
|
|
149
152
|
"inline-flex items-center gap-1 rounded-full px-2 py-1 font-medium text-xs",
|
|
150
153
|
{
|
|
151
154
|
variants: {
|
|
@@ -160,27 +163,27 @@ function X({
|
|
|
160
163
|
name: r,
|
|
161
164
|
version: a,
|
|
162
165
|
toolsCount: s,
|
|
163
|
-
Icon: n = (
|
|
166
|
+
Icon: n = (p) => /* @__PURE__ */ e($, { ...p }),
|
|
164
167
|
isSelected: t = !1,
|
|
165
168
|
isPartiallySelected: l = !1,
|
|
166
169
|
selectedToolsCount: d = 0,
|
|
167
170
|
requirementsSummary: x,
|
|
168
|
-
onSelect:
|
|
171
|
+
onSelect: g,
|
|
169
172
|
onView: c,
|
|
170
173
|
hideCheckbox: u = !1,
|
|
171
174
|
isByoc: B,
|
|
172
175
|
isPro: A,
|
|
173
176
|
...I
|
|
174
177
|
}) {
|
|
175
|
-
const
|
|
178
|
+
const p = f.useCallback(() => {
|
|
176
179
|
if (u && c) {
|
|
177
180
|
c();
|
|
178
181
|
return;
|
|
179
182
|
}
|
|
180
|
-
|
|
181
|
-
}, [u, t, l,
|
|
183
|
+
g?.(!(t || l));
|
|
184
|
+
}, [u, t, l, g, c]), T = (o) => {
|
|
182
185
|
const q = o.key === "Enter" || o.code === "Enter", E = o.key === " " || o.key === "Spacebar" || o.code === "Space";
|
|
183
|
-
(q || E) && (o.preventDefault(),
|
|
186
|
+
(q || E) && (o.preventDefault(), p()), (o.key === "ArrowRight" || o.code === "ArrowRight") && c && (o.preventDefault(), c());
|
|
184
187
|
}, b = l && !t;
|
|
185
188
|
return /* @__PURE__ */ e(
|
|
186
189
|
D,
|
|
@@ -209,7 +212,7 @@ function X({
|
|
|
209
212
|
partial: l
|
|
210
213
|
})
|
|
211
214
|
),
|
|
212
|
-
onClick:
|
|
215
|
+
onClick: p,
|
|
213
216
|
onKeyDown: T,
|
|
214
217
|
tabIndex: 0,
|
|
215
218
|
children: /* @__PURE__ */ e(K, { className: "px-3", children: /* @__PURE__ */ i("div", { className: "space-y-3", children: [
|
|
@@ -227,7 +230,7 @@ function X({
|
|
|
227
230
|
{
|
|
228
231
|
checked: l && !t ? "indeterminate" : t,
|
|
229
232
|
onCheckedChange: (o) => {
|
|
230
|
-
|
|
233
|
+
g?.(o === !0);
|
|
231
234
|
},
|
|
232
235
|
onClick: (o) => o.stopPropagation(),
|
|
233
236
|
tabIndex: -1
|
|
@@ -297,7 +300,7 @@ const Y = C([
|
|
|
297
300
|
"isByoc",
|
|
298
301
|
"isPro",
|
|
299
302
|
"hideCheckbox"
|
|
300
|
-
]),
|
|
303
|
+
]), ve = f.memo(
|
|
301
304
|
X,
|
|
302
305
|
Y
|
|
303
306
|
);
|
|
@@ -305,5 +308,5 @@ export {
|
|
|
305
308
|
H as O,
|
|
306
309
|
J as R,
|
|
307
310
|
G as S,
|
|
308
|
-
|
|
311
|
+
ve as T
|
|
309
312
|
};
|
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.35.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/main.js",
|
|
7
7
|
"types": "./dist/main.d.ts",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"prebuild": "bun run generate-icons",
|
|
43
43
|
"prepack": "bun ./scripts/sync-publish-exports.ts",
|
|
44
44
|
"build": "tsc -b ./tsconfig.lib.json && vite build && cp lib/global.d.ts dist/",
|
|
45
|
-
"check": "tsc --noEmit",
|
|
46
|
-
"
|
|
45
|
+
"check": "bunx biome check --write && tsc --noEmit",
|
|
46
|
+
"clean": "rm -rf dist dist-ssr storybook-static coverage",
|
|
47
47
|
"test:unit": "vitest --project unit --coverage --run",
|
|
48
|
-
"test:browser": "vitest --project browser --run",
|
|
48
|
+
"test:browser": "vitest --project browser --run --passWithNoTests",
|
|
49
49
|
"test": "vitest --project unit --coverage --run",
|
|
50
50
|
"test:storybook": "vitest --project storybook --run",
|
|
51
51
|
"storybook": "storybook dev -p 6006",
|
|
@@ -111,14 +111,14 @@
|
|
|
111
111
|
"clsx": "2.1.1",
|
|
112
112
|
"cmdk": "1.1.1",
|
|
113
113
|
"date-fns": "4.1.0",
|
|
114
|
-
"@streamdown/code": "
|
|
114
|
+
"@streamdown/code": "1.1.0",
|
|
115
115
|
"radix-ui": "1.4.3",
|
|
116
116
|
"react-day-picker": "9.14.0",
|
|
117
117
|
"react-resizable-panels": "3.0.6",
|
|
118
118
|
"remark-breaks": "4.0.0",
|
|
119
119
|
"remark-gfm": "4.0.1",
|
|
120
120
|
"react-shiki": "0.9.1",
|
|
121
|
-
"streamdown": "
|
|
121
|
+
"streamdown": "2.4.0",
|
|
122
122
|
"tailwind-merge": "3.5.0",
|
|
123
123
|
"use-stick-to-bottom": "1.1.3"
|
|
124
124
|
},
|