@aws/mynah-ui 4.39.2 → 4.40.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/chat-prompt-input.d.ts +28 -0
- package/dist/components/chat-item/prompt-input/prompt-text-input.d.ts +1 -0
- package/dist/components/detailed-list/detailed-list.d.ts +1 -1
- package/dist/main.d.ts +7 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/static.d.ts +2 -1
- package/package.json +2 -1
package/dist/static.d.ts
CHANGED
|
@@ -241,7 +241,8 @@ export declare enum MynahEventNames {
|
|
|
241
241
|
TOP_BAR_BUTTON_CLICK = "promptInputTopBarButtonClick",
|
|
242
242
|
CONTEXT_PINNED = "contextPinned",
|
|
243
243
|
FILES_DROPPED = "filesDropped",
|
|
244
|
-
RESET_TOP_BAR_CLICKED = "resetTopBarClicked"
|
|
244
|
+
RESET_TOP_BAR_CLICKED = "resetTopBarClicked",
|
|
245
|
+
CONTEXT_COMMAND_FILTER = "contextCommandFilter"
|
|
245
246
|
}
|
|
246
247
|
export declare enum MynahPortalNames {
|
|
247
248
|
WRAPPER = "wrapper",
|
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.
|
|
4
|
+
"version": "4.40.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",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"eslint-plugin-no-null": "^1.0.2",
|
|
90
90
|
"eslint-plugin-prettier": "^5.0.0",
|
|
91
91
|
"eslint-plugin-promise": "6.0.0",
|
|
92
|
+
"fast-check": "^4.6.0",
|
|
92
93
|
"husky": "^9.1.6",
|
|
93
94
|
"jest": "^29.7.0",
|
|
94
95
|
"jest-environment-jsdom": "^29.7.0",
|