@micromag/screen-urbania-horoscope 0.3.779 → 0.3.781
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 +1 -1
- 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.
|
|
3
|
+
"version": "0.3.781",
|
|
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.
|
|
66
|
-
"@micromag/element-background": "^0.3.
|
|
67
|
-
"@micromag/element-button": "^0.3.
|
|
68
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
69
|
-
"@micromag/element-container": "^0.3.
|
|
70
|
-
"@micromag/element-grid": "^0.3.
|
|
71
|
-
"@micromag/element-heading": "^0.3.
|
|
72
|
-
"@micromag/element-keypad": "^0.3.
|
|
73
|
-
"@micromag/element-layout": "^0.3.
|
|
74
|
-
"@micromag/element-scroll": "^0.3.
|
|
75
|
-
"@micromag/element-text": "^0.3.
|
|
76
|
-
"@micromag/element-urbania-author": "^0.3.
|
|
77
|
-
"@micromag/transforms": "^0.3.
|
|
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.781",
|
|
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": "
|
|
93
|
+
"gitHead": "95e03bd48803c170ef4efbc5bd204a0c83563c11"
|
|
94
94
|
}
|