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.
package/dist/index.js CHANGED
@@ -180,13 +180,13 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
180
180
  onClick: _this.props.onValid
181
181
  }, _this.props.onValid ? /*#__PURE__*/React__default.createElement(reactFontawesome.FontAwesomeIcon, {
182
182
  icon: freeSolidSvgIcons.faCheck
183
- }) : ''), /*#__PURE__*/React__default.createElement("div", {
183
+ }) : ''), _this.props.onClose ? /*#__PURE__*/React__default.createElement("div", {
184
184
  className: style.modal_close,
185
185
  style: _this.props.closeStyle,
186
186
  onClick: _this.props.onClose
187
187
  }, _this.props.iconClose ? _this.props.iconClose : /*#__PURE__*/React__default.createElement(reactFontawesome.FontAwesomeIcon, {
188
188
  icon: freeSolidSvgIcons.faTimes
189
- })), _this.props.onCustom ? /*#__PURE__*/React__default.createElement("div", {
189
+ })) : null, _this.props.onCustom ? /*#__PURE__*/React__default.createElement("div", {
190
190
  className: style.modal_custom,
191
191
  onClick: _this.props.onCustom
192
192
  }, /*#__PURE__*/React__default.createElement(reactFontawesome.FontAwesomeIcon, {
@@ -217,7 +217,7 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
217
217
  }, this.getRightItems())) : /*#__PURE__*/React__default.createElement("div", {
218
218
  className: style.modal_right
219
219
  }, this.getRightItems()), /*#__PURE__*/React__default.createElement("div", {
220
- 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 : {})
220
+ 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)
221
221
  }, this.props.children))));
222
222
  };
223
223