labsense-ui-kit 1.2.88 → 1.2.90
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 -4
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -4
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7182,7 +7182,6 @@ var OptionComponent = function OptionComponent(_ref9) {
|
|
|
7182
7182
|
_ref9$searchBox = _ref9.searchBox,
|
|
7183
7183
|
searchBox = _ref9$searchBox === void 0 ? true : _ref9$searchBox,
|
|
7184
7184
|
NoOptionsText = _ref9.NoOptionsText;
|
|
7185
|
-
var themeColors = useTheme();
|
|
7186
7185
|
var _useState = React.useState(''),
|
|
7187
7186
|
searchQuery = _useState[0],
|
|
7188
7187
|
setSearchQuery = _useState[1];
|
|
@@ -7218,7 +7217,7 @@ var OptionComponent = function OptionComponent(_ref9) {
|
|
|
7218
7217
|
placeholder: placeholder,
|
|
7219
7218
|
value: searchQuery,
|
|
7220
7219
|
onChange: handleSearchChange,
|
|
7221
|
-
"$inputColor": searchbarTextColor
|
|
7220
|
+
"$inputColor": searchbarTextColor,
|
|
7222
7221
|
"$placeholderColor": placeholderColor
|
|
7223
7222
|
})), React__default.createElement(OptionContainer, null, SortedOptions.length > 0 ? SortedOptions.map(function (option, id) {
|
|
7224
7223
|
return React__default.createElement(OptionItem, {
|
|
@@ -7625,7 +7624,7 @@ var MultiSelectDropdown = function MultiSelectDropdown(_ref31) {
|
|
|
7625
7624
|
optionBorder: optionBorder,
|
|
7626
7625
|
optionColor: optionColor,
|
|
7627
7626
|
searchIcon: searchIcon,
|
|
7628
|
-
searchbarTextColor: searchbarTextColor,
|
|
7627
|
+
searchbarTextColor: searchbarTextColor || themeColors.vms.text.dark,
|
|
7629
7628
|
searchBoxBorder: searchBoxBorder || "1px solid " + themeColors.vms.border.light,
|
|
7630
7629
|
searchBoxBorderRadius: searchBoxBorderRadius || '0px',
|
|
7631
7630
|
searchBoxBackground: searchBoxBackground,
|
|
@@ -7976,7 +7975,7 @@ var SelectOption = function SelectOption(_ref37) {
|
|
|
7976
7975
|
}, title && React__default.createElement(TitleText$1, {
|
|
7977
7976
|
"$size": size,
|
|
7978
7977
|
htmlFor: title,
|
|
7979
|
-
"$titlecolor": titlecolor,
|
|
7978
|
+
"$titlecolor": titlecolor || themeColors.vms.text.dark,
|
|
7980
7979
|
"$titleWeight": titleWeight
|
|
7981
7980
|
}, title, required && React__default.createElement(Asterisk, null, "*")), titleRightNode === null || titleRightNode === void 0 ? void 0 : titleRightNode.node), React__default.createElement(DropdownContainer$1, {
|
|
7982
7981
|
ref: dropdownRef,
|