@voidzero-dev/vitepress-theme 0.1.34 → 0.1.35

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 (88) hide show
  1. package/dist/index100.js +9 -0
  2. package/dist/index101.js +35 -0
  3. package/dist/index102.js +59 -0
  4. package/dist/index103.js +11 -0
  5. package/dist/index104.js +16 -0
  6. package/dist/index105.js +60 -0
  7. package/dist/index106.js +8 -0
  8. package/dist/index107.js +41 -0
  9. package/dist/index108.js +23 -0
  10. package/dist/index109.js +27 -0
  11. package/dist/index110.js +12 -0
  12. package/dist/index111.js +59 -0
  13. package/dist/index112.js +38 -0
  14. package/dist/index113.js +121 -0
  15. package/dist/index114.js +94 -0
  16. package/dist/index115.js +10 -0
  17. package/dist/index116.js +441 -0
  18. package/dist/index117.js +35 -0
  19. package/dist/index118.js +1204 -0
  20. package/dist/index119.js +6 -0
  21. package/dist/index120.js +1737 -0
  22. package/dist/index121.js +7 -0
  23. package/dist/index122.js +4 -0
  24. package/dist/index123.js +317 -0
  25. package/dist/index124.js +4 -0
  26. package/dist/index125.js +448 -0
  27. package/dist/index27.js +1 -1
  28. package/dist/index3.js +3 -3
  29. package/dist/index34.js +12 -12
  30. package/dist/index36.js +7 -7
  31. package/dist/index38.js +17 -16
  32. package/dist/index4.js +24 -21
  33. package/dist/index40.js +2 -26
  34. package/dist/index41.js +81 -27
  35. package/dist/index42.js +63 -23
  36. package/dist/index43.js +50 -23
  37. package/dist/index44.js +73 -23
  38. package/dist/index45.js +16 -16
  39. package/dist/index46.js +30 -2
  40. package/dist/index47.js +25 -24
  41. package/dist/index48.js +26 -2
  42. package/dist/index49.js +26 -2
  43. package/dist/index50.js +26 -2
  44. package/dist/index51.js +18 -49
  45. package/dist/index52.js +18 -7207
  46. package/dist/index53.js +18 -2
  47. package/dist/index6.js +1 -1
  48. package/dist/index62.js +2 -18
  49. package/dist/index63.js +2 -18
  50. package/dist/index64.js +2 -18
  51. package/dist/index65.js +2 -2
  52. package/dist/index66.js +49 -2
  53. package/dist/index67.js +44 -3
  54. package/dist/index68.js +2587 -2
  55. package/dist/index69.js +51 -2
  56. package/dist/index7.js +1 -1
  57. package/dist/index70.js +7205 -32
  58. package/dist/index71.js +14 -2
  59. package/dist/index72.js +22 -2
  60. package/dist/index73.js +124 -2
  61. package/dist/index74.js +2 -2
  62. package/dist/index75.js +2 -2
  63. package/dist/index76.js +2 -2
  64. package/dist/index77.js +2 -2
  65. package/dist/index78.js +2 -5324
  66. package/dist/index79.js +25 -2
  67. package/dist/index8.js +2 -2
  68. package/dist/index80.js +34 -2
  69. package/dist/index81.js +2 -2
  70. package/dist/index82.js +2 -2
  71. package/dist/index83.js +2 -2
  72. package/dist/index84.js +2 -2
  73. package/dist/index85.js +2 -2
  74. package/dist/index86.js +2 -4
  75. package/dist/index87.js +2 -1735
  76. package/dist/index88.js +2 -5
  77. package/dist/index89.js +1 -1
  78. package/dist/index90.js +2 -446
  79. package/dist/index91.js +2 -315
  80. package/dist/index92.js +2 -2
  81. package/dist/index93.js +4 -0
  82. package/dist/index94.js +5326 -0
  83. package/dist/index95.js +4 -0
  84. package/dist/index96.js +12 -0
  85. package/dist/index97.js +9 -0
  86. package/dist/index98.js +7 -0
  87. package/dist/index99.js +6 -0
  88. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ var e = { exports: {} };
2
+ export {
3
+ e as __module
4
+ };
@@ -0,0 +1,12 @@
1
+ import { inject as c, provide as s } from "vue";
2
+ function x(t, r) {
3
+ const e = typeof t == "string" && !r ? `${t}Context` : r, i = Symbol(e);
4
+ return [(n) => {
5
+ const o = c(i, n);
6
+ if (o || o === null) return o;
7
+ throw new Error(`Injection \`${i.toString()}\` not found. Component must be used within ${Array.isArray(t) ? `one of the following components: ${t.join(", ")}` : `\`${t}\``}`);
8
+ }, (n) => (s(i, n), n)];
9
+ }
10
+ export {
11
+ x as createContext
12
+ };
@@ -0,0 +1,9 @@
1
+ function t() {
2
+ let e = document.activeElement;
3
+ if (e == null) return null;
4
+ for (; e != null && e.shadowRoot != null && e.shadowRoot.activeElement != null; ) e = e.shadowRoot.activeElement;
5
+ return e;
6
+ }
7
+ export {
8
+ t as getActiveElement
9
+ };
@@ -0,0 +1,7 @@
1
+ import { Fragment as e } from "vue";
2
+ function n(t) {
3
+ return t ? t.flatMap((r) => r.type === e ? n(r.children) : [r]) : [];
4
+ }
5
+ export {
6
+ n as renderSlotFragments
7
+ };
@@ -0,0 +1,6 @@
1
+ import { createContext as o } from "./index96.js";
2
+ import "vue";
3
+ const [e] = o("ConfigProvider");
4
+ export {
5
+ e as injectConfigProviderContext
6
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voidzero-dev/vitepress-theme",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "description": "Shared VitePress theme for VoidZero projects",
5
5
  "type": "module",
6
6
  "license": "MIT",