@micromag/screen-survey 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.
- package/es/index.js +1 -1
- package/package.json +15 -15
package/es/index.js
CHANGED
|
@@ -129,7 +129,7 @@ var SurveyScreen = function SurveyScreen(_ref) {
|
|
|
129
129
|
openWebView = _useViewerWebView.open;
|
|
130
130
|
var _usePlaybackContext = usePlaybackContext(),
|
|
131
131
|
muted = _usePlaybackContext.muted;
|
|
132
|
-
var mediaRef = usePlaybackMediaRef(current);
|
|
132
|
+
var mediaRef = usePlaybackMediaRef(current, true);
|
|
133
133
|
var _useQuiz = useQuiz({
|
|
134
134
|
screenId: screenId,
|
|
135
135
|
opts: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-survey",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.786",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -63,19 +63,19 @@
|
|
|
63
63
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
64
64
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
65
65
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
66
|
-
"@micromag/core": "^0.3.
|
|
67
|
-
"@micromag/data": "^0.3.
|
|
68
|
-
"@micromag/element-background": "^0.3.
|
|
69
|
-
"@micromag/element-button": "^0.3.
|
|
70
|
-
"@micromag/element-container": "^0.3.
|
|
71
|
-
"@micromag/element-footer": "^0.3.
|
|
72
|
-
"@micromag/element-header": "^0.3.
|
|
73
|
-
"@micromag/element-heading": "^0.3.
|
|
74
|
-
"@micromag/element-layout": "^0.3.
|
|
75
|
-
"@micromag/element-scroll": "^0.3.
|
|
76
|
-
"@micromag/element-text": "^0.3.
|
|
77
|
-
"@micromag/element-text-input": "^0.3.
|
|
78
|
-
"@micromag/transforms": "^0.3.
|
|
66
|
+
"@micromag/core": "^0.3.781",
|
|
67
|
+
"@micromag/data": "^0.3.781",
|
|
68
|
+
"@micromag/element-background": "^0.3.781",
|
|
69
|
+
"@micromag/element-button": "^0.3.781",
|
|
70
|
+
"@micromag/element-container": "^0.3.781",
|
|
71
|
+
"@micromag/element-footer": "^0.3.786",
|
|
72
|
+
"@micromag/element-header": "^0.3.781",
|
|
73
|
+
"@micromag/element-heading": "^0.3.781",
|
|
74
|
+
"@micromag/element-layout": "^0.3.781",
|
|
75
|
+
"@micromag/element-scroll": "^0.3.781",
|
|
76
|
+
"@micromag/element-text": "^0.3.781",
|
|
77
|
+
"@micromag/element-text-input": "^0.3.781",
|
|
78
|
+
"@micromag/transforms": "^0.3.781",
|
|
79
79
|
"classnames": "^2.2.6",
|
|
80
80
|
"dompurify": "^3.2.6",
|
|
81
81
|
"lodash": "^4.17.21",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"access": "public",
|
|
88
88
|
"registry": "https://registry.npmjs.org/"
|
|
89
89
|
},
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "12a7a02b80b715ea1c8af72bdcbb043ad713a5e5"
|
|
91
91
|
}
|