Superdesk fork of PrimeReact 5.0.2
npm install @superdesk/primereactSuperdesk fork of PrimeReact 5.0.2
Original version is used with a patch version after the dash e.g. 5.0.2-2
* Run npm publish to publish an update of the package.
* Do not forget to increment the version according to the rule above.
* Ensure that there are no unstaged changes before publishing. prepublishOnly script generates distribution files in the root directory of the project which are not ignored by git.
baseZIndex with zIndex. The former was adding 1000 to specified base index which interferes with base superdesk styles that generally use lower z-indexes. zIndex makes it possible to pass a pre-determined value that is not changed.package.json, because it is used in exported components.