labsense-ui-kit 1.2.20 → 1.2.22

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 Help: React.FC<SVGProps>;
4
+ export default Help;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Security: React.FC<SVGProps>;
4
+ export default Security;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Tool: React.FC<SVGProps>;
4
+ export default Tool;
@@ -60,6 +60,7 @@ export { default as Grid_4x4 } from './Grid_4x4';
60
60
  export { default as Grid_5x5 } from './Grid_5x5';
61
61
  export { default as Hamburger } from './Hamburger';
62
62
  export { default as Hazard } from './Hazard';
63
+ export { default as Help } from './Help';
63
64
  export { default as History } from './History';
64
65
  export { default as Hexagon } from './Hexagon';
65
66
  export { default as Information } from './Information';
@@ -123,6 +124,7 @@ export { default as RunAway } from './RunAway';
123
124
  export { default as SandTimer } from './SandTimer';
124
125
  export { default as Search } from './Search';
125
126
  export { default as SecureSystem } from './SecureSystem';
127
+ export { default as Security } from './Security';
126
128
  export { default as Send } from './Send';
127
129
  export { default as Settings } from './Settings';
128
130
  export { default as Shield } from './Shield';
@@ -138,6 +140,7 @@ export { default as ThreeDots } from './ThreeDots';
138
140
  export { default as ThumbsUp } from './ThumbsUp';
139
141
  export { default as Tick } from './Tick';
140
142
  export { default as Timer } from './Timer';
143
+ export { default as Tool } from './Tool';
141
144
  export { default as Tools } from './Tools';
142
145
  export { default as TriangularFilledWarning } from './TriangularFilledWarning';
143
146
  export { default as UnPinned } from './UnPinned';
@@ -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' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | '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' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Hazard' | 'History' | 'Hexagon' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Linkedin' | 'Licenses' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | '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' | 'SecureSystem' | 'Send' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Globe' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'X' | 'Youtube' | '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' | 'Copyright' | 'CPU' | 'Cube3D' | 'Cyber' | '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' | 'Forward_10_Sec' | 'Forward' | 'FPS' | 'Free' | 'FullScreen' | 'Grid_2x2_Hollow' | 'Grid_2x2' | 'Grid_3x3' | 'Grid_4x4' | 'Grid_5x5' | 'Hamburger' | 'Hazard' | 'Help' | 'History' | 'Hexagon' | 'Information' | 'InformationFilled' | 'Instagram' | 'Install' | 'IP' | 'Key_2' | 'Key' | 'KeyDown' | 'KnobController' | 'LedBulb' | 'LeftArrow' | 'Letter' | 'Linkedin' | 'Licenses' | 'Live' | 'Lock' | 'Logout' | 'Maps' | 'Media' | 'Monitor' | 'MonitorEye' | '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' | 'SecureSystem' | 'Security' | 'Send' | 'Settings' | 'Shield' | 'SlantLine' | 'SquareEdit' | 'SquareTick' | 'Star' | 'StorageDisks' | 'Tag' | 'Team' | 'Team_2' | 'ThreeDots' | 'ThumbsUp' | 'Tick' | 'Timer' | 'Tool' | 'Tools' | 'TriangularFilledWarning' | 'UnPinned' | 'UpArrow' | 'Video' | 'FullVolume' | 'Globe' | 'Wallet' | 'Web' | 'WiFiCam' | 'WiFiLaptop' | 'X' | 'Youtube' | 'Zapper';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
@@ -3,6 +3,7 @@ interface UseModalProps {
3
3
  maxWidth?: string;
4
4
  }
5
5
  declare const useCustomModal: ({ maxWidth }: UseModalProps) => {
6
+ isOpen: boolean;
6
7
  setIsOpen: React.Dispatch<React.SetStateAction<boolean>>;
7
8
  createModal: (content: React.ReactNode) => React.JSX.Element;
8
9
  };
package/dist/index.js CHANGED
@@ -1786,6 +1786,25 @@ var Hazard = function Hazard(_ref) {
1786
1786
  }));
1787
1787
  };
1788
1788
 
1789
+ var Help = function Help(_ref) {
1790
+ var size = _ref.size,
1791
+ color = _ref.color,
1792
+ weight = _ref.weight;
1793
+ return React__default.createElement("svg", {
1794
+ width: size,
1795
+ height: size,
1796
+ strokeWidth: weight,
1797
+ viewBox: '0 0 14 14',
1798
+ fill: 'none',
1799
+ xmlns: 'http://www.w3.org/2000/svg'
1800
+ }, React__default.createElement("path", {
1801
+ fillRule: "evenodd",
1802
+ clipRule: "evenodd",
1803
+ d: "M0.818542 7.00001C0.818542 5.36058 1.4698 3.7883 2.62905 2.62905C3.7883 1.4698 5.36058 0.818542 7.00001 0.818542C8.63944 0.818542 10.2117 1.4698 11.371 2.62905C12.5302 3.7883 13.1815 5.36058 13.1815 7.00001C13.1815 8.63944 12.5302 10.2117 11.371 11.371C10.2117 12.5302 8.63944 13.1815 7.00001 13.1815C5.36058 13.1815 3.7883 12.5302 2.62905 11.371C1.4698 10.2117 0.818542 8.63944 0.818542 7.00001ZM7.00001 1.70521C5.59574 1.70521 4.24899 2.26305 3.25602 3.25602C2.26305 4.24899 1.70521 5.59574 1.70521 7.00001C1.70521 8.40428 2.26305 9.75103 3.25602 10.744C4.24899 11.737 5.59574 12.2948 7.00001 12.2948C8.40428 12.2948 9.75103 11.737 10.744 10.744C11.737 9.75103 12.2948 8.40428 12.2948 7.00001C12.2948 5.59574 11.737 4.24899 10.744 3.25602C9.75103 2.26305 8.40428 1.70521 7.00001 1.70521ZM7.70001 9.80001C7.70001 9.98566 7.62626 10.1637 7.49498 10.295C7.36371 10.4263 7.18566 10.5 7.00001 10.5C6.81436 10.5 6.63631 10.4263 6.50503 10.295C6.37376 10.1637 6.30001 9.98566 6.30001 9.80001C6.30001 9.61436 6.37376 9.43631 6.50503 9.30504C6.63631 9.17376 6.81436 9.10001 7.00001 9.10001C7.18566 9.10001 7.36371 9.17376 7.49498 9.30504C7.62626 9.43631 7.70001 9.61436 7.70001 9.80001ZM5.64668 5.83334C5.64668 5.20054 6.19268 4.59668 7.00001 4.59668C7.80734 4.59668 8.35334 5.20054 8.35334 5.83334C8.35334 6.29161 8.10134 6.52588 7.66641 6.79001L7.50214 6.88708C7.31937 6.9872 7.14351 7.09945 6.97574 7.22308C6.74988 7.39854 6.48668 7.68321 6.48668 8.12001C6.48618 8.25615 6.53979 8.38692 6.63571 8.48354C6.73163 8.58016 6.862 8.63471 6.99814 8.63521C7.13429 8.6357 7.26505 8.5821 7.36167 8.48618C7.45829 8.39026 7.51285 8.25989 7.51334 8.12374C7.53883 8.088 7.57043 8.05704 7.60668 8.03228C7.70188 7.95854 7.80734 7.89788 7.94828 7.81574C8.02045 7.77405 8.10445 7.72459 8.20028 7.66734C8.69868 7.36401 9.38001 6.86374 9.38001 5.83334C9.38001 4.59948 8.33934 3.57001 7.00001 3.57001C5.66068 3.57001 4.62001 4.59948 4.62001 5.83334C4.62001 5.96949 4.67409 6.10006 4.77036 6.19632C4.86663 6.29259 4.9972 6.34668 5.13334 6.34668C5.26949 6.34668 5.40006 6.29259 5.49632 6.19632C5.59259 6.10006 5.64668 5.96949 5.64668 5.83334Z",
1804
+ fill: color
1805
+ }));
1806
+ };
1807
+
1789
1808
  var History = function History(_ref) {
1790
1809
  var size = _ref.size,
1791
1810
  color = _ref.color,
@@ -3181,6 +3200,23 @@ var SecureSystem = function SecureSystem(_ref) {
3181
3200
  }));
3182
3201
  };
3183
3202
 
3203
+ var Security = function Security(_ref) {
3204
+ var size = _ref.size,
3205
+ color = _ref.color,
3206
+ weight = _ref.weight;
3207
+ return React__default.createElement("svg", {
3208
+ width: size,
3209
+ height: size,
3210
+ strokeWidth: weight,
3211
+ viewBox: '0 0 12 12',
3212
+ fill: 'none',
3213
+ xmlns: 'http://www.w3.org/2000/svg'
3214
+ }, React__default.createElement("path", {
3215
+ d: "M8.51212 4.58656C8.58003 4.51934 8.61883 4.42815 8.62018 4.33261C8.62152 4.23707 8.58532 4.14482 8.51934 4.07571C8.45336 4.0066 8.36289 3.96615 8.26739 3.96307C8.1719 3.95998 8.07901 3.99451 8.00871 4.05922L5.05792 6.87585L3.99742 5.81506C3.92904 5.74667 3.83629 5.70826 3.73958 5.70826C3.64288 5.70826 3.55013 5.74667 3.48175 5.81506C3.41337 5.88344 3.37495 5.97618 3.37495 6.07289C3.37495 6.1696 3.41337 6.26234 3.48175 6.33072L4.79425 7.64322C4.93425 7.78322 5.16058 7.78614 5.30379 7.64906L8.51212 4.58656ZM6.25229 0.26814C6.18441 0.203074 6.09403 0.166748 6 0.166748C5.90597 0.166748 5.81558 0.203074 5.74771 0.26814C4.943 1.03901 3.79792 1.45726 2.82025 1.67981C2.33608 1.78947 1.90471 1.84897 1.59467 1.88106C1.43423 1.89751 1.27336 1.90938 1.11225 1.91664H1.10583C1.01066 1.91892 0.920164 1.95834 0.853672 2.02647C0.78718 2.0946 0.749973 2.18603 0.75 2.28122V5.05206C0.75 6.46285 1.11254 7.86897 1.94525 9.06977C2.77971 10.2732 4.0715 11.2482 5.89121 11.8167C5.96208 11.8388 6.03792 11.8388 6.10879 11.8167C9.77417 10.6713 11.25 7.89493 11.25 5.12497V2.28122C11.25 2.18603 11.2128 2.0946 11.1463 2.02647C11.0798 1.95834 10.9893 1.91892 10.8942 1.91664H10.8877L10.8644 1.91576L10.7687 1.91081C10.6474 1.9035 10.5262 1.89358 10.4053 1.88106C9.99319 1.83821 9.58395 1.77101 9.17975 1.67981C8.20179 1.45726 7.05671 1.03901 6.25229 0.26814ZM1.47917 5.05206V2.62393C1.53672 2.61926 1.60001 2.61343 1.66904 2.60643C2.11047 2.56083 2.54876 2.48875 2.98154 2.3906C3.92071 2.17739 5.08475 1.77751 6 1.01918C6.91496 1.77751 8.07958 2.1771 9.01817 2.3906C9.51312 2.50269 10.0152 2.58065 10.5208 2.62393V5.12497C10.5208 7.57789 9.25383 10.0247 6 11.0861C4.37833 10.557 3.26125 9.6881 2.54433 8.65414C1.80933 7.59451 1.47917 6.33918 1.47917 5.05206Z",
3216
+ fill: color
3217
+ }));
3218
+ };
3219
+
3184
3220
  var Send = function Send(_ref) {
3185
3221
  var size = _ref.size,
3186
3222
  color = _ref.color,
@@ -3472,6 +3508,23 @@ var Timer = function Timer(_ref) {
3472
3508
  }));
3473
3509
  };
3474
3510
 
3511
+ var Tool = function Tool(_ref) {
3512
+ var size = _ref.size,
3513
+ color = _ref.color,
3514
+ weight = _ref.weight;
3515
+ return React__default.createElement("svg", {
3516
+ width: size,
3517
+ height: size,
3518
+ strokeWidth: weight,
3519
+ viewBox: '0 0 12 12',
3520
+ fill: 'none',
3521
+ xmlns: 'http://www.w3.org/2000/svg'
3522
+ }, React__default.createElement("path", {
3523
+ d: "M8.1875 0.31253C6.24937 0.31253 4.6875 1.8744 4.6875 3.81253C4.6875 3.91534 4.70369 4.05447 4.71506 4.18178L0.96875 7.92766C0.764115 8.13097 0.601712 8.37274 0.490889 8.63907C0.380067 8.90539 0.323013 9.191 0.323013 9.47947C0.323013 9.76793 0.380067 10.0535 0.490889 10.3199C0.601712 10.5862 0.764115 10.828 0.96875 11.0313C1.17206 11.2359 1.41384 11.3983 1.68016 11.5091C1.94649 11.62 2.2321 11.677 2.52056 11.677C2.80902 11.677 3.09464 11.62 3.36096 11.5091C3.62729 11.3983 3.86906 11.2359 4.07237 11.0313L7.81825 7.28497C7.94513 7.29634 8.08512 7.31253 8.1875 7.31253C10.1256 7.31253 11.6875 5.75065 11.6875 3.81253C11.6898 3.2486 11.5485 2.69336 11.2771 2.19903L11.0037 1.69328L10.5938 2.10365L8.70681 3.97615L8.02344 3.29278L9.89594 1.40628L10.3072 0.995905L9.801 0.722467C9.30663 0.451213 8.75139 0.310145 8.1875 0.31253ZM8.1875 1.18753C8.40012 1.18753 8.5585 1.2794 8.7475 1.32447L7.09375 2.97822L6.77875 3.29322L7.09375 3.59378L8.40625 4.90628L8.70725 5.22128L9.02137 4.90628L10.676 3.25253C10.7211 3.44153 10.8125 3.5999 10.8125 3.81253C10.8125 5.2869 9.66187 6.43753 8.1875 6.43753C8.0125 6.43753 7.8725 6.43753 7.76313 6.40997L7.53125 6.34172L7.35362 6.51978L3.45681 10.4166C2.91869 10.9547 2.12244 10.9547 1.58431 10.4166L1.57031 10.4026C1.04531 9.86447 1.04969 9.07697 1.58344 8.54322L5.48025 4.64684L5.65831 4.46922L5.58919 4.23734C5.56294 4.12797 5.56206 3.98797 5.56206 3.81297C5.56206 2.33859 6.71269 1.18797 8.18706 1.18797L8.1875 1.18753Z",
3524
+ fill: color
3525
+ }));
3526
+ };
3527
+
3475
3528
  var Tools = function Tools(_ref) {
3476
3529
  var size = _ref.size,
3477
3530
  color = _ref.color,
@@ -3767,6 +3820,7 @@ var useCustomModal = function useCustomModal(_ref4) {
3767
3820
  }, content);
3768
3821
  };
3769
3822
  return {
3823
+ isOpen: isOpen,
3770
3824
  setIsOpen: setIsOpen,
3771
3825
  createModal: createModal
3772
3826
  };
@@ -4267,6 +4321,7 @@ var IconSVGs = {
4267
4321
  Grid_5x5: Grid_5x5,
4268
4322
  Hamburger: Hamburger,
4269
4323
  Hazard: Hazard,
4324
+ Help: Help,
4270
4325
  History: History,
4271
4326
  Hexagon: Hexagon,
4272
4327
  Information: Information,
@@ -4330,6 +4385,7 @@ var IconSVGs = {
4330
4385
  SandTimer: SandTimer,
4331
4386
  Search: Search,
4332
4387
  SecureSystem: SecureSystem,
4388
+ Security: Security,
4333
4389
  Send: Send,
4334
4390
  Settings: Settings,
4335
4391
  Shield: Shield,
@@ -4345,6 +4401,7 @@ var IconSVGs = {
4345
4401
  ThumbsUp: ThumbsUp,
4346
4402
  Tick: Tick,
4347
4403
  Timer: Timer,
4404
+ Tool: Tool,
4348
4405
  Tools: Tools,
4349
4406
  TriangularFilledWarning: TriangularFilledWarning,
4350
4407
  UnPinned: UnPinned,