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.
@@ -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 || themeColors.vms.text.white,
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,
@@ -7972,7 +7971,7 @@ var SelectOption = function SelectOption(_ref37) {
7972
7971
  }, title && React.createElement(TitleText$1, {
7973
7972
  "$size": size,
7974
7973
  htmlFor: title,
7975
- "$titlecolor": titlecolor,
7974
+ "$titlecolor": titlecolor || themeColors.vms.text.dark,
7976
7975
  "$titleWeight": titleWeight
7977
7976
  }, title, required && React.createElement(Asterisk, null, "*")), titleRightNode === null || titleRightNode === void 0 ? void 0 : titleRightNode.node), React.createElement(DropdownContainer$1, {
7978
7977
  ref: dropdownRef,