@micromag/screen-quote 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
|
@@ -161,7 +161,8 @@ var QuoteScreen = function QuoteScreen(_ref) {
|
|
|
161
161
|
playing: backgroundPlaying,
|
|
162
162
|
muted: muted,
|
|
163
163
|
shouldLoad: mediaShouldLoad,
|
|
164
|
-
mediaRef: mediaRef
|
|
164
|
+
mediaRef: mediaRef,
|
|
165
|
+
withoutVideo: isPreview
|
|
165
166
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
166
167
|
width: width,
|
|
167
168
|
height: height
|
package/lib/index.js
CHANGED
|
@@ -180,7 +180,8 @@ var QuoteScreen = function QuoteScreen(_ref) {
|
|
|
180
180
|
playing: backgroundPlaying,
|
|
181
181
|
muted: muted,
|
|
182
182
|
shouldLoad: mediaShouldLoad,
|
|
183
|
-
mediaRef: mediaRef
|
|
183
|
+
mediaRef: mediaRef,
|
|
184
|
+
withoutVideo: isPreview
|
|
184
185
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
185
186
|
width: width,
|
|
186
187
|
height: height
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quote",
|
|
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-layout": "^0.3.
|
|
57
|
-
"@micromag/element-quote": "^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-layout": "^0.3.209",
|
|
57
|
+
"@micromag/element-quote": "^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
|
}
|