labsense-ui-kit 1.1.46 → 1.1.48

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.
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Disk: React.FC<SVGProps>;
4
+ export default Disk;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Power: React.FC<SVGProps>;
4
+ export default Power;
@@ -25,6 +25,7 @@ export { default as CPU } from './CPU';
25
25
  export { default as Cube3D } from './Cube3D';
26
26
  export { default as Cyber } from './Cyber';
27
27
  export { default as Directory } from './Directory';
28
+ export { default as Disk } from './Disk';
28
29
  export { default as DocumentBadge } from './DocumentBadge';
29
30
  export { default as DownArrow } from './DownArrow';
30
31
  export { default as Download } from './Download';
@@ -83,6 +84,7 @@ export { default as Pin } from './Pin';
83
84
  export { default as Play_1 } from './Play_1';
84
85
  export { default as Play_2 } from './Play_2';
85
86
  export { default as Playback } from './Playback';
87
+ export { default as Power } from './Power';
86
88
  export { default as PremiumBadge } from './PremiumBadge';
87
89
  export { default as ProcessingBulb } from './ProcessingBulb';
88
90
  export { default as Profile_1 } from './Profile_1';
@@ -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' | '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' | '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' | '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';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
package/dist/index.js CHANGED
@@ -843,6 +843,29 @@ var Directory = function Directory(_ref) {
843
843
  }));
844
844
  };
845
845
 
846
+ var Disk = function Disk(_ref) {
847
+ var size = _ref.size,
848
+ color = _ref.color,
849
+ weight = _ref.weight;
850
+ return React__default.createElement("svg", {
851
+ width: size,
852
+ height: size,
853
+ strokeWidth: weight,
854
+ viewBox: "0 0 16 13",
855
+ fill: "none",
856
+ xmlns: "http://www.w3.org/2000/svg"
857
+ }, React__default.createElement("path", {
858
+ d: "M15.9997 7.54L14.4297 1.215C14.3682 1.00822 14.2415 0.82686 14.0685 0.697999C13.8955 0.569138 13.6854 0.499683 13.4697 0.500001H2.52971C2.31054 0.499836 2.09739 0.571677 1.92304 0.704475C1.74868 0.837272 1.62279 1.02367 1.56471 1.235L-0.000293196 7.54C-0.0051106 7.57986 -0.0051106 7.62015 -0.000293196 7.66V11.5C-0.000293196 11.7652 0.105064 12.0196 0.2926 12.2071C0.480136 12.3946 0.73449 12.5 0.999707 12.5H14.9997C15.2649 12.5 15.5193 12.3946 15.7068 12.2071C15.8944 12.0196 15.9997 11.7652 15.9997 11.5V7.655C16.0041 7.6168 16.0041 7.57821 15.9997 7.54ZM0.999707 11.5V7.72L2.52971 1.5H13.4647L14.9997 7.72V11.5H0.999707Z",
859
+ fill: color
860
+ }), React__default.createElement("path", {
861
+ d: "M2 7H14V8H2V7Z",
862
+ fill: color
863
+ }), React__default.createElement("path", {
864
+ d: "M12 9H14V10H12V9Z",
865
+ fill: color
866
+ }));
867
+ };
868
+
846
869
  var DocumentBadge = function DocumentBadge(_ref) {
847
870
  var size = _ref.size,
848
871
  color = _ref.color,
@@ -2307,6 +2330,25 @@ var Playback = function Playback(_ref) {
2307
2330
  }));
2308
2331
  };
2309
2332
 
2333
+ var Power = function Power(_ref) {
2334
+ var size = _ref.size,
2335
+ color = _ref.color,
2336
+ weight = _ref.weight;
2337
+ return React__default.createElement("svg", {
2338
+ width: size,
2339
+ height: size,
2340
+ strokeWidth: weight,
2341
+ viewBox: "0 0 12 12",
2342
+ fill: "none",
2343
+ xmlns: "http://www.w3.org/2000/svg"
2344
+ }, React__default.createElement("path", {
2345
+ d: "M9.33596 1.95312C9.93442 2.44414 10.4165 3.0618 10.7475 3.76159C11.0785 4.46138 11.2501 5.22588 11.25 6C11.25 8.89844 8.89846 11.25 6.00002 11.25C3.10159 11.25 0.750023 8.89844 0.750023 6C0.747727 5.22824 0.915609 4.46547 1.24172 3.76599C1.56783 3.06651 2.04414 2.44753 2.63674 1.95312M6.00002 0.75V6",
2346
+ stroke: color,
2347
+ strokeLinecap: "round",
2348
+ strokeLinejoin: "round"
2349
+ }));
2350
+ };
2351
+
2310
2352
  var PremiumBadge = function PremiumBadge(_ref) {
2311
2353
  var size = _ref.size,
2312
2354
  color = _ref.color,
@@ -3140,6 +3182,7 @@ var IconSVGs = {
3140
3182
  Cube3D: Cube3D,
3141
3183
  Cyber: Cyber,
3142
3184
  Directory: Directory,
3185
+ Disk: Disk,
3143
3186
  DocumentBadge: DocumentBadge,
3144
3187
  DownArrow: DownArrow,
3145
3188
  Download: Download,
@@ -3198,6 +3241,7 @@ var IconSVGs = {
3198
3241
  Play_1: Play,
3199
3242
  Play_2: Play_2,
3200
3243
  Playback: Playback,
3244
+ Power: Power,
3201
3245
  PremiumBadge: PremiumBadge,
3202
3246
  ProcessingBulb: ProcessingBulb,
3203
3247
  Profile_1: Profile_1,
@@ -6809,7 +6853,8 @@ var Tabs = function Tabs(_ref10) {
6809
6853
  }, tab.title)));
6810
6854
  })), tabItems.map(function (tab, index) {
6811
6855
  return activeTab === tab.title && React__default.createElement(Container$4, {
6812
- key: index
6856
+ key: index,
6857
+ "$overflow": overflow
6813
6858
  }, tab.content);
6814
6859
  }));
6815
6860
  };