@arcadeai/design-system 3.18.0 → 3.20.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/customerio.js +19 -0
- package/dist/components/index.js +312 -310
- package/dist/components/ui/atoms/icons/customerio.d.ts +3 -0
- package/dist/components/ui/atoms/icons/customerio.js +40 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +198 -196
- package/dist/components/ui/atoms/index.js +299 -297
- package/dist/components/ui/index.js +312 -310
- package/dist/main.js +338 -336
- package/dist/metadata/toolkit-icons.js +229 -225
- package/dist/metadata/toolkits.js +41 -2
- package/package.json +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const s = (o) => /* @__PURE__ */ l(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
fill: "currentColor",
|
|
6
|
+
height: "1em",
|
|
7
|
+
viewBox: "0 0 104.5 104.5",
|
|
8
|
+
width: "1em",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...o,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ t("title", { children: "Customer.io" }),
|
|
13
|
+
/* @__PURE__ */ t(
|
|
14
|
+
"polygon",
|
|
15
|
+
{
|
|
16
|
+
points: "78.3999 0 52.2 0 52.2 26.1001 78.3999 52.1997 52.2 78.3999 52.2 104.5 78.3999 104.5 104.5 78.3999 104.5 26.1001 78.3999 0",
|
|
17
|
+
style: { fill: "#0b353b", strokeWidth: 0 }
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ t(
|
|
21
|
+
"polygon",
|
|
22
|
+
{
|
|
23
|
+
points: "39.2 13 26.1001 0 0 0 0 26.1001 13 39.1997 26.1001 52.1997 52.2 26.1001 39.2 13",
|
|
24
|
+
style: { fill: "#0b353b", strokeWidth: 0 }
|
|
25
|
+
}
|
|
26
|
+
),
|
|
27
|
+
/* @__PURE__ */ t(
|
|
28
|
+
"polygon",
|
|
29
|
+
{
|
|
30
|
+
points: "13 65.2998 0 78.3999 0 104.5 26.1001 104.5 39.2 91.3999 52.2 78.3999 26.1001 52.1997 13 65.2998",
|
|
31
|
+
style: { fill: "#0b353b", strokeWidth: 0 }
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
);
|
|
37
|
+
export {
|
|
38
|
+
s as Customerio,
|
|
39
|
+
s as default
|
|
40
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Adp as e } from "./adp.js";
|
|
2
2
|
import { Aha as p } from "./aha.js";
|
|
3
|
-
import { Airtable as
|
|
3
|
+
import { Airtable as f } from "./airtable.js";
|
|
4
4
|
import { Amplitude as i } from "./amplitude.js";
|
|
5
5
|
import { Arcade as l } from "./arcade.js";
|
|
6
6
|
import { Asana as n } from "./asana.js";
|
|
@@ -8,7 +8,7 @@ import { Ashby as g } from "./ashby.js";
|
|
|
8
8
|
import { Atlassian as d } from "./atlassian.js";
|
|
9
9
|
import { Auth0 as h } from "./auth0.js";
|
|
10
10
|
import { Azure as b } from "./azure.js";
|
|
11
|
-
import { Bamboohr as
|
|
11
|
+
import { Bamboohr as C } from "./bamboohr.js";
|
|
12
12
|
import { Basecamp as y } from "./basecamp.js";
|
|
13
13
|
import { Bill as A } from "./bill.js";
|
|
14
14
|
import { Bitbucket as P } from "./bitbucket.js";
|
|
@@ -26,106 +26,107 @@ import { Codesandbox as K } from "./codesandbox.js";
|
|
|
26
26
|
import { Coinbase as _ } from "./coinbase.js";
|
|
27
27
|
import { Confluence as oo } from "./confluence.js";
|
|
28
28
|
import { Cursor as eo } from "./cursor.js";
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
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 {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
29
|
+
import { Customerio as po } from "./customerio.js";
|
|
30
|
+
import { Datadog as fo } from "./datadog.js";
|
|
31
|
+
import { DigitalOcean as io } from "./digital-ocean.js";
|
|
32
|
+
import { Discord as lo } from "./discord.js";
|
|
33
|
+
import { Dropbox as no } from "./dropbox.js";
|
|
34
|
+
import { E2b as go } from "./e2b.js";
|
|
35
|
+
import { Ebay as ko } from "./ebay.js";
|
|
36
|
+
import { Evernote as Go } from "./evernote.js";
|
|
37
|
+
import { Exa as So } from "./exa.js";
|
|
38
|
+
import { Factorial as Bo } from "./factorial.js";
|
|
39
|
+
import { Figma as Mo } from "./figma.js";
|
|
40
|
+
import { Firecrawl as Do } from "./firecrawl.js";
|
|
41
|
+
import { Freshservice as Fo } from "./freshservice.js";
|
|
42
|
+
import { Generic as To } from "./generic.js";
|
|
43
|
+
import { Github as wo } from "./github.js";
|
|
44
|
+
import { Gitlab as Eo } from "./gitlab.js";
|
|
45
|
+
import { Gmail as Wo } from "./gmail.js";
|
|
46
|
+
import { Google as No } from "./google.js";
|
|
47
|
+
import { GoogleCalendar as Io } from "./google-calendar.js";
|
|
48
|
+
import { GoogleContacts as Lo } from "./google-contacts.js";
|
|
49
|
+
import { GoogleDocs as Qo } from "./google-docs.js";
|
|
50
|
+
import { GoogleDrive as Vo } from "./google-drive.js";
|
|
51
|
+
import { GoogleFinance as jo } from "./google-finance.js";
|
|
52
|
+
import { GoogleFlight as Uo } from "./google-flight.js";
|
|
53
|
+
import { GoogleFlights as $o } from "./google-flights.js";
|
|
54
|
+
import { GoogleHotels as rr } from "./google-hotels.js";
|
|
55
|
+
import { GoogleJobs as tr } from "./google-jobs.js";
|
|
56
|
+
import { GoogleMaps as mr } from "./google-maps.js";
|
|
57
|
+
import { GoogleNews as xr } from "./google-news.js";
|
|
58
|
+
import { GoogleSheets as ar } from "./google-sheets.js";
|
|
59
|
+
import { GoogleShopping as sr } from "./google-shopping.js";
|
|
60
|
+
import { GoogleSlides as cr } from "./google-slides.js";
|
|
61
|
+
import { Heroku as ur } from "./heroku.js";
|
|
62
|
+
import { Hootsuite as kr } from "./hootsuite.js";
|
|
63
|
+
import { Hubspot as Gr } from "./hubspot.js";
|
|
64
|
+
import { Imgflip as Sr } from "./imgflip.js";
|
|
65
|
+
import { Intercom as Br } from "./intercom.js";
|
|
66
|
+
import { Jira as Mr } from "./jira.js";
|
|
67
|
+
import { Linear as Dr } from "./linear.js";
|
|
68
|
+
import { Linkedin as Fr } from "./linkedin.js";
|
|
69
|
+
import { Mailchimp as Tr } from "./mailchimp.js";
|
|
70
|
+
import { Mcp as wr } from "./mcp.js";
|
|
71
|
+
import { Microsoft as Er } from "./microsoft.js";
|
|
72
|
+
import { MicrosoftDynamics as Wr } from "./microsoft-dynamics.js";
|
|
73
|
+
import { MicrosoftSharepoint as Nr } from "./microsoft-sharepoint.js";
|
|
74
|
+
import { MicrosoftTeams as Ir } from "./microsoft-teams.js";
|
|
75
|
+
import { Miro as Lr } from "./miro.js";
|
|
76
|
+
import { Monday as Qr } from "./monday.js";
|
|
77
|
+
import { MongoDB as Vr } from "./mongodb.js";
|
|
78
|
+
import { Netsuite as jr } from "./netsuite.js";
|
|
79
|
+
import { Notion as Ur } from "./notion.js";
|
|
80
|
+
import { Oauth as $r } from "./oauth.js";
|
|
81
|
+
import { Obsidian as re } from "./obsidian.js";
|
|
82
|
+
import { Okta as te } from "./okta.js";
|
|
83
|
+
import { OneDrive as me } from "./one-drive.js";
|
|
84
|
+
import { OutlookCalendar as xe } from "./outlook-calendar.js";
|
|
85
|
+
import { OutlookMail as ae } from "./outlook-mail.js";
|
|
86
|
+
import { Pagerduty as se } from "./pagerduty.js";
|
|
87
|
+
import { Pinecone as ce } from "./pinecone.js";
|
|
88
|
+
import { Pinterest as ue } from "./pinterest.js";
|
|
89
|
+
import { Pipedrive as ke } from "./pipedrive.js";
|
|
90
|
+
import { Plaid as Ge } from "./plaid.js";
|
|
91
|
+
import { Postgres as Se } from "./postgres.js";
|
|
92
|
+
import { Posthog as Be } from "./posthog.js";
|
|
93
|
+
import { Pylon as Me } from "./pylon.js";
|
|
94
|
+
import { Quickbooks as De } from "./quickbooks.js";
|
|
95
|
+
import { Reddit as Fe } from "./reddit.js";
|
|
96
|
+
import { Salesforce as Te } from "./salesforce.js";
|
|
97
|
+
import { Shopify as we } from "./shopify.js";
|
|
98
|
+
import { Singlestore as Ee } from "./singlestore.js";
|
|
99
|
+
import { Slack as We } from "./slack.js";
|
|
100
|
+
import { Snowflake as Ne } from "./snowflake.js";
|
|
101
|
+
import { Splunk as Ie } from "./splunk.js";
|
|
102
|
+
import { Spotify as Le } from "./spotify.js";
|
|
103
|
+
import { Square as Qe } from "./square.js";
|
|
104
|
+
import { Squarespace as Ve } from "./squarespace.js";
|
|
105
|
+
import { Squareup as je } from "./squareup.js";
|
|
106
|
+
import { Stripe as Ue } from "./stripe.js";
|
|
107
|
+
import { Tesla as $e } from "./tesla.js";
|
|
108
|
+
import { Ticktick as rt } from "./ticktick.js";
|
|
109
|
+
import { Tiktok as tt } from "./tiktok.js";
|
|
110
|
+
import { Trello as mt } from "./trello.js";
|
|
111
|
+
import { Twilio as xt } from "./twilio.js";
|
|
112
|
+
import { Twitch as at } from "./twitch.js";
|
|
113
|
+
import { Vercel as st } from "./vercel.js";
|
|
114
|
+
import { Walmart as ct } from "./walmart.js";
|
|
115
|
+
import { Weaviate as ut } from "./weaviate.js";
|
|
116
|
+
import { Workday as kt } from "./workday.js";
|
|
117
|
+
import { Wrike as Gt } from "./wrike.js";
|
|
118
|
+
import { X as St } from "./x.js";
|
|
119
|
+
import { Xero as Bt } from "./xero.js";
|
|
120
|
+
import { Youtube as Mt } from "./youtube.js";
|
|
121
|
+
import { Zendesk as Dt } from "./zendesk.js";
|
|
122
|
+
import { Zoho as Ft } from "./zoho.js";
|
|
123
|
+
import { ZohoBooks as Tt } from "./zoho-books.js";
|
|
124
|
+
import { ZohoCreator as wt } from "./zoho-creator.js";
|
|
125
|
+
import { Zoom as Et } from "./zoom.js";
|
|
125
126
|
export {
|
|
126
127
|
e as Adp,
|
|
127
128
|
p as Aha,
|
|
128
|
-
|
|
129
|
+
f as Airtable,
|
|
129
130
|
i as Amplitude,
|
|
130
131
|
l as Arcade,
|
|
131
132
|
n as Asana,
|
|
@@ -133,7 +134,7 @@ export {
|
|
|
133
134
|
d as Atlassian,
|
|
134
135
|
h as Auth0,
|
|
135
136
|
b as Azure,
|
|
136
|
-
|
|
137
|
+
C as Bamboohr,
|
|
137
138
|
y as Basecamp,
|
|
138
139
|
A as Bill,
|
|
139
140
|
P as Bitbucket,
|
|
@@ -151,100 +152,101 @@ export {
|
|
|
151
152
|
_ as Coinbase,
|
|
152
153
|
oo as Confluence,
|
|
153
154
|
eo as Cursor,
|
|
154
|
-
po as
|
|
155
|
-
|
|
156
|
-
io as
|
|
157
|
-
lo as
|
|
158
|
-
no as
|
|
159
|
-
go as
|
|
160
|
-
ko as
|
|
161
|
-
Go as
|
|
162
|
-
So as
|
|
163
|
-
|
|
164
|
-
Mo as
|
|
165
|
-
Do as
|
|
166
|
-
Fo as
|
|
167
|
-
To as
|
|
168
|
-
wo as
|
|
169
|
-
Eo as
|
|
170
|
-
Wo as
|
|
171
|
-
No as
|
|
172
|
-
Io as
|
|
173
|
-
Lo as
|
|
174
|
-
Qo as
|
|
175
|
-
Vo as
|
|
176
|
-
jo as
|
|
177
|
-
Uo as
|
|
178
|
-
$o as
|
|
179
|
-
rr as
|
|
180
|
-
tr as
|
|
181
|
-
|
|
182
|
-
xr as
|
|
183
|
-
ar as
|
|
184
|
-
sr as
|
|
185
|
-
cr as
|
|
186
|
-
ur as
|
|
187
|
-
kr as
|
|
188
|
-
Gr as
|
|
189
|
-
Sr as
|
|
190
|
-
|
|
191
|
-
Mr as
|
|
192
|
-
Dr as
|
|
193
|
-
Fr as
|
|
194
|
-
Tr as
|
|
195
|
-
wr as
|
|
196
|
-
Er as
|
|
197
|
-
Wr as
|
|
198
|
-
Nr as
|
|
199
|
-
Ir as
|
|
200
|
-
Lr as
|
|
201
|
-
Qr as
|
|
202
|
-
Vr as
|
|
203
|
-
jr as
|
|
204
|
-
Ur as
|
|
205
|
-
$r as
|
|
206
|
-
re as
|
|
207
|
-
te as
|
|
208
|
-
|
|
209
|
-
xe as
|
|
210
|
-
ae as
|
|
211
|
-
se as
|
|
212
|
-
ce as
|
|
213
|
-
ue as
|
|
214
|
-
ke as
|
|
215
|
-
Ge as
|
|
216
|
-
Se as
|
|
217
|
-
|
|
218
|
-
Me as
|
|
219
|
-
De as
|
|
220
|
-
Fe as
|
|
221
|
-
Te as
|
|
222
|
-
we as
|
|
223
|
-
Ee as
|
|
224
|
-
We as
|
|
225
|
-
Ne as
|
|
226
|
-
Ie as
|
|
227
|
-
Le as
|
|
228
|
-
Qe as
|
|
229
|
-
Ve as
|
|
230
|
-
je as
|
|
231
|
-
Ue as
|
|
232
|
-
$e as
|
|
233
|
-
rt as
|
|
234
|
-
tt as
|
|
235
|
-
|
|
236
|
-
xt as
|
|
237
|
-
at as
|
|
238
|
-
st as
|
|
239
|
-
ct as
|
|
240
|
-
ut as
|
|
241
|
-
kt as
|
|
242
|
-
Gt as
|
|
243
|
-
St as
|
|
244
|
-
|
|
245
|
-
Mt as
|
|
246
|
-
Dt as
|
|
247
|
-
Ft as
|
|
248
|
-
Tt as
|
|
249
|
-
wt as
|
|
155
|
+
po as Customerio,
|
|
156
|
+
fo as Datadog,
|
|
157
|
+
io as DigitalOcean,
|
|
158
|
+
lo as Discord,
|
|
159
|
+
no as Dropbox,
|
|
160
|
+
go as E2b,
|
|
161
|
+
ko as Ebay,
|
|
162
|
+
Go as Evernote,
|
|
163
|
+
So as Exa,
|
|
164
|
+
Bo as Factorial,
|
|
165
|
+
Mo as Figma,
|
|
166
|
+
Do as Firecrawl,
|
|
167
|
+
Fo as Freshservice,
|
|
168
|
+
To as Generic,
|
|
169
|
+
wo as Github,
|
|
170
|
+
Eo as Gitlab,
|
|
171
|
+
Wo as Gmail,
|
|
172
|
+
No as Google,
|
|
173
|
+
Io as GoogleCalendar,
|
|
174
|
+
Lo as GoogleContacts,
|
|
175
|
+
Qo as GoogleDocs,
|
|
176
|
+
Vo as GoogleDrive,
|
|
177
|
+
jo as GoogleFinance,
|
|
178
|
+
Uo as GoogleFlight,
|
|
179
|
+
$o as GoogleFlights,
|
|
180
|
+
rr as GoogleHotels,
|
|
181
|
+
tr as GoogleJobs,
|
|
182
|
+
mr as GoogleMaps,
|
|
183
|
+
xr as GoogleNews,
|
|
184
|
+
ar as GoogleSheets,
|
|
185
|
+
sr as GoogleShopping,
|
|
186
|
+
cr as GoogleSlides,
|
|
187
|
+
ur as Heroku,
|
|
188
|
+
kr as Hootsuite,
|
|
189
|
+
Gr as Hubspot,
|
|
190
|
+
Sr as Imgflip,
|
|
191
|
+
Br as Intercom,
|
|
192
|
+
Mr as Jira,
|
|
193
|
+
Dr as Linear,
|
|
194
|
+
Fr as Linkedin,
|
|
195
|
+
Tr as Mailchimp,
|
|
196
|
+
wr as Mcp,
|
|
197
|
+
Er as Microsoft,
|
|
198
|
+
Wr as MicrosoftDynamics,
|
|
199
|
+
Nr as MicrosoftSharepoint,
|
|
200
|
+
Ir as MicrosoftTeams,
|
|
201
|
+
Lr as Miro,
|
|
202
|
+
Qr as Monday,
|
|
203
|
+
Vr as MongoDB,
|
|
204
|
+
jr as Netsuite,
|
|
205
|
+
Ur as Notion,
|
|
206
|
+
$r as Oauth,
|
|
207
|
+
re as Obsidian,
|
|
208
|
+
te as Okta,
|
|
209
|
+
me as OneDrive,
|
|
210
|
+
xe as OutlookCalendar,
|
|
211
|
+
ae as OutlookMail,
|
|
212
|
+
se as Pagerduty,
|
|
213
|
+
ce as Pinecone,
|
|
214
|
+
ue as Pinterest,
|
|
215
|
+
ke as Pipedrive,
|
|
216
|
+
Ge as Plaid,
|
|
217
|
+
Se as Postgres,
|
|
218
|
+
Be as Posthog,
|
|
219
|
+
Me as Pylon,
|
|
220
|
+
De as Quickbooks,
|
|
221
|
+
Fe as Reddit,
|
|
222
|
+
Te as Salesforce,
|
|
223
|
+
we as Shopify,
|
|
224
|
+
Ee as Singlestore,
|
|
225
|
+
We as Slack,
|
|
226
|
+
Ne as Snowflake,
|
|
227
|
+
Ie as Splunk,
|
|
228
|
+
Le as Spotify,
|
|
229
|
+
Qe as Square,
|
|
230
|
+
Ve as Squarespace,
|
|
231
|
+
je as Squareup,
|
|
232
|
+
Ue as Stripe,
|
|
233
|
+
$e as Tesla,
|
|
234
|
+
rt as Ticktick,
|
|
235
|
+
tt as Tiktok,
|
|
236
|
+
mt as Trello,
|
|
237
|
+
xt as Twilio,
|
|
238
|
+
at as Twitch,
|
|
239
|
+
st as Vercel,
|
|
240
|
+
ct as Walmart,
|
|
241
|
+
ut as Weaviate,
|
|
242
|
+
kt as Workday,
|
|
243
|
+
Gt as Wrike,
|
|
244
|
+
St as X,
|
|
245
|
+
Bt as Xero,
|
|
246
|
+
Mt as Youtube,
|
|
247
|
+
Dt as Zendesk,
|
|
248
|
+
Ft as Zoho,
|
|
249
|
+
Tt as ZohoBooks,
|
|
250
|
+
wt as ZohoCreator,
|
|
251
|
+
Et as Zoom
|
|
250
252
|
};
|