Upon upgrade from PrimeNG 9 to PrimeNG X styles are broken. ui-something styles are renamed to p-something. There are no errors in the console and the behavior of some components is improved (e.g. p-inputNumber) - so it looks like this is a style only issue.
Styles are much improved but still quite broken if I add a theme in angular.json to styles: "node_modules/primeng/resources/themes/nova/theme.css".
I would appreciate very much if somebody can provide some guidance on how to solve this:
fix styles one by one (this would be like creating styles again for the whole app)
wait for PrimeNG community to fix some bugs and transition from 9 to X will be a drop-in
wait for PrimeNG community to provide a guide for the upgrade