@micromag/screen-urbania-recommendation 0.3.209 → 0.3.210
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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -283,7 +283,8 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
|
|
|
283
283
|
muted: muted,
|
|
284
284
|
shouldLoad: mediaShouldLoad,
|
|
285
285
|
backgroundClassName: finalAnimateBackground ? styles.background : null,
|
|
286
|
-
mediaRef: mediaRef
|
|
286
|
+
mediaRef: mediaRef,
|
|
287
|
+
withoutVideo: isPreview
|
|
287
288
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
288
289
|
width: width,
|
|
289
290
|
height: height
|
package/lib/index.js
CHANGED
|
@@ -303,7 +303,8 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
|
|
|
303
303
|
muted: muted,
|
|
304
304
|
shouldLoad: mediaShouldLoad,
|
|
305
305
|
backgroundClassName: finalAnimateBackground ? styles.background : null,
|
|
306
|
-
mediaRef: mediaRef
|
|
306
|
+
mediaRef: mediaRef,
|
|
307
|
+
withoutVideo: isPreview
|
|
307
308
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
308
309
|
width: width,
|
|
309
310
|
height: height
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-recommendation",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.210",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
52
|
"@micromag/core": "^0.3.209",
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
53
|
+
"@micromag/element-background": "^0.3.210",
|
|
54
54
|
"@micromag/element-call-to-action": "^0.3.209",
|
|
55
55
|
"@micromag/element-container": "^0.3.209",
|
|
56
56
|
"@micromag/element-heading": "^0.3.209",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
|
|
71
71
|
}
|