Merge pull request #33504 from backstage/bui-pluginheader

This commit is contained in:
Charles de Dreuille
2026-03-23 15:48:45 +00:00
committed by GitHub
9 changed files with 354 additions and 312 deletions
@@ -0,0 +1,9 @@
---
'@backstage/ui': minor
---
**BREAKING**: Removed the `toolbarWrapper` element from `PluginHeader` and dropped `toolbarWrapper` from `PluginHeaderDefinition.classNames`. Toolbar layout styles now live on `toolbar` (`.bui-PluginHeaderToolbar`).
**Migration:** Update custom CSS that targeted `.bui-PluginHeaderToolbarWrapper` to use `.bui-PluginHeaderToolbar` instead.
**Affected components:** PluginHeader