@pagerduty/backstage-plugin 0.13.0-next.49 → 0.13.0-next.50

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 +1 @@
1
- {"version":3,"file":"PagerDutyLogo.esm.js","sources":["../../../src/components/Logo/PagerDutyLogo.tsx"],"sourcesContent":["import React from \"react\";\nimport { useTheme } from \"@material-ui/core\";\nimport PDGreenImage from \"../../assets/PD-Green.svg\";\nimport PDWhiteImage from \"../../assets/PD-White.svg\";\n\nexport const PagerDutyLogo = () => {\n\n const theme = useTheme();\n\n return theme.palette.type === \"dark\" ? (\n <img src={PDWhiteImage} alt=\"PagerDuty\" height=\"35\" />\n ) : (\n <img src={PDGreenImage} alt=\"PagerDuty\" height=\"35\" />\n );\n};\n"],"names":[],"mappings":";;;;;AAKO,MAAM,gBAAgB,MAAM;AAE/B,EAAA,MAAM,QAAQ,QAAS,EAAA,CAAA;AAEzB,EAAO,OAAA,KAAA,CAAM,QAAQ,IAAS,KAAA,MAAA,uCAC3B,KAAI,EAAA,EAAA,GAAA,EAAK,cAAc,GAAI,EAAA,WAAA,EAAY,QAAO,IAAK,EAAA,CAAA,uCAEnD,KAAI,EAAA,EAAA,GAAA,EAAK,cAAc,GAAI,EAAA,WAAA,EAAY,QAAO,IAAK,EAAA,CAAA,CAAA;AAExD;;;;"}
1
+ {"version":3,"file":"PagerDutyLogo.esm.js","sources":["../../../src/components/Logo/PagerDutyLogo.tsx"],"sourcesContent":["import React from \"react\";\nimport { useTheme } from \"@material-ui/core\";\nimport PDGreenImage from \"../../assets/PD-Green.svg\";\nimport PDWhiteImage from \"../../assets/PD-White.svg\";\n\n/** @public */\nexport const PagerDutyLogo = () => {\n\n const theme = useTheme();\n\n return theme.palette.type === \"dark\" ? (\n <img src={PDWhiteImage} alt=\"PagerDuty\" height=\"35\" />\n ) : (\n <img src={PDGreenImage} alt=\"PagerDuty\" height=\"35\" />\n );\n};\n"],"names":[],"mappings":";;;;;AAMO,MAAM,gBAAgB,MAAM;AAE/B,EAAA,MAAM,QAAQ,QAAS,EAAA,CAAA;AAEzB,EAAO,OAAA,KAAA,CAAM,QAAQ,IAAS,KAAA,MAAA,uCAC3B,KAAI,EAAA,EAAA,GAAA,EAAK,cAAc,GAAI,EAAA,WAAA,EAAY,QAAO,IAAK,EAAA,CAAA,uCAEnD,KAAI,EAAA,EAAA,GAAA,EAAK,cAAc,GAAI,EAAA,WAAA,EAAY,QAAO,IAAK,EAAA,CAAA,CAAA;AAExD;;;;"}
package/dist/index.d.ts CHANGED
@@ -48,6 +48,7 @@ declare const EntityPagerDutySmallCard: (props: EntityPagerDutySmallCardProps) =
48
48
  /** @public */
49
49
  declare const HomePagePagerDutyCard: (props: _backstage_plugin_home_react.CardExtensionProps<HomePagePagerDutyCardProps>) => React.JSX.Element;
50
50
 
51
+ /** @public */
51
52
  declare const PagerDutyLogo: () => React__default.JSX.Element;
52
53
 
53
54
  /** @public */
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.13.0-next.49",
4
+ "version": "0.13.0-next.50",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",