feat(ui): add mobile context menu and iconbutton components with demos and exports

This commit is contained in:
2025-12-22 12:00:40 +00:00
parent ce676d0df9
commit e7877ffaaf
9 changed files with 596 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-12-22 - 1.1.0 - feat(ui)
add mobile context menu and iconbutton components with demos and exports
- Added dees-mobile-contextmenu component (items API, viewport-aware positioning, touch handling, open/close animation) and a demo
- Added dees-mobile-iconbutton component (sm/md/lg sizes, disabled state, accessibility attributes) and a demo
- Added barrel index files for both components
- Exported the new components from ts_web/elements/00group-ui/index.ts
## 2025-12-22 - 1.0.2 - fix(dees-mobile-header)
adjust mobile header action slot layout and add documentation/license files