Refactor to use newer Balkón APIs.
Add support for logical properties thanks to Stylist Traits update.
Reference document main module.
Reference-document generic layout/tree-traversal, seperate natural from final size fields.
Don't parse unimplemented subgrids, add notes as to how to implement.
Bugfix & pagination integration.
Refactor grid layout code to deduplicate logic along each axis.
Tidyup: full-size computation from gridcell size computations.
Refactor abstract grids to seperate fields of children array.
Refactor grid sizes to be dynamically computed.
Integrate paragraph pagination via Balkon.
Merge in-porgress changes.
Simplify final width computation.
Attempt to simplify generic height layout methods.
Fix type error, confusing paddedboxes for borders.
Add missing child traversal to maxwidth computation & simplify API signature.
Simplify natwidth generic logic.
Type error fix upon boxMinWidth type declaration change.
Attempt to simplify generic minwidth logic.
Integrate utility resolving conflicting dataflow.