@micromag/screen-urbania-recommendation 0.3.396 → 0.3.397

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
@@ -516,6 +516,7 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
516
516
  playing: backgroundPlaying && !visualModalOpened,
517
517
  muted: muted || visualModalOpened,
518
518
  shouldLoad: mediaShouldLoad,
519
+ mediaRef: mediaRef,
519
520
  withoutVideo: isPreview,
520
521
  className: styles.background
521
522
  }), backgroundText !== null && finalBackgroundText.length > 0 ? /*#__PURE__*/React.createElement(Container, {
package/lib/index.js CHANGED
@@ -539,6 +539,7 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
539
539
  playing: backgroundPlaying && !visualModalOpened,
540
540
  muted: muted || visualModalOpened,
541
541
  shouldLoad: mediaShouldLoad,
542
+ mediaRef: mediaRef,
542
543
  withoutVideo: isPreview,
543
544
  className: styles.background
544
545
  }), backgroundText !== null && finalBackgroundText.length > 0 ? /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-recommendation",
3
- "version": "0.3.396",
3
+ "version": "0.3.397",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -51,7 +51,7 @@
51
51
  "dependencies": {
52
52
  "@babel/runtime": "^7.13.10",
53
53
  "@micromag/core": "^0.3.396",
54
- "@micromag/element-background": "^0.3.396",
54
+ "@micromag/element-background": "^0.3.397",
55
55
  "@micromag/element-button": "^0.3.396",
56
56
  "@micromag/element-container": "^0.3.396",
57
57
  "@micromag/element-footer": "^0.3.396",
@@ -60,7 +60,7 @@
60
60
  "@micromag/element-layout": "^0.3.396",
61
61
  "@micromag/element-scroll": "^0.3.396",
62
62
  "@micromag/element-text": "^0.3.396",
63
- "@micromag/element-visual": "^0.3.396",
63
+ "@micromag/element-visual": "^0.3.397",
64
64
  "@micromag/transforms": "^0.3.396",
65
65
  "classnames": "^2.2.6",
66
66
  "lodash": "^4.17.21",
@@ -72,5 +72,5 @@
72
72
  "access": "public",
73
73
  "registry": "https://registry.npmjs.org/"
74
74
  },
75
- "gitHead": "6f09831a86f03a570096ccc769aa2ecb3bcba693"
75
+ "gitHead": "8d668040e508b2ccc1d0f2907464e7c54fbb0bb3"
76
76
  }