@micromag/screen-image 0.3.123 → 0.3.124
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 +1 -0
- package/lib/index.js +1 -0
- package/package.json +11 -11
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.
|
|
3
|
+
"version": "0.3.124",
|
|
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.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-heading": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-text": "^0.3.
|
|
59
|
-
"@micromag/element-visual": "^0.3.
|
|
60
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.124",
|
|
53
|
+
"@micromag/element-background": "^0.3.124",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.124",
|
|
55
|
+
"@micromag/element-container": "^0.3.124",
|
|
56
|
+
"@micromag/element-heading": "^0.3.124",
|
|
57
|
+
"@micromag/element-layout": "^0.3.124",
|
|
58
|
+
"@micromag/element-text": "^0.3.124",
|
|
59
|
+
"@micromag/element-visual": "^0.3.124",
|
|
60
|
+
"@micromag/transforms": "^0.3.124",
|
|
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": "
|
|
70
|
+
"gitHead": "9050944df1d66cae14e04a771f739e2743894fb8"
|
|
71
71
|
}
|