@aws/mynah-ui 4.36.9-beta.2 → 4.36.9-beta.3

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
@@ -474,6 +474,10 @@ export interface ChatItem extends ChatItemContent {
474
474
  shimmer?: boolean;
475
475
  collapse?: boolean;
476
476
  border?: boolean;
477
+ modifiedFilesTracker?: {
478
+ title?: string;
479
+ removeFile?: boolean;
480
+ };
477
481
  }
478
482
  export interface ValidationPattern {
479
483
  pattern: string | RegExp;
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.36.9-beta.2",
4
+ "version": "4.36.9-beta.3",
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",