@aws/mynah-ui
Advanced tools
Comparing version 4.8.1 to 4.9.0
@@ -37,2 +37,3 @@ /*! | ||
private readonly getInsertingTypewriterPartsCss; | ||
private readonly checkCardSnap; | ||
readonly updateCard: () => void; | ||
@@ -39,0 +40,0 @@ readonly updateCardStack: (updateWith: Partial<ChatItem>) => void; |
@@ -17,2 +17,3 @@ /*! | ||
constructor(props: ChatItemFollowUpProps); | ||
private readonly handleLinkClick; | ||
} |
@@ -7,2 +7,3 @@ /*! | ||
import { CardRenderDetails, ChatItem } from '../../static'; | ||
export declare const CONTAINER_GAP = 12; | ||
export interface ChatWrapperProps { | ||
@@ -9,0 +10,0 @@ onStopChatResponse?: (tabId: string) => void; |
@@ -164,2 +164,3 @@ /*! | ||
messageId?: string; | ||
snapToTop?: boolean; | ||
canBeVoted?: boolean; | ||
@@ -166,0 +167,0 @@ codeInsertToCursorEnabled?: boolean; |
{ | ||
"name": "@aws/mynah-ui", | ||
"displayName": "AWS Mynah UI", | ||
"version": "4.8.1", | ||
"version": "4.9.0", | ||
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI", | ||
@@ -6,0 +6,0 @@ "publisher": "Amazon Web Services", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2533892
4740