feat(dees-settings): add dees-settings layout component for displaying read-only settings with footer actions

This commit is contained in:
2026-04-12 20:33:19 +00:00
parent 7ef3613e91
commit ab19b561c4
6 changed files with 271 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-12 - 3.78.0 - feat(dees-settings)
add dees-settings layout component for displaying read-only settings with footer actions
- introduces a new dees-settings element with heading, description, settings field grid, and footer action support
- exports dees-settings from the 00group-layout module index
- adds demo examples covering populated, empty, and multi-action states
## 2026-04-12 - 3.77.0 - feat(dees-table)
add configurable cell flash comparison and border highlight mode