pro-gallery 4.0.15-beta.260 → 4.0.15-beta.261
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.
|
@@ -484,7 +484,7 @@ var GalleryContainer = /** @class */ (function (_super) {
|
|
|
484
484
|
GalleryContainer.prototype.componentDidUpdate = function (prevProps, prevState) {
|
|
485
485
|
// in order to update when container is available
|
|
486
486
|
this.setVisibilityIfNeeded(prevProps, prevState);
|
|
487
|
-
if (this.props.isPrerenderMode !==
|
|
487
|
+
if (this.props.isPrerenderMode !== prevProps.isPrerenderMode) {
|
|
488
488
|
var body = document.body, html = document.documentElement;
|
|
489
489
|
var viewportHeight = pro_gallery_lib_1.window.innerHeight;
|
|
490
490
|
var height = Math.max(body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight);
|
|
@@ -481,7 +481,7 @@ var GalleryContainer = /** @class */ (function (_super) {
|
|
|
481
481
|
GalleryContainer.prototype.componentDidUpdate = function (prevProps, prevState) {
|
|
482
482
|
// in order to update when container is available
|
|
483
483
|
this.setVisibilityIfNeeded(prevProps, prevState);
|
|
484
|
-
if (this.props.isPrerenderMode !==
|
|
484
|
+
if (this.props.isPrerenderMode !== prevProps.isPrerenderMode) {
|
|
485
485
|
var body = document.body, html = document.documentElement;
|
|
486
486
|
var viewportHeight = window.innerHeight;
|
|
487
487
|
var height = Math.max(body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight);
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
"affectsGlobalScope": false
|
|
983
983
|
},
|
|
984
984
|
"../src/components/gallery/proGallery/galleryContainer.js": {
|
|
985
|
-
"version": "
|
|
985
|
+
"version": "624cbe849ee16f836ac76e04bed72ea9586e53592d38ab3a56955d6036e6d903",
|
|
986
986
|
"signature": "c6e7e71720b86f3f5cc64ed7994f79ef9cf220e92cc1603d1f752d168d7fae65",
|
|
987
987
|
"affectsGlobalScope": false
|
|
988
988
|
},
|
|
@@ -982,7 +982,7 @@
|
|
|
982
982
|
"affectsGlobalScope": false
|
|
983
983
|
},
|
|
984
984
|
"../src/components/gallery/proGallery/galleryContainer.js": {
|
|
985
|
-
"version": "
|
|
985
|
+
"version": "624cbe849ee16f836ac76e04bed72ea9586e53592d38ab3a56955d6036e6d903",
|
|
986
986
|
"signature": "c6e7e71720b86f3f5cc64ed7994f79ef9cf220e92cc1603d1f752d168d7fae65",
|
|
987
987
|
"affectsGlobalScope": false
|
|
988
988
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"private": false,
|
|
3
3
|
"name": "pro-gallery",
|
|
4
|
-
"version": "4.0.15-beta.
|
|
4
|
+
"version": "4.0.15-beta.261",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"./src/components/styles/gallery.scss"
|
|
7
7
|
],
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@vimeo/player": "2.8.2",
|
|
41
41
|
"hls.js": "^1.1.5",
|
|
42
|
-
"pro-gallery-blueprints": "4.0.15-beta.
|
|
43
|
-
"pro-gallery-lib": "4.0.15-beta.
|
|
44
|
-
"pro-layouts": "4.0.15-beta.
|
|
42
|
+
"pro-gallery-blueprints": "4.0.15-beta.261",
|
|
43
|
+
"pro-gallery-lib": "4.0.15-beta.261",
|
|
44
|
+
"pro-layouts": "4.0.15-beta.261",
|
|
45
45
|
"react-player": "^2.6.2"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"<rootDir>/tests/environment-setup.js"
|
|
99
99
|
]
|
|
100
100
|
},
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "e8ab3be93857e989eb32486e871c95a6cd0108df"
|
|
102
102
|
}
|