@backstage/plugin-techdocs 1.1.0 → 1.1.1-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -189,7 +189,7 @@ declare type TechDocsReaderPageHeaderProps = PropsWithChildren<{
189
189
  * the Tech Docs add-ons to customize it
190
190
  * @public
191
191
  */
192
- declare const TechDocsReaderPageHeader: (props: TechDocsReaderPageHeaderProps) => JSX.Element;
192
+ declare const TechDocsReaderPageHeader: (props: TechDocsReaderPageHeaderProps) => JSX.Element | null;
193
193
 
194
194
  /**
195
195
  * Props for {@link TechDocsReaderPageContent}
package/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- export { y as DefaultTechDocsHome, a as DocsCardGrid, D as DocsTable, C as EmbeddedDocsRouter, v as EntityListDocsGrid, x as EntityListDocsTable, E as EntityTechdocsContent, R as Reader, B as Router, j as TechDocsClient, d as TechDocsCustomHome, e as TechDocsIndexPage, T as TechDocsPageWrapper, z as TechDocsPicker, c as TechDocsReaderLayout, g as TechDocsReaderPage, m as TechDocsReaderPageContent, l as TechDocsReaderPageHeader, p as TechDocsReaderPageSubheader, n as TechDocsReaderProvider, s as TechDocsSearch, r as TechDocsSearchResultListItem, q as TechDocsStateIndicator, k as TechDocsStorageClient, f as TechdocsPage, A as isTechDocsAvailable, t as plugin, i as techdocsApiRef, t as techdocsPlugin, h as techdocsStorageApiRef, u as useTechDocsReader, o as useTechDocsReaderDom, w as withTechDocsReaderProvider } from './esm/index-cb910cad.esm.js';
1
+ export { y as DefaultTechDocsHome, a as DocsCardGrid, D as DocsTable, C as EmbeddedDocsRouter, v as EntityListDocsGrid, x as EntityListDocsTable, E as EntityTechdocsContent, R as Reader, B as Router, j as TechDocsClient, d as TechDocsCustomHome, e as TechDocsIndexPage, T as TechDocsPageWrapper, z as TechDocsPicker, c as TechDocsReaderLayout, g as TechDocsReaderPage, m as TechDocsReaderPageContent, l as TechDocsReaderPageHeader, p as TechDocsReaderPageSubheader, n as TechDocsReaderProvider, s as TechDocsSearch, r as TechDocsSearchResultListItem, q as TechDocsStateIndicator, k as TechDocsStorageClient, f as TechdocsPage, A as isTechDocsAvailable, t as plugin, i as techdocsApiRef, t as techdocsPlugin, h as techdocsStorageApiRef, u as useTechDocsReader, o as useTechDocsReaderDom, w as withTechDocsReaderProvider } from './esm/index-3d3f8718.esm.js';
2
2
  import '@backstage/core-plugin-api';
3
3
  import '@backstage/errors';
4
4
  import 'event-source-polyfill';
@@ -36,5 +36,4 @@ import 'lodash';
36
36
  import '@material-ui/icons/Share';
37
37
  import '@material-ui/icons/Star';
38
38
  import '@material-ui/icons/StarBorder';
39
- import '@backstage/core-app-api';
40
39
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
3
  "description": "The Backstage plugin that renders technical documentation for your components",
4
- "version": "1.1.0",
4
+ "version": "1.1.1-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -37,15 +37,14 @@
37
37
  "dependencies": {
38
38
  "@backstage/catalog-model": "^1.0.1",
39
39
  "@backstage/config": "^1.0.0",
40
- "@backstage/core-app-api": "^1.0.1",
41
40
  "@backstage/core-components": "^0.9.3",
42
41
  "@backstage/core-plugin-api": "^1.0.1",
43
42
  "@backstage/errors": "^1.0.0",
44
- "@backstage/integration": "^1.1.0",
45
- "@backstage/integration-react": "^1.0.1",
46
- "@backstage/plugin-catalog-react": "^1.0.1",
47
- "@backstage/plugin-search-react": "^0.1.0",
48
- "@backstage/plugin-techdocs-react": "^0.1.0",
43
+ "@backstage/integration": "^1.2.0-next.0",
44
+ "@backstage/integration-react": "^1.1.0-next.0",
45
+ "@backstage/plugin-catalog-react": "^1.1.0-next.0",
46
+ "@backstage/plugin-search-react": "^0.1.1-next.0",
47
+ "@backstage/plugin-techdocs-react": "^0.1.1-next.0",
49
48
  "@backstage/theme": "^0.2.15",
50
49
  "@material-ui/core": "^4.12.2",
51
50
  "@material-ui/icons": "^4.9.1",
@@ -68,10 +67,10 @@
68
67
  "react-dom": "^16.13.1 || ^17.0.0"
69
68
  },
70
69
  "devDependencies": {
71
- "@backstage/cli": "^0.17.0",
70
+ "@backstage/cli": "^0.17.1-next.0",
72
71
  "@backstage/core-app-api": "^1.0.1",
73
- "@backstage/dev-utils": "^1.0.1",
74
- "@backstage/test-utils": "^1.0.1",
72
+ "@backstage/dev-utils": "^1.0.2-next.0",
73
+ "@backstage/test-utils": "^1.0.2-next.0",
75
74
  "@testing-library/jest-dom": "^5.10.1",
76
75
  "@testing-library/react": "^12.1.3",
77
76
  "@testing-library/react-hooks": "^8.0.0",
@@ -89,5 +88,5 @@
89
88
  "config.d.ts"
90
89
  ],
91
90
  "configSchema": "config.d.ts",
92
- "gitHead": "e0e44c433319711c2fb8b175db411a621f7aaec2"
91
+ "gitHead": "88ee375f5ee44b7a7917297785ddf88691fe3381"
93
92
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-64eda4c3.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}