labsense-ui-kit 1.2.87 → 1.2.88
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -7178,6 +7178,7 @@ 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();
|
|
7181
7182
|
var _useState = useState(''),
|
|
7182
7183
|
searchQuery = _useState[0],
|
|
7183
7184
|
setSearchQuery = _useState[1];
|
|
@@ -7213,7 +7214,7 @@ var OptionComponent = function OptionComponent(_ref9) {
|
|
|
7213
7214
|
placeholder: placeholder,
|
|
7214
7215
|
value: searchQuery,
|
|
7215
7216
|
onChange: handleSearchChange,
|
|
7216
|
-
"$inputColor": searchbarTextColor,
|
|
7217
|
+
"$inputColor": searchbarTextColor || themeColors.vms.text.white,
|
|
7217
7218
|
"$placeholderColor": placeholderColor
|
|
7218
7219
|
})), React.createElement(OptionContainer, null, SortedOptions.length > 0 ? SortedOptions.map(function (option, id) {
|
|
7219
7220
|
return React.createElement(OptionItem, {
|