@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/dist/helper/marked.d.ts +5 -0
- package/dist/helper/test-ids.d.ts +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/docs/DATAMODEL.md +1 -1
- package/package.json +1 -1
- package/ui-tests/dist/27f62b53b93858475a7f.ttf +0 -0
- package/ui-tests/dist/d50a80138ec4f2fb5e9f.ttf +0 -0
- package/ui-tests/dist/index.html +9 -0
- package/ui-tests/dist/main.js +1366 -0
- package/ui-tests/dist/main.js.map +1 -0
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
|
|
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
|
Binary file
|
|
Binary file
|