@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,448 @@
1
+ /*!
2
+ * @kurkle/color v0.3.4
3
+ * https://github.com/kurkle/color#readme
4
+ * (c) 2024 Jukka Kurkela
5
+ * Released under the MIT License
6
+ */
7
+ function m(f) {
8
+ return f + 0.5 | 0;
9
+ }
10
+ const b = (f, e, t) => Math.max(Math.min(f, t), e);
11
+ function l(f) {
12
+ return b(m(f * 2.55), 0, 255);
13
+ }
14
+ function d(f) {
15
+ return b(m(f * 255), 0, 255);
16
+ }
17
+ function o(f) {
18
+ return b(m(f / 2.55) / 100, 0, 1);
19
+ }
20
+ function X(f) {
21
+ return b(m(f * 100), 0, 100);
22
+ }
23
+ const i = { 0: 0, 1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6, 7: 7, 8: 8, 9: 9, A: 10, B: 11, C: 12, D: 13, E: 14, F: 15, a: 10, b: 11, c: 12, d: 13, e: 14, f: 15 }, w = [..."0123456789ABCDEF"], Z = (f) => w[f & 15], A = (f) => w[(f & 240) >> 4] + w[f & 15], y = (f) => (f & 240) >> 4 === (f & 15), U = (f) => y(f.r) && y(f.g) && y(f.b) && y(f.a);
24
+ function V(f) {
25
+ var e = f.length, t;
26
+ return f[0] === "#" && (e === 4 || e === 5 ? t = {
27
+ r: 255 & i[f[1]] * 17,
28
+ g: 255 & i[f[2]] * 17,
29
+ b: 255 & i[f[3]] * 17,
30
+ a: e === 5 ? i[f[4]] * 17 : 255
31
+ } : (e === 7 || e === 9) && (t = {
32
+ r: i[f[1]] << 4 | i[f[2]],
33
+ g: i[f[3]] << 4 | i[f[4]],
34
+ b: i[f[5]] << 4 | i[f[6]],
35
+ a: e === 9 ? i[f[7]] << 4 | i[f[8]] : 255
36
+ })), t;
37
+ }
38
+ const H = (f, e) => f < 255 ? e(f) : "";
39
+ function W(f) {
40
+ var e = U(f) ? Z : A;
41
+ return f ? "#" + e(f.r) + e(f.g) + e(f.b) + H(f.a, e) : void 0;
42
+ }
43
+ const q = /^(hsla?|hwb|hsv)\(\s*([-+.e\d]+)(?:deg)?[\s,]+([-+.e\d]+)%[\s,]+([-+.e\d]+)%(?:[\s,]+([-+.e\d]+)(%)?)?\s*\)$/;
44
+ function $(f, e, t) {
45
+ const n = e * Math.min(t, 1 - t), r = (a, s = (a + f / 30) % 12) => t - n * Math.max(Math.min(s - 3, 9 - s, 1), -1);
46
+ return [r(0), r(8), r(4)];
47
+ }
48
+ function L(f, e, t) {
49
+ const n = (r, a = (r + f / 60) % 6) => t - t * e * Math.max(Math.min(a, 4 - a, 1), 0);
50
+ return [n(5), n(3), n(1)];
51
+ }
52
+ function j(f, e, t) {
53
+ const n = $(f, 1, 0.5);
54
+ let r;
55
+ for (e + t > 1 && (r = 1 / (e + t), e *= r, t *= r), r = 0; r < 3; r++)
56
+ n[r] *= 1 - e - t, n[r] += e;
57
+ return n;
58
+ }
59
+ function N(f, e, t, n, r) {
60
+ return f === r ? (e - t) / n + (e < t ? 6 : 0) : e === r ? (t - f) / n + 2 : (f - e) / n + 4;
61
+ }
62
+ function _(f) {
63
+ const t = f.r / 255, n = f.g / 255, r = f.b / 255, a = Math.max(t, n, r), s = Math.min(t, n, r), c = (a + s) / 2;
64
+ let g, h, x;
65
+ return a !== s && (x = a - s, h = c > 0.5 ? x / (2 - a - s) : x / (a + s), g = N(t, n, r, x, a), g = g * 60 + 0.5), [g | 0, h || 0, c];
66
+ }
67
+ function M(f, e, t, n) {
68
+ return (Array.isArray(e) ? f(e[0], e[1], e[2]) : f(e, t, n)).map(d);
69
+ }
70
+ function S(f, e, t) {
71
+ return M($, f, e, t);
72
+ }
73
+ function K(f, e, t) {
74
+ return M(j, f, e, t);
75
+ }
76
+ function B(f, e, t) {
77
+ return M(L, f, e, t);
78
+ }
79
+ function P(f) {
80
+ return (f % 360 + 360) % 360;
81
+ }
82
+ function Q(f) {
83
+ const e = q.exec(f);
84
+ let t = 255, n;
85
+ if (!e)
86
+ return;
87
+ e[5] !== n && (t = e[6] ? l(+e[5]) : d(+e[5]));
88
+ const r = P(+e[2]), a = +e[3] / 100, s = +e[4] / 100;
89
+ return e[1] === "hwb" ? n = K(r, a, s) : e[1] === "hsv" ? n = B(r, a, s) : n = S(r, a, s), {
90
+ r: n[0],
91
+ g: n[1],
92
+ b: n[2],
93
+ a: t
94
+ };
95
+ }
96
+ function C(f, e) {
97
+ var t = _(f);
98
+ t[0] = P(t[0] + e), t = S(t), f.r = t[0], f.g = t[1], f.b = t[2];
99
+ }
100
+ function D(f) {
101
+ if (!f)
102
+ return;
103
+ const e = _(f), t = e[0], n = X(e[1]), r = X(e[2]);
104
+ return f.a < 255 ? `hsla(${t}, ${n}%, ${r}%, ${o(f.a)})` : `hsl(${t}, ${n}%, ${r}%)`;
105
+ }
106
+ const O = {
107
+ x: "dark",
108
+ Z: "light",
109
+ Y: "re",
110
+ X: "blu",
111
+ W: "gr",
112
+ V: "medium",
113
+ U: "slate",
114
+ A: "ee",
115
+ T: "ol",
116
+ S: "or",
117
+ B: "ra",
118
+ C: "lateg",
119
+ D: "ights",
120
+ R: "in",
121
+ Q: "turquois",
122
+ E: "hi",
123
+ P: "ro",
124
+ O: "al",
125
+ N: "le",
126
+ M: "de",
127
+ L: "yello",
128
+ F: "en",
129
+ K: "ch",
130
+ G: "arks",
131
+ H: "ea",
132
+ I: "ightg",
133
+ J: "wh"
134
+ }, E = {
135
+ OiceXe: "f0f8ff",
136
+ antiquewEte: "faebd7",
137
+ aqua: "ffff",
138
+ aquamarRe: "7fffd4",
139
+ azuY: "f0ffff",
140
+ beige: "f5f5dc",
141
+ bisque: "ffe4c4",
142
+ black: "0",
143
+ blanKedOmond: "ffebcd",
144
+ Xe: "ff",
145
+ XeviTet: "8a2be2",
146
+ bPwn: "a52a2a",
147
+ burlywood: "deb887",
148
+ caMtXe: "5f9ea0",
149
+ KartYuse: "7fff00",
150
+ KocTate: "d2691e",
151
+ cSO: "ff7f50",
152
+ cSnflowerXe: "6495ed",
153
+ cSnsilk: "fff8dc",
154
+ crimson: "dc143c",
155
+ cyan: "ffff",
156
+ xXe: "8b",
157
+ xcyan: "8b8b",
158
+ xgTMnPd: "b8860b",
159
+ xWay: "a9a9a9",
160
+ xgYF: "6400",
161
+ xgYy: "a9a9a9",
162
+ xkhaki: "bdb76b",
163
+ xmagFta: "8b008b",
164
+ xTivegYF: "556b2f",
165
+ xSange: "ff8c00",
166
+ xScEd: "9932cc",
167
+ xYd: "8b0000",
168
+ xsOmon: "e9967a",
169
+ xsHgYF: "8fbc8f",
170
+ xUXe: "483d8b",
171
+ xUWay: "2f4f4f",
172
+ xUgYy: "2f4f4f",
173
+ xQe: "ced1",
174
+ xviTet: "9400d3",
175
+ dAppRk: "ff1493",
176
+ dApskyXe: "bfff",
177
+ dimWay: "696969",
178
+ dimgYy: "696969",
179
+ dodgerXe: "1e90ff",
180
+ fiYbrick: "b22222",
181
+ flSOwEte: "fffaf0",
182
+ foYstWAn: "228b22",
183
+ fuKsia: "ff00ff",
184
+ gaRsbSo: "dcdcdc",
185
+ ghostwEte: "f8f8ff",
186
+ gTd: "ffd700",
187
+ gTMnPd: "daa520",
188
+ Way: "808080",
189
+ gYF: "8000",
190
+ gYFLw: "adff2f",
191
+ gYy: "808080",
192
+ honeyMw: "f0fff0",
193
+ hotpRk: "ff69b4",
194
+ RdianYd: "cd5c5c",
195
+ Rdigo: "4b0082",
196
+ ivSy: "fffff0",
197
+ khaki: "f0e68c",
198
+ lavFMr: "e6e6fa",
199
+ lavFMrXsh: "fff0f5",
200
+ lawngYF: "7cfc00",
201
+ NmoncEffon: "fffacd",
202
+ ZXe: "add8e6",
203
+ ZcSO: "f08080",
204
+ Zcyan: "e0ffff",
205
+ ZgTMnPdLw: "fafad2",
206
+ ZWay: "d3d3d3",
207
+ ZgYF: "90ee90",
208
+ ZgYy: "d3d3d3",
209
+ ZpRk: "ffb6c1",
210
+ ZsOmon: "ffa07a",
211
+ ZsHgYF: "20b2aa",
212
+ ZskyXe: "87cefa",
213
+ ZUWay: "778899",
214
+ ZUgYy: "778899",
215
+ ZstAlXe: "b0c4de",
216
+ ZLw: "ffffe0",
217
+ lime: "ff00",
218
+ limegYF: "32cd32",
219
+ lRF: "faf0e6",
220
+ magFta: "ff00ff",
221
+ maPon: "800000",
222
+ VaquamarRe: "66cdaa",
223
+ VXe: "cd",
224
+ VScEd: "ba55d3",
225
+ VpurpN: "9370db",
226
+ VsHgYF: "3cb371",
227
+ VUXe: "7b68ee",
228
+ VsprRggYF: "fa9a",
229
+ VQe: "48d1cc",
230
+ VviTetYd: "c71585",
231
+ midnightXe: "191970",
232
+ mRtcYam: "f5fffa",
233
+ mistyPse: "ffe4e1",
234
+ moccasR: "ffe4b5",
235
+ navajowEte: "ffdead",
236
+ navy: "80",
237
+ Tdlace: "fdf5e6",
238
+ Tive: "808000",
239
+ TivedBb: "6b8e23",
240
+ Sange: "ffa500",
241
+ SangeYd: "ff4500",
242
+ ScEd: "da70d6",
243
+ pOegTMnPd: "eee8aa",
244
+ pOegYF: "98fb98",
245
+ pOeQe: "afeeee",
246
+ pOeviTetYd: "db7093",
247
+ papayawEp: "ffefd5",
248
+ pHKpuff: "ffdab9",
249
+ peru: "cd853f",
250
+ pRk: "ffc0cb",
251
+ plum: "dda0dd",
252
+ powMrXe: "b0e0e6",
253
+ purpN: "800080",
254
+ YbeccapurpN: "663399",
255
+ Yd: "ff0000",
256
+ Psybrown: "bc8f8f",
257
+ PyOXe: "4169e1",
258
+ saddNbPwn: "8b4513",
259
+ sOmon: "fa8072",
260
+ sandybPwn: "f4a460",
261
+ sHgYF: "2e8b57",
262
+ sHshell: "fff5ee",
263
+ siFna: "a0522d",
264
+ silver: "c0c0c0",
265
+ skyXe: "87ceeb",
266
+ UXe: "6a5acd",
267
+ UWay: "708090",
268
+ UgYy: "708090",
269
+ snow: "fffafa",
270
+ sprRggYF: "ff7f",
271
+ stAlXe: "4682b4",
272
+ tan: "d2b48c",
273
+ teO: "8080",
274
+ tEstN: "d8bfd8",
275
+ tomato: "ff6347",
276
+ Qe: "40e0d0",
277
+ viTet: "ee82ee",
278
+ JHt: "f5deb3",
279
+ wEte: "ffffff",
280
+ wEtesmoke: "f5f5f5",
281
+ Lw: "ffff00",
282
+ LwgYF: "9acd32"
283
+ };
284
+ function v() {
285
+ const f = {}, e = Object.keys(E), t = Object.keys(O);
286
+ let n, r, a, s, c;
287
+ for (n = 0; n < e.length; n++) {
288
+ for (s = c = e[n], r = 0; r < t.length; r++)
289
+ a = t[r], c = c.replace(a, O[a]);
290
+ a = parseInt(E[s], 16), f[c] = [a >> 16 & 255, a >> 8 & 255, a & 255];
291
+ }
292
+ return f;
293
+ }
294
+ let F;
295
+ function G(f) {
296
+ F || (F = v(), F.transparent = [0, 0, 0, 0]);
297
+ const e = F[f.toLowerCase()];
298
+ return e && {
299
+ r: e[0],
300
+ g: e[1],
301
+ b: e[2],
302
+ a: e.length === 4 ? e[3] : 255
303
+ };
304
+ }
305
+ const I = /^rgba?\(\s*([-+.\d]+)(%)?[\s,]+([-+.e\d]+)(%)?[\s,]+([-+.e\d]+)(%)?(?:[\s,/]+([-+.e\d]+)(%)?)?\s*\)$/;
306
+ function J(f) {
307
+ const e = I.exec(f);
308
+ let t = 255, n, r, a;
309
+ if (e) {
310
+ if (e[7] !== n) {
311
+ const s = +e[7];
312
+ t = e[8] ? l(s) : b(s * 255, 0, 255);
313
+ }
314
+ return n = +e[1], r = +e[3], a = +e[5], n = 255 & (e[2] ? l(n) : b(n, 0, 255)), r = 255 & (e[4] ? l(r) : b(r, 0, 255)), a = 255 & (e[6] ? l(a) : b(a, 0, 255)), {
315
+ r: n,
316
+ g: r,
317
+ b: a,
318
+ a: t
319
+ };
320
+ }
321
+ }
322
+ function z(f) {
323
+ return f && (f.a < 255 ? `rgba(${f.r}, ${f.g}, ${f.b}, ${o(f.a)})` : `rgb(${f.r}, ${f.g}, ${f.b})`);
324
+ }
325
+ const Y = (f) => f <= 31308e-7 ? f * 12.92 : Math.pow(f, 1 / 2.4) * 1.055 - 0.055, u = (f) => f <= 0.04045 ? f / 12.92 : Math.pow((f + 0.055) / 1.055, 2.4);
326
+ function ee(f, e, t) {
327
+ const n = u(o(f.r)), r = u(o(f.g)), a = u(o(f.b));
328
+ return {
329
+ r: d(Y(n + t * (u(o(e.r)) - n))),
330
+ g: d(Y(r + t * (u(o(e.g)) - r))),
331
+ b: d(Y(a + t * (u(o(e.b)) - a))),
332
+ a: f.a + t * (e.a - f.a)
333
+ };
334
+ }
335
+ function p(f, e, t) {
336
+ if (f) {
337
+ let n = _(f);
338
+ n[e] = Math.max(0, Math.min(n[e] + n[e] * t, e === 0 ? 360 : 1)), n = S(n), f.r = n[0], f.g = n[1], f.b = n[2];
339
+ }
340
+ }
341
+ function T(f, e) {
342
+ return f && Object.assign(e || {}, f);
343
+ }
344
+ function R(f) {
345
+ var e = { r: 0, g: 0, b: 0, a: 255 };
346
+ return Array.isArray(f) ? f.length >= 3 && (e = { r: f[0], g: f[1], b: f[2], a: 255 }, f.length > 3 && (e.a = d(f[3]))) : (e = T(f, { r: 0, g: 0, b: 0, a: 1 }), e.a = d(e.a)), e;
347
+ }
348
+ function fe(f) {
349
+ return f.charAt(0) === "r" ? J(f) : Q(f);
350
+ }
351
+ class k {
352
+ constructor(e) {
353
+ if (e instanceof k)
354
+ return e;
355
+ const t = typeof e;
356
+ let n;
357
+ t === "object" ? n = R(e) : t === "string" && (n = V(e) || G(e) || fe(e)), this._rgb = n, this._valid = !!n;
358
+ }
359
+ get valid() {
360
+ return this._valid;
361
+ }
362
+ get rgb() {
363
+ var e = T(this._rgb);
364
+ return e && (e.a = o(e.a)), e;
365
+ }
366
+ set rgb(e) {
367
+ this._rgb = R(e);
368
+ }
369
+ rgbString() {
370
+ return this._valid ? z(this._rgb) : void 0;
371
+ }
372
+ hexString() {
373
+ return this._valid ? W(this._rgb) : void 0;
374
+ }
375
+ hslString() {
376
+ return this._valid ? D(this._rgb) : void 0;
377
+ }
378
+ mix(e, t) {
379
+ if (e) {
380
+ const n = this.rgb, r = e.rgb;
381
+ let a;
382
+ const s = t === a ? 0.5 : t, c = 2 * s - 1, g = n.a - r.a, h = ((c * g === -1 ? c : (c + g) / (1 + c * g)) + 1) / 2;
383
+ a = 1 - h, n.r = 255 & h * n.r + a * r.r + 0.5, n.g = 255 & h * n.g + a * r.g + 0.5, n.b = 255 & h * n.b + a * r.b + 0.5, n.a = s * n.a + (1 - s) * r.a, this.rgb = n;
384
+ }
385
+ return this;
386
+ }
387
+ interpolate(e, t) {
388
+ return e && (this._rgb = ee(this._rgb, e._rgb, t)), this;
389
+ }
390
+ clone() {
391
+ return new k(this.rgb);
392
+ }
393
+ alpha(e) {
394
+ return this._rgb.a = d(e), this;
395
+ }
396
+ clearer(e) {
397
+ const t = this._rgb;
398
+ return t.a *= 1 - e, this;
399
+ }
400
+ greyscale() {
401
+ const e = this._rgb, t = m(e.r * 0.3 + e.g * 0.59 + e.b * 0.11);
402
+ return e.r = e.g = e.b = t, this;
403
+ }
404
+ opaquer(e) {
405
+ const t = this._rgb;
406
+ return t.a *= 1 + e, this;
407
+ }
408
+ negate() {
409
+ const e = this._rgb;
410
+ return e.r = 255 - e.r, e.g = 255 - e.g, e.b = 255 - e.b, this;
411
+ }
412
+ lighten(e) {
413
+ return p(this._rgb, 2, e), this;
414
+ }
415
+ darken(e) {
416
+ return p(this._rgb, 2, -e), this;
417
+ }
418
+ saturate(e) {
419
+ return p(this._rgb, 1, e), this;
420
+ }
421
+ desaturate(e) {
422
+ return p(this._rgb, 1, -e), this;
423
+ }
424
+ rotate(e) {
425
+ return C(this._rgb, e), this;
426
+ }
427
+ }
428
+ export {
429
+ k as Color,
430
+ o as b2n,
431
+ V as hexParse,
432
+ W as hexString,
433
+ S as hsl2rgb,
434
+ D as hslString,
435
+ B as hsv2rgb,
436
+ Q as hueParse,
437
+ K as hwb2rgb,
438
+ b as lim,
439
+ d as n2b,
440
+ X as n2p,
441
+ G as nameParse,
442
+ l as p2b,
443
+ _ as rgb2hsl,
444
+ J as rgbParse,
445
+ z as rgbString,
446
+ C as rotate,
447
+ m as round
448
+ };
package/dist/index27.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as s, createElementBlock as d, openBlock as r, createStaticVNode as i, createVNode as n, unref as t } from "vue";
2
2
  import l from "./index6.js";
3
- import a from "./index53.js";
3
+ import a from "./index40.js";
4
4
  const p = { class: "wrapper flex flex-col justify-start items-center gap-6 pt-20 pb-10" }, x = /* @__PURE__ */ s({
5
5
  __name: "Hero",
6
6
  setup(o) {
package/dist/index3.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as o, createElementBlock as l, openBlock as a, createElementVNode as e, createStaticVNode as i, createVNode as s, createTextVNode as r, toDisplayString as n } from "vue";
2
- import p from "./index62.js";
3
- import d from "./index63.js";
4
- import c from "./index64.js";
2
+ import p from "./index51.js";
3
+ import d from "./index52.js";
4
+ import c from "./index53.js";
5
5
  const x = {
6
6
  class: "bg-primary",
7
7
  "data-theme": "dark"
package/dist/index34.js CHANGED
@@ -1,17 +1,17 @@
1
1
  import { defineComponent as _, ref as h, onMounted as y, onUnmounted as k, createElementBlock as c, openBlock as d, createElementVNode as t, Fragment as j, renderList as V, normalizeClass as i, createTextVNode as C, toDisplayString as z, createVNode as m, createCommentVNode as x } from "vue";
2
- import u from "./index70.js";
2
+ import u from "./index80.js";
3
3
  import I from "./index6.js";
4
- import A from "./index66.js";
5
- import E from "./index67.js";
6
- import R from "./index68.js";
7
- import T from "./index69.js";
8
- import S from "./index71.js";
9
- import N from "./index72.js";
10
- import O from "./index73.js";
11
- import J from "./index74.js";
12
- import P from "./index75.js";
13
- import B from "./index76.js";
14
- import X from "./index77.js";
4
+ import A from "./index75.js";
5
+ import E from "./index76.js";
6
+ import R from "./index77.js";
7
+ import T from "./index78.js";
8
+ import S from "./index81.js";
9
+ import N from "./index82.js";
10
+ import O from "./index83.js";
11
+ import J from "./index84.js";
12
+ import P from "./index85.js";
13
+ import B from "./index86.js";
14
+ import X from "./index87.js";
15
15
  const $ = { class: "wrapper wrapper--ticks border-t flex" }, D = { class: "w-72 p-10 sticky top-0 self-start hidden md:flex flex-col" }, H = { class: "flex flex-col gap-4" }, M = ["onClick"], F = ["src", "alt"], L = { class: "w-full md:border-l border-nickel" }, U = { class: "flex flex-col p-10 justify-between gap-20" }, q = { class: "flex flex-col gap-5 max-w-[20rem]" }, G = ["href"], K = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, Q = { class: "relative pl-10 h-full flex flex-col justify-center overflow-clip" }, W = ["src"], Y = { class: "flex flex-col p-10 justify-between gap-20" }, Z = { class: "flex flex-col gap-5 max-w-[20rem]" }, tt = ["href"], et = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, ot = { class: "relative pl-10 h-full flex flex-col justify-end overflow-clip pt-10 sm:pt-0" }, st = ["src"], lt = { class: "flex flex-col p-10 justify-between gap-20" }, it = { class: "flex flex-col gap-5 max-w-[20rem]" }, rt = ["href"], nt = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, at = { class: "relative pl-10 h-full flex flex-col justify-center overflow-clip py-10 sm:py-0" }, ct = ["src"], dt = { class: "flex flex-col p-10 justify-between gap-20" }, mt = { class: "flex flex-col gap-5 max-w-[20rem]" }, ft = ["href"], ut = { class: "flex flex-col min-h-[22rem] sm:min-h-[30rem]" }, pt = { class: "relative pl-10 h-full flex flex-col justify-center overflow-clip" }, Et = /* @__PURE__ */ _({
16
16
  __name: "OpenSourceSectionProjects",
17
17
  setup(xt) {
package/dist/index36.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { defineComponent as I, ref as v, onMounted as M, onUnmounted as A, createElementBlock as o, openBlock as s, createElementVNode as e, Fragment as m, renderList as p, normalizeClass as _, toDisplayString as g, createCommentVNode as V } from "vue";
2
- import f from "embla-carousel-vue";
3
- import B from "embla-carousel-autoplay";
4
- import c from "./index65.js";
5
- import y from "./index66.js";
6
- import w from "./index67.js";
7
- import x from "./index68.js";
8
- import k from "./index69.js";
2
+ import f from "./index72.js";
3
+ import B from "./index73.js";
4
+ import c from "./index74.js";
5
+ import y from "./index75.js";
6
+ import w from "./index76.js";
7
+ import x from "./index77.js";
8
+ import k from "./index78.js";
9
9
  const F = { class: "wrapper" }, L = { class: "bg-wine case-study-background" }, D = { class: "flex py-20" }, H = ["src", "alt"], P = { class: "text-white text-balance max-w-[20rem] pt-5" }, j = { class: "absolute bottom-0 left-0 right-0 flex gap-4 px-10 py-4 border-t border-slate items-center" }, z = ["href"], O = { class: "project-icon" }, $ = ["src", "alt"], E = {
10
10
  key: 0,
11
11
  class: "text-grey text-xs font-mono uppercase tracking-wide"
package/dist/index38.js CHANGED
@@ -1,11 +1,12 @@
1
- import { defineComponent as x, ref as l, computed as g, onMounted as y, onUnmounted as w, createElementBlock as h, openBlock as b, Fragment as k, createElementVNode as t, createStaticVNode as c, createTextVNode as C, createVNode as F, unref as f } from "vue";
2
- import N from "./index50.js";
3
- import "./index51.js";
4
- import "chartjs-adapter-moment";
5
- import S from "moment";
6
- import _, { continuous as A } from "@number-flow/vue";
7
- import { Chart as B } from "./index52.js";
8
- const P = { class: "wrapper wrapper--ticks border-t grid grid-cols-2 divide-x divide-ceramic" }, T = { class: "p-10 flex flex-col justify-between" }, M = /* @__PURE__ */ x({
1
+ import { defineComponent as x, ref as l, computed as g, onMounted as y, onUnmounted as h, createElementBlock as w, openBlock as b, Fragment as k, createElementVNode as t, createStaticVNode as c, createTextVNode as C, createVNode as S, unref as f } from "vue";
2
+ import _ from "./index65.js";
3
+ import "./index66.js";
4
+ import "./index67.js";
5
+ import A from "./index68.js";
6
+ import B from "./index69.js";
7
+ import { Chart as F } from "./index70.js";
8
+ import { continuous as N } from "./index71.js";
9
+ const P = { class: "wrapper wrapper--ticks border-t grid grid-cols-2 divide-x divide-ceramic" }, T = { class: "p-10 flex flex-col justify-between" }, z = /* @__PURE__ */ x({
9
10
  __name: "Statistics",
10
11
  props: {
11
12
  statsUrl: { default: "/stats.json" }
@@ -16,7 +17,7 @@ const P = { class: "wrapper wrapper--ticks border-t grid grid-cols-2 divide-x di
16
17
  }), s = l(null), m = g(() => a.value.slice().reverse().find((d) => d.y > 0)?.y || 0);
17
18
  return y(async () => {
18
19
  const n = (await (await fetch(u.statsUrl)).json()).map((p) => ({
19
- x: S(p.x).valueOf(),
20
+ x: A(p.x).valueOf(),
20
21
  y: p.y
21
22
  }));
22
23
  n.pop(), a.value = n;
@@ -35,7 +36,7 @@ const P = { class: "wrapper wrapper--ticks border-t grid grid-cols-2 divide-x di
35
36
  stepped: !1
36
37
  }
37
38
  ]
38
- }, s.value = new B(r, {
39
+ }, s.value = new F(r, {
39
40
  type: "line",
40
41
  options: {
41
42
  scales: {
@@ -84,22 +85,22 @@ const P = { class: "wrapper wrapper--ticks border-t grid grid-cols-2 divide-x di
84
85
  datasets: i.value.datasets
85
86
  }
86
87
  });
87
- }), w(() => {
88
+ }), h(() => {
88
89
  s.value && s.value.destroy();
89
- }), (d, e) => (b(), h(k, null, [
90
+ }), (d, e) => (b(), w(k, null, [
90
91
  t("section", P, [
91
92
  t("div", T, [
92
93
  e[0] || (e[0] = t("h6", { class: "flex gap-2 items-center" }, [
93
94
  t("img", {
94
- src: N,
95
+ src: _,
95
96
  class: "size-8",
96
97
  alt: "Vite"
97
98
  }),
98
99
  C(" Weekly downloads")
99
100
  ], -1)),
100
101
  t("h1", null, [
101
- F(f(_), {
102
- plugins: [f(A)],
102
+ S(f(B), {
103
+ plugins: [f(N)],
103
104
  value: m.value
104
105
  }, null, 8, ["plugins", "value"])
105
106
  ])
@@ -111,5 +112,5 @@ const P = { class: "wrapper wrapper--ticks border-t grid grid-cols-2 divide-x di
111
112
  }
112
113
  });
113
114
  export {
114
- M as default
115
+ z as default
115
116
  };