@voidzero-dev/vitepress-theme 0.1.34 → 0.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index100.js +9 -0
- package/dist/index101.js +35 -0
- package/dist/index102.js +59 -0
- package/dist/index103.js +11 -0
- package/dist/index104.js +16 -0
- package/dist/index105.js +60 -0
- package/dist/index106.js +8 -0
- package/dist/index107.js +41 -0
- package/dist/index108.js +23 -0
- package/dist/index109.js +27 -0
- package/dist/index110.js +12 -0
- package/dist/index111.js +59 -0
- package/dist/index112.js +38 -0
- package/dist/index113.js +121 -0
- package/dist/index114.js +94 -0
- package/dist/index115.js +10 -0
- package/dist/index116.js +441 -0
- package/dist/index117.js +35 -0
- package/dist/index118.js +1204 -0
- package/dist/index119.js +6 -0
- package/dist/index120.js +1737 -0
- package/dist/index121.js +7 -0
- package/dist/index122.js +4 -0
- package/dist/index123.js +317 -0
- package/dist/index124.js +4 -0
- package/dist/index125.js +448 -0
- package/dist/index27.js +1 -1
- package/dist/index3.js +3 -3
- package/dist/index34.js +12 -12
- package/dist/index36.js +7 -7
- package/dist/index38.js +17 -16
- package/dist/index4.js +24 -21
- package/dist/index40.js +2 -26
- package/dist/index41.js +81 -27
- package/dist/index42.js +63 -23
- package/dist/index43.js +50 -23
- package/dist/index44.js +73 -23
- package/dist/index45.js +16 -16
- package/dist/index46.js +30 -2
- package/dist/index47.js +25 -24
- package/dist/index48.js +26 -2
- package/dist/index49.js +26 -2
- package/dist/index50.js +26 -2
- package/dist/index51.js +18 -49
- package/dist/index52.js +18 -7207
- package/dist/index53.js +18 -2
- package/dist/index6.js +1 -1
- package/dist/index62.js +2 -18
- package/dist/index63.js +2 -18
- package/dist/index64.js +2 -18
- package/dist/index65.js +2 -2
- package/dist/index66.js +49 -2
- package/dist/index67.js +44 -3
- package/dist/index68.js +2587 -2
- package/dist/index69.js +51 -2
- package/dist/index7.js +1 -1
- package/dist/index70.js +7205 -32
- package/dist/index71.js +14 -2
- package/dist/index72.js +22 -2
- package/dist/index73.js +124 -2
- package/dist/index74.js +2 -2
- package/dist/index75.js +2 -2
- package/dist/index76.js +2 -2
- package/dist/index77.js +2 -2
- package/dist/index78.js +2 -5324
- package/dist/index79.js +25 -2
- package/dist/index8.js +2 -2
- package/dist/index80.js +34 -2
- package/dist/index81.js +2 -2
- package/dist/index82.js +2 -2
- package/dist/index83.js +2 -2
- package/dist/index84.js +2 -2
- package/dist/index85.js +2 -2
- package/dist/index86.js +2 -4
- package/dist/index87.js +2 -1735
- package/dist/index88.js +2 -5
- package/dist/index89.js +1 -1
- package/dist/index90.js +2 -446
- package/dist/index91.js +2 -315
- package/dist/index92.js +2 -2
- package/dist/index93.js +4 -0
- package/dist/index94.js +5326 -0
- package/dist/index95.js +4 -0
- package/dist/index96.js +12 -0
- package/dist/index97.js +9 -0
- package/dist/index98.js +7 -0
- package/dist/index99.js +6 -0
- package/package.json +1 -1
package/dist/index49.js
CHANGED
|
@@ -1,4 +1,28 @@
|
|
|
1
|
-
|
|
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 "./index121.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
|
-
|
|
27
|
+
x as default
|
|
4
28
|
};
|
package/dist/index50.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='%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";
|
|
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 "./index121.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> 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> 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> 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
|
-
|
|
27
|
+
b as default
|
|
4
28
|
};
|
package/dist/index51.js
CHANGED
|
@@ -1,51 +1,20 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
|
|
2
|
+
import r from "./index29.js";
|
|
3
|
+
const n = {}, s = {
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5
|
+
"aria-hidden": "true",
|
|
6
|
+
focusable: "false",
|
|
7
|
+
viewBox: "0 0 24 24"
|
|
8
|
+
};
|
|
9
|
+
function l(f, c) {
|
|
10
|
+
return t(), e("svg", s, [...c[0] || (c[0] = [
|
|
11
|
+
o("path", {
|
|
12
|
+
fill: "currentColor",
|
|
13
|
+
d: "M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2"
|
|
14
|
+
}, null, -1)
|
|
15
|
+
])]);
|
|
16
|
+
}
|
|
17
|
+
const d = /* @__PURE__ */ r(n, [["render", l]]);
|
|
4
18
|
export {
|
|
5
|
-
|
|
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
|
|
19
|
+
d as default
|
|
51
20
|
};
|