@micromag/screen-urbania-horoscope 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 +15 -15
package/es/index.js CHANGED
@@ -537,7 +537,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
537
537
  disableInteraction = _useViewerInteraction.disableInteraction;
538
538
  var _usePlaybackContext = usePlaybackContext(),
539
539
  muted = _usePlaybackContext.muted;
540
- var mediaRef = usePlaybackMediaRef(current);
540
+ var mediaRef = usePlaybackMediaRef(current, true);
541
541
  var hasAuthor = author !== null && isTextFilled(author.name);
542
542
  var signs = useMemo(function () {
543
543
  return defaultSigns.map(function (defaultSign, index) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-horoscope",
3
- "version": "0.3.779",
3
+ "version": "0.3.786",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -62,19 +62,19 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@babel/runtime": "^7.13.10",
65
- "@micromag/core": "^0.3.779",
66
- "@micromag/element-background": "^0.3.779",
67
- "@micromag/element-button": "^0.3.779",
68
- "@micromag/element-call-to-action": "^0.3.779",
69
- "@micromag/element-container": "^0.3.779",
70
- "@micromag/element-grid": "^0.3.779",
71
- "@micromag/element-heading": "^0.3.779",
72
- "@micromag/element-keypad": "^0.3.779",
73
- "@micromag/element-layout": "^0.3.779",
74
- "@micromag/element-scroll": "^0.3.779",
75
- "@micromag/element-text": "^0.3.779",
76
- "@micromag/element-urbania-author": "^0.3.779",
77
- "@micromag/transforms": "^0.3.779",
65
+ "@micromag/core": "^0.3.781",
66
+ "@micromag/element-background": "^0.3.781",
67
+ "@micromag/element-button": "^0.3.781",
68
+ "@micromag/element-call-to-action": "^0.3.786",
69
+ "@micromag/element-container": "^0.3.781",
70
+ "@micromag/element-grid": "^0.3.781",
71
+ "@micromag/element-heading": "^0.3.781",
72
+ "@micromag/element-keypad": "^0.3.781",
73
+ "@micromag/element-layout": "^0.3.781",
74
+ "@micromag/element-scroll": "^0.3.781",
75
+ "@micromag/element-text": "^0.3.781",
76
+ "@micromag/element-urbania-author": "^0.3.781",
77
+ "@micromag/transforms": "^0.3.781",
78
78
  "@react-spring/core": "^9.6.1",
79
79
  "@react-spring/web": "^9.6.1",
80
80
  "@use-gesture/react": "^10.3.0",
@@ -90,5 +90,5 @@
90
90
  "access": "public",
91
91
  "registry": "https://registry.npmjs.org/"
92
92
  },
93
- "gitHead": "5cc7b8fc6d58ba77100060a9d9a4a3f87f835559"
93
+ "gitHead": "12a7a02b80b715ea1c8af72bdcbb043ad713a5e5"
94
94
  }