sag_components 2.0.0-beta261 → 2.0.0-beta262

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
@@ -35673,7 +35673,7 @@ const MainContainer = styled__default["default"].div`
35673
35673
  justify-content: flex-start;
35674
35674
  align-items: flex-start;
35675
35675
  width: ${props => props.width || '300px'};
35676
- min-width: ${props => props.width || 'unset'};
35676
+ /* min-width: ${props => props.width || 'unset'}; */
35677
35677
  height: ${props => props.height || '45px'};
35678
35678
  min-height: ${props => props.multiline ? '80px' : 'auto'};
35679
35679
  font-family: "Poppins", sans-serif;
@@ -57746,7 +57746,7 @@ const OverlayDropdown = _ref => {
57746
57746
  margin = "8px",
57747
57747
  editableDigitalCoupon = false,
57748
57748
  dropdownDigitalCouponTitle = "",
57749
- className,
57749
+ className = "",
57750
57750
  ...props
57751
57751
  } = _ref;
57752
57752
  const [open, setOpen] = React$1.useState(false);