livevegas-ui-kit 1.0.197 → 1.0.198

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.
@@ -39,5 +39,6 @@ export interface IToLobby {
39
39
  errorCode?: ERRORS_TYPES;
40
40
  tournamentData: TournamentData;
41
41
  gameType?: number;
42
+ maxPayOut: number;
42
43
  }
43
- export declare const MobileMenu: ({ name, round, partnerId, socket, urlParam, messages, historyData, onSendMessage, tournamentData, isTournamentActive, chipAmounts, messagesSupport, onSendMessageSupport, isLandscape, streamVolume, balance, currencyId, effectsVolume, setEffectsVolume, setStreamVolume, getHistory, limits, sendTip, handleStreamQualityChange, streamQuality, nickNameChange, nickName, dealerName, errorCode, gameType }: IToLobby) => import("react/jsx-runtime").JSX.Element;
44
+ export declare const MobileMenu: ({ name, round, partnerId, socket, urlParam, messages, historyData, onSendMessage, tournamentData, isTournamentActive, chipAmounts, messagesSupport, onSendMessageSupport, isLandscape, streamVolume, balance, currencyId, effectsVolume, setEffectsVolume, setStreamVolume, getHistory, limits, sendTip, handleStreamQualityChange, streamQuality, nickNameChange, nickName, dealerName, errorCode, gameType, maxPayOut, }: IToLobby) => import("react/jsx-runtime").JSX.Element;
@@ -34,5 +34,6 @@ export interface IElements {
34
34
  errorCode?: ERRORS_TYPES;
35
35
  playerId?: number;
36
36
  gameType?: number;
37
+ maxPayOut?: number;
37
38
  }
38
- export declare const Elements: ({ activeAction, messages, onSendMessage, chipAmounts, messagesSupport, onSendMessageSupport, setOpenRoundHistory, isMobile, historyData, isLandscape, streamVolume, effectsVolume, setEffectsVolume, setStreamVolume, tournamentData, openRoundHistory, balance, getHistory, sendTip, limits, currencyId, handleStreamQualityChange, streamQuality, nickNameChange, nickName, errorCode, playerId, gameType }: IElements) => import("react/jsx-runtime").JSX.Element;
39
+ export declare const Elements: ({ activeAction, messages, onSendMessage, chipAmounts, messagesSupport, onSendMessageSupport, setOpenRoundHistory, isMobile, historyData, isLandscape, streamVolume, effectsVolume, setEffectsVolume, setStreamVolume, tournamentData, openRoundHistory, balance, getHistory, sendTip, limits, currencyId, handleStreamQualityChange, streamQuality, nickNameChange, nickName, errorCode, playerId, gameType, maxPayOut, }: IElements) => import("react/jsx-runtime").JSX.Element;
@@ -33,7 +33,7 @@ export interface ITopIcons {
33
33
  playerId?: number;
34
34
  partnerId?: number;
35
35
  isActiveModal?: boolean;
36
- setActivation?: (isOpen: boolean) => void;
36
+ setActivation?: () => void;
37
37
  gameType?: number;
38
38
  }
39
- export declare const TopIcons: ({ messages, onSendMessage, isTournamentActive, chipAmounts, messagesSupport, onSendMessageSupport, historyData, balance, isFullscreen, toggleFullscreen, streamVolume, effectsVolume, setEffectsVolume, setStreamVolume, tournamentData, isTournamentDetailsVisible, getHistory, sendTip, currencyId, handleStreamQualityChange, streamQuality, nickNameChange, nickName, dealerName, errorCode, playerId, partnerId, isActiveModal, setActivation, gameType }: ITopIcons) => import("react/jsx-runtime").JSX.Element;
39
+ export declare const TopIcons: ({ messages, onSendMessage, isTournamentActive, chipAmounts, messagesSupport, onSendMessageSupport, historyData, balance, isFullscreen, toggleFullscreen, streamVolume, effectsVolume, setEffectsVolume, setStreamVolume, tournamentData, isTournamentDetailsVisible, getHistory, sendTip, currencyId, handleStreamQualityChange, streamQuality, nickNameChange, nickName, dealerName, errorCode, playerId, partnerId, isActiveModal, setActivation, gameType, }: ITopIcons) => import("react/jsx-runtime").JSX.Element;