@linzjs/lui 11.0.0 → 11.1.0
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/CHANGELOG.md +7 -0
- package/dist/components/LuiFormElements/LuiFileInputBox/LuiFileInputBox.d.ts +1 -0
- package/dist/components/LuiFormElements/LuiFileInputBox/LuiFileInputBox.stories.d.ts +1 -0
- package/dist/lui.cjs.development.js +1 -1
- package/dist/lui.cjs.development.js.map +1 -1
- package/dist/lui.cjs.production.min.js +1 -1
- package/dist/lui.cjs.production.min.js.map +1 -1
- package/dist/lui.esm.js +1 -1
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/lui.esm.js
CHANGED
|
@@ -6905,7 +6905,7 @@ var LuiFileInputBox = function LuiFileInputBox(props) {
|
|
|
6905
6905
|
name: "ic_error_outline",
|
|
6906
6906
|
size: 'ns',
|
|
6907
6907
|
alt: "Error"
|
|
6908
|
-
})), React__default.createElement("p", {
|
|
6908
|
+
})), props.customFileErrorMessage ? React__default.createElement("p", null, props.customFileErrorMessage) : React__default.createElement("p", {
|
|
6909
6909
|
className: "LuiFileInputBox-upload-text"
|
|
6910
6910
|
}, "You must select a file with extension of", ' ', extensionsAsHumanReadableList(props.acceptedExtensions), ".")));
|
|
6911
6911
|
};
|