feat(dees-input-fileupload): redesign the file upload dropzone with dees-tile integration and themed file list styling

This commit is contained in:
2026-04-05 00:00:35 +00:00
parent a7a710b320
commit 465f7585ac
5 changed files with 147 additions and 178 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-05 - 3.57.0 - feat(dees-input-fileupload)
redesign the file upload dropzone with dees-tile integration and themed file list styling
- Replace the custom dropzone container with dees-tile and move actions and metadata into header and footer slots
- Add an explicit empty state for the file list and simplify file list layout and interaction handling
- Adopt shared theme tokens in the file upload styles and introduce a reusable row hover color token
## 2026-04-04 - 3.56.1 - fix(dees-input-dropdown)
improve dropdown popup lifecycle with window layer overlay and animated visibility transitions