@micromag/screen-image 0.3.123 → 0.3.127

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
@@ -180,6 +180,7 @@ var ImageScreen = function ImageScreen(_ref) {
180
180
  height: imageHeight,
181
181
  resolution: resolution,
182
182
  playing: backgroundPlaying,
183
+ active: active,
183
184
  shouldLoad: mediaShouldLoad,
184
185
  onLoaded: onImageLoaded
185
186
  })) : null)), withTitle && /*#__PURE__*/React.createElement(ScreenElement, {
package/lib/index.js CHANGED
@@ -202,6 +202,7 @@ var ImageScreen = function ImageScreen(_ref) {
202
202
  height: imageHeight,
203
203
  resolution: resolution,
204
204
  playing: backgroundPlaying,
205
+ active: active,
205
206
  shouldLoad: mediaShouldLoad,
206
207
  onLoaded: onImageLoaded
207
208
  })) : null)), withTitle && /*#__PURE__*/React__default["default"].createElement(components.ScreenElement, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-image",
3
- "version": "0.3.123",
3
+ "version": "0.3.127",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,15 +49,15 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.122",
53
- "@micromag/element-background": "^0.3.123",
54
- "@micromag/element-call-to-action": "^0.3.122",
55
- "@micromag/element-container": "^0.3.122",
56
- "@micromag/element-heading": "^0.3.122",
57
- "@micromag/element-layout": "^0.3.122",
58
- "@micromag/element-text": "^0.3.122",
59
- "@micromag/element-visual": "^0.3.123",
60
- "@micromag/transforms": "^0.3.122",
52
+ "@micromag/core": "^0.3.126",
53
+ "@micromag/element-background": "^0.3.127",
54
+ "@micromag/element-call-to-action": "^0.3.126",
55
+ "@micromag/element-container": "^0.3.126",
56
+ "@micromag/element-heading": "^0.3.126",
57
+ "@micromag/element-layout": "^0.3.126",
58
+ "@micromag/element-text": "^0.3.126",
59
+ "@micromag/element-visual": "^0.3.126",
60
+ "@micromag/transforms": "^0.3.126",
61
61
  "classnames": "^2.2.6",
62
62
  "lodash": "^4.17.21",
63
63
  "prop-types": "^15.7.2",
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "1815cb0d51d34e283db3390bd56113dbac339098"
70
+ "gitHead": "1ab0adecaed3d74de7f5d02018eb624546e251a5"
71
71
  }