@backstage/plugin-techdocs 1.7.1-next.0 → 1.7.1-next.2

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.
@@ -1,4 +1,4 @@
1
- export { c as TechDocsReaderLayout, b as TechDocsReaderPage } from './index-f1c01785.esm.js';
1
+ export { c as TechDocsReaderLayout, b as TechDocsReaderPage } from './index-683d6465.esm.js';
2
2
  import '@backstage/core-plugin-api';
3
3
  import '@backstage/errors';
4
4
  import 'event-source-polyfill';
@@ -10,6 +10,7 @@ import 'react-use/lib/useAsyncRetry';
10
10
  import '@backstage/core-components';
11
11
  import '@material-ui/core';
12
12
  import '@backstage/plugin-search-react';
13
+ import './TechDocsSearchResultListItem-4736f829.esm.js';
13
14
  import '@material-ui/core/Typography';
14
15
  import '@material-ui/lab';
15
16
  import '@material-ui/icons/Close';
@@ -33,4 +34,4 @@ import '@material-ui/icons/Share';
33
34
  import '@material-ui/styles';
34
35
  import '@material-ui/icons/Star';
35
36
  import '@material-ui/icons/StarBorder';
36
- //# sourceMappingURL=index-533d76b7.esm.js.map
37
+ //# sourceMappingURL=index-715820dc.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index-715820dc.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/index.d.ts CHANGED
@@ -374,6 +374,7 @@ declare const EntityListDocsTable: {
374
374
  columns: {
375
375
  createNameColumn(): TableColumn<DocsTableRow>;
376
376
  createOwnerColumn(): TableColumn<DocsTableRow>;
377
+ createKindColumn(): TableColumn<DocsTableRow>;
377
378
  createTypeColumn(): TableColumn<DocsTableRow>;
378
379
  };
379
380
  actions: {
@@ -416,6 +417,7 @@ declare const DocsTable: {
416
417
  columns: {
417
418
  createNameColumn(): TableColumn<DocsTableRow>;
418
419
  createOwnerColumn(): TableColumn<DocsTableRow>;
420
+ createKindColumn(): TableColumn<DocsTableRow>;
419
421
  createTypeColumn(): TableColumn<DocsTableRow>;
420
422
  };
421
423
  actions: {
package/dist/index.esm.js CHANGED
@@ -1,4 +1,4 @@
1
- export { u as DefaultTechDocsHome, a as DocsCardGrid, D as DocsTable, y as EmbeddedDocsRouter, r as EntityListDocsGrid, s as EntityListDocsTable, E as EntityTechdocsContent, R as Reader, x as Router, k as TechDocsClient, d as TechDocsCustomHome, e as TechDocsIndexPage, T as TechDocsPageWrapper, v as TechDocsPicker, c as TechDocsReaderLayout, g as TechDocsReaderPage, o as TechDocsReaderPageContent, n as TechDocsReaderPageHeader, p as TechDocsReaderPageSubheader, m as TechDocsReaderProvider, q as TechDocsSearch, h as TechDocsSearchResultListItem, l as TechDocsStorageClient, f as TechdocsPage, w as isTechDocsAvailable, t as plugin, j as techdocsApiRef, t as techdocsPlugin, i as techdocsStorageApiRef } from './esm/index-f1c01785.esm.js';
1
+ export { u as DefaultTechDocsHome, a as DocsCardGrid, D as DocsTable, y as EmbeddedDocsRouter, r as EntityListDocsGrid, s as EntityListDocsTable, E as EntityTechdocsContent, R as Reader, x as Router, k as TechDocsClient, d as TechDocsCustomHome, e as TechDocsIndexPage, T as TechDocsPageWrapper, v as TechDocsPicker, c as TechDocsReaderLayout, g as TechDocsReaderPage, o as TechDocsReaderPageContent, n as TechDocsReaderPageHeader, p as TechDocsReaderPageSubheader, m as TechDocsReaderProvider, q as TechDocsSearch, h as TechDocsSearchResultListItem, l as TechDocsStorageClient, f as TechdocsPage, w as isTechDocsAvailable, t as plugin, j as techdocsApiRef, t as techdocsPlugin, i as techdocsStorageApiRef } from './esm/index-683d6465.esm.js';
2
2
  import '@backstage/core-plugin-api';
3
3
  import '@backstage/errors';
4
4
  import 'event-source-polyfill';
@@ -10,6 +10,7 @@ import 'react-use/lib/useAsyncRetry';
10
10
  import '@backstage/core-components';
11
11
  import '@material-ui/core';
12
12
  import '@backstage/plugin-search-react';
13
+ import './esm/TechDocsSearchResultListItem-4736f829.esm.js';
13
14
  import '@material-ui/core/Typography';
14
15
  import '@material-ui/lab';
15
16
  import '@material-ui/icons/Close';
@@ -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,14 +1,25 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
3
  "description": "The Backstage plugin that renders technical documentation for your components",
4
- "version": "1.7.1-next.0",
5
- "main": "dist/index.esm.js",
6
- "types": "dist/index.d.ts",
4
+ "version": "1.7.1-next.2",
5
+ "main": "./dist/index.esm.js",
6
+ "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
8
8
  "publishConfig": {
9
- "access": "public",
10
- "main": "dist/index.esm.js",
11
- "types": "dist/index.d.ts"
9
+ "access": "public"
10
+ },
11
+ "exports": {
12
+ ".": {
13
+ "import": "./dist/index.esm.js",
14
+ "types": "./dist/index.d.ts",
15
+ "default": "./dist/index.esm.js"
16
+ },
17
+ "./alpha": {
18
+ "import": "./dist/alpha.esm.js",
19
+ "types": "./dist/alpha.d.ts",
20
+ "default": "./dist/alpha.esm.js"
21
+ },
22
+ "./package.json": "./package.json"
12
23
  },
13
24
  "backstage": {
14
25
  "role": "frontend-plugin"
@@ -34,18 +45,19 @@
34
45
  "clean": "backstage-cli package clean"
35
46
  },
36
47
  "dependencies": {
37
- "@backstage/catalog-model": "^1.4.2",
38
- "@backstage/config": "^1.1.0",
39
- "@backstage/core-components": "^0.13.6-next.0",
40
- "@backstage/core-plugin-api": "^1.7.0-next.0",
41
- "@backstage/errors": "^1.2.2",
42
- "@backstage/integration": "^1.7.1-next.0",
43
- "@backstage/integration-react": "^1.1.20-next.0",
44
- "@backstage/plugin-catalog-react": "^1.8.5-next.0",
45
- "@backstage/plugin-search-common": "^1.2.6",
46
- "@backstage/plugin-search-react": "^1.7.1-next.0",
47
- "@backstage/plugin-techdocs-react": "^1.1.12-next.0",
48
- "@backstage/theme": "^0.4.2",
48
+ "@backstage/catalog-model": "^1.4.3-next.0",
49
+ "@backstage/config": "^1.1.1-next.0",
50
+ "@backstage/core-components": "^0.13.6-next.2",
51
+ "@backstage/core-plugin-api": "^1.7.0-next.1",
52
+ "@backstage/errors": "^1.2.3-next.0",
53
+ "@backstage/frontend-plugin-api": "^0.2.0-next.2",
54
+ "@backstage/integration": "^1.7.1-next.1",
55
+ "@backstage/integration-react": "^1.1.20-next.2",
56
+ "@backstage/plugin-catalog-react": "^1.8.5-next.2",
57
+ "@backstage/plugin-search-common": "^1.2.7-next.0",
58
+ "@backstage/plugin-search-react": "^1.7.1-next.2",
59
+ "@backstage/plugin-techdocs-react": "^1.1.12-next.2",
60
+ "@backstage/theme": "^0.4.3-next.0",
49
61
  "@material-ui/core": "^4.12.2",
50
62
  "@material-ui/icons": "^4.9.1",
51
63
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -65,11 +77,11 @@
65
77
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
66
78
  },
67
79
  "devDependencies": {
68
- "@backstage/cli": "^0.23.0-next.0",
69
- "@backstage/core-app-api": "^1.10.1-next.0",
70
- "@backstage/dev-utils": "^1.0.22-next.0",
71
- "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.1-next.0",
72
- "@backstage/test-utils": "^1.4.4-next.0",
80
+ "@backstage/cli": "^0.23.0-next.2",
81
+ "@backstage/core-app-api": "^1.11.0-next.2",
82
+ "@backstage/dev-utils": "^1.0.22-next.2",
83
+ "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.1-next.2",
84
+ "@backstage/test-utils": "^1.4.4-next.2",
73
85
  "@testing-library/dom": "^8.0.0",
74
86
  "@testing-library/jest-dom": "^5.10.1",
75
87
  "@testing-library/react": "^12.1.3",
@@ -83,7 +95,8 @@
83
95
  },
84
96
  "files": [
85
97
  "dist",
86
- "config.d.ts"
98
+ "config.d.ts",
99
+ "alpha"
87
100
  ],
88
101
  "configSchema": "config.d.ts",
89
102
  "module": "./dist/index.esm.js"
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-533d76b7.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}