@pagerduty/backstage-plugin 0.12.0-next.5 → 0.12.0-next.7

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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { P as PagerDutyCard } from './index-6a4128c4.esm.js';
2
+ import { P as PagerDutyCard } from './index-a70032e2.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-c195c9fc.esm.js.map
36
+ //# sourceMappingURL=index-525475a1.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index-c195c9fc.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;;;;"}
1
+ {"version":3,"file":"index-525475a1.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-7aca6f53.esm.js').then((m) => m.AdvancedConfiguration),
207
+ component: () => import('./index-f3317062.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-c195c9fc.esm.js'),
225
+ components: () => import('./index-525475a1.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-6a4128c4.esm.js.map
1348
+ //# sourceMappingURL=index-a70032e2.esm.js.map