@hexure/ui 1.13.76 → 1.13.77

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/cjs/index.js CHANGED
@@ -4319,7 +4319,7 @@ const FileUpload = ({ accept, onChange, disabled = false, onError, maxFiles = 10
4319
4319
  const fileId = `${baseId}-file-${index}`;
4320
4320
  return (React.createElement(File, { "data-itemid": `${fileId}-file`, key: file.name },
4321
4321
  React.createElement(Copy, { "data-itemid": `${fileId}-file-name`, type: 'bold' }, file.name),
4322
- React.createElement(Remove, { "data-itemid": `${fileId}-remove`, onClick: handleRemove.bind(null, file), path: js.mdiMinusCircle })));
4322
+ React.createElement(Remove, { "data-itemid": `${fileId}-remove`, onClick: handleRemove.bind(null, file), path: js.mdiMinusCircle, title: 'Remove' })));
4323
4323
  }))) : null,
4324
4324
  allowMoreFiles ? (React.createElement(ClickZone, { "data-itemid": `${baseId}-click-zone`, onClick: triggerFileExplorer },
4325
4325
  files.length ? null : (React.createElement(IconWrapper$1, { "$dragging": dragging, "data-itemid": `${baseId}-icon-wrapper` },