feat: add maxSpace option to @react-stately/layout GridLayout (#8654)
* feat: add new maxSpace option
* feat: add new private margin property
* feat: take maxSpace into account when computing horizontal spacing & compute margin
* example use of GridList maxSpace
* chore: rename maxSpace into maxHorizontalSpace
* feat: add controls to the VirtualizedGridListGrid story