mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
55ab4a7ffd
- Make Box struct internal (use .border() modifier instead) - Update example app to use .border() instead of Box - Simplify resolveContainerWidth to just return content width - Simplify resolveContainerHeight to just return content height - Remove auto-expansion logic from containers - Containers now size to fit their content, not fill available space - Spacers in HStack still expand correctly to fill remaining space - Update tests for renamed BorderViaContainerViewTests