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 +1 -1
- package/dist/index.esm.js +427 -395
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +427 -395
- package/dist/index.js.map +1 -1
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +1 -1
- package/package.json +1 -1
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
|
|
1593
|
+
minWidth?: string;
|
|
1594
1594
|
height?: string;
|
|
1595
1595
|
label: any;
|
|
1596
1596
|
labelEmptyValue: any;
|