labsense-ui-kit 1.2.88 → 1.2.89
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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -7178,7 +7178,6 @@ var OptionComponent = function OptionComponent(_ref9) {
|
|
|
7178
7178
|
_ref9$searchBox = _ref9.searchBox,
|
|
7179
7179
|
searchBox = _ref9$searchBox === void 0 ? true : _ref9$searchBox,
|
|
7180
7180
|
NoOptionsText = _ref9.NoOptionsText;
|
|
7181
|
-
var themeColors = useTheme();
|
|
7182
7181
|
var _useState = useState(''),
|
|
7183
7182
|
searchQuery = _useState[0],
|
|
7184
7183
|
setSearchQuery = _useState[1];
|
|
@@ -7214,7 +7213,7 @@ var OptionComponent = function OptionComponent(_ref9) {
|
|
|
7214
7213
|
placeholder: placeholder,
|
|
7215
7214
|
value: searchQuery,
|
|
7216
7215
|
onChange: handleSearchChange,
|
|
7217
|
-
"$inputColor": searchbarTextColor
|
|
7216
|
+
"$inputColor": searchbarTextColor,
|
|
7218
7217
|
"$placeholderColor": placeholderColor
|
|
7219
7218
|
})), React.createElement(OptionContainer, null, SortedOptions.length > 0 ? SortedOptions.map(function (option, id) {
|
|
7220
7219
|
return React.createElement(OptionItem, {
|
|
@@ -7621,7 +7620,7 @@ var MultiSelectDropdown = function MultiSelectDropdown(_ref31) {
|
|
|
7621
7620
|
optionBorder: optionBorder,
|
|
7622
7621
|
optionColor: optionColor,
|
|
7623
7622
|
searchIcon: searchIcon,
|
|
7624
|
-
searchbarTextColor: searchbarTextColor,
|
|
7623
|
+
searchbarTextColor: searchbarTextColor || themeColors.vms.text.dark,
|
|
7625
7624
|
searchBoxBorder: searchBoxBorder || "1px solid " + themeColors.vms.border.light,
|
|
7626
7625
|
searchBoxBorderRadius: searchBoxBorderRadius || '0px',
|
|
7627
7626
|
searchBoxBackground: searchBoxBackground,
|