@betorigami/games 1.6.2 → 1.8.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.
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +382 -373
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3790,6 +3790,7 @@ export type gameContextType = {
|
|
|
3790
3790
|
edge: number;
|
|
3791
3791
|
footerPosition: "ABOVE" | "BELOW";
|
|
3792
3792
|
logoUrl: string | null;
|
|
3793
|
+
customMinesGemSvgUrl: string | null;
|
|
3793
3794
|
};
|
|
3794
3795
|
declare const gameContext: {
|
|
3795
3796
|
__context__: gameContextType;
|
|
@@ -3807,6 +3808,7 @@ export declare class GameProviderWrapper extends OrigamiElement {
|
|
|
3807
3808
|
minBet: number | null;
|
|
3808
3809
|
maxBet: number | null;
|
|
3809
3810
|
edge: number;
|
|
3811
|
+
customMinesGemSvgUrl: string | null;
|
|
3810
3812
|
showCurrencyAsText: boolean;
|
|
3811
3813
|
footerPosition: "ABOVE" | "BELOW";
|
|
3812
3814
|
logoUrl: string | null;
|