@voidzero-dev/vitepress-theme 0.1.32 → 0.1.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index10.js +2 -2
- package/dist/index11.js +2 -2
- package/dist/index12.js +2 -2
- package/dist/index13.js +1 -1
- package/dist/index14.js +2 -2
- package/dist/index15.js +1 -1
- package/dist/index16.js +2 -2
- package/dist/index17.js +1 -1
- package/dist/index18.js +7 -0
- package/dist/index19.js +20 -2
- package/dist/index2.js +6 -4
- package/dist/index21.js +1 -1
- package/dist/index22.js +1 -1
- package/dist/index23.js +1 -1
- package/dist/index24.js +1 -1
- package/dist/index25.js +2 -21
- package/dist/index26.js +4 -0
- package/dist/index27.js +21 -7
- package/dist/index29.js +9 -0
- package/dist/index3.js +3 -3
- package/dist/index30.js +105 -2
- package/dist/index32.js +2 -295
- package/dist/index34.js +275 -127
- package/dist/index36.js +147 -18
- package/dist/index38.js +114 -18
- package/dist/index4.js +6 -6
- package/dist/index40.js +2 -26
- package/dist/index41.js +14 -18
- package/dist/index42.js +20 -16
- package/dist/index43.js +16 -16
- package/dist/index44.js +13 -13
- package/dist/index45.js +14 -14
- package/dist/index46.js +26 -2
- package/dist/index47.js +2 -2
- package/dist/index48.js +2 -2
- package/dist/index49.js +2 -2
- package/dist/index50.js +2 -2
- package/dist/index51.js +2 -2
- package/dist/index52.js +2 -2
- package/dist/index53.js +2 -2
- package/dist/index54.js +2 -2
- package/dist/index55.js +2 -2
- package/dist/index56.js +1 -1
- package/dist/index57.js +2 -2
- package/dist/index58.js +18 -2
- package/dist/index59.js +18 -2
- package/dist/index60.js +18 -2
- package/dist/index61.js +1 -1
- package/dist/index62.js +49 -2
- package/dist/index63.js +43 -34
- package/dist/index64.js +2587 -2
- package/dist/index65.js +51 -2
- package/dist/index66.js +7207 -2
- package/dist/index67.js +14 -2
- package/dist/index68.js +34 -2
- package/dist/index69.js +2 -2
- package/dist/index7.js +1 -1
- package/dist/index70.js +2 -2
- package/dist/index71.js +2 -2
- package/dist/index72.js +2 -2
- package/dist/index73.js +2 -2
- package/dist/index74.js +2 -2
- package/dist/index75.js +2 -2
- package/dist/index76.js +2 -22
- package/dist/index77.js +2 -124
- package/dist/index78.js +2 -2
- package/dist/index79.js +2 -33
- package/dist/index8.js +2 -2
- package/dist/index80.js +21 -1201
- package/dist/index81.js +124 -5
- package/dist/index82.js +2 -4
- package/dist/index83.js +436 -312
- package/dist/index84.js +1735 -2
- package/dist/index85.js +4 -0
- package/dist/index86.js +4 -0
- package/dist/index87.js +4 -0
- package/dist/index88.js +4 -0
- package/dist/index89.js +4 -0
- package/dist/index9.js +2 -2
- package/dist/index90.js +4 -0
- package/dist/index91.js +35 -0
- package/dist/index92.js +1204 -0
- package/dist/index93.js +448 -0
- package/dist/index94.js +7 -0
- package/dist/index95.js +4 -0
- package/dist/index96.js +317 -0
- package/dist/index97.js +4 -0
- package/dist/index98.js +6 -0
- package/dist/vitepress/components/shared/Eyebrow.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/Footer.vue.d.ts +2 -0
- package/dist/vitepress/components/shared/RiveAnimation.vue.d.ts +20 -0
- package/dist/vitepress/components/shared/Terminal.vue.d.ts +4 -0
- package/dist/vitepress/components/shared/icons/VZIconBluesky.vue.d.ts +2 -0
- package/dist/vitepress/components/shared/icons/VZIconGitHub.vue.d.ts +2 -0
- package/dist/vitepress/components/shared/icons/VZIconTwitter.vue.d.ts +2 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation1.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation2.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation3.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation4.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation5.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation6.vue.d.ts +5 -0
- package/dist/vitepress/components/viteplus/Header.vue.d.ts +17 -0
- package/dist/vitepress/components/voidzero/CaseStudySlider.vue.d.ts +5 -0
- package/dist/vitepress/components/voidzero/CustomersSectionHeading.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/GitHubStats.vue.d.ts +7 -0
- package/dist/vitepress/components/voidzero/Header.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/Hero.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/OpenSourceSectionHeading.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/OpenSourceSectionProjects.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/Statistics.vue.d.ts +7 -0
- package/dist/vitepress/components/voidzero/StatisticsSectionHeading.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/TeamCTA.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/TrustedBy.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/VitePlusSectionFeatures.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/VitePlusSectionHeading.vue.d.ts +2 -0
- package/dist/vitepress/index.d.ts +6 -0
- package/package.json +9 -6
- package/dist/index20.js +0 -4
- package/dist/index28.js +0 -107
- package/dist/index37.js +0 -20
- package/dist/index39.js +0 -4
- /package/dist/{index31.js → index33.js} +0 -0
package/dist/index28.js
DELETED
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
import { defineComponent as x, computed as a, ref as m, onMounted as L, onUnmounted as k, createElementBlock as d, openBlock as f, createElementVNode as t, normalizeStyle as v, Fragment as y, renderList as _ } from "vue";
|
|
2
|
-
import B from "./index55.js";
|
|
3
|
-
import I from "./index56.js";
|
|
4
|
-
import M from "./index57.js";
|
|
5
|
-
import T from "./index58.js";
|
|
6
|
-
import H from "./index59.js";
|
|
7
|
-
import S from "./index60.js";
|
|
8
|
-
import z from "./index61.js";
|
|
9
|
-
import E from "./index62.js";
|
|
10
|
-
const F = { class: "wrapper wrapper--ticks border-t pt-14 pb-5 flex flex-col items-center justify-center gap-2" }, O = { class: "carousel-container" }, Z = { class: "carousel-viewport" }, $ = ["src", "alt"], D = /* @__PURE__ */ x({
|
|
11
|
-
__name: "TrustedBy",
|
|
12
|
-
setup(j) {
|
|
13
|
-
const l = [
|
|
14
|
-
{ id: 1, name: "Shopify", src: B },
|
|
15
|
-
{ id: 2, name: "OpenAI", src: I },
|
|
16
|
-
{ id: 3, name: "Framer", src: M },
|
|
17
|
-
{ id: 4, name: "Linear", src: T },
|
|
18
|
-
{ id: 5, name: "Ramp", src: H },
|
|
19
|
-
{ id: 6, name: "Cloudflare", src: S },
|
|
20
|
-
{ id: 7, name: "Mercedes", src: z },
|
|
21
|
-
{ id: 8, name: "Bolt", src: E }
|
|
22
|
-
], i = a(() => l.length % 2 === 0 ? l.slice(0, -1) : l), p = a(() => {
|
|
23
|
-
const o = i.value, e = o.map((s) => ({
|
|
24
|
-
...s,
|
|
25
|
-
id: `${s.id}-clone`,
|
|
26
|
-
isClone: !0
|
|
27
|
-
}));
|
|
28
|
-
return [...o, ...e];
|
|
29
|
-
}), r = m(0), g = m(!1), n = m(!0), c = a(() => Math.floor(i.value.length / 2));
|
|
30
|
-
let u = null;
|
|
31
|
-
const h = () => {
|
|
32
|
-
g.value || (n.value = !0, r.value++, r.value >= i.value.length + c.value && setTimeout(() => {
|
|
33
|
-
n.value = !1, r.value = c.value, setTimeout(() => {
|
|
34
|
-
n.value = !0;
|
|
35
|
-
}, 50);
|
|
36
|
-
}, 600));
|
|
37
|
-
};
|
|
38
|
-
L(() => {
|
|
39
|
-
r.value = c.value, u = window.setInterval(h, 3500);
|
|
40
|
-
}), k(() => {
|
|
41
|
-
u && clearInterval(u);
|
|
42
|
-
});
|
|
43
|
-
const w = a(() => ({
|
|
44
|
-
transform: `translateX(calc(-${r.value} * (var(--logo-width) + var(--logo-gap))))`,
|
|
45
|
-
transition: n.value ? "transform 0.6s ease-in-out" : "none"
|
|
46
|
-
})), C = (o) => {
|
|
47
|
-
const e = Math.abs(o - r.value);
|
|
48
|
-
return e === 0 ? 1 : e === 1 ? 0.6 : 0.3;
|
|
49
|
-
};
|
|
50
|
-
return (o, e) => (f(), d("section", F, [
|
|
51
|
-
e[2] || (e[2] = t("p", { class: "self-stretch text-center text-balance text-nickel" }, "Trusted by the world's best software teams", -1)),
|
|
52
|
-
t("div", O, [
|
|
53
|
-
e[0] || (e[0] = t("div", { class: "bracket bracket-left" }, [
|
|
54
|
-
t("svg", {
|
|
55
|
-
width: "8",
|
|
56
|
-
height: "30",
|
|
57
|
-
viewBox: "0 0 8 30",
|
|
58
|
-
fill: "none",
|
|
59
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
60
|
-
class: "bracket-svg"
|
|
61
|
-
}, [
|
|
62
|
-
t("path", {
|
|
63
|
-
d: "M4.65198 30C1.48018 25.4273 0 20.4388 0 15.0346C0 9.59584 1.48018 4.53811 4.65198 0H8C5.42731 4.98845 4.29956 10.0462 4.29956 15.0346C4.29956 20.0231 5.39207 25.0462 8 30H4.65198Z",
|
|
64
|
-
fill: "currentColor"
|
|
65
|
-
})
|
|
66
|
-
])
|
|
67
|
-
], -1)),
|
|
68
|
-
t("div", Z, [
|
|
69
|
-
t("div", {
|
|
70
|
-
class: "carousel-track",
|
|
71
|
-
style: v(w.value)
|
|
72
|
-
}, [
|
|
73
|
-
(f(!0), d(y, null, _(p.value, (s, b) => (f(), d("div", {
|
|
74
|
-
key: s.id,
|
|
75
|
-
class: "logo-item",
|
|
76
|
-
style: v({ "--logo-opacity": C(b) })
|
|
77
|
-
}, [
|
|
78
|
-
t("img", {
|
|
79
|
-
src: s.src,
|
|
80
|
-
alt: s.name,
|
|
81
|
-
class: "logo-image"
|
|
82
|
-
}, null, 8, $)
|
|
83
|
-
], 4))), 128))
|
|
84
|
-
], 4)
|
|
85
|
-
]),
|
|
86
|
-
e[1] || (e[1] = t("div", { class: "bracket bracket-right" }, [
|
|
87
|
-
t("svg", {
|
|
88
|
-
width: "8",
|
|
89
|
-
height: "30",
|
|
90
|
-
viewBox: "0 0 8 30",
|
|
91
|
-
fill: "none",
|
|
92
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
93
|
-
class: "bracket-svg"
|
|
94
|
-
}, [
|
|
95
|
-
t("path", {
|
|
96
|
-
d: "M3.34802 30C6.51982 25.4273 8 20.4388 8 15.0346C8 9.59584 6.51982 4.53811 3.34802 0H0C2.57269 4.98845 3.70044 10.0462 3.70044 15.0346C3.70044 20.0231 2.60793 25.0462 0 30H3.34802Z",
|
|
97
|
-
fill: "currentColor"
|
|
98
|
-
})
|
|
99
|
-
])
|
|
100
|
-
], -1))
|
|
101
|
-
])
|
|
102
|
-
]));
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
export {
|
|
106
|
-
D as default
|
|
107
|
-
};
|
package/dist/index37.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as c, openBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
import r from "./index27.js";
|
|
3
|
-
const n = {}, l = {
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
-
"aria-hidden": "true",
|
|
6
|
-
focusable: "false",
|
|
7
|
-
viewBox: "0 0 24 24"
|
|
8
|
-
};
|
|
9
|
-
function s(f, e) {
|
|
10
|
-
return o(), c("svg", l, [...e[0] || (e[0] = [
|
|
11
|
-
t("path", {
|
|
12
|
-
fill: "currentColor",
|
|
13
|
-
d: "M5.202 2.857C7.954 4.922 10.913 9.11 12 11.358c1.087-2.247 4.046-6.436 6.798-8.501C20.783 1.366 24 .213 24 3.883c0 .732-.42 6.156-.667 7.037c-.856 3.061-3.978 3.842-6.755 3.37c4.854.826 6.089 3.562 3.422 6.299c-5.065 5.196-7.28-1.304-7.847-2.97c-.104-.305-.152-.448-.153-.327c0-.121-.05.022-.153.327c-.568 1.666-2.782 8.166-7.847 2.97c-2.667-2.737-1.432-5.473 3.422-6.3c-2.777.473-5.899-.308-6.755-3.369C.42 10.04 0 4.615 0 3.883c0-3.67 3.217-2.517 5.202-1.026"
|
|
14
|
-
}, null, -1)
|
|
15
|
-
])]);
|
|
16
|
-
}
|
|
17
|
-
const d = /* @__PURE__ */ r(n, [["render", s]]);
|
|
18
|
-
export {
|
|
19
|
-
d as default
|
|
20
|
-
};
|
package/dist/index39.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20103%2015'%3e%3cpath%20fill='%2308060d'%20d='M9.137%2010.691%2012.907.249h5.16l-5.72%2014.503h-6.63L0%20.249h5.304zm15.622%204.06h-4.973V.25h4.973zM42.817%203.813h-5.573v10.94h-4.971V3.812h-5.574V.25h16.118zm16.257-.04h-9.343v1.946h9.199v3.418h-9.2v2.093h9.614v3.523H44.759V.249h14.315zm10.934%201.946h5.573v3.418h-5.573v5.616h-3.564V9.136h-5.573V5.718h5.573V.248h3.564z'/%3e%3cpath%20fill='%236254fe'%20d='M91.184%2014.654a.363.363%200%200%201-.648-.224v-3.303c0-.4-.324-.725-.725-.725h-3.647c-.295%200-.467-.334-.295-.573l2.398-3.357a.725.725%200%200%200-.59-1.147h-4.414c-.295%200-.467-.334-.295-.574L86.076.4a.36.36%200%200%201%20.295-.152h9.263c.295%200%20.467.334.295.573l-2.398%203.358a.725.725%200%200%200%20.59%201.147h3.648c.302%200%20.472.348.285.587z'/%3e%3cmask%20id='a'%20width='17'%20height='15'%20x='82'%20y='0'%20maskUnits='userSpaceOnUse'%20style='mask-type:alpha'%3e%3cpath%20fill='%23833bff'%20d='M91.184%2014.654a.363.363%200%200%201-.648-.224v-3.303c0-.4-.324-.725-.725-.725h-3.647c-.295%200-.467-.334-.295-.573l2.398-3.357a.725.725%200%200%200-.59-1.147h-4.414c-.295%200-.467-.334-.295-.574L86.076.4a.36.36%200%200%201%20.295-.152h9.263c.295%200%20.467.334.295.573l-2.398%203.358a.725.725%200%200%200%20.59%201.147h3.648c.302%200%20.472.348.285.587z'/%3e%3c/mask%3e%3cg%20mask='url(%23a)'%3e%3cg%20filter='url(%23b)'%3e%3cellipse%20cx='1.766'%20cy='4.714'%20fill='%23ede6ff'%20rx='1.766'%20ry='4.714'%20transform='rotate(89.814%2035.524%2046.024)scale(1%20-1)'/%3e%3c/g%3e%3cg%20filter='url(%23c)'%3e%3cellipse%20cx='3.334'%20cy='9.57'%20fill='%23ede6ff'%20rx='3.334'%20ry='9.57'%20transform='rotate(89.814%2033.737%2036.63)scale(1%20-1)'/%3e%3c/g%3e%3cg%20filter='url(%23d)'%3e%3cellipse%20cx='1.766'%20cy='9.774'%20fill='%234e14ff'%20rx='1.766'%20ry='9.774'%20transform='rotate(89.814%2033.002%2036.998)scale(1%20-1)'/%3e%3c/g%3e%3cg%20filter='url(%23e)'%3e%3cellipse%20cx='1.766'%20cy='9.81'%20fill='%234e14ff'%20rx='1.766'%20ry='9.81'%20transform='rotate(89.814%2030.844%2040.622)scale(1%20-1)'/%3e%3c/g%3e%3cg%20filter='url(%23f)'%3e%3cellipse%20cx='1.766'%20cy='9.81'%20fill='%234e14ff'%20rx='1.766'%20ry='9.81'%20transform='rotate(89.814%2030.904%2041.053)scale(1%20-1)'/%3e%3c/g%3e%3cg%20filter='url(%23g)'%3e%3cellipse%20cx='4.511'%20cy='7.078'%20fill='%23ede6ff'%20rx='4.511'%20ry='7.078'%20transform='rotate(93.35%2049.173%2054.748)scale(-1%201)'/%3e%3c/g%3e%3cg%20filter='url(%23h)'%3e%3cellipse%20cx='1.113'%20cy='6.893'%20fill='%234e14ff'%20rx='1.113'%20ry='6.893'%20transform='rotate(89.009%2050.51%2057.537)scale(-1%201)'/%3e%3c/g%3e%3cg%20filter='url(%23i)'%3e%3cellipse%20cx='1.113'%20cy='6.893'%20fill='%234e14ff'%20rx='1.113'%20ry='6.893'%20transform='rotate(89.009%2050.51%2057.537)scale(-1%201)'/%3e%3c/g%3e%3cg%20filter='url(%23j)'%3e%3cellipse%20cx='82.99'%20cy='3.123'%20fill='%234e14ff'%20rx='1.413'%20ry='9.332'%20transform='rotate(39.51%2082.99%203.123)'/%3e%3c/g%3e%3cg%20filter='url(%23k)'%3e%3cellipse%20cx='98.102'%20cy='-1.706'%20fill='%234e14ff'%20rx='1.413'%20ry='9.332'%20transform='rotate(37.892%2098.102%20-1.706)'/%3e%3c/g%3e%3cg%20filter='url(%23l)'%3e%3cellipse%20cx='95.97'%20cy='3.395'%20fill='%232bfdd2'%20rx='2.655'%20ry='4.005'%20transform='rotate(37.892%2095.97%203.395)'/%3e%3c/g%3e%3cg%20filter='url(%23m)'%3e%3cellipse%20cx='82.264'%20cy='12.536'%20fill='%234e14ff'%20rx='1.413'%20ry='9.332'%20transform='rotate(37.892%2082.264%2012.536)'/%3e%3c/g%3e%3cg%20filter='url(%23n)'%3e%3cellipse%20cx='82.264'%20cy='12.536'%20fill='%234e14ff'%20rx='1.413'%20ry='9.332'%20transform='rotate(37.892%2082.264%2012.536)'/%3e%3c/g%3e%3cg%20filter='url(%23o)'%3e%3cellipse%20cx='94.226'%20cy='9.781'%20fill='%234e14ff'%20rx='1.501'%20ry='9.332'%20transform='rotate(37.892%2094.226%209.78)'/%3e%3c/g%3e%3cg%20filter='url(%23p)'%3e%3cellipse%20cx='95.66'%20cy='10.827'%20fill='%232bfdd2'%20rx='2.578'%20ry='6.754'%20transform='rotate(37.892%2095.66%2010.827)'/%3e%3c/g%3e%3c/g%3e%3cpath%20fill='%2308060d'%20d='M80.53%200c-2.949%204.221-2.966%2010.764%200%2015h1.993c-2.966-4.236-2.949-10.779%200-15zM100.543%200H98.55c2.949%204.221%202.966%2010.764%200%2015h1.993c2.965-4.236%202.948-10.779%200-15'/%3e%3cdefs%3e%3cfilter%20id='b'%20width='19.25'%20height='13.354'%20x='76.528'%20y='5.425'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='2.455'/%3e%3c/filter%3e%3cfilter%20id='c'%20width='28.962'%20height='16.49'%20x='65.358'%20y='-2.168'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='2.455'/%3e%3c/filter%3e%3cfilter%20id='d'%20width='25.441'%20height='9.425'%20x='66.952'%20y='.898'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='e'%20width='25.513'%20height='9.425'%20x='68.425'%20y='6.668'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='f'%20width='25.513'%20height='9.425'%20x='68.916'%20y='7.037'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='g'%20width='23.964'%20height='18.867'%20x='87.917'%20y='-5.492'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='2.455'/%3e%3c/filter%3e%3cfilter%20id='h'%20width='19.677'%20height='8.131'%20x='90.415'%20y='.979'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='i'%20width='19.677'%20height='8.131'%20x='90.415'%20y='.979'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='j'%20width='17.968'%20height='20.405'%20x='74.006'%20y='-7.079'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='k'%20width='17.573'%20height='20.725'%20x='89.315'%20y='-12.068'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='l'%20width='12.356'%20height='13.008'%20x='89.792'%20y='-3.109'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='m'%20width='17.573'%20height='20.725'%20x='73.477'%20y='2.174'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='n'%20width='17.573'%20height='20.725'%20x='73.477'%20y='2.174'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='o'%20width='17.601'%20height='20.738'%20x='85.425'%20y='-.588'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='p'%20width='15.135'%20height='17.016'%20x='88.092'%20y='2.319'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e";
|
|
2
|
-
export {
|
|
3
|
-
e as default
|
|
4
|
-
};
|
|
File without changes
|