mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
Remove BorderedView entirely — .border() now creates a ContainerView without title or footer. This ensures consistent 1-char inner padding across all bordered containers (Box, Card, Panel, Alert, Dialog). - Delete BorderModifier.swift (BorderedView) - Update .border() to create ContainerView with padding - Add empty-content guard to ContainerView - Fix StatusBar bordered padding (1-char inset) - Update Box docs to reflect new padding behavior - Update Renderable.swift docs - Migrate BorderedView tests to .border() API (527 tests passing)