@unbxd-ui/unbxd-react-components 0.2.114 → 0.2.115

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.
@@ -107,14 +107,17 @@ Modal.propTypes = {
107
107
  /** indicates whether to show or hide the modal header */
108
108
  showHeader: _propTypes["default"].bool,
109
109
  /** callback function that gets called when the modal closes */
110
- onClose: _propTypes["default"].func
110
+ onClose: _propTypes["default"].func,
111
+ /** indicates whether to close or not the modal */
112
+ isConditionalHideEnabled: _propTypes["default"].bool
111
113
  };
112
114
  Modal.defaultProps = {
113
115
  className: "",
114
116
  title: "",
115
117
  isOpen: false,
116
118
  showClose: true,
117
- showHeader: true
119
+ showHeader: true,
120
+ isConditionalHideEnabled: false
118
121
  };
119
122
  Modal.displayName = "Modal";
120
123
  var _default = exports["default"] = Modal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unbxd-ui/unbxd-react-components",
3
- "version": "0.2.114",
3
+ "version": "0.2.115",
4
4
  "description": "React components library",
5
5
  "keywords": [
6
6
  "react components",