livevegas-ui-kit 1.0.287 → 1.0.288

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.
@@ -0,0 +1,5 @@
1
+ interface LaunchFailedProps {
2
+ exitUrl: string;
3
+ }
4
+ export declare const LaunchFailed: ({ exitUrl }: LaunchFailedProps) => import("react/jsx-runtime").JSX.Element;
5
+ export {};
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { LaunchFailed } from '.';
3
+
4
+ declare const meta: Meta<typeof LaunchFailed>;
5
+ export default meta;
6
+ type Story = StoryObj<typeof LaunchFailed>;
7
+ export declare const Default: Story;
@@ -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 };