@mjhls/mjh-framework 1.0.691-beta.6 → 1.0.691-beta.7
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/ADGutter.js +3 -2
- package/dist/cjs/{ADInfeed-fd8c792f.js → ADInfeed-13f9664d.js} +3 -2
- package/dist/cjs/ADSkyscraper.js +3 -2
- package/dist/cjs/ADSponsoredResources.js +3 -2
- package/dist/cjs/ADWebcast.js +3 -2
- package/dist/cjs/{ADlgInfeed-40259fe0.js → ADlgInfeed-1520d505.js} +3 -2
- package/dist/cjs/AdSlot.js +1 -2
- package/dist/cjs/DeckContent.js +2 -1
- package/dist/cjs/ExternalResources.js +1 -1
- package/dist/cjs/GridContent.js +4 -2
- package/dist/cjs/IssueLanding.js +2 -2
- package/dist/cjs/MasterDeck.js +4 -2
- package/dist/cjs/PartnerDetailListing.js +3 -3
- package/dist/cjs/QueueDeckExpanded.js +4 -2
- package/dist/cjs/View.js +1 -1
- package/dist/cjs/getSerializers.js +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/esm/ADGutter.js +3 -2
- package/dist/esm/{ADInfeed-af6b0616.js → ADInfeed-63798269.js} +3 -2
- package/dist/esm/ADSkyscraper.js +3 -2
- package/dist/esm/ADSponsoredResources.js +3 -2
- package/dist/esm/ADWebcast.js +3 -2
- package/dist/esm/{ADlgInfeed-27ba8238.js → ADlgInfeed-ea0e136c.js} +3 -2
- package/dist/esm/AdSlot.js +1 -2
- package/dist/esm/DeckContent.js +2 -1
- package/dist/esm/ExternalResources.js +1 -1
- package/dist/esm/GridContent.js +4 -2
- package/dist/esm/IssueLanding.js +2 -2
- package/dist/esm/MasterDeck.js +4 -2
- package/dist/esm/PartnerDetailListing.js +3 -3
- package/dist/esm/QueueDeckExpanded.js +4 -2
- package/dist/esm/View.js +1 -1
- package/dist/esm/getSerializers.js +1 -1
- package/dist/esm/index.js +3 -3
- package/package.json +1 -1
- /package/dist/cjs/{index-1735f801.js → index-973d14f9.js} +0 -0
- /package/dist/esm/{index-273cc821.js → index-385c2469.js} +0 -0
package/dist/cjs/ADGutter.js
CHANGED
|
@@ -125,8 +125,9 @@ var ADGutter = function ADGutter(_ref) {
|
|
|
125
125
|
networkID: networkID,
|
|
126
126
|
sizes: sizes,
|
|
127
127
|
adUnit: adUnit,
|
|
128
|
-
targeting: adTargeting
|
|
129
|
-
|
|
128
|
+
targeting: adTargeting
|
|
129
|
+
/* Passing refresh flag */
|
|
130
|
+
, refreshFlag: refreshFlag
|
|
130
131
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
131
132
|
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
132
133
|
})
|
|
@@ -80,8 +80,9 @@ var ADInfeed = function ADInfeed(_ref) {
|
|
|
80
80
|
targeting: targeting,
|
|
81
81
|
sizes: sizes
|
|
82
82
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
83
|
-
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
84
|
-
|
|
83
|
+
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
84
|
+
/* Passing refresh flag */
|
|
85
|
+
, refreshFlag: refreshFlag
|
|
85
86
|
})
|
|
86
87
|
),
|
|
87
88
|
React__default.createElement(
|
package/dist/cjs/ADSkyscraper.js
CHANGED
|
@@ -128,8 +128,9 @@ var ADSkyscraper = function ADSkyscraper(_ref) {
|
|
|
128
128
|
networkID: networkID,
|
|
129
129
|
sizes: sizes,
|
|
130
130
|
adUnit: adUnit,
|
|
131
|
-
targeting: adTargeting
|
|
132
|
-
|
|
131
|
+
targeting: adTargeting
|
|
132
|
+
/* Passing refresh flag */
|
|
133
|
+
, refreshFlag: refreshFlag
|
|
133
134
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
134
135
|
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
135
136
|
})
|
|
@@ -123,8 +123,9 @@ var ADSponsoredResources = function ADSponsoredResources(_ref) {
|
|
|
123
123
|
networkID: networkID,
|
|
124
124
|
sizes: sizes,
|
|
125
125
|
adUnit: adUnit,
|
|
126
|
-
targeting: adTargeting
|
|
127
|
-
|
|
126
|
+
targeting: adTargeting
|
|
127
|
+
/* Passing refresh flag */
|
|
128
|
+
, refreshFlag: refreshFlag
|
|
128
129
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
129
130
|
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
130
131
|
})
|
package/dist/cjs/ADWebcast.js
CHANGED
|
@@ -129,8 +129,9 @@ var ADWebcast = function ADWebcast(_ref) {
|
|
|
129
129
|
// To show AD from screenwidth >= 1200
|
|
130
130
|
, sizeMapping: [{ viewport: [1200, 0], sizes: sizes }, { viewport: [0, 0], sizes: [0, 0] }],
|
|
131
131
|
adUnit: adUnit,
|
|
132
|
-
targeting: adTargeting
|
|
133
|
-
|
|
132
|
+
targeting: adTargeting
|
|
133
|
+
/* Passing refresh flag */
|
|
134
|
+
, refreshFlag: refreshFlag
|
|
134
135
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
135
136
|
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
136
137
|
})
|
|
@@ -76,8 +76,9 @@ var ADlgInfeed = function ADlgInfeed(props) {
|
|
|
76
76
|
targeting: targeting,
|
|
77
77
|
sizes: sizes
|
|
78
78
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
79
|
-
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
80
|
-
|
|
79
|
+
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
80
|
+
/* Passing refresh flag */
|
|
81
|
+
, refreshFlag: refreshFlag
|
|
81
82
|
}),
|
|
82
83
|
React__default.createElement(
|
|
83
84
|
'style',
|
package/dist/cjs/AdSlot.js
CHANGED
|
@@ -44,7 +44,7 @@ var DFPAdSlot = function DFPAdSlot(_ref) {
|
|
|
44
44
|
adRendered = _useState2[0],
|
|
45
45
|
setAdRendered = _useState2[1];
|
|
46
46
|
|
|
47
|
-
var _useState3 = React.useState(
|
|
47
|
+
var _useState3 = React.useState(false),
|
|
48
48
|
_useState4 = slicedToArray._slicedToArray(_useState3, 2),
|
|
49
49
|
adRefreshable = _useState4[0],
|
|
50
50
|
setAdRefreshable = _useState4[1];
|
|
@@ -154,7 +154,6 @@ var DFPAdSlot = function DFPAdSlot(_ref) {
|
|
|
154
154
|
},
|
|
155
155
|
onSlotVisibilityChanged: handleVisibilityChange,
|
|
156
156
|
shouldRefresh: function shouldRefresh(event) {
|
|
157
|
-
event.onSlotVisibilityChanged();
|
|
158
157
|
if (adRendered && adRefreshable && refreshFlag) return true;else return false;
|
|
159
158
|
}
|
|
160
159
|
})
|
package/dist/cjs/DeckContent.js
CHANGED
|
@@ -44,7 +44,7 @@ require('./_set-species-f92c67c5.js');
|
|
|
44
44
|
require('./Segment.js');
|
|
45
45
|
require('./Beam.js');
|
|
46
46
|
require('./AdSlot.js');
|
|
47
|
-
var ADInfeed = require('./ADInfeed-
|
|
47
|
+
var ADInfeed = require('./ADInfeed-13f9664d.js');
|
|
48
48
|
|
|
49
49
|
var DeckContent = function (_React$Component) {
|
|
50
50
|
inherits._inherits(DeckContent, _React$Component);
|
|
@@ -273,6 +273,7 @@ var DeckContent = function (_React$Component) {
|
|
|
273
273
|
document_url: brandInsight.targeting.document_url
|
|
274
274
|
},
|
|
275
275
|
_type: 'BrandInsight',
|
|
276
|
+
/* Passing refresh flag */
|
|
276
277
|
refreshFlag: brandInsight.refreshFlag ? brandInsight.refreshFlag : false
|
|
277
278
|
};
|
|
278
279
|
|
|
@@ -46,7 +46,7 @@ require('./GroupDeck.js');
|
|
|
46
46
|
require('react-bootstrap');
|
|
47
47
|
var Button = _interopDefault(require('react-bootstrap/Button'));
|
|
48
48
|
var index$3 = require('./index-3294d3bc.js');
|
|
49
|
-
var getSerializers = require('./index-
|
|
49
|
+
var getSerializers = require('./index-973d14f9.js');
|
|
50
50
|
require('./util-f2c1b65b.js');
|
|
51
51
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
52
52
|
require('react-bootstrap/Pagination');
|
package/dist/cjs/GridContent.js
CHANGED
|
@@ -44,9 +44,9 @@ require('./_set-species-f92c67c5.js');
|
|
|
44
44
|
require('./Segment.js');
|
|
45
45
|
require('./Beam.js');
|
|
46
46
|
require('./AdSlot.js');
|
|
47
|
-
var ADInfeed = require('./ADInfeed-
|
|
47
|
+
var ADInfeed = require('./ADInfeed-13f9664d.js');
|
|
48
48
|
var lodash = require('./lodash-7fd85bcf.js');
|
|
49
|
-
var ADlgInfeed = require('./ADlgInfeed-
|
|
49
|
+
var ADlgInfeed = require('./ADlgInfeed-1520d505.js');
|
|
50
50
|
var getContentCategory = require('./getContentCategory-f38a4c00.js');
|
|
51
51
|
var get = require('./get-68c52cb1.js');
|
|
52
52
|
require('./AD.js');
|
|
@@ -393,6 +393,7 @@ var GridContent = function (_React$Component) {
|
|
|
393
393
|
content_placement: brandInsight.targeting.content_placement,
|
|
394
394
|
document_url: brandInsight.targeting.document_url
|
|
395
395
|
},
|
|
396
|
+
/* Passing refresh flag */
|
|
396
397
|
refreshFlag: brandInsight.refreshFlag ? brandInsight.refreshFlag : false
|
|
397
398
|
};
|
|
398
399
|
var chunks = lodash.lodash.chunk(data, 6).map(function (chunk) {
|
|
@@ -431,6 +432,7 @@ var GridContent = function (_React$Component) {
|
|
|
431
432
|
document_url: brandInsight.targeting.document_url
|
|
432
433
|
},
|
|
433
434
|
_type: 'brandInsightAd',
|
|
435
|
+
/* Passing refresh flag */
|
|
434
436
|
refreshFlag: brandInsight.refreshFlag ? brandInsight.refreshFlag : false
|
|
435
437
|
};
|
|
436
438
|
|
package/dist/cjs/IssueLanding.js
CHANGED
|
@@ -35,9 +35,9 @@ require('./_set-species-f92c67c5.js');
|
|
|
35
35
|
require('./Segment.js');
|
|
36
36
|
require('./Beam.js');
|
|
37
37
|
require('./AdSlot.js');
|
|
38
|
-
require('./ADInfeed-
|
|
38
|
+
require('./ADInfeed-13f9664d.js');
|
|
39
39
|
require('./lodash-7fd85bcf.js');
|
|
40
|
-
require('./ADlgInfeed-
|
|
40
|
+
require('./ADlgInfeed-1520d505.js');
|
|
41
41
|
require('./getContentCategory-f38a4c00.js');
|
|
42
42
|
require('./AuthorComponent-bb831b74.js');
|
|
43
43
|
require('react-bootstrap');
|
package/dist/cjs/MasterDeck.js
CHANGED
|
@@ -42,9 +42,9 @@ require('./_set-species-f92c67c5.js');
|
|
|
42
42
|
require('./Segment.js');
|
|
43
43
|
require('./Beam.js');
|
|
44
44
|
require('./AdSlot.js');
|
|
45
|
-
var ADInfeed = require('./ADInfeed-
|
|
45
|
+
var ADInfeed = require('./ADInfeed-13f9664d.js');
|
|
46
46
|
var lodash = require('./lodash-7fd85bcf.js');
|
|
47
|
-
var ADlgInfeed = require('./ADlgInfeed-
|
|
47
|
+
var ADlgInfeed = require('./ADlgInfeed-1520d505.js');
|
|
48
48
|
|
|
49
49
|
var MasterDeck = function (_React$Component) {
|
|
50
50
|
inherits._inherits(MasterDeck, _React$Component);
|
|
@@ -274,6 +274,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
274
274
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
275
275
|
document_url: brandInsightAd.targeting.document_url
|
|
276
276
|
},
|
|
277
|
+
/* Passing refresh flag */
|
|
277
278
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
278
279
|
};
|
|
279
280
|
|
|
@@ -308,6 +309,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
308
309
|
document_url: brandInsightAd.targeting.document_url
|
|
309
310
|
},
|
|
310
311
|
_type: 'brandInsightAd',
|
|
312
|
+
/* Passing refresh flag */
|
|
311
313
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
312
314
|
};
|
|
313
315
|
|
|
@@ -43,9 +43,9 @@ require('./_set-species-f92c67c5.js');
|
|
|
43
43
|
require('./Segment.js');
|
|
44
44
|
require('./Beam.js');
|
|
45
45
|
require('./AdSlot.js');
|
|
46
|
-
require('./ADInfeed-
|
|
46
|
+
require('./ADInfeed-13f9664d.js');
|
|
47
47
|
require('./lodash-7fd85bcf.js');
|
|
48
|
-
require('./ADlgInfeed-
|
|
48
|
+
require('./ADlgInfeed-1520d505.js');
|
|
49
49
|
require('./getContentCategory-f38a4c00.js');
|
|
50
50
|
require('./AuthorComponent-bb831b74.js');
|
|
51
51
|
var BlockContent = require('./BlockContent-80b15fac.js');
|
|
@@ -55,7 +55,7 @@ require('react-bootstrap');
|
|
|
55
55
|
require('./timeDifferenceCalc.js');
|
|
56
56
|
var QueueDeckExpanded = require('./QueueDeckExpanded.js');
|
|
57
57
|
require('react-bootstrap/Button');
|
|
58
|
-
var getSerializers = require('./index-
|
|
58
|
+
var getSerializers = require('./index-973d14f9.js');
|
|
59
59
|
require('./util-f2c1b65b.js');
|
|
60
60
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
61
61
|
require('react-bootstrap/Pagination');
|
|
@@ -36,9 +36,9 @@ require('./_set-species-f92c67c5.js');
|
|
|
36
36
|
require('./Segment.js');
|
|
37
37
|
require('./Beam.js');
|
|
38
38
|
require('./AdSlot.js');
|
|
39
|
-
var ADInfeed = require('./ADInfeed-
|
|
39
|
+
var ADInfeed = require('./ADInfeed-13f9664d.js');
|
|
40
40
|
var lodash = require('./lodash-7fd85bcf.js');
|
|
41
|
-
var ADlgInfeed = require('./ADlgInfeed-
|
|
41
|
+
var ADlgInfeed = require('./ADlgInfeed-1520d505.js');
|
|
42
42
|
var getContentCategory = require('./getContentCategory-f38a4c00.js');
|
|
43
43
|
var AuthorComponent = require('./AuthorComponent-bb831b74.js');
|
|
44
44
|
var reactBootstrap = require('react-bootstrap');
|
|
@@ -187,6 +187,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
187
187
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
188
188
|
document_url: brandInsightAd.targeting.document_url
|
|
189
189
|
},
|
|
190
|
+
/* Passing refresh flag */
|
|
190
191
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
191
192
|
};
|
|
192
193
|
|
|
@@ -227,6 +228,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
227
228
|
document_url: brandInsightAd.targeting.document_url
|
|
228
229
|
},
|
|
229
230
|
_type: 'brandInsightAd',
|
|
231
|
+
/* Passing refresh flag */
|
|
230
232
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
231
233
|
};
|
|
232
234
|
|
package/dist/cjs/View.js
CHANGED
|
@@ -49,7 +49,7 @@ require('./iconBase-68959171.js');
|
|
|
49
49
|
var Button = _interopDefault(require('react-bootstrap/Button'));
|
|
50
50
|
var defineProperty$1 = require('./defineProperty-55548b25.js');
|
|
51
51
|
var Form = _interopDefault(require('react-bootstrap/Form'));
|
|
52
|
-
var getSerializers = require('./index-
|
|
52
|
+
var getSerializers = require('./index-973d14f9.js');
|
|
53
53
|
require('./util-f2c1b65b.js');
|
|
54
54
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
55
55
|
require('react-bootstrap/Pagination');
|
|
@@ -41,7 +41,7 @@ require('./smoothscroll-95231a70.js');
|
|
|
41
41
|
require('./GroupDeck.js');
|
|
42
42
|
require('react-bootstrap');
|
|
43
43
|
require('react-bootstrap/Button');
|
|
44
|
-
var getSerializers = require('./index-
|
|
44
|
+
var getSerializers = require('./index-973d14f9.js');
|
|
45
45
|
require('./util-f2c1b65b.js');
|
|
46
46
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
47
47
|
require('react-bootstrap/Pagination');
|
package/dist/cjs/index.js
CHANGED
|
@@ -42,10 +42,10 @@ require('./_set-species-f92c67c5.js');
|
|
|
42
42
|
var Segment = require('./Segment.js');
|
|
43
43
|
var Beam = require('./Beam.js');
|
|
44
44
|
var AdSlot = require('./AdSlot.js');
|
|
45
|
-
require('./ADInfeed-
|
|
45
|
+
require('./ADInfeed-13f9664d.js');
|
|
46
46
|
var DeckContent = require('./DeckContent.js');
|
|
47
47
|
require('./lodash-7fd85bcf.js');
|
|
48
|
-
require('./ADlgInfeed-
|
|
48
|
+
require('./ADlgInfeed-1520d505.js');
|
|
49
49
|
require('./getContentCategory-f38a4c00.js');
|
|
50
50
|
require('./get-68c52cb1.js');
|
|
51
51
|
var AD = require('./AD.js');
|
|
@@ -83,7 +83,7 @@ require('react-bootstrap/Form');
|
|
|
83
83
|
require('./index-3294d3bc.js');
|
|
84
84
|
require('./js.cookie-a511c430.js');
|
|
85
85
|
var CMEDeck = require('./CMEDeck.js');
|
|
86
|
-
var getSerializers = require('./index-
|
|
86
|
+
var getSerializers = require('./index-973d14f9.js');
|
|
87
87
|
require('./util-f2c1b65b.js');
|
|
88
88
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
89
89
|
require('react-bootstrap/Pagination');
|
package/dist/esm/ADGutter.js
CHANGED
|
@@ -120,8 +120,9 @@ var ADGutter = function ADGutter(_ref) {
|
|
|
120
120
|
networkID: networkID,
|
|
121
121
|
sizes: sizes,
|
|
122
122
|
adUnit: adUnit,
|
|
123
|
-
targeting: adTargeting
|
|
124
|
-
|
|
123
|
+
targeting: adTargeting
|
|
124
|
+
/* Passing refresh flag */
|
|
125
|
+
, refreshFlag: refreshFlag
|
|
125
126
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
126
127
|
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
127
128
|
})
|
|
@@ -75,8 +75,9 @@ var ADInfeed = function ADInfeed(_ref) {
|
|
|
75
75
|
targeting: targeting,
|
|
76
76
|
sizes: sizes
|
|
77
77
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
78
|
-
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
79
|
-
|
|
78
|
+
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
79
|
+
/* Passing refresh flag */
|
|
80
|
+
, refreshFlag: refreshFlag
|
|
80
81
|
})
|
|
81
82
|
),
|
|
82
83
|
React__default.createElement(
|
package/dist/esm/ADSkyscraper.js
CHANGED
|
@@ -123,8 +123,9 @@ var ADSkyscraper = function ADSkyscraper(_ref) {
|
|
|
123
123
|
networkID: networkID,
|
|
124
124
|
sizes: sizes,
|
|
125
125
|
adUnit: adUnit,
|
|
126
|
-
targeting: adTargeting
|
|
127
|
-
|
|
126
|
+
targeting: adTargeting
|
|
127
|
+
/* Passing refresh flag */
|
|
128
|
+
, refreshFlag: refreshFlag
|
|
128
129
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
129
130
|
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
130
131
|
})
|
|
@@ -118,8 +118,9 @@ var ADSponsoredResources = function ADSponsoredResources(_ref) {
|
|
|
118
118
|
networkID: networkID,
|
|
119
119
|
sizes: sizes,
|
|
120
120
|
adUnit: adUnit,
|
|
121
|
-
targeting: adTargeting
|
|
122
|
-
|
|
121
|
+
targeting: adTargeting
|
|
122
|
+
/* Passing refresh flag */
|
|
123
|
+
, refreshFlag: refreshFlag
|
|
123
124
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
124
125
|
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
125
126
|
})
|
package/dist/esm/ADWebcast.js
CHANGED
|
@@ -124,8 +124,9 @@ var ADWebcast = function ADWebcast(_ref) {
|
|
|
124
124
|
// To show AD from screenwidth >= 1200
|
|
125
125
|
, sizeMapping: [{ viewport: [1200, 0], sizes: sizes }, { viewport: [0, 0], sizes: [0, 0] }],
|
|
126
126
|
adUnit: adUnit,
|
|
127
|
-
targeting: adTargeting
|
|
128
|
-
|
|
127
|
+
targeting: adTargeting
|
|
128
|
+
/* Passing refresh flag */
|
|
129
|
+
, refreshFlag: refreshFlag
|
|
129
130
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
130
131
|
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
131
132
|
})
|
|
@@ -71,8 +71,9 @@ var ADlgInfeed = function ADlgInfeed(props) {
|
|
|
71
71
|
targeting: targeting,
|
|
72
72
|
sizes: sizes
|
|
73
73
|
/* Passing function to check for ad creative only if it is not in preview. */
|
|
74
|
-
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
75
|
-
|
|
74
|
+
, checkIsAdFound: previewAd ? null : checkIsAdFound
|
|
75
|
+
/* Passing refresh flag */
|
|
76
|
+
, refreshFlag: refreshFlag
|
|
76
77
|
}),
|
|
77
78
|
React__default.createElement(
|
|
78
79
|
'style',
|
package/dist/esm/AdSlot.js
CHANGED
|
@@ -38,7 +38,7 @@ var DFPAdSlot = function DFPAdSlot(_ref) {
|
|
|
38
38
|
adRendered = _useState2[0],
|
|
39
39
|
setAdRendered = _useState2[1];
|
|
40
40
|
|
|
41
|
-
var _useState3 = useState(
|
|
41
|
+
var _useState3 = useState(false),
|
|
42
42
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
43
43
|
adRefreshable = _useState4[0],
|
|
44
44
|
setAdRefreshable = _useState4[1];
|
|
@@ -148,7 +148,6 @@ var DFPAdSlot = function DFPAdSlot(_ref) {
|
|
|
148
148
|
},
|
|
149
149
|
onSlotVisibilityChanged: handleVisibilityChange,
|
|
150
150
|
shouldRefresh: function shouldRefresh(event) {
|
|
151
|
-
event.onSlotVisibilityChanged();
|
|
152
151
|
if (adRendered && adRefreshable && refreshFlag) return true;else return false;
|
|
153
152
|
}
|
|
154
153
|
})
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -38,7 +38,7 @@ import './_set-species-cede29f8.js';
|
|
|
38
38
|
import './Segment.js';
|
|
39
39
|
import './Beam.js';
|
|
40
40
|
import './AdSlot.js';
|
|
41
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
41
|
+
import { A as ADInfeed } from './ADInfeed-63798269.js';
|
|
42
42
|
|
|
43
43
|
var DeckContent = function (_React$Component) {
|
|
44
44
|
_inherits(DeckContent, _React$Component);
|
|
@@ -267,6 +267,7 @@ var DeckContent = function (_React$Component) {
|
|
|
267
267
|
document_url: brandInsight.targeting.document_url
|
|
268
268
|
},
|
|
269
269
|
_type: 'BrandInsight',
|
|
270
|
+
/* Passing refresh flag */
|
|
270
271
|
refreshFlag: brandInsight.refreshFlag ? brandInsight.refreshFlag : false
|
|
271
272
|
};
|
|
272
273
|
|
|
@@ -40,7 +40,7 @@ import './GroupDeck.js';
|
|
|
40
40
|
import 'react-bootstrap';
|
|
41
41
|
import Button from 'react-bootstrap/Button';
|
|
42
42
|
import { m as momentTimezone } from './index-ef6d5dcf.js';
|
|
43
|
-
import { g as getSerializers } from './index-
|
|
43
|
+
import { g as getSerializers } from './index-385c2469.js';
|
|
44
44
|
import './util-7700fc59.js';
|
|
45
45
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
46
46
|
import 'react-bootstrap/Pagination';
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -38,9 +38,9 @@ import './_set-species-cede29f8.js';
|
|
|
38
38
|
import './Segment.js';
|
|
39
39
|
import './Beam.js';
|
|
40
40
|
import './AdSlot.js';
|
|
41
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
41
|
+
import { A as ADInfeed } from './ADInfeed-63798269.js';
|
|
42
42
|
import { l as lodash } from './lodash-ec8c6b48.js';
|
|
43
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
43
|
+
import { A as ADlgInfeed } from './ADlgInfeed-ea0e136c.js';
|
|
44
44
|
import { g as getContentCategory } from './getContentCategory-15dcc413.js';
|
|
45
45
|
import { g as get_1 } from './get-5ee14cda.js';
|
|
46
46
|
import './AD.js';
|
|
@@ -387,6 +387,7 @@ var GridContent = function (_React$Component) {
|
|
|
387
387
|
content_placement: brandInsight.targeting.content_placement,
|
|
388
388
|
document_url: brandInsight.targeting.document_url
|
|
389
389
|
},
|
|
390
|
+
/* Passing refresh flag */
|
|
390
391
|
refreshFlag: brandInsight.refreshFlag ? brandInsight.refreshFlag : false
|
|
391
392
|
};
|
|
392
393
|
var chunks = lodash.chunk(data, 6).map(function (chunk) {
|
|
@@ -425,6 +426,7 @@ var GridContent = function (_React$Component) {
|
|
|
425
426
|
document_url: brandInsight.targeting.document_url
|
|
426
427
|
},
|
|
427
428
|
_type: 'brandInsightAd',
|
|
429
|
+
/* Passing refresh flag */
|
|
428
430
|
refreshFlag: brandInsight.refreshFlag ? brandInsight.refreshFlag : false
|
|
429
431
|
};
|
|
430
432
|
|
package/dist/esm/IssueLanding.js
CHANGED
|
@@ -30,9 +30,9 @@ import './_set-species-cede29f8.js';
|
|
|
30
30
|
import './Segment.js';
|
|
31
31
|
import './Beam.js';
|
|
32
32
|
import './AdSlot.js';
|
|
33
|
-
import './ADInfeed-
|
|
33
|
+
import './ADInfeed-63798269.js';
|
|
34
34
|
import './lodash-ec8c6b48.js';
|
|
35
|
-
import './ADlgInfeed-
|
|
35
|
+
import './ADlgInfeed-ea0e136c.js';
|
|
36
36
|
import './getContentCategory-15dcc413.js';
|
|
37
37
|
import './AuthorComponent-00f13201.js';
|
|
38
38
|
import 'react-bootstrap';
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -36,9 +36,9 @@ import './_set-species-cede29f8.js';
|
|
|
36
36
|
import './Segment.js';
|
|
37
37
|
import './Beam.js';
|
|
38
38
|
import './AdSlot.js';
|
|
39
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
39
|
+
import { A as ADInfeed } from './ADInfeed-63798269.js';
|
|
40
40
|
import { l as lodash } from './lodash-ec8c6b48.js';
|
|
41
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
41
|
+
import { A as ADlgInfeed } from './ADlgInfeed-ea0e136c.js';
|
|
42
42
|
|
|
43
43
|
var MasterDeck = function (_React$Component) {
|
|
44
44
|
_inherits(MasterDeck, _React$Component);
|
|
@@ -268,6 +268,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
268
268
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
269
269
|
document_url: brandInsightAd.targeting.document_url
|
|
270
270
|
},
|
|
271
|
+
/* Passing refresh flag */
|
|
271
272
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
272
273
|
};
|
|
273
274
|
|
|
@@ -302,6 +303,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
302
303
|
document_url: brandInsightAd.targeting.document_url
|
|
303
304
|
},
|
|
304
305
|
_type: 'brandInsightAd',
|
|
306
|
+
/* Passing refresh flag */
|
|
305
307
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
306
308
|
};
|
|
307
309
|
|
|
@@ -37,9 +37,9 @@ import './_set-species-cede29f8.js';
|
|
|
37
37
|
import './Segment.js';
|
|
38
38
|
import './Beam.js';
|
|
39
39
|
import './AdSlot.js';
|
|
40
|
-
import './ADInfeed-
|
|
40
|
+
import './ADInfeed-63798269.js';
|
|
41
41
|
import './lodash-ec8c6b48.js';
|
|
42
|
-
import './ADlgInfeed-
|
|
42
|
+
import './ADlgInfeed-ea0e136c.js';
|
|
43
43
|
import './getContentCategory-15dcc413.js';
|
|
44
44
|
import './AuthorComponent-00f13201.js';
|
|
45
45
|
import { B as BlockContent } from './BlockContent-c409aca5.js';
|
|
@@ -49,7 +49,7 @@ import 'react-bootstrap';
|
|
|
49
49
|
import './timeDifferenceCalc.js';
|
|
50
50
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
51
51
|
import 'react-bootstrap/Button';
|
|
52
|
-
import { g as getSerializers } from './index-
|
|
52
|
+
import { g as getSerializers } from './index-385c2469.js';
|
|
53
53
|
import './util-7700fc59.js';
|
|
54
54
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
55
55
|
import 'react-bootstrap/Pagination';
|
|
@@ -30,9 +30,9 @@ import './_set-species-cede29f8.js';
|
|
|
30
30
|
import './Segment.js';
|
|
31
31
|
import './Beam.js';
|
|
32
32
|
import './AdSlot.js';
|
|
33
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
33
|
+
import { A as ADInfeed } from './ADInfeed-63798269.js';
|
|
34
34
|
import { l as lodash } from './lodash-ec8c6b48.js';
|
|
35
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
35
|
+
import { A as ADlgInfeed } from './ADlgInfeed-ea0e136c.js';
|
|
36
36
|
import { g as getContentCategory } from './getContentCategory-15dcc413.js';
|
|
37
37
|
import { A as AuthorComponent } from './AuthorComponent-00f13201.js';
|
|
38
38
|
import { Container, Media } from 'react-bootstrap';
|
|
@@ -181,6 +181,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
181
181
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
182
182
|
document_url: brandInsightAd.targeting.document_url
|
|
183
183
|
},
|
|
184
|
+
/* Passing refresh flag */
|
|
184
185
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
185
186
|
};
|
|
186
187
|
|
|
@@ -221,6 +222,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
221
222
|
document_url: brandInsightAd.targeting.document_url
|
|
222
223
|
},
|
|
223
224
|
_type: 'brandInsightAd',
|
|
225
|
+
/* Passing refresh flag */
|
|
224
226
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
225
227
|
};
|
|
226
228
|
|
package/dist/esm/View.js
CHANGED
|
@@ -43,7 +43,7 @@ import './iconBase-602d52fe.js';
|
|
|
43
43
|
import Button from 'react-bootstrap/Button';
|
|
44
44
|
import { _ as _defineProperty } from './defineProperty-b798470d.js';
|
|
45
45
|
import Form from 'react-bootstrap/Form';
|
|
46
|
-
import { I as InscreenSensor, r as renderAuthor, g as getSerializers } from './index-
|
|
46
|
+
import { I as InscreenSensor, r as renderAuthor, g as getSerializers } from './index-385c2469.js';
|
|
47
47
|
import './util-7700fc59.js';
|
|
48
48
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
49
49
|
import 'react-bootstrap/Pagination';
|
|
@@ -39,7 +39,7 @@ import './smoothscroll-4b699764.js';
|
|
|
39
39
|
import './GroupDeck.js';
|
|
40
40
|
import 'react-bootstrap';
|
|
41
41
|
import 'react-bootstrap/Button';
|
|
42
|
-
export { g as default } from './index-
|
|
42
|
+
export { g as default } from './index-385c2469.js';
|
|
43
43
|
import './util-7700fc59.js';
|
|
44
44
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
45
45
|
import 'react-bootstrap/Pagination';
|
package/dist/esm/index.js
CHANGED
|
@@ -38,10 +38,10 @@ import './_set-species-cede29f8.js';
|
|
|
38
38
|
export { default as Segment } from './Segment.js';
|
|
39
39
|
export { default as Beam } from './Beam.js';
|
|
40
40
|
export { default as AdSlot } from './AdSlot.js';
|
|
41
|
-
import './ADInfeed-
|
|
41
|
+
import './ADInfeed-63798269.js';
|
|
42
42
|
export { default as DeckContent } from './DeckContent.js';
|
|
43
43
|
import './lodash-ec8c6b48.js';
|
|
44
|
-
import './ADlgInfeed-
|
|
44
|
+
import './ADlgInfeed-ea0e136c.js';
|
|
45
45
|
import './getContentCategory-15dcc413.js';
|
|
46
46
|
import './get-5ee14cda.js';
|
|
47
47
|
export { default as AD } from './AD.js';
|
|
@@ -79,7 +79,7 @@ import 'react-bootstrap/Form';
|
|
|
79
79
|
import './index-ef6d5dcf.js';
|
|
80
80
|
import './js.cookie-6874175c.js';
|
|
81
81
|
export { default as CMEDeck } from './CMEDeck.js';
|
|
82
|
-
export { g as getSerializers } from './index-
|
|
82
|
+
export { g as getSerializers } from './index-385c2469.js';
|
|
83
83
|
import './util-7700fc59.js';
|
|
84
84
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
85
85
|
import 'react-bootstrap/Pagination';
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|