sag_components 2.0.0-beta271 → 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
@@ -1590,7 +1590,7 @@ declare function OverlayDropdown({ data, value, onSelectClick, disabled, isDarke
1590
1590
  hoverColor?: string;
1591
1591
  dropdownMaxHeight?: string;
1592
1592
  width?: string;
1593
- minWidth: any;
1593
+ minWidth?: string;
1594
1594
  height?: string;
1595
1595
  label: any;
1596
1596
  labelEmptyValue: any;