@folklore/ads 0.0.106 → 0.0.107

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/cjs.js CHANGED
@@ -1327,7 +1327,7 @@ function Ad(_ref) {
1327
1327
  adStyle = minimumSize;
1328
1328
  }
1329
1329
  let containerStyle = null;
1330
- if (disabled) {
1330
+ if (disabled && !keepSize) {
1331
1331
  containerStyle = {
1332
1332
  display: 'none',
1333
1333
  visibility: 'hidden'
package/dist/es.js CHANGED
@@ -1325,7 +1325,7 @@ function Ad(_ref) {
1325
1325
  adStyle = minimumSize;
1326
1326
  }
1327
1327
  let containerStyle = null;
1328
- if (disabled) {
1328
+ if (disabled && !keepSize) {
1329
1329
  containerStyle = {
1330
1330
  display: 'none',
1331
1331
  visibility: 'hidden'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@folklore/ads",
3
- "version": "0.0.106",
3
+ "version": "0.0.107",
4
4
  "description": "Ads library",
5
5
  "keywords": [
6
6
  "javascript",
@@ -50,7 +50,7 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "5dcc85d03e017aecc2d19a4fa174382ece4a3225",
53
+ "gitHead": "2c32db6e447e8382323444a3404d7f123637ca47",
54
54
  "dependencies": {
55
55
  "@folklore/hooks": "^0.0.72",
56
56
  "@folklore/tracking": "^0.0.29",