@incodetech/web 0.0.0-dev-20260126-4504c5b

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.
Files changed (48) hide show
  1. package/dist/aligndevicelottie-DlQCRPfM.js +29 -0
  2. package/dist/backdevicelottie-B4NgyWmX.js +29 -0
  3. package/dist/base.css +1634 -0
  4. package/dist/baseTutorial-Be85FuyO.js +383 -0
  5. package/dist/blurdevicelottie-_BZRug1c.js +29 -0
  6. package/dist/browser-ponyfill-B6W6hHVY.js +344 -0
  7. package/dist/email/email.es.js +137 -0
  8. package/dist/email/styles.css +123 -0
  9. package/dist/flip-animation-COR596wy.js +29 -0
  10. package/dist/flow/flow.es.js +540 -0
  11. package/dist/flow/styles.css +3204 -0
  12. package/dist/frontdevicelottie-KhKxT5n9.js +29 -0
  13. package/dist/glaredevicelottie-DLuIStvb.js +29 -0
  14. package/dist/id/id.es.js +1497 -0
  15. package/dist/id/styles.css +1587 -0
  16. package/dist/id-laser-h-BBV3r3rz.js +29 -0
  17. package/dist/id-laser-v-BTHJaSfx.js +29 -0
  18. package/dist/id-tutorial-B-F5Q28m.js +29 -0
  19. package/dist/incodeModule-DR92HDjR.js +257 -0
  20. package/dist/index.es.js +6 -0
  21. package/dist/instance-B-q0ZREN.js +2140 -0
  22. package/dist/otpInput-Dm1LhnDm.js +151 -0
  23. package/dist/page-CITAo3qf.js +189 -0
  24. package/dist/passport-tutorial-CaYBFTqt.js +29 -0
  25. package/dist/phone/phone.es.js +3442 -0
  26. package/dist/phone/styles.css +305 -0
  27. package/dist/selfie/selfie.es.js +570 -0
  28. package/dist/selfie/styles.css +638 -0
  29. package/dist/selfieTutorial-Dm_p0ke9.js +29 -0
  30. package/dist/setup-BhetRn4n.js +20 -0
  31. package/dist/spinner-CQtj_FFo.js +65 -0
  32. package/dist/themes/dark.css +797 -0
  33. package/dist/themes/light.css +688 -0
  34. package/dist/types/base.d.ts +1 -0
  35. package/dist/types/dark.d.ts +1 -0
  36. package/dist/types/email.d.ts +57 -0
  37. package/dist/types/flow.d.ts +69 -0
  38. package/dist/types/id.d.ts +34 -0
  39. package/dist/types/index.d.ts +38 -0
  40. package/dist/types/light.d.ts +1 -0
  41. package/dist/types/phone.d.ts +58 -0
  42. package/dist/types/selfie.d.ts +31 -0
  43. package/dist/types/styles.d.ts +1 -0
  44. package/dist/types/themes/dark.d.ts +1 -0
  45. package/dist/types/themes/light.d.ts +1 -0
  46. package/dist/uiConfig-DEqynrWx.js +23 -0
  47. package/dist/vendor-preact-CjD4WiuC.js +593 -0
  48. package/package.json +100 -0
@@ -0,0 +1,593 @@
1
+ var M, s, C_, x, u_, E_, U_, A_, t_, Q, X, F = {}, T_ = [], z_ = /acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i, O = Array.isArray;
2
+ function w(_, e) {
3
+ for (var t in e) _[t] = e[t];
4
+ return _;
5
+ }
6
+ function n_(_) {
7
+ _ && _.parentNode && _.parentNode.removeChild(_);
8
+ }
9
+ function Y(_, e, t) {
10
+ var n, r, o, i = {};
11
+ for (o in e) o == "key" ? n = e[o] : o == "ref" ? r = e[o] : i[o] = e[o];
12
+ if (arguments.length > 2 && (i.children = arguments.length > 3 ? M.call(arguments, 2) : t), typeof _ == "function" && _.defaultProps != null) for (o in _.defaultProps) i[o] === void 0 && (i[o] = _.defaultProps[o]);
13
+ return D(_, i, n, r, null);
14
+ }
15
+ function D(_, e, t, n, r) {
16
+ var o = { type: _, props: e, key: t, ref: n, __k: null, __: null, __b: 0, __e: null, __c: null, constructor: void 0, __v: r ?? ++C_, __i: -1, __u: 0 };
17
+ return r == null && s.vnode != null && s.vnode(o), o;
18
+ }
19
+ function E(_) {
20
+ return _.children;
21
+ }
22
+ function P(_, e) {
23
+ this.props = _, this.context = e;
24
+ }
25
+ function U(_, e) {
26
+ if (e == null) return _.__ ? U(_.__, _.__i + 1) : null;
27
+ for (var t; e < _.__k.length; e++) if ((t = _.__k[e]) != null && t.__e != null) return t.__e;
28
+ return typeof _.type == "function" ? U(_) : null;
29
+ }
30
+ function D_(_) {
31
+ var e, t;
32
+ if ((_ = _.__) != null && _.__c != null) {
33
+ for (_.__e = _.__c.base = null, e = 0; e < _.__k.length; e++) if ((t = _.__k[e]) != null && t.__e != null) {
34
+ _.__e = _.__c.base = t.__e;
35
+ break;
36
+ }
37
+ return D_(_);
38
+ }
39
+ }
40
+ function a_(_) {
41
+ (!_.__d && (_.__d = !0) && x.push(_) && !V.__r++ || u_ != s.debounceRendering) && ((u_ = s.debounceRendering) || E_)(V);
42
+ }
43
+ function V() {
44
+ for (var _, e, t, n, r, o, i, a = 1; x.length; ) x.length > a && x.sort(U_), _ = x.shift(), a = x.length, _.__d && (t = void 0, n = void 0, r = (n = (e = _).__v).__e, o = [], i = [], e.__P && ((t = w({}, n)).__v = n.__v + 1, s.vnode && s.vnode(t), r_(e.__P, t, n, e.__n, e.__P.namespaceURI, 32 & n.__u ? [r] : null, o, r ?? U(n), !!(32 & n.__u), i), t.__v = n.__v, t.__.__k[t.__i] = t, O_(o, t, i), n.__e = n.__ = null, t.__e != r && D_(t)));
45
+ V.__r = 0;
46
+ }
47
+ function F_(_, e, t, n, r, o, i, a, c, u, p) {
48
+ var l, h, f, g, k, b, v, d = n && n.__k || T_, S = e.length;
49
+ for (c = G_(t, e, d, c, S), l = 0; l < S; l++) (f = t.__k[l]) != null && (h = f.__i == -1 ? F : d[f.__i] || F, f.__i = l, b = r_(_, f, h, r, o, i, a, c, u, p), g = f.__e, f.ref && h.ref != f.ref && (h.ref && o_(h.ref, null, f), p.push(f.ref, f.__c || g, f)), k == null && g != null && (k = g), (v = !!(4 & f.__u)) || h.__k === f.__k ? c = M_(f, c, _, v) : typeof f.type == "function" && b !== void 0 ? c = b : g && (c = g.nextSibling), f.__u &= -7);
50
+ return t.__e = k, c;
51
+ }
52
+ function G_(_, e, t, n, r) {
53
+ var o, i, a, c, u, p = t.length, l = p, h = 0;
54
+ for (_.__k = new Array(r), o = 0; o < r; o++) (i = e[o]) != null && typeof i != "boolean" && typeof i != "function" ? (c = o + h, (i = _.__k[o] = typeof i == "string" || typeof i == "number" || typeof i == "bigint" || i.constructor == String ? D(null, i, null, null, null) : O(i) ? D(E, { children: i }, null, null, null) : i.constructor == null && i.__b > 0 ? D(i.type, i.props, i.key, i.ref ? i.ref : null, i.__v) : i).__ = _, i.__b = _.__b + 1, a = null, (u = i.__i = J_(i, t, c, l)) != -1 && (l--, (a = t[u]) && (a.__u |= 2)), a == null || a.__v == null ? (u == -1 && (r > p ? h-- : r < p && h++), typeof i.type != "function" && (i.__u |= 4)) : u != c && (u == c - 1 ? h-- : u == c + 1 ? h++ : (u > c ? h-- : h++, i.__u |= 4))) : _.__k[o] = null;
55
+ if (l) for (o = 0; o < p; o++) (a = t[o]) != null && (2 & a.__u) == 0 && (a.__e == n && (n = U(a)), W_(a, a));
56
+ return n;
57
+ }
58
+ function M_(_, e, t, n) {
59
+ var r, o;
60
+ if (typeof _.type == "function") {
61
+ for (r = _.__k, o = 0; r && o < r.length; o++) r[o] && (r[o].__ = _, e = M_(r[o], e, t, n));
62
+ return e;
63
+ }
64
+ _.__e != e && (n && (e && _.type && !e.parentNode && (e = U(_)), t.insertBefore(_.__e, e || null)), e = _.__e);
65
+ do
66
+ e = e && e.nextSibling;
67
+ while (e != null && e.nodeType == 8);
68
+ return e;
69
+ }
70
+ function q(_, e) {
71
+ return e = e || [], _ == null || typeof _ == "boolean" || (O(_) ? _.some(function(t) {
72
+ q(t, e);
73
+ }) : e.push(_)), e;
74
+ }
75
+ function J_(_, e, t, n) {
76
+ var r, o, i, a = _.key, c = _.type, u = e[t], p = u != null && (2 & u.__u) == 0;
77
+ if (u === null && _.key == null || p && a == u.key && c == u.type) return t;
78
+ if (n > (p ? 1 : 0)) {
79
+ for (r = t - 1, o = t + 1; r >= 0 || o < e.length; ) if ((u = e[i = r >= 0 ? r-- : o++]) != null && (2 & u.__u) == 0 && a == u.key && c == u.type) return i;
80
+ }
81
+ return -1;
82
+ }
83
+ function c_(_, e, t) {
84
+ e[0] == "-" ? _.setProperty(e, t ?? "") : _[e] = t == null ? "" : typeof t != "number" || z_.test(e) ? t : t + "px";
85
+ }
86
+ function j(_, e, t, n, r) {
87
+ var o, i;
88
+ _: if (e == "style") if (typeof t == "string") _.style.cssText = t;
89
+ else {
90
+ if (typeof n == "string" && (_.style.cssText = n = ""), n) for (e in n) t && e in t || c_(_.style, e, "");
91
+ if (t) for (e in t) n && t[e] == n[e] || c_(_.style, e, t[e]);
92
+ }
93
+ else if (e[0] == "o" && e[1] == "n") o = e != (e = e.replace(A_, "$1")), i = e.toLowerCase(), e = i in _ || e == "onFocusOut" || e == "onFocusIn" ? i.slice(2) : e.slice(2), _.l || (_.l = {}), _.l[e + o] = t, t ? n ? t.u = n.u : (t.u = t_, _.addEventListener(e, o ? X : Q, o)) : _.removeEventListener(e, o ? X : Q, o);
94
+ else {
95
+ if (r == "http://www.w3.org/2000/svg") e = e.replace(/xlink(H|:h)/, "h").replace(/sName$/, "s");
96
+ else if (e != "width" && e != "height" && e != "href" && e != "list" && e != "form" && e != "tabIndex" && e != "download" && e != "rowSpan" && e != "colSpan" && e != "role" && e != "popover" && e in _) try {
97
+ _[e] = t ?? "";
98
+ break _;
99
+ } catch {
100
+ }
101
+ typeof t == "function" || (t == null || t === !1 && e[4] != "-" ? _.removeAttribute(e) : _.setAttribute(e, e == "popover" && t == 1 ? "" : t));
102
+ }
103
+ }
104
+ function f_(_) {
105
+ return function(e) {
106
+ if (this.l) {
107
+ var t = this.l[e.type + _];
108
+ if (e.t == null) e.t = t_++;
109
+ else if (e.t < t.u) return;
110
+ return t(s.event ? s.event(e) : e);
111
+ }
112
+ };
113
+ }
114
+ function r_(_, e, t, n, r, o, i, a, c, u) {
115
+ var p, l, h, f, g, k, b, v, d, S, H, W, A, i_, L, T, G, $ = e.type;
116
+ if (e.constructor != null) return null;
117
+ 128 & t.__u && (c = !!(32 & t.__u), o = [a = e.__e = t.__e]), (p = s.__b) && p(e);
118
+ _: if (typeof $ == "function") try {
119
+ if (v = e.props, d = "prototype" in $ && $.prototype.render, S = (p = $.contextType) && n[p.__c], H = p ? S ? S.props.value : p.__ : n, t.__c ? b = (l = e.__c = t.__c).__ = l.__E : (d ? e.__c = l = new $(v, H) : (e.__c = l = new P(v, H), l.constructor = $, l.render = Z_), S && S.sub(l), l.props = v, l.state || (l.state = {}), l.context = H, l.__n = n, h = l.__d = !0, l.__h = [], l._sb = []), d && l.__s == null && (l.__s = l.state), d && $.getDerivedStateFromProps != null && (l.__s == l.state && (l.__s = w({}, l.__s)), w(l.__s, $.getDerivedStateFromProps(v, l.__s))), f = l.props, g = l.state, l.__v = e, h) d && $.getDerivedStateFromProps == null && l.componentWillMount != null && l.componentWillMount(), d && l.componentDidMount != null && l.__h.push(l.componentDidMount);
120
+ else {
121
+ if (d && $.getDerivedStateFromProps == null && v !== f && l.componentWillReceiveProps != null && l.componentWillReceiveProps(v, H), !l.__e && l.shouldComponentUpdate != null && l.shouldComponentUpdate(v, l.__s, H) === !1 || e.__v == t.__v) {
122
+ for (e.__v != t.__v && (l.props = v, l.state = l.__s, l.__d = !1), e.__e = t.__e, e.__k = t.__k, e.__k.some(function(C) {
123
+ C && (C.__ = e);
124
+ }), W = 0; W < l._sb.length; W++) l.__h.push(l._sb[W]);
125
+ l._sb = [], l.__h.length && i.push(l);
126
+ break _;
127
+ }
128
+ l.componentWillUpdate != null && l.componentWillUpdate(v, l.__s, H), d && l.componentDidUpdate != null && l.__h.push(function() {
129
+ l.componentDidUpdate(f, g, k);
130
+ });
131
+ }
132
+ if (l.context = H, l.props = v, l.__P = _, l.__e = !1, A = s.__r, i_ = 0, d) {
133
+ for (l.state = l.__s, l.__d = !1, A && A(e), p = l.render(l.props, l.state, l.context), L = 0; L < l._sb.length; L++) l.__h.push(l._sb[L]);
134
+ l._sb = [];
135
+ } else do
136
+ l.__d = !1, A && A(e), p = l.render(l.props, l.state, l.context), l.state = l.__s;
137
+ while (l.__d && ++i_ < 25);
138
+ l.state = l.__s, l.getChildContext != null && (n = w(w({}, n), l.getChildContext())), d && !h && l.getSnapshotBeforeUpdate != null && (k = l.getSnapshotBeforeUpdate(f, g)), T = p, p != null && p.type === E && p.key == null && (T = R_(p.props.children)), a = F_(_, O(T) ? T : [T], e, t, n, r, o, i, a, c, u), l.base = e.__e, e.__u &= -161, l.__h.length && i.push(l), b && (l.__E = l.__ = null);
139
+ } catch (C) {
140
+ if (e.__v = null, c || o != null) if (C.then) {
141
+ for (e.__u |= c ? 160 : 128; a && a.nodeType == 8 && a.nextSibling; ) a = a.nextSibling;
142
+ o[o.indexOf(a)] = null, e.__e = a;
143
+ } else {
144
+ for (G = o.length; G--; ) n_(o[G]);
145
+ __(e);
146
+ }
147
+ else e.__e = t.__e, e.__k = t.__k, C.then || __(e);
148
+ s.__e(C, e, t);
149
+ }
150
+ else o == null && e.__v == t.__v ? (e.__k = t.__k, e.__e = t.__e) : a = e.__e = K_(t.__e, e, t, n, r, o, i, c, u);
151
+ return (p = s.diffed) && p(e), 128 & e.__u ? void 0 : a;
152
+ }
153
+ function __(_) {
154
+ _ && _.__c && (_.__c.__e = !0), _ && _.__k && _.__k.forEach(__);
155
+ }
156
+ function O_(_, e, t) {
157
+ for (var n = 0; n < t.length; n++) o_(t[n], t[++n], t[++n]);
158
+ s.__c && s.__c(e, _), _.some(function(r) {
159
+ try {
160
+ _ = r.__h, r.__h = [], _.some(function(o) {
161
+ o.call(r);
162
+ });
163
+ } catch (o) {
164
+ s.__e(o, r.__v);
165
+ }
166
+ });
167
+ }
168
+ function R_(_) {
169
+ return typeof _ != "object" || _ == null || _.__b && _.__b > 0 ? _ : O(_) ? _.map(R_) : w({}, _);
170
+ }
171
+ function K_(_, e, t, n, r, o, i, a, c) {
172
+ var u, p, l, h, f, g, k, b = t.props, v = e.props, d = e.type;
173
+ if (d == "svg" ? r = "http://www.w3.org/2000/svg" : d == "math" ? r = "http://www.w3.org/1998/Math/MathML" : r || (r = "http://www.w3.org/1999/xhtml"), o != null) {
174
+ for (u = 0; u < o.length; u++) if ((f = o[u]) && "setAttribute" in f == !!d && (d ? f.localName == d : f.nodeType == 3)) {
175
+ _ = f, o[u] = null;
176
+ break;
177
+ }
178
+ }
179
+ if (_ == null) {
180
+ if (d == null) return document.createTextNode(v);
181
+ _ = document.createElementNS(r, d, v.is && v), a && (s.__m && s.__m(e, o), a = !1), o = null;
182
+ }
183
+ if (d == null) b === v || a && _.data == v || (_.data = v);
184
+ else {
185
+ if (o = o && M.call(_.childNodes), b = t.props || F, !a && o != null) for (b = {}, u = 0; u < _.attributes.length; u++) b[(f = _.attributes[u]).name] = f.value;
186
+ for (u in b) if (f = b[u], u != "children") {
187
+ if (u == "dangerouslySetInnerHTML") l = f;
188
+ else if (!(u in v)) {
189
+ if (u == "value" && "defaultValue" in v || u == "checked" && "defaultChecked" in v) continue;
190
+ j(_, u, null, f, r);
191
+ }
192
+ }
193
+ for (u in v) f = v[u], u == "children" ? h = f : u == "dangerouslySetInnerHTML" ? p = f : u == "value" ? g = f : u == "checked" ? k = f : a && typeof f != "function" || b[u] === f || j(_, u, f, b[u], r);
194
+ if (p) a || l && (p.__html == l.__html || p.__html == _.innerHTML) || (_.innerHTML = p.__html), e.__k = [];
195
+ else if (l && (_.innerHTML = ""), F_(e.type == "template" ? _.content : _, O(h) ? h : [h], e, t, n, d == "foreignObject" ? "http://www.w3.org/1999/xhtml" : r, o, i, o ? o[0] : t.__k && U(t, 0), a, c), o != null) for (u = o.length; u--; ) n_(o[u]);
196
+ a || (u = "value", d == "progress" && g == null ? _.removeAttribute("value") : g != null && (g !== _[u] || d == "progress" && !g || d == "option" && g != b[u]) && j(_, u, g, b[u], r), u = "checked", k != null && k != _[u] && j(_, u, k, b[u], r));
197
+ }
198
+ return _;
199
+ }
200
+ function o_(_, e, t) {
201
+ try {
202
+ if (typeof _ == "function") {
203
+ var n = typeof _.__u == "function";
204
+ n && _.__u(), n && e == null || (_.__u = _(e));
205
+ } else _.current = e;
206
+ } catch (r) {
207
+ s.__e(r, t);
208
+ }
209
+ }
210
+ function W_(_, e, t) {
211
+ var n, r;
212
+ if (s.unmount && s.unmount(_), (n = _.ref) && (n.current && n.current != _.__e || o_(n, null, e)), (n = _.__c) != null) {
213
+ if (n.componentWillUnmount) try {
214
+ n.componentWillUnmount();
215
+ } catch (o) {
216
+ s.__e(o, e);
217
+ }
218
+ n.base = n.__P = null;
219
+ }
220
+ if (n = _.__k) for (r = 0; r < n.length; r++) n[r] && W_(n[r], e, t || typeof _.type != "function");
221
+ t || n_(_.__e), _.__c = _.__ = _.__e = void 0;
222
+ }
223
+ function Z_(_, e, t) {
224
+ return this.constructor(_, t);
225
+ }
226
+ function Q_(_, e, t) {
227
+ var n, r, o, i;
228
+ e == document && (e = document.documentElement), s.__ && s.__(_, e), r = (n = typeof t == "function") ? null : t && t.__k || e.__k, o = [], i = [], r_(e, _ = (!n && t || e).__k = Y(E, null, [_]), r || F, F, e.namespaceURI, !n && t ? [t] : r ? null : e.firstChild ? M.call(e.childNodes) : null, o, !n && t ? t : r ? r.__e : e.firstChild, n, i), O_(o, _, i);
229
+ }
230
+ function X_(_, e) {
231
+ Q_(_, e, X_);
232
+ }
233
+ function ye(_, e, t) {
234
+ var n, r, o, i, a = w({}, _.props);
235
+ for (o in _.type && _.type.defaultProps && (i = _.type.defaultProps), e) o == "key" ? n = e[o] : o == "ref" ? r = e[o] : a[o] = e[o] === void 0 && i != null ? i[o] : e[o];
236
+ return arguments.length > 2 && (a.children = arguments.length > 3 ? M.call(arguments, 2) : t), D(_.type, a, n || _.key, r || _.ref, null);
237
+ }
238
+ M = T_.slice, s = { __e: function(_, e, t, n) {
239
+ for (var r, o, i; e = e.__; ) if ((r = e.__c) && !r.__) try {
240
+ if ((o = r.constructor) && o.getDerivedStateFromError != null && (r.setState(o.getDerivedStateFromError(_)), i = r.__d), r.componentDidCatch != null && (r.componentDidCatch(_, n || {}), i = r.__d), i) return r.__E = r;
241
+ } catch (a) {
242
+ _ = a;
243
+ }
244
+ throw _;
245
+ } }, C_ = 0, P.prototype.setState = function(_, e) {
246
+ var t;
247
+ t = this.__s != null && this.__s != this.state ? this.__s : this.__s = w({}, this.state), typeof _ == "function" && (_ = _(w({}, t), this.props)), _ && w(t, _), _ != null && this.__v && (e && this._sb.push(e), a_(this));
248
+ }, P.prototype.forceUpdate = function(_) {
249
+ this.__v && (this.__e = !0, _ && this.__h.push(_), a_(this));
250
+ }, P.prototype.render = E, x = [], E_ = typeof Promise == "function" ? Promise.prototype.then.bind(Promise.resolve()) : setTimeout, U_ = function(_, e) {
251
+ return _.__v.__b - e.__v.__b;
252
+ }, V.__r = 0, A_ = /(PointerCapture)$|Capture$/i, t_ = 0, Q = f_(!1), X = f_(!0);
253
+ var N, m, J, s_, z = 0, L_ = [], y = s, p_ = y.__b, h_ = y.__r, v_ = y.diffed, d_ = y.__c, m_ = y.unmount, y_ = y.__;
254
+ function R(_, e) {
255
+ y.__h && y.__h(m, _, z || e), z = 0;
256
+ var t = m.__H || (m.__H = { __: [], __h: [] });
257
+ return _ >= t.__.length && t.__.push({}), t.__[_];
258
+ }
259
+ function Y_(_) {
260
+ return z = 1, _e(j_, _);
261
+ }
262
+ function _e(_, e, t) {
263
+ var n = R(N++, 2);
264
+ if (n.t = _, !n.__c && (n.__ = [t ? t(e) : j_(void 0, e), function(a) {
265
+ var c = n.__N ? n.__N[0] : n.__[0], u = n.t(c, a);
266
+ c !== u && (n.__N = [u, n.__[1]], n.__c.setState({}));
267
+ }], n.__c = m, !m.__f)) {
268
+ var r = function(a, c, u) {
269
+ if (!n.__c.__H) return !0;
270
+ var p = n.__c.__H.__.filter(function(h) {
271
+ return !!h.__c;
272
+ });
273
+ if (p.every(function(h) {
274
+ return !h.__N;
275
+ })) return !o || o.call(this, a, c, u);
276
+ var l = n.__c.props !== a;
277
+ return p.forEach(function(h) {
278
+ if (h.__N) {
279
+ var f = h.__[0];
280
+ h.__ = h.__N, h.__N = void 0, f !== h.__[0] && (l = !0);
281
+ }
282
+ }), o && o.call(this, a, c, u) || l;
283
+ };
284
+ m.__f = !0;
285
+ var o = m.shouldComponentUpdate, i = m.componentWillUpdate;
286
+ m.componentWillUpdate = function(a, c, u) {
287
+ if (this.__e) {
288
+ var p = o;
289
+ o = void 0, r(a, c, u), o = p;
290
+ }
291
+ i && i.call(this, a, c, u);
292
+ }, m.shouldComponentUpdate = r;
293
+ }
294
+ return n.__N || n.__;
295
+ }
296
+ function ee(_, e) {
297
+ var t = R(N++, 3);
298
+ !y.__s && l_(t.__H, e) && (t.__ = _, t.u = e, m.__H.__h.push(t));
299
+ }
300
+ function te(_, e) {
301
+ var t = R(N++, 4);
302
+ !y.__s && l_(t.__H, e) && (t.__ = _, t.u = e, m.__h.push(t));
303
+ }
304
+ function ge(_) {
305
+ return z = 5, ne(function() {
306
+ return { current: _ };
307
+ }, []);
308
+ }
309
+ function ne(_, e) {
310
+ var t = R(N++, 7);
311
+ return l_(t.__H, e) && (t.__ = _(), t.__H = e, t.__h = _), t.__;
312
+ }
313
+ function be() {
314
+ var _ = R(N++, 11);
315
+ if (!_.__) {
316
+ for (var e = m.__v; e !== null && !e.__m && e.__ !== null; ) e = e.__;
317
+ var t = e.__m || (e.__m = [0, 0]);
318
+ _.__ = "P" + t[0] + "-" + t[1]++;
319
+ }
320
+ return _.__;
321
+ }
322
+ function re() {
323
+ for (var _; _ = L_.shift(); ) if (_.__P && _.__H) try {
324
+ _.__H.__h.forEach(I), _.__H.__h.forEach(e_), _.__H.__h = [];
325
+ } catch (e) {
326
+ _.__H.__h = [], y.__e(e, _.__v);
327
+ }
328
+ }
329
+ y.__b = function(_) {
330
+ m = null, p_ && p_(_);
331
+ }, y.__ = function(_, e) {
332
+ _ && e.__k && e.__k.__m && (_.__m = e.__k.__m), y_ && y_(_, e);
333
+ }, y.__r = function(_) {
334
+ h_ && h_(_), N = 0;
335
+ var e = (m = _.__c).__H;
336
+ e && (J === m ? (e.__h = [], m.__h = [], e.__.forEach(function(t) {
337
+ t.__N && (t.__ = t.__N), t.u = t.__N = void 0;
338
+ })) : (e.__h.forEach(I), e.__h.forEach(e_), e.__h = [], N = 0)), J = m;
339
+ }, y.diffed = function(_) {
340
+ v_ && v_(_);
341
+ var e = _.__c;
342
+ e && e.__H && (e.__H.__h.length && (L_.push(e) !== 1 && s_ === y.requestAnimationFrame || ((s_ = y.requestAnimationFrame) || oe)(re)), e.__H.__.forEach(function(t) {
343
+ t.u && (t.__H = t.u), t.u = void 0;
344
+ })), J = m = null;
345
+ }, y.__c = function(_, e) {
346
+ e.some(function(t) {
347
+ try {
348
+ t.__h.forEach(I), t.__h = t.__h.filter(function(n) {
349
+ return !n.__ || e_(n);
350
+ });
351
+ } catch (n) {
352
+ e.some(function(r) {
353
+ r.__h && (r.__h = []);
354
+ }), e = [], y.__e(n, t.__v);
355
+ }
356
+ }), d_ && d_(_, e);
357
+ }, y.unmount = function(_) {
358
+ m_ && m_(_);
359
+ var e, t = _.__c;
360
+ t && t.__H && (t.__H.__.forEach(function(n) {
361
+ try {
362
+ I(n);
363
+ } catch (r) {
364
+ e = r;
365
+ }
366
+ }), t.__H = void 0, e && y.__e(e, t.__v));
367
+ };
368
+ var g_ = typeof requestAnimationFrame == "function";
369
+ function oe(_) {
370
+ var e, t = function() {
371
+ clearTimeout(n), g_ && cancelAnimationFrame(e), setTimeout(_);
372
+ }, n = setTimeout(t, 35);
373
+ g_ && (e = requestAnimationFrame(t));
374
+ }
375
+ function I(_) {
376
+ var e = m, t = _.__c;
377
+ typeof t == "function" && (_.__c = void 0, t()), m = e;
378
+ }
379
+ function e_(_) {
380
+ var e = m;
381
+ _.__c = _.__(), m = e;
382
+ }
383
+ function l_(_, e) {
384
+ return !_ || _.length !== e.length || e.some(function(t, n) {
385
+ return t !== _[n];
386
+ });
387
+ }
388
+ function j_(_, e) {
389
+ return typeof e == "function" ? e(_) : e;
390
+ }
391
+ function B_(_, e) {
392
+ for (var t in e) _[t] = e[t];
393
+ return _;
394
+ }
395
+ function b_(_, e) {
396
+ for (var t in _) if (t !== "__source" && !(t in e)) return !0;
397
+ for (var n in e) if (n !== "__source" && _[n] !== e[n]) return !0;
398
+ return !1;
399
+ }
400
+ function ke(_, e) {
401
+ var t = e(), n = Y_({ t: { __: t, u: e } }), r = n[0].t, o = n[1];
402
+ return te(function() {
403
+ r.__ = t, r.u = e, K(r) && o({ t: r });
404
+ }, [_, t, e]), ee(function() {
405
+ return K(r) && o({ t: r }), _(function() {
406
+ K(r) && o({ t: r });
407
+ });
408
+ }, [_]), t;
409
+ }
410
+ function K(_) {
411
+ var e, t, n = _.u, r = _.__;
412
+ try {
413
+ var o = n();
414
+ return !((e = r) === (t = o) && (e !== 0 || 1 / e == 1 / t) || e != e && t != t);
415
+ } catch {
416
+ return !0;
417
+ }
418
+ }
419
+ function k_(_, e) {
420
+ this.props = _, this.context = e;
421
+ }
422
+ (k_.prototype = new P()).isPureReactComponent = !0, k_.prototype.shouldComponentUpdate = function(_, e) {
423
+ return b_(this.props, _) || b_(this.state, e);
424
+ };
425
+ var $_ = s.__b;
426
+ s.__b = function(_) {
427
+ _.type && _.type.__f && _.ref && (_.props.ref = _.ref, _.ref = null), $_ && $_(_);
428
+ };
429
+ var le = typeof Symbol < "u" && Symbol.for && Symbol.for("react.forward_ref") || 3911;
430
+ function $e(_) {
431
+ function e(t) {
432
+ var n = B_({}, t);
433
+ return delete n.ref, _(n, t.ref || null);
434
+ }
435
+ return e.$$typeof = le, e.render = _, e.prototype.isReactComponent = e.__f = !0, e.displayName = "ForwardRef(" + (_.displayName || _.name) + ")", e;
436
+ }
437
+ var ie = s.__e;
438
+ s.__e = function(_, e, t, n) {
439
+ if (_.then) {
440
+ for (var r, o = e; o = o.__; ) if ((r = o.__c) && r.__c) return e.__e == null && (e.__e = t.__e, e.__k = t.__k), r.__c(_, e);
441
+ }
442
+ ie(_, e, t, n);
443
+ };
444
+ var w_ = s.unmount;
445
+ function I_(_, e, t) {
446
+ return _ && (_.__c && _.__c.__H && (_.__c.__H.__.forEach(function(n) {
447
+ typeof n.__c == "function" && n.__c();
448
+ }), _.__c.__H = null), (_ = B_({}, _)).__c != null && (_.__c.__P === t && (_.__c.__P = e), _.__c.__e = !0, _.__c = null), _.__k = _.__k && _.__k.map(function(n) {
449
+ return I_(n, e, t);
450
+ })), _;
451
+ }
452
+ function V_(_, e, t) {
453
+ return _ && t && (_.__v = null, _.__k = _.__k && _.__k.map(function(n) {
454
+ return V_(n, e, t);
455
+ }), _.__c && _.__c.__P === e && (_.__e && t.appendChild(_.__e), _.__c.__e = !0, _.__c.__P = t)), _;
456
+ }
457
+ function Z() {
458
+ this.__u = 0, this.o = null, this.__b = null;
459
+ }
460
+ function q_(_) {
461
+ var e = _.__.__c;
462
+ return e && e.__a && e.__a(_);
463
+ }
464
+ function B() {
465
+ this.i = null, this.l = null;
466
+ }
467
+ s.unmount = function(_) {
468
+ var e = _.__c;
469
+ e && e.__R && e.__R(), e && 32 & _.__u && (_.type = null), w_ && w_(_);
470
+ }, (Z.prototype = new P()).__c = function(_, e) {
471
+ var t = e.__c, n = this;
472
+ n.o == null && (n.o = []), n.o.push(t);
473
+ var r = q_(n.__v), o = !1, i = function() {
474
+ o || (o = !0, t.__R = null, r ? r(a) : a());
475
+ };
476
+ t.__R = i;
477
+ var a = function() {
478
+ if (!--n.__u) {
479
+ if (n.state.__a) {
480
+ var c = n.state.__a;
481
+ n.__v.__k[0] = V_(c, c.__c.__P, c.__c.__O);
482
+ }
483
+ var u;
484
+ for (n.setState({ __a: n.__b = null }); u = n.o.pop(); ) u.forceUpdate();
485
+ }
486
+ };
487
+ n.__u++ || 32 & e.__u || n.setState({ __a: n.__b = n.__v.__k[0] }), _.then(i, i);
488
+ }, Z.prototype.componentWillUnmount = function() {
489
+ this.o = [];
490
+ }, Z.prototype.render = function(_, e) {
491
+ if (this.__b) {
492
+ if (this.__v.__k) {
493
+ var t = document.createElement("div"), n = this.__v.__k[0].__c;
494
+ this.__v.__k[0] = I_(this.__b, t, n.__O = n.__P);
495
+ }
496
+ this.__b = null;
497
+ }
498
+ var r = e.__a && Y(E, null, _.fallback);
499
+ return r && (r.__u &= -33), [Y(E, null, e.__a ? null : _.children), r];
500
+ };
501
+ var P_ = function(_, e, t) {
502
+ if (++t[1] === t[0] && _.l.delete(e), _.props.revealOrder && (_.props.revealOrder[0] !== "t" || !_.l.size)) for (t = _.i; t; ) {
503
+ for (; t.length > 3; ) t.pop()();
504
+ if (t[1] < t[0]) break;
505
+ _.i = t = t[2];
506
+ }
507
+ };
508
+ (B.prototype = new P()).__a = function(_) {
509
+ var e = this, t = q_(e.__v), n = e.l.get(_);
510
+ return n[0]++, function(r) {
511
+ var o = function() {
512
+ e.props.revealOrder ? (n.push(r), P_(e, _, n)) : r();
513
+ };
514
+ t ? t(o) : o();
515
+ };
516
+ }, B.prototype.render = function(_) {
517
+ this.i = null, this.l = /* @__PURE__ */ new Map();
518
+ var e = q(_.children);
519
+ _.revealOrder && _.revealOrder[0] === "b" && e.reverse();
520
+ for (var t = e.length; t--; ) this.l.set(e[t], this.i = [1, 0, this.i]);
521
+ return _.children;
522
+ }, B.prototype.componentDidUpdate = B.prototype.componentDidMount = function() {
523
+ var _ = this;
524
+ this.l.forEach(function(e, t) {
525
+ P_(_, t, e);
526
+ });
527
+ };
528
+ var ue = typeof Symbol < "u" && Symbol.for && Symbol.for("react.element") || 60103, ae = /^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/, ce = /^on(Ani|Tra|Tou|BeforeInp|Compo)/, fe = /[A-Z0-9]/g, se = typeof document < "u", pe = function(_) {
529
+ return (typeof Symbol < "u" && typeof Symbol() == "symbol" ? /fil|che|rad/ : /fil|che|ra/).test(_);
530
+ };
531
+ P.prototype.isReactComponent = {}, ["componentWillMount", "componentWillReceiveProps", "componentWillUpdate"].forEach(function(_) {
532
+ Object.defineProperty(P.prototype, _, { configurable: !0, get: function() {
533
+ return this["UNSAFE_" + _];
534
+ }, set: function(e) {
535
+ Object.defineProperty(this, _, { configurable: !0, writable: !0, value: e });
536
+ } });
537
+ });
538
+ var S_ = s.event;
539
+ function he() {
540
+ }
541
+ function ve() {
542
+ return this.cancelBubble;
543
+ }
544
+ function de() {
545
+ return this.defaultPrevented;
546
+ }
547
+ s.event = function(_) {
548
+ return S_ && (_ = S_(_)), _.persist = he, _.isPropagationStopped = ve, _.isDefaultPrevented = de, _.nativeEvent = _;
549
+ };
550
+ var me = { enumerable: !1, configurable: !0, get: function() {
551
+ return this.class;
552
+ } }, H_ = s.vnode;
553
+ s.vnode = function(_) {
554
+ typeof _.type == "string" && (function(e) {
555
+ var t = e.props, n = e.type, r = {}, o = n.indexOf("-") === -1;
556
+ for (var i in t) {
557
+ var a = t[i];
558
+ if (!(i === "value" && "defaultValue" in t && a == null || se && i === "children" && n === "noscript" || i === "class" || i === "className")) {
559
+ var c = i.toLowerCase();
560
+ i === "defaultValue" && "value" in t && t.value == null ? i = "value" : i === "download" && a === !0 ? a = "" : c === "translate" && a === "no" ? a = !1 : c[0] === "o" && c[1] === "n" ? c === "ondoubleclick" ? i = "ondblclick" : c !== "onchange" || n !== "input" && n !== "textarea" || pe(t.type) ? c === "onfocus" ? i = "onfocusin" : c === "onblur" ? i = "onfocusout" : ce.test(i) && (i = c) : c = i = "oninput" : o && ae.test(i) ? i = i.replace(fe, "-$&").toLowerCase() : a === null && (a = void 0), c === "oninput" && r[i = c] && (i = "oninputCapture"), r[i] = a;
561
+ }
562
+ }
563
+ n == "select" && r.multiple && Array.isArray(r.value) && (r.value = q(t.children).forEach(function(u) {
564
+ u.props.selected = r.value.indexOf(u.props.value) != -1;
565
+ })), n == "select" && r.defaultValue != null && (r.value = q(t.children).forEach(function(u) {
566
+ u.props.selected = r.multiple ? r.defaultValue.indexOf(u.props.value) != -1 : r.defaultValue == u.props.value;
567
+ })), t.class && !t.className ? (r.class = t.class, Object.defineProperty(r, "className", me)) : (t.className && !t.class || t.class && t.className) && (r.class = r.className = t.className), e.props = r;
568
+ })(_), _.$$typeof = ue, H_ && H_(_);
569
+ };
570
+ var x_ = s.__r;
571
+ s.__r = function(_) {
572
+ x_ && x_(_), _.__c;
573
+ };
574
+ var N_ = s.diffed;
575
+ s.diffed = function(_) {
576
+ N_ && N_(_);
577
+ var e = _.props, t = _.__e;
578
+ t != null && _.type === "textarea" && "value" in e && e.value !== t.value && (t.value = e.value == null ? "" : e.value);
579
+ };
580
+ export {
581
+ ge as A,
582
+ ke as C,
583
+ $e as D,
584
+ Q_ as G,
585
+ X_ as J,
586
+ ye as K,
587
+ Y as _,
588
+ Y_ as d,
589
+ be as g,
590
+ E as k,
591
+ s as l,
592
+ ee as y
593
+ };