livevegas-ui-kit 1.0.279 → 1.0.281

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.
@@ -216,9 +216,11 @@ export declare enum Table {
216
216
  BlackJackAuraA = 64,
217
217
  BlackJackAuraB = 65,
218
218
  BlackJackAuraC = 66,
219
- BlackJackAuraD = 67
219
+ BlackJackAuraD = 67,
220
+ BlackjackVipA = 68,
221
+ BlackjackVipB = 69
220
222
  }
221
- export declare const getTableName: (tableId: number) => "Speed BlackJack" | "BlackJack A" | "BlackJack B" | "BlackJack" | "Texas" | "BlackJack AURA A" | "BlackJack AURA B" | "BlackJack AURA C" | "BlackJack AURA D" | undefined;
223
+ export declare const getTableName: (tableId: number) => "Speed BlackJack" | "BlackJack A" | "BlackJack B" | "BlackJack" | "Texas" | "BlackJack AURA A" | "BlackJack AURA B" | "BlackJack AURA C" | "BlackJack AURA D" | "Blackjack VIP A" | "Blackjack VIP B" | undefined;
222
224
  export declare enum BET_TYPE {
223
225
  Ante = 0,
224
226
  Bonus = 1,
@@ -55,10 +55,10 @@ function Co() {
55
55
  {
56
56
  var q = v.ReactDebugCurrentFrame, J = q.getStackAddendum();
57
57
  J !== "" && (x += "%s", j = j.concat([J]));
58
- var _ = j.map(function(U) {
58
+ var ee = j.map(function(U) {
59
59
  return String(U);
60
60
  });
61
- _.unshift("Warning: " + x), Function.prototype.apply.call(console[f], console, _);
61
+ ee.unshift("Warning: " + x), Function.prototype.apply.call(console[f], console, ee);
62
62
  }
63
63
  }
64
64
  var C = !1, P = !1, T = !1, S = !1, B = !1, L;
@@ -70,7 +70,7 @@ function Co() {
70
70
  // with.
71
71
  f.$$typeof === L || f.getModuleId !== void 0));
72
72
  }
73
- function ee(f, x, j) {
73
+ function _(f, x, j) {
74
74
  var q = f.displayName;
75
75
  if (q)
76
76
  return q;
@@ -110,14 +110,14 @@ function Co() {
110
110
  var j = f;
111
111
  return oe(j._context) + ".Provider";
112
112
  case d:
113
- return ee(f, f.render, "ForwardRef");
113
+ return _(f, f.render, "ForwardRef");
114
114
  case g:
115
115
  var q = f.displayName || null;
116
116
  return q !== null ? q : E(f.type) || "Memo";
117
117
  case b: {
118
- var J = f, _ = J._payload, U = J._init;
118
+ var J = f, ee = J._payload, U = J._init;
119
119
  try {
120
- return E(U(_));
120
+ return E(U(ee));
121
121
  } catch {
122
122
  return null;
123
123
  }
@@ -152,7 +152,7 @@ function Co() {
152
152
  he++;
153
153
  }
154
154
  }
155
- function xe() {
155
+ function Ae() {
156
156
  {
157
157
  if (he--, he === 0) {
158
158
  var f = {
@@ -201,16 +201,16 @@ function Co() {
201
201
  ` + fe + f;
202
202
  }
203
203
  }
204
- var we = !1, Ae;
204
+ var we = !1, Ce;
205
205
  {
206
206
  var $ = typeof WeakMap == "function" ? WeakMap : Map;
207
- Ae = new $();
207
+ Ce = new $();
208
208
  }
209
209
  function be(f, x) {
210
210
  if (!f || we)
211
211
  return "";
212
212
  {
213
- var j = Ae.get(f);
213
+ var j = Ce.get(f);
214
214
  if (j !== void 0)
215
215
  return j;
216
216
  }
@@ -218,8 +218,8 @@ function Co() {
218
218
  we = !0;
219
219
  var J = Error.prepareStackTrace;
220
220
  Error.prepareStackTrace = void 0;
221
- var _;
222
- _ = me.current, me.current = null, ge();
221
+ var ee;
222
+ ee = me.current, me.current = null, ge();
223
223
  try {
224
224
  if (x) {
225
225
  var U = function() {
@@ -232,29 +232,29 @@ function Co() {
232
232
  }), typeof Reflect == "object" && Reflect.construct) {
233
233
  try {
234
234
  Reflect.construct(U, []);
235
- } catch (Ce) {
236
- q = Ce;
235
+ } catch (Te) {
236
+ q = Te;
237
237
  }
238
238
  Reflect.construct(f, [], U);
239
239
  } else {
240
240
  try {
241
241
  U.call();
242
- } catch (Ce) {
243
- q = Ce;
242
+ } catch (Te) {
243
+ q = Te;
244
244
  }
245
245
  f.call(U.prototype);
246
246
  }
247
247
  } else {
248
248
  try {
249
249
  throw Error();
250
- } catch (Ce) {
251
- q = Ce;
250
+ } catch (Te) {
251
+ q = Te;
252
252
  }
253
253
  f();
254
254
  }
255
- } catch (Ce) {
256
- if (Ce && q && typeof Ce.stack == "string") {
257
- for (var O = Ce.stack.split(`
255
+ } catch (Te) {
256
+ if (Te && q && typeof Te.stack == "string") {
257
+ for (var O = Te.stack.split(`
258
258
  `), ve = q.stack.split(`
259
259
  `), se = O.length - 1, le = ve.length - 1; se >= 1 && le >= 0 && O[se] !== ve[le]; )
260
260
  le--;
@@ -265,17 +265,17 @@ function Co() {
265
265
  if (se--, le--, le < 0 || O[se] !== ve[le]) {
266
266
  var je = `
267
267
  ` + O[se].replace(" at new ", " at ");
268
- return f.displayName && je.includes("<anonymous>") && (je = je.replace("<anonymous>", f.displayName)), typeof f == "function" && Ae.set(f, je), je;
268
+ return f.displayName && je.includes("<anonymous>") && (je = je.replace("<anonymous>", f.displayName)), typeof f == "function" && Ce.set(f, je), je;
269
269
  }
270
270
  while (se >= 1 && le >= 0);
271
271
  break;
272
272
  }
273
273
  }
274
274
  } finally {
275
- we = !1, me.current = _, xe(), Error.prepareStackTrace = J;
275
+ we = !1, me.current = ee, Ae(), Error.prepareStackTrace = J;
276
276
  }
277
277
  var ia = f ? f.displayName || f.name : "", Ge = ia ? pe(ia) : "";
278
- return typeof f == "function" && Ae.set(f, Ge), Ge;
278
+ return typeof f == "function" && Ce.set(f, Ge), Ge;
279
279
  }
280
280
  function ta(f, x, j) {
281
281
  return be(f, !1);
@@ -304,9 +304,9 @@ function Co() {
304
304
  case g:
305
305
  return Re(f.type, x, j);
306
306
  case b: {
307
- var q = f, J = q._payload, _ = q._init;
307
+ var q = f, J = q._payload, ee = q._init;
308
308
  try {
309
- return Re(_(J), x, j);
309
+ return Re(ee(J), x, j);
310
310
  } catch {
311
311
  }
312
312
  }
@@ -323,9 +323,9 @@ function Co() {
323
323
  }
324
324
  function Xr(f, x, j, q, J) {
325
325
  {
326
- var _ = Function.call.bind(We);
326
+ var ee = Function.call.bind(We);
327
327
  for (var U in f)
328
- if (_(f, U)) {
328
+ if (ee(f, U)) {
329
329
  var O = void 0;
330
330
  try {
331
331
  if (typeof f[U] != "function") {
@@ -411,7 +411,7 @@ function Co() {
411
411
  });
412
412
  }
413
413
  }
414
- var oo = function(f, x, j, q, J, _, U) {
414
+ var oo = function(f, x, j, q, J, ee, U) {
415
415
  var O = {
416
416
  // This tag allows us to uniquely identify this as a React Element
417
417
  $$typeof: t,
@@ -421,7 +421,7 @@ function Co() {
421
421
  ref: j,
422
422
  props: U,
423
423
  // Record the component responsible for creating this element.
424
- _owner: _
424
+ _owner: ee
425
425
  };
426
426
  return O._store = {}, Object.defineProperty(O._store, "validated", {
427
427
  configurable: !1,
@@ -442,14 +442,14 @@ function Co() {
442
442
  };
443
443
  function so(f, x, j, q, J) {
444
444
  {
445
- var _, U = {}, O = null, ve = null;
445
+ var ee, U = {}, O = null, ve = null;
446
446
  j !== void 0 && (xn(j), O = "" + j), to(x) && (xn(x.key), O = "" + x.key), ao(x) && (ve = x.ref, no(x, J));
447
- for (_ in x)
448
- We.call(x, _) && !eo.hasOwnProperty(_) && (U[_] = x[_]);
447
+ for (ee in x)
448
+ We.call(x, ee) && !eo.hasOwnProperty(ee) && (U[ee] = x[ee]);
449
449
  if (f && f.defaultProps) {
450
450
  var se = f.defaultProps;
451
- for (_ in se)
452
- U[_] === void 0 && (U[_] = se[_]);
451
+ for (ee in se)
452
+ U[ee] === void 0 && (U[ee] = se[ee]);
453
453
  }
454
454
  if (O || ve) {
455
455
  var le = typeof f == "function" ? f.displayName || f.name || "Unknown" : f;
@@ -526,7 +526,7 @@ Check the top-level render call using <` + j + ">.");
526
526
  else if (f) {
527
527
  var J = k(f);
528
528
  if (typeof J == "function" && J !== f.entries)
529
- for (var _ = J.call(f), U; !(U = _.next()).done; )
529
+ for (var ee = J.call(f), U; !(U = ee.next()).done; )
530
530
  jt(U.value) && Pn(U.value, x);
531
531
  }
532
532
  }
@@ -569,7 +569,7 @@ Check the top-level render call using <` + j + ">.");
569
569
  }
570
570
  }
571
571
  var Ln = {};
572
- function qn(f, x, j, q, J, _) {
572
+ function qn(f, x, j, q, J, ee) {
573
573
  {
574
574
  var U = H(f);
575
575
  if (!U) {
@@ -580,7 +580,7 @@ Check the top-level render call using <` + j + ">.");
580
580
  var se;
581
581
  f === null ? se = "null" : Tt(f) ? se = "array" : f !== void 0 && f.$$typeof === t ? (se = "<" + (E(f.type) || "Unknown") + " />", O = " Did you accidentally export a JSX literal instead of a component?") : se = typeof f, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", se, O);
582
582
  }
583
- var le = so(f, x, j, J, _);
583
+ var le = so(f, x, j, J, ee);
584
584
  if (le == null)
585
585
  return le;
586
586
  if (U) {
@@ -597,11 +597,11 @@ Check the top-level render call using <` + j + ">.");
597
597
  Bn(je, f);
598
598
  }
599
599
  if (We.call(x, "key")) {
600
- var Ge = E(f), Ce = Object.keys(x).filter(function(yo) {
600
+ var Ge = E(f), Te = Object.keys(x).filter(function(yo) {
601
601
  return yo !== "key";
602
- }), Pt = Ce.length > 0 ? "{key: someKey, " + Ce.join(": ..., ") + ": ...}" : "{key: someKey}";
602
+ }), Pt = Te.length > 0 ? "{key: someKey, " + Te.join(": ..., ") + ": ...}" : "{key: someKey}";
603
603
  if (!Ln[Ge + Pt]) {
604
- var bo = Ce.length > 0 ? "{" + Ce.join(": ..., ") + ": ...}" : "{}";
604
+ var bo = Te.length > 0 ? "{" + Te.join(": ..., ") + ": ...}" : "{}";
605
605
  w(`A props object containing a "key" prop is being spread into JSX:
606
606
  let props = %s;
607
607
  <%s {...props} />
@@ -736,7 +736,7 @@ const zo = (e, t) => {
736
736
  } = Fi(Ho) || {}, o = n || i || Eo();
737
737
  if (o && !o.reportNamespaces && (o.reportNamespaces = new Ro()), !o) {
738
738
  Wt(o, "NO_I18NEXT_INSTANCE", "useTranslation: You will need to pass in an i18next instance by using initReactI18next");
739
- const B = (H, ee) => Je(ee) ? ee : Io(ee) && Je(ee.defaultValue) ? ee.defaultValue : Array.isArray(H) ? H[H.length - 1] : H, L = [B, {}, !1];
739
+ const B = (H, _) => Je(_) ? _ : Io(_) && Je(_.defaultValue) ? _.defaultValue : Array.isArray(H) ? H[H.length - 1] : H, L = [B, {}, !1];
740
740
  return L.t = B, L.i18n = {}, L.ready = !1, L;
741
741
  }
742
742
  (C = o.options.react) != null && C.wait && Wt(o, "DEPRECATED_OPTION", "useTranslation: It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
@@ -768,7 +768,7 @@ const zo = (e, t) => {
768
768
  w.current && y(m);
769
769
  };
770
770
  return B && (o == null || o.on(B, H)), L && (o == null || o.store.on(L, H)), () => {
771
- w.current = !1, o && B && (B == null || B.split(" ").forEach((ee) => o.off(ee, H))), L && o && L.split(" ").forEach((ee) => o.store.off(ee, H));
771
+ w.current = !1, o && B && (B == null || B.split(" ").forEach((_) => o.off(_, H))), L && o && L.split(" ").forEach((_) => o.store.off(_, H));
772
772
  };
773
773
  }, [o, k]), ye(() => {
774
774
  w.current && c && y(b);
@@ -779,14 +779,14 @@ const zo = (e, t) => {
779
779
  t.lng ? Hn(o, t.lng, h, () => B()) : Gt(o, h, () => B());
780
780
  });
781
781
  };
782
- var Te = function() {
783
- return Te = Object.assign || function(t) {
782
+ var Se = function() {
783
+ return Se = Object.assign || function(t) {
784
784
  for (var n, i = 1, r = arguments.length; i < r; i++) {
785
785
  n = arguments[i];
786
786
  for (var o in n) Object.prototype.hasOwnProperty.call(n, o) && (t[o] = n[o]);
787
787
  }
788
788
  return t;
789
- }, Te.apply(this, arguments);
789
+ }, Se.apply(this, arguments);
790
790
  };
791
791
  function ea(e, t, n) {
792
792
  if (n || arguments.length === 2) for (var i = 0, r = t.length, o; i < r; i++)
@@ -1581,7 +1581,7 @@ var er = function(e) {
1581
1581
  function e(t, n, i) {
1582
1582
  t === void 0 && (t = ca), n === void 0 && (n = {});
1583
1583
  var r = this;
1584
- this.options = Te(Te({}, Ds), t), this.gs = n, this.names = new Map(i), this.server = !!t.isServer, !this.server && rt && Qn && (Qn = !1, Vn(this)), fn(this, function() {
1584
+ this.options = Se(Se({}, Ds), t), this.gs = n, this.names = new Map(i), this.server = !!t.isServer, !this.server && rt && Qn && (Qn = !1, Vn(this)), fn(this, function() {
1585
1585
  return function(o) {
1586
1586
  for (var s = o.getTag(), l = s.length, d = "", h = function(g) {
1587
1587
  var b = function(v) {
@@ -1604,7 +1604,7 @@ var er = function(e) {
1604
1604
  }, e.prototype.rehydrate = function() {
1605
1605
  !this.server && rt && Vn(this);
1606
1606
  }, e.prototype.reconstructWithOptions = function(t, n) {
1607
- return n === void 0 && (n = !0), new e(Te(Te({}, this.options), t), this.gs, n && this.names || void 0);
1607
+ return n === void 0 && (n = !0), new e(Se(Se({}, this.options), t), this.gs, n && this.names || void 0);
1608
1608
  }, e.prototype.allocateGSInstance = function(t) {
1609
1609
  return this.gs[t] = (this.gs[t] || 0) + 1;
1610
1610
  }, e.prototype.getTag = function() {
@@ -1774,18 +1774,18 @@ function Gs(e, t, n) {
1774
1774
  var v = new Ws(n, b, i ? r.componentStyle : void 0);
1775
1775
  function w(C, P) {
1776
1776
  return function(T, S, B) {
1777
- var L = T.attrs, H = T.componentStyle, ee = T.defaultProps, oe = T.foldedComponentIds, E = T.styledComponentId, V = T.target, he = _e.useContext(or), ne = Jn(), ae = T.shouldForwardProp || ne.shouldForwardProp;
1777
+ var L = T.attrs, H = T.componentStyle, _ = T.defaultProps, oe = T.foldedComponentIds, E = T.styledComponentId, V = T.target, he = _e.useContext(or), ne = Jn(), ae = T.shouldForwardProp || ne.shouldForwardProp;
1778
1778
  process.env.NODE_ENV !== "production" && Fn(E);
1779
- var I = cs(S, he, ee) || ca, N = function(xe, me, fe) {
1780
- for (var pe, we = Te(Te({}, me), { className: void 0, theme: fe }), Ae = 0; Ae < xe.length; Ae += 1) {
1781
- var $ = ua(pe = xe[Ae]) ? pe(we) : pe;
1782
- for (var be in $) we[be] = be === "className" ? Ve(we[be], $[be]) : be === "style" ? Te(Te({}, we[be]), $[be]) : $[be];
1779
+ var I = cs(S, he, _) || ca, N = function(Ae, me, fe) {
1780
+ for (var pe, we = Se(Se({}, me), { className: void 0, theme: fe }), Ce = 0; Ce < Ae.length; Ce += 1) {
1781
+ var $ = ua(pe = Ae[Ce]) ? pe(we) : pe;
1782
+ for (var be in $) we[be] = be === "className" ? Ve(we[be], $[be]) : be === "style" ? Se(Se({}, we[be]), $[be]) : $[be];
1783
1783
  }
1784
1784
  return me.className && (we.className = Ve(we.className, me.className)), we;
1785
1785
  }(L, S, I), W = N.as || V, z = {};
1786
1786
  for (var Q in N) N[Q] === void 0 || Q[0] === "$" || Q === "as" || Q === "theme" && N.theme === I || (Q === "forwardedAs" ? z.as = N.forwardedAs : ae && !ae(Q, W) || (z[Q] = N[Q], ae || process.env.NODE_ENV !== "development" || Uo(Q) || Zn.has(Q) || !Xt.has(W) || (Zn.add(Q), console.warn('styled-components: it looks like an unknown prop "'.concat(Q, '" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));
1787
- var ie = function(xe, me) {
1788
- var fe = Jn(), pe = xe.generateAndInjectStyles(me, fe.styleSheet, fe.stylis);
1787
+ var ie = function(Ae, me) {
1788
+ var fe = Jn(), pe = Ae.generateAndInjectStyles(me, fe.styleSheet, fe.stylis);
1789
1789
  return process.env.NODE_ENV !== "production" && Fn(pe), pe;
1790
1790
  }(H, N);
1791
1791
  process.env.NODE_ENV !== "production" && T.warnTooManyClasses && T.warnTooManyClasses(ie);
@@ -1844,9 +1844,9 @@ function tn(e, t, n) {
1844
1844
  return e(t, n, wt.apply(void 0, ea([r], o, !1)));
1845
1845
  };
1846
1846
  return i.attrs = function(r) {
1847
- return tn(e, t, Te(Te({}, n), { attrs: Array.prototype.concat(n.attrs, r).filter(Boolean) }));
1847
+ return tn(e, t, Se(Se({}, n), { attrs: Array.prototype.concat(n.attrs, r).filter(Boolean) }));
1848
1848
  }, i.withConfig = function(r) {
1849
- return tn(e, t, Te(Te({}, n), r));
1849
+ return tn(e, t, Se(Se({}, n), r));
1850
1850
  }, i;
1851
1851
  }
1852
1852
  var sr = function(e) {
@@ -2061,7 +2061,7 @@ function nn(e) {
2061
2061
  ZMW: "ZK"
2062
2062
  }[e] || e;
2063
2063
  }
2064
- var Ie = /* @__PURE__ */ ((e) => (e[e.BetConstruct = 2] = "BetConstruct", e[e.PokerDom = 32] = "PokerDom", e[e.Test = 49] = "Test", e[e.BetArabia = 67] = "BetArabia", e[e.Betrupi = 69] = "Betrupi", e[e.Galabet = 155] = "Galabet", e[e.Lynon = 156] = "Lynon", e[e.LiveVegasPro = 159] = "LiveVegasPro", e[e.LiveVegasProD = 160] = "LiveVegasProD", e[e.Demo = 160] = "Demo", e[e.HiltonBet = 204] = "HiltonBet", e[e.QTechTest = 223] = "QTechTest", e[e.OPS = 247] = "OPS", e[e.Notix = 272] = "Notix", e[e.OPS_PROD = 276] = "OPS_PROD", e))(Ie || {}), Z = /* @__PURE__ */ ((e) => (e[e.TEXAS = 3] = "TEXAS", e[e.ROULETTE = 2] = "ROULETTE", e[e.BLACKJACK = 8] = "BLACKJACK", e[e.VIPVERTUAL = 21] = "VIPVERTUAL", e[e.VIP = 5] = "VIP", e))(Z || {}), lr = /* @__PURE__ */ ((e) => (e[e.RussianPoker = 3] = "RussianPoker", e[e.OasisPoker = 6] = "OasisPoker", e[e.TexasUltimate = 20] = "TexasUltimate", e[e.TexasHoldem = 10] = "TexasHoldem", e[e.SixCard = 16] = "SixCard", e))(lr || {});
2064
+ var xe = /* @__PURE__ */ ((e) => (e[e.BetConstruct = 2] = "BetConstruct", e[e.PokerDom = 32] = "PokerDom", e[e.Test = 49] = "Test", e[e.BetArabia = 67] = "BetArabia", e[e.Betrupi = 69] = "Betrupi", e[e.NirexProd = 150] = "NirexProd", e[e.Galabet = 155] = "Galabet", e[e.Lynon = 156] = "Lynon", e[e.LiveVegasPro = 159] = "LiveVegasPro", e[e.LiveVegasProD = 160] = "LiveVegasProD", e[e.Demo = 160] = "Demo", e[e.HiltonBet = 204] = "HiltonBet", e[e.QTechTest = 223] = "QTechTest", e[e.OPS = 247] = "OPS", e[e.Notix = 272] = "Notix", e[e.OPS_PROD = 276] = "OPS_PROD", e))(xe || {}), Z = /* @__PURE__ */ ((e) => (e[e.TEXAS = 3] = "TEXAS", e[e.ROULETTE = 2] = "ROULETTE", e[e.BLACKJACK = 8] = "BLACKJACK", e[e.VIPVERTUAL = 21] = "VIPVERTUAL", e[e.VIP = 5] = "VIP", e))(Z || {}), lr = /* @__PURE__ */ ((e) => (e[e.RussianPoker = 3] = "RussianPoker", e[e.OasisPoker = 6] = "OasisPoker", e[e.TexasUltimate = 20] = "TexasUltimate", e[e.TexasHoldem = 10] = "TexasHoldem", e[e.SixCard = 16] = "SixCard", e))(lr || {});
2065
2065
  const dr = {
2066
2066
  3: "Russian Poker",
2067
2067
  6: "Oasis Poker",
@@ -3800,8 +3800,8 @@ class ht extends vt {
3800
3800
  }) : "", B = C && !r.ordinal && r.count === 0, L = B && r[`defaultValue${this.options.pluralSeparator}zero`] || r[`defaultValue${T}`] || r[`defaultValue${S}`] || r.defaultValue;
3801
3801
  let H = u;
3802
3802
  A && !u && P && (H = L);
3803
- const ee = di(H), oe = Object.prototype.toString.apply(H);
3804
- if (A && H && ee && v.indexOf(oe) < 0 && !(F(w) && Array.isArray(H))) {
3803
+ const _ = di(H), oe = Object.prototype.toString.apply(H);
3804
+ if (A && H && _ && v.indexOf(oe) < 0 && !(F(w) && Array.isArray(H))) {
3805
3805
  if (!r.returnObjects && !this.options.returnObjects) {
3806
3806
  this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
3807
3807
  const E = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(y, H, {
@@ -3849,9 +3849,9 @@ class ht extends vt {
3849
3849
  I.push(N[z]);
3850
3850
  else this.options.saveMissingTo === "all" ? I = this.languageUtils.toResolveHierarchy(r.lng || this.language) : I.push(r.lng || this.language);
3851
3851
  const W = (z, Q, ie) => {
3852
- var xe;
3852
+ var Ae;
3853
3853
  const ge = P && ie !== u ? ie : ne;
3854
- this.options.missingKeyHandler ? this.options.missingKeyHandler(z, h, Q, ge, ae, r) : (xe = this.backendConnector) != null && xe.saveMissing && this.backendConnector.saveMissing(z, h, Q, ge, ae, r), this.emit("missingKey", z, h, Q, u);
3854
+ this.options.missingKeyHandler ? this.options.missingKeyHandler(z, h, Q, ge, ae, r) : (Ae = this.backendConnector) != null && Ae.saveMissing && this.backendConnector.saveMissing(z, h, Q, ge, ae, r), this.emit("missingKey", z, h, Q, u);
3855
3855
  };
3856
3856
  this.options.saveMissing && (this.options.saveMissingPlurals && C ? I.forEach((z) => {
3857
3857
  const Q = this.pluralResolver.getSuffixes(z, r);
@@ -4973,6 +4973,10 @@ const Ol = {
4973
4973
  return "BlackJack AURA C";
4974
4974
  case 67:
4975
4975
  return "BlackJack AURA D";
4976
+ case 68:
4977
+ return "Blackjack VIP A";
4978
+ case 69:
4979
+ return "Blackjack VIP B";
4976
4980
  }
4977
4981
  };
4978
4982
  var K = /* @__PURE__ */ ((e) => (e[e.Ante = 0] = "Ante", e[e.Bonus = 1] = "Bonus", e[e.Call = 2] = "Call", e[e.Insurance = 3] = "Insurance", e[e.Tip = 9] = "Tip", e[e.Hit = 10] = "Hit", e[e.Double = 11] = "Double", e[e.Split = 12] = "Split", e[e.Stand = 13] = "Stand", e[e.Surrender = 14] = "Surrender", e[e.TwentyOnePlusThree = 15] = "TwentyOnePlusThree", e[e.PerfectPairs = 16] = "PerfectPairs", e[e.DraftAnte = 17] = "DraftAnte", e[e.DraftTwentyOnePlusThree = 18] = "DraftTwentyOnePlusThree", e[e.DraftPerfectPairs = 19] = "DraftPerfectPairs", e[e.Occupy = 20] = "Occupy", e[e.Leave = 21] = "Leave", e[e.DraftBetBehind = 22] = "DraftBetBehind", e[e.BetBehind = 23] = "BetBehind", e[e.Undo = 24] = "Undo", e[e.Repeat = 25] = "Repeat", e[e.Deal = 26] = "Deal", e[e.DoubleBets = 27] = "DoubleBets", e[e.StandAll = 49] = "StandAll", e))(K || {}), la = /* @__PURE__ */ ((e) => (e[e.Ante = 0] = "Ante", e[e.Bonus = 1] = "Bonus", e[e.Rebuy = 2] = "Rebuy", e[e.BuySix = 3] = "BuySix", e[e.Insurance = 4] = "Insurance", e[e.BuySixForDealer = 5] = "BuySixForDealer", e[e.RejectBuySixForDealer = 6] = "RejectBuySixForDealer", e[e.Call = 7] = "Call", e[e.Swap = 8] = "Swap", e[e.Fold = 9] = "Fold", e[e.Undo = 10] = "Undo", e[e.Repeat = 11] = "Repeat", e[e.Deal = 12] = "Deal", e[e.DoubleBets = 13] = "DoubleBets", e[e.AcceptInsurance = 14] = "AcceptInsurance", e[e.RejectInsurance = 15] = "RejectInsurance", e[e.DealInsurance = 16] = "DealInsurance", e[e.Tip = 17] = "Tip", e[e.Blind = 18] = "Blind", e[e.Bet1X = 19] = "Bet1X", e[e.Bet2X = 20] = "Bet2X", e[e.Bet3X = 21] = "Bet3X", e[e.Bet4X = 22] = "Bet4X", e[e.Check = 23] = "Check", e[e.Trips = 24] = "Trips", e))(la || {}), qa = /* @__PURE__ */ ((e) => (e[e.Ante = 0] = "Ante", e[e.Bonus = 1] = "Bonus", e[e.Call = 2] = "Call", e[e.Fold = 3] = "Fold", e[e.Undo = 4] = "Undo", e[e.Repeat = 5] = "Repeat", e[e.DoubleBets = 6] = "DoubleBets", e[e.Tip = 7] = "Tip", e))(qa || {});
@@ -7489,11 +7493,11 @@ const zd = p.div`
7489
7493
  ] }),
7490
7494
  /* @__PURE__ */ a.jsx(ze, {}),
7491
7495
  h == null ? void 0 : h.map((m, u) => {
7492
- var T, S, B, L, H, ee, oe, E, V, he, ne, ae;
7496
+ var T, S, B, L, H, _, oe, E, V, he, ne, ae;
7493
7497
  const y = m != null && m.playerCards && ((T = m == null ? void 0 : m.playerCards) == null ? void 0 : T.length) > 0 ? m == null ? void 0 : m.playerCards : ((S = m == null ? void 0 : m.hand) == null ? void 0 : S.cards) ?? [];
7494
7498
  if (y.length < 1)
7495
7499
  return /* @__PURE__ */ a.jsx("div", {}, `box-${u}-'only'`);
7496
- const k = (L = (B = m == null ? void 0 : m.dealerBox) == null ? void 0 : B.hand) == null ? void 0 : L.cards, v = ((H = m == null ? void 0 : m.rebuy) == null ? void 0 : H.cards.filter((I) => I.scannerIndex > 0)) ?? [], w = m != null && m.dealerCards && (m == null ? void 0 : m.dealerCards.length) > 0 ? m == null ? void 0 : m.dealerCards : k ?? [], A = ((oe = (ee = m == null ? void 0 : m.dealerBox) == null ? void 0 : ee.rebuy) == null ? void 0 : oe.cards.filter(
7500
+ const k = (L = (B = m == null ? void 0 : m.dealerBox) == null ? void 0 : B.hand) == null ? void 0 : L.cards, v = ((H = m == null ? void 0 : m.rebuy) == null ? void 0 : H.cards.filter((I) => I.scannerIndex > 0)) ?? [], w = m != null && m.dealerCards && (m == null ? void 0 : m.dealerCards.length) > 0 ? m == null ? void 0 : m.dealerCards : k ?? [], A = ((oe = (_ = m == null ? void 0 : m.dealerBox) == null ? void 0 : _.rebuy) == null ? void 0 : oe.cards.filter(
7497
7501
  (I) => I.scannerIndex > 0
7498
7502
  )) ?? [], C = m != null && m.wins ? m == null ? void 0 : m.wins[0] : {}, P = (m == null ? void 0 : m.bets.map((I) => {
7499
7503
  const N = I.winAmount ?? 0;
@@ -7911,7 +7915,7 @@ const wh = p.div`
7911
7915
  bottom: 78px;
7912
7916
  background: #111;
7913
7917
  `}
7914
- `, Se = p.div`
7918
+ `, Ie = p.div`
7915
7919
  flex: ${({ align: e }) => e === "left" ? 2 : 1};
7916
7920
  text-align: ${({ align: e }) => e || "center"};
7917
7921
  font-size: 13px;
@@ -8031,35 +8035,35 @@ const jr = ({
8031
8035
  /* @__PURE__ */ a.jsxs(Ch, { fromIcon: t, children: [
8032
8036
  o === "Prizes" && /* @__PURE__ */ a.jsxs("div", { children: [
8033
8037
  /* @__PURE__ */ a.jsxs(va, { children: [
8034
- /* @__PURE__ */ a.jsx(Se, { align: "left", children: /* @__PURE__ */ a.jsx("span", { children: c("Place") }) }),
8035
- /* @__PURE__ */ a.jsx(Se, { align: "right", children: /* @__PURE__ */ a.jsx("span", { children: c("Score") }) })
8038
+ /* @__PURE__ */ a.jsx(Ie, { align: "left", children: /* @__PURE__ */ a.jsx("span", { children: c("Place") }) }),
8039
+ /* @__PURE__ */ a.jsx(Ie, { align: "right", children: /* @__PURE__ */ a.jsx("span", { children: c("Score") }) })
8036
8040
  ] }),
8037
8041
  e.prizes.map((u, y) => /* @__PURE__ */ a.jsxs(va, { children: [
8038
- /* @__PURE__ */ a.jsx(Se, { align: "left", children: u.positionStart === u.positionEnd ? u.positionStart : `${u.positionStart} - ${u.positionEnd}` }),
8039
- /* @__PURE__ */ a.jsx(Se, { align: "right", children: u.winning.toFixed(2) })
8042
+ /* @__PURE__ */ a.jsx(Ie, { align: "left", children: u.positionStart === u.positionEnd ? u.positionStart : `${u.positionStart} - ${u.positionEnd}` }),
8043
+ /* @__PURE__ */ a.jsx(Ie, { align: "right", children: u.winning.toFixed(2) })
8040
8044
  ] }, y))
8041
8045
  ] }),
8042
8046
  o === "Leaderboard" && /* @__PURE__ */ a.jsxs(Th, { children: [
8043
8047
  /* @__PURE__ */ a.jsxs(va, { header: !0, children: [
8044
- /* @__PURE__ */ a.jsx(Se, { align: "left", children: c("Place") }),
8045
- /* @__PURE__ */ a.jsx(Se, { align: "left", children: c("Nickname") }),
8046
- /* @__PURE__ */ a.jsx(Se, { children: c("Score") })
8048
+ /* @__PURE__ */ a.jsx(Ie, { align: "left", children: c("Place") }),
8049
+ /* @__PURE__ */ a.jsx(Ie, { align: "left", children: c("Nickname") }),
8050
+ /* @__PURE__ */ a.jsx(Ie, { children: c("Score") })
8047
8051
  ] }),
8048
8052
  (b = e.leaderBoard) == null ? void 0 : b.slice().sort((u, y) => u.position - y.position).map((u) => /* @__PURE__ */ a.jsxs(va, { children: [
8049
- /* @__PURE__ */ a.jsx(Se, { align: "left", children: g(u.position) }),
8050
- /* @__PURE__ */ a.jsx(Se, { align: "left", children: u.nickname }),
8051
- /* @__PURE__ */ a.jsx(Se, { children: u.points })
8053
+ /* @__PURE__ */ a.jsx(Ie, { align: "left", children: g(u.position) }),
8054
+ /* @__PURE__ */ a.jsx(Ie, { align: "left", children: u.nickname }),
8055
+ /* @__PURE__ */ a.jsx(Ie, { children: u.points })
8052
8056
  ] }, u.position)),
8053
8057
  ((m = e.leaderBoard) == null ? void 0 : m.find(
8054
8058
  (u) => u.playerId === n
8055
8059
  )) && /* @__PURE__ */ a.jsxs(va, { highlight: !0, stickyBottom: !0, children: [
8056
- /* @__PURE__ */ a.jsx(Se, { align: "left", children: g(
8060
+ /* @__PURE__ */ a.jsx(Ie, { align: "left", children: g(
8057
8061
  e.leaderBoard.find(
8058
8062
  (u) => u.playerId === n
8059
8063
  ).position
8060
8064
  ) }),
8061
- /* @__PURE__ */ a.jsx(Se, { align: "left", children: "You" }),
8062
- /* @__PURE__ */ a.jsx(Se, { children: e.leaderBoard.find(
8065
+ /* @__PURE__ */ a.jsx(Ie, { align: "left", children: "You" }),
8066
+ /* @__PURE__ */ a.jsx(Ie, { children: e.leaderBoard.find(
8063
8067
  (u) => u.playerId === n
8064
8068
  ).points })
8065
8069
  ] })
@@ -10630,7 +10634,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
10630
10634
  nickNameChange: B,
10631
10635
  nickName: L,
10632
10636
  errorCode: H,
10633
- playerId: ee,
10637
+ playerId: _,
10634
10638
  gameType: oe,
10635
10639
  maxPayOut: E,
10636
10640
  selectedGame: V,
@@ -10704,7 +10708,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
10704
10708
  jr,
10705
10709
  {
10706
10710
  tournamentData: u,
10707
- playerId: ee,
10711
+ playerId: _,
10708
10712
  onTournamentClick: W
10709
10713
  }
10710
10714
  );
@@ -10967,7 +10971,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
10967
10971
  handleDealerLangChange: B,
10968
10972
  streamQuality: L,
10969
10973
  nickNameChange: H,
10970
- nickName: ee,
10974
+ nickName: _,
10971
10975
  dealerName: oe,
10972
10976
  errorCode: E,
10973
10977
  gameType: V,
@@ -10978,7 +10982,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
10978
10982
  setMusicVolume: N,
10979
10983
  musicVolume: W
10980
10984
  }) => {
10981
- const [z, Q] = Y(0), [ie, ge] = Y(null), [xe, me] = Y(!1), { t: fe } = M(), { clickSound: pe } = He({ effectsVolume: 50 }), [we, Ae] = Y(0), [$, be] = Y(0), ta = () => {
10985
+ const [z, Q] = Y(0), [ie, ge] = Y(null), [Ae, me] = Y(!1), { t: fe } = M(), { clickSound: pe } = He({ effectsVolume: 50 }), [we, Ce] = Y(0), [$, be] = Y(0), ta = () => {
10982
10986
  pe(), ge(null);
10983
10987
  }, Ea = gl(ie, m, z === 1), Re = (G) => {
10984
10988
  if (G === D.VolumeOn) {
@@ -11050,7 +11054,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11050
11054
  handleDealerLangChange: B,
11051
11055
  streamQuality: L,
11052
11056
  nickNameChange: H,
11053
- nickName: ee,
11057
+ nickName: _,
11054
11058
  errorCode: E,
11055
11059
  gameType: V,
11056
11060
  maxPayOut: he,
@@ -11064,17 +11068,17 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11064
11068
  )
11065
11069
  }
11066
11070
  ),
11067
- xe && /* @__PURE__ */ a.jsxs(
11071
+ Ae && /* @__PURE__ */ a.jsxs(
11068
11072
  Fc,
11069
11073
  {
11070
11074
  onTouchStart: (G) => {
11071
- m || bl(G, Ae);
11075
+ m || bl(G, Ce);
11072
11076
  },
11073
11077
  onTouchMove: (G) => {
11074
11078
  m || yl(G, we, me);
11075
11079
  },
11076
11080
  onTouchEnd: (G) => {
11077
- m || kl(G, Ae);
11081
+ m || kl(G, Ce);
11078
11082
  },
11079
11083
  $isLandscape: m,
11080
11084
  children: [
@@ -11100,7 +11104,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11100
11104
  )) })
11101
11105
  ] }),
11102
11106
  /* @__PURE__ */ a.jsxs(Dc, { children: [
11103
- n !== Ie.QTechTest && n !== Ie.OPS && n !== Ie.OPS_PROD && /* @__PURE__ */ a.jsxs(
11107
+ n !== xe.QTechTest && n !== xe.OPS && n !== xe.OPS_PROD && /* @__PURE__ */ a.jsxs(
11104
11108
  Ci,
11105
11109
  {
11106
11110
  $isLandscape: m,
@@ -11115,7 +11119,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11115
11119
  ),
11116
11120
  /* @__PURE__ */ a.jsxs(Hc, { $isLandscape: m, children: [
11117
11121
  /* @__PURE__ */ a.jsx("div", { className: "menu-line", children: fl.map((G) => {
11118
- if (!((n === Ie.Galabet || n === Ie.LiveVegasProD || n === Ie.LiveVegasPro) && G.name === "Send Tip" || G.name === "Send Tip" && !oe))
11122
+ if (!((n === xe.Galabet || n === xe.LiveVegasProD || n === xe.NirexProd || n === xe.LiveVegasPro) && G.name === "Send Tip" || G.name === "Send Tip" && !oe))
11119
11123
  return /* @__PURE__ */ a.jsxs(
11120
11124
  Ti,
11121
11125
  {
@@ -11399,7 +11403,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11399
11403
  const [c, g] = Y(!1), { t: b } = M();
11400
11404
  return /* @__PURE__ */ a.jsxs(a.Fragment, { children: [
11401
11405
  /* @__PURE__ */ a.jsxs(Uc, { children: [
11402
- i !== Ie.QTechTest && i !== Ie.OPS && i !== Ie.OPS_PROD && /* @__PURE__ */ a.jsxs(Wc, { onClick: () => gn(i, r, o, e), children: [
11406
+ i !== xe.QTechTest && i !== xe.OPS && i !== xe.OPS_PROD && /* @__PURE__ */ a.jsxs(Wc, { onClick: () => gn(i, r, o, e), children: [
11403
11407
  /* @__PURE__ */ a.jsx("div", { className: "lobby-content", children: /* @__PURE__ */ a.jsx(De, { height: 7, width: 12 }) }),
11404
11408
  /* @__PURE__ */ a.jsx("div", { className: "company-logo", children: /* @__PURE__ */ a.jsx(Kc, {}) })
11405
11409
  ] }),
@@ -11501,7 +11505,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11501
11505
  dealerName: B,
11502
11506
  errorCode: L,
11503
11507
  playerId: H,
11504
- partnerId: ee,
11508
+ partnerId: _,
11505
11509
  isActiveModal: oe,
11506
11510
  setActivation: E,
11507
11511
  gameType: V,
@@ -11511,7 +11515,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11511
11515
  musicVolume: I,
11512
11516
  onTournamentClick: N
11513
11517
  }) => {
11514
- const [W, z] = Y(null), [Q, ie] = Y(0), ge = ml(W, Q === 1), { clickSound: xe } = He({ effectsVolume: 100 }), me = ($, be) => {
11518
+ const [W, z] = Y(null), [Q, ie] = Y(0), ge = ml(W, Q === 1), { clickSound: Ae } = He({ effectsVolume: 100 }), me = ($, be) => {
11515
11519
  if ($.buttonType === D.FullScreen && h(), $.buttonType === D.VolumeOn) {
11516
11520
  m(c === 0 ? 100 : 0);
11517
11521
  return;
@@ -11525,7 +11529,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11525
11529
  }, [oe]);
11526
11530
  const pe = Q === 1 ? { headerClick: () => ie(2) } : {}, we = ($) => {
11527
11531
  z(null), E == null || E(), v($);
11528
- }, Ae = /* @__PURE__ */ a.jsx(
11532
+ }, Ce = /* @__PURE__ */ a.jsx(
11529
11533
  Dr,
11530
11534
  {
11531
11535
  getHistory: k,
@@ -11566,7 +11570,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11566
11570
  return /* @__PURE__ */ a.jsxs(Qc, { children: [
11567
11571
  /* @__PURE__ */ a.jsx(Vc, { children: ul.map(($, be) => {
11568
11572
  const ta = W === $.buttonType;
11569
- if (!($.buttonType === D.Tournament && !n || (ee === Ie.Galabet || ee === Ie.LiveVegasProD || ee === Ie.LiveVegasPro) && $.buttonType === D.Tip || $.buttonType === D.Tip && !B))
11573
+ if (!($.buttonType === D.Tournament && !n || (_ === xe.Galabet || _ === xe.LiveVegasProD || _ === xe.NirexProd || _ === xe.LiveVegasPro) && $.buttonType === D.Tip || $.buttonType === D.Tip && !B))
11570
11574
  return /* @__PURE__ */ a.jsx(
11571
11575
  nt,
11572
11576
  {
@@ -11574,7 +11578,7 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11574
11578
  isValueButton: $.buttonType === D.VolumeOn,
11575
11579
  isActive: ta,
11576
11580
  onClick: () => {
11577
- me($, ta), xe();
11581
+ me($, ta), Ae();
11578
11582
  },
11579
11583
  buttonInfo: $ == null ? void 0 : $.name,
11580
11584
  setStreamVolume: m,
@@ -11587,14 +11591,14 @@ const xc = "data:image/svg+xml,%3csvg%20id='flag_ENG'%20xmlns='http://www.w3.org
11587
11591
  Rr,
11588
11592
  {
11589
11593
  close: () => {
11590
- z(null), E == null || E(), xe();
11594
+ z(null), E == null || E(), Ae();
11591
11595
  },
11592
11596
  ...ge,
11593
11597
  ...pe,
11594
11598
  dealerName: W === D.Tip ? B : "",
11595
- children: Ae
11599
+ children: Ce
11596
11600
  }
11597
- ) : Ae }),
11601
+ ) : Ce }),
11598
11602
  /* @__PURE__ */ a.jsx(
11599
11603
  Lr,
11600
11604
  {