@betorigami/games 2.3.5 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/index.d.ts +1301 -398
  2. package/dist/index.mjs +4778 -4445
  3. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  // Generated by dts-bundle-generator v9.5.1
2
2
 
3
- import { BaccaratGameInputs, BaccaratGameOutputs, Color, Column, Dozen, Half, Parity, PlayResult, RouletteType } from '@betorigami/game-calculations';
3
+ import { BaccaratGameInputs, BaccaratGameOutputs, BlackjackActionType, BlackjackOutcome, BlackjackState, Card, Color, Column, Dozen, Half, InsuranceOutcome, Parity, PlayResult, RouletteType, SideBetResults } from '@betorigami/game-calculations';
4
4
  import { ContextProvider } from '@lit/context';
5
5
  import Big$1 from 'big.js';
6
6
  import { CSSResult, LitElement, PropertyValues, TemplateResult } from 'lit';
@@ -124,6 +124,7 @@ export declare const translations: {
124
124
  cashOut: string;
125
125
  classic: string;
126
126
  confirm: string;
127
+ continue: string;
127
128
  copied: string;
128
129
  currency: string;
129
130
  deposit: string;
@@ -134,6 +135,7 @@ export declare const translations: {
134
135
  footerNavigation: string;
135
136
  gameInfo: string;
136
137
  gameName: string;
138
+ getStarted: string;
137
139
  high: string;
138
140
  history: string;
139
141
  hotkeys: string;
@@ -214,6 +216,17 @@ export declare const translations: {
214
216
  verifyOutcome: string;
215
217
  };
216
218
  gameInfo: {
219
+ blackjack: {
220
+ how1: string;
221
+ how2: string;
222
+ how3: string;
223
+ how4: string;
224
+ how5: string;
225
+ how6: string;
226
+ overview: string;
227
+ provablyFair: string;
228
+ strategyTip: string;
229
+ };
217
230
  baccarat: {
218
231
  how1: string;
219
232
  how2: string;
@@ -324,14 +337,6 @@ export declare const translations: {
324
337
  };
325
338
  };
326
339
  games: {
327
- baccarat: {
328
- chipValue: string;
329
- player: string;
330
- banker: string;
331
- tie: string;
332
- totalBetAmount: string;
333
- selectChip: string;
334
- };
335
340
  advancedDice: {
336
341
  between: string;
337
342
  boundsLower: string;
@@ -342,6 +347,56 @@ export declare const translations: {
342
347
  secondBoundsLower: string;
343
348
  secondBoundsUpper: string;
344
349
  };
350
+ baccarat: {
351
+ chipValue: string;
352
+ player: string;
353
+ banker: string;
354
+ tie: string;
355
+ totalBetAmount: string;
356
+ selectChip: string;
357
+ slowReveal: string;
358
+ };
359
+ blackjack: {
360
+ seats: string;
361
+ hit: string;
362
+ stand: string;
363
+ split: string;
364
+ double: string;
365
+ standard: string;
366
+ sideBet: string;
367
+ blackjackLabel: string;
368
+ insuranceLabel: string;
369
+ blackjackPays: string;
370
+ insurancePays: string;
371
+ exactPair: string;
372
+ coloredPair: string;
373
+ mixedPair: string;
374
+ suitedTrips: string;
375
+ straightFlush: string;
376
+ threeOfAKind: string;
377
+ straight: string;
378
+ flush: string;
379
+ sideBetPairBonus: string;
380
+ sideBetThreeCardBonus: string;
381
+ sideBetOnboarding: {
382
+ step1Title: string;
383
+ step1Body: string;
384
+ step2Title: string;
385
+ step2Body: string;
386
+ step3Title: string;
387
+ step3Body: string;
388
+ step4Title: string;
389
+ step4Body: string;
390
+ openingCardsOnly: string;
391
+ separateFromMainHand: string;
392
+ pairBonusCards: string;
393
+ threeCardBonusCards: string;
394
+ pairBonusResults: string;
395
+ threeCardBonusResults: string;
396
+ };
397
+ buyInsurance: string;
398
+ noInsurance: string;
399
+ };
345
400
  dice: {
346
401
  rollOver: string;
347
402
  rollUnder: string;
@@ -371,13 +426,13 @@ export declare const translations: {
371
426
  tile: string;
372
427
  unrevealed: string;
373
428
  };
374
- wheel: {
375
- segments: string;
376
- };
377
429
  roulette: {
378
430
  chipValue: string;
379
431
  totalBetAmount: string;
380
432
  };
433
+ wheel: {
434
+ segments: string;
435
+ };
381
436
  };
382
437
  hotkeys: {
383
438
  clearBets: string;
@@ -455,6 +510,7 @@ export declare const translations: {
455
510
  cashOut: string;
456
511
  classic: string;
457
512
  confirm: string;
513
+ continue: string;
458
514
  copied: string;
459
515
  currency: string;
460
516
  deposit: string;
@@ -465,6 +521,7 @@ export declare const translations: {
465
521
  footerNavigation: string;
466
522
  gameInfo: string;
467
523
  gameName: string;
524
+ getStarted: string;
468
525
  high: string;
469
526
  history: string;
470
527
  hotkeys: string;
@@ -545,6 +602,17 @@ export declare const translations: {
545
602
  verifyOutcome: string;
546
603
  };
547
604
  gameInfo: {
605
+ blackjack: {
606
+ how1: string;
607
+ how2: string;
608
+ how3: string;
609
+ how4: string;
610
+ how5: string;
611
+ how6: string;
612
+ overview: string;
613
+ provablyFair: string;
614
+ strategyTip: string;
615
+ };
548
616
  baccarat: {
549
617
  how1: string;
550
618
  how2: string;
@@ -655,14 +723,6 @@ export declare const translations: {
655
723
  };
656
724
  };
657
725
  games: {
658
- baccarat: {
659
- chipValue: string;
660
- player: string;
661
- banker: string;
662
- tie: string;
663
- totalBetAmount: string;
664
- selectChip: string;
665
- };
666
726
  advancedDice: {
667
727
  between: string;
668
728
  boundsLower: string;
@@ -673,6 +733,56 @@ export declare const translations: {
673
733
  secondBoundsLower: string;
674
734
  secondBoundsUpper: string;
675
735
  };
736
+ baccarat: {
737
+ chipValue: string;
738
+ player: string;
739
+ banker: string;
740
+ tie: string;
741
+ totalBetAmount: string;
742
+ selectChip: string;
743
+ slowReveal: string;
744
+ };
745
+ blackjack: {
746
+ seats: string;
747
+ hit: string;
748
+ stand: string;
749
+ split: string;
750
+ double: string;
751
+ standard: string;
752
+ sideBet: string;
753
+ blackjackLabel: string;
754
+ insuranceLabel: string;
755
+ blackjackPays: string;
756
+ insurancePays: string;
757
+ exactPair: string;
758
+ coloredPair: string;
759
+ mixedPair: string;
760
+ suitedTrips: string;
761
+ straightFlush: string;
762
+ threeOfAKind: string;
763
+ straight: string;
764
+ flush: string;
765
+ sideBetPairBonus: string;
766
+ sideBetThreeCardBonus: string;
767
+ sideBetOnboarding: {
768
+ step1Title: string;
769
+ step1Body: string;
770
+ step2Title: string;
771
+ step2Body: string;
772
+ step3Title: string;
773
+ step3Body: string;
774
+ step4Title: string;
775
+ step4Body: string;
776
+ openingCardsOnly: string;
777
+ separateFromMainHand: string;
778
+ pairBonusCards: string;
779
+ threeCardBonusCards: string;
780
+ pairBonusResults: string;
781
+ threeCardBonusResults: string;
782
+ };
783
+ buyInsurance: string;
784
+ noInsurance: string;
785
+ };
676
786
  dice: {
677
787
  rollOver: string;
678
788
  rollUnder: string;
@@ -702,13 +812,13 @@ export declare const translations: {
702
812
  tile: string;
703
813
  unrevealed: string;
704
814
  };
705
- wheel: {
706
- segments: string;
707
- };
708
815
  roulette: {
709
816
  chipValue: string;
710
817
  totalBetAmount: string;
711
818
  };
819
+ wheel: {
820
+ segments: string;
821
+ };
712
822
  };
713
823
  hotkeys: {
714
824
  clearBets: string;
@@ -773,15 +883,6 @@ export declare const translations: {
773
883
  stopOnLoss: string;
774
884
  stopOnProfit: string;
775
885
  };
776
- blackjack: {
777
- seats: string;
778
- hit: string;
779
- stand: string;
780
- split: string;
781
- double: string;
782
- buyInsurance: string;
783
- noInsurance: string;
784
- };
785
886
  clipboard: {
786
887
  linkCopied: string;
787
888
  };
@@ -795,6 +896,7 @@ export declare const translations: {
795
896
  cashOut: string;
796
897
  classic: string;
797
898
  confirm: string;
899
+ continue: string;
798
900
  copied: string;
799
901
  currency: string;
800
902
  deposit: string;
@@ -805,6 +907,7 @@ export declare const translations: {
805
907
  footerNavigation: string;
806
908
  gameInfo: string;
807
909
  gameName: string;
910
+ getStarted: string;
808
911
  high: string;
809
912
  history: string;
810
913
  hotkeys: string;
@@ -1007,18 +1110,6 @@ export declare const translations: {
1007
1110
  };
1008
1111
  };
1009
1112
  games: {
1010
- baccarat: {
1011
- chipValue: string;
1012
- player: string;
1013
- banker: string;
1014
- tie: string;
1015
- totalBetAmount: string;
1016
- selectChip: string;
1017
- };
1018
- roulette: {
1019
- chipValue: string;
1020
- totalBetAmount: string;
1021
- };
1022
1113
  advancedDice: {
1023
1114
  between: string;
1024
1115
  boundsLower: string;
@@ -1029,6 +1120,56 @@ export declare const translations: {
1029
1120
  secondBoundsLower: string;
1030
1121
  secondBoundsUpper: string;
1031
1122
  };
1123
+ baccarat: {
1124
+ chipValue: string;
1125
+ player: string;
1126
+ banker: string;
1127
+ tie: string;
1128
+ totalBetAmount: string;
1129
+ selectChip: string;
1130
+ slowReveal: string;
1131
+ };
1132
+ blackjack: {
1133
+ seats: string;
1134
+ hit: string;
1135
+ stand: string;
1136
+ split: string;
1137
+ double: string;
1138
+ standard: string;
1139
+ sideBet: string;
1140
+ blackjackLabel: string;
1141
+ insuranceLabel: string;
1142
+ blackjackPays: string;
1143
+ insurancePays: string;
1144
+ exactPair: string;
1145
+ coloredPair: string;
1146
+ mixedPair: string;
1147
+ suitedTrips: string;
1148
+ straightFlush: string;
1149
+ threeOfAKind: string;
1150
+ straight: string;
1151
+ flush: string;
1152
+ sideBetPairBonus: string;
1153
+ sideBetThreeCardBonus: string;
1154
+ sideBetOnboarding: {
1155
+ step1Title: string;
1156
+ step1Body: string;
1157
+ step2Title: string;
1158
+ step2Body: string;
1159
+ step3Title: string;
1160
+ step3Body: string;
1161
+ step4Title: string;
1162
+ step4Body: string;
1163
+ openingCardsOnly: string;
1164
+ separateFromMainHand: string;
1165
+ pairBonusCards: string;
1166
+ threeCardBonusCards: string;
1167
+ pairBonusResults: string;
1168
+ threeCardBonusResults: string;
1169
+ };
1170
+ buyInsurance: string;
1171
+ noInsurance: string;
1172
+ };
1032
1173
  dice: {
1033
1174
  rollOver: string;
1034
1175
  rollUnder: string;
@@ -1058,6 +1199,10 @@ export declare const translations: {
1058
1199
  tile: string;
1059
1200
  unrevealed: string;
1060
1201
  };
1202
+ roulette: {
1203
+ chipValue: string;
1204
+ totalBetAmount: string;
1205
+ };
1061
1206
  wheel: {
1062
1207
  segments: string;
1063
1208
  };
@@ -1138,6 +1283,7 @@ export declare const translations: {
1138
1283
  cashOut: string;
1139
1284
  classic: string;
1140
1285
  confirm: string;
1286
+ continue: string;
1141
1287
  copied: string;
1142
1288
  currency: string;
1143
1289
  deposit: string;
@@ -1148,6 +1294,7 @@ export declare const translations: {
1148
1294
  footerNavigation: string;
1149
1295
  gameInfo: string;
1150
1296
  gameName: string;
1297
+ getStarted: string;
1151
1298
  high: string;
1152
1299
  history: string;
1153
1300
  hotkeys: string;
@@ -1228,6 +1375,17 @@ export declare const translations: {
1228
1375
  verifyOutcome: string;
1229
1376
  };
1230
1377
  gameInfo: {
1378
+ blackjack: {
1379
+ how1: string;
1380
+ how2: string;
1381
+ how3: string;
1382
+ how4: string;
1383
+ how5: string;
1384
+ how6: string;
1385
+ overview: string;
1386
+ provablyFair: string;
1387
+ strategyTip: string;
1388
+ };
1231
1389
  baccarat: {
1232
1390
  how1: string;
1233
1391
  how2: string;
@@ -1338,18 +1496,6 @@ export declare const translations: {
1338
1496
  };
1339
1497
  };
1340
1498
  games: {
1341
- baccarat: {
1342
- chipValue: string;
1343
- player: string;
1344
- banker: string;
1345
- tie: string;
1346
- totalBetAmount: string;
1347
- selectChip: string;
1348
- };
1349
- roulette: {
1350
- chipValue: string;
1351
- totalBetAmount: string;
1352
- };
1353
1499
  advancedDice: {
1354
1500
  between: string;
1355
1501
  boundsLower: string;
@@ -1360,6 +1506,56 @@ export declare const translations: {
1360
1506
  secondBoundsLower: string;
1361
1507
  secondBoundsUpper: string;
1362
1508
  };
1509
+ baccarat: {
1510
+ chipValue: string;
1511
+ player: string;
1512
+ banker: string;
1513
+ tie: string;
1514
+ totalBetAmount: string;
1515
+ selectChip: string;
1516
+ slowReveal: string;
1517
+ };
1518
+ blackjack: {
1519
+ seats: string;
1520
+ hit: string;
1521
+ stand: string;
1522
+ split: string;
1523
+ double: string;
1524
+ standard: string;
1525
+ sideBet: string;
1526
+ blackjackLabel: string;
1527
+ insuranceLabel: string;
1528
+ blackjackPays: string;
1529
+ insurancePays: string;
1530
+ exactPair: string;
1531
+ coloredPair: string;
1532
+ mixedPair: string;
1533
+ suitedTrips: string;
1534
+ straightFlush: string;
1535
+ threeOfAKind: string;
1536
+ straight: string;
1537
+ flush: string;
1538
+ sideBetPairBonus: string;
1539
+ sideBetThreeCardBonus: string;
1540
+ sideBetOnboarding: {
1541
+ step1Title: string;
1542
+ step1Body: string;
1543
+ step2Title: string;
1544
+ step2Body: string;
1545
+ step3Title: string;
1546
+ step3Body: string;
1547
+ step4Title: string;
1548
+ step4Body: string;
1549
+ openingCardsOnly: string;
1550
+ separateFromMainHand: string;
1551
+ pairBonusCards: string;
1552
+ threeCardBonusCards: string;
1553
+ pairBonusResults: string;
1554
+ threeCardBonusResults: string;
1555
+ };
1556
+ buyInsurance: string;
1557
+ noInsurance: string;
1558
+ };
1363
1559
  dice: {
1364
1560
  rollOver: string;
1365
1561
  rollUnder: string;
@@ -1389,6 +1585,10 @@ export declare const translations: {
1389
1585
  tile: string;
1390
1586
  unrevealed: string;
1391
1587
  };
1588
+ roulette: {
1589
+ chipValue: string;
1590
+ totalBetAmount: string;
1591
+ };
1392
1592
  wheel: {
1393
1593
  segments: string;
1394
1594
  };
@@ -1469,6 +1669,7 @@ export declare const translations: {
1469
1669
  cashOut: string;
1470
1670
  classic: string;
1471
1671
  confirm: string;
1672
+ continue: string;
1472
1673
  copied: string;
1473
1674
  currency: string;
1474
1675
  deposit: string;
@@ -1479,6 +1680,7 @@ export declare const translations: {
1479
1680
  footerNavigation: string;
1480
1681
  gameInfo: string;
1481
1682
  gameName: string;
1683
+ getStarted: string;
1482
1684
  high: string;
1483
1685
  history: string;
1484
1686
  hotkeys: string;
@@ -1559,6 +1761,17 @@ export declare const translations: {
1559
1761
  verifyOutcome: string;
1560
1762
  };
1561
1763
  gameInfo: {
1764
+ blackjack: {
1765
+ how1: string;
1766
+ how2: string;
1767
+ how3: string;
1768
+ how4: string;
1769
+ how5: string;
1770
+ how6: string;
1771
+ overview: string;
1772
+ provablyFair: string;
1773
+ strategyTip: string;
1774
+ };
1562
1775
  baccarat: {
1563
1776
  how1: string;
1564
1777
  how2: string;
@@ -1669,14 +1882,6 @@ export declare const translations: {
1669
1882
  };
1670
1883
  };
1671
1884
  games: {
1672
- baccarat: {
1673
- chipValue: string;
1674
- player: string;
1675
- banker: string;
1676
- tie: string;
1677
- totalBetAmount: string;
1678
- selectChip: string;
1679
- };
1680
1885
  advancedDice: {
1681
1886
  between: string;
1682
1887
  boundsLower: string;
@@ -1687,6 +1892,56 @@ export declare const translations: {
1687
1892
  secondBoundsLower: string;
1688
1893
  secondBoundsUpper: string;
1689
1894
  };
1895
+ baccarat: {
1896
+ chipValue: string;
1897
+ player: string;
1898
+ banker: string;
1899
+ tie: string;
1900
+ totalBetAmount: string;
1901
+ selectChip: string;
1902
+ slowReveal: string;
1903
+ };
1904
+ blackjack: {
1905
+ seats: string;
1906
+ hit: string;
1907
+ stand: string;
1908
+ split: string;
1909
+ double: string;
1910
+ standard: string;
1911
+ sideBet: string;
1912
+ blackjackLabel: string;
1913
+ insuranceLabel: string;
1914
+ blackjackPays: string;
1915
+ insurancePays: string;
1916
+ exactPair: string;
1917
+ coloredPair: string;
1918
+ mixedPair: string;
1919
+ suitedTrips: string;
1920
+ straightFlush: string;
1921
+ threeOfAKind: string;
1922
+ straight: string;
1923
+ flush: string;
1924
+ sideBetPairBonus: string;
1925
+ sideBetThreeCardBonus: string;
1926
+ sideBetOnboarding: {
1927
+ step1Title: string;
1928
+ step1Body: string;
1929
+ step2Title: string;
1930
+ step2Body: string;
1931
+ step3Title: string;
1932
+ step3Body: string;
1933
+ step4Title: string;
1934
+ step4Body: string;
1935
+ openingCardsOnly: string;
1936
+ separateFromMainHand: string;
1937
+ pairBonusCards: string;
1938
+ threeCardBonusCards: string;
1939
+ pairBonusResults: string;
1940
+ threeCardBonusResults: string;
1941
+ };
1942
+ buyInsurance: string;
1943
+ noInsurance: string;
1944
+ };
1690
1945
  dice: {
1691
1946
  rollOver: string;
1692
1947
  rollUnder: string;
@@ -1716,13 +1971,13 @@ export declare const translations: {
1716
1971
  tile: string;
1717
1972
  unrevealed: string;
1718
1973
  };
1719
- wheel: {
1720
- segments: string;
1721
- };
1722
1974
  roulette: {
1723
1975
  chipValue: string;
1724
1976
  totalBetAmount: string;
1725
1977
  };
1978
+ wheel: {
1979
+ segments: string;
1980
+ };
1726
1981
  };
1727
1982
  hotkeys: {
1728
1983
  clearBets: string;
@@ -1800,6 +2055,7 @@ export declare const translations: {
1800
2055
  cashOut: string;
1801
2056
  classic: string;
1802
2057
  confirm: string;
2058
+ continue: string;
1803
2059
  copied: string;
1804
2060
  currency: string;
1805
2061
  deposit: string;
@@ -1810,6 +2066,7 @@ export declare const translations: {
1810
2066
  footerNavigation: string;
1811
2067
  gameInfo: string;
1812
2068
  gameName: string;
2069
+ getStarted: string;
1813
2070
  high: string;
1814
2071
  history: string;
1815
2072
  hotkeys: string;
@@ -1890,6 +2147,17 @@ export declare const translations: {
1890
2147
  verifyOutcome: string;
1891
2148
  };
1892
2149
  gameInfo: {
2150
+ blackjack: {
2151
+ how1: string;
2152
+ how2: string;
2153
+ how3: string;
2154
+ how4: string;
2155
+ how5: string;
2156
+ how6: string;
2157
+ overview: string;
2158
+ provablyFair: string;
2159
+ strategyTip: string;
2160
+ };
1893
2161
  baccarat: {
1894
2162
  how1: string;
1895
2163
  how2: string;
@@ -2000,14 +2268,6 @@ export declare const translations: {
2000
2268
  };
2001
2269
  };
2002
2270
  games: {
2003
- baccarat: {
2004
- chipValue: string;
2005
- player: string;
2006
- banker: string;
2007
- tie: string;
2008
- totalBetAmount: string;
2009
- selectChip: string;
2010
- };
2011
2271
  advancedDice: {
2012
2272
  between: string;
2013
2273
  boundsLower: string;
@@ -2018,6 +2278,56 @@ export declare const translations: {
2018
2278
  secondBoundsLower: string;
2019
2279
  secondBoundsUpper: string;
2020
2280
  };
2281
+ baccarat: {
2282
+ chipValue: string;
2283
+ player: string;
2284
+ banker: string;
2285
+ tie: string;
2286
+ totalBetAmount: string;
2287
+ selectChip: string;
2288
+ slowReveal: string;
2289
+ };
2290
+ blackjack: {
2291
+ seats: string;
2292
+ hit: string;
2293
+ stand: string;
2294
+ split: string;
2295
+ double: string;
2296
+ standard: string;
2297
+ sideBet: string;
2298
+ blackjackLabel: string;
2299
+ insuranceLabel: string;
2300
+ blackjackPays: string;
2301
+ insurancePays: string;
2302
+ exactPair: string;
2303
+ coloredPair: string;
2304
+ mixedPair: string;
2305
+ suitedTrips: string;
2306
+ straightFlush: string;
2307
+ threeOfAKind: string;
2308
+ straight: string;
2309
+ flush: string;
2310
+ sideBetPairBonus: string;
2311
+ sideBetThreeCardBonus: string;
2312
+ sideBetOnboarding: {
2313
+ step1Title: string;
2314
+ step1Body: string;
2315
+ step2Title: string;
2316
+ step2Body: string;
2317
+ step3Title: string;
2318
+ step3Body: string;
2319
+ step4Title: string;
2320
+ step4Body: string;
2321
+ openingCardsOnly: string;
2322
+ separateFromMainHand: string;
2323
+ pairBonusCards: string;
2324
+ threeCardBonusCards: string;
2325
+ pairBonusResults: string;
2326
+ threeCardBonusResults: string;
2327
+ };
2328
+ buyInsurance: string;
2329
+ noInsurance: string;
2330
+ };
2021
2331
  dice: {
2022
2332
  rollOver: string;
2023
2333
  rollUnder: string;
@@ -2047,13 +2357,13 @@ export declare const translations: {
2047
2357
  tile: string;
2048
2358
  unrevealed: string;
2049
2359
  };
2050
- wheel: {
2051
- segments: string;
2052
- };
2053
2360
  roulette: {
2054
2361
  chipValue: string;
2055
2362
  totalBetAmount: string;
2056
2363
  };
2364
+ wheel: {
2365
+ segments: string;
2366
+ };
2057
2367
  };
2058
2368
  hotkeys: {
2059
2369
  clearBets: string;
@@ -2131,6 +2441,7 @@ export declare const translations: {
2131
2441
  cashOut: string;
2132
2442
  classic: string;
2133
2443
  confirm: string;
2444
+ continue: string;
2134
2445
  copied: string;
2135
2446
  currency: string;
2136
2447
  deposit: string;
@@ -2141,6 +2452,7 @@ export declare const translations: {
2141
2452
  footerNavigation: string;
2142
2453
  gameInfo: string;
2143
2454
  gameName: string;
2455
+ getStarted: string;
2144
2456
  high: string;
2145
2457
  history: string;
2146
2458
  hotkeys: string;
@@ -2221,6 +2533,17 @@ export declare const translations: {
2221
2533
  verifyOutcome: string;
2222
2534
  };
2223
2535
  gameInfo: {
2536
+ blackjack: {
2537
+ how1: string;
2538
+ how2: string;
2539
+ how3: string;
2540
+ how4: string;
2541
+ how5: string;
2542
+ how6: string;
2543
+ overview: string;
2544
+ provablyFair: string;
2545
+ strategyTip: string;
2546
+ };
2224
2547
  baccarat: {
2225
2548
  how1: string;
2226
2549
  how2: string;
@@ -2331,14 +2654,6 @@ export declare const translations: {
2331
2654
  };
2332
2655
  };
2333
2656
  games: {
2334
- baccarat: {
2335
- chipValue: string;
2336
- player: string;
2337
- banker: string;
2338
- tie: string;
2339
- totalBetAmount: string;
2340
- selectChip: string;
2341
- };
2342
2657
  advancedDice: {
2343
2658
  between: string;
2344
2659
  boundsLower: string;
@@ -2349,6 +2664,56 @@ export declare const translations: {
2349
2664
  secondBoundsLower: string;
2350
2665
  secondBoundsUpper: string;
2351
2666
  };
2667
+ baccarat: {
2668
+ chipValue: string;
2669
+ player: string;
2670
+ banker: string;
2671
+ tie: string;
2672
+ totalBetAmount: string;
2673
+ selectChip: string;
2674
+ slowReveal: string;
2675
+ };
2676
+ blackjack: {
2677
+ seats: string;
2678
+ hit: string;
2679
+ stand: string;
2680
+ split: string;
2681
+ double: string;
2682
+ standard: string;
2683
+ sideBet: string;
2684
+ blackjackLabel: string;
2685
+ insuranceLabel: string;
2686
+ blackjackPays: string;
2687
+ insurancePays: string;
2688
+ exactPair: string;
2689
+ coloredPair: string;
2690
+ mixedPair: string;
2691
+ suitedTrips: string;
2692
+ straightFlush: string;
2693
+ threeOfAKind: string;
2694
+ straight: string;
2695
+ flush: string;
2696
+ sideBetPairBonus: string;
2697
+ sideBetThreeCardBonus: string;
2698
+ sideBetOnboarding: {
2699
+ step1Title: string;
2700
+ step1Body: string;
2701
+ step2Title: string;
2702
+ step2Body: string;
2703
+ step3Title: string;
2704
+ step3Body: string;
2705
+ step4Title: string;
2706
+ step4Body: string;
2707
+ openingCardsOnly: string;
2708
+ separateFromMainHand: string;
2709
+ pairBonusCards: string;
2710
+ threeCardBonusCards: string;
2711
+ pairBonusResults: string;
2712
+ threeCardBonusResults: string;
2713
+ };
2714
+ buyInsurance: string;
2715
+ noInsurance: string;
2716
+ };
2352
2717
  dice: {
2353
2718
  rollOver: string;
2354
2719
  rollUnder: string;
@@ -2378,13 +2743,13 @@ export declare const translations: {
2378
2743
  tile: string;
2379
2744
  unrevealed: string;
2380
2745
  };
2381
- wheel: {
2382
- segments: string;
2383
- };
2384
2746
  roulette: {
2385
2747
  chipValue: string;
2386
2748
  totalBetAmount: string;
2387
2749
  };
2750
+ wheel: {
2751
+ segments: string;
2752
+ };
2388
2753
  };
2389
2754
  hotkeys: {
2390
2755
  clearBets: string;
@@ -2462,6 +2827,7 @@ export declare const translations: {
2462
2827
  cashOut: string;
2463
2828
  classic: string;
2464
2829
  confirm: string;
2830
+ continue: string;
2465
2831
  copied: string;
2466
2832
  currency: string;
2467
2833
  deposit: string;
@@ -2472,6 +2838,7 @@ export declare const translations: {
2472
2838
  footerNavigation: string;
2473
2839
  gameInfo: string;
2474
2840
  gameName: string;
2841
+ getStarted: string;
2475
2842
  high: string;
2476
2843
  history: string;
2477
2844
  hotkeys: string;
@@ -2552,6 +2919,17 @@ export declare const translations: {
2552
2919
  verifyOutcome: string;
2553
2920
  };
2554
2921
  gameInfo: {
2922
+ blackjack: {
2923
+ how1: string;
2924
+ how2: string;
2925
+ how3: string;
2926
+ how4: string;
2927
+ how5: string;
2928
+ how6: string;
2929
+ overview: string;
2930
+ provablyFair: string;
2931
+ strategyTip: string;
2932
+ };
2555
2933
  baccarat: {
2556
2934
  how1: string;
2557
2935
  how2: string;
@@ -2662,14 +3040,6 @@ export declare const translations: {
2662
3040
  };
2663
3041
  };
2664
3042
  games: {
2665
- baccarat: {
2666
- chipValue: string;
2667
- player: string;
2668
- banker: string;
2669
- tie: string;
2670
- totalBetAmount: string;
2671
- selectChip: string;
2672
- };
2673
3043
  advancedDice: {
2674
3044
  between: string;
2675
3045
  boundsLower: string;
@@ -2680,6 +3050,56 @@ export declare const translations: {
2680
3050
  secondBoundsLower: string;
2681
3051
  secondBoundsUpper: string;
2682
3052
  };
3053
+ baccarat: {
3054
+ chipValue: string;
3055
+ player: string;
3056
+ banker: string;
3057
+ tie: string;
3058
+ totalBetAmount: string;
3059
+ selectChip: string;
3060
+ slowReveal: string;
3061
+ };
3062
+ blackjack: {
3063
+ seats: string;
3064
+ hit: string;
3065
+ stand: string;
3066
+ split: string;
3067
+ double: string;
3068
+ standard: string;
3069
+ sideBet: string;
3070
+ blackjackLabel: string;
3071
+ insuranceLabel: string;
3072
+ blackjackPays: string;
3073
+ insurancePays: string;
3074
+ exactPair: string;
3075
+ coloredPair: string;
3076
+ mixedPair: string;
3077
+ suitedTrips: string;
3078
+ straightFlush: string;
3079
+ threeOfAKind: string;
3080
+ straight: string;
3081
+ flush: string;
3082
+ sideBetPairBonus: string;
3083
+ sideBetThreeCardBonus: string;
3084
+ sideBetOnboarding: {
3085
+ step1Title: string;
3086
+ step1Body: string;
3087
+ step2Title: string;
3088
+ step2Body: string;
3089
+ step3Title: string;
3090
+ step3Body: string;
3091
+ step4Title: string;
3092
+ step4Body: string;
3093
+ openingCardsOnly: string;
3094
+ separateFromMainHand: string;
3095
+ pairBonusCards: string;
3096
+ threeCardBonusCards: string;
3097
+ pairBonusResults: string;
3098
+ threeCardBonusResults: string;
3099
+ };
3100
+ buyInsurance: string;
3101
+ noInsurance: string;
3102
+ };
2683
3103
  dice: {
2684
3104
  rollOver: string;
2685
3105
  rollUnder: string;
@@ -2709,13 +3129,13 @@ export declare const translations: {
2709
3129
  tile: string;
2710
3130
  unrevealed: string;
2711
3131
  };
2712
- wheel: {
2713
- segments: string;
2714
- };
2715
3132
  roulette: {
2716
3133
  chipValue: string;
2717
3134
  totalBetAmount: string;
2718
3135
  };
3136
+ wheel: {
3137
+ segments: string;
3138
+ };
2719
3139
  };
2720
3140
  hotkeys: {
2721
3141
  clearBets: string;
@@ -2793,6 +3213,7 @@ export declare const translations: {
2793
3213
  cashOut: string;
2794
3214
  classic: string;
2795
3215
  confirm: string;
3216
+ continue: string;
2796
3217
  copied: string;
2797
3218
  currency: string;
2798
3219
  deposit: string;
@@ -2803,6 +3224,7 @@ export declare const translations: {
2803
3224
  footerNavigation: string;
2804
3225
  gameInfo: string;
2805
3226
  gameName: string;
3227
+ getStarted: string;
2806
3228
  high: string;
2807
3229
  history: string;
2808
3230
  hotkeys: string;
@@ -2883,6 +3305,17 @@ export declare const translations: {
2883
3305
  verifyOutcome: string;
2884
3306
  };
2885
3307
  gameInfo: {
3308
+ blackjack: {
3309
+ how1: string;
3310
+ how2: string;
3311
+ how3: string;
3312
+ how4: string;
3313
+ how5: string;
3314
+ how6: string;
3315
+ overview: string;
3316
+ provablyFair: string;
3317
+ strategyTip: string;
3318
+ };
2886
3319
  baccarat: {
2887
3320
  how1: string;
2888
3321
  how2: string;
@@ -2993,14 +3426,6 @@ export declare const translations: {
2993
3426
  };
2994
3427
  };
2995
3428
  games: {
2996
- baccarat: {
2997
- chipValue: string;
2998
- player: string;
2999
- banker: string;
3000
- tie: string;
3001
- totalBetAmount: string;
3002
- selectChip: string;
3003
- };
3004
3429
  advancedDice: {
3005
3430
  between: string;
3006
3431
  boundsLower: string;
@@ -3011,6 +3436,56 @@ export declare const translations: {
3011
3436
  secondBoundsLower: string;
3012
3437
  secondBoundsUpper: string;
3013
3438
  };
3439
+ baccarat: {
3440
+ chipValue: string;
3441
+ player: string;
3442
+ banker: string;
3443
+ tie: string;
3444
+ totalBetAmount: string;
3445
+ selectChip: string;
3446
+ slowReveal: string;
3447
+ };
3448
+ blackjack: {
3449
+ seats: string;
3450
+ hit: string;
3451
+ stand: string;
3452
+ split: string;
3453
+ double: string;
3454
+ standard: string;
3455
+ sideBet: string;
3456
+ blackjackLabel: string;
3457
+ insuranceLabel: string;
3458
+ blackjackPays: string;
3459
+ insurancePays: string;
3460
+ exactPair: string;
3461
+ coloredPair: string;
3462
+ mixedPair: string;
3463
+ suitedTrips: string;
3464
+ straightFlush: string;
3465
+ threeOfAKind: string;
3466
+ straight: string;
3467
+ flush: string;
3468
+ sideBetPairBonus: string;
3469
+ sideBetThreeCardBonus: string;
3470
+ sideBetOnboarding: {
3471
+ step1Title: string;
3472
+ step1Body: string;
3473
+ step2Title: string;
3474
+ step2Body: string;
3475
+ step3Title: string;
3476
+ step3Body: string;
3477
+ step4Title: string;
3478
+ step4Body: string;
3479
+ openingCardsOnly: string;
3480
+ separateFromMainHand: string;
3481
+ pairBonusCards: string;
3482
+ threeCardBonusCards: string;
3483
+ pairBonusResults: string;
3484
+ threeCardBonusResults: string;
3485
+ };
3486
+ buyInsurance: string;
3487
+ noInsurance: string;
3488
+ };
3014
3489
  dice: {
3015
3490
  rollOver: string;
3016
3491
  rollUnder: string;
@@ -3040,13 +3515,13 @@ export declare const translations: {
3040
3515
  tile: string;
3041
3516
  unrevealed: string;
3042
3517
  };
3043
- wheel: {
3044
- segments: string;
3045
- };
3046
3518
  roulette: {
3047
3519
  chipValue: string;
3048
3520
  totalBetAmount: string;
3049
3521
  };
3522
+ wheel: {
3523
+ segments: string;
3524
+ };
3050
3525
  };
3051
3526
  hotkeys: {
3052
3527
  clearBets: string;
@@ -3124,6 +3599,7 @@ export declare const translations: {
3124
3599
  cashOut: string;
3125
3600
  classic: string;
3126
3601
  confirm: string;
3602
+ continue: string;
3127
3603
  copied: string;
3128
3604
  currency: string;
3129
3605
  deposit: string;
@@ -3134,6 +3610,7 @@ export declare const translations: {
3134
3610
  footerNavigation: string;
3135
3611
  gameInfo: string;
3136
3612
  gameName: string;
3613
+ getStarted: string;
3137
3614
  high: string;
3138
3615
  history: string;
3139
3616
  hotkeys: string;
@@ -3214,6 +3691,17 @@ export declare const translations: {
3214
3691
  verifyOutcome: string;
3215
3692
  };
3216
3693
  gameInfo: {
3694
+ blackjack: {
3695
+ how1: string;
3696
+ how2: string;
3697
+ how3: string;
3698
+ how4: string;
3699
+ how5: string;
3700
+ how6: string;
3701
+ overview: string;
3702
+ provablyFair: string;
3703
+ strategyTip: string;
3704
+ };
3217
3705
  baccarat: {
3218
3706
  how1: string;
3219
3707
  how2: string;
@@ -3324,14 +3812,6 @@ export declare const translations: {
3324
3812
  };
3325
3813
  };
3326
3814
  games: {
3327
- baccarat: {
3328
- chipValue: string;
3329
- player: string;
3330
- banker: string;
3331
- tie: string;
3332
- totalBetAmount: string;
3333
- selectChip: string;
3334
- };
3335
3815
  advancedDice: {
3336
3816
  between: string;
3337
3817
  boundsLower: string;
@@ -3342,6 +3822,56 @@ export declare const translations: {
3342
3822
  secondBoundsLower: string;
3343
3823
  secondBoundsUpper: string;
3344
3824
  };
3825
+ baccarat: {
3826
+ chipValue: string;
3827
+ player: string;
3828
+ banker: string;
3829
+ tie: string;
3830
+ totalBetAmount: string;
3831
+ selectChip: string;
3832
+ slowReveal: string;
3833
+ };
3834
+ blackjack: {
3835
+ seats: string;
3836
+ hit: string;
3837
+ stand: string;
3838
+ split: string;
3839
+ double: string;
3840
+ standard: string;
3841
+ sideBet: string;
3842
+ blackjackLabel: string;
3843
+ insuranceLabel: string;
3844
+ blackjackPays: string;
3845
+ insurancePays: string;
3846
+ exactPair: string;
3847
+ coloredPair: string;
3848
+ mixedPair: string;
3849
+ suitedTrips: string;
3850
+ straightFlush: string;
3851
+ threeOfAKind: string;
3852
+ straight: string;
3853
+ flush: string;
3854
+ sideBetPairBonus: string;
3855
+ sideBetThreeCardBonus: string;
3856
+ sideBetOnboarding: {
3857
+ step1Title: string;
3858
+ step1Body: string;
3859
+ step2Title: string;
3860
+ step2Body: string;
3861
+ step3Title: string;
3862
+ step3Body: string;
3863
+ step4Title: string;
3864
+ step4Body: string;
3865
+ openingCardsOnly: string;
3866
+ separateFromMainHand: string;
3867
+ pairBonusCards: string;
3868
+ threeCardBonusCards: string;
3869
+ pairBonusResults: string;
3870
+ threeCardBonusResults: string;
3871
+ };
3872
+ buyInsurance: string;
3873
+ noInsurance: string;
3874
+ };
3345
3875
  dice: {
3346
3876
  rollOver: string;
3347
3877
  rollUnder: string;
@@ -3371,13 +3901,13 @@ export declare const translations: {
3371
3901
  tile: string;
3372
3902
  unrevealed: string;
3373
3903
  };
3374
- wheel: {
3375
- segments: string;
3376
- };
3377
3904
  roulette: {
3378
3905
  chipValue: string;
3379
3906
  totalBetAmount: string;
3380
3907
  };
3908
+ wheel: {
3909
+ segments: string;
3910
+ };
3381
3911
  };
3382
3912
  hotkeys: {
3383
3913
  clearBets: string;
@@ -3455,6 +3985,7 @@ export declare const translations: {
3455
3985
  cashOut: string;
3456
3986
  classic: string;
3457
3987
  confirm: string;
3988
+ continue: string;
3458
3989
  copied: string;
3459
3990
  currency: string;
3460
3991
  deposit: string;
@@ -3465,6 +3996,7 @@ export declare const translations: {
3465
3996
  footerNavigation: string;
3466
3997
  gameInfo: string;
3467
3998
  gameName: string;
3999
+ getStarted: string;
3468
4000
  high: string;
3469
4001
  history: string;
3470
4002
  hotkeys: string;
@@ -3545,6 +4077,17 @@ export declare const translations: {
3545
4077
  verifyOutcome: string;
3546
4078
  };
3547
4079
  gameInfo: {
4080
+ blackjack: {
4081
+ how1: string;
4082
+ how2: string;
4083
+ how3: string;
4084
+ how4: string;
4085
+ how5: string;
4086
+ how6: string;
4087
+ overview: string;
4088
+ provablyFair: string;
4089
+ strategyTip: string;
4090
+ };
3548
4091
  baccarat: {
3549
4092
  how1: string;
3550
4093
  how2: string;
@@ -3655,14 +4198,6 @@ export declare const translations: {
3655
4198
  };
3656
4199
  };
3657
4200
  games: {
3658
- baccarat: {
3659
- chipValue: string;
3660
- player: string;
3661
- banker: string;
3662
- tie: string;
3663
- totalBetAmount: string;
3664
- selectChip: string;
3665
- };
3666
4201
  advancedDice: {
3667
4202
  between: string;
3668
4203
  boundsLower: string;
@@ -3673,6 +4208,56 @@ export declare const translations: {
3673
4208
  secondBoundsLower: string;
3674
4209
  secondBoundsUpper: string;
3675
4210
  };
4211
+ baccarat: {
4212
+ chipValue: string;
4213
+ player: string;
4214
+ banker: string;
4215
+ tie: string;
4216
+ totalBetAmount: string;
4217
+ selectChip: string;
4218
+ slowReveal: string;
4219
+ };
4220
+ blackjack: {
4221
+ seats: string;
4222
+ hit: string;
4223
+ stand: string;
4224
+ split: string;
4225
+ double: string;
4226
+ standard: string;
4227
+ sideBet: string;
4228
+ blackjackLabel: string;
4229
+ insuranceLabel: string;
4230
+ blackjackPays: string;
4231
+ insurancePays: string;
4232
+ exactPair: string;
4233
+ coloredPair: string;
4234
+ mixedPair: string;
4235
+ suitedTrips: string;
4236
+ straightFlush: string;
4237
+ threeOfAKind: string;
4238
+ straight: string;
4239
+ flush: string;
4240
+ sideBetPairBonus: string;
4241
+ sideBetThreeCardBonus: string;
4242
+ sideBetOnboarding: {
4243
+ step1Title: string;
4244
+ step1Body: string;
4245
+ step2Title: string;
4246
+ step2Body: string;
4247
+ step3Title: string;
4248
+ step3Body: string;
4249
+ step4Title: string;
4250
+ step4Body: string;
4251
+ openingCardsOnly: string;
4252
+ separateFromMainHand: string;
4253
+ pairBonusCards: string;
4254
+ threeCardBonusCards: string;
4255
+ pairBonusResults: string;
4256
+ threeCardBonusResults: string;
4257
+ };
4258
+ buyInsurance: string;
4259
+ noInsurance: string;
4260
+ };
3676
4261
  dice: {
3677
4262
  rollOver: string;
3678
4263
  rollUnder: string;
@@ -3702,13 +4287,13 @@ export declare const translations: {
3702
4287
  tile: string;
3703
4288
  unrevealed: string;
3704
4289
  };
3705
- wheel: {
3706
- segments: string;
3707
- };
3708
4290
  roulette: {
3709
4291
  chipValue: string;
3710
4292
  totalBetAmount: string;
3711
4293
  };
4294
+ wheel: {
4295
+ segments: string;
4296
+ };
3712
4297
  };
3713
4298
  hotkeys: {
3714
4299
  clearBets: string;
@@ -3786,6 +4371,7 @@ export declare const translations: {
3786
4371
  cashOut: string;
3787
4372
  classic: string;
3788
4373
  confirm: string;
4374
+ continue: string;
3789
4375
  copied: string;
3790
4376
  currency: string;
3791
4377
  deposit: string;
@@ -3796,6 +4382,7 @@ export declare const translations: {
3796
4382
  footerNavigation: string;
3797
4383
  gameInfo: string;
3798
4384
  gameName: string;
4385
+ getStarted: string;
3799
4386
  high: string;
3800
4387
  history: string;
3801
4388
  hotkeys: string;
@@ -3876,6 +4463,17 @@ export declare const translations: {
3876
4463
  verifyOutcome: string;
3877
4464
  };
3878
4465
  gameInfo: {
4466
+ blackjack: {
4467
+ how1: string;
4468
+ how2: string;
4469
+ how3: string;
4470
+ how4: string;
4471
+ how5: string;
4472
+ how6: string;
4473
+ overview: string;
4474
+ provablyFair: string;
4475
+ strategyTip: string;
4476
+ };
3879
4477
  baccarat: {
3880
4478
  how1: string;
3881
4479
  how2: string;
@@ -3986,14 +4584,6 @@ export declare const translations: {
3986
4584
  };
3987
4585
  };
3988
4586
  games: {
3989
- baccarat: {
3990
- chipValue: string;
3991
- player: string;
3992
- banker: string;
3993
- tie: string;
3994
- totalBetAmount: string;
3995
- selectChip: string;
3996
- };
3997
4587
  advancedDice: {
3998
4588
  between: string;
3999
4589
  boundsLower: string;
@@ -4004,6 +4594,56 @@ export declare const translations: {
4004
4594
  secondBoundsLower: string;
4005
4595
  secondBoundsUpper: string;
4006
4596
  };
4597
+ baccarat: {
4598
+ chipValue: string;
4599
+ player: string;
4600
+ banker: string;
4601
+ tie: string;
4602
+ totalBetAmount: string;
4603
+ selectChip: string;
4604
+ slowReveal: string;
4605
+ };
4606
+ blackjack: {
4607
+ seats: string;
4608
+ hit: string;
4609
+ stand: string;
4610
+ split: string;
4611
+ double: string;
4612
+ standard: string;
4613
+ sideBet: string;
4614
+ blackjackLabel: string;
4615
+ insuranceLabel: string;
4616
+ blackjackPays: string;
4617
+ insurancePays: string;
4618
+ exactPair: string;
4619
+ coloredPair: string;
4620
+ mixedPair: string;
4621
+ suitedTrips: string;
4622
+ straightFlush: string;
4623
+ threeOfAKind: string;
4624
+ straight: string;
4625
+ flush: string;
4626
+ sideBetPairBonus: string;
4627
+ sideBetThreeCardBonus: string;
4628
+ sideBetOnboarding: {
4629
+ step1Title: string;
4630
+ step1Body: string;
4631
+ step2Title: string;
4632
+ step2Body: string;
4633
+ step3Title: string;
4634
+ step3Body: string;
4635
+ step4Title: string;
4636
+ step4Body: string;
4637
+ openingCardsOnly: string;
4638
+ separateFromMainHand: string;
4639
+ pairBonusCards: string;
4640
+ threeCardBonusCards: string;
4641
+ pairBonusResults: string;
4642
+ threeCardBonusResults: string;
4643
+ };
4644
+ buyInsurance: string;
4645
+ noInsurance: string;
4646
+ };
4007
4647
  dice: {
4008
4648
  rollOver: string;
4009
4649
  rollUnder: string;
@@ -4033,13 +4673,13 @@ export declare const translations: {
4033
4673
  tile: string;
4034
4674
  unrevealed: string;
4035
4675
  };
4036
- wheel: {
4037
- segments: string;
4038
- };
4039
4676
  roulette: {
4040
4677
  chipValue: string;
4041
4678
  totalBetAmount: string;
4042
4679
  };
4680
+ wheel: {
4681
+ segments: string;
4682
+ };
4043
4683
  };
4044
4684
  hotkeys: {
4045
4685
  clearBets: string;
@@ -4117,6 +4757,7 @@ export declare const translations: {
4117
4757
  cashOut: string;
4118
4758
  classic: string;
4119
4759
  confirm: string;
4760
+ continue: string;
4120
4761
  copied: string;
4121
4762
  currency: string;
4122
4763
  deposit: string;
@@ -4127,6 +4768,7 @@ export declare const translations: {
4127
4768
  footerNavigation: string;
4128
4769
  gameInfo: string;
4129
4770
  gameName: string;
4771
+ getStarted: string;
4130
4772
  high: string;
4131
4773
  history: string;
4132
4774
  hotkeys: string;
@@ -4207,6 +4849,17 @@ export declare const translations: {
4207
4849
  verifyOutcome: string;
4208
4850
  };
4209
4851
  gameInfo: {
4852
+ blackjack: {
4853
+ how1: string;
4854
+ how2: string;
4855
+ how3: string;
4856
+ how4: string;
4857
+ how5: string;
4858
+ how6: string;
4859
+ overview: string;
4860
+ provablyFair: string;
4861
+ strategyTip: string;
4862
+ };
4210
4863
  baccarat: {
4211
4864
  how1: string;
4212
4865
  how2: string;
@@ -4317,14 +4970,6 @@ export declare const translations: {
4317
4970
  };
4318
4971
  };
4319
4972
  games: {
4320
- baccarat: {
4321
- chipValue: string;
4322
- player: string;
4323
- banker: string;
4324
- tie: string;
4325
- totalBetAmount: string;
4326
- selectChip: string;
4327
- };
4328
4973
  advancedDice: {
4329
4974
  between: string;
4330
4975
  boundsLower: string;
@@ -4335,6 +4980,56 @@ export declare const translations: {
4335
4980
  secondBoundsLower: string;
4336
4981
  secondBoundsUpper: string;
4337
4982
  };
4983
+ baccarat: {
4984
+ chipValue: string;
4985
+ player: string;
4986
+ banker: string;
4987
+ tie: string;
4988
+ totalBetAmount: string;
4989
+ selectChip: string;
4990
+ slowReveal: string;
4991
+ };
4992
+ blackjack: {
4993
+ seats: string;
4994
+ hit: string;
4995
+ stand: string;
4996
+ split: string;
4997
+ double: string;
4998
+ standard: string;
4999
+ sideBet: string;
5000
+ blackjackLabel: string;
5001
+ insuranceLabel: string;
5002
+ blackjackPays: string;
5003
+ insurancePays: string;
5004
+ exactPair: string;
5005
+ coloredPair: string;
5006
+ mixedPair: string;
5007
+ suitedTrips: string;
5008
+ straightFlush: string;
5009
+ threeOfAKind: string;
5010
+ straight: string;
5011
+ flush: string;
5012
+ sideBetPairBonus: string;
5013
+ sideBetThreeCardBonus: string;
5014
+ sideBetOnboarding: {
5015
+ step1Title: string;
5016
+ step1Body: string;
5017
+ step2Title: string;
5018
+ step2Body: string;
5019
+ step3Title: string;
5020
+ step3Body: string;
5021
+ step4Title: string;
5022
+ step4Body: string;
5023
+ openingCardsOnly: string;
5024
+ separateFromMainHand: string;
5025
+ pairBonusCards: string;
5026
+ threeCardBonusCards: string;
5027
+ pairBonusResults: string;
5028
+ threeCardBonusResults: string;
5029
+ };
5030
+ buyInsurance: string;
5031
+ noInsurance: string;
5032
+ };
4338
5033
  dice: {
4339
5034
  rollOver: string;
4340
5035
  rollUnder: string;
@@ -4364,13 +5059,13 @@ export declare const translations: {
4364
5059
  tile: string;
4365
5060
  unrevealed: string;
4366
5061
  };
4367
- wheel: {
4368
- segments: string;
4369
- };
4370
5062
  roulette: {
4371
5063
  chipValue: string;
4372
5064
  totalBetAmount: string;
4373
5065
  };
5066
+ wheel: {
5067
+ segments: string;
5068
+ };
4374
5069
  };
4375
5070
  hotkeys: {
4376
5071
  clearBets: string;
@@ -4448,6 +5143,7 @@ export declare const translations: {
4448
5143
  cashOut: string;
4449
5144
  classic: string;
4450
5145
  confirm: string;
5146
+ continue: string;
4451
5147
  copied: string;
4452
5148
  currency: string;
4453
5149
  deposit: string;
@@ -4458,6 +5154,7 @@ export declare const translations: {
4458
5154
  footerNavigation: string;
4459
5155
  gameInfo: string;
4460
5156
  gameName: string;
5157
+ getStarted: string;
4461
5158
  high: string;
4462
5159
  history: string;
4463
5160
  hotkeys: string;
@@ -4538,6 +5235,17 @@ export declare const translations: {
4538
5235
  verifyOutcome: string;
4539
5236
  };
4540
5237
  gameInfo: {
5238
+ blackjack: {
5239
+ how1: string;
5240
+ how2: string;
5241
+ how3: string;
5242
+ how4: string;
5243
+ how5: string;
5244
+ how6: string;
5245
+ overview: string;
5246
+ provablyFair: string;
5247
+ strategyTip: string;
5248
+ };
4541
5249
  baccarat: {
4542
5250
  how1: string;
4543
5251
  how2: string;
@@ -4648,14 +5356,6 @@ export declare const translations: {
4648
5356
  };
4649
5357
  };
4650
5358
  games: {
4651
- baccarat: {
4652
- chipValue: string;
4653
- player: string;
4654
- banker: string;
4655
- tie: string;
4656
- totalBetAmount: string;
4657
- selectChip: string;
4658
- };
4659
5359
  advancedDice: {
4660
5360
  between: string;
4661
5361
  boundsLower: string;
@@ -4666,6 +5366,56 @@ export declare const translations: {
4666
5366
  secondBoundsLower: string;
4667
5367
  secondBoundsUpper: string;
4668
5368
  };
5369
+ baccarat: {
5370
+ chipValue: string;
5371
+ player: string;
5372
+ banker: string;
5373
+ tie: string;
5374
+ totalBetAmount: string;
5375
+ selectChip: string;
5376
+ slowReveal: string;
5377
+ };
5378
+ blackjack: {
5379
+ seats: string;
5380
+ hit: string;
5381
+ stand: string;
5382
+ split: string;
5383
+ double: string;
5384
+ standard: string;
5385
+ sideBet: string;
5386
+ blackjackLabel: string;
5387
+ insuranceLabel: string;
5388
+ blackjackPays: string;
5389
+ insurancePays: string;
5390
+ exactPair: string;
5391
+ coloredPair: string;
5392
+ mixedPair: string;
5393
+ suitedTrips: string;
5394
+ straightFlush: string;
5395
+ threeOfAKind: string;
5396
+ straight: string;
5397
+ flush: string;
5398
+ sideBetPairBonus: string;
5399
+ sideBetThreeCardBonus: string;
5400
+ sideBetOnboarding: {
5401
+ step1Title: string;
5402
+ step1Body: string;
5403
+ step2Title: string;
5404
+ step2Body: string;
5405
+ step3Title: string;
5406
+ step3Body: string;
5407
+ step4Title: string;
5408
+ step4Body: string;
5409
+ openingCardsOnly: string;
5410
+ separateFromMainHand: string;
5411
+ pairBonusCards: string;
5412
+ threeCardBonusCards: string;
5413
+ pairBonusResults: string;
5414
+ threeCardBonusResults: string;
5415
+ };
5416
+ buyInsurance: string;
5417
+ noInsurance: string;
5418
+ };
4669
5419
  dice: {
4670
5420
  rollOver: string;
4671
5421
  rollUnder: string;
@@ -4695,13 +5445,13 @@ export declare const translations: {
4695
5445
  tile: string;
4696
5446
  unrevealed: string;
4697
5447
  };
4698
- wheel: {
4699
- segments: string;
4700
- };
4701
5448
  roulette: {
4702
5449
  chipValue: string;
4703
5450
  totalBetAmount: string;
4704
5451
  };
5452
+ wheel: {
5453
+ segments: string;
5454
+ };
4705
5455
  };
4706
5456
  hotkeys: {
4707
5457
  clearBets: string;
@@ -4779,6 +5529,7 @@ export declare const translations: {
4779
5529
  cashOut: string;
4780
5530
  classic: string;
4781
5531
  confirm: string;
5532
+ continue: string;
4782
5533
  copied: string;
4783
5534
  currency: string;
4784
5535
  deposit: string;
@@ -4789,6 +5540,7 @@ export declare const translations: {
4789
5540
  footerNavigation: string;
4790
5541
  gameInfo: string;
4791
5542
  gameName: string;
5543
+ getStarted: string;
4792
5544
  high: string;
4793
5545
  history: string;
4794
5546
  hotkeys: string;
@@ -4869,6 +5621,17 @@ export declare const translations: {
4869
5621
  verifyOutcome: string;
4870
5622
  };
4871
5623
  gameInfo: {
5624
+ blackjack: {
5625
+ how1: string;
5626
+ how2: string;
5627
+ how3: string;
5628
+ how4: string;
5629
+ how5: string;
5630
+ how6: string;
5631
+ overview: string;
5632
+ provablyFair: string;
5633
+ strategyTip: string;
5634
+ };
4872
5635
  baccarat: {
4873
5636
  how1: string;
4874
5637
  how2: string;
@@ -4979,14 +5742,6 @@ export declare const translations: {
4979
5742
  };
4980
5743
  };
4981
5744
  games: {
4982
- baccarat: {
4983
- chipValue: string;
4984
- player: string;
4985
- banker: string;
4986
- tie: string;
4987
- totalBetAmount: string;
4988
- selectChip: string;
4989
- };
4990
5745
  advancedDice: {
4991
5746
  between: string;
4992
5747
  boundsLower: string;
@@ -4997,15 +5752,65 @@ export declare const translations: {
4997
5752
  secondBoundsLower: string;
4998
5753
  secondBoundsUpper: string;
4999
5754
  };
5000
- dice: {
5001
- rollOver: string;
5002
- rollUnder: string;
5003
- };
5004
- keno: {
5005
- autoPick: string;
5006
- clearTable: string;
5007
- kenoGameGrid: string;
5008
- kenoNumber: string;
5755
+ baccarat: {
5756
+ chipValue: string;
5757
+ player: string;
5758
+ banker: string;
5759
+ tie: string;
5760
+ totalBetAmount: string;
5761
+ selectChip: string;
5762
+ slowReveal: string;
5763
+ };
5764
+ blackjack: {
5765
+ seats: string;
5766
+ hit: string;
5767
+ stand: string;
5768
+ split: string;
5769
+ double: string;
5770
+ standard: string;
5771
+ sideBet: string;
5772
+ blackjackLabel: string;
5773
+ insuranceLabel: string;
5774
+ blackjackPays: string;
5775
+ insurancePays: string;
5776
+ exactPair: string;
5777
+ coloredPair: string;
5778
+ mixedPair: string;
5779
+ suitedTrips: string;
5780
+ straightFlush: string;
5781
+ threeOfAKind: string;
5782
+ straight: string;
5783
+ flush: string;
5784
+ sideBetPairBonus: string;
5785
+ sideBetThreeCardBonus: string;
5786
+ sideBetOnboarding: {
5787
+ step1Title: string;
5788
+ step1Body: string;
5789
+ step2Title: string;
5790
+ step2Body: string;
5791
+ step3Title: string;
5792
+ step3Body: string;
5793
+ step4Title: string;
5794
+ step4Body: string;
5795
+ openingCardsOnly: string;
5796
+ separateFromMainHand: string;
5797
+ pairBonusCards: string;
5798
+ threeCardBonusCards: string;
5799
+ pairBonusResults: string;
5800
+ threeCardBonusResults: string;
5801
+ };
5802
+ buyInsurance: string;
5803
+ noInsurance: string;
5804
+ };
5805
+ dice: {
5806
+ rollOver: string;
5807
+ rollUnder: string;
5808
+ };
5809
+ keno: {
5810
+ autoPick: string;
5811
+ clearTable: string;
5812
+ kenoGameGrid: string;
5813
+ kenoNumber: string;
5009
5814
  selectAtLeastOneTile: string;
5010
5815
  selectTileToAutobet: string;
5011
5816
  };
@@ -5026,13 +5831,13 @@ export declare const translations: {
5026
5831
  tile: string;
5027
5832
  unrevealed: string;
5028
5833
  };
5029
- wheel: {
5030
- segments: string;
5031
- };
5032
5834
  roulette: {
5033
5835
  chipValue: string;
5034
5836
  totalBetAmount: string;
5035
5837
  };
5838
+ wheel: {
5839
+ segments: string;
5840
+ };
5036
5841
  };
5037
5842
  hotkeys: {
5038
5843
  clearBets: string;
@@ -5110,6 +5915,7 @@ export declare const translations: {
5110
5915
  cashOut: string;
5111
5916
  classic: string;
5112
5917
  confirm: string;
5918
+ continue: string;
5113
5919
  copied: string;
5114
5920
  currency: string;
5115
5921
  deposit: string;
@@ -5120,6 +5926,7 @@ export declare const translations: {
5120
5926
  footerNavigation: string;
5121
5927
  gameInfo: string;
5122
5928
  gameName: string;
5929
+ getStarted: string;
5123
5930
  high: string;
5124
5931
  history: string;
5125
5932
  hotkeys: string;
@@ -5200,6 +6007,17 @@ export declare const translations: {
5200
6007
  verifyOutcome: string;
5201
6008
  };
5202
6009
  gameInfo: {
6010
+ blackjack: {
6011
+ how1: string;
6012
+ how2: string;
6013
+ how3: string;
6014
+ how4: string;
6015
+ how5: string;
6016
+ how6: string;
6017
+ overview: string;
6018
+ provablyFair: string;
6019
+ strategyTip: string;
6020
+ };
5203
6021
  baccarat: {
5204
6022
  how1: string;
5205
6023
  how2: string;
@@ -5310,14 +6128,6 @@ export declare const translations: {
5310
6128
  };
5311
6129
  };
5312
6130
  games: {
5313
- baccarat: {
5314
- chipValue: string;
5315
- player: string;
5316
- banker: string;
5317
- tie: string;
5318
- totalBetAmount: string;
5319
- selectChip: string;
5320
- };
5321
6131
  advancedDice: {
5322
6132
  between: string;
5323
6133
  boundsLower: string;
@@ -5328,6 +6138,56 @@ export declare const translations: {
5328
6138
  secondBoundsLower: string;
5329
6139
  secondBoundsUpper: string;
5330
6140
  };
6141
+ baccarat: {
6142
+ chipValue: string;
6143
+ player: string;
6144
+ banker: string;
6145
+ tie: string;
6146
+ totalBetAmount: string;
6147
+ selectChip: string;
6148
+ slowReveal: string;
6149
+ };
6150
+ blackjack: {
6151
+ seats: string;
6152
+ hit: string;
6153
+ stand: string;
6154
+ split: string;
6155
+ double: string;
6156
+ standard: string;
6157
+ sideBet: string;
6158
+ blackjackLabel: string;
6159
+ insuranceLabel: string;
6160
+ blackjackPays: string;
6161
+ insurancePays: string;
6162
+ exactPair: string;
6163
+ coloredPair: string;
6164
+ mixedPair: string;
6165
+ suitedTrips: string;
6166
+ straightFlush: string;
6167
+ threeOfAKind: string;
6168
+ straight: string;
6169
+ flush: string;
6170
+ sideBetPairBonus: string;
6171
+ sideBetThreeCardBonus: string;
6172
+ sideBetOnboarding: {
6173
+ step1Title: string;
6174
+ step1Body: string;
6175
+ step2Title: string;
6176
+ step2Body: string;
6177
+ step3Title: string;
6178
+ step3Body: string;
6179
+ step4Title: string;
6180
+ step4Body: string;
6181
+ openingCardsOnly: string;
6182
+ separateFromMainHand: string;
6183
+ pairBonusCards: string;
6184
+ threeCardBonusCards: string;
6185
+ pairBonusResults: string;
6186
+ threeCardBonusResults: string;
6187
+ };
6188
+ buyInsurance: string;
6189
+ noInsurance: string;
6190
+ };
5331
6191
  dice: {
5332
6192
  rollOver: string;
5333
6193
  rollUnder: string;
@@ -5357,13 +6217,13 @@ export declare const translations: {
5357
6217
  tile: string;
5358
6218
  unrevealed: string;
5359
6219
  };
5360
- wheel: {
5361
- segments: string;
5362
- };
5363
6220
  roulette: {
5364
6221
  chipValue: string;
5365
6222
  totalBetAmount: string;
5366
6223
  };
6224
+ wheel: {
6225
+ segments: string;
6226
+ };
5367
6227
  };
5368
6228
  hotkeys: {
5369
6229
  clearBets: string;
@@ -5441,6 +6301,7 @@ export declare const translations: {
5441
6301
  cashOut: string;
5442
6302
  classic: string;
5443
6303
  confirm: string;
6304
+ continue: string;
5444
6305
  copied: string;
5445
6306
  currency: string;
5446
6307
  deposit: string;
@@ -5451,6 +6312,7 @@ export declare const translations: {
5451
6312
  footerNavigation: string;
5452
6313
  gameInfo: string;
5453
6314
  gameName: string;
6315
+ getStarted: string;
5454
6316
  high: string;
5455
6317
  history: string;
5456
6318
  hotkeys: string;
@@ -5531,6 +6393,17 @@ export declare const translations: {
5531
6393
  verifyOutcome: string;
5532
6394
  };
5533
6395
  gameInfo: {
6396
+ blackjack: {
6397
+ how1: string;
6398
+ how2: string;
6399
+ how3: string;
6400
+ how4: string;
6401
+ how5: string;
6402
+ how6: string;
6403
+ overview: string;
6404
+ provablyFair: string;
6405
+ strategyTip: string;
6406
+ };
5534
6407
  baccarat: {
5535
6408
  how1: string;
5536
6409
  how2: string;
@@ -5641,14 +6514,6 @@ export declare const translations: {
5641
6514
  };
5642
6515
  };
5643
6516
  games: {
5644
- baccarat: {
5645
- chipValue: string;
5646
- player: string;
5647
- banker: string;
5648
- tie: string;
5649
- totalBetAmount: string;
5650
- selectChip: string;
5651
- };
5652
6517
  advancedDice: {
5653
6518
  between: string;
5654
6519
  boundsLower: string;
@@ -5659,6 +6524,56 @@ export declare const translations: {
5659
6524
  secondBoundsLower: string;
5660
6525
  secondBoundsUpper: string;
5661
6526
  };
6527
+ baccarat: {
6528
+ chipValue: string;
6529
+ player: string;
6530
+ banker: string;
6531
+ tie: string;
6532
+ totalBetAmount: string;
6533
+ selectChip: string;
6534
+ slowReveal: string;
6535
+ };
6536
+ blackjack: {
6537
+ seats: string;
6538
+ hit: string;
6539
+ stand: string;
6540
+ split: string;
6541
+ double: string;
6542
+ standard: string;
6543
+ sideBet: string;
6544
+ blackjackLabel: string;
6545
+ insuranceLabel: string;
6546
+ blackjackPays: string;
6547
+ insurancePays: string;
6548
+ exactPair: string;
6549
+ coloredPair: string;
6550
+ mixedPair: string;
6551
+ suitedTrips: string;
6552
+ straightFlush: string;
6553
+ threeOfAKind: string;
6554
+ straight: string;
6555
+ flush: string;
6556
+ sideBetPairBonus: string;
6557
+ sideBetThreeCardBonus: string;
6558
+ sideBetOnboarding: {
6559
+ step1Title: string;
6560
+ step1Body: string;
6561
+ step2Title: string;
6562
+ step2Body: string;
6563
+ step3Title: string;
6564
+ step3Body: string;
6565
+ step4Title: string;
6566
+ step4Body: string;
6567
+ openingCardsOnly: string;
6568
+ separateFromMainHand: string;
6569
+ pairBonusCards: string;
6570
+ threeCardBonusCards: string;
6571
+ pairBonusResults: string;
6572
+ threeCardBonusResults: string;
6573
+ };
6574
+ buyInsurance: string;
6575
+ noInsurance: string;
6576
+ };
5662
6577
  dice: {
5663
6578
  rollOver: string;
5664
6579
  rollUnder: string;
@@ -5688,13 +6603,13 @@ export declare const translations: {
5688
6603
  tile: string;
5689
6604
  unrevealed: string;
5690
6605
  };
5691
- wheel: {
5692
- segments: string;
5693
- };
5694
6606
  roulette: {
5695
6607
  chipValue: string;
5696
6608
  totalBetAmount: string;
5697
6609
  };
6610
+ wheel: {
6611
+ segments: string;
6612
+ };
5698
6613
  };
5699
6614
  hotkeys: {
5700
6615
  clearBets: string;
@@ -5913,7 +6828,6 @@ export type gameContextType = {
5913
6828
  customPlinkoEdgeColor: string | null;
5914
6829
  customPlinkoCenterColor: string | null;
5915
6830
  customBaccaratBackgroundSvgUrl: string | null;
5916
- customBaccaratCardBackSvgUrl: string | null;
5917
6831
  baccaratPreventOppositeBets: boolean;
5918
6832
  customLimboBackgroundSvgUrl: string | null;
5919
6833
  customWheelBackgroundSvgUrl: string | null;
@@ -5922,6 +6836,8 @@ export type gameContextType = {
5922
6836
  customDiamondsBackgroundSvgUrl: string | null;
5923
6837
  customBlackjackBackgroundSvgUrl: string | null;
5924
6838
  customCardBackSvgUrl: string | null;
6839
+ customCardRedColor: string | null;
6840
+ customCardBlackColor: string | null;
5925
6841
  customFooterLobbySvgUrl: string | null;
5926
6842
  customFooterVolumeSvgUrl: string | null;
5927
6843
  customFooterGameInfoSvgUrl: string | null;
@@ -5974,7 +6890,6 @@ export declare class GameProviderWrapper extends OrigamiElement {
5974
6890
  customPlinkoEdgeColor: string | null;
5975
6891
  customPlinkoCenterColor: string | null;
5976
6892
  customBaccaratBackgroundSvgUrl: string | null;
5977
- customBaccaratCardBackSvgUrl: string | null;
5978
6893
  baccaratPreventOppositeBets: boolean;
5979
6894
  customLimboBackgroundSvgUrl: string | null;
5980
6895
  customWheelBackgroundSvgUrl: string | null;
@@ -5983,6 +6898,8 @@ export declare class GameProviderWrapper extends OrigamiElement {
5983
6898
  customDiamondsBackgroundSvgUrl: string | null;
5984
6899
  customBlackjackBackgroundSvgUrl: string | null;
5985
6900
  customCardBackSvgUrl: string | null;
6901
+ customCardRedColor: string | null;
6902
+ customCardBlackColor: string | null;
5986
6903
  customFooterLobbySvgUrl: string | null;
5987
6904
  customFooterVolumeSvgUrl: string | null;
5988
6905
  customFooterGameInfoSvgUrl: string | null;
@@ -6121,19 +7038,6 @@ declare const plinkoRowCountOptions: readonly [
6121
7038
  16
6122
7039
  ];
6123
7040
  export type PlinkoRowCount = (typeof plinkoRowCountOptions)[number];
6124
- export type BetMode = "Manual" | "Auto";
6125
- export type AfterBetEffect = "Reset" | "Increase";
6126
- export type AutobetValues = {
6127
- onWinPercentage: string;
6128
- onLossPercentage: string;
6129
- stopOnProfit: string;
6130
- stopOnLoss: string;
6131
- onLossStrategy: AfterBetEffect;
6132
- onWinStrategy: AfterBetEffect;
6133
- };
6134
- export type AutobetEventPayload = AutobetValues & {
6135
- numberOfBets: string;
6136
- };
6137
7041
  declare enum KenoRiskLevel {
6138
7042
  CLASSIC = "CLASSIC",
6139
7043
  LOW_RISK = "LOW_RISK",
@@ -6148,61 +7052,6 @@ declare const VALID_KENO_EDGES: readonly [
6148
7052
  8
6149
7053
  ];
6150
7054
  export type KenoEdge = (typeof VALID_KENO_EDGES)[number];
6151
- export type AutobetToggleEvent = CustomEvent<AutobetEventPayload>;
6152
- export type LimboMultiplierChangeEvent = CustomEvent<{
6153
- multiplier: string;
6154
- }>;
6155
- export type LimboMultiplierAnimationEndEvent = CustomEvent<{
6156
- resultMultiplier: number;
6157
- isWin: boolean;
6158
- betId: string;
6159
- }>;
6160
- export type KenoRiskChangeEvent = CustomEvent<{
6161
- value: KenoRiskLevel;
6162
- }>;
6163
- export type KenoTileClickEvent = CustomEvent<{
6164
- tile: number;
6165
- }>;
6166
- export type AutobetSettingsWithId = AutobetEventPayload & {
6167
- autobetId: string;
6168
- betIndex: number;
6169
- pnlSinceStart: string;
6170
- };
6171
- export interface GameBetResult {
6172
- pnl: Big$1;
6173
- gameOutcome: "Win" | "Loss" | "Draw";
6174
- hasError: boolean;
6175
- errorMessage?: string;
6176
- }
6177
- declare abstract class GameComponent extends OrigamiElement {
6178
- protected manualOrAuto: BetMode;
6179
- protected hasPendingBet: boolean;
6180
- protected autobetInProgress: boolean;
6181
- protected autobetStopping: boolean;
6182
- static styles: import("lit").CSSResult[];
6183
- protected onBetAmountChange: (_oldBetAmount: string, _newBetAmount: string) => void;
6184
- private gameConsumer;
6185
- get gameData(): gameContextType;
6186
- get isDemoMode(): boolean;
6187
- get isToggleDisabled(): boolean;
6188
- get areInputsDisabled(): boolean;
6189
- protected getDelay(normalDelay: number): number;
6190
- protected getAutobetDelay(): number;
6191
- protected forceUIUpdate(): Promise<void>;
6192
- protected executeInstantOrAnimated<T>(instantOperation: () => Promise<T> | T, animatedOperation: () => Promise<T> | T): Promise<T>;
6193
- /**
6194
- * @deprecated Use sleep instead
6195
- */
6196
- protected ensureMinimumDisplayTime(hasWin?: boolean, winDisplayTime?: number, lossDisplayTime?: number): Promise<void>;
6197
- disconnectedCallback(): void;
6198
- toggleAutobet(event: AutobetToggleEvent): Promise<void>;
6199
- protected abstract executeAutobet(autobetSettings: AutobetSettingsWithId, currentBetAmount: string): Promise<GameBetResult>;
6200
- protected adjustBetAmount(autobetSettings: AutobetSettingsWithId, gameOutcome: "Win" | "Loss" | "Draw", originalBetAmount: string, currentBetAmount: string): string;
6201
- protected isPnLWithinLimits(autobetSettings: AutobetSettingsWithId, totalPnL: Big$1): boolean;
6202
- protected updateHistoryWithBet(betResult: NewHistoryItem): void;
6203
- protected showError(message: string): void;
6204
- protected playWinFeedback(): void;
6205
- }
6206
7055
  declare enum OrigamiActionType {
6207
7056
  START_BET = "START_BET",// bet started but not yet ended send to the /bet webhook
6208
7057
  END_BET = "END_BET",// bet has been completed. Can be started and ended in 1 webhook or started in 1 and ended in another. send to the /bet webhook
@@ -6210,6 +7059,18 @@ declare enum OrigamiActionType {
6210
7059
  INTERMEDIATE_BET_ACTION = "INTERMEDIATE_BET_ACTION",// bet amount was increased without game ending, such as doubling down in blackjack
6211
7060
  INTERMEDIATE_NON_BET_ACTION = "INTERMEDIATE_NON_BET_ACTION"
6212
7061
  }
7062
+ export type AfterBetEffect = "Reset" | "Increase";
7063
+ export type AutobetValues = {
7064
+ onWinPercentage: string;
7065
+ onLossPercentage: string;
7066
+ stopOnProfit: string;
7067
+ stopOnLoss: string;
7068
+ onLossStrategy: AfterBetEffect;
7069
+ onWinStrategy: AfterBetEffect;
7070
+ };
7071
+ export type AutobetEventPayload = AutobetValues & {
7072
+ numberOfBets: string;
7073
+ };
6213
7074
  export type DiceStartAction = {
6214
7075
  direction: DiceDirection;
6215
7076
  selectedValue: number;
@@ -6403,6 +7264,76 @@ export interface BaseStartArgs {
6403
7264
  autobetSettings?: AutobetApiSettings;
6404
7265
  };
6405
7266
  }
7267
+ export type UIDealerCard = Card & {
7268
+ faceDown?: boolean;
7269
+ };
7270
+ export type BlackjackVisibleState = {
7271
+ stage: "idle" | "dealing" | "insurance" | "player" | "dealer" | "settled";
7272
+ dealerCards: UIDealerCard[];
7273
+ playerHands: Card[][];
7274
+ activeHandIndex: number;
7275
+ resultMultiplier: number | null;
7276
+ mainHandOutcome: BlackjackOutcome | null;
7277
+ splitHandOutcome: BlackjackOutcome | null;
7278
+ insuranceOutcome: InsuranceOutcome | null;
7279
+ isActing: boolean;
7280
+ };
7281
+ export type BetMode = "Manual" | "Auto";
7282
+ export type AutobetToggleEvent = CustomEvent<AutobetEventPayload>;
7283
+ export type LimboMultiplierChangeEvent = CustomEvent<{
7284
+ multiplier: string;
7285
+ }>;
7286
+ export type LimboMultiplierAnimationEndEvent = CustomEvent<{
7287
+ resultMultiplier: number;
7288
+ isWin: boolean;
7289
+ betId: string;
7290
+ }>;
7291
+ export type KenoRiskChangeEvent = CustomEvent<{
7292
+ value: KenoRiskLevel;
7293
+ }>;
7294
+ export type KenoTileClickEvent = CustomEvent<{
7295
+ tile: number;
7296
+ }>;
7297
+ export type AutobetSettingsWithId = AutobetEventPayload & {
7298
+ autobetId: string;
7299
+ betIndex: number;
7300
+ pnlSinceStart: string;
7301
+ };
7302
+ export interface GameBetResult {
7303
+ pnl: Big$1;
7304
+ gameOutcome: "Win" | "Loss" | "Draw";
7305
+ hasError: boolean;
7306
+ errorMessage?: string;
7307
+ }
7308
+ declare abstract class GameComponent extends OrigamiElement {
7309
+ protected manualOrAuto: BetMode;
7310
+ protected hasPendingBet: boolean;
7311
+ protected autobetInProgress: boolean;
7312
+ protected autobetStopping: boolean;
7313
+ static styles: import("lit").CSSResult[];
7314
+ protected onBetAmountChange: (_oldBetAmount: string, _newBetAmount: string) => void;
7315
+ private gameConsumer;
7316
+ get gameData(): gameContextType;
7317
+ get isDemoMode(): boolean;
7318
+ get isToggleDisabled(): boolean;
7319
+ get areInputsDisabled(): boolean;
7320
+ protected getDelay(normalDelay: number): number;
7321
+ protected getAutobetDelay(): number;
7322
+ protected forceUIUpdate(): Promise<void>;
7323
+ protected executeInstantOrAnimated<T>(instantOperation: () => Promise<T> | T, animatedOperation: () => Promise<T> | T): Promise<T>;
7324
+ /**
7325
+ * @deprecated Use sleep instead
7326
+ */
7327
+ protected ensureMinimumDisplayTime(hasWin?: boolean, winDisplayTime?: number, lossDisplayTime?: number): Promise<void>;
7328
+ disconnectedCallback(): void;
7329
+ toggleAutobet(event: AutobetToggleEvent): Promise<void>;
7330
+ protected abstract executeAutobet(autobetSettings: AutobetSettingsWithId, currentBetAmount: string): Promise<GameBetResult>;
7331
+ protected adjustBetAmount(autobetSettings: AutobetSettingsWithId, gameOutcome: "Win" | "Loss" | "Draw", originalBetAmount: string, currentBetAmount: string): string;
7332
+ protected isPnLWithinLimits(autobetSettings: AutobetSettingsWithId, totalPnL: Big$1): boolean;
7333
+ protected updateHistoryWithBet(betResult: NewHistoryItem): void;
7334
+ protected showError(message: string): void;
7335
+ protected playWinFeedback(): void;
7336
+ }
6406
7337
  export declare class DiceGame extends GameComponent {
6407
7338
  static styles: import("lit").CSSResult[];
6408
7339
  private diceDirection;
@@ -6900,6 +7831,7 @@ export declare class BaccaratGame extends ChipTableGameComponent {
6900
7831
  private betId;
6901
7832
  private payout;
6902
7833
  private instantModeForCurrentBet;
7834
+ private slowRevealEnabled;
6903
7835
  /** The current game round - passed to BaccaratContent for rendering */
6904
7836
  private currentRound;
6905
7837
  private _baccaratManualEl?;
@@ -6908,8 +7840,10 @@ export declare class BaccaratGame extends ChipTableGameComponent {
6908
7840
  get baccaratApi(): BaccaratApi | MockBaccaratApi;
6909
7841
  get isToggleDisabled(): boolean;
6910
7842
  get areInputsDisabled(): boolean;
7843
+ private get isSlowRevealActive();
6911
7844
  protected isMaxPayoutExceeded(chipEvents: ChipEvent[]): boolean;
6912
7845
  private handleGridClick;
7846
+ private handleSlowRevealChange;
6913
7847
  private resetRound;
6914
7848
  onManualOrAutoChange(): void;
6915
7849
  private addToHistory;
@@ -6922,153 +7856,122 @@ export declare class BaccaratGame extends ChipTableGameComponent {
6922
7856
  protected executeAutobet(_autobetSettings: AutobetSettingsWithId, _currentBetAmount: string): Promise<GameBetResult>;
6923
7857
  render(): import("lit-html").TemplateResult<1>;
6924
7858
  }
7859
+ declare enum ErrorCode {
7860
+ INSUFFICIENT_BALANCE = "INSUFFICIENT_BALANCE",
7861
+ LIMIT_REACHED = "LIMIT_REACHED",
7862
+ UNKNOWN = "UNKNOWN"
7863
+ }
7864
+ export type ErrorBetResult = {
7865
+ readonly success: false;
7866
+ readonly errorCode: ErrorCode;
7867
+ };
6925
7868
  export type BlackjackStartArgs = {
6926
7869
  currency: Currency;
6927
- amount: string;
7870
+ mainBetAmount: string;
7871
+ pairBonusAmount?: string;
7872
+ threeCardBonusAmount?: string;
6928
7873
  };
6929
7874
  export type BlackjackNextArgs = {
6930
7875
  betId: string;
6931
- type: "BLACKJACK_HIT" | "BLACKJACK_STAND";
7876
+ type: BlackjackActionType;
6932
7877
  };
6933
- declare class BlackjackApi {
6934
- private authToken;
6935
- private baseUrl;
6936
- constructor(authToken: string, baseUrl: string);
6937
- startBet(data: BlackjackStartArgs): Promise<{
6938
- success: true;
6939
- data: BetResult;
6940
- error?: undefined;
6941
- } | {
6942
- success: false;
6943
- error: string;
6944
- data?: undefined;
6945
- }>;
6946
- next(data: BlackjackNextArgs): Promise<{
6947
- success: true;
6948
- data: BetResult;
6949
- error?: undefined;
6950
- } | {
6951
- success: false;
6952
- error: string;
6953
- data?: undefined;
6954
- }>;
6955
- getActiveBet(): Promise<{
6956
- success: false;
6957
- error: string;
6958
- data?: undefined;
6959
- } | {
6960
- success: true;
6961
- data: BetResult;
6962
- error?: undefined;
6963
- }>;
6964
- }
6965
- declare class MockBlackjackApi {
6966
- private static activeBet;
6967
- private static previousPlayResults;
6968
- private static cardSequence;
6969
- private static betAmount;
6970
- private static betCurrency;
6971
- startBet(data: BlackjackStartArgs): Promise<{
6972
- success: true;
6973
- data: BetResult;
6974
- }>;
6975
- next(data: BlackjackNextArgs): Promise<{
6976
- success: false;
6977
- error: string;
6978
- data?: undefined;
6979
- } | {
6980
- success: true;
6981
- data: BetResult;
6982
- error?: undefined;
6983
- }>;
6984
- getActiveBet(): Promise<{
6985
- success: false;
6986
- error: string;
6987
- data?: undefined;
6988
- } | {
6989
- success: true;
6990
- data: BetResult;
6991
- error?: undefined;
6992
- }>;
7878
+ export type BlackjackStartResult = {
7879
+ success: true;
7880
+ data: BetResult;
7881
+ } | ErrorBetResult;
7882
+ export type BlackjackNextResult = {
7883
+ success: true;
7884
+ data: BetResult;
7885
+ } | ErrorBetResult;
7886
+ export type BlackjackGetActiveBetResult = {
7887
+ success: true;
7888
+ data: BetResult | null;
7889
+ } | ErrorBetResult;
7890
+ export interface IBlackjackApi {
7891
+ startBet(data: BlackjackStartArgs): Promise<BlackjackStartResult>;
7892
+ next(data: BlackjackNextArgs): Promise<BlackjackNextResult>;
7893
+ getActiveBet(): Promise<BlackjackGetActiveBetResult>;
6993
7894
  }
6994
7895
  export declare class BlackjackGame extends GameComponent {
6995
7896
  static styles: import("lit").CSSResult[];
6996
- private isManualPlaying;
6997
- private resultMultiplier;
7897
+ canonicalState: BlackjackState | null;
7898
+ visibleState: BlackjackVisibleState;
6998
7899
  private history;
6999
- private stage;
7000
- private dealerCards;
7001
- private playerHands;
7002
- private activeHandIndex;
7003
- private controlsLocked;
7004
- private suppressNextContentAnimations;
7005
- private sideBetMode;
7006
- private perfectPairsAmount;
7007
- private twentyOnePlusThreeAmount;
7008
- private betData;
7009
- private actionBusy;
7010
- private insuranceBetAmount;
7011
- private isSplitRound;
7012
- private currentBetAmount;
7900
+ controlsLocked: boolean;
7901
+ private _loadingAction;
7902
+ suppressNextContentAnimations: boolean;
7903
+ sideBetMode: boolean;
7904
+ pairBonusAmount: string;
7905
+ threeCardBonusAmount: string;
7906
+ sideBetResults: SideBetResults | null;
7907
+ private showSideBetOnboarding;
7908
+ currentBetId: string | null;
7909
+ currentMainBetAmount: string;
7013
7910
  private _blackjackManualEl?;
7911
+ private readonly animationController;
7912
+ private readonly actionHandlers;
7913
+ private readonly betController;
7914
+ private hasTrackedSessionConfig;
7915
+ private previousAuthToken;
7916
+ private previousBaseUrl;
7917
+ get activeHand(): Card[];
7918
+ get playerHandsForContent(): Card[][];
7919
+ get activeHandIndexForContent(): number;
7920
+ get isGameActive(): boolean;
7014
7921
  get isToggleDisabled(): boolean;
7015
7922
  get areInputsDisabled(): boolean;
7016
- get blackjackApi(): BlackjackApi | MockBlackjackApi;
7923
+ private get totalBetExceedsBalance();
7924
+ private get sidebarMode();
7925
+ private readonly _getBlackjackApi;
7926
+ getBlackjackApi(): IBlackjackApi;
7927
+ constructor();
7928
+ setCanonicalState(state: BlackjackState | null): void;
7929
+ setVisibleState(state: BlackjackVisibleState): void;
7930
+ updateVisibleState(partial: Partial<BlackjackVisibleState>): void;
7017
7931
  private addToHistory;
7932
+ withOptimisticBalanceDeduction<T>(deductionAmount: string, action: () => Promise<T>): Promise<T>;
7933
+ private runWithLockedControls;
7018
7934
  firstUpdated(changedProperties: Map<string | number | symbol, unknown>): Promise<void>;
7019
- private checkForActiveSession;
7020
- private addPlayerCard;
7021
- private addDealerCard;
7022
- private handleBetExecution;
7935
+ protected updated(changedProperties: Map<string | number | symbol, unknown>): void;
7936
+ getBlackjackActiveBet(): Promise<void>;
7937
+ addPlayerCardToHand(handIndex: number, card: Card): string;
7938
+ addDealerCard(card: UIDealerCard): string;
7939
+ updateDealerCard(index: number, card: UIDealerCard, faceDown: boolean): void;
7940
+ setSuppressAnimations(value: boolean): void;
7941
+ setSideBetResults(value: SideBetResults | null): void;
7942
+ revertToStandardModeIfNoSideBets(): void;
7943
+ finishRound(betData: BetResult): Promise<void>;
7944
+ executeNextAction(type: BlackjackActionType): Promise<BetResult | null>;
7023
7945
  blackjackPlay(): Promise<void>;
7024
7946
  protected executeAutobet(_autobetSettings: AutobetSettingsWithId, _currentBetAmount: string): Promise<GameBetResult>;
7025
- private playDealSound;
7026
- private playFlipSound;
7027
- private revealDealerHole;
7028
- private revealDealerCards;
7029
- private finishRound;
7030
- private waitForAllCardsToBeIdle;
7031
- private accumulateBetActions;
7032
- private executeNextAction;
7947
+ triggerForceUIUpdate(): Promise<void>;
7948
+ triggerShowError(error: string): void;
7949
+ setHasPendingBet(value: boolean): void;
7950
+ private canAffordAction;
7951
+ private canPerformAction;
7033
7952
  private onBuyInsurance;
7034
7953
  private onDeclineInsurance;
7035
- private afterInsuranceDecision;
7036
- private onHit;
7037
- private onStand;
7038
- private onSplit;
7039
- private advanceSplitHand;
7040
- private dealerPlaySplitRound;
7041
- private finishSplitRound;
7042
- private handBestValue;
7043
- private randomUICard;
7044
- private cardValueForSplit;
7045
- private settleSideBets;
7046
- private evaluatePerfectPairs;
7047
- private evaluateTwentyOnePlusThree;
7048
- private onBetModeChange;
7049
- private onPerfectPairsAmountChange;
7050
- private onTwentyOnePlusThreeAmountChange;
7051
- private onCardFlip;
7052
- private waitForCardDealComplete;
7053
- private get canInteract();
7054
- private get canHit();
7055
- private get canStand();
7056
- private get canDouble();
7057
- private get canSplit();
7954
+ private handleHit;
7955
+ private handleStand;
7956
+ private handleDoubleDown;
7957
+ private handleSplit;
7058
7958
  private isSpacebarDisabled;
7059
- private handleSpacebar;
7060
7959
  private isHitDisabled;
7061
- private handleHit;
7062
7960
  private isStandDisabled;
7063
- private handleStand;
7064
7961
  private isSplitDisabled;
7065
- private handleSplit;
7066
7962
  private isDoubleDisabled;
7067
7963
  private isAcceptInsuranceDisabled;
7068
- private handleAcceptInsurance;
7069
7964
  private isNoInsuranceDisabled;
7965
+ private handleAcceptInsurance;
7070
7966
  private handleNoInsurance;
7071
- constructor();
7967
+ private handleSpacebar;
7968
+ private onBetModeChange;
7969
+ private get sideBetOnboardingComplete();
7970
+ private handleSideBetOnboardingComplete;
7971
+ private onPairBonusAmountChange;
7972
+ private onThreeCardBonusAmountChange;
7973
+ private onDealSound;
7974
+ private onCardFlip;
7072
7975
  render(): import("lit-html").TemplateResult<1>;
7073
7976
  }
7074
7977