@aws/mynah-ui 3.0.5 → 3.0.6

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
@@ -200,6 +200,7 @@ export interface ConfigModel {
200
200
  copyToClipboard: string;
201
201
  noMoreTabsTooltip: string;
202
202
  codeSuggestionWithReferenceTitle: string;
203
+ spinnerText: string;
203
204
  };
204
205
  feedbackOptions: Array<{
205
206
  label: string;
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.0.5",
4
+ "version": "3.0.6",
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",