@micromag/screen-survey 0.3.209 → 0.3.213
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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -436,7 +436,8 @@ var SurveyScreen = function SurveyScreen(_ref) {
|
|
|
436
436
|
playing: backgroundPlaying,
|
|
437
437
|
muted: muted,
|
|
438
438
|
shouldLoad: mediaShouldLoad,
|
|
439
|
-
mediaRef: mediaRef
|
|
439
|
+
mediaRef: mediaRef,
|
|
440
|
+
withoutVideo: isPreview
|
|
440
441
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
441
442
|
width: width,
|
|
442
443
|
height: height
|
package/lib/index.js
CHANGED
|
@@ -458,7 +458,8 @@ var SurveyScreen = function SurveyScreen(_ref) {
|
|
|
458
458
|
playing: backgroundPlaying,
|
|
459
459
|
muted: muted,
|
|
460
460
|
shouldLoad: mediaShouldLoad,
|
|
461
|
-
mediaRef: mediaRef
|
|
461
|
+
mediaRef: mediaRef,
|
|
462
|
+
withoutVideo: isPreview
|
|
462
463
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
463
464
|
width: width,
|
|
464
465
|
height: height
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-survey",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.213",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/data": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-button": "^0.3.
|
|
56
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-heading": "^0.3.
|
|
59
|
-
"@micromag/element-layout": "^0.3.
|
|
60
|
-
"@micromag/element-scroll": "^0.3.
|
|
61
|
-
"@micromag/element-text": "^0.3.
|
|
62
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.213",
|
|
53
|
+
"@micromag/data": "^0.3.213",
|
|
54
|
+
"@micromag/element-background": "^0.3.213",
|
|
55
|
+
"@micromag/element-button": "^0.3.213",
|
|
56
|
+
"@micromag/element-call-to-action": "^0.3.213",
|
|
57
|
+
"@micromag/element-container": "^0.3.213",
|
|
58
|
+
"@micromag/element-heading": "^0.3.213",
|
|
59
|
+
"@micromag/element-layout": "^0.3.213",
|
|
60
|
+
"@micromag/element-scroll": "^0.3.213",
|
|
61
|
+
"@micromag/element-text": "^0.3.213",
|
|
62
|
+
"@micromag/transforms": "^0.3.213",
|
|
63
63
|
"classnames": "^2.2.6",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
65
|
"prop-types": "^15.7.2",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "e7dcbfd9c59763758e35c37bacf6749e95c1cbac"
|
|
73
73
|
}
|