@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 +6 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -375,7 +375,7 @@ declare namespace types_d {
|
|
|
375
375
|
*
|
|
376
376
|
* @public
|
|
377
377
|
* @remarks
|
|
378
|
-
*
|
|
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
|
|
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
|
*
|