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.mjs CHANGED
@@ -2032,7 +2032,9 @@ var ProModal = forwardRef((props, ref) => {
2032
2032
  okText,
2033
2033
  okType,
2034
2034
  width: adjustedWidth,
2035
- maskClosable: false,
2035
+ mask: {
2036
+ closable: false
2037
+ },
2036
2038
  ...modalProps,
2037
2039
  children
2038
2040
  }