sag_components 2.0.0-beta270 → 2.0.0-beta272

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.d.ts CHANGED
@@ -1578,7 +1578,7 @@ declare function ModalDrawer({ open, height, onClose, children, widthPercent }:
1578
1578
  widthPercent?: number;
1579
1579
  }): react_jsx_runtime.JSX.Element;
1580
1580
 
1581
- declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, dropdownWidth, editableDigitalCoupon, ...props }: {
1581
+ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, minWidth, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, dropdownWidth, editableDigitalCoupon, ...props }: {
1582
1582
  [x: string]: any;
1583
1583
  data?: any[];
1584
1584
  value: any;
@@ -1590,6 +1590,7 @@ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarke
1590
1590
  hoverColor?: string;
1591
1591
  dropdownMaxHeight?: string;
1592
1592
  width?: string;
1593
+ minWidth?: string;
1593
1594
  height?: string;
1594
1595
  label: any;
1595
1596
  labelEmptyValue: any;