@aws/mynah-ui 4.8.1 → 4.9.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.
|
@@ -34,6 +34,7 @@ export declare class ChatItemCard {
|
|
|
34
34
|
private readonly getChatAvatar;
|
|
35
35
|
private readonly getInsertedTypewriterPartsCss;
|
|
36
36
|
private readonly getInsertingTypewriterPartsCss;
|
|
37
|
+
private readonly checkCardSnap;
|
|
37
38
|
readonly updateCard: () => void;
|
|
38
39
|
readonly updateCardStack: (updateWith: Partial<ChatItem>) => void;
|
|
39
40
|
readonly getRenderDetails: () => CardRenderDetails;
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import { ExtendedHTMLElement } from '../../helper/dom';
|
|
6
6
|
import { CardRenderDetails, ChatItem } from '../../static';
|
|
7
|
+
export declare const CONTAINER_GAP = 12;
|
|
7
8
|
export interface ChatWrapperProps {
|
|
8
9
|
onStopChatResponse?: (tabId: string) => void;
|
|
9
10
|
tabId: string;
|