@aws/mynah-ui 4.35.0-beta.3 → 4.35.0-beta.4

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
@@ -246,7 +246,7 @@ export interface DetailedList {
246
246
  icon?: MynahIcons | MynahIconsType;
247
247
  status?: {
248
248
  icon?: MynahIcons | MynahIconsType;
249
- title: string;
249
+ title?: string;
250
250
  description?: string;
251
251
  status?: Status;
252
252
  };
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.35.0-beta.3",
4
+ "version": "4.35.0-beta.4",
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",