@micromag/screen-urbania-trivia 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 CHANGED
@@ -429,13 +429,15 @@ var UrbaniaTrivia = function UrbaniaTrivia(_ref) {
429
429
  height: height,
430
430
  resolution: resolution,
431
431
  playing: backgroundPlaying,
432
- shouldLoad: mediaShouldLoad
432
+ shouldLoad: mediaShouldLoad,
433
+ withoutVideo: isPreview
433
434
  }) : /*#__PURE__*/React.createElement(Background, {
434
435
  background: placeholderBackground,
435
436
  className: styles.background,
436
437
  width: width,
437
438
  height: height,
438
- resolution: resolution
439
+ resolution: resolution,
440
+ withoutVideo: isPreview
439
441
  }), /*#__PURE__*/React.createElement(Container, {
440
442
  width: width,
441
443
  height: height
package/lib/index.js CHANGED
@@ -449,13 +449,15 @@ var UrbaniaTrivia = function UrbaniaTrivia(_ref) {
449
449
  height: height,
450
450
  resolution: resolution,
451
451
  playing: backgroundPlaying,
452
- shouldLoad: mediaShouldLoad
452
+ shouldLoad: mediaShouldLoad,
453
+ withoutVideo: isPreview
453
454
  }) : /*#__PURE__*/React__default["default"].createElement(Background__default["default"], {
454
455
  background: placeholderBackground,
455
456
  className: styles.background,
456
457
  width: width,
457
458
  height: height,
458
- resolution: resolution
459
+ resolution: resolution,
460
+ withoutVideo: isPreview
459
461
  }), /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
460
462
  width: width,
461
463
  height: height
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-trivia",
3
- "version": "0.3.209",
3
+ "version": "0.3.213",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -50,16 +50,16 @@
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
52
  "@folklore/size": "^0.1.20",
53
- "@micromag/core": "^0.3.209",
54
- "@micromag/element-background": "^0.3.209",
55
- "@micromag/element-call-to-action": "^0.3.209",
56
- "@micromag/element-closed-captions": "^0.3.209",
57
- "@micromag/element-container": "^0.3.209",
58
- "@micromag/element-heading": "^0.3.209",
59
- "@micromag/element-image": "^0.3.209",
60
- "@micromag/element-media-controls": "^0.3.209",
61
- "@micromag/element-video": "^0.3.209",
62
- "@micromag/transforms": "^0.3.209",
53
+ "@micromag/core": "^0.3.213",
54
+ "@micromag/element-background": "^0.3.213",
55
+ "@micromag/element-call-to-action": "^0.3.213",
56
+ "@micromag/element-closed-captions": "^0.3.213",
57
+ "@micromag/element-container": "^0.3.213",
58
+ "@micromag/element-heading": "^0.3.213",
59
+ "@micromag/element-image": "^0.3.213",
60
+ "@micromag/element-media-controls": "^0.3.213",
61
+ "@micromag/element-video": "^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": "909d9ff44ec6bf543db9c75186cd223391a5f0cd"
72
+ "gitHead": "e7dcbfd9c59763758e35c37bacf6749e95c1cbac"
73
73
  }