labsense-ui-kit 1.0.6 → 1.0.8
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/Buttons/Button.d.ts +1 -0
- package/dist/Fonts/Font.d.ts +6 -2
- package/dist/Icons/SVGs/Add.d.ts +4 -0
- package/dist/Icons/SVGs/CCTV_1.d.ts +4 -0
- package/dist/Icons/SVGs/CCTV_2.d.ts +4 -0
- package/dist/Icons/SVGs/CircularPause.d.ts +4 -0
- package/dist/Icons/SVGs/CircularPlay.d.ts +4 -0
- package/dist/Icons/SVGs/ExitFullScreen.d.ts +4 -0
- package/dist/Icons/SVGs/FilledCircle.d.ts +4 -0
- package/dist/Icons/SVGs/Forward_10_Sec.d.ts +4 -0
- package/dist/Icons/SVGs/FullScreen.d.ts +4 -0
- package/dist/Icons/SVGs/Grid_2x2.d.ts +4 -0
- package/dist/Icons/SVGs/Grid_2x2_Hollow.d.ts +4 -0
- package/dist/Icons/SVGs/Grid_3x3.d.ts +4 -0
- package/dist/Icons/SVGs/Grid_4x4.d.ts +4 -0
- package/dist/Icons/SVGs/Grid_5x5.d.ts +4 -0
- package/dist/Icons/SVGs/Key.d.ts +4 -0
- package/dist/Icons/SVGs/Live.d.ts +4 -0
- package/dist/Icons/SVGs/NoCam.d.ts +4 -0
- package/dist/Icons/SVGs/Recording.d.ts +4 -0
- package/dist/Icons/SVGs/Rewind_10_Sec.d.ts +4 -0
- package/dist/Icons/SVGs/ThreeDots.d.ts +4 -0
- package/dist/Icons/SVGs/Video.d.ts +4 -0
- package/dist/Icons/SVGs/Volume.d.ts +4 -0
- package/dist/Icons/SVGs/index.d.ts +21 -0
- package/dist/Icons/index.d.ts +1 -1
- package/dist/Loader/CircularLoader.d.ts +4 -4
- package/dist/Themes/Colors.d.ts +35 -12
- package/dist/index.d.ts +1 -2
- package/dist/index.js +905 -152
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +906 -152
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
- package/dist/Buttons/Old.d.ts +0 -21
package/dist/Buttons/Button.d.ts
CHANGED
package/dist/Fonts/Font.d.ts
CHANGED
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
export
|
|
1
|
+
export declare const fontFaces: import("styled-components").RuleSet<object>;
|
|
2
|
+
export declare const GlobalFonts: {
|
|
3
|
+
bold: string;
|
|
4
|
+
regular: string;
|
|
5
|
+
light: string;
|
|
6
|
+
};
|
|
@@ -14,7 +14,19 @@ export { default as Shield } from './Shield';
|
|
|
14
14
|
export { default as Lock } from './Lock';
|
|
15
15
|
export { default as DownArrow } from './/DownArrow';
|
|
16
16
|
export { default as Email } from './Email';
|
|
17
|
+
export { default as Live } from './Live';
|
|
18
|
+
export { default as CCTV_1 } from './CCTV_1';
|
|
19
|
+
export { default as CCTV_2 } from './CCTV_2';
|
|
20
|
+
export { default as Video } from './Video';
|
|
17
21
|
export { default as FilesBox } from './FilesBox';
|
|
22
|
+
export { default as Grid_2x2 } from './Grid_2x2';
|
|
23
|
+
export { default as Grid_3x3 } from './Grid_3x3';
|
|
24
|
+
export { default as Grid_4x4 } from './Grid_4x4';
|
|
25
|
+
export { default as Grid_5x5 } from './Grid_5x5';
|
|
26
|
+
export { default as Add } from './Add';
|
|
27
|
+
export { default as Key } from './Key';
|
|
28
|
+
export { default as NoCam } from './NoCam';
|
|
29
|
+
export { default as Grid_2x2_Hollow } from './Grid_2x2_Hollow';
|
|
18
30
|
export { default as Filter } from './Filter';
|
|
19
31
|
export { default as Team } from './Team';
|
|
20
32
|
export { default as History } from './History';
|
|
@@ -37,3 +49,12 @@ export { default as ThumbsUp } from './ThumbsUp';
|
|
|
37
49
|
export { default as Tick } from './Tick';
|
|
38
50
|
export { default as SandTimer } from './SandTimer';
|
|
39
51
|
export { default as Zapper } from './Zapper';
|
|
52
|
+
export { default as CircularPlay } from './CircularPlay';
|
|
53
|
+
export { default as CircularPause } from './CircularPause';
|
|
54
|
+
export { default as Volume } from './Volume';
|
|
55
|
+
export { default as Rewind_10_Sec } from './Rewind_10_Sec';
|
|
56
|
+
export { default as Forward_10_Sec } from './Forward_10_Sec';
|
|
57
|
+
export { default as FullScreen } from './FullScreen';
|
|
58
|
+
export { default as FilledCircle } from './FilledCircle';
|
|
59
|
+
export { default as Recording } from './Recording';
|
|
60
|
+
export { default as ThreeDots } from './ThreeDots';
|
package/dist/Icons/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export interface SVGProps {
|
|
|
7
7
|
color: string;
|
|
8
8
|
weight: string;
|
|
9
9
|
}
|
|
10
|
-
export declare type IconNames = '
|
|
10
|
+
export declare type IconNames = 'Add' | 'Back' | 'Bin' | 'Business' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularPause' | 'CircularPlay' | 'Client' | 'Close' | 'CloseCircle' | 'Copy' | 'Cyber' | 'DownArrow' | 'Download' | 'Edit' | 'Email' | 'ExitFullScreen' | 'FilesBox' | 'FilledCircle' | 'Filter' | 'Forward_10_Sec' | 'Forward' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'History' | 'Information' | 'Key' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Mute' | 'NoCam' | 'Notifications' | 'Phone' | 'Play' | 'Profile_1' | 'Profile_2' | 'Recording' | 'Rewind_10_Sec' | 'RightArrow' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Video' | 'Wallet' | 'Zapper';
|
|
11
11
|
declare const IconSVGs: {
|
|
12
12
|
[key: string]: React.FC<SVGProps>;
|
|
13
13
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from "react";
|
|
1
|
+
import React, { ReactNode } from "react";
|
|
2
2
|
interface CircularSpinnerProps {
|
|
3
3
|
size?: "small" | "medium" | "large";
|
|
4
4
|
color?: string;
|
|
5
5
|
speed?: number;
|
|
6
6
|
dotSize?: number;
|
|
7
|
-
text?:
|
|
7
|
+
text?: ReactNode;
|
|
8
8
|
}
|
|
9
|
-
declare const
|
|
10
|
-
export default
|
|
9
|
+
declare const CircularLoader: React.FC<CircularSpinnerProps>;
|
|
10
|
+
export default CircularLoader;
|
package/dist/Themes/Colors.d.ts
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
export declare const colorVariables: {
|
|
2
2
|
brand: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
grays: {
|
|
8
|
-
'gray-1': string;
|
|
9
|
-
'gray-2': string;
|
|
10
|
-
'gray-3': string;
|
|
11
|
-
'gray-4': string;
|
|
3
|
+
primary: string;
|
|
4
|
+
secondary: string;
|
|
5
|
+
light: string;
|
|
12
6
|
};
|
|
13
7
|
accent: {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
8
|
+
light: string;
|
|
9
|
+
extraLight: string;
|
|
10
|
+
softBlue: string;
|
|
11
|
+
extraSoftBlue: string;
|
|
12
|
+
boldTransparent: string;
|
|
13
|
+
transparent: string;
|
|
14
|
+
lightTransparent: string;
|
|
17
15
|
};
|
|
18
16
|
default: {
|
|
19
17
|
primary: string;
|
|
@@ -24,6 +22,14 @@ export declare const colorVariables: {
|
|
|
24
22
|
warning: string;
|
|
25
23
|
info: string;
|
|
26
24
|
};
|
|
25
|
+
disabled: {
|
|
26
|
+
primary: string;
|
|
27
|
+
secondary: string;
|
|
28
|
+
error: string;
|
|
29
|
+
success: string;
|
|
30
|
+
warning: string;
|
|
31
|
+
info: string;
|
|
32
|
+
};
|
|
27
33
|
hover: {
|
|
28
34
|
primary: string;
|
|
29
35
|
secondary: string;
|
|
@@ -33,4 +39,21 @@ export declare const colorVariables: {
|
|
|
33
39
|
warning: string;
|
|
34
40
|
info: string;
|
|
35
41
|
};
|
|
42
|
+
border: {
|
|
43
|
+
extraBold: string;
|
|
44
|
+
bold: string;
|
|
45
|
+
medium: string;
|
|
46
|
+
light: string;
|
|
47
|
+
extraLight: string;
|
|
48
|
+
};
|
|
49
|
+
text: {
|
|
50
|
+
dark: string;
|
|
51
|
+
medium: string;
|
|
52
|
+
light: string;
|
|
53
|
+
white: string;
|
|
54
|
+
success: string;
|
|
55
|
+
error: string;
|
|
56
|
+
info: string;
|
|
57
|
+
warning: string;
|
|
58
|
+
};
|
|
36
59
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ import { Tabs } from './Tabs';
|
|
|
5
5
|
import { ProgressBar } from './ProgressBar';
|
|
6
6
|
import { colorVariables } from "./Themes/Colors";
|
|
7
7
|
import { CircularLoader } from './Loader';
|
|
8
|
-
|
|
9
|
-
export { Button, Input, Icon, Tabs, ProgressBar, colorVariables, GlobalFonts };
|
|
8
|
+
export { Button, Input, Icon, Tabs, ProgressBar, colorVariables };
|
|
10
9
|
export { CircularLoader };
|
|
11
10
|
export { IconNames };
|