@aws/mynah-ui 4.7.1 → 4.8.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/dist/components/card/card-body.d.ts +5 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/package.json +2 -3
|
@@ -40,5 +40,10 @@ export declare class CardBody {
|
|
|
40
40
|
private readonly getReferenceTrackerInformationFromElement;
|
|
41
41
|
private readonly showHighlightRangeTooltip;
|
|
42
42
|
private readonly hideHighlightRangeTooltip;
|
|
43
|
+
/**
|
|
44
|
+
* Returns extension additions
|
|
45
|
+
* @returns marked options extensions
|
|
46
|
+
*/
|
|
47
|
+
private readonly getMarkedExtensions;
|
|
43
48
|
private readonly getContentBodyChildren;
|
|
44
49
|
}
|