ui-kit-ck-consultant 0.5.291 → 0.5.293

Sign up to get free protection for your applications and to get access to all the features.
@@ -177,13 +177,13 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
177
177
  onClick: _this.props.onValid
178
178
  }, _this.props.onValid ? /*#__PURE__*/React.createElement(FontAwesomeIcon, {
179
179
  icon: faCheck
180
- }) : ''), /*#__PURE__*/React.createElement("div", {
180
+ }) : ''), _this.props.onClose ? /*#__PURE__*/React.createElement("div", {
181
181
  className: style.modal_close,
182
182
  style: _this.props.closeStyle,
183
183
  onClick: _this.props.onClose
184
184
  }, _this.props.iconClose ? _this.props.iconClose : /*#__PURE__*/React.createElement(FontAwesomeIcon, {
185
185
  icon: faTimes
186
- })), _this.props.onCustom ? /*#__PURE__*/React.createElement("div", {
186
+ })) : null, _this.props.onCustom ? /*#__PURE__*/React.createElement("div", {
187
187
  className: style.modal_custom,
188
188
  onClick: _this.props.onCustom
189
189
  }, /*#__PURE__*/React.createElement(FontAwesomeIcon, {
@@ -214,7 +214,7 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
214
214
  }, this.getRightItems())) : /*#__PURE__*/React.createElement("div", {
215
215
  className: style.modal_right
216
216
  }, this.getRightItems()), /*#__PURE__*/React.createElement("div", {
217
- className: classNames$1(this.props.noPadding ? style.full_modal_body_no_padding : style.full_modal_body, this.props.noOverflow ? style.full_modal_body_no_overflow : {})
217
+ className: classNames$1(this.props.noPadding ? style.full_modal_body_no_padding : style.full_modal_body, this.props.noOverflow ? style.full_modal_body_no_overflow : {}, this.props.classNameChildren)
218
218
  }, this.props.children))));
219
219
  };
220
220