@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/index.js CHANGED
@@ -5894,6 +5894,12 @@ function registerModal(loader) {
5894
5894
  type: "eventHandler",
5895
5895
  argTypes: [{ name: "open", type: "boolean" }]
5896
5896
  },
5897
+ maskClosable: {
5898
+ type: "boolean",
5899
+ displayName: "Close modal on outside click?",
5900
+ description: "Whether to close the modal when user clicks outside the modal",
5901
+ defaultValueHint: true
5902
+ },
5897
5903
  wrapClassName: {
5898
5904
  type: "class",
5899
5905
  displayName: "Modal overlay",