@micromag/screen-map 0.3.105 → 0.3.108
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 +3 -2
- package/lib/index.js +3 -2
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -140,8 +140,9 @@ function MapScreen(_ref) {
|
|
|
140
140
|
var transitionPlaying = current && ready;
|
|
141
141
|
var transitionDisabled = isStatic || isCapture || isPlaceholder || isPreview || isEdit;
|
|
142
142
|
var scrollingDisabled = !isEdit && transitionDisabled || !current;
|
|
143
|
-
var backgroundPlaying = current && (isView || isEdit);
|
|
144
|
-
|
|
143
|
+
var backgroundPlaying = current && (isView || isEdit); // const backgroundShouldLoad = current || active;
|
|
144
|
+
|
|
145
|
+
var backgroundShouldLoad = current || active;
|
|
145
146
|
|
|
146
147
|
var _useState5 = useState(isStatic || isCapture),
|
|
147
148
|
_useState6 = _slicedToArray(_useState5, 2),
|
package/lib/index.js
CHANGED
|
@@ -162,8 +162,9 @@ function MapScreen(_ref) {
|
|
|
162
162
|
var transitionPlaying = current && ready;
|
|
163
163
|
var transitionDisabled = isStatic || isCapture || isPlaceholder || isPreview || isEdit;
|
|
164
164
|
var scrollingDisabled = !isEdit && transitionDisabled || !current;
|
|
165
|
-
var backgroundPlaying = current && (isView || isEdit);
|
|
166
|
-
|
|
165
|
+
var backgroundPlaying = current && (isView || isEdit); // const backgroundShouldLoad = current || active;
|
|
166
|
+
|
|
167
|
+
var backgroundShouldLoad = current || active;
|
|
167
168
|
|
|
168
169
|
var _useState5 = React.useState(isStatic || isCapture),
|
|
169
170
|
_useState6 = _slicedToArray__default["default"](_useState5, 2),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-map",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.108",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,17 +49,17 @@
|
|
|
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-button": "^0.3.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
-
"@micromag/element-container": "^0.3.
|
|
57
|
-
"@micromag/element-heading": "^0.3.
|
|
58
|
-
"@micromag/element-image": "^0.3.
|
|
59
|
-
"@micromag/element-map": "^0.3.
|
|
60
|
-
"@micromag/element-scroll": "^0.3.
|
|
61
|
-
"@micromag/element-text": "^0.3.
|
|
62
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.108",
|
|
53
|
+
"@micromag/element-background": "^0.3.108",
|
|
54
|
+
"@micromag/element-button": "^0.3.108",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.108",
|
|
56
|
+
"@micromag/element-container": "^0.3.108",
|
|
57
|
+
"@micromag/element-heading": "^0.3.108",
|
|
58
|
+
"@micromag/element-image": "^0.3.108",
|
|
59
|
+
"@micromag/element-map": "^0.3.108",
|
|
60
|
+
"@micromag/element-scroll": "^0.3.108",
|
|
61
|
+
"@micromag/element-text": "^0.3.108",
|
|
62
|
+
"@micromag/transforms": "^0.3.108",
|
|
63
63
|
"classnames": "^2.2.6",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
65
|
"prop-types": "^15.7.2",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "d7681b84be82b08eff5ed444f910ed367f235f4e"
|
|
73
73
|
}
|