@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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +10 -10
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
|
|
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
|
|
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.
|
|
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.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
55
|
-
"@micromag/element-container": "^0.3.
|
|
56
|
-
"@micromag/element-heading": "^0.3.
|
|
57
|
-
"@micromag/element-layout": "^0.3.
|
|
58
|
-
"@micromag/element-text": "^0.3.
|
|
59
|
-
"@micromag/transforms": "^0.3.
|
|
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": "
|
|
69
|
+
"gitHead": "865842ef7fbdc41f89dd0891857989ded63d44c4"
|
|
70
70
|
}
|