@eliseubatista99/react-scaffold-core 0.1.62 → 0.1.63
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/hooks/useOnScreen/useOnScreen.d.ts +1 -1
- package/dist/index.cjs.js +5 -5
- package/dist/index.es.js +159 -148
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as D from "react";
|
|
2
|
-
import q, { forwardRef as
|
|
2
|
+
import q, { forwardRef as kn, useContext as Yt, useEffect as Ir, useState as Ar, useMemo as zr, useCallback as Re } from "react";
|
|
3
3
|
var rt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
4
4
|
function qt(e) {
|
|
5
5
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
@@ -491,7 +491,7 @@ function yt() {
|
|
|
491
491
|
}(Tt)), Tt.exports;
|
|
492
492
|
}
|
|
493
493
|
var Y = {}, jt = {}, lr;
|
|
494
|
-
function
|
|
494
|
+
function Hr() {
|
|
495
495
|
return lr || (lr = 1, function(e) {
|
|
496
496
|
Object.defineProperty(e, "__esModule", {
|
|
497
497
|
value: !0
|
|
@@ -572,7 +572,7 @@ function Ke() {
|
|
|
572
572
|
ur = 1, Object.defineProperty(Y, "__esModule", {
|
|
573
573
|
value: !0
|
|
574
574
|
}), Y.checkSpecKeys = Y.checkNavigable = Y.changeSlide = Y.canUseDOM = Y.canGoNext = void 0, Y.clamp = h, Y.extractObject = void 0, Y.filterSettings = z, Y.validSettings = Y.swipeStart = Y.swipeMove = Y.swipeEnd = Y.slidesOnRight = Y.slidesOnLeft = Y.slideHandler = Y.siblingDirection = Y.safePreventDefault = Y.lazyStartIndex = Y.lazySlidesOnRight = Y.lazySlidesOnLeft = Y.lazyEndIndex = Y.keyHandler = Y.initializedState = Y.getWidth = Y.getTrackLeft = Y.getTrackCSS = Y.getTrackAnimateCSS = Y.getTotalSlides = Y.getSwipeDirection = Y.getSlideCount = Y.getRequiredLazySlides = Y.getPreClones = Y.getPostClones = Y.getOnDemandLazySlides = Y.getNavigableIndexes = Y.getHeight = void 0;
|
|
575
|
-
var e = r(q), t = r(
|
|
575
|
+
var e = r(q), t = r(Hr());
|
|
576
576
|
function r(m) {
|
|
577
577
|
return m && m.__esModule ? m : { default: m };
|
|
578
578
|
}
|
|
@@ -782,8 +782,8 @@ function Ke() {
|
|
|
782
782
|
N && (Q.swipeLength = tr);
|
|
783
783
|
var Ie = (W ? -1 : 1) * (Q.curX > Q.startX ? 1 : -1);
|
|
784
784
|
N && (Ie = Q.curY > Q.startY ? 1 : -1);
|
|
785
|
-
var
|
|
786
|
-
return le || (B === 0 && (Ce === "right" || Ce === "down") || B + 1 >=
|
|
785
|
+
var On = Math.ceil(ee / ie), Ce = F(c.touchObject, N), Ae = Q.swipeLength;
|
|
786
|
+
return le || (B === 0 && (Ce === "right" || Ce === "down") || B + 1 >= On && (Ce === "left" || Ce === "up") || !U(c) && (Ce === "left" || Ce === "up")) && (Ae = Q.swipeLength * G, X === !1 && J && (J(Ce), Pe.edgeDragged = !0)), !te && oe && (oe(Ce), Pe.swiped = !0), L ? pe = tt + Ae * (ue / ce) * Ie : W ? pe = tt - Ae * Ie : pe = tt + Ae * Ie, N && (pe = tt + Ae * Ie), Pe = s(s({}, Pe), {}, {
|
|
787
787
|
touchObject: Q,
|
|
788
788
|
swipeLeft: pe,
|
|
789
789
|
trackStyle: P(s(s({}, c), {}, {
|
|
@@ -1543,7 +1543,7 @@ function Dn() {
|
|
|
1543
1543
|
}]), w;
|
|
1544
1544
|
}(t.default.PureComponent), Ee;
|
|
1545
1545
|
}
|
|
1546
|
-
var
|
|
1546
|
+
var Nr = function() {
|
|
1547
1547
|
if (typeof Map < "u")
|
|
1548
1548
|
return Map;
|
|
1549
1549
|
function e(t, r) {
|
|
@@ -1657,7 +1657,7 @@ var An = 20, zn = ["top", "right", "bottom", "left", "width", "height", "size",
|
|
|
1657
1657
|
return this.instance_ || (this.instance_ = new e()), this.instance_;
|
|
1658
1658
|
}, e.instance_ = null, e;
|
|
1659
1659
|
}()
|
|
1660
|
-
),
|
|
1660
|
+
), Fr = function(e, t) {
|
|
1661
1661
|
for (var r = 0, i = Object.keys(t); r < i.length; r++) {
|
|
1662
1662
|
var a = i[r];
|
|
1663
1663
|
Object.defineProperty(e, a, {
|
|
@@ -1671,7 +1671,7 @@ var An = 20, zn = ["top", "right", "bottom", "left", "width", "height", "size",
|
|
|
1671
1671
|
}, Te = function(e) {
|
|
1672
1672
|
var t = e && e.ownerDocument && e.ownerDocument.defaultView;
|
|
1673
1673
|
return t || pt;
|
|
1674
|
-
},
|
|
1674
|
+
}, Wr = bt(0, 0, 0, 0);
|
|
1675
1675
|
function mt(e) {
|
|
1676
1676
|
return parseFloat(e) || 0;
|
|
1677
1677
|
}
|
|
@@ -1697,7 +1697,7 @@ function Wn(e) {
|
|
|
1697
1697
|
function Un(e) {
|
|
1698
1698
|
var t = e.clientWidth, r = e.clientHeight;
|
|
1699
1699
|
if (!t && !r)
|
|
1700
|
-
return
|
|
1700
|
+
return Wr;
|
|
1701
1701
|
var i = Te(e).getComputedStyle(e), a = Fn(i), s = a.left + a.right, f = a.top + a.bottom, u = mt(i.width), l = mt(i.height);
|
|
1702
1702
|
if (i.boxSizing === "border-box" && (Math.round(u + s) !== t && (u -= hr(i, "left", "right") + s), Math.round(l + f) !== r && (l -= hr(i, "top", "bottom") + f)), !qn(e)) {
|
|
1703
1703
|
var h = Math.round(u + s) - t, g = Math.round(l + f) - r;
|
|
@@ -1716,11 +1716,11 @@ function qn(e) {
|
|
|
1716
1716
|
return e === Te(e).document.documentElement;
|
|
1717
1717
|
}
|
|
1718
1718
|
function Bn(e) {
|
|
1719
|
-
return At ? Yn(e) ? Wn(e) : Un(e) :
|
|
1719
|
+
return At ? Yn(e) ? Wn(e) : Un(e) : Wr;
|
|
1720
1720
|
}
|
|
1721
1721
|
function Vn(e) {
|
|
1722
1722
|
var t = e.x, r = e.y, i = e.width, a = e.height, s = typeof DOMRectReadOnly < "u" ? DOMRectReadOnly : Object, f = Object.create(s.prototype);
|
|
1723
|
-
return
|
|
1723
|
+
return Fr(f, {
|
|
1724
1724
|
x: t,
|
|
1725
1725
|
y: r,
|
|
1726
1726
|
width: i,
|
|
@@ -1753,7 +1753,7 @@ var Xn = (
|
|
|
1753
1753
|
/* @__PURE__ */ function() {
|
|
1754
1754
|
function e(t, r) {
|
|
1755
1755
|
var i = Vn(r);
|
|
1756
|
-
|
|
1756
|
+
Fr(this, { target: t, contentRect: i });
|
|
1757
1757
|
}
|
|
1758
1758
|
return e;
|
|
1759
1759
|
}()
|
|
@@ -1761,7 +1761,7 @@ var Xn = (
|
|
|
1761
1761
|
/** @class */
|
|
1762
1762
|
function() {
|
|
1763
1763
|
function e(t, r, i) {
|
|
1764
|
-
if (this.activeObservations_ = [], this.observations_ = new
|
|
1764
|
+
if (this.activeObservations_ = [], this.observations_ = new Nr(), typeof t != "function")
|
|
1765
1765
|
throw new TypeError("The callback provided as parameter 1 is not a function.");
|
|
1766
1766
|
this.callback_ = t, this.controller_ = r, this.callbackCtx_ = i;
|
|
1767
1767
|
}
|
|
@@ -1803,7 +1803,7 @@ var Xn = (
|
|
|
1803
1803
|
return this.activeObservations_.length > 0;
|
|
1804
1804
|
}, e;
|
|
1805
1805
|
}()
|
|
1806
|
-
),
|
|
1806
|
+
), Ur = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new Nr(), Yr = (
|
|
1807
1807
|
/** @class */
|
|
1808
1808
|
/* @__PURE__ */ function() {
|
|
1809
1809
|
function e(t) {
|
|
@@ -1812,7 +1812,7 @@ var Xn = (
|
|
|
1812
1812
|
if (!arguments.length)
|
|
1813
1813
|
throw new TypeError("1 argument required, but only 0 present.");
|
|
1814
1814
|
var r = Nn.getInstance(), i = new Kn(t, r, this);
|
|
1815
|
-
|
|
1815
|
+
Ur.set(this, i);
|
|
1816
1816
|
}
|
|
1817
1817
|
return e;
|
|
1818
1818
|
}()
|
|
@@ -1822,13 +1822,13 @@ var Xn = (
|
|
|
1822
1822
|
"unobserve",
|
|
1823
1823
|
"disconnect"
|
|
1824
1824
|
].forEach(function(e) {
|
|
1825
|
-
|
|
1825
|
+
Yr.prototype[e] = function() {
|
|
1826
1826
|
var t;
|
|
1827
|
-
return (t =
|
|
1827
|
+
return (t = Ur.get(this))[e].apply(t, arguments);
|
|
1828
1828
|
};
|
|
1829
1829
|
});
|
|
1830
1830
|
var Jn = function() {
|
|
1831
|
-
return typeof pt.ResizeObserver < "u" ? pt.ResizeObserver :
|
|
1831
|
+
return typeof pt.ResizeObserver < "u" ? pt.ResizeObserver : Yr;
|
|
1832
1832
|
}();
|
|
1833
1833
|
const Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1834
1834
|
__proto__: null,
|
|
@@ -2406,7 +2406,7 @@ function ni() {
|
|
|
2406
2406
|
Object.defineProperty(e, "__esModule", {
|
|
2407
2407
|
value: !0
|
|
2408
2408
|
}), e.default = void 0;
|
|
2409
|
-
var t = f(q), r = ei(), i = f(ri()), a = f(
|
|
2409
|
+
var t = f(q), r = ei(), i = f(ri()), a = f(Hr()), s = Ke();
|
|
2410
2410
|
function f(P) {
|
|
2411
2411
|
return P && P.__esModule ? P : { default: P };
|
|
2412
2412
|
}
|
|
@@ -2713,11 +2713,11 @@ var ui = /* @__PURE__ */ function() {
|
|
|
2713
2713
|
return (a = i.parentNode) == null ? void 0 : a.removeChild(i);
|
|
2714
2714
|
}), this.tags = [], this.ctr = 0;
|
|
2715
2715
|
}, e;
|
|
2716
|
-
}(), de = "-ms-", vt = "-moz-", re = "-webkit-",
|
|
2716
|
+
}(), de = "-ms-", vt = "-moz-", re = "-webkit-", qr = "comm", Bt = "rule", Vt = "decl", ci = "@import", Br = "@keyframes", fi = "@layer", di = Math.abs, wt = String.fromCharCode, hi = Object.assign;
|
|
2717
2717
|
function pi(e, t) {
|
|
2718
2718
|
return fe(e, 0) ^ 45 ? (((t << 2 ^ fe(e, 0)) << 2 ^ fe(e, 1)) << 2 ^ fe(e, 2)) << 2 ^ fe(e, 3) : 0;
|
|
2719
2719
|
}
|
|
2720
|
-
function
|
|
2720
|
+
function Vr(e) {
|
|
2721
2721
|
return e.trim();
|
|
2722
2722
|
}
|
|
2723
2723
|
function mi(e, t) {
|
|
@@ -2747,7 +2747,7 @@ function it(e, t) {
|
|
|
2747
2747
|
function vi(e, t) {
|
|
2748
2748
|
return e.map(t).join("");
|
|
2749
2749
|
}
|
|
2750
|
-
var St = 1, je = 1,
|
|
2750
|
+
var St = 1, je = 1, Xr = 0, he = 0, se = 0, De = "";
|
|
2751
2751
|
function xt(e, t, r, i, a, s, f) {
|
|
2752
2752
|
return { value: e, root: t, parent: r, type: i, props: a, children: s, line: St, column: je, length: f, return: "" };
|
|
2753
2753
|
}
|
|
@@ -2761,7 +2761,7 @@ function yi() {
|
|
|
2761
2761
|
return se = he > 0 ? fe(De, --he) : 0, je--, se === 10 && (je = 1, St--), se;
|
|
2762
2762
|
}
|
|
2763
2763
|
function me() {
|
|
2764
|
-
return se = he <
|
|
2764
|
+
return se = he < Xr ? fe(De, he++) : 0, je++, se === 10 && (je = 1, St++), se;
|
|
2765
2765
|
}
|
|
2766
2766
|
function be() {
|
|
2767
2767
|
return fe(De, he);
|
|
@@ -2810,14 +2810,14 @@ function Ve(e) {
|
|
|
2810
2810
|
}
|
|
2811
2811
|
return 0;
|
|
2812
2812
|
}
|
|
2813
|
-
function Xr(e) {
|
|
2814
|
-
return St = je = 1, Vr = ge(De = e), he = 0, [];
|
|
2815
|
-
}
|
|
2816
2813
|
function Gr(e) {
|
|
2814
|
+
return St = je = 1, Xr = ge(De = e), he = 0, [];
|
|
2815
|
+
}
|
|
2816
|
+
function Kr(e) {
|
|
2817
2817
|
return De = "", e;
|
|
2818
2818
|
}
|
|
2819
2819
|
function st(e) {
|
|
2820
|
-
return
|
|
2820
|
+
return Vr(Je(he - 1, Nt(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
2821
2821
|
}
|
|
2822
2822
|
function bi(e) {
|
|
2823
2823
|
for (; (se = be()) && se < 33; )
|
|
@@ -2863,7 +2863,7 @@ function xi(e) {
|
|
|
2863
2863
|
return Je(e, he);
|
|
2864
2864
|
}
|
|
2865
2865
|
function Oi(e) {
|
|
2866
|
-
return
|
|
2866
|
+
return Kr(lt("", null, null, null, [""], e = Gr(e), 0, [0], e));
|
|
2867
2867
|
}
|
|
2868
2868
|
function lt(e, t, r, i, a, s, f, u, l) {
|
|
2869
2869
|
for (var h = 0, g = 0, x = f, j = 0, $ = 0, E = 0, p = 1, I = 1, O = 1, F = 0, U = "", V = a, v = s, b = i, w = U; I; )
|
|
@@ -2974,11 +2974,11 @@ function lt(e, t, r, i, a, s, f, u, l) {
|
|
|
2974
2974
|
function br(e, t, r, i, a, s, f, u, l, h, g) {
|
|
2975
2975
|
for (var x = a - 1, j = a === 0 ? s : [""], $ = Xt(j), E = 0, p = 0, I = 0; E < i; ++E)
|
|
2976
2976
|
for (var O = 0, F = Be(e, x + 1, x = di(p = f[E])), U = e; O < $; ++O)
|
|
2977
|
-
(U =
|
|
2977
|
+
(U = Vr(p > 0 ? j[O] + " " + F : ne(F, /&\f/g, j[O]))) && (l[I++] = U);
|
|
2978
2978
|
return xt(e, t, r, a === 0 ? Bt : u, l, h, g);
|
|
2979
2979
|
}
|
|
2980
2980
|
function ki(e, t, r) {
|
|
2981
|
-
return xt(e, t, r,
|
|
2981
|
+
return xt(e, t, r, qr, wt(gi()), Be(e, 2, -2), 0);
|
|
2982
2982
|
}
|
|
2983
2983
|
function wr(e, t, r, i) {
|
|
2984
2984
|
return xt(e, t, r, Vt, Be(e, 0, i), Be(e, i + 1, -1), i);
|
|
@@ -2995,9 +2995,9 @@ function Ci(e, t, r, i) {
|
|
|
2995
2995
|
case ci:
|
|
2996
2996
|
case Vt:
|
|
2997
2997
|
return e.return = e.return || e.value;
|
|
2998
|
-
case Yr:
|
|
2999
|
-
return "";
|
|
3000
2998
|
case qr:
|
|
2999
|
+
return "";
|
|
3000
|
+
case Br:
|
|
3001
3001
|
return e.return = e.value + "{" + _e(e.children, i) + "}";
|
|
3002
3002
|
case Bt:
|
|
3003
3003
|
e.value = e.props.join(",");
|
|
@@ -3017,7 +3017,7 @@ function Ei(e) {
|
|
|
3017
3017
|
t.root || (t = t.return) && e(t);
|
|
3018
3018
|
};
|
|
3019
3019
|
}
|
|
3020
|
-
function
|
|
3020
|
+
function Jr(e) {
|
|
3021
3021
|
var t = /* @__PURE__ */ Object.create(null);
|
|
3022
3022
|
return function(r) {
|
|
3023
3023
|
return t[r] === void 0 && (t[r] = e(r)), t[r];
|
|
@@ -3049,7 +3049,7 @@ var Ri = function(t, r, i) {
|
|
|
3049
3049
|
while (a = me());
|
|
3050
3050
|
return t;
|
|
3051
3051
|
}, Ti = function(t, r) {
|
|
3052
|
-
return
|
|
3052
|
+
return Kr(_i(Gr(t), r));
|
|
3053
3053
|
}, Sr = /* @__PURE__ */ new WeakMap(), ji = function(t) {
|
|
3054
3054
|
if (!(t.type !== "rule" || !t.parent || // positive .length indicates that this rule contains pseudo
|
|
3055
3055
|
// negative .length indicates that this rule has been already prefixed
|
|
@@ -3071,7 +3071,7 @@ var Ri = function(t, r, i) {
|
|
|
3071
3071
|
r.charCodeAt(2) === 98 && (t.return = "", t.value = "");
|
|
3072
3072
|
}
|
|
3073
3073
|
};
|
|
3074
|
-
function
|
|
3074
|
+
function Zr(e, t) {
|
|
3075
3075
|
switch (pi(e, t)) {
|
|
3076
3076
|
// color-adjust
|
|
3077
3077
|
case 5103:
|
|
@@ -3179,7 +3179,7 @@ function Jr(e, t) {
|
|
|
3179
3179
|
return ne(e, /(.+:)(.+)-([^]+)/, "$1" + re + "$2-$3$1" + vt + (fe(e, t + 3) == 108 ? "$3" : "$2-$3")) + e;
|
|
3180
3180
|
// (s)tretch
|
|
3181
3181
|
case 115:
|
|
3182
|
-
return ~Ht(e, "stretch") ?
|
|
3182
|
+
return ~Ht(e, "stretch") ? Zr(ne(e, "stretch", "fill-available"), t) + e : e;
|
|
3183
3183
|
}
|
|
3184
3184
|
break;
|
|
3185
3185
|
// position: sticky
|
|
@@ -3216,9 +3216,9 @@ function Jr(e, t) {
|
|
|
3216
3216
|
var Di = function(t, r, i, a) {
|
|
3217
3217
|
if (t.length > -1 && !t.return) switch (t.type) {
|
|
3218
3218
|
case Vt:
|
|
3219
|
-
t.return =
|
|
3219
|
+
t.return = Zr(t.value, t.length);
|
|
3220
3220
|
break;
|
|
3221
|
-
case
|
|
3221
|
+
case Br:
|
|
3222
3222
|
return _e([Ue(t, {
|
|
3223
3223
|
value: ne(t.value, "@", "@" + re)
|
|
3224
3224
|
})], a);
|
|
@@ -3298,7 +3298,7 @@ function Ai(e, t, r) {
|
|
|
3298
3298
|
e[a] !== void 0 ? t.push(e[a] + ";") : a && (i += a + " ");
|
|
3299
3299
|
}), i;
|
|
3300
3300
|
}
|
|
3301
|
-
var
|
|
3301
|
+
var Qr = function(t, r, i) {
|
|
3302
3302
|
var a = t.key + "-" + r.name;
|
|
3303
3303
|
// we only need to add the styles to the registered cache if the
|
|
3304
3304
|
// class name could be used further down
|
|
@@ -3311,7 +3311,7 @@ var Zr = function(t, r, i) {
|
|
|
3311
3311
|
// also, note that this check will be dead code eliminated in the browser
|
|
3312
3312
|
Ii === !1) && t.registered[a] === void 0 && (t.registered[a] = r.styles);
|
|
3313
3313
|
}, zi = function(t, r, i) {
|
|
3314
|
-
|
|
3314
|
+
Qr(t, r, i);
|
|
3315
3315
|
var a = t.key + "-" + r.name;
|
|
3316
3316
|
if (t.inserted[r.name] === void 0) {
|
|
3317
3317
|
var s = r;
|
|
@@ -3388,12 +3388,12 @@ var Ni = {
|
|
|
3388
3388
|
strokeMiterlimit: 1,
|
|
3389
3389
|
strokeOpacity: 1,
|
|
3390
3390
|
strokeWidth: 1
|
|
3391
|
-
}, Fi = /[A-Z]|^ms/g, Wi = /_EMO_([^_]+?)_([^]*?)_EMO_/g,
|
|
3391
|
+
}, Fi = /[A-Z]|^ms/g, Wi = /_EMO_([^_]+?)_([^]*?)_EMO_/g, en = function(t) {
|
|
3392
3392
|
return t.charCodeAt(1) === 45;
|
|
3393
3393
|
}, xr = function(t) {
|
|
3394
3394
|
return t != null && typeof t != "boolean";
|
|
3395
|
-
}, Mt = /* @__PURE__ */
|
|
3396
|
-
return
|
|
3395
|
+
}, Mt = /* @__PURE__ */ Jr(function(e) {
|
|
3396
|
+
return en(e) ? e : e.replace(Fi, "-$&").toLowerCase();
|
|
3397
3397
|
}), Or = function(t, r) {
|
|
3398
3398
|
switch (t) {
|
|
3399
3399
|
case "animation":
|
|
@@ -3407,7 +3407,7 @@ var Ni = {
|
|
|
3407
3407
|
}, a;
|
|
3408
3408
|
});
|
|
3409
3409
|
}
|
|
3410
|
-
return Ni[t] !== 1 && !
|
|
3410
|
+
return Ni[t] !== 1 && !en(t) && typeof r == "number" && r !== 0 ? r + "px" : r;
|
|
3411
3411
|
};
|
|
3412
3412
|
function Xe(e, t, r) {
|
|
3413
3413
|
if (r == null)
|
|
@@ -3514,7 +3514,7 @@ function Yi(e, t, r) {
|
|
|
3514
3514
|
}
|
|
3515
3515
|
var qi = function(t) {
|
|
3516
3516
|
return t();
|
|
3517
|
-
}, Bi = D.useInsertionEffect ? D.useInsertionEffect : !1, Vi = Bi || qi,
|
|
3517
|
+
}, Bi = D.useInsertionEffect ? D.useInsertionEffect : !1, Vi = Bi || qi, tn = /* @__PURE__ */ D.createContext(
|
|
3518
3518
|
// we're doing this to avoid preconstruct's dead code elimination in this one case
|
|
3519
3519
|
// because this module is primarily intended for the browser and node
|
|
3520
3520
|
// but it's also required in react native and similar environments sometimes
|
|
@@ -3525,13 +3525,13 @@ var qi = function(t) {
|
|
|
3525
3525
|
key: "css"
|
|
3526
3526
|
}) : null
|
|
3527
3527
|
);
|
|
3528
|
-
|
|
3528
|
+
tn.Provider;
|
|
3529
3529
|
var Xi = function(t) {
|
|
3530
|
-
return /* @__PURE__ */
|
|
3531
|
-
var a = Yt(
|
|
3530
|
+
return /* @__PURE__ */ kn(function(r, i) {
|
|
3531
|
+
var a = Yt(tn);
|
|
3532
3532
|
return t(r, a, i);
|
|
3533
3533
|
});
|
|
3534
|
-
}, Gi = /* @__PURE__ */ D.createContext({}), Ki = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, Ji = /* @__PURE__ */
|
|
3534
|
+
}, Gi = /* @__PURE__ */ D.createContext({}), Ki = /^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/, Ji = /* @__PURE__ */ Jr(
|
|
3535
3535
|
function(e) {
|
|
3536
3536
|
return Ki.test(e) || e.charCodeAt(0) === 111 && e.charCodeAt(1) === 110 && e.charCodeAt(2) < 91;
|
|
3537
3537
|
}
|
|
@@ -3554,7 +3554,7 @@ var Xi = function(t) {
|
|
|
3554
3554
|
return typeof a != "function" && i && (a = t.__emotion_forwardProp), a;
|
|
3555
3555
|
}, ea = function(t) {
|
|
3556
3556
|
var r = t.cache, i = t.serialized, a = t.isStringTag;
|
|
3557
|
-
return
|
|
3557
|
+
return Qr(r, i, a), Vi(function() {
|
|
3558
3558
|
return zi(r, i, a);
|
|
3559
3559
|
}), null;
|
|
3560
3560
|
}, ta = function e(t, r) {
|
|
@@ -4027,29 +4027,39 @@ const na = Le.div`
|
|
|
4027
4027
|
return t(h, "DELETE");
|
|
4028
4028
|
}
|
|
4029
4029
|
};
|
|
4030
|
-
}
|
|
4030
|
+
};
|
|
4031
|
+
function rs(e) {
|
|
4032
|
+
const [t, r] = Ar(!1), i = q.useMemo(
|
|
4033
|
+
() => new IntersectionObserver(
|
|
4034
|
+
([a]) => r(a.isIntersecting)
|
|
4035
|
+
),
|
|
4036
|
+
[]
|
|
4037
|
+
);
|
|
4038
|
+
return q.useEffect(() => (e?.current && i.observe(e?.current), () => i.disconnect()), [e, i.disconnect, i.observe]), t;
|
|
4039
|
+
}
|
|
4040
|
+
const sa = {
|
|
4031
4041
|
xs: 0,
|
|
4032
4042
|
sm: 420,
|
|
4033
4043
|
md: 768,
|
|
4034
4044
|
lg: 991,
|
|
4035
4045
|
xl: 1200,
|
|
4036
4046
|
xxl: 1440
|
|
4037
|
-
},
|
|
4047
|
+
}, ns = (e) => {
|
|
4038
4048
|
const t = {
|
|
4039
4049
|
...sa,
|
|
4040
4050
|
...e?.breakpointConfiguration
|
|
4041
|
-
}, [r, i] =
|
|
4051
|
+
}, [r, i] = Ar(
|
|
4042
4052
|
Er(t)
|
|
4043
4053
|
), a = () => {
|
|
4044
4054
|
i(Er(t));
|
|
4045
4055
|
};
|
|
4046
4056
|
return Ir(() => (window.addEventListener("resize", a), () => {
|
|
4047
4057
|
window.removeEventListener("resize", a);
|
|
4048
|
-
}), []),
|
|
4058
|
+
}), []), zr(() => r, [r]);
|
|
4049
4059
|
}, la = (e, t) => e < t.sm ? "xs" : e < t.md ? "sm" : e < t.lg ? "md" : e < t.xl ? "lg" : e < t.xxl ? "xl" : "xxl", ua = (e, t) => e <= t.sm ? "mobile" : e <= t.md ? "tablet" : "desktop", Er = (e) => {
|
|
4050
4060
|
const t = window.innerWidth, r = window.innerHeight, i = la(t, e), a = ua(t, e);
|
|
4051
4061
|
return { currentWidth: t, currentHeight: r, currentBreakpoint: i, currentSize: a };
|
|
4052
|
-
},
|
|
4062
|
+
}, is = (e) => {
|
|
4053
4063
|
const t = e.translations, r = e.language, i = (s, f) => {
|
|
4054
4064
|
if (!s)
|
|
4055
4065
|
return;
|
|
@@ -4358,14 +4368,14 @@ function pa(e, t = !1) {
|
|
|
4358
4368
|
let i = typeof e == "string" ? e : Ge(e);
|
|
4359
4369
|
return i = i.replace(/ $/, "%20"), !t && i.startsWith("//") && (i = r + i), new URL(i, r);
|
|
4360
4370
|
}
|
|
4361
|
-
function
|
|
4371
|
+
function rn(e, t, r = "/") {
|
|
4362
4372
|
return ma(e, t, r, !1);
|
|
4363
4373
|
}
|
|
4364
4374
|
function ma(e, t, r, i) {
|
|
4365
4375
|
let a = typeof t == "string" ? Me(t) : t, s = xe(a.pathname || "/", r);
|
|
4366
4376
|
if (s == null)
|
|
4367
4377
|
return null;
|
|
4368
|
-
let f =
|
|
4378
|
+
let f = nn(e);
|
|
4369
4379
|
va(f);
|
|
4370
4380
|
let u = null;
|
|
4371
4381
|
for (let l = 0; u == null && l < f.length; ++l) {
|
|
@@ -4378,7 +4388,7 @@ function ma(e, t, r, i) {
|
|
|
4378
4388
|
}
|
|
4379
4389
|
return u;
|
|
4380
4390
|
}
|
|
4381
|
-
function
|
|
4391
|
+
function nn(e, t = [], r = [], i = "") {
|
|
4382
4392
|
let a = (s, f, u) => {
|
|
4383
4393
|
let l = {
|
|
4384
4394
|
relativePath: u === void 0 ? s.path || "" : u,
|
|
@@ -4396,7 +4406,7 @@ function rn(e, t = [], r = [], i = "") {
|
|
|
4396
4406
|
// @ts-expect-error
|
|
4397
4407
|
s.index !== !0,
|
|
4398
4408
|
`Index routes must not have child routes. Please remove all child routes from route path "${h}".`
|
|
4399
|
-
),
|
|
4409
|
+
), nn(s.children, t, g, h)), !(s.path == null && !s.index) && t.push({
|
|
4400
4410
|
path: h,
|
|
4401
4411
|
score: Oa(h, s.index),
|
|
4402
4412
|
routesMeta: g
|
|
@@ -4406,17 +4416,17 @@ function rn(e, t = [], r = [], i = "") {
|
|
|
4406
4416
|
if (s.path === "" || !s.path?.includes("?"))
|
|
4407
4417
|
a(s, f);
|
|
4408
4418
|
else
|
|
4409
|
-
for (let u of
|
|
4419
|
+
for (let u of an(s.path))
|
|
4410
4420
|
a(s, f, u);
|
|
4411
4421
|
}), t;
|
|
4412
4422
|
}
|
|
4413
|
-
function
|
|
4423
|
+
function an(e) {
|
|
4414
4424
|
let t = e.split("/");
|
|
4415
4425
|
if (t.length === 0) return [];
|
|
4416
4426
|
let [r, ...i] = t, a = r.endsWith("?"), s = r.replace(/\?$/, "");
|
|
4417
4427
|
if (i.length === 0)
|
|
4418
4428
|
return a ? [s, ""] : [s];
|
|
4419
|
-
let f =
|
|
4429
|
+
let f = an(i.join("/")), u = [];
|
|
4420
4430
|
return u.push(
|
|
4421
4431
|
...f.map(
|
|
4422
4432
|
(l) => l === "" ? s : [s, l].join("/")
|
|
@@ -4564,13 +4574,13 @@ function Ta(e) {
|
|
|
4564
4574
|
(t, r) => r === 0 || t.route.path && t.route.path.length > 0
|
|
4565
4575
|
);
|
|
4566
4576
|
}
|
|
4567
|
-
function
|
|
4577
|
+
function on(e) {
|
|
4568
4578
|
let t = Ta(e);
|
|
4569
4579
|
return t.map(
|
|
4570
4580
|
(r, i) => i === t.length - 1 ? r.pathname : r.pathnameBase
|
|
4571
4581
|
);
|
|
4572
4582
|
}
|
|
4573
|
-
function
|
|
4583
|
+
function sn(e, t, r, i = !1) {
|
|
4574
4584
|
let a;
|
|
4575
4585
|
typeof e == "string" ? a = Me(e) : (a = { ...e }, ae(
|
|
4576
4586
|
!a.pathname || !a.pathname.includes("?"),
|
|
@@ -4602,28 +4612,28 @@ var Se = (e) => e.join("/").replace(/\/\/+/g, "/"), ja = (e) => e.replace(/\/+$/
|
|
|
4602
4612
|
function Ma(e) {
|
|
4603
4613
|
return e != null && typeof e.status == "number" && typeof e.statusText == "string" && typeof e.internal == "boolean" && "data" in e;
|
|
4604
4614
|
}
|
|
4605
|
-
var
|
|
4615
|
+
var ln = [
|
|
4606
4616
|
"POST",
|
|
4607
4617
|
"PUT",
|
|
4608
4618
|
"PATCH",
|
|
4609
4619
|
"DELETE"
|
|
4610
4620
|
];
|
|
4611
4621
|
new Set(
|
|
4612
|
-
|
|
4622
|
+
ln
|
|
4613
4623
|
);
|
|
4614
4624
|
var $a = [
|
|
4615
4625
|
"GET",
|
|
4616
|
-
...
|
|
4626
|
+
...ln
|
|
4617
4627
|
];
|
|
4618
4628
|
new Set($a);
|
|
4619
4629
|
var $e = D.createContext(null);
|
|
4620
4630
|
$e.displayName = "DataRouter";
|
|
4621
4631
|
var Ot = D.createContext(null);
|
|
4622
4632
|
Ot.displayName = "DataRouterState";
|
|
4623
|
-
var
|
|
4633
|
+
var un = D.createContext({
|
|
4624
4634
|
isTransitioning: !1
|
|
4625
4635
|
});
|
|
4626
|
-
|
|
4636
|
+
un.displayName = "ViewTransition";
|
|
4627
4637
|
var Ia = D.createContext(
|
|
4628
4638
|
/* @__PURE__ */ new Map()
|
|
4629
4639
|
);
|
|
@@ -4667,8 +4677,8 @@ function ke() {
|
|
|
4667
4677
|
"useLocation() may be used only in the context of a <Router> component."
|
|
4668
4678
|
), D.useContext(Ze).location;
|
|
4669
4679
|
}
|
|
4670
|
-
var
|
|
4671
|
-
function
|
|
4680
|
+
var cn = "You should call navigate() in a React.useEffect(), not when your component is first rendered.";
|
|
4681
|
+
function fn(e) {
|
|
4672
4682
|
D.useContext(we).static || D.useLayoutEffect(e);
|
|
4673
4683
|
}
|
|
4674
4684
|
function Kt() {
|
|
@@ -4682,17 +4692,17 @@ function Ha() {
|
|
|
4682
4692
|
// router loaded. We can help them understand how to avoid that.
|
|
4683
4693
|
"useNavigate() may be used only in the context of a <Router> component."
|
|
4684
4694
|
);
|
|
4685
|
-
let e = D.useContext($e), { basename: t, navigator: r } = D.useContext(we), { matches: i } = D.useContext(Oe), { pathname: a } = ke(), s = JSON.stringify(
|
|
4686
|
-
return
|
|
4695
|
+
let e = D.useContext($e), { basename: t, navigator: r } = D.useContext(we), { matches: i } = D.useContext(Oe), { pathname: a } = ke(), s = JSON.stringify(on(i)), f = D.useRef(!1);
|
|
4696
|
+
return fn(() => {
|
|
4687
4697
|
f.current = !0;
|
|
4688
4698
|
}), D.useCallback(
|
|
4689
4699
|
(l, h = {}) => {
|
|
4690
|
-
if (ve(f.current,
|
|
4700
|
+
if (ve(f.current, cn), !f.current) return;
|
|
4691
4701
|
if (typeof l == "number") {
|
|
4692
4702
|
r.go(l);
|
|
4693
4703
|
return;
|
|
4694
4704
|
}
|
|
4695
|
-
let g =
|
|
4705
|
+
let g = sn(
|
|
4696
4706
|
l,
|
|
4697
4707
|
JSON.parse(s),
|
|
4698
4708
|
a,
|
|
@@ -4715,9 +4725,9 @@ function Ha() {
|
|
|
4715
4725
|
}
|
|
4716
4726
|
D.createContext(null);
|
|
4717
4727
|
function et(e, { relative: t } = {}) {
|
|
4718
|
-
let { matches: r } = D.useContext(Oe), { pathname: i } = ke(), a = JSON.stringify(
|
|
4728
|
+
let { matches: r } = D.useContext(Oe), { pathname: i } = ke(), a = JSON.stringify(on(r));
|
|
4719
4729
|
return D.useMemo(
|
|
4720
|
-
() =>
|
|
4730
|
+
() => sn(
|
|
4721
4731
|
e,
|
|
4722
4732
|
JSON.parse(a),
|
|
4723
4733
|
i,
|
|
@@ -4727,9 +4737,9 @@ function et(e, { relative: t } = {}) {
|
|
|
4727
4737
|
);
|
|
4728
4738
|
}
|
|
4729
4739
|
function Na(e, t) {
|
|
4730
|
-
return
|
|
4740
|
+
return dn(e, t);
|
|
4731
4741
|
}
|
|
4732
|
-
function
|
|
4742
|
+
function dn(e, t, r, i) {
|
|
4733
4743
|
ae(
|
|
4734
4744
|
Qe(),
|
|
4735
4745
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
@@ -4739,7 +4749,7 @@ function fn(e, t, r, i) {
|
|
|
4739
4749
|
let { navigator: a } = D.useContext(we), { matches: s } = D.useContext(Oe), f = s[s.length - 1], u = f ? f.params : {}, l = f ? f.pathname : "/", h = f ? f.pathnameBase : "/", g = f && f.route;
|
|
4740
4750
|
{
|
|
4741
4751
|
let O = g && g.path || "";
|
|
4742
|
-
|
|
4752
|
+
hn(
|
|
4743
4753
|
l,
|
|
4744
4754
|
!g || O.endsWith("*") || O.endsWith("*?"),
|
|
4745
4755
|
`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${l}" (under <Route path="${O}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
@@ -4761,7 +4771,7 @@ Please change the parent <Route path="${O}"> to <Route path="${O === "/" ? "*" :
|
|
|
4761
4771
|
let O = h.replace(/^\//, "").split("/");
|
|
4762
4772
|
E = "/" + $.replace(/^\//, "").split("/").slice(O.length).join("/");
|
|
4763
4773
|
}
|
|
4764
|
-
let p =
|
|
4774
|
+
let p = rn(e, { pathname: E });
|
|
4765
4775
|
ve(
|
|
4766
4776
|
g || p != null,
|
|
4767
4777
|
`No routes matched location "${j.pathname}${j.search}${j.hash}" `
|
|
@@ -4898,7 +4908,7 @@ function qa(e, t = [], r = null, i = null) {
|
|
|
4898
4908
|
}
|
|
4899
4909
|
return a.reduceRight((l, h, g) => {
|
|
4900
4910
|
let x, j = !1, $ = null, E = null;
|
|
4901
|
-
r && (x = s && h.route.id ? s[h.route.id] : void 0, $ = h.route.errorElement || Wa, f && (u < 0 && g === 0 ? (
|
|
4911
|
+
r && (x = s && h.route.id ? s[h.route.id] : void 0, $ = h.route.errorElement || Wa, f && (u < 0 && g === 0 ? (hn(
|
|
4902
4912
|
"route-fallback",
|
|
4903
4913
|
!1,
|
|
4904
4914
|
"No `HydrateFallback` element provided to render during initial hydration"
|
|
@@ -4977,17 +4987,17 @@ function Ja() {
|
|
|
4977
4987
|
"useNavigate"
|
|
4978
4988
|
/* UseNavigateStable */
|
|
4979
4989
|
), r = D.useRef(!1);
|
|
4980
|
-
return
|
|
4990
|
+
return fn(() => {
|
|
4981
4991
|
r.current = !0;
|
|
4982
4992
|
}), D.useCallback(
|
|
4983
4993
|
async (a, s = {}) => {
|
|
4984
|
-
ve(r.current,
|
|
4994
|
+
ve(r.current, cn), r.current && (typeof a == "number" ? e.navigate(a) : await e.navigate(a, { fromRouteId: t, ...s }));
|
|
4985
4995
|
},
|
|
4986
4996
|
[e, t]
|
|
4987
4997
|
);
|
|
4988
4998
|
}
|
|
4989
4999
|
var Lr = {};
|
|
4990
|
-
function
|
|
5000
|
+
function hn(e, t, r) {
|
|
4991
5001
|
!t && !Lr[e] && (Lr[e] = !0, ve(!1, r));
|
|
4992
5002
|
}
|
|
4993
5003
|
D.memo(Za);
|
|
@@ -4996,9 +5006,9 @@ function Za({
|
|
|
4996
5006
|
future: t,
|
|
4997
5007
|
state: r
|
|
4998
5008
|
}) {
|
|
4999
|
-
return
|
|
5009
|
+
return dn(e, void 0, r, t);
|
|
5000
5010
|
}
|
|
5001
|
-
function
|
|
5011
|
+
function pn(e) {
|
|
5002
5012
|
ae(
|
|
5003
5013
|
!1,
|
|
5004
5014
|
"A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>."
|
|
@@ -5070,7 +5080,7 @@ function Wt(e, t = []) {
|
|
|
5070
5080
|
return;
|
|
5071
5081
|
}
|
|
5072
5082
|
ae(
|
|
5073
|
-
i.type ===
|
|
5083
|
+
i.type === pn,
|
|
5074
5084
|
`[${typeof i.type == "string" ? i.type : i.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`
|
|
5075
5085
|
), ae(
|
|
5076
5086
|
!i.props.index || !i.props.children,
|
|
@@ -5302,7 +5312,7 @@ function bo(e, t) {
|
|
|
5302
5312
|
) : e;
|
|
5303
5313
|
return r.pathname === "/" ? r.pathname = "_root.data" : t && xe(r.pathname, t) === "/" ? r.pathname = `${t.replace(/\/$/, "")}/_root.data` : r.pathname = `${r.pathname.replace(/\/$/, "")}.data`, r;
|
|
5304
5314
|
}
|
|
5305
|
-
function
|
|
5315
|
+
function mn() {
|
|
5306
5316
|
let e = D.useContext($e);
|
|
5307
5317
|
return Qt(
|
|
5308
5318
|
e,
|
|
@@ -5318,7 +5328,7 @@ function wo() {
|
|
|
5318
5328
|
}
|
|
5319
5329
|
var er = D.createContext(void 0);
|
|
5320
5330
|
er.displayName = "FrameworkContext";
|
|
5321
|
-
function
|
|
5331
|
+
function vn() {
|
|
5322
5332
|
let e = D.useContext(er);
|
|
5323
5333
|
return Qt(
|
|
5324
5334
|
e,
|
|
@@ -5374,14 +5384,14 @@ function xo({
|
|
|
5374
5384
|
page: e,
|
|
5375
5385
|
...t
|
|
5376
5386
|
}) {
|
|
5377
|
-
let { router: r } =
|
|
5378
|
-
() =>
|
|
5387
|
+
let { router: r } = mn(), i = D.useMemo(
|
|
5388
|
+
() => rn(r.routes, e, r.basename),
|
|
5379
5389
|
[r.routes, e, r.basename]
|
|
5380
5390
|
);
|
|
5381
5391
|
return i ? /* @__PURE__ */ D.createElement(ko, { page: e, matches: i, ...t }) : null;
|
|
5382
5392
|
}
|
|
5383
5393
|
function Oo(e) {
|
|
5384
|
-
let { manifest: t, routeModules: r } =
|
|
5394
|
+
let { manifest: t, routeModules: r } = vn(), [i, a] = D.useState([]);
|
|
5385
5395
|
return D.useEffect(() => {
|
|
5386
5396
|
let s = !1;
|
|
5387
5397
|
return ho(e, t, r).then(
|
|
@@ -5398,7 +5408,7 @@ function ko({
|
|
|
5398
5408
|
matches: t,
|
|
5399
5409
|
...r
|
|
5400
5410
|
}) {
|
|
5401
|
-
let i = ke(), { manifest: a, routeModules: s } =
|
|
5411
|
+
let i = ke(), { manifest: a, routeModules: s } = vn(), { basename: f } = mn(), { loaderData: u, matches: l } = wo(), h = D.useMemo(
|
|
5402
5412
|
() => Dr(
|
|
5403
5413
|
e,
|
|
5404
5414
|
t,
|
|
@@ -5458,9 +5468,9 @@ function Co(...e) {
|
|
|
5458
5468
|
});
|
|
5459
5469
|
};
|
|
5460
5470
|
}
|
|
5461
|
-
var
|
|
5471
|
+
var gn = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u";
|
|
5462
5472
|
try {
|
|
5463
|
-
|
|
5473
|
+
gn && (window.__reactRouterVersion = "7.6.3");
|
|
5464
5474
|
} catch {
|
|
5465
5475
|
}
|
|
5466
5476
|
function Po({
|
|
@@ -5490,7 +5500,7 @@ function Po({
|
|
|
5490
5500
|
}
|
|
5491
5501
|
);
|
|
5492
5502
|
}
|
|
5493
|
-
var
|
|
5503
|
+
var yn = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, bn = D.forwardRef(
|
|
5494
5504
|
function({
|
|
5495
5505
|
onClick: t,
|
|
5496
5506
|
discover: r = "render",
|
|
@@ -5505,8 +5515,8 @@ var gn = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, yn = D.forwardRef(
|
|
|
5505
5515
|
viewTransition: x,
|
|
5506
5516
|
...j
|
|
5507
5517
|
}, $) {
|
|
5508
|
-
let { basename: E } = D.useContext(we), p = typeof h == "string" &&
|
|
5509
|
-
if (typeof h == "string" && p && (I = h,
|
|
5518
|
+
let { basename: E } = D.useContext(we), p = typeof h == "string" && yn.test(h), I, O = !1;
|
|
5519
|
+
if (typeof h == "string" && p && (I = h, gn))
|
|
5510
5520
|
try {
|
|
5511
5521
|
let y = new URL(window.location.href), d = h.startsWith("//") ? new URL(y.protocol + h) : new URL(h), k = xe(d.pathname, E);
|
|
5512
5522
|
d.origin === y.origin && k != null ? h = k + d.search + d.hash : O = !0;
|
|
@@ -5548,7 +5558,7 @@ var gn = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, yn = D.forwardRef(
|
|
|
5548
5558
|
return U && !p ? /* @__PURE__ */ D.createElement(D.Fragment, null, P, /* @__PURE__ */ D.createElement(xo, { page: F })) : P;
|
|
5549
5559
|
}
|
|
5550
5560
|
);
|
|
5551
|
-
|
|
5561
|
+
bn.displayName = "Link";
|
|
5552
5562
|
var Eo = D.forwardRef(
|
|
5553
5563
|
function({
|
|
5554
5564
|
"aria-current": t = "page",
|
|
@@ -5579,7 +5589,7 @@ var Eo = D.forwardRef(
|
|
|
5579
5589
|
].filter(Boolean).join(" ");
|
|
5580
5590
|
let d = typeof s == "function" ? s(w) : s;
|
|
5581
5591
|
return /* @__PURE__ */ D.createElement(
|
|
5582
|
-
|
|
5592
|
+
bn,
|
|
5583
5593
|
{
|
|
5584
5594
|
...h,
|
|
5585
5595
|
"aria-current": P,
|
|
@@ -5610,7 +5620,7 @@ var Ro = D.forwardRef(
|
|
|
5610
5620
|
viewTransition: x,
|
|
5611
5621
|
...j
|
|
5612
5622
|
}, $) => {
|
|
5613
|
-
let E = Mo(), p = $o(u, { relative: h }), I = f.toLowerCase() === "get" ? "get" : "post", O = typeof u == "string" &&
|
|
5623
|
+
let E = Mo(), p = $o(u, { relative: h }), I = f.toLowerCase() === "get" ? "get" : "post", O = typeof u == "string" && yn.test(u), F = (U) => {
|
|
5614
5624
|
if (l && l(U), U.defaultPrevented) return;
|
|
5615
5625
|
U.preventDefault();
|
|
5616
5626
|
let V = U.nativeEvent.submitter, v = V?.getAttribute("formmethod") || f;
|
|
@@ -5642,7 +5652,7 @@ Ro.displayName = "Form";
|
|
|
5642
5652
|
function _o(e) {
|
|
5643
5653
|
return `${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`;
|
|
5644
5654
|
}
|
|
5645
|
-
function
|
|
5655
|
+
function wn(e) {
|
|
5646
5656
|
let t = D.useContext($e);
|
|
5647
5657
|
return ae(t, _o(e)), t;
|
|
5648
5658
|
}
|
|
@@ -5712,7 +5722,7 @@ function jo(e) {
|
|
|
5712
5722
|
}
|
|
5713
5723
|
var Lo = 0, Do = () => `__${String(++Lo)}__`;
|
|
5714
5724
|
function Mo() {
|
|
5715
|
-
let { router: e } =
|
|
5725
|
+
let { router: e } = wn(
|
|
5716
5726
|
"useSubmit"
|
|
5717
5727
|
/* UseSubmit */
|
|
5718
5728
|
), { basename: t } = D.useContext(we), r = Ga();
|
|
@@ -5765,12 +5775,12 @@ function $o(e, { relative: t } = {}) {
|
|
|
5765
5775
|
return (!e || e === ".") && a.route.index && (s.search = s.search ? s.search.replace(/^\?/, "?index&") : "?index"), r !== "/" && (s.pathname = s.pathname === "/" ? r : Se([r, s.pathname])), Ge(s);
|
|
5766
5776
|
}
|
|
5767
5777
|
function Io(e, t = {}) {
|
|
5768
|
-
let r = D.useContext(
|
|
5778
|
+
let r = D.useContext(un);
|
|
5769
5779
|
ae(
|
|
5770
5780
|
r != null,
|
|
5771
5781
|
"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?"
|
|
5772
5782
|
);
|
|
5773
|
-
let { basename: i } =
|
|
5783
|
+
let { basename: i } = wn(
|
|
5774
5784
|
"useViewTransitionState"
|
|
5775
5785
|
/* useViewTransitionState */
|
|
5776
5786
|
), a = et(e, { relative: t.relative });
|
|
@@ -5782,7 +5792,7 @@ function Io(e, t = {}) {
|
|
|
5782
5792
|
[
|
|
5783
5793
|
...yo
|
|
5784
5794
|
];
|
|
5785
|
-
const
|
|
5795
|
+
const Sn = q.createContext({
|
|
5786
5796
|
history: [],
|
|
5787
5797
|
addToHistory: () => {
|
|
5788
5798
|
},
|
|
@@ -5790,7 +5800,7 @@ const wn = q.createContext({
|
|
|
5790
5800
|
replaceHistory: () => {
|
|
5791
5801
|
}
|
|
5792
5802
|
}), Ao = () => {
|
|
5793
|
-
const [e, t] = jo(), r =
|
|
5803
|
+
const [e, t] = jo(), r = zr(
|
|
5794
5804
|
() => Object.fromEntries(e.entries()),
|
|
5795
5805
|
[e]
|
|
5796
5806
|
), i = Re(
|
|
@@ -5845,8 +5855,8 @@ const wn = q.createContext({
|
|
|
5845
5855
|
remove: u,
|
|
5846
5856
|
removeMany: l
|
|
5847
5857
|
};
|
|
5848
|
-
},
|
|
5849
|
-
const e = Kt(), t = ke(), r = Ao(), i = Yt(
|
|
5858
|
+
}, as = () => {
|
|
5859
|
+
const e = Kt(), t = ke(), r = Ao(), i = Yt(Sn), a = (u) => {
|
|
5850
5860
|
const l = new URL(u.path, "http://dummy-base");
|
|
5851
5861
|
return u.params && Object.entries(u.params).forEach(([h, g]) => {
|
|
5852
5862
|
g != null && l.searchParams.set(h, String(g));
|
|
@@ -5871,7 +5881,7 @@ const wn = q.createContext({
|
|
|
5871
5881
|
goBack: f,
|
|
5872
5882
|
goTo: s
|
|
5873
5883
|
};
|
|
5874
|
-
},
|
|
5884
|
+
}, os = ({
|
|
5875
5885
|
isReady: e = !0,
|
|
5876
5886
|
routes: t,
|
|
5877
5887
|
children: r
|
|
@@ -5889,9 +5899,9 @@ const wn = q.createContext({
|
|
|
5889
5899
|
), j = $[$.length - 1]), f($), j);
|
|
5890
5900
|
}, h = (x) => {
|
|
5891
5901
|
f(x);
|
|
5892
|
-
}, g = t.map((x) => /* @__PURE__ */ K.jsx(
|
|
5902
|
+
}, g = t.map((x) => /* @__PURE__ */ K.jsx(pn, { path: x.path, element: x.render }));
|
|
5893
5903
|
return /* @__PURE__ */ K.jsx(
|
|
5894
|
-
|
|
5904
|
+
Sn.Provider,
|
|
5895
5905
|
{
|
|
5896
5906
|
value: {
|
|
5897
5907
|
history: a,
|
|
@@ -5905,7 +5915,7 @@ const wn = q.createContext({
|
|
|
5905
5915
|
] }) })
|
|
5906
5916
|
}
|
|
5907
5917
|
);
|
|
5908
|
-
},
|
|
5918
|
+
}, xn = q.createContext(
|
|
5909
5919
|
{
|
|
5910
5920
|
visibleItems: [],
|
|
5911
5921
|
isItemVisible: () => !1,
|
|
@@ -5914,7 +5924,7 @@ const wn = q.createContext({
|
|
|
5914
5924
|
hideItem: () => {
|
|
5915
5925
|
}
|
|
5916
5926
|
}
|
|
5917
|
-
),
|
|
5927
|
+
), ss = ({ children: e }) => {
|
|
5918
5928
|
const t = q.useRef([]), [r, i] = q.useState([]), a = q.useCallback((l) => {
|
|
5919
5929
|
t.current = l, i(l);
|
|
5920
5930
|
}, []), s = q.useCallback((l) => t.current.some((h) => h === l), []), f = q.useCallback(
|
|
@@ -5931,7 +5941,7 @@ const wn = q.createContext({
|
|
|
5931
5941
|
[s, a]
|
|
5932
5942
|
);
|
|
5933
5943
|
return /* @__PURE__ */ K.jsx(
|
|
5934
|
-
|
|
5944
|
+
xn.Provider,
|
|
5935
5945
|
{
|
|
5936
5946
|
value: {
|
|
5937
5947
|
visibleItems: r,
|
|
@@ -5943,7 +5953,7 @@ const wn = q.createContext({
|
|
|
5943
5953
|
}
|
|
5944
5954
|
);
|
|
5945
5955
|
}, Ct = () => {
|
|
5946
|
-
const e = Yt(
|
|
5956
|
+
const e = Yt(xn), t = (a) => e.visibleItems.some((s) => s === a), r = (a) => {
|
|
5947
5957
|
e.showItem(a);
|
|
5948
5958
|
}, i = (a) => {
|
|
5949
5959
|
e.hideItem(a);
|
|
@@ -5982,7 +5992,7 @@ const wn = q.createContext({
|
|
|
5982
5992
|
drawerBottomDistance: h,
|
|
5983
5993
|
handleRef: l
|
|
5984
5994
|
};
|
|
5985
|
-
},
|
|
5995
|
+
}, ls = (e) => {
|
|
5986
5996
|
const { children: t, backgroundStyles: r, contentStyles: i, handle: a } = e, {
|
|
5987
5997
|
isVisible: s,
|
|
5988
5998
|
drawerParentRef: f,
|
|
@@ -6090,7 +6100,7 @@ const wn = q.createContext({
|
|
|
6090
6100
|
},
|
|
6091
6101
|
handleFormSubmission: a
|
|
6092
6102
|
};
|
|
6093
|
-
},
|
|
6103
|
+
}, us = (e) => {
|
|
6094
6104
|
const { fields: t, styles: r, submitButton: i } = e, { ref: a, handleFormSubmission: s, submitForm: f } = Ho(e), u = q.useCallback(() => t.map((l) => ({ ...l.content, key: l.name })), [t]);
|
|
6095
6105
|
return /* @__PURE__ */ K.jsxs(
|
|
6096
6106
|
"form",
|
|
@@ -6124,7 +6134,7 @@ const wn = q.createContext({
|
|
|
6124
6134
|
]
|
|
6125
6135
|
}
|
|
6126
6136
|
);
|
|
6127
|
-
},
|
|
6137
|
+
}, cs = ({ src: e, alt: t = "", onClick: r, styles: i }) => /* @__PURE__ */ K.jsx(
|
|
6128
6138
|
"img",
|
|
6129
6139
|
{
|
|
6130
6140
|
src: e,
|
|
@@ -6161,7 +6171,7 @@ const wn = q.createContext({
|
|
|
6161
6171
|
input:-webkit-autofill {
|
|
6162
6172
|
background-color: #00000000;
|
|
6163
6173
|
}
|
|
6164
|
-
`,
|
|
6174
|
+
`, fs = ({
|
|
6165
6175
|
name: e,
|
|
6166
6176
|
label: t,
|
|
6167
6177
|
leftIcon: r,
|
|
@@ -6253,7 +6263,7 @@ const wn = q.createContext({
|
|
|
6253
6263
|
]
|
|
6254
6264
|
}
|
|
6255
6265
|
);
|
|
6256
|
-
},
|
|
6266
|
+
}, ds = ({ id: e, styles: t, children: r }) => {
|
|
6257
6267
|
const { isItemVisible: i } = Ct();
|
|
6258
6268
|
return /* @__PURE__ */ K.jsx(K.Fragment, { children: i(e) && /* @__PURE__ */ K.jsx(
|
|
6259
6269
|
"div",
|
|
@@ -6274,7 +6284,7 @@ const wn = q.createContext({
|
|
|
6274
6284
|
children: r
|
|
6275
6285
|
}
|
|
6276
6286
|
) });
|
|
6277
|
-
},
|
|
6287
|
+
}, hs = ({
|
|
6278
6288
|
id: e,
|
|
6279
6289
|
children: t,
|
|
6280
6290
|
backgroundStyles: r,
|
|
@@ -6382,7 +6392,7 @@ const wn = q.createContext({
|
|
|
6382
6392
|
box-sizing: border-box;
|
|
6383
6393
|
position: relative;
|
|
6384
6394
|
}
|
|
6385
|
-
`,
|
|
6395
|
+
`, ps = (e) => {
|
|
6386
6396
|
const {
|
|
6387
6397
|
containerStyles: t,
|
|
6388
6398
|
pageStyles: r,
|
|
@@ -6480,7 +6490,7 @@ const wn = q.createContext({
|
|
|
6480
6490
|
]
|
|
6481
6491
|
}
|
|
6482
6492
|
);
|
|
6483
|
-
},
|
|
6493
|
+
}, ms = ({
|
|
6484
6494
|
src: e,
|
|
6485
6495
|
width: t = "22",
|
|
6486
6496
|
height: r = "28",
|
|
@@ -6518,7 +6528,7 @@ const wn = q.createContext({
|
|
|
6518
6528
|
}
|
|
6519
6529
|
)
|
|
6520
6530
|
}
|
|
6521
|
-
),
|
|
6531
|
+
), vs = ({
|
|
6522
6532
|
id: e,
|
|
6523
6533
|
children: t,
|
|
6524
6534
|
styles: r,
|
|
@@ -6555,7 +6565,7 @@ const wn = q.createContext({
|
|
|
6555
6565
|
children: t
|
|
6556
6566
|
}
|
|
6557
6567
|
) });
|
|
6558
|
-
},
|
|
6568
|
+
}, gs = ({
|
|
6559
6569
|
overflowEllipsis: e,
|
|
6560
6570
|
maxNumberOfLines: t,
|
|
6561
6571
|
children: r,
|
|
@@ -6584,7 +6594,7 @@ const wn = q.createContext({
|
|
|
6584
6594
|
children: r
|
|
6585
6595
|
}
|
|
6586
6596
|
);
|
|
6587
|
-
class
|
|
6597
|
+
class ys {
|
|
6588
6598
|
static isScrollEnabled = () => document.body.style.overflow === "unset" || document.body.style.overflow === "auto";
|
|
6589
6599
|
static disableScroll = () => {
|
|
6590
6600
|
document.body.style.overflow = "hidden";
|
|
@@ -6593,7 +6603,7 @@ class gs {
|
|
|
6593
6603
|
document.body.style.overflow = "unset";
|
|
6594
6604
|
};
|
|
6595
6605
|
}
|
|
6596
|
-
class
|
|
6606
|
+
class bs {
|
|
6597
6607
|
static getPascalCase = (t) => t.replace(/\w+/g, function(r) {
|
|
6598
6608
|
return r[0].toUpperCase() + r.slice(1).toLowerCase();
|
|
6599
6609
|
});
|
|
@@ -6957,7 +6967,7 @@ function Vo() {
|
|
|
6957
6967
|
var Xo = Vo();
|
|
6958
6968
|
const Go = /* @__PURE__ */ qt(Xo);
|
|
6959
6969
|
dt.extend(Go);
|
|
6960
|
-
class
|
|
6970
|
+
class ws {
|
|
6961
6971
|
static waitForMilliseconds = (t) => new Promise((r) => setTimeout(r, t));
|
|
6962
6972
|
static waitForCondition = (t) => new Promise((r) => {
|
|
6963
6973
|
const i = () => {
|
|
@@ -6998,28 +7008,29 @@ export {
|
|
|
6998
7008
|
Jo as Button,
|
|
6999
7009
|
Zo as Carousel,
|
|
7000
7010
|
Qo as Checkbox,
|
|
7001
|
-
|
|
7002
|
-
|
|
7003
|
-
|
|
7004
|
-
|
|
7005
|
-
|
|
7006
|
-
|
|
7007
|
-
|
|
7008
|
-
|
|
7009
|
-
|
|
7010
|
-
|
|
7011
|
-
|
|
7012
|
-
|
|
7013
|
-
|
|
7014
|
-
|
|
7015
|
-
|
|
7011
|
+
ls as Drawer,
|
|
7012
|
+
ss as FeedbackProvider,
|
|
7013
|
+
us as Form,
|
|
7014
|
+
cs as Image,
|
|
7015
|
+
fs as InputField,
|
|
7016
|
+
ds as Loader,
|
|
7017
|
+
hs as Modal,
|
|
7018
|
+
os as NavigationProvider,
|
|
7019
|
+
ps as PageLayout,
|
|
7020
|
+
ys as ScrollHelper,
|
|
7021
|
+
ms as SvgImage,
|
|
7022
|
+
bs as TextHelper,
|
|
7023
|
+
ws as TimeHelper,
|
|
7024
|
+
vs as Toast,
|
|
7025
|
+
gs as Typography,
|
|
7016
7026
|
sa as defaultBreakpoints,
|
|
7017
7027
|
es as useDidMount,
|
|
7018
7028
|
oa as useDrag,
|
|
7019
7029
|
Ct as useFeedback,
|
|
7020
7030
|
ts as useFetch,
|
|
7021
|
-
|
|
7031
|
+
as as useNavigation,
|
|
7032
|
+
rs as useOnScreen,
|
|
7022
7033
|
aa as usePointer,
|
|
7023
|
-
|
|
7024
|
-
|
|
7034
|
+
ns as useResponsive,
|
|
7035
|
+
is as useTranslations
|
|
7025
7036
|
};
|