@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/static.d.ts CHANGED
@@ -457,6 +457,7 @@ export interface ConfigTexts {
457
457
  tabCloseConfirmationCloseButton: string;
458
458
  noTabsOpen: string;
459
459
  openNewTab: string;
460
+ commandConfirmation: string;
460
461
  }
461
462
  type PickMatching<T, V> = {
462
463
  [K in keyof T as T[K] extends V ? K : never]: T[K];
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`
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.18.0",
4
+ "version": "4.18.1-beta.1",
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",