labsense-ui-kit 1.1.73 → 1.1.75

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.
@@ -1,5 +1,5 @@
1
- import { IconNames } from 'labsense-ui-kit/dist/Icons';
2
1
  import React from 'react';
2
+ import { IconNames } from '../Icons';
3
3
  interface BadgeProps {
4
4
  text: string;
5
5
  height?: string;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const MultiMonitor: React.FC<SVGProps>;
4
+ export default MultiMonitor;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Rhombus: React.FC<SVGProps>;
4
+ export default Rhombus;
@@ -70,6 +70,7 @@ export { default as Media } from './Media';
70
70
  export { default as MediumVolume } from './MediumVolume';
71
71
  export { default as Menu } from './Menu';
72
72
  export { default as Monitor } from './Monitor';
73
+ export { default as MultiMonitor } from './MultiMonitor';
73
74
  export { default as Mute } from './Mute';
74
75
  export { default as MuteVolume } from './MuteVolume';
75
76
  export { default as NetworkStorage } from './NetworkStorage';
@@ -100,6 +101,7 @@ export { default as Rectangle } from './Rectangle';
100
101
  export { default as Retry } from './Retry';
101
102
  export { default as Return } from './Return';
102
103
  export { default as Rewind_10_Sec } from './Rewind_10_Sec';
104
+ export { default as Rhombus } from './Rhombus';
103
105
  export { default as RightArrow } from './RightArrow';
104
106
  export { default as ROI } from './ROI';
105
107
  export { default as RunAway } from './RunAway';
@@ -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' | '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' | 'InformationFilled' | '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' | 'Web' | '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' | 'InformationFilled' | 'IP' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | 'MultiMonitor' | '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' | 'Rhombus' | 'RightArrow' | 'ROI' | 'RunAway' | 'SandTimer' | 'Search' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'StorageDisks' | 'Tag' | 'Team' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Wallet' | 'Web' | 'WiFiCam' | 'Zapper';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ export interface CircularProgressProps {
3
+ threshold?: number;
4
+ totalCapacity: number;
5
+ usedCapacity: number;
6
+ progressColor?: string;
7
+ thresholdColor?: string;
8
+ trackColor?: string;
9
+ }
10
+ declare const CircularProgress: React.FC<CircularProgressProps>;
11
+ export default CircularProgress;
@@ -1,6 +1,11 @@
1
1
  import React from 'react';
2
- interface ProgressBarProps {
3
- totalSteps?: number;
2
+ export interface ProgressBarProps {
3
+ threshold?: number;
4
+ totalCapacity: number;
5
+ usedCapacity: number;
6
+ progressColor?: string;
7
+ thresholdColor?: string;
8
+ trackColor?: string;
4
9
  }
5
10
  declare const ProgressBar: React.FC<ProgressBarProps>;
6
11
  export default ProgressBar;
@@ -1,2 +1,3 @@
1
- import ProgressBar from './ProgressBar';
2
- export { ProgressBar };
1
+ import CircularProgress, { CircularProgressProps } from './CircularProgress.tsx';
2
+ import ProgressBar, { ProgressBarProps } from './ProgressBar';
3
+ export { ProgressBar, ProgressBarProps, CircularProgress, CircularProgressProps };
package/dist/index.d.ts CHANGED
@@ -10,7 +10,7 @@ import { Icon, IconNames } from './Icons';
10
10
  import { SearchBox, TextArea, TextField, TextFieldWithDropdown, CheckBox } from './Inputs';
11
11
  import { CircularLoader, Loader } from './Loader';
12
12
  import { Pagination } from './Pagination';
13
- import { ProgressBar } from './ProgressBar';
13
+ import { ProgressBar, ProgressBarProps, CircularProgress, CircularProgressProps } 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';
@@ -29,7 +29,7 @@ export { Icon, IconNames };
29
29
  export { SearchBox, TextArea, TextField, TextFieldWithDropdown, CheckBox };
30
30
  export { CircularLoader, Loader };
31
31
  export { Pagination };
32
- export { ProgressBar };
32
+ export { ProgressBar, ProgressBarProps, CircularProgress, CircularProgressProps };
33
33
  export { Sidebar, logoDetails, SidebarItems };
34
34
  export { TableCell, Table, TableRow, TableProps };
35
35
  export { InternalTabs, Tabs, TabContentProps };