frontend-plugin-api: simplify deprecation of AppRootWrapperBlueprint

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-01-18 13:58:01 +01:00
parent 3799135578
commit 85c8156984
13 changed files with 48 additions and 247 deletions
@@ -27,11 +27,9 @@ const componentDataRef = createExtensionDataRef<
* and similar.
*
* @public
* @deprecated Use `PluginWrapperBlueprint` from
* `@backstage/frontend-plugin-api/alpha` instead if you want to wrap all plugin
* components in the same wrapper. If you want to wrap the entire app, use the
* `AppRootWrapperBlueprint` from `@backstage/plugin-app-react` instead,
* although note that only app modules are able to use that blueprint.
* @deprecated Use {@link @backstage/plugin-app-react#AppRootWrapperBlueprint} instead.
* If you were using this blueprint to provide a context for your plugin,
* use `PluginWrapperBlueprint` from `@backstage/frontend-plugin-api/alpha` instead.
*/
export const AppRootWrapperBlueprint = createExtensionBlueprint({
kind: 'app-root-wrapper',