@wastedondestiny/destiny-library 1.0.6 → 1.0.8

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.
@@ -1,8 +1,10 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ name: string;
2
3
  about?: boolean | undefined;
3
4
  }>, {
4
5
  about: boolean;
5
6
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
7
+ name: string;
6
8
  about?: boolean | undefined;
7
9
  }>, {
8
10
  about: boolean;
@@ -1,4 +1,4 @@
1
- import { defineComponent as TA, ref as m, onMounted as zA, openBlock as V, createElementBlock as wA, createElementVNode as J, normalizeClass as AA, toDisplayString as KA, normalizeStyle as bB, renderSlot as sA, onBeforeUnmount as fB, withDirectives as PB, vShow as vB, nextTick as $B, watch as Sg, unref as Ag, reactive as _B, h as HA, getCurrentInstance as AC, shallowRef as gC, onUnmounted as BC, isRef as VA, isReactive as Xg, isVNode as CC, createApp as ug, createBlock as EA, mergeProps as IC, createSlots as QC, withCtx as u, createCommentVNode as GA, createTextVNode as X, Fragment as EC, createStaticVNode as MC } from "vue";
1
+ import { defineComponent as TA, ref as m, onMounted as zA, openBlock as V, createElementBlock as wA, createElementVNode as J, normalizeClass as AA, toDisplayString as LA, normalizeStyle as bB, renderSlot as sA, onBeforeUnmount as fB, withDirectives as PB, vShow as vB, nextTick as $B, watch as Sg, unref as Ag, reactive as _B, h as HA, getCurrentInstance as AC, shallowRef as gC, onUnmounted as BC, isRef as VA, isReactive as Xg, isVNode as CC, createApp as ug, createBlock as EA, mergeProps as IC, createSlots as QC, withCtx as u, createCommentVNode as GA, createTextVNode as X, Fragment as EC, createStaticVNode as MC } from "vue";
2
2
  const wC = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzAwMDAwMCIgZD0ibTE5MiAzODQgMzIwIDM4NCAzMjAtMzg0eiIvPjwvc3ZnPg==", DC = { class: "overflow-hidden" }, iC = { class: "text-xs font-bold text-zinc-900" }, _Q = /* @__PURE__ */ TA({
3
3
  __name: "Collapsible",
4
4
  props: {
@@ -21,7 +21,7 @@ const wC = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idX
21
21
  class: AA(["border-b-2 border-black/25 mt-2 mb-1 flex justify-between items-center opacity-90", { "cursor-pointer hover:opacity-100 hover:border-black/50": !A.noInteract }]),
22
22
  onClick: E
23
23
  }, [
24
- J("span", iC, KA(A.name), 1),
24
+ J("span", iC, LA(A.name), 1),
25
25
  J("img", {
26
26
  src: wC,
27
27
  class: AA(["h-4 w-4 transition-transform duration-350 opacity-75", { "-rotate-180": A.open }])
@@ -238,7 +238,7 @@ function oA(A) {
238
238
  function WC(A) {
239
239
  return ["table", "td", "th"].indexOf(iA(A)) >= 0;
240
240
  }
241
- function LA(A) {
241
+ function kA(A) {
242
242
  return ((ZA(A) ? A.ownerDocument : (
243
243
  // $FlowFixMe[prop-missing]
244
244
  A.document
@@ -253,7 +253,7 @@ function Kg(A) {
253
253
  A.parentNode || // DOM Element detected
254
254
  (SB(A) ? A.host : null) || // ShadowRoot detected
255
255
  // $FlowFixMe[incompatible-call]: HTMLElement is a Node
256
- LA(A)
256
+ kA(A)
257
257
  );
258
258
  }
259
259
  function fg(A) {
@@ -351,7 +351,7 @@ function Pg(A) {
351
351
  var g, B = A.popper, C = A.popperRect, I = A.placement, E = A.variation, M = A.offsets, w = A.position, D = A.gpuAcceleration, F = A.adaptive, o = A.roundOffsets, e = A.isFixed, a = o === !0 ? PC(M) : typeof o == "function" ? o(M) : M, S = a.x, c = S === void 0 ? 0 : S, R = a.y, K = R === void 0 ? 0 : R, N = M.hasOwnProperty("x"), t = M.hasOwnProperty("y"), j = q, Q = z, h = window;
352
352
  if (F) {
353
353
  var U = Qg(B), Y = "clientHeight", G = "clientWidth";
354
- if (U === BA(B) && (U = LA(B), oA(U).position !== "static" && w === "absolute" && (Y = "scrollHeight", G = "scrollWidth")), U = U, I === z || (I === q || I === v) && E === gg) {
354
+ if (U === BA(B) && (U = kA(B), oA(U).position !== "static" && w === "absolute" && (Y = "scrollHeight", G = "scrollWidth")), U = U, I === z || (I === q || I === v) && E === gg) {
355
355
  Q = P;
356
356
  var l = e && h.visualViewport ? h.visualViewport.height : (
357
357
  // $FlowFixMe[prop-missing]
@@ -455,10 +455,10 @@ function pg(A) {
455
455
  };
456
456
  }
457
457
  function Wg(A) {
458
- return WA(LA(A)).left + pg(A).scrollLeft;
458
+ return WA(kA(A)).left + pg(A).scrollLeft;
459
459
  }
460
460
  function CI(A) {
461
- var g = BA(A), B = LA(A), C = g.visualViewport, I = B.clientWidth, E = B.clientHeight, M = 0, w = 0;
461
+ var g = BA(A), B = kA(A), C = g.visualViewport, I = B.clientWidth, E = B.clientHeight, M = 0, w = 0;
462
462
  return C && (I = C.width, E = C.height, /^((?!chrome|android).)*safari/i.test(navigator.userAgent) || (M = C.offsetLeft, w = C.offsetTop)), {
463
463
  width: I,
464
464
  height: E,
@@ -467,7 +467,7 @@ function CI(A) {
467
467
  };
468
468
  }
469
469
  function II(A) {
470
- var g, B = LA(A), C = pg(A), I = (g = A.ownerDocument) == null ? void 0 : g.body, E = jA(B.scrollWidth, B.clientWidth, I ? I.scrollWidth : 0, I ? I.clientWidth : 0), M = jA(B.scrollHeight, B.clientHeight, I ? I.scrollHeight : 0, I ? I.clientHeight : 0), w = -C.scrollLeft + Wg(A), D = -C.scrollTop;
470
+ var g, B = kA(A), C = pg(A), I = (g = A.ownerDocument) == null ? void 0 : g.body, E = jA(B.scrollWidth, B.clientWidth, I ? I.scrollWidth : 0, I ? I.clientWidth : 0), M = jA(B.scrollHeight, B.clientHeight, I ? I.scrollHeight : 0, I ? I.clientHeight : 0), w = -C.scrollLeft + Wg(A), D = -C.scrollTop;
471
471
  return oA(I || B).direction === "rtl" && (w += jA(B.clientWidth, I ? I.clientWidth : 0) - E), {
472
472
  width: E,
473
473
  height: M,
@@ -504,7 +504,7 @@ function QI(A) {
504
504
  return g.top = g.top + A.clientTop, g.left = g.left + A.clientLeft, g.bottom = g.top + A.clientHeight, g.right = g.left + A.clientWidth, g.width = A.clientWidth, g.height = A.clientHeight, g.x = g.left, g.y = g.top, g;
505
505
  }
506
506
  function $g(A, g) {
507
- return g === LB ? yg(CI(A)) : ZA(g) ? QI(g) : yg(II(LA(A)));
507
+ return g === LB ? yg(CI(A)) : ZA(g) ? QI(g) : yg(II(kA(A)));
508
508
  }
509
509
  function EI(A) {
510
510
  var g = _A(Kg(A)), B = ["absolute", "fixed"].indexOf(oA(A).position) >= 0, C = B && f(A) ? Qg(A) : A;
@@ -568,7 +568,7 @@ function jB(A) {
568
568
  }
569
569
  function Bg(A, g) {
570
570
  g === void 0 && (g = {});
571
- var B = g, C = B.placement, I = C === void 0 ? A.placement : C, E = B.boundary, M = E === void 0 ? sC : E, w = B.rootBoundary, D = w === void 0 ? LB : w, F = B.elementContext, o = F === void 0 ? vA : F, e = B.altBoundary, a = e === void 0 ? !1 : e, S = B.padding, c = S === void 0 ? 0 : S, R = tB(typeof c != "number" ? c : JB(c, Ig)), K = o === vA ? jC : vA, N = A.rects.popper, t = A.elements[a ? K : o], j = MI(ZA(t) ? t : t.contextElement || LA(A.elements.popper), M, D), Q = WA(A.elements.reference), h = jB({
571
+ var B = g, C = B.placement, I = C === void 0 ? A.placement : C, E = B.boundary, M = E === void 0 ? sC : E, w = B.rootBoundary, D = w === void 0 ? LB : w, F = B.elementContext, o = F === void 0 ? vA : F, e = B.altBoundary, a = e === void 0 ? !1 : e, S = B.padding, c = S === void 0 ? 0 : S, R = tB(typeof c != "number" ? c : JB(c, Ig)), K = o === vA ? jC : vA, N = A.rects.popper, t = A.elements[a ? K : o], j = MI(ZA(t) ? t : t.contextElement || kA(A.elements.popper), M, D), Q = WA(A.elements.reference), h = jB({
572
572
  reference: Q,
573
573
  element: N,
574
574
  strategy: "absolute",
@@ -645,7 +645,7 @@ function iI(A) {
645
645
  Y.set(O, CA);
646
646
  }
647
647
  if (G)
648
- for (var IA = c ? 3 : 1, kA = function(_) {
648
+ for (var IA = c ? 3 : 1, SA = function(_) {
649
649
  var UA = Q.find(function(nA) {
650
650
  var YA = Y.get(nA);
651
651
  if (YA)
@@ -656,8 +656,8 @@ function iI(A) {
656
656
  if (UA)
657
657
  return l = UA, "break";
658
658
  }, QA = IA; QA > 0; QA--) {
659
- var SA = kA(QA);
660
- if (SA === "break")
659
+ var eA = SA(QA);
660
+ if (eA === "break")
661
661
  break;
662
662
  }
663
663
  g.placement !== l && (g.modifiersData[C]._skip = !0, g.placement = l, g.reset = !0);
@@ -776,14 +776,14 @@ function LI(A) {
776
776
  };
777
777
  if (U) {
778
778
  if (E) {
779
- var H, d = Q === "y" ? z : q, $ = Q === "y" ? P : v, p = Q === "y" ? "height" : "width", W = U[Q], Z = W + K[d], CA = W - K[$], IA = S ? -G[p] / 2 : 0, kA = t === mA ? Y[p] : G[p], QA = t === mA ? -G[p] : -Y[p], SA = g.elements.arrow, FA = S && SA ? mg(SA) : {
779
+ var H, d = Q === "y" ? z : q, $ = Q === "y" ? P : v, p = Q === "y" ? "height" : "width", W = U[Q], Z = W + K[d], CA = W - K[$], IA = S ? -G[p] / 2 : 0, SA = t === mA ? Y[p] : G[p], QA = t === mA ? -G[p] : -Y[p], eA = g.elements.arrow, FA = S && eA ? mg(eA) : {
780
780
  width: 0,
781
781
  height: 0
782
- }, _ = g.modifiersData["arrow#persistent"] ? g.modifiersData["arrow#persistent"].padding : KB(), UA = _[d], nA = _[$], YA = $A(0, Y[p], FA[p]), uA = j ? Y[p] / 2 - IA - YA - UA - x.mainAxis : kA - YA - UA - x.mainAxis, hA = j ? -Y[p] / 2 + IA + YA + nA + x.mainAxis : QA + YA + nA + x.mainAxis, yA = g.elements.arrow && Qg(g.elements.arrow), Eg = yA ? Q === "y" ? yA.clientTop || 0 : yA.clientLeft || 0 : 0, qA = (H = O == null ? void 0 : O[Q]) != null ? H : 0, Mg = W + uA - qA - Eg, wg = W + hA - qA, XA = $A(S ? eg(Z, Mg) : Z, W, S ? jA(CA, wg) : CA);
782
+ }, _ = g.modifiersData["arrow#persistent"] ? g.modifiersData["arrow#persistent"].padding : KB(), UA = _[d], nA = _[$], YA = $A(0, Y[p], FA[p]), uA = j ? Y[p] / 2 - IA - YA - UA - x.mainAxis : SA - YA - UA - x.mainAxis, hA = j ? -Y[p] / 2 + IA + YA + nA + x.mainAxis : QA + YA + nA + x.mainAxis, yA = g.elements.arrow && Qg(g.elements.arrow), Eg = yA ? Q === "y" ? yA.clientTop || 0 : yA.clientLeft || 0 : 0, qA = (H = O == null ? void 0 : O[Q]) != null ? H : 0, Mg = W + uA - qA - Eg, wg = W + hA - qA, XA = $A(S ? eg(Z, Mg) : Z, W, S ? jA(CA, wg) : CA);
783
783
  U[Q] = XA, y[Q] = XA - W;
784
784
  }
785
785
  if (w) {
786
- var bA, Dg = Q === "x" ? z : q, ig = Q === "x" ? P : v, NA = U[h], RA = h === "y" ? "height" : "width", fA = NA + K[Dg], eA = NA - K[ig], PA = [z, q].indexOf(N) !== -1, og = (bA = O == null ? void 0 : O[h]) != null ? bA : 0, Fg = PA ? fA : NA - Y[RA] - G[RA] - og + x.altAxis, Ug = PA ? NA + Y[RA] + G[RA] - og - x.altAxis : eA, Yg = S && PA ? dC(Fg, NA, Ug) : $A(S ? Fg : fA, NA, S ? Ug : eA);
786
+ var bA, Dg = Q === "x" ? z : q, ig = Q === "x" ? P : v, NA = U[h], RA = h === "y" ? "height" : "width", fA = NA + K[Dg], aA = NA - K[ig], PA = [z, q].indexOf(N) !== -1, og = (bA = O == null ? void 0 : O[h]) != null ? bA : 0, Fg = PA ? fA : NA - Y[RA] - G[RA] - og + x.altAxis, Ug = PA ? NA + Y[RA] + G[RA] - og - x.altAxis : aA, Yg = S && PA ? dC(Fg, NA, Ug) : $A(S ? Fg : fA, NA, S ? Ug : aA);
787
787
  U[h] = Yg, y[h] = Yg - NA;
788
788
  }
789
789
  g.modifiersData[C] = y;
@@ -811,7 +811,7 @@ function aI(A) {
811
811
  }
812
812
  function KI(A, g, B) {
813
813
  B === void 0 && (B = !1);
814
- var C = f(g), I = f(g) && aI(g), E = LA(g), M = WA(A, I), w = {
814
+ var C = f(g), I = f(g) && aI(g), E = kA(g), M = WA(A, I), w = {
815
815
  scrollLeft: 0,
816
816
  scrollTop: 0
817
817
  }, D = {
@@ -1386,7 +1386,7 @@ function _I(A, g) {
1386
1386
  });
1387
1387
  }
1388
1388
  }
1389
- function kA() {
1389
+ function SA() {
1390
1390
  d().removeEventListener("mousemove", c), hg = hg.filter(function(i) {
1391
1391
  return i !== c;
1392
1392
  });
@@ -1408,7 +1408,7 @@ function _I(A, g) {
1408
1408
  }
1409
1409
  }
1410
1410
  }
1411
- function SA() {
1411
+ function eA() {
1412
1412
  D = !0;
1413
1413
  }
1414
1414
  function FA() {
@@ -1416,11 +1416,11 @@ function _I(A, g) {
1416
1416
  }
1417
1417
  function _() {
1418
1418
  var i = d();
1419
- i.addEventListener("mousedown", QA, !0), i.addEventListener("touchend", QA, tA), i.addEventListener("touchstart", FA, tA), i.addEventListener("touchmove", SA, tA);
1419
+ i.addEventListener("mousedown", QA, !0), i.addEventListener("touchend", QA, tA), i.addEventListener("touchstart", FA, tA), i.addEventListener("touchmove", eA, tA);
1420
1420
  }
1421
1421
  function UA() {
1422
1422
  var i = d();
1423
- i.removeEventListener("mousedown", QA, !0), i.removeEventListener("touchend", QA, tA), i.removeEventListener("touchstart", FA, tA), i.removeEventListener("touchmove", SA, tA);
1423
+ i.removeEventListener("mousedown", QA, !0), i.removeEventListener("touchend", QA, tA), i.removeEventListener("touchstart", FA, tA), i.removeEventListener("touchmove", eA, tA);
1424
1424
  }
1425
1425
  function nA(i, L) {
1426
1426
  uA(i, function() {
@@ -1483,7 +1483,7 @@ function _I(A, g) {
1483
1483
  var n = ((L = o) == null ? void 0 : L.type) === "focus";
1484
1484
  o = i, R = i.currentTarget, IA(), !Q.state.isVisible && zg(i) && hg.forEach(function(T) {
1485
1485
  return T(i);
1486
- }), i.type === "click" && (Q.props.trigger.indexOf("mouseenter") < 0 || M) && Q.props.hideOnClick !== !1 && Q.state.isVisible ? s = !0 : fA(i), i.type === "click" && (M = !s), s && !n && eA(i);
1486
+ }), i.type === "click" && (Q.props.trigger.indexOf("mouseenter") < 0 || M) && Q.props.hideOnClick !== !1 && Q.state.isVisible ? s = !0 : fA(i), i.type === "click" && (M = !s), s && !n && aA(i);
1487
1487
  }
1488
1488
  }
1489
1489
  function Mg(i) {
@@ -1497,7 +1497,7 @@ function _I(A, g) {
1497
1497
  props: B
1498
1498
  } : null;
1499
1499
  }).filter(Boolean);
1500
- ZI(n, i) && (kA(), eA(i));
1500
+ ZI(n, i) && (SA(), aA(i));
1501
1501
  }
1502
1502
  }
1503
1503
  function wg(i) {
@@ -1507,11 +1507,11 @@ function _I(A, g) {
1507
1507
  Q.hideWithInteractivity(i);
1508
1508
  return;
1509
1509
  }
1510
- eA(i);
1510
+ aA(i);
1511
1511
  }
1512
1512
  }
1513
1513
  function XA(i) {
1514
- Q.props.trigger.indexOf("focusin") < 0 && i.target !== H() || Q.props.interactive && i.relatedTarget && U.contains(i.relatedTarget) || eA(i);
1514
+ Q.props.trigger.indexOf("focusin") < 0 && i.target !== H() || Q.props.interactive && i.relatedTarget && U.contains(i.relatedTarget) || aA(i);
1515
1515
  }
1516
1516
  function bA(i) {
1517
1517
  return MA.isTouch ? O() !== i.type.indexOf("touch") >= 0 : !1;
@@ -1535,7 +1535,7 @@ function _I(A, g) {
1535
1535
  }), OA.attributes.popper = {};
1536
1536
  }
1537
1537
  }
1538
- }, aA = [{
1538
+ }, KA = [{
1539
1539
  name: "offset",
1540
1540
  options: {
1541
1541
  offset: n
@@ -1561,16 +1561,16 @@ function _I(A, g) {
1561
1561
  adaptive: !r
1562
1562
  }
1563
1563
  }, qg];
1564
- y() && b && aA.push({
1564
+ y() && b && KA.push({
1565
1565
  name: "arrow",
1566
1566
  options: {
1567
1567
  element: b,
1568
1568
  padding: 3
1569
1569
  }
1570
- }), aA.push.apply(aA, (L == null ? void 0 : L.modifiers) || []), Q.popperInstance = nI(xA, U, Object.assign({}, L, {
1570
+ }), KA.push.apply(KA, (L == null ? void 0 : L.modifiers) || []), Q.popperInstance = nI(xA, U, Object.assign({}, L, {
1571
1571
  placement: s,
1572
1572
  onFirstUpdate: a,
1573
- modifiers: aA
1573
+ modifiers: KA
1574
1574
  }));
1575
1575
  }
1576
1576
  function ig() {
@@ -1590,7 +1590,7 @@ function _I(A, g) {
1590
1590
  Q.show();
1591
1591
  }, L) : Q.show();
1592
1592
  }
1593
- function eA(i) {
1593
+ function aA(i) {
1594
1594
  if (Q.clearDelayTimeouts(), Z("onUntrigger", [Q, i]), !Q.state.isVisible) {
1595
1595
  UA();
1596
1596
  return;
@@ -1619,7 +1619,7 @@ function _I(A, g) {
1619
1619
  var L = Q.props, s = wB(A, Object.assign({}, L, QB(i), {
1620
1620
  ignoreAttributes: !0
1621
1621
  }));
1622
- Q.props = s, yA(), L.interactiveDebounce !== s.interactiveDebounce && (kA(), c = CB(Mg, s.interactiveDebounce)), L.triggerTarget && !s.triggerTarget ? JA(L.triggerTarget).forEach(function(n) {
1622
+ Q.props = s, yA(), L.interactiveDebounce !== s.interactiveDebounce && (SA(), c = CB(Mg, s.interactiveDebounce)), L.triggerTarget && !s.triggerTarget ? JA(L.triggerTarget).forEach(function(n) {
1623
1623
  n.removeAttribute("aria-expanded");
1624
1624
  }) : s.triggerTarget && A.removeAttribute("aria-expanded"), IA(), W(), Y && Y(L, s), Q.popperInstance && (Dg(), RA().forEach(function(n) {
1625
1625
  requestAnimationFrame(n._tippy.popperInstance.forceUpdate);
@@ -1639,13 +1639,13 @@ function _I(A, g) {
1639
1639
  lg([b, xA], 0);
1640
1640
  }
1641
1641
  a = function() {
1642
- var aA;
1642
+ var KA;
1643
1643
  if (!(!Q.state.isVisible || F)) {
1644
1644
  if (F = !0, U.offsetHeight, U.style.transition = Q.props.moveTransition, y() && Q.props.animation) {
1645
1645
  var Jg = $(), Ng = Jg.box, OA = Jg.content;
1646
1646
  lg([Ng, OA], T), Cg([Ng, OA], "visible");
1647
1647
  }
1648
- CA(), IA(), IB(ng, Q), (aA = Q.popperInstance) == null || aA.forceUpdate(), Z("onMount", [Q]), Q.props.animation && y() && YA(T, function() {
1648
+ CA(), IA(), IB(ng, Q), (KA = Q.popperInstance) == null || KA.forceUpdate(), Z("onMount", [Q]), Q.props.animation && y() && YA(T, function() {
1649
1649
  Q.state.isShown = !0, Z("onShown", [Q]);
1650
1650
  });
1651
1651
  }
@@ -1655,7 +1655,7 @@ function _I(A, g) {
1655
1655
  function rB() {
1656
1656
  var i = !Q.state.isVisible, L = Q.state.isDestroyed, s = !Q.state.isEnabled, n = jg(Q.props.duration, 1, gA.duration);
1657
1657
  if (!(i || L || s) && (Z("onHide", [Q], !1), Q.props.onHide(Q) !== !1)) {
1658
- if (Q.state.isVisible = !1, Q.state.isShown = !1, F = !1, M = !1, y() && (U.style.visibility = "hidden"), kA(), UA(), W(!0), y()) {
1658
+ if (Q.state.isVisible = !1, Q.state.isShown = !1, F = !1, M = !1, y() && (U.style.visibility = "hidden"), SA(), UA(), W(!0), y()) {
1659
1659
  var T = $(), r = T.box, b = T.content;
1660
1660
  Q.props.animation && (lg([r, b], n), Cg([r, b], "hidden"));
1661
1661
  }
@@ -2582,10 +2582,10 @@ const hQ = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
2582
2582
  }, null, 8, jQ)
2583
2583
  ]),
2584
2584
  content: u(() => [
2585
- X("This member is a patron: " + KA(A.supporting.name) + " (" + KA(A.supporting.tier) + ")", 1)
2585
+ X("This member is a patron: " + LA(A.supporting.name) + " (" + LA(A.supporting.tier) + ")", 1)
2586
2586
  ]),
2587
2587
  default: u(() => [
2588
- J("span", sQ, KA(A.supporting.tier), 1)
2588
+ J("span", sQ, LA(A.supporting.tier), 1)
2589
2589
  ]),
2590
2590
  _: 1
2591
2591
  }, 8, ["no-interact"])) : GA("", !0),
@@ -2617,8 +2617,8 @@ const hQ = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
2617
2617
  target: "_blank",
2618
2618
  href: A.parallel.url
2619
2619
  }, [
2620
- J("strong", OQ, KA(A.parallel.name), 1),
2621
- J("p", VQ, KA(A.parallel.description || A.parallel.name), 1)
2620
+ J("strong", OQ, LA(A.parallel.name), 1),
2621
+ J("p", VQ, LA(A.parallel.description || A.parallel.name), 1)
2622
2622
  ], 8, xQ)
2623
2623
  ]),
2624
2624
  default: u(() => [
@@ -2627,7 +2627,7 @@ const hQ = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
2627
2627
  target: "_blank",
2628
2628
  href: A.parallel.url
2629
2629
  }, [
2630
- J("span", uQ, KA(A.parallel.name), 1)
2630
+ J("span", uQ, LA(A.parallel.name), 1)
2631
2631
  ], 8, nQ)
2632
2632
  ]),
2633
2633
  _: 1
@@ -2641,7 +2641,7 @@ const hQ = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
2641
2641
  }, pQ = {
2642
2642
  key: 1,
2643
2643
  class: "py-4 px-2 leading-4 text-sm sm:px-4 sm:text-xs sm:leading-3 lg:text-xl lg:leading-6 lg:px-10 uppercase text-black font-mono"
2644
- }, WQ = /* @__PURE__ */ J("em", null, "feel", -1), rQ = /* @__PURE__ */ J("strong", { class: "text-white font-semibold" }, "ads aren't fun", -1), dQ = /* @__PURE__ */ J("strong", { class: "text-white font-semibold" }, "Patreon", -1), zQ = /* @__PURE__ */ J("strong", { class: "text-white font-semibold" }, "support", -1), qQ = { class: "mb-10 text-center text-zinc-200" }, XQ = /* @__PURE__ */ J("span", null, "© François (binarmorker) Allard 2023", -1), bQ = /* @__PURE__ */ MC('<span class="hidden sm:inline"> | </span><a target="_blank" href="http://www.patreon.com/wastedondestiny" class="font-bold shadow-black/50 text-shadow-sm block sm:inline opacity-75 hover:opacity-100">Support me on Patreon!</a><span class="hidden sm:inline"> | </span><a target="_blank" href="https://discord.wastedondestiny.com" class="block sm:inline opacity-75 hover:opacity-100">Join me on Discord</a><span class="hidden sm:inline"> | </span>', 5), fQ = {
2644
+ }, WQ = /* @__PURE__ */ J("em", null, "feel", -1), rQ = /* @__PURE__ */ J("strong", { class: "text-white font-semibold" }, "ads aren't fun", -1), dQ = /* @__PURE__ */ J("strong", { class: "text-white font-semibold" }, "Patreon", -1), zQ = /* @__PURE__ */ J("strong", { class: "text-white font-semibold" }, "support", -1), qQ = { class: "mt-2 mb-10 text-center text-zinc-200" }, XQ = /* @__PURE__ */ J("span", null, "© François (binarmorker) Allard 2023", -1), bQ = /* @__PURE__ */ MC('<span class="hidden sm:inline"> | </span><a target="_blank" href="http://www.patreon.com/wastedondestiny" class="font-bold shadow-black/50 text-shadow-sm block sm:inline opacity-75 hover:opacity-100">Support me on Patreon!</a><span class="hidden sm:inline"> | </span><a target="_blank" href="https://discord.wastedondestiny.com" class="block sm:inline opacity-75 hover:opacity-100">Join me on Discord</a><span class="hidden sm:inline"> | </span>', 5), fQ = {
2645
2645
  key: 0,
2646
2646
  href: "#top",
2647
2647
  class: "block sm:inline opacity-75 hover:opacity-100"
@@ -2652,6 +2652,7 @@ const hQ = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
2652
2652
  }, CE = /* @__PURE__ */ TA({
2653
2653
  __name: "TheFooter",
2654
2654
  props: {
2655
+ name: null,
2655
2656
  about: { type: Boolean, default: !1 }
2656
2657
  },
2657
2658
  setup(A) {
@@ -2702,7 +2703,7 @@ const hQ = { class: "w-full p-4 text-zinc-800 bg-zinc-200 rounded-xl shadow-lg s
2702
2703
  XQ
2703
2704
  ]),
2704
2705
  bQ,
2705
- A.about ? (V(), wA("a", fQ, "Return to top")) : (V(), wA("a", PQ, "About Time Wasted on Destiny"))
2706
+ A.about ? (V(), wA("a", fQ, "Return to top")) : (V(), wA("a", PQ, "About " + LA(A.name), 1))
2706
2707
  ])
2707
2708
  ], 64));
2708
2709
  }