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.js CHANGED
@@ -24653,25 +24653,26 @@ const IconContainer$2 = styled__default["default"].div`
24653
24653
  cursor: pointer;
24654
24654
  `;
24655
24655
 
24656
- const QuickFilterDropdownMultiSelection = ({
24657
- label,
24658
- labelEmptyValue,
24659
- options,
24660
- selectedValue,
24661
- placeHolder,
24662
- onChange,
24663
- required,
24664
- disabled,
24665
- width,
24666
- height,
24667
- error,
24668
- errorMessage,
24669
- labelColor,
24670
- xIconShow,
24671
- checkBoxColor,
24672
- showLabelOnTop,
24673
- dropdownHeight
24674
- }) => {
24656
+ const QuickFilterDropdownMultiSelection = _ref => {
24657
+ let {
24658
+ label,
24659
+ labelEmptyValue,
24660
+ options,
24661
+ selectedValue,
24662
+ placeHolder,
24663
+ onChange,
24664
+ required,
24665
+ disabled,
24666
+ width,
24667
+ height,
24668
+ error,
24669
+ errorMessage,
24670
+ labelColor,
24671
+ xIconShow,
24672
+ checkBoxColor,
24673
+ showLabelOnTop,
24674
+ dropdownHeight
24675
+ } = _ref;
24675
24676
  const [isFocused, setIsFocused] = React$1.useState(false);
24676
24677
  const [showOptions, setShowOptions] = React$1.useState(false);
24677
24678
  const [inputValue, setInputValue] = React$1.useState('');
@@ -34563,7 +34564,7 @@ const DownloadProgressContentContainer = styled__default["default"].div`
34563
34564
  `;
34564
34565
  const DownloadProgressTitle = styled__default["default"].h4`
34565
34566
  font-weight: 400;
34566
- margin: 0 0 10px;
34567
+ margin: 0 30px 10px 0;
34567
34568
  `;
34568
34569
  const DownloadProgressStatusMessage = styled__default["default"].h5`
34569
34570
  margin: 3px 0;
@@ -34667,8 +34668,8 @@ const DownloadProgress = props => {
34667
34668
  }, title, showCloseButton && /*#__PURE__*/React__default["default"].createElement(CloseButton$1, {
34668
34669
  onClick: onCloseClick
34669
34670
  }, /*#__PURE__*/React__default["default"].createElement(CloseXIcon, {
34670
- width: "12",
34671
- height: "12"
34671
+ width: "11",
34672
+ height: "11"
34672
34673
  }))), displayProgressContent());
34673
34674
  };
34674
34675
  DownloadProgress.propTypes = {