@micromag/screen-text 0.3.100 → 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 +14 -14
package/es/index.js
CHANGED
|
@@ -98,7 +98,7 @@ var TextScreen = function TextScreen(_ref) {
|
|
|
98
98
|
var transitionPlaying = current;
|
|
99
99
|
var transitionDisabled = isStatic || isCapture || isPlaceholder || isPreview || isEdit;
|
|
100
100
|
var backgroundPlaying = current && (isView || isEdit);
|
|
101
|
-
var backgroundShouldLoad = current || active
|
|
101
|
+
var backgroundShouldLoad = current || active;
|
|
102
102
|
var hasCallToAction = callToAction !== null && callToAction.active === true; // Create elements
|
|
103
103
|
|
|
104
104
|
var items = [!isPlaceholder && hasCallToAction && isMiddleLayout ? /*#__PURE__*/React.createElement(Spacer, {
|
package/lib/index.js
CHANGED
|
@@ -118,7 +118,7 @@ var TextScreen = function TextScreen(_ref) {
|
|
|
118
118
|
var transitionPlaying = current;
|
|
119
119
|
var transitionDisabled = isStatic || isCapture || isPlaceholder || isPreview || isEdit;
|
|
120
120
|
var backgroundPlaying = current && (isView || isEdit);
|
|
121
|
-
var backgroundShouldLoad = current || active
|
|
121
|
+
var backgroundShouldLoad = current || active;
|
|
122
122
|
var hasCallToAction = callToAction !== null && callToAction.active === true; // Create elements
|
|
123
123
|
|
|
124
124
|
var items = [!isPlaceholder && hasCallToAction && isMiddleLayout ? /*#__PURE__*/React__default["default"].createElement(Layout.Spacer, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-text",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.106",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -40,23 +40,23 @@
|
|
|
40
40
|
"prepare": "../../scripts/prepare-package.sh"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"react": "^16.8.0 || ^17.0.0",
|
|
44
|
-
"react-dom": "^16.8.0 || ^17.0.0"
|
|
43
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
44
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"react": "^16.8.0 || ^17.0.0",
|
|
48
|
-
"react-dom": "^16.8.0 || ^17.0.0"
|
|
47
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
48
|
+
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
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
|
}
|