@voidzero-dev/vitepress-theme 0.0.10 → 0.0.11
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.
|
@@ -4,8 +4,7 @@ import TerminalAnimation3_default from "./terminal-animations/TerminalAnimation3
|
|
|
4
4
|
import TerminalAnimation4_default from "./terminal-animations/TerminalAnimation4.js";
|
|
5
5
|
import TerminalAnimation5_default from "./terminal-animations/TerminalAnimation5.js";
|
|
6
6
|
import TerminalAnimation6_default from "./terminal-animations/TerminalAnimation6.js";
|
|
7
|
-
import
|
|
8
|
-
import { createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, createVNode, defineComponent, normalizeClass, normalizeStyle, onMounted, onUnmounted, openBlock, ref, unref, withCtx } from "vue";
|
|
7
|
+
import { createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, createVNode, defineComponent, normalizeClass, onMounted, onUnmounted, openBlock, ref, unref, withCtx } from "vue";
|
|
9
8
|
import { TabsContent, TabsList, TabsRoot, TabsTrigger } from "reka-ui";
|
|
10
9
|
|
|
11
10
|
//#region src/vitepress/components/Terminal.vue
|
|
@@ -75,8 +74,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
75
74
|
return openBlock(), createElementBlock("section", {
|
|
76
75
|
ref_key: "sectionRef",
|
|
77
76
|
ref: sectionRef,
|
|
78
|
-
class: "wrapper border-t h-[40rem] bg-wine bg-cover bg-top flex justify-center pt-28 overflow-clip"
|
|
79
|
-
style: normalizeStyle({ backgroundImage: `url(${unref(terminal_background_default)})` })
|
|
77
|
+
class: "wrapper border-t h-[40rem] bg-wine bg-[url(/terminal-background.jpg)] bg-cover bg-top flex justify-center pt-28 overflow-clip"
|
|
80
78
|
}, [createElementVNode("div", {
|
|
81
79
|
class: normalizeClass([
|
|
82
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",
|
|
@@ -153,7 +151,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
153
151
|
})
|
|
154
152
|
]),
|
|
155
153
|
_: 1
|
|
156
|
-
}, 8, ["modelValue"])) : createCommentVNode("v-if", true)], 2)],
|
|
154
|
+
}, 8, ["modelValue"])) : createCommentVNode("v-if", true)], 2)], 512);
|
|
157
155
|
};
|
|
158
156
|
}
|
|
159
157
|
});
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|