@aws/mynah-ui 4.21.0 → 4.21.2

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/.husky/pre-push CHANGED
@@ -1,3 +1,2 @@
1
1
  npm run lint
2
2
  npm run format:check
3
- npm run tests:e2e
@@ -32,6 +32,7 @@ export declare class ChatPromptInput {
32
32
  private selectedCommand;
33
33
  private readonly userPromptHistory;
34
34
  private userPromptHistoryIndex;
35
+ private lastUnsentUserPrompt;
35
36
  constructor(props: ChatPromptInputProps);
36
37
  private readonly updateAvailableCharactersIndicator;
37
38
  private readonly handleInputKeydown;