@voidzero-dev/vitepress-theme 0.0.17 → 0.1.32

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.
Files changed (159) hide show
  1. package/README.md +60 -0
  2. package/dist/assets/clients/bolt.svg +5 -0
  3. package/dist/assets/clients/cloudflare.svg +26 -0
  4. package/dist/assets/clients/framer.svg +16 -0
  5. package/dist/assets/clients/hugging-face.svg +9 -0
  6. package/dist/assets/clients/linear.svg +7 -0
  7. package/dist/assets/clients/mercedes.svg +2865 -0
  8. package/dist/assets/clients/openai.svg +1 -0
  9. package/dist/assets/clients/plaid.svg +7 -0
  10. package/dist/assets/clients/ramp.svg +1 -0
  11. package/dist/assets/clients/shopify.svg +30 -0
  12. package/dist/assets/cta-background.jpg +1 -0
  13. package/dist/assets/icons/oxc-dark.svg +124 -0
  14. package/dist/assets/icons/oxc-light.svg +124 -0
  15. package/dist/assets/icons/oxc-mono.svg +5 -0
  16. package/dist/assets/icons/rolldown-dark.svg +92 -0
  17. package/dist/assets/icons/rolldown-light.svg +92 -0
  18. package/dist/assets/icons/rolldown-mono.svg +5 -0
  19. package/dist/assets/icons/vite-dark.svg +132 -0
  20. package/dist/assets/icons/vite-light.svg +132 -0
  21. package/dist/assets/icons/vite-mono.svg +5 -0
  22. package/dist/assets/icons/viteplus-dark.svg +133 -0
  23. package/dist/assets/icons/viteplus-light.svg +133 -0
  24. package/dist/assets/icons/viteplus-mono.svg +6 -0
  25. package/dist/assets/icons/vitest-dark.svg +52 -0
  26. package/dist/assets/icons/vitest-light.svg +52 -0
  27. package/dist/assets/icons/vitest-mono.svg +5 -0
  28. package/dist/assets/logos/oxc-dark.svg +125 -0
  29. package/dist/assets/logos/oxc-light.svg +125 -0
  30. package/dist/assets/logos/rolldown-dark.svg +93 -0
  31. package/dist/assets/logos/rolldown-light.svg +93 -0
  32. package/dist/assets/logos/vite-dark.svg +133 -0
  33. package/dist/assets/logos/vite-light.svg +133 -0
  34. package/dist/assets/logos/viteplus-dark.svg +133 -0
  35. package/dist/assets/logos/viteplus-light.svg +133 -0
  36. package/dist/assets/logos/vitest-dark.svg +53 -0
  37. package/dist/assets/logos/vitest-light.svg +53 -0
  38. package/dist/assets/logos/voidzero-dark.svg +3 -0
  39. package/dist/assets/logos/voidzero-light.svg +3 -0
  40. package/dist/assets/social/github.svg +3 -0
  41. package/dist/assets/viteplus/logo.svg +1 -0
  42. package/dist/assets/voidzero/animations/1280_x_552_homepage.riv +0 -0
  43. package/dist/assets/voidzero/animations/480_x_480_build_tool_for_web.riv +0 -0
  44. package/dist/assets/voidzero/animations/480_x_480_fastest_javascript_bundler.riv +0 -0
  45. package/dist/assets/voidzero/animations/480_x_480_language_toolchain.riv +0 -0
  46. package/dist/assets/voidzero/animations/480_x_480_next_generation_runner.riv +0 -0
  47. package/dist/assets/voidzero/backgrounds/casestudies.jpg +0 -0
  48. package/dist/assets/voidzero/backgrounds/oxc.jpg +0 -0
  49. package/dist/assets/voidzero/backgrounds/rolldown.jpg +0 -0
  50. package/dist/assets/voidzero/backgrounds/vite.jpg +0 -0
  51. package/dist/assets/voidzero/backgrounds/vitest.jpg +0 -0
  52. package/dist/assets/voidzero/logo.svg +3 -0
  53. package/dist/assets/voidzero/terminals/rolldown.svg +7 -0
  54. package/dist/assets/voidzero/terminals/vite.svg +9 -0
  55. package/dist/assets/voidzero/terminals/vitest.svg +49 -0
  56. package/dist/index.css +1 -0
  57. package/dist/index.js +3 -6542
  58. package/dist/index10.js +7 -0
  59. package/dist/index11.js +13 -0
  60. package/dist/index12.js +13 -0
  61. package/dist/index13.js +13 -0
  62. package/dist/index14.js +7 -0
  63. package/dist/index15.js +12 -0
  64. package/dist/index16.js +7 -0
  65. package/dist/index17.js +12 -0
  66. package/dist/index19.js +4 -0
  67. package/dist/index2.js +27 -0
  68. package/dist/index20.js +4 -0
  69. package/dist/index21.js +4 -0
  70. package/dist/index22.js +4 -0
  71. package/dist/index23.js +4 -0
  72. package/dist/index24.js +4 -0
  73. package/dist/index25.js +23 -0
  74. package/dist/index27.js +9 -0
  75. package/dist/index28.js +107 -0
  76. package/dist/index3.js +75 -0
  77. package/dist/index30.js +4 -0
  78. package/dist/index31.js +4 -0
  79. package/dist/index32.js +297 -0
  80. package/dist/index34.js +149 -0
  81. package/dist/index36.js +20 -0
  82. package/dist/index37.js +20 -0
  83. package/dist/index38.js +20 -0
  84. package/dist/index39.js +4 -0
  85. package/dist/index4.js +157 -0
  86. package/dist/index40.js +28 -0
  87. package/dist/index41.js +32 -0
  88. package/dist/index42.js +28 -0
  89. package/dist/index43.js +28 -0
  90. package/dist/index44.js +28 -0
  91. package/dist/index45.js +28 -0
  92. package/dist/index46.js +4 -0
  93. package/dist/index47.js +4 -0
  94. package/dist/index48.js +4 -0
  95. package/dist/index49.js +4 -0
  96. package/dist/index5.js +15 -0
  97. package/dist/index50.js +4 -0
  98. package/dist/index51.js +4 -0
  99. package/dist/index52.js +4 -0
  100. package/dist/index53.js +4 -0
  101. package/dist/index54.js +4 -0
  102. package/dist/index55.js +4 -0
  103. package/dist/index56.js +4 -0
  104. package/dist/index57.js +4 -0
  105. package/dist/index58.js +4 -0
  106. package/dist/index59.js +4 -0
  107. package/dist/index6.js +75 -0
  108. package/dist/index60.js +4 -0
  109. package/dist/index61.js +4 -0
  110. package/dist/index62.js +4 -0
  111. package/dist/index63.js +36 -0
  112. package/dist/index64.js +4 -0
  113. package/dist/index65.js +4 -0
  114. package/dist/index66.js +4 -0
  115. package/dist/index67.js +4 -0
  116. package/dist/index68.js +4 -0
  117. package/dist/index69.js +4 -0
  118. package/dist/index7.js +36 -0
  119. package/dist/index70.js +4 -0
  120. package/dist/index71.js +4 -0
  121. package/dist/index72.js +4 -0
  122. package/dist/index73.js +4 -0
  123. package/dist/index74.js +4 -0
  124. package/dist/index75.js +4 -0
  125. package/dist/index76.js +24 -0
  126. package/dist/index77.js +126 -0
  127. package/dist/index78.js +4 -0
  128. package/dist/index79.js +35 -0
  129. package/dist/index8.js +35 -0
  130. package/dist/index80.js +1204 -0
  131. package/dist/index81.js +7 -0
  132. package/dist/index82.js +6 -0
  133. package/dist/index83.js +317 -0
  134. package/dist/index84.js +4 -0
  135. package/dist/index9.js +7 -0
  136. package/package.json +19 -20
  137. package/assets/checkmark.svg +0 -1
  138. package/assets/primary-button-background.jpg +0 -0
  139. package/assets/terminal-background.jpg +0 -0
  140. package/components/Eyebrow.vue +0 -11
  141. package/components/Footer.vue +0 -44
  142. package/components/Header.vue +0 -38
  143. package/components/RiveAnimation.vue +0 -144
  144. package/components/Terminal.vue +0 -165
  145. package/components/terminal-animations/TerminalAnimation1.vue +0 -54
  146. package/components/terminal-animations/TerminalAnimation2.vue +0 -59
  147. package/components/terminal-animations/TerminalAnimation3.vue +0 -46
  148. package/components/terminal-animations/TerminalAnimation4.vue +0 -50
  149. package/components/terminal-animations/TerminalAnimation5.vue +0 -51
  150. package/components/terminal-animations/TerminalAnimation6.vue +0 -55
  151. package/composables/useTypewriter.ts +0 -43
  152. package/dist/index.js.map +0 -1
  153. package/dist/style.css +0 -343
  154. package/fonts/APK-Protocol-Medium.woff2 +0 -0
  155. package/fonts/KHTeka-Medium.woff2 +0 -0
  156. package/fonts/KHTeka-Regular.woff2 +0 -0
  157. package/fonts/KHTekaMono-Medium.woff2 +0 -0
  158. package/fonts/KHTekaMono-Regular.woff2 +0 -0
  159. package/style.css +0 -343
@@ -0,0 +1,297 @@
1
+ import { defineComponent as _, ref as h, onMounted as y, onUnmounted as k, createElementBlock as c, openBlock as d, createElementVNode as t, Fragment as j, renderList as V, normalizeClass as i, createTextVNode as C, toDisplayString as z, createVNode as m, createCommentVNode as x } from "vue";
2
+ import u from "./index63.js";
3
+ import I from "./index6.js";
4
+ import A from "./index64.js";
5
+ import E from "./index65.js";
6
+ import R from "./index66.js";
7
+ import T from "./index67.js";
8
+ import S from "./index68.js";
9
+ import N from "./index69.js";
10
+ import O from "./index70.js";
11
+ import J from "./index71.js";
12
+ import P from "./index72.js";
13
+ import B from "./index73.js";
14
+ import X from "./index74.js";
15
+ const $ = { class: "wrapper wrapper--ticks border-t flex" }, D = { class: "w-72 p-10 sticky top-0 self-start hidden md:flex flex-col" }, H = { class: "flex flex-col gap-4" }, M = ["onClick"], F = ["src", "alt"], L = { class: "w-full md:border-l border-nickel" }, U = { class: "flex flex-col p-10 justify-between gap-20" }, q = { class: "flex flex-col gap-5 max-w-[20rem]" }, G = ["href"], K = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, Q = { class: "relative pl-10 h-full flex flex-col justify-center overflow-clip" }, W = ["src"], Y = { class: "flex flex-col p-10 justify-between gap-20" }, Z = { class: "flex flex-col gap-5 max-w-[20rem]" }, tt = ["href"], et = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, ot = { class: "relative pl-10 h-full flex flex-col justify-end overflow-clip pt-10 sm:pt-0" }, st = ["src"], lt = { class: "flex flex-col p-10 justify-between gap-20" }, it = { class: "flex flex-col gap-5 max-w-[20rem]" }, rt = ["href"], nt = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, at = { class: "relative pl-10 h-full flex flex-col justify-center overflow-clip py-10 sm:py-0" }, ct = ["src"], dt = { class: "flex flex-col p-10 justify-between gap-20" }, mt = { class: "flex flex-col gap-5 max-w-[20rem]" }, ft = ["href"], ut = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, pt = { class: "relative pl-10 h-full flex flex-col justify-center overflow-clip" }, Et = /* @__PURE__ */ _({
16
+ __name: "OpenSourceSectionProjects",
17
+ setup(xt) {
18
+ const l = h(0), r = h([]);
19
+ let p = null;
20
+ const s = [
21
+ {
22
+ id: "vite",
23
+ name: "Vite",
24
+ url: "https://vite.dev",
25
+ icon: A,
26
+ terminal: S,
27
+ animation: J
28
+ },
29
+ {
30
+ id: "vitest",
31
+ name: "Vitest",
32
+ url: "https://vitest.dev",
33
+ icon: E,
34
+ terminal: N,
35
+ animation: P
36
+ },
37
+ {
38
+ id: "rolldown",
39
+ name: "Rolldown",
40
+ url: "https://rolldown.rs",
41
+ icon: R,
42
+ terminal: O,
43
+ animation: B
44
+ },
45
+ {
46
+ id: "oxc",
47
+ name: "OXC",
48
+ url: "https://oxc.rs",
49
+ icon: T,
50
+ terminal: null,
51
+ // OXC uses Rive animation instead
52
+ animation: X
53
+ }
54
+ ], w = (n) => {
55
+ const e = r.value[n];
56
+ e && e.scrollIntoView({ behavior: "smooth", block: "center" });
57
+ };
58
+ return y(() => {
59
+ p = new IntersectionObserver(
60
+ () => {
61
+ const n = window.innerHeight / 2;
62
+ let e = 0, o = 1 / 0;
63
+ r.value.forEach((a, v) => {
64
+ if (!a) return;
65
+ const f = a.getBoundingClientRect();
66
+ if (f.bottom < 0 || f.top > window.innerHeight) return;
67
+ const g = f.top + f.height / 2, b = Math.abs(g - n);
68
+ b < o && (o = b, e = v);
69
+ }), l.value = e;
70
+ },
71
+ { threshold: [0, 0.1, 0.5, 1] }
72
+ ), r.value.forEach((n) => {
73
+ n && p?.observe(n);
74
+ });
75
+ }), k(() => {
76
+ p?.disconnect();
77
+ }), (n, e) => (d(), c("section", $, [
78
+ t("div", D, [
79
+ t("ul", H, [
80
+ (d(), c(j, null, V(s, (o, a) => t("li", {
81
+ key: o.id,
82
+ class: i(["transition-all duration-500 ease-out", l.value === a ? "" : "opacity-40 grayscale"])
83
+ }, [
84
+ t("button", {
85
+ type: "button",
86
+ class: "flex gap-4 text-base cursor-pointer bg-transparent border-none p-0",
87
+ onClick: (v) => w(a)
88
+ }, [
89
+ t("img", {
90
+ src: o.icon,
91
+ alt: o.name,
92
+ class: "size-6"
93
+ }, null, 8, F),
94
+ C(" " + z(o.name), 1)
95
+ ], 8, M)
96
+ ], 2)), 64))
97
+ ])
98
+ ]),
99
+ t("div", L, [
100
+ t("div", {
101
+ class: "grid md:grid-cols-2 w-full",
102
+ ref: (o) => r.value[0] = o,
103
+ "data-project": "0"
104
+ }, [
105
+ t("div", U, [
106
+ t("div", q, [
107
+ e[0] || (e[0] = t("span", { class: "text-grey text-xs font-mono uppercase tracking-wide" }, "Vite", -1)),
108
+ e[1] || (e[1] = t("h4", { class: "text-white text-pretty" }, "The build tool for the web", -1)),
109
+ e[2] || (e[2] = t("p", { class: "text-white/70 text-base max-w-[25rem] text-pretty" }, "Vite is a blazing fast frontend build tool powering the next generation of web applications.", -1)),
110
+ t("a", {
111
+ href: s[0].url,
112
+ target: "_blank",
113
+ rel: "noopener noreferrer",
114
+ class: "button button--sm inline-block w-fit mt-5"
115
+ }, "Explore Vite", 8, G)
116
+ ]),
117
+ m(u, {
118
+ href: "https://github.com/vitejs/vite",
119
+ stars: "75.0k",
120
+ contributors: "1,161"
121
+ })
122
+ ]),
123
+ t("div", K, [
124
+ t("div", Q, [
125
+ t("div", {
126
+ class: i([
127
+ "absolute inset-0 bg-vite transition-opacity duration-700 ease-out",
128
+ l.value === 0 ? "opacity-100" : "opacity-0"
129
+ ])
130
+ }, null, 2),
131
+ t("div", {
132
+ class: i([
133
+ "block p-2 relative bg-slate rounded-tl rounded-bl outline-1 outline-offset-[2px] outline-white/20 transition-transform duration-700 ease-out z-10",
134
+ l.value === 0 ? "translate-x-0" : "translate-x-10"
135
+ ])
136
+ }, [
137
+ s[0].terminal ? (d(), c("img", {
138
+ key: 0,
139
+ loading: "lazy",
140
+ src: s[0].terminal,
141
+ alt: "terminal"
142
+ }, null, 8, W)) : x("", !0)
143
+ ], 2)
144
+ ])
145
+ ])
146
+ ], 512),
147
+ t("div", {
148
+ class: "grid md:grid-cols-2 w-full border-t border-nickel",
149
+ ref: (o) => r.value[1] = o,
150
+ "data-project": "1"
151
+ }, [
152
+ t("div", Y, [
153
+ t("div", Z, [
154
+ e[3] || (e[3] = t("span", { class: "text-grey text-xs font-mono uppercase tracking-wide" }, "Vitest", -1)),
155
+ e[4] || (e[4] = t("h4", { class: "text-white text-pretty" }, "Next-generation test runner", -1)),
156
+ e[5] || (e[5] = t("p", { class: "text-white/70 text-base max-w-[25rem] text-pretty" }, "A Vite-native testing framework. It's fast!", -1)),
157
+ t("a", {
158
+ href: s[1].url,
159
+ target: "_blank",
160
+ rel: "noopener noreferrer",
161
+ class: "button button--sm inline-block w-fit mt-5"
162
+ }, "Explore Vitest", 8, tt)
163
+ ]),
164
+ m(u, {
165
+ href: "https://github.com/vitest-dev/vitest",
166
+ stars: "14.9k",
167
+ contributors: "631"
168
+ })
169
+ ]),
170
+ t("div", et, [
171
+ t("div", ot, [
172
+ t("div", {
173
+ class: i([
174
+ "absolute inset-0 bg-vitest transition-opacity duration-700 ease-out",
175
+ l.value === 1 ? "opacity-100" : "opacity-0"
176
+ ])
177
+ }, null, 2),
178
+ t("div", {
179
+ class: i([
180
+ "block p-2 relative bg-slate rounded-tl outline-1 outline-offset-[2px] outline-white/20 transition-transform duration-700 ease-out z-10",
181
+ l.value === 1 ? "translate-x-0" : "translate-x-10"
182
+ ])
183
+ }, [
184
+ s[1].terminal ? (d(), c("img", {
185
+ key: 0,
186
+ loading: "lazy",
187
+ src: s[1].terminal,
188
+ alt: "terminal"
189
+ }, null, 8, st)) : x("", !0)
190
+ ], 2)
191
+ ])
192
+ ])
193
+ ], 512),
194
+ t("div", {
195
+ class: "grid md:grid-cols-2 w-full border-t border-nickel",
196
+ ref: (o) => r.value[2] = o,
197
+ "data-project": "2"
198
+ }, [
199
+ t("div", lt, [
200
+ t("div", it, [
201
+ e[6] || (e[6] = t("span", { class: "text-grey text-xs font-mono uppercase tracking-wide" }, "Rolldown", -1)),
202
+ e[7] || (e[7] = t("h4", { class: "text-white text-pretty" }, "The fastest JavaScript bundler", -1)),
203
+ e[8] || (e[8] = t("p", { class: "text-white/70 text-base max-w-[25rem] text-pretty" }, "A Rust-based bundler for Javascript with Rollup-compatible API", -1)),
204
+ t("a", {
205
+ href: s[2].url,
206
+ target: "_blank",
207
+ rel: "noopener noreferrer",
208
+ class: "button button--sm inline-block w-fit mt-5"
209
+ }, "Explore Rolldown", 8, rt)
210
+ ]),
211
+ m(u, {
212
+ href: "https://github.com/rolldown/rolldown",
213
+ stars: "12.2k",
214
+ contributors: "148"
215
+ })
216
+ ]),
217
+ t("div", nt, [
218
+ t("div", at, [
219
+ t("div", {
220
+ class: i([
221
+ "absolute inset-0 bg-rolldown transition-opacity duration-700 ease-out",
222
+ l.value === 2 ? "opacity-100" : "opacity-0"
223
+ ])
224
+ }, null, 2),
225
+ t("div", {
226
+ class: i([
227
+ "block p-2 relative bg-slate rounded-tl rounded-bl outline-1 outline-offset-[2px] outline-white/20 transition-transform duration-700 ease-out z-10",
228
+ l.value === 2 ? "translate-x-0" : "translate-x-10"
229
+ ])
230
+ }, [
231
+ s[2].terminal ? (d(), c("img", {
232
+ key: 0,
233
+ loading: "lazy",
234
+ src: s[2].terminal,
235
+ alt: "terminal"
236
+ }, null, 8, ct)) : x("", !0)
237
+ ], 2)
238
+ ])
239
+ ])
240
+ ], 512),
241
+ t("div", {
242
+ class: "grid md:grid-cols-2 w-full border-t border-nickel",
243
+ ref: (o) => r.value[3] = o,
244
+ "data-project": "3"
245
+ }, [
246
+ t("div", dt, [
247
+ t("div", mt, [
248
+ e[9] || (e[9] = t("span", { class: "text-grey text-xs font-mono uppercase tracking-wide" }, "OXC", -1)),
249
+ e[10] || (e[10] = t("h4", { class: "text-white text-pretty" }, "The fastest JavaScript language toolchain", -1)),
250
+ e[11] || (e[11] = t("p", { class: "text-white/70 text-base max-w-[25rem] text-pretty" }, "A collection of JavaScript tools written in Rust", -1)),
251
+ t("a", {
252
+ href: s[3].url,
253
+ target: "_blank",
254
+ rel: "noopener noreferrer",
255
+ class: "button button--sm inline-block w-fit mt-5"
256
+ }, "Explore OXC", 8, ft)
257
+ ]),
258
+ m(u, {
259
+ href: "https://github.com/oxc-project/oxc",
260
+ stars: "17.2k",
261
+ contributors: "268"
262
+ })
263
+ ]),
264
+ t("div", ut, [
265
+ t("div", pt, [
266
+ t("div", {
267
+ class: i([
268
+ "absolute inset-0 bg-oxc transition-opacity duration-700 ease-out",
269
+ l.value === 3 ? "opacity-100" : "opacity-0"
270
+ ])
271
+ }, null, 2),
272
+ t("div", {
273
+ class: i([
274
+ "relative transition-transform duration-700 ease-out z-10",
275
+ l.value === 3 ? "translate-x-0" : "translate-x-10"
276
+ ])
277
+ }, [
278
+ m(I, {
279
+ "desktop-src": s[3].animation,
280
+ "mobile-src": s[3].animation,
281
+ "desktop-width": 480,
282
+ "desktop-height": 480,
283
+ "mobile-width": 480,
284
+ "mobile-height": 480,
285
+ "canvas-class": "w-full"
286
+ }, null, 8, ["desktop-src", "mobile-src"])
287
+ ], 2)
288
+ ])
289
+ ])
290
+ ], 512)
291
+ ])
292
+ ]));
293
+ }
294
+ });
295
+ export {
296
+ Et as default
297
+ };
@@ -0,0 +1,149 @@
1
+ import { defineComponent as I, ref as v, onMounted as M, onUnmounted as A, createElementBlock as o, openBlock as s, createElementVNode as e, Fragment as m, renderList as p, normalizeClass as _, toDisplayString as g, createCommentVNode as V } from "vue";
2
+ import f from "./index76.js";
3
+ import B from "./index77.js";
4
+ import c from "./index78.js";
5
+ import y from "./index64.js";
6
+ import w from "./index65.js";
7
+ import x from "./index66.js";
8
+ import k from "./index67.js";
9
+ const F = { class: "wrapper" }, L = { class: "bg-wine case-study-background" }, D = { class: "flex py-20" }, H = ["src", "alt"], P = { class: "text-white text-balance max-w-[20rem] pt-5" }, j = { class: "absolute bottom-0 left-0 right-0 flex gap-4 px-10 py-4 border-t border-slate items-center" }, z = ["href"], O = { class: "project-icon" }, $ = ["src", "alt"], E = {
10
+ key: 0,
11
+ class: "text-grey text-xs font-mono uppercase tracking-wide"
12
+ }, N = { class: "embla-thumbs bg-primary" }, X = { class: "embla-thumbs__wrapper" }, U = { class: "embla-thumbs__container" }, q = ["onClick"], G = ["src", "alt"], oe = /* @__PURE__ */ I({
13
+ __name: "CaseStudySlider",
14
+ setup(J) {
15
+ const b = v([
16
+ {
17
+ id: 1,
18
+ title: "How PLAID Cut Build Times by 97% Migrating From Rollup To Rolldown",
19
+ thumbnail: c,
20
+ projects: [
21
+ { name: "Vite", logo: y, url: "https://vite.dev/" },
22
+ { name: "Rolldown", logo: x, url: "https://rolldown.rs/" }
23
+ ]
24
+ },
25
+ {
26
+ id: 2,
27
+ title: "How PLAID Cut Build Times by 97% Migrating From Rollup To Rolldown",
28
+ thumbnail: c,
29
+ projects: [
30
+ { name: "Vitest", logo: w, url: "https://vitest.dev/" },
31
+ { name: "Rolldown", logo: x, url: "https://rolldown.rs/" }
32
+ ]
33
+ },
34
+ {
35
+ id: 3,
36
+ title: "How PLAID Cut Build Times by 97% Migrating From Rollup To Rolldown",
37
+ thumbnail: c,
38
+ projects: [
39
+ { name: "Vite", logo: y, url: "https://vite.dev/" },
40
+ { name: "OXC", logo: k, url: "https://oxc.rs/" }
41
+ ]
42
+ },
43
+ {
44
+ id: 4,
45
+ title: "How PLAID Cut Build Times by 97% Migrating From Rollup To Rolldown",
46
+ thumbnail: c,
47
+ projects: [
48
+ { name: "Vitest", logo: w, url: "https://vitest.dev/" },
49
+ { name: "OXC", logo: k, url: "https://oxc.rs/" }
50
+ ]
51
+ }
52
+ ]), i = v(0), [C, t] = f(
53
+ { loop: !0 },
54
+ [B()]
55
+ ), [R, d] = f({
56
+ containScroll: "keepSnaps",
57
+ dragFree: !0
58
+ }), S = (h) => {
59
+ t.value && t.value.scrollTo(h);
60
+ }, r = () => {
61
+ !t.value || !d.value || (i.value = t.value.selectedScrollSnap(), d.value.scrollTo(t.value.selectedScrollSnap()));
62
+ };
63
+ return M(() => {
64
+ !t.value || !d.value || (r(), t.value.on("select", r), t.value.on("reInit", r));
65
+ }), A(() => {
66
+ t.value && (t.value.off("select", r), t.value.off("reInit", r));
67
+ }), (h, u) => (s(), o("section", F, [
68
+ e("div", L, [
69
+ e("div", {
70
+ class: "overflow-hidden",
71
+ ref_key: "emblaMainRef",
72
+ ref: C
73
+ }, [
74
+ e("div", D, [
75
+ (s(!0), o(m, null, p(b.value, (l, n) => (s(), o("div", {
76
+ key: l.id,
77
+ class: _(["embla__slide p-10 w-[55rem] rounded-lg relative", n === i.value ? "bg-primary" : "bg-primary/75"])
78
+ }, [
79
+ e("div", {
80
+ class: _(["embla__slide__content", { "embla__slide__content--active": n === i.value }])
81
+ }, [
82
+ e("img", {
83
+ src: l.thumbnail,
84
+ alt: l.title,
85
+ class: "absolute top-10 right-10 h-5"
86
+ }, null, 8, H),
87
+ u[1] || (u[1] = e("span", { class: "text-grey text-xs font-mono uppercase tracking-wide" }, "Case Study", -1)),
88
+ e("h5", P, g(l.title), 1),
89
+ e("div", j, [
90
+ u[0] || (u[0] = e("span", { class: "text-grey text-xs font-mono uppercase tracking-wide" }, "OSS", -1)),
91
+ (s(!0), o(m, null, p(l.projects, (a, T) => (s(), o(m, {
92
+ key: a.name
93
+ }, [
94
+ e("a", {
95
+ href: a.url,
96
+ target: "_blank"
97
+ }, [
98
+ e("figure", O, [
99
+ e("img", {
100
+ loading: "lazy",
101
+ class: "size-5",
102
+ src: a.logo,
103
+ alt: a.name
104
+ }, null, 8, $),
105
+ e("figcaption", null, g(a.name), 1)
106
+ ])
107
+ ], 8, z),
108
+ T < l.projects.length - 1 ? (s(), o("span", E, "//")) : V("", !0)
109
+ ], 64))), 128))
110
+ ])
111
+ ], 2)
112
+ ], 2))), 128))
113
+ ])
114
+ ], 512)
115
+ ]),
116
+ e("div", N, [
117
+ e("div", X, [
118
+ e("div", {
119
+ class: "overflow-hidden",
120
+ ref_key: "emblaThumbRef",
121
+ ref: R
122
+ }, [
123
+ e("div", U, [
124
+ (s(!0), o(m, null, p(b.value, (l, n) => (s(), o("div", {
125
+ key: `thumb-${l.id}`,
126
+ class: _(["embla-thumbs__slide", { "embla-thumbs__slide--selected": n === i.value }])
127
+ }, [
128
+ e("button", {
129
+ type: "button",
130
+ class: "embla-thumbs__slide__button",
131
+ onClick: (a) => S(n)
132
+ }, [
133
+ e("img", {
134
+ src: l.thumbnail,
135
+ alt: `Slide ${n + 1}`,
136
+ class: "embla-thumbs__slide__img"
137
+ }, null, 8, G)
138
+ ], 8, q)
139
+ ], 2))), 128))
140
+ ])
141
+ ], 512)
142
+ ])
143
+ ])
144
+ ]));
145
+ }
146
+ });
147
+ export {
148
+ oe as default
149
+ };
@@ -0,0 +1,20 @@
1
+ import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
2
+ import r from "./index27.js";
3
+ const n = {}, s = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ "aria-hidden": "true",
6
+ focusable: "false",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function l(f, c) {
10
+ return t(), e("svg", s, [...c[0] || (c[0] = [
11
+ o("path", {
12
+ fill: "currentColor",
13
+ d: "M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2"
14
+ }, null, -1)
15
+ ])]);
16
+ }
17
+ const d = /* @__PURE__ */ r(n, [["render", l]]);
18
+ export {
19
+ d as default
20
+ };
@@ -0,0 +1,20 @@
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
+ };
@@ -0,0 +1,20 @@
1
+ import { createElementBlock as c, openBlock as t, createElementVNode as o } 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(a, e) {
10
+ return t(), c("svg", l, [...e[0] || (e[0] = [
11
+ o("path", {
12
+ fill: "currentColor",
13
+ d: "M22.46 6c-.77.35-1.6.58-2.46.69c.88-.53 1.56-1.37 1.88-2.38c-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29c0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15c0 1.49.75 2.81 1.91 3.56c-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.2 4.2 0 0 1-1.93.07a4.28 4.28 0 0 0 4 2.98a8.52 8.52 0 0 1-5.33 1.84q-.51 0-1.02-.06C3.44 20.29 5.7 21 8.12 21C16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56c.84-.6 1.56-1.36 2.14-2.23"
14
+ }, null, -1)
15
+ ])]);
16
+ }
17
+ const d = /* @__PURE__ */ r(n, [["render", s]]);
18
+ export {
19
+ d as default
20
+ };
@@ -0,0 +1,4 @@
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
+ };