kui-crm 0.0.204 → 0.0.206

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) }, { children: [jsxRuntime.jsx(kuiBasic.Box, __assign({ pl: 5, pr: 5, mb: 3, className: className }, { children: children })), jsxRuntime.jsx(FormBottom, __assign({}, other))] })));
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))] })));
2726
2726
  };
2727
2727
 
2728
2728
  function HeadingWithButton(_a) {
@@ -3220,7 +3220,7 @@ var LabelWithHint = function (props) {
3220
3220
  return (jsxRuntime.jsxs(kuiBasic.Grid, __assign({ container: true, alignItems: "center" }, { children: [jsxRuntime.jsx(kuiBasic.Caption, __assign({ weight: 500, size: "s" }, { children: label })), jsxRuntime.jsx(StyledTooltip$1, __assign({ strategy: "fixed", placement: "bottom", content: jsxRuntime.jsx(kuiBasic.Caption, __assign({ size: "xs" }, { children: hintMessage })) }, { children: jsxRuntime.jsx(StyledIcon$1, {}) }))] })));
3221
3221
  };
3222
3222
  var StyledIcon$1 = styled__default["default"](kuiIcon.QuestionIcon)(templateObject_1$o || (templateObject_1$o = __makeTemplateObject(["\n margin-left: 4px;\n path {\n fill: ", ";\n }\n"], ["\n margin-left: 4px;\n path {\n fill: ", ";\n }\n"])), kuiBasic.theme.palette.grey.fiftyP);
3223
- var StyledTooltip$1 = styled__default["default"](Tooltip)(templateObject_2$h || (templateObject_2$h = __makeTemplateObject(["\n .Tooltip_content {\n z-index: auto;\n }\n"], ["\n .Tooltip_content {\n z-index: auto;\n }\n"])));
3223
+ var StyledTooltip$1 = styled__default["default"](Tooltip)(templateObject_2$h || (templateObject_2$h = __makeTemplateObject(["\n .KUI-Popper {\n max-width: 215px !important;\n }\n .Tooltip_content {\n z-index: auto;\n }\n"], ["\n .KUI-Popper {\n max-width: 215px !important;\n }\n .Tooltip_content {\n z-index: auto;\n }\n"])));
3224
3224
  var templateObject_1$o, templateObject_2$h;
3225
3225
 
3226
3226
  var CheckboxWithHint = function (props) {