livevegas-ui-kit 1.0.179 → 1.0.181
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/components/History/TexasRoundHistory/index.d.ts +2 -1
- package/dist/components/History/TexasRoundHistory/styled.d.ts +11 -3
- package/dist/components/History/index.d.ts +2 -1
- package/dist/components/Info/TextBlock/Payments/index.d.ts +2 -1
- package/dist/components/Info/TextBlock/index.d.ts +1 -0
- package/dist/components/Info/index.d.ts +5 -1
- package/dist/components/Info/text/texas.d.ts +6 -0
- package/dist/components/TopIcons/Elements.d.ts +2 -1
- package/dist/components/TopIcons/index.d.ts +4 -1
- package/dist/livevegas-ui-kit.es.js +3008 -2591
- package/dist/livevegas-ui-kit.umd.js +254 -215
- package/dist/services/i18n/translations/en.json.d.ts +62 -1
- package/dist/services/i18n/translations/hy.json.d.ts +59 -1
- package/dist/services/i18n/translations/ru.json.d.ts +63 -1
- package/dist/services/i18n/translations/tr.json.d.ts +57 -1
- package/package.json +1 -1
|
@@ -5,6 +5,7 @@ interface IRoundHistory {
|
|
|
5
5
|
handleClickRound: (index: number) => void;
|
|
6
6
|
indexHistory: number | null;
|
|
7
7
|
isMobile?: boolean;
|
|
8
|
+
isLandscape?: boolean;
|
|
8
9
|
}
|
|
9
|
-
export declare const TexasRoundHistory: ({ roundData, handleClickRound, indexHistory, isMobile, }: IRoundHistory) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const TexasRoundHistory: ({ roundData, handleClickRound, indexHistory, isMobile, isLandscape, }: IRoundHistory) => import("react/jsx-runtime").JSX.Element;
|
|
10
11
|
export {};
|
|
@@ -2,11 +2,16 @@ interface ISeats {
|
|
|
2
2
|
$isActive: boolean;
|
|
3
3
|
$index: number;
|
|
4
4
|
}
|
|
5
|
+
interface ILine {
|
|
6
|
+
$isVisible?: boolean;
|
|
7
|
+
}
|
|
5
8
|
export declare const RoundHistoryWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
9
|
export declare const AmountWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
-
export declare const TableWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').
|
|
10
|
+
export declare const TableWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
11
|
+
$isMobile?: boolean;
|
|
12
|
+
}>> & string;
|
|
8
13
|
export declare const DealerInfo: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
-
export declare const Line: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').
|
|
14
|
+
export declare const Line: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ILine>> & string;
|
|
10
15
|
export declare const BaseLine: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
16
|
export declare const Seats: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ISeats>> & string;
|
|
12
17
|
export declare const BoxComponents: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -14,5 +19,8 @@ interface IWinAmount {
|
|
|
14
19
|
$isWin: boolean;
|
|
15
20
|
}
|
|
16
21
|
export declare const WinAmount: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, IWinAmount>> & string;
|
|
17
|
-
export declare const BButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').
|
|
22
|
+
export declare const BButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
|
|
23
|
+
$isMobile?: boolean;
|
|
24
|
+
isLandscape?: boolean;
|
|
25
|
+
}>> & string;
|
|
18
26
|
export {};
|
|
@@ -6,6 +6,7 @@ interface IHistory {
|
|
|
6
6
|
setOpenRoundHistory: (el: number) => void;
|
|
7
7
|
openRoundHistory?: number;
|
|
8
8
|
isMobile?: boolean;
|
|
9
|
+
isLandscape?: boolean;
|
|
9
10
|
}
|
|
10
|
-
export declare const History: ({ historyData, getHistory, setOpenRoundHistory, openRoundHistory, isMobile, }: IHistory) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const History: ({ historyData, getHistory, setOpenRoundHistory, openRoundHistory, isMobile, isLandscape, }: IHistory) => import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
export {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
interface PaymentsProps {
|
|
2
2
|
index: number;
|
|
3
|
+
gameType?: number;
|
|
3
4
|
}
|
|
4
|
-
export declare const Payments: ({ index }: PaymentsProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare const Payments: ({ index, gameType }: PaymentsProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
6
|
export {};
|
|
@@ -33,5 +33,6 @@ export interface IElements {
|
|
|
33
33
|
nickName: string;
|
|
34
34
|
errorCode?: ERRORS_TYPES;
|
|
35
35
|
playerId?: number;
|
|
36
|
+
gameType?: number;
|
|
36
37
|
}
|
|
37
|
-
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, }: IElements) => import("react/jsx-runtime").JSX.Element;
|
|
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;
|
|
@@ -32,5 +32,8 @@ export interface ITopIcons {
|
|
|
32
32
|
errorCode?: ERRORS_TYPES;
|
|
33
33
|
playerId?: number;
|
|
34
34
|
partnerId?: number;
|
|
35
|
+
isActiveModal?: boolean;
|
|
36
|
+
setActivation?: (isOpen: boolean) => void;
|
|
37
|
+
gameType?: number;
|
|
35
38
|
}
|
|
36
|
-
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 }: 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;
|