kui-crm 0.0.206 → 0.0.208

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
@@ -2722,7 +2722,7 @@ var FillingTagsAutocomplete$1 = mobxReact.observer(FillingTagsAutocomplete);
2722
2722
 
2723
2723
  var FormWrapper = function (props) {
2724
2724
  var form = props.form, onSubmit = props.onSubmit, children = props.children, className = props.className, other = __rest(props, ["form", "onSubmit", "children", "className"]);
2725
- return (jsxRuntime.jsxs("form", __assign({ onSubmit: form.handleSubmit(onSubmit), className: className }, { children: [jsxRuntime.jsx(kuiBasic.Box, __assign({ pl: 5, pr: 5, mb: 3, className: "KUI-FormWrapper_Box" }, { children: children })), jsxRuntime.jsx(FormBottom, __assign({}, other))] })));
2725
+ return (jsxRuntime.jsx("div", __assign({ className: className }, { children: jsxRuntime.jsxs("form", __assign({ onSubmit: form.handleSubmit(onSubmit) }, { children: [jsxRuntime.jsx(kuiBasic.Box, __assign({ pl: 5, pr: 5, mb: 3, className: "KUI-FormWrapper_Box" }, { children: children })), jsxRuntime.jsx(FormBottom, __assign({}, other))] })) })));
2726
2726
  };
2727
2727
 
2728
2728
  function HeadingWithButton(_a) {