@brndts/brndts-ads 1.13.3 → 1.13.4
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.css +1 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -81087,7 +81087,7 @@ var AdRegionsArea = /*#__PURE__*/ function() {
|
|
81087
81087
|
var region = diffRight[index2];
|
81088
81088
|
var provider = ContentProviderFactory.getProvider(this.context, this.context.config.get("ads").provider);
|
81089
81089
|
var plugins2 = [
|
81090
|
-
new RegionBorderPlugin(),
|
81090
|
+
// new RegionBorderPlugin(),
|
81091
81091
|
new RegionAnimationPlugin("OPACITY")
|
81092
81092
|
];
|
81093
81093
|
var newRegion = new BasicAdRegion(region.id, {
|