sinking-antd 1.0.4 → 1.0.5

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
@@ -1024,7 +1024,7 @@ var SinKing = React.forwardRef((props, ref) => {
1024
1024
  placement: "left",
1025
1025
  closable: false,
1026
1026
  open,
1027
- width: menuUnCollapsedWidth,
1027
+ size: menuUnCollapsedWidth,
1028
1028
  classNames: { body: drawMenu },
1029
1029
  onClose: () => {
1030
1030
  setOpen(false);