@micromag/screen-urbania-recommendation 0.3.779 → 0.3.786

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.
Files changed (2) hide show
  1. package/es/index.js +1 -1
  2. package/package.json +14 -14
package/es/index.js CHANGED
@@ -104,7 +104,7 @@ var UrbaniaRecommendation = function UrbaniaRecommendation(_ref) {
104
104
  setPlaying = _usePlaybackContext.setPlaying,
105
105
  muted = _usePlaybackContext.muted,
106
106
  setMuted = _usePlaybackContext.setMuted;
107
- var mediaRef = usePlaybackMediaRef(current);
107
+ var mediaRef = usePlaybackMediaRef(current, true);
108
108
  var _useViewerInteraction = useViewerInteraction(),
109
109
  enableInteraction = _useViewerInteraction.enableInteraction,
110
110
  disableInteraction = _useViewerInteraction.disableInteraction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-recommendation",
3
- "version": "0.3.779",
3
+ "version": "0.3.786",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -60,18 +60,18 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.13.10",
63
- "@micromag/core": "^0.3.779",
64
- "@micromag/element-background": "^0.3.779",
65
- "@micromag/element-button": "^0.3.779",
66
- "@micromag/element-container": "^0.3.779",
67
- "@micromag/element-footer": "^0.3.779",
68
- "@micromag/element-header": "^0.3.779",
69
- "@micromag/element-heading": "^0.3.779",
70
- "@micromag/element-layout": "^0.3.779",
71
- "@micromag/element-scroll": "^0.3.779",
72
- "@micromag/element-text": "^0.3.779",
73
- "@micromag/element-visual": "^0.3.779",
74
- "@micromag/transforms": "^0.3.779",
63
+ "@micromag/core": "^0.3.781",
64
+ "@micromag/element-background": "^0.3.781",
65
+ "@micromag/element-button": "^0.3.781",
66
+ "@micromag/element-container": "^0.3.781",
67
+ "@micromag/element-footer": "^0.3.786",
68
+ "@micromag/element-header": "^0.3.781",
69
+ "@micromag/element-heading": "^0.3.781",
70
+ "@micromag/element-layout": "^0.3.781",
71
+ "@micromag/element-scroll": "^0.3.781",
72
+ "@micromag/element-text": "^0.3.781",
73
+ "@micromag/element-visual": "^0.3.781",
74
+ "@micromag/transforms": "^0.3.781",
75
75
  "classnames": "^2.2.6",
76
76
  "lodash": "^4.17.21",
77
77
  "prop-types": "^15.7.2",
@@ -82,5 +82,5 @@
82
82
  "access": "public",
83
83
  "registry": "https://registry.npmjs.org/"
84
84
  },
85
- "gitHead": "5cc7b8fc6d58ba77100060a9d9a4a3f87f835559"
85
+ "gitHead": "12a7a02b80b715ea1c8af72bdcbb043ad713a5e5"
86
86
  }