@epam/ai-dial-overlay 0.14.0-rc.8 → 0.14.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.
Files changed (2) hide show
  1. package/index.esm.js +1 -0
  2. package/package.json +2 -2
package/index.esm.js CHANGED
@@ -110,6 +110,7 @@ class ChatOverlay {
110
110
  const iframe = document.createElement('iframe');
111
111
  iframe.src = this.options.domain;
112
112
  iframe.allow = 'clipboard-write';
113
+ iframe.name = 'overlay';
113
114
  iframe.sandbox.add('allow-same-origin');
114
115
  iframe.sandbox.add('allow-scripts');
115
116
  iframe.sandbox.add('allow-modals');
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://epam-rail.com",
5
- "version": "0.14.0-rc.8",
5
+ "version": "0.14.0",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.14.0-rc.8"
7
+ "@epam/ai-dial-shared": "0.14.0"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {