@voidzero-dev/vitepress-theme 0.1.36 → 0.1.38
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/index120.js +1 -1
- package/dist/index121.js +2 -1735
- package/dist/index122.js +1735 -2
- 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 +7 -7
- package/dist/index4.js +10 -10
- package/dist/index40.js +84 -18
- package/dist/index41.js +66 -18
- package/dist/index42.js +53 -18
- package/dist/index43.js +74 -23
- package/dist/index44.js +26 -2
- package/dist/index45.js +26 -30
- package/dist/index46.js +26 -2
- package/dist/index47.js +26 -2
- package/dist/index48.js +26 -2
- package/dist/index49.js +26 -2
- package/dist/index50.js +2 -2
- package/dist/index51.js +25 -2
- package/dist/index52.js +22 -2
- package/dist/index53.js +124 -2
- package/dist/index54.js +2 -2
- package/dist/index55.js +2 -2
- package/dist/index56.js +2 -2
- package/dist/index57.js +2 -2
- package/dist/index58.js +2 -2
- package/dist/index6.js +1 -1
- package/dist/index67.js +18 -84
- package/dist/index68.js +18 -66
- package/dist/index69.js +18 -53
- package/dist/index7.js +2 -2
- package/dist/index70.js +2 -76
- package/dist/index71.js +2 -26
- package/dist/index72.js +2 -30
- package/dist/index73.js +30 -22
- package/dist/index74.js +2 -26
- package/dist/index75.js +2 -26
- package/dist/index76.js +2 -26
- package/dist/index77.js +2 -2
- package/dist/index78.js +2 -49
- package/dist/index79.js +3 -44
- package/dist/index8.js +3 -3
- package/dist/index80.js +2 -2587
- package/dist/index81.js +2 -51
- package/dist/index82.js +49 -7207
- package/dist/index83.js +43 -14
- package/dist/index84.js +2587 -2
- package/dist/index85.js +50 -21
- package/dist/index86.js +7186 -103
- package/dist/index87.js +14 -2
- package/dist/index90.js +1 -1
- package/dist/index91.js +1 -1
- package/dist/index92.js +1 -1
- package/dist/index93.js +1 -1
- package/dist/index94.js +1 -1
- package/dist/index95.js +1 -1
- package/dist/index96.js +32 -3
- package/dist/index97.js +1201 -32
- package/dist/index98.js +3 -1201
- package/package.json +1 -1
package/dist/index27.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as s, createElementBlock as d, openBlock as r, createStaticVNode as i, createVNode as n, unref as t } from "vue";
|
|
2
2
|
import l from "./index6.js";
|
|
3
|
-
import a from "./
|
|
3
|
+
import a from "./index70.js";
|
|
4
4
|
const p = { class: "wrapper flex flex-col justify-start items-center gap-6 pt-20 pb-10" }, x = /* @__PURE__ */ s({
|
|
5
5
|
__name: "Hero",
|
|
6
6
|
setup(o) {
|
package/dist/index3.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as o, createElementBlock as l, openBlock as a, createElementVNode as e, createStaticVNode as i, createVNode as s, createTextVNode as r, toDisplayString as n } from "vue";
|
|
2
|
-
import p from "./
|
|
3
|
-
import d from "./
|
|
4
|
-
import c from "./
|
|
2
|
+
import p from "./index67.js";
|
|
3
|
+
import d from "./index68.js";
|
|
4
|
+
import c from "./index69.js";
|
|
5
5
|
const x = {
|
|
6
6
|
class: "bg-primary",
|
|
7
7
|
"data-theme": "dark"
|
package/dist/index34.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { defineComponent as _, ref as h, onMounted as y, onUnmounted as k, createElementBlock as c, openBlock as d, createElementVNode as t, Fragment as j, renderList as V, normalizeClass as i, createTextVNode as C, toDisplayString as z, createVNode as m, createCommentVNode as x } from "vue";
|
|
2
|
-
import u from "./
|
|
2
|
+
import u from "./index73.js";
|
|
3
3
|
import I from "./index6.js";
|
|
4
|
-
import A from "./
|
|
5
|
-
import E from "./
|
|
6
|
-
import R from "./
|
|
7
|
-
import T from "./
|
|
8
|
-
import S from "./
|
|
9
|
-
import N from "./
|
|
10
|
-
import O from "./
|
|
11
|
-
import J from "./
|
|
12
|
-
import P from "./
|
|
13
|
-
import B from "./
|
|
14
|
-
import X from "./
|
|
4
|
+
import A from "./index55.js";
|
|
5
|
+
import E from "./index56.js";
|
|
6
|
+
import R from "./index57.js";
|
|
7
|
+
import T from "./index58.js";
|
|
8
|
+
import S from "./index74.js";
|
|
9
|
+
import N from "./index75.js";
|
|
10
|
+
import O from "./index76.js";
|
|
11
|
+
import J from "./index77.js";
|
|
12
|
+
import P from "./index78.js";
|
|
13
|
+
import B from "./index79.js";
|
|
14
|
+
import X from "./index80.js";
|
|
15
15
|
const $ = { class: "wrapper wrapper--ticks border-t flex" }, D = { class: "w-72 p-10 sticky top-0 self-start hidden md:flex flex-col" }, H = { class: "flex flex-col gap-4" }, M = ["onClick"], F = ["src", "alt"], L = { class: "w-full md:border-l border-nickel" }, U = { class: "flex flex-col p-10 justify-between gap-20" }, q = { class: "flex flex-col gap-5 max-w-[20rem]" }, G = ["href"], K = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, Q = { class: "relative pl-10 h-full flex flex-col justify-center overflow-clip" }, W = ["src"], Y = { class: "flex flex-col p-10 justify-between gap-20" }, Z = { class: "flex flex-col gap-5 max-w-[20rem]" }, tt = ["href"], et = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, ot = { class: "relative pl-10 h-full flex flex-col justify-end overflow-clip pt-10 sm:pt-0" }, st = ["src"], lt = { class: "flex flex-col p-10 justify-between gap-20" }, it = { class: "flex flex-col gap-5 max-w-[20rem]" }, rt = ["href"], nt = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, at = { class: "relative pl-10 h-full flex flex-col justify-center overflow-clip py-10 sm:py-0" }, ct = ["src"], dt = { class: "flex flex-col p-10 justify-between gap-20" }, mt = { class: "flex flex-col gap-5 max-w-[20rem]" }, ft = ["href"], ut = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, pt = { class: "relative pl-10 h-full flex flex-col justify-center overflow-clip" }, Et = /* @__PURE__ */ _({
|
|
16
16
|
__name: "OpenSourceSectionProjects",
|
|
17
17
|
setup(xt) {
|
package/dist/index36.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as I, ref as v, onMounted as M, onUnmounted as A, createElementBlock as o, openBlock as s, createElementVNode as e, Fragment as m, renderList as p, normalizeClass as _, toDisplayString as g, createCommentVNode as V } from "vue";
|
|
2
|
-
import f from "./
|
|
3
|
-
import B from "./
|
|
4
|
-
import c from "./
|
|
5
|
-
import y from "./
|
|
6
|
-
import w from "./
|
|
7
|
-
import x from "./
|
|
8
|
-
import k from "./
|
|
2
|
+
import f from "./index52.js";
|
|
3
|
+
import B from "./index53.js";
|
|
4
|
+
import c from "./index54.js";
|
|
5
|
+
import y from "./index55.js";
|
|
6
|
+
import w from "./index56.js";
|
|
7
|
+
import x from "./index57.js";
|
|
8
|
+
import k from "./index58.js";
|
|
9
9
|
const F = { class: "wrapper" }, L = { class: "bg-wine case-study-background" }, D = { class: "flex py-20" }, H = ["src", "alt"], P = { class: "text-white text-balance max-w-[20rem] pt-5" }, j = { class: "absolute bottom-0 left-0 right-0 flex gap-4 px-10 py-4 border-t border-slate items-center" }, z = ["href"], O = { class: "project-icon" }, $ = ["src", "alt"], E = {
|
|
10
10
|
key: 0,
|
|
11
11
|
class: "text-grey text-xs font-mono uppercase tracking-wide"
|
package/dist/index38.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as x, ref as l, computed as g, onMounted as y, onUnmounted as h, createElementBlock as w, openBlock as b, Fragment as k, createElementVNode as t, createStaticVNode as c, createTextVNode as C, createVNode as S, unref as f } from "vue";
|
|
2
|
-
import _ from "./
|
|
3
|
-
import "./
|
|
4
|
-
import "./
|
|
5
|
-
import A from "./
|
|
6
|
-
import B from "./
|
|
7
|
-
import { Chart as F } from "./
|
|
8
|
-
import { continuous as N } from "./
|
|
2
|
+
import _ from "./index81.js";
|
|
3
|
+
import "./index82.js";
|
|
4
|
+
import "./index83.js";
|
|
5
|
+
import A from "./index84.js";
|
|
6
|
+
import B from "./index85.js";
|
|
7
|
+
import { Chart as F } from "./index86.js";
|
|
8
|
+
import { continuous as N } from "./index87.js";
|
|
9
9
|
const P = { class: "wrapper wrapper--ticks border-t grid grid-cols-2 divide-x divide-ceramic" }, T = { class: "p-10 flex flex-col justify-between" }, z = /* @__PURE__ */ x({
|
|
10
10
|
__name: "Statistics",
|
|
11
11
|
props: {
|
package/dist/index4.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as w, ref as d, onMounted as V, onUnmounted as C, createElementBlock as k, openBlock as _, createElementVNode as A, normalizeClass as x, createBlock as E, createCommentVNode as N, unref as a, withCtx as n, createVNode as e, createTextVNode as r } from "vue";
|
|
2
|
-
import { TabsRoot_default as $ } from "./
|
|
3
|
-
import { TabsContent_default as i } from "./
|
|
4
|
-
import { TabsList_default as I } from "./
|
|
5
|
-
import { TabsTrigger_default as u } from "./
|
|
6
|
-
import z from "./
|
|
7
|
-
import B from "./
|
|
8
|
-
import O from "./
|
|
9
|
-
import R from "./
|
|
10
|
-
import U from "./
|
|
11
|
-
import j from "./
|
|
2
|
+
import { TabsRoot_default as $ } from "./index40.js";
|
|
3
|
+
import { TabsContent_default as i } from "./index41.js";
|
|
4
|
+
import { TabsList_default as I } from "./index42.js";
|
|
5
|
+
import { TabsTrigger_default as u } from "./index43.js";
|
|
6
|
+
import z from "./index44.js";
|
|
7
|
+
import B from "./index45.js";
|
|
8
|
+
import O from "./index46.js";
|
|
9
|
+
import R from "./index47.js";
|
|
10
|
+
import U from "./index48.js";
|
|
11
|
+
import j from "./index49.js";
|
|
12
12
|
const D = 1500, W = /* @__PURE__ */ w({
|
|
13
13
|
__name: "Terminal",
|
|
14
14
|
setup(L) {
|
package/dist/index40.js
CHANGED
|
@@ -1,20 +1,86 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { createContext as f } from "./index99.js";
|
|
2
|
+
import { useDirection as m } from "./index103.js";
|
|
3
|
+
import { useForwardExpose as c } from "./index104.js";
|
|
4
|
+
import { useId as v } from "./index106.js";
|
|
5
|
+
import { Primitive as V } from "./index112.js";
|
|
6
|
+
import { defineComponent as _, toRefs as b, ref as y, createBlock as h, openBlock as q, unref as o, withCtx as C, renderSlot as R } from "vue";
|
|
7
|
+
import { useVModel as T } from "./index105.js";
|
|
8
|
+
const [O, g] = f("TabsRoot");
|
|
9
|
+
var M = /* @__PURE__ */ _({
|
|
10
|
+
__name: "TabsRoot",
|
|
11
|
+
props: {
|
|
12
|
+
defaultValue: {
|
|
13
|
+
type: null,
|
|
14
|
+
required: !1
|
|
15
|
+
},
|
|
16
|
+
orientation: {
|
|
17
|
+
type: String,
|
|
18
|
+
required: !1,
|
|
19
|
+
default: "horizontal"
|
|
20
|
+
},
|
|
21
|
+
dir: {
|
|
22
|
+
type: String,
|
|
23
|
+
required: !1
|
|
24
|
+
},
|
|
25
|
+
activationMode: {
|
|
26
|
+
type: String,
|
|
27
|
+
required: !1,
|
|
28
|
+
default: "automatic"
|
|
29
|
+
},
|
|
30
|
+
modelValue: {
|
|
31
|
+
type: null,
|
|
32
|
+
required: !1
|
|
33
|
+
},
|
|
34
|
+
unmountOnHide: {
|
|
35
|
+
type: Boolean,
|
|
36
|
+
required: !1,
|
|
37
|
+
default: !0
|
|
38
|
+
},
|
|
39
|
+
asChild: {
|
|
40
|
+
type: Boolean,
|
|
41
|
+
required: !1
|
|
42
|
+
},
|
|
43
|
+
as: {
|
|
44
|
+
type: null,
|
|
45
|
+
required: !1
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
emits: ["update:modelValue"],
|
|
49
|
+
setup(l, { emit: d }) {
|
|
50
|
+
const e = l, u = d, { orientation: r, unmountOnHide: s, dir: n } = b(e), i = m(n);
|
|
51
|
+
c();
|
|
52
|
+
const a = T(e, "modelValue", u, {
|
|
53
|
+
defaultValue: e.defaultValue,
|
|
54
|
+
passive: e.modelValue === void 0
|
|
55
|
+
}), p = y();
|
|
56
|
+
return g({
|
|
57
|
+
modelValue: a,
|
|
58
|
+
changeModelValue: (t) => {
|
|
59
|
+
a.value = t;
|
|
60
|
+
},
|
|
61
|
+
orientation: r,
|
|
62
|
+
dir: i,
|
|
63
|
+
unmountOnHide: s,
|
|
64
|
+
activationMode: e.activationMode,
|
|
65
|
+
baseId: v(void 0, "reka-tabs"),
|
|
66
|
+
tabsList: p
|
|
67
|
+
}), (t, x) => (q(), h(o(V), {
|
|
68
|
+
dir: o(i),
|
|
69
|
+
"data-orientation": o(r),
|
|
70
|
+
"as-child": t.asChild,
|
|
71
|
+
as: t.as
|
|
72
|
+
}, {
|
|
73
|
+
default: C(() => [R(t.$slots, "default", { modelValue: o(a) })]),
|
|
74
|
+
_: 3
|
|
75
|
+
}, 8, [
|
|
76
|
+
"dir",
|
|
77
|
+
"data-orientation",
|
|
78
|
+
"as-child",
|
|
79
|
+
"as"
|
|
80
|
+
]));
|
|
81
|
+
}
|
|
82
|
+
}), j = M;
|
|
18
83
|
export {
|
|
19
|
-
|
|
84
|
+
j as TabsRoot_default,
|
|
85
|
+
O as injectTabsRootContext
|
|
20
86
|
};
|
package/dist/index41.js
CHANGED
|
@@ -1,20 +1,68 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { useForwardExpose as p } from "./index104.js";
|
|
2
|
+
import { Presence_default as c } from "./index110.js";
|
|
3
|
+
import { Primitive as v } from "./index112.js";
|
|
4
|
+
import { injectTabsRootContext as b } from "./index40.js";
|
|
5
|
+
import { makeTriggerId as _, makeContentId as y } from "./index118.js";
|
|
6
|
+
import { defineComponent as C, computed as n, ref as h, onMounted as g, createBlock as I, openBlock as k, unref as t, withCtx as u, createVNode as q, normalizeStyle as T, renderSlot as B, createCommentVNode as M } from "vue";
|
|
7
|
+
var S = /* @__PURE__ */ C({
|
|
8
|
+
__name: "TabsContent",
|
|
9
|
+
props: {
|
|
10
|
+
value: {
|
|
11
|
+
type: [String, Number],
|
|
12
|
+
required: !0
|
|
13
|
+
},
|
|
14
|
+
forceMount: {
|
|
15
|
+
type: Boolean,
|
|
16
|
+
required: !1
|
|
17
|
+
},
|
|
18
|
+
asChild: {
|
|
19
|
+
type: Boolean,
|
|
20
|
+
required: !1
|
|
21
|
+
},
|
|
22
|
+
as: {
|
|
23
|
+
type: null,
|
|
24
|
+
required: !1
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
setup(d) {
|
|
28
|
+
const o = d, { forwardRef: s } = p(), e = b(), m = n(() => _(e.baseId, o.value)), f = n(() => y(e.baseId, o.value)), r = n(() => o.value === e.modelValue.value), i = h(r.value);
|
|
29
|
+
return g(() => {
|
|
30
|
+
requestAnimationFrame(() => {
|
|
31
|
+
i.value = !1;
|
|
32
|
+
});
|
|
33
|
+
}), (a, w) => (k(), I(t(c), {
|
|
34
|
+
present: a.forceMount || r.value,
|
|
35
|
+
"force-mount": ""
|
|
36
|
+
}, {
|
|
37
|
+
default: u(({ present: l }) => [q(t(v), {
|
|
38
|
+
id: f.value,
|
|
39
|
+
ref: t(s),
|
|
40
|
+
"as-child": a.asChild,
|
|
41
|
+
as: a.as,
|
|
42
|
+
role: "tabpanel",
|
|
43
|
+
"data-state": r.value ? "active" : "inactive",
|
|
44
|
+
"data-orientation": t(e).orientation.value,
|
|
45
|
+
"aria-labelledby": m.value,
|
|
46
|
+
hidden: !l,
|
|
47
|
+
tabindex: "0",
|
|
48
|
+
style: T({ animationDuration: i.value ? "0s" : void 0 })
|
|
49
|
+
}, {
|
|
50
|
+
default: u(() => [!t(e).unmountOnHide.value || l ? B(a.$slots, "default", { key: 0 }) : M("v-if", !0)]),
|
|
51
|
+
_: 2
|
|
52
|
+
}, 1032, [
|
|
53
|
+
"id",
|
|
54
|
+
"as-child",
|
|
55
|
+
"as",
|
|
56
|
+
"data-state",
|
|
57
|
+
"data-orientation",
|
|
58
|
+
"aria-labelledby",
|
|
59
|
+
"hidden",
|
|
60
|
+
"style"
|
|
61
|
+
])]),
|
|
62
|
+
_: 3
|
|
63
|
+
}, 8, ["present"]));
|
|
64
|
+
}
|
|
65
|
+
}), F = S;
|
|
18
66
|
export {
|
|
19
|
-
|
|
67
|
+
F as TabsContent_default
|
|
20
68
|
};
|
package/dist/index42.js
CHANGED
|
@@ -1,20 +1,55 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { useForwardExpose as u } from "./index104.js";
|
|
2
|
+
import { Primitive as p } from "./index112.js";
|
|
3
|
+
import { RovingFocusGroup_default as d } from "./index116.js";
|
|
4
|
+
import { injectTabsRootContext as f } from "./index40.js";
|
|
5
|
+
import { defineComponent as c, toRefs as m, createBlock as _, openBlock as v, unref as e, withCtx as r, createVNode as h, renderSlot as b } from "vue";
|
|
6
|
+
var C = /* @__PURE__ */ c({
|
|
7
|
+
__name: "TabsList",
|
|
8
|
+
props: {
|
|
9
|
+
loop: {
|
|
10
|
+
type: Boolean,
|
|
11
|
+
required: !1,
|
|
12
|
+
default: !0
|
|
13
|
+
},
|
|
14
|
+
asChild: {
|
|
15
|
+
type: Boolean,
|
|
16
|
+
required: !1
|
|
17
|
+
},
|
|
18
|
+
as: {
|
|
19
|
+
type: null,
|
|
20
|
+
required: !1
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
setup(a) {
|
|
24
|
+
const i = a, { loop: s } = m(i), { forwardRef: n, currentElement: l } = u(), t = f();
|
|
25
|
+
return t.tabsList = l, (o, y) => (v(), _(e(d), {
|
|
26
|
+
"as-child": "",
|
|
27
|
+
orientation: e(t).orientation.value,
|
|
28
|
+
dir: e(t).dir.value,
|
|
29
|
+
loop: e(s)
|
|
30
|
+
}, {
|
|
31
|
+
default: r(() => [h(e(p), {
|
|
32
|
+
ref: e(n),
|
|
33
|
+
role: "tablist",
|
|
34
|
+
"as-child": o.asChild,
|
|
35
|
+
as: o.as,
|
|
36
|
+
"aria-orientation": e(t).orientation.value
|
|
37
|
+
}, {
|
|
38
|
+
default: r(() => [b(o.$slots, "default")]),
|
|
39
|
+
_: 3
|
|
40
|
+
}, 8, [
|
|
41
|
+
"as-child",
|
|
42
|
+
"as",
|
|
43
|
+
"aria-orientation"
|
|
44
|
+
])]),
|
|
45
|
+
_: 3
|
|
46
|
+
}, 8, [
|
|
47
|
+
"orientation",
|
|
48
|
+
"dir",
|
|
49
|
+
"loop"
|
|
50
|
+
]));
|
|
51
|
+
}
|
|
52
|
+
}), w = C;
|
|
18
53
|
export {
|
|
19
|
-
|
|
54
|
+
w as TabsList_default
|
|
20
55
|
};
|
package/dist/index43.js
CHANGED
|
@@ -1,27 +1,78 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { useForwardExpose as p } from "./index104.js";
|
|
2
|
+
import { Primitive as b } from "./index112.js";
|
|
3
|
+
import { RovingFocusItem_default as m } from "./index117.js";
|
|
4
|
+
import { injectTabsRootContext as c } from "./index40.js";
|
|
5
|
+
import { makeTriggerId as g, makeContentId as y } from "./index118.js";
|
|
6
|
+
import { defineComponent as T, computed as d, createBlock as w, openBlock as C, unref as t, withCtx as s, createVNode as I, withKeys as h, withModifiers as M, renderSlot as V } from "vue";
|
|
7
|
+
var k = /* @__PURE__ */ T({
|
|
8
|
+
__name: "TabsTrigger",
|
|
9
|
+
props: {
|
|
10
|
+
value: {
|
|
11
|
+
type: [String, Number],
|
|
12
|
+
required: !0
|
|
13
|
+
},
|
|
14
|
+
disabled: {
|
|
15
|
+
type: Boolean,
|
|
16
|
+
required: !1,
|
|
17
|
+
default: !1
|
|
18
|
+
},
|
|
19
|
+
asChild: {
|
|
20
|
+
type: Boolean,
|
|
21
|
+
required: !1
|
|
22
|
+
},
|
|
23
|
+
as: {
|
|
24
|
+
type: null,
|
|
25
|
+
required: !1,
|
|
26
|
+
default: "button"
|
|
15
27
|
}
|
|
28
|
+
},
|
|
29
|
+
setup(u) {
|
|
30
|
+
const r = u, { forwardRef: n } = p(), a = c(), f = d(() => g(a.baseId, r.value)), v = d(() => y(a.baseId, r.value)), i = d(() => r.value === a.modelValue.value);
|
|
31
|
+
return (e, o) => (C(), w(t(m), {
|
|
32
|
+
"as-child": "",
|
|
33
|
+
focusable: !e.disabled,
|
|
34
|
+
active: i.value
|
|
35
|
+
}, {
|
|
36
|
+
default: s(() => [I(t(b), {
|
|
37
|
+
id: f.value,
|
|
38
|
+
ref: t(n),
|
|
39
|
+
role: "tab",
|
|
40
|
+
type: e.as === "button" ? "button" : void 0,
|
|
41
|
+
as: e.as,
|
|
42
|
+
"as-child": e.asChild,
|
|
43
|
+
"aria-selected": i.value ? "true" : "false",
|
|
44
|
+
"aria-controls": v.value,
|
|
45
|
+
"data-state": i.value ? "active" : "inactive",
|
|
46
|
+
disabled: e.disabled,
|
|
47
|
+
"data-disabled": e.disabled ? "" : void 0,
|
|
48
|
+
"data-orientation": t(a).orientation.value,
|
|
49
|
+
onMousedown: o[0] || (o[0] = M((l) => {
|
|
50
|
+
!e.disabled && l.ctrlKey === !1 ? t(a).changeModelValue(e.value) : l.preventDefault();
|
|
51
|
+
}, ["left"])),
|
|
52
|
+
onKeydown: o[1] || (o[1] = h((l) => t(a).changeModelValue(e.value), ["enter", "space"])),
|
|
53
|
+
onFocus: o[2] || (o[2] = () => {
|
|
54
|
+
const l = t(a).activationMode !== "manual";
|
|
55
|
+
!i.value && !e.disabled && l && t(a).changeModelValue(e.value);
|
|
56
|
+
})
|
|
57
|
+
}, {
|
|
58
|
+
default: s(() => [V(e.$slots, "default")]),
|
|
59
|
+
_: 3
|
|
60
|
+
}, 8, [
|
|
61
|
+
"id",
|
|
62
|
+
"type",
|
|
63
|
+
"as",
|
|
64
|
+
"as-child",
|
|
65
|
+
"aria-selected",
|
|
66
|
+
"aria-controls",
|
|
67
|
+
"data-state",
|
|
68
|
+
"disabled",
|
|
69
|
+
"data-disabled",
|
|
70
|
+
"data-orientation"
|
|
71
|
+
])]),
|
|
72
|
+
_: 3
|
|
73
|
+
}, 8, ["focusable", "active"]));
|
|
16
74
|
}
|
|
17
|
-
|
|
18
|
-
}
|
|
19
|
-
var f = s();
|
|
20
|
-
const c = /* @__PURE__ */ n(f), g = /* @__PURE__ */ u({
|
|
21
|
-
__proto__: null,
|
|
22
|
-
default: c
|
|
23
|
-
}, [f]);
|
|
75
|
+
}), A = k;
|
|
24
76
|
export {
|
|
25
|
-
|
|
26
|
-
g as r
|
|
77
|
+
A as TabsTrigger_default
|
|
27
78
|
};
|
package/dist/index44.js
CHANGED
|
@@ -1,4 +1,28 @@
|
|
|
1
|
-
const e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%20103%2015'%3e%3cpath%20fill='%2308060d'%20d='M9.137%2010.691%2012.907.249h5.16l-5.72%2014.503h-6.63L0%20.249h5.304zm15.622%204.06h-4.973V.25h4.973zM42.817%203.813h-5.573v10.94h-4.971V3.812h-5.574V.25h16.118zm16.257-.04h-9.343v1.946h9.199v3.418h-9.2v2.093h9.614v3.523H44.759V.249h14.315zm10.934%201.946h5.573v3.418h-5.573v5.616h-3.564V9.136h-5.573V5.718h5.573V.248h3.564z'/%3e%3cpath%20fill='%236254fe'%20d='M91.184%2014.654a.363.363%200%200%201-.648-.224v-3.303c0-.4-.324-.725-.725-.725h-3.647c-.295%200-.467-.334-.295-.573l2.398-3.357a.725.725%200%200%200-.59-1.147h-4.414c-.295%200-.467-.334-.295-.574L86.076.4a.36.36%200%200%201%20.295-.152h9.263c.295%200%20.467.334.295.573l-2.398%203.358a.725.725%200%200%200%20.59%201.147h3.648c.302%200%20.472.348.285.587z'/%3e%3cmask%20id='a'%20width='17'%20height='15'%20x='82'%20y='0'%20maskUnits='userSpaceOnUse'%20style='mask-type:alpha'%3e%3cpath%20fill='%23833bff'%20d='M91.184%2014.654a.363.363%200%200%201-.648-.224v-3.303c0-.4-.324-.725-.725-.725h-3.647c-.295%200-.467-.334-.295-.573l2.398-3.357a.725.725%200%200%200-.59-1.147h-4.414c-.295%200-.467-.334-.295-.574L86.076.4a.36.36%200%200%201%20.295-.152h9.263c.295%200%20.467.334.295.573l-2.398%203.358a.725.725%200%200%200%20.59%201.147h3.648c.302%200%20.472.348.285.587z'/%3e%3c/mask%3e%3cg%20mask='url(%23a)'%3e%3cg%20filter='url(%23b)'%3e%3cellipse%20cx='1.766'%20cy='4.714'%20fill='%23ede6ff'%20rx='1.766'%20ry='4.714'%20transform='rotate(89.814%2035.524%2046.024)scale(1%20-1)'/%3e%3c/g%3e%3cg%20filter='url(%23c)'%3e%3cellipse%20cx='3.334'%20cy='9.57'%20fill='%23ede6ff'%20rx='3.334'%20ry='9.57'%20transform='rotate(89.814%2033.737%2036.63)scale(1%20-1)'/%3e%3c/g%3e%3cg%20filter='url(%23d)'%3e%3cellipse%20cx='1.766'%20cy='9.774'%20fill='%234e14ff'%20rx='1.766'%20ry='9.774'%20transform='rotate(89.814%2033.002%2036.998)scale(1%20-1)'/%3e%3c/g%3e%3cg%20filter='url(%23e)'%3e%3cellipse%20cx='1.766'%20cy='9.81'%20fill='%234e14ff'%20rx='1.766'%20ry='9.81'%20transform='rotate(89.814%2030.844%2040.622)scale(1%20-1)'/%3e%3c/g%3e%3cg%20filter='url(%23f)'%3e%3cellipse%20cx='1.766'%20cy='9.81'%20fill='%234e14ff'%20rx='1.766'%20ry='9.81'%20transform='rotate(89.814%2030.904%2041.053)scale(1%20-1)'/%3e%3c/g%3e%3cg%20filter='url(%23g)'%3e%3cellipse%20cx='4.511'%20cy='7.078'%20fill='%23ede6ff'%20rx='4.511'%20ry='7.078'%20transform='rotate(93.35%2049.173%2054.748)scale(-1%201)'/%3e%3c/g%3e%3cg%20filter='url(%23h)'%3e%3cellipse%20cx='1.113'%20cy='6.893'%20fill='%234e14ff'%20rx='1.113'%20ry='6.893'%20transform='rotate(89.009%2050.51%2057.537)scale(-1%201)'/%3e%3c/g%3e%3cg%20filter='url(%23i)'%3e%3cellipse%20cx='1.113'%20cy='6.893'%20fill='%234e14ff'%20rx='1.113'%20ry='6.893'%20transform='rotate(89.009%2050.51%2057.537)scale(-1%201)'/%3e%3c/g%3e%3cg%20filter='url(%23j)'%3e%3cellipse%20cx='82.99'%20cy='3.123'%20fill='%234e14ff'%20rx='1.413'%20ry='9.332'%20transform='rotate(39.51%2082.99%203.123)'/%3e%3c/g%3e%3cg%20filter='url(%23k)'%3e%3cellipse%20cx='98.102'%20cy='-1.706'%20fill='%234e14ff'%20rx='1.413'%20ry='9.332'%20transform='rotate(37.892%2098.102%20-1.706)'/%3e%3c/g%3e%3cg%20filter='url(%23l)'%3e%3cellipse%20cx='95.97'%20cy='3.395'%20fill='%232bfdd2'%20rx='2.655'%20ry='4.005'%20transform='rotate(37.892%2095.97%203.395)'/%3e%3c/g%3e%3cg%20filter='url(%23m)'%3e%3cellipse%20cx='82.264'%20cy='12.536'%20fill='%234e14ff'%20rx='1.413'%20ry='9.332'%20transform='rotate(37.892%2082.264%2012.536)'/%3e%3c/g%3e%3cg%20filter='url(%23n)'%3e%3cellipse%20cx='82.264'%20cy='12.536'%20fill='%234e14ff'%20rx='1.413'%20ry='9.332'%20transform='rotate(37.892%2082.264%2012.536)'/%3e%3c/g%3e%3cg%20filter='url(%23o)'%3e%3cellipse%20cx='94.226'%20cy='9.781'%20fill='%234e14ff'%20rx='1.501'%20ry='9.332'%20transform='rotate(37.892%2094.226%209.78)'/%3e%3c/g%3e%3cg%20filter='url(%23p)'%3e%3cellipse%20cx='95.66'%20cy='10.827'%20fill='%232bfdd2'%20rx='2.578'%20ry='6.754'%20transform='rotate(37.892%2095.66%2010.827)'/%3e%3c/g%3e%3c/g%3e%3cpath%20fill='%2308060d'%20d='M80.53%200c-2.949%204.221-2.966%2010.764%200%2015h1.993c-2.966-4.236-2.949-10.779%200-15zM100.543%200H98.55c2.949%204.221%202.966%2010.764%200%2015h1.993c2.965-4.236%202.948-10.779%200-15'/%3e%3cdefs%3e%3cfilter%20id='b'%20width='19.25'%20height='13.354'%20x='76.528'%20y='5.425'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='2.455'/%3e%3c/filter%3e%3cfilter%20id='c'%20width='28.962'%20height='16.49'%20x='65.358'%20y='-2.168'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='2.455'/%3e%3c/filter%3e%3cfilter%20id='d'%20width='25.441'%20height='9.425'%20x='66.952'%20y='.898'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='e'%20width='25.513'%20height='9.425'%20x='68.425'%20y='6.668'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='f'%20width='25.513'%20height='9.425'%20x='68.916'%20y='7.037'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='g'%20width='23.964'%20height='18.867'%20x='87.917'%20y='-5.492'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='2.455'/%3e%3c/filter%3e%3cfilter%20id='h'%20width='19.677'%20height='8.131'%20x='90.415'%20y='.979'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='i'%20width='19.677'%20height='8.131'%20x='90.415'%20y='.979'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='j'%20width='17.968'%20height='20.405'%20x='74.006'%20y='-7.079'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='k'%20width='17.573'%20height='20.725'%20x='89.315'%20y='-12.068'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='l'%20width='12.356'%20height='13.008'%20x='89.792'%20y='-3.109'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='m'%20width='17.573'%20height='20.725'%20x='73.477'%20y='2.174'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='n'%20width='17.573'%20height='20.725'%20x='73.477'%20y='2.174'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='o'%20width='17.601'%20height='20.738'%20x='85.425'%20y='-.588'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3cfilter%20id='p'%20width='15.135'%20height='17.016'%20x='88.092'%20y='2.319'%20color-interpolation-filters='sRGB'%20filterUnits='userSpaceOnUse'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20result='effect1_foregroundBlur_318_41192'%20stdDeviation='1.473'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e";
|
|
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
|
+
},
|
|
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
|
+
])]));
|
|
24
|
+
}
|
|
25
|
+
});
|
|
2
26
|
export {
|
|
3
|
-
|
|
27
|
+
f as default
|
|
4
28
|
};
|
package/dist/index45.js
CHANGED
|
@@ -1,36 +1,32 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
__name: "
|
|
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
5
|
props: {
|
|
6
|
-
|
|
7
|
-
stars: {},
|
|
8
|
-
contributors: {}
|
|
6
|
+
onAnimationComplete: { type: Function }
|
|
9
7
|
},
|
|
10
|
-
setup(
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
])]
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
])
|
|
31
|
-
]));
|
|
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
|
+
])]));
|
|
32
28
|
}
|
|
33
29
|
});
|
|
34
30
|
export {
|
|
35
|
-
|
|
31
|
+
h as default
|
|
36
32
|
};
|