@momentum-ui/web-components 2.13.13 → 2.13.14
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/chunks/md-17.js +2 -2
- package/dist/chunks/md-27.js +10 -9
- package/dist/chunks/md-7.js +2 -2
- package/dist/chunks/md-75.js +1 -1
- package/dist/chunks/md-84.js +1 -1
- package/dist/types/components/avatar/Avatar.d.ts +2 -0
- package/dist/types/components/help-text/HelpText.d.ts +1 -1
- package/package.json +1 -1
|
@@ -47,6 +47,7 @@ export declare namespace Avatar {
|
|
|
47
47
|
private get pretifyTitle();
|
|
48
48
|
private get chatIconName();
|
|
49
49
|
private get chatIconSize();
|
|
50
|
+
get renderIsTyping(): {};
|
|
50
51
|
private get avatarLetter();
|
|
51
52
|
private get avatarIcon();
|
|
52
53
|
private get avatarImage();
|
|
@@ -55,6 +56,7 @@ export declare namespace Avatar {
|
|
|
55
56
|
private handleImageError;
|
|
56
57
|
handleKeyDown(event: KeyboardEvent): void;
|
|
57
58
|
handleClick(event: MouseEvent): void;
|
|
59
|
+
get avatarContent(): {};
|
|
58
60
|
render(): import("lit-element").TemplateResult;
|
|
59
61
|
}
|
|
60
62
|
}
|
|
@@ -17,7 +17,7 @@ export declare namespace HelpText {
|
|
|
17
17
|
[x: string]: boolean;
|
|
18
18
|
};
|
|
19
19
|
static get styles(): import("lit-element").CSSResult[];
|
|
20
|
-
getIconName(): "" | "
|
|
20
|
+
getIconName(): "" | "clear-filled" | "warning-filled" | "check-circle-badge-filled" | "priority-badge-filled";
|
|
21
21
|
render(): import("lit-element").TemplateResult;
|
|
22
22
|
}
|
|
23
23
|
}
|