@plasmicpkgs/antd5 0.0.166 → 0.0.167

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/antd.esm.js CHANGED
@@ -5879,6 +5879,12 @@ function registerModal(loader) {
5879
5879
  type: "eventHandler",
5880
5880
  argTypes: [{ name: "open", type: "boolean" }]
5881
5881
  },
5882
+ maskClosable: {
5883
+ type: "boolean",
5884
+ displayName: "Close modal on outside click?",
5885
+ description: "Whether to close the modal when user clicks outside the modal",
5886
+ defaultValueHint: true
5887
+ },
5882
5888
  wrapClassName: {
5883
5889
  type: "class",
5884
5890
  displayName: "Modal overlay",