sinking-antd 1.0.3 → 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.mjs CHANGED
@@ -999,7 +999,7 @@ var SinKing = forwardRef((props, ref) => {
999
999
  placement: "left",
1000
1000
  closable: false,
1001
1001
  open,
1002
- width: menuUnCollapsedWidth,
1002
+ size: menuUnCollapsedWidth,
1003
1003
  classNames: { body: drawMenu },
1004
1004
  onClose: () => {
1005
1005
  setOpen(false);