fix(dees-input-list): align list input with dees-tile styling and improve item affordances

This commit is contained in:
2026-04-05 11:08:40 +00:00
parent 5ee89b31b1
commit dede3216fb
3 changed files with 31 additions and 22 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-05 - 3.61.1 - fix(dees-input-list)
align list input with dees-tile styling and improve item affordances
- wrap the list in dees-tile with a dynamic item count heading and move the add-item controls into the tile footer
- replace custom container styling with shared tile and theme tokens for hover, focus, row, and disabled states
- show a bullet icon for non-sortable or disabled items when no candidate state icon is present
## 2026-04-05 - 3.61.0 - feat(dees-input-list)
allow freeform entries alongside candidate suggestions in dees-input-list