@voidzero-dev/vitepress-theme 0.1.32 → 0.1.33
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/index.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index10.js +2 -2
- package/dist/index11.js +2 -2
- package/dist/index12.js +2 -2
- package/dist/index13.js +1 -1
- package/dist/index14.js +2 -2
- package/dist/index15.js +1 -1
- package/dist/index16.js +2 -2
- package/dist/index17.js +1 -1
- package/dist/index18.js +7 -0
- package/dist/index19.js +20 -2
- package/dist/index2.js +6 -4
- package/dist/index21.js +1 -1
- package/dist/index22.js +1 -1
- package/dist/index23.js +1 -1
- package/dist/index24.js +1 -1
- package/dist/index25.js +2 -21
- package/dist/index26.js +4 -0
- package/dist/index27.js +21 -7
- package/dist/index29.js +9 -0
- package/dist/index3.js +3 -3
- package/dist/index30.js +105 -2
- package/dist/index32.js +2 -295
- package/dist/index34.js +275 -127
- package/dist/index36.js +147 -18
- package/dist/index38.js +114 -18
- package/dist/index4.js +6 -6
- package/dist/index40.js +2 -26
- package/dist/index41.js +14 -18
- package/dist/index42.js +20 -16
- package/dist/index43.js +16 -16
- package/dist/index44.js +13 -13
- package/dist/index45.js +14 -14
- package/dist/index46.js +26 -2
- package/dist/index47.js +2 -2
- package/dist/index48.js +2 -2
- package/dist/index49.js +2 -2
- package/dist/index50.js +2 -2
- package/dist/index51.js +2 -2
- package/dist/index52.js +2 -2
- package/dist/index53.js +2 -2
- package/dist/index54.js +2 -2
- package/dist/index55.js +2 -2
- package/dist/index56.js +1 -1
- package/dist/index57.js +2 -2
- package/dist/index58.js +18 -2
- package/dist/index59.js +18 -2
- package/dist/index60.js +18 -2
- package/dist/index61.js +1 -1
- package/dist/index62.js +49 -2
- package/dist/index63.js +43 -34
- package/dist/index64.js +2587 -2
- package/dist/index65.js +51 -2
- package/dist/index66.js +7207 -2
- package/dist/index67.js +14 -2
- package/dist/index68.js +34 -2
- package/dist/index69.js +2 -2
- package/dist/index7.js +1 -1
- package/dist/index70.js +2 -2
- package/dist/index71.js +2 -2
- package/dist/index72.js +2 -2
- package/dist/index73.js +2 -2
- package/dist/index74.js +2 -2
- package/dist/index75.js +2 -2
- package/dist/index76.js +2 -22
- package/dist/index77.js +2 -124
- package/dist/index78.js +2 -2
- package/dist/index79.js +2 -33
- package/dist/index8.js +2 -2
- package/dist/index80.js +21 -1201
- package/dist/index81.js +124 -5
- package/dist/index82.js +2 -4
- package/dist/index83.js +436 -312
- package/dist/index84.js +1735 -2
- package/dist/index85.js +4 -0
- package/dist/index86.js +4 -0
- package/dist/index87.js +4 -0
- package/dist/index88.js +4 -0
- package/dist/index89.js +4 -0
- package/dist/index9.js +2 -2
- package/dist/index90.js +4 -0
- package/dist/index91.js +35 -0
- package/dist/index92.js +1204 -0
- package/dist/index93.js +448 -0
- package/dist/index94.js +7 -0
- package/dist/index95.js +4 -0
- package/dist/index96.js +317 -0
- package/dist/index97.js +4 -0
- package/dist/index98.js +6 -0
- package/dist/vitepress/components/shared/Eyebrow.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/Footer.vue.d.ts +2 -0
- package/dist/vitepress/components/shared/RiveAnimation.vue.d.ts +20 -0
- package/dist/vitepress/components/shared/Terminal.vue.d.ts +4 -0
- package/dist/vitepress/components/shared/icons/VZIconBluesky.vue.d.ts +2 -0
- package/dist/vitepress/components/shared/icons/VZIconGitHub.vue.d.ts +2 -0
- package/dist/vitepress/components/shared/icons/VZIconTwitter.vue.d.ts +2 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation1.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation2.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation3.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation4.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation5.vue.d.ts +5 -0
- package/dist/vitepress/components/shared/terminal-animations/TerminalAnimation6.vue.d.ts +5 -0
- package/dist/vitepress/components/viteplus/Header.vue.d.ts +17 -0
- package/dist/vitepress/components/voidzero/CaseStudySlider.vue.d.ts +5 -0
- package/dist/vitepress/components/voidzero/CustomersSectionHeading.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/GitHubStats.vue.d.ts +7 -0
- package/dist/vitepress/components/voidzero/Header.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/Hero.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/OpenSourceSectionHeading.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/OpenSourceSectionProjects.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/Statistics.vue.d.ts +7 -0
- package/dist/vitepress/components/voidzero/StatisticsSectionHeading.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/TeamCTA.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/TrustedBy.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/VitePlusSectionFeatures.vue.d.ts +2 -0
- package/dist/vitepress/components/voidzero/VitePlusSectionHeading.vue.d.ts +2 -0
- package/dist/vitepress/index.d.ts +6 -0
- package/package.json +9 -6
- package/dist/index20.js +0 -4
- package/dist/index28.js +0 -107
- package/dist/index37.js +0 -20
- package/dist/index39.js +0 -4
- /package/dist/{index31.js → index33.js} +0 -0
package/dist/index65.js
CHANGED
|
@@ -1,4 +1,53 @@
|
|
|
1
|
-
|
|
1
|
+
import { defineComponent as g, ref as T, computed as l, inject as P, createElementBlock as y, openBlock as h, mergeProps as w, unref as m } from "vue";
|
|
2
|
+
import { d as v, N as i, f as b } from "./index83.js";
|
|
3
|
+
const x = Symbol(), M = ["batched", "trend", "plugins", "animated", "transformTiming", "spinTiming", "opacityTiming", "respectMotionPreference", "data-will-change", "digits", "innerHTML", "data"], k = /* @__PURE__ */ g({
|
|
4
|
+
inheritAttrs: !1,
|
|
5
|
+
__name: "index",
|
|
6
|
+
props: {
|
|
7
|
+
transformTiming: { default: () => i.defaultProps.transformTiming },
|
|
8
|
+
spinTiming: { default: () => i.defaultProps.spinTiming },
|
|
9
|
+
opacityTiming: { default: () => i.defaultProps.opacityTiming },
|
|
10
|
+
animated: { type: Boolean, default: () => i.defaultProps.animated },
|
|
11
|
+
respectMotionPreference: { type: Boolean, default: () => i.defaultProps.respectMotionPreference },
|
|
12
|
+
trend: { type: [Number, Function], default: () => i.defaultProps.trend },
|
|
13
|
+
plugins: { default: () => i.defaultProps.plugins },
|
|
14
|
+
digits: { default: () => i.defaultProps.digits },
|
|
15
|
+
locales: {},
|
|
16
|
+
format: {},
|
|
17
|
+
value: {},
|
|
18
|
+
prefix: {},
|
|
19
|
+
suffix: {},
|
|
20
|
+
willChange: { type: Boolean, default: !1 }
|
|
21
|
+
},
|
|
22
|
+
emits: ["animationsstart", "animationsfinish"],
|
|
23
|
+
setup(t, { expose: f, emit: p }) {
|
|
24
|
+
const a = T();
|
|
25
|
+
f({ el: a });
|
|
26
|
+
const r = p, d = l(() => new Intl.NumberFormat(t.locales, t.format)), s = l(() => b(t.value, d.value, t.prefix, t.suffix)), u = void 0, o = P(x, void 0);
|
|
27
|
+
return o?.(a, s), (e, n) => (h(), y("number-flow-vue", w({
|
|
28
|
+
ref_key: "el",
|
|
29
|
+
ref: a
|
|
30
|
+
}, e.$attrs, {
|
|
31
|
+
batched: !!m(o),
|
|
32
|
+
trend: e.trend,
|
|
33
|
+
plugins: e.plugins,
|
|
34
|
+
animated: e.animated,
|
|
35
|
+
transformTiming: e.transformTiming,
|
|
36
|
+
spinTiming: e.spinTiming,
|
|
37
|
+
opacityTiming: e.opacityTiming,
|
|
38
|
+
respectMotionPreference: e.respectMotionPreference,
|
|
39
|
+
"data-will-change": e.willChange ? "" : void 0,
|
|
40
|
+
digits: e.digits,
|
|
41
|
+
innerHTML: m(u),
|
|
42
|
+
"data-allow-mismatch": "",
|
|
43
|
+
onAnimationsstart: n[0] || (n[0] = (c) => r("animationsstart")),
|
|
44
|
+
onAnimationsfinish: n[1] || (n[1] = (c) => r("animationsfinish")),
|
|
45
|
+
data: s.value
|
|
46
|
+
}), null, 16, M));
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
v("number-flow-vue", i);
|
|
2
50
|
export {
|
|
3
|
-
|
|
51
|
+
i as NumberFlowElement,
|
|
52
|
+
k as default
|
|
4
53
|
};
|