Skip to content

Commit 0ac8a28

Browse files
authored
deps(amazonq): update mynahUI to beta 11 (#6683)
## Problem ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent b7cc98f commit 0ac8a28

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
"@aws-sdk/property-provider": "<3.696.0",
511511
"@aws-sdk/smithy-client": "<3.696.0",
512512
"@aws-sdk/util-arn-parser": "<3.696.0",
513-
"@aws/mynah-ui": "^4.23.0-beta.7",
513+
"@aws/mynah-ui": "^4.23.0-beta.11",
514514
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
515515
"@iarna/toml": "^2.2.5",
516516
"@smithy/middleware-retry": "^3.0.0",

packages/core/src/amazonq/webview/ui/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ export const createMynahUI = (
375375
fileTreeTitle: '',
376376
filePaths: item.contextList.map((file) => file.relativeFilePath),
377377
rootFolderTitle: 'Context',
378-
collapsedByDefault: true,
378+
collapsed: true,
379379
hideFileCount: true,
380380
details: Object.fromEntries(
381381
item.contextList.map((file) => [

0 commit comments

Comments
 (0)