@pagerduty/backstage-plugin 0.12.0-next.4 → 0.12.0-next.6
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/esm/{index-70cae1ad.esm.js → index-6c717e00.esm.js} +2 -2
- package/dist/esm/{index-70cae1ad.esm.js.map → index-6c717e00.esm.js.map} +1 -1
- package/dist/esm/{index-85080e71.esm.js → index-b0ee721b.esm.js} +3 -3
- package/dist/esm/{index-85080e71.esm.js.map → index-b0ee721b.esm.js.map} +1 -1
- package/dist/esm/index-fc4632b1.esm.js +224 -0
- package/dist/esm/index-fc4632b1.esm.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
- package/dist/esm/index-5682567a.esm.js +0 -315
- package/dist/esm/index-5682567a.esm.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { P as PagerDutyCard } from './index-
|
|
2
|
+
import { P as PagerDutyCard } from './index-b0ee721b.esm.js';
|
|
3
3
|
import '@backstage/core-plugin-api';
|
|
4
4
|
import '@backstage/errors';
|
|
5
5
|
import '@backstage/plugin-home-react';
|
|
@@ -33,4 +33,4 @@ const Content = (props) => {
|
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export { Content };
|
|
36
|
-
//# sourceMappingURL=index-
|
|
36
|
+
//# sourceMappingURL=index-6c717e00.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-6c717e00.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;;;;"}
|
|
@@ -204,7 +204,7 @@ const pagerDutyPlugin = createPlugin({
|
|
|
204
204
|
const PagerDutyPage = pagerDutyPlugin.provide(
|
|
205
205
|
createRoutableExtension({
|
|
206
206
|
name: "PagerDutyPage",
|
|
207
|
-
component: () => import('./index-
|
|
207
|
+
component: () => import('./index-fc4632b1.esm.js').then((m) => m.AdvancedConfiguration),
|
|
208
208
|
mountPoint: rootRouteRef
|
|
209
209
|
})
|
|
210
210
|
);
|
|
@@ -222,7 +222,7 @@ const HomePagePagerDutyCard = pagerDutyPlugin.provide(
|
|
|
222
222
|
createCardExtension({
|
|
223
223
|
name: "HomePagePagerDutyCard",
|
|
224
224
|
title: "PagerDuty Homepage Card",
|
|
225
|
-
components: () => import('./index-
|
|
225
|
+
components: () => import('./index-6c717e00.esm.js'),
|
|
226
226
|
settings: {
|
|
227
227
|
schema: {
|
|
228
228
|
title: "PagerDuty",
|
|
@@ -1345,4 +1345,4 @@ function TriggerButton(props) {
|
|
|
1345
1345
|
const PagerDutyCard = EntityPagerDutyCard;
|
|
1346
1346
|
|
|
1347
1347
|
export { EntityPagerDutyCard$1 as E, HomePagePagerDutyCard as H, PagerDutyCard$1 as P, TriggerButton as T, UnauthorizedError as U, PagerDutyPage as a, PagerDutyClient as b, pagerDutyApiRef as c, PagerDutyCard as d, isPluginApplicableToEntity as i, pagerDutyPlugin as p };
|
|
1348
|
-
//# sourceMappingURL=index-
|
|
1348
|
+
//# sourceMappingURL=index-b0ee721b.esm.js.map
|