labsense-ui-kit 1.3.67 → 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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -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,
|
|
@@ -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 : '
|
|
8742
|
+
return $width ? $width : '100%';
|
|
8743
8743
|
}, function (_ref27) {
|
|
8744
8744
|
var $menuBackground = _ref27.$menuBackground,
|
|
8745
8745
|
theme = _ref27.theme;
|