labsense-ui-kit 1.2.33 → 1.2.35

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 CloseCircle_2: React.FC<SVGProps>;
4
+ export default CloseCircle_2;
@@ -21,13 +21,13 @@ export { default as CCTV_2 } from './CCTV_2';
21
21
  export { default as Circle } from './Circle';
22
22
  export { default as Check } from './Check';
23
23
  export { default as CircularEdit } from './CircularEdit';
24
- export { default as CircularFilledWarning } from './CircularFilledWarning';
25
24
  export { default as CircularPause } from './CircularPause';
26
25
  export { default as CircularPlay } from './CircularPlay';
27
26
  export { default as CircularWarning } from './CircularWarning';
28
27
  export { default as City } from './City';
29
28
  export { default as Client } from './Client';
30
29
  export { default as Close } from './Close';
30
+ export { default as CloseCircle_2 } from './CloseCircle_2';
31
31
  export { default as CloseCircle } from './CloseCircle';
32
32
  export { default as CloseEye } from './CloseEye';
33
33
  export { default as CloudCross } from './CloudCross';
@@ -10,7 +10,7 @@ export interface SVGProps {
10
10
  color: string;
11
11
  weight: string;
12
12
  }
13
- export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AddUser' | 'AI_Brain' | 'AI_Web' | 'App' | 'Ascending' | 'Back' | 'Bank' | 'Bell' | 'Bin' | 'BrainNetworking' | 'Building' | 'Bulb' | 'Business' | 'Calendar' | 'Car' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'Check' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'City' | 'Client' | 'Close' | 'CloseCircle' | 'CloseEye' | 'CloudCross' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'Decrease' | 'Descending' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'FastDelivery' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Flow' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Home' | 'Hospital' | 'Hexagon' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Linkedin' | 'Licenses' | 'Live' | 'Lock' | 'Logout' | 'Manufacturing' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'MeterUp' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenBook' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'PeopleAnalytics' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Recording_3' | 'Rectangle' | 'Restaurant' | 'Retail' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'Ringing_Bell' | 'Rocket' | 'ROI' | 'RunAway' | 'SandTimer' | 'Scalable' | 'School' | 'Search' | 'SecureSystem' | 'Security' | 'Send' | 'Settings' | 'ShelfMonitoring' | 'Shield' | 'Sink' | 'SlantLine' | 'Sort_2' | 'Sort' | 'Source' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'ThreeDots' | 'ThumbsUp_2' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'VehicleNumber' | 'Video' | 'FullVolume' | 'Globe' | 'GlobeIcon' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Workflow' | 'X' | 'Youtube' | 'Zapper';
13
+ export declare type IconNames = 'Add_1' | 'Add_2' | 'AddProfile' | 'AddUser' | 'AI_Brain' | 'AI_Web' | 'App' | 'Ascending' | 'Back' | 'Bank' | 'Bell' | 'Bin' | 'BrainNetworking' | 'Building' | 'Bulb' | 'Business' | 'Calendar' | 'Car' | 'CCTV_1' | 'CCTV_2' | 'Circle' | 'Check' | 'CircularEdit' | 'CircularFilledWarning' | 'CircularPause' | 'CircularPlay' | 'CircularWarning' | 'City' | 'Client' | 'Close' | 'CloseCircle_2' | 'CloseCircle' | 'CloseEye' | 'CloudCross' | 'Copy' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | 'Decrease' | 'Descending' | 'DiagonalArrow' | 'Directory' | 'Disk' | 'DNS_1' | 'DNS_2' | 'DNS_3' | 'DocumentBadge' | 'DoubleQuotes' | 'DownArrow' | 'Download_2' | 'Download' | 'Email' | 'ExitFullScreen' | 'FaceRecognition' | 'FastDelivery' | 'OpenEye' | 'FilesBox' | 'FilledCircle' | 'FilledCircleTick' | 'FilledPin' | 'Filter_1' | 'Filter_2' | 'Flow' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Handshake' | 'Hazard' | 'Help' | 'History' | 'Home' | 'Hospital' | 'Hexagon' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Linkedin' | 'Licenses' | 'Live' | 'Lock' | 'Logout' | 'Manufacturing' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | 'More' | 'MultiMonitor' | 'MediumVolume' | 'Mute' | 'MuteVolume' | 'Menu' | 'MeterUp' | 'NetworkStorage' | 'NFS_Directory' | 'NoCam' | 'Node' | 'NoStorage' | 'Notifications' | 'OpenBin' | 'OpenBook' | 'OpenEye' | 'PasswordLock' | 'Pause' | 'PeopleAnalytics' | 'Phone' | 'Pin_2' | 'Pin' | 'Play_1' | 'Play_2' | 'Playback' | 'Power' | 'PremiumBadge' | 'ProcessingBulb' | 'Profile_1' | 'Profile_2' | 'Profile_3' | 'Recording_1' | 'Recording_2' | 'Recording_3' | 'Rectangle' | 'Restaurant' | 'Retail' | 'Retry' | 'Return' | 'Rewind_10_Sec' | 'Rhombus' | 'RightArrow' | 'Ringing_Bell' | 'Rocket' | 'ROI' | 'RunAway' | 'SandTimer' | 'Scalable' | 'School' | 'Search' | 'SecureSystem' | 'Security' | 'Send' | 'Settings' | 'ShelfMonitoring' | 'Shield' | 'Sink' | 'SlantLine' | 'Sort_2' | 'Sort' | 'Source' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'ThreeDots' | 'ThumbsUp_2' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'VehicleNumber' | 'Video' | 'FullVolume' | 'Globe' | 'GlobeIcon' | 'Government' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'Workflow' | 'X' | 'Youtube' | 'Zapper';
14
14
  export interface IconProps {
15
15
  icon: IconNames;
16
16
  size?: number;
@@ -65,6 +65,7 @@ export interface ThemeColorsInterface {
65
65
  success: string;
66
66
  warning: string;
67
67
  info: string;
68
+ critical: string;
68
69
  };
69
70
  disabled: {
70
71
  primary: string;
@@ -73,6 +74,7 @@ export interface ThemeColorsInterface {
73
74
  success: string;
74
75
  warning: string;
75
76
  info: string;
77
+ critical: string;
76
78
  };
77
79
  hover: {
78
80
  primary: string;
@@ -82,6 +84,7 @@ export interface ThemeColorsInterface {
82
84
  success: string;
83
85
  warning: string;
84
86
  info: string;
87
+ critical: string;
85
88
  };
86
89
  border: BorderColors;
87
90
  text: TextColors;
package/dist/index.js CHANGED
@@ -652,23 +652,6 @@ var CircularEdit = function CircularEdit(_ref) {
652
652
  }));
653
653
  };
654
654
 
655
- var CircularFilledWarning = function CircularFilledWarning(_ref) {
656
- var size = _ref.size,
657
- color = _ref.color,
658
- weight = _ref.weight;
659
- return React__default.createElement("svg", {
660
- width: size,
661
- height: size,
662
- strokeWidth: weight,
663
- viewBox: '0 0 28 28',
664
- fill: 'none',
665
- xmlns: 'http://www.w3.org/2000/svg'
666
- }, React__default.createElement("path", {
667
- d: 'M14 20.666C14.3778 20.666 14.6947 20.538 14.9507 20.282C15.2067 20.026 15.3342 19.7096 15.3333 19.3327V13.9993C15.3333 13.6216 15.2053 13.3051 14.9493 13.05C14.6933 12.7949 14.3769 12.6669 14 12.666C13.6231 12.6651 13.3067 12.7931 13.0507 13.05C12.7947 13.3069 12.6667 13.6233 12.6667 13.9993V19.3327C12.6667 19.7105 12.7947 20.0273 13.0507 20.2833C13.3067 20.5393 13.6231 20.6669 14 20.666ZM14 9.99935C14.3778 9.99935 14.6947 9.87135 14.9507 9.61535C15.2067 9.35935 15.3342 9.0429 15.3333 8.66602C15.3325 8.28913 15.2045 7.97268 14.9493 7.71668C14.6942 7.46068 14.3778 7.33268 14 7.33268C13.6222 7.33268 13.3058 7.46068 13.0507 7.71668C12.7956 7.97268 12.6676 8.28913 12.6667 8.66602C12.6658 9.0429 12.7938 9.35979 13.0507 9.61668C13.3076 9.87357 13.624 10.0011 14 9.99935ZM14 27.3327C12.1556 27.3327 10.4222 26.9825 8.80001 26.282C7.17779 25.5816 5.76667 24.6318 4.56667 23.4327C3.36667 22.2336 2.4169 20.8225 1.71734 19.1993C1.01778 17.5762 0.667562 15.8429 0.666673 13.9993C0.665785 12.1558 1.01601 10.4225 1.71734 8.79935C2.41867 7.17624 3.36845 5.76513 4.56667 4.56602C5.7649 3.3669 7.17601 2.41713 8.80001 1.71668C10.424 1.01624 12.1573 0.666016 14 0.666016C15.8427 0.666016 17.576 1.01624 19.2 1.71668C20.824 2.41713 22.2351 3.3669 23.4333 4.56602C24.6316 5.76513 25.5818 7.17624 26.284 8.79935C26.9862 10.4225 27.336 12.1558 27.3333 13.9993C27.3307 15.8429 26.9805 17.5762 26.2827 19.1993C25.5849 20.8225 24.6351 22.2336 23.4333 23.4327C22.2316 24.6318 20.8205 25.582 19.2 26.2833C17.5796 26.9847 15.8462 27.3345 14 27.3327Z',
668
- fill: color
669
- }));
670
- };
671
-
672
655
  var CircularPause = function CircularPause(_ref) {
673
656
  var size = _ref.size,
674
657
  color = _ref.color,
@@ -784,6 +767,24 @@ var Close = function Close(_ref) {
784
767
  }));
785
768
  };
786
769
 
770
+ var CloseCircle_2 = function CloseCircle_2(_ref) {
771
+ var size = _ref.size,
772
+ color = _ref.color,
773
+ weight = _ref.weight;
774
+ return React__default.createElement("svg", {
775
+ width: size,
776
+ height: size,
777
+ stroke: color,
778
+ strokeWidth: weight,
779
+ viewBox: '0 0 20 21',
780
+ fill: 'none',
781
+ xmlns: 'http://www.w3.org/2000/svg'
782
+ }, React__default.createElement("path", {
783
+ d: 'M10 0.5C4.47 0.5 0 4.97 0 10.5C0 16.03 4.47 20.5 10 20.5C15.53 20.5 20 16.03 20 10.5C20 4.97 15.53 0.5 10 0.5ZM14.3 14.8C14.2075 14.8927 14.0976 14.9662 13.9766 15.0164C13.8556 15.0666 13.726 15.0924 13.595 15.0924C13.464 15.0924 13.3343 15.0666 13.2134 15.0164C13.0924 14.9662 12.9825 14.8927 12.89 14.8L10 11.91L7.11 14.8C6.92302 14.987 6.66943 15.092 6.405 15.092C6.14057 15.092 5.88698 14.987 5.7 14.8C5.51302 14.613 5.40798 14.3594 5.40798 14.095C5.40798 13.9641 5.43377 13.8344 5.48387 13.7135C5.53398 13.5925 5.60742 13.4826 5.7 13.39L8.59 10.5L5.7 7.61C5.51302 7.42302 5.40798 7.16943 5.40798 6.905C5.40798 6.64057 5.51302 6.38698 5.7 6.2C5.88698 6.01302 6.14057 5.90798 6.405 5.90798C6.66943 5.90798 6.92302 6.01302 7.11 6.2L10 9.09L12.89 6.2C12.9826 6.10742 13.0925 6.03398 13.2135 5.98387C13.3344 5.93377 13.4641 5.90798 13.595 5.90798C13.7259 5.90798 13.8556 5.93377 13.9765 5.98387C14.0975 6.03398 14.2074 6.10742 14.3 6.2C14.3926 6.29258 14.466 6.40249 14.5161 6.52346C14.5662 6.64442 14.592 6.77407 14.592 6.905C14.592 7.03593 14.5662 7.16558 14.5161 7.28654C14.466 7.40751 14.3926 7.51742 14.3 7.61L11.41 10.5L14.3 13.39C14.68 13.77 14.68 14.41 14.3 14.8Z',
784
+ fill: color
785
+ }));
786
+ };
787
+
787
788
  var CloseCircle = function CloseCircle(_ref) {
788
789
  var size = _ref.size,
789
790
  color = _ref.color,
@@ -4889,7 +4890,8 @@ var light = {
4889
4890
  error: '#F44336',
4890
4891
  success: '#4CAF50',
4891
4892
  warning: '#FF9800',
4892
- info: '#2159F3'
4893
+ info: '#2159F3',
4894
+ critical: '#FF7518'
4893
4895
  },
4894
4896
  disabled: {
4895
4897
  primary: '#B9DCF7',
@@ -4897,7 +4899,8 @@ var light = {
4897
4899
  error: '#FFEBEE',
4898
4900
  success: '#E8F5E9',
4899
4901
  warning: '#FFF3E0',
4900
- info: '#E3F2FD'
4902
+ info: '#E3F2FD',
4903
+ critical: '#FFF5DA'
4901
4904
  },
4902
4905
  hover: {
4903
4906
  primary: '#4C9EEB',
@@ -4906,7 +4909,8 @@ var light = {
4906
4909
  error: '#D32F2F',
4907
4910
  success: '#388E3C',
4908
4911
  warning: '#F57C00',
4909
- info: '#193ED2'
4912
+ info: '#193ED2',
4913
+ critical: '#CC5500'
4910
4914
  },
4911
4915
  border: {
4912
4916
  extraBold: '#657786',
@@ -4959,7 +4963,8 @@ var dark = {
4959
4963
  error: '#EF5350',
4960
4964
  success: '#66BB6A',
4961
4965
  warning: '#FFB74D',
4962
- info: '#42A5F5'
4966
+ info: '#42A5F5',
4967
+ critical: '#FF7518'
4963
4968
  },
4964
4969
  disabled: {
4965
4970
  primary: '#3B4A58',
@@ -4967,7 +4972,8 @@ var dark = {
4967
4972
  error: '#5B1B1B',
4968
4973
  success: '#1B3C1B',
4969
4974
  warning: '#5A3C1B',
4970
- info: '#1A3C5A'
4975
+ info: '#1A3C5A',
4976
+ critical: '#FFF5DA'
4971
4977
  },
4972
4978
  hover: {
4973
4979
  primary: '#5CA6F0',
@@ -4976,7 +4982,8 @@ var dark = {
4976
4982
  error: '#D32F2F',
4977
4983
  success: '#388E3C',
4978
4984
  warning: '#F57C00',
4979
- info: '#1976D2'
4985
+ info: '#1976D2',
4986
+ critical: '#CC5500'
4980
4987
  },
4981
4988
  border: {
4982
4989
  extraBold: '#8899A6',
@@ -5156,13 +5163,13 @@ var IconSVGs = {
5156
5163
  Circle: Circle,
5157
5164
  Check: Check,
5158
5165
  CircularEdit: CircularEdit,
5159
- CircularFilledWarning: CircularFilledWarning,
5160
5166
  CircularPause: CircularPause,
5161
5167
  CircularPlay: CircularPlay,
5162
5168
  CircularWarning: CircularWarning,
5163
5169
  City: City,
5164
5170
  Client: Client,
5165
5171
  Close: Close,
5172
+ CloseCircle_2: CloseCircle_2,
5166
5173
  CloseCircle: CloseCircle,
5167
5174
  CloseEye: CloseEye,
5168
5175
  CloudCross: CloudCross,