@aws/mynah-ui 4.18.0 → 4.18.1-beta.1
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/components/chat-item/prompt-input/prompt-text-input.d.ts +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/static.d.ts +1 -0
- package/docs/CONFIG.md +8 -0
- package/docs/img/texts/commandConfirmation.png +0 -0
- package/package.json +1 -1
- package/ui-tests/dist/main.js +5 -1
- package/ui-tests/dist/main.js.map +1 -1
package/dist/static.d.ts
CHANGED
package/docs/CONFIG.md
CHANGED
|
@@ -35,6 +35,7 @@ interface ConfigModel {
|
|
|
35
35
|
tabCloseConfirmationCloseButton?: string;
|
|
36
36
|
noTabsOpen: string; // Supports markdown
|
|
37
37
|
openNewTab: string;
|
|
38
|
+
commandConfirmation: string;
|
|
38
39
|
};
|
|
39
40
|
// Options to show up on the overlay feedback form
|
|
40
41
|
// after user clicks to downvote on a chat item
|
|
@@ -202,6 +203,13 @@ Default tab title text if it is not set through store data for that tab.
|
|
|
202
203
|
|
|
203
204
|
---
|
|
204
205
|
|
|
206
|
+
## commandConfirmation
|
|
207
|
+
<p align="center">
|
|
208
|
+
<img src="./img/texts/commandConfirmation.png" alt="commandConfirmation" style="max-width:500px; width:100%;border: 1px solid #e0e0e0;">
|
|
209
|
+
</p>
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
205
213
|
<p><br/></p>
|
|
206
214
|
|
|
207
215
|
# `feedbackOptions`
|
|
Binary file
|
package/package.json
CHANGED