@aws/mynah-ui 3.2.3 → 3.2.5

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
@@ -110,6 +110,8 @@ export interface ChatPrompt {
110
110
  export interface ChatItemFollowUp extends ChatPrompt {
111
111
  type?: string;
112
112
  pillText: string;
113
+ disabled?: boolean;
114
+ description?: string;
113
115
  status?: 'info' | 'success' | 'warning' | 'error';
114
116
  icon?: MynahIcons;
115
117
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws/mynah-ui",
3
3
  "displayName": "AWS Mynah UI",
4
- "version": "3.2.3",
4
+ "version": "3.2.5",
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",