@voidzero-dev/vitepress-theme 0.1.35 → 0.1.36

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 (94) hide show
  1. package/dist/index100.js +6 -6
  2. package/dist/index101.js +4 -32
  3. package/dist/index102.js +4 -57
  4. package/dist/index103.js +6 -8
  5. package/dist/index104.js +29 -10
  6. package/dist/index105.js +55 -56
  7. package/dist/index106.js +9 -6
  8. package/dist/index107.js +13 -38
  9. package/dist/index108.js +58 -21
  10. package/dist/index109.js +6 -25
  11. package/dist/index110.js +39 -10
  12. package/dist/index111.js +20 -56
  13. package/dist/index112.js +25 -36
  14. package/dist/index113.js +10 -119
  15. package/dist/index114.js +54 -89
  16. package/dist/index115.js +34 -6
  17. package/dist/index116.js +112 -432
  18. package/dist/index117.js +92 -33
  19. package/dist/index118.js +6 -1200
  20. package/dist/index119.js +438 -3
  21. package/dist/index120.js +5 -1735
  22. package/dist/index121.js +1735 -5
  23. package/dist/index122.js +1 -1
  24. package/dist/index27.js +1 -1
  25. package/dist/index3.js +3 -3
  26. package/dist/index30.js +8 -8
  27. package/dist/index34.js +12 -12
  28. package/dist/index36.js +7 -7
  29. package/dist/index38.js +7 -7
  30. package/dist/index4.js +10 -10
  31. package/dist/index40.js +18 -2
  32. package/dist/index41.js +18 -84
  33. package/dist/index42.js +18 -66
  34. package/dist/index43.js +23 -51
  35. package/dist/index44.js +2 -76
  36. package/dist/index45.js +30 -22
  37. package/dist/index46.js +2 -30
  38. package/dist/index47.js +2 -26
  39. package/dist/index48.js +2 -26
  40. package/dist/index49.js +2 -26
  41. package/dist/index50.js +2 -26
  42. package/dist/index51.js +2 -18
  43. package/dist/index52.js +2 -18
  44. package/dist/index53.js +2 -18
  45. package/dist/index54.js +2 -2
  46. package/dist/index55.js +2 -2
  47. package/dist/index56.js +2 -2
  48. package/dist/index57.js +2 -2
  49. package/dist/index58.js +2 -2
  50. package/dist/index59.js +2 -2
  51. package/dist/index6.js +1 -1
  52. package/dist/index60.js +2 -2
  53. package/dist/index61.js +1 -1
  54. package/dist/index62.js +2 -2
  55. package/dist/index63.js +2 -2
  56. package/dist/index64.js +2 -2
  57. package/dist/index65.js +1 -1
  58. package/dist/index66.js +2 -49
  59. package/dist/index67.js +84 -43
  60. package/dist/index68.js +64 -2585
  61. package/dist/index69.js +50 -48
  62. package/dist/index7.js +1 -1
  63. package/dist/index70.js +76 -7207
  64. package/dist/index71.js +24 -12
  65. package/dist/index72.js +29 -21
  66. package/dist/index73.js +26 -124
  67. package/dist/index74.js +26 -2
  68. package/dist/index75.js +26 -2
  69. package/dist/index76.js +26 -2
  70. package/dist/index77.js +1 -1
  71. package/dist/index78.js +49 -2
  72. package/dist/index79.js +44 -26
  73. package/dist/index8.js +2 -2
  74. package/dist/index80.js +2585 -32
  75. package/dist/index81.js +51 -2
  76. package/dist/index82.js +7207 -2
  77. package/dist/index83.js +14 -2
  78. package/dist/index84.js +1 -1
  79. package/dist/index85.js +22 -2
  80. package/dist/index86.js +124 -2
  81. package/dist/index87.js +2 -2
  82. package/dist/index88.js +5324 -2
  83. package/dist/index89.js +2 -2
  84. package/dist/index90.js +1 -1
  85. package/dist/index91.js +1 -1
  86. package/dist/index92.js +1 -1
  87. package/dist/index93.js +1 -1
  88. package/dist/index94.js +2 -5324
  89. package/dist/index95.js +2 -2
  90. package/dist/index96.js +3 -9
  91. package/dist/index97.js +32 -6
  92. package/dist/index98.js +1201 -4
  93. package/dist/index99.js +10 -4
  94. package/package.json +1 -1
package/dist/index71.js CHANGED
@@ -1,16 +1,28 @@
1
- const u = (t, n) => t == null ? n : n == null ? t : Math.max(t, n), a = /* @__PURE__ */ new WeakMap(), f = {
2
- onUpdate(t, n, o) {
3
- if (a.set(o, void 0), !o.computedTrend)
4
- return;
5
- const r = n.integer.concat(n.fraction).filter((e) => e.type === "integer" || e.type === "fraction"), i = t.integer.concat(t.fraction).filter((e) => e.type === "integer" || e.type === "fraction"), p = r.find((e) => !i.find((l) => l.pos === e.pos && l.value === e.value)), s = i.find((e) => !r.find((l) => e.pos === l.pos && e.value === l.value));
6
- a.set(o, u(p?.pos, s?.pos));
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 "./index120.js";
3
+ const m = { class: "font-mono text-sm text-white leading-[1.5rem]" }, f = /* @__PURE__ */ p({
4
+ __name: "TerminalAnimation1",
5
+ props: {
6
+ onAnimationComplete: { type: Function }
7
7
  },
8
- getDelta(t, n, o) {
9
- const r = t - n, i = a.get(o.flow);
10
- if (!r && i != null && i >= o.pos)
11
- return o.length * o.flow.computedTrend;
8
+ setup(a) {
9
+ const s = a;
10
+ let e;
11
+ return l(() => {
12
+ const t = document.getElementById("terminal-code");
13
+ e = new d(t, {
14
+ loop: !1,
15
+ 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();
18
+ }).start();
19
+ }), o(() => {
20
+ e && e.stop();
21
+ }), (t, n) => (i(), r("p", m, [...n[0] || (n[0] = [
22
+ c("span", { id: "terminal-code" }, null, -1)
23
+ ])]));
12
24
  }
13
- };
25
+ });
14
26
  export {
15
- f as continuous
27
+ f as default
16
28
  };
package/dist/index72.js CHANGED
@@ -1,24 +1,32 @@
1
- import { isRef as s, shallowRef as m, onMounted as b, onBeforeUnmount as O, watch as v } from "vue";
2
- import { canUseDOM as p, areOptionsEqual as R, arePluginsEqual as E } from "./index117.js";
3
- import c from "./index118.js";
4
- function d(a = {}, l = []) {
5
- const n = s(a), i = s(l);
6
- let o = n ? a.value : a, r = i ? l.value : l;
7
- const u = m(), e = m();
8
- function f() {
9
- e.value && e.value.reInit(o, r);
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 "./index120.js";
3
+ const v = { class: "font-mono text-sm text-white leading-[1.5rem]" }, h = /* @__PURE__ */ c({
4
+ __name: "TerminalAnimation2",
5
+ props: {
6
+ onAnimationComplete: { type: Function }
7
+ },
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, {
18
+ loop: !1,
19
+ 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();
22
+ }).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)
27
+ ])]));
10
28
  }
11
- return b(() => {
12
- !p() || !u.value || (c.globalOptions = d.globalOptions, e.value = c(u.value, o, r));
13
- }), O(() => {
14
- e.value && e.value.destroy();
15
- }), n && v(a, (t) => {
16
- R(o, t) || (o = t, f());
17
- }), i && v(l, (t) => {
18
- E(r, t) || (r = t, f());
19
- }), [u, e];
20
- }
21
- d.globalOptions = void 0;
29
+ });
22
30
  export {
23
- d as default
31
+ h as default
24
32
  };
package/dist/index73.js CHANGED
@@ -1,126 +1,28 @@
1
- const B = {
2
- active: !0,
3
- breakpoints: {},
4
- delay: 4e3,
5
- jump: !1,
6
- playOnInit: !0,
7
- stopOnFocusIn: !0,
8
- stopOnInteraction: !0,
9
- stopOnMouseEnter: !1,
10
- stopOnLastSnap: !1,
11
- rootNode: null
12
- };
13
- function C(l, n) {
14
- const t = l.scrollSnapList();
15
- return typeof n == "number" ? t.map(() => n) : n(t, l);
16
- }
17
- function H(l, n) {
18
- const t = l.rootNode();
19
- return n && n(t) || t;
20
- }
21
- function E(l = {}) {
22
- let n, t, r, y, u = null, c = 0, o = !1, f = !1, g = !1, p = !1;
23
- function x(e, a) {
24
- t = e;
25
- const {
26
- mergeOptions: d,
27
- optionsAtMedia: O
28
- } = a, R = d(B, E.globalOptions), W = d(R, l);
29
- if (n = O(W), t.scrollSnapList().length <= 1) return;
30
- p = n.jump, r = !1, y = C(t, n.delay);
31
- const {
32
- eventStore: m,
33
- ownerDocument: z
34
- } = t.internalEngine(), D = !!t.internalEngine().options.watchDrag, b = H(t, n.rootNode);
35
- m.add(z, "visibilitychange", h), D && t.on("pointerDown", I), D && !n.stopOnInteraction && t.on("pointerUp", w), n.stopOnMouseEnter && m.add(b, "mouseenter", A), n.stopOnMouseEnter && !n.stopOnInteraction && m.add(b, "mouseleave", L), n.stopOnFocusIn && t.on("slideFocusStart", s), n.stopOnFocusIn && !n.stopOnInteraction && m.add(t.containerNode(), "focusout", i), n.playOnInit && i();
36
- }
37
- function T() {
38
- t.off("pointerDown", I).off("pointerUp", w).off("slideFocusStart", s), s(), r = !0, o = !1;
39
- }
40
- function v() {
41
- const {
42
- ownerWindow: e
43
- } = t.internalEngine();
44
- e.clearTimeout(c), c = e.setTimeout(k, y[t.selectedScrollSnap()]), u = (/* @__PURE__ */ new Date()).getTime(), t.emit("autoplay:timerset");
45
- }
46
- function N() {
47
- const {
48
- ownerWindow: e
49
- } = t.internalEngine();
50
- e.clearTimeout(c), c = 0, u = null, t.emit("autoplay:timerstopped");
51
- }
52
- function i() {
53
- if (!r) {
54
- if (S()) {
55
- g = !0;
56
- return;
57
- }
58
- o || t.emit("autoplay:play"), v(), o = !0;
59
- }
60
- }
61
- function s() {
62
- r || (o && t.emit("autoplay:stop"), N(), o = !1);
63
- }
64
- function h() {
65
- if (S())
66
- return g = o, s();
67
- g && i();
68
- }
69
- function S() {
70
- const {
71
- ownerDocument: e
72
- } = t.internalEngine();
73
- return e.visibilityState === "hidden";
74
- }
75
- function I() {
76
- f || s();
77
- }
78
- function w() {
79
- f || i();
80
- }
81
- function A() {
82
- f = !0, s();
83
- }
84
- function L() {
85
- f = !1, i();
86
- }
87
- function F(e) {
88
- typeof e < "u" && (p = e), i();
89
- }
90
- function M() {
91
- o && s();
92
- }
93
- function U() {
94
- o && i();
95
- }
96
- function j() {
97
- return o;
98
- }
99
- function k() {
100
- const {
101
- index: e
102
- } = t.internalEngine(), a = e.clone().add(1).get(), d = t.scrollSnapList().length - 1, O = n.stopOnLastSnap && a === d;
103
- if (t.canScrollNext() ? t.scrollNext(p) : t.scrollTo(0, p), t.emit("autoplay:select"), O) return s();
104
- i();
105
- }
106
- function P() {
107
- if (!u) return null;
108
- const e = y[t.selectedScrollSnap()], a = (/* @__PURE__ */ new Date()).getTime() - u;
109
- return e - a;
110
- }
111
- return {
112
- name: "autoplay",
113
- options: l,
114
- init: x,
115
- destroy: T,
116
- play: F,
117
- stop: M,
118
- reset: U,
119
- isPlaying: j,
120
- timeUntilNext: P
121
- };
122
- }
123
- E.globalOptions = void 0;
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 "./index120.js";
3
+ const d = { class: "font-mono text-sm text-white leading-[1.5rem]" }, g = /* @__PURE__ */ i({
4
+ __name: "TerminalAnimation3",
5
+ props: {
6
+ onAnimationComplete: { type: Function }
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, {
14
+ loop: !1,
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();
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)
23
+ ])]));
24
+ }
25
+ });
124
26
  export {
125
- E as default
27
+ g as default
126
28
  };
package/dist/index74.js CHANGED
@@ -1,4 +1,28 @@
1
- const L = "data:image/svg+xml,%3csvg%20viewBox='0%200%2091%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.9572%201.57215L1.55044%2011.1106L6.57429%2016.2048L15.981%206.66636L10.9572%201.57215ZM17.5314%206.66636L6.57429%2017.777L0%2011.1106L10.9572%200L17.5314%206.66636Z'%20fill='white'/%3e%3cpath%20d='M11.5981%2011.1116L4.38286%203.7953L1.55044%206.66739L8.76572%2013.9837L11.5981%2011.1116ZM4.38286%202.22314L13.1486%2011.1116L8.76572%2015.5559L0%206.66739L4.38286%202.22314Z'%20fill='white'/%3e%3cpath%20d='M11.5981%2015.555L4.38286%208.23865L1.55044%2011.1107L8.76572%2018.4271L11.5981%2015.555ZM9.5382%2019.2159L8.76572%2019.9992L7.99324%2019.2159L8.76572%2018.4326L9.5382%2019.2159ZM4.38286%206.6665L13.1486%2015.555L8.76572%2019.9992L0%2011.1107L4.38286%206.6665Z'%20fill='white'/%3e%3cpath%20d='M9.25331%207.56717C6.6729%208.87267%203.74735%209.13377%201.09572%208.30603V10.6504L8.76572%2018.4278L12.2501%2014.8946L16.0358%207.21719C13.7896%206.40611%2011.3407%206.51167%209.25331%207.56717ZM17.5314%206.66721L13.1486%2015.5557L8.76572%2019.9999L0%2011.1115V6.66721C2.7612%208.06715%206.00452%207.97271%208.76572%206.57277C11.5269%205.17284%2014.7702%205.26728%2017.5314%206.66721Z'%20fill='white'/%3e%3cpath%20d='M33.3325%203.33301H26.7151V16.6657H30.0544V13.3326H33.0487C36.0207%2013.3326%2038.4027%2011.3938%2038.4027%208.33278C38.4027%205.6329%2036.4937%203.33301%2033.3325%203.33301ZM33.1433%209.99937H30.0544V6.66619H33.0876C34.5458%206.66619%2035.4363%207.02728%2035.4363%208.33278H35.453C35.453%209.46606%2034.6015%209.99937%2033.1433%209.99937ZM45.0814%203.33301H41.742V16.6657H50.0903V13.3326H45.0814V3.33301ZM83.9177%203.33301H78.4746V16.6657H83.9177C88.0807%2016.6657%2090.997%2013.7214%2090.997%209.99937C90.997%206.27732%2088.0807%203.33301%2083.9177%203.33301ZM83.9177%2013.3326H81.8139V6.66619H83.9177C86.2997%206.66619%2087.9082%207.65503%2087.9082%209.99937C87.9137%2012.3437%2086.3053%2013.3326%2083.9177%2013.3326ZM70.1263%203.33301H73.4656V16.6657H70.1263V3.33301ZM63.4476%2016.6657H66.7869L61.778%203.33301H58.4386L53.4297%2016.6657H56.769L57.3923%2014.9991H62.8187L63.4476%2016.6657ZM58.6501%2011.666L60.1083%207.77725L61.5665%2011.666H58.6501Z'%20fill='white'/%3e%3c/svg%3e";
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 "./index120.js";
3
+ const d = { class: "font-mono text-sm text-white leading-[1.5rem]" }, g = /* @__PURE__ */ p({
4
+ __name: "TerminalAnimation4",
5
+ props: {
6
+ onAnimationComplete: { type: Function }
7
+ },
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
+ loop: !1,
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(() => {
17
+ t.onAnimationComplete && t.onAnimationComplete();
18
+ }).start();
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
+ ])]));
24
+ }
25
+ });
2
26
  export {
3
- L as default
27
+ g as default
4
28
  };
package/dist/index75.js CHANGED
@@ -1,4 +1,28 @@
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='white'/%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='white'/%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_127_17274'%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_127_17274)'%3e%3cg%20filter='url(%23filter0_f_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274)'%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_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter4_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter5_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter6_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter7_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter8_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter9_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter10_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter11_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter12_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter13_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3cfilter%20id='filter14_f_127_17274'%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_127_17274'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e";
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 "./index120.js";
3
+ const d = { class: "font-mono text-sm text-white leading-[1.5rem]" }, x = /* @__PURE__ */ p({
4
+ __name: "TerminalAnimation5",
5
+ props: {
6
+ onAnimationComplete: { type: Function }
7
+ },
8
+ setup(n) {
9
+ const t = n;
10
+ let s;
11
+ return l(() => {
12
+ const e = document.getElementById("terminal-code");
13
+ s = new m(e, {
14
+ loop: !1,
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(() => {
17
+ t.onAnimationComplete && t.onAnimationComplete();
18
+ }).start();
19
+ }), o(() => {
20
+ s && s.stop();
21
+ }), (e, a) => (r(), i("p", d, [...a[0] || (a[0] = [
22
+ c("span", { id: "terminal-code" }, null, -1)
23
+ ])]));
24
+ }
25
+ });
2
26
  export {
3
- e as default
27
+ x as default
4
28
  };
package/dist/index76.js CHANGED
@@ -1,4 +1,28 @@
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='M11.0009%2012.8585C10.9016%2013.0351%2010.6708%2013.0854%2010.5065%2012.9662L4.77692%208.79904C4.68926%208.73523%204.6377%208.63339%204.6377%208.5251V3.50264C4.6377%203.22612%204.9516%203.06626%205.17526%203.22869L8.67977%205.77731C9.00721%206.0158%209.46937%205.91461%209.6679%205.56203L12.5704%200.402267C12.6303%200.295913%2012.7431%200.229523%2012.8656%200.229523H17.5258C17.7849%200.229523%2017.948%200.50862%2017.821%200.734219L11.0009%2012.8579V12.8585Z'%20fill='%2322FF84'/%3e%3cmask%20id='mask0_127_17311'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='4'%20y='0'%20width='14'%20height='14'%3e%3cpath%20d='M11.0009%2012.8584C10.9016%2013.035%2010.6708%2013.0853%2010.5065%2012.966L4.77692%208.79892C4.68926%208.73511%204.6377%208.63327%204.6377%208.52498V3.50251C4.6377%203.22599%204.9516%203.06614%205.17526%203.22857L8.67977%205.77719C9.00721%206.01568%209.46937%205.91448%209.6679%205.56191L12.5704%200.402145C12.6303%200.295791%2012.7431%200.229401%2012.8656%200.229401H17.5258C17.7849%200.229401%2017.948%200.508498%2017.821%200.734097L11.0009%2012.8578V12.8584Z'%20fill='black'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_127_17311)'%3e%3cg%20filter='url(%23filter0_f_127_17311)'%3e%3cellipse%20cx='4.19842'%20cy='1.01454'%20rx='4.19842'%20ry='1.01454'%20transform='matrix(-0.650065%200.759878%200.759878%200.650065%2014.4307%20-0.819458)'%20fill='%2300CCC6'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_127_17311)'%3e%3cellipse%20cx='4.19842'%20cy='1.82128'%20rx='4.19842'%20ry='1.82128'%20transform='matrix(-0.588246%20-0.808682%20-0.808682%200.588246%209.52344%2011.4861)'%20fill='%2300CCC6'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_127_17311)'%3e%3cellipse%20cx='6.56542'%20cy='3.8784'%20rx='1.90727'%20ry='1.66091'%20transform='rotate(23.1293%206.56542%203.8784)'%20fill='%2377FF00'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_127_17311)'%3e%3cellipse%20cx='16.8381'%20cy='5.00213'%20rx='1.68'%20ry='7.34113'%20transform='rotate(23.1293%2016.8381%205.00213)'%20fill='%2377FF00'/%3e%3c/g%3e%3cg%20filter='url(%23filter4_f_127_17311)'%3e%3cellipse%20cx='1.49171'%20cy='3.01287'%20rx='1.49171'%20ry='3.01287'%20transform='matrix(0.707107%20-0.707107%20-0.707107%20-0.707107%2016.4414%203.5032)'%20fill='%2397FFE2'/%3e%3c/g%3e%3c/g%3e%3cpath%20d='M2.07027%200C-0.682028%203.93959%20-0.698142%2010.0462%202.07027%2014H3.92985C1.16208%2010.0462%201.17819%203.93959%203.92985%200H2.07027Z'%20fill='white'/%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='white'/%3e%3cdefs%3e%3cfilter%20id='filter0_f_127_17311'%20x='6.88559'%20y='-2.97821'%20width='11.1741'%20height='12.0171'%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_127_17311'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_127_17311'%20x='-0.0450752'%20y='2.85095'%20width='11.2523'%20height='12.6227'%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_127_17311'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_127_17311'%20x='1.94321'%20y='-0.573395'%20width='9.24445'%20height='8.9036'%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_127_17311'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_127_17311'%20x='10.8163'%20y='-4.53174'%20width='12.0443'%20height='19.0678'%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_127_17311'/%3e%3c/filter%3e%3cfilter%20id='filter4_f_127_17311'%20x='10.2381'%20y='-4.80994'%20width='10.2552'%20height='10.2559'%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_127_17311'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e";
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 "./index120.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
+ });
2
26
  export {
3
- e as default
27
+ b as default
4
28
  };
package/dist/index77.js CHANGED
@@ -1,4 +1,4 @@
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='M16.7789%200.230591C17.0657%200.230591%2017.2224%200.565121%2017.0387%200.785563L13.9138%204.53566C13.5464%204.97654%2013.8597%205.64624%2014.434%205.64624H17.4563C17.7432%205.64624%2017.8998%205.98077%2017.7161%206.20122L11.6694%2013.4578C11.534%2013.6202%2011.2846%2013.6202%2011.1492%2013.4578L5.10256%206.20122C4.91886%205.98077%205.07549%205.64624%205.36232%205.64624H8.38405C8.95771%205.64624%209.27162%204.97654%208.90422%204.53566L5.77935%200.785563C5.59565%200.565121%205.75229%200.230591%206.03912%200.230591H16.7789Z'%20fill='%23FF5500'/%3e%3cmask%20id='mask0_127_17330'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='5'%20y='0'%20width='13'%20height='14'%3e%3cpath%20d='M16.7789%200.230652C17.0657%200.230652%2017.2224%200.565182%2017.0387%200.785624L13.9138%204.53572C13.5464%204.9766%2013.8597%205.64631%2014.434%205.64631H17.4563C17.7432%205.64631%2017.8998%205.98084%2017.7161%206.20128L11.6694%2013.4578C11.534%2013.6202%2011.2846%2013.6202%2011.1492%2013.4578L5.10256%206.20128C4.91886%205.98084%205.07549%205.64631%205.36232%205.64631H8.38405C8.95771%205.64631%209.27162%204.9766%208.90422%204.53572L5.77935%200.785624C5.59565%200.565182%205.75229%200.230652%206.03912%200.230652H16.7789Z'%20fill='black'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_127_17330)'%3e%3cg%20filter='url(%23filter0_f_127_17330)'%3e%3cellipse%20cx='1.61481'%20cy='7.05626'%20rx='1.61481'%20ry='7.05626'%20transform='matrix(-0.863806%20-0.503824%20-0.503824%200.863806%2022.8672%20-5.00403)'%20fill='%23FFE7E5'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_127_17330)'%3e%3cellipse%20cx='1.61481'%20cy='7.05626'%20rx='1.61481'%20ry='7.05626'%20transform='matrix(-0.863806%20-0.503824%20-0.503824%200.863806%2022.5234%201.87115)'%20fill='%23FFE7E5'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_127_17330)'%3e%3cellipse%20cx='5.22493'%20cy='0.432067'%20rx='1.11293'%20ry='6.53216'%20transform='rotate(-36.0929%205.22493%200.432067)'%20fill='%23FF19AF'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_127_17330)'%3e%3cellipse%20cx='6.94368'%20cy='10.204'%20rx='1.11293'%20ry='6.53216'%20transform='rotate(-36.0929%206.94368%2010.204)'%20fill='%23FF19AF'/%3e%3c/g%3e%3cg%20filter='url(%23filter4_f_127_17330)'%3e%3cellipse%20cx='1.11293'%20cy='6.53216'%20rx='1.11293'%20ry='6.53216'%20transform='matrix(-0.808063%20-0.589096%20-0.589096%200.808063%2022.3477%20-4.1907)'%20fill='%23FF19AF'/%3e%3c/g%3e%3cg%20filter='url(%23filter5_f_127_17330)'%3e%3cellipse%20cx='1.11293'%20cy='6.53216'%20rx='1.11293'%20ry='6.53216'%20transform='matrix(-0.808063%20-0.589096%20-0.589096%200.808063%2020.2852%205.58121)'%20fill='%23FF19AF'/%3e%3c/g%3e%3cg%20filter='url(%23filter6_f_127_17330)'%3e%3cellipse%20cx='1.11293'%20cy='6.53216'%20rx='1.11293'%20ry='6.53216'%20transform='matrix(-0.808063%20-0.589096%20-0.589096%200.808063%2021.3164%20-4.1907)'%20fill='%23FF19AF'/%3e%3c/g%3e%3cg%20filter='url(%23filter7_f_127_17330)'%3e%3cellipse%20cx='1.11293'%20cy='6.53216'%20rx='1.11293'%20ry='6.53216'%20transform='matrix(-0.808063%20-0.589096%20-0.589096%200.808063%2019.5977%205.58121)'%20fill='%23FF19AF'/%3e%3c/g%3e%3cg%20filter='url(%23filter8_f_127_17330)'%3e%3cellipse%20cx='5.8599'%20cy='0.904715'%20rx='1.61481'%20ry='7.05626'%20transform='rotate(-40.9103%205.8599%200.904715)'%20fill='%23D14B2A'/%3e%3c/g%3e%3cg%20filter='url(%23filter9_f_127_17330)'%3e%3cellipse%20cx='6.95834'%20cy='8.5279'%20rx='1.61481'%20ry='7.05626'%20transform='rotate(-35.8882%206.95834%208.5279)'%20fill='%23D14B2A'/%3e%3c/g%3e%3c/g%3e%3cpath%20d='M2.07027%200C-0.682028%203.93959%20-0.698142%2010.0462%202.07027%2014H3.92984C1.16207%2010.0462%201.17818%203.93959%203.92984%200H2.07027Z'%20fill='white'/%3e%3cpath%20d='M20.7473%200H18.8877C21.64%203.93959%2021.6561%2010.0462%2018.8877%2014H20.7473C23.515%2010.0462%2023.4989%203.93959%2020.7473%200Z'%20fill='white'/%3e%3cdefs%3e%3cfilter%20id='filter0_f_127_17330'%20x='12.035'%20y='-7.93499'%20width='11.7649'%20height='16.4252'%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.03131'%20result='effect1_foregroundBlur_127_17330'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_127_17330'%20x='11.6913'%20y='-1.05981'%20width='11.7649'%20height='16.4252'%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.03131'%20result='effect1_foregroundBlur_127_17330'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_127_17330'%20x='-0.790154'%20y='-6.95007'%20width='12.0305'%20height='14.7643'%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.03131'%20result='effect1_foregroundBlur_127_17330'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_127_17330'%20x='0.928596'%20y='2.82185'%20width='12.0305'%20height='14.7643'%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.03131'%20result='effect1_foregroundBlur_127_17330'/%3e%3c/filter%3e%3cfilter%20id='filter4_f_127_17330'%20x='11.5848'%20y='-6.95007'%20width='12.0305'%20height='14.7643'%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.03131'%20result='effect1_foregroundBlur_127_17330'/%3e%3c/filter%3e%3cfilter%20id='filter5_f_127_17330'%20x='9.52235'%20y='2.82185'%20width='12.0305'%20height='14.7643'%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.03131'%20result='effect1_foregroundBlur_127_17330'/%3e%3c/filter%3e%3cfilter%20id='filter6_f_127_17330'%20x='10.5536'%20y='-6.95007'%20width='12.0305'%20height='14.7643'%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.03131'%20result='effect1_foregroundBlur_127_17330'/%3e%3c/filter%3e%3cfilter%20id='filter7_f_127_17330'%20x='8.83485'%20y='2.82185'%20width='12.0305'%20height='14.7643'%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.03131'%20result='effect1_foregroundBlur_127_17330'/%3e%3c/filter%3e%3cfilter%20id='filter8_f_127_17330'%20x='-0.983514'%20y='-6.59545'%20width='13.6868'%20height='15.0003'%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.03131'%20result='effect1_foregroundBlur_127_17330'/%3e%3c/filter%3e%3cfilter%20id='filter9_f_127_17330'%20x='0.556525'%20y='0.669807'%20width='12.8039'%20height='15.7162'%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.03131'%20result='effect1_foregroundBlur_127_17330'/%3e%3c/filter%3e%3c/defs%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
3
  e as default
4
4
  };
package/dist/index78.js CHANGED
@@ -1,4 +1,51 @@
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='white'/%3e%3cpath%20d='M2.07027%200C-0.682028%203.93959%20-0.698142%2010.0462%202.07027%2014H3.92985C1.16208%2010.0462%201.1782%203.93959%203.92985%200H2.07027Z'%20fill='white'/%3e%3cpath%20d='M13.4394%202.26107C13.4394%202.63492%2013.7423%202.93787%2014.1162%202.93787H16.6842C16.9858%202.93787%2017.1366%203.30269%2016.9233%203.5154L13.6373%206.8014C13.5103%206.92838%2013.4388%207.10048%2013.4388%207.28032V8.4038C13.4388%208.87111%2013.9022%209.19533%2014.3121%208.97231C14.7298%208.74542%2015.1185%208.47083%2015.4698%208.15628C15.609%208.03188%2015.823%208.03059%2015.9551%208.16338L18.3484%2010.5567C18.4806%2010.6888%2018.4812%2010.9034%2018.3446%2011.0311C16.5295%2012.7295%2014.0898%2013.7698%2011.4077%2013.7698C8.72568%2013.7698%206.286%2012.7295%204.4709%2011.0311C4.33425%2010.9034%204.33489%2010.6888%204.46703%2010.5567L6.86031%208.16338C6.99244%208.03124%207.20644%208.03188%207.34567%208.15628C7.69696%208.47083%208.08563%208.74542%208.50331%208.97231C8.9139%209.19533%209.3767%208.87111%209.3767%208.4038V7.28032C9.3767%207.10048%209.30515%206.92838%209.17817%206.8014L5.89217%203.5154C5.67881%203.30205%205.82964%202.93787%206.1313%202.93787H8.69926C9.07311%202.93787%209.37605%202.63492%209.37605%202.26107V0.568439C9.37605%200.381515%209.52753%200.230042%209.71445%200.230042H13.0991C13.286%200.230042%2013.4375%200.381515%2013.4375%200.568439V2.26107H13.4394Z'%20fill='%2332F3EF'/%3e%3cmask%20id='mask0_127_17352'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='4'%20y='0'%20width='15'%20height='14'%3e%3cpath%20d='M13.4394%202.26083C13.4394%202.63468%2013.7423%202.93762%2014.1162%202.93762H16.6842C16.9858%202.93762%2017.1366%203.30245%2016.9233%203.51516L13.6373%206.80116C13.5103%206.92814%2013.4388%207.10024%2013.4388%207.28007V8.40355C13.4388%208.87087%2013.9022%209.19508%2014.3121%208.97206C14.7298%208.74518%2015.1185%208.47059%2015.4698%208.15604C15.609%208.03164%2015.823%208.03035%2015.9551%208.16313L18.3484%2010.5564C18.4806%2010.6885%2018.4812%2010.9032%2018.3446%2011.0308C16.5295%2012.7292%2014.0898%2013.7696%2011.4077%2013.7696C8.72568%2013.7696%206.286%2012.7292%204.4709%2011.0308C4.33425%2010.9032%204.33489%2010.6885%204.46703%2010.5564L6.86031%208.16313C6.99244%208.03099%207.20644%208.03164%207.34567%208.15604C7.69696%208.47059%208.08563%208.74518%208.50331%208.97206C8.9139%209.19508%209.3767%208.87087%209.3767%208.40355V7.28007C9.3767%207.10024%209.30515%206.92814%209.17817%206.80116L5.89217%203.51516C5.67881%203.3018%205.82964%202.93762%206.1313%202.93762H8.69926C9.07311%202.93762%209.37605%202.63468%209.37605%202.26083V0.568195C9.37605%200.381271%209.52753%200.229797%209.71445%200.229797H13.0991C13.286%200.229797%2013.4375%200.381271%2013.4375%200.568195V2.26083H13.4394Z'%20fill='%23D9D9D9'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_127_17352)'%3e%3cg%20filter='url(%23filter0_f_127_17352)'%3e%3cellipse%20cx='1.38174'%20cy='6.43346'%20rx='1.38174'%20ry='6.43346'%20transform='matrix(0%20-1%20-1%200%2017.8027%2015.3685)'%20fill='%23AEFFFB'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_127_17352)'%3e%3cellipse%20cx='1.38174'%20cy='6.43346'%20rx='1.38174'%20ry='6.43346'%20transform='matrix(-0.369097%20-0.929391%20-0.929391%200.369097%2023.2998%2012.3085)'%20fill='%2300FF88'/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_127_17352)'%3e%3cellipse%20cx='5.92474'%20cy='13.3989'%20rx='1.38174'%20ry='6.43346'%20transform='rotate(-68.3401%205.92474%2013.3989)'%20fill='%23195EFF'/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_127_17352)'%3e%3cellipse%20cx='13.9216'%20cy='8.87483'%20rx='1.11165'%20ry='1.87557'%20transform='rotate(-135.197%2013.9216%208.87483)'%20fill='%23AEFFFB'/%3e%3c/g%3e%3cg%20filter='url(%23filter4_f_127_17352)'%3e%3cellipse%20cx='14.4948'%20cy='7.84358'%20rx='1.11165'%20ry='1.87557'%20transform='rotate(-135.197%2014.4948%207.84358)'%20fill='%23195EFF'/%3e%3c/g%3e%3cg%20filter='url(%23filter5_f_127_17352)'%3e%3cellipse%20cx='14.3806'%20cy='2.11403'%20rx='1.11165'%20ry='1.87557'%20transform='rotate(-135.197%2014.3806%202.11403)'%20fill='%23AEFFFB'/%3e%3c/g%3e%3cg%20filter='url(%23filter6_f_127_17352)'%3e%3cellipse%20cx='14.7233'%20cy='1.65571'%20rx='1.11165'%20ry='1.87557'%20transform='rotate(-135.197%2014.7233%201.65571)'%20fill='%23195EFF'/%3e%3c/g%3e%3cg%20filter='url(%23filter7_f_127_17352)'%3e%3cellipse%20cx='1.11165'%20cy='1.87557'%20rx='1.11165'%20ry='1.87557'%20transform='matrix(0.709532%20-0.704673%20-0.704673%20-0.709532%209.52734%2011.2181)'%20fill='%23AEFFFB'/%3e%3c/g%3e%3cg%20filter='url(%23filter8_f_127_17352)'%3e%3cellipse%20cx='1.11165'%20cy='1.87557'%20rx='1.11165'%20ry='1.87557'%20transform='matrix(0.709532%20-0.704673%20-0.704673%20-0.709532%208.72461%2010.1868)'%20fill='%23195EFF'/%3e%3c/g%3e%3cg%20filter='url(%23filter9_f_127_17352)'%3e%3cellipse%20cx='1.11165'%20cy='1.87557'%20rx='1.11165'%20ry='1.87557'%20transform='matrix(0.709532%20-0.704673%20-0.704673%20-0.709532%208.72461%204.22815)'%20fill='%23AEFFFB'/%3e%3c/g%3e%3cg%20filter='url(%23filter10_f_127_17352)'%3e%3cellipse%20cx='1.11165'%20cy='1.87557'%20rx='1.11165'%20ry='1.87557'%20transform='matrix(0.709532%20-0.704673%20-0.704673%20-0.709532%208.61035%203.54068)'%20fill='%23195EFF'/%3e%3c/g%3e%3cg%20filter='url(%23filter11_f_127_17352)'%3e%3cellipse%20cx='1.11165'%20cy='3.57538'%20rx='1.11165'%20ry='3.57538'%20transform='matrix(0.709532%20-0.704673%20-0.704673%20-0.709532%208.83984%208.81177)'%20fill='%23195EFF'/%3e%3c/g%3e%3cg%20filter='url(%23filter12_f_127_17352)'%3e%3cellipse%20cx='16.0364'%20cy='4.57489'%20rx='1.11165'%20ry='3.57538'%20transform='rotate(-135.197%2016.0364%204.57489)'%20fill='%2300FF88'/%3e%3c/g%3e%3cg%20filter='url(%23filter13_f_127_17352)'%3e%3cellipse%20cx='1.38174'%20cy='6.43346'%20rx='1.38174'%20ry='6.43346'%20transform='matrix(0%20-1%20-1%200%2017.8027%2015.9414)'%20fill='%23195EFF'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_127_17352'%20x='2.18539'%20y='9.85483'%20width='18.3675'%20height='8.2638'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_127_17352'%20x='8.05942'%20y='7.9487'%20width='17.5023'%20height='10.9005'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter2_f_127_17352'%20x='-2.82633'%20y='7.9487'%20width='17.5023'%20height='10.9005'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter3_f_127_17352'%20x='9.63168'%20y='4.58023'%20width='8.57941'%20height='8.58923'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter4_f_127_17352'%20x='10.2049'%20y='3.54898'%20width='8.57941'%20height='8.58923'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter5_f_127_17352'%20x='10.0907'%20y='-2.18057'%20width='8.57941'%20height='8.5892'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter6_f_127_17352'%20x='10.4334'%20y='-2.63889'%20width='8.57941'%20height='8.5892'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter7_f_127_17352'%20x='4.70492'%20y='4.80942'%20width='8.57941'%20height='8.58923'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter8_f_127_17352'%20x='3.90219'%20y='3.77811'%20width='8.57941'%20height='8.58923'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter9_f_127_17352'%20x='3.90219'%20y='-2.18057'%20width='8.57941'%20height='8.5892'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter10_f_127_17352'%20x='3.78793'%20y='-2.86804'%20width='8.57941'%20height='8.5892'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter11_f_127_17352'%20x='1.7186'%20y='0.0856926'%20width='10.7816'%20height='10.8118'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter12_f_127_17352'%20x='10.6454'%20y='-0.830994'%20width='10.7816'%20height='10.8118'%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_127_17352'/%3e%3c/filter%3e%3cfilter%20id='filter13_f_127_17352'%20x='2.18539'%20y='10.4278'%20width='18.3675'%20height='8.2638'%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_127_17352'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e";
1
+ import { Chart as e, registerables as r } from "./index82.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 "./index82.js";
3
+ e.register(...r);
2
4
  export {
3
- e 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
  };