labsense-ui-kit 1.2.17 → 1.2.19

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.
@@ -27,6 +27,7 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
27
27
  $flexWrap?: string | undefined;
28
28
  $textAlign?: string | undefined;
29
29
  $overflow?: string | undefined;
30
+ $overflowWrap?: string | undefined;
30
31
  $overflowY?: string | undefined;
31
32
  $color?: string | undefined;
32
33
  $zIndex?: number | undefined;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { SVGProps } from '..';
3
+ declare const Send: React.FC<SVGProps>;
4
+ export default Send;
@@ -123,6 +123,7 @@ export { default as RunAway } from './RunAway';
123
123
  export { default as SandTimer } from './SandTimer';
124
124
  export { default as Search } from './Search';
125
125
  export { default as SecureSystem } from './SecureSystem';
126
+ export { default as Send } from './Send';
126
127
  export { default as Settings } from './Settings';
127
128
  export { default as Shield } from './Shield';
128
129
  export { default as SlantLine } from './SlantLine';
@@ -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' | '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' | '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';
13
13
  export interface IconProps {
14
14
  icon: IconNames;
15
15
  size?: number;
package/dist/index.js CHANGED
@@ -3181,6 +3181,23 @@ var SecureSystem = function SecureSystem(_ref) {
3181
3181
  }));
3182
3182
  };
3183
3183
 
3184
+ var Send = function Send(_ref) {
3185
+ var size = _ref.size,
3186
+ color = _ref.color,
3187
+ weight = _ref.weight;
3188
+ return React__default.createElement("svg", {
3189
+ width: size,
3190
+ height: size,
3191
+ strokeWidth: weight,
3192
+ viewBox: '0 0 22 24',
3193
+ fill: 'none',
3194
+ xmlns: 'http://www.w3.org/2000/svg'
3195
+ }, React__default.createElement("path", {
3196
+ d: "M21.2392 0.930737C21.1002 0.815346 20.9312 0.741828 20.752 0.718749C20.5729 0.69567 20.3908 0.723979 20.2271 0.800378L0.581055 10.0218V11.8062L8.83279 15.1068L14.1257 23.2499H15.9104L21.5495 1.90307C21.5952 1.72825 21.5904 1.54403 21.5354 1.37188C21.4805 1.19973 21.3777 1.04674 21.2392 0.930737ZM14.8086 21.548L10.259 14.5485L17.2599 6.88063L16.1522 5.86925L9.09651 13.5969L2.29293 10.8755L19.7981 2.65869L14.8086 21.548Z",
3197
+ fill: color
3198
+ }));
3199
+ };
3200
+
3184
3201
  var Settings = function Settings(_ref) {
3185
3202
  var size = _ref.size,
3186
3203
  color = _ref.color,
@@ -3756,7 +3773,7 @@ var useCustomModal = function useCustomModal(_ref4) {
3756
3773
  };
3757
3774
 
3758
3775
  var _templateObject$1, _templateObject2$1;
3759
- var Container = styled__default.div(_templateObject$1 || (_templateObject$1 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex: ", ";\n flex-wrap: ", ";\n flex-direction: ", ";\n justify-content: ", ";\n align-items: ", "; \n gap: ", ";\n font-weight: ", ";\n height: ", ";\n min-height: ", ";\n max-height: ", ";\n width: ", ";\n min-width: ", ";\n max-width: ", ";\n padding: ", ";\n background: ", ";\n object-fit:", ";\n margin: ", ";\n border-radius: ", ";\n border-top-left-radius: ", ";\n border-top-right-radius: ", ";\n border-bottom-right-radius: ", ";\n border-bottom-left-radius: ", ";\n cursor: ", ";\n font-size: ", ";\n opacity: ", ";\n pointer-events: ", ";\n position: ", ";\n top: ", ";\n bottom: ", ";\n left: ", ";\n right: ", ";\n text-align: ", "; \n color: ", "; \n overflow: ", ";\n overflow-y: ", ";\n z-index: ", "; \n scrollbar-width: ", ";\n border: ", "; \n border-top: ", ";\n border-bottom: ", ";\n border-left: ", ";\n transition: ", ";\n transform: ", ";\n box-shadow: ", ";\n backdrop-filter: ", ";\n white-space: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
3776
+ var Container = styled__default.div(_templateObject$1 || (_templateObject$1 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex: ", ";\n flex-wrap: ", ";\n flex-direction: ", ";\n justify-content: ", ";\n align-items: ", "; \n gap: ", ";\n font-weight: ", ";\n height: ", ";\n min-height: ", ";\n max-height: ", ";\n width: ", ";\n min-width: ", ";\n max-width: ", ";\n padding: ", ";\n background: ", ";\n object-fit:", ";\n margin: ", ";\n border-radius: ", ";\n border-top-left-radius: ", ";\n border-top-right-radius: ", ";\n border-bottom-right-radius: ", ";\n border-bottom-left-radius: ", ";\n cursor: ", ";\n font-size: ", ";\n opacity: ", ";\n pointer-events: ", ";\n position: ", ";\n top: ", ";\n bottom: ", ";\n left: ", ";\n right: ", ";\n text-align: ", "; \n color: ", "; \n overflow: ", ";\n overflow-wrap: ", ";\n overflow-y: ", ";\n z-index: ", "; \n scrollbar-width: ", ";\n border: ", "; \n border-top: ", ";\n border-bottom: ", ";\n border-left: ", ";\n transition: ", ";\n transform: ", ";\n box-shadow: ", ";\n backdrop-filter: ", ";\n white-space: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
3760
3777
  var $flex = _ref.$flex;
3761
3778
  return $flex;
3762
3779
  }, function (_ref2) {
@@ -3859,81 +3876,84 @@ var Container = styled__default.div(_templateObject$1 || (_templateObject$1 = _t
3859
3876
  var $overflow = _ref34.$overflow;
3860
3877
  return $overflow || 'visible';
3861
3878
  }, function (_ref35) {
3862
- var $overflowY = _ref35.$overflowY;
3863
- return $overflowY;
3879
+ var $overflowWrap = _ref35.$overflowWrap;
3880
+ return $overflowWrap;
3864
3881
  }, function (_ref36) {
3865
- var $zIndex = _ref36.$zIndex;
3866
- return $zIndex;
3882
+ var $overflowY = _ref36.$overflowY;
3883
+ return $overflowY;
3867
3884
  }, function (_ref37) {
3868
- var $scrollbarWidth = _ref37.$scrollbarWidth;
3869
- return $scrollbarWidth;
3885
+ var $zIndex = _ref37.$zIndex;
3886
+ return $zIndex;
3870
3887
  }, function (_ref38) {
3871
- var $border = _ref38.$border;
3872
- return $border;
3888
+ var $scrollbarWidth = _ref38.$scrollbarWidth;
3889
+ return $scrollbarWidth;
3873
3890
  }, function (_ref39) {
3874
- var $borderTop = _ref39.$borderTop;
3875
- return $borderTop;
3891
+ var $border = _ref39.$border;
3892
+ return $border;
3876
3893
  }, function (_ref40) {
3877
- var $borderBottom = _ref40.$borderBottom;
3878
- return $borderBottom;
3894
+ var $borderTop = _ref40.$borderTop;
3895
+ return $borderTop;
3879
3896
  }, function (_ref41) {
3880
- var $borderLeft = _ref41.$borderLeft;
3881
- return $borderLeft;
3897
+ var $borderBottom = _ref41.$borderBottom;
3898
+ return $borderBottom;
3882
3899
  }, function (_ref42) {
3883
- var $transition = _ref42.$transition;
3884
- return $transition;
3900
+ var $borderLeft = _ref42.$borderLeft;
3901
+ return $borderLeft;
3885
3902
  }, function (_ref43) {
3886
- var $transform = _ref43.$transform;
3887
- return $transform;
3903
+ var $transition = _ref43.$transition;
3904
+ return $transition;
3888
3905
  }, function (_ref44) {
3889
- var $boxShadow = _ref44.$boxShadow;
3890
- return $boxShadow;
3906
+ var $transform = _ref44.$transform;
3907
+ return $transform;
3891
3908
  }, function (_ref45) {
3892
- var $backDropFilter = _ref45.$backDropFilter;
3893
- return $backDropFilter;
3909
+ var $boxShadow = _ref45.$boxShadow;
3910
+ return $boxShadow;
3894
3911
  }, function (_ref46) {
3895
- var $whiteSpace = _ref46.$whiteSpace;
3896
- return $whiteSpace;
3912
+ var $backDropFilter = _ref46.$backDropFilter;
3913
+ return $backDropFilter;
3897
3914
  }, function (_ref47) {
3898
- var $hoverBackground = _ref47.$hoverBackground;
3899
- return $hoverBackground;
3915
+ var $whiteSpace = _ref47.$whiteSpace;
3916
+ return $whiteSpace;
3900
3917
  }, function (_ref48) {
3901
- var $hoverColor = _ref48.$hoverColor;
3918
+ var $hoverBackground = _ref48.$hoverBackground;
3919
+ return $hoverBackground;
3920
+ }, function (_ref49) {
3921
+ var $hoverColor = _ref49.$hoverColor;
3902
3922
  return $hoverColor;
3903
3923
  });
3904
- var Span = styled__default.span(_templateObject2$1 || (_templateObject2$1 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n font-style: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n white-space: ", ";\n"])), function (_ref49) {
3905
- var $fontFamily = _ref49.$fontFamily;
3924
+ var Span = styled__default.span(_templateObject2$1 || (_templateObject2$1 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n font-style: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n white-space: ", ";\n"])), function (_ref50) {
3925
+ var $fontFamily = _ref50.$fontFamily;
3906
3926
  return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
3907
- }, function (_ref50) {
3908
- var $fontWeight = _ref50.$fontWeight;
3909
- return $fontWeight ? $fontWeight : '500';
3910
3927
  }, function (_ref51) {
3911
- var $fontSize = _ref51.$fontSize;
3912
- return $fontSize ? $fontSize : '16px';
3928
+ var $fontWeight = _ref51.$fontWeight;
3929
+ return $fontWeight ? $fontWeight : '500';
3913
3930
  }, function (_ref52) {
3914
- var $fontStyle = _ref52.$fontStyle;
3915
- return $fontStyle ? $fontStyle : 'normal';
3931
+ var $fontSize = _ref52.$fontSize;
3932
+ return $fontSize ? $fontSize : '16px';
3916
3933
  }, function (_ref53) {
3917
- var $color = _ref53.$color,
3918
- theme = _ref53.theme;
3919
- return $color ? $color : theme.text.medium;
3934
+ var $fontStyle = _ref53.$fontStyle;
3935
+ return $fontStyle ? $fontStyle : 'normal';
3920
3936
  }, function (_ref54) {
3921
- var $lineHeight = _ref54.$lineHeight;
3922
- return $lineHeight ? $lineHeight : '100%';
3937
+ var $color = _ref54.$color,
3938
+ theme = _ref54.theme;
3939
+ return $color ? $color : theme.text.medium;
3923
3940
  }, function (_ref55) {
3924
- var $textAlign = _ref55.$textAlign;
3925
- return $textAlign ? $textAlign : 'center';
3941
+ var $lineHeight = _ref55.$lineHeight;
3942
+ return $lineHeight ? $lineHeight : '100%';
3926
3943
  }, function (_ref56) {
3927
- var $minWidth = _ref56.$minWidth;
3928
- return $minWidth;
3944
+ var $textAlign = _ref56.$textAlign;
3945
+ return $textAlign ? $textAlign : 'center';
3929
3946
  }, function (_ref57) {
3930
- var $width = _ref57.$width;
3931
- return $width;
3947
+ var $minWidth = _ref57.$minWidth;
3948
+ return $minWidth;
3932
3949
  }, function (_ref58) {
3933
- var $overflowWrap = _ref58.$overflowWrap;
3934
- return $overflowWrap;
3950
+ var $width = _ref58.$width;
3951
+ return $width;
3935
3952
  }, function (_ref59) {
3936
- var $whiteSpace = _ref59.$whiteSpace;
3953
+ var $overflowWrap = _ref59.$overflowWrap;
3954
+ return $overflowWrap;
3955
+ }, function (_ref60) {
3956
+ var $whiteSpace = _ref60.$whiteSpace;
3937
3957
  return $whiteSpace;
3938
3958
  });
3939
3959
 
@@ -4310,6 +4330,7 @@ var IconSVGs = {
4310
4330
  SandTimer: SandTimer,
4311
4331
  Search: Search,
4312
4332
  SecureSystem: SecureSystem,
4333
+ Send: Send,
4313
4334
  Settings: Settings,
4314
4335
  Shield: Shield,
4315
4336
  SlantLine: SlantLine,