Compare commits
148 Commits
v5.0.0
...
4f53ce6b8b
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f53ce6b8b | |||
| 18e0328910 | |||
| e82edbb3ac | |||
| 65e185f14a | |||
| 618536abf7 | |||
| 6b53786f25 | |||
| 5e0d933bdc | |||
| a072d137f4 | |||
| 3cea9e3c27 | |||
| a5eb60cac7 | |||
| 7f03e677a5 | |||
| 2d87c8a334 | |||
| 3c8886bd23 | |||
| e6b1a82bc7 | |||
| cb51b5aa29 | |||
| 32332503a9 | |||
| c805b623c7 | |||
| 85e430c6b9 | |||
| 88f473d595 | |||
| 367481f6e8 | |||
| 605bbe52e7 | |||
| 272d5ac54c | |||
| 19b56344c0 | |||
| b244638dd1 | |||
| 4217033082 | |||
| a0c6920d35 | |||
| 7d4ed63dd6 | |||
| cab8409791 | |||
| d00a29d448 | |||
| 21af2505cd | |||
| 5c17f597c1 | |||
| 1ede8ab657 | |||
| 07c02deada | |||
| 66a9c23c28 | |||
| d49a57429a | |||
| bbc289012e | |||
| 70a722512f | |||
| 5f162035fa | |||
| eabbf027ff | |||
| db80b509cb | |||
| bca4fd8fb4 | |||
| bbd47f6869 | |||
| 5674b27db9 | |||
| 14bad31c36 | |||
| c3757181b5 | |||
| fad74405ef | |||
| f5389c36b5 | |||
| 5c1ce9f4b7 | |||
| 404c9f5aeb | |||
| c4b1d8b152 | |||
| 59bdd9c73a | |||
| dd6741e221 | |||
| b9f013ad1c | |||
| 88cf3e6a97 | |||
| 98ffd67bd7 | |||
| ca57dbcc4f | |||
| a6a86f4cd7 | |||
| ab5a98b2c9 | |||
| 7f9f87b8bb | |||
| 86760a1c59 | |||
| e8272a347d | |||
| 962865f3ab | |||
| 9cdbc4353d | |||
| 2c32265127 | |||
| b473c7ca0e | |||
| bd7813693b | |||
| 2ef7bfc3ce | |||
| 57bdd6920f | |||
| c2e1c46a7f | |||
| 1a8f437d2e | |||
| 377f54823f | |||
| cb15c04a42 | |||
| cd136257b7 | |||
| bd67c7b1f7 | |||
| feeeaedc29 | |||
| 532cfeadfb | |||
| adf8ea3891 | |||
| e87c33b870 | |||
| 38ae8e58ee | |||
| 6afd0e108a | |||
| b9ef279cc0 | |||
| fed96a97b7 | |||
| 224d4fbc25 | |||
| b85df6149a | |||
| 27db5a9b7f | |||
| 100e24e306 | |||
| 6039fc2116 | |||
| 6cb0169d8f | |||
| 7d3c144673 | |||
| 7421994755 | |||
| 8ed427b721 | |||
| b84f366d12 | |||
| da832ba4a9 | |||
| ff88dbc341 | |||
| be650f34c7 | |||
| f8602dc640 | |||
| 7c3972d064 | |||
| 3b41deef58 | |||
| c81908cbb4 | |||
| 94e71b14b5 | |||
| 97af4a1288 | |||
| 05fd6bbce8 | |||
| 469fdb7243 | |||
| fd9b47ee1f | |||
| 0e7b8cd5ae | |||
| ceb5835f21 | |||
| bd6ce410bc | |||
| 488813af2c | |||
| a603c09e7e | |||
| 7a914edbd3 | |||
| a8a5cb22fa | |||
| 19ee5cef58 | |||
| b89631b84b | |||
| dafc5fc8f1 | |||
| aab357095f | |||
| a35b66d623 | |||
| 6de7993f85 | |||
| c32dde4b87 | |||
| b2de7e96d0 | |||
| 8bf76bd4f4 | |||
| f9379ffaec | |||
| c14555d21f | |||
| 5126eed189 | |||
| 7bca58d58b | |||
| aa2ed5fc1c | |||
| 07a9198750 | |||
| dcb2fad6f4 | |||
| ab16011b25 | |||
| 204b13c445 | |||
| f28f171d3b | |||
| 2af89d3578 | |||
| 0eaf2ab125 | |||
| 95ee98972c | |||
| dd07e1888d | |||
| 7b81780642 | |||
| 6264d775cb | |||
| e8d42a7055 | |||
| 4f5137ba6e | |||
| c4cfc1017f | |||
| a4232532bd | |||
| 3c56cb6b55 | |||
| 8ce308ed36 | |||
| 54c8943e54 | |||
| fa27a6a752 | |||
| ed5c1172b4 | |||
| a2c29dce99 | |||
| c50125d79c | |||
| 437f69de61 |
@@ -28,9 +28,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PUBLIC_SVGL_VERSION: v5
|
PUBLIC_SVGL_VERSION: v5
|
||||||
|
|
||||||
svgs-size:
|
check-svgs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: 📦 SVGs Size
|
name: 📦 Check SVGs
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -42,3 +42,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Check SVGs size
|
- name: Check SVGs size
|
||||||
run: pnpm check:size
|
run: pnpm check:size
|
||||||
|
|
||||||
|
- name: Check unused SVGs
|
||||||
|
run: pnpm check:data
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "@pheralb/svgl-api",
|
"name": "@svgl/api",
|
||||||
"author": "@pheralb_",
|
"author": "@pheralb_",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"description": "SVGL API built with Hono & Cloudflare.",
|
"description": "SVGL API built with Hono & Cloudflare",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -10,12 +10,12 @@
|
|||||||
"deploy": "wrangler deploy --minify src/index.ts"
|
"deploy": "wrangler deploy --minify src/index.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@upstash/ratelimit": "2.0.6",
|
"@upstash/ratelimit": "2.0.7",
|
||||||
"@upstash/redis": "1.35.3",
|
"@upstash/redis": "1.35.6",
|
||||||
"hono": "4.9.6"
|
"hono": "4.10.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cloudflare/workers-types": "4.20250906.0",
|
"@cloudflare/workers-types": "4.20251109.0",
|
||||||
"wrangler": "4.34.0"
|
"wrangler": "4.46.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,21 +9,21 @@ importers:
|
|||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@upstash/ratelimit':
|
'@upstash/ratelimit':
|
||||||
specifier: 2.0.6
|
specifier: 2.0.7
|
||||||
version: 2.0.6(@upstash/redis@1.35.3)
|
version: 2.0.7(@upstash/redis@1.35.6)
|
||||||
'@upstash/redis':
|
'@upstash/redis':
|
||||||
specifier: 1.35.3
|
specifier: 1.35.6
|
||||||
version: 1.35.3
|
version: 1.35.6
|
||||||
hono:
|
hono:
|
||||||
specifier: 4.9.6
|
specifier: 4.10.4
|
||||||
version: 4.9.6
|
version: 4.10.4
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@cloudflare/workers-types':
|
'@cloudflare/workers-types':
|
||||||
specifier: 4.20250906.0
|
specifier: 4.20251109.0
|
||||||
version: 4.20250906.0
|
version: 4.20251109.0
|
||||||
wrangler:
|
wrangler:
|
||||||
specifier: 4.34.0
|
specifier: 4.46.0
|
||||||
version: 4.34.0(@cloudflare/workers-types@4.20250906.0)
|
version: 4.46.0(@cloudflare/workers-types@4.20251109.0)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@@ -31,47 +31,47 @@ packages:
|
|||||||
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
|
resolution: {integrity: sha512-+tv3z+SPp+gqTIcImN9o0hqE9xyfQjI1XD9pL6NuKjua9B1y7mNYv0S9cP+QEbA4ppVgGZEmKOvHX5G5Ei1CVA==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
|
|
||||||
'@cloudflare/unenv-preset@2.7.2':
|
'@cloudflare/unenv-preset@2.7.9':
|
||||||
resolution: {integrity: sha512-JY7Uf8GhWcbOMDZX8ke2czp9f9TijvJN4CpRBs3+WYN9U7jHpj3XaV+HHm78iHkAwTm/JeBHqyQNhq/PizynRA==}
|
resolution: {integrity: sha512-Drm7qlTKnvncEv+DANiQNEonq0H0LyIsoFZYJ6tJ8OhAoy5udIE8yp6BsVDYcIjcYLIybp4M7c/P7ly/56SoHg==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
unenv: 2.0.0-rc.20
|
unenv: 2.0.0-rc.24
|
||||||
workerd: ^1.20250828.1
|
workerd: ^1.20250927.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
workerd:
|
workerd:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@cloudflare/workerd-darwin-64@1.20250902.0':
|
'@cloudflare/workerd-darwin-64@1.20251105.0':
|
||||||
resolution: {integrity: sha512-mwC/YEtDUGfnjXdbW5Lya+bgODrpJ5RxxqpaTjtMJycqnjR0RZgVpOqISwGfBHIhseykU3ahPugM5t91XkBKTg==}
|
resolution: {integrity: sha512-nztUP35wTtUKM+681dBWtUNSySNWELTV+LY43oWy7ZhK19/iBJPQoFY7xpvF7zy4qOOShtise259B65DS4/71Q==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@cloudflare/workerd-darwin-arm64@1.20250902.0':
|
'@cloudflare/workerd-darwin-arm64@1.20251105.0':
|
||||||
resolution: {integrity: sha512-5Wr6a5/ixoXuMPOvbprN8k9HhAHDBh8f7H5V4DN/Xb4ORoGkI9AbC5QPpYV0wa3Ncf+CRSGobdmZNyO24hRccA==}
|
resolution: {integrity: sha512-WS/dvPYTW/+gs8s0UvDqDY7wcuIAg/hUpjrMNGepr+Mo38vMU39FYhJQOly99oJCXxMluQqAnRKg09b/9Gr+Rg==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@cloudflare/workerd-linux-64@1.20250902.0':
|
'@cloudflare/workerd-linux-64@1.20251105.0':
|
||||||
resolution: {integrity: sha512-1yJGt56VQBuG01nrhkRGoa1FGz7xQwJTrgewxt/MRRtigZTf84qJQiPQxyM7PQWCLREKa+JS7G8HFqvOwK7kZA==}
|
resolution: {integrity: sha512-RdHRHo/hpjR6sNw529FkmslVSz/K3Pb1+i3fIoqUrHCrZOUYzFyz3nLeZh4EYaAhcztLWiSTwBv54bcl4sG3wA==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@cloudflare/workerd-linux-arm64@1.20250902.0':
|
'@cloudflare/workerd-linux-arm64@1.20251105.0':
|
||||||
resolution: {integrity: sha512-ArDodWzfo0BVqMQGUgaOGV5Mzf8wEMUX8TJonExpGbYavoVXVDbp2rTLFRJg1vkFGpmw1teCtSoOjSDisFZQMg==}
|
resolution: {integrity: sha512-5zkxQCqLjwrqZVVJh92J2Drv6xifkP8kN2ltjHdwZQlVzfDW48d7tAtCm1ZooUv204ixvZFarusCfL+IRjExZg==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@cloudflare/workerd-windows-64@1.20250902.0':
|
'@cloudflare/workerd-windows-64@1.20251105.0':
|
||||||
resolution: {integrity: sha512-DT/o8ZSkmze1YGI7vgVt4ST+VYGb3tNChiFnOM9Z8YOejqKqbVvATB4gi/xMSnNR9CsKFqH4hHWDDtz+wf4uZg==}
|
resolution: {integrity: sha512-6BpkfjBIbGR+4FBOcZGcWDLM0XQuoI6R9Dublj/BKf4pv0/xJ4zHdnaYUb5NIlC75L55Ouqw0CEJasoKlMjgnw==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@cloudflare/workers-types@4.20250906.0':
|
'@cloudflare/workers-types@4.20251109.0':
|
||||||
resolution: {integrity: sha512-CMRTupQpAdNZJrxRGaM2JzxmpWOnzgxcyTGmjAOcosRfi1ZsNUTAZ0kj1dzY+4bPDIdFwvvJL3t91DEpqitOJg==}
|
resolution: {integrity: sha512-/wMfoS6NmoY0GgKVoRUp4x0yiZM0eNXwXTTzM7gFJKcm+0NtZmzUzgXj6xpShkfWSrmug0mX7BbyaFMAMHFlPA==}
|
||||||
|
|
||||||
'@cspotcode/source-map-support@0.8.1':
|
'@cspotcode/source-map-support@0.8.1':
|
||||||
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
|
resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==}
|
||||||
@@ -365,13 +365,13 @@ packages:
|
|||||||
resolution: {integrity: sha512-7qJHGxpQgQr9/vmeS1PktEwvNAF7TI4iJDi8Pu2CFZ9YUGHZH4fOP5TfYlZ4aVxfopnELiE4BS4FBjyK7V1/xQ==}
|
resolution: {integrity: sha512-7qJHGxpQgQr9/vmeS1PktEwvNAF7TI4iJDi8Pu2CFZ9YUGHZH4fOP5TfYlZ4aVxfopnELiE4BS4FBjyK7V1/xQ==}
|
||||||
engines: {node: '>=16.0.0'}
|
engines: {node: '>=16.0.0'}
|
||||||
|
|
||||||
'@upstash/ratelimit@2.0.6':
|
'@upstash/ratelimit@2.0.7':
|
||||||
resolution: {integrity: sha512-Uak5qklMfzFN5RXltxY6IXRENu+Hgmo9iEgMPOlUs2etSQas2N+hJfbHw37OUy4vldLRXeD0OzL+YRvO2l5acg==}
|
resolution: {integrity: sha512-qNQW4uBPKVk8c4wFGj2S/vfKKQxXx1taSJoSGBN36FeiVBBKHQgsjPbKUijZ9Xu5FyVK+pfiXWKIsQGyoje8Fw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@upstash/redis': ^1.34.3
|
'@upstash/redis': ^1.34.3
|
||||||
|
|
||||||
'@upstash/redis@1.35.3':
|
'@upstash/redis@1.35.6':
|
||||||
resolution: {integrity: sha512-hSjv66NOuahW3MisRGlSgoszU2uONAY2l5Qo3Sae8OT3/Tng9K+2/cBRuyPBX8egwEGcNNCF9+r0V6grNnhL+w==}
|
resolution: {integrity: sha512-aSEIGJgJ7XUfTYvhQcQbq835re7e/BXjs8Janq6Pvr6LlmTZnyqwT97RziZLO/8AVUL037RLXqqiQC6kCt+5pA==}
|
||||||
|
|
||||||
acorn-walk@8.3.2:
|
acorn-walk@8.3.2:
|
||||||
resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==}
|
resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==}
|
||||||
@@ -403,9 +403,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
|
resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
defu@6.1.4:
|
|
||||||
resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
|
|
||||||
|
|
||||||
detect-libc@2.0.3:
|
detect-libc@2.0.3:
|
||||||
resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
|
resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
@@ -422,9 +419,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==}
|
resolution: {integrity: sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
|
||||||
exsolve@1.0.7:
|
|
||||||
resolution: {integrity: sha512-VO5fQUzZtI6C+vx4w/4BWJpg3s/5l+6pRQEHzFRM8WFi4XffSP1Z+4qi7GbjWbvRQEbdIco5mIMq+zX4rPuLrw==}
|
|
||||||
|
|
||||||
fsevents@2.3.3:
|
fsevents@2.3.3:
|
||||||
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
||||||
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
||||||
@@ -433,8 +427,8 @@ packages:
|
|||||||
glob-to-regexp@0.4.1:
|
glob-to-regexp@0.4.1:
|
||||||
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
|
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
|
||||||
|
|
||||||
hono@4.9.6:
|
hono@4.10.4:
|
||||||
resolution: {integrity: sha512-doVjXhSFvYZ7y0dNokjwwSahcrAfdz+/BCLvAMa/vHLzjj8+CFyV5xteThGUsKdkaasgN+gF2mUxao+SGLpUeA==}
|
resolution: {integrity: sha512-YG/fo7zlU3KwrBL5vDpWKisLYiM+nVstBQqfr7gCPbSYURnNEP9BDxEMz8KfsDR9JX0lJWDRNc6nXX31v7ZEyg==}
|
||||||
engines: {node: '>=16.9.0'}
|
engines: {node: '>=16.9.0'}
|
||||||
|
|
||||||
is-arrayish@0.3.2:
|
is-arrayish@0.3.2:
|
||||||
@@ -449,14 +443,11 @@ packages:
|
|||||||
engines: {node: '>=10.0.0'}
|
engines: {node: '>=10.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
miniflare@4.20250902.0:
|
miniflare@4.20251105.0:
|
||||||
resolution: {integrity: sha512-QHjI17yVDxDXsjDvX6GNRySx2uYsQJyiZ2MRBAsA0CFpAI2BcHd4oz0FIjbqgpZK+4Fhm7OKht/AfBNCd234Zg==}
|
resolution: {integrity: sha512-n+lCQbGLPjHFm5EKMohxCl+hLIki9rIlJSU9FkYKdJ62cGacetmTH5IgWUZhUFFM+NqhqZLOuWXTAsoZTm0hog==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
ohash@2.0.11:
|
|
||||||
resolution: {integrity: sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==}
|
|
||||||
|
|
||||||
path-to-regexp@6.3.0:
|
path-to-regexp@6.3.0:
|
||||||
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
|
resolution: {integrity: sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==}
|
||||||
|
|
||||||
@@ -486,30 +477,27 @@ packages:
|
|||||||
tslib@2.6.2:
|
tslib@2.6.2:
|
||||||
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
|
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
|
||||||
|
|
||||||
ufo@1.6.1:
|
|
||||||
resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==}
|
|
||||||
|
|
||||||
uncrypto@0.1.3:
|
uncrypto@0.1.3:
|
||||||
resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
|
resolution: {integrity: sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==}
|
||||||
|
|
||||||
undici@7.13.0:
|
undici@7.14.0:
|
||||||
resolution: {integrity: sha512-l+zSMssRqrzDcb3fjMkjjLGmuiiK2pMIcV++mJaAc9vhjSGpvM7h43QgP+OAMb1GImHmbPyG2tBXeuyG5iY4gA==}
|
resolution: {integrity: sha512-Vqs8HTzjpQXZeXdpsfChQTlafcMQaaIwnGwLam1wudSSjlJeQ3bw1j+TLPePgrCnCpUXx7Ba5Pdpf5OBih62NQ==}
|
||||||
engines: {node: '>=20.18.1'}
|
engines: {node: '>=20.18.1'}
|
||||||
|
|
||||||
unenv@2.0.0-rc.20:
|
unenv@2.0.0-rc.24:
|
||||||
resolution: {integrity: sha512-8tn4tAl9vD5nWoggAAPz28vf0FY8+pQAayhU94qD+ZkIbVKCBAH/E1MWEEmhb9Whn5EgouYVfBJB20RsTLRDdg==}
|
resolution: {integrity: sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==}
|
||||||
|
|
||||||
workerd@1.20250902.0:
|
workerd@1.20251105.0:
|
||||||
resolution: {integrity: sha512-rM+8ARYoy9gWJNPW89ERWyjbp7+m1hu6PFbehiP8FW9Hm5kNVo71lXFrkCP2HSsTP1OLfIU/IwanYOijJ0mQDw==}
|
resolution: {integrity: sha512-8D1UmsxrRr3Go7enbYCsYoiWeGn66u1WFNojPSgtjp7z8pV2cXskjr05vQ1OOzl7+rg1hDDofnCJqVwChMym8g==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
wrangler@4.34.0:
|
wrangler@4.46.0:
|
||||||
resolution: {integrity: sha512-iU+T8klWX6M/oN9y2PG8HrekoHwlBs/7wNMouyRToCJGn5EFtVl98a1fxxPCgkuUNZ2sKLrCyx/TlhgilIlqpQ==}
|
resolution: {integrity: sha512-WRROO7CL+MW/E44RMT4X7w32qPjufiPpGdey5D6H7iKzzVqfUkTRULxYBfWANiU1yGnsiCXQtu3Ap0G2TmohtA==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@cloudflare/workers-types': ^4.20250902.0
|
'@cloudflare/workers-types': ^4.20251014.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@cloudflare/workers-types':
|
'@cloudflare/workers-types':
|
||||||
optional: true
|
optional: true
|
||||||
@@ -541,28 +529,28 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
mime: 3.0.0
|
mime: 3.0.0
|
||||||
|
|
||||||
'@cloudflare/unenv-preset@2.7.2(unenv@2.0.0-rc.20)(workerd@1.20250902.0)':
|
'@cloudflare/unenv-preset@2.7.9(unenv@2.0.0-rc.24)(workerd@1.20251105.0)':
|
||||||
dependencies:
|
dependencies:
|
||||||
unenv: 2.0.0-rc.20
|
unenv: 2.0.0-rc.24
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
workerd: 1.20250902.0
|
workerd: 1.20251105.0
|
||||||
|
|
||||||
'@cloudflare/workerd-darwin-64@1.20250902.0':
|
'@cloudflare/workerd-darwin-64@1.20251105.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@cloudflare/workerd-darwin-arm64@1.20250902.0':
|
'@cloudflare/workerd-darwin-arm64@1.20251105.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@cloudflare/workerd-linux-64@1.20250902.0':
|
'@cloudflare/workerd-linux-64@1.20251105.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@cloudflare/workerd-linux-arm64@1.20250902.0':
|
'@cloudflare/workerd-linux-arm64@1.20251105.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@cloudflare/workerd-windows-64@1.20250902.0':
|
'@cloudflare/workerd-windows-64@1.20251105.0':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@cloudflare/workers-types@4.20250906.0': {}
|
'@cloudflare/workers-types@4.20251109.0': {}
|
||||||
|
|
||||||
'@cspotcode/source-map-support@0.8.1':
|
'@cspotcode/source-map-support@0.8.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -750,14 +738,14 @@ snapshots:
|
|||||||
|
|
||||||
'@upstash/core-analytics@0.0.10':
|
'@upstash/core-analytics@0.0.10':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@upstash/redis': 1.35.3
|
'@upstash/redis': 1.35.6
|
||||||
|
|
||||||
'@upstash/ratelimit@2.0.6(@upstash/redis@1.35.3)':
|
'@upstash/ratelimit@2.0.7(@upstash/redis@1.35.6)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@upstash/core-analytics': 0.0.10
|
'@upstash/core-analytics': 0.0.10
|
||||||
'@upstash/redis': 1.35.3
|
'@upstash/redis': 1.35.6
|
||||||
|
|
||||||
'@upstash/redis@1.35.3':
|
'@upstash/redis@1.35.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
uncrypto: 0.1.3
|
uncrypto: 0.1.3
|
||||||
|
|
||||||
@@ -785,8 +773,6 @@ snapshots:
|
|||||||
|
|
||||||
cookie@1.0.2: {}
|
cookie@1.0.2: {}
|
||||||
|
|
||||||
defu@6.1.4: {}
|
|
||||||
|
|
||||||
detect-libc@2.0.3: {}
|
detect-libc@2.0.3: {}
|
||||||
|
|
||||||
error-stack-parser-es@1.0.5: {}
|
error-stack-parser-es@1.0.5: {}
|
||||||
@@ -821,14 +807,12 @@ snapshots:
|
|||||||
|
|
||||||
exit-hook@2.2.1: {}
|
exit-hook@2.2.1: {}
|
||||||
|
|
||||||
exsolve@1.0.7: {}
|
|
||||||
|
|
||||||
fsevents@2.3.3:
|
fsevents@2.3.3:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
glob-to-regexp@0.4.1: {}
|
glob-to-regexp@0.4.1: {}
|
||||||
|
|
||||||
hono@4.9.6: {}
|
hono@4.10.4: {}
|
||||||
|
|
||||||
is-arrayish@0.3.2: {}
|
is-arrayish@0.3.2: {}
|
||||||
|
|
||||||
@@ -836,7 +820,7 @@ snapshots:
|
|||||||
|
|
||||||
mime@3.0.0: {}
|
mime@3.0.0: {}
|
||||||
|
|
||||||
miniflare@4.20250902.0:
|
miniflare@4.20251105.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cspotcode/source-map-support': 0.8.1
|
'@cspotcode/source-map-support': 0.8.1
|
||||||
acorn: 8.14.0
|
acorn: 8.14.0
|
||||||
@@ -845,8 +829,8 @@ snapshots:
|
|||||||
glob-to-regexp: 0.4.1
|
glob-to-regexp: 0.4.1
|
||||||
sharp: 0.33.5
|
sharp: 0.33.5
|
||||||
stoppable: 1.1.0
|
stoppable: 1.1.0
|
||||||
undici: 7.13.0
|
undici: 7.14.0
|
||||||
workerd: 1.20250902.0
|
workerd: 1.20251105.0
|
||||||
ws: 8.18.0
|
ws: 8.18.0
|
||||||
youch: 4.1.0-beta.10
|
youch: 4.1.0-beta.10
|
||||||
zod: 3.22.3
|
zod: 3.22.3
|
||||||
@@ -854,8 +838,6 @@ snapshots:
|
|||||||
- bufferutil
|
- bufferutil
|
||||||
- utf-8-validate
|
- utf-8-validate
|
||||||
|
|
||||||
ohash@2.0.11: {}
|
|
||||||
|
|
||||||
path-to-regexp@6.3.0: {}
|
path-to-regexp@6.3.0: {}
|
||||||
|
|
||||||
pathe@2.0.3: {}
|
pathe@2.0.3: {}
|
||||||
@@ -899,40 +881,34 @@ snapshots:
|
|||||||
tslib@2.6.2:
|
tslib@2.6.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
ufo@1.6.1: {}
|
|
||||||
|
|
||||||
uncrypto@0.1.3: {}
|
uncrypto@0.1.3: {}
|
||||||
|
|
||||||
undici@7.13.0: {}
|
undici@7.14.0: {}
|
||||||
|
|
||||||
unenv@2.0.0-rc.20:
|
unenv@2.0.0-rc.24:
|
||||||
dependencies:
|
dependencies:
|
||||||
defu: 6.1.4
|
|
||||||
exsolve: 1.0.7
|
|
||||||
ohash: 2.0.11
|
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
ufo: 1.6.1
|
|
||||||
|
|
||||||
workerd@1.20250902.0:
|
workerd@1.20251105.0:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@cloudflare/workerd-darwin-64': 1.20250902.0
|
'@cloudflare/workerd-darwin-64': 1.20251105.0
|
||||||
'@cloudflare/workerd-darwin-arm64': 1.20250902.0
|
'@cloudflare/workerd-darwin-arm64': 1.20251105.0
|
||||||
'@cloudflare/workerd-linux-64': 1.20250902.0
|
'@cloudflare/workerd-linux-64': 1.20251105.0
|
||||||
'@cloudflare/workerd-linux-arm64': 1.20250902.0
|
'@cloudflare/workerd-linux-arm64': 1.20251105.0
|
||||||
'@cloudflare/workerd-windows-64': 1.20250902.0
|
'@cloudflare/workerd-windows-64': 1.20251105.0
|
||||||
|
|
||||||
wrangler@4.34.0(@cloudflare/workers-types@4.20250906.0):
|
wrangler@4.46.0(@cloudflare/workers-types@4.20251109.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cloudflare/kv-asset-handler': 0.4.0
|
'@cloudflare/kv-asset-handler': 0.4.0
|
||||||
'@cloudflare/unenv-preset': 2.7.2(unenv@2.0.0-rc.20)(workerd@1.20250902.0)
|
'@cloudflare/unenv-preset': 2.7.9(unenv@2.0.0-rc.24)(workerd@1.20251105.0)
|
||||||
blake3-wasm: 2.1.5
|
blake3-wasm: 2.1.5
|
||||||
esbuild: 0.25.4
|
esbuild: 0.25.4
|
||||||
miniflare: 4.20250902.0
|
miniflare: 4.20251105.0
|
||||||
path-to-regexp: 6.3.0
|
path-to-regexp: 6.3.0
|
||||||
unenv: 2.0.0-rc.20
|
unenv: 2.0.0-rc.24
|
||||||
workerd: 1.20250902.0
|
workerd: 1.20251105.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@cloudflare/workers-types': 4.20250906.0
|
'@cloudflare/workers-types': 4.20251109.0
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- bufferutil
|
- bufferutil
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ const docs = defineCollection({
|
|||||||
schema: z.object({
|
schema: z.object({
|
||||||
title: z.string(),
|
title: z.string(),
|
||||||
description: z.string(),
|
description: z.string(),
|
||||||
|
content: z.string(),
|
||||||
}),
|
}),
|
||||||
transform: async (document, context) => {
|
transform: async (document, context) => {
|
||||||
const highlighter = await shikiHighlighter();
|
const highlighter = await shikiHighlighter();
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||||
"check:size": "tsx ./utils/check-size.ts",
|
"check:size": "tsx ./utils/check-size.ts",
|
||||||
|
"check:data": "tsx ./utils/check-data.ts",
|
||||||
"check:links": " lychee --base . ./src/data/svgs.ts --cache --max-cache-age 3d . --include 'https://svgl.app'",
|
"check:links": " lychee --base . ./src/data/svgs.ts --cache --max-cache-age 3d . --include 'https://svgl.app'",
|
||||||
"fix:viewbox": "tsx ./utils/fix-viewbox.ts",
|
"fix:viewbox": "tsx ./utils/fix-viewbox.ts",
|
||||||
"format": "prettier --write \"src/**/*.{ts,js,md,svelte}\" --cache",
|
"format": "prettier --write \"src/**/*.{ts,js,md,svelte}\" --cache",
|
||||||
@@ -44,54 +45,54 @@
|
|||||||
"build:registry": "tsx ./utils/generate-registry.ts"
|
"build:registry": "tsx ./utils/generate-registry.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@shikijs/langs": "3.12.0",
|
"@shikijs/langs": "3.15.0",
|
||||||
"@shikijs/themes": "3.12.0",
|
"@shikijs/themes": "3.15.0",
|
||||||
"fuse.js": "7.1.0",
|
"fuse.js": "7.1.0",
|
||||||
"jszip": "3.10.1",
|
"jszip": "3.10.1",
|
||||||
"mode-watcher": "1.1.0",
|
"mode-watcher": "1.1.0",
|
||||||
"shadcn": "3.0.0",
|
"shadcn": "3.5.0",
|
||||||
"shiki": "3.12.0",
|
"shiki": "3.15.0",
|
||||||
"svgo": "4.0.0",
|
"svgo": "4.0.0",
|
||||||
"tsx": "4.20.5"
|
"tsx": "4.20.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@content-collections/core": "0.11.0",
|
"@content-collections/core": "0.12.0",
|
||||||
"@content-collections/markdown": "0.1.4",
|
"@content-collections/markdown": "0.1.4",
|
||||||
"@content-collections/vite": "0.2.7",
|
"@content-collections/vite": "0.2.7",
|
||||||
"@eslint/compat": "1.3.2",
|
"@eslint/compat": "1.4.1",
|
||||||
"@eslint/js": "9.33.0",
|
"@eslint/js": "9.39.1",
|
||||||
"@internationalized/date": "3.8.2",
|
"@internationalized/date": "3.10.0",
|
||||||
"@lucide/svelte": "0.515.0",
|
"@lucide/svelte": "0.553.0",
|
||||||
"@shikijs/rehype": "3.12.0",
|
"@shikijs/rehype": "3.15.0",
|
||||||
"@sveltejs/adapter-auto": "6.1.0",
|
"@sveltejs/adapter-auto": "6.1.0",
|
||||||
"@sveltejs/adapter-node": "5.3.1",
|
"@sveltejs/adapter-node": "5.3.1",
|
||||||
"@sveltejs/kit": "2.36.1",
|
"@sveltejs/kit": "2.36.1",
|
||||||
"@sveltejs/vite-plugin-svelte": "6.1.3",
|
"@sveltejs/vite-plugin-svelte": "6.1.3",
|
||||||
"@tailwindcss/vite": "4.1.12",
|
"@tailwindcss/vite": "4.1.17",
|
||||||
"@types/node": "24.3.0",
|
"@types/node": "24.3.3",
|
||||||
"bits-ui": "2.9.4",
|
"bits-ui": "2.14.3",
|
||||||
"clsx": "2.1.1",
|
"clsx": "2.1.1",
|
||||||
"eslint": "9.33.0",
|
"eslint": "9.39.1",
|
||||||
"eslint-config-prettier": "10.1.8",
|
"eslint-config-prettier": "10.1.8",
|
||||||
"eslint-plugin-svelte": "3.11.0",
|
"eslint-plugin-svelte": "3.11.0",
|
||||||
"github-slugger": "2.0.0",
|
"github-slugger": "2.0.0",
|
||||||
"globals": "16.3.0",
|
"globals": "16.5.0",
|
||||||
"prettier": "3.6.2",
|
"prettier": "3.6.2",
|
||||||
"prettier-plugin-svelte": "3.4.0",
|
"prettier-plugin-svelte": "3.4.0",
|
||||||
"prettier-plugin-tailwindcss": "0.6.14",
|
"prettier-plugin-tailwindcss": "0.7.1",
|
||||||
"rehype-autolink-headings": "7.1.0",
|
"rehype-autolink-headings": "7.1.0",
|
||||||
"rehype-slug": "6.0.0",
|
"rehype-slug": "6.0.0",
|
||||||
"svelte": "5.38.2",
|
"svelte": "5.38.2",
|
||||||
"svelte-check": "4.3.1",
|
"svelte-check": "4.3.1",
|
||||||
"svelte-sonner": "1.0.5",
|
"svelte-sonner": "1.0.6",
|
||||||
"tailwind-merge": "3.3.1",
|
"tailwind-merge": "3.4.0",
|
||||||
"tailwind-variants": "1.0.0",
|
"tailwind-variants": "3.1.1",
|
||||||
"tailwindcss": "4.1.12",
|
"tailwindcss": "4.1.17",
|
||||||
"tw-animate-css": "1.3.7",
|
"tw-animate-css": "1.4.0",
|
||||||
"typescript": "5.9.2",
|
"typescript": "5.9.3",
|
||||||
"typescript-eslint": "8.40.0",
|
"typescript-eslint": "8.40.0",
|
||||||
"unist-util-visit": "5.0.0",
|
"unist-util-visit": "5.0.0",
|
||||||
"vite": "7.1.3",
|
"vite": "7.2.2",
|
||||||
"zod": "4.1.4"
|
"zod": "4.1.12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ importers:
|
|||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/langs':
|
'@shikijs/langs':
|
||||||
specifier: 3.12.0
|
specifier: 3.15.0
|
||||||
version: 3.12.0
|
version: 3.15.0
|
||||||
'@shikijs/themes':
|
'@shikijs/themes':
|
||||||
specifier: 3.12.0
|
specifier: 3.15.0
|
||||||
version: 3.12.0
|
version: 3.15.0
|
||||||
fuse.js:
|
fuse.js:
|
||||||
specifier: 7.1.0
|
specifier: 7.1.0
|
||||||
version: 7.1.0
|
version: 7.1.0
|
||||||
@@ -24,81 +24,81 @@ importers:
|
|||||||
specifier: 1.1.0
|
specifier: 1.1.0
|
||||||
version: 1.1.0(svelte@5.38.2)
|
version: 1.1.0(svelte@5.38.2)
|
||||||
shadcn:
|
shadcn:
|
||||||
specifier: 3.0.0
|
specifier: 3.5.0
|
||||||
version: 3.0.0(@types/node@24.3.0)(typescript@5.9.2)
|
version: 3.5.0(@types/node@24.3.3)(typescript@5.9.3)
|
||||||
shiki:
|
shiki:
|
||||||
specifier: 3.12.0
|
specifier: 3.15.0
|
||||||
version: 3.12.0
|
version: 3.15.0
|
||||||
svgo:
|
svgo:
|
||||||
specifier: 4.0.0
|
specifier: 4.0.0
|
||||||
version: 4.0.0
|
version: 4.0.0
|
||||||
tsx:
|
tsx:
|
||||||
specifier: 4.20.5
|
specifier: 4.20.6
|
||||||
version: 4.20.5
|
version: 4.20.6
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@content-collections/core':
|
'@content-collections/core':
|
||||||
specifier: 0.11.0
|
specifier: 0.12.0
|
||||||
version: 0.11.0(typescript@5.9.2)
|
version: 0.12.0(typescript@5.9.3)
|
||||||
'@content-collections/markdown':
|
'@content-collections/markdown':
|
||||||
specifier: 0.1.4
|
specifier: 0.1.4
|
||||||
version: 0.1.4(@content-collections/core@0.11.0(typescript@5.9.2))
|
version: 0.1.4(@content-collections/core@0.12.0(typescript@5.9.3))
|
||||||
'@content-collections/vite':
|
'@content-collections/vite':
|
||||||
specifier: 0.2.7
|
specifier: 0.2.7
|
||||||
version: 0.2.7(@content-collections/core@0.11.0(typescript@5.9.2))(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))
|
version: 0.2.7(@content-collections/core@0.12.0(typescript@5.9.3))(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
'@eslint/compat':
|
'@eslint/compat':
|
||||||
specifier: 1.3.2
|
specifier: 1.4.1
|
||||||
version: 1.3.2(eslint@9.33.0(jiti@2.5.1))
|
version: 1.4.1(eslint@9.39.1(jiti@2.6.1))
|
||||||
'@eslint/js':
|
'@eslint/js':
|
||||||
specifier: 9.33.0
|
specifier: 9.39.1
|
||||||
version: 9.33.0
|
version: 9.39.1
|
||||||
'@internationalized/date':
|
'@internationalized/date':
|
||||||
specifier: 3.8.2
|
specifier: 3.10.0
|
||||||
version: 3.8.2
|
version: 3.10.0
|
||||||
'@lucide/svelte':
|
'@lucide/svelte':
|
||||||
specifier: 0.515.0
|
specifier: 0.553.0
|
||||||
version: 0.515.0(svelte@5.38.2)
|
version: 0.553.0(svelte@5.38.2)
|
||||||
'@shikijs/rehype':
|
'@shikijs/rehype':
|
||||||
specifier: 3.12.0
|
specifier: 3.15.0
|
||||||
version: 3.12.0
|
version: 3.15.0
|
||||||
'@sveltejs/adapter-auto':
|
'@sveltejs/adapter-auto':
|
||||||
specifier: 6.1.0
|
specifier: 6.1.0
|
||||||
version: 6.1.0(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))
|
version: 6.1.0(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))
|
||||||
'@sveltejs/adapter-node':
|
'@sveltejs/adapter-node':
|
||||||
specifier: 5.3.1
|
specifier: 5.3.1
|
||||||
version: 5.3.1(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))
|
version: 5.3.1(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))
|
||||||
'@sveltejs/kit':
|
'@sveltejs/kit':
|
||||||
specifier: 2.36.1
|
specifier: 2.36.1
|
||||||
version: 2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))
|
version: 2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
'@sveltejs/vite-plugin-svelte':
|
'@sveltejs/vite-plugin-svelte':
|
||||||
specifier: 6.1.3
|
specifier: 6.1.3
|
||||||
version: 6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))
|
version: 6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
'@tailwindcss/vite':
|
'@tailwindcss/vite':
|
||||||
specifier: 4.1.12
|
specifier: 4.1.17
|
||||||
version: 4.1.12(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))
|
version: 4.1.17(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: 24.3.0
|
specifier: 24.3.3
|
||||||
version: 24.3.0
|
version: 24.3.3
|
||||||
bits-ui:
|
bits-ui:
|
||||||
specifier: 2.9.4
|
specifier: 2.14.3
|
||||||
version: 2.9.4(@internationalized/date@3.8.2)(svelte@5.38.2)
|
version: 2.14.3(@internationalized/date@3.10.0)(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)
|
||||||
clsx:
|
clsx:
|
||||||
specifier: 2.1.1
|
specifier: 2.1.1
|
||||||
version: 2.1.1
|
version: 2.1.1
|
||||||
eslint:
|
eslint:
|
||||||
specifier: 9.33.0
|
specifier: 9.39.1
|
||||||
version: 9.33.0(jiti@2.5.1)
|
version: 9.39.1(jiti@2.6.1)
|
||||||
eslint-config-prettier:
|
eslint-config-prettier:
|
||||||
specifier: 10.1.8
|
specifier: 10.1.8
|
||||||
version: 10.1.8(eslint@9.33.0(jiti@2.5.1))
|
version: 10.1.8(eslint@9.39.1(jiti@2.6.1))
|
||||||
eslint-plugin-svelte:
|
eslint-plugin-svelte:
|
||||||
specifier: 3.11.0
|
specifier: 3.11.0
|
||||||
version: 3.11.0(eslint@9.33.0(jiti@2.5.1))(svelte@5.38.2)
|
version: 3.11.0(eslint@9.39.1(jiti@2.6.1))(svelte@5.38.2)
|
||||||
github-slugger:
|
github-slugger:
|
||||||
specifier: 2.0.0
|
specifier: 2.0.0
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
globals:
|
globals:
|
||||||
specifier: 16.3.0
|
specifier: 16.5.0
|
||||||
version: 16.3.0
|
version: 16.5.0
|
||||||
prettier:
|
prettier:
|
||||||
specifier: 3.6.2
|
specifier: 3.6.2
|
||||||
version: 3.6.2
|
version: 3.6.2
|
||||||
@@ -106,8 +106,8 @@ importers:
|
|||||||
specifier: 3.4.0
|
specifier: 3.4.0
|
||||||
version: 3.4.0(prettier@3.6.2)(svelte@5.38.2)
|
version: 3.4.0(prettier@3.6.2)(svelte@5.38.2)
|
||||||
prettier-plugin-tailwindcss:
|
prettier-plugin-tailwindcss:
|
||||||
specifier: 0.6.14
|
specifier: 0.7.1
|
||||||
version: 0.6.14(prettier-plugin-svelte@3.4.0(prettier@3.6.2)(svelte@5.38.2))(prettier@3.6.2)
|
version: 0.7.1(prettier-plugin-svelte@3.4.0(prettier@3.6.2)(svelte@5.38.2))(prettier@3.6.2)
|
||||||
rehype-autolink-headings:
|
rehype-autolink-headings:
|
||||||
specifier: 7.1.0
|
specifier: 7.1.0
|
||||||
version: 7.1.0
|
version: 7.1.0
|
||||||
@@ -119,37 +119,37 @@ importers:
|
|||||||
version: 5.38.2
|
version: 5.38.2
|
||||||
svelte-check:
|
svelte-check:
|
||||||
specifier: 4.3.1
|
specifier: 4.3.1
|
||||||
version: 4.3.1(picomatch@4.0.3)(svelte@5.38.2)(typescript@5.9.2)
|
version: 4.3.1(picomatch@4.0.3)(svelte@5.38.2)(typescript@5.9.3)
|
||||||
svelte-sonner:
|
svelte-sonner:
|
||||||
specifier: 1.0.5
|
specifier: 1.0.6
|
||||||
version: 1.0.5(svelte@5.38.2)
|
version: 1.0.6(svelte@5.38.2)
|
||||||
tailwind-merge:
|
tailwind-merge:
|
||||||
specifier: 3.3.1
|
specifier: 3.4.0
|
||||||
version: 3.3.1
|
version: 3.4.0
|
||||||
tailwind-variants:
|
tailwind-variants:
|
||||||
specifier: 1.0.0
|
specifier: 3.1.1
|
||||||
version: 1.0.0(tailwindcss@4.1.12)
|
version: 3.1.1(tailwind-merge@3.4.0)(tailwindcss@4.1.17)
|
||||||
tailwindcss:
|
tailwindcss:
|
||||||
specifier: 4.1.12
|
specifier: 4.1.17
|
||||||
version: 4.1.12
|
version: 4.1.17
|
||||||
tw-animate-css:
|
tw-animate-css:
|
||||||
specifier: 1.3.7
|
specifier: 1.4.0
|
||||||
version: 1.3.7
|
version: 1.4.0
|
||||||
typescript:
|
typescript:
|
||||||
specifier: 5.9.2
|
specifier: 5.9.3
|
||||||
version: 5.9.2
|
version: 5.9.3
|
||||||
typescript-eslint:
|
typescript-eslint:
|
||||||
specifier: 8.40.0
|
specifier: 8.40.0
|
||||||
version: 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
|
version: 8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)
|
||||||
unist-util-visit:
|
unist-util-visit:
|
||||||
specifier: 5.0.0
|
specifier: 5.0.0
|
||||||
version: 5.0.0
|
version: 5.0.0
|
||||||
vite:
|
vite:
|
||||||
specifier: 7.1.3
|
specifier: 7.2.2
|
||||||
version: 7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)
|
version: 7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)
|
||||||
zod:
|
zod:
|
||||||
specifier: 4.1.4
|
specifier: 4.1.12
|
||||||
version: 4.1.4
|
version: 4.1.12
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
@@ -177,6 +177,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
|
resolution: {integrity: sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
|
'@babel/generator@7.28.5':
|
||||||
|
resolution: {integrity: sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/helper-annotate-as-pure@7.27.3':
|
'@babel/helper-annotate-as-pure@7.27.3':
|
||||||
resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
|
resolution: {integrity: sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -191,6 +195,12 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0
|
'@babel/core': ^7.0.0
|
||||||
|
|
||||||
|
'@babel/helper-create-class-features-plugin@7.28.5':
|
||||||
|
resolution: {integrity: sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
peerDependencies:
|
||||||
|
'@babel/core': ^7.0.0
|
||||||
|
|
||||||
'@babel/helper-globals@7.28.0':
|
'@babel/helper-globals@7.28.0':
|
||||||
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
resolution: {integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -199,6 +209,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==}
|
resolution: {integrity: sha512-E5chM8eWjTp/aNoVpcbfM7mLxu9XGLWYise2eBKGQomAk/Mb4XoxyqXTZbuTohbsl8EKqdlMhnDI2CCLfcs9wA==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
|
'@babel/helper-member-expression-to-functions@7.28.5':
|
||||||
|
resolution: {integrity: sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/helper-module-imports@7.27.1':
|
'@babel/helper-module-imports@7.27.1':
|
||||||
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
|
resolution: {integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -235,6 +249,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
|
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
|
'@babel/helper-validator-identifier@7.28.5':
|
||||||
|
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/helper-validator-option@7.27.1':
|
'@babel/helper-validator-option@7.27.1':
|
||||||
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
resolution: {integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -248,18 +266,47 @@ packages:
|
|||||||
engines: {node: '>=6.0.0'}
|
engines: {node: '>=6.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
'@babel/parser@7.28.5':
|
||||||
|
resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
|
||||||
|
engines: {node: '>=6.0.0'}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
|
'@babel/plugin-syntax-jsx@7.27.1':
|
||||||
|
resolution: {integrity: sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
peerDependencies:
|
||||||
|
'@babel/core': ^7.0.0-0
|
||||||
|
|
||||||
'@babel/plugin-syntax-typescript@7.27.1':
|
'@babel/plugin-syntax-typescript@7.27.1':
|
||||||
resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==}
|
resolution: {integrity: sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
|
|
||||||
|
'@babel/plugin-transform-modules-commonjs@7.27.1':
|
||||||
|
resolution: {integrity: sha512-OJguuwlTYlN0gBZFRPqwOGNWssZjfIUdS7HMYtN8c1KmwpwHFBwTeFZrg9XZa+DFTitWOW5iTAG7tyCUPsCCyw==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
peerDependencies:
|
||||||
|
'@babel/core': ^7.0.0-0
|
||||||
|
|
||||||
'@babel/plugin-transform-typescript@7.28.0':
|
'@babel/plugin-transform-typescript@7.28.0':
|
||||||
resolution: {integrity: sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==}
|
resolution: {integrity: sha512-4AEiDEBPIZvLQaWlc9liCavE0xRM0dNca41WtBeM3jgFptfUOSG9z0uteLhq6+3rq+WB6jIvUwKDTpXEHPJ2Vg==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
|
|
||||||
|
'@babel/plugin-transform-typescript@7.28.5':
|
||||||
|
resolution: {integrity: sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
peerDependencies:
|
||||||
|
'@babel/core': ^7.0.0-0
|
||||||
|
|
||||||
|
'@babel/preset-typescript@7.28.5':
|
||||||
|
resolution: {integrity: sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
peerDependencies:
|
||||||
|
'@babel/core': ^7.0.0-0
|
||||||
|
|
||||||
'@babel/template@7.27.2':
|
'@babel/template@7.27.2':
|
||||||
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
|
resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
@@ -268,10 +315,18 @@ packages:
|
|||||||
resolution: {integrity: sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==}
|
resolution: {integrity: sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
|
'@babel/traverse@7.28.5':
|
||||||
|
resolution: {integrity: sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@babel/types@7.28.2':
|
'@babel/types@7.28.2':
|
||||||
resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
|
resolution: {integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==}
|
||||||
engines: {node: '>=6.9.0'}
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
|
'@babel/types@7.28.5':
|
||||||
|
resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
|
||||||
|
engines: {node: '>=6.9.0'}
|
||||||
|
|
||||||
'@bundled-es-modules/cookie@2.0.1':
|
'@bundled-es-modules/cookie@2.0.1':
|
||||||
resolution: {integrity: sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==}
|
resolution: {integrity: sha512-8o+5fRPLNbjbdGRRmJj3h6Hh1AQJf2dk3qQ/5ZFb+PXkRNiSoMGGUKlsgLfrxneb72axVJyIYji64E2+nNfYyw==}
|
||||||
|
|
||||||
@@ -281,8 +336,8 @@ packages:
|
|||||||
'@bundled-es-modules/tough-cookie@0.1.6':
|
'@bundled-es-modules/tough-cookie@0.1.6':
|
||||||
resolution: {integrity: sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==}
|
resolution: {integrity: sha512-dvMHbL464C0zI+Yqxbz6kZ5TOEp7GLW+pry/RWndAR8MJQAXZ2rPmIs8tziTZjeIyhSNZgZbCePtfSbdWqStJw==}
|
||||||
|
|
||||||
'@content-collections/core@0.11.0':
|
'@content-collections/core@0.12.0':
|
||||||
resolution: {integrity: sha512-k6g6AESyLLIYNu4KiBUFAPAq01mqeAZ/2QLmp97iBZLOURWfFrvo3zDGBPtCrXtKYgkRlWxOyLRpIjKqD6aNjw==}
|
resolution: {integrity: sha512-fAweH9JtME6edGzSDavHrDTxyt2jLzikw+I75yKOd/QBmxuAQrK/cFRqxmDznbdm6m3AZnpDPvh63IQ4jpvYvw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: ^5.0.2
|
typescript: ^5.0.2
|
||||||
|
|
||||||
@@ -312,164 +367,320 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@noble/ciphers': ^1.0.0
|
'@noble/ciphers': ^1.0.0
|
||||||
|
|
||||||
|
'@esbuild/aix-ppc64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [ppc64]
|
||||||
|
os: [aix]
|
||||||
|
|
||||||
'@esbuild/aix-ppc64@0.25.9':
|
'@esbuild/aix-ppc64@0.25.9':
|
||||||
resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==}
|
resolution: {integrity: sha512-OaGtL73Jck6pBKjNIe24BnFE6agGl+6KxDtTfHhy1HmhthfKouEcOhqpSL64K4/0WCtbKFLOdzD/44cJ4k9opA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [ppc64]
|
cpu: [ppc64]
|
||||||
os: [aix]
|
os: [aix]
|
||||||
|
|
||||||
|
'@esbuild/android-arm64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [arm64]
|
||||||
|
os: [android]
|
||||||
|
|
||||||
'@esbuild/android-arm64@0.25.9':
|
'@esbuild/android-arm64@0.25.9':
|
||||||
resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==}
|
resolution: {integrity: sha512-IDrddSmpSv51ftWslJMvl3Q2ZT98fUSL2/rlUXuVqRXHCs5EUF1/f+jbjF5+NG9UffUDMCiTyh8iec7u8RlTLg==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [android]
|
os: [android]
|
||||||
|
|
||||||
|
'@esbuild/android-arm@0.25.12':
|
||||||
|
resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [arm]
|
||||||
|
os: [android]
|
||||||
|
|
||||||
'@esbuild/android-arm@0.25.9':
|
'@esbuild/android-arm@0.25.9':
|
||||||
resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==}
|
resolution: {integrity: sha512-5WNI1DaMtxQ7t7B6xa572XMXpHAaI/9Hnhk8lcxF4zVN4xstUgTlvuGDorBguKEnZO70qwEcLpfifMLoxiPqHQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [android]
|
os: [android]
|
||||||
|
|
||||||
|
'@esbuild/android-x64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [android]
|
||||||
|
|
||||||
'@esbuild/android-x64@0.25.9':
|
'@esbuild/android-x64@0.25.9':
|
||||||
resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==}
|
resolution: {integrity: sha512-I853iMZ1hWZdNllhVZKm34f4wErd4lMyeV7BLzEExGEIZYsOzqDWDf+y082izYUE8gtJnYHdeDpN/6tUdwvfiw==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [android]
|
os: [android]
|
||||||
|
|
||||||
|
'@esbuild/darwin-arm64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [arm64]
|
||||||
|
os: [darwin]
|
||||||
|
|
||||||
'@esbuild/darwin-arm64@0.25.9':
|
'@esbuild/darwin-arm64@0.25.9':
|
||||||
resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==}
|
resolution: {integrity: sha512-XIpIDMAjOELi/9PB30vEbVMs3GV1v2zkkPnuyRRURbhqjyzIINwj+nbQATh4H9GxUgH1kFsEyQMxwiLFKUS6Rg==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
|
'@esbuild/darwin-x64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [darwin]
|
||||||
|
|
||||||
'@esbuild/darwin-x64@0.25.9':
|
'@esbuild/darwin-x64@0.25.9':
|
||||||
resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==}
|
resolution: {integrity: sha512-jhHfBzjYTA1IQu8VyrjCX4ApJDnH+ez+IYVEoJHeqJm9VhG9Dh2BYaJritkYK3vMaXrf7Ogr/0MQ8/MeIefsPQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
|
'@esbuild/freebsd-arm64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [arm64]
|
||||||
|
os: [freebsd]
|
||||||
|
|
||||||
'@esbuild/freebsd-arm64@0.25.9':
|
'@esbuild/freebsd-arm64@0.25.9':
|
||||||
resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==}
|
resolution: {integrity: sha512-z93DmbnY6fX9+KdD4Ue/H6sYs+bhFQJNCPZsi4XWJoYblUqT06MQUdBCpcSfuiN72AbqeBFu5LVQTjfXDE2A6Q==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [freebsd]
|
os: [freebsd]
|
||||||
|
|
||||||
|
'@esbuild/freebsd-x64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [freebsd]
|
||||||
|
|
||||||
'@esbuild/freebsd-x64@0.25.9':
|
'@esbuild/freebsd-x64@0.25.9':
|
||||||
resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==}
|
resolution: {integrity: sha512-mrKX6H/vOyo5v71YfXWJxLVxgy1kyt1MQaD8wZJgJfG4gq4DpQGpgTB74e5yBeQdyMTbgxp0YtNj7NuHN0PoZg==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [freebsd]
|
os: [freebsd]
|
||||||
|
|
||||||
|
'@esbuild/linux-arm64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [arm64]
|
||||||
|
os: [linux]
|
||||||
|
|
||||||
'@esbuild/linux-arm64@0.25.9':
|
'@esbuild/linux-arm64@0.25.9':
|
||||||
resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==}
|
resolution: {integrity: sha512-BlB7bIcLT3G26urh5Dmse7fiLmLXnRlopw4s8DalgZ8ef79Jj4aUcYbk90g8iCa2467HX8SAIidbL7gsqXHdRw==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
|
'@esbuild/linux-arm@0.25.12':
|
||||||
|
resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [arm]
|
||||||
|
os: [linux]
|
||||||
|
|
||||||
'@esbuild/linux-arm@0.25.9':
|
'@esbuild/linux-arm@0.25.9':
|
||||||
resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==}
|
resolution: {integrity: sha512-HBU2Xv78SMgaydBmdor38lg8YDnFKSARg1Q6AT0/y2ezUAKiZvc211RDFHlEZRFNRVhcMamiToo7bDx3VEOYQw==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
|
'@esbuild/linux-ia32@0.25.12':
|
||||||
|
resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [ia32]
|
||||||
|
os: [linux]
|
||||||
|
|
||||||
'@esbuild/linux-ia32@0.25.9':
|
'@esbuild/linux-ia32@0.25.9':
|
||||||
resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==}
|
resolution: {integrity: sha512-e7S3MOJPZGp2QW6AK6+Ly81rC7oOSerQ+P8L0ta4FhVi+/j/v2yZzx5CqqDaWjtPFfYz21Vi1S0auHrap3Ma3A==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
|
'@esbuild/linux-loong64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [loong64]
|
||||||
|
os: [linux]
|
||||||
|
|
||||||
'@esbuild/linux-loong64@0.25.9':
|
'@esbuild/linux-loong64@0.25.9':
|
||||||
resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==}
|
resolution: {integrity: sha512-Sbe10Bnn0oUAB2AalYztvGcK+o6YFFA/9829PhOCUS9vkJElXGdphz0A3DbMdP8gmKkqPmPcMJmJOrI3VYB1JQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [loong64]
|
cpu: [loong64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
|
'@esbuild/linux-mips64el@0.25.12':
|
||||||
|
resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [mips64el]
|
||||||
|
os: [linux]
|
||||||
|
|
||||||
'@esbuild/linux-mips64el@0.25.9':
|
'@esbuild/linux-mips64el@0.25.9':
|
||||||
resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==}
|
resolution: {integrity: sha512-YcM5br0mVyZw2jcQeLIkhWtKPeVfAerES5PvOzaDxVtIyZ2NUBZKNLjC5z3/fUlDgT6w89VsxP2qzNipOaaDyA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [mips64el]
|
cpu: [mips64el]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
|
'@esbuild/linux-ppc64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [ppc64]
|
||||||
|
os: [linux]
|
||||||
|
|
||||||
'@esbuild/linux-ppc64@0.25.9':
|
'@esbuild/linux-ppc64@0.25.9':
|
||||||
resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==}
|
resolution: {integrity: sha512-++0HQvasdo20JytyDpFvQtNrEsAgNG2CY1CLMwGXfFTKGBGQT3bOeLSYE2l1fYdvML5KUuwn9Z8L1EWe2tzs1w==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [ppc64]
|
cpu: [ppc64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
|
'@esbuild/linux-riscv64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [riscv64]
|
||||||
|
os: [linux]
|
||||||
|
|
||||||
'@esbuild/linux-riscv64@0.25.9':
|
'@esbuild/linux-riscv64@0.25.9':
|
||||||
resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==}
|
resolution: {integrity: sha512-uNIBa279Y3fkjV+2cUjx36xkx7eSjb8IvnL01eXUKXez/CBHNRw5ekCGMPM0BcmqBxBcdgUWuUXmVWwm4CH9kg==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [riscv64]
|
cpu: [riscv64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
|
'@esbuild/linux-s390x@0.25.12':
|
||||||
|
resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [s390x]
|
||||||
|
os: [linux]
|
||||||
|
|
||||||
'@esbuild/linux-s390x@0.25.9':
|
'@esbuild/linux-s390x@0.25.9':
|
||||||
resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==}
|
resolution: {integrity: sha512-Mfiphvp3MjC/lctb+7D287Xw1DGzqJPb/J2aHHcHxflUo+8tmN/6d4k6I2yFR7BVo5/g7x2Monq4+Yew0EHRIA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [s390x]
|
cpu: [s390x]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
|
'@esbuild/linux-x64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [linux]
|
||||||
|
|
||||||
'@esbuild/linux-x64@0.25.9':
|
'@esbuild/linux-x64@0.25.9':
|
||||||
resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==}
|
resolution: {integrity: sha512-iSwByxzRe48YVkmpbgoxVzn76BXjlYFXC7NvLYq+b+kDjyyk30J0JY47DIn8z1MO3K0oSl9fZoRmZPQI4Hklzg==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
|
'@esbuild/netbsd-arm64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [arm64]
|
||||||
|
os: [netbsd]
|
||||||
|
|
||||||
'@esbuild/netbsd-arm64@0.25.9':
|
'@esbuild/netbsd-arm64@0.25.9':
|
||||||
resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==}
|
resolution: {integrity: sha512-9jNJl6FqaUG+COdQMjSCGW4QiMHH88xWbvZ+kRVblZsWrkXlABuGdFJ1E9L7HK+T0Yqd4akKNa/lO0+jDxQD4Q==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [netbsd]
|
os: [netbsd]
|
||||||
|
|
||||||
|
'@esbuild/netbsd-x64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [netbsd]
|
||||||
|
|
||||||
'@esbuild/netbsd-x64@0.25.9':
|
'@esbuild/netbsd-x64@0.25.9':
|
||||||
resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==}
|
resolution: {integrity: sha512-RLLdkflmqRG8KanPGOU7Rpg829ZHu8nFy5Pqdi9U01VYtG9Y0zOG6Vr2z4/S+/3zIyOxiK6cCeYNWOFR9QP87g==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [netbsd]
|
os: [netbsd]
|
||||||
|
|
||||||
|
'@esbuild/openbsd-arm64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [arm64]
|
||||||
|
os: [openbsd]
|
||||||
|
|
||||||
'@esbuild/openbsd-arm64@0.25.9':
|
'@esbuild/openbsd-arm64@0.25.9':
|
||||||
resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==}
|
resolution: {integrity: sha512-YaFBlPGeDasft5IIM+CQAhJAqS3St3nJzDEgsgFixcfZeyGPCd6eJBWzke5piZuZ7CtL656eOSYKk4Ls2C0FRQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [openbsd]
|
os: [openbsd]
|
||||||
|
|
||||||
|
'@esbuild/openbsd-x64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [openbsd]
|
||||||
|
|
||||||
'@esbuild/openbsd-x64@0.25.9':
|
'@esbuild/openbsd-x64@0.25.9':
|
||||||
resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==}
|
resolution: {integrity: sha512-1MkgTCuvMGWuqVtAvkpkXFmtL8XhWy+j4jaSO2wxfJtilVCi0ZE37b8uOdMItIHz4I6z1bWWtEX4CJwcKYLcuA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [openbsd]
|
os: [openbsd]
|
||||||
|
|
||||||
|
'@esbuild/openharmony-arm64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [arm64]
|
||||||
|
os: [openharmony]
|
||||||
|
|
||||||
'@esbuild/openharmony-arm64@0.25.9':
|
'@esbuild/openharmony-arm64@0.25.9':
|
||||||
resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==}
|
resolution: {integrity: sha512-4Xd0xNiMVXKh6Fa7HEJQbrpP3m3DDn43jKxMjxLLRjWnRsfxjORYJlXPO4JNcXtOyfajXorRKY9NkOpTHptErg==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [openharmony]
|
os: [openharmony]
|
||||||
|
|
||||||
|
'@esbuild/sunos-x64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [sunos]
|
||||||
|
|
||||||
'@esbuild/sunos-x64@0.25.9':
|
'@esbuild/sunos-x64@0.25.9':
|
||||||
resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==}
|
resolution: {integrity: sha512-WjH4s6hzo00nNezhp3wFIAfmGZ8U7KtrJNlFMRKxiI9mxEK1scOMAaa9i4crUtu+tBr+0IN6JCuAcSBJZfnphw==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [sunos]
|
os: [sunos]
|
||||||
|
|
||||||
|
'@esbuild/win32-arm64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [arm64]
|
||||||
|
os: [win32]
|
||||||
|
|
||||||
'@esbuild/win32-arm64@0.25.9':
|
'@esbuild/win32-arm64@0.25.9':
|
||||||
resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==}
|
resolution: {integrity: sha512-mGFrVJHmZiRqmP8xFOc6b84/7xa5y5YvR1x8djzXpJBSv/UsNK6aqec+6JDjConTgvvQefdGhFDAs2DLAds6gQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
|
'@esbuild/win32-ia32@0.25.12':
|
||||||
|
resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [ia32]
|
||||||
|
os: [win32]
|
||||||
|
|
||||||
'@esbuild/win32-ia32@0.25.9':
|
'@esbuild/win32-ia32@0.25.9':
|
||||||
resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==}
|
resolution: {integrity: sha512-b33gLVU2k11nVx1OhX3C8QQP6UHQK4ZtN56oFWvVXvz2VkDoe6fbG8TOgHFxEvqeqohmRnIHe5A1+HADk4OQww==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
|
'@esbuild/win32-x64@0.25.12':
|
||||||
|
resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
cpu: [x64]
|
||||||
|
os: [win32]
|
||||||
|
|
||||||
'@esbuild/win32-x64@0.25.9':
|
'@esbuild/win32-x64@0.25.9':
|
||||||
resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==}
|
resolution: {integrity: sha512-PPOl1mi6lpLNQxnGoyAfschAodRFYXJ+9fs6WHXz7CSWKbOqiMZsubC+BQsVKuul+3vKLuwTHsS2c2y9EoKwxQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.7.0':
|
'@eslint-community/eslint-utils@4.9.0':
|
||||||
resolution: {integrity: sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==}
|
resolution: {integrity: sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==}
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||||
@@ -478,8 +689,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
|
||||||
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
|
||||||
|
|
||||||
'@eslint/compat@1.3.2':
|
'@eslint/compat@1.4.1':
|
||||||
resolution: {integrity: sha512-jRNwzTbd6p2Rw4sZ1CgWRS8YMtqG15YyZf7zvb6gY2rB2u6n+2Z+ELW0GtL0fQgyl0pr4Y/BzBfng/BdsereRA==}
|
resolution: {integrity: sha512-cfO82V9zxxGBxcQDr1lfaYB7wykTa0b00mGa36FrJl7iTFd0Z2cHfEYuxcBRP/iNijCsWsEkA+jzT8hGYmv33w==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.40 || 9
|
eslint: ^8.40 || 9
|
||||||
@@ -487,32 +698,32 @@ packages:
|
|||||||
eslint:
|
eslint:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint/config-array@0.21.0':
|
'@eslint/config-array@0.21.1':
|
||||||
resolution: {integrity: sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==}
|
resolution: {integrity: sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/config-helpers@0.3.1':
|
'@eslint/config-helpers@0.4.2':
|
||||||
resolution: {integrity: sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==}
|
resolution: {integrity: sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/core@0.15.2':
|
'@eslint/core@0.17.0':
|
||||||
resolution: {integrity: sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==}
|
resolution: {integrity: sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/eslintrc@3.3.1':
|
'@eslint/eslintrc@3.3.1':
|
||||||
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
|
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/js@9.33.0':
|
'@eslint/js@9.39.1':
|
||||||
resolution: {integrity: sha512-5K1/mKhWaMfreBGJTwval43JJmkip0RmM+3+IuqupeSKNC/Th2Kc7ucaq5ovTSra/OOKB9c58CGSz3QMVbWt0A==}
|
resolution: {integrity: sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.6':
|
'@eslint/object-schema@2.1.7':
|
||||||
resolution: {integrity: sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==}
|
resolution: {integrity: sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@eslint/plugin-kit@0.3.5':
|
'@eslint/plugin-kit@0.4.1':
|
||||||
resolution: {integrity: sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==}
|
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@floating-ui/core@1.7.3':
|
'@floating-ui/core@1.7.3':
|
||||||
@@ -575,8 +786,8 @@ packages:
|
|||||||
'@types/node':
|
'@types/node':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@internationalized/date@3.8.2':
|
'@internationalized/date@3.10.0':
|
||||||
resolution: {integrity: sha512-/wENk7CbvLbkUvX1tu0mwq49CVkkWpkXubGel6birjRPyo6uQ4nQpnq5xZu823zRCwwn82zgHrvgF1vZyvmVgA==}
|
resolution: {integrity: sha512-oxDR/NTEJ1k+UFVQElaNIk65E/Z83HK1z1WI3lQyhTtnNg4R5oVXaPzK3jcpKG8UHKDVuDQHzn+wsxSz8RP3aw==}
|
||||||
|
|
||||||
'@isaacs/balanced-match@4.0.1':
|
'@isaacs/balanced-match@4.0.1':
|
||||||
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
|
resolution: {integrity: sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==}
|
||||||
@@ -586,10 +797,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==}
|
resolution: {integrity: sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==}
|
||||||
engines: {node: 20 || >=22}
|
engines: {node: 20 || >=22}
|
||||||
|
|
||||||
'@isaacs/fs-minipass@4.0.1':
|
|
||||||
resolution: {integrity: sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==}
|
|
||||||
engines: {node: '>=18.0.0'}
|
|
||||||
|
|
||||||
'@jridgewell/gen-mapping@0.3.13':
|
'@jridgewell/gen-mapping@0.3.13':
|
||||||
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
||||||
|
|
||||||
@@ -606,8 +813,8 @@ packages:
|
|||||||
'@jridgewell/trace-mapping@0.3.30':
|
'@jridgewell/trace-mapping@0.3.30':
|
||||||
resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
|
resolution: {integrity: sha512-GQ7Nw5G2lTu/BtHTKfXhKHok2WGetd4XYcVKGx00SjAk8GMwgJM3zr6zORiPGuOE+/vkc90KtTosSSvaCjKb2Q==}
|
||||||
|
|
||||||
'@lucide/svelte@0.515.0':
|
'@lucide/svelte@0.553.0':
|
||||||
resolution: {integrity: sha512-CEAyqcZmNBfYzVgaRmK2RFJP5tnbXxekRyDk0XX/eZQRfsJmkDvmQwXNX8C869BgNeryzmrRyjHhUL6g9ZOHNA==}
|
resolution: {integrity: sha512-uudJd5NF1zrsO0C2dmCo5lzctqGWNxQKUxM+HErUKyG2oCI2rSGllcsSjn6JfLaHUVy+sPESKa5Dsctm4mZHOQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: ^5
|
svelte: ^5
|
||||||
|
|
||||||
@@ -794,26 +1001,26 @@ packages:
|
|||||||
'@sec-ant/readable-stream@0.4.1':
|
'@sec-ant/readable-stream@0.4.1':
|
||||||
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
|
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
|
||||||
|
|
||||||
'@shikijs/core@3.12.0':
|
'@shikijs/core@3.15.0':
|
||||||
resolution: {integrity: sha512-rPfCBd6gHIKBPpf2hKKWn2ISPSrmRKAFi+bYDjvZHpzs3zlksWvEwaF3Z4jnvW+xHxSRef7qDooIJkY0RpA9EA==}
|
resolution: {integrity: sha512-8TOG6yG557q+fMsSVa8nkEDOZNTSxjbbR8l6lF2gyr6Np+jrPlslqDxQkN6rMXCECQ3isNPZAGszAfYoJOPGlg==}
|
||||||
|
|
||||||
'@shikijs/engine-javascript@3.12.0':
|
'@shikijs/engine-javascript@3.15.0':
|
||||||
resolution: {integrity: sha512-Ni3nm4lnKxyKaDoXQQJYEayX052BL7D0ikU5laHp+ynxPpIF1WIwyhzrMU6WDN7AoAfggVR4Xqx3WN+JTS+BvA==}
|
resolution: {integrity: sha512-ZedbOFpopibdLmvTz2sJPJgns8Xvyabe2QbmqMTz07kt1pTzfEvKZc5IqPVO/XFiEbbNyaOpjPBkkr1vlwS+qg==}
|
||||||
|
|
||||||
'@shikijs/engine-oniguruma@3.12.0':
|
'@shikijs/engine-oniguruma@3.15.0':
|
||||||
resolution: {integrity: sha512-IfDl3oXPbJ/Jr2K8mLeQVpnF+FxjAc7ZPDkgr38uEw/Bg3u638neSrpwqOTnTHXt1aU0Fk1/J+/RBdst1kVqLg==}
|
resolution: {integrity: sha512-HnqFsV11skAHvOArMZdLBZZApRSYS4LSztk2K3016Y9VCyZISnlYUYsL2hzlS7tPqKHvNqmI5JSUJZprXloMvA==}
|
||||||
|
|
||||||
'@shikijs/langs@3.12.0':
|
'@shikijs/langs@3.15.0':
|
||||||
resolution: {integrity: sha512-HIca0daEySJ8zuy9bdrtcBPhcYBo8wR1dyHk1vKrOuwDsITtZuQeGhEkcEfWc6IDyTcom7LRFCH6P7ljGSCEiQ==}
|
resolution: {integrity: sha512-WpRvEFvkVvO65uKYW4Rzxs+IG0gToyM8SARQMtGGsH4GDMNZrr60qdggXrFOsdfOVssG/QQGEl3FnJ3EZ+8w8A==}
|
||||||
|
|
||||||
'@shikijs/rehype@3.12.0':
|
'@shikijs/rehype@3.15.0':
|
||||||
resolution: {integrity: sha512-qxZwugfCQUMECTmUOCGiG5cNHHTxxGk3esirD7mwwdSxl344KlN/6M9/anev+3uBFVs9UDNShjsMAla8egkCuw==}
|
resolution: {integrity: sha512-U+tqD1oxL+85N8FaW5XYIlMZ8KAa2g9IdplEZxPWflGRJf2gQRiBMMrpdG1USz3PN350YnMUHWcz9Twt3wJjXQ==}
|
||||||
|
|
||||||
'@shikijs/themes@3.12.0':
|
'@shikijs/themes@3.15.0':
|
||||||
resolution: {integrity: sha512-/lxvQxSI5s4qZLV/AuFaA4Wt61t/0Oka/P9Lmpr1UV+HydNCczO3DMHOC/CsXCCpbv4Zq8sMD0cDa7mvaVoj0Q==}
|
resolution: {integrity: sha512-8ow2zWb1IDvCKjYb0KiLNrK4offFdkfNVPXb1OZykpLCzRU6j+efkY+Y7VQjNlNFXonSw+4AOdGYtmqykDbRiQ==}
|
||||||
|
|
||||||
'@shikijs/types@3.12.0':
|
'@shikijs/types@3.15.0':
|
||||||
resolution: {integrity: sha512-jsFzm8hCeTINC3OCmTZdhR9DOl/foJWplH2Px0bTi4m8z59fnsueLsweX82oGcjRQ7mfQAluQYKGoH2VzsWY4A==}
|
resolution: {integrity: sha512-BnP+y/EQnhihgHy4oIAN+6FFtmfTekwOLsQbRw9hOKwqgNy8Bdsjq8B05oAt/ZgvIWWFrshV71ytOrlPfYjIJw==}
|
||||||
|
|
||||||
'@shikijs/vscode-textmate@10.0.2':
|
'@shikijs/vscode-textmate@10.0.2':
|
||||||
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
|
resolution: {integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg==}
|
||||||
@@ -871,65 +1078,65 @@ packages:
|
|||||||
'@swc/helpers@0.5.17':
|
'@swc/helpers@0.5.17':
|
||||||
resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==}
|
resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==}
|
||||||
|
|
||||||
'@tailwindcss/node@4.1.12':
|
'@tailwindcss/node@4.1.17':
|
||||||
resolution: {integrity: sha512-3hm9brwvQkZFe++SBt+oLjo4OLDtkvlE8q2WalaD/7QWaeM7KEJbAiY/LJZUaCs7Xa8aUu4xy3uoyX4q54UVdQ==}
|
resolution: {integrity: sha512-csIkHIgLb3JisEFQ0vxr2Y57GUNYh447C8xzwj89U/8fdW8LhProdxvnVH6U8M2Y73QKiTIH+LWbK3V2BBZsAg==}
|
||||||
|
|
||||||
'@tailwindcss/oxide-android-arm64@4.1.12':
|
'@tailwindcss/oxide-android-arm64@4.1.17':
|
||||||
resolution: {integrity: sha512-oNY5pq+1gc4T6QVTsZKwZaGpBb2N1H1fsc1GD4o7yinFySqIuRZ2E4NvGasWc6PhYJwGK2+5YT1f9Tp80zUQZQ==}
|
resolution: {integrity: sha512-BMqpkJHgOZ5z78qqiGE6ZIRExyaHyuxjgrJ6eBO5+hfrfGkuya0lYfw8fRHG77gdTjWkNWEEm+qeG2cDMxArLQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [android]
|
os: [android]
|
||||||
|
|
||||||
'@tailwindcss/oxide-darwin-arm64@4.1.12':
|
'@tailwindcss/oxide-darwin-arm64@4.1.17':
|
||||||
resolution: {integrity: sha512-cq1qmq2HEtDV9HvZlTtrj671mCdGB93bVY6J29mwCyaMYCP/JaUBXxrQQQm7Qn33AXXASPUb2HFZlWiiHWFytw==}
|
resolution: {integrity: sha512-EquyumkQweUBNk1zGEU/wfZo2qkp/nQKRZM8bUYO0J+Lums5+wl2CcG1f9BgAjn/u9pJzdYddHWBiFXJTcxmOg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@tailwindcss/oxide-darwin-x64@4.1.12':
|
'@tailwindcss/oxide-darwin-x64@4.1.17':
|
||||||
resolution: {integrity: sha512-6UCsIeFUcBfpangqlXay9Ffty9XhFH1QuUFn0WV83W8lGdX8cD5/+2ONLluALJD5+yJ7k8mVtwy3zMZmzEfbLg==}
|
resolution: {integrity: sha512-gdhEPLzke2Pog8s12oADwYu0IAw04Y2tlmgVzIN0+046ytcgx8uZmCzEg4VcQh+AHKiS7xaL8kGo/QTiNEGRog==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@tailwindcss/oxide-freebsd-x64@4.1.12':
|
'@tailwindcss/oxide-freebsd-x64@4.1.17':
|
||||||
resolution: {integrity: sha512-JOH/f7j6+nYXIrHobRYCtoArJdMJh5zy5lr0FV0Qu47MID/vqJAY3r/OElPzx1C/wdT1uS7cPq+xdYYelny1ww==}
|
resolution: {integrity: sha512-hxGS81KskMxML9DXsaXT1H0DyA+ZBIbyG/sSAjWNe2EDl7TkPOBI42GBV3u38itzGUOmFfCzk1iAjDXds8Oh0g==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [freebsd]
|
os: [freebsd]
|
||||||
|
|
||||||
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.12':
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.17':
|
||||||
resolution: {integrity: sha512-v4Ghvi9AU1SYgGr3/j38PD8PEe6bRfTnNSUE3YCMIRrrNigCFtHZ2TCm8142X8fcSqHBZBceDx+JlFJEfNg5zQ==}
|
resolution: {integrity: sha512-k7jWk5E3ldAdw0cNglhjSgv501u7yrMf8oeZ0cElhxU6Y2o7f8yqelOp3fhf7evjIS6ujTI3U8pKUXV2I4iXHQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@tailwindcss/oxide-linux-arm64-gnu@4.1.12':
|
'@tailwindcss/oxide-linux-arm64-gnu@4.1.17':
|
||||||
resolution: {integrity: sha512-YP5s1LmetL9UsvVAKusHSyPlzSRqYyRB0f+Kl/xcYQSPLEw/BvGfxzbH+ihUciePDjiXwHh+p+qbSP3SlJw+6g==}
|
resolution: {integrity: sha512-HVDOm/mxK6+TbARwdW17WrgDYEGzmoYayrCgmLEw7FxTPLcp/glBisuyWkFz/jb7ZfiAXAXUACfyItn+nTgsdQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@tailwindcss/oxide-linux-arm64-musl@4.1.12':
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.17':
|
||||||
resolution: {integrity: sha512-V8pAM3s8gsrXcCv6kCHSuwyb/gPsd863iT+v1PGXC4fSL/OJqsKhfK//v8P+w9ThKIoqNbEnsZqNy+WDnwQqCA==}
|
resolution: {integrity: sha512-HvZLfGr42i5anKtIeQzxdkw/wPqIbpeZqe7vd3V9vI3RQxe3xU1fLjss0TjyhxWcBaipk7NYwSrwTwK1hJARMg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@tailwindcss/oxide-linux-x64-gnu@4.1.12':
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.17':
|
||||||
resolution: {integrity: sha512-xYfqYLjvm2UQ3TZggTGrwxjYaLB62b1Wiysw/YE3Yqbh86sOMoTn0feF98PonP7LtjsWOWcXEbGqDL7zv0uW8Q==}
|
resolution: {integrity: sha512-M3XZuORCGB7VPOEDH+nzpJ21XPvK5PyjlkSFkFziNHGLc5d6g3di2McAAblmaSUNl8IOmzYwLx9NsE7bplNkwQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@tailwindcss/oxide-linux-x64-musl@4.1.12':
|
'@tailwindcss/oxide-linux-x64-musl@4.1.17':
|
||||||
resolution: {integrity: sha512-ha0pHPamN+fWZY7GCzz5rKunlv9L5R8kdh+YNvP5awe3LtuXb5nRi/H27GeL2U+TdhDOptU7T6Is7mdwh5Ar3A==}
|
resolution: {integrity: sha512-k7f+pf9eXLEey4pBlw+8dgfJHY4PZ5qOUFDyNf7SI6lHjQ9Zt7+NcscjpwdCEbYi6FI5c2KDTDWyf2iHcCSyyQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@tailwindcss/oxide-wasm32-wasi@4.1.12':
|
'@tailwindcss/oxide-wasm32-wasi@4.1.17':
|
||||||
resolution: {integrity: sha512-4tSyu3dW+ktzdEpuk6g49KdEangu3eCYoqPhWNsZgUhyegEda3M9rG0/j1GV/JjVVsj+lG7jWAyrTlLzd/WEBg==}
|
resolution: {integrity: sha512-cEytGqSSoy7zK4JRWiTCx43FsKP/zGr0CsuMawhH67ONlH+T79VteQeJQRO/X7L0juEUA8ZyuYikcRBf0vsxhg==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
cpu: [wasm32]
|
cpu: [wasm32]
|
||||||
bundledDependencies:
|
bundledDependencies:
|
||||||
@@ -940,24 +1147,24 @@ packages:
|
|||||||
- '@emnapi/wasi-threads'
|
- '@emnapi/wasi-threads'
|
||||||
- tslib
|
- tslib
|
||||||
|
|
||||||
'@tailwindcss/oxide-win32-arm64-msvc@4.1.12':
|
'@tailwindcss/oxide-win32-arm64-msvc@4.1.17':
|
||||||
resolution: {integrity: sha512-iGLyD/cVP724+FGtMWslhcFyg4xyYyM+5F4hGvKA7eifPkXHRAUDFaimu53fpNg9X8dfP75pXx/zFt/jlNF+lg==}
|
resolution: {integrity: sha512-JU5AHr7gKbZlOGvMdb4722/0aYbU+tN6lv1kONx0JK2cGsh7g148zVWLM0IKR3NeKLv+L90chBVYcJ8uJWbC9A==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@tailwindcss/oxide-win32-x64-msvc@4.1.12':
|
'@tailwindcss/oxide-win32-x64-msvc@4.1.17':
|
||||||
resolution: {integrity: sha512-NKIh5rzw6CpEodv/++r0hGLlfgT/gFN+5WNdZtvh6wpU2BpGNgdjvj6H2oFc8nCM839QM1YOhjpgbAONUb4IxA==}
|
resolution: {integrity: sha512-SKWM4waLuqx0IH+FMDUw6R66Hu4OuTALFgnleKbqhgGU30DY20NORZMZUKgLRjQXNN2TLzKvh48QXTig4h4bGw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@tailwindcss/oxide@4.1.12':
|
'@tailwindcss/oxide@4.1.17':
|
||||||
resolution: {integrity: sha512-gM5EoKHW/ukmlEtphNwaGx45fGoEmP10v51t9unv55voWh6WrOL19hfuIdo2FjxIaZzw776/BUQg7Pck++cIVw==}
|
resolution: {integrity: sha512-F0F7d01fmkQhsTjXezGBLdrl1KresJTcI3DB8EkScCldyKp3Msz4hub4uyYaVnk88BAS1g5DQjjF6F5qczheLA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
|
|
||||||
'@tailwindcss/vite@4.1.12':
|
'@tailwindcss/vite@4.1.17':
|
||||||
resolution: {integrity: sha512-4pt0AMFDx7gzIrAOIYgYP0KCBuKWqyW8ayrdiLEjoJTT4pKTjrzG/e4uzWtTLDziC+66R9wbUqZBccJalSE5vQ==}
|
resolution: {integrity: sha512-4+9w8ZHOiGnpcGI6z1TVVfWaX/koK7fKeSYF3qlYg2xpBtbteP2ddBxiarL+HVgfSJGeK5RIxRQmKm4rTJJAwA==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
vite: ^5.2.0 || ^6 || ^7
|
vite: ^5.2.0 || ^6 || ^7
|
||||||
|
|
||||||
@@ -985,8 +1192,8 @@ packages:
|
|||||||
'@types/ms@2.1.0':
|
'@types/ms@2.1.0':
|
||||||
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
|
resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==}
|
||||||
|
|
||||||
'@types/node@24.3.0':
|
'@types/node@24.3.3':
|
||||||
resolution: {integrity: sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==}
|
resolution: {integrity: sha512-GKBNHjoNw3Kra1Qg5UXttsY5kiWMEfoHq2TmXb+b1rcm6N7B3wTrFYIf/oSZ1xNQ+hVVijgLkiDZh7jRRsh+Gw==}
|
||||||
|
|
||||||
'@types/resolve@1.20.2':
|
'@types/resolve@1.20.2':
|
||||||
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
||||||
@@ -1031,6 +1238,12 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
|
'@typescript-eslint/tsconfig-utils@8.46.4':
|
||||||
|
resolution: {integrity: sha512-+/XqaZPIAk6Cjg7NWgSGe27X4zMGqrFqZ8atJsX3CWxH/jACqWnrWI68h7nHQld0y+k9eTTjb9r+KU4twLoo9A==}
|
||||||
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
peerDependencies:
|
||||||
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.40.0':
|
'@typescript-eslint/type-utils@8.40.0':
|
||||||
resolution: {integrity: sha512-eE60cK4KzAc6ZrzlJnflXdrMqOBaugeukWICO2rB0KNvwdIMaEaYiywwHMzA1qFpTxrLhN9Lp4E/00EgWcD3Ow==}
|
resolution: {integrity: sha512-eE60cK4KzAc6ZrzlJnflXdrMqOBaugeukWICO2rB0KNvwdIMaEaYiywwHMzA1qFpTxrLhN9Lp4E/00EgWcD3Ow==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -1042,6 +1255,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==}
|
resolution: {integrity: sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
|
'@typescript-eslint/types@8.46.4':
|
||||||
|
resolution: {integrity: sha512-USjyxm3gQEePdUwJBFjjGNG18xY9A2grDVGuk7/9AkjIF1L+ZrVnwR5VAU5JXtUnBL/Nwt3H31KlRDaksnM7/w==}
|
||||||
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.40.0':
|
'@typescript-eslint/typescript-estree@8.40.0':
|
||||||
resolution: {integrity: sha512-k1z9+GJReVVOkc1WfVKs1vBrR5MIKKbdAjDTPvIK3L8De6KbFfPFt6BKpdkdk7rZS2GtC/m6yI5MYX+UsuvVYQ==}
|
resolution: {integrity: sha512-k1z9+GJReVVOkc1WfVKs1vBrR5MIKKbdAjDTPvIK3L8De6KbFfPFt6BKpdkdk7rZS2GtC/m6yI5MYX+UsuvVYQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
@@ -1127,8 +1344,12 @@ packages:
|
|||||||
balanced-match@1.0.2:
|
balanced-match@1.0.2:
|
||||||
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
|
||||||
|
|
||||||
bits-ui@2.9.4:
|
baseline-browser-mapping@2.8.25:
|
||||||
resolution: {integrity: sha512-Cqn685P6DDuEyBZT/CWMyS5+8JAnYbctvoEVPcmiut+HUpG3SozVgjoDaUib5VG4ZYUKEi1FPwHxiXo9c6J0PA==}
|
resolution: {integrity: sha512-2NovHVesVF5TXefsGX1yzx1xgr7+m9JQenvz6FQY3qd+YXkKkYiv+vTCc7OriP9mcDZpTC5mAOYN4ocd29+erA==}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
|
bits-ui@2.14.3:
|
||||||
|
resolution: {integrity: sha512-Dkpenu6F5WUfdDJn5D8ALkTaAM+7sUCszKjzav5TWAzsq1fj2tcqKYJcUm82OS+JlgcolI7LOkrqIXzKnt56RA==}
|
||||||
engines: {node: '>=20'}
|
engines: {node: '>=20'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@internationalized/date': ^3.8.1
|
'@internationalized/date': ^3.8.1
|
||||||
@@ -1151,8 +1372,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
browserslist@4.25.3:
|
browserslist@4.28.0:
|
||||||
resolution: {integrity: sha512-cDGv1kkDI4/0e5yON9yM5G/0A5u8sf5TnmdX5C9qHzI9PPu++sQ9zjm1k9NiOrf3riY4OkK0zSGqfvJyJsgCBQ==}
|
resolution: {integrity: sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==}
|
||||||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -1176,8 +1397,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==}
|
resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
|
|
||||||
caniuse-lite@1.0.30001737:
|
caniuse-lite@1.0.30001754:
|
||||||
resolution: {integrity: sha512-BiloLiXtQNrY5UyF0+1nSJLXUENuhka2pzy2Fx5pGxqavdrxSCW4U6Pn/PoG3Efspi2frRbHpBV2XsrPE6EDlw==}
|
resolution: {integrity: sha512-x6OeBXueoAceOmotzx3PO4Zpt4rzpeIFsSr6AAePTZxSkXiYDUmpypEl7e2+8NCd9bD7bXjqyef8CJYPC1jfxg==}
|
||||||
|
|
||||||
ccount@2.0.1:
|
ccount@2.0.1:
|
||||||
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
|
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
|
||||||
@@ -1203,10 +1424,6 @@ packages:
|
|||||||
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
||||||
engines: {node: '>= 14.16.0'}
|
engines: {node: '>= 14.16.0'}
|
||||||
|
|
||||||
chownr@3.0.0:
|
|
||||||
resolution: {integrity: sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==}
|
|
||||||
engines: {node: '>=18'}
|
|
||||||
|
|
||||||
cli-cursor@5.0.0:
|
cli-cursor@5.0.0:
|
||||||
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
|
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
@@ -1364,8 +1581,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==}
|
resolution: {integrity: sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
devalue@5.1.1:
|
devalue@5.4.2:
|
||||||
resolution: {integrity: sha512-maua5KUiapvEwiEAe+XnlZ3Rh0GD+qI1J/nb9vrJc3muPXvcF/8gXYTWF76+5DAqHyDUtOIImEuo0YKE9mshVw==}
|
resolution: {integrity: sha512-MwPZTKEPK2k8Qgfmqrd48ZKVvzSQjgW0lXLxiIBA8dQjtf/6mw6pggHNLcyDKyf+fI6eXxlQwPsfaCMTU5U+Bw==}
|
||||||
|
|
||||||
devlop@1.1.0:
|
devlop@1.1.0:
|
||||||
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
|
resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==}
|
||||||
@@ -1402,8 +1619,8 @@ packages:
|
|||||||
ee-first@1.1.1:
|
ee-first@1.1.1:
|
||||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||||
|
|
||||||
electron-to-chromium@1.5.209:
|
electron-to-chromium@1.5.249:
|
||||||
resolution: {integrity: sha512-Xoz0uMrim9ZETCQt8UgM5FxQF9+imA7PBpokoGcZloA1uw2LeHzTlip5cb5KOAsXZLjh/moN2vReN3ZjJmjI9A==}
|
resolution: {integrity: sha512-5vcfL3BBe++qZ5kuFhD/p8WOM1N9m3nwvJPULJx+4xf2usSlZFJ0qoNYO2fOX4hi3ocuDcmDobtA+5SFr4OmBg==}
|
||||||
|
|
||||||
emoji-regex@10.4.0:
|
emoji-regex@10.4.0:
|
||||||
resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==}
|
resolution: {integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==}
|
||||||
@@ -1446,6 +1663,11 @@ packages:
|
|||||||
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
||||||
engines: {node: '>= 0.4'}
|
engines: {node: '>= 0.4'}
|
||||||
|
|
||||||
|
esbuild@0.25.12:
|
||||||
|
resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
esbuild@0.25.9:
|
esbuild@0.25.9:
|
||||||
resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==}
|
resolution: {integrity: sha512-CRbODhYyQx3qp7ZEwzxOk4JBqmD/seJrzPa/cGjY1VtIn5E09Oi9/dB4JwctnfZ8Q8iT7rioVv5k/FNT/uf54g==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
@@ -1490,8 +1712,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
resolution: {integrity: sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
eslint@9.33.0:
|
eslint@9.39.1:
|
||||||
resolution: {integrity: sha512-TS9bTNIryDzStCpJN93aC5VRSW3uTx9sClUn4B87pwiCaJh220otoI0X8mJKr+VcPtniMdN8GKjlwgWGUv5ZKA==}
|
resolution: {integrity: sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -1711,8 +1933,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
globals@16.3.0:
|
globals@16.5.0:
|
||||||
resolution: {integrity: sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==}
|
resolution: {integrity: sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
gopd@1.2.0:
|
gopd@1.2.0:
|
||||||
@@ -1914,8 +2136,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
|
resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
|
|
||||||
jiti@2.5.1:
|
jiti@2.6.1:
|
||||||
resolution: {integrity: sha512-twQoecYPiVA5K/h6SxtORw/Bs3ar+mLUtoPSc7iMXzQzK8d7eJ/R09wmTwAjiamETn1cXYPGfNnu7DMoHgu12w==}
|
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
js-tokens@4.0.0:
|
js-tokens@4.0.0:
|
||||||
@@ -1982,68 +2204,74 @@ packages:
|
|||||||
lie@3.3.0:
|
lie@3.3.0:
|
||||||
resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==}
|
resolution: {integrity: sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==}
|
||||||
|
|
||||||
lightningcss-darwin-arm64@1.30.1:
|
lightningcss-android-arm64@1.30.2:
|
||||||
resolution: {integrity: sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==}
|
resolution: {integrity: sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A==}
|
||||||
|
engines: {node: '>= 12.0.0'}
|
||||||
|
cpu: [arm64]
|
||||||
|
os: [android]
|
||||||
|
|
||||||
|
lightningcss-darwin-arm64@1.30.2:
|
||||||
|
resolution: {integrity: sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
lightningcss-darwin-x64@1.30.1:
|
lightningcss-darwin-x64@1.30.2:
|
||||||
resolution: {integrity: sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==}
|
resolution: {integrity: sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
lightningcss-freebsd-x64@1.30.1:
|
lightningcss-freebsd-x64@1.30.2:
|
||||||
resolution: {integrity: sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==}
|
resolution: {integrity: sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [freebsd]
|
os: [freebsd]
|
||||||
|
|
||||||
lightningcss-linux-arm-gnueabihf@1.30.1:
|
lightningcss-linux-arm-gnueabihf@1.30.2:
|
||||||
resolution: {integrity: sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==}
|
resolution: {integrity: sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
cpu: [arm]
|
cpu: [arm]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
lightningcss-linux-arm64-gnu@1.30.1:
|
lightningcss-linux-arm64-gnu@1.30.2:
|
||||||
resolution: {integrity: sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==}
|
resolution: {integrity: sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
lightningcss-linux-arm64-musl@1.30.1:
|
lightningcss-linux-arm64-musl@1.30.2:
|
||||||
resolution: {integrity: sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==}
|
resolution: {integrity: sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
lightningcss-linux-x64-gnu@1.30.1:
|
lightningcss-linux-x64-gnu@1.30.2:
|
||||||
resolution: {integrity: sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==}
|
resolution: {integrity: sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
lightningcss-linux-x64-musl@1.30.1:
|
lightningcss-linux-x64-musl@1.30.2:
|
||||||
resolution: {integrity: sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==}
|
resolution: {integrity: sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
lightningcss-win32-arm64-msvc@1.30.1:
|
lightningcss-win32-arm64-msvc@1.30.2:
|
||||||
resolution: {integrity: sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==}
|
resolution: {integrity: sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
lightningcss-win32-x64-msvc@1.30.1:
|
lightningcss-win32-x64-msvc@1.30.2:
|
||||||
resolution: {integrity: sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==}
|
resolution: {integrity: sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
lightningcss@1.30.1:
|
lightningcss@1.30.2:
|
||||||
resolution: {integrity: sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==}
|
resolution: {integrity: sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ==}
|
||||||
engines: {node: '>= 12.0.0'}
|
engines: {node: '>= 12.0.0'}
|
||||||
|
|
||||||
lilconfig@2.1.0:
|
lilconfig@2.1.0:
|
||||||
@@ -2070,8 +2298,12 @@ packages:
|
|||||||
lru-cache@5.1.1:
|
lru-cache@5.1.1:
|
||||||
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
||||||
|
|
||||||
magic-string@0.30.17:
|
lz-string@1.5.0:
|
||||||
resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==}
|
resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
|
magic-string@0.30.21:
|
||||||
|
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
||||||
|
|
||||||
math-intrinsics@1.1.0:
|
math-intrinsics@1.1.0:
|
||||||
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==}
|
||||||
@@ -2204,19 +2436,6 @@ packages:
|
|||||||
minimist@1.2.8:
|
minimist@1.2.8:
|
||||||
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==}
|
||||||
|
|
||||||
minipass@7.1.2:
|
|
||||||
resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==}
|
|
||||||
engines: {node: '>=16 || 14 >=14.17'}
|
|
||||||
|
|
||||||
minizlib@3.0.2:
|
|
||||||
resolution: {integrity: sha512-oG62iEk+CYt5Xj2YqI5Xi9xWUeZhDI8jjQmC5oThVH5JGCTgIjr7ciJDzC7MBzYd//WvR1OTmP5Q38Q8ShQtVA==}
|
|
||||||
engines: {node: '>= 18'}
|
|
||||||
|
|
||||||
mkdirp@3.0.1:
|
|
||||||
resolution: {integrity: sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==}
|
|
||||||
engines: {node: '>=10'}
|
|
||||||
hasBin: true
|
|
||||||
|
|
||||||
mode-watcher@1.1.0:
|
mode-watcher@1.1.0:
|
||||||
resolution: {integrity: sha512-mUT9RRGPDYenk59qJauN1rhsIMKBmWA3xMF+uRwE8MW/tjhaDSCCARqkSuDTq8vr4/2KcAxIGVjACxTjdk5C3g==}
|
resolution: {integrity: sha512-mUT9RRGPDYenk59qJauN1rhsIMKBmWA3xMF+uRwE8MW/tjhaDSCCARqkSuDTq8vr4/2KcAxIGVjACxTjdk5C3g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -2268,8 +2487,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
|
resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==}
|
||||||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||||
|
|
||||||
node-releases@2.0.19:
|
node-releases@2.0.27:
|
||||||
resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==}
|
resolution: {integrity: sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==}
|
||||||
|
|
||||||
npm-run-path@4.0.1:
|
npm-run-path@4.0.1:
|
||||||
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
|
resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==}
|
||||||
@@ -2449,9 +2668,9 @@ packages:
|
|||||||
prettier: ^3.0.0
|
prettier: ^3.0.0
|
||||||
svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0
|
svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0
|
||||||
|
|
||||||
prettier-plugin-tailwindcss@0.6.14:
|
prettier-plugin-tailwindcss@0.7.1:
|
||||||
resolution: {integrity: sha512-pi2e/+ZygeIqntN+vC573BcW5Cve8zUB0SSAGxqpB4f96boZF4M3phPVoOFCeypwkpRYdi7+jQ5YJJUwrkGUAg==}
|
resolution: {integrity: sha512-Bzv1LZcuiR1Sk02iJTS1QzlFNp/o5l2p3xkopwOrbPmtMeh3fK9rVW5M3neBQzHq+kGKj/4LGQMTNcTH4NGPtQ==}
|
||||||
engines: {node: '>=14.21.3'}
|
engines: {node: '>=20.19'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@ianvs/prettier-plugin-sort-imports': '*'
|
'@ianvs/prettier-plugin-sort-imports': '*'
|
||||||
'@prettier/plugin-hermes': '*'
|
'@prettier/plugin-hermes': '*'
|
||||||
@@ -2463,14 +2682,12 @@ packages:
|
|||||||
prettier: ^3.0
|
prettier: ^3.0
|
||||||
prettier-plugin-astro: '*'
|
prettier-plugin-astro: '*'
|
||||||
prettier-plugin-css-order: '*'
|
prettier-plugin-css-order: '*'
|
||||||
prettier-plugin-import-sort: '*'
|
|
||||||
prettier-plugin-jsdoc: '*'
|
prettier-plugin-jsdoc: '*'
|
||||||
prettier-plugin-marko: '*'
|
prettier-plugin-marko: '*'
|
||||||
prettier-plugin-multiline-arrays: '*'
|
prettier-plugin-multiline-arrays: '*'
|
||||||
prettier-plugin-organize-attributes: '*'
|
prettier-plugin-organize-attributes: '*'
|
||||||
prettier-plugin-organize-imports: '*'
|
prettier-plugin-organize-imports: '*'
|
||||||
prettier-plugin-sort-imports: '*'
|
prettier-plugin-sort-imports: '*'
|
||||||
prettier-plugin-style-order: '*'
|
|
||||||
prettier-plugin-svelte: '*'
|
prettier-plugin-svelte: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
'@ianvs/prettier-plugin-sort-imports':
|
'@ianvs/prettier-plugin-sort-imports':
|
||||||
@@ -2491,8 +2708,6 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
prettier-plugin-css-order:
|
prettier-plugin-css-order:
|
||||||
optional: true
|
optional: true
|
||||||
prettier-plugin-import-sort:
|
|
||||||
optional: true
|
|
||||||
prettier-plugin-jsdoc:
|
prettier-plugin-jsdoc:
|
||||||
optional: true
|
optional: true
|
||||||
prettier-plugin-marko:
|
prettier-plugin-marko:
|
||||||
@@ -2505,8 +2720,6 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
prettier-plugin-sort-imports:
|
prettier-plugin-sort-imports:
|
||||||
optional: true
|
optional: true
|
||||||
prettier-plugin-style-order:
|
|
||||||
optional: true
|
|
||||||
prettier-plugin-svelte:
|
prettier-plugin-svelte:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
@@ -2656,10 +2869,14 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: ^5.7.0
|
svelte: ^5.7.0
|
||||||
|
|
||||||
runed@0.29.2:
|
runed@0.35.1:
|
||||||
resolution: {integrity: sha512-0cq6cA6sYGZwl/FvVqjx9YN+1xEBu9sDDyuWdDW1yWX7JF2wmvmVKfH+hVCZs+csW+P3ARH92MjI3H9QTagOQA==}
|
resolution: {integrity: sha512-2F4Q/FZzbeJTFdIS/PuOoPRSm92sA2LhzTnv6FXhCoENb3huf5+fDuNOg1LNvGOouy3u/225qxmuJvcV3IZK5Q==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
'@sveltejs/kit': ^2.21.0
|
||||||
svelte: ^5.7.0
|
svelte: ^5.7.0
|
||||||
|
peerDependenciesMeta:
|
||||||
|
'@sveltejs/kit':
|
||||||
|
optional: true
|
||||||
|
|
||||||
sade@1.8.1:
|
sade@1.8.1:
|
||||||
resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
|
resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==}
|
||||||
@@ -2710,8 +2927,8 @@ packages:
|
|||||||
setprototypeof@1.2.0:
|
setprototypeof@1.2.0:
|
||||||
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
|
resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==}
|
||||||
|
|
||||||
shadcn@3.0.0:
|
shadcn@3.5.0:
|
||||||
resolution: {integrity: sha512-GhMwMwcxR3GpDO2ctocvyetQ7BJAxSakaznBtYM/1mPRTjN0I0TAZCGSXdfj0VXOW4PaHbFEHsyUCnFcEf/1Ag==}
|
resolution: {integrity: sha512-5f9tn7gHOiI8CqJ8LGrUEmX6dOivGgSbHkMCeOMCzxHZy9cPwyuRXt7ZyjwukO8QH9kGqi6oiKOpfvTXNGBP4g==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
shebang-command@2.0.0:
|
shebang-command@2.0.0:
|
||||||
@@ -2722,8 +2939,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==}
|
||||||
engines: {node: '>=8'}
|
engines: {node: '>=8'}
|
||||||
|
|
||||||
shiki@3.12.0:
|
shiki@3.15.0:
|
||||||
resolution: {integrity: sha512-E+ke51tciraTHpaXYXfqnPZFSViKHhSQ3fiugThlfs/om/EonlQ0hSldcqgzOWWqX6PcjkKKzFgrjIaiPAXoaA==}
|
resolution: {integrity: sha512-kLdkY6iV3dYbtPwS9KXU7mjfmDm25f5m0IPNFnaXO7TBPcvbUOY72PYXSuSqDzwp+vlH/d7MXpHlKO/x+QoLXw==}
|
||||||
|
|
||||||
side-channel-list@1.0.0:
|
side-channel-list@1.0.0:
|
||||||
resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
|
resolution: {integrity: sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==}
|
||||||
@@ -2849,32 +3066,32 @@ packages:
|
|||||||
svelte: ^4.0.0 || ^5.0.0-next.0
|
svelte: ^4.0.0 || ^5.0.0-next.0
|
||||||
typescript: '>=5.0.0'
|
typescript: '>=5.0.0'
|
||||||
|
|
||||||
svelte-eslint-parser@1.3.1:
|
svelte-eslint-parser@1.4.0:
|
||||||
resolution: {integrity: sha512-0Iztj5vcOVOVkhy1pbo5uA9r+d3yaVoE5XPc9eABIWDOSJZ2mOsZ4D+t45rphWCOr0uMw3jtSG2fh2e7GvKnPg==}
|
resolution: {integrity: sha512-fjPzOfipR5S7gQ/JvI9r2H8y9gMGXO3JtmrylHLLyahEMquXI0lrebcjT+9/hNgDej0H7abTyox5HpHmW1PSWA==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0, pnpm: 10.18.3}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: ^3.37.0 || ^4.0.0 || ^5.0.0
|
svelte: ^3.37.0 || ^4.0.0 || ^5.0.0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
svelte:
|
svelte:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
svelte-sonner@1.0.5:
|
svelte-sonner@1.0.6:
|
||||||
resolution: {integrity: sha512-9dpGPFqKb/QWudYqGnEz93vuY+NgCEvyNvxoCLMVGw6sDN/3oVeKV1xiEirW2E1N3vJEyj5imSBNOGltQHA7mg==}
|
resolution: {integrity: sha512-cOB6fKVPnJ/wuqHV4dqoTJ/l/g7n3V8goUHqnhIV2wyv55DdoCI1D3VQSBIs7Iy8pkH5ZaNPB8T53jFfXE/6og==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: ^5.0.0
|
svelte: ^5.0.0
|
||||||
|
|
||||||
|
svelte-toolbelt@0.10.6:
|
||||||
|
resolution: {integrity: sha512-YWuX+RE+CnWYx09yseAe4ZVMM7e7GRFZM6OYWpBKOb++s+SQ8RBIMMe+Bs/CznBMc0QPLjr+vDBxTAkozXsFXQ==}
|
||||||
|
engines: {node: '>=18', pnpm: '>=8.7.0'}
|
||||||
|
peerDependencies:
|
||||||
|
svelte: ^5.30.2
|
||||||
|
|
||||||
svelte-toolbelt@0.7.1:
|
svelte-toolbelt@0.7.1:
|
||||||
resolution: {integrity: sha512-HcBOcR17Vx9bjaOceUvxkY3nGmbBmCBBbuWLLEWO6jtmWH8f/QoWmbyUfQZrpDINH39en1b8mptfPQT9VKQ1xQ==}
|
resolution: {integrity: sha512-HcBOcR17Vx9bjaOceUvxkY3nGmbBmCBBbuWLLEWO6jtmWH8f/QoWmbyUfQZrpDINH39en1b8mptfPQT9VKQ1xQ==}
|
||||||
engines: {node: '>=18', pnpm: '>=8.7.0'}
|
engines: {node: '>=18', pnpm: '>=8.7.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
svelte: ^5.0.0
|
svelte: ^5.0.0
|
||||||
|
|
||||||
svelte-toolbelt@0.9.3:
|
|
||||||
resolution: {integrity: sha512-HCSWxCtVmv+c6g1ACb8LTwHVbDqLKJvHpo6J8TaqwUme2hj9ATJCpjCPNISR1OCq2Q4U1KT41if9ON0isINQZw==}
|
|
||||||
engines: {node: '>=18', pnpm: '>=8.7.0'}
|
|
||||||
peerDependencies:
|
|
||||||
svelte: ^5.30.2
|
|
||||||
|
|
||||||
svelte@5.38.2:
|
svelte@5.38.2:
|
||||||
resolution: {integrity: sha512-iAcp/oFAWauVSGILdD67n7DiwgLHXZzWZIdzl7araRxu72jUr7PFAo2Iie7gXt0IbnlYvhxCb9GT3ZJUquO3PA==}
|
resolution: {integrity: sha512-iAcp/oFAWauVSGILdD67n7DiwgLHXZzWZIdzl7araRxu72jUr7PFAo2Iie7gXt0IbnlYvhxCb9GT3ZJUquO3PA==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
@@ -2887,29 +3104,26 @@ packages:
|
|||||||
tabbable@6.2.0:
|
tabbable@6.2.0:
|
||||||
resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
|
resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==}
|
||||||
|
|
||||||
tailwind-merge@3.0.2:
|
tailwind-merge@3.4.0:
|
||||||
resolution: {integrity: sha512-l7z+OYZ7mu3DTqrL88RiKrKIqO3NcpEO8V/Od04bNpvk0kiIFndGEoqfuzvj4yuhRkHKjRkII2z+KS2HfPcSxw==}
|
resolution: {integrity: sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g==}
|
||||||
|
|
||||||
tailwind-merge@3.3.1:
|
tailwind-variants@3.1.1:
|
||||||
resolution: {integrity: sha512-gBXpgUm/3rp1lMZZrM/w7D8GKqshif0zAymAhbCyIt8KMe+0v9DQ7cdYLR4FHH/cKpdTXb+A/tKKU3eolfsI+g==}
|
resolution: {integrity: sha512-ftLXe3krnqkMHsuBTEmaVUXYovXtPyTK7ckEfDRXS8PBZx0bAUas+A0jYxuKA5b8qg++wvQ3d2MQ7l/xeZxbZQ==}
|
||||||
|
|
||||||
tailwind-variants@1.0.0:
|
|
||||||
resolution: {integrity: sha512-2WSbv4ulEEyuBKomOunut65D8UZwxrHoRfYnxGcQNnHqlSCp2+B7Yz2W+yrNDrxRodOXtGD/1oCcKGNBnUqMqA==}
|
|
||||||
engines: {node: '>=16.x', pnpm: '>=7.x'}
|
engines: {node: '>=16.x', pnpm: '>=7.x'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
tailwind-merge: '>=3.0.0'
|
||||||
tailwindcss: '*'
|
tailwindcss: '*'
|
||||||
|
peerDependenciesMeta:
|
||||||
|
tailwind-merge:
|
||||||
|
optional: true
|
||||||
|
|
||||||
tailwindcss@4.1.12:
|
tailwindcss@4.1.17:
|
||||||
resolution: {integrity: sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==}
|
resolution: {integrity: sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==}
|
||||||
|
|
||||||
tapable@2.2.2:
|
tapable@2.2.2:
|
||||||
resolution: {integrity: sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==}
|
resolution: {integrity: sha512-Re10+NauLTMCudc7T5WLFLAwDhQ0JWdrMK+9B2M8zR5hRExKmsRDCBA7/aV/pNJFltmBFO5BAMlQFi/vq3nKOg==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
|
||||||
tar@7.4.3:
|
|
||||||
resolution: {integrity: sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==}
|
|
||||||
engines: {node: '>=18'}
|
|
||||||
|
|
||||||
tiny-invariant@1.3.3:
|
tiny-invariant@1.3.3:
|
||||||
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
|
resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==}
|
||||||
|
|
||||||
@@ -2920,6 +3134,10 @@ packages:
|
|||||||
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
|
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
|
||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
|
|
||||||
|
tinyglobby@0.2.15:
|
||||||
|
resolution: {integrity: sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==}
|
||||||
|
engines: {node: '>=12.0.0'}
|
||||||
|
|
||||||
to-regex-range@5.0.1:
|
to-regex-range@5.0.1:
|
||||||
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
||||||
engines: {node: '>=8.0'}
|
engines: {node: '>=8.0'}
|
||||||
@@ -2958,13 +3176,13 @@ packages:
|
|||||||
tslib@2.8.1:
|
tslib@2.8.1:
|
||||||
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
||||||
|
|
||||||
tsx@4.20.5:
|
tsx@4.20.6:
|
||||||
resolution: {integrity: sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw==}
|
resolution: {integrity: sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==}
|
||||||
engines: {node: '>=18.0.0'}
|
engines: {node: '>=18.0.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
tw-animate-css@1.3.7:
|
tw-animate-css@1.4.0:
|
||||||
resolution: {integrity: sha512-lvLb3hTIpB5oGsk8JmLoAjeCHV58nKa2zHYn8yWOoG5JJusH3bhJlF2DLAZ/5NmJ+jyH3ssiAx/2KmbhavJy/A==}
|
resolution: {integrity: sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==}
|
||||||
|
|
||||||
type-check@0.4.0:
|
type-check@0.4.0:
|
||||||
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==}
|
||||||
@@ -2989,8 +3207,8 @@ packages:
|
|||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: '>=4.8.4 <6.0.0'
|
typescript: '>=4.8.4 <6.0.0'
|
||||||
|
|
||||||
typescript@5.9.2:
|
typescript@5.9.3:
|
||||||
resolution: {integrity: sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==}
|
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
|
||||||
engines: {node: '>=14.17'}
|
engines: {node: '>=14.17'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -3031,8 +3249,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
|
resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==}
|
||||||
engines: {node: '>= 0.8'}
|
engines: {node: '>= 0.8'}
|
||||||
|
|
||||||
update-browserslist-db@1.1.3:
|
update-browserslist-db@1.1.4:
|
||||||
resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
|
resolution: {integrity: sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
browserslist: '>= 4.21.0'
|
browserslist: '>= 4.21.0'
|
||||||
@@ -3059,8 +3277,8 @@ packages:
|
|||||||
vfile@6.0.3:
|
vfile@6.0.3:
|
||||||
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
|
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
|
||||||
|
|
||||||
vite@7.1.3:
|
vite@7.2.2:
|
||||||
resolution: {integrity: sha512-OOUi5zjkDxYrKhTV3V7iKsoS37VUM7v40+HuwEmcrsf11Cdx9y3DIr2Px6liIcZFwt3XSRpQvFpL3WVy7ApkGw==}
|
resolution: {integrity: sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==}
|
||||||
engines: {node: ^20.19.0 || >=22.12.0}
|
engines: {node: ^20.19.0 || >=22.12.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -3146,10 +3364,6 @@ packages:
|
|||||||
yallist@3.1.1:
|
yallist@3.1.1:
|
||||||
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
|
||||||
|
|
||||||
yallist@5.0.0:
|
|
||||||
resolution: {integrity: sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==}
|
|
||||||
engines: {node: '>=18'}
|
|
||||||
|
|
||||||
yaml@1.10.2:
|
yaml@1.10.2:
|
||||||
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
|
resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==}
|
||||||
engines: {node: '>= 6'}
|
engines: {node: '>= 6'}
|
||||||
@@ -3194,8 +3408,8 @@ packages:
|
|||||||
zod@3.25.76:
|
zod@3.25.76:
|
||||||
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
|
resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==}
|
||||||
|
|
||||||
zod@4.1.4:
|
zod@4.1.12:
|
||||||
resolution: {integrity: sha512-2YqJuWkU6IIK9qcE4k1lLLhyZ6zFw7XVRdQGpV97jEIZwTrscUw+DY31Xczd8nwaoksyJUIxCojZXwckJovWxA==}
|
resolution: {integrity: sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==}
|
||||||
|
|
||||||
zwitch@2.0.4:
|
zwitch@2.0.4:
|
||||||
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
||||||
@@ -3250,6 +3464,14 @@ snapshots:
|
|||||||
'@jridgewell/trace-mapping': 0.3.30
|
'@jridgewell/trace-mapping': 0.3.30
|
||||||
jsesc: 3.1.0
|
jsesc: 3.1.0
|
||||||
|
|
||||||
|
'@babel/generator@7.28.5':
|
||||||
|
dependencies:
|
||||||
|
'@babel/parser': 7.28.5
|
||||||
|
'@babel/types': 7.28.5
|
||||||
|
'@jridgewell/gen-mapping': 0.3.13
|
||||||
|
'@jridgewell/trace-mapping': 0.3.30
|
||||||
|
jsesc: 3.1.0
|
||||||
|
|
||||||
'@babel/helper-annotate-as-pure@7.27.3':
|
'@babel/helper-annotate-as-pure@7.27.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.28.2
|
'@babel/types': 7.28.2
|
||||||
@@ -3258,7 +3480,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@babel/compat-data': 7.28.0
|
'@babel/compat-data': 7.28.0
|
||||||
'@babel/helper-validator-option': 7.27.1
|
'@babel/helper-validator-option': 7.27.1
|
||||||
browserslist: 4.25.3
|
browserslist: 4.28.0
|
||||||
lru-cache: 5.1.1
|
lru-cache: 5.1.1
|
||||||
semver: 6.3.1
|
semver: 6.3.1
|
||||||
|
|
||||||
@@ -3275,6 +3497,19 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
'@babel/helper-create-class-features-plugin@7.28.5(@babel/core@7.28.3)':
|
||||||
|
dependencies:
|
||||||
|
'@babel/core': 7.28.3
|
||||||
|
'@babel/helper-annotate-as-pure': 7.27.3
|
||||||
|
'@babel/helper-member-expression-to-functions': 7.28.5
|
||||||
|
'@babel/helper-optimise-call-expression': 7.27.1
|
||||||
|
'@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.3)
|
||||||
|
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
|
||||||
|
'@babel/traverse': 7.28.5
|
||||||
|
semver: 6.3.1
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
|
||||||
'@babel/helper-globals@7.28.0': {}
|
'@babel/helper-globals@7.28.0': {}
|
||||||
|
|
||||||
'@babel/helper-member-expression-to-functions@7.27.1':
|
'@babel/helper-member-expression-to-functions@7.27.1':
|
||||||
@@ -3284,6 +3519,13 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
'@babel/helper-member-expression-to-functions@7.28.5':
|
||||||
|
dependencies:
|
||||||
|
'@babel/traverse': 7.28.5
|
||||||
|
'@babel/types': 7.28.5
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
|
||||||
'@babel/helper-module-imports@7.27.1':
|
'@babel/helper-module-imports@7.27.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/traverse': 7.28.3
|
'@babel/traverse': 7.28.3
|
||||||
@@ -3326,6 +3568,8 @@ snapshots:
|
|||||||
|
|
||||||
'@babel/helper-validator-identifier@7.27.1': {}
|
'@babel/helper-validator-identifier@7.27.1': {}
|
||||||
|
|
||||||
|
'@babel/helper-validator-identifier@7.28.5': {}
|
||||||
|
|
||||||
'@babel/helper-validator-option@7.27.1': {}
|
'@babel/helper-validator-option@7.27.1': {}
|
||||||
|
|
||||||
'@babel/helpers@7.28.3':
|
'@babel/helpers@7.28.3':
|
||||||
@@ -3337,11 +3581,28 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@babel/types': 7.28.2
|
'@babel/types': 7.28.2
|
||||||
|
|
||||||
|
'@babel/parser@7.28.5':
|
||||||
|
dependencies:
|
||||||
|
'@babel/types': 7.28.5
|
||||||
|
|
||||||
|
'@babel/plugin-syntax-jsx@7.27.1(@babel/core@7.28.3)':
|
||||||
|
dependencies:
|
||||||
|
'@babel/core': 7.28.3
|
||||||
|
'@babel/helper-plugin-utils': 7.27.1
|
||||||
|
|
||||||
'@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.3)':
|
'@babel/plugin-syntax-typescript@7.27.1(@babel/core@7.28.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.28.3
|
'@babel/core': 7.28.3
|
||||||
'@babel/helper-plugin-utils': 7.27.1
|
'@babel/helper-plugin-utils': 7.27.1
|
||||||
|
|
||||||
|
'@babel/plugin-transform-modules-commonjs@7.27.1(@babel/core@7.28.3)':
|
||||||
|
dependencies:
|
||||||
|
'@babel/core': 7.28.3
|
||||||
|
'@babel/helper-module-transforms': 7.28.3(@babel/core@7.28.3)
|
||||||
|
'@babel/helper-plugin-utils': 7.27.1
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
|
||||||
'@babel/plugin-transform-typescript@7.28.0(@babel/core@7.28.3)':
|
'@babel/plugin-transform-typescript@7.28.0(@babel/core@7.28.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/core': 7.28.3
|
'@babel/core': 7.28.3
|
||||||
@@ -3353,6 +3614,28 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
'@babel/plugin-transform-typescript@7.28.5(@babel/core@7.28.3)':
|
||||||
|
dependencies:
|
||||||
|
'@babel/core': 7.28.3
|
||||||
|
'@babel/helper-annotate-as-pure': 7.27.3
|
||||||
|
'@babel/helper-create-class-features-plugin': 7.28.5(@babel/core@7.28.3)
|
||||||
|
'@babel/helper-plugin-utils': 7.27.1
|
||||||
|
'@babel/helper-skip-transparent-expression-wrappers': 7.27.1
|
||||||
|
'@babel/plugin-syntax-typescript': 7.27.1(@babel/core@7.28.3)
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
|
||||||
|
'@babel/preset-typescript@7.28.5(@babel/core@7.28.3)':
|
||||||
|
dependencies:
|
||||||
|
'@babel/core': 7.28.3
|
||||||
|
'@babel/helper-plugin-utils': 7.27.1
|
||||||
|
'@babel/helper-validator-option': 7.27.1
|
||||||
|
'@babel/plugin-syntax-jsx': 7.27.1(@babel/core@7.28.3)
|
||||||
|
'@babel/plugin-transform-modules-commonjs': 7.27.1(@babel/core@7.28.3)
|
||||||
|
'@babel/plugin-transform-typescript': 7.28.5(@babel/core@7.28.3)
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
|
||||||
'@babel/template@7.27.2':
|
'@babel/template@7.27.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/code-frame': 7.27.1
|
'@babel/code-frame': 7.27.1
|
||||||
@@ -3371,11 +3654,28 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
|
'@babel/traverse@7.28.5':
|
||||||
|
dependencies:
|
||||||
|
'@babel/code-frame': 7.27.1
|
||||||
|
'@babel/generator': 7.28.5
|
||||||
|
'@babel/helper-globals': 7.28.0
|
||||||
|
'@babel/parser': 7.28.5
|
||||||
|
'@babel/template': 7.27.2
|
||||||
|
'@babel/types': 7.28.5
|
||||||
|
debug: 4.4.1
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- supports-color
|
||||||
|
|
||||||
'@babel/types@7.28.2':
|
'@babel/types@7.28.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/helper-string-parser': 7.27.1
|
'@babel/helper-string-parser': 7.27.1
|
||||||
'@babel/helper-validator-identifier': 7.27.1
|
'@babel/helper-validator-identifier': 7.27.1
|
||||||
|
|
||||||
|
'@babel/types@7.28.5':
|
||||||
|
dependencies:
|
||||||
|
'@babel/helper-string-parser': 7.27.1
|
||||||
|
'@babel/helper-validator-identifier': 7.28.5
|
||||||
|
|
||||||
'@bundled-es-modules/cookie@2.0.1':
|
'@bundled-es-modules/cookie@2.0.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
cookie: 0.7.2
|
cookie: 0.7.2
|
||||||
@@ -3389,29 +3689,28 @@ snapshots:
|
|||||||
'@types/tough-cookie': 4.0.5
|
'@types/tough-cookie': 4.0.5
|
||||||
tough-cookie: 4.1.4
|
tough-cookie: 4.1.4
|
||||||
|
|
||||||
'@content-collections/core@0.11.0(typescript@5.9.2)':
|
'@content-collections/core@0.12.0(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@standard-schema/spec': 1.0.0
|
'@standard-schema/spec': 1.0.0
|
||||||
camelcase: 8.0.0
|
camelcase: 8.0.0
|
||||||
chokidar: 4.0.3
|
chokidar: 4.0.3
|
||||||
esbuild: 0.25.9
|
esbuild: 0.25.12
|
||||||
gray-matter: 4.0.3
|
gray-matter: 4.0.3
|
||||||
p-limit: 6.2.0
|
p-limit: 6.2.0
|
||||||
picomatch: 4.0.3
|
picomatch: 4.0.3
|
||||||
pluralize: 8.0.0
|
pluralize: 8.0.0
|
||||||
serialize-javascript: 6.0.2
|
serialize-javascript: 6.0.2
|
||||||
tinyglobby: 0.2.14
|
tinyglobby: 0.2.14
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
yaml: 2.8.1
|
yaml: 2.8.1
|
||||||
zod: 3.25.76
|
|
||||||
|
|
||||||
'@content-collections/integrations@0.3.0(@content-collections/core@0.11.0(typescript@5.9.2))':
|
'@content-collections/integrations@0.3.0(@content-collections/core@0.12.0(typescript@5.9.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@content-collections/core': 0.11.0(typescript@5.9.2)
|
'@content-collections/core': 0.12.0(typescript@5.9.3)
|
||||||
|
|
||||||
'@content-collections/markdown@0.1.4(@content-collections/core@0.11.0(typescript@5.9.2))':
|
'@content-collections/markdown@0.1.4(@content-collections/core@0.12.0(typescript@5.9.3))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@content-collections/core': 0.11.0(typescript@5.9.2)
|
'@content-collections/core': 0.12.0(typescript@5.9.3)
|
||||||
rehype-raw: 7.0.0
|
rehype-raw: 7.0.0
|
||||||
rehype-stringify: 10.0.1
|
rehype-stringify: 10.0.1
|
||||||
remark-parse: 11.0.0
|
remark-parse: 11.0.0
|
||||||
@@ -3420,11 +3719,11 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@content-collections/vite@0.2.7(@content-collections/core@0.11.0(typescript@5.9.2))(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))':
|
'@content-collections/vite@0.2.7(@content-collections/core@0.12.0(typescript@5.9.3))(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@content-collections/core': 0.11.0(typescript@5.9.2)
|
'@content-collections/core': 0.12.0(typescript@5.9.3)
|
||||||
'@content-collections/integrations': 0.3.0(@content-collections/core@0.11.0(typescript@5.9.2))
|
'@content-collections/integrations': 0.3.0(@content-collections/core@0.12.0(typescript@5.9.3))
|
||||||
vite: 7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)
|
vite: 7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)
|
||||||
|
|
||||||
'@dotenvx/dotenvx@1.49.0':
|
'@dotenvx/dotenvx@1.49.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -3442,106 +3741,188 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@noble/ciphers': 1.3.0
|
'@noble/ciphers': 1.3.0
|
||||||
|
|
||||||
|
'@esbuild/aix-ppc64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/aix-ppc64@0.25.9':
|
'@esbuild/aix-ppc64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/android-arm64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/android-arm64@0.25.9':
|
'@esbuild/android-arm64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/android-arm@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/android-arm@0.25.9':
|
'@esbuild/android-arm@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/android-x64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/android-x64@0.25.9':
|
'@esbuild/android-x64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/darwin-arm64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/darwin-arm64@0.25.9':
|
'@esbuild/darwin-arm64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/darwin-x64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/darwin-x64@0.25.9':
|
'@esbuild/darwin-x64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/freebsd-arm64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/freebsd-arm64@0.25.9':
|
'@esbuild/freebsd-arm64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/freebsd-x64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/freebsd-x64@0.25.9':
|
'@esbuild/freebsd-x64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/linux-arm64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/linux-arm64@0.25.9':
|
'@esbuild/linux-arm64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/linux-arm@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/linux-arm@0.25.9':
|
'@esbuild/linux-arm@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/linux-ia32@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/linux-ia32@0.25.9':
|
'@esbuild/linux-ia32@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/linux-loong64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/linux-loong64@0.25.9':
|
'@esbuild/linux-loong64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/linux-mips64el@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/linux-mips64el@0.25.9':
|
'@esbuild/linux-mips64el@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/linux-ppc64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/linux-ppc64@0.25.9':
|
'@esbuild/linux-ppc64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/linux-riscv64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/linux-riscv64@0.25.9':
|
'@esbuild/linux-riscv64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/linux-s390x@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/linux-s390x@0.25.9':
|
'@esbuild/linux-s390x@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/linux-x64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/linux-x64@0.25.9':
|
'@esbuild/linux-x64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/netbsd-arm64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/netbsd-arm64@0.25.9':
|
'@esbuild/netbsd-arm64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/netbsd-x64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/netbsd-x64@0.25.9':
|
'@esbuild/netbsd-x64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/openbsd-arm64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/openbsd-arm64@0.25.9':
|
'@esbuild/openbsd-arm64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/openbsd-x64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/openbsd-x64@0.25.9':
|
'@esbuild/openbsd-x64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/openharmony-arm64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/openharmony-arm64@0.25.9':
|
'@esbuild/openharmony-arm64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/sunos-x64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/sunos-x64@0.25.9':
|
'@esbuild/sunos-x64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/win32-arm64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/win32-arm64@0.25.9':
|
'@esbuild/win32-arm64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/win32-ia32@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/win32-ia32@0.25.9':
|
'@esbuild/win32-ia32@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
'@esbuild/win32-x64@0.25.12':
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@esbuild/win32-x64@0.25.9':
|
'@esbuild/win32-x64@0.25.9':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.7.0(eslint@9.33.0(jiti@2.5.1))':
|
'@eslint-community/eslint-utils@4.9.0(eslint@9.39.1(jiti@2.6.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.33.0(jiti@2.5.1)
|
eslint: 9.39.1(jiti@2.6.1)
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.12.1': {}
|
'@eslint-community/regexpp@4.12.1': {}
|
||||||
|
|
||||||
'@eslint/compat@1.3.2(eslint@9.33.0(jiti@2.5.1))':
|
'@eslint/compat@1.4.1(eslint@9.39.1(jiti@2.6.1))':
|
||||||
optionalDependencies:
|
|
||||||
eslint: 9.33.0(jiti@2.5.1)
|
|
||||||
|
|
||||||
'@eslint/config-array@0.21.0':
|
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/object-schema': 2.1.6
|
'@eslint/core': 0.17.0
|
||||||
|
optionalDependencies:
|
||||||
|
eslint: 9.39.1(jiti@2.6.1)
|
||||||
|
|
||||||
|
'@eslint/config-array@0.21.1':
|
||||||
|
dependencies:
|
||||||
|
'@eslint/object-schema': 2.1.7
|
||||||
debug: 4.4.1
|
debug: 4.4.1
|
||||||
minimatch: 3.1.2
|
minimatch: 3.1.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@eslint/config-helpers@0.3.1': {}
|
'@eslint/config-helpers@0.4.2':
|
||||||
|
dependencies:
|
||||||
|
'@eslint/core': 0.17.0
|
||||||
|
|
||||||
'@eslint/core@0.15.2':
|
'@eslint/core@0.17.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/json-schema': 7.0.15
|
'@types/json-schema': 7.0.15
|
||||||
|
|
||||||
@@ -3559,13 +3940,13 @@ snapshots:
|
|||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@eslint/js@9.33.0': {}
|
'@eslint/js@9.39.1': {}
|
||||||
|
|
||||||
'@eslint/object-schema@2.1.6': {}
|
'@eslint/object-schema@2.1.7': {}
|
||||||
|
|
||||||
'@eslint/plugin-kit@0.3.5':
|
'@eslint/plugin-kit@0.4.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/core': 0.15.2
|
'@eslint/core': 0.17.0
|
||||||
levn: 0.4.1
|
levn: 0.4.1
|
||||||
|
|
||||||
'@floating-ui/core@1.7.3':
|
'@floating-ui/core@1.7.3':
|
||||||
@@ -3592,17 +3973,17 @@ snapshots:
|
|||||||
|
|
||||||
'@humanwhocodes/retry@0.4.3': {}
|
'@humanwhocodes/retry@0.4.3': {}
|
||||||
|
|
||||||
'@inquirer/confirm@5.1.16(@types/node@24.3.0)':
|
'@inquirer/confirm@5.1.16(@types/node@24.3.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@inquirer/core': 10.2.0(@types/node@24.3.0)
|
'@inquirer/core': 10.2.0(@types/node@24.3.3)
|
||||||
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
'@inquirer/type': 3.0.8(@types/node@24.3.3)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 24.3.0
|
'@types/node': 24.3.3
|
||||||
|
|
||||||
'@inquirer/core@10.2.0(@types/node@24.3.0)':
|
'@inquirer/core@10.2.0(@types/node@24.3.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@inquirer/figures': 1.0.13
|
'@inquirer/figures': 1.0.13
|
||||||
'@inquirer/type': 3.0.8(@types/node@24.3.0)
|
'@inquirer/type': 3.0.8(@types/node@24.3.3)
|
||||||
ansi-escapes: 4.3.2
|
ansi-escapes: 4.3.2
|
||||||
cli-width: 4.1.0
|
cli-width: 4.1.0
|
||||||
mute-stream: 2.0.0
|
mute-stream: 2.0.0
|
||||||
@@ -3610,15 +3991,15 @@ snapshots:
|
|||||||
wrap-ansi: 6.2.0
|
wrap-ansi: 6.2.0
|
||||||
yoctocolors-cjs: 2.1.3
|
yoctocolors-cjs: 2.1.3
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 24.3.0
|
'@types/node': 24.3.3
|
||||||
|
|
||||||
'@inquirer/figures@1.0.13': {}
|
'@inquirer/figures@1.0.13': {}
|
||||||
|
|
||||||
'@inquirer/type@3.0.8(@types/node@24.3.0)':
|
'@inquirer/type@3.0.8(@types/node@24.3.3)':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 24.3.0
|
'@types/node': 24.3.3
|
||||||
|
|
||||||
'@internationalized/date@3.8.2':
|
'@internationalized/date@3.10.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc/helpers': 0.5.17
|
'@swc/helpers': 0.5.17
|
||||||
|
|
||||||
@@ -3628,10 +4009,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@isaacs/balanced-match': 4.0.1
|
'@isaacs/balanced-match': 4.0.1
|
||||||
|
|
||||||
'@isaacs/fs-minipass@4.0.1':
|
|
||||||
dependencies:
|
|
||||||
minipass: 7.1.2
|
|
||||||
|
|
||||||
'@jridgewell/gen-mapping@0.3.13':
|
'@jridgewell/gen-mapping@0.3.13':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/sourcemap-codec': 1.5.5
|
'@jridgewell/sourcemap-codec': 1.5.5
|
||||||
@@ -3651,7 +4028,7 @@ snapshots:
|
|||||||
'@jridgewell/resolve-uri': 3.1.2
|
'@jridgewell/resolve-uri': 3.1.2
|
||||||
'@jridgewell/sourcemap-codec': 1.5.5
|
'@jridgewell/sourcemap-codec': 1.5.5
|
||||||
|
|
||||||
'@lucide/svelte@0.515.0(svelte@5.38.2)':
|
'@lucide/svelte@0.553.0(svelte@5.38.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
|
|
||||||
@@ -3719,7 +4096,7 @@ snapshots:
|
|||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
fdir: 6.5.0(picomatch@4.0.3)
|
fdir: 6.5.0(picomatch@4.0.3)
|
||||||
is-reference: 1.2.1
|
is-reference: 1.2.1
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.21
|
||||||
picomatch: 4.0.3
|
picomatch: 4.0.3
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
rollup: 4.46.4
|
rollup: 4.46.4
|
||||||
@@ -3810,42 +4187,42 @@ snapshots:
|
|||||||
|
|
||||||
'@sec-ant/readable-stream@0.4.1': {}
|
'@sec-ant/readable-stream@0.4.1': {}
|
||||||
|
|
||||||
'@shikijs/core@3.12.0':
|
'@shikijs/core@3.15.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/types': 3.12.0
|
'@shikijs/types': 3.15.0
|
||||||
'@shikijs/vscode-textmate': 10.0.2
|
'@shikijs/vscode-textmate': 10.0.2
|
||||||
'@types/hast': 3.0.4
|
'@types/hast': 3.0.4
|
||||||
hast-util-to-html: 9.0.5
|
hast-util-to-html: 9.0.5
|
||||||
|
|
||||||
'@shikijs/engine-javascript@3.12.0':
|
'@shikijs/engine-javascript@3.15.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/types': 3.12.0
|
'@shikijs/types': 3.15.0
|
||||||
'@shikijs/vscode-textmate': 10.0.2
|
'@shikijs/vscode-textmate': 10.0.2
|
||||||
oniguruma-to-es: 4.3.3
|
oniguruma-to-es: 4.3.3
|
||||||
|
|
||||||
'@shikijs/engine-oniguruma@3.12.0':
|
'@shikijs/engine-oniguruma@3.15.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/types': 3.12.0
|
'@shikijs/types': 3.15.0
|
||||||
'@shikijs/vscode-textmate': 10.0.2
|
'@shikijs/vscode-textmate': 10.0.2
|
||||||
|
|
||||||
'@shikijs/langs@3.12.0':
|
'@shikijs/langs@3.15.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/types': 3.12.0
|
'@shikijs/types': 3.15.0
|
||||||
|
|
||||||
'@shikijs/rehype@3.12.0':
|
'@shikijs/rehype@3.15.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/types': 3.12.0
|
'@shikijs/types': 3.15.0
|
||||||
'@types/hast': 3.0.4
|
'@types/hast': 3.0.4
|
||||||
hast-util-to-string: 3.0.1
|
hast-util-to-string: 3.0.1
|
||||||
shiki: 3.12.0
|
shiki: 3.15.0
|
||||||
unified: 11.0.5
|
unified: 11.0.5
|
||||||
unist-util-visit: 5.0.0
|
unist-util-visit: 5.0.0
|
||||||
|
|
||||||
'@shikijs/themes@3.12.0':
|
'@shikijs/themes@3.15.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/types': 3.12.0
|
'@shikijs/types': 3.15.0
|
||||||
|
|
||||||
'@shikijs/types@3.12.0':
|
'@shikijs/types@3.15.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/vscode-textmate': 10.0.2
|
'@shikijs/vscode-textmate': 10.0.2
|
||||||
'@types/hast': 3.0.4
|
'@types/hast': 3.0.4
|
||||||
@@ -3860,56 +4237,56 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.15.0
|
acorn: 8.15.0
|
||||||
|
|
||||||
'@sveltejs/adapter-auto@6.1.0(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))':
|
'@sveltejs/adapter-auto@6.1.0(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sveltejs/kit': 2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))
|
'@sveltejs/kit': 2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
|
|
||||||
'@sveltejs/adapter-node@5.3.1(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))':
|
'@sveltejs/adapter-node@5.3.1(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@rollup/plugin-commonjs': 28.0.6(rollup@4.46.4)
|
'@rollup/plugin-commonjs': 28.0.6(rollup@4.46.4)
|
||||||
'@rollup/plugin-json': 6.1.0(rollup@4.46.4)
|
'@rollup/plugin-json': 6.1.0(rollup@4.46.4)
|
||||||
'@rollup/plugin-node-resolve': 16.0.1(rollup@4.46.4)
|
'@rollup/plugin-node-resolve': 16.0.1(rollup@4.46.4)
|
||||||
'@sveltejs/kit': 2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))
|
'@sveltejs/kit': 2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
rollup: 4.46.4
|
rollup: 4.46.4
|
||||||
|
|
||||||
'@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))':
|
'@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@standard-schema/spec': 1.0.0
|
'@standard-schema/spec': 1.0.0
|
||||||
'@sveltejs/acorn-typescript': 1.0.5(acorn@8.15.0)
|
'@sveltejs/acorn-typescript': 1.0.5(acorn@8.15.0)
|
||||||
'@sveltejs/vite-plugin-svelte': 6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))
|
'@sveltejs/vite-plugin-svelte': 6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
'@types/cookie': 0.6.0
|
'@types/cookie': 0.6.0
|
||||||
acorn: 8.15.0
|
acorn: 8.15.0
|
||||||
cookie: 0.6.0
|
cookie: 0.6.0
|
||||||
devalue: 5.1.1
|
devalue: 5.4.2
|
||||||
esm-env: 1.2.2
|
esm-env: 1.2.2
|
||||||
kleur: 4.1.5
|
kleur: 4.1.5
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.21
|
||||||
mrmime: 2.0.1
|
mrmime: 2.0.1
|
||||||
sade: 1.8.1
|
sade: 1.8.1
|
||||||
set-cookie-parser: 2.7.1
|
set-cookie-parser: 2.7.1
|
||||||
sirv: 3.0.1
|
sirv: 3.0.1
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
vite: 7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)
|
vite: 7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)
|
||||||
|
|
||||||
'@sveltejs/vite-plugin-svelte-inspector@5.0.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))':
|
'@sveltejs/vite-plugin-svelte-inspector@5.0.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sveltejs/vite-plugin-svelte': 6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))
|
'@sveltejs/vite-plugin-svelte': 6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
debug: 4.4.1
|
debug: 4.4.1
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
vite: 7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)
|
vite: 7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))':
|
'@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@sveltejs/vite-plugin-svelte-inspector': 5.0.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))
|
'@sveltejs/vite-plugin-svelte-inspector': 5.0.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
debug: 4.4.1
|
debug: 4.4.1
|
||||||
deepmerge: 4.3.1
|
deepmerge: 4.3.1
|
||||||
kleur: 4.1.5
|
kleur: 4.1.5
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.21
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
vite: 7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)
|
vite: 7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)
|
||||||
vitefu: 1.1.1(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))
|
vitefu: 1.1.1(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@@ -3917,76 +4294,73 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
tslib: 2.8.1
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@tailwindcss/node@4.1.12':
|
'@tailwindcss/node@4.1.17':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/remapping': 2.3.5
|
'@jridgewell/remapping': 2.3.5
|
||||||
enhanced-resolve: 5.18.3
|
enhanced-resolve: 5.18.3
|
||||||
jiti: 2.5.1
|
jiti: 2.6.1
|
||||||
lightningcss: 1.30.1
|
lightningcss: 1.30.2
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.21
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
tailwindcss: 4.1.12
|
tailwindcss: 4.1.17
|
||||||
|
|
||||||
'@tailwindcss/oxide-android-arm64@4.1.12':
|
'@tailwindcss/oxide-android-arm64@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-darwin-arm64@4.1.12':
|
'@tailwindcss/oxide-darwin-arm64@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-darwin-x64@4.1.12':
|
'@tailwindcss/oxide-darwin-x64@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-freebsd-x64@4.1.12':
|
'@tailwindcss/oxide-freebsd-x64@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.12':
|
'@tailwindcss/oxide-linux-arm-gnueabihf@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-linux-arm64-gnu@4.1.12':
|
'@tailwindcss/oxide-linux-arm64-gnu@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-linux-arm64-musl@4.1.12':
|
'@tailwindcss/oxide-linux-arm64-musl@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-linux-x64-gnu@4.1.12':
|
'@tailwindcss/oxide-linux-x64-gnu@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-linux-x64-musl@4.1.12':
|
'@tailwindcss/oxide-linux-x64-musl@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-wasm32-wasi@4.1.12':
|
'@tailwindcss/oxide-wasm32-wasi@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-win32-arm64-msvc@4.1.12':
|
'@tailwindcss/oxide-win32-arm64-msvc@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide-win32-x64-msvc@4.1.12':
|
'@tailwindcss/oxide-win32-x64-msvc@4.1.17':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@tailwindcss/oxide@4.1.12':
|
'@tailwindcss/oxide@4.1.17':
|
||||||
dependencies:
|
|
||||||
detect-libc: 2.0.4
|
|
||||||
tar: 7.4.3
|
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@tailwindcss/oxide-android-arm64': 4.1.12
|
'@tailwindcss/oxide-android-arm64': 4.1.17
|
||||||
'@tailwindcss/oxide-darwin-arm64': 4.1.12
|
'@tailwindcss/oxide-darwin-arm64': 4.1.17
|
||||||
'@tailwindcss/oxide-darwin-x64': 4.1.12
|
'@tailwindcss/oxide-darwin-x64': 4.1.17
|
||||||
'@tailwindcss/oxide-freebsd-x64': 4.1.12
|
'@tailwindcss/oxide-freebsd-x64': 4.1.17
|
||||||
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.12
|
'@tailwindcss/oxide-linux-arm-gnueabihf': 4.1.17
|
||||||
'@tailwindcss/oxide-linux-arm64-gnu': 4.1.12
|
'@tailwindcss/oxide-linux-arm64-gnu': 4.1.17
|
||||||
'@tailwindcss/oxide-linux-arm64-musl': 4.1.12
|
'@tailwindcss/oxide-linux-arm64-musl': 4.1.17
|
||||||
'@tailwindcss/oxide-linux-x64-gnu': 4.1.12
|
'@tailwindcss/oxide-linux-x64-gnu': 4.1.17
|
||||||
'@tailwindcss/oxide-linux-x64-musl': 4.1.12
|
'@tailwindcss/oxide-linux-x64-musl': 4.1.17
|
||||||
'@tailwindcss/oxide-wasm32-wasi': 4.1.12
|
'@tailwindcss/oxide-wasm32-wasi': 4.1.17
|
||||||
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.12
|
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.17
|
||||||
'@tailwindcss/oxide-win32-x64-msvc': 4.1.12
|
'@tailwindcss/oxide-win32-x64-msvc': 4.1.17
|
||||||
|
|
||||||
'@tailwindcss/vite@4.1.12(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1))':
|
'@tailwindcss/vite@4.1.17(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@tailwindcss/node': 4.1.12
|
'@tailwindcss/node': 4.1.17
|
||||||
'@tailwindcss/oxide': 4.1.12
|
'@tailwindcss/oxide': 4.1.17
|
||||||
tailwindcss: 4.1.12
|
tailwindcss: 4.1.17
|
||||||
vite: 7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)
|
vite: 7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)
|
||||||
|
|
||||||
'@ts-morph/common@0.27.0':
|
'@ts-morph/common@0.27.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4014,7 +4388,7 @@ snapshots:
|
|||||||
|
|
||||||
'@types/ms@2.1.0': {}
|
'@types/ms@2.1.0': {}
|
||||||
|
|
||||||
'@types/node@24.3.0':
|
'@types/node@24.3.3':
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 7.10.0
|
undici-types: 7.10.0
|
||||||
|
|
||||||
@@ -4026,41 +4400,41 @@ snapshots:
|
|||||||
|
|
||||||
'@types/unist@3.0.3': {}
|
'@types/unist@3.0.3': {}
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)':
|
'@typescript-eslint/eslint-plugin@8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@typescript-eslint/parser': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/parser': 8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)
|
||||||
'@typescript-eslint/scope-manager': 8.40.0
|
'@typescript-eslint/scope-manager': 8.40.0
|
||||||
'@typescript-eslint/type-utils': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/type-utils': 8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)
|
||||||
'@typescript-eslint/utils': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/utils': 8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)
|
||||||
'@typescript-eslint/visitor-keys': 8.40.0
|
'@typescript-eslint/visitor-keys': 8.40.0
|
||||||
eslint: 9.33.0(jiti@2.5.1)
|
eslint: 9.39.1(jiti@2.6.1)
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
ignore: 7.0.5
|
ignore: 7.0.5
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
ts-api-utils: 2.1.0(typescript@5.9.2)
|
ts-api-utils: 2.1.0(typescript@5.9.3)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)':
|
'@typescript-eslint/parser@8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.40.0
|
'@typescript-eslint/scope-manager': 8.40.0
|
||||||
'@typescript-eslint/types': 8.40.0
|
'@typescript-eslint/types': 8.40.0
|
||||||
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2)
|
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/visitor-keys': 8.40.0
|
'@typescript-eslint/visitor-keys': 8.40.0
|
||||||
debug: 4.4.1
|
debug: 4.4.1
|
||||||
eslint: 9.33.0(jiti@2.5.1)
|
eslint: 9.39.1(jiti@2.6.1)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/project-service@8.40.0(typescript@5.9.2)':
|
'@typescript-eslint/project-service@8.40.0(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/tsconfig-utils': 8.40.0(typescript@5.9.2)
|
'@typescript-eslint/tsconfig-utils': 8.46.4(typescript@5.9.3)
|
||||||
'@typescript-eslint/types': 8.40.0
|
'@typescript-eslint/types': 8.46.4
|
||||||
debug: 4.4.1
|
debug: 4.4.1
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@@ -4069,28 +4443,34 @@ snapshots:
|
|||||||
'@typescript-eslint/types': 8.40.0
|
'@typescript-eslint/types': 8.40.0
|
||||||
'@typescript-eslint/visitor-keys': 8.40.0
|
'@typescript-eslint/visitor-keys': 8.40.0
|
||||||
|
|
||||||
'@typescript-eslint/tsconfig-utils@8.40.0(typescript@5.9.2)':
|
'@typescript-eslint/tsconfig-utils@8.40.0(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)':
|
'@typescript-eslint/tsconfig-utils@8.46.4(typescript@5.9.3)':
|
||||||
|
dependencies:
|
||||||
|
typescript: 5.9.3
|
||||||
|
|
||||||
|
'@typescript-eslint/type-utils@8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.40.0
|
'@typescript-eslint/types': 8.40.0
|
||||||
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2)
|
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/utils': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/utils': 8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)
|
||||||
debug: 4.4.1
|
debug: 4.4.1
|
||||||
eslint: 9.33.0(jiti@2.5.1)
|
eslint: 9.39.1(jiti@2.6.1)
|
||||||
ts-api-utils: 2.1.0(typescript@5.9.2)
|
ts-api-utils: 2.1.0(typescript@5.9.3)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/types@8.40.0': {}
|
'@typescript-eslint/types@8.40.0': {}
|
||||||
|
|
||||||
'@typescript-eslint/typescript-estree@8.40.0(typescript@5.9.2)':
|
'@typescript-eslint/types@8.46.4': {}
|
||||||
|
|
||||||
|
'@typescript-eslint/typescript-estree@8.40.0(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/project-service': 8.40.0(typescript@5.9.2)
|
'@typescript-eslint/project-service': 8.40.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/tsconfig-utils': 8.40.0(typescript@5.9.2)
|
'@typescript-eslint/tsconfig-utils': 8.40.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/types': 8.40.0
|
'@typescript-eslint/types': 8.40.0
|
||||||
'@typescript-eslint/visitor-keys': 8.40.0
|
'@typescript-eslint/visitor-keys': 8.40.0
|
||||||
debug: 4.4.1
|
debug: 4.4.1
|
||||||
@@ -4098,19 +4478,19 @@ snapshots:
|
|||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
minimatch: 9.0.5
|
minimatch: 9.0.5
|
||||||
semver: 7.7.2
|
semver: 7.7.2
|
||||||
ts-api-utils: 2.1.0(typescript@5.9.2)
|
ts-api-utils: 2.1.0(typescript@5.9.3)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)':
|
'@typescript-eslint/utils@8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
|
'@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1))
|
||||||
'@typescript-eslint/scope-manager': 8.40.0
|
'@typescript-eslint/scope-manager': 8.40.0
|
||||||
'@typescript-eslint/types': 8.40.0
|
'@typescript-eslint/types': 8.40.0
|
||||||
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2)
|
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.3)
|
||||||
eslint: 9.33.0(jiti@2.5.1)
|
eslint: 9.39.1(jiti@2.6.1)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@@ -4173,16 +4553,20 @@ snapshots:
|
|||||||
|
|
||||||
balanced-match@1.0.2: {}
|
balanced-match@1.0.2: {}
|
||||||
|
|
||||||
bits-ui@2.9.4(@internationalized/date@3.8.2)(svelte@5.38.2):
|
baseline-browser-mapping@2.8.25: {}
|
||||||
|
|
||||||
|
bits-ui@2.14.3(@internationalized/date@3.10.0)(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@floating-ui/core': 1.7.3
|
'@floating-ui/core': 1.7.3
|
||||||
'@floating-ui/dom': 1.7.4
|
'@floating-ui/dom': 1.7.4
|
||||||
'@internationalized/date': 3.8.2
|
'@internationalized/date': 3.10.0
|
||||||
esm-env: 1.2.2
|
esm-env: 1.2.2
|
||||||
runed: 0.29.2(svelte@5.38.2)
|
runed: 0.35.1(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
svelte-toolbelt: 0.9.3(svelte@5.38.2)
|
svelte-toolbelt: 0.10.6(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)
|
||||||
tabbable: 6.2.0
|
tabbable: 6.2.0
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- '@sveltejs/kit'
|
||||||
|
|
||||||
body-parser@2.2.0:
|
body-parser@2.2.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4213,12 +4597,13 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
fill-range: 7.1.1
|
fill-range: 7.1.1
|
||||||
|
|
||||||
browserslist@4.25.3:
|
browserslist@4.28.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: 1.0.30001737
|
baseline-browser-mapping: 2.8.25
|
||||||
electron-to-chromium: 1.5.209
|
caniuse-lite: 1.0.30001754
|
||||||
node-releases: 2.0.19
|
electron-to-chromium: 1.5.249
|
||||||
update-browserslist-db: 1.1.3(browserslist@4.25.3)
|
node-releases: 2.0.27
|
||||||
|
update-browserslist-db: 1.1.4(browserslist@4.28.0)
|
||||||
|
|
||||||
bytes@3.1.2: {}
|
bytes@3.1.2: {}
|
||||||
|
|
||||||
@@ -4236,7 +4621,7 @@ snapshots:
|
|||||||
|
|
||||||
camelcase@8.0.0: {}
|
camelcase@8.0.0: {}
|
||||||
|
|
||||||
caniuse-lite@1.0.30001737: {}
|
caniuse-lite@1.0.30001754: {}
|
||||||
|
|
||||||
ccount@2.0.1: {}
|
ccount@2.0.1: {}
|
||||||
|
|
||||||
@@ -4257,8 +4642,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
readdirp: 4.1.2
|
readdirp: 4.1.2
|
||||||
|
|
||||||
chownr@3.0.0: {}
|
|
||||||
|
|
||||||
cli-cursor@5.0.0:
|
cli-cursor@5.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
restore-cursor: 5.1.0
|
restore-cursor: 5.1.0
|
||||||
@@ -4314,14 +4697,14 @@ snapshots:
|
|||||||
object-assign: 4.1.1
|
object-assign: 4.1.1
|
||||||
vary: 1.1.2
|
vary: 1.1.2
|
||||||
|
|
||||||
cosmiconfig@9.0.0(typescript@5.9.2):
|
cosmiconfig@9.0.0(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
env-paths: 2.2.1
|
env-paths: 2.2.1
|
||||||
import-fresh: 3.3.1
|
import-fresh: 3.3.1
|
||||||
js-yaml: 4.1.0
|
js-yaml: 4.1.0
|
||||||
parse-json: 5.2.0
|
parse-json: 5.2.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
|
|
||||||
cross-spawn@7.0.6:
|
cross-spawn@7.0.6:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4377,7 +4760,7 @@ snapshots:
|
|||||||
|
|
||||||
detect-libc@2.0.4: {}
|
detect-libc@2.0.4: {}
|
||||||
|
|
||||||
devalue@5.1.1: {}
|
devalue@5.4.2: {}
|
||||||
|
|
||||||
devlop@1.1.0:
|
devlop@1.1.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -4420,7 +4803,7 @@ snapshots:
|
|||||||
|
|
||||||
ee-first@1.1.1: {}
|
ee-first@1.1.1: {}
|
||||||
|
|
||||||
electron-to-chromium@1.5.209: {}
|
electron-to-chromium@1.5.249: {}
|
||||||
|
|
||||||
emoji-regex@10.4.0: {}
|
emoji-regex@10.4.0: {}
|
||||||
|
|
||||||
@@ -4451,6 +4834,35 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
es-errors: 1.3.0
|
es-errors: 1.3.0
|
||||||
|
|
||||||
|
esbuild@0.25.12:
|
||||||
|
optionalDependencies:
|
||||||
|
'@esbuild/aix-ppc64': 0.25.12
|
||||||
|
'@esbuild/android-arm': 0.25.12
|
||||||
|
'@esbuild/android-arm64': 0.25.12
|
||||||
|
'@esbuild/android-x64': 0.25.12
|
||||||
|
'@esbuild/darwin-arm64': 0.25.12
|
||||||
|
'@esbuild/darwin-x64': 0.25.12
|
||||||
|
'@esbuild/freebsd-arm64': 0.25.12
|
||||||
|
'@esbuild/freebsd-x64': 0.25.12
|
||||||
|
'@esbuild/linux-arm': 0.25.12
|
||||||
|
'@esbuild/linux-arm64': 0.25.12
|
||||||
|
'@esbuild/linux-ia32': 0.25.12
|
||||||
|
'@esbuild/linux-loong64': 0.25.12
|
||||||
|
'@esbuild/linux-mips64el': 0.25.12
|
||||||
|
'@esbuild/linux-ppc64': 0.25.12
|
||||||
|
'@esbuild/linux-riscv64': 0.25.12
|
||||||
|
'@esbuild/linux-s390x': 0.25.12
|
||||||
|
'@esbuild/linux-x64': 0.25.12
|
||||||
|
'@esbuild/netbsd-arm64': 0.25.12
|
||||||
|
'@esbuild/netbsd-x64': 0.25.12
|
||||||
|
'@esbuild/openbsd-arm64': 0.25.12
|
||||||
|
'@esbuild/openbsd-x64': 0.25.12
|
||||||
|
'@esbuild/openharmony-arm64': 0.25.12
|
||||||
|
'@esbuild/sunos-x64': 0.25.12
|
||||||
|
'@esbuild/win32-arm64': 0.25.12
|
||||||
|
'@esbuild/win32-ia32': 0.25.12
|
||||||
|
'@esbuild/win32-x64': 0.25.12
|
||||||
|
|
||||||
esbuild@0.25.9:
|
esbuild@0.25.9:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@esbuild/aix-ppc64': 0.25.9
|
'@esbuild/aix-ppc64': 0.25.9
|
||||||
@@ -4486,23 +4898,23 @@ snapshots:
|
|||||||
|
|
||||||
escape-string-regexp@4.0.0: {}
|
escape-string-regexp@4.0.0: {}
|
||||||
|
|
||||||
eslint-config-prettier@10.1.8(eslint@9.33.0(jiti@2.5.1)):
|
eslint-config-prettier@10.1.8(eslint@9.39.1(jiti@2.6.1)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.33.0(jiti@2.5.1)
|
eslint: 9.39.1(jiti@2.6.1)
|
||||||
|
|
||||||
eslint-plugin-svelte@3.11.0(eslint@9.33.0(jiti@2.5.1))(svelte@5.38.2):
|
eslint-plugin-svelte@3.11.0(eslint@9.39.1(jiti@2.6.1))(svelte@5.38.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
|
'@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1))
|
||||||
'@jridgewell/sourcemap-codec': 1.5.5
|
'@jridgewell/sourcemap-codec': 1.5.5
|
||||||
eslint: 9.33.0(jiti@2.5.1)
|
eslint: 9.39.1(jiti@2.6.1)
|
||||||
esutils: 2.0.3
|
esutils: 2.0.3
|
||||||
globals: 16.3.0
|
globals: 16.5.0
|
||||||
known-css-properties: 0.37.0
|
known-css-properties: 0.37.0
|
||||||
postcss: 8.5.6
|
postcss: 8.5.6
|
||||||
postcss-load-config: 3.1.4(postcss@8.5.6)
|
postcss-load-config: 3.1.4(postcss@8.5.6)
|
||||||
postcss-safe-parser: 7.0.1(postcss@8.5.6)
|
postcss-safe-parser: 7.0.1(postcss@8.5.6)
|
||||||
semver: 7.7.2
|
semver: 7.7.2
|
||||||
svelte-eslint-parser: 1.3.1(svelte@5.38.2)
|
svelte-eslint-parser: 1.4.0(svelte@5.38.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
@@ -4517,21 +4929,20 @@ snapshots:
|
|||||||
|
|
||||||
eslint-visitor-keys@4.2.1: {}
|
eslint-visitor-keys@4.2.1: {}
|
||||||
|
|
||||||
eslint@9.33.0(jiti@2.5.1):
|
eslint@9.39.1(jiti@2.6.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.7.0(eslint@9.33.0(jiti@2.5.1))
|
'@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.6.1))
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@eslint/config-array': 0.21.0
|
'@eslint/config-array': 0.21.1
|
||||||
'@eslint/config-helpers': 0.3.1
|
'@eslint/config-helpers': 0.4.2
|
||||||
'@eslint/core': 0.15.2
|
'@eslint/core': 0.17.0
|
||||||
'@eslint/eslintrc': 3.3.1
|
'@eslint/eslintrc': 3.3.1
|
||||||
'@eslint/js': 9.33.0
|
'@eslint/js': 9.39.1
|
||||||
'@eslint/plugin-kit': 0.3.5
|
'@eslint/plugin-kit': 0.4.1
|
||||||
'@humanfs/node': 0.16.6
|
'@humanfs/node': 0.16.6
|
||||||
'@humanwhocodes/module-importer': 1.0.1
|
'@humanwhocodes/module-importer': 1.0.1
|
||||||
'@humanwhocodes/retry': 0.4.3
|
'@humanwhocodes/retry': 0.4.3
|
||||||
'@types/estree': 1.0.8
|
'@types/estree': 1.0.8
|
||||||
'@types/json-schema': 7.0.15
|
|
||||||
ajv: 6.12.6
|
ajv: 6.12.6
|
||||||
chalk: 4.1.2
|
chalk: 4.1.2
|
||||||
cross-spawn: 7.0.6
|
cross-spawn: 7.0.6
|
||||||
@@ -4555,7 +4966,7 @@ snapshots:
|
|||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
optionator: 0.9.4
|
optionator: 0.9.4
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
jiti: 2.5.1
|
jiti: 2.6.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
@@ -4800,7 +5211,7 @@ snapshots:
|
|||||||
|
|
||||||
globals@14.0.0: {}
|
globals@14.0.0: {}
|
||||||
|
|
||||||
globals@16.3.0: {}
|
globals@16.5.0: {}
|
||||||
|
|
||||||
gopd@1.2.0: {}
|
gopd@1.2.0: {}
|
||||||
|
|
||||||
@@ -5004,7 +5415,7 @@ snapshots:
|
|||||||
|
|
||||||
isexe@3.1.1: {}
|
isexe@3.1.1: {}
|
||||||
|
|
||||||
jiti@2.5.1: {}
|
jiti@2.6.1: {}
|
||||||
|
|
||||||
js-tokens@4.0.0: {}
|
js-tokens@4.0.0: {}
|
||||||
|
|
||||||
@@ -5063,50 +5474,54 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
immediate: 3.0.6
|
immediate: 3.0.6
|
||||||
|
|
||||||
lightningcss-darwin-arm64@1.30.1:
|
lightningcss-android-arm64@1.30.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
lightningcss-darwin-x64@1.30.1:
|
lightningcss-darwin-arm64@1.30.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
lightningcss-freebsd-x64@1.30.1:
|
lightningcss-darwin-x64@1.30.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
lightningcss-linux-arm-gnueabihf@1.30.1:
|
lightningcss-freebsd-x64@1.30.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
lightningcss-linux-arm64-gnu@1.30.1:
|
lightningcss-linux-arm-gnueabihf@1.30.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
lightningcss-linux-arm64-musl@1.30.1:
|
lightningcss-linux-arm64-gnu@1.30.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
lightningcss-linux-x64-gnu@1.30.1:
|
lightningcss-linux-arm64-musl@1.30.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
lightningcss-linux-x64-musl@1.30.1:
|
lightningcss-linux-x64-gnu@1.30.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
lightningcss-win32-arm64-msvc@1.30.1:
|
lightningcss-linux-x64-musl@1.30.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
lightningcss-win32-x64-msvc@1.30.1:
|
lightningcss-win32-arm64-msvc@1.30.2:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
lightningcss@1.30.1:
|
lightningcss-win32-x64-msvc@1.30.2:
|
||||||
|
optional: true
|
||||||
|
|
||||||
|
lightningcss@1.30.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
detect-libc: 2.0.4
|
detect-libc: 2.0.4
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
lightningcss-darwin-arm64: 1.30.1
|
lightningcss-android-arm64: 1.30.2
|
||||||
lightningcss-darwin-x64: 1.30.1
|
lightningcss-darwin-arm64: 1.30.2
|
||||||
lightningcss-freebsd-x64: 1.30.1
|
lightningcss-darwin-x64: 1.30.2
|
||||||
lightningcss-linux-arm-gnueabihf: 1.30.1
|
lightningcss-freebsd-x64: 1.30.2
|
||||||
lightningcss-linux-arm64-gnu: 1.30.1
|
lightningcss-linux-arm-gnueabihf: 1.30.2
|
||||||
lightningcss-linux-arm64-musl: 1.30.1
|
lightningcss-linux-arm64-gnu: 1.30.2
|
||||||
lightningcss-linux-x64-gnu: 1.30.1
|
lightningcss-linux-arm64-musl: 1.30.2
|
||||||
lightningcss-linux-x64-musl: 1.30.1
|
lightningcss-linux-x64-gnu: 1.30.2
|
||||||
lightningcss-win32-arm64-msvc: 1.30.1
|
lightningcss-linux-x64-musl: 1.30.2
|
||||||
lightningcss-win32-x64-msvc: 1.30.1
|
lightningcss-win32-arm64-msvc: 1.30.2
|
||||||
|
lightningcss-win32-x64-msvc: 1.30.2
|
||||||
|
|
||||||
lilconfig@2.1.0: {}
|
lilconfig@2.1.0: {}
|
||||||
|
|
||||||
@@ -5129,7 +5544,9 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
yallist: 3.1.1
|
yallist: 3.1.1
|
||||||
|
|
||||||
magic-string@0.30.17:
|
lz-string@1.5.0: {}
|
||||||
|
|
||||||
|
magic-string@0.30.21:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/sourcemap-codec': 1.5.5
|
'@jridgewell/sourcemap-codec': 1.5.5
|
||||||
|
|
||||||
@@ -5342,14 +5759,6 @@ snapshots:
|
|||||||
|
|
||||||
minimist@1.2.8: {}
|
minimist@1.2.8: {}
|
||||||
|
|
||||||
minipass@7.1.2: {}
|
|
||||||
|
|
||||||
minizlib@3.0.2:
|
|
||||||
dependencies:
|
|
||||||
minipass: 7.1.2
|
|
||||||
|
|
||||||
mkdirp@3.0.1: {}
|
|
||||||
|
|
||||||
mode-watcher@1.1.0(svelte@5.38.2):
|
mode-watcher@1.1.0(svelte@5.38.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
runed: 0.25.0(svelte@5.38.2)
|
runed: 0.25.0(svelte@5.38.2)
|
||||||
@@ -5362,12 +5771,12 @@ snapshots:
|
|||||||
|
|
||||||
ms@2.1.3: {}
|
ms@2.1.3: {}
|
||||||
|
|
||||||
msw@2.10.5(@types/node@24.3.0)(typescript@5.9.2):
|
msw@2.10.5(@types/node@24.3.3)(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@bundled-es-modules/cookie': 2.0.1
|
'@bundled-es-modules/cookie': 2.0.1
|
||||||
'@bundled-es-modules/statuses': 1.0.1
|
'@bundled-es-modules/statuses': 1.0.1
|
||||||
'@bundled-es-modules/tough-cookie': 0.1.6
|
'@bundled-es-modules/tough-cookie': 0.1.6
|
||||||
'@inquirer/confirm': 5.1.16(@types/node@24.3.0)
|
'@inquirer/confirm': 5.1.16(@types/node@24.3.3)
|
||||||
'@mswjs/interceptors': 0.39.6
|
'@mswjs/interceptors': 0.39.6
|
||||||
'@open-draft/deferred-promise': 2.2.0
|
'@open-draft/deferred-promise': 2.2.0
|
||||||
'@open-draft/until': 2.1.0
|
'@open-draft/until': 2.1.0
|
||||||
@@ -5383,7 +5792,7 @@ snapshots:
|
|||||||
type-fest: 4.41.0
|
type-fest: 4.41.0
|
||||||
yargs: 17.7.2
|
yargs: 17.7.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
|
|
||||||
@@ -5403,7 +5812,7 @@ snapshots:
|
|||||||
fetch-blob: 3.2.0
|
fetch-blob: 3.2.0
|
||||||
formdata-polyfill: 4.0.10
|
formdata-polyfill: 4.0.10
|
||||||
|
|
||||||
node-releases@2.0.19: {}
|
node-releases@2.0.27: {}
|
||||||
|
|
||||||
npm-run-path@4.0.1:
|
npm-run-path@4.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -5563,7 +5972,7 @@ snapshots:
|
|||||||
prettier: 3.6.2
|
prettier: 3.6.2
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
|
|
||||||
prettier-plugin-tailwindcss@0.6.14(prettier-plugin-svelte@3.4.0(prettier@3.6.2)(svelte@5.38.2))(prettier@3.6.2):
|
prettier-plugin-tailwindcss@0.7.1(prettier-plugin-svelte@3.4.0(prettier@3.6.2)(svelte@5.38.2))(prettier@3.6.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
prettier: 3.6.2
|
prettier: 3.6.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@@ -5770,10 +6179,14 @@ snapshots:
|
|||||||
esm-env: 1.2.2
|
esm-env: 1.2.2
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
|
|
||||||
runed@0.29.2(svelte@5.38.2):
|
runed@0.35.1(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
|
dequal: 2.0.3
|
||||||
esm-env: 1.2.2
|
esm-env: 1.2.2
|
||||||
|
lz-string: 1.5.0
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
|
optionalDependencies:
|
||||||
|
'@sveltejs/kit': 2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1))
|
||||||
|
|
||||||
sade@1.8.1:
|
sade@1.8.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -5831,16 +6244,18 @@ snapshots:
|
|||||||
|
|
||||||
setprototypeof@1.2.0: {}
|
setprototypeof@1.2.0: {}
|
||||||
|
|
||||||
shadcn@3.0.0(@types/node@24.3.0)(typescript@5.9.2):
|
shadcn@3.5.0(@types/node@24.3.3)(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/ni': 25.0.0
|
'@antfu/ni': 25.0.0
|
||||||
'@babel/core': 7.28.3
|
'@babel/core': 7.28.3
|
||||||
'@babel/parser': 7.28.3
|
'@babel/parser': 7.28.3
|
||||||
'@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.3)
|
'@babel/plugin-transform-typescript': 7.28.0(@babel/core@7.28.3)
|
||||||
|
'@babel/preset-typescript': 7.28.5(@babel/core@7.28.3)
|
||||||
'@dotenvx/dotenvx': 1.49.0
|
'@dotenvx/dotenvx': 1.49.0
|
||||||
'@modelcontextprotocol/sdk': 1.17.4
|
'@modelcontextprotocol/sdk': 1.17.4
|
||||||
|
browserslist: 4.28.0
|
||||||
commander: 14.0.0
|
commander: 14.0.0
|
||||||
cosmiconfig: 9.0.0(typescript@5.9.2)
|
cosmiconfig: 9.0.0(typescript@5.9.3)
|
||||||
dedent: 1.6.0
|
dedent: 1.6.0
|
||||||
deepmerge: 4.3.1
|
deepmerge: 4.3.1
|
||||||
diff: 8.0.2
|
diff: 8.0.2
|
||||||
@@ -5850,7 +6265,7 @@ snapshots:
|
|||||||
fuzzysort: 3.1.0
|
fuzzysort: 3.1.0
|
||||||
https-proxy-agent: 7.0.6
|
https-proxy-agent: 7.0.6
|
||||||
kleur: 4.1.5
|
kleur: 4.1.5
|
||||||
msw: 2.10.5(@types/node@24.3.0)(typescript@5.9.2)
|
msw: 2.10.5(@types/node@24.3.3)(typescript@5.9.3)
|
||||||
node-fetch: 3.3.2
|
node-fetch: 3.3.2
|
||||||
ora: 8.2.0
|
ora: 8.2.0
|
||||||
postcss: 8.5.6
|
postcss: 8.5.6
|
||||||
@@ -5873,14 +6288,14 @@ snapshots:
|
|||||||
|
|
||||||
shebang-regex@3.0.0: {}
|
shebang-regex@3.0.0: {}
|
||||||
|
|
||||||
shiki@3.12.0:
|
shiki@3.15.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/core': 3.12.0
|
'@shikijs/core': 3.15.0
|
||||||
'@shikijs/engine-javascript': 3.12.0
|
'@shikijs/engine-javascript': 3.15.0
|
||||||
'@shikijs/engine-oniguruma': 3.12.0
|
'@shikijs/engine-oniguruma': 3.15.0
|
||||||
'@shikijs/langs': 3.12.0
|
'@shikijs/langs': 3.15.0
|
||||||
'@shikijs/themes': 3.12.0
|
'@shikijs/themes': 3.15.0
|
||||||
'@shikijs/types': 3.12.0
|
'@shikijs/types': 3.15.0
|
||||||
'@shikijs/vscode-textmate': 10.0.2
|
'@shikijs/vscode-textmate': 10.0.2
|
||||||
'@types/hast': 3.0.4
|
'@types/hast': 3.0.4
|
||||||
|
|
||||||
@@ -5995,7 +6410,7 @@ snapshots:
|
|||||||
|
|
||||||
supports-preserve-symlinks-flag@1.0.0: {}
|
supports-preserve-symlinks-flag@1.0.0: {}
|
||||||
|
|
||||||
svelte-check@4.3.1(picomatch@4.0.3)(svelte@5.38.2)(typescript@5.9.2):
|
svelte-check@4.3.1(picomatch@4.0.3)(svelte@5.38.2)(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/trace-mapping': 0.3.30
|
'@jridgewell/trace-mapping': 0.3.30
|
||||||
chokidar: 4.0.3
|
chokidar: 4.0.3
|
||||||
@@ -6003,11 +6418,11 @@ snapshots:
|
|||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
sade: 1.8.1
|
sade: 1.8.1
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- picomatch
|
- picomatch
|
||||||
|
|
||||||
svelte-eslint-parser@1.3.1(svelte@5.38.2):
|
svelte-eslint-parser@1.4.0(svelte@5.38.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint-scope: 8.4.0
|
eslint-scope: 8.4.0
|
||||||
eslint-visitor-keys: 4.2.1
|
eslint-visitor-keys: 4.2.1
|
||||||
@@ -6018,11 +6433,20 @@ snapshots:
|
|||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
|
|
||||||
svelte-sonner@1.0.5(svelte@5.38.2):
|
svelte-sonner@1.0.6(svelte@5.38.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
runed: 0.28.0(svelte@5.38.2)
|
runed: 0.28.0(svelte@5.38.2)
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
|
|
||||||
|
svelte-toolbelt@0.10.6(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2):
|
||||||
|
dependencies:
|
||||||
|
clsx: 2.1.1
|
||||||
|
runed: 0.35.1(@sveltejs/kit@2.36.1(@sveltejs/vite-plugin-svelte@6.1.3(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)))(svelte@5.38.2)
|
||||||
|
style-to-object: 1.0.9
|
||||||
|
svelte: 5.38.2
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- '@sveltejs/kit'
|
||||||
|
|
||||||
svelte-toolbelt@0.7.1(svelte@5.38.2):
|
svelte-toolbelt@0.7.1(svelte@5.38.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
clsx: 2.1.1
|
clsx: 2.1.1
|
||||||
@@ -6030,13 +6454,6 @@ snapshots:
|
|||||||
style-to-object: 1.0.9
|
style-to-object: 1.0.9
|
||||||
svelte: 5.38.2
|
svelte: 5.38.2
|
||||||
|
|
||||||
svelte-toolbelt@0.9.3(svelte@5.38.2):
|
|
||||||
dependencies:
|
|
||||||
clsx: 2.1.1
|
|
||||||
runed: 0.29.2(svelte@5.38.2)
|
|
||||||
style-to-object: 1.0.9
|
|
||||||
svelte: 5.38.2
|
|
||||||
|
|
||||||
svelte@5.38.2:
|
svelte@5.38.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@jridgewell/remapping': 2.3.5
|
'@jridgewell/remapping': 2.3.5
|
||||||
@@ -6051,7 +6468,7 @@ snapshots:
|
|||||||
esrap: 2.1.0
|
esrap: 2.1.0
|
||||||
is-reference: 3.0.3
|
is-reference: 3.0.3
|
||||||
locate-character: 3.0.0
|
locate-character: 3.0.0
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.21
|
||||||
zimmerframe: 1.1.2
|
zimmerframe: 1.1.2
|
||||||
|
|
||||||
svgo@4.0.0:
|
svgo@4.0.0:
|
||||||
@@ -6066,28 +6483,18 @@ snapshots:
|
|||||||
|
|
||||||
tabbable@6.2.0: {}
|
tabbable@6.2.0: {}
|
||||||
|
|
||||||
tailwind-merge@3.0.2: {}
|
tailwind-merge@3.4.0: {}
|
||||||
|
|
||||||
tailwind-merge@3.3.1: {}
|
tailwind-variants@3.1.1(tailwind-merge@3.4.0)(tailwindcss@4.1.17):
|
||||||
|
|
||||||
tailwind-variants@1.0.0(tailwindcss@4.1.12):
|
|
||||||
dependencies:
|
dependencies:
|
||||||
tailwind-merge: 3.0.2
|
tailwindcss: 4.1.17
|
||||||
tailwindcss: 4.1.12
|
optionalDependencies:
|
||||||
|
tailwind-merge: 3.4.0
|
||||||
|
|
||||||
tailwindcss@4.1.12: {}
|
tailwindcss@4.1.17: {}
|
||||||
|
|
||||||
tapable@2.2.2: {}
|
tapable@2.2.2: {}
|
||||||
|
|
||||||
tar@7.4.3:
|
|
||||||
dependencies:
|
|
||||||
'@isaacs/fs-minipass': 4.0.1
|
|
||||||
chownr: 3.0.0
|
|
||||||
minipass: 7.1.2
|
|
||||||
minizlib: 3.0.2
|
|
||||||
mkdirp: 3.0.1
|
|
||||||
yallist: 5.0.0
|
|
||||||
|
|
||||||
tiny-invariant@1.3.3: {}
|
tiny-invariant@1.3.3: {}
|
||||||
|
|
||||||
tinyexec@1.0.1: {}
|
tinyexec@1.0.1: {}
|
||||||
@@ -6097,6 +6504,11 @@ snapshots:
|
|||||||
fdir: 6.5.0(picomatch@4.0.3)
|
fdir: 6.5.0(picomatch@4.0.3)
|
||||||
picomatch: 4.0.3
|
picomatch: 4.0.3
|
||||||
|
|
||||||
|
tinyglobby@0.2.15:
|
||||||
|
dependencies:
|
||||||
|
fdir: 6.5.0(picomatch@4.0.3)
|
||||||
|
picomatch: 4.0.3
|
||||||
|
|
||||||
to-regex-range@5.0.1:
|
to-regex-range@5.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
is-number: 7.0.0
|
is-number: 7.0.0
|
||||||
@@ -6116,9 +6528,9 @@ snapshots:
|
|||||||
|
|
||||||
trough@2.2.0: {}
|
trough@2.2.0: {}
|
||||||
|
|
||||||
ts-api-utils@2.1.0(typescript@5.9.2):
|
ts-api-utils@2.1.0(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
|
|
||||||
ts-morph@26.0.0:
|
ts-morph@26.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -6133,14 +6545,14 @@ snapshots:
|
|||||||
|
|
||||||
tslib@2.8.1: {}
|
tslib@2.8.1: {}
|
||||||
|
|
||||||
tsx@4.20.5:
|
tsx@4.20.6:
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.25.9
|
esbuild: 0.25.9
|
||||||
get-tsconfig: 4.10.1
|
get-tsconfig: 4.10.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
|
|
||||||
tw-animate-css@1.3.7: {}
|
tw-animate-css@1.4.0: {}
|
||||||
|
|
||||||
type-check@0.4.0:
|
type-check@0.4.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -6156,18 +6568,18 @@ snapshots:
|
|||||||
media-typer: 1.1.0
|
media-typer: 1.1.0
|
||||||
mime-types: 3.0.1
|
mime-types: 3.0.1
|
||||||
|
|
||||||
typescript-eslint@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2):
|
typescript-eslint@8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2))(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/eslint-plugin': 8.40.0(@typescript-eslint/parser@8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)
|
||||||
'@typescript-eslint/parser': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/parser': 8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)
|
||||||
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.2)
|
'@typescript-eslint/typescript-estree': 8.40.0(typescript@5.9.3)
|
||||||
'@typescript-eslint/utils': 8.40.0(eslint@9.33.0(jiti@2.5.1))(typescript@5.9.2)
|
'@typescript-eslint/utils': 8.40.0(eslint@9.39.1(jiti@2.6.1))(typescript@5.9.3)
|
||||||
eslint: 9.33.0(jiti@2.5.1)
|
eslint: 9.39.1(jiti@2.6.1)
|
||||||
typescript: 5.9.2
|
typescript: 5.9.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
typescript@5.9.2: {}
|
typescript@5.9.3: {}
|
||||||
|
|
||||||
undici-types@7.10.0: {}
|
undici-types@7.10.0: {}
|
||||||
|
|
||||||
@@ -6212,9 +6624,9 @@ snapshots:
|
|||||||
|
|
||||||
unpipe@1.0.0: {}
|
unpipe@1.0.0: {}
|
||||||
|
|
||||||
update-browserslist-db@1.1.3(browserslist@4.25.3):
|
update-browserslist-db@1.1.4(browserslist@4.28.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
browserslist: 4.25.3
|
browserslist: 4.28.0
|
||||||
escalade: 3.2.0
|
escalade: 3.2.0
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
|
|
||||||
@@ -6246,25 +6658,25 @@ snapshots:
|
|||||||
'@types/unist': 3.0.3
|
'@types/unist': 3.0.3
|
||||||
vfile-message: 4.0.3
|
vfile-message: 4.0.3
|
||||||
|
|
||||||
vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1):
|
vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.25.9
|
esbuild: 0.25.9
|
||||||
fdir: 6.5.0(picomatch@4.0.3)
|
fdir: 6.5.0(picomatch@4.0.3)
|
||||||
picomatch: 4.0.3
|
picomatch: 4.0.3
|
||||||
postcss: 8.5.6
|
postcss: 8.5.6
|
||||||
rollup: 4.46.4
|
rollup: 4.46.4
|
||||||
tinyglobby: 0.2.14
|
tinyglobby: 0.2.15
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 24.3.0
|
'@types/node': 24.3.3
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
jiti: 2.5.1
|
jiti: 2.6.1
|
||||||
lightningcss: 1.30.1
|
lightningcss: 1.30.2
|
||||||
tsx: 4.20.5
|
tsx: 4.20.6
|
||||||
yaml: 2.8.1
|
yaml: 2.8.1
|
||||||
|
|
||||||
vitefu@1.1.1(vite@7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)):
|
vitefu@1.1.1(vite@7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)):
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vite: 7.1.3(@types/node@24.3.0)(jiti@2.5.1)(lightningcss@1.30.1)(tsx@4.20.5)(yaml@2.8.1)
|
vite: 7.2.2(@types/node@24.3.3)(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)(yaml@2.8.1)
|
||||||
|
|
||||||
web-namespaces@2.0.1: {}
|
web-namespaces@2.0.1: {}
|
||||||
|
|
||||||
@@ -6298,8 +6710,6 @@ snapshots:
|
|||||||
|
|
||||||
yallist@3.1.1: {}
|
yallist@3.1.1: {}
|
||||||
|
|
||||||
yallist@5.0.0: {}
|
|
||||||
|
|
||||||
yaml@1.10.2: {}
|
yaml@1.10.2: {}
|
||||||
|
|
||||||
yaml@2.8.1: {}
|
yaml@2.8.1: {}
|
||||||
@@ -6332,6 +6742,6 @@ snapshots:
|
|||||||
|
|
||||||
zod@3.25.76: {}
|
zod@3.25.76: {}
|
||||||
|
|
||||||
zod@4.1.4: {}
|
zod@4.1.12: {}
|
||||||
|
|
||||||
zwitch@2.0.4: {}
|
zwitch@2.0.4: {}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<!-- Preload Fonts -->
|
<!-- Preload Fonts -->
|
||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
href="%sveltekit.assets%/fonts/Geist.woff2"
|
href="%sveltekit.assets%/fonts/InterVariable.woff2"
|
||||||
as="font"
|
as="font"
|
||||||
type="font/woff2"
|
type="font/woff2"
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
@@ -61,6 +61,9 @@
|
|||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<!-- Manifest -->
|
||||||
|
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
|
||||||
|
|
||||||
<!-- Analytics -->
|
<!-- Analytics -->
|
||||||
<script
|
<script
|
||||||
defer
|
defer
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
import { mode } from "mode-watcher";
|
import { mode } from "mode-watcher";
|
||||||
import ModeToggle from "@/components/modeToggle.svelte";
|
import ModeToggle from "@/components/modeToggle.svelte";
|
||||||
|
|
||||||
import Svgl from "@/components/logos/svgl.svelte";
|
|
||||||
import Twitter from "@/components/logos/twitter.svelte";
|
import Twitter from "@/components/logos/twitter.svelte";
|
||||||
|
|
||||||
import { Separator } from "@/components/ui/separator";
|
import { Separator } from "@/components/ui/separator";
|
||||||
@@ -13,6 +12,7 @@
|
|||||||
import SidebarMobileMenu from "@/components/layout/sidebarMobileMenu.svelte";
|
import SidebarMobileMenu from "@/components/layout/sidebarMobileMenu.svelte";
|
||||||
import SettingsMenu from "@/components/settings/settingsMenu.svelte";
|
import SettingsMenu from "@/components/settings/settingsMenu.svelte";
|
||||||
import GithubLink from "@/components/githubLink.svelte";
|
import GithubLink from "@/components/githubLink.svelte";
|
||||||
|
import HomeLink from "@/components/layout/homeLink.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<header
|
<header
|
||||||
@@ -21,13 +21,7 @@
|
|||||||
<nav class="flex w-full items-center justify-between">
|
<nav class="flex w-full items-center justify-between">
|
||||||
<div class="flex items-center space-x-2">
|
<div class="flex items-center space-x-2">
|
||||||
<SidebarMobileMenu className="md:hidden" />
|
<SidebarMobileMenu className="md:hidden" />
|
||||||
<a
|
<HomeLink />
|
||||||
href="/"
|
|
||||||
class="flex items-center space-x-2 transition-colors hover:text-neutral-700 dark:hover:text-neutral-300"
|
|
||||||
>
|
|
||||||
<Svgl size={28} />
|
|
||||||
<h2 class="text-xl font-medium tracking-tight">svgl</h2>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="flex h-5 items-center space-x-2.5">
|
<div class="flex h-5 items-center space-x-2.5">
|
||||||
<div class="flex items-center space-x-1.5">
|
<div class="flex items-center space-x-1.5">
|
||||||
|
|||||||
@@ -0,0 +1,83 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import type { iSVG } from "@/types/svg";
|
||||||
|
|
||||||
|
import { globals } from "@/globals";
|
||||||
|
import { toast } from "svelte-sonner";
|
||||||
|
import { refreshAll } from "$app/navigation";
|
||||||
|
import { clipboard } from "@/utils/clipboard";
|
||||||
|
|
||||||
|
import { getSource } from "@/templates/getSource";
|
||||||
|
|
||||||
|
import Svgl from "@/components/logos/svgl.svelte";
|
||||||
|
import Github from "@/components/logos/github.svelte";
|
||||||
|
import * as ContextMenu from "@/components/ui/context-menu";
|
||||||
|
|
||||||
|
import CopyIcon from "@lucide/svelte/icons/copy";
|
||||||
|
import BugIcon from "@lucide/svelte/icons/bug";
|
||||||
|
import BoxIcon from "@lucide/svelte/icons/box";
|
||||||
|
import HeartHandshakeIcon from "@lucide/svelte/icons/heart-handshake";
|
||||||
|
import ArrowUpRight from "@lucide/svelte/icons/arrow-up-right";
|
||||||
|
|
||||||
|
const svgInfo = {
|
||||||
|
title: "Svgl",
|
||||||
|
category: "Library",
|
||||||
|
route: `/library/svgl.svg`,
|
||||||
|
url: "https://svgl.app",
|
||||||
|
} as iSVG;
|
||||||
|
|
||||||
|
const copySvgToClipboard = async () => {
|
||||||
|
let content = await getSource({
|
||||||
|
url: svgInfo.route as string,
|
||||||
|
optimize: false,
|
||||||
|
});
|
||||||
|
|
||||||
|
await clipboard(content);
|
||||||
|
|
||||||
|
const category = Array.isArray(svgInfo.category)
|
||||||
|
? svgInfo.category.sort().join(" - ")
|
||||||
|
: svgInfo.category;
|
||||||
|
|
||||||
|
toast.success("Copied SVG to clipboard", {
|
||||||
|
description: `${svgInfo.title} - ${category}`,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
const gotoUrl = (url: string) => {
|
||||||
|
window.open(url, "_blank");
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<ContextMenu.Root>
|
||||||
|
<ContextMenu.Trigger>
|
||||||
|
<a
|
||||||
|
href="/"
|
||||||
|
class="flex items-center space-x-2 transition-colors hover:text-neutral-700 dark:hover:text-neutral-300"
|
||||||
|
>
|
||||||
|
<Svgl size={28} />
|
||||||
|
<h2 class="text-xl font-medium tracking-tight">svgl</h2>
|
||||||
|
</a>
|
||||||
|
</ContextMenu.Trigger>
|
||||||
|
<ContextMenu.Content class="w-fit">
|
||||||
|
<ContextMenu.Item onclick={() => copySvgToClipboard()}>
|
||||||
|
<CopyIcon size={14} />
|
||||||
|
<span>Copy SVG</span>
|
||||||
|
</ContextMenu.Item>
|
||||||
|
<ContextMenu.Item
|
||||||
|
onclick={() => gotoUrl(`${globals.githubUrl}/issues/new/choose`)}
|
||||||
|
>
|
||||||
|
<BugIcon size={14} />
|
||||||
|
<span>Create Issue</span>
|
||||||
|
<ArrowUpRight size={10} />
|
||||||
|
</ContextMenu.Item>
|
||||||
|
<ContextMenu.Item onclick={() => gotoUrl(globals.submitUrl)}>
|
||||||
|
<HeartHandshakeIcon size={14} />
|
||||||
|
<span>Contribute</span>
|
||||||
|
<ArrowUpRight size={10} />
|
||||||
|
</ContextMenu.Item>
|
||||||
|
<ContextMenu.Item onclick={() => gotoUrl(globals.githubUrl)}>
|
||||||
|
<Github size={14} />
|
||||||
|
<span>GitHub Repository</span>
|
||||||
|
<ArrowUpRight size={10} />
|
||||||
|
</ContextMenu.Item>
|
||||||
|
</ContextMenu.Content>
|
||||||
|
</ContextMenu.Root>
|
||||||
@@ -4,6 +4,8 @@
|
|||||||
import { Separator } from "@/components/ui/separator";
|
import { Separator } from "@/components/ui/separator";
|
||||||
import ShowCategories from "@/components/layout/showCategories.svelte";
|
import ShowCategories from "@/components/layout/showCategories.svelte";
|
||||||
import ShowSidebarLinks from "@/components/layout/showSidebarLinks.svelte";
|
import ShowSidebarLinks from "@/components/layout/showSidebarLinks.svelte";
|
||||||
|
import ScrollArea from "@/components/ui/scroll-area/scroll-area.svelte";
|
||||||
|
import ScrollAreaScrollbar from "@/components/ui/scroll-area/scroll-area-scrollbar.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@@ -11,17 +13,25 @@
|
|||||||
class={cn(
|
class={cn(
|
||||||
"md:fixed md:left-1 md:h-[calc(100vh-4.5rem)]",
|
"md:fixed md:left-1 md:h-[calc(100vh-4.5rem)]",
|
||||||
"overflow-x-hidden",
|
"overflow-x-hidden",
|
||||||
"w-54 pr-2 pl-2",
|
"w-54",
|
||||||
"hidden flex-col space-y-3 md:flex",
|
"hidden flex-col space-y-3 md:flex",
|
||||||
"bg-neutral-100 dark:bg-neutral-950",
|
"bg-neutral-100 dark:bg-neutral-950",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<nav class="flex flex-col space-y-0.5">
|
<nav class="flex flex-col space-y-0.5 px-2">
|
||||||
<ShowSidebarLinks />
|
<ShowSidebarLinks />
|
||||||
</nav>
|
</nav>
|
||||||
<Separator orientation="horizontal" />
|
<div class="px-2">
|
||||||
<nav class="relative flex h-auto flex-col space-y-0.5 overflow-y-auto">
|
<Separator orientation="horizontal" />
|
||||||
<ShowCategories />
|
</div>
|
||||||
|
<nav class="relative flex h-auto flex-col space-y-0.5 overflow-hidden">
|
||||||
|
<ScrollArea
|
||||||
|
maskClassName="before:from-neutral-100 after:from-neutral-100 dark:before:from-neutral-950 dark:after:from-neutral-950"
|
||||||
|
class="flex size-full flex-col gap-y-0.5 overflow-hidden px-2"
|
||||||
|
>
|
||||||
|
<ShowCategories />
|
||||||
|
<ScrollAreaScrollbar orientation="vertical" />
|
||||||
|
</ScrollArea>
|
||||||
</nav>
|
</nav>
|
||||||
</aside>
|
</aside>
|
||||||
<main class={cn("px-2 md:mr-4 md:ml-56 md:px-0", "overflow-hidden")}>
|
<main class={cn("px-2 md:mr-4 md:ml-56 md:px-0", "overflow-hidden")}>
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
import ShowCategories from "@/components/layout/showCategories.svelte";
|
import ShowCategories from "@/components/layout/showCategories.svelte";
|
||||||
import ShowSidebarLinks from "@/components/layout/showSidebarLinks.svelte";
|
import ShowSidebarLinks from "@/components/layout/showSidebarLinks.svelte";
|
||||||
|
import ScrollArea from "@/components/ui/scroll-area/scroll-area.svelte";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
className?: string;
|
className?: string;
|
||||||
@@ -33,10 +34,14 @@
|
|||||||
<h2 class="text-xl font-medium tracking-tight">svgl</h2>
|
<h2 class="text-xl font-medium tracking-tight">svgl</h2>
|
||||||
</Sheet.Title>
|
</Sheet.Title>
|
||||||
</Sheet.Header>
|
</Sheet.Header>
|
||||||
<nav class="flex flex-col space-y-0.5 overflow-y-auto px-3 pb-3">
|
<ScrollArea
|
||||||
|
class="flex size-full flex-col"
|
||||||
|
viewportClassName="pb-3 px-3 space-y-0.5"
|
||||||
|
maskClassName="before:from-white after:from-white dark:before:from-neutral-900 dark:after:from-neutral-900"
|
||||||
|
>
|
||||||
<ShowSidebarLinks />
|
<ShowSidebarLinks />
|
||||||
<Separator orientation="horizontal" class="my-3" />
|
<Separator orientation="horizontal" class="my-3" />
|
||||||
<ShowCategories />
|
<ShowCategories />
|
||||||
</nav>
|
</ScrollArea>
|
||||||
</Sheet.Content>
|
</Sheet.Content>
|
||||||
</Sheet.Root>
|
</Sheet.Root>
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import type { Snippet } from "svelte";
|
import type { Snippet } from "svelte";
|
||||||
import { cn } from "@/utils/cn";
|
import { cn } from "@/utils/cn";
|
||||||
|
import ScrollArea from "./ui/scroll-area/scroll-area.svelte";
|
||||||
|
import { ScrollAreaScrollbar } from "./ui/scroll-area";
|
||||||
|
|
||||||
interface PageCardProps {
|
interface PageCardProps {
|
||||||
children: Snippet;
|
children: Snippet;
|
||||||
@@ -21,14 +23,16 @@
|
|||||||
containerClass,
|
containerClass,
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div
|
<ScrollArea
|
||||||
|
maskHeight={50}
|
||||||
|
maskClassName="before:from-transparent after:from-white dark:before:from-[#0f0f0f] dark:after:from-[#0f0f0f]"
|
||||||
class={cn(
|
class={cn(
|
||||||
"max-h-[calc(100vh-4.5rem)] min-h-[calc(100vh-4.5rem)]",
|
"flex size-full max-h-[calc(100vh-4.5rem)] min-h-[calc(100vh-4.5rem)] flex-col",
|
||||||
"overflow-hidden overflow-y-auto",
|
|
||||||
contentCardClass,
|
contentCardClass,
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
<ScrollAreaScrollbar orientation="vertical" class="relative z-99999" />
|
||||||
{@render children?.()}
|
{@render children?.()}
|
||||||
</div>
|
</ScrollArea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const handleKeydown = (event: KeyboardEvent) => {
|
const handleKeydown = (event: KeyboardEvent) => {
|
||||||
if (event.ctrlKey && event.key === "k") {
|
if ((event.metaKey || event.ctrlKey) && event.key.toLowerCase() === "k") {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
inputElement?.focus();
|
inputElement?.focus();
|
||||||
}
|
}
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
"pointer-events-none absolute top-1/2 left-2.5 -translate-y-1/2 transition-colors",
|
"pointer-events-none absolute top-1/2 left-2.5 -translate-y-1/2 transition-colors",
|
||||||
searchValue
|
searchValue
|
||||||
? "text-black dark:text-white"
|
? "text-black dark:text-white"
|
||||||
: "text-neutral-400 dark:text-neutral-600",
|
: "text-neutral-400 dark:text-neutral-500",
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
|
|||||||
@@ -36,6 +36,9 @@
|
|||||||
<HeartIcon
|
<HeartIcon
|
||||||
size={16}
|
size={16}
|
||||||
strokeWidth={1.8}
|
strokeWidth={1.8}
|
||||||
class={cn(isFavorite && "fill-red-500 dark:fill-red-600")}
|
class={cn(
|
||||||
|
isFavorite &&
|
||||||
|
"fill-red-500 text-red-600 dark:fill-red-600 dark:text-red-400",
|
||||||
|
)}
|
||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -162,7 +162,12 @@
|
|||||||
content = prefixSvgIds(content, getPrefixFromSvgUrl(svgUrlToCopy));
|
content = prefixSvgIds(content, getPrefixFromSvgUrl(svgUrlToCopy));
|
||||||
}
|
}
|
||||||
|
|
||||||
const dataComponent = { code: content, typescript: tsx, name: title };
|
const dataComponent = {
|
||||||
|
code: content,
|
||||||
|
typescript: tsx,
|
||||||
|
name: title,
|
||||||
|
optimize,
|
||||||
|
};
|
||||||
const { data, error } = await getReactCode(dataComponent);
|
const { data, error } = await getReactCode(dataComponent);
|
||||||
|
|
||||||
if (error || !data) {
|
if (error || !data) {
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<!-- Image Options -->
|
<!-- Image Options -->
|
||||||
<div class="flex w-full items-center justify-end space-x-3">
|
<div class="flex w-full items-center justify-end space-x-3 pb-0.5">
|
||||||
{#if svgInfo.brandUrl !== undefined}
|
{#if svgInfo.brandUrl !== undefined}
|
||||||
<a
|
<a
|
||||||
href={svgInfo.brandUrl}
|
href={svgInfo.brandUrl}
|
||||||
@@ -77,7 +77,6 @@
|
|||||||
src={getSvgImgUrl({ url: svgInfo.wordmark, isDark: true })}
|
src={getSvgImgUrl({ url: svgInfo.wordmark, isDark: true })}
|
||||||
alt={svgInfo.title}
|
alt={svgInfo.title}
|
||||||
title={svgInfo.title}
|
title={svgInfo.title}
|
||||||
width="140"
|
|
||||||
height="40"
|
height="40"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
@@ -86,7 +85,6 @@
|
|||||||
src={getSvgImgUrl({ url: svgInfo.wordmark, isDark: false })}
|
src={getSvgImgUrl({ url: svgInfo.wordmark, isDark: false })}
|
||||||
alt={svgInfo.title}
|
alt={svgInfo.title}
|
||||||
title={svgInfo.title}
|
title={svgInfo.title}
|
||||||
width="140"
|
|
||||||
height="40"
|
height="40"
|
||||||
/>
|
/>
|
||||||
{:else}
|
{:else}
|
||||||
@@ -96,7 +94,6 @@
|
|||||||
src={getSvgImgUrl({ url: svgInfo.route, isDark: true })}
|
src={getSvgImgUrl({ url: svgInfo.route, isDark: true })}
|
||||||
alt={svgInfo.title}
|
alt={svgInfo.title}
|
||||||
title={svgInfo.title}
|
title={svgInfo.title}
|
||||||
width="140"
|
|
||||||
height="40"
|
height="40"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
@@ -105,7 +102,6 @@
|
|||||||
src={getSvgImgUrl({ url: svgInfo.route, isDark: false })}
|
src={getSvgImgUrl({ url: svgInfo.route, isDark: false })}
|
||||||
alt={svgInfo.title}
|
alt={svgInfo.title}
|
||||||
title={svgInfo.title}
|
title={svgInfo.title}
|
||||||
width="140"
|
|
||||||
height="40"
|
height="40"
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
@@ -0,0 +1,25 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||||
|
import { cn } from "@/utils/cn";
|
||||||
|
|
||||||
|
let {
|
||||||
|
ref = $bindable(null),
|
||||||
|
portalProps,
|
||||||
|
class: className,
|
||||||
|
...restProps
|
||||||
|
}: ContextMenuPrimitive.ContentProps & {
|
||||||
|
portalProps?: ContextMenuPrimitive.PortalProps;
|
||||||
|
} = $props();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<ContextMenuPrimitive.Portal {...portalProps}>
|
||||||
|
<ContextMenuPrimitive.Content
|
||||||
|
bind:ref
|
||||||
|
data-slot="context-menu-content"
|
||||||
|
class={cn(
|
||||||
|
"z-50 max-h-(--bits-context-menu-content-available-height) min-w-[8rem] origin-(--bits-context-menu-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border border-neutral-200 bg-white p-1 text-neutral-950 shadow-md data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95 dark:border-neutral-800 dark:bg-neutral-900 dark:text-neutral-50",
|
||||||
|
className,
|
||||||
|
)}
|
||||||
|
{...restProps}
|
||||||
|
/>
|
||||||
|
</ContextMenuPrimitive.Portal>
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||||
|
|
||||||
|
let { ref = $bindable(null), ...restProps }: ContextMenuPrimitive.GroupProps =
|
||||||
|
$props();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<ContextMenuPrimitive.Group
|
||||||
|
bind:ref
|
||||||
|
data-slot="context-menu-group"
|
||||||
|
{...restProps}
|
||||||
|
/>
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { cn } from "@/utils/cn";
|
||||||
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||||
|
|
||||||
|
let {
|
||||||
|
ref = $bindable(null),
|
||||||
|
class: className,
|
||||||
|
inset,
|
||||||
|
variant = "default",
|
||||||
|
...restProps
|
||||||
|
}: ContextMenuPrimitive.ItemProps & {
|
||||||
|
inset?: boolean;
|
||||||
|
variant?: "default" | "destructive";
|
||||||
|
} = $props();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<ContextMenuPrimitive.Item
|
||||||
|
bind:ref
|
||||||
|
data-slot="context-menu-item"
|
||||||
|
data-inset={inset}
|
||||||
|
data-variant={variant}
|
||||||
|
class={cn(
|
||||||
|
"relative flex cursor-default items-center gap-2.5 rounded-sm px-2 py-1.5 text-sm outline-hidden select-none data-highlighted:bg-neutral-200 data-highlighted:text-neutral-900 data-[disabled]:pointer-events-none data-[disabled]:opacity-50 data-[inset]:pl-8 data-[variant=destructive]:text-neutral-700 data-[variant=destructive]:data-highlighted:bg-neutral-100 data-[variant=destructive]:data-highlighted:text-neutral-700 dark:data-highlighted:bg-neutral-800 dark:data-highlighted:text-neutral-50 dark:data-[variant=destructive]:data-highlighted:bg-neutral-700 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 [&_svg:not([class*='text-'])]:text-neutral-500 dark:[&_svg:not([class*='text-'])]:text-neutral-400 data-[variant=destructive]:*:[svg]:text-neutral-700",
|
||||||
|
className,
|
||||||
|
)}
|
||||||
|
{...restProps}
|
||||||
|
/>
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { cn } from "@/utils/cn";
|
||||||
|
import type { WithElementRef } from "@/types/components";
|
||||||
|
import type { HTMLAttributes } from "svelte/elements";
|
||||||
|
|
||||||
|
let {
|
||||||
|
ref = $bindable(null),
|
||||||
|
class: className,
|
||||||
|
inset,
|
||||||
|
children,
|
||||||
|
...restProps
|
||||||
|
}: WithElementRef<HTMLAttributes<HTMLDivElement>> & {
|
||||||
|
inset?: boolean;
|
||||||
|
} = $props();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<div
|
||||||
|
bind:this={ref}
|
||||||
|
data-slot="context-menu-label"
|
||||||
|
data-inset={inset}
|
||||||
|
class={cn(
|
||||||
|
"px-2 py-1.5 text-sm font-medium text-neutral-900 data-[inset]:pl-8 dark:text-neutral-100",
|
||||||
|
className,
|
||||||
|
)}
|
||||||
|
{...restProps}
|
||||||
|
>
|
||||||
|
{@render children?.()}
|
||||||
|
</div>
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { cn } from "@/utils/cn";
|
||||||
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||||
|
|
||||||
|
let {
|
||||||
|
ref = $bindable(null),
|
||||||
|
class: className,
|
||||||
|
...restProps
|
||||||
|
}: ContextMenuPrimitive.SeparatorProps = $props();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<ContextMenuPrimitive.Separator
|
||||||
|
bind:ref
|
||||||
|
data-slot="context-menu-separator"
|
||||||
|
class={cn("-mx-1 my-1 h-px bg-neutral-200 dark:bg-neutral-800", className)}
|
||||||
|
{...restProps}
|
||||||
|
/>
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { cn } from "@/utils/cn";
|
||||||
|
import type { WithElementRef } from "bits-ui";
|
||||||
|
import type { HTMLAttributes } from "svelte/elements";
|
||||||
|
|
||||||
|
let {
|
||||||
|
ref = $bindable(null),
|
||||||
|
class: className,
|
||||||
|
children,
|
||||||
|
...restProps
|
||||||
|
}: WithElementRef<HTMLAttributes<HTMLSpanElement>> = $props();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<span
|
||||||
|
bind:this={ref}
|
||||||
|
data-slot="context-menu-shortcut"
|
||||||
|
class={cn(
|
||||||
|
"ml-auto text-xs tracking-widest text-neutral-400 dark:text-neutral-600",
|
||||||
|
className,
|
||||||
|
)}
|
||||||
|
{...restProps}
|
||||||
|
>
|
||||||
|
{@render children?.()}
|
||||||
|
</span>
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||||
|
|
||||||
|
let {
|
||||||
|
ref = $bindable(null),
|
||||||
|
...restProps
|
||||||
|
}: ContextMenuPrimitive.TriggerProps = $props();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<ContextMenuPrimitive.Trigger
|
||||||
|
bind:ref
|
||||||
|
data-slot="context-menu-trigger"
|
||||||
|
{...restProps}
|
||||||
|
/>
|
||||||
@@ -0,0 +1,34 @@
|
|||||||
|
import { ContextMenu as ContextMenuPrimitive } from "bits-ui";
|
||||||
|
|
||||||
|
import Trigger from "./context-menu-trigger.svelte";
|
||||||
|
import Group from "./context-menu-group.svelte";
|
||||||
|
import Item from "./context-menu-item.svelte";
|
||||||
|
import Content from "./context-menu-content.svelte";
|
||||||
|
import Shortcut from "./context-menu-shortcut.svelte";
|
||||||
|
import Separator from "./context-menu-separator.svelte";
|
||||||
|
import Label from "./context-menu-label.svelte";
|
||||||
|
|
||||||
|
const Sub = ContextMenuPrimitive.Sub;
|
||||||
|
const Root = ContextMenuPrimitive.Root;
|
||||||
|
|
||||||
|
export {
|
||||||
|
Sub,
|
||||||
|
Root,
|
||||||
|
Item,
|
||||||
|
Label,
|
||||||
|
Group,
|
||||||
|
Trigger,
|
||||||
|
Content,
|
||||||
|
Shortcut,
|
||||||
|
Separator,
|
||||||
|
//
|
||||||
|
Root as ContextMenu,
|
||||||
|
Sub as ContextMenuSub,
|
||||||
|
Item as ContextMenuItem,
|
||||||
|
Group as ContextMenuGroup,
|
||||||
|
Content as ContextMenuContent,
|
||||||
|
Trigger as ContextMenuTrigger,
|
||||||
|
Shortcut as ContextMenuShortcut,
|
||||||
|
Separator as ContextMenuSeparator,
|
||||||
|
Label as ContextMenuLabel,
|
||||||
|
};
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
import Root from "./scroll-area.svelte";
|
||||||
|
import Mask from "./scroll-area-mask.svelte";
|
||||||
|
import Scrollbar from "./scroll-area-scrollbar.svelte";
|
||||||
|
|
||||||
|
export {
|
||||||
|
Root,
|
||||||
|
Scrollbar,
|
||||||
|
Mask,
|
||||||
|
Root as ScrollArea,
|
||||||
|
Scrollbar as ScrollAreaScrollbar,
|
||||||
|
Mask as ScrollAreaMask,
|
||||||
|
};
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import { cn } from "@/utils/cn";
|
||||||
|
type Mask = {
|
||||||
|
top: boolean;
|
||||||
|
bottom: boolean;
|
||||||
|
left: boolean;
|
||||||
|
right: boolean;
|
||||||
|
};
|
||||||
|
|
||||||
|
let {
|
||||||
|
showMask,
|
||||||
|
maskHeight,
|
||||||
|
class: className = "",
|
||||||
|
}: {
|
||||||
|
showMask: Mask;
|
||||||
|
maskHeight: number;
|
||||||
|
class?: string;
|
||||||
|
} = $props();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<div
|
||||||
|
aria-hidden="true"
|
||||||
|
style={`--top-fade-height: ${showMask.top ? `${maskHeight}px` : "0px"}; --bottom-fade-height: ${showMask.bottom ? `${maskHeight}px` : "0px"};`}
|
||||||
|
class={cn(
|
||||||
|
"pointer-events-none absolute inset-0 z-10",
|
||||||
|
"before:absolute before:inset-x-0 before:top-0 before:transition-[height,opacity] before:duration-300 before:content-['']",
|
||||||
|
"after:absolute after:inset-x-0 after:bottom-0 after:transition-[height,opacity] after:duration-300 after:content-['']",
|
||||||
|
"before:h-(--top-fade-height) after:h-(--bottom-fade-height)",
|
||||||
|
showMask.top ? "before:opacity-100" : "before:opacity-0",
|
||||||
|
showMask.bottom ? "after:opacity-100" : "after:opacity-0",
|
||||||
|
"before:from-background before:bg-gradient-to-b before:to-transparent",
|
||||||
|
"after:from-background after:bg-gradient-to-t after:to-transparent",
|
||||||
|
className,
|
||||||
|
)}
|
||||||
|
></div>
|
||||||
|
<div
|
||||||
|
aria-hidden="true"
|
||||||
|
style={`--left-fade-width: ${showMask.left ? `${maskHeight}px` : "0px"}; --right-fade-width: ${showMask.right ? `${maskHeight}px` : "0px"};`}
|
||||||
|
class={cn(
|
||||||
|
"pointer-events-none absolute inset-0 z-10",
|
||||||
|
"before:absolute before:inset-y-0 before:left-0 before:transition-[width,opacity] before:duration-300 before:content-['']",
|
||||||
|
"after:absolute after:inset-y-0 after:right-0 after:transition-[width,opacity] after:duration-300 after:content-['']",
|
||||||
|
"before:w-(--left-fade-width) after:w-(--right-fade-width)",
|
||||||
|
showMask.left ? "before:opacity-100" : "before:opacity-0",
|
||||||
|
showMask.right ? "after:opacity-100" : "after:opacity-0",
|
||||||
|
"before:from-background before:bg-gradient-to-r before:to-transparent",
|
||||||
|
"after:from-background after:bg-gradient-to-l after:to-transparent",
|
||||||
|
className,
|
||||||
|
)}
|
||||||
|
></div>
|
||||||
@@ -0,0 +1,46 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import type { WithoutChild } from "@/types/components";
|
||||||
|
|
||||||
|
import { cn } from "@/utils/cn";
|
||||||
|
import { ScrollArea as ScrollAreaPrimitive } from "bits-ui";
|
||||||
|
import { useHasPrimaryTouch } from "@/hooks/use-has-primary-touch";
|
||||||
|
|
||||||
|
let {
|
||||||
|
ref = $bindable(null),
|
||||||
|
class: className,
|
||||||
|
orientation = "vertical",
|
||||||
|
children,
|
||||||
|
thumbClassName,
|
||||||
|
...restProps
|
||||||
|
}: WithoutChild<ScrollAreaPrimitive.ScrollbarProps> & {
|
||||||
|
thumbClassName?: string;
|
||||||
|
} = $props();
|
||||||
|
|
||||||
|
const hasPrimaryTouch = useHasPrimaryTouch();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
{#if !$hasPrimaryTouch}
|
||||||
|
<ScrollAreaPrimitive.Scrollbar
|
||||||
|
bind:ref
|
||||||
|
data-slot="scroll-area-scrollbar"
|
||||||
|
{orientation}
|
||||||
|
class={cn(
|
||||||
|
"flex touch-none p-px transition-[colors] duration-150 select-none hover:bg-neutral-200 data-[state=hidden]:animate-out data-[state=hidden]:fade-out-0 data-[state=visible]:animate-in data-[state=visible]:fade-in-0 dark:hover:bg-neutral-900",
|
||||||
|
orientation === "vertical" &&
|
||||||
|
"h-full w-2.5 border-l border-l-transparent",
|
||||||
|
orientation === "horizontal" &&
|
||||||
|
"h-2.5 flex-col border-t border-t-transparent px-1 pr-1.25",
|
||||||
|
className,
|
||||||
|
)}
|
||||||
|
{...restProps}
|
||||||
|
>
|
||||||
|
{@render children?.()}
|
||||||
|
<ScrollAreaPrimitive.Thumb
|
||||||
|
data-slot="scroll-area-thumb"
|
||||||
|
class={cn(
|
||||||
|
"relative my-0.5 flex-1 rounded-full bg-neutral-300 transition-colors ease-out hover:bg-neutral-500/50 active:bg-neutral-500/75 dark:bg-neutral-800 dark:hover:bg-neutral-700 dark:active:bg-neutral-600",
|
||||||
|
thumbClassName,
|
||||||
|
)}
|
||||||
|
/>
|
||||||
|
</ScrollAreaPrimitive.Scrollbar>
|
||||||
|
{/if}
|
||||||
@@ -0,0 +1,144 @@
|
|||||||
|
<script lang="ts">
|
||||||
|
import type { WithoutChild } from "@/types/components";
|
||||||
|
|
||||||
|
import { cn } from "@/utils/cn";
|
||||||
|
import { useHasPrimaryTouch } from "@/hooks/use-has-primary-touch";
|
||||||
|
|
||||||
|
import { Scrollbar } from "./index.js";
|
||||||
|
import ScrollAreaMask from "./scroll-area-mask.svelte";
|
||||||
|
import { ScrollArea as ScrollAreaPrimitive } from "bits-ui";
|
||||||
|
|
||||||
|
type Mask = {
|
||||||
|
top: boolean;
|
||||||
|
bottom: boolean;
|
||||||
|
left: boolean;
|
||||||
|
right: boolean;
|
||||||
|
};
|
||||||
|
|
||||||
|
let {
|
||||||
|
ref = $bindable(null),
|
||||||
|
class: className,
|
||||||
|
orientation = "vertical",
|
||||||
|
scrollbarXClasses = "",
|
||||||
|
scrollbarYClasses = "",
|
||||||
|
children,
|
||||||
|
scrollHideDelay = 0,
|
||||||
|
maskHeight = 30,
|
||||||
|
maskClassName = "",
|
||||||
|
viewportClassName = "",
|
||||||
|
...restProps
|
||||||
|
}: WithoutChild<ScrollAreaPrimitive.RootProps> & {
|
||||||
|
orientation?: "vertical" | "horizontal" | "both" | undefined;
|
||||||
|
scrollbarXClasses?: string | undefined;
|
||||||
|
scrollbarYClasses?: string | undefined;
|
||||||
|
maskHeight?: number;
|
||||||
|
maskClassName?: string;
|
||||||
|
viewportClassName?: string;
|
||||||
|
} = $props();
|
||||||
|
|
||||||
|
let viewportRef: HTMLDivElement | null = $state(null);
|
||||||
|
const showMask = $state<Mask>({
|
||||||
|
top: true,
|
||||||
|
bottom: true,
|
||||||
|
left: true,
|
||||||
|
right: true,
|
||||||
|
});
|
||||||
|
|
||||||
|
const hasPrimaryTouchStore = useHasPrimaryTouch();
|
||||||
|
|
||||||
|
const checkScrollability = () => {
|
||||||
|
const element = viewportRef;
|
||||||
|
if (!element) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const {
|
||||||
|
scrollTop,
|
||||||
|
scrollLeft,
|
||||||
|
scrollWidth,
|
||||||
|
clientWidth,
|
||||||
|
scrollHeight,
|
||||||
|
clientHeight,
|
||||||
|
} = element;
|
||||||
|
|
||||||
|
showMask.top = scrollTop > 0;
|
||||||
|
showMask.bottom = scrollTop + clientHeight < scrollHeight - 1;
|
||||||
|
showMask.left = scrollLeft > 0;
|
||||||
|
showMask.right = scrollLeft + clientWidth < scrollWidth - 1;
|
||||||
|
};
|
||||||
|
|
||||||
|
$effect(() => {
|
||||||
|
const element = viewportRef;
|
||||||
|
if (!element) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const controller = new AbortController();
|
||||||
|
const { signal } = controller;
|
||||||
|
|
||||||
|
const resizeObserver = new ResizeObserver(checkScrollability);
|
||||||
|
resizeObserver.observe(element);
|
||||||
|
|
||||||
|
element.addEventListener("scroll", checkScrollability, { signal });
|
||||||
|
window.addEventListener("resize", checkScrollability, { signal });
|
||||||
|
|
||||||
|
checkScrollability();
|
||||||
|
|
||||||
|
return () => {
|
||||||
|
controller.abort();
|
||||||
|
resizeObserver.disconnect();
|
||||||
|
};
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
{#if $hasPrimaryTouchStore}
|
||||||
|
<div
|
||||||
|
bind:this={ref}
|
||||||
|
role="group"
|
||||||
|
data-slot="scroll-area"
|
||||||
|
aria-roledescription="scroll area"
|
||||||
|
class={cn("relative overflow-hidden", className)}
|
||||||
|
{...restProps}
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
bind:this={viewportRef}
|
||||||
|
data-slot="scroll-area-viewport"
|
||||||
|
class={cn("size-full overflow-auto rounded-[inherit]", viewportClassName)}
|
||||||
|
tabIndex={0}
|
||||||
|
>
|
||||||
|
{@render children?.()}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{#if maskHeight > 0}
|
||||||
|
<ScrollAreaMask {showMask} class={maskClassName} {maskHeight} />{/if}
|
||||||
|
</div>
|
||||||
|
{:else}
|
||||||
|
<ScrollAreaPrimitive.Root
|
||||||
|
bind:ref
|
||||||
|
{scrollHideDelay}
|
||||||
|
data-slot="scroll-area"
|
||||||
|
class={cn("relative", className)}
|
||||||
|
{...restProps}
|
||||||
|
>
|
||||||
|
<ScrollAreaPrimitive.Viewport
|
||||||
|
bind:ref={viewportRef}
|
||||||
|
data-slot="scroll-area-viewport"
|
||||||
|
class={cn("focus-ring size-full rounded-[inherit]", viewportClassName)}
|
||||||
|
>
|
||||||
|
{@render children?.()}
|
||||||
|
</ScrollAreaPrimitive.Viewport>
|
||||||
|
|
||||||
|
{#if maskHeight > 0}
|
||||||
|
<ScrollAreaMask {maskHeight} class={maskClassName} {showMask} />
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{#if orientation === "vertical" || orientation === "both"}
|
||||||
|
<Scrollbar orientation="vertical" class={scrollbarYClasses} />
|
||||||
|
{/if}
|
||||||
|
|
||||||
|
{#if orientation === "horizontal" || orientation === "both"}
|
||||||
|
<Scrollbar orientation="horizontal" class={scrollbarXClasses} />
|
||||||
|
{/if}
|
||||||
|
<ScrollAreaPrimitive.Corner />
|
||||||
|
</ScrollAreaPrimitive.Root>
|
||||||
|
{/if}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
import Root from "./separator.svelte";
|
import Root from "./separator.svelte";
|
||||||
|
|
||||||
export {
|
export {
|
||||||
Root,
|
Root,
|
||||||
//
|
//
|
||||||
Root as Separator,
|
Root as Separator,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,6 +1,21 @@
|
|||||||
import type { iSVG } from "@/types/svg";
|
import type { iSVG } from "@/types/svg";
|
||||||
|
|
||||||
export const svgs: iSVG[] = [
|
export const svgs: iSVG[] = [
|
||||||
|
{
|
||||||
|
title: "NVIDIA",
|
||||||
|
category: ["AI", "Hardware", "Platform"],
|
||||||
|
route: {
|
||||||
|
light: "/library/nvidia-icon-light.svg",
|
||||||
|
dark: "/library/nvidia-icon-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/nvidia-wordmark-light.svg",
|
||||||
|
dark: "/library/nvidia-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://www.nvidia.com",
|
||||||
|
brandUrl:
|
||||||
|
"https://www.nvidia.com/en-us/about-nvidia/legal-info/logo-brand-usage",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Google Classroom",
|
title: "Google Classroom",
|
||||||
category: ["Google", "Education"],
|
category: ["Google", "Education"],
|
||||||
@@ -11,8 +26,18 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "Kimi",
|
title: "Kimi",
|
||||||
category: "AI",
|
category: "AI",
|
||||||
route: "/library/kimi.svg",
|
route: "/library/kimi-icon.svg",
|
||||||
url: "https://kimi.ai/",
|
wordmark: {
|
||||||
|
light: "/library/kimi-wordmark-light.svg",
|
||||||
|
dark: "/library/kimi-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://kimi.ai",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Zyft",
|
||||||
|
category: "Library",
|
||||||
|
route: "/library/zyft.svg",
|
||||||
|
url: "https://zyft.com",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Perspective",
|
title: "Perspective",
|
||||||
@@ -188,6 +213,13 @@ export const svgs: iSVG[] = [
|
|||||||
route: "/library/lua.svg",
|
route: "/library/lua.svg",
|
||||||
url: "https://lua.org/",
|
url: "https://lua.org/",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Mercado Libre",
|
||||||
|
category: ["Marketplace", "Platform"],
|
||||||
|
route: "/library/mercado-libre.svg",
|
||||||
|
wordmark: "/library/mercado-libre-wordmark.svg",
|
||||||
|
url: "https://www.mercadolibre.com",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Mercado Pago",
|
title: "Mercado Pago",
|
||||||
category: "Payment",
|
category: "Payment",
|
||||||
@@ -331,7 +363,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Visual Studio Code",
|
title: "Visual Studio Code",
|
||||||
category: "Software",
|
category: ["Software", "Microsoft"],
|
||||||
route: "/library/vscode.svg",
|
route: "/library/vscode.svg",
|
||||||
url: "https://code.visualstudio.com/",
|
url: "https://code.visualstudio.com/",
|
||||||
brandUrl: "https://code.visualstudio.com/brand",
|
brandUrl: "https://code.visualstudio.com/brand",
|
||||||
@@ -439,9 +471,10 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "Facebook",
|
title: "Facebook",
|
||||||
category: "Social",
|
category: "Social",
|
||||||
route: "/library/facebook.svg",
|
route: "/library/facebook-icon.svg",
|
||||||
url: "https://www.facebook.com/",
|
wordmark: "/library/facebook-wordmark.svg",
|
||||||
brandUrl: "https://about.meta.com/brand/resources/facebook/logo/",
|
url: "https://www.facebook.com",
|
||||||
|
brandUrl: "https://about.meta.com/brand/resources/facebook/logo",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Twitter",
|
title: "Twitter",
|
||||||
@@ -502,10 +535,17 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Turborepo",
|
title: "Turborepo",
|
||||||
category: ["Library", "Vercel", "Monorepo"],
|
category: ["Library", "Monorepo", "Vercel"],
|
||||||
route: "/library/turborepo.svg",
|
route: {
|
||||||
url: "https://turborepo.org/",
|
light: "/library/turborepo-icon-light.svg",
|
||||||
shadcnCommand: "shadcn@canary add https://svgl.app/r/vercel.json",
|
dark: "/library/turborepo-icon-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/turborepo-wordmark-light.svg",
|
||||||
|
dark: "/library/turborepo-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://turborepo.com",
|
||||||
|
brandUrl: "https://vercel.com/geist/brands",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Tailwind CSS",
|
title: "Tailwind CSS",
|
||||||
@@ -518,6 +558,15 @@ export const svgs: iSVG[] = [
|
|||||||
brandUrl: "https://tailwindcss.com/brand",
|
brandUrl: "https://tailwindcss.com/brand",
|
||||||
url: "https://tailwindcss.com/",
|
url: "https://tailwindcss.com/",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "WakaTime",
|
||||||
|
category: "Devtool",
|
||||||
|
route: {
|
||||||
|
light: "/library/wakatime-dark.svg",
|
||||||
|
dark: "/library/wakatime-light.svg",
|
||||||
|
},
|
||||||
|
url: "https://wakatime.com",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Styled Components",
|
title: "Styled Components",
|
||||||
category: "Library",
|
category: "Library",
|
||||||
@@ -553,18 +602,26 @@ export const svgs: iSVG[] = [
|
|||||||
title: "YouTube",
|
title: "YouTube",
|
||||||
category: ["Google", "Social"],
|
category: ["Google", "Social"],
|
||||||
route: "/library/youtube.svg",
|
route: "/library/youtube.svg",
|
||||||
wordmark: "/library/youtube-wordmark.svg",
|
wordmark: {
|
||||||
url: "https://www.youtube.com/",
|
light: "/library/youtube-wordmark-light.svg",
|
||||||
|
dark: "/library/youtube-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://www.youtube.com",
|
||||||
|
brandUrl: "https://brand.youtube",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Astro",
|
title: "Astro",
|
||||||
category: "Framework",
|
category: "Framework",
|
||||||
route: {
|
route: {
|
||||||
light: "/library/astro.svg",
|
light: "/library/astro-icon-light.svg",
|
||||||
dark: "/library/astro_dark.svg",
|
dark: "/library/astro-icon-dark.svg",
|
||||||
},
|
},
|
||||||
url: "https://astro.build/",
|
wordmark: {
|
||||||
brandUrl: "https://astro.build/press/",
|
light: "/library/astro-wordmark-light.svg",
|
||||||
|
dark: "/library/astro-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://astro.build",
|
||||||
|
brandUrl: "https://astro.build/press",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Google",
|
title: "Google",
|
||||||
@@ -573,6 +630,16 @@ export const svgs: iSVG[] = [
|
|||||||
wordmark: "/library/google-wordmark.svg",
|
wordmark: "/library/google-wordmark.svg",
|
||||||
url: "https://www.google.com/",
|
url: "https://www.google.com/",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Google Play",
|
||||||
|
category: ["Marketplace", "Platform", "Software", "Google"],
|
||||||
|
route: "/library/googleplay.svg",
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/googleplay-wordmark-light.svg",
|
||||||
|
dark: "/library/googleplay-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://play.google.com",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Framer",
|
title: "Framer",
|
||||||
category: "Software",
|
category: "Software",
|
||||||
@@ -585,8 +652,9 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "Netflix",
|
title: "Netflix",
|
||||||
category: "Entertainment",
|
category: "Entertainment",
|
||||||
route: "/library/netflix.svg",
|
route: "/library/netflix-icon.svg",
|
||||||
url: "https://www.netflix.com/",
|
wordmark: "/library/netflix-wordmark.svg",
|
||||||
|
url: "https://www.netflix.com",
|
||||||
brandUrl: "https://brand.netflix.com/en/assets/logos",
|
brandUrl: "https://brand.netflix.com/en/assets/logos",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -621,8 +689,10 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "WhatsApp",
|
title: "WhatsApp",
|
||||||
category: "Social",
|
category: "Social",
|
||||||
route: "/library/whatsapp.svg",
|
route: "/library/whatsapp-icon.svg",
|
||||||
url: "https://web.whatsapp.com/",
|
wordmark: "/library/whatsapp-wordmark.svg",
|
||||||
|
url: "https://web.whatsapp.com",
|
||||||
|
brandUrl: "https://www.meta.com/brand/resources/whatsapp/whatsapp-brand",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Headless UI",
|
title: "Headless UI",
|
||||||
@@ -657,9 +727,15 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "MongoDB",
|
title: "MongoDB",
|
||||||
category: "Database",
|
category: "Database",
|
||||||
route: "/library/mongodb.svg",
|
route: {
|
||||||
wordmark: "/library/mongodb-wordmark.svg",
|
light: "/library/mongodb-icon-light.svg",
|
||||||
url: "https://www.mongodb.com/",
|
dark: "/library/mongodb-icon-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/mongodb-wordmark-light.svg",
|
||||||
|
dark: "/library/mongodb-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://www.mongodb.com",
|
||||||
brandUrl: "https://www.mongodb.com/company/newsroom/brand-resources",
|
brandUrl: "https://www.mongodb.com/company/newsroom/brand-resources",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -692,7 +768,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Visual Studio",
|
title: "Visual Studio",
|
||||||
category: "Software",
|
category: ["Software", "Microsoft"],
|
||||||
route: "/library/visual-studio.svg",
|
route: "/library/visual-studio.svg",
|
||||||
url: "https://visualstudio.microsoft.com",
|
url: "https://visualstudio.microsoft.com",
|
||||||
},
|
},
|
||||||
@@ -945,10 +1021,88 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Microsoft Azure",
|
title: "Microsoft Azure",
|
||||||
category: "Software",
|
category: ["Software", "Microsoft"],
|
||||||
route: "/library/azure.svg",
|
route: "/library/azure.svg",
|
||||||
url: "https://azure.microsoft.com/",
|
url: "https://azure.microsoft.com/",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft Access",
|
||||||
|
category: ["Database", "Microsoft"],
|
||||||
|
route: "/library/microsoft-access.svg",
|
||||||
|
url: "https://www.microsoft.com/microsoft-365/access",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft Clipchamp",
|
||||||
|
category: ["Software", "Design", "Entertainment", "Microsoft"],
|
||||||
|
route: "/library/microsoft-clipchamp.svg",
|
||||||
|
url: "https://clipchamp.com/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft Copilot",
|
||||||
|
category: ["AI", "Software", "Devtool", "Microsoft"],
|
||||||
|
route: "/library/microsoft-copilot.svg",
|
||||||
|
url: "https://copilot.microsoft.com/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft Defender",
|
||||||
|
category: ["Cybersecurity", "Software", "Microsoft"],
|
||||||
|
route: "/library/microsoft-defender.svg",
|
||||||
|
url: "https://www.microsoft.com/microsoft-365/microsoft-defender-for-individuals",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft Designer",
|
||||||
|
category: ["Design", "AI", "Software", "Microsoft"],
|
||||||
|
route: "/library/microsoft-designer.svg",
|
||||||
|
url: "https://designer.microsoft.com/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft Editor",
|
||||||
|
category: ["Software", "AI", "Microsoft"],
|
||||||
|
route: "/library/microsoft-editor.svg",
|
||||||
|
url: "https://www.microsoft.com/microsoft-365/microsoft-editor",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft Excel",
|
||||||
|
category: ["Software", "Microsoft"],
|
||||||
|
route: "/library/microsoft-excel.svg",
|
||||||
|
url: "https://www.microsoft.com/microsoft-365/excel",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft OneDrive",
|
||||||
|
category: ["Hosting", "Software", "Microsoft"],
|
||||||
|
route: "/library/microsoft-onedrive.svg",
|
||||||
|
url: "https://www.microsoft.com/microsoft-365/onedrive/online-cloud-storage",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft OneNote",
|
||||||
|
category: ["Software", "Microsoft"],
|
||||||
|
route: "/library/microsoft-onenote.svg",
|
||||||
|
url: "https://www.microsoft.com/microsoft-365/onenote/digital-note-taking-app",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft PowerPoint",
|
||||||
|
category: ["Software", "Design", "Microsoft"],
|
||||||
|
route: "/library/microsoft-powerpoint.svg",
|
||||||
|
url: "https://www.microsoft.com/microsoft-365/powerpoint",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft SharePoint",
|
||||||
|
category: ["Hosting", "Software", "Community", "Microsoft"],
|
||||||
|
route: "/library/microsoft-sharepoint.svg",
|
||||||
|
url: "https://www.microsoft.com/microsoft-365/sharepoint/collaboration-software",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft Teams",
|
||||||
|
category: ["Software", "Community", "Microsoft"],
|
||||||
|
route: "/library/microsoft-teams.svg",
|
||||||
|
url: "https://www.microsoft.com/microsoft-teams/group-chat-software",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft Word",
|
||||||
|
category: ["Software", "Microsoft"],
|
||||||
|
route: "/library/microsoft-word.svg",
|
||||||
|
url: "https://www.microsoft.com/microsoft-365/word",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Heroku",
|
title: "Heroku",
|
||||||
category: "Software",
|
category: "Software",
|
||||||
@@ -1020,6 +1174,12 @@ export const svgs: iSVG[] = [
|
|||||||
route: "/library/auth0.svg",
|
route: "/library/auth0.svg",
|
||||||
url: "https://auth0.com/",
|
url: "https://auth0.com/",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Auth.js",
|
||||||
|
category: "Authentication",
|
||||||
|
route: "/library/authjs.svg",
|
||||||
|
url: "https://authjs.dev",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Fresh",
|
title: "Fresh",
|
||||||
category: "Framework",
|
category: "Framework",
|
||||||
@@ -1095,8 +1255,16 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "MySQL",
|
title: "MySQL",
|
||||||
category: "Database",
|
category: "Database",
|
||||||
route: "/library/mysql.svg",
|
route: {
|
||||||
url: "https://www.mysql.com/",
|
light: "/library/mysql-icon-light.svg",
|
||||||
|
dark: "/library/mysql-icon-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/mysql-wordmark-light.svg",
|
||||||
|
dark: "/library/mysql-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://www.mysql.com",
|
||||||
|
brandUrl: "https://www.mysql.com/about/legal/logos.html",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Parcel",
|
title: "Parcel",
|
||||||
@@ -1114,6 +1282,10 @@ export const svgs: iSVG[] = [
|
|||||||
title: "PostgreSQL",
|
title: "PostgreSQL",
|
||||||
category: "Database",
|
category: "Database",
|
||||||
route: "/library/postgresql.svg",
|
route: "/library/postgresql.svg",
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/postgresql-wordmark-light.svg",
|
||||||
|
dark: "/library/postgresql-wordmark-dark.svg",
|
||||||
|
},
|
||||||
url: "https://www.postgresql.org/",
|
url: "https://www.postgresql.org/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -1303,9 +1475,15 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
url: "https://www.apple.com",
|
url: "https://www.apple.com",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "App Store",
|
||||||
|
category: ["Marketplace", "Software", "Platform"],
|
||||||
|
route: "/library/appstore.svg",
|
||||||
|
url: "https://www.apple.com/app-store/",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Windows",
|
title: "Windows",
|
||||||
category: "Software",
|
category: ["Software", "Microsoft"],
|
||||||
route: "/library/windows.svg",
|
route: "/library/windows.svg",
|
||||||
url: "https://www.microsoft.com/windows",
|
url: "https://www.microsoft.com/windows",
|
||||||
},
|
},
|
||||||
@@ -1323,9 +1501,17 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Turbopack",
|
title: "Turbopack",
|
||||||
category: "Software",
|
category: ["Software", "Devtool", "Vercel"],
|
||||||
route: "/library/turbopack.svg",
|
route: {
|
||||||
url: "https://turbo.build/",
|
light: "/library/turbopack-icon-light.svg",
|
||||||
|
dark: "/library/turbopack-icon-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/turbopack-wordmark-light.svg",
|
||||||
|
dark: "/library/turbopack-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://nextjs.org/docs/app/api-reference/turbopack",
|
||||||
|
brandUrl: "https://vercel.com/geist/brands",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Builder",
|
title: "Builder",
|
||||||
@@ -1478,7 +1664,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Microsoft",
|
title: "Microsoft",
|
||||||
category: "Software",
|
category: ["Software", "Microsoft"],
|
||||||
route: "/library/microsoft.svg",
|
route: "/library/microsoft.svg",
|
||||||
url: "https://www.microsoft.com/",
|
url: "https://www.microsoft.com/",
|
||||||
},
|
},
|
||||||
@@ -1677,10 +1863,8 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "Instagram",
|
title: "Instagram",
|
||||||
category: "Social",
|
category: "Social",
|
||||||
route: {
|
route: "/library/instagram-icon.svg",
|
||||||
light: "/library/instagram.svg",
|
wordmark: "/library/instagram-wordmark.svg",
|
||||||
dark: "/library/instagram_dark.svg",
|
|
||||||
},
|
|
||||||
url: "https://www.instagram.com/",
|
url: "https://www.instagram.com/",
|
||||||
brandUrl: "https://about.instagram.com/brand",
|
brandUrl: "https://about.instagram.com/brand",
|
||||||
},
|
},
|
||||||
@@ -1692,7 +1876,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Microsoft SQL Server ",
|
title: "Microsoft SQL Server ",
|
||||||
category: "Database",
|
category: ["Database", "Microsoft"],
|
||||||
route: "/library/sql-server.svg",
|
route: "/library/sql-server.svg",
|
||||||
url: "https://www.microsoft.com/en-us/sql-server/",
|
url: "https://www.microsoft.com/en-us/sql-server/",
|
||||||
},
|
},
|
||||||
@@ -1943,7 +2127,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Edge",
|
title: "Edge",
|
||||||
category: "Browser",
|
category: ["Browser", "Microsoft"],
|
||||||
route: "/library/edge.svg",
|
route: "/library/edge.svg",
|
||||||
url: "https://www.microsoft.com/en-us/edge",
|
url: "https://www.microsoft.com/en-us/edge",
|
||||||
},
|
},
|
||||||
@@ -2038,12 +2222,6 @@ export const svgs: iSVG[] = [
|
|||||||
route: "/library/calendly.svg",
|
route: "/library/calendly.svg",
|
||||||
url: "https://calendly.com/",
|
url: "https://calendly.com/",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Mintlify",
|
|
||||||
category: "Software",
|
|
||||||
route: "/library/mintlify.svg",
|
|
||||||
url: "https://mintlify.com/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Patreon",
|
title: "Patreon",
|
||||||
category: "Social",
|
category: "Social",
|
||||||
@@ -2417,10 +2595,10 @@ export const svgs: iSVG[] = [
|
|||||||
url: "https://www.gmail.com",
|
url: "https://www.gmail.com",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Outlook",
|
title: "Microsoft Outlook",
|
||||||
category: "Software",
|
category: ["Software", "Microsoft"],
|
||||||
route: "/library/outlook.svg",
|
route: "/library/microsoft-outlook.svg",
|
||||||
url: "https://www.outlook.com",
|
url: "https://www.microsoft.com/microsoft-365/outlook/email-and-calendar-software-application",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Slack",
|
title: "Slack",
|
||||||
@@ -2733,8 +2911,17 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "TensorFlow",
|
title: "TensorFlow",
|
||||||
category: "Library",
|
category: "Library",
|
||||||
route: "/library/tensorflow.svg",
|
route: {
|
||||||
|
light: "/library/tensorflow-icon-light.svg",
|
||||||
|
dark: "/library/tensorflow-icon-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/tensorflow-wordmark-light.svg",
|
||||||
|
dark: "/library/tensorflow-wordmark-dark.svg",
|
||||||
|
},
|
||||||
url: "https://www.tensorflow.org/",
|
url: "https://www.tensorflow.org/",
|
||||||
|
brandUrl:
|
||||||
|
"https://www.tensorflow.org/extras/tensorflow_brand_guidelines.pdf",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Midday",
|
title: "Midday",
|
||||||
@@ -2744,7 +2931,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "C#",
|
title: "C#",
|
||||||
category: "Language",
|
category: ["Language", "Microsoft"],
|
||||||
route: "/library/csharp.svg",
|
route: "/library/csharp.svg",
|
||||||
url: "https://dotnet.microsoft.com/languages/csharp",
|
url: "https://dotnet.microsoft.com/languages/csharp",
|
||||||
},
|
},
|
||||||
@@ -2843,8 +3030,15 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "TikTok",
|
title: "TikTok",
|
||||||
category: "Social",
|
category: "Social",
|
||||||
route: "/library/tiktok.svg",
|
route: {
|
||||||
url: "https://www.tiktok.com/",
|
light: "/library/tiktok-icon-light.svg",
|
||||||
|
dark: "/library/tiktok-icon-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/tiktok-wordmark-light.svg",
|
||||||
|
dark: "/library/tiktok-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://www.tiktok.com",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Ngrok",
|
title: "Ngrok",
|
||||||
@@ -2930,7 +3124,7 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Microsoft Todo",
|
title: "Microsoft Todo",
|
||||||
category: "Software",
|
category: ["Software", "Microsoft"],
|
||||||
route: "/library/microsoft-todo.svg",
|
route: "/library/microsoft-todo.svg",
|
||||||
url: "https://to-do.office.com/",
|
url: "https://to-do.office.com/",
|
||||||
},
|
},
|
||||||
@@ -3084,6 +3278,12 @@ export const svgs: iSVG[] = [
|
|||||||
wordmark: "/library/svg_wordmark.svg",
|
wordmark: "/library/svg_wordmark.svg",
|
||||||
url: "https://www.w3.org/TR/SVG/",
|
url: "https://www.w3.org/TR/SVG/",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "PDF",
|
||||||
|
category: ["Library", "Design", "Education"],
|
||||||
|
route: "/library/pdf.svg",
|
||||||
|
url: "https://www.adobe.com/acrobat.html",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Todoist",
|
title: "Todoist",
|
||||||
category: "Software",
|
category: "Software",
|
||||||
@@ -3391,13 +3591,13 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "PowerToys",
|
title: "PowerToys",
|
||||||
category: "Software",
|
category: ["Software", "Microsoft"],
|
||||||
route: "/library/powertoys.svg",
|
route: "/library/powertoys.svg",
|
||||||
url: "https://learn.microsoft.com/en-us/windows/powertoys/",
|
url: "https://learn.microsoft.com/en-us/windows/powertoys/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "PowerShell",
|
title: "PowerShell",
|
||||||
category: "Language",
|
category: ["Language", "Microsoft"],
|
||||||
route: "/library/powershell.svg",
|
route: "/library/powershell.svg",
|
||||||
url: "https://learn.microsoft.com/en-us/powershell/",
|
url: "https://learn.microsoft.com/en-us/powershell/",
|
||||||
},
|
},
|
||||||
@@ -3426,6 +3626,12 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
url: "https://typegpu.com",
|
url: "https://typegpu.com",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Microsoft .NET",
|
||||||
|
category: ["Framework", "Library", "Devtool", "Microsoft"],
|
||||||
|
route: "/library/dotnet.svg",
|
||||||
|
url: "https://dotnet.microsoft.com",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "dotenv",
|
title: "dotenv",
|
||||||
category: ["Config", "Library", "Devtool"],
|
category: ["Config", "Library", "Devtool"],
|
||||||
@@ -3520,13 +3726,17 @@ export const svgs: iSVG[] = [
|
|||||||
url: "https://modelcontextprotocol.io/",
|
url: "https://modelcontextprotocol.io/",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Socket.io",
|
title: "Socket.IO",
|
||||||
category: "Software",
|
category: ["Software", "Library"],
|
||||||
route: {
|
route: {
|
||||||
dark: "/library/socketio-dark.svg",
|
dark: "/library/socketio-icon-dark.svg",
|
||||||
light: "/library/socketio-light.svg",
|
light: "/library/socketio-icon-light.svg",
|
||||||
},
|
},
|
||||||
url: "https://socket.io/",
|
wordmark: {
|
||||||
|
light: "/library/socketio-wordmark-light.svg",
|
||||||
|
dark: "/library/socketio-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://socket.io",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Ant Design",
|
title: "Ant Design",
|
||||||
@@ -3733,14 +3943,14 @@ export const svgs: iSVG[] = [
|
|||||||
title: "Clerk",
|
title: "Clerk",
|
||||||
category: ["Software", "Authentication"],
|
category: ["Software", "Authentication"],
|
||||||
route: {
|
route: {
|
||||||
light: "/library/clerk-light.svg",
|
light: "/library/clerk-icon-light.svg",
|
||||||
dark: "/library/clerk-dark.svg",
|
dark: "/library/clerk-icon-dark.svg",
|
||||||
},
|
},
|
||||||
wordmark: {
|
wordmark: {
|
||||||
light: "/library/clerk-wordmark-light.svg",
|
light: "/library/clerk-wordmark-light.svg",
|
||||||
dark: "/library/clerk-wordmark-dark.svg",
|
dark: "/library/clerk-wordmark-dark.svg",
|
||||||
},
|
},
|
||||||
url: "https://clerk.com/",
|
url: "https://clerk.com",
|
||||||
brandUrl: "https://clerk.com/design",
|
brandUrl: "https://clerk.com/design",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -3864,13 +4074,24 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "ESLint",
|
title: "ESLint",
|
||||||
category: "Library",
|
category: "Library",
|
||||||
route: "/library/eslint.svg",
|
route: {
|
||||||
url: "https://eslint.org/",
|
light: "/library/eslint-icon-light.svg",
|
||||||
|
dark: "/library/eslint-icon-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/eslint-wordmark-light.svg",
|
||||||
|
dark: "/library/eslint-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://eslint.org",
|
||||||
|
brandUrl: "https://eslint.org/branding",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Apache Kafka",
|
title: "Apache Kafka",
|
||||||
category: "Analytics",
|
category: "Analytics",
|
||||||
route: "/library/apache-kafka-logo.svg",
|
route: {
|
||||||
|
light: "/library/apache-kafka-light.svg",
|
||||||
|
dark: "/library/apache-kafka-dark.svg",
|
||||||
|
},
|
||||||
wordmark: {
|
wordmark: {
|
||||||
light: "/library/apache-kafka-wordmark-light.svg",
|
light: "/library/apache-kafka-wordmark-light.svg",
|
||||||
dark: "/library/apache-kafka-wordmark-dark.svg",
|
dark: "/library/apache-kafka-wordmark-dark.svg",
|
||||||
@@ -3977,6 +4198,7 @@ export const svgs: iSVG[] = [
|
|||||||
{
|
{
|
||||||
title: "Cursor",
|
title: "Cursor",
|
||||||
category: ["Software"],
|
category: ["Software"],
|
||||||
|
brandUrl: "https://cursor.com/brand",
|
||||||
route: {
|
route: {
|
||||||
light: "/library/cursor_light.svg",
|
light: "/library/cursor_light.svg",
|
||||||
dark: "/library/cursor_dark.svg",
|
dark: "/library/cursor_dark.svg",
|
||||||
@@ -3987,4 +4209,105 @@ export const svgs: iSVG[] = [
|
|||||||
},
|
},
|
||||||
url: "https://www.cursor.com",
|
url: "https://www.cursor.com",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "LottieFiles",
|
||||||
|
category: "Design",
|
||||||
|
route: "/library/lottiefiles.svg",
|
||||||
|
brandUrl: "https://lottiefiles.com/brand-assets",
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/lottiefiles-wordmark-light.svg",
|
||||||
|
dark: "/library/lottiefiles-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://lottiefiles.com/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Mintlify",
|
||||||
|
category: "Software",
|
||||||
|
route: "/library/mintlify.svg",
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/mintlify_wordmark_light.svg",
|
||||||
|
dark: "/library/mintlify_wordmark_dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://mintlify.com/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Qdrant",
|
||||||
|
category: ["Database", "AI"],
|
||||||
|
route: {
|
||||||
|
light: "/library/qdrant-icon-light.svg",
|
||||||
|
dark: "/library/qdrant-icon-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/qdrant-wordmark-light.svg",
|
||||||
|
dark: "/library/qdrant-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://qdrant.tech/",
|
||||||
|
brandUrl: "https://qdrant.tech/brand-resources/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "TravelPerk",
|
||||||
|
category: "Software",
|
||||||
|
route: {
|
||||||
|
light: "/library/travelperk-light.svg",
|
||||||
|
dark: "/library/travelperk-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/travelperk-wordmark-light.svg",
|
||||||
|
dark: "/library/travelperk-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://www.travelperk.com/",
|
||||||
|
brandUrl: "https://www.travelperk.com/media/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Sanity",
|
||||||
|
category: ["CMS", "Software"],
|
||||||
|
route: {
|
||||||
|
light: "/library/sanity-light.svg",
|
||||||
|
dark: "/library/sanity-dark.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/sanity-wordmark-light.svg",
|
||||||
|
dark: "/library/sanity-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://www.sanity.io/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Nginx",
|
||||||
|
category: "Software",
|
||||||
|
route: "/library/nginx.svg",
|
||||||
|
url: "https://nginx.org/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Soldera",
|
||||||
|
category: ["Platform", "Analytics", "Marketplace", "Software"],
|
||||||
|
route: {
|
||||||
|
light: "/library/soldera-icon-light.svg",
|
||||||
|
dark: "/library/soldera-icon.svg",
|
||||||
|
},
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/soldera-wordmark-light.svg",
|
||||||
|
dark: "/library/soldera-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://www.soldera.org",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Dribbble",
|
||||||
|
category: ["Design", "Community", "Platform"],
|
||||||
|
route: "/library/dribbble.svg",
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/dribbble-wordmark-light.svg",
|
||||||
|
dark: "/library/dribbble-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://dribbble.com/",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Paper",
|
||||||
|
category: ["Design", "Software", "Platform"],
|
||||||
|
route: "/library/paper.svg",
|
||||||
|
wordmark: {
|
||||||
|
light: "/library/paper-wordmark-light.svg",
|
||||||
|
dark: "/library/paper-wordmark-dark.svg",
|
||||||
|
},
|
||||||
|
url: "https://paper.design/",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -7,7 +7,9 @@ description: How to use shadcn/ui to add SVGs to your project.
|
|||||||
|
|
||||||
SVGL v5 support [shadcn/ui](https://ui.shadcn.com/) registry 🎉, so you can easily add SVGs to your project using [their CLI](https://ui.shadcn.com/docs/cli). Add the registry config once and you will be able to install any SVG in **`.tsx`** using `npm`, `yarn`, `bun` or `pnpm`.
|
SVGL v5 support [shadcn/ui](https://ui.shadcn.com/) registry 🎉, so you can easily add SVGs to your project using [their CLI](https://ui.shadcn.com/docs/cli). Add the registry config once and you will be able to install any SVG in **`.tsx`** using `npm`, `yarn`, `bun` or `pnpm`.
|
||||||
|
|
||||||
## Add registry
|
## Add registry (optional)
|
||||||
|
|
||||||
|
> If you have already added shadcn/ui in your project, you can skip this step.
|
||||||
|
|
||||||
Add the SVGL registry to your `components.json` file:
|
Add the SVGL registry to your `components.json` file:
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
export const globals = {
|
export const globals = {
|
||||||
|
appUrl: "https://svgl.app",
|
||||||
githubUrl: "https://github.com/pheralb/svgl",
|
githubUrl: "https://github.com/pheralb/svgl",
|
||||||
apiGithub: {
|
apiGithub: {
|
||||||
url: "https://ungh.cc/repos/pheralb/svgl",
|
url: "https://ungh.cc/repos/pheralb/svgl",
|
||||||
|
|||||||
@@ -0,0 +1,31 @@
|
|||||||
|
import { browser } from "$app/environment";
|
||||||
|
import { writable } from "svelte/store";
|
||||||
|
|
||||||
|
export function useHasPrimaryTouch() {
|
||||||
|
const { subscribe, set } = writable(false);
|
||||||
|
if (!browser) {
|
||||||
|
return {
|
||||||
|
subscribe,
|
||||||
|
destroy: () => {},
|
||||||
|
};
|
||||||
|
}
|
||||||
|
const controller = new AbortController();
|
||||||
|
const { signal } = controller;
|
||||||
|
|
||||||
|
const handleTouch = () => {
|
||||||
|
const hasTouch = "ontouchstart" in window || navigator.maxTouchPoints > 0;
|
||||||
|
const prefersTouch = window.matchMedia("(pointer: coarse)").matches;
|
||||||
|
set(hasTouch && prefersTouch);
|
||||||
|
};
|
||||||
|
|
||||||
|
const mq = window.matchMedia("(pointer: coarse)");
|
||||||
|
mq.addEventListener("change", handleTouch, { signal });
|
||||||
|
window.addEventListener("pointerdown", handleTouch, { signal });
|
||||||
|
|
||||||
|
handleTouch();
|
||||||
|
|
||||||
|
return {
|
||||||
|
subscribe,
|
||||||
|
destroy: () => controller.abort(),
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
/* Fonts */
|
/* Fonts */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Geist";
|
font-family: "InterVariable";
|
||||||
src: url("/fonts/Geist.woff2") format("woff2");
|
src: url("/fonts/InterVariable.woff2") format("woff2");
|
||||||
font-weight: 100 900;
|
font-weight: 100 900;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
@theme {
|
@theme {
|
||||||
--font-sans:
|
--font-sans:
|
||||||
"Geist", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
"InterVariable", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
||||||
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
--font-mono:
|
--font-mono:
|
||||||
"GeistMono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
"GeistMono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
/* Blockquotes */
|
/* Blockquotes */
|
||||||
|
|
||||||
& blockquote:not(.not-markdown blockquote) {
|
& blockquote:not(.not-markdown blockquote) {
|
||||||
@apply mt-6 border-l-2 border-neutral-300 pl-6 text-neutral-900 dark:border-neutral-700 dark:text-neutral-100;
|
@apply mt-6 border-l-2 border-neutral-300 bg-neutral-200/50 pl-4 text-neutral-700 dark:border-neutral-700 dark:bg-neutral-800/50 dark:text-neutral-300;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tables */
|
/* Tables */
|
||||||
|
|||||||
@@ -34,4 +34,5 @@ export type Category =
|
|||||||
| "Sync Engine"
|
| "Sync Engine"
|
||||||
| "Platform"
|
| "Platform"
|
||||||
| "Automation"
|
| "Automation"
|
||||||
| "Nuxt";
|
| "Nuxt"
|
||||||
|
| "Microsoft";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { clsx, type ClassValue } from "clsx";
|
import { type ClassValue, clsx } from "clsx";
|
||||||
import { twMerge } from "tailwind-merge";
|
import { twMerge } from "tailwind-merge";
|
||||||
|
|
||||||
export function cn(...inputs: ClassValue[]) {
|
export function cn(...inputs: ClassValue[]) {
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ export const optimizeSvg = ({ svgCode }: OptimizeSvg) => {
|
|||||||
"removeStyleElement",
|
"removeStyleElement",
|
||||||
"cleanupAttrs",
|
"cleanupAttrs",
|
||||||
"cleanupEnableBackground",
|
"cleanupEnableBackground",
|
||||||
"cleanupIds",
|
|
||||||
"minifyStyles",
|
"minifyStyles",
|
||||||
"removeDoctype",
|
"removeDoctype",
|
||||||
"removeDesc",
|
"removeDesc",
|
||||||
@@ -29,7 +28,7 @@ export const optimizeSvg = ({ svgCode }: OptimizeSvg) => {
|
|||||||
"removeXMLProcInst",
|
"removeXMLProcInst",
|
||||||
{
|
{
|
||||||
name: "removeAttrs",
|
name: "removeAttrs",
|
||||||
params: { attrs: "(data-name|id|class)" },
|
params: { attrs: "(data-name|class)" },
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -6,15 +6,33 @@ interface ParseReactSvgOptions {
|
|||||||
typescript: boolean;
|
typescript: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const convertStyleStringToObject = (styleString: string): string => {
|
||||||
|
const styleObj: Record<string, string> = {};
|
||||||
|
styleString.split(";").forEach((style) => {
|
||||||
|
const [property, value] = style.split(":").map((s) => s.trim());
|
||||||
|
if (property && value) {
|
||||||
|
const camelCaseProperty = property.replace(/-([a-z])/g, (g) =>
|
||||||
|
g[1].toUpperCase(),
|
||||||
|
);
|
||||||
|
styleObj[camelCaseProperty] = value;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return JSON.stringify(styleObj);
|
||||||
|
};
|
||||||
|
|
||||||
export const parseReactSvgContent = async ({
|
export const parseReactSvgContent = async ({
|
||||||
componentName,
|
componentName,
|
||||||
svgCode,
|
svgCode,
|
||||||
typescript,
|
typescript,
|
||||||
}: ParseReactSvgOptions) => {
|
}: ParseReactSvgOptions) => {
|
||||||
const reactifiedSvg = svgCode
|
const processedSvg = svgCode.replace(/style="([^"]*)"/g, (_, styleString) => {
|
||||||
|
return `style={${convertStyleStringToObject(styleString)}}`;
|
||||||
|
});
|
||||||
|
const reactifiedSvg = processedSvg
|
||||||
.replace("<svg", "<svg {...props}")
|
.replace("<svg", "<svg {...props}")
|
||||||
.replace(/class="/g, 'className="')
|
.replace(/class="/g, 'className="')
|
||||||
.replace(/clip-rule="/g, 'clipRule="')
|
.replace(/clip-rule="/g, 'clipRule="')
|
||||||
|
.replace(/clip-path="/g, 'clipPath="')
|
||||||
.replace(/fill-rule="/g, 'fillRule="')
|
.replace(/fill-rule="/g, 'fillRule="')
|
||||||
.replace(/stroke-width="/g, 'strokeWidth="')
|
.replace(/stroke-width="/g, 'strokeWidth="')
|
||||||
.replace(/stroke-linecap="/g, 'strokeLinecap="')
|
.replace(/stroke-linecap="/g, 'strokeLinecap="')
|
||||||
@@ -28,8 +46,8 @@ export const parseReactSvgContent = async ({
|
|||||||
let structuredCode = "";
|
let structuredCode = "";
|
||||||
if (typescript) {
|
if (typescript) {
|
||||||
structuredCode =
|
structuredCode =
|
||||||
`import * as React from 'react';\n\n` +
|
`import type { SVGProps } from "react";\n\n` +
|
||||||
`const ${componentName} = (props: React.SVGProps<SVGSVGElement>) => (\n ${reactifiedSvg}\n);\n\n` +
|
`const ${componentName} = (props: SVGProps<SVGSVGElement>) => (\n ${reactifiedSvg}\n);\n\n` +
|
||||||
`export { ${componentName} };`;
|
`export { ${componentName} };`;
|
||||||
} else {
|
} else {
|
||||||
structuredCode = `const ${componentName} = (props) => (\n ${reactifiedSvg}\n);\n\nexport { ${componentName} };`;
|
structuredCode = `const ${componentName} = (props) => (\n ${reactifiedSvg}\n);\n\nexport { ${componentName} };`;
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="226" height="128" viewBox="156 156 200 200"><path d="M338.156 305.71a14.867 14.867 0 1 1 14.864-14.87 14.886 14.886 0 0 1-14.864 14.87m-164.311 0a14.867 14.867 0 1 1 14.864-14.87 14.884 14.884 0 0 1-14.864 14.87m169.642-89.546 29.708-51.455a6.182 6.182 0 1 0-10.704-6.188l-30.084 52.105c-23.005-10.5-48.842-16.346-76.41-16.346s-53.402 5.855-76.407 16.346l-30.081-52.105a6.181 6.181 0 1 0-10.707 6.18l29.712 51.463c-51.016 27.748-85.91 79.394-91.014 140.413h357c-5.11-61.02-40-112.665-91.013-140.413" fill="#3ddc84"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 569 B |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
@@ -1 +0,0 @@
|
|||||||
<svg width="154" height="250" viewBox="0 0 256 416" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid"><path d="M201.816 230.216c-16.186 0-30.697 7.171-40.634 18.461l-25.463-18.026c2.703-7.442 4.255-15.433 4.255-23.797 0-8.219-1.498-16.076-4.112-23.408l25.406-17.835c9.936 11.233 24.409 18.365 40.548 18.365 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184-29.875 0-54.184 24.305-54.184 54.184 0 5.348.808 10.505 2.258 15.389l-25.423 17.844c-10.62-13.175-25.911-22.374-43.333-25.182v-30.64c24.544-5.155 43.037-26.962 43.037-53.019C124.171 24.305 99.862 0 69.987 0 40.112 0 15.803 24.305 15.803 54.184c0 25.708 18.014 47.246 42.067 52.769v31.038C25.044 143.753 0 172.401 0 206.854c0 34.621 25.292 63.374 58.355 68.94v32.774c-24.299 5.341-42.552 27.011-42.552 52.894 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-25.883-18.253-47.553-42.552-52.894v-32.775a69.965 69.965 0 0 0 42.6-24.776l25.633 18.143c-1.423 4.84-2.22 9.946-2.22 15.24 0 29.879 24.309 54.184 54.184 54.184 29.875 0 54.184-24.305 54.184-54.184 0-29.879-24.309-54.184-54.184-54.184zm0-126.695c14.487 0 26.27 11.788 26.27 26.271s-11.783 26.27-26.27 26.27-26.27-11.787-26.27-26.27c0-14.483 11.783-26.271 26.27-26.271zm-158.1-49.337c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27zm52.541 307.278c0 14.483-11.783 26.27-26.27 26.27s-26.271-11.787-26.271-26.27c0-14.483 11.784-26.27 26.271-26.27s26.27 11.787 26.27 26.27zm-26.272-117.97c-20.205 0-36.642-16.434-36.642-36.638 0-20.205 16.437-36.642 36.642-36.642 20.204 0 36.641 16.437 36.641 36.642 0 20.204-16.437 36.638-36.641 36.638zm131.831 67.179c-14.487 0-26.27-11.788-26.27-26.271s11.783-26.27 26.27-26.27 26.27 11.787 26.27 26.27c0 14.483-11.783 26.271-26.27 26.271z" style="fill:#231f20"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 800 800"><linearGradient id="a" x1="400.05" x2="400.05" y1="798.772" y2="-1.228" gradientTransform="matrix(1 0 0 -1 0 798.772)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#18bffb"/><stop offset="1" style="stop-color:#2072f3"/></linearGradient><path fill="url(#a)" d="M638.4 0H161.6C72.3 0 0 72.3 0 161.6v476.9C0 727.7 72.3 800 161.6 800h476.9c89.2 0 161.6-72.3 161.6-161.6V161.6C800 72.3 727.7 0 638.4 0z"/><path fill="#FFF" d="m396.6 183.8 16.2-28c10-17.5 32.3-23.4 49.8-13.4s23.4 32.3 13.4 49.8L319.9 462.4h112.9c36.6 0 57.1 43 41.2 72.8H143c-20.2 0-36.4-16.2-36.4-36.4s16.2-36.4 36.4-36.4h92.8l118.8-205.9-37.1-64.4c-10-17.5-4.1-39.6 13.4-49.8 17.5-10 39.6-4.1 49.8 13.4l15.9 28.1zM256.2 572.7l-35 60.7c-10 17.5-32.3 23.4-49.8 13.4S148 614.5 158 597l26-45c29.4-9.1 53.3-2.1 72.2 20.7zm301.4-110.1h94.7c20.2 0 36.4 16.2 36.4 36.4s-16.2 36.4-36.4 36.4h-52.6l35.5 61.6c10 17.5 4.1 39.6-13.4 49.8-17.5 10-39.6 4.1-49.8-13.4-59.8-103.7-104.7-181.3-134.5-233-30.5-52.6-8.7-105.4 12.8-123.3 23.9 41 59.6 102.9 107.3 185.5z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 85 107"><path fill="#fff" d="M27.59 91.136c-4.834-4.418-6.246-13.703-4.232-20.429 3.492 4.241 8.33 5.584 13.342 6.343 7.737 1.17 15.336.732 22.523-2.804.822-.405 1.582-.943 2.48-1.489.675 1.957.85 3.932.615 5.943-.573 4.896-3.01 8.678-6.885 11.545-1.55 1.147-3.19 2.172-4.79 3.253-4.917 3.323-6.247 7.22-4.4 12.888.044.139.084.277.183.614-2.51-1.124-4.344-2.76-5.742-4.911-1.475-2.27-2.177-4.78-2.214-7.498-.019-1.322-.019-2.656-.197-3.96-.434-3.178-1.926-4.601-4.737-4.683-2.884-.084-5.166 1.699-5.771 4.507-.046.216-.113.429-.18.68l.004.001Z"/><path fill="url(#a)" d="M27.59 91.136c-4.834-4.418-6.246-13.703-4.232-20.429 3.492 4.241 8.33 5.584 13.342 6.343 7.737 1.17 15.336.732 22.523-2.804.822-.405 1.582-.943 2.48-1.489.675 1.957.85 3.932.615 5.943-.573 4.896-3.01 8.678-6.885 11.545-1.55 1.147-3.19 2.172-4.79 3.253-4.917 3.323-6.247 7.22-4.4 12.888.044.139.084.277.183.614-2.51-1.124-4.344-2.76-5.742-4.911-1.475-2.27-2.177-4.78-2.214-7.498-.019-1.322-.019-2.656-.197-3.96-.434-3.178-1.926-4.601-4.737-4.683-2.884-.084-5.166 1.699-5.771 4.507-.046.216-.113.429-.18.68l.004.001Z"/><path fill="#fff" d="M0 69.587s14.314-6.973 28.668-6.973L39.49 29.12c.405-1.62 1.588-2.72 2.924-2.72 1.335 0 2.518 1.1 2.924 2.72L56.16 62.614c17 0 28.668 6.973 28.668 6.973S60.514 3.352 60.467 3.219C59.769 1.261 58.591 0 57.003 0H27.827c-1.588 0-2.718 1.261-3.464 3.22C24.311 3.35 0 69.586 0 69.586Z"/><defs><linearGradient id="a" x1="22.47" x2="69.145" y1="107" y2="84.947" gradientUnits="userSpaceOnUse"><stop stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient></defs></svg>
|
||||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 85 107"><path fill="#17191E" d="M27.59 91.136c-4.834-4.418-6.246-13.703-4.232-20.429 3.492 4.241 8.33 5.584 13.342 6.343 7.737 1.17 15.336.732 22.523-2.804.822-.405 1.582-.943 2.48-1.489.675 1.957.85 3.932.615 5.943-.573 4.896-3.01 8.678-6.885 11.545-1.55 1.147-3.19 2.172-4.79 3.253-4.917 3.323-6.247 7.22-4.4 12.888.044.139.084.277.183.614-2.51-1.124-4.344-2.76-5.742-4.911-1.475-2.27-2.177-4.78-2.214-7.498-.019-1.322-.019-2.656-.197-3.96-.434-3.178-1.926-4.601-4.737-4.683-2.884-.084-5.166 1.699-5.771 4.507-.046.216-.113.429-.18.68l.004.001ZM0 69.587s14.314-6.973 28.668-6.973L39.49 29.12c.405-1.62 1.588-2.72 2.924-2.72 1.335 0 2.518 1.1 2.924 2.72L56.16 62.614c17 0 28.668 6.973 28.668 6.973S60.514 3.352 60.467 3.219C59.769 1.261 58.591 0 57.003 0H27.827c-1.588 0-2.718 1.261-3.464 3.22C24.311 3.35 0 69.586 0 69.586Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 899 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -6 381 100"><defs><linearGradient id="a" x1="21" x2="64.6" y1="100" y2="79.4" gradientUnits="userSpaceOnUse"><stop stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient></defs><path fill="url(#a)" d="M25.8 85.2c-4.5-4.2-5.9-12.8-4-19.1 3.3 4 7.8 5.2 12.5 6 7.2 1 14.3.6 21-2.7l2.4-1.4c.6 1.8.8 3.7.5 5.6-.5 4.5-2.8 8-6.4 10.7-1.4 1.1-3 2-4.5 3-4.6 3.2-5.8 6.8-4 12.1v.6a12 12 0 0 1-5.3-4.6 13 13 0 0 1-2-7c0-1.2 0-2.5-.2-3.7-.4-3-1.8-4.3-4.5-4.4a5.2 5.2 0 0 0-5.4 4.2l-.1.7Z"/><path fill="#fff" d="M0 65s13.4-6.5 26.8-6.5l10.1-31.3c.4-1.5 1.5-2.5 2.7-2.5 1.3 0 2.4 1 2.8 2.5l10 31.3c16 0 26.9 6.5 26.9 6.5L56.5 3c-.6-1.8-1.7-3-3.2-3H26c-1.5 0-2.5 1.2-3.2 3L0 65Zm141-19.9c0 5.5-6.8 8.8-16.2 8.8-6.2 0-8.3-1.5-8.3-4.7 0-3.4 2.6-5 8.8-5 5.5 0 10.3 0 15.7.8v.1Zm.1-6.8a71 71 0 0 0-14.5-1.2c-17.7 0-26 4.2-26 14 0 10.1 5.7 14 18.8 14 11.2 0 18.8-2.8 21.6-9.8h.4l-.1 4.7c0 3.6.6 3.9 3.5 3.9h13.8c-.8-2.2-1.2-8.2-1.2-13.4l.2-15.4c0-11.5-6.9-18.8-28.5-18.8-9.3 0-19.6 1.6-27.5 4 .8 3.1 1.8 9.4 2.3 13.5a61.4 61.4 0 0 1 24-4.5c10.4 0 13.2 2.3 13.2 7.1v2Zm37.9 10c-1.9.3-4.5.3-7 .3a60 60 0 0 1-7.1-.4l-.1 2c0 9.5 6.2 15 28.1 15 20.6 0 27.3-5.5 27.3-15.1 0-9.2-4.4-13.7-24-14.7-15.2-.6-16.6-2.3-16.6-4.2 0-2.2 2-3.4 12.2-3.4 10.6 0 13.4 1.5 13.4 4.5v.7a153 153 0 0 1 14.1 0v-1.7c0-11.2-9.2-14.9-27.2-14.9-20.3 0-27 5-27 14.6 0 8.7 5.4 14.1 24.8 15 14.3.4 16 2 16 4.2 0 2.4-2.4 3.5-12.5 3.5-11.5 0-14.4-1.6-14.4-5v-.4Zm66-40.1a58.2 58.2 0 0 1-20.8 11.6v10.8h5V47c0 10 5.3 17.7 21.8 17.7 7 0 11.6-.8 17.4-2-.6-3.7-1.3-9.4-1.5-13.8a41 41 0 0 1-12.6 1.8c-6.6 0-9.3-1.8-9.3-7.1V30.8c8.6 0 17.1.2 22.1.4 0-4 .1-9.7.3-13.5l-22.1.2.2-9.7h-.5Zm44.7 20.1.3-10.6h-15.1c.2 6.5.2 13.3.2 23 0 10 0 16.7-.2 23.2H292c-.3-4.6-.3-12.3-.3-18.9 0-10.3 4.2-13.3 13.7-13.3 4.4 0 7.6.5 10.3 1.5.1-3.8.9-11.4 1.3-14.7a34 34 0 0 0-9.8-1.4c-8.2 0-14.2 3.3-17 11.3l-.6-.1Zm75.1 12.2c0 8.3-6 12.2-15.4 12.2S334 49 334 40.5c0-8.6 6-11.8 15.4-11.8 9.3 0 15.4 3.5 15.4 11.8Zm15.7-.4c0-16.5-13-24-31.1-24-18.3 0-30.8 7.5-30.8 24s11.6 25.3 30.7 25.3c19.2 0 31.2-8.8 31.2-25.3Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -6 381 100"><path fill="#17191E" d="M25.8 85.2c-4.5-4.2-5.9-12.8-4-19.1 3.3 4 7.8 5.2 12.5 6 7.2 1 14.3.6 21-2.7l2.4-1.4c.6 1.8.8 3.7.5 5.6-.5 4.5-2.8 8-6.4 10.7-1.4 1.1-3 2-4.5 3-4.6 3.2-5.8 6.8-4 12.1v.6a12 12 0 0 1-5.3-4.6 13 13 0 0 1-2-7c0-1.2 0-2.5-.2-3.7-.4-3-1.8-4.3-4.5-4.4a5.2 5.2 0 0 0-5.4 4.2l-.1.7ZM0 65s13.4-6.5 26.8-6.5l10.1-31.3c.4-1.5 1.5-2.5 2.7-2.5 1.3 0 2.4 1 2.8 2.5l10 31.3c16 0 26.9 6.5 26.9 6.5L56.5 3c-.6-1.8-1.7-3-3.2-3H26c-1.5 0-2.5 1.2-3.2 3L0 65Zm141-19.9c0 5.5-6.8 8.8-16.2 8.8-6.2 0-8.3-1.5-8.3-4.7 0-3.4 2.6-5 8.8-5 5.5 0 10.3 0 15.7.8v.1Zm.1-6.8a71 71 0 0 0-14.5-1.2c-17.7 0-26 4.2-26 14 0 10.1 5.7 14 18.8 14 11.2 0 18.8-2.8 21.6-9.8h.4l-.1 4.7c0 3.6.6 3.9 3.5 3.9h13.8c-.8-2.2-1.2-8.2-1.2-13.4l.2-15.4c0-11.5-6.9-18.8-28.5-18.8-9.3 0-19.6 1.6-27.5 4 .8 3.1 1.8 9.4 2.3 13.5a61.4 61.4 0 0 1 24-4.5c10.4 0 13.2 2.3 13.2 7.1v2Zm37.9 10c-1.9.3-4.5.3-7 .3a60 60 0 0 1-7.1-.4l-.1 2c0 9.5 6.2 15 28.1 15 20.6 0 27.3-5.5 27.3-15.1 0-9.2-4.4-13.7-24-14.7-15.2-.6-16.6-2.3-16.6-4.2 0-2.2 2-3.4 12.2-3.4 10.6 0 13.4 1.5 13.4 4.5v.7a153 153 0 0 1 14.1 0v-1.7c0-11.2-9.2-14.9-27.2-14.9-20.3 0-27 5-27 14.6 0 8.7 5.4 14.1 24.8 15 14.3.4 16 2 16 4.2 0 2.4-2.4 3.5-12.5 3.5-11.5 0-14.4-1.6-14.4-5v-.4Zm66-40.1a58.2 58.2 0 0 1-20.8 11.6v10.8h5V47c0 10 5.3 17.7 21.8 17.7 7 0 11.6-.8 17.4-2-.6-3.7-1.3-9.4-1.5-13.8a41 41 0 0 1-12.6 1.8c-6.6 0-9.3-1.8-9.3-7.1V30.8c8.6 0 17.1.2 22.1.4 0-4 .1-9.7.3-13.5l-22.1.2.2-9.7h-.5Zm44.7 20.1.3-10.6h-15.1c.2 6.5.2 13.3.2 23 0 10 0 16.7-.2 23.2H292c-.3-4.6-.3-12.3-.3-18.9 0-10.3 4.2-13.3 13.7-13.3 4.4 0 7.6.5 10.3 1.5.1-3.8.9-11.4 1.3-14.7a34 34 0 0 0-9.8-1.4c-8.2 0-14.2 3.3-17 11.3l-.6-.1Zm75.1 12.2c0 8.3-6 12.2-15.4 12.2S334 49 334 40.5c0-8.6 6-11.8 15.4-11.8 9.3 0 15.4 3.5 15.4 11.8Zm15.7-.4c0-16.5-13-24-31.1-24-18.3 0-30.8 7.5-30.8 24s11.6 25.3 30.7 25.3c19.2 0 31.2-8.8 31.2-25.3Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -1 +0,0 @@
|
|||||||
<svg viewBox="0 0 256 366" xmlns="http://www.w3.org/2000/svg" width="256" height="366" preserveAspectRatio="xMidYMid"><path d="M182.022 9.147c2.982 3.702 4.502 8.697 7.543 18.687L256 246.074a276.467 276.467 0 0 0-79.426-26.891L133.318 73.008a5.63 5.63 0 0 0-10.802.017L79.784 219.11A276.453 276.453 0 0 0 0 246.04L66.76 27.783c3.051-9.972 4.577-14.959 7.559-18.654a24.541 24.541 0 0 1 9.946-7.358C88.67 0 93.885 0 104.314 0h47.683c10.443 0 15.664 0 20.074 1.774a24.545 24.545 0 0 1 9.95 7.373Z"/><path fill="#FF5D01" d="M189.972 256.46c-10.952 9.364-32.812 15.751-57.992 15.751-30.904 0-56.807-9.621-63.68-22.56-2.458 7.415-3.009 15.903-3.009 21.324 0 0-1.619 26.623 16.898 45.14 0-9.615 7.795-17.41 17.41-17.41 16.48 0 16.46 14.378 16.446 26.043l-.001 1.041c0 17.705 10.82 32.883 26.21 39.28a35.685 35.685 0 0 1-3.588-15.647c0-16.886 9.913-23.173 21.435-30.48 9.167-5.814 19.353-12.274 26.372-25.232a47.588 47.588 0 0 0 5.742-22.735c0-5.06-.786-9.938-2.243-14.516Z"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 974 B |
@@ -1 +0,0 @@
|
|||||||
<svg viewBox="0 0 256 366" xmlns="http://www.w3.org/2000/svg" width="256" height="366" preserveAspectRatio="xMidYMid"><path fill="#fff" d="M182.022 9.147c2.982 3.702 4.502 8.697 7.543 18.687L256 246.074a276.467 276.467 0 0 0-79.426-26.891L133.318 73.008a5.63 5.63 0 0 0-10.802.017L79.784 219.11A276.453 276.453 0 0 0 0 246.04L66.76 27.783c3.051-9.972 4.577-14.959 7.559-18.654a24.541 24.541 0 0 1 9.946-7.358C88.67 0 93.885 0 104.314 0h47.683c10.443 0 15.664 0 20.074 1.774a24.545 24.545 0 0 1 9.95 7.373Z"/><path fill="#FF5D01" d="M189.972 256.46c-10.952 9.364-32.812 15.751-57.992 15.751-30.904 0-56.807-9.621-63.68-22.56-2.458 7.415-3.009 15.903-3.009 21.324 0 0-1.619 26.623 16.898 45.14 0-9.615 7.795-17.41 17.41-17.41 16.48 0 16.46 14.378 16.446 26.043l-.001 1.041c0 17.705 10.82 32.883 26.21 39.28a35.685 35.685 0 0 1-3.588-15.647c0-16.886 9.913-23.173 21.435-30.48 9.167-5.814 19.353-12.274 26.372-25.232a47.588 47.588 0 0 0 5.742-22.735c0-5.06-.786-9.938-2.243-14.516Z"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 986 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 210 232"><path fill="url(#a)" fill-rule="evenodd" d="M208.687 31.859 30.095 167.73C8.164 127.966.568 79.998 0 51.228v-17.61c0-2.561 2.779-4.055 4.169-4.482C33.562 20.278 93.247 2.306 96.838 1.28 100.429.256 103.464 0 104.534 0h.097c1.069 0 4.104.256 7.696 1.28 3.591 1.025 63.276 18.998 92.669 27.856 1.034.317 2.836 1.225 3.691 2.723Z" clip-rule="evenodd"/><path fill="url(#b)" fill-rule="evenodd" d="m30.094 167.952 178.592-135.87c.295.516.478 1.102.478 1.759V51.45c-.962 48.773-22.126 152.722-99.083 178.336-1.068.427-3.591 1.281-5.13 1.281h-.739c-1.539 0-4.062-.854-5.13-1.281-31.563-10.505-53.74-34.186-68.988-61.834Z" clip-rule="evenodd"/><path fill="url(#c)" fill-opacity=".21" d="M111.74 1.283C108.147.257 105.11 0 104.04 0l-.321 231.305h.642c1.54 0 4.064-.855 5.133-1.283 76.995-25.665 98.169-129.822 99.131-178.692V33.685c0-2.566-2.78-4.063-4.171-4.491-29.407-8.876-89.121-26.884-92.714-27.91Z"/><ellipse cx="104.905" cy="114.209" fill="#E3E2FA" rx="47.801" ry="47.48"/><path fill="url(#d)" fill-rule="evenodd" d="M96.243 124.475c-3.635.321-12.832-1.283-17.323-5.133-4.823-4.134-7.379-9.624-7.379-17.645 0-9.95 8.983-20.532 21.495-20.21 11.883.304 19.898 7.002 21.494 17.644.833 5.553-.016 8.222-.676 10.295-.102.323-.2.631-.286.933-.321 1.07-.77 3.401 0 4.171.769.77 12.511 12.084 18.286 17.644.534.642 1.604 2.246 1.604 3.529v6.096c0 .962-.257 1.283-1.283 1.283h-12.833c-.748-.107-2.246-.834-2.246-2.887 0-2.189-.233-2.511-.7-3.156-.08-.111-.168-.232-.262-.373-.642-.963-1.925-.963-3.208-.963-1.283 0-2.246-.321-2.887-.962-.642-.642-.642-1.604-.321-2.887.321-1.284 0-2.567-.642-2.888a7.71 7.71 0 0 1-.353-.194c-.704-.4-1.827-1.038-3.176-.768-1.604.321-3.85 0-5.133-1.283-1.283-1.284-2.887-2.32-4.17-2.246Zm-8.662-24.381a4.812 4.812 0 1 0 0-9.625 4.812 4.812 0 0 0 0 9.625Z" clip-rule="evenodd"/><defs><linearGradient id="a" x1="19.57" x2="97.527" y1="96.564" y2="15.078" gradientUnits="userSpaceOnUse"><stop stop-color="#45FFC8"/><stop offset="1" stop-color="#1DBBF1"/></linearGradient><linearGradient id="b" x1="73.786" x2="170.671" y1="143.724" y2="190.884" gradientUnits="userSpaceOnUse"><stop stop-color="#D14AE8"/><stop offset=".552" stop-color="#B628E3"/><stop offset="1" stop-color="#8315FD"/></linearGradient><linearGradient id="c" x1="155.914" x2="155.914" y1="21.815" y2="182.542" gradientUnits="userSpaceOnUse"><stop stop-color="#20ABF5"/><stop offset=".398" stop-color="#2A8CC3"/><stop offset="1" stop-color="#A104DC"/></linearGradient><linearGradient id="d" x1="90.148" x2="129.287" y1="99.452" y2="138.912" gradientUnits="userSpaceOnUse"><stop stop-color="#FE5B01"/><stop offset="1" stop-color="#FFB200"/></linearGradient></defs></svg>
|
||||||
|
After Width: | Height: | Size: 2.7 KiB |
@@ -1,3 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.0" viewBox="0 0 1280 1024">
|
|
||||||
<path fill="#f1f1f1" fill-rule="evenodd" d="M422 534.9c-4.1-5.6-11.1-10.3-19.6-10.3-15.7 0-27 12.1-27 28.5s11.3 28.5 27 28.5c7.3 0 14.2-3.2 17.8-6.3.2-.2.4-.5.4-.8v-8.9c0-.6-.4-1-1-1h-20.2c-.8 0-1.5-.7-1.5-1.5V550c0-.8.7-1.5 1.5-1.5h36.2v-19.6l-11.7 6.5c-.7.3-1.4.1-1.9-.5zm-170 9.3h21.6c6.2 0 10-3.5 10-9.1 0-5.3-3.9-9.1-10-9.1H252c-.7 0-1.3.6-1.3 1.4v15.5c0 .7.6 1.3 1.3 1.3zm87.7 51.1c0 .7-.5 1.2-1.2 1.2h-15.9c-.7 0-1.2-.5-1.2-1.2v-84.4c0-.7.5-1.2 1.2-1.2h15.9c.7 0 1.2.5 1.2 1.2v84.4zm-66.2-85.6h4.1c16.4 0 24.7 10.5 24.7 22.1 0 9-4.7 15.7-10.9 18.6-.7.3-.9 1.1-.6 1.8.1.3.4.5.7.6 7.3 3 12.5 10.9 12.5 20.1 0 13.1-8.5 23.6-25 23.6h-45.3c-.7 0-1.3-.6-1.3-1.4v-55l-116.8 86.4c-2.2 1.7-1.1 5.2 1.7 5.2h315.5c1.6 0 2.9-1.3 2.9-2.9v-43.7c-8.4 8-19.5 12.9-33.2 12.9-25.2 0-45.8-17.6-45.8-44.9 0-27.5 20.6-44.9 45.8-44.9 15.9 0 26.5 7.3 33.2 16.1V395.6c0-1.6-1.3-2.9-2.8-2.9-.6 0-1.2.2-1.7.6-.2 0-157.7 116.4-157.7 116.4zM252 580.3h22.3c6.8 0 10.9-3.6 10.9-9.9 0-5.5-3.9-9.9-10.9-9.9H252c-.7 0-1.3.6-1.3 1.4V579c0 .6.6 1.3 1.3 1.3zm275.1-2.7-9.8-5.2c-.6-.3-1.4-.1-1.8.5-4.2 6.6-11.8 11.5-20.2 11.5-16.4 0-28.6-13.3-28.6-31.4 0-18.3 12.2-31.4 28.6-31.4 8.3 0 16 4.8 20.2 11.5.4.6 1.2.9 1.8.5l9.8-5.4c.7-.4 1-1.3.6-2 0 0 0-.1-.1-.1-6.2-9.8-16.4-18.1-32.3-18.1-24.5 0-43.5 18.1-43.5 44.9 0 26.7 19 44.9 43.5 44.9 15.9 0 26-8.4 32.4-18.3.4-.7.3-1.6-.4-2-.1.2-.1.1-.2.1zm51.4 6.9c-16.8 0-27.5-13.5-27.5-31.4 0-18 10.7-31.4 27.5-31.4 16.7 0 27.5 13.4 27.5 31.4-.1 17.8-10.9 31.4-27.5 31.4zm-11.8-74.8c-18.5 5-30.6 21.8-30.6 43.4 0 25.9 17.5 44.9 42.4 44.9 21.2 0 37.1-13.9 41.3-34.2 6.8-32.9-21.9-62.5-53.1-54.1zm157.2 0h-18.8c-.8 0-1.6.5-1.9 1.3l-22.8 59.6-22.9-59.6c-.3-.8-1.1-1.3-1.9-1.3h-18.8c-.6 0-1 .5-1 1v84.8c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-66L677 596c.1.3.4.5.7.5h5.5c.3 0 .6-.2.7-.5l26.1-66.6v66c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-84.8c0-.5-.5-.9-1.1-.9.1 0 .1 0 0 0zm192.7 0h-55.7c-.9 0-1.6.7-1.6 1.6V595c0 .9.7 1.6 1.6 1.6h55.7c.9 0 1.5-.7 1.5-1.6v-10.3c0-.9-.7-1.6-1.5-1.6h-40.7c-.9 0-1.6-.7-1.6-1.6v-21.1c0-.9.7-1.6 1.6-1.6h39.8c.9 0 1.6-.7 1.6-1.6V547c0-.9-.7-1.6-1.6-1.6h-39.8c-.9 0-1.6-.7-1.6-1.6v-19.2c0-.9.7-1.6 1.6-1.6h40.7c.9 0 1.5-.7 1.5-1.6v-10.3c0-.7-.7-1.4-1.5-1.4zm58.7 40.9h-19.2c-.9 0-1.5-.7-1.5-1.6v-24.5c0-.9.7-1.6 1.5-1.6h19.2c8.5 0 14.7 5.3 14.7 13.7 0 8.6-6.2 14-14.7 14zm11.8 11.3c9.6-2.4 18.3-10.8 18.3-25.1 0-16.1-11.2-27.2-28.2-27.2H941c-.9 0-1.5.7-1.5 1.5v83.7c0 .9.7 1.6 1.5 1.6h12c.9 0 1.5-.7 1.5-1.6v-29.3c0-.9.7-1.6 1.5-1.6h12.6c.5 0 1 .3 1.3.8l18 30.9c.3.5.8.8 1.3.8h13.8c.9 0 1.5-.7 1.5-1.6 0-.3-.1-.6-.2-.8l-18.5-29.9c-.3-.8.3-1.9 1.3-2.2zm136.6-38.8h40.7c.8 0 1.5-.7 1.5-1.5v-10.3c0-.8-.7-1.5-1.5-1.5h-55.8c-.8 0-1.5.7-1.5 1.5V595c0 .9.7 1.5 1.5 1.5h55.8c.8 0 1.5-.7 1.5-1.5v-10.3c0-.8-.7-1.5-1.5-1.5h-40.7c-.8 0-1.5-.7-1.5-1.5v-21.1c0-.9.7-1.5 1.5-1.5h39.8c.8 0 1.5-.7 1.5-1.5V547c0-.8-.7-1.5-1.5-1.5h-39.8c-.8 0-1.5-.7-1.5-1.5v-19.3c0-1 .7-1.6 1.5-1.6zm-31.9 54.2-9.8-5.2c-.7-.3-1.4-.1-1.8.5-4.2 6.6-11.8 11.5-20.2 11.5-16.4 0-28.6-13.3-28.6-31.4 0-18.3 12.2-31.4 28.6-31.4 8.3 0 16 4.8 20.2 11.5.4.6 1.2.9 1.8.5l9.8-5.4c.7-.4 1-1.3.6-2 0 0 0-.1-.1-.1-6.2-9.8-16.4-18.1-32.3-18.1-24.5 0-43.5 18.1-43.5 44.9 0 26.7 19 44.9 43.5 44.9 15.9 0 26-8.4 32.4-18.3.4-.7.3-1.6-.4-2-.1.1-.2.1-.2.1zm-256.6-67.6h-18.9c-.8 0-1.6.5-1.9 1.3l-22.8 59.6-22.9-59.6c-.3-.8-1.1-1.3-1.9-1.3H748c-.6 0-1 .5-1 1v84.8c0 .6.5 1 1 1h13c.6 0 1-.5 1-1v-66l26.2 66.6c.1.3.4.5.7.5h5.4c.3 0 .6-.2.7-.5l26.1-66.6v66c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-84.8c.1-.6-.4-1-.9-1-.1 0-.1 0 0 0z" clip-rule="evenodd"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -1,3 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" version="1.0" viewBox="0 0 1280 1024">
|
|
||||||
<path fill="#1d1d1b" fill-rule="evenodd" d="M422 534.9c-4.1-5.6-11.1-10.3-19.6-10.3-15.7 0-27 12.1-27 28.5s11.3 28.5 27 28.5c7.3 0 14.2-3.2 17.8-6.3.2-.2.4-.5.4-.8v-8.9c0-.6-.4-1-1-1h-20.2c-.8 0-1.5-.7-1.5-1.5V550c0-.8.7-1.5 1.5-1.5h36.2v-19.6l-11.7 6.5c-.7.3-1.4.1-1.9-.5zm-170 9.3h21.6c6.2 0 10-3.5 10-9.1 0-5.3-3.9-9.1-10-9.1H252c-.7 0-1.3.6-1.3 1.4v15.5c0 .7.6 1.3 1.3 1.3zm87.7 51.1c0 .7-.5 1.2-1.2 1.2h-15.9c-.7 0-1.2-.5-1.2-1.2v-84.4c0-.7.5-1.2 1.2-1.2h15.9c.7 0 1.2.5 1.2 1.2v84.4zm-66.2-85.6h4.1c16.4 0 24.7 10.5 24.7 22.1 0 9-4.7 15.7-10.9 18.6-.7.3-.9 1.1-.6 1.8.1.3.4.5.7.6 7.3 3 12.5 10.9 12.5 20.1 0 13.1-8.5 23.6-25 23.6h-45.3c-.7 0-1.3-.6-1.3-1.4v-55l-116.8 86.4c-2.2 1.7-1.1 5.2 1.7 5.2h315.5c1.6 0 2.9-1.3 2.9-2.9v-43.7c-8.4 8-19.5 12.9-33.2 12.9-25.2 0-45.8-17.6-45.8-44.9 0-27.5 20.6-44.9 45.8-44.9 15.9 0 26.5 7.3 33.2 16.1V395.6c0-1.6-1.3-2.9-2.8-2.9-.6 0-1.2.2-1.7.6-.2 0-157.7 116.4-157.7 116.4zM252 580.3h22.3c6.8 0 10.9-3.6 10.9-9.9 0-5.5-3.9-9.9-10.9-9.9H252c-.7 0-1.3.6-1.3 1.4V579c0 .6.6 1.3 1.3 1.3zm275.1-2.7-9.8-5.2c-.6-.3-1.4-.1-1.8.5-4.2 6.6-11.8 11.5-20.2 11.5-16.4 0-28.6-13.3-28.6-31.4 0-18.3 12.2-31.4 28.6-31.4 8.3 0 16 4.8 20.2 11.5.4.6 1.2.9 1.8.5l9.8-5.4c.7-.4 1-1.3.6-2 0 0 0-.1-.1-.1-6.2-9.8-16.4-18.1-32.3-18.1-24.5 0-43.5 18.1-43.5 44.9 0 26.7 19 44.9 43.5 44.9 15.9 0 26-8.4 32.4-18.3.4-.7.3-1.6-.4-2-.1.2-.1.1-.2.1zm51.4 6.9c-16.8 0-27.5-13.5-27.5-31.4 0-18 10.7-31.4 27.5-31.4 16.7 0 27.5 13.4 27.5 31.4-.1 17.8-10.9 31.4-27.5 31.4zm-11.8-74.8c-18.5 5-30.6 21.8-30.6 43.4 0 25.9 17.5 44.9 42.4 44.9 21.2 0 37.1-13.9 41.3-34.2 6.8-32.9-21.9-62.5-53.1-54.1zm157.2 0h-18.8c-.8 0-1.6.5-1.9 1.3l-22.8 59.6-22.9-59.6c-.3-.8-1.1-1.3-1.9-1.3h-18.8c-.6 0-1 .5-1 1v84.8c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-66L677 596c.1.3.4.5.7.5h5.5c.3 0 .6-.2.7-.5l26.1-66.6v66c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-84.8c0-.5-.5-.9-1.1-.9.1 0 .1 0 0 0zm192.7 0h-55.7c-.9 0-1.6.7-1.6 1.6V595c0 .9.7 1.6 1.6 1.6h55.7c.9 0 1.5-.7 1.5-1.6v-10.3c0-.9-.7-1.6-1.5-1.6h-40.7c-.9 0-1.6-.7-1.6-1.6v-21.1c0-.9.7-1.6 1.6-1.6h39.8c.9 0 1.6-.7 1.6-1.6V547c0-.9-.7-1.6-1.6-1.6h-39.8c-.9 0-1.6-.7-1.6-1.6v-19.2c0-.9.7-1.6 1.6-1.6h40.7c.9 0 1.5-.7 1.5-1.6v-10.3c0-.7-.7-1.4-1.5-1.4zm58.7 40.9h-19.2c-.9 0-1.5-.7-1.5-1.6v-24.5c0-.9.7-1.6 1.5-1.6h19.2c8.5 0 14.7 5.3 14.7 13.7 0 8.6-6.2 14-14.7 14zm11.8 11.3c9.6-2.4 18.3-10.8 18.3-25.1 0-16.1-11.2-27.2-28.2-27.2H941c-.9 0-1.5.7-1.5 1.5v83.7c0 .9.7 1.6 1.5 1.6h12c.9 0 1.5-.7 1.5-1.6v-29.3c0-.9.7-1.6 1.5-1.6h12.6c.5 0 1 .3 1.3.8l18 30.9c.3.5.8.8 1.3.8h13.8c.9 0 1.5-.7 1.5-1.6 0-.3-.1-.6-.2-.8l-18.5-29.9c-.3-.8.3-1.9 1.3-2.2zm136.6-38.8h40.7c.8 0 1.5-.7 1.5-1.5v-10.3c0-.8-.7-1.5-1.5-1.5h-55.8c-.8 0-1.5.7-1.5 1.5V595c0 .9.7 1.5 1.5 1.5h55.8c.8 0 1.5-.7 1.5-1.5v-10.3c0-.8-.7-1.5-1.5-1.5h-40.7c-.8 0-1.5-.7-1.5-1.5v-21.1c0-.9.7-1.5 1.5-1.5h39.8c.8 0 1.5-.7 1.5-1.5V547c0-.8-.7-1.5-1.5-1.5h-39.8c-.8 0-1.5-.7-1.5-1.5v-19.3c0-1 .7-1.6 1.5-1.6zm-31.9 54.2-9.8-5.2c-.7-.3-1.4-.1-1.8.5-4.2 6.6-11.8 11.5-20.2 11.5-16.4 0-28.6-13.3-28.6-31.4 0-18.3 12.2-31.4 28.6-31.4 8.3 0 16 4.8 20.2 11.5.4.6 1.2.9 1.8.5l9.8-5.4c.7-.4 1-1.3.6-2 0 0 0-.1-.1-.1-6.2-9.8-16.4-18.1-32.3-18.1-24.5 0-43.5 18.1-43.5 44.9 0 26.7 19 44.9 43.5 44.9 15.9 0 26-8.4 32.4-18.3.4-.7.3-1.6-.4-2-.1.1-.2.1-.2.1zm-256.6-67.6h-18.9c-.8 0-1.6.5-1.9 1.3l-22.8 59.6-22.9-59.6c-.3-.8-1.1-1.3-1.9-1.3H748c-.6 0-1 .5-1 1v84.8c0 .6.5 1 1 1h13c.6 0 1-.5 1-1v-66l26.2 66.6c.1.3.4.5.7.5h5.4c.3 0 .6-.2.7-.5l26.1-66.6v66c0 .6.4 1 1 1h13c.6 0 1-.5 1-1v-84.8c.1-.6-.4-1-.9-1-.1 0-.1 0 0 0z" clip-rule="evenodd"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 3.5 KiB |
@@ -1 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 512"><rect fill="#CC9B7A" width="512" height="512" rx="104.187" ry="105.042"/><path fill="#1F1F1E" fill-rule="nonzero" d="M318.663 149.787h-43.368l78.952 212.423 43.368.004-78.952-212.427zm-125.326 0l-78.952 212.427h44.255l15.932-44.608 82.846-.004 16.107 44.612h44.255l-79.126-212.427h-45.317zm-4.251 128.341l26.91-74.701 27.083 74.701h-53.993z"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 558 B |
@@ -1 +0,0 @@
|
|||||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m21.47 20.829 -2.881 -2.881a0.572 0.572 0 0 0 -0.7 -0.084 6.854 6.854 0 0 1 -7.081 0 0.576 0.576 0 0 0 -0.7 0.084l-2.881 2.881a0.576 0.576 0 0 0 -0.103 0.69 0.57 0.57 0 0 0 0.166 0.186 12 12 0 0 0 14.113 0 0.58 0.58 0 0 0 0.239 -0.423 0.576 0.576 0 0 0 -0.172 -0.453Zm0.002 -17.668 -2.88 2.88a0.569 0.569 0 0 1 -0.701 0.084A6.857 6.857 0 0 0 8.724 8.08a6.862 6.862 0 0 0 -1.222 3.692 6.86 6.86 0 0 0 0.978 3.764 0.573 0.573 0 0 1 -0.083 0.699l-2.881 2.88a0.567 0.567 0 0 1 -0.864 -0.063A11.993 11.993 0 0 1 6.771 2.7a11.99 11.99 0 0 1 14.637 -0.405 0.566 0.566 0 0 1 0.232 0.418 0.57 0.57 0 0 1 -0.168 0.448Zm-7.118 12.261a3.427 3.427 0 1 0 0 -6.854 3.427 3.427 0 0 0 0 6.854Z" fill="#fff" stroke-width="1"></path></svg>
|
|
||||||
|
Before Width: | Height: | Size: 823 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128"><circle cx="64" cy="64" r="20" fill="#fff"/><path fill="#fff" fill-opacity=".4" d="M99.572 10.788c1.999 1.34 2.17 4.156.468 5.858L85.424 31.262c-1.32 1.32-3.37 1.53-5.033.678A35.846 35.846 0 0 0 64 28c-19.882 0-36 16.118-36 36a35.846 35.846 0 0 0 3.94 16.391c.851 1.663.643 3.712-.678 5.033L16.646 100.04c-1.702 1.702-4.519 1.531-5.858-.468C3.974 89.399 0 77.163 0 64 0 28.654 28.654 0 64 0c13.163 0 25.399 3.974 35.572 10.788Z"/><path fill="#fff" d="M100.04 111.354c1.702 1.702 1.531 4.519-.468 5.858C89.399 124.026 77.164 128 64 128c-13.164 0-25.399-3.974-35.572-10.788-2-1.339-2.17-4.156-.468-5.858l14.615-14.616c1.322-1.32 3.37-1.53 5.033-.678A35.847 35.847 0 0 0 64 100a35.846 35.846 0 0 0 16.392-3.94c1.662-.852 3.712-.643 5.032.678l14.616 14.616Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 836 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 128 128"><circle cx="64" cy="64" r="20" fill="#6C47FF"/><path fill="#BAB1FF" d="M99.572 10.788c1.999 1.34 2.17 4.156.468 5.858L85.424 31.262c-1.32 1.32-3.37 1.53-5.033.678A35.846 35.846 0 0 0 64 28c-19.882 0-36 16.118-36 36a35.846 35.846 0 0 0 3.94 16.391c.851 1.663.643 3.712-.678 5.033L16.646 100.04c-1.702 1.702-4.519 1.531-5.858-.468C3.974 89.399 0 77.163 0 64 0 28.654 28.654 0 64 0c13.163 0 25.399 3.974 35.572 10.788Z"/><path fill="#6C47FF" d="M100.04 111.354c1.702 1.702 1.531 4.519-.468 5.858C89.399 124.026 77.164 128 64 128c-13.164 0-25.399-3.974-35.572-10.788-2-1.339-2.17-4.156-.468-5.858l14.615-14.616c1.322-1.32 3.37-1.53 5.033-.678A35.847 35.847 0 0 0 64 100a35.846 35.846 0 0 0 16.392-3.94c1.662-.852 3.712-.643 5.032.678l14.616 14.616Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 827 B |
@@ -1 +0,0 @@
|
|||||||
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" height="24" width="24"><path d="m21.47 20.829 -2.881 -2.881a0.572 0.572 0 0 0 -0.7 -0.084 6.854 6.854 0 0 1 -7.081 0 0.576 0.576 0 0 0 -0.7 0.084l-2.881 2.881a0.576 0.576 0 0 0 -0.103 0.69 0.57 0.57 0 0 0 0.166 0.186 12 12 0 0 0 14.113 0 0.58 0.58 0 0 0 0.239 -0.423 0.576 0.576 0 0 0 -0.172 -0.453Zm0.002 -17.668 -2.88 2.88a0.569 0.569 0 0 1 -0.701 0.084A6.857 6.857 0 0 0 8.724 8.08a6.862 6.862 0 0 0 -1.222 3.692 6.86 6.86 0 0 0 0.978 3.764 0.573 0.573 0 0 1 -0.083 0.699l-2.881 2.88a0.567 0.567 0 0 1 -0.864 -0.063A11.993 11.993 0 0 1 6.771 2.7a11.99 11.99 0 0 1 14.637 -0.405 0.566 0.566 0 0 1 0.232 0.418 0.57 0.57 0 0 1 -0.168 0.448Zm-7.118 12.261a3.427 3.427 0 1 0 0 -6.854 3.427 3.427 0 0 0 0 6.854Z" fill="#111" stroke-width="1"></path></svg>
|
|
||||||
|
Before Width: | Height: | Size: 823 B |
@@ -1,6 +1 @@
|
|||||||
<svg width="110" height="32" viewBox="0 0 110 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 441 128"><path fill="#fff" d="M166.971 40.917c11.605 0 23.824 4.606 31.392 13.519a.14.14 0 0 1-.015.196l-11.393 9.858a.141.141 0 0 1-.198-.013 24.393 24.393 0 0 0-8.422-6.174 24.897 24.897 0 0 0-10.437-2.133c-13.41 0-22.35 9.192-22.35 22.63 0 6.713 2.223 12.345 6.087 16.29a22.093 22.093 0 0 0 7.464 4.805 22.461 22.461 0 0 0 8.799 1.511 26.7 26.7 0 0 0 10.378-1.996 26.24 26.24 0 0 0 8.635-5.752.141.141 0 0 1 .192-.007l11.645 10.047a.14.14 0 0 1 .013.2c-6.497 7.175-17.999 12.866-32.397 12.866-11.139 0-20.793-3.91-27.569-10.565C132.019 99.545 128 90.12 128 78.928c0-22.63 16.169-38.01 38.971-38.01Zm105.326.007c22.067 0 36.337 15.52 36.337 36.95a61.277 61.277 0 0 1-.457 6.659.141.141 0 0 1-.14.123h-54.261a.14.14 0 0 0-.136.171c2.321 10.287 10.27 16.557 21.26 16.557 3.579.075 7.126-.66 10.369-2.151a23.251 23.251 0 0 0 8.236-6.335.14.14 0 0 1 .199-.019l.447.373 11.163 9.719a.14.14 0 0 1 .018.194c-6.316 7.834-16.808 13.599-31.355 13.599-21.772 0-38.196-15.077-38.196-37.983 0-11.238 3.87-20.663 10.319-27.317a35.7 35.7 0 0 1 11.989-7.934 36.2 36.2 0 0 1 14.208-2.606Zm-46.636-28.948a.14.14 0 0 1 .141.14v103.509a.14.14 0 0 1-.141.141h-16.684a.14.14 0 0 1-.141-.141V12.117c0-.078.063-.141.141-.141h16.684Zm135.724 28.943a.14.14 0 0 1 .142.14v18.553c0 .081-.07.146-.151.14-1.944-.147-3.88-.29-5.072-.29-13.058 0-20.725 9.19-20.725 21.253v34.91a.14.14 0 0 1-.141.141h-16.683a.14.14 0 0 1-.141-.141v-73.52a.14.14 0 0 1 .141-.14h16.683a.14.14 0 0 1 .141.14V53.04c0 .057.047.103.104.103a.105.105 0 0 0 .083-.041c5.851-7.815 14.488-12.162 23.613-12.162l2.006-.022Zm26.947-28.943a.14.14 0 0 1 .141.14v63.165c0 .129.157.19.244.095l30.691-33.455a.142.142 0 0 1 .104-.046h20.063c.122 0 .187.145.105.236l-26.752 29.515a.142.142 0 0 0-.016.17l27.119 43.755a.14.14 0 0 1-.119.215h-19.033a.14.14 0 0 1-.12-.067l-19.234-30.912a.14.14 0 0 0-.119-.066h-.18a.144.144 0 0 0-.104.045l-12.612 13.55a.14.14 0 0 0-.037.096v17.213a.14.14 0 0 1-.141.141h-16.685a.14.14 0 0 1-.14-.141V12.117a.14.14 0 0 1 .14-.141h16.685ZM273.184 56.153a19.44 19.44 0 0 0-8.036 1.46 19.154 19.154 0 0 0-6.683 4.624 20.438 20.438 0 0 0-4.538 8.68.14.14 0 0 0 .135.173h37.036a.14.14 0 0 0 .135-.174c-2.156-8.804-8.293-14.763-18.049-14.763Z"/><circle cx="64" cy="64" r="20" fill="#fff"/><path fill="#fff" fill-opacity=".4" d="M99.572 10.788c1.999 1.34 2.17 4.156.468 5.858L85.424 31.262c-1.32 1.32-3.37 1.53-5.033.678A35.846 35.846 0 0 0 64 28c-19.882 0-36 16.118-36 36a35.846 35.846 0 0 0 3.94 16.391c.851 1.663.643 3.712-.678 5.033L16.646 100.04c-1.702 1.702-4.519 1.531-5.858-.468C3.974 89.399 0 77.163 0 64 0 28.654 28.654 0 64 0c13.163 0 25.399 3.974 35.572 10.788Z"/><path fill="#fff" d="M100.04 111.354c1.702 1.702 1.531 4.519-.468 5.858C89.399 124.026 77.164 128 64 128c-13.164 0-25.399-3.974-35.572-10.788-2-1.339-2.17-4.156-.468-5.858l14.615-14.616c1.321-1.32 3.37-1.53 5.033-.678A35.846 35.846 0 0 0 64 100a35.846 35.846 0 0 0 16.392-3.94c1.662-.852 3.712-.643 5.032.678l14.616 14.616Z"/></svg>
|
||||||
<ellipse cx="16.0003" cy="16" rx="4.99998" ry="5" fill="#9785FF" style="fill:#9785FF;fill:color(display-p3 0.5922 0.5216 1.0000);fill-opacity:1;"/>
|
|
||||||
<path d="M25.0091 27.8382C25.4345 28.2636 25.3918 28.9679 24.8919 29.3027C22.3488 31.0062 19.2899 31.9997 15.9991 31.9997C12.7082 31.9997 9.64935 31.0062 7.10616 29.3027C6.60633 28.9679 6.56361 28.2636 6.98901 27.8382L10.6429 24.1843C10.9732 23.854 11.4855 23.8019 11.9012 24.0148C13.1303 24.6445 14.5232 24.9997 15.9991 24.9997C17.4749 24.9997 18.8678 24.6445 20.0969 24.0148C20.5126 23.8019 21.0249 23.854 21.3552 24.1843L25.0091 27.8382Z" fill="#9785FF" style="fill:#9785FF;fill:color(display-p3 0.5922 0.5216 1.0000);fill-opacity:1;"/>
|
|
||||||
<path opacity="0.6" d="M24.8928 2.697C25.3926 3.0318 25.4353 3.73609 25.0099 4.16149L21.356 7.81544C21.0258 8.14569 20.5134 8.19785 20.0978 7.98491C18.8687 7.35525 17.4758 7 15.9999 7C11.0294 7 6.99997 11.0294 6.99997 16C6.99997 17.4759 7.35522 18.8688 7.98488 20.0979C8.19782 20.5136 8.14565 21.0259 7.81541 21.3561L4.16147 25.0101C3.73607 25.4355 3.03178 25.3927 2.69698 24.8929C0.993522 22.3497 0 19.2909 0 16C0 7.16344 7.16341 0 15.9999 0C19.2908 0 22.3496 0.993529 24.8928 2.697Z" fill="#9785FF" style="fill:#9785FF;fill:color(display-p3 0.5922 0.5216 1.0000);fill-opacity:1;"/>
|
|
||||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M100.405 21.2489C100.421 21.2324 100.442 21.2231 100.465 21.2231C100.493 21.2231 100.518 21.2375 100.533 21.2613L105.275 28.8821C105.321 28.9554 105.401 29 105.487 29L109.75 29C109.946 29 110.066 28.7848 109.963 28.6183L103.457 18.1226C103.399 18.0278 103.41 17.9056 103.485 17.823L109.752 10.908C109.898 10.7473 109.784 10.4901 109.567 10.4901H105.12C105.05 10.4901 104.983 10.5194 104.936 10.5711L97.6842 18.4755C97.5301 18.6435 97.25 18.5345 97.25 18.3065V3.25C97.25 3.11193 97.138 3 97 3H93.25C93.1119 3 93 3.11193 93 3.25V28.75C93 28.8881 93.1119 29 93.25 29L97 29C97.138 29 97.25 28.8881 97.25 28.75V24.7373C97.25 24.6741 97.2739 24.6132 97.317 24.567L100.405 21.2489ZM52.2502 3.25C52.2502 3.11193 52.3621 3 52.5002 3H56.2501C56.3882 3 56.5001 3.11193 56.5001 3.25V28.75C56.5001 28.8881 56.3882 29 56.2501 29H52.5002C52.3621 29 52.2502 28.8881 52.2502 28.75V3.25ZM46.958 23.5912C46.8584 23.5052 46.7094 23.5117 46.6137 23.602C46.0293 24.1537 45.3447 24.595 44.5947 24.9028C43.7719 25.2407 42.8873 25.4108 41.995 25.4028C41.2415 25.4252 40.4913 25.2963 39.7906 25.0241C39.09 24.7519 38.4537 24.3422 37.9209 23.8202C36.9531 22.8322 36.396 21.4215 36.396 19.7399C36.396 16.3735 38.6356 14.0709 41.995 14.0709C42.896 14.0585 43.7888 14.241 44.6094 14.6052C45.3533 14.9355 46.0214 15.4077 46.5748 15.9934C46.6694 16.0936 46.8266 16.1052 46.9309 16.015L49.4625 13.8244C49.5659 13.7349 49.5785 13.5786 49.4873 13.4767C47.583 11.3488 44.5997 10.25 41.7627 10.25C36.0506 10.25 32.0003 14.1031 32.0003 19.7719C32.0003 22.5756 33.0069 24.9365 34.7044 26.6036C36.402 28.2707 38.8203 29.25 41.6108 29.25C45.1097 29.25 47.9259 27.9082 49.577 26.187C49.6739 26.086 49.6632 25.9252 49.5572 25.8338L46.958 23.5912ZM77.1575 20.9877C77.1436 21.1129 77.0371 21.2066 76.9111 21.2066H63.7746C63.615 21.2066 63.4961 21.3546 63.5377 21.5087C64.1913 23.9314 66.1398 25.3973 68.7994 25.3973C69.6959 25.4161 70.5846 25.2317 71.3968 24.8582C72.1536 24.5102 72.8249 24.0068 73.3659 23.3828C73.4314 23.3073 73.5454 23.2961 73.622 23.3602L76.2631 25.6596C76.3641 25.7476 76.3782 25.8999 76.2915 26.0021C74.697 27.8832 72.1135 29.25 68.5683 29.25C63.1142 29.25 59.0001 25.4731 59.0001 19.7348C59.0001 16.9197 59.9693 14.559 61.5847 12.8921C62.4374 12.0349 63.4597 11.3584 64.5882 10.9043C65.7168 10.4502 66.9281 10.2281 68.1473 10.2517C73.6753 10.2517 77.25 14.1394 77.25 19.5075C77.2431 20.0021 77.2123 20.4961 77.1575 20.9877ZM63.6166 17.5038C63.5702 17.6581 63.6894 17.8084 63.8505 17.8084H72.5852C72.7467 17.8084 72.8659 17.6572 72.8211 17.5021C72.2257 15.4416 70.7153 14.0666 68.3696 14.0666C67.6796 14.0447 66.993 14.1696 66.3565 14.4326C65.7203 14.6957 65.149 15.0908 64.6823 15.5907C64.1914 16.1473 63.8285 16.7998 63.6166 17.5038ZM90.2473 10.2527C90.3864 10.2512 90.5 10.3636 90.5 10.5027V14.7013C90.5 14.8469 90.3762 14.9615 90.2311 14.9508C89.8258 14.9207 89.4427 14.8952 89.1916 14.8952C85.9204 14.8952 84 17.1975 84 20.2195V28.75C84 28.8881 83.8881 29 83.75 29H80C79.862 29 79.75 28.8881 79.75 28.75V10.7623C79.75 10.6242 79.862 10.5123 80 10.5123H83.75C83.8881 10.5123 84 10.6242 84 10.7623V13.287C84 13.3013 84.0116 13.3128 84.0258 13.3128C84.034 13.3128 84.0416 13.3089 84.0465 13.3024C85.5124 11.3448 87.676 10.2559 89.9617 10.2559L90.2473 10.2527Z" fill="white" style="fill:white;fill:white;fill-opacity:1;"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -1,6 +1 @@
|
|||||||
<svg width="110" height="32" viewBox="0 0 110 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 441 128"><path fill="#131316" d="M166.971 40.917c11.605 0 23.824 4.606 31.392 13.519a.14.14 0 0 1-.015.196l-11.393 9.858a.141.141 0 0 1-.198-.013 24.393 24.393 0 0 0-8.422-6.174 24.897 24.897 0 0 0-10.437-2.133c-13.41 0-22.35 9.192-22.35 22.63 0 6.713 2.223 12.345 6.087 16.29a22.093 22.093 0 0 0 7.464 4.805 22.461 22.461 0 0 0 8.799 1.511 26.7 26.7 0 0 0 10.378-1.996 26.24 26.24 0 0 0 8.635-5.752.141.141 0 0 1 .192-.007l11.645 10.047a.14.14 0 0 1 .013.2c-6.497 7.175-17.999 12.866-32.397 12.866-11.139 0-20.793-3.91-27.569-10.565C132.019 99.545 128 90.12 128 78.928c0-22.63 16.169-38.01 38.971-38.01Zm105.326.007c22.067 0 36.337 15.52 36.337 36.95a61.277 61.277 0 0 1-.457 6.659.141.141 0 0 1-.14.123h-54.261a.14.14 0 0 0-.136.171c2.321 10.287 10.27 16.557 21.26 16.557 3.579.075 7.126-.66 10.369-2.151a23.251 23.251 0 0 0 8.236-6.335.14.14 0 0 1 .199-.019l.447.373 11.163 9.719a.14.14 0 0 1 .018.194c-6.316 7.834-16.808 13.599-31.355 13.599-21.772 0-38.196-15.077-38.196-37.983 0-11.238 3.87-20.663 10.319-27.317a35.7 35.7 0 0 1 11.989-7.934 36.2 36.2 0 0 1 14.208-2.606Zm-46.636-28.948a.14.14 0 0 1 .141.14v103.509a.14.14 0 0 1-.141.141h-16.684a.14.14 0 0 1-.141-.141V12.117c0-.078.063-.141.141-.141h16.684Zm135.724 28.943a.14.14 0 0 1 .142.14v18.553c0 .081-.07.146-.151.14-1.944-.147-3.88-.29-5.072-.29-13.058 0-20.725 9.19-20.725 21.253v34.91a.14.14 0 0 1-.141.141h-16.683a.14.14 0 0 1-.141-.141v-73.52a.14.14 0 0 1 .141-.14h16.683a.14.14 0 0 1 .141.14V53.04c0 .057.047.103.104.103a.105.105 0 0 0 .083-.041c5.851-7.815 14.488-12.162 23.613-12.162l2.006-.022Zm26.947-28.943a.14.14 0 0 1 .141.14v63.165c0 .129.157.19.244.095l30.691-33.455a.142.142 0 0 1 .104-.046h20.063c.122 0 .187.145.105.236l-26.752 29.515a.142.142 0 0 0-.016.17l27.119 43.755a.14.14 0 0 1-.119.215h-19.033a.14.14 0 0 1-.12-.067l-19.234-30.912a.14.14 0 0 0-.119-.066h-.18a.144.144 0 0 0-.104.045l-12.612 13.55a.14.14 0 0 0-.037.096v17.213a.14.14 0 0 1-.141.141h-16.685a.14.14 0 0 1-.14-.141V12.117a.14.14 0 0 1 .14-.141h16.685ZM273.184 56.153a19.44 19.44 0 0 0-8.036 1.46 19.154 19.154 0 0 0-6.683 4.624 20.438 20.438 0 0 0-4.538 8.68.14.14 0 0 0 .135.173h37.036a.14.14 0 0 0 .135-.174c-2.156-8.804-8.293-14.763-18.049-14.763Z"/><circle cx="64" cy="64" r="20" fill="#6C47FF"/><path fill="#BAB1FF" d="M99.572 10.788c1.999 1.34 2.17 4.156.468 5.858L85.424 31.262c-1.32 1.32-3.37 1.53-5.033.678A35.846 35.846 0 0 0 64 28c-19.882 0-36 16.118-36 36a35.846 35.846 0 0 0 3.94 16.391c.851 1.663.643 3.712-.678 5.033L16.646 100.04c-1.702 1.702-4.519 1.531-5.858-.468C3.974 89.399 0 77.163 0 64 0 28.654 28.654 0 64 0c13.163 0 25.399 3.974 35.572 10.788Z"/><path fill="#6C47FF" d="M100.04 111.354c1.702 1.702 1.531 4.519-.468 5.858C89.399 124.026 77.164 128 64 128c-13.164 0-25.399-3.974-35.572-10.788-2-1.339-2.17-4.156-.468-5.858l14.615-14.616c1.321-1.32 3.37-1.53 5.033-.678A35.846 35.846 0 0 0 64 100a35.846 35.846 0 0 0 16.392-3.94c1.662-.852 3.712-.643 5.032.678l14.616 14.616Z"/></svg>
|
||||||
<ellipse cx="16.0003" cy="16" rx="4.99998" ry="5" fill="#6C47FF" style="fill:#6C47FF;fill:color(display-p3 0.4235 0.2784 1.0000);fill-opacity:1;"/>
|
|
||||||
<path d="M25.0091 27.8382C25.4345 28.2636 25.3918 28.9679 24.8919 29.3027C22.3488 31.0062 19.2899 31.9997 15.999 31.9997C12.7082 31.9997 9.64934 31.0062 7.10615 29.3027C6.60632 28.9679 6.56361 28.2636 6.989 27.8382L10.6429 24.1843C10.9732 23.854 11.4855 23.8019 11.9012 24.0148C13.1302 24.6445 14.5232 24.9997 15.999 24.9997C17.4749 24.9997 18.8678 24.6445 20.0969 24.0148C20.5126 23.8019 21.0249 23.854 21.3552 24.1843L25.0091 27.8382Z" fill="#6C47FF" style="fill:#6C47FF;fill:color(display-p3 0.4235 0.2784 1.0000);fill-opacity:1;"/>
|
|
||||||
<path d="M24.8928 2.697C25.3926 3.0318 25.4353 3.73609 25.0099 4.16149L21.356 7.81544C21.0258 8.14569 20.5134 8.19785 20.0978 7.98491C18.8687 7.35525 17.4758 7 15.9999 7C11.0294 7 6.99997 11.0294 6.99997 16C6.99997 17.4759 7.35522 18.8688 7.98488 20.0979C8.19782 20.5136 8.14565 21.0259 7.81541 21.3561L4.16147 25.0101C3.73607 25.4355 3.03178 25.3927 2.69698 24.8929C0.993522 22.3497 0 19.2909 0 16C0 7.16344 7.16341 0 15.9999 0C19.2908 0 22.3496 0.993529 24.8928 2.697Z" fill="#BAB1FF" style="fill:#BAB1FF;fill:color(display-p3 0.7294 0.6941 1.0000);fill-opacity:1;"/>
|
|
||||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M100.405 21.2489C100.421 21.2324 100.442 21.2231 100.465 21.2231C100.493 21.2231 100.518 21.2375 100.533 21.2613L105.275 28.8821C105.321 28.9554 105.401 29 105.487 29L109.75 29C109.946 29 110.066 28.7848 109.963 28.6183L103.457 18.1226C103.399 18.0278 103.41 17.9056 103.485 17.823L109.752 10.908C109.898 10.7473 109.784 10.4901 109.567 10.4901H105.12C105.05 10.4901 104.983 10.5194 104.936 10.5711L97.6842 18.4755C97.5301 18.6435 97.25 18.5345 97.25 18.3065V3.25C97.25 3.11193 97.138 3 97 3H93.25C93.1119 3 93 3.11193 93 3.25V28.75C93 28.8881 93.1119 29 93.25 29L97 29C97.138 29 97.25 28.8881 97.25 28.75V24.7373C97.25 24.6741 97.2739 24.6132 97.317 24.567L100.405 21.2489ZM52.2502 3.25C52.2502 3.11193 52.3621 3 52.5002 3H56.2501C56.3882 3 56.5001 3.11193 56.5001 3.25V28.75C56.5001 28.8881 56.3882 29 56.2501 29H52.5002C52.3621 29 52.2502 28.8881 52.2502 28.75V3.25ZM46.958 23.5912C46.8584 23.5052 46.7094 23.5117 46.6137 23.602C46.0293 24.1537 45.3447 24.595 44.5947 24.9028C43.7719 25.2407 42.8873 25.4108 41.995 25.4028C41.2415 25.4252 40.4913 25.2963 39.7906 25.0241C39.09 24.7519 38.4537 24.3422 37.9209 23.8202C36.9531 22.8322 36.396 21.4215 36.396 19.7399C36.396 16.3735 38.6356 14.0709 41.995 14.0709C42.896 14.0585 43.7888 14.241 44.6094 14.6052C45.3533 14.9355 46.0214 15.4077 46.5748 15.9934C46.6694 16.0936 46.8266 16.1052 46.9309 16.015L49.4625 13.8244C49.5659 13.7349 49.5785 13.5786 49.4873 13.4767C47.583 11.3488 44.5997 10.25 41.7627 10.25C36.0506 10.25 32.0003 14.1031 32.0003 19.7719C32.0003 22.5756 33.0069 24.9365 34.7044 26.6036C36.402 28.2707 38.8203 29.25 41.6108 29.25C45.1097 29.25 47.9259 27.9082 49.577 26.187C49.6739 26.086 49.6632 25.9252 49.5572 25.8338L46.958 23.5912ZM77.1575 20.9877C77.1436 21.1129 77.0371 21.2066 76.9111 21.2066H63.7746C63.615 21.2066 63.4961 21.3546 63.5377 21.5087C64.1913 23.9314 66.1398 25.3973 68.7994 25.3973C69.6959 25.4161 70.5846 25.2317 71.3968 24.8582C72.1536 24.5102 72.8249 24.0068 73.3659 23.3828C73.4314 23.3073 73.5454 23.2961 73.622 23.3602L76.2631 25.6596C76.3641 25.7476 76.3782 25.8999 76.2915 26.0021C74.697 27.8832 72.1135 29.25 68.5683 29.25C63.1142 29.25 59.0001 25.4731 59.0001 19.7348C59.0001 16.9197 59.9693 14.559 61.5847 12.8921C62.4374 12.0349 63.4597 11.3584 64.5882 10.9043C65.7168 10.4502 66.9281 10.2281 68.1473 10.2517C73.6753 10.2517 77.25 14.1394 77.25 19.5075C77.2431 20.0021 77.2123 20.4961 77.1575 20.9877ZM63.6166 17.5038C63.5702 17.6581 63.6894 17.8084 63.8505 17.8084H72.5852C72.7467 17.8084 72.8659 17.6572 72.8211 17.5021C72.2257 15.4416 70.7153 14.0666 68.3696 14.0666C67.6796 14.0447 66.993 14.1696 66.3565 14.4326C65.7203 14.6957 65.149 15.0908 64.6823 15.5907C64.1914 16.1473 63.8285 16.7998 63.6166 17.5038ZM90.2473 10.2527C90.3864 10.2512 90.5 10.3636 90.5 10.5027V14.7013C90.5 14.8469 90.3762 14.9615 90.2311 14.9508C89.8258 14.9207 89.4427 14.8952 89.1916 14.8952C85.9204 14.8952 84 17.1975 84 20.2195V28.75C84 28.8881 83.8881 29 83.75 29H80C79.862 29 79.75 28.8881 79.75 28.75V10.7623C79.75 10.6242 79.862 10.5123 80 10.5123H83.75C83.8881 10.5123 84 10.6242 84 10.7623V13.287C84 13.3013 84.0116 13.3128 84.0258 13.3128C84.034 13.3128 84.0416 13.3089 84.0465 13.3024C85.5124 11.3448 87.676 10.2559 89.9617 10.2559L90.2473 10.2527Z" fill="#131316" style="fill:#131316;fill:color(display-p3 0.0745 0.0745 0.0863);fill-opacity:1;"/>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 3.0 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 456 456"><path fill="#512BD4" d="M0 0h456v456H0z"/><path fill="#fff" d="M81.274 291.333c-3.224 0-5.965-1.074-8.222-3.223-2.257-2.204-3.386-4.821-3.386-7.851 0-3.086 1.129-5.73 3.386-7.934 2.257-2.204 4.998-3.306 8.222-3.306 3.278 0 6.045 1.102 8.302 3.306 2.311 2.204 3.466 4.848 3.466 7.934 0 3.03-1.155 5.647-3.466 7.851-2.257 2.149-5.024 3.223-8.302 3.223ZM210.167 289.515h-20.958l-55.215-87.109a38.977 38.977 0 0 1-3.466-6.86h-.484c.43 2.535.645 7.962.645 16.281v77.688h-18.54V171h22.328l53.362 85.043c2.257 3.527 3.708 5.951 4.353 7.273h.322c-.537-3.14-.806-8.457-.806-15.951V171h18.459v118.515ZM300.449 289.515h-64.888V171h62.309v16.695h-43.124v33.554h39.739v16.612h-39.739v35.042h45.703v16.612ZM392.667 187.695h-33.21v101.82h-19.185v-101.82h-33.129V171h85.524v16.695Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 848 B |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="16" fill="#ffabe7"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 15.9976C3 8.8228 8.81861 3 16 3C23.1819 3 29 8.82805 29 16.0024C29 23.1772 23.1814 29 16 29H14.9455V28.9531C8.2617 28.416 3 22.8178 3 15.9976ZM16.3233 26.8867C22.1898 26.7156 26.891 21.9051 26.891 16.0024C26.891 9.99097 22.0156 5.1086 16 5.1086C9.98391 5.1086 5.10898 9.98681 5.10898 15.9976C5.10898 22.0082 9.98834 26.8867 16 26.8867H16.3233Z" fill="#b8509a"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7367 6.4736C10.5922 6.42811 10.4423 6.38094 10.2861 6.32797L10.9637 4.33118C11.026 4.3523 11.1381 4.38804 11.2689 4.42976C11.504 4.50472 11.7997 4.599 11.9758 4.66251L11.9852 4.66592L11.9946 4.66951C12.0428 4.68793 12.0945 4.70746 12.1486 4.72794C12.4214 4.83111 12.758 4.9584 13.0391 5.08986L13.0516 5.0957L13.1073 5.12355C13.2396 5.18522 13.4382 5.2799 13.6037 5.35876C13.6966 5.40304 13.779 5.44232 13.8333 5.46798L13.8585 5.47985L13.883 5.49304C13.8887 5.49611 13.8954 5.49969 13.9029 5.50373C13.9599 5.53426 14.0662 5.59114 14.1682 5.65347L14.1962 5.67057L14.2041 5.67611C14.2156 5.68281 14.2314 5.69176 14.2509 5.7026C14.2679 5.71208 14.2843 5.72109 14.3007 5.7301C14.3039 5.73187 14.3071 5.73364 14.3103 5.73541C14.3193 5.74038 14.3296 5.74603 14.3388 5.75116L14.3395 5.75152C14.3441 5.75413 14.3561 5.76078 14.3698 5.76882C14.3823 5.77598 14.4014 5.78691 14.4254 5.8006C14.4987 5.84244 14.6172 5.91007 14.7273 5.9745C14.8406 6.04087 15.0136 6.1431 15.1416 6.23283C15.2787 6.31705 15.4295 6.42148 15.5299 6.49101C15.548 6.50354 15.5644 6.51493 15.5788 6.52487C15.656 6.57187 15.7316 6.62516 15.7842 6.66284C15.8594 6.71675 15.9413 6.77782 16.016 6.83397C16.0505 6.85991 16.082 6.88371 16.1118 6.9062C16.1514 6.93611 16.188 6.96372 16.2244 6.99099C16.2545 7.0135 16.2796 7.03205 16.2998 7.04675C16.3098 7.05402 16.3176 7.05959 16.3234 7.06371C16.3284 7.06724 16.3308 7.06883 16.3309 7.06892L16.3584 7.08723L16.3849 7.10738C17.5487 7.99395 18.5851 9.03555 19.4697 10.1964L19.4706 10.1975L19.4714 10.1986C20.4493 11.4888 21.2214 12.921 21.7569 14.4452C23.3523 18.9013 22.8831 24.0495 20.3756 28.1134L18.5807 27.0063C20.7416 23.5041 21.1577 19.0256 19.7704 15.1532L19.7692 15.15L19.7681 15.1468C19.3059 13.8303 18.6385 12.5911 17.7913 11.4731C17.0248 10.4675 16.1297 9.56695 15.128 8.80088C15.0726 8.76245 15.0112 8.71685 14.9609 8.67926C14.9229 8.65083 14.8782 8.61709 14.8341 8.58383C14.8045 8.5615 14.7752 8.53937 14.7484 8.51923C14.676 8.46479 14.6102 8.41586 14.5558 8.37683C14.5072 8.34206 14.487 8.32922 14.4872 8.32902C14.4872 8.32901 14.4873 8.32905 14.4874 8.32913L14.456 8.31148L14.4194 8.28665C14.3656 8.25009 14.3176 8.2169 14.2736 8.18647C14.1771 8.11967 14.0998 8.06619 14.0213 8.01962L13.97 7.98913L13.9224 7.95304C13.9254 7.95529 13.9251 7.95514 13.921 7.95236C13.9131 7.94715 13.8914 7.93273 13.8508 7.9075C13.7973 7.87429 13.7316 7.8351 13.6614 7.79401C13.5619 7.73573 13.4713 7.68402 13.3996 7.64312C13.3661 7.62403 13.3368 7.6073 13.3126 7.59336L13.3105 7.59211C13.3067 7.59004 13.3013 7.58703 13.2931 7.58252C13.2906 7.58112 13.2878 7.57961 13.2849 7.578C13.2686 7.56904 13.2469 7.55707 13.2247 7.54474C13.1988 7.53033 13.1674 7.51262 13.1368 7.49472C13.12 7.48492 13.0888 7.46656 13.0539 7.44389C13.011 7.4183 12.9649 7.39355 12.9101 7.36409C12.9092 7.36365 12.9084 7.36321 12.9076 7.36278C12.842 7.33172 12.7604 7.29279 12.6737 7.25146C12.5106 7.17371 12.3297 7.08746 12.2041 7.02905L12.1906 7.02276L12.1338 6.99439C11.9347 6.90208 11.6963 6.81171 11.4293 6.71048C11.3713 6.68848 11.3119 6.66596 11.2513 6.6428C11.0867 6.58373 10.9158 6.52995 10.7367 6.4736ZM13.3128 7.59342C13.314 7.59407 13.3145 7.59437 13.3145 7.59438ZM13.3128 7.59342C13.314 7.59407 13.3145 7.59437 13.3145 7.59438Z" fill="#b8509a"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.1774 11.4919C18.3601 10.9172 21.2971 9.13207 23.3058 6.59106L24.9603 7.89856C22.639 10.8351 19.2503 12.8992 15.5519 13.567L15.5517 13.567C13.7102 13.899 11.8181 13.9102 9.97124 13.5716C8.12939 13.2433 6.35208 12.5821 4.74463 11.6168L5.83052 9.8092C7.21568 10.641 8.75086 11.2125 10.3439 11.4962L10.3466 11.4967L10.3494 11.4972C11.9374 11.7886 13.5744 11.7809 15.1772 11.4919" fill="#b8509a"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.54309 26.6889C11.3436 17.5014 20.7066 12.4275 28.364 14.5146L27.8093 16.5489C21.3092 14.7773 13.1728 19.1338 11.6127 27.0943L9.54309 26.6889Z" fill="#b8509a"/></svg>
|
||||||
|
After Width: | Height: | Size: 4.4 KiB |
@@ -1 +0,0 @@
|
|||||||
<svg width="834" height="236" viewBox="0 0 834 236" fill="none" xmlns="http://www.w3.org/2000/svg" class="h-6 w-24"><path d="M266 119.5C266 181.632 215.632 232 153.5 232C91.368 232 41 181.632 41 119.5C41 57.368 91.368 7 153.5 7C215.632 7 266 57.368 266 119.5Z" fill="currentColor"></path><mask id="mask0_46_2" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="41" y="7" width="225" height="225"><path d="M266 119.5C266 181.632 215.632 232 153.5 232C91.368 232 41 181.632 41 119.5C41 57.368 91.368 7 153.5 7C215.632 7 266 57.368 266 119.5Z" fill="currentColor"></path></mask><g mask="url(#mask0_46_2)"><ellipse cx="153" cy="124.5" rx="58" ry="57.5" fill="white"></ellipse><path d="M185 -10H211V181H185V-10Z" fill="white"></path></g><path d="M397.25 213.75C385.25 213.75 374.833 211.083 366 205.75C357.167 200.417 350.25 192.917 345.25 183.25C340.417 173.417 338 161.917 338 148.75C338 135.417 340.5 123.75 345.5 113.75C350.5 103.583 357.583 95.6667 366.75 90C376.083 84.3333 387.083 81.5 399.75 81.5C407.583 81.5 414.833 82.9167 421.5 85.75C428.333 88.5833 433.583 92.3333 437.25 97V22H475.75V210.5H439.5L437.5 194.5C434.167 200.167 428.833 204.833 421.5 208.5C414.333 212 406.25 213.75 397.25 213.75ZM406.5 178.5C412.5 178.5 417.75 177.25 422.25 174.75C426.917 172.083 430.5 168.417 433 163.75C435.667 158.917 437 153.417 437 147.25C437 140.917 435.667 135.417 433 130.75C430.5 126.083 426.917 122.5 422.25 120C417.75 117.333 412.5 116 406.5 116C400.5 116 395.25 117.333 390.75 120C386.25 122.667 382.75 126.333 380.25 131C377.917 135.667 376.75 141.083 376.75 147.25C376.75 153.417 377.917 158.833 380.25 163.5C382.75 168.167 386.25 171.833 390.75 174.5C395.25 177.167 400.5 178.5 406.5 178.5Z" fill="currentColor"></path><path d="M587.662 85.5H626.162C626.162 85.5 626.162 148.5 626.162 164C626.162 179.5 623.786 191.5 616.5 200.5C609.214 209.5 594 213.75 582.162 213.75C570.324 213.75 564.412 213.75 564.412 213.75C564.412 213.75 556.662 213.75 549.162 213.75C534.995 213.75 523.745 209.333 515.412 200.5C507.245 191.5 503.162 179.333 503.162 164V85.5H541.662V150C541.662 160.167 543.495 167.667 547.162 172.5C550.829 177.167 556.579 179.5 564.412 179.5C572.745 179.5 578.662 177.25 582.162 172.75C585.829 168.083 587.662 160.667 587.662 150.5V85.5Z" fill="currentColor"></path><path d="M691.303 210.5H655.053V22H693.553V100C697.386 94.3333 703.053 89.8333 710.553 86.5C718.219 83 726.553 81.25 735.553 81.25C747.219 81.25 757.303 84.0833 765.803 89.75C774.469 95.4167 781.136 103.333 785.803 113.5C790.469 123.667 792.803 135.583 792.803 149.25C792.803 162.083 790.219 173.417 785.053 183.25C780.053 192.917 772.969 200.417 763.803 205.75C754.803 211.083 744.386 213.75 732.553 213.75C723.886 213.75 715.969 212 708.803 208.5C701.803 204.833 696.636 200.167 693.303 194.5L691.303 210.5ZM693.803 147.25C693.803 153.417 695.053 158.917 697.553 163.75C700.219 168.417 703.803 172.083 708.303 174.75C712.969 177.25 718.303 178.5 724.303 178.5C730.469 178.5 735.719 177.167 740.053 174.5C744.553 171.833 747.969 168.167 750.303 163.5C752.803 158.833 754.053 153.417 754.053 147.25C754.053 141.083 752.803 135.667 750.303 131C747.969 126.333 744.553 122.667 740.053 120C735.719 117.333 730.469 116 724.303 116C718.303 116 712.969 117.333 708.303 120C703.803 122.5 700.219 126.083 697.553 130.75C695.053 135.417 693.803 140.917 693.803 147.25Z" fill="currentColor"></path></svg>
|
|
||||||
|
Before Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 324 285.096"><path fill="#9ea3a8" d="m98.764 104.305 60.777-35.09a4.916 4.916 0 0 1 4.917 0l60.778 35.09a4.92 4.92 0 0 1 2.458 4.258v70.179c0 1.755-.938 3.38-2.458 4.259l-60.778 35.089a4.916 4.916 0 0 1-4.917 0L98.764 183a4.919 4.919 0 0 1-2.458-4.258v-70.179a4.922 4.922 0 0 1 2.458-4.258"/><path fill="#fff" d="M320.02 136.27 247.405 9.937C244.766 5.37 239.894 2 234.619 2H89.383c-5.276 0-10.15 3.37-12.788 7.937L3.978 135.991c-2.637 4.57-2.637 10.335 0 14.905l72.617 125.297c2.638 4.568 7.512 6.903 12.788 6.903h145.235c5.274 0 10.148-2.265 12.784-6.834L320.02 150.76c2.64-4.567 2.64-9.922.002-14.49m-60.131 60.75c0 1.856-1.118 3.574-2.728 4.504l-92.498 53.367a5.263 5.263 0 0 1-5.233 0l-92.57-53.367c-1.609-.93-2.734-2.646-2.734-4.505V90.284c0-1.858 1.109-3.575 2.719-4.505l92.494-53.367a5.252 5.252 0 0 1 5.23 0l92.577 53.367c1.61.93 2.743 2.647 2.743 4.505z"/></svg>
|
||||||
|
After Width: | Height: | Size: 925 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 324 285.096"><path fill="#8080F2" d="m98.764 104.305 60.777-35.09a4.916 4.916 0 0 1 4.917 0l60.778 35.09a4.92 4.92 0 0 1 2.458 4.258v70.179c0 1.755-.938 3.38-2.458 4.259l-60.778 35.089a4.916 4.916 0 0 1-4.917 0L98.764 183a4.919 4.919 0 0 1-2.458-4.258v-70.179a4.922 4.922 0 0 1 2.458-4.258"/><path fill="#4b32c3" d="M320.02 136.27 247.405 9.937C244.766 5.37 239.894 2 234.619 2H89.383c-5.276 0-10.15 3.37-12.788 7.937L3.978 135.991c-2.637 4.57-2.637 10.335 0 14.905l72.617 125.297c2.638 4.568 7.512 6.903 12.788 6.903h145.235c5.274 0 10.148-2.265 12.784-6.834L320.02 150.76c2.64-4.567 2.64-9.922.002-14.49m-60.131 60.75c0 1.856-1.118 3.574-2.728 4.504l-92.498 53.367a5.263 5.263 0 0 1-5.233 0l-92.57-53.367c-1.609-.93-2.734-2.646-2.734-4.505V90.284c0-1.858 1.109-3.575 2.719-4.505l92.494-53.367a5.252 5.252 0 0 1 5.23 0l92.577 53.367c1.61.93 2.743 2.647 2.743 4.505z"/></svg>
|
||||||
|
After Width: | Height: | Size: 928 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 203 58"><path fill="#9ea3a8" d="m46.557 21.11-12.54-7.24a1.014 1.014 0 0 0-1.015 0l-12.54 7.24a1.015 1.015 0 0 0-.508.878v14.48c0 .362.194.697.508.879l12.54 7.24c.314.181.7.181 1.015 0l12.54-7.24c.314-.181.507-.516.507-.879v-14.48c0-.363-.193-.697-.507-.879Z"/><path fill="#fff" d="M.904 27.705 15.888 1.638C16.432.695 17.438 0 18.526 0h29.967c1.089 0 2.094.695 2.639 1.638l14.983 26.01a3.1 3.1 0 0 1 0 3.074L51.132 56.576c-.545.942-1.55 1.424-2.639 1.424H18.526c-1.088 0-2.094-.467-2.638-1.41L.905 30.694a2.94 2.94 0 0 1 0-2.99Zm12.407 12.534c0 .384.231.738.563.93L32.96 52.18c.332.192.748.192 1.08 0l19.1-11.011c.332-.192.564-.546.564-.93V18.216c0-.383-.229-.738-.56-.93L34.057 6.277a1.084 1.084 0 0 0-1.079 0l-19.102 11.01c-.332.192-.566.547-.566.93V40.24ZM86.697 43.71V14.29h18.745v4.581h-13.66v7.733h12.483v4.582H91.783v7.943h13.869v4.581H86.697Zm32.222.589c-2.241 0-4.231-.393-5.968-1.177-1.709-.813-3.054-1.976-4.035-3.489-.98-1.513-1.471-3.362-1.471-5.547v-1.093h5.002v1.093c0 1.933.588 3.376 1.765 4.328 1.177.953 2.746 1.43 4.707 1.43 1.99 0 3.489-.407 4.497-1.22 1.009-.812 1.513-1.863 1.513-3.152 0-.868-.238-1.569-.714-2.101-.476-.56-1.177-1.009-2.102-1.345-.896-.336-1.989-.658-3.278-.967l-1.261-.252c-1.933-.448-3.614-1.008-5.043-1.68-1.401-.701-2.48-1.598-3.236-2.69-.757-1.094-1.135-2.523-1.135-4.288 0-1.765.42-3.278 1.261-4.539.84-1.26 2.031-2.227 3.572-2.9 1.541-.672 3.348-1.009 5.422-1.009 2.073 0 3.923.35 5.548 1.051 1.625.7 2.9 1.751 3.824 3.152.953 1.401 1.429 3.153 1.429 5.254v1.387h-5.001v-1.387c0-1.205-.238-2.172-.715-2.9-.476-.729-1.148-1.26-2.017-1.597-.869-.336-1.891-.504-3.068-.504-1.737 0-3.054.336-3.951 1.008-.896.673-1.345 1.625-1.345 2.858 0 .785.196 1.457.589 2.018.42.532 1.022.98 1.807 1.345.812.336 1.821.63 3.026.882l1.261.294c2.017.449 3.782 1.023 5.296 1.723 1.513.673 2.689 1.57 3.53 2.69.869 1.121 1.303 2.578 1.303 4.371 0 1.766-.462 3.32-1.387 4.666-.897 1.345-2.172 2.395-3.825 3.152-1.625.756-3.558 1.135-5.8 1.135Zm14.181-.589V14.29h5.085v24.839h13.786v4.581H133.1Zm21.727 0V22.948h4.834V43.71h-4.834Zm2.396-23.41c-.869 0-1.625-.28-2.269-.84-.617-.589-.925-1.36-.925-2.312 0-.953.308-1.71.925-2.27a3.255 3.255 0 0 1 2.269-.882c.925 0 1.681.294 2.27.882.616.56.924 1.317.924 2.27 0 .953-.308 1.723-.924 2.311-.589.56-1.345.841-2.27.841Zm7.302 23.41V22.948h4.75v2.9h.714c.364-.785 1.023-1.527 1.975-2.228.953-.7 2.396-1.05 4.329-1.05 1.598 0 3.012.364 4.245 1.092a7.435 7.435 0 0 1 2.858 3.026c.701 1.29 1.051 2.816 1.051 4.582v12.44h-4.833V31.648c0-1.681-.421-2.928-1.261-3.74-.813-.841-1.976-1.262-3.489-1.262-1.709 0-3.054.575-4.034 1.724-.981 1.12-1.471 2.732-1.471 4.833V43.71h-4.834Zm31.924 0c-1.345 0-2.424-.392-3.236-1.177-.785-.812-1.177-1.905-1.177-3.278V26.941h-5.422v-3.993h5.422v-6.683h4.833v6.683h5.968v3.993h-5.968v11.516c0 .84.393 1.26 1.177 1.26h4.161v3.993h-5.758Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 203 58"><path fill="#8080F2" d="m46.557 21.11-12.54-7.24a1.014 1.014 0 0 0-1.015 0l-12.54 7.24a1.015 1.015 0 0 0-.508.878v14.48c0 .362.194.697.508.879l12.54 7.24c.314.181.7.181 1.015 0l12.54-7.24c.314-.181.507-.516.507-.879v-14.48c0-.363-.193-.697-.507-.879Z"/><path fill="#4B32C3" d="M.904 27.705 15.888 1.638C16.432.695 17.438 0 18.526 0h29.967c1.089 0 2.094.695 2.639 1.638l14.983 26.01a3.1 3.1 0 0 1 0 3.074L51.132 56.576c-.545.942-1.55 1.424-2.639 1.424H18.526c-1.088 0-2.094-.467-2.638-1.41L.905 30.694a2.94 2.94 0 0 1 0-2.99Zm12.407 12.534c0 .384.231.738.563.93L32.96 52.18c.332.192.748.192 1.08 0l19.1-11.011c.332-.192.564-.546.564-.93V18.216c0-.383-.229-.738-.56-.93L34.057 6.277a1.084 1.084 0 0 0-1.079 0l-19.102 11.01c-.332.192-.566.547-.566.93V40.24Z"/><path fill="#101828" d="M86.697 43.71V14.29h18.745v4.581h-13.66v7.733h12.483v4.582H91.783v7.943h13.869v4.581H86.697Zm32.222.589c-2.241 0-4.231-.393-5.968-1.177-1.709-.813-3.054-1.976-4.035-3.489-.98-1.513-1.471-3.362-1.471-5.547v-1.093h5.002v1.093c0 1.933.588 3.376 1.765 4.328 1.177.953 2.746 1.43 4.707 1.43 1.99 0 3.489-.407 4.497-1.22 1.009-.812 1.513-1.863 1.513-3.152 0-.868-.238-1.569-.714-2.101-.476-.56-1.177-1.009-2.102-1.345-.896-.336-1.989-.658-3.278-.967l-1.261-.252c-1.933-.448-3.614-1.008-5.043-1.68-1.401-.701-2.48-1.598-3.236-2.69-.757-1.094-1.135-2.523-1.135-4.288 0-1.765.42-3.278 1.261-4.539.84-1.26 2.031-2.227 3.572-2.9 1.541-.672 3.348-1.009 5.422-1.009 2.073 0 3.923.35 5.548 1.051 1.625.7 2.9 1.751 3.824 3.152.953 1.401 1.429 3.153 1.429 5.254v1.387h-5.001v-1.387c0-1.205-.238-2.172-.715-2.9-.476-.729-1.148-1.26-2.017-1.597-.869-.336-1.891-.504-3.068-.504-1.737 0-3.054.336-3.951 1.008-.896.673-1.345 1.625-1.345 2.858 0 .785.196 1.457.589 2.018.42.532 1.022.98 1.807 1.345.812.336 1.821.63 3.026.882l1.261.294c2.017.449 3.782 1.023 5.296 1.723 1.513.673 2.689 1.57 3.53 2.69.869 1.121 1.303 2.578 1.303 4.371 0 1.766-.462 3.32-1.387 4.666-.897 1.345-2.172 2.395-3.825 3.152-1.625.756-3.558 1.135-5.8 1.135Zm14.181-.589V14.29h5.085v24.839h13.786v4.581H133.1Zm21.727 0V22.948h4.834V43.71h-4.834Zm2.396-23.41c-.869 0-1.625-.28-2.269-.84-.617-.589-.925-1.36-.925-2.312 0-.953.308-1.71.925-2.27a3.255 3.255 0 0 1 2.269-.882c.925 0 1.681.294 2.27.882.616.56.924 1.317.924 2.27 0 .953-.308 1.723-.924 2.311-.589.56-1.345.841-2.27.841Zm7.302 23.41V22.948h4.75v2.9h.714c.364-.785 1.023-1.527 1.975-2.228.953-.7 2.396-1.05 4.329-1.05 1.598 0 3.012.364 4.245 1.092a7.435 7.435 0 0 1 2.858 3.026c.701 1.29 1.051 2.816 1.051 4.582v12.44h-4.833V31.648c0-1.681-.421-2.928-1.261-3.74-.813-.841-1.976-1.262-3.489-1.262-1.709 0-3.054.575-4.034 1.724-.981 1.12-1.471 2.732-1.471 4.833V43.71h-4.834Zm31.924 0c-1.345 0-2.424-.392-3.236-1.177-.785-.812-1.177-1.905-1.177-3.278V26.941h-5.422v-3.993h5.422v-6.683h4.833v6.683h5.968v3.993h-5.968v11.516c0 .84.393 1.26 1.177 1.26h4.161v3.993h-5.758Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.9 KiB |
@@ -1 +0,0 @@
|
|||||||
<svg viewBox="0 0 324 285.096" xmlns="http://www.w3.org/2000/svg"><path d="m98.764 104.305 60.777-35.09a4.916 4.916 0 0 1 4.917 0l60.778 35.09a4.92 4.92 0 0 1 2.458 4.258v70.179c0 1.755-.938 3.38-2.458 4.259l-60.778 35.089a4.916 4.916 0 0 1-4.917 0L98.764 183a4.919 4.919 0 0 1-2.458-4.258v-70.179a4.922 4.922 0 0 1 2.458-4.258" fill="#8080F2"/><path d="M320.02 136.27 247.405 9.937C244.766 5.37 239.894 2 234.619 2H89.383c-5.276 0-10.15 3.37-12.788 7.937L3.978 135.991c-2.637 4.57-2.637 10.335 0 14.905l72.617 125.297c2.638 4.568 7.512 6.903 12.788 6.903h145.235c5.274 0 10.148-2.265 12.784-6.834L320.02 150.76c2.64-4.567 2.64-9.922.002-14.49m-60.131 60.75c0 1.856-1.118 3.574-2.728 4.504l-92.498 53.367a5.263 5.263 0 0 1-5.233 0l-92.57-53.367c-1.609-.93-2.734-2.646-2.734-4.505V90.284c0-1.858 1.109-3.575 2.719-4.505l92.494-53.367a5.252 5.252 0 0 1 5.23 0l92.577 53.367c1.61.93 2.743 2.647 2.743 4.505z" fill="#4b32c3"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 928 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 666.667 666.667"><defs><clipPath id="a" clipPathUnits="userSpaceOnUse"><path d="M0 700h700V0H0Z"/></clipPath></defs><g clip-path="url(#a)" transform="matrix(1.33333 0 0 -1.33333 -133.333 800)"><path d="M0 0c0 138.071-111.929 250-250 250S-500 138.071-500 0c0-117.245 80.715-215.622 189.606-242.638v166.242h-51.552V0h51.552v32.919c0 85.092 38.508 124.532 122.048 124.532 15.838 0 43.167-3.105 54.347-6.211V81.986c-5.901.621-16.149.932-28.882.932-40.993 0-56.832-15.528-56.832-55.9V0h81.659l-14.028-76.396h-67.631v-171.773C-95.927-233.218 0-127.818 0 0" style="fill:#0866ff;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="translate(600 350)"/><path d="m0 0 14.029 76.396H-67.63v27.019c0 40.372 15.838 55.899 56.831 55.899 12.733 0 22.981-.31 28.882-.931v69.253c-11.18 3.106-38.509 6.212-54.347 6.212-83.539 0-122.048-39.441-122.048-124.533V76.396h-51.552V0h51.552v-166.242a250.559 250.559 0 0 1 60.394-7.362c10.254 0 20.358.632 30.288 1.831V0Z" style="fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none" transform="translate(447.918 273.604)"/></g></svg>
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="102.28 102.2 886 158.33"><path fill="#0866FF" d="M881.583 257.897h29.48v-47.696l41.137 47.696h36.072l-47.89-54.969 40.909-47.663h-32.825l-37.403 43.93v-96.982l-29.48 3.864v151.82Zm-67.988-105.261c-32.728 0-55.455 22.013-55.455 53.929s22.727 53.929 55.455 53.929c32.727 0 55.455-22.013 55.455-53.929s-22.728-53.929-55.455-53.929Zm0 82.728c-15.163 0-25.552-11.721-25.552-28.799s10.389-28.799 25.552-28.799c15.162 0 25.552 11.721 25.552 28.799s-10.39 28.799-25.552 28.799Zm-119.807-82.728c-32.727 0-55.455 22.013-55.455 53.929s22.728 53.929 55.455 53.929c32.728 0 55.455-22.013 55.455-53.929s-22.727-53.929-55.455-53.929Zm0 82.728c-15.162 0-25.552-11.721-25.552-28.799s10.39-28.799 25.552-28.799c15.163 0 25.552 11.721 25.552 28.799s-10.389 28.799-25.552 28.799Zm-112.826-82.728c-13.636 0-24.935 5.357-32.013 15.162v-65.585l-29.513 3.831v151.82h26.169l.519-15.844c6.981 11.818 19.481 18.474 34.838 18.474 27.988 0 48.475-22.728 48.475-53.929 0-31.202-20.39-53.929-48.475-53.929Zm-6.98 82.728c-15.163 0-25.552-11.721-25.552-28.799s10.389-28.799 25.552-28.799c15.162 0 25.552 11.721 25.552 28.799s-10.39 28.799-25.552 28.799Zm-113.638 1.331c-15.649 0-26.883-7.273-30.714-19.805h72.63c.715-3.831 1.202-8.377 1.202-11.429 0-33.02-18.475-52.825-49.514-52.825-31.331 0-53.02 22.013-53.02 53.929 0 32.338 22.728 53.929 56.462 53.929 17.467 0 34.448-5.844 45.065-15.552l-10.617-18.701c-10.292 7.11-20.39 10.454-31.494 10.454Zm-6.591-61.137c13.637 0 22.338 8.279 22.338 21.104v.098h-47.078c2.825-13.604 11.623-21.202 24.74-21.202Zm-98.994 84.968c15.26 0 30.195-5.844 40.714-15.974l-11.526-19.383c-8.182 6.364-17.467 9.805-26.266 9.805-16.364 0-27.273-11.429-27.273-28.377s10.909-28.377 27.273-28.377c8.084 0 16.883 2.922 24.026 8.085l11.721-19.806c-9.481-8.571-24.156-13.831-38.702-13.831-32.013 0-54.643 22.338-54.643 53.929.032 31.494 22.662 53.929 54.676 53.929Zm-93.735-105.261-.519 15.975c-6.981-11.916-19.481-18.572-34.838-18.572-28.085 0-48.475 22.728-48.475 53.929 0 31.202 20.52 53.929 48.475 53.929 15.357 0 27.889-6.656 34.838-18.474l.519 15.844h26.169V155.265h-26.169Zm-28.377 80.099c-15.162 0-25.552-11.721-25.552-28.799s10.39-28.799 25.552-28.799c15.163 0 25.552 11.721 25.552 28.799s-10.422 28.799-25.552 28.799Zm-57.663-79.906h-26.526v-8.767c0-13.117 5.13-18.149 18.442-18.149 4.123 0 7.467.097 9.383.292v-22.5c-3.637-1.007-12.5-2.013-17.63-2.013-27.111 0-39.611 12.792-39.611 40.422v10.682h-16.753v24.806h16.753v77.631h29.448v-77.599h21.949l4.545-24.805Z"/></svg>
|
||||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -1 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36" fill="url(#a)" height="40" width="40"><defs><linearGradient x1="50%" x2="50%" y1="97.078%" y2="0%" id="a"><stop offset="0%" stop-color="#0062E0"/><stop offset="100%" stop-color="#19AFFF"/></linearGradient></defs><path d="M15 35.8C6.5 34.3 0 26.9 0 18 0 8.1 8.1 0 18 0s18 8.1 18 18c0 8.9-6.5 16.3-15 17.8l-1-.8h-4l-1 .8z"/><path fill="#FFF" d="m25 23 .8-5H21v-3.5c0-1.4.5-2.5 2.7-2.5H26V7.4c-1.3-.2-2.7-.4-4-.4-4.1 0-7 2.5-7 7v4h-4.5v5H15v12.7c1 .2 2 .3 3 .3s2-.1 3-.3V23h4z"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 542 B |
|
Before Width: | Height: | Size: 1017 B After Width: | Height: | Size: 8.0 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 162.28 32"><g data-name="Capa 2"><g data-name="Capa 1"><path d="m159.36 13.46-3 7.64h-.09l-3.13-7.64h-2.83L155 24.14l-2.68 5.94h2.75l7.23-16.62zm-21.2-6.34h-2.62v17.62h2.62zm-9.86 0H122v17.62h2.64v-6.67h3.67a5.59 5.59 0 0 0 5.78-5.47 5.6 5.6 0 0 0-5.79-5.48Zm.07 8.49h-3.73v-6h3.74a3 3 0 0 1 0 6Zm16.25-2.53a4.94 4.94 0 0 0-4.69 2.7l2.34 1a2.48 2.48 0 0 1 2.4-1.28 2.52 2.52 0 0 1 2.76 2.27v.18a5.73 5.73 0 0 0-2.73-.69c-2.51 0-5.07 1.38-5.07 4 0 2.36 2.05 3.88 4.37 3.88a3.66 3.66 0 0 0 3.34-1.72h.1v1.36H150V18c0-3.13-2.34-4.87-5.36-4.87Zm-.31 9.66c-.86 0-2.06-.44-2.06-1.5 0-1.36 1.49-1.88 2.79-1.88a4.67 4.67 0 0 1 2.4.59 3.19 3.19 0 0 1-3.13 2.79Zm-94.82 2.38A9.46 9.46 0 0 1 40 15.81a9.46 9.46 0 0 1 9.49-9.31 8.91 8.91 0 0 1 6.41 2.57l-1.81 1.79A6.51 6.51 0 0 0 49.49 9a6.77 6.77 0 0 0 0 13.54 6.25 6.25 0 0 0 4.72-1.87 5.26 5.26 0 0 0 1.39-3.2h-6.11V15h8.6a8.38 8.38 0 0 1 .13 1.59 8.37 8.37 0 0 1-2.21 6 8.57 8.57 0 0 1-6.52 2.53Zm22.03-6a5.94 5.94 0 1 1-11.87 0 5.94 5.94 0 1 1 11.87 0zm-2.6 0a3.35 3.35 0 1 0-6.67 0 3.35 3.35 0 1 0 6.67 0zm15.9 0a5.93 5.93 0 1 1-11.86 0 5.93 5.93 0 1 1 11.86 0zm-2.59 0a3.35 3.35 0 1 0-6.67 0 3.35 3.35 0 1 0 6.67 0zm15.57-5.63v10.77c0 4.42-2.63 6.24-5.73 6.24a5.75 5.75 0 0 1-5.34-3.5L89 26a3.33 3.33 0 0 0 3 2.13c2 0 3.22-1.23 3.22-3.52v-.86h-.1A4.12 4.12 0 0 1 92 25.12a6 6 0 0 1 0-12 4.18 4.18 0 0 1 3.16 1.34h.1v-1h2.54Zm-2.33 5.66a3.39 3.39 0 0 0-3.21-3.66 3.48 3.48 0 0 0-3.36 3.66 3.45 3.45 0 0 0 3.36 3.61 3.35 3.35 0 0 0 3.21-3.61Zm6.96-12.01v17.61h-2.64V7.14Zm10.4 13.96 2.06 1.36a6 6 0 0 1-5 2.66 5.81 5.81 0 0 1-5.89-6 5.52 5.52 0 0 1 10.75-2.18l.27.69-8 3.31a3.07 3.07 0 0 0 2.92 1.82 3.44 3.44 0 0 0 2.89-1.66zm-6.31-2.16 5.38-2.22a2.34 2.34 0 0 0-2.24-1.27 3.29 3.29 0 0 0-3.14 3.49z" style="fill:#fff"/><path d="M13.54 15.28.12 29.34a3.64 3.64 0 0 0 5.33 2.16l15.1-8.6z" style="fill:#ea4335"/><path d="m27.11 12.89-6.53-3.74-7.35 6.45 7.38 7.28 6.48-3.7a3.55 3.55 0 0 0 0-6.29z" style="fill:#fbbc04"/><path d="M.12 2.66a3.46 3.46 0 0 0-.12.92v24.84a3.66 3.66 0 0 0 .12.92L14 15.64Z" style="fill:#4285f4"/><path d="m13.64 16 6.94-6.85L5.5.51A3.72 3.72 0 0 0 3.63 0 3.64 3.64 0 0 0 .12 2.65Z" style="fill:#34a853"/></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 162.28 32"><g data-name="Capa 2"><g data-name="Capa 1"><path d="m159.36 13.46-3 7.64h-.09l-3.13-7.64h-2.83L155 24.14l-2.68 5.94h2.75l7.23-16.62zm-21.2-6.34h-2.62v17.62h2.62zm-9.86 0H122v17.62h2.64v-6.67h3.67a5.59 5.59 0 0 0 5.78-5.47 5.6 5.6 0 0 0-5.79-5.48Zm.07 8.49h-3.73v-6h3.74a3 3 0 0 1 0 6Zm16.25-2.53a4.94 4.94 0 0 0-4.69 2.7l2.34 1a2.48 2.48 0 0 1 2.4-1.28 2.52 2.52 0 0 1 2.76 2.27v.18a5.73 5.73 0 0 0-2.73-.69c-2.51 0-5.07 1.38-5.07 4 0 2.36 2.05 3.88 4.37 3.88a3.66 3.66 0 0 0 3.34-1.72h.1v1.36H150V18c0-3.13-2.34-4.87-5.36-4.87Zm-.31 9.66c-.86 0-2.06-.44-2.06-1.5 0-1.36 1.49-1.88 2.79-1.88a4.67 4.67 0 0 1 2.4.59 3.19 3.19 0 0 1-3.13 2.79Zm-94.82 2.38A9.46 9.46 0 0 1 40 15.81a9.46 9.46 0 0 1 9.49-9.31 8.91 8.91 0 0 1 6.41 2.57l-1.81 1.79A6.51 6.51 0 0 0 49.49 9a6.77 6.77 0 0 0 0 13.54 6.25 6.25 0 0 0 4.72-1.87 5.26 5.26 0 0 0 1.39-3.2h-6.11V15h8.6a8.38 8.38 0 0 1 .13 1.59 8.37 8.37 0 0 1-2.21 6 8.57 8.57 0 0 1-6.52 2.53Zm22.03-6a5.94 5.94 0 1 1-11.87 0 5.94 5.94 0 1 1 11.87 0zm-2.6 0a3.35 3.35 0 1 0-6.67 0 3.35 3.35 0 1 0 6.67 0zm15.9 0a5.93 5.93 0 1 1-11.86 0 5.93 5.93 0 1 1 11.86 0zm-2.59 0a3.35 3.35 0 1 0-6.67 0 3.35 3.35 0 1 0 6.67 0zm15.57-5.63v10.77c0 4.42-2.63 6.24-5.73 6.24a5.75 5.75 0 0 1-5.34-3.5L89 26a3.33 3.33 0 0 0 3 2.13c2 0 3.22-1.23 3.22-3.52v-.86h-.1A4.12 4.12 0 0 1 92 25.12a6 6 0 0 1 0-12 4.18 4.18 0 0 1 3.16 1.34h.1v-1h2.54Zm-2.33 5.66a3.39 3.39 0 0 0-3.21-3.66 3.48 3.48 0 0 0-3.36 3.66 3.45 3.45 0 0 0 3.36 3.61 3.35 3.35 0 0 0 3.21-3.61Zm6.96-12.01v17.61h-2.64V7.14Zm10.4 13.96 2.06 1.36a6 6 0 0 1-5 2.66 5.81 5.81 0 0 1-5.89-6 5.52 5.52 0 0 1 10.75-2.18l.27.69-8 3.31a3.07 3.07 0 0 0 2.92 1.82 3.44 3.44 0 0 0 2.89-1.66zm-6.31-2.16 5.38-2.22a2.34 2.34 0 0 0-2.24-1.27 3.29 3.29 0 0 0-3.14 3.49z" style="fill:#5f6368"/><path d="M13.54 15.28.12 29.34a3.64 3.64 0 0 0 5.33 2.16l15.1-8.6z" style="fill:#ea4335"/><path d="m27.11 12.89-6.53-3.74-7.35 6.45 7.38 7.28 6.48-3.7a3.55 3.55 0 0 0 0-6.29z" style="fill:#fbbc04"/><path d="M.12 2.66a3.46 3.46 0 0 0-.12.92v24.84a3.66 3.66 0 0 0 .12.92L14 15.64Z" style="fill:#4285f4"/><path d="m13.64 16 6.94-6.85L5.5.51A3.72 3.72 0 0 0 3.63 0 3.64 3.64 0 0 0 .12 2.65Z" style="fill:#34a853"/></g></g></svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 466 511.98"><g fill-rule="nonzero"><path fill="#EA4335" d="M199.9 237.8 1.4 470.17c7.22 24.57 30.16 41.81 55.8 41.81 11.16 0 20.93-2.79 29.3-8.37l244.16-139.46L199.9 237.8z"/><path fill="#FBBC04" d="m433.91 205.1-104.65-60-111.61 110.22 113.01 108.83 104.64-58.6c18.14-9.77 30.7-29.3 30.7-50.23-1.4-20.93-13.95-40.46-32.09-50.22z"/><path fill="#34A853" d="M199.42 273.45 329.27 145.1 87.9 8.37C79.53 2.79 68.36 0 57.2 0 30.7 0 6.98 18.14 1.4 41.86l198.02 231.59z"/><path fill="#4285F4" d="M1.39 41.86C0 46.04 0 51.63 0 57.2v397.64c0 5.57 0 9.76 1.4 15.34l216.27-214.86L1.39 41.86z"/></g></svg>
|
||||||
|
After Width: | Height: | Size: 793 B |
@@ -1 +1 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="#e10098"><style>svg{fill:color(display-p3 0.8824 0 0.5961);}</style><path fill-rule="evenodd" clip-rule="evenodd" d="M50 6.90308L87.323 28.4515V71.5484L50 93.0968L12.677 71.5484V28.4515L50 6.90308ZM16.8647 30.8693V62.5251L44.2795 15.0414L16.8647 30.8693ZM50 13.5086L18.3975 68.2457H81.6025L50 13.5086ZM77.4148 72.4334H22.5852L50 88.2613L77.4148 72.4334ZM83.1353 62.5251L55.7205 15.0414L83.1353 30.8693V62.5251Z"/><circle cx="50" cy="9.3209" r="8.82"/><circle cx="85.2292" cy="29.6605" r="8.82"/><circle cx="85.2292" cy="70.3396" r="8.82"/><circle cx="50" cy="90.6791" r="8.82"/><circle cx="14.7659" cy="70.3396" r="8.82"/><circle cx="14.7659" cy="29.6605" r="8.82"/></svg>
|
<svg id="svgl_graphql" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="#e10098"><style>#svgl_graphql{fill:color(display-p3 0.8824 0 0.5961);}</style><path fill-rule="evenodd" clip-rule="evenodd" d="M50 6.90308L87.323 28.4515V71.5484L50 93.0968L12.677 71.5484V28.4515L50 6.90308ZM16.8647 30.8693V62.5251L44.2795 15.0414L16.8647 30.8693ZM50 13.5086L18.3975 68.2457H81.6025L50 13.5086ZM77.4148 72.4334H22.5852L50 88.2613L77.4148 72.4334ZM83.1353 62.5251L55.7205 15.0414L83.1353 30.8693V62.5251Z"/><circle cx="50" cy="9.3209" r="8.82"/><circle cx="85.2292" cy="29.6605" r="8.82"/><circle cx="85.2292" cy="70.3396" r="8.82"/><circle cx="50" cy="90.6791" r="8.82"/><circle cx="14.7659" cy="70.3396" r="8.82"/><circle cx="14.7659" cy="29.6605" r="8.82"/></svg>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 740 B After Width: | Height: | Size: 769 B |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
@@ -1 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256"><path fill="#0A0A08" d="M128 23.064c34.177 0 38.225.13 51.722.745 12.48.57 19.258 2.655 23.769 4.408 5.974 2.322 10.238 5.096 14.717 9.575 4.48 4.479 7.253 8.743 9.575 14.717 1.753 4.511 3.838 11.289 4.408 23.768.615 13.498.745 17.546.745 51.723 0 34.178-.13 38.226-.745 51.723-.57 12.48-2.655 19.257-4.408 23.768-2.322 5.974-5.096 10.239-9.575 14.718-4.479 4.479-8.743 7.253-14.717 9.574-4.511 1.753-11.289 3.839-23.769 4.408-13.495.616-17.543.746-51.722.746-34.18 0-38.228-.13-51.723-.746-12.48-.57-19.257-2.655-23.768-4.408-5.974-2.321-10.239-5.095-14.718-9.574-4.479-4.48-7.253-8.744-9.574-14.718-1.753-4.51-3.839-11.288-4.408-23.768-.616-13.497-.746-17.545-.746-51.723 0-34.177.13-38.225.746-51.722.57-12.48 2.655-19.258 4.408-23.769 2.321-5.974 5.095-10.238 9.574-14.717 4.48-4.48 8.744-7.253 14.718-9.575 4.51-1.753 11.288-3.838 23.768-4.408 13.497-.615 17.545-.745 51.723-.745M128 0C93.237 0 88.878.147 75.226.77c-13.625.622-22.93 2.786-31.071 5.95-8.418 3.271-15.556 7.648-22.672 14.764C14.367 28.6 9.991 35.738 6.72 44.155 3.555 52.297 1.392 61.602.77 75.226.147 88.878 0 93.237 0 128c0 34.763.147 39.122.77 52.774.622 13.625 2.785 22.93 5.95 31.071 3.27 8.417 7.647 15.556 14.763 22.672 7.116 7.116 14.254 11.492 22.672 14.763 8.142 3.165 17.446 5.328 31.07 5.95 13.653.623 18.012.77 52.775.77s39.122-.147 52.774-.77c13.624-.622 22.929-2.785 31.07-5.95 8.418-3.27 15.556-7.647 22.672-14.763 7.116-7.116 11.493-14.254 14.764-22.672 3.164-8.142 5.328-17.446 5.95-31.07.623-13.653.77-18.012.77-52.775s-.147-39.122-.77-52.774c-.622-13.624-2.786-22.929-5.95-31.07-3.271-8.418-7.648-15.556-14.764-22.672C227.4 14.368 220.262 9.99 211.845 6.72c-8.142-3.164-17.447-5.328-31.071-5.95C167.122.147 162.763 0 128 0Zm0 62.27C91.698 62.27 62.27 91.7 62.27 128c0 36.302 29.428 65.73 65.73 65.73 36.301 0 65.73-29.428 65.73-65.73 0-36.301-29.429-65.73-65.73-65.73Zm0 108.397c-23.564 0-42.667-19.103-42.667-42.667S104.436 85.333 128 85.333s42.667 19.103 42.667 42.667-19.103 42.667-42.667 42.667Zm83.686-110.994c0 8.484-6.876 15.36-15.36 15.36-8.483 0-15.36-6.876-15.36-15.36 0-8.483 6.877-15.36 15.36-15.36 8.484 0 15.36 6.877 15.36 15.36Z"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 2.2 KiB |
@@ -1 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" preserveAspectRatio="xMidYMid" viewBox="0 0 256 256"><path fill="#fff" d="M128 23.064c34.177 0 38.225.13 51.722.745 12.48.57 19.258 2.655 23.769 4.408 5.974 2.322 10.238 5.096 14.717 9.575 4.48 4.479 7.253 8.743 9.575 14.717 1.753 4.511 3.838 11.289 4.408 23.768.615 13.498.745 17.546.745 51.723 0 34.178-.13 38.226-.745 51.723-.57 12.48-2.655 19.257-4.408 23.768-2.322 5.974-5.096 10.239-9.575 14.718-4.479 4.479-8.743 7.253-14.717 9.574-4.511 1.753-11.289 3.839-23.769 4.408-13.495.616-17.543.746-51.722.746-34.18 0-38.228-.13-51.723-.746-12.48-.57-19.257-2.655-23.768-4.408-5.974-2.321-10.239-5.095-14.718-9.574-4.479-4.48-7.253-8.744-9.574-14.718-1.753-4.51-3.839-11.288-4.408-23.768-.616-13.497-.746-17.545-.746-51.723 0-34.177.13-38.225.746-51.722.57-12.48 2.655-19.258 4.408-23.769 2.321-5.974 5.095-10.238 9.574-14.717 4.48-4.48 8.744-7.253 14.718-9.575 4.51-1.753 11.288-3.838 23.768-4.408 13.497-.615 17.545-.745 51.723-.745M128 0C93.237 0 88.878.147 75.226.77c-13.625.622-22.93 2.786-31.071 5.95-8.418 3.271-15.556 7.648-22.672 14.764C14.367 28.6 9.991 35.738 6.72 44.155 3.555 52.297 1.392 61.602.77 75.226.147 88.878 0 93.237 0 128c0 34.763.147 39.122.77 52.774.622 13.625 2.785 22.93 5.95 31.071 3.27 8.417 7.647 15.556 14.763 22.672 7.116 7.116 14.254 11.492 22.672 14.763 8.142 3.165 17.446 5.328 31.07 5.95 13.653.623 18.012.77 52.775.77s39.122-.147 52.774-.77c13.624-.622 22.929-2.785 31.07-5.95 8.418-3.27 15.556-7.647 22.672-14.763 7.116-7.116 11.493-14.254 14.764-22.672 3.164-8.142 5.328-17.446 5.95-31.07.623-13.653.77-18.012.77-52.775s-.147-39.122-.77-52.774c-.622-13.624-2.786-22.929-5.95-31.07-3.271-8.418-7.648-15.556-14.764-22.672C227.4 14.368 220.262 9.99 211.845 6.72c-8.142-3.164-17.447-5.328-31.071-5.95C167.122.147 162.763 0 128 0Zm0 62.27C91.698 62.27 62.27 91.7 62.27 128c0 36.302 29.428 65.73 65.73 65.73 36.301 0 65.73-29.428 65.73-65.73 0-36.301-29.429-65.73-65.73-65.73Zm0 108.397c-23.564 0-42.667-19.103-42.667-42.667S104.436 85.333 128 85.333s42.667 19.103 42.667 42.667-19.103 42.667-42.667 42.667Zm83.686-110.994c0 8.484-6.876 15.36-15.36 15.36-8.483 0-15.36-6.876-15.36-15.36 0-8.483 6.877-15.36 15.36-15.36 8.484 0 15.36 6.877 15.36 15.36Z"/></svg>
|
|
||||||
|
Before Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"><path d="M503 114.333v280c0 60.711-49.29 110-110 110H113c-60.711 0-110-49.289-110-110v-280c0-60.71 49.289-110 110-110h280c60.71 0 110 49.29 110 110z"/><path d="M342.065 189.759c1.886-2.42 3.541-4.63 5.289-6.77.81-1.007.74-1.771-.046-2.824-7.58-9.965-8.298-21.028-3.935-32.254 3.275-8.448 10.52-12.406 19.373-13.25 5.52-.521 10.936.046 15.959 2.73 6.596 3.53 10.438 8.912 11.688 16.341.995 5.926.81 11.712-.868 17.452-2.974 10.161-10.277 15.427-20.287 16.758-8.31 1.11-16.734 1.25-25.113 1.817-.648.046-1.308 0-2.06 0z" fill="#027aff"/><path d="M321.512 144.254h-50.064l-39.637 90.384h-56.036v-89.99H131v232.868h44.787v-98.103h78.973c13.598 0 26.015-7.927 31.744-20.252v118.355h44.787v-98.103c0-23.342-18.239-42.97-41.523-44.671v-.116h-24.593a45.577 45.577 0 0026.884-24.534l29.453-65.838z" fill="#fff"/></svg>
|
||||||
|
After Width: | Height: | Size: 957 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="#fff" fill-rule="evenodd" style="flex:none;line-height:1" viewBox="0 0 55 24"><path d="M13.998 2h4.277L15.76 7.645a3.9 3.9 0 0 1-2.297 2.104h2.1v.01a3.834 3.834 0 0 1 3.548 3.83V22h-3.825V11.852a2.99 2.99 0 0 1-2.713 1.736H5.825V22H2V2.035h3.825v7.714h4.787L13.998 2zM25.93 2h-3.815v20h3.815V2zm23.468 0h3.815v20h-3.815V2zM28.936 22V2h3.855l4.888 7.828L42.557 2h3.836v20h-3.815V9.183l-4.896 7.855-4.93-7.898V22h-3.816z" clip-rule="evenodd"/></svg>
|
||||||
|
After Width: | Height: | Size: 493 B |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" style="flex:none;line-height:1" viewBox="0 0 55 24"><path d="M13.998 2h4.277L15.76 7.645a3.9 3.9 0 0 1-2.297 2.104h2.1v.01a3.834 3.834 0 0 1 3.548 3.83V22h-3.825V11.852a2.99 2.99 0 0 1-2.713 1.736H5.825V22H2V2.035h3.825v7.714h4.787L13.998 2zM25.93 2h-3.815v20h3.815V2zm23.468 0h3.815v20h-3.815V2zM28.936 22V2h3.855l4.888 7.828L42.557 2h3.836v20h-3.815V9.183l-4.896 7.855-4.93-7.898V22h-3.816z" clip-rule="evenodd"/></svg>
|
||||||
|
After Width: | Height: | Size: 481 B |
@@ -1,27 +0,0 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
|
||||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
|
||||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
|
||||||
width="1024.000000pt" height="1024.000000pt" viewBox="0 0 1024.000000 1024.000000"
|
|
||||||
preserveAspectRatio="xMidYMid meet">
|
|
||||||
|
|
||||||
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
|
|
||||||
fill="#000000" stroke="none">
|
|
||||||
<path d="M1595 10228 c-360 -40 -727 -206 -1000 -452 -330 -297 -541 -714
|
|
||||||
-585 -1161 -8 -78 -10 -1110 -8 -3570 4 -3236 5 -3465 21 -3545 62 -302 159
|
|
||||||
-531 324 -763 79 -111 288 -318 401 -397 241 -169 506 -277 792 -322 126 -19
|
|
||||||
7034 -19 7160 0 286 45 551 153 792 322 113 79 322 286 401 397 173 243 283
|
|
||||||
511 329 803 19 126 19 7034 0 7160 -46 292 -156 560 -329 803 -79 111 -287
|
|
||||||
317 -403 399 -112 80 -307 182 -440 231 -113 42 -288 82 -422 96 -123 14
|
|
||||||
-6915 13 -7033 -1z m1729 -2534 c14 -14 16 -120 16 -1015 l0 -999 633 0 632 0
|
|
||||||
470 1001 c258 551 475 1008 483 1015 11 12 94 14 484 12 422 -3 472 -5 481
|
|
||||||
-19 8 -13 -35 -116 -198 -470 -371 -810 -527 -1143 -562 -1198 -90 -141 -250
|
|
||||||
-266 -408 -321 -50 -17 -47 -18 305 -22 345 -5 358 -5 455 -31 121 -32 265
|
|
||||||
-100 357 -168 153 -114 288 -291 348 -458 68 -186 63 -99 67 -1375 3 -867 1
|
|
||||||
-1162 -8 -1172 -16 -19 -978 -21 -997 -2 -9 9 -12 334 -12 1400 0 763 -4 1388
|
|
||||||
-9 1388 -4 0 -16 -30 -26 -67 -35 -128 -89 -219 -189 -318 -72 -72 -108 -99
|
|
||||||
-176 -133 -164 -81 -87 -76 -1167 -80 l-963 -3 0 -1080 c0 -726 -3 -1087 -10
|
|
||||||
-1100 -10 -18 -26 -19 -498 -19 -366 0 -491 3 -500 12 -17 17 -17 5209 0 5226
|
|
||||||
9 9 133 12 494 12 425 0 484 -2 498 -16z"/>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,23 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="79" viewBox="0 0 401 79" fill="none">
|
||||||
|
<g clip-path="url(#clip0_274_2135)">
|
||||||
|
<path d="M313.847 28.1592H304.374V61.5326H313.847V28.1592Z" fill="white"/>
|
||||||
|
<path d="M313.847 17.1592H304.374V24.5385H313.847V17.1592Z" fill="white"/>
|
||||||
|
<path d="M107.249 17.1592H97.3477V61.5318H127.583V53.0246H107.249V17.1592Z" fill="white"/>
|
||||||
|
<path d="M147.151 25.3818C136.612 25.3818 128.27 33.5345 128.27 43.8086C128.27 54.0828 136.612 62.2569 147.151 62.2569C157.691 62.2569 166.103 54.1042 166.103 43.8247C166.103 33.5453 157.755 25.3818 147.151 25.3818ZM147.151 53.449C141.847 53.449 137.887 49.4102 137.887 43.7818C137.887 38.1533 141.847 34.1468 147.151 34.1468C152.456 34.1468 156.416 38.2553 156.416 43.7818C156.416 49.3082 152.456 53.449 147.151 53.449Z" fill="white"/>
|
||||||
|
<path d="M205.834 54.0178C204.135 54.0178 202.651 53.0242 202.651 49.979V35.8058H211.685V28.158H202.651V18.5391H193.178V28.158H180.737V18.5391H171.263V28.158H166.104V35.8058H171.263V50.1187C171.263 58.1264 175.084 62.2403 182.151 62.2403C185.342 62.2466 188.465 61.3128 191.131 59.555L188.452 52.5408C187.111 53.4498 185.542 53.9651 183.924 54.0285C182.226 54.0285 180.742 53.0349 180.742 49.9898V35.8058H193.183V50.1187C193.183 58.1264 196.998 62.2403 204.071 62.2403C207.262 62.2456 210.385 61.3119 213.051 59.555L210.372 52.5408C209.027 53.4492 207.455 53.9609 205.834 54.0178Z" fill="white"/>
|
||||||
|
<path d="M265.726 41.3117C264.28 31.3491 255.616 24.3028 246.094 25.6938C243.7 26.0214 241.395 26.825 239.314 28.0574C237.234 29.2898 235.419 30.9261 233.978 32.8705C232.537 34.8149 231.497 37.0282 230.921 39.3806C230.344 41.733 230.242 44.1771 230.62 46.5696C232.297 58.1434 242.226 63.5034 252.438 62.0103C257.063 61.3586 261.396 59.3584 264.896 56.2583L260.416 50.0337C257.859 52.2489 254.719 53.6774 251.372 54.1477C246.753 54.819 242.429 53.0735 240.607 48.4118L266.005 44.706C265.975 43.5703 265.882 42.4371 265.726 41.3117ZM239.557 42.1872C239.825 37.6382 242.901 34.1795 246.957 33.5941C249.018 33.2728 251.125 33.7157 252.883 34.8398C254.642 35.9639 255.932 37.692 256.51 39.7005L239.557 42.1872Z" fill="white"/>
|
||||||
|
<path d="M368.564 41.3117C367.117 31.3491 358.448 24.3028 348.932 25.6938C346.537 26.0207 344.232 26.8239 342.151 28.056C340.07 29.2882 338.256 30.9246 336.814 32.8692C335.373 34.8137 334.333 37.0273 333.757 39.38C333.181 41.7327 333.079 44.177 333.458 46.5696C335.135 58.1434 345.058 63.5034 355.276 62.0103C359.9 61.3585 364.23 59.3582 367.728 56.2583L363.254 50.0337C360.695 52.2491 357.553 53.6775 354.204 54.1477C349.586 54.819 345.262 53.0735 343.44 48.4118L368.843 44.706C368.809 43.5705 368.716 42.4375 368.564 41.3117ZM342.395 42.1872C342.663 37.6382 345.733 34.1795 349.795 33.5941C351.853 33.2713 353.958 33.714 355.714 34.8387C357.47 35.9633 358.754 37.6924 359.327 39.7005L342.395 42.1872Z" fill="white"/>
|
||||||
|
<path d="M329.402 17.1592H319.929V61.5264H329.402V17.1592Z" fill="white"/>
|
||||||
|
<path d="M388.181 39.3456C384.929 38.6367 381.96 37.9975 381.96 36.0158C381.96 34.5281 384.012 33.5345 386.204 33.5345C389.626 33.5889 392.99 34.4383 396.03 36.0158L399.213 28.9264C395.259 26.5022 390.692 25.2716 386.059 25.3818C379.415 25.3818 372.342 29.2111 372.342 36.44C372.342 43.2447 378.07 45.5702 385.073 47.4231C388.111 48.277 391.155 48.7711 391.155 50.8979C391.155 53.0247 387.549 53.8733 385.352 53.8733C381.351 53.9514 377.449 52.6211 374.325 50.1138L370.928 57.4233C372.91 59.2654 377.786 62.2569 385.352 62.2569C391.931 62.2569 400.767 59.3513 400.767 50.6294C400.767 43.3843 394.214 40.7742 388.181 39.3456Z" fill="white"/>
|
||||||
|
<path d="M226.334 28.1592H216.86V61.5326H226.334V28.1592Z" fill="white"/>
|
||||||
|
<path d="M226.334 17.1592H216.86V24.5385H226.334V17.1592Z" fill="white"/>
|
||||||
|
<path d="M269.761 61.5318H279.641V43.4003H296.396V34.9845H279.641V25.6502H299.997V17.1592H269.761V61.5318Z" fill="white"/>
|
||||||
|
<path d="M59.0965 0.59082H20.5503C9.64568 0.59082 0.805664 9.45154 0.805664 20.3818V59.0185C0.805664 69.9487 9.64568 78.8094 20.5503 78.8094H59.0965C70.0011 78.8094 78.8411 69.9487 78.8411 59.0185V20.3818C78.8411 9.45154 70.0011 0.59082 59.0965 0.59082Z" fill="#00DDB3"/>
|
||||||
|
<path d="M60.1139 18.1094C46.6811 18.1094 41.7034 27.7229 37.7009 35.446L35.0862 40.387C30.8479 48.5773 27.6814 53.5559 19.521 53.5559C19.0144 53.5559 18.5127 53.6559 18.0447 53.8502C17.5766 54.0446 17.1513 54.3294 16.793 54.6885C16.4348 55.0475 16.1505 55.4738 15.9566 55.943C15.7628 56.4121 15.6631 56.915 15.6631 57.4228C15.6645 58.4479 16.0714 59.4306 16.7946 60.1555C17.5178 60.8804 18.4983 61.2883 19.521 61.2897C32.9591 61.2897 37.9367 51.6761 41.9392 43.9531L44.5487 39.0121C48.7923 30.8218 51.9588 25.8432 60.1139 25.8432C60.6209 25.8439 61.1231 25.7444 61.5918 25.5503C62.0605 25.3563 62.4864 25.0716 62.8452 24.7125C63.204 24.3533 63.4888 23.9268 63.683 23.4573C63.8772 22.9878 63.977 22.4845 63.977 21.9763C63.9756 20.9502 63.568 19.9667 62.8437 19.2416C62.1193 18.5166 61.1375 18.1094 60.1139 18.1094Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_274_2135">
|
||||||
|
<rect width="400" height="78.232" fill="white" transform="translate(0.805664 0.59082)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,23 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="401" height="79" viewBox="0 0 401 79" fill="none">
|
||||||
|
<g clip-path="url(#clip0_274_2135)">
|
||||||
|
<path d="M313.847 28.1592H304.374V61.5326H313.847V28.1592Z" fill="black"/>
|
||||||
|
<path d="M313.847 17.1592H304.374V24.5385H313.847V17.1592Z" fill="black"/>
|
||||||
|
<path d="M107.249 17.1592H97.3477V61.5318H127.583V53.0246H107.249V17.1592Z" fill="black"/>
|
||||||
|
<path d="M147.151 25.3818C136.612 25.3818 128.27 33.5345 128.27 43.8086C128.27 54.0828 136.612 62.2569 147.151 62.2569C157.691 62.2569 166.103 54.1042 166.103 43.8247C166.103 33.5453 157.755 25.3818 147.151 25.3818ZM147.151 53.449C141.847 53.449 137.887 49.4102 137.887 43.7818C137.887 38.1533 141.847 34.1468 147.151 34.1468C152.456 34.1468 156.416 38.2553 156.416 43.7818C156.416 49.3082 152.456 53.449 147.151 53.449Z" fill="black"/>
|
||||||
|
<path d="M205.834 54.0178C204.135 54.0178 202.651 53.0242 202.651 49.979V35.8058H211.685V28.158H202.651V18.5391H193.178V28.158H180.737V18.5391H171.263V28.158H166.104V35.8058H171.263V50.1187C171.263 58.1264 175.084 62.2403 182.151 62.2403C185.342 62.2466 188.465 61.3128 191.131 59.555L188.452 52.5408C187.111 53.4498 185.542 53.9651 183.924 54.0285C182.226 54.0285 180.742 53.0349 180.742 49.9898V35.8058H193.183V50.1187C193.183 58.1264 196.998 62.2403 204.071 62.2403C207.262 62.2456 210.385 61.3119 213.051 59.555L210.372 52.5408C209.027 53.4492 207.455 53.9609 205.834 54.0178Z" fill="black"/>
|
||||||
|
<path d="M265.726 41.3117C264.28 31.3491 255.616 24.3028 246.094 25.6938C243.7 26.0214 241.395 26.825 239.314 28.0574C237.234 29.2898 235.419 30.9261 233.978 32.8705C232.537 34.8149 231.497 37.0282 230.921 39.3806C230.344 41.733 230.242 44.1771 230.62 46.5696C232.297 58.1434 242.226 63.5034 252.438 62.0103C257.063 61.3586 261.396 59.3584 264.896 56.2583L260.416 50.0337C257.859 52.2489 254.719 53.6774 251.372 54.1477C246.753 54.819 242.429 53.0735 240.607 48.4118L266.005 44.706C265.975 43.5703 265.882 42.4371 265.726 41.3117ZM239.557 42.1872C239.825 37.6382 242.901 34.1795 246.957 33.5941C249.018 33.2728 251.125 33.7157 252.883 34.8398C254.642 35.9639 255.932 37.692 256.51 39.7005L239.557 42.1872Z" fill="black"/>
|
||||||
|
<path d="M368.564 41.3117C367.117 31.3491 358.448 24.3028 348.932 25.6938C346.537 26.0207 344.232 26.8239 342.151 28.056C340.07 29.2882 338.256 30.9246 336.814 32.8692C335.373 34.8137 334.333 37.0273 333.757 39.38C333.181 41.7327 333.079 44.177 333.458 46.5696C335.135 58.1434 345.058 63.5034 355.276 62.0103C359.9 61.3585 364.23 59.3582 367.728 56.2583L363.254 50.0337C360.695 52.2491 357.553 53.6775 354.204 54.1477C349.586 54.819 345.262 53.0735 343.44 48.4118L368.843 44.706C368.809 43.5705 368.716 42.4375 368.564 41.3117ZM342.395 42.1872C342.663 37.6382 345.733 34.1795 349.795 33.5941C351.853 33.2713 353.958 33.714 355.714 34.8387C357.47 35.9633 358.754 37.6924 359.327 39.7005L342.395 42.1872Z" fill="black"/>
|
||||||
|
<path d="M329.402 17.1592H319.929V61.5264H329.402V17.1592Z" fill="black"/>
|
||||||
|
<path d="M388.181 39.3456C384.929 38.6367 381.96 37.9975 381.96 36.0158C381.96 34.5281 384.012 33.5345 386.204 33.5345C389.626 33.5889 392.99 34.4383 396.03 36.0158L399.213 28.9264C395.259 26.5022 390.692 25.2716 386.059 25.3818C379.415 25.3818 372.342 29.2111 372.342 36.44C372.342 43.2447 378.07 45.5702 385.073 47.4231C388.111 48.277 391.155 48.7711 391.155 50.8979C391.155 53.0247 387.549 53.8733 385.352 53.8733C381.351 53.9514 377.449 52.6211 374.325 50.1138L370.928 57.4233C372.91 59.2654 377.786 62.2569 385.352 62.2569C391.931 62.2569 400.767 59.3513 400.767 50.6294C400.767 43.3843 394.214 40.7742 388.181 39.3456Z" fill="black"/>
|
||||||
|
<path d="M226.334 28.1592H216.86V61.5326H226.334V28.1592Z" fill="black"/>
|
||||||
|
<path d="M226.334 17.1592H216.86V24.5385H226.334V17.1592Z" fill="black"/>
|
||||||
|
<path d="M269.761 61.5318H279.641V43.4003H296.396V34.9845H279.641V25.6502H299.997V17.1592H269.761V61.5318Z" fill="black"/>
|
||||||
|
<path d="M59.0965 0.59082H20.5503C9.64568 0.59082 0.805664 9.45154 0.805664 20.3818V59.0185C0.805664 69.9487 9.64568 78.8094 20.5503 78.8094H59.0965C70.0011 78.8094 78.8411 69.9487 78.8411 59.0185V20.3818C78.8411 9.45154 70.0011 0.59082 59.0965 0.59082Z" fill="#00DDB3"/>
|
||||||
|
<path d="M60.1139 18.1094C46.6811 18.1094 41.7034 27.7229 37.7009 35.446L35.0862 40.387C30.8479 48.5773 27.6814 53.5559 19.521 53.5559C19.0144 53.5559 18.5127 53.6559 18.0447 53.8502C17.5766 54.0446 17.1513 54.3294 16.793 54.6885C16.4348 55.0475 16.1505 55.4738 15.9566 55.943C15.7628 56.4121 15.6631 56.915 15.6631 57.4228C15.6645 58.4479 16.0714 59.4306 16.7946 60.1555C17.5178 60.8804 18.4983 61.2883 19.521 61.2897C32.9591 61.2897 37.9367 51.6761 41.9392 43.9531L44.5487 39.0121C48.7923 30.8218 51.9588 25.8432 60.1139 25.8432C60.6209 25.8439 61.1231 25.7444 61.5918 25.5503C62.0605 25.3563 62.4864 25.0716 62.8452 24.7125C63.204 24.3533 63.4888 23.9268 63.683 23.4573C63.8772 22.9878 63.977 22.4845 63.977 21.9763C63.9756 20.9502 63.568 19.9667 62.8437 19.2416C62.1193 18.5166 61.1375 18.1094 60.1139 18.1094Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
<defs>
|
||||||
|
<clipPath id="clip0_274_2135">
|
||||||
|
<rect width="400" height="78.232" fill="white" transform="translate(0.805664 0.59082)"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="81" viewBox="0 0 81 81" fill="none">
|
||||||
|
<path d="M60.0722 0.258789H20.5557C9.37652 0.258789 0.313965 9.3213 0.313965 20.5005V60.017C0.313965 71.1962 9.37652 80.2587 20.5557 80.2587H60.0722C71.2514 80.2587 80.314 71.1962 80.314 60.017V20.5005C80.314 9.3213 71.2514 0.258789 60.0722 0.258789Z" fill="#00DDB3"/>
|
||||||
|
<path d="M61.1157 18.1768C47.3448 18.1768 42.2418 28.0092 38.1385 35.9082L35.458 40.9617C31.113 49.3385 27.8668 54.4305 19.501 54.4305C18.9816 54.4305 18.4673 54.5328 17.9874 54.7316C17.5076 54.9303 17.0716 55.2216 16.7043 55.5889C16.3371 55.9561 16.0456 56.3921 15.8468 56.872C15.6481 57.3518 15.5459 57.8661 15.5459 58.3855V58.3855C15.5474 59.4339 15.9645 60.4391 16.7059 61.1804C17.4473 61.9218 18.4525 62.339 19.501 62.3404V62.3404C33.2774 62.3404 38.3803 52.508 42.4836 44.609L45.1587 39.5555C49.5092 31.1787 52.7554 26.0867 61.1157 26.0867C61.6356 26.0874 62.1504 25.9856 62.6309 25.7872C63.1113 25.5888 63.548 25.2976 63.9159 24.9302C64.2837 24.5629 64.5756 24.1267 64.7747 23.6465C64.9738 23.1663 65.0762 22.6516 65.0762 22.1317V22.1317C65.0747 21.0823 64.6568 20.0764 63.9143 19.3348C63.1717 18.5933 62.1652 18.1768 61.1157 18.1768V18.1768Z" fill="white"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" data-name="Слой 1" viewBox="0 0 437.5 500"><defs><radialGradient id="b" cx="-699.58" cy="815.89" r="12.5" data-name="Безымянный градиент 2" fx="-699.58" fy="815.89" gradientTransform="matrix(0 15 38.73 0 -31347.2 10806.25)" gradientUnits="userSpaceOnUse"><stop offset=".21" stop-color="#560b14"/><stop offset=".6" stop-color="#560b14" stop-opacity="0"/></radialGradient><radialGradient id="d" cx="-707.25" cy="815.89" r="12.5" data-name="Безымянный градиент 4" fx="-707.25" fy="815.89" gradientTransform="matrix(0 15 38.73 0 -31347.2 10796.25)" gradientUnits="userSpaceOnUse"><stop offset=".21" stop-color="#560b14"/><stop offset=".75" stop-color="#560b14" stop-opacity="0"/></radialGradient><radialGradient id="f" cx="-714.92" cy="815.89" r="12.5" data-name="Безымянный градиент 6" fx="-714.92" fy="815.89" gradientTransform="matrix(0 15 38.73 0 -31347.2 10786.25)" gradientUnits="userSpaceOnUse"><stop offset=".21" stop-color="#ff9fb2"/><stop offset=".63" stop-color="#ff9fb2" stop-opacity="0"/></radialGradient><radialGradient id="h" cx="-699.09" cy="798.2" r="12.5" data-name="Безымянный градиент 8" fx="-699.09" fy="798.2" gradientTransform="scale(22.63 -22.63) rotate(-45 -1325.567 -449.97)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e82c58"/><stop offset=".94" stop-color="#aa1d2d"/></radialGradient><radialGradient id="i" cx="-682.94" cy="855.76" r="12.5" data-name="Безымянный градиент 9" fx="-682.94" fy="855.76" gradientTransform="matrix(0 11.2 12.75 0 -10811 8006.4)" gradientUnits="userSpaceOnUse"><stop offset=".58" stop-color="#ff5778" stop-opacity="0"/><stop offset=".97" stop-color="#ff9fb2"/></radialGradient><linearGradient id="a" x1="437.5" x2="62.5" y1="95.75" y2="95.75" data-name="Безымянный градиент" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#9c0d55"/><stop offset=".51" stop-color="#a61727"/><stop offset="1" stop-color="#8a1421"/></linearGradient><linearGradient id="c" x1="437.5" x2="62.5" y1="220.75" y2="220.75" data-name="Безымянный градиент 3" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f24a9d"/><stop offset=".51" stop-color="#e82c41"/><stop offset="1" stop-color="#ca2134"/></linearGradient><linearGradient id="e" x1="437.5" x2="62.5" y1="345.75" y2="345.75" data-name="Безымянный градиент 5" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f97dbd"/><stop offset=".51" stop-color="#fb5b6c"/><stop offset="1" stop-color="#f83f54"/></linearGradient><linearGradient id="g" x1="271.29" x2="223.89" y1="519.33" y2="341.57" data-name="Безымянный градиент 7" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#f97dbd"/><stop offset=".9" stop-color="#ff9fb2"/></linearGradient></defs><path d="M437.5 312.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 472.02 62.5 437.5v-125h375Z" style="fill:url(#a)"/><path d="M437.5 312.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 472.02 62.5 437.5v-125h375Z" style="fill:url(#b);fill-opacity:.7"/><path d="M437.5 187.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 347.02 62.5 312.5v-125h375Z" style="fill:url(#c)"/><path d="M437.5 187.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 347.02 62.5 312.5v-125h375Z" style="fill:url(#d);fill-opacity:.3"/><path d="M437.5 62.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 222.02 62.5 187.5v-125h375Z" style="fill:url(#e)"/><path d="M437.5 62.5v125c0 34.52-83.96 62.5-187.5 62.5S62.5 222.02 62.5 187.5v-125h375Z" style="fill:url(#f);fill-opacity:.4"/><path d="M250 125C146.45 125 62.5 97.02 62.5 62.5S146.45 0 250 0s187.5 27.98 187.5 62.5S353.55 125 250 125Z" style="fill:url(#g)"/><rect width="200" height="200" y="237.5" rx="40.62" ry="40.62" style="fill:url(#h)"/><rect width="200" height="200" y="237.5" rx="40.62" ry="40.62" style="fill:url(#i);fill-opacity:.5"/><path d="m44.2 394.63 40.97-114.31h30.53l40.02 114.31h-27.1l-7.89-22.88H78.8l-7.73 22.88H44.21Zm40.5-43.92h29.89l-12.2-39.93c-.43-1.43-.82-2.74-1.2-3.91a74.27 74.27 0 0 1-1.12-4.22h-.64c-.32 1.33-.67 2.63-1.04 3.91-.37 1.27-.8 2.66-1.28 4.15l-12.43 40.01Z" style="fill:#fff"/></svg>
|
||||||
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="2 4 43.998 40"><path fill="url(#a)" d="M34.142 7.325A4.63 4.63 0 0 0 29.7 4h-1.35a4.63 4.63 0 0 0-4.554 3.794L21.48 20.407l.575-1.965a4.63 4.63 0 0 1 4.444-3.33h7.853l3.294 1.282 3.175-1.283h-.926a4.63 4.63 0 0 1-4.443-3.325l-1.31-4.461z"/><path fill="url(#b)" d="M14.33 40.656A4.63 4.63 0 0 0 18.779 44h2.87a4.63 4.63 0 0 0 4.629-4.51l.312-12.163-.654 2.233a4.63 4.63 0 0 1-4.443 3.329h-7.919l-2.823-1.532-3.057 1.532h.912a4.63 4.63 0 0 1 4.447 3.344l1.279 4.423z"/><path fill="url(#c)" d="M29.5 4H13.46c-4.583 0-7.332 6.057-9.165 12.113C2.123 23.29-.72 32.885 7.503 32.885h6.925a4.63 4.63 0 0 0 4.456-3.358 2078.617 2078.617 0 0 1 4.971-17.156c.843-2.843 1.544-5.284 2.621-6.805C27.08 4.714 28.086 4 29.5 4z"/><path fill="url(#d)" d="M29.5 4H13.46c-4.583 0-7.332 6.057-9.165 12.113C2.123 23.29-.72 32.885 7.503 32.885h6.925a4.63 4.63 0 0 0 4.456-3.358 2078.617 2078.617 0 0 1 4.971-17.156c.843-2.843 1.544-5.284 2.621-6.805C27.08 4.714 28.086 4 29.5 4z"/><path fill="url(#e)" d="M18.498 44h16.04c4.582 0 7.332-6.058 9.165-12.115 2.171-7.177 5.013-16.775-3.208-16.775h-6.926a4.63 4.63 0 0 0-4.455 3.358 2084.036 2084.036 0 0 1-4.972 17.16c-.842 2.843-1.544 5.285-2.62 6.806-.604.852-1.61 1.566-3.024 1.566z"/><path fill="url(#f)" d="M18.498 44h16.04c4.582 0 7.332-6.058 9.165-12.115 2.171-7.177 5.013-16.775-3.208-16.775h-6.926a4.63 4.63 0 0 0-4.455 3.358 2084.036 2084.036 0 0 1-4.972 17.16c-.842 2.843-1.544 5.285-2.62 6.806-.604.852-1.61 1.566-3.024 1.566z"/><defs><radialGradient id="a" cx="0" cy="0" r="1" gradientTransform="matrix(-10.96051 -13.38922 12.59013 -10.30637 38.005 20.514)" gradientUnits="userSpaceOnUse"><stop offset=".096" stop-color="#00AEFF"/><stop offset=".773" stop-color="#2253CE"/><stop offset="1" stop-color="#0736C4"/></radialGradient><radialGradient id="b" cx="0" cy="0" r="1" gradientTransform="rotate(51.84 -28.201 27.85) scale(15.9912 15.5119)" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB657"/><stop offset=".634" stop-color="#FF5F3D"/><stop offset=".923" stop-color="#C02B3C"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="rotate(109.274 16.301 20.802) scale(38.3873 45.9867)" gradientUnits="userSpaceOnUse"><stop offset=".066" stop-color="#8C48FF"/><stop offset=".5" stop-color="#F2598A"/><stop offset=".896" stop-color="#FFB152"/></radialGradient><linearGradient id="c" x1="12.5" x2="14.788" y1="7.5" y2="33.975" gradientUnits="userSpaceOnUse"><stop offset=".156" stop-color="#0D91E1"/><stop offset=".487" stop-color="#52B471"/><stop offset=".652" stop-color="#98BD42"/><stop offset=".937" stop-color="#FFC800"/></linearGradient><linearGradient id="d" x1="14.5" x2="15.75" y1="4" y2="32.885" gradientUnits="userSpaceOnUse"><stop stop-color="#3DCBFF"/><stop offset=".247" stop-color="#0588F7" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="42.586" x2="42.569" y1="13.346" y2="21.215" gradientUnits="userSpaceOnUse"><stop offset=".058" stop-color="#F8ADFA"/><stop offset=".708" stop-color="#A86EDD" stop-opacity="0"/></linearGradient></defs></svg>
|
||||||
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 512 512"><g clip-path="url(#a)"><g clip-path="url(#b)"><path fill="url(#c)" fill-rule="evenodd" d="M440 415.811V247.996H240v8c-106.039 0-192 85.961-192 192v32c0 17.673 14.327 32 32 32h160c80.929 0 153.088-37.553 200-96.185Z" clip-rule="evenodd"/><path fill="url(#d)" fill-opacity=".5" fill-rule="evenodd" d="M440 415.811V247.996H240v8c-106.039 0-192 85.961-192 192v32c0 17.673 14.327 32 32 32h160c80.929 0 153.088-37.553 200-96.185Z" clip-rule="evenodd"/><path fill="url(#e)" d="M240-.004H80c-17.673 0-32 14.327-32 32v32c0 106.039 85.961 192 192 192h72c70.692 0 128 57.308 128 128 0 13.657-2.139 26.814-6.1 39.155 38.699-44.85 62.1-103.269 62.1-167.155 0-141.385-114.615-256-256-256Z"/><path fill="url(#f)" fill-opacity=".5" d="M240-.004H80c-17.673 0-32 14.327-32 32v32c0 106.039 85.961 192 192 192h72c70.692 0 128 57.308 128 128 0 13.657-2.139 26.814-6.1 39.155 38.699-44.85 62.1-103.269 62.1-167.155 0-141.385-114.615-256-256-256Z"/></g></g><defs><radialGradient id="c" cx="0" cy="0" r="1" gradientTransform="rotate(-39.174 769.69 197.887) scale(417.938 512.42)" gradientUnits="userSpaceOnUse"><stop offset=".045" stop-color="#AD7DFF"/><stop offset=".328" stop-color="#6864F6"/><stop offset=".571" stop-color="#5750E2"/><stop offset=".809" stop-color="#3E36B1"/><stop offset="1" stop-color="#261D82"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientTransform="rotate(-160.304 281.777 209.998) scale(481.906)" gradientUnits="userSpaceOnUse"><stop offset=".706" stop-color="#AC80FF" stop-opacity="0"/><stop offset=".921" stop-color="#BD96FF"/></radialGradient><radialGradient id="e" cx="0" cy="0" r="1" gradientTransform="rotate(38.202 1.73 77.015) scale(570.097 471.102)" gradientUnits="userSpaceOnUse"><stop stop-color="#FFC470"/><stop offset=".251" stop-color="#FF835C"/><stop offset=".584" stop-color="#F24A9D"/><stop offset=".871" stop-color="#B339F0"/><stop offset="1" stop-color="#C354FF"/></radialGradient><radialGradient id="f" cx="0" cy="0" r="1" gradientTransform="matrix(-365.33125 -254.66907 241.84112 -346.92913 231.792 366.661)" gradientUnits="userSpaceOnUse"><stop offset=".709" stop-color="#FFB357" stop-opacity="0"/><stop offset=".942" stop-color="#FFB357"/></radialGradient><clipPath id="a"><path fill="#fff" d="M0 0h512v512H0z"/></clipPath><clipPath id="b"><path fill="#fff" d="M0 0h512v512H0z"/></clipPath></defs></svg>
|
||||||
|
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0.467 0.473 46.061 47.05"><g clip-path="url(#a)"><path fill="#103F91" d="M26.049 34.242H8.64v8.192h17.408a4.108 4.108 0 0 0 4.096-4.096 4.108 4.108 0 0 0-4.096-4.096Z"/><path fill="#185ABD" d="M42.432 11.715H24v8.192h18.432a4.108 4.108 0 0 0 4.096-4.096 4.108 4.108 0 0 0-4.096-4.096ZM34.24 22.977H16.832v8.192H34.24a4.108 4.108 0 0 0 4.096-4.096 4.108 4.108 0 0 0-4.096-4.096Z"/><mask id="b" width="39" height="32" x="8" y="11" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M30.145 38.339a4.108 4.108 0 0 1-4.096 4.096H8.64v-8.192h17.408a4.108 4.108 0 0 1 4.096 4.096Zm12.288-26.624H24v8.192h18.432a4.108 4.108 0 0 0 4.096-4.096 4.108 4.108 0 0 0-4.096-4.096ZM34.24 22.979H16.833v8.192H34.24a4.108 4.108 0 0 0 4.096-4.096 4.108 4.108 0 0 0-4.096-4.096Z"/></mask><g mask="url(#b)"><path fill="#fff" d="M1.934 47.044c-.205 0-.589-.153-.691-.23-.154-.128-.307-.358-.307-.435l1.1-3.584-.281-.205c-.077-.051-.103-.154-.077-.256l2.304-7.68L26.049 4.42l2.407-3.302c.102-.102.128-.102.307-.102.69.05 5.785 2.97 7.552 5.401.153.205.153.256.153.282l-2.227 3.097-.205.282-21.99 30.26-6.58 4.71c-.025.025-.076.025-.102.025a.196.196 0 0 1-.128-.051l-.281-.154-3.021 2.253v-.077Z" opacity=".48"/><path fill="#fff" d="M1.934 47.044c-.205 0-.589-.153-.691-.23-.154-.128-.307-.358-.307-.435l1.1-3.584-.281-.205c-.077-.051-.103-.154-.077-.256l2.304-7.68L26.049 4.42l2.407-3.302c.102-.102.128-.102.307-.102.69.05 5.785 2.97 7.552 5.401.153.205.153.256.153.282l-2.227 3.097-.205.282-21.99 30.26-6.58 4.71c-.025.025-.076.025-.102.025a.196.196 0 0 1-.128-.051l-.281-.154-3.021 2.253v-.077Z" opacity=".24"/></g><path fill="#41A5EE" d="M2.65 45.2 20.52 24.797l13.26-16.742-7.218-4.532-.896.538L3.52 34.397l-2.33 7.782a.73.73 0 0 0 .282.794L2.65 45.2Z"/><path fill="#2B7CD3" d="M4.953 45.453c.256.154.563.154.794-.025l6.656-4.736 22.041-30.336-3.917-4.352-27.724 38.4 2.15 1.05Z"/><path fill="#103F91" d="m34.445 10.33 2.432-3.354c.205-.281.102-.537-.154-.896C34.907 3.572 29.48.397 28.763.474c-.333.026-.41.026-.691.282l-2.432 3.353 8.806 6.221ZM4.415 42.18l-2.944.793-.999 3.328c-.05.282.256.691.487.87.23.18.947.462 1.254.308l2.765-2.048c-.026.026-.563-3.251-.563-3.251Z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h48v48H0z"/></clipPath></defs></svg>
|
||||||
|
After Width: | Height: | Size: 2.3 KiB |