Fix alpha entry point translation ref re-exports to use @alpha instead of @public
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -307,7 +307,7 @@ export type ScaffolderReactComponentsNameToClassKey = {
|
||||
// @alpha (undocumented)
|
||||
export type ScaffolderReactTemplateCategoryPickerClassKey = 'root' | 'label';
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
// @alpha @deprecated (undocumented)
|
||||
export const scaffolderReactTranslationRef: TranslationRef<
|
||||
'scaffolder-react',
|
||||
{
|
||||
|
||||
@@ -19,7 +19,7 @@ export * from './next';
|
||||
import { scaffolderReactTranslationRef as _scaffolderReactTranslationRef } from './translation';
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @alpha
|
||||
* @deprecated Import from `@backstage/plugin-scaffolder-react` instead.
|
||||
*/
|
||||
export const scaffolderReactTranslationRef = _scaffolderReactTranslationRef;
|
||||
|
||||
Reference in New Issue
Block a user