@backstage/plugin-home-react 0.1.36 → 0.1.37-next.1
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
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @backstage/plugin-home-react
|
|
2
2
|
|
|
3
|
+
## 0.1.37-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/frontend-plugin-api@0.16.0-next.1
|
|
9
|
+
- @backstage/core-compat-api@0.5.10-next.1
|
|
10
|
+
- @backstage/core-components@0.18.9-next.0
|
|
11
|
+
- @backstage/core-plugin-api@1.12.5-next.1
|
|
12
|
+
|
|
13
|
+
## 0.1.37-next.0
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/core-components@0.18.9-next.0
|
|
19
|
+
- @backstage/frontend-plugin-api@0.15.2-next.0
|
|
20
|
+
- @backstage/core-compat-api@0.5.10-next.0
|
|
21
|
+
- @backstage/core-plugin-api@1.12.5-next.0
|
|
22
|
+
|
|
3
23
|
## 0.1.36
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
2
2
|
import { AppNode } from '@backstage/frontend-plugin-api';
|
|
3
3
|
import { ReactElement, JSX } from 'react';
|
|
4
|
-
import {
|
|
4
|
+
import { b as CardLayout, c as CardSettings, d as ComponentParts } from './types/extensions.d-DQsoa5fm.js';
|
|
5
5
|
import '@backstage/core-plugin-api';
|
|
6
6
|
import 'react/jsx-runtime';
|
|
7
7
|
import '@rjsf/utils';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { JSX as JSX$1 } from 'react';
|
|
3
|
-
export {
|
|
3
|
+
export { C as CardConfig, a as CardExtensionProps, b as CardLayout, c as CardSettings, d as ComponentParts, e as ComponentRenderer, R as RendererProps, f as createCardExtension } from './types/extensions.d-DQsoa5fm.js';
|
|
4
4
|
import { Overrides } from '@material-ui/core/styles/overrides';
|
|
5
5
|
import { StyleRules } from '@material-ui/core/styles/withStyles';
|
|
6
6
|
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
@@ -72,5 +72,5 @@ declare function createCardExtension<T>(options: {
|
|
|
72
72
|
settings?: CardSettings;
|
|
73
73
|
}): _backstage_core_plugin_api.Extension<(props: CardExtensionProps<T>) => react_jsx_runtime.JSX.Element>;
|
|
74
74
|
|
|
75
|
-
export { createCardExtension as
|
|
76
|
-
export type {
|
|
75
|
+
export { createCardExtension as f };
|
|
76
|
+
export type { CardConfig as C, RendererProps as R, CardExtensionProps as a, CardLayout as b, CardSettings as c, ComponentParts as d, ComponentRenderer as e };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-home-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37-next.1",
|
|
4
4
|
"description": "A Backstage plugin that contains react components helps you build a home page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -63,16 +63,16 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/core-compat-api": "
|
|
67
|
-
"@backstage/core-components": "
|
|
68
|
-
"@backstage/core-plugin-api": "
|
|
69
|
-
"@backstage/frontend-plugin-api": "
|
|
66
|
+
"@backstage/core-compat-api": "0.5.10-next.1",
|
|
67
|
+
"@backstage/core-components": "0.18.9-next.0",
|
|
68
|
+
"@backstage/core-plugin-api": "1.12.5-next.1",
|
|
69
|
+
"@backstage/frontend-plugin-api": "0.16.0-next.1",
|
|
70
70
|
"@material-ui/core": "^4.12.2",
|
|
71
71
|
"@material-ui/icons": "^4.9.1",
|
|
72
72
|
"@rjsf/utils": "5.24.13"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
|
-
"@backstage/cli": "
|
|
75
|
+
"@backstage/cli": "0.36.1-next.1",
|
|
76
76
|
"@types/react": "^18.0.0",
|
|
77
77
|
"@types/react-grid-layout": "^1.3.2",
|
|
78
78
|
"react": "^18.0.2",
|