@betorigami/games 2.7.2 → 2.7.4

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 CHANGED
@@ -7122,6 +7122,7 @@ export type gameContextType = {
7122
7122
  customWheelCenterPadding: number | null;
7123
7123
  customDiamondsBackgroundSvgUrl: string | null;
7124
7124
  customBlackjackBackgroundSvgUrl: string | null;
7125
+ customBlitzBackgroundSvgUrl: string | null;
7125
7126
  blitzMinPickCount: number | null;
7126
7127
  blitzMaxPickCount: number | null;
7127
7128
  customCardBackSvgUrl: string | null;
@@ -7186,6 +7187,7 @@ export declare class GameProviderWrapper extends OrigamiElement {
7186
7187
  customWheelCenterPadding: number | null;
7187
7188
  customDiamondsBackgroundSvgUrl: string | null;
7188
7189
  customBlackjackBackgroundSvgUrl: string | null;
7190
+ customBlitzBackgroundSvgUrl: string | null;
7189
7191
  blitzMinPickCount: number | null;
7190
7192
  blitzMaxPickCount: number | null;
7191
7193
  customCardBackSvgUrl: string | null;