@betorigami/games 1.4.21 → 1.4.23
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.
- package/dist/index.d.ts +32 -0
- package/dist/index.mjs +474 -470
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -218,6 +218,8 @@ export declare const translations: {
|
|
|
218
218
|
};
|
|
219
219
|
rtpTitle: string;
|
|
220
220
|
rtpContent: string;
|
|
221
|
+
limitTitle: string;
|
|
222
|
+
limitContent: string;
|
|
221
223
|
strategyTitle: string;
|
|
222
224
|
tutorial: string;
|
|
223
225
|
};
|
|
@@ -438,6 +440,8 @@ export declare const translations: {
|
|
|
438
440
|
};
|
|
439
441
|
rtpTitle: string;
|
|
440
442
|
rtpContent: string;
|
|
443
|
+
limitTitle: string;
|
|
444
|
+
limitContent: string;
|
|
441
445
|
strategyTitle: string;
|
|
442
446
|
tutorial: string;
|
|
443
447
|
};
|
|
@@ -658,6 +662,8 @@ export declare const translations: {
|
|
|
658
662
|
};
|
|
659
663
|
rtpTitle: string;
|
|
660
664
|
rtpContent: string;
|
|
665
|
+
limitTitle: string;
|
|
666
|
+
limitContent: string;
|
|
661
667
|
strategyTitle: string;
|
|
662
668
|
tutorial: string;
|
|
663
669
|
};
|
|
@@ -878,6 +884,8 @@ export declare const translations: {
|
|
|
878
884
|
};
|
|
879
885
|
rtpTitle: string;
|
|
880
886
|
rtpContent: string;
|
|
887
|
+
limitTitle: string;
|
|
888
|
+
limitContent: string;
|
|
881
889
|
strategyTitle: string;
|
|
882
890
|
tutorial: string;
|
|
883
891
|
};
|
|
@@ -1098,6 +1106,8 @@ export declare const translations: {
|
|
|
1098
1106
|
};
|
|
1099
1107
|
rtpTitle: string;
|
|
1100
1108
|
rtpContent: string;
|
|
1109
|
+
limitTitle: string;
|
|
1110
|
+
limitContent: string;
|
|
1101
1111
|
strategyTitle: string;
|
|
1102
1112
|
tutorial: string;
|
|
1103
1113
|
};
|
|
@@ -1318,6 +1328,8 @@ export declare const translations: {
|
|
|
1318
1328
|
};
|
|
1319
1329
|
rtpTitle: string;
|
|
1320
1330
|
rtpContent: string;
|
|
1331
|
+
limitTitle: string;
|
|
1332
|
+
limitContent: string;
|
|
1321
1333
|
strategyTitle: string;
|
|
1322
1334
|
tutorial: string;
|
|
1323
1335
|
};
|
|
@@ -1538,6 +1550,8 @@ export declare const translations: {
|
|
|
1538
1550
|
};
|
|
1539
1551
|
rtpTitle: string;
|
|
1540
1552
|
rtpContent: string;
|
|
1553
|
+
limitTitle: string;
|
|
1554
|
+
limitContent: string;
|
|
1541
1555
|
strategyTitle: string;
|
|
1542
1556
|
tutorial: string;
|
|
1543
1557
|
};
|
|
@@ -1758,6 +1772,8 @@ export declare const translations: {
|
|
|
1758
1772
|
};
|
|
1759
1773
|
rtpTitle: string;
|
|
1760
1774
|
rtpContent: string;
|
|
1775
|
+
limitTitle: string;
|
|
1776
|
+
limitContent: string;
|
|
1761
1777
|
strategyTitle: string;
|
|
1762
1778
|
tutorial: string;
|
|
1763
1779
|
};
|
|
@@ -1978,6 +1994,8 @@ export declare const translations: {
|
|
|
1978
1994
|
};
|
|
1979
1995
|
rtpTitle: string;
|
|
1980
1996
|
rtpContent: string;
|
|
1997
|
+
limitTitle: string;
|
|
1998
|
+
limitContent: string;
|
|
1981
1999
|
strategyTitle: string;
|
|
1982
2000
|
tutorial: string;
|
|
1983
2001
|
};
|
|
@@ -2198,6 +2216,8 @@ export declare const translations: {
|
|
|
2198
2216
|
};
|
|
2199
2217
|
rtpTitle: string;
|
|
2200
2218
|
rtpContent: string;
|
|
2219
|
+
limitTitle: string;
|
|
2220
|
+
limitContent: string;
|
|
2201
2221
|
strategyTitle: string;
|
|
2202
2222
|
tutorial: string;
|
|
2203
2223
|
};
|
|
@@ -2418,6 +2438,8 @@ export declare const translations: {
|
|
|
2418
2438
|
};
|
|
2419
2439
|
rtpTitle: string;
|
|
2420
2440
|
rtpContent: string;
|
|
2441
|
+
limitTitle: string;
|
|
2442
|
+
limitContent: string;
|
|
2421
2443
|
strategyTitle: string;
|
|
2422
2444
|
tutorial: string;
|
|
2423
2445
|
};
|
|
@@ -2638,6 +2660,8 @@ export declare const translations: {
|
|
|
2638
2660
|
};
|
|
2639
2661
|
rtpTitle: string;
|
|
2640
2662
|
rtpContent: string;
|
|
2663
|
+
limitTitle: string;
|
|
2664
|
+
limitContent: string;
|
|
2641
2665
|
strategyTitle: string;
|
|
2642
2666
|
tutorial: string;
|
|
2643
2667
|
};
|
|
@@ -2858,6 +2882,8 @@ export declare const translations: {
|
|
|
2858
2882
|
};
|
|
2859
2883
|
rtpTitle: string;
|
|
2860
2884
|
rtpContent: string;
|
|
2885
|
+
limitTitle: string;
|
|
2886
|
+
limitContent: string;
|
|
2861
2887
|
strategyTitle: string;
|
|
2862
2888
|
tutorial: string;
|
|
2863
2889
|
};
|
|
@@ -3078,6 +3104,8 @@ export declare const translations: {
|
|
|
3078
3104
|
};
|
|
3079
3105
|
rtpTitle: string;
|
|
3080
3106
|
rtpContent: string;
|
|
3107
|
+
limitTitle: string;
|
|
3108
|
+
limitContent: string;
|
|
3081
3109
|
strategyTitle: string;
|
|
3082
3110
|
tutorial: string;
|
|
3083
3111
|
};
|
|
@@ -3298,6 +3326,8 @@ export declare const translations: {
|
|
|
3298
3326
|
};
|
|
3299
3327
|
rtpTitle: string;
|
|
3300
3328
|
rtpContent: string;
|
|
3329
|
+
limitTitle: string;
|
|
3330
|
+
limitContent: string;
|
|
3301
3331
|
strategyTitle: string;
|
|
3302
3332
|
tutorial: string;
|
|
3303
3333
|
};
|
|
@@ -3518,6 +3548,8 @@ export declare const translations: {
|
|
|
3518
3548
|
};
|
|
3519
3549
|
rtpTitle: string;
|
|
3520
3550
|
rtpContent: string;
|
|
3551
|
+
limitTitle: string;
|
|
3552
|
+
limitContent: string;
|
|
3521
3553
|
strategyTitle: string;
|
|
3522
3554
|
tutorial: string;
|
|
3523
3555
|
};
|