labsense-ui-kit 1.2.18 → 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.
@@ -3769,7 +3769,7 @@ var useCustomModal = function useCustomModal(_ref4) {
3769
3769
  };
3770
3770
 
3771
3771
  var _templateObject$1, _templateObject2$1;
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-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) {
3773
3773
  var $flex = _ref.$flex;
3774
3774
  return $flex;
3775
3775
  }, function (_ref2) {
@@ -3872,81 +3872,84 @@ var Container = styled.div(_templateObject$1 || (_templateObject$1 = _taggedTemp
3872
3872
  var $overflow = _ref34.$overflow;
3873
3873
  return $overflow || 'visible';
3874
3874
  }, function (_ref35) {
3875
- var $overflowY = _ref35.$overflowY;
3876
- return $overflowY;
3875
+ var $overflowWrap = _ref35.$overflowWrap;
3876
+ return $overflowWrap;
3877
3877
  }, function (_ref36) {
3878
- var $zIndex = _ref36.$zIndex;
3879
- return $zIndex;
3878
+ var $overflowY = _ref36.$overflowY;
3879
+ return $overflowY;
3880
3880
  }, function (_ref37) {
3881
- var $scrollbarWidth = _ref37.$scrollbarWidth;
3882
- return $scrollbarWidth;
3881
+ var $zIndex = _ref37.$zIndex;
3882
+ return $zIndex;
3883
3883
  }, function (_ref38) {
3884
- var $border = _ref38.$border;
3885
- return $border;
3884
+ var $scrollbarWidth = _ref38.$scrollbarWidth;
3885
+ return $scrollbarWidth;
3886
3886
  }, function (_ref39) {
3887
- var $borderTop = _ref39.$borderTop;
3888
- return $borderTop;
3887
+ var $border = _ref39.$border;
3888
+ return $border;
3889
3889
  }, function (_ref40) {
3890
- var $borderBottom = _ref40.$borderBottom;
3891
- return $borderBottom;
3890
+ var $borderTop = _ref40.$borderTop;
3891
+ return $borderTop;
3892
3892
  }, function (_ref41) {
3893
- var $borderLeft = _ref41.$borderLeft;
3894
- return $borderLeft;
3893
+ var $borderBottom = _ref41.$borderBottom;
3894
+ return $borderBottom;
3895
3895
  }, function (_ref42) {
3896
- var $transition = _ref42.$transition;
3897
- return $transition;
3896
+ var $borderLeft = _ref42.$borderLeft;
3897
+ return $borderLeft;
3898
3898
  }, function (_ref43) {
3899
- var $transform = _ref43.$transform;
3900
- return $transform;
3899
+ var $transition = _ref43.$transition;
3900
+ return $transition;
3901
3901
  }, function (_ref44) {
3902
- var $boxShadow = _ref44.$boxShadow;
3903
- return $boxShadow;
3902
+ var $transform = _ref44.$transform;
3903
+ return $transform;
3904
3904
  }, function (_ref45) {
3905
- var $backDropFilter = _ref45.$backDropFilter;
3906
- return $backDropFilter;
3905
+ var $boxShadow = _ref45.$boxShadow;
3906
+ return $boxShadow;
3907
3907
  }, function (_ref46) {
3908
- var $whiteSpace = _ref46.$whiteSpace;
3909
- return $whiteSpace;
3908
+ var $backDropFilter = _ref46.$backDropFilter;
3909
+ return $backDropFilter;
3910
3910
  }, function (_ref47) {
3911
- var $hoverBackground = _ref47.$hoverBackground;
3912
- return $hoverBackground;
3911
+ var $whiteSpace = _ref47.$whiteSpace;
3912
+ return $whiteSpace;
3913
3913
  }, function (_ref48) {
3914
- var $hoverColor = _ref48.$hoverColor;
3914
+ var $hoverBackground = _ref48.$hoverBackground;
3915
+ return $hoverBackground;
3916
+ }, function (_ref49) {
3917
+ var $hoverColor = _ref49.$hoverColor;
3915
3918
  return $hoverColor;
3916
3919
  });
3917
- 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) {
3918
- 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;
3919
3922
  return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
3920
- }, function (_ref50) {
3921
- var $fontWeight = _ref50.$fontWeight;
3922
- return $fontWeight ? $fontWeight : '500';
3923
3923
  }, function (_ref51) {
3924
- var $fontSize = _ref51.$fontSize;
3925
- return $fontSize ? $fontSize : '16px';
3924
+ var $fontWeight = _ref51.$fontWeight;
3925
+ return $fontWeight ? $fontWeight : '500';
3926
3926
  }, function (_ref52) {
3927
- var $fontStyle = _ref52.$fontStyle;
3928
- return $fontStyle ? $fontStyle : 'normal';
3927
+ var $fontSize = _ref52.$fontSize;
3928
+ return $fontSize ? $fontSize : '16px';
3929
3929
  }, function (_ref53) {
3930
- var $color = _ref53.$color,
3931
- theme = _ref53.theme;
3932
- return $color ? $color : theme.text.medium;
3930
+ var $fontStyle = _ref53.$fontStyle;
3931
+ return $fontStyle ? $fontStyle : 'normal';
3933
3932
  }, function (_ref54) {
3934
- var $lineHeight = _ref54.$lineHeight;
3935
- return $lineHeight ? $lineHeight : '100%';
3933
+ var $color = _ref54.$color,
3934
+ theme = _ref54.theme;
3935
+ return $color ? $color : theme.text.medium;
3936
3936
  }, function (_ref55) {
3937
- var $textAlign = _ref55.$textAlign;
3938
- return $textAlign ? $textAlign : 'center';
3937
+ var $lineHeight = _ref55.$lineHeight;
3938
+ return $lineHeight ? $lineHeight : '100%';
3939
3939
  }, function (_ref56) {
3940
- var $minWidth = _ref56.$minWidth;
3941
- return $minWidth;
3940
+ var $textAlign = _ref56.$textAlign;
3941
+ return $textAlign ? $textAlign : 'center';
3942
3942
  }, function (_ref57) {
3943
- var $width = _ref57.$width;
3944
- return $width;
3943
+ var $minWidth = _ref57.$minWidth;
3944
+ return $minWidth;
3945
3945
  }, function (_ref58) {
3946
- var $overflowWrap = _ref58.$overflowWrap;
3947
- return $overflowWrap;
3946
+ var $width = _ref58.$width;
3947
+ return $width;
3948
3948
  }, function (_ref59) {
3949
- var $whiteSpace = _ref59.$whiteSpace;
3949
+ var $overflowWrap = _ref59.$overflowWrap;
3950
+ return $overflowWrap;
3951
+ }, function (_ref60) {
3952
+ var $whiteSpace = _ref60.$whiteSpace;
3950
3953
  return $whiteSpace;
3951
3954
  });
3952
3955