@brndts/brndts-ads 1.13.3 → 1.13.5
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/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -80570,6 +80570,7 @@ var BasicAdRegion = /*#__PURE__*/ function(Region) {
|
|
80570
80570
|
deps
|
80571
80571
|
]);
|
80572
80572
|
_this.requestWithSize = true;
|
80573
|
+
_this.container.style.zIndex = "9999";
|
80573
80574
|
_this.content.view.remove();
|
80574
80575
|
_this.content = new StaticRegionContent2(_this.id, _this.plane, _this.box, ((_this_deps_config = _this.deps.config) === null || _this_deps_config === void 0 ? void 0 : (_this_deps_config_getAdsConfig_general = _this_deps_config.getAdsConfig().general) === null || _this_deps_config_getAdsConfig_general === void 0 ? void 0 : (_this_deps_config_getAdsConfig_general_debug_mode = _this_deps_config_getAdsConfig_general.debug_mode) === null || _this_deps_config_getAdsConfig_general_debug_mode === void 0 ? void 0 : _this_deps_config_getAdsConfig_general_debug_mode.value) ? _this.regionDescriptor.ctx : void 0);
|
80575
80576
|
_this.container.appendChild(_this.content.view);
|
@@ -80973,7 +80974,7 @@ var AdRegionsArea = /*#__PURE__*/ function() {
|
|
80973
80974
|
var region = diffRight[index2];
|
80974
80975
|
var provider = ContentProviderFactory.getProvider(this.context, this.context.config.get("ads").provider);
|
80975
80976
|
var plugins2 = [
|
80976
|
-
new RegionBorderPlugin(),
|
80977
|
+
// new RegionBorderPlugin(),
|
80977
80978
|
new RegionAnimationPlugin("OPACITY")
|
80978
80979
|
];
|
80979
80980
|
var newRegion = new BasicAdRegion(region.id, {
|
@@ -81414,7 +81415,7 @@ var BasicPresentationMode = /*#__PURE__*/ function() {
|
|
81414
81415
|
setTimeout(function() {
|
81415
81416
|
var _this_mediaElementSizeController;
|
81416
81417
|
(_this_mediaElementSizeController = _this.mediaElementSizeController) === null || _this_mediaElementSizeController === void 0 ? void 0 : _this_mediaElementSizeController.restore();
|
81417
|
-
},
|
81418
|
+
}, 500);
|
81418
81419
|
});
|
81419
81420
|
var resizeObserver = new ResizeObserver(function() {
|
81420
81421
|
_this.updatedContainerSize(_this.context.store.getState().fullscreen);
|