@pagerduty/backstage-plugin 0.12.1-next.93 → 0.12.1-next.95
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-e498f073.esm.js → index-018702f6.esm.js} +2 -2
- package/dist/esm/{index-e498f073.esm.js.map → index-018702f6.esm.js.map} +1 -1
- package/dist/esm/{index-ef6e3ba1.esm.js → index-780abd98.esm.js} +3 -3
- package/dist/esm/{index-ef6e3ba1.esm.js.map → index-780abd98.esm.js.map} +1 -1
- package/dist/esm/{index-5433d1fd.esm.js → index-7d939558.esm.js} +92 -90
- package/dist/esm/index-7d939558.esm.js.map +1 -0
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
- package/dist/esm/index-5433d1fd.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-780abd98.esm.js';
|
|
3
3
|
import '@backstage/core-plugin-api';
|
|
4
4
|
import '@backstage/errors';
|
|
5
5
|
import '@backstage/plugin-home-react';
|
|
@@ -34,4 +34,4 @@ const Content = (props) => {
|
|
|
34
34
|
};
|
|
35
35
|
|
|
36
36
|
export { Content };
|
|
37
|
-
//# sourceMappingURL=index-
|
|
37
|
+
//# sourceMappingURL=index-018702f6.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-018702f6.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;;;;"}
|
|
@@ -229,7 +229,7 @@ const pagerDutyPlugin = createPlugin({
|
|
|
229
229
|
const PagerDutyPage = pagerDutyPlugin.provide(
|
|
230
230
|
createRoutableExtension({
|
|
231
231
|
name: "PagerDutyPage",
|
|
232
|
-
component: () => import('./index-
|
|
232
|
+
component: () => import('./index-7d939558.esm.js').then((m) => m.PagerDutyPage),
|
|
233
233
|
mountPoint: rootRouteRef
|
|
234
234
|
})
|
|
235
235
|
);
|
|
@@ -257,7 +257,7 @@ const HomePagePagerDutyCard = pagerDutyPlugin.provide(
|
|
|
257
257
|
createCardExtension({
|
|
258
258
|
name: "HomePagePagerDutyCard",
|
|
259
259
|
title: "PagerDuty Homepage Card",
|
|
260
|
-
components: () => import('./index-
|
|
260
|
+
components: () => import('./index-018702f6.esm.js'),
|
|
261
261
|
settings: {
|
|
262
262
|
schema: {
|
|
263
263
|
title: "PagerDuty",
|
|
@@ -1623,4 +1623,4 @@ function TriggerButton(props) {
|
|
|
1623
1623
|
const PagerDutyCard = EntityPagerDutyCard;
|
|
1624
1624
|
|
|
1625
1625
|
export { EntityPagerDutyCard$1 as E, HomePagePagerDutyCard as H, PagerDutyCard$1 as P, TriggerButton as T, UnauthorizedError as U, pagerDutyPlugin as a, PagerDutyPage as b, EntityPagerDutySmallCard$1 as c, isPluginApplicableToEntity as d, PagerDutyClient as e, PagerDutyCard as f, isPluginApplicableToEntity$1 as i, pagerDutyApiRef as p };
|
|
1626
|
-
//# sourceMappingURL=index-
|
|
1626
|
+
//# sourceMappingURL=index-780abd98.esm.js.map
|