@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.
package/dist/static.d.ts CHANGED
@@ -161,6 +161,7 @@ export interface ChatItem {
161
161
  body?: string;
162
162
  customRenderer?: string | ChatItemBodyRenderer | ChatItemBodyRenderer[];
163
163
  messageId?: string;
164
+ snapToTop?: boolean;
164
165
  canBeVoted?: boolean;
165
166
  codeInsertToCursorEnabled?: boolean;
166
167
  codeCopyToClipboardEnabled?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws/mynah-ui",
3
3
  "displayName": "AWS Mynah UI",
4
- "version": "4.8.1",
4
+ "version": "4.9.0",
5
5
  "description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
6
6
  "publisher": "Amazon Web Services",
7
7
  "license": "Apache License 2.0",