labsense-ui-kit 1.1.20 → 1.1.21

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.
@@ -2967,7 +2967,7 @@ var Icon = function Icon(_ref2) {
2967
2967
  };
2968
2968
 
2969
2969
  var _templateObject$1, _templateObject2$1;
2970
- 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 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\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
2970
+ 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 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 box-shadow: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
2971
2971
  var $flex = _ref.$flex;
2972
2972
  return $flex;
2973
2973
  }, function (_ref2) {
@@ -3088,38 +3088,41 @@ var Container = styled.div(_templateObject$1 || (_templateObject$1 = _taggedTemp
3088
3088
  var $transition = _ref40.$transition;
3089
3089
  return $transition;
3090
3090
  }, function (_ref41) {
3091
- var $hoverBackground = _ref41.$hoverBackground;
3092
- return $hoverBackground;
3091
+ var $boxShadow = _ref41.$boxShadow;
3092
+ return $boxShadow;
3093
3093
  }, function (_ref42) {
3094
- var $hoverColor = _ref42.$hoverColor;
3094
+ var $hoverBackground = _ref42.$hoverBackground;
3095
+ return $hoverBackground;
3096
+ }, function (_ref43) {
3097
+ var $hoverColor = _ref43.$hoverColor;
3095
3098
  return $hoverColor;
3096
3099
  });
3097
- var Span = styled.span(_templateObject2$1 || (_templateObject2$1 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n"])), function (_ref43) {
3098
- var $fontFamily = _ref43.$fontFamily;
3100
+ var Span = styled.span(_templateObject2$1 || (_templateObject2$1 = _taggedTemplateLiteralLoose(["\n font-family: ", ";\n font-weight: ", ";\n font-size: ", ";\n color: ", ";\n line-height: ", ";\n text-align: ", ";\n min-width: ", ";\n width: ", ";\n overflow-wrap: ", ";\n"])), function (_ref44) {
3101
+ var $fontFamily = _ref44.$fontFamily;
3099
3102
  return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
3100
- }, function (_ref44) {
3101
- var $fontWeight = _ref44.$fontWeight;
3102
- return $fontWeight ? $fontWeight : '500';
3103
3103
  }, function (_ref45) {
3104
- var $fontSize = _ref45.$fontSize;
3105
- return $fontSize ? $fontSize : '16px';
3104
+ var $fontWeight = _ref45.$fontWeight;
3105
+ return $fontWeight ? $fontWeight : '500';
3106
3106
  }, function (_ref46) {
3107
- var $color = _ref46.$color;
3108
- return $color ? $color : colorVariables.text.medium;
3107
+ var $fontSize = _ref46.$fontSize;
3108
+ return $fontSize ? $fontSize : '16px';
3109
3109
  }, function (_ref47) {
3110
- var $lineHeight = _ref47.$lineHeight;
3111
- return $lineHeight ? $lineHeight : '100%';
3110
+ var $color = _ref47.$color;
3111
+ return $color ? $color : colorVariables.text.medium;
3112
3112
  }, function (_ref48) {
3113
- var $textAlign = _ref48.$textAlign;
3114
- return $textAlign ? $textAlign : 'center';
3113
+ var $lineHeight = _ref48.$lineHeight;
3114
+ return $lineHeight ? $lineHeight : '100%';
3115
3115
  }, function (_ref49) {
3116
- var $minWidth = _ref49.$minWidth;
3117
- return $minWidth;
3116
+ var $textAlign = _ref49.$textAlign;
3117
+ return $textAlign ? $textAlign : 'center';
3118
3118
  }, function (_ref50) {
3119
- var $width = _ref50.$width;
3120
- return $width;
3119
+ var $minWidth = _ref50.$minWidth;
3120
+ return $minWidth;
3121
3121
  }, function (_ref51) {
3122
- var $overflowWrap = _ref51.$overflowWrap;
3122
+ var $width = _ref51.$width;
3123
+ return $width;
3124
+ }, function (_ref52) {
3125
+ var $overflowWrap = _ref52.$overflowWrap;
3123
3126
  return $overflowWrap;
3124
3127
  });
3125
3128