@backstage/plugin-techdocs 1.1.0-next.3 → 1.1.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
@@ -6,7 +6,6 @@ import { DiscoveryApi, FetchApi, IdentityApi } from '@backstage/core-plugin-api'
6
6
  import { Config } from '@backstage/config';
7
7
  import * as React from 'react';
8
8
  import React__default, { ReactNode, PropsWithChildren } from 'react';
9
- import * as _material_ui_core from '@material-ui/core';
10
9
  import { ToolbarProps } from '@material-ui/core';
11
10
  import { TableColumn, TableProps } from '@backstage/core-components';
12
11
  import { UserListFilterKind } from '@backstage/plugin-catalog-react';
@@ -276,9 +275,9 @@ declare const TechDocsReaderProvider: ({ children, }: TechDocsReaderProviderProp
276
275
  * Please use the Tech Docs add-ons to customize it
277
276
  * @public
278
277
  */
279
- declare const TechDocsReaderPageSubheader: React__default.ComponentType<Pick<{
278
+ declare const TechDocsReaderPageSubheader: ({ toolbarProps, }: {
280
279
  toolbarProps?: ToolbarProps<"div", {}> | undefined;
281
- }, "toolbarProps"> & _material_ui_core.StyledComponentProps<"root">>;
280
+ }) => JSX.Element | null;
282
281
 
283
282
  /**
284
283
  * Props for {@link TechDocsSearchResultListItem}.
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-fba8389b.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-cb910cad.esm.js';
2
2
  import '@backstage/core-plugin-api';
3
3
  import '@backstage/errors';
4
4
  import 'event-source-polyfill';
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-next.3",
4
+ "version": "1.1.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,24 +35,24 @@
35
35
  "clean": "backstage-cli package clean"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/catalog-model": "^1.0.1-next.1",
38
+ "@backstage/catalog-model": "^1.0.1",
39
39
  "@backstage/config": "^1.0.0",
40
- "@backstage/core-app-api": "^1.0.1-next.1",
41
- "@backstage/core-components": "^0.9.3-next.2",
42
- "@backstage/core-plugin-api": "^1.0.1-next.0",
40
+ "@backstage/core-app-api": "^1.0.1",
41
+ "@backstage/core-components": "^0.9.3",
42
+ "@backstage/core-plugin-api": "^1.0.1",
43
43
  "@backstage/errors": "^1.0.0",
44
- "@backstage/integration": "^1.1.0-next.2",
45
- "@backstage/integration-react": "^1.0.1-next.2",
46
- "@backstage/plugin-catalog-react": "^1.0.1-next.3",
47
- "@backstage/plugin-search-react": "^0.1.0-next.0",
48
- "@backstage/plugin-techdocs-react": "^0.1.0-next.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",
49
49
  "@backstage/theme": "^0.2.15",
50
50
  "@material-ui/core": "^4.12.2",
51
51
  "@material-ui/icons": "^4.9.1",
52
52
  "@material-ui/lab": "4.0.0-alpha.57",
53
53
  "@material-ui/styles": "^4.10.0",
54
54
  "dompurify": "^2.2.9",
55
- "event-source-polyfill": "^1.0.25",
55
+ "event-source-polyfill": "1.0.25",
56
56
  "git-url-parse": "^11.6.0",
57
57
  "jss": "~10.8.2",
58
58
  "lodash": "^4.17.21",
@@ -68,13 +68,13 @@
68
68
  "react-dom": "^16.13.1 || ^17.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/cli": "^0.17.0-next.3",
72
- "@backstage/core-app-api": "^1.0.1-next.1",
73
- "@backstage/dev-utils": "^1.0.1-next.1",
74
- "@backstage/test-utils": "^1.0.1-next.2",
71
+ "@backstage/cli": "^0.17.0",
72
+ "@backstage/core-app-api": "^1.0.1",
73
+ "@backstage/dev-utils": "^1.0.1",
74
+ "@backstage/test-utils": "^1.0.1",
75
75
  "@testing-library/jest-dom": "^5.10.1",
76
76
  "@testing-library/react": "^12.1.3",
77
- "@testing-library/react-hooks": "^7.0.2",
77
+ "@testing-library/react-hooks": "^8.0.0",
78
78
  "@testing-library/user-event": "^14.0.0",
79
79
  "@types/dompurify": "^2.2.2",
80
80
  "@types/event-source-polyfill": "^1.0.0",
@@ -89,5 +89,5 @@
89
89
  "config.d.ts"
90
90
  ],
91
91
  "configSchema": "config.d.ts",
92
- "gitHead": "2eca57d93ef1081f4a76a19fc994a8e9e1a19e00"
92
+ "gitHead": "e0e44c433319711c2fb8b175db411a621f7aaec2"
93
93
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-7b32409a.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}