@micromag/element-webview 0.3.590 → 0.3.599

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/es/index.js +4 -1
  2. package/package.json +4 -4
package/es/index.js CHANGED
@@ -69,7 +69,10 @@ function WebView(_ref) {
69
69
  "value": "Popup"
70
70
  }]
71
71
  }),
72
- src: url || 'about:blank'
72
+ src: url || 'about:blank',
73
+ allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share",
74
+ referrerPolicy: "strict-origin-when-cross-origin",
75
+ allowfullscreen: true
73
76
  }));
74
77
  }
75
78
  WebView.propTypes = propTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-webview",
3
- "version": "0.3.590",
3
+ "version": "0.3.599",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -59,8 +59,8 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@babel/runtime": "^7.13.10",
62
- "@micromag/core": "^0.3.590",
63
- "@micromag/element-button": "^0.3.590",
62
+ "@micromag/core": "^0.3.599",
63
+ "@micromag/element-button": "^0.3.599",
64
64
  "classnames": "^2.2.6",
65
65
  "lodash": "^4.17.21",
66
66
  "prop-types": "^15.7.2",
@@ -71,5 +71,5 @@
71
71
  "access": "public",
72
72
  "registry": "https://registry.npmjs.org/"
73
73
  },
74
- "gitHead": "aee5033c29da327111287f71fd59cb77f469306a"
74
+ "gitHead": "406f96c799c4be116e64ed13bebc9151e3d38c95"
75
75
  }