@backstage/plugin-user-settings 0.9.1 → 0.9.2-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 +30 -0
- package/dist/alpha.esm.js +1 -1
- package/dist/components/AuthProviders/index.esm.js +5 -1
- package/dist/components/AuthProviders/index.esm.js.map +1 -1
- package/dist/components/FeatureFlags/index.esm.js +5 -1
- package/dist/components/FeatureFlags/index.esm.js.map +1 -1
- package/dist/components/General/index.esm.js +5 -1
- package/dist/components/General/index.esm.js.map +1 -1
- package/dist/components/SettingsPage/index.esm.js +5 -1
- package/dist/components/SettingsPage/index.esm.js.map +1 -1
- package/dist/package.json.esm.js +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @backstage/plugin-user-settings
|
|
2
2
|
|
|
3
|
+
## 0.9.2-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/ui@0.14.0-next.1
|
|
9
|
+
- @backstage/core-app-api@1.20.0-next.1
|
|
10
|
+
- @backstage/plugin-catalog-react@2.1.2-next.1
|
|
11
|
+
- @backstage/frontend-plugin-api@0.16.0-next.1
|
|
12
|
+
- @backstage/core-components@0.18.9-next.0
|
|
13
|
+
- @backstage/core-plugin-api@1.12.5-next.1
|
|
14
|
+
|
|
15
|
+
## 0.9.2-next.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @backstage/ui@0.14.0-next.0
|
|
21
|
+
- @backstage/plugin-catalog-react@2.1.1-next.0
|
|
22
|
+
- @backstage/core-components@0.18.9-next.0
|
|
23
|
+
- @backstage/frontend-plugin-api@0.15.2-next.0
|
|
24
|
+
- @backstage/core-app-api@1.19.7-next.0
|
|
25
|
+
- @backstage/core-plugin-api@1.12.5-next.0
|
|
26
|
+
- @backstage/catalog-model@1.7.7
|
|
27
|
+
- @backstage/errors@1.2.7
|
|
28
|
+
- @backstage/theme@0.7.2
|
|
29
|
+
- @backstage/types@1.2.2
|
|
30
|
+
- @backstage/plugin-signals-react@0.0.21-next.0
|
|
31
|
+
- @backstage/plugin-user-settings-common@0.1.0
|
|
32
|
+
|
|
3
33
|
## 0.9.1
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/dist/alpha.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
|
-
import { PageBlueprint, SubPageBlueprint,
|
|
2
|
+
import { PageBlueprint, SubPageBlueprint, coreExtensionData, createExtensionInput, NavItemBlueprint, createFrontendPlugin } from '@backstage/frontend-plugin-api';
|
|
3
3
|
import { Content } from '@backstage/core-components';
|
|
4
4
|
import SettingsIcon from '@material-ui/icons/Settings';
|
|
5
5
|
import { settingsRouteRef } from './plugin.esm.js';
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
import { UserSettingsAuthProviders } from './UserSettingsAuthProviders.esm.js';
|
|
2
2
|
export { DefaultProviderSettings } from './DefaultProviderSettings.esm.js';
|
|
3
3
|
export { ProviderSettingsItem } from './ProviderSettingsItem.esm.js';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
export { UserSettingsAuthProviders };
|
|
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 +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,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { UserSettingsGeneral } from './UserSettingsGeneral.esm.js';
|
|
2
2
|
export { UserSettingsProfileCard } from './UserSettingsProfileCard.esm.js';
|
|
3
3
|
export { UserSettingsMenu } from './UserSettingsMenu.esm.js';
|
|
4
4
|
export { UserSettingsSignInAvatar } from './UserSettingsSignInAvatar.esm.js';
|
|
@@ -7,4 +7,8 @@ export { UserSettingsThemeToggle } from './UserSettingsThemeToggle.esm.js';
|
|
|
7
7
|
export { UserSettingsPinToggle } from './UserSettingsPinToggle.esm.js';
|
|
8
8
|
export { UserSettingsIdentityCard } from './UserSettingsIdentityCard.esm.js';
|
|
9
9
|
export { UserSettingsLanguageToggle } from './UserSettingsLanguageToggle.esm.js';
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
export { UserSettingsGeneral };
|
|
10
14
|
//# 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 +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-user-settings",
|
|
3
|
-
"version": "0.9.1",
|
|
3
|
+
"version": "0.9.2-next.1",
|
|
4
4
|
"description": "A Backstage plugin that provides a settings page",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -67,18 +67,18 @@
|
|
|
67
67
|
"test": "backstage-cli package test"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@backstage/catalog-model": "
|
|
71
|
-
"@backstage/core-app-api": "
|
|
72
|
-
"@backstage/core-components": "
|
|
73
|
-
"@backstage/core-plugin-api": "
|
|
74
|
-
"@backstage/errors": "
|
|
75
|
-
"@backstage/frontend-plugin-api": "
|
|
76
|
-
"@backstage/plugin-catalog-react": "
|
|
77
|
-
"@backstage/plugin-signals-react": "
|
|
78
|
-
"@backstage/plugin-user-settings-common": "
|
|
79
|
-
"@backstage/theme": "
|
|
80
|
-
"@backstage/types": "
|
|
81
|
-
"@backstage/ui": "
|
|
70
|
+
"@backstage/catalog-model": "1.7.7",
|
|
71
|
+
"@backstage/core-app-api": "1.20.0-next.1",
|
|
72
|
+
"@backstage/core-components": "0.18.9-next.0",
|
|
73
|
+
"@backstage/core-plugin-api": "1.12.5-next.1",
|
|
74
|
+
"@backstage/errors": "1.2.7",
|
|
75
|
+
"@backstage/frontend-plugin-api": "0.16.0-next.1",
|
|
76
|
+
"@backstage/plugin-catalog-react": "2.1.2-next.1",
|
|
77
|
+
"@backstage/plugin-signals-react": "0.0.21-next.0",
|
|
78
|
+
"@backstage/plugin-user-settings-common": "0.1.0",
|
|
79
|
+
"@backstage/theme": "0.7.2",
|
|
80
|
+
"@backstage/types": "1.2.2",
|
|
81
|
+
"@backstage/ui": "0.14.0-next.1",
|
|
82
82
|
"@material-ui/core": "^4.12.2",
|
|
83
83
|
"@material-ui/icons": "^4.9.1",
|
|
84
84
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"zen-observable": "^0.10.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@backstage/cli": "
|
|
91
|
-
"@backstage/dev-utils": "
|
|
92
|
-
"@backstage/plugin-catalog": "
|
|
93
|
-
"@backstage/test-utils": "
|
|
90
|
+
"@backstage/cli": "0.36.1-next.1",
|
|
91
|
+
"@backstage/dev-utils": "1.1.22-next.1",
|
|
92
|
+
"@backstage/plugin-catalog": "2.0.2-next.1",
|
|
93
|
+
"@backstage/test-utils": "1.7.17-next.1",
|
|
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",
|