Skip to content

Commit fdbf291

Browse files
committed
chore: mynah-ui update
1 parent c9eb334 commit fdbf291

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 4 additions & 2 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
@@ -526,7 +526,7 @@
526526
"@aws-sdk/s3-request-presigner": "<3.731.0",
527527
"@aws-sdk/smithy-client": "<3.731.0",
528528
"@aws-sdk/util-arn-parser": "<3.731.0",
529-
"@aws/mynah-ui": "^4.30.1",
529+
"@aws/mynah-ui": "^4.30.3",
530530
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
531531
"@iarna/toml": "^2.2.5",
532532
"@smithy/fetch-http-handler": "^5.0.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ export class WebviewUIHandler {
10171017
* when in hybrid chat the reference gets resolved later so we
10181018
* don't need to create mynah UI
10191019
*/
1020-
this.mynahUIRef = { mynahUI: new MynahUI(this.mynahUIProps) }
1020+
this.mynahUIRef = { mynahUI: new MynahUI({ ...this.mynahUIProps, loadStyles: false }) }
10211021
}
10221022

10231023
/**

0 commit comments

Comments
 (0)