livevegas-ui-kit 1.0.2 → 1.0.3

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.
@@ -1,11 +1,10 @@
1
- declare const _default: {
2
- BalanceAndBet: ({ balance, bet, currencyId }: import('./BalanceAndBet').IBalanceAndBet) => import("react/jsx-runtime").JSX.Element;
3
- TopIcons: ({ messages, onSendMessage, isTournamentActive, chipAmounts, messagesSupport, onSendMessageSupport, historyData, }: import('./TopIcons').IIcon) => import("react/jsx-runtime").JSX.Element;
4
- Button: ({ icon, onClick, buttonInfo, isActive, isValueButton, width, height, text, textStyle, isActiveBlue, }: import('./Button').IButton) => import("react/jsx-runtime").JSX.Element;
5
- Chip: ({ chipAmounts, amount, width, height, onClick, }: import('./Chip').IChip) => import("react/jsx-runtime").JSX.Element;
6
- MobileMenu: ({ name, round, partnerId, socket, urlParam, messages, historyData, onSendMessage, isTournamentActive, chipAmounts, messagesSupport, onSendMessageSupport, isLandscape, }: import('./MobileMenu').IToLobby) => import("react/jsx-runtime").JSX.Element;
7
- PopupWrapper: ({ header, close, width, height, children, }: import('react').PropsWithChildren<import('./Popup').IPopupWrapper>) => import("react/jsx-runtime").JSX.Element;
8
- ToLobby: ({ name, round, limit, partnerId, socket, urlParam, }: import('./ToLobby').IToLobby) => import("react/jsx-runtime").JSX.Element;
9
- TournamentNotification: ({ title, description, timeLeft, }: import('./TournamentNotification').ITournamentNotification) => import("react/jsx-runtime").JSX.Element;
10
- };
11
- export default _default;
1
+ import { BalanceAndBet } from './BalanceAndBet';
2
+ import { Button } from './Button';
3
+ import { Chip } from './Chip';
4
+ import { MobileMenu } from './MobileMenu';
5
+ import { PopupWrapper } from './Popup';
6
+ import { ToLobby } from './ToLobby';
7
+ import { TopIcons } from './TopIcons';
8
+ import { TournamentNotification } from './TournamentNotification';
9
+
10
+ export { BalanceAndBet, TopIcons, Button, Chip, MobileMenu, PopupWrapper, ToLobby, TournamentNotification };
package/dist/index.d.ts CHANGED
@@ -1,11 +1,10 @@
1
- declare const _default: {
2
- BalanceAndBet: ({ balance, bet, currencyId }: import('./components/BalanceAndBet').IBalanceAndBet) => import("react/jsx-runtime").JSX.Element;
3
- TopIcons: ({ messages, onSendMessage, isTournamentActive, chipAmounts, messagesSupport, onSendMessageSupport, historyData, }: import('./components/TopIcons').IIcon) => import("react/jsx-runtime").JSX.Element;
4
- Button: ({ icon, onClick, buttonInfo, isActive, isValueButton, width, height, text, textStyle, isActiveBlue, }: import('./components/Button').IButton) => import("react/jsx-runtime").JSX.Element;
5
- Chip: ({ chipAmounts, amount, width, height, onClick, }: import('./components/Chip').IChip) => import("react/jsx-runtime").JSX.Element;
6
- MobileMenu: ({ name, round, partnerId, socket, urlParam, messages, historyData, onSendMessage, isTournamentActive, chipAmounts, messagesSupport, onSendMessageSupport, isLandscape, }: import('./components/MobileMenu').IToLobby) => import("react/jsx-runtime").JSX.Element;
7
- PopupWrapper: ({ header, close, width, height, children, }: import('react').PropsWithChildren<import('./components/Popup').IPopupWrapper>) => import("react/jsx-runtime").JSX.Element;
8
- ToLobby: ({ name, round, limit, partnerId, socket, urlParam, }: import('./components/ToLobby').IToLobby) => import("react/jsx-runtime").JSX.Element;
9
- TournamentNotification: ({ title, description, timeLeft, }: import('./components/TournamentNotification').ITournamentNotification) => import("react/jsx-runtime").JSX.Element;
10
- };
11
- export default _default;
1
+ import { BalanceAndBet } from './components/BalanceAndBet';
2
+ import { Button } from './components/Button';
3
+ import { Chip } from './components/Chip';
4
+ import { MobileMenu } from './components/MobileMenu';
5
+ import { PopupWrapper } from './components/Popup';
6
+ import { ToLobby } from './components/ToLobby';
7
+ import { TopIcons } from './components/TopIcons';
8
+ import { TournamentNotification } from './components/TournamentNotification';
9
+
10
+ export { BalanceAndBet, TopIcons, Button, Chip, MobileMenu, PopupWrapper, ToLobby, TournamentNotification };
@@ -1,3 +1 @@
1
1
  export * from './index'
2
- import LivevegasUiKit from './index'
3
- export default LivevegasUiKit