@micromag/screen-quiz 0.3.206 → 0.3.210

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 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.206",
3
+ "version": "0.3.210",
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.206",
56
- "@micromag/data": "^0.3.206",
57
- "@micromag/element-background": "^0.3.206",
58
- "@micromag/element-button": "^0.3.206",
59
- "@micromag/element-call-to-action": "^0.3.206",
60
- "@micromag/element-container": "^0.3.206",
61
- "@micromag/element-heading": "^0.3.206",
62
- "@micromag/element-layout": "^0.3.206",
63
- "@micromag/element-scroll": "^0.3.206",
64
- "@micromag/element-text": "^0.3.206",
65
- "@micromag/transforms": "^0.3.206",
55
+ "@micromag/core": "^0.3.209",
56
+ "@micromag/data": "^0.3.209",
57
+ "@micromag/element-background": "^0.3.210",
58
+ "@micromag/element-button": "^0.3.209",
59
+ "@micromag/element-call-to-action": "^0.3.209",
60
+ "@micromag/element-container": "^0.3.209",
61
+ "@micromag/element-heading": "^0.3.209",
62
+ "@micromag/element-layout": "^0.3.209",
63
+ "@micromag/element-scroll": "^0.3.209",
64
+ "@micromag/element-text": "^0.3.209",
65
+ "@micromag/transforms": "^0.3.209",
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": "ed021987825fdacbf30fa486cc4f9f55b414ae47"
76
+ "gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
77
77
  }