Merge pull request #5928 from splunk/feature/5813-export-aboutcard-components

Export AboutCard contents and other related components/utility functions
This commit is contained in:
Fredrik Adelöw
2021-06-07 15:40:34 +02:00
committed by GitHub
3 changed files with 11 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Exported AboutCard contents and utility functions
@@ -15,3 +15,6 @@
*/
export { AboutCard } from './AboutCard';
export { AboutContent } from './AboutContent';
export { AboutField } from './AboutField';
export { ScmIntegrationIcon } from './ScmIntegrationIcon';
+3 -1
View File
@@ -21,6 +21,8 @@ export { EntityPageLayout } from './components/EntityPageLayout';
export { CatalogTable } from './components/CatalogTable';
export * from './components/EntitySwitch';
export { Router } from './components/Router';
export * from './components/EntityOrphanWarning';
export * from './components/AboutCard';
export {
CatalogEntityPage,
CatalogIndexPage,
@@ -36,4 +38,4 @@ export {
EntityLinksCard,
EntitySystemDiagramCard,
} from './plugin';
export * from './components/EntityOrphanWarning';
export * from './utils';