@voidzero-dev/vitepress-theme 0.0.1 → 0.0.3

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 (25) hide show
  1. package/dist/_virtual/_/plugin-vue/export-helper.js +3 -1
  2. package/dist/vitepress/components/Eyebrow.js +13 -2
  3. package/dist/vitepress/components/Footer.js +53 -2
  4. package/dist/vitepress/components/Header.js +29 -2
  5. package/dist/vitepress/components/RiveAnimation.js +112 -2
  6. package/dist/vitepress/components/Terminal.js +156 -2
  7. package/dist/vitepress/components/terminal-animations/TerminalAnimation1.js +32 -2
  8. package/dist/vitepress/components/terminal-animations/TerminalAnimation2.js +39 -2
  9. package/dist/vitepress/components/terminal-animations/TerminalAnimation3.js +32 -2
  10. package/dist/vitepress/components/terminal-animations/TerminalAnimation4.js +32 -2
  11. package/dist/vitepress/components/terminal-animations/TerminalAnimation5.js +32 -2
  12. package/dist/vitepress/components/terminal-animations/TerminalAnimation6.js +32 -2
  13. package/dist/vitepress/index.d.ts +2 -1
  14. package/package.json +7 -6
  15. package/dist/vitepress/components/Eyebrow.vue_vue_type_script_setup_true_lang.js +0 -17
  16. package/dist/vitepress/components/Footer.vue_vue_type_script_setup_true_lang.js +0 -57
  17. package/dist/vitepress/components/Header.vue_vue_type_script_setup_true_lang.js +0 -33
  18. package/dist/vitepress/components/RiveAnimation.vue_vue_type_script_setup_true_lang.js +0 -110
  19. package/dist/vitepress/components/Terminal.vue_vue_type_script_setup_true_lang.js +0 -152
  20. package/dist/vitepress/components/terminal-animations/TerminalAnimation1.vue_vue_type_script_setup_true_lang.js +0 -31
  21. package/dist/vitepress/components/terminal-animations/TerminalAnimation2.vue_vue_type_script_setup_true_lang.js +0 -38
  22. package/dist/vitepress/components/terminal-animations/TerminalAnimation3.vue_vue_type_script_setup_true_lang.js +0 -31
  23. package/dist/vitepress/components/terminal-animations/TerminalAnimation4.vue_vue_type_script_setup_true_lang.js +0 -31
  24. package/dist/vitepress/components/terminal-animations/TerminalAnimation5.vue_vue_type_script_setup_true_lang.js +0 -31
  25. package/dist/vitepress/components/terminal-animations/TerminalAnimation6.vue_vue_type_script_setup_true_lang.js +0 -31
@@ -1,7 +1,9 @@
1
1
  //#region \0/plugin-vue/export-helper
2
2
  var export_helper_default = (sfc, props) => {
3
3
  const target = sfc.__vccOpts || sfc;
4
- for (const [key, val] of props) target[key] = val;
4
+ for (const [key, val] of props) {
5
+ target[key] = val;
6
+ }
5
7
  return target;
6
8
  };
7
9
 
@@ -1,7 +1,18 @@
1
- import Eyebrow_vue_vue_type_script_setup_true_lang_default from "./Eyebrow.vue_vue_type_script_setup_true_lang.js";
1
+ import { createElementBlock, createElementVNode, defineComponent, openBlock, toDisplayString } from "vue";
2
2
 
3
3
  //#region src/vitepress/components/Eyebrow.vue
4
- var Eyebrow_default = Eyebrow_vue_vue_type_script_setup_true_lang_default;
4
+ const _hoisted_1 = { class: "wrapper wrapper--ticks border-t p-5 pl-10" };
5
+ const _hoisted_2 = { class: "text-nickel dark:text-white text-xs font-medium font-mono uppercase tracking-wide" };
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ __name: "Eyebrow",
8
+ props: { title: {} },
9
+ setup(__props) {
10
+ return (_ctx, _cache) => {
11
+ return openBlock(), createElementBlock("section", _hoisted_1, [createElementVNode("span", _hoisted_2, toDisplayString(__props.title), 1)]);
12
+ };
13
+ }
14
+ });
15
+ var Eyebrow_default = _sfc_main;
5
16
 
6
17
  //#endregion
7
18
  export { Eyebrow_default as default };
@@ -1,7 +1,58 @@
1
- import Footer_vue_vue_type_script_setup_true_lang_default from "./Footer.vue_vue_type_script_setup_true_lang.js";
1
+ import VZIconGitHub_default from "./icons/VZIconGitHub.js";
2
+ import VZIconBluesky_default from "./icons/VZIconBluesky.js";
3
+ import VZIconTwitter_default from "./icons/VZIconTwitter.js";
4
+ import { createElementBlock, createElementVNode, createStaticVNode, createTextVNode, createVNode, defineComponent, openBlock, toDisplayString } from "vue";
2
5
 
3
6
  //#region src/vitepress/components/Footer.vue
4
- var Footer_default = Footer_vue_vue_type_script_setup_true_lang_default;
7
+ const _hoisted_1 = {
8
+ class: "bg-primary",
9
+ "data-theme": "dark"
10
+ };
11
+ const _hoisted_2 = { class: "wrapper" };
12
+ const _hoisted_3 = { class: "px-5 md:px-24 pt-10 md:pt-16 pb-16 md:pb-30 flex flex-col md:flex-row gap-10 md:gap-0 md:justify-between" };
13
+ const _hoisted_4 = { class: "flex flex-col gap-3" };
14
+ const _hoisted_5 = {
15
+ href: "https://github.com/voidzero-dev",
16
+ target: "_blank",
17
+ rel: "noopener noreferrer",
18
+ class: "text-white text-base flex gap-3 items-center"
19
+ };
20
+ const _hoisted_6 = {
21
+ href: "https://web-cdn.bsky.app/profile/voidzero.dev",
22
+ target: "_blank",
23
+ rel: "noopener noreferrer",
24
+ class: "text-white text-base flex gap-3 items-center"
25
+ };
26
+ const _hoisted_7 = {
27
+ href: "https://x.com/voidzerodev",
28
+ target: "_blank",
29
+ rel: "noopener noreferrer",
30
+ class: "text-white text-base flex gap-3 items-center"
31
+ };
32
+ const _hoisted_8 = { class: "wrapper wrapper--ticks border-t py-5 px-5 md:px-24" };
33
+ const _hoisted_9 = { class: "text-sm" };
34
+ const _sfc_main = /* @__PURE__ */ defineComponent({
35
+ __name: "Footer",
36
+ setup(__props) {
37
+ return (_ctx, _cache) => {
38
+ return openBlock(), createElementBlock("footer", _hoisted_1, [createElementVNode("section", _hoisted_2, [_cache[5] || (_cache[5] = createStaticVNode("<div class=\"bg-wine bg-[url(../assets/cta-background.jpg)] bg-cover py-16 md:py-30 px-5 md:px-0 overflow-clip flex flex-col items-center justify-center gap-8 md:gap-12\"><h2 class=\"text-white w-full md:w-2xl text-center text-balance\">Take your team&#39;s productivity to the next level with Vite+</h2><div class=\"flex items-center gap-5\"><a href=\"https://tally.so/r/nGWebL\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"button\">Register your interest</a><a href=\"https://voidzero.dev/posts/announcing-vite-plus?utm_source=viteplusdev&amp;utm_content=bottom_learn_more\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"button\"> Learn more </a></div></div>", 1)), createElementVNode("div", _hoisted_3, [_cache[4] || (_cache[4] = createStaticVNode("<div><p class=\"text-grey text-xs font-mono uppercase tracking-wide mb-8\">Company</p><ul class=\"flex flex-col gap-3\"><li><a href=\"https://voidzero.dev/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-white text-base\">VoidZero</a></li><li><a href=\"https://vite.dev/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-white text-base\">Vite</a></li><li><a href=\"https://rolldown.rs/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-white text-base\">Rolldown</a></li><li><a href=\"https://vitest.dev/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-white text-base\">Vitest</a></li><li><a href=\"https://oxc.rs/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-white text-base\">Oxc</a></li></ul></div>", 1)), createElementVNode("div", null, [_cache[3] || (_cache[3] = createElementVNode("p", { class: "text-grey text-xs font-mono uppercase tracking-wide mb-8" }, "Social", -1)), createElementVNode("ul", _hoisted_4, [
39
+ createElementVNode("li", null, [createElementVNode("a", _hoisted_5, [createVNode(VZIconGitHub_default, {
40
+ class: "size-5",
41
+ "aria-label": "GitHub"
42
+ }), _cache[0] || (_cache[0] = createTextVNode("GitHub", -1))])]),
43
+ createElementVNode("li", null, [createElementVNode("a", _hoisted_6, [createVNode(VZIconBluesky_default, {
44
+ class: "size-5",
45
+ "aria-label": "Bluesky"
46
+ }), _cache[1] || (_cache[1] = createTextVNode("Bluesky", -1))])]),
47
+ createElementVNode("li", null, [createElementVNode("a", _hoisted_7, [createVNode(VZIconTwitter_default, {
48
+ class: "size-5",
49
+ "aria-label": "Twitter"
50
+ }), _cache[2] || (_cache[2] = createTextVNode("X.com", -1))])])
51
+ ])])])]), createElementVNode("section", _hoisted_8, [createElementVNode("p", _hoisted_9, [createTextVNode("© " + toDisplayString((/* @__PURE__ */ new Date()).getFullYear()) + " VoidZero Inc. ", 1), _cache[6] || (_cache[6] = createElementVNode("span", { class: "hidden sm:inline" }, "All Rights Reserved.", -1))])])]);
52
+ };
53
+ }
54
+ });
55
+ var Footer_default = _sfc_main;
5
56
 
6
57
  //#endregion
7
58
  export { Footer_default as default };
@@ -1,7 +1,34 @@
1
- import Header_vue_vue_type_script_setup_true_lang_default from "./Header.vue_vue_type_script_setup_true_lang.js";
1
+ import VZIconLogo_default from "./icons/VZIconLogo.js";
2
+ import { Fragment, createCommentVNode, createElementBlock, createElementVNode, createVNode, defineComponent, normalizeClass, openBlock, renderList, renderSlot, toDisplayString, unref } from "vue";
3
+ import { useData, useRoute } from "vitepress";
2
4
 
3
5
  //#region src/vitepress/components/Header.vue
4
- var Header_default = Header_vue_vue_type_script_setup_true_lang_default;
6
+ const _hoisted_1 = { class: "wrapper px-6 py-7 flex items-center justify-between" };
7
+ const _hoisted_2 = { class: "flex items-center gap-10" };
8
+ const _hoisted_3 = { href: "/" };
9
+ const _hoisted_4 = { class: "nav" };
10
+ const _hoisted_5 = ["href"];
11
+ const _hoisted_6 = { class: "flex items-center gap-6" };
12
+ const _sfc_main = /* @__PURE__ */ defineComponent({
13
+ __name: "Header",
14
+ setup(__props) {
15
+ const { site, theme } = useData();
16
+ const nav = theme.value.nav;
17
+ const route = useRoute();
18
+ return (_ctx, _cache) => {
19
+ return openBlock(), createElementBlock("header", _hoisted_1, [createElementVNode("div", _hoisted_2, [createElementVNode("a", _hoisted_3, [createVNode(VZIconLogo_default, {
20
+ class: "h-4",
21
+ "aria-label": unref(site).title
22
+ }, null, 8, ["aria-label"])]), createElementVNode("ul", _hoisted_4, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(nav), (navItem) => {
23
+ return openBlock(), createElementBlock("li", { key: navItem.link }, [createElementVNode("a", {
24
+ class: normalizeClass({ active: unref(route).path === navItem.link }),
25
+ href: navItem.link
26
+ }, toDisplayString(navItem.text), 11, _hoisted_5)]);
27
+ }), 128))])]), createElementVNode("div", _hoisted_6, [renderSlot(_ctx.$slots, "right-side", {}, () => [createCommentVNode(" Right-aligned links / calls-to-action ")])])]);
28
+ };
29
+ }
30
+ });
31
+ var Header_default = _sfc_main;
5
32
 
6
33
  //#endregion
7
34
  export { Header_default as default };
@@ -1,7 +1,117 @@
1
- import RiveAnimation_vue_vue_type_script_setup_true_lang_default from "./RiveAnimation.vue_vue_type_script_setup_true_lang.js";
1
+ import { computed, createElementBlock, createElementVNode, defineComponent, normalizeClass, onMounted, onUnmounted, openBlock, ref } from "vue";
2
+ import * as rive from "@rive-app/canvas";
2
3
 
3
4
  //#region src/vitepress/components/RiveAnimation.vue
4
- var RiveAnimation_default = RiveAnimation_vue_vue_type_script_setup_true_lang_default;
5
+ const _hoisted_1 = ["width", "height"];
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ __name: "RiveAnimation",
8
+ props: {
9
+ desktopSrc: {},
10
+ mobileSrc: {},
11
+ breakpoint: { default: 768 },
12
+ stateMachines: { default: "State Machine 1" },
13
+ canvasClass: { default: "w-full" },
14
+ desktopWidth: {},
15
+ desktopHeight: {},
16
+ mobileWidth: {},
17
+ mobileHeight: {}
18
+ },
19
+ setup(__props) {
20
+ const props = __props;
21
+ const canvasRef = ref(null);
22
+ const containerRef = ref(null);
23
+ let riveInstance = null;
24
+ let hasStarted = ref(false);
25
+ let observer = null;
26
+ const isMobile = ref(false);
27
+ const checkMobile = () => {
28
+ isMobile.value = window.innerWidth < props.breakpoint;
29
+ };
30
+ const getCurrentSrc = () => {
31
+ return isMobile.value && props.mobileSrc ? props.mobileSrc : props.desktopSrc;
32
+ };
33
+ const currentWidth = computed(() => {
34
+ return isMobile.value && props.mobileWidth ? props.mobileWidth : props.desktopWidth;
35
+ });
36
+ const currentHeight = computed(() => {
37
+ return isMobile.value && props.mobileHeight ? props.mobileHeight : props.desktopHeight;
38
+ });
39
+ const loadAnimation = () => {
40
+ if (!canvasRef.value || riveInstance) return;
41
+ const src = getCurrentSrc();
42
+ riveInstance = new rive.Rive({
43
+ src,
44
+ canvas: canvasRef.value,
45
+ autoplay: false,
46
+ stateMachines: props.stateMachines,
47
+ onLoad: () => {
48
+ riveInstance?.resizeDrawingSurfaceToCanvas();
49
+ }
50
+ });
51
+ };
52
+ const playAnimation = () => {
53
+ if (riveInstance) {
54
+ riveInstance.play();
55
+ }
56
+ };
57
+ const cleanupAnimation = () => {
58
+ if (riveInstance) {
59
+ riveInstance.cleanup();
60
+ riveInstance = null;
61
+ }
62
+ };
63
+ const handleResize = () => {
64
+ const wasMobile = isMobile.value;
65
+ checkMobile();
66
+ if (wasMobile !== isMobile.value) {
67
+ const wasPlaying = hasStarted.value;
68
+ cleanupAnimation();
69
+ loadAnimation();
70
+ if (wasPlaying) {
71
+ playAnimation();
72
+ }
73
+ }
74
+ };
75
+ onMounted(() => {
76
+ checkMobile();
77
+ loadAnimation();
78
+ observer = new IntersectionObserver((entries) => {
79
+ entries.forEach((entry) => {
80
+ if (entry.isIntersecting && !hasStarted.value) {
81
+ hasStarted.value = true;
82
+ playAnimation();
83
+ }
84
+ });
85
+ }, { threshold: .1 });
86
+ if (containerRef.value) {
87
+ observer.observe(containerRef.value);
88
+ }
89
+ window.addEventListener("resize", handleResize);
90
+ });
91
+ onUnmounted(() => {
92
+ cleanupAnimation();
93
+ if (observer && containerRef.value) {
94
+ observer.unobserve(containerRef.value);
95
+ observer.disconnect();
96
+ }
97
+ window.removeEventListener("resize", handleResize);
98
+ });
99
+ return (_ctx, _cache) => {
100
+ return openBlock(), createElementBlock("div", {
101
+ ref_key: "containerRef",
102
+ ref: containerRef,
103
+ class: "pointer-events-none touch-none select-none"
104
+ }, [createElementVNode("canvas", {
105
+ ref_key: "canvasRef",
106
+ ref: canvasRef,
107
+ width: currentWidth.value,
108
+ height: currentHeight.value,
109
+ class: normalizeClass(__props.canvasClass)
110
+ }, null, 10, _hoisted_1)], 512);
111
+ };
112
+ }
113
+ });
114
+ var RiveAnimation_default = _sfc_main;
5
115
 
6
116
  //#endregion
7
117
  export { RiveAnimation_default as default };
@@ -1,7 +1,161 @@
1
- import Terminal_vue_vue_type_script_setup_true_lang_default from "./Terminal.vue_vue_type_script_setup_true_lang.js";
1
+ import TerminalAnimation1_default from "./terminal-animations/TerminalAnimation1.js";
2
+ import TerminalAnimation2_default from "./terminal-animations/TerminalAnimation2.js";
3
+ import TerminalAnimation3_default from "./terminal-animations/TerminalAnimation3.js";
4
+ import TerminalAnimation4_default from "./terminal-animations/TerminalAnimation4.js";
5
+ import TerminalAnimation5_default from "./terminal-animations/TerminalAnimation5.js";
6
+ import TerminalAnimation6_default from "./terminal-animations/TerminalAnimation6.js";
7
+ import { createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, createVNode, defineComponent, normalizeClass, onMounted, onUnmounted, openBlock, ref, unref, withCtx } from "vue";
8
+ import { TabsContent, TabsList, TabsRoot, TabsTrigger } from "reka-ui";
2
9
 
3
10
  //#region src/vitepress/components/Terminal.vue
4
- var Terminal_default = Terminal_vue_vue_type_script_setup_true_lang_default;
11
+ const AUTO_ADVANCE_DELAY = 1500;
12
+ const _sfc_main = /* @__PURE__ */ defineComponent({
13
+ __name: "Terminal",
14
+ setup(__props) {
15
+ const activeTab = ref("tab1");
16
+ const autoPlayEnabled = ref(true);
17
+ let autoAdvanceTimeout = null;
18
+ const sectionRef = ref(null);
19
+ const isVisible = ref(false);
20
+ let observer = null;
21
+ const tabSequence = [
22
+ "tab1",
23
+ "tab2",
24
+ "tab3",
25
+ "tab4",
26
+ "tab5",
27
+ "tab6"
28
+ ];
29
+ const goToNextTab = () => {
30
+ const currentIndex = tabSequence.indexOf(activeTab.value);
31
+ const nextIndex = (currentIndex + 1) % tabSequence.length;
32
+ activeTab.value = tabSequence[nextIndex];
33
+ };
34
+ const onAnimationComplete = () => {
35
+ if (!autoPlayEnabled.value) return;
36
+ if (autoAdvanceTimeout) {
37
+ clearTimeout(autoAdvanceTimeout);
38
+ }
39
+ autoAdvanceTimeout = setTimeout(() => {
40
+ goToNextTab();
41
+ }, AUTO_ADVANCE_DELAY);
42
+ };
43
+ const onTabChange = () => {
44
+ autoPlayEnabled.value = false;
45
+ if (autoAdvanceTimeout) {
46
+ clearTimeout(autoAdvanceTimeout);
47
+ autoAdvanceTimeout = null;
48
+ }
49
+ };
50
+ onMounted(() => {
51
+ if (!sectionRef.value) return;
52
+ observer = new IntersectionObserver((entries) => {
53
+ entries.forEach((entry) => {
54
+ if (entry.isIntersecting && !isVisible.value) {
55
+ isVisible.value = true;
56
+ observer?.disconnect();
57
+ }
58
+ });
59
+ }, {
60
+ threshold: .2,
61
+ rootMargin: "0px"
62
+ });
63
+ observer.observe(sectionRef.value);
64
+ });
65
+ onUnmounted(() => {
66
+ if (autoAdvanceTimeout) {
67
+ clearTimeout(autoAdvanceTimeout);
68
+ }
69
+ if (observer) {
70
+ observer.disconnect();
71
+ }
72
+ });
73
+ return (_ctx, _cache) => {
74
+ return openBlock(), createElementBlock("section", {
75
+ ref_key: "sectionRef",
76
+ ref: sectionRef,
77
+ class: "wrapper border-t h-[40rem] bg-wine bg-[url(../assets/terminal-background.jpg)] bg-cover bg-top flex justify-center pt-28 overflow-clip"
78
+ }, [createElementVNode("div", {
79
+ class: normalizeClass([
80
+ "self-stretch px-4 sm:px-8 py-5 sm:py-7 relative bg-primary rounded-tl-lg rounded-tr-lg inline-flex flex-col justify-start items-start gap-2 overflow-hidden w-[62rem] outline-1 outline-offset-[3px] outline-white/30",
81
+ "transition-transform duration-1000",
82
+ isVisible.value ? "translate-y-0" : "translate-y-24"
83
+ ]),
84
+ style: { "transition-timing-function": "cubic-bezier(0.16, 1, 0.3, 1)" }
85
+ }, [isVisible.value ? (openBlock(), createBlock(unref(TabsRoot), {
86
+ key: 0,
87
+ modelValue: activeTab.value,
88
+ "onUpdate:modelValue": [_cache[0] || (_cache[0] = ($event) => activeTab.value = $event), onTabChange]
89
+ }, {
90
+ default: withCtx(() => [
91
+ createVNode(unref(TabsList), {
92
+ "aria-label": "features",
93
+ class: normalizeClass([
94
+ "absolute bottom-6 left-1/2 -translate-x-1/2 flex items-center p-1 rounded-md border border-white/10",
95
+ "transition-transform duration-700 delay-300",
96
+ isVisible.value ? "translate-y-0" : "translate-y-12"
97
+ ]),
98
+ style: { "transition-timing-function": "cubic-bezier(0.16, 1, 0.3, 1)" }
99
+ }, {
100
+ default: withCtx(() => [
101
+ createVNode(unref(TabsTrigger), { value: "tab1" }, {
102
+ default: withCtx(() => [..._cache[1] || (_cache[1] = [createTextVNode(" new ", -1)])]),
103
+ _: 1
104
+ }),
105
+ createVNode(unref(TabsTrigger), { value: "tab2" }, {
106
+ default: withCtx(() => [..._cache[2] || (_cache[2] = [createTextVNode(" dev ", -1)])]),
107
+ _: 1
108
+ }),
109
+ createVNode(unref(TabsTrigger), { value: "tab3" }, {
110
+ default: withCtx(() => [..._cache[3] || (_cache[3] = [createTextVNode(" lint ", -1)])]),
111
+ _: 1
112
+ }),
113
+ createVNode(unref(TabsTrigger), { value: "tab4" }, {
114
+ default: withCtx(() => [..._cache[4] || (_cache[4] = [createTextVNode(" fmt ", -1)])]),
115
+ _: 1
116
+ }),
117
+ createVNode(unref(TabsTrigger), { value: "tab5" }, {
118
+ default: withCtx(() => [..._cache[5] || (_cache[5] = [createTextVNode(" test ", -1)])]),
119
+ _: 1
120
+ }),
121
+ createVNode(unref(TabsTrigger), { value: "tab6" }, {
122
+ default: withCtx(() => [..._cache[6] || (_cache[6] = [createTextVNode(" build ", -1)])]),
123
+ _: 1
124
+ })
125
+ ]),
126
+ _: 1
127
+ }, 8, ["class"]),
128
+ createVNode(unref(TabsContent), { value: "tab1" }, {
129
+ default: withCtx(() => [createVNode(TerminalAnimation1_default, { "on-animation-complete": onAnimationComplete })]),
130
+ _: 1
131
+ }),
132
+ createVNode(unref(TabsContent), { value: "tab2" }, {
133
+ default: withCtx(() => [createVNode(TerminalAnimation2_default, { "on-animation-complete": onAnimationComplete })]),
134
+ _: 1
135
+ }),
136
+ createVNode(unref(TabsContent), { value: "tab3" }, {
137
+ default: withCtx(() => [createVNode(TerminalAnimation3_default, { "on-animation-complete": onAnimationComplete })]),
138
+ _: 1
139
+ }),
140
+ createVNode(unref(TabsContent), { value: "tab4" }, {
141
+ default: withCtx(() => [createVNode(TerminalAnimation4_default, { "on-animation-complete": onAnimationComplete })]),
142
+ _: 1
143
+ }),
144
+ createVNode(unref(TabsContent), { value: "tab5" }, {
145
+ default: withCtx(() => [createVNode(TerminalAnimation5_default, { "on-animation-complete": onAnimationComplete })]),
146
+ _: 1
147
+ }),
148
+ createVNode(unref(TabsContent), { value: "tab6" }, {
149
+ default: withCtx(() => [createVNode(TerminalAnimation6_default, { "on-animation-complete": onAnimationComplete })]),
150
+ _: 1
151
+ })
152
+ ]),
153
+ _: 1
154
+ }, 8, ["modelValue"])) : createCommentVNode("v-if", true)], 2)], 512);
155
+ };
156
+ }
157
+ });
158
+ var Terminal_default = _sfc_main;
5
159
 
6
160
  //#endregion
7
161
  export { Terminal_default as default };
@@ -1,7 +1,37 @@
1
- import TerminalAnimation1_vue_vue_type_script_setup_true_lang_default from "./TerminalAnimation1.vue_vue_type_script_setup_true_lang.js";
1
+ import { createElementBlock, createElementVNode, defineComponent, onMounted, onUnmounted, openBlock } from "vue";
2
+ import Typewriter from "typewriter-effect/dist/core";
2
3
 
3
4
  //#region src/vitepress/components/terminal-animations/TerminalAnimation1.vue
4
- var TerminalAnimation1_default = TerminalAnimation1_vue_vue_type_script_setup_true_lang_default;
5
+ const _hoisted_1 = { class: "font-mono text-sm text-white leading-[1.5rem]" };
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ __name: "TerminalAnimation1",
8
+ props: { onAnimationComplete: { type: Function } },
9
+ setup(__props) {
10
+ const props = __props;
11
+ let typewriter;
12
+ onMounted(() => {
13
+ const target = document.getElementById("terminal-code");
14
+ typewriter = new Typewriter(target, {
15
+ loop: false,
16
+ delay: 1
17
+ });
18
+ typewriter.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(() => {
19
+ if (props.onAnimationComplete) {
20
+ props.onAnimationComplete();
21
+ }
22
+ }).start();
23
+ });
24
+ onUnmounted(() => {
25
+ if (typewriter) {
26
+ typewriter.stop();
27
+ }
28
+ });
29
+ return (_ctx, _cache) => {
30
+ return openBlock(), createElementBlock("p", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("span", { id: "terminal-code" }, null, -1)])]);
31
+ };
32
+ }
33
+ });
34
+ var TerminalAnimation1_default = _sfc_main;
5
35
 
6
36
  //#endregion
7
37
  export { TerminalAnimation1_default as default };
@@ -1,7 +1,44 @@
1
- import TerminalAnimation2_vue_vue_type_script_setup_true_lang_default from "./TerminalAnimation2.vue_vue_type_script_setup_true_lang.js";
1
+ import { createElementBlock, createElementVNode, defineComponent, onMounted, onUnmounted, openBlock } from "vue";
2
+ import Typewriter from "typewriter-effect/dist/core";
2
3
 
3
4
  //#region src/vitepress/components/terminal-animations/TerminalAnimation2.vue
4
- var TerminalAnimation2_default = TerminalAnimation2_vue_vue_type_script_setup_true_lang_default;
5
+ const _hoisted_1 = { class: "font-mono text-sm text-white leading-[1.5rem]" };
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ __name: "TerminalAnimation2",
8
+ props: { onAnimationComplete: { type: Function } },
9
+ setup(__props) {
10
+ const props = __props;
11
+ let typewriter;
12
+ onMounted(() => {
13
+ const now = /* @__PURE__ */ new Date();
14
+ let hours = now.getHours();
15
+ const minutes = now.getMinutes().toString().padStart(2, "0");
16
+ const seconds = now.getSeconds().toString().padStart(2, "0");
17
+ const ampm = hours >= 12 ? "pm" : "am";
18
+ hours = hours % 12 || 12;
19
+ const currentTime = `${hours}:${minutes}:${seconds} ${ampm}`;
20
+ const target = document.getElementById("terminal-code");
21
+ typewriter = new Typewriter(target, {
22
+ loop: false,
23
+ delay: 1
24
+ });
25
+ typewriter.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">${currentTime} <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(() => {
26
+ if (props.onAnimationComplete) {
27
+ props.onAnimationComplete();
28
+ }
29
+ }).start();
30
+ });
31
+ onUnmounted(() => {
32
+ if (typewriter) {
33
+ typewriter.stop();
34
+ }
35
+ });
36
+ return (_ctx, _cache) => {
37
+ return openBlock(), createElementBlock("p", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("span", { id: "terminal-code" }, null, -1)])]);
38
+ };
39
+ }
40
+ });
41
+ var TerminalAnimation2_default = _sfc_main;
5
42
 
6
43
  //#endregion
7
44
  export { TerminalAnimation2_default as default };
@@ -1,7 +1,37 @@
1
- import TerminalAnimation3_vue_vue_type_script_setup_true_lang_default from "./TerminalAnimation3.vue_vue_type_script_setup_true_lang.js";
1
+ import { createElementBlock, createElementVNode, defineComponent, onMounted, onUnmounted, openBlock } from "vue";
2
+ import Typewriter from "typewriter-effect/dist/core";
2
3
 
3
4
  //#region src/vitepress/components/terminal-animations/TerminalAnimation3.vue
4
- var TerminalAnimation3_default = TerminalAnimation3_vue_vue_type_script_setup_true_lang_default;
5
+ const _hoisted_1 = { class: "font-mono text-sm text-white leading-[1.5rem]" };
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ __name: "TerminalAnimation3",
8
+ props: { onAnimationComplete: { type: Function } },
9
+ setup(__props) {
10
+ const props = __props;
11
+ let typewriter;
12
+ onMounted(() => {
13
+ const target = document.getElementById("terminal-code");
14
+ typewriter = new Typewriter(target, {
15
+ loop: false,
16
+ delay: 1
17
+ });
18
+ typewriter.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(() => {
19
+ if (props.onAnimationComplete) {
20
+ props.onAnimationComplete();
21
+ }
22
+ }).start();
23
+ });
24
+ onUnmounted(() => {
25
+ if (typewriter) {
26
+ typewriter.stop();
27
+ }
28
+ });
29
+ return (_ctx, _cache) => {
30
+ return openBlock(), createElementBlock("p", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("span", { id: "terminal-code" }, null, -1)])]);
31
+ };
32
+ }
33
+ });
34
+ var TerminalAnimation3_default = _sfc_main;
5
35
 
6
36
  //#endregion
7
37
  export { TerminalAnimation3_default as default };
@@ -1,7 +1,37 @@
1
- import TerminalAnimation4_vue_vue_type_script_setup_true_lang_default from "./TerminalAnimation4.vue_vue_type_script_setup_true_lang.js";
1
+ import { createElementBlock, createElementVNode, defineComponent, onMounted, onUnmounted, openBlock } from "vue";
2
+ import Typewriter from "typewriter-effect/dist/core";
2
3
 
3
4
  //#region src/vitepress/components/terminal-animations/TerminalAnimation4.vue
4
- var TerminalAnimation4_default = TerminalAnimation4_vue_vue_type_script_setup_true_lang_default;
5
+ const _hoisted_1 = { class: "font-mono text-sm text-white leading-[1.5rem]" };
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ __name: "TerminalAnimation4",
8
+ props: { onAnimationComplete: { type: Function } },
9
+ setup(__props) {
10
+ const props = __props;
11
+ let typewriter;
12
+ onMounted(() => {
13
+ const target = document.getElementById("terminal-code");
14
+ typewriter = new Typewriter(target, {
15
+ loop: false,
16
+ delay: 1
17
+ });
18
+ typewriter.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(() => {
19
+ if (props.onAnimationComplete) {
20
+ props.onAnimationComplete();
21
+ }
22
+ }).start();
23
+ });
24
+ onUnmounted(() => {
25
+ if (typewriter) {
26
+ typewriter.stop();
27
+ }
28
+ });
29
+ return (_ctx, _cache) => {
30
+ return openBlock(), createElementBlock("p", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("span", { id: "terminal-code" }, null, -1)])]);
31
+ };
32
+ }
33
+ });
34
+ var TerminalAnimation4_default = _sfc_main;
5
35
 
6
36
  //#endregion
7
37
  export { TerminalAnimation4_default as default };
@@ -1,7 +1,37 @@
1
- import TerminalAnimation5_vue_vue_type_script_setup_true_lang_default from "./TerminalAnimation5.vue_vue_type_script_setup_true_lang.js";
1
+ import { createElementBlock, createElementVNode, defineComponent, onMounted, onUnmounted, openBlock } from "vue";
2
+ import Typewriter from "typewriter-effect/dist/core";
2
3
 
3
4
  //#region src/vitepress/components/terminal-animations/TerminalAnimation5.vue
4
- var TerminalAnimation5_default = TerminalAnimation5_vue_vue_type_script_setup_true_lang_default;
5
+ const _hoisted_1 = { class: "font-mono text-sm text-white leading-[1.5rem]" };
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ __name: "TerminalAnimation5",
8
+ props: { onAnimationComplete: { type: Function } },
9
+ setup(__props) {
10
+ const props = __props;
11
+ let typewriter;
12
+ onMounted(() => {
13
+ const target = document.getElementById("terminal-code");
14
+ typewriter = new Typewriter(target, {
15
+ loop: false,
16
+ delay: 1
17
+ });
18
+ typewriter.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(() => {
19
+ if (props.onAnimationComplete) {
20
+ props.onAnimationComplete();
21
+ }
22
+ }).start();
23
+ });
24
+ onUnmounted(() => {
25
+ if (typewriter) {
26
+ typewriter.stop();
27
+ }
28
+ });
29
+ return (_ctx, _cache) => {
30
+ return openBlock(), createElementBlock("p", _hoisted_1, [..._cache[0] || (_cache[0] = [createElementVNode("span", { id: "terminal-code" }, null, -1)])]);
31
+ };
32
+ }
33
+ });
34
+ var TerminalAnimation5_default = _sfc_main;
5
35
 
6
36
  //#endregion
7
37
  export { TerminalAnimation5_default as default };