@micromag/screen-gallery-feed 0.3.120 → 0.3.124
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 -2
- package/lib/index.js +3 -2
- package/package.json +12 -12
package/es/index.js
CHANGED
|
@@ -150,9 +150,10 @@ var GalleryFeedScreen = function GalleryFeedScreen(_ref) {
|
|
|
150
150
|
}, /*#__PURE__*/React.createElement(Visual, Object.assign({}, finalImage, {
|
|
151
151
|
width: firstImageRefWidth,
|
|
152
152
|
resolution: resolution,
|
|
153
|
-
onLoaded: onImageLoaded,
|
|
154
153
|
playing: backgroundPlaying,
|
|
155
|
-
|
|
154
|
+
active: active,
|
|
155
|
+
shouldLoad: mediaShouldLoad,
|
|
156
|
+
onLoaded: onImageLoaded
|
|
156
157
|
}))));
|
|
157
158
|
var captionElement = null;
|
|
158
159
|
|
package/lib/index.js
CHANGED
|
@@ -172,9 +172,10 @@ var GalleryFeedScreen = function GalleryFeedScreen(_ref) {
|
|
|
172
172
|
}, /*#__PURE__*/React__default["default"].createElement(Visual__default["default"], Object.assign({}, finalImage, {
|
|
173
173
|
width: firstImageRefWidth,
|
|
174
174
|
resolution: resolution,
|
|
175
|
-
onLoaded: onImageLoaded,
|
|
176
175
|
playing: backgroundPlaying,
|
|
177
|
-
|
|
176
|
+
active: active,
|
|
177
|
+
shouldLoad: mediaShouldLoad,
|
|
178
|
+
onLoaded: onImageLoaded
|
|
178
179
|
}))));
|
|
179
180
|
var captionElement = null;
|
|
180
181
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-gallery-feed",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.124",
|
|
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/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-scroll": "^0.3.
|
|
58
|
-
"@micromag/element-stack": "^0.3.
|
|
59
|
-
"@micromag/element-text": "^0.3.
|
|
60
|
-
"@micromag/element-visual": "^0.3.
|
|
61
|
-
"@micromag/transforms": "^0.3.
|
|
52
|
+
"@micromag/core": "^0.3.124",
|
|
53
|
+
"@micromag/element-background": "^0.3.124",
|
|
54
|
+
"@micromag/element-call-to-action": "^0.3.124",
|
|
55
|
+
"@micromag/element-container": "^0.3.124",
|
|
56
|
+
"@micromag/element-layout": "^0.3.124",
|
|
57
|
+
"@micromag/element-scroll": "^0.3.124",
|
|
58
|
+
"@micromag/element-stack": "^0.3.124",
|
|
59
|
+
"@micromag/element-text": "^0.3.124",
|
|
60
|
+
"@micromag/element-visual": "^0.3.124",
|
|
61
|
+
"@micromag/transforms": "^0.3.124",
|
|
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": "9050944df1d66cae14e04a771f739e2743894fb8"
|
|
72
72
|
}
|