livevegas-ui-kit 1.0.229 → 1.0.231

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.
@@ -70,7 +70,7 @@ function Bo() {
70
70
  // with.
71
71
  f.$$typeof === N || f.getModuleId !== void 0));
72
72
  }
73
- function $(f, A, I) {
73
+ function Z(f, A, I) {
74
74
  var B = f.displayName;
75
75
  if (B)
76
76
  return B;
@@ -80,7 +80,7 @@ function Bo() {
80
80
  function ee(f) {
81
81
  return f.displayName || "Context";
82
82
  }
83
- function W(f) {
83
+ function Y(f) {
84
84
  if (f == null)
85
85
  return null;
86
86
  if (typeof f.tag == "number" && k("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof f == "function")
@@ -110,14 +110,14 @@ function Bo() {
110
110
  var I = f;
111
111
  return ee(I._context) + ".Provider";
112
112
  case d:
113
- return $(f, f.render, "ForwardRef");
113
+ return Z(f, f.render, "ForwardRef");
114
114
  case p:
115
115
  var B = f.displayName || null;
116
- return B !== null ? B : W(f.type) || "Memo";
116
+ return B !== null ? B : Y(f.type) || "Memo";
117
117
  case g: {
118
118
  var J = f, _ = J._payload, K = J._init;
119
119
  try {
120
- return W(K(_));
120
+ return Y(K(_));
121
121
  } catch {
122
122
  return null;
123
123
  }
@@ -125,14 +125,14 @@ function Bo() {
125
125
  }
126
126
  return null;
127
127
  }
128
- var V = Object.assign, j = 0, q, M, ue, Z, de, ae, Q;
128
+ var V = Object.assign, j = 0, q, U, ue, $, de, ae, Q;
129
129
  function re() {
130
130
  }
131
131
  re.__reactDisabledLog = !0;
132
132
  function ge() {
133
133
  {
134
134
  if (j === 0) {
135
- q = console.log, M = console.info, ue = console.warn, Z = console.error, de = console.group, ae = console.groupCollapsed, Q = console.groupEnd;
135
+ q = console.log, U = console.info, ue = console.warn, $ = console.error, de = console.group, ae = console.groupCollapsed, Q = console.groupEnd;
136
136
  var f = {
137
137
  configurable: !0,
138
138
  enumerable: !0,
@@ -165,13 +165,13 @@ function Bo() {
165
165
  value: q
166
166
  }),
167
167
  info: V({}, f, {
168
- value: M
168
+ value: U
169
169
  }),
170
170
  warn: V({}, f, {
171
171
  value: ue
172
172
  }),
173
173
  error: V({}, f, {
174
- value: Z
174
+ value: $
175
175
  }),
176
176
  group: V({}, f, {
177
177
  value: de
@@ -187,7 +187,7 @@ function Bo() {
187
187
  j < 0 && k("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
188
188
  }
189
189
  }
190
- var U = v.ReactCurrentDispatcher, ve;
190
+ var M = v.ReactCurrentDispatcher, ve;
191
191
  function fe(f, A, I) {
192
192
  {
193
193
  if (ve === void 0)
@@ -219,7 +219,7 @@ function Bo() {
219
219
  var J = Error.prepareStackTrace;
220
220
  Error.prepareStackTrace = void 0;
221
221
  var _;
222
- _ = U.current, U.current = null, ge();
222
+ _ = M.current, M.current = null, ge();
223
223
  try {
224
224
  if (A) {
225
225
  var K = function() {
@@ -272,7 +272,7 @@ function Bo() {
272
272
  }
273
273
  }
274
274
  } finally {
275
- xe = !1, U.current = _, ye(), Error.prepareStackTrace = J;
275
+ xe = !1, M.current = _, ye(), Error.prepareStackTrace = J;
276
276
  }
277
277
  var _e = f ? f.displayName || f.name : "", Me = _e ? fe(_e) : "";
278
278
  return typeof f == "function" && Pe.set(f, Me), Me;
@@ -280,7 +280,7 @@ function Bo() {
280
280
  function gt(f, A, I) {
281
281
  return Ae(f, !1);
282
282
  }
283
- function Y(f) {
283
+ function W(f) {
284
284
  var A = f.prototype;
285
285
  return !!(A && A.isReactComponent);
286
286
  }
@@ -288,7 +288,7 @@ function Bo() {
288
288
  if (f == null)
289
289
  return "";
290
290
  if (typeof f == "function")
291
- return Ae(f, Y(f));
291
+ return Ae(f, W(f));
292
292
  if (typeof f == "string")
293
293
  return fe(f);
294
294
  switch (f) {
@@ -474,7 +474,7 @@ function Bo() {
474
474
  function Cn() {
475
475
  {
476
476
  if (wt.current) {
477
- var f = W(wt.current.type);
477
+ var f = Y(wt.current.type);
478
478
  if (f)
479
479
  return `
480
480
 
@@ -509,7 +509,7 @@ Check the top-level render call using <` + I + ">.");
509
509
  return;
510
510
  Tn[I] = !0;
511
511
  var B = "";
512
- f && f._owner && f._owner !== wt.current && (B = " It was passed a child from " + W(f._owner.type) + "."), $e(f), k('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', I, B), $e(null);
512
+ f && f._owner && f._owner !== wt.current && (B = " It was passed a child from " + Y(f._owner.type) + "."), $e(f), k('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', I, B), $e(null);
513
513
  }
514
514
  }
515
515
  function Sn(f, A) {
@@ -546,11 +546,11 @@ Check the top-level render call using <` + I + ">.");
546
546
  else
547
547
  return;
548
548
  if (I) {
549
- var B = W(A);
549
+ var B = Y(A);
550
550
  no(I, f.props, "prop", B, f);
551
551
  } else if (A.PropTypes !== void 0 && !kt) {
552
552
  kt = !0;
553
- var J = W(A);
553
+ var J = Y(A);
554
554
  k("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", J || "Unknown");
555
555
  }
556
556
  typeof A.getDefaultProps == "function" && !A.getDefaultProps.isReactClassApproved && k("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
@@ -578,7 +578,7 @@ Check the top-level render call using <` + I + ">.");
578
578
  var me = bo();
579
579
  me ? R += me : R += Cn();
580
580
  var oe;
581
- f === null ? oe = "null" : yt(f) ? oe = "array" : f !== void 0 && f.$$typeof === a ? (oe = "<" + (W(f.type) || "Unknown") + " />", R = " Did you accidentally export a JSX literal instead of a component?") : oe = typeof f, k("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", oe, R);
581
+ f === null ? oe = "null" : yt(f) ? oe = "array" : f !== void 0 && f.$$typeof === a ? (oe = "<" + (Y(f.type) || "Unknown") + " />", R = " Did you accidentally export a JSX literal instead of a component?") : oe = typeof f, k("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", oe, R);
582
582
  }
583
583
  var se = mo(f, A, I, J, _);
584
584
  if (se == null)
@@ -597,7 +597,7 @@ Check the top-level render call using <` + I + ">.");
597
597
  Sn(Te, f);
598
598
  }
599
599
  if (ua.call(A, "key")) {
600
- var Me = W(f), we = Object.keys(A).filter(function(To) {
600
+ var Me = Y(f), we = Object.keys(A).filter(function(To) {
601
601
  return To !== "key";
602
602
  }), xt = we.length > 0 ? "{key: someKey, " + we.join(": ..., ") + ": ...}" : "{key: someKey}";
603
603
  if (!Pn[Me + xt]) {
@@ -736,7 +736,7 @@ const Yo = (e, a) => {
736
736
  } = Fi(Uo) || {}, o = n || i || qo();
737
737
  if (o && !o.reportNamespaces && (o.reportNamespaces = new Wo()), !o) {
738
738
  Et(o, "NO_I18NEXT_INSTANCE", "useTranslation: You will need to pass in an i18next instance by using initReactI18next");
739
- const F = (E, $) => Ye($) ? $ : Fo($) && Ye($.defaultValue) ? $.defaultValue : Array.isArray(E) ? E[E.length - 1] : E, N = [F, {}, !1];
739
+ const F = (E, Z) => Ye(Z) ? Z : Fo(Z) && Ye(Z.defaultValue) ? Z.defaultValue : Array.isArray(E) ? E[E.length - 1] : E, N = [F, {}, !1];
740
740
  return N.t = F, N.i18n = {}, N.ready = !1, N;
741
741
  }
742
742
  (T = o.options.react) != null && T.wait && Et(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 Yo = (e, a) => {
768
768
  k.current && w(m);
769
769
  };
770
770
  return F && (o == null || o.on(F, E)), N && (o == null || o.store.on(N, E)), () => {
771
- k.current = !1, o && F && (F == null || F.split(" ").forEach(($) => o.off($, E))), N && o && N.split(" ").forEach(($) => o.store.off($, E));
771
+ k.current = !1, o && F && (F == null || F.split(" ").forEach((Z) => o.off(Z, E))), N && o && N.split(" ").forEach((Z) => o.store.off(Z, E));
772
772
  };
773
773
  }, [o, y]), be(() => {
774
774
  k.current && u && w(g);
@@ -1774,23 +1774,23 @@ function Zs(e, a, n) {
1774
1774
  var v = new Xs(n, g, i ? r.componentStyle : void 0);
1775
1775
  function k(T, P) {
1776
1776
  return function(S, C, F) {
1777
- var N = S.attrs, E = S.componentStyle, $ = S.defaultProps, ee = S.foldedComponentIds, W = S.styledComponentId, V = S.target, j = Je.useContext(or), q = Gn(), M = S.shouldForwardProp || q.shouldForwardProp;
1778
- process.env.NODE_ENV !== "production" && Bn(W);
1779
- var ue = gs(C, j, $) || oa, Z = function(ye, U, ve) {
1780
- for (var fe, xe = ke(ke({}, U), { className: void 0, theme: ve }), Pe = 0; Pe < ye.length; Pe += 1) {
1777
+ var N = S.attrs, E = S.componentStyle, Z = S.defaultProps, ee = S.foldedComponentIds, Y = S.styledComponentId, V = S.target, j = Je.useContext(or), q = Gn(), U = S.shouldForwardProp || q.shouldForwardProp;
1778
+ process.env.NODE_ENV !== "production" && Bn(Y);
1779
+ var ue = gs(C, j, Z) || oa, $ = function(ye, M, ve) {
1780
+ for (var fe, xe = ke(ke({}, M), { className: void 0, theme: ve }), Pe = 0; Pe < ye.length; Pe += 1) {
1781
1781
  var je = sa(fe = ye[Pe]) ? fe(xe) : fe;
1782
1782
  for (var Ae in je) xe[Ae] = Ae === "className" ? We(xe[Ae], je[Ae]) : Ae === "style" ? ke(ke({}, xe[Ae]), je[Ae]) : je[Ae];
1783
1783
  }
1784
- return U.className && (xe.className = We(xe.className, U.className)), xe;
1785
- }(N, C, ue), de = Z.as || V, ae = {};
1786
- for (var Q in Z) Z[Q] === void 0 || Q[0] === "$" || Q === "as" || Q === "theme" && Z.theme === ue || (Q === "forwardedAs" ? ae.as = Z.forwardedAs : M && !M(Q, de) || (ae[Q] = Z[Q], M || process.env.NODE_ENV !== "development" || Jo(Q) || Qn.has(Q) || !Kt.has(de) || (Qn.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 re = function(ye, U) {
1788
- var ve = Gn(), fe = ye.generateAndInjectStyles(U, ve.styleSheet, ve.stylis);
1784
+ return M.className && (xe.className = We(xe.className, M.className)), xe;
1785
+ }(N, C, ue), de = $.as || V, ae = {};
1786
+ for (var Q in $) $[Q] === void 0 || Q[0] === "$" || Q === "as" || Q === "theme" && $.theme === ue || (Q === "forwardedAs" ? ae.as = $.forwardedAs : U && !U(Q, de) || (ae[Q] = $[Q], U || process.env.NODE_ENV !== "development" || Jo(Q) || Qn.has(Q) || !Kt.has(de) || (Qn.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 re = function(ye, M) {
1788
+ var ve = Gn(), fe = ye.generateAndInjectStyles(M, ve.styleSheet, ve.stylis);
1789
1789
  return process.env.NODE_ENV !== "production" && Bn(fe), fe;
1790
- }(E, Z);
1790
+ }(E, $);
1791
1791
  process.env.NODE_ENV !== "production" && S.warnTooManyClasses && S.warnTooManyClasses(re);
1792
- var ge = We(ee, W);
1793
- return re && (ge += " " + re), Z.className && (ge += " " + Z.className), ae[Tt(de) && !Kt.has(de) ? "class" : "className"] = ge, F && (ae.ref = F), Po(de, ae);
1792
+ var ge = We(ee, Y);
1793
+ return re && (ge += " " + re), $.className && (ge += " " + $.className), ae[Tt(de) && !Kt.has(de) ? "class" : "className"] = ge, F && (ae.ref = F), Po(de, ae);
1794
1794
  }(x, T, P);
1795
1795
  }
1796
1796
  k.displayName = p;
@@ -3804,42 +3804,42 @@ class tt extends ut {
3804
3804
  }) : "", F = T && !r.ordinal && r.count === 0, N = F && r[`defaultValue${this.options.pluralSeparator}zero`] || r[`defaultValue${S}`] || r[`defaultValue${C}`] || r.defaultValue;
3805
3805
  let E = c;
3806
3806
  x && !c && P && (E = N);
3807
- const $ = oi(E), ee = Object.prototype.toString.apply(E);
3808
- if (x && E && $ && v.indexOf(ee) < 0 && !(L(k) && Array.isArray(E))) {
3807
+ const Z = oi(E), ee = Object.prototype.toString.apply(E);
3808
+ if (x && E && Z && v.indexOf(ee) < 0 && !(L(k) && Array.isArray(E))) {
3809
3809
  if (!r.returnObjects && !this.options.returnObjects) {
3810
3810
  this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
3811
- const W = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(w, E, {
3811
+ const Y = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(w, E, {
3812
3812
  ...r,
3813
3813
  ns: d
3814
3814
  }) : `key '${l} (${this.language})' returned an object instead of string.`;
3815
- return o ? (m.res = W, m.usedParams = this.getUsedParamsDetails(r), m) : W;
3815
+ return o ? (m.res = Y, m.usedParams = this.getUsedParamsDetails(r), m) : Y;
3816
3816
  }
3817
3817
  if (s) {
3818
- const W = Array.isArray(E), V = W ? [] : {}, j = W ? y : w;
3818
+ const Y = Array.isArray(E), V = Y ? [] : {}, j = Y ? y : w;
3819
3819
  for (const q in E)
3820
3820
  if (Object.prototype.hasOwnProperty.call(E, q)) {
3821
- const M = `${j}${s}${q}`;
3822
- P && !c ? V[q] = this.translate(M, {
3821
+ const U = `${j}${s}${q}`;
3822
+ P && !c ? V[q] = this.translate(U, {
3823
3823
  ...r,
3824
3824
  defaultValue: oi(N) ? N[q] : void 0,
3825
3825
  joinArrays: !1,
3826
3826
  ns: d
3827
- }) : V[q] = this.translate(M, {
3827
+ }) : V[q] = this.translate(U, {
3828
3828
  ...r,
3829
3829
  joinArrays: !1,
3830
3830
  ns: d
3831
- }), V[q] === M && (V[q] = E[q]);
3831
+ }), V[q] === U && (V[q] = E[q]);
3832
3832
  }
3833
3833
  c = V;
3834
3834
  }
3835
3835
  } else if (x && L(k) && Array.isArray(c))
3836
3836
  c = c.join(k), c && (c = this.extendTranslation(c, a, r, i));
3837
3837
  else {
3838
- let W = !1, V = !1;
3839
- !this.isValidLookup(c) && P && (W = !0, c = N), this.isValidLookup(c) || (V = !0, c = l);
3840
- const q = (r.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && V ? void 0 : c, M = P && N !== c && this.options.updateMissing;
3841
- if (V || W || M) {
3842
- if (this.logger.log(M ? "updateKey" : "missingKey", p, h, l, M ? N : c), s) {
3838
+ let Y = !1, V = !1;
3839
+ !this.isValidLookup(c) && P && (Y = !0, c = N), this.isValidLookup(c) || (V = !0, c = l);
3840
+ const q = (r.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && V ? void 0 : c, U = P && N !== c && this.options.updateMissing;
3841
+ if (V || Y || U) {
3842
+ if (this.logger.log(U ? "updateKey" : "missingKey", p, h, l, U ? N : c), s) {
3843
3843
  const ae = this.resolve(l, {
3844
3844
  ...r,
3845
3845
  keySeparator: !1
@@ -3847,15 +3847,15 @@ class tt extends ut {
3847
3847
  ae && ae.res && this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.");
3848
3848
  }
3849
3849
  let ue = [];
3850
- const Z = this.languageUtils.getFallbackCodes(this.options.fallbackLng, r.lng || this.language);
3851
- if (this.options.saveMissingTo === "fallback" && Z && Z[0])
3852
- for (let ae = 0; ae < Z.length; ae++)
3853
- ue.push(Z[ae]);
3850
+ const $ = this.languageUtils.getFallbackCodes(this.options.fallbackLng, r.lng || this.language);
3851
+ if (this.options.saveMissingTo === "fallback" && $ && $[0])
3852
+ for (let ae = 0; ae < $.length; ae++)
3853
+ ue.push($[ae]);
3854
3854
  else this.options.saveMissingTo === "all" ? ue = this.languageUtils.toResolveHierarchy(r.lng || this.language) : ue.push(r.lng || this.language);
3855
3855
  const de = (ae, Q, re) => {
3856
3856
  var ye;
3857
3857
  const ge = P && re !== c ? re : q;
3858
- this.options.missingKeyHandler ? this.options.missingKeyHandler(ae, h, Q, ge, M, r) : (ye = this.backendConnector) != null && ye.saveMissing && this.backendConnector.saveMissing(ae, h, Q, ge, M, r), this.emit("missingKey", ae, h, Q, c);
3858
+ this.options.missingKeyHandler ? this.options.missingKeyHandler(ae, h, Q, ge, U, r) : (ye = this.backendConnector) != null && ye.saveMissing && this.backendConnector.saveMissing(ae, h, Q, ge, U, r), this.emit("missingKey", ae, h, Q, c);
3859
3859
  };
3860
3860
  this.options.saveMissing && (this.options.saveMissingPlurals && T ? ue.forEach((ae) => {
3861
3861
  const Q = this.pluralResolver.getSuffixes(ae, r);
@@ -3864,7 +3864,7 @@ class tt extends ut {
3864
3864
  });
3865
3865
  }) : de(ue, l, N));
3866
3866
  }
3867
- c = this.extendTranslation(c, a, r, m, i), V && c === l && this.options.appendNamespaceToMissingKey && (c = `${h}${u}${l}`), (V || W) && this.options.parseMissingKeyHandler && (c = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${h}${u}${l}` : l, W ? c : void 0, r));
3867
+ c = this.extendTranslation(c, a, r, m, i), V && c === l && this.options.appendNamespaceToMissingKey && (c = `${h}${u}${l}`), (V || Y) && this.options.parseMissingKeyHandler && (c = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${h}${u}${l}` : l, Y ? c : void 0, r));
3868
3868
  }
3869
3869
  return o ? (m.res = c, m.usedParams = this.getUsedParamsDetails(r), m) : c;
3870
3870
  }
@@ -6079,7 +6079,7 @@ const Er = ({ type: e, cardWidth: a = 54, cardHeight: n = 72 }) => {
6079
6079
  /* @__PURE__ */ t.jsxs(gd, { children: [
6080
6080
  /* @__PURE__ */ t.jsxs("div", { className: "item", children: [
6081
6081
  /* @__PURE__ */ t.jsx("p", { className: "title", children: r("Dealer") }),
6082
- /* @__PURE__ */ t.jsx("p", { className: "text", children: (d = e == null ? void 0 : e.dealer) == null ? void 0 : d.nickname })
6082
+ /* @__PURE__ */ t.jsx("p", { className: "text", children: ((d = e.dealer) == null ? void 0 : d.nickname) ?? "Auto" })
6083
6083
  ] }),
6084
6084
  /* @__PURE__ */ t.jsxs("div", { className: "item", children: [
6085
6085
  /* @__PURE__ */ t.jsx("p", { className: "title", children: r("Round") }),
@@ -6737,7 +6737,7 @@ const Jd = b.div`
6737
6737
  /* @__PURE__ */ t.jsxs(Vd, { children: [
6738
6738
  /* @__PURE__ */ t.jsxs("div", { className: "item", children: [
6739
6739
  /* @__PURE__ */ t.jsx("p", { className: "title", children: o("Dealer") }),
6740
- /* @__PURE__ */ t.jsx("p", { className: "text", children: (d = e.dealer) == null ? void 0 : d.nickname })
6740
+ /* @__PURE__ */ t.jsx("p", { className: "text", children: ((d = e.dealer) == null ? void 0 : d.nickname) ?? "Auto" })
6741
6741
  ] }),
6742
6742
  /* @__PURE__ */ t.jsxs("div", { className: "item", children: [
6743
6743
  /* @__PURE__ */ t.jsx("p", { className: "title", children: o("Round") }),
@@ -7224,7 +7224,7 @@ const Jd = b.div`
7224
7224
  /* @__PURE__ */ t.jsxs(ch, { children: [
7225
7225
  /* @__PURE__ */ t.jsxs("div", { className: "item", children: [
7226
7226
  /* @__PURE__ */ t.jsx("p", { className: "title", children: r("Dealer") }),
7227
- /* @__PURE__ */ t.jsx("p", { className: "text", children: ((s = e == null ? void 0 : e.dealer) == null ? void 0 : s.nickname) || r("Unknown") })
7227
+ /* @__PURE__ */ t.jsx("p", { className: "text", children: ((s = e.dealer) == null ? void 0 : s.nickname) ?? "Auto" })
7228
7228
  ] }),
7229
7229
  /* @__PURE__ */ t.jsxs("div", { className: "item", children: [
7230
7230
  /* @__PURE__ */ t.jsx("p", { className: "title", children: r("Round") }),
@@ -7657,7 +7657,7 @@ const Jd = b.div`
7657
7657
  /* @__PURE__ */ t.jsxs(kh, { children: [
7658
7658
  /* @__PURE__ */ t.jsxs("div", { className: "item", children: [
7659
7659
  /* @__PURE__ */ t.jsx("p", { className: "title", children: o("Dealer") }),
7660
- /* @__PURE__ */ t.jsx("p", { className: "text", children: (m = e.dealer) == null ? void 0 : m.nickname })
7660
+ /* @__PURE__ */ t.jsx("p", { className: "text", children: ((m = e.dealer) == null ? void 0 : m.nickname) ?? "Auto" })
7661
7661
  ] }),
7662
7662
  /* @__PURE__ */ t.jsxs("div", { className: "item", children: [
7663
7663
  /* @__PURE__ */ t.jsx("p", { className: "title", children: o("Round") }),
@@ -7685,11 +7685,11 @@ const Jd = b.div`
7685
7685
  ] }),
7686
7686
  /* @__PURE__ */ t.jsx(Oe, {}),
7687
7687
  h == null ? void 0 : h.map((c, w) => {
7688
- var F, N, E, $, ee, W, V;
7688
+ var F, N, E, Z, ee, Y, V;
7689
7689
  const y = c != null && c.playerCards && ((F = c == null ? void 0 : c.playerCards) == null ? void 0 : F.length) > 0 ? c == null ? void 0 : c.playerCards : ((N = c == null ? void 0 : c.hand) == null ? void 0 : N.cards) ?? [];
7690
7690
  if (y.length < 1)
7691
7691
  return /* @__PURE__ */ t.jsx("div", {}, `box-${w}-'only'`);
7692
- const v = ($ = (E = c == null ? void 0 : c.dealerBox) == null ? void 0 : E.hand) == null ? void 0 : $.cards, k = ((ee = c == null ? void 0 : c.rebuy) == null ? void 0 : ee.cards.filter((j) => j.scannerIndex > 0)) ?? [], x = c != null && c.dealerCards && (c == null ? void 0 : c.dealerCards.length) > 0 ? c == null ? void 0 : c.dealerCards : v ?? [], T = ((V = (W = c == null ? void 0 : c.dealerBox) == null ? void 0 : W.rebuy) == null ? void 0 : V.cards.filter(
7692
+ const v = (Z = (E = c == null ? void 0 : c.dealerBox) == null ? void 0 : E.hand) == null ? void 0 : Z.cards, k = ((ee = c == null ? void 0 : c.rebuy) == null ? void 0 : ee.cards.filter((j) => j.scannerIndex > 0)) ?? [], x = c != null && c.dealerCards && (c == null ? void 0 : c.dealerCards.length) > 0 ? c == null ? void 0 : c.dealerCards : v ?? [], T = ((V = (Y = c == null ? void 0 : c.dealerBox) == null ? void 0 : Y.rebuy) == null ? void 0 : V.cards.filter(
7693
7693
  (j) => j.scannerIndex > 0
7694
7694
  )) ?? [], P = (c == null ? void 0 : c.bets) ?? [], S = p ? bi(y) : mi(y), C = p ? bi(x) : mi(x);
7695
7695
  return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
@@ -7698,13 +7698,13 @@ const Jd = b.div`
7698
7698
  /* @__PURE__ */ t.jsx("div", { className: "text", children: /* @__PURE__ */ t.jsx("span", { className: "text", children: o("Player's Hand") }) }),
7699
7699
  /* @__PURE__ */ t.jsx(Oe, { $isVisible: !i || r }),
7700
7700
  /* @__PURE__ */ t.jsx("div", { className: "cards", children: y.map((j, q) => {
7701
- const M = S.cards.includes(
7701
+ const U = S.cards.includes(
7702
7702
  j.scannerIndex
7703
7703
  );
7704
7704
  return /* @__PURE__ */ t.jsx(
7705
7705
  "div",
7706
7706
  {
7707
- className: `card-style ${M ? "win-card" : ""}`,
7707
+ className: `card-style ${U ? "win-card" : ""}`,
7708
7708
  children: /* @__PURE__ */ t.jsx(
7709
7709
  Ie,
7710
7710
  {
@@ -7723,13 +7723,13 @@ const Jd = b.div`
7723
7723
  k.length > 0 && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
7724
7724
  /* @__PURE__ */ t.jsx("div", { className: "cards", children: k.map((j, q) => {
7725
7725
  if (j.scannerIndex <= 0) return;
7726
- const M = S.cards.includes(
7726
+ const U = S.cards.includes(
7727
7727
  j.scannerIndex
7728
7728
  );
7729
7729
  return /* @__PURE__ */ t.jsx(
7730
7730
  "div",
7731
7731
  {
7732
- className: `card-style ${M ? "win-card" : ""}`,
7732
+ className: `card-style ${U ? "win-card" : ""}`,
7733
7733
  children: /* @__PURE__ */ t.jsx(
7734
7734
  Ie,
7735
7735
  {
@@ -7761,13 +7761,13 @@ const Jd = b.div`
7761
7761
  /* @__PURE__ */ t.jsx("div", { className: "text", children: /* @__PURE__ */ t.jsx("span", { className: "text", children: o("Dealer's Hand") }) }),
7762
7762
  /* @__PURE__ */ t.jsx(Oe, { $isVisible: !i || r }),
7763
7763
  /* @__PURE__ */ t.jsx("div", { className: "cards", children: x == null ? void 0 : x.map((j, q) => {
7764
- const M = C.cards.includes(
7764
+ const U = C.cards.includes(
7765
7765
  j.scannerIndex
7766
7766
  );
7767
7767
  return /* @__PURE__ */ t.jsx(
7768
7768
  "div",
7769
7769
  {
7770
- className: `card-style ${M ? "win-card" : ""}`,
7770
+ className: `card-style ${U ? "win-card" : ""}`,
7771
7771
  children: /* @__PURE__ */ t.jsx(
7772
7772
  Ie,
7773
7773
  {
@@ -7786,13 +7786,13 @@ const Jd = b.div`
7786
7786
  T.length > 0 && /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
7787
7787
  /* @__PURE__ */ t.jsx("div", { className: "cards", children: T == null ? void 0 : T.map((j, q) => {
7788
7788
  if (j.scannerIndex <= 0) return;
7789
- const M = C.cards.includes(
7789
+ const U = C.cards.includes(
7790
7790
  j.scannerIndex
7791
7791
  );
7792
7792
  return /* @__PURE__ */ t.jsx(
7793
7793
  "div",
7794
7794
  {
7795
- className: `card-style ${M ? "win-card" : ""}`,
7795
+ className: `card-style ${U ? "win-card" : ""}`,
7796
7796
  children: /* @__PURE__ */ t.jsx(
7797
7797
  Ie,
7798
7798
  {
@@ -10772,9 +10772,9 @@ const Oc = b(Mr)`
10772
10772
  nickName: F,
10773
10773
  errorCode: N,
10774
10774
  playerId: E,
10775
- gameType: $,
10775
+ gameType: Z,
10776
10776
  maxPayOut: ee,
10777
- selectedGame: W,
10777
+ selectedGame: Y,
10778
10778
  limit: V
10779
10779
  }) => {
10780
10780
  switch (e) {
@@ -10828,7 +10828,7 @@ const Oc = b(Mr)`
10828
10828
  case H.Tournament:
10829
10829
  return /* @__PURE__ */ t.jsx(Or, { tournamentData: c, playerId: E });
10830
10830
  case H.Info:
10831
- return /* @__PURE__ */ t.jsx(bc, { gameType: $, selectedGame: W });
10831
+ return /* @__PURE__ */ t.jsx(bc, { gameType: Z, selectedGame: Y });
10832
10832
  case H.Support:
10833
10833
  return /* @__PURE__ */ t.jsx(
10834
10834
  vc,
@@ -10843,7 +10843,7 @@ const Oc = b(Mr)`
10843
10843
  Yr,
10844
10844
  {
10845
10845
  stakes: x,
10846
- gameType: $ || 1,
10846
+ gameType: Z || 1,
10847
10847
  maxPayOut: ee,
10848
10848
  currencyId: T || "USD"
10849
10849
  }
@@ -10851,7 +10851,7 @@ const Oc = b(Mr)`
10851
10851
  Ur,
10852
10852
  {
10853
10853
  ...x,
10854
- gameType: $,
10854
+ gameType: Z,
10855
10855
  limit: V
10856
10856
  }
10857
10857
  ) : null;
@@ -11086,22 +11086,22 @@ const Oc = b(Mr)`
11086
11086
  streamQuality: F,
11087
11087
  nickNameChange: N,
11088
11088
  nickName: E,
11089
- dealerName: $,
11089
+ dealerName: Z,
11090
11090
  errorCode: ee,
11091
- gameType: W,
11091
+ gameType: Y,
11092
11092
  maxPayOut: V,
11093
11093
  selectedGame: j,
11094
11094
  limit: q
11095
11095
  }) => {
11096
- const [M, ue] = G(0), [Z, de] = G(null), [ae, Q] = G(!1), { t: re } = z(), { clickSound: ge } = Re({ effectsVolume: 50 }), [ye, U] = G(0), [ve, fe] = G(0), xe = () => {
11096
+ const [U, ue] = G(0), [$, de] = G(null), [ae, Q] = G(!1), { t: re } = z(), { clickSound: ge } = Re({ effectsVolume: 50 }), [ye, M] = G(0), [ve, fe] = G(0), xe = () => {
11097
11097
  ge(), de(null);
11098
- }, Pe = Cl(Z, m, M === 1), je = (Y) => {
11099
- if (Y === H.VolumeOn) {
11098
+ }, Pe = Cl($, m, U === 1), je = (W) => {
11099
+ if (W === H.VolumeOn) {
11100
11100
  x(c === 0 ? 100 : 0);
11101
11101
  return;
11102
- } else Y !== H.closeMenu && de(Y);
11102
+ } else W !== H.closeMenu && de(W);
11103
11103
  ge(), Q(!1);
11104
- }, Ae = M === 1 ? { headerClick: () => ue(2) } : {}, gt = (Y) => [
11104
+ }, Ae = U === 1 ? { headerClick: () => ue(2) } : {}, gt = (W) => [
11105
11105
  {
11106
11106
  name: "Settings",
11107
11107
  buttonType: H.Settings,
@@ -11109,7 +11109,7 @@ const Oc = b(Mr)`
11109
11109
  },
11110
11110
  {
11111
11111
  buttonType: H.VolumeOn,
11112
- icon: Y === 0 ? Vr() : dn()
11112
+ icon: W === 0 ? Vr() : dn()
11113
11113
  },
11114
11114
  {
11115
11115
  buttonType: H.closeMenu,
@@ -11126,15 +11126,15 @@ const Oc = b(Mr)`
11126
11126
  children: /* @__PURE__ */ t.jsx(Jl, {})
11127
11127
  }
11128
11128
  ),
11129
- Z && Pe && (Z !== H.Limit || typeof P != "string") && /* @__PURE__ */ t.jsx(
11129
+ $ && Pe && ($ !== H.Limit || typeof P != "string") && /* @__PURE__ */ t.jsx(
11130
11130
  _l,
11131
11131
  {
11132
11132
  isLandscape: m,
11133
11133
  close: xe,
11134
11134
  ...Pe,
11135
11135
  ...Ae,
11136
- dealerName: Z === H.Tip ? $ : "",
11137
- active: Z,
11136
+ dealerName: $ === H.Tip ? Z : "",
11137
+ active: $,
11138
11138
  children: /* @__PURE__ */ t.jsx(
11139
11139
  Gr,
11140
11140
  {
@@ -11144,7 +11144,7 @@ const Oc = b(Mr)`
11144
11144
  effectsVolume: v,
11145
11145
  setEffectsVolume: k,
11146
11146
  setStreamVolume: x,
11147
- activeAction: Z,
11147
+ activeAction: $,
11148
11148
  messages: o,
11149
11149
  currencyId: y,
11150
11150
  onSendMessage: l,
@@ -11155,18 +11155,18 @@ const Oc = b(Mr)`
11155
11155
  historyData: s,
11156
11156
  isMobile: !0,
11157
11157
  isLandscape: m,
11158
- openRoundHistory: M,
11158
+ openRoundHistory: U,
11159
11159
  setOpenRoundHistory: ue,
11160
11160
  limits: P,
11161
- sendTip: (Y) => {
11162
- de(null), Q(!1), S(Y);
11161
+ sendTip: (W) => {
11162
+ de(null), Q(!1), S(W);
11163
11163
  },
11164
11164
  handleStreamQualityChange: C,
11165
11165
  streamQuality: F,
11166
11166
  nickNameChange: N,
11167
11167
  nickName: E,
11168
11168
  errorCode: ee,
11169
- gameType: W,
11169
+ gameType: Y,
11170
11170
  maxPayOut: V,
11171
11171
  selectedGame: j ?? 0,
11172
11172
  limit: q
@@ -11177,14 +11177,14 @@ const Oc = b(Mr)`
11177
11177
  ae && /* @__PURE__ */ t.jsxs(
11178
11178
  zc,
11179
11179
  {
11180
- onTouchStart: (Y) => {
11181
- m || Tl(Y, U);
11180
+ onTouchStart: (W) => {
11181
+ m || Tl(W, M);
11182
11182
  },
11183
- onTouchMove: (Y) => {
11184
- m || Il(Y, ye, Q);
11183
+ onTouchMove: (W) => {
11184
+ m || Il(W, ye, Q);
11185
11185
  },
11186
- onTouchEnd: (Y) => {
11187
- m || Sl(Y, U);
11186
+ onTouchEnd: (W) => {
11187
+ m || Sl(W, M);
11188
11188
  },
11189
11189
  $isLandscape: m,
11190
11190
  children: [
@@ -11199,14 +11199,14 @@ const Oc = b(Mr)`
11199
11199
  /* @__PURE__ */ t.jsx("p", { className: "round", "data-testid": "game-round", children: a })
11200
11200
  ] })
11201
11201
  ] }),
11202
- /* @__PURE__ */ t.jsx("div", { className: "button-wrapper", children: gt(c).map((Y) => /* @__PURE__ */ t.jsx(
11202
+ /* @__PURE__ */ t.jsx("div", { className: "button-wrapper", children: gt(c).map((W) => /* @__PURE__ */ t.jsx(
11203
11203
  "button",
11204
11204
  {
11205
11205
  className: "button",
11206
- onClick: () => je(Y.buttonType),
11207
- children: Y.icon
11206
+ onClick: () => je(W.buttonType),
11207
+ children: W.icon
11208
11208
  },
11209
- Y.buttonType
11209
+ W.buttonType
11210
11210
  )) })
11211
11211
  ] }),
11212
11212
  /* @__PURE__ */ t.jsxs(Mc, { children: [
@@ -11222,36 +11222,36 @@ const Oc = b(Mr)`
11222
11222
  }
11223
11223
  ),
11224
11224
  /* @__PURE__ */ t.jsxs(Uc, { $isLandscape: m, children: [
11225
- /* @__PURE__ */ t.jsx("div", { className: "menu-line", children: xl.map((Y) => {
11226
- if (!(n === Le.Galabet && Y.name === "Send Tip"))
11225
+ /* @__PURE__ */ t.jsx("div", { className: "menu-line", children: xl.map((W) => {
11226
+ if (!(n === Le.Galabet && W.name === "Send Tip" || W.name === "Send Tip" && !Z))
11227
11227
  return /* @__PURE__ */ t.jsxs(
11228
11228
  Ti,
11229
11229
  {
11230
11230
  $isLandscape: m,
11231
- onClick: () => je(Y.buttonType),
11231
+ onClick: () => je(W.buttonType),
11232
11232
  children: [
11233
- Y.icon,
11234
- /* @__PURE__ */ t.jsx("p", { className: "p", children: re(Y.name) })
11233
+ W.icon,
11234
+ /* @__PURE__ */ t.jsx("p", { className: "p", children: re(W.name) })
11235
11235
  ]
11236
11236
  },
11237
- Y.buttonType
11237
+ W.buttonType
11238
11238
  );
11239
11239
  }) }),
11240
- /* @__PURE__ */ t.jsx("div", { className: "menu-line", children: Al.map((Y) => /* @__PURE__ */ t.jsxs(
11240
+ /* @__PURE__ */ t.jsx("div", { className: "menu-line", children: Al.map((W) => /* @__PURE__ */ t.jsxs(
11241
11241
  Ti,
11242
11242
  {
11243
11243
  $isLandscape: m,
11244
- onClick: () => je(Y.buttonType),
11244
+ onClick: () => je(W.buttonType),
11245
11245
  children: [
11246
- Y.icon,
11246
+ W.icon,
11247
11247
  /* @__PURE__ */ t.jsxs("p", { className: "p", children: [
11248
- re(Y.name),
11248
+ re(W.name),
11249
11249
  " ",
11250
- typeof P == "string" && Y.name === "Limits & Payouts" && /* @__PURE__ */ t.jsx(t.Fragment, { children: P })
11250
+ typeof P == "string" && W.name === "Limits & Payouts" && /* @__PURE__ */ t.jsx(t.Fragment, { children: P })
11251
11251
  ] })
11252
11252
  ]
11253
11253
  },
11254
- Y.buttonType
11254
+ W.buttonType
11255
11255
  )) })
11256
11256
  ] }),
11257
11257
  h && /* @__PURE__ */ t.jsxs(
@@ -11609,25 +11609,25 @@ const Oc = b(Mr)`
11609
11609
  errorCode: F,
11610
11610
  playerId: N,
11611
11611
  partnerId: E,
11612
- isActiveModal: $,
11612
+ isActiveModal: Z,
11613
11613
  setActivation: ee,
11614
- gameType: W,
11614
+ gameType: Y,
11615
11615
  selectedGame: V
11616
11616
  }) => {
11617
- const [j, q] = G(null), [M, ue] = G(0), Z = vl(j, M === 1), { clickSound: de } = Re({ effectsVolume: 100 }), ae = (U, ve) => {
11618
- if (U.buttonType === H.FullScreen && h(), U.buttonType === H.VolumeOn) {
11617
+ const [j, q] = G(null), [U, ue] = G(0), $ = vl(j, U === 1), { clickSound: de } = Re({ effectsVolume: 100 }), ae = (M, ve) => {
11618
+ if (M.buttonType === H.FullScreen && h(), M.buttonType === H.VolumeOn) {
11619
11619
  m(u === 0 ? 100 : 0);
11620
11620
  return;
11621
11621
  } else
11622
- q(ve ? null : U.buttonType), ee == null || ee();
11623
- }, Q = (U) => U.buttonType === H.FullScreen && d ? au() : U.buttonType === H.VolumeOn ? u === 0 ? Vr() : dn() : U.icon;
11622
+ q(ve ? null : M.buttonType), ee == null || ee();
11623
+ }, Q = (M) => M.buttonType === H.FullScreen && d ? au() : M.buttonType === H.VolumeOn ? u === 0 ? Vr() : dn() : M.icon;
11624
11624
  be(() => {
11625
11625
  w && (q(H.Tournament), ee == null || ee());
11626
11626
  }, [w]), be(() => {
11627
- $ && q(null);
11628
- }, [$]);
11629
- const re = M === 1 ? { headerClick: () => ue(2) } : {}, ge = (U) => {
11630
- q(null), ee == null || ee(), v(U);
11627
+ Z && q(null);
11628
+ }, [Z]);
11629
+ const re = U === 1 ? { headerClick: () => ue(2) } : {}, ge = (M) => {
11630
+ q(null), ee == null || ee(), v(M);
11631
11631
  }, ye = /* @__PURE__ */ t.jsx(
11632
11632
  Gr,
11633
11633
  {
@@ -11635,7 +11635,7 @@ const Oc = b(Mr)`
11635
11635
  historyData: s,
11636
11636
  setOpenRoundHistory: ue,
11637
11637
  activeAction: j,
11638
- openRoundHistory: M,
11638
+ openRoundHistory: U,
11639
11639
  messages: e,
11640
11640
  currencyId: k,
11641
11641
  onSendMessage: a,
@@ -11648,7 +11648,7 @@ const Oc = b(Mr)`
11648
11648
  setEffectsVolume: g,
11649
11649
  setStreamVolume: m,
11650
11650
  tournamentData: c,
11651
- sendTip: Z ? ge : void 0,
11651
+ sendTip: $ ? ge : void 0,
11652
11652
  handleStreamQualityChange: x,
11653
11653
  streamQuality: T,
11654
11654
  nickNameChange: P,
@@ -11656,37 +11656,37 @@ const Oc = b(Mr)`
11656
11656
  errorCode: F,
11657
11657
  playerId: N,
11658
11658
  isMobile: !1,
11659
- gameType: W,
11659
+ gameType: Y,
11660
11660
  selectedGame: V ?? 0
11661
11661
  }
11662
11662
  );
11663
11663
  return /* @__PURE__ */ t.jsxs(eu, { children: [
11664
- /* @__PURE__ */ t.jsx(_c, { children: kl.map((U, ve) => {
11665
- const fe = j === U.buttonType;
11666
- if (!(U.buttonType === H.Tournament && !n || E === Le.Galabet && U.buttonType === H.Tip))
11664
+ /* @__PURE__ */ t.jsx(_c, { children: kl.map((M, ve) => {
11665
+ const fe = j === M.buttonType;
11666
+ if (!(M.buttonType === H.Tournament && !n || E === Le.Galabet && M.buttonType === H.Tip || M.buttonType === H.Tip && !C))
11667
11667
  return /* @__PURE__ */ t.jsx(
11668
11668
  Ja,
11669
11669
  {
11670
- icon: Q(U),
11671
- isValueButton: U.buttonType === H.VolumeOn,
11670
+ icon: Q(M),
11671
+ isValueButton: M.buttonType === H.VolumeOn,
11672
11672
  isActive: fe,
11673
11673
  onClick: () => {
11674
- ae(U, fe), de();
11674
+ ae(M, fe), de();
11675
11675
  },
11676
- buttonInfo: U == null ? void 0 : U.name,
11676
+ buttonInfo: M == null ? void 0 : M.name,
11677
11677
  setStreamVolume: m,
11678
11678
  streamVolume: u
11679
11679
  },
11680
11680
  ve
11681
11681
  );
11682
11682
  }) }),
11683
- j && /* @__PURE__ */ t.jsx(t.Fragment, { children: Z ? /* @__PURE__ */ t.jsx(
11683
+ j && /* @__PURE__ */ t.jsx(t.Fragment, { children: $ ? /* @__PURE__ */ t.jsx(
11684
11684
  Qr,
11685
11685
  {
11686
11686
  close: () => {
11687
11687
  q(null), ee == null || ee(), de();
11688
11688
  },
11689
- ...Z,
11689
+ ...$,
11690
11690
  ...re,
11691
11691
  dealerName: j === H.Tip ? C : "",
11692
11692
  children: ye
@@ -16783,7 +16783,7 @@ const $1 = "Type", _1 = "Your bets have been refunded", ep = "Limits", ap = "Dea
16783
16783
  Prizes: "Призы",
16784
16784
  Leaderboard: "Таблица лидеров",
16785
16785
  Rules: "Правила"
16786
- }, Gg = "Минимум", Vg = "Низкий", Qg = "Средний", Jg = "Высокий", Xg = "Авто", Zg = "Изменить", $g = "Важно", _g = "Примечания", e3 = "ЛОББИ", a3 = "Блэкджек", t3 = "Страховка", n3 = "поделить", i3 = "Результаты", r3 = "Выплаты", o3 = "Автовоспроизведение", s3 = "Чат", l3 = "Звук", d3 = "Настройки", h3 = "Перетасовка", c3 = "Ставки", u3 = "единица", p3 = "угол", f3 = "сплит", m3 = "Статистика", b3 = "Бокс", g3 = "Анте", y3 = "Бонус", w3 = "Далее", k3 = "Назад", v3 = "Флоп", x3 = "Игрок", A3 = "Играть", C3 = "ИГРАТЬ", T3 = "АНТЕ", I3 = "БОНУС", S3 = "undo", P3 = "double", j3 = "hit", B3 = "stand", L3 = "чаевые", N3 = "Итого", F3 = "Помощь", E3 = "страховка", D3 = "TRIPS", H3 = "Blind", R3 = "Выигрыш", O3 = "Ничья", z3 = "Возврат", K3 = "Проигрыш", q3 = "Лобби", M3 = "Играть", U3 = "Введение", W3 = "Карты", Y3 = "Результат", G3 = "Оплата Кафисент", V3 = {
16786
+ }, Gg = "Минимум", Vg = "Низкий", Qg = "Средний", Jg = "Высокий", Xg = "Авто", Zg = "Изменить", $g = "Важно", _g = "Примечания", e3 = "ЛОББИ", a3 = "Блэкджек", t3 = "Страховка", n3 = "поделить", i3 = "Результаты", r3 = "Выплаты", o3 = "Автовоспроизведение", s3 = "Чат", l3 = "Звук", d3 = "Настройки", h3 = "Перетасовка", c3 = "Ставки", u3 = "единица", p3 = "угол", f3 = "сплит", m3 = "Статистика", b3 = "Бокс", g3 = "Анте", y3 = "Бонус", w3 = "Далее", k3 = "Назад", v3 = "Флоп", x3 = "Игрок", A3 = "Играть", C3 = "ИГРАТЬ", T3 = "АНТЕ", I3 = "БОНУС", S3 = "undo", P3 = "double", j3 = "hit", B3 = "stand", L3 = "чаевые", N3 = "Итого", F3 = "Помощь", E3 = "страховка", D3 = "TRIPS", H3 = "Blind", R3 = "Выигрыш", O3 = "Ничья", z3 = "Возврат", K3 = "Проигрыш", q3 = "Лобби", M3 = "Играть", U3 = "Введение", W3 = "Карты", Y3 = "Результат", G3 = "Оплата Коэффициент", V3 = {
16787
16787
  "Win number": "Выигравший номер",
16788
16788
  Type: Ub,
16789
16789
  "canceled round": "Раунд отменен",