@aws/mynah-ui
Advanced tools
Comparing version 4.21.4 to 4.21.5
@@ -12,2 +12,3 @@ /*! | ||
small?: boolean; | ||
onAnimationStateChange?: (isAnimating: boolean) => void; | ||
} | ||
@@ -14,0 +15,0 @@ export declare class ChatItemCard { |
@@ -28,2 +28,4 @@ /*! | ||
private allRenderedChatItems; | ||
private scrollPos; | ||
private restoreScrollAfterResize; | ||
render: ExtendedHTMLElement; | ||
@@ -30,0 +32,0 @@ constructor(props: ChatWrapperProps); |
@@ -53,2 +53,4 @@ /*! | ||
private rootFocus; | ||
private readonly resizeObserver; | ||
private rootBox; | ||
root: ExtendedHTMLElement; | ||
@@ -55,0 +57,0 @@ private portals; |
@@ -7,2 +7,3 @@ import { MynahUIDataModel, MynahUITabStoreModel, MynahUITabStoreTab } from '../static'; | ||
'update': Record<string, (tabId: string, tabData?: MynahUITabStoreTab) => void>; | ||
'beforeTabChange': Record<string, (tabId: string, previousSelectedTab?: MynahUITabStoreTab) => void>; | ||
'selectedTabChange': Record<string, (tabId: string, previousSelectedTab?: MynahUITabStoreTab) => void>; | ||
@@ -9,0 +10,0 @@ } |
@@ -157,3 +157,4 @@ /*! | ||
TAB_BAR_BUTTON_CLICK = "tabBarButtonClick", | ||
PROMPT_PROGRESS_ACTION_CLICK = "promptProgressActionClick" | ||
PROMPT_PROGRESS_ACTION_CLICK = "promptProgressActionClick", | ||
ROOT_RESIZE = "rootResize" | ||
} | ||
@@ -160,0 +161,0 @@ export declare enum MynahPortalNames { |
{ | ||
"name": "@aws/mynah-ui", | ||
"displayName": "AWS Mynah UI", | ||
"version": "4.21.4", | ||
"version": "4.21.5", | ||
"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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
32577065
17302