@micromag/screen-video 0.3.496 → 0.3.503

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/es/index.js CHANGED
@@ -350,6 +350,7 @@ var VideoScreen = function VideoScreen(_ref) {
350
350
  // onSuspended={onSuspended}
351
351
  ,
352
352
  onPlayError: onPlayError,
353
+ disablePictureInPicture: true,
353
354
  focusable: current && isView,
354
355
  shouldLoad: mediaShouldLoad
355
356
  }))) : null), !isPlaceholder ? /*#__PURE__*/React.createElement("div", {
package/lib/index.js CHANGED
@@ -354,6 +354,7 @@ var VideoScreen = function VideoScreen(_ref) {
354
354
  // onSuspended={onSuspended}
355
355
  ,
356
356
  onPlayError: onPlayError,
357
+ disablePictureInPicture: true,
357
358
  focusable: current && isView,
358
359
  shouldLoad: mediaShouldLoad
359
360
  }))) : null), !isPlaceholder ? /*#__PURE__*/React.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-video",
3
- "version": "0.3.496",
3
+ "version": "0.3.503",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -62,15 +62,15 @@
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.13.10",
64
64
  "@folklore/size": "^0.1.20",
65
- "@micromag/core": "^0.3.491",
66
- "@micromag/element-background": "^0.3.491",
67
- "@micromag/element-closed-captions": "^0.3.491",
68
- "@micromag/element-container": "^0.3.491",
69
- "@micromag/element-footer": "^0.3.496",
70
- "@micromag/element-header": "^0.3.496",
71
- "@micromag/element-image": "^0.3.491",
72
- "@micromag/element-video": "^0.3.491",
73
- "@micromag/transforms": "^0.3.491",
65
+ "@micromag/core": "^0.3.503",
66
+ "@micromag/element-background": "^0.3.503",
67
+ "@micromag/element-closed-captions": "^0.3.503",
68
+ "@micromag/element-container": "^0.3.503",
69
+ "@micromag/element-footer": "^0.3.503",
70
+ "@micromag/element-header": "^0.3.503",
71
+ "@micromag/element-image": "^0.3.503",
72
+ "@micromag/element-video": "^0.3.503",
73
+ "@micromag/transforms": "^0.3.503",
74
74
  "classnames": "^2.2.6",
75
75
  "lodash": "^4.17.21",
76
76
  "prop-types": "^15.7.2",
@@ -81,5 +81,5 @@
81
81
  "access": "public",
82
82
  "registry": "https://registry.npmjs.org/"
83
83
  },
84
- "gitHead": "f13d557c21ad604187a57413ef65cfc96430042b"
84
+ "gitHead": "50e91d4d3f655cd4fbe8a9fc1c3dec54f3fc63ca"
85
85
  }