@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/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
  };