@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.
Files changed (31) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/dist/alpha.d.ts +6 -5
  3. package/dist/alpha.esm.js +3 -3
  4. package/dist/alpha.esm.js.map +1 -1
  5. package/dist/api/NotificationsApi.esm.js.map +1 -1
  6. package/dist/api/NotificationsClient.esm.js.map +1 -1
  7. package/dist/components/NotificationsFilters/NotificationsFilters.esm.js.map +1 -1
  8. package/dist/components/NotificationsPage/NotificationsPage.esm.js.map +1 -1
  9. package/dist/components/NotificationsSideBarItem/NotificationsSideBarItem.esm.js +32 -18
  10. package/dist/components/NotificationsSideBarItem/NotificationsSideBarItem.esm.js.map +1 -1
  11. package/dist/components/NotificationsTable/BulkActions.esm.js.map +1 -1
  12. package/dist/components/NotificationsTable/NotificationIcon.esm.js.map +1 -1
  13. package/dist/components/NotificationsTable/NotificationsTable.esm.js.map +1 -1
  14. package/dist/components/NotificationsTable/SelectAll.esm.js.map +1 -1
  15. package/dist/components/NotificationsTable/SeverityIcon.esm.js.map +1 -1
  16. package/dist/components/UserNotificationSettingsCard/NoBorderTableCell.esm.js.map +1 -1
  17. package/dist/components/UserNotificationSettingsCard/OriginRow.esm.js +2 -2
  18. package/dist/components/UserNotificationSettingsCard/OriginRow.esm.js.map +1 -1
  19. package/dist/components/UserNotificationSettingsCard/TopicRow.esm.js.map +1 -1
  20. package/dist/components/UserNotificationSettingsCard/UserNotificationSettingsCard.esm.js.map +1 -1
  21. package/dist/components/UserNotificationSettingsCard/UserNotificationSettingsPanel.esm.js +30 -26
  22. package/dist/components/UserNotificationSettingsCard/UserNotificationSettingsPanel.esm.js.map +1 -1
  23. package/dist/hooks/useNotificationsApi.esm.js.map +1 -1
  24. package/dist/hooks/useTitleCounter.esm.js.map +1 -1
  25. package/dist/hooks/useWebNotifications.esm.js.map +1 -1
  26. package/dist/index.d.ts +34 -4
  27. package/dist/package.json.esm.js +1 -1
  28. package/dist/plugin.esm.js +1 -1
  29. package/dist/plugin.esm.js.map +1 -1
  30. package/dist/routes.esm.js.map +1 -1
  31. 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-next.1",
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.4.5-next.1",
67
- "@backstage/core-components": "0.17.5-next.0",
68
- "@backstage/core-plugin-api": "1.10.9",
69
- "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.11.0-next.0",
71
- "@backstage/plugin-notifications-common": "0.0.10",
72
- "@backstage/plugin-signals-react": "0.0.15",
73
- "@backstage/theme": "0.6.8-next.0",
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.33.2-next.0",
86
- "@backstage/core-app-api": "1.18.0",
87
- "@backstage/dev-utils": "1.1.13-next.1",
88
- "@backstage/plugin-signals": "0.0.22-next.1",
89
- "@backstage/test-utils": "1.7.11-next.0",
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",