fix(dees-input-list): refine dees-input-list spacing and simplify the add item action button

This commit is contained in:
2026-04-02 16:08:59 +00:00
parent 8d3a1783fd
commit cbc0bbcad4
3 changed files with 67 additions and 41 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-02 - 3.49.2 - fix(dees-input-list)
refine dees-input-list spacing and simplify the add item action button
- reduce list item, input, helper text, and empty state sizing for a more compact layout
- replace the add action from dees-button to a native icon-only button and remove the unused button import
- simplify add-input styling by removing bordered focus treatment and using a minimal inline input appearance
## 2026-04-01 - 3.49.1 - fix(ts_web)
resolve TypeScript nullability and event typing issues across web components