@aws/mynah-ui 4.31.0-beta.8 → 4.31.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/docs/DATAMODEL.md CHANGED
@@ -2913,7 +2913,7 @@ mynahUI.addChatItem(tabId, {
2913
2913
 
2914
2914
 
2915
2915
  ## `canBeDismissed`
2916
- It allows you put a close button on top of the card. It appears even above the `header` section.
2916
+ It allows you put a close button on top of the card, which will remove the card once clicked. It will appear even above the `header` section.
2917
2917
 
2918
2918
  See the example below.
2919
2919
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws/mynah-ui",
3
3
  "displayName": "AWS Mynah UI",
4
- "version": "4.31.0-beta.8",
4
+ "version": "4.31.0",
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",
@@ -0,0 +1,9 @@
1
+ <html theme="base-light">
2
+ <head>
3
+ <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" />
4
+ <script defer src="main.js"></script></head>
5
+
6
+ <body>
7
+ <div id="mynah-ui-wrapper"></div>
8
+ </body>
9
+ </html>