labsense-ui-kit 1.3.67 → 1.3.69

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.
@@ -8644,11 +8644,11 @@ var DropdownButton$1 = styled.div(_templateObject3$6 || (_templateObject3$6 = _t
8644
8644
  var $size = _ref10.$size;
8645
8645
  switch ($size) {
8646
8646
  case 'small':
8647
- return '9px 12px';
8647
+ return '5.5px 12px';
8648
8648
  case 'large':
8649
- return '24px 12px';
8649
+ return '20.5px 12px';
8650
8650
  default:
8651
- return '13px 12px';
8651
+ return '9.5px 12px';
8652
8652
  }
8653
8653
  }, function (_ref11) {
8654
8654
  var $background = _ref11.$background,
@@ -8676,7 +8676,7 @@ var DropdownButton$1 = styled.div(_templateObject3$6 || (_templateObject3$6 = _t
8676
8676
  return '14px';
8677
8677
  }
8678
8678
  });
8679
- var Options = styled.div(_templateObject4$5 || (_templateObject4$5 = _taggedTemplateLiteralLoose(["\n color: ", ";\n padding: 5px 10px;\n width: 100%;\n font-size: ", ";\n font-weight: ", ";\n background-color: ", ";\n\n \n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n\n"])), function (_ref14) {
8679
+ var Options = styled.div(_templateObject4$5 || (_templateObject4$5 = _taggedTemplateLiteralLoose(["\n color: ", ";\n padding: 5px 10px;\n width: 100%;\n font-size: ", ";\n font-weight: ", ";\n background-color: ", ";\n word-wrap: break-word;\n overflow-wrap: break-word;\n white-space: normal;\n\n \n &:hover {\n background-color: ", ";\n color: ", ";\n cursor: pointer;\n }\n\n"])), function (_ref14) {
8680
8680
  var $optionColor = _ref14.$optionColor,
8681
8681
  $optionSelected = _ref14.$optionSelected,
8682
8682
  $isHighlighted = _ref14.$isHighlighted,
@@ -8715,11 +8715,11 @@ var LabelText$1 = styled.div(_templateObject5$5 || (_templateObject5$5 = _tagged
8715
8715
  var $size = _ref21.$size;
8716
8716
  switch ($size) {
8717
8717
  case 'small':
8718
- return '12px';
8718
+ return 'normal';
8719
8719
  case 'large':
8720
- return '16px';
8720
+ return 'normal';
8721
8721
  default:
8722
- return '14px';
8722
+ return 'normal';
8723
8723
  }
8724
8724
  }, function (_ref22) {
8725
8725
  var $fontStyle = _ref22.$fontStyle;
@@ -8731,7 +8731,7 @@ var LabelText$1 = styled.div(_templateObject5$5 || (_templateObject5$5 = _tagged
8731
8731
  return $disabled ? theme.vms.text.medium : $color || theme.vms.text.medium;
8732
8732
  });
8733
8733
  var NoOptions = styled(Span)(_templateObject6$5 || (_templateObject6$5 = _taggedTemplateLiteralLoose(["\n display: flex;\n align-items: center;\n height: 100%;\n padding: 12px;\n font-size: 14px;\n font-weight: 400;\n"])));
8734
- var DropdownMenu$1 = styled.div(_templateObject7$3 || (_templateObject7$3 = _taggedTemplateLiteralLoose(["\n height: auto;\n max-height: 170px;\n border: ", ";\n border-radius: ", ";\n min-width: 100%;\n width: ", ";\n background: ", ";\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n overflow: hidden;\n position: absolute;\n z-index: 2;\n outline: none;\n ", "\n ", "\n\n ", "\n"])), function (_ref24) {
8734
+ var DropdownMenu$1 = styled.div(_templateObject7$3 || (_templateObject7$3 = _taggedTemplateLiteralLoose(["\n height: auto;\n max-height: 170px;\n border: ", ";\n border-radius: ", ";\n min-width: 100%;\n max-width: 100%;\n width: ", ";\n background: ", ";\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n overflow: hidden;\n position: absolute;\n z-index: 2;\n outline: none;\n ", "\n ", "\n\n ", "\n"])), function (_ref24) {
8735
8735
  var theme = _ref24.theme;
8736
8736
  return "1px solid " + theme.vms.border.light;
8737
8737
  }, function (_ref25) {
@@ -8739,7 +8739,7 @@ var DropdownMenu$1 = styled.div(_templateObject7$3 || (_templateObject7$3 = _tag
8739
8739
  return $optionsBorderRadius || '8px';
8740
8740
  }, function (_ref26) {
8741
8741
  var $width = _ref26.$width;
8742
- return $width ? $width : 'max-content';
8742
+ return $width ? $width : '100%';
8743
8743
  }, function (_ref27) {
8744
8744
  var $menuBackground = _ref27.$menuBackground,
8745
8745
  theme = _ref27.theme;