@aws/mynah-ui 1.2.0 → 1.3.0

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
@@ -13,7 +13,6 @@ export interface MynahUIDataModel {
13
13
  codeQuery?: SearchPayloadCodeQuery;
14
14
  matchPolicy?: SearchPayloadMatchPolicy;
15
15
  invisibleContextItems?: string[];
16
- selectedNavigationTab?: string | null;
17
16
  navigationTabs?: ToggleOption[];
18
17
  userAddedContext?: string[];
19
18
  suggestions?: Suggestion[];
@@ -252,6 +251,7 @@ export interface SearchHistoryItem {
252
251
  codeQuery: CodeQuery;
253
252
  codeSelection: SearchPayloadCodeSelection;
254
253
  code?: string;
254
+ selectedTab?: string;
255
255
  };
256
256
  recordDate?: number;
257
257
  suggestions: Suggestion[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws/mynah-ui",
3
3
  "displayName": "AWS Mynah UI",
4
- "version": "1.2.0",
4
+ "version": "1.3.0",
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",