@confidencesystemsinc/sdk 1.5.5 → 1.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/SelfShadowComponent.d.ts +1 -1
- package/dist/index.cjs +46 -46
- package/dist/index.d.ts +2 -2
- package/dist/index.js +592 -589
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ var Db = (e) => {
|
|
|
5
5
|
var Kk = (e, t, n) => t in e ? Vk(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
6
6
|
var le = (e, t, n) => Kk(e, typeof t != "symbol" ? t + "" : t, n), Ig = (e, t, n) => t.has(e) || Db("Cannot " + n);
|
|
7
7
|
var V = (e, t, n) => (Ig(e, t, "read from private field"), n ? n.call(e) : t.get(e)), Ke = (e, t, n) => t.has(e) ? Db("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), Oe = (e, t, n, r) => (Ig(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n), at = (e, t, n) => (Ig(e, t, "access private method"), n);
|
|
8
|
-
var
|
|
8
|
+
var Lp = (e, t, n, r) => ({
|
|
9
9
|
set _(o) {
|
|
10
10
|
Oe(e, t, o, n);
|
|
11
11
|
},
|
|
@@ -15,7 +15,7 @@ var Mp = (e, t, n, r) => ({
|
|
|
15
15
|
});
|
|
16
16
|
import { jsx as W, Fragment as sr, jsxs as Ne } from "react/jsx-runtime";
|
|
17
17
|
import * as D from "react";
|
|
18
|
-
import Yt, { createContext as Si, forwardRef as Mu, useRef as Jn, useEffect as Et, useState as tt, useLayoutEffect as wo, useContext as yi, useMemo as pn, useCallback as _r, isValidElement as AS, cloneElement as Iv, createElement as Ov, Fragment as CS, useId as
|
|
18
|
+
import Yt, { createContext as Si, forwardRef as Mu, useRef as Jn, useEffect as Et, useState as tt, useLayoutEffect as wo, useContext as yi, useMemo as pn, useCallback as _r, isValidElement as AS, cloneElement as Iv, createElement as Ov, Fragment as CS, useId as Jh, Children as Yk, Suspense as Gk, Component as Qk } from "react";
|
|
19
19
|
import * as ES from "react-dom";
|
|
20
20
|
import { createPortal as cs, flushSync as Zk } from "react-dom";
|
|
21
21
|
function Xk(e) {
|
|
@@ -1251,7 +1251,7 @@ function Jk() {
|
|
|
1251
1251
|
return Vn(y, T, !1, 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server');
|
|
1252
1252
|
}, Qs.version = "18.3.1", Qs;
|
|
1253
1253
|
}
|
|
1254
|
-
var
|
|
1254
|
+
var Dp = {};
|
|
1255
1255
|
/**
|
|
1256
1256
|
* @license React
|
|
1257
1257
|
* react-dom-server.browser.production.min.js
|
|
@@ -1263,7 +1263,7 @@ var Np = {};
|
|
|
1263
1263
|
*/
|
|
1264
1264
|
var zb;
|
|
1265
1265
|
function qk() {
|
|
1266
|
-
if (zb) return
|
|
1266
|
+
if (zb) return Dp;
|
|
1267
1267
|
zb = 1;
|
|
1268
1268
|
var e = Yt;
|
|
1269
1269
|
function t(b) {
|
|
@@ -2469,7 +2469,7 @@ function qk() {
|
|
|
2469
2469
|
ki(b, z), ya(b, z);
|
|
2470
2470
|
}
|
|
2471
2471
|
}
|
|
2472
|
-
return
|
|
2472
|
+
return Dp.renderToReadableStream = function(b, k) {
|
|
2473
2473
|
return new Promise(function(P, z) {
|
|
2474
2474
|
var ee, X, se = new Promise(function(et, Lt) {
|
|
2475
2475
|
X = et, ee = Lt;
|
|
@@ -2500,7 +2500,7 @@ function qk() {
|
|
|
2500
2500
|
}
|
|
2501
2501
|
tc(we);
|
|
2502
2502
|
});
|
|
2503
|
-
},
|
|
2503
|
+
}, Dp.version = "18.3.1", Dp;
|
|
2504
2504
|
}
|
|
2505
2505
|
var Zs = {};
|
|
2506
2506
|
/**
|
|
@@ -4506,10 +4506,10 @@ function eT() {
|
|
|
4506
4506
|
selectedValue: null
|
|
4507
4507
|
};
|
|
4508
4508
|
}
|
|
4509
|
-
function
|
|
4509
|
+
function Qd(a, l, d, g) {
|
|
4510
4510
|
return d.generateStaticMarkup ? (a.push(Zt(l)), !1) : yn(a, l, d, g);
|
|
4511
4511
|
}
|
|
4512
|
-
function
|
|
4512
|
+
function Zd(a, l, d, g) {
|
|
4513
4513
|
if (!l.generateStaticMarkup)
|
|
4514
4514
|
return Lr(a, l, d, g);
|
|
4515
4515
|
}
|
|
@@ -4525,11 +4525,11 @@ function eT() {
|
|
|
4525
4525
|
function $m(a, l) {
|
|
4526
4526
|
return l.generateStaticMarkup ? !0 : xs(a);
|
|
4527
4527
|
}
|
|
4528
|
-
var or = Object.assign, Wm = Symbol.for("react.element"),
|
|
4528
|
+
var or = Object.assign, Wm = Symbol.for("react.element"), Xd = Symbol.for("react.portal"), sc = Symbol.for("react.fragment"), yr = Symbol.for("react.strict_mode"), Jd = Symbol.for("react.profiler"), lc = Symbol.for("react.provider"), cc = Symbol.for("react.context"), uc = Symbol.for("react.forward_ref"), fc = Symbol.for("react.suspense"), As = Symbol.for("react.suspense_list"), Cs = Symbol.for("react.memo"), Ea = Symbol.for("react.lazy"), rf = Symbol.for("react.scope"), of = Symbol.for("react.debug_trace_mode"), af = Symbol.for("react.legacy_hidden"), dc = Symbol.for("react.default_value"), qd = Symbol.iterator, Hm = "@@iterator";
|
|
4529
4529
|
function Vm(a) {
|
|
4530
4530
|
if (a === null || typeof a != "object")
|
|
4531
4531
|
return null;
|
|
4532
|
-
var l =
|
|
4532
|
+
var l = qd && a[qd] || a[Hm];
|
|
4533
4533
|
return typeof l == "function" ? l : null;
|
|
4534
4534
|
}
|
|
4535
4535
|
function Km(a, l, d) {
|
|
@@ -4552,9 +4552,9 @@ function eT() {
|
|
|
4552
4552
|
switch (a) {
|
|
4553
4553
|
case sc:
|
|
4554
4554
|
return "Fragment";
|
|
4555
|
-
case
|
|
4555
|
+
case Xd:
|
|
4556
4556
|
return "Portal";
|
|
4557
|
-
case
|
|
4557
|
+
case Jd:
|
|
4558
4558
|
return "Profiler";
|
|
4559
4559
|
case yr:
|
|
4560
4560
|
return "StrictMode";
|
|
@@ -4587,14 +4587,14 @@ function eT() {
|
|
|
4587
4587
|
}
|
|
4588
4588
|
return null;
|
|
4589
4589
|
}
|
|
4590
|
-
var Es = 0,
|
|
4590
|
+
var Es = 0, ep, lf, $t, ka, cf, uf, ff;
|
|
4591
4591
|
function df() {
|
|
4592
4592
|
}
|
|
4593
4593
|
df.__reactDisabledLog = !0;
|
|
4594
|
-
function
|
|
4594
|
+
function tp() {
|
|
4595
4595
|
{
|
|
4596
4596
|
if (Es === 0) {
|
|
4597
|
-
|
|
4597
|
+
ep = console.log, lf = console.info, $t = console.warn, ka = console.error, cf = console.group, uf = console.groupCollapsed, ff = console.groupEnd;
|
|
4598
4598
|
var a = {
|
|
4599
4599
|
configurable: !0,
|
|
4600
4600
|
enumerable: !0,
|
|
@@ -4614,7 +4614,7 @@ function eT() {
|
|
|
4614
4614
|
Es++;
|
|
4615
4615
|
}
|
|
4616
4616
|
}
|
|
4617
|
-
function
|
|
4617
|
+
function np() {
|
|
4618
4618
|
{
|
|
4619
4619
|
if (Es--, Es === 0) {
|
|
4620
4620
|
var a = {
|
|
@@ -4624,7 +4624,7 @@ function eT() {
|
|
|
4624
4624
|
};
|
|
4625
4625
|
Object.defineProperties(console, {
|
|
4626
4626
|
log: or({}, a, {
|
|
4627
|
-
value:
|
|
4627
|
+
value: ep
|
|
4628
4628
|
}),
|
|
4629
4629
|
info: or({}, a, {
|
|
4630
4630
|
value: lf
|
|
@@ -4681,7 +4681,7 @@ function eT() {
|
|
|
4681
4681
|
var S = Error.prepareStackTrace;
|
|
4682
4682
|
Error.prepareStackTrace = void 0;
|
|
4683
4683
|
var _;
|
|
4684
|
-
_ = pc.current, pc.current = null,
|
|
4684
|
+
_ = pc.current, pc.current = null, tp();
|
|
4685
4685
|
try {
|
|
4686
4686
|
if (l) {
|
|
4687
4687
|
var I = function() {
|
|
@@ -4734,7 +4734,7 @@ function eT() {
|
|
|
4734
4734
|
}
|
|
4735
4735
|
}
|
|
4736
4736
|
} finally {
|
|
4737
|
-
pf = !1, pc.current = _,
|
|
4737
|
+
pf = !1, pc.current = _, np(), Error.prepareStackTrace = S;
|
|
4738
4738
|
}
|
|
4739
4739
|
var Ze = a ? a.displayName || a.name : "", bt = Ze ? ks(Ze) : "";
|
|
4740
4740
|
return typeof a == "function" && Ta.set(a, bt), bt;
|
|
@@ -4778,7 +4778,7 @@ function eT() {
|
|
|
4778
4778
|
}
|
|
4779
4779
|
return "";
|
|
4780
4780
|
}
|
|
4781
|
-
var
|
|
4781
|
+
var rp = {}, gf = n.ReactDebugCurrentFrame;
|
|
4782
4782
|
function mc(a) {
|
|
4783
4783
|
if (a) {
|
|
4784
4784
|
var l = a._owner, d = _s(a.type, a._source, l ? l.type : null);
|
|
@@ -4801,7 +4801,7 @@ function eT() {
|
|
|
4801
4801
|
} catch (ue) {
|
|
4802
4802
|
j = ue;
|
|
4803
4803
|
}
|
|
4804
|
-
j && !(j instanceof Error) && (mc(S), o("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", g || "React class", d, I, typeof j), mc(null)), j instanceof Error && !(j.message in
|
|
4804
|
+
j && !(j instanceof Error) && (mc(S), o("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", g || "React class", d, I, typeof j), mc(null)), j instanceof Error && !(j.message in rp) && (rp[j.message] = !0, mc(S), o("Failed %s type: %s", d, j.message), mc(null));
|
|
4805
4805
|
}
|
|
4806
4806
|
}
|
|
4807
4807
|
}
|
|
@@ -4824,7 +4824,7 @@ function eT() {
|
|
|
4824
4824
|
return g;
|
|
4825
4825
|
}
|
|
4826
4826
|
}
|
|
4827
|
-
function
|
|
4827
|
+
function op(a, l, d, g) {
|
|
4828
4828
|
{
|
|
4829
4829
|
if (typeof a.getChildContext != "function") {
|
|
4830
4830
|
{
|
|
@@ -4894,7 +4894,7 @@ function eT() {
|
|
|
4894
4894
|
var l = qo, d = a;
|
|
4895
4895
|
l !== d && (l === null ? xc(d) : d === null ? ei(l) : l.depth === d.depth ? bc(l, d) : l.depth > d.depth ? wc(l, d) : Is(l, d), qo = d);
|
|
4896
4896
|
}
|
|
4897
|
-
function
|
|
4897
|
+
function ip(a, l) {
|
|
4898
4898
|
var d;
|
|
4899
4899
|
d = a._currentValue2, a._currentValue2 = l, a._currentRenderer2 !== void 0 && a._currentRenderer2 !== null && a._currentRenderer2 !== Ri && o("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."), a._currentRenderer2 = Ri;
|
|
4900
4900
|
var g = qo, S = {
|
|
@@ -4906,7 +4906,7 @@ function eT() {
|
|
|
4906
4906
|
};
|
|
4907
4907
|
return qo = S, S;
|
|
4908
4908
|
}
|
|
4909
|
-
function
|
|
4909
|
+
function ap(a) {
|
|
4910
4910
|
var l = qo;
|
|
4911
4911
|
if (l === null)
|
|
4912
4912
|
throw new Error("Tried to pop a Context at the root of the app. This is a bug in React.");
|
|
@@ -4917,7 +4917,7 @@ function eT() {
|
|
|
4917
4917
|
}
|
|
4918
4918
|
return qo = l.parent;
|
|
4919
4919
|
}
|
|
4920
|
-
function
|
|
4920
|
+
function sp() {
|
|
4921
4921
|
return qo;
|
|
4922
4922
|
}
|
|
4923
4923
|
function ti(a) {
|
|
@@ -4930,7 +4930,7 @@ function eT() {
|
|
|
4930
4930
|
function Gm(a, l) {
|
|
4931
4931
|
a._reactInternals = l;
|
|
4932
4932
|
}
|
|
4933
|
-
var
|
|
4933
|
+
var lp = {}, _a = {}, Ms, bf, Sc, Ac, Cc, Ra, Ns, Ls, Ec;
|
|
4934
4934
|
{
|
|
4935
4935
|
Ms = /* @__PURE__ */ new Set(), bf = /* @__PURE__ */ new Set(), Sc = /* @__PURE__ */ new Set(), Ns = /* @__PURE__ */ new Set(), Ac = /* @__PURE__ */ new Set(), Ls = /* @__PURE__ */ new Set(), Ec = /* @__PURE__ */ new Set();
|
|
4936
4936
|
var Ds = /* @__PURE__ */ new Set();
|
|
@@ -4949,11 +4949,11 @@ function eT() {
|
|
|
4949
4949
|
function kc(a, l) {
|
|
4950
4950
|
{
|
|
4951
4951
|
var d = a.constructor, g = d && Vt(d) || "ReactClass", S = g + "." + l;
|
|
4952
|
-
if (
|
|
4952
|
+
if (lp[S])
|
|
4953
4953
|
return;
|
|
4954
4954
|
o(`%s(...): Can only update a mounting component. This usually means you called %s() outside componentWillMount() on the server. This is a no-op.
|
|
4955
4955
|
|
|
4956
|
-
Please check the code for the %s component.`, l, l, g),
|
|
4956
|
+
Please check the code for the %s component.`, l, l, g), lp[S] = !0;
|
|
4957
4957
|
}
|
|
4958
4958
|
}
|
|
4959
4959
|
var Tc = {
|
|
@@ -4979,7 +4979,7 @@ Please check the code for the %s component.`, l, l, g), ap[S] = !0;
|
|
|
4979
4979
|
var I = _ == null ? g : or({}, g, _);
|
|
4980
4980
|
return I;
|
|
4981
4981
|
}
|
|
4982
|
-
function
|
|
4982
|
+
function cp(a, l, d) {
|
|
4983
4983
|
var g = Rs, S = a.contextType;
|
|
4984
4984
|
if ("contextType" in a) {
|
|
4985
4985
|
var _ = (
|
|
@@ -5017,7 +5017,7 @@ https://reactjs.org/link/unsafe-component-lifecycles`, Ze, bt, ue !== null ? `
|
|
|
5017
5017
|
}
|
|
5018
5018
|
return j;
|
|
5019
5019
|
}
|
|
5020
|
-
function
|
|
5020
|
+
function up(a, l, d) {
|
|
5021
5021
|
{
|
|
5022
5022
|
var g = Vt(l) || "Component", S = a.render;
|
|
5023
5023
|
S || (l.prototype && typeof l.prototype.render == "function" ? o("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?", g) : o("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.", g)), a.getInitialState && !a.getInitialState.isReactClassApproved && !a.state && o("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?", g), a.getDefaultProps && !a.getDefaultProps.isReactClassApproved && o("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.", g), a.propTypes && o("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.", g), a.contextType && o("contextType was defined as an instance property on %s. Use a static property to define contextType instead.", g), a.contextTypes && o("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.", g), l.contextType && l.contextTypes && !Ls.has(l) && (Ls.add(l), o("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.", g)), typeof a.componentShouldUpdate == "function" && o("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.", g), l.prototype && l.prototype.isPureReactComponent && typeof a.shouldComponentUpdate < "u" && o("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.", Vt(l) || "A pure component"), typeof a.componentDidUnmount == "function" && o("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?", g), typeof a.componentDidReceiveProps == "function" && o("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().", g), typeof a.componentWillRecieveProps == "function" && o("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?", g), typeof a.UNSAFE_componentWillRecieveProps == "function" && o("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?", g);
|
|
@@ -5027,7 +5027,7 @@ https://reactjs.org/link/unsafe-component-lifecycles`, Ze, bt, ue !== null ? `
|
|
|
5027
5027
|
I && (typeof I != "object" || $n(I)) && o("%s.state: must be set to an object or null", g), typeof a.getChildContext == "function" && typeof l.childContextTypes != "object" && o("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().", g);
|
|
5028
5028
|
}
|
|
5029
5029
|
}
|
|
5030
|
-
function
|
|
5030
|
+
function fp(a, l) {
|
|
5031
5031
|
var d = l.state;
|
|
5032
5032
|
if (typeof l.componentWillMount == "function") {
|
|
5033
5033
|
if (l.componentWillMount.__suppressDeprecationWarning !== !0) {
|
|
@@ -5061,8 +5061,8 @@ Please update the following components: %s`,
|
|
|
5061
5061
|
} else
|
|
5062
5062
|
a.queue = null;
|
|
5063
5063
|
}
|
|
5064
|
-
function
|
|
5065
|
-
|
|
5064
|
+
function dp(a, l, d, g) {
|
|
5065
|
+
up(a, l, d);
|
|
5066
5066
|
var S = a.state !== void 0 ? a.state : null;
|
|
5067
5067
|
a.updater = Tc, a.props = d, a.state = S;
|
|
5068
5068
|
var _ = {
|
|
@@ -5076,7 +5076,7 @@ Please update the following components: %s`,
|
|
|
5076
5076
|
Ns.has(j) || (Ns.add(j), o("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.", j));
|
|
5077
5077
|
}
|
|
5078
5078
|
var Z = l.getDerivedStateFromProps;
|
|
5079
|
-
typeof Z == "function" && (a.state = xf(a, l, Z, S, d)), typeof l.getDerivedStateFromProps != "function" && typeof a.getSnapshotBeforeUpdate != "function" && (typeof a.UNSAFE_componentWillMount == "function" || typeof a.componentWillMount == "function") && (
|
|
5079
|
+
typeof Z == "function" && (a.state = xf(a, l, Z, S, d)), typeof l.getDerivedStateFromProps != "function" && typeof a.getSnapshotBeforeUpdate != "function" && (typeof a.UNSAFE_componentWillMount == "function" || typeof a.componentWillMount == "function") && (fp(l, a), Qm(_, a, d, g));
|
|
5080
5080
|
}
|
|
5081
5081
|
var Zm = {
|
|
5082
5082
|
id: 1,
|
|
@@ -5175,13 +5175,13 @@ Incoming: %s`, wr, "[" + a.join(", ") + "]", "[" + l.join(", ") + "]");
|
|
|
5175
5175
|
return typeof l == "function" ? l(a) : l;
|
|
5176
5176
|
}
|
|
5177
5177
|
function Ef(a) {
|
|
5178
|
-
return wr = "useState",
|
|
5178
|
+
return wr = "useState", pp(
|
|
5179
5179
|
Ic,
|
|
5180
5180
|
// useReducer has a special case to support lazy useState initializers
|
|
5181
5181
|
a
|
|
5182
5182
|
);
|
|
5183
5183
|
}
|
|
5184
|
-
function
|
|
5184
|
+
function pp(a, l, d) {
|
|
5185
5185
|
if (a !== Ic && (wr = "useReducer"), Io = fo(), Bt = ri(), br) {
|
|
5186
5186
|
var g = Bt.queue, S = g.dispatch;
|
|
5187
5187
|
if (mt !== null) {
|
|
@@ -5204,11 +5204,11 @@ Incoming: %s`, wr, "[" + a.join(", ") + "]", "[" + l.join(", ") + "]");
|
|
|
5204
5204
|
var ve = Bt.queue = {
|
|
5205
5205
|
last: null,
|
|
5206
5206
|
dispatch: null
|
|
5207
|
-
}, Re = ve.dispatch =
|
|
5207
|
+
}, Re = ve.dispatch = mp.bind(null, Io, ve);
|
|
5208
5208
|
return [Bt.memoizedState, Re];
|
|
5209
5209
|
}
|
|
5210
5210
|
}
|
|
5211
|
-
function
|
|
5211
|
+
function hp(a, l) {
|
|
5212
5212
|
Io = fo(), Bt = ri();
|
|
5213
5213
|
var d = l === void 0 ? null : l;
|
|
5214
5214
|
if (Bt !== null) {
|
|
@@ -5237,7 +5237,7 @@ Incoming: %s`, wr, "[" + a.join(", ") + "]", "[" + l.join(", ") + "]");
|
|
|
5237
5237
|
function sg(a, l) {
|
|
5238
5238
|
wr = "useLayoutEffect", o("useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This will lead to a mismatch between the initial, non-hydrated UI and the intended UI. To avoid this, useLayoutEffect should only be used in components that render exclusively on the client. See https://reactjs.org/link/uselayouteffect-ssr for common fixes.");
|
|
5239
5239
|
}
|
|
5240
|
-
function
|
|
5240
|
+
function mp(a, l, d) {
|
|
5241
5241
|
if (ni >= Pc)
|
|
5242
5242
|
throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");
|
|
5243
5243
|
if (a === Io) {
|
|
@@ -5257,8 +5257,8 @@ Incoming: %s`, wr, "[" + a.join(", ") + "]", "[" + l.join(", ") + "]");
|
|
|
5257
5257
|
}
|
|
5258
5258
|
}
|
|
5259
5259
|
}
|
|
5260
|
-
function
|
|
5261
|
-
return
|
|
5260
|
+
function gp(a, l) {
|
|
5261
|
+
return hp(function() {
|
|
5262
5262
|
return a;
|
|
5263
5263
|
}, l);
|
|
5264
5264
|
}
|
|
@@ -5288,16 +5288,16 @@ Incoming: %s`, wr, "[" + a.join(", ") + "]", "[" + l.join(", ") + "]");
|
|
|
5288
5288
|
}
|
|
5289
5289
|
function Oc() {
|
|
5290
5290
|
}
|
|
5291
|
-
var
|
|
5291
|
+
var vp = {
|
|
5292
5292
|
readContext: ig,
|
|
5293
5293
|
useContext: ag,
|
|
5294
|
-
useMemo:
|
|
5295
|
-
useReducer:
|
|
5294
|
+
useMemo: hp,
|
|
5295
|
+
useReducer: pp,
|
|
5296
5296
|
useRef: kf,
|
|
5297
5297
|
useState: Ef,
|
|
5298
5298
|
useInsertionEffect: Oc,
|
|
5299
5299
|
useLayoutEffect: sg,
|
|
5300
|
-
useCallback:
|
|
5300
|
+
useCallback: gp,
|
|
5301
5301
|
// useImperativeHandle is not run in the server environment
|
|
5302
5302
|
useImperativeHandle: Oc,
|
|
5303
5303
|
// Effects are not run in the server environment.
|
|
@@ -5311,7 +5311,7 @@ Incoming: %s`, wr, "[" + a.join(", ") + "]", "[" + l.join(", ") + "]");
|
|
|
5311
5311
|
useMutableSource: lg,
|
|
5312
5312
|
useSyncExternalStore: cg
|
|
5313
5313
|
}, Tf = null;
|
|
5314
|
-
function
|
|
5314
|
+
function yp(a) {
|
|
5315
5315
|
Tf = a;
|
|
5316
5316
|
}
|
|
5317
5317
|
function Mc(a) {
|
|
@@ -5338,7 +5338,7 @@ Error generating stack: ` + g.message + `
|
|
|
5338
5338
|
` + g.stack;
|
|
5339
5339
|
}
|
|
5340
5340
|
}
|
|
5341
|
-
var Nc = n.ReactCurrentDispatcher, Bs = n.ReactDebugCurrentFrame, Lc = 0, Ia = 1, Dc = 2, Fc = 3, zc = 4, Oa = 0, _f = 1, Mi = 2,
|
|
5341
|
+
var Nc = n.ReactCurrentDispatcher, Bs = n.ReactDebugCurrentFrame, Lc = 0, Ia = 1, Dc = 2, Fc = 3, zc = 4, Oa = 0, _f = 1, Mi = 2, bp = 12800;
|
|
5342
5342
|
function hg(a) {
|
|
5343
5343
|
return console.error(a), null;
|
|
5344
5344
|
}
|
|
@@ -5348,7 +5348,7 @@ Error generating stack: ` + g.message + `
|
|
|
5348
5348
|
var ue = [], ve = /* @__PURE__ */ new Set(), Re = {
|
|
5349
5349
|
destination: null,
|
|
5350
5350
|
responseState: l,
|
|
5351
|
-
progressiveChunkSize: g === void 0 ?
|
|
5351
|
+
progressiveChunkSize: g === void 0 ? bp : g,
|
|
5352
5352
|
status: Oa,
|
|
5353
5353
|
fatalError: null,
|
|
5354
5354
|
nextSegmentId: 0,
|
|
@@ -5500,7 +5500,7 @@ Error generating stack: ` + g.message + `
|
|
|
5500
5500
|
);
|
|
5501
5501
|
Re.parentFlushed = !0, l.blockedBoundary = Z, l.blockedSegment = Re;
|
|
5502
5502
|
try {
|
|
5503
|
-
if (Gn(a, l, I),
|
|
5503
|
+
if (Gn(a, l, I), Zd(Re.chunks, a.responseState, Re.lastPushedText, Re.textEmbedded), Re.status = Ia, La(Z, Re), Z.pendingTasks === 0) {
|
|
5504
5504
|
po(l);
|
|
5505
5505
|
return;
|
|
5506
5506
|
}
|
|
@@ -5528,13 +5528,13 @@ Error generating stack: ` + g.message + `
|
|
|
5528
5528
|
var I = d(g, S);
|
|
5529
5529
|
return og(d, g, I, S);
|
|
5530
5530
|
}
|
|
5531
|
-
function
|
|
5531
|
+
function xp(a, l, d, g, S) {
|
|
5532
5532
|
var _ = d.render();
|
|
5533
5533
|
d.props !== S && (Of || o("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.", Vt(g) || "a component"), Of = !0);
|
|
5534
5534
|
{
|
|
5535
5535
|
var I = g.childContextTypes;
|
|
5536
5536
|
if (I != null) {
|
|
5537
|
-
var j = l.legacyContext, Z =
|
|
5537
|
+
var j = l.legacyContext, Z = op(d, g, j, I);
|
|
5538
5538
|
l.legacyContext = Z, Sr(a, l, _), l.legacyContext = j;
|
|
5539
5539
|
return;
|
|
5540
5540
|
}
|
|
@@ -5543,15 +5543,15 @@ Error generating stack: ` + g.message + `
|
|
|
5543
5543
|
}
|
|
5544
5544
|
function vg(a, l, d, g) {
|
|
5545
5545
|
Mo(l, d);
|
|
5546
|
-
var S = Ps(d, l.legacyContext), _ =
|
|
5547
|
-
|
|
5546
|
+
var S = Ps(d, l.legacyContext), _ = cp(d, g, S);
|
|
5547
|
+
dp(_, d, g, S), xp(a, l, _, d, g), po(l);
|
|
5548
5548
|
}
|
|
5549
|
-
var
|
|
5550
|
-
function
|
|
5549
|
+
var wp = {}, Vs = {}, If = {}, Sp = {}, Of = !1, Ks = {}, Mf = !1, Nf = !1, Lf = !1;
|
|
5550
|
+
function Ap(a, l, d, g) {
|
|
5551
5551
|
var S;
|
|
5552
5552
|
if (S = Ps(d, l.legacyContext), Us(l, d), d.prototype && typeof d.prototype.render == "function") {
|
|
5553
5553
|
var _ = Vt(d) || "Unknown";
|
|
5554
|
-
|
|
5554
|
+
wp[_] || (o("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.", _, _), wp[_] = !0);
|
|
5555
5555
|
}
|
|
5556
5556
|
var I = Hs(a, l, d, g, S), j = Cf();
|
|
5557
5557
|
if (typeof I == "object" && I !== null && typeof I.render == "function" && I.$$typeof === void 0) {
|
|
@@ -5567,8 +5567,8 @@ Error generating stack: ` + g.message + `
|
|
|
5567
5567
|
var ue = Vt(d) || "Unknown";
|
|
5568
5568
|
Vs[ue] || (o("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.", ue, ue, ue), Vs[ue] = !0);
|
|
5569
5569
|
}
|
|
5570
|
-
|
|
5571
|
-
} else if (
|
|
5570
|
+
dp(I, d, g, S), xp(a, l, I, d, g);
|
|
5571
|
+
} else if (Cp(d), j) {
|
|
5572
5572
|
var ve = l.treeContext, Re = 1, Ze = 0;
|
|
5573
5573
|
l.treeContext = wf(ve, Re, Ze);
|
|
5574
5574
|
try {
|
|
@@ -5580,7 +5580,7 @@ Error generating stack: ` + g.message + `
|
|
|
5580
5580
|
Sr(a, l, I);
|
|
5581
5581
|
po(l);
|
|
5582
5582
|
}
|
|
5583
|
-
function
|
|
5583
|
+
function Cp(a) {
|
|
5584
5584
|
{
|
|
5585
5585
|
if (a && a.childContextTypes && o("%s(...): childContextTypes cannot be defined on a function component.", a.displayName || a.name || "Component"), a.defaultProps !== void 0) {
|
|
5586
5586
|
var l = Vt(a) || "Unknown";
|
|
@@ -5588,7 +5588,7 @@ Error generating stack: ` + g.message + `
|
|
|
5588
5588
|
}
|
|
5589
5589
|
if (typeof a.getDerivedStateFromProps == "function") {
|
|
5590
5590
|
var d = Vt(a) || "Unknown";
|
|
5591
|
-
|
|
5591
|
+
Sp[d] || (o("%s: Function components do not support getDerivedStateFromProps.", d), Sp[d] = !0);
|
|
5592
5592
|
}
|
|
5593
5593
|
if (typeof a.contextType == "object" && a.contextType !== null) {
|
|
5594
5594
|
var g = Vt(a) || "Unknown";
|
|
@@ -5605,7 +5605,7 @@ Error generating stack: ` + g.message + `
|
|
|
5605
5605
|
}
|
|
5606
5606
|
return l;
|
|
5607
5607
|
}
|
|
5608
|
-
function
|
|
5608
|
+
function Ep(a, l, d, g, S) {
|
|
5609
5609
|
Us(l, d.render);
|
|
5610
5610
|
var _ = Hs(a, l, d.render, g, S), I = Cf();
|
|
5611
5611
|
if (I) {
|
|
@@ -5631,9 +5631,9 @@ Error generating stack: ` + g.message + `
|
|
|
5631
5631
|
var _ = ti(d), I = S(_);
|
|
5632
5632
|
Sr(a, l, I);
|
|
5633
5633
|
}
|
|
5634
|
-
function
|
|
5634
|
+
function kp(a, l, d, g) {
|
|
5635
5635
|
var S = d._context, _ = g.value, I = g.children, j;
|
|
5636
|
-
j = l.context, l.context =
|
|
5636
|
+
j = l.context, l.context = ip(S, _), Sr(a, l, I), l.context = ap(S), j !== l.context && o("Popping the context provider did not return back to the original snapshot. This is a bug in React.");
|
|
5637
5637
|
}
|
|
5638
5638
|
function xg(a, l, d, g, S) {
|
|
5639
5639
|
Li(l, "Lazy");
|
|
@@ -5646,7 +5646,7 @@ Error generating stack: ` + g.message + `
|
|
|
5646
5646
|
vg(a, l, d, g);
|
|
5647
5647
|
return;
|
|
5648
5648
|
} else {
|
|
5649
|
-
|
|
5649
|
+
Ap(a, l, d, g);
|
|
5650
5650
|
return;
|
|
5651
5651
|
}
|
|
5652
5652
|
if (typeof d == "string") {
|
|
@@ -5665,7 +5665,7 @@ Error generating stack: ` + g.message + `
|
|
|
5665
5665
|
case af:
|
|
5666
5666
|
case of:
|
|
5667
5667
|
case yr:
|
|
5668
|
-
case
|
|
5668
|
+
case Jd:
|
|
5669
5669
|
case sc: {
|
|
5670
5670
|
Sr(a, l, g.children);
|
|
5671
5671
|
return;
|
|
@@ -5685,7 +5685,7 @@ Error generating stack: ` + g.message + `
|
|
|
5685
5685
|
if (typeof d == "object" && d !== null)
|
|
5686
5686
|
switch (d.$$typeof) {
|
|
5687
5687
|
case uc: {
|
|
5688
|
-
|
|
5688
|
+
Ep(a, l, d, g, S);
|
|
5689
5689
|
return;
|
|
5690
5690
|
}
|
|
5691
5691
|
case Cs: {
|
|
@@ -5693,7 +5693,7 @@ Error generating stack: ` + g.message + `
|
|
|
5693
5693
|
return;
|
|
5694
5694
|
}
|
|
5695
5695
|
case lc: {
|
|
5696
|
-
|
|
5696
|
+
kp(a, l, d, g);
|
|
5697
5697
|
return;
|
|
5698
5698
|
}
|
|
5699
5699
|
case cc: {
|
|
@@ -5727,7 +5727,7 @@ Error generating stack: ` + g.message + `
|
|
|
5727
5727
|
Ff(a, l, S, _, I);
|
|
5728
5728
|
return;
|
|
5729
5729
|
}
|
|
5730
|
-
case
|
|
5730
|
+
case Xd:
|
|
5731
5731
|
throw new Error("Portals are not currently supported by the server renderer. Render them conditionally so that they only appear on the client render.");
|
|
5732
5732
|
// eslint-disable-next-line-no-fallthrough
|
|
5733
5733
|
case Ea: {
|
|
@@ -5767,12 +5767,12 @@ Error generating stack: ` + g.message + `
|
|
|
5767
5767
|
}
|
|
5768
5768
|
if (typeof d == "string") {
|
|
5769
5769
|
var zi = l.blockedSegment;
|
|
5770
|
-
zi.lastPushedText =
|
|
5770
|
+
zi.lastPushedText = Qd(l.blockedSegment.chunks, d, a.responseState, zi.lastPushedText);
|
|
5771
5771
|
return;
|
|
5772
5772
|
}
|
|
5773
5773
|
if (typeof d == "number") {
|
|
5774
5774
|
var Lo = l.blockedSegment;
|
|
5775
|
-
Lo.lastPushedText =
|
|
5775
|
+
Lo.lastPushedText = Qd(l.blockedSegment.chunks, "" + d, a.responseState, Lo.lastPushedText);
|
|
5776
5776
|
return;
|
|
5777
5777
|
}
|
|
5778
5778
|
typeof d == "function" && o("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.");
|
|
@@ -5825,11 +5825,11 @@ Error generating stack: ` + g.message + `
|
|
|
5825
5825
|
_();
|
|
5826
5826
|
}
|
|
5827
5827
|
}
|
|
5828
|
-
function
|
|
5828
|
+
function Tp(a) {
|
|
5829
5829
|
var l = this, d = a.blockedBoundary, g = a.blockedSegment;
|
|
5830
|
-
g.status = Fc,
|
|
5830
|
+
g.status = Fc, Rp(l, d, g);
|
|
5831
5831
|
}
|
|
5832
|
-
function
|
|
5832
|
+
function _p(a, l, d) {
|
|
5833
5833
|
var g = a.blockedBoundary, S = a.blockedSegment;
|
|
5834
5834
|
if (S.status = Fc, g === null)
|
|
5835
5835
|
l.allPendingTasks--, l.status !== Mi && (l.status = Mi, l.destination !== null && h(l.destination));
|
|
@@ -5852,7 +5852,7 @@ Error generating stack: ` + g.message + `
|
|
|
5852
5852
|
g.parentFlushed && l.clientRenderedBoundaries.push(g);
|
|
5853
5853
|
}
|
|
5854
5854
|
if (g.fallbackAbortableTasks.forEach(function(ue) {
|
|
5855
|
-
return
|
|
5855
|
+
return _p(ue, l, d);
|
|
5856
5856
|
}), g.fallbackAbortableTasks.clear(), l.allPendingTasks--, l.allPendingTasks === 0) {
|
|
5857
5857
|
var Z = l.onAllReady;
|
|
5858
5858
|
Z();
|
|
@@ -5868,7 +5868,7 @@ Error generating stack: ` + g.message + `
|
|
|
5868
5868
|
g.push(l);
|
|
5869
5869
|
}
|
|
5870
5870
|
}
|
|
5871
|
-
function
|
|
5871
|
+
function Rp(a, l, d) {
|
|
5872
5872
|
if (l === null) {
|
|
5873
5873
|
if (d.parentFlushed) {
|
|
5874
5874
|
if (a.completedRootSegment !== null)
|
|
@@ -5882,7 +5882,7 @@ Error generating stack: ` + g.message + `
|
|
|
5882
5882
|
}
|
|
5883
5883
|
} else if (l.pendingTasks--, !l.forceClientRender) {
|
|
5884
5884
|
if (l.pendingTasks === 0)
|
|
5885
|
-
d.parentFlushed && d.status === Ia && La(l, d), l.parentFlushed && a.completedBoundaries.push(l), l.fallbackAbortableTasks.forEach(
|
|
5885
|
+
d.parentFlushed && d.status === Ia && La(l, d), l.parentFlushed && a.completedBoundaries.push(l), l.fallbackAbortableTasks.forEach(Tp, a), l.fallbackAbortableTasks.clear();
|
|
5886
5886
|
else if (d.parentFlushed && d.status === Ia) {
|
|
5887
5887
|
La(l, d);
|
|
5888
5888
|
var S = l.completedSegments;
|
|
@@ -5901,7 +5901,7 @@ Error generating stack: ` + g.message + `
|
|
|
5901
5901
|
var g = null;
|
|
5902
5902
|
g = Oo, Oo = l;
|
|
5903
5903
|
try {
|
|
5904
|
-
Sr(a, l, l.node),
|
|
5904
|
+
Sr(a, l, l.node), Zd(d.chunks, a.responseState, d.lastPushedText, d.textEmbedded), l.abortSet.delete(l), d.status = Ia, Rp(a, l.blockedBoundary, d);
|
|
5905
5905
|
} catch (_) {
|
|
5906
5906
|
if (zs(), typeof _ == "object" && _ !== null && typeof _.then == "function") {
|
|
5907
5907
|
var S = l.ping;
|
|
@@ -5915,12 +5915,12 @@ Error generating stack: ` + g.message + `
|
|
|
5915
5915
|
}
|
|
5916
5916
|
function zf(a) {
|
|
5917
5917
|
if (a.status !== Mi) {
|
|
5918
|
-
var l =
|
|
5919
|
-
Nc.current =
|
|
5918
|
+
var l = sp(), d = Nc.current;
|
|
5919
|
+
Nc.current = vp;
|
|
5920
5920
|
var g;
|
|
5921
5921
|
g = Bs.getCurrentStack, Bs.getCurrentStack = Rf;
|
|
5922
5922
|
var S = Tf;
|
|
5923
|
-
|
|
5923
|
+
yp(a.responseState);
|
|
5924
5924
|
try {
|
|
5925
5925
|
var _ = a.pingedTasks, I;
|
|
5926
5926
|
for (I = 0; I < _.length; I++) {
|
|
@@ -5931,7 +5931,7 @@ Error generating stack: ` + g.message + `
|
|
|
5931
5931
|
} catch (Z) {
|
|
5932
5932
|
js(a, Z), qr(a, Z);
|
|
5933
5933
|
} finally {
|
|
5934
|
-
|
|
5934
|
+
yp(S), Nc.current = d, Bs.getCurrentStack = g, d === vp && Os(l);
|
|
5935
5935
|
}
|
|
5936
5936
|
}
|
|
5937
5937
|
}
|
|
@@ -5986,19 +5986,19 @@ Error generating stack: ` + g.message + `
|
|
|
5986
5986
|
function Gs(a, l, d) {
|
|
5987
5987
|
for (var g = d.completedSegments, S = 0; S < g.length; S++) {
|
|
5988
5988
|
var _ = g[S];
|
|
5989
|
-
|
|
5989
|
+
Pp(a, l, d, _);
|
|
5990
5990
|
}
|
|
5991
5991
|
return g.length = 0, Yn(l, a.responseState, d.id, d.rootSegmentID);
|
|
5992
5992
|
}
|
|
5993
5993
|
function $c(a, l, d) {
|
|
5994
5994
|
for (var g = d.completedSegments, S = 0; S < g.length; S++) {
|
|
5995
5995
|
var _ = g[S];
|
|
5996
|
-
if (!
|
|
5996
|
+
if (!Pp(a, l, d, _))
|
|
5997
5997
|
return S++, g.splice(0, S), !1;
|
|
5998
5998
|
}
|
|
5999
5999
|
return g.splice(0, S), !0;
|
|
6000
6000
|
}
|
|
6001
|
-
function
|
|
6001
|
+
function Pp(a, l, d, g) {
|
|
6002
6002
|
if (g.status === Dc)
|
|
6003
6003
|
return !0;
|
|
6004
6004
|
var S = g.id;
|
|
@@ -6054,7 +6054,7 @@ Error generating stack: ` + g.message + `
|
|
|
6054
6054
|
a.allPendingTasks === 0 && a.pingedTasks.length === 0 && a.clientRenderedBoundaries.length === 0 && a.completedBoundaries.length === 0 && (a.abortableTasks.size !== 0 && o("There was still abortable task at the root when we closed. This is a bug in React."), h(l));
|
|
6055
6055
|
}
|
|
6056
6056
|
}
|
|
6057
|
-
function
|
|
6057
|
+
function Ip(a) {
|
|
6058
6058
|
s(function() {
|
|
6059
6059
|
return zf(a);
|
|
6060
6060
|
});
|
|
@@ -6073,11 +6073,11 @@ Error generating stack: ` + g.message + `
|
|
|
6073
6073
|
}
|
|
6074
6074
|
}
|
|
6075
6075
|
}
|
|
6076
|
-
function
|
|
6076
|
+
function Op(a, l) {
|
|
6077
6077
|
try {
|
|
6078
6078
|
var d = a.abortableTasks;
|
|
6079
6079
|
d.forEach(function(g) {
|
|
6080
|
-
return
|
|
6080
|
+
return _p(g, a, l);
|
|
6081
6081
|
}), d.clear(), a.destination !== null && Wc(a, a.destination);
|
|
6082
6082
|
} catch (g) {
|
|
6083
6083
|
js(a, g), qr(a, g);
|
|
@@ -6085,7 +6085,7 @@ Error generating stack: ` + g.message + `
|
|
|
6085
6085
|
}
|
|
6086
6086
|
function Uf() {
|
|
6087
6087
|
}
|
|
6088
|
-
function
|
|
6088
|
+
function Mp(a, l, d, g) {
|
|
6089
6089
|
var S = !1, _ = null, I = "", j = {
|
|
6090
6090
|
push: function(Re) {
|
|
6091
6091
|
return Re !== null && (I += Re), !0;
|
|
@@ -6098,17 +6098,17 @@ Error generating stack: ` + g.message + `
|
|
|
6098
6098
|
Z = !0;
|
|
6099
6099
|
}
|
|
6100
6100
|
var ve = Na(a, Fm(d, l ? l.identifierPrefix : void 0), zm(), 1 / 0, Uf, void 0, ue);
|
|
6101
|
-
if (
|
|
6101
|
+
if (Ip(ve), Op(ve, g), Tg(ve, j), S)
|
|
6102
6102
|
throw _;
|
|
6103
6103
|
if (!Z)
|
|
6104
6104
|
throw new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");
|
|
6105
6105
|
return I;
|
|
6106
6106
|
}
|
|
6107
6107
|
function _g(a, l) {
|
|
6108
|
-
return
|
|
6108
|
+
return Mp(a, l, !1, 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server');
|
|
6109
6109
|
}
|
|
6110
|
-
function
|
|
6111
|
-
return
|
|
6110
|
+
function Np(a, l) {
|
|
6111
|
+
return Mp(a, l, !0, 'The server used "renderToStaticMarkup" which does not support Suspense. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server');
|
|
6112
6112
|
}
|
|
6113
6113
|
function Rg() {
|
|
6114
6114
|
throw new Error("ReactDOMServer.renderToNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToString() instead.");
|
|
@@ -6116,10 +6116,10 @@ Error generating stack: ` + g.message + `
|
|
|
6116
6116
|
function p() {
|
|
6117
6117
|
throw new Error("ReactDOMServer.renderToStaticNodeStream(): The streaming API is not available in the browser. Use ReactDOMServer.renderToStaticMarkup() instead.");
|
|
6118
6118
|
}
|
|
6119
|
-
Zs.renderToNodeStream = Rg, Zs.renderToStaticMarkup =
|
|
6119
|
+
Zs.renderToNodeStream = Rg, Zs.renderToStaticMarkup = Np, Zs.renderToStaticNodeStream = p, Zs.renderToString = _g, Zs.version = t;
|
|
6120
6120
|
})()), Zs;
|
|
6121
6121
|
}
|
|
6122
|
-
var
|
|
6122
|
+
var Fp = {};
|
|
6123
6123
|
/**
|
|
6124
6124
|
* @license React
|
|
6125
6125
|
* react-dom-server.browser.development.js
|
|
@@ -8095,12 +8095,12 @@ function tT() {
|
|
|
8095
8095
|
var d = x(l.toString(16));
|
|
8096
8096
|
return h(p, d), h(p, Ti), h(p, a.placeholderPrefix), h(p, d), v(p, Lm);
|
|
8097
8097
|
}
|
|
8098
|
-
var nf = E(gr + ';$RC("'), Fm = E('$RC("'), zm = E('","'),
|
|
8099
|
-
function
|
|
8098
|
+
var nf = E(gr + ';$RC("'), Fm = E('$RC("'), zm = E('","'), Qd = E('")<\/script>');
|
|
8099
|
+
function Zd(p, a, l, d) {
|
|
8100
8100
|
if (h(p, a.startInlineScript), a.sentCompleteBoundaryFunction ? h(p, Fm) : (a.sentCompleteBoundaryFunction = !0, h(p, nf)), l === null)
|
|
8101
8101
|
throw new Error("An ID must have been assigned before we can complete the boundary.");
|
|
8102
8102
|
var g = x(d.toString(16));
|
|
8103
|
-
return h(p, l), h(p, zm), h(p, a.segmentPrefix), h(p, g), v(p,
|
|
8103
|
+
return h(p, l), h(p, zm), h(p, a.segmentPrefix), h(p, g), v(p, Qd);
|
|
8104
8104
|
}
|
|
8105
8105
|
var Bm = E(vr + ';$RX("'), Um = E('$RX("'), jm = E('"'), $m = E(")<\/script>"), or = E(",");
|
|
8106
8106
|
function Wm(p, a, l, d, g, S) {
|
|
@@ -8108,10 +8108,10 @@ function tT() {
|
|
|
8108
8108
|
throw new Error("An ID must have been assigned before we can complete the boundary.");
|
|
8109
8109
|
return h(p, l), h(p, jm), (d || g || S) && (h(p, or), h(p, x(sc(d || "")))), (g || S) && (h(p, or), h(p, x(sc(g || "")))), S && (h(p, or), h(p, x(sc(S)))), v(p, $m);
|
|
8110
8110
|
}
|
|
8111
|
-
var
|
|
8111
|
+
var Xd = /[<\u2028\u2029]/g;
|
|
8112
8112
|
function sc(p) {
|
|
8113
8113
|
var a = JSON.stringify(p);
|
|
8114
|
-
return a.replace(
|
|
8114
|
+
return a.replace(Xd, function(l) {
|
|
8115
8115
|
switch (l) {
|
|
8116
8116
|
// santizing breaking out of strings and script tags
|
|
8117
8117
|
case "<":
|
|
@@ -8125,14 +8125,14 @@ function tT() {
|
|
|
8125
8125
|
}
|
|
8126
8126
|
});
|
|
8127
8127
|
}
|
|
8128
|
-
var yr = Object.assign,
|
|
8128
|
+
var yr = Object.assign, Jd = Symbol.for("react.element"), lc = Symbol.for("react.portal"), cc = Symbol.for("react.fragment"), uc = Symbol.for("react.strict_mode"), fc = Symbol.for("react.profiler"), As = Symbol.for("react.provider"), Cs = Symbol.for("react.context"), Ea = Symbol.for("react.forward_ref"), rf = Symbol.for("react.suspense"), of = Symbol.for("react.suspense_list"), af = Symbol.for("react.memo"), dc = Symbol.for("react.lazy"), qd = Symbol.for("react.scope"), Hm = Symbol.for("react.debug_trace_mode"), Vm = Symbol.for("react.legacy_hidden"), Km = Symbol.for("react.default_value"), sf = Symbol.iterator, Vt = "@@iterator";
|
|
8129
8129
|
function Es(p) {
|
|
8130
8130
|
if (p === null || typeof p != "object")
|
|
8131
8131
|
return null;
|
|
8132
8132
|
var a = sf && p[sf] || p[Vt];
|
|
8133
8133
|
return typeof a == "function" ? a : null;
|
|
8134
8134
|
}
|
|
8135
|
-
function
|
|
8135
|
+
function ep(p, a, l) {
|
|
8136
8136
|
var d = p.displayName;
|
|
8137
8137
|
if (d)
|
|
8138
8138
|
return d;
|
|
@@ -8172,7 +8172,7 @@ function tT() {
|
|
|
8172
8172
|
var l = p;
|
|
8173
8173
|
return lf(l._context) + ".Provider";
|
|
8174
8174
|
case Ea:
|
|
8175
|
-
return
|
|
8175
|
+
return ep(p, p.render, "ForwardRef");
|
|
8176
8176
|
case af:
|
|
8177
8177
|
var d = p.displayName || null;
|
|
8178
8178
|
return d !== null ? d : $t(p.type) || "Memo";
|
|
@@ -8187,14 +8187,14 @@ function tT() {
|
|
|
8187
8187
|
}
|
|
8188
8188
|
return null;
|
|
8189
8189
|
}
|
|
8190
|
-
var ka = 0, cf, uf, ff, df,
|
|
8190
|
+
var ka = 0, cf, uf, ff, df, tp, np, pc;
|
|
8191
8191
|
function hc() {
|
|
8192
8192
|
}
|
|
8193
8193
|
hc.__reactDisabledLog = !0;
|
|
8194
8194
|
function ks() {
|
|
8195
8195
|
{
|
|
8196
8196
|
if (ka === 0) {
|
|
8197
|
-
cf = console.log, uf = console.info, ff = console.warn, df = console.error,
|
|
8197
|
+
cf = console.log, uf = console.info, ff = console.warn, df = console.error, tp = console.group, np = console.groupCollapsed, pc = console.groupEnd;
|
|
8198
8198
|
var p = {
|
|
8199
8199
|
configurable: !0,
|
|
8200
8200
|
enumerable: !0,
|
|
@@ -8236,10 +8236,10 @@ function tT() {
|
|
|
8236
8236
|
value: df
|
|
8237
8237
|
}),
|
|
8238
8238
|
group: yr({}, p, {
|
|
8239
|
-
value:
|
|
8239
|
+
value: tp
|
|
8240
8240
|
}),
|
|
8241
8241
|
groupCollapsed: yr({}, p, {
|
|
8242
|
-
value:
|
|
8242
|
+
value: np
|
|
8243
8243
|
}),
|
|
8244
8244
|
groupEnd: yr({}, p, {
|
|
8245
8245
|
value: pc
|
|
@@ -8339,7 +8339,7 @@ function tT() {
|
|
|
8339
8339
|
var Re = p ? p.displayName || p.name : "", Ze = Re ? _i(Re) : "";
|
|
8340
8340
|
return typeof p == "function" && Ts.set(p, Ze), Ze;
|
|
8341
8341
|
}
|
|
8342
|
-
function
|
|
8342
|
+
function rp(p, a, l) {
|
|
8343
8343
|
return _s(p, !0);
|
|
8344
8344
|
}
|
|
8345
8345
|
function gf(p, a, l) {
|
|
@@ -8386,7 +8386,7 @@ function tT() {
|
|
|
8386
8386
|
} else
|
|
8387
8387
|
Rs.setExtraStackFrame(null);
|
|
8388
8388
|
}
|
|
8389
|
-
function
|
|
8389
|
+
function op(p, a, l, d, g) {
|
|
8390
8390
|
{
|
|
8391
8391
|
var S = Function.call.bind(H);
|
|
8392
8392
|
for (var _ in p)
|
|
@@ -8419,7 +8419,7 @@ function tT() {
|
|
|
8419
8419
|
d[g] = a[g];
|
|
8420
8420
|
{
|
|
8421
8421
|
var S = $t(p) || "Unknown";
|
|
8422
|
-
|
|
8422
|
+
op(l, d, "context", S);
|
|
8423
8423
|
}
|
|
8424
8424
|
return d;
|
|
8425
8425
|
}
|
|
@@ -8439,7 +8439,7 @@ function tT() {
|
|
|
8439
8439
|
throw new Error(($t(a) || "Unknown") + '.getChildContext(): key "' + _ + '" is not defined in childContextTypes.');
|
|
8440
8440
|
{
|
|
8441
8441
|
var I = $t(a) || "Unknown";
|
|
8442
|
-
|
|
8442
|
+
op(d, S, "child context", I);
|
|
8443
8443
|
}
|
|
8444
8444
|
return yr({}, l, S);
|
|
8445
8445
|
}
|
|
@@ -8473,26 +8473,26 @@ function tT() {
|
|
|
8473
8473
|
var a = p.parent;
|
|
8474
8474
|
a !== null && Os(a);
|
|
8475
8475
|
}
|
|
8476
|
-
function
|
|
8476
|
+
function ip(p) {
|
|
8477
8477
|
var a = p.parent;
|
|
8478
|
-
a !== null &&
|
|
8478
|
+
a !== null && ip(a), wc(p);
|
|
8479
8479
|
}
|
|
8480
|
-
function
|
|
8480
|
+
function ap(p, a) {
|
|
8481
8481
|
xc(p);
|
|
8482
8482
|
var l = p.parent;
|
|
8483
8483
|
if (l === null)
|
|
8484
8484
|
throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");
|
|
8485
|
-
l.depth === a.depth ? Is(l, a) :
|
|
8485
|
+
l.depth === a.depth ? Is(l, a) : ap(l, a);
|
|
8486
8486
|
}
|
|
8487
|
-
function
|
|
8487
|
+
function sp(p, a) {
|
|
8488
8488
|
var l = a.parent;
|
|
8489
8489
|
if (l === null)
|
|
8490
8490
|
throw new Error("The depth must equal at least at zero before reaching the root. This is a bug in React.");
|
|
8491
|
-
p.depth === l.depth ? Is(p, l) :
|
|
8491
|
+
p.depth === l.depth ? Is(p, l) : sp(p, l), wc(a);
|
|
8492
8492
|
}
|
|
8493
8493
|
function ti(p) {
|
|
8494
8494
|
var a = ei, l = p;
|
|
8495
|
-
a !== l && (a === null ?
|
|
8495
|
+
a !== l && (a === null ? ip(l) : l === null ? Os(a) : a.depth === l.depth ? Is(a, l) : a.depth > l.depth ? ap(a, l) : sp(a, l), ei = l);
|
|
8496
8496
|
}
|
|
8497
8497
|
function yf(p, a) {
|
|
8498
8498
|
var l;
|
|
@@ -8517,7 +8517,7 @@ function tT() {
|
|
|
8517
8517
|
}
|
|
8518
8518
|
return ei = a.parent;
|
|
8519
8519
|
}
|
|
8520
|
-
function
|
|
8520
|
+
function lp() {
|
|
8521
8521
|
return ei;
|
|
8522
8522
|
}
|
|
8523
8523
|
function _a(p) {
|
|
@@ -8533,11 +8533,11 @@ function tT() {
|
|
|
8533
8533
|
var Sc = {}, Ac = {}, Cc, Ra, Ns, Ls, Ec, Ds, kc, Tc, xf;
|
|
8534
8534
|
{
|
|
8535
8535
|
Cc = /* @__PURE__ */ new Set(), Ra = /* @__PURE__ */ new Set(), Ns = /* @__PURE__ */ new Set(), kc = /* @__PURE__ */ new Set(), Ls = /* @__PURE__ */ new Set(), Tc = /* @__PURE__ */ new Set(), xf = /* @__PURE__ */ new Set();
|
|
8536
|
-
var
|
|
8536
|
+
var cp = /* @__PURE__ */ new Set();
|
|
8537
8537
|
Ds = function(p, a) {
|
|
8538
8538
|
if (!(p === null || typeof p == "function")) {
|
|
8539
8539
|
var l = a + "_" + p;
|
|
8540
|
-
|
|
8540
|
+
cp.has(l) || (cp.add(l), o("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.", a, p));
|
|
8541
8541
|
}
|
|
8542
8542
|
}, Ec = function(p, a) {
|
|
8543
8543
|
if (a === void 0) {
|
|
@@ -8546,7 +8546,7 @@ function tT() {
|
|
|
8546
8546
|
}
|
|
8547
8547
|
};
|
|
8548
8548
|
}
|
|
8549
|
-
function
|
|
8549
|
+
function up(p, a) {
|
|
8550
8550
|
{
|
|
8551
8551
|
var l = p.constructor, d = l && $t(l) || "ReactClass", g = d + "." + a;
|
|
8552
8552
|
if (Sc[g])
|
|
@@ -8556,13 +8556,13 @@ function tT() {
|
|
|
8556
8556
|
Please check the code for the %s component.`, a, a, d), Sc[g] = !0;
|
|
8557
8557
|
}
|
|
8558
8558
|
}
|
|
8559
|
-
var
|
|
8559
|
+
var fp = {
|
|
8560
8560
|
isMounted: function(p) {
|
|
8561
8561
|
return !1;
|
|
8562
8562
|
},
|
|
8563
8563
|
enqueueSetState: function(p, a, l) {
|
|
8564
8564
|
var d = Ms(p);
|
|
8565
|
-
d.queue === null ?
|
|
8565
|
+
d.queue === null ? up(p, "setState") : (d.queue.push(a), l != null && Ds(l, "setState"));
|
|
8566
8566
|
},
|
|
8567
8567
|
enqueueReplaceState: function(p, a, l) {
|
|
8568
8568
|
var d = Ms(p);
|
|
@@ -8570,7 +8570,7 @@ Please check the code for the %s component.`, a, a, d), Sc[g] = !0;
|
|
|
8570
8570
|
},
|
|
8571
8571
|
enqueueForceUpdate: function(p, a) {
|
|
8572
8572
|
var l = Ms(p);
|
|
8573
|
-
l.queue === null ?
|
|
8573
|
+
l.queue === null ? up(p, "forceUpdate") : a != null && Ds(a, "setState");
|
|
8574
8574
|
}
|
|
8575
8575
|
};
|
|
8576
8576
|
function Qm(p, a, l, d, g) {
|
|
@@ -8579,7 +8579,7 @@ Please check the code for the %s component.`, a, a, d), Sc[g] = !0;
|
|
|
8579
8579
|
var _ = S == null ? d : yr({}, d, S);
|
|
8580
8580
|
return _;
|
|
8581
8581
|
}
|
|
8582
|
-
function
|
|
8582
|
+
function dp(p, a, l) {
|
|
8583
8583
|
var d = yc, g = p.contextType;
|
|
8584
8584
|
if ("contextType" in p) {
|
|
8585
8585
|
var S = (
|
|
@@ -8644,7 +8644,7 @@ Please update the following components: %s`,
|
|
|
8644
8644
|
}
|
|
8645
8645
|
a.componentWillMount();
|
|
8646
8646
|
}
|
|
8647
|
-
typeof a.UNSAFE_componentWillMount == "function" && a.UNSAFE_componentWillMount(), l !== a.state && (o("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.", $t(p) || "Component"),
|
|
8647
|
+
typeof a.UNSAFE_componentWillMount == "function" && a.UNSAFE_componentWillMount(), l !== a.state && (o("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.", $t(p) || "Component"), fp.enqueueReplaceState(a, a.state, null));
|
|
8648
8648
|
}
|
|
8649
8649
|
function wf(p, a, l, d) {
|
|
8650
8650
|
if (p.queue !== null && p.queue.length > 0) {
|
|
@@ -8664,7 +8664,7 @@ Please update the following components: %s`,
|
|
|
8664
8664
|
function Fs(p, a, l, d) {
|
|
8665
8665
|
Zm(p, a, l);
|
|
8666
8666
|
var g = p.state !== void 0 ? p.state : null;
|
|
8667
|
-
p.updater =
|
|
8667
|
+
p.updater = fp, p.props = l, p.state = g;
|
|
8668
8668
|
var S = {
|
|
8669
8669
|
queue: [],
|
|
8670
8670
|
replace: !1
|
|
@@ -8765,23 +8765,23 @@ Incoming: %s`, ri, "[" + p.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
8765
8765
|
function Ef() {
|
|
8766
8766
|
Jr = !1, br = null, Pa = null, Pc = !1, Ii = null, fo = 0, wr = null, mt = null;
|
|
8767
8767
|
}
|
|
8768
|
-
function
|
|
8768
|
+
function pp(p) {
|
|
8769
8769
|
return Jr && o("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo()."), _a(p);
|
|
8770
8770
|
}
|
|
8771
|
-
function
|
|
8771
|
+
function hp(p) {
|
|
8772
8772
|
return ri = "useContext", Oi(), _a(p);
|
|
8773
8773
|
}
|
|
8774
8774
|
function kf(p, a) {
|
|
8775
8775
|
return typeof a == "function" ? a(p) : a;
|
|
8776
8776
|
}
|
|
8777
8777
|
function sg(p) {
|
|
8778
|
-
return ri = "useState",
|
|
8778
|
+
return ri = "useState", mp(
|
|
8779
8779
|
kf,
|
|
8780
8780
|
// useReducer has a special case to support lazy useState initializers
|
|
8781
8781
|
p
|
|
8782
8782
|
);
|
|
8783
8783
|
}
|
|
8784
|
-
function
|
|
8784
|
+
function mp(p, a, l) {
|
|
8785
8785
|
if (p !== kf && (ri = "useReducer"), br = Oi(), mt = zs(), ni) {
|
|
8786
8786
|
var d = mt.queue, g = d.dispatch;
|
|
8787
8787
|
if (wr !== null) {
|
|
@@ -8808,7 +8808,7 @@ Incoming: %s`, ri, "[" + p.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
8808
8808
|
return [mt.memoizedState, ve];
|
|
8809
8809
|
}
|
|
8810
8810
|
}
|
|
8811
|
-
function
|
|
8811
|
+
function gp(p, a) {
|
|
8812
8812
|
br = Oi(), mt = zs();
|
|
8813
8813
|
var l = a === void 0 ? null : a;
|
|
8814
8814
|
if (mt !== null) {
|
|
@@ -8858,7 +8858,7 @@ Incoming: %s`, ri, "[" + p.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
8858
8858
|
}
|
|
8859
8859
|
}
|
|
8860
8860
|
function fg(p, a) {
|
|
8861
|
-
return
|
|
8861
|
+
return gp(function() {
|
|
8862
8862
|
return p;
|
|
8863
8863
|
}, a);
|
|
8864
8864
|
}
|
|
@@ -8873,13 +8873,13 @@ Incoming: %s`, ri, "[" + p.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
8873
8873
|
function Oc(p) {
|
|
8874
8874
|
return Oi(), p;
|
|
8875
8875
|
}
|
|
8876
|
-
function
|
|
8876
|
+
function vp() {
|
|
8877
8877
|
throw new Error("startTransition cannot be called during server rendering.");
|
|
8878
8878
|
}
|
|
8879
8879
|
function Tf() {
|
|
8880
|
-
return Oi(), [!1,
|
|
8880
|
+
return Oi(), [!1, vp];
|
|
8881
8881
|
}
|
|
8882
|
-
function
|
|
8882
|
+
function yp() {
|
|
8883
8883
|
var p = Pa, a = qm(p.treeContext), l = Bs;
|
|
8884
8884
|
if (l === null)
|
|
8885
8885
|
throw new Error("Invalid hook call. Hooks can only be called inside of the body of a function component.");
|
|
@@ -8889,10 +8889,10 @@ Incoming: %s`, ri, "[" + p.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
8889
8889
|
function Mc() {
|
|
8890
8890
|
}
|
|
8891
8891
|
var Nc = {
|
|
8892
|
-
readContext:
|
|
8893
|
-
useContext:
|
|
8894
|
-
useMemo:
|
|
8895
|
-
useReducer:
|
|
8892
|
+
readContext: pp,
|
|
8893
|
+
useContext: hp,
|
|
8894
|
+
useMemo: gp,
|
|
8895
|
+
useReducer: mp,
|
|
8896
8896
|
useRef: lg,
|
|
8897
8897
|
useState: sg,
|
|
8898
8898
|
useInsertionEffect: Mc,
|
|
@@ -8906,7 +8906,7 @@ Incoming: %s`, ri, "[" + p.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
8906
8906
|
useDebugValue: Mc,
|
|
8907
8907
|
useDeferredValue: Oc,
|
|
8908
8908
|
useTransition: Tf,
|
|
8909
|
-
useId:
|
|
8909
|
+
useId: yp,
|
|
8910
8910
|
// Subscriptions are not setup in a server environment.
|
|
8911
8911
|
useMutableSource: dg,
|
|
8912
8912
|
useSyncExternalStore: pg
|
|
@@ -8926,7 +8926,7 @@ Incoming: %s`, ri, "[" + p.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
8926
8926
|
a += gf(l.type, null, null);
|
|
8927
8927
|
break;
|
|
8928
8928
|
case 2:
|
|
8929
|
-
a +=
|
|
8929
|
+
a += rp(l.type, null, null);
|
|
8930
8930
|
break;
|
|
8931
8931
|
}
|
|
8932
8932
|
l = l.parent;
|
|
@@ -8938,7 +8938,7 @@ Error generating stack: ` + d.message + `
|
|
|
8938
8938
|
` + d.stack;
|
|
8939
8939
|
}
|
|
8940
8940
|
}
|
|
8941
|
-
var Dc = n.ReactCurrentDispatcher, Fc = n.ReactDebugCurrentFrame, zc = 0, Oa = 1, _f = 2, Mi = 3,
|
|
8941
|
+
var Dc = n.ReactCurrentDispatcher, Fc = n.ReactDebugCurrentFrame, zc = 0, Oa = 1, _f = 2, Mi = 3, bp = 4, hg = 0, Ma = 1, Na = 2, mg = 12800;
|
|
8942
8942
|
function gg(p) {
|
|
8943
8943
|
return console.error(p), null;
|
|
8944
8944
|
}
|
|
@@ -9077,7 +9077,7 @@ Error generating stack: ` + d.message + `
|
|
|
9077
9077
|
var d = p.onFatalError;
|
|
9078
9078
|
d(a), p.destination !== null ? (p.status = Na, R(p.destination, a)) : (p.status = Ma, p.fatalError = a);
|
|
9079
9079
|
}
|
|
9080
|
-
function
|
|
9080
|
+
function xp(p, a, l) {
|
|
9081
9081
|
No(a, "Suspense");
|
|
9082
9082
|
var d = a.blockedBoundary, g = a.blockedSegment, S = l.fallback, _ = l.children, I = /* @__PURE__ */ new Set(), j = Rf(p, I), Z = g.chunks.length, ue = Us(
|
|
9083
9083
|
p,
|
|
@@ -9105,7 +9105,7 @@ Error generating stack: ` + d.message + `
|
|
|
9105
9105
|
return;
|
|
9106
9106
|
}
|
|
9107
9107
|
} catch (Ze) {
|
|
9108
|
-
ve.status =
|
|
9108
|
+
ve.status = bp, j.forceClientRender = !0, j.errorDigest = Ws(p, Ze), Pf(j, Ze);
|
|
9109
9109
|
} finally {
|
|
9110
9110
|
a.blockedBoundary = d, a.blockedSegment = g;
|
|
9111
9111
|
}
|
|
@@ -9119,7 +9119,7 @@ Error generating stack: ` + d.message + `
|
|
|
9119
9119
|
var _ = g.formatContext;
|
|
9120
9120
|
g.formatContext = ko(_, l, d), La(p, a, S), g.formatContext = _, Yl(g.chunks, l), g.lastPushedText = !1, qr(a);
|
|
9121
9121
|
}
|
|
9122
|
-
function
|
|
9122
|
+
function wp(p) {
|
|
9123
9123
|
return p.prototype && p.prototype.isReactComponent;
|
|
9124
9124
|
}
|
|
9125
9125
|
function Vs(p, a, l, d, g) {
|
|
@@ -9141,12 +9141,12 @@ Error generating stack: ` + d.message + `
|
|
|
9141
9141
|
}
|
|
9142
9142
|
Gn(p, a, S);
|
|
9143
9143
|
}
|
|
9144
|
-
function
|
|
9144
|
+
function Sp(p, a, l, d) {
|
|
9145
9145
|
js(a, l);
|
|
9146
|
-
var g = qo(l, a.legacyContext), S =
|
|
9146
|
+
var g = qo(l, a.legacyContext), S = dp(l, d, g);
|
|
9147
9147
|
Fs(S, l, d, g), If(p, a, S, l, d), qr(a);
|
|
9148
9148
|
}
|
|
9149
|
-
var Of = {}, Ks = {}, Mf = {}, Nf = {}, Lf = !1,
|
|
9149
|
+
var Of = {}, Ks = {}, Mf = {}, Nf = {}, Lf = !1, Ap = {}, Cp = !1, Df = !1, Ep = !1;
|
|
9150
9150
|
function yg(p, a, l, d) {
|
|
9151
9151
|
var g;
|
|
9152
9152
|
if (g = qo(l, a.legacyContext), Uc(a, l), l.prototype && typeof l.prototype.render == "function") {
|
|
@@ -9184,7 +9184,7 @@ Error generating stack: ` + d.message + `
|
|
|
9184
9184
|
{
|
|
9185
9185
|
if (p && p.childContextTypes && o("%s(...): childContextTypes cannot be defined on a function component.", p.displayName || p.name || "Component"), p.defaultProps !== void 0) {
|
|
9186
9186
|
var a = $t(p) || "Unknown";
|
|
9187
|
-
|
|
9187
|
+
Ap[a] || (o("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.", a), Ap[a] = !0);
|
|
9188
9188
|
}
|
|
9189
9189
|
if (typeof p.getDerivedStateFromProps == "function") {
|
|
9190
9190
|
var l = $t(p) || "Unknown";
|
|
@@ -9196,7 +9196,7 @@ Error generating stack: ` + d.message + `
|
|
|
9196
9196
|
}
|
|
9197
9197
|
}
|
|
9198
9198
|
}
|
|
9199
|
-
function
|
|
9199
|
+
function kp(p, a) {
|
|
9200
9200
|
if (p && p.defaultProps) {
|
|
9201
9201
|
var l = yr({}, a), d = p.defaultProps;
|
|
9202
9202
|
for (var g in d)
|
|
@@ -9221,11 +9221,11 @@ Error generating stack: ` + d.message + `
|
|
|
9221
9221
|
qr(a);
|
|
9222
9222
|
}
|
|
9223
9223
|
function Ff(p, a, l, d, g) {
|
|
9224
|
-
var S = l.type, _ =
|
|
9224
|
+
var S = l.type, _ = kp(S, d);
|
|
9225
9225
|
jc(p, a, S, _, g);
|
|
9226
9226
|
}
|
|
9227
9227
|
function wg(p, a, l, d) {
|
|
9228
|
-
l._context === void 0 ? l !== l.Consumer && (
|
|
9228
|
+
l._context === void 0 ? l !== l.Consumer && (Ep || (Ep = !0, o("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))) : l = l._context;
|
|
9229
9229
|
var g = d.children;
|
|
9230
9230
|
typeof g != "function" && o("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it.");
|
|
9231
9231
|
var S = _a(l), _ = g(S);
|
|
@@ -9237,13 +9237,13 @@ Error generating stack: ` + d.message + `
|
|
|
9237
9237
|
}
|
|
9238
9238
|
function Sg(p, a, l, d, g) {
|
|
9239
9239
|
No(a, "Lazy");
|
|
9240
|
-
var S = l._payload, _ = l._init, I = _(S), j =
|
|
9240
|
+
var S = l._payload, _ = l._init, I = _(S), j = kp(I, d);
|
|
9241
9241
|
jc(p, a, I, j, g), qr(a);
|
|
9242
9242
|
}
|
|
9243
9243
|
function jc(p, a, l, d, g) {
|
|
9244
9244
|
if (typeof l == "function")
|
|
9245
|
-
if (
|
|
9246
|
-
|
|
9245
|
+
if (wp(l)) {
|
|
9246
|
+
Sp(p, a, l, d);
|
|
9247
9247
|
return;
|
|
9248
9248
|
} else {
|
|
9249
9249
|
yg(p, a, l, d);
|
|
@@ -9274,11 +9274,11 @@ Error generating stack: ` + d.message + `
|
|
|
9274
9274
|
No(a, "SuspenseList"), Gn(p, a, d.children), qr(a);
|
|
9275
9275
|
return;
|
|
9276
9276
|
}
|
|
9277
|
-
case
|
|
9277
|
+
case qd:
|
|
9278
9278
|
throw new Error("ReactDOMServer does not yet support scope components.");
|
|
9279
9279
|
// eslint-disable-next-line-no-fallthrough
|
|
9280
9280
|
case rf: {
|
|
9281
|
-
|
|
9281
|
+
xp(p, a, d);
|
|
9282
9282
|
return;
|
|
9283
9283
|
}
|
|
9284
9284
|
}
|
|
@@ -9310,7 +9310,7 @@ Error generating stack: ` + d.message + `
|
|
|
9310
9310
|
}
|
|
9311
9311
|
function Ag(p, a) {
|
|
9312
9312
|
typeof Symbol == "function" && // $FlowFixMe Flow doesn't know about toStringTag
|
|
9313
|
-
p[Symbol.toStringTag] === "Generator" && (
|
|
9313
|
+
p[Symbol.toStringTag] === "Generator" && (Cp || o("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."), Cp = !0), p.entries === a && (Df || o("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Df = !0);
|
|
9314
9314
|
}
|
|
9315
9315
|
function Gn(p, a, l) {
|
|
9316
9316
|
try {
|
|
@@ -9322,7 +9322,7 @@ Error generating stack: ` + d.message + `
|
|
|
9322
9322
|
function Cg(p, a, l) {
|
|
9323
9323
|
if (a.node = l, typeof l == "object" && l !== null) {
|
|
9324
9324
|
switch (l.$$typeof) {
|
|
9325
|
-
case
|
|
9325
|
+
case Jd: {
|
|
9326
9326
|
var d = l, g = d.type, S = d.props, _ = d.ref;
|
|
9327
9327
|
jc(p, a, g, S, _);
|
|
9328
9328
|
return;
|
|
@@ -9342,7 +9342,7 @@ Error generating stack: ` + d.message + `
|
|
|
9342
9342
|
}
|
|
9343
9343
|
}
|
|
9344
9344
|
if (fn(l)) {
|
|
9345
|
-
|
|
9345
|
+
Tp(p, a, l);
|
|
9346
9346
|
return;
|
|
9347
9347
|
}
|
|
9348
9348
|
var ve = Es(l);
|
|
@@ -9356,7 +9356,7 @@ Error generating stack: ` + d.message + `
|
|
|
9356
9356
|
do
|
|
9357
9357
|
bt.push(Ze.value), Ze = Re.next();
|
|
9358
9358
|
while (!Ze.done);
|
|
9359
|
-
|
|
9359
|
+
Tp(p, a, bt);
|
|
9360
9360
|
return;
|
|
9361
9361
|
}
|
|
9362
9362
|
return;
|
|
@@ -9377,7 +9377,7 @@ Error generating stack: ` + d.message + `
|
|
|
9377
9377
|
}
|
|
9378
9378
|
typeof l == "function" && o("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.");
|
|
9379
9379
|
}
|
|
9380
|
-
function
|
|
9380
|
+
function Tp(p, a, l) {
|
|
9381
9381
|
for (var d = l.length, g = 0; g < d; g++) {
|
|
9382
9382
|
var S = a.treeContext;
|
|
9383
9383
|
a.treeContext = Sf(S, d, g);
|
|
@@ -9388,7 +9388,7 @@ Error generating stack: ` + d.message + `
|
|
|
9388
9388
|
}
|
|
9389
9389
|
}
|
|
9390
9390
|
}
|
|
9391
|
-
function
|
|
9391
|
+
function _p(p, a, l) {
|
|
9392
9392
|
var d = a.blockedSegment, g = d.chunks.length, S = Us(
|
|
9393
9393
|
p,
|
|
9394
9394
|
g,
|
|
@@ -9412,13 +9412,13 @@ Error generating stack: ` + d.message + `
|
|
|
9412
9412
|
return Gn(p, a, l);
|
|
9413
9413
|
} catch (I) {
|
|
9414
9414
|
if (Ef(), typeof I == "object" && I !== null && typeof I.then == "function") {
|
|
9415
|
-
|
|
9415
|
+
_p(p, a, I), a.blockedSegment.formatContext = d, a.legacyContext = g, a.context = S, ti(S), a.componentStack = _;
|
|
9416
9416
|
return;
|
|
9417
9417
|
} else
|
|
9418
9418
|
throw a.blockedSegment.formatContext = d, a.legacyContext = g, a.context = S, ti(S), a.componentStack = _, I;
|
|
9419
9419
|
}
|
|
9420
9420
|
}
|
|
9421
|
-
function
|
|
9421
|
+
function Rp(p, a, l, d) {
|
|
9422
9422
|
var g = Ws(p, d);
|
|
9423
9423
|
if (a === null ? Hs(p, d) : (a.pendingTasks--, a.forceClientRender || (a.forceClientRender = !0, a.errorDigest = g, Pf(a, d), a.parentFlushed && p.clientRenderedBoundaries.push(a))), p.allPendingTasks--, p.allPendingTasks === 0) {
|
|
9424
9424
|
var S = p.onAllReady;
|
|
@@ -9507,7 +9507,7 @@ Error generating stack: ` + d.message + `
|
|
|
9507
9507
|
var g = a.ping;
|
|
9508
9508
|
S.then(g, g);
|
|
9509
9509
|
} else
|
|
9510
|
-
a.abortSet.delete(a), l.status =
|
|
9510
|
+
a.abortSet.delete(a), l.status = bp, Rp(p, a.blockedBoundary, l, S);
|
|
9511
9511
|
} finally {
|
|
9512
9512
|
Mo = d;
|
|
9513
9513
|
}
|
|
@@ -9515,7 +9515,7 @@ Error generating stack: ` + d.message + `
|
|
|
9515
9515
|
}
|
|
9516
9516
|
function Bf(p) {
|
|
9517
9517
|
if (p.status !== Na) {
|
|
9518
|
-
var a =
|
|
9518
|
+
var a = lp(), l = Dc.current;
|
|
9519
9519
|
Dc.current = Nc;
|
|
9520
9520
|
var d;
|
|
9521
9521
|
d = Fc.getCurrentStack, Fc.getCurrentStack = po;
|
|
@@ -9577,28 +9577,28 @@ Error generating stack: ` + d.message + `
|
|
|
9577
9577
|
return $c(p, a, _), Jl(a, p.responseState);
|
|
9578
9578
|
}
|
|
9579
9579
|
}
|
|
9580
|
-
function
|
|
9580
|
+
function Pp(p, a, l) {
|
|
9581
9581
|
return Wm(a, p.responseState, l.id, l.errorDigest, l.errorMessage, l.errorComponentStack);
|
|
9582
9582
|
}
|
|
9583
9583
|
function Wc(p, a, l) {
|
|
9584
9584
|
return et(a, p.responseState, l.formatContext, l.id), $c(p, a, l), Lt(a, l.formatContext);
|
|
9585
9585
|
}
|
|
9586
|
-
function
|
|
9586
|
+
function Ip(p, a, l) {
|
|
9587
9587
|
for (var d = l.completedSegments, g = 0; g < d.length; g++) {
|
|
9588
9588
|
var S = d[g];
|
|
9589
|
-
|
|
9589
|
+
Op(p, a, l, S);
|
|
9590
9590
|
}
|
|
9591
|
-
return d.length = 0,
|
|
9591
|
+
return d.length = 0, Zd(a, p.responseState, l.id, l.rootSegmentID);
|
|
9592
9592
|
}
|
|
9593
9593
|
function Tg(p, a, l) {
|
|
9594
9594
|
for (var d = l.completedSegments, g = 0; g < d.length; g++) {
|
|
9595
9595
|
var S = d[g];
|
|
9596
|
-
if (!
|
|
9596
|
+
if (!Op(p, a, l, S))
|
|
9597
9597
|
return g++, d.splice(0, g), !1;
|
|
9598
9598
|
}
|
|
9599
9599
|
return d.splice(0, g), !0;
|
|
9600
9600
|
}
|
|
9601
|
-
function
|
|
9601
|
+
function Op(p, a, l, d) {
|
|
9602
9602
|
if (d.status === _f)
|
|
9603
9603
|
return !0;
|
|
9604
9604
|
var g = d.id;
|
|
@@ -9618,13 +9618,13 @@ Error generating stack: ` + d.message + `
|
|
|
9618
9618
|
var d = p.clientRenderedBoundaries, g;
|
|
9619
9619
|
for (g = 0; g < d.length; g++) {
|
|
9620
9620
|
var S = d[g];
|
|
9621
|
-
|
|
9621
|
+
Pp(p, a, S);
|
|
9622
9622
|
}
|
|
9623
9623
|
d.splice(0, g);
|
|
9624
9624
|
var _ = p.completedBoundaries;
|
|
9625
9625
|
for (g = 0; g < _.length; g++) {
|
|
9626
9626
|
var I = _[g];
|
|
9627
|
-
|
|
9627
|
+
Ip(p, a, I);
|
|
9628
9628
|
}
|
|
9629
9629
|
_.splice(0, g), w(a), m(a);
|
|
9630
9630
|
var j = p.partialBoundaries;
|
|
@@ -9639,14 +9639,14 @@ Error generating stack: ` + d.message + `
|
|
|
9639
9639
|
var ue = p.completedBoundaries;
|
|
9640
9640
|
for (g = 0; g < ue.length; g++) {
|
|
9641
9641
|
var ve = ue[g];
|
|
9642
|
-
|
|
9642
|
+
Ip(p, a, ve);
|
|
9643
9643
|
}
|
|
9644
9644
|
ue.splice(0, g);
|
|
9645
9645
|
} finally {
|
|
9646
9646
|
w(a), p.allPendingTasks === 0 && p.pingedTasks.length === 0 && p.clientRenderedBoundaries.length === 0 && p.completedBoundaries.length === 0 && (p.abortableTasks.size !== 0 && o("There was still abortable task at the root when we closed. This is a bug in React."), A(a));
|
|
9647
9647
|
}
|
|
9648
9648
|
}
|
|
9649
|
-
function
|
|
9649
|
+
function Mp(p) {
|
|
9650
9650
|
s(function() {
|
|
9651
9651
|
return Bf(p);
|
|
9652
9652
|
});
|
|
@@ -9665,7 +9665,7 @@ Error generating stack: ` + d.message + `
|
|
|
9665
9665
|
}
|
|
9666
9666
|
}
|
|
9667
9667
|
}
|
|
9668
|
-
function
|
|
9668
|
+
function Np(p, a) {
|
|
9669
9669
|
try {
|
|
9670
9670
|
var l = p.abortableTasks;
|
|
9671
9671
|
l.forEach(function(d) {
|
|
@@ -9688,7 +9688,7 @@ Error generating stack: ` + d.message + `
|
|
|
9688
9688
|
_g(Z, Ze);
|
|
9689
9689
|
},
|
|
9690
9690
|
cancel: function(Ze) {
|
|
9691
|
-
|
|
9691
|
+
Np(Z);
|
|
9692
9692
|
}
|
|
9693
9693
|
},
|
|
9694
9694
|
// $FlowFixMe size() methods are not allowed on byte streams.
|
|
@@ -9705,15 +9705,15 @@ Error generating stack: ` + d.message + `
|
|
|
9705
9705
|
var Z = Bc(p, At(a ? a.identifierPrefix : void 0, a ? a.nonce : void 0, a ? a.bootstrapScriptContent : void 0, a ? a.bootstrapScripts : void 0, a ? a.bootstrapModules : void 0), ao(a ? a.namespaceURI : void 0), a ? a.progressiveChunkSize : void 0, a ? a.onError : void 0, S, I, j, g);
|
|
9706
9706
|
if (a && a.signal) {
|
|
9707
9707
|
var ue = a.signal, ve = function() {
|
|
9708
|
-
|
|
9708
|
+
Np(Z, ue.reason), ue.removeEventListener("abort", ve);
|
|
9709
9709
|
};
|
|
9710
9710
|
ue.addEventListener("abort", ve);
|
|
9711
9711
|
}
|
|
9712
|
-
|
|
9712
|
+
Mp(Z);
|
|
9713
9713
|
});
|
|
9714
9714
|
}
|
|
9715
|
-
|
|
9716
|
-
})()),
|
|
9715
|
+
Fp.renderToReadableStream = Rg, Fp.version = t;
|
|
9716
|
+
})()), Fp;
|
|
9717
9717
|
}
|
|
9718
9718
|
var jb;
|
|
9719
9719
|
function nT() {
|
|
@@ -9722,7 +9722,7 @@ function nT() {
|
|
|
9722
9722
|
var e, t;
|
|
9723
9723
|
return process.env.NODE_ENV === "production" ? (e = Jk(), t = qk()) : (e = eT(), t = tT()), Fa.version = e.version, Fa.renderToString = e.renderToString, Fa.renderToStaticMarkup = e.renderToStaticMarkup, Fa.renderToNodeStream = e.renderToNodeStream, Fa.renderToStaticNodeStream = e.renderToStaticNodeStream, Fa.renderToReadableStream = t.renderToReadableStream, Fa;
|
|
9724
9724
|
}
|
|
9725
|
-
var rT = nT(),
|
|
9725
|
+
var rT = nT(), zp = { exports: {} }, Bp = { exports: {} }, Pt = {};
|
|
9726
9726
|
/** @license React v16.13.1
|
|
9727
9727
|
* react-is.production.min.js
|
|
9728
9728
|
*
|
|
@@ -9891,7 +9891,7 @@ function iT() {
|
|
|
9891
9891
|
}
|
|
9892
9892
|
var Hb;
|
|
9893
9893
|
function kS() {
|
|
9894
|
-
return Hb || (Hb = 1, process.env.NODE_ENV === "production" ?
|
|
9894
|
+
return Hb || (Hb = 1, process.env.NODE_ENV === "production" ? Bp.exports = oT() : Bp.exports = iT()), Bp.exports;
|
|
9895
9895
|
}
|
|
9896
9896
|
/*
|
|
9897
9897
|
object-assign
|
|
@@ -10375,13 +10375,13 @@ function cT() {
|
|
|
10375
10375
|
}
|
|
10376
10376
|
var Xb;
|
|
10377
10377
|
function uT() {
|
|
10378
|
-
if (Xb) return
|
|
10378
|
+
if (Xb) return zp.exports;
|
|
10379
10379
|
if (Xb = 1, process.env.NODE_ENV !== "production") {
|
|
10380
10380
|
var e = kS(), t = !0;
|
|
10381
|
-
|
|
10381
|
+
zp.exports = /* @__PURE__ */ lT()(e.isElement, t);
|
|
10382
10382
|
} else
|
|
10383
|
-
|
|
10384
|
-
return
|
|
10383
|
+
zp.exports = /* @__PURE__ */ cT()();
|
|
10384
|
+
return zp.exports;
|
|
10385
10385
|
}
|
|
10386
10386
|
var fT = /* @__PURE__ */ uT();
|
|
10387
10387
|
const Xe = /* @__PURE__ */ Xk(fT);
|
|
@@ -10545,7 +10545,7 @@ function ST() {
|
|
|
10545
10545
|
return zg.has(s) || zg.set(s, wT({ tag: i, render: n })), zg.get(s);
|
|
10546
10546
|
} });
|
|
10547
10547
|
}
|
|
10548
|
-
var
|
|
10548
|
+
var Od = ST();
|
|
10549
10549
|
const MS = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAYCAYAAADpnJ2CAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGpSURBVHgBpVbRdYMwDDR9/S8jeARGYIRuUDpBuwHJBGQDskG6ASOQDcwGdANVLnJRHdmIRO/dI8D5zgIhpTAbAQAlHiqEJUyEa1EU30YRqFHj4Q1xzJIQF8QMSziGEAPi1eTNPhi/lwglomOCDWUZc/yGzkEIYQWtlpnNNxwSGimL2ijCi7DMLbveR2aVtHiMFypN/UZPlLUlHR6iWXuPWaQRsuXRpIjyTb1ZDWuBQVaPnvfAzLs9mcL/SoTNzXMCLJ9CiFZh1glmh9yCmkhldB7CgVzyvlCGlBlEnxJf+IkYo2uNINSy+1JxcDOv2acMD0DvT2HqSCxpRmt9Q/iS/J5NIrBP+kX+J9+pRXQC/Yj8Q3TtReCZJ7M0YpsyxcO7yUfKbBLZmEUFrGgSHOnx+jgn+M4/epMRnLME8/euNWYhgSondpIKJ2HqclxYmsi4JRRaW3a2KTakb5FU7rczS29WUvb9nkUD3D+e9o82WNuVA+XkgKUVOnhktLGK/DWOK4421sDaSy+5z0praqlF8Rnn2PlMhvUe3UJDogwtImRxRUzav4k8fgCQHVaVoXL9RAAAAABJRU5ErkJggg==";
|
|
10550
10550
|
var Nu = class {
|
|
10551
10551
|
constructor() {
|
|
@@ -10700,7 +10700,7 @@ function Nv(e, t) {
|
|
|
10700
10700
|
}
|
|
10701
10701
|
return o === s && u === o ? e : c;
|
|
10702
10702
|
}
|
|
10703
|
-
function
|
|
10703
|
+
function wh(e, t) {
|
|
10704
10704
|
if (!t || Object.keys(e).length !== Object.keys(t).length)
|
|
10705
10705
|
return !1;
|
|
10706
10706
|
for (const n in e)
|
|
@@ -10752,11 +10752,11 @@ function PT(e, t, n = 0) {
|
|
|
10752
10752
|
const r = [t, ...e];
|
|
10753
10753
|
return n && r.length > n ? r.slice(0, -1) : r;
|
|
10754
10754
|
}
|
|
10755
|
-
var
|
|
10755
|
+
var Sh = Symbol();
|
|
10756
10756
|
function LS(e, t) {
|
|
10757
|
-
return process.env.NODE_ENV !== "production" && e.queryFn ===
|
|
10757
|
+
return process.env.NODE_ENV !== "production" && e.queryFn === Sh && console.error(
|
|
10758
10758
|
`Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${e.queryHash}'`
|
|
10759
|
-
), !e.queryFn && (t != null && t.initialPromise) ? () => t.initialPromise : !e.queryFn || e.queryFn ===
|
|
10759
|
+
), !e.queryFn && (t != null && t.initialPromise) ? () => t.initialPromise : !e.queryFn || e.queryFn === Sh ? () => Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)) : e.queryFn;
|
|
10760
10760
|
}
|
|
10761
10761
|
function gy(e, t) {
|
|
10762
10762
|
return typeof e == "function" ? e(...t) : !!e;
|
|
@@ -10926,12 +10926,12 @@ var wn = NT(), hu, Wa, mu, hS, LT = (hS = class extends Nu {
|
|
|
10926
10926
|
isOnline() {
|
|
10927
10927
|
return V(this, hu);
|
|
10928
10928
|
}
|
|
10929
|
-
}, hu = new WeakMap(), Wa = new WeakMap(), mu = new WeakMap(), hS),
|
|
10929
|
+
}, hu = new WeakMap(), Wa = new WeakMap(), mu = new WeakMap(), hS), Ah = new LT();
|
|
10930
10930
|
function DT(e) {
|
|
10931
10931
|
return Math.min(1e3 * 2 ** e, 3e4);
|
|
10932
10932
|
}
|
|
10933
10933
|
function DS(e) {
|
|
10934
|
-
return (e ?? "online") === "online" ?
|
|
10934
|
+
return (e ?? "online") === "online" ? Ah.isOnline() : !0;
|
|
10935
10935
|
}
|
|
10936
10936
|
var zv = class extends Error {
|
|
10937
10937
|
constructor(e) {
|
|
@@ -10950,7 +10950,7 @@ function FS(e) {
|
|
|
10950
10950
|
t = !0;
|
|
10951
10951
|
}, u = () => {
|
|
10952
10952
|
t = !1;
|
|
10953
|
-
}, f = () => vy.isFocused() && (e.networkMode === "always" ||
|
|
10953
|
+
}, f = () => vy.isFocused() && (e.networkMode === "always" || Ah.isOnline()) && e.canRun(), m = () => DS(e.networkMode) && e.canRun(), h = (C) => {
|
|
10954
10954
|
i() || (r == null || r(), o.resolve(C));
|
|
10955
10955
|
}, v = (C) => {
|
|
10956
10956
|
i() || (r == null || r(), o.reject(C));
|
|
@@ -11078,7 +11078,7 @@ var ul, mS, zS = (mS = class {
|
|
|
11078
11078
|
);
|
|
11079
11079
|
}
|
|
11080
11080
|
isDisabled() {
|
|
11081
|
-
return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn ===
|
|
11081
|
+
return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn === Sh || this.state.dataUpdateCount + this.state.errorUpdateCount === 0;
|
|
11082
11082
|
}
|
|
11083
11083
|
isStatic() {
|
|
11084
11084
|
return this.getObserversCount() > 0 ? this.observers.some(
|
|
@@ -11387,7 +11387,7 @@ var Br, gt, _d, Er, hl, vu, Yi, Ha, Rd, yu, bu, ml, gl, Va, xu, Mt, Zf, Bv, Uv,
|
|
|
11387
11387
|
throw new Error(
|
|
11388
11388
|
"Expected enabled to be a boolean or a callback that returns a boolean"
|
|
11389
11389
|
);
|
|
11390
|
-
at(this, Mt, Vv).call(this), V(this, gt).setOptions(this.options), n._defaulted && !
|
|
11390
|
+
at(this, Mt, Vv).call(this), V(this, gt).setOptions(this.options), n._defaulted && !wh(this.options, n) && V(this, Br).getQueryCache().notify({
|
|
11391
11391
|
type: "observerOptionsUpdated",
|
|
11392
11392
|
query: V(this, gt),
|
|
11393
11393
|
observer: this
|
|
@@ -11525,7 +11525,7 @@ var Br, gt, _d, Er, hl, vu, Yi, Ha, Rd, yu, bu, ml, gl, Va, xu, Mt, Zf, Bv, Uv,
|
|
|
11525
11525
|
}
|
|
11526
11526
|
updateResult() {
|
|
11527
11527
|
const t = V(this, Er), n = this.createResult(V(this, gt), this.options);
|
|
11528
|
-
if (Oe(this, hl, V(this, gt).state), Oe(this, vu, this.options), V(this, hl).data !== void 0 && Oe(this, bu, V(this, gt)),
|
|
11528
|
+
if (Oe(this, hl, V(this, gt).state), Oe(this, vu, this.options), V(this, hl).data !== void 0 && Oe(this, bu, V(this, gt)), wh(n, t))
|
|
11529
11529
|
return;
|
|
11530
11530
|
Oe(this, Er, n);
|
|
11531
11531
|
const r = () => {
|
|
@@ -11614,7 +11614,7 @@ function yy(e, t) {
|
|
|
11614
11614
|
return mo(t.enabled, e) !== !1 && e.isStaleByTime(es(t.staleTime, e));
|
|
11615
11615
|
}
|
|
11616
11616
|
function UT(e, t) {
|
|
11617
|
-
return !
|
|
11617
|
+
return !wh(e.getCurrentResult(), t);
|
|
11618
11618
|
}
|
|
11619
11619
|
function sx(e) {
|
|
11620
11620
|
return {
|
|
@@ -11954,7 +11954,7 @@ var Gi, Bo, Id, bS, WT = (bS = class extends Nu {
|
|
|
11954
11954
|
const o = new $T({
|
|
11955
11955
|
client: t,
|
|
11956
11956
|
mutationCache: this,
|
|
11957
|
-
mutationId: ++
|
|
11957
|
+
mutationId: ++Lp(this, Id)._,
|
|
11958
11958
|
options: t.defaultMutationOptions(n),
|
|
11959
11959
|
state: r
|
|
11960
11960
|
});
|
|
@@ -11962,7 +11962,7 @@ var Gi, Bo, Id, bS, WT = (bS = class extends Nu {
|
|
|
11962
11962
|
}
|
|
11963
11963
|
add(t) {
|
|
11964
11964
|
V(this, Gi).add(t);
|
|
11965
|
-
const n =
|
|
11965
|
+
const n = Up(t);
|
|
11966
11966
|
if (typeof n == "string") {
|
|
11967
11967
|
const r = V(this, Bo).get(n);
|
|
11968
11968
|
r ? r.push(t) : V(this, Bo).set(n, [t]);
|
|
@@ -11971,7 +11971,7 @@ var Gi, Bo, Id, bS, WT = (bS = class extends Nu {
|
|
|
11971
11971
|
}
|
|
11972
11972
|
remove(t) {
|
|
11973
11973
|
if (V(this, Gi).delete(t)) {
|
|
11974
|
-
const n =
|
|
11974
|
+
const n = Up(t);
|
|
11975
11975
|
if (typeof n == "string") {
|
|
11976
11976
|
const r = V(this, Bo).get(n);
|
|
11977
11977
|
if (r)
|
|
@@ -11984,7 +11984,7 @@ var Gi, Bo, Id, bS, WT = (bS = class extends Nu {
|
|
|
11984
11984
|
this.notify({ type: "removed", mutation: t });
|
|
11985
11985
|
}
|
|
11986
11986
|
canRun(t) {
|
|
11987
|
-
const n =
|
|
11987
|
+
const n = Up(t);
|
|
11988
11988
|
if (typeof n == "string") {
|
|
11989
11989
|
const r = V(this, Bo).get(n), o = r == null ? void 0 : r.find(
|
|
11990
11990
|
(i) => i.state.status === "pending"
|
|
@@ -11995,7 +11995,7 @@ var Gi, Bo, Id, bS, WT = (bS = class extends Nu {
|
|
|
11995
11995
|
}
|
|
11996
11996
|
runNext(t) {
|
|
11997
11997
|
var r;
|
|
11998
|
-
const n =
|
|
11998
|
+
const n = Up(t);
|
|
11999
11999
|
if (typeof n == "string") {
|
|
12000
12000
|
const o = (r = V(this, Bo).get(n)) == null ? void 0 : r.find((i) => i !== t && i.state.isPaused);
|
|
12001
12001
|
return (o == null ? void 0 : o.continue()) ?? Promise.resolve();
|
|
@@ -12037,11 +12037,11 @@ var Gi, Bo, Id, bS, WT = (bS = class extends Nu {
|
|
|
12037
12037
|
);
|
|
12038
12038
|
}
|
|
12039
12039
|
}, Gi = new WeakMap(), Bo = new WeakMap(), Id = new WeakMap(), bS);
|
|
12040
|
-
function
|
|
12040
|
+
function Up(e) {
|
|
12041
12041
|
var t;
|
|
12042
12042
|
return (t = e.options.scope) == null ? void 0 : t.id;
|
|
12043
12043
|
}
|
|
12044
|
-
var Qi, Ka, Ur, Zi, ea,
|
|
12044
|
+
var Qi, Ka, Ur, Zi, ea, ah, Yv, xS, HT = (xS = class extends Nu {
|
|
12045
12045
|
constructor(n, r) {
|
|
12046
12046
|
super();
|
|
12047
12047
|
Ke(this, ea);
|
|
@@ -12049,7 +12049,7 @@ var Qi, Ka, Ur, Zi, ea, oh, Yv, xS, HT = (xS = class extends Nu {
|
|
|
12049
12049
|
Ke(this, Ka);
|
|
12050
12050
|
Ke(this, Ur);
|
|
12051
12051
|
Ke(this, Zi);
|
|
12052
|
-
Oe(this, Qi, n), this.setOptions(r), this.bindMethods(), at(this, ea,
|
|
12052
|
+
Oe(this, Qi, n), this.setOptions(r), this.bindMethods(), at(this, ea, ah).call(this);
|
|
12053
12053
|
}
|
|
12054
12054
|
bindMethods() {
|
|
12055
12055
|
this.mutate = this.mutate.bind(this), this.reset = this.reset.bind(this);
|
|
@@ -12057,7 +12057,7 @@ var Qi, Ka, Ur, Zi, ea, oh, Yv, xS, HT = (xS = class extends Nu {
|
|
|
12057
12057
|
setOptions(n) {
|
|
12058
12058
|
var o;
|
|
12059
12059
|
const r = this.options;
|
|
12060
|
-
this.options = V(this, Qi).defaultMutationOptions(n),
|
|
12060
|
+
this.options = V(this, Qi).defaultMutationOptions(n), wh(this.options, r) || V(this, Qi).getMutationCache().notify({
|
|
12061
12061
|
type: "observerOptionsUpdated",
|
|
12062
12062
|
mutation: V(this, Ur),
|
|
12063
12063
|
observer: this
|
|
@@ -12068,20 +12068,20 @@ var Qi, Ka, Ur, Zi, ea, oh, Yv, xS, HT = (xS = class extends Nu {
|
|
|
12068
12068
|
this.hasListeners() || (n = V(this, Ur)) == null || n.removeObserver(this);
|
|
12069
12069
|
}
|
|
12070
12070
|
onMutationUpdate(n) {
|
|
12071
|
-
at(this, ea,
|
|
12071
|
+
at(this, ea, ah).call(this), at(this, ea, Yv).call(this, n);
|
|
12072
12072
|
}
|
|
12073
12073
|
getCurrentResult() {
|
|
12074
12074
|
return V(this, Ka);
|
|
12075
12075
|
}
|
|
12076
12076
|
reset() {
|
|
12077
12077
|
var n;
|
|
12078
|
-
(n = V(this, Ur)) == null || n.removeObserver(this), Oe(this, Ur, void 0), at(this, ea,
|
|
12078
|
+
(n = V(this, Ur)) == null || n.removeObserver(this), Oe(this, Ur, void 0), at(this, ea, ah).call(this), at(this, ea, Yv).call(this);
|
|
12079
12079
|
}
|
|
12080
12080
|
mutate(n, r) {
|
|
12081
12081
|
var o;
|
|
12082
12082
|
return Oe(this, Zi, r), (o = V(this, Ur)) == null || o.removeObserver(this), Oe(this, Ur, V(this, Qi).getMutationCache().build(V(this, Qi), this.options)), V(this, Ur).addObserver(this), V(this, Ur).execute(n);
|
|
12083
12083
|
}
|
|
12084
|
-
}, Qi = new WeakMap(), Ka = new WeakMap(), Ur = new WeakMap(), Zi = new WeakMap(), ea = new WeakSet(),
|
|
12084
|
+
}, Qi = new WeakMap(), Ka = new WeakMap(), Ur = new WeakMap(), Zi = new WeakMap(), ea = new WeakSet(), ah = function() {
|
|
12085
12085
|
var r;
|
|
12086
12086
|
const n = ((r = V(this, Ur)) == null ? void 0 : r.state) ?? jS();
|
|
12087
12087
|
Oe(this, Ka, {
|
|
@@ -12241,15 +12241,15 @@ var Qi, Ka, Ur, Zi, ea, oh, Yv, xS, HT = (xS = class extends Nu {
|
|
|
12241
12241
|
Oe(this, on, e.queryCache || new VT()), Oe(this, Ya, e.mutationCache || new WT()), Oe(this, Ga, e.defaultOptions || {}), Oe(this, wu, /* @__PURE__ */ new Map()), Oe(this, Su, /* @__PURE__ */ new Map()), Oe(this, Qa, 0);
|
|
12242
12242
|
}
|
|
12243
12243
|
mount() {
|
|
12244
|
-
|
|
12244
|
+
Lp(this, Qa)._++, V(this, Qa) === 1 && (Oe(this, Au, vy.subscribe(async (e) => {
|
|
12245
12245
|
e && (await this.resumePausedMutations(), V(this, on).onFocus());
|
|
12246
|
-
})), Oe(this, Cu,
|
|
12246
|
+
})), Oe(this, Cu, Ah.subscribe(async (e) => {
|
|
12247
12247
|
e && (await this.resumePausedMutations(), V(this, on).onOnline());
|
|
12248
12248
|
})));
|
|
12249
12249
|
}
|
|
12250
12250
|
unmount() {
|
|
12251
12251
|
var e, t;
|
|
12252
|
-
|
|
12252
|
+
Lp(this, Qa)._--, V(this, Qa) === 0 && ((e = V(this, Au)) == null || e.call(this), Oe(this, Au, void 0), (t = V(this, Cu)) == null || t.call(this), Oe(this, Cu, void 0));
|
|
12253
12253
|
}
|
|
12254
12254
|
isFetching(e) {
|
|
12255
12255
|
return V(this, on).findAll({ ...e, fetchStatus: "fetching" }).length;
|
|
@@ -12371,7 +12371,7 @@ var Qi, Ka, Ur, Zi, ea, oh, Yv, xS, HT = (xS = class extends Nu {
|
|
|
12371
12371
|
return e.behavior = sx(e.pages), this.ensureQueryData(e);
|
|
12372
12372
|
}
|
|
12373
12373
|
resumePausedMutations() {
|
|
12374
|
-
return
|
|
12374
|
+
return Ah.isOnline() ? V(this, Ya).resumePausedMutations() : Promise.resolve();
|
|
12375
12375
|
}
|
|
12376
12376
|
getQueryCache() {
|
|
12377
12377
|
return V(this, on);
|
|
@@ -12421,7 +12421,7 @@ var Qi, Ka, Ur, Zi, ea, oh, Yv, xS, HT = (xS = class extends Nu {
|
|
|
12421
12421
|
return t.queryHash || (t.queryHash = my(
|
|
12422
12422
|
t.queryKey,
|
|
12423
12423
|
t
|
|
12424
|
-
)), t.refetchOnReconnect === void 0 && (t.refetchOnReconnect = t.networkMode !== "always"), t.throwOnError === void 0 && (t.throwOnError = !!t.suspense), !t.networkMode && t.persister && (t.networkMode = "offlineFirst"), t.queryFn ===
|
|
12424
|
+
)), t.refetchOnReconnect === void 0 && (t.refetchOnReconnect = t.networkMode !== "always"), t.throwOnError === void 0 && (t.throwOnError = !!t.suspense), !t.networkMode && t.persister && (t.networkMode = "offlineFirst"), t.queryFn === Sh && (t.enabled = !1), t;
|
|
12425
12425
|
}
|
|
12426
12426
|
defaultMutationOptions(e) {
|
|
12427
12427
|
return e != null && e._defaulted ? e : {
|
|
@@ -12547,7 +12547,7 @@ function r_(e, t, n) {
|
|
|
12547
12547
|
}
|
|
12548
12548
|
return s.notifyOnChangeProps ? m : f.trackResult(m);
|
|
12549
12549
|
}
|
|
12550
|
-
function
|
|
12550
|
+
function qh(e, t) {
|
|
12551
12551
|
return r_(e, zT, t);
|
|
12552
12552
|
}
|
|
12553
12553
|
function by(e, t) {
|
|
@@ -12662,7 +12662,7 @@ const Ai = () => {
|
|
|
12662
12662
|
...t
|
|
12663
12663
|
};
|
|
12664
12664
|
}, GS = (e, t) => {
|
|
12665
|
-
const { queryClient: n } = Ai(), r =
|
|
12665
|
+
const { queryClient: n } = Ai(), r = qh({
|
|
12666
12666
|
initialData: {},
|
|
12667
12667
|
queryFn: () => n.getQueryData([
|
|
12668
12668
|
"PLAYBOOK_EXPANDED_TASKS",
|
|
@@ -12714,7 +12714,7 @@ const Ai = () => {
|
|
|
12714
12714
|
};
|
|
12715
12715
|
}, c_ = (e) => {
|
|
12716
12716
|
var o;
|
|
12717
|
-
const { queryClient: t } = Ai(), n =
|
|
12717
|
+
const { queryClient: t } = Ai(), n = qh(
|
|
12718
12718
|
{
|
|
12719
12719
|
queryFn: async () => {
|
|
12720
12720
|
const i = new Headers(), s = await fetch(
|
|
@@ -12771,7 +12771,7 @@ const Ai = () => {
|
|
|
12771
12771
|
headers: t,
|
|
12772
12772
|
body: JSON.stringify(e)
|
|
12773
12773
|
})).json();
|
|
12774
|
-
}, qh = '/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{.confidence-playbook *{--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-ease:initial}.confidence-playbook{display:unset!important;color:#1c232d!important}@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--spacing:.25rem;--container-md:28rem;--container-lg:32rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:calc(var(--spacing)*0)!important}.top-0{top:calc(var(--spacing)*0)!important}.top-0\\.5{top:calc(var(--spacing)*.5)!important}.top-1{top:calc(var(--spacing)*1)!important}.top-3{top:calc(var(--spacing)*3)!important}.-right-0,.right-0{right:calc(var(--spacing)*0)!important}.bottom-0{bottom:calc(var(--spacing)*0)!important}.bottom-2{bottom:calc(var(--spacing)*2)!important}.left-0{left:calc(var(--spacing)*0)!important}.left-1{left:calc(var(--spacing)*1)!important}.left-1\\/2{left:50%!important}.left-4{left:calc(var(--spacing)*4)!important}.z-2{z-index:2!important}.z-10{z-index:10!important}.z-50{z-index:50!important}.z-\\[9999999997\\],.z-\\[9999999998\\],.z-\\[9999999999\\]{z-index:2147483647!important}.container{width:100%!important}@media(min-width:40rem){.container{max-width:40rem!important}}@media(min-width:48rem){.container{max-width:48rem!important}}@media(min-width:64rem){.container{max-width:64rem!important}}@media(min-width:80rem){.container{max-width:80rem!important}}@media(min-width:96rem){.container{max-width:96rem!important}}.m-0{margin:calc(var(--spacing)*0)!important}.mx-1{margin-inline:calc(var(--spacing)*1)!important}.mx-2{margin-inline:calc(var(--spacing)*2)!important}.mx-4{margin-inline:calc(var(--spacing)*4)!important}.mx-auto{margin-inline:auto!important}.my-1{margin-block:calc(var(--spacing)*1)!important}.my-2{margin-block:calc(var(--spacing)*2)!important}.-mt-\\[1px\\]{margin-top:-1px!important}.mt-0{margin-top:calc(var(--spacing)*0)!important}.mt-3{margin-top:calc(var(--spacing)*3)!important}.mr-2{margin-right:calc(var(--spacing)*2)!important}.-mb-3{margin-bottom:calc(var(--spacing)*-3)!important}.mb-1{margin-bottom:calc(var(--spacing)*1)!important}.mb-2{margin-bottom:calc(var(--spacing)*2)!important}.mb-4{margin-bottom:calc(var(--spacing)*4)!important}.ml-2{margin-left:calc(var(--spacing)*2)!important}.block{display:block!important}.flex{display:flex!important}.hidden{display:none!important}.inline-flex{display:inline-flex!important}.size-4{width:calc(var(--spacing)*4)!important;height:calc(var(--spacing)*4)!important}.size-9{width:calc(var(--spacing)*9)!important;height:calc(var(--spacing)*9)!important}.h-2{height:calc(var(--spacing)*2)!important}.h-3{height:calc(var(--spacing)*3)!important}.h-4{height:calc(var(--spacing)*4)!important}.h-16{height:calc(var(--spacing)*16)!important}.h-\\[18px\\]{height:18px!important}.h-\\[20px\\]{height:20px!important}.h-\\[22px\\]{height:22px!important}.h-\\[24px\\]{height:24px!important}.h-\\[30px\\]{height:30px!important}.h-\\[38px\\]{height:38px!important}.h-\\[40px\\]{height:40px!important}.h-\\[75px\\]{height:75px!important}.h-\\[100vh\\]{height:100vh!important}.h-\\[110px\\]{height:110px!important}.h-full{height:100%!important}.min-h-16{min-height:calc(var(--spacing)*16)!important}.min-h-screen{min-height:100vh!important}.w-1\\/3{width:33.3333%!important}.w-3{width:calc(var(--spacing)*3)!important}.w-4{width:calc(var(--spacing)*4)!important}.w-\\[20px\\]{width:20px!important}.w-\\[27px\\]{width:27px!important}.w-\\[38px\\]{width:38px!important}.w-\\[75px\\]{width:75px!important}.w-\\[400px\\]{width:400px!important}.w-\\[calc\\(100vw-1rem\\)\\]{width:calc(100vw - 1rem)!important}.w-full{width:100%!important}.w-screen{width:100vw!important}.max-w-400{max-width:calc(var(--spacing)*400)!important}.max-w-\\[300px\\]{max-width:300px!important}.max-w-\\[420px\\]{max-width:420px!important}.max-w-lg{max-width:var(--container-lg)!important}.max-w-md{max-width:var(--container-md)!important}.min-w-0{min-width:calc(var(--spacing)*0)!important}.min-w-\\[106px\\]{min-width:106px!important}.min-w-\\[140px\\]{min-width:140px!important}.min-w-\\[160px\\]{min-width:160px!important}.min-w-\\[172px\\]{min-width:172px!important}.min-w-\\[270px\\]{min-width:270px!important}.min-w-fit{min-width:fit-content!important}.flex-1{flex:1!important}.flex-shrink-0{flex-shrink:0!important}.-translate-x-1\\/2{--tw-translate-x: -50% !important;translate:var(--tw-translate-x)var(--tw-translate-y)!important}.translate-y-0{--tw-translate-y:calc(var(--spacing)*0)!important;translate:var(--tw-translate-x)var(--tw-translate-y)!important}.translate-y-full{--tw-translate-y:100%!important;translate:var(--tw-translate-x)var(--tw-translate-y)!important}.rotate-180{rotate:180deg!important}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)!important}.animate-progress{animation:1.5s ease-in-out infinite progress!important}.animate-pulse{animation:var(--animate-pulse)!important}.animate-spin{animation:var(--animate-spin)!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.cursor-zoom-in{cursor:zoom-in!important}.resize{resize:both!important}.list-decimal{list-style-type:decimal!important}.list-disc{list-style-type:disc!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.items-center{align-items:center!important}.items-start{align-items:flex-start!important}.items-stretch{align-items:stretch!important}.justify-between{justify-content:space-between!important}.justify-center{justify-content:center!important}.justify-end{justify-content:flex-end!important}.justify-start{justify-content:flex-start!important}.gap-1{gap:calc(var(--spacing)*1)!important}.gap-2{gap:calc(var(--spacing)*2)!important}.gap-3{gap:calc(var(--spacing)*3)!important}.gap-4{gap:calc(var(--spacing)*4)!important}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0!important;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse))!important;margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))!important}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0!important;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse))!important;margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))!important}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0!important;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse))!important;margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))!important}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0!important;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse))!important;margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))!important}:where(.space-x-4>:not(:last-child)){--tw-space-x-reverse:0!important;margin-inline-start:calc(calc(var(--spacing)*4)*var(--tw-space-x-reverse))!important;margin-inline-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-x-reverse)))!important}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0!important;border-bottom-style:var(--tw-border-style)!important;border-top-style:var(--tw-border-style)!important;border-top-width:calc(1px*var(--tw-divide-y-reverse))!important;border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))!important}:where(.divide-black\\/10>:not(:last-child)){border-color:oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1)!important}:where(.divide-gray-100>:not(:last-child)){border-color:#ebedef!important}.self-end{align-self:flex-end!important}.truncate{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.overflow-hidden{overflow:hidden!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-auto{overflow-y:auto!important}.rounded{border-radius:.25rem!important}.rounded-full{border-radius:3.40282e38px!important}.rounded-lg{border-radius:var(--radius-lg)!important}.rounded-md{border-radius:var(--radius-md)!important}.rounded-none{border-radius:0!important}.rounded-sm{border-radius:var(--radius-sm)!important}.rounded-t-sm{border-top-left-radius:var(--radius-sm)!important;border-top-right-radius:var(--radius-sm)!important}.rounded-l-sm{border-top-left-radius:var(--radius-sm)!important;border-bottom-left-radius:var(--radius-sm)!important}.rounded-b-md{border-bottom-right-radius:var(--radius-md)!important;border-bottom-left-radius:var(--radius-md)!important}.border{border-style:var(--tw-border-style)!important;border-width:1px!important}.border-0{border-style:var(--tw-border-style)!important;border-width:0!important}.border-2{border-style:var(--tw-border-style)!important;border-width:2px!important}.border-t{border-top-style:var(--tw-border-style)!important;border-top-width:1px!important}.border-b{border-bottom-style:var(--tw-border-style)!important;border-bottom-width:1px!important}.border-l-1{border-left-style:var(--tw-border-style)!important;border-left-width:1px!important}.border-l-3{border-left-style:var(--tw-border-style)!important;border-left-width:3px!important}.border-none{--tw-border-style:none!important;border-style:none!important}.border-\\[\\#94C8FF\\]{border-color:#94c8ff!important}.border-\\[\\#A5DAB1\\]{border-color:#a5dab1!important}.border-\\[\\#C1C5C8\\]{border-color:#c1c5c8!important}.border-black\\/10{border-color:oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1)!important}.border-danger-200{border-color:#f0aab1!important}.border-danger-500{border-color:#dc3545!important}.border-gray-50{border-color:#f5f6f7!important}.border-gray-100{border-color:#ebedef!important}.border-gray-200{border-color:#ced1d6!important}.border-gray-300{border-color:#b0b5bd!important}.border-gray-400{border-color:#757e8c!important}.border-gray-700{border-color:#2c3544!important}.border-gray-800{border-color:#232b37!important}.border-info-500{border-color:#17a2b8!important}.border-orange-500{border-color:#ff7800!important}.border-primary-200{border-color:#94c8ff!important}.border-primary-600{border-color:#0069d9!important}.border-purple-500{border-color:#a855f7!important}.border-red-500{border-color:var(--color-red-500)!important}.border-secondary-500{border-color:#6c757d!important}.border-secondary-600{border-color:#5a6268!important}.border-steel-500{border-color:#556987!important}.border-success-200{border-color:#a5dab1!important}.border-success-600{border-color:#218838!important}.border-warning-200{border-color:#ffe597!important}.border-warning-500{border-color:#ffc107!important}.border-white{border-color:#fff!important}.border-t-blue-500{border-top-color:var(--color-blue-500)!important}.border-l-danger-500{border-left-color:#dc3545!important}.border-l-primary-500{border-left-color:#007bff!important}.border-l-success-500{border-left-color:#28a745!important}.border-l-warning-500{border-left-color:#ffc107!important}.bg-\\[\\#E6F2FF\\]{background-color:#e6f2ff!important}.bg-\\[\\#EAF6EC\\]{background-color:#eaf6ec!important}.bg-\\[\\#F0F1F2\\]{background-color:#f0f1f2!important}.bg-\\[\\#FFE600\\]{background-color:#ffe600!important}.bg-black\\/30{background-color:oklab(0% none none/.3)!important}.bg-blue-500{background-color:var(--color-blue-500)!important}.bg-danger-100{background-color:#f6ccd0!important}.bg-danger-500{background-color:#dc3545!important}.bg-dark{background-color:#1c232d!important}.bg-fiserv-orange-500{background-color:#f60!important}.bg-gray-50{background-color:#f5f6f7!important}.bg-gray-100{background-color:#ebedef!important}.bg-gray-200{background-color:#ced1d6!important}.bg-gray-400{background-color:#757e8c!important}.bg-gray-500{background-color:#3a475b!important}.bg-gray-800{background-color:#232b37!important}.bg-gray-900{background-color:#1c232d!important}.bg-info-500{background-color:#17a2b8!important}.bg-orange-500{background-color:#ff7800!important}.bg-primary-100{background-color:#bfdeff!important}.bg-primary-600{background-color:#0069d9!important}.bg-primary-800{background-color:#0054af!important}.bg-purple-500{background-color:#a855f7!important}.bg-secondary-500{background-color:#6c757d!important}.bg-steel-500{background-color:#556987!important}.bg-success-100{background-color:#c9e9d0!important}.bg-success-500{background-color:#28a745!important}.bg-success-600{background-color:#218838!important}.bg-warning-100{background-color:#ffefc1!important}.bg-warning-500{background-color:#ffc107!important}.bg-white{background-color:#fff!important}.bg-yellow{background-color:#ffe600!important}.object-contain{object-fit:contain!important}.object-cover{object-fit:cover!important}.object-center{object-position:center!important}.p-1{padding:calc(var(--spacing)*1)!important}.p-2{padding:calc(var(--spacing)*2)!important}.p-3{padding:calc(var(--spacing)*3)!important}.p-4{padding:calc(var(--spacing)*4)!important}.px-0{padding-inline:calc(var(--spacing)*0)!important}.px-1{padding-inline:calc(var(--spacing)*1)!important}.px-2{padding-inline:calc(var(--spacing)*2)!important}.px-3{padding-inline:calc(var(--spacing)*3)!important}.px-4{padding-inline:calc(var(--spacing)*4)!important}.px-\\[2px\\]{padding-inline:2px!important}.py-1{padding-block:calc(var(--spacing)*1)!important}.py-1\\.5{padding-block:calc(var(--spacing)*1.5)!important}.py-2{padding-block:calc(var(--spacing)*2)!important}.py-4{padding-block:calc(var(--spacing)*4)!important}.pt-2{padding-top:calc(var(--spacing)*2)!important}.pr-2{padding-right:calc(var(--spacing)*2)!important}.pb-1{padding-bottom:calc(var(--spacing)*1)!important}.pb-2{padding-bottom:calc(var(--spacing)*2)!important}.pb-\\[102px\\]{padding-bottom:102px!important}.pl-4{padding-left:calc(var(--spacing)*4)!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.font-mono{font-family:var(--font-mono)!important}.text-2xl{font-size:var(--text-2xl)!important;line-height:var(--tw-leading,var(--text-2xl--line-height))!important}.text-base{font-size:var(--text-base)!important;line-height:var(--tw-leading,var(--text-base--line-height))!important}.text-lg{font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important}.text-sm{font-size:var(--text-sm)!important;line-height:var(--tw-leading,var(--text-sm--line-height))!important}.text-sm\\/6{font-size:var(--text-sm)!important;line-height:calc(var(--spacing)*6)!important}.text-xl{font-size:var(--text-xl)!important;line-height:var(--tw-leading,var(--text-xl--line-height))!important}.text-xs{font-size:var(--text-xs)!important;line-height:var(--tw-leading,var(--text-xs--line-height))!important}.text-\\[10px\\]{font-size:10px!important}.leading-\\[18px\\]{--tw-leading:18px!important;line-height:18px!important}.leading-\\[22px\\]{--tw-leading:22px!important;line-height:22px!important}.leading-\\[24px\\]{--tw-leading:24px!important;line-height:24px!important}.font-bold{--tw-font-weight:var(--font-weight-bold)!important;font-weight:var(--font-weight-bold)!important}.font-medium{--tw-font-weight:var(--font-weight-medium)!important;font-weight:var(--font-weight-medium)!important}.font-normal{--tw-font-weight:var(--font-weight-normal)!important;font-weight:var(--font-weight-normal)!important}.font-semibold{--tw-font-weight:var(--font-weight-semibold)!important;font-weight:var(--font-weight-semibold)!important}.whitespace-nowrap{white-space:nowrap!important}.text-\\[\\#0069D9\\]{color:#0069d9!important}.text-black{color:#000!important}.text-blue-600{color:var(--color-blue-600)!important}.text-danger-500{color:#dc3545!important}.text-danger-600{color:#c82333!important}.text-danger-900{color:#721c24!important}.text-dark{color:#1c232d!important}.text-dark-300{color:#343a40!important}.text-fiserv-orange-500{color:#f60!important}.text-gray-50{color:#f5f6f7!important}.text-gray-200{color:#ced1d6!important}.text-gray-300{color:#b0b5bd!important}.text-gray-400{color:#757e8c!important}.text-gray-500{color:#3a475b!important}.text-gray-700{color:#2c3544!important}.text-gray-800{color:#232b37!important}.text-gray-900{color:#1c232d!important}.text-info-500{color:#17a2b8!important}.text-orange-500{color:#ff7800!important}.text-primary-600{color:#0069d9!important}.text-primary-900{color:#004085!important}.text-purple-500{color:#a855f7!important}.text-secondary{color:#6c757d!important}.text-secondary-400{color:#899197!important}.text-secondary-500{color:#6c757d!important}.text-secondary-600{color:#5a6268!important}.text-steel-500{color:#556987!important}.text-success-500{color:#28a745!important}.text-success-600{color:#218838!important}.text-success-900{color:#155724!important}.text-warning-500{color:#ffc107!important}.text-warning-600{color:#f59e0b!important}.text-warning-900{color:#935f07!important}.text-white{color:#fff!important}.text-yellow{color:#ffe600!important}.uppercase{text-transform:uppercase!important}.italic{font-style:italic!important}.line-through{text-decoration-line:line-through!important}.underline{text-decoration-line:underline!important}.opacity-0{opacity:0!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-100{opacity:1!important}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-dark\\/50{--tw-shadow-color:#1c232d80!important}@supports (color:color-mix(in lab,red,red)){.shadow-dark\\/50{--tw-shadow-color:color-mix(in oklab,oklab(25.3864% -.0047446 -.0210213/.5) var(--tw-shadow-alpha),transparent)!important}}.outline{outline-style:var(--tw-outline-style)!important;outline-width:1px!important}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events!important;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))!important;transition-duration:var(--tw-duration,var(--default-transition-duration))!important}.transition-all{transition-property:all!important;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))!important;transition-duration:var(--tw-duration,var(--default-transition-duration))!important}.duration-300{--tw-duration:.3s!important;transition-duration:.3s!important}.ease-in-out{--tw-ease:var(--ease-in-out)!important;transition-timing-function:var(--ease-in-out)!important}.ease-out{--tw-ease:var(--ease-out)!important;transition-timing-function:var(--ease-out)!important}.outline-none{--tw-outline-style:none!important;outline-style:none!important}.\\[writing-mode\\:vertical-lr\\]{writing-mode:vertical-lr!important}@media(hover:hover){.hover\\:border-primary-500:hover{border-color:#007bff!important}.hover\\:bg-danger-500:hover{background-color:#dc3545!important}.hover\\:bg-dark:hover{background-color:#1c232d!important}.hover\\:bg-fiserv-orange-500:hover{background-color:#f60!important}.hover\\:bg-gray-50:hover{background-color:#f5f6f7!important}.hover\\:bg-gray-100:hover{background-color:#ebedef!important}.hover\\:bg-gray-400:hover{background-color:#757e8c!important}.hover\\:bg-gray-500:hover{background-color:#3a475b!important}.hover\\:bg-gray-800:hover{background-color:#232b37!important}.hover\\:bg-gray-900:hover{background-color:#1c232d!important}.hover\\:bg-info-500:hover{background-color:#17a2b8!important}.hover\\:bg-orange-500:hover{background-color:#ff7800!important}.hover\\:bg-primary-700:hover{background-color:#0062cc!important}.hover\\:bg-primary-800:hover{background-color:#0054af!important}.hover\\:bg-purple-500:hover{background-color:#a855f7!important}.hover\\:bg-secondary-500:hover{background-color:#6c757d!important}.hover\\:bg-steel-500:hover{background-color:#556987!important}.hover\\:bg-success-500:hover{background-color:#28a745!important}.hover\\:bg-transparent:hover{background-color:#0000!important}.hover\\:bg-warning-500:hover{background-color:#ffc107!important}.hover\\:bg-yellow:hover{background-color:#ffe600!important}.hover\\:text-black:hover{color:#000!important}.hover\\:text-blue-600:hover{color:var(--color-blue-600)!important}.hover\\:text-danger-600:hover{color:#c82333!important}.hover\\:text-danger-700:hover{color:#bd2130!important}.hover\\:text-danger-800:hover{color:#aa1927!important}.hover\\:text-dark:hover{color:#1c232d!important}.hover\\:text-fiserv-orange-800:hover{color:#bf4c00!important}.hover\\:text-gray-400:hover{color:#757e8c!important}.hover\\:text-gray-700:hover{color:#2c3544!important}.hover\\:text-gray-800:hover{color:#232b37!important}.hover\\:text-gray-900:hover{color:#1c232d!important}.hover\\:text-info-800:hover{color:#026777!important}.hover\\:text-orange-800:hover{color:#c75d00!important}.hover\\:text-primary-600:hover{color:#0069d9!important}.hover\\:text-primary-700:hover{color:#0062cc!important}.hover\\:text-primary-800:hover{color:#0054af!important}.hover\\:text-purple-800:hover{color:#6f33a7!important}.hover\\:text-secondary-800:hover{color:#444a50!important}.hover\\:text-steel-800:hover{color:#333f51!important}.hover\\:text-success-600:hover{color:#218838!important}.hover\\:text-success-700:hover{color:#1e7e34!important}.hover\\:text-success-800:hover{color:#106c25!important}.hover\\:text-warning-600:hover{color:#f59e0b!important}.hover\\:text-warning-700:hover{color:#dd8e0a!important}.hover\\:text-warning-800:hover{color:#b87708!important}.hover\\:text-white:hover{color:#fff!important}.hover\\:text-yellow:hover{color:#ffe600!important}}.focus\\:border-red-500:focus{border-color:var(--color-red-500)!important}.focus\\:outline:focus{outline-style:var(--tw-outline-style)!important;outline-width:1px!important}.focus\\:outline-3:focus{outline-style:var(--tw-outline-style)!important;outline-width:3px!important}.focus\\:outline-primary-500\\/\\[\\.3\\]:focus{outline-color:#007bff4d!important}.active\\:bg-gray-50:active{background-color:#f5f6f7!important}.active\\:bg-gray-800:active{background-color:#232b37!important}.active\\:text-black:active{color:#000!important}.active\\:text-white:active{color:#fff!important}.disabled\\:pointer-events-none:disabled{pointer-events:none!important}.disabled\\:opacity-15:disabled{opacity:.15!important}.data-closed\\:opacity-0[data-closed]{opacity:0!important}.data-focus\\:-outline-offset-2[data-focus]{outline-offset:-2px!important}.data-focus\\:outline-primary-500[data-focus]{outline-color:#007bff!important}@media(min-width:48rem){.md\\:min-w-fit{min-width:fit-content!important}}}:root,:host{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 6 Sharp Duotone"}svg.svg-inline--fa:not(:root),svg.svg-inline--fa:not(:host){box-sizing:content-box;overflow:visible}.svg-inline--fa{display:var(--fa-display,inline-block);vertical-align:-.125em;height:1em;overflow:visible}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{margin:auto;position:absolute;top:0;right:0;bottom:0;left:0}.fa-layers-counter,.fa-layers-text{text-align:center;display:inline-block;position:absolute}.fa-layers{text-align:center;vertical-align:-.125em;width:1em;height:1em;display:inline-block;position:relative}.fa-layers svg.svg-inline--fa{transform-origin:50%}.fa-layers-text{transform-origin:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:100% 0;overflow:hidden}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:100% 100%;top:auto}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:0 100%;top:auto;right:auto}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:100% 0}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:0 0}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs{vertical-align:.125em;font-size:.75em;line-height:.08333em}.fa-sm{vertical-align:.05357em;font-size:.875em;line-height:.07143em}.fa-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.04167em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-fw{text-align:center;width:1.25em}.fa-ul{margin-left:var(--fa-li-margin,2.5em);padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width,2em));text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0)}57%{transform:scale(1)translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{vertical-align:middle;width:2.5em;height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{z-index:var(--fa-stack-z-index,auto);margin:auto;position:absolute;top:0;right:0;bottom:0;left:0}.svg-inline--fa.fa-stack-1x{width:1.25em;height:1em}.svg-inline--fa.fa-stack-2x{width:2.5em;height:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.sr-only,.fa-sr-only,.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.lexical-view-mode{word-break:break-word!important;color:#1c232d!important;width:100%!important}.lexical-view-mode ul{list-style:revert!important}.editable .lexical-view-mode:hover{cursor:text!important;background-color:#00000012!important;border-radius:1px!important;outline:4px solid #00000012!important}.lexical-view-mode .Collapsible__container{width:fit-content!important}.lexical-view-mode .Collapsible__title{color:#007bff!important;cursor:pointer!important;background-color:#0000!important;align-items:center!important;margin-bottom:4px!important;padding:0!important;list-style:none!important;display:flex!important}.lexical-view-mode .Collapsible__title:hover{color:#0069d9!important}.lexical-view-mode .Collapsible__title:hover .editor-paragraph{text-decoration:underline!important}.lexical-view-mode .Collapsible__title::marker{display:none!important}.lexical-view-mode .Collapsible__title::-webkit-details-marker{display:none!important}.lexical-view-mode .Collapsible__title:before{content:""!important;-moz-osx-font-smoothing:grayscale!important;-webkit-font-smoothing:antialiased!important;display:var(--fa-display,inline-block)!important;font-variant:normal!important;text-rendering:auto!important;background:#fff!important;border-radius:30px!important;margin-right:4px!important;font-family:"Font Awesome 5 Pro"!important;font-style:normal!important;font-weight:900!important;line-height:1!important}.lexical-view-mode .Collapsible__title:hover:before{color:#0069d9!important;border:3px solid #fff!important;margin-left:-3px!important;margin-right:1px!important}.lexical-view-mode hr{border:none!important;margin:5px 0!important;padding:3px 0!important}.lexical-view-mode hr:after{content:""!important;background-color:#0000001a!important;height:2px!important;line-height:2px!important;display:block!important}.lexical-view-mode .editor-line-spacer{background:0 0!important;border:1px dashed #0000!important;line-height:6px!important}.lexical-view-mode .other h2{margin-bottom:7px;color:#444!important;font-size:18px!important}.lexical-view-mode .other a{font-size:14px;color:#777!important;text-decoration:underline!important}.lexical-view-mode .other ul{list-style-type:none;margin:0!important;padding:0!important}.lexical-view-mode .ltr{text-align:left}.lexical-view-mode .rtl{text-align:right}.lexical-view-mode .editor-shell{color:#1c232d!important;border-radius:4px!important;width:100%!important;font-weight:400!important;position:relative!important}.lexical-view-mode .editor{position:relative;background:#fff!important}.lexical-view-mode .editor-input{caret-color:#444;resize:none!important;-moz-tab-size:1!important;tab-size:1!important;outline:0!important;min-height:150px!important;padding:12px!important;position:relative!important}.lexical-view-mode .editor-placeholder{pointer-events:none;color:#999!important;text-overflow:ellipsis!important;-webkit-user-select:none!important;user-select:none!important;font-size:15px!important;display:inline-block!important;position:absolute!important;top:15px!important;left:10px!important;overflow:hidden!important}.lexical-view-mode .editor-text-bold,.lexical-view-mode strong{font-weight:700!important}.lexical-view-mode .editor-text-italic{font-style:italic}.lexical-view-mode .editor-text-code{color:#d70c69;background-color:#0000001a!important;border-radius:4px!important;padding:1px .25rem!important;font-family:Menlo,Consolas,Monaco,monospace!important;font-size:85%!important}.lexical-view-mode .editor-link{word-break:break-word;color:#007bff!important;cursor:pointer!important;background-color:#0000!important;text-decoration:underline!important}.lexical-view-mode .editor-link:hover{color:#0062cc!important;text-decoration:underline!important}.lexical-view-mode .editor-code,.lexical-view-mode pre{word-break:break-word;-moz-tab-size:2!important;tab-size:2!important;background-color:#f0f2f5!important;border-radius:4px!important;margin:8px 0!important;padding:8px 8px 8px 52px!important;font-family:Menlo,Consolas,Monaco,monospace!important;font-size:13px!important;line-height:1.53!important;display:block!important;position:relative!important;overflow-x:auto!important}.lexical-view-mode .editor-code:before{min-width:25px;content:attr(data-gutter)!important;color:#777!important;white-space:pre-wrap!important;text-align:right!important;background-color:#eee!important;border-right:1px solid #ccc!important;padding:8px!important;position:absolute!important;top:0!important;left:0!important}.lexical-view-mode pre{white-space:pre-wrap!important;padding-left:8px!important}.lexical-view-mode pre:before{border-right:0!important;width:100%!important;height:23px!important}.lexical-view-mode .editor-code:after,.lexical-view-mode pre:after{color:#00000080;content:attr(data-highlight-language)!important;text-transform:uppercase!important;padding:3px!important;font-size:10px!important;position:absolute!important;top:0!important;right:3px!important}.lexical-view-mode .editor-tokenComment{color:#708090}.lexical-view-mode .editor-tokenPunctuation{color:#999}.lexical-view-mode .editor-tokenProperty{color:#905}.lexical-view-mode .editor-tokenSelector{color:#690}.lexical-view-mode .editor-tokenOperator{color:#9a6e3a}.lexical-view-mode .editor-tokenAttr{color:#07a}.lexical-view-mode .editor-tokenVariable{color:#e90}.lexical-view-mode .editor-tokenFunction{color:#dd4a68}.lexical-view-mode .editor-paragraph,.lexical-view-mode p{word-break:break-word;margin:0 0 .3rem!important;padding:0!important}.lexical-view-mode .editor-paragraph:last-child{margin-bottom:0}.lexical-view-mode .editor-heading-h1,.lexical-view-mode h1{line-height:100%;border-bottom:thin solid #0000001a!important;margin-top:1.2em!important;margin-bottom:.6em!important;padding-bottom:6px!important;font-size:24px!important}.lexical-view-mode .editor-heading-h2:first-child,.lexical-view-mode .editor-heading-h1:first-child,.lexical-view-mode h2:first-child,.lexical-view-mode h1:first-child{margin-top:0}.lexical-view-mode .editor-heading-h2,.lexical-view-mode h2{line-height:100%;border-bottom:thin solid #0000001a!important;margin-top:1.2em!important;margin-bottom:.6em!important;padding-bottom:6px!important;font-size:20px!important}.lexical-view-mode .editor-list-ol,.lexical-view-mode ol{margin:0 0 .3rem 15px!important;padding:0 0 0 15px!important;list-style-type:decimal!important;list-style-position:outside!important}.lexical-view-mode li ol{margin:0 0 0 20px!important}.lexical-view-mode .editor-list-ol2,.lexical-view-mode .editor-list-ol3,.lexical-view-mode .editor-list-ol4,.lexical-view-mode .editor-list-ol5,.lexical-view-mode .editor-list-ol6,.lexical-view-mode .editor-list-ol7{list-style-position:outside;padding:0!important}.lexical-view-mode .editor-list-ol2{list-style-type:lower-alpha}.lexical-view-mode .editor-list-ol3{list-style-type:lower-roman}.lexical-view-mode .editor-list-ol4{list-style-type:decimal}.lexical-view-mode .editor-list-ol5{list-style-type:lower-alpha}.lexical-view-mode .editor-list-ol6{list-style-type:lower-roman}.lexical-view-mode .editor-list-ol7{list-style-type:decimal}.lexical-view-mode .editor-list-ul,.lexical-view-mode ul{margin-bottom:.3rem;margin:0 0 0 15px!important;padding:0 0 0 5px!important;list-style-position:outside!important}.lexical-view-mode li ul{margin:0 0 0 15px!important;padding:0 0 0 3px!important}.lexical-view-mode .editor-list-item{padding-left:0;vertical-align:top!important;margin-bottom:12px!important;line-height:1.3!important}.lexical-view-mode .editor-nested-list-item{list-style-type:none}.lexical-view-mode code{color:inherit!important;word-wrap:break-word!important;white-space:break-spaces!important}.lexical-view-mode a>code{color:inherit}.lexical-view-mode pre::-webkit-scrollbar{width:10px;background:0 0!important}.lexical-view-mode pre::-webkit-scrollbar-thumb{background:#999}.lexical-view-mode img{cursor:zoom-in!important;border:1px solid #ccc!important;border-radius:4px!important;width:auto!important;max-width:250px!important;height:auto!important;max-height:250px!important;display:block!important}.lexical-view-mode img:hover,.lexical-view-mode img:focus{outline:3px solid #007bff4d}.lexical-view-mode iframe{background:#000!important;border:1px solid #ccc!important;width:fit-content!important;max-width:100%!important;height:fit-content!important}.lexical-view-mode .ql-align-left{text-align:left!important}.lexical-view-mode .ql-align-right{text-align:right!important}.lexical-view-mode .ql-align-center{text-align:center!important}.lexical-view-mode .ql-align-justify{text-align:justify!important}.lexical-view-mode .ql-size-small{font-size:.75em!important}.lexical-view-mode p>a,.lexical-view-mode li>a{color:#007bff!important;cursor:pointer!important;background-color:#0000!important;text-decoration:underline!important}.lexical-view-mode p>a:hover,.lexical-view-mode li>a:hover{color:#0062cc!important;text-decoration:underline!important}.lexical-view-mode .ql-size-large{font-size:1.25rem!important}.lexical-view-mode .ql-indent-1{margin-left:20px!important}.lexical-view-mode .ql-indent-2{margin-left:40px!important}.lexical-view-mode .ql-indent-3{margin-left:60px!important}.lexical-view-mode .ql-indent-4{margin-left:80px!important}.lexical-view-mode .ql-indent-5{margin-left:100px!important}.lexical-view-mode .ql-indent-6{margin-left:120px!important}.lexical-view-mode .ql-indent-7{margin-left:140px!important}.lexical-view-mode .ql-indent-8{margin-left:160px!important}.lexical-view-mode ol li.ql-indent-1,.lexical-view-mode ol li.ql-indent-2,.lexical-view-mode ol li.ql-indent-3,.lexical-view-mode ol li.ql-indent-4,.lexical-view-mode ol li.ql-indent-5,.lexical-view-mode ol li.ql-indent-6,.lexical-view-mode ol li.ql-indent-7,.lexical-view-mode ol li.ql-indent-8,.lexical-view-mode ul li.ql-indent-1,.lexical-view-mode ul li.ql-indent-2,.lexical-view-mode ul li.ql-indent-3,.lexical-view-mode ul li.ql-indent-4,.lexical-view-mode ul li.ql-indent-5,.lexical-view-mode ul li.ql-indent-6,.lexical-view-mode ul li.ql-indent-7,.lexical-view-mode ul li.ql-indent-8{margin-bottom:.3em!important}.lexical-view-mode ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-1!important;margin-left:0!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-1::marker{display:none}.lexical-view-mode ol li.ql-indent-1:before{content:counter(list-1,lower-alpha)". "!important}.lexical-view-mode ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-2!important;margin-left:20px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-2::marker{display:none}.lexical-view-mode ol li.ql-indent-2:before{content:counter(list-2,lower-roman)". "!important}.lexical-view-mode ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-3!important;margin-left:40px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-3::marker{display:none}.lexical-view-mode ol li.ql-indent-3:before{content:counter(list-3,decimal)". "!important}.lexical-view-mode ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-4!important;margin-left:60px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-4::marker{display:none}.lexical-view-mode ol li.ql-indent-4:before{content:counter(list-4,lower-alpha)". "!important}.lexical-view-mode ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9!important;counter-increment:list-5!important;margin-left:80px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-5::marker{display:none}.lexical-view-mode ol li.ql-indent-5:before{content:counter(list-5,lower-roman)". "!important}.lexical-view-mode ol li.ql-indent-6{counter-reset:list-7 list-8 list-9!important;counter-increment:list-6!important;margin-left:100px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-6::marker{display:none}.lexical-view-mode ol li.ql-indent-6:before{content:counter(list-6,decimal)". "!important}.lexical-view-mode ol li.ql-indent-7{counter-reset:list-8 list-9!important;counter-increment:list-7!important;margin-left:120px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-7::marker{display:none}.lexical-view-mode ol li.ql-indent-7:before{content:counter(list-7,lower-alpha)". "!important}.lexical-view-mode ol li.ql-indent-8{counter-reset:list-9!important;counter-increment:list-8!important;margin-left:140px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-8::marker{display:none}.lexical-view-mode ol li.ql-indent-8:before{content:counter(list-8,lower-roman)". "!important}.lexical-view-mode ul li.ql-indent-3,.lexical-view-mode ul li.ql-indent-6{list-style-type:disc}.lexical-view-mode ul li.ql-indent-1,.lexical-view-mode ul li.ql-indent-4,.lexical-view-mode ul li.ql-indent-7{list-style-type:circle}.lexical-view-mode ul li.ql-indent-2,.lexical-view-mode ul li.ql-indent-5,.lexical-view-mode ul li.ql-indent-8{list-style-type:square}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}@keyframes progress{0%{transform:translate(-100%)}to{transform:translate(300%)}}', d_ = (e, t) => {
|
|
12774
|
+
}, Md = '/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{.confidence-playbook *{--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-ease:initial}.confidence-playbook{display:unset!important;color:#1c232d!important}@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--spacing:.25rem;--container-md:28rem;--container-lg:32rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:calc(var(--spacing)*0)!important}.top-0{top:calc(var(--spacing)*0)!important}.top-0\\.5{top:calc(var(--spacing)*.5)!important}.top-1{top:calc(var(--spacing)*1)!important}.top-3{top:calc(var(--spacing)*3)!important}.-right-0,.right-0{right:calc(var(--spacing)*0)!important}.bottom-0{bottom:calc(var(--spacing)*0)!important}.bottom-2{bottom:calc(var(--spacing)*2)!important}.left-0{left:calc(var(--spacing)*0)!important}.left-1{left:calc(var(--spacing)*1)!important}.left-1\\/2{left:50%!important}.left-4{left:calc(var(--spacing)*4)!important}.z-2{z-index:2!important}.z-10{z-index:10!important}.z-50{z-index:50!important}.z-\\[9999999997\\],.z-\\[9999999998\\],.z-\\[9999999999\\]{z-index:2147483647!important}.container{width:100%!important}@media(min-width:40rem){.container{max-width:40rem!important}}@media(min-width:48rem){.container{max-width:48rem!important}}@media(min-width:64rem){.container{max-width:64rem!important}}@media(min-width:80rem){.container{max-width:80rem!important}}@media(min-width:96rem){.container{max-width:96rem!important}}.m-0{margin:calc(var(--spacing)*0)!important}.mx-1{margin-inline:calc(var(--spacing)*1)!important}.mx-2{margin-inline:calc(var(--spacing)*2)!important}.mx-4{margin-inline:calc(var(--spacing)*4)!important}.mx-auto{margin-inline:auto!important}.my-1{margin-block:calc(var(--spacing)*1)!important}.my-2{margin-block:calc(var(--spacing)*2)!important}.-mt-\\[1px\\]{margin-top:-1px!important}.mt-0{margin-top:calc(var(--spacing)*0)!important}.mt-3{margin-top:calc(var(--spacing)*3)!important}.mr-2{margin-right:calc(var(--spacing)*2)!important}.-mb-3{margin-bottom:calc(var(--spacing)*-3)!important}.mb-1{margin-bottom:calc(var(--spacing)*1)!important}.mb-2{margin-bottom:calc(var(--spacing)*2)!important}.mb-4{margin-bottom:calc(var(--spacing)*4)!important}.ml-2{margin-left:calc(var(--spacing)*2)!important}.block{display:block!important}.flex{display:flex!important}.hidden{display:none!important}.inline-flex{display:inline-flex!important}.size-4{width:calc(var(--spacing)*4)!important;height:calc(var(--spacing)*4)!important}.size-9{width:calc(var(--spacing)*9)!important;height:calc(var(--spacing)*9)!important}.h-2{height:calc(var(--spacing)*2)!important}.h-3{height:calc(var(--spacing)*3)!important}.h-4{height:calc(var(--spacing)*4)!important}.h-16{height:calc(var(--spacing)*16)!important}.h-\\[18px\\]{height:18px!important}.h-\\[20px\\]{height:20px!important}.h-\\[22px\\]{height:22px!important}.h-\\[24px\\]{height:24px!important}.h-\\[30px\\]{height:30px!important}.h-\\[38px\\]{height:38px!important}.h-\\[40px\\]{height:40px!important}.h-\\[75px\\]{height:75px!important}.h-\\[100vh\\]{height:100vh!important}.h-\\[110px\\]{height:110px!important}.h-full{height:100%!important}.min-h-16{min-height:calc(var(--spacing)*16)!important}.min-h-screen{min-height:100vh!important}.w-1\\/3{width:33.3333%!important}.w-3{width:calc(var(--spacing)*3)!important}.w-4{width:calc(var(--spacing)*4)!important}.w-\\[20px\\]{width:20px!important}.w-\\[27px\\]{width:27px!important}.w-\\[38px\\]{width:38px!important}.w-\\[75px\\]{width:75px!important}.w-\\[400px\\]{width:400px!important}.w-\\[calc\\(100vw-1rem\\)\\]{width:calc(100vw - 1rem)!important}.w-full{width:100%!important}.w-screen{width:100vw!important}.max-w-400{max-width:calc(var(--spacing)*400)!important}.max-w-\\[300px\\]{max-width:300px!important}.max-w-\\[420px\\]{max-width:420px!important}.max-w-lg{max-width:var(--container-lg)!important}.max-w-md{max-width:var(--container-md)!important}.min-w-0{min-width:calc(var(--spacing)*0)!important}.min-w-\\[106px\\]{min-width:106px!important}.min-w-\\[140px\\]{min-width:140px!important}.min-w-\\[160px\\]{min-width:160px!important}.min-w-\\[172px\\]{min-width:172px!important}.min-w-\\[270px\\]{min-width:270px!important}.min-w-fit{min-width:fit-content!important}.flex-1{flex:1!important}.flex-shrink-0{flex-shrink:0!important}.-translate-x-1\\/2{--tw-translate-x: -50% !important;translate:var(--tw-translate-x)var(--tw-translate-y)!important}.translate-y-0{--tw-translate-y:calc(var(--spacing)*0)!important;translate:var(--tw-translate-x)var(--tw-translate-y)!important}.translate-y-full{--tw-translate-y:100%!important;translate:var(--tw-translate-x)var(--tw-translate-y)!important}.rotate-180{rotate:180deg!important}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)!important}.animate-progress{animation:1.5s ease-in-out infinite progress!important}.animate-pulse{animation:var(--animate-pulse)!important}.animate-spin{animation:var(--animate-spin)!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.cursor-zoom-in{cursor:zoom-in!important}.resize{resize:both!important}.list-decimal{list-style-type:decimal!important}.list-disc{list-style-type:disc!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.items-center{align-items:center!important}.items-start{align-items:flex-start!important}.items-stretch{align-items:stretch!important}.justify-between{justify-content:space-between!important}.justify-center{justify-content:center!important}.justify-end{justify-content:flex-end!important}.justify-start{justify-content:flex-start!important}.gap-1{gap:calc(var(--spacing)*1)!important}.gap-2{gap:calc(var(--spacing)*2)!important}.gap-3{gap:calc(var(--spacing)*3)!important}.gap-4{gap:calc(var(--spacing)*4)!important}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0!important;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse))!important;margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))!important}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0!important;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse))!important;margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))!important}:where(.space-x-1>:not(:last-child)){--tw-space-x-reverse:0!important;margin-inline-start:calc(calc(var(--spacing)*1)*var(--tw-space-x-reverse))!important;margin-inline-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-x-reverse)))!important}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0!important;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse))!important;margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))!important}:where(.space-x-4>:not(:last-child)){--tw-space-x-reverse:0!important;margin-inline-start:calc(calc(var(--spacing)*4)*var(--tw-space-x-reverse))!important;margin-inline-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-x-reverse)))!important}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0!important;border-bottom-style:var(--tw-border-style)!important;border-top-style:var(--tw-border-style)!important;border-top-width:calc(1px*var(--tw-divide-y-reverse))!important;border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))!important}:where(.divide-black\\/10>:not(:last-child)){border-color:oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1)!important}:where(.divide-gray-100>:not(:last-child)){border-color:#ebedef!important}.self-end{align-self:flex-end!important}.truncate{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.overflow-hidden{overflow:hidden!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-auto{overflow-y:auto!important}.rounded{border-radius:.25rem!important}.rounded-full{border-radius:3.40282e38px!important}.rounded-lg{border-radius:var(--radius-lg)!important}.rounded-md{border-radius:var(--radius-md)!important}.rounded-none{border-radius:0!important}.rounded-sm{border-radius:var(--radius-sm)!important}.rounded-t-sm{border-top-left-radius:var(--radius-sm)!important;border-top-right-radius:var(--radius-sm)!important}.rounded-l-sm{border-top-left-radius:var(--radius-sm)!important;border-bottom-left-radius:var(--radius-sm)!important}.rounded-b-md{border-bottom-right-radius:var(--radius-md)!important;border-bottom-left-radius:var(--radius-md)!important}.border{border-style:var(--tw-border-style)!important;border-width:1px!important}.border-0{border-style:var(--tw-border-style)!important;border-width:0!important}.border-2{border-style:var(--tw-border-style)!important;border-width:2px!important}.border-t{border-top-style:var(--tw-border-style)!important;border-top-width:1px!important}.border-b{border-bottom-style:var(--tw-border-style)!important;border-bottom-width:1px!important}.border-l-1{border-left-style:var(--tw-border-style)!important;border-left-width:1px!important}.border-l-3{border-left-style:var(--tw-border-style)!important;border-left-width:3px!important}.border-none{--tw-border-style:none!important;border-style:none!important}.border-\\[\\#94C8FF\\]{border-color:#94c8ff!important}.border-\\[\\#A5DAB1\\]{border-color:#a5dab1!important}.border-\\[\\#C1C5C8\\]{border-color:#c1c5c8!important}.border-black\\/10{border-color:oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1) oklab(0% none none/.1)!important}.border-danger-200{border-color:#f0aab1!important}.border-danger-500{border-color:#dc3545!important}.border-gray-50{border-color:#f5f6f7!important}.border-gray-100{border-color:#ebedef!important}.border-gray-200{border-color:#ced1d6!important}.border-gray-300{border-color:#b0b5bd!important}.border-gray-400{border-color:#757e8c!important}.border-gray-700{border-color:#2c3544!important}.border-gray-800{border-color:#232b37!important}.border-info-500{border-color:#17a2b8!important}.border-orange-500{border-color:#ff7800!important}.border-primary-200{border-color:#94c8ff!important}.border-primary-600{border-color:#0069d9!important}.border-purple-500{border-color:#a855f7!important}.border-red-500{border-color:var(--color-red-500)!important}.border-secondary-500{border-color:#6c757d!important}.border-secondary-600{border-color:#5a6268!important}.border-steel-500{border-color:#556987!important}.border-success-200{border-color:#a5dab1!important}.border-success-600{border-color:#218838!important}.border-warning-200{border-color:#ffe597!important}.border-warning-500{border-color:#ffc107!important}.border-white{border-color:#fff!important}.border-t-blue-500{border-top-color:var(--color-blue-500)!important}.border-l-danger-500{border-left-color:#dc3545!important}.border-l-primary-500{border-left-color:#007bff!important}.border-l-success-500{border-left-color:#28a745!important}.border-l-warning-500{border-left-color:#ffc107!important}.bg-\\[\\#E6F2FF\\]{background-color:#e6f2ff!important}.bg-\\[\\#EAF6EC\\]{background-color:#eaf6ec!important}.bg-\\[\\#F0F1F2\\]{background-color:#f0f1f2!important}.bg-\\[\\#FFE600\\]{background-color:#ffe600!important}.bg-black\\/30{background-color:oklab(0% none none/.3)!important}.bg-blue-500{background-color:var(--color-blue-500)!important}.bg-danger-100{background-color:#f6ccd0!important}.bg-danger-500{background-color:#dc3545!important}.bg-dark{background-color:#1c232d!important}.bg-fiserv-orange-500{background-color:#f60!important}.bg-gray-50{background-color:#f5f6f7!important}.bg-gray-100{background-color:#ebedef!important}.bg-gray-200{background-color:#ced1d6!important}.bg-gray-400{background-color:#757e8c!important}.bg-gray-500{background-color:#3a475b!important}.bg-gray-800{background-color:#232b37!important}.bg-gray-900{background-color:#1c232d!important}.bg-info-500{background-color:#17a2b8!important}.bg-orange-500{background-color:#ff7800!important}.bg-primary-100{background-color:#bfdeff!important}.bg-primary-600{background-color:#0069d9!important}.bg-primary-800{background-color:#0054af!important}.bg-purple-500{background-color:#a855f7!important}.bg-secondary-500{background-color:#6c757d!important}.bg-steel-500{background-color:#556987!important}.bg-success-100{background-color:#c9e9d0!important}.bg-success-500{background-color:#28a745!important}.bg-success-600{background-color:#218838!important}.bg-warning-100{background-color:#ffefc1!important}.bg-warning-500{background-color:#ffc107!important}.bg-white{background-color:#fff!important}.bg-yellow{background-color:#ffe600!important}.object-contain{object-fit:contain!important}.object-cover{object-fit:cover!important}.object-center{object-position:center!important}.p-1{padding:calc(var(--spacing)*1)!important}.p-2{padding:calc(var(--spacing)*2)!important}.p-3{padding:calc(var(--spacing)*3)!important}.p-4{padding:calc(var(--spacing)*4)!important}.px-0{padding-inline:calc(var(--spacing)*0)!important}.px-1{padding-inline:calc(var(--spacing)*1)!important}.px-2{padding-inline:calc(var(--spacing)*2)!important}.px-3{padding-inline:calc(var(--spacing)*3)!important}.px-4{padding-inline:calc(var(--spacing)*4)!important}.px-\\[2px\\]{padding-inline:2px!important}.py-1{padding-block:calc(var(--spacing)*1)!important}.py-1\\.5{padding-block:calc(var(--spacing)*1.5)!important}.py-2{padding-block:calc(var(--spacing)*2)!important}.py-4{padding-block:calc(var(--spacing)*4)!important}.pt-2{padding-top:calc(var(--spacing)*2)!important}.pr-2{padding-right:calc(var(--spacing)*2)!important}.pb-1{padding-bottom:calc(var(--spacing)*1)!important}.pb-2{padding-bottom:calc(var(--spacing)*2)!important}.pb-\\[102px\\]{padding-bottom:102px!important}.pl-4{padding-left:calc(var(--spacing)*4)!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.font-mono{font-family:var(--font-mono)!important}.text-2xl{font-size:var(--text-2xl)!important;line-height:var(--tw-leading,var(--text-2xl--line-height))!important}.text-base{font-size:var(--text-base)!important;line-height:var(--tw-leading,var(--text-base--line-height))!important}.text-lg{font-size:var(--text-lg)!important;line-height:var(--tw-leading,var(--text-lg--line-height))!important}.text-sm{font-size:var(--text-sm)!important;line-height:var(--tw-leading,var(--text-sm--line-height))!important}.text-sm\\/6{font-size:var(--text-sm)!important;line-height:calc(var(--spacing)*6)!important}.text-xl{font-size:var(--text-xl)!important;line-height:var(--tw-leading,var(--text-xl--line-height))!important}.text-xs{font-size:var(--text-xs)!important;line-height:var(--tw-leading,var(--text-xs--line-height))!important}.text-\\[10px\\]{font-size:10px!important}.leading-\\[18px\\]{--tw-leading:18px!important;line-height:18px!important}.leading-\\[22px\\]{--tw-leading:22px!important;line-height:22px!important}.leading-\\[24px\\]{--tw-leading:24px!important;line-height:24px!important}.font-bold{--tw-font-weight:var(--font-weight-bold)!important;font-weight:var(--font-weight-bold)!important}.font-medium{--tw-font-weight:var(--font-weight-medium)!important;font-weight:var(--font-weight-medium)!important}.font-normal{--tw-font-weight:var(--font-weight-normal)!important;font-weight:var(--font-weight-normal)!important}.font-semibold{--tw-font-weight:var(--font-weight-semibold)!important;font-weight:var(--font-weight-semibold)!important}.whitespace-nowrap{white-space:nowrap!important}.text-\\[\\#0069D9\\]{color:#0069d9!important}.text-black{color:#000!important}.text-blue-600{color:var(--color-blue-600)!important}.text-danger-500{color:#dc3545!important}.text-danger-600{color:#c82333!important}.text-danger-900{color:#721c24!important}.text-dark{color:#1c232d!important}.text-dark-300{color:#343a40!important}.text-fiserv-orange-500{color:#f60!important}.text-gray-50{color:#f5f6f7!important}.text-gray-200{color:#ced1d6!important}.text-gray-300{color:#b0b5bd!important}.text-gray-400{color:#757e8c!important}.text-gray-500{color:#3a475b!important}.text-gray-700{color:#2c3544!important}.text-gray-800{color:#232b37!important}.text-gray-900{color:#1c232d!important}.text-info-500{color:#17a2b8!important}.text-orange-500{color:#ff7800!important}.text-primary-600{color:#0069d9!important}.text-primary-900{color:#004085!important}.text-purple-500{color:#a855f7!important}.text-secondary{color:#6c757d!important}.text-secondary-400{color:#899197!important}.text-secondary-500{color:#6c757d!important}.text-secondary-600{color:#5a6268!important}.text-steel-500{color:#556987!important}.text-success-500{color:#28a745!important}.text-success-600{color:#218838!important}.text-success-900{color:#155724!important}.text-warning-500{color:#ffc107!important}.text-warning-600{color:#f59e0b!important}.text-warning-900{color:#935f07!important}.text-white{color:#fff!important}.text-yellow{color:#ffe600!important}.uppercase{text-transform:uppercase!important}.italic{font-style:italic!important}.line-through{text-decoration-line:line-through!important}.underline{text-decoration-line:underline!important}.opacity-0{opacity:0!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-100{opacity:1!important}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.shadow-dark\\/50{--tw-shadow-color:#1c232d80!important}@supports (color:color-mix(in lab,red,red)){.shadow-dark\\/50{--tw-shadow-color:color-mix(in oklab,oklab(25.3864% -.0047446 -.0210213/.5) var(--tw-shadow-alpha),transparent)!important}}.outline{outline-style:var(--tw-outline-style)!important;outline-width:1px!important}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events!important;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))!important;transition-duration:var(--tw-duration,var(--default-transition-duration))!important}.transition-all{transition-property:all!important;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function))!important;transition-duration:var(--tw-duration,var(--default-transition-duration))!important}.duration-300{--tw-duration:.3s!important;transition-duration:.3s!important}.ease-in-out{--tw-ease:var(--ease-in-out)!important;transition-timing-function:var(--ease-in-out)!important}.ease-out{--tw-ease:var(--ease-out)!important;transition-timing-function:var(--ease-out)!important}.outline-none{--tw-outline-style:none!important;outline-style:none!important}.\\[writing-mode\\:vertical-lr\\]{writing-mode:vertical-lr!important}@media(hover:hover){.hover\\:border-primary-500:hover{border-color:#007bff!important}.hover\\:bg-danger-500:hover{background-color:#dc3545!important}.hover\\:bg-dark:hover{background-color:#1c232d!important}.hover\\:bg-fiserv-orange-500:hover{background-color:#f60!important}.hover\\:bg-gray-50:hover{background-color:#f5f6f7!important}.hover\\:bg-gray-100:hover{background-color:#ebedef!important}.hover\\:bg-gray-400:hover{background-color:#757e8c!important}.hover\\:bg-gray-500:hover{background-color:#3a475b!important}.hover\\:bg-gray-800:hover{background-color:#232b37!important}.hover\\:bg-gray-900:hover{background-color:#1c232d!important}.hover\\:bg-info-500:hover{background-color:#17a2b8!important}.hover\\:bg-orange-500:hover{background-color:#ff7800!important}.hover\\:bg-primary-700:hover{background-color:#0062cc!important}.hover\\:bg-primary-800:hover{background-color:#0054af!important}.hover\\:bg-purple-500:hover{background-color:#a855f7!important}.hover\\:bg-secondary-500:hover{background-color:#6c757d!important}.hover\\:bg-steel-500:hover{background-color:#556987!important}.hover\\:bg-success-500:hover{background-color:#28a745!important}.hover\\:bg-transparent:hover{background-color:#0000!important}.hover\\:bg-warning-500:hover{background-color:#ffc107!important}.hover\\:bg-yellow:hover{background-color:#ffe600!important}.hover\\:text-black:hover{color:#000!important}.hover\\:text-blue-600:hover{color:var(--color-blue-600)!important}.hover\\:text-danger-600:hover{color:#c82333!important}.hover\\:text-danger-700:hover{color:#bd2130!important}.hover\\:text-danger-800:hover{color:#aa1927!important}.hover\\:text-dark:hover{color:#1c232d!important}.hover\\:text-fiserv-orange-800:hover{color:#bf4c00!important}.hover\\:text-gray-400:hover{color:#757e8c!important}.hover\\:text-gray-700:hover{color:#2c3544!important}.hover\\:text-gray-800:hover{color:#232b37!important}.hover\\:text-gray-900:hover{color:#1c232d!important}.hover\\:text-info-800:hover{color:#026777!important}.hover\\:text-orange-800:hover{color:#c75d00!important}.hover\\:text-primary-600:hover{color:#0069d9!important}.hover\\:text-primary-700:hover{color:#0062cc!important}.hover\\:text-primary-800:hover{color:#0054af!important}.hover\\:text-purple-800:hover{color:#6f33a7!important}.hover\\:text-secondary-800:hover{color:#444a50!important}.hover\\:text-steel-800:hover{color:#333f51!important}.hover\\:text-success-600:hover{color:#218838!important}.hover\\:text-success-700:hover{color:#1e7e34!important}.hover\\:text-success-800:hover{color:#106c25!important}.hover\\:text-warning-600:hover{color:#f59e0b!important}.hover\\:text-warning-700:hover{color:#dd8e0a!important}.hover\\:text-warning-800:hover{color:#b87708!important}.hover\\:text-white:hover{color:#fff!important}.hover\\:text-yellow:hover{color:#ffe600!important}}.focus\\:border-red-500:focus{border-color:var(--color-red-500)!important}.focus\\:outline:focus{outline-style:var(--tw-outline-style)!important;outline-width:1px!important}.focus\\:outline-3:focus{outline-style:var(--tw-outline-style)!important;outline-width:3px!important}.focus\\:outline-primary-500\\/\\[\\.3\\]:focus{outline-color:#007bff4d!important}.active\\:bg-gray-50:active{background-color:#f5f6f7!important}.active\\:bg-gray-800:active{background-color:#232b37!important}.active\\:text-black:active{color:#000!important}.active\\:text-white:active{color:#fff!important}.disabled\\:pointer-events-none:disabled{pointer-events:none!important}.disabled\\:opacity-15:disabled{opacity:.15!important}.data-closed\\:opacity-0[data-closed]{opacity:0!important}.data-focus\\:-outline-offset-2[data-focus]{outline-offset:-2px!important}.data-focus\\:outline-primary-500[data-focus]{outline-color:#007bff!important}@media(min-width:48rem){.md\\:min-w-fit{min-width:fit-content!important}}}:root,:host{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 6 Sharp Duotone"}svg.svg-inline--fa:not(:root),svg.svg-inline--fa:not(:host){box-sizing:content-box;overflow:visible}.svg-inline--fa{display:var(--fa-display,inline-block);vertical-align:-.125em;height:1em;overflow:visible}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{margin:auto;position:absolute;top:0;right:0;bottom:0;left:0}.fa-layers-counter,.fa-layers-text{text-align:center;display:inline-block;position:absolute}.fa-layers{text-align:center;vertical-align:-.125em;width:1em;height:1em;display:inline-block;position:relative}.fa-layers svg.svg-inline--fa{transform-origin:50%}.fa-layers-text{transform-origin:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:100% 0;overflow:hidden}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:100% 100%;top:auto}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:0 100%;top:auto;right:auto}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:100% 0}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:0 0}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs{vertical-align:.125em;font-size:.75em;line-height:.08333em}.fa-sm{vertical-align:.05357em;font-size:.875em;line-height:.07143em}.fa-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.04167em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-fw{text-align:center;width:1.25em}.fa-ul{margin-left:var(--fa-li-margin,2.5em);padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width,2em));text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0)}57%{transform:scale(1)translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{vertical-align:middle;width:2.5em;height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{z-index:var(--fa-stack-z-index,auto);margin:auto;position:absolute;top:0;right:0;bottom:0;left:0}.svg-inline--fa.fa-stack-1x{width:1.25em;height:1em}.svg-inline--fa.fa-stack-2x{width:2.5em;height:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.sr-only,.fa-sr-only,.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.lexical-view-mode{word-break:break-word!important;color:#1c232d!important;width:100%!important}.lexical-view-mode ul{list-style:revert!important}.editable .lexical-view-mode:hover{cursor:text!important;background-color:#00000012!important;border-radius:1px!important;outline:4px solid #00000012!important}.lexical-view-mode .Collapsible__container{width:fit-content!important}.lexical-view-mode .Collapsible__title{color:#007bff!important;cursor:pointer!important;background-color:#0000!important;align-items:center!important;margin-bottom:4px!important;padding:0!important;list-style:none!important;display:flex!important}.lexical-view-mode .Collapsible__title:hover{color:#0069d9!important}.lexical-view-mode .Collapsible__title:hover .editor-paragraph{text-decoration:underline!important}.lexical-view-mode .Collapsible__title::marker{display:none!important}.lexical-view-mode .Collapsible__title::-webkit-details-marker{display:none!important}.lexical-view-mode .Collapsible__title:before{content:""!important;-moz-osx-font-smoothing:grayscale!important;-webkit-font-smoothing:antialiased!important;display:var(--fa-display,inline-block)!important;font-variant:normal!important;text-rendering:auto!important;background:#fff!important;border-radius:30px!important;margin-right:4px!important;font-family:"Font Awesome 5 Pro"!important;font-style:normal!important;font-weight:900!important;line-height:1!important}.lexical-view-mode .Collapsible__title:hover:before{color:#0069d9!important;border:3px solid #fff!important;margin-left:-3px!important;margin-right:1px!important}.lexical-view-mode hr{border:none!important;margin:5px 0!important;padding:3px 0!important}.lexical-view-mode hr:after{content:""!important;background-color:#0000001a!important;height:2px!important;line-height:2px!important;display:block!important}.lexical-view-mode .editor-line-spacer{background:0 0!important;border:1px dashed #0000!important;line-height:6px!important}.lexical-view-mode .other h2{margin-bottom:7px;color:#444!important;font-size:18px!important}.lexical-view-mode .other a{font-size:14px;color:#777!important;text-decoration:underline!important}.lexical-view-mode .other ul{list-style-type:none;margin:0!important;padding:0!important}.lexical-view-mode .ltr{text-align:left}.lexical-view-mode .rtl{text-align:right}.lexical-view-mode .editor-shell{color:#1c232d!important;border-radius:4px!important;width:100%!important;font-weight:400!important;position:relative!important}.lexical-view-mode .editor{position:relative;background:#fff!important}.lexical-view-mode .editor-input{caret-color:#444;resize:none!important;-moz-tab-size:1!important;tab-size:1!important;outline:0!important;min-height:150px!important;padding:12px!important;position:relative!important}.lexical-view-mode .editor-placeholder{pointer-events:none;color:#999!important;text-overflow:ellipsis!important;-webkit-user-select:none!important;user-select:none!important;font-size:15px!important;display:inline-block!important;position:absolute!important;top:15px!important;left:10px!important;overflow:hidden!important}.lexical-view-mode .editor-text-bold,.lexical-view-mode strong{font-weight:700!important}.lexical-view-mode .editor-text-italic{font-style:italic}.lexical-view-mode .editor-text-code{color:#d70c69;background-color:#0000001a!important;border-radius:4px!important;padding:1px .25rem!important;font-family:Menlo,Consolas,Monaco,monospace!important;font-size:85%!important}.lexical-view-mode .editor-link{word-break:break-word;color:#007bff!important;cursor:pointer!important;background-color:#0000!important;text-decoration:underline!important}.lexical-view-mode .editor-link:hover{color:#0062cc!important;text-decoration:underline!important}.lexical-view-mode .editor-code,.lexical-view-mode pre{word-break:break-word;-moz-tab-size:2!important;tab-size:2!important;background-color:#f0f2f5!important;border-radius:4px!important;margin:8px 0!important;padding:8px 8px 8px 52px!important;font-family:Menlo,Consolas,Monaco,monospace!important;font-size:13px!important;line-height:1.53!important;display:block!important;position:relative!important;overflow-x:auto!important}.lexical-view-mode .editor-code:before{min-width:25px;content:attr(data-gutter)!important;color:#777!important;white-space:pre-wrap!important;text-align:right!important;background-color:#eee!important;border-right:1px solid #ccc!important;padding:8px!important;position:absolute!important;top:0!important;left:0!important}.lexical-view-mode pre{white-space:pre-wrap!important;padding-left:8px!important}.lexical-view-mode pre:before{border-right:0!important;width:100%!important;height:23px!important}.lexical-view-mode .editor-code:after,.lexical-view-mode pre:after{color:#00000080;content:attr(data-highlight-language)!important;text-transform:uppercase!important;padding:3px!important;font-size:10px!important;position:absolute!important;top:0!important;right:3px!important}.lexical-view-mode .editor-tokenComment{color:#708090}.lexical-view-mode .editor-tokenPunctuation{color:#999}.lexical-view-mode .editor-tokenProperty{color:#905}.lexical-view-mode .editor-tokenSelector{color:#690}.lexical-view-mode .editor-tokenOperator{color:#9a6e3a}.lexical-view-mode .editor-tokenAttr{color:#07a}.lexical-view-mode .editor-tokenVariable{color:#e90}.lexical-view-mode .editor-tokenFunction{color:#dd4a68}.lexical-view-mode .editor-paragraph,.lexical-view-mode p{word-break:break-word;margin:0 0 .3rem!important;padding:0!important}.lexical-view-mode .editor-paragraph:last-child{margin-bottom:0}.lexical-view-mode .editor-heading-h1,.lexical-view-mode h1{line-height:100%;border-bottom:thin solid #0000001a!important;margin-top:1.2em!important;margin-bottom:.6em!important;padding-bottom:6px!important;font-size:24px!important}.lexical-view-mode .editor-heading-h2:first-child,.lexical-view-mode .editor-heading-h1:first-child,.lexical-view-mode h2:first-child,.lexical-view-mode h1:first-child{margin-top:0}.lexical-view-mode .editor-heading-h2,.lexical-view-mode h2{line-height:100%;border-bottom:thin solid #0000001a!important;margin-top:1.2em!important;margin-bottom:.6em!important;padding-bottom:6px!important;font-size:20px!important}.lexical-view-mode .editor-list-ol,.lexical-view-mode ol{margin:0 0 .3rem 15px!important;padding:0 0 0 15px!important;list-style-type:decimal!important;list-style-position:outside!important}.lexical-view-mode li ol{margin:0 0 0 20px!important}.lexical-view-mode .editor-list-ol2,.lexical-view-mode .editor-list-ol3,.lexical-view-mode .editor-list-ol4,.lexical-view-mode .editor-list-ol5,.lexical-view-mode .editor-list-ol6,.lexical-view-mode .editor-list-ol7{list-style-position:outside;padding:0!important}.lexical-view-mode .editor-list-ol2{list-style-type:lower-alpha}.lexical-view-mode .editor-list-ol3{list-style-type:lower-roman}.lexical-view-mode .editor-list-ol4{list-style-type:decimal}.lexical-view-mode .editor-list-ol5{list-style-type:lower-alpha}.lexical-view-mode .editor-list-ol6{list-style-type:lower-roman}.lexical-view-mode .editor-list-ol7{list-style-type:decimal}.lexical-view-mode .editor-list-ul,.lexical-view-mode ul{margin-bottom:.3rem;margin:0 0 0 15px!important;padding:0 0 0 5px!important;list-style-position:outside!important}.lexical-view-mode li ul{margin:0 0 0 15px!important;padding:0 0 0 3px!important}.lexical-view-mode .editor-list-item{padding-left:0;vertical-align:top!important;margin-bottom:12px!important;line-height:1.3!important}.lexical-view-mode .editor-nested-list-item{list-style-type:none}.lexical-view-mode code{color:inherit!important;word-wrap:break-word!important;white-space:break-spaces!important}.lexical-view-mode a>code{color:inherit}.lexical-view-mode pre::-webkit-scrollbar{width:10px;background:0 0!important}.lexical-view-mode pre::-webkit-scrollbar-thumb{background:#999}.lexical-view-mode img{cursor:zoom-in!important;border:1px solid #ccc!important;border-radius:4px!important;width:auto!important;max-width:250px!important;height:auto!important;max-height:250px!important;display:block!important}.lexical-view-mode img:hover,.lexical-view-mode img:focus{outline:3px solid #007bff4d}.lexical-view-mode iframe{background:#000!important;border:1px solid #ccc!important;width:fit-content!important;max-width:100%!important;height:fit-content!important}.lexical-view-mode .ql-align-left{text-align:left!important}.lexical-view-mode .ql-align-right{text-align:right!important}.lexical-view-mode .ql-align-center{text-align:center!important}.lexical-view-mode .ql-align-justify{text-align:justify!important}.lexical-view-mode .ql-size-small{font-size:.75em!important}.lexical-view-mode p>a,.lexical-view-mode li>a{color:#007bff!important;cursor:pointer!important;background-color:#0000!important;text-decoration:underline!important}.lexical-view-mode p>a:hover,.lexical-view-mode li>a:hover{color:#0062cc!important;text-decoration:underline!important}.lexical-view-mode .ql-size-large{font-size:1.25rem!important}.lexical-view-mode .ql-indent-1{margin-left:20px!important}.lexical-view-mode .ql-indent-2{margin-left:40px!important}.lexical-view-mode .ql-indent-3{margin-left:60px!important}.lexical-view-mode .ql-indent-4{margin-left:80px!important}.lexical-view-mode .ql-indent-5{margin-left:100px!important}.lexical-view-mode .ql-indent-6{margin-left:120px!important}.lexical-view-mode .ql-indent-7{margin-left:140px!important}.lexical-view-mode .ql-indent-8{margin-left:160px!important}.lexical-view-mode ol li.ql-indent-1,.lexical-view-mode ol li.ql-indent-2,.lexical-view-mode ol li.ql-indent-3,.lexical-view-mode ol li.ql-indent-4,.lexical-view-mode ol li.ql-indent-5,.lexical-view-mode ol li.ql-indent-6,.lexical-view-mode ol li.ql-indent-7,.lexical-view-mode ol li.ql-indent-8,.lexical-view-mode ul li.ql-indent-1,.lexical-view-mode ul li.ql-indent-2,.lexical-view-mode ul li.ql-indent-3,.lexical-view-mode ul li.ql-indent-4,.lexical-view-mode ul li.ql-indent-5,.lexical-view-mode ul li.ql-indent-6,.lexical-view-mode ul li.ql-indent-7,.lexical-view-mode ul li.ql-indent-8{margin-bottom:.3em!important}.lexical-view-mode ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-1!important;margin-left:0!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-1::marker{display:none}.lexical-view-mode ol li.ql-indent-1:before{content:counter(list-1,lower-alpha)". "!important}.lexical-view-mode ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-2!important;margin-left:20px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-2::marker{display:none}.lexical-view-mode ol li.ql-indent-2:before{content:counter(list-2,lower-roman)". "!important}.lexical-view-mode ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-3!important;margin-left:40px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-3::marker{display:none}.lexical-view-mode ol li.ql-indent-3:before{content:counter(list-3,decimal)". "!important}.lexical-view-mode ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9!important;counter-increment:list-4!important;margin-left:60px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-4::marker{display:none}.lexical-view-mode ol li.ql-indent-4:before{content:counter(list-4,lower-alpha)". "!important}.lexical-view-mode ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9!important;counter-increment:list-5!important;margin-left:80px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-5::marker{display:none}.lexical-view-mode ol li.ql-indent-5:before{content:counter(list-5,lower-roman)". "!important}.lexical-view-mode ol li.ql-indent-6{counter-reset:list-7 list-8 list-9!important;counter-increment:list-6!important;margin-left:100px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-6::marker{display:none}.lexical-view-mode ol li.ql-indent-6:before{content:counter(list-6,decimal)". "!important}.lexical-view-mode ol li.ql-indent-7{counter-reset:list-8 list-9!important;counter-increment:list-7!important;margin-left:120px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-7::marker{display:none}.lexical-view-mode ol li.ql-indent-7:before{content:counter(list-7,lower-alpha)". "!important}.lexical-view-mode ol li.ql-indent-8{counter-reset:list-9!important;counter-increment:list-8!important;margin-left:140px!important;list-style-type:none!important}.lexical-view-mode ol li.ql-indent-8::marker{display:none}.lexical-view-mode ol li.ql-indent-8:before{content:counter(list-8,lower-roman)". "!important}.lexical-view-mode ul li.ql-indent-3,.lexical-view-mode ul li.ql-indent-6{list-style-type:disc}.lexical-view-mode ul li.ql-indent-1,.lexical-view-mode ul li.ql-indent-4,.lexical-view-mode ul li.ql-indent-7{list-style-type:circle}.lexical-view-mode ul li.ql-indent-2,.lexical-view-mode ul li.ql-indent-5,.lexical-view-mode ul li.ql-indent-8{list-style-type:square}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}@keyframes progress{0%{transform:translate(-100%)}to{transform:translate(300%)}}', d_ = (e, t) => {
|
|
12775
12775
|
const n = new Array(e.length + t.length);
|
|
12776
12776
|
for (let r = 0; r < e.length; r++)
|
|
12777
12777
|
n[r] = e[r];
|
|
@@ -12785,7 +12785,7 @@ const Ai = () => {
|
|
|
12785
12785
|
nextPart: e,
|
|
12786
12786
|
validators: t,
|
|
12787
12787
|
classGroupId: n
|
|
12788
|
-
}),
|
|
12788
|
+
}), Ch = "-", fx = [], h_ = "arbitrary..", m_ = (e) => {
|
|
12789
12789
|
const t = v_(e), {
|
|
12790
12790
|
conflictingClassGroups: n,
|
|
12791
12791
|
conflictingClassGroupModifiers: r
|
|
@@ -12794,7 +12794,7 @@ const Ai = () => {
|
|
|
12794
12794
|
getClassGroupId: (s) => {
|
|
12795
12795
|
if (s.startsWith("[") && s.endsWith("]"))
|
|
12796
12796
|
return g_(s);
|
|
12797
|
-
const c = s.split(
|
|
12797
|
+
const c = s.split(Ch), u = c[0] === "" && c.length > 1 ? 1 : 0;
|
|
12798
12798
|
return XS(c, u, t);
|
|
12799
12799
|
},
|
|
12800
12800
|
getConflictingClassGroupIds: (s, c) => {
|
|
@@ -12816,7 +12816,7 @@ const Ai = () => {
|
|
|
12816
12816
|
const s = n.validators;
|
|
12817
12817
|
if (s === null)
|
|
12818
12818
|
return;
|
|
12819
|
-
const c = t === 0 ? e.join(
|
|
12819
|
+
const c = t === 0 ? e.join(Ch) : e.slice(t).join(Ch), u = s.length;
|
|
12820
12820
|
for (let f = 0; f < u; f++) {
|
|
12821
12821
|
const m = s[f];
|
|
12822
12822
|
if (m.validator(c))
|
|
@@ -12871,7 +12871,7 @@ const Ai = () => {
|
|
|
12871
12871
|
}
|
|
12872
12872
|
}, JS = (e, t) => {
|
|
12873
12873
|
let n = e;
|
|
12874
|
-
const r = t.split(
|
|
12874
|
+
const r = t.split(Ch), o = r.length;
|
|
12875
12875
|
for (let i = 0; i < o; i++) {
|
|
12876
12876
|
const s = r[i];
|
|
12877
12877
|
let c = n.nextPart.get(s);
|
|
@@ -13050,7 +13050,7 @@ const Ai = () => {
|
|
|
13050
13050
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
13051
13051
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
13052
13052
|
D_.test(e) && !F_.test(e)
|
|
13053
|
-
), nA = () => !1, $_ = (e) => z_.test(e), W_ = (e) => B_.test(e), H_ = (e) => !je(e) && !$e(e), V_ = (e) => Lu(e, iA, nA), je = (e) => eA.test(e), Xs = (e) => Lu(e, aA, j_), Ug = (e) => Lu(e, Z_, lt), hx = (e) => Lu(e, rA, nA), K_ = (e) => Lu(e, oA, W_),
|
|
13053
|
+
), nA = () => !1, $_ = (e) => z_.test(e), W_ = (e) => B_.test(e), H_ = (e) => !je(e) && !$e(e), V_ = (e) => Lu(e, iA, nA), je = (e) => eA.test(e), Xs = (e) => Lu(e, aA, j_), Ug = (e) => Lu(e, Z_, lt), hx = (e) => Lu(e, rA, nA), K_ = (e) => Lu(e, oA, W_), jp = (e) => Lu(e, sA, $_), $e = (e) => tA.test(e), jf = (e) => Du(e, aA), Y_ = (e) => Du(e, X_), mx = (e) => Du(e, rA), G_ = (e) => Du(e, iA), Q_ = (e) => Du(e, oA), $p = (e) => Du(e, sA, !0), Lu = (e, t, n) => {
|
|
13054
13054
|
const r = eA.exec(e);
|
|
13055
13055
|
return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
|
|
13056
13056
|
}, Du = (e, t, n = !1) => {
|
|
@@ -14448,8 +14448,8 @@ const Ai = () => {
|
|
|
14448
14448
|
"",
|
|
14449
14449
|
"none",
|
|
14450
14450
|
m,
|
|
14451
|
-
|
|
14452
|
-
|
|
14451
|
+
$p,
|
|
14452
|
+
jp
|
|
14453
14453
|
]
|
|
14454
14454
|
}],
|
|
14455
14455
|
/**
|
|
@@ -14464,7 +14464,7 @@ const Ai = () => {
|
|
|
14464
14464
|
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
14465
14465
|
*/
|
|
14466
14466
|
"inset-shadow": [{
|
|
14467
|
-
"inset-shadow": ["none", h,
|
|
14467
|
+
"inset-shadow": ["none", h, $p, jp]
|
|
14468
14468
|
}],
|
|
14469
14469
|
/**
|
|
14470
14470
|
* Inset Box Shadow Color
|
|
@@ -14531,7 +14531,7 @@ const Ai = () => {
|
|
|
14531
14531
|
* @see https://tailwindcss.com/docs/text-shadow
|
|
14532
14532
|
*/
|
|
14533
14533
|
"text-shadow": [{
|
|
14534
|
-
"text-shadow": ["none", v,
|
|
14534
|
+
"text-shadow": ["none", v, $p, jp]
|
|
14535
14535
|
}],
|
|
14536
14536
|
/**
|
|
14537
14537
|
* Text Shadow Color
|
|
@@ -14804,8 +14804,8 @@ const Ai = () => {
|
|
|
14804
14804
|
"",
|
|
14805
14805
|
"none",
|
|
14806
14806
|
w,
|
|
14807
|
-
|
|
14808
|
-
|
|
14807
|
+
$p,
|
|
14808
|
+
jp
|
|
14809
14809
|
]
|
|
14810
14810
|
}],
|
|
14811
14811
|
/**
|
|
@@ -15652,7 +15652,7 @@ const q_ = "whitespace-nowrap font-normal flex items-center justify-center", e4
|
|
|
15652
15652
|
className: s
|
|
15653
15653
|
}) => /* @__PURE__ */ W(sr, { children: e && cs(
|
|
15654
15654
|
/* @__PURE__ */ Ne(
|
|
15655
|
-
|
|
15655
|
+
Od.div,
|
|
15656
15656
|
{
|
|
15657
15657
|
className: vt(
|
|
15658
15658
|
"relative z-50 transition duration-300 ease-out data-closed:opacity-0",
|
|
@@ -15691,7 +15691,7 @@ const q_ = "whitespace-nowrap font-normal flex items-center justify-center", e4
|
|
|
15691
15691
|
) : /* @__PURE__ */ W(sr, {})
|
|
15692
15692
|
] }) : /* @__PURE__ */ W(sr, {})
|
|
15693
15693
|
] }) }),
|
|
15694
|
-
/* @__PURE__ */ W("style", { type: "text/css", children:
|
|
15694
|
+
/* @__PURE__ */ W("style", { type: "text/css", children: Md })
|
|
15695
15695
|
]
|
|
15696
15696
|
}
|
|
15697
15697
|
),
|
|
@@ -15741,20 +15741,20 @@ function g4(e) {
|
|
|
15741
15741
|
e.focus(), b4(t);
|
|
15742
15742
|
}
|
|
15743
15743
|
}
|
|
15744
|
-
let
|
|
15744
|
+
let Wp = null;
|
|
15745
15745
|
function v4() {
|
|
15746
|
-
if (
|
|
15747
|
-
|
|
15746
|
+
if (Wp == null) {
|
|
15747
|
+
Wp = !1;
|
|
15748
15748
|
try {
|
|
15749
15749
|
document.createElement("div").focus({
|
|
15750
15750
|
get preventScroll() {
|
|
15751
|
-
return
|
|
15751
|
+
return Wp = !0, !0;
|
|
15752
15752
|
}
|
|
15753
15753
|
});
|
|
15754
15754
|
} catch {
|
|
15755
15755
|
}
|
|
15756
15756
|
}
|
|
15757
|
-
return
|
|
15757
|
+
return Wp;
|
|
15758
15758
|
}
|
|
15759
15759
|
function y4(e) {
|
|
15760
15760
|
let t = e.parentNode, n = [], r = document.scrollingElement || document.documentElement;
|
|
@@ -15923,7 +15923,7 @@ function gA(e) {
|
|
|
15923
15923
|
e
|
|
15924
15924
|
]);
|
|
15925
15925
|
}
|
|
15926
|
-
let _4 = !1,
|
|
15926
|
+
let _4 = !1, Nd = null, Zv = /* @__PURE__ */ new Set(), ed = /* @__PURE__ */ new Map(), Tl = !1, Xv = !1;
|
|
15927
15927
|
const R4 = {
|
|
15928
15928
|
Tab: !0,
|
|
15929
15929
|
Escape: !0
|
|
@@ -15934,17 +15934,17 @@ function Cy(e, t) {
|
|
|
15934
15934
|
function P4(e) {
|
|
15935
15935
|
return !(e.metaKey || !ud() && e.altKey || e.ctrlKey || e.key === "Control" || e.key === "Shift" || e.key === "Meta");
|
|
15936
15936
|
}
|
|
15937
|
-
function
|
|
15938
|
-
Tl = !0, !fd.isOpening && P4(e) && (
|
|
15937
|
+
function Eh(e) {
|
|
15938
|
+
Tl = !0, !fd.isOpening && P4(e) && (Nd = "keyboard", Cy("keyboard", e));
|
|
15939
15939
|
}
|
|
15940
15940
|
function go(e) {
|
|
15941
|
-
|
|
15941
|
+
Nd = "pointer", "pointerType" in e && e.pointerType, (e.type === "mousedown" || e.type === "pointerdown") && (Tl = !0, Cy("pointer", e));
|
|
15942
15942
|
}
|
|
15943
15943
|
function vA(e) {
|
|
15944
|
-
!fd.isOpening && k4(e) && (Tl = !0,
|
|
15944
|
+
!fd.isOpening && k4(e) && (Tl = !0, Nd = "virtual");
|
|
15945
15945
|
}
|
|
15946
15946
|
function yA(e) {
|
|
15947
|
-
e.target === window || e.target === document || _4 || !e.isTrusted || (!Tl && !Xv && (
|
|
15947
|
+
e.target === window || e.target === document || _4 || !e.isTrusted || (!Tl && !Xv && (Nd = "virtual", Cy("virtual", e)), Tl = !1, Xv = !1);
|
|
15948
15948
|
}
|
|
15949
15949
|
function bA() {
|
|
15950
15950
|
Tl = !1, Xv = !0;
|
|
@@ -15955,7 +15955,7 @@ function Jv(e) {
|
|
|
15955
15955
|
let r = t.HTMLElement.prototype.focus;
|
|
15956
15956
|
t.HTMLElement.prototype.focus = function() {
|
|
15957
15957
|
Tl = !0, r.apply(this, arguments);
|
|
15958
|
-
}, n.addEventListener("keydown",
|
|
15958
|
+
}, n.addEventListener("keydown", Eh, !0), n.addEventListener("keyup", Eh, !0), n.addEventListener("click", vA, !0), t.addEventListener("focus", yA, !0), t.addEventListener("blur", bA, !1), typeof PointerEvent < "u" ? (n.addEventListener("pointerdown", go, !0), n.addEventListener("pointermove", go, !0), n.addEventListener("pointerup", go, !0)) : process.env.NODE_ENV === "test" && (n.addEventListener("mousedown", go, !0), n.addEventListener("mousemove", go, !0), n.addEventListener("mouseup", go, !0)), t.addEventListener("beforeunload", () => {
|
|
15959
15959
|
xA(e);
|
|
15960
15960
|
}, {
|
|
15961
15961
|
once: !0
|
|
@@ -15965,7 +15965,7 @@ function Jv(e) {
|
|
|
15965
15965
|
}
|
|
15966
15966
|
const xA = (e, t) => {
|
|
15967
15967
|
const n = il(e), r = us(e);
|
|
15968
|
-
t && r.removeEventListener("DOMContentLoaded", t), ed.has(n) && (n.HTMLElement.prototype.focus = ed.get(n).focus, r.removeEventListener("keydown",
|
|
15968
|
+
t && r.removeEventListener("DOMContentLoaded", t), ed.has(n) && (n.HTMLElement.prototype.focus = ed.get(n).focus, r.removeEventListener("keydown", Eh, !0), r.removeEventListener("keyup", Eh, !0), r.removeEventListener("click", vA, !0), n.removeEventListener("focus", yA, !0), n.removeEventListener("blur", bA, !1), typeof PointerEvent < "u" ? (r.removeEventListener("pointerdown", go, !0), r.removeEventListener("pointermove", go, !0), r.removeEventListener("pointerup", go, !0)) : process.env.NODE_ENV === "test" && (r.removeEventListener("mousedown", go, !0), r.removeEventListener("mousemove", go, !0), r.removeEventListener("mouseup", go, !0)), ed.delete(n));
|
|
15969
15969
|
};
|
|
15970
15970
|
function I4(e) {
|
|
15971
15971
|
const t = us(e);
|
|
@@ -15976,7 +15976,7 @@ function I4(e) {
|
|
|
15976
15976
|
}
|
|
15977
15977
|
typeof document < "u" && I4();
|
|
15978
15978
|
function wA() {
|
|
15979
|
-
return
|
|
15979
|
+
return Nd !== "pointer";
|
|
15980
15980
|
}
|
|
15981
15981
|
const O4 = /* @__PURE__ */ new Set([
|
|
15982
15982
|
"checkbox",
|
|
@@ -16076,10 +16076,10 @@ function D4(e) {
|
|
|
16076
16076
|
}
|
|
16077
16077
|
};
|
|
16078
16078
|
}
|
|
16079
|
-
let
|
|
16079
|
+
let kh = !1, Hp = 0;
|
|
16080
16080
|
function qv() {
|
|
16081
|
-
|
|
16082
|
-
|
|
16081
|
+
kh = !0, setTimeout(() => {
|
|
16082
|
+
kh = !1;
|
|
16083
16083
|
}, 50);
|
|
16084
16084
|
}
|
|
16085
16085
|
function gx(e) {
|
|
@@ -16087,8 +16087,8 @@ function gx(e) {
|
|
|
16087
16087
|
}
|
|
16088
16088
|
function F4() {
|
|
16089
16089
|
if (!(typeof document > "u"))
|
|
16090
|
-
return
|
|
16091
|
-
|
|
16090
|
+
return Hp === 0 && (typeof PointerEvent < "u" ? document.addEventListener("pointerup", gx) : process.env.NODE_ENV === "test" && document.addEventListener("touchend", qv)), Hp++, () => {
|
|
16091
|
+
Hp--, !(Hp > 0) && (typeof PointerEvent < "u" ? document.removeEventListener("pointerup", gx) : process.env.NODE_ENV === "test" && document.removeEventListener("touchend", qv));
|
|
16092
16092
|
};
|
|
16093
16093
|
}
|
|
16094
16094
|
function z4(e) {
|
|
@@ -16122,13 +16122,13 @@ function z4(e) {
|
|
|
16122
16122
|
}), n && n(!1), s(!1));
|
|
16123
16123
|
}, A = {};
|
|
16124
16124
|
return typeof PointerEvent < "u" ? (A.onPointerEnter = (C) => {
|
|
16125
|
-
|
|
16125
|
+
kh && C.pointerType === "mouse" || v(C, C.pointerType);
|
|
16126
16126
|
}, A.onPointerLeave = (C) => {
|
|
16127
16127
|
!o && C.currentTarget.contains(C.target) && w(C, C.pointerType);
|
|
16128
16128
|
}) : process.env.NODE_ENV === "test" && (A.onTouchStart = () => {
|
|
16129
16129
|
c.ignoreEmulatedMouseEvents = !0;
|
|
16130
16130
|
}, A.onMouseEnter = (C) => {
|
|
16131
|
-
!c.ignoreEmulatedMouseEvents && !
|
|
16131
|
+
!c.ignoreEmulatedMouseEvents && !kh && v(C, "mouse"), c.ignoreEmulatedMouseEvents = !1;
|
|
16132
16132
|
}, A.onMouseLeave = (C) => {
|
|
16133
16133
|
!o && C.currentTarget.contains(C.target) && w(C, "mouse");
|
|
16134
16134
|
}), {
|
|
@@ -16246,30 +16246,30 @@ function AA(e, t, ...n) {
|
|
|
16246
16246
|
throw Error.captureStackTrace && Error.captureStackTrace(r, AA), r;
|
|
16247
16247
|
}
|
|
16248
16248
|
var K4 = ((e) => (e[e.None = 0] = "None", e[e.RenderStrategy = 1] = "RenderStrategy", e[e.Static = 2] = "Static", e))(K4 || {}), Y4 = ((e) => (e[e.Unmount = 0] = "Unmount", e[e.Hidden = 1] = "Hidden", e))(Y4 || {});
|
|
16249
|
-
function
|
|
16249
|
+
function Ld() {
|
|
16250
16250
|
let e = Q4();
|
|
16251
16251
|
return _r((t) => G4({ mergeRefs: e, ...t }), [e]);
|
|
16252
16252
|
}
|
|
16253
16253
|
function G4({ ourProps: e, theirProps: t, slot: n, defaultTag: r, features: o, visible: i = !0, name: s, mergeRefs: c }) {
|
|
16254
16254
|
c = c ?? Z4;
|
|
16255
16255
|
let u = CA(t, e);
|
|
16256
|
-
if (i) return
|
|
16256
|
+
if (i) return Vp(u, n, r, s, c);
|
|
16257
16257
|
let f = o ?? 0;
|
|
16258
16258
|
if (f & 2) {
|
|
16259
16259
|
let { static: m = !1, ...h } = u;
|
|
16260
|
-
if (m) return
|
|
16260
|
+
if (m) return Vp(h, n, r, s, c);
|
|
16261
16261
|
}
|
|
16262
16262
|
if (f & 1) {
|
|
16263
16263
|
let { unmount: m = !0, ...h } = u;
|
|
16264
16264
|
return AA(m ? 0 : 1, { 0() {
|
|
16265
16265
|
return null;
|
|
16266
16266
|
}, 1() {
|
|
16267
|
-
return
|
|
16267
|
+
return Vp({ ...h, hidden: !0, style: { display: "none" } }, n, r, s, c);
|
|
16268
16268
|
} });
|
|
16269
16269
|
}
|
|
16270
|
-
return
|
|
16270
|
+
return Vp(u, n, r, s, c);
|
|
16271
16271
|
}
|
|
16272
|
-
function
|
|
16272
|
+
function Vp(e, t = {}, n, r, o) {
|
|
16273
16273
|
let { as: i = n, children: s, refName: c = "ref", ...u } = $g(e, ["unmount", "static"]), f = e.ref !== void 0 ? { [c]: e.ref } : {}, m = typeof s == "function" ? s(t) : s;
|
|
16274
16274
|
"className" in u && u.className && typeof u.className == "function" && (u.className = u.className(t)), u["aria-labelledby"] && u["aria-labelledby"] === u.id && (u["aria-labelledby"] = void 0);
|
|
16275
16275
|
let h = {};
|
|
@@ -16281,7 +16281,7 @@ function Wp(e, t = {}, n, r, o) {
|
|
|
16281
16281
|
for (let A of w) h[`data-${A}`] = "";
|
|
16282
16282
|
}
|
|
16283
16283
|
}
|
|
16284
|
-
if (
|
|
16284
|
+
if (sh(i) && (Object.keys(Vc(u)).length > 0 || Object.keys(Vc(h)).length > 0)) if (!AS(m) || Array.isArray(m) && m.length > 1 || q4(m)) {
|
|
16285
16285
|
if (Object.keys(Vc(u)).length > 0) throw new Error(['Passing props on "Fragment"!', "", `The current component <${r} /> is rendering a "Fragment".`, "However we need to passthrough the following props:", Object.keys(Vc(u)).concat(Object.keys(Vc(h))).map((v) => ` - ${v}`).join(`
|
|
16286
16286
|
`), "", "You can apply a few solutions:", ['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".', "Render a single element as the child so that we can forward the props onto that element."].map((v) => ` - ${v}`).join(`
|
|
16287
16287
|
`)].join(`
|
|
@@ -16291,7 +16291,7 @@ function Wp(e, t = {}, n, r, o) {
|
|
|
16291
16291
|
for (let E in h) E in x && delete h[E];
|
|
16292
16292
|
return Iv(m, Object.assign({}, x, h, f, { ref: o(J4(m), f.ref) }, C));
|
|
16293
16293
|
}
|
|
16294
|
-
return Ov(i, Object.assign({}, $g(u, ["ref"]), !
|
|
16294
|
+
return Ov(i, Object.assign({}, $g(u, ["ref"]), !sh(i) && f, !sh(i) && h), m);
|
|
16295
16295
|
}
|
|
16296
16296
|
function Q4() {
|
|
16297
16297
|
let e = Jn([]), t = _r((n) => {
|
|
@@ -16335,7 +16335,7 @@ function X4(...e) {
|
|
|
16335
16335
|
} });
|
|
16336
16336
|
return t;
|
|
16337
16337
|
}
|
|
16338
|
-
function
|
|
16338
|
+
function Dd(e) {
|
|
16339
16339
|
var t;
|
|
16340
16340
|
return Object.assign(Mu(e), { displayName: (t = e.displayName) != null ? t : e.name });
|
|
16341
16341
|
}
|
|
@@ -16352,20 +16352,20 @@ function $g(e, t = []) {
|
|
|
16352
16352
|
function J4(e) {
|
|
16353
16353
|
return Yt.version.split(".")[0] >= "19" ? e.props.ref : e.ref;
|
|
16354
16354
|
}
|
|
16355
|
-
function
|
|
16355
|
+
function sh(e) {
|
|
16356
16356
|
return e === CS || e === Symbol.for("react.fragment");
|
|
16357
16357
|
}
|
|
16358
16358
|
function q4(e) {
|
|
16359
|
-
return
|
|
16359
|
+
return sh(e.type);
|
|
16360
16360
|
}
|
|
16361
16361
|
let e3 = "span";
|
|
16362
16362
|
var EA = ((e) => (e[e.None = 1] = "None", e[e.Focusable = 2] = "Focusable", e[e.Hidden = 4] = "Hidden", e))(EA || {});
|
|
16363
16363
|
function t3(e, t) {
|
|
16364
16364
|
var n;
|
|
16365
16365
|
let { features: r = 1, ...o } = e, i = { ref: t, "aria-hidden": (r & 2) === 2 ? !0 : (n = o["aria-hidden"]) != null ? n : void 0, hidden: (r & 4) === 4 ? !0 : void 0, style: { position: "fixed", top: 1, left: 1, width: 1, height: 0, padding: 0, margin: -1, overflow: "hidden", clip: "rect(0, 0, 0, 0)", whiteSpace: "nowrap", borderWidth: "0", ...(r & 4) === 4 && (r & 2) !== 2 && { display: "none" } } };
|
|
16366
|
-
return
|
|
16366
|
+
return Ld()({ ourProps: i, theirProps: o, slot: {}, defaultTag: e3, name: "Hidden" });
|
|
16367
16367
|
}
|
|
16368
|
-
let n3 =
|
|
16368
|
+
let n3 = Dd(t3), r3 = Si(null);
|
|
16369
16369
|
function o3(e) {
|
|
16370
16370
|
let [t, n] = tt(null);
|
|
16371
16371
|
return Yt.createElement(r3.Provider, { value: { target: t } }, e.children, Yt.createElement(n3, { features: EA.Hidden, ref: n }));
|
|
@@ -16432,12 +16432,12 @@ function f3() {
|
|
|
16432
16432
|
}
|
|
16433
16433
|
let d3 = "p";
|
|
16434
16434
|
function p3(e, t) {
|
|
16435
|
-
let n =
|
|
16435
|
+
let n = Jh(), r = rm(), { id: o = `headlessui-description-${n}`, ...i } = e, s = IA(), c = PA(t);
|
|
16436
16436
|
Ey(() => s.register(o), [o, s.register]);
|
|
16437
16437
|
let u = nm({ ...s.slot, disabled: r || !1 }), f = { ref: c, ...s.props, id: o };
|
|
16438
|
-
return
|
|
16438
|
+
return Ld()({ ourProps: f, theirProps: i, slot: u, defaultTag: d3, name: s.name || "Description" });
|
|
16439
16439
|
}
|
|
16440
|
-
let h3 =
|
|
16440
|
+
let h3 = Dd(p3), m3 = Object.assign(h3, {}), im = Si(null);
|
|
16441
16441
|
im.displayName = "LabelContext";
|
|
16442
16442
|
function OA() {
|
|
16443
16443
|
let e = yi(im);
|
|
@@ -16465,7 +16465,7 @@ function g3({ inherit: e = !1 } = {}) {
|
|
|
16465
16465
|
let v3 = "label";
|
|
16466
16466
|
function y3(e, t) {
|
|
16467
16467
|
var n;
|
|
16468
|
-
let r =
|
|
16468
|
+
let r = Jh(), o = OA(), i = TA(), s = rm(), { id: c = `headlessui-label-${r}`, htmlFor: u = i ?? ((n = o.props) == null ? void 0 : n.htmlFor), passive: f = !1, ...m } = e, h = PA(t);
|
|
16469
16469
|
Ey(() => o.register(c), [c, o.register]);
|
|
16470
16470
|
let v = tm((C) => {
|
|
16471
16471
|
let x = C.currentTarget;
|
|
@@ -16480,9 +16480,9 @@ function y3(e, t) {
|
|
|
16480
16480
|
}
|
|
16481
16481
|
}
|
|
16482
16482
|
}), w = nm({ ...o.slot, disabled: s || !1 }), A = { ref: h, ...o.props, id: c, htmlFor: u, onClick: v };
|
|
16483
|
-
return f && ("onClick" in A && (delete A.htmlFor, delete A.onClick), "onClick" in m && delete m.onClick),
|
|
16483
|
+
return f && ("onClick" in A && (delete A.htmlFor, delete A.onClick), "onClick" in m && delete m.onClick), Ld()({ ourProps: A, theirProps: m, slot: w, defaultTag: u ? v3 : "div", name: o.name || "Label" });
|
|
16484
16484
|
}
|
|
16485
|
-
let b3 =
|
|
16485
|
+
let b3 = Dd(y3), x3 = Object.assign(b3, {});
|
|
16486
16486
|
function am() {
|
|
16487
16487
|
return typeof window < "u";
|
|
16488
16488
|
}
|
|
@@ -16510,7 +16510,7 @@ function e0(e) {
|
|
|
16510
16510
|
return !am() || typeof ShadowRoot > "u" ? !1 : e instanceof ShadowRoot || e instanceof eo(e).ShadowRoot;
|
|
16511
16511
|
}
|
|
16512
16512
|
const w3 = /* @__PURE__ */ new Set(["inline", "contents"]);
|
|
16513
|
-
function
|
|
16513
|
+
function Fd(e) {
|
|
16514
16514
|
const {
|
|
16515
16515
|
overflow: t,
|
|
16516
16516
|
overflowX: n,
|
|
@@ -16582,7 +16582,7 @@ function ta(e) {
|
|
|
16582
16582
|
}
|
|
16583
16583
|
function NA(e) {
|
|
16584
16584
|
const t = ta(e);
|
|
16585
|
-
return qi(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Wo(t) &&
|
|
16585
|
+
return qi(t) ? e.ownerDocument ? e.ownerDocument.body : e.body : Wo(t) && Fd(t) ? t : NA(t);
|
|
16586
16586
|
}
|
|
16587
16587
|
function iu(e, t, n) {
|
|
16588
16588
|
var r;
|
|
@@ -16590,14 +16590,14 @@ function iu(e, t, n) {
|
|
|
16590
16590
|
const o = NA(e), i = o === ((r = e.ownerDocument) == null ? void 0 : r.body), s = eo(o);
|
|
16591
16591
|
if (i) {
|
|
16592
16592
|
const c = t0(s);
|
|
16593
|
-
return t.concat(s, s.visualViewport || [],
|
|
16593
|
+
return t.concat(s, s.visualViewport || [], Fd(o) ? o : [], c && n ? iu(c) : []);
|
|
16594
16594
|
}
|
|
16595
16595
|
return t.concat(o, iu(o, [], n));
|
|
16596
16596
|
}
|
|
16597
16597
|
function t0(e) {
|
|
16598
16598
|
return e.parent && Object.getPrototypeOf(e.parent) ? e.frameElement : null;
|
|
16599
16599
|
}
|
|
16600
|
-
const bx = Math.min, td = Math.max,
|
|
16600
|
+
const bx = Math.min, td = Math.max, Th = Math.round, hi = (e) => ({
|
|
16601
16601
|
x: e,
|
|
16602
16602
|
y: e
|
|
16603
16603
|
});
|
|
@@ -16643,30 +16643,30 @@ function FA(e) {
|
|
|
16643
16643
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
16644
16644
|
*/
|
|
16645
16645
|
var L3 = ["input:not([inert]):not([inert] *)", "select:not([inert]):not([inert] *)", "textarea:not([inert]):not([inert] *)", "a[href]:not([inert]):not([inert] *)", "button:not([inert]):not([inert] *)", "[tabindex]:not(slot):not([inert]):not([inert] *)", "audio[controls]:not([inert]):not([inert] *)", "video[controls]:not([inert]):not([inert] *)", '[contenteditable]:not([contenteditable="false"]):not([inert]):not([inert] *)', "details>summary:first-of-type:not([inert]):not([inert] *)", "details:not([inert]):not([inert] *)"], n0 = /* @__PURE__ */ L3.join(","), zA = typeof Element > "u", dd = zA ? function() {
|
|
16646
|
-
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector,
|
|
16646
|
+
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, _h = !zA && Element.prototype.getRootNode ? function(e) {
|
|
16647
16647
|
var t;
|
|
16648
16648
|
return e == null || (t = e.getRootNode) === null || t === void 0 ? void 0 : t.call(e);
|
|
16649
16649
|
} : function(e) {
|
|
16650
16650
|
return e == null ? void 0 : e.ownerDocument;
|
|
16651
|
-
},
|
|
16651
|
+
}, Rh = function(t, n) {
|
|
16652
16652
|
var r;
|
|
16653
16653
|
n === void 0 && (n = !0);
|
|
16654
16654
|
var o = t == null || (r = t.getAttribute) === null || r === void 0 ? void 0 : r.call(t, "inert"), i = o === "" || o === "true", s = i || n && t && // closest does not exist on shadow roots, so we fall back to a manual
|
|
16655
16655
|
// lookup upward, in case it is not defined.
|
|
16656
|
-
(typeof t.closest == "function" ? t.closest("[inert]") :
|
|
16656
|
+
(typeof t.closest == "function" ? t.closest("[inert]") : Rh(t.parentNode));
|
|
16657
16657
|
return s;
|
|
16658
16658
|
}, D3 = function(t) {
|
|
16659
16659
|
var n, r = t == null || (n = t.getAttribute) === null || n === void 0 ? void 0 : n.call(t, "contenteditable");
|
|
16660
16660
|
return r === "" || r === "true";
|
|
16661
16661
|
}, F3 = function(t, n, r) {
|
|
16662
|
-
if (
|
|
16662
|
+
if (Rh(t))
|
|
16663
16663
|
return [];
|
|
16664
16664
|
var o = Array.prototype.slice.apply(t.querySelectorAll(n0));
|
|
16665
16665
|
return n && dd.call(t, n0) && o.unshift(t), o = o.filter(r), o;
|
|
16666
16666
|
}, r0 = function(t, n, r) {
|
|
16667
16667
|
for (var o = [], i = Array.from(t); i.length; ) {
|
|
16668
16668
|
var s = i.shift();
|
|
16669
|
-
if (!
|
|
16669
|
+
if (!Rh(s, !1))
|
|
16670
16670
|
if (s.tagName === "SLOT") {
|
|
16671
16671
|
var c = s.assignedElements(), u = c.length ? c : s.children, f = r0(u, !0, r);
|
|
16672
16672
|
r.flatten ? o.push.apply(o, f) : o.push({
|
|
@@ -16677,7 +16677,7 @@ var L3 = ["input:not([inert]):not([inert] *)", "select:not([inert]):not([inert]
|
|
|
16677
16677
|
var m = dd.call(s, n0);
|
|
16678
16678
|
m && r.filter(s) && (n || !t.includes(s)) && o.push(s);
|
|
16679
16679
|
var h = s.shadowRoot || // check for an undisclosed shadow
|
|
16680
|
-
typeof r.getShadowRoot == "function" && r.getShadowRoot(s), v = !
|
|
16680
|
+
typeof r.getShadowRoot == "function" && r.getShadowRoot(s), v = !Rh(h, !1) && (!r.shadowRootFilter || r.shadowRootFilter(s));
|
|
16681
16681
|
if (h && v) {
|
|
16682
16682
|
var w = r0(h === !0 ? s.children : h.children, !0, r);
|
|
16683
16683
|
r.flatten ? o.push.apply(o, w) : o.push({
|
|
@@ -16716,7 +16716,7 @@ var L3 = ["input:not([inert]):not([inert] *)", "select:not([inert]):not([inert]
|
|
|
16716
16716
|
}, W3 = function(t) {
|
|
16717
16717
|
if (!t.name)
|
|
16718
16718
|
return !0;
|
|
16719
|
-
var n = t.form ||
|
|
16719
|
+
var n = t.form || _h(t), r = function(c) {
|
|
16720
16720
|
return n.querySelectorAll('input[type="radio"][name="' + c + '"]');
|
|
16721
16721
|
}, o;
|
|
16722
16722
|
if (typeof window < "u" && typeof window.CSS < "u" && typeof window.CSS.escape == "function")
|
|
@@ -16734,12 +16734,12 @@ var L3 = ["input:not([inert]):not([inert] *)", "select:not([inert]):not([inert]
|
|
|
16734
16734
|
}, V3 = function(t) {
|
|
16735
16735
|
return H3(t) && !W3(t);
|
|
16736
16736
|
}, K3 = function(t) {
|
|
16737
|
-
var n, r = t &&
|
|
16737
|
+
var n, r = t && _h(t), o = (n = r) === null || n === void 0 ? void 0 : n.host, i = !1;
|
|
16738
16738
|
if (r && r !== t) {
|
|
16739
16739
|
var s, c, u;
|
|
16740
16740
|
for (i = !!((s = o) !== null && s !== void 0 && (c = s.ownerDocument) !== null && c !== void 0 && c.contains(o) || t != null && (u = t.ownerDocument) !== null && u !== void 0 && u.contains(t)); !i && o; ) {
|
|
16741
16741
|
var f, m, h;
|
|
16742
|
-
r =
|
|
16742
|
+
r = _h(o), o = (f = r) === null || f === void 0 ? void 0 : f.host, i = !!((m = o) !== null && m !== void 0 && (h = m.ownerDocument) !== null && h !== void 0 && h.contains(o));
|
|
16743
16743
|
}
|
|
16744
16744
|
}
|
|
16745
16745
|
return i;
|
|
@@ -16774,7 +16774,7 @@ var L3 = ["input:not([inert]):not([inert] *)", "select:not([inert]):not([inert]
|
|
|
16774
16774
|
r === "full-native" || r === "legacy-full") {
|
|
16775
16775
|
if (typeof o == "function") {
|
|
16776
16776
|
for (var u = t; t; ) {
|
|
16777
|
-
var f = t.parentElement, m =
|
|
16777
|
+
var f = t.parentElement, m = _h(t);
|
|
16778
16778
|
if (f && !f.shadowRoot && o(f) === !0)
|
|
16779
16779
|
return xx(t);
|
|
16780
16780
|
t.assignedSlot ? t = t.assignedSlot : !f && m !== t.ownerDocument ? t = m.host : t = f;
|
|
@@ -16946,7 +16946,7 @@ const X3 = async (e, t, n) => {
|
|
|
16946
16946
|
function HA(e) {
|
|
16947
16947
|
const t = yo(e);
|
|
16948
16948
|
let n = parseFloat(t.width) || 0, r = parseFloat(t.height) || 0;
|
|
16949
|
-
const o = Wo(e), i = o ? e.offsetWidth : n, s = o ? e.offsetHeight : r, c =
|
|
16949
|
+
const o = Wo(e), i = o ? e.offsetWidth : n, s = o ? e.offsetHeight : r, c = Th(n) !== i || Th(r) !== s;
|
|
16950
16950
|
return c && (n = i, r = s), {
|
|
16951
16951
|
width: n,
|
|
16952
16952
|
height: r,
|
|
@@ -16965,7 +16965,7 @@ function au(e) {
|
|
|
16965
16965
|
height: o,
|
|
16966
16966
|
$: i
|
|
16967
16967
|
} = HA(t);
|
|
16968
|
-
let s = (i ?
|
|
16968
|
+
let s = (i ? Th(n.width) : n.width) / r, c = (i ? Th(n.height) : n.height) / o;
|
|
16969
16969
|
return (!s || !Number.isFinite(s)) && (s = 1), (!c || !Number.isFinite(c)) && (c = 1), {
|
|
16970
16970
|
x: s,
|
|
16971
16971
|
y: c
|
|
@@ -17030,7 +17030,7 @@ function eR(e) {
|
|
|
17030
17030
|
scrollTop: 0
|
|
17031
17031
|
}, f = hi(1);
|
|
17032
17032
|
const m = hi(0), h = Wo(r);
|
|
17033
|
-
if ((h || !h && !i) && ((Fu(r) !== "body" ||
|
|
17033
|
+
if ((h || !h && !i) && ((Fu(r) !== "body" || Fd(s)) && (u = cm(r)), Wo(r))) {
|
|
17034
17034
|
const w = pd(r);
|
|
17035
17035
|
f = au(r), m.x = w.x + r.clientLeft, m.y = w.y + r.clientTop;
|
|
17036
17036
|
}
|
|
@@ -17119,7 +17119,7 @@ function aR(e, t) {
|
|
|
17119
17119
|
let s = i ? ta(e) : e;
|
|
17120
17120
|
for (; an(s) && !qi(s); ) {
|
|
17121
17121
|
const c = yo(s), u = Ty(s);
|
|
17122
|
-
!u && c.position === "fixed" && (o = null), (i ? !u && !o : !u && c.position === "static" && !!o && oR.has(o.position) ||
|
|
17122
|
+
!u && c.position === "fixed" && (o = null), (i ? !u && !o : !u && c.position === "static" && !!o && oR.has(o.position) || Fd(s) && !u && GA(e, s)) ? r = r.filter((m) => m !== s) : o = c, s = ta(s);
|
|
17123
17123
|
}
|
|
17124
17124
|
return t.set(e, r), r;
|
|
17125
17125
|
}
|
|
@@ -17162,7 +17162,7 @@ function cR(e, t, n) {
|
|
|
17162
17162
|
u.x = um(o);
|
|
17163
17163
|
}
|
|
17164
17164
|
if (r || !r && !i)
|
|
17165
|
-
if ((Fu(t) !== "body" ||
|
|
17165
|
+
if ((Fu(t) !== "body" || Fd(o)) && (c = cm(t)), r) {
|
|
17166
17166
|
const w = pd(t, !0, i, t);
|
|
17167
17167
|
u.x = w.x + t.clientLeft, u.y = w.y + t.clientTop;
|
|
17168
17168
|
} else o && f();
|
|
@@ -17244,8 +17244,8 @@ const dR = {
|
|
|
17244
17244
|
});
|
|
17245
17245
|
};
|
|
17246
17246
|
var hR = typeof document < "u", mR = function() {
|
|
17247
|
-
},
|
|
17248
|
-
function
|
|
17247
|
+
}, lh = hR ? wo : mR;
|
|
17248
|
+
function Ph(e, t) {
|
|
17249
17249
|
if (e === t)
|
|
17250
17250
|
return !0;
|
|
17251
17251
|
if (typeof e != typeof t)
|
|
@@ -17257,7 +17257,7 @@ function _h(e, t) {
|
|
|
17257
17257
|
if (Array.isArray(e)) {
|
|
17258
17258
|
if (n = e.length, n !== t.length) return !1;
|
|
17259
17259
|
for (r = n; r-- !== 0; )
|
|
17260
|
-
if (!
|
|
17260
|
+
if (!Ph(e[r], t[r]))
|
|
17261
17261
|
return !1;
|
|
17262
17262
|
return !0;
|
|
17263
17263
|
}
|
|
@@ -17268,7 +17268,7 @@ function _h(e, t) {
|
|
|
17268
17268
|
return !1;
|
|
17269
17269
|
for (r = n; r-- !== 0; ) {
|
|
17270
17270
|
const i = o[r];
|
|
17271
|
-
if (!(i === "_owner" && e.$$typeof) && !
|
|
17271
|
+
if (!(i === "_owner" && e.$$typeof) && !Ph(e[i], t[i]))
|
|
17272
17272
|
return !1;
|
|
17273
17273
|
}
|
|
17274
17274
|
return !0;
|
|
@@ -17284,7 +17284,7 @@ function kx(e, t) {
|
|
|
17284
17284
|
}
|
|
17285
17285
|
function Hg(e) {
|
|
17286
17286
|
const t = D.useRef(e);
|
|
17287
|
-
return
|
|
17287
|
+
return lh(() => {
|
|
17288
17288
|
t.current = e;
|
|
17289
17289
|
}), t;
|
|
17290
17290
|
}
|
|
@@ -17310,7 +17310,7 @@ function gR(e) {
|
|
|
17310
17310
|
middlewareData: {},
|
|
17311
17311
|
isPositioned: !1
|
|
17312
17312
|
}), [v, w] = D.useState(r);
|
|
17313
|
-
|
|
17313
|
+
Ph(v, r) || w(r);
|
|
17314
17314
|
const [A, C] = D.useState(null), [x, E] = D.useState(null), R = D.useCallback((G) => {
|
|
17315
17315
|
G !== U.current && (U.current = G, C(G));
|
|
17316
17316
|
}, []), O = D.useCallback((G) => {
|
|
@@ -17332,21 +17332,21 @@ function gR(e) {
|
|
|
17332
17332
|
// setting it to `true` when `open === false` (must be specified).
|
|
17333
17333
|
isPositioned: de.current !== !1
|
|
17334
17334
|
};
|
|
17335
|
-
ae.current && !
|
|
17335
|
+
ae.current && !Ph($.current, te) && ($.current = te, ES.flushSync(() => {
|
|
17336
17336
|
h(te);
|
|
17337
17337
|
}));
|
|
17338
17338
|
});
|
|
17339
17339
|
}, [v, t, n, J, de]);
|
|
17340
|
-
|
|
17340
|
+
lh(() => {
|
|
17341
17341
|
f === !1 && $.current.isPositioned && ($.current.isPositioned = !1, h((G) => ({
|
|
17342
17342
|
...G,
|
|
17343
17343
|
isPositioned: !1
|
|
17344
17344
|
})));
|
|
17345
17345
|
}, [f]);
|
|
17346
17346
|
const ae = D.useRef(!1);
|
|
17347
|
-
|
|
17347
|
+
lh(() => (ae.current = !0, () => {
|
|
17348
17348
|
ae.current = !1;
|
|
17349
|
-
}), []),
|
|
17349
|
+
}), []), lh(() => {
|
|
17350
17350
|
if (L && (U.current = L), M && (F.current = M), L && M) {
|
|
17351
17351
|
if (Y.current)
|
|
17352
17352
|
return Y.current(L, M, oe);
|
|
@@ -17392,15 +17392,15 @@ function gR(e) {
|
|
|
17392
17392
|
}
|
|
17393
17393
|
let vR = "div";
|
|
17394
17394
|
function yR(e, t) {
|
|
17395
|
-
let n = `headlessui-control-${
|
|
17395
|
+
let n = `headlessui-control-${Jh()}`, [r, o] = g3(), [i, s] = f3(), c = rm(), { disabled: u = c || !1, ...f } = e, m = nm({ disabled: u }), h = { ref: t, disabled: u || void 0, "aria-disabled": u || void 0 }, v = Ld();
|
|
17396
17396
|
return Yt.createElement(V4, { value: u }, Yt.createElement(o, { value: r }, Yt.createElement(s, { value: i }, Yt.createElement(i3, { id: n }, v({ ourProps: h, theirProps: { ...f, children: Yt.createElement(o3, null, typeof f.children == "function" ? f.children(m) : f.children) }, slot: m, defaultTag: vR, name: "Field" })))));
|
|
17397
17397
|
}
|
|
17398
|
-
let bR =
|
|
17398
|
+
let bR = Dd(yR), xR = "input";
|
|
17399
17399
|
function wR(e, t) {
|
|
17400
|
-
let n =
|
|
17401
|
-
return
|
|
17400
|
+
let n = Jh(), r = TA(), o = rm(), { id: i = r || `headlessui-input-${n}`, disabled: s = o || !1, autoFocus: c = !1, invalid: u = !1, ...f } = e, m = MA(), h = u3(), { isFocused: v, focusProps: w } = B4({ autoFocus: c }), { isHovered: A, hoverProps: C } = z4({ isDisabled: s }), x = X4({ ref: t, id: i, "aria-labelledby": m, "aria-describedby": h, "aria-invalid": u ? "true" : void 0, disabled: s || void 0, autoFocus: c }, w, C), E = nm({ disabled: s, invalid: u, hover: A, focus: v, autofocus: c });
|
|
17401
|
+
return Ld()({ ourProps: x, theirProps: f, slot: E, defaultTag: xR, name: "Input" });
|
|
17402
17402
|
}
|
|
17403
|
-
let SR =
|
|
17403
|
+
let SR = Dd(wR);
|
|
17404
17404
|
const XA = ({
|
|
17405
17405
|
type: e = "text",
|
|
17406
17406
|
className: t,
|
|
@@ -17708,7 +17708,7 @@ try {
|
|
|
17708
17708
|
}
|
|
17709
17709
|
const {
|
|
17710
17710
|
userAgent: Px = ""
|
|
17711
|
-
} = _y.navigator || {}, os = _y, Xt = aC, Ix = sC,
|
|
17711
|
+
} = _y.navigator || {}, os = _y, Xt = aC, Ix = sC, Kp = lC;
|
|
17712
17712
|
os.document;
|
|
17713
17713
|
const la = !!Xt.documentElement && !!Xt.head && typeof Xt.addEventListener == "function" && typeof Xt.createElement == "function", cC = ~Px.indexOf("MSIE") || ~Px.indexOf("Trident/");
|
|
17714
17714
|
var XR = /fa(s|r|l|t|d|dr|dl|dt|b|k|kd|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/, JR = /Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit)?.*/i, uC = {
|
|
@@ -17900,7 +17900,7 @@ var XR = /fa(s|r|l|t|d|dr|dl|dt|b|k|kd|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/, JR
|
|
|
17900
17900
|
"kit-duotone": {
|
|
17901
17901
|
"kit-duotone": "fakd"
|
|
17902
17902
|
}
|
|
17903
|
-
},
|
|
17903
|
+
}, Yp = {
|
|
17904
17904
|
GROUP: "duotone-group",
|
|
17905
17905
|
SWAP_OPACITY: "swap-opacity",
|
|
17906
17906
|
PRIMARY: "primary",
|
|
@@ -17971,7 +17971,7 @@ var XR = /fa(s|r|l|t|d|dr|dl|dt|b|k|kd|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/, JR
|
|
|
17971
17971
|
fasdl: "fa-light",
|
|
17972
17972
|
fasdt: "fa-thin"
|
|
17973
17973
|
}
|
|
17974
|
-
}, gP = ["fa-solid", "fa-regular", "fa-light", "fa-thin", "fa-duotone", "fa-brands"], i0 = ["fa", "fas", "far", "fal", "fat", "fad", "fadr", "fadl", "fadt", "fab", "fass", "fasr", "fasl", "fast", "fasds", "fasdr", "fasdl", "fasdt", ...fP, ...gP], vP = ["solid", "regular", "light", "thin", "duotone", "brands"], pC = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], yP = pC.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]), bP = [...Object.keys(mP), ...vP, "2xs", "xs", "sm", "lg", "xl", "2xl", "beat", "border", "fade", "beat-fade", "bounce", "flip-both", "flip-horizontal", "flip-vertical", "flip", "fw", "inverse", "layers-counter", "layers-text", "layers", "li", "pull-left", "pull-right", "pulse", "rotate-180", "rotate-270", "rotate-90", "rotate-by", "shake", "spin-pulse", "spin-reverse", "spin", "stack-1x", "stack-2x", "stack", "ul",
|
|
17974
|
+
}, gP = ["fa-solid", "fa-regular", "fa-light", "fa-thin", "fa-duotone", "fa-brands"], i0 = ["fa", "fas", "far", "fal", "fat", "fad", "fadr", "fadl", "fadt", "fab", "fass", "fasr", "fasl", "fast", "fasds", "fasdr", "fasdl", "fasdt", ...fP, ...gP], vP = ["solid", "regular", "light", "thin", "duotone", "brands"], pC = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], yP = pC.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]), bP = [...Object.keys(mP), ...vP, "2xs", "xs", "sm", "lg", "xl", "2xl", "beat", "border", "fade", "beat-fade", "bounce", "flip-both", "flip-horizontal", "flip-vertical", "flip", "fw", "inverse", "layers-counter", "layers-text", "layers", "li", "pull-left", "pull-right", "pulse", "rotate-180", "rotate-270", "rotate-90", "rotate-by", "shake", "spin-pulse", "spin-reverse", "spin", "stack-1x", "stack-2x", "stack", "ul", Yp.GROUP, Yp.SWAP_OPACITY, Yp.PRIMARY, Yp.SECONDARY].concat(pC.map((e) => "".concat(e, "x"))).concat(yP.map((e) => "w-".concat(e))), xP = {
|
|
17975
17975
|
"Font Awesome 5 Free": {
|
|
17976
17976
|
900: "fas",
|
|
17977
17977
|
400: "far"
|
|
@@ -17997,7 +17997,7 @@ const na = "___FONT_AWESOME___", a0 = 16, hC = "fa", mC = "svg-inline--fa", _l =
|
|
|
17997
17997
|
return !1;
|
|
17998
17998
|
}
|
|
17999
17999
|
})();
|
|
18000
|
-
function
|
|
18000
|
+
function zd(e) {
|
|
18001
18001
|
return new Proxy(e, {
|
|
18002
18002
|
get(t, n) {
|
|
18003
18003
|
return n in t ? t[n] : t[ur];
|
|
@@ -18008,17 +18008,17 @@ const vC = Se({}, uC);
|
|
|
18008
18008
|
vC[ur] = Se(Se(Se(Se({}, {
|
|
18009
18009
|
"fa-duotone": "duotone"
|
|
18010
18010
|
}), uC[ur]), Ox.kit), Ox["kit-duotone"]);
|
|
18011
|
-
const CP =
|
|
18011
|
+
const CP = zd(vC), l0 = Se({}, iP);
|
|
18012
18012
|
l0[ur] = Se(Se(Se(Se({}, {
|
|
18013
18013
|
duotone: "fad"
|
|
18014
18014
|
}), l0[ur]), Mx.kit), Mx["kit-duotone"]);
|
|
18015
|
-
const Lx =
|
|
18015
|
+
const Lx = zd(l0), c0 = Se({}, o0);
|
|
18016
18016
|
c0[ur] = Se(Se({}, c0[ur]), uP.kit);
|
|
18017
|
-
const Iy =
|
|
18017
|
+
const Iy = zd(c0), u0 = Se({}, hP);
|
|
18018
18018
|
u0[ur] = Se(Se({}, u0[ur]), lP.kit);
|
|
18019
|
-
|
|
18019
|
+
zd(u0);
|
|
18020
18020
|
const EP = XR, yC = "fa-layers-text", kP = JR, TP = Se({}, nP);
|
|
18021
|
-
|
|
18021
|
+
zd(TP);
|
|
18022
18022
|
const _P = ["class", "data-prefix", "data-icon", "data-fa-transform", "data-fa-mask"], Vg = qR, RP = [...sP, ...bP], nd = os.FontAwesomeConfig || {};
|
|
18023
18023
|
function PP(e) {
|
|
18024
18024
|
var t = Xt.querySelector("script[" + e + "]");
|
|
@@ -18750,20 +18750,20 @@ ra[na].hooks || (ra[na].hooks = {});
|
|
|
18750
18750
|
ra[na].shims || (ra[na].shims = []);
|
|
18751
18751
|
var di = ra[na];
|
|
18752
18752
|
const SC = [], AC = function() {
|
|
18753
|
-
Xt.removeEventListener("DOMContentLoaded", AC),
|
|
18753
|
+
Xt.removeEventListener("DOMContentLoaded", AC), Ih = 1, SC.map((e) => e());
|
|
18754
18754
|
};
|
|
18755
|
-
let
|
|
18756
|
-
la && (
|
|
18755
|
+
let Ih = !1;
|
|
18756
|
+
la && (Ih = (Xt.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(Xt.readyState), Ih || Xt.addEventListener("DOMContentLoaded", AC));
|
|
18757
18757
|
function UP(e) {
|
|
18758
|
-
la && (
|
|
18758
|
+
la && (Ih ? setTimeout(e, 0) : SC.push(e));
|
|
18759
18759
|
}
|
|
18760
|
-
function
|
|
18760
|
+
function Bd(e) {
|
|
18761
18761
|
const {
|
|
18762
18762
|
tag: t,
|
|
18763
18763
|
attributes: n = {},
|
|
18764
18764
|
children: r = []
|
|
18765
18765
|
} = e;
|
|
18766
|
-
return typeof e == "string" ? xC(e) : "<".concat(t, " ").concat(LP(n), ">").concat(r.map(
|
|
18766
|
+
return typeof e == "string" ? xC(e) : "<".concat(t, " ").concat(LP(n), ">").concat(r.map(Bd).join(""), "</").concat(t, ">");
|
|
18767
18767
|
}
|
|
18768
18768
|
function Fx(e, t, n) {
|
|
18769
18769
|
if (e && e[t] && e[t][n])
|
|
@@ -19120,7 +19120,7 @@ const MC = new tI(), oI = () => {
|
|
|
19120
19120
|
parse: aI,
|
|
19121
19121
|
library: MC,
|
|
19122
19122
|
findIconDefinition: h0,
|
|
19123
|
-
toHtml:
|
|
19123
|
+
toHtml: Bd
|
|
19124
19124
|
}, sI = function() {
|
|
19125
19125
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
19126
19126
|
const {
|
|
@@ -19135,7 +19135,7 @@ function gm(e, t) {
|
|
|
19135
19135
|
get: t
|
|
19136
19136
|
}), Object.defineProperty(e, "html", {
|
|
19137
19137
|
get: function() {
|
|
19138
|
-
return e.abstract.map((n) =>
|
|
19138
|
+
return e.abstract.map((n) => Bd(n));
|
|
19139
19139
|
}
|
|
19140
19140
|
}), Object.defineProperty(e, "node", {
|
|
19141
19141
|
get: function() {
|
|
@@ -19381,7 +19381,7 @@ function g0(e, t) {
|
|
|
19381
19381
|
});
|
|
19382
19382
|
}
|
|
19383
19383
|
const $x = () => {
|
|
19384
|
-
}, v0 = Ve.measurePerformance &&
|
|
19384
|
+
}, v0 = Ve.measurePerformance && Kp && Kp.mark && Kp.measure ? Kp : {
|
|
19385
19385
|
mark: $x,
|
|
19386
19386
|
measure: $x
|
|
19387
19387
|
}, Xf = 'FA "6.7.2"', pI = (e) => (v0.mark("".concat(Xf, " ").concat(e, " begins")), () => NC(e)), NC = (e) => {
|
|
@@ -19391,7 +19391,7 @@ var Fy = {
|
|
|
19391
19391
|
begin: pI,
|
|
19392
19392
|
end: NC
|
|
19393
19393
|
};
|
|
19394
|
-
const
|
|
19394
|
+
const ch = () => {
|
|
19395
19395
|
};
|
|
19396
19396
|
function Wx(e) {
|
|
19397
19397
|
return typeof (e.getAttribute ? e.getAttribute(_l) : null) == "string";
|
|
@@ -19404,7 +19404,7 @@ function mI(e) {
|
|
|
19404
19404
|
return e && e.classList && e.classList.contains && e.classList.contains(Ve.replacementClass);
|
|
19405
19405
|
}
|
|
19406
19406
|
function gI() {
|
|
19407
|
-
return Ve.autoReplaceSvg === !0 ?
|
|
19407
|
+
return Ve.autoReplaceSvg === !0 ? uh.replace : uh[Ve.autoReplaceSvg] || uh.replace;
|
|
19408
19408
|
}
|
|
19409
19409
|
function vI(e) {
|
|
19410
19410
|
return Xt.createElementNS("http://www.w3.org/2000/svg", e);
|
|
@@ -19432,7 +19432,7 @@ function bI(e) {
|
|
|
19432
19432
|
let t = " ".concat(e.outerHTML, " ");
|
|
19433
19433
|
return t = "".concat(t, "Font Awesome fontawesome.com "), t;
|
|
19434
19434
|
}
|
|
19435
|
-
const
|
|
19435
|
+
const uh = {
|
|
19436
19436
|
replace: function(e) {
|
|
19437
19437
|
const t = e[0];
|
|
19438
19438
|
if (t.parentNode)
|
|
@@ -19447,7 +19447,7 @@ const lh = {
|
|
|
19447
19447
|
nest: function(e) {
|
|
19448
19448
|
const t = e[0], n = e[1];
|
|
19449
19449
|
if (~Oy(t).indexOf(Ve.replacementClass))
|
|
19450
|
-
return
|
|
19450
|
+
return uh.replace(e);
|
|
19451
19451
|
const r = new RegExp("".concat(Ve.cssPrefix, "-.*"));
|
|
19452
19452
|
if (delete n[0].attributes.id, n[0].attributes.class) {
|
|
19453
19453
|
const i = n[0].attributes.class.split(" ").reduce((s, c) => (c === Ve.replacementClass || c.match(r) ? s.toSvg.push(c) : s.toNode.push(c), s), {
|
|
@@ -19456,7 +19456,7 @@ const lh = {
|
|
|
19456
19456
|
});
|
|
19457
19457
|
n[0].attributes.class = i.toSvg.join(" "), i.toNode.length === 0 ? t.removeAttribute("class") : t.setAttribute("class", i.toNode.join(" "));
|
|
19458
19458
|
}
|
|
19459
|
-
const o = n.map((i) =>
|
|
19459
|
+
const o = n.map((i) => Bd(i)).join(`
|
|
19460
19460
|
`);
|
|
19461
19461
|
t.setAttribute(_l, ""), t.innerHTML = o;
|
|
19462
19462
|
}
|
|
@@ -19465,7 +19465,7 @@ function Hx(e) {
|
|
|
19465
19465
|
e();
|
|
19466
19466
|
}
|
|
19467
19467
|
function DC(e, t) {
|
|
19468
|
-
const n = typeof t == "function" ? t :
|
|
19468
|
+
const n = typeof t == "function" ? t : ch;
|
|
19469
19469
|
if (e.length === 0)
|
|
19470
19470
|
n();
|
|
19471
19471
|
else {
|
|
@@ -19483,17 +19483,17 @@ function FC() {
|
|
|
19483
19483
|
function y0() {
|
|
19484
19484
|
zy = !1;
|
|
19485
19485
|
}
|
|
19486
|
-
let
|
|
19486
|
+
let Oh = null;
|
|
19487
19487
|
function Vx(e) {
|
|
19488
19488
|
if (!Ix || !Ve.observeMutations)
|
|
19489
19489
|
return;
|
|
19490
19490
|
const {
|
|
19491
|
-
treeCallback: t =
|
|
19492
|
-
nodeCallback: n =
|
|
19493
|
-
pseudoElementsCallback: r =
|
|
19491
|
+
treeCallback: t = ch,
|
|
19492
|
+
nodeCallback: n = ch,
|
|
19493
|
+
pseudoElementsCallback: r = ch,
|
|
19494
19494
|
observeMutationsRoot: o = Xt
|
|
19495
19495
|
} = e;
|
|
19496
|
-
|
|
19496
|
+
Oh = new Ix((i) => {
|
|
19497
19497
|
if (zy) return;
|
|
19498
19498
|
const s = is();
|
|
19499
19499
|
zu(i).forEach((c) => {
|
|
@@ -19506,7 +19506,7 @@ function Vx(e) {
|
|
|
19506
19506
|
c.target.setAttribute(Ry, u || s), f && c.target.setAttribute(Py, f);
|
|
19507
19507
|
} else mI(c.target) && n(c.target);
|
|
19508
19508
|
});
|
|
19509
|
-
}), la &&
|
|
19509
|
+
}), la && Oh.observe(o, {
|
|
19510
19510
|
childList: !0,
|
|
19511
19511
|
attributes: !0,
|
|
19512
19512
|
characterData: !0,
|
|
@@ -19514,7 +19514,7 @@ function Vx(e) {
|
|
|
19514
19514
|
});
|
|
19515
19515
|
}
|
|
19516
19516
|
function xI() {
|
|
19517
|
-
|
|
19517
|
+
Oh && Oh.disconnect();
|
|
19518
19518
|
}
|
|
19519
19519
|
function wI(e) {
|
|
19520
19520
|
const t = e.getAttribute("style");
|
|
@@ -19949,7 +19949,7 @@ function Zx(e, t) {
|
|
|
19949
19949
|
extra: L,
|
|
19950
19950
|
watchable: !0
|
|
19951
19951
|
})), F = Xt.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
19952
|
-
t === "::before" ? e.insertBefore(F, e.firstChild) : e.appendChild(F), F.outerHTML = U.map(($) =>
|
|
19952
|
+
t === "::before" ? e.insertBefore(F, e.firstChild) : e.appendChild(F), F.outerHTML = U.map(($) => Bd($)).join(`
|
|
19953
19953
|
`), e.removeAttribute(n), r();
|
|
19954
19954
|
}).catch(o);
|
|
19955
19955
|
} else
|
|
@@ -20325,13 +20325,13 @@ function Za(e) {
|
|
|
20325
20325
|
}
|
|
20326
20326
|
return e;
|
|
20327
20327
|
}
|
|
20328
|
-
function
|
|
20328
|
+
function Mh(e) {
|
|
20329
20329
|
"@babel/helpers - typeof";
|
|
20330
|
-
return
|
|
20330
|
+
return Mh = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
|
|
20331
20331
|
return typeof t;
|
|
20332
20332
|
} : function(t) {
|
|
20333
20333
|
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
20334
|
-
},
|
|
20334
|
+
}, Mh(e);
|
|
20335
20335
|
}
|
|
20336
20336
|
function tu(e, t, n) {
|
|
20337
20337
|
return t in e ? Object.defineProperty(e, t, {
|
|
@@ -20468,13 +20468,13 @@ function iO() {
|
|
|
20468
20468
|
}
|
|
20469
20469
|
}
|
|
20470
20470
|
function nw(e) {
|
|
20471
|
-
if (e &&
|
|
20471
|
+
if (e && Mh(e) === "object" && e.prefix && e.iconName && e.icon)
|
|
20472
20472
|
return e;
|
|
20473
20473
|
if (x0.icon)
|
|
20474
20474
|
return x0.icon(e);
|
|
20475
20475
|
if (e === null)
|
|
20476
20476
|
return null;
|
|
20477
|
-
if (e &&
|
|
20477
|
+
if (e && Mh(e) === "object" && e.prefix && e.iconName)
|
|
20478
20478
|
return e;
|
|
20479
20479
|
if (Array.isArray(e) && e.length === 2)
|
|
20480
20480
|
return {
|
|
@@ -20580,7 +20580,7 @@ const lO = async (e) => await (await fetch(
|
|
|
20580
20580
|
const { queryClient: r } = Ai(), o = async () => lO({
|
|
20581
20581
|
taskId: +e,
|
|
20582
20582
|
templateId: t.toString()
|
|
20583
|
-
}), i = ["taskDetails", +e, t], s =
|
|
20583
|
+
}), i = ["taskDetails", +e, t], s = qh(
|
|
20584
20584
|
{
|
|
20585
20585
|
queryKey: i,
|
|
20586
20586
|
queryFn: o,
|
|
@@ -20661,11 +20661,11 @@ function pO(e) {
|
|
|
20661
20661
|
function gd(e) {
|
|
20662
20662
|
return (e == null ? void 0 : e.ownerDocument) || document;
|
|
20663
20663
|
}
|
|
20664
|
-
function
|
|
20664
|
+
function fh(e, t, n) {
|
|
20665
20665
|
return n === void 0 && (n = !0), e.filter((o) => {
|
|
20666
20666
|
var i;
|
|
20667
20667
|
return o.parentId === t && (!n || ((i = o.context) == null ? void 0 : i.open));
|
|
20668
|
-
}).flatMap((o) => [o, ...
|
|
20668
|
+
}).flatMap((o) => [o, ...fh(e, o.id, n)]);
|
|
20669
20669
|
}
|
|
20670
20670
|
function hO(e) {
|
|
20671
20671
|
return "nativeEvent" in e;
|
|
@@ -20942,7 +20942,7 @@ function QC(e, t) {
|
|
|
20942
20942
|
var be;
|
|
20943
20943
|
if (!n || !s || !c || ae.key !== "Escape" || F.current)
|
|
20944
20944
|
return;
|
|
20945
|
-
const Ae = (be = i.current.floatingContext) == null ? void 0 : be.nodeId, _e = C ?
|
|
20945
|
+
const Ae = (be = i.current.floatingContext) == null ? void 0 : be.nodeId, _e = C ? fh(C.nodesRef.current, Ae) : [];
|
|
20946
20946
|
if (!O && (ae.stopPropagation(), _e.length > 0)) {
|
|
20947
20947
|
let G = !0;
|
|
20948
20948
|
if (_e.forEach((Ce) => {
|
|
@@ -20987,13 +20987,13 @@ function QC(e, t) {
|
|
|
20987
20987
|
if (nt || wt)
|
|
20988
20988
|
return;
|
|
20989
20989
|
}
|
|
20990
|
-
const ce = (be = i.current.floatingContext) == null ? void 0 : be.nodeId, he = C &&
|
|
20990
|
+
const ce = (be = i.current.floatingContext) == null ? void 0 : be.nodeId, he = C && fh(C.nodesRef.current, ce).some((fe) => {
|
|
20991
20991
|
var ge;
|
|
20992
20992
|
return Xg(ae, (ge = fe.context) == null ? void 0 : ge.elements.floating);
|
|
20993
20993
|
});
|
|
20994
20994
|
if (Xg(ae, o.floating) || Xg(ae, o.domReference) || he)
|
|
20995
20995
|
return;
|
|
20996
|
-
const ke = C ?
|
|
20996
|
+
const ke = C ? fh(C.nodesRef.current, ce) : [];
|
|
20997
20997
|
if (ke.length > 0) {
|
|
20998
20998
|
let fe = !0;
|
|
20999
20999
|
if (ke.forEach((ge) => {
|
|
@@ -21572,11 +21572,11 @@ function xt(e) {
|
|
|
21572
21572
|
function jr(e) {
|
|
21573
21573
|
return `--${f2}${e}`;
|
|
21574
21574
|
}
|
|
21575
|
-
function
|
|
21575
|
+
function Ud(e, t) {
|
|
21576
21576
|
return `${e}${t ? `_${t}` : ""}`;
|
|
21577
21577
|
}
|
|
21578
21578
|
function Vy(e) {
|
|
21579
|
-
return (t) =>
|
|
21579
|
+
return (t) => Ud(e, t);
|
|
21580
21580
|
}
|
|
21581
21581
|
function Tu(e, t) {
|
|
21582
21582
|
var n;
|
|
@@ -21616,7 +21616,7 @@ function Qy(e, t) {
|
|
|
21616
21616
|
function vm(e) {
|
|
21617
21617
|
return typeof e == "string" ? Number.parseInt(e, 10) : e;
|
|
21618
21618
|
}
|
|
21619
|
-
function
|
|
21619
|
+
function Nh(e) {
|
|
21620
21620
|
if (typeof e == "number")
|
|
21621
21621
|
return { pixel: e };
|
|
21622
21622
|
if (typeof e == "string") {
|
|
@@ -21626,7 +21626,7 @@ function Oh(e) {
|
|
|
21626
21626
|
return { pixel: 0 };
|
|
21627
21627
|
}
|
|
21628
21628
|
function x6(e, t) {
|
|
21629
|
-
const n =
|
|
21629
|
+
const n = Nh(t), r = n.percent !== void 0 ? e.width / 100 * n.percent : n.pixel;
|
|
21630
21630
|
return {
|
|
21631
21631
|
width: Math.max(e.width - 2 * r, 0),
|
|
21632
21632
|
height: Math.max(e.height - 2 * r, 0)
|
|
@@ -21994,7 +21994,7 @@ function A2() {
|
|
|
21994
21994
|
s(), i && typeof ResizeObserver < "u" && (t.current = new ResizeObserver(s), t.current.observe(i));
|
|
21995
21995
|
}, []), containerRef: e, containerRect: n };
|
|
21996
21996
|
}
|
|
21997
|
-
function
|
|
21997
|
+
function dh() {
|
|
21998
21998
|
const e = D.useRef(void 0), { setTimeout: t, clearTimeout: n } = xm();
|
|
21999
21999
|
return D.useCallback((r, o) => {
|
|
22000
22000
|
n(e.current), e.current = t(r, o > 0 ? o : 0);
|
|
@@ -22057,7 +22057,7 @@ function V6() {
|
|
|
22057
22057
|
return { registerSensors: n, subscribeSensors: r };
|
|
22058
22058
|
}
|
|
22059
22059
|
function yw(e, t) {
|
|
22060
|
-
const n = D.useRef(0), r =
|
|
22060
|
+
const n = D.useRef(0), r = dh(), o = Ft((...i) => {
|
|
22061
22061
|
n.current = Date.now(), e(i);
|
|
22062
22062
|
});
|
|
22063
22063
|
return D.useCallback((...i) => {
|
|
@@ -22067,7 +22067,7 @@ function yw(e, t) {
|
|
|
22067
22067
|
}, [t, o, r]);
|
|
22068
22068
|
}
|
|
22069
22069
|
const rv = Vy("slide"), ov = Vy("slide_image");
|
|
22070
|
-
function
|
|
22070
|
+
function Lh({ slide: e, offset: t, render: n, rect: r, imageFit: o, imageProps: i, onClick: s, onLoad: c, onError: u, style: f }) {
|
|
22071
22071
|
var m, h, v, w, A, C, x, E;
|
|
22072
22072
|
const [R, O] = D.useState(ev), { publish: L } = bm(), { setTimeout: M } = xm(), U = D.useRef(null);
|
|
22073
22073
|
D.useEffect(() => {
|
|
@@ -22224,7 +22224,7 @@ function Q6(e, t, n, r, o, i, s, c, u) {
|
|
|
22224
22224
|
const bw = Vy("container"), E2 = D.createContext(null), ua = ca("useController", "ControllerContext", E2);
|
|
22225
22225
|
function Z6({ children: e, ...t }) {
|
|
22226
22226
|
var n;
|
|
22227
|
-
const { carousel: r, animation: o, controller: i, on: s, styles: c, render: u } = t, { closeOnPullUp: f, closeOnPullDown: m, preventDefaultWheelX: h, preventDefaultWheelY: v } = i, [w, A] = D.useState(), C = ds(), x = M6(), [E, R] = D.useState(ir.NONE), O = D.useRef(0), L = D.useRef(0), M = D.useRef(1), { registerSensors: U, subscribeSensors: F } = V6(), { subscribe: $, publish: H } = bm(), Y =
|
|
22227
|
+
const { carousel: r, animation: o, controller: i, on: s, styles: c, render: u } = t, { closeOnPullUp: f, closeOnPullDown: m, preventDefaultWheelX: h, preventDefaultWheelY: v } = i, [w, A] = D.useState(), C = ds(), x = M6(), [E, R] = D.useState(ir.NONE), O = D.useRef(0), L = D.useRef(0), M = D.useRef(1), { registerSensors: U, subscribeSensors: F } = V6(), { subscribe: $, publish: H } = bm(), Y = dh(), J = dh(), de = dh(), { containerRef: oe, setContainerRef: ae, containerRect: be } = A2(), Ae = _0(G6({ preventDefaultWheelX: h, preventDefaultWheelY: v }), ae), _e = D.useRef(null), G = _0(_e, void 0), { getOwnerDocument: Ce } = ym(), te = qy(), ne = (Me) => (te ? -1 : 1) * (typeof Me == "number" ? Me : 1), ce = Ft(() => {
|
|
22228
22228
|
var Me;
|
|
22229
22229
|
return (Me = oe.current) === null || Me === void 0 ? void 0 : Me.focus();
|
|
22230
22230
|
}), he = Ft(() => t), ke = Ft(() => C), fe = D.useCallback((Me) => H(tl, Me), [H]), ge = D.useCallback((Me) => H(nl, Me), [H]), Te = D.useCallback(() => H(ku), [H]), ze = (Me) => !(r.finite && (ne(Me) > 0 && C.currentIndex === 0 || ne(Me) < 0 && C.currentIndex === C.slides.length - 1)), Be = (Me) => {
|
|
@@ -22264,7 +22264,7 @@ function Z6({ children: e, ...t }) {
|
|
|
22264
22264
|
}, { prepareAnimation: nt, isAnimationPlaying: wt } = gw(_e, (Me, rt, ut) => {
|
|
22265
22265
|
var ft;
|
|
22266
22266
|
if (_e.current && be && (!((ft = C.animation) === null || ft === void 0) && ft.duration)) {
|
|
22267
|
-
const zt =
|
|
22267
|
+
const zt = Nh(r.spacing), tn = (zt.percent ? zt.percent * be.width / 100 : zt.pixel) || 0;
|
|
22268
22268
|
return {
|
|
22269
22269
|
keyframes: [
|
|
22270
22270
|
{
|
|
@@ -22379,10 +22379,10 @@ function Z6({ children: e, ...t }) {
|
|
|
22379
22379
|
}
|
|
22380
22380
|
const X6 = fs(e2, Z6);
|
|
22381
22381
|
function Js(e) {
|
|
22382
|
-
return
|
|
22382
|
+
return Ud(qC, e);
|
|
22383
22383
|
}
|
|
22384
22384
|
function xw(e) {
|
|
22385
|
-
return
|
|
22385
|
+
return Ud($y, e);
|
|
22386
22386
|
}
|
|
22387
22387
|
function J6({ slide: e, offset: t }) {
|
|
22388
22388
|
const n = D.useRef(null), { currentIndex: r, slides: o } = ds(), { slideRect: i, focus: s } = ua(), { render: c, carousel: { imageFit: u, imageProps: f }, on: { click: m }, styles: { slide: h }, labels: v } = So(), { getOwnerDocument: w } = ym(), A = t !== 0;
|
|
@@ -22393,7 +22393,7 @@ function J6({ slide: e, offset: t }) {
|
|
|
22393
22393
|
const C = () => {
|
|
22394
22394
|
var x, E, R, O;
|
|
22395
22395
|
let L = (x = c.slide) === null || x === void 0 ? void 0 : x.call(c, { slide: e, offset: t, rect: i });
|
|
22396
|
-
return !L && Bu(e) && (L = D.createElement(
|
|
22396
|
+
return !L && Bu(e) && (L = D.createElement(Lh, { slide: e, offset: t, render: c, rect: i, imageFit: u, imageProps: f, onClick: A ? void 0 : () => m == null ? void 0 : m({ index: r }) })), L ? D.createElement(
|
|
22397
22397
|
D.Fragment,
|
|
22398
22398
|
null,
|
|
22399
22399
|
(E = c.slideHeader) === null || E === void 0 ? void 0 : E.call(c, { slide: e }),
|
|
@@ -22408,7 +22408,7 @@ function q6() {
|
|
|
22408
22408
|
return D.createElement("div", { className: xt($y), style: e });
|
|
22409
22409
|
}
|
|
22410
22410
|
function eM({ carousel: e, labels: t }) {
|
|
22411
|
-
const { slides: n, currentIndex: r, globalIndex: o } = ds(), { setCarouselRef: i } = ua(), { autoPlaying: s, focusWithin: c } = g2(), u =
|
|
22411
|
+
const { slides: n, currentIndex: r, globalIndex: o } = ds(), { setCarouselRef: i } = ua(), { autoPlaying: s, focusWithin: c } = g2(), u = Nh(e.spacing), f = Nh(e.padding), m = C6(e, n, 1), h = [];
|
|
22412
22412
|
if (d2(n))
|
|
22413
22413
|
for (let v = r - m; v <= r + m; v += 1) {
|
|
22414
22414
|
const w = p2(n, v), A = o - r + v, C = e.finite && (v < 0 || v > n.length - 1);
|
|
@@ -22492,7 +22492,7 @@ function sM({ noScroll: { disabled: e }, children: t }) {
|
|
|
22492
22492
|
}
|
|
22493
22493
|
const lM = fs(s6, sM);
|
|
22494
22494
|
function Cw(e) {
|
|
22495
|
-
return
|
|
22495
|
+
return Ud(Uy, e);
|
|
22496
22496
|
}
|
|
22497
22497
|
function Ew(e, t, n) {
|
|
22498
22498
|
const r = e.getAttribute(t);
|
|
@@ -22547,7 +22547,7 @@ function fM({ children: e }) {
|
|
|
22547
22547
|
}
|
|
22548
22548
|
const dM = fs(l6, fM);
|
|
22549
22549
|
function pM(e) {
|
|
22550
|
-
return
|
|
22550
|
+
return Ud(t2, e);
|
|
22551
22551
|
}
|
|
22552
22552
|
function hM({ toolbar: { buttons: e }, render: { buttonClose: t, iconClose: n }, styles: r }) {
|
|
22553
22553
|
const { close: o, setToolbarWidth: i } = ua(), { setContainerRef: s, containerRect: c } = A2();
|
|
@@ -22858,12 +22858,12 @@ function OM(e) {
|
|
|
22858
22858
|
return A || Object.assign(L, c.width / c.height < v / w ? { width: "100%", height: "auto" } : { width: "auto", height: "100%" }), D.createElement(
|
|
22859
22859
|
D.Fragment,
|
|
22860
22860
|
null,
|
|
22861
|
-
o && o !== r && D.createElement(
|
|
22861
|
+
o && o !== r && D.createElement(Lh, { key: "preload", ...e, offset: void 0, slide: { ...s, src: o, srcSet: void 0 }, style: { position: "absolute", visibility: "hidden", ...L }, onLoad: () => O(o), render: {
|
|
22862
22862
|
...f,
|
|
22863
22863
|
iconLoading: () => null,
|
|
22864
22864
|
iconError: () => null
|
|
22865
22865
|
} }),
|
|
22866
|
-
r && D.createElement(
|
|
22866
|
+
r && D.createElement(Lh, { key: "current", ...e, slide: { ...s, src: r, srcSet: void 0 }, style: L })
|
|
22867
22867
|
);
|
|
22868
22868
|
}
|
|
22869
22869
|
function MM({ render: e, slide: t, offset: n, rect: r }) {
|
|
@@ -22885,7 +22885,7 @@ function MM({ render: e, slide: t, offset: n, rect: r }) {
|
|
|
22885
22885
|
return (O = C.click) === null || O === void 0 ? void 0 : O.call(C, { index: x });
|
|
22886
22886
|
} : void 0
|
|
22887
22887
|
};
|
|
22888
|
-
E = PM(t) ? D.createElement(OM, { ...R, slide: t, interactive: w, rect: n === 0 ? { width: r.width * u, height: r.height * u } : r }) : D.createElement(
|
|
22888
|
+
E = PM(t) ? D.createElement(OM, { ...R, slide: t, interactive: w, rect: n === 0 ? { width: r.width * u, height: r.height * u } : r }) : D.createElement(Lh, { onLoad: (O) => s({ width: O.naturalWidth, height: O.naturalHeight }), ...R });
|
|
22889
22889
|
}
|
|
22890
22890
|
return E ? D.createElement("div", { ref: c, className: mi(xt(f6), xt(jy), xt(r2), w && xt(p6)), style: n === 0 ? { transform: `scale(${u}) translateX(${m}px) translateY(${h}px)` } : void 0 }, E) : null;
|
|
22891
22891
|
}
|
|
@@ -23050,13 +23050,13 @@ function I2(e, ...t) {
|
|
|
23050
23050
|
for (const o of t) r.append("v", o);
|
|
23051
23051
|
n.search = r.toString(), console.warn(`Minified Lexical warning #${e}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`);
|
|
23052
23052
|
}
|
|
23053
|
-
const Ko = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, UM = Ko && "documentMode" in document ? document.documentMode : null, Uo = Ko && /Mac|iPod|iPhone|iPad/.test(navigator.platform), Pl = Ko && /^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent),
|
|
23053
|
+
const Ko = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, UM = Ko && "documentMode" in document ? document.documentMode : null, Uo = Ko && /Mac|iPod|iPhone|iPad/.test(navigator.platform), Pl = Ko && /^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent), Dh = !(!Ko || !("InputEvent" in window) || UM) && "getTargetRanges" in new window.InputEvent("input"), jd = Ko && /Version\/[\d.]+.*Safari/.test(navigator.userAgent), Uu = Ko && /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream, jM = Ko && /Android/.test(navigator.userAgent), O2 = Ko && /^(?=.*Chrome).*/i.test(navigator.userAgent), Rw = Ko && jM && O2, $d = Ko && /AppleWebKit\/[\d.]+/.test(navigator.userAgent) && Uo && !O2;
|
|
23054
23054
|
function M2(...e) {
|
|
23055
23055
|
const t = [];
|
|
23056
23056
|
for (const n of e) if (n && typeof n == "string") for (const [r] of n.matchAll(/\S+/g)) t.push(r);
|
|
23057
23057
|
return t;
|
|
23058
23058
|
}
|
|
23059
|
-
const $M = 0, WM = 1, HM = 2, N2 = 128, VM = 1, KM = 2, YM = 3, GM = 4, QM = 5, ZM = 6, Sm =
|
|
23059
|
+
const $M = 0, WM = 1, HM = 2, N2 = 128, VM = 1, KM = 2, YM = 3, GM = 4, QM = 5, ZM = 6, Sm = jd || Uu || $d ? " " : "", ss = `
|
|
23060
23060
|
|
|
23061
23061
|
`, XM = Pl ? " " : Sm, Il = { bold: 1, capitalize: 1024, code: 16, highlight: N2, italic: 2, lowercase: 256, strikethrough: 4, subscript: 32, superscript: 64, underline: 8, uppercase: 512 }, JM = { directionless: 1, unmergeable: 2 }, Pw = { center: 2, end: 6, justify: 4, left: 1, right: 3, start: 5 }, qM = { [KM]: "center", [ZM]: "end", [GM]: "justify", [VM]: "left", [YM]: "right", [QM]: "start" }, eN = { normal: 0, segmented: 2, token: 1 }, tN = { [$M]: "normal", [HM]: "segmented", [WM]: "token" }, Iw = "$config";
|
|
23062
23062
|
function L2(e, t, n, r, o, i) {
|
|
@@ -23089,7 +23089,7 @@ function oN(e, t, n) {
|
|
|
23089
23089
|
return fa(t) && n.isAttached();
|
|
23090
23090
|
}
|
|
23091
23091
|
function iN(e, t, n, r) {
|
|
23092
|
-
for (let o = e; o && !f5(o); o =
|
|
23092
|
+
for (let o = e; o && !f5(o); o = Yd(o)) {
|
|
23093
23093
|
const i = Pm(o, t);
|
|
23094
23094
|
if (i !== void 0) {
|
|
23095
23095
|
const s = An(i, n);
|
|
@@ -23329,15 +23329,15 @@ function Bw(e) {
|
|
|
23329
23329
|
e.set(r.__key, o ? r.getChildrenSize() : 0, "element", !0);
|
|
23330
23330
|
}
|
|
23331
23331
|
}
|
|
23332
|
-
let Ol, lr, vd, Am, I0, O0, Ml, jo, M0, yd, Sn = "", ii = null, el = null, Ki = "", Xc = !1,
|
|
23333
|
-
function
|
|
23332
|
+
let Ol, lr, vd, Am, I0, O0, Ml, jo, M0, yd, Sn = "", ii = null, el = null, Ki = "", Xc = !1, Fh = !1;
|
|
23333
|
+
function zh(e, t) {
|
|
23334
23334
|
const n = Ml.get(e);
|
|
23335
23335
|
if (t !== null) {
|
|
23336
23336
|
const r = F0(e);
|
|
23337
23337
|
r.parentNode === t && t.removeChild(r);
|
|
23338
23338
|
}
|
|
23339
23339
|
if (jo.has(e) || lr._keyToDOMMap.delete(e), ie(n)) {
|
|
23340
|
-
const r =
|
|
23340
|
+
const r = Uh(n, Ml);
|
|
23341
23341
|
N0(r, 0, r.length - 1, null);
|
|
23342
23342
|
}
|
|
23343
23343
|
n !== void 0 && xb(yd, vd, Am, n, "destroyed");
|
|
@@ -23346,7 +23346,7 @@ function N0(e, t, n, r) {
|
|
|
23346
23346
|
let o = t;
|
|
23347
23347
|
for (; o <= n; ++o) {
|
|
23348
23348
|
const i = e[o];
|
|
23349
|
-
i !== void 0 &&
|
|
23349
|
+
i !== void 0 && zh(i, r);
|
|
23350
23350
|
}
|
|
23351
23351
|
}
|
|
23352
23352
|
function qs(e, t) {
|
|
@@ -23376,7 +23376,7 @@ function L0(e, t) {
|
|
|
23376
23376
|
})(t);
|
|
23377
23377
|
n !== null ? e.dir = n : e.removeAttribute("dir");
|
|
23378
23378
|
}
|
|
23379
|
-
function
|
|
23379
|
+
function Bh(e, t) {
|
|
23380
23380
|
const n = jo.get(e);
|
|
23381
23381
|
n === void 0 && ye(60);
|
|
23382
23382
|
const r = n.createDOM(Ol, lr);
|
|
@@ -23390,7 +23390,7 @@ function Fh(e, t) {
|
|
|
23390
23390
|
const o = n.__indent, i = n.__size;
|
|
23391
23391
|
if (L0(r, n), o !== 0 && j2(r, o), i !== 0) {
|
|
23392
23392
|
const c = i - 1;
|
|
23393
|
-
D0(
|
|
23393
|
+
D0(Uh(n, jo), n, 0, c, n.getDOMSlot(r));
|
|
23394
23394
|
}
|
|
23395
23395
|
const s = n.__format;
|
|
23396
23396
|
s !== 0 && $2(r, s), n.isInline() || W2(null, n, r), Im(n) && (Sn += ss, Ki += ss);
|
|
@@ -23409,7 +23409,7 @@ function D0(e, t, n, r, o) {
|
|
|
23409
23409
|
Sn = "";
|
|
23410
23410
|
let s = n;
|
|
23411
23411
|
for (; s <= r; ++s) {
|
|
23412
|
-
|
|
23412
|
+
Bh(e[s], o);
|
|
23413
23413
|
const c = jo.get(e[s]);
|
|
23414
23414
|
c !== null && Ie(c) && ii === null && (ii = c.getFormat(), el = c.getStyle());
|
|
23415
23415
|
}
|
|
@@ -23440,7 +23440,7 @@ function uN(e, t, n) {
|
|
|
23440
23440
|
const h = o.__first, v = i.__first;
|
|
23441
23441
|
if (h === v) Jf(h, m);
|
|
23442
23442
|
else {
|
|
23443
|
-
const A = F0(h), C =
|
|
23443
|
+
const A = F0(h), C = Bh(v, null);
|
|
23444
23444
|
try {
|
|
23445
23445
|
m.replaceChild(C, A);
|
|
23446
23446
|
} catch (x) {
|
|
@@ -23450,12 +23450,12 @@ function uN(e, t, n) {
|
|
|
23450
23450
|
}
|
|
23451
23451
|
throw x;
|
|
23452
23452
|
}
|
|
23453
|
-
|
|
23453
|
+
zh(h, null);
|
|
23454
23454
|
}
|
|
23455
23455
|
const w = jo.get(v);
|
|
23456
23456
|
Ie(w) && ii === null && (ii = w.getFormat(), el = w.getStyle());
|
|
23457
23457
|
} else {
|
|
23458
|
-
const h =
|
|
23458
|
+
const h = Uh(o, Ml), v = Uh(i, jo);
|
|
23459
23459
|
if (h.length !== u && ye(227), v.length !== f && ye(228), u === 0) f !== 0 && D0(v, i, 0, f - 1, s);
|
|
23460
23460
|
else if (f === 0) {
|
|
23461
23461
|
if (u !== 0) {
|
|
@@ -23474,8 +23474,8 @@ function uN(e, t, n) {
|
|
|
23474
23474
|
if (be) if (Ae) {
|
|
23475
23475
|
const _e = Dl(lr, oe);
|
|
23476
23476
|
_e === F ? F = sv(Jf(oe, R.element)) : (R.withBefore(F).insertChild(_e), Jf(oe, R.element)), $++, H++;
|
|
23477
|
-
} else
|
|
23478
|
-
else F = sv(F0(de)),
|
|
23477
|
+
} else Bh(oe, R.withBefore(F)), H++;
|
|
23478
|
+
else F = sv(F0(de)), zh(de, R.element), $++;
|
|
23479
23479
|
}
|
|
23480
23480
|
const ae = jo.get(oe);
|
|
23481
23481
|
ae !== null && Ie(ae) && ii === null && (ii = ae.getFormat(), el = ae.getStyle());
|
|
@@ -23488,11 +23488,11 @@ function uN(e, t, n) {
|
|
|
23488
23488
|
})(i, h, v, u, f, s);
|
|
23489
23489
|
}
|
|
23490
23490
|
Im(i) && (Sn += ss), m.__lexicalTextContent = Sn, Sn = c + Sn;
|
|
23491
|
-
})(e, t, t.getDOMSlot(n)), r = t, ii == null || ii === r.__textFormat ||
|
|
23492
|
-
el == null || el === o.__textStyle ||
|
|
23491
|
+
})(e, t, t.getDOMSlot(n)), r = t, ii == null || ii === r.__textFormat || Fh || r.setTextFormat(ii), (function(o) {
|
|
23492
|
+
el == null || el === o.__textStyle || Fh || o.setTextStyle(el);
|
|
23493
23493
|
})(t);
|
|
23494
23494
|
}
|
|
23495
|
-
function
|
|
23495
|
+
function Uh(e, t) {
|
|
23496
23496
|
const n = [];
|
|
23497
23497
|
let r = e.__first;
|
|
23498
23498
|
for (; r !== null; ) {
|
|
@@ -23517,8 +23517,8 @@ function Jf(e, t) {
|
|
|
23517
23517
|
return i;
|
|
23518
23518
|
}
|
|
23519
23519
|
if (n !== r && o && xb(yd, vd, Am, r, "updated"), r.updateDOM(n, i, Ol)) {
|
|
23520
|
-
const s =
|
|
23521
|
-
return t === null && ye(62), t.replaceChild(s, i),
|
|
23520
|
+
const s = Bh(e, null);
|
|
23521
|
+
return t === null && ye(62), t.replaceChild(s, i), zh(e, null), s;
|
|
23522
23522
|
}
|
|
23523
23523
|
if (ie(n) && ie(r)) {
|
|
23524
23524
|
const s = r.__indent;
|
|
@@ -23533,7 +23533,7 @@ function Jf(e, t) {
|
|
|
23533
23533
|
}
|
|
23534
23534
|
Sn += s, Ki += s;
|
|
23535
23535
|
}
|
|
23536
|
-
if (!
|
|
23536
|
+
if (!Fh && dn(r) && r.__cachedText !== Ki) {
|
|
23537
23537
|
const s = r.getWritable();
|
|
23538
23538
|
s.__cachedText = Ki, r = s;
|
|
23539
23539
|
}
|
|
@@ -23553,7 +23553,7 @@ function sv(e) {
|
|
|
23553
23553
|
return t !== null && t === lr._blockCursorElement && (t = t.nextSibling), t;
|
|
23554
23554
|
}
|
|
23555
23555
|
function fN(e, t, n, r, o, i) {
|
|
23556
|
-
Sn = "", Ki = "", Xc = r === 2, lr = n, Ol = n._config, vd = n._nodes, Am = lr._listeners.mutation, I0 = o, O0 = i, Ml = e._nodeMap, jo = t._nodeMap,
|
|
23556
|
+
Sn = "", Ki = "", Xc = r === 2, lr = n, Ol = n._config, vd = n._nodes, Am = lr._listeners.mutation, I0 = o, O0 = i, Ml = e._nodeMap, jo = t._nodeMap, Fh = t._readOnly, M0 = new Map(n._keyToDOMMap);
|
|
23557
23557
|
const s = /* @__PURE__ */ new Map();
|
|
23558
23558
|
return yd = s, Jf("root", null), lr = void 0, vd = void 0, I0 = void 0, O0 = void 0, Ml = void 0, jo = void 0, Ol = void 0, M0 = void 0, yd = void 0, s;
|
|
23559
23559
|
}
|
|
@@ -23564,7 +23564,7 @@ function F0(e) {
|
|
|
23564
23564
|
function Ye(e) {
|
|
23565
23565
|
return { type: e };
|
|
23566
23566
|
}
|
|
23567
|
-
const Cm = Ye("SELECTION_CHANGE_COMMAND"), dN = Ye("SELECTION_INSERT_CLIPBOARD_NODES_COMMAND"), nb = Ye("CLICK_COMMAND"), V2 = Ye("BEFORE_INPUT_COMMAND"), K2 = Ye("INPUT_COMMAND"), Y2 = Ye("COMPOSITION_START_COMMAND"), G2 = Ye("COMPOSITION_END_COMMAND"), bl = Ye("DELETE_CHARACTER_COMMAND"), lu = Ye("INSERT_LINE_BREAK_COMMAND"), bd = Ye("INSERT_PARAGRAPH_COMMAND"), cu = Ye("CONTROLLED_TEXT_INSERTION_COMMAND"), Em = Ye("PASTE_COMMAND"), z0 = Ye("REMOVE_TEXT_COMMAND"), xd = Ye("DELETE_WORD_COMMAND"), wd = Ye("DELETE_LINE_COMMAND"), pi = Ye("FORMAT_TEXT_COMMAND"), rb = Ye("UNDO_COMMAND"), ob = Ye("REDO_COMMAND"), Q2 = Ye("KEYDOWN_COMMAND"), Z2 = Ye("KEY_ARROW_RIGHT_COMMAND"), pN = Ye("MOVE_TO_END"), X2 = Ye("KEY_ARROW_LEFT_COMMAND"), hN = Ye("MOVE_TO_START"), J2 = Ye("KEY_ARROW_UP_COMMAND"), q2 = Ye("KEY_ARROW_DOWN_COMMAND"), Sd = Ye("KEY_ENTER_COMMAND"), eE = Ye("KEY_SPACE_COMMAND"), tE = Ye("KEY_BACKSPACE_COMMAND"), ib = Ye("KEY_ESCAPE_COMMAND"), nE = Ye("KEY_DELETE_COMMAND"), rE = Ye("KEY_TAB_COMMAND"), mN = Ye("INSERT_TAB_COMMAND"), gN = Ye("INDENT_CONTENT_COMMAND"), jw = Ye("OUTDENT_CONTENT_COMMAND"), oE = Ye("DROP_COMMAND"), vN = Ye("FORMAT_ELEMENT_COMMAND"), iE = Ye("DRAGSTART_COMMAND"), aE = Ye("DRAGOVER_COMMAND"), yN = Ye("DRAGEND_COMMAND"), km = Ye("COPY_COMMAND"), ab = Ye("CUT_COMMAND"), B0 = Ye("SELECT_ALL_COMMAND"), bN = Ye("CLEAR_EDITOR_COMMAND"), xN = Ye("CLEAR_HISTORY_COMMAND"),
|
|
23567
|
+
const Cm = Ye("SELECTION_CHANGE_COMMAND"), dN = Ye("SELECTION_INSERT_CLIPBOARD_NODES_COMMAND"), nb = Ye("CLICK_COMMAND"), V2 = Ye("BEFORE_INPUT_COMMAND"), K2 = Ye("INPUT_COMMAND"), Y2 = Ye("COMPOSITION_START_COMMAND"), G2 = Ye("COMPOSITION_END_COMMAND"), bl = Ye("DELETE_CHARACTER_COMMAND"), lu = Ye("INSERT_LINE_BREAK_COMMAND"), bd = Ye("INSERT_PARAGRAPH_COMMAND"), cu = Ye("CONTROLLED_TEXT_INSERTION_COMMAND"), Em = Ye("PASTE_COMMAND"), z0 = Ye("REMOVE_TEXT_COMMAND"), xd = Ye("DELETE_WORD_COMMAND"), wd = Ye("DELETE_LINE_COMMAND"), pi = Ye("FORMAT_TEXT_COMMAND"), rb = Ye("UNDO_COMMAND"), ob = Ye("REDO_COMMAND"), Q2 = Ye("KEYDOWN_COMMAND"), Z2 = Ye("KEY_ARROW_RIGHT_COMMAND"), pN = Ye("MOVE_TO_END"), X2 = Ye("KEY_ARROW_LEFT_COMMAND"), hN = Ye("MOVE_TO_START"), J2 = Ye("KEY_ARROW_UP_COMMAND"), q2 = Ye("KEY_ARROW_DOWN_COMMAND"), Sd = Ye("KEY_ENTER_COMMAND"), eE = Ye("KEY_SPACE_COMMAND"), tE = Ye("KEY_BACKSPACE_COMMAND"), ib = Ye("KEY_ESCAPE_COMMAND"), nE = Ye("KEY_DELETE_COMMAND"), rE = Ye("KEY_TAB_COMMAND"), mN = Ye("INSERT_TAB_COMMAND"), gN = Ye("INDENT_CONTENT_COMMAND"), jw = Ye("OUTDENT_CONTENT_COMMAND"), oE = Ye("DROP_COMMAND"), vN = Ye("FORMAT_ELEMENT_COMMAND"), iE = Ye("DRAGSTART_COMMAND"), aE = Ye("DRAGOVER_COMMAND"), yN = Ye("DRAGEND_COMMAND"), km = Ye("COPY_COMMAND"), ab = Ye("CUT_COMMAND"), B0 = Ye("SELECT_ALL_COMMAND"), bN = Ye("CLEAR_EDITOR_COMMAND"), xN = Ye("CLEAR_HISTORY_COMMAND"), Gp = Ye("CAN_REDO_COMMAND"), Qp = Ye("CAN_UNDO_COMMAND"), wN = Ye("FOCUS_COMMAND"), SN = Ye("BLUR_COMMAND"), AN = Ye("KEY_MODIFIER_COMMAND"), Ui = Object.freeze({}), U0 = [["keydown", function(e, t) {
|
|
23568
23568
|
Ad = e.timeStamp, sE = e.key, !t.isComposing() && Le(t, Q2, e);
|
|
23569
23569
|
}], ["pointerdown", function(e, t) {
|
|
23570
23570
|
const n = e.target, r = e.pointerType;
|
|
@@ -23574,7 +23574,7 @@ const Cm = Ye("SELECTION_CHANGE_COMMAND"), dN = Ye("SELECTION_INSERT_CLIPBOARD_N
|
|
|
23574
23574
|
}], ["compositionstart", function(e, t) {
|
|
23575
23575
|
Le(t, Y2, e);
|
|
23576
23576
|
}], ["compositionend", function(e, t) {
|
|
23577
|
-
Pl ? qf = !0 : Uu || !
|
|
23577
|
+
Pl ? qf = !0 : Uu || !jd && !$d ? Le(t, G2, e) : (H0 = !0, V0 = e.data);
|
|
23578
23578
|
}], ["input", function(e, t) {
|
|
23579
23579
|
e.stopPropagation(), gi(t, () => {
|
|
23580
23580
|
t.dispatchCommand(K2, e);
|
|
@@ -23598,16 +23598,16 @@ const Cm = Ye("SELECTION_CHANGE_COMMAND"), dN = Ye("SELECTION_INSERT_CLIPBOARD_N
|
|
|
23598
23598
|
Le(t, nb, e);
|
|
23599
23599
|
});
|
|
23600
23600
|
}], ["cut", Ui], ["copy", Ui], ["dragstart", Ui], ["dragover", Ui], ["dragend", Ui], ["paste", Ui], ["focus", Ui], ["blur", Ui], ["drop", Ui]];
|
|
23601
|
-
|
|
23601
|
+
Dh && U0.push(["beforeinput", (e, t) => (function(n, r) {
|
|
23602
23602
|
const o = n.inputType;
|
|
23603
23603
|
o === "deleteCompositionText" || Pl && KE(r) || o !== "insertCompositionText" && Le(r, V2, n);
|
|
23604
23604
|
})(e, t)]);
|
|
23605
23605
|
let Ad = 0, sE = null, lE = 0, Jc = null;
|
|
23606
|
-
const j0 = /* @__PURE__ */ new WeakMap(),
|
|
23606
|
+
const j0 = /* @__PURE__ */ new WeakMap(), jh = /* @__PURE__ */ new WeakMap();
|
|
23607
23607
|
let $0 = !1, W0 = !1, od = !1, qf = !1, H0 = !1, V0 = "", rl = null, cE = [0, "", 0, "root", 0];
|
|
23608
23608
|
function uE(e, t, n, r, o) {
|
|
23609
23609
|
const i = e.anchor, s = e.focus, c = i.getNode(), u = Ut(), f = Co(Ao(u)), m = f !== null ? f.anchorNode : null, h = i.key, v = u.getElementByKey(h), w = n.length;
|
|
23610
|
-
return h !== s.key || !Ie(c) || (!o && (!
|
|
23610
|
+
return h !== s.key || !Ie(c) || (!o && (!Dh || lE < r + 50) || c.isDirty() && w < 2 || WE(n)) && i.offset !== s.offset && !c.isComposing() || Vi(c) || c.isDirty() && w > 1 || (o || !Dh) && v !== null && !c.isComposing() && m !== Ru(v) || f !== null && t !== null && (!t.collapsed || t.startContainer !== f.anchorNode || t.startOffset !== f.anchorOffset) || c.getFormat() !== e.format || c.getStyle() !== e.style || (function(A, C) {
|
|
23611
23611
|
if (C.isSegmented()) return !0;
|
|
23612
23612
|
if (!A.isCollapsed()) return !1;
|
|
23613
23613
|
const x = A.anchor.offset, E = C.getParentOrThrow(), R = Sl(C);
|
|
@@ -23624,7 +23624,7 @@ function Ww(e, t, n) {
|
|
|
23624
23624
|
const { anchorNode: r, anchorOffset: o, focusNode: i, focusOffset: s } = e;
|
|
23625
23625
|
$0 && ($0 = !1, $w(r, o) && $w(i, s) && !rl) || gi(t, () => {
|
|
23626
23626
|
if (!n) return void Pr(null);
|
|
23627
|
-
if (!
|
|
23627
|
+
if (!Kd(t, r, i)) return;
|
|
23628
23628
|
let c = Pe();
|
|
23629
23629
|
if (rl && me(c) && c.isCollapsed()) {
|
|
23630
23630
|
const u = c.anchor, f = rl.anchor;
|
|
@@ -23635,15 +23635,15 @@ function Ww(e, t, n) {
|
|
|
23635
23635
|
if (c.isCollapsed()) {
|
|
23636
23636
|
e.type === "Range" && e.anchorNode === e.focusNode && (c.dirty = !0);
|
|
23637
23637
|
const m = Ao(t).event, h = m ? m.timeStamp : performance.now(), [v, w, A, C, x] = cE, E = en(), R = t.isComposing() === !1 && E.getTextContent() === "";
|
|
23638
|
-
if (h < x + 200 && u.offset === A && u.key === C)
|
|
23638
|
+
if (h < x + 200 && u.offset === A && u.key === C) ph(c, v, w);
|
|
23639
23639
|
else if (u.type === "text") Ie(f) || ye(141), fE(c, f);
|
|
23640
23640
|
else if (u.type === "element" && !R) {
|
|
23641
23641
|
ie(f) || ye(259);
|
|
23642
23642
|
const O = u.getNode();
|
|
23643
23643
|
O.isEmpty() ? (function(L, M) {
|
|
23644
23644
|
const U = M.getTextFormat(), F = M.getTextStyle();
|
|
23645
|
-
|
|
23646
|
-
})(c, O) :
|
|
23645
|
+
ph(L, U, F);
|
|
23646
|
+
})(c, O) : ph(c, 0, "");
|
|
23647
23647
|
}
|
|
23648
23648
|
} else {
|
|
23649
23649
|
const m = u.key, h = c.focus.key, v = c.getNodes(), w = v.length, A = c.isBackward(), C = A ? s : o, x = A ? o : s, E = A ? h : m, R = A ? m : h;
|
|
@@ -23658,11 +23658,11 @@ function Ww(e, t, n) {
|
|
|
23658
23658
|
Le(t, Cm, void 0);
|
|
23659
23659
|
});
|
|
23660
23660
|
}
|
|
23661
|
-
function
|
|
23661
|
+
function ph(e, t, n) {
|
|
23662
23662
|
e.format === t && e.style === n || (e.format = t, e.style = n, e.dirty = !0);
|
|
23663
23663
|
}
|
|
23664
23664
|
function fE(e, t) {
|
|
23665
|
-
|
|
23665
|
+
ph(e, t.getFormat(), t.getStyle());
|
|
23666
23666
|
}
|
|
23667
23667
|
function dE(e) {
|
|
23668
23668
|
if (!e.getTargetRanges) return null;
|
|
@@ -23786,15 +23786,15 @@ function EN(e) {
|
|
|
23786
23786
|
if (qn(e.target) && DE(e.target)) return !0;
|
|
23787
23787
|
const t = Ut(), n = Pe(), r = e.data, o = dE(e);
|
|
23788
23788
|
if (r != null && me(n) && uE(n, o, r, e.timeStamp, !1)) {
|
|
23789
|
-
qf && (
|
|
23789
|
+
qf && ($h(t, r), qf = !1);
|
|
23790
23790
|
const i = n.anchor.getNode(), s = Co(Ao(t));
|
|
23791
23791
|
if (s === null) return !0;
|
|
23792
23792
|
const c = n.isBackward(), u = c ? n.anchor.offset : n.focus.offset, f = c ? n.focus.offset : n.anchor.offset;
|
|
23793
|
-
|
|
23793
|
+
Dh && !n.isCollapsed() && Ie(i) && s.anchorNode !== null && i.getTextContent().slice(0, u) + r + i.getTextContent().slice(u + f) === VE(s.anchorNode) || Le(t, cu, r);
|
|
23794
23794
|
const m = r.length;
|
|
23795
|
-
Pl && m > 1 && e.inputType === "insertCompositionText" && !t.isComposing() && (n.anchor.offset -= m),
|
|
23795
|
+
Pl && m > 1 && e.inputType === "insertCompositionText" && !t.isComposing() && (n.anchor.offset -= m), jd || Uu || $d || !t.isComposing() || (Ad = 0, Zn(null));
|
|
23796
23796
|
} else
|
|
23797
|
-
yb(!1, t, r !== null ? r : void 0), qf && (
|
|
23797
|
+
yb(!1, t, r !== null ? r : void 0), qf && ($h(t, r || void 0), qf = !1);
|
|
23798
23798
|
return (function() {
|
|
23799
23799
|
ar();
|
|
23800
23800
|
const i = Ut();
|
|
@@ -23810,9 +23810,9 @@ function kN(e) {
|
|
|
23810
23810
|
return !0;
|
|
23811
23811
|
}
|
|
23812
23812
|
function TN(e) {
|
|
23813
|
-
return
|
|
23813
|
+
return $h(Ut(), e.data), !0;
|
|
23814
23814
|
}
|
|
23815
|
-
function
|
|
23815
|
+
function $h(e, t) {
|
|
23816
23816
|
const n = e._compositionKey;
|
|
23817
23817
|
if (Zn(null), n !== null && t != null) {
|
|
23818
23818
|
if (t === "") {
|
|
@@ -23834,7 +23834,7 @@ function _N(e) {
|
|
|
23834
23834
|
const t = Ut();
|
|
23835
23835
|
if (e.key == null) return !0;
|
|
23836
23836
|
if (H0 && h1(e)) return gi(t, () => {
|
|
23837
|
-
|
|
23837
|
+
$h(t, V0);
|
|
23838
23838
|
}), H0 = !1, V0 = "", !0;
|
|
23839
23839
|
if ((function(n) {
|
|
23840
23840
|
return Dt(n, "ArrowRight", { shiftKey: "any" });
|
|
@@ -23945,10 +23945,10 @@ function Vw(e) {
|
|
|
23945
23945
|
function RN(e) {
|
|
23946
23946
|
const t = j0.get(e);
|
|
23947
23947
|
if (t === void 0) return;
|
|
23948
|
-
const n =
|
|
23948
|
+
const n = jh.get(t);
|
|
23949
23949
|
if (n === void 0) return;
|
|
23950
23950
|
const r = n - 1;
|
|
23951
|
-
r >= 0 || ye(164), j0.delete(e),
|
|
23951
|
+
r >= 0 || ye(164), j0.delete(e), jh.set(t, r), r === 0 && t.removeEventListener("selectionchange", hE);
|
|
23952
23952
|
const o = Rm(e);
|
|
23953
23953
|
gb(o) ? ((function(s) {
|
|
23954
23954
|
if (s._parentEditor !== null) {
|
|
@@ -23973,16 +23973,16 @@ function K0(e, t, n) {
|
|
|
23973
23973
|
let s = !1;
|
|
23974
23974
|
if (me(i) && t) {
|
|
23975
23975
|
const c = i.anchor, u = i.focus;
|
|
23976
|
-
c.key === r && (
|
|
23976
|
+
c.key === r && (Vh(c, e, o, e.getPreviousSibling(), e.getNextSibling()), s = !0), u.key === r && (Vh(u, e, o, e.getPreviousSibling(), e.getNextSibling()), s = !0);
|
|
23977
23977
|
} else Dn(i) && t && e.isSelected() && e.selectPrevious();
|
|
23978
23978
|
if (me(i) && t && !s) {
|
|
23979
23979
|
const c = e.getIndexWithinParent();
|
|
23980
|
-
Al(e),
|
|
23980
|
+
Al(e), Hh(i, o, c, -1);
|
|
23981
23981
|
} else Al(e);
|
|
23982
23982
|
n || Wr(o) || o.canBeEmpty() || !o.isEmpty() || K0(o, t), t && i && dn(o) && o.isEmpty() && o.selectEnd();
|
|
23983
23983
|
}
|
|
23984
23984
|
const mE = Symbol.for("ephemeral");
|
|
23985
|
-
function
|
|
23985
|
+
function Wh(e) {
|
|
23986
23986
|
return e[mE] || !1;
|
|
23987
23987
|
}
|
|
23988
23988
|
class $o {
|
|
@@ -24111,18 +24111,18 @@ class $o {
|
|
|
24111
24111
|
return t;
|
|
24112
24112
|
}
|
|
24113
24113
|
getCommonAncestor(t) {
|
|
24114
|
-
const n = ie(this) ? this : this.getParent(), r = ie(t) ? t : t.getParent(), o = n && r ?
|
|
24114
|
+
const n = ie(this) ? this : this.getParent(), r = ie(t) ? t : t.getParent(), o = n && r ? mh(n, r) : null;
|
|
24115
24115
|
return o ? o.commonAncestor : null;
|
|
24116
24116
|
}
|
|
24117
24117
|
is(t) {
|
|
24118
24118
|
return t != null && this.__key === t.__key;
|
|
24119
24119
|
}
|
|
24120
24120
|
isBefore(t) {
|
|
24121
|
-
const n =
|
|
24121
|
+
const n = mh(this, t);
|
|
24122
24122
|
return n !== null && (n.type === "descendant" || (n.type === "branch" ? JE(n) === -1 : (n.type !== "same" && n.type !== "ancestor" && ye(279), !1)));
|
|
24123
24123
|
}
|
|
24124
24124
|
isParentOf(t) {
|
|
24125
|
-
const n =
|
|
24125
|
+
const n = mh(this, t);
|
|
24126
24126
|
return n !== null && n.type === "ancestor";
|
|
24127
24127
|
}
|
|
24128
24128
|
getNodesBetween(t) {
|
|
@@ -24157,17 +24157,17 @@ class $o {
|
|
|
24157
24157
|
return t !== null && t.has(this.__key);
|
|
24158
24158
|
}
|
|
24159
24159
|
getLatest() {
|
|
24160
|
-
if (
|
|
24160
|
+
if (Wh(this)) return this;
|
|
24161
24161
|
const t = An(this.__key);
|
|
24162
24162
|
return t === null && ye(113), t;
|
|
24163
24163
|
}
|
|
24164
24164
|
getWritable() {
|
|
24165
|
-
if (
|
|
24165
|
+
if (Wh(this)) return this;
|
|
24166
24166
|
ar();
|
|
24167
24167
|
const t = hs(), n = Ut(), r = t._nodeMap, o = this.__key, i = this.getLatest(), s = n._cloneNotNeeded, c = Pe();
|
|
24168
|
-
if (c !== null && c.setCachedNodes(null), s.has(o)) return
|
|
24168
|
+
if (c !== null && c.setCachedNodes(null), s.has(o)) return Yh(i), i;
|
|
24169
24169
|
const u = QE(i);
|
|
24170
|
-
return s.add(o),
|
|
24170
|
+
return s.add(o), Yh(u), r.set(o, u), u;
|
|
24171
24171
|
}
|
|
24172
24172
|
getTextContent() {
|
|
24173
24173
|
return "";
|
|
@@ -24235,7 +24235,7 @@ class $o {
|
|
|
24235
24235
|
const f = this.getNextSibling(), m = this.getParentOrThrow().getWritable(), h = o.__key, v = r.__next;
|
|
24236
24236
|
if (f === null ? m.__last = h : f.getWritable().__prev = h, m.__size++, r.__next = h, o.__next = v, o.__prev = r.__key, o.__parent = r.__parent, n && me(s)) {
|
|
24237
24237
|
const w = this.getIndexWithinParent();
|
|
24238
|
-
|
|
24238
|
+
Hh(s, m, w + 1);
|
|
24239
24239
|
const A = m.__key;
|
|
24240
24240
|
c && s.anchor.set(A, w + 2, "element"), u && s.focus.set(A, w + 2, "element");
|
|
24241
24241
|
}
|
|
@@ -24248,7 +24248,7 @@ class $o {
|
|
|
24248
24248
|
const s = this.getPreviousSibling(), c = this.getParentOrThrow().getWritable(), u = r.__prev, f = this.getIndexWithinParent();
|
|
24249
24249
|
s === null ? c.__first = i : s.getWritable().__next = i, c.__size++, r.__prev = i, o.__prev = u, o.__next = r.__key, o.__parent = r.__parent;
|
|
24250
24250
|
const m = Pe();
|
|
24251
|
-
return n && me(m) &&
|
|
24251
|
+
return n && me(m) && Hh(m, this.getParentOrThrow(), f), t;
|
|
24252
24252
|
}
|
|
24253
24253
|
isParentRequired() {
|
|
24254
24254
|
return !1;
|
|
@@ -24319,21 +24319,21 @@ class ju extends $o {
|
|
|
24319
24319
|
static importDOM() {
|
|
24320
24320
|
return { br: (t) => (function(n) {
|
|
24321
24321
|
const r = n.parentElement;
|
|
24322
|
-
if (r !== null &&
|
|
24322
|
+
if (r !== null && Gh(r)) {
|
|
24323
24323
|
const o = r.firstChild;
|
|
24324
|
-
if (o === n || o.nextSibling === n &&
|
|
24324
|
+
if (o === n || o.nextSibling === n && Zp(o)) {
|
|
24325
24325
|
const i = r.lastChild;
|
|
24326
|
-
if (i === n || i.previousSibling === n &&
|
|
24326
|
+
if (i === n || i.previousSibling === n && Zp(i)) return !0;
|
|
24327
24327
|
}
|
|
24328
24328
|
}
|
|
24329
24329
|
return !1;
|
|
24330
24330
|
})(t) || (function(n) {
|
|
24331
24331
|
const r = n.parentElement;
|
|
24332
|
-
if (r !== null &&
|
|
24332
|
+
if (r !== null && Gh(r)) {
|
|
24333
24333
|
const o = r.firstChild;
|
|
24334
|
-
if (o === n || o.nextSibling === n &&
|
|
24334
|
+
if (o === n || o.nextSibling === n && Zp(o)) return !1;
|
|
24335
24335
|
const i = r.lastChild;
|
|
24336
|
-
if (i === n || i.previousSibling === n &&
|
|
24336
|
+
if (i === n || i.previousSibling === n && Zp(i)) return !0;
|
|
24337
24337
|
}
|
|
24338
24338
|
return !1;
|
|
24339
24339
|
})(t) ? null : { conversion: DN, priority: 0 } };
|
|
@@ -24351,7 +24351,7 @@ function Nl() {
|
|
|
24351
24351
|
function wl(e) {
|
|
24352
24352
|
return e instanceof ju;
|
|
24353
24353
|
}
|
|
24354
|
-
function
|
|
24354
|
+
function Zp(e) {
|
|
24355
24355
|
return fa(e) && /^( |\t|\r?\n)+$/.test(e.textContent || "");
|
|
24356
24356
|
}
|
|
24357
24357
|
function lv(e, t) {
|
|
@@ -24400,7 +24400,7 @@ function Kw(e, t, n, r, o, i) {
|
|
|
24400
24400
|
const s = i.theme.text;
|
|
24401
24401
|
s !== void 0 && gE(0, 0, r, e, s);
|
|
24402
24402
|
}
|
|
24403
|
-
function
|
|
24403
|
+
function Xp(e, t) {
|
|
24404
24404
|
const n = document.createElement(t);
|
|
24405
24405
|
return n.appendChild(e), n;
|
|
24406
24406
|
}
|
|
@@ -24462,7 +24462,7 @@ class ps extends $o {
|
|
|
24462
24462
|
return this.getLatest().__text;
|
|
24463
24463
|
}
|
|
24464
24464
|
getFormatFlags(n, r) {
|
|
24465
|
-
return
|
|
24465
|
+
return Kh(this.getLatest().__format, n, r);
|
|
24466
24466
|
}
|
|
24467
24467
|
canHaveFormat() {
|
|
24468
24468
|
return !0;
|
|
@@ -24504,7 +24504,7 @@ class ps extends $o {
|
|
|
24504
24504
|
}
|
|
24505
24505
|
exportDOM(n) {
|
|
24506
24506
|
let { element: r } = super.exportDOM(n);
|
|
24507
|
-
return qn(r) || ye(132), r.style.whiteSpace = "pre-wrap", this.hasFormat("lowercase") ? r.style.textTransform = "lowercase" : this.hasFormat("uppercase") ? r.style.textTransform = "uppercase" : this.hasFormat("capitalize") && (r.style.textTransform = "capitalize"), this.hasFormat("bold") && (r =
|
|
24507
|
+
return qn(r) || ye(132), r.style.whiteSpace = "pre-wrap", this.hasFormat("lowercase") ? r.style.textTransform = "lowercase" : this.hasFormat("uppercase") ? r.style.textTransform = "uppercase" : this.hasFormat("capitalize") && (r.style.textTransform = "capitalize"), this.hasFormat("bold") && (r = Xp(r, "b")), this.hasFormat("italic") && (r = Xp(r, "i")), this.hasFormat("strikethrough") && (r = Xp(r, "s")), this.hasFormat("underline") && (r = Xp(r, "u")), { element: r };
|
|
24508
24508
|
}
|
|
24509
24509
|
exportJSON() {
|
|
24510
24510
|
return { detail: this.getDetail(), format: this.getFormat(), mode: this.getMode(), style: this.getStyle(), text: this.getTextContent(), ...super.exportJSON() };
|
|
@@ -24524,7 +24524,7 @@ class ps extends $o {
|
|
|
24524
24524
|
return r.__style = n, r;
|
|
24525
24525
|
}
|
|
24526
24526
|
toggleFormat(n) {
|
|
24527
|
-
const r =
|
|
24527
|
+
const r = Kh(this.getFormat(), n, null);
|
|
24528
24528
|
return this.setFormat(r);
|
|
24529
24529
|
}
|
|
24530
24530
|
toggleDirectionless() {
|
|
@@ -24630,10 +24630,10 @@ class ps extends $o {
|
|
|
24630
24630
|
if (v !== null) {
|
|
24631
24631
|
(function(J) {
|
|
24632
24632
|
const de = J.getPreviousSibling(), oe = J.getNextSibling();
|
|
24633
|
-
de !== null &&
|
|
24633
|
+
de !== null && Yh(de), oe !== null && Yh(oe);
|
|
24634
24634
|
})(this);
|
|
24635
24635
|
const H = v.getWritable(), Y = this.getIndexWithinParent();
|
|
24636
|
-
E ? (H.splice(Y, 0, M), this.remove()) : H.splice(Y, 1, M), me(L) &&
|
|
24636
|
+
E ? (H.splice(Y, 0, M), this.remove()) : H.splice(Y, 1, M), me(L) && Hh(L, v, Y, m - 1);
|
|
24637
24637
|
}
|
|
24638
24638
|
return M;
|
|
24639
24639
|
}
|
|
@@ -24687,7 +24687,7 @@ function UN(e) {
|
|
|
24687
24687
|
const c = r[s];
|
|
24688
24688
|
c === `
|
|
24689
24689
|
` || c === `\r
|
|
24690
|
-
` ? o.push(Nl()) : c === " " ? o.push(
|
|
24690
|
+
` ? o.push(Nl()) : c === " " ? o.push(Wd()) : c !== "" && o.push(Ln(c));
|
|
24691
24691
|
}
|
|
24692
24692
|
return { node: o };
|
|
24693
24693
|
}
|
|
@@ -24766,7 +24766,7 @@ class $u extends ps {
|
|
|
24766
24766
|
return r !== void 0 && n.classList.add(...r), n;
|
|
24767
24767
|
}
|
|
24768
24768
|
static importJSON(t) {
|
|
24769
|
-
return
|
|
24769
|
+
return Wd().updateFromJSON(t);
|
|
24770
24770
|
}
|
|
24771
24771
|
setTextContent(t) {
|
|
24772
24772
|
return t !== " " && t !== "" && I2(126), super.setTextContent(" ");
|
|
@@ -24787,7 +24787,7 @@ class $u extends ps {
|
|
|
24787
24787
|
return !1;
|
|
24788
24788
|
}
|
|
24789
24789
|
}
|
|
24790
|
-
function
|
|
24790
|
+
function Wd() {
|
|
24791
24791
|
return ms(new $u());
|
|
24792
24792
|
}
|
|
24793
24793
|
function yE(e) {
|
|
@@ -24813,7 +24813,7 @@ class $N {
|
|
|
24813
24813
|
}
|
|
24814
24814
|
set(t, n, r, o) {
|
|
24815
24815
|
const i = this._selection, s = this.key;
|
|
24816
|
-
o && this.key === t && this.offset === n && this.type === r || (this.key = t, this.offset = n, this.type = r,
|
|
24816
|
+
o && this.key === t && this.offset === n && this.type === r || (this.key = t, this.offset = n, this.type = r, Hd() || (Xa() === s && Zn(t), i !== null && (i.setCachedNodes(null), i.dirty = !0)));
|
|
24817
24817
|
}
|
|
24818
24818
|
}
|
|
24819
24819
|
function xi(e, t, n) {
|
|
@@ -24909,7 +24909,7 @@ class Tm {
|
|
|
24909
24909
|
const i = An(o);
|
|
24910
24910
|
i !== null && r.push(i);
|
|
24911
24911
|
}
|
|
24912
|
-
return
|
|
24912
|
+
return Hd() || (this._cachedNodes = r), r;
|
|
24913
24913
|
}
|
|
24914
24914
|
getTextContent() {
|
|
24915
24915
|
const t = this.getNodes();
|
|
@@ -24977,7 +24977,7 @@ class Wl {
|
|
|
24977
24977
|
}
|
|
24978
24978
|
return o;
|
|
24979
24979
|
})(ek(w1(this), "next"));
|
|
24980
|
-
return
|
|
24980
|
+
return Hd() || (this._cachedNodes = n), n;
|
|
24981
24981
|
}
|
|
24982
24982
|
setTextNodeRange(t, n, r, o) {
|
|
24983
24983
|
this.anchor.set(t.__key, n, "text"), this.focus.set(r.__key, o, "text");
|
|
@@ -25009,7 +25009,7 @@ class Wl {
|
|
|
25009
25009
|
return new Wl(xi(t.key, t.offset, t.type), xi(n.key, n.offset, n.type), this.format, this.style);
|
|
25010
25010
|
}
|
|
25011
25011
|
toggleFormat(t) {
|
|
25012
|
-
this.format =
|
|
25012
|
+
this.format = Kh(this.format, t, null), this.dirty = !0;
|
|
25013
25013
|
}
|
|
25014
25014
|
setFormat(t) {
|
|
25015
25015
|
this.format = t, this.dirty = !0;
|
|
@@ -25027,7 +25027,7 @@ class Wl {
|
|
|
25027
25027
|
const s = n[i];
|
|
25028
25028
|
s === `
|
|
25029
25029
|
` || s === `\r
|
|
25030
|
-
` ? r.push(Nl()) : s === " " ? r.push(
|
|
25030
|
+
` ? r.push(Nl()) : s === " " ? r.push(Wd()) : r.push(Ln(s));
|
|
25031
25031
|
}
|
|
25032
25032
|
this.insertNodes(r);
|
|
25033
25033
|
}
|
|
@@ -25132,7 +25132,7 @@ class Wl {
|
|
|
25132
25132
|
}
|
|
25133
25133
|
removeText() {
|
|
25134
25134
|
const t = Pe() === this;
|
|
25135
|
-
|
|
25135
|
+
gh(this, w5(w1(this))), t && Pe() !== this && Pr(this);
|
|
25136
25136
|
}
|
|
25137
25137
|
formatText(t, n = null) {
|
|
25138
25138
|
if (this.isCollapsed()) return this.toggleFormat(t), void Zn(null);
|
|
@@ -25313,7 +25313,7 @@ class Wl {
|
|
|
25313
25313
|
if (c.type === "merge-block") break;
|
|
25314
25314
|
if (ie(i.anchor.origin) && i.anchor.origin.isEmpty()) {
|
|
25315
25315
|
const f = vo(u);
|
|
25316
|
-
|
|
25316
|
+
gh(this, ls(f, f)), i.anchor.origin.remove();
|
|
25317
25317
|
}
|
|
25318
25318
|
return;
|
|
25319
25319
|
}
|
|
@@ -25341,7 +25341,7 @@ class Wl {
|
|
|
25341
25341
|
}
|
|
25342
25342
|
if (c.type === "merge-block") {
|
|
25343
25343
|
const { caret: u, block: f } = c;
|
|
25344
|
-
return
|
|
25344
|
+
return gh(this, ls(!u.origin.isEmpty() && f.isEmpty() ? _b(cr(f, u.direction)) : i.anchor, u)), this.removeText();
|
|
25345
25345
|
}
|
|
25346
25346
|
}
|
|
25347
25347
|
const s = this.focus;
|
|
@@ -25504,7 +25504,7 @@ function bE(e, t, n) {
|
|
|
25504
25504
|
}
|
|
25505
25505
|
}
|
|
25506
25506
|
function xE(e, t, n, r, o, i) {
|
|
25507
|
-
if (e === null || n === null || !
|
|
25507
|
+
if (e === null || n === null || !Kd(o, e, n)) return null;
|
|
25508
25508
|
const s = qw(e, t, me(i) ? i.anchor : null, o);
|
|
25509
25509
|
if (s === null) return null;
|
|
25510
25510
|
const c = qw(n, r, me(i) ? i.focus : null, o);
|
|
@@ -25536,7 +25536,7 @@ function lb(e, t, n, r) {
|
|
|
25536
25536
|
let f, m, h, v;
|
|
25537
25537
|
if (me(e) && !u) return e.clone();
|
|
25538
25538
|
if (t === null) return null;
|
|
25539
|
-
if (f = t.anchorNode, m = t.focusNode, h = t.anchorOffset, v = t.focusOffset, (c || s === void 0) && me(e) && !
|
|
25539
|
+
if (f = t.anchorNode, m = t.focusNode, h = t.anchorOffset, v = t.focusOffset, (c || s === void 0) && me(e) && !Kd(n, f, m)) return e.clone();
|
|
25540
25540
|
const w = xE(f, h, m, v, n, e);
|
|
25541
25541
|
if (w === null) return null;
|
|
25542
25542
|
const [A, C] = w;
|
|
@@ -25548,7 +25548,7 @@ function Pe() {
|
|
|
25548
25548
|
function Wu() {
|
|
25549
25549
|
return Ut()._editorState._selection;
|
|
25550
25550
|
}
|
|
25551
|
-
function
|
|
25551
|
+
function Hh(e, t, n, r = 1) {
|
|
25552
25552
|
const o = e.anchor, i = e.focus, s = o.getNode(), c = i.getNode();
|
|
25553
25553
|
if (!t.is(s) && !t.is(c)) return;
|
|
25554
25554
|
const u = t.__key;
|
|
@@ -25597,7 +25597,7 @@ function t1(e) {
|
|
|
25597
25597
|
}
|
|
25598
25598
|
}
|
|
25599
25599
|
}
|
|
25600
|
-
function
|
|
25600
|
+
function Vh(e, t, n, r, o) {
|
|
25601
25601
|
let i = null, s = 0, c = null;
|
|
25602
25602
|
r !== null ? (i = r.__key, Ie(r) ? (s = r.getTextContentSize(), c = "text") : ie(r) && (s = r.getChildrenSize(), c = "element")) : o !== null && (i = o.__key, Ie(o) ? c = "text" : ie(o) && (c = "element")), i !== null && c !== null ? e.set(i, s, c) : (s = t.getIndexWithinParent(), s === -1 && (s = n.getChildrenSize()), e.set(n.__key, s, "element"));
|
|
25603
25603
|
}
|
|
@@ -25613,7 +25613,7 @@ function CE(e, t, n, r, o) {
|
|
|
25613
25613
|
function HN(e, t, n, r, o, i, s) {
|
|
25614
25614
|
const c = r.anchorNode, u = r.focusNode, f = r.anchorOffset, m = r.focusOffset, h = document.activeElement;
|
|
25615
25615
|
if (o.has(ON) && h !== i || h !== null && mb(h)) return;
|
|
25616
|
-
if (!me(t)) return void (e !== null &&
|
|
25616
|
+
if (!me(t)) return void (e !== null && Kd(n, c, u) && r.removeAllRanges());
|
|
25617
25617
|
const v = t.anchor, w = t.focus, A = v.key, C = w.key, x = Dl(n, A), E = Dl(n, C), R = v.offset, O = w.offset, L = t.format, M = t.style, U = t.isCollapsed();
|
|
25618
25618
|
let F = x, $ = E, H = !1;
|
|
25619
25619
|
if (v.type === "text") {
|
|
@@ -25651,7 +25651,7 @@ function HN(e, t, n, r, o, i, s) {
|
|
|
25651
25651
|
ce -= Ue, he -= Ue;
|
|
25652
25652
|
}
|
|
25653
25653
|
if (Te) break;
|
|
25654
|
-
ge =
|
|
25654
|
+
ge = Yd(ge);
|
|
25655
25655
|
}
|
|
25656
25656
|
})(n, Ae, i);
|
|
25657
25657
|
}
|
|
@@ -25725,16 +25725,16 @@ function r1(e, t, n, r, o = "decorators-and-blocks") {
|
|
|
25725
25725
|
}
|
|
25726
25726
|
return u = vo(u), c && Ul(e.anchor, u), Ul(e.focus, u), f || !s;
|
|
25727
25727
|
}
|
|
25728
|
-
let Fn = null, zn = null, $r = !1, dv = !1,
|
|
25728
|
+
let Fn = null, zn = null, $r = !1, dv = !1, hh = 0;
|
|
25729
25729
|
const o1 = { characterData: !0, childList: !0, subtree: !0 };
|
|
25730
|
-
function
|
|
25730
|
+
function Hd() {
|
|
25731
25731
|
return $r || Fn !== null && Fn._readOnly;
|
|
25732
25732
|
}
|
|
25733
25733
|
function ar() {
|
|
25734
25734
|
$r && ye(13);
|
|
25735
25735
|
}
|
|
25736
25736
|
function kE() {
|
|
25737
|
-
|
|
25737
|
+
hh > 99 && ye(14);
|
|
25738
25738
|
}
|
|
25739
25739
|
function hs() {
|
|
25740
25740
|
return Fn === null && ye(195, TE()), Fn;
|
|
@@ -25973,7 +25973,7 @@ function _m(e, t, n) {
|
|
|
25973
25973
|
Ie(ae) && ae.isAttached() && ae.isSimpleText() && !ae.isUnmergeable() && zw(ae), ae !== void 0 && a1(ae, F) && i1(O, ae, $), L.add(oe);
|
|
25974
25974
|
}
|
|
25975
25975
|
if (H = O._dirtyLeaves, Y = H.size, Y > 0) {
|
|
25976
|
-
|
|
25976
|
+
hh++;
|
|
25977
25977
|
continue;
|
|
25978
25978
|
}
|
|
25979
25979
|
}
|
|
@@ -25984,7 +25984,7 @@ function _m(e, t, n) {
|
|
|
25984
25984
|
const Ae = U.get(ae);
|
|
25985
25985
|
Ae !== void 0 && a1(Ae, F) && i1(O, Ae, $);
|
|
25986
25986
|
}
|
|
25987
|
-
H = O._dirtyLeaves, Y = H.size, J = O._dirtyElements, de = J.size,
|
|
25987
|
+
H = O._dirtyLeaves, Y = H.size, J = O._dirtyElements, de = J.size, hh++;
|
|
25988
25988
|
}
|
|
25989
25989
|
O._dirtyLeaves = L, O._dirtyElements = M;
|
|
25990
25990
|
})(u, e), l1(e), (function(R, O, L, M) {
|
|
@@ -26007,7 +26007,7 @@ function _m(e, t, n) {
|
|
|
26007
26007
|
} catch (x) {
|
|
26008
26008
|
return x instanceof Error && e._onError(x), e._pendingEditorState = c, e._dirtyType = 2, e._cloneNotNeeded.clear(), e._dirtyLeaves = /* @__PURE__ */ new Set(), e._dirtyElements.clear(), void Xi(e);
|
|
26009
26009
|
} finally {
|
|
26010
|
-
Fn = m, $r = h, zn = v, e._updating = w,
|
|
26010
|
+
Fn = m, $r = h, zn = v, e._updating = w, hh = 0;
|
|
26011
26011
|
}
|
|
26012
26012
|
e._dirtyType !== 0 || e._deferred.length > 0 || (function(x, E) {
|
|
26013
26013
|
const R = E.getEditorState()._selection, O = x._selection;
|
|
@@ -26058,7 +26058,7 @@ class ad {
|
|
|
26058
26058
|
setManagedLineBreak(t) {
|
|
26059
26059
|
if (t === null) this.removeManagedLineBreak();
|
|
26060
26060
|
else {
|
|
26061
|
-
const n = t === "decorator" && (
|
|
26061
|
+
const n = t === "decorator" && ($d || Uu || jd);
|
|
26062
26062
|
this.insertManagedLineBreak(n);
|
|
26063
26063
|
}
|
|
26064
26064
|
}
|
|
@@ -26279,7 +26279,7 @@ class wi extends $o {
|
|
|
26279
26279
|
return (this.getTextFormat() & r) !== 0;
|
|
26280
26280
|
}
|
|
26281
26281
|
getFormatFlags(n, r) {
|
|
26282
|
-
return
|
|
26282
|
+
return Kh(this.getLatest().__textFormat, n, r);
|
|
26283
26283
|
}
|
|
26284
26284
|
getTextStyle() {
|
|
26285
26285
|
return this.getLatest().__textStyle;
|
|
@@ -26339,7 +26339,7 @@ class wi extends $o {
|
|
|
26339
26339
|
return this.getWritable().__indent = n, this;
|
|
26340
26340
|
}
|
|
26341
26341
|
splice(n, r, o) {
|
|
26342
|
-
|
|
26342
|
+
Wh(this) && ye(324, this.__key, this.__type);
|
|
26343
26343
|
const i = this.getChildrenSize(), s = this.getWritable();
|
|
26344
26344
|
n + r <= i || ye(226, String(n), String(r), String(i));
|
|
26345
26345
|
const c = s.__key, u = [], f = [], m = this.getChildAtIndex(n + r);
|
|
@@ -26383,7 +26383,7 @@ class wi extends $o {
|
|
|
26383
26383
|
const A = Pe();
|
|
26384
26384
|
if (me(A)) {
|
|
26385
26385
|
const C = new Set(f), x = new Set(u), { anchor: E, focus: R } = A;
|
|
26386
|
-
u1(E, C, x) &&
|
|
26386
|
+
u1(E, C, x) && Vh(E, E.getNode(), this, h, m), u1(R, C, x) && Vh(R, R.getNode(), this, h, m), v !== 0 || this.canBeEmpty() || Wr(this) || this.remove();
|
|
26387
26387
|
}
|
|
26388
26388
|
}
|
|
26389
26389
|
return s;
|
|
@@ -26505,7 +26505,7 @@ class Hu extends wi {
|
|
|
26505
26505
|
}
|
|
26506
26506
|
getTextContent() {
|
|
26507
26507
|
const n = this.__cachedText;
|
|
26508
|
-
return
|
|
26508
|
+
return !Hd() && Ut()._dirtyType !== 0 || n === null ? super.getTextContent() : n;
|
|
26509
26509
|
}
|
|
26510
26510
|
remove() {
|
|
26511
26511
|
ye(52);
|
|
@@ -26537,10 +26537,10 @@ function dn(e) {
|
|
|
26537
26537
|
return e instanceof Hu;
|
|
26538
26538
|
}
|
|
26539
26539
|
function PE(e) {
|
|
26540
|
-
return new
|
|
26540
|
+
return new Vd(new Map(e._nodeMap));
|
|
26541
26541
|
}
|
|
26542
26542
|
function ub() {
|
|
26543
|
-
return new
|
|
26543
|
+
return new Vd(/* @__PURE__ */ new Map([["root", new Hu()]]));
|
|
26544
26544
|
}
|
|
26545
26545
|
function IE(e) {
|
|
26546
26546
|
const t = e.exportJSON(), n = e.constructor;
|
|
@@ -26556,9 +26556,9 @@ function IE(e) {
|
|
|
26556
26556
|
return t;
|
|
26557
26557
|
}
|
|
26558
26558
|
function GN(e) {
|
|
26559
|
-
return e instanceof
|
|
26559
|
+
return e instanceof Vd;
|
|
26560
26560
|
}
|
|
26561
|
-
class
|
|
26561
|
+
class Vd {
|
|
26562
26562
|
constructor(t, n) {
|
|
26563
26563
|
le(this, "_nodeMap");
|
|
26564
26564
|
le(this, "_selection");
|
|
@@ -26573,7 +26573,7 @@ class Wd {
|
|
|
26573
26573
|
return s1(n && n.editor || null, this, t);
|
|
26574
26574
|
}
|
|
26575
26575
|
clone(t) {
|
|
26576
|
-
const n = new
|
|
26576
|
+
const n = new Vd(this._nodeMap, t === void 0 ? this._selection : t);
|
|
26577
26577
|
return n._readOnly = !0, n;
|
|
26578
26578
|
}
|
|
26579
26579
|
toJSON() {
|
|
@@ -26868,8 +26868,8 @@ class Ll {
|
|
|
26868
26868
|
s.userSelect = "text", s.whiteSpace = "pre-wrap", s.wordBreak = "break-word", t.setAttribute("data-lexical-editor", "true"), this._window = i, this._dirtyType = 2, z2(this), this._updateTags.add(xl), Xi(this), this._config.disableEvents || (function(c, u) {
|
|
26869
26869
|
const f = c.ownerDocument;
|
|
26870
26870
|
j0.set(c, f);
|
|
26871
|
-
const m =
|
|
26872
|
-
m < 1 && f.addEventListener("selectionchange", hE),
|
|
26871
|
+
const m = jh.get(f) ?? 0;
|
|
26872
|
+
m < 1 && f.addEventListener("selectionchange", hE), jh.set(f, m + 1), c.__lexicalEditor = u;
|
|
26873
26873
|
const h = pE(c);
|
|
26874
26874
|
for (let v = 0; v < U0.length; v++) {
|
|
26875
26875
|
const [w, A] = U0[v], C = typeof A == "function" ? (x) => {
|
|
@@ -26995,7 +26995,7 @@ function mb(e) {
|
|
|
26995
26995
|
const n = t.nodeName;
|
|
26996
26996
|
return Tt(Pu(e)) && (n === "INPUT" || n === "TEXTAREA" || t.contentEditable === "true" && Rm(t) == null);
|
|
26997
26997
|
}
|
|
26998
|
-
function
|
|
26998
|
+
function Kd(e, t, n) {
|
|
26999
26999
|
const r = e.getRootElement();
|
|
27000
27000
|
try {
|
|
27001
27001
|
return r !== null && r.contains(t) && r.contains(n) && t !== null && !mb(t) && FE(t) === e;
|
|
@@ -27011,7 +27011,7 @@ function FE(e) {
|
|
|
27011
27011
|
for (; t != null; ) {
|
|
27012
27012
|
const n = Rm(t);
|
|
27013
27013
|
if (gb(n)) return n;
|
|
27014
|
-
t =
|
|
27014
|
+
t = Yd(t);
|
|
27015
27015
|
}
|
|
27016
27016
|
return null;
|
|
27017
27017
|
}
|
|
@@ -27038,7 +27038,7 @@ function Ru(e) {
|
|
|
27038
27038
|
}
|
|
27039
27039
|
return null;
|
|
27040
27040
|
}
|
|
27041
|
-
function
|
|
27041
|
+
function Kh(e, t, n) {
|
|
27042
27042
|
const r = Il[t];
|
|
27043
27043
|
if (n !== null && (e & r) === (n & r)) return e;
|
|
27044
27044
|
let o = e ^ r;
|
|
@@ -27064,8 +27064,8 @@ function Al(e) {
|
|
|
27064
27064
|
o === null && (r.__first = s), i === null && (r.__last = c), u !== null && (u.__next = s), f !== null && (f.__prev = c), n.__prev = null, n.__next = null, n.__parent = null, r.__size--;
|
|
27065
27065
|
}
|
|
27066
27066
|
}
|
|
27067
|
-
function
|
|
27068
|
-
kE(),
|
|
27067
|
+
function Yh(e) {
|
|
27068
|
+
kE(), Wh(e) && ye(323, e.__key, e.__type);
|
|
27069
27069
|
const t = e.getLatest(), n = t.__parent, r = hs(), o = Ut(), i = r._nodeMap, s = o._dirtyElements;
|
|
27070
27070
|
n !== null && (function(u, f, m) {
|
|
27071
27071
|
let h = u;
|
|
@@ -27094,7 +27094,7 @@ function Zn(e) {
|
|
|
27094
27094
|
}
|
|
27095
27095
|
}
|
|
27096
27096
|
function Xa() {
|
|
27097
|
-
return
|
|
27097
|
+
return Hd() ? null : Ut()._compositionKey;
|
|
27098
27098
|
}
|
|
27099
27099
|
function An(e, t) {
|
|
27100
27100
|
const n = (t || hs())._nodeMap.get(e);
|
|
@@ -27112,7 +27112,7 @@ function Pu(e, t) {
|
|
|
27112
27112
|
for (; n != null; ) {
|
|
27113
27113
|
const r = UE(n, t);
|
|
27114
27114
|
if (r !== null) return r;
|
|
27115
|
-
n =
|
|
27115
|
+
n = Yd(n);
|
|
27116
27116
|
}
|
|
27117
27117
|
return null;
|
|
27118
27118
|
}
|
|
@@ -27140,7 +27140,7 @@ function nu(e) {
|
|
|
27140
27140
|
for (; i != null; ) {
|
|
27141
27141
|
const s = Pm(i, o);
|
|
27142
27142
|
if (s !== void 0) return s;
|
|
27143
|
-
i =
|
|
27143
|
+
i = Yd(i);
|
|
27144
27144
|
}
|
|
27145
27145
|
return null;
|
|
27146
27146
|
})(e, t);
|
|
@@ -27187,7 +27187,7 @@ function bb(e, t, n, r, o) {
|
|
|
27187
27187
|
const u = i.getTextContent();
|
|
27188
27188
|
if (o || c !== u) {
|
|
27189
27189
|
if (c === "") {
|
|
27190
|
-
if (Zn(null),
|
|
27190
|
+
if (Zn(null), jd || Uu || $d) i.remove();
|
|
27191
27191
|
else {
|
|
27192
27192
|
const C = Ut();
|
|
27193
27193
|
setTimeout(() => {
|
|
@@ -27219,12 +27219,12 @@ function d1(e, t, n) {
|
|
|
27219
27219
|
}
|
|
27220
27220
|
}
|
|
27221
27221
|
}
|
|
27222
|
-
function
|
|
27222
|
+
function Jp(e, t, n) {
|
|
27223
27223
|
const r = t[n] || !1;
|
|
27224
27224
|
return r === "any" || r === e[n];
|
|
27225
27225
|
}
|
|
27226
27226
|
function t5(e, t) {
|
|
27227
|
-
return
|
|
27227
|
+
return Jp(e, t, "altKey") && Jp(e, t, "ctrlKey") && Jp(e, t, "shiftKey") && Jp(e, t, "metaKey");
|
|
27228
27228
|
}
|
|
27229
27229
|
function Dt(e, t, n) {
|
|
27230
27230
|
return t5(e, n) && e.key.toLowerCase() === t.toLowerCase();
|
|
@@ -27316,7 +27316,7 @@ function Dl(e, t) {
|
|
|
27316
27316
|
const n = e._keyToDOMMap.get(t);
|
|
27317
27317
|
return n === void 0 && ye(75, t), n;
|
|
27318
27318
|
}
|
|
27319
|
-
function
|
|
27319
|
+
function Yd(e) {
|
|
27320
27320
|
const t = e.assignedSlot || e.parentElement;
|
|
27321
27321
|
return ey(t) ? t.host : t;
|
|
27322
27322
|
}
|
|
@@ -27404,7 +27404,7 @@ function ty(e) {
|
|
|
27404
27404
|
const t = new RegExp(/^(a|abbr|acronym|b|cite|code|del|em|i|ins|kbd|label|mark|output|q|ruby|s|samp|span|strong|sub|sup|time|u|tt|var|#text)$/, "i");
|
|
27405
27405
|
return e.nodeName.match(t) !== null;
|
|
27406
27406
|
}
|
|
27407
|
-
function
|
|
27407
|
+
function Gh(e) {
|
|
27408
27408
|
const t = new RegExp(/^(address|article|aside|blockquote|canvas|dd|div|dl|dt|fieldset|figcaption|figure|footer|form|h1|h2|h3|h4|h5|h6|header|hr|li|main|nav|noscript|ol|p|pre|section|table|td|tfoot|ul|video)$/, "i");
|
|
27409
27409
|
return e.nodeName.match(t) !== null;
|
|
27410
27410
|
}
|
|
@@ -27812,7 +27812,7 @@ function ZE(e) {
|
|
|
27812
27812
|
} };
|
|
27813
27813
|
}
|
|
27814
27814
|
function XE(e, t) {
|
|
27815
|
-
const n =
|
|
27815
|
+
const n = mh(e.origin, t.origin);
|
|
27816
27816
|
switch (n === null && ye(275, e.origin.getKey(), t.origin.getKey()), n.type) {
|
|
27817
27817
|
case "same": {
|
|
27818
27818
|
const r = e.type === "text", o = t.type === "text";
|
|
@@ -27837,19 +27837,19 @@ function JE(e) {
|
|
|
27837
27837
|
}
|
|
27838
27838
|
return i === null ? 1 : -1;
|
|
27839
27839
|
}
|
|
27840
|
-
function
|
|
27840
|
+
function qp(e, t) {
|
|
27841
27841
|
return t.is(e);
|
|
27842
27842
|
}
|
|
27843
27843
|
function x1(e) {
|
|
27844
27844
|
return ie(e) ? [e.getLatest(), null] : [e.getParent(), e.getLatest()];
|
|
27845
27845
|
}
|
|
27846
|
-
function
|
|
27846
|
+
function mh(e, t) {
|
|
27847
27847
|
if (e.is(t)) return { commonAncestor: e, type: "same" };
|
|
27848
27848
|
const n = /* @__PURE__ */ new Map();
|
|
27849
27849
|
for (let [r, o] = x1(e); r; o = r, r = r.getParent()) n.set(r, o);
|
|
27850
27850
|
for (let [r, o] = x1(t); r; o = r, r = r.getParent()) {
|
|
27851
27851
|
const i = n.get(r);
|
|
27852
|
-
if (i !== void 0) return i === null ? (
|
|
27852
|
+
if (i !== void 0) return i === null ? (qp(e, r) || ye(276), { commonAncestor: r, type: "ancestor" }) : o === null ? (qp(t, r) || ye(277), { commonAncestor: r, type: "descendant" }) : ((ie(i) || qp(e, i)) && (ie(o) || qp(t, o)) && r.is(i.getParent()) && r.is(o.getParent()) || ye(278), { a: i, b: o, commonAncestor: r, type: "branch" });
|
|
27853
27853
|
}
|
|
27854
27854
|
return null;
|
|
27855
27855
|
}
|
|
@@ -27863,9 +27863,9 @@ function Ul(e, t) {
|
|
|
27863
27863
|
}
|
|
27864
27864
|
function x5(e) {
|
|
27865
27865
|
const t = Pe(), n = me(t) ? t : SE();
|
|
27866
|
-
return
|
|
27866
|
+
return gh(n, e), Pr(n), n;
|
|
27867
27867
|
}
|
|
27868
|
-
function
|
|
27868
|
+
function gh(e, t) {
|
|
27869
27869
|
Ul(e.anchor, t.anchor), Ul(e.focus, t.focus);
|
|
27870
27870
|
}
|
|
27871
27871
|
function w1(e) {
|
|
@@ -27990,7 +27990,7 @@ function C5(e, t) {
|
|
|
27990
27990
|
for (const n in t) if (e[n] !== t[n]) return { ...e, ...t };
|
|
27991
27991
|
return e;
|
|
27992
27992
|
}
|
|
27993
|
-
const tk = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, E5 = tk ? wo : Et,
|
|
27993
|
+
const tk = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, E5 = tk ? wo : Et, eh = { tag: xl };
|
|
27994
27994
|
function k5({ initialConfig: e, children: t }) {
|
|
27995
27995
|
const n = pn(() => {
|
|
27996
27996
|
const { theme: r, namespace: o, nodes: i, onError: s, editorState: c, html: u } = e, f = BM(null, r), m = NE({ editable: e.editable, html: u, namespace: o, nodes: i, onError: (h) => s(h, m), theme: r });
|
|
@@ -28004,20 +28004,20 @@ function k5({ initialConfig: e, children: t }) {
|
|
|
28004
28004
|
const C = tk ? document.activeElement : null;
|
|
28005
28005
|
(Pe() !== null || C !== null && C === h.getRootElement()) && A.select();
|
|
28006
28006
|
}
|
|
28007
|
-
},
|
|
28007
|
+
}, eh);
|
|
28008
28008
|
else if (v !== null) switch (typeof v) {
|
|
28009
28009
|
case "string": {
|
|
28010
28010
|
const w = h.parseEditorState(v);
|
|
28011
|
-
h.setEditorState(w,
|
|
28011
|
+
h.setEditorState(w, eh);
|
|
28012
28012
|
break;
|
|
28013
28013
|
}
|
|
28014
28014
|
case "object":
|
|
28015
|
-
h.setEditorState(v,
|
|
28015
|
+
h.setEditorState(v, eh);
|
|
28016
28016
|
break;
|
|
28017
28017
|
case "function":
|
|
28018
28018
|
h.update(() => {
|
|
28019
28019
|
en().isEmpty() && v(h);
|
|
28020
|
-
},
|
|
28020
|
+
}, eh);
|
|
28021
28021
|
}
|
|
28022
28022
|
}
|
|
28023
28023
|
})(m, c), [m, f];
|
|
@@ -28212,7 +28212,7 @@ function _1(e) {
|
|
|
28212
28212
|
Ot = t;
|
|
28213
28213
|
}
|
|
28214
28214
|
}
|
|
28215
|
-
let rs = 0, ry = 0,
|
|
28215
|
+
let rs = 0, ry = 0, vh = 0;
|
|
28216
28216
|
function R1(e) {
|
|
28217
28217
|
if (Ot === void 0) return;
|
|
28218
28218
|
let t = e.n;
|
|
@@ -28246,7 +28246,7 @@ function pk(e) {
|
|
|
28246
28246
|
e.s = t;
|
|
28247
28247
|
}
|
|
28248
28248
|
function Yc(e, t) {
|
|
28249
|
-
Cr.call(this, void 0), this.x = e, this.s = void 0, this.g =
|
|
28249
|
+
Cr.call(this, void 0), this.x = e, this.s = void 0, this.g = vh - 1, this.f = 4, this.W = t == null ? void 0 : t.watched, this.Z = t == null ? void 0 : t.unwatched, this.name = t == null ? void 0 : t.name;
|
|
28250
28250
|
}
|
|
28251
28251
|
function hk(e) {
|
|
28252
28252
|
const t = e.u;
|
|
@@ -28338,7 +28338,7 @@ Cr.prototype.brand = F5, Cr.prototype.h = function() {
|
|
|
28338
28338
|
}, set(e) {
|
|
28339
28339
|
if (e !== this.v) {
|
|
28340
28340
|
if (ry > 100) throw new Error("Cycle detected");
|
|
28341
|
-
this.v = e, this.i++,
|
|
28341
|
+
this.v = e, this.i++, vh++, rs++;
|
|
28342
28342
|
try {
|
|
28343
28343
|
for (let t = this.t; t !== void 0; t = t.x) t.t.N();
|
|
28344
28344
|
} finally {
|
|
@@ -28347,8 +28347,8 @@ Cr.prototype.brand = F5, Cr.prototype.h = function() {
|
|
|
28347
28347
|
}
|
|
28348
28348
|
} }), Yc.prototype = new Cr(), Yc.prototype.h = function() {
|
|
28349
28349
|
if (this.f &= -3, 1 & this.f) return !1;
|
|
28350
|
-
if ((36 & this.f) == 32 || (this.f &= -5, this.g ===
|
|
28351
|
-
if (this.g =
|
|
28350
|
+
if ((36 & this.f) == 32 || (this.f &= -5, this.g === vh)) return !0;
|
|
28351
|
+
if (this.g = vh, this.f |= 1, this.i > 0 && !dk(this)) return this.f &= -2, !0;
|
|
28352
28352
|
const e = Ot;
|
|
28353
28353
|
try {
|
|
28354
28354
|
P1(this), Ot = this;
|
|
@@ -28417,7 +28417,7 @@ function gk(e, t) {
|
|
|
28417
28417
|
}
|
|
28418
28418
|
return t;
|
|
28419
28419
|
}
|
|
28420
|
-
const Ib = 0, oy = 1, vk = 2, gv = 3,
|
|
28420
|
+
const Ib = 0, oy = 1, vk = 2, gv = 3, th = 4, Gc = 5, vv = 6, Hf = 7;
|
|
28421
28421
|
function yv(e) {
|
|
28422
28422
|
return e.id === Ib;
|
|
28423
28423
|
}
|
|
@@ -28455,13 +28455,13 @@ class H5 {
|
|
|
28455
28455
|
})(n, this.mergeConfigs(), r);
|
|
28456
28456
|
let s;
|
|
28457
28457
|
this.state = i, this.extension.init && (s = this.extension.init(t, i.config, r)), this.state = (function(c, u, f) {
|
|
28458
|
-
return Object.assign(c, { id:
|
|
28458
|
+
return Object.assign(c, { id: th, initResult: u, registerState: f });
|
|
28459
28459
|
})(i, s, o);
|
|
28460
28460
|
}
|
|
28461
28461
|
build(t) {
|
|
28462
28462
|
const n = this.state;
|
|
28463
28463
|
let r;
|
|
28464
|
-
n.id !==
|
|
28464
|
+
n.id !== th && Wt(307, String(n.id), String(Gc)), this.extension.build && (r = this.extension.build(t, n.config, n.registerState));
|
|
28465
28465
|
const o = { ...n.registerState, getOutput: () => r, getSignal: this.getSignal.bind(this) };
|
|
28466
28466
|
this.state = (function(i, s, c) {
|
|
28467
28467
|
return Object.assign(i, { id: Gc, output: s, registerState: c });
|
|
@@ -28495,8 +28495,8 @@ class H5 {
|
|
|
28495
28495
|
this.extension.init === void 0 && Wt(312, this.extension.name);
|
|
28496
28496
|
const t = this.state;
|
|
28497
28497
|
return (function(n) {
|
|
28498
|
-
return n.id >=
|
|
28499
|
-
})(t) || Wt(313, String(t.id), String(
|
|
28498
|
+
return n.id >= th;
|
|
28499
|
+
})(t) || Wt(313, String(t.id), String(th)), t.initResult;
|
|
28500
28500
|
}
|
|
28501
28501
|
getInitPeer(t) {
|
|
28502
28502
|
const n = this.builder.extensionNameMap.get(t);
|
|
@@ -28570,7 +28570,7 @@ function M1() {
|
|
|
28570
28570
|
function Y5(e) {
|
|
28571
28571
|
throw e;
|
|
28572
28572
|
}
|
|
28573
|
-
function
|
|
28573
|
+
function nh(e) {
|
|
28574
28574
|
return Array.isArray(e) ? e : [e];
|
|
28575
28575
|
}
|
|
28576
28576
|
const bv = "0.39.0+prod.esm";
|
|
@@ -28587,8 +28587,8 @@ class du {
|
|
|
28587
28587
|
for (const n of t) this.addExtension(n);
|
|
28588
28588
|
}
|
|
28589
28589
|
static fromExtensions(t) {
|
|
28590
|
-
const n = [
|
|
28591
|
-
for (const r of t) n.push(
|
|
28590
|
+
const n = [nh(K5)];
|
|
28591
|
+
for (const r of t) n.push(nh(r));
|
|
28592
28592
|
return new du(n);
|
|
28593
28593
|
}
|
|
28594
28594
|
static maybeFromEditor(t) {
|
|
@@ -28633,7 +28633,7 @@ class du {
|
|
|
28633
28633
|
}
|
|
28634
28634
|
addExtension(t) {
|
|
28635
28635
|
this._sortedExtensionReps !== void 0 && Wt(296);
|
|
28636
|
-
const n =
|
|
28636
|
+
const n = nh(t), [r] = n;
|
|
28637
28637
|
typeof r.name != "string" && Wt(297, typeof r.name);
|
|
28638
28638
|
let o = this.extensionNameMap.get(r.name);
|
|
28639
28639
|
if (o !== void 0 && o.extension !== r && Wt(298, r.name), !o) {
|
|
@@ -28642,7 +28642,7 @@ class du {
|
|
|
28642
28642
|
typeof i == "string" && Wt(299, r.name, i);
|
|
28643
28643
|
for (const s of r.conflictsWith || []) this.extensionNameMap.has(s) && Wt(299, r.name, s), this.conflicts.set(s, r.name);
|
|
28644
28644
|
for (const s of r.dependencies || []) {
|
|
28645
|
-
const c =
|
|
28645
|
+
const c = nh(s);
|
|
28646
28646
|
this.addEdge(r.name, c[0].name, c.slice(1)), this.addExtension(c);
|
|
28647
28647
|
}
|
|
28648
28648
|
for (const [s, c] of r.peerDependencies || []) this.addEdge(r.name, s, c ? [c] : []);
|
|
@@ -28861,10 +28861,10 @@ function Ck(e, t, n, r, o = /* @__PURE__ */ new Map(), i) {
|
|
|
28861
28861
|
let v = [];
|
|
28862
28862
|
const w = (c == null || !Wr(c)) && (c != null && Q0(c) || r);
|
|
28863
28863
|
for (let A = 0; A < h.length; A++) v.push(...Ck(h[A], t, n, w, new Map(o), c));
|
|
28864
|
-
return m != null && (v = m(v)),
|
|
28864
|
+
return m != null && (v = m(v)), Gh(e) && (v = eL(e, v, w ? () => {
|
|
28865
28865
|
const A = new fb();
|
|
28866
28866
|
return n.push(A), A;
|
|
28867
|
-
} : Rr)), c == null ? v.length > 0 ? s = s.concat(v) :
|
|
28867
|
+
} : Rr)), c == null ? v.length > 0 ? s = s.concat(v) : Gh(e) && (function(A) {
|
|
28868
28868
|
return A.nextSibling == null || A.previousSibling == null ? !1 : ty(A.nextSibling) && ty(A.previousSibling);
|
|
28869
28869
|
})(e) && (s = s.concat(Nl())) : ie(c) && c.append(...v), s;
|
|
28870
28870
|
}
|
|
@@ -28881,17 +28881,17 @@ function eL(e, t, n) {
|
|
|
28881
28881
|
}
|
|
28882
28882
|
return o;
|
|
28883
28883
|
}
|
|
28884
|
-
function
|
|
28884
|
+
function Qh(e, ...t) {
|
|
28885
28885
|
const n = new URL("https://lexical.dev/docs/error"), r = new URLSearchParams();
|
|
28886
28886
|
r.append("code", e);
|
|
28887
28887
|
for (const o of t) r.append("v", o);
|
|
28888
28888
|
throw n.search = r.toString(), Error(`Minified Lexical error #${e}; visit ${n.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`);
|
|
28889
28889
|
}
|
|
28890
28890
|
function tL(e, t = Pe()) {
|
|
28891
|
-
return t == null &&
|
|
28891
|
+
return t == null && Qh(166), me(t) && t.isCollapsed() || t.getNodes().length === 0 ? "" : wk(e, t);
|
|
28892
28892
|
}
|
|
28893
28893
|
function nL(e, t = Pe()) {
|
|
28894
|
-
return t == null &&
|
|
28894
|
+
return t == null && Qh(166), me(t) && t.isCollapsed() || t.getNodes().length === 0 ? null : JSON.stringify(rL(e, t));
|
|
28895
28895
|
}
|
|
28896
28896
|
function N1(e, t, n) {
|
|
28897
28897
|
const r = e.getData("application/x-lexical-editor");
|
|
@@ -28921,7 +28921,7 @@ function N1(e, t, n) {
|
|
|
28921
28921
|
const m = c[u];
|
|
28922
28922
|
m === `
|
|
28923
28923
|
` || m === `\r
|
|
28924
|
-
` ? f.insertParagraph() : m === " " ? f.insertNodes([
|
|
28924
|
+
` ? f.insertParagraph() : m === " " ? f.insertNodes([Wd()]) : f.insertText(m);
|
|
28925
28925
|
}
|
|
28926
28926
|
}
|
|
28927
28927
|
} else t.insertRawText(s);
|
|
@@ -28957,9 +28957,9 @@ function Ek(e, t, n, r = []) {
|
|
|
28957
28957
|
t !== null && Ie(s) && (s = ik(t, s, "clone"));
|
|
28958
28958
|
const c = ie(s) ? s.getChildren() : [], u = (function(f) {
|
|
28959
28959
|
const m = f.exportJSON(), h = f.constructor;
|
|
28960
|
-
if (m.type !== h.getType() &&
|
|
28960
|
+
if (m.type !== h.getType() && Qh(58, h.name), ie(f)) {
|
|
28961
28961
|
const v = m.children;
|
|
28962
|
-
Array.isArray(v) ||
|
|
28962
|
+
Array.isArray(v) || Qh(59, h.name);
|
|
28963
28963
|
}
|
|
28964
28964
|
return m;
|
|
28965
28965
|
})(s);
|
|
@@ -29014,7 +29014,7 @@ function F1(e, t, n) {
|
|
|
29014
29014
|
const o = Co(e._window), i = Pe();
|
|
29015
29015
|
if (!i || i.isCollapsed() || !o) return !1;
|
|
29016
29016
|
const s = o.anchorNode, c = o.focusNode;
|
|
29017
|
-
if (s !== null && c !== null && !
|
|
29017
|
+
if (s !== null && c !== null && !Kd(e, s, c)) return !1;
|
|
29018
29018
|
n = iL(i);
|
|
29019
29019
|
}
|
|
29020
29020
|
t.preventDefault();
|
|
@@ -29052,7 +29052,7 @@ function z1(e, t) {
|
|
|
29052
29052
|
return null;
|
|
29053
29053
|
}
|
|
29054
29054
|
const Hl = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0, sL = Hl && "documentMode" in document ? document.documentMode : null, lL = Hl && /Mac|iPod|iPhone|iPad/.test(navigator.platform), cL = !(!Hl || !("InputEvent" in window) || sL) && "getTargetRanges" in new window.InputEvent("input"), uL = Hl && /Version\/[\d.]+.*Safari/.test(navigator.userAgent), B1 = Hl && /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream, fL = Hl && /^(?=.*Chrome).*/i.test(navigator.userAgent), dL = Hl && /AppleWebKit\/[\d.]+/.test(navigator.userAgent) && lL && !fL, U1 = Ye("DRAG_DROP_PASTE_FILE");
|
|
29055
|
-
function
|
|
29055
|
+
function rh(e) {
|
|
29056
29056
|
let t = null;
|
|
29057
29057
|
if (Ja(e, DragEvent) ? t = e.dataTransfer : Ja(e, ClipboardEvent) && (t = e.clipboardData), t === null) return [!1, [], !1];
|
|
29058
29058
|
const n = t.types, r = n.includes("Files"), o = n.includes("text/html") || n.includes("text/plain");
|
|
@@ -29126,7 +29126,7 @@ function pL(e) {
|
|
|
29126
29126
|
}, ct), e.registerCommand(bd, () => {
|
|
29127
29127
|
const t = Pe();
|
|
29128
29128
|
return !!me(t) && (t.insertParagraph(), !0);
|
|
29129
|
-
}, ct), e.registerCommand(mN, () => (EE([
|
|
29129
|
+
}, ct), e.registerCommand(mN, () => (EE([Wd()]), !0), ct), e.registerCommand(gN, () => j1((t) => {
|
|
29130
29130
|
const n = t.getIndent();
|
|
29131
29131
|
t.setIndent(n + 1);
|
|
29132
29132
|
}), ct), e.registerCommand(jw, () => j1((t) => {
|
|
@@ -29209,7 +29209,7 @@ function pL(e) {
|
|
|
29209
29209
|
const t = Pe();
|
|
29210
29210
|
return !!me(t) && (e.blur(), !0);
|
|
29211
29211
|
}, ct), e.registerCommand(oE, (t) => {
|
|
29212
|
-
const [, n] =
|
|
29212
|
+
const [, n] = rh(t);
|
|
29213
29213
|
if (n.length > 0) {
|
|
29214
29214
|
const o = z1(t.clientX, t.clientY);
|
|
29215
29215
|
if (o !== null) {
|
|
@@ -29231,10 +29231,10 @@ function pL(e) {
|
|
|
29231
29231
|
const r = Pe();
|
|
29232
29232
|
return !!me(r);
|
|
29233
29233
|
}, ct), e.registerCommand(iE, (t) => {
|
|
29234
|
-
const [n] =
|
|
29234
|
+
const [n] = rh(t), r = Pe();
|
|
29235
29235
|
return !(n && !me(r));
|
|
29236
29236
|
}, ct), e.registerCommand(aE, (t) => {
|
|
29237
|
-
const [n] =
|
|
29237
|
+
const [n] = rh(t), r = Pe();
|
|
29238
29238
|
if (n && !me(r)) return !1;
|
|
29239
29239
|
const o = z1(t.clientX, t.clientY);
|
|
29240
29240
|
if (o !== null) {
|
|
@@ -29248,7 +29248,7 @@ function pL(e) {
|
|
|
29248
29248
|
me(o) ? o.removeText() : Dn(o) && o.getNodes().forEach((i) => i.remove());
|
|
29249
29249
|
});
|
|
29250
29250
|
})(t, e), !0), ct), e.registerCommand(Em, (t) => {
|
|
29251
|
-
const [, n, r] =
|
|
29251
|
+
const [, n, r] = rh(t);
|
|
29252
29252
|
return n.length > 0 && !r ? (e.dispatchCommand(U1, n), !0) : Ku(t.target) && mb(t.target) ? !1 : Pe() !== null && ((function(o, i) {
|
|
29253
29253
|
o.preventDefault(), i.update(() => {
|
|
29254
29254
|
const s = Pe(), c = Ja(o, InputEvent) || Ja(o, KeyboardEvent) ? null : o.clipboardData;
|
|
@@ -29386,21 +29386,21 @@ function Tk(e, t, n) {
|
|
|
29386
29386
|
const c = s.redoStack, u = s.undoStack;
|
|
29387
29387
|
if (u.length !== 0) {
|
|
29388
29388
|
const f = s.current, m = u.pop();
|
|
29389
|
-
f !== null && (c.push(f), i.dispatchCommand(
|
|
29389
|
+
f !== null && (c.push(f), i.dispatchCommand(Gp, !0)), u.length === 0 && i.dispatchCommand(Qp, !1), s.current = m || null, m && m.editor.setEditorState(m.editorState, { tag: Y0 });
|
|
29390
29390
|
}
|
|
29391
29391
|
})(e, t), !0), ct), e.registerCommand(ob, () => ((function(i, s) {
|
|
29392
29392
|
const c = s.redoStack, u = s.undoStack;
|
|
29393
29393
|
if (c.length !== 0) {
|
|
29394
29394
|
const f = s.current;
|
|
29395
|
-
f !== null && (u.push(f), i.dispatchCommand(
|
|
29395
|
+
f !== null && (u.push(f), i.dispatchCommand(Qp, !0));
|
|
29396
29396
|
const m = c.pop();
|
|
29397
|
-
c.length === 0 && i.dispatchCommand(
|
|
29397
|
+
c.length === 0 && i.dispatchCommand(Gp, !1), s.current = m || null, m && m.editor.setEditorState(m.editorState, { tag: Y0 });
|
|
29398
29398
|
}
|
|
29399
|
-
})(e, t), !0), ct), e.registerCommand(bN, () => (H1(t), !1), ct), e.registerCommand(xN, () => (H1(t), e.dispatchCommand(
|
|
29399
|
+
})(e, t), !0), ct), e.registerCommand(bN, () => (H1(t), !1), ct), e.registerCommand(xN, () => (H1(t), e.dispatchCommand(Gp, !1), e.dispatchCommand(Qp, !1), !0), ct), e.registerUpdateListener(({ editorState: i, prevEditorState: s, dirtyLeaves: c, dirtyElements: u, tags: f }) => {
|
|
29400
29400
|
const m = t.current, h = t.redoStack, v = t.undoStack, w = m === null ? null : m.editorState;
|
|
29401
29401
|
if (m !== null && i === w) return;
|
|
29402
29402
|
const A = r(s, i, m, c, u, f);
|
|
29403
|
-
if (A === 1) h.length !== 0 && (t.redoStack = [], e.dispatchCommand(
|
|
29403
|
+
if (A === 1) h.length !== 0 && (t.redoStack = [], e.dispatchCommand(Gp, !1)), m !== null && (v.push({ ...m }), e.dispatchCommand(Qp, !0));
|
|
29404
29404
|
else if (A === 2) return;
|
|
29405
29405
|
t.current = { editor: e, editorState: i };
|
|
29406
29406
|
}));
|
|
@@ -29783,7 +29783,7 @@ function FL() {
|
|
|
29783
29783
|
u.remove();
|
|
29784
29784
|
})(t), !0;
|
|
29785
29785
|
}
|
|
29786
|
-
function
|
|
29786
|
+
function Zh(...e) {
|
|
29787
29787
|
const t = [];
|
|
29788
29788
|
for (const n of e) if (n && typeof n == "string") for (const [r] of n.matchAll(/\S+/g)) t.push(r);
|
|
29789
29789
|
return t;
|
|
@@ -29816,12 +29816,12 @@ class Gu extends wi {
|
|
|
29816
29816
|
})(r, this, n), r.value = this.__value, (function(c, u, f) {
|
|
29817
29817
|
const m = [], h = [], v = u.list, w = v ? v.listitem : void 0;
|
|
29818
29818
|
let A;
|
|
29819
|
-
if (v && v.nested && (A = v.nested.listitem), w !== void 0 && m.push(...
|
|
29819
|
+
if (v && v.nested && (A = v.nested.listitem), w !== void 0 && m.push(...Zh(w)), v) {
|
|
29820
29820
|
const C = f.getParent(), x = st(C) && C.getListType() === "check", E = f.getChecked();
|
|
29821
29821
|
x && !E || h.push(v.listitemUnchecked), x && E || h.push(v.listitemChecked), x && m.push(E ? v.listitemChecked : v.listitemUnchecked);
|
|
29822
29822
|
}
|
|
29823
29823
|
if (A !== void 0) {
|
|
29824
|
-
const C =
|
|
29824
|
+
const C = Zh(A);
|
|
29825
29825
|
f.getChildren().some((x) => st(x)) ? m.push(...C) : h.push(...C);
|
|
29826
29826
|
}
|
|
29827
29827
|
h.length > 0 && fk(c, ...h), m.length > 0 && Rb(c, ...m);
|
|
@@ -29987,7 +29987,7 @@ function bo(e) {
|
|
|
29987
29987
|
function kt(e) {
|
|
29988
29988
|
return e instanceof Gu;
|
|
29989
29989
|
}
|
|
29990
|
-
class
|
|
29990
|
+
class Gd extends wi {
|
|
29991
29991
|
constructor(n = "number", r = 1, o) {
|
|
29992
29992
|
super(o);
|
|
29993
29993
|
le(this, "__tag");
|
|
@@ -30066,11 +30066,11 @@ function Z1(e, t, n) {
|
|
|
30066
30066
|
let h;
|
|
30067
30067
|
const v = i.nested, w = i.checklist;
|
|
30068
30068
|
if (v !== void 0 && v.list && (h = v.list), m !== void 0 && r.push(m), w !== void 0 && n.__listType === "check" && r.push(w), f !== void 0) {
|
|
30069
|
-
r.push(...
|
|
30069
|
+
r.push(...Zh(f));
|
|
30070
30070
|
for (let A = 0; A < s.length; A++) A !== u && o.push(n.__tag + A);
|
|
30071
30071
|
}
|
|
30072
30072
|
if (h !== void 0) {
|
|
30073
|
-
const A =
|
|
30073
|
+
const A = Zh(h);
|
|
30074
30074
|
c > 1 ? r.push(...A) : o.push(...A);
|
|
30075
30075
|
}
|
|
30076
30076
|
}
|
|
@@ -30101,10 +30101,10 @@ function X1(e) {
|
|
|
30101
30101
|
}
|
|
30102
30102
|
const UL = { ol: "number", ul: "bullet" };
|
|
30103
30103
|
function to(e = "number", t = 1) {
|
|
30104
|
-
return ms(new
|
|
30104
|
+
return ms(new Gd(e, t));
|
|
30105
30105
|
}
|
|
30106
30106
|
function st(e) {
|
|
30107
|
-
return e instanceof
|
|
30107
|
+
return e instanceof Gd;
|
|
30108
30108
|
}
|
|
30109
30109
|
const jL = Ye("UPDATE_LIST_START_COMMAND"), Mk = Ye("INSERT_UNORDERED_LIST_COMMAND"), Nk = Ye("INSERT_ORDERED_LIST_COMMAND"), sy = Ye("REMOVE_LIST_COMMAND");
|
|
30110
30110
|
function $L(e) {
|
|
@@ -30155,7 +30155,7 @@ function WL(e) {
|
|
|
30155
30155
|
}
|
|
30156
30156
|
}
|
|
30157
30157
|
};
|
|
30158
|
-
return e.registerNodeTransform(
|
|
30158
|
+
return e.registerNodeTransform(Gd, (n) => {
|
|
30159
30159
|
const r = [n];
|
|
30160
30160
|
for (; r.length > 0; ) {
|
|
30161
30161
|
const o = r.shift();
|
|
@@ -30849,7 +30849,7 @@ function sD({
|
|
|
30849
30849
|
function lD({ hasStrictIndent: e = !1 }) {
|
|
30850
30850
|
const [t] = fr();
|
|
30851
30851
|
return Et(() => {
|
|
30852
|
-
if (!t.hasNodes([
|
|
30852
|
+
if (!t.hasNodes([Gd, Gu])) throw new Error("ListPlugin: ListNode and/or ListItemNode not registered on editor");
|
|
30853
30853
|
}, [t]), Et(() => {
|
|
30854
30854
|
if (e) return WL(t);
|
|
30855
30855
|
}, [t, e]), (function(n) {
|
|
@@ -30889,7 +30889,7 @@ function nS(e, t, n, r = 10, o = 5) {
|
|
|
30889
30889
|
let f = e.top - r, m = e.left - o;
|
|
30890
30890
|
f < u.top && (f += s.height + e.height + r * 2), m + s.width > u.right && (m = u.right - s.width - o), f -= c.top, m -= c.left, t.style.opacity = "1", t.style.transform = `translate(${m}px, ${f}px)`;
|
|
30891
30891
|
}
|
|
30892
|
-
function
|
|
30892
|
+
function Xh(e) {
|
|
30893
30893
|
const t = e.anchor, n = e.focus, r = e.anchor.getNode(), o = e.focus.getNode();
|
|
30894
30894
|
return r === o ? r : e.isBackward() ? E1(n) ? r : o : E1(t) ? r : o;
|
|
30895
30895
|
}
|
|
@@ -30907,7 +30907,7 @@ function fD({
|
|
|
30907
30907
|
var M, U;
|
|
30908
30908
|
const x = Pe();
|
|
30909
30909
|
if (me(x)) {
|
|
30910
|
-
const F =
|
|
30910
|
+
const F = Xh(x), $ = Bn(F, Qn);
|
|
30911
30911
|
$ ? u($.getURL()) : Qn(F) ? u(F.getURL()) : u(""), o && m(c);
|
|
30912
30912
|
} else if (Dn(x)) {
|
|
30913
30913
|
const F = x.getNodes();
|
|
@@ -30983,7 +30983,7 @@ function fD({
|
|
|
30983
30983
|
);
|
|
30984
30984
|
const E = Pe();
|
|
30985
30985
|
if (me(E)) {
|
|
30986
|
-
const R =
|
|
30986
|
+
const R = Xh(E).getParent();
|
|
30987
30987
|
if (sl(R)) {
|
|
30988
30988
|
const O = Cl(R.getURL(), {
|
|
30989
30989
|
rel: R.__rel,
|
|
@@ -31092,7 +31092,7 @@ function dD(e, t, n, r) {
|
|
|
31092
31092
|
function u() {
|
|
31093
31093
|
const f = Pe();
|
|
31094
31094
|
if (me(f)) {
|
|
31095
|
-
const m =
|
|
31095
|
+
const m = Xh(f), h = Bn(m, Qn), v = Bn(
|
|
31096
31096
|
m,
|
|
31097
31097
|
sl
|
|
31098
31098
|
);
|
|
@@ -31131,7 +31131,7 @@ function dD(e, t, n, r) {
|
|
|
31131
31131
|
(f) => {
|
|
31132
31132
|
const m = Pe();
|
|
31133
31133
|
if (me(m)) {
|
|
31134
|
-
const h =
|
|
31134
|
+
const h = Xh(m), v = Bn(h, Qn);
|
|
31135
31135
|
if (Qn(v) && (f.metaKey || f.ctrlKey))
|
|
31136
31136
|
return window.open(v.getURL(), "_blank"), !0;
|
|
31137
31137
|
}
|
|
@@ -31396,7 +31396,7 @@ const hD = ({
|
|
|
31396
31396
|
title: "Uploading..."
|
|
31397
31397
|
}
|
|
31398
31398
|
};
|
|
31399
|
-
},
|
|
31399
|
+
}, yh = (e) => e.assetPath.includes("blob:") ? e.assetPath : gD({
|
|
31400
31400
|
assetPath: e.assetPath,
|
|
31401
31401
|
mimeType: e.mimeType,
|
|
31402
31402
|
fileName: e.name
|
|
@@ -31552,7 +31552,7 @@ function Dk({
|
|
|
31552
31552
|
const A = {
|
|
31553
31553
|
namespace: "comment-editor",
|
|
31554
31554
|
theme: ML,
|
|
31555
|
-
nodes: [
|
|
31555
|
+
nodes: [Gd, Gu, Vl],
|
|
31556
31556
|
onError: (M) => {
|
|
31557
31557
|
console.error(M);
|
|
31558
31558
|
}
|
|
@@ -31661,7 +31661,7 @@ uy || (uy = function(t) {
|
|
|
31661
31661
|
r[o - 1] = arguments[o];
|
|
31662
31662
|
return new t(...r);
|
|
31663
31663
|
});
|
|
31664
|
-
const
|
|
31664
|
+
const oh = Or(Array.prototype.forEach), RD = Or(Array.prototype.lastIndexOf), oS = Or(Array.prototype.pop), Vf = Or(Array.prototype.push), PD = Or(Array.prototype.splice), bh = Or(String.prototype.toLowerCase), Cv = Or(String.prototype.toString), Ev = Or(String.prototype.match), Kf = Or(String.prototype.replace), ID = Or(String.prototype.indexOf), OD = Or(String.prototype.trim), Fo = Or(Object.prototype.hasOwnProperty), Ar = Or(RegExp.prototype.test), Yf = MD(TypeError);
|
|
31665
31665
|
function Or(e) {
|
|
31666
31666
|
return function(t) {
|
|
31667
31667
|
t instanceof RegExp && (t.lastIndex = 0);
|
|
@@ -31678,7 +31678,7 @@ function MD(e) {
|
|
|
31678
31678
|
};
|
|
31679
31679
|
}
|
|
31680
31680
|
function dt(e, t) {
|
|
31681
|
-
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] :
|
|
31681
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : bh;
|
|
31682
31682
|
rS && rS(e, null);
|
|
31683
31683
|
let r = t.length;
|
|
31684
31684
|
for (; r--; ) {
|
|
@@ -31718,7 +31718,7 @@ function Gf(e, t) {
|
|
|
31718
31718
|
}
|
|
31719
31719
|
return n;
|
|
31720
31720
|
}
|
|
31721
|
-
const iS = Ir(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "search", "section", "select", "shadow", "slot", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), kv = Ir(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "enterkeyhint", "exportparts", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "inputmode", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "part", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), Tv = Ir(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), LD = Ir(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), _v = Ir(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), DD = Ir(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), aS = Ir(["#text"]), sS = Ir(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "exportparts", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inert", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "part", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "slot", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]), Rv = Ir(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "mask-type", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), lS = Ir(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]),
|
|
31721
|
+
const iS = Ir(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "search", "section", "select", "shadow", "slot", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), kv = Ir(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "enterkeyhint", "exportparts", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "inputmode", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "part", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), Tv = Ir(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), LD = Ir(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), _v = Ir(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), DD = Ir(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), aS = Ir(["#text"]), sS = Ir(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "exportparts", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inert", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "part", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "slot", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]), Rv = Ir(["accent-height", "accumulate", "additive", "alignment-baseline", "amplitude", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "exponent", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "intercept", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "mask-type", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "slope", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "tablevalues", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), lS = Ir(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), ih = Ir(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), FD = xo(/\{\{[\w\W]*|[\w\W]*\}\}/gm), zD = xo(/<%[\w\W]*|[\w\W]*%>/gm), BD = xo(/\$\{[\w\W]*/gm), UD = xo(/^data-[\-\w.\u00B7-\uFFFF]+$/), jD = xo(/^aria-[\-\w]+$/), zk = xo(
|
|
31722
31722
|
/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
|
|
31723
31723
|
// eslint-disable-line no-useless-escape
|
|
31724
31724
|
), $D = xo(/^(?:\w+script|data):/i), WD = xo(
|
|
@@ -31828,7 +31828,7 @@ function Uk() {
|
|
|
31828
31828
|
} = cS, ne = null;
|
|
31829
31829
|
const ce = dt({}, [...iS, ...kv, ...Tv, ..._v, ...aS]);
|
|
31830
31830
|
let he = null;
|
|
31831
|
-
const ke = dt({}, [...sS, ...Rv, ...lS, ...
|
|
31831
|
+
const ke = dt({}, [...sS, ...Rv, ...lS, ...ih]);
|
|
31832
31832
|
let fe = Object.seal(ly(null, {
|
|
31833
31833
|
tagNameCheck: {
|
|
31834
31834
|
writable: !0,
|
|
@@ -31884,7 +31884,7 @@ function Uk() {
|
|
|
31884
31884
|
let K = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
31885
31885
|
if (!(jn && jn === K)) {
|
|
31886
31886
|
if ((!K || typeof K != "object") && (K = {}), K = oi(K), _n = // eslint-disable-next-line unicorn/prefer-includes
|
|
31887
|
-
oo.indexOf(K.PARSER_MEDIA_TYPE) === -1 ? Vr : K.PARSER_MEDIA_TYPE, yt = _n === "application/xhtml+xml" ? Cv :
|
|
31887
|
+
oo.indexOf(K.PARSER_MEDIA_TYPE) === -1 ? Vr : K.PARSER_MEDIA_TYPE, yt = _n === "application/xhtml+xml" ? Cv : bh, ne = Fo(K, "ALLOWED_TAGS") ? dt({}, K.ALLOWED_TAGS, yt) : ce, he = Fo(K, "ALLOWED_ATTR") ? dt({}, K.ALLOWED_ATTR, yt) : ke, ro = Fo(K, "ALLOWED_NAMESPACES") ? dt({}, K.ALLOWED_NAMESPACES, Cv) : cn, tr = Fo(K, "ADD_URI_SAFE_ATTR") ? dt(oi(kn), K.ADD_URI_SAFE_ATTR, yt) : kn, er = Fo(K, "ADD_DATA_URI_TAGS") ? dt(oi(nn), K.ADD_DATA_URI_TAGS, yt) : nn, Qt = Fo(K, "FORBID_CONTENTS") ? dt({}, K.FORBID_CONTENTS, yt) : St, ge = Fo(K, "FORBID_TAGS") ? dt({}, K.FORBID_TAGS, yt) : oi({}), Te = Fo(K, "FORBID_ATTR") ? dt({}, K.FORBID_ATTR, yt) : oi({}), tn = Fo(K, "USE_PROFILES") ? K.USE_PROFILES : !1, Be = K.ALLOW_ARIA_ATTR !== !1, Ue = K.ALLOW_DATA_ATTR !== !1, Je = K.ALLOW_UNKNOWN_PROTOCOLS || !1, Ee = K.ALLOW_SELF_CLOSE_IN_ATTR !== !1, nt = K.SAFE_FOR_TEMPLATES || !1, wt = K.SAFE_FOR_XML !== !1, jt = K.WHOLE_DOCUMENT || !1, Gt = K.RETURN_DOM || !1, hn = K.RETURN_DOM_FRAGMENT || !1, En = K.RETURN_TRUSTED_TYPE || !1, Mr = K.FORCE_BODY || !1, Me = K.SANITIZE_DOM !== !1, rt = K.SANITIZE_NAMED_PROPS || !1, ft = K.KEEP_CONTENT !== !1, zt = K.IN_PLACE || !1, te = K.ALLOWED_URI_REGEXP || zk, gn = K.NAMESPACE || mn, vn = K.MATHML_TEXT_INTEGRATION_POINTS || vn, Un = K.HTML_INTEGRATION_POINTS || Un, fe = K.CUSTOM_ELEMENT_HANDLING || {}, K.CUSTOM_ELEMENT_HANDLING && Zt(K.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (fe.tagNameCheck = K.CUSTOM_ELEMENT_HANDLING.tagNameCheck), K.CUSTOM_ELEMENT_HANDLING && Zt(K.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (fe.attributeNameCheck = K.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), K.CUSTOM_ELEMENT_HANDLING && typeof K.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (fe.allowCustomizedBuiltInElements = K.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), nt && (Ue = !1), hn && (Gt = !0), tn && (ne = dt({}, aS), he = [], tn.html === !0 && (dt(ne, iS), dt(he, sS)), tn.svg === !0 && (dt(ne, kv), dt(he, Rv), dt(he, ih)), tn.svgFilters === !0 && (dt(ne, Tv), dt(he, Rv), dt(he, ih)), tn.mathMl === !0 && (dt(ne, _v), dt(he, lS), dt(he, ih))), K.ADD_TAGS && (typeof K.ADD_TAGS == "function" ? ze.tagCheck = K.ADD_TAGS : (ne === ce && (ne = oi(ne)), dt(ne, K.ADD_TAGS, yt))), K.ADD_ATTR && (typeof K.ADD_ATTR == "function" ? ze.attributeCheck = K.ADD_ATTR : (he === ke && (he = oi(he)), dt(he, K.ADD_ATTR, yt))), K.ADD_URI_SAFE_ATTR && dt(tr, K.ADD_URI_SAFE_ATTR, yt), K.FORBID_CONTENTS && (Qt === St && (Qt = oi(Qt)), dt(Qt, K.FORBID_CONTENTS, yt)), K.ADD_FORBID_CONTENTS && (Qt === St && (Qt = oi(Qt)), dt(Qt, K.ADD_FORBID_CONTENTS, yt)), ft && (ne["#text"] = !0), jt && dt(ne, ["html", "head", "body"]), ne.table && (dt(ne, ["tbody"]), delete ge.tbody), K.TRUSTED_TYPES_POLICY) {
|
|
31888
31888
|
if (typeof K.TRUSTED_TYPES_POLICY.createHTML != "function")
|
|
31889
31889
|
throw Yf('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
|
|
31890
31890
|
if (typeof K.TRUSTED_TYPES_POLICY.createScriptURL != "function")
|
|
@@ -31900,7 +31900,7 @@ function Uk() {
|
|
|
31900
31900
|
namespaceURI: gn,
|
|
31901
31901
|
tagName: "template"
|
|
31902
31902
|
});
|
|
31903
|
-
const Fe =
|
|
31903
|
+
const Fe = bh(K.tagName), At = bh(pe.tagName);
|
|
31904
31904
|
return ro[K.namespaceURI] ? K.namespaceURI === nr ? pe.namespaceURI === mn ? Fe === "svg" : pe.namespaceURI === Tn ? Fe === "svg" && (At === "annotation-xml" || vn[At]) : !!io[Fe] : K.namespaceURI === Tn ? pe.namespaceURI === mn ? Fe === "math" : pe.namespaceURI === nr ? Fe === "math" && Un[At] : !!Eo[Fe] : K.namespaceURI === mn ? pe.namespaceURI === nr && !Un[At] || pe.namespaceURI === Tn && !vn[At] ? !1 : !Eo[Fe] && (pt[Fe] || !io[Fe]) : !!(_n === "application/xhtml+xml" && ro[K.namespaceURI]) : !1;
|
|
31905
31905
|
}, un = function(K) {
|
|
31906
31906
|
Vf(t.removed, {
|
|
@@ -31972,7 +31972,7 @@ function Uk() {
|
|
|
31972
31972
|
return typeof c == "function" && K instanceof c;
|
|
31973
31973
|
};
|
|
31974
31974
|
function rn(De, K, pe) {
|
|
31975
|
-
|
|
31975
|
+
oh(De, (Fe) => {
|
|
31976
31976
|
Fe.call(t, K, pe, jn);
|
|
31977
31977
|
});
|
|
31978
31978
|
}
|
|
@@ -32001,7 +32001,7 @@ function Uk() {
|
|
|
32001
32001
|
}
|
|
32002
32002
|
return un(K), !0;
|
|
32003
32003
|
}
|
|
32004
|
-
return K instanceof u && !Ht(K) || (Fe === "noscript" || Fe === "noembed" || Fe === "noframes") && Ar(/<\/no(script|embed|frames)/i, K.innerHTML) ? (un(K), !0) : (nt && K.nodeType === Qf.text && (pe = K.textContent,
|
|
32004
|
+
return K instanceof u && !Ht(K) || (Fe === "noscript" || Fe === "noembed" || Fe === "noframes") && Ar(/<\/no(script|embed|frames)/i, K.innerHTML) ? (un(K), !0) : (nt && K.nodeType === Qf.text && (pe = K.textContent, oh([de, oe, ae], (At) => {
|
|
32005
32005
|
pe = Kf(pe, At, " ");
|
|
32006
32006
|
}), K.textContent !== pe && (Vf(t.removed, {
|
|
32007
32007
|
element: K.cloneNode()
|
|
@@ -32077,7 +32077,7 @@ function Uk() {
|
|
|
32077
32077
|
pr(qe, K);
|
|
32078
32078
|
continue;
|
|
32079
32079
|
}
|
|
32080
|
-
nt &&
|
|
32080
|
+
nt && oh([de, oe, ae], (sn) => {
|
|
32081
32081
|
Ct = Kf(Ct, sn, " ");
|
|
32082
32082
|
});
|
|
32083
32083
|
const Hn = yt(K.nodeName);
|
|
@@ -32152,7 +32152,7 @@ function Uk() {
|
|
|
32152
32152
|
}
|
|
32153
32153
|
let Nt = jt ? pe.outerHTML : pe.innerHTML;
|
|
32154
32154
|
return jt && ne["!doctype"] && pe.ownerDocument && pe.ownerDocument.doctype && pe.ownerDocument.doctype.name && Ar(Bk, pe.ownerDocument.doctype.name) && (Nt = "<!DOCTYPE " + pe.ownerDocument.doctype.name + `>
|
|
32155
|
-
` + Nt), nt &&
|
|
32155
|
+
` + Nt), nt && oh([de, oe, ae], (Jt) => {
|
|
32156
32156
|
Nt = Kf(Nt, Jt, " ");
|
|
32157
32157
|
}), L && En ? L.createHTML(Nt) : Nt;
|
|
32158
32158
|
}, t.setConfig = function() {
|
|
@@ -32180,7 +32180,7 @@ function Uk() {
|
|
|
32180
32180
|
}
|
|
32181
32181
|
var fy = Uk();
|
|
32182
32182
|
const dy = (e) => btoa(String.fromCharCode(...new TextEncoder().encode(e))), Pv = (e) => atob(e);
|
|
32183
|
-
function
|
|
32183
|
+
function xh(e) {
|
|
32184
32184
|
return e ? e.replace(/<[^>]*>/g, "").replace(/ /g, " ").trim().length === 0 : !0;
|
|
32185
32185
|
}
|
|
32186
32186
|
const YD = ({
|
|
@@ -32190,10 +32190,10 @@ const YD = ({
|
|
|
32190
32190
|
/* @__PURE__ */ W(
|
|
32191
32191
|
"img",
|
|
32192
32192
|
{
|
|
32193
|
-
src:
|
|
32194
|
-
onClick: () => t(
|
|
32193
|
+
src: yh(e),
|
|
32194
|
+
onClick: () => t(yh(e)),
|
|
32195
32195
|
onKeyDown: (n) => {
|
|
32196
|
-
n.key === "Enter" && t(
|
|
32196
|
+
n.key === "Enter" && t(yh(e));
|
|
32197
32197
|
},
|
|
32198
32198
|
alt: e.name,
|
|
32199
32199
|
className: "w-full h-full object-cover rounded-md object-center cursor-zoom-in"
|
|
@@ -32209,7 +32209,7 @@ const YD = ({
|
|
|
32209
32209
|
/* @__PURE__ */ W(
|
|
32210
32210
|
"a",
|
|
32211
32211
|
{
|
|
32212
|
-
href:
|
|
32212
|
+
href: yh(e),
|
|
32213
32213
|
className: "text-sm text-blue-600 underline",
|
|
32214
32214
|
download: !0,
|
|
32215
32215
|
target: "_blank",
|
|
@@ -32342,7 +32342,7 @@ const YD = ({
|
|
|
32342
32342
|
color: "primary",
|
|
32343
32343
|
onClick: U,
|
|
32344
32344
|
title: "Save edit",
|
|
32345
|
-
disabled:
|
|
32345
|
+
disabled: xh(C),
|
|
32346
32346
|
children: "Save"
|
|
32347
32347
|
}
|
|
32348
32348
|
)
|
|
@@ -32649,13 +32649,13 @@ const YD = ({
|
|
|
32649
32649
|
}, U = (Y) => {
|
|
32650
32650
|
h(Y);
|
|
32651
32651
|
}, F = async () => {
|
|
32652
|
-
if (!A.length &&
|
|
32652
|
+
if (!A.length && xh(u) || !o)
|
|
32653
32653
|
return;
|
|
32654
32654
|
A.length > 0 && C([]);
|
|
32655
32655
|
const Y = fy.sanitize(u);
|
|
32656
32656
|
f(""), w((J) => J + 1), await R({
|
|
32657
32657
|
action: "add",
|
|
32658
|
-
comment: A.length > 0 &&
|
|
32658
|
+
comment: A.length > 0 && xh(u) ? O() : Y,
|
|
32659
32659
|
username: E || "",
|
|
32660
32660
|
commentType: m,
|
|
32661
32661
|
timezone: Intl.DateTimeFormat().resolvedOptions().timeZone,
|
|
@@ -32764,7 +32764,7 @@ const YD = ({
|
|
|
32764
32764
|
{
|
|
32765
32765
|
attachments: A,
|
|
32766
32766
|
onChange: f,
|
|
32767
|
-
containerClassName: "
|
|
32767
|
+
containerClassName: "bg-white",
|
|
32768
32768
|
clearKey: v,
|
|
32769
32769
|
commentType: m,
|
|
32770
32770
|
onCommentTypeChange: U,
|
|
@@ -32779,7 +32779,7 @@ const YD = ({
|
|
|
32779
32779
|
size: "normalCollapse",
|
|
32780
32780
|
title: "Send comment",
|
|
32781
32781
|
onClick: F,
|
|
32782
|
-
disabled:
|
|
32782
|
+
disabled: xh(u) && A.length === 0,
|
|
32783
32783
|
children: /* @__PURE__ */ W(it, { icon: nD })
|
|
32784
32784
|
}
|
|
32785
32785
|
)
|
|
@@ -32811,7 +32811,7 @@ const YD = ({
|
|
|
32811
32811
|
const { queryClient: n, username: r } = Ai(), o = async () => await fS({
|
|
32812
32812
|
taskInstanceId: e.toString(),
|
|
32813
32813
|
username: r || ""
|
|
32814
|
-
}), i = ["comments", +e], s =
|
|
32814
|
+
}), i = ["comments", +e], s = qh(
|
|
32815
32815
|
{
|
|
32816
32816
|
queryKey: i,
|
|
32817
32817
|
queryFn: o,
|
|
@@ -32876,19 +32876,22 @@ const YD = ({
|
|
|
32876
32876
|
children: [
|
|
32877
32877
|
t,
|
|
32878
32878
|
cs(
|
|
32879
|
-
/* @__PURE__ */
|
|
32880
|
-
|
|
32881
|
-
{
|
|
32882
|
-
|
|
32883
|
-
|
|
32884
|
-
|
|
32885
|
-
|
|
32886
|
-
|
|
32887
|
-
|
|
32888
|
-
|
|
32889
|
-
|
|
32890
|
-
|
|
32891
|
-
|
|
32879
|
+
/* @__PURE__ */ Ne(Od.div, { style: { position: "relative", zIndex: 2147483646 }, children: [
|
|
32880
|
+
/* @__PURE__ */ W("style", { children: Md }),
|
|
32881
|
+
/* @__PURE__ */ W("div", { className: "confidence-playbook", children: /* @__PURE__ */ W(
|
|
32882
|
+
rF,
|
|
32883
|
+
{
|
|
32884
|
+
playbookInstanceId: e,
|
|
32885
|
+
comments: c,
|
|
32886
|
+
onClose: () => r(null),
|
|
32887
|
+
isOpen: !!o,
|
|
32888
|
+
taskName: i,
|
|
32889
|
+
taskInstanceId: o,
|
|
32890
|
+
isLoading: u,
|
|
32891
|
+
taskVerification: s
|
|
32892
|
+
}
|
|
32893
|
+
) })
|
|
32894
|
+
] }),
|
|
32892
32895
|
i6
|
|
32893
32896
|
)
|
|
32894
32897
|
]
|
|
@@ -33372,7 +33375,7 @@ const cF = ({
|
|
|
33372
33375
|
null
|
|
33373
33376
|
);
|
|
33374
33377
|
return /* @__PURE__ */ Ne(sr, { children: [
|
|
33375
|
-
/* @__PURE__ */ Ne(
|
|
33378
|
+
/* @__PURE__ */ Ne(Od.div, { children: [
|
|
33376
33379
|
/* @__PURE__ */ W(
|
|
33377
33380
|
CR,
|
|
33378
33381
|
{
|
|
@@ -33383,7 +33386,7 @@ const cF = ({
|
|
|
33383
33386
|
btnColor: o
|
|
33384
33387
|
}
|
|
33385
33388
|
),
|
|
33386
|
-
/* @__PURE__ */ W("style", { type: "text/css", children:
|
|
33389
|
+
/* @__PURE__ */ W("style", { type: "text/css", children: Md })
|
|
33387
33390
|
] }),
|
|
33388
33391
|
i && /* @__PURE__ */ W(
|
|
33389
33392
|
gs,
|
|
@@ -33412,15 +33415,15 @@ gs.AutoInstantiated = fF;
|
|
|
33412
33415
|
gs.WithInstantiateButton = dF;
|
|
33413
33416
|
const pF = (e) => cs(
|
|
33414
33417
|
// SelfShadowComponent z-index is 2147483646 to ensure it is always on top of other elements (except CommentBoxRoot)
|
|
33415
|
-
/* @__PURE__ */ Ne(
|
|
33416
|
-
/* @__PURE__ */ W("style", { children:
|
|
33418
|
+
/* @__PURE__ */ Ne(Od.div, { style: { position: "relative", zIndex: 2147483646 }, children: [
|
|
33419
|
+
/* @__PURE__ */ W("style", { children: Md }),
|
|
33417
33420
|
/* @__PURE__ */ W(gs, { ...e })
|
|
33418
33421
|
] }),
|
|
33419
33422
|
document.body
|
|
33420
33423
|
), hF = (e) => cs(
|
|
33421
33424
|
// SelfShadowComponent z-index is 2147483646 to ensure it is always on top of other elements (except CommentBoxRoot)
|
|
33422
|
-
/* @__PURE__ */ Ne(
|
|
33423
|
-
/* @__PURE__ */ W("style", { children:
|
|
33425
|
+
/* @__PURE__ */ Ne(Od.div, { style: { position: "relative", zIndex: 2147483646 }, children: [
|
|
33426
|
+
/* @__PURE__ */ W("style", { children: Md }),
|
|
33424
33427
|
/* @__PURE__ */ W(gs.AutoInstantiated, { ...e })
|
|
33425
33428
|
] }),
|
|
33426
33429
|
document.body
|