@micromag/screen-ranking 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 +12 -12
package/es/index.js
CHANGED
|
@@ -210,7 +210,8 @@ var RankingScreen = function RankingScreen(_ref) {
|
|
|
210
210
|
playing: backgroundPlaying,
|
|
211
211
|
muted: muted,
|
|
212
212
|
shouldLoad: mediaShouldLoad,
|
|
213
|
-
mediaRef: mediaRef
|
|
213
|
+
mediaRef: mediaRef,
|
|
214
|
+
withoutVideo: isPreview
|
|
214
215
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
215
216
|
width: width,
|
|
216
217
|
height: height
|
package/lib/index.js
CHANGED
|
@@ -231,7 +231,8 @@ var RankingScreen = function RankingScreen(_ref) {
|
|
|
231
231
|
playing: backgroundPlaying,
|
|
232
232
|
muted: muted,
|
|
233
233
|
shouldLoad: mediaShouldLoad,
|
|
234
|
-
mediaRef: mediaRef
|
|
234
|
+
mediaRef: mediaRef,
|
|
235
|
+
withoutVideo: isPreview
|
|
235
236
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
236
237
|
width: width,
|
|
237
238
|
height: height
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-ranking",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.210",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/data": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
-
"@micromag/element-container": "^0.3.
|
|
57
|
-
"@micromag/element-heading": "^0.3.
|
|
58
|
-
"@micromag/element-layout": "^0.3.
|
|
59
|
-
"@micromag/element-scroll": "^0.3.
|
|
60
|
-
"@micromag/element-text": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.209",
|
|
53
|
+
"@micromag/data": "^0.3.209",
|
|
54
|
+
"@micromag/element-background": "^0.3.210",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.209",
|
|
56
|
+
"@micromag/element-container": "^0.3.209",
|
|
57
|
+
"@micromag/element-heading": "^0.3.209",
|
|
58
|
+
"@micromag/element-layout": "^0.3.209",
|
|
59
|
+
"@micromag/element-scroll": "^0.3.209",
|
|
60
|
+
"@micromag/element-text": "^0.3.209",
|
|
61
|
+
"@micromag/transforms": "^0.3.209",
|
|
62
62
|
"classnames": "^2.2.6",
|
|
63
63
|
"lodash": "^4.17.21",
|
|
64
64
|
"prop-types": "^15.7.2",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"access": "public"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "2feb6654035cd1fefa1382d17ea31e42b7950292"
|
|
72
72
|
}
|