sag_components 2.0.0-beta286 → 2.0.0-beta287

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
@@ -24643,25 +24643,26 @@ const IconContainer$2 = styled.div`
24643
24643
  cursor: pointer;
24644
24644
  `;
24645
24645
 
24646
- const QuickFilterDropdownMultiSelection = ({
24647
- label,
24648
- labelEmptyValue,
24649
- options,
24650
- selectedValue,
24651
- placeHolder,
24652
- onChange,
24653
- required,
24654
- disabled,
24655
- width,
24656
- height,
24657
- error,
24658
- errorMessage,
24659
- labelColor,
24660
- xIconShow,
24661
- checkBoxColor,
24662
- showLabelOnTop,
24663
- dropdownHeight
24664
- }) => {
24646
+ const QuickFilterDropdownMultiSelection = _ref => {
24647
+ let {
24648
+ label,
24649
+ labelEmptyValue,
24650
+ options,
24651
+ selectedValue,
24652
+ placeHolder,
24653
+ onChange,
24654
+ required,
24655
+ disabled,
24656
+ width,
24657
+ height,
24658
+ error,
24659
+ errorMessage,
24660
+ labelColor,
24661
+ xIconShow,
24662
+ checkBoxColor,
24663
+ showLabelOnTop,
24664
+ dropdownHeight
24665
+ } = _ref;
24665
24666
  const [isFocused, setIsFocused] = useState(false);
24666
24667
  const [showOptions, setShowOptions] = useState(false);
24667
24668
  const [inputValue, setInputValue] = useState('');
@@ -34553,7 +34554,7 @@ const DownloadProgressContentContainer = styled.div`
34553
34554
  `;
34554
34555
  const DownloadProgressTitle = styled.h4`
34555
34556
  font-weight: 400;
34556
- margin: 0 0 10px;
34557
+ margin: 0 30px 10px 0;
34557
34558
  `;
34558
34559
  const DownloadProgressStatusMessage = styled.h5`
34559
34560
  margin: 3px 0;
@@ -34657,8 +34658,8 @@ const DownloadProgress = props => {
34657
34658
  }, title, showCloseButton && /*#__PURE__*/React$1.createElement(CloseButton$1, {
34658
34659
  onClick: onCloseClick
34659
34660
  }, /*#__PURE__*/React$1.createElement(CloseXIcon, {
34660
- width: "12",
34661
- height: "12"
34661
+ width: "11",
34662
+ height: "11"
34662
34663
  }))), displayProgressContent());
34663
34664
  };
34664
34665
  DownloadProgress.propTypes = {