sag_components 2.0.0-beta265 → 2.0.0-beta267

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
@@ -1574,7 +1574,7 @@ declare function ModalDrawer({ open, height, onClose, children, widthPercent }:
1574
1574
  widthPercent?: number;
1575
1575
  }): react_jsx_runtime.JSX.Element;
1576
1576
 
1577
- declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, editableDigitalCoupon, ...props }: {
1577
+ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarkerBackground, required, selectedColor, hoverColor, dropdownMaxHeight, width, height, label, labelEmptyValue, showLabelOnTop, placeHolder, labelColor, placeHolderColor, margin, dropdownWidth, editableDigitalCoupon, ...props }: {
1578
1578
  [x: string]: any;
1579
1579
  data?: any[];
1580
1580
  value: any;
@@ -1594,6 +1594,7 @@ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarke
1594
1594
  labelColor: any;
1595
1595
  placeHolderColor: any;
1596
1596
  margin?: string;
1597
+ dropdownWidth?: string;
1597
1598
  editableDigitalCoupon?: boolean;
1598
1599
  }): react_jsx_runtime.JSX.Element;
1599
1600