@aws/mynah-ui 4.25.0 → 4.25.1

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
@@ -109,7 +109,7 @@ export interface MynahUIDataModel {
109
109
  /**
110
110
  * List of chat item objects to be shown on the web suggestions search screen
111
111
  */
112
- chatItems?: Array<ChatItem | InformationItemGroup>;
112
+ chatItems?: ChatItem[];
113
113
  /**
114
114
  * Attached code under the prompt input field
115
115
  */
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.25.0",
4
+ "version": "4.25.1",
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",