ui-kit-ck-consultant 0.6.1 → 0.6.2

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/dist/index.js CHANGED
@@ -187,7 +187,7 @@ var Modal = /*#__PURE__*/function (_React$Component) {
187
187
  }, /*#__PURE__*/React__default.createElement("h2", {
188
188
  className: "mt-0"
189
189
  }, this.props.title)), /*#__PURE__*/React__default.createElement("div", {
190
- className: style.modal_body
190
+ className: classNames$1(style.modal_body, this.props.classNameChildren)
191
191
  }, this.props.children))));
192
192
  };
193
193