@mjhls/mjh-framework 1.0.744 → 1.0.745

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.744
1
+ # mjh-framework v. 1.0.745
2
2
  [![NPM](https://img.shields.io/npm/v/mjh-framework.svg)](https://www.npmjs.com/package/mjh-framework) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
3
3
 
4
4
  ## Install
@@ -62,6 +62,7 @@ var AD300x250 = function AD300x250(_ref) {
62
62
  tags: targeting.tags,
63
63
  document_group: targeting.document_group,
64
64
  document_url: targeting.document_url,
65
+ rootDocumentGroup: targeting.rootDocumentGroup,
65
66
  pos: pos,
66
67
  campaign_id: targeting.campaign_id,
67
68
  issue_url: targeting.issue_url,
@@ -62,6 +62,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
62
62
  tags: targeting.tags,
63
63
  document_group: targeting.document_group,
64
64
  document_url: targeting.document_url,
65
+ rootDocumentGroup: targeting.rootDocumentGroup,
65
66
  pos: pos,
66
67
  campaign_id: targeting.campaign_id,
67
68
  issue_url: targeting.issue_url,
@@ -62,6 +62,7 @@ var AD728x90 = function AD728x90(_ref) {
62
62
  tags: targeting.tags,
63
63
  document_group: targeting.document_group,
64
64
  document_url: targeting.document_url,
65
+ rootDocumentGroup: targeting.rootDocumentGroup,
65
66
  pos: pos,
66
67
  campaign_id: targeting.campaign_id,
67
68
  issue_url: targeting.issue_url,
@@ -46,6 +46,7 @@ var ADFloatingFooter = function ADFloatingFooter(_ref) {
46
46
  content_placement: targeting.content_placement,
47
47
  tags: targeting.tags,
48
48
  document_group: targeting.document_group,
49
+ rootDocumentGroup: targeting.rootDocumentGroup,
49
50
  document_url: targeting.document_url,
50
51
  pos: position,
51
52
  campaign_id: targeting.campaign_id,
@@ -50,6 +50,7 @@ var ADGutter = function ADGutter(_ref) {
50
50
  tags: targeting.tags,
51
51
  document_group: targeting.document_group,
52
52
  document_url: targeting.document_url,
53
+ rootDocumentGroup: targeting.rootDocumentGroup,
53
54
  pos: position,
54
55
  campaign_id: targeting.campaign_id,
55
56
  issue_url: targeting.issue_url,
@@ -52,6 +52,7 @@ var ADSkyscraper = function ADSkyscraper(_ref) {
52
52
  tags: targeting.tags,
53
53
  document_group: targeting.document_group,
54
54
  document_url: targeting.document_url,
55
+ rootDocumentGroup: targeting.rootDocumentGroup,
55
56
  pos: position,
56
57
  campaign_id: targeting.campaign_id,
57
58
  issue_url: targeting.issue_url,
@@ -50,6 +50,7 @@ var ADSponsoredResources = function ADSponsoredResources(_ref) {
50
50
  document_group: targeting.document_group,
51
51
  document_url: targeting.document_url,
52
52
  pos: position,
53
+ rootDocumentGroup: targeting.rootDocumentGroup,
53
54
  campaign_id: targeting.campaign_id,
54
55
  issue_url: targeting.issue_url,
55
56
  publication_url: targeting.publication_url
@@ -51,6 +51,7 @@ var ADWebcast = function ADWebcast(_ref) {
51
51
  tags: targeting.tags,
52
52
  document_group: targeting.document_group,
53
53
  document_url: targeting.document_url,
54
+ rootDocumentGroup: targeting.rootDocumentGroup,
54
55
  // setting pos for webcast ad.
55
56
  pos: 'smrec1',
56
57
  campaign_id: targeting.campaign_id,
@@ -49,6 +49,7 @@ var ADWelcome = function ADWelcome(_ref) {
49
49
  document_group: targeting.document_group,
50
50
  document_url: targeting.document_url,
51
51
  pos: position,
52
+ rootDocumentGroup: targeting.rootDocumentGroup,
52
53
  campaign_id: targeting.campaign_id,
53
54
  issue_url: targeting.issue_url,
54
55
  publication_url: targeting.publication_url
@@ -117,7 +118,7 @@ var ADWelcome = function ADWelcome(_ref) {
117
118
  document.body.style.overflow = 'auto';
118
119
  setFlag(true);
119
120
  } },
120
- 'CONTINUE TO SITE >'
121
+ 'CONTINUE TO SITE'
121
122
  ),
122
123
  React__default['default'].createElement(
123
124
  'p',
@@ -395,7 +395,8 @@ var GridContent = function (_React$Component) {
395
395
  }, { viewport: [0, 0], sizes: [] }],
396
396
  targeting: {
397
397
  content_placement: brandInsight.targeting.content_placement,
398
- document_url: brandInsight.targeting.document_url
398
+ document_url: brandInsight.targeting.document_url,
399
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
399
400
  },
400
401
  /* Passing refresh flag */
401
402
  refreshFlag: brandInsight.refreshFlag ? brandInsight.refreshFlag : false
@@ -433,7 +434,8 @@ var GridContent = function (_React$Component) {
433
434
  targeting: {
434
435
  pos: 'infeed',
435
436
  content_placement: brandInsight.targeting.content_placement,
436
- document_url: brandInsight.targeting.document_url
437
+ document_url: brandInsight.targeting.document_url,
438
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
437
439
  },
438
440
  _type: 'brandInsightAd',
439
441
  /* Passing refresh flag */
@@ -273,7 +273,8 @@ var MasterDeck = function (_React$Component) {
273
273
  }, { viewport: [0, 0], sizes: [] }],
274
274
  targeting: {
275
275
  content_placement: brandInsightAd.targeting.content_placement,
276
- document_url: brandInsightAd.targeting.document_url
276
+ document_url: brandInsightAd.targeting.document_url,
277
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
277
278
  },
278
279
  /* Passing refresh flag */
279
280
  refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
@@ -307,7 +308,8 @@ var MasterDeck = function (_React$Component) {
307
308
  targeting: {
308
309
  pos: 'infeed',
309
310
  content_placement: brandInsightAd.targeting.content_placement,
310
- document_url: brandInsightAd.targeting.document_url
311
+ document_url: brandInsightAd.targeting.document_url,
312
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
311
313
  },
312
314
  _type: 'brandInsightAd',
313
315
  /* Passing refresh flag */
@@ -185,7 +185,8 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
185
185
  }, { viewport: [0, 0], sizes: [] }],
186
186
  targeting: {
187
187
  content_placement: brandInsightAd.targeting.content_placement,
188
- document_url: brandInsightAd.targeting.document_url
188
+ document_url: brandInsightAd.targeting.document_url,
189
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
189
190
  },
190
191
  /* Passing refresh flag */
191
192
  refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
@@ -225,7 +226,8 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
225
226
  targeting: {
226
227
  pos: 'infeed',
227
228
  content_placement: brandInsightAd.targeting.content_placement,
228
- document_url: brandInsightAd.targeting.document_url
229
+ document_url: brandInsightAd.targeting.document_url,
230
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
229
231
  },
230
232
  _type: 'brandInsightAd',
231
233
  /* Passing refresh flag */
@@ -56,6 +56,7 @@ var AD300x250 = function AD300x250(_ref) {
56
56
  tags: targeting.tags,
57
57
  document_group: targeting.document_group,
58
58
  document_url: targeting.document_url,
59
+ rootDocumentGroup: targeting.rootDocumentGroup,
59
60
  pos: pos,
60
61
  campaign_id: targeting.campaign_id,
61
62
  issue_url: targeting.issue_url,
@@ -56,6 +56,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
56
56
  tags: targeting.tags,
57
57
  document_group: targeting.document_group,
58
58
  document_url: targeting.document_url,
59
+ rootDocumentGroup: targeting.rootDocumentGroup,
59
60
  pos: pos,
60
61
  campaign_id: targeting.campaign_id,
61
62
  issue_url: targeting.issue_url,
@@ -56,6 +56,7 @@ var AD728x90 = function AD728x90(_ref) {
56
56
  tags: targeting.tags,
57
57
  document_group: targeting.document_group,
58
58
  document_url: targeting.document_url,
59
+ rootDocumentGroup: targeting.rootDocumentGroup,
59
60
  pos: pos,
60
61
  campaign_id: targeting.campaign_id,
61
62
  issue_url: targeting.issue_url,
@@ -40,6 +40,7 @@ var ADFloatingFooter = function ADFloatingFooter(_ref) {
40
40
  content_placement: targeting.content_placement,
41
41
  tags: targeting.tags,
42
42
  document_group: targeting.document_group,
43
+ rootDocumentGroup: targeting.rootDocumentGroup,
43
44
  document_url: targeting.document_url,
44
45
  pos: position,
45
46
  campaign_id: targeting.campaign_id,
@@ -44,6 +44,7 @@ var ADGutter = function ADGutter(_ref) {
44
44
  tags: targeting.tags,
45
45
  document_group: targeting.document_group,
46
46
  document_url: targeting.document_url,
47
+ rootDocumentGroup: targeting.rootDocumentGroup,
47
48
  pos: position,
48
49
  campaign_id: targeting.campaign_id,
49
50
  issue_url: targeting.issue_url,
@@ -46,6 +46,7 @@ var ADSkyscraper = function ADSkyscraper(_ref) {
46
46
  tags: targeting.tags,
47
47
  document_group: targeting.document_group,
48
48
  document_url: targeting.document_url,
49
+ rootDocumentGroup: targeting.rootDocumentGroup,
49
50
  pos: position,
50
51
  campaign_id: targeting.campaign_id,
51
52
  issue_url: targeting.issue_url,
@@ -44,6 +44,7 @@ var ADSponsoredResources = function ADSponsoredResources(_ref) {
44
44
  document_group: targeting.document_group,
45
45
  document_url: targeting.document_url,
46
46
  pos: position,
47
+ rootDocumentGroup: targeting.rootDocumentGroup,
47
48
  campaign_id: targeting.campaign_id,
48
49
  issue_url: targeting.issue_url,
49
50
  publication_url: targeting.publication_url
@@ -45,6 +45,7 @@ var ADWebcast = function ADWebcast(_ref) {
45
45
  tags: targeting.tags,
46
46
  document_group: targeting.document_group,
47
47
  document_url: targeting.document_url,
48
+ rootDocumentGroup: targeting.rootDocumentGroup,
48
49
  // setting pos for webcast ad.
49
50
  pos: 'smrec1',
50
51
  campaign_id: targeting.campaign_id,
@@ -43,6 +43,7 @@ var ADWelcome = function ADWelcome(_ref) {
43
43
  document_group: targeting.document_group,
44
44
  document_url: targeting.document_url,
45
45
  pos: position,
46
+ rootDocumentGroup: targeting.rootDocumentGroup,
46
47
  campaign_id: targeting.campaign_id,
47
48
  issue_url: targeting.issue_url,
48
49
  publication_url: targeting.publication_url
@@ -111,7 +112,7 @@ var ADWelcome = function ADWelcome(_ref) {
111
112
  document.body.style.overflow = 'auto';
112
113
  setFlag(true);
113
114
  } },
114
- 'CONTINUE TO SITE >'
115
+ 'CONTINUE TO SITE'
115
116
  ),
116
117
  React.createElement(
117
118
  'p',
@@ -385,7 +385,8 @@ var GridContent = function (_React$Component) {
385
385
  }, { viewport: [0, 0], sizes: [] }],
386
386
  targeting: {
387
387
  content_placement: brandInsight.targeting.content_placement,
388
- document_url: brandInsight.targeting.document_url
388
+ document_url: brandInsight.targeting.document_url,
389
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
389
390
  },
390
391
  /* Passing refresh flag */
391
392
  refreshFlag: brandInsight.refreshFlag ? brandInsight.refreshFlag : false
@@ -423,7 +424,8 @@ var GridContent = function (_React$Component) {
423
424
  targeting: {
424
425
  pos: 'infeed',
425
426
  content_placement: brandInsight.targeting.content_placement,
426
- document_url: brandInsight.targeting.document_url
427
+ document_url: brandInsight.targeting.document_url,
428
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
427
429
  },
428
430
  _type: 'brandInsightAd',
429
431
  /* Passing refresh flag */
@@ -266,7 +266,8 @@ var MasterDeck = function (_React$Component) {
266
266
  }, { viewport: [0, 0], sizes: [] }],
267
267
  targeting: {
268
268
  content_placement: brandInsightAd.targeting.content_placement,
269
- document_url: brandInsightAd.targeting.document_url
269
+ document_url: brandInsightAd.targeting.document_url,
270
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
270
271
  },
271
272
  /* Passing refresh flag */
272
273
  refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
@@ -300,7 +301,8 @@ var MasterDeck = function (_React$Component) {
300
301
  targeting: {
301
302
  pos: 'infeed',
302
303
  content_placement: brandInsightAd.targeting.content_placement,
303
- document_url: brandInsightAd.targeting.document_url
304
+ document_url: brandInsightAd.targeting.document_url,
305
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
304
306
  },
305
307
  _type: 'brandInsightAd',
306
308
  /* Passing refresh flag */
@@ -179,7 +179,8 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
179
179
  }, { viewport: [0, 0], sizes: [] }],
180
180
  targeting: {
181
181
  content_placement: brandInsightAd.targeting.content_placement,
182
- document_url: brandInsightAd.targeting.document_url
182
+ document_url: brandInsightAd.targeting.document_url,
183
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
183
184
  },
184
185
  /* Passing refresh flag */
185
186
  refreshFlag: brandInsightAd.refreshFlag ? brandInsightAd.refreshFlag : false
@@ -219,7 +220,8 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
219
220
  targeting: {
220
221
  pos: 'infeed',
221
222
  content_placement: brandInsightAd.targeting.content_placement,
222
- document_url: brandInsightAd.targeting.document_url
223
+ document_url: brandInsightAd.targeting.document_url,
224
+ rootDocumentGroup: brandInsight.targeting.rootDocumentGroup
223
225
  },
224
226
  _type: 'brandInsightAd',
225
227
  /* Passing refresh flag */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.744",
3
+ "version": "1.0.745",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",