buner 0.0.2 → 1.0.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/.env +15 -0
- package/.env.development +6 -0
- package/.env.eshn +5 -0
- package/README.md +141 -5
- package/bin/buner.js +566 -0
- package/cli/README.md +1 -0
- package/cli/buner.ts +234 -0
- package/cli/cli.ts +125 -0
- package/cli/create-app.ts +59 -0
- package/cli/helpers/copy.ts +62 -0
- package/cli/helpers/format-files.ts +189 -0
- package/cli/helpers/git.ts +77 -0
- package/cli/helpers/install.ts +26 -0
- package/cli/helpers/is-folder-empty.ts +40 -0
- package/cli/helpers/is-writeable.ts +14 -0
- package/cli/helpers/make-dir.ts +7 -0
- package/cli/helpers/validate-pkg.ts +17 -0
- package/cli/install-template.ts +77 -0
- package/eslint.config.mjs +187 -0
- package/index.html +44 -0
- package/integration.ts +179 -0
- package/migrate-scss.ts +42 -0
- package/package.json +135 -7
- package/prerender.ts +229 -0
- package/public/.nojekyll +1 -0
- package/public/400.html +1 -0
- package/public/401.html +21 -0
- package/public/403.html +252 -0
- package/public/404.css +51 -0
- package/public/404.html +29 -0
- package/public/__images__/awww.jpeg +0 -0
- package/public/__images__/bat-body.png +0 -0
- package/public/__images__/bat-wing.png +0 -0
- package/public/__images__/haunted-house-background.png +0 -0
- package/public/__images__/haunted-house-foreground.png +0 -0
- package/public/assets/fonts/crimson-text/CrimsonText-Bold.ttf +0 -0
- package/public/assets/fonts/crimson-text/CrimsonText-BoldItalic.ttf +0 -0
- package/public/assets/fonts/crimson-text/CrimsonText-Italic.ttf +0 -0
- package/public/assets/fonts/crimson-text/CrimsonText-Regular.ttf +0 -0
- package/public/assets/fonts/crimson-text/CrimsonText-SemiBold.ttf +0 -0
- package/public/assets/fonts/crimson-text/CrimsonText-SemiBoldItalic.ttf +0 -0
- package/public/assets/fonts/crimson-text/CrimsonText.woff2 +0 -0
- package/public/assets/fonts/crimson-text/OFL.txt +93 -0
- package/public/assets/fonts/work-sans/OFL.txt +93 -0
- package/public/assets/fonts/work-sans/README.txt +81 -0
- package/public/assets/fonts/work-sans/WorkSans-Italic-VariableFont_wght.ttf +0 -0
- package/public/assets/fonts/work-sans/WorkSans-VariableFont_wght.ttf +0 -0
- package/public/assets/fonts/work-sans/WorkSans.woff2 +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-Black.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-BlackItalic.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-Bold.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-BoldItalic.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-ExtraBold.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-ExtraBoldItalic.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-ExtraLight.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-ExtraLightItalic.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-Italic.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-Light.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-LightItalic.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-Medium.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-MediumItalic.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-Regular.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-SemiBold.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-SemiBoldItalic.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-Thin.ttf +0 -0
- package/public/assets/fonts/work-sans/static/WorkSans-ThinItalic.ttf +0 -0
- package/public/assets/images/icons.svg +67 -0
- package/public/assets/images/logo.svg +14 -0
- package/public/assets/images/root.svg +49 -0
- package/public/assets/vendors/axios@0.24.0/axios.js +2275 -0
- package/public/assets/vendors/axios@0.24.0/axios.map +1 -0
- package/public/assets/vendors/axios@0.24.0/axios.min.js +2 -0
- package/public/assets/vendors/axios@0.24.0/axios.min.map +1 -0
- package/public/favicon.ico +0 -0
- package/public/favicon.svg +3 -0
- package/public/icon-128.png +0 -0
- package/public/icon-16.png +0 -0
- package/public/icon-192.png +0 -0
- package/public/icon-48.png +0 -0
- package/public/icon-512.png +0 -0
- package/public/json/avatar.json +42 -0
- package/public/manifest.webmanifest +29 -0
- package/public/mockServiceWorker.js +349 -0
- package/public/pl-states.svg +4 -0
- package/public/samples/01.svg +1 -0
- package/public/samples/Airbnb.svg +3 -0
- package/public/samples/Facebook.svg +3 -0
- package/public/samples/Google.svg +8 -0
- package/public/samples/Microsoft.svg +7 -0
- package/public/samples/Spotify.svg +3 -0
- package/public/samples/alexandra-stolz.svg +35 -0
- package/public/samples/browserconfig.xml +9 -0
- package/public/samples/cliff-curtis.jpg +0 -0
- package/public/samples/emilia-clarke.jpg +0 -0
- package/public/samples/favicon.ico +0 -0
- package/public/samples/icons/android-chrome-192x192.png +0 -0
- package/public/samples/icons/apple-touch-icon.png +0 -0
- package/public/samples/icons/favicon-144x144.png +0 -0
- package/public/samples/icons/favicon-150x150.png +0 -0
- package/public/samples/icons/favicon-16x16.png +0 -0
- package/public/samples/icons/favicon-32x32.png +0 -0
- package/public/samples/icons/favicon-48x48.png +0 -0
- package/public/samples/icons/favicon-70x70.png +0 -0
- package/public/samples/icons/favicon.ico +0 -0
- package/public/samples/image-1.svg +166 -0
- package/public/samples/image-2.svg +110 -0
- package/public/samples/image-3.svg +113 -0
- package/public/samples/janet-bray.svg +36 -0
- package/public/samples/kate-winslet.jpg +0 -0
- package/public/samples/manifest.json +19 -0
- package/public/samples/michelle-yeoh.jpg +0 -0
- package/public/samples/peg-legge.svg +37 -0
- package/public/samples/richard-guerra.svg +42 -0
- package/public/samples/rose-leslie.jpg +0 -0
- package/public/samples/sample-1.svg +365 -0
- package/public/samples/sample-2.svg +129 -0
- package/public/samples/sample-3.svg +93 -0
- package/public/samples/sample-4.svg +168 -0
- package/public/samples/sample-5.svg +155 -0
- package/public/samples/sample-6.svg +445 -0
- package/public/samples/sample-7.svg +404 -0
- package/public/samples/sample-8.png +0 -0
- package/public/staticwebapp.config.json +138 -0
- package/scripts.ts +56 -0
- package/server.ts +29 -0
- package/states.ts +63 -0
- package/styles.ts +232 -0
- package/tsconfig.json +71 -25
- package/types.d.ts +54 -0
- package/vite.config.ts +3 -0
- package/xpack/alias.ts +21 -0
- package/xpack/config.ts +59 -0
- package/xpack/create-server.ts +68 -0
- package/xpack/create-vite-dev-server.ts +33 -0
- package/xpack/deploy/deploy-inte.ts +3 -0
- package/xpack/filename.ts +43 -0
- package/xpack/hooks/build-start.ts +17 -0
- package/xpack/hooks/close-bundle.ts +19 -0
- package/xpack/hooks/handle-hot-update.ts +22 -0
- package/xpack/hooks/options.ts +55 -0
- package/xpack/hooks/resolve-dynamic-import.ts +18 -0
- package/xpack/hooks/transform-index-html.ts +18 -0
- package/xpack/hooks/transform.ts +72 -0
- package/xpack/hooks/write-bundle.ts +16 -0
- package/xpack/manual-chunk.ts +56 -0
- package/xpack/paths.ts +30 -0
- package/xpack/renderer.ts +141 -0
- package/xpack/root/active-item-options.tsx +98 -0
- package/xpack/root/frame-controls.tsx +139 -0
- package/xpack/root/index.tsx +107 -0
- package/xpack/root/rendered-item.tsx +25 -0
- package/xpack/root/root-context.ts +22 -0
- package/xpack/root/root-nav.tsx +162 -0
- package/xpack/root/state-animation-html.tsx +18 -0
- package/xpack/root/template.tsx +23 -0
- package/xpack/root/use-click-outside.ts +37 -0
- package/xpack/scripts/color-mode.entry.ts +28 -0
- package/xpack/scripts/mock-api.entry.ts +11 -0
- package/xpack/scripts/pl-states.entry.ts +321 -0
- package/xpack/scripts/root.entry.ts +135 -0
- package/xpack/scripts/theme-critical.entry.ts +20 -0
- package/xpack/states.schema.json +61 -0
- package/xpack/styles/_border.scss +22 -0
- package/xpack/styles/_breakpoint.scss +117 -0
- package/xpack/styles/_form.scss +23 -0
- package/xpack/styles/_px2rem.scss +5 -0
- package/xpack/styles/_reset.scss +134 -0
- package/xpack/styles/_state-toggle.scss +121 -0
- package/xpack/styles/_theme.scss +68 -0
- package/xpack/styles/_top-panel.scss +87 -0
- package/xpack/styles/_xpack-root.scss +322 -0
- package/xpack/styles/pl-states.scss +308 -0
- package/xpack/styles/root.scss +129 -0
- package/.github/workflows/deploy.yaml +0 -32
- package/index.ts +0 -1
|
@@ -0,0 +1,349 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Mock Service Worker.
|
|
6
|
+
* @see https://github.com/mswjs/msw
|
|
7
|
+
* - Please do NOT modify this file.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
const PACKAGE_VERSION = '2.12.10'
|
|
11
|
+
const INTEGRITY_CHECKSUM = '4db4a41e972cec1b64cc569c66952d82'
|
|
12
|
+
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
|
13
|
+
const activeClientIds = new Set()
|
|
14
|
+
|
|
15
|
+
addEventListener('install', function () {
|
|
16
|
+
self.skipWaiting()
|
|
17
|
+
})
|
|
18
|
+
|
|
19
|
+
addEventListener('activate', function (event) {
|
|
20
|
+
event.waitUntil(self.clients.claim())
|
|
21
|
+
})
|
|
22
|
+
|
|
23
|
+
addEventListener('message', async function (event) {
|
|
24
|
+
const clientId = Reflect.get(event.source || {}, 'id')
|
|
25
|
+
|
|
26
|
+
if (!clientId || !self.clients) {
|
|
27
|
+
return
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
const client = await self.clients.get(clientId)
|
|
31
|
+
|
|
32
|
+
if (!client) {
|
|
33
|
+
return
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
const allClients = await self.clients.matchAll({
|
|
37
|
+
type: 'window',
|
|
38
|
+
})
|
|
39
|
+
|
|
40
|
+
switch (event.data) {
|
|
41
|
+
case 'KEEPALIVE_REQUEST': {
|
|
42
|
+
sendToClient(client, {
|
|
43
|
+
type: 'KEEPALIVE_RESPONSE',
|
|
44
|
+
})
|
|
45
|
+
break
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
case 'INTEGRITY_CHECK_REQUEST': {
|
|
49
|
+
sendToClient(client, {
|
|
50
|
+
type: 'INTEGRITY_CHECK_RESPONSE',
|
|
51
|
+
payload: {
|
|
52
|
+
packageVersion: PACKAGE_VERSION,
|
|
53
|
+
checksum: INTEGRITY_CHECKSUM,
|
|
54
|
+
},
|
|
55
|
+
})
|
|
56
|
+
break
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
case 'MOCK_ACTIVATE': {
|
|
60
|
+
activeClientIds.add(clientId)
|
|
61
|
+
|
|
62
|
+
sendToClient(client, {
|
|
63
|
+
type: 'MOCKING_ENABLED',
|
|
64
|
+
payload: {
|
|
65
|
+
client: {
|
|
66
|
+
id: client.id,
|
|
67
|
+
frameType: client.frameType,
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
})
|
|
71
|
+
break
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
case 'CLIENT_CLOSED': {
|
|
75
|
+
activeClientIds.delete(clientId)
|
|
76
|
+
|
|
77
|
+
const remainingClients = allClients.filter((client) => {
|
|
78
|
+
return client.id !== clientId
|
|
79
|
+
})
|
|
80
|
+
|
|
81
|
+
// Unregister itself when there are no more clients
|
|
82
|
+
if (remainingClients.length === 0) {
|
|
83
|
+
self.registration.unregister()
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
break
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
91
|
+
addEventListener('fetch', function (event) {
|
|
92
|
+
const requestInterceptedAt = Date.now()
|
|
93
|
+
|
|
94
|
+
// Bypass navigation requests.
|
|
95
|
+
if (event.request.mode === 'navigate') {
|
|
96
|
+
return
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// Opening the DevTools triggers the "only-if-cached" request
|
|
100
|
+
// that cannot be handled by the worker. Bypass such requests.
|
|
101
|
+
if (
|
|
102
|
+
event.request.cache === 'only-if-cached' &&
|
|
103
|
+
event.request.mode !== 'same-origin'
|
|
104
|
+
) {
|
|
105
|
+
return
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
// Bypass all requests when there are no active clients.
|
|
109
|
+
// Prevents the self-unregistered worked from handling requests
|
|
110
|
+
// after it's been terminated (still remains active until the next reload).
|
|
111
|
+
if (activeClientIds.size === 0) {
|
|
112
|
+
return
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
const requestId = crypto.randomUUID()
|
|
116
|
+
event.respondWith(handleRequest(event, requestId, requestInterceptedAt))
|
|
117
|
+
})
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* @param {FetchEvent} event
|
|
121
|
+
* @param {string} requestId
|
|
122
|
+
* @param {number} requestInterceptedAt
|
|
123
|
+
*/
|
|
124
|
+
async function handleRequest(event, requestId, requestInterceptedAt) {
|
|
125
|
+
const client = await resolveMainClient(event)
|
|
126
|
+
const requestCloneForEvents = event.request.clone()
|
|
127
|
+
const response = await getResponse(
|
|
128
|
+
event,
|
|
129
|
+
client,
|
|
130
|
+
requestId,
|
|
131
|
+
requestInterceptedAt,
|
|
132
|
+
)
|
|
133
|
+
|
|
134
|
+
// Send back the response clone for the "response:*" life-cycle events.
|
|
135
|
+
// Ensure MSW is active and ready to handle the message, otherwise
|
|
136
|
+
// this message will pend indefinitely.
|
|
137
|
+
if (client && activeClientIds.has(client.id)) {
|
|
138
|
+
const serializedRequest = await serializeRequest(requestCloneForEvents)
|
|
139
|
+
|
|
140
|
+
// Clone the response so both the client and the library could consume it.
|
|
141
|
+
const responseClone = response.clone()
|
|
142
|
+
|
|
143
|
+
sendToClient(
|
|
144
|
+
client,
|
|
145
|
+
{
|
|
146
|
+
type: 'RESPONSE',
|
|
147
|
+
payload: {
|
|
148
|
+
isMockedResponse: IS_MOCKED_RESPONSE in response,
|
|
149
|
+
request: {
|
|
150
|
+
id: requestId,
|
|
151
|
+
...serializedRequest,
|
|
152
|
+
},
|
|
153
|
+
response: {
|
|
154
|
+
type: responseClone.type,
|
|
155
|
+
status: responseClone.status,
|
|
156
|
+
statusText: responseClone.statusText,
|
|
157
|
+
headers: Object.fromEntries(responseClone.headers.entries()),
|
|
158
|
+
body: responseClone.body,
|
|
159
|
+
},
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
responseClone.body ? [serializedRequest.body, responseClone.body] : [],
|
|
163
|
+
)
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
return response
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Resolve the main client for the given event.
|
|
171
|
+
* Client that issues a request doesn't necessarily equal the client
|
|
172
|
+
* that registered the worker. It's with the latter the worker should
|
|
173
|
+
* communicate with during the response resolving phase.
|
|
174
|
+
* @param {FetchEvent} event
|
|
175
|
+
* @returns {Promise<Client | undefined>}
|
|
176
|
+
*/
|
|
177
|
+
async function resolveMainClient(event) {
|
|
178
|
+
const client = await self.clients.get(event.clientId)
|
|
179
|
+
|
|
180
|
+
if (activeClientIds.has(event.clientId)) {
|
|
181
|
+
return client
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
if (client?.frameType === 'top-level') {
|
|
185
|
+
return client
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
const allClients = await self.clients.matchAll({
|
|
189
|
+
type: 'window',
|
|
190
|
+
})
|
|
191
|
+
|
|
192
|
+
return allClients
|
|
193
|
+
.filter((client) => {
|
|
194
|
+
// Get only those clients that are currently visible.
|
|
195
|
+
return client.visibilityState === 'visible'
|
|
196
|
+
})
|
|
197
|
+
.find((client) => {
|
|
198
|
+
// Find the client ID that's recorded in the
|
|
199
|
+
// set of clients that have registered the worker.
|
|
200
|
+
return activeClientIds.has(client.id)
|
|
201
|
+
})
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* @param {FetchEvent} event
|
|
206
|
+
* @param {Client | undefined} client
|
|
207
|
+
* @param {string} requestId
|
|
208
|
+
* @param {number} requestInterceptedAt
|
|
209
|
+
* @returns {Promise<Response>}
|
|
210
|
+
*/
|
|
211
|
+
async function getResponse(event, client, requestId, requestInterceptedAt) {
|
|
212
|
+
// Clone the request because it might've been already used
|
|
213
|
+
// (i.e. its body has been read and sent to the client).
|
|
214
|
+
const requestClone = event.request.clone()
|
|
215
|
+
|
|
216
|
+
function passthrough() {
|
|
217
|
+
// Cast the request headers to a new Headers instance
|
|
218
|
+
// so the headers can be manipulated with.
|
|
219
|
+
const headers = new Headers(requestClone.headers)
|
|
220
|
+
|
|
221
|
+
// Remove the "accept" header value that marked this request as passthrough.
|
|
222
|
+
// This prevents request alteration and also keeps it compliant with the
|
|
223
|
+
// user-defined CORS policies.
|
|
224
|
+
const acceptHeader = headers.get('accept')
|
|
225
|
+
if (acceptHeader) {
|
|
226
|
+
const values = acceptHeader.split(',').map((value) => value.trim())
|
|
227
|
+
const filteredValues = values.filter(
|
|
228
|
+
(value) => value !== 'msw/passthrough',
|
|
229
|
+
)
|
|
230
|
+
|
|
231
|
+
if (filteredValues.length > 0) {
|
|
232
|
+
headers.set('accept', filteredValues.join(', '))
|
|
233
|
+
} else {
|
|
234
|
+
headers.delete('accept')
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
return fetch(requestClone, { headers })
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
// Bypass mocking when the client is not active.
|
|
242
|
+
if (!client) {
|
|
243
|
+
return passthrough()
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
// Bypass initial page load requests (i.e. static assets).
|
|
247
|
+
// The absence of the immediate/parent client in the map of the active clients
|
|
248
|
+
// means that MSW hasn't dispatched the "MOCK_ACTIVATE" event yet
|
|
249
|
+
// and is not ready to handle requests.
|
|
250
|
+
if (!activeClientIds.has(client.id)) {
|
|
251
|
+
return passthrough()
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
// Notify the client that a request has been intercepted.
|
|
255
|
+
const serializedRequest = await serializeRequest(event.request)
|
|
256
|
+
const clientMessage = await sendToClient(
|
|
257
|
+
client,
|
|
258
|
+
{
|
|
259
|
+
type: 'REQUEST',
|
|
260
|
+
payload: {
|
|
261
|
+
id: requestId,
|
|
262
|
+
interceptedAt: requestInterceptedAt,
|
|
263
|
+
...serializedRequest,
|
|
264
|
+
},
|
|
265
|
+
},
|
|
266
|
+
[serializedRequest.body],
|
|
267
|
+
)
|
|
268
|
+
|
|
269
|
+
switch (clientMessage.type) {
|
|
270
|
+
case 'MOCK_RESPONSE': {
|
|
271
|
+
return respondWithMock(clientMessage.data)
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
case 'PASSTHROUGH': {
|
|
275
|
+
return passthrough()
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
return passthrough()
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* @param {Client} client
|
|
284
|
+
* @param {any} message
|
|
285
|
+
* @param {Array<Transferable>} transferrables
|
|
286
|
+
* @returns {Promise<any>}
|
|
287
|
+
*/
|
|
288
|
+
function sendToClient(client, message, transferrables = []) {
|
|
289
|
+
return new Promise((resolve, reject) => {
|
|
290
|
+
const channel = new MessageChannel()
|
|
291
|
+
|
|
292
|
+
channel.port1.onmessage = (event) => {
|
|
293
|
+
if (event.data && event.data.error) {
|
|
294
|
+
return reject(event.data.error)
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
resolve(event.data)
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
client.postMessage(message, [
|
|
301
|
+
channel.port2,
|
|
302
|
+
...transferrables.filter(Boolean),
|
|
303
|
+
])
|
|
304
|
+
})
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* @param {Response} response
|
|
309
|
+
* @returns {Response}
|
|
310
|
+
*/
|
|
311
|
+
function respondWithMock(response) {
|
|
312
|
+
// Setting response status code to 0 is a no-op.
|
|
313
|
+
// However, when responding with a "Response.error()", the produced Response
|
|
314
|
+
// instance will have status code set to 0. Since it's not possible to create
|
|
315
|
+
// a Response instance with status code 0, handle that use-case separately.
|
|
316
|
+
if (response.status === 0) {
|
|
317
|
+
return Response.error()
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
const mockedResponse = new Response(response.body, response)
|
|
321
|
+
|
|
322
|
+
Reflect.defineProperty(mockedResponse, IS_MOCKED_RESPONSE, {
|
|
323
|
+
value: true,
|
|
324
|
+
enumerable: true,
|
|
325
|
+
})
|
|
326
|
+
|
|
327
|
+
return mockedResponse
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
/**
|
|
331
|
+
* @param {Request} request
|
|
332
|
+
*/
|
|
333
|
+
async function serializeRequest(request) {
|
|
334
|
+
return {
|
|
335
|
+
url: request.url,
|
|
336
|
+
mode: request.mode,
|
|
337
|
+
method: request.method,
|
|
338
|
+
headers: Object.fromEntries(request.headers.entries()),
|
|
339
|
+
cache: request.cache,
|
|
340
|
+
credentials: request.credentials,
|
|
341
|
+
destination: request.destination,
|
|
342
|
+
integrity: request.integrity,
|
|
343
|
+
redirect: request.redirect,
|
|
344
|
+
referrer: request.referrer,
|
|
345
|
+
referrerPolicy: request.referrerPolicy,
|
|
346
|
+
body: await request.arrayBuffer(),
|
|
347
|
+
keepalive: request.keepalive,
|
|
348
|
+
}
|
|
349
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px">
|
|
2
|
+
<path d="M0 0h24v24H0V0z" fill="none" />
|
|
3
|
+
<path d="M7 16c.55 0 1 .45 1 1 0 1.1-.9 2-2 2-.17 0-.33-.02-.5-.05.31-.55.5-1.21.5-1.95 0-.55.45-1 1-1M18.67 3c-.26 0-.51.1-.71.29L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41l-1.34-1.34c-.2-.2-.45-.29-.7-.29zM7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="830" height="465" viewBox="0 0 830 465"><rect width="100%" height="100%" fill="#DDDDDD"/><path d="M177.37 233.28L187.12 233.28Q190.71 233.28 193.38 232.38Q196.05 231.48 197.82 229.81Q199.59 228.14 200.46 225.73Q201.33 223.33 201.33 220.38L201.33 220.38Q201.33 217.56 200.46 215.28Q199.59 213.00 197.84 211.40Q196.10 209.80 193.43 208.95Q190.76 208.10 187.12 208.10L187.12 208.10L177.37 208.10L177.37 233.28ZM164.33 198.02L187.12 198.02Q194.16 198.02 199.30 199.67Q204.44 201.31 207.78 204.27Q211.13 207.23 212.75 211.35Q214.38 215.48 214.38 220.38L214.38 220.38Q214.38 225.47 212.68 229.71Q210.98 233.96 207.59 237.01Q204.19 240.07 199.08 241.76Q193.96 243.46 187.12 243.46L187.12 243.46L177.37 243.46L177.37 268.15L164.33 268.15L164.33 198.02ZM222.62 196.08L234.60 196.08L234.60 268.15L222.62 268.15L222.62 196.08ZM272.87 255.30L272.87 246.90Q267.68 247.15 264.14 247.80Q260.60 248.46 258.47 249.48Q256.33 250.49 255.41 251.85Q254.49 253.21 254.49 254.81L254.49 254.81Q254.49 257.96 256.36 259.32Q258.22 260.68 261.23 260.68L261.23 260.68Q264.92 260.68 267.61 259.34Q270.30 258.01 272.87 255.30L272.87 255.30ZM247.55 229.15L245.42 225.32Q254.00 217.47 266.08 217.47L266.08 217.47Q270.45 217.47 273.89 218.90Q277.33 220.33 279.71 222.87Q282.09 225.42 283.32 228.96Q284.56 232.50 284.56 236.72L284.56 236.72L284.56 268.15L279.13 268.15Q277.43 268.15 276.51 267.64Q275.59 267.13 275.05 265.58L275.05 265.58L273.99 261.99Q272.09 263.69 270.30 264.97Q268.51 266.26 266.57 267.13Q264.63 268.00 262.42 268.46Q260.21 268.92 257.54 268.92L257.54 268.92Q254.39 268.92 251.72 268.07Q249.06 267.23 247.12 265.53Q245.18 263.83 244.11 261.31Q243.04 258.79 243.04 255.44L243.04 255.44Q243.04 253.55 243.67 251.68Q244.30 249.81 245.73 248.12Q247.17 246.42 249.45 244.92Q251.72 243.41 255.05 242.30Q258.37 241.18 262.78 240.48Q267.20 239.78 272.87 239.63L272.87 239.63L272.87 236.72Q272.87 231.72 270.74 229.32Q268.60 226.92 264.58 226.92L264.58 226.92Q261.67 226.92 259.75 227.60Q257.84 228.28 256.38 229.13Q254.93 229.98 253.74 230.66Q252.55 231.34 251.09 231.34L251.09 231.34Q249.83 231.34 248.96 230.68Q248.09 230.03 247.55 229.15L247.55 229.15ZM334.61 224.55L331.46 228.91Q330.93 229.59 330.42 229.98Q329.91 230.37 328.94 230.37L328.94 230.37Q328.02 230.37 327.14 229.81Q326.27 229.25 325.06 228.55Q323.84 227.84 322.17 227.29Q320.50 226.73 318.02 226.73L318.02 226.73Q314.87 226.73 312.50 227.87Q310.12 229.01 308.54 231.14Q306.97 233.28 306.19 236.31Q305.41 239.34 305.41 243.17L305.41 243.17Q305.41 247.15 306.26 250.25Q307.11 253.36 308.71 255.46Q310.31 257.57 312.59 258.67Q314.87 259.76 317.73 259.76L317.73 259.76Q320.59 259.76 322.37 259.05Q324.14 258.35 325.35 257.50Q326.56 256.65 327.46 255.95Q328.35 255.25 329.47 255.25L329.47 255.25Q330.93 255.25 331.65 256.36L331.65 256.36L335.10 260.73Q333.11 263.06 330.78 264.63Q328.45 266.21 325.95 267.15Q323.46 268.10 320.81 268.49Q318.17 268.88 315.55 268.88L315.55 268.88Q310.94 268.88 306.87 267.15Q302.80 265.43 299.74 262.13Q296.68 258.84 294.91 254.06Q293.14 249.28 293.14 243.17L293.14 243.17Q293.14 237.69 294.72 233.01Q296.30 228.33 299.35 224.91Q302.41 221.49 306.92 219.55Q311.43 217.61 317.30 217.61L317.30 217.61Q322.87 217.61 327.07 219.41Q331.26 221.20 334.61 224.55L334.61 224.55ZM352.02 237.54L374.62 237.54Q374.62 235.22 373.97 233.15Q373.31 231.09 372.00 229.54Q370.70 227.99 368.68 227.09Q366.67 226.20 364.00 226.20L364.00 226.20Q358.81 226.20 355.83 229.15Q352.85 232.11 352.02 237.54L352.02 237.54ZM382.58 244.77L351.78 244.77Q352.07 248.60 353.14 251.39Q354.21 254.18 355.95 256.00Q357.70 257.82 360.10 258.71Q362.50 259.61 365.41 259.61L365.41 259.61Q368.32 259.61 370.43 258.93Q372.54 258.25 374.11 257.43Q375.69 256.60 376.88 255.93Q378.07 255.25 379.18 255.25L379.18 255.25Q380.69 255.25 381.41 256.36L381.41 256.36L384.86 260.73Q382.87 263.06 380.40 264.63Q377.92 266.21 375.23 267.15Q372.54 268.10 369.75 268.49Q366.96 268.88 364.34 268.88L364.34 268.88Q359.15 268.88 354.69 267.15Q350.23 265.43 346.93 262.06Q343.63 258.69 341.74 253.72Q339.85 248.75 339.85 242.20L339.85 242.20Q339.85 237.11 341.50 232.62Q343.15 228.14 346.23 224.81Q349.31 221.49 353.74 219.55Q358.18 217.61 363.76 217.61L363.76 217.61Q368.46 217.61 372.44 219.11Q376.42 220.62 379.28 223.50Q382.14 226.39 383.77 230.58Q385.39 234.78 385.39 240.16L385.39 240.16Q385.39 242.88 384.81 243.82Q384.23 244.77 382.58 244.77L382.58 244.77ZM406.34 196.08L406.34 223.72Q409.25 221.01 412.74 219.31Q416.24 217.61 420.94 217.61L420.94 217.61Q425.02 217.61 428.17 218.99Q431.32 220.38 433.43 222.87Q435.54 225.37 436.63 228.84Q437.72 232.31 437.72 236.48L437.72 236.48L437.72 268.15L425.74 268.15L425.74 236.48Q425.74 231.92 423.66 229.42Q421.57 226.92 417.30 226.92L417.30 226.92Q414.20 226.92 411.48 228.33Q408.77 229.74 406.34 232.16L406.34 232.16L406.34 268.15L394.36 268.15L394.36 196.08L406.34 196.08ZM471.09 217.61L471.09 217.61Q476.62 217.61 481.15 219.41Q485.69 221.20 488.91 224.50Q492.14 227.80 493.89 232.55Q495.63 237.30 495.63 243.17L495.63 243.17Q495.63 249.09 493.89 253.84Q492.14 258.59 488.91 261.94Q485.69 265.29 481.15 267.08Q476.62 268.88 471.09 268.88L471.09 268.88Q465.51 268.88 460.95 267.08Q456.39 265.29 453.17 261.94Q449.94 258.59 448.17 253.84Q446.40 249.09 446.40 243.17L446.40 243.17Q446.40 237.30 448.17 232.55Q449.94 227.80 453.17 224.50Q456.39 221.20 460.95 219.41Q465.51 217.61 471.09 217.61ZM471.09 259.66L471.09 259.66Q477.30 259.66 480.28 255.49Q483.26 251.32 483.26 243.27L483.26 243.27Q483.26 235.22 480.28 231.00Q477.30 226.78 471.09 226.78L471.09 226.78Q464.79 226.78 461.75 231.02Q458.72 235.26 458.72 243.27L458.72 243.27Q458.72 251.27 461.75 255.46Q464.79 259.66 471.09 259.66ZM504.94 196.08L516.92 196.08L516.92 268.15L504.94 268.15L504.94 196.08ZM560.14 253.40L560.14 231.09Q558.10 228.62 555.70 227.60Q553.30 226.58 550.53 226.58L550.53 226.58Q547.82 226.58 545.63 227.60Q543.45 228.62 541.90 230.68Q540.35 232.74 539.52 235.92Q538.70 239.10 538.70 243.41L538.70 243.41Q538.70 247.78 539.40 250.81Q540.11 253.84 541.42 255.76Q542.72 257.67 544.62 258.52Q546.51 259.37 548.84 259.37L548.84 259.37Q552.57 259.37 555.19 257.82Q557.81 256.27 560.14 253.40L560.14 253.40ZM560.14 196.08L572.12 196.08L572.12 268.15L564.79 268.15Q562.42 268.15 561.79 265.97L561.79 265.97L560.77 261.16Q557.76 264.61 553.86 266.74Q549.95 268.88 544.76 268.88L544.76 268.88Q540.69 268.88 537.29 267.18Q533.90 265.48 531.45 262.25Q529.00 259.03 527.67 254.28Q526.33 249.52 526.33 243.41L526.33 243.41Q526.33 237.88 527.84 233.13Q529.34 228.38 532.15 224.89Q534.96 221.39 538.89 219.43Q542.82 217.47 547.72 217.47L547.72 217.47Q551.89 217.47 554.85 218.77Q557.81 220.08 560.14 222.32L560.14 222.32L560.14 196.08ZM593.41 237.54L616.01 237.54Q616.01 235.22 615.35 233.15Q614.70 231.09 613.39 229.54Q612.08 227.99 610.07 227.09Q608.05 226.20 605.39 226.20L605.39 226.20Q600.20 226.20 597.21 229.15Q594.23 232.11 593.41 237.54L593.41 237.54ZM623.96 244.77L593.16 244.77Q593.46 248.60 594.52 251.39Q595.59 254.18 597.34 256.00Q599.08 257.82 601.48 258.71Q603.88 259.61 606.79 259.61L606.79 259.61Q609.70 259.61 611.81 258.93Q613.92 258.25 615.50 257.43Q617.08 256.60 618.26 255.93Q619.45 255.25 620.57 255.25L620.57 255.25Q622.07 255.25 622.80 256.36L622.80 256.36L626.24 260.73Q624.25 263.06 621.78 264.63Q619.31 266.21 616.61 267.15Q613.92 268.10 611.13 268.49Q608.35 268.88 605.73 268.88L605.73 268.88Q600.54 268.88 596.07 267.15Q591.61 265.43 588.31 262.06Q585.02 258.69 583.13 253.72Q581.23 248.75 581.23 242.20L581.23 242.20Q581.23 237.11 582.88 232.62Q584.53 228.14 587.61 224.81Q590.69 221.49 595.13 219.55Q599.57 217.61 605.14 217.61L605.14 217.61Q609.85 217.61 613.83 219.11Q617.80 220.62 620.66 223.50Q623.53 226.39 625.15 230.58Q626.78 234.78 626.78 240.16L626.78 240.16Q626.78 242.88 626.19 243.82Q625.61 244.77 623.96 244.77L623.96 244.77ZM646.32 221.39L647.05 227.02Q649.38 222.56 652.58 220.01Q655.78 217.47 660.14 217.47L660.14 217.47Q663.59 217.47 665.67 218.97L665.67 218.97L664.90 227.94Q664.65 228.81 664.19 229.18Q663.73 229.54 662.96 229.54L662.96 229.54Q662.23 229.54 660.80 229.30Q659.37 229.06 658.01 229.06L658.01 229.06Q656.02 229.06 654.47 229.64Q652.92 230.22 651.68 231.31Q650.44 232.40 649.50 233.96Q648.55 235.51 647.73 237.50L647.73 237.50L647.73 268.15L635.75 268.15L635.75 218.39L642.78 218.39Q644.62 218.39 645.35 219.04Q646.08 219.70 646.32 221.39L646.32 221.39Z" fill="#999999"/></svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="161" height="50" viewBox="0 0 161 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M84.9449 12.6072C84.9449 14.4074 83.4954 15.86 81.6922 15.86C79.8889 15.86 78.4394 14.4105 78.4394 12.6072C78.4394 10.8071 79.8451 9.35445 81.6922 9.35445C83.5361 9.40141 84.9449 10.8509 84.9449 12.6072ZM71.4987 19.1535C71.4987 19.4603 71.4987 19.9455 71.4987 19.9455C71.4987 19.9455 69.9615 17.9231 66.6211 17.9231C61.1737 17.9231 56.9097 22.0963 56.9097 27.8536C56.9097 33.5671 61.1268 37.7841 66.6211 37.7841C69.9615 37.7841 71.4987 35.7179 71.4987 35.7179V36.5538C71.4987 36.9482 71.8055 37.2582 72.2031 37.2582H76.2448V18.4522C76.2448 18.4522 72.5537 18.4522 72.2031 18.4522C71.8055 18.4522 71.4987 18.8028 71.4987 19.1535ZM71.4987 31.2379C70.7504 32.3367 69.2571 33.3041 67.457 33.3041C64.248 33.3041 61.7873 31.2817 61.7873 27.9006C61.7873 24.4725 64.248 22.497 67.457 22.497C69.2133 22.497 70.7974 23.5082 71.4987 24.5633V31.2379ZM79.2753 18.4522H84.0652V37.302H79.2753V18.4522ZM151.115 17.9669C147.818 17.9669 146.237 19.9894 146.237 19.9894V9.40141H141.447V37.302C141.447 37.302 145.138 37.302 145.489 37.302C145.883 37.302 146.193 36.9514 146.193 36.5976V35.7617C146.193 35.7617 147.731 37.8279 151.071 37.8279C156.518 37.8279 160.782 33.6109 160.782 27.8974C160.782 22.1433 156.518 17.9669 151.115 17.9669ZM150.323 33.2165C148.479 33.2165 147.026 32.2491 146.281 31.1502V24.4287C147.029 23.4174 148.654 22.3624 150.323 22.3624C153.532 22.3624 155.992 24.3848 155.992 27.7659C155.992 31.2379 153.532 33.2165 150.323 33.2165ZM138.943 26.1411V37.3458H134.153V26.6702C134.153 23.5521 133.142 22.3217 130.462 22.3217C129.012 22.3217 127.519 23.0699 126.552 24.1657V37.302H121.762V18.4522H125.584C125.979 18.4522 126.289 18.8028 126.289 19.1566V19.9487C127.694 18.4992 129.541 17.9262 131.385 17.9262C133.495 17.9262 135.252 18.5399 136.657 19.7264C138.285 21.1759 138.943 22.976 138.943 26.1411ZM110.031 17.9669C106.734 17.9669 105.153 19.9894 105.153 19.9894V9.40141H100.363V37.302C100.363 37.302 104.055 37.302 104.405 37.302C104.8 37.302 105.11 36.9514 105.11 36.5976V35.7617C105.11 35.7617 106.647 37.8279 109.987 37.8279C115.435 37.8279 119.699 33.6109 119.699 27.8974C119.742 22.1433 115.482 17.9669 110.031 17.9669ZM109.242 33.2165C107.398 33.2165 105.945 32.2491 105.2 31.1502V24.4287C105.949 23.4174 107.573 22.3624 109.242 22.3624C112.451 22.3624 114.912 24.3848 114.912 27.7659C114.909 31.2379 112.448 33.2165 109.242 33.2165ZM96.1903 17.9669C97.6398 17.9669 98.388 18.2299 98.388 18.2299V22.6692C98.388 22.6692 94.3902 21.3074 91.8856 24.1625V37.3427H87.0957V18.4491C87.0957 18.4491 90.7868 18.4491 91.1374 18.4491C91.5319 18.4491 91.8418 18.7997 91.8418 19.1535V19.9455C92.7654 18.8905 94.697 17.9669 96.1903 17.9669ZM46.2341 35.5864C45.9712 34.9728 45.752 34.3122 45.4859 33.7862C45.0914 32.8627 44.6938 32.0299 44.3432 31.2379L44.2994 31.194C40.8275 23.6804 37.1364 16.0791 33.2262 8.56553L33.0947 8.25872C32.7002 7.51048 32.3026 6.72156 31.9082 5.88567C31.426 4.96212 30.897 4.0417 30.108 3.11815C28.527 1.09573 26.1978 0 23.7371 0C21.2326 0 18.991 1.09886 17.3224 2.98666C16.5741 3.91021 16.0043 4.83063 15.5222 5.75418C15.1278 6.54624 14.7302 7.33517 14.3357 8.12723L14.2042 8.43404C10.3378 15.9477 6.60293 23.5489 3.13101 31.0625L3.08718 31.1502C2.73654 31.9423 2.33895 32.8189 1.94448 33.6986C1.68151 34.2684 1.46236 34.8413 1.19625 35.4987C0.53568 37.3427 0.360362 39.1021 0.58264 40.9023C1.15242 44.681 3.65696 47.7991 7.08505 49.2079C8.40306 49.7777 9.72108 50 11.1268 50C11.5212 50 12.0503 49.9562 12.4448 49.9123C14.1134 49.6932 15.7852 49.1641 17.4538 48.1999C19.5201 47.0572 21.4517 45.3885 23.6494 42.9716C25.8472 45.3885 27.8665 47.0133 29.8451 48.1999C31.5137 49.1672 33.1855 49.6932 34.8541 49.9123C35.2486 49.9562 35.7777 50 36.1721 50C37.5778 50 38.9835 49.737 40.2138 49.2079C43.7296 47.8023 46.1903 44.5933 46.7163 40.9023C47.1107 39.1898 46.8916 37.4335 46.2341 35.5864ZM23.6494 38.1786C20.9258 34.7505 19.2102 31.5447 18.5965 28.8648C18.3336 27.7221 18.2897 26.7109 18.4651 25.7905C18.5527 24.9984 18.8595 24.2972 19.2571 23.6804C20.2245 22.3186 21.8055 21.4827 23.6494 21.4827C25.4934 21.4827 27.1652 22.2747 28.0418 23.6804C28.4362 24.294 28.7462 24.9984 28.8338 25.7905C28.9653 26.714 28.9215 27.7253 28.7024 28.8648C28.1294 31.5447 26.3731 34.7536 23.6494 38.1786ZM43.6419 40.5516C43.2913 43.1438 41.5319 45.4292 39.0712 46.3966C37.8846 46.8787 36.5666 47.0572 35.2486 46.8787C33.9744 46.7472 32.7441 46.3089 31.426 45.5607C29.6259 44.5495 27.8226 43.0123 25.7126 40.6831C29.0092 36.6414 31.0284 32.9065 31.7767 29.6099C32.1273 28.0728 32.1711 26.6671 32.0397 25.3491C31.8205 24.0749 31.3791 22.9322 30.6778 21.921C29.1406 19.6794 26.5046 18.3614 23.6025 18.3614C20.7004 18.3614 18.1113 19.7232 16.5272 21.921C15.8228 22.9322 15.3845 24.0749 15.1653 25.3491C14.9462 26.6671 15.0338 28.1166 15.4283 29.6099C16.1765 32.9065 18.2396 36.6852 21.4924 40.7269C19.4262 43.0123 17.5822 44.5933 15.7789 45.6045C14.4609 46.3528 13.2306 46.7472 11.9564 46.9225C10.5945 47.054 9.32035 46.8787 8.13383 46.4404C5.67312 45.4292 3.91681 43.1877 3.56304 40.5955C3.43155 39.3213 3.51921 38.0909 4.00134 36.6852C4.13282 36.2031 4.3958 35.674 4.66191 35.1042C5.01254 34.3122 5.41014 33.4356 5.8046 32.5997L5.84843 32.5121C9.32035 25.0423 13.0114 17.441 16.8778 10.015L17.0093 9.70822C17.4038 8.95999 17.8013 8.17106 18.1958 7.42283C18.5903 6.63077 19.0317 5.88567 19.6015 5.2251C20.6565 4.03857 22.0622 3.38113 23.5994 3.38113C25.1365 3.38113 26.5422 4.0417 27.5972 5.2251C28.167 5.88567 28.6084 6.63077 29.0029 7.42283C29.3974 8.17106 29.795 8.95999 30.1894 9.70822L30.3209 10.015C34.1435 17.4848 37.8345 25.0861 41.3064 32.5559V32.5997C41.7009 33.3918 42.0547 34.3122 42.4491 35.1042C42.7121 35.7179 42.9313 36.2031 43.1097 36.6852C43.6858 38.0033 43.8611 39.2336 43.6419 40.5516Z" fill="#FF5A5F"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="198" height="38" viewBox="0 0 198 38" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.2213 37.4189H5.82355V18.9704H0.782349V12.9662H5.82355V8.69432C5.82355 3.6316 8.05093 0 15.4325 0C16.9927 0 19.4461 0.31205 19.4461 0.31205V5.89127H16.869C14.2489 5.89127 13.2213 6.68753 13.2213 8.89339V12.9662H19.3439L18.8005 18.9704H13.2213V37.4189ZM30.201 12.4873C30.0934 12.4873 29.9804 12.4927 29.8728 12.4927C23.0131 12.4927 19.8711 17.6523 19.8711 24.98C19.8711 34.207 23.9439 37.9032 29.9266 37.9032C33.3484 37.9032 35.5973 36.4613 36.9638 33.7766V37.4243H44.0011V12.9715H36.9638V16.7323C35.8502 14.3112 33.5367 12.5196 30.201 12.4873ZM31.9926 18.2656C34.8764 18.2656 36.6034 20.2778 36.6034 23.6942L36.6088 27.1859C36.6088 29.4886 35.1776 32.1841 31.9926 32.1841C27.0913 32.1841 27.2204 26.89 27.2204 25.1253C27.2204 19.1964 29.8298 18.2656 31.9926 18.2656ZM46.8472 25.2006C46.8472 22.2308 46.7073 12.5088 59.3722 12.5088C64.4564 12.5088 66.5816 14.1283 66.5816 14.1283L64.8761 19.4223C64.8761 19.4223 62.7563 18.2549 59.9909 18.2549C56.4507 18.2549 54.1965 20.3047 54.1965 23.9148L54.2018 26.5026C54.2018 29.9728 56.3808 32.2863 60.0016 32.2863C62.5196 32.2863 64.8384 31.108 64.8384 31.108L66.5385 36.2891C66.5385 36.2891 64.5963 37.9139 59.4098 37.9139C47.3422 37.9085 46.8472 29.1873 46.8472 25.2006ZM107.847 12.4927C114.707 12.4927 117.897 17.6523 117.897 24.98C117.897 34.207 113.825 37.9032 107.842 37.9032C104.42 37.9032 101.891 36.4613 100.525 33.7766V37.4243L93.5738 37.4189V0.742463L100.95 0.096847V16.3987C102.015 13.5472 105.512 12.4927 107.847 12.4927ZM105.776 18.2656C102.892 18.2656 100.95 20.2778 100.95 23.6942L100.945 27.1859C100.939 29.4886 102.29 32.1841 105.776 32.1841C110.677 32.1841 110.548 26.89 110.548 25.1253C110.548 19.1964 107.939 18.2656 105.776 18.2656ZM79.3809 12.5142C71.6012 12.5142 67.4908 16.7592 67.4908 24.2968V25.6956C67.4908 35.4821 73.2583 38 80.1395 38C86.8271 38 89.8507 36.1277 89.8507 36.1277L88.468 31.1457C88.468 31.1457 84.9063 32.6629 81.0219 32.6629C76.9921 32.6629 75.2597 31.6353 74.8132 27.7616H90.4371V23.7641C90.4425 15.5971 85.8263 12.5142 79.3809 12.5142ZM79.5692 17.5016C82.2647 17.5016 84.0079 19.1533 83.911 22.984H74.8293C74.9854 18.9543 76.8684 17.5016 79.5692 17.5016ZM132.607 12.482C124.617 12.482 120.41 16.9851 120.41 25.0554C120.41 36.1277 127.662 37.9139 132.623 37.9139C139.886 37.9139 144.717 34.0026 144.717 25.1576C144.712 15.9521 139.283 12.482 132.607 12.482ZM132.505 18.2871C136.018 18.2871 137.411 20.918 137.411 23.9094V26.4811C137.411 30.1073 135.464 32.2056 132.494 32.2056C129.712 32.2056 127.759 30.2418 127.759 26.4811V23.9094C127.759 19.8958 130.083 18.2871 132.505 18.2871ZM159.411 12.482C151.421 12.482 147.214 16.9851 147.214 25.0554C147.214 36.1277 154.466 37.9139 159.427 37.9139C166.69 37.9139 171.521 34.0026 171.521 25.1576C171.516 15.9521 166.087 12.482 159.411 12.482ZM159.314 18.2871C162.827 18.2871 164.22 20.918 164.22 23.9094V26.4811C164.22 30.1073 162.273 32.2056 159.303 32.2056C156.522 32.2056 154.569 30.2418 154.569 26.4811V23.9094C154.569 19.8958 156.893 18.2871 159.314 18.2871ZM174.308 37.4189V0.742463L181.706 0.096847V24.6787L189.05 12.9662H196.867L189.211 25.0984L197.163 37.4189H189.324L181.706 25.4589V37.4189H174.308Z" fill="#1877F2"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="153" height="50" viewBox="0 0 153 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M37.5411 17.6568H19.7194V22.9373H32.3431C31.7243 30.363 25.5362 33.4983 19.7194 33.4983C12.2524 33.4983 5.77555 27.6403 5.77555 19.4307C5.77555 11.4275 11.9636 5.28065 19.7194 5.28065C25.7012 5.28065 29.249 9.11727 29.249 9.11727L32.9619 5.28065C32.9619 5.28065 28.2177 0.000152588 19.5544 0.000152588C8.53956 0.000152588 0 9.32354 0 19.3482C0 29.2079 8.04451 38.8201 19.8431 38.8201C30.2391 38.8201 37.8298 31.6832 37.8298 21.1634C37.8298 18.9357 37.5411 17.6568 37.5411 17.6568Z" fill="#4285F4"/>
|
|
3
|
+
<path d="M52.1042 13.8202C44.8023 13.8202 39.563 19.5545 39.563 26.1964C39.563 32.962 44.6373 38.7788 52.1867 38.7788C59.0349 38.7788 64.6042 33.5396 64.6042 26.3614C64.6454 18.0693 58.1273 13.8202 52.1042 13.8202ZM52.1867 18.7294C55.7758 18.7294 59.1999 21.6172 59.1999 26.3201C59.1999 30.8993 55.8171 33.9109 52.1867 33.9109C48.1851 33.9109 45.0498 30.7343 45.0498 26.3201C45.0498 21.9472 48.1439 18.7294 52.1867 18.7294Z" fill="#EA4335"/>
|
|
4
|
+
<path d="M79.4134 13.8202C72.1114 13.8202 66.8722 19.5545 66.8722 26.1964C66.8722 32.962 71.9464 38.7788 79.4959 38.7788C86.344 38.7788 91.9133 33.5396 91.9133 26.3614C91.9133 18.0693 85.3952 13.8202 79.4134 13.8202ZM79.4959 18.7294C83.085 18.7294 86.5091 21.6172 86.5091 26.3201C86.5091 30.8993 83.1262 33.9109 79.4959 33.9109C75.4943 33.9109 72.359 30.7343 72.359 26.3201C72.3177 21.9472 75.453 18.7294 79.4959 18.7294Z" fill="#FBBC05"/>
|
|
5
|
+
<path d="M106.147 13.8202C99.4226 13.8202 94.1833 19.6783 94.1833 26.2789C94.1833 33.7871 100.289 38.7788 106.064 38.7788C109.612 38.7788 111.51 37.3762 112.913 35.726V38.2013C112.913 42.4917 110.314 45.0907 106.353 45.0907C102.558 45.0907 100.619 42.2441 99.9589 40.6352L95.1734 42.6567C96.8648 46.2458 100.289 49.9999 106.394 49.9999C113.078 49.9999 118.152 45.792 118.152 37.0049V14.5628H112.913V16.6667C111.304 14.9753 109.076 13.8202 106.147 13.8202ZM106.642 18.7294C109.942 18.7294 113.325 21.5347 113.325 26.3201C113.325 31.1881 109.942 33.8696 106.601 33.8696C103.012 33.8696 99.7114 30.9818 99.7114 26.3614C99.6701 21.5759 103.135 18.7294 106.642 18.7294Z" fill="#4285F4"/>
|
|
6
|
+
<path d="M141.377 13.8202C135.065 13.8202 129.744 18.8532 129.744 26.2789C129.744 34.1584 135.684 38.8201 141.996 38.8201C147.276 38.8201 150.536 35.9323 152.433 33.3333L148.102 30.4455C146.988 32.1782 145.09 33.8696 141.996 33.8696C138.489 33.8696 136.88 31.9307 135.89 30.0742L152.639 23.1436L151.773 21.1221C150.164 17.1205 146.369 13.8202 141.377 13.8202ZM141.625 18.6056C143.894 18.6056 145.544 19.802 146.245 21.2872L135.065 25.9488C134.57 22.3185 137.994 18.6056 141.625 18.6056Z" fill="#EA4335"/>
|
|
7
|
+
<path d="M127.268 1.27911H121.782V38.0776H127.268V1.27911Z" fill="#34A853"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="212" height="46" viewBox="0 0 212 46" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M211.491 20.807V17.0893H206.886V11.3186L206.719 11.3741L202.391 12.7058H202.28V17.0893H195.455V14.6479C195.455 13.5381 195.733 12.6503 196.232 12.0954C196.732 11.5406 197.453 11.2076 198.341 11.2076C199.007 11.2076 199.672 11.3741 200.338 11.6515L200.505 11.707V7.82289L200.449 7.76741C199.839 7.54546 198.951 7.43448 197.897 7.43448C196.565 7.43448 195.344 7.71192 194.29 8.32228C193.236 8.87716 192.404 9.70947 191.793 10.7637C191.183 11.818 190.905 13.0387 190.905 14.3704V17.0338H187.687V20.7515H190.905V36.399H195.511V20.7515H202.336V30.7392C202.336 34.8453 204.278 36.8984 208.051 36.8984C208.661 36.8984 209.327 36.8429 209.993 36.6764C210.659 36.51 211.158 36.399 211.436 36.2325L211.491 36.177V32.4594L211.325 32.5703C211.047 32.7368 210.77 32.8478 210.382 32.9587C209.993 33.0697 209.716 33.1252 209.494 33.1252C208.606 33.1252 207.94 32.9033 207.552 32.4039C207.163 31.9045 206.941 31.0722 206.941 29.9069V20.807H211.491ZM177.422 33.1252C175.757 33.1252 174.426 32.5703 173.482 31.4606C172.539 30.3508 172.095 28.7972 172.095 26.7996C172.095 24.7466 172.595 23.1375 173.482 22.0277C174.426 20.918 175.702 20.3631 177.366 20.3631C178.976 20.3631 180.252 20.9179 181.14 21.9722C182.027 23.0265 182.527 24.6356 182.527 26.6887C182.527 28.7972 182.083 30.4063 181.251 31.4606C180.363 32.6258 179.087 33.1252 177.422 33.1252ZM177.588 16.6454C174.426 16.6454 171.873 17.5887 170.042 19.4198C168.211 21.2509 167.323 23.8033 167.323 27.0216C167.323 30.0734 168.211 32.4594 169.987 34.235C171.762 36.0106 174.148 36.8984 177.089 36.8984C180.196 36.8984 182.638 35.9551 184.469 34.0685C186.3 32.1819 187.188 29.685 187.188 26.5777C187.188 23.5259 186.355 21.0289 184.635 19.3088C182.971 17.5332 180.64 16.6454 177.588 16.6454ZM159.943 16.6454C157.779 16.6454 156.004 17.2003 154.617 18.31C153.229 19.4198 152.564 20.8625 152.564 22.5826C152.564 23.4704 152.73 24.3027 153.007 24.9685C153.285 25.6344 153.784 26.2447 154.395 26.7441C155.005 27.2435 155.948 27.7984 157.169 28.2978C158.223 28.7417 159 29.0746 159.499 29.4075C159.999 29.685 160.332 29.9624 160.498 30.2399C160.665 30.5173 160.776 30.9057 160.776 31.3496C160.776 32.6258 159.777 33.2917 157.779 33.2917C157.058 33.2917 156.17 33.1252 155.282 32.8478C154.339 32.5148 153.507 32.1264 152.73 31.5161L152.564 31.4051V35.8441L152.619 35.8996C153.285 36.177 154.117 36.4545 155.06 36.6764C156.004 36.8984 156.892 36.9539 157.668 36.9539C159.999 36.9539 161.941 36.399 163.273 35.2892C164.66 34.1795 165.381 32.6813 165.381 30.9057C165.381 29.6295 164.993 28.4643 164.271 27.5765C163.55 26.6887 162.218 25.8563 160.443 25.135C159 24.5801 158.112 24.0807 157.724 23.6923C157.335 23.3594 157.169 22.86 157.169 22.1942C157.169 21.6393 157.391 21.1954 157.89 20.807C158.39 20.4186 159 20.2521 159.832 20.2521C160.609 20.2521 161.386 20.3631 162.163 20.585C162.94 20.807 163.606 21.1399 164.216 21.5283L164.382 21.6393V17.4222L164.327 17.3667C163.772 17.1448 163.106 16.9228 162.274 16.8119C161.386 16.7564 160.609 16.6454 159.943 16.6454ZM140.523 33.1252C138.858 33.1252 137.526 32.5703 136.583 31.4606C135.64 30.3508 135.196 28.7972 135.196 26.7996C135.196 24.7466 135.695 23.1375 136.583 22.0277C137.526 20.918 138.803 20.3631 140.467 20.3631C142.076 20.3631 143.353 20.9179 144.24 21.9722C145.128 23.0265 145.628 24.6356 145.628 26.6887C145.628 28.7972 145.184 30.4063 144.351 31.4606C143.519 32.6258 142.243 33.1252 140.523 33.1252ZM140.745 16.6454C137.582 16.6454 135.029 17.5887 133.198 19.4198C131.367 21.2509 130.479 23.8033 130.479 27.0216C130.479 30.0734 131.367 32.4594 133.143 34.235C134.918 36.0106 137.304 36.8984 140.245 36.8984C143.353 36.8984 145.794 35.9551 147.625 34.0685C149.456 32.1819 150.344 29.685 150.344 26.5777C150.344 23.5259 149.512 21.0289 147.792 19.3088C146.127 17.5332 143.741 16.6454 140.745 16.6454ZM123.488 20.4741V17.1448H118.938V36.4545H123.488V26.5777C123.488 24.9131 123.876 23.5259 124.598 22.4716C125.319 21.4173 126.318 20.918 127.539 20.918C127.927 20.918 128.426 20.9734 128.926 21.1399C129.425 21.2509 129.758 21.4173 129.98 21.5838L130.147 21.6948V17.0893L130.091 17.0338C129.647 16.8674 129.092 16.7564 128.315 16.7564C127.15 16.7564 126.151 17.1448 125.264 17.8661C124.542 18.532 123.987 19.3643 123.488 20.4741ZM110.837 16.6454C108.728 16.6454 106.897 17.0893 105.288 17.9771C103.679 18.8649 102.458 20.1411 101.626 21.7503C100.794 23.3594 100.35 25.246 100.35 27.299C100.35 29.1301 100.738 30.7947 101.57 32.2929C102.403 33.7911 103.513 34.9563 104.955 35.7331C106.398 36.51 108.063 36.9539 109.949 36.9539C112.113 36.9539 113.944 36.5099 115.442 35.6776L115.498 35.6221V31.4606L115.331 31.6271C114.666 32.1264 113.889 32.5149 113.112 32.7923C112.335 33.0697 111.558 33.2362 110.948 33.2362C109.172 33.2362 107.73 32.6813 106.675 31.5716C105.621 30.4618 105.122 28.9082 105.122 26.9661C105.122 25.024 105.677 23.4149 106.786 22.2497C107.896 21.0844 109.283 20.4741 111.059 20.4741C112.557 20.4741 114 20.9734 115.387 21.9722L115.553 22.0832V17.6997L115.498 17.6442C114.998 17.3667 114.277 17.0893 113.389 16.9229C112.502 16.7564 111.614 16.6454 110.837 16.6454ZM97.2424 17.1448H92.6925V36.4545H97.2424V17.1448ZM95.0229 8.87716C94.3016 8.87716 93.6357 9.15459 93.0809 9.65398C92.526 10.1534 92.2486 10.8192 92.2486 11.5406C92.2486 12.2619 92.526 12.9277 93.0254 13.4271C93.5803 13.9265 94.1906 14.1485 94.9674 14.1485C95.7443 14.1485 96.4101 13.9265 96.9095 13.4271C97.4644 12.9277 97.7418 12.3174 97.7418 11.5406C97.7418 10.8192 97.4644 10.2089 96.965 9.65398C96.4656 9.15459 95.7998 8.87716 95.0229 8.87716ZM83.7035 15.7021V36.4545H88.3644V9.48752H81.9279L73.7712 29.5185L65.8365 9.48752H59.178V36.4545H63.5615V15.7021H63.728L72.1066 36.4545H75.3803L83.5925 15.7021H83.7035Z" fill="#706D6E"/>
|
|
3
|
+
<path d="M22.0022 21.8625H0.639465V0.499786H22.0022V21.8625Z" fill="#F1511B"/>
|
|
4
|
+
<path d="M45.6388 21.8625H24.2761V0.499786H45.6388V21.8625Z" fill="#80CC28"/>
|
|
5
|
+
<path d="M22.0022 45.5002H0.639465V24.082H22.0022V45.5002Z" fill="#00ADEF"/>
|
|
6
|
+
<path d="M45.6388 45.5002H24.2761V24.082H45.6388V45.5002Z" fill="#FBBC09"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="167" height="50" viewBox="0 0 167 50" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M25.1631 0C11.3606 0 0.163147 11.1974 0.163147 25C0.163147 38.8026 11.3606 50 25.1631 50C38.9657 50 50.1631 38.8026 50.1631 25C50.2088 11.1974 39.0114 0 25.1631 0ZM36.6348 36.0603C36.1778 36.7916 35.218 37.0201 34.4867 36.5631C28.5909 32.9525 21.2326 32.1755 12.5032 34.1408C11.6805 34.3236 10.8121 33.8208 10.6293 32.9525C10.4465 32.1298 10.9493 31.2614 11.8176 31.0786C21.3697 28.8848 29.505 29.8446 36.1321 33.8665C36.8633 34.3693 37.0918 35.3291 36.6348 36.0603ZM39.697 29.2504C39.1485 30.1645 37.9145 30.4388 37.0004 29.8903C30.282 25.777 20.0443 24.543 12.0918 26.9653C11.0407 27.2852 9.98947 26.691 9.66955 25.6856C9.34962 24.6344 9.94377 23.5832 10.9493 23.2632C20.0443 20.521 31.3332 21.8464 39.0571 26.5996C39.9712 27.1481 40.2911 28.3364 39.697 29.2504ZM39.9712 22.1664C31.9273 17.3675 18.6275 16.9561 10.9035 19.287C9.66954 19.6526 8.34413 18.9671 7.9785 17.7331C7.61287 16.4991 8.29843 15.1737 9.53243 14.808C18.3533 12.1115 33.0699 12.66 42.3478 18.1444C43.4447 18.7843 43.8103 20.2468 43.1705 21.3437C42.5306 22.4406 41.0681 22.8062 39.9712 22.1664ZM68.2162 23.0804C63.8743 22.0292 63.143 21.3437 63.143 19.7898C63.143 18.3729 64.5141 17.3675 66.5251 17.3675C68.4904 17.3675 70.4099 18.0987 72.4209 19.6069C72.4666 19.6526 72.558 19.6526 72.6494 19.6526C72.7408 19.6526 72.7865 19.6069 72.8322 19.5155L74.9346 16.5448C75.026 16.4077 74.9803 16.2706 74.8889 16.1792C72.4666 14.2596 69.7701 13.2998 66.5708 13.2998C61.909 13.2998 58.6641 16.0877 58.6641 20.1097C58.6641 24.4058 61.4977 25.9141 66.3423 27.1024C70.4556 28.0622 71.1869 28.8391 71.1869 30.2559C71.1869 31.8556 69.7701 32.8154 67.4849 32.8154C64.9712 32.8154 62.9145 31.947 60.5836 29.9817C60.5379 29.936 60.4465 29.8903 60.3551 29.8903C60.2637 29.8903 60.218 29.936 60.1723 29.9817L57.7957 32.8154C57.7043 32.9525 57.7043 33.0896 57.8414 33.2267C60.5379 35.6033 63.8286 36.883 67.3478 36.883C72.3752 36.883 75.6202 34.1408 75.6202 29.8903C75.6202 26.3254 73.4721 24.3601 68.2162 23.0804ZM87.0004 18.83C84.8066 18.83 83.0242 19.6983 81.5617 21.4351V19.4698C81.5617 19.3327 81.4246 19.1956 81.2875 19.1956H77.4026C77.2655 19.1956 77.1284 19.3327 77.1284 19.4698V41.4534C77.1284 41.5905 77.2655 41.7276 77.4026 41.7276H81.2875C81.4246 41.7276 81.5617 41.5905 81.5617 41.4534V34.5064C83.0242 36.1517 84.8066 36.9744 87.0004 36.9744C91.0681 36.9744 95.1357 33.8665 95.1357 27.925C95.1357 21.9378 91.0681 18.83 87.0004 18.83ZM90.6567 27.8793C90.6567 30.8958 88.7829 33.0439 86.1321 33.0439C83.4812 33.0439 81.4703 30.8501 81.4703 27.8793C81.4703 24.9543 83.4812 22.7148 86.1321 22.7148C88.7372 22.7605 90.6567 24.9086 90.6567 27.8793ZM105.648 18.83C100.437 18.83 96.3697 22.8519 96.3697 27.9707C96.3697 33.0439 100.437 37.0201 105.602 37.0201C110.812 37.0201 114.925 32.9982 114.925 27.925C114.925 22.8062 110.858 18.83 105.648 18.83ZM105.648 33.0896C102.86 33.0896 100.803 30.8501 100.803 27.925C100.803 24.9543 102.814 22.8062 105.602 22.8062C108.39 22.8062 110.492 25.0457 110.492 27.9707C110.492 30.9415 108.436 33.0896 105.648 33.0896ZM126.032 19.1499H121.781V14.808C121.781 14.6709 121.644 14.5338 121.507 14.5338H117.622C117.485 14.5338 117.348 14.6709 117.348 14.808V19.1499H115.474C115.337 19.1499 115.2 19.287 115.2 19.4241V22.7605C115.2 22.8976 115.337 23.0347 115.474 23.0347H117.348V31.6271C117.348 35.1005 119.085 36.883 122.512 36.883C123.883 36.883 125.026 36.6088 126.123 35.9689C126.214 35.9232 126.26 35.8318 126.26 35.7404V32.5868C126.26 32.4954 126.214 32.404 126.123 32.3583C126.032 32.3126 125.94 32.3126 125.849 32.3583C125.117 32.7239 124.386 32.9068 123.563 32.9068C122.329 32.9068 121.781 32.3583 121.781 31.0786V23.0804H126.032C126.169 23.0804 126.306 22.9433 126.306 22.8062V19.4698C126.351 19.287 126.214 19.1956 126.032 19.1499ZM140.885 19.1956V18.6472C140.885 17.0932 141.479 16.362 142.851 16.362C143.673 16.362 144.313 16.5448 145.044 16.7733C145.136 16.819 145.227 16.7733 145.319 16.7276C145.41 16.6819 145.456 16.5905 145.456 16.4991V13.2541C145.456 13.117 145.364 13.0256 145.273 12.9799C144.496 12.7514 143.536 12.5228 142.074 12.5228C138.509 12.5228 136.635 14.5338 136.635 18.3272V19.1499H134.761C134.624 19.1499 134.487 19.287 134.487 19.4241V22.7605C134.487 22.8976 134.624 23.0347 134.761 23.0347H136.635V36.2888C136.635 36.426 136.772 36.5631 136.909 36.5631H140.794C140.931 36.5631 141.068 36.426 141.068 36.2888V23.0347H144.679L150.209 36.2888C149.569 37.66 148.975 37.9799 148.106 37.9799C147.421 37.9799 146.69 37.7971 145.958 37.3857C145.867 37.34 145.821 37.34 145.73 37.3857C145.638 37.4314 145.593 37.4771 145.547 37.5228L144.222 40.4022C144.176 40.5393 144.222 40.6764 144.359 40.7678C145.73 41.4991 146.964 41.819 148.472 41.819C151.306 41.819 152.905 40.4936 154.276 36.9287L160.995 19.6069C161.041 19.5155 161.041 19.4241 160.949 19.3327C160.904 19.2413 160.812 19.1956 160.721 19.1956H156.699C156.562 19.1956 156.47 19.287 156.425 19.3784L152.311 31.17L147.787 19.3784C147.741 19.287 147.649 19.1956 147.512 19.1956H140.885ZM132.293 19.1499H128.408C128.271 19.1499 128.134 19.287 128.134 19.4241V36.2888C128.134 36.426 128.271 36.5631 128.408 36.5631H132.293C132.43 36.5631 132.567 36.426 132.567 36.2888V19.4241C132.567 19.287 132.43 19.1499 132.293 19.1499ZM130.373 11.4717C128.819 11.4717 127.585 12.7057 127.585 14.2596C127.585 15.8135 128.819 17.0475 130.373 17.0475C131.927 17.0475 133.161 15.8135 133.161 14.2596C133.116 12.7514 131.882 11.4717 130.373 11.4717ZM164.24 24.5887C162.732 24.5887 161.498 23.3547 161.498 21.8464C161.498 20.3382 162.686 19.1042 164.24 19.1042C165.748 19.1042 166.982 20.3382 166.982 21.8464C166.982 23.3547 165.794 24.5887 164.24 24.5887ZM164.24 19.4241C162.823 19.4241 161.772 20.521 161.772 21.8921C161.772 23.2632 162.823 24.3601 164.194 24.3601C165.611 24.3601 166.662 23.2632 166.662 21.8921C166.708 20.521 165.657 19.4241 164.24 19.4241ZM164.88 22.1207L165.657 23.2175H165.017L164.331 22.2121H163.737V23.2175H163.189V20.3382H164.468C165.154 20.3382 165.565 20.6581 165.565 21.2523C165.52 21.755 165.245 22.0292 164.88 22.1207ZM164.423 20.8409H163.737V21.755H164.423C164.788 21.755 164.971 21.5722 164.971 21.298C164.971 21.0238 164.743 20.8409 164.423 20.8409Z" fill="#1ED760"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<svg width="176" height="175" viewBox="0 0 176 175" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<mask id="mask0_6_372" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="176" height="175">
|
|
3
|
+
<circle cx="88" cy="87.5" r="87.5" fill="#D9D9D9"/>
|
|
4
|
+
</mask>
|
|
5
|
+
<g mask="url(#mask0_6_372)">
|
|
6
|
+
<path d="M73.3 121.179C73.99 124.765 74.7689 128.527 77.1529 131.292C80.8769 135.612 87.2449 136.192 92.9409 136.461C96.1679 136.613 99.928 136.533 101.903 133.978C103.362 132.093 103.308 129.5 103.548 127.128C104.313 119.576 108.596 112.925 111.72 106.008C119.726 88.2829 120.158 67.2839 112.891 49.2439C111.879 46.7339 110.672 44.2049 108.645 42.4109C106.365 40.3949 103.3 39.5289 100.302 39.0069C86.692 36.6339 60.4409 40.0269 61.3029 58.2649C62.2739 78.8159 69.408 100.955 73.3 121.179Z" fill="#FFE7FB"/>
|
|
7
|
+
<path d="M132.764 200.626C135.27 200.696 137.975 200.709 140.016 199.255C143.473 196.793 143.229 191.667 142.553 187.477C140.198 172.881 136.188 157.078 124.243 148.366C115.035 141.651 102.909 140.591 91.5213 140.992C82.3933 141.314 73.3073 142.419 64.2853 143.842C58.3983 144.77 52.2563 145.956 47.6183 149.7C41.1973 154.883 39.1653 163.644 37.5273 171.732C36.2373 178.097 30.1073 192.285 36.1293 197.036C41.6923 201.425 59.8633 198.575 66.8333 198.771C88.8103 199.389 110.787 199.998 132.764 200.626Z" fill="#6987FF"/>
|
|
8
|
+
<path d="M76.5912 188.839C77.5772 193.148 79.0382 197.564 82.2112 200.643C85.3832 203.721 90.6992 204.979 94.2952 202.408C98.6262 199.312 98.3682 192.969 98.3772 187.646C98.3862 181.815 99.2612 175.987 100.962 170.41C103.45 162.256 107.715 154.537 108.503 146.049C108.769 143.191 108.44 139.905 106.179 138.138C104.805 137.064 102.989 136.783 101.257 136.576C91.6882 135.433 75.0032 132.564 71.9542 145.033C70.4962 150.993 73.0142 159.217 73.5602 165.265C74.2722 173.162 74.8182 181.088 76.5912 188.839Z" fill="#DBC9FF"/>
|
|
9
|
+
<path d="M73.1171 89.6279C70.6871 89.6519 68.2551 89.6759 65.8251 89.6999C65.1261 89.7059 64.3331 89.7549 63.8851 90.2919C63.3341 90.9519 63.6611 92.0259 64.3351 92.5599C65.0101 93.0929 65.9061 93.2289 66.7581 93.3459C67.8541 93.4969 68.9501 93.6479 70.0451 93.7989C71.5891 94.0119 73.3421 94.1679 74.5321 93.1619C75.7231 92.1559 75.2751 89.6059 73.7211 89.7239" fill="#F03FA3"/>
|
|
10
|
+
<path d="M107.299 90.8477C104.868 90.8717 102.438 90.8947 100.007 90.9187C99.3082 90.9257 98.5162 90.9747 98.0672 91.5117C97.5172 92.1717 97.8432 93.2457 98.5182 93.7797C99.1912 94.3127 100.088 94.4487 100.939 94.5657C102.035 94.7167 103.132 94.8677 104.228 95.0187C105.771 95.2307 107.523 95.3877 108.714 94.3817C109.904 93.3757 109.457 90.8257 107.903 90.9447" fill="#F03FA3"/>
|
|
11
|
+
<path d="M68.8857 72.9367C69.5647 72.1217 70.4297 71.5527 71.3317 71.0887C72.2407 70.6347 73.2147 70.3207 74.2167 70.1377C76.2057 69.7787 78.3797 69.9277 80.1867 71.0067C79.1617 71.2947 78.2297 71.4097 77.3047 71.6087L74.5737 72.1047C72.7467 72.4157 70.9577 72.7827 68.8857 72.9367Z" fill="black"/>
|
|
12
|
+
<path d="M76.2979 80.5768C76.2979 82.1918 75.4769 83.4998 74.4629 83.4998C73.4499 83.4998 72.6289 82.1918 72.6289 80.5768C72.6289 78.9618 73.4499 77.6528 74.4629 77.6528C75.4769 77.6528 76.2979 78.9618 76.2979 80.5768Z" fill="black"/>
|
|
13
|
+
<path d="M108.954 73.2486C106.893 72.9776 105.128 72.5106 103.322 72.0976L100.623 71.4486C99.7103 71.1986 98.7863 71.0306 97.7793 70.6846C99.6453 69.7106 101.823 69.6836 103.789 70.1536C104.778 70.3926 105.733 70.7616 106.615 71.2656C107.489 71.7806 108.321 72.3966 108.954 73.2486Z" fill="black"/>
|
|
14
|
+
<path d="M101.629 80.5768C101.629 82.1918 102.45 83.4998 103.464 83.4998C104.477 83.4998 105.298 82.1918 105.298 80.5768C105.298 78.9618 104.477 77.6528 103.464 77.6528C102.45 77.6528 101.629 78.9618 101.629 80.5768Z" fill="black"/>
|
|
15
|
+
<path d="M86.6589 78.9209C86.7729 79.1719 85.9599 85.6659 83.8999 89.1379C83.8999 89.1379 83.4479 91.5279 88.0509 92.8269" stroke="black" stroke-miterlimit="10"/>
|
|
16
|
+
<path d="M82.0693 99.4517C82.0693 99.4517 90.1563 102.133 96.4243 99.5897" stroke="black" stroke-miterlimit="10"/>
|
|
17
|
+
<path d="M75.86 115.92L74.72 127.96L74.25 132.89L71.29 134.75L54.7 145.15C44.13 151.78 36.68 162.38 34.03 174.57L29 197.7" stroke="black" stroke-miterlimit="10"/>
|
|
18
|
+
<path d="M99.9502 115.04L100.37 119.5L101.19 128.09L101.64 132.89L121.19 145.15C131.76 151.78 139.21 162.38 141.86 174.57L146.89 197.7" stroke="black" stroke-miterlimit="10"/>
|
|
19
|
+
<path d="M119.68 61.3696C119.73 63.2596 119.74 65.0896 119.71 66.8596C119.71 66.8996 119.72 66.9296 119.72 66.9496C119.72 66.9596 119.72 66.9796 119.71 66.9896C119.38 89.2996 113.44 102.07 106.76 109.37C104.51 111.83 102.18 113.66 99.9505 115.04C99.2105 115.5 98.4805 115.9 97.7705 116.26C92.0805 119.15 87.5205 119.15 87.5205 119.15C86.3705 119.15 85.2605 119.07 84.2005 118.92C81.0905 118.49 78.3305 117.44 75.8605 115.92C74.2505 114.93 72.7705 113.74 71.4205 112.39C62.3605 103.41 58.5005 87.3296 56.7805 75.6096L56.7705 75.5996C56.7005 75.1196 56.6305 74.6396 56.5705 74.1796C55.5705 66.9196 55.3905 61.6496 55.2305 61.3696" stroke="black" stroke-miterlimit="10"/>
|
|
20
|
+
<path d="M129.969 35.6968C135.778 55.7188 143.343 135.45 103.402 133.998L99.9457 115.04C108.815 109.56 119.266 96.7898 119.706 66.9898C119.716 66.9798 119.716 66.9798 119.716 66.9798C119.716 66.9798 119.716 66.9698 119.716 66.9498C119.716 66.9298 119.706 66.8998 119.706 66.8598C119.656 65.9598 118.896 59.9698 108.605 45.4698C108.605 45.4698 95.3357 61.3698 75.8557 61.3698C57.5657 61.3698 56.3457 70.5798 56.5657 74.1798C56.6257 75.0598 56.7657 75.5998 56.7657 75.5998L56.7757 75.6098C58.7557 89.0898 63.5657 108.35 75.8557 115.92L74.2457 132.89L47.6177 149.7C45.2527 129.542 41.6547 103.132 41.8147 70.4218C41.8147 70.4218 40.5947 9.68884 97.7357 15.3758C97.7357 15.3758 111.33 17.7308 113.243 24.1188C113.243 24.1188 127.078 25.7378 129.969 35.6968Z" fill="black"/>
|
|
21
|
+
<path d="M74.2461 132.89C74.2461 132.89 87.7881 141.66 101.636 132.89" stroke="black" stroke-miterlimit="10"/>
|
|
22
|
+
<path d="M72.4834 133.998C72.4834 133.998 87.9584 147.621 103.402 133.998" stroke="black" stroke-miterlimit="10"/>
|
|
23
|
+
<path d="M80.856 197.7C80.856 197.7 80.746 197.19 80.546 196.25C80.316 195.18 79.976 193.56 79.546 191.53C79.226 190.03 78.856 188.29 78.456 186.39C78.136 184.91 77.806 183.33 77.446 181.67C77.096 180.02 76.736 178.3 76.356 176.53C76.036 174.99 75.696 173.41 75.356 171.81C74.996 170.1 74.636 168.38 74.266 166.67C73.936 165.09 73.596 163.51 73.266 161.95C72.896 160.2 72.536 158.48 72.186 156.81C71.836 155.19 71.506 153.6 71.186 152.09C69.346 143.33 67.996 136.82 68.036 136.79" stroke="black" stroke-miterlimit="10"/>
|
|
24
|
+
<path d="M58.8772 142.529C58.5612 142.727 57.2422 156.37 57.2422 156.37L69.7772 169.737L66.2612 177.853L79.2952 190.346" stroke="black" stroke-miterlimit="10"/>
|
|
25
|
+
<path d="M94.3262 197.7C94.3262 197.7 94.4362 197.19 94.6362 196.25C94.8662 195.18 95.2062 193.56 95.6362 191.53C95.9562 190.03 96.3262 188.29 96.7262 186.39C97.0462 184.91 97.3862 183.33 97.7362 181.67C98.0862 180.02 98.4562 178.3 98.8262 176.53C99.1562 174.99 99.4862 173.41 99.8262 171.81C100.186 170.1 100.546 168.38 100.916 166.67C101.246 165.09 101.586 163.51 101.906 161.95C102.276 160.2 102.646 158.48 102.996 156.81C103.336 155.19 103.676 153.6 103.986 152.09C105.836 143.33 107.186 136.82 107.146 136.79" stroke="black" stroke-miterlimit="10"/>
|
|
26
|
+
<path d="M116.305 142.529C116.621 142.727 117.94 156.37 117.94 156.37L105.405 169.737L108.921 177.853L95.8867 190.346" stroke="black" stroke-miterlimit="10"/>
|
|
27
|
+
<path d="M103.986 152.09C103.676 153.6 103.336 155.19 102.996 156.81H72.1855C71.8355 155.19 71.5055 153.6 71.1855 152.09H103.986Z" fill="black"/>
|
|
28
|
+
<path d="M101.906 161.95C101.586 163.51 101.246 165.09 100.916 166.67H74.2656C73.9356 165.09 73.5956 163.51 73.2656 161.95H101.906Z" fill="black"/>
|
|
29
|
+
<path d="M99.8264 171.81C99.4864 173.41 99.1564 174.99 98.8264 176.53H76.3564C76.0364 174.99 75.6964 173.41 75.3564 171.81H99.8264Z" fill="black"/>
|
|
30
|
+
<path d="M83.0694 39.3787C83.0694 45.7947 76.7354 50.9967 68.9214 50.9967C61.1074 50.9967 54.7734 45.7947 54.7734 39.3787C54.7734 32.9627 61.1074 27.7607 68.9214 27.7607C76.7354 27.7607 83.0694 32.9627 83.0694 39.3787Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
|
|
31
|
+
<path d="M120.176 39.3787C120.176 45.7947 113.841 50.9967 106.027 50.9967C98.2139 50.9967 91.8789 45.7947 91.8789 39.3787C91.8789 32.9627 98.2139 27.7607 106.027 27.7607C113.841 27.7607 120.176 32.9627 120.176 39.3787Z" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
|
|
32
|
+
<path d="M83.0693 39.3788C83.0693 39.3788 87.1663 35.7238 91.8793 39.3788" stroke="white" stroke-width="2" stroke-miterlimit="10"/>
|
|
33
|
+
<path d="M100.37 119.5C92.5197 122.16 80.3397 126.13 74.7197 127.96L75.8597 115.92C78.3297 117.44 81.0897 118.49 84.1997 118.92C85.2597 119.07 86.3697 119.15 87.5197 119.15C87.5197 119.15 92.0797 119.15 97.7697 116.26C98.4797 115.9 99.2097 115.5 99.9497 115.04L100.37 119.5Z" fill="black"/>
|
|
34
|
+
</g>
|
|
35
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|