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.
package/dist/index.js CHANGED
@@ -8648,11 +8648,11 @@ var DropdownButton$1 = styled__default.div(_templateObject3$6 || (_templateObjec
8648
8648
  var $size = _ref10.$size;
8649
8649
  switch ($size) {
8650
8650
  case 'small':
8651
- return '9px 12px';
8651
+ return '5.5px 12px';
8652
8652
  case 'large':
8653
- return '24px 12px';
8653
+ return '20.5px 12px';
8654
8654
  default:
8655
- return '13px 12px';
8655
+ return '9.5px 12px';
8656
8656
  }
8657
8657
  }, function (_ref11) {
8658
8658
  var $background = _ref11.$background,
@@ -8680,7 +8680,7 @@ var DropdownButton$1 = styled__default.div(_templateObject3$6 || (_templateObjec
8680
8680
  return '14px';
8681
8681
  }
8682
8682
  });
8683
- var Options = styled__default.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) {
8683
+ var Options = styled__default.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) {
8684
8684
  var $optionColor = _ref14.$optionColor,
8685
8685
  $optionSelected = _ref14.$optionSelected,
8686
8686
  $isHighlighted = _ref14.$isHighlighted,
@@ -8719,11 +8719,11 @@ var LabelText$1 = styled__default.div(_templateObject5$5 || (_templateObject5$5
8719
8719
  var $size = _ref21.$size;
8720
8720
  switch ($size) {
8721
8721
  case 'small':
8722
- return '12px';
8722
+ return 'normal';
8723
8723
  case 'large':
8724
- return '16px';
8724
+ return 'normal';
8725
8725
  default:
8726
- return '14px';
8726
+ return 'normal';
8727
8727
  }
8728
8728
  }, function (_ref22) {
8729
8729
  var $fontStyle = _ref22.$fontStyle;
@@ -8735,7 +8735,7 @@ var LabelText$1 = styled__default.div(_templateObject5$5 || (_templateObject5$5
8735
8735
  return $disabled ? theme.vms.text.medium : $color || theme.vms.text.medium;
8736
8736
  });
8737
8737
  var NoOptions = styled__default(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"])));
8738
- var DropdownMenu$1 = styled__default.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) {
8738
+ var DropdownMenu$1 = styled__default.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) {
8739
8739
  var theme = _ref24.theme;
8740
8740
  return "1px solid " + theme.vms.border.light;
8741
8741
  }, function (_ref25) {
@@ -8743,7 +8743,7 @@ var DropdownMenu$1 = styled__default.div(_templateObject7$3 || (_templateObject7
8743
8743
  return $optionsBorderRadius || '8px';
8744
8744
  }, function (_ref26) {
8745
8745
  var $width = _ref26.$width;
8746
- return $width ? $width : 'max-content';
8746
+ return $width ? $width : '100%';
8747
8747
  }, function (_ref27) {
8748
8748
  var $menuBackground = _ref27.$menuBackground,
8749
8749
  theme = _ref27.theme;