@adstore/templates 2.5.16 → 2.6.2

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.
@@ -1,47 +1,47 @@
1
- var qo = Object.defineProperty, Fo = Object.defineProperties;
2
- var zo = Object.getOwnPropertyDescriptors;
3
- var Ae = Object.getOwnPropertySymbols;
4
- var ut = Object.prototype.hasOwnProperty, pt = Object.prototype.propertyIsEnumerable;
5
- var dt = (e, t, o) => t in e ? qo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, f = (e, t) => {
1
+ var Go = Object.defineProperty, Uo = Object.defineProperties;
2
+ var Wo = Object.getOwnPropertyDescriptors;
3
+ var Se = Object.getOwnPropertySymbols;
4
+ var ht = Object.prototype.hasOwnProperty, vt = Object.prototype.propertyIsEnumerable;
5
+ var gt = (e, t, o) => t in e ? Go(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o, f = (e, t) => {
6
6
  for (var o in t || (t = {}))
7
- ut.call(t, o) && dt(e, o, t[o]);
8
- if (Ae)
9
- for (var o of Ae(t))
10
- pt.call(t, o) && dt(e, o, t[o]);
7
+ ht.call(t, o) && gt(e, o, t[o]);
8
+ if (Se)
9
+ for (var o of Se(t))
10
+ vt.call(t, o) && gt(e, o, t[o]);
11
11
  return e;
12
- }, $ = (e, t) => Fo(e, zo(t));
13
- var We = (e, t) => {
12
+ }, y = (e, t) => Uo(e, Wo(t));
13
+ var Qe = (e, t) => {
14
14
  var o = {};
15
15
  for (var n in e)
16
- ut.call(e, n) && t.indexOf(n) < 0 && (o[n] = e[n]);
17
- if (e != null && Ae)
18
- for (var n of Ae(e))
19
- t.indexOf(n) < 0 && pt.call(e, n) && (o[n] = e[n]);
16
+ ht.call(e, n) && t.indexOf(n) < 0 && (o[n] = e[n]);
17
+ if (e != null && Se)
18
+ for (var n of Se(e))
19
+ t.indexOf(n) < 0 && vt.call(e, n) && (o[n] = e[n]);
20
20
  return o;
21
21
  };
22
- var $e = (e, t, o) => new Promise((n, r) => {
23
- var s = (c) => {
22
+ var Ne = (e, t, o) => new Promise((n, r) => {
23
+ var i = (c) => {
24
24
  try {
25
25
  l(o.next(c));
26
26
  } catch (_) {
27
27
  r(_);
28
28
  }
29
- }, a = (c) => {
29
+ }, s = (c) => {
30
30
  try {
31
31
  l(o.throw(c));
32
32
  } catch (_) {
33
33
  r(_);
34
34
  }
35
- }, l = (c) => c.done ? n(c.value) : Promise.resolve(c.value).then(s, a);
35
+ }, l = (c) => c.done ? n(c.value) : Promise.resolve(c.value).then(i, s);
36
36
  l((o = o.apply(e, t)).next());
37
37
  });
38
- import { options as g, Component as we, createElement as ft, Fragment as gt, toChildArray as Je, createContext as Do, render as Go, cloneElement as Uo } from "preact";
39
- var je = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {}, Qe = {}, Wo = {
38
+ import { options as h, Component as Ce, createElement as mt, Fragment as yt, toChildArray as ot, createContext as Zo, render as Ko, cloneElement as Xo } from "preact";
39
+ var Ie = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {}, nt = {}, Jo = {
40
40
  get exports() {
41
- return Qe;
41
+ return nt;
42
42
  },
43
43
  set exports(e) {
44
- Qe = e;
44
+ nt = e;
45
45
  }
46
46
  };
47
47
  /*!
@@ -54,23 +54,23 @@ var je = typeof globalThis != "undefined" ? globalThis : typeof window != "undef
54
54
  var t = {}.hasOwnProperty;
55
55
  function o() {
56
56
  for (var n = [], r = 0; r < arguments.length; r++) {
57
- var s = arguments[r];
58
- if (s) {
59
- var a = typeof s;
60
- if (a === "string" || a === "number")
61
- n.push(s);
62
- else if (Array.isArray(s)) {
63
- if (s.length) {
64
- var l = o.apply(null, s);
57
+ var i = arguments[r];
58
+ if (i) {
59
+ var s = typeof i;
60
+ if (s === "string" || s === "number")
61
+ n.push(i);
62
+ else if (Array.isArray(i)) {
63
+ if (i.length) {
64
+ var l = o.apply(null, i);
65
65
  l && n.push(l);
66
66
  }
67
- } else if (a === "object") {
68
- if (s.toString !== Object.prototype.toString && !s.toString.toString().includes("[native code]")) {
69
- n.push(s.toString());
67
+ } else if (s === "object") {
68
+ if (i.toString !== Object.prototype.toString && !i.toString.toString().includes("[native code]")) {
69
+ n.push(i.toString());
70
70
  continue;
71
71
  }
72
- for (var c in s)
73
- t.call(s, c) && s[c] && n.push(c);
72
+ for (var c in i)
73
+ t.call(i, c) && i[c] && n.push(c);
74
74
  }
75
75
  }
76
76
  }
@@ -78,23 +78,23 @@ var je = typeof globalThis != "undefined" ? globalThis : typeof window != "undef
78
78
  }
79
79
  e.exports ? (o.default = o, e.exports = o) : window.classNames = o;
80
80
  })();
81
- })(Wo);
82
- const H = Qe;
83
- var ue, N, Ke, ht, de = 0, oo = [], Ie = [], vt = g.__b, mt = g.__r, yt = g.diffed, bt = g.__c, $t = g.unmount;
84
- function xe(e, t) {
85
- g.__h && g.__h(N, e, de || t), de = 0;
86
- var o = N.__H || (N.__H = { __: [], __h: [] });
87
- return e >= o.__.length && o.__.push({ __V: Ie }), o.__[e];
88
- }
89
- function Y(e) {
90
- return de = 1, Ko(ro, e);
91
- }
92
- function Ko(e, t, o) {
93
- var n = xe(ue++, 2);
94
- if (n.t = e, !n.__c && (n.__ = [o ? o(t) : ro(void 0, t), function(l) {
81
+ })(Jo);
82
+ const L = nt;
83
+ var ge, w, Ye, bt, fe = 0, so = [], Re = [], $t = h.__b, kt = h.__r, Nt = h.diffed, wt = h.__c, xt = h.unmount;
84
+ function Ae(e, t) {
85
+ h.__h && h.__h(w, e, fe || t), fe = 0;
86
+ var o = w.__H || (w.__H = { __: [], __h: [] });
87
+ return e >= o.__.length && o.__.push({ __V: Re }), o.__[e];
88
+ }
89
+ function oe(e) {
90
+ return fe = 1, Qo(co, e);
91
+ }
92
+ function Qo(e, t, o) {
93
+ var n = Ae(ge++, 2);
94
+ if (n.t = e, !n.__c && (n.__ = [o ? o(t) : co(void 0, t), function(l) {
95
95
  var c = n.__N ? n.__N[0] : n.__[0], _ = n.t(c, l);
96
96
  c !== _ && (n.__N = [_, n.__[1]], n.__c.setState({}));
97
- }], n.__c = N, !N.u)) {
97
+ }], n.__c = w, !w.u)) {
98
98
  var r = function(l, c, _) {
99
99
  if (!n.__c.__H)
100
100
  return !0;
@@ -104,42 +104,42 @@ function Ko(e, t, o) {
104
104
  if (d.every(function(u) {
105
105
  return !u.__N;
106
106
  }))
107
- return !s || s.call(this, l, c, _);
107
+ return !i || i.call(this, l, c, _);
108
108
  var p = !1;
109
109
  return d.forEach(function(u) {
110
110
  if (u.__N) {
111
- var h = u.__[0];
112
- u.__ = u.__N, u.__N = void 0, h !== u.__[0] && (p = !0);
111
+ var g = u.__[0];
112
+ u.__ = u.__N, u.__N = void 0, g !== u.__[0] && (p = !0);
113
113
  }
114
- }), !(!p && n.__c.props === l) && (!s || s.call(this, l, c, _));
114
+ }), !(!p && n.__c.props === l) && (!i || i.call(this, l, c, _));
115
115
  };
116
- N.u = !0;
117
- var s = N.shouldComponentUpdate, a = N.componentWillUpdate;
118
- N.componentWillUpdate = function(l, c, _) {
116
+ w.u = !0;
117
+ var i = w.shouldComponentUpdate, s = w.componentWillUpdate;
118
+ w.componentWillUpdate = function(l, c, _) {
119
119
  if (this.__e) {
120
- var d = s;
121
- s = void 0, r(l, c, _), s = d;
120
+ var d = i;
121
+ i = void 0, r(l, c, _), i = d;
122
122
  }
123
- a && a.call(this, l, c, _);
124
- }, N.shouldComponentUpdate = r;
123
+ s && s.call(this, l, c, _);
124
+ }, w.shouldComponentUpdate = r;
125
125
  }
126
126
  return n.__N || n.__;
127
127
  }
128
- function B(e, t) {
129
- var o = xe(ue++, 3);
130
- !g.__s && tt(o.__H, t) && (o.__ = e, o.i = t, N.__H.__h.push(o));
128
+ function q(e, t) {
129
+ var o = Ae(ge++, 3);
130
+ !h.__s && st(o.__H, t) && (o.__ = e, o.i = t, w.__H.__h.push(o));
131
131
  }
132
- function no(e, t) {
133
- var o = xe(ue++, 4);
134
- !g.__s && tt(o.__H, t) && (o.__ = e, o.i = t, N.__h.push(o));
132
+ function io(e, t) {
133
+ var o = Ae(ge++, 4);
134
+ !h.__s && st(o.__H, t) && (o.__ = e, o.i = t, w.__h.push(o));
135
135
  }
136
- function G(e) {
137
- return de = 5, Oe(function() {
136
+ function F(e) {
137
+ return fe = 5, Le(function() {
138
138
  return { current: e };
139
139
  }, []);
140
140
  }
141
- function Ve(e, t, o) {
142
- de = 6, no(function() {
141
+ function Fe(e, t, o) {
142
+ fe = 6, io(function() {
143
143
  return typeof e == "function" ? (e(t()), function() {
144
144
  return e(null);
145
145
  }) : e ? (e.current = t(), function() {
@@ -147,94 +147,94 @@ function Ve(e, t, o) {
147
147
  }) : void 0;
148
148
  }, o == null ? o : o.concat(e));
149
149
  }
150
- function Oe(e, t) {
151
- var o = xe(ue++, 7);
152
- return tt(o.__H, t) ? (o.__V = e(), o.i = t, o.__h = e, o.__V) : o.__;
150
+ function Le(e, t) {
151
+ var o = Ae(ge++, 7);
152
+ return st(o.__H, t) ? (o.__V = e(), o.i = t, o.__h = e, o.__V) : o.__;
153
153
  }
154
- function Zo(e, t) {
155
- return de = 8, Oe(function() {
154
+ function Yo(e, t) {
155
+ return fe = 8, Le(function() {
156
156
  return e;
157
157
  }, t);
158
158
  }
159
- function Xo(e) {
160
- var t = N.context[e.__c], o = xe(ue++, 9);
161
- return o.c = e, t ? (o.__ == null && (o.__ = !0, t.sub(N)), t.props.value) : e.__;
159
+ function en(e) {
160
+ var t = w.context[e.__c], o = Ae(ge++, 9);
161
+ return o.c = e, t ? (o.__ == null && (o.__ = !0, t.sub(w)), t.props.value) : e.__;
162
162
  }
163
- function Jo() {
164
- for (var e; e = oo.shift(); )
163
+ function tn() {
164
+ for (var e; e = so.shift(); )
165
165
  if (e.__P && e.__H)
166
166
  try {
167
- e.__H.__h.forEach(Le), e.__H.__h.forEach(Ye), e.__H.__h = [];
167
+ e.__H.__h.forEach(He), e.__H.__h.forEach(rt), e.__H.__h = [];
168
168
  } catch (t) {
169
- e.__H.__h = [], g.__e(t, e.__v);
169
+ e.__H.__h = [], h.__e(t, e.__v);
170
170
  }
171
171
  }
172
- g.__b = function(e) {
173
- N = null, vt && vt(e);
174
- }, g.__r = function(e) {
175
- mt && mt(e), ue = 0;
176
- var t = (N = e.__c).__H;
177
- t && (Ke === N ? (t.__h = [], N.__h = [], t.__.forEach(function(o) {
178
- o.__N && (o.__ = o.__N), o.__V = Ie, o.__N = o.i = void 0;
179
- })) : (t.__h.forEach(Le), t.__h.forEach(Ye), t.__h = [])), Ke = N;
180
- }, g.diffed = function(e) {
181
- yt && yt(e);
172
+ h.__b = function(e) {
173
+ w = null, $t && $t(e);
174
+ }, h.__r = function(e) {
175
+ kt && kt(e), ge = 0;
176
+ var t = (w = e.__c).__H;
177
+ t && (Ye === w ? (t.__h = [], w.__h = [], t.__.forEach(function(o) {
178
+ o.__N && (o.__ = o.__N), o.__V = Re, o.__N = o.i = void 0;
179
+ })) : (t.__h.forEach(He), t.__h.forEach(rt), t.__h = [])), Ye = w;
180
+ }, h.diffed = function(e) {
181
+ Nt && Nt(e);
182
182
  var t = e.__c;
183
- t && t.__H && (t.__H.__h.length && (oo.push(t) !== 1 && ht === g.requestAnimationFrame || ((ht = g.requestAnimationFrame) || Qo)(Jo)), t.__H.__.forEach(function(o) {
184
- o.i && (o.__H = o.i), o.__V !== Ie && (o.__ = o.__V), o.i = void 0, o.__V = Ie;
185
- })), Ke = N = null;
186
- }, g.__c = function(e, t) {
183
+ t && t.__H && (t.__H.__h.length && (so.push(t) !== 1 && bt === h.requestAnimationFrame || ((bt = h.requestAnimationFrame) || on)(tn)), t.__H.__.forEach(function(o) {
184
+ o.i && (o.__H = o.i), o.__V !== Re && (o.__ = o.__V), o.i = void 0, o.__V = Re;
185
+ })), Ye = w = null;
186
+ }, h.__c = function(e, t) {
187
187
  t.some(function(o) {
188
188
  try {
189
- o.__h.forEach(Le), o.__h = o.__h.filter(function(n) {
190
- return !n.__ || Ye(n);
189
+ o.__h.forEach(He), o.__h = o.__h.filter(function(n) {
190
+ return !n.__ || rt(n);
191
191
  });
192
192
  } catch (n) {
193
193
  t.some(function(r) {
194
194
  r.__h && (r.__h = []);
195
- }), t = [], g.__e(n, o.__v);
195
+ }), t = [], h.__e(n, o.__v);
196
196
  }
197
- }), bt && bt(e, t);
198
- }, g.unmount = function(e) {
199
- $t && $t(e);
197
+ }), wt && wt(e, t);
198
+ }, h.unmount = function(e) {
199
+ xt && xt(e);
200
200
  var t, o = e.__c;
201
201
  o && o.__H && (o.__H.__.forEach(function(n) {
202
202
  try {
203
- Le(n);
203
+ He(n);
204
204
  } catch (r) {
205
205
  t = r;
206
206
  }
207
- }), o.__H = void 0, t && g.__e(t, o.__v));
207
+ }), o.__H = void 0, t && h.__e(t, o.__v));
208
208
  };
209
- var kt = typeof requestAnimationFrame == "function";
210
- function Qo(e) {
209
+ var Ct = typeof requestAnimationFrame == "function";
210
+ function on(e) {
211
211
  var t, o = function() {
212
- clearTimeout(n), kt && cancelAnimationFrame(t), setTimeout(e);
212
+ clearTimeout(n), Ct && cancelAnimationFrame(t), setTimeout(e);
213
213
  }, n = setTimeout(o, 100);
214
- kt && (t = requestAnimationFrame(o));
214
+ Ct && (t = requestAnimationFrame(o));
215
215
  }
216
- function Le(e) {
217
- var t = N, o = e.__c;
218
- typeof o == "function" && (e.__c = void 0, o()), N = t;
216
+ function He(e) {
217
+ var t = w, o = e.__c;
218
+ typeof o == "function" && (e.__c = void 0, o()), w = t;
219
219
  }
220
- function Ye(e) {
221
- var t = N;
222
- e.__c = e.__(), N = t;
220
+ function rt(e) {
221
+ var t = w;
222
+ e.__c = e.__(), w = t;
223
223
  }
224
- function tt(e, t) {
224
+ function st(e, t) {
225
225
  return !e || e.length !== t.length || t.some(function(o, n) {
226
226
  return o !== e[n];
227
227
  });
228
228
  }
229
- function ro(e, t) {
229
+ function co(e, t) {
230
230
  return typeof t == "function" ? t(e) : t;
231
231
  }
232
- function ao(e, t) {
232
+ function lo(e, t) {
233
233
  for (var o in t)
234
234
  e[o] = t[o];
235
235
  return e;
236
236
  }
237
- function wt(e, t) {
237
+ function Tt(e, t) {
238
238
  for (var o in e)
239
239
  if (o !== "__source" && !(o in t))
240
240
  return !0;
@@ -243,92 +243,92 @@ function wt(e, t) {
243
243
  return !0;
244
244
  return !1;
245
245
  }
246
- function Nt(e) {
246
+ function Ot(e) {
247
247
  this.props = e;
248
248
  }
249
- (Nt.prototype = new we()).isPureReactComponent = !0, Nt.prototype.shouldComponentUpdate = function(e, t) {
250
- return wt(this.props, e) || wt(this.state, t);
249
+ (Ot.prototype = new Ce()).isPureReactComponent = !0, Ot.prototype.shouldComponentUpdate = function(e, t) {
250
+ return Tt(this.props, e) || Tt(this.state, t);
251
251
  };
252
- var Ct = g.__b;
253
- g.__b = function(e) {
254
- e.type && e.type.__f && e.ref && (e.props.ref = e.ref, e.ref = null), Ct && Ct(e);
252
+ var At = h.__b;
253
+ h.__b = function(e) {
254
+ e.type && e.type.__f && e.ref && (e.props.ref = e.ref, e.ref = null), At && At(e);
255
255
  };
256
- var Yo = typeof Symbol != "undefined" && Symbol.for && Symbol.for("react.forward_ref") || 3911;
256
+ var nn = typeof Symbol != "undefined" && Symbol.for && Symbol.for("react.forward_ref") || 3911;
257
257
  function ae(e) {
258
258
  function t(o) {
259
- var n = ao({}, o);
259
+ var n = lo({}, o);
260
260
  return delete n.ref, e(n, o.ref || null);
261
261
  }
262
- return t.$$typeof = Yo, t.render = t, t.prototype.isReactComponent = t.__f = !0, t.displayName = "ForwardRef(" + (e.displayName || e.name) + ")", t;
262
+ return t.$$typeof = nn, t.render = t, t.prototype.isReactComponent = t.__f = !0, t.displayName = "ForwardRef(" + (e.displayName || e.name) + ")", t;
263
263
  }
264
- var en = g.__e;
265
- g.__e = function(e, t, o, n) {
264
+ var rn = h.__e;
265
+ h.__e = function(e, t, o, n) {
266
266
  if (e.then) {
267
- for (var r, s = t; s = s.__; )
268
- if ((r = s.__c) && r.__c)
267
+ for (var r, i = t; i = i.__; )
268
+ if ((r = i.__c) && r.__c)
269
269
  return t.__e == null && (t.__e = o.__e, t.__k = o.__k), r.__c(e, t);
270
270
  }
271
- en(e, t, o, n);
271
+ rn(e, t, o, n);
272
272
  };
273
- var xt = g.unmount;
274
- function so(e, t, o) {
273
+ var Lt = h.unmount;
274
+ function _o(e, t, o) {
275
275
  return e && (e.__c && e.__c.__H && (e.__c.__H.__.forEach(function(n) {
276
276
  typeof n.__c == "function" && n.__c();
277
- }), e.__c.__H = null), (e = ao({}, e)).__c != null && (e.__c.__P === o && (e.__c.__P = t), e.__c = null), e.__k = e.__k && e.__k.map(function(n) {
278
- return so(n, t, o);
277
+ }), e.__c.__H = null), (e = lo({}, e)).__c != null && (e.__c.__P === o && (e.__c.__P = t), e.__c = null), e.__k = e.__k && e.__k.map(function(n) {
278
+ return _o(n, t, o);
279
279
  })), e;
280
280
  }
281
- function io(e, t, o) {
281
+ function uo(e, t, o) {
282
282
  return e && (e.__v = null, e.__k = e.__k && e.__k.map(function(n) {
283
- return io(n, t, o);
283
+ return uo(n, t, o);
284
284
  }), e.__c && e.__c.__P === t && (e.__e && o.insertBefore(e.__e, e.__d), e.__c.__e = !0, e.__c.__P = o)), e;
285
285
  }
286
- function Ze() {
286
+ function et() {
287
287
  this.__u = 0, this.t = null, this.__b = null;
288
288
  }
289
- function co(e) {
289
+ function po(e) {
290
290
  var t = e.__.__c;
291
291
  return t && t.__a && t.__a(e);
292
292
  }
293
- function Se() {
293
+ function Pe() {
294
294
  this.u = null, this.o = null;
295
295
  }
296
- g.unmount = function(e) {
296
+ h.unmount = function(e) {
297
297
  var t = e.__c;
298
- t && t.__R && t.__R(), t && e.__h === !0 && (e.type = null), xt && xt(e);
299
- }, (Ze.prototype = new we()).__c = function(e, t) {
298
+ t && t.__R && t.__R(), t && e.__h === !0 && (e.type = null), Lt && Lt(e);
299
+ }, (et.prototype = new Ce()).__c = function(e, t) {
300
300
  var o = t.__c, n = this;
301
301
  n.t == null && (n.t = []), n.t.push(o);
302
- var r = co(n.__v), s = !1, a = function() {
303
- s || (s = !0, o.__R = null, r ? r(l) : l());
302
+ var r = po(n.__v), i = !1, s = function() {
303
+ i || (i = !0, o.__R = null, r ? r(l) : l());
304
304
  };
305
- o.__R = a;
305
+ o.__R = s;
306
306
  var l = function() {
307
307
  if (!--n.__u) {
308
308
  if (n.state.__a) {
309
309
  var _ = n.state.__a;
310
- n.__v.__k[0] = io(_, _.__c.__P, _.__c.__O);
310
+ n.__v.__k[0] = uo(_, _.__c.__P, _.__c.__O);
311
311
  }
312
312
  var d;
313
313
  for (n.setState({ __a: n.__b = null }); d = n.t.pop(); )
314
314
  d.forceUpdate();
315
315
  }
316
316
  }, c = t.__h === !0;
317
- n.__u++ || c || n.setState({ __a: n.__b = n.__v.__k[0] }), e.then(a, a);
318
- }, Ze.prototype.componentWillUnmount = function() {
317
+ n.__u++ || c || n.setState({ __a: n.__b = n.__v.__k[0] }), e.then(s, s);
318
+ }, et.prototype.componentWillUnmount = function() {
319
319
  this.t = [];
320
- }, Ze.prototype.render = function(e, t) {
320
+ }, et.prototype.render = function(e, t) {
321
321
  if (this.__b) {
322
322
  if (this.__v.__k) {
323
323
  var o = document.createElement("div"), n = this.__v.__k[0].__c;
324
- this.__v.__k[0] = so(this.__b, o, n.__O = n.__P);
324
+ this.__v.__k[0] = _o(this.__b, o, n.__O = n.__P);
325
325
  }
326
326
  this.__b = null;
327
327
  }
328
- var r = t.__a && ft(gt, null, e.fallback);
329
- return r && (r.__h = null), [ft(gt, null, t.__a ? null : e.children), r];
328
+ var r = t.__a && mt(yt, null, e.fallback);
329
+ return r && (r.__h = null), [mt(yt, null, t.__a ? null : e.children), r];
330
330
  };
331
- var Ot = function(e, t, o) {
331
+ var jt = function(e, t, o) {
332
332
  if (++o[1] === o[0] && e.o.delete(t), e.props.revealOrder && (e.props.revealOrder[0] !== "t" || !e.o.size))
333
333
  for (o = e.u; o; ) {
334
334
  for (; o.length > 3; )
@@ -338,188 +338,188 @@ var Ot = function(e, t, o) {
338
338
  e.u = o = o[2];
339
339
  }
340
340
  };
341
- (Se.prototype = new we()).__a = function(e) {
342
- var t = this, o = co(t.__v), n = t.o.get(e);
341
+ (Pe.prototype = new Ce()).__a = function(e) {
342
+ var t = this, o = po(t.__v), n = t.o.get(e);
343
343
  return n[0]++, function(r) {
344
- var s = function() {
345
- t.props.revealOrder ? (n.push(r), Ot(t, e, n)) : r();
344
+ var i = function() {
345
+ t.props.revealOrder ? (n.push(r), jt(t, e, n)) : r();
346
346
  };
347
- o ? o(s) : s();
347
+ o ? o(i) : i();
348
348
  };
349
- }, Se.prototype.render = function(e) {
349
+ }, Pe.prototype.render = function(e) {
350
350
  this.u = null, this.o = /* @__PURE__ */ new Map();
351
- var t = Je(e.children);
351
+ var t = ot(e.children);
352
352
  e.revealOrder && e.revealOrder[0] === "b" && t.reverse();
353
353
  for (var o = t.length; o--; )
354
354
  this.o.set(t[o], this.u = [1, 0, this.u]);
355
355
  return e.children;
356
- }, Se.prototype.componentDidUpdate = Se.prototype.componentDidMount = function() {
356
+ }, Pe.prototype.componentDidUpdate = Pe.prototype.componentDidMount = function() {
357
357
  var e = this;
358
358
  this.o.forEach(function(t, o) {
359
- Ot(e, o, t);
359
+ jt(e, o, t);
360
360
  });
361
361
  };
362
- var tn = typeof Symbol != "undefined" && Symbol.for && Symbol.for("react.element") || 60103, on = /^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image|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]/, nn = /^on(Ani|Tra|Tou|BeforeInp|Compo)/, rn = /[A-Z0-9]/g, an = typeof document != "undefined", sn = function(e) {
362
+ var an = typeof Symbol != "undefined" && Symbol.for && Symbol.for("react.element") || 60103, sn = /^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image|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]/, cn = /^on(Ani|Tra|Tou|BeforeInp|Compo)/, ln = /[A-Z0-9]/g, _n = typeof document != "undefined", dn = function(e) {
363
363
  return (typeof Symbol != "undefined" && typeof Symbol() == "symbol" ? /fil|che|rad/ : /fil|che|ra/).test(e);
364
364
  };
365
- we.prototype.isReactComponent = {}, ["componentWillMount", "componentWillReceiveProps", "componentWillUpdate"].forEach(function(e) {
366
- Object.defineProperty(we.prototype, e, { configurable: !0, get: function() {
365
+ Ce.prototype.isReactComponent = {}, ["componentWillMount", "componentWillReceiveProps", "componentWillUpdate"].forEach(function(e) {
366
+ Object.defineProperty(Ce.prototype, e, { configurable: !0, get: function() {
367
367
  return this["UNSAFE_" + e];
368
368
  }, set: function(t) {
369
369
  Object.defineProperty(this, e, { configurable: !0, writable: !0, value: t });
370
370
  } });
371
371
  });
372
- var Tt = g.event;
373
- function cn() {
372
+ var St = h.event;
373
+ function un() {
374
374
  }
375
- function ln() {
375
+ function pn() {
376
376
  return this.cancelBubble;
377
377
  }
378
- function _n() {
378
+ function fn() {
379
379
  return this.defaultPrevented;
380
380
  }
381
- g.event = function(e) {
382
- return Tt && (e = Tt(e)), e.persist = cn, e.isPropagationStopped = ln, e.isDefaultPrevented = _n, e.nativeEvent = e;
381
+ h.event = function(e) {
382
+ return St && (e = St(e)), e.persist = un, e.isPropagationStopped = pn, e.isDefaultPrevented = fn, e.nativeEvent = e;
383
383
  };
384
- var dn = { enumerable: !1, configurable: !0, get: function() {
384
+ var gn = { enumerable: !1, configurable: !0, get: function() {
385
385
  return this.class;
386
- } }, At = g.vnode;
387
- g.vnode = function(e) {
386
+ } }, It = h.vnode;
387
+ h.vnode = function(e) {
388
388
  typeof e.type == "string" && function(t) {
389
389
  var o = t.props, n = t.type, r = {};
390
- for (var s in o) {
391
- var a = o[s];
392
- if (!(s === "value" && "defaultValue" in o && a == null || an && s === "children" && n === "noscript" || s === "class" || s === "className")) {
393
- var l = s.toLowerCase();
394
- s === "defaultValue" && "value" in o && o.value == null ? s = "value" : s === "download" && a === !0 ? a = "" : l === "ondoubleclick" ? s = "ondblclick" : l !== "onchange" || n !== "input" && n !== "textarea" || sn(o.type) ? l === "onfocus" ? s = "onfocusin" : l === "onblur" ? s = "onfocusout" : nn.test(s) ? s = l : n.indexOf("-") === -1 && on.test(s) ? s = s.replace(rn, "-$&").toLowerCase() : a === null && (a = void 0) : l = s = "oninput", l === "oninput" && r[s = l] && (s = "oninputCapture"), r[s] = a;
390
+ for (var i in o) {
391
+ var s = o[i];
392
+ if (!(i === "value" && "defaultValue" in o && s == null || _n && i === "children" && n === "noscript" || i === "class" || i === "className")) {
393
+ var l = i.toLowerCase();
394
+ i === "defaultValue" && "value" in o && o.value == null ? i = "value" : i === "download" && s === !0 ? s = "" : l === "ondoubleclick" ? i = "ondblclick" : l !== "onchange" || n !== "input" && n !== "textarea" || dn(o.type) ? l === "onfocus" ? i = "onfocusin" : l === "onblur" ? i = "onfocusout" : cn.test(i) ? i = l : n.indexOf("-") === -1 && sn.test(i) ? i = i.replace(ln, "-$&").toLowerCase() : s === null && (s = void 0) : l = i = "oninput", l === "oninput" && r[i = l] && (i = "oninputCapture"), r[i] = s;
395
395
  }
396
396
  }
397
- n == "select" && r.multiple && Array.isArray(r.value) && (r.value = Je(o.children).forEach(function(c) {
397
+ n == "select" && r.multiple && Array.isArray(r.value) && (r.value = ot(o.children).forEach(function(c) {
398
398
  c.props.selected = r.value.indexOf(c.props.value) != -1;
399
- })), n == "select" && r.defaultValue != null && (r.value = Je(o.children).forEach(function(c) {
399
+ })), n == "select" && r.defaultValue != null && (r.value = ot(o.children).forEach(function(c) {
400
400
  c.props.selected = r.multiple ? r.defaultValue.indexOf(c.props.value) != -1 : r.defaultValue == c.props.value;
401
- })), o.class && !o.className ? (r.class = o.class, Object.defineProperty(r, "className", dn)) : (o.className && !o.class || o.class && o.className) && (r.class = r.className = o.className), t.props = r;
402
- }(e), e.$$typeof = tn, At && At(e);
401
+ })), o.class && !o.className ? (r.class = o.class, Object.defineProperty(r, "className", gn)) : (o.className && !o.class || o.class && o.className) && (r.class = r.className = o.className), t.props = r;
402
+ }(e), e.$$typeof = an, It && It(e);
403
403
  };
404
- var jt = g.__r;
405
- g.__r = function(e) {
406
- jt && jt(e), e.__c;
404
+ var Pt = h.__r;
405
+ h.__r = function(e) {
406
+ Pt && Pt(e), e.__c;
407
407
  };
408
- var St = g.diffed;
409
- g.diffed = function(e) {
410
- St && St(e);
408
+ var Rt = h.diffed;
409
+ h.diffed = function(e) {
410
+ Rt && Rt(e);
411
411
  var t = e.props, o = e.__e;
412
412
  o != null && e.type === "textarea" && "value" in t && t.value !== o.value && (o.value = t.value == null ? "" : t.value);
413
413
  };
414
- function un() {
414
+ function hn() {
415
415
  this.__data__ = [], this.size = 0;
416
416
  }
417
- var pn = un;
418
- function fn(e, t) {
417
+ var vn = hn;
418
+ function mn(e, t) {
419
419
  return e === t || e !== e && t !== t;
420
420
  }
421
- var Be = fn, gn = Be;
422
- function hn(e, t) {
421
+ var ze = mn, yn = ze;
422
+ function bn(e, t) {
423
423
  for (var o = e.length; o--; )
424
- if (gn(e[o][0], t))
424
+ if (yn(e[o][0], t))
425
425
  return o;
426
426
  return -1;
427
427
  }
428
- var qe = hn, vn = qe, mn = Array.prototype, yn = mn.splice;
429
- function bn(e) {
430
- var t = this.__data__, o = vn(t, e);
428
+ var De = bn, $n = De, kn = Array.prototype, Nn = kn.splice;
429
+ function wn(e) {
430
+ var t = this.__data__, o = $n(t, e);
431
431
  if (o < 0)
432
432
  return !1;
433
433
  var n = t.length - 1;
434
- return o == n ? t.pop() : yn.call(t, o, 1), --this.size, !0;
434
+ return o == n ? t.pop() : Nn.call(t, o, 1), --this.size, !0;
435
435
  }
436
- var $n = bn, kn = qe;
437
- function wn(e) {
438
- var t = this.__data__, o = kn(t, e);
436
+ var xn = wn, Cn = De;
437
+ function Tn(e) {
438
+ var t = this.__data__, o = Cn(t, e);
439
439
  return o < 0 ? void 0 : t[o][1];
440
440
  }
441
- var Nn = wn, Cn = qe;
442
- function xn(e) {
443
- return Cn(this.__data__, e) > -1;
441
+ var On = Tn, An = De;
442
+ function Ln(e) {
443
+ return An(this.__data__, e) > -1;
444
444
  }
445
- var On = xn, Tn = qe;
446
- function An(e, t) {
447
- var o = this.__data__, n = Tn(o, e);
445
+ var jn = Ln, Sn = De;
446
+ function In(e, t) {
447
+ var o = this.__data__, n = Sn(o, e);
448
448
  return n < 0 ? (++this.size, o.push([e, t])) : o[n][1] = t, this;
449
449
  }
450
- var jn = An, Sn = pn, In = $n, Ln = Nn, Pn = On, Hn = jn;
451
- function pe(e) {
450
+ var Pn = In, Rn = vn, Hn = xn, Mn = On, En = jn, Bn = Pn;
451
+ function he(e) {
452
452
  var t = -1, o = e == null ? 0 : e.length;
453
453
  for (this.clear(); ++t < o; ) {
454
454
  var n = e[t];
455
455
  this.set(n[0], n[1]);
456
456
  }
457
457
  }
458
- pe.prototype.clear = Sn;
459
- pe.prototype.delete = In;
460
- pe.prototype.get = Ln;
461
- pe.prototype.has = Pn;
462
- pe.prototype.set = Hn;
463
- var Fe = pe, Rn = Fe;
464
- function Mn() {
465
- this.__data__ = new Rn(), this.size = 0;
466
- }
467
- var En = Mn;
468
- function Vn(e) {
458
+ he.prototype.clear = Rn;
459
+ he.prototype.delete = Hn;
460
+ he.prototype.get = Mn;
461
+ he.prototype.has = En;
462
+ he.prototype.set = Bn;
463
+ var Ge = he, Vn = Ge;
464
+ function qn() {
465
+ this.__data__ = new Vn(), this.size = 0;
466
+ }
467
+ var Fn = qn;
468
+ function zn(e) {
469
469
  var t = this.__data__, o = t.delete(e);
470
470
  return this.size = t.size, o;
471
471
  }
472
- var Bn = Vn;
473
- function qn(e) {
472
+ var Dn = zn;
473
+ function Gn(e) {
474
474
  return this.__data__.get(e);
475
475
  }
476
- var Fn = qn;
477
- function zn(e) {
476
+ var Un = Gn;
477
+ function Wn(e) {
478
478
  return this.__data__.has(e);
479
479
  }
480
- var Dn = zn, Gn = typeof je == "object" && je && je.Object === Object && je, lo = Gn, Un = lo, Wn = typeof self == "object" && self && self.Object === Object && self, Kn = Un || Wn || Function("return this")(), fe = Kn, Zn = fe, Xn = Zn.Symbol, _o = Xn, It = _o, uo = Object.prototype, Jn = uo.hasOwnProperty, Qn = uo.toString, ke = It ? It.toStringTag : void 0;
481
- function Yn(e) {
482
- var t = Jn.call(e, ke), o = e[ke];
480
+ var Zn = Wn, Kn = typeof Ie == "object" && Ie && Ie.Object === Object && Ie, fo = Kn, Xn = fo, Jn = typeof self == "object" && self && self.Object === Object && self, Qn = Xn || Jn || Function("return this")(), ve = Qn, Yn = ve, er = Yn.Symbol, go = er, Ht = go, ho = Object.prototype, tr = ho.hasOwnProperty, or = ho.toString, we = Ht ? Ht.toStringTag : void 0;
481
+ function nr(e) {
482
+ var t = tr.call(e, we), o = e[we];
483
483
  try {
484
- e[ke] = void 0;
484
+ e[we] = void 0;
485
485
  var n = !0;
486
- } catch (s) {
486
+ } catch (i) {
487
487
  }
488
- var r = Qn.call(e);
489
- return n && (t ? e[ke] = o : delete e[ke]), r;
488
+ var r = or.call(e);
489
+ return n && (t ? e[we] = o : delete e[we]), r;
490
490
  }
491
- var er = Yn, tr = Object.prototype, or = tr.toString;
492
- function nr(e) {
493
- return or.call(e);
491
+ var rr = nr, ar = Object.prototype, sr = ar.toString;
492
+ function ir(e) {
493
+ return sr.call(e);
494
494
  }
495
- var rr = nr, Lt = _o, ar = er, sr = rr, ir = "[object Null]", cr = "[object Undefined]", Pt = Lt ? Lt.toStringTag : void 0;
496
- function lr(e) {
497
- return e == null ? e === void 0 ? cr : ir : Pt && Pt in Object(e) ? ar(e) : sr(e);
495
+ var cr = ir, Mt = go, lr = rr, _r = cr, dr = "[object Null]", ur = "[object Undefined]", Et = Mt ? Mt.toStringTag : void 0;
496
+ function pr(e) {
497
+ return e == null ? e === void 0 ? ur : dr : Et && Et in Object(e) ? lr(e) : _r(e);
498
498
  }
499
- var ze = lr;
500
- function _r(e) {
499
+ var Ue = pr;
500
+ function fr(e) {
501
501
  var t = typeof e;
502
502
  return e != null && (t == "object" || t == "function");
503
503
  }
504
- var se = _r, dr = ze, ur = se, pr = "[object AsyncFunction]", fr = "[object Function]", gr = "[object GeneratorFunction]", hr = "[object Proxy]";
505
- function vr(e) {
506
- if (!ur(e))
504
+ var ue = fr, gr = Ue, hr = ue, vr = "[object AsyncFunction]", mr = "[object Function]", yr = "[object GeneratorFunction]", br = "[object Proxy]";
505
+ function $r(e) {
506
+ if (!hr(e))
507
507
  return !1;
508
- var t = dr(e);
509
- return t == fr || t == gr || t == pr || t == hr;
508
+ var t = gr(e);
509
+ return t == mr || t == yr || t == vr || t == br;
510
510
  }
511
- var ot = vr, mr = fe, yr = mr["__core-js_shared__"], br = yr, Xe = br, Ht = function() {
512
- var e = /[^.]+$/.exec(Xe && Xe.keys && Xe.keys.IE_PROTO || "");
511
+ var it = $r, kr = ve, Nr = kr["__core-js_shared__"], wr = Nr, tt = wr, Bt = function() {
512
+ var e = /[^.]+$/.exec(tt && tt.keys && tt.keys.IE_PROTO || "");
513
513
  return e ? "Symbol(src)_1." + e : "";
514
514
  }();
515
- function $r(e) {
516
- return !!Ht && Ht in e;
515
+ function xr(e) {
516
+ return !!Bt && Bt in e;
517
517
  }
518
- var kr = $r, wr = Function.prototype, Nr = wr.toString;
519
- function Cr(e) {
518
+ var Cr = xr, Tr = Function.prototype, Or = Tr.toString;
519
+ function Ar(e) {
520
520
  if (e != null) {
521
521
  try {
522
- return Nr.call(e);
522
+ return Or.call(e);
523
523
  } catch (t) {
524
524
  }
525
525
  try {
@@ -529,175 +529,175 @@ function Cr(e) {
529
529
  }
530
530
  return "";
531
531
  }
532
- var xr = Cr, Or = ot, Tr = kr, Ar = se, jr = xr, Sr = /[\\^$.*+?()[\]{}|]/g, Ir = /^\[object .+?Constructor\]$/, Lr = Function.prototype, Pr = Object.prototype, Hr = Lr.toString, Rr = Pr.hasOwnProperty, Mr = RegExp(
533
- "^" + Hr.call(Rr).replace(Sr, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
532
+ var Lr = Ar, jr = it, Sr = Cr, Ir = ue, Pr = Lr, Rr = /[\\^$.*+?()[\]{}|]/g, Hr = /^\[object .+?Constructor\]$/, Mr = Function.prototype, Er = Object.prototype, Br = Mr.toString, Vr = Er.hasOwnProperty, qr = RegExp(
533
+ "^" + Br.call(Vr).replace(Rr, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
534
534
  );
535
- function Er(e) {
536
- if (!Ar(e) || Tr(e))
535
+ function Fr(e) {
536
+ if (!Ir(e) || Sr(e))
537
537
  return !1;
538
- var t = Or(e) ? Mr : Ir;
539
- return t.test(jr(e));
538
+ var t = jr(e) ? qr : Hr;
539
+ return t.test(Pr(e));
540
540
  }
541
- var Vr = Er;
542
- function Br(e, t) {
541
+ var zr = Fr;
542
+ function Dr(e, t) {
543
543
  return e == null ? void 0 : e[t];
544
544
  }
545
- var qr = Br, Fr = Vr, zr = qr;
546
- function Dr(e, t) {
547
- var o = zr(e, t);
548
- return Fr(o) ? o : void 0;
545
+ var Gr = Dr, Ur = zr, Wr = Gr;
546
+ function Zr(e, t) {
547
+ var o = Wr(e, t);
548
+ return Ur(o) ? o : void 0;
549
549
  }
550
- var nt = Dr, Gr = nt, Ur = fe, Wr = Gr(Ur, "Map"), po = Wr, Kr = nt, Zr = Kr(Object, "create"), De = Zr, Rt = De;
551
- function Xr() {
552
- this.__data__ = Rt ? Rt(null) : {}, this.size = 0;
550
+ var ct = Zr, Kr = ct, Xr = ve, Jr = Kr(Xr, "Map"), vo = Jr, Qr = ct, Yr = Qr(Object, "create"), We = Yr, Vt = We;
551
+ function ea() {
552
+ this.__data__ = Vt ? Vt(null) : {}, this.size = 0;
553
553
  }
554
- var Jr = Xr;
555
- function Qr(e) {
554
+ var ta = ea;
555
+ function oa(e) {
556
556
  var t = this.has(e) && delete this.__data__[e];
557
557
  return this.size -= t ? 1 : 0, t;
558
558
  }
559
- var Yr = Qr, ea = De, ta = "__lodash_hash_undefined__", oa = Object.prototype, na = oa.hasOwnProperty;
560
- function ra(e) {
559
+ var na = oa, ra = We, aa = "__lodash_hash_undefined__", sa = Object.prototype, ia = sa.hasOwnProperty;
560
+ function ca(e) {
561
561
  var t = this.__data__;
562
- if (ea) {
562
+ if (ra) {
563
563
  var o = t[e];
564
- return o === ta ? void 0 : o;
564
+ return o === aa ? void 0 : o;
565
565
  }
566
- return na.call(t, e) ? t[e] : void 0;
566
+ return ia.call(t, e) ? t[e] : void 0;
567
567
  }
568
- var aa = ra, sa = De, ia = Object.prototype, ca = ia.hasOwnProperty;
569
- function la(e) {
568
+ var la = ca, _a = We, da = Object.prototype, ua = da.hasOwnProperty;
569
+ function pa(e) {
570
570
  var t = this.__data__;
571
- return sa ? t[e] !== void 0 : ca.call(t, e);
571
+ return _a ? t[e] !== void 0 : ua.call(t, e);
572
572
  }
573
- var _a = la, da = De, ua = "__lodash_hash_undefined__";
574
- function pa(e, t) {
573
+ var fa = pa, ga = We, ha = "__lodash_hash_undefined__";
574
+ function va(e, t) {
575
575
  var o = this.__data__;
576
- return this.size += this.has(e) ? 0 : 1, o[e] = da && t === void 0 ? ua : t, this;
576
+ return this.size += this.has(e) ? 0 : 1, o[e] = ga && t === void 0 ? ha : t, this;
577
577
  }
578
- var fa = pa, ga = Jr, ha = Yr, va = aa, ma = _a, ya = fa;
579
- function ge(e) {
578
+ var ma = va, ya = ta, ba = na, $a = la, ka = fa, Na = ma;
579
+ function me(e) {
580
580
  var t = -1, o = e == null ? 0 : e.length;
581
581
  for (this.clear(); ++t < o; ) {
582
582
  var n = e[t];
583
583
  this.set(n[0], n[1]);
584
584
  }
585
585
  }
586
- ge.prototype.clear = ga;
587
- ge.prototype.delete = ha;
588
- ge.prototype.get = va;
589
- ge.prototype.has = ma;
590
- ge.prototype.set = ya;
591
- var ba = ge, Mt = ba, $a = Fe, ka = po;
592
- function wa() {
586
+ me.prototype.clear = ya;
587
+ me.prototype.delete = ba;
588
+ me.prototype.get = $a;
589
+ me.prototype.has = ka;
590
+ me.prototype.set = Na;
591
+ var wa = me, qt = wa, xa = Ge, Ca = vo;
592
+ function Ta() {
593
593
  this.size = 0, this.__data__ = {
594
- hash: new Mt(),
595
- map: new (ka || $a)(),
596
- string: new Mt()
594
+ hash: new qt(),
595
+ map: new (Ca || xa)(),
596
+ string: new qt()
597
597
  };
598
598
  }
599
- var Na = wa;
600
- function Ca(e) {
599
+ var Oa = Ta;
600
+ function Aa(e) {
601
601
  var t = typeof e;
602
602
  return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
603
603
  }
604
- var xa = Ca, Oa = xa;
605
- function Ta(e, t) {
604
+ var La = Aa, ja = La;
605
+ function Sa(e, t) {
606
606
  var o = e.__data__;
607
- return Oa(t) ? o[typeof t == "string" ? "string" : "hash"] : o.map;
607
+ return ja(t) ? o[typeof t == "string" ? "string" : "hash"] : o.map;
608
608
  }
609
- var Ge = Ta, Aa = Ge;
610
- function ja(e) {
611
- var t = Aa(this, e).delete(e);
609
+ var Ze = Sa, Ia = Ze;
610
+ function Pa(e) {
611
+ var t = Ia(this, e).delete(e);
612
612
  return this.size -= t ? 1 : 0, t;
613
613
  }
614
- var Sa = ja, Ia = Ge;
615
- function La(e) {
616
- return Ia(this, e).get(e);
614
+ var Ra = Pa, Ha = Ze;
615
+ function Ma(e) {
616
+ return Ha(this, e).get(e);
617
617
  }
618
- var Pa = La, Ha = Ge;
619
- function Ra(e) {
620
- return Ha(this, e).has(e);
618
+ var Ea = Ma, Ba = Ze;
619
+ function Va(e) {
620
+ return Ba(this, e).has(e);
621
621
  }
622
- var Ma = Ra, Ea = Ge;
623
- function Va(e, t) {
624
- var o = Ea(this, e), n = o.size;
622
+ var qa = Va, Fa = Ze;
623
+ function za(e, t) {
624
+ var o = Fa(this, e), n = o.size;
625
625
  return o.set(e, t), this.size += o.size == n ? 0 : 1, this;
626
626
  }
627
- var Ba = Va, qa = Na, Fa = Sa, za = Pa, Da = Ma, Ga = Ba;
628
- function he(e) {
627
+ var Da = za, Ga = Oa, Ua = Ra, Wa = Ea, Za = qa, Ka = Da;
628
+ function ye(e) {
629
629
  var t = -1, o = e == null ? 0 : e.length;
630
630
  for (this.clear(); ++t < o; ) {
631
631
  var n = e[t];
632
632
  this.set(n[0], n[1]);
633
633
  }
634
634
  }
635
- he.prototype.clear = qa;
636
- he.prototype.delete = Fa;
637
- he.prototype.get = za;
638
- he.prototype.has = Da;
639
- he.prototype.set = Ga;
640
- var Ua = he, Wa = Fe, Ka = po, Za = Ua, Xa = 200;
641
- function Ja(e, t) {
635
+ ye.prototype.clear = Ga;
636
+ ye.prototype.delete = Ua;
637
+ ye.prototype.get = Wa;
638
+ ye.prototype.has = Za;
639
+ ye.prototype.set = Ka;
640
+ var Xa = ye, Ja = Ge, Qa = vo, Ya = Xa, es = 200;
641
+ function ts(e, t) {
642
642
  var o = this.__data__;
643
- if (o instanceof Wa) {
643
+ if (o instanceof Ja) {
644
644
  var n = o.__data__;
645
- if (!Ka || n.length < Xa - 1)
645
+ if (!Qa || n.length < es - 1)
646
646
  return n.push([e, t]), this.size = ++o.size, this;
647
- o = this.__data__ = new Za(n);
647
+ o = this.__data__ = new Ya(n);
648
648
  }
649
649
  return o.set(e, t), this.size = o.size, this;
650
650
  }
651
- var Qa = Ja, Ya = Fe, es = En, ts = Bn, os = Fn, ns = Dn, rs = Qa;
652
- function ve(e) {
653
- var t = this.__data__ = new Ya(e);
651
+ var os = ts, ns = Ge, rs = Fn, as = Dn, ss = Un, is = Zn, cs = os;
652
+ function be(e) {
653
+ var t = this.__data__ = new ns(e);
654
654
  this.size = t.size;
655
655
  }
656
- ve.prototype.clear = es;
657
- ve.prototype.delete = ts;
658
- ve.prototype.get = os;
659
- ve.prototype.has = ns;
660
- ve.prototype.set = rs;
661
- var as = ve, ss = nt, is = function() {
656
+ be.prototype.clear = rs;
657
+ be.prototype.delete = as;
658
+ be.prototype.get = ss;
659
+ be.prototype.has = is;
660
+ be.prototype.set = cs;
661
+ var ls = be, _s = ct, ds = function() {
662
662
  try {
663
- var e = ss(Object, "defineProperty");
663
+ var e = _s(Object, "defineProperty");
664
664
  return e({}, "", {}), e;
665
665
  } catch (t) {
666
666
  }
667
- }(), fo = is, Et = fo;
668
- function cs(e, t, o) {
669
- t == "__proto__" && Et ? Et(e, t, {
667
+ }(), mo = ds, Ft = mo;
668
+ function us(e, t, o) {
669
+ t == "__proto__" && Ft ? Ft(e, t, {
670
670
  configurable: !0,
671
671
  enumerable: !0,
672
672
  value: o,
673
673
  writable: !0
674
674
  }) : e[t] = o;
675
675
  }
676
- var rt = cs, ls = rt, _s = Be;
677
- function ds(e, t, o) {
678
- (o !== void 0 && !_s(e[t], o) || o === void 0 && !(t in e)) && ls(e, t, o);
676
+ var lt = us, ps = lt, fs = ze;
677
+ function gs(e, t, o) {
678
+ (o !== void 0 && !fs(e[t], o) || o === void 0 && !(t in e)) && ps(e, t, o);
679
679
  }
680
- var go = ds;
681
- function us(e) {
680
+ var yo = gs;
681
+ function hs(e) {
682
682
  return function(t, o, n) {
683
- for (var r = -1, s = Object(t), a = n(t), l = a.length; l--; ) {
684
- var c = a[e ? l : ++r];
685
- if (o(s[c], c, s) === !1)
683
+ for (var r = -1, i = Object(t), s = n(t), l = s.length; l--; ) {
684
+ var c = s[e ? l : ++r];
685
+ if (o(i[c], c, i) === !1)
686
686
  break;
687
687
  }
688
688
  return t;
689
689
  };
690
690
  }
691
- var ps = us, fs = ps, gs = fs(), hs = gs, Pe = {}, vs = {
691
+ var vs = hs, ms = vs, ys = ms(), bs = ys, Me = {}, $s = {
692
692
  get exports() {
693
- return Pe;
693
+ return Me;
694
694
  },
695
695
  set exports(e) {
696
- Pe = e;
696
+ Me = e;
697
697
  }
698
698
  };
699
699
  (function(e, t) {
700
- var o = fe, n = t && !t.nodeType && t, r = n && !0 && e && !e.nodeType && e, s = r && r.exports === n, a = s ? o.Buffer : void 0, l = a ? a.allocUnsafe : void 0;
700
+ var o = ve, n = t && !t.nodeType && t, r = n && !0 && e && !e.nodeType && e, i = r && r.exports === n, s = i ? o.Buffer : void 0, l = s ? s.allocUnsafe : void 0;
701
701
  function c(_, d) {
702
702
  if (d)
703
703
  return _.slice();
@@ -705,229 +705,229 @@ var ps = us, fs = ps, gs = fs(), hs = gs, Pe = {}, vs = {
705
705
  return _.copy(u), u;
706
706
  }
707
707
  e.exports = c;
708
- })(vs, Pe);
709
- var ms = fe, ys = ms.Uint8Array, bs = ys, Vt = bs;
710
- function $s(e) {
708
+ })($s, Me);
709
+ var ks = ve, Ns = ks.Uint8Array, ws = Ns, zt = ws;
710
+ function xs(e) {
711
711
  var t = new e.constructor(e.byteLength);
712
- return new Vt(t).set(new Vt(e)), t;
712
+ return new zt(t).set(new zt(e)), t;
713
713
  }
714
- var ks = $s, ws = ks;
715
- function Ns(e, t) {
716
- var o = t ? ws(e.buffer) : e.buffer;
714
+ var Cs = xs, Ts = Cs;
715
+ function Os(e, t) {
716
+ var o = t ? Ts(e.buffer) : e.buffer;
717
717
  return new e.constructor(o, e.byteOffset, e.length);
718
718
  }
719
- var Cs = Ns;
720
- function xs(e, t) {
719
+ var As = Os;
720
+ function Ls(e, t) {
721
721
  var o = -1, n = e.length;
722
722
  for (t || (t = Array(n)); ++o < n; )
723
723
  t[o] = e[o];
724
724
  return t;
725
725
  }
726
- var Os = xs, Ts = se, Bt = Object.create, As = function() {
726
+ var js = Ls, Ss = ue, Dt = Object.create, Is = function() {
727
727
  function e() {
728
728
  }
729
729
  return function(t) {
730
- if (!Ts(t))
730
+ if (!Ss(t))
731
731
  return {};
732
- if (Bt)
733
- return Bt(t);
732
+ if (Dt)
733
+ return Dt(t);
734
734
  e.prototype = t;
735
735
  var o = new e();
736
736
  return e.prototype = void 0, o;
737
737
  };
738
- }(), js = As;
739
- function Ss(e, t) {
738
+ }(), Ps = Is;
739
+ function Rs(e, t) {
740
740
  return function(o) {
741
741
  return e(t(o));
742
742
  };
743
743
  }
744
- var Is = Ss, Ls = Is, Ps = Ls(Object.getPrototypeOf, Object), ho = Ps, Hs = Object.prototype;
745
- function Rs(e) {
746
- var t = e && e.constructor, o = typeof t == "function" && t.prototype || Hs;
744
+ var Hs = Rs, Ms = Hs, Es = Ms(Object.getPrototypeOf, Object), bo = Es, Bs = Object.prototype;
745
+ function Vs(e) {
746
+ var t = e && e.constructor, o = typeof t == "function" && t.prototype || Bs;
747
747
  return e === o;
748
748
  }
749
- var vo = Rs, Ms = js, Es = ho, Vs = vo;
750
- function Bs(e) {
751
- return typeof e.constructor == "function" && !Vs(e) ? Ms(Es(e)) : {};
749
+ var $o = Vs, qs = Ps, Fs = bo, zs = $o;
750
+ function Ds(e) {
751
+ return typeof e.constructor == "function" && !zs(e) ? qs(Fs(e)) : {};
752
752
  }
753
- var qs = Bs;
754
- function Fs(e) {
753
+ var Gs = Ds;
754
+ function Us(e) {
755
755
  return e != null && typeof e == "object";
756
756
  }
757
- var Te = Fs, zs = ze, Ds = Te, Gs = "[object Arguments]";
758
- function Us(e) {
759
- return Ds(e) && zs(e) == Gs;
757
+ var je = Us, Ws = Ue, Zs = je, Ks = "[object Arguments]";
758
+ function Xs(e) {
759
+ return Zs(e) && Ws(e) == Ks;
760
760
  }
761
- var Ws = Us, qt = Ws, Ks = Te, mo = Object.prototype, Zs = mo.hasOwnProperty, Xs = mo.propertyIsEnumerable, Js = qt(function() {
761
+ var Js = Xs, Gt = Js, Qs = je, ko = Object.prototype, Ys = ko.hasOwnProperty, ei = ko.propertyIsEnumerable, ti = Gt(function() {
762
762
  return arguments;
763
- }()) ? qt : function(e) {
764
- return Ks(e) && Zs.call(e, "callee") && !Xs.call(e, "callee");
765
- }, yo = Js, Qs = Array.isArray, bo = Qs, Ys = 9007199254740991;
766
- function ei(e) {
767
- return typeof e == "number" && e > -1 && e % 1 == 0 && e <= Ys;
763
+ }()) ? Gt : function(e) {
764
+ return Qs(e) && Ys.call(e, "callee") && !ei.call(e, "callee");
765
+ }, No = ti, oi = Array.isArray, wo = oi, ni = 9007199254740991;
766
+ function ri(e) {
767
+ return typeof e == "number" && e > -1 && e % 1 == 0 && e <= ni;
768
768
  }
769
- var $o = ei, ti = ot, oi = $o;
770
- function ni(e) {
771
- return e != null && oi(e.length) && !ti(e);
769
+ var xo = ri, ai = it, si = xo;
770
+ function ii(e) {
771
+ return e != null && si(e.length) && !ai(e);
772
772
  }
773
- var at = ni, ri = at, ai = Te;
774
- function si(e) {
775
- return ai(e) && ri(e);
773
+ var _t = ii, ci = _t, li = je;
774
+ function _i(e) {
775
+ return li(e) && ci(e);
776
776
  }
777
- var ii = si, Ne = {}, ci = {
777
+ var di = _i, Te = {}, ui = {
778
778
  get exports() {
779
- return Ne;
779
+ return Te;
780
780
  },
781
781
  set exports(e) {
782
- Ne = e;
782
+ Te = e;
783
783
  }
784
784
  };
785
- function li() {
785
+ function pi() {
786
786
  return !1;
787
787
  }
788
- var _i = li;
788
+ var fi = pi;
789
789
  (function(e, t) {
790
- var o = fe, n = _i, r = t && !t.nodeType && t, s = r && !0 && e && !e.nodeType && e, a = s && s.exports === r, l = a ? o.Buffer : void 0, c = l ? l.isBuffer : void 0, _ = c || n;
790
+ var o = ve, n = fi, r = t && !t.nodeType && t, i = r && !0 && e && !e.nodeType && e, s = i && i.exports === r, l = s ? o.Buffer : void 0, c = l ? l.isBuffer : void 0, _ = c || n;
791
791
  e.exports = _;
792
- })(ci, Ne);
793
- var di = ze, ui = ho, pi = Te, fi = "[object Object]", gi = Function.prototype, hi = Object.prototype, ko = gi.toString, vi = hi.hasOwnProperty, mi = ko.call(Object);
794
- function yi(e) {
795
- if (!pi(e) || di(e) != fi)
792
+ })(ui, Te);
793
+ var gi = Ue, hi = bo, vi = je, mi = "[object Object]", yi = Function.prototype, bi = Object.prototype, Co = yi.toString, $i = bi.hasOwnProperty, ki = Co.call(Object);
794
+ function Ni(e) {
795
+ if (!vi(e) || gi(e) != mi)
796
796
  return !1;
797
- var t = ui(e);
797
+ var t = hi(e);
798
798
  if (t === null)
799
799
  return !0;
800
- var o = vi.call(t, "constructor") && t.constructor;
801
- return typeof o == "function" && o instanceof o && ko.call(o) == mi;
800
+ var o = $i.call(t, "constructor") && t.constructor;
801
+ return typeof o == "function" && o instanceof o && Co.call(o) == ki;
802
802
  }
803
- var bi = yi, $i = ze, ki = $o, wi = Te, Ni = "[object Arguments]", Ci = "[object Array]", xi = "[object Boolean]", Oi = "[object Date]", Ti = "[object Error]", Ai = "[object Function]", ji = "[object Map]", Si = "[object Number]", Ii = "[object Object]", Li = "[object RegExp]", Pi = "[object Set]", Hi = "[object String]", Ri = "[object WeakMap]", Mi = "[object ArrayBuffer]", Ei = "[object DataView]", Vi = "[object Float32Array]", Bi = "[object Float64Array]", qi = "[object Int8Array]", Fi = "[object Int16Array]", zi = "[object Int32Array]", Di = "[object Uint8Array]", Gi = "[object Uint8ClampedArray]", Ui = "[object Uint16Array]", Wi = "[object Uint32Array]", w = {};
804
- w[Vi] = w[Bi] = w[qi] = w[Fi] = w[zi] = w[Di] = w[Gi] = w[Ui] = w[Wi] = !0;
805
- w[Ni] = w[Ci] = w[Mi] = w[xi] = w[Ei] = w[Oi] = w[Ti] = w[Ai] = w[ji] = w[Si] = w[Ii] = w[Li] = w[Pi] = w[Hi] = w[Ri] = !1;
806
- function Ki(e) {
807
- return wi(e) && ki(e.length) && !!w[$i(e)];
803
+ var wi = Ni, xi = Ue, Ci = xo, Ti = je, Oi = "[object Arguments]", Ai = "[object Array]", Li = "[object Boolean]", ji = "[object Date]", Si = "[object Error]", Ii = "[object Function]", Pi = "[object Map]", Ri = "[object Number]", Hi = "[object Object]", Mi = "[object RegExp]", Ei = "[object Set]", Bi = "[object String]", Vi = "[object WeakMap]", qi = "[object ArrayBuffer]", Fi = "[object DataView]", zi = "[object Float32Array]", Di = "[object Float64Array]", Gi = "[object Int8Array]", Ui = "[object Int16Array]", Wi = "[object Int32Array]", Zi = "[object Uint8Array]", Ki = "[object Uint8ClampedArray]", Xi = "[object Uint16Array]", Ji = "[object Uint32Array]", N = {};
804
+ N[zi] = N[Di] = N[Gi] = N[Ui] = N[Wi] = N[Zi] = N[Ki] = N[Xi] = N[Ji] = !0;
805
+ N[Oi] = N[Ai] = N[qi] = N[Li] = N[Fi] = N[ji] = N[Si] = N[Ii] = N[Pi] = N[Ri] = N[Hi] = N[Mi] = N[Ei] = N[Bi] = N[Vi] = !1;
806
+ function Qi(e) {
807
+ return Ti(e) && Ci(e.length) && !!N[xi(e)];
808
808
  }
809
- var Zi = Ki;
810
- function Xi(e) {
809
+ var Yi = Qi;
810
+ function ec(e) {
811
811
  return function(t) {
812
812
  return e(t);
813
813
  };
814
814
  }
815
- var Ji = Xi, He = {}, Qi = {
815
+ var tc = ec, Ee = {}, oc = {
816
816
  get exports() {
817
- return He;
817
+ return Ee;
818
818
  },
819
819
  set exports(e) {
820
- He = e;
820
+ Ee = e;
821
821
  }
822
822
  };
823
823
  (function(e, t) {
824
- var o = lo, n = t && !t.nodeType && t, r = n && !0 && e && !e.nodeType && e, s = r && r.exports === n, a = s && o.process, l = function() {
824
+ var o = fo, n = t && !t.nodeType && t, r = n && !0 && e && !e.nodeType && e, i = r && r.exports === n, s = i && o.process, l = function() {
825
825
  try {
826
826
  var c = r && r.require && r.require("util").types;
827
- return c || a && a.binding && a.binding("util");
827
+ return c || s && s.binding && s.binding("util");
828
828
  } catch (_) {
829
829
  }
830
830
  }();
831
831
  e.exports = l;
832
- })(Qi, He);
833
- var Yi = Zi, ec = Ji, Ft = He, zt = Ft && Ft.isTypedArray, tc = zt ? ec(zt) : Yi, wo = tc;
834
- function oc(e, t) {
832
+ })(oc, Ee);
833
+ var nc = Yi, rc = tc, Ut = Ee, Wt = Ut && Ut.isTypedArray, ac = Wt ? rc(Wt) : nc, To = ac;
834
+ function sc(e, t) {
835
835
  if (!(t === "constructor" && typeof e[t] == "function") && t != "__proto__")
836
836
  return e[t];
837
837
  }
838
- var No = oc, nc = rt, rc = Be, ac = Object.prototype, sc = ac.hasOwnProperty;
839
- function ic(e, t, o) {
838
+ var Oo = sc, ic = lt, cc = ze, lc = Object.prototype, _c = lc.hasOwnProperty;
839
+ function dc(e, t, o) {
840
840
  var n = e[t];
841
- (!(sc.call(e, t) && rc(n, o)) || o === void 0 && !(t in e)) && nc(e, t, o);
841
+ (!(_c.call(e, t) && cc(n, o)) || o === void 0 && !(t in e)) && ic(e, t, o);
842
842
  }
843
- var cc = ic, lc = cc, _c = rt;
844
- function dc(e, t, o, n) {
843
+ var uc = dc, pc = uc, fc = lt;
844
+ function gc(e, t, o, n) {
845
845
  var r = !o;
846
846
  o || (o = {});
847
- for (var s = -1, a = t.length; ++s < a; ) {
848
- var l = t[s], c = n ? n(o[l], e[l], l, o, e) : void 0;
849
- c === void 0 && (c = e[l]), r ? _c(o, l, c) : lc(o, l, c);
847
+ for (var i = -1, s = t.length; ++i < s; ) {
848
+ var l = t[i], c = n ? n(o[l], e[l], l, o, e) : void 0;
849
+ c === void 0 && (c = e[l]), r ? fc(o, l, c) : pc(o, l, c);
850
850
  }
851
851
  return o;
852
852
  }
853
- var uc = dc;
854
- function pc(e, t) {
853
+ var hc = gc;
854
+ function vc(e, t) {
855
855
  for (var o = -1, n = Array(e); ++o < e; )
856
856
  n[o] = t(o);
857
857
  return n;
858
858
  }
859
- var fc = pc, gc = 9007199254740991, hc = /^(?:0|[1-9]\d*)$/;
860
- function vc(e, t) {
859
+ var mc = vc, yc = 9007199254740991, bc = /^(?:0|[1-9]\d*)$/;
860
+ function $c(e, t) {
861
861
  var o = typeof e;
862
- return t = t == null ? gc : t, !!t && (o == "number" || o != "symbol" && hc.test(e)) && e > -1 && e % 1 == 0 && e < t;
862
+ return t = t == null ? yc : t, !!t && (o == "number" || o != "symbol" && bc.test(e)) && e > -1 && e % 1 == 0 && e < t;
863
863
  }
864
- var Co = vc, mc = fc, yc = yo, bc = bo, $c = Ne, kc = Co, wc = wo, Nc = Object.prototype, Cc = Nc.hasOwnProperty;
865
- function xc(e, t) {
866
- var o = bc(e), n = !o && yc(e), r = !o && !n && $c(e), s = !o && !n && !r && wc(e), a = o || n || r || s, l = a ? mc(e.length, String) : [], c = l.length;
864
+ var Ao = $c, kc = mc, Nc = No, wc = wo, xc = Te, Cc = Ao, Tc = To, Oc = Object.prototype, Ac = Oc.hasOwnProperty;
865
+ function Lc(e, t) {
866
+ var o = wc(e), n = !o && Nc(e), r = !o && !n && xc(e), i = !o && !n && !r && Tc(e), s = o || n || r || i, l = s ? kc(e.length, String) : [], c = l.length;
867
867
  for (var _ in e)
868
- (t || Cc.call(e, _)) && !(a && // Safari 9 has enumerable `arguments.length` in strict mode.
868
+ (t || Ac.call(e, _)) && !(s && // Safari 9 has enumerable `arguments.length` in strict mode.
869
869
  (_ == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
870
870
  r && (_ == "offset" || _ == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
871
- s && (_ == "buffer" || _ == "byteLength" || _ == "byteOffset") || // Skip index properties.
872
- kc(_, c))) && l.push(_);
871
+ i && (_ == "buffer" || _ == "byteLength" || _ == "byteOffset") || // Skip index properties.
872
+ Cc(_, c))) && l.push(_);
873
873
  return l;
874
874
  }
875
- var Oc = xc;
876
- function Tc(e) {
875
+ var jc = Lc;
876
+ function Sc(e) {
877
877
  var t = [];
878
878
  if (e != null)
879
879
  for (var o in Object(e))
880
880
  t.push(o);
881
881
  return t;
882
882
  }
883
- var Ac = Tc, jc = se, Sc = vo, Ic = Ac, Lc = Object.prototype, Pc = Lc.hasOwnProperty;
884
- function Hc(e) {
885
- if (!jc(e))
886
- return Ic(e);
887
- var t = Sc(e), o = [];
883
+ var Ic = Sc, Pc = ue, Rc = $o, Hc = Ic, Mc = Object.prototype, Ec = Mc.hasOwnProperty;
884
+ function Bc(e) {
885
+ if (!Pc(e))
886
+ return Hc(e);
887
+ var t = Rc(e), o = [];
888
888
  for (var n in e)
889
- n == "constructor" && (t || !Pc.call(e, n)) || o.push(n);
889
+ n == "constructor" && (t || !Ec.call(e, n)) || o.push(n);
890
890
  return o;
891
891
  }
892
- var Rc = Hc, Mc = Oc, Ec = Rc, Vc = at;
893
- function Bc(e) {
894
- return Vc(e) ? Mc(e, !0) : Ec(e);
892
+ var Vc = Bc, qc = jc, Fc = Vc, zc = _t;
893
+ function Dc(e) {
894
+ return zc(e) ? qc(e, !0) : Fc(e);
895
895
  }
896
- var xo = Bc, qc = uc, Fc = xo;
897
- function zc(e) {
898
- return qc(e, Fc(e));
896
+ var Lo = Dc, Gc = hc, Uc = Lo;
897
+ function Wc(e) {
898
+ return Gc(e, Uc(e));
899
899
  }
900
- var Dc = zc, Dt = go, Gc = Pe, Uc = Cs, Wc = Os, Kc = qs, Gt = yo, Ut = bo, Zc = ii, Xc = Ne, Jc = ot, Qc = se, Yc = bi, el = wo, Wt = No, tl = Dc;
901
- function ol(e, t, o, n, r, s, a) {
902
- var l = Wt(e, o), c = Wt(t, o), _ = a.get(c);
900
+ var Zc = Wc, Zt = yo, Kc = Me, Xc = As, Jc = js, Qc = Gs, Kt = No, Xt = wo, Yc = di, el = Te, tl = it, ol = ue, nl = wi, rl = To, Jt = Oo, al = Zc;
901
+ function sl(e, t, o, n, r, i, s) {
902
+ var l = Jt(e, o), c = Jt(t, o), _ = s.get(c);
903
903
  if (_) {
904
- Dt(e, o, _);
904
+ Zt(e, o, _);
905
905
  return;
906
906
  }
907
- var d = s ? s(l, c, o + "", e, t, a) : void 0, p = d === void 0;
907
+ var d = i ? i(l, c, o + "", e, t, s) : void 0, p = d === void 0;
908
908
  if (p) {
909
- var u = Ut(c), h = !u && Xc(c), m = !u && !h && el(c);
910
- d = c, u || h || m ? Ut(l) ? d = l : Zc(l) ? d = Wc(l) : h ? (p = !1, d = Gc(c, !0)) : m ? (p = !1, d = Uc(c, !0)) : d = [] : Yc(c) || Gt(c) ? (d = l, Gt(l) ? d = tl(l) : (!Qc(l) || Jc(l)) && (d = Kc(c))) : p = !1;
909
+ var u = Xt(c), g = !u && el(c), m = !u && !g && rl(c);
910
+ d = c, u || g || m ? Xt(l) ? d = l : Yc(l) ? d = Jc(l) : g ? (p = !1, d = Kc(c, !0)) : m ? (p = !1, d = Xc(c, !0)) : d = [] : nl(c) || Kt(c) ? (d = l, Kt(l) ? d = al(l) : (!ol(l) || tl(l)) && (d = Qc(c))) : p = !1;
911
911
  }
912
- p && (a.set(c, d), r(d, c, n, s, a), a.delete(c)), Dt(e, o, d);
912
+ p && (s.set(c, d), r(d, c, n, i, s), s.delete(c)), Zt(e, o, d);
913
913
  }
914
- var nl = ol, rl = as, al = go, sl = hs, il = nl, cl = se, ll = xo, _l = No;
915
- function Oo(e, t, o, n, r) {
916
- e !== t && sl(t, function(s, a) {
917
- if (r || (r = new rl()), cl(s))
918
- il(e, t, a, o, Oo, n, r);
914
+ var il = sl, cl = ls, ll = yo, _l = bs, dl = il, ul = ue, pl = Lo, fl = Oo;
915
+ function jo(e, t, o, n, r) {
916
+ e !== t && _l(t, function(i, s) {
917
+ if (r || (r = new cl()), ul(i))
918
+ dl(e, t, s, o, jo, n, r);
919
919
  else {
920
- var l = n ? n(_l(e, a), s, a + "", e, t, r) : void 0;
921
- l === void 0 && (l = s), al(e, a, l);
920
+ var l = n ? n(fl(e, s), i, s + "", e, t, r) : void 0;
921
+ l === void 0 && (l = i), ll(e, s, l);
922
922
  }
923
- }, ll);
923
+ }, pl);
924
924
  }
925
- var dl = Oo;
926
- function ul(e) {
925
+ var gl = jo;
926
+ function hl(e) {
927
927
  return e;
928
928
  }
929
- var To = ul;
930
- function pl(e, t, o) {
929
+ var So = hl;
930
+ function vl(e, t, o) {
931
931
  switch (o.length) {
932
932
  case 0:
933
933
  return e.call(t);
@@ -940,131 +940,131 @@ function pl(e, t, o) {
940
940
  }
941
941
  return e.apply(t, o);
942
942
  }
943
- var fl = pl, gl = fl, Kt = Math.max;
944
- function hl(e, t, o) {
945
- return t = Kt(t === void 0 ? e.length - 1 : t, 0), function() {
946
- for (var n = arguments, r = -1, s = Kt(n.length - t, 0), a = Array(s); ++r < s; )
947
- a[r] = n[t + r];
943
+ var ml = vl, yl = ml, Qt = Math.max;
944
+ function bl(e, t, o) {
945
+ return t = Qt(t === void 0 ? e.length - 1 : t, 0), function() {
946
+ for (var n = arguments, r = -1, i = Qt(n.length - t, 0), s = Array(i); ++r < i; )
947
+ s[r] = n[t + r];
948
948
  r = -1;
949
949
  for (var l = Array(t + 1); ++r < t; )
950
950
  l[r] = n[r];
951
- return l[t] = o(a), gl(e, this, l);
951
+ return l[t] = o(s), yl(e, this, l);
952
952
  };
953
953
  }
954
- var vl = hl;
955
- function ml(e) {
954
+ var $l = bl;
955
+ function kl(e) {
956
956
  return function() {
957
957
  return e;
958
958
  };
959
959
  }
960
- var yl = ml, bl = yl, Zt = fo, $l = To, kl = Zt ? function(e, t) {
961
- return Zt(e, "toString", {
960
+ var Nl = kl, wl = Nl, Yt = mo, xl = So, Cl = Yt ? function(e, t) {
961
+ return Yt(e, "toString", {
962
962
  configurable: !0,
963
963
  enumerable: !1,
964
- value: bl(t),
964
+ value: wl(t),
965
965
  writable: !0
966
966
  });
967
- } : $l, wl = kl, Nl = 800, Cl = 16, xl = Date.now;
968
- function Ol(e) {
967
+ } : xl, Tl = Cl, Ol = 800, Al = 16, Ll = Date.now;
968
+ function jl(e) {
969
969
  var t = 0, o = 0;
970
970
  return function() {
971
- var n = xl(), r = Cl - (n - o);
971
+ var n = Ll(), r = Al - (n - o);
972
972
  if (o = n, r > 0) {
973
- if (++t >= Nl)
973
+ if (++t >= Ol)
974
974
  return arguments[0];
975
975
  } else
976
976
  t = 0;
977
977
  return e.apply(void 0, arguments);
978
978
  };
979
979
  }
980
- var Tl = Ol, Al = wl, jl = Tl, Sl = jl(Al), Il = Sl, Ll = To, Pl = vl, Hl = Il;
981
- function Rl(e, t) {
982
- return Hl(Pl(e, t, Ll), e + "");
980
+ var Sl = jl, Il = Tl, Pl = Sl, Rl = Pl(Il), Hl = Rl, Ml = So, El = $l, Bl = Hl;
981
+ function Vl(e, t) {
982
+ return Bl(El(e, t, Ml), e + "");
983
983
  }
984
- var Ml = Rl, El = Be, Vl = at, Bl = Co, ql = se;
985
- function Fl(e, t, o) {
986
- if (!ql(o))
984
+ var ql = Vl, Fl = ze, zl = _t, Dl = Ao, Gl = ue;
985
+ function Ul(e, t, o) {
986
+ if (!Gl(o))
987
987
  return !1;
988
988
  var n = typeof t;
989
- return (n == "number" ? Vl(o) && Bl(t, o.length) : n == "string" && t in o) ? El(o[t], e) : !1;
989
+ return (n == "number" ? zl(o) && Dl(t, o.length) : n == "string" && t in o) ? Fl(o[t], e) : !1;
990
990
  }
991
- var zl = Fl, Dl = Ml, Gl = zl;
992
- function Ul(e) {
993
- return Dl(function(t, o) {
994
- var n = -1, r = o.length, s = r > 1 ? o[r - 1] : void 0, a = r > 2 ? o[2] : void 0;
995
- for (s = e.length > 3 && typeof s == "function" ? (r--, s) : void 0, a && Gl(o[0], o[1], a) && (s = r < 3 ? void 0 : s, r = 1), t = Object(t); ++n < r; ) {
991
+ var Wl = Ul, Zl = ql, Kl = Wl;
992
+ function Xl(e) {
993
+ return Zl(function(t, o) {
994
+ var n = -1, r = o.length, i = r > 1 ? o[r - 1] : void 0, s = r > 2 ? o[2] : void 0;
995
+ for (i = e.length > 3 && typeof i == "function" ? (r--, i) : void 0, s && Kl(o[0], o[1], s) && (i = r < 3 ? void 0 : i, r = 1), t = Object(t); ++n < r; ) {
996
996
  var l = o[n];
997
- l && e(t, l, n, s);
997
+ l && e(t, l, n, i);
998
998
  }
999
999
  return t;
1000
1000
  });
1001
1001
  }
1002
- var Wl = Ul, Kl = dl, Zl = Wl;
1003
- Zl(function(e, t, o) {
1004
- Kl(e, t, o);
1002
+ var Jl = Xl, Ql = gl, Yl = Jl;
1003
+ Yl(function(e, t, o) {
1004
+ Ql(e, t, o);
1005
1005
  });
1006
- const re = (e, t, o) => Array.isArray(e) ? e.map((n, r) => {
1007
- const s = [o, r].filter(j).join(".");
1008
- return re(t(r, n, s), t, s);
1009
- }) : typeof e == "object" && e ? Object.entries(e).reduce((n, [r, s]) => {
1010
- const a = [o, r].filter(j).join(".");
1011
- return n[r] = re(t(r, s, a), t, a), n;
1012
- }, {}) : e, Xl = (e) => {
1006
+ const de = (e, t, o) => Array.isArray(e) ? e.map((n, r) => {
1007
+ const i = [o, r].filter(S).join(".");
1008
+ return de(t(r, n, i), t, i);
1009
+ }) : typeof e == "object" && e ? Object.entries(e).reduce((n, [r, i]) => {
1010
+ const s = [o, r].filter(S).join(".");
1011
+ return n[r] = de(t(r, i, s), t, s), n;
1012
+ }, {}) : e, e_ = (e) => {
1013
1013
  const t = document.getElementsByTagName("head")[0], o = document.createElement("link");
1014
1014
  Object.entries(e).forEach(([n, r]) => o.setAttribute(n, r)), t.appendChild(o);
1015
- }, Ue = () => {
1015
+ }, Ke = () => {
1016
1016
  let e = {};
1017
1017
  return {
1018
- on: (a, l) => {
1019
- a in e ? e[a].push(l) : e[a] = [l];
1018
+ on: (s, l) => {
1019
+ s in e ? e[s].push(l) : e[s] = [l];
1020
1020
  },
1021
- has: (a) => a in e,
1022
- get: (a) => e[a],
1023
- emit: (a, ...l) => a in e ? e[a].map((c) => c(...l)).filter(Boolean) : [],
1021
+ has: (s) => s in e,
1022
+ get: (s) => e[s],
1023
+ emit: (s, ...l) => s in e ? e[s].map((c) => c(...l)).filter(Boolean) : [],
1024
1024
  reset: () => e = {}
1025
1025
  };
1026
- }, Jl = () => ({
1026
+ }, t_ = () => ({
1027
1027
  name: null,
1028
1028
  logo: null
1029
- }), Xt = () => ({
1029
+ }), eo = () => ({
1030
1030
  name: null,
1031
1031
  logo: null
1032
- }), Ql = () => ({
1032
+ }), o_ = () => ({
1033
1033
  factor: null,
1034
1034
  type: null,
1035
1035
  outcome: null,
1036
1036
  value: null
1037
- }), Yl = () => ({
1037
+ }), n_ = () => ({
1038
1038
  w1: null,
1039
1039
  x: null,
1040
1040
  w2: null
1041
- }), e_ = () => ({
1041
+ }), r_ = () => ({
1042
1042
  w1: null,
1043
1043
  w2: null
1044
- }), t_ = () => ({
1045
- one_x_two: Yl(),
1046
- one_two: e_()
1047
- }), Ao = (e, t) => {
1044
+ }), a_ = () => ({
1045
+ one_x_two: n_(),
1046
+ one_two: r_()
1047
+ }), Io = (e, t) => {
1048
1048
  var n;
1049
1049
  const o = {
1050
1050
  slug: (e == null ? void 0 : e.slug) || null,
1051
1051
  sportSlug: (e == null ? void 0 : e.sport_slug) || null,
1052
1052
  matchDate: (e == null ? void 0 : e.match_date) || null,
1053
1053
  teams: f({}, (e == null ? void 0 : e.teams) || {
1054
- 0: Xt(),
1055
- 1: Xt()
1054
+ 0: eo(),
1055
+ 1: eo()
1056
1056
  }),
1057
- league: (e == null ? void 0 : e.unique_tournament) || Jl(),
1058
- prediction: (e == null ? void 0 : e.prediction) || Ql(),
1057
+ league: (e == null ? void 0 : e.unique_tournament) || t_(),
1058
+ prediction: (e == null ? void 0 : e.prediction) || o_(),
1059
1059
  isNational: (n = e == null ? void 0 : e.is_national) != null ? n : null
1060
1060
  };
1061
1061
  if (t != null && t.markets) {
1062
- const r = t.markets.reduce((s, a) => (s[a] = v(e || {}, `markets.${a}`, t_()[a || "one_two"]), s), {});
1063
- Ce(o, "markets", r);
1062
+ const r = t.markets.reduce((i, s) => (i[s] = v(e || {}, `markets.${s}`, a_()[s || "one_two"]), i), {});
1063
+ Oe(o, "markets", r);
1064
1064
  }
1065
1065
  return o;
1066
- }, o_ = (e = 300, t) => new Promise((o) => setTimeout(() => o(t), e)), n_ = (e) => !e && e == null, j = (e) => !n_(e), Jt = (e) => typeof e != "object" && typeof e != "function" || e === null, r_ = (e) => typeof e == "object" && !Array.isArray(e) && j(e), a_ = (e) => e.replace(/[A-Z]+(?![a-z])|[A-Z]/g, (t, o) => (o ? "-" : "") + t.toLowerCase()), Q = (e, ...t) => t.reduce((o, n) => (o[n] = e[n], o), {});
1067
- function te(e, ...t) {
1066
+ }, s_ = (e = 300, t) => new Promise((o) => setTimeout(() => o(t), e)), i_ = (e) => !e && e == null, S = (e) => !i_(e), to = (e) => typeof e != "object" && typeof e != "function" || e === null, c_ = (e) => typeof e == "object" && !Array.isArray(e) && S(e), l_ = (e) => e.replace(/[A-Z]+(?![a-z])|[A-Z]/g, (t, o) => (o ? "-" : "") + t.toLowerCase()), te = (e, ...t) => t.reduce((o, n) => (o[n] = e[n], o), {});
1067
+ function ne(e, ...t) {
1068
1068
  const o = f({}, e);
1069
1069
  return t.forEach((n) => {
1070
1070
  delete o[n];
@@ -1073,12 +1073,12 @@ function te(e, ...t) {
1073
1073
  const v = (e, t, o) => {
1074
1074
  if (!t)
1075
1075
  return;
1076
- const r = (Array.isArray(t) ? t : t.match(/([^[.\]])+/g)).reduce((s, a) => s && s[a], e);
1076
+ const r = (Array.isArray(t) ? t : t.match(/([^[.\]])+/g)).reduce((i, s) => i && i[s], e);
1077
1077
  return r === void 0 ? o : r;
1078
- }, Ce = (e, t, o) => {
1078
+ }, Oe = (e, t, o) => {
1079
1079
  const n = Array.isArray(t) ? t : t.match(/([^[.\]])+/g);
1080
- return n.reduce((r, s, a) => (r[s] === void 0 && (r[s] = {}), a === n.length - 1 && (r[s] = o), r[s]), e);
1081
- }, s_ = (e) => {
1080
+ return n.reduce((r, i, s) => (r[i] === void 0 && (r[i] = {}), s === n.length - 1 && (r[i] = o), r[i]), e);
1081
+ }, __ = (e) => {
1082
1082
  const t = e.slice(1);
1083
1083
  t.length === 3 && (e = t.split("").map((n) => `${n}${n}`).join(""));
1084
1084
  const o = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);
@@ -1087,9 +1087,9 @@ const v = (e, t, o) => {
1087
1087
  g: parseInt(o[2], 16),
1088
1088
  b: parseInt(o[3], 16)
1089
1089
  } : void 0;
1090
- }, jo = (...e) => e.map((t) => JSON.stringify(t)).every((t, o, n) => t === n[0]), _f = (e) => "id" in e && "root" in e, i_ = (e, t = 1) => e.replace(")", `, ${t})`).replace("rgb", "rgba"), So = (e, t, o) => re(e, (n, r, s) => Jt(r) || Array.isArray(r) && r.every(Jt) ? o ? o(n, [r, v(t, s)], s) ? v(t, s, r) : r : v(t, s, r) : r), df = (e, t) => {
1090
+ }, Po = (...e) => e.map((t) => JSON.stringify(t)).every((t, o, n) => t === n[0]), qf = (e) => "id" in e && "root" in e, d_ = (e, t = 1) => e.replace(")", `, ${t})`).replace("rgb", "rgba"), Ro = (e, t, o) => de(e, (n, r, i) => to(r) || Array.isArray(r) && r.every(to) ? o ? o(n, [r, v(t, i)], i) ? v(t, i, r) : r : v(t, i, r) : r), Ff = (e, t) => {
1091
1091
  try {
1092
- re(e, (o, n, r) => {
1092
+ de(e, (o, n, r) => {
1093
1093
  if (t(o, n, r))
1094
1094
  throw {
1095
1095
  key: o,
@@ -1101,68 +1101,68 @@ const v = (e, t, o) => {
1101
1101
  } catch (o) {
1102
1102
  return o;
1103
1103
  }
1104
- }, uf = (e, t) => {
1104
+ }, zf = (e, t) => {
1105
1105
  const o = [];
1106
- return re(e, (n, r, s) => (t(n, r, s, o) && o.push({
1106
+ return de(e, (n, r, i) => (t(n, r, i, o) && o.push({
1107
1107
  key: n,
1108
1108
  value: r,
1109
- path: s
1109
+ path: i
1110
1110
  }), r)), o;
1111
- }, Io = ["desktop", "laptop", "tablet", "mobile"], c_ = {
1111
+ }, Ho = ["desktop", "laptop", "tablet", "mobile"], u_ = {
1112
1112
  mobile: 320,
1113
1113
  tablet: 768,
1114
1114
  laptop: 1024,
1115
1115
  desktop: 1920
1116
- }, l_ = "_root_90dqc_1", __ = "_icon_90dqc_5", d_ = "_iconTarget_90dqc_17", u_ = "_body_90dqc_23", p_ = "_bodyOpen_90dqc_31", f_ = "_simpleGift_in_90dqc_1", g_ = "_close_90dqc_44", h_ = "_arrow_90dqc_56", v_ = "_container_90dqc_67", m_ = "_inner_90dqc_73", y_ = "_logo_90dqc_80", b_ = "_text_90dqc_87", $_ = "_button_90dqc_94", k_ = "_buttonAnimated_90dqc_103", w_ = "_increase_90dqc_1", N_ = "_legalGap_90dqc_107", C_ = "_legalOpen_90dqc_111", x_ = "_legal_90dqc_107", O_ = "_legalText_90dqc_139", T_ = "_legalButton_90dqc_157", A_ = "_fadein_90dqc_1", j_ = "_pulse_90dqc_1", S_ = "_gradient_90dqc_1", I_ = "_wiggle_90dqc_1", C = {
1117
- root: l_,
1118
- icon: __,
1119
- iconTarget: d_,
1120
- body: u_,
1121
- bodyOpen: p_,
1122
- simpleGift_in: f_,
1123
- close: g_,
1124
- arrow: h_,
1125
- container: v_,
1126
- inner: m_,
1127
- logo: y_,
1128
- text: b_,
1129
- button: $_,
1130
- buttonAnimated: k_,
1131
- increase: w_,
1132
- legalGap: N_,
1133
- legalOpen: C_,
1134
- legal: x_,
1135
- legalText: O_,
1136
- legalButton: T_,
1137
- fadein: A_,
1138
- pulse: j_,
1139
- gradient: S_,
1140
- wiggle: I_
1116
+ }, p_ = "_root_90dqc_1", f_ = "_icon_90dqc_5", g_ = "_iconTarget_90dqc_17", h_ = "_body_90dqc_23", v_ = "_bodyOpen_90dqc_31", m_ = "_simpleGift_in_90dqc_1", y_ = "_close_90dqc_44", b_ = "_arrow_90dqc_56", $_ = "_container_90dqc_67", k_ = "_inner_90dqc_73", N_ = "_logo_90dqc_80", w_ = "_text_90dqc_87", x_ = "_button_90dqc_94", C_ = "_buttonAnimated_90dqc_103", T_ = "_increase_90dqc_1", O_ = "_legalGap_90dqc_107", A_ = "_legalOpen_90dqc_111", L_ = "_legal_90dqc_107", j_ = "_legalText_90dqc_139", S_ = "_legalButton_90dqc_157", I_ = "_fadein_90dqc_1", P_ = "_pulse_90dqc_1", R_ = "_gradient_90dqc_1", H_ = "_wiggle_90dqc_1", x = {
1117
+ root: p_,
1118
+ icon: f_,
1119
+ iconTarget: g_,
1120
+ body: h_,
1121
+ bodyOpen: v_,
1122
+ simpleGift_in: m_,
1123
+ close: y_,
1124
+ arrow: b_,
1125
+ container: $_,
1126
+ inner: k_,
1127
+ logo: N_,
1128
+ text: w_,
1129
+ button: x_,
1130
+ buttonAnimated: C_,
1131
+ increase: T_,
1132
+ legalGap: O_,
1133
+ legalOpen: A_,
1134
+ legal: L_,
1135
+ legalText: j_,
1136
+ legalButton: S_,
1137
+ fadein: I_,
1138
+ pulse: P_,
1139
+ gradient: R_,
1140
+ wiggle: H_
1141
1141
  };
1142
- var L_ = 0;
1143
- function i(e, t, o, n, r, s) {
1144
- var a, l, c = {};
1142
+ var M_ = 0;
1143
+ function a(e, t, o, n, r, i) {
1144
+ var s, l, c = {};
1145
1145
  for (l in t)
1146
- l == "ref" ? a = t[l] : c[l] = t[l];
1147
- var _ = { type: e, props: c, key: o, ref: a, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, __h: null, constructor: void 0, __v: --L_, __source: r, __self: s };
1148
- if (typeof e == "function" && (a = e.defaultProps))
1149
- for (l in a)
1150
- c[l] === void 0 && (c[l] = a[l]);
1151
- return g.vnode && g.vnode(_), _;
1152
- }
1153
- const Lo = Do(), ie = ({
1146
+ l == "ref" ? s = t[l] : c[l] = t[l];
1147
+ var _ = { type: e, props: c, key: o, ref: s, __k: null, __: null, __b: 0, __e: null, __d: void 0, __c: null, __h: null, constructor: void 0, __v: --M_, __source: r, __self: i };
1148
+ if (typeof e == "function" && (s = e.defaultProps))
1149
+ for (l in s)
1150
+ c[l] === void 0 && (c[l] = s[l]);
1151
+ return h.vnode && h.vnode(_), _;
1152
+ }
1153
+ const Mo = Zo(), se = ({
1154
1154
  children: e,
1155
1155
  value: t
1156
- }) => i(Lo.Provider, {
1156
+ }) => a(Mo.Provider, {
1157
1157
  value: t,
1158
1158
  children: e
1159
- }), ce = (e) => (a) => $e(void 0, null, function* () {
1160
- var l = a, {
1159
+ }), ie = (e) => (s) => Ne(void 0, null, function* () {
1160
+ var l = s, {
1161
1161
  target: t,
1162
1162
  id: o,
1163
1163
  ref: n,
1164
1164
  state: r
1165
- } = l, s = We(l, [
1165
+ } = l, i = Qe(l, [
1166
1166
  "target",
1167
1167
  "id",
1168
1168
  "ref",
@@ -1172,280 +1172,280 @@ const Lo = Do(), ie = ({
1172
1172
  const c = yield import("./resize-observer-15e7a1bf.js");
1173
1173
  window.ResizeObserver = c.ResizeObserver;
1174
1174
  }
1175
- return Go(i(ie, {
1175
+ return Ko(a(se, {
1176
1176
  value: r,
1177
- children: Uo(e, f({
1177
+ children: Xo(e, f({
1178
1178
  ref: n,
1179
1179
  id: o
1180
- }, s))
1180
+ }, i))
1181
1181
  }), t);
1182
- }), q = () => Xo(Lo), P_ = (e = {}) => typeof e == "object" && j(e) && Io.every((t) => t in e), H_ = (e, t) => e && re(e, (o, n) => {
1183
- if (P_(n)) {
1182
+ }), I = () => en(Mo), E_ = (e = {}) => typeof e == "object" && S(e) && Ho.every((t) => t in e), B_ = (e, t) => e && de(e, (o, n) => {
1183
+ if (E_(n)) {
1184
1184
  const r = n[t];
1185
- return r && "parent" in r && j(r.parent) ? f(f({}, n[r.parent]), te(r, "parent")) : r;
1185
+ return r && "parent" in r && S(r.parent) ? f(f({}, n[r.parent]), ne(r, "parent")) : r;
1186
1186
  }
1187
1187
  return n;
1188
- }), le = (e, t) => H_(e, t), me = ({
1188
+ }), ce = (e, t) => B_(e, t), pe = ({
1189
1189
  id: e,
1190
1190
  targetRef: t,
1191
1191
  parentKey: o = "device-container",
1192
- breakpoints: n = c_
1192
+ breakpoints: n = u_
1193
1193
  }) => {
1194
- const [r, s] = Y("desktop"), a = (l) => {
1194
+ const [r, i] = oe("desktop"), s = (l) => {
1195
1195
  var p;
1196
- const c = l.getBoundingClientRect().width || 0, _ = Object.entries(f({}, n)).sort(([u, h], [m, y]) => h - y), d = ((p = _.find(([u, h], m) => {
1197
- const [y, b] = _[m + 1] || [];
1198
- return c >= h && c < b;
1196
+ const c = l.getBoundingClientRect().width || 0, _ = Object.entries(f({}, n)).sort(([u, g], [m, b]) => g - b), d = ((p = _.find(([u, g], m) => {
1197
+ const [b, $] = _[m + 1] || [];
1198
+ return c >= g && c < $;
1199
1199
  })) == null ? void 0 : p[0]) || "desktop";
1200
- s(d);
1200
+ i(d);
1201
1201
  };
1202
- return no(() => {
1202
+ return io(() => {
1203
1203
  const l = t.current.closest(`[data-${o}='${e}']`) || document.body;
1204
- l && (new ResizeObserver(() => a(l)).observe(l), a(l));
1204
+ l && (new ResizeObserver(() => s(l)).observe(l), s(l));
1205
1205
  }, []), r;
1206
- }, Qt = (e) => console.warn(`[Adstore-templates Deprecated]: ${e}`), Re = (e, t) => j(e) && !(typeof e == "number" ? e.toString() : e).includes(t) ? `${e}${t}` : e, R_ = (e) => e.startsWith("px_"), M_ = (e) => e.startsWith("percent_"), E_ = (e, t) => {
1206
+ }, oo = (e) => console.warn(`[Adstore-templates Deprecated]: ${e}`), Be = (e, t) => S(e) && !(typeof e == "number" ? e.toString() : e).includes(t) ? `${e}${t}` : e, V_ = (e) => e.startsWith("px_"), q_ = (e) => e.startsWith("percent_"), F_ = (e, t) => {
1207
1207
  let o = e, n = t;
1208
- return R_(o) && (o = o.replace("px_", ""), n = Re(t, "px")), M_(o) && (o = o.replace("percent_", ""), n = Re(t, "%")), {
1208
+ return V_(o) && (o = o.replace("px_", ""), n = Be(t, "px")), q_(o) && (o = o.replace("percent_", ""), n = Be(t, "%")), {
1209
1209
  key: o,
1210
1210
  value: n
1211
1211
  };
1212
- }, V_ = "-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'", B_ = ["borderWidth", "borderLeftWidth", "borderRightWidth", "borderTopWidth", "borderBottomWidth", "minHeight", "minWidth", "maxWidth", "maxHeight", "fontSize", "height", "width", "letterSpacing", "fontSize", "left", "right", "top", "bottom", "marginTop", "marginBottom", "marginLeft", "marginRight", "paddingTop", "paddingBottom", "paddingLeft", "paddingRight"], Po = (e) => {
1212
+ }, z_ = "-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'", D_ = ["borderWidth", "borderLeftWidth", "borderRightWidth", "borderTopWidth", "borderBottomWidth", "minHeight", "minWidth", "maxWidth", "maxHeight", "fontSize", "height", "width", "letterSpacing", "fontSize", "left", "right", "top", "bottom", "marginTop", "marginBottom", "marginLeft", "marginRight", "paddingTop", "paddingBottom", "paddingLeft", "paddingRight"], Eo = (e) => {
1213
1213
  const t = Object.keys(e);
1214
1214
  return (t.includes("innerHTML") || t.includes("innerText")) && console.warn('Warning! InnerHTML and innerText is deprecated. Use "children" property.'), typeof e != "object" ? e : Object.entries(e).reduce((o, [n, r]) => {
1215
- B_.includes(n) && (r = Re(r, "px"));
1215
+ D_.includes(n) && (r = Be(r, "px"));
1216
1216
  const {
1217
- key: s,
1218
- value: a
1219
- } = E_(n, r);
1220
- if (r_(a) && (o[s] = Po(a)), o[s] = a, s === "hidden" && a)
1217
+ key: i,
1218
+ value: s
1219
+ } = F_(n, r);
1220
+ if (c_(s) && (o[i] = Eo(s)), o[i] = s, i === "hidden" && s)
1221
1221
  return o.display = "none", o;
1222
- if (s === "innerHTML" && (o.innerHTML = j(a) ? `${a}` : ""), s === "innerText" && (o.innerText = j(a) ? `${a}` : ""), s === "children" && (o.children = typeof a == "string" ? j(a) ? `${a}` : "" : a), s.includes("borderWidth") && (o.borderStyle = "solid"), s === "corner" && (o.borderRadius = Re(a, "px")), s === "backgroundFit" && (Qt("Property 'backgroundFit' is deprecated. Use 'objectFit' instead."), o.backgroundSize = a, o.objectFit = a), s === "backgroundImage" && j(a) && (o.backgroundImage = `url(${a})`, o.backgroundRepeat = "no-repeat", o.imageSource = a, Qt("Property 'backgroundImage' is deprecated. Use 'imageSource' instead.")), s === "backgroundColorOpacity" && j(o.backgroundColorOpacity) && j(o.backgroundColor)) {
1223
- const l = s_(o.backgroundColor);
1224
- l && (o.backgroundColor = i_(`rgb(${l.r}, ${l.g}, ${l.b})`, +o.backgroundColorOpacity / 100));
1222
+ if (i === "innerHTML" && (o.innerHTML = S(s) ? `${s}` : ""), i === "innerText" && (o.innerText = S(s) ? `${s}` : ""), i === "children" && (o.children = typeof s == "string" ? S(s) ? `${s}` : "" : s), i.includes("borderWidth") && (o.borderStyle = "solid"), i === "corner" && (o.borderRadius = Be(s, "px")), i === "backgroundFit" && (oo("Property 'backgroundFit' is deprecated. Use 'objectFit' instead."), o.backgroundSize = s, o.objectFit = s), i === "backgroundImage" && S(s) && (o.backgroundImage = `url(${s})`, o.backgroundRepeat = "no-repeat", o.imageSource = s, oo("Property 'backgroundImage' is deprecated. Use 'imageSource' instead.")), i === "backgroundColorOpacity" && S(o.backgroundColorOpacity) && S(o.backgroundColor)) {
1223
+ const l = __(o.backgroundColor);
1224
+ l && (o.backgroundColor = d_(`rgb(${l.r}, ${l.g}, ${l.b})`, +o.backgroundColorOpacity / 100));
1225
1225
  }
1226
- return s === "fontFamily" && /auto/i.test(a) && (o.fontFamily = V_), s === "isBold" && (o.fontWeight = a ? "bold" : "initial"), s === "isItalic" && (o.fontStyle = a ? "italic" : "initial"), s === "isThrough" && (o.textDecoration = a ? "line-through" : "initial"), o;
1226
+ return i === "fontFamily" && /auto/i.test(s) && (o.fontFamily = z_), i === "isBold" && (o.fontWeight = s ? "bold" : "initial"), i === "isItalic" && (o.fontStyle = s ? "italic" : "initial"), i === "isThrough" && (o.textDecoration = s ? "line-through" : "initial"), o;
1227
1227
  }, e);
1228
- }, q_ = (e) => typeof e == "object" && !Array.isArray(e) && "parent" in e, R = (e) => j(e) ? Object.entries(e).reduce((t, [o, n]) => (t[o] = q_(n) ? Po(f({}, e[o])) : n, t), {}) : e, F_ = (e) => e in document.createElement("div").style || e.startsWith("--"), ee = (r) => {
1229
- var s = r, {
1228
+ }, G_ = (e) => typeof e == "object" && !Array.isArray(e) && "parent" in e, j = (e) => S(e) ? Object.entries(e).reduce((t, [o, n]) => (t[o] = G_(n) ? Eo(f({}, e[o])) : n, t), {}) : e, U_ = (e) => e in document.createElement("div").style || e.startsWith("--"), K = (r) => {
1229
+ var i = r, {
1230
1230
  children: e,
1231
1231
  typography: t,
1232
1232
  accentTypography: o
1233
- } = s, n = We(s, [
1233
+ } = i, n = Qe(i, [
1234
1234
  "children",
1235
1235
  "typography",
1236
1236
  "accentTypography"
1237
1237
  ]);
1238
1238
  var c;
1239
- const a = Oe(() => {
1239
+ const s = Le(() => {
1240
1240
  if (!o)
1241
1241
  return {};
1242
1242
  let _ = "";
1243
1243
  return Object.entries(o).forEach(([d, p]) => {
1244
- F_(d) && (_ += `${a_(d)}: ${p}; `);
1244
+ U_(d) && (_ += `${l_(d)}: ${p}; `);
1245
1245
  }), _;
1246
- }, [o]), l = (c = e == null ? void 0 : e.replace(/script|\n/g, "")) == null ? void 0 : c.replace(/{{(.*?)}}/g, `<span style="${a}">$1</span>`);
1247
- return i("div", $(f({}, n), {
1246
+ }, [o]), l = (c = e == null ? void 0 : e.replace(/script|\n/g, "")) == null ? void 0 : c.replace(/{{(.*?)}}/g, `<span style="${s}">$1</span>`);
1247
+ return a("div", y(f({}, n), {
1248
1248
  style: f(f({}, t), n.style || {}),
1249
1249
  dangerouslySetInnerHTML: {
1250
1250
  __html: l
1251
1251
  }
1252
1252
  }));
1253
- }, Ho = () => {
1254
- const [e, t] = Y(!1);
1253
+ }, Xe = () => {
1254
+ const [e, t] = oe(!1);
1255
1255
  return [e, () => t((o) => !o)];
1256
- }, ye = () => i("svg", {
1256
+ }, $e = () => a("svg", {
1257
1257
  xmlns: "http://www.w3.org/2000/svg",
1258
1258
  width: "100%",
1259
1259
  height: "100%",
1260
1260
  viewBox: "0 0 24 24",
1261
- children: i("path", {
1261
+ children: a("path", {
1262
1262
  d: "M17.659 4.929a1 1 0 1 1 1.414 1.414L13.416 12l5.657 5.657a1 1 0 0 1-1.415 1.414l-5.656-5.657-5.657 5.657a1 1 0 0 1-1.414-1.414L10.587 12 4.931 6.343A1 1 0 1 1 6.345 4.93l5.657 5.657 5.656-5.657Z",
1263
1263
  fill: "currentColor"
1264
1264
  })
1265
- }), et = () => i("svg", {
1265
+ }), at = () => a("svg", {
1266
1266
  width: "16",
1267
1267
  height: "16",
1268
1268
  viewBox: "0 0 16 16",
1269
1269
  fill: "none",
1270
1270
  xmlns: "http://www.w3.org/2000/svg",
1271
- children: i("path", {
1271
+ children: a("path", {
1272
1272
  d: "M5.95312 2.15L7.04063 4H7H4.75C4.05937 4 3.5 3.44062 3.5 2.75C3.5 2.05938 4.05937 1.5 4.75 1.5H4.81875C5.28437 1.5 5.71875 1.74688 5.95312 2.15ZM2 2.75C2 3.2 2.10938 3.625 2.3 4H1C0.446875 4 0 4.44688 0 5V7C0 7.55312 0.446875 8 1 8H15C15.5531 8 16 7.55312 16 7V5C16 4.44688 15.5531 4 15 4H13.7C13.8906 3.625 14 3.2 14 2.75C14 1.23125 12.7688 0 11.25 0H11.1812C10.1844 0 9.25938 0.528125 8.75313 1.3875L8 2.67188L7.24687 1.39062C6.74062 0.528125 5.81562 0 4.81875 0H4.75C3.23125 0 2 1.23125 2 2.75ZM12.5 2.75C12.5 3.44062 11.9406 4 11.25 4H9H8.95938L10.0469 2.15C10.2844 1.74688 10.7156 1.5 11.1812 1.5H11.25C11.9406 1.5 12.5 2.05938 12.5 2.75ZM1 9V14.5C1 15.3281 1.67188 16 2.5 16H7V9H1ZM9 16H13.5C14.3281 16 15 15.3281 15 14.5V9H9V16Z",
1273
1273
  fill: "currentColor"
1274
1274
  })
1275
- }), z_ = (e) => ({
1275
+ }), W_ = (e) => ({
1276
1276
  fade: `${e.fade} 2s linear infinite`,
1277
1277
  pulse: `${e.pulse} .3s linear 0s infinite alternate forwards`,
1278
1278
  wiggle: `${e.wiggle} 2s linear infinite`,
1279
1279
  gradient: `${e.gradient} 3s ease infinite`
1280
- }), Ro = (e, t) => {
1281
- var d, p, u, h, m, y, b, S, M, I, L, E, F;
1282
- const o = z_(t), n = R(e), r = (d = n == null ? void 0 : n.icon) == null ? void 0 : d.hasIcon, s = {
1280
+ }), Bo = (e, t) => {
1281
+ var d, p, u, g, m, b, $, P, E, R, H, B, z;
1282
+ const o = W_(t), n = j(e), r = (d = n == null ? void 0 : n.icon) == null ? void 0 : d.hasIcon, i = {
1283
1283
  left: `${+(((p = e == null ? void 0 : e.container) == null ? void 0 : p.left) || 0) * -1 + 8}px`,
1284
1284
  backgroundColor: (u = n == null ? void 0 : n.container) == null ? void 0 : u.backgroundColor,
1285
- borderTopWidth: (h = n == null ? void 0 : n.container) == null ? void 0 : h.borderWidth,
1285
+ borderTopWidth: (g = n == null ? void 0 : n.container) == null ? void 0 : g.borderWidth,
1286
1286
  borderTopColor: (m = n == null ? void 0 : n.container) == null ? void 0 : m.borderColor,
1287
1287
  borderTopStyle: "solid",
1288
- borderLeftWidth: (y = n == null ? void 0 : n.container) == null ? void 0 : y.borderWidth,
1289
- borderLeftColor: (b = n == null ? void 0 : n.container) == null ? void 0 : b.borderColor,
1288
+ borderLeftWidth: (b = n == null ? void 0 : n.container) == null ? void 0 : b.borderWidth,
1289
+ borderLeftColor: ($ = n == null ? void 0 : n.container) == null ? void 0 : $.borderColor,
1290
1290
  borderLeftStyle: "solid"
1291
- }, a = {
1292
- left: (S = n == null ? void 0 : n.container) == null ? void 0 : S.left
1293
- }, l = (((M = n == null ? void 0 : n.icon) == null ? void 0 : M.animations) || []).map((k) => o[k]).join(", "), c = j((I = n == null ? void 0 : n.icon) == null ? void 0 : I.gradientColor) && ((L = n == null ? void 0 : n.icon) != null && L.animations.includes("gradient")) ? {
1294
- background: `linear-gradient(-90deg, ${(E = n.icon) == null ? void 0 : E.backgroundColor} 0%, ${(F = n == null ? void 0 : n.icon) == null ? void 0 : F.gradientColor} 100%) 0% 0% / 400% 400%`,
1291
+ }, s = {
1292
+ left: (P = n == null ? void 0 : n.container) == null ? void 0 : P.left
1293
+ }, l = (((E = n == null ? void 0 : n.icon) == null ? void 0 : E.animations) || []).map((k) => o[k]).join(", "), c = S((R = n == null ? void 0 : n.icon) == null ? void 0 : R.gradientColor) && ((H = n == null ? void 0 : n.icon) != null && H.animations.includes("gradient")) ? {
1294
+ background: `linear-gradient(-90deg, ${(B = n.icon) == null ? void 0 : B.backgroundColor} 0%, ${(z = n == null ? void 0 : n.icon) == null ? void 0 : z.gradientColor} 100%) 0% 0% / 400% 400%`,
1295
1295
  backgroundSize: "400% 400%"
1296
- } : n == null ? void 0 : n.icon, _ = f($(f({}, (n == null ? void 0 : n.icon) || {}), {
1296
+ } : n == null ? void 0 : n.icon, _ = f(y(f({}, (n == null ? void 0 : n.icon) || {}), {
1297
1297
  animation: l
1298
1298
  }), c);
1299
1299
  return {
1300
1300
  hasIcon: r,
1301
- arrowRules: s,
1302
- bodyRules: a,
1301
+ arrowRules: i,
1302
+ bodyRules: s,
1303
1303
  iconRules: _
1304
1304
  };
1305
- }, _e = (e) => {
1305
+ }, le = (e) => {
1306
1306
  const t = /* @__PURE__ */ new Set([]);
1307
- re(e, (n, r) => (n === "fontFamily" && t.add(r), r));
1308
- const o = Oe(() => Array.from(t.values()).filter((n) => !/auto/i.test(n)).map((n) => ({
1307
+ de(e, (n, r) => (n === "fontFamily" && t.add(r), r));
1308
+ const o = Le(() => Array.from(t.values()).filter((n) => !/auto/i.test(n)).map((n) => ({
1309
1309
  rel: "stylesheet",
1310
1310
  href: `https://fonts.googleapis.com/css?family=${n}:300,400,500,700&display=swap`
1311
1311
  })), [t]);
1312
- B(() => {
1313
- o.forEach(Xl);
1312
+ q(() => {
1313
+ o.forEach(e_);
1314
1314
  }, [o]);
1315
- }, Z = ["backgroundColor", "backgroundColorOpacity", "backgroundImage", "backgroundSize", "backgroundRepeat"], D_ = ["borderWidth", "borderColor", "borderStyle"], Yt = ["imageSource", "objectFit"], Me = ["marginTop", "marginBottom", "marginLeft", "marginRight", "paddingTop", "paddingBottom", "paddingLeft", "paddingRight"], G_ = ({
1315
+ }, X = ["backgroundColor", "backgroundColorOpacity", "backgroundImage", "backgroundSize", "backgroundRepeat"], Z_ = ["borderWidth", "borderColor", "borderStyle"], no = ["imageSource", "objectFit"], Ve = ["marginTop", "marginBottom", "marginLeft", "marginRight", "paddingTop", "paddingBottom", "paddingLeft", "paddingRight"], K_ = ({
1316
1316
  delay: e,
1317
1317
  onOpen: t,
1318
1318
  onAutoOpen: o
1319
1319
  }) => {
1320
- const [n, r] = Y(!1), s = G(null), a = (c) => {
1321
- clearTimeout(s.current), s.current = null;
1320
+ const [n, r] = oe(!1), i = F(null), s = (c) => {
1321
+ clearTimeout(i.current), i.current = null;
1322
1322
  }, l = () => {
1323
- a(s.current), r((c) => !c);
1323
+ s(i.current), r((c) => !c);
1324
1324
  };
1325
- return B(() => (s.current = setTimeout(() => {
1325
+ return q(() => (i.current = setTimeout(() => {
1326
1326
  r(!0), o && o();
1327
- }, e || 1e3), () => a(s.current)), [e]), B(() => {
1328
- n && !s.current && t && t();
1327
+ }, e || 1e3), () => s(i.current)), [e]), q(() => {
1328
+ n && !i.current && t && t();
1329
1329
  }, [n]), {
1330
1330
  isOpen: n,
1331
1331
  toggle: l
1332
1332
  };
1333
- }, Mo = ({
1333
+ }, Vo = ({
1334
1334
  ref: e,
1335
1335
  openDelay: t
1336
1336
  }) => {
1337
- const o = G(Ue()), n = (c) => o.current.on("open", c), r = (c) => o.current.on("click", c), s = (c) => o.current.on("autoOpen", c), {
1338
- isOpen: a,
1337
+ const o = F(Ke()), n = (c) => o.current.on("open", c), r = (c) => o.current.on("click", c), i = (c) => o.current.on("autoOpen", c), {
1338
+ isOpen: s,
1339
1339
  toggle: l
1340
- } = G_({
1340
+ } = K_({
1341
1341
  delay: t,
1342
1342
  onOpen: () => o.current.emit("open"),
1343
1343
  onAutoOpen: () => o.current.emit("autoOpen")
1344
1344
  });
1345
- return Ve(e, () => ({
1345
+ return Fe(e, () => ({
1346
1346
  onOpen: n,
1347
1347
  onClick: r,
1348
- onAutoOpen: s,
1348
+ onAutoOpen: i,
1349
1349
  resetListeners: o.current.reset
1350
- })), B(() => o.current.reset, []), {
1351
- isOpen: a,
1350
+ })), q(() => o.current.reset, []), {
1351
+ isOpen: s,
1352
1352
  toggle: l,
1353
1353
  click: (...c) => o.current.emit("click", ...c)
1354
1354
  };
1355
- }, U_ = ae(({
1355
+ }, X_ = ae(({
1356
1356
  id: e
1357
1357
  }, t) => {
1358
- var S, M, I, L, E, F, k, U, z;
1359
- const o = G(null), [n, r] = Ho(), s = q(), a = me({
1358
+ var P, E, R, H, B, z, k, U, D;
1359
+ const o = F(null), [n, r] = Xe(), i = I(), s = pe({
1360
1360
  targetRef: o,
1361
1361
  id: e
1362
- }), l = le(s, a), c = R(l), {
1362
+ }), l = ce(i, s), c = j(l), {
1363
1363
  hasIcon: _,
1364
1364
  iconRules: d,
1365
1365
  bodyRules: p,
1366
1366
  arrowRules: u
1367
- } = Ro(l, {
1368
- fade: C.fadein,
1369
- pulse: C.pulse,
1370
- wiggle: C.wiggle,
1371
- gradient: C.gradient
1367
+ } = Bo(l, {
1368
+ fade: x.fadein,
1369
+ pulse: x.pulse,
1370
+ wiggle: x.wiggle,
1371
+ gradient: x.gradient
1372
1372
  }), {
1373
- isOpen: h,
1373
+ isOpen: g,
1374
1374
  toggle: m,
1375
- click: y
1376
- } = Mo({
1375
+ click: b
1376
+ } = Vo({
1377
1377
  ref: t,
1378
- openDelay: (S = l == null ? void 0 : l.container) == null ? void 0 : S.delay
1378
+ openDelay: (P = l == null ? void 0 : l.container) == null ? void 0 : P.delay
1379
1379
  });
1380
- _e(l);
1381
- const b = n ? Q(c.container, ...D_) : {};
1382
- return i("div", {
1383
- className: H(C.root, {
1384
- [C.legalOpen]: n
1380
+ le(l);
1381
+ const $ = n ? te(c.container, ...Z_) : {};
1382
+ return a("div", {
1383
+ className: L(x.root, {
1384
+ [x.legalOpen]: n
1385
1385
  }),
1386
1386
  ref: o,
1387
- children: [i("div", {
1388
- className: C.icon,
1387
+ children: [a("div", {
1388
+ className: x.icon,
1389
1389
  style: d,
1390
1390
  onClick: m,
1391
- children: _ && i("div", {
1392
- className: C.iconTarget,
1393
- children: i(et, {})
1391
+ children: _ && a("div", {
1392
+ className: x.iconTarget,
1393
+ children: a(at, {})
1394
1394
  })
1395
- }), i("div", {
1396
- className: H(C.body, {
1397
- [C.bodyOpen]: h
1395
+ }), a("div", {
1396
+ className: L(x.body, {
1397
+ [x.bodyOpen]: g
1398
1398
  }),
1399
1399
  style: p,
1400
- children: [i("div", {
1401
- className: C.arrow,
1400
+ children: [a("div", {
1401
+ className: x.arrow,
1402
1402
  style: u
1403
- }), i("div", {
1404
- className: C.close,
1403
+ }), a("div", {
1404
+ className: x.close,
1405
1405
  style: c == null ? void 0 : c.close,
1406
1406
  onClick: m,
1407
- children: i(ye, {})
1408
- }), i("div", {
1409
- className: C.container,
1407
+ children: a($e, {})
1408
+ }), a("div", {
1409
+ className: x.container,
1410
1410
  style: c == null ? void 0 : c.container,
1411
- children: [i("a", {
1412
- href: (M = c == null ? void 0 : c.root) == null ? void 0 : M.offer,
1411
+ children: [a("a", {
1412
+ href: (E = c == null ? void 0 : c.root) == null ? void 0 : E.offer,
1413
1413
  target: "_blank",
1414
1414
  rel: "nofollow noopener noreferrer",
1415
- onClick: () => y(c.id),
1416
- children: [i("div", {
1417
- className: C.inner,
1418
- children: [i("div", {
1419
- className: C.logo,
1415
+ onClick: () => b(c.id),
1416
+ children: [a("div", {
1417
+ className: x.inner,
1418
+ children: [a("div", {
1419
+ className: x.logo,
1420
1420
  style: c == null ? void 0 : c.logo
1421
- }), i(ee, {
1422
- className: C.text,
1421
+ }), a(K, {
1422
+ className: x.text,
1423
1423
  style: c == null ? void 0 : c.text,
1424
- typography: (I = c.text) == null ? void 0 : I.typography,
1425
- accentTypography: (L = c.text) == null ? void 0 : L.accentTypography,
1426
- children: (E = c == null ? void 0 : c.text) == null ? void 0 : E.children
1424
+ typography: (R = c.text) == null ? void 0 : R.typography,
1425
+ accentTypography: (H = c.text) == null ? void 0 : H.accentTypography,
1426
+ children: (B = c == null ? void 0 : c.text) == null ? void 0 : B.children
1427
1427
  })]
1428
- }), i("div", {
1429
- className: H(C.button, {
1430
- [C.buttonAnimated]: c == null ? void 0 : c.button.isAnimated
1428
+ }), a("div", {
1429
+ className: L(x.button, {
1430
+ [x.buttonAnimated]: c == null ? void 0 : c.button.isAnimated
1431
1431
  }),
1432
1432
  style: c == null ? void 0 : c.button,
1433
- children: (F = c == null ? void 0 : c.button) == null ? void 0 : F.children
1433
+ children: (z = c == null ? void 0 : c.button) == null ? void 0 : z.children
1434
1434
  })]
1435
- }), i("div", {
1436
- className: C.legalGap
1437
- }), i("div", {
1438
- className: C.legal,
1439
- style: f(f({}, c == null ? void 0 : c.legal), b),
1440
- children: i("span", {
1441
- className: C.legalText,
1442
- children: i("span", {
1443
- children: [i("span", {
1435
+ }), a("div", {
1436
+ className: x.legalGap
1437
+ }), a("div", {
1438
+ className: x.legal,
1439
+ style: f(f({}, c == null ? void 0 : c.legal), $),
1440
+ children: a("span", {
1441
+ className: x.legalText,
1442
+ children: a("span", {
1443
+ children: [a("span", {
1444
1444
  children: (k = c == null ? void 0 : c.legal) == null ? void 0 : k.children
1445
- }), i("span", {
1446
- className: C.legalButton,
1445
+ }), a("span", {
1446
+ className: x.legalButton,
1447
1447
  onClick: r,
1448
- children: n ? (U = c == null ? void 0 : c.legal) == null ? void 0 : U.buttonOpenText : (z = c == null ? void 0 : c.legal) == null ? void 0 : z.buttonHideText
1448
+ children: n ? (U = c == null ? void 0 : c.legal) == null ? void 0 : U.buttonOpenText : (D = c == null ? void 0 : c.legal) == null ? void 0 : D.buttonHideText
1449
1449
  })]
1450
1450
  })
1451
1451
  })
@@ -1453,578 +1453,578 @@ const Lo = Do(), ie = ({
1453
1453
  })]
1454
1454
  })]
1455
1455
  });
1456
- }), pf = ce(i(U_, {})), W_ = "_root_9zg53_1", K_ = "_icon_9zg53_5", Z_ = "_iconTarget_9zg53_17", X_ = "_body_9zg53_23", J_ = "_desktop_9zg53_30", Q_ = "_tablet_9zg53_30", Y_ = "_laptop_9zg53_30", ed = "_bodyOpen_9zg53_34", td = "_complexGift_in_9zg53_1", od = "_arrow_9zg53_47", nd = "_container_9zg53_57", rd = "_promotion_9zg53_62", ad = "_close_9zg53_68", sd = "_head_9zg53_80", id = "_headIcon_9zg53_86", cd = "_headTitle_9zg53_92", ld = "_inner_9zg53_99", _d = "_fadein_9zg53_1", dd = "_pulse_9zg53_1", ud = "_gradient_9zg53_1", pd = "_wiggle_9zg53_1", x = {
1457
- root: W_,
1458
- icon: K_,
1459
- iconTarget: Z_,
1460
- body: X_,
1461
- desktop: J_,
1462
- tablet: Q_,
1463
- laptop: Y_,
1464
- bodyOpen: ed,
1465
- complexGift_in: td,
1466
- arrow: od,
1467
- container: nd,
1468
- promotion: rd,
1469
- close: ad,
1470
- head: sd,
1471
- headIcon: id,
1472
- headTitle: cd,
1473
- inner: ld,
1474
- fadein: _d,
1475
- pulse: dd,
1476
- gradient: ud,
1477
- wiggle: pd
1478
- }, fd = "_root_1y96a_1", gd = "_body_1y96a_30", hd = "_bodyInner_1y96a_38", vd = "_line_1y96a_43", md = "_text_1y96a_53", yd = "_button_1y96a_61", bd = "_logo_1y96a_73", $d = "_variant2_1y96a_79", kd = "_buttonText_1y96a_83", wd = "_legal_1y96a_100", X = {
1479
- root: fd,
1480
- body: gd,
1481
- bodyInner: hd,
1482
- line: vd,
1483
- text: md,
1484
- button: yd,
1485
- logo: bd,
1486
- variant2: $d,
1487
- buttonText: kd,
1488
- legal: wd
1489
- }, Nd = ({
1456
+ }), Df = ie(a(X_, {})), J_ = "_root_9zg53_1", Q_ = "_icon_9zg53_5", Y_ = "_iconTarget_9zg53_17", ed = "_body_9zg53_23", td = "_desktop_9zg53_30", od = "_tablet_9zg53_30", nd = "_laptop_9zg53_30", rd = "_bodyOpen_9zg53_34", ad = "_complexGift_in_9zg53_1", sd = "_arrow_9zg53_47", id = "_container_9zg53_57", cd = "_promotion_9zg53_62", ld = "_close_9zg53_68", _d = "_head_9zg53_80", dd = "_headIcon_9zg53_86", ud = "_headTitle_9zg53_92", pd = "_inner_9zg53_99", fd = "_fadein_9zg53_1", gd = "_pulse_9zg53_1", hd = "_gradient_9zg53_1", vd = "_wiggle_9zg53_1", C = {
1457
+ root: J_,
1458
+ icon: Q_,
1459
+ iconTarget: Y_,
1460
+ body: ed,
1461
+ desktop: td,
1462
+ tablet: od,
1463
+ laptop: nd,
1464
+ bodyOpen: rd,
1465
+ complexGift_in: ad,
1466
+ arrow: sd,
1467
+ container: id,
1468
+ promotion: cd,
1469
+ close: ld,
1470
+ head: _d,
1471
+ headIcon: dd,
1472
+ headTitle: ud,
1473
+ inner: pd,
1474
+ fadein: fd,
1475
+ pulse: gd,
1476
+ gradient: hd,
1477
+ wiggle: vd
1478
+ }, md = "_root_1y96a_1", yd = "_body_1y96a_30", bd = "_bodyInner_1y96a_38", $d = "_line_1y96a_43", kd = "_text_1y96a_53", Nd = "_button_1y96a_61", wd = "_logo_1y96a_73", xd = "_variant2_1y96a_79", Cd = "_buttonText_1y96a_83", Td = "_legal_1y96a_100", J = {
1479
+ root: md,
1480
+ body: yd,
1481
+ bodyInner: bd,
1482
+ line: $d,
1483
+ text: kd,
1484
+ button: Nd,
1485
+ logo: wd,
1486
+ variant2: xd,
1487
+ buttonText: Cd,
1488
+ legal: Td
1489
+ }, Od = ({
1490
1490
  onClick: e
1491
1491
  }) => {
1492
- var n, r, s, a, l, c, _;
1493
- const t = q(), o = R(t);
1494
- return i("a", {
1492
+ var n, r, i, s, l, c, _;
1493
+ const t = I(), o = j(t);
1494
+ return a("a", {
1495
1495
  href: (n = o.root) == null ? void 0 : n.offer,
1496
1496
  target: "_blank",
1497
1497
  rel: "nofollow noopener noreferrer",
1498
- className: H(X.root, {
1499
- [X.variant2]: ((r = o.root) == null ? void 0 : r.variant) === "variant2"
1498
+ className: L(J.root, {
1499
+ [J.variant2]: ((r = o.root) == null ? void 0 : r.variant) === "variant2"
1500
1500
  }),
1501
1501
  style: o.root,
1502
1502
  onClick: () => e(o.id),
1503
- children: [i("div", {
1504
- className: X.body,
1505
- children: [i("div", {
1506
- className: X.line,
1503
+ children: [a("div", {
1504
+ className: J.body,
1505
+ children: [a("div", {
1506
+ className: J.line,
1507
1507
  style: o.line
1508
- }), i("div", {
1509
- className: X.bodyInner,
1510
- children: [i("div", {
1511
- className: X.logo,
1508
+ }), a("div", {
1509
+ className: J.bodyInner,
1510
+ children: [a("div", {
1511
+ className: J.logo,
1512
1512
  style: o.logo
1513
- }), i("div", {
1514
- className: X.text,
1513
+ }), a("div", {
1514
+ className: J.text,
1515
1515
  style: o.text,
1516
- children: i(ee, {
1517
- typography: (s = o.text) == null ? void 0 : s.typography,
1518
- accentTypography: (a = o.text) == null ? void 0 : a.accentTypography,
1516
+ children: a(K, {
1517
+ typography: (i = o.text) == null ? void 0 : i.typography,
1518
+ accentTypography: (s = o.text) == null ? void 0 : s.accentTypography,
1519
1519
  children: (l = o.text) == null ? void 0 : l.children
1520
1520
  })
1521
1521
  })]
1522
- }), i("div", {
1523
- className: X.button,
1522
+ }), a("div", {
1523
+ className: J.button,
1524
1524
  style: o.button,
1525
- children: [i("div", {
1526
- className: X.logo,
1525
+ children: [a("div", {
1526
+ className: J.logo,
1527
1527
  style: o.logo
1528
- }), i("div", {
1529
- className: X.buttonText,
1528
+ }), a("div", {
1529
+ className: J.buttonText,
1530
1530
  children: (c = o.button) == null ? void 0 : c.children
1531
1531
  })]
1532
1532
  })]
1533
- }), i("div", {
1534
- className: X.legal,
1533
+ }), a("div", {
1534
+ className: J.legal,
1535
1535
  style: o.legal,
1536
1536
  children: (_ = o.legal) == null ? void 0 : _.children
1537
1537
  })]
1538
1538
  });
1539
- }, Cd = ae(({
1539
+ }, Ad = ae(({
1540
1540
  id: e
1541
1541
  }, t) => {
1542
- var S, M, I, L;
1543
- const o = G(null), n = q(), r = me({
1542
+ var P, E, R, H;
1543
+ const o = F(null), n = I(), r = pe({
1544
1544
  targetRef: o,
1545
1545
  id: e
1546
- }), s = le(n, r), a = R(s), {
1546
+ }), i = ce(n, r), s = j(i), {
1547
1547
  isOpen: l,
1548
1548
  click: c,
1549
1549
  toggle: _
1550
- } = Mo({
1550
+ } = Vo({
1551
1551
  ref: t,
1552
- openDelay: (S = s == null ? void 0 : s.container) == null ? void 0 : S.delay
1552
+ openDelay: (P = i == null ? void 0 : i.container) == null ? void 0 : P.delay
1553
1553
  });
1554
- _e(s);
1554
+ le(i);
1555
1555
  const {
1556
1556
  hasIcon: d,
1557
1557
  iconRules: p,
1558
1558
  bodyRules: u,
1559
- arrowRules: h
1560
- } = Ro(s, {
1561
- fade: x.fadein,
1562
- pulse: x.pulse,
1563
- wiggle: x.wiggle,
1564
- gradient: x.gradient
1565
- }), m = (M = a == null ? void 0 : a.title) == null ? void 0 : M.hasIcon, y = Q(a == null ? void 0 : a.title, ...Me), b = te(a == null ? void 0 : a.title, ...Me);
1566
- return i("div", {
1559
+ arrowRules: g
1560
+ } = Bo(i, {
1561
+ fade: C.fadein,
1562
+ pulse: C.pulse,
1563
+ wiggle: C.wiggle,
1564
+ gradient: C.gradient
1565
+ }), m = (E = s == null ? void 0 : s.title) == null ? void 0 : E.hasIcon, b = te(s == null ? void 0 : s.title, ...Ve), $ = ne(s == null ? void 0 : s.title, ...Ve);
1566
+ return a("div", {
1567
1567
  ref: o,
1568
- className: H(x.root, {
1569
- [x.desktop]: r === "desktop",
1570
- [x.laptop]: r === "laptop",
1571
- [x.tablet]: r === "tablet"
1568
+ className: L(C.root, {
1569
+ [C.desktop]: r === "desktop",
1570
+ [C.laptop]: r === "laptop",
1571
+ [C.tablet]: r === "tablet"
1572
1572
  }),
1573
- children: [i("div", {
1574
- className: x.icon,
1573
+ children: [a("div", {
1574
+ className: C.icon,
1575
1575
  style: p,
1576
1576
  onClick: _,
1577
- children: d && i("div", {
1578
- className: x.iconTarget,
1579
- children: i(et, {})
1577
+ children: d && a("div", {
1578
+ className: C.iconTarget,
1579
+ children: a(at, {})
1580
1580
  })
1581
- }), i("div", {
1582
- className: H(x.body, {
1583
- [x.bodyOpen]: l
1581
+ }), a("div", {
1582
+ className: L(C.body, {
1583
+ [C.bodyOpen]: l
1584
1584
  }),
1585
1585
  style: u,
1586
- children: [i("div", {
1587
- className: x.arrow,
1588
- style: h
1589
- }), i("div", {
1590
- className: x.container,
1591
- style: a.container,
1592
- children: [i("div", {
1593
- className: x.close,
1594
- style: a.close,
1586
+ children: [a("div", {
1587
+ className: C.arrow,
1588
+ style: g
1589
+ }), a("div", {
1590
+ className: C.container,
1591
+ style: s.container,
1592
+ children: [a("div", {
1593
+ className: C.close,
1594
+ style: s.close,
1595
1595
  onClick: _,
1596
- children: i(ye, {})
1597
- }), i("div", {
1598
- className: x.head,
1599
- style: y,
1600
- children: [m && i("div", {
1601
- className: x.headIcon,
1602
- style: Q(a.title, "color"),
1603
- children: i(et, {})
1604
- }), i("div", {
1605
- className: x.headTitle,
1606
- style: b,
1607
- children: (I = a.title) == null ? void 0 : I.children
1596
+ children: a($e, {})
1597
+ }), a("div", {
1598
+ className: C.head,
1599
+ style: b,
1600
+ children: [m && a("div", {
1601
+ className: C.headIcon,
1602
+ style: te(s.title, "color"),
1603
+ children: a(at, {})
1604
+ }), a("div", {
1605
+ className: C.headTitle,
1606
+ style: $,
1607
+ children: (R = s.title) == null ? void 0 : R.children
1608
1608
  })]
1609
- }), i("div", {
1610
- className: x.inner,
1611
- children: (a.children || []).map((E) => i(ie, {
1612
- value: E,
1613
- children: i(Nd, {
1609
+ }), a("div", {
1610
+ className: C.inner,
1611
+ children: (s.children || []).map((B) => a(se, {
1612
+ value: B,
1613
+ children: a(Od, {
1614
1614
  onClick: c
1615
1615
  })
1616
1616
  }))
1617
- }), i("div", {
1618
- className: x.promotion,
1619
- style: a.promotion,
1620
- children: (L = a.promotion) == null ? void 0 : L.children
1617
+ }), a("div", {
1618
+ className: C.promotion,
1619
+ style: s.promotion,
1620
+ children: (H = s.promotion) == null ? void 0 : H.children
1621
1621
  })]
1622
1622
  })]
1623
1623
  })]
1624
1624
  });
1625
- }), ff = ce(i(Cd, {})), xd = "_root_byy1w_1", Od = "_background_byy1w_11", Td = "_content_byy1w_19", Ad = "_desktop_byy1w_28", jd = "_laptop_byy1w_28", Sd = "_wrapper_byy1w_33", Id = "_overlay_byy1w_37", Ld = "_close_byy1w_43", Pd = "_body_byy1w_54", Hd = "_logo_byy1w_63", Rd = "_text_byy1w_69", Md = "_button_byy1w_73", Ed = "_legal_byy1w_88", D = {
1626
- root: xd,
1627
- background: Od,
1628
- content: Td,
1629
- desktop: Ad,
1630
- laptop: jd,
1631
- wrapper: Sd,
1632
- overlay: Id,
1633
- close: Ld,
1634
- body: Pd,
1635
- logo: Hd,
1636
- text: Rd,
1637
- button: Md,
1638
- legal: Ed
1639
- }, ne = (e) => e && {
1625
+ }), Gf = ie(a(Ad, {})), Ld = "_root_byy1w_1", jd = "_background_byy1w_11", Sd = "_content_byy1w_19", Id = "_desktop_byy1w_28", Pd = "_laptop_byy1w_28", Rd = "_wrapper_byy1w_33", Hd = "_overlay_byy1w_37", Md = "_close_byy1w_43", Ed = "_body_byy1w_54", Bd = "_logo_byy1w_63", Vd = "_text_byy1w_69", qd = "_button_byy1w_73", Fd = "_legal_byy1w_88", G = {
1626
+ root: Ld,
1627
+ background: jd,
1628
+ content: Sd,
1629
+ desktop: Id,
1630
+ laptop: Pd,
1631
+ wrapper: Rd,
1632
+ overlay: Hd,
1633
+ close: Md,
1634
+ body: Ed,
1635
+ logo: Bd,
1636
+ text: Vd,
1637
+ button: qd,
1638
+ legal: Fd
1639
+ }, _e = (e) => e && {
1640
1640
  left: "flex-start",
1641
1641
  center: "center",
1642
1642
  right: "flex-end"
1643
- }[e], Vd = "_root_mj8hr_1", Bd = {
1644
- root: Vd
1645
- }, qd = () => {
1643
+ }[e], zd = "_root_mj8hr_1", Dd = {
1644
+ root: zd
1645
+ }, Gd = () => {
1646
1646
  var o, n, r;
1647
- const e = q(), t = R(e);
1648
- return i("div", {
1649
- className: Bd.root,
1647
+ const e = I(), t = j(e);
1648
+ return a("div", {
1649
+ className: Dd.root,
1650
1650
  style: t.root,
1651
- children: i(ee, {
1651
+ children: a(K, {
1652
1652
  typography: (o = t.root) == null ? void 0 : o.typography,
1653
1653
  accentTypography: (n = t.root) == null ? void 0 : n.accentTypography,
1654
1654
  children: (r = t == null ? void 0 : t.root) == null ? void 0 : r.children
1655
1655
  })
1656
1656
  });
1657
- }, st = (e, t = 0, o = !1) => {
1658
- const n = G(Ue()), [r, s] = Y(!1), [a, l] = Y(), [c, _] = Y(o), d = (b) => n.current.on("visible", b), p = (b) => n.current.on("click", b), u = (b) => n.current.on("clickHide", b), h = () => $e(void 0, null, function* () {
1659
- yield o_(+t), s(!0);
1660
- }), m = () => s(!1), y = () => {
1657
+ }, dt = (e, t = 0, o = !1) => {
1658
+ const n = F(Ke()), [r, i] = oe(!1), [s, l] = oe(), [c, _] = oe(o), d = ($) => n.current.on("visible", $), p = ($) => n.current.on("click", $), u = ($) => n.current.on("clickHide", $), g = () => Ne(void 0, null, function* () {
1659
+ yield s_(+t), i(!0);
1660
+ }), m = () => i(!1), b = () => {
1661
1661
  n.current.emit("clickHide"), m();
1662
1662
  };
1663
- return B(() => {
1663
+ return q(() => {
1664
1664
  c && n.current.emit("visible", r);
1665
- }, [r, c]), Ve(e, () => ({
1665
+ }, [r, c]), Fe(e, () => ({
1666
1666
  onVisible: d,
1667
1667
  onClick: p,
1668
1668
  onClickHide: u,
1669
- show: h,
1669
+ show: g,
1670
1670
  hide: m,
1671
1671
  setApiHost: l,
1672
1672
  resetListeners: n.current.reset
1673
- })), B(() => n.current.reset, []), {
1673
+ })), q(() => n.current.reset, []), {
1674
1674
  isReady: c,
1675
1675
  isOpen: r,
1676
- apiHost: a,
1677
- show: h,
1676
+ apiHost: s,
1677
+ show: g,
1678
1678
  hide: m,
1679
- clickHide: y,
1679
+ clickHide: b,
1680
1680
  setIsReady: _,
1681
- click: (...b) => {
1682
- m(), n.current.emit("click", ...b);
1681
+ click: (...$) => {
1682
+ m(), n.current.emit("click", ...$);
1683
1683
  }
1684
1684
  };
1685
1685
  };
1686
- function Fd(e) {
1686
+ function Ud(e) {
1687
1687
  return !(!e.complete || typeof e.naturalWidth != "undefined" && e.naturalWidth === 0);
1688
1688
  }
1689
- const zd = ae(({
1689
+ const Wd = ae(({
1690
1690
  id: e,
1691
1691
  className: t
1692
1692
  }, o) => {
1693
- var L, E, F, k, U, z;
1694
- const n = G(null), r = G(null), s = me({
1693
+ var H, B, z, k, U, D;
1694
+ const n = F(null), r = F(null), i = pe({
1695
1695
  targetRef: n,
1696
1696
  id: e
1697
- }), a = q(), l = le(a, s);
1698
- _e(l), Ce(l, "button.percent_width", (L = l == null ? void 0 : l.button) == null ? void 0 : L.width), Ce(l, "legal.percent_width", (E = l == null ? void 0 : l.legal) == null ? void 0 : E.width);
1699
- const c = R(l), _ = v(c, "root.delay", 0), {
1697
+ }), s = I(), l = ce(s, i);
1698
+ le(l), Oe(l, "button.percent_width", (H = l == null ? void 0 : l.button) == null ? void 0 : H.width), Oe(l, "legal.percent_width", (B = l == null ? void 0 : l.legal) == null ? void 0 : B.width);
1699
+ const c = j(l), _ = v(c, "root.delay", 0), {
1700
1700
  isOpen: d,
1701
1701
  isReady: p,
1702
1702
  setIsReady: u,
1703
- clickHide: h,
1703
+ clickHide: g,
1704
1704
  click: m
1705
- } = st(o, _);
1706
- B(() => {
1705
+ } = dt(o, _);
1706
+ q(() => {
1707
1707
  const W = r.current;
1708
1708
  if (!W)
1709
1709
  return;
1710
- if (Fd(W)) {
1710
+ if (Ud(W)) {
1711
1711
  u(!0);
1712
1712
  return;
1713
1713
  }
1714
- const be = () => u(!0);
1715
- return W.addEventListener("load", be), () => {
1716
- W.removeEventListener("load", be);
1714
+ const ke = () => u(!0);
1715
+ return W.addEventListener("load", ke), () => {
1716
+ W.removeEventListener("load", ke);
1717
1717
  };
1718
1718
  }, [c]);
1719
- const y = {
1720
- alignItems: ne((F = c.root) == null ? void 0 : F.align)
1721
- }, b = $(f({}, c == null ? void 0 : c.button), {
1722
- justifyContent: ne((k = c.root) == null ? void 0 : k.textAlign)
1723
- }), S = $(f({}, c == null ? void 0 : c.legal), {
1724
- justifyContent: ne((U = c.root) == null ? void 0 : U.textAlign)
1725
- }), M = te(c.root, ...Yt, ...Z), I = Q(c.root, ...Yt);
1726
- return i("div", {
1727
- className: H(D.root, t, {
1728
- [D.desktop]: s === "desktop",
1729
- [D.tablet]: s === "tablet",
1730
- [D.laptop]: s === "laptop"
1719
+ const b = {
1720
+ alignItems: _e((z = c.root) == null ? void 0 : z.align)
1721
+ }, $ = y(f({}, c == null ? void 0 : c.button), {
1722
+ justifyContent: _e((k = c.root) == null ? void 0 : k.textAlign)
1723
+ }), P = y(f({}, c == null ? void 0 : c.legal), {
1724
+ justifyContent: _e((U = c.root) == null ? void 0 : U.textAlign)
1725
+ }), E = ne(c.root, ...no, ...X), R = te(c.root, ...no);
1726
+ return a("div", {
1727
+ className: L(G.root, t, {
1728
+ [G.desktop]: i === "desktop",
1729
+ [G.tablet]: i === "tablet",
1730
+ [G.laptop]: i === "laptop"
1731
1731
  }),
1732
1732
  ref: n,
1733
1733
  style: {
1734
1734
  display: d && p ? "flex" : "none"
1735
1735
  },
1736
- children: [i("div", {
1737
- className: D.overlay,
1736
+ children: [a("div", {
1737
+ className: G.overlay,
1738
1738
  style: c.overlay,
1739
- onClick: h
1740
- }), i("div", {
1741
- className: D.wrapper,
1742
- children: [i("div", {
1743
- className: D.close,
1744
- style: it(c.close),
1745
- onClick: h,
1746
- children: i(ye, {})
1747
- }), i("a", {
1748
- href: (z = c.root) == null ? void 0 : z.offer,
1739
+ onClick: g
1740
+ }), a("div", {
1741
+ className: G.wrapper,
1742
+ children: [a("div", {
1743
+ className: G.close,
1744
+ style: Je(c.close),
1745
+ onClick: g,
1746
+ children: a($e, {})
1747
+ }), a("a", {
1748
+ href: (D = c.root) == null ? void 0 : D.offer,
1749
1749
  target: "_blank",
1750
1750
  rel: "nofollow noopener noreferrer",
1751
- className: D.content,
1752
- style: M,
1751
+ className: G.content,
1752
+ style: E,
1753
1753
  onClick: () => m(c.id),
1754
- children: [i("img", {
1754
+ children: [a("img", {
1755
1755
  ref: r,
1756
- className: D.background,
1757
- src: I.imageSource,
1756
+ className: G.background,
1757
+ src: R.imageSource,
1758
1758
  alt: "",
1759
- style: I
1760
- }), i("div", {
1761
- className: D.body,
1762
- style: y,
1763
- children: [i("div", {
1764
- className: D.logo,
1759
+ style: R
1760
+ }), a("div", {
1761
+ className: G.body,
1762
+ style: b,
1763
+ children: [a("div", {
1764
+ className: G.logo,
1765
1765
  style: c.logo
1766
- }), i("div", {
1767
- className: D.text,
1768
- children: ((c == null ? void 0 : c.children) || []).map((W) => i(ie, {
1766
+ }), a("div", {
1767
+ className: G.text,
1768
+ children: ((c == null ? void 0 : c.children) || []).map((W) => a(se, {
1769
1769
  value: W,
1770
- children: i(qd, {})
1770
+ children: a(Gd, {})
1771
1771
  }))
1772
- }), i("div", {
1773
- className: D.button,
1774
- style: b,
1775
- children: b == null ? void 0 : b.children
1776
- }), i("div", {
1777
- className: D.legal,
1778
- style: S,
1779
- children: S == null ? void 0 : S.children
1772
+ }), a("div", {
1773
+ className: G.button,
1774
+ style: $,
1775
+ children: $ == null ? void 0 : $.children
1776
+ }), a("div", {
1777
+ className: G.legal,
1778
+ style: P,
1779
+ children: P == null ? void 0 : P.children
1780
1780
  })]
1781
1781
  })]
1782
1782
  })]
1783
1783
  })]
1784
1784
  });
1785
- }), gf = ce(i(zd, {})), Dd = "_root_1orbg_1", Gd = "_content_1orbg_11", Ud = "_desktop_1orbg_23", Wd = "_laptop_1orbg_23", Kd = "_overlay_1orbg_28", Zd = "_close_1orbg_34", Xd = "_title_1orbg_45", Jd = "_wrapper_1orbg_60", oe = {
1786
- root: Dd,
1787
- content: Gd,
1788
- desktop: Ud,
1789
- laptop: Wd,
1790
- overlay: Kd,
1791
- close: Zd,
1792
- title: Xd,
1793
- wrapper: Jd
1794
- }, Qd = "_root_1q0qc_1", Yd = "_desktop_1q0qc_9", eu = "_laptop_1q0qc_9", tu = "_header_1q0qc_14", ou = "_logo_1q0qc_25", nu = "_container_1q0qc_32", ru = "_body_1q0qc_43", au = "_logoWrapper_1q0qc_51", su = "_text_1q0qc_64", iu = "_button_1q0qc_79", cu = "_legal_1q0qc_97", K = {
1795
- root: Qd,
1796
- desktop: Yd,
1797
- laptop: eu,
1798
- header: tu,
1799
- logo: ou,
1800
- container: nu,
1801
- body: ru,
1802
- logoWrapper: au,
1803
- text: su,
1804
- button: iu,
1805
- legal: cu
1806
- }, lu = ({
1785
+ }), Uf = ie(a(Wd, {})), Zd = "_root_1v94r_1", Kd = "_content_1v94r_11", Xd = "_desktop_1v94r_23", Jd = "_laptop_1v94r_23", Qd = "_overlay_1v94r_28", Yd = "_close_1v94r_34", eu = "_title_1v94r_47", tu = "_wrapper_1v94r_62", re = {
1786
+ root: Zd,
1787
+ content: Kd,
1788
+ desktop: Xd,
1789
+ laptop: Jd,
1790
+ overlay: Qd,
1791
+ close: Yd,
1792
+ title: eu,
1793
+ wrapper: tu
1794
+ }, ou = "_root_1q0qc_1", nu = "_desktop_1q0qc_9", ru = "_laptop_1q0qc_9", au = "_header_1q0qc_14", su = "_logo_1q0qc_25", iu = "_container_1q0qc_32", cu = "_body_1q0qc_43", lu = "_logoWrapper_1q0qc_51", _u = "_text_1q0qc_64", du = "_button_1q0qc_79", uu = "_legal_1q0qc_97", Z = {
1795
+ root: ou,
1796
+ desktop: nu,
1797
+ laptop: ru,
1798
+ header: au,
1799
+ logo: su,
1800
+ container: iu,
1801
+ body: cu,
1802
+ logoWrapper: lu,
1803
+ text: _u,
1804
+ button: du,
1805
+ legal: uu
1806
+ }, pu = ({
1807
1807
  onClick: e
1808
1808
  }) => {
1809
- var s, a, l, c, _, d;
1810
- const t = q(), o = R(t), n = (t == null ? void 0 : t.device) || "desktop", r = Q(o.header, ...Z);
1811
- return i("a", {
1812
- href: (s = o.root) == null ? void 0 : s.offer,
1809
+ var i, s, l, c, _, d;
1810
+ const t = I(), o = j(t), n = (t == null ? void 0 : t.device) || "desktop", r = te(o.header, ...X);
1811
+ return a("a", {
1812
+ href: (i = o.root) == null ? void 0 : i.offer,
1813
1813
  target: "_blank",
1814
1814
  rel: "nofollow noopener noreferrer",
1815
- className: H(K.root, {
1816
- [K.desktop]: n === "desktop",
1817
- [K.laptop]: n === "laptop"
1815
+ className: L(Z.root, {
1816
+ [Z.desktop]: n === "desktop",
1817
+ [Z.laptop]: n === "laptop"
1818
1818
  }),
1819
- style: te(o.root, ...Me),
1819
+ style: ne(o.root, ...Ve),
1820
1820
  onClick: () => e(o.id),
1821
- children: [i("div", {
1822
- className: K.header,
1821
+ children: [a("div", {
1822
+ className: Z.header,
1823
1823
  style: o.header,
1824
- children: i("div", {
1825
- className: K.logo,
1824
+ children: a("div", {
1825
+ className: Z.logo,
1826
1826
  style: o.logo
1827
1827
  })
1828
- }), i("div", {
1829
- className: K.container,
1830
- style: Q(o.root, ...Me),
1831
- children: [i("div", {
1832
- className: K.body,
1833
- children: [i("div", {
1834
- className: K.logoWrapper,
1828
+ }), a("div", {
1829
+ className: Z.container,
1830
+ style: te(o.root, ...Ve),
1831
+ children: [a("div", {
1832
+ className: Z.body,
1833
+ children: [a("div", {
1834
+ className: Z.logoWrapper,
1835
1835
  style: r,
1836
- children: i("div", {
1837
- className: K.logo,
1836
+ children: a("div", {
1837
+ className: Z.logo,
1838
1838
  style: o.logo
1839
1839
  })
1840
- }), i(ee, {
1841
- className: K.text,
1840
+ }), a(K, {
1841
+ className: Z.text,
1842
1842
  style: o.text,
1843
- typography: (a = o.text) == null ? void 0 : a.typography,
1843
+ typography: (s = o.text) == null ? void 0 : s.typography,
1844
1844
  accentTypography: (l = o.text) == null ? void 0 : l.accentTypography,
1845
1845
  children: (c = o.text) == null ? void 0 : c.children
1846
1846
  })]
1847
- }), i("div", {
1848
- children: [i(ee, {
1849
- className: K.button,
1847
+ }), a("div", {
1848
+ children: [a(K, {
1849
+ className: Z.button,
1850
1850
  style: o.button,
1851
1851
  children: (_ = o.button) == null ? void 0 : _.children
1852
- }), i(ee, {
1853
- className: K.legal,
1852
+ }), a(K, {
1853
+ className: Z.legal,
1854
1854
  style: o.legal,
1855
1855
  children: (d = o.legal) == null ? void 0 : d.children
1856
1856
  })]
1857
1857
  })]
1858
1858
  })]
1859
1859
  });
1860
- }, _u = ae(({
1860
+ }, fu = ae(({
1861
1861
  id: e
1862
1862
  }, t) => {
1863
1863
  var p;
1864
- const o = G(null), n = me({
1864
+ const o = F(null), n = pe({
1865
1865
  targetRef: o,
1866
1866
  id: e
1867
- }), r = q(), s = le(r, n), a = R(s);
1868
- _e(s);
1869
- const l = v(a, "root.delay", 0), {
1867
+ }), r = I(), i = ce(r, n), s = j(i);
1868
+ le(i);
1869
+ const l = v(s, "root.delay", 0), {
1870
1870
  isOpen: c,
1871
1871
  clickHide: _,
1872
1872
  click: d
1873
- } = st(t, l, !0);
1874
- return i("div", {
1875
- className: oe.root,
1873
+ } = dt(t, l, !0);
1874
+ return a("div", {
1875
+ className: re.root,
1876
1876
  style: {
1877
1877
  display: c ? "flex" : "none"
1878
1878
  },
1879
- children: [i("div", {
1880
- className: oe.overlay,
1881
- style: a.overlay,
1879
+ children: [a("div", {
1880
+ className: re.overlay,
1881
+ style: s.overlay,
1882
1882
  onClick: _
1883
- }), i("div", {
1883
+ }), a("div", {
1884
1884
  ref: o,
1885
- className: H(oe.content, {
1886
- [oe.desktop]: n === "desktop",
1887
- [oe.laptop]: n === "laptop"
1885
+ className: L(re.content, {
1886
+ [re.desktop]: n === "desktop",
1887
+ [re.laptop]: n === "laptop"
1888
1888
  }),
1889
- style: a.root,
1890
- children: [i("div", {
1891
- className: oe.close,
1892
- style: it(a.close),
1889
+ style: s.root,
1890
+ children: [a("div", {
1891
+ className: re.close,
1892
+ style: Je(s.close),
1893
1893
  onClick: _,
1894
- children: i(ye, {})
1895
- }), i(ee, {
1896
- className: oe.title,
1897
- style: a.title,
1898
- children: (p = a.title) == null ? void 0 : p.children
1899
- }), i("div", {
1900
- className: oe.wrapper,
1901
- children: (a.children || []).map((u) => i(ie, {
1902
- value: $(f({}, u), {
1894
+ children: a($e, {})
1895
+ }), a(K, {
1896
+ className: re.title,
1897
+ style: s.title,
1898
+ children: (p = s.title) == null ? void 0 : p.children
1899
+ }), a("div", {
1900
+ className: re.wrapper,
1901
+ children: (s.children || []).map((u) => a(se, {
1902
+ value: y(f({}, u), {
1903
1903
  device: n
1904
1904
  }),
1905
- children: i(lu, {
1905
+ children: a(pu, {
1906
1906
  onClick: d
1907
1907
  })
1908
1908
  }))
1909
1909
  })]
1910
1910
  })]
1911
1911
  });
1912
- }), hf = ce(i(_u, {})), du = "_root_18anl_1", uu = "_content_18anl_11", pu = "_close_18anl_19", fu = "_overlay_18anl_30", gu = "_body_18anl_36", hu = "_desktop_18anl_44", vu = "_laptop_18anl_44", mu = "_tablet_18anl_48", yu = "_head_18anl_53", bu = "_title_18anl_63", $u = "_logo_18anl_76", ku = "_wrapper_18anl_83", wu = "_text_18anl_90", Nu = "_button_18anl_98", Cu = "_buttonHead_18anl_113", xu = "_buttonTarget_18anl_130", Ou = "_legal_18anl_144", P = {
1913
- root: du,
1914
- content: uu,
1915
- close: pu,
1916
- overlay: fu,
1917
- body: gu,
1918
- desktop: hu,
1919
- laptop: vu,
1920
- tablet: mu,
1921
- head: yu,
1922
- title: bu,
1923
- logo: $u,
1924
- wrapper: ku,
1925
- text: wu,
1926
- button: Nu,
1927
- buttonHead: Cu,
1928
- buttonTarget: xu,
1929
- legal: Ou
1930
- }, Tu = "_root_16jvv_1", Au = "_left_16jvv_8", ju = "_desktop_16jvv_15", Su = "_laptop_16jvv_15", Iu = "_teams_16jvv_19", Lu = "_logo_16jvv_25", Pu = "_league_16jvv_32", Hu = "_name_16jvv_37", Ru = "_right_16jvv_43", Mu = "_odd_16jvv_54", Eu = "_oddLabel_16jvv_67", Vu = "_oddValue_16jvv_76", Bu = "_team_16jvv_19", qu = "_teamLogo_16jvv_100", Fu = "_teamName_16jvv_107", O = {
1931
- root: Tu,
1932
- left: Au,
1933
- desktop: ju,
1934
- laptop: Su,
1935
- teams: Iu,
1936
- logo: Lu,
1937
- league: Pu,
1938
- name: Hu,
1939
- right: Ru,
1940
- odd: Mu,
1941
- oddLabel: Eu,
1942
- oddValue: Vu,
1943
- team: Bu,
1944
- teamLogo: qu,
1945
- teamName: Fu
1946
- }, zu = () => {
1947
- const e = q(), t = R(e), o = (e == null ? void 0 : e.device) || "desktop", n = $(f({}, t == null ? void 0 : t.teamALogo), {
1912
+ }), Wf = ie(a(fu, {})), gu = "_root_1xp54_1", hu = "_content_1xp54_11", vu = "_close_1xp54_19", mu = "_overlay_1xp54_32", yu = "_body_1xp54_38", bu = "_desktop_1xp54_46", $u = "_laptop_1xp54_46", ku = "_tablet_1xp54_50", Nu = "_head_1xp54_55", wu = "_title_1xp54_65", xu = "_logo_1xp54_78", Cu = "_wrapper_1xp54_85", Tu = "_text_1xp54_92", Ou = "_button_1xp54_100", Au = "_buttonHead_1xp54_115", Lu = "_buttonTarget_1xp54_132", ju = "_legal_1xp54_146", M = {
1913
+ root: gu,
1914
+ content: hu,
1915
+ close: vu,
1916
+ overlay: mu,
1917
+ body: yu,
1918
+ desktop: bu,
1919
+ laptop: $u,
1920
+ tablet: ku,
1921
+ head: Nu,
1922
+ title: wu,
1923
+ logo: xu,
1924
+ wrapper: Cu,
1925
+ text: Tu,
1926
+ button: Ou,
1927
+ buttonHead: Au,
1928
+ buttonTarget: Lu,
1929
+ legal: ju
1930
+ }, Su = "_root_16jvv_1", Iu = "_left_16jvv_8", Pu = "_desktop_16jvv_15", Ru = "_laptop_16jvv_15", Hu = "_teams_16jvv_19", Mu = "_logo_16jvv_25", Eu = "_league_16jvv_32", Bu = "_name_16jvv_37", Vu = "_right_16jvv_43", qu = "_odd_16jvv_54", Fu = "_oddLabel_16jvv_67", zu = "_oddValue_16jvv_76", Du = "_team_16jvv_19", Gu = "_teamLogo_16jvv_100", Uu = "_teamName_16jvv_107", T = {
1931
+ root: Su,
1932
+ left: Iu,
1933
+ desktop: Pu,
1934
+ laptop: Ru,
1935
+ teams: Hu,
1936
+ logo: Mu,
1937
+ league: Eu,
1938
+ name: Bu,
1939
+ right: Vu,
1940
+ odd: qu,
1941
+ oddLabel: Fu,
1942
+ oddValue: zu,
1943
+ team: Du,
1944
+ teamLogo: Gu,
1945
+ teamName: Uu
1946
+ }, Wu = () => {
1947
+ const e = I(), t = j(e), o = (e == null ? void 0 : e.device) || "desktop", n = y(f({}, t == null ? void 0 : t.teamALogo), {
1948
1948
  backgroundImage: v(t, "match.teams[0].logo")
1949
- }), r = $(f({}, t == null ? void 0 : t.teamBLogo), {
1949
+ }), r = y(f({}, t == null ? void 0 : t.teamBLogo), {
1950
1950
  backgroundImage: v(t, "match.teams[1].logo")
1951
1951
  });
1952
- return i("div", {
1953
- className: H(O.root, {
1954
- [O.desktop]: o === "desktop",
1955
- [O.laptop]: o === "laptop"
1952
+ return a("div", {
1953
+ className: L(T.root, {
1954
+ [T.desktop]: o === "desktop",
1955
+ [T.laptop]: o === "laptop"
1956
1956
  }),
1957
- children: [i("div", {
1958
- className: O.left,
1959
- children: [i("div", {
1960
- className: O.teams,
1961
- children: [i("img", {
1962
- className: O.logo,
1957
+ children: [a("div", {
1958
+ className: T.left,
1959
+ children: [a("div", {
1960
+ className: T.teams,
1961
+ children: [a("img", {
1962
+ className: T.logo,
1963
1963
  src: n.backgroundImage,
1964
1964
  style: n,
1965
1965
  alt: ""
1966
- }), i("img", {
1967
- className: O.logo,
1966
+ }), a("img", {
1967
+ className: T.logo,
1968
1968
  src: r.backgroundImage,
1969
1969
  style: r
1970
1970
  })]
1971
- }), i("div", {
1972
- className: O.body,
1973
- children: [i("div", {
1974
- className: O.league,
1971
+ }), a("div", {
1972
+ className: T.body,
1973
+ children: [a("div", {
1974
+ className: T.league,
1975
1975
  style: t.league,
1976
1976
  children: v(t, "match.league.name")
1977
- }), i("div", {
1978
- className: O.name,
1977
+ }), a("div", {
1978
+ className: T.name,
1979
1979
  style: t.teams,
1980
1980
  children: [v(t, "match.teams[0].name"), " — ", v(t, "match.teams[1].name")]
1981
1981
  })]
1982
1982
  })]
1983
- }), i("div", {
1984
- className: O.right,
1985
- children: [i("div", {
1986
- className: O.team,
1987
- children: [i("img", {
1988
- className: O.teamLogo,
1983
+ }), a("div", {
1984
+ className: T.right,
1985
+ children: [a("div", {
1986
+ className: T.team,
1987
+ children: [a("img", {
1988
+ className: T.teamLogo,
1989
1989
  style: n,
1990
1990
  src: n.backgroundImage
1991
- }), i("div", {
1992
- className: O.teamName,
1991
+ }), a("div", {
1992
+ className: T.teamName,
1993
1993
  style: t.teams,
1994
1994
  children: v(t, "match.teams[0].name")
1995
1995
  })]
1996
- }), i("div", {
1997
- className: O.odd,
1998
- children: [i("div", {
1999
- className: O.oddLabel,
1996
+ }), a("div", {
1997
+ className: T.odd,
1998
+ children: [a("div", {
1999
+ className: T.oddLabel,
2000
2000
  style: t.oddLabel,
2001
2001
  children: v(t, "match.prediction.value")
2002
- }), i("div", {
2003
- className: O.oddValue,
2002
+ }), a("div", {
2003
+ className: T.oddValue,
2004
2004
  style: t.oddValue,
2005
2005
  children: v(t, "match.prediction.factor")
2006
2006
  })]
2007
- }), i("div", {
2008
- className: O.team,
2009
- children: [i("img", {
2010
- className: O.teamLogo,
2007
+ }), a("div", {
2008
+ className: T.team,
2009
+ children: [a("img", {
2010
+ className: T.teamLogo,
2011
2011
  style: r,
2012
2012
  src: r.backgroundImage
2013
- }), i("div", {
2014
- className: O.teamName,
2013
+ }), a("div", {
2014
+ className: T.teamName,
2015
2015
  style: t.teams,
2016
2016
  children: v(t, "match.teams[1].name")
2017
2017
  })]
2018
2018
  })]
2019
2019
  })]
2020
2020
  });
2021
- }, Eo = (e, {
2021
+ }, qo = (e, {
2022
2022
  pause: t,
2023
2023
  params: o,
2024
2024
  method: n,
2025
2025
  body: r
2026
2026
  }) => {
2027
- const [s, a] = Y(), l = Oe(() => {
2027
+ const [i, s] = oe(), l = Le(() => {
2028
2028
  let _ = e;
2029
2029
  if (o) {
2030
2030
  const d = new URLSearchParams(_);
@@ -2033,7 +2033,7 @@ const zd = ae(({
2033
2033
  }), _ += d;
2034
2034
  }
2035
2035
  return _;
2036
- }, [e, o]), c = Zo(() => $e(void 0, null, function* () {
2036
+ }, [e, o]), c = Yo(() => Ne(void 0, null, function* () {
2037
2037
  if (t)
2038
2038
  return;
2039
2039
  const _ = yield fetch(l, {
@@ -2043,29 +2043,29 @@ const zd = ae(({
2043
2043
  "Content-Type": "application/json"
2044
2044
  }
2045
2045
  }).then((d) => d.json());
2046
- a(_.data);
2046
+ s(_.data);
2047
2047
  }), [l, t, n, r]);
2048
- return B(() => {
2048
+ return q(() => {
2049
2049
  t || c();
2050
2050
  }, [l, t]), {
2051
- data: s,
2051
+ data: i,
2052
2052
  execute: c
2053
2053
  };
2054
2054
  };
2055
- function Vo(e) {
2056
- const t = G();
2057
- return B(() => {
2055
+ function Fo(e) {
2056
+ const t = F();
2057
+ return q(() => {
2058
2058
  t.current = e;
2059
2059
  }, [e]), t.current;
2060
2060
  }
2061
- const Du = (e, t) => {
2061
+ const Zu = (e, t) => {
2062
2062
  const o = (_) => {
2063
2063
  var d;
2064
- return j(_ == null ? void 0 : _.matchSlug) && ((d = _ == null ? void 0 : _.matchSlug) == null ? void 0 : d.length) > 0;
2065
- }, n = e.children || [], r = n.filter((_) => o(_.root.targetMatch)).map((_) => _.root.targetMatch), s = Vo(r), {
2066
- data: a,
2064
+ return S(_ == null ? void 0 : _.matchSlug) && ((d = _ == null ? void 0 : _.matchSlug) == null ? void 0 : d.length) > 0;
2065
+ }, n = e.children || [], r = n.filter((_) => o(_.root.targetMatch)).map((_) => _.root.targetMatch), i = Fo(r), {
2066
+ data: s,
2067
2067
  execute: l
2068
- } = Eo(`${t}/match-list`, {
2068
+ } = qo(`${t}/match-list`, {
2069
2069
  method: "POST",
2070
2070
  body: {
2071
2071
  matches: r.map((_) => ({
@@ -2079,179 +2079,179 @@ const Du = (e, t) => {
2079
2079
  },
2080
2080
  pause: !t || r.length === 0
2081
2081
  });
2082
- return B(() => {
2083
- jo(s, r) || l();
2082
+ return q(() => {
2083
+ Po(i, r) || l();
2084
2084
  }, [r]), n.map((_) => {
2085
- const d = (a || []).find((h) => h.slug === _.root.targetMatch.matchSlug);
2085
+ const d = (s || []).find((g) => g.slug === _.root.targetMatch.matchSlug);
2086
2086
  if (!d)
2087
2087
  return;
2088
- const p = Ao(d), u = So(p, _.root.customMatch, (h, [m, y]) => j(y));
2089
- return $(f({}, _), {
2088
+ const p = Io(d), u = Ro(p, _.root.customMatch, (g, [m, b]) => S(b));
2089
+ return y(f({}, _), {
2090
2090
  match: u
2091
2091
  });
2092
2092
  }).filter(Boolean);
2093
- }, Gu = ae(({
2093
+ }, Ku = ae(({
2094
2094
  id: e
2095
2095
  }, t) => {
2096
- var M, I, L, E, F, k, U, z, W, be, ct, lt, _t;
2097
- const o = G(null), n = me({
2096
+ var E, R, H, B, z, k, U, D, W, ke, ut, pt, ft;
2097
+ const o = F(null), n = pe({
2098
2098
  targetRef: o,
2099
2099
  id: e
2100
- }), r = q(), s = le(r, n);
2101
- Ce(s, "buttonWrapper.percent_width", (M = s == null ? void 0 : s.buttonWrapper) == null ? void 0 : M.width), Ce(s, "legal.percent_width", (I = s == null ? void 0 : s.legal) == null ? void 0 : I.width);
2102
- const a = R(s);
2103
- _e(s);
2104
- const l = v(a, "root.delay", 0), {
2100
+ }), r = I(), i = ce(r, n);
2101
+ Oe(i, "buttonWrapper.percent_width", (E = i == null ? void 0 : i.buttonWrapper) == null ? void 0 : E.width), Oe(i, "legal.percent_width", (R = i == null ? void 0 : i.legal) == null ? void 0 : R.width);
2102
+ const s = j(i);
2103
+ le(i);
2104
+ const l = v(s, "root.delay", 0), {
2105
2105
  isOpen: c,
2106
2106
  apiHost: _,
2107
2107
  clickHide: d,
2108
2108
  click: p
2109
- } = st(t, l, !0), u = Du(s, _), h = $(f({}, a.root), {
2110
- alignItems: ne((L = a.root) == null ? void 0 : L.align)
2111
- }), m = $(f({}, a.content), {
2112
- alignItems: ne((E = a.root) == null ? void 0 : E.align)
2113
- }), y = $(f({}, a.text), {
2114
- textAlign: (F = a.root) == null ? void 0 : F.align
2115
- }), b = $(f({}, a == null ? void 0 : a.button), {
2116
- justifyContent: ne((k = a.root) == null ? void 0 : k.textAlign)
2117
- }), S = $(f({}, a == null ? void 0 : a.legal), {
2118
- justifyContent: ne((U = a.root) == null ? void 0 : U.textAlign)
2109
+ } = dt(t, l, !0), u = Zu(i, _), g = y(f({}, s.root), {
2110
+ alignItems: _e((H = s.root) == null ? void 0 : H.align)
2111
+ }), m = y(f({}, s.content), {
2112
+ alignItems: _e((B = s.root) == null ? void 0 : B.align)
2113
+ }), b = y(f({}, s.text), {
2114
+ textAlign: (z = s.root) == null ? void 0 : z.align
2115
+ }), $ = y(f({}, s == null ? void 0 : s.button), {
2116
+ justifyContent: _e((k = s.root) == null ? void 0 : k.textAlign)
2117
+ }), P = y(f({}, s == null ? void 0 : s.legal), {
2118
+ justifyContent: _e((U = s.root) == null ? void 0 : U.textAlign)
2119
2119
  });
2120
- return i("div", {
2121
- className: H(P.root, {
2122
- [P.desktop]: n === "desktop",
2123
- [P.laptop]: n === "laptop",
2124
- [P.tablet]: n === "tablet"
2120
+ return a("div", {
2121
+ className: L(M.root, {
2122
+ [M.desktop]: n === "desktop",
2123
+ [M.laptop]: n === "laptop",
2124
+ [M.tablet]: n === "tablet"
2125
2125
  }),
2126
2126
  ref: o,
2127
2127
  style: {
2128
2128
  display: c ? "flex" : "none"
2129
2129
  },
2130
- children: [i("div", {
2131
- className: P.overlay,
2132
- style: a.overlay,
2130
+ children: [a("div", {
2131
+ className: M.overlay,
2132
+ style: s.overlay,
2133
2133
  onClick: d
2134
- }), i("div", {
2135
- className: P.content,
2136
- children: [i("div", {
2137
- className: P.close,
2138
- style: it(a.close),
2134
+ }), a("div", {
2135
+ className: M.content,
2136
+ children: [a("div", {
2137
+ className: M.close,
2138
+ style: Je(s.close),
2139
2139
  onClick: d,
2140
- children: i(ye, {})
2141
- }), i("a", {
2140
+ children: a($e, {})
2141
+ }), a("a", {
2142
2142
  ref: o,
2143
- href: (z = a.root) == null ? void 0 : z.offer,
2143
+ href: (D = s.root) == null ? void 0 : D.offer,
2144
2144
  target: "_blank",
2145
2145
  rel: "nofollow noopener noreferrer",
2146
- onClick: () => p(a.id),
2147
- children: i("div", {
2148
- className: P.body,
2149
- style: h,
2150
- children: [i("div", {
2151
- className: P.head,
2152
- children: [i("div", {
2153
- className: P.title,
2154
- style: a.title,
2155
- children: (W = a.title) == null ? void 0 : W.children
2156
- }), i("div", {
2157
- className: P.logo,
2158
- style: a.logo
2146
+ onClick: () => p(s.id),
2147
+ children: a("div", {
2148
+ className: M.body,
2149
+ style: g,
2150
+ children: [a("div", {
2151
+ className: M.head,
2152
+ children: [a("div", {
2153
+ className: M.title,
2154
+ style: s.title,
2155
+ children: (W = s.title) == null ? void 0 : W.children
2156
+ }), a("div", {
2157
+ className: M.logo,
2158
+ style: s.logo
2159
2159
  })]
2160
- }), i("div", {
2161
- className: P.wrapper,
2160
+ }), a("div", {
2161
+ className: M.wrapper,
2162
2162
  style: m,
2163
- children: (u || []).map((Bo) => i(ie, {
2164
- value: $(f({}, Bo), {
2163
+ children: (u || []).map((Do) => a(se, {
2164
+ value: y(f({}, Do), {
2165
2165
  device: n
2166
2166
  }),
2167
- children: i(zu, {})
2167
+ children: a(Wu, {})
2168
2168
  }))
2169
- }), i(ee, {
2170
- className: P.text,
2171
- style: y,
2172
- typography: y.typography,
2173
- accentTypography: y.accentTypography,
2174
- children: (be = a.text) == null ? void 0 : be.children
2175
- }), i("div", {
2176
- className: P.button,
2177
- style: a.buttonWrapper,
2178
- children: [i("div", {
2179
- className: P.buttonHead,
2180
- style: a.buttonHead,
2181
- children: (ct = a.buttonHead) == null ? void 0 : ct.children
2182
- }), i("div", {
2183
- className: P.buttonTarget,
2184
- style: b,
2185
- children: (lt = a.button) == null ? void 0 : lt.children
2169
+ }), a(K, {
2170
+ className: M.text,
2171
+ style: b,
2172
+ typography: b.typography,
2173
+ accentTypography: b.accentTypography,
2174
+ children: (ke = s.text) == null ? void 0 : ke.children
2175
+ }), a("div", {
2176
+ className: M.button,
2177
+ style: s.buttonWrapper,
2178
+ children: [a("div", {
2179
+ className: M.buttonHead,
2180
+ style: s.buttonHead,
2181
+ children: (ut = s.buttonHead) == null ? void 0 : ut.children
2182
+ }), a("div", {
2183
+ className: M.buttonTarget,
2184
+ style: $,
2185
+ children: (pt = s.button) == null ? void 0 : pt.children
2186
2186
  })]
2187
- }), i(ee, {
2188
- className: P.legal,
2189
- style: S,
2190
- children: (_t = a.legal) == null ? void 0 : _t.children
2187
+ }), a(K, {
2188
+ className: M.legal,
2189
+ style: P,
2190
+ children: (ft = s.legal) == null ? void 0 : ft.children
2191
2191
  })]
2192
2192
  })
2193
2193
  })]
2194
2194
  })]
2195
2195
  });
2196
- }), vf = ce(i(Gu, {})), Uu = "_root_x31x3_1", Wu = "_background_x31x3_18", Ku = "_body_x31x3_27", Zu = "_bookmaker_x31x3_36", Xu = "_button_x31x3_43", Ju = "_rowFirst_x31x3_57", Qu = "_rowSecond_x31x3_63", Yu = "_legal_x31x3_69", ep = "_legalText_x31x3_86", tp = "_legalOpen_x31x3_96", op = "_legalButton_x31x3_101", J = {
2197
- root: Uu,
2198
- background: Wu,
2199
- body: Ku,
2200
- bookmaker: Zu,
2201
- button: Xu,
2202
- rowFirst: Ju,
2203
- rowSecond: Qu,
2204
- legal: Yu,
2205
- legalText: ep,
2206
- legalOpen: tp,
2207
- legalButton: op
2208
- }, np = ({
2196
+ }), Zf = ie(a(Ku, {})), Xu = "_root_x31x3_1", Ju = "_background_x31x3_18", Qu = "_body_x31x3_27", Yu = "_bookmaker_x31x3_36", ep = "_button_x31x3_43", tp = "_rowFirst_x31x3_57", op = "_rowSecond_x31x3_63", np = "_legal_x31x3_69", rp = "_legalText_x31x3_86", ap = "_legalOpen_x31x3_96", sp = "_legalButton_x31x3_101", Q = {
2197
+ root: Xu,
2198
+ background: Ju,
2199
+ body: Qu,
2200
+ bookmaker: Yu,
2201
+ button: ep,
2202
+ rowFirst: tp,
2203
+ rowSecond: op,
2204
+ legal: np,
2205
+ legalText: rp,
2206
+ legalOpen: ap,
2207
+ legalButton: sp
2208
+ }, ip = ({
2209
2209
  onClick: e
2210
2210
  }) => {
2211
- var s, a, l, c, _, d, p, u;
2212
- const t = q(), o = R(t), [n, r] = Ho();
2213
- return i("div", {
2214
- className: J.root,
2215
- style: te(o.root, ...Z),
2216
- children: [i("div", {
2217
- className: J.background,
2218
- style: Q(o.root, ...Z)
2219
- }), i("a", {
2220
- href: (s = o.root) == null ? void 0 : s.offer,
2211
+ var i, s, l, c, _, d, p, u;
2212
+ const t = I(), o = j(t), [n, r] = Xe();
2213
+ return a("div", {
2214
+ className: Q.root,
2215
+ style: ne(o.root, ...X),
2216
+ children: [a("div", {
2217
+ className: Q.background,
2218
+ style: te(o.root, ...X)
2219
+ }), a("a", {
2220
+ href: (i = o.root) == null ? void 0 : i.offer,
2221
2221
  target: "_blank",
2222
2222
  rel: "nofollow noopener noreferrer",
2223
- className: J.body,
2223
+ className: Q.body,
2224
2224
  onClick: () => e(o.id),
2225
- children: [i("div", {
2226
- children: [i("div", {
2227
- className: J.rowFirst,
2225
+ children: [a("div", {
2226
+ children: [a("div", {
2227
+ className: Q.rowFirst,
2228
2228
  style: o.rowFirst,
2229
- children: (a = o.rowFirst) == null ? void 0 : a.children
2230
- }), i("div", {
2231
- className: J.rowSecond,
2229
+ children: (s = o.rowFirst) == null ? void 0 : s.children
2230
+ }), a("div", {
2231
+ className: Q.rowSecond,
2232
2232
  style: o.rowSecond,
2233
2233
  children: (l = o.rowSecond) == null ? void 0 : l.children
2234
- }), i("div", {
2235
- className: J.bookmaker,
2234
+ }), a("div", {
2235
+ className: Q.bookmaker,
2236
2236
  style: o.bookmaker,
2237
2237
  children: (c = o.bookmaker) == null ? void 0 : c.children
2238
2238
  })]
2239
- }), i("div", {
2240
- className: J.button,
2239
+ }), a("div", {
2240
+ className: Q.button,
2241
2241
  style: o.button,
2242
2242
  children: (_ = o.button) == null ? void 0 : _.children
2243
2243
  })]
2244
- }), i("div", {
2245
- className: H(J.legal, {
2246
- [J.legalOpen]: n
2244
+ }), a("div", {
2245
+ className: L(Q.legal, {
2246
+ [Q.legalOpen]: n
2247
2247
  }),
2248
2248
  style: o.legalInfo,
2249
- children: i("span", {
2250
- className: J.legalText,
2251
- children: [i("span", {
2249
+ children: a("span", {
2250
+ className: Q.legalText,
2251
+ children: [a("span", {
2252
2252
  children: (d = o.legalInfo) == null ? void 0 : d.children
2253
- }), i("span", {
2254
- className: J.legalButton,
2253
+ }), a("span", {
2254
+ className: Q.legalButton,
2255
2255
  style: o.legalInfoButton,
2256
2256
  onClick: r,
2257
2257
  children: n ? (p = o.legalInfoButton) == null ? void 0 : p.openText : (u = o.legalInfoButton) == null ? void 0 : u.closeText
@@ -2259,235 +2259,235 @@ const Du = (e, t) => {
2259
2259
  })
2260
2260
  })]
2261
2261
  });
2262
- }, rp = (e) => {
2263
- const t = G(Ue()), o = (n) => t.current.on("click", n);
2264
- return Ve(e, () => ({
2265
- promoId: "BonusCard",
2262
+ }, zo = (e) => {
2263
+ const t = F(Ke()), o = (n) => t.current.on("click", n);
2264
+ return Fe(e, () => ({
2265
+ promoId: "ContentCards",
2266
2266
  onClick: o,
2267
2267
  resetListeners: t.current.reset
2268
- })), B(() => t.current.reset, []), {
2268
+ })), q(() => t.current.reset, []), {
2269
2269
  click: (...n) => t.current.emit("click", ...n),
2270
2270
  onClick: o
2271
2271
  };
2272
- }, ap = ae((e, t) => {
2273
- const o = G(null), n = q(), s = le(n, "mobile"), a = R(s);
2274
- _e(s);
2272
+ }, cp = ae((e, t) => {
2273
+ const o = F(null), n = I(), i = ce(n, "mobile"), s = j(i);
2274
+ le(i);
2275
2275
  const {
2276
2276
  click: l
2277
- } = rp(t);
2278
- return i("div", {
2277
+ } = zo(t);
2278
+ return a("div", {
2279
2279
  ref: o,
2280
- children: ((a == null ? void 0 : a.children) || []).map((c) => i(ie, {
2280
+ children: ((s == null ? void 0 : s.children) || []).map((c) => a(se, {
2281
2281
  value: c,
2282
- children: i(np, {
2282
+ children: a(ip, {
2283
2283
  onClick: l
2284
2284
  })
2285
2285
  }))
2286
2286
  });
2287
- }), mf = ce(i(ap, {})), sp = "_root_1k78w_1", ip = "_desktop_1k78w_13", cp = "_laptop_1k78w_14", lp = "_promotion_1k78w_18", _p = "_background_1k78w_34", dp = "_close_1k78w_43", up = "_content_1k78w_56", pp = "_variant2_1k78w_69", fp = "_logo_1k78w_73", gp = "_left_1k78w_85", hp = "_center_1k78w_98", vp = "_slide_1k78w_104", mp = "_slide_animated_default_1k78w_118", yp = "_right_1k78w_128", bp = "_buttonWrapper_1k78w_143", $p = "_button_1k78w_143", kp = "_button_animated_1k78w_177", wp = "_increase_1k78w_1", T = {
2288
- root: sp,
2289
- desktop: ip,
2290
- laptop: cp,
2291
- promotion: lp,
2292
- background: _p,
2293
- close: dp,
2294
- content: up,
2295
- variant2: pp,
2296
- logo: fp,
2297
- left: gp,
2298
- center: hp,
2299
- slide: vp,
2300
- slide_animated_default: mp,
2287
+ }), Kf = ie(a(cp, {})), lp = "_root_1k78w_1", _p = "_desktop_1k78w_13", dp = "_laptop_1k78w_14", up = "_promotion_1k78w_18", pp = "_background_1k78w_34", fp = "_close_1k78w_43", gp = "_content_1k78w_56", hp = "_variant2_1k78w_69", vp = "_logo_1k78w_73", mp = "_left_1k78w_85", yp = "_center_1k78w_98", bp = "_slide_1k78w_104", $p = "_slide_animated_default_1k78w_118", kp = "_right_1k78w_128", Np = "_buttonWrapper_1k78w_143", wp = "_button_1k78w_143", xp = "_button_animated_1k78w_177", Cp = "_increase_1k78w_1", O = {
2288
+ root: lp,
2289
+ desktop: _p,
2290
+ laptop: dp,
2291
+ promotion: up,
2292
+ background: pp,
2293
+ close: fp,
2294
+ content: gp,
2295
+ variant2: hp,
2296
+ logo: vp,
2297
+ left: mp,
2298
+ center: yp,
2299
+ slide: bp,
2300
+ slide_animated_default: $p,
2301
2301
  "fade-in-out": "_fade-in-out_1k78w_1",
2302
2302
  "slide_animated_bottom-top": "_slide_animated_bottom-top_1k78w_121",
2303
2303
  "fade-in-bottom-out-top": "_fade-in-bottom-out-top_1k78w_1",
2304
2304
  "slide_animated_top-bottom": "_slide_animated_top-bottom_1k78w_124",
2305
- right: yp,
2306
- buttonWrapper: bp,
2307
- button: $p,
2308
- button_animated: kp,
2309
- increase: wp,
2305
+ right: kp,
2306
+ buttonWrapper: Np,
2307
+ button: wp,
2308
+ button_animated: xp,
2309
+ increase: Cp,
2310
2310
  "fade-in-top-out-bottom": "_fade-in-top-out-bottom_1k78w_1"
2311
- }, Np = "_root_1c4sr_1", Cp = "_desktop_1c4sr_11", eo = {
2312
- root: Np,
2313
- desktop: Cp
2314
- }, xp = () => {
2311
+ }, Tp = "_root_1c4sr_1", Op = "_desktop_1c4sr_11", ro = {
2312
+ root: Tp,
2313
+ desktop: Op
2314
+ }, Ap = () => {
2315
2315
  var o, n, r;
2316
- const e = q(), t = R(e);
2317
- return i("div", {
2318
- className: H(eo.root, {
2319
- [eo.desktop]: (e == null ? void 0 : e.device) === "desktop"
2316
+ const e = I(), t = j(e);
2317
+ return a("div", {
2318
+ className: L(ro.root, {
2319
+ [ro.desktop]: (e == null ? void 0 : e.device) === "desktop"
2320
2320
  }),
2321
- style: te(t.root, ...Z),
2322
- children: i(ee, {
2321
+ style: ne(t.root, ...X),
2322
+ children: a(K, {
2323
2323
  accentTypography: (o = t.root) == null ? void 0 : o.accentTypography,
2324
2324
  typography: (n = t.root) == null ? void 0 : n.typography,
2325
2325
  children: (r = t.root) == null ? void 0 : r.children
2326
2326
  })
2327
2327
  });
2328
- }, Op = "_root_gohhp_1", Tp = "_title_gohhp_8", Ap = "_desktop_gohhp_13", jp = "_laptop_gohhp_13", Sp = "_titleLabel_gohhp_17", Ip = "_tablet_gohhp_20", Lp = "_titleValue_gohhp_27", Pp = "_teamLogo_gohhp_38", Hp = "_teams_gohhp_49", Rp = "_teamName_gohhp_57", Mp = "_odds_gohhp_64", Ep = "_odd_gohhp_64", Vp = "_oddX_gohhp_76", Bp = "_oddValue_gohhp_84", A = {
2329
- root: Op,
2330
- title: Tp,
2331
- desktop: Ap,
2332
- laptop: jp,
2333
- titleLabel: Sp,
2334
- tablet: Ip,
2335
- titleValue: Lp,
2336
- teamLogo: Pp,
2337
- teams: Hp,
2338
- teamName: Rp,
2339
- odds: Mp,
2340
- odd: Ep,
2341
- oddX: Vp,
2342
- oddValue: Bp
2343
- }, Ee = (e, t, o = 1, n = !1) => {
2328
+ }, Lp = "_root_gohhp_1", jp = "_title_gohhp_8", Sp = "_desktop_gohhp_13", Ip = "_laptop_gohhp_13", Pp = "_titleLabel_gohhp_17", Rp = "_tablet_gohhp_20", Hp = "_titleValue_gohhp_27", Mp = "_teamLogo_gohhp_38", Ep = "_teams_gohhp_49", Bp = "_teamName_gohhp_57", Vp = "_odds_gohhp_64", qp = "_odd_gohhp_64", Fp = "_oddX_gohhp_76", zp = "_oddValue_gohhp_84", A = {
2329
+ root: Lp,
2330
+ title: jp,
2331
+ desktop: Sp,
2332
+ laptop: Ip,
2333
+ titleLabel: Pp,
2334
+ tablet: Rp,
2335
+ titleValue: Hp,
2336
+ teamLogo: Mp,
2337
+ teams: Ep,
2338
+ teamName: Bp,
2339
+ odds: Vp,
2340
+ odd: qp,
2341
+ oddX: Fp,
2342
+ oddValue: zp
2343
+ }, qe = (e, t, o = 1, n = !1) => {
2344
2344
  var l;
2345
- const [r, s] = [t[0], t[1] || t[0]].map((c) => c * o), a = `w${r}-h${s}${n ? "-c" : ""}`;
2346
- return (l = e == null ? void 0 : e.replace(/(\/(?:upload|user-avatars)\/[\w\d]+\/)origin(\/)/, `$1${a}$2`)) != null ? l : e;
2347
- }, qp = () => {
2348
- var s, a;
2349
- const e = q(), t = R(e), o = te(t.root, ...Z), n = $(f({}, t.teamLogo), {
2350
- backgroundImage: Ee(v(t, "match.teams[0].logo"), [120, 120]),
2345
+ const [r, i] = [t[0], t[1] || t[0]].map((c) => c * o), s = `w${r}-h${i}${n ? "-c" : ""}`;
2346
+ return (l = e == null ? void 0 : e.replace(/(\/(?:upload|user-avatars)\/[\w\d]+\/)origin(\/)/, `$1${s}$2`)) != null ? l : e;
2347
+ }, Dp = () => {
2348
+ var i, s;
2349
+ const e = I(), t = j(e), o = ne(t.root, ...X), n = y(f({}, t.teamLogo), {
2350
+ backgroundImage: qe(v(t, "match.teams[0].logo"), [120, 120]),
2351
2351
  backgroundColor: "transparent"
2352
- }), r = $(f({}, t.teamLogo), {
2353
- backgroundImage: Ee(v(t, "match.teams[1].logo"), [120, 120]),
2352
+ }), r = y(f({}, t.teamLogo), {
2353
+ backgroundImage: qe(v(t, "match.teams[1].logo"), [120, 120]),
2354
2354
  backgroundColor: "transparent"
2355
2355
  });
2356
- return i("div", {
2357
- className: H(A.root, {
2356
+ return a("div", {
2357
+ className: L(A.root, {
2358
2358
  [A.desktop]: e.device === "desktop",
2359
2359
  [A.laptop]: e.device === "laptop",
2360
2360
  [A.tablet]: e.device === "tablet"
2361
2361
  }),
2362
2362
  style: o,
2363
- children: [i("div", {
2363
+ children: [a("div", {
2364
2364
  className: A.title,
2365
- children: [i("div", {
2365
+ children: [a("div", {
2366
2366
  className: A.titleLabel,
2367
2367
  style: t.titleLabel,
2368
- children: (s = t.titleLabel) == null ? void 0 : s.children
2369
- }), i("div", {
2368
+ children: (i = t.titleLabel) == null ? void 0 : i.children
2369
+ }), a("div", {
2370
2370
  className: A.titleValue,
2371
2371
  style: t.titleValue,
2372
- children: (a = t.titleValue) == null ? void 0 : a.children
2372
+ children: (s = t.titleValue) == null ? void 0 : s.children
2373
2373
  })]
2374
- }), i("div", {
2374
+ }), a("div", {
2375
2375
  className: A.odds,
2376
- children: [i("div", {
2376
+ children: [a("div", {
2377
2377
  className: A.odd,
2378
- children: [i("img", {
2378
+ children: [a("img", {
2379
2379
  className: A.teamLogo,
2380
2380
  src: n.backgroundImage,
2381
2381
  style: n
2382
- }), i("div", {
2382
+ }), a("div", {
2383
2383
  className: A.oddValue,
2384
2384
  style: t.value,
2385
2385
  children: v(t, "match.markets.one_x_two.w1")
2386
2386
  })]
2387
- }), i("div", {
2387
+ }), a("div", {
2388
2388
  className: A.odd,
2389
- children: [i("div", {
2389
+ children: [a("div", {
2390
2390
  className: A.oddX,
2391
2391
  style: t.coef,
2392
2392
  children: "X"
2393
- }), i("div", {
2393
+ }), a("div", {
2394
2394
  className: A.oddValue,
2395
2395
  style: t.value,
2396
2396
  children: v(t, "match.markets.one_x_two.x")
2397
2397
  })]
2398
- }), i("div", {
2398
+ }), a("div", {
2399
2399
  className: A.odd,
2400
- children: [i("img", {
2400
+ children: [a("img", {
2401
2401
  className: A.teamLogo,
2402
2402
  src: r.backgroundImage,
2403
2403
  style: r
2404
- }), i("div", {
2404
+ }), a("div", {
2405
2405
  className: A.oddValue,
2406
2406
  style: t.value,
2407
2407
  children: v(t, "match.markets.one_x_two.w2")
2408
2408
  })]
2409
2409
  })]
2410
- }), i("div", {
2410
+ }), a("div", {
2411
2411
  className: A.teams,
2412
- children: [i("div", {
2412
+ children: [a("div", {
2413
2413
  className: A.teamName,
2414
2414
  style: t.teamName,
2415
2415
  children: v(t, "match.teams[0].name")
2416
- }), i("div", {
2416
+ }), a("div", {
2417
2417
  className: A.teamName,
2418
2418
  style: t.teamName,
2419
2419
  children: v(t, "match.teams[1].name")
2420
2420
  })]
2421
2421
  })]
2422
2422
  });
2423
- }, Fp = "_root_1bycs_1", zp = "_title_1bycs_8", Dp = "_titleLabel_1bycs_13", Gp = "_tablet_1bycs_16", Up = "_desktop_1bycs_19", Wp = "_laptop_1bycs_19", Kp = "_titleValue_1bycs_23", Zp = "_team_1bycs_34", Xp = "_teamLogo_1bycs_45", Jp = "_national_1bycs_56", Qp = "_teamName_1bycs_77", Yp = "_teamValue_1bycs_89", V = {
2424
- root: Fp,
2425
- title: zp,
2426
- titleLabel: Dp,
2427
- tablet: Gp,
2428
- desktop: Up,
2429
- laptop: Wp,
2430
- titleValue: Kp,
2431
- team: Zp,
2432
- teamLogo: Xp,
2433
- national: Jp,
2434
- teamName: Qp,
2435
- teamValue: Yp
2436
- }, ef = () => {
2437
- var r, s;
2438
- const e = q(), t = R(e), o = $(f(f({}, Q(t.root, ...Z)), t.teamLogo), {
2423
+ }, Gp = "_root_1bycs_1", Up = "_title_1bycs_8", Wp = "_titleLabel_1bycs_13", Zp = "_tablet_1bycs_16", Kp = "_desktop_1bycs_19", Xp = "_laptop_1bycs_19", Jp = "_titleValue_1bycs_23", Qp = "_team_1bycs_34", Yp = "_teamLogo_1bycs_45", ef = "_national_1bycs_56", tf = "_teamName_1bycs_77", of = "_teamValue_1bycs_89", V = {
2424
+ root: Gp,
2425
+ title: Up,
2426
+ titleLabel: Wp,
2427
+ tablet: Zp,
2428
+ desktop: Kp,
2429
+ laptop: Xp,
2430
+ titleValue: Jp,
2431
+ team: Qp,
2432
+ teamLogo: Yp,
2433
+ national: ef,
2434
+ teamName: tf,
2435
+ teamValue: of
2436
+ }, nf = () => {
2437
+ var r, i;
2438
+ const e = I(), t = j(e), o = y(f(f({}, te(t.root, ...X)), t.teamLogo), {
2439
2439
  backgroundColor: "transparent",
2440
- backgroundImage: Ee(v(t, "match.teams[0].logo"), [120, 120])
2441
- }), n = $(f(f({}, Q(t.root, ...Z)), t.teamLogo), {
2440
+ backgroundImage: qe(v(t, "match.teams[0].logo"), [120, 120])
2441
+ }), n = y(f(f({}, te(t.root, ...X)), t.teamLogo), {
2442
2442
  backgroundColor: "transparent",
2443
- backgroundImage: Ee(v(t, "match.teams[1].logo"), [120, 120])
2443
+ backgroundImage: qe(v(t, "match.teams[1].logo"), [120, 120])
2444
2444
  });
2445
- return i("div", {
2446
- className: H(V.root, {
2445
+ return a("div", {
2446
+ className: L(V.root, {
2447
2447
  [V.desktop]: (e == null ? void 0 : e.device) === "desktop",
2448
2448
  [V.laptop]: (e == null ? void 0 : e.device) === "laptop",
2449
2449
  [V.tablet]: (e == null ? void 0 : e.device) === "tablet",
2450
2450
  [V.national]: v(t, "match.isNational")
2451
2451
  }),
2452
- style: te(t.root, ...Z),
2453
- children: [i("div", {
2452
+ style: ne(t.root, ...X),
2453
+ children: [a("div", {
2454
2454
  className: V.title,
2455
- children: [i("div", {
2455
+ children: [a("div", {
2456
2456
  className: V.titleLabel,
2457
2457
  style: t.titleLabel,
2458
2458
  children: (r = t.titleLabel) == null ? void 0 : r.children
2459
- }), i("div", {
2459
+ }), a("div", {
2460
2460
  className: V.titleValue,
2461
2461
  style: t.titleValue,
2462
- children: (s = t.titleValue) == null ? void 0 : s.children
2462
+ children: (i = t.titleValue) == null ? void 0 : i.children
2463
2463
  })]
2464
- }), i("div", {
2465
- children: [i("div", {
2464
+ }), a("div", {
2465
+ children: [a("div", {
2466
2466
  className: V.team,
2467
- children: [i("img", {
2467
+ children: [a("img", {
2468
2468
  className: V.teamLogo,
2469
2469
  src: o.backgroundImage,
2470
2470
  style: o
2471
- }), i("div", {
2471
+ }), a("div", {
2472
2472
  className: V.teamName,
2473
2473
  style: t.teamName,
2474
2474
  children: v(t, "match.teams[0].name")
2475
- }), i("div", {
2475
+ }), a("div", {
2476
2476
  className: V.teamValue,
2477
2477
  style: t.value,
2478
2478
  children: v(t, "match.markets.one_two.w1")
2479
2479
  })]
2480
- }), i("div", {
2480
+ }), a("div", {
2481
2481
  className: V.team,
2482
- children: [i("img", {
2482
+ children: [a("img", {
2483
2483
  className: V.teamLogo,
2484
2484
  src: n.backgroundImage,
2485
2485
  style: n
2486
- }), i("div", {
2486
+ }), a("div", {
2487
2487
  className: V.teamName,
2488
2488
  style: t.teamName,
2489
2489
  children: v(t, "match.teams[1].name")
2490
- }), i("div", {
2490
+ }), a("div", {
2491
2491
  className: V.teamValue,
2492
2492
  style: t.value,
2493
2493
  children: v(t, "match.markets.one_two.w2")
@@ -2495,28 +2495,28 @@ const Du = (e, t) => {
2495
2495
  })]
2496
2496
  })]
2497
2497
  });
2498
- }, tf = (e = []) => {
2499
- var s;
2500
- const t = e.length, [o, n] = Y(0), r = (s = e[o || 0]) == null ? void 0 : s.animationDuration;
2501
- return B(() => {
2498
+ }, rf = (e = []) => {
2499
+ var i;
2500
+ const t = e.length, [o, n] = oe(0), r = (i = e[o || 0]) == null ? void 0 : i.animationDuration;
2501
+ return q(() => {
2502
2502
  const l = setTimeout(() => {
2503
2503
  n((c) => c + 1 < t ? c + 1 : 0);
2504
2504
  }, r);
2505
2505
  return () => clearTimeout(l);
2506
2506
  }, [n, t, r, o]), o;
2507
- }, of = {
2507
+ }, af = {
2508
2508
  matches: "one_x_two",
2509
2509
  matchesOneTwo: "one_two"
2510
- }, to = (e) => [of[e]], nf = (e, t) => {
2510
+ }, ao = (e) => [af[e]], sf = (e, t) => {
2511
2511
  const o = (_) => {
2512
2512
  var d;
2513
- return j(_ == null ? void 0 : _.matchSlug) && ((d = _ == null ? void 0 : _.matchSlug) == null ? void 0 : d.length) > 0;
2514
- }, n = e.children || [], r = n.filter((_) => o(_.root.targetMatch)).map((_) => $(f({}, _.root.targetMatch), {
2515
- markets: to(_.name)
2516
- })), s = Vo(r), {
2517
- data: a,
2513
+ return S(_ == null ? void 0 : _.matchSlug) && ((d = _ == null ? void 0 : _.matchSlug) == null ? void 0 : d.length) > 0;
2514
+ }, n = e.children || [], r = n.filter((_) => o(_.root.targetMatch)).map((_) => y(f({}, _.root.targetMatch), {
2515
+ markets: ao(_.name)
2516
+ })), i = Fo(r), {
2517
+ data: s,
2518
2518
  execute: l
2519
- } = Eo(`${t}/match-list`, {
2519
+ } = qo(`${t}/match-list`, {
2520
2520
  method: "POST",
2521
2521
  body: {
2522
2522
  matches: r.map((_) => ({
@@ -2530,39 +2530,39 @@ const Du = (e, t) => {
2530
2530
  },
2531
2531
  pause: !t || r.length === 0
2532
2532
  });
2533
- return B(() => {
2534
- jo(s, r) || l();
2533
+ return q(() => {
2534
+ Po(i, r) || l();
2535
2535
  }, [r]), n.map((_) => {
2536
2536
  if ("targetMatch" in _.root) {
2537
- const d = (a || []).find((m) => m.slug === _.root.targetMatch.matchSlug);
2537
+ const d = (s || []).find((m) => m.slug === _.root.targetMatch.matchSlug);
2538
2538
  if (!d)
2539
2539
  return;
2540
- const p = to(_.name), u = Ao(d, {
2540
+ const p = ao(_.name), u = Io(d, {
2541
2541
  markets: p
2542
- }), h = So(u, _.root.customMatch, (m, [y, b]) => j(b));
2543
- return $(f({}, _), {
2544
- match: h
2542
+ }), g = Ro(u, _.root.customMatch, (m, [b, $]) => S($));
2543
+ return y(f({}, _), {
2544
+ match: g
2545
2545
  });
2546
2546
  }
2547
2547
  return _;
2548
2548
  }).filter(Boolean);
2549
- }, rf = (e) => {
2550
- const t = G(Ue()), [o, n] = Y(!1), [r, s] = Y(), a = (u) => t.current.on("visible", u), l = (u) => t.current.on("click", u), c = (u) => t.current.on("clickHide", u), _ = () => $e(void 0, null, function* () {
2549
+ }, cf = (e) => {
2550
+ const t = F(Ke()), [o, n] = oe(!1), [r, i] = oe(), s = (u) => t.current.on("visible", u), l = (u) => t.current.on("click", u), c = (u) => t.current.on("clickHide", u), _ = () => Ne(void 0, null, function* () {
2551
2551
  n(!0);
2552
2552
  }), d = () => n(!1), p = () => {
2553
2553
  t.current.emit("clickHide"), d();
2554
2554
  };
2555
- return B(() => {
2555
+ return q(() => {
2556
2556
  t.current.emit("visible", o);
2557
- }, [o]), Ve(e, () => ({
2558
- onVisible: a,
2557
+ }, [o]), Fe(e, () => ({
2558
+ onVisible: s,
2559
2559
  onClick: l,
2560
2560
  onClickHide: c,
2561
2561
  show: _,
2562
2562
  hide: d,
2563
- setApiHost: s,
2563
+ setApiHost: i,
2564
2564
  resetListeners: t.current.reset
2565
- })), B(() => t.current.reset, []), {
2565
+ })), q(() => t.current.reset, []), {
2566
2566
  isOpen: o,
2567
2567
  apiHost: r,
2568
2568
  show: _,
@@ -2572,136 +2572,326 @@ const Du = (e, t) => {
2572
2572
  t.current.emit("click", ...u);
2573
2573
  }
2574
2574
  };
2575
- }, af = 3700, sf = ae(({
2575
+ }, lf = 3700, _f = ae(({
2576
2576
  id: e
2577
2577
  }, t) => {
2578
- var M, I, L, E, F;
2579
- const o = G(null), n = q(), r = me({
2578
+ var E, R, H, B, z;
2579
+ const o = F(null), n = I(), r = pe({
2580
2580
  id: e,
2581
2581
  targetRef: o
2582
- }), s = le(n, r), a = R(s);
2583
- _e(s);
2582
+ }), i = ce(n, r), s = j(i);
2583
+ le(i);
2584
2584
  const {
2585
2585
  apiHost: l,
2586
2586
  isOpen: c,
2587
2587
  click: _,
2588
2588
  clickHide: d
2589
- } = rf(t), p = nf(a, l), u = (k) => ({
2590
- text: i(xp, {}),
2591
- matches: i(qp, {}),
2592
- matchesOneTwo: i(ef, {})
2593
- })[k], h = p.filter(Boolean).map((k) => {
2594
- var U, z;
2595
- return $(f({}, k), {
2589
+ } = cf(t), p = sf(s, l), u = (k) => ({
2590
+ text: a(Ap, {}),
2591
+ matches: a(Dp, {}),
2592
+ matchesOneTwo: a(nf, {})
2593
+ })[k], g = p.filter(Boolean).map((k) => {
2594
+ var U, D;
2595
+ return y(f({}, k), {
2596
2596
  animationName: (U = k == null ? void 0 : k.root) == null ? void 0 : U.animationName,
2597
- animationDuration: ((z = k == null ? void 0 : k.root) == null ? void 0 : z.animationDuration) || af
2597
+ animationDuration: ((D = k == null ? void 0 : k.root) == null ? void 0 : D.animationDuration) || lf
2598
2598
  });
2599
- }), m = tf(h), y = R(h[m] || {}), b = te(a.root, ...Z), S = (M = y == null ? void 0 : y.root) != null && M.hasCustomBackground ? Q((y == null ? void 0 : y.root) || {}, ...Z) : Q(a.root, ...Z);
2600
- return i("div", {
2599
+ }), m = rf(g), b = j(g[m] || {}), $ = ne(s.root, ...X), P = (E = b == null ? void 0 : b.root) != null && E.hasCustomBackground ? te((b == null ? void 0 : b.root) || {}, ...X) : te(s.root, ...X);
2600
+ return a("div", {
2601
2601
  ref: o,
2602
- className: H(T.root, {
2603
- [T.desktop]: r === "desktop",
2604
- [T.laptop]: r === "laptop",
2605
- [T.tablet]: r === "tablet",
2606
- [T.variant2]: ((I = a.root) == null ? void 0 : I.variant) === "variant2"
2602
+ className: L(O.root, {
2603
+ [O.desktop]: r === "desktop",
2604
+ [O.laptop]: r === "laptop",
2605
+ [O.tablet]: r === "tablet",
2606
+ [O.variant2]: ((R = s.root) == null ? void 0 : R.variant) === "variant2"
2607
2607
  }),
2608
- style: $(f({}, b), {
2608
+ style: y(f({}, $), {
2609
2609
  display: c ? "block" : "none"
2610
2610
  }),
2611
- children: [i("div", {
2612
- className: T.close,
2613
- style: a.close,
2611
+ children: [a("div", {
2612
+ className: O.close,
2613
+ style: s.close,
2614
2614
  onClick: d,
2615
- children: i(ye, {})
2616
- }), i("a", {
2617
- href: (L = a.root) == null ? void 0 : L.offer,
2615
+ children: a($e, {})
2616
+ }), a("a", {
2617
+ href: (H = s.root) == null ? void 0 : H.offer,
2618
2618
  target: "_blank",
2619
2619
  rel: "nofollow noopener noreferrer",
2620
2620
  onClick: _,
2621
- children: [i("div", {
2622
- className: T.background,
2623
- style: S
2624
- }), i("div", {
2625
- className: T.promotion,
2626
- style: a.promotion,
2627
- children: (E = a.promotion) == null ? void 0 : E.children
2628
- }), i("div", {
2629
- className: T.content,
2630
- children: [i("div", {
2631
- className: T.left,
2632
- children: i("div", {
2633
- className: T.logo,
2634
- style: a.logo
2621
+ children: [a("div", {
2622
+ className: O.background,
2623
+ style: P
2624
+ }), a("div", {
2625
+ className: O.promotion,
2626
+ style: s.promotion,
2627
+ children: (B = s.promotion) == null ? void 0 : B.children
2628
+ }), a("div", {
2629
+ className: O.content,
2630
+ children: [a("div", {
2631
+ className: O.left,
2632
+ children: a("div", {
2633
+ className: O.logo,
2634
+ style: s.logo
2635
2635
  })
2636
- }), i("div", {
2637
- className: T.center,
2638
- children: (h || []).map((k, U) => {
2639
- var z, W;
2640
- return i("div", {
2641
- className: T.slide,
2636
+ }), a("div", {
2637
+ className: O.center,
2638
+ children: (g || []).map((k, U) => {
2639
+ var D, W;
2640
+ return a("div", {
2641
+ className: O.slide,
2642
2642
  style: {
2643
- animationName: m === U ? T[((z = k.root) == null ? void 0 : z.animationName) || "fade-in-out"] : "none",
2643
+ animationName: m === U ? O[((D = k.root) == null ? void 0 : D.animationName) || "fade-in-out"] : "none",
2644
2644
  animationDuration: `${(W = k.root) == null ? void 0 : W.animationDuration}ms`
2645
2645
  },
2646
- children: i(ie, {
2647
- value: $(f({}, k), {
2646
+ children: a(se, {
2647
+ value: y(f({}, k), {
2648
2648
  device: r
2649
2649
  }),
2650
2650
  children: u(k.name)
2651
2651
  })
2652
2652
  });
2653
2653
  })
2654
- }), i("div", {
2655
- className: T.right,
2656
- children: [i("div", {
2657
- className: T.logo,
2658
- style: a.logo
2659
- }), i("div", {
2660
- className: T.buttonWrapper,
2661
- children: i("div", {
2662
- className: H(T.button, {
2663
- [T.button_animated]: a.button.$animated
2654
+ }), a("div", {
2655
+ className: O.right,
2656
+ children: [a("div", {
2657
+ className: O.logo,
2658
+ style: s.logo
2659
+ }), a("div", {
2660
+ className: O.buttonWrapper,
2661
+ children: a("div", {
2662
+ className: L(O.button, {
2663
+ [O.button_animated]: s.button.$animated
2664
2664
  }),
2665
- style: a.button,
2666
- children: [i("div", {
2667
- className: T.logo,
2668
- style: a.logo
2669
- }), (F = a.button) == null ? void 0 : F.children]
2665
+ style: s.button,
2666
+ children: [a("div", {
2667
+ className: O.logo,
2668
+ style: s.logo
2669
+ }), (z = s.button) == null ? void 0 : z.children]
2670
2670
  })
2671
2671
  })]
2672
2672
  })]
2673
2673
  })]
2674
2674
  })]
2675
2675
  });
2676
- }), yf = ce(i(sf, {})), bf = (e, t, o, n, r = Io) => {
2677
- const s = f({}, e);
2678
- return r.forEach((a) => {
2679
- s[t] = $(f({}, s[t]), {
2680
- [a]: $(f({}, s[t][a]), {
2681
- [o]: typeof n == "function" ? n(v(s, `${t}.${a}.${o}`)) : n
2676
+ }), Xf = ie(a(_f, {})), df = "_content_c8kee_1", uf = "_desktop_c8kee_6", pf = "_laptop_c8kee_6", ff = "_tablet_c8kee_6", xe = {
2677
+ content: df,
2678
+ desktop: uf,
2679
+ laptop: pf,
2680
+ tablet: ff
2681
+ }, gf = "_root_10l51_1", hf = "_content_10l51_8", vf = "_textContent_10l51_15", mf = "_backgroundLine_10l51_21", yf = "_button_10l51_27", bf = "_link_10l51_33", $f = "_legal_10l51_39", kf = "_legalText_10l51_48", Nf = "_open_10l51_57", wf = "_legalMore_10l51_62", Y = {
2682
+ root: gf,
2683
+ content: hf,
2684
+ textContent: vf,
2685
+ backgroundLine: mf,
2686
+ button: yf,
2687
+ link: bf,
2688
+ legal: $f,
2689
+ legalText: kf,
2690
+ open: Nf,
2691
+ legalMore: wf
2692
+ }, Jf = (e, t, o, n, r = Ho) => {
2693
+ const i = f({}, e);
2694
+ return r.forEach((s) => {
2695
+ i[t] = y(f({}, i[t]), {
2696
+ [s]: y(f({}, i[t][s]), {
2697
+ [o]: typeof n == "function" ? n(v(i, `${t}.${s}.${o}`)) : n
2682
2698
  })
2683
2699
  });
2684
- }), s;
2685
- }, it = (e) => {
2700
+ }), i;
2701
+ }, Je = (e) => {
2686
2702
  const t = e == null ? void 0 : e.backgroundColor;
2687
2703
  if (!t)
2688
2704
  return e;
2689
- const o = $(f({}, e), {
2705
+ const o = y(f({}, e), {
2690
2706
  color: t
2691
2707
  });
2692
- return te(o, "backgroundColor");
2693
- };
2708
+ return ne(o, "backgroundColor");
2709
+ }, xf = () => a("svg", {
2710
+ width: "81",
2711
+ height: "100%",
2712
+ viewBox: "0 0 81 76",
2713
+ fill: "none",
2714
+ xmlns: "http://www.w3.org/2000/svg",
2715
+ children: [a("path", {
2716
+ d: "M63.0344 7.99989L7.38354 67.5171L9.86897 69.8401L65.5198 10.3229L63.0344 7.99989Z",
2717
+ fill: "currentColor"
2718
+ }), a("path", {
2719
+ d: "M77.8771 -23.0001L22.2263 36.5171L24.7117 38.8401L80.3626 -20.6771L77.8771 -23.0001Z",
2720
+ fill: "#E3E3E3"
2721
+ }), a("path", {
2722
+ d: "M66.7199 20.9999L11.0691 80.5171L13.5545 82.8401L69.2053 23.3229L66.7199 20.9999Z",
2723
+ fill: "#E3E3E3"
2724
+ }), a("path", {
2725
+ d: "M55.808 20.5258L0.157227 80.043L2.64266 82.366L58.2935 22.8487L55.808 20.5258Z",
2726
+ fill: "currentColor"
2727
+ }), a("path", {
2728
+ d: "M70.6508 -10.4742L15 49.043L17.4854 51.366L73.1362 -8.15125L70.6508 -10.4742Z",
2729
+ fill: "#E3E3E3"
2730
+ }), a("path", {
2731
+ d: "M72.426 8.99995L61 21.2163L62.5379 22.6541L73.9638 10.4377L72.426 8.99995Z",
2732
+ fill: "#E3E3E3"
2733
+ })]
2734
+ }), Cf = ({
2735
+ onClick: e
2736
+ }) => {
2737
+ var i, s, l, c, _, d, p, u, g;
2738
+ const t = I(), o = j(t), [n, r] = Xe();
2739
+ return a("div", {
2740
+ className: Y.root,
2741
+ style: o.root,
2742
+ children: [a("div", {
2743
+ className: Y.content,
2744
+ children: [a("div", {
2745
+ className: Y.textContent,
2746
+ children: [a(K, {
2747
+ className: Y.text,
2748
+ style: o.text,
2749
+ typography: (i = o.text) == null ? void 0 : i.typography,
2750
+ accentTypography: (s = o.text) == null ? void 0 : s.accentTypography,
2751
+ children: (l = o.text) == null ? void 0 : l.children
2752
+ }), a("div", {
2753
+ style: o.bookmaker,
2754
+ children: (c = o.bookmaker) == null ? void 0 : c.children
2755
+ })]
2756
+ }), a("div", {
2757
+ className: Y.button,
2758
+ style: o.button,
2759
+ children: o.button.children
2760
+ }), a("div", {
2761
+ className: Y.backgroundLine,
2762
+ style: y(f({}, Je(o.line)), {
2763
+ left: `calc(50% - ${(_ = o.line) == null ? void 0 : _.left})`
2764
+ }),
2765
+ children: a(xf, {})
2766
+ }), a("a", {
2767
+ className: Y.link,
2768
+ target: "_blank",
2769
+ href: (d = o.root) == null ? void 0 : d.offer,
2770
+ onClick: e,
2771
+ rel: "noreferrer"
2772
+ })]
2773
+ }), a("div", {
2774
+ className: L(Y.legal, {
2775
+ [Y.open]: n
2776
+ }),
2777
+ style: o.legalInfo,
2778
+ children: a("div", {
2779
+ className: Y.legalText,
2780
+ children: [(p = o.legalInfo) == null ? void 0 : p.children, a("span", {
2781
+ className: Y.legalMore,
2782
+ style: o.legalInfoButton,
2783
+ onClick: r,
2784
+ children: n ? (u = o.legalInfoButton) == null ? void 0 : u.openText : (g = o.legalInfoButton) == null ? void 0 : g.closeText
2785
+ })]
2786
+ })
2787
+ })]
2788
+ });
2789
+ }, Tf = "_root_160ab_1", Of = "_content_160ab_8", Af = "_backgroundLine_160ab_15", Lf = "_link_160ab_21", jf = "_button_160ab_27", Sf = "_logo_160ab_32", If = "_legal_160ab_38", Pf = "_open_160ab_50", Rf = "_legalText_160ab_54", Hf = "_legalMore_160ab_64", ee = {
2790
+ root: Tf,
2791
+ content: Of,
2792
+ backgroundLine: Af,
2793
+ link: Lf,
2794
+ button: jf,
2795
+ logo: Sf,
2796
+ legal: If,
2797
+ open: Pf,
2798
+ legalText: Rf,
2799
+ legalMore: Hf
2800
+ }, Mf = ({
2801
+ onClick: e
2802
+ }) => {
2803
+ var i, s, l, c, _, d, p, u;
2804
+ const t = I(), o = j(t), [n, r] = Xe();
2805
+ return a("div", {
2806
+ className: ee.root,
2807
+ style: o.root,
2808
+ children: [a("div", {
2809
+ className: ee.content,
2810
+ children: [a(K, {
2811
+ className: ee.text,
2812
+ style: o.text,
2813
+ typography: (i = o.text) == null ? void 0 : i.typography,
2814
+ accentTypography: (s = o.text) == null ? void 0 : s.accentTypography,
2815
+ children: (l = o.text) == null ? void 0 : l.children
2816
+ }), a("div", {
2817
+ className: ee.button,
2818
+ style: o.button,
2819
+ children: [a("div", {
2820
+ className: ee.logo,
2821
+ style: o.logo
2822
+ }), o.button.children]
2823
+ }), a("a", {
2824
+ className: ee.link,
2825
+ href: (c = o.root) == null ? void 0 : c.offer
2826
+ })]
2827
+ }), a("a", {
2828
+ className: ee.link,
2829
+ href: (_ = o.root) == null ? void 0 : _.offer,
2830
+ target: "_blank",
2831
+ onClick: e,
2832
+ rel: "noreferrer"
2833
+ }), a("div", {
2834
+ className: L(ee.legal, {
2835
+ [ee.open]: n
2836
+ }),
2837
+ style: o.legalInfo,
2838
+ children: [a("div", {
2839
+ className: ee.legalText,
2840
+ children: (d = o.legalInfo) == null ? void 0 : d.children
2841
+ }), a("div", {
2842
+ className: ee.legalMore,
2843
+ style: o.legalInfoButton,
2844
+ onClick: r,
2845
+ children: n ? (p = o.legalInfoButton) == null ? void 0 : p.openText : (u = o.legalInfoButton) == null ? void 0 : u.closeText
2846
+ })]
2847
+ })]
2848
+ });
2849
+ }, Ef = ae(({
2850
+ id: e
2851
+ }, t) => {
2852
+ const o = F(null), n = I(), r = pe({
2853
+ targetRef: o,
2854
+ id: e
2855
+ }), i = ce(n, r), s = j(i);
2856
+ le(i);
2857
+ const {
2858
+ click: l
2859
+ } = zo(t), c = (_) => ({
2860
+ cardVariant1: a(Cf, {
2861
+ onClick: l
2862
+ }),
2863
+ cardVariant2: a(Mf, {
2864
+ onClick: l
2865
+ })
2866
+ })[_];
2867
+ return a("div", {
2868
+ ref: o,
2869
+ className: L(xe.root, {
2870
+ [xe.desktop]: r === "desktop",
2871
+ [xe.laptop]: r === "laptop",
2872
+ [xe.tablet]: r === "tablet"
2873
+ }),
2874
+ children: a("div", {
2875
+ className: xe.content,
2876
+ children: ((s == null ? void 0 : s.children) || []).map((_) => a(se, {
2877
+ value: _,
2878
+ children: c(_.name)
2879
+ }))
2880
+ })
2881
+ });
2882
+ }), Qf = ie(a(Ef, {}));
2694
2883
  export {
2695
- mf as BonusCard,
2696
- ff as ComplexGift,
2697
- hf as ComplexPopup,
2698
- vf as ExpressPopup,
2699
- pf as SimpleGift,
2700
- gf as SimplePopup,
2701
- yf as WideCard,
2702
- it as backgroundToColor,
2703
- uf as filterDeep,
2704
- df as findDeep,
2705
- _f as isValidTemplate,
2706
- bf as modifyState
2884
+ Kf as BonusCard,
2885
+ Gf as ComplexGift,
2886
+ Wf as ComplexPopup,
2887
+ Qf as ContentCards,
2888
+ Zf as ExpressPopup,
2889
+ Df as SimpleGift,
2890
+ Uf as SimplePopup,
2891
+ Xf as WideCard,
2892
+ Je as backgroundToColor,
2893
+ zf as filterDeep,
2894
+ Ff as findDeep,
2895
+ qf as isValidTemplate,
2896
+ Jf as modifyState
2707
2897
  };