@micromag/screen-slideshow 0.3.209 → 0.3.213
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 +3 -1
- package/lib/index.js +3 -1
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -156,6 +156,7 @@ var SlideshowScreen = function SlideshowScreen(_ref) {
|
|
|
156
156
|
},
|
|
157
157
|
playing: backgroundPlaying,
|
|
158
158
|
active: active,
|
|
159
|
+
withoutVideo: isPreview,
|
|
159
160
|
onLoaded: onImageLoaded
|
|
160
161
|
})) : null))), withCaptions ? /*#__PURE__*/React.createElement(Transitions, {
|
|
161
162
|
transitions: transitions,
|
|
@@ -189,7 +190,8 @@ var SlideshowScreen = function SlideshowScreen(_ref) {
|
|
|
189
190
|
height: height,
|
|
190
191
|
resolution: resolution,
|
|
191
192
|
playing: backgroundPlaying,
|
|
192
|
-
shouldLoad: mediaShouldLoad
|
|
193
|
+
shouldLoad: mediaShouldLoad,
|
|
194
|
+
withoutVideo: isPreview
|
|
193
195
|
}) : null, /*#__PURE__*/React.createElement(Container, {
|
|
194
196
|
width: width,
|
|
195
197
|
height: height
|
package/lib/index.js
CHANGED
|
@@ -173,6 +173,7 @@ var SlideshowScreen = function SlideshowScreen(_ref) {
|
|
|
173
173
|
},
|
|
174
174
|
playing: backgroundPlaying,
|
|
175
175
|
active: active,
|
|
176
|
+
withoutVideo: isPreview,
|
|
176
177
|
onLoaded: onImageLoaded
|
|
177
178
|
})) : null))), withCaptions ? /*#__PURE__*/React__default["default"].createElement(components.Transitions, {
|
|
178
179
|
transitions: transitions,
|
|
@@ -206,7 +207,8 @@ var SlideshowScreen = function SlideshowScreen(_ref) {
|
|
|
206
207
|
height: height,
|
|
207
208
|
resolution: resolution,
|
|
208
209
|
playing: backgroundPlaying,
|
|
209
|
-
shouldLoad: mediaShouldLoad
|
|
210
|
+
shouldLoad: mediaShouldLoad,
|
|
211
|
+
withoutVideo: isPreview
|
|
210
212
|
}) : null, /*#__PURE__*/React__default["default"].createElement(Container__default["default"], {
|
|
211
213
|
width: width,
|
|
212
214
|
height: height
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-slideshow",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.213",
|
|
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-text": "^0.3.
|
|
58
|
-
"@micromag/element-visual": "^0.3.
|
|
59
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.213",
|
|
53
|
+
"@micromag/element-background": "^0.3.213",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.213",
|
|
55
|
+
"@micromag/element-container": "^0.3.213",
|
|
56
|
+
"@micromag/element-layout": "^0.3.213",
|
|
57
|
+
"@micromag/element-text": "^0.3.213",
|
|
58
|
+
"@micromag/element-visual": "^0.3.213",
|
|
59
|
+
"@micromag/transforms": "^0.3.213",
|
|
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": "e7dcbfd9c59763758e35c37bacf6749e95c1cbac"
|
|
70
70
|
}
|