@epam/ai-dial-visualizer-connector 0.38.0-rc.4 → 0.38.0-rc.41

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 +2 -1
  2. package/package.json +2 -2
package/index.esm.js CHANGED
@@ -112,7 +112,8 @@ class VisualizerConnector {
112
112
  iframe.sandbox.add('allow-forms');
113
113
  iframe.sandbox.add('allow-downloads');
114
114
  iframe.sandbox.add('allow-popups');
115
- iframe.allow = 'clipboard-write';
115
+ iframe.sandbox.add('allow-presentation');
116
+ iframe.setAttribute('allow', 'clipboard-write *; fullscreen *; accelerometer *; gyroscope *; autoplay *; web-share *; encrypted-media *');
116
117
  iframe.style.height = '100%';
117
118
  iframe.style.width = '100%';
118
119
  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.38.0-rc.4",
5
+ "version": "0.38.0-rc.41",
6
6
  "dependencies": {
7
- "@epam/ai-dial-shared": "0.38.0-rc.4"
7
+ "@epam/ai-dial-shared": "0.38.0-rc.41"
8
8
  },
9
9
  "type": "module",
10
10
  "bugs": {