@groupeactual/ui-kit 1.7.0-beta.6 → 1.7.0-beta.7

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.
@@ -271,7 +271,7 @@ interface Props$a {
271
271
  _isDroppingFile?: boolean;
272
272
  validateFile?: (_size: number, _type: string, _accept: string[], _setUploadFileError: React.Dispatch<React.SetStateAction<boolean | string>>) => boolean;
273
273
  onTouched?: () => void;
274
- onFilesDataChange?: (_fileData: FileDataType[] | undefined) => void;
274
+ onFilesDataChange?: (_fileData: FileDataType[] | undefined, _filesInput?: File[]) => void;
275
275
  }
276
276
  declare const FileUploader: ({ title, subTitle, titleAddButton, helperText, titleTooltip, files, isMulti, accept, acceptText, orText, disabled, error, enableGoogleDrive, googleAuthClientId, googleApiKey, _isDroppingFile, validateFile, onTouched, onFilesDataChange, }: Props$a) => React.JSX.Element;
277
277