@micromag/screen-image 0.3.122 → 0.3.123
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 -2
- package/lib/index.js +1 -2
- package/package.json +4 -4
package/es/index.js
CHANGED
|
@@ -111,8 +111,7 @@ var ImageScreen = function ImageScreen(_ref) {
|
|
|
111
111
|
isStatic = _useScreenRenderConte.isStatic,
|
|
112
112
|
isCapture = _useScreenRenderConte.isCapture;
|
|
113
113
|
|
|
114
|
-
var backgroundPlaying = current && (isView || isEdit);
|
|
115
|
-
|
|
114
|
+
var backgroundPlaying = current && (isView || isEdit);
|
|
116
115
|
var mediaShouldLoad = current || active;
|
|
117
116
|
var hasImage = image !== null;
|
|
118
117
|
var hasTitle = isTextFilled(title);
|
package/lib/index.js
CHANGED
|
@@ -133,8 +133,7 @@ var ImageScreen = function ImageScreen(_ref) {
|
|
|
133
133
|
isStatic = _useScreenRenderConte.isStatic,
|
|
134
134
|
isCapture = _useScreenRenderConte.isCapture;
|
|
135
135
|
|
|
136
|
-
var backgroundPlaying = current && (isView || isEdit);
|
|
137
|
-
|
|
136
|
+
var backgroundPlaying = current && (isView || isEdit);
|
|
138
137
|
var mediaShouldLoad = current || active;
|
|
139
138
|
var hasImage = image !== null;
|
|
140
139
|
var hasTitle = utils.isTextFilled(title);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-image",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.123",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@micromag/core": "^0.3.122",
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
53
|
+
"@micromag/element-background": "^0.3.123",
|
|
54
54
|
"@micromag/element-call-to-action": "^0.3.122",
|
|
55
55
|
"@micromag/element-container": "^0.3.122",
|
|
56
56
|
"@micromag/element-heading": "^0.3.122",
|
|
57
57
|
"@micromag/element-layout": "^0.3.122",
|
|
58
58
|
"@micromag/element-text": "^0.3.122",
|
|
59
|
-
"@micromag/element-visual": "^0.3.
|
|
59
|
+
"@micromag/element-visual": "^0.3.123",
|
|
60
60
|
"@micromag/transforms": "^0.3.122",
|
|
61
61
|
"classnames": "^2.2.6",
|
|
62
62
|
"lodash": "^4.17.21",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "1815cb0d51d34e283db3390bd56113dbac339098"
|
|
71
71
|
}
|