@micromag/screen-quiz 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 +4 -2
- package/lib/index.js +4 -2
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -664,7 +664,8 @@ var QuizScreen = function QuizScreen(_ref) {
|
|
|
664
664
|
playing: backgroundPlaying,
|
|
665
665
|
muted: muted,
|
|
666
666
|
shouldLoad: mediaShouldLoad,
|
|
667
|
-
mediaRef: mediaRef
|
|
667
|
+
mediaRef: mediaRef,
|
|
668
|
+
withoutVideo: isPreview
|
|
668
669
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
669
670
|
width: width,
|
|
670
671
|
height: height
|
|
@@ -1323,7 +1324,8 @@ var QuizMultipleScreen = function QuizMultipleScreen(_ref) {
|
|
|
1323
1324
|
muted: muted,
|
|
1324
1325
|
shouldLoad: backgroundShouldLoad,
|
|
1325
1326
|
mediaRef: mediaRef,
|
|
1326
|
-
className: styles$2.background
|
|
1327
|
+
className: styles$2.background,
|
|
1328
|
+
withoutVideo: isPreview
|
|
1327
1329
|
}))) : null, /*#__PURE__*/React.createElement(Container, {
|
|
1328
1330
|
width: width,
|
|
1329
1331
|
height: height
|
package/lib/index.js
CHANGED
|
@@ -686,7 +686,8 @@ var QuizScreen = function QuizScreen(_ref) {
|
|
|
686
686
|
playing: backgroundPlaying,
|
|
687
687
|
muted: muted,
|
|
688
688
|
shouldLoad: mediaShouldLoad,
|
|
689
|
-
mediaRef: mediaRef
|
|
689
|
+
mediaRef: mediaRef,
|
|
690
|
+
withoutVideo: isPreview
|
|
690
691
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
691
692
|
width: width,
|
|
692
693
|
height: height
|
|
@@ -1345,7 +1346,8 @@ var QuizMultipleScreen = function QuizMultipleScreen(_ref) {
|
|
|
1345
1346
|
muted: muted,
|
|
1346
1347
|
shouldLoad: backgroundShouldLoad,
|
|
1347
1348
|
mediaRef: mediaRef,
|
|
1348
|
-
className: styles$2.background
|
|
1349
|
+
className: styles$2.background,
|
|
1350
|
+
withoutVideo: isPreview
|
|
1349
1351
|
}))) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
1350
1352
|
width: width,
|
|
1351
1353
|
height: height
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quiz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.213",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -52,17 +52,17 @@
|
|
|
52
52
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
53
53
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
54
54
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
55
|
-
"@micromag/core": "^0.3.
|
|
56
|
-
"@micromag/data": "^0.3.
|
|
57
|
-
"@micromag/element-background": "^0.3.
|
|
58
|
-
"@micromag/element-button": "^0.3.
|
|
59
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
60
|
-
"@micromag/element-container": "^0.3.
|
|
61
|
-
"@micromag/element-heading": "^0.3.
|
|
62
|
-
"@micromag/element-layout": "^0.3.
|
|
63
|
-
"@micromag/element-scroll": "^0.3.
|
|
64
|
-
"@micromag/element-text": "^0.3.
|
|
65
|
-
"@micromag/transforms": "^0.3.
|
|
55
|
+
"@micromag/core": "^0.3.213",
|
|
56
|
+
"@micromag/data": "^0.3.213",
|
|
57
|
+
"@micromag/element-background": "^0.3.213",
|
|
58
|
+
"@micromag/element-button": "^0.3.213",
|
|
59
|
+
"@micromag/element-call-to-action": "^0.3.213",
|
|
60
|
+
"@micromag/element-container": "^0.3.213",
|
|
61
|
+
"@micromag/element-heading": "^0.3.213",
|
|
62
|
+
"@micromag/element-layout": "^0.3.213",
|
|
63
|
+
"@micromag/element-scroll": "^0.3.213",
|
|
64
|
+
"@micromag/element-text": "^0.3.213",
|
|
65
|
+
"@micromag/transforms": "^0.3.213",
|
|
66
66
|
"classnames": "^2.2.6",
|
|
67
67
|
"lodash": "^4.17.21",
|
|
68
68
|
"prop-types": "^15.7.2",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "e7dcbfd9c59763758e35c37bacf6749e95c1cbac"
|
|
77
77
|
}
|