@micromag/screen-title 0.3.105 → 0.3.106

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
@@ -123,7 +123,7 @@ var TitleScreen = function TitleScreen(_ref) {
123
123
  var transitionPlaying = current;
124
124
  var transitionDisabled = isStatic || isCapture || isPlaceholder || isPreview || isEdit;
125
125
  var backgroundPlaying = current && (isView || isEdit);
126
- var backgroundShouldLoad = current || active || !isView;
126
+ var backgroundShouldLoad = current || active;
127
127
  var hasCallToAction = callToAction !== null && callToAction.active === true;
128
128
  var titleElement = /*#__PURE__*/React.createElement(ScreenElement, {
129
129
  key: "title",
package/lib/index.js CHANGED
@@ -144,7 +144,7 @@ var TitleScreen = function TitleScreen(_ref) {
144
144
  var transitionPlaying = current;
145
145
  var transitionDisabled = isStatic || isCapture || isPlaceholder || isPreview || isEdit;
146
146
  var backgroundPlaying = current && (isView || isEdit);
147
- var backgroundShouldLoad = current || active || !isView;
147
+ var backgroundShouldLoad = current || active;
148
148
  var hasCallToAction = callToAction !== null && callToAction.active === true;
149
149
  var titleElement = /*#__PURE__*/React__default["default"].createElement(components.ScreenElement, {
150
150
  key: "title",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-title",
3
- "version": "0.3.105",
3
+ "version": "0.3.106",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -49,14 +49,14 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@babel/runtime": "^7.13.10",
52
- "@micromag/core": "^0.3.105",
53
- "@micromag/element-background": "^0.3.105",
54
- "@micromag/element-call-to-action": "^0.3.105",
55
- "@micromag/element-container": "^0.3.105",
56
- "@micromag/element-heading": "^0.3.105",
57
- "@micromag/element-layout": "^0.3.105",
58
- "@micromag/element-text": "^0.3.105",
59
- "@micromag/transforms": "^0.3.105",
52
+ "@micromag/core": "^0.3.106",
53
+ "@micromag/element-background": "^0.3.106",
54
+ "@micromag/element-call-to-action": "^0.3.106",
55
+ "@micromag/element-container": "^0.3.106",
56
+ "@micromag/element-heading": "^0.3.106",
57
+ "@micromag/element-layout": "^0.3.106",
58
+ "@micromag/element-text": "^0.3.106",
59
+ "@micromag/transforms": "^0.3.106",
60
60
  "classnames": "^2.2.6",
61
61
  "lodash": "^4.17.21",
62
62
  "prop-types": "^15.7.2",
@@ -66,5 +66,5 @@
66
66
  "publishConfig": {
67
67
  "access": "public"
68
68
  },
69
- "gitHead": "fb6c28846c08f30c035ebbc162a4135b8b4d42a5"
69
+ "gitHead": "865842ef7fbdc41f89dd0891857989ded63d44c4"
70
70
  }