@arcadeai/design-system 4.0.0 → 4.1.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/google-forms.js +136 -0
- package/dist/components/index.js +165 -164
- package/dist/components/ui/atoms/icons/google-forms.d.ts +4 -0
- package/dist/components/ui/atoms/icons/google-forms.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/google-forms.js +128 -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 +94 -93
- package/dist/components/ui/atoms/index.js +121 -120
- package/dist/components/ui/index.js +165 -164
- package/dist/components/ui/molecules/user-nav.d.ts.map +1 -1
- package/dist/components/ui/molecules/user-nav.js +1 -1
- package/dist/main.js +171 -170
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +137 -135
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/package.json +1 -1
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
//#region lib/components/ui/atoms/icons/google-forms.tsx
|
|
3
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
4
|
+
fill: "none",
|
|
5
|
+
height: "1em",
|
|
6
|
+
preserveAspectRatio: "xMidYMid",
|
|
7
|
+
viewBox: "0 0 192 192",
|
|
8
|
+
width: "1em",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
...n,
|
|
11
|
+
children: [
|
|
12
|
+
/* @__PURE__ */ e("title", { children: "Google Forms" }),
|
|
13
|
+
/* @__PURE__ */ e("rect", {
|
|
14
|
+
fill: "#969dff",
|
|
15
|
+
height: "50",
|
|
16
|
+
rx: "25",
|
|
17
|
+
width: "102",
|
|
18
|
+
x: "70",
|
|
19
|
+
y: "121"
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ e("rect", {
|
|
22
|
+
fill: "#b8c0ff",
|
|
23
|
+
height: "50",
|
|
24
|
+
rx: "25",
|
|
25
|
+
width: "50",
|
|
26
|
+
x: "20",
|
|
27
|
+
y: "121"
|
|
28
|
+
}),
|
|
29
|
+
/* @__PURE__ */ e("rect", {
|
|
30
|
+
fill: "#5746e3",
|
|
31
|
+
height: "50",
|
|
32
|
+
rx: "25",
|
|
33
|
+
width: "50",
|
|
34
|
+
x: "20",
|
|
35
|
+
y: "71"
|
|
36
|
+
}),
|
|
37
|
+
/* @__PURE__ */ e("rect", {
|
|
38
|
+
fill: "#5746e3",
|
|
39
|
+
height: "50",
|
|
40
|
+
rx: "25",
|
|
41
|
+
width: "102",
|
|
42
|
+
x: "70",
|
|
43
|
+
y: "71"
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ e("mask", {
|
|
46
|
+
height: "50",
|
|
47
|
+
id: "gforms-mask",
|
|
48
|
+
maskUnits: "userSpaceOnUse",
|
|
49
|
+
style: { maskType: "alpha" },
|
|
50
|
+
width: "102",
|
|
51
|
+
x: "70",
|
|
52
|
+
y: "21",
|
|
53
|
+
children: /* @__PURE__ */ e("rect", {
|
|
54
|
+
fill: "#5f54f4",
|
|
55
|
+
height: "50",
|
|
56
|
+
rx: "25",
|
|
57
|
+
width: "102",
|
|
58
|
+
x: "70",
|
|
59
|
+
y: "21"
|
|
60
|
+
})
|
|
61
|
+
}),
|
|
62
|
+
/* @__PURE__ */ t("g", {
|
|
63
|
+
mask: "url(#gforms-mask)",
|
|
64
|
+
children: [/* @__PURE__ */ e("rect", {
|
|
65
|
+
fill: "#7372fe",
|
|
66
|
+
height: "50",
|
|
67
|
+
rx: "25",
|
|
68
|
+
width: "102",
|
|
69
|
+
x: "70",
|
|
70
|
+
y: "21"
|
|
71
|
+
}), /* @__PURE__ */ e("g", {
|
|
72
|
+
filter: "url(#gforms-blur)",
|
|
73
|
+
children: /* @__PURE__ */ e("circle", {
|
|
74
|
+
cx: "56",
|
|
75
|
+
cy: "46",
|
|
76
|
+
fill: "#64afff",
|
|
77
|
+
r: "36"
|
|
78
|
+
})
|
|
79
|
+
})]
|
|
80
|
+
}),
|
|
81
|
+
/* @__PURE__ */ e("rect", {
|
|
82
|
+
fill: "#7372fe",
|
|
83
|
+
height: "50",
|
|
84
|
+
rx: "25",
|
|
85
|
+
width: "50",
|
|
86
|
+
x: "20",
|
|
87
|
+
y: "21"
|
|
88
|
+
}),
|
|
89
|
+
/* @__PURE__ */ e("path", {
|
|
90
|
+
d: "M95 46h52",
|
|
91
|
+
stroke: "#fff",
|
|
92
|
+
strokeLinecap: "round",
|
|
93
|
+
strokeWidth: "12"
|
|
94
|
+
}),
|
|
95
|
+
/* @__PURE__ */ e("circle", {
|
|
96
|
+
cx: "45",
|
|
97
|
+
cy: "46",
|
|
98
|
+
fill: "#fff",
|
|
99
|
+
r: "12"
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ e("defs", { children: /* @__PURE__ */ t("filter", {
|
|
102
|
+
colorInterpolationFilters: "sRGB",
|
|
103
|
+
filterUnits: "userSpaceOnUse",
|
|
104
|
+
height: "111.47",
|
|
105
|
+
id: "gforms-blur",
|
|
106
|
+
width: "111.47",
|
|
107
|
+
x: ".27",
|
|
108
|
+
y: "-9.74",
|
|
109
|
+
children: [
|
|
110
|
+
/* @__PURE__ */ e("feFlood", {
|
|
111
|
+
floodOpacity: "0",
|
|
112
|
+
result: "BackgroundImageFix"
|
|
113
|
+
}),
|
|
114
|
+
/* @__PURE__ */ e("feBlend", {
|
|
115
|
+
in: "SourceGraphic",
|
|
116
|
+
in2: "BackgroundImageFix",
|
|
117
|
+
result: "shape"
|
|
118
|
+
}),
|
|
119
|
+
/* @__PURE__ */ e("feGaussianBlur", {
|
|
120
|
+
result: "effect1_foregroundBlur",
|
|
121
|
+
stdDeviation: "9.87"
|
|
122
|
+
})
|
|
123
|
+
]
|
|
124
|
+
}) })
|
|
125
|
+
]
|
|
126
|
+
});
|
|
127
|
+
//#endregion
|
|
128
|
+
export { n as GoogleForms, n as default };
|
|
@@ -68,6 +68,7 @@ export * from './google-drive';
|
|
|
68
68
|
export * from './google-finance';
|
|
69
69
|
export * from './google-flight';
|
|
70
70
|
export * from './google-flights';
|
|
71
|
+
export * from './google-forms';
|
|
71
72
|
export * from './google-hotels';
|
|
72
73
|
export * from './google-jobs';
|
|
73
74
|
export * from './google-maps';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -67,96 +67,97 @@ import { GoogleDrive as de } from "./google-drive.js";
|
|
|
67
67
|
import { GoogleFinance as fe } from "./google-finance.js";
|
|
68
68
|
import { GoogleFlight as pe } from "./google-flight.js";
|
|
69
69
|
import { GoogleFlights as me } from "./google-flights.js";
|
|
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 {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
|
|
70
|
+
import { GoogleForms as he } from "./google-forms.js";
|
|
71
|
+
import { GoogleHotels as ge } from "./google-hotels.js";
|
|
72
|
+
import { GoogleJobs as _e } from "./google-jobs.js";
|
|
73
|
+
import { GoogleMaps as ve } from "./google-maps.js";
|
|
74
|
+
import { GoogleNews as ye } from "./google-news.js";
|
|
75
|
+
import { GoogleSheets as be } from "./google-sheets.js";
|
|
76
|
+
import { GoogleShopping as xe } from "./google-shopping.js";
|
|
77
|
+
import { GoogleSlides as Se } from "./google-slides.js";
|
|
78
|
+
import { Goose as Ce } from "./goose.js";
|
|
79
|
+
import { Granola as we } from "./granola.js";
|
|
80
|
+
import { Heroku as Te } from "./heroku.js";
|
|
81
|
+
import { Hootsuite as Ee } from "./hootsuite.js";
|
|
82
|
+
import { Hubspot as De } from "./hubspot.js";
|
|
83
|
+
import { Imgflip as Oe } from "./imgflip.js";
|
|
84
|
+
import { Insightly as ke } from "./insightly.js";
|
|
85
|
+
import { Intercom as Ae } from "./intercom.js";
|
|
86
|
+
import { Jira as je } from "./jira.js";
|
|
87
|
+
import { Langchain as Me } from "./langchain.js";
|
|
88
|
+
import { LangchainLogotype as Ne } from "./langchain-logotype.js";
|
|
89
|
+
import { Linear as Pe } from "./linear.js";
|
|
90
|
+
import { Linkedin as Fe } from "./linkedin.js";
|
|
91
|
+
import { Luma as Ie } from "./luma.js";
|
|
92
|
+
import { Mailchimp as Le } from "./mailchimp.js";
|
|
93
|
+
import { Mastra as Re } from "./mastra.js";
|
|
94
|
+
import { MastraLogotype as ze } from "./mastra-logotype.js";
|
|
95
|
+
import { MathToolkit as Be } from "./math-toolkit.js";
|
|
96
|
+
import { Mcp as Ve } from "./mcp.js";
|
|
97
|
+
import { Microsoft as He } from "./microsoft.js";
|
|
98
|
+
import { MicrosoftDynamics as Ue } from "./microsoft-dynamics.js";
|
|
99
|
+
import { MicrosoftExcel as We } from "./microsoft-excel.js";
|
|
100
|
+
import { MicrosoftOnedrive as Ge } from "./microsoft-onedrive.js";
|
|
101
|
+
import { MicrosoftOutlookCalendar as Ke } from "./microsoft-outlook-calendar.js";
|
|
102
|
+
import { MicrosoftOutlookMail as qe } from "./microsoft-outlook-mail.js";
|
|
103
|
+
import { MicrosoftPowerpoint as Je } from "./microsoft-powerpoint.js";
|
|
104
|
+
import { MicrosoftSharepoint as Ye } from "./microsoft-sharepoint.js";
|
|
105
|
+
import { MicrosoftTeams as Xe } from "./microsoft-teams.js";
|
|
106
|
+
import { MicrosoftWord as Ze } from "./microsoft-word.js";
|
|
107
|
+
import { Miro as Qe } from "./miro.js";
|
|
108
|
+
import { Monday as $e } from "./monday.js";
|
|
109
|
+
import { MongoDB as et } from "./mongodb.js";
|
|
110
|
+
import { Netsuite as tt } from "./netsuite.js";
|
|
111
|
+
import { Notion as nt } from "./notion.js";
|
|
112
|
+
import { Oauth as rt } from "./oauth.js";
|
|
113
|
+
import { Obsidian as it } from "./obsidian.js";
|
|
114
|
+
import { Okta as at } from "./okta.js";
|
|
115
|
+
import { Openai as ot } from "./openai.js";
|
|
116
|
+
import { Pagerduty as st } from "./pagerduty.js";
|
|
117
|
+
import { Pinecone as ct } from "./pinecone.js";
|
|
118
|
+
import { Pinterest as lt } from "./pinterest.js";
|
|
119
|
+
import { Pipedrive as ut } from "./pipedrive.js";
|
|
120
|
+
import { Plaid as dt } from "./plaid.js";
|
|
121
|
+
import { Postgres as ft } from "./postgres.js";
|
|
122
|
+
import { Posthog as pt } from "./posthog.js";
|
|
123
|
+
import { Pylon as mt } from "./pylon.js";
|
|
124
|
+
import { Quickbooks as ht } from "./quickbooks.js";
|
|
125
|
+
import { Railway as gt } from "./railway.js";
|
|
126
|
+
import { Reddit as _t } from "./reddit.js";
|
|
127
|
+
import { Resend as vt } from "./resend.js";
|
|
128
|
+
import { Salesforce as yt } from "./salesforce.js";
|
|
129
|
+
import { Shopify as bt } from "./shopify.js";
|
|
130
|
+
import { Singlestore as xt } from "./singlestore.js";
|
|
131
|
+
import { Slack as St } from "./slack.js";
|
|
132
|
+
import { Snowflake as Ct } from "./snowflake.js";
|
|
133
|
+
import { Splunk as wt } from "./splunk.js";
|
|
134
|
+
import { Spotify as Tt } from "./spotify.js";
|
|
135
|
+
import { Square as Et } from "./square.js";
|
|
136
|
+
import { Squarespace as Dt } from "./squarespace.js";
|
|
137
|
+
import { Squareup as Ot } from "./squareup.js";
|
|
138
|
+
import { Stripe as kt } from "./stripe.js";
|
|
139
|
+
import { Telegram as At } from "./telegram.js";
|
|
140
|
+
import { Tesla as jt } from "./tesla.js";
|
|
141
|
+
import { Ticktick as Mt } from "./ticktick.js";
|
|
142
|
+
import { Tiktok as Nt } from "./tiktok.js";
|
|
143
|
+
import { Trello as Pt } from "./trello.js";
|
|
144
|
+
import { Twilio as Ft } from "./twilio.js";
|
|
145
|
+
import { Twitch as It } from "./twitch.js";
|
|
146
|
+
import { Vercel as Lt } from "./vercel.js";
|
|
147
|
+
import { VercelLogotype as Rt } from "./vercel-logotype.js";
|
|
148
|
+
import { Vscode as zt } from "./vscode.js";
|
|
149
|
+
import { Walmart as Bt } from "./walmart.js";
|
|
150
|
+
import { Weaviate as Vt } from "./weaviate.js";
|
|
151
|
+
import { Windsurf as Ht } from "./windsurf.js";
|
|
152
|
+
import { Workday as Ut } from "./workday.js";
|
|
153
|
+
import { Wrike as Wt } from "./wrike.js";
|
|
154
|
+
import { X as Gt } from "./x.js";
|
|
155
|
+
import { Xero as Kt } from "./xero.js";
|
|
156
|
+
import { Youtube as qt } from "./youtube.js";
|
|
157
|
+
import { Yugabytedb as Jt } from "./yugabytedb.js";
|
|
158
|
+
import { Zendesk as Yt } from "./zendesk.js";
|
|
159
|
+
import { Zoho as Xt } from "./zoho.js";
|
|
160
|
+
import { ZohoBooks as Zt } from "./zoho-books.js";
|
|
161
|
+
import { ZohoCreator as Qt } from "./zoho-creator.js";
|
|
162
|
+
import { Zoom as $t } from "./zoom.js";
|
|
163
|
+
export { e as Adp, t as Aha, n as Airtable, r as Amplitude, i as Apollo, a as Arcade, o as ArcadeLogo, s as Asana, c as Ashby, l as Atlassian, u as Attio, d as Auth0, f as Azure, p as Bamboohr, m as Basecamp, h as Bill, g as Bitbucket, _ as Bluesky, v as Box, y as Braze, b as Brex, x as Brightdata, S as Buffer, C as Calendly, w as Claude, T as ClaudeCodeLogotype, E as Clickhouse, D as Clickup, O as Cline, k as Closeio, A as Codesandbox, j as Coinbase, M as Confluence, N as Cursor, P as CursorInstallDark, F as CursorInstallLight, I as CursorLogotype, L as Customerio, R as Datadog, z as Daytona, B as DigitalOcean, V as Discord, H as Dropbox, U as E2b, W as Ebay, G as Evernote, K as Exa, q as Factorial, J as Figma, Y as Firecrawl, X as Fireflies, Z as FlyIo, Q as Forkable, $ as Freshdesk, ee as Freshservice, te as Gemini, ne as Generic, re as Github, ie as Gitlab, ae as Glean, oe as Gmail, se as Google, ce as GoogleCalendar, le as GoogleContacts, ue as GoogleDocs, de as GoogleDrive, fe as GoogleFinance, pe as GoogleFlight, me as GoogleFlights, he as GoogleForms, ge as GoogleHotels, _e as GoogleJobs, ve as GoogleMaps, ye as GoogleNews, be as GoogleSheets, xe as GoogleShopping, Se as GoogleSlides, Ce as Goose, we as Granola, Te as Heroku, Ee as Hootsuite, De as Hubspot, Oe as Imgflip, ke as Insightly, Ae as Intercom, je as Jira, Me as Langchain, Ne as LangchainLogotype, Pe as Linear, Fe as Linkedin, Ie as Luma, Le as Mailchimp, Re as Mastra, ze as MastraLogotype, Be as MathToolkit, Ve as Mcp, He as Microsoft, Ue as MicrosoftDynamics, We as MicrosoftExcel, Ge as MicrosoftOnedrive, Ke as MicrosoftOutlookCalendar, qe as MicrosoftOutlookMail, Je as MicrosoftPowerpoint, Ye as MicrosoftSharepoint, Xe as MicrosoftTeams, Ze as MicrosoftWord, Qe as Miro, $e as Monday, et as MongoDB, tt as Netsuite, nt as Notion, rt as Oauth, it as Obsidian, at as Okta, ot as Openai, st as Pagerduty, ct as Pinecone, lt as Pinterest, ut as Pipedrive, dt as Plaid, ft as Postgres, pt as Posthog, mt as Pylon, ht as Quickbooks, gt as Railway, _t as Reddit, vt as Resend, yt as Salesforce, bt as Shopify, xt as Singlestore, St as Slack, Ct as Snowflake, wt as Splunk, Tt as Spotify, Et as Square, Dt as Squarespace, Ot as Squareup, kt as Stripe, At as Telegram, jt as Tesla, Mt as Ticktick, Nt as Tiktok, Pt as Trello, Ft as Twilio, It as Twitch, Lt as Vercel, Rt as VercelLogotype, zt as Vscode, Bt as Walmart, Vt as Weaviate, Ht as Windsurf, Ut as Workday, Wt as Wrike, Gt as X, Kt as Xero, qt as Youtube, Jt as Yugabytedb, Yt as Zendesk, Xt as Zoho, Zt as ZohoBooks, Qt as ZohoCreator, $t as Zoom };
|