ui-kit-ck-consultant 0.5.213 → 0.5.214

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.
@@ -3089,7 +3089,7 @@ var DropzoneMultiple = /*#__PURE__*/function (_React$Component) {
3089
3089
 
3090
3090
  reader.readAsDataURL(file);
3091
3091
  } else {
3092
- alert('Fichier trop volumineux');
3092
+ alert("Fichier trop volumineux - Taille maxium " + _this.props.maxFileSize + "Mo");
3093
3093
  _this.currentFile += 1;
3094
3094
 
3095
3095
  _this.nextFile(files);
@@ -3187,7 +3187,7 @@ var DropzoneMultiple = /*#__PURE__*/function (_React$Component) {
3187
3187
  className: classNames$1(style$o.dropzone_multiple_items)
3188
3188
  }), !_this2.state.files.length ? /*#__PURE__*/React.createElement("span", {
3189
3189
  className: classNames$1(style$o.background_text)
3190
- }, "Glisser et d\xE9poser vos fichiers ou cliquer pour en s\xE9lectionner...", ' ', _this2.props.extensions ? "Formats accept\xE9s : " + _this2.props.extensions.join(', ') : '') : null, /*#__PURE__*/React.createElement("input", getInputProps()), _this2.state.files.map(function (file, idx) {
3190
+ }, "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) {
3191
3191
  return _this2.getFileComponent(idx);
3192
3192
  })));
3193
3193
  });