@backstage/plugin-notifications 0.5.8-next.1 → 0.5.8
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 +37 -0
- package/dist/alpha.d.ts +6 -5
- package/dist/alpha.esm.js +3 -3
- package/dist/alpha.esm.js.map +1 -1
- package/dist/api/NotificationsApi.esm.js.map +1 -1
- package/dist/api/NotificationsClient.esm.js.map +1 -1
- package/dist/components/NotificationsFilters/NotificationsFilters.esm.js.map +1 -1
- package/dist/components/NotificationsPage/NotificationsPage.esm.js.map +1 -1
- package/dist/components/NotificationsSideBarItem/NotificationsSideBarItem.esm.js +32 -18
- package/dist/components/NotificationsSideBarItem/NotificationsSideBarItem.esm.js.map +1 -1
- package/dist/components/NotificationsTable/BulkActions.esm.js.map +1 -1
- package/dist/components/NotificationsTable/NotificationIcon.esm.js.map +1 -1
- package/dist/components/NotificationsTable/NotificationsTable.esm.js.map +1 -1
- package/dist/components/NotificationsTable/SelectAll.esm.js.map +1 -1
- package/dist/components/NotificationsTable/SeverityIcon.esm.js.map +1 -1
- package/dist/components/UserNotificationSettingsCard/NoBorderTableCell.esm.js.map +1 -1
- package/dist/components/UserNotificationSettingsCard/OriginRow.esm.js +2 -2
- package/dist/components/UserNotificationSettingsCard/OriginRow.esm.js.map +1 -1
- package/dist/components/UserNotificationSettingsCard/TopicRow.esm.js.map +1 -1
- package/dist/components/UserNotificationSettingsCard/UserNotificationSettingsCard.esm.js.map +1 -1
- package/dist/components/UserNotificationSettingsCard/UserNotificationSettingsPanel.esm.js +30 -26
- package/dist/components/UserNotificationSettingsCard/UserNotificationSettingsPanel.esm.js.map +1 -1
- package/dist/hooks/useNotificationsApi.esm.js.map +1 -1
- package/dist/hooks/useTitleCounter.esm.js.map +1 -1
- package/dist/hooks/useWebNotifications.esm.js.map +1 -1
- package/dist/index.d.ts +34 -4
- package/dist/package.json.esm.js +1 -1
- package/dist/plugin.esm.js +1 -1
- package/dist/plugin.esm.js.map +1 -1
- package/dist/routes.esm.js.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-notifications",
|
|
3
|
-
"version": "0.5.8
|
|
3
|
+
"version": "0.5.8",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "notifications",
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/core-compat-api": "0.
|
|
67
|
-
"@backstage/core-components": "0.17.5
|
|
68
|
-
"@backstage/core-plugin-api": "1.10.9",
|
|
69
|
-
"@backstage/errors": "1.2.7",
|
|
70
|
-
"@backstage/frontend-plugin-api": "0.11.0
|
|
71
|
-
"@backstage/plugin-notifications-common": "0.0
|
|
72
|
-
"@backstage/plugin-signals-react": "0.0.15",
|
|
73
|
-
"@backstage/theme": "0.6.8
|
|
74
|
-
"@backstage/types": "1.2.1",
|
|
66
|
+
"@backstage/core-compat-api": "^0.5.0",
|
|
67
|
+
"@backstage/core-components": "^0.17.5",
|
|
68
|
+
"@backstage/core-plugin-api": "^1.10.9",
|
|
69
|
+
"@backstage/errors": "^1.2.7",
|
|
70
|
+
"@backstage/frontend-plugin-api": "^0.11.0",
|
|
71
|
+
"@backstage/plugin-notifications-common": "^0.1.0",
|
|
72
|
+
"@backstage/plugin-signals-react": "^0.0.15",
|
|
73
|
+
"@backstage/theme": "^0.6.8",
|
|
74
|
+
"@backstage/types": "^1.2.1",
|
|
75
75
|
"@material-ui/core": "^4.9.13",
|
|
76
76
|
"@material-ui/icons": "^4.9.1",
|
|
77
77
|
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
"react-use": "^17.2.4"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@backstage/cli": "0.
|
|
86
|
-
"@backstage/core-app-api": "1.18.0",
|
|
87
|
-
"@backstage/dev-utils": "1.1.13
|
|
88
|
-
"@backstage/plugin-signals": "0.0.22
|
|
89
|
-
"@backstage/test-utils": "1.7.11
|
|
85
|
+
"@backstage/cli": "^0.34.0",
|
|
86
|
+
"@backstage/core-app-api": "^1.18.0",
|
|
87
|
+
"@backstage/dev-utils": "^1.1.13",
|
|
88
|
+
"@backstage/plugin-signals": "^0.0.22",
|
|
89
|
+
"@backstage/test-utils": "^1.7.11",
|
|
90
90
|
"@testing-library/jest-dom": "^6.0.0",
|
|
91
91
|
"@testing-library/react": "^16.0.0",
|
|
92
92
|
"@testing-library/user-event": "^14.0.0",
|