labsense-ui-kit 1.2.7 → 1.2.8

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.
@@ -44,7 +44,9 @@ export declare const Container: import("styled-components/dist/types").IStyledCo
44
44
  $hoverBackground?: string | undefined;
45
45
  $hoverColor?: string | undefined;
46
46
  $transition?: string | undefined;
47
+ $transform?: string | undefined;
47
48
  $boxShadow?: string | undefined;
49
+ $backDropFilter?: string | undefined;
48
50
  }>> & string;
49
51
  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>, {
50
52
  $fontFamily?: string | undefined;
package/dist/index.js CHANGED
@@ -3398,7 +3398,7 @@ var useCustomModal = function useCustomModal(_ref4) {
3398
3398
  };
3399
3399
 
3400
3400
  var _templateObject$1, _templateObject2$1;
3401
- 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 box-shadow: ", ";\n\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
3401
+ 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\n &:hover {\n background: ", ";\n color: ", ";\n }\n"])), function (_ref) {
3402
3402
  var $flex = _ref.$flex;
3403
3403
  return $flex;
3404
3404
  }, function (_ref2) {
@@ -3525,45 +3525,51 @@ var Container = styled__default.div(_templateObject$1 || (_templateObject$1 = _t
3525
3525
  var $transition = _ref42.$transition;
3526
3526
  return $transition;
3527
3527
  }, function (_ref43) {
3528
- var $boxShadow = _ref43.$boxShadow;
3529
- return $boxShadow;
3528
+ var $transform = _ref43.$transform;
3529
+ return $transform;
3530
3530
  }, function (_ref44) {
3531
- var $hoverBackground = _ref44.$hoverBackground;
3532
- return $hoverBackground;
3531
+ var $boxShadow = _ref44.$boxShadow;
3532
+ return $boxShadow;
3533
3533
  }, function (_ref45) {
3534
- var $hoverColor = _ref45.$hoverColor;
3534
+ var $backDropFilter = _ref45.$backDropFilter;
3535
+ return $backDropFilter;
3536
+ }, function (_ref46) {
3537
+ var $hoverBackground = _ref46.$hoverBackground;
3538
+ return $hoverBackground;
3539
+ }, function (_ref47) {
3540
+ var $hoverColor = _ref47.$hoverColor;
3535
3541
  return $hoverColor;
3536
3542
  });
3537
- 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"])), function (_ref46) {
3538
- var $fontFamily = _ref46.$fontFamily;
3543
+ 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"])), function (_ref48) {
3544
+ var $fontFamily = _ref48.$fontFamily;
3539
3545
  return $fontFamily ? $fontFamily : 'NotoSans, sans-serif';
3540
- }, function (_ref47) {
3541
- var $fontWeight = _ref47.$fontWeight;
3546
+ }, function (_ref49) {
3547
+ var $fontWeight = _ref49.$fontWeight;
3542
3548
  return $fontWeight ? $fontWeight : '500';
3543
- }, function (_ref48) {
3544
- var $fontSize = _ref48.$fontSize;
3549
+ }, function (_ref50) {
3550
+ var $fontSize = _ref50.$fontSize;
3545
3551
  return $fontSize ? $fontSize : '16px';
3546
- }, function (_ref49) {
3547
- var $fontStyle = _ref49.$fontStyle;
3552
+ }, function (_ref51) {
3553
+ var $fontStyle = _ref51.$fontStyle;
3548
3554
  return $fontStyle ? $fontStyle : 'normal';
3549
- }, function (_ref50) {
3550
- var $color = _ref50.$color,
3551
- theme = _ref50.theme;
3555
+ }, function (_ref52) {
3556
+ var $color = _ref52.$color,
3557
+ theme = _ref52.theme;
3552
3558
  return $color ? $color : theme.text.medium;
3553
- }, function (_ref51) {
3554
- var $lineHeight = _ref51.$lineHeight;
3559
+ }, function (_ref53) {
3560
+ var $lineHeight = _ref53.$lineHeight;
3555
3561
  return $lineHeight ? $lineHeight : '100%';
3556
- }, function (_ref52) {
3557
- var $textAlign = _ref52.$textAlign;
3562
+ }, function (_ref54) {
3563
+ var $textAlign = _ref54.$textAlign;
3558
3564
  return $textAlign ? $textAlign : 'center';
3559
- }, function (_ref53) {
3560
- var $minWidth = _ref53.$minWidth;
3565
+ }, function (_ref55) {
3566
+ var $minWidth = _ref55.$minWidth;
3561
3567
  return $minWidth;
3562
- }, function (_ref54) {
3563
- var $width = _ref54.$width;
3568
+ }, function (_ref56) {
3569
+ var $width = _ref56.$width;
3564
3570
  return $width;
3565
- }, function (_ref55) {
3566
- var $overflowWrap = _ref55.$overflowWrap;
3571
+ }, function (_ref57) {
3572
+ var $overflowWrap = _ref57.$overflowWrap;
3567
3573
  return $overflowWrap;
3568
3574
  });
3569
3575