Follow up to breaking change PR patternfly/patternfly-react#8144
Button - isSmall and isLarge props could not be used at the same time so both have been removed and replaced with the size prop which can take values default, sm or lg.
- We should replace the
isLarge prop on Buttons with size="lg" and replace the isSmall prop on Buttons with size="sm".
Required actions:
- Build codemod
- Build test
- Update readme with description & example
Follow up to breaking change PR patternfly/patternfly-react#8144
Button -
isSmallandisLargeprops could not be used at the same time so both have been removed and replaced with thesizeprop which can take valuesdefault,smorlg.isLargeprop on Buttons withsize="lg"and replace theisSmallprop on Buttons withsize="sm".Required actions: