@arcadeai/design-system 3.6.0 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/freshservice.js +10 -0
- package/dist/components/index.js +272 -270
- package/dist/components/ui/atoms/icons/freshservice.d.ts +3 -0
- package/dist/components/ui/atoms/icons/freshservice.js +34 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +158 -156
- package/dist/components/ui/atoms/index.js +259 -257
- package/dist/components/ui/index.js +272 -270
- package/dist/main.js +312 -310
- package/dist/metadata/toolkit-icons.js +158 -156
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
|
@@ -11,8 +11,8 @@ import { Azure as h } from "./azure.js";
|
|
|
11
11
|
import { Bamboohr as M } from "./bamboohr.js";
|
|
12
12
|
import { Basecamp as B } from "./basecamp.js";
|
|
13
13
|
import { Bill as y } from "./bill.js";
|
|
14
|
-
import { Bitbucket as
|
|
15
|
-
import { Bluesky as
|
|
14
|
+
import { Bitbucket as F } from "./bitbucket.js";
|
|
15
|
+
import { Bluesky as v } from "./bluesky.js";
|
|
16
16
|
import { Box as w } from "./box.js";
|
|
17
17
|
import { Braze as H } from "./braze.js";
|
|
18
18
|
import { Brex as E } from "./brex.js";
|
|
@@ -34,82 +34,83 @@ import { Evernote as no } from "./evernote.js";
|
|
|
34
34
|
import { Factorial as go } from "./factorial.js";
|
|
35
35
|
import { Figma as ko } from "./figma.js";
|
|
36
36
|
import { Firecrawl as bo } from "./firecrawl.js";
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
37
|
+
import { Freshservice as So } from "./freshservice.js";
|
|
38
|
+
import { Generic as Ao } from "./generic.js";
|
|
39
|
+
import { Github as Co } from "./github.js";
|
|
40
|
+
import { Gitlab as Do } from "./gitlab.js";
|
|
41
|
+
import { Gmail as Oo } from "./gmail.js";
|
|
42
|
+
import { Google as To } from "./google.js";
|
|
43
|
+
import { GoogleCalendar as Po } from "./google-calendar.js";
|
|
44
|
+
import { GoogleContacts as Wo } from "./google-contacts.js";
|
|
45
|
+
import { GoogleDocs as No } from "./google-docs.js";
|
|
46
|
+
import { GoogleDrive as zo } from "./google-drive.js";
|
|
47
|
+
import { GoogleFinance as Jo } from "./google-finance.js";
|
|
48
|
+
import { GoogleFlight as Xo } from "./google-flight.js";
|
|
49
|
+
import { GoogleFlights as Qo } from "./google-flights.js";
|
|
50
|
+
import { GoogleHotels as Vo } from "./google-hotels.js";
|
|
51
|
+
import { GoogleJobs as jo } from "./google-jobs.js";
|
|
52
|
+
import { GoogleMaps as Uo } from "./google-maps.js";
|
|
53
|
+
import { GoogleNews as $o } from "./google-news.js";
|
|
54
|
+
import { GoogleSheets as rr } from "./google-sheets.js";
|
|
55
|
+
import { GoogleShopping as tr } from "./google-shopping.js";
|
|
56
|
+
import { GoogleSlides as fr } from "./google-slides.js";
|
|
57
|
+
import { Heroku as xr } from "./heroku.js";
|
|
58
|
+
import { Hootsuite as ar } from "./hootsuite.js";
|
|
59
|
+
import { Hubspot as sr } from "./hubspot.js";
|
|
60
|
+
import { Imgflip as cr } from "./imgflip.js";
|
|
61
|
+
import { Intercom as ur } from "./intercom.js";
|
|
62
|
+
import { Jira as kr } from "./jira.js";
|
|
63
|
+
import { Linear as br } from "./linear.js";
|
|
64
|
+
import { Linkedin as Sr } from "./linkedin.js";
|
|
65
|
+
import { Mailchimp as Ar } from "./mailchimp.js";
|
|
66
|
+
import { Mcp as Cr } from "./mcp.js";
|
|
67
|
+
import { Microsoft as Dr } from "./microsoft.js";
|
|
68
|
+
import { MicrosoftDynamics as Or } from "./microsoft-dynamics.js";
|
|
69
|
+
import { MicrosoftSharepoint as Tr } from "./microsoft-sharepoint.js";
|
|
70
|
+
import { MicrosoftTeams as Pr } from "./microsoft-teams.js";
|
|
71
|
+
import { Miro as Wr } from "./miro.js";
|
|
72
|
+
import { Monday as Nr } from "./monday.js";
|
|
73
|
+
import { MongoDB as zr } from "./mongodb.js";
|
|
74
|
+
import { Netsuite as Jr } from "./netsuite.js";
|
|
75
|
+
import { Notion as Xr } from "./notion.js";
|
|
76
|
+
import { Oauth as Qr } from "./oauth.js";
|
|
77
|
+
import { Obsidian as Vr } from "./obsidian.js";
|
|
78
|
+
import { Okta as jr } from "./okta.js";
|
|
79
|
+
import { OneDrive as Ur } from "./one-drive.js";
|
|
80
|
+
import { OutlookCalendar as $r } from "./outlook-calendar.js";
|
|
81
|
+
import { OutlookMail as re } from "./outlook-mail.js";
|
|
82
|
+
import { Pinecone as te } from "./pinecone.js";
|
|
83
|
+
import { Pinterest as fe } from "./pinterest.js";
|
|
84
|
+
import { Pipedrive as xe } from "./pipedrive.js";
|
|
85
|
+
import { Plaid as ae } from "./plaid.js";
|
|
86
|
+
import { Postgres as se } from "./postgres.js";
|
|
87
|
+
import { Quickbooks as ce } from "./quickbooks.js";
|
|
88
|
+
import { Reddit as ue } from "./reddit.js";
|
|
89
|
+
import { Salesforce as ke } from "./salesforce.js";
|
|
90
|
+
import { Shopify as be } from "./shopify.js";
|
|
91
|
+
import { Singlestore as Se } from "./singlestore.js";
|
|
92
|
+
import { Slack as Ae } from "./slack.js";
|
|
93
|
+
import { Snowflake as Ce } from "./snowflake.js";
|
|
94
|
+
import { Splunk as De } from "./splunk.js";
|
|
95
|
+
import { Spotify as Oe } from "./spotify.js";
|
|
96
|
+
import { Square as Te } from "./square.js";
|
|
97
|
+
import { Squarespace as Pe } from "./squarespace.js";
|
|
98
|
+
import { Stripe as We } from "./stripe.js";
|
|
99
|
+
import { Tesla as Ne } from "./tesla.js";
|
|
100
|
+
import { Tiktok as ze } from "./tiktok.js";
|
|
101
|
+
import { Trello as Je } from "./trello.js";
|
|
102
|
+
import { Twilio as Xe } from "./twilio.js";
|
|
103
|
+
import { Twitch as Qe } from "./twitch.js";
|
|
104
|
+
import { Vercel as Ve } from "./vercel.js";
|
|
105
|
+
import { Walmart as je } from "./walmart.js";
|
|
106
|
+
import { Weaviate as Ue } from "./weaviate.js";
|
|
107
|
+
import { Workday as $e } from "./workday.js";
|
|
108
|
+
import { Wrike as rt } from "./wrike.js";
|
|
109
|
+
import { X as tt } from "./x.js";
|
|
110
|
+
import { Xero as ft } from "./xero.js";
|
|
111
|
+
import { Youtube as xt } from "./youtube.js";
|
|
112
|
+
import { Zendesk as at } from "./zendesk.js";
|
|
113
|
+
import { Zoom as st } from "./zoom.js";
|
|
113
114
|
export {
|
|
114
115
|
e as Adp,
|
|
115
116
|
p as Aha,
|
|
@@ -124,8 +125,8 @@ export {
|
|
|
124
125
|
M as Bamboohr,
|
|
125
126
|
B as Basecamp,
|
|
126
127
|
y as Bill,
|
|
127
|
-
|
|
128
|
-
|
|
128
|
+
F as Bitbucket,
|
|
129
|
+
v as Bluesky,
|
|
129
130
|
w as Box,
|
|
130
131
|
H as Braze,
|
|
131
132
|
E as Brex,
|
|
@@ -147,80 +148,81 @@ export {
|
|
|
147
148
|
go as Factorial,
|
|
148
149
|
ko as Figma,
|
|
149
150
|
bo as Firecrawl,
|
|
150
|
-
So as
|
|
151
|
-
Ao as
|
|
152
|
-
Co as
|
|
153
|
-
Do as
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
Po as
|
|
157
|
-
Wo as
|
|
158
|
-
No as
|
|
159
|
-
zo as
|
|
160
|
-
Jo as
|
|
161
|
-
Xo as
|
|
162
|
-
Qo as
|
|
163
|
-
Vo as
|
|
164
|
-
jo as
|
|
165
|
-
Uo as
|
|
166
|
-
$o as
|
|
167
|
-
rr as
|
|
168
|
-
tr as
|
|
169
|
-
fr as
|
|
170
|
-
xr as
|
|
171
|
-
ar as
|
|
172
|
-
sr as
|
|
173
|
-
cr as
|
|
174
|
-
ur as
|
|
175
|
-
kr as
|
|
176
|
-
br as
|
|
177
|
-
Sr as
|
|
178
|
-
Ar as
|
|
179
|
-
Cr as
|
|
180
|
-
Dr as
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
Pr as
|
|
184
|
-
Wr as
|
|
185
|
-
Nr as
|
|
186
|
-
zr as
|
|
187
|
-
Jr as
|
|
188
|
-
Xr as
|
|
189
|
-
Qr as
|
|
190
|
-
Vr as
|
|
191
|
-
jr as
|
|
192
|
-
Ur as
|
|
193
|
-
$r as
|
|
194
|
-
re as
|
|
195
|
-
te as
|
|
196
|
-
fe as
|
|
197
|
-
xe as
|
|
198
|
-
ae as
|
|
199
|
-
se as
|
|
200
|
-
ce as
|
|
201
|
-
ue as
|
|
202
|
-
ke as
|
|
203
|
-
be as
|
|
204
|
-
Se as
|
|
205
|
-
Ae as
|
|
206
|
-
Ce as
|
|
207
|
-
De as
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
Pe as
|
|
211
|
-
We as
|
|
212
|
-
Ne as
|
|
213
|
-
ze as
|
|
214
|
-
Je as
|
|
215
|
-
Xe as
|
|
216
|
-
Qe as
|
|
217
|
-
Ve as
|
|
218
|
-
je as
|
|
219
|
-
Ue as
|
|
220
|
-
$e as
|
|
221
|
-
rt as
|
|
222
|
-
tt as
|
|
223
|
-
ft as
|
|
224
|
-
xt as
|
|
225
|
-
at as
|
|
151
|
+
So as Freshservice,
|
|
152
|
+
Ao as Generic,
|
|
153
|
+
Co as Github,
|
|
154
|
+
Do as Gitlab,
|
|
155
|
+
Oo as Gmail,
|
|
156
|
+
To as Google,
|
|
157
|
+
Po as GoogleCalendar,
|
|
158
|
+
Wo as GoogleContacts,
|
|
159
|
+
No as GoogleDocs,
|
|
160
|
+
zo as GoogleDrive,
|
|
161
|
+
Jo as GoogleFinance,
|
|
162
|
+
Xo as GoogleFlight,
|
|
163
|
+
Qo as GoogleFlights,
|
|
164
|
+
Vo as GoogleHotels,
|
|
165
|
+
jo as GoogleJobs,
|
|
166
|
+
Uo as GoogleMaps,
|
|
167
|
+
$o as GoogleNews,
|
|
168
|
+
rr as GoogleSheets,
|
|
169
|
+
tr as GoogleShopping,
|
|
170
|
+
fr as GoogleSlides,
|
|
171
|
+
xr as Heroku,
|
|
172
|
+
ar as Hootsuite,
|
|
173
|
+
sr as Hubspot,
|
|
174
|
+
cr as Imgflip,
|
|
175
|
+
ur as Intercom,
|
|
176
|
+
kr as Jira,
|
|
177
|
+
br as Linear,
|
|
178
|
+
Sr as Linkedin,
|
|
179
|
+
Ar as Mailchimp,
|
|
180
|
+
Cr as Mcp,
|
|
181
|
+
Dr as Microsoft,
|
|
182
|
+
Or as MicrosoftDynamics,
|
|
183
|
+
Tr as MicrosoftSharepoint,
|
|
184
|
+
Pr as MicrosoftTeams,
|
|
185
|
+
Wr as Miro,
|
|
186
|
+
Nr as Monday,
|
|
187
|
+
zr as MongoDB,
|
|
188
|
+
Jr as Netsuite,
|
|
189
|
+
Xr as Notion,
|
|
190
|
+
Qr as Oauth,
|
|
191
|
+
Vr as Obsidian,
|
|
192
|
+
jr as Okta,
|
|
193
|
+
Ur as OneDrive,
|
|
194
|
+
$r as OutlookCalendar,
|
|
195
|
+
re as OutlookMail,
|
|
196
|
+
te as Pinecone,
|
|
197
|
+
fe as Pinterest,
|
|
198
|
+
xe as Pipedrive,
|
|
199
|
+
ae as Plaid,
|
|
200
|
+
se as Postgres,
|
|
201
|
+
ce as Quickbooks,
|
|
202
|
+
ue as Reddit,
|
|
203
|
+
ke as Salesforce,
|
|
204
|
+
be as Shopify,
|
|
205
|
+
Se as Singlestore,
|
|
206
|
+
Ae as Slack,
|
|
207
|
+
Ce as Snowflake,
|
|
208
|
+
De as Splunk,
|
|
209
|
+
Oe as Spotify,
|
|
210
|
+
Te as Square,
|
|
211
|
+
Pe as Squarespace,
|
|
212
|
+
We as Stripe,
|
|
213
|
+
Ne as Tesla,
|
|
214
|
+
ze as Tiktok,
|
|
215
|
+
Je as Trello,
|
|
216
|
+
Xe as Twilio,
|
|
217
|
+
Qe as Twitch,
|
|
218
|
+
Ve as Vercel,
|
|
219
|
+
je as Walmart,
|
|
220
|
+
Ue as Weaviate,
|
|
221
|
+
$e as Workday,
|
|
222
|
+
rt as Wrike,
|
|
223
|
+
tt as X,
|
|
224
|
+
ft as Xero,
|
|
225
|
+
xt as Youtube,
|
|
226
|
+
at as Zendesk,
|
|
227
|
+
st as Zoom
|
|
226
228
|
};
|