ui-kit-ck-consultant 0.5.251 → 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.
@@ -138,6 +138,7 @@ var FullModal = /*#__PURE__*/function (_React$Component) {
138
138
  icon: faCheck
139
139
  }) : ''), /*#__PURE__*/React.createElement("div", {
140
140
  className: style.modal_close,
141
+ style: this.props.closeStyle,
141
142
  onClick: this.props.onClose
142
143
  }, this.props.iconClose ? this.props.iconClose : /*#__PURE__*/React.createElement(FontAwesomeIcon, {
143
144
  icon: faTimes
@@ -3425,7 +3426,7 @@ var DropzoneMultiple = /*#__PURE__*/function (_React$Component) {
3425
3426
  className: classNames$1(style$p.dropzone_multiple_items)
3426
3427
  }), !_this2.state.files.length ? /*#__PURE__*/React.createElement("span", {
3427
3428
  className: classNames$1(style$p.background_text)
3428
- }, "Glisser et d\xE9poser vos fichiers ou cliquer pour en s\xE9lectionner...", ' ', _this2.props.extensions ? "Formats accept\xE9s : " + _this2.props.extensions.join(', ') : '', "$", _this2.props.maxFileSize ? " - Taille maximale " + _this2.props.maxFileSize + "Mo" : '') : null, /*#__PURE__*/React.createElement("input", getInputProps()), _this2.state.files.map(function (file, idx) {
3429
+ }, "Glisser et d\xE9poser vos fichiers ou cliquer pour en s\xE9lectionner...", ' ', _this2.props.extensions ? "Formats accept\xE9s : " + _this2.props.extensions.join(', ') : '', ' ', _this2.props.maxFileSize ? " - Taille maximale " + _this2.props.maxFileSize + "Mo" : '') : null, /*#__PURE__*/React.createElement("input", getInputProps()), _this2.state.files.map(function (file, idx) {
3429
3430
  return _this2.getFileComponent(idx);
3430
3431
  })));
3431
3432
  });