mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
- 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