@backstage/plugin-api-docs 0.13.6-next.0 → 0.13.6-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.
- package/CHANGELOG.md +27 -0
- package/dist/components/ApiDefinitionCard/index.esm.js +5 -1
- package/dist/components/ApiDefinitionCard/index.esm.js.map +1 -1
- package/dist/components/ApiExplorerPage/index.esm.js +5 -1
- package/dist/components/ApiExplorerPage/index.esm.js.map +1 -1
- package/dist/components/ApisCards/index.esm.js +7 -3
- package/dist/components/ApisCards/index.esm.js.map +1 -1
- package/dist/components/AsyncApiDefinitionWidget/AsyncApiDefinition.esm.js +1 -1
- package/dist/components/ComponentsCards/index.esm.js +6 -2
- package/dist/components/ComponentsCards/index.esm.js.map +1 -1
- package/dist/package.json.esm.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @backstage/plugin-api-docs
|
|
2
2
|
|
|
3
|
+
## 0.13.6-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/ui@0.14.0-next.2
|
|
9
|
+
- @backstage/plugin-catalog@2.0.2-next.2
|
|
10
|
+
- @backstage/core-components@0.18.9-next.1
|
|
11
|
+
- @backstage/plugin-catalog-react@2.1.2-next.2
|
|
12
|
+
- @backstage/catalog-model@1.7.8-next.0
|
|
13
|
+
- @backstage/core-plugin-api@1.12.5-next.2
|
|
14
|
+
- @backstage/frontend-plugin-api@0.16.0-next.2
|
|
15
|
+
- @backstage/plugin-catalog-common@1.1.9-next.0
|
|
16
|
+
- @backstage/plugin-permission-react@0.4.42-next.1
|
|
17
|
+
|
|
18
|
+
## 0.13.6-next.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @backstage/ui@0.14.0-next.1
|
|
24
|
+
- @backstage/plugin-catalog-react@2.1.2-next.1
|
|
25
|
+
- @backstage/frontend-plugin-api@0.16.0-next.1
|
|
26
|
+
- @backstage/core-components@0.18.9-next.0
|
|
27
|
+
- @backstage/core-plugin-api@1.12.5-next.1
|
|
28
|
+
- @backstage/plugin-catalog@2.0.2-next.1
|
|
29
|
+
|
|
3
30
|
## 0.13.6-next.0
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import { ApiDefinitionCard } from './ApiDefinitionCard.esm.js';
|
|
2
2
|
export { defaultDefinitionWidgets } from './ApiDefinitionWidget.esm.js';
|
|
3
3
|
export { ApiTypeTitle } from './ApiTypeTitle.esm.js';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export { ApiDefinitionCard };
|
|
4
8
|
//# 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":";;;;;;"}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import { ApiExplorerPage } from './ApiExplorerPage.esm.js';
|
|
2
2
|
export { DefaultApiExplorerPage } from './DefaultApiExplorerPage.esm.js';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export { ApiExplorerPage as ApiExplorerIndexPage };
|
|
3
7
|
//# 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":";;;;;"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { ConsumedApisCard } from './ConsumedApisCard.esm.js';
|
|
2
|
+
import { HasApisCard } from './HasApisCard.esm.js';
|
|
3
|
+
import { ProvidedApisCard } from './ProvidedApisCard.esm.js';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export { ConsumedApisCard, HasApisCard, ProvidedApisCard };
|
|
4
8
|
//# 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":";;;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import AsyncApi from '@asyncapi/react-component';
|
|
3
3
|
import '@asyncapi/react-component/styles/default.css';
|
|
4
|
-
import {
|
|
4
|
+
import { useTheme, makeStyles, darken, alpha } from '@material-ui/core/styles';
|
|
5
5
|
|
|
6
6
|
const useStyles = makeStyles((theme) => ({
|
|
7
7
|
root: {
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { ConsumingComponentsCard } from './ConsumingComponentsCard.esm.js';
|
|
2
|
+
import { ProvidingComponentsCard } from './ProvidingComponentsCard.esm.js';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export { ConsumingComponentsCard, ProvidingComponentsCard };
|
|
3
7
|
//# 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/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-api-docs",
|
|
3
|
-
"version": "0.13.6-next.
|
|
3
|
+
"version": "0.13.6-next.2",
|
|
4
4
|
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@asyncapi/react-component": "^2.3.3",
|
|
69
|
-
"@backstage/catalog-model": "1.7.
|
|
70
|
-
"@backstage/core-components": "0.18.9-next.
|
|
71
|
-
"@backstage/core-plugin-api": "1.12.5-next.
|
|
72
|
-
"@backstage/frontend-plugin-api": "0.
|
|
73
|
-
"@backstage/plugin-catalog": "2.0.2-next.
|
|
74
|
-
"@backstage/plugin-catalog-common": "1.1.
|
|
75
|
-
"@backstage/plugin-catalog-react": "2.1.
|
|
76
|
-
"@backstage/plugin-permission-react": "0.4.42-next.
|
|
77
|
-
"@backstage/ui": "0.14.0-next.
|
|
69
|
+
"@backstage/catalog-model": "1.7.8-next.0",
|
|
70
|
+
"@backstage/core-components": "0.18.9-next.1",
|
|
71
|
+
"@backstage/core-plugin-api": "1.12.5-next.2",
|
|
72
|
+
"@backstage/frontend-plugin-api": "0.16.0-next.2",
|
|
73
|
+
"@backstage/plugin-catalog": "2.0.2-next.2",
|
|
74
|
+
"@backstage/plugin-catalog-common": "1.1.9-next.0",
|
|
75
|
+
"@backstage/plugin-catalog-react": "2.1.2-next.2",
|
|
76
|
+
"@backstage/plugin-permission-react": "0.4.42-next.1",
|
|
77
|
+
"@backstage/ui": "0.14.0-next.2",
|
|
78
78
|
"@graphiql/react": "0.29.0",
|
|
79
79
|
"@material-ui/core": "^4.12.2",
|
|
80
80
|
"@material-ui/icons": "^4.9.1",
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"swagger-ui-react": "^5.27.1"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@backstage/cli": "0.36.1-next.
|
|
90
|
-
"@backstage/core-app-api": "1.
|
|
91
|
-
"@backstage/dev-utils": "1.1.22-next.
|
|
92
|
-
"@backstage/frontend-test-utils": "0.5.2-next.
|
|
93
|
-
"@backstage/test-utils": "1.7.17-next.
|
|
89
|
+
"@backstage/cli": "0.36.1-next.2",
|
|
90
|
+
"@backstage/core-app-api": "1.20.0-next.2",
|
|
91
|
+
"@backstage/dev-utils": "1.1.22-next.2",
|
|
92
|
+
"@backstage/frontend-test-utils": "0.5.2-next.2",
|
|
93
|
+
"@backstage/test-utils": "1.7.17-next.2",
|
|
94
94
|
"@testing-library/dom": "^10.0.0",
|
|
95
95
|
"@testing-library/jest-dom": "^6.0.0",
|
|
96
96
|
"@testing-library/react": "^16.0.0",
|