From 2b3074869a2ca52500cab250c46689db60088cb3 Mon Sep 17 00:00:00 2001 From: Josh Wooding <12938082+joshwooding@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:04:43 +0000 Subject: [PATCH] Update .changeset/tough-pugs-hope.md --- .changeset/tough-pugs-hope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.