livevegas-ui-kit 1.0.105 → 1.0.107
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/Timer/styled.d.ts +2 -2
- package/dist/icons/styled.d.ts +5 -2
- package/dist/livevegas-ui-kit.es.js +1387 -1375
- package/dist/livevegas-ui-kit.umd.js +115 -115
- package/package.json +1 -1
- package/dist/images/chips/chip1.png +0 -0
- package/dist/images/chips/chip2.png +0 -0
- package/dist/images/chips/chip3.png +0 -0
- package/dist/images/chips/chip4.png +0 -0
- package/dist/images/chips/chip5.png +0 -0
- package/dist/images/chips/chip6.png +0 -0
- package/dist/images/chips/chip7.png +0 -0
- package/dist/images/chips/chip8.png +0 -0
- package/dist/images/chips/chip9.png +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
interface IWrapperLoading {
|
|
2
|
-
time: number;
|
|
3
|
-
isMobile?: boolean;
|
|
2
|
+
$time: number;
|
|
3
|
+
$isMobile?: boolean;
|
|
4
4
|
}
|
|
5
5
|
export declare const WrapperLoading: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, IWrapperLoading>> & string;
|
|
6
6
|
export {};
|
package/dist/icons/styled.d.ts
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export interface IChipBoardBackgraound {
|
|
2
|
+
$index: number;
|
|
3
|
+
$isActive: boolean;
|
|
4
|
+
$isChipsSelector: boolean;
|
|
5
|
+
}
|
|
3
6
|
export declare const BoardBackgraound: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, IChipBoardBackgraound>> & string;
|