@backstage/plugin-org 0.6.38-next.1 → 0.6.38-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/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- import * as React from 'react';
2
- import React__default from 'react';
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
3
2
  import * as _backstage_core_components from '@backstage/core-components';
4
3
  import { InfoCardVariants } from '@backstage/core-components';
5
4
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
@@ -21,19 +20,19 @@ declare const MembersListCard: (props: {
21
20
  /** @deprecated Please use `relationAggregation` instead */
22
21
  relationsType?: EntityRelationAggregation;
23
22
  relationAggregation?: EntityRelationAggregation;
24
- }) => React__default.JSX.Element;
23
+ }) => react_jsx_runtime.JSX.Element;
25
24
 
26
25
  /** @public */
27
26
  declare const GroupProfileCard: (props: {
28
27
  variant?: InfoCardVariants;
29
28
  showLinks?: boolean;
30
- }) => React__default.JSX.Element;
29
+ }) => react_jsx_runtime.JSX.Element;
31
30
 
32
31
  /** @public */
33
32
  declare const UserProfileCard: (props: {
34
33
  variant?: InfoCardVariants;
35
34
  showLinks?: boolean;
36
- }) => React__default.JSX.Element;
35
+ }) => react_jsx_runtime.JSX.Element;
37
36
 
38
37
  /** @public */
39
38
  declare const OwnershipCard: (props: {
@@ -44,7 +43,7 @@ declare const OwnershipCard: (props: {
44
43
  relationsType?: EntityRelationAggregation;
45
44
  relationAggregation?: EntityRelationAggregation;
46
45
  entityLimit?: number;
47
- }) => React__default.JSX.Element;
46
+ }) => react_jsx_runtime.JSX.Element;
48
47
 
49
48
  /**
50
49
  * MyGroupsSidebarItem can be added to your sidebar providing quick access to groups the logged in user is a member of
@@ -56,7 +55,7 @@ declare const MyGroupsSidebarItem: (props: {
56
55
  pluralTitle: string;
57
56
  icon: IconComponent;
58
57
  filter?: Record<string, string | symbol | (string | symbol)[]>;
59
- }) => React__default.JSX.Element | null;
58
+ }) => react_jsx_runtime.JSX.Element | null;
60
59
 
61
60
  /** @public */
62
61
  declare const orgPlugin: _backstage_core_plugin_api.BackstagePlugin<{}, {
@@ -66,7 +65,7 @@ declare const orgPlugin: _backstage_core_plugin_api.BackstagePlugin<{}, {
66
65
  declare const EntityGroupProfileCard: (props: {
67
66
  variant?: _backstage_core_components.InfoCardVariants;
68
67
  showLinks?: boolean;
69
- }) => React.JSX.Element;
68
+ }) => react_jsx_runtime.JSX.Element;
70
69
  /** @public */
71
70
  declare const EntityMembersListCard: (props: {
72
71
  memberDisplayTitle?: string;
@@ -75,7 +74,7 @@ declare const EntityMembersListCard: (props: {
75
74
  relationType?: string;
76
75
  relationsType?: EntityRelationAggregation;
77
76
  relationAggregation?: EntityRelationAggregation;
78
- }) => React.JSX.Element;
77
+ }) => react_jsx_runtime.JSX.Element;
79
78
  /** @public */
80
79
  declare const EntityOwnershipCard: (props: {
81
80
  variant?: _backstage_core_components.InfoCardVariants;
@@ -84,11 +83,11 @@ declare const EntityOwnershipCard: (props: {
84
83
  relationsType?: EntityRelationAggregation;
85
84
  relationAggregation?: EntityRelationAggregation;
86
85
  entityLimit?: number;
87
- }) => React.JSX.Element;
86
+ }) => react_jsx_runtime.JSX.Element;
88
87
  /** @public */
89
88
  declare const EntityUserProfileCard: (props: {
90
89
  variant?: _backstage_core_components.InfoCardVariants;
91
90
  showLinks?: boolean;
92
- }) => React.JSX.Element;
91
+ }) => react_jsx_runtime.JSX.Element;
93
92
 
94
93
  export { EntityGroupProfileCard, EntityMembersListCard, EntityOwnershipCard, type EntityRelationAggregation, EntityUserProfileCard, GroupProfileCard, type MemberComponentClassKey, MembersListCard, type MembersListCardClassKey, MyGroupsSidebarItem, OwnershipCard, UserProfileCard, orgPlugin, orgPlugin as plugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.38-next.1",
3
+ "version": "0.6.38-next.2",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -42,11 +42,11 @@
42
42
  "types": "./dist/index.d.ts",
43
43
  "typesVersions": {
44
44
  "*": {
45
- "*": [
46
- "dist/index.d.ts"
47
- ],
48
45
  "alpha": [
49
46
  "dist/alpha.d.ts"
47
+ ],
48
+ "package.json": [
49
+ "package.json"
50
50
  ]
51
51
  }
52
52
  },
@@ -64,12 +64,12 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@backstage/catalog-model": "1.7.3",
67
- "@backstage/core-compat-api": "0.4.1-next.1",
68
- "@backstage/core-components": "0.17.1-next.0",
69
- "@backstage/core-plugin-api": "1.10.5",
70
- "@backstage/frontend-plugin-api": "0.10.1-next.0",
67
+ "@backstage/core-compat-api": "0.4.1-next.2",
68
+ "@backstage/core-components": "0.17.1-next.1",
69
+ "@backstage/core-plugin-api": "1.10.6-next.0",
70
+ "@backstage/frontend-plugin-api": "0.10.1-next.1",
71
71
  "@backstage/plugin-catalog-common": "1.1.3",
72
- "@backstage/plugin-catalog-react": "1.16.1-next.1",
72
+ "@backstage/plugin-catalog-react": "1.17.0-next.2",
73
73
  "@material-ui/core": "^4.12.2",
74
74
  "@material-ui/icons": "^4.9.1",
75
75
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -81,13 +81,13 @@
81
81
  },
82
82
  "devDependencies": {
83
83
  "@backstage/catalog-client": "1.9.1",
84
- "@backstage/cli": "0.32.0-next.1",
85
- "@backstage/core-app-api": "1.16.0",
86
- "@backstage/dev-utils": "1.1.9-next.1",
87
- "@backstage/plugin-catalog": "1.29.0-next.1",
84
+ "@backstage/cli": "0.32.0-next.2",
85
+ "@backstage/core-app-api": "1.16.1-next.0",
86
+ "@backstage/dev-utils": "1.1.9-next.2",
87
+ "@backstage/plugin-catalog": "1.29.0-next.2",
88
88
  "@backstage/plugin-permission-common": "0.8.4",
89
- "@backstage/plugin-permission-react": "0.4.32",
90
- "@backstage/test-utils": "1.7.6",
89
+ "@backstage/plugin-permission-react": "0.4.33-next.0",
90
+ "@backstage/test-utils": "1.7.7-next.0",
91
91
  "@backstage/types": "1.2.1",
92
92
  "@testing-library/dom": "^10.0.0",
93
93
  "@testing-library/jest-dom": "^6.0.0",