diff --git a/.changeset/tough-pugs-hope.md b/.changeset/tough-pugs-hope.md index 8e6e6de7b3a..031f6ebaae7 100644 --- a/.changeset/tough-pugs-hope.md +++ b/.changeset/tough-pugs-hope.md @@ -4,6 +4,6 @@ Refactored FileDropZone. -- FileDropZone has been split into three composible pieces: FileDropZone, DileDropZoneIcon and FileDropZoneTrigger. +- FileDropZone has been split into three composible pieces: FileDropZone, FileDropZoneIcon and FileDropZoneTrigger. - Validation is handled outside of the component. `onFilesAccepted`, `onFilesRejected` and `validate` have been replaced with `onDrop` and `status`. - Aligned styling to Salt.