@epam/ai-dial-overlay 0.45.0 → 0.46.0-dev.43
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/index.esm.js +1 -0
- package/package.json +2 -2
package/index.esm.js
CHANGED
|
@@ -502,6 +502,7 @@ class ChatOverlay {
|
|
|
502
502
|
*/
|
|
503
503
|
destroy() {
|
|
504
504
|
window.removeEventListener('message', this.process);
|
|
505
|
+
void this.iframeInteraction.ready().catch(() => { });
|
|
505
506
|
this.iframeInteraction.fail('Chat Overlay destroyed');
|
|
506
507
|
this.root.removeChild(this.iframe);
|
|
507
508
|
this.root.removeChild(this.loader);
|
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@epam/ai-dial-overlay",
|
|
3
3
|
"description": "Package for opening dial in overlay",
|
|
4
4
|
"homepage": "https://dialx.ai",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.46.0-dev.43",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@epam/ai-dial-shared": "0.
|
|
7
|
+
"@epam/ai-dial-shared": "0.46.0-dev.43"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
10
|
"bugs": {
|