@micromag/screen-title 0.3.206 → 0.3.210
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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -179,7 +179,8 @@ var TitleScreen = function TitleScreen(_ref) {
|
|
|
179
179
|
playing: backgroundPlaying,
|
|
180
180
|
muted: muted,
|
|
181
181
|
shouldLoad: backgroundShouldLoad,
|
|
182
|
-
mediaRef: mediaRef
|
|
182
|
+
mediaRef: mediaRef,
|
|
183
|
+
withoutVideo: isPreview
|
|
183
184
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
184
185
|
width: width,
|
|
185
186
|
height: height
|
package/lib/index.js
CHANGED
|
@@ -200,7 +200,8 @@ var TitleScreen = function TitleScreen(_ref) {
|
|
|
200
200
|
playing: backgroundPlaying,
|
|
201
201
|
muted: muted,
|
|
202
202
|
shouldLoad: backgroundShouldLoad,
|
|
203
|
-
mediaRef: mediaRef
|
|
203
|
+
mediaRef: mediaRef,
|
|
204
|
+
withoutVideo: isPreview
|
|
204
205
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
205
206
|
width: width,
|
|
206
207
|
height: height
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-title",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.210",
|
|
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.209",
|
|
53
|
+
"@micromag/element-background": "^0.3.210",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.209",
|
|
55
|
+
"@micromag/element-container": "^0.3.209",
|
|
56
|
+
"@micromag/element-heading": "^0.3.209",
|
|
57
|
+
"@micromag/element-layout": "^0.3.209",
|
|
58
|
+
"@micromag/element-text": "^0.3.209",
|
|
59
|
+
"@micromag/transforms": "^0.3.209",
|
|
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": "2feb6654035cd1fefa1382d17ea31e42b7950292"
|
|
70
70
|
}
|