@micromag/screen-urbania-recommendation 0.3.206 → 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 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.206",
3
+ "version": "0.3.210",
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.206",
53
- "@micromag/element-background": "^0.3.206",
54
- "@micromag/element-call-to-action": "^0.3.206",
55
- "@micromag/element-container": "^0.3.206",
56
- "@micromag/element-heading": "^0.3.206",
57
- "@micromag/element-layout": "^0.3.206",
58
- "@micromag/element-scroll": "^0.3.206",
59
- "@micromag/element-text": "^0.3.206",
60
- "@micromag/transforms": "^0.3.206",
52
+ "@micromag/core": "^0.3.209",
53
+ "@micromag/element-background": "^0.3.210",
54
+ "@micromag/element-call-to-action": "^0.3.209",
55
+ "@micromag/element-container": "^0.3.209",
56
+ "@micromag/element-heading": "^0.3.209",
57
+ "@micromag/element-layout": "^0.3.209",
58
+ "@micromag/element-scroll": "^0.3.209",
59
+ "@micromag/element-text": "^0.3.209",
60
+ "@micromag/transforms": "^0.3.209",
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": "ed021987825fdacbf30fa486cc4f9f55b414ae47"
70
+ "gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
71
71
  }