@hexure/ui 1.13.75 → 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
@@ -3217,6 +3217,7 @@ const MenuWrapper$1 = styled.button `
3217
3217
  border-left-color: ${props => (props.$active ? props.$color.Hex : 'transparent')};
3218
3218
  cursor: pointer;
3219
3219
  height: 40px;
3220
+ padding-right: 0px;
3220
3221
 
3221
3222
  &:hover > div {
3222
3223
  color: ${props => props.$color.Hex};
@@ -4318,7 +4319,7 @@ const FileUpload = ({ accept, onChange, disabled = false, onError, maxFiles = 10
4318
4319
  const fileId = `${baseId}-file-${index}`;
4319
4320
  return (React.createElement(File, { "data-itemid": `${fileId}-file`, key: file.name },
4320
4321
  React.createElement(Copy, { "data-itemid": `${fileId}-file-name`, type: 'bold' }, file.name),
4321
- 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' })));
4322
4323
  }))) : null,
4323
4324
  allowMoreFiles ? (React.createElement(ClickZone, { "data-itemid": `${baseId}-click-zone`, onClick: triggerFileExplorer },
4324
4325
  files.length ? null : (React.createElement(IconWrapper$1, { "$dragging": dragging, "data-itemid": `${baseId}-icon-wrapper` },