@aws/mynah-ui 4.26.0-beta.1 → 4.26.0-beta.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/dist/static.d.ts CHANGED
@@ -234,6 +234,7 @@ export interface DetailedListItem {
234
234
  clickable?: boolean;
235
235
  actions?: ChatItemButton[];
236
236
  children?: DetailedListItemGroup[];
237
+ keywords?: string[];
237
238
  }
238
239
  export type Status = 'info' | 'success' | 'warning' | 'error';
239
240
  export interface ProgressField {
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.26.0-beta.1",
4
+ "version": "4.26.0-beta.2",
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",