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 +1 -1
- package/cjs/index.js.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +1 -1
- package/utils/index.d.ts +1 -1
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)
|
|
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) {
|