labsense-ui-kit 1.1.40 → 1.1.42

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 AI_Web: React.FC<SVGProps>;
4
+ export default AI_Web;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Add: React.FC<SVGProps>;
4
+ export default Add;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Add_2: React.FC<SVGProps>;
4
+ export default Add_2;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const App: React.FC<SVGProps>;
4
+ export default App;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const KnobController: React.FC<SVGProps>;
4
+ export default KnobController;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Media: React.FC<SVGProps>;
4
+ export default Media;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Monitor: React.FC<SVGProps>;
4
+ export default Monitor;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Recording_1: React.FC<SVGProps>;
4
+ export default Recording_1;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const KnobController: React.FC<SVGProps>;
4
+ export default KnobController;
@@ -1,5 +1,8 @@
1
- export { default as Add } from './Add';
1
+ export { default as Add_1 } from './Add_1';
2
+ export { default as Add_2 } from './Add_2';
2
3
  export { default as AddProfile } from './AddProfile';
4
+ export { default as AI_Web } from './AI_Web';
5
+ export { default as App } from './App';
3
6
  export { default as Back } from './Back';
4
7
  export { default as Bin } from './Bin';
5
8
  export { default as Bulb } from './Bulb';
@@ -50,6 +53,7 @@ export { default as Hexagon } from './Hexagon';
50
53
  export { default as Information } from './Information';
51
54
  export { default as Key } from './Key';
52
55
  export { default as KeyDown } from './KeyDown';
56
+ export { default as KnobController } from './KnobController';
53
57
  export { default as LedBulb } from './LedBulb';
54
58
  export { default as LeftArrow } from './LeftArrow';
55
59
  export { default as Letter } from './Letter';
@@ -57,8 +61,10 @@ export { default as Live } from './Live';
57
61
  export { default as Lock } from './Lock';
58
62
  export { default as Logout } from './Logout';
59
63
  export { default as Maps } from './Maps';
64
+ export { default as Media } from './Media';
60
65
  export { default as MediumVolume } from './MediumVolume';
61
66
  export { default as Menu } from './Menu';
67
+ export { default as Monitor } from './Monitor';
62
68
  export { default as Mute } from './Mute';
63
69
  export { default as MuteVolume } from './MuteVolume';
64
70
  export { default as NetworkStorage } from './NetworkStorage';
@@ -82,7 +88,8 @@ export { default as ProcessingBulb } from './ProcessingBulb';
82
88
  export { default as Profile_1 } from './Profile_1';
83
89
  export { default as Profile_2 } from './Profile_2';
84
90
  export { default as Profile_3 } from './Profile_3';
85
- export { default as Recording } from './Recording';
91
+ export { default as Recording_1 } from './Recording_1';
92
+ export { default as Recording_2 } from './Recording_2';
86
93
  export { default as Rectangle } from './Rectangle';
87
94
  export { default as Retry } from './Retry';
88
95
  export { default as Return } from './Return';
@@ -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' | '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' | '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' | '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';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
@@ -5,7 +5,8 @@ export interface SidebarItems {
5
5
  label: string;
6
6
  icon: IconNames;
7
7
  iconWeight?: string;
8
- url: string;
8
+ url?: string;
9
+ children?: SidebarItems[];
9
10
  }
10
11
  export interface logoDetails {
11
12
  icon: IconNames;