labsense-ui-kit 1.1.18 → 1.1.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.
@@ -40,6 +40,7 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
40
40
  $fontWeight?: string | undefined;
41
41
  $hoverBackground?: string | undefined;
42
42
  $hoverColor?: string | undefined;
43
+ $transition?: string | undefined;
43
44
  }>> & string;
44
45
  export declare const Span: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
45
46
  $fontFamily?: string | undefined;
package/dist/index.js CHANGED
@@ -2971,7 +2971,7 @@ var Icon = function Icon(_ref2) {
2971
2971
  };
2972
2972
 
2973
2973
  var _templateObject$1, _templateObject2$1;
2974
- 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 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-bottom: ", ";\n border-left: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
2974
+ 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 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-bottom: ", ";\n border-left: ", ";\n transition: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
2975
2975
  var $flex = _ref.$flex;
2976
2976
  return $flex;
2977
2977
  }, function (_ref2) {
@@ -3086,38 +3086,41 @@ var Container = styled__default.div(_templateObject$1 || (_templateObject$1 = _t
3086
3086
  var $borderLeft = _ref38.$borderLeft;
3087
3087
  return $borderLeft;
3088
3088
  }, function (_ref39) {
3089
- var $hoverBackground = _ref39.$hoverBackground;
3090
- return $hoverBackground;
3089
+ var $transition = _ref39.$transition;
3090
+ return $transition;
3091
3091
  }, function (_ref40) {
3092
- var $hoverColor = _ref40.$hoverColor;
3092
+ var $hoverBackground = _ref40.$hoverBackground;
3093
+ return $hoverBackground;
3094
+ }, function (_ref41) {
3095
+ var $hoverColor = _ref41.$hoverColor;
3093
3096
  return $hoverColor;
3094
3097
  });
3095
- var Span = styled__default.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 (_ref41) {
3096
- var $fontFamily = _ref41.$fontFamily;
3098
+ var Span = styled__default.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 (_ref42) {
3099
+ var $fontFamily = _ref42.$fontFamily;
3097
3100
  return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
3098
- }, function (_ref42) {
3099
- var $fontWeight = _ref42.$fontWeight;
3100
- return $fontWeight ? $fontWeight : '500';
3101
3101
  }, function (_ref43) {
3102
- var $fontSize = _ref43.$fontSize;
3103
- return $fontSize ? $fontSize : '16px';
3102
+ var $fontWeight = _ref43.$fontWeight;
3103
+ return $fontWeight ? $fontWeight : '500';
3104
3104
  }, function (_ref44) {
3105
- var $color = _ref44.$color;
3106
- return $color ? $color : colorVariables.text.medium;
3105
+ var $fontSize = _ref44.$fontSize;
3106
+ return $fontSize ? $fontSize : '16px';
3107
3107
  }, function (_ref45) {
3108
- var $lineHeight = _ref45.$lineHeight;
3109
- return $lineHeight ? $lineHeight : '100%';
3108
+ var $color = _ref45.$color;
3109
+ return $color ? $color : colorVariables.text.medium;
3110
3110
  }, function (_ref46) {
3111
- var $textAlign = _ref46.$textAlign;
3112
- return $textAlign ? $textAlign : 'center';
3111
+ var $lineHeight = _ref46.$lineHeight;
3112
+ return $lineHeight ? $lineHeight : '100%';
3113
3113
  }, function (_ref47) {
3114
- var $minWidth = _ref47.$minWidth;
3115
- return $minWidth;
3114
+ var $textAlign = _ref47.$textAlign;
3115
+ return $textAlign ? $textAlign : 'center';
3116
3116
  }, function (_ref48) {
3117
- var $width = _ref48.$width;
3118
- return $width;
3117
+ var $minWidth = _ref48.$minWidth;
3118
+ return $minWidth;
3119
3119
  }, function (_ref49) {
3120
- var $overflowWrap = _ref49.$overflowWrap;
3120
+ var $width = _ref49.$width;
3121
+ return $width;
3122
+ }, function (_ref50) {
3123
+ var $overflowWrap = _ref50.$overflowWrap;
3121
3124
  return $overflowWrap;
3122
3125
  });
3123
3126