@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.mjs
CHANGED
@@ -80681,6 +80681,7 @@ var BasicAdRegion = /*#__PURE__*/ function(Region) {
|
|
80681
80681
|
deps
|
80682
80682
|
]);
|
80683
80683
|
_this.requestWithSize = true;
|
80684
|
+
_this.container.style.zIndex = "9999";
|
80684
80685
|
_this.content.view.remove();
|
80685
80686
|
_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);
|
80686
80687
|
_this.container.appendChild(_this.content.view);
|
@@ -81087,7 +81088,7 @@ var AdRegionsArea = /*#__PURE__*/ function() {
|
|
81087
81088
|
var region = diffRight[index2];
|
81088
81089
|
var provider = ContentProviderFactory.getProvider(this.context, this.context.config.get("ads").provider);
|
81089
81090
|
var plugins2 = [
|
81090
|
-
new RegionBorderPlugin(),
|
81091
|
+
// new RegionBorderPlugin(),
|
81091
81092
|
new RegionAnimationPlugin("OPACITY")
|
81092
81093
|
];
|
81093
81094
|
var newRegion = new BasicAdRegion(region.id, {
|
@@ -81531,7 +81532,7 @@ var BasicPresentationMode = /*#__PURE__*/ function() {
|
|
81531
81532
|
setTimeout(function() {
|
81532
81533
|
var _this_mediaElementSizeController;
|
81533
81534
|
(_this_mediaElementSizeController = _this.mediaElementSizeController) === null || _this_mediaElementSizeController === void 0 ? void 0 : _this_mediaElementSizeController.restore();
|
81534
|
-
},
|
81535
|
+
}, 500);
|
81535
81536
|
});
|
81536
81537
|
var resizeObserver = new ResizeObserver(function() {
|
81537
81538
|
_this.updatedContainerSize(_this.context.store.getState().fullscreen);
|