@mjhls/mjh-framework 1.0.704-beta-v5 → 1.0.704-beta-v7
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/ADWelcome.js +4 -5
- package/dist/cjs/AdSlot.js +1 -1
- package/dist/cjs/DeckContent.js +1 -1
- package/dist/cjs/ExternalResources.js +1 -1
- package/dist/cjs/GridContent.js +2 -2
- package/dist/cjs/IssueLanding.js +2 -2
- package/dist/cjs/MasterDeck.js +2 -2
- package/dist/cjs/PartnerDetailListing.js +3 -3
- package/dist/cjs/QueueDeckExpanded.js +2 -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/ADWelcome.js +4 -5
- package/dist/esm/AdSlot.js +1 -1
- package/dist/esm/DeckContent.js +1 -1
- package/dist/esm/ExternalResources.js +1 -1
- package/dist/esm/GridContent.js +2 -2
- package/dist/esm/IssueLanding.js +2 -2
- package/dist/esm/MasterDeck.js +2 -2
- package/dist/esm/PartnerDetailListing.js +3 -3
- package/dist/esm/QueueDeckExpanded.js +2 -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/{ADInfeed-63af8e78.js → ADInfeed-44d61c86.js} +0 -0
- /package/dist/cjs/{ADlgInfeed-a1091108.js → ADlgInfeed-52acb8f4.js} +0 -0
- /package/dist/cjs/{index-d0c8694e.js → index-1b73277e.js} +0 -0
- /package/dist/esm/{ADInfeed-7220a086.js → ADInfeed-1f2deb69.js} +0 -0
- /package/dist/esm/{ADlgInfeed-5f58ee24.js → ADlgInfeed-6d0d2522.js} +0 -0
- /package/dist/esm/{index-5010e30f.js → index-309ea78e.js} +0 -0
package/dist/cjs/ADWelcome.js
CHANGED
|
@@ -32,8 +32,6 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
32
32
|
setFlag = _ref.setFlag,
|
|
33
33
|
Website = _ref.Website,
|
|
34
34
|
counter = _ref.counter;
|
|
35
|
-
|
|
36
|
-
console.log('welcome ad:::::::::::::::::', title, welcomeAd, setFlag, Website, counter);
|
|
37
35
|
var className = welcomeAd.className,
|
|
38
36
|
slotId = welcomeAd.slotId,
|
|
39
37
|
adUnit = welcomeAd.adUnit,
|
|
@@ -77,6 +75,8 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
77
75
|
}));
|
|
78
76
|
}, []);
|
|
79
77
|
|
|
78
|
+
console.log('welcome previewAd :::::::::', previewAd, timeLeft);
|
|
79
|
+
|
|
80
80
|
React.useEffect(function () {
|
|
81
81
|
if (timeLeft > 0) {
|
|
82
82
|
setTimeout(function () {
|
|
@@ -89,10 +89,9 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
89
89
|
});
|
|
90
90
|
|
|
91
91
|
var checkIsAdFound = function checkIsAdFound(isFound, adData) {
|
|
92
|
-
console.log('check is Ad found:::::::::::', isFound, adData);
|
|
93
92
|
if (isFound) {
|
|
94
93
|
var parent = document.getElementById('welcome-modal');
|
|
95
|
-
var adSizes = [[1, 1]
|
|
94
|
+
var adSizes = [[1, 1]];
|
|
96
95
|
// Collapsing ad if the as size is [1,1]
|
|
97
96
|
if (adData && adData.event && adData.event.size) {
|
|
98
97
|
var checkAdSize = function checkAdSize(size) {
|
|
@@ -178,7 +177,7 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
178
177
|
React__default.createElement(
|
|
179
178
|
'style',
|
|
180
179
|
{ jsx: 'true' },
|
|
181
|
-
'\n .continue-site:hover {\n cursor: pointer;\n }\n\n .welcome-modal {\n max-width: 100% !important;\n margin: 0px !important;\n height: 100vh;\n }\n .welcome-ad-head-wrapper {\n display: flex;\n justify-content: space-between;\n }\n .right-top {\n max-width: 250px;\n padding: 10px;\n }\n .left-top {\n max-width: 250px;\n padding: 10px;\n }\n .
|
|
180
|
+
'\n .continue-site:hover {\n cursor: pointer;\n }\n\n .welcome-modal {\n max-width: 100% !important;\n margin: 0px !important;\n height: 100vh;\n }\n .welcome-ad-head-wrapper {\n display: flex;\n justify-content: space-between;\n }\n .right-top {\n max-width: 250px;\n padding: 10px;\n }\n .left-top {\n max-width: 250px;\n padding: 10px;\n }\n .' + title + ' {\n width: auto !important;\n padding-top: 25px;\n justify-content: center;\n align-items: center;\n display: flex;\n }\n /* setting height to 0px when the ad slot is empty. */\n .' + title + ' div[id*=\'google_ads_iframe\']:empty {\n height: 0px !important;\n }\n '
|
|
182
181
|
)
|
|
183
182
|
);
|
|
184
183
|
};
|
package/dist/cjs/AdSlot.js
CHANGED
|
@@ -96,7 +96,7 @@ var DFPAdSlot = function DFPAdSlot(_ref) {
|
|
|
96
96
|
Segment.adViewed(eventData.domain, eventData.advertiserId, eventData.campID, eventData.cID, eventData.lID, eventData.adSize, eventData.isEmpty, eventData.sourceAgnosticCreativeId, eventData.sourceAgnosticLineItemId);
|
|
97
97
|
},
|
|
98
98
|
onSlotRender: function onSlotRender(eventData) {
|
|
99
|
-
console.log('
|
|
99
|
+
if (slotId === 'welcome-ad') console.log('Ad slot :::::::: ', eventData, checkIsAdFound);
|
|
100
100
|
// Updating the condition to remove the dependency on static slotId.
|
|
101
101
|
if (eventData && eventData.event && checkIsAdFound !== null) {
|
|
102
102
|
if (eventData.event.creativeId == null) {
|
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-44d61c86.js');
|
|
48
48
|
|
|
49
49
|
var DeckContent = function (_React$Component) {
|
|
50
50
|
inherits._inherits(DeckContent, _React$Component);
|
|
@@ -48,7 +48,7 @@ require('./iconBase-68959171.js');
|
|
|
48
48
|
require('./index.esm-90433435.js');
|
|
49
49
|
var Button = _interopDefault(require('react-bootstrap/Button'));
|
|
50
50
|
var index$3 = require('./index-3294d3bc.js');
|
|
51
|
-
var getSerializers = require('./index-
|
|
51
|
+
var getSerializers = require('./index-1b73277e.js');
|
|
52
52
|
require('./util-f2c1b65b.js');
|
|
53
53
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
54
54
|
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-44d61c86.js');
|
|
48
48
|
var lodash = require('./lodash-7fd85bcf.js');
|
|
49
|
-
var ADlgInfeed = require('./ADlgInfeed-
|
|
49
|
+
var ADlgInfeed = require('./ADlgInfeed-52acb8f4.js');
|
|
50
50
|
var getContentCategory = require('./getContentCategory-f38a4c00.js');
|
|
51
51
|
var get = require('./get-68c52cb1.js');
|
|
52
52
|
require('./AD.js');
|
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-44d61c86.js');
|
|
39
39
|
require('./lodash-7fd85bcf.js');
|
|
40
|
-
require('./ADlgInfeed-
|
|
40
|
+
require('./ADlgInfeed-52acb8f4.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-44d61c86.js');
|
|
46
46
|
var lodash = require('./lodash-7fd85bcf.js');
|
|
47
|
-
var ADlgInfeed = require('./ADlgInfeed-
|
|
47
|
+
var ADlgInfeed = require('./ADlgInfeed-52acb8f4.js');
|
|
48
48
|
|
|
49
49
|
var MasterDeck = function (_React$Component) {
|
|
50
50
|
inherits._inherits(MasterDeck, _React$Component);
|
|
@@ -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
|
-
require('./ADInfeed-
|
|
45
|
+
require('./ADInfeed-44d61c86.js');
|
|
46
46
|
require('./lodash-7fd85bcf.js');
|
|
47
|
-
require('./ADlgInfeed-
|
|
47
|
+
require('./ADlgInfeed-52acb8f4.js');
|
|
48
48
|
require('./getContentCategory-f38a4c00.js');
|
|
49
49
|
require('./AuthorComponent-bb831b74.js');
|
|
50
50
|
var BlockContent = require('./BlockContent-80b15fac.js');
|
|
@@ -56,7 +56,7 @@ var QueueDeckExpanded = require('./QueueDeckExpanded.js');
|
|
|
56
56
|
require('./iconBase-68959171.js');
|
|
57
57
|
require('./index.esm-90433435.js');
|
|
58
58
|
require('react-bootstrap/Button');
|
|
59
|
-
var getSerializers = require('./index-
|
|
59
|
+
var getSerializers = require('./index-1b73277e.js');
|
|
60
60
|
require('./util-f2c1b65b.js');
|
|
61
61
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
62
62
|
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-44d61c86.js');
|
|
40
40
|
var lodash = require('./lodash-7fd85bcf.js');
|
|
41
|
-
var ADlgInfeed = require('./ADlgInfeed-
|
|
41
|
+
var ADlgInfeed = require('./ADlgInfeed-52acb8f4.js');
|
|
42
42
|
var getContentCategory = require('./getContentCategory-f38a4c00.js');
|
|
43
43
|
var AuthorComponent = require('./AuthorComponent-bb831b74.js');
|
|
44
44
|
var reactBootstrap = require('react-bootstrap');
|
package/dist/cjs/View.js
CHANGED
|
@@ -49,7 +49,7 @@ require('./iconBase-68959171.js');
|
|
|
49
49
|
require('./index.esm-90433435.js');
|
|
50
50
|
var Button = _interopDefault(require('react-bootstrap/Button'));
|
|
51
51
|
var Form = _interopDefault(require('react-bootstrap/Form'));
|
|
52
|
-
var getSerializers = require('./index-
|
|
52
|
+
var getSerializers = require('./index-1b73277e.js');
|
|
53
53
|
require('./util-f2c1b65b.js');
|
|
54
54
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
55
55
|
require('react-bootstrap/Pagination');
|
|
@@ -43,7 +43,7 @@ require('react-bootstrap');
|
|
|
43
43
|
require('./iconBase-68959171.js');
|
|
44
44
|
require('./index.esm-90433435.js');
|
|
45
45
|
require('react-bootstrap/Button');
|
|
46
|
-
var getSerializers = require('./index-
|
|
46
|
+
var getSerializers = require('./index-1b73277e.js');
|
|
47
47
|
require('./util-f2c1b65b.js');
|
|
48
48
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
49
49
|
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-44d61c86.js');
|
|
46
46
|
var DeckContent = require('./DeckContent.js');
|
|
47
47
|
require('./lodash-7fd85bcf.js');
|
|
48
|
-
require('./ADlgInfeed-
|
|
48
|
+
require('./ADlgInfeed-52acb8f4.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-1b73277e.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/ADWelcome.js
CHANGED
|
@@ -27,8 +27,6 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
27
27
|
setFlag = _ref.setFlag,
|
|
28
28
|
Website = _ref.Website,
|
|
29
29
|
counter = _ref.counter;
|
|
30
|
-
|
|
31
|
-
console.log('welcome ad:::::::::::::::::', title, welcomeAd, setFlag, Website, counter);
|
|
32
30
|
var className = welcomeAd.className,
|
|
33
31
|
slotId = welcomeAd.slotId,
|
|
34
32
|
adUnit = welcomeAd.adUnit,
|
|
@@ -72,6 +70,8 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
72
70
|
}));
|
|
73
71
|
}, []);
|
|
74
72
|
|
|
73
|
+
console.log('welcome previewAd :::::::::', previewAd, timeLeft);
|
|
74
|
+
|
|
75
75
|
useEffect(function () {
|
|
76
76
|
if (timeLeft > 0) {
|
|
77
77
|
setTimeout(function () {
|
|
@@ -84,10 +84,9 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
84
84
|
});
|
|
85
85
|
|
|
86
86
|
var checkIsAdFound = function checkIsAdFound(isFound, adData) {
|
|
87
|
-
console.log('check is Ad found:::::::::::', isFound, adData);
|
|
88
87
|
if (isFound) {
|
|
89
88
|
var parent = document.getElementById('welcome-modal');
|
|
90
|
-
var adSizes = [[1, 1]
|
|
89
|
+
var adSizes = [[1, 1]];
|
|
91
90
|
// Collapsing ad if the as size is [1,1]
|
|
92
91
|
if (adData && adData.event && adData.event.size) {
|
|
93
92
|
var checkAdSize = function checkAdSize(size) {
|
|
@@ -173,7 +172,7 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
173
172
|
React__default.createElement(
|
|
174
173
|
'style',
|
|
175
174
|
{ jsx: 'true' },
|
|
176
|
-
'\n .continue-site:hover {\n cursor: pointer;\n }\n\n .welcome-modal {\n max-width: 100% !important;\n margin: 0px !important;\n height: 100vh;\n }\n .welcome-ad-head-wrapper {\n display: flex;\n justify-content: space-between;\n }\n .right-top {\n max-width: 250px;\n padding: 10px;\n }\n .left-top {\n max-width: 250px;\n padding: 10px;\n }\n .
|
|
175
|
+
'\n .continue-site:hover {\n cursor: pointer;\n }\n\n .welcome-modal {\n max-width: 100% !important;\n margin: 0px !important;\n height: 100vh;\n }\n .welcome-ad-head-wrapper {\n display: flex;\n justify-content: space-between;\n }\n .right-top {\n max-width: 250px;\n padding: 10px;\n }\n .left-top {\n max-width: 250px;\n padding: 10px;\n }\n .' + title + ' {\n width: auto !important;\n padding-top: 25px;\n justify-content: center;\n align-items: center;\n display: flex;\n }\n /* setting height to 0px when the ad slot is empty. */\n .' + title + ' div[id*=\'google_ads_iframe\']:empty {\n height: 0px !important;\n }\n '
|
|
177
176
|
)
|
|
178
177
|
);
|
|
179
178
|
};
|
package/dist/esm/AdSlot.js
CHANGED
|
@@ -90,7 +90,7 @@ var DFPAdSlot = function DFPAdSlot(_ref) {
|
|
|
90
90
|
Segment.adViewed(eventData.domain, eventData.advertiserId, eventData.campID, eventData.cID, eventData.lID, eventData.adSize, eventData.isEmpty, eventData.sourceAgnosticCreativeId, eventData.sourceAgnosticLineItemId);
|
|
91
91
|
},
|
|
92
92
|
onSlotRender: function onSlotRender(eventData) {
|
|
93
|
-
console.log('
|
|
93
|
+
if (slotId === 'welcome-ad') console.log('Ad slot :::::::: ', eventData, checkIsAdFound);
|
|
94
94
|
// Updating the condition to remove the dependency on static slotId.
|
|
95
95
|
if (eventData && eventData.event && checkIsAdFound !== null) {
|
|
96
96
|
if (eventData.event.creativeId == null) {
|
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-1f2deb69.js';
|
|
42
42
|
|
|
43
43
|
var DeckContent = function (_React$Component) {
|
|
44
44
|
_inherits(DeckContent, _React$Component);
|
|
@@ -42,7 +42,7 @@ import './iconBase-602d52fe.js';
|
|
|
42
42
|
import './index.esm-29e48d38.js';
|
|
43
43
|
import Button from 'react-bootstrap/Button';
|
|
44
44
|
import { m as momentTimezone } from './index-ef6d5dcf.js';
|
|
45
|
-
import { g as getSerializers } from './index-
|
|
45
|
+
import { g as getSerializers } from './index-309ea78e.js';
|
|
46
46
|
import './util-7700fc59.js';
|
|
47
47
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
48
48
|
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-1f2deb69.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-6d0d2522.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';
|
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-1f2deb69.js';
|
|
34
34
|
import './lodash-ec8c6b48.js';
|
|
35
|
-
import './ADlgInfeed-
|
|
35
|
+
import './ADlgInfeed-6d0d2522.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-1f2deb69.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-6d0d2522.js';
|
|
42
42
|
|
|
43
43
|
var MasterDeck = function (_React$Component) {
|
|
44
44
|
_inherits(MasterDeck, _React$Component);
|
|
@@ -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-1f2deb69.js';
|
|
41
41
|
import './lodash-ec8c6b48.js';
|
|
42
|
-
import './ADlgInfeed-
|
|
42
|
+
import './ADlgInfeed-6d0d2522.js';
|
|
43
43
|
import './getContentCategory-15dcc413.js';
|
|
44
44
|
import './AuthorComponent-00f13201.js';
|
|
45
45
|
import { B as BlockContent } from './BlockContent-c409aca5.js';
|
|
@@ -51,7 +51,7 @@ import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
|
51
51
|
import './iconBase-602d52fe.js';
|
|
52
52
|
import './index.esm-29e48d38.js';
|
|
53
53
|
import 'react-bootstrap/Button';
|
|
54
|
-
import { g as getSerializers } from './index-
|
|
54
|
+
import { g as getSerializers } from './index-309ea78e.js';
|
|
55
55
|
import './util-7700fc59.js';
|
|
56
56
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
57
57
|
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-1f2deb69.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-6d0d2522.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';
|
package/dist/esm/View.js
CHANGED
|
@@ -43,7 +43,7 @@ import './iconBase-602d52fe.js';
|
|
|
43
43
|
import './index.esm-29e48d38.js';
|
|
44
44
|
import Button from 'react-bootstrap/Button';
|
|
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-309ea78e.js';
|
|
47
47
|
import './util-7700fc59.js';
|
|
48
48
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
49
49
|
import 'react-bootstrap/Pagination';
|
|
@@ -41,7 +41,7 @@ import 'react-bootstrap';
|
|
|
41
41
|
import './iconBase-602d52fe.js';
|
|
42
42
|
import './index.esm-29e48d38.js';
|
|
43
43
|
import 'react-bootstrap/Button';
|
|
44
|
-
export { g as default } from './index-
|
|
44
|
+
export { g as default } from './index-309ea78e.js';
|
|
45
45
|
import './util-7700fc59.js';
|
|
46
46
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
47
47
|
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-1f2deb69.js';
|
|
42
42
|
export { default as DeckContent } from './DeckContent.js';
|
|
43
43
|
import './lodash-ec8c6b48.js';
|
|
44
|
-
import './ADlgInfeed-
|
|
44
|
+
import './ADlgInfeed-6d0d2522.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-309ea78e.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|