@backstage/core-components 0.9.5 → 0.9.6-next.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage/core-components
2
2
 
3
+ ## 0.9.6-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - c3cfc83af2: Updated JSDoc to be MDX compatible.
8
+
3
9
  ## 0.9.5
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -375,7 +375,7 @@ declare namespace types_d {
375
375
  *
376
376
  * @public
377
377
  * @remarks
378
- * <NodeData> and <EdgeData> are useful when rendering custom or edge labels
378
+ * `<NodeData>` and `<EdgeData>` are useful when rendering custom or edge labels
379
379
  */
380
380
  interface DependencyGraphProps<NodeData, EdgeData> extends React__default.SVGProps<SVGSVGElement> {
381
381
  /**
@@ -1344,7 +1344,7 @@ declare type ItemCardHeaderProps = Partial<WithStyles<typeof styles>> & {
1344
1344
  * A simple card header, rendering a default look for "item cards" - cards that
1345
1345
  * are arranged in a grid for users to select among several options.
1346
1346
  *
1347
- * This component expects to be placed within a MUI <CardMedia>.
1347
+ * This component expects to be placed within a MUI `<CardMedia>`.
1348
1348
  *
1349
1349
  * Styles for the header can be overridden using the `classes` prop, e.g.:
1350
1350
  *