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.
@@ -3177,6 +3177,23 @@ var SecureSystem = function SecureSystem(_ref) {
3177
3177
  }));
3178
3178
  };
3179
3179
 
3180
+ var Send = function Send(_ref) {
3181
+ var size = _ref.size,
3182
+ color = _ref.color,
3183
+ weight = _ref.weight;
3184
+ return React.createElement("svg", {
3185
+ width: size,
3186
+ height: size,
3187
+ strokeWidth: weight,
3188
+ viewBox: '0 0 22 24',
3189
+ fill: 'none',
3190
+ xmlns: 'http://www.w3.org/2000/svg'
3191
+ }, React.createElement("path", {
3192
+ 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",
3193
+ fill: color
3194
+ }));
3195
+ };
3196
+
3180
3197
  var Settings = function Settings(_ref) {
3181
3198
  var size = _ref.size,
3182
3199
  color = _ref.color,
@@ -3752,7 +3769,7 @@ var useCustomModal = function useCustomModal(_ref4) {
3752
3769
  };
3753
3770
 
3754
3771
  var _templateObject$1, _templateObject2$1;
3755
- var Container = styled.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) {
3772
+ var Container = styled.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) {
3756
3773
  var $flex = _ref.$flex;
3757
3774
  return $flex;
3758
3775
  }, function (_ref2) {
@@ -3855,81 +3872,84 @@ var Container = styled.div(_templateObject$1 || (_templateObject$1 = _taggedTemp
3855
3872
  var $overflow = _ref34.$overflow;
3856
3873
  return $overflow || 'visible';
3857
3874
  }, function (_ref35) {
3858
- var $overflowY = _ref35.$overflowY;
3859
- return $overflowY;
3875
+ var $overflowWrap = _ref35.$overflowWrap;
3876
+ return $overflowWrap;
3860
3877
  }, function (_ref36) {
3861
- var $zIndex = _ref36.$zIndex;
3862
- return $zIndex;
3878
+ var $overflowY = _ref36.$overflowY;
3879
+ return $overflowY;
3863
3880
  }, function (_ref37) {
3864
- var $scrollbarWidth = _ref37.$scrollbarWidth;
3865
- return $scrollbarWidth;
3881
+ var $zIndex = _ref37.$zIndex;
3882
+ return $zIndex;
3866
3883
  }, function (_ref38) {
3867
- var $border = _ref38.$border;
3868
- return $border;
3884
+ var $scrollbarWidth = _ref38.$scrollbarWidth;
3885
+ return $scrollbarWidth;
3869
3886
  }, function (_ref39) {
3870
- var $borderTop = _ref39.$borderTop;
3871
- return $borderTop;
3887
+ var $border = _ref39.$border;
3888
+ return $border;
3872
3889
  }, function (_ref40) {
3873
- var $borderBottom = _ref40.$borderBottom;
3874
- return $borderBottom;
3890
+ var $borderTop = _ref40.$borderTop;
3891
+ return $borderTop;
3875
3892
  }, function (_ref41) {
3876
- var $borderLeft = _ref41.$borderLeft;
3877
- return $borderLeft;
3893
+ var $borderBottom = _ref41.$borderBottom;
3894
+ return $borderBottom;
3878
3895
  }, function (_ref42) {
3879
- var $transition = _ref42.$transition;
3880
- return $transition;
3896
+ var $borderLeft = _ref42.$borderLeft;
3897
+ return $borderLeft;
3881
3898
  }, function (_ref43) {
3882
- var $transform = _ref43.$transform;
3883
- return $transform;
3899
+ var $transition = _ref43.$transition;
3900
+ return $transition;
3884
3901
  }, function (_ref44) {
3885
- var $boxShadow = _ref44.$boxShadow;
3886
- return $boxShadow;
3902
+ var $transform = _ref44.$transform;
3903
+ return $transform;
3887
3904
  }, function (_ref45) {
3888
- var $backDropFilter = _ref45.$backDropFilter;
3889
- return $backDropFilter;
3905
+ var $boxShadow = _ref45.$boxShadow;
3906
+ return $boxShadow;
3890
3907
  }, function (_ref46) {
3891
- var $whiteSpace = _ref46.$whiteSpace;
3892
- return $whiteSpace;
3908
+ var $backDropFilter = _ref46.$backDropFilter;
3909
+ return $backDropFilter;
3893
3910
  }, function (_ref47) {
3894
- var $hoverBackground = _ref47.$hoverBackground;
3895
- return $hoverBackground;
3911
+ var $whiteSpace = _ref47.$whiteSpace;
3912
+ return $whiteSpace;
3896
3913
  }, function (_ref48) {
3897
- var $hoverColor = _ref48.$hoverColor;
3914
+ var $hoverBackground = _ref48.$hoverBackground;
3915
+ return $hoverBackground;
3916
+ }, function (_ref49) {
3917
+ var $hoverColor = _ref49.$hoverColor;
3898
3918
  return $hoverColor;
3899
3919
  });
3900
- var Span = styled.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) {
3901
- var $fontFamily = _ref49.$fontFamily;
3920
+ var Span = styled.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) {
3921
+ var $fontFamily = _ref50.$fontFamily;
3902
3922
  return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
3903
- }, function (_ref50) {
3904
- var $fontWeight = _ref50.$fontWeight;
3905
- return $fontWeight ? $fontWeight : '500';
3906
3923
  }, function (_ref51) {
3907
- var $fontSize = _ref51.$fontSize;
3908
- return $fontSize ? $fontSize : '16px';
3924
+ var $fontWeight = _ref51.$fontWeight;
3925
+ return $fontWeight ? $fontWeight : '500';
3909
3926
  }, function (_ref52) {
3910
- var $fontStyle = _ref52.$fontStyle;
3911
- return $fontStyle ? $fontStyle : 'normal';
3927
+ var $fontSize = _ref52.$fontSize;
3928
+ return $fontSize ? $fontSize : '16px';
3912
3929
  }, function (_ref53) {
3913
- var $color = _ref53.$color,
3914
- theme = _ref53.theme;
3915
- return $color ? $color : theme.text.medium;
3930
+ var $fontStyle = _ref53.$fontStyle;
3931
+ return $fontStyle ? $fontStyle : 'normal';
3916
3932
  }, function (_ref54) {
3917
- var $lineHeight = _ref54.$lineHeight;
3918
- return $lineHeight ? $lineHeight : '100%';
3933
+ var $color = _ref54.$color,
3934
+ theme = _ref54.theme;
3935
+ return $color ? $color : theme.text.medium;
3919
3936
  }, function (_ref55) {
3920
- var $textAlign = _ref55.$textAlign;
3921
- return $textAlign ? $textAlign : 'center';
3937
+ var $lineHeight = _ref55.$lineHeight;
3938
+ return $lineHeight ? $lineHeight : '100%';
3922
3939
  }, function (_ref56) {
3923
- var $minWidth = _ref56.$minWidth;
3924
- return $minWidth;
3940
+ var $textAlign = _ref56.$textAlign;
3941
+ return $textAlign ? $textAlign : 'center';
3925
3942
  }, function (_ref57) {
3926
- var $width = _ref57.$width;
3927
- return $width;
3943
+ var $minWidth = _ref57.$minWidth;
3944
+ return $minWidth;
3928
3945
  }, function (_ref58) {
3929
- var $overflowWrap = _ref58.$overflowWrap;
3930
- return $overflowWrap;
3946
+ var $width = _ref58.$width;
3947
+ return $width;
3931
3948
  }, function (_ref59) {
3932
- var $whiteSpace = _ref59.$whiteSpace;
3949
+ var $overflowWrap = _ref59.$overflowWrap;
3950
+ return $overflowWrap;
3951
+ }, function (_ref60) {
3952
+ var $whiteSpace = _ref60.$whiteSpace;
3933
3953
  return $whiteSpace;
3934
3954
  });
3935
3955
 
@@ -4306,6 +4326,7 @@ var IconSVGs = {
4306
4326
  SandTimer: SandTimer,
4307
4327
  Search: Search,
4308
4328
  SecureSystem: SecureSystem,
4329
+ Send: Send,
4309
4330
  Settings: Settings,
4310
4331
  Shield: Shield,
4311
4332
  SlantLine: SlantLine,