frm-widget
Version:
An embeddable Fraud Risk Management - Login & Transaction
1,614 lines • 1.03 MB
JavaScript
var pC = Object.defineProperty;
var hC = (e, t, r) => t in e ? pC(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
var su = (e, t, r) => hC(e, typeof t != "symbol" ? t + "" : t, r);
function mC(e, t) {
for (var r = 0; r < t.length; r++) {
const i = t[r];
if (typeof i != "string" && !Array.isArray(i)) {
for (const o in i)
if (o !== "default" && !(o in e)) {
const l = Object.getOwnPropertyDescriptor(i, o);
l && Object.defineProperty(e, o, l.get ? l : {
enumerable: !0,
get: () => i[o]
});
}
}
}
return Object.freeze(Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }));
}
function ov(e) {
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
}
var Sm = { exports: {} }, lu = {};
/**
* @license React
* react-jsx-runtime.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var z1;
function gC() {
if (z1) return lu;
z1 = 1;
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
function r(i, o, l) {
var c = null;
if (l !== void 0 && (c = "" + l), o.key !== void 0 && (c = "" + o.key), "key" in o) {
l = {};
for (var d in o)
d !== "key" && (l[d] = o[d]);
} else l = o;
return o = l.ref, {
$$typeof: e,
type: i,
key: c,
ref: o !== void 0 ? o : null,
props: l
};
}
return lu.Fragment = t, lu.jsx = r, lu.jsxs = r, lu;
}
var L1;
function vC() {
return L1 || (L1 = 1, Sm.exports = gC()), Sm.exports;
}
var H = vC(), wm = { exports: {} }, it = {};
/**
* @license React
* react.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var j1;
function yC() {
if (j1) return it;
j1 = 1;
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), o = Symbol.for("react.profiler"), l = Symbol.for("react.consumer"), c = Symbol.for("react.context"), d = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), m = Symbol.for("react.memo"), g = Symbol.for("react.lazy"), S = Symbol.iterator;
function y(D) {
return D === null || typeof D != "object" ? null : (D = S && D[S] || D["@@iterator"], typeof D == "function" ? D : null);
}
var w = {
isMounted: function() {
return !1;
},
enqueueForceUpdate: function() {
},
enqueueReplaceState: function() {
},
enqueueSetState: function() {
}
}, v = Object.assign, b = {};
function x(D, Z, Se) {
this.props = D, this.context = Z, this.refs = b, this.updater = Se || w;
}
x.prototype.isReactComponent = {}, x.prototype.setState = function(D, Z) {
if (typeof D != "object" && typeof D != "function" && D != null)
throw Error(
"takes an object of state variables to update or a function which returns an object of state variables."
);
this.updater.enqueueSetState(this, D, Z, "setState");
}, x.prototype.forceUpdate = function(D) {
this.updater.enqueueForceUpdate(this, D, "forceUpdate");
};
function A() {
}
A.prototype = x.prototype;
function N(D, Z, Se) {
this.props = D, this.context = Z, this.refs = b, this.updater = Se || w;
}
var C = N.prototype = new A();
C.constructor = N, v(C, x.prototype), C.isPureReactComponent = !0;
var R = Array.isArray, O = { H: null, A: null, T: null, S: null }, z = Object.prototype.hasOwnProperty;
function Y(D, Z, Se, ge, fe, te) {
return Se = te.ref, {
$$typeof: e,
type: D,
key: Z,
ref: Se !== void 0 ? Se : null,
props: te
};
}
function F(D, Z) {
return Y(
D.type,
Z,
void 0,
void 0,
void 0,
D.props
);
}
function $(D) {
return typeof D == "object" && D !== null && D.$$typeof === e;
}
function E(D) {
var Z = { "=": "=0", ":": "=2" };
return "$" + D.replace(/[=:]/g, function(Se) {
return Z[Se];
});
}
var U = /\/+/g;
function J(D, Z) {
return typeof D == "object" && D !== null && D.key != null ? E("" + D.key) : Z.toString(36);
}
function W() {
}
function ie(D) {
switch (D.status) {
case "fulfilled":
return D.value;
case "rejected":
throw D.reason;
default:
switch (typeof D.status == "string" ? D.then(W, W) : (D.status = "pending", D.then(
function(Z) {
D.status === "pending" && (D.status = "fulfilled", D.value = Z);
},
function(Z) {
D.status === "pending" && (D.status = "rejected", D.reason = Z);
}
)), D.status) {
case "fulfilled":
return D.value;
case "rejected":
throw D.reason;
}
}
throw D;
}
function Q(D, Z, Se, ge, fe) {
var te = typeof D;
(te === "undefined" || te === "boolean") && (D = null);
var Ee = !1;
if (D === null) Ee = !0;
else
switch (te) {
case "bigint":
case "string":
case "number":
Ee = !0;
break;
case "object":
switch (D.$$typeof) {
case e:
case t:
Ee = !0;
break;
case g:
return Ee = D._init, Q(
Ee(D._payload),
Z,
Se,
ge,
fe
);
}
}
if (Ee)
return fe = fe(D), Ee = ge === "" ? "." + J(D, 0) : ge, R(fe) ? (Se = "", Ee != null && (Se = Ee.replace(U, "$&/") + "/"), Q(fe, Z, Se, "", function(je) {
return je;
})) : fe != null && ($(fe) && (fe = F(
fe,
Se + (fe.key == null || D && D.key === fe.key ? "" : ("" + fe.key).replace(
U,
"$&/"
) + "/") + Ee
)), Z.push(fe)), 1;
Ee = 0;
var Ye = ge === "" ? "." : ge + ":";
if (R(D))
for (var _e = 0; _e < D.length; _e++)
ge = D[_e], te = Ye + J(ge, _e), Ee += Q(
ge,
Z,
Se,
te,
fe
);
else if (_e = y(D), typeof _e == "function")
for (D = _e.call(D), _e = 0; !(ge = D.next()).done; )
ge = ge.value, te = Ye + J(ge, _e++), Ee += Q(
ge,
Z,
Se,
te,
fe
);
else if (te === "object") {
if (typeof D.then == "function")
return Q(
ie(D),
Z,
Se,
ge,
fe
);
throw Z = String(D), Error(
"Objects are not valid as a React child (found: " + (Z === "[object Object]" ? "object with keys {" + Object.keys(D).join(", ") + "}" : Z) + "). If you meant to render a collection of children, use an array instead."
);
}
return Ee;
}
function j(D, Z, Se) {
if (D == null) return D;
var ge = [], fe = 0;
return Q(D, ge, "", "", function(te) {
return Z.call(Se, te, fe++);
}), ge;
}
function G(D) {
if (D._status === -1) {
var Z = D._result;
Z = Z(), Z.then(
function(Se) {
(D._status === 0 || D._status === -1) && (D._status = 1, D._result = Se);
},
function(Se) {
(D._status === 0 || D._status === -1) && (D._status = 2, D._result = Se);
}
), D._status === -1 && (D._status = 0, D._result = Z);
}
if (D._status === 1) return D._result.default;
throw D._result;
}
var de = typeof reportError == "function" ? reportError : function(D) {
if (typeof window == "object" && typeof window.ErrorEvent == "function") {
var Z = new window.ErrorEvent("error", {
bubbles: !0,
cancelable: !0,
message: typeof D == "object" && D !== null && typeof D.message == "string" ? String(D.message) : String(D),
error: D
});
if (!window.dispatchEvent(Z)) return;
} else if (typeof process == "object" && typeof process.emit == "function") {
process.emit("uncaughtException", D);
return;
}
console.error(D);
};
function ne() {
}
return it.Children = {
map: j,
forEach: function(D, Z, Se) {
j(
D,
function() {
Z.apply(this, arguments);
},
Se
);
},
count: function(D) {
var Z = 0;
return j(D, function() {
Z++;
}), Z;
},
toArray: function(D) {
return j(D, function(Z) {
return Z;
}) || [];
},
only: function(D) {
if (!$(D))
throw Error(
"React.Children.only expected to receive a single React element child."
);
return D;
}
}, it.Component = x, it.Fragment = r, it.Profiler = o, it.PureComponent = N, it.StrictMode = i, it.Suspense = p, it.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = O, it.act = function() {
throw Error("act(...) is not supported in production builds of React.");
}, it.cache = function(D) {
return function() {
return D.apply(null, arguments);
};
}, it.cloneElement = function(D, Z, Se) {
if (D == null)
throw Error(
"The argument must be a React element, but you passed " + D + "."
);
var ge = v({}, D.props), fe = D.key, te = void 0;
if (Z != null)
for (Ee in Z.ref !== void 0 && (te = void 0), Z.key !== void 0 && (fe = "" + Z.key), Z)
!z.call(Z, Ee) || Ee === "key" || Ee === "__self" || Ee === "__source" || Ee === "ref" && Z.ref === void 0 || (ge[Ee] = Z[Ee]);
var Ee = arguments.length - 2;
if (Ee === 1) ge.children = Se;
else if (1 < Ee) {
for (var Ye = Array(Ee), _e = 0; _e < Ee; _e++)
Ye[_e] = arguments[_e + 2];
ge.children = Ye;
}
return Y(D.type, fe, void 0, void 0, te, ge);
}, it.createContext = function(D) {
return D = {
$$typeof: c,
_currentValue: D,
_currentValue2: D,
_threadCount: 0,
Provider: null,
Consumer: null
}, D.Provider = D, D.Consumer = {
$$typeof: l,
_context: D
}, D;
}, it.createElement = function(D, Z, Se) {
var ge, fe = {}, te = null;
if (Z != null)
for (ge in Z.key !== void 0 && (te = "" + Z.key), Z)
z.call(Z, ge) && ge !== "key" && ge !== "__self" && ge !== "__source" && (fe[ge] = Z[ge]);
var Ee = arguments.length - 2;
if (Ee === 1) fe.children = Se;
else if (1 < Ee) {
for (var Ye = Array(Ee), _e = 0; _e < Ee; _e++)
Ye[_e] = arguments[_e + 2];
fe.children = Ye;
}
if (D && D.defaultProps)
for (ge in Ee = D.defaultProps, Ee)
fe[ge] === void 0 && (fe[ge] = Ee[ge]);
return Y(D, te, void 0, void 0, null, fe);
}, it.createRef = function() {
return { current: null };
}, it.forwardRef = function(D) {
return { $$typeof: d, render: D };
}, it.isValidElement = $, it.lazy = function(D) {
return {
$$typeof: g,
_payload: { _status: -1, _result: D },
_init: G
};
}, it.memo = function(D, Z) {
return {
$$typeof: m,
type: D,
compare: Z === void 0 ? null : Z
};
}, it.startTransition = function(D) {
var Z = O.T, Se = {};
O.T = Se;
try {
var ge = D(), fe = O.S;
fe !== null && fe(Se, ge), typeof ge == "object" && ge !== null && typeof ge.then == "function" && ge.then(ne, de);
} catch (te) {
de(te);
} finally {
O.T = Z;
}
}, it.unstable_useCacheRefresh = function() {
return O.H.useCacheRefresh();
}, it.use = function(D) {
return O.H.use(D);
}, it.useActionState = function(D, Z, Se) {
return O.H.useActionState(D, Z, Se);
}, it.useCallback = function(D, Z) {
return O.H.useCallback(D, Z);
}, it.useContext = function(D) {
return O.H.useContext(D);
}, it.useDebugValue = function() {
}, it.useDeferredValue = function(D, Z) {
return O.H.useDeferredValue(D, Z);
}, it.useEffect = function(D, Z) {
return O.H.useEffect(D, Z);
}, it.useId = function() {
return O.H.useId();
}, it.useImperativeHandle = function(D, Z, Se) {
return O.H.useImperativeHandle(D, Z, Se);
}, it.useInsertionEffect = function(D, Z) {
return O.H.useInsertionEffect(D, Z);
}, it.useLayoutEffect = function(D, Z) {
return O.H.useLayoutEffect(D, Z);
}, it.useMemo = function(D, Z) {
return O.H.useMemo(D, Z);
}, it.useOptimistic = function(D, Z) {
return O.H.useOptimistic(D, Z);
}, it.useReducer = function(D, Z, Se) {
return O.H.useReducer(D, Z, Se);
}, it.useRef = function(D) {
return O.H.useRef(D);
}, it.useState = function(D) {
return O.H.useState(D);
}, it.useSyncExternalStore = function(D, Z, Se) {
return O.H.useSyncExternalStore(
D,
Z,
Se
);
}, it.useTransition = function() {
return O.H.useTransition();
}, it.version = "19.0.0", it;
}
var U1;
function Ad() {
return U1 || (U1 = 1, wm.exports = yC()), wm.exports;
}
var _ = Ad();
const Dn = /* @__PURE__ */ ov(_), lg = /* @__PURE__ */ mC({
__proto__: null,
default: Dn
}, [_]);
var xm = { exports: {} }, uu = {}, Tm = { exports: {} }, Em = {};
/**
* @license React
* scheduler.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var B1;
function bC() {
return B1 || (B1 = 1, function(e) {
function t(j, G) {
var de = j.length;
j.push(G);
e: for (; 0 < de; ) {
var ne = de - 1 >>> 1, D = j[ne];
if (0 < o(D, G))
j[ne] = G, j[de] = D, de = ne;
else break e;
}
}
function r(j) {
return j.length === 0 ? null : j[0];
}
function i(j) {
if (j.length === 0) return null;
var G = j[0], de = j.pop();
if (de !== G) {
j[0] = de;
e: for (var ne = 0, D = j.length, Z = D >>> 1; ne < Z; ) {
var Se = 2 * (ne + 1) - 1, ge = j[Se], fe = Se + 1, te = j[fe];
if (0 > o(ge, de))
fe < D && 0 > o(te, ge) ? (j[ne] = te, j[fe] = de, ne = fe) : (j[ne] = ge, j[Se] = de, ne = Se);
else if (fe < D && 0 > o(te, de))
j[ne] = te, j[fe] = de, ne = fe;
else break e;
}
}
return G;
}
function o(j, G) {
var de = j.sortIndex - G.sortIndex;
return de !== 0 ? de : j.id - G.id;
}
if (e.unstable_now = void 0, typeof performance == "object" && typeof performance.now == "function") {
var l = performance;
e.unstable_now = function() {
return l.now();
};
} else {
var c = Date, d = c.now();
e.unstable_now = function() {
return c.now() - d;
};
}
var p = [], m = [], g = 1, S = null, y = 3, w = !1, v = !1, b = !1, x = typeof setTimeout == "function" ? setTimeout : null, A = typeof clearTimeout == "function" ? clearTimeout : null, N = typeof setImmediate < "u" ? setImmediate : null;
function C(j) {
for (var G = r(m); G !== null; ) {
if (G.callback === null) i(m);
else if (G.startTime <= j)
i(m), G.sortIndex = G.expirationTime, t(p, G);
else break;
G = r(m);
}
}
function R(j) {
if (b = !1, C(j), !v)
if (r(p) !== null)
v = !0, ie();
else {
var G = r(m);
G !== null && Q(R, G.startTime - j);
}
}
var O = !1, z = -1, Y = 5, F = -1;
function $() {
return !(e.unstable_now() - F < Y);
}
function E() {
if (O) {
var j = e.unstable_now();
F = j;
var G = !0;
try {
e: {
v = !1, b && (b = !1, A(z), z = -1), w = !0;
var de = y;
try {
t: {
for (C(j), S = r(p); S !== null && !(S.expirationTime > j && $()); ) {
var ne = S.callback;
if (typeof ne == "function") {
S.callback = null, y = S.priorityLevel;
var D = ne(
S.expirationTime <= j
);
if (j = e.unstable_now(), typeof D == "function") {
S.callback = D, C(j), G = !0;
break t;
}
S === r(p) && i(p), C(j);
} else i(p);
S = r(p);
}
if (S !== null) G = !0;
else {
var Z = r(m);
Z !== null && Q(
R,
Z.startTime - j
), G = !1;
}
}
break e;
} finally {
S = null, y = de, w = !1;
}
G = void 0;
}
} finally {
G ? U() : O = !1;
}
}
}
var U;
if (typeof N == "function")
U = function() {
N(E);
};
else if (typeof MessageChannel < "u") {
var J = new MessageChannel(), W = J.port2;
J.port1.onmessage = E, U = function() {
W.postMessage(null);
};
} else
U = function() {
x(E, 0);
};
function ie() {
O || (O = !0, U());
}
function Q(j, G) {
z = x(function() {
j(e.unstable_now());
}, G);
}
e.unstable_IdlePriority = 5, e.unstable_ImmediatePriority = 1, e.unstable_LowPriority = 4, e.unstable_NormalPriority = 3, e.unstable_Profiling = null, e.unstable_UserBlockingPriority = 2, e.unstable_cancelCallback = function(j) {
j.callback = null;
}, e.unstable_continueExecution = function() {
v || w || (v = !0, ie());
}, e.unstable_forceFrameRate = function(j) {
0 > j || 125 < j ? console.error(
"forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"
) : Y = 0 < j ? Math.floor(1e3 / j) : 5;
}, e.unstable_getCurrentPriorityLevel = function() {
return y;
}, e.unstable_getFirstCallbackNode = function() {
return r(p);
}, e.unstable_next = function(j) {
switch (y) {
case 1:
case 2:
case 3:
var G = 3;
break;
default:
G = y;
}
var de = y;
y = G;
try {
return j();
} finally {
y = de;
}
}, e.unstable_pauseExecution = function() {
}, e.unstable_requestPaint = function() {
}, e.unstable_runWithPriority = function(j, G) {
switch (j) {
case 1:
case 2:
case 3:
case 4:
case 5:
break;
default:
j = 3;
}
var de = y;
y = j;
try {
return G();
} finally {
y = de;
}
}, e.unstable_scheduleCallback = function(j, G, de) {
var ne = e.unstable_now();
switch (typeof de == "object" && de !== null ? (de = de.delay, de = typeof de == "number" && 0 < de ? ne + de : ne) : de = ne, j) {
case 1:
var D = -1;
break;
case 2:
D = 250;
break;
case 5:
D = 1073741823;
break;
case 4:
D = 1e4;
break;
default:
D = 5e3;
}
return D = de + D, j = {
id: g++,
callback: G,
priorityLevel: j,
startTime: de,
expirationTime: D,
sortIndex: -1
}, de > ne ? (j.sortIndex = de, t(m, j), r(p) === null && j === r(m) && (b ? (A(z), z = -1) : b = !0, Q(R, de - ne))) : (j.sortIndex = D, t(p, j), v || w || (v = !0, ie())), j;
}, e.unstable_shouldYield = $, e.unstable_wrapCallback = function(j) {
var G = y;
return function() {
var de = y;
y = G;
try {
return j.apply(this, arguments);
} finally {
y = de;
}
};
};
}(Em)), Em;
}
var H1;
function SC() {
return H1 || (H1 = 1, Tm.exports = bC()), Tm.exports;
}
var Rm = { exports: {} }, zn = {};
/**
* @license React
* react-dom.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var Y1;
function wC() {
if (Y1) return zn;
Y1 = 1;
var e = Ad();
function t(p) {
var m = "https://react.dev/errors/" + p;
if (1 < arguments.length) {
m += "?args[]=" + encodeURIComponent(arguments[1]);
for (var g = 2; g < arguments.length; g++)
m += "&args[]=" + encodeURIComponent(arguments[g]);
}
return "Minified React error #" + p + "; visit " + m + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
}
function r() {
}
var i = {
d: {
f: r,
r: function() {
throw Error(t(522));
},
D: r,
C: r,
L: r,
m: r,
X: r,
S: r,
M: r
},
p: 0,
findDOMNode: null
}, o = Symbol.for("react.portal");
function l(p, m, g) {
var S = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
return {
$$typeof: o,
key: S == null ? null : "" + S,
children: p,
containerInfo: m,
implementation: g
};
}
var c = e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
function d(p, m) {
if (p === "font") return "";
if (typeof m == "string")
return m === "use-credentials" ? m : "";
}
return zn.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = i, zn.createPortal = function(p, m) {
var g = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
if (!m || m.nodeType !== 1 && m.nodeType !== 9 && m.nodeType !== 11)
throw Error(t(299));
return l(p, m, null, g);
}, zn.flushSync = function(p) {
var m = c.T, g = i.p;
try {
if (c.T = null, i.p = 2, p) return p();
} finally {
c.T = m, i.p = g, i.d.f();
}
}, zn.preconnect = function(p, m) {
typeof p == "string" && (m ? (m = m.crossOrigin, m = typeof m == "string" ? m === "use-credentials" ? m : "" : void 0) : m = null, i.d.C(p, m));
}, zn.prefetchDNS = function(p) {
typeof p == "string" && i.d.D(p);
}, zn.preinit = function(p, m) {
if (typeof p == "string" && m && typeof m.as == "string") {
var g = m.as, S = d(g, m.crossOrigin), y = typeof m.integrity == "string" ? m.integrity : void 0, w = typeof m.fetchPriority == "string" ? m.fetchPriority : void 0;
g === "style" ? i.d.S(
p,
typeof m.precedence == "string" ? m.precedence : void 0,
{
crossOrigin: S,
integrity: y,
fetchPriority: w
}
) : g === "script" && i.d.X(p, {
crossOrigin: S,
integrity: y,
fetchPriority: w,
nonce: typeof m.nonce == "string" ? m.nonce : void 0
});
}
}, zn.preinitModule = function(p, m) {
if (typeof p == "string")
if (typeof m == "object" && m !== null) {
if (m.as == null || m.as === "script") {
var g = d(
m.as,
m.crossOrigin
);
i.d.M(p, {
crossOrigin: g,
integrity: typeof m.integrity == "string" ? m.integrity : void 0,
nonce: typeof m.nonce == "string" ? m.nonce : void 0
});
}
} else m == null && i.d.M(p);
}, zn.preload = function(p, m) {
if (typeof p == "string" && typeof m == "object" && m !== null && typeof m.as == "string") {
var g = m.as, S = d(g, m.crossOrigin);
i.d.L(p, g, {
crossOrigin: S,
integrity: typeof m.integrity == "string" ? m.integrity : void 0,
nonce: typeof m.nonce == "string" ? m.nonce : void 0,
type: typeof m.type == "string" ? m.type : void 0,
fetchPriority: typeof m.fetchPriority == "string" ? m.fetchPriority : void 0,
referrerPolicy: typeof m.referrerPolicy == "string" ? m.referrerPolicy : void 0,
imageSrcSet: typeof m.imageSrcSet == "string" ? m.imageSrcSet : void 0,
imageSizes: typeof m.imageSizes == "string" ? m.imageSizes : void 0,
media: typeof m.media == "string" ? m.media : void 0
});
}
}, zn.preloadModule = function(p, m) {
if (typeof p == "string")
if (m) {
var g = d(m.as, m.crossOrigin);
i.d.m(p, {
as: typeof m.as == "string" && m.as !== "script" ? m.as : void 0,
crossOrigin: g,
integrity: typeof m.integrity == "string" ? m.integrity : void 0
});
} else i.d.m(p);
}, zn.requestFormReset = function(p) {
i.d.r(p);
}, zn.unstable_batchedUpdates = function(p, m) {
return p(m);
}, zn.useFormState = function(p, m, g) {
return c.H.useFormState(p, m, g);
}, zn.useFormStatus = function() {
return c.H.useHostTransitionStatus();
}, zn.version = "19.0.0", zn;
}
var V1;
function ix() {
if (V1) return Rm.exports;
V1 = 1;
function e() {
if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ > "u" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function"))
try {
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e);
} catch (t) {
console.error(t);
}
}
return e(), Rm.exports = wC(), Rm.exports;
}
/**
* @license React
* react-dom-client.production.js
*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var F1;
function xC() {
if (F1) return uu;
F1 = 1;
var e = SC(), t = Ad(), r = ix();
function i(n) {
var a = "https://react.dev/errors/" + n;
if (1 < arguments.length) {
a += "?args[]=" + encodeURIComponent(arguments[1]);
for (var s = 2; s < arguments.length; s++)
a += "&args[]=" + encodeURIComponent(arguments[s]);
}
return "Minified React error #" + n + "; visit " + a + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
}
function o(n) {
return !(!n || n.nodeType !== 1 && n.nodeType !== 9 && n.nodeType !== 11);
}
var l = Symbol.for("react.element"), c = Symbol.for("react.transitional.element"), d = Symbol.for("react.portal"), p = Symbol.for("react.fragment"), m = Symbol.for("react.strict_mode"), g = Symbol.for("react.profiler"), S = Symbol.for("react.provider"), y = Symbol.for("react.consumer"), w = Symbol.for("react.context"), v = Symbol.for("react.forward_ref"), b = Symbol.for("react.suspense"), x = Symbol.for("react.suspense_list"), A = Symbol.for("react.memo"), N = Symbol.for("react.lazy"), C = Symbol.for("react.offscreen"), R = Symbol.for("react.memo_cache_sentinel"), O = Symbol.iterator;
function z(n) {
return n === null || typeof n != "object" ? null : (n = O && n[O] || n["@@iterator"], typeof n == "function" ? n : null);
}
var Y = Symbol.for("react.client.reference");
function F(n) {
if (n == null) return null;
if (typeof n == "function")
return n.$$typeof === Y ? null : n.displayName || n.name || null;
if (typeof n == "string") return n;
switch (n) {
case p:
return "Fragment";
case d:
return "Portal";
case g:
return "Profiler";
case m:
return "StrictMode";
case b:
return "Suspense";
case x:
return "SuspenseList";
}
if (typeof n == "object")
switch (n.$$typeof) {
case w:
return (n.displayName || "Context") + ".Provider";
case y:
return (n._context.displayName || "Context") + ".Consumer";
case v:
var a = n.render;
return n = n.displayName, n || (n = a.displayName || a.name || "", n = n !== "" ? "ForwardRef(" + n + ")" : "ForwardRef"), n;
case A:
return a = n.displayName || null, a !== null ? a : F(n.type) || "Memo";
case N:
a = n._payload, n = n._init;
try {
return F(n(a));
} catch {
}
}
return null;
}
var $ = t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, E = Object.assign, U, J;
function W(n) {
if (U === void 0)
try {
throw Error();
} catch (s) {
var a = s.stack.trim().match(/\n( *(at )?)/);
U = a && a[1] || "", J = -1 < s.stack.indexOf(`
at`) ? " (<anonymous>)" : -1 < s.stack.indexOf("@") ? "@unknown:0:0" : "";
}
return `
` + U + n + J;
}
var ie = !1;
function Q(n, a) {
if (!n || ie) return "";
ie = !0;
var s = Error.prepareStackTrace;
Error.prepareStackTrace = void 0;
try {
var u = {
DetermineComponentFrameRoot: function() {
try {
if (a) {
var ye = function() {
throw Error();
};
if (Object.defineProperty(ye.prototype, "props", {
set: function() {
throw Error();
}
}), typeof Reflect == "object" && Reflect.construct) {
try {
Reflect.construct(ye, []);
} catch (oe) {
var K = oe;
}
Reflect.construct(n, [], ye);
} else {
try {
ye.call();
} catch (oe) {
K = oe;
}
n.call(ye.prototype);
}
} else {
try {
throw Error();
} catch (oe) {
K = oe;
}
(ye = n()) && typeof ye.catch == "function" && ye.catch(function() {
});
}
} catch (oe) {
if (oe && K && typeof oe.stack == "string")
return [oe.stack, K.stack];
}
return [null, null];
}
};
u.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
var f = Object.getOwnPropertyDescriptor(
u.DetermineComponentFrameRoot,
"name"
);
f && f.configurable && Object.defineProperty(
u.DetermineComponentFrameRoot,
"name",
{ value: "DetermineComponentFrameRoot" }
);
var h = u.DetermineComponentFrameRoot(), T = h[0], M = h[1];
if (T && M) {
var P = T.split(`
`), V = M.split(`
`);
for (f = u = 0; u < P.length && !P[u].includes("DetermineComponentFrameRoot"); )
u++;
for (; f < V.length && !V[f].includes(
"DetermineComponentFrameRoot"
); )
f++;
if (u === P.length || f === V.length)
for (u = P.length - 1, f = V.length - 1; 1 <= u && 0 <= f && P[u] !== V[f]; )
f--;
for (; 1 <= u && 0 <= f; u--, f--)
if (P[u] !== V[f]) {
if (u !== 1 || f !== 1)
do
if (u--, f--, 0 > f || P[u] !== V[f]) {
var ue = `
` + P[u].replace(" at new ", " at ");
return n.displayName && ue.includes("<anonymous>") && (ue = ue.replace("<anonymous>", n.displayName)), ue;
}
while (1 <= u && 0 <= f);
break;
}
}
} finally {
ie = !1, Error.prepareStackTrace = s;
}
return (s = n ? n.displayName || n.name : "") ? W(s) : "";
}
function j(n) {
switch (n.tag) {
case 26:
case 27:
case 5:
return W(n.type);
case 16:
return W("Lazy");
case 13:
return W("Suspense");
case 19:
return W("SuspenseList");
case 0:
case 15:
return n = Q(n.type, !1), n;
case 11:
return n = Q(n.type.render, !1), n;
case 1:
return n = Q(n.type, !0), n;
default:
return "";
}
}
function G(n) {
try {
var a = "";
do
a += j(n), n = n.return;
while (n);
return a;
} catch (s) {
return `
Error generating stack: ` + s.message + `
` + s.stack;
}
}
function de(n) {
var a = n, s = n;
if (n.alternate) for (; a.return; ) a = a.return;
else {
n = a;
do
a = n, (a.flags & 4098) !== 0 && (s = a.return), n = a.return;
while (n);
}
return a.tag === 3 ? s : null;
}
function ne(n) {
if (n.tag === 13) {
var a = n.memoizedState;
if (a === null && (n = n.alternate, n !== null && (a = n.memoizedState)), a !== null) return a.dehydrated;
}
return null;
}
function D(n) {
if (de(n) !== n)
throw Error(i(188));
}
function Z(n) {
var a = n.alternate;
if (!a) {
if (a = de(n), a === null) throw Error(i(188));
return a !== n ? null : n;
}
for (var s = n, u = a; ; ) {
var f = s.return;
if (f === null) break;
var h = f.alternate;
if (h === null) {
if (u = f.return, u !== null) {
s = u;
continue;
}
break;
}
if (f.child === h.child) {
for (h = f.child; h; ) {
if (h === s) return D(f), n;
if (h === u) return D(f), a;
h = h.sibling;
}
throw Error(i(188));
}
if (s.return !== u.return) s = f, u = h;
else {
for (var T = !1, M = f.child; M; ) {
if (M === s) {
T = !0, s = f, u = h;
break;
}
if (M === u) {
T = !0, u = f, s = h;
break;
}
M = M.sibling;
}
if (!T) {
for (M = h.child; M; ) {
if (M === s) {
T = !0, s = h, u = f;
break;
}
if (M === u) {
T = !0, u = h, s = f;
break;
}
M = M.sibling;
}
if (!T) throw Error(i(189));
}
}
if (s.alternate !== u) throw Error(i(190));
}
if (s.tag !== 3) throw Error(i(188));
return s.stateNode.current === s ? n : a;
}
function Se(n) {
var a = n.tag;
if (a === 5 || a === 26 || a === 27 || a === 6) return n;
for (n = n.child; n !== null; ) {
if (a = Se(n), a !== null) return a;
n = n.sibling;
}
return null;
}
var ge = Array.isArray, fe = r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, te = {
pending: !1,
data: null,
method: null,
action: null
}, Ee = [], Ye = -1;
function _e(n) {
return { current: n };
}
function je(n) {
0 > Ye || (n.current = Ee[Ye], Ee[Ye] = null, Ye--);
}
function Ce(n, a) {
Ye++, Ee[Ye] = n.current, n.current = a;
}
var Ve = _e(null), se = _e(null), le = _e(null), me = _e(null);
function Ne(n, a) {
switch (Ce(le, a), Ce(se, n), Ce(Ve, null), n = a.nodeType, n) {
case 9:
case 11:
a = (a = a.documentElement) && (a = a.namespaceURI) ? c1(a) : 0;
break;
default:
if (n = n === 8 ? a.parentNode : a, a = n.tagName, n = n.namespaceURI)
n = c1(n), a = f1(n, a);
else
switch (a) {
case "svg":
a = 1;
break;
case "math":
a = 2;
break;
default:
a = 0;
}
}
je(Ve), Ce(Ve, a);
}
function Me() {
je(Ve), je(se), je(le);
}
function Ze(n) {
n.memoizedState !== null && Ce(me, n);
var a = Ve.current, s = f1(a, n.type);
a !== s && (Ce(se, n), Ce(Ve, s));
}
function We(n) {
se.current === n && (je(Ve), je(se)), me.current === n && (je(me), nu._currentValue = te);
}
var ut = Object.prototype.hasOwnProperty, ft = e.unstable_scheduleCallback, ot = e.unstable_cancelCallback, ke = e.unstable_shouldYield, rt = e.unstable_requestPaint, Ke = e.unstable_now, Ht = e.unstable_getCurrentPriorityLevel, xe = e.unstable_ImmediatePriority, Te = e.unstable_UserBlockingPriority, ve = e.unstable_NormalPriority, Ae = e.unstable_LowPriority, dt = e.unstable_IdlePriority, Ue = e.log, Re = e.unstable_setDisableYieldValue, pe = null, Ie = null;
function Be(n) {
if (Ie && typeof Ie.onCommitFiberRoot == "function")
try {
Ie.onCommitFiberRoot(
pe,
n,
void 0,
(n.current.flags & 128) === 128
);
} catch {
}
}
function Xe(n) {
if (typeof Ue == "function" && Re(n), Ie && typeof Ie.setStrictMode == "function")
try {
Ie.setStrictMode(pe, n);
} catch {
}
}
var ht = Math.clz32 ? Math.clz32 : Po, Nn = Math.log, bi = Math.LN2;
function Po(n) {
return n >>>= 0, n === 0 ? 32 : 31 - (Nn(n) / bi | 0) | 0;
}
var Si = 128, wi = 4194304;
function fr(n) {
var a = n & 42;
if (a !== 0) return a;
switch (n & -n) {
case 1:
return 1;
case 2:
return 2;
case 4:
return 4;
case 8:
return 8;
case 16:
return 16;
case 32:
return 32;
case 64:
return 64;
case 128:
case 256:
case 512:
case 1024:
case 2048:
case 4096:
case 8192:
case 16384:
case 32768:
case 65536:
case 131072:
case 262144:
case 524288:
case 1048576:
case 2097152:
return n & 4194176;
case 4194304:
case 8388608:
case 16777216:
case 33554432:
return n & 62914560;
case 67108864:
return 67108864;
case 134217728:
return 134217728;
case 268435456:
return 268435456;
case 536870912:
return 536870912;
case 1073741824:
return 0;
default:
return n;
}
}
function xi(n, a) {
var s = n.pendingLanes;
if (s === 0) return 0;
var u = 0, f = n.suspendedLanes, h = n.pingedLanes, T = n.warmLanes;
n = n.finishedLanes !== 0;
var M = s & 134217727;
return M !== 0 ? (s = M & ~f, s !== 0 ? u = fr(s) : (h &= M, h !== 0 ? u = fr(h) : n || (T = M & ~T, T !== 0 && (u = fr(T))))) : (M = s & ~f, M !== 0 ? u = fr(M) : h !== 0 ? u = fr(h) : n || (T = s & ~T, T !== 0 && (u = fr(T)))), u === 0 ? 0 : a !== 0 && a !== u && (a & f) === 0 && (f = u & -u, T = a & -a, f >= T || f === 32 && (T & 4194176) !== 0) ? a : u;
}
function Xr(n, a) {
return (n.pendingLanes & ~(n.suspendedLanes & ~n.pingedLanes) & a) === 0;
}
function zo(n, a) {
switch (n) {
case 1:
case 2:
case 4:
case 8:
return a + 250;
case 16:
case 32:
case 64:
case 128:
case 256:
case 512:
case 1024:
case 2048:
case 4096:
case 8192:
case 16384:
case 32768:
case 65536:
case 131072:
case 262144:
case 524288:
case 1048576:
case 2097152:
return a + 5e3;
case 4194304:
case 8388608:
case 16777216:
case 33554432:
return -1;
case 67108864:
case 134217728:
case 268435456:
case 536870912:
case 1073741824:
return -1;
default:
return -1;
}
}
function Je() {
var n = Si;
return Si <<= 1, (Si & 4194176) === 0 && (Si = 128), n;
}
function Rn() {
var n = wi;
return wi <<= 1, (wi & 62914560) === 0 && (wi = 4194304), n;
}
function Ti(n) {
for (var a = [], s = 0; 31 > s; s++) a.push(n);
return a;
}
function dr(n, a) {
n.pendingLanes |= a, a !== 268435456 && (n.suspendedLanes = 0, n.pingedLanes = 0, n.warmLanes = 0);
}
function bc(n, a, s, u, f, h) {
var T = n.pendingLanes;
n.pendingLanes = s, n.suspendedLanes = 0, n.pingedLanes = 0, n.warmLanes = 0, n.expiredLanes &= s, n.entangledLanes &= s, n.errorRecoveryDisabledLanes &= s, n.shellSuspendCounter = 0;
var M = n.entanglements, P = n.expirationTimes, V = n.hiddenUpdates;
for (s = T & ~s; 0 < s; ) {
var ue = 31 - ht(s), ye = 1 << ue;
M[ue] = 0, P[ue] = -1;
var K = V[ue];
if (K !== null)
for (V[ue] = null, ue = 0; ue < K.length; ue++) {
var oe = K[ue];
oe !== null && (oe.lane &= -536870913);
}
s &= ~ye;
}
u !== 0 && Qn(n, u, 0), h !== 0 && f === 0 && n.tag !== 0 && (n.suspendedLanes |= h & ~(T & ~a));
}
function Qn(n, a, s) {
n.pendingLanes |= a, n.suspendedLanes &= ~a;
var u = 31 - ht(a);
n.entangledLanes |= a, n.entanglements[u] = n.entanglements[u] | 1073741824 | s & 4194218;
}
function ll(n, a) {
var s = n.entangledLanes |= a;
for (n = n.entanglements; s; ) {
var u = 31 - ht(s), f = 1 << u;
f & a | n[u] & a && (n[u] |= a), s &= ~f;
}
}
function ul(n) {
return n &= -n, 2 < n ? 8 < n ? (n & 134217727) !== 0 ? 32 : 268435456 : 8 : 2;
}
function cl() {
var n = fe.p;
return n !== 0 ? n : (n = window.event, n === void 0 ? 32 : A1(n.type));
}
function Sc(n, a) {
var s = fe.p;
try {
return fe.p = n, a();
} finally {
fe.p = s;
}
}
var Nr = Math.random().toString(36).slice(2), gn = "__reactFiber$" + Nr, Cn = "__reactProps$" + Nr, la = "__reactContainer$" + Nr, fl = "__reactEvents$" + Nr, bp = "__reactListeners$" + Nr, Lo = "__reactHandles$" + Nr, dl = "__reactResources$" + Nr, ua = "__reactMarker$" + Nr;
function jo(n) {
delete n[gn], delete n[Cn], delete n[fl], delete n[bp], delete n[Lo];
}
function Ei(n) {
var a = n[gn];
if (a) return a;
for (var s = n.parentNode; s; ) {
if (a = s[la] || s[gn]) {
if (s = a.alternate, a.child !== null || s !== null && s.child !== null)
for (n = h1(n); n !== null; ) {
if (s = n[gn]) return s;
n = h1(n);
}
return a;
}
n = s, s = n.parentNode;
}
return null;
}
function Ri(n) {
if (n = n[gn] || n[la]) {
var a = n.tag;
if (a === 5 || a === 6 || a === 13 || a === 26 || a === 27 || a === 3)
return n;
}
return null;
}
function ca(n) {
var a = n.tag;
if (a === 5 || a === 26 || a === 27 || a === 6) return n.stateNode;
throw Error(i(33));
}
function Ci(n) {
var a = n[dl];
return a || (a = n[dl] = { hoistableStyles: /* @__PURE__ */ new Map(), hoistableScripts: /* @__PURE__ */ new Map() }), a;
}
function cn(n) {
n[ua] = !0;
}
var wc = /* @__PURE__ */ new Set(), xc = {};
function Oi(n, a) {
Mi(n, a), Mi(n + "Capture", a);
}
function Mi(n, a) {
for (xc[n] = a, n = 0; n < a.length; n++)
wc.add(a[n]);
}
var Pr = !(typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u"), Sp = RegExp(
"^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"
), Tc = {}, Ec = {};
function wp(n) {
return ut.call(Ec, n) ? !0 : ut.call(Tc, n) ? !1 : Sp.test(n) ? Ec[n] = !0 : (Tc[n] = !0, !1);
}
function Uo(n, a, s) {
if (wp(a))
if (s === null) n.removeAttribute(a);
else {
switch (typeof s) {
case "undefined":
case "function":
case "symbol":
n.removeAttribute(a);
return;
case "boolean":
var u = a.toLowerCase().slice(0, 5);
if (u !== "data-" && u !== "aria-") {
n.removeAttribute(a);
return;
}
}
n.setAttribute(a, "" + s);
}
}
function Bo(n, a, s) {
if (s === null) n.removeAttribute(a);
else {
switch (typeof s) {
case "undefined":
case "function":
case "symbol":
case "boolean":
n.removeAttribute(a);
return;
}
n.setAttribute(a, "" + s);
}
}
function zr(n, a, s, u) {
if (u === null) n.removeAttribute(s);
else {
switch (typeof u) {
case "undefined":
case "function":
case "symbol":
case "boolean":
n.removeAttribute(s);
return;
}
n.setAttributeNS(a, s, "" + u);
}
}
function Fn(n) {
switch (typeof n) {
case "bigint":
case "boolean":
case "number":
case "string":
case "undefined":
return n;
case "object":
return n;
default:
return "";
}
}
function Rc(n) {
var a = n.type;
return (n = n.nodeName) && n.toLowerCase() === "input" && (a === "checkbox" || a === "radio");
}
function xp(n) {
var a = Rc(n) ? "checked" : "value", s = Object.getOwnPropertyDescriptor(
n.constructor.prototype,
a
), u = "" + n[a];
if (!n.hasOwnProperty(a) && typeof s < "u" && typeof s.get == "function" && typeof s.set == "function") {
var f = s.get, h = s.set;
return Object.defineProperty(n, a, {
configurable: !0,
get: function() {
return f.call(this);
},
set: function(T) {
u = "" + T, h.call(this, T);
}
}), Object.defineProperty(n, a, {
enumerable: s.enumerable
}), {
getValue: function() {
return u;
},
setValue: function(T) {
u = "" + T;
},
stopTracking: function() {
n._valueTracker = null, delete n[a];
}
};
}
}
function Ho(n) {
n._valueTracker || (n._valueTracker = xp(n));
}
function Cc(n) {
if (!n) return !1;
var a = n._valueTracker;
if (!a) return !0;
var s = a.getValue(), u = "";
return n && (u = Rc(n) ? n.checked ? "true" : "false" : n.value), n = u, n !== s ? (a.setValue(n), !0) : !1;
}
function Yo(n) {
if (n = n || (typeof document < "u" ? document : void 0), typeof n > "u") return null;
try {
return n.activeElement || n.body;
} catch {
return n.body;
}
}
var Tp = /[\n"\\]/g;
function $n(n) {
return n.replace(
Tp,
function(a) {
return "\\" + a.charCodeAt(0).toString(16) + " ";
}
);
}
function pl(n, a, s, u, f, h, T, M) {
n.name = "", T != null && typeof T != "function" && typeof T != "symbol" && typeof T != "boolean" ? n.type = T : n.removeAttribute("type"), a != null ? T === "number" ? (a === 0 && n.value === "" || n.value != a) && (n.value = "" + Fn(a)) : n.value !== "" + Fn(a) && (n.value = "" + Fn(a)) : T !== "submit" && T !== "reset" || n.removeAttribute("value"), a != null ? hl(n, T, Fn(a)) : s != null ? hl(n, T, Fn(s)) : u != null && n.removeAttribute("value"), f == null && h != null && (n.defaultChecked = !!h), f != null && (n.checked = f && typeof f != "function" && typeof f != "symbol"), M != null && typeof M != "function" && typeof M != "symbol" && typeof M != "boolean" ? n.name = "" + Fn(M) : n.removeAttribute("name");
}
function Oc(n, a, s, u, f, h, T, M) {
if (h != null && typeof h != "function" && typeof h != "symbol" && typeof h != "boolean" && (n.type = h), a != null || s != null) {
if (!(h !== "submit" && h !== "reset" || a != null))
return;
s = s != null ? "" + Fn(s) : "", a = a != null ? "" + Fn(a) : s, M || a === n.value || (n.value = a), n.defaultValue = a;
}
u = u ?? f, u = typeof u != "function" && typeof u != "symbol" && !!u, n.checked = M ? n.checked : !!u, n.defaultChecked = !!u, T != null && typeof T != "function" && typeof T != "symbol" && typeof T != "boolean" && (n.name = T);
}
function hl(n, a, s) {
a === "number" && Yo(n.ownerDocument) === n || n.defaultValue === "" + s || (n.defaultValue = "" + s);
}
function fa(n, a, s, u) {
if (n = n.options, a) {
a = {};
for (var f = 0; f < s.length; f++)
a["$" + s[f]] = !0;
for (s = 0; s < n.length; s++)
f = a.hasOwnProperty("$" + n[s].value), n[s].selected !== f && (n[s].selected = f), f && u && (n[s].defaultSelected = !0);
} else {
for (s = "" + Fn(s), a = null, f = 0; f < n.length; f++) {
if (n[f].value === s) {
n[f].selected = !0, u && (n[f].defaultSelected = !0);
return;
}
a !== null || n[f].disabled || (a = n[f]);
}
a !== null && (a.selected = !0);
}
}
function Mc(n, a, s) {
if (a != null && (a = "" + Fn(a), a !== n.value && (n.value = a), s == null)) {
n.defaultValue !== a && (n.defaultValue = a);
return;
}
n.defaultValue = s != null ? "" + Fn(s) : "";
}
function Ac(n, a, s, u) {
if (a == null) {
if (u != null) {
if (s != null) throw Error(i(92));
if (ge(u)) {
if (1 < u.length) throw Error(i(93));
u = u[0];
}
s = u;
}
s == null && (s = ""), a = s;
}
s = Fn(a), n.defaultValue = s, u = n.textContent, u === s && u !== "" && u !== null && (n.value = u);
}
function da(n, a) {
if (a) {
var s = n.firstChild;
if (s && s === n.lastChild && s.nodeType === 3) {
s.nodeValue = a;
return;
}
}
n.textContent = a;
}
var Ep = new Set(
"animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpa