feat(input): separate label info tooltips from description text across input components

This commit is contained in:
2026-04-12 18:50:54 +00:00
parent 961b811b7a
commit 13ba5670f0
35 changed files with 128 additions and 128 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-12 - 3.76.0 - feat(input)
separate label info tooltips from description text across input components
- adds a dedicated infoText property for dees-label tooltips while keeping description available for helper text rendered below inputs
- introduces a shared renderDescription() helper in the input base component and updates multiple input components to use the unified description styling
- updates demos and consuming components to migrate tooltip content from description to infoText where appropriate
## 2026-04-12 - 3.75.0 - feat(dees-tile)
add configurable overscroll handling to tile content and use it in modals