kui-crm 0.0.224 → 0.0.225

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/cjs/index.js CHANGED
@@ -2337,7 +2337,7 @@ var templateObject_1$L, templateObject_2$s, templateObject_3$n, templateObject_4
2337
2337
 
2338
2338
  function Modal(_a) {
2339
2339
  var open = _a.open, other = __rest(_a, ["open"]);
2340
- return jsxRuntime.jsx(StyledModal$3, __assign({ isScrollable: true, isOpen: open }, other));
2340
+ return (jsxRuntime.jsx(StyledModal$3, __assign({ withAutoClosing: false, isScrollable: true, isOpen: open }, other)));
2341
2341
  }
2342
2342
  var StyledModal$3 = styled__default["default"](kuiBasic.Modal)(templateObject_1$K || (templateObject_1$K = __makeTemplateObject(["\n max-height: calc(100% - 64px);\n .KUI-Modal_header {\n text-align: left;\n }\n .KUI-Modal_title {\n font-size: 24px;\n line-height: 32px;\n padding-bottom: 20px;\n }\n"], ["\n max-height: calc(100% - 64px);\n .KUI-Modal_header {\n text-align: left;\n }\n .KUI-Modal_title {\n font-size: 24px;\n line-height: 32px;\n padding-bottom: 20px;\n }\n"])));
2343
2343
  var templateObject_1$K;