sag_components 2.0.0-beta348 → 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.esm.js CHANGED
@@ -24895,27 +24895,26 @@ const IconContainer$2 = styled.div`
24895
24895
  cursor: pointer;
24896
24896
  `;
24897
24897
 
24898
- const QuickFilterDropdownMultiSelection = _ref => {
24899
- let {
24900
- label,
24901
- labelEmptyValue,
24902
- options,
24903
- selectedValue,
24904
- placeHolder,
24905
- onChange,
24906
- required,
24907
- disabled,
24908
- width,
24909
- height,
24910
- error,
24911
- errorMessage,
24912
- labelColor,
24913
- optionHoverColor = '#edf6ff',
24914
- xIconShow,
24915
- checkBoxColor,
24916
- showLabelOnTop,
24917
- dropdownHeight
24918
- } = _ref;
24898
+ const QuickFilterDropdownMultiSelection = ({
24899
+ label,
24900
+ labelEmptyValue,
24901
+ options,
24902
+ selectedValue,
24903
+ placeHolder,
24904
+ onChange,
24905
+ required,
24906
+ disabled,
24907
+ width,
24908
+ height,
24909
+ error,
24910
+ errorMessage,
24911
+ labelColor,
24912
+ optionHoverColor = '#edf6ff',
24913
+ xIconShow,
24914
+ checkBoxColor,
24915
+ showLabelOnTop,
24916
+ dropdownHeight
24917
+ }) => {
24919
24918
  const [isFocused, setIsFocused] = useState(false);
24920
24919
  const [showOptions, setShowOptions] = useState(false);
24921
24920
  const [inputValue, setInputValue] = useState('');
@@ -42875,7 +42874,6 @@ const NotAvailableText = styled.div`
42875
42874
  border: 1px solid #D1D5DB;
42876
42875
  border-radius: 4px;
42877
42876
  background: white;
42878
- box-sizing: border-box;
42879
42877
 
42880
42878
  &:hover {
42881
42879
  border-color: rgba(0, 0, 0, 0.6);