labsense-ui-kit 1.1.48 → 1.1.50
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/Icons/SVGs/DiagonalArrow.d.ts +4 -0
- package/dist/Icons/SVGs/FilledCircleTick.d.ts +4 -0
- package/dist/Icons/SVGs/IP.d.ts +4 -0
- package/dist/Icons/SVGs/index.d.ts +3 -0
- package/dist/Icons/index.d.ts +1 -1
- package/dist/index.js +54 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +54 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -24,6 +24,7 @@ export { default as Copy } from './Copy';
|
|
|
24
24
|
export { default as CPU } from './CPU';
|
|
25
25
|
export { default as Cube3D } from './Cube3D';
|
|
26
26
|
export { default as Cyber } from './Cyber';
|
|
27
|
+
export { default as DiagonalArrow } from './DiagonalArrow';
|
|
27
28
|
export { default as Directory } from './Directory';
|
|
28
29
|
export { default as Disk } from './Disk';
|
|
29
30
|
export { default as DocumentBadge } from './DocumentBadge';
|
|
@@ -34,6 +35,7 @@ export { default as ExitFullScreen } from './ExitFullScreen';
|
|
|
34
35
|
export { default as FaceRecognition } from './FaceRecognition';
|
|
35
36
|
export { default as FilesBox } from './FilesBox';
|
|
36
37
|
export { default as FilledCircle } from './FilledCircle';
|
|
38
|
+
export { default as FilledCircleTick } from './FilledCircleTick';
|
|
37
39
|
export { default as FilledPin } from './FilledPin';
|
|
38
40
|
export { default as Filter_1 } from './Filter_1';
|
|
39
41
|
export { default as Filter_2 } from './Filter_2';
|
|
@@ -52,6 +54,7 @@ export { default as Hazard } from './Hazard';
|
|
|
52
54
|
export { default as History } from './History';
|
|
53
55
|
export { default as Hexagon } from './Hexagon';
|
|
54
56
|
export { default as Information } from './Information';
|
|
57
|
+
export { default as IP } from './IP';
|
|
55
58
|
export { default as Key } from './Key';
|
|
56
59
|
export { default as KeyDown } from './KeyDown';
|
|
57
60
|
export { default as KnobController } from './KnobController';
|
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_1' | 'Add_2' | 'AddProfile' | 'AI_Web' | 'App' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cube3D' | 'Cyber' | 'Directory' | 'Disk' | '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' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
|
|
12
|
+
export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AI_Web' | 'App' | 'Back' | 'Bin' | 'Bulb' | 'Business' | 'Calendar' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'Copy' | 'CPU' | 'Cube3D' | 'Cyber' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DocumentBadge' | 'DownArrow' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | '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' | 'IP' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Rectangle' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'WiFiCam' | 'Zapper';
|
|
13
13
|
export interface IconProps {
|
|
14
14
|
icon: IconNames;
|
|
15
15
|
size?: number;
|
package/dist/index.js
CHANGED
|
@@ -826,6 +826,23 @@ var Cyber = function Cyber(_ref) {
|
|
|
826
826
|
}));
|
|
827
827
|
};
|
|
828
828
|
|
|
829
|
+
var DiagonalArrow = function DiagonalArrow(_ref) {
|
|
830
|
+
var size = _ref.size,
|
|
831
|
+
color = _ref.color,
|
|
832
|
+
weight = _ref.weight;
|
|
833
|
+
return React__default.createElement("svg", {
|
|
834
|
+
width: size,
|
|
835
|
+
height: size,
|
|
836
|
+
strokeWidth: weight,
|
|
837
|
+
viewBox: "0 0 12 12",
|
|
838
|
+
fill: "none",
|
|
839
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
840
|
+
}, React__default.createElement("path", {
|
|
841
|
+
d: "M6 0H12V6H11.25V1.2832L0.544922 11.9824L0.0175781 11.4551L10.7168 0.75H6V0Z",
|
|
842
|
+
fill: color
|
|
843
|
+
}));
|
|
844
|
+
};
|
|
845
|
+
|
|
829
846
|
var Directory = function Directory(_ref) {
|
|
830
847
|
var size = _ref.size,
|
|
831
848
|
color = _ref.color,
|
|
@@ -1058,6 +1075,23 @@ var FilledCircle = function FilledCircle(_ref) {
|
|
|
1058
1075
|
}));
|
|
1059
1076
|
};
|
|
1060
1077
|
|
|
1078
|
+
var FilledCircleTick = function FilledCircleTick(_ref) {
|
|
1079
|
+
var size = _ref.size,
|
|
1080
|
+
color = _ref.color,
|
|
1081
|
+
weight = _ref.weight;
|
|
1082
|
+
return React__default.createElement("svg", {
|
|
1083
|
+
width: size,
|
|
1084
|
+
height: size,
|
|
1085
|
+
strokeWidth: weight,
|
|
1086
|
+
viewBox: "0 0 16 16",
|
|
1087
|
+
fill: "none",
|
|
1088
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1089
|
+
}, React__default.createElement("path", {
|
|
1090
|
+
d: "M8 0.6875C3.96055 0.6875 0.6875 3.96055 0.6875 8C0.6875 12.0395 3.96055 15.3125 8 15.3125C12.0395 15.3125 15.3125 12.0395 15.3125 8C15.3125 3.96055 12.0395 0.6875 8 0.6875ZM6.87148 10.591C6.78711 10.6754 6.66758 10.7457 6.56211 10.7457C6.45664 10.7457 6.33711 10.6719 6.24922 10.5875L4.28047 8.61875L4.90625 7.99297L6.56562 9.65234L10.9531 5.2332L11.5684 5.86953L6.87148 10.591Z",
|
|
1091
|
+
fill: color
|
|
1092
|
+
}));
|
|
1093
|
+
};
|
|
1094
|
+
|
|
1061
1095
|
var FilledPin = function FilledPin(_ref) {
|
|
1062
1096
|
var size = _ref.size,
|
|
1063
1097
|
color = _ref.color,
|
|
@@ -1663,6 +1697,23 @@ var Information = function Information(_ref) {
|
|
|
1663
1697
|
}));
|
|
1664
1698
|
};
|
|
1665
1699
|
|
|
1700
|
+
var IP = function IP(_ref) {
|
|
1701
|
+
var size = _ref.size,
|
|
1702
|
+
color = _ref.color,
|
|
1703
|
+
weight = _ref.weight;
|
|
1704
|
+
return React__default.createElement("svg", {
|
|
1705
|
+
width: size,
|
|
1706
|
+
height: size,
|
|
1707
|
+
strokeWidth: weight,
|
|
1708
|
+
viewBox: "0 0 8 8",
|
|
1709
|
+
fill: "none",
|
|
1710
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1711
|
+
}, React__default.createElement("path", {
|
|
1712
|
+
d: "M6.5 0.25C6.83152 0.25 7.14946 0.381696 7.38388 0.616116C7.6183 0.850537 7.75 1.16848 7.75 1.5V6.5C7.75 6.83152 7.6183 7.14946 7.38388 7.38388C7.14946 7.6183 6.83152 7.75 6.5 7.75H1.5C1.16848 7.75 0.850537 7.6183 0.616116 7.38388C0.381696 7.14946 0.25 6.83152 0.25 6.5V1.5C0.25 1.16848 0.381696 0.850537 0.616116 0.616116C0.850537 0.381696 1.16848 0.25 1.5 0.25H6.5ZM5.25 2.125H4V5.875H4.625V4.63375H5.25C5.43625 4.62563 6.5 4.63375 6.5 3.3725C6.5 2.285 5.67875 2.1525 5.35938 2.13062L5.25 2.125ZM2.75 2.125H2.125V5.875H2.75V2.125ZM5.25 2.74C5.66667 2.74 5.875 2.95 5.875 3.37C5.875 3.79 5.66667 4 5.25 4H4.625V2.74H5.25Z",
|
|
1713
|
+
fill: color
|
|
1714
|
+
}));
|
|
1715
|
+
};
|
|
1716
|
+
|
|
1666
1717
|
var Key = function Key(_ref) {
|
|
1667
1718
|
var size = _ref.size,
|
|
1668
1719
|
color = _ref.color,
|
|
@@ -3181,6 +3232,7 @@ var IconSVGs = {
|
|
|
3181
3232
|
CPU: CPU,
|
|
3182
3233
|
Cube3D: Cube3D,
|
|
3183
3234
|
Cyber: Cyber,
|
|
3235
|
+
DiagonalArrow: DiagonalArrow,
|
|
3184
3236
|
Directory: Directory,
|
|
3185
3237
|
Disk: Disk,
|
|
3186
3238
|
DocumentBadge: DocumentBadge,
|
|
@@ -3191,6 +3243,7 @@ var IconSVGs = {
|
|
|
3191
3243
|
FaceRecognition: FaceRecognition,
|
|
3192
3244
|
FilesBox: FilesBox,
|
|
3193
3245
|
FilledCircle: FilledCircle,
|
|
3246
|
+
FilledCircleTick: FilledCircleTick,
|
|
3194
3247
|
FilledPin: FilledPin,
|
|
3195
3248
|
Filter_1: Filter_1,
|
|
3196
3249
|
Filter_2: Filter_2,
|
|
@@ -3209,6 +3262,7 @@ var IconSVGs = {
|
|
|
3209
3262
|
History: History,
|
|
3210
3263
|
Hexagon: Hexagon,
|
|
3211
3264
|
Information: Information,
|
|
3265
|
+
IP: IP,
|
|
3212
3266
|
Key: Key,
|
|
3213
3267
|
KeyDown: KeyDown,
|
|
3214
3268
|
KnobController: KnobController,
|