labsense-ui-kit 1.1.29 → 1.1.32
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/Container&Span/StyledComponents.d.ts +1 -0
- package/dist/Icons/SVGs/Node.d.ts +4 -0
- package/dist/Icons/SVGs/index.d.ts +1 -0
- package/dist/Icons/index.d.ts +1 -1
- package/dist/Themes/Colors.d.ts +0 -67
- package/dist/index.d.ts +2 -2
- package/dist/index.js +218 -9866
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +219 -9866
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -48,6 +48,7 @@ export declare const Span: import("styled-components/dist/types").IStyledCompone
|
|
|
48
48
|
$fontFamily?: string | undefined;
|
|
49
49
|
$fontWeight?: string | undefined;
|
|
50
50
|
$fontSize?: string | undefined;
|
|
51
|
+
$fontStyle?: string | undefined;
|
|
51
52
|
$color?: string | undefined;
|
|
52
53
|
$lineHeight?: string | undefined;
|
|
53
54
|
$textAlign?: string | undefined;
|
|
@@ -64,6 +64,7 @@ export { default as MuteVolume } from './MuteVolume';
|
|
|
64
64
|
export { default as NetworkStorage } from './NetworkStorage';
|
|
65
65
|
export { default as NFS_Directory } from './NFS_Directory';
|
|
66
66
|
export { default as NoCam } from './NoCam';
|
|
67
|
+
export { default as Node } from './Node';
|
|
67
68
|
export { default as NoStorage } from './NoStorage';
|
|
68
69
|
export { default as Notifications } from './Notifications';
|
|
69
70
|
export { default as OpenBin } from './OpenBin';
|
package/dist/Icons/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface SVGProps {
|
|
|
9
9
|
color: string;
|
|
10
10
|
weight: string;
|
|
11
11
|
}
|
|
12
|
-
export declare type IconNames = 'Add' | 'AddProfile' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cube3D' | 'Cyber' | 'Directory' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hazard' | 'History' | 'Hexagon' | 'Information' | 'Key' | 'KeyDown' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
|
|
12
|
+
export declare type IconNames = 'Add' | 'AddProfile' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cube3D' | 'Cyber' | 'Directory' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hazard' | 'History' | 'Hexagon' | 'Information' | 'Key' | 'KeyDown' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
|
|
13
13
|
export interface IconProps {
|
|
14
14
|
icon: IconNames;
|
|
15
15
|
size?: number;
|
package/dist/Themes/Colors.d.ts
CHANGED
|
@@ -65,73 +65,6 @@ export declare const colorVariables: {
|
|
|
65
65
|
lightBlue: string;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
|
-
export declare const darkColorVariables: {
|
|
69
|
-
brand: {
|
|
70
|
-
primary: string;
|
|
71
|
-
secondary: string;
|
|
72
|
-
light: string;
|
|
73
|
-
};
|
|
74
|
-
accent: {
|
|
75
|
-
light: string;
|
|
76
|
-
extraLight: string;
|
|
77
|
-
softBlue: string;
|
|
78
|
-
extraSoftBlue: string;
|
|
79
|
-
boldTransparent: string;
|
|
80
|
-
transparent: string;
|
|
81
|
-
lightTransparent: string;
|
|
82
|
-
};
|
|
83
|
-
default: {
|
|
84
|
-
primary: string;
|
|
85
|
-
secondary: string;
|
|
86
|
-
tertiary: string;
|
|
87
|
-
error: string;
|
|
88
|
-
success: string;
|
|
89
|
-
warning: string;
|
|
90
|
-
info: string;
|
|
91
|
-
};
|
|
92
|
-
disabled: {
|
|
93
|
-
primary: string;
|
|
94
|
-
secondary: string;
|
|
95
|
-
error: string;
|
|
96
|
-
success: string;
|
|
97
|
-
warning: string;
|
|
98
|
-
info: string;
|
|
99
|
-
};
|
|
100
|
-
hover: {
|
|
101
|
-
primary: string;
|
|
102
|
-
secondary: string;
|
|
103
|
-
tertiary: string;
|
|
104
|
-
error: string;
|
|
105
|
-
success: string;
|
|
106
|
-
warning: string;
|
|
107
|
-
info: string;
|
|
108
|
-
};
|
|
109
|
-
border: {
|
|
110
|
-
extraBold: string;
|
|
111
|
-
bold: string;
|
|
112
|
-
medium: string;
|
|
113
|
-
light: string;
|
|
114
|
-
extraLight: string;
|
|
115
|
-
};
|
|
116
|
-
text: {
|
|
117
|
-
dark: string;
|
|
118
|
-
medium: string;
|
|
119
|
-
light: string;
|
|
120
|
-
white: string;
|
|
121
|
-
success: string;
|
|
122
|
-
error: string;
|
|
123
|
-
info: string;
|
|
124
|
-
warning: string;
|
|
125
|
-
};
|
|
126
|
-
badge: {
|
|
127
|
-
lavender: string;
|
|
128
|
-
papayaWhip: string;
|
|
129
|
-
water: string;
|
|
130
|
-
paleBlue: string;
|
|
131
|
-
teaGreen: string;
|
|
132
|
-
lightBlue: string;
|
|
133
|
-
};
|
|
134
|
-
};
|
|
135
68
|
export declare const themes: {
|
|
136
69
|
light: {
|
|
137
70
|
brand: {
|
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ import { ProgressBar } from './ProgressBar';
|
|
|
14
14
|
import { Sidebar, logoDetails, SidebarItems } from './Sidebar';
|
|
15
15
|
import { Table, TableCell, TableRow, TableProps } from './Table';
|
|
16
16
|
import { InternalTabs, Tabs, TabContentProps } from './Tabs';
|
|
17
|
-
import { colorVariables,
|
|
17
|
+
import { colorVariables, themes } from './Themes/Colors';
|
|
18
18
|
import { convertToEpoch, formatDate, formatTimestamp, formatCalendarDateTime, timeAgo, formatEpochToIST, convertEpochToDateString, convertEpochToOnlyDate, getSystemTimezoneAbbreviation, timeStringToSeconds } from './Utils/Date&Time';
|
|
19
19
|
export { Badge };
|
|
20
20
|
export { Breadcrumbs, BreadcrumbDetail };
|
|
@@ -32,5 +32,5 @@ export { ProgressBar };
|
|
|
32
32
|
export { Sidebar, logoDetails, SidebarItems };
|
|
33
33
|
export { TableCell, Table, TableRow, TableProps };
|
|
34
34
|
export { InternalTabs, Tabs, TabContentProps };
|
|
35
|
-
export { colorVariables,
|
|
35
|
+
export { colorVariables, themes };
|
|
36
36
|
export { convertToEpoch, formatDate, formatTimestamp, formatCalendarDateTime, timeAgo, formatEpochToIST, convertEpochToDateString, convertEpochToOnlyDate, getSystemTimezoneAbbreviation, timeStringToSeconds };
|