sag_components 2.0.0-beta347 → 2.0.0-beta349

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 CHANGED
@@ -24905,27 +24905,26 @@ const IconContainer$2 = styled__default["default"].div`
24905
24905
  cursor: pointer;
24906
24906
  `;
24907
24907
 
24908
- const QuickFilterDropdownMultiSelection = _ref => {
24909
- let {
24910
- label,
24911
- labelEmptyValue,
24912
- options,
24913
- selectedValue,
24914
- placeHolder,
24915
- onChange,
24916
- required,
24917
- disabled,
24918
- width,
24919
- height,
24920
- error,
24921
- errorMessage,
24922
- labelColor,
24923
- optionHoverColor = '#edf6ff',
24924
- xIconShow,
24925
- checkBoxColor,
24926
- showLabelOnTop,
24927
- dropdownHeight
24928
- } = _ref;
24908
+ const QuickFilterDropdownMultiSelection = ({
24909
+ label,
24910
+ labelEmptyValue,
24911
+ options,
24912
+ selectedValue,
24913
+ placeHolder,
24914
+ onChange,
24915
+ required,
24916
+ disabled,
24917
+ width,
24918
+ height,
24919
+ error,
24920
+ errorMessage,
24921
+ labelColor,
24922
+ optionHoverColor = '#edf6ff',
24923
+ xIconShow,
24924
+ checkBoxColor,
24925
+ showLabelOnTop,
24926
+ dropdownHeight
24927
+ }) => {
24929
24928
  const [isFocused, setIsFocused] = React$1.useState(false);
24930
24929
  const [showOptions, setShowOptions] = React$1.useState(false);
24931
24930
  const [inputValue, setInputValue] = React$1.useState('');