@epam/ai-dial-visualizer-connector 0.24.0-rc.8 → 0.24.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
@@ -109,6 +109,7 @@ class VisualizerConnector {
109
109
  iframe.sandbox.add('allow-modals');
110
110
  iframe.sandbox.add('allow-forms');
111
111
  iframe.sandbox.add('allow-downloads');
112
+ iframe.sandbox.add('allow-popups');
112
113
  iframe.style.height = '100%';
113
114
  iframe.style.width = '100%';
114
115
  iframe.style.border = 'none';
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "name": "@epam/ai-dial-visualizer-connector",
3
3
  "description": "Package for connecting custom visualizer into Dial Chat",
4
4
  "homepage": "https://epam-rail.com",
5
- "version": "0.24.0-rc.8",
5
+ "version": "0.24.0",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.24.0-rc.8"
7
+ "@epam/ai-dial-shared": "0.24.0"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {