@aws/mynah-ui 2.0.0-beta.8.0 → 2.0.0-beta.8.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
@@ -179,6 +179,9 @@ export interface ConfigModel {
179
179
  feedbackFormCommentLabel: string;
180
180
  feedbackThanks: string;
181
181
  feedbackReportButtonLabel: string;
182
+ codeSuggestions: string;
183
+ clickFileToViewDiff: string;
184
+ files: string;
182
185
  insertAtCursorLabel: string;
183
186
  copy: string;
184
187
  showMore: 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": "2.0.0-beta.8.0",
4
+ "version": "2.0.0-beta.8.2",
5
5
  "description": "AWS Tookit VSCode and Intellij IDE Extension Mynah UI",
6
6
  "publisher": "Amazon Web Services",
7
7
  "license": "Apache License 2.0",