x-ui-design 0.4.17 → 0.4.18

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.esm.js CHANGED
@@ -3576,7 +3576,7 @@ const SelectComponent = /*#__PURE__*/forwardRef(({
3576
3576
  style: {
3577
3577
  ...style,
3578
3578
  ...(isOpen ? {
3579
- opacity: hasMode ? 1 : 0.5,
3579
+ opacity: hasMode || searchQuery.length ? 1 : 0.5,
3580
3580
  maxWidth: `${searchInputWidth}px`
3581
3581
  } : {}),
3582
3582
  minWidth: `${searchInputWidth}px`