labsense-ui-kit 1.3.65 → 1.3.68
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +4 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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,
|
|
@@ -8705,7 +8705,7 @@ var Options = styled__default.div(_templateObject4$5 || (_templateObject4$5 = _t
|
|
|
8705
8705
|
var theme = _ref19.theme;
|
|
8706
8706
|
return theme.vms.text.white;
|
|
8707
8707
|
});
|
|
8708
|
-
var LabelText$1 = styled__default.div(_templateObject5$5 || (_templateObject5$5 = _taggedTemplateLiteralLoose(["\n font-size: ", ";\n line-height: ", ";\n font-style: ", ";\n color: ", ";\n"])), function (_ref20) {
|
|
8708
|
+
var LabelText$1 = styled__default.div(_templateObject5$5 || (_templateObject5$5 = _taggedTemplateLiteralLoose(["\n font-size: ", ";\n line-height: ", ";\n font-style: ", ";\n color: ", ";\n flex: 1;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n"])), function (_ref20) {
|
|
8709
8709
|
var $size = _ref20.$size;
|
|
8710
8710
|
switch ($size) {
|
|
8711
8711
|
case 'small':
|
|
@@ -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 : '
|
|
8746
|
+
return $width ? $width : '100%';
|
|
8747
8747
|
}, function (_ref27) {
|
|
8748
8748
|
var $menuBackground = _ref27.$menuBackground,
|
|
8749
8749
|
theme = _ref27.theme;
|