sinking-antd 1.1.0 → 1.1.1

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
@@ -2057,7 +2057,9 @@ var ProModal = React.forwardRef((props, ref) => {
2057
2057
  okText,
2058
2058
  okType,
2059
2059
  width: adjustedWidth,
2060
- maskClosable: false,
2060
+ mask: {
2061
+ closable: false
2062
+ },
2061
2063
  ...modalProps,
2062
2064
  children
2063
2065
  }