diff --git a/custom-app/src/main.tsx b/custom-app/src/main.tsx index 5f9de16a1..c99af6903 100644 --- a/custom-app/src/main.tsx +++ b/custom-app/src/main.tsx @@ -34,7 +34,8 @@ const render = async () => { document.getElementById('builtwithfern')?.remove() } -window.addEventListener('load', async () => { +const initializeApp = async () => { + console.log('initializeApp') // Only render on /docs or /docs/ const initialPath = window.location.pathname.replace(/\/+$/, '') @@ -67,4 +68,14 @@ window.addEventListener('load', async () => { }) observer.observe(document.body, { childList: true, subtree: true }) +} + +// Run immediately when script loads (for direct navigation to homepage) +console.log('running initializeApp') +initializeApp() + +// Also run on popstate (for back/forward navigation) +window.addEventListener('popstate', () => { + console.log('popstate') + initializeApp() }) diff --git a/fern/dist/output.js b/fern/dist/output.js index 214989949..9f967c8ad 100644 --- a/fern/dist/output.js +++ b/fern/dist/output.js @@ -1,14 +1,14 @@ -var wb = Object.defineProperty; -var kb = Object.getPrototypeOf; -var Cb = Reflect.get; +var kb = Object.defineProperty; +var Cb = Object.getPrototypeOf; +var Pb = Reflect.get; var tp = (n) => { throw TypeError(n); }; -var Pb = (n, t, o) => +var Ob = (n, t, o) => t in n - ? wb(n, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) + ? kb(n, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : (n[t] = o); -var B = (n, t, o) => Pb(n, typeof t != "symbol" ? t + "" : t, o), +var B = (n, t, o) => Ob(n, typeof t != "symbol" ? t + "" : t, o), Il = (n, t, o) => t.has(n) || tp("Cannot " + o); var yt = (n, t, o) => ( Il(n, t, "read from private field"), o ? o.call(n) : t.get(n) @@ -23,8 +23,8 @@ var yt = (n, t, o) => ( Il(n, t, "write to private field"), a ? a.call(n, o) : t.set(n, o), o ), Fl = (n, t, o) => (Il(n, t, "access private method"), o); -var np = (n, t, o) => Cb(kb(n), o, t); -function Ob(n, t) { +var np = (n, t, o) => Pb(Cb(n), o, t); +function Eb(n, t) { for (var o = 0; o < t.length; o++) { const a = t[o]; if (typeof a != "string" && !Array.isArray(a)) { @@ -74,7 +74,7 @@ function Ob(n, t) { fetch(i.href, c); } })(); -function Eb(n) { +function Tb(n) { return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n; @@ -92,7 +92,7 @@ var Rl = { exports: {} }, * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var rp; -function Tb() { +function jb() { if (rp) return ke; rp = 1; var n = Symbol.for("react.element"), @@ -489,7 +489,7 @@ function Tb() { } var op; function Nc() { - return op || ((op = 1), (Ml.exports = Tb())), Ml.exports; + return op || ((op = 1), (Ml.exports = jb())), Ml.exports; } /** * @license React @@ -500,7 +500,7 @@ function Nc() { * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var ap; -function jb() { +function Ib() { if (ap) return Zr; ap = 1; var n = Nc(), @@ -532,13 +532,13 @@ function jb() { return (Zr.Fragment = o), (Zr.jsx = d), (Zr.jsxs = d), Zr; } var ip; -function Ib() { - return ip || ((ip = 1), (Rl.exports = jb())), Rl.exports; +function Fb() { + return ip || ((ip = 1), (Rl.exports = Ib())), Rl.exports; } -var Re = Ib(), +var Re = Fb(), V = Nc(); -const Ue = Eb(V), - sp = Ob({ __proto__: null, default: Ue }, [V]); +const Ue = Tb(V), + sp = Eb({ __proto__: null, default: Ue }, [V]); var ja = {}, Nl = { exports: {} }, Pt = {}, @@ -553,7 +553,7 @@ var ja = {}, * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var lp; -function Fb() { +function Rb() { return ( lp || ((lp = 1), @@ -845,8 +845,8 @@ function Fb() { ); } var cp; -function Rb() { - return cp || ((cp = 1), (Bl.exports = Fb())), Bl.exports; +function Mb() { + return cp || ((cp = 1), (Bl.exports = Rb())), Bl.exports; } /** * @license React @@ -857,11 +857,11 @@ function Rb() { * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var up; -function Mb() { +function Nb() { if (up) return Pt; up = 1; var n = Nc(), - t = Rb(); + t = Mb(); function o(e) { for ( var r = "https://reactjs.org/docs/error-decoder.html?invariant=" + e, @@ -1595,9 +1595,9 @@ function Mb() { strokeOpacity: !0, strokeWidth: !0, }, - Og = ["Webkit", "ms", "Moz", "O"]; + Eg = ["Webkit", "ms", "Moz", "O"]; Object.keys(mr).forEach(function (e) { - Og.forEach(function (r) { + Eg.forEach(function (r) { (r = r + e.charAt(0).toUpperCase() + e.substring(1)), (mr[r] = mr[e]); }); }); @@ -1617,7 +1617,7 @@ function Mb() { s === "float" && (s = "cssFloat"), l ? e.setProperty(s, u) : (e[s] = u); } } - var Eg = w( + var Tg = w( { menuitem: !0 }, { area: !0, @@ -1639,7 +1639,7 @@ function Mb() { ); function Vi(e, r) { if (r) { - if (Eg[e] && (r.children != null || r.dangerouslySetInnerHTML != null)) + if (Tg[e] && (r.children != null || r.dangerouslySetInnerHTML != null)) throw Error(o(137, e)); if (r.dangerouslySetInnerHTML != null) { if (r.children != null) throw Error(o(60)); @@ -1759,7 +1759,7 @@ function Mb() { } catch { Xi = !1; } - function Tg(e, r, s, l, u, p, g, _, k) { + function jg(e, r, s, l, u, p, g, _, k) { var M = Array.prototype.slice.call(arguments, 3); try { r.apply(s, M); @@ -1771,16 +1771,16 @@ function Mb() { wo = null, ko = !1, Qi = null, - jg = { + Ig = { onError: function (e) { (vr = !0), (wo = e); }, }; - function Ig(e, r, s, l, u, p, g, _, k) { - (vr = !1), (wo = null), Tg.apply(jg, arguments); - } function Fg(e, r, s, l, u, p, g, _, k) { - if ((Ig.apply(this, arguments), vr)) { + (vr = !1), (wo = null), jg.apply(Ig, arguments); + } + function Rg(e, r, s, l, u, p, g, _, k) { + if ((Fg.apply(this, arguments), vr)) { if (vr) { var M = wo; (vr = !1), (wo = null); @@ -1813,7 +1813,7 @@ function Mb() { function wu(e) { if (Zn(e) !== e) throw Error(o(188)); } - function Rg(e) { + function Mg(e) { var r = e.alternate; if (!r) { if (((r = Zn(e)), r === null)) throw Error(o(188)); @@ -1872,7 +1872,7 @@ function Mb() { return s.stateNode.current === s ? e : r; } function ku(e) { - return (e = Rg(e)), e !== null ? Cu(e) : null; + return (e = Mg(e)), e !== null ? Cu(e) : null; } function Cu(e) { if (e.tag === 5 || e.tag === 6) return e; @@ -1885,28 +1885,28 @@ function Mb() { } var Pu = t.unstable_scheduleCallback, Ou = t.unstable_cancelCallback, - Mg = t.unstable_shouldYield, - Ng = t.unstable_requestPaint, + Ng = t.unstable_shouldYield, + Bg = t.unstable_requestPaint, qe = t.unstable_now, - Bg = t.unstable_getCurrentPriorityLevel, + Lg = t.unstable_getCurrentPriorityLevel, Yi = t.unstable_ImmediatePriority, Eu = t.unstable_UserBlockingPriority, Co = t.unstable_NormalPriority, - Lg = t.unstable_LowPriority, + $g = t.unstable_LowPriority, Tu = t.unstable_IdlePriority, Po = null, tn = null; - function $g(e) { + function Ag(e) { if (tn && typeof tn.onCommitFiberRoot == "function") try { tn.onCommitFiberRoot(Po, e, void 0, (e.current.flags & 128) === 128); } catch {} } - var qt = Math.clz32 ? Math.clz32 : zg, - Ag = Math.log, - Dg = Math.LN2; - function zg(e) { - return (e >>>= 0), e === 0 ? 32 : (31 - ((Ag(e) / Dg) | 0)) | 0; + var qt = Math.clz32 ? Math.clz32 : Hg, + Dg = Math.log, + zg = Math.LN2; + function Hg(e) { + return (e >>>= 0), e === 0 ? 32 : (31 - ((Dg(e) / zg) | 0)) | 0; } var Oo = 64, Eo = 4194304; @@ -1983,7 +1983,7 @@ function Mb() { (s = 31 - qt(r)), (u = 1 << s), (l |= e[s]), (r &= ~u); return l; } - function Hg(e, r) { + function Vg(e, r) { switch (e) { case 1: case 2: @@ -2024,7 +2024,7 @@ function Mb() { return -1; } } - function Vg(e, r) { + function Ug(e, r) { for ( var s = e.suspendedLanes, l = e.pingedLanes, @@ -2037,7 +2037,7 @@ function Mb() { _ = 1 << g, k = u[g]; k === -1 - ? ((_ & s) === 0 || (_ & l) !== 0) && (u[g] = Hg(_, r)) + ? ((_ & s) === 0 || (_ & l) !== 0) && (u[g] = Vg(_, r)) : k <= r && (e.expiredLanes |= _), (p &= ~_); } @@ -2063,7 +2063,7 @@ function Mb() { (r = 31 - qt(r)), (e[r] = s); } - function Ug(e, r) { + function Gg(e, r) { var s = e.pendingLanes & ~r; (e.pendingLanes = r), (e.suspendedLanes = 0), @@ -2107,7 +2107,7 @@ function Mb() { xr = new Map(), Sr = new Map(), Tn = [], - Gg = + qg = "mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split( " ", ); @@ -2150,7 +2150,7 @@ function Mb() { u !== null && r.indexOf(u) === -1 && r.push(u), e); } - function qg(e, r, s, l, u) { + function Wg(e, r, s, l, u) { switch (r) { case "focusin": return (Pn = wr(Pn, e, r, s, l, u)), !0; @@ -2205,7 +2205,7 @@ function Mb() { function $u(e, r, s) { Io(e) && s.delete(r); } - function Wg() { + function Kg() { (ns = !1), Pn !== null && Io(Pn) && (Pn = null), On !== null && Io(On) && (On = null), @@ -2218,7 +2218,7 @@ function Mb() { ((e.blockedOn = null), ns || ((ns = !0), - t.unstable_scheduleCallback(t.unstable_NormalPriority, Wg))); + t.unstable_scheduleCallback(t.unstable_NormalPriority, Kg))); } function Cr(e) { function r(u) { @@ -2247,7 +2247,7 @@ function Mb() { } var E0 = L.ReactCurrentBatchConfig, Fo = !0; - function Kg(e, r, s, l) { + function Xg(e, r, s, l) { var u = Fe, p = E0.transition; E0.transition = null; @@ -2257,7 +2257,7 @@ function Mb() { (Fe = u), (E0.transition = p); } } - function Xg(e, r, s, l) { + function Qg(e, r, s, l) { var u = Fe, p = E0.transition; E0.transition = null; @@ -2271,8 +2271,8 @@ function Mb() { if (Fo) { var u = os(e, r, s, l); if (u === null) xs(e, r, l, Ro, s), Bu(e, l); - else if (qg(u, e, r, s, l)) l.stopPropagation(); - else if ((Bu(e, l), r & 4 && -1 < Gg.indexOf(e))) { + else if (Wg(u, e, r, s, l)) l.stopPropagation(); + else if ((Bu(e, l), r & 4 && -1 < qg.indexOf(e))) { for (; u !== null; ) { var p = Lr(u); if ( @@ -2377,13 +2377,13 @@ function Mb() { case "pointerleave": return 4; case "message": - switch (Bg()) { + switch (Lg()) { case Yi: return 1; case Eu: return 4; case Co: - case Lg: + case $g: return 16; case Tu: return 536870912; @@ -2483,7 +2483,7 @@ function Mb() { }, is = Tt(T0), Pr = w({}, T0, { view: 0, detail: 0 }), - Qg = Tt(Pr), + Yg = Tt(Pr), ss, ls, Or, @@ -2523,21 +2523,21 @@ function Mb() { }, }), Hu = Tt(Lo), - Yg = w({}, Lo, { dataTransfer: 0 }), - Zg = Tt(Yg), - Jg = w({}, Pr, { relatedTarget: 0 }), - cs = Tt(Jg), - e1 = w({}, T0, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }), - t1 = Tt(e1), - n1 = w({}, T0, { + Zg = w({}, Lo, { dataTransfer: 0 }), + Jg = Tt(Zg), + e1 = w({}, Pr, { relatedTarget: 0 }), + cs = Tt(e1), + t1 = w({}, T0, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }), + n1 = Tt(t1), + r1 = w({}, T0, { clipboardData: function (e) { return "clipboardData" in e ? e.clipboardData : window.clipboardData; }, }), - r1 = Tt(n1), - o1 = w({}, T0, { data: 0 }), - Vu = Tt(o1), - a1 = { + o1 = Tt(r1), + a1 = w({}, T0, { data: 0 }), + Vu = Tt(a1), + i1 = { Esc: "Escape", Spacebar: " ", Left: "ArrowLeft", @@ -2551,7 +2551,7 @@ function Mb() { Scroll: "ScrollLock", MozPrintableKey: "Unidentified", }, - i1 = { + s1 = { 8: "Backspace", 9: "Tab", 12: "Clear", @@ -2589,33 +2589,33 @@ function Mb() { 145: "ScrollLock", 224: "Meta", }, - s1 = { + l1 = { Alt: "altKey", Control: "ctrlKey", Meta: "metaKey", Shift: "shiftKey", }; - function l1(e) { + function c1(e) { var r = this.nativeEvent; return r.getModifierState ? r.getModifierState(e) - : (e = s1[e]) + : (e = l1[e]) ? !!r[e] : !1; } function us() { - return l1; + return c1; } - var c1 = w({}, Pr, { + var u1 = w({}, Pr, { key: function (e) { if (e.key) { - var r = a1[e.key] || e.key; + var r = i1[e.key] || e.key; if (r !== "Unidentified") return r; } return e.type === "keypress" ? ((e = No(e)), e === 13 ? "Enter" : String.fromCharCode(e)) : e.type === "keydown" || e.type === "keyup" - ? i1[e.keyCode] || "Unidentified" + ? s1[e.keyCode] || "Unidentified" : ""; }, code: 0, @@ -2641,8 +2641,8 @@ function Mb() { : 0; }, }), - u1 = Tt(c1), - d1 = w({}, Lo, { + d1 = Tt(u1), + f1 = w({}, Lo, { pointerId: 0, width: 0, height: 0, @@ -2654,8 +2654,8 @@ function Mb() { pointerType: 0, isPrimary: 0, }), - Uu = Tt(d1), - f1 = w({}, Pr, { + Uu = Tt(f1), + p1 = w({}, Pr, { touches: 0, targetTouches: 0, changedTouches: 0, @@ -2665,10 +2665,10 @@ function Mb() { shiftKey: 0, getModifierState: us, }), - p1 = Tt(f1), - h1 = w({}, T0, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 }), - m1 = Tt(h1), - g1 = w({}, Lo, { + h1 = Tt(p1), + m1 = w({}, T0, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 }), + g1 = Tt(m1), + b1 = w({}, Lo, { deltaX: function (e) { return "deltaX" in e ? e.deltaX @@ -2688,19 +2688,19 @@ function Mb() { deltaZ: 0, deltaMode: 0, }), - b1 = Tt(g1), - v1 = [9, 13, 27, 32], + v1 = Tt(b1), + y1 = [9, 13, 27, 32], ds = h && "CompositionEvent" in window, Er = null; h && "documentMode" in document && (Er = document.documentMode); - var y1 = h && "TextEvent" in window && !Er, + var _1 = h && "TextEvent" in window && !Er, Gu = h && (!ds || (Er && 8 < Er && 11 >= Er)), qu = " ", Wu = !1; function Ku(e, r) { switch (e) { case "keyup": - return v1.indexOf(r.keyCode) !== -1; + return y1.indexOf(r.keyCode) !== -1; case "keydown": return r.keyCode !== 229; case "keypress": @@ -2715,7 +2715,7 @@ function Mb() { return (e = e.detail), typeof e == "object" && "data" in e ? e.data : null; } var j0 = !1; - function _1(e, r) { + function x1(e, r) { switch (e) { case "compositionend": return Xu(r); @@ -2727,7 +2727,7 @@ function Mb() { return null; } } - function x1(e, r) { + function S1(e, r) { if (j0) return e === "compositionend" || (!ds && Ku(e, r)) ? ((e = Du()), (Mo = as = jn = null), (j0 = !1), e) @@ -2747,7 +2747,7 @@ function Mb() { return null; } } - var S1 = { + var w1 = { color: !0, date: !0, datetime: !0, @@ -2766,7 +2766,7 @@ function Mb() { }; function Qu(e) { var r = e && e.nodeName && e.nodeName.toLowerCase(); - return r === "input" ? !!S1[e.type] : r === "textarea"; + return r === "input" ? !!w1[e.type] : r === "textarea"; } function Yu(e, r, s, l) { bu(l), @@ -2777,14 +2777,14 @@ function Mb() { } var Tr = null, jr = null; - function w1(e) { + function k1(e) { md(e, 0); } function $o(e) { var r = N0(e); if (_t(r)) return e; } - function k1(e, r) { + function C1(e, r) { if (e === "change") return r; } var Zu = !1; @@ -2807,28 +2807,28 @@ function Mb() { function td(e) { if (e.propertyName === "value" && $o(jr)) { var r = []; - Yu(r, jr, e, qi(e)), xu(w1, r); + Yu(r, jr, e, qi(e)), xu(k1, r); } } - function C1(e, r, s) { + function P1(e, r, s) { e === "focusin" ? (ed(), (Tr = r), (jr = s), Tr.attachEvent("onpropertychange", td)) : e === "focusout" && ed(); } - function P1(e) { + function O1(e) { if (e === "selectionchange" || e === "keyup" || e === "keydown") return $o(jr); } - function O1(e, r) { + function E1(e, r) { if (e === "click") return $o(r); } - function E1(e, r) { + function T1(e, r) { if (e === "input" || e === "change") return $o(r); } - function T1(e, r) { + function j1(e, r) { return (e === r && (e !== 0 || 1 / e === 1 / r)) || (e !== e && r !== r); } - var Wt = typeof Object.is == "function" ? Object.is : T1; + var Wt = typeof Object.is == "function" ? Object.is : j1; function Ir(e, r) { if (Wt(e, r)) return !0; if ( @@ -2915,7 +2915,7 @@ function Mb() { e.contentEditable === "true") ); } - function j1(e) { + function I1(e) { var r = ad(), s = e.focusedElem, l = e.selectionRange; @@ -2969,7 +2969,7 @@ function Mb() { (e.element.scrollTop = e.top); } } - var I1 = h && "documentMode" in document && 11 >= document.documentMode, + var F1 = h && "documentMode" in document && 11 >= document.documentMode, I0 = null, ms = null, Fr = null, @@ -3047,9 +3047,9 @@ function Mb() { } for (var vs = 0; vs < pd.length; vs++) { var ys = pd[vs], - F1 = ys.toLowerCase(), - R1 = ys[0].toUpperCase() + ys.slice(1); - In(F1, "on" + R1); + R1 = ys.toLowerCase(), + M1 = ys[0].toUpperCase() + ys.slice(1); + In(R1, "on" + M1); } In(ld, "onAnimationEnd"), In(cd, "onAnimationIteration"), @@ -3091,12 +3091,12 @@ function Mb() { "abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split( " ", ), - M1 = new Set( + N1 = new Set( "cancel close invalid load scroll toggle".split(" ").concat(Rr), ); function hd(e, r, s) { var l = e.type || "unknown-event"; - (e.currentTarget = s), Fg(l, r, void 0, e), (e.currentTarget = null); + (e.currentTarget = s), Rg(l, r, void 0, e), (e.currentTarget = null); } function md(e, r) { r = (r & 4) !== 0; @@ -3146,7 +3146,7 @@ function Mb() { if (!e[zo]) { (e[zo] = !0), a.forEach(function (s) { - s !== "selectionchange" && (M1.has(s) || _s(s, !1, e), _s(s, !0, e)); + s !== "selectionchange" && (N1.has(s) || _s(s, !1, e), _s(s, !0, e)); }); var r = e.nodeType === 9 ? e : e.ownerDocument; r === null || r[zo] || ((r[zo] = !0), _s("selectionchange", !1, r)); @@ -3155,10 +3155,10 @@ function Mb() { function gd(e, r, s, l) { switch (Au(r)) { case 1: - var u = Kg; + var u = Xg; break; case 4: - u = Xg; + u = Qg; break; default: u = rs; @@ -3221,7 +3221,7 @@ function Mb() { if (No(s) === 0) break e; case "keydown": case "keyup": - X = u1; + X = d1; break; case "focusin": (Z = "focus"), (X = cs); @@ -3253,32 +3253,32 @@ function Mb() { case "dragover": case "dragstart": case "drop": - X = Zg; + X = Jg; break; case "touchcancel": case "touchend": case "touchmove": case "touchstart": - X = p1; + X = h1; break; case ld: case cd: case ud: - X = t1; + X = n1; break; case dd: - X = m1; + X = g1; break; case "scroll": - X = Qg; + X = Yg; break; case "wheel": - X = b1; + X = v1; break; case "copy": case "cut": case "paste": - X = r1; + X = o1; break; case "gotpointercapture": case "lostpointercapture": @@ -3387,18 +3387,18 @@ function Mb() { (X = D.nodeName && D.nodeName.toLowerCase()), X === "select" || (X === "input" && D.type === "file")) ) - var te = k1; + var te = C1; else if (Qu(D)) - if (Zu) te = E1; + if (Zu) te = T1; else { - te = P1; - var oe = C1; + te = O1; + var oe = P1; } else (X = D.nodeName) && X.toLowerCase() === "input" && (D.type === "checkbox" || D.type === "radio") && - (te = O1); + (te = E1); if (te && (te = te(e, M))) { Yu(H, te, s, z); break e; @@ -3427,7 +3427,7 @@ function Mb() { (gs = !1), id(H, s, z); break; case "selectionchange": - if (I1) break; + if (F1) break; case "keydown": case "keyup": id(H, s, z); @@ -3469,7 +3469,7 @@ function Mb() { ae ? (de.data = ae) : ((ae = Xu(s)), ae !== null && (de.data = ae)))), - (ae = y1 ? _1(e, s) : x1(e, s)) && + (ae = _1 ? x1(e, s) : S1(e, s)) && ((M = Ho(M, "onBeforeInput")), 0 < M.length && ((z = new Vu("onBeforeInput", "beforeinput", null, s, z)), @@ -3519,16 +3519,16 @@ function Mb() { } g.length !== 0 && e.push({ event: r, listeners: g }); } - var N1 = /\r\n?/g, - B1 = /\u0000|\uFFFD/g; + var B1 = /\r\n?/g, + L1 = /\u0000|\uFFFD/g; function vd(e) { return (typeof e == "string" ? e : "" + e) .replace( - N1, + B1, ` `, ) - .replace(B1, ""); + .replace(L1, ""); } function Vo(e, r, s) { if (((r = vd(r)), vd(e) !== r && s)) throw Error(o(425)); @@ -3548,17 +3548,17 @@ function Mb() { ); } var Cs = typeof setTimeout == "function" ? setTimeout : void 0, - L1 = typeof clearTimeout == "function" ? clearTimeout : void 0, + $1 = typeof clearTimeout == "function" ? clearTimeout : void 0, yd = typeof Promise == "function" ? Promise : void 0, - $1 = + A1 = typeof queueMicrotask == "function" ? queueMicrotask : typeof yd < "u" ? function (e) { - return yd.resolve(null).then(e).catch(A1); + return yd.resolve(null).then(e).catch(D1); } : Cs; - function A1(e) { + function D1(e) { setTimeout(function () { throw e; }); @@ -3610,8 +3610,8 @@ function Mb() { Br = "__reactProps$" + M0, fn = "__reactContainer$" + M0, Os = "__reactEvents$" + M0, - D1 = "__reactListeners$" + M0, - z1 = "__reactHandles$" + M0; + z1 = "__reactListeners$" + M0, + H1 = "__reactHandles$" + M0; function Jn(e) { var r = e[nn]; if (r) return r; @@ -3725,7 +3725,7 @@ function Mb() { function kd(e) { pn === null ? (pn = [e]) : pn.push(e); } - function H1(e) { + function V1(e) { (Ko = !0), kd(e); } function Nn() { @@ -3920,7 +3920,7 @@ function Mb() { function Ms(e) { Kt === null ? (Kt = [e]) : Kt.push(e); } - var V1 = L.ReactCurrentBatchConfig; + var U1 = L.ReactCurrentBatchConfig; function Xt(e, r) { if (e && e.defaultProps) { (r = w({}, r)), (e = e.defaultProps); @@ -4574,8 +4574,8 @@ function Mb() { (oe = Pe)); return ( e && - ae.forEach(function (Sb) { - return r(I, Sb); + ae.forEach(function (wb) { + return r(I, wb); }), De && n0(I, de), te @@ -4749,7 +4749,7 @@ function Mb() { ia = !1, Hr = !1, Vr = 0, - U1 = 0; + G1 = 0; function ut() { throw Error(o(321)); } @@ -4766,7 +4766,7 @@ function Mb() { (r.memoizedState = null), (r.updateQueue = null), (r.lanes = 0), - (aa.current = e === null || e.memoizedState === null ? K1 : X1), + (aa.current = e === null || e.memoizedState === null ? X1 : Q1), (e = s(l, u)), Hr) ) { @@ -4776,7 +4776,7 @@ function Mb() { (p += 1), (tt = Ze = null), (r.updateQueue = null), - (aa.current = Q1), + (aa.current = Y1), (e = s(l, u)); } while (Hr); } @@ -4978,7 +4978,7 @@ function Mb() { lastRenderedState: e, }), (r.queue = e), - (e = e.dispatch = W1.bind(null, He, e)), + (e = e.dispatch = K1.bind(null, He, e)), [r.memoizedState, e] ); } @@ -5077,7 +5077,7 @@ function Mb() { ((s = ju()), (He.lanes |= s), (i0 |= s), (e.baseState = !0)), r); } - function G1(e, r) { + function q1(e, r) { var s = Fe; (Fe = s !== 0 && 4 > s ? s : 4), e(!0); var l = Ws.transition; @@ -5091,7 +5091,7 @@ function Mb() { function af() { return Dt().memoizedState; } - function q1(e, r, s) { + function W1(e, r, s) { var l = zn(e); if ( ((s = { @@ -5109,7 +5109,7 @@ function Mb() { Zt(s, e, l, u), cf(s, r, l); } } - function W1(e, r, s) { + function K1(e, r, s) { var l = zn(e), u = { lane: l, @@ -5180,7 +5180,7 @@ function Mb() { useId: ut, unstable_isNewReconciler: !1, }, - K1 = { + X1 = { readContext: At, useCallback: function (e, r) { return (on().memoizedState = [e, r === void 0 ? null : r]), e; @@ -5222,7 +5222,7 @@ function Mb() { lastRenderedState: r, }), (l.queue = e), - (e = e.dispatch = q1.bind(null, He, e)), + (e = e.dispatch = W1.bind(null, He, e)), [l.memoizedState, e] ); }, @@ -5238,7 +5238,7 @@ function Mb() { useTransition: function () { var e = Xd(!1), r = e[0]; - return (e = G1.bind(null, e[1])), (on().memoizedState = e), [r, e]; + return (e = q1.bind(null, e[1])), (on().memoizedState = e), [r, e]; }, useMutableSource: function () {}, useSyncExternalStore: function (e, r, s) { @@ -5272,12 +5272,12 @@ function Mb() { (s = Vr++), 0 < s && (r += "H" + s.toString(32)), (r += ":"); - } else (s = U1++), (r = ":" + r + "r" + s.toString(32) + ":"); + } else (s = G1++), (r = ":" + r + "r" + s.toString(32) + ":"); return (e.memoizedState = r); }, unstable_isNewReconciler: !1, }, - X1 = { + Q1 = { readContext: At, useCallback: nf, useContext: At, @@ -5306,7 +5306,7 @@ function Mb() { useId: af, unstable_isNewReconciler: !1, }, - Q1 = { + Y1 = { readContext: At, useCallback: nf, useContext: At, @@ -5365,7 +5365,7 @@ Error generating stack: ` + }); } } - var Y1 = typeof WeakMap == "function" ? WeakMap : Map; + var Z1 = typeof WeakMap == "function" ? WeakMap : Map; function uf(e, r, s) { (s = bn(-1, s)), (s.tag = 3), (s.payload = { element: null }); var l = r.value; @@ -5407,11 +5407,11 @@ Error generating stack: ` + function ff(e, r, s) { var l = e.pingCache; if (l === null) { - l = e.pingCache = new Y1(); + l = e.pingCache = new Z1(); var u = new Set(); l.set(r, u); } else (u = l.get(r)), u === void 0 && ((u = new Set()), l.set(r, u)); - u.has(s) || (u.add(s), (e = db.bind(null, e, r, s)), r.then(e, e)); + u.has(s) || (u.add(s), (e = fb.bind(null, e, r, s)), r.then(e, e)); } function pf(e) { do { @@ -5442,7 +5442,7 @@ Error generating stack: ` + e) : ((e.flags |= 65536), (e.lanes = u), e); } - var Z1 = L.ReactCurrentOwner, + var J1 = L.ReactCurrentOwner, wt = !1; function bt(e, r, s, l) { r.child = e === null ? Dd(r, null, s, l) : V0(r, e.child, s, l); @@ -5678,7 +5678,7 @@ Error generating stack: ` + yf(e, r); var g = (r.flags & 128) !== 0; if (!l && !g) return u && wd(r, s, !1), vn(e, r, p); - (l = r.stateNode), (Z1.current = r); + (l = r.stateNode), (J1.current = r); var _ = g && typeof s.getDerivedStateFromError != "function" ? null : l.render(); return ( @@ -5750,7 +5750,7 @@ Error generating stack: ` + : sl(r, g)) ); if (((u = e.memoizedState), u !== null && ((_ = u.dehydrated), _ !== null))) - return J1(e, r, g, l, _, u, s); + return eb(e, r, g, l, _, u, s); if (p) { (p = l.fallback), (g = r.mode), (u = e.child), (_ = u.sibling); var k = { mode: "hidden", children: l.children }; @@ -5815,7 +5815,7 @@ Error generating stack: ` + e ); } - function J1(e, r, s, l, u, p, g) { + function eb(e, r, s, l, u, p, g) { if (s) return r.flags & 256 ? ((r.flags &= -257), (l = tl(Error(o(422)))), ua(e, r, g, l)) @@ -5889,7 +5889,7 @@ Error generating stack: ` + return u.data === "$?" ? ((r.flags |= 128), (r.child = e.child), - (r = fb.bind(null, e)), + (r = pb.bind(null, e)), (u._reactRetry = r), null) : ((e = p.treeContext), @@ -6013,7 +6013,7 @@ Error generating stack: ` + } return r.child; } - function eb(e, r, s) { + function tb(e, r, s) { switch (r.tag) { case 3: xf(r), D0(); @@ -6199,7 +6199,7 @@ Error generating stack: ` + (u = u.sibling); return (e.subtreeFlags |= l), (e.childLanes = s), r; } - function tb(e, r, s) { + function nb(e, r, s) { var l = r.pendingProps; switch ((Is(r), r.tag)) { case 2: @@ -6630,7 +6630,7 @@ Error generating stack: ` + } throw Error(o(156, r.tag)); } - function nb(e, r) { + function rb(e, r) { switch ((Is(r), r.tag)) { case 1: return ( @@ -6678,7 +6678,7 @@ Error generating stack: ` + } var fa = !1, ft = !1, - rb = typeof WeakSet == "function" ? WeakSet : Set, + ob = typeof WeakSet == "function" ? WeakSet : Set, Y = null; function q0(e, r) { var s = e.ref; @@ -6699,7 +6699,7 @@ Error generating stack: ` + } } var Tf = !1; - function ob(e, r) { + function ab(e, r) { if (((Ss = Fo), (e = ad()), hs(e))) { if ("selectionStart" in e) var s = { start: e.selectionStart, end: e.selectionEnd }; @@ -6862,8 +6862,8 @@ Error generating stack: ` + (delete r[nn], delete r[Br], delete r[Os], - delete r[D1], - delete r[z1])), + delete r[z1], + delete r[H1])), (e.stateNode = null), (e.return = null), (e.dependencies = null), @@ -7019,9 +7019,9 @@ Error generating stack: ` + if (r !== null) { e.updateQueue = null; var s = e.stateNode; - s === null && (s = e.stateNode = new rb()), + s === null && (s = e.stateNode = new ob()), r.forEach(function (l) { - var u = pb.bind(null, e, l); + var u = hb.bind(null, e, l); s.has(l) || (s.add(l), l.then(u, u)); }); } @@ -7322,7 +7322,7 @@ Error generating stack: ` + } r & 4096 && (e.flags &= -4097); } - function ab(e, r, s) { + function ib(e, r, s) { (Y = e), Bf(e); } function Bf(e, r, s) { @@ -7531,7 +7531,7 @@ Error generating stack: ` + Y = r.return; } } - var ib = Math.ceil, + var sb = Math.ceil, ha = L.ReactCurrentDispatcher, hl = L.ReactCurrentOwner, zt = L.ReactCurrentBatchConfig, @@ -7569,7 +7569,7 @@ Error generating stack: ` + ? 1 : (Ce & 2) !== 0 && st !== 0 ? st & -st - : V1.transition !== null + : U1.transition !== null ? (_a === 0 && (_a = ju()), _a) : ((e = Fe), e !== 0 || @@ -7589,14 +7589,14 @@ Error generating stack: ` + } function Ct(e, r) { var s = e.callbackNode; - Vg(e, r); + Ug(e, r); var l = To(e, e === nt ? st : 0); if (l === 0) s !== null && Ou(s), (e.callbackNode = null), (e.callbackPriority = 0); else if (((r = l & -l), e.callbackPriority !== r)) { if ((s != null && Ou(s), r === 1)) - e.tag === 0 ? H1(zf.bind(null, e)) : kd(zf.bind(null, e)), - $1(function () { + e.tag === 0 ? V1(zf.bind(null, e)) : kd(zf.bind(null, e)), + A1(function () { (Ce & 6) === 0 && Nn(); }), (s = null); @@ -7637,7 +7637,7 @@ Error generating stack: ` + (nt !== e || st !== r) && ((yn = null), (K0 = qe() + 500), l0(e, r)); do try { - cb(); + ub(); break; } catch (_) { Hf(e, _); @@ -7659,7 +7659,7 @@ Error generating stack: ` + if ( ((u = e.current.alternate), (l & 30) === 0 && - !sb(u) && + !lb(u) && ((r = xa(e, l)), r === 2 && ((p = Zi(e)), p !== 0 && ((l = p), (r = yl(e, p)))), r === 1)) @@ -7709,7 +7709,7 @@ Error generating stack: ` + ? 3e3 : 4320 > l ? 4320 - : 1960 * ib(l / 1960)) - l), + : 1960 * sb(l / 1960)) - l), 10 < l) ) { e.timeoutHandle = Cs(c0.bind(null, e, kt, yn), l); @@ -7739,7 +7739,7 @@ Error generating stack: ` + function _l(e) { kt === null ? (kt = e) : kt.push.apply(kt, e); } - function sb(e) { + function lb(e) { for (var r = e; ; ) { if (r.flags & 16384) { var s = r.updateQueue; @@ -7830,7 +7830,7 @@ Error generating stack: ` + function l0(e, r) { (e.finishedWork = null), (e.finishedLanes = 0); var s = e.timeoutHandle; - if ((s !== -1 && ((e.timeoutHandle = -1), L1(s)), Ke !== null)) + if ((s !== -1 && ((e.timeoutHandle = -1), $1(s)), Ke !== null)) for (s = Ke.return; s !== null; ) { var l = s; switch ((Is(l), l.tag)) { @@ -8014,7 +8014,7 @@ Error generating stack: ` + (nt !== e || st !== r) && ((yn = null), l0(e, r)); do try { - lb(); + cb(); break; } catch (u) { Hf(e, u); @@ -8023,11 +8023,11 @@ Error generating stack: ` + if ((Bs(), (Ce = s), (ha.current = l), Ke !== null)) throw Error(o(261)); return (nt = null), (st = 0), Je; } - function lb() { + function cb() { for (; Ke !== null; ) Uf(Ke); } - function cb() { - for (; Ke !== null && !Mg(); ) Uf(Ke); + function ub() { + for (; Ke !== null && !Ng(); ) Uf(Ke); } function Uf(e) { var r = Kf(e.alternate, e, Ft); @@ -8040,12 +8040,12 @@ Error generating stack: ` + do { var s = r.alternate; if (((e = r.return), (r.flags & 32768) === 0)) { - if (((s = tb(s, r, Ft)), s !== null)) { + if (((s = nb(s, r, Ft)), s !== null)) { Ke = s; return; } } else { - if (((s = nb(s, r)), s !== null)) { + if (((s = rb(s, r)), s !== null)) { (s.flags &= 32767), (Ke = s); return; } @@ -8068,13 +8068,13 @@ Error generating stack: ` + var l = Fe, u = zt.transition; try { - (zt.transition = null), (Fe = 1), ub(e, r, s, l); + (zt.transition = null), (Fe = 1), db(e, r, s, l); } finally { (zt.transition = u), (Fe = l); } return null; } - function ub(e, r, s, l) { + function db(e, r, s, l) { do X0(); while (Dn !== null); if ((Ce & 6) !== 0) throw Error(o(327)); @@ -8086,7 +8086,7 @@ Error generating stack: ` + (e.callbackNode = null), (e.callbackPriority = 0); var p = s.lanes | s.childLanes; if ( - (Ug(e, p), + (Gg(e, p), e === nt && ((Ke = nt = null), (st = 0)), ((s.subtreeFlags & 2064) === 0 && (s.flags & 2064) === 0) || ba || @@ -8103,14 +8103,14 @@ Error generating stack: ` + var _ = Ce; (Ce |= 4), (hl.current = null), - ob(e, s), + ab(e, s), Nf(s, e), - j1(ws), + I1(ws), (Fo = !!Ss), (ws = Ss = null), (e.current = s), - ab(s), - Ng(), + ib(s), + Bg(), (Ce = _), (Fe = g), (zt.transition = p); @@ -8119,7 +8119,7 @@ Error generating stack: ` + (ba && ((ba = !1), (Dn = e), (va = u)), (p = e.pendingLanes), p === 0 && (An = null), - $g(s.stateNode), + Ag(s.stateNode), Ct(e, qe()), r !== null) ) @@ -8294,7 +8294,7 @@ Error generating stack: ` + r = r.return; } } - function db(e, r, s) { + function fb(e, r, s) { var l = e.pingCache; l !== null && l.delete(r), (r = vt()), @@ -8314,12 +8314,12 @@ Error generating stack: ` + var s = vt(); (e = gn(e, r)), e !== null && (_r(e, r, s), Ct(e, s)); } - function fb(e) { + function pb(e) { var r = e.memoizedState, s = 0; r !== null && (s = r.retryLane), Wf(e, s); } - function pb(e, r) { + function hb(e, r) { var s = 0; switch (e.tag) { case 13: @@ -8341,7 +8341,7 @@ Error generating stack: ` + if (e.memoizedProps !== r.pendingProps || xt.current) wt = !0; else { if ((e.lanes & s) === 0 && (r.flags & 128) === 0) - return (wt = !1), eb(e, r, s); + return (wt = !1), tb(e, r, s); wt = (e.flags & 131072) !== 0; } else (wt = !1), De && (r.flags & 1048576) !== 0 && Cd(r, Qo, r.index); @@ -8382,7 +8382,7 @@ Error generating stack: ` + (u = l._init), (l = u(l._payload)), (r.type = l), - (u = r.tag = mb(l)), + (u = r.tag = gb(l)), (e = Xt(l, e)), u) ) { @@ -8616,7 +8616,7 @@ Error generating stack: ` + function Xf(e, r) { return Pu(e, r); } - function hb(e, r, s, l) { + function mb(e, r, s, l) { (this.tag = e), (this.key = s), (this.sibling = @@ -8641,12 +8641,12 @@ Error generating stack: ` + (this.alternate = null); } function Ht(e, r, s, l) { - return new hb(e, r, s, l); + return new mb(e, r, s, l); } function kl(e) { return (e = e.prototype), !(!e || !e.isReactComponent); } - function mb(e) { + function gb(e) { if (typeof e == "function") return kl(e) ? 1 : 0; if (e != null) { if (((e = e.$$typeof), e === le)) return 11; @@ -8758,7 +8758,7 @@ Error generating stack: ` + r ); } - function gb(e, r, s, l, u) { + function bb(e, r, s, l, u) { (this.tag = r), (this.containerInfo = e), (this.finishedWork = @@ -8786,7 +8786,7 @@ Error generating stack: ` + } function Ol(e, r, s, l, u, p, g, _, k) { return ( - (e = new gb(e, r, s, _, k)), + (e = new bb(e, r, s, _, k)), r === 1 ? ((r = 1), p === !0 && (r |= 8)) : (r = 0), (p = Ht(3, null, null, r)), (e.current = p), @@ -8802,7 +8802,7 @@ Error generating stack: ` + e ); } - function bb(e, r, s) { + function vb(e, r, s) { var l = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null; return { @@ -8890,7 +8890,7 @@ Error generating stack: ` + function El(e, r) { Zf(e, r), (e = e.alternate) && Zf(e, r); } - function vb() { + function yb() { return null; } var Jf = @@ -8944,7 +8944,7 @@ Error generating stack: ` + ); } function ep() {} - function yb(e, r, s, l, u) { + function _b(e, r, s, l, u) { if (u) { if (typeof l == "function") { var p = l; @@ -8993,7 +8993,7 @@ Error generating stack: ` + }; } ka(r, g, e, u); - } else g = yb(s, r, e, u, l); + } else g = _b(s, r, e, u, l); return Ca(g); } (Fu = function (e) { @@ -9082,14 +9082,14 @@ Error generating stack: ` + }), (yu = xl), (_u = s0); - var _b = { usingClientEntryPoint: !1, Events: [Lr, N0, Go, bu, vu, xl] }, + var xb = { usingClientEntryPoint: !1, Events: [Lr, N0, Go, bu, vu, xl] }, Yr = { findFiberByHostInstance: Jn, bundleType: 0, version: "18.2.0", rendererPackageName: "react-dom", }, - xb = { + Sb = { bundleType: Yr.bundleType, version: Yr.version, rendererPackageName: Yr.rendererPackageName, @@ -9107,7 +9107,7 @@ Error generating stack: ` + findHostInstanceByFiber: function (e) { return (e = ku(e)), e === null ? null : e.stateNode; }, - findFiberByHostInstance: Yr.findFiberByHostInstance || vb, + findFiberByHostInstance: Yr.findFiberByHostInstance || yb, findHostInstancesForRefresh: null, scheduleRefresh: null, scheduleRoot: null, @@ -9119,16 +9119,16 @@ Error generating stack: ` + var Ta = __REACT_DEVTOOLS_GLOBAL_HOOK__; if (!Ta.isDisabled && Ta.supportsFiber) try { - (Po = Ta.inject(xb)), (tn = Ta); + (Po = Ta.inject(Sb)), (tn = Ta); } catch {} } return ( - (Pt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = _b), + (Pt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = xb), (Pt.createPortal = function (e, r) { var s = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null; if (!jl(r)) throw Error(o(200)); - return bb(e, r, null, s); + return vb(e, r, null, s); }), (Pt.createRoot = function (e, r) { if (!jl(e)) throw Error(o(299)); @@ -9230,18 +9230,18 @@ function Mh() { console.error(t); } } - return n(), (Nl.exports = Mb()), Nl.exports; + return n(), (Nl.exports = Nb()), Nl.exports; } var fp; -function Nb() { +function Bb() { if (fp) return ja; fp = 1; var n = Mh(); return (ja.createRoot = n.createRoot), (ja.hydrateRoot = n.hydrateRoot), ja; } -var Bb = Nb(); -const Lb = "modulepreload", - $b = function (n) { +var Lb = Bb(); +const $b = "modulepreload", + Ab = function (n) { return "/" + n; }, pp = {}, @@ -9265,14 +9265,14 @@ const Lb = "modulepreload", (h == null ? void 0 : h.getAttribute("nonce")); i = d( o.map((m) => { - if (((m = $b(m)), m in pp)) return; + if (((m = Ab(m)), m in pp)) return; pp[m] = !0; const b = m.endsWith(".css"), v = b ? '[rel="stylesheet"]' : ""; if (document.querySelector(`link[href="${m}"]${v}`)) return; const y = document.createElement("link"); if ( - ((y.rel = b ? "stylesheet" : Lb), + ((y.rel = b ? "stylesheet" : $b), b || (y.as = "script"), (y.crossOrigin = ""), (y.href = m), @@ -9304,24 +9304,24 @@ let at = class extends Error { super(t), (this.name = "ShikiError"); } }; -function Ab(n) { +function Db(n) { return Bc(n); } function Bc(n) { return Array.isArray(n) - ? Db(n) + ? zb(n) : n instanceof RegExp ? n : typeof n == "object" - ? zb(n) + ? Hb(n) : n; } -function Db(n) { +function zb(n) { let t = []; for (let o = 0, a = n.length; o < a; o++) t[o] = Bc(n[o]); return t; } -function zb(n) { +function Hb(n) { let t = {}; for (let o in n) t[o] = Bc(n[o]); return t; @@ -9411,10 +9411,10 @@ var Dh = class { (this._colorMap = n), (this._defaults = t), (this._root = o); } static createFromRawTheme(n, t) { - return this.createFromParsedTheme(Ub(n), t); + return this.createFromParsedTheme(Gb(n), t); } static createFromParsedTheme(n, t) { - return qb(n, t); + return Wb(n, t); } getColorMap() { return this._colorMap.getColorMap(); @@ -9427,7 +9427,7 @@ var Dh = class { const t = n.scopeName, a = this._cachedMatchRoot .get(t) - .find((i) => Hb(n.parent, i.parentScopes)); + .find((i) => Vb(n.parent, i.parentScopes)); return a ? new zh(a.fontStyle, a.foreground, a.background) : null; } }, @@ -9470,7 +9470,7 @@ var Dh = class { return a === t ? o.reverse() : void 0; } }; -function Hb(n, t) { +function Vb(n, t) { if (t.length === 0) return !0; for (let o = 0; o < t.length; o++) { let a = t[o], @@ -9479,7 +9479,7 @@ function Hb(n, t) { if (o === t.length - 1) return !1; (a = t[++o]), (i = !0); } - for (; n && !Vb(n.scopeName, a); ) { + for (; n && !Ub(n.scopeName, a); ) { if (i) return !1; n = n.parent; } @@ -9488,7 +9488,7 @@ function Hb(n, t) { } return !0; } -function Vb(n, t) { +function Ub(n, t) { return t === n || (n.startsWith(t) && n[t.length] === "."); } var zh = class { @@ -9496,7 +9496,7 @@ var zh = class { (this.fontStyle = n), (this.foregroundId = t), (this.backgroundId = o); } }; -function Ub(n) { +function Gb(n) { if (!n) return []; if (!n.settings || !Array.isArray(n.settings)) return []; let t = n.settings, @@ -9545,12 +9545,12 @@ function Ub(n) { O = S[S.length - 1], C = null; S.length > 1 && ((C = S.slice(0, S.length - 1)), C.reverse()), - (o[a++] = new Gb(O, C, i, f, m, b)); + (o[a++] = new qb(O, C, i, f, m, b)); } } return o; } -var Gb = class { +var qb = class { constructor(n, t, o, a, i, c) { (this.scope = n), (this.parentScopes = t), @@ -9569,7 +9569,7 @@ var Gb = class { (n[(n.Strikethrough = 8)] = "Strikethrough"), n ))(mt || {}); -function qb(n, t) { +function Wb(n, t) { n.sort((f, m) => { let b = Lh(f.scope, m.scope); return b !== 0 || ((b = $h(f.parentScopes, m.parentScopes)), b !== 0) @@ -9585,9 +9585,9 @@ function qb(n, t) { f.foreground !== null && (a = f.foreground), f.background !== null && (i = f.background); } - let c = new Wb(t), + let c = new Kb(t), d = new zh(o, c.getId(a), c.getId(i)), - h = new Xb(new ic(0, null, -1, 0, 0), []); + h = new Qb(new ic(0, null, -1, 0, 0), []); for (let f = 0, m = n.length; f < m; f++) { let b = n[f]; h.insert( @@ -9601,7 +9601,7 @@ function qb(n, t) { } return new ti(c, d, h); } -var Wb = class { +var Kb = class { constructor(n) { B(this, "_isFrozen"); B(this, "_lastColorId"); @@ -9635,7 +9635,7 @@ var Wb = class { return this._id2color.slice(0); } }, - Kb = Object.freeze([]), + Xb = Object.freeze([]), ic = class Hh { constructor(t, o, a, i, c) { B(this, "scopeDepth"); @@ -9644,7 +9644,7 @@ var Wb = class { B(this, "foreground"); B(this, "background"); (this.scopeDepth = t), - (this.parentScopes = o || Kb), + (this.parentScopes = o || Xb), (this.fontStyle = a), (this.foreground = i), (this.background = c); @@ -9672,7 +9672,7 @@ var Wb = class { i !== 0 && (this.background = i); } }, - Xb = class sc { + Qb = class sc { constructor(t, o = [], a = {}) { B(this, "_rulesWithParentScopes"); (this._mainRule = t), @@ -9813,7 +9813,7 @@ var Wb = class { }; function ni(n, t) { const o = [], - a = Qb(n); + a = Yb(n); let i = a.next(); for (; i !== null; ) { let f = 0; @@ -9874,7 +9874,7 @@ function ni(n, t) { function mp(n) { return !!n && !!n.match(/[\w\.:]+/); } -function Qb(n) { +function Yb(n) { let t = /([LR]:|[\w\.:][\w\.:\-]*|[\,\|\-\(\)])/g, o = t.exec(n); return { @@ -9896,7 +9896,7 @@ var so = class { return this.scopeName; } }, - Yb = class { + Zb = class { constructor(n, t) { (this.scopeName = n), (this.ruleName = t); } @@ -9904,7 +9904,7 @@ var so = class { return `${this.scopeName}#${this.ruleName}`; } }, - Zb = class { + Jb = class { constructor() { B(this, "_references", []); B(this, "_seenReferenceKeys", new Set()); @@ -9919,7 +9919,7 @@ var so = class { (this._seenReferenceKeys.add(t), this._references.push(n)); } }, - Jb = class { + ev = class { constructor(n, t) { B(this, "seenFullScopeRequests", new Set()); B(this, "seenPartialScopeRequests", new Set()); @@ -9932,8 +9932,8 @@ var so = class { processQueue() { const n = this.Q; this.Q = []; - const t = new Zb(); - for (const o of n) ev(o, this.initialScopeName, this.repo, t); + const t = new Jb(); + for (const o of n) tv(o, this.initialScopeName, this.repo, t); for (const o of t.references) if (o instanceof so) { if (this.seenFullScopeRequests.has(o.scopeName)) continue; @@ -9948,7 +9948,7 @@ var so = class { } } }; -function ev(n, t, o, a) { +function tv(n, t, o, a) { const i = o.lookup(n.scopeName); if (!i) { if (n.scopeName === t) throw new Error(`No grammar provided for <${t}>`); @@ -10022,55 +10022,55 @@ function ri(n, t, o) { d.kind === 4 ? lc(d.ruleName, f, o) : Ua(f, o); } else d.kind === 4 - ? o.add(new Yb(d.scopeName, d.ruleName)) + ? o.add(new Zb(d.scopeName, d.ruleName)) : o.add(new so(d.scopeName)); break; } } } -var tv = class { +var nv = class { constructor() { B(this, "kind", 0); } }, - nv = class { + rv = class { constructor() { B(this, "kind", 1); } }, - rv = class { + ov = class { constructor(n) { B(this, "kind", 2); this.ruleName = n; } }, - ov = class { + av = class { constructor(n) { B(this, "kind", 3); this.scopeName = n; } }, - av = class { + iv = class { constructor(n, t) { B(this, "kind", 4); (this.scopeName = n), (this.ruleName = t); } }; function Uh(n) { - if (n === "$base") return new tv(); - if (n === "$self") return new nv(); + if (n === "$base") return new nv(); + if (n === "$self") return new rv(); const t = n.indexOf("#"); - if (t === -1) return new ov(n); - if (t === 0) return new rv(n.substring(1)); + if (t === -1) return new av(n); + if (t === 0) return new ov(n.substring(1)); { const o = n.substring(0, t), a = n.substring(t + 1); - return new av(o, a); + return new iv(o, a); } } -var iv = /\\(\d+)/, +var sv = /\\(\d+)/, gp = /\\(\d+)/g, - sv = -1, + lv = -1, Gh = -2; var vo = class { constructor(n, t, o, a) { @@ -10107,7 +10107,7 @@ var vo = class { : Fa.replaceCaptures(this._contentName, n, t); } }, - lv = class extends vo { + cv = class extends vo { constructor(t, o, a, i, c) { super(t, o, a, i); B(this, "retokenizeCapturedWithRuleId"); @@ -10124,7 +10124,7 @@ var vo = class { throw new Error("Not supported!"); } }, - cv = class extends vo { + uv = class extends vo { constructor(t, o, a, i, c) { super(t, o, a, null); B(this, "_match"); @@ -10340,14 +10340,14 @@ var vo = class { }, qh = class pt { static createCaptureRule(t, o, a, i, c) { - return t.registerRule((d) => new lv(o, d, a, i, c)); + return t.registerRule((d) => new cv(o, d, a, i, c)); } static getCompiledRuleId(t, o, a) { return ( t.id || o.registerRule((i) => { if (((t.id = i), t.match)) - return new cv( + return new uv( t.$vscodeTextmateLocation, t.id, t.name, @@ -10509,7 +10509,7 @@ var vo = class { : (this._anchorCache = null), (this.ruleId = o), typeof this.source == "string" - ? (this.hasBackReferences = iv.test(this.source)) + ? (this.hasBackReferences = sv.test(this.source)) : (this.hasBackReferences = !1); } clone() { @@ -10702,7 +10702,7 @@ var vo = class { } }, Sn, - uv = + dv = ((Sn = class { constructor(t, o) { B(this, "_defaultAttributes"); @@ -10717,7 +10717,7 @@ var vo = class { }), ); (this._defaultAttributes = new Dl(t, 8)), - (this._embeddedLanguagesMatcher = new dv(Object.entries(o || {}))); + (this._embeddedLanguagesMatcher = new fv(Object.entries(o || {}))); } getDefaultAttributes() { return this._defaultAttributes; @@ -10753,7 +10753,7 @@ var vo = class { /\b(comment|string|regex|meta\.embedded)\b/, ), Sn), - dv = class { + fv = class { constructor(n) { B(this, "values"); B(this, "scopesRegExp"); @@ -10782,7 +10782,7 @@ function Kh(n, t, o, a, i, c, d, h) { let m = !1, b = -1; if (d) { - const x = fv(n, t, o, a, i, c); + const x = pv(n, t, o, a, i, c); (i = x.stack), (a = x.linePos), (o = x.isFirstLine), (b = x.anchorPosition); } const v = Date.now(); @@ -10792,7 +10792,7 @@ function Kh(n, t, o, a, i, c, d, h) { } return new yp(i, !1); function y() { - const x = pv(n, t, o, a, i, b); + const x = hv(n, t, o, a, i, b); if (!x) { c.produce(i, f), (m = !0); return; @@ -10800,7 +10800,7 @@ function Kh(n, t, o, a, i, c, d, h) { const S = x.captureIndices, O = x.matchedRuleId, C = S && S.length > 0 ? S[0].end > a : !1; - if (O === sv) { + if (O === lv) { const P = i.getRule(n); c.produce(i, S[0].start), (i = i.withContentNameScopesList(i.nameScopesList)), @@ -10870,7 +10870,7 @@ function Kh(n, t, o, a, i, c, d, h) { S[0].end > a && ((a = S[0].end), (o = !1)); } } -function fv(n, t, o, a, i, c) { +function pv(n, t, o, a, i, c) { let d = i.beginRuleCapturedEOL ? 0 : -1; const h = []; for (let f = i; f; f = f.pop()) { @@ -10878,7 +10878,7 @@ function fv(n, t, o, a, i, c) { m instanceof oi && h.push({ rule: m, stack: f }); } for (let f = h.pop(); f; f = h.pop()) { - const { ruleScanner: m, findOptions: b } = gv( + const { ruleScanner: m, findOptions: b } = bv( f.rule, n, f.stack.endRule, @@ -10906,18 +10906,18 @@ function fv(n, t, o, a, i, c) { } return { stack: i, linePos: a, anchorPosition: d, isFirstLine: o }; } -function pv(n, t, o, a, i, c) { - const d = hv(n, t, o, a, i, c), +function hv(n, t, o, a, i, c) { + const d = mv(n, t, o, a, i, c), h = n.getInjections(); if (h.length === 0) return d; - const f = mv(h, n, t, o, a, i, c); + const f = gv(h, n, t, o, a, i, c); if (!f) return d; if (!d) return f; const m = d.captureIndices[0].start, b = f.captureIndices[0].start; return b < m || (f.priorityMatch && b === m) ? f : d; } -function hv(n, t, o, a, i, c) { +function mv(n, t, o, a, i, c) { const d = i.getRule(n), { ruleScanner: h, findOptions: f } = Xh(d, n, i.endRule, o, a === c), m = h.findNextMatchSync(t, a, f); @@ -10925,7 +10925,7 @@ function hv(n, t, o, a, i, c) { ? { captureIndices: m.captureIndices, matchedRuleId: m.ruleId } : null; } -function mv(n, t, o, a, i, c, d) { +function gv(n, t, o, a, i, c, d) { let h = Number.MAX_VALUE, f = null, m, @@ -10956,7 +10956,7 @@ function mv(n, t, o, a, i, c, d) { function Xh(n, t, o, a, i) { return { ruleScanner: n.compileAG(t, o, a, i), findOptions: 0 }; } -function gv(n, t, o, a, i) { +function bv(n, t, o, a, i) { return { ruleScanner: n.compileWhileAG(t, o, a, i), findOptions: 0 }; } function no(n, t, o, a, i, c, d) { @@ -10994,22 +10994,22 @@ function no(n, t, o, a, i, c, d) { const C = ( m.length > 0 ? m[m.length - 1].scopes : a.contentNameScopesList ).pushAttributed(S, n); - m.push(new bv(C, x.end)); + m.push(new vv(C, x.end)); } } for (; m.length > 0; ) i.produceFromScopes(m[m.length - 1].scopes, m[m.length - 1].endPos), m.pop(); } -var bv = class { +var vv = class { constructor(n, t) { B(this, "scopes"); B(this, "endPos"); (this.scopes = n), (this.endPos = t); } }; -function vv(n, t, o, a, i, c, d, h) { - return new _v(n, t, o, a, i, c, d, h); +function yv(n, t, o, a, i, c, d, h) { + return new xv(n, t, o, a, i, c, d, h); } function _p(n, t, o, a, i) { const c = ni(t, ai), @@ -11027,17 +11027,17 @@ function ai(n, t) { if (t.length < n.length) return !1; let o = 0; return n.every((a) => { - for (let i = o; i < t.length; i++) if (yv(t[i], a)) return (o = i + 1), !0; + for (let i = o; i < t.length; i++) if (_v(t[i], a)) return (o = i + 1), !0; return !1; }); } -function yv(n, t) { +function _v(n, t) { if (!n) return !1; if (n === t) return !0; const o = t.length; return n.length > o && n.substr(0, o) === t && n[o] === "."; } -var _v = class { +var xv = class { constructor(n, t, o, a, i, c, d, h) { B(this, "_rootId"); B(this, "_lastRuleId"); @@ -11052,7 +11052,7 @@ var _v = class { ((this._rootScopeName = n), (this.balancedBracketSelectors = c), (this._onigLib = h), - (this._basicScopeAttributesProvider = new uv(o, a)), + (this._basicScopeAttributesProvider = new dv(o, a)), (this._rootId = -1), (this._lastRuleId = 0), (this._ruleId2desc = [null]), @@ -11187,7 +11187,7 @@ var _v = class { `; const c = this.createOnigString(n), d = c.content.length, - h = new Sv(o, n, this._tokenTypeMatchers, this.balancedBracketSelectors), + h = new wv(o, n, this._tokenTypeMatchers, this.balancedBracketSelectors), f = Kh(this, c, i, 0, t, h, !0, a); return ( Vh(c), @@ -11202,7 +11202,7 @@ var _v = class { }; function xp(n, t) { return ( - (n = Ab(n)), + (n = Db(n)), (n.repository = n.repository || {}), (n.repository.$self = { $vscodeTextmateLocation: n.$vscodeTextmateLocation, @@ -11455,7 +11455,7 @@ var ao = class sn { }), B(Ut, "NULL", new Ut(null, 0, 0, 0, !1, null, null, null)), Ut), - xv = class { + Sv = class { constructor(n, t) { B(this, "balancedBracketScopes"); B(this, "unbalancedBracketScopes"); @@ -11481,7 +11481,7 @@ var ao = class sn { return this.allowAny; } }, - Sv = class { + wv = class { constructor(n, t, o, a) { B(this, "_emitBinaryTokens"); B(this, "_lineText"); @@ -11568,7 +11568,7 @@ var ao = class sn { return o; } }, - wv = class { + kv = class { constructor(n, t) { B(this, "_grammars", new Map()); B(this, "_rawGrammars", new Map()); @@ -11605,18 +11605,18 @@ var ao = class sn { if (!this._grammars.has(n)) { let c = this._rawGrammars.get(n); if (!c) return null; - this._grammars.set(n, vv(n, c, t, o, a, i, this, this._onigLib)); + this._grammars.set(n, yv(n, c, t, o, a, i, this, this._onigLib)); } return this._grammars.get(n); } }, - kv = class { + Cv = class { constructor(t) { B(this, "_options"); B(this, "_syncRegistry"); B(this, "_ensureGrammarCache"); (this._options = t), - (this._syncRegistry = new wv( + (this._syncRegistry = new kv( ti.createFromRawTheme(t.theme, t.colorMap), t.onigLib, )), @@ -11640,7 +11640,7 @@ var ao = class sn { o, a.embeddedLanguages, a.tokenTypes, - new xv( + new Sv( a.balancedBracketSelectors || [], a.unbalancedBracketSelectors || [], ), @@ -11650,7 +11650,7 @@ var ao = class sn { return this._loadGrammar(t, 0, null, null, null); } _loadGrammar(t, o, a, i, c) { - const d = new Jb(this._syncRegistry, t); + const d = new ev(this._syncRegistry, t); for (; d.Q.length > 0; ) d.Q.map((h) => this._loadSingleGrammar(h.scopeName)), d.processQueue(); return this._grammarForScopeName(t, o, a, i, c); @@ -11680,7 +11680,7 @@ var ao = class sn { } }, dc = uc.NULL; -const Cv = [ +const Pv = [ "area", "base", "basefont", @@ -11736,7 +11736,7 @@ Et.prototype.overloadedBoolean = !1; Et.prototype.property = ""; Et.prototype.spaceSeparated = !1; Et.prototype.space = void 0; -let Pv = 0; +let Ov = 0; const be = x0(), Xe = x0(), pc = x0(), @@ -11745,7 +11745,7 @@ const be = x0(), er = x0(), Rt = x0(); function x0() { - return 2 ** ++Pv; + return 2 ** ++Ov; } const hc = Object.freeze( Object.defineProperty( @@ -11854,7 +11854,7 @@ function Zh(n, t) { function Jh(n, t) { return Zh(n, t.toLowerCase()); } -const Ov = cr({ +const Ev = cr({ attributes: { acceptcharset: "accept-charset", classname: "class", @@ -12159,7 +12159,7 @@ const Ov = cr({ space: "html", transform: Jh, }), - Ev = cr({ + Tv = cr({ attributes: { accentHeight: "accent-height", alignmentBaseline: "alignment-baseline", @@ -12743,22 +12743,22 @@ const Ov = cr({ return "xml:" + t.slice(3).toLowerCase(); }, }), - Tv = /[A-Z]/g, + jv = /[A-Z]/g, wp = /-[a-z]/g, - jv = /^data[-\w.:]+$/i; -function Iv(n, t) { + Iv = /^data[-\w.:]+$/i; +function Fv(n, t) { const o = fc(t); let a = t, i = Et; if (o in n.normal) return n.property[n.normal[o]]; - if (o.length > 4 && o.slice(0, 4) === "data" && jv.test(t)) { + if (o.length > 4 && o.slice(0, 4) === "data" && Iv.test(t)) { if (t.charAt(4) === "-") { - const c = t.slice(5).replace(wp, Rv); + const c = t.slice(5).replace(wp, Mv); a = "data" + c.charAt(0).toUpperCase() + c.slice(1); } else { const c = t.slice(4); if (!wp.test(c)) { - let d = c.replace(Tv, Fv); + let d = c.replace(jv, Rv); d.charAt(0) !== "-" && (d = "-" + d), (t = "data" + d); } } @@ -12766,16 +12766,16 @@ function Iv(n, t) { } return new i(a, t); } -function Fv(n) { +function Rv(n) { return "-" + n.toLowerCase(); } -function Rv(n) { +function Mv(n) { return n.charAt(1).toUpperCase(); } -const Mv = Qh([Yh, Ov, em, tm, nm], "html"), - rm = Qh([Yh, Ev, em, tm, nm], "svg"), +const Nv = Qh([Yh, Ev, em, tm, nm], "html"), + rm = Qh([Yh, Tv, em, tm, nm], "svg"), kp = {}.hasOwnProperty; -function Nv(n, t) { +function Bv(n, t) { const o = t || {}; function a(i, ...c) { let d = a.invalid; @@ -12793,17 +12793,17 @@ function Nv(n, t) { a ); } -const Bv = /["&'<>`]/g, - Lv = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, - $v = /[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, - Av = /[|\\{}()[\]^$+*?.]/g, +const Lv = /["&'<>`]/g, + $v = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, + Av = /[\x01-\t\v\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, + Dv = /[|\\{}()[\]^$+*?.]/g, Cp = new WeakMap(); -function Dv(n, t) { +function zv(n, t) { if ( - ((n = n.replace(t.subset ? zv(t.subset) : Bv, a)), t.subset || t.escapeOnly) + ((n = n.replace(t.subset ? Hv(t.subset) : Lv, a)), t.subset || t.escapeOnly) ) return n; - return n.replace(Lv, o).replace($v, a); + return n.replace($v, o).replace(Av, a); function o(i, c, d) { return t.format( (i.charCodeAt(0) - 55296) * 1024 + i.charCodeAt(1) - 56320 + 65536, @@ -12815,27 +12815,27 @@ function Dv(n, t) { return t.format(i.charCodeAt(0), d.charCodeAt(c + 1), t); } } -function zv(n) { +function Hv(n) { let t = Cp.get(n); - return t || ((t = Hv(n)), Cp.set(n, t)), t; + return t || ((t = Vv(n)), Cp.set(n, t)), t; } -function Hv(n) { +function Vv(n) { const t = []; let o = -1; - for (; ++o < n.length; ) t.push(n[o].replace(Av, "\\$&")); + for (; ++o < n.length; ) t.push(n[o].replace(Dv, "\\$&")); return new RegExp("(?:" + t.join("|") + ")", "g"); } -const Vv = /[\dA-Fa-f]/; -function Uv(n, t, o) { +const Uv = /[\dA-Fa-f]/; +function Gv(n, t, o) { const a = "&#x" + n.toString(16).toUpperCase(); - return o && t && !Vv.test(String.fromCharCode(t)) ? a : a + ";"; + return o && t && !Uv.test(String.fromCharCode(t)) ? a : a + ";"; } -const Gv = /\d/; -function qv(n, t, o) { +const qv = /\d/; +function Wv(n, t, o) { const a = "&#" + String(n); - return o && t && !Gv.test(String.fromCharCode(t)) ? a : a + ";"; + return o && t && !qv.test(String.fromCharCode(t)) ? a : a + ";"; } -const Wv = [ +const Kv = [ "AElig", "AMP", "Aacute", @@ -13197,62 +13197,62 @@ const Wv = [ rsaquo: "›", euro: "€", }, - Kv = ["cent", "copy", "divide", "gt", "lt", "not", "para", "times"], + Xv = ["cent", "copy", "divide", "gt", "lt", "not", "para", "times"], om = {}.hasOwnProperty, mc = {}; let Ra; for (Ra in Hl) om.call(Hl, Ra) && (mc[Hl[Ra]] = Ra); -const Xv = /[^\dA-Za-z]/; -function Qv(n, t, o, a) { +const Qv = /[^\dA-Za-z]/; +function Yv(n, t, o, a) { const i = String.fromCharCode(n); if (om.call(mc, i)) { const c = mc[i], d = "&" + c; return o && - Wv.includes(c) && - !Kv.includes(c) && - (!a || (t && t !== 61 && Xv.test(String.fromCharCode(t)))) + Kv.includes(c) && + !Xv.includes(c) && + (!a || (t && t !== 61 && Qv.test(String.fromCharCode(t)))) ? d : d + ";"; } return ""; } -function Yv(n, t, o) { - let a = Uv(n, t, o.omitOptionalSemicolons), +function Zv(n, t, o) { + let a = Gv(n, t, o.omitOptionalSemicolons), i; if ( ((o.useNamedReferences || o.useShortestReferences) && - (i = Qv(n, t, o.omitOptionalSemicolons, o.attribute)), + (i = Yv(n, t, o.omitOptionalSemicolons, o.attribute)), (o.useShortestReferences || !i) && o.useShortestReferences) ) { - const c = qv(n, t, o.omitOptionalSemicolons); + const c = Wv(n, t, o.omitOptionalSemicolons); c.length < a.length && (a = c); } return i && (!o.useShortestReferences || i.length < a.length) ? i : a; } function tr(n, t) { - return Dv(n, Object.assign({ format: Yv }, t)); + return zv(n, Object.assign({ format: Zv }, t)); } -const Zv = /^>|^->||--!>|"], - ey = ["<", ">"]; -function ty(n, t, o, a) { +const Jv = /^>|^->||--!>|"], + ty = ["<", ">"]; +function ny(n, t, o, a) { return a.settings.bogusComments ? "" - : ""; + : ""; function i(c) { return tr( c, - Object.assign({}, a.settings.characterReferences, { subset: ey }), + Object.assign({}, a.settings.characterReferences, { subset: ty }), ); } } -function ny(n, t, o, a) { +function ry(n, t, o, a) { return ( " i); function o(i) { if (i === n.length) @@ -13810,7 +13810,7 @@ function Uy(n) { return { lines: t, indexToPos: o, posToIndex: a }; } const Hc = "light-dark()"; -function Gy(n, t) { +function qy(n, t) { let o = 0; const a = []; for (const i of t) @@ -13823,7 +13823,7 @@ function Gy(n, t) { a ); } -function qy(n, t) { +function Wy(n, t) { const o = Array.from(t instanceof Set ? t : new Set(t)).sort((a, i) => a - i); return o.length ? n.map((a) => @@ -13832,12 +13832,12 @@ function qy(n, t) { .filter((d) => i.offset < d && d < i.offset + i.content.length) .map((d) => d - i.offset) .sort((d, h) => d - h); - return c.length ? Gy(i, c) : i; + return c.length ? qy(i, c) : i; }), ) : n; } -function Wy(n, t, o, a, i = "css-vars") { +function Ky(n, t, o, a, i = "css-vars") { const c = { content: n.content, explanation: n.explanation, @@ -13926,13 +13926,13 @@ class ur { return this._stacks[this.theme]; } static initial(t, o) { - return new ur(Object.fromEntries(zy(o).map((a) => [a, dc])), t); + return new ur(Object.fromEntries(Hy(o).map((a) => [a, dc])), t); } getInternalStack(t = this.theme) { return this._stacks[t]; } getScopes(t = this.theme) { - return Ky(this._stacks[t]); + return Xy(this._stacks[t]); } toJSON() { return { @@ -13943,7 +13943,7 @@ class ur { }; } } -function Ky(n) { +function Xy(n) { const t = [], o = new Set(); function a(i) { @@ -13958,11 +13958,11 @@ function Ky(n) { } return a(n), t; } -function Xy(n, t) { +function Qy(n, t) { if (!(n instanceof ur)) throw new at("Invalid grammar state"); return n.getInternalStack(t); } -function Qy() { +function Yy() { const n = new WeakMap(); function t(o) { if (!n.has(o.meta)) { @@ -13986,13 +13986,13 @@ function Qy() { return { ...d, offset: i.posToIndex(d.line, d.character) }; } }; - const i = Uy(o.source), + const i = Gy(o.source), c = (o.options.decorations || []).map((d) => ({ ...d, start: a(d.start), end: a(d.end), })); - Yy(c), n.set(o.meta, { decorations: c, converter: i, source: o.source }); + Zy(c), n.set(o.meta, { decorations: c, converter: i, source: o.source }); } return n.get(o.meta); } @@ -14005,7 +14005,7 @@ function Qy() { h.start.offset, h.end.offset, ]); - return qy(o, i); + return Wy(o, i); }, code(o) { var b; @@ -14088,7 +14088,7 @@ function Qy() { }, }; } -function Yy(n) { +function Zy(n) { for (let t = 0; t < n.length; t++) { const o = n[t]; if (o.start.offset > o.end.offset) @@ -14117,9 +14117,9 @@ function fm(n) { ? n.children.map(fm).join("") : ""; } -const Zy = [Qy()]; +const Jy = [Yy()]; function li(n) { - return [...(n.transformers || []), ...Zy]; + return [...(n.transformers || []), ...Jy]; } var f0 = [ "black", @@ -14148,7 +14148,7 @@ var f0 = [ 8: "hidden", 9: "strikethrough", }; -function Jy(n, t) { +function e_(n, t) { const o = n.indexOf("\x1B", t); if (o !== -1 && n[o + 1] === "[") { const a = n.indexOf("m", o); @@ -14173,7 +14173,7 @@ function jp(n) { if (o) return { type: "table", index: Number(o) }; } } -function e_(n) { +function t_(n) { const t = []; for (; n.length > 0; ) { const o = n.shift(); @@ -14225,7 +14225,7 @@ function e_(n) { } return t; } -function t_() { +function n_() { let n = null, t = null, o = new Set(); @@ -14234,7 +14234,7 @@ function t_() { const i = []; let c = 0; do { - const d = Jy(a, c), + const d = e_(a, c), h = d.sequence ? a.substring(c, d.startPosition) : a.substring(c); if ( (h.length > 0 && @@ -14246,7 +14246,7 @@ function t_() { }), d.sequence) ) { - const f = e_(d.sequence); + const f = t_(d.sequence); for (const m of f) m.type === "resetAll" ? ((n = null), (t = null), o.clear()) @@ -14268,7 +14268,7 @@ function t_() { }, }; } -var n_ = { +var r_ = { black: "#000000", red: "#bb0000", green: "#00bb00", @@ -14286,7 +14286,7 @@ var n_ = { brightCyan: "#55ffff", brightWhite: "#ffffff", }; -function r_(n = n_) { +function o_(n = r_) { function t(h) { return n[h]; } @@ -14321,10 +14321,10 @@ function r_(n = n_) { } return { value: d }; } -function o_(n, t, o) { +function a_(n, t, o) { const a = ii(n, o), i = Pi(t), - c = r_( + c = o_( Object.fromEntries( f0.map((h) => { var f; @@ -14337,7 +14337,7 @@ function o_(n, t, o) { }), ), ), - d = t_(); + d = n_(); return i.map((h) => d.parse(h[0]).map((f) => { let m, b; @@ -14348,7 +14348,7 @@ function o_(n, t, o) { (b = f.background ? c.value(f.background) : void 0)), (m = Xn(m, a)), (b = Xn(b, a)), - f.decorations.has("dim") && (m = a_(m)); + f.decorations.has("dim") && (m = i_(m)); let v = mt.None; return ( f.decorations.has("bold") && (v |= mt.Bold), @@ -14360,7 +14360,7 @@ function o_(n, t, o) { }), ); } -function a_(n) { +function i_(n) { const t = n.match(/#([0-9a-f]{3})([0-9a-f]{3})?([0-9a-f]{2})?/); if (t) if (t[3]) { @@ -14382,7 +14382,7 @@ function Vc(n, t, o = {}) { if (Dc(a) || zc(i)) return Pi(t).map((f) => [{ content: f[0], offset: f[1] }]); const { theme: c, colorMap: d } = n.setTheme(i); - if (a === "ansi") return o_(c, t, o); + if (a === "ansi") return a_(c, t, o); const h = n.getLanguage(a); if (o.grammarState) { if (o.grammarState.lang !== h.name) @@ -14394,9 +14394,9 @@ function Vc(n, t, o = {}) { `Grammar state themes "${o.grammarState.themes}" do not contain highlight theme "${c.name}"`, ); } - return s_(t, h, c, d, o); + return l_(t, h, c, d, o); } -function i_(...n) { +function s_(...n) { if (n.length === 2) return uo(n[1]); const [t, o, a = {}] = n, { lang: i = "text", theme: c = t.getLoadedThemes()[0] } = a; @@ -14407,7 +14407,7 @@ function i_(...n) { f = t.getLanguage(i); return new ur(ci(o, f, d, h, a).stateStack, f.name, d.name); } -function s_(n, t, o, a, i) { +function l_(n, t, o, a, i) { const c = ci(n, t, o, a, i), d = new ur(ci(n, t, o, a, i).stateStack, t.name, o.name); return Oi(c.tokens, d), c.tokens; @@ -14417,7 +14417,7 @@ function ci(n, t, o, a, i) { { tokenizeMaxLineLength: d = 0, tokenizeTimeLimit: h = 500 } = i, f = Pi(n); let m = i.grammarState - ? (Xy(i.grammarState, o.name) ?? dc) + ? (Qy(i.grammarState, o.name) ?? dc) : i.grammarContextCode != null ? ci(i.grammarContextCode, t, o, a, { ...i, @@ -14482,8 +14482,8 @@ function ci(n, t, o, a, i) { content: me, scopes: i.includeExplanation === "scopeName" - ? l_(xe.scopes) - : c_(le, xe.scopes), + ? c_(xe.scopes) + : u_(le, xe.scopes), }), (T += 1); } @@ -14494,32 +14494,32 @@ function ci(n, t, o, a, i) { } return { tokens: v, stateStack: m }; } -function l_(n) { +function c_(n) { return n.map((t) => ({ scopeName: t })); } -function c_(n, t) { +function u_(n, t) { const o = []; for (let a = 0, i = t.length; a < i; a++) { const c = t[a]; - o[a] = { scopeName: c, themeMatches: d_(n, c, t.slice(0, a)) }; + o[a] = { scopeName: c, themeMatches: f_(n, c, t.slice(0, a)) }; } return o; } function Ip(n, t) { return n === t || (t.substring(0, n.length) === n && t[n.length] === "."); } -function u_(n, t, o) { +function d_(n, t, o) { if (!Ip(n[n.length - 1], t)) return !1; let a = n.length - 2, i = o.length - 1; for (; a >= 0 && i >= 0; ) Ip(n[a], o[i]) && (a -= 1), (i -= 1); return a === -1; } -function d_(n, t, o) { +function f_(n, t, o) { const a = []; for (const { selectors: i, settings: c } of n) for (const d of i) - if (u_(d, t, o)) { + if (d_(d, t, o)) { a.push(c); break; } @@ -14535,7 +14535,7 @@ function pm(n, t, o) { v = typeof f.theme == "string" ? f.theme : f.theme.name; return { tokens: m, state: b, theme: v }; }), - c = f_(...i.map((f) => f.tokens)), + c = p_(...i.map((f) => f.tokens)), d = c[0].map((f, m) => f.map((b, v) => { const y = { content: b.content, variants: {}, offset: b.offset }; @@ -14567,7 +14567,7 @@ function pm(n, t, o) { : void 0; return h && Oi(d, h), d; } -function f_(...n) { +function p_(...n) { const t = n.map(() => []), o = n.length; for (let a = 0; a < n[0].length; a++) { @@ -14613,7 +14613,7 @@ function ui(n, t, o) { ); const S = y.map((P) => n.getTheme(P.theme)), O = y.map((P) => P.color); - (c = x.map((P) => P.map((T) => Wy(T, O, b, m, v)))), f && Oi(c, f); + (c = x.map((P) => P.map((T) => Ky(T, O, b, m, v)))), f && Oi(c, f); const C = y.map((P) => ii(P.theme, o)); (i = Fp(y, S, C, b, m, "fg", v)), (a = Fp(y, S, C, b, m, "bg", v)), @@ -14685,7 +14685,7 @@ function di( grammarState: b, } = ui(n, i, o); const { mergeWhitespaces: v = !0, mergeSameStyleTokens: y = !1 } = o; - v === !0 ? (c = h_(c)) : v === "never" && (c = m_(c)), y && (c = g_(c)); + v === !0 ? (c = m_(c)) : v === "never" && (c = g_(c)), y && (c = b_(c)); const x = { ...a, get source() { @@ -14694,9 +14694,9 @@ function di( }; for (const C of li(o)) c = ((O = C.tokens) == null ? void 0 : O.call(x, c)) || c; - return p_(c, { ...o, fg: d, bg: h, themeName: f, rootStyle: m }, x, b); + return h_(c, { ...o, fg: d, bg: h, themeName: f, rootStyle: m }, x, b); } -function p_(n, t, o, a = uo(n)) { +function h_(n, t, o, a = uo(n)) { var S, O, C; const i = li(t), c = [], @@ -14815,7 +14815,7 @@ function p_(n, t, o, a = uo(n)) { ((C = P == null ? void 0 : P.root) == null ? void 0 : C.call(y, x)) || x; return a && Oi(x, a), x; } -function h_(n) { +function m_(n) { return n.map((t) => { const o = []; let a = "", @@ -14840,7 +14840,7 @@ function h_(n) { ); }); } -function m_(n) { +function g_(n) { return n.map((t) => t.flatMap((o) => { if (o.content.match(/^\s+$/)) return o; @@ -14857,7 +14857,7 @@ function m_(n) { }), ); } -function g_(n) { +function b_(n) { return n.map((t) => { const o = []; for (const a of t) { @@ -14879,8 +14879,8 @@ function g_(n) { return o; }); } -const b_ = $y; -function v_(n, t, o) { +const v_ = Ay; +function y_(n, t, o) { var c; const a = { meta: {}, @@ -14888,7 +14888,7 @@ function v_(n, t, o) { codeToHast: (d, h) => di(n, d, h), codeToTokens: (d, h) => ui(n, d, h), }; - let i = b_(di(n, t, o, a)); + let i = v_(di(n, t, o, a)); for (const d of li(o)) i = ((c = d.postprocess) == null ? void 0 : c.call(a, i, o)) || i; return i; @@ -14983,7 +14983,7 @@ async function hm(n) { ( await Promise.all( n - .filter((t) => !Hy(t)) + .filter((t) => !Vy(t)) .map( async (t) => await cm(t).then((o) => (Array.isArray(o) ? o : [o])), @@ -14995,19 +14995,19 @@ async function hm(n) { } async function mm(n) { return ( - await Promise.all(n.map(async (o) => (Vy(o) ? null : Uc(await cm(o))))) + await Promise.all(n.map(async (o) => (Uy(o) ? null : Uc(await cm(o))))) ).filter((o) => !!o); } -let y_ = 3; -function __(n, t = 3) { - t > y_ || console.trace(`[SHIKI DEPRECATE]: ${n}`); +let __ = 3; +function x_(n, t = 3) { + t > __ || console.trace(`[SHIKI DEPRECATE]: ${n}`); } class Z0 extends Error { constructor(t) { super(t), (this.name = "ShikiError"); } } -class x_ extends kv { +class S_ extends Cv { constructor(o, a, i, c = {}) { super(o); B(this, "_resolvedThemes", new Map()); @@ -15151,7 +15151,7 @@ class x_ extends kv { this._langGraph.set(a, this._langMap.get(a)); } } -class S_ { +class w_ { constructor(t, o) { B(this, "_langs", new Map()); B(this, "_scopeToLang", new Map()); @@ -15196,7 +15196,7 @@ class S_ { } } let Jr = 0; -function w_(n) { +function k_(n) { (Jr += 1), n.warnings !== !1 && Jr >= 10 && @@ -15209,8 +15209,8 @@ function w_(n) { throw new Z0("`engine` option is required for synchronous mode"); const o = (n.langs || []).flat(1), a = (n.themes || []).flat(1).map(Uc), - i = new S_(n.engine, o), - c = new x_(i, a, o, n.langAlias); + i = new w_(n.engine, o), + c = new S_(i, a, o, n.langAlias); let d; function h(T) { C(); @@ -15276,9 +15276,9 @@ function w_(n) { [Symbol.dispose]: P, }; } -async function k_(n) { +async function C_(n) { n.engine || - __( + x_( "`engine` option is required. Use `createOnigurumaEngine` or `createJavaScriptRegexEngine` to create an engine.", ); const [t, o, a] = await Promise.all([ @@ -15286,27 +15286,27 @@ async function k_(n) { hm(n.langs || []), n.engine, ]); - return w_({ ...n, themes: t, langs: o, engine: a }); + return k_({ ...n, themes: t, langs: o, engine: a }); } -async function C_(n) { - const t = await k_(n); +async function P_(n) { + const t = await C_(n); return { - getLastGrammarState: (...o) => i_(t, ...o), + getLastGrammarState: (...o) => s_(t, ...o), codeToTokensBase: (o, a) => Vc(t, o, a), codeToTokensWithThemes: (o, a) => pm(t, o, a), codeToTokens: (o, a) => ui(t, o, a), codeToHast: (o, a) => di(t, o, a), - codeToHtml: (o, a) => v_(t, o, a), + codeToHtml: (o, a) => y_(t, o, a), getBundledLanguages: () => ({}), getBundledThemes: () => ({}), ...t, getInternalContext: () => t, }; } -function P_(n) { +function O_(n) { return n.replace(/[- _]+/g, "").toLowerCase(); } -const O_ = String.raw`(?:[?*+]|\{\d+(?:,\d*)?\})`; +const E_ = String.raw`(?:[?*+]|\{\d+(?:,\d*)?\})`; new RegExp( String.raw` \\(?: \d+ @@ -15321,13 +15321,13 @@ new RegExp( | [A-Za-z\-]+: | \(DEFINE\) ))? -| (?${O_})(?[?+]?)(?[?*+\{]?) +| (?${E_})(?[?+]?)(?[?*+\{]?) | \\?. `.replace(/\s+/g, ""), "gsu", ); -var E_ = String.fromCodePoint, - T_ = String.raw, +var T_ = String.fromCodePoint, + j_ = String.raw, fi = { flagGroups: (() => { try { @@ -15349,7 +15349,7 @@ var E_ = String.fromCodePoint, fi.bugFlagVLiteralHyphenIsRange = fi.unicodeSets ? (() => { try { - new RegExp(T_`[\d\-a]`, "v"); + new RegExp(j_`[\d\-a]`, "v"); } catch { return !0; } @@ -15358,7 +15358,7 @@ fi.bugFlagVLiteralHyphenIsRange = fi.unicodeSets : !1; fi.bugNestedClassIgnoresNegation = fi.unicodeSets && new RegExp("[[^a]]", "v").test("a"); -function j_(n, t, o) { +function I_(n, t, o) { return n.has(t) || n.set(t, o), n.get(t); } `C Other @@ -15453,7 +15453,7 @@ White_Space space XID_Continue XIDC XID_Start XIDS` .split(/\s/) - .map((n) => [P_(n), n]); + .map((n) => [O_(n), n]); new Map([ Gn(453), Gn(456), @@ -15466,17 +15466,17 @@ new Map([ Gn(8140), Gn(8188), ]); -function I_(n, t) { +function F_(n, t) { const o = []; for (let a = n; a <= t; a++) o.push(a); return o; } function Gn(n) { - const t = E_(n); + const t = T_(n); return [t.toLowerCase(), t]; } function Gl(n, t) { - return I_(n, t).map((o) => Gn(o)); + return F_(n, t).map((o) => Gn(o)); } var Wn, xn, @@ -15489,8 +15489,8 @@ var Wn, Te = ((Qn = class extends RegExp { constructor(o, a, i) { - var t = (..._k) => ( - super(..._k), + var t = (...xk) => ( + super(...xk), d0(this, bo), d0(this, Wn, new Map()), d0(this, xn, null), @@ -15516,7 +15516,7 @@ var Wn, const d = { hiddenCaptures: [], strategy: null, transfers: [], ...i }; t(c ? "" : o, a), Jt(this, h0, o), - Jt(this, Wn, R_(d.hiddenCaptures, d.transfers)), + Jt(this, Wn, M_(d.hiddenCaptures, d.transfers)), Jt(this, m0, d.strategy), (this.rawOptions = i ?? {}); } @@ -15535,7 +15535,7 @@ var Wn, if (yt(this, m0) === "clip_search" && a && i) { this.lastIndex = 0; const c = Fl(this, bo, bc).call(this, o.slice(i)); - return c && (F_(c, i, o, this.hasIndices), (this.lastIndex += i)), c; + return c && (R_(c, i, o, this.hasIndices), (this.lastIndex += i)), c; } return Fl(this, bo, bc).call(this, o); } @@ -15571,7 +15571,7 @@ var Wn, if ( ((a[b] = i[h]), this.hasIndices && (a.indices[b] = c[h]), a.groups) ) { - yt(this, Kn) || Jt(this, Kn, M_(this.source)); + yt(this, Kn) || Jt(this, Kn, N_(this.source)); const v = yt(this, Kn).get(m); v && ((a.groups[v] = i[h]), @@ -15582,7 +15582,7 @@ var Wn, return a; }), Qn); -function F_(n, t, o, a) { +function R_(n, t, o, a) { if (((n.index += t), (n.input = o), a)) { const i = n.indices; for (let d = 0; d < i.length; d++) { @@ -15597,13 +15597,13 @@ function F_(n, t, o, a) { }); } } -function R_(n, t) { +function M_(n, t) { const o = new Map(); for (const a of n) o.set(a, { hidden: !0 }); - for (const [a, i] of t) for (const c of i) j_(o, c, {}).transferTo = a; + for (const [a, i] of t) for (const c of i) I_(o, c, {}).transferTo = a; return o; } -function M_(n) { +function N_(n) { const t = /(?\((?:\?<(?![=!])(?[^>]+)>|(?!\?)))|\\?./gsu, o = new Map(); let a = 0, @@ -15619,7 +15619,7 @@ function M_(n) { return o; } const Bp = 4294967295; -class N_ { +class B_ { constructor(t, o = {}) { B(this, "regexps"); (this.patterns = t), (this.options = o); @@ -15676,7 +15676,7 @@ class N_ { return null; } } -function B_() { +function L_() { const n = { cache: new Map(), regexConstructor: () => { @@ -15685,7 +15685,7 @@ function B_() { }; return { createScanner(t) { - return new N_(t, n); + return new B_(t, n); }, createString(t) { return { content: t }; @@ -15720,13 +15720,13 @@ var Ae = "-ms-", gm = "comm", Ei = "rule", Gc = "decl", - L_ = "@import", + $_ = "@import", bm = "@keyframes", - $_ = "@layer", + A_ = "@layer", vm = Math.abs, qc = String.fromCharCode, vc = Object.assign; -function A_(n, t) { +function D_(n, t) { return ot(n, 0) ^ 45 ? (((((((t << 2) ^ ot(n, 0)) << 2) ^ ot(n, 1)) << 2) ^ ot(n, 2)) << 2) ^ ot(n, 3) @@ -15759,7 +15759,7 @@ function _m(n) { function ro(n, t) { return t.push(n), n; } -function D_(n, t) { +function z_(n, t) { return n.map(t).join(""); } function Lp(n, t) { @@ -15800,10 +15800,10 @@ function Q0(n) { for (; n.root; ) n = qn(n.root, { children: [n] }); ro(n, n.siblings); } -function z_() { +function H_() { return Qe; } -function H_() { +function V_() { return ( (Qe = Gt > 0 ? ot(dr, --Gt) : 0), ar--, Qe === 10 && ((ar = 1), Ti--), Qe ); @@ -15854,20 +15854,20 @@ function yc(n) { } return 0; } -function V_(n) { +function U_(n) { return (Ti = ar = 1), (xm = ln((dr = n))), (Gt = 0), []; } -function U_(n) { +function G_(n) { return (dr = ""), n; } function ql(n) { return ym(Ii(Gt - 1, _c(n === 91 ? n + 2 : n === 40 ? n + 1 : n))); } -function G_(n) { +function q_(n) { for (; (Qe = g0()) && Qe < 33; ) en(); return yc(n) > 2 || yc(Qe) > 3 ? "" : " "; } -function q_(n, t) { +function W_(n, t) { for ( ; --t && @@ -15895,16 +15895,16 @@ function _c(n) { } return Gt; } -function W_(n, t) { +function K_(n, t) { for (; en() && n + Qe !== 57; ) if (n + Qe === 84 && g0() === 47) break; return "/*" + Ii(t, Gt - 1) + "*" + qc(n === 47 ? n : en()); } -function K_(n) { +function X_(n) { for (; !yc(g0()); ) en(); return Ii(n, Gt); } -function X_(n) { - return U_(Wa("", null, null, null, [""], (n = V_(n)), 0, [0], n)); +function Q_(n) { + return G_(Wa("", null, null, null, [""], (n = U_(n)), 0, [0], n)); } function Wa(n, t, o, a, i, c, d, h, f) { for ( @@ -15942,16 +15942,16 @@ function Wa(n, t, o, a, i, c, d, h, f) { case 10: case 13: case 32: - N += G_(S); + N += q_(S); break; case 92: - N += q_(qa() - 1, 7); + N += W_(qa() - 1, 7); continue; case 47: switch (g0()) { case 42: case 47: - ro(Q_(W_(en(), qa()), t, o, f), f); + ro(Y_(K_(en(), qa()), t, o, f), f); break; default: N += "/"; @@ -16017,7 +16017,7 @@ function Wa(n, t, o, a, i, c, d, h, f) { default: if (O < 1) { if (T == 123) --O; - else if (T == 125 && O++ == 0 && H_() == 125) continue; + else if (T == 125 && O++ == 0 && V_() == 125) continue; } switch (((N += qc(T)), T * O)) { case 38: @@ -16029,7 +16029,7 @@ function Wa(n, t, o, a, i, c, d, h, f) { case 64: g0() === 45 && (N += ql(en())), (y = g0()), - (b = v = ln((R = N += K_(qa())))), + (b = v = ln((R = N += X_(qa())))), T++; break; case 45: @@ -16048,14 +16048,14 @@ function $p(n, t, o, a, i, c, d, h, f, m, b, v) { (L = ym(C > 0 ? x[T] + " " + R : _e(R, /&\f/g, x[T]))) && (f[P++] = L); return ji(n, t, o, i === 0 ? Ei : h, f, m, b, v); } -function Q_(n, t, o, a) { - return ji(n, t, o, gm, qc(z_()), or(n, 2, -2), 0, a); +function Y_(n, t, o, a) { + return ji(n, t, o, gm, qc(H_()), or(n, 2, -2), 0, a); } function Ap(n, t, o, a, i) { return ji(n, t, o, Gc, or(n, 0, a), or(n, a + 1, -1), a, i); } function Sm(n, t, o) { - switch (A_(n, t)) { + switch (D_(n, t)) { case 5103: return Ie + "print-" + n + n; case 5737: @@ -16295,11 +16295,11 @@ function hi(n, t) { for (var o = "", a = 0; a < n.length; a++) o += t(n[a], a, n, t) || ""; return o; } -function Y_(n, t, o, a) { +function Z_(n, t, o, a) { switch (n.type) { - case $_: + case A_: if (n.children.length) break; - case L_: + case $_: case Gc: return (n.return = n.return || n.value); case gm: @@ -16313,19 +16313,19 @@ function Y_(n, t, o, a) { ? (n.return = n.value + "{" + o + "}") : ""; } -function Z_(n) { +function J_(n) { var t = _m(n); return function (o, a, i, c) { for (var d = "", h = 0; h < t; h++) d += n[h](o, a, i, c) || ""; return d; }; } -function J_(n) { +function e2(n) { return function (t) { t.root || ((t = t.return) && n(t)); }; } -function e2(n, t, o, a) { +function t2(n, t, o, a) { if (n.length > -1 && !n.return) switch (n.type) { case Gc: @@ -16335,7 +16335,7 @@ function e2(n, t, o, a) { return hi([qn(n, { value: _e(n.value, "@", "@" + Ie) })], a); case Ei: if (n.length) - return D_((o = n.props), function (i) { + return z_((o = n.props), function (i) { switch (_n(i, (a = /(::plac\w+|:read-\w+)/))) { case ":read-only": case ":read-write": @@ -16359,7 +16359,7 @@ function e2(n, t, o, a) { }); } } -var t2 = { +var n2 = { animationIterationCount: 1, aspectRatio: 1, borderImageOutset: 1, @@ -16419,7 +16419,7 @@ var t2 = { Wc = `/*!sc*/ `, mi = typeof window < "u" && typeof document < "u", - n2 = !!(typeof SC_DISABLE_SPEEDY == "boolean" + r2 = !!(typeof SC_DISABLE_SPEEDY == "boolean" ? SC_DISABLE_SPEEDY : typeof process < "u" && Mt !== void 0 && @@ -16435,7 +16435,7 @@ var t2 = { Mt.SC_DISABLE_SPEEDY), Ri = Object.freeze([]), sr = Object.freeze({}); -function r2(n, t, o) { +function o2(n, t, o) { return ( o === void 0 && (o = sr), (n.theme !== o.theme && n.theme) || t || o.theme ); @@ -16575,12 +16575,12 @@ var Cm = new Set([ "text", "tspan", ]), - o2 = /[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g, - a2 = /(^-|-$)/g; + a2 = /[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g, + i2 = /(^-|-$)/g; function Dp(n) { - return n.replace(o2, "-").replace(a2, ""); + return n.replace(a2, "-").replace(i2, ""); } -var i2 = /(a)(d)/gi, +var s2 = /(a)(d)/gi, Na = 52, zp = function (n) { return String.fromCharCode(n + (n > 25 ? 39 : 97)); @@ -16589,7 +16589,7 @@ function xc(n) { var t, o = ""; for (t = Math.abs(n); t > Na; t = (t / Na) | 0) o = zp(t % Na) + o; - return (zp(t % Na) + o).replace(i2, "$1-$2"); + return (zp(t % Na) + o).replace(s2, "$1-$2"); } var Wl, Pm = 5381, @@ -16600,10 +16600,10 @@ var Wl, Om = function (n) { return J0(Pm, n); }; -function s2(n) { +function l2(n) { return xc(Om(n) >>> 0); } -function l2(n) { +function c2(n) { return n.displayName || n.name || "Component"; } function Kl(n) { @@ -16611,8 +16611,8 @@ function Kl(n) { } var Em = typeof Symbol == "function" && Symbol.for, Tm = Em ? Symbol.for("react.memo") : 60115, - c2 = Em ? Symbol.for("react.forward_ref") : 60112, - u2 = { + u2 = Em ? Symbol.for("react.forward_ref") : 60112, + d2 = { childContextTypes: !0, contextType: !0, contextTypes: !0, @@ -16625,7 +16625,7 @@ var Em = typeof Symbol == "function" && Symbol.for, propTypes: !0, type: !0, }, - d2 = { + f2 = { name: !0, length: !0, prototype: !0, @@ -16642,8 +16642,8 @@ var Em = typeof Symbol == "function" && Symbol.for, propTypes: !0, type: !0, }, - f2 = - (((Wl = {})[c2] = { + p2 = + (((Wl = {})[u2] = { $$typeof: !0, render: !0, defaultProps: !0, @@ -16656,30 +16656,30 @@ function Hp(n) { return ("type" in (t = n) && t.type.$$typeof) === Tm ? jm : "$$typeof" in n - ? f2[n.$$typeof] - : u2; + ? p2[n.$$typeof] + : d2; var t; } -var p2 = Object.defineProperty, - h2 = Object.getOwnPropertyNames, +var h2 = Object.defineProperty, + m2 = Object.getOwnPropertyNames, Vp = Object.getOwnPropertySymbols, - m2 = Object.getOwnPropertyDescriptor, - g2 = Object.getPrototypeOf, + g2 = Object.getOwnPropertyDescriptor, + b2 = Object.getPrototypeOf, Up = Object.prototype; function Im(n, t, o) { if (typeof t != "string") { if (Up) { - var a = g2(t); + var a = b2(t); a && a !== Up && Im(n, a, o); } - var i = h2(t); + var i = m2(t); Vp && (i = i.concat(Vp(t))); for (var c = Hp(n), d = Hp(t), h = 0; h < i.length; ++h) { var f = i[h]; - if (!(f in d2 || (o && o[f]) || (d && f in d) || (c && f in c))) { - var m = m2(t, f); + if (!(f in f2 || (o && o[f]) || (d && f in d) || (c && f in c))) { + var m = g2(t, f); try { - p2(n, f, m); + h2(n, f, m); } catch {} } } @@ -16726,7 +16726,7 @@ function y0(n) { .concat(t.length > 0 ? " Args: ".concat(t.join(", ")) : ""), ); } -var b2 = (function () { +var v2 = (function () { function n(t) { (this.groupSizes = new Uint32Array(512)), (this.length = 512), @@ -16788,18 +16788,18 @@ var b2 = (function () { var t = Xa++; return Ka.set(n, t), gi.set(t, n), t; }, - v2 = function (n, t) { + y2 = function (n, t) { (Xa = t + 1), Ka.set(n, t), gi.set(t, n); }, - y2 = "style[".concat(ir, "][").concat(km, '="').concat(Fi, '"]'), - _2 = new RegExp( + _2 = "style[".concat(ir, "][").concat(km, '="').concat(Fi, '"]'), + x2 = new RegExp( "^".concat(ir, '\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)'), ), - x2 = function (n, t, o) { + S2 = function (n, t, o) { for (var a, i = o.split(","), c = 0, d = i.length; c < d; c++) (a = i[c]) && n.registerName(t, a); }, - S2 = function (n, t) { + w2 = function (n, t) { for ( var o, a = ((o = t.textContent) !== null && o !== void 0 ? o : "").split(Wc), @@ -16811,11 +16811,11 @@ var b2 = (function () { ) { var h = a[c].trim(); if (h) { - var f = h.match(_2); + var f = h.match(x2); if (f) { var m = 0 | parseInt(f[1], 10), b = f[2]; - m !== 0 && (v2(b, m), x2(n, b, f[3]), n.getTag().insertRules(m, i)), + m !== 0 && (y2(b, m), S2(n, b, f[3]), n.getTag().insertRules(m, i)), (i.length = 0); } else i.push(h); } @@ -16823,17 +16823,17 @@ var b2 = (function () { }, qp = function (n) { for ( - var t = document.querySelectorAll(y2), o = 0, a = t.length; + var t = document.querySelectorAll(_2), o = 0, a = t.length; o < a; o++ ) { var i = t[o]; i && i.getAttribute(ir) !== wm && - (S2(n, i), i.parentNode && i.parentNode.removeChild(i)); + (w2(n, i), i.parentNode && i.parentNode.removeChild(i)); } }; -function w2() { +function k2() { return typeof __webpack_nonce__ < "u" ? __webpack_nonce__ : null; } var Fm = function (n) { @@ -16846,10 +16846,10 @@ var Fm = function (n) { })(o), c = i !== void 0 ? i.nextSibling : null; a.setAttribute(ir, wm), a.setAttribute(km, Fi); - var d = w2(); + var d = k2(); return d && a.setAttribute("nonce", d), o.insertBefore(a, c), a; }, - k2 = (function () { + C2 = (function () { function n(t) { (this.element = Fm(t)), this.element.appendChild(document.createTextNode("")), @@ -16881,7 +16881,7 @@ var Fm = function (n) { n ); })(), - C2 = (function () { + P2 = (function () { function n(t) { (this.element = Fm(t)), (this.nodes = this.element.childNodes), @@ -16908,7 +16908,7 @@ var Fm = function (n) { n ); })(), - P2 = (function () { + O2 = (function () { function n(t) { (this.rules = []), (this.length = 0); } @@ -16928,12 +16928,12 @@ var Fm = function (n) { ); })(), Wp = mi, - O2 = { isServer: !mi, useCSSOMInjection: !n2 }, + E2 = { isServer: !mi, useCSSOMInjection: !r2 }, Rm = (function () { function n(t, o, a) { t === void 0 && (t = sr), o === void 0 && (o = {}); var i = this; - (this.options = gt(gt({}, O2), t)), + (this.options = gt(gt({}, E2), t)), (this.gs = o), (this.names = new Map(a)), (this.server = !!t.isServer), @@ -17004,9 +17004,9 @@ var Fm = function (n) { ((t = (function (o) { var a = o.useCSSOMInjection, i = o.target; - return o.isServer ? new P2(i) : a ? new k2(i) : new C2(i); + return o.isServer ? new O2(i) : a ? new C2(i) : new P2(i); })(this.options)), - new b2(t))) + new v2(t))) ); var t; }), @@ -17035,8 +17035,8 @@ var Fm = function (n) { n ); })(), - E2 = /&/g, - T2 = /^\s*\/\/.*$/gm; + T2 = /&/g, + j2 = /^\s*\/\/.*$/gm; function Mm(n, t) { return n.map(function (o) { return ( @@ -17053,7 +17053,7 @@ function Mm(n, t) { ); }); } -function j2(n) { +function I2(n) { var t, o, a, @@ -17071,10 +17071,10 @@ function j2(n) { b.push(function (y) { y.type === Ei && y.value.includes("&") && - (y.props[0] = y.props[0].replace(E2, o).replace(a, m)); + (y.props[0] = y.props[0].replace(T2, o).replace(a, m)); }), - d.prefix && b.push(e2), - b.push(Y_); + d.prefix && b.push(t2), + b.push(Z_); var v = function (y, x, S, O) { x === void 0 && (x = ""), S === void 0 && (S = ""), @@ -17082,16 +17082,16 @@ function j2(n) { (t = O), (o = x), (a = new RegExp("\\".concat(o, "\\b"), "g")); - var C = y.replace(T2, ""), - P = X_(S || x ? "".concat(S, " ").concat(x, " { ").concat(C, " }") : C); + var C = y.replace(j2, ""), + P = Q_(S || x ? "".concat(S, " ").concat(x, " { ").concat(C, " }") : C); d.namespace && (P = Mm(P, d.namespace)); var T = []; return ( hi( P, - Z_( + J_( b.concat( - J_(function (R) { + e2(function (R) { return T.push(R); }), ), @@ -17111,11 +17111,11 @@ function j2(n) { v ); } -var I2 = new Rm(), - wc = j2(), +var F2 = new Rm(), + wc = I2(), Nm = Ue.createContext({ shouldForwardProp: void 0, - styleSheet: I2, + styleSheet: F2, stylis: wc, }); Nm.Consumer; @@ -17123,7 +17123,7 @@ Ue.createContext(void 0); function Kp() { return V.useContext(Nm); } -var F2 = (function () { +var R2 = (function () { function n(t, o) { var a = this; (this.inject = function (i, c) { @@ -17146,14 +17146,14 @@ var F2 = (function () { n ); })(), - R2 = function (n) { + M2 = function (n) { return n >= "A" && n <= "Z"; }; function Xp(n) { for (var t = "", o = 0; o < n.length; o++) { var a = n[o]; if (o === 1 && a === "-" && n[0] === "-") return n; - R2(a) ? (t += "-" + a.toLowerCase()) : (t += a); + M2(a) ? (t += "-" + a.toLowerCase()) : (t += a); } return t.startsWith("ms-") ? "-" + t : t; } @@ -17184,7 +17184,7 @@ var Bm = function (n) { ? "" : typeof o != "number" || o === 0 || - t in t2 || + t in n2 || t.startsWith("--") ? String(o).trim() : "".concat(o, "px")), @@ -17204,7 +17204,7 @@ function b0(n, t, o, a) { return b0(i, t, o, a); } var c; - return n instanceof F2 + return n instanceof R2 ? o ? (n.inject(o, a), [n.getName(a)]) : [n] @@ -17219,21 +17219,21 @@ function b0(n, t, o, a) { ) : [n.toString()]; } -function M2(n) { +function N2(n) { for (var t = 0; t < n.length; t += 1) { var o = n[t]; if (v0(o) && !Kc(o)) return !1; } return !0; } -var N2 = Om(Fi), - B2 = (function () { +var B2 = Om(Fi), + L2 = (function () { function n(t, o, a) { (this.rules = t), (this.staticRulesId = ""), - (this.isStatic = (a === void 0 || a.isStatic) && M2(t)), + (this.isStatic = (a === void 0 || a.isStatic) && N2(t)), (this.componentId = o), - (this.baseHash = J0(N2, o)), + (this.baseHash = J0(B2, o)), (this.baseStyle = a), Rm.registerId(o); } @@ -17288,7 +17288,7 @@ var N2 = Om(Fi), })(), bi = Ue.createContext(void 0); bi.Consumer; -function L2(n) { +function $2(n) { var t = Ue.useContext(bi), o = V.useMemo( function () { @@ -17309,7 +17309,7 @@ function L2(n) { : null; } var Xl = {}; -function $2(n, t, o) { +function A2(n, t, o) { var a = Kc(n), i = n, c = !Kl(n), @@ -17321,7 +17321,7 @@ function $2(n, t, o) { ? (function (L, j) { var $ = typeof L != "string" ? "sc" : Dp(L); Xl[$] = (Xl[$] || 0) + 1; - var N = "".concat($, "-").concat(s2(Fi + $ + Xl[$])); + var N = "".concat($, "-").concat(l2(Fi + $ + Xl[$])); return j ? "".concat(j, "-").concat(N) : N; })(t.displayName, t.parentComponentId) : f, @@ -17329,7 +17329,7 @@ function $2(n, t, o) { v = b === void 0 ? (function (L) { - return Kl(L) ? "styled.".concat(L) : "Styled(".concat(l2(L), ")"); + return Kl(L) ? "styled.".concat(L) : "Styled(".concat(c2(L), ")"); })(n) : b, y = @@ -17347,7 +17347,7 @@ function $2(n, t, o) { }; } else S = O; } - var P = new B2(o, y, a ? i.componentStyle : void 0); + var P = new L2(o, y, a ? i.componentStyle : void 0); function T(L, j) { return (function ($, N, K) { var pe = $.attrs, @@ -17359,7 +17359,7 @@ function $2(n, t, o) { me = Ue.useContext(bi), he = Kp(), we = $.shouldForwardProp || he.shouldForwardProp, - q = r2(N, me, ee) || sr, + q = o2(N, me, ee) || sr, Q = (function (ye, ue, ge) { for ( var fe, @@ -17457,7 +17457,7 @@ function Qp(n, t) { var Yp = function (n) { return Object.assign(n, { isCss: !0 }); }; -function A2(n) { +function D2(n) { for (var t = [], o = 1; o < arguments.length; o++) t[o - 1] = arguments[o]; if (v0(n) || fo(n)) return Yp(b0(Qp(Ri, pi([n], t, !0)))); var a = n; @@ -17469,7 +17469,7 @@ function kc(n, t, o) { if ((o === void 0 && (o = sr), !t)) throw y0(1, t); var a = function (i) { for (var c = [], d = 1; d < arguments.length; d++) c[d - 1] = arguments[d]; - return n(t, o, A2.apply(void 0, pi([i], c, !1))); + return n(t, o, D2.apply(void 0, pi([i], c, !1))); }; return ( (a.attrs = function (i) { @@ -17488,7 +17488,7 @@ function kc(n, t, o) { ); } var $m = function (n) { - return kc($2, n); + return kc(A2, n); }, S0 = $m; Cm.forEach(function (n) { @@ -17513,7 +17513,7 @@ function _0(n) { _0(n) ); } -function D2(n, t) { +function z2(n, t) { if (_0(n) != "object" || !n) return n; var o = n[Symbol.toPrimitive]; if (o !== void 0) { @@ -17524,7 +17524,7 @@ function D2(n, t) { return (t === "string" ? String : Number)(n); } function Am(n) { - var t = D2(n, "string"); + var t = z2(n, "string"); return _0(t) == "symbol" ? t : t + ""; } function oo(n, t, o) { @@ -17567,10 +17567,10 @@ function ie(n) { } return n; } -function z2(n) { +function H2(n) { if (Array.isArray(n)) return n; } -function H2(n, t) { +function V2(n, t) { var o = n == null ? null @@ -17626,14 +17626,14 @@ function Dm(n, t) { ); } } -function V2() { +function U2() { throw new TypeError(`Invalid attempt to destructure non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`); } function wn(n, t) { - return z2(n) || H2(n, t) || Dm(n, t) || V2(); + return H2(n) || V2(n, t) || Dm(n, t) || U2(); } -function U2(n, t) { +function G2(n, t) { if (n == null) return {}; var o = {}; for (var a in n) @@ -17647,7 +17647,7 @@ function Cn(n, t) { if (n == null) return {}; var o, a, - i = U2(n, t); + i = G2(n, t); if (Object.getOwnPropertySymbols) { var c = Object.getOwnPropertySymbols(n); for (a = 0; a < c.length; a++) @@ -17658,7 +17658,7 @@ function Cn(n, t) { } return i; } -var G2 = [ +var q2 = [ "defaultInputValue", "defaultMenuIsOpen", "defaultValue", @@ -17670,7 +17670,7 @@ var G2 = [ "onMenuOpen", "value", ]; -function q2(n) { +function W2(n) { var t = n.defaultInputValue, o = t === void 0 ? "" : t, a = n.defaultMenuIsOpen, @@ -17684,7 +17684,7 @@ function q2(n) { v = n.onMenuClose, y = n.onMenuOpen, x = n.value, - S = Cn(n, G2), + S = Cn(n, q2), O = V.useState(h !== void 0 ? h : o), C = wn(O, 2), P = C[0], @@ -17753,7 +17753,7 @@ function ce() { ce.apply(null, arguments) ); } -function W2(n, t) { +function K2(n, t) { if (!(n instanceof t)) throw new TypeError("Cannot call a class as a function"); } @@ -17766,7 +17766,7 @@ function Jp(n, t) { Object.defineProperty(n, Am(a.key), a); } } -function K2(n, t, o) { +function X2(n, t, o) { return ( t && Jp(n.prototype, t), o && Jp(n, o), @@ -17784,7 +17784,7 @@ function Pc(n, t) { Pc(n, t) ); } -function X2(n, t) { +function Q2(n, t) { if (typeof t != "function" && t !== null) throw new TypeError("Super expression must either be null or a function"); (n.prototype = Object.create(t && t.prototype, { @@ -17813,22 +17813,22 @@ function zm() { return !!n; })(); } -function Q2(n) { +function Y2(n) { if (n === void 0) throw new ReferenceError( "this hasn't been initialised - super() hasn't been called", ); return n; } -function Y2(n, t) { +function Z2(n, t) { if (t && (_0(t) == "object" || typeof t == "function")) return t; if (t !== void 0) throw new TypeError( "Derived constructors may only return object or undefined", ); - return Q2(n); + return Y2(n); } -function Z2(n) { +function J2(n) { var t = zm(); return function () { var o, @@ -17837,32 +17837,32 @@ function Z2(n) { var i = vi(this).constructor; o = Reflect.construct(a, arguments, i); } else o = a.apply(this, arguments); - return Y2(this, o); + return Z2(this, o); }; } -function J2(n) { +function e5(n) { if (Array.isArray(n)) return Cc(n); } -function e5(n) { +function t5(n) { if ( (typeof Symbol < "u" && n[Symbol.iterator] != null) || n["@@iterator"] != null ) return Array.from(n); } -function t5() { +function n5() { throw new TypeError(`Invalid attempt to spread non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`); } function Qc(n) { - return J2(n) || e5(n) || Dm(n) || t5(); + return e5(n) || t5(n) || Dm(n) || n5(); } -function n5(n) { +function r5(n) { if (n.sheet) return n.sheet; for (var t = 0; t < document.styleSheets.length; t++) if (document.styleSheets[t].ownerNode === n) return document.styleSheets[t]; } -function r5(n) { +function o5(n) { var t = document.createElement("style"); return ( t.setAttribute("data-emotion", n.key), @@ -17872,7 +17872,7 @@ function r5(n) { t ); } -var o5 = (function () { +var a5 = (function () { function n(o) { var a = this; (this._insertTag = function (i) { @@ -17904,10 +17904,10 @@ var o5 = (function () { }), (t.insert = function (a) { this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && - this._insertTag(r5(this)); + this._insertTag(o5(this)); var i = this.tags[this.tags.length - 1]; if (this.isSpeedy) { - var c = n5(i); + var c = r5(i); try { c.insertRule(a, c.cssRules.length); } catch {} @@ -17931,13 +17931,13 @@ var o5 = (function () { Hm = "comm", Yc = "rule", Zc = "decl", - a5 = "@import", + i5 = "@import", Vm = "@keyframes", - i5 = "@layer", - s5 = Math.abs, + s5 = "@layer", + l5 = Math.abs, Mi = String.fromCharCode, - l5 = Object.assign; -function c5(n, t) { + c5 = Object.assign; +function u5(n, t) { return lt(n, 0) ^ 45 ? (((((((t << 2) ^ lt(n, 0)) << 2) ^ lt(n, 1)) << 2) ^ lt(n, 2)) << 2) ^ lt(n, 3) @@ -17946,7 +17946,7 @@ function c5(n, t) { function Um(n) { return n.trim(); } -function u5(n, t) { +function d5(n, t) { return (n = t.exec(n)) ? n[0] : n; } function Ee(n, t, o) { @@ -17970,7 +17970,7 @@ function Jc(n) { function La(n, t) { return t.push(n), n; } -function d5(n, t) { +function f5(n, t) { return n.map(t).join(""); } var Ni = 1, @@ -17994,12 +17994,12 @@ function Bi(n, t, o, a, i, c, d) { }; } function eo(n, t) { - return l5(Bi("", null, null, "", null, null, 0), n, { length: -n.length }, t); + return c5(Bi("", null, null, "", null, null, 0), n, { length: -n.length }, t); } -function f5() { +function p5() { return Ye; } -function p5() { +function h5() { return ( (Ye = Ot > 0 ? lt(fr, --Ot) : 0), lr--, Ye === 10 && ((lr = 1), Ni--), Ye ); @@ -18059,11 +18059,11 @@ function Wm(n) { function Ya(n) { return Um(_o(Ot - 1, Ec(n === 91 ? n + 2 : n === 40 ? n + 1 : n))); } -function h5(n) { +function m5(n) { for (; (Ye = dn()) && Ye < 33; ) Nt(); return ho(n) > 2 || ho(Ye) > 3 ? "" : " "; } -function m5(n, t) { +function g5(n, t) { for ( ; --t && @@ -18091,15 +18091,15 @@ function Ec(n) { } return Ot; } -function g5(n, t) { +function b5(n, t) { for (; Nt() && n + Ye !== 57; ) if (n + Ye === 84 && dn() === 47) break; return "/*" + _o(t, Ot - 1) + "*" + Mi(n === 47 ? n : Nt()); } -function b5(n) { +function v5(n) { for (; !ho(dn()); ) Nt(); return _o(n, Ot); } -function v5(n) { +function y5(n) { return Wm(Za("", null, null, null, [""], (n = qm(n)), 0, [0], n)); } function Za(n, t, o, a, i, c, d, h, f) { @@ -18137,16 +18137,16 @@ function Za(n, t, o, a, i, c, d, h, f) { case 10: case 13: case 32: - N += h5(S); + N += m5(S); break; case 92: - N += m5(Qa() - 1, 7); + N += g5(Qa() - 1, 7); continue; case 47: switch (dn()) { case 42: case 47: - La(y5(g5(Nt(), Qa()), t, o), f); + La(_5(b5(Nt(), Qa()), t, o), f); break; default: N += "/"; @@ -18209,7 +18209,7 @@ function Za(n, t, o, a, i, c, d, h, f) { default: if (O < 1) { if (T == 123) --O; - else if (T == 125 && O++ == 0 && p5() == 125) continue; + else if (T == 125 && O++ == 0 && h5() == 125) continue; } switch (((N += Mi(T)), T * O)) { case 38: @@ -18221,7 +18221,7 @@ function Za(n, t, o, a, i, c, d, h, f) { case 64: dn() === 45 && (N += Ya(Nt())), (y = dn()), - (b = v = cn((R = N += b5(Qa())))), + (b = v = cn((R = N += v5(Qa())))), T++; break; case 45: @@ -18236,12 +18236,12 @@ function eh(n, t, o, a, i, c, d, h, f, m, b) { S < a; ++S ) - for (var P = 0, T = po(n, v + 1, (v = s5((O = d[S])))), R = n; P < x; ++P) + for (var P = 0, T = po(n, v + 1, (v = l5((O = d[S])))), R = n; P < x; ++P) (R = Um(O > 0 ? y[P] + " " + T : Ee(T, /&\f/g, y[P]))) && (f[C++] = R); return Bi(n, t, o, i === 0 ? Yc : h, f, m, b); } -function y5(n, t, o) { - return Bi(n, t, o, Hm, Mi(f5()), po(n, 2, -2), 0); +function _5(n, t, o) { + return Bi(n, t, o, Hm, Mi(p5()), po(n, 2, -2), 0); } function th(n, t, o, a) { return Bi(n, t, o, Zc, po(n, 0, a), po(n, a + 1, -1), a); @@ -18250,11 +18250,11 @@ function nr(n, t) { for (var o = "", a = Jc(n), i = 0; i < a; i++) o += t(n[i], i, n, t) || ""; return o; } -function _5(n, t, o, a) { +function x5(n, t, o, a) { switch (n.type) { - case i5: + case s5: if (n.children.length) break; - case a5: + case i5: case Zc: return (n.return = n.return || n.value); case Hm: @@ -18268,25 +18268,25 @@ function _5(n, t, o, a) { ? (n.return = n.value + "{" + o + "}") : ""; } -function x5(n) { +function S5(n) { var t = Jc(n); return function (o, a, i, c) { for (var d = "", h = 0; h < t; h++) d += n[h](o, a, i, c) || ""; return d; }; } -function S5(n) { +function w5(n) { return function (t) { t.root || ((t = t.return) && n(t)); }; } -function w5(n) { +function k5(n) { var t = Object.create(null); return function (o) { return t[o] === void 0 && (t[o] = n(o)), t[o]; }; } -var k5 = function (t, o, a) { +var C5 = function (t, o, a) { for ( var i = 0, c = 0; (i = c), (c = dn()), i === 38 && c === 12 && (o[a] = 1), !ho(c); @@ -18295,13 +18295,13 @@ var k5 = function (t, o, a) { Nt(); return _o(t, Ot); }, - C5 = function (t, o) { + P5 = function (t, o) { var a = -1, i = 44; do switch (ho(i)) { case 0: - i === 38 && dn() === 12 && (o[a] = 1), (t[a] += k5(Ot - 1, o, a)); + i === 38 && dn() === 12 && (o[a] = 1), (t[a] += C5(Ot - 1, o, a)); break; case 2: t[a] += Ya(i); @@ -18317,11 +18317,11 @@ var k5 = function (t, o, a) { while ((i = Nt())); return t; }, - P5 = function (t, o) { - return Wm(C5(qm(t), o)); + O5 = function (t, o) { + return Wm(P5(qm(t), o)); }, nh = new WeakMap(), - O5 = function (t) { + E5 = function (t) { if (!(t.type !== "rule" || !t.parent || t.length < 1)) { for ( var o = t.value, @@ -18337,7 +18337,7 @@ var k5 = function (t, o, a) { ) { nh.set(t, !0); for ( - var c = [], d = P5(o, c), h = a.props, f = 0, m = 0; + var c = [], d = O5(o, c), h = a.props, f = 0, m = 0; f < d.length; f++ ) @@ -18346,7 +18346,7 @@ var k5 = function (t, o, a) { } } }, - E5 = function (t) { + T5 = function (t) { if (t.type === "decl") { var o = t.value; o.charCodeAt(0) === 108 && @@ -18355,7 +18355,7 @@ var k5 = function (t, o, a) { } }; function Km(n, t) { - switch (c5(n, t)) { + switch (u5(n, t)) { case 5103: return Oe + "print-" + n + n; case 5737: @@ -18524,7 +18524,7 @@ function Km(n, t) { } return n; } -var T5 = function (t, o, a, i) { +var j5 = function (t, o, a, i) { if (t.length > -1 && !t.return) switch (t.type) { case Zc: @@ -18534,8 +18534,8 @@ var T5 = function (t, o, a, i) { return nr([eo(t, { value: Ee(t.value, "@", "@" + Oe) })], i); case Yc: if (t.length) - return d5(t.props, function (c) { - switch (u5(c, /(::plac\w+|:read-\w+)/)) { + return f5(t.props, function (c) { + switch (d5(c, /(::plac\w+|:read-\w+)/)) { case ":read-only": case ":read-write": return nr( @@ -18558,8 +18558,8 @@ var T5 = function (t, o, a, i) { }); } }, - j5 = [T5], - I5 = function (t) { + I5 = [j5], + F5 = function (t) { var o = t.key; if (o === "css") { var a = document.querySelectorAll("style[data-emotion]:not([data-s])"); @@ -18569,7 +18569,7 @@ var T5 = function (t, o, a, i) { (document.head.appendChild(O), O.setAttribute("data-s", "")); }); } - var i = t.stylisPlugins || j5, + var i = t.stylisPlugins || I5, c = {}, d, h = []; @@ -18587,18 +18587,18 @@ var T5 = function (t, o, a, i) { }, ); var f, - m = [O5, E5]; + m = [E5, T5]; { var b, v = [ - _5, - S5(function (O) { + x5, + w5(function (O) { b.insert(O); }), ], - y = x5(m.concat(i, v)), + y = S5(m.concat(i, v)), x = function (C) { - return nr(v5(C), y); + return nr(y5(C), y); }; f = function (C, P, T, R) { (b = T), @@ -18608,7 +18608,7 @@ var T5 = function (t, o, a, i) { } var S = { key: o, - sheet: new o5({ + sheet: new a5({ key: o, container: d, nonce: t.nonce, @@ -18633,7 +18633,7 @@ var T5 = function (t, o, a, i) { * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var rh; -function F5() { +function R5() { if (rh) return je; rh = 1; var n = typeof Symbol == "function" && Symbol.for, @@ -18767,14 +18767,14 @@ function F5() { ); } var oh; -function R5() { - return oh || ((oh = 1), (Ql.exports = F5())), Ql.exports; +function M5() { + return oh || ((oh = 1), (Ql.exports = R5())), Ql.exports; } var Yl, ah; -function M5() { +function N5() { if (ah) return Yl; ah = 1; - var n = R5(), + var n = M5(), t = { childContextTypes: !0, contextType: !0, @@ -18845,9 +18845,9 @@ function M5() { } return (Yl = x), Yl; } -M5(); -var N5 = !0; -function B5(n, t, o) { +N5(); +var B5 = !0; +function L5(n, t, o) { var a = ""; return ( o.split(" ").forEach(function (i) { @@ -18858,11 +18858,11 @@ function B5(n, t, o) { } var Xm = function (t, o, a) { var i = t.key + "-" + o.name; - (a === !1 || N5 === !1) && + (a === !1 || B5 === !1) && t.registered[i] === void 0 && (t.registered[i] = o.styles); }, - L5 = function (t, o, a) { + $5 = function (t, o, a) { Xm(t, o, a); var i = t.key + "-" + o.name; if (t.inserted[o.name] === void 0) { @@ -18871,7 +18871,7 @@ var Xm = function (t, o, a) { while (c !== void 0); } }; -function $5(n) { +function A5(n) { for (var t = 0, o, a = 0, i = n.length; i >= 4; ++a, i -= 4) (o = (n.charCodeAt(a) & 255) | @@ -18898,7 +18898,7 @@ function $5(n) { ((t ^ (t >>> 15)) >>> 0).toString(36) ); } -var A5 = { +var D5 = { animationIterationCount: 1, aspectRatio: 1, borderImageOutset: 1, @@ -18947,27 +18947,27 @@ var A5 = { strokeOpacity: 1, strokeWidth: 1, }, - D5 = /[A-Z]|^ms/g, - z5 = /_EMO_([^_]+?)_([^]*?)_EMO_/g, + z5 = /[A-Z]|^ms/g, + H5 = /_EMO_([^_]+?)_([^]*?)_EMO_/g, Qm = function (t) { return t.charCodeAt(1) === 45; }, ih = function (t) { return t != null && typeof t != "boolean"; }, - Zl = w5(function (n) { - return Qm(n) ? n : n.replace(D5, "-$&").toLowerCase(); + Zl = k5(function (n) { + return Qm(n) ? n : n.replace(z5, "-$&").toLowerCase(); }), sh = function (t, o) { switch (t) { case "animation": case "animationName": if (typeof o == "string") - return o.replace(z5, function (a, i, c) { + return o.replace(H5, function (a, i, c) { return (un = { name: i, styles: c, next: un }), i; }); } - return A5[t] !== 1 && !Qm(t) && typeof o == "number" && o !== 0 + return D5[t] !== 1 && !Qm(t) && typeof o == "number" && o !== 0 ? o + "px" : o; }; @@ -18991,7 +18991,7 @@ function mo(n, t, o) { var h = c.styles + ";"; return h; } - return H5(n, t, o); + return V5(n, t, o); } case "function": { if (n !== void 0) { @@ -19005,7 +19005,7 @@ function mo(n, t, o) { var b = o; return b; } -function H5(n, t, o) { +function V5(n, t, o) { var a = ""; if (Array.isArray(o)) for (var i = 0; i < o.length; i++) a += mo(n, t, o[i]) + ";"; @@ -19059,52 +19059,52 @@ function Ym(n, t, o) { } lh.lastIndex = 0; for (var m = "", b; (b = lh.exec(i)) !== null; ) m += "-" + b[1]; - var v = $5(i) + m; + var v = A5(i) + m; return { name: v, styles: i, next: un }; } -var V5 = function (t) { +var U5 = function (t) { return t(); }, - U5 = sp.useInsertionEffect ? sp.useInsertionEffect : !1, - G5 = U5 || V5, - Zm = V.createContext(typeof HTMLElement < "u" ? I5({ key: "css" }) : null); + G5 = sp.useInsertionEffect ? sp.useInsertionEffect : !1, + q5 = G5 || U5, + Zm = V.createContext(typeof HTMLElement < "u" ? F5({ key: "css" }) : null); Zm.Provider; -var q5 = function (t) { +var W5 = function (t) { return V.forwardRef(function (o, a) { var i = V.useContext(Zm); return t(o, i, a); }); }, - W5 = V.createContext({}), + K5 = V.createContext({}), eu = {}.hasOwnProperty, Tc = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", - K5 = function (t, o) { + X5 = function (t, o) { var a = {}; for (var i in o) eu.call(o, i) && (a[i] = o[i]); return (a[Tc] = t), a; }, - X5 = function (t) { + Q5 = function (t) { var o = t.cache, a = t.serialized, i = t.isStringTag; return ( Xm(o, a, i), - G5(function () { - return L5(o, a, i); + q5(function () { + return $5(o, a, i); }), null ); }, - Q5 = q5(function (n, t, o) { + Y5 = W5(function (n, t, o) { var a = n.css; typeof a == "string" && t.registered[a] !== void 0 && (a = t.registered[a]); var i = n[Tc], c = [a], d = ""; typeof n.className == "string" - ? (d = B5(t.registered, c, n.className)) + ? (d = L5(t.registered, c, n.className)) : n.className != null && (d = n.className + " "); - var h = Ym(c, void 0, V.useContext(W5)); + var h = Ym(c, void 0, V.useContext(K5)); d += t.key + "-" + h.name; var f = {}; for (var m in n) eu.call(n, m) && m !== "css" && m !== Tc && (f[m] = n[m]); @@ -19114,7 +19114,7 @@ var q5 = function (t) { V.createElement( V.Fragment, null, - V.createElement(X5, { + V.createElement(Q5, { cache: t, serialized: h, isStringTag: typeof i == "string", @@ -19123,14 +19123,14 @@ var q5 = function (t) { ) ); }), - Y5 = Q5, + Z5 = Y5, ne = function (t, o) { var a = arguments; if (o == null || !eu.call(o, "css")) return V.createElement.apply(void 0, a); var i = a.length, c = new Array(i); - (c[0] = Y5), (c[1] = K5(t, o)); + (c[0] = Z5), (c[1] = X5(t, o)); for (var d = 2; d < i; d++) c[d] = a[d]; return V.createElement.apply(null, c); }; @@ -19143,7 +19143,7 @@ function tu() { t[o] = arguments[o]; return Ym(t); } -function Z5() { +function J5() { var n = tu.apply(void 0, arguments), t = "animation-" + n.name; return { @@ -19155,7 +19155,7 @@ function Z5() { }, }; } -function J5(n, t) { +function ex(n, t) { return ( t || (t = n.slice(0)), Object.freeze( @@ -19163,13 +19163,13 @@ function J5(n, t) { ) ); } -var ex = Mh(); -const tx = Math.min, - nx = Math.max, +var tx = Mh(); +const nx = Math.min, + rx = Math.max, _i = Math.round, $a = Math.floor, xi = (n) => ({ x: n, y: n }); -function rx(n) { +function ox(n) { const { x: t, y: o, width: a, height: i } = n; return { width: a, @@ -19204,7 +19204,7 @@ function eg(n) { function tg(n) { return Li() ? n instanceof Node || n instanceof kn(n).Node : !1; } -function ox(n) { +function ax(n) { return Li() ? n instanceof Element || n instanceof kn(n).Element : !1; } function nu(n) { @@ -19222,25 +19222,25 @@ function ng(n) { !["inline", "contents"].includes(i) ); } -function ax() { +function ix() { return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none"); } -function ix(n) { +function sx(n) { return ["html", "body", "#document"].includes(Jm(n)); } function ru(n) { return kn(n).getComputedStyle(n); } -function sx(n) { +function lx(n) { if (Jm(n) === "html") return n; const t = n.assignedSlot || n.parentNode || (ch(n) && n.host) || eg(n); return ch(t) ? t.host : t; } function rg(n) { - const t = sx(n); - return ix(t) + const t = lx(n); + return sx(t) ? n.ownerDocument ? n.ownerDocument.body : n.body @@ -19268,7 +19268,7 @@ function Si(n, t, o) { function jc(n) { return n.parent && Object.getPrototypeOf(n.parent) ? n.frameElement : null; } -function lx(n) { +function cx(n) { const t = ru(n); let o = parseFloat(t.width) || 0, a = parseFloat(t.height) || 0; @@ -19279,13 +19279,13 @@ function lx(n) { return h && ((o = c), (a = d)), { width: o, height: a, $: h }; } function ou(n) { - return ox(n) ? n : n.contextElement; + return ax(n) ? n : n.contextElement; } function uh(n) { const t = ou(n); if (!nu(t)) return xi(1); const o = t.getBoundingClientRect(), - { width: a, height: i, $: c } = lx(t); + { width: a, height: i, $: c } = cx(t); let d = (c ? _i(o.width) : o.width) / a, h = (c ? _i(o.height) : o.height) / i; return ( @@ -19294,14 +19294,14 @@ function uh(n) { { x: d, y: h } ); } -const cx = xi(0); -function ux(n) { +const ux = xi(0); +function dx(n) { const t = kn(n); - return !ax() || !t.visualViewport - ? cx + return !ix() || !t.visualViewport + ? ux : { x: t.visualViewport.offsetLeft, y: t.visualViewport.offsetTop }; } -function dx(n, t, o) { +function fx(n, t, o) { return !1; } function dh(n, t, o, a) { @@ -19310,7 +19310,7 @@ function dh(n, t, o, a) { c = ou(n); let d = xi(1); t && (d = uh(n)); - const h = dx() ? ux(c) : xi(0); + const h = fx() ? dx(c) : xi(0); let f = (i.left + h.x) / d.x, m = (i.top + h.y) / d.y, b = i.width / d.x, @@ -19336,14 +19336,14 @@ function dh(n, t, o, a) { (O = jc(S)); } } - return rx({ width: b, height: v, x: f, y: m }); + return ox({ width: b, height: v, x: f, y: m }); } function og(n, t) { return ( n.x === t.x && n.y === t.y && n.width === t.width && n.height === t.height ); } -function fx(n, t) { +function px(n, t) { let o = null, a; const i = eg(n); @@ -19362,7 +19362,7 @@ function fx(n, t) { P = $a(b), R = { rootMargin: -S + "px " + -O + "px " + -C + "px " + -P + "px", - threshold: nx(0, tx(1, f)) || 1, + threshold: rx(0, nx(1, f)) || 1, }; let L = !0; function j($) { @@ -19386,7 +19386,7 @@ function fx(n, t) { } return d(!0), c; } -function px(n, t, o, a) { +function hx(n, t, o, a) { a === void 0 && (a = {}); const { ancestorScroll: i = !0, @@ -19401,7 +19401,7 @@ function px(n, t, o, a) { i && P.addEventListener("scroll", o, { passive: !0 }), c && P.addEventListener("resize", o); }); - const v = m && h ? fx(m, o) : null; + const v = m && h ? px(m, o) : null; let y = -1, x = null; d && @@ -19443,7 +19443,7 @@ function px(n, t, o, a) { ); } var Ic = V.useLayoutEffect, - hx = [ + mx = [ "className", "clearValue", "cx", @@ -19460,10 +19460,10 @@ var Ic = V.useLayoutEffect, "theme", ], wi = function () {}; -function mx(n, t) { +function gx(n, t) { return t ? (t[0] === "-" ? n + t : n + "__" + t) : n; } -function gx(n, t) { +function bx(n, t) { for ( var o = arguments.length, a = new Array(o > 2 ? o - 2 : 0), i = 2; i < o; @@ -19472,7 +19472,7 @@ function gx(n, t) { a[i - 2] = arguments[i]; var c = [].concat(a); if (t && n) - for (var d in t) t.hasOwnProperty(d) && t[d] && c.push("".concat(mx(n, d))); + for (var d in t) t.hasOwnProperty(d) && t[d] && c.push("".concat(gx(n, d))); return c .filter(function (h) { return h; @@ -19483,7 +19483,7 @@ function gx(n, t) { .join(" "); } var fh = function (t) { - return Cx(t) + return Px(t) ? t.filter(Boolean) : _0(t) === "object" && t !== null ? [t] @@ -19504,7 +19504,7 @@ var fh = function (t) { t.selectProps, t.setValue, t.theme; - var o = Cn(t, hx); + var o = Cn(t, mx); return ie({}, o); }, Ge = function (t, o, a) { @@ -19517,7 +19517,7 @@ var fh = function (t) { function $i(n) { return [document.documentElement, document.body, window].indexOf(n) > -1; } -function bx(n) { +function vx(n) { return $i(n) ? window.innerHeight : n.clientHeight; } function ig(n) { @@ -19530,7 +19530,7 @@ function ki(n, t) { } n.scrollTop = t; } -function vx(n) { +function yx(n) { var t = getComputedStyle(n), o = t.position === "absolute", a = /(auto|scroll)/; @@ -19544,7 +19544,7 @@ function vx(n) { return i; return document.documentElement; } -function yx(n, t, o, a) { +function _x(n, t, o, a) { return o * ((n = n / a - 1) * n * n + 1) + t; } function Aa(n, t) { @@ -19556,7 +19556,7 @@ function Aa(n, t) { h = 0; function f() { h += d; - var m = yx(h, i, c, o); + var m = _x(h, i, c, o); ki(n, m), h < o ? window.requestAnimationFrame(f) : a(n); } f(); @@ -19575,7 +19575,7 @@ function ph(n, t) { ) : a.top - i < o.top && ki(n, Math.max(t.offsetTop - i, 0)); } -function _x(n) { +function xx(n) { var t = n.getBoundingClientRect(); return { bottom: t.bottom, @@ -19593,7 +19593,7 @@ function hh() { return !1; } } -function xx() { +function Sx() { try { return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test( navigator.userAgent, @@ -19603,7 +19603,7 @@ function xx() { } } var sg = !1, - Sx = { + wx = { get passive() { return (sg = !0); }, @@ -19611,18 +19611,18 @@ var sg = !1, Da = typeof window < "u" ? window : {}; Da.addEventListener && Da.removeEventListener && - (Da.addEventListener("p", wi, Sx), Da.removeEventListener("p", wi, !1)); -var wx = sg; -function kx(n) { + (Da.addEventListener("p", wi, wx), Da.removeEventListener("p", wi, !1)); +var kx = sg; +function Cx(n) { return n != null; } -function Cx(n) { +function Px(n) { return Array.isArray(n); } function za(n, t, o) { return n ? t : o; } -var Px = function (t) { +var Ox = function (t) { for ( var o = arguments.length, a = new Array(o > 1 ? o - 1 : 0), i = 1; i < o; @@ -19641,9 +19641,9 @@ var Px = function (t) { return (d[m] = b), d; }, {}); }, - Ox = ["children", "innerProps"], - Ex = ["children", "innerProps"]; -function Tx(n) { + Ex = ["children", "innerProps"], + Tx = ["children", "innerProps"]; +function jx(n) { var t = n.maxHeight, o = n.menuEl, a = n.minHeight, @@ -19651,7 +19651,7 @@ function Tx(n) { c = n.shouldScroll, d = n.isFixedPosition, h = n.controlHeight, - f = vx(o), + f = yx(o), m = { placement: "bottom", maxHeight: t }; if (!o || !o.offsetParent) return m; var b = f.getBoundingClientRect(), @@ -19662,7 +19662,7 @@ function Tx(n) { O = y.top, C = o.offsetParent.getBoundingClientRect(), P = C.top, - T = d ? window.innerHeight : bx(f), + T = d ? window.innerHeight : vx(f), R = ig(f), L = parseInt(getComputedStyle(o).marginBottom, 10), j = parseInt(getComputedStyle(o).marginTop, 10), @@ -19713,14 +19713,14 @@ function Tx(n) { } return m; } -function jx(n) { +function Ix(n) { var t = { bottom: "top", top: "bottom" }; return n ? t[n] : "bottom"; } var lg = function (t) { return t === "auto" ? "bottom" : t; }, - Ix = function (t, o) { + Fx = function (t, o) { var a, i = t.placement, c = t.theme, @@ -19729,7 +19729,7 @@ var lg = function (t) { f = c.colors; return ie( ((a = { label: "menu" }), - oo(a, jx(i), "100%"), + oo(a, Ix(i), "100%"), oo(a, "position", "absolute"), oo(a, "width", "100%"), oo(a, "zIndex", 1), @@ -19747,7 +19747,7 @@ var lg = function (t) { ); }, cg = V.createContext(null), - Fx = function (t) { + Rx = function (t) { var o = t.children, a = t.minMenuHeight, i = t.maxMenuHeight, @@ -19774,7 +19774,7 @@ var lg = function (t) { if (j) { var $ = d === "fixed", N = h && !$, - K = Tx({ + K = jx({ maxHeight: i, menuEl: j, minHeight: a, @@ -19794,14 +19794,14 @@ var lg = function (t) { }) ); }, - Rx = function (t) { + Mx = function (t) { var o = t.children, a = t.innerRef, i = t.innerProps; return ne("div", ce({}, Ge(t, "menu", { menu: !0 }), { ref: a }, i), o); }, - Mx = Rx, - Nx = function (t, o) { + Nx = Mx, + Bx = function (t, o) { var a = t.maxHeight, i = t.theme.spacing.baseUnit; return ie( @@ -19814,7 +19814,7 @@ var lg = function (t) { o ? {} : { paddingBottom: i, paddingTop: i }, ); }, - Bx = function (t) { + Lx = function (t) { var o = t.children, a = t.innerProps, i = t.innerRef, @@ -19844,13 +19844,13 @@ var lg = function (t) { }, ); }, - Lx = ug, $x = ug, - Ax = function (t) { + Ax = ug, + Dx = function (t) { var o = t.children, a = o === void 0 ? "No options" : o, i = t.innerProps, - c = Cn(t, Ox); + c = Cn(t, Ex); return ne( "div", ce( @@ -19865,11 +19865,11 @@ var lg = function (t) { a, ); }, - Dx = function (t) { + zx = function (t) { var o = t.children, a = o === void 0 ? "Loading..." : o, i = t.innerProps, - c = Cn(t, Ex); + c = Cn(t, Tx); return ne( "div", ce( @@ -19884,13 +19884,13 @@ var lg = function (t) { a, ); }, - zx = function (t) { + Hx = function (t) { var o = t.rect, a = t.offset, i = t.position; return { left: o.left, position: i, top: a, width: o.width, zIndex: 1 }; }, - Hx = function (t) { + Vx = function (t) { var o = t.appendTo, a = t.children, i = t.controlElement, @@ -19913,7 +19913,7 @@ var lg = function (t) { R = V.useCallback( function () { if (i) { - var N = _x(i), + var N = xx(i), K = h === "fixed" ? 0 : window.pageYOffset, pe = N[y] + K; (pe !== (P == null ? void 0 : P.offset) || @@ -19942,7 +19942,7 @@ var lg = function (t) { typeof m.current == "function" && (m.current(), (m.current = null)), i && f.current && - (m.current = px(i, f.current, R, { + (m.current = hx(i, f.current, R, { elementResize: "ResizeObserver" in window, })); }, @@ -19974,9 +19974,9 @@ var lg = function (t) { ), a, ); - return ne(cg.Provider, { value: S }, o ? ex.createPortal($, o) : $); + return ne(cg.Provider, { value: S }, o ? tx.createPortal($, o) : $); }, - Vx = function (t) { + Ux = function (t) { var o = t.isDisabled, a = t.isRtl; return { @@ -19986,7 +19986,7 @@ var lg = function (t) { position: "relative", }; }, - Ux = function (t) { + Gx = function (t) { var o = t.children, a = t.innerProps, i = t.isDisabled, @@ -19997,7 +19997,7 @@ var lg = function (t) { o, ); }, - Gx = function (t, o) { + qx = function (t, o) { var a = t.theme.spacing, i = t.isMulti, c = t.hasValue, @@ -20021,7 +20021,7 @@ var lg = function (t) { }, ); }, - qx = function (t) { + Wx = function (t) { var o = t.children, a = t.innerProps, i = t.isMulti, @@ -20040,7 +20040,7 @@ var lg = function (t) { o, ); }, - Wx = function () { + Kx = function () { return { alignItems: "center", alignSelf: "stretch", @@ -20048,7 +20048,7 @@ var lg = function (t) { flexShrink: 0, }; }, - Kx = function (t) { + Xx = function (t) { var o = t.children, a = t.innerProps; return ne( @@ -20058,16 +20058,16 @@ var lg = function (t) { ); }, mh, - Xx = ["size"], - Qx = ["innerProps", "isRtl", "size"], - Yx = { + Qx = ["size"], + Yx = ["innerProps", "isRtl", "size"], + Zx = { name: "8mmkcg", styles: "display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0", }, dg = function (t) { var o = t.size, - a = Cn(t, Xx); + a = Cn(t, Qx); return ne( "svg", ce( @@ -20077,7 +20077,7 @@ var lg = function (t) { viewBox: "0 0 20 20", "aria-hidden": "true", focusable: "false", - css: Yx, + css: Zx, }, a, ), @@ -20121,8 +20121,8 @@ var lg = function (t) { }, ); }, - Zx = pg, - Jx = function (t) { + Jx = pg, + e4 = function (t) { var o = t.children, a = t.innerProps; return ne( @@ -20135,8 +20135,8 @@ var lg = function (t) { o || ne(fg, null), ); }, - e4 = pg, - t4 = function (t) { + t4 = pg, + n4 = function (t) { var o = t.children, a = t.innerProps; return ne( @@ -20149,7 +20149,7 @@ var lg = function (t) { o || ne(au, null), ); }, - n4 = function (t, o) { + r4 = function (t, o) { var a = t.isDisabled, i = t.theme, c = i.spacing.baseUnit, @@ -20165,23 +20165,23 @@ var lg = function (t) { }, ); }, - r4 = function (t) { + o4 = function (t) { var o = t.innerProps; return ne( "span", ce({}, o, Ge(t, "indicatorSeparator", { "indicator-separator": !0 })), ); }, - o4 = Z5( + a4 = J5( mh || - (mh = J5([ + (mh = ex([ ` 0%, 80%, 100% { opacity: 0; } 40% { opacity: 1; } `, ])), ), - a4 = function (t, o) { + i4 = function (t, o) { var a = t.isFocused, i = t.size, c = t.theme, @@ -20209,7 +20209,7 @@ var lg = function (t) { css: tu( { animation: "" - .concat(o4, " 1s ease-in-out ") + .concat(a4, " 1s ease-in-out ") .concat(o, "ms infinite;"), backgroundColor: "currentColor", borderRadius: "1em", @@ -20224,12 +20224,12 @@ var lg = function (t) { ), }); }, - i4 = function (t) { + s4 = function (t) { var o = t.innerProps, a = t.isRtl, i = t.size, c = i === void 0 ? 4 : i, - d = Cn(t, Qx); + d = Cn(t, Yx); return ne( "div", ce( @@ -20246,7 +20246,7 @@ var lg = function (t) { ne(Jl, { delay: 320, offset: !a }), ); }, - s4 = function (t, o) { + l4 = function (t, o) { var a = t.isDisabled, i = t.isFocused, c = t.theme, @@ -20279,7 +20279,7 @@ var lg = function (t) { }, ); }, - l4 = function (t) { + c4 = function (t) { var o = t.children, a = t.isDisabled, i = t.isFocused, @@ -20302,15 +20302,15 @@ var lg = function (t) { o, ); }, - c4 = l4, - u4 = ["data"], - d4 = function (t, o) { + u4 = c4, + d4 = ["data"], + f4 = function (t, o) { var a = t.theme.spacing; return o ? {} : { paddingBottom: a.baseUnit * 2, paddingTop: a.baseUnit * 2 }; }, - f4 = function (t) { + p4 = function (t) { var o = t.children, a = t.cx, i = t.getStyles, @@ -20338,7 +20338,7 @@ var lg = function (t) { ne("div", null, o), ); }, - p4 = function (t, o) { + h4 = function (t, o) { var a = t.theme, i = a.colors, c = a.spacing; @@ -20357,15 +20357,15 @@ var lg = function (t) { }, ); }, - h4 = function (t) { + m4 = function (t) { var o = ag(t); o.data; - var a = Cn(o, u4); + var a = Cn(o, d4); return ne("div", ce({}, Ge(t, "groupHeading", { "group-heading": !0 }), a)); }, - m4 = f4, - g4 = ["innerRef", "isDisabled", "isHidden", "inputClassName"], - b4 = function (t, o) { + g4 = p4, + b4 = ["innerRef", "isDisabled", "isHidden", "inputClassName"], + v4 = function (t, o) { var a = t.isDisabled, i = t.value, c = t.theme, @@ -20377,7 +20377,7 @@ var lg = function (t) { visibility: a ? "hidden" : "visible", transform: i ? "translateZ(0)" : "", }, - v4, + y4, ), o ? {} @@ -20398,7 +20398,7 @@ var lg = function (t) { outline: 0, padding: 0, }, - v4 = { + y4 = { flex: "1 1 auto", display: "inline-grid", gridArea: "1 / 1 / 2 / 3", @@ -20412,7 +20412,7 @@ var lg = function (t) { hg, ), }, - y4 = function (t) { + _4 = function (t) { return ie( { label: "input", @@ -20424,7 +20424,7 @@ var lg = function (t) { hg, ); }, - _4 = function (t) { + x4 = function (t) { var o = t.cx, a = t.value, i = ag(t), @@ -20432,7 +20432,7 @@ var lg = function (t) { d = i.isDisabled, h = i.isHidden, f = i.inputClassName, - m = Cn(i, g4); + m = Cn(i, b4); return ne( "div", ce({}, Ge(t, "input", { "input-container": !0 }), { @@ -20441,14 +20441,14 @@ var lg = function (t) { ne( "input", ce( - { className: o({ input: !0 }, f), ref: c, style: y4(h), disabled: d }, + { className: o({ input: !0 }, f), ref: c, style: _4(h), disabled: d }, m, ), ), ); }, - x4 = _4, - S4 = function (t, o) { + S4 = x4, + w4 = function (t, o) { var a = t.theme, i = a.spacing, c = a.borderRadius, @@ -20464,7 +20464,7 @@ var lg = function (t) { }, ); }, - w4 = function (t, o) { + k4 = function (t, o) { var a = t.theme, i = a.borderRadius, c = a.colors, @@ -20486,7 +20486,7 @@ var lg = function (t) { }, ); }, - k4 = function (t, o) { + C4 = function (t, o) { var a = t.theme, i = a.spacing, c = a.borderRadius, @@ -20510,14 +20510,14 @@ var lg = function (t) { a = t.innerProps; return ne("div", a, o); }, - C4 = mg, - P4 = mg; -function O4(n) { + P4 = mg, + O4 = mg; +function E4(n) { var t = n.children, o = n.innerProps; return ne("div", ce({ role: "button" }, o), t || ne(au, { size: 14 })); } -var E4 = function (t) { +var T4 = function (t) { var o = t.children, a = t.components, i = t.data, @@ -20568,8 +20568,8 @@ var E4 = function (t) { }), ); }, - T4 = E4, - j4 = function (t, o) { + j4 = T4, + I4 = function (t, o) { var a = t.isDisabled, i = t.isFocused, c = t.isSelected, @@ -20600,7 +20600,7 @@ var E4 = function (t) { }, ); }, - I4 = function (t) { + F4 = function (t) { var o = t.children, a = t.isDisabled, i = t.isFocused, @@ -20623,8 +20623,8 @@ var E4 = function (t) { o, ); }, - F4 = I4, - R4 = function (t, o) { + R4 = F4, + M4 = function (t, o) { var a = t.theme, i = a.spacing, c = a.colors; @@ -20639,13 +20639,13 @@ var E4 = function (t) { }, ); }, - M4 = function (t) { + N4 = function (t) { var o = t.children, a = t.innerProps; return ne("div", ce({}, Ge(t, "placeholder", { placeholder: !0 }), a), o); }, - N4 = M4, - B4 = function (t, o) { + B4 = N4, + L4 = function (t, o) { var a = t.isDisabled, i = t.theme, c = i.spacing, @@ -20668,7 +20668,7 @@ var E4 = function (t) { }, ); }, - L4 = function (t) { + $4 = function (t) { var o = t.children, a = t.isDisabled, i = t.innerProps; @@ -20685,52 +20685,52 @@ var E4 = function (t) { o, ); }, - $4 = L4, - A4 = { - ClearIndicator: t4, - Control: c4, - DropdownIndicator: Jx, + A4 = $4, + D4 = { + ClearIndicator: n4, + Control: u4, + DropdownIndicator: e4, DownChevron: fg, CrossIcon: au, - Group: m4, - GroupHeading: h4, - IndicatorsContainer: Kx, - IndicatorSeparator: r4, - Input: x4, - LoadingIndicator: i4, - Menu: Mx, - MenuList: Bx, - MenuPortal: Hx, - LoadingMessage: Dx, - NoOptionsMessage: Ax, - MultiValue: T4, - MultiValueContainer: C4, - MultiValueLabel: P4, - MultiValueRemove: O4, - Option: F4, - Placeholder: N4, - SelectContainer: Ux, - SingleValue: $4, - ValueContainer: qx, + Group: g4, + GroupHeading: m4, + IndicatorsContainer: Xx, + IndicatorSeparator: o4, + Input: S4, + LoadingIndicator: s4, + Menu: Nx, + MenuList: Lx, + MenuPortal: Vx, + LoadingMessage: zx, + NoOptionsMessage: Dx, + MultiValue: j4, + MultiValueContainer: P4, + MultiValueLabel: O4, + MultiValueRemove: E4, + Option: R4, + Placeholder: B4, + SelectContainer: Gx, + SingleValue: A4, + ValueContainer: Wx, }, - D4 = function (t) { - return ie(ie({}, A4), t.components); + z4 = function (t) { + return ie(ie({}, D4), t.components); }, gh = Number.isNaN || function (t) { return typeof t == "number" && t !== t; }; -function z4(n, t) { +function H4(n, t) { return !!(n === t || (gh(n) && gh(t))); } -function H4(n, t) { +function V4(n, t) { if (n.length !== t.length) return !1; - for (var o = 0; o < n.length; o++) if (!z4(n[o], t[o])) return !1; + for (var o = 0; o < n.length; o++) if (!H4(n[o], t[o])) return !1; return !0; } -function V4(n, t) { - t === void 0 && (t = H4); +function U4(n, t) { + t === void 0 && (t = V4); var o = null; function a() { for (var i = [], c = 0; c < arguments.length; c++) i[c] = arguments[c]; @@ -20745,16 +20745,16 @@ function V4(n, t) { a ); } -var U4 = { +var G4 = { name: "7pg0cj-a11yText", styles: "label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap", }, - G4 = function (t) { - return ne("span", ce({ css: U4 }, t)); + q4 = function (t) { + return ne("span", ce({ css: G4 }, t)); }, - bh = G4, - q4 = { + bh = q4, + W4 = { guidance: function (t) { var o = t.isSearchable, a = t.isMulti, @@ -20838,7 +20838,7 @@ var U4 = { return "".concat(a).concat(o ? " for search term " + o : "", "."); }, }, - W4 = function (t) { + K4 = function (t) { var o = t.ariaSelection, a = t.focusedOption, i = t.focusedValue, @@ -20863,7 +20863,7 @@ var U4 = { N = f["aria-live"], K = V.useMemo( function () { - return ie(ie({}, q4), v || {}); + return ie(ie({}, W4), v || {}); }, [v], ), @@ -20967,7 +20967,7 @@ var U4 = { ), ); }, - K4 = W4, + X4 = K4, Fc = [ { base: "A", letters: "AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ" }, { base: "AA", letters: "Ꜳ" }, @@ -21054,7 +21054,7 @@ var U4 = { { base: "y", letters: "yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ" }, { base: "z", letters: "zⓩzźẑżžẓẕƶȥɀⱬꝣ" }, ], - X4 = new RegExp( + Q4 = new RegExp( "[" + Fc.map(function (n) { return n.letters; @@ -21067,25 +21067,25 @@ for (var ec = 0; ec < Fc.length; ec++) for (var tc = Fc[ec], nc = 0; nc < tc.letters.length; nc++) gg[tc.letters[nc]] = tc.base; var bg = function (t) { - return t.replace(X4, function (o) { + return t.replace(Q4, function (o) { return gg[o]; }); }, - Q4 = V4(bg), + Y4 = U4(bg), vh = function (t) { return t.replace(/^\s+|\s+$/g, ""); }, - Y4 = function (t) { + Z4 = function (t) { return "".concat(t.label, " ").concat(t.value); }, - Z4 = function (t) { + J4 = function (t) { return function (o, a) { if (o.data.__isNew__) return !0; var i = ie( { ignoreCase: !0, ignoreAccents: !0, - stringify: Y4, + stringify: Z4, trim: !0, matchFrom: "any", }, @@ -21100,16 +21100,16 @@ var bg = function (t) { v = f ? vh(h(o)) : h(o); return ( c && ((b = b.toLowerCase()), (v = v.toLowerCase())), - d && ((b = Q4(b)), (v = bg(v))), + d && ((b = Y4(b)), (v = bg(v))), m === "start" ? v.substr(0, b.length) === b : v.indexOf(b) > -1 ); }; }, - J4 = ["innerRef"]; -function e3(n) { + e3 = ["innerRef"]; +function t3(n) { var t = n.innerRef, - o = Cn(n, J4), - a = Px(o, "onExited", "in", "enter", "exit", "appear"); + o = Cn(n, e3), + a = Ox(o, "onExited", "in", "enter", "exit", "appear"); return ne( "input", ce({ ref: t }, a, { @@ -21136,10 +21136,10 @@ function e3(n) { }), ); } -var t3 = function (t) { +var n3 = function (t) { t.cancelable && t.preventDefault(), t.stopPropagation(); }; -function n3(n) { +function r3(n) { var t = n.isEnabled, o = n.onBottomArrive, a = n.onBottomLeave, @@ -21173,7 +21173,7 @@ function n3(n) { ($.scrollTop = 0), (pe = !0), (h.current = !0)), - pe && t3(C); + pe && n3(C); } }, [o, a, i, c], @@ -21197,7 +21197,7 @@ function n3(n) { S = V.useCallback( function (C) { if (C) { - var P = wx ? { passive: !1 } : !1; + var P = kx ? { passive: !1 } : !1; C.addEventListener("wheel", v, P), C.addEventListener("touchstart", y, P), C.addEventListener("touchmove", x, P); @@ -21263,7 +21263,7 @@ var Ch = !!( ), to = 0, Y0 = { capture: !1, passive: !1 }; -function r3(n) { +function o3(n) { var t = n.isEnabled, o = n.accountForScrollbars, a = o === void 0 ? !0 : o, @@ -21344,17 +21344,17 @@ function r3(n) { } ); } -var o3 = function (t) { +var a3 = function (t) { var o = t.target; return ( o.ownerDocument.activeElement && o.ownerDocument.activeElement.blur() ); }, - a3 = { + i3 = { name: "1kfdb0e", styles: "position:fixed;left:0;bottom:0;right:0;top:0", }; -function i3(n) { +function s3(n) { var t = n.children, o = n.lockEnabled, a = n.captureEnabled, @@ -21363,25 +21363,25 @@ function i3(n) { d = n.onBottomLeave, h = n.onTopArrive, f = n.onTopLeave, - m = n3({ + m = r3({ isEnabled: i, onBottomArrive: c, onBottomLeave: d, onTopArrive: h, onTopLeave: f, }), - b = r3({ isEnabled: o }), + b = o3({ isEnabled: o }), v = function (x) { m(x), b(x); }; - return ne(V.Fragment, null, o && ne("div", { onClick: o3, css: a3 }), t(v)); + return ne(V.Fragment, null, o && ne("div", { onClick: a3, css: i3 }), t(v)); } -var s3 = { +var l3 = { name: "1a0ro4n-requiredInput", styles: "label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%", }, - l3 = function (t) { + c3 = function (t) { var o = t.name, a = t.onFocus; return ne("input", { @@ -21390,12 +21390,12 @@ var s3 = { tabIndex: -1, "aria-hidden": "true", onFocus: a, - css: s3, + css: l3, value: "", onChange: function () {}, }); }, - c3 = l3; + u3 = c3; function iu(n) { var t; return typeof window < "u" && window.navigator != null @@ -21406,58 +21406,58 @@ function iu(n) { ) : !1; } -function u3() { +function d3() { return iu(/^iPhone/i); } function vg() { return iu(/^Mac/i); } -function d3() { - return iu(/^iPad/i) || (vg() && navigator.maxTouchPoints > 1); -} function f3() { - return u3() || d3(); + return iu(/^iPad/i) || (vg() && navigator.maxTouchPoints > 1); } function p3() { - return vg() || f3(); + return d3() || f3(); +} +function h3() { + return vg() || p3(); } -var h3 = function (t) { +var m3 = function (t) { return t.label; }, - m3 = function (t) { + g3 = function (t) { return t.label; }, - g3 = function (t) { + b3 = function (t) { return t.value; }, - b3 = function (t) { + v3 = function (t) { return !!t.isDisabled; }, - v3 = { - clearIndicator: e4, - container: Vx, - control: s4, - dropdownIndicator: Zx, - group: d4, - groupHeading: p4, - indicatorsContainer: Wx, - indicatorSeparator: n4, - input: b4, - loadingIndicator: a4, - loadingMessage: $x, - menu: Ix, - menuList: Nx, - menuPortal: zx, - multiValue: S4, - multiValueLabel: w4, - multiValueRemove: k4, - noOptionsMessage: Lx, - option: j4, - placeholder: R4, - singleValue: B4, - valueContainer: Gx, - }, y3 = { + clearIndicator: t4, + container: Ux, + control: l4, + dropdownIndicator: Jx, + group: f4, + groupHeading: h4, + indicatorsContainer: Kx, + indicatorSeparator: r4, + input: v4, + loadingIndicator: i4, + loadingMessage: Ax, + menu: Fx, + menuList: Bx, + menuPortal: Hx, + multiValue: w4, + multiValueLabel: k4, + multiValueRemove: C4, + noOptionsMessage: $x, + option: I4, + placeholder: M4, + singleValue: L4, + valueContainer: qx, + }, + _3 = { primary: "#2684FF", primary75: "#4C9AFF", primary50: "#B2D4FF", @@ -21476,13 +21476,13 @@ var h3 = function (t) { neutral80: "hsl(0, 0%, 20%)", neutral90: "hsl(0, 0%, 10%)", }, - _3 = 4, + x3 = 4, yg = 4, - x3 = 38, - S3 = yg * 2, - w3 = { baseUnit: yg, controlHeight: x3, menuGutter: S3 }, - rc = { borderRadius: _3, colors: y3, spacing: w3 }, - k3 = { + S3 = 38, + w3 = yg * 2, + k3 = { baseUnit: yg, controlHeight: S3, menuGutter: w3 }, + rc = { borderRadius: x3, colors: _3, spacing: k3 }, + C3 = { "aria-live": "polite", backspaceRemovesValue: !0, blurInputOnSelect: hh(), @@ -21493,16 +21493,16 @@ var h3 = function (t) { components: {}, controlShouldRenderValue: !0, escapeClearsValue: !1, - filterOption: Z4(), - formatGroupLabel: h3, - getOptionLabel: m3, - getOptionValue: g3, + filterOption: J4(), + formatGroupLabel: m3, + getOptionLabel: g3, + getOptionValue: b3, isDisabled: !1, isLoading: !1, isMulti: !1, isRtl: !1, isSearchable: !0, - isOptionDisabled: b3, + isOptionDisabled: v3, loadingMessage: function () { return "Loading..."; }, @@ -21512,7 +21512,7 @@ var h3 = function (t) { menuPlacement: "bottom", menuPosition: "absolute", menuShouldBlockScroll: !1, - menuShouldScrollIntoView: !xx(), + menuShouldScrollIntoView: !Sx(), noOptionsMessage: function () { return "No options"; }, @@ -21563,7 +21563,7 @@ function Ja(n, t) { var c = Ph(n, o, t, a); return Eh(n, c) ? c : void 0; }) - .filter(kx); + .filter(Cx); } function _g(n) { return n.reduce(function (t, o) { @@ -21602,7 +21602,7 @@ function Oh(n, t) { ); }, []); } -function C3(n, t) { +function P3(n, t) { return _g(Ja(n, t)); } function Eh(n, t) { @@ -21614,7 +21614,7 @@ function Eh(n, t) { h = t.value; return (!Cg(n) || !c) && kg(n, { label: d, value: h, data: i }, a); } -function P3(n, t) { +function O3(n, t) { var o = n.focusedValue, a = n.selectValue, i = a.indexOf(o); @@ -21625,7 +21625,7 @@ function P3(n, t) { } return null; } -function O3(n, t) { +function E3(n, t) { var o = n.focusedOption; return o && t.indexOf(o) > -1 ? o : t[0]; } @@ -21666,14 +21666,14 @@ var Cg = function (t) { a = t.isMulti; return o === void 0 ? a : o; }, - E3 = 1, + T3 = 1, Pg = (function (n) { - X2(o, n); - var t = Z2(o); + Q2(o, n); + var t = J2(o); function o(a) { var i; if ( - (W2(this, o), + (K2(this, o), (i = t.call(this, a)), (i.state = { ariaSelection: null, @@ -21698,7 +21698,7 @@ var Cg = function (t) { (i.openAfterFocus = !1), (i.scrollToFocusedOptionOnUpdate = !1), (i.userIsDragging = void 0), - (i.isAppleDevice = p3()), + (i.isAppleDevice = h3()), (i.controlRef = null), (i.getControlRef = function (f) { i.controlRef = f; @@ -21799,7 +21799,7 @@ var Cg = function (t) { (i.cx = function () { for (var f = arguments.length, m = new Array(f), b = 0; b < f; b++) m[b] = arguments[b]; - return gx.apply(void 0, [i.props.classNamePrefix].concat(m)); + return bx.apply(void 0, [i.props.classNamePrefix].concat(m)); }), (i.getOptionLabel = function (f) { return xg(i.props, f); @@ -21809,7 +21809,7 @@ var Cg = function (t) { }), (i.getStyles = function (f, m) { var b = i.props.unstyled, - v = v3[f](m, b); + v = y3[f](m, b); v.boxSizing = "border-box"; var y = i.props.styles[f]; return y ? y(v, m) : v; @@ -21824,7 +21824,7 @@ var Cg = function (t) { return "".concat(i.state.instancePrefix, "-").concat(f); }), (i.getComponents = function () { - return D4(i.props); + return z4(i.props); }), (i.buildCategorizedOptions = function () { return Ja(i.props, i.state.selectValue); @@ -22086,7 +22086,7 @@ var Cg = function (t) { } }), (i.state.instancePrefix = - "react-select-" + (i.props.instanceId || ++E3)), + "react-select-" + (i.props.instanceId || ++T3)), (i.state.selectValue = fh(a.value)), a.menuIsOpen && i.state.selectValue.length) ) { @@ -22100,7 +22100,7 @@ var Cg = function (t) { return i; } return ( - K2( + X2( o, [ { @@ -22502,7 +22502,7 @@ var Cg = function (t) { ), ) : V.createElement( - e3, + t3, ce( { id: R, @@ -22791,7 +22791,7 @@ var Cg = function (t) { menuPosition: pe, menuShouldScrollIntoView: le, }, - A = V.createElement(Fx, ce({}, S, w), function (W) { + A = V.createElement(Rx, ce({}, S, w), function (W) { var se = W.ref, re = W.placerProps, ye = re.placement, @@ -22808,7 +22808,7 @@ var Cg = function (t) { placement: ye, }), V.createElement( - i3, + s3, { captureEnabled: P, onTopArrive: xe, @@ -22863,7 +22863,7 @@ var Cg = function (t) { b = c.required, v = this.state.selectValue; if (b && !this.hasValue() && !h) - return V.createElement(c3, { + return V.createElement(u3, { name: m, onFocus: this.onValueInputFocus, }); @@ -22920,7 +22920,7 @@ var Cg = function (t) { b = c.selectValue, v = this.getFocusableOptions(); return V.createElement( - K4, + X4, ce({}, i, { id: this.getElementId("live-region"), ariaSelection: d, @@ -23016,10 +23016,10 @@ var Cg = function (t) { O !== d.menuIsOpen || C !== d.inputValue) ) { - var L = O ? C3(i, T) : [], + var L = O ? P3(i, T) : [], j = O ? Oh(Ja(i, T), "".concat(y, "-option")) : [], - $ = h ? P3(c, T) : null, - N = O3(c, L), + $ = h ? O3(c, T) : null, + N = E3(c, L), K = oc(j, N); R = { selectValue: T, @@ -23060,12 +23060,12 @@ var Cg = function (t) { o ); })(V.Component); -Pg.defaultProps = k3; -var T3 = V.forwardRef(function (n, t) { - var o = q2(n); +Pg.defaultProps = C3; +var j3 = V.forwardRef(function (n, t) { + var o = W2(n); return V.createElement(Pg, ce({ ref: t }, o)); }), - j3 = T3; + I3 = j3; function Th({ isDark: n, context: t, isFocused: o = !1, isSelected: a = !1 }) { if (t === "control") return o ? (n ? "#222222" : "#E8E8E8") : n ? "#383838" : "#F1F1F1"; @@ -23074,7 +23074,7 @@ function Th({ isDark: n, context: t, isFocused: o = !1, isSelected: a = !1 }) { if (t === "menu" || t === "menuList") return n ? "#222222" : "#F1F1F1"; } const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => - Re.jsx(j3, { + Re.jsx(I3, { styles: { control: (i, c) => ({ ...i, @@ -23144,7 +23144,7 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => i && a(i.value); }, }), - I3 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + F3 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23161,14 +23161,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - F3 = Object.freeze( + R3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: I3 }, + { __proto__: null, default: F3 }, Symbol.toStringTag, { value: "Module" }, ), ), - R3 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + M3 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23182,14 +23182,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - M3 = Object.freeze( + N3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: R3 }, + { __proto__: null, default: M3 }, Symbol.toStringTag, { value: "Module" }, ), ), - N3 = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + B3 = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23197,14 +23197,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - B3 = Object.freeze( + L3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: N3 }, + { __proto__: null, default: B3 }, Symbol.toStringTag, { value: "Module" }, ), ), - L3 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + $3 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23212,14 +23212,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - $3 = Object.freeze( + A3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: L3 }, + { __proto__: null, default: $3 }, Symbol.toStringTag, { value: "Module" }, ), ), - A3 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + D3 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23227,14 +23227,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - D3 = Object.freeze( + z3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: A3 }, + { __proto__: null, default: D3 }, Symbol.toStringTag, { value: "Module" }, ), ), - z3 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + H3 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23242,14 +23242,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - H3 = Object.freeze( + V3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: z3 }, + { __proto__: null, default: H3 }, Symbol.toStringTag, { value: "Module" }, ), ), - V3 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + U3 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23257,14 +23257,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - U3 = Object.freeze( + G3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: V3 }, + { __proto__: null, default: U3 }, Symbol.toStringTag, { value: "Module" }, ), ), - G3 = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + q3 = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23272,14 +23272,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - q3 = Object.freeze( + W3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: G3 }, + { __proto__: null, default: q3 }, Symbol.toStringTag, { value: "Module" }, ), ), - W3 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + K3 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23287,14 +23287,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - K3 = Object.freeze( + X3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: W3 }, + { __proto__: null, default: K3 }, Symbol.toStringTag, { value: "Module" }, ), ), - X3 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + Q3 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23302,14 +23302,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - Q3 = Object.freeze( + Y3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: X3 }, + { __proto__: null, default: Q3 }, Symbol.toStringTag, { value: "Module" }, ), ), - Y3 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + Z3 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23317,14 +23317,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - Z3 = Object.freeze( + J3 = Object.freeze( Object.defineProperty( - { __proto__: null, default: Y3 }, + { __proto__: null, default: Z3 }, Symbol.toStringTag, { value: "Module" }, ), ), - J3 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + eS = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23332,14 +23332,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - eS = Object.freeze( + tS = Object.freeze( Object.defineProperty( - { __proto__: null, default: J3 }, + { __proto__: null, default: eS }, Symbol.toStringTag, { value: "Module" }, ), ), - tS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + nS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23353,14 +23353,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - nS = Object.freeze( + rS = Object.freeze( Object.defineProperty( - { __proto__: null, default: tS }, + { __proto__: null, default: nS }, Symbol.toStringTag, { value: "Module" }, ), ), - rS = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + oS = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23374,14 +23374,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - oS = Object.freeze( + aS = Object.freeze( Object.defineProperty( - { __proto__: null, default: rS }, + { __proto__: null, default: oS }, Symbol.toStringTag, { value: "Module" }, ), ), - aS = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + iS = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23395,14 +23395,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - iS = Object.freeze( + sS = Object.freeze( Object.defineProperty( - { __proto__: null, default: aS }, + { __proto__: null, default: iS }, Symbol.toStringTag, { value: "Module" }, ), ), - sS = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + lS = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23416,14 +23416,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - lS = Object.freeze( + cS = Object.freeze( Object.defineProperty( - { __proto__: null, default: sS }, + { __proto__: null, default: lS }, Symbol.toStringTag, { value: "Module" }, ), ), - cS = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + uS = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23437,14 +23437,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - uS = Object.freeze( + dS = Object.freeze( Object.defineProperty( - { __proto__: null, default: cS }, + { __proto__: null, default: uS }, Symbol.toStringTag, { value: "Module" }, ), ), - dS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + fS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23452,14 +23452,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - fS = Object.freeze( + pS = Object.freeze( Object.defineProperty( - { __proto__: null, default: dS }, + { __proto__: null, default: fS }, Symbol.toStringTag, { value: "Module" }, ), ), - pS = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + hS = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23467,14 +23467,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - hS = Object.freeze( + mS = Object.freeze( Object.defineProperty( - { __proto__: null, default: pS }, + { __proto__: null, default: hS }, Symbol.toStringTag, { value: "Module" }, ), ), - mS = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + gS = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23482,14 +23482,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - gS = Object.freeze( + bS = Object.freeze( Object.defineProperty( - { __proto__: null, default: mS }, + { __proto__: null, default: gS }, Symbol.toStringTag, { value: "Module" }, ), ), - bS = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + vS = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23497,14 +23497,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - vS = Object.freeze( + yS = Object.freeze( Object.defineProperty( - { __proto__: null, default: bS }, + { __proto__: null, default: vS }, Symbol.toStringTag, { value: "Module" }, ), ), - yS = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + _S = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23512,14 +23512,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - _S = Object.freeze( + xS = Object.freeze( Object.defineProperty( - { __proto__: null, default: yS }, + { __proto__: null, default: _S }, Symbol.toStringTag, { value: "Module" }, ), ), - xS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + SS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23530,14 +23530,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - SS = Object.freeze( + wS = Object.freeze( Object.defineProperty( - { __proto__: null, default: xS }, + { __proto__: null, default: SS }, Symbol.toStringTag, { value: "Module" }, ), ), - wS = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + kS = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23548,14 +23548,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - kS = Object.freeze( + CS = Object.freeze( Object.defineProperty( - { __proto__: null, default: wS }, + { __proto__: null, default: kS }, Symbol.toStringTag, { value: "Module" }, ), ), - CS = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + PS = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23566,14 +23566,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - PS = Object.freeze( + OS = Object.freeze( Object.defineProperty( - { __proto__: null, default: CS }, + { __proto__: null, default: PS }, Symbol.toStringTag, { value: "Module" }, ), ), - OS = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + ES = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23584,14 +23584,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - ES = Object.freeze( + TS = Object.freeze( Object.defineProperty( - { __proto__: null, default: OS }, + { __proto__: null, default: ES }, Symbol.toStringTag, { value: "Module" }, ), ), - TS = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + jS = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23602,14 +23602,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - jS = Object.freeze( + IS = Object.freeze( Object.defineProperty( - { __proto__: null, default: TS }, + { __proto__: null, default: jS }, Symbol.toStringTag, { value: "Module" }, ), ), - IS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + FS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23620,14 +23620,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - FS = Object.freeze( + RS = Object.freeze( Object.defineProperty( - { __proto__: null, default: IS }, + { __proto__: null, default: FS }, Symbol.toStringTag, { value: "Module" }, ), ), - RS = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + MS = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23638,14 +23638,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - MS = Object.freeze( + NS = Object.freeze( Object.defineProperty( - { __proto__: null, default: RS }, + { __proto__: null, default: MS }, Symbol.toStringTag, { value: "Module" }, ), ), - NS = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + BS = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23656,14 +23656,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - BS = Object.freeze( + LS = Object.freeze( Object.defineProperty( - { __proto__: null, default: NS }, + { __proto__: null, default: BS }, Symbol.toStringTag, { value: "Module" }, ), ), - LS = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + $S = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23674,14 +23674,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - $S = Object.freeze( + AS = Object.freeze( Object.defineProperty( - { __proto__: null, default: LS }, + { __proto__: null, default: $S }, Symbol.toStringTag, { value: "Module" }, ), ), - AS = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + DS = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23692,14 +23692,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - DS = Object.freeze( + zS = Object.freeze( Object.defineProperty( - { __proto__: null, default: AS }, + { __proto__: null, default: DS }, Symbol.toStringTag, { value: "Module" }, ), ), - zS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + HS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23709,14 +23709,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - HS = Object.freeze( + VS = Object.freeze( Object.defineProperty( - { __proto__: null, default: zS }, + { __proto__: null, default: HS }, Symbol.toStringTag, { value: "Module" }, ), ), - VS = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + US = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23726,14 +23726,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - US = Object.freeze( + GS = Object.freeze( Object.defineProperty( - { __proto__: null, default: VS }, + { __proto__: null, default: US }, Symbol.toStringTag, { value: "Module" }, ), ), - GS = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + qS = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23743,14 +23743,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - qS = Object.freeze( + WS = Object.freeze( Object.defineProperty( - { __proto__: null, default: GS }, + { __proto__: null, default: qS }, Symbol.toStringTag, { value: "Module" }, ), ), - WS = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + KS = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23760,14 +23760,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - KS = Object.freeze( + XS = Object.freeze( Object.defineProperty( - { __proto__: null, default: WS }, + { __proto__: null, default: KS }, Symbol.toStringTag, { value: "Module" }, ), ), - XS = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + QS = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23777,14 +23777,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - QS = Object.freeze( + YS = Object.freeze( Object.defineProperty( - { __proto__: null, default: XS }, + { __proto__: null, default: QS }, Symbol.toStringTag, { value: "Module" }, ), ), - YS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + ZS = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23799,14 +23799,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - ZS = Object.freeze( + JS = Object.freeze( Object.defineProperty( - { __proto__: null, default: YS }, + { __proto__: null, default: ZS }, Symbol.toStringTag, { value: "Module" }, ), ), - JS = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + e6 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23821,14 +23821,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - e6 = Object.freeze( + t6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: JS }, + { __proto__: null, default: e6 }, Symbol.toStringTag, { value: "Module" }, ), ), - t6 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + n6 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23843,14 +23843,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - n6 = Object.freeze( + r6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: t6 }, + { __proto__: null, default: n6 }, Symbol.toStringTag, { value: "Module" }, ), ), - r6 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + o6 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23865,14 +23865,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - o6 = Object.freeze( + a6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: r6 }, + { __proto__: null, default: o6 }, Symbol.toStringTag, { value: "Module" }, ), ), - a6 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + i6 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23887,14 +23887,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - i6 = Object.freeze( + s6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: a6 }, + { __proto__: null, default: i6 }, Symbol.toStringTag, { value: "Module" }, ), ), - s6 = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + l6 = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23904,14 +23904,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - l6 = Object.freeze( + c6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: s6 }, + { __proto__: null, default: l6 }, Symbol.toStringTag, { value: "Module" }, ), ), - c6 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + u6 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23921,14 +23921,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - u6 = Object.freeze( + d6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: c6 }, + { __proto__: null, default: u6 }, Symbol.toStringTag, { value: "Module" }, ), ), - d6 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + f6 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23938,14 +23938,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - f6 = Object.freeze( + p6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: d6 }, + { __proto__: null, default: f6 }, Symbol.toStringTag, { value: "Module" }, ), ), - p6 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + h6 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23955,14 +23955,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - h6 = Object.freeze( + m6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: p6 }, + { __proto__: null, default: h6 }, Symbol.toStringTag, { value: "Module" }, ), ), - m6 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + g6 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23972,14 +23972,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - g6 = Object.freeze( + b6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: m6 }, + { __proto__: null, default: g6 }, Symbol.toStringTag, { value: "Module" }, ), ), - b6 = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + v6 = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -23990,14 +23990,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - v6 = Object.freeze( + y6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: b6 }, + { __proto__: null, default: v6 }, Symbol.toStringTag, { value: "Module" }, ), ), - y6 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + _6 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24008,14 +24008,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - _6 = Object.freeze( + x6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: y6 }, + { __proto__: null, default: _6 }, Symbol.toStringTag, { value: "Module" }, ), ), - x6 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + S6 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24026,14 +24026,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - S6 = Object.freeze( + w6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: x6 }, + { __proto__: null, default: S6 }, Symbol.toStringTag, { value: "Module" }, ), ), - w6 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + k6 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24043,14 +24043,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - k6 = Object.freeze( + C6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: w6 }, + { __proto__: null, default: k6 }, Symbol.toStringTag, { value: "Module" }, ), ), - C6 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + P6 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24060,14 +24060,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - P6 = Object.freeze( + O6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: C6 }, + { __proto__: null, default: P6 }, Symbol.toStringTag, { value: "Module" }, ), ), - O6 = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ + E6 = `curl -X POST https://arb-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24077,14 +24077,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - E6 = Object.freeze( + T6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: O6 }, + { __proto__: null, default: E6 }, Symbol.toStringTag, { value: "Module" }, ), ), - T6 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ + j6 = `curl -X POST https://base-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24094,14 +24094,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - j6 = Object.freeze( + I6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: T6 }, + { __proto__: null, default: j6 }, Symbol.toStringTag, { value: "Module" }, ), ), - I6 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ + F6 = `curl -X POST https://eth-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24111,14 +24111,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - F6 = Object.freeze( + R6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: I6 }, + { __proto__: null, default: F6 }, Symbol.toStringTag, { value: "Module" }, ), ), - R6 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ + M6 = `curl -X POST https://opt-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24128,14 +24128,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - M6 = Object.freeze( + N6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: R6 }, + { __proto__: null, default: M6 }, Symbol.toStringTag, { value: "Module" }, ), ), - N6 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ + B6 = `curl -X POST https://polygon-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24145,14 +24145,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - B6 = Object.freeze( + L6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: N6 }, + { __proto__: null, default: B6 }, Symbol.toStringTag, { value: "Module" }, ), ), - L6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ + $6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24162,14 +24162,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - $6 = Object.freeze( + A6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: L6 }, + { __proto__: null, default: $6 }, Symbol.toStringTag, { value: "Module" }, ), ), - A6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ + D6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24179,14 +24179,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - D6 = Object.freeze( + z6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: A6 }, + { __proto__: null, default: D6 }, Symbol.toStringTag, { value: "Module" }, ), ), - z6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ + H6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24194,14 +24194,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "params": [], "id": 1 }'`, - H6 = Object.freeze( + V6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: z6 }, + { __proto__: null, default: H6 }, Symbol.toStringTag, { value: "Module" }, ), ), - V6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ + U6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24214,14 +24214,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - U6 = Object.freeze( + G6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: V6 }, + { __proto__: null, default: U6 }, Symbol.toStringTag, { value: "Module" }, ), ), - G6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ + q6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24231,14 +24231,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - q6 = Object.freeze( + W6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: G6 }, + { __proto__: null, default: q6 }, Symbol.toStringTag, { value: "Module" }, ), ), - W6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ + K6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24254,14 +24254,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - K6 = Object.freeze( + X6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: W6 }, + { __proto__: null, default: K6 }, Symbol.toStringTag, { value: "Module" }, ), ), - X6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ + Q6 = `curl -X POST https://solana-mainnet.g.alchemy.com/v2/{apiKey} \\ -H "Content-Type: application/json" \\ -d '{ "jsonrpc": "2.0", @@ -24274,14 +24274,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }'`, - Q6 = Object.freeze( + Y6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: X6 }, + { __proto__: null, default: Q6 }, Symbol.toStringTag, { value: "Module" }, ), ), - Y6 = `{ + Z6 = `{ "jsonrpc": "2.0", "id": "1", "result": { @@ -24326,14 +24326,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "pageKey": "" } }`, - Z6 = Object.freeze( + J6 = Object.freeze( Object.defineProperty( - { __proto__: null, default: Y6 }, + { __proto__: null, default: Z6 }, Symbol.toStringTag, { value: "Module" }, ), ), - J6 = `{ + e8 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -24383,314 +24383,314 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "pageKey": "0x00000000f9fd50c832d79facfe6f4e8ce90a5efb" } }`, - e8 = Object.freeze( + t8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: J6 }, + { __proto__: null, default: e8 }, Symbol.toStringTag, { value: "Module" }, ), ), - t8 = `{ + n8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x14c3bbfa" }`, - n8 = Object.freeze( + r8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: t8 }, + { __proto__: null, default: n8 }, Symbol.toStringTag, { value: "Module" }, ), ), - r8 = `{ + o8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x1e3a66b" }`, - o8 = Object.freeze( + a8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: r8 }, + { __proto__: null, default: o8 }, Symbol.toStringTag, { value: "Module" }, ), ), - a8 = `{ + i8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x159fee5" }`, - i8 = Object.freeze( + s8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: a8 }, + { __proto__: null, default: i8 }, Symbol.toStringTag, { value: "Module" }, ), ), - s8 = `{ + l8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x82ee7dd" }`, - l8 = Object.freeze( + c8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: s8 }, + { __proto__: null, default: l8 }, Symbol.toStringTag, { value: "Module" }, ), ), - c8 = `{ + u8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x4582eef" }`, - u8 = Object.freeze( + d8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: c8 }, + { __proto__: null, default: u8 }, Symbol.toStringTag, { value: "Module" }, ), ), - d8 = `{ + f8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0xa4b1" }`, - f8 = Object.freeze( + p8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: d8 }, + { __proto__: null, default: f8 }, Symbol.toStringTag, { value: "Module" }, ), ), - p8 = `{ + h8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x2105" }`, - h8 = Object.freeze( + m8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: p8 }, + { __proto__: null, default: h8 }, Symbol.toStringTag, { value: "Module" }, ), ), - m8 = `{ + g8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x1" }`, - g8 = Object.freeze( + b8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: m8 }, + { __proto__: null, default: g8 }, Symbol.toStringTag, { value: "Module" }, ), ), - b8 = `{ + v8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0xa" }`, - v8 = Object.freeze( + y8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: b8 }, + { __proto__: null, default: v8 }, Symbol.toStringTag, { value: "Module" }, ), ), - y8 = `{ + _8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x89" }`, - _8 = Object.freeze( + x8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: y8 }, + { __proto__: null, default: _8 }, Symbol.toStringTag, { value: "Module" }, ), ), - x8 = `{ + S8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x64a3" }`, - S8 = Object.freeze( + w8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: x8 }, + { __proto__: null, default: S8 }, Symbol.toStringTag, { value: "Module" }, ), ), - w8 = `{ + k8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x5208" }`, - k8 = Object.freeze( + C8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: w8 }, + { __proto__: null, default: k8 }, Symbol.toStringTag, { value: "Module" }, ), ), - C8 = `{ + P8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x5208" }`, - P8 = Object.freeze( + O8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: C8 }, + { __proto__: null, default: P8 }, Symbol.toStringTag, { value: "Module" }, ), ), - O8 = `{ + E8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x5208" }`, - E8 = Object.freeze( + T8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: O8 }, + { __proto__: null, default: E8 }, Symbol.toStringTag, { value: "Module" }, ), ), - T8 = `{ + j8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x5208" }`, - j8 = Object.freeze( + I8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: T8 }, + { __proto__: null, default: j8 }, Symbol.toStringTag, { value: "Module" }, ), ), - I8 = `{ + F8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x989680" }`, - F8 = Object.freeze( + R8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: I8 }, + { __proto__: null, default: F8 }, Symbol.toStringTag, { value: "Module" }, ), ), - R8 = `{ + M8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x4c539c" }`, - M8 = Object.freeze( + N8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: R8 }, + { __proto__: null, default: M8 }, Symbol.toStringTag, { value: "Module" }, ), ), - N8 = `{ + B8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x5b377580e" }`, - B8 = Object.freeze( + L8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: N8 }, + { __proto__: null, default: B8 }, Symbol.toStringTag, { value: "Module" }, ), ), - L8 = `{ + $8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0xf55cd" }`, - $8 = Object.freeze( + A8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: L8 }, + { __proto__: null, default: $8 }, Symbol.toStringTag, { value: "Module" }, ), ), - A8 = `{ + D8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x60db8841a" }`, - D8 = Object.freeze( + z8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: A8 }, + { __proto__: null, default: D8 }, Symbol.toStringTag, { value: "Module" }, ), ), - z8 = `{ + H8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x0" }`, - H8 = Object.freeze( + V8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: z8 }, + { __proto__: null, default: H8 }, Symbol.toStringTag, { value: "Module" }, ), ), - V8 = `{ + U8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x0" }`, - U8 = Object.freeze( + G8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: V8 }, + { __proto__: null, default: U8 }, Symbol.toStringTag, { value: "Module" }, ), ), - G8 = `{ + q8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0xcd5" }`, - q8 = Object.freeze( + W8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: G8 }, + { __proto__: null, default: q8 }, Symbol.toStringTag, { value: "Module" }, ), ), - W8 = `{ + K8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x0" }`, - K8 = Object.freeze( + X8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: W8 }, + { __proto__: null, default: K8 }, Symbol.toStringTag, { value: "Module" }, ), ), - X8 = `{ + Q8 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x41d6" }`, - Q8 = Object.freeze( + Y8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: X8 }, + { __proto__: null, default: Q8 }, Symbol.toStringTag, { value: "Module" }, ), ), - Y8 = `{ + Z8 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -24718,14 +24718,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "uncles": [] } }`, - Z8 = Object.freeze( + J8 = Object.freeze( Object.defineProperty( - { __proto__: null, default: Y8 }, + { __proto__: null, default: Z8 }, Symbol.toStringTag, { value: "Module" }, ), ), - J8 = `{ + e9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -24753,14 +24753,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ] } }`, - e9 = Object.freeze( + t9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: J8 }, + { __proto__: null, default: e9 }, Symbol.toStringTag, { value: "Module" }, ), ), - t9 = `{ + n9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -24785,14 +24785,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "transactions": [] } }`, - n9 = Object.freeze( + r9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: t9 }, + { __proto__: null, default: n9 }, Symbol.toStringTag, { value: "Module" }, ), ), - r9 = `{ + o9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -24819,14 +24819,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "uncles": [] } }`, - o9 = Object.freeze( + a9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: r9 }, + { __proto__: null, default: o9 }, Symbol.toStringTag, { value: "Module" }, ), ), - a9 = `{ + i9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -24851,14 +24851,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "uncles": [] } }`, - i9 = Object.freeze( + s9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: a9 }, + { __proto__: null, default: i9 }, Symbol.toStringTag, { value: "Module" }, ), ), - s9 = `{ + l9 = `{ "jsonrpc": "2.0", "id": 1, "result": [ @@ -24902,14 +24902,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => } ] }`, - l9 = Object.freeze( + c9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: s9 }, + { __proto__: null, default: l9 }, Symbol.toStringTag, { value: "Module" }, ), ), - c9 = `{ + u9 = `{ "jsonrpc": "2.0", "id": 1, "result": [ @@ -24961,14 +24961,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => } ] }`, - u9 = Object.freeze( + d9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: c9 }, + { __proto__: null, default: u9 }, Symbol.toStringTag, { value: "Module" }, ), ), - d9 = `{ + f9 = `{ "jsonrpc": "2.0", "id": "1", "result": [ @@ -25027,14 +25027,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => } ] }`, - f9 = Object.freeze( + p9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: d9 }, + { __proto__: null, default: f9 }, Symbol.toStringTag, { value: "Module" }, ), ), - p9 = `{ + h9 = `{ "jsonrpc": "2.0", "id": 1, "result": [ @@ -25080,14 +25080,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => } ] }`, - h9 = Object.freeze( + m9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: p9 }, + { __proto__: null, default: h9 }, Symbol.toStringTag, { value: "Module" }, ), ), - m9 = `{ + g9 = `{ "jsonrpc": "2.0", "id": 1, "result": [ @@ -25141,14 +25141,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => } ] }`, - g9 = Object.freeze( + b9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: m9 }, + { __proto__: null, default: g9 }, Symbol.toStringTag, { value: "Module" }, ), ), - b9 = `{ + v9 = `{ "jsonrpc": "2.0", "id": "1", "result": [ @@ -25180,14 +25180,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => } ] }`, - v9 = Object.freeze( + y9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: b9 }, + { __proto__: null, default: v9 }, Symbol.toStringTag, { value: "Module" }, ), ), - y9 = `{ + _9 = `{ "jsonrpc": "2.0", "id": "1", "result": [ @@ -25219,14 +25219,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => } ] }`, - _9 = Object.freeze( + x9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: y9 }, + { __proto__: null, default: _9 }, Symbol.toStringTag, { value: "Module" }, ), ), - x9 = `{ + S9 = `{ "jsonrpc": "2.0", "id": "1", "result": [ @@ -25265,14 +25265,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ] } `, - S9 = Object.freeze( + w9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: x9 }, + { __proto__: null, default: S9 }, Symbol.toStringTag, { value: "Module" }, ), ), - w9 = `{ + k9 = `{ "jsonrpc": "2.0", "id": "1", "result": [ @@ -25304,14 +25304,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => } ] }`, - k9 = Object.freeze( + C9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: w9 }, + { __proto__: null, default: k9 }, Symbol.toStringTag, { value: "Module" }, ), ), - C9 = `{ + P9 = `{ "jsonrpc": "2.0", "id": "1", "result": [ @@ -25343,14 +25343,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => } ] }`, - P9 = Object.freeze( + O9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: C9 }, + { __proto__: null, default: P9 }, Symbol.toStringTag, { value: "Module" }, ), ), - O9 = `{ + E9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -25376,14 +25376,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "yParity": "0x0" } }`, - E9 = Object.freeze( + T9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: O9 }, + { __proto__: null, default: E9 }, Symbol.toStringTag, { value: "Module" }, ), ), - T9 = `{ + j9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -25409,14 +25409,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "gasPrice": "0xd6946" } }`, - j9 = Object.freeze( + I9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: T9 }, + { __proto__: null, default: j9 }, Symbol.toStringTag, { value: "Module" }, ), ), - I9 = `{ + F9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -25442,14 +25442,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "gasPrice": "0x6c1954f4" } }`, - F9 = Object.freeze( + R9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: I9 }, + { __proto__: null, default: F9 }, Symbol.toStringTag, { value: "Module" }, ), ), - R9 = `{ + M9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -25475,14 +25475,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "yParity": "0x0" } }`, - M9 = Object.freeze( + N9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: R9 }, + { __proto__: null, default: M9 }, Symbol.toStringTag, { value: "Module" }, ), ), - N9 = `{ + B9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -25508,74 +25508,74 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "s": "0x2f710024ce850f65f35345132d2b551d53a84f21cb07e05e0c1aaa614a3cd485" } }`, - B9 = Object.freeze( + L9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: N9 }, + { __proto__: null, default: B9 }, Symbol.toStringTag, { value: "Module" }, ), ), - L9 = `{ + $9 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x15c29" }`, - $9 = Object.freeze( + A9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: L9 }, + { __proto__: null, default: $9 }, Symbol.toStringTag, { value: "Module" }, ), ), - A9 = `{ + D9 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x5ae51f" }`, - D9 = Object.freeze( + z9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: A9 }, + { __proto__: null, default: D9 }, Symbol.toStringTag, { value: "Module" }, ), ), - z9 = `{ + H9 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x21a" }`, - H9 = Object.freeze( + V9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: z9 }, + { __proto__: null, default: H9 }, Symbol.toStringTag, { value: "Module" }, ), ), - V9 = `{ + U9 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x455ff" }`, - U9 = Object.freeze( + G9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: V9 }, + { __proto__: null, default: U9 }, Symbol.toStringTag, { value: "Module" }, ), ), - G9 = `{ + q9 = `{ "jsonrpc": "2.0", "id": 1, "result": "0x513" }`, - q9 = Object.freeze( + W9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: G9 }, + { __proto__: null, default: q9 }, Symbol.toStringTag, { value: "Module" }, ), ), - W9 = `{ + K9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -25631,14 +25631,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "type": "0x2" } }`, - K9 = Object.freeze( + X9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: W9 }, + { __proto__: null, default: K9 }, Symbol.toStringTag, { value: "Module" }, ), ), - X9 = `{ + Q9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -25664,14 +25664,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "l1BlobBaseFeeScalar": "0x101c12" } }`, - Q9 = Object.freeze( + Y9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: X9 }, + { __proto__: null, default: Q9 }, Symbol.toStringTag, { value: "Module" }, ), ), - Y9 = `{ + Z9 = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -25845,14 +25845,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "contractAddress": null } }`, - Z9 = Object.freeze( + J9 = Object.freeze( Object.defineProperty( - { __proto__: null, default: Y9 }, + { __proto__: null, default: Z9 }, Symbol.toStringTag, { value: "Module" }, ), ), - J9 = `{ + ew = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -25878,14 +25878,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "type": "0x2" } }`, - ew = Object.freeze( + tw = Object.freeze( Object.defineProperty( - { __proto__: null, default: J9 }, + { __proto__: null, default: ew }, Symbol.toStringTag, { value: "Module" }, ), ), - tw = `{ + nw = `{ "jsonrpc": "2.0", "id": 1, "result": { @@ -25964,14 +25964,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => "type": "0x2" } }`, - nw = Object.freeze( + rw = Object.freeze( Object.defineProperty( - { __proto__: null, default: tw }, + { __proto__: null, default: nw }, Symbol.toStringTag, { value: "Module" }, ), ), - rw = `{ + ow = `{ "jsonrpc": "2.0", "result": { "context": { @@ -25989,14 +25989,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => }, "id": 1 }`, - ow = Object.freeze( + aw = Object.freeze( Object.defineProperty( - { __proto__: null, default: rw }, + { __proto__: null, default: ow }, Symbol.toStringTag, { value: "Module" }, ), ), - aw = `{ + iw = `{ "jsonrpc": "2.0", "result": { "context": { @@ -26007,14 +26007,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => }, "id": 1 }`, - iw = Object.freeze( + sw = Object.freeze( Object.defineProperty( - { __proto__: null, default: aw }, + { __proto__: null, default: iw }, Symbol.toStringTag, { value: "Module" }, ), ), - sw = `{ + lw = `{ "jsonrpc": "2.0", "result": { "context": { @@ -26028,14 +26028,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => }, "id": 1 }`, - lw = Object.freeze( + cw = Object.freeze( Object.defineProperty( - { __proto__: null, default: sw }, + { __proto__: null, default: lw }, Symbol.toStringTag, { value: "Module" }, ), ), - cw = `{ + uw = `{ "jsonrpc": "2.0", "result": [ { @@ -26049,14 +26049,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => ], "id": 1 }`, - uw = Object.freeze( + dw = Object.freeze( Object.defineProperty( - { __proto__: null, default: cw }, + { __proto__: null, default: uw }, Symbol.toStringTag, { value: "Module" }, ), ), - dw = `{ + fw = `{ "jsonrpc": "2.0", "result": { "context": { @@ -26072,14 +26072,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => }, "id": 1 }`, - fw = Object.freeze( + pw = Object.freeze( Object.defineProperty( - { __proto__: null, default: dw }, + { __proto__: null, default: fw }, Symbol.toStringTag, { value: "Module" }, ), ), - pw = `{ + hw = `{ "jsonrpc": "2.0", "result": { "context": { @@ -26149,14 +26149,14 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => }, "id": 1 }`, - hw = Object.freeze( + mw = Object.freeze( Object.defineProperty( - { __proto__: null, default: pw }, + { __proto__: null, default: hw }, Symbol.toStringTag, { value: "Module" }, ), ), - mw = `{ + gw = `{ "jsonrpc": "2.0", "result": { "blockTime": 1750178045, @@ -26253,9 +26253,9 @@ const ac = ({ isDark: n, options: t, selectedOption: o, onChange: a }) => }, "id": 1 }`, - gw = Object.freeze( + bw = Object.freeze( Object.defineProperty( - { __proto__: null, default: mw }, + { __proto__: null, default: gw }, Symbol.toStringTag, { value: "Module" }, ), @@ -26267,7 +26267,7 @@ var Rc = ((n) => ( (n.JSON = "json"), n ))(Rc || {}); -const bw = [ +const vw = [ { value: "bash", label: "curl" }, { value: "json", label: "JSON" }, ]; @@ -26280,7 +26280,7 @@ var go = ((n) => ( (n.polygonMainnet = "polygon-mainnet"), n ))(go || {}); -const vw = [ +const yw = [ { value: "ethereum-mainnet", label: "Ethereum" }, { value: "arb-mainnet", label: "Arbitrum" }, { value: "base-mainnet", label: "Base" }, @@ -26311,7 +26311,7 @@ var ei = ((n) => ( (n.getTransaction = "getTransaction"), n ))(ei || {}); -const yw = [ +const _w = [ "getTokenAccountsByOwner", "getTokenAccountBalance", "getLatestBlockhash", @@ -26333,147 +26333,147 @@ const yw = [ "eth_chainId", "eth_blockNumber", ], - _w = ["alchemy_getAssetTransfers", "alchemy_getTokenBalances"], + xw = ["alchemy_getAssetTransfers", "alchemy_getTokenBalances"], Ih = Object.assign({ "./code-samples/alchemy_getAssetTransfers/bash/ethereum-mainnet/request": - F3, - "./code-samples/alchemy_getTokenBalances/bash/ethereum-mainnet/request": M3, - "./code-samples/eth_blockNumber/bash/arb-mainnet/request": B3, - "./code-samples/eth_blockNumber/bash/base-mainnet/request": $3, - "./code-samples/eth_blockNumber/bash/ethereum-mainnet/request": D3, - "./code-samples/eth_blockNumber/bash/opt-mainnet/request": H3, - "./code-samples/eth_blockNumber/bash/polygon-mainnet/request": U3, - "./code-samples/eth_chainId/bash/arb-mainnet/request": q3, - "./code-samples/eth_chainId/bash/base-mainnet/request": K3, - "./code-samples/eth_chainId/bash/ethereum-mainnet/request": Q3, - "./code-samples/eth_chainId/bash/opt-mainnet/request": Z3, - "./code-samples/eth_chainId/bash/polygon-mainnet/request": eS, - "./code-samples/eth_estimateGas/bash/arb-mainnet/request": nS, - "./code-samples/eth_estimateGas/bash/base-mainnet/request": oS, - "./code-samples/eth_estimateGas/bash/ethereum-mainnet/request": iS, - "./code-samples/eth_estimateGas/bash/opt-mainnet/request": lS, - "./code-samples/eth_estimateGas/bash/polygon-mainnet/request": uS, - "./code-samples/eth_gasPrice/bash/arb-mainnet/request": fS, - "./code-samples/eth_gasPrice/bash/base-mainnet/request": hS, - "./code-samples/eth_gasPrice/bash/ethereum-mainnet/request": gS, - "./code-samples/eth_gasPrice/bash/opt-mainnet/request": vS, - "./code-samples/eth_gasPrice/bash/polygon-mainnet/request": _S, - "./code-samples/eth_getBalance/bash/arb-mainnet/request": SS, - "./code-samples/eth_getBalance/bash/base-mainnet/request": kS, - "./code-samples/eth_getBalance/bash/ethereum-mainnet/request": PS, - "./code-samples/eth_getBalance/bash/opt-mainnet/request": ES, - "./code-samples/eth_getBalance/bash/polygon-mainnet/request": jS, - "./code-samples/eth_getBlockByNumber/bash/arb-mainnet/request": FS, - "./code-samples/eth_getBlockByNumber/bash/base-mainnet/request": MS, - "./code-samples/eth_getBlockByNumber/bash/ethereum-mainnet/request": BS, - "./code-samples/eth_getBlockByNumber/bash/opt-mainnet/request": $S, - "./code-samples/eth_getBlockByNumber/bash/polygon-mainnet/request": DS, - "./code-samples/eth_getBlockReceipts/bash/arb-mainnet/request": HS, - "./code-samples/eth_getBlockReceipts/bash/base-mainnet/request": US, - "./code-samples/eth_getBlockReceipts/bash/ethereum-mainnet/request": qS, - "./code-samples/eth_getBlockReceipts/bash/opt-mainnet/request": KS, - "./code-samples/eth_getBlockReceipts/bash/polygon-mainnet/request": QS, - "./code-samples/eth_getLogs/bash/arb-mainnet/request": ZS, - "./code-samples/eth_getLogs/bash/base-mainnet/request": e6, - "./code-samples/eth_getLogs/bash/ethereum-mainnet/request": n6, - "./code-samples/eth_getLogs/bash/opt-mainnet/request": o6, - "./code-samples/eth_getLogs/bash/polygon-mainnet/request": i6, - "./code-samples/eth_getTransactionByHash/bash/arb-mainnet/request": l6, - "./code-samples/eth_getTransactionByHash/bash/base-mainnet/request": u6, - "./code-samples/eth_getTransactionByHash/bash/ethereum-mainnet/request": f6, - "./code-samples/eth_getTransactionByHash/bash/opt-mainnet/request": h6, - "./code-samples/eth_getTransactionByHash/bash/polygon-mainnet/request": g6, - "./code-samples/eth_getTransactionCount/bash/arb-mainnet/request": v6, - "./code-samples/eth_getTransactionCount/bash/base-mainnet/request": _6, - "./code-samples/eth_getTransactionCount/bash/ethereum-mainnet/request": S6, - "./code-samples/eth_getTransactionCount/bash/opt-mainnet/request": k6, - "./code-samples/eth_getTransactionCount/bash/polygon-mainnet/request": P6, - "./code-samples/eth_getTransactionReceipt/bash/arb-mainnet/request": E6, - "./code-samples/eth_getTransactionReceipt/bash/base-mainnet/request": j6, + R3, + "./code-samples/alchemy_getTokenBalances/bash/ethereum-mainnet/request": N3, + "./code-samples/eth_blockNumber/bash/arb-mainnet/request": L3, + "./code-samples/eth_blockNumber/bash/base-mainnet/request": A3, + "./code-samples/eth_blockNumber/bash/ethereum-mainnet/request": z3, + "./code-samples/eth_blockNumber/bash/opt-mainnet/request": V3, + "./code-samples/eth_blockNumber/bash/polygon-mainnet/request": G3, + "./code-samples/eth_chainId/bash/arb-mainnet/request": W3, + "./code-samples/eth_chainId/bash/base-mainnet/request": X3, + "./code-samples/eth_chainId/bash/ethereum-mainnet/request": Y3, + "./code-samples/eth_chainId/bash/opt-mainnet/request": J3, + "./code-samples/eth_chainId/bash/polygon-mainnet/request": tS, + "./code-samples/eth_estimateGas/bash/arb-mainnet/request": rS, + "./code-samples/eth_estimateGas/bash/base-mainnet/request": aS, + "./code-samples/eth_estimateGas/bash/ethereum-mainnet/request": sS, + "./code-samples/eth_estimateGas/bash/opt-mainnet/request": cS, + "./code-samples/eth_estimateGas/bash/polygon-mainnet/request": dS, + "./code-samples/eth_gasPrice/bash/arb-mainnet/request": pS, + "./code-samples/eth_gasPrice/bash/base-mainnet/request": mS, + "./code-samples/eth_gasPrice/bash/ethereum-mainnet/request": bS, + "./code-samples/eth_gasPrice/bash/opt-mainnet/request": yS, + "./code-samples/eth_gasPrice/bash/polygon-mainnet/request": xS, + "./code-samples/eth_getBalance/bash/arb-mainnet/request": wS, + "./code-samples/eth_getBalance/bash/base-mainnet/request": CS, + "./code-samples/eth_getBalance/bash/ethereum-mainnet/request": OS, + "./code-samples/eth_getBalance/bash/opt-mainnet/request": TS, + "./code-samples/eth_getBalance/bash/polygon-mainnet/request": IS, + "./code-samples/eth_getBlockByNumber/bash/arb-mainnet/request": RS, + "./code-samples/eth_getBlockByNumber/bash/base-mainnet/request": NS, + "./code-samples/eth_getBlockByNumber/bash/ethereum-mainnet/request": LS, + "./code-samples/eth_getBlockByNumber/bash/opt-mainnet/request": AS, + "./code-samples/eth_getBlockByNumber/bash/polygon-mainnet/request": zS, + "./code-samples/eth_getBlockReceipts/bash/arb-mainnet/request": VS, + "./code-samples/eth_getBlockReceipts/bash/base-mainnet/request": GS, + "./code-samples/eth_getBlockReceipts/bash/ethereum-mainnet/request": WS, + "./code-samples/eth_getBlockReceipts/bash/opt-mainnet/request": XS, + "./code-samples/eth_getBlockReceipts/bash/polygon-mainnet/request": YS, + "./code-samples/eth_getLogs/bash/arb-mainnet/request": JS, + "./code-samples/eth_getLogs/bash/base-mainnet/request": t6, + "./code-samples/eth_getLogs/bash/ethereum-mainnet/request": r6, + "./code-samples/eth_getLogs/bash/opt-mainnet/request": a6, + "./code-samples/eth_getLogs/bash/polygon-mainnet/request": s6, + "./code-samples/eth_getTransactionByHash/bash/arb-mainnet/request": c6, + "./code-samples/eth_getTransactionByHash/bash/base-mainnet/request": d6, + "./code-samples/eth_getTransactionByHash/bash/ethereum-mainnet/request": p6, + "./code-samples/eth_getTransactionByHash/bash/opt-mainnet/request": m6, + "./code-samples/eth_getTransactionByHash/bash/polygon-mainnet/request": b6, + "./code-samples/eth_getTransactionCount/bash/arb-mainnet/request": y6, + "./code-samples/eth_getTransactionCount/bash/base-mainnet/request": x6, + "./code-samples/eth_getTransactionCount/bash/ethereum-mainnet/request": w6, + "./code-samples/eth_getTransactionCount/bash/opt-mainnet/request": C6, + "./code-samples/eth_getTransactionCount/bash/polygon-mainnet/request": O6, + "./code-samples/eth_getTransactionReceipt/bash/arb-mainnet/request": T6, + "./code-samples/eth_getTransactionReceipt/bash/base-mainnet/request": I6, "./code-samples/eth_getTransactionReceipt/bash/ethereum-mainnet/request": - F6, - "./code-samples/eth_getTransactionReceipt/bash/opt-mainnet/request": M6, - "./code-samples/eth_getTransactionReceipt/bash/polygon-mainnet/request": B6, - "./code-samples/getAccountInfo/bash/solana-mainnet/request": $6, - "./code-samples/getBalance/bash/solana-mainnet/request": D6, - "./code-samples/getLatestBlockhash/bash/solana-mainnet/request": H6, - "./code-samples/getSignaturesForAddress/bash/solana-mainnet/request": U6, - "./code-samples/getTokenAccountBalance/bash/solana-mainnet/request": q6, - "./code-samples/getTokenAccountsByOwner/bash/solana-mainnet/request": K6, - "./code-samples/getTransaction/bash/solana-mainnet/request": Q6, + R6, + "./code-samples/eth_getTransactionReceipt/bash/opt-mainnet/request": N6, + "./code-samples/eth_getTransactionReceipt/bash/polygon-mainnet/request": L6, + "./code-samples/getAccountInfo/bash/solana-mainnet/request": A6, + "./code-samples/getBalance/bash/solana-mainnet/request": z6, + "./code-samples/getLatestBlockhash/bash/solana-mainnet/request": V6, + "./code-samples/getSignaturesForAddress/bash/solana-mainnet/request": G6, + "./code-samples/getTokenAccountBalance/bash/solana-mainnet/request": W6, + "./code-samples/getTokenAccountsByOwner/bash/solana-mainnet/request": X6, + "./code-samples/getTransaction/bash/solana-mainnet/request": Y6, }), Fh = Object.assign({ "./code-samples/alchemy_getAssetTransfers/bash/ethereum-mainnet/response": - Z6, + J6, "./code-samples/alchemy_getTokenBalances/bash/ethereum-mainnet/response": - e8, - "./code-samples/eth_blockNumber/bash/arb-mainnet/response": n8, - "./code-samples/eth_blockNumber/bash/base-mainnet/response": o8, - "./code-samples/eth_blockNumber/bash/ethereum-mainnet/response": i8, - "./code-samples/eth_blockNumber/bash/opt-mainnet/response": l8, - "./code-samples/eth_blockNumber/bash/polygon-mainnet/response": u8, - "./code-samples/eth_chainId/bash/arb-mainnet/response": f8, - "./code-samples/eth_chainId/bash/base-mainnet/response": h8, - "./code-samples/eth_chainId/bash/ethereum-mainnet/response": g8, - "./code-samples/eth_chainId/bash/opt-mainnet/response": v8, - "./code-samples/eth_chainId/bash/polygon-mainnet/response": _8, - "./code-samples/eth_estimateGas/bash/arb-mainnet/response": S8, - "./code-samples/eth_estimateGas/bash/base-mainnet/response": k8, - "./code-samples/eth_estimateGas/bash/ethereum-mainnet/response": P8, - "./code-samples/eth_estimateGas/bash/opt-mainnet/response": E8, - "./code-samples/eth_estimateGas/bash/polygon-mainnet/response": j8, - "./code-samples/eth_gasPrice/bash/arb-mainnet/response": F8, - "./code-samples/eth_gasPrice/bash/base-mainnet/response": M8, - "./code-samples/eth_gasPrice/bash/ethereum-mainnet/response": B8, - "./code-samples/eth_gasPrice/bash/opt-mainnet/response": $8, - "./code-samples/eth_gasPrice/bash/polygon-mainnet/response": D8, - "./code-samples/eth_getBalance/bash/arb-mainnet/response": H8, - "./code-samples/eth_getBalance/bash/base-mainnet/response": U8, - "./code-samples/eth_getBalance/bash/ethereum-mainnet/response": q8, - "./code-samples/eth_getBalance/bash/opt-mainnet/response": K8, - "./code-samples/eth_getBalance/bash/polygon-mainnet/response": Q8, - "./code-samples/eth_getBlockByNumber/bash/arb-mainnet/response": Z8, - "./code-samples/eth_getBlockByNumber/bash/base-mainnet/response": e9, - "./code-samples/eth_getBlockByNumber/bash/ethereum-mainnet/response": n9, - "./code-samples/eth_getBlockByNumber/bash/opt-mainnet/response": o9, - "./code-samples/eth_getBlockByNumber/bash/polygon-mainnet/response": i9, - "./code-samples/eth_getBlockReceipts/bash/arb-mainnet/response": l9, - "./code-samples/eth_getBlockReceipts/bash/base-mainnet/response": u9, - "./code-samples/eth_getBlockReceipts/bash/ethereum-mainnet/response": f9, - "./code-samples/eth_getBlockReceipts/bash/opt-mainnet/response": h9, - "./code-samples/eth_getBlockReceipts/bash/polygon-mainnet/response": g9, - "./code-samples/eth_getLogs/bash/arb-mainnet/response": v9, - "./code-samples/eth_getLogs/bash/base-mainnet/response": _9, - "./code-samples/eth_getLogs/bash/ethereum-mainnet/response": S9, - "./code-samples/eth_getLogs/bash/opt-mainnet/response": k9, - "./code-samples/eth_getLogs/bash/polygon-mainnet/response": P9, - "./code-samples/eth_getTransactionByHash/bash/arb-mainnet/response": E9, - "./code-samples/eth_getTransactionByHash/bash/base-mainnet/response": j9, + t8, + "./code-samples/eth_blockNumber/bash/arb-mainnet/response": r8, + "./code-samples/eth_blockNumber/bash/base-mainnet/response": a8, + "./code-samples/eth_blockNumber/bash/ethereum-mainnet/response": s8, + "./code-samples/eth_blockNumber/bash/opt-mainnet/response": c8, + "./code-samples/eth_blockNumber/bash/polygon-mainnet/response": d8, + "./code-samples/eth_chainId/bash/arb-mainnet/response": p8, + "./code-samples/eth_chainId/bash/base-mainnet/response": m8, + "./code-samples/eth_chainId/bash/ethereum-mainnet/response": b8, + "./code-samples/eth_chainId/bash/opt-mainnet/response": y8, + "./code-samples/eth_chainId/bash/polygon-mainnet/response": x8, + "./code-samples/eth_estimateGas/bash/arb-mainnet/response": w8, + "./code-samples/eth_estimateGas/bash/base-mainnet/response": C8, + "./code-samples/eth_estimateGas/bash/ethereum-mainnet/response": O8, + "./code-samples/eth_estimateGas/bash/opt-mainnet/response": T8, + "./code-samples/eth_estimateGas/bash/polygon-mainnet/response": I8, + "./code-samples/eth_gasPrice/bash/arb-mainnet/response": R8, + "./code-samples/eth_gasPrice/bash/base-mainnet/response": N8, + "./code-samples/eth_gasPrice/bash/ethereum-mainnet/response": L8, + "./code-samples/eth_gasPrice/bash/opt-mainnet/response": A8, + "./code-samples/eth_gasPrice/bash/polygon-mainnet/response": z8, + "./code-samples/eth_getBalance/bash/arb-mainnet/response": V8, + "./code-samples/eth_getBalance/bash/base-mainnet/response": G8, + "./code-samples/eth_getBalance/bash/ethereum-mainnet/response": W8, + "./code-samples/eth_getBalance/bash/opt-mainnet/response": X8, + "./code-samples/eth_getBalance/bash/polygon-mainnet/response": Y8, + "./code-samples/eth_getBlockByNumber/bash/arb-mainnet/response": J8, + "./code-samples/eth_getBlockByNumber/bash/base-mainnet/response": t9, + "./code-samples/eth_getBlockByNumber/bash/ethereum-mainnet/response": r9, + "./code-samples/eth_getBlockByNumber/bash/opt-mainnet/response": a9, + "./code-samples/eth_getBlockByNumber/bash/polygon-mainnet/response": s9, + "./code-samples/eth_getBlockReceipts/bash/arb-mainnet/response": c9, + "./code-samples/eth_getBlockReceipts/bash/base-mainnet/response": d9, + "./code-samples/eth_getBlockReceipts/bash/ethereum-mainnet/response": p9, + "./code-samples/eth_getBlockReceipts/bash/opt-mainnet/response": m9, + "./code-samples/eth_getBlockReceipts/bash/polygon-mainnet/response": b9, + "./code-samples/eth_getLogs/bash/arb-mainnet/response": y9, + "./code-samples/eth_getLogs/bash/base-mainnet/response": x9, + "./code-samples/eth_getLogs/bash/ethereum-mainnet/response": w9, + "./code-samples/eth_getLogs/bash/opt-mainnet/response": C9, + "./code-samples/eth_getLogs/bash/polygon-mainnet/response": O9, + "./code-samples/eth_getTransactionByHash/bash/arb-mainnet/response": T9, + "./code-samples/eth_getTransactionByHash/bash/base-mainnet/response": I9, "./code-samples/eth_getTransactionByHash/bash/ethereum-mainnet/response": - F9, - "./code-samples/eth_getTransactionByHash/bash/opt-mainnet/response": M9, - "./code-samples/eth_getTransactionByHash/bash/polygon-mainnet/response": B9, - "./code-samples/eth_getTransactionCount/bash/arb-mainnet/response": $9, - "./code-samples/eth_getTransactionCount/bash/base-mainnet/response": D9, - "./code-samples/eth_getTransactionCount/bash/ethereum-mainnet/response": H9, - "./code-samples/eth_getTransactionCount/bash/opt-mainnet/response": U9, - "./code-samples/eth_getTransactionCount/bash/polygon-mainnet/response": q9, - "./code-samples/eth_getTransactionReceipt/bash/arb-mainnet/response": K9, - "./code-samples/eth_getTransactionReceipt/bash/base-mainnet/response": Q9, + R9, + "./code-samples/eth_getTransactionByHash/bash/opt-mainnet/response": N9, + "./code-samples/eth_getTransactionByHash/bash/polygon-mainnet/response": L9, + "./code-samples/eth_getTransactionCount/bash/arb-mainnet/response": A9, + "./code-samples/eth_getTransactionCount/bash/base-mainnet/response": z9, + "./code-samples/eth_getTransactionCount/bash/ethereum-mainnet/response": V9, + "./code-samples/eth_getTransactionCount/bash/opt-mainnet/response": G9, + "./code-samples/eth_getTransactionCount/bash/polygon-mainnet/response": W9, + "./code-samples/eth_getTransactionReceipt/bash/arb-mainnet/response": X9, + "./code-samples/eth_getTransactionReceipt/bash/base-mainnet/response": Y9, "./code-samples/eth_getTransactionReceipt/bash/ethereum-mainnet/response": - Z9, - "./code-samples/eth_getTransactionReceipt/bash/opt-mainnet/response": ew, + J9, + "./code-samples/eth_getTransactionReceipt/bash/opt-mainnet/response": tw, "./code-samples/eth_getTransactionReceipt/bash/polygon-mainnet/response": - nw, - "./code-samples/getAccountInfo/bash/solana-mainnet/response": ow, - "./code-samples/getBalance/bash/solana-mainnet/response": iw, - "./code-samples/getLatestBlockhash/bash/solana-mainnet/response": lw, - "./code-samples/getSignaturesForAddress/bash/solana-mainnet/response": uw, - "./code-samples/getTokenAccountBalance/bash/solana-mainnet/response": fw, - "./code-samples/getTokenAccountsByOwner/bash/solana-mainnet/response": hw, - "./code-samples/getTransaction/bash/solana-mainnet/response": gw, + rw, + "./code-samples/getAccountInfo/bash/solana-mainnet/response": aw, + "./code-samples/getBalance/bash/solana-mainnet/response": sw, + "./code-samples/getLatestBlockhash/bash/solana-mainnet/response": cw, + "./code-samples/getSignaturesForAddress/bash/solana-mainnet/response": dw, + "./code-samples/getTokenAccountBalance/bash/solana-mainnet/response": pw, + "./code-samples/getTokenAccountsByOwner/bash/solana-mainnet/response": mw, + "./code-samples/getTransaction/bash/solana-mainnet/response": bw, }); -function xw() { +function Sw() { const n = {}; function t(o) { const a = o.replace("./code-samples/", "").split("/"), @@ -26496,13 +26496,13 @@ function xw() { } return n; } -const Ha = xw(), - Sw = S0.div` +const Ha = Sw(), + ww = S0.div` background-color: ${({ theme: n }) => (n.mode === "dark" ? "#121212" : "#FAFAFA")}; border-radius: 24px; border: ${({ theme: n }) => (n.mode === "dark" ? "1px solid #383838" : "1px solid #EAEAEA")}; `, - ww = S0.div` + kw = S0.div` margin-top: 24px; overflow-x: auto; height: 300px; @@ -26536,7 +26536,7 @@ const Ha = xw(), color: rgba(115, 138, 148, 0.4); } `, - kw = S0.button` + Cw = S0.button` background-color: ${({ theme: n }) => (n.mode === "dark" ? "#1C1C1C" : "#383838")}; color: ${({ theme: n }) => (n.mode === "dark", "#EDEDED")}; padding: 6px 12px; @@ -26549,7 +26549,7 @@ const Ha = xw(), align-self: flex-start; gap: 8px; `, - Cw = S0.div` + Pw = S0.div` display: flex; justify-content: center; align-items: center; @@ -26557,7 +26557,7 @@ const Ha = xw(), height: 300px; width: 100%; `, - Pw = S0.div` + Ow = S0.div` width: 16px; height: 16px; border: 2px solid @@ -26575,7 +26575,7 @@ const Ha = xw(), } } `, - Ow = S0.div` + Ew = S0.div` background-color: ${({ theme: n }) => (n.mode === "dark" ? "#131313" : "#fbfbfb")}; border-radius: 0 0 24px 24px; padding: 24px 32px; @@ -26583,14 +26583,14 @@ const Ha = xw(), display: flex; justify-content: space-between; `, - Ew = (n) => + Tw = (n) => n === go.solanaMainnet - ? yw.map((o) => ({ value: o, label: o })) - : (n === go.ethereumMainnet ? [..._w, ...jh] : jh).map((o) => ({ + ? _w.map((o) => ({ value: o, label: o })) + : (n === go.ethereumMainnet ? [...xw, ...jh] : jh).map((o) => ({ value: o, label: o, })), - Tw = () => { + jw = () => { var K, pe, Se; const [n, t] = Ue.useState( document.documentElement.classList.contains("dark"), @@ -26670,16 +26670,16 @@ const Ha = xw(), Ue.useEffect( () => ( (async () => { - const le = await C_({ + const le = await P_({ langs: [ - Ia(() => Promise.resolve().then(() => Fw), void 0), - Ia(() => Promise.resolve().then(() => Nw), void 0), + Ia(() => Promise.resolve().then(() => Rw), void 0), + Ia(() => Promise.resolve().then(() => Bw), void 0), ], themes: [ - Ia(() => Promise.resolve().then(() => Lw), void 0), - Ia(() => Promise.resolve().then(() => Aw), void 0), + Ia(() => Promise.resolve().then(() => $w), void 0), + Ia(() => Promise.resolve().then(() => Dw), void 0), ], - engine: B_(), + engine: L_(), }); N(le); })(), @@ -26707,14 +26707,14 @@ const Ha = xw(), } })(); }, [S, a, n, $]), - Re.jsxs(L2, { + Re.jsxs($2, { theme: o, children: [ Re.jsx("h3", { className: "mb-6", children: "Query the blockchain instantly", }), - Re.jsxs(Sw, { + Re.jsxs(ww, { children: [ Re.jsxs("div", { style: { padding: "24px 24px 0px" }, @@ -26741,7 +26741,7 @@ const Ha = xw(), }), Re.jsx(ac, { isDark: n, - options: bw.filter((ee) => { + options: vw.filter((ee) => { var ve, xe; const le = (xe = @@ -26759,7 +26759,7 @@ const Ha = xw(), }), Re.jsx(ac, { isDark: n, - options: vw, + options: yw, selectedOption: c, onChange: (ee) => { ee === go.solanaMainnet && ee !== c @@ -26769,7 +26769,7 @@ const Ha = xw(), }), Re.jsx(ac, { isDark: n, - options: Ew(c), + options: Tw(c), selectedOption: h, onChange: (ee) => { R(c, ee); @@ -26777,7 +26777,7 @@ const Ha = xw(), }), ], }), - Re.jsxs(kw, { + Re.jsxs(Cw, { onMouseOver: (ee) => { ee.currentTarget.style.backgroundColor = "#4b5563"; }, @@ -26807,11 +26807,11 @@ const Ha = xw(), ], }), C - ? Re.jsx(Cw, { children: Re.jsx(Pw, {}) }) - : Re.jsx(ww, { dangerouslySetInnerHTML: { __html: L } }), + ? Re.jsx(Pw, { children: Re.jsx(Ow, {}) }) + : Re.jsx(kw, { dangerouslySetInnerHTML: { __html: L } }), ], }), - Re.jsxs(Ow, { + Re.jsxs(Ew, { children: [ Re.jsxs("div", { style: { color: n ? "#EDEDED" : "#111111" }, @@ -26888,25 +26888,33 @@ const Ha = xw(), n.hasChildNodes()) ) return; - Bb.createRoot(n).render( - Re.jsx(Ue.StrictMode, { children: Re.jsx(Tw, {}) }), + Lb.createRoot(n).render( + Re.jsx(Ue.StrictMode, { children: Re.jsx(jw, {}) }), ), (n.style.display = "block"), (o = document.getElementById("builtwithfern")) == null || o.remove(); + }, + Og = async () => { + console.log("initializeApp"), + window.location.pathname.replace(/\/+$/, "") === "/docs" && (await Rh()), + new MutationObserver(async (o) => { + if (!(window.location.pathname.replace(/\/+$/, "") === "/docs")) return; + o.some((d) => { + var m; + const h = d.type === "childList", + f = !( + (m = document.getElementById(Mc)) != null && m.hasChildNodes() + ); + return h && f; + }) && (await Rh()); + }).observe(document.body, { childList: !0, subtree: !0 }); }; -window.addEventListener("load", async () => { - window.location.pathname.replace(/\/+$/, "") === "/docs" && (await Rh()), - new MutationObserver(async (o) => { - if (!(window.location.pathname.replace(/\/+$/, "") === "/docs")) return; - o.some((d) => { - var m; - const h = d.type === "childList", - f = !((m = document.getElementById(Mc)) != null && m.hasChildNodes()); - return h && f; - }) && (await Rh()); - }).observe(document.body, { childList: !0, subtree: !0 }); +console.log("running initializeApp"); +Og(); +window.addEventListener("popstate", () => { + console.log("popstate"), Og(); }); -const jw = Object.freeze({ +const Iw = Object.freeze({ displayName: "Shell", name: "shellscript", patterns: [{ include: "#initial_context" }], @@ -28700,15 +28708,15 @@ const jw = Object.freeze({ embeddedLangs: void 0, aliases: ["bash", "sh", "shell", "zsh"], }), - Iw = [jw], - Fw = Object.freeze( + Fw = [Iw], + Rw = Object.freeze( Object.defineProperty( - { __proto__: null, default: Iw }, + { __proto__: null, default: Fw }, Symbol.toStringTag, { value: "Module" }, ), ), - Rw = Object.freeze({ + Mw = Object.freeze({ displayName: "JSON", name: "json", patterns: [{ include: "#value" }], @@ -28851,34 +28859,34 @@ const jw = Object.freeze({ embeddedLangs: void 0, aliases: void 0, }), - Mw = [Rw], - Nw = Object.freeze( + Nw = [Mw], + Bw = Object.freeze( Object.defineProperty( - { __proto__: null, default: Mw }, + { __proto__: null, default: Nw }, Symbol.toStringTag, { value: "Module" }, ), ), - Bw = Object.freeze( + Lw = Object.freeze( JSON.parse( '{"colors":{"activityBar.activeBorder":"#f9826c","activityBar.background":"#fff","activityBar.border":"#e1e4e8","activityBar.foreground":"#2f363d","activityBar.inactiveForeground":"#959da5","activityBarBadge.background":"#2188ff","activityBarBadge.foreground":"#fff","badge.background":"#dbedff","badge.foreground":"#005cc5","breadcrumb.activeSelectionForeground":"#586069","breadcrumb.focusForeground":"#2f363d","breadcrumb.foreground":"#6a737d","breadcrumbPicker.background":"#fafbfc","button.background":"#159739","button.foreground":"#fff","button.hoverBackground":"#138934","button.secondaryBackground":"#e1e4e8","button.secondaryForeground":"#1b1f23","button.secondaryHoverBackground":"#d1d5da","checkbox.background":"#fafbfc","checkbox.border":"#d1d5da","debugToolBar.background":"#fff","descriptionForeground":"#6a737d","diffEditor.insertedTextBackground":"#34d05822","diffEditor.removedTextBackground":"#d73a4922","dropdown.background":"#fafbfc","dropdown.border":"#e1e4e8","dropdown.foreground":"#2f363d","dropdown.listBackground":"#fff","editor.background":"#fff","editor.findMatchBackground":"#ffdf5d","editor.findMatchHighlightBackground":"#ffdf5d66","editor.focusedStackFrameHighlightBackground":"#28a74525","editor.foldBackground":"#d1d5da11","editor.foreground":"#24292e","editor.inactiveSelectionBackground":"#0366d611","editor.lineHighlightBackground":"#f6f8fa","editor.linkedEditingBackground":"#0366d611","editor.selectionBackground":"#0366d625","editor.selectionHighlightBackground":"#34d05840","editor.selectionHighlightBorder":"#34d05800","editor.stackFrameHighlightBackground":"#ffd33d33","editor.wordHighlightBackground":"#34d05800","editor.wordHighlightBorder":"#24943e99","editor.wordHighlightStrongBackground":"#34d05800","editor.wordHighlightStrongBorder":"#24943e50","editorBracketHighlight.foreground1":"#005cc5","editorBracketHighlight.foreground2":"#e36209","editorBracketHighlight.foreground3":"#5a32a3","editorBracketHighlight.foreground4":"#005cc5","editorBracketHighlight.foreground5":"#e36209","editorBracketHighlight.foreground6":"#5a32a3","editorBracketMatch.background":"#34d05840","editorBracketMatch.border":"#34d05800","editorCursor.foreground":"#044289","editorError.foreground":"#cb2431","editorGroup.border":"#e1e4e8","editorGroupHeader.tabsBackground":"#f6f8fa","editorGroupHeader.tabsBorder":"#e1e4e8","editorGutter.addedBackground":"#28a745","editorGutter.deletedBackground":"#d73a49","editorGutter.modifiedBackground":"#2188ff","editorIndentGuide.activeBackground":"#d7dbe0","editorIndentGuide.background":"#eff2f6","editorLineNumber.activeForeground":"#24292e","editorLineNumber.foreground":"#1b1f234d","editorOverviewRuler.border":"#fff","editorWarning.foreground":"#f9c513","editorWhitespace.foreground":"#d1d5da","editorWidget.background":"#f6f8fa","errorForeground":"#cb2431","focusBorder":"#2188ff","foreground":"#444d56","gitDecoration.addedResourceForeground":"#28a745","gitDecoration.conflictingResourceForeground":"#e36209","gitDecoration.deletedResourceForeground":"#d73a49","gitDecoration.ignoredResourceForeground":"#959da5","gitDecoration.modifiedResourceForeground":"#005cc5","gitDecoration.submoduleResourceForeground":"#959da5","gitDecoration.untrackedResourceForeground":"#28a745","input.background":"#fafbfc","input.border":"#e1e4e8","input.foreground":"#2f363d","input.placeholderForeground":"#959da5","list.activeSelectionBackground":"#e2e5e9","list.activeSelectionForeground":"#2f363d","list.focusBackground":"#cce5ff","list.hoverBackground":"#ebf0f4","list.hoverForeground":"#2f363d","list.inactiveFocusBackground":"#dbedff","list.inactiveSelectionBackground":"#e8eaed","list.inactiveSelectionForeground":"#2f363d","notificationCenterHeader.background":"#e1e4e8","notificationCenterHeader.foreground":"#6a737d","notifications.background":"#fafbfc","notifications.border":"#e1e4e8","notifications.foreground":"#2f363d","notificationsErrorIcon.foreground":"#d73a49","notificationsInfoIcon.foreground":"#005cc5","notificationsWarningIcon.foreground":"#e36209","panel.background":"#f6f8fa","panel.border":"#e1e4e8","panelInput.border":"#e1e4e8","panelTitle.activeBorder":"#f9826c","panelTitle.activeForeground":"#2f363d","panelTitle.inactiveForeground":"#6a737d","pickerGroup.border":"#e1e4e8","pickerGroup.foreground":"#2f363d","progressBar.background":"#2188ff","quickInput.background":"#fafbfc","quickInput.foreground":"#2f363d","scrollbar.shadow":"#6a737d33","scrollbarSlider.activeBackground":"#959da588","scrollbarSlider.background":"#959da533","scrollbarSlider.hoverBackground":"#959da544","settings.headerForeground":"#2f363d","settings.modifiedItemIndicator":"#2188ff","sideBar.background":"#f6f8fa","sideBar.border":"#e1e4e8","sideBar.foreground":"#586069","sideBarSectionHeader.background":"#f6f8fa","sideBarSectionHeader.border":"#e1e4e8","sideBarSectionHeader.foreground":"#2f363d","sideBarTitle.foreground":"#2f363d","statusBar.background":"#fff","statusBar.border":"#e1e4e8","statusBar.debuggingBackground":"#f9826c","statusBar.debuggingForeground":"#fff","statusBar.foreground":"#586069","statusBar.noFolderBackground":"#fff","statusBarItem.prominentBackground":"#e8eaed","statusBarItem.remoteBackground":"#fff","statusBarItem.remoteForeground":"#586069","tab.activeBackground":"#fff","tab.activeBorder":"#fff","tab.activeBorderTop":"#f9826c","tab.activeForeground":"#2f363d","tab.border":"#e1e4e8","tab.hoverBackground":"#fff","tab.inactiveBackground":"#f6f8fa","tab.inactiveForeground":"#6a737d","tab.unfocusedActiveBorder":"#fff","tab.unfocusedActiveBorderTop":"#e1e4e8","tab.unfocusedHoverBackground":"#fff","terminal.ansiBlack":"#24292e","terminal.ansiBlue":"#0366d6","terminal.ansiBrightBlack":"#959da5","terminal.ansiBrightBlue":"#005cc5","terminal.ansiBrightCyan":"#3192aa","terminal.ansiBrightGreen":"#22863a","terminal.ansiBrightMagenta":"#5a32a3","terminal.ansiBrightRed":"#cb2431","terminal.ansiBrightWhite":"#d1d5da","terminal.ansiBrightYellow":"#b08800","terminal.ansiCyan":"#1b7c83","terminal.ansiGreen":"#28a745","terminal.ansiMagenta":"#5a32a3","terminal.ansiRed":"#d73a49","terminal.ansiWhite":"#6a737d","terminal.ansiYellow":"#dbab09","terminal.foreground":"#586069","terminal.tab.activeBorder":"#f9826c","terminalCursor.background":"#d1d5da","terminalCursor.foreground":"#005cc5","textBlockQuote.background":"#fafbfc","textBlockQuote.border":"#e1e4e8","textCodeBlock.background":"#f6f8fa","textLink.activeForeground":"#005cc5","textLink.foreground":"#0366d6","textPreformat.foreground":"#586069","textSeparator.foreground":"#d1d5da","titleBar.activeBackground":"#fff","titleBar.activeForeground":"#2f363d","titleBar.border":"#e1e4e8","titleBar.inactiveBackground":"#f6f8fa","titleBar.inactiveForeground":"#6a737d","tree.indentGuidesStroke":"#e1e4e8","welcomePage.buttonBackground":"#f6f8fa","welcomePage.buttonHoverBackground":"#e1e4e8"},"displayName":"GitHub Light","name":"github-light","semanticHighlighting":true,"tokenColors":[{"scope":["comment","punctuation.definition.comment","string.comment"],"settings":{"foreground":"#6a737d"}},{"scope":["constant","entity.name.constant","variable.other.constant","variable.other.enummember","variable.language"],"settings":{"foreground":"#005cc5"}},{"scope":["entity","entity.name"],"settings":{"foreground":"#6f42c1"}},{"scope":"variable.parameter.function","settings":{"foreground":"#24292e"}},{"scope":"entity.name.tag","settings":{"foreground":"#22863a"}},{"scope":"keyword","settings":{"foreground":"#d73a49"}},{"scope":["storage","storage.type"],"settings":{"foreground":"#d73a49"}},{"scope":["storage.modifier.package","storage.modifier.import","storage.type.java"],"settings":{"foreground":"#24292e"}},{"scope":["string","punctuation.definition.string","string punctuation.section.embedded source"],"settings":{"foreground":"#032f62"}},{"scope":"support","settings":{"foreground":"#005cc5"}},{"scope":"meta.property-name","settings":{"foreground":"#005cc5"}},{"scope":"variable","settings":{"foreground":"#e36209"}},{"scope":"variable.other","settings":{"foreground":"#24292e"}},{"scope":"invalid.broken","settings":{"fontStyle":"italic","foreground":"#b31d28"}},{"scope":"invalid.deprecated","settings":{"fontStyle":"italic","foreground":"#b31d28"}},{"scope":"invalid.illegal","settings":{"fontStyle":"italic","foreground":"#b31d28"}},{"scope":"invalid.unimplemented","settings":{"fontStyle":"italic","foreground":"#b31d28"}},{"scope":"carriage-return","settings":{"background":"#d73a49","content":"^M","fontStyle":"italic underline","foreground":"#fafbfc"}},{"scope":"message.error","settings":{"foreground":"#b31d28"}},{"scope":"string variable","settings":{"foreground":"#005cc5"}},{"scope":["source.regexp","string.regexp"],"settings":{"foreground":"#032f62"}},{"scope":["string.regexp.character-class","string.regexp constant.character.escape","string.regexp source.ruby.embedded","string.regexp string.regexp.arbitrary-repitition"],"settings":{"foreground":"#032f62"}},{"scope":"string.regexp constant.character.escape","settings":{"fontStyle":"bold","foreground":"#22863a"}},{"scope":"support.constant","settings":{"foreground":"#005cc5"}},{"scope":"support.variable","settings":{"foreground":"#005cc5"}},{"scope":"meta.module-reference","settings":{"foreground":"#005cc5"}},{"scope":"punctuation.definition.list.begin.markdown","settings":{"foreground":"#e36209"}},{"scope":["markup.heading","markup.heading entity.name"],"settings":{"fontStyle":"bold","foreground":"#005cc5"}},{"scope":"markup.quote","settings":{"foreground":"#22863a"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#24292e"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#24292e"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["markup.strikethrough"],"settings":{"fontStyle":"strikethrough"}},{"scope":"markup.inline.raw","settings":{"foreground":"#005cc5"}},{"scope":["markup.deleted","meta.diff.header.from-file","punctuation.definition.deleted"],"settings":{"background":"#ffeef0","foreground":"#b31d28"}},{"scope":["markup.inserted","meta.diff.header.to-file","punctuation.definition.inserted"],"settings":{"background":"#f0fff4","foreground":"#22863a"}},{"scope":["markup.changed","punctuation.definition.changed"],"settings":{"background":"#ffebda","foreground":"#e36209"}},{"scope":["markup.ignored","markup.untracked"],"settings":{"background":"#005cc5","foreground":"#f6f8fa"}},{"scope":"meta.diff.range","settings":{"fontStyle":"bold","foreground":"#6f42c1"}},{"scope":"meta.diff.header","settings":{"foreground":"#005cc5"}},{"scope":"meta.separator","settings":{"fontStyle":"bold","foreground":"#005cc5"}},{"scope":"meta.output","settings":{"foreground":"#005cc5"}},{"scope":["brackethighlighter.tag","brackethighlighter.curly","brackethighlighter.round","brackethighlighter.square","brackethighlighter.angle","brackethighlighter.quote"],"settings":{"foreground":"#586069"}},{"scope":"brackethighlighter.unmatched","settings":{"foreground":"#b31d28"}},{"scope":["constant.other.reference.link","string.other.link"],"settings":{"fontStyle":"underline","foreground":"#032f62"}}],"type":"light"}', ), ), - Lw = Object.freeze( + $w = Object.freeze( Object.defineProperty( - { __proto__: null, default: Bw }, + { __proto__: null, default: Lw }, Symbol.toStringTag, { value: "Module" }, ), ), - $w = Object.freeze( + Aw = Object.freeze( JSON.parse( '{"colors":{"activityBar.activeBorder":"#80CBC4","activityBar.background":"#212121","activityBar.border":"#21212160","activityBar.dropBackground":"#f0717880","activityBar.foreground":"#EEFFFF","activityBarBadge.background":"#80CBC4","activityBarBadge.foreground":"#000000","badge.background":"#00000030","badge.foreground":"#545454","breadcrumb.activeSelectionForeground":"#80CBC4","breadcrumb.background":"#212121","breadcrumb.focusForeground":"#EEFFFF","breadcrumb.foreground":"#676767","breadcrumbPicker.background":"#212121","button.background":"#61616150","button.foreground":"#ffffff","debugConsole.errorForeground":"#f07178","debugConsole.infoForeground":"#89DDFF","debugConsole.warningForeground":"#FFCB6B","debugToolBar.background":"#212121","diffEditor.insertedTextBackground":"#89DDFF20","diffEditor.removedTextBackground":"#ff9cac20","dropdown.background":"#212121","dropdown.border":"#FFFFFF10","editor.background":"#212121","editor.findMatchBackground":"#000000","editor.findMatchBorder":"#80CBC4","editor.findMatchHighlight":"#EEFFFF","editor.findMatchHighlightBackground":"#00000050","editor.findMatchHighlightBorder":"#ffffff30","editor.findRangeHighlightBackground":"#FFCB6B30","editor.foreground":"#EEFFFF","editor.lineHighlightBackground":"#00000050","editor.lineHighlightBorder":"#00000000","editor.rangeHighlightBackground":"#FFFFFF0d","editor.selectionBackground":"#61616150","editor.selectionHighlightBackground":"#FFCC0020","editor.wordHighlightBackground":"#ff9cac30","editor.wordHighlightStrongBackground":"#C3E88D30","editorBracketMatch.background":"#212121","editorBracketMatch.border":"#FFCC0050","editorCursor.foreground":"#FFCC00","editorError.foreground":"#f0717870","editorGroup.border":"#00000030","editorGroup.dropBackground":"#f0717880","editorGroup.focusedEmptyBorder":"#f07178","editorGroupHeader.tabsBackground":"#212121","editorGutter.addedBackground":"#C3E88D60","editorGutter.deletedBackground":"#f0717860","editorGutter.modifiedBackground":"#82AAFF60","editorHoverWidget.background":"#212121","editorHoverWidget.border":"#FFFFFF10","editorIndentGuide.activeBackground":"#424242","editorIndentGuide.background":"#42424270","editorInfo.foreground":"#82AAFF70","editorLineNumber.activeForeground":"#676767","editorLineNumber.foreground":"#424242","editorLink.activeForeground":"#EEFFFF","editorMarkerNavigation.background":"#EEFFFF05","editorOverviewRuler.border":"#212121","editorOverviewRuler.errorForeground":"#f0717840","editorOverviewRuler.findMatchForeground":"#80CBC4","editorOverviewRuler.infoForeground":"#82AAFF40","editorOverviewRuler.warningForeground":"#FFCB6B40","editorRuler.foreground":"#424242","editorSuggestWidget.background":"#212121","editorSuggestWidget.border":"#FFFFFF10","editorSuggestWidget.foreground":"#EEFFFF","editorSuggestWidget.highlightForeground":"#80CBC4","editorSuggestWidget.selectedBackground":"#00000050","editorWarning.foreground":"#FFCB6B70","editorWhitespace.foreground":"#EEFFFF40","editorWidget.background":"#212121","editorWidget.border":"#80CBC4","editorWidget.resizeBorder":"#80CBC4","extensionBadge.remoteForeground":"#EEFFFF","extensionButton.prominentBackground":"#C3E88D90","extensionButton.prominentForeground":"#EEFFFF","extensionButton.prominentHoverBackground":"#C3E88D","focusBorder":"#FFFFFF00","foreground":"#EEFFFF","gitDecoration.conflictingResourceForeground":"#FFCB6B90","gitDecoration.deletedResourceForeground":"#f0717890","gitDecoration.ignoredResourceForeground":"#67676790","gitDecoration.modifiedResourceForeground":"#82AAFF90","gitDecoration.untrackedResourceForeground":"#C3E88D90","input.background":"#2B2B2B","input.border":"#FFFFFF10","input.foreground":"#EEFFFF","input.placeholderForeground":"#EEFFFF60","inputOption.activeBackground":"#EEFFFF30","inputOption.activeBorder":"#EEFFFF30","inputValidation.errorBorder":"#f07178","inputValidation.infoBorder":"#82AAFF","inputValidation.warningBorder":"#FFCB6B","list.activeSelectionBackground":"#212121","list.activeSelectionForeground":"#80CBC4","list.dropBackground":"#f0717880","list.focusBackground":"#EEFFFF20","list.focusForeground":"#EEFFFF","list.highlightForeground":"#80CBC4","list.hoverBackground":"#212121","list.hoverForeground":"#FFFFFF","list.inactiveSelectionBackground":"#00000030","list.inactiveSelectionForeground":"#80CBC4","listFilterWidget.background":"#00000030","listFilterWidget.noMatchesOutline":"#00000030","listFilterWidget.outline":"#00000030","menu.background":"#212121","menu.foreground":"#EEFFFF","menu.selectionBackground":"#00000050","menu.selectionBorder":"#00000030","menu.selectionForeground":"#80CBC4","menu.separatorBackground":"#EEFFFF","menubar.selectionBackground":"#00000030","menubar.selectionBorder":"#00000030","menubar.selectionForeground":"#80CBC4","notebook.focusedCellBorder":"#80CBC4","notebook.inactiveFocusedCellBorder":"#80CBC450","notificationLink.foreground":"#80CBC4","notifications.background":"#212121","notifications.foreground":"#EEFFFF","panel.background":"#212121","panel.border":"#21212160","panel.dropBackground":"#EEFFFF","panelTitle.activeBorder":"#80CBC4","panelTitle.activeForeground":"#FFFFFF","panelTitle.inactiveForeground":"#EEFFFF","peekView.border":"#00000030","peekViewEditor.background":"#2B2B2B","peekViewEditor.matchHighlightBackground":"#61616150","peekViewEditorGutter.background":"#2B2B2B","peekViewResult.background":"#2B2B2B","peekViewResult.matchHighlightBackground":"#61616150","peekViewResult.selectionBackground":"#67676770","peekViewTitle.background":"#2B2B2B","peekViewTitleDescription.foreground":"#EEFFFF60","pickerGroup.border":"#FFFFFF1a","pickerGroup.foreground":"#80CBC4","progressBar.background":"#80CBC4","quickInput.background":"#212121","quickInput.foreground":"#676767","quickInput.list.focusBackground":"#EEFFFF20","sash.hoverBorder":"#80CBC450","scrollbar.shadow":"#00000030","scrollbarSlider.activeBackground":"#80CBC4","scrollbarSlider.background":"#EEFFFF20","scrollbarSlider.hoverBackground":"#EEFFFF10","selection.background":"#00000080","settings.checkboxBackground":"#212121","settings.checkboxForeground":"#EEFFFF","settings.dropdownBackground":"#212121","settings.dropdownForeground":"#EEFFFF","settings.headerForeground":"#80CBC4","settings.modifiedItemIndicator":"#80CBC4","settings.numberInputBackground":"#212121","settings.numberInputForeground":"#EEFFFF","settings.textInputBackground":"#212121","settings.textInputForeground":"#EEFFFF","sideBar.background":"#212121","sideBar.border":"#21212160","sideBar.foreground":"#676767","sideBarSectionHeader.background":"#212121","sideBarSectionHeader.border":"#21212160","sideBarTitle.foreground":"#EEFFFF","statusBar.background":"#212121","statusBar.border":"#21212160","statusBar.debuggingBackground":"#C792EA","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#616161","statusBar.noFolderBackground":"#212121","statusBarItem.activeBackground":"#f0717880","statusBarItem.hoverBackground":"#54545420","statusBarItem.remoteBackground":"#80CBC4","statusBarItem.remoteForeground":"#000000","tab.activeBackground":"#212121","tab.activeBorder":"#80CBC4","tab.activeForeground":"#FFFFFF","tab.activeModifiedBorder":"#676767","tab.border":"#212121","tab.inactiveBackground":"#212121","tab.inactiveForeground":"#676767","tab.inactiveModifiedBorder":"#904348","tab.unfocusedActiveBorder":"#545454","tab.unfocusedActiveForeground":"#EEFFFF","tab.unfocusedActiveModifiedBorder":"#c05a60","tab.unfocusedInactiveModifiedBorder":"#904348","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#82AAFF","terminal.ansiBrightBlack":"#545454","terminal.ansiBrightBlue":"#82AAFF","terminal.ansiBrightCyan":"#89DDFF","terminal.ansiBrightGreen":"#C3E88D","terminal.ansiBrightMagenta":"#C792EA","terminal.ansiBrightRed":"#f07178","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#FFCB6B","terminal.ansiCyan":"#89DDFF","terminal.ansiGreen":"#C3E88D","terminal.ansiMagenta":"#C792EA","terminal.ansiRed":"#f07178","terminal.ansiWhite":"#ffffff","terminal.ansiYellow":"#FFCB6B","terminalCursor.background":"#000000","terminalCursor.foreground":"#FFCB6B","textLink.activeForeground":"#EEFFFF","textLink.foreground":"#80CBC4","titleBar.activeBackground":"#212121","titleBar.activeForeground":"#EEFFFF","titleBar.border":"#21212160","titleBar.inactiveBackground":"#212121","titleBar.inactiveForeground":"#676767","tree.indentGuidesStroke":"#424242","widget.shadow":"#00000030"},"displayName":"Material Theme Darker","name":"material-theme-darker","semanticHighlighting":true,"tokenColors":[{"settings":{"background":"#212121","foreground":"#EEFFFF"}},{"scope":"string","settings":{"foreground":"#C3E88D"}},{"scope":"punctuation, constant.other.symbol","settings":{"foreground":"#89DDFF"}},{"scope":"constant.character.escape, text.html constant.character.entity.named","settings":{"foreground":"#EEFFFF"}},{"scope":"constant.language.boolean","settings":{"foreground":"#ff9cac"}},{"scope":"constant.numeric","settings":{"foreground":"#F78C6C"}},{"scope":"variable, variable.parameter, support.variable, variable.language, support.constant, meta.definition.variable entity.name.function, meta.function-call.arguments","settings":{"foreground":"#EEFFFF"}},{"scope":"keyword.other","settings":{"foreground":"#F78C6C"}},{"scope":"keyword, modifier, variable.language.this, support.type.object, constant.language","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name.function, support.function","settings":{"foreground":"#82AAFF"}},{"scope":"storage.type, storage.modifier, storage.control","settings":{"foreground":"#C792EA"}},{"scope":"support.module, support.node","settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":"support.type, constant.other.key","settings":{"foreground":"#FFCB6B"}},{"scope":"entity.name.type, entity.other.inherited-class, entity.other","settings":{"foreground":"#FFCB6B"}},{"scope":"comment","settings":{"fontStyle":"italic","foreground":"#545454"}},{"scope":"comment punctuation.definition.comment, string.quoted.docstring","settings":{"fontStyle":"italic","foreground":"#545454"}},{"scope":"punctuation","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name, entity.name.type.class, support.type, support.class, meta.use","settings":{"foreground":"#FFCB6B"}},{"scope":"variable.object.property, meta.field.declaration entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"meta.definition.method entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"meta.function entity.name.function","settings":{"foreground":"#82AAFF"}},{"scope":"template.expression.begin, template.expression.end, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end","settings":{"foreground":"#89DDFF"}},{"scope":"meta.embedded, source.groovy.embedded, meta.template.expression","settings":{"foreground":"#EEFFFF"}},{"scope":"entity.name.tag.yaml","settings":{"foreground":"#f07178"}},{"scope":"meta.object-literal.key, meta.object-literal.key string, support.type.property-name.json","settings":{"foreground":"#f07178"}},{"scope":"constant.language.json","settings":{"foreground":"#89DDFF"}},{"scope":"entity.other.attribute-name.class","settings":{"foreground":"#FFCB6B"}},{"scope":"entity.other.attribute-name.id","settings":{"foreground":"#F78C6C"}},{"scope":"source.css entity.name.tag","settings":{"foreground":"#FFCB6B"}},{"scope":"support.type.property-name.css","settings":{"foreground":"#B2CCD6"}},{"scope":"meta.tag, punctuation.definition.tag","settings":{"foreground":"#89DDFF"}},{"scope":"entity.name.tag","settings":{"foreground":"#f07178"}},{"scope":"entity.other.attribute-name","settings":{"foreground":"#C792EA"}},{"scope":"punctuation.definition.entity.html","settings":{"foreground":"#EEFFFF"}},{"scope":"markup.heading","settings":{"foreground":"#89DDFF"}},{"scope":"text.html.markdown meta.link.inline, meta.link.reference","settings":{"foreground":"#f07178"}},{"scope":"text.html.markdown beginning.punctuation.definition.list","settings":{"foreground":"#89DDFF"}},{"scope":"markup.italic","settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":"markup.bold","settings":{"fontStyle":"bold","foreground":"#f07178"}},{"scope":"markup.bold markup.italic, markup.italic markup.bold","settings":{"fontStyle":"italic bold","foreground":"#f07178"}},{"scope":"markup.fenced_code.block.markdown punctuation.definition.markdown","settings":{"foreground":"#C3E88D"}},{"scope":"markup.inline.raw.string.markdown","settings":{"foreground":"#C3E88D"}},{"scope":"keyword.other.definition.ini","settings":{"foreground":"#f07178"}},{"scope":"entity.name.section.group-title.ini","settings":{"foreground":"#89DDFF"}},{"scope":"source.cs meta.class.identifier storage.type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.method.identifier entity.name.function","settings":{"foreground":"#f07178"}},{"scope":"source.cs meta.method-call meta.method, source.cs entity.name.function","settings":{"foreground":"#82AAFF"}},{"scope":"source.cs storage.type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.method.return-type","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cs meta.preprocessor","settings":{"foreground":"#545454"}},{"scope":"source.cs entity.name.type.namespace","settings":{"foreground":"#EEFFFF"}},{"scope":"meta.jsx.children, SXNested","settings":{"foreground":"#EEFFFF"}},{"scope":"support.class.component","settings":{"foreground":"#FFCB6B"}},{"scope":"source.cpp meta.block variable.other","settings":{"foreground":"#EEFFFF"}},{"scope":"source.python meta.member.access.python","settings":{"foreground":"#f07178"}},{"scope":"source.python meta.function-call.python, meta.function-call.arguments","settings":{"foreground":"#82AAFF"}},{"scope":"meta.block","settings":{"foreground":"#f07178"}},{"scope":"entity.name.function.call","settings":{"foreground":"#82AAFF"}},{"scope":"source.php support.other.namespace, source.php meta.use support.class","settings":{"foreground":"#EEFFFF"}},{"scope":"constant.keyword","settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":"entity.name.function","settings":{"foreground":"#82AAFF"}},{"settings":{"background":"#212121","foreground":"#EEFFFF"}},{"scope":["constant.other.placeholder"],"settings":{"foreground":"#f07178"}},{"scope":["markup.deleted"],"settings":{"foreground":"#f07178"}},{"scope":["markup.inserted"],"settings":{"foreground":"#C3E88D"}},{"scope":["markup.underline"],"settings":{"fontStyle":"underline"}},{"scope":["keyword.control"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":["variable.parameter"],"settings":{"fontStyle":"italic"}},{"scope":["variable.parameter.function.language.special.self.python"],"settings":{"fontStyle":"italic","foreground":"#f07178"}},{"scope":["constant.character.format.placeholder.other.python"],"settings":{"foreground":"#F78C6C"}},{"scope":["markup.quote"],"settings":{"fontStyle":"italic","foreground":"#89DDFF"}},{"scope":["markup.fenced_code.block"],"settings":{"foreground":"#EEFFFF90"}},{"scope":["punctuation.definition.quote"],"settings":{"foreground":"#ff9cac"}},{"scope":["meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#FFCB6B"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#F78C6C"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#f07178"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#916b53"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#82AAFF"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#ff9cac"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C792EA"}},{"scope":["meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"],"settings":{"foreground":"#C3E88D"}}],"type":"dark"}', ), ), - Aw = Object.freeze( + Dw = Object.freeze( Object.defineProperty( - { __proto__: null, default: $w }, + { __proto__: null, default: Aw }, Symbol.toStringTag, { value: "Module" }, ), diff --git a/fern/docs.yml b/fern/docs.yml index 8924b7f0e..011c99e27 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -74,8 +74,6 @@ css: - ./components/Footer.css js: - - path: ./dist/output.js - strategy: beforeInteractive - path: assets/heap.js strategy: afterInteractive - path: assets/dashboard-referral.js diff --git a/fern/home/index.mdx b/fern/home/index.mdx index c14d0a7e1..cdf6af7a5 100644 --- a/fern/home/index.mdx +++ b/fern/home/index.mdx @@ -5,59 +5,98 @@ hide-feedback: true --- import { AlchemyFooter } from "../components/Footer.tsx"; +import React from "react"; + +export const LoadCustomApp = () => { + const scriptId = 'custom-app-script' + React.useEffect(() => { + // Check if script is already loaded + if (document.getElementById(scriptId)) { + return + } + + // Find base URL from any Fern asset link in DOM (scripts won't exist yet) + const assetLink = document.querySelector('link[href*="/assets/"]') + if (assetLink) { + const assetSrc = assetLink.href + const baseUrl = assetSrc.substring(0, assetSrc.lastIndexOf('/assets/')) + const scriptUrl = `${baseUrl}/dist/output.js` + + // Create and load the script + const script = document.createElement('script') + script.id = scriptId + script.src = scriptUrl + script.onerror = (e) => console.error('Failed to load custom-app:', e) + document.head.appendChild(script) + } else { + console.error('custom-app load error: Could not find any asset link to infer base URL') + } + }, []) + + return null +}
+ + -
-
+

Guides to get started

+
+

Blockchain basics

+

Get started by learning how to connect your app to Ethereum using Alchemy's JSON-RPC API.

Get started

@@ -67,10 +106,12 @@ import { AlchemyFooter } from "../components/Footer.tsx";
+

Onboard people seamlessly

+

Create a Next.js app with embedded smart wallets, social login, and gas-less transactions in minutes.

Start tutorial

@@ -80,10 +121,12 @@ import { AlchemyFooter } from "../components/Footer.tsx";
+

Real-time notifications via webhooks

+

Receive fast and reliable HTTP POST requests for onchain events across 80+ chains. No polling required.

View quickstart

@@ -93,10 +136,12 @@ import { AlchemyFooter } from "../components/Footer.tsx";
+

Authentication made easy

+

Add authentication and embedded smart wallets to your existing React project.

Start tutorial

@@ -106,10 +151,12 @@ import { AlchemyFooter } from "../components/Footer.tsx";
+

Onchain events subscriptions

+

Learn to subscribe to pending transactions, log events, new blocks and more using WebSockets across chains.

View quickstart

@@ -119,10 +166,12 @@ import { AlchemyFooter } from "../components/Footer.tsx";
+

Upgrade to EIP-7702

+

Enable existing EOAs to benefit from batching actions, sponsoring transactions, and more.

Learn more