@micromag/screen-urbania-trivia 0.3.193 → 0.3.198

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
@@ -402,7 +402,7 @@ var UrbaniaTrivia = function UrbaniaTrivia(_ref) {
402
402
  onEnded: onEnded,
403
403
  focusable: current && isView,
404
404
  shouldLoad: mediaShouldLoad
405
- })), !isPlaceholder ? /*#__PURE__*/React.createElement("div", {
405
+ })), current && !isPlaceholder ? /*#__PURE__*/React.createElement("div", {
406
406
  key: "bottom-content",
407
407
  className: styles.bottomContent,
408
408
  style: {
package/lib/index.js CHANGED
@@ -422,7 +422,7 @@ var UrbaniaTrivia = function UrbaniaTrivia(_ref) {
422
422
  onEnded: onEnded,
423
423
  focusable: current && isView,
424
424
  shouldLoad: mediaShouldLoad
425
- })), !isPlaceholder ? /*#__PURE__*/React__default["default"].createElement("div", {
425
+ })), current && !isPlaceholder ? /*#__PURE__*/React__default["default"].createElement("div", {
426
426
  key: "bottom-content",
427
427
  className: styles.bottomContent,
428
428
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-trivia",
3
- "version": "0.3.193",
3
+ "version": "0.3.198",
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.190",
54
- "@micromag/element-background": "^0.3.193",
55
- "@micromag/element-call-to-action": "^0.3.190",
56
- "@micromag/element-closed-captions": "^0.3.190",
57
- "@micromag/element-container": "^0.3.190",
58
- "@micromag/element-heading": "^0.3.190",
59
- "@micromag/element-image": "^0.3.190",
60
- "@micromag/element-media-controls": "^0.3.190",
61
- "@micromag/element-video": "^0.3.193",
62
- "@micromag/transforms": "^0.3.190",
53
+ "@micromag/core": "^0.3.196",
54
+ "@micromag/element-background": "^0.3.198",
55
+ "@micromag/element-call-to-action": "^0.3.196",
56
+ "@micromag/element-closed-captions": "^0.3.196",
57
+ "@micromag/element-container": "^0.3.196",
58
+ "@micromag/element-heading": "^0.3.196",
59
+ "@micromag/element-image": "^0.3.196",
60
+ "@micromag/element-media-controls": "^0.3.196",
61
+ "@micromag/element-video": "^0.3.198",
62
+ "@micromag/transforms": "^0.3.196",
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": "baa77c4946627fec9822955390e547ad8639f07f"
72
+ "gitHead": "1aba9d8d7585194940b790d71203dff154831f74"
73
73
  }