@voidzero-dev/vitepress-theme 0.1.35 → 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.
Files changed (94) hide show
  1. package/dist/index100.js +6 -6
  2. package/dist/index101.js +4 -32
  3. package/dist/index102.js +4 -57
  4. package/dist/index103.js +6 -8
  5. package/dist/index104.js +29 -10
  6. package/dist/index105.js +55 -56
  7. package/dist/index106.js +9 -6
  8. package/dist/index107.js +13 -38
  9. package/dist/index108.js +58 -21
  10. package/dist/index109.js +6 -25
  11. package/dist/index110.js +39 -10
  12. package/dist/index111.js +20 -56
  13. package/dist/index112.js +25 -36
  14. package/dist/index113.js +10 -119
  15. package/dist/index114.js +54 -89
  16. package/dist/index115.js +34 -6
  17. package/dist/index116.js +112 -432
  18. package/dist/index117.js +92 -33
  19. package/dist/index118.js +6 -1200
  20. package/dist/index119.js +438 -3
  21. package/dist/index120.js +5 -1735
  22. package/dist/index121.js +2 -5
  23. package/dist/index122.js +1735 -2
  24. package/dist/index27.js +1 -1
  25. package/dist/index3.js +3 -3
  26. package/dist/index30.js +8 -8
  27. package/dist/index34.js +12 -12
  28. package/dist/index36.js +7 -7
  29. package/dist/index38.js +7 -7
  30. package/dist/index4.js +10 -10
  31. package/dist/index40.js +84 -2
  32. package/dist/index41.js +50 -68
  33. package/dist/index42.js +34 -47
  34. package/dist/index43.js +55 -32
  35. package/dist/index44.js +23 -73
  36. package/dist/index45.js +18 -14
  37. package/dist/index46.js +16 -20
  38. package/dist/index47.js +16 -16
  39. package/dist/index48.js +13 -13
  40. package/dist/index49.js +14 -14
  41. package/dist/index50.js +2 -26
  42. package/dist/index51.js +24 -17
  43. package/dist/index52.js +20 -16
  44. package/dist/index53.js +122 -16
  45. package/dist/index54.js +2 -2
  46. package/dist/index55.js +2 -2
  47. package/dist/index56.js +2 -2
  48. package/dist/index57.js +2 -2
  49. package/dist/index58.js +2 -2
  50. package/dist/index59.js +2 -2
  51. package/dist/index6.js +1 -1
  52. package/dist/index60.js +2 -2
  53. package/dist/index61.js +1 -1
  54. package/dist/index62.js +2 -2
  55. package/dist/index63.js +2 -2
  56. package/dist/index64.js +2 -2
  57. package/dist/index65.js +1 -1
  58. package/dist/index66.js +2 -49
  59. package/dist/index67.js +19 -44
  60. package/dist/index68.js +18 -2587
  61. package/dist/index69.js +18 -51
  62. package/dist/index7.js +2 -2
  63. package/dist/index70.js +2 -7207
  64. package/dist/index71.js +2 -14
  65. package/dist/index72.js +2 -22
  66. package/dist/index73.js +34 -124
  67. package/dist/index74.js +2 -2
  68. package/dist/index75.js +2 -2
  69. package/dist/index76.js +2 -2
  70. package/dist/index77.js +2 -2
  71. package/dist/index78.js +2 -2
  72. package/dist/index79.js +2 -25
  73. package/dist/index8.js +3 -3
  74. package/dist/index80.js +2 -34
  75. package/dist/index81.js +2 -2
  76. package/dist/index82.js +49 -2
  77. package/dist/index83.js +44 -3
  78. package/dist/index84.js +2587 -2
  79. package/dist/index85.js +51 -2
  80. package/dist/index86.js +7207 -2
  81. package/dist/index87.js +14 -2
  82. package/dist/index88.js +5324 -2
  83. package/dist/index89.js +2 -2
  84. package/dist/index90.js +1 -1
  85. package/dist/index91.js +1 -1
  86. package/dist/index92.js +1 -1
  87. package/dist/index93.js +1 -1
  88. package/dist/index94.js +2 -5324
  89. package/dist/index95.js +2 -2
  90. package/dist/index96.js +32 -9
  91. package/dist/index97.js +1201 -6
  92. package/dist/index98.js +3 -4
  93. package/dist/index99.js +10 -4
  94. package/package.json +1 -1
package/dist/index69.js CHANGED
@@ -1,53 +1,20 @@
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 "./index116.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);
1
+ import { createElementBlock as c, openBlock as t, createElementVNode as o } from "vue";
2
+ import r from "./index29.js";
3
+ const n = {}, l = {
4
+ xmlns: "http://www.w3.org/2000/svg",
5
+ "aria-hidden": "true",
6
+ focusable: "false",
7
+ viewBox: "0 0 24 24"
8
+ };
9
+ function s(a, e) {
10
+ return t(), c("svg", l, [...e[0] || (e[0] = [
11
+ o("path", {
12
+ fill: "currentColor",
13
+ d: "M22.46 6c-.77.35-1.6.58-2.46.69c.88-.53 1.56-1.37 1.88-2.38c-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29c0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15c0 1.49.75 2.81 1.91 3.56c-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.2 4.2 0 0 1-1.93.07a4.28 4.28 0 0 0 4 2.98a8.52 8.52 0 0 1-5.33 1.84q-.51 0-1.02-.06C3.44 20.29 5.7 21 8.12 21C16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56c.84-.6 1.56-1.36 2.14-2.23"
14
+ }, null, -1)
15
+ ])]);
16
+ }
17
+ const d = /* @__PURE__ */ r(n, [["render", s]]);
50
18
  export {
51
- i as NumberFlowElement,
52
- k as default
19
+ d as default
53
20
  };
package/dist/index7.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as p, createElementBlock as s, openBlock as r, createElementVNode as e, Fragment as _, renderList as m, unref as n, normalizeClass as d, toDisplayString as u, renderSlot as f } from "vue";
2
- import h from "./index62.js";
3
- import { useData as g, useRoute as k } from "vitepress";
2
+ import h from "./index50.js";
3
+ import { useData as g, useRoute as k } from "vitepress/client";
4
4
  const x = { class: "wrapper px-6 py-7 flex items-center justify-between" }, v = { class: "flex items-center gap-10" }, y = { class: "nav" }, w = ["href"], B = { class: "flex items-center gap-6" }, b = /* @__PURE__ */ p({
5
5
  __name: "Header",
6
6
  setup(C) {