* [NIFI-13115] update context menu, search results overalay, and nf editor overlay to match angular material overlay styles
* use mat-elevation-z8 to match elevation of mat-menus
* update nf editor resize handle
* restore tooltip border width
This closes#8714
* [NIFI-13095] surface and contrast improvements
* [NIFI-12833] primary node icon light/dark mode styling
* [NIFI-13101] error page background color now matches light/dark theme
* update PG and RPG names to use the material palette contrast color
* update listing header text to use the material palette contrast color
* update draggable icon hover styles
* use surface contrast color for banners
* use nifi-surface-default
* update to use material primary contrast color for text displayed on top of material surfaces
* restore context menu border
* restore material theme
* fix selected listing table style
* remove unused themeing service
* remove more invalid files
* add even classes
* restore yes-no scss
* add even class to process-group-stats-in-out and remote-process-group-received-stats
* update table hover and selection styles
This closes#8707
* [NIFI-13099] - Error handling for Status History
* Error handling for current user
* Error handling for extension types
* Error handling for flow configuration
* Error handling for component state
* Error handling for cluster summary
* Error handling for System Diagnostics
* review feedback
* use SystemDiagnosticsActions.systemDiagnosticsSnackbarError
* review feedback
* review feedback
* use snackbar
This closes#8703
* NIFI-13100:
- Updating API response error handling for canvas based actions.
* NIFI-13100:
- Stopping polling when change version and revert changes fails.
* NIFI-13100:
- Fixing formatting.
This closes#8702
Simplified dependency management into Bill of Material dependencies as parents that align to classloader structures.
- Moved nifi-framework-bundle to root level
- Moved nifi-nar-bundle modules to root nifi-extension-bundles
- Added nifi-extension-bom for internal and external extensions
- Added nifi-framework-nar-bom and nifi-server-nar-bom for managing framework dependencies
- Renamed nifi-jetty-bundle to nifi-jetty-nar
This closes#8677
Signed-off-by: David Handermann <exceptionfactory@apache.org>