livevegas-ui-kit 1.0.25 → 1.0.26

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,7 +1,7 @@
1
1
  import { IHistoryData } from './helpers';
2
2
 
3
3
  interface IHistory {
4
- historyData: IHistoryData;
4
+ historyData: IHistoryData | null;
5
5
  }
6
6
  export declare const History: ({ historyData }: IHistory) => import("react/jsx-runtime").JSX.Element;
7
7
  export {};
@@ -1,3 +1,4 @@
1
+ export declare const PopupPosition: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
1
2
  export declare const MainToLobby: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
2
3
  export declare const Logo: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
3
4
  export declare const TextContener: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,5 +1,5 @@
1
1
  interface IArrowLeft {
2
- position?: "button" | "left" | "right" | "top" | "forLobby";
2
+ position?: "bottom" | "left" | "right" | "top" | "forLobby";
3
3
  width?: number;
4
4
  height?: number;
5
5
  }