ui-kit-ck-consultant 0.5.250 → 0.5.252
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
@@ -1101,7 +1101,7 @@ var Card = /*#__PURE__*/function (_React$Component) {
|
|
1101
1101
|
style: _extends({
|
1102
1102
|
width: this.state.width
|
1103
1103
|
}, this.props.borderTopColor ? {
|
1104
|
-
backgroundColor: this.props.borderTopColor
|
1104
|
+
backgroundColor: this.props.borderTopColor
|
1105
1105
|
} : {})
|
1106
1106
|
}), this.props.title ? /*#__PURE__*/React.createElement("div", {
|
1107
1107
|
className: style$c.card_header
|
@@ -3425,7 +3425,7 @@ var DropzoneMultiple = /*#__PURE__*/function (_React$Component) {
|
|
3425
3425
|
className: classNames$1(style$p.dropzone_multiple_items)
|
3426
3426
|
}), !_this2.state.files.length ? /*#__PURE__*/React.createElement("span", {
|
3427
3427
|
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(', ') : '',
|
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
3429
|
return _this2.getFileComponent(idx);
|
3430
3430
|
})));
|
3431
3431
|
});
|