Follow up to breaking change PR patternfly/patternfly-react#10650
Previously isWidthLimited prop controlled whether children passed to certain Page components woudl be wrapped in a __main-body element. That is no longer the case. We should probably just provide a warning for that + mentioning we have a new hasMainBodyWrapper prop to control this wrapper element (though intended for when multiple PageMainBody's are desired).
We've also removed the PageNavigation component and the "nav" PageSection typing.
Required actions:
- Build codemod
- Build test
- Update readme with description & example