@pagerduty/backstage-plugin 0.12.1-next.98 → 0.12.1-next.99
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/api/client.esm.js +151 -0
- package/dist/api/client.esm.js.map +1 -0
- package/dist/components/ChangeEvents/ChangeEventEmptyState.esm.js +17 -0
- package/dist/components/ChangeEvents/ChangeEventEmptyState.esm.js.map +1 -0
- package/dist/components/ChangeEvents/ChangeEventForbiddenState.esm.js +17 -0
- package/dist/components/ChangeEvents/ChangeEventForbiddenState.esm.js.map +1 -0
- package/dist/components/ChangeEvents/ChangeEventListItem.esm.js +70 -0
- package/dist/components/ChangeEvents/ChangeEventListItem.esm.js.map +1 -0
- package/dist/components/ChangeEvents/ChangeEvents.esm.js +45 -0
- package/dist/components/ChangeEvents/ChangeEvents.esm.js.map +1 -0
- package/dist/components/EntityPagerDutyCard/index.esm.js +29 -0
- package/dist/components/EntityPagerDutyCard/index.esm.js.map +1 -0
- package/dist/components/EntityPagerDutySmallCard/index.esm.js +29 -0
- package/dist/components/EntityPagerDutySmallCard/index.esm.js.map +1 -0
- package/dist/components/Errors/ForbiddenError.esm.js +24 -0
- package/dist/components/Errors/ForbiddenError.esm.js.map +1 -0
- package/dist/components/Errors/MissingTokenError.esm.js +24 -0
- package/dist/components/Errors/MissingTokenError.esm.js.map +1 -0
- package/dist/components/Errors/ServiceNotFoundError.esm.js +24 -0
- package/dist/components/Errors/ServiceNotFoundError.esm.js.map +1 -0
- package/dist/components/Escalation/EscalationPolicy.esm.js +64 -0
- package/dist/components/Escalation/EscalationPolicy.esm.js.map +1 -0
- package/dist/components/Escalation/EscalationUser.esm.js +98 -0
- package/dist/components/Escalation/EscalationUser.esm.js.map +1 -0
- package/dist/components/Escalation/EscalationUsersEmptyState.esm.js +20 -0
- package/dist/components/Escalation/EscalationUsersEmptyState.esm.js.map +1 -0
- package/dist/components/Escalation/EscalationUsersForbiddenState.esm.js +20 -0
- package/dist/components/Escalation/EscalationUsersForbiddenState.esm.js.map +1 -0
- package/dist/components/HomePagePagerDutyCard/Content.esm.js +9 -0
- package/dist/components/HomePagePagerDutyCard/Content.esm.js.map +1 -0
- package/dist/components/HomePagePagerDutyCard/index.esm.js +2 -0
- package/dist/components/HomePagePagerDutyCard/index.esm.js.map +1 -0
- package/dist/components/Incident/IncidentEmptyState.esm.js +27 -0
- package/dist/components/Incident/IncidentEmptyState.esm.js.map +1 -0
- package/dist/components/Incident/IncidentForbiddenState.esm.js +17 -0
- package/dist/components/Incident/IncidentForbiddenState.esm.js.map +1 -0
- package/dist/components/Incident/IncidentListItem.esm.js +114 -0
- package/dist/components/Incident/IncidentListItem.esm.js.map +1 -0
- package/dist/components/Incident/Incidents.esm.js +41 -0
- package/dist/components/Incident/Incidents.esm.js.map +1 -0
- package/dist/components/PagerDutyCard/index.esm.js +193 -0
- package/dist/components/PagerDutyCard/index.esm.js.map +1 -0
- package/dist/components/PagerDutyCardCommon/InsightsCard.esm.js +35 -0
- package/dist/components/PagerDutyCardCommon/InsightsCard.esm.js.map +1 -0
- package/dist/components/PagerDutyCardCommon/OpenServiceButton.esm.js +42 -0
- package/dist/components/PagerDutyCardCommon/OpenServiceButton.esm.js.map +1 -0
- package/dist/components/PagerDutyCardCommon/ServiceStandardsCard.esm.js +95 -0
- package/dist/components/PagerDutyCardCommon/ServiceStandardsCard.esm.js.map +1 -0
- package/dist/components/PagerDutyCardCommon/StatusCard.esm.js +102 -0
- package/dist/components/PagerDutyCardCommon/StatusCard.esm.js.map +1 -0
- package/dist/components/PagerDutyCardCommon/TriggerIncidentButton.esm.js +59 -0
- package/dist/components/PagerDutyCardCommon/TriggerIncidentButton.esm.js.map +1 -0
- package/dist/components/PagerDutySmallCard/index.esm.js +209 -0
- package/dist/components/PagerDutySmallCard/index.esm.js.map +1 -0
- package/dist/components/TriggerButton/index.esm.js +48 -0
- package/dist/components/TriggerButton/index.esm.js.map +1 -0
- package/dist/components/TriggerDialog/TriggerDialog.esm.js +94 -0
- package/dist/components/TriggerDialog/TriggerDialog.esm.js.map +1 -0
- package/dist/components/constants.esm.js +5 -0
- package/dist/components/constants.esm.js.map +1 -0
- package/dist/components/pagerDutyEntity.esm.js +13 -0
- package/dist/components/pagerDutyEntity.esm.js.map +1 -0
- package/dist/deprecated.esm.js +10 -0
- package/dist/deprecated.esm.js.map +1 -0
- package/dist/hooks/index.esm.js +10 -0
- package/dist/hooks/index.esm.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +6 -30
- package/dist/index.esm.js.map +1 -1
- package/dist/plugin.esm.js +71 -0
- package/dist/plugin.esm.js.map +1 -0
- package/package.json +12 -10
- package/dist/esm/index-b1b65bd2.esm.js +0 -37
- package/dist/esm/index-b1b65bd2.esm.js.map +0 -1
- package/dist/esm/index-b56f9c4b.esm.js +0 -1595
- package/dist/esm/index-b56f9c4b.esm.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pagerduty/backstage-plugin",
|
|
3
3
|
"description": "A Backstage plugin that integrates towards PagerDuty",
|
|
4
|
-
"version": "0.12.1-next.
|
|
4
|
+
"version": "0.12.1-next.99",
|
|
5
5
|
"main": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"clean": "backstage-cli package clean"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@backstage/catalog-model": "^1.
|
|
36
|
+
"@backstage/catalog-model": "^1.5.0",
|
|
37
37
|
"@backstage/core-components": "^0.14.7",
|
|
38
|
-
"@backstage/core-plugin-api": "^1.9.
|
|
38
|
+
"@backstage/core-plugin-api": "^1.9.2",
|
|
39
39
|
"@backstage/errors": "^1.2.4",
|
|
40
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
41
|
-
"@backstage/plugin-home-react": "^0.1.
|
|
42
|
-
"@backstage/theme": "^0.
|
|
40
|
+
"@backstage/plugin-catalog-react": "^1.12.0",
|
|
41
|
+
"@backstage/plugin-home-react": "^0.1.13",
|
|
42
|
+
"@backstage/theme": "^0.5.5",
|
|
43
43
|
"@material-ui/core": "^4.12.2",
|
|
44
44
|
"@material-ui/icons": "^4.9.1",
|
|
45
45
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@backstage/cli": "^0.
|
|
59
|
-
"@backstage/core-app-api": "^1.12.
|
|
60
|
-
"@backstage/dev-utils": "^1.0.
|
|
61
|
-
"@backstage/test-utils": "^1.5.
|
|
58
|
+
"@backstage/cli": "^0.26.6",
|
|
59
|
+
"@backstage/core-app-api": "^1.12.5",
|
|
60
|
+
"@backstage/dev-utils": "^1.0.32",
|
|
61
|
+
"@backstage/test-utils": "^1.5.5",
|
|
62
62
|
"@commitlint/cli": "^17.7.1",
|
|
63
63
|
"@commitlint/config-conventional": "^17.7.0",
|
|
64
64
|
"@pagerduty/backstage-plugin-common": "^0.1.2",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"@testing-library/jest-dom": "^5.10.1",
|
|
67
67
|
"@testing-library/react": "^12.1.3",
|
|
68
68
|
"@testing-library/user-event": "^14.0.0",
|
|
69
|
+
"@types/jest": "^29.5.12",
|
|
69
70
|
"@types/luxon": "^3.3.1",
|
|
70
71
|
"@types/node": "^16.11.26",
|
|
71
72
|
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
75
76
|
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
|
76
77
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0",
|
|
78
|
+
"ts-jest": "^29.1.4",
|
|
77
79
|
"typescript": "^4.8.4"
|
|
78
80
|
},
|
|
79
81
|
"files": [
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { P as PagerDutyCard } from './index-b56f9c4b.esm.js';
|
|
3
|
-
import '@backstage/core-plugin-api';
|
|
4
|
-
import '@backstage/errors';
|
|
5
|
-
import '@backstage/plugin-home-react';
|
|
6
|
-
import '@backstage/plugin-catalog-react';
|
|
7
|
-
import '@material-ui/core';
|
|
8
|
-
import 'luxon';
|
|
9
|
-
import '@material-ui/icons/OpenInBrowser';
|
|
10
|
-
import '@backstage/core-components';
|
|
11
|
-
import '../assets/emptystate.svg';
|
|
12
|
-
import 'react-use/lib/useAsyncFn';
|
|
13
|
-
import '@material-ui/lab';
|
|
14
|
-
import '../assets/forbiddenstate.svg';
|
|
15
|
-
import '@material-ui/core/Avatar';
|
|
16
|
-
import '@material-ui/icons/Notifications';
|
|
17
|
-
import 'react-use/lib/useAsync';
|
|
18
|
-
import '@material-ui/icons/Link';
|
|
19
|
-
import '../assets/PD-Green.svg';
|
|
20
|
-
import '../assets/PD-White.svg';
|
|
21
|
-
import 'validate-color';
|
|
22
|
-
import '@material-ui/icons/Info';
|
|
23
|
-
import '@material-ui/icons/CheckCircle';
|
|
24
|
-
import '@material-ui/icons/RadioButtonUnchecked';
|
|
25
|
-
import '@material-ui/core/styles';
|
|
26
|
-
import 'react-use';
|
|
27
|
-
import '@material-ui/lab/Alert/Alert';
|
|
28
|
-
import '@backstage/catalog-model';
|
|
29
|
-
import '@material-ui/icons/AddAlert';
|
|
30
|
-
import '@material-ui/icons/ExpandMore';
|
|
31
|
-
|
|
32
|
-
const Content = (props) => {
|
|
33
|
-
return /* @__PURE__ */ React.createElement(PagerDutyCard, { ...props });
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
export { Content };
|
|
37
|
-
//# sourceMappingURL=index-b1b65bd2.esm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index-b1b65bd2.esm.js","sources":["../../src/components/HomePagePagerDutyCard/Content.tsx"],"sourcesContent":["/*\n * Copyright 2020 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n// eslint-disable-next-line @backstage/no-undeclared-imports\nimport React from 'react';\n\nimport { PagerDutyEntity } from '../../types';\nimport { PagerDutyCard } from '../PagerDutyCard';\n\n/** @public */\nexport type HomePagePagerDutyCardProps = PagerDutyEntity & {\n readOnly?: boolean;\n};\n\n/** @public */\nexport const Content = (props: HomePagePagerDutyCardProps) => {\n return <PagerDutyCard {...props} />;\n};\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2Ba,MAAA,OAAA,GAAU,CAAC,KAAsC,KAAA;AAC5D,EAAO,uBAAA,KAAA,CAAA,aAAA,CAAC,aAAe,EAAA,EAAA,GAAG,KAAO,EAAA,CAAA,CAAA;AACnC;;;;"}
|