@voidzero-dev/vitepress-theme 0.1.33 → 0.1.34

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 (70) hide show
  1. package/dist/index27.js +1 -1
  2. package/dist/index3.js +3 -3
  3. package/dist/index30.js +8 -8
  4. package/dist/index34.js +12 -12
  5. package/dist/index36.js +7 -7
  6. package/dist/index38.js +16 -17
  7. package/dist/index4.js +6 -6
  8. package/dist/index40.js +26 -2
  9. package/dist/index41.js +18 -14
  10. package/dist/index42.js +16 -20
  11. package/dist/index43.js +16 -16
  12. package/dist/index44.js +13 -13
  13. package/dist/index45.js +14 -14
  14. package/dist/index46.js +2 -26
  15. package/dist/index47.js +25 -2
  16. package/dist/index48.js +1 -1
  17. package/dist/index49.js +2 -2
  18. package/dist/index50.js +2 -2
  19. package/dist/index51.js +49 -2
  20. package/dist/index52.js +7207 -2
  21. package/dist/index53.js +2 -2
  22. package/dist/index54.js +2 -2
  23. package/dist/index55.js +2 -2
  24. package/dist/index56.js +1 -1
  25. package/dist/index57.js +2 -2
  26. package/dist/index58.js +2 -18
  27. package/dist/index59.js +2 -18
  28. package/dist/index6.js +27 -27
  29. package/dist/index60.js +2 -18
  30. package/dist/index61.js +2 -2
  31. package/dist/index62.js +18 -49
  32. package/dist/index63.js +19 -44
  33. package/dist/index64.js +18 -2587
  34. package/dist/index65.js +2 -51
  35. package/dist/index66.js +2 -7207
  36. package/dist/index67.js +2 -14
  37. package/dist/index68.js +2 -34
  38. package/dist/index69.js +1 -1
  39. package/dist/index7.js +1 -1
  40. package/dist/index70.js +34 -2
  41. package/dist/index71.js +2 -2
  42. package/dist/index72.js +2 -2
  43. package/dist/index73.js +1 -1
  44. package/dist/index74.js +2 -2
  45. package/dist/index75.js +2 -2
  46. package/dist/index76.js +1 -1
  47. package/dist/index77.js +1 -1
  48. package/dist/index78.js +5324 -2
  49. package/dist/index79.js +2 -2
  50. package/dist/index8.js +2 -2
  51. package/dist/index80.js +2 -22
  52. package/dist/index81.js +2 -124
  53. package/dist/index82.js +2 -2
  54. package/dist/index83.js +2 -439
  55. package/dist/index84.js +2 -1735
  56. package/dist/index85.js +1 -1
  57. package/dist/index86.js +4 -2
  58. package/dist/index87.js +1735 -2
  59. package/dist/index88.js +5 -2
  60. package/dist/index89.js +1 -1
  61. package/dist/index90.js +446 -2
  62. package/dist/index91.js +314 -32
  63. package/dist/index92.js +2 -1202
  64. package/package.json +1 -1
  65. package/dist/index93.js +0 -448
  66. package/dist/index94.js +0 -7
  67. package/dist/index95.js +0 -4
  68. package/dist/index96.js +0 -317
  69. package/dist/index97.js +0 -4
  70. package/dist/index98.js +0 -6
package/dist/index41.js CHANGED
@@ -1,28 +1,32 @@
1
- import { defineComponent as p, onMounted as l, onUnmounted as o, createElementBlock as r, openBlock as i, createElementVNode as c } from "vue";
2
- import d from "./index94.js";
3
- const m = { class: "font-mono text-sm text-white leading-[1.5rem]" }, f = /* @__PURE__ */ p({
4
- __name: "TerminalAnimation1",
1
+ import { defineComponent as c, onMounted as m, onUnmounted as d, createElementBlock as u, openBlock as g, createElementVNode as x } from "vue";
2
+ import f from "./index88.js";
3
+ const v = { class: "font-mono text-sm text-white leading-[1.5rem]" }, h = /* @__PURE__ */ c({
4
+ __name: "TerminalAnimation2",
5
5
  props: {
6
6
  onAnimationComplete: { type: Function }
7
7
  },
8
8
  setup(a) {
9
- const s = a;
9
+ const n = a;
10
10
  let e;
11
- return l(() => {
12
- const t = document.getElementById("terminal-code");
13
- e = new d(t, {
11
+ return m(() => {
12
+ const s = /* @__PURE__ */ new Date();
13
+ let t = s.getHours();
14
+ const o = s.getMinutes().toString().padStart(2, "0"), p = s.getSeconds().toString().padStart(2, "0"), i = t >= 12 ? "pm" : "am";
15
+ t = t % 12 || 12;
16
+ const l = `${t}:${o}:${p} ${i}`, r = document.getElementById("terminal-code");
17
+ e = new f(r, {
14
18
  loop: !1,
15
19
  delay: 1
16
- }), e.typeString("<span>$ vite new vite-plus-demo --template react-ts</span>").pauseFor(500).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<span class="text-aqua">◇ Scaffolding project in ~/vite-plus-demo</span>').pauseFor(500).pasteString('<span class="text-grey block">|</span>').pasteString('<span class="text-zest block">└ Done.</span>').pasteString('<span class="block w-full h-[1rem]"></span>').pauseFor(500).pasteString('<span class="block"><span class="text-zest">✓</span> Installing dependencies using default package manager: <span class="text-vite">pnpm@v10.16.1</span></span>').pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block"><span class="text-grey">Progress:</span> resolved 1, reused 0, downloaded 0, added 0</div>').pasteString('<div class="block"><span class="text-grey">Packages:</span> <span class="text-vite">+31</span></div>').typeString('<span class="text-grey block">++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++</span>').pasteString('<div class="block"><span class="text-grey">Progress:</span> resolved 31, reused 31, downloaded 0, added 31, <span class="text-zest">done</span></div>').pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
17
- s.onAnimationComplete && s.onAnimationComplete();
20
+ }), e.typeString("<span>$ vite dev</span>").pauseFor(200).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block text-grey"><span class="text-vite">VITE+ v1.0.0</span> ready in <span class="text-white font-medium">65</span> ms</div>').pasteString('<span class="block w-full h-[1rem]"></span>').pauseFor(500).pasteString('<div class="block"><span class="text-vite"> → Local: </span><span class="text-aqua">http://localhost:5173/</span></div>').pasteString('<div class="block text-grey">→ Network: use <span class="text-white font-medium">--host</span> to expose</div>').pasteString('<span class="block w-full h-[1rem]"></span>').pauseFor(1500).pasteString(`<div class="block text-grey">${l} <span class="text-aqua">[vite]</span> (client) <span class="text-vite">hmr update</span> /src/App.tsx</div>`).pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
21
+ n.onAnimationComplete && n.onAnimationComplete();
18
22
  }).start();
19
- }), o(() => {
23
+ }), d(() => {
20
24
  e && e.stop();
21
- }), (t, n) => (i(), r("p", m, [...n[0] || (n[0] = [
22
- c("span", { id: "terminal-code" }, null, -1)
25
+ }), (s, t) => (g(), u("p", v, [...t[0] || (t[0] = [
26
+ x("span", { id: "terminal-code" }, null, -1)
23
27
  ])]));
24
28
  }
25
29
  });
26
30
  export {
27
- f as default
31
+ h as default
28
32
  };
package/dist/index42.js CHANGED
@@ -1,32 +1,28 @@
1
- import { defineComponent as c, onMounted as m, onUnmounted as d, createElementBlock as u, openBlock as g, createElementVNode as x } from "vue";
2
- import f from "./index94.js";
3
- const v = { class: "font-mono text-sm text-white leading-[1.5rem]" }, h = /* @__PURE__ */ c({
4
- __name: "TerminalAnimation2",
1
+ import { defineComponent as i, onMounted as o, onUnmounted as p, createElementBlock as l, openBlock as r, createElementVNode as c } from "vue";
2
+ import m from "./index88.js";
3
+ const d = { class: "font-mono text-sm text-white leading-[1.5rem]" }, g = /* @__PURE__ */ i({
4
+ __name: "TerminalAnimation3",
5
5
  props: {
6
6
  onAnimationComplete: { type: Function }
7
7
  },
8
8
  setup(a) {
9
- const n = a;
10
- let e;
11
- return m(() => {
12
- const s = /* @__PURE__ */ new Date();
13
- let t = s.getHours();
14
- const o = s.getMinutes().toString().padStart(2, "0"), p = s.getSeconds().toString().padStart(2, "0"), i = t >= 12 ? "pm" : "am";
15
- t = t % 12 || 12;
16
- const l = `${t}:${o}:${p} ${i}`, r = document.getElementById("terminal-code");
17
- e = new f(r, {
9
+ const e = a;
10
+ let t;
11
+ return o(() => {
12
+ const n = document.getElementById("terminal-code");
13
+ t = new m(n, {
18
14
  loop: !1,
19
15
  delay: 1
20
- }), e.typeString("<span>$ vite dev</span>").pauseFor(200).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block text-grey"><span class="text-vite">VITE+ v1.0.0</span> ready in <span class="text-white font-medium">65</span> ms</div>').pasteString('<span class="block w-full h-[1rem]"></span>').pauseFor(500).pasteString('<div class="block"><span class="text-vite"> → Local: </span><span class="text-aqua">http://localhost:5173/</span></div>').pasteString('<div class="block text-grey">→ Network: use <span class="text-white font-medium">--host</span> to expose</div>').pasteString('<span class="block w-full h-[1rem]"></span>').pauseFor(1500).pasteString(`<div class="block text-grey">${l} <span class="text-aqua">[vite]</span> (client) <span class="text-vite">hmr update</span> /src/App.tsx</div>`).pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
21
- n.onAnimationComplete && n.onAnimationComplete();
16
+ }), t.typeString("<span>$ vite lint</span>").pauseFor(200).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block text-grey"><span class="text-vite">VITE+ v1.0.0</span> <span class="text-aqua">lint</span></div>').pauseFor(500).pasteString('<div class="block text-grey">Found <span class="text-white">0 warnings</span> and <span class="text-white">0 errors</span>.</div>').pasteString('<div class="block text-grey"><span class="text-zest">✓</span> Finished in <span class="text-white">1ms</span> on <span class="text-white">3 files</span> with <span class="text-white">88 rules</span> using <span class="text-white">10 threads</span>.</div>').pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
17
+ e.onAnimationComplete && e.onAnimationComplete();
22
18
  }).start();
23
- }), d(() => {
24
- e && e.stop();
25
- }), (s, t) => (g(), u("p", v, [...t[0] || (t[0] = [
26
- x("span", { id: "terminal-code" }, null, -1)
19
+ }), p(() => {
20
+ t && t.stop();
21
+ }), (n, s) => (r(), l("p", d, [...s[0] || (s[0] = [
22
+ c("span", { id: "terminal-code" }, null, -1)
27
23
  ])]));
28
24
  }
29
25
  });
30
26
  export {
31
- h as default
27
+ g as default
32
28
  };
package/dist/index43.js CHANGED
@@ -1,25 +1,25 @@
1
- import { defineComponent as i, onMounted as o, onUnmounted as p, createElementBlock as l, openBlock as r, createElementVNode as c } from "vue";
2
- import m from "./index94.js";
3
- const d = { class: "font-mono text-sm text-white leading-[1.5rem]" }, g = /* @__PURE__ */ i({
4
- __name: "TerminalAnimation3",
1
+ import { defineComponent as p, onMounted as l, onUnmounted as c, createElementBlock as i, openBlock as o, createElementVNode as r } from "vue";
2
+ import m from "./index88.js";
3
+ const d = { class: "font-mono text-sm text-white leading-[1.5rem]" }, g = /* @__PURE__ */ p({
4
+ __name: "TerminalAnimation4",
5
5
  props: {
6
6
  onAnimationComplete: { type: Function }
7
7
  },
8
- setup(a) {
9
- const e = a;
10
- let t;
11
- return o(() => {
12
- const n = document.getElementById("terminal-code");
13
- t = new m(n, {
8
+ setup(e) {
9
+ const t = e;
10
+ let s;
11
+ return l(() => {
12
+ const a = document.getElementById("terminal-code");
13
+ s = new m(a, {
14
14
  loop: !1,
15
15
  delay: 1
16
- }), t.typeString("<span>$ vite lint</span>").pauseFor(200).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block text-grey"><span class="text-vite">VITE+ v1.0.0</span> <span class="text-aqua">lint</span></div>').pauseFor(500).pasteString('<div class="block text-grey">Found <span class="text-white">0 warnings</span> and <span class="text-white">0 errors</span>.</div>').pasteString('<div class="block text-grey"><span class="text-zest">✓</span> Finished in <span class="text-white">1ms</span> on <span class="text-white">3 files</span> with <span class="text-white">88 rules</span> using <span class="text-white">10 threads</span>.</div>').pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
17
- e.onAnimationComplete && e.onAnimationComplete();
16
+ }), s.typeString("<span>$ vite fmt</span>").pauseFor(200).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block text-grey"><span class="text-vite">VITE+ v1.0.0</span> <span class="text-aqua">fmt</span></div>').pauseFor(500).pasteString('<div class="block">src/App.css <span class="text-aqua">0ms</span> <span class="text-grey">(unchanged)</span></div>').pasteString('<div class="block">src/App.tsx <span class="text-aqua">1ms</span></div>').pasteString('<div class="block">src/index.css <span class="text-aqua">0ms</span> <span class="text-grey">(unchanged)</span></div>').pasteString('<div class="block">src/main.tsx <span class="text-aqua">1ms</span></div>').pasteString('<div class="block">src/vite-env.d.ts <span class="text-aqua">0ms</span> <span class="text-grey">(unchanged)</span></div>').pasteString('<div class="block"><span class="text-zest">✓</span> Formatted <span class="text-aqua">2 files</span> in <span class="text-aqua">2ms</span>.</div>').pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
17
+ t.onAnimationComplete && t.onAnimationComplete();
18
18
  }).start();
19
- }), p(() => {
20
- t && t.stop();
21
- }), (n, s) => (r(), l("p", d, [...s[0] || (s[0] = [
22
- c("span", { id: "terminal-code" }, null, -1)
19
+ }), c(() => {
20
+ s && s.stop();
21
+ }), (a, n) => (o(), i("p", d, [...n[0] || (n[0] = [
22
+ r("span", { id: "terminal-code" }, null, -1)
23
23
  ])]));
24
24
  }
25
25
  });
package/dist/index44.js CHANGED
@@ -1,28 +1,28 @@
1
- import { defineComponent as p, onMounted as l, onUnmounted as c, createElementBlock as i, openBlock as o, createElementVNode as r } from "vue";
2
- import m from "./index94.js";
3
- const d = { class: "font-mono text-sm text-white leading-[1.5rem]" }, g = /* @__PURE__ */ p({
4
- __name: "TerminalAnimation4",
1
+ import { defineComponent as p, onMounted as l, onUnmounted as o, createElementBlock as i, openBlock as r, createElementVNode as c } from "vue";
2
+ import m from "./index88.js";
3
+ const d = { class: "font-mono text-sm text-white leading-[1.5rem]" }, x = /* @__PURE__ */ p({
4
+ __name: "TerminalAnimation5",
5
5
  props: {
6
6
  onAnimationComplete: { type: Function }
7
7
  },
8
- setup(e) {
9
- const t = e;
8
+ setup(n) {
9
+ const t = n;
10
10
  let s;
11
11
  return l(() => {
12
- const a = document.getElementById("terminal-code");
13
- s = new m(a, {
12
+ const e = document.getElementById("terminal-code");
13
+ s = new m(e, {
14
14
  loop: !1,
15
15
  delay: 1
16
- }), s.typeString("<span>$ vite fmt</span>").pauseFor(200).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block text-grey"><span class="text-vite">VITE+ v1.0.0</span> <span class="text-aqua">fmt</span></div>').pauseFor(500).pasteString('<div class="block">src/App.css <span class="text-aqua">0ms</span> <span class="text-grey">(unchanged)</span></div>').pasteString('<div class="block">src/App.tsx <span class="text-aqua">1ms</span></div>').pasteString('<div class="block">src/index.css <span class="text-aqua">0ms</span> <span class="text-grey">(unchanged)</span></div>').pasteString('<div class="block">src/main.tsx <span class="text-aqua">1ms</span></div>').pasteString('<div class="block">src/vite-env.d.ts <span class="text-aqua">0ms</span> <span class="text-grey">(unchanged)</span></div>').pasteString('<div class="block"><span class="text-zest">✓</span> Formatted <span class="text-aqua">2 files</span> in <span class="text-aqua">2ms</span>.</div>').pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
16
+ }), s.typeString("<span>$ vite test</span>").pauseFor(200).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block"><span class="text-vite">VITE+ v1.0.0</span> <span class="text-aqua">test</span> RUN ~/vite-plus-demo</div>').pasteString('<span class="block w-full h-[1rem]"></span>').pauseFor(300).pasteString('<div class="block"><span class="text-zest">✓</span> test/hello.spec.ts <span class="text-grey">(1 test)</span> <span class="text-zest">1ms</span></div>').pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block text-grey">Test Files <span class="text-zest">1 passed</span> <span class="text-grey">(1)</span></div>').pasteString('<div class="block text-grey">Tests <span class="text-zest">1 passed</span> <span class="text-grey">(1)</span></div>').pasteString('<div class="block text-grey">Start at <span class="text-white">00:13:44</span></div>').pasteString('<div class="block text-grey">Duration <span class="text-white">199ms</span> <span class="text-grey">(transform 13ms, setup 0ms, collect 8ms, tests 1ms, environment 0ms, prepare 33ms)</span></div>').pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
17
17
  t.onAnimationComplete && t.onAnimationComplete();
18
18
  }).start();
19
- }), c(() => {
19
+ }), o(() => {
20
20
  s && s.stop();
21
- }), (a, n) => (o(), i("p", d, [...n[0] || (n[0] = [
22
- r("span", { id: "terminal-code" }, null, -1)
21
+ }), (e, a) => (r(), i("p", d, [...a[0] || (a[0] = [
22
+ c("span", { id: "terminal-code" }, null, -1)
23
23
  ])]));
24
24
  }
25
25
  });
26
26
  export {
27
- g as default
27
+ x as default
28
28
  };
package/dist/index45.js CHANGED
@@ -1,28 +1,28 @@
1
- import { defineComponent as p, onMounted as l, onUnmounted as o, createElementBlock as i, openBlock as r, createElementVNode as c } from "vue";
2
- import m from "./index94.js";
3
- const d = { class: "font-mono text-sm text-white leading-[1.5rem]" }, x = /* @__PURE__ */ p({
4
- __name: "TerminalAnimation5",
1
+ import { defineComponent as i, onMounted as p, onUnmounted as l, createElementBlock as o, openBlock as c, createElementVNode as r } from "vue";
2
+ import d from "./index88.js";
3
+ const m = { class: "font-mono text-sm text-white leading-[1.5rem]" }, b = /* @__PURE__ */ i({
4
+ __name: "TerminalAnimation6",
5
5
  props: {
6
6
  onAnimationComplete: { type: Function }
7
7
  },
8
- setup(n) {
9
- const t = n;
8
+ setup(a) {
9
+ const t = a;
10
10
  let s;
11
- return l(() => {
12
- const e = document.getElementById("terminal-code");
13
- s = new m(e, {
11
+ return p(() => {
12
+ const n = document.getElementById("terminal-code");
13
+ s = new d(n, {
14
14
  loop: !1,
15
15
  delay: 1
16
- }), s.typeString("<span>$ vite test</span>").pauseFor(200).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block"><span class="text-vite">VITE+ v1.0.0</span> <span class="text-aqua">test</span> RUN ~/vite-plus-demo</div>').pasteString('<span class="block w-full h-[1rem]"></span>').pauseFor(300).pasteString('<div class="block"><span class="text-zest">✓</span> test/hello.spec.ts <span class="text-grey">(1 test)</span> <span class="text-zest">1ms</span></div>').pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block text-grey">Test Files <span class="text-zest">1 passed</span> <span class="text-grey">(1)</span></div>').pasteString('<div class="block text-grey">Tests <span class="text-zest">1 passed</span> <span class="text-grey">(1)</span></div>').pasteString('<div class="block text-grey">Start at <span class="text-white">00:13:44</span></div>').pasteString('<div class="block text-grey">Duration <span class="text-white">199ms</span> <span class="text-grey">(transform 13ms, setup 0ms, collect 8ms, tests 1ms, environment 0ms, prepare 33ms)</span></div>').pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
16
+ }), s.typeString("<span>$ vite build</span>").pauseFor(200).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block"><span class="text-vite">VITE+ v1.0.0</span> <span class="text-aqua">building for production</span></div>').pauseFor(100).pasteString('<div class="block">transforming...</div>').pauseFor(400).pasteString('<div class="block"><span class="text-zest">✓</span> <span class="text-grey">32 modules transformed...</span></div>').pauseFor(300).pasteString('<div class="block">rendering chunks...</div>').pasteString('<div class="block">computing gzip size...</div>').pasteString('<div class="block text-grey"><span class="w-72 inline-block">dist/<span class="text-white">index.html</span></span>&nbsp;&nbsp;0.46 kB | gzip: 0.30 kB</div>').pasteString('<div class="block text-grey"><span class="w-72 inline-block">dist/assets/<span class="text-vite">react-CHdo91hT.svg</span></span>&nbsp;&nbsp;4.13 kB | gzip: 2.05 kB</div>').pasteString('<div class="block text-grey"><span class="w-72 inline-block">dist/assets/<span class="text-electric">index-D8b4DHJx.css</span></span>&nbsp;&nbsp;1.39 kB | gzip: 0.71 kB</div>').pasteString('<div class="block text-grey"><span class="w-72 inline-block">dist/assets/<span class="text-aqua">index-CAl1KfkQ.js</span></span>188.06 kB | gzip: 59.21 kB</div>').pasteString('<div class="block"><span class="text-zest">✓ built in 308ms</span></div>').pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
17
17
  t.onAnimationComplete && t.onAnimationComplete();
18
18
  }).start();
19
- }), o(() => {
19
+ }), l(() => {
20
20
  s && s.stop();
21
- }), (e, a) => (r(), i("p", d, [...a[0] || (a[0] = [
22
- c("span", { id: "terminal-code" }, null, -1)
21
+ }), (n, e) => (c(), o("p", m, [...e[0] || (e[0] = [
22
+ r("span", { id: "terminal-code" }, null, -1)
23
23
  ])]));
24
24
  }
25
25
  });
26
26
  export {
27
- x as default
27
+ b as default
28
28
  };
package/dist/index46.js CHANGED
@@ -1,28 +1,4 @@
1
- import { defineComponent as i, onMounted as p, onUnmounted as l, createElementBlock as o, openBlock as c, createElementVNode as r } from "vue";
2
- import d from "./index94.js";
3
- const m = { class: "font-mono text-sm text-white leading-[1.5rem]" }, b = /* @__PURE__ */ i({
4
- __name: "TerminalAnimation6",
5
- props: {
6
- onAnimationComplete: { type: Function }
7
- },
8
- setup(a) {
9
- const t = a;
10
- let s;
11
- return p(() => {
12
- const n = document.getElementById("terminal-code");
13
- s = new d(n, {
14
- loop: !1,
15
- delay: 1
16
- }), s.typeString("<span>$ vite build</span>").pauseFor(200).pasteString('<span class="block w-full h-[1rem]"></span>').pasteString('<div class="block"><span class="text-vite">VITE+ v1.0.0</span> <span class="text-aqua">building for production</span></div>').pauseFor(100).pasteString('<div class="block">transforming...</div>').pauseFor(400).pasteString('<div class="block"><span class="text-zest">✓</span> <span class="text-grey">32 modules transformed...</span></div>').pauseFor(300).pasteString('<div class="block">rendering chunks...</div>').pasteString('<div class="block">computing gzip size...</div>').pasteString('<div class="block text-grey"><span class="w-72 inline-block">dist/<span class="text-white">index.html</span></span>&nbsp;&nbsp;0.46 kB | gzip: 0.30 kB</div>').pasteString('<div class="block text-grey"><span class="w-72 inline-block">dist/assets/<span class="text-vite">react-CHdo91hT.svg</span></span>&nbsp;&nbsp;4.13 kB | gzip: 2.05 kB</div>').pasteString('<div class="block text-grey"><span class="w-72 inline-block">dist/assets/<span class="text-electric">index-D8b4DHJx.css</span></span>&nbsp;&nbsp;1.39 kB | gzip: 0.71 kB</div>').pasteString('<div class="block text-grey"><span class="w-72 inline-block">dist/assets/<span class="text-aqua">index-CAl1KfkQ.js</span></span>188.06 kB | gzip: 59.21 kB</div>').pasteString('<div class="block"><span class="text-zest">✓ built in 308ms</span></div>').pasteString('<span class="block w-full h-[1rem]"></span>').callFunction(() => {
17
- t.onAnimationComplete && t.onAnimationComplete();
18
- }).start();
19
- }), l(() => {
20
- s && s.stop();
21
- }), (n, e) => (c(), o("p", m, [...e[0] || (e[0] = [
22
- r("span", { id: "terminal-code" }, null, -1)
23
- ])]));
24
- }
25
- });
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";
26
2
  export {
27
- b as default
3
+ e as default
28
4
  };
package/dist/index47.js CHANGED
@@ -1,4 +1,27 @@
1
- const C = "data:image/svg+xml,%3csvg%20viewBox='0%200%2091%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27.3271%200C33.439%202.66469e-05%2036.6504%202.56908%2036.6504%207.5C36.6503%2012.4308%2033.4389%2015%2027.3271%2015C21.2156%2014.9999%2018.0245%2012.4307%2018.0244%207.5C18.0244%202.56914%2021.2155%209.51756e-05%2027.3271%200ZM70.0195%200C67.0714%204.22099%2067.0541%2010.7638%2070.0195%2015H68.0273C65.0612%2010.7638%2065.0785%204.22098%2068.0273%200H70.0195ZM88.2852%200C91.2333%204.22097%2091.2506%2010.7638%2088.2852%2015H86.293C89.2591%2010.7638%2089.2418%204.22099%2086.293%200H88.2852ZM78.1562%200.0205078C82.2875%200.0205671%2085.6357%203.36945%2085.6357%207.5C85.6357%2011.6306%2082.2868%2014.9794%2078.1562%2014.9795C74.0257%2014.9795%2070.6768%2011.6306%2070.6768%207.5C70.6768%203.36943%2074.0257%200.0205323%2078.1562%200.0205078ZM9.13672%2010.6904L12.9072%200.249023H18.0664L12.3477%2014.751H5.71777L0%200.249023H5.30371L9.13672%2010.6904ZM43.5293%2014.751H38.5566V0.249023H43.5293V14.751ZM55.166%200.249023C60.2005%200.249035%2063.0801%202.52763%2063.0801%207.5C63.08%2012.4722%2060.1798%2014.7509%2055.1455%2014.751H46.0498V0.249023H55.166ZM82.7119%204.3584C82.6014%204.11078%2082.27%204.06433%2082.0986%204.27441L75.6289%2012.209C75.4742%2012.3996%2075.5485%2012.6852%2075.7764%2012.7764C76.4463%2013.0443%2077.2391%2013.1768%2078.1562%2013.1768C81.5506%2013.1767%2083.2676%2011.3536%2083.2676%207.5C83.2676%206.23413%2083.0814%205.18989%2082.7119%204.3584ZM27.3271%203.56348C24.4475%203.56357%2023.1006%204.80673%2023.1006%207.5C23.1006%2010.1931%2024.4476%2011.4159%2027.3271%2011.416C30.2069%2011.416%2031.5537%2010.2139%2031.5537%207.5C31.5537%204.78594%2030.2069%203.5635%2027.3271%203.56348ZM51.0225%2011.2295H54.4619C56.8234%2011.2294%2057.9834%2010.2138%2057.9834%207.5C57.9834%204.78608%2056.8235%203.77064%2054.4619%203.77051H51.0225V11.2295ZM78.1562%201.84375C74.7426%201.84377%2073.0449%203.66711%2073.0449%207.5C73.0449%208.77075%2073.2304%209.82088%2073.6006%2010.6572C73.7106%2010.9054%2074.0426%2010.9515%2074.2139%2010.7412L80.6719%202.80566C80.8271%202.61506%2080.752%202.32972%2080.5234%202.23926C79.8556%201.97478%2079.0664%201.84376%2078.1562%201.84375Z'%20fill='%2308060D'/%3e%3c/svg%3e";
1
+ import { getDefaultExportFromCjs as n } from "./index86.js";
2
+ import { __require as s } from "./index78.js";
3
+ function u(t, a) {
4
+ for (var o = 0; o < a.length; o++) {
5
+ const e = a[o];
6
+ if (typeof e != "string" && !Array.isArray(e)) {
7
+ for (const r in e)
8
+ if (r !== "default" && !(r in t)) {
9
+ const i = Object.getOwnPropertyDescriptor(e, r);
10
+ i && Object.defineProperty(t, r, i.get ? i : {
11
+ enumerable: !0,
12
+ get: () => e[r]
13
+ });
14
+ }
15
+ }
16
+ }
17
+ return Object.freeze(Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }));
18
+ }
19
+ var f = s();
20
+ const c = /* @__PURE__ */ n(f), g = /* @__PURE__ */ u({
21
+ __proto__: null,
22
+ default: c
23
+ }, [f]);
2
24
  export {
3
- C as default
25
+ c as default,
26
+ g as r
4
27
  };
package/dist/index48.js CHANGED
@@ -1,4 +1,4 @@
1
- const C = "data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M16%202.66699C14.2491%202.66699%2012.5152%203.01187%2010.8976%203.68193C9.2799%204.35199%207.81004%205.33412%206.57193%206.57224C4.07144%209.07272%202.66669%2012.4641%202.66669%2016.0003C2.66669%2021.8937%206.49335%2026.8937%2011.7867%2028.667C12.4534%2028.7737%2012.6667%2028.3603%2012.6667%2028.0003V25.747C8.97335%2026.547%208.18669%2023.9603%208.18669%2023.9603C7.57335%2022.4137%206.70669%2022.0003%206.70669%2022.0003C5.49335%2021.1737%206.80002%2021.2003%206.80002%2021.2003C8.13335%2021.2937%208.84002%2022.5737%208.84002%2022.5737C10%2024.6003%2011.96%2024.0003%2012.72%2023.6803C12.84%2022.8137%2013.1867%2022.227%2013.56%2021.8937C10.6%2021.5603%207.49335%2020.4137%207.49335%2015.3337C7.49335%2013.8537%208.00002%2012.667%208.86669%2011.7203C8.73335%2011.387%208.26669%2010.0003%209.00002%208.20033C9.00002%208.20033%2010.12%207.84033%2012.6667%209.56033C13.72%209.26699%2014.8667%209.12033%2016%209.12033C17.1334%209.12033%2018.28%209.26699%2019.3334%209.56033C21.88%207.84033%2023%208.20033%2023%208.20033C23.7334%2010.0003%2023.2667%2011.387%2023.1334%2011.7203C24%2012.667%2024.5067%2013.8537%2024.5067%2015.3337C24.5067%2020.427%2021.3867%2021.547%2018.4134%2021.8803C18.8934%2022.2937%2019.3334%2023.107%2019.3334%2024.347V28.0003C19.3334%2028.3603%2019.5467%2028.787%2020.2267%2028.667C25.52%2026.8803%2029.3334%2021.8937%2029.3334%2016.0003C29.3334%2014.2494%2028.9885%2012.5156%2028.3184%2010.8979C27.6484%209.2802%2026.6662%207.81035%2025.4281%206.57224C24.19%205.33412%2022.7201%204.35199%2021.1025%203.68193C19.4848%203.01187%2017.751%202.66699%2016%202.66699Z'%20fill='%23111213'/%3e%3c/svg%3e";
1
+ const C = "data:image/svg+xml,%3csvg%20viewBox='0%200%2091%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M27.3271%200C33.439%202.66469e-05%2036.6504%202.56908%2036.6504%207.5C36.6503%2012.4308%2033.4389%2015%2027.3271%2015C21.2156%2014.9999%2018.0245%2012.4307%2018.0244%207.5C18.0244%202.56914%2021.2155%209.51756e-05%2027.3271%200ZM70.0195%200C67.0714%204.22099%2067.0541%2010.7638%2070.0195%2015H68.0273C65.0612%2010.7638%2065.0785%204.22098%2068.0273%200H70.0195ZM88.2852%200C91.2333%204.22097%2091.2506%2010.7638%2088.2852%2015H86.293C89.2591%2010.7638%2089.2418%204.22099%2086.293%200H88.2852ZM78.1562%200.0205078C82.2875%200.0205671%2085.6357%203.36945%2085.6357%207.5C85.6357%2011.6306%2082.2868%2014.9794%2078.1562%2014.9795C74.0257%2014.9795%2070.6768%2011.6306%2070.6768%207.5C70.6768%203.36943%2074.0257%200.0205323%2078.1562%200.0205078ZM9.13672%2010.6904L12.9072%200.249023H18.0664L12.3477%2014.751H5.71777L0%200.249023H5.30371L9.13672%2010.6904ZM43.5293%2014.751H38.5566V0.249023H43.5293V14.751ZM55.166%200.249023C60.2005%200.249035%2063.0801%202.52763%2063.0801%207.5C63.08%2012.4722%2060.1798%2014.7509%2055.1455%2014.751H46.0498V0.249023H55.166ZM82.7119%204.3584C82.6014%204.11078%2082.27%204.06433%2082.0986%204.27441L75.6289%2012.209C75.4742%2012.3996%2075.5485%2012.6852%2075.7764%2012.7764C76.4463%2013.0443%2077.2391%2013.1768%2078.1562%2013.1768C81.5506%2013.1767%2083.2676%2011.3536%2083.2676%207.5C83.2676%206.23413%2083.0814%205.18989%2082.7119%204.3584ZM27.3271%203.56348C24.4475%203.56357%2023.1006%204.80673%2023.1006%207.5C23.1006%2010.1931%2024.4476%2011.4159%2027.3271%2011.416C30.2069%2011.416%2031.5537%2010.2139%2031.5537%207.5C31.5537%204.78594%2030.2069%203.5635%2027.3271%203.56348ZM51.0225%2011.2295H54.4619C56.8234%2011.2294%2057.9834%2010.2138%2057.9834%207.5C57.9834%204.78608%2056.8235%203.77064%2054.4619%203.77051H51.0225V11.2295ZM78.1562%201.84375C74.7426%201.84377%2073.0449%203.66711%2073.0449%207.5C73.0449%208.77075%2073.2304%209.82088%2073.6006%2010.6572C73.7106%2010.9054%2074.0426%2010.9515%2074.2139%2010.7412L80.6719%202.80566C80.8271%202.61506%2080.752%202.32972%2080.5234%202.23926C79.8556%201.97478%2079.0664%201.84376%2078.1562%201.84375Z'%20fill='%2308060D'/%3e%3c/svg%3e";
2
2
  export {
3
3
  C as default
4
4
  };
package/dist/index49.js CHANGED
@@ -1,4 +1,4 @@
1
- const c = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20by%20Marsupilami%20--%3e%3csvg%20xmlns:svg='http://www.w3.org/2000/svg'%20xmlns='http://www.w3.org/2000/svg'%20id='svg103'%20version='1.1'%20width='1024'%20height='304'%20viewBox='-5.1991497%20-5.1991497%20618.5983094%20183.7032894'%3e%3cdefs%20id='defs100'%20/%3e%3cpath%20id='path69'%20d='m%20130.7,32.604995%20c%20-0.1,-0.9%20-0.9,-1.3%20-1.5,-1.4%20-0.6,-0.1%20-12.6,-0.2%20-12.6,-0.2%200,0%20-10.1,-9.799999%20-11.1,-10.799999%20-1,-1%20-2.9,-0.7%20-3.7,-0.5%200,0%20-1.9,0.6%20-5.1,1.6%20-0.5,-1.7%20-1.3,-3.8%20-2.4,-5.9%20C%2090.7,8.5049959%2085.5,4.9049963%2079.1,4.9049963%20c%20-0.4,0%20-0.9,0%20-1.3,0.1%20-0.2,-0.2%20-0.4,-0.4%20-0.6,-0.7%20-2.8,-3%20-6.3,-4.4%20-10.5,-4.3%20-8.2,0.2%20-16.3,6.0999996%20-23,16.6999997%20-4.7,7.4%20-8.2,16.699999%20-9.2,23.899999%20-9.4,2.9%20-16,4.9%20-16.1,5%20-4.7,1.5%20-4.9,1.6%20-5.5,6.1%20C%2012.4,55.004995%200,151.105%200,151.105%20l%20104.1,18%2045.1,-11.2%20c%200,0%20-18.4,-124.500005%20-18.5,-125.300005%20z%20M%2091.5,22.904996%20c%20-2.4,0.7%20-5.1,1.6%20-8.1,2.499999%20-0.1,-4.099999%20-0.6,-9.899999%20-2.5,-14.899999%206.3,1.2%209.3,8.2%2010.6,12.4%20z%20M%2078,27.104995%20c%20-5.5,1.7%20-11.4,3.5%20-17.4,5.4%201.7,-6.4%204.9,-12.799999%208.8,-16.999999%201.5,-1.6%203.5,-3.3%205.9,-4.3%202.3,4.7%202.7,11.4%202.7,15.899999%20z%20M%2066.8,5.5049959%20c%201.9,0%203.5,0.4%204.9,1.3%20-2.2,1.1%20-4.4,2.8%20-6.4,5.0000001%20-5.2,5.6%20-9.2,14.199999%20-10.8,22.599999%20-5,1.5%20-9.8,3%20-14.3,4.4%203,-13.2%2014,-32.8999991%2026.6,-33.2999991%20z'%20style='fill:%2395bf47'%20/%3e%3cpath%20id='path71'%20d='m%20129.2,31.204995%20c%20-0.6,-0.1%20-12.6,-0.2%20-12.6,-0.2%200,0%20-10.1,-9.799999%20-11.1,-10.799999%20-0.4,-0.4%20-0.9,-0.6%20-1.4,-0.6%20V%20169.105%20l%2045.1,-11.2%20c%200,0%20-18.4,-124.400005%20-18.5,-125.300005%20-0.2,-0.9%20-0.9,-1.3%20-1.5,-1.4%20z'%20style='fill:%235e8e3e'%20/%3e%3cpath%20id='path73'%20d='m%2079.1,54.404995%20-5.2,19.6%20c%200,0%20-5.8,-2.7%20-12.8,-2.2%20-10.2,0.6%20-10.3,7%20-10.2,8.7%200.6,8.8%2023.6,10.7%2024.9,31.200005%201,16.2%20-8.6,27.2%20-22.4,28.1%20-16.6,1%20-25.7,-8.7%20-25.7,-8.7%20l%203.5,-14.9%20c%200,0%209.2,6.9%2016.5,6.5%204.8,-0.3%206.5,-4.2%206.3,-7%20-0.7,-11.4%20-19.5,-10.8%20-20.7,-29.500005%20-1,-15.8%209.4,-31.8%2032.3,-33.3%209,-0.8%2013.5,1.5%2013.5,1.5%20z'%20style='fill:%23ffffff'%20/%3e%3cpath%20d='m%20210.3,96.204995%20c%20-5.2,-2.8%20-7.9,-5.2%20-7.9,-8.5%200,-4.2%203.7,-6.9%209.6,-6.9%206.8,0%2012.8,2.8%2012.8,2.8%20l%204.8,-14.6%20c%200,0%20-4.4,-3.4%20-17.3,-3.4%20-18,0%20-30.5,10.3%20-30.5,24.8%200,8.2%205.8,14.500005%2013.6,19.000005%206.3,3.6%208.5,6.1%208.5,9.9%200,3.9%20-3.1,7%20-9,7%20-8.7,0%20-16.9,-4.5%20-16.9,-4.5%20l%20-5.1,14.6%20c%200,0%207.6,5.1%2020.3,5.1%2018.5,0%2031.8,-9.1%2031.8,-25.5%200.1,-8.9%20-6.6,-15.2%20-14.7,-19.800005%20z%20m%2073.8,-30.8%20c%20-9.1,0%20-16.3,4.3%20-21.8,10.9%20l%20-0.3,-0.1%207.9,-41.4%20H%20249.3%20L%20229.3,140.105%20h%2020.6%20l%206.9,-36%20c%202.7,-13.600005%209.7,-22.000005%2016.3,-22.000005%204.6,0%206.4,3.1%206.4,7.6%200,2.8%20-0.3,6.3%20-0.9,9.1%20L%20270.8,140.005%20h%2020.6%20l%208.1,-42.600005%20c%200.9,-4.5%201.5,-9.9%201.5,-13.4%200,-11.5%20-6.2,-18.6%20-16.9,-18.6%20z%20m%2063.5,0%20c%20-24.8,0%20-41.2,22.4%20-41.2,47.400005%200,16%209.9,28.8%2028.4,28.8%2024.3,0%2040.8,-21.8%2040.8,-47.400005%20-0.1,-14.7%20-8.8,-28.8%20-28,-28.8%20z%20M%20337.4,125.805%20c%20-7,0%20-10,-6%20-10,-13.4%200,-11.8%206.1,-31.100005%2017.3,-31.100005%207.3,0%209.7,6.3%209.7,12.4%200,12.700005%20-6.1,32.100005%20-17,32.100005%20z%20m%2090.8,-60.400005%20c%20-13.9,0%20-21.8,12.2%20-21.8,12.2%20h%20-0.3%20l%201.2,-11.1%20h%20-18.2%20c%20-0.9,7.5%20-2.5,18.8%20-4.2,27.3%20L%20370.6,169.205%20h%2020.6%20l%205.7,-30.5%20h%200.4%20c%200,0%204.2,2.7%2012.1,2.7%2024.2,0%2040,-24.8%2040,-49.900005%200.1,-13.7%20-6.1,-26.1%20-21.2,-26.1%20z%20M%20408.5,126.105%20c%20-5.4,0%20-8.5,-3%20-8.5,-3%20l%203.4,-19.3%20c%202.4,-12.800005%209.1,-21.400005%2016.3,-21.400005%206.3,0%208.2,5.8%208.2,11.4%20C%20427.9,107.105%20420,126.105%20408.5,126.105%20Z%20m%2070.4,-90.200005%20c%20-6.6,0%20-11.8,5.2%20-11.8,12%200,6.1%203.9,10.3%209.7,10.3%20h%200.3%20c%206.4,0%2012,-4.3%2012.1,-12%200,-6%20-4,-10.3%20-10.3,-10.3%20z%20M%20450.1,140.105%20h%2020.6%20l%2014,-73.000005%20h%20-20.8%20z%20m%2087,-73.200005%20h%20-14.3%20l%200.7,-3.4%20c%201.2,-7%205.4,-13.3%2012.2,-13.3%203.7,0%206.6,1%206.6,1%20l%204,-16.1%20c%200,0%20-3.6,-1.8%20-11.2,-1.8%20-7.3,0%20-14.6,2.1%20-20.2,6.9%20-7,6%20-10.3,14.6%20-12,23.3%20l%20-0.6,3.4%20h%20-9.6%20l%20-3,15.5%20h%209.6%20L%20488.4,140.105%20H%20509%20l%2010.9,-57.700005%20h%2014.2%20z%20m%2049.6,0.2%20c%200,0%20-12.9,32.5%20-18.7,50.200005%20h%20-0.3%20c%20-0.4,-5.7%20-5.1,-50.200005%20-5.1,-50.200005%20H%20541%20L%20553.4,134.205%20c%200.3,1.5%200.1,2.4%20-0.4,3.4%20-2.4,4.6%20-6.4,9.1%20-11.2,12.4%20-3.9,2.8%20-8.2,4.6%20-11.7,5.8%20l%205.7,17.5%20c%204.2,-0.9%2012.8,-4.3%2020.2,-11.2%209.4,-8.8%2018.1,-22.4%2027,-40.9%20l%2025.2,-54.100005%20z'%20id='path75'%20/%3e%3c/svg%3e%3c!--%20version:%2020171223,%20original%20size:%20608.20001%20173.30499,%20border:%203%25%20--%3e";
1
+ const C = "data:image/svg+xml,%3csvg%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20id='Vector'%20d='M16%202.66699C14.2491%202.66699%2012.5152%203.01187%2010.8976%203.68193C9.2799%204.35199%207.81004%205.33412%206.57193%206.57224C4.07144%209.07272%202.66669%2012.4641%202.66669%2016.0003C2.66669%2021.8937%206.49335%2026.8937%2011.7867%2028.667C12.4534%2028.7737%2012.6667%2028.3603%2012.6667%2028.0003V25.747C8.97335%2026.547%208.18669%2023.9603%208.18669%2023.9603C7.57335%2022.4137%206.70669%2022.0003%206.70669%2022.0003C5.49335%2021.1737%206.80002%2021.2003%206.80002%2021.2003C8.13335%2021.2937%208.84002%2022.5737%208.84002%2022.5737C10%2024.6003%2011.96%2024.0003%2012.72%2023.6803C12.84%2022.8137%2013.1867%2022.227%2013.56%2021.8937C10.6%2021.5603%207.49335%2020.4137%207.49335%2015.3337C7.49335%2013.8537%208.00002%2012.667%208.86669%2011.7203C8.73335%2011.387%208.26669%2010.0003%209.00002%208.20033C9.00002%208.20033%2010.12%207.84033%2012.6667%209.56033C13.72%209.26699%2014.8667%209.12033%2016%209.12033C17.1334%209.12033%2018.28%209.26699%2019.3334%209.56033C21.88%207.84033%2023%208.20033%2023%208.20033C23.7334%2010.0003%2023.2667%2011.387%2023.1334%2011.7203C24%2012.667%2024.5067%2013.8537%2024.5067%2015.3337C24.5067%2020.427%2021.3867%2021.547%2018.4134%2021.8803C18.8934%2022.2937%2019.3334%2023.107%2019.3334%2024.347V28.0003C19.3334%2028.3603%2019.5467%2028.787%2020.2267%2028.667C25.52%2026.8803%2029.3334%2021.8937%2029.3334%2016.0003C29.3334%2014.2494%2028.9885%2012.5156%2028.3184%2010.8979C27.6484%209.2802%2026.6662%207.81035%2025.4281%206.57224C24.19%205.33412%2022.7201%204.35199%2021.1025%203.68193C19.4848%203.01187%2017.751%202.66699%2016%202.66699Z'%20fill='%23111213'/%3e%3c/svg%3e";
2
2
  export {
3
- c as default
3
+ C as default
4
4
  };
package/dist/index50.js CHANGED
@@ -1,4 +1,4 @@
1
- const C = "data:image/svg+xml,%3csvg%20class='w-[4.9375rem]%20m:w-[5.875rem]%20h-auto'%20width='80'%20viewBox='0%200%2080%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M33.0095%2011.2867C33.0095%208.2306%2034.9728%206.09778%2037.6958%206.09778C40.4188%206.09778%2042.3822%208.2306%2042.3822%2011.2867C42.3822%2014.3428%2040.4188%2016.4756%2037.6958%2016.4756C34.9728%2016.4756%2033.0095%2014.3428%2033.0095%2011.2867ZM40.5824%2011.2867C40.5824%209.10126%2039.3904%207.68133%2037.6958%207.68133C36.0013%207.68133%2034.8092%209.09542%2034.8092%2011.2867C34.8092%2013.4779%2036.0013%2014.892%2037.6958%2014.892C39.3904%2014.892%2040.5824%2013.4779%2040.5824%2011.2867ZM47.4309%2016.4756C46.4784%2016.4756%2045.7772%2016.0958%2045.3156%2015.5523V18.848H43.6327V8.96102H45.3156V9.74403C45.7772%209.19476%2046.4784%208.82078%2047.4309%208.82078C49.4936%208.82078%2050.6681%2010.5621%2050.6681%2012.6482C50.6681%2014.7343%2049.4877%2016.4756%2047.4309%2016.4756ZM45.2688%2012.4378V12.8702C45.2688%2014.2317%2046.0518%2015.0031%2047.0919%2015.0031C48.3132%2015.0031%2048.9735%2014.0506%2048.9735%2012.6482C48.9735%2011.2458%2048.3132%2010.2933%2047.0919%2010.2933C46.0518%2010.2933%2045.2688%2011.0529%2045.2688%2012.4378ZM55.22%2016.4756C53.1164%2016.4756%2051.6439%2014.9212%2051.6439%2012.6482C51.6439%2010.3751%2053.1048%208.82078%2055.1499%208.82078C57.1951%208.82078%2058.4164%2010.4335%2058.4164%2012.4553V13.0163H53.2567C53.3852%2014.2785%2054.139%2015.0498%2055.22%2015.0498C56.0498%2015.0498%2056.7043%2014.6291%2056.9321%2013.8694L58.3755%2014.4187C57.8554%2015.7101%2056.6926%2016.4814%2055.22%2016.4814V16.4756ZM55.1382%2010.2349C54.2676%2010.2349%2053.5956%2010.7549%2053.3443%2011.7483H56.7218C56.7101%2010.9361%2056.2017%2010.2349%2055.1382%2010.2349ZM59.6844%2016.3236V8.96102H61.3673V9.74403C61.788%209.25319%2062.4483%208.82078%2063.4007%208.82078C64.9434%208.82078%2065.8666%209.88427%2065.8666%2011.4737V16.3236H64.1838V11.9645C64.1838%2011.0529%2063.8215%2010.3926%2062.8924%2010.3926C62.1327%2010.3926%2061.3614%2010.9536%2061.3614%2012.0054V16.3236H59.6785H59.6844ZM70.7984%206.25555H72.8319L76.6476%2016.3236H74.8362L73.9655%2014.0214H69.6181L68.7649%2016.3236H66.9827L70.7984%206.25555ZM71.7801%208.24813L70.2082%2012.4553H73.3754L71.7743%208.24813H71.7801ZM79.5342%206.25555V16.3236H77.7403V6.25555H79.5342Z'%20fill='currentColor'%3e%3c/path%3e%3cpath%20d='M20.2712%209.50347C20.5186%208.76122%2020.6011%207.97773%2020.5255%207.20111C20.4499%206.42449%2020.1956%205.67537%2019.8039%205.00184C19.2197%203.98468%2018.3262%203.18057%2017.2541%202.69948C16.182%202.21839%2014.9861%202.09468%2013.8384%202.3421C13.3229%201.75791%2012.6837%201.29057%2011.969%200.974425C11.2542%200.658279%2010.4845%200.493334%209.70098%200.500206C8.52575%200.500206%207.38487%200.864461%206.42956%201.55861C5.48112%202.24588%204.77323%203.2218%204.40898%204.33519C3.64611%204.49326%202.92447%204.8094%202.29218%205.26988C1.65989%205.73035%201.13069%206.31453%200.745815%206.99493C0.154761%208.01209%20-0.092653%209.18733%200.0310561%2010.3557C0.154765%2011.5241%200.642724%2012.6237%201.43309%2013.4965C1.18567%2014.2388%201.1032%2015.0223%201.1788%2015.7989C1.26127%2016.5755%201.50869%2017.3246%201.90044%2017.9982C2.48462%2019.0153%203.37807%2019.8194%204.45021%2020.3005C5.52236%2020.7816%206.71821%2020.9053%207.86596%2020.6579C8.38141%2021.2421%209.02057%2021.7094%209.73534%2022.0256C10.4501%2022.3417%2011.2198%2022.5067%2012.0033%2022.4998C13.1786%2022.4998%2014.3263%2022.1355%2015.2748%2021.4414C16.2232%2020.7541%2016.9311%2019.7782%2017.2953%2018.6579C18.0582%2018.4999%2018.7798%2018.1837%2019.4121%2017.7232C20.0444%2017.2628%2020.5668%2016.6786%2020.9585%2015.9982C21.5496%2014.981%2021.797%2013.8058%2021.6733%2012.6374C21.5496%2011.4691%2021.0616%2010.3694%2020.2712%209.50347ZM12.0515%2021.0565C10.9587%2021.0565%2010.1065%2020.7198%209.37109%2020.1012C9.40545%2020.0806%209.46043%2020.0531%209.50167%2020.0256L13.8796%2017.4965C13.9896%2017.4346%2014.0789%2017.3453%2014.1408%2017.2353C14.2026%2017.1253%2014.237%2017.0016%2014.237%2016.8779V10.7062L16.0857%2011.7783C16.0857%2011.7783%2016.1064%2011.7921%2016.1132%2011.799C16.1132%2011.8058%2016.1201%2011.8196%2016.127%2011.8265V16.9398C16.127%2019.2559%2014.1957%2021.0634%2012.0515%2021.0634V21.0565ZM3.15127%2017.2765C2.67018%2016.4449%202.49149%2015.4621%202.66331%2014.5137C2.69767%2014.5343%202.75266%2014.5687%202.79389%2014.5893L7.17182%2017.1184C7.28178%2017.1803%207.40549%2017.2147%207.5292%2017.2147C7.65291%2017.2147%207.77661%2017.1803%207.88657%2017.1184L13.2336%2014.0326V16.17C13.2336%2016.17%2013.2336%2016.1906%2013.2336%2016.2044C13.2336%2016.2113%2013.2198%2016.225%2013.2129%2016.2319L8.78691%2018.7885C7.83847%2019.3315%206.71822%2019.4827%205.65982%2019.2009C4.60142%2018.9191%203.70109%2018.225%203.15815%2017.2834L3.15127%2017.2765ZM1.99666%207.71657C2.47775%206.87809%203.24062%206.23893%204.14094%205.90904V11.1186C4.14094%2011.2423%204.17531%2011.366%204.23716%2011.4759C4.29901%2011.5859%204.38836%2011.6753%204.49833%2011.7371L9.8453%2014.823L7.99654%2015.8951C7.99654%2015.8951%207.97593%2015.902%207.96905%2015.9089C7.95531%2015.9089%207.94843%2015.9089%207.93469%2015.9089L3.50865%2013.3522C2.56022%2012.8024%201.87295%2011.9021%201.59117%2010.8505C1.30939%209.79213%201.45371%208.67187%201.99666%207.72344V7.71657ZM17.206%2011.256L11.859%208.17017L13.7078%207.10489C13.7078%207.10489%2013.7284%207.09802%2013.7353%207.09115H13.7696L18.1957%209.6478C18.8761%2010.0395%2019.4259%2010.6169%2019.7901%2011.311C20.1544%2012.0051%2020.3056%2012.7886%2020.2437%2013.5653C20.175%2014.3487%2019.8864%2015.091%2019.4121%2015.7095C18.9379%2016.335%2018.2988%2016.8092%2017.5634%2017.0772V11.8677C17.5634%2011.744%2017.529%2011.6203%2017.4672%2011.5103C17.4053%2011.4003%2017.316%2011.311%2017.206%2011.2491V11.256ZM19.0479%208.47944C19.0479%208.47944%2018.9585%208.42446%2018.9173%208.40384L14.5394%205.87468C14.4294%205.81282%2014.3057%205.77846%2014.182%205.77846C14.0583%205.77846%2013.9277%205.81282%2013.8246%205.87468L8.47763%208.96053V6.82311C8.47763%206.82311%208.47763%206.80249%208.47763%206.78875C8.47763%206.78188%208.49138%206.76813%208.49826%206.76126L12.9243%204.2046C13.6047%203.81286%2014.3744%203.62042%2015.1579%203.65479C15.9414%203.68915%2016.6974%203.94344%2017.3366%204.39017C17.9757%204.83689%2018.4774%205.46231%2018.7798%206.18395C19.0822%206.90558%2019.1716%207.70282%2019.041%208.47257L19.0479%208.47944ZM7.46735%2012.2938L5.61858%2011.2217C5.61858%2011.2217%205.59796%2011.2079%205.59109%2011.201C5.59109%2011.1942%205.58422%2011.1804%205.57735%2011.1735V6.06024C5.57735%205.27675%205.80414%204.51388%206.22338%203.84722C6.64261%203.18744%207.24054%202.65824%207.95531%202.32835C8.6632%201.99846%209.45356%201.87475%2010.2302%201.97097C11.0068%202.07406%2011.7422%202.39021%2012.3401%202.89191C12.3057%202.91253%2012.2508%202.94002%2012.2095%202.96751L7.8316%205.49668C7.72164%205.55853%207.63229%205.64788%207.57043%205.75784C7.50858%205.8678%207.47422%205.99151%207.47422%206.11522V12.2869L7.46735%2012.2938ZM8.47076%2010.1289L10.8487%208.75435L13.2267%2010.1289V12.878L10.8487%2014.2525L8.47076%2012.878V10.1289Z'%20fill='currentColor'%3e%3c/path%3e%3c/svg%3e";
1
+ const e = "data:image/svg+xml,%3csvg%20viewBox='0%200%2023%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.7482%200H18.8887C21.641%203.93959%2021.6571%2010.0462%2018.8887%2014H20.7482C23.516%2010.0462%2023.4999%203.93959%2020.7482%200Z'%20fill='%2308060D'/%3e%3cpath%20d='M2.07027%203.05176e-05C-0.682028%203.93963%20-0.698142%2010.0463%202.07027%2014H3.92985C1.16208%2010.0463%201.1782%203.93963%203.92985%203.05176e-05H2.07027Z'%20fill='%2308060D'/%3e%3cpath%20d='M12.0135%2013.6771C11.815%2013.9297%2011.4089%2013.7892%2011.4089%2013.4682V10.3853C11.4089%2010.0114%2011.106%209.70846%2010.7321%209.70846H7.32818C7.05295%209.70846%206.89245%209.39713%207.05295%209.17347L9.29089%206.04023C9.61124%205.59225%209.29089%204.9696%208.73979%204.9696H4.62036C4.34513%204.9696%204.18463%204.65828%204.34512%204.43461L7.24632%200.372548C7.31013%200.283598%207.41262%200.230743%207.52155%200.230743H16.1671C16.4424%200.230743%2016.6029%200.542069%2016.4424%200.765734L14.2044%203.89897C13.8841%204.34695%2014.2044%204.9696%2014.7555%204.9696H18.1595C18.4418%204.9696%2018.6004%205.29511%2018.4257%205.51748L12.0142%2013.6777L12.0135%2013.6771Z'%20fill='%23863BFF'/%3e%3cmask%20id='mask0_242_20846'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='4'%20y='0'%20width='15'%20height='14'%3e%3cpath%20d='M11.9823%2013.677C11.7838%2013.9296%2011.3777%2013.7891%2011.3777%2013.4681V10.3852C11.3777%2010.0113%2011.0747%209.70837%2010.7009%209.70837H7.29693C7.0217%209.70837%206.8612%209.39704%207.0217%209.17338L9.25964%206.04014C9.57999%205.59216%209.25964%204.96951%208.70854%204.96951H4.58911C4.31388%204.96951%204.15338%204.65818%204.31387%204.43452L7.21507%200.372457C7.27888%200.283506%207.38137%200.230652%207.4903%200.230652H16.1359C16.4111%200.230652%2016.5716%200.541978%2016.4111%200.765643L14.1732%203.89888C13.8528%204.34686%2014.1732%204.96951%2014.7243%204.96951H18.1282C18.4106%204.96951%2018.5691%205.29502%2018.3944%205.51739L11.9829%2013.6776L11.9823%2013.677Z'%20fill='black'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_242_20846)'%3e%3cg%20filter='url(%23filter0_f_242_20846)'%3e%3cellipse%20cx='1.6481'%20cy='4.39979'%20rx='1.6481'%20ry='4.39979'%20transform='matrix(0.00324134%200.999995%200.999995%20-0.00324134%202.91309%209.66077)'%20fill='%23EDE6FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_242_20846)'%3e%3cellipse%20cx='3.11172'%20cy='8.9321'%20rx='3.11172'%20ry='8.9321'%20transform='matrix(0.00324134%200.999995%200.999995%20-0.00324134%20-7.51758%202.58936)'%20fill='%23EDE6FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_242_20846)'%3e%3cellipse%20cx='1.6481'%20cy='9.12221'%20rx='1.6481'%20ry='9.12221'%20transform='matrix(0.00324134%200.999995%200.999995%20-0.00324134%20-7.8584%203.61816)'%20fill='%237E14FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_242_20846)'%3e%3cellipse%20cx='1.6481'%20cy='9.15566'%20rx='1.6481'%20ry='9.15566'%20transform='matrix(0.00324134%200.999995%200.999995%20-0.00324134%20-6.4834%209.00391)'%20fill='%237E14FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter4_f_242_20846)'%3e%3cellipse%20cx='1.6481'%20cy='9.15566'%20rx='1.6481'%20ry='9.15566'%20transform='matrix(0.00324134%200.999995%200.999995%20-0.00324134%20-6.02441%209.34766)'%20fill='%237E14FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter5_f_242_20846)'%3e%3cellipse%20cx='4.21045'%20cy='6.60625'%20rx='4.21045'%20ry='6.60625'%20transform='matrix(0.0584509%20-0.99829%20-0.99829%20-0.0584509%2026.4971%208.26871)'%20fill='%23EDE6FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter6_f_242_20846)'%3e%3cellipse%20cx='1.03839'%20cy='6.43346'%20rx='1.03839'%20ry='6.43346'%20transform='matrix(-0.0172986%20-0.99985%20-0.99985%200.0172986%2026.9297%205.63535)'%20fill='%237E14FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter7_f_242_20846)'%3e%3cellipse%20cx='1.03839'%20cy='6.43346'%20rx='1.03839'%20ry='6.43346'%20transform='matrix(-0.0172986%20-0.99985%20-0.99985%200.0172986%2026.9297%205.63535)'%20fill='%237E14FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter8_f_242_20846)'%3e%3cellipse%20cx='4.36576'%20cy='2.91514'%20rx='1.31855'%20ry='8.70955'%20transform='rotate(39.5103%204.36576%202.91514)'%20fill='%237E14FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter9_f_242_20846)'%3e%3cellipse%20cx='18.4697'%20cy='-1.59207'%20rx='1.31855'%20ry='8.70955'%20transform='rotate(37.8923%2018.4697%20-1.59207)'%20fill='%237E14FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter10_f_242_20846)'%3e%3cellipse%20cx='16.6417'%20cy='2.12577'%20rx='1.78679'%20ry='2.89199'%20transform='rotate(37.8923%2016.6417%202.12577)'%20fill='%2347BFFF'/%3e%3c/g%3e%3cg%20filter='url(%23filter11_f_242_20846)'%3e%3cellipse%20cx='3.68841'%20cy='11.7003'%20rx='1.31855'%20ry='8.70955'%20transform='rotate(37.8923%203.68841%2011.7003)'%20fill='%237E14FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter12_f_242_20846)'%3e%3cellipse%20cx='3.68841'%20cy='11.7003'%20rx='1.31855'%20ry='8.70955'%20transform='rotate(37.8923%203.68841%2011.7003)'%20fill='%237E14FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter13_f_242_20846)'%3e%3cellipse%20cx='14.9179'%20cy='9.17936'%20rx='1.31855'%20ry='8.70955'%20transform='rotate(37.8923%2014.9179%209.17936)'%20fill='%237E14FF'/%3e%3c/g%3e%3cg%20filter='url(%23filter14_f_242_20846)'%3e%3cellipse%20cx='15.7453'%20cy='9.92533'%20rx='1.78679'%20ry='4.57726'%20transform='rotate(37.8923%2015.7453%209.92533)'%20fill='%2347BFFF'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_242_20846'%20x='-1.66562'%20y='5.06287'%20width='17.967'%20height='12.4635'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='2.29179'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_242_20846'%20x='-12.0914'%20y='-2.02332'%20width='27.0314'%20height='15.3908'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='2.29179'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_242_20846'%20x='-10.6037'%20y='0.838165'%20width='23.7454'%20height='8.79703'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_242_20846'%20x='-9.22867'%20y='6.22382'%20width='23.8118'%20height='8.79703'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter4_f_242_20846'%20x='-8.76968'%20y='6.56757'%20width='23.8118'%20height='8.79703'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter5_f_242_20846'%20x='8.96524'%20y='-5.12549'%20width='22.3664'%20height='17.6096'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='2.29179'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter6_f_242_20846'%20x='11.2967'%20y='0.91397'%20width='18.3655'%20height='7.58884'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter7_f_242_20846'%20x='11.2967'%20y='0.91397'%20width='18.3655'%20height='7.58884'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter8_f_242_20846'%20x='-4.01871'%20y='-6.60739'%20width='16.7698'%20height='19.045'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter9_f_242_20846'%20x='10.2694'%20y='-11.2637'%20width='16.4007'%20height='19.3433'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter10_f_242_20846'%20x='11.6239'%20y='-3.15738'%20width='10.0355'%20height='10.5663'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter11_f_242_20846'%20x='-4.51187'%20y='2.02869'%20width='16.4007'%20height='19.3433'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter12_f_242_20846'%20x='-4.51187'%20y='2.02869'%20width='16.4007'%20height='19.3433'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter13_f_242_20846'%20x='6.71762'%20y='-0.49228'%20width='16.4007'%20height='19.3433'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3cfilter%20id='filter14_f_242_20846'%20x='9.84946'%20y='3.39893'%20width='11.7913'%20height='13.0528'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='1.37508'%20result='effect1_foregroundBlur_242_20846'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e";
2
2
  export {
3
- C as default
3
+ e as default
4
4
  };
package/dist/index51.js CHANGED
@@ -1,4 +1,51 @@
1
- const C = "data:image/svg+xml,%3csvg%20width='201'%20height='54'%20viewBox='0%200%20201%2054'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_20_3)'%3e%3cpath%20d='M18%2018H0V36L18%2054V36H36L18%2018H36V0H0L18%2018Z'%20fill='black'/%3e%3cpath%20d='M63.3701%2041.8904H69.3801V28.9404H83.7001V23.9004H69.3801V15.7704H84.7701V10.6104H63.3701V41.8904Z'%20fill='black'/%3e%3cpath%20d='M98.1699%2019.5295C96.7099%2019.5295%2095.5499%2019.8595%2094.6799%2020.5195C93.8099%2021.1795%2093.1799%2022.1595%2092.7699%2023.4595H92.7099V19.7195H87.1699V41.8895H92.9199V29.6095C92.9199%2028.4595%2093.1099%2027.5095%2093.4999%2026.7395C93.8899%2025.9795%2094.4099%2025.4095%2095.0899%2025.0295C95.7699%2024.6495%2096.5199%2024.4595%2097.3599%2024.4595C97.8899%2024.4595%2098.3999%2024.4695%2098.8899%2024.4995C99.3799%2024.5295%2099.7299%2024.5595%2099.9399%2024.5795V19.5995C99.7199%2019.5895%2099.4599%2019.5695%2099.1599%2019.5495C98.8699%2019.5295%2098.5399%2019.5195%2098.1699%2019.5195V19.5295Z'%20fill='black'/%3e%3cpath%20d='M117.48%2022.7898H117.42C116.97%2022.0098%20116.41%2021.3598%20115.74%2020.8398C115.07%2020.3198%20114.32%2019.9298%20113.48%2019.6598C112.65%2019.3898%20111.75%2019.2598%20110.78%2019.2598C108.89%2019.2598%20107.22%2019.7498%20105.78%2020.7198C104.34%2021.6898%20103.21%2023.0398%20102.41%2024.7698C101.61%2026.4998%20101.2%2028.4998%20101.2%2030.7798C101.2%2033.0598%20101.6%2035.1098%20102.4%2036.8498C103.2%2038.5898%20104.32%2039.9398%20105.76%2040.8998C107.2%2041.8598%20108.89%2042.3498%20110.82%2042.3498C111.79%2042.3498%20112.69%2042.2098%20113.52%2041.9198C114.35%2041.6298%20115.1%2041.2098%20115.77%2040.6598C116.44%2040.1098%20116.98%2039.4098%20117.42%2038.5698H117.5V41.8898H123.11V19.7198H117.48V22.7898ZM117.03%2034.3998C116.57%2035.4198%20115.94%2036.2098%20115.12%2036.7698C114.3%2037.3298%20113.34%2037.6098%20112.23%2037.6098C111.19%2037.6098%20110.28%2037.3398%20109.5%2036.8098C108.72%2036.2798%20108.11%2035.4998%20107.67%2034.4898C107.24%2033.4798%20107.02%2032.2398%20107.02%2030.7798C107.02%2029.3198%20107.24%2028.0698%20107.67%2027.0598C108.1%2026.0498%20108.71%2025.2798%20109.5%2024.7498C110.29%2024.2198%20111.19%2023.9498%20112.23%2023.9498C113.34%2023.9498%20114.3%2024.2298%20115.12%2024.7898C115.94%2025.3498%20116.58%2026.1398%20117.03%2027.1598C117.49%2028.1798%20117.71%2029.3898%20117.71%2030.7698C117.71%2032.1498%20117.48%2033.3598%20117.03%2034.3798V34.3998Z'%20fill='black'/%3e%3cpath%20d='M156.76%2020.1903C155.64%2019.5803%20154.38%2019.2803%20152.98%2019.2803C151.75%2019.2803%20150.62%2019.5003%20149.6%2019.9303C148.58%2020.3603%20147.71%2020.9803%20147%2021.7903C146.54%2022.3103%20146.18%2022.8903%20145.9%2023.5203C145.52%2022.3903%20144.86%2021.4603%20143.91%2020.7303C142.66%2019.7603%20141.19%2019.2803%20139.5%2019.2803C138.46%2019.2803%20137.48%2019.4703%20136.54%2019.8603C135.6%2020.2403%20134.78%2020.8403%20134.07%2021.6303C133.56%2022.2003%20133.14%2022.8803%20132.8%2023.6603V19.7203H127.26V41.8903H133.01V28.7203C133.01%2027.7103%20133.2%2026.8603%20133.58%2026.1703C133.96%2025.4803%20134.47%2024.9503%20135.1%2024.6003C135.74%2024.2403%20136.43%2024.0603%20137.19%2024.0603C138.34%2024.0603%20139.27%2024.4103%20139.98%2025.1203C140.69%2025.8303%20141.05%2026.7803%20141.05%2027.9603V41.8803H146.61V28.4003C146.61%2027.5503%20146.78%2026.7903%20147.11%2026.1303C147.44%2025.4703%20147.92%2024.9603%20148.53%2024.6003C149.14%2024.2403%20149.87%2024.0503%20150.72%2024.0503C151.8%2024.0503%20152.72%2024.3803%20153.49%2025.0503C154.26%2025.7103%20154.64%2026.7503%20154.64%2028.1703V41.8803H160.37V27.2203C160.37%2025.5003%20160.04%2024.0503%20159.39%2022.8603C158.74%2021.6803%20157.85%2020.7803%20156.73%2020.1703L156.76%2020.1903Z'%20fill='black'/%3e%3cpath%20d='M182.08%2022.4297C181.14%2021.4097%20180%2020.6197%20178.69%2020.0597C177.37%2019.4997%20175.9%2019.2197%20174.28%2019.2197C172.18%2019.2197%20170.32%2019.7197%20168.71%2020.7097C167.09%2021.6997%20165.83%2023.0797%20164.91%2024.8297C163.99%2026.5797%20163.53%2028.5797%20163.53%2030.8297C163.53%2033.0797%20163.98%2035.0597%20164.87%2036.7997C165.77%2038.5397%20167.04%2039.9097%20168.68%2040.8997C170.32%2041.8897%20172.26%2042.3897%20174.49%2042.3897C176.25%2042.3897%20177.86%2042.0697%20179.32%2041.4397C180.78%2040.8097%20181.98%2039.9397%20182.94%2038.8297C183.9%2037.7197%20184.52%2036.4297%20184.8%2034.9797H179.49C179.29%2035.5697%20178.98%2036.0897%20178.54%2036.5397C178.1%2036.9897%20177.56%2037.3497%20176.9%2037.5997C176.24%2037.8497%20175.49%2037.9797%20174.65%2037.9797C173.47%2037.9797%20172.48%2037.7297%20171.66%2037.2197C170.84%2036.7197%20170.21%2036.0097%20169.78%2035.0997C169.39%2034.2797%20169.18%2033.3297%20169.14%2032.2697H185.02V30.7197C185.02%2029.0297%20184.76%2027.4797%20184.25%2026.0697C183.74%2024.6597%20183.01%2023.4497%20182.07%2022.4297H182.08ZM169.19%2028.4797C169.28%2027.6997%20169.47%2026.9897%20169.78%2026.3697C170.21%2025.5097%20170.82%2024.8397%20171.61%2024.3697C172.4%2023.8997%20173.33%2023.6697%20174.39%2023.6697C175.45%2023.6697%20176.42%2023.8997%20177.2%2024.3697C177.98%2024.8397%20178.59%2025.4997%20179.02%2026.3697C179.33%2026.9897%20179.52%2027.6997%20179.61%2028.4797H169.2H169.19Z'%20fill='black'/%3e%3cpath%20d='M200.09%2019.5603C199.8%2019.5403%20199.47%2019.5303%20199.1%2019.5303C197.64%2019.5303%20196.48%2019.8603%20195.61%2020.5203C194.74%2021.1803%20194.11%2022.1603%20193.7%2023.4603H193.64V19.7203H188.1V41.8903H193.85V29.6103C193.85%2028.4603%20194.04%2027.5103%20194.43%2026.7403C194.81%2025.9803%20195.34%2025.4103%20196.01%2025.0303C196.68%2024.6503%20197.44%2024.4603%20198.28%2024.4603C198.81%2024.4603%20199.32%2024.4703%20199.81%2024.5003C200.3%2024.5303%20200.65%2024.5603%20200.86%2024.5803V19.6003C200.64%2019.5903%20200.38%2019.5703%20200.08%2019.5503L200.09%2019.5603Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_20_3'%3e%3crect%20width='200.87'%20height='54'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
1
+ import { Chart as e, registerables as r } from "./index52.js";
2
+ import { Animation as a, Animations as n, ArcElement as i, BarController as m, BarElement as s, BasePlatform as c, BasicPlatform as C, BubbleController as S, CategoryScale as g, Colors as f, DatasetController as u, Decimation as P, DomPlatform as d, DoughnutController as p, Element as L, Filler as B, Interaction as E, Legend as T, LineController as b, LineElement as A, LinearScale as D, LogarithmicScale as h, PieController as y, PointElement as x, PolarAreaController as R, RadarController as _, RadialLinearScale as F, Scale as I, ScatterController as j, SubTitle as k, TimeScale as q, TimeSeriesScale as v, Title as w, Tooltip as z, _adapters as G, _detectPlatform as H, animator as J, controllers as K, elements as M, layouts as N, plugins as O, registry as Q, scales as U } from "./index52.js";
3
+ e.register(...r);
2
4
  export {
3
- C as default
5
+ a as Animation,
6
+ n as Animations,
7
+ i as ArcElement,
8
+ m as BarController,
9
+ s as BarElement,
10
+ c as BasePlatform,
11
+ C as BasicPlatform,
12
+ S as BubbleController,
13
+ g as CategoryScale,
14
+ e as Chart,
15
+ f as Colors,
16
+ u as DatasetController,
17
+ P as Decimation,
18
+ d as DomPlatform,
19
+ p as DoughnutController,
20
+ L as Element,
21
+ B as Filler,
22
+ E as Interaction,
23
+ T as Legend,
24
+ b as LineController,
25
+ A as LineElement,
26
+ D as LinearScale,
27
+ h as LogarithmicScale,
28
+ y as PieController,
29
+ x as PointElement,
30
+ R as PolarAreaController,
31
+ _ as RadarController,
32
+ F as RadialLinearScale,
33
+ I as Scale,
34
+ j as ScatterController,
35
+ k as SubTitle,
36
+ q as TimeScale,
37
+ v as TimeSeriesScale,
38
+ w as Title,
39
+ z as Tooltip,
40
+ G as _adapters,
41
+ H as _detectPlatform,
42
+ J as animator,
43
+ K as controllers,
44
+ e as default,
45
+ M as elements,
46
+ N as layouts,
47
+ O as plugins,
48
+ r as registerables,
49
+ Q as registry,
50
+ U as scales
4
51
  };