livevegas-ui-kit 1.0.287 → 1.0.289
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/LaunchFailed/index.d.ts +6 -0
- package/dist/components/LaunchFailed/index.stories.d.ts +7 -0
- package/dist/components/LaunchFailed/styled.d.ts +6 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/index.d.ts +2 -2
- package/dist/livevegas-ui-kit.es.js +1646 -1581
- package/dist/livevegas-ui-kit.umd.js +283 -234
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const Overlay: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const IconWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const Title: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
5
|
+
export declare const Subtitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
6
|
+
export declare const GoBackButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
@@ -24,6 +24,7 @@ import { Card } from './Card';
|
|
|
24
24
|
import { FullScreenView } from './FoolScreen';
|
|
25
25
|
import { CardTexas } from './CardTexas';
|
|
26
26
|
import { TournamentAndPoints } from './TournamentAndPoints';
|
|
27
|
+
import { LaunchFailed } from './LaunchFailed';
|
|
27
28
|
import { default as i18n, initI18n } from '../services/i18n/config';
|
|
28
29
|
|
|
29
|
-
export { i18n, initI18n, MoibleChipBoard, BlackJackeWinPopup, BalanceAndBet, TopIcons, Button, Card, Chip, Chip3D, MobileMenu, PopupWrapper, ToLobby, TournamentNotification, ChipBoard, Timer, MobileBottomInfo, Reconnect, NotPlaying, ToastMessages, BlackJackAction, BlackjeckInsurance, Wager, BonusModalContent, CardsRightInfo, TournamentAndPoints, CardTexas, FullScreenView };
|
|
30
|
+
export { i18n, initI18n, MoibleChipBoard, BlackJackeWinPopup, BalanceAndBet, TopIcons, Button, Card, Chip, Chip3D, MobileMenu, PopupWrapper, ToLobby, TournamentNotification, ChipBoard, Timer, MobileBottomInfo, Reconnect, NotPlaying, ToastMessages, BlackJackAction, BlackjeckInsurance, Wager, BonusModalContent, CardsRightInfo, TournamentAndPoints, CardTexas, FullScreenView, LaunchFailed };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { BlackJackeWinPopup, BalanceAndBet, TopIcons, Button, Chip, MobileMenu, PopupWrapper, ToLobby, TournamentNotification, ChipBoard, Timer, MobileBottomInfo, Reconnect, NotPlaying, ToastMessages, BlackJackAction, BlackjeckInsurance, Wager, CardsRightInfo, BonusModalContent, Chip3D, Card, i18n, MoibleChipBoard, initI18n, TournamentAndPoints, CardTexas, FullScreenView } from './components';
|
|
1
|
+
import { BlackJackeWinPopup, BalanceAndBet, TopIcons, Button, Chip, MobileMenu, PopupWrapper, ToLobby, TournamentNotification, ChipBoard, Timer, MobileBottomInfo, Reconnect, NotPlaying, ToastMessages, BlackJackAction, BlackjeckInsurance, Wager, CardsRightInfo, BonusModalContent, Chip3D, Card, i18n, MoibleChipBoard, initI18n, TournamentAndPoints, CardTexas, FullScreenView, LaunchFailed } from './components';
|
|
2
2
|
|
|
3
|
-
export { i18n, BlackJackeWinPopup, initI18n, BalanceAndBet, MoibleChipBoard, TopIcons, Button, Chip, Card, MobileMenu, PopupWrapper, ToLobby, TournamentNotification, ChipBoard, Timer, Chip3D, MobileBottomInfo, Reconnect, NotPlaying, ToastMessages, BlackJackAction, BlackjeckInsurance, Wager, CardsRightInfo, BonusModalContent, TournamentAndPoints, CardTexas, FullScreenView, };
|
|
3
|
+
export { i18n, BlackJackeWinPopup, initI18n, BalanceAndBet, MoibleChipBoard, TopIcons, Button, Chip, Card, MobileMenu, PopupWrapper, ToLobby, TournamentNotification, ChipBoard, Timer, Chip3D, MobileBottomInfo, Reconnect, NotPlaying, ToastMessages, BlackJackAction, BlackjeckInsurance, Wager, CardsRightInfo, BonusModalContent, TournamentAndPoints, CardTexas, FullScreenView, LaunchFailed };
|