@mjhls/mjh-framework 1.0.747 → 1.0.748
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/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# mjh-framework v. 1.0.
|
|
1
|
+
# mjh-framework v. 1.0.748
|
|
2
2
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
3
3
|
|
|
4
4
|
## Install
|
package/dist/cjs/MasterDeck.js
CHANGED
|
@@ -274,7 +274,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
274
274
|
targeting: {
|
|
275
275
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
276
276
|
document_url: brandInsightAd.targeting.document_url,
|
|
277
|
-
rootDocumentGroup:
|
|
277
|
+
rootDocumentGroup: brandInsightAd.targeting.rootDocumentGroup
|
|
278
278
|
},
|
|
279
279
|
/* Passing refresh flag */
|
|
280
280
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
@@ -309,7 +309,8 @@ var MasterDeck = function (_React$Component) {
|
|
|
309
309
|
pos: 'infeed',
|
|
310
310
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
311
311
|
document_url: brandInsightAd.targeting.document_url,
|
|
312
|
-
rootDocumentGroup:
|
|
312
|
+
rootDocumentGroup: brandInsightAd.targeting.rootDocumentGroup
|
|
313
|
+
|
|
313
314
|
},
|
|
314
315
|
_type: 'brandInsightAd',
|
|
315
316
|
/* Passing refresh flag */
|
|
@@ -186,7 +186,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
186
186
|
targeting: {
|
|
187
187
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
188
188
|
document_url: brandInsightAd.targeting.document_url,
|
|
189
|
-
rootDocumentGroup:
|
|
189
|
+
rootDocumentGroup: brandInsightAd.targeting.rootDocumentGroup
|
|
190
190
|
},
|
|
191
191
|
/* Passing refresh flag */
|
|
192
192
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
@@ -227,7 +227,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
227
227
|
pos: 'infeed',
|
|
228
228
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
229
229
|
document_url: brandInsightAd.targeting.document_url,
|
|
230
|
-
rootDocumentGroup:
|
|
230
|
+
rootDocumentGroup: brandInsightAd.targeting.rootDocumentGroup
|
|
231
231
|
},
|
|
232
232
|
_type: 'brandInsightAd',
|
|
233
233
|
/* Passing refresh flag */
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -267,7 +267,7 @@ var MasterDeck = function (_React$Component) {
|
|
|
267
267
|
targeting: {
|
|
268
268
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
269
269
|
document_url: brandInsightAd.targeting.document_url,
|
|
270
|
-
rootDocumentGroup:
|
|
270
|
+
rootDocumentGroup: brandInsightAd.targeting.rootDocumentGroup
|
|
271
271
|
},
|
|
272
272
|
/* Passing refresh flag */
|
|
273
273
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
@@ -302,7 +302,8 @@ var MasterDeck = function (_React$Component) {
|
|
|
302
302
|
pos: 'infeed',
|
|
303
303
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
304
304
|
document_url: brandInsightAd.targeting.document_url,
|
|
305
|
-
rootDocumentGroup:
|
|
305
|
+
rootDocumentGroup: brandInsightAd.targeting.rootDocumentGroup
|
|
306
|
+
|
|
306
307
|
},
|
|
307
308
|
_type: 'brandInsightAd',
|
|
308
309
|
/* Passing refresh flag */
|
|
@@ -180,7 +180,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
180
180
|
targeting: {
|
|
181
181
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
182
182
|
document_url: brandInsightAd.targeting.document_url,
|
|
183
|
-
rootDocumentGroup:
|
|
183
|
+
rootDocumentGroup: brandInsightAd.targeting.rootDocumentGroup
|
|
184
184
|
},
|
|
185
185
|
/* Passing refresh flag */
|
|
186
186
|
refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
|
|
@@ -221,7 +221,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
221
221
|
pos: 'infeed',
|
|
222
222
|
content_placement: brandInsightAd.targeting.content_placement,
|
|
223
223
|
document_url: brandInsightAd.targeting.document_url,
|
|
224
|
-
rootDocumentGroup:
|
|
224
|
+
rootDocumentGroup: brandInsightAd.targeting.rootDocumentGroup
|
|
225
225
|
},
|
|
226
226
|
_type: 'brandInsightAd',
|
|
227
227
|
/* Passing refresh flag */
|