ui-kit-ck-consultant 0.5.252 → 0.5.253

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
@@ -141,6 +141,7 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
141
141
  icon: freeSolidSvgIcons.faCheck
142
142
  }) : ''), /*#__PURE__*/React__default.createElement("div", {
143
143
  className: style.modal_close,
144
+ style: this.props.closeStyle,
144
145
  onClick: this.props.onClose
145
146
  }, this.props.iconClose ? this.props.iconClose : /*#__PURE__*/React__default.createElement(reactFontawesome.FontAwesomeIcon, {
146
147
  icon: freeSolidSvgIcons.faTimes