@mjhls/mjh-framework 1.0.296 → 1.0.297
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 +1 -1
- package/dist/cjs/{ADInfeed-824fcfb6.js → ADInfeed-6b94763a.js} +1 -1
- package/dist/cjs/{AdSlot-405b39eb.js → AdSlot-29aee917.js} +124 -62
- package/dist/cjs/DeckContent.js +4 -4
- package/dist/cjs/DeckQueue.js +1 -1
- package/dist/cjs/{Dfp-f75c65fd.js → Dfp-f871551d.js} +1 -1
- package/dist/cjs/{Figure-0681dd7d.js → Figure-434da9bb.js} +1 -1
- package/dist/cjs/{GridContent-929798bf.js → GridContent-888d2bfa.js} +3 -3
- package/dist/cjs/GridContent.js +5 -5
- package/dist/cjs/MasterDeck.js +1 -1
- package/dist/cjs/{Normal-d3a56ac1.js → Normal-c3f4eec3.js} +114 -76
- package/dist/cjs/QueueDeckExpanded.js +3 -3
- package/dist/cjs/TemplateNormal.js +3 -3
- package/dist/cjs/{Ustream-85b14a8d.js → Ustream-3a3c56b8.js} +1 -1
- package/dist/cjs/Ustream.js +2 -2
- package/dist/cjs/VideoSeriesListing.js +1 -1
- package/dist/cjs/index.js +3990 -11
- package/dist/cjs/{inherits-dd435947.js → inherits-663e8f74.js} +1 -0
- package/dist/cjs/{slicedToArray-e38fb29d.js → slicedToArray-bed4d943.js} +2 -1
- package/dist/esm/{ADInfeed-a1d8cb44.js → ADInfeed-94f767ec.js} +1 -1
- package/dist/esm/{AdSlot-b4f04c96.js → AdSlot-3d2ecc87.js} +125 -63
- package/dist/esm/DeckContent.js +4 -4
- package/dist/esm/DeckQueue.js +1 -1
- package/dist/esm/{Dfp-ea8d4531.js → Dfp-d2d43384.js} +1 -1
- package/dist/esm/{Figure-cff72982.js → Figure-d0f95cc0.js} +1 -1
- package/dist/esm/{GridContent-862176ac.js → GridContent-ce2f615a.js} +3 -3
- package/dist/esm/GridContent.js +5 -5
- package/dist/esm/MasterDeck.js +1 -1
- package/dist/esm/{Normal-4180d06d.js → Normal-0bf73d75.js} +114 -76
- package/dist/esm/QueueDeckExpanded.js +3 -3
- package/dist/esm/TemplateNormal.js +3 -3
- package/dist/esm/{Ustream-d51b9b11.js → Ustream-c153a835.js} +1 -1
- package/dist/esm/Ustream.js +2 -2
- package/dist/esm/VideoSeriesListing.js +1 -1
- package/dist/esm/index.js +3994 -16
- package/dist/esm/{inherits-2a854891.js → inherits-4cae443b.js} +1 -1
- package/dist/esm/{slicedToArray-d0a9593a.js → slicedToArray-d1db3163.js} +2 -2
- package/package.json +2 -1
|
@@ -35,7 +35,7 @@ var getIterator$1 = _commonjsHelpers.createCommonjsModule(function (module) {
|
|
|
35
35
|
module.exports = { "default": getIterator, __esModule: true };
|
|
36
36
|
});
|
|
37
37
|
|
|
38
|
-
_commonjsHelpers.unwrapExports(getIterator$1);
|
|
38
|
+
var _getIterator = _commonjsHelpers.unwrapExports(getIterator$1);
|
|
39
39
|
|
|
40
40
|
var slicedToArray = _commonjsHelpers.createCommonjsModule(function (module, exports) {
|
|
41
41
|
|
|
@@ -92,4 +92,5 @@ exports.default = function () {
|
|
|
92
92
|
|
|
93
93
|
var _slicedToArray = _commonjsHelpers.unwrapExports(slicedToArray);
|
|
94
94
|
|
|
95
|
+
exports._getIterator = _getIterator;
|
|
95
96
|
exports._slicedToArray = _slicedToArray;
|
|
@@ -1,12 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { u as unwrapExports, c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
import { b as _core } from './_to-object-b9b796ec.js';
|
|
3
3
|
import { d as debounce_1, e as lib_2 } from './debounce-93ab8f80.js';
|
|
4
4
|
import { a as main_16 } from './main-155ec04f.js';
|
|
5
5
|
import React__default, { useState } from 'react';
|
|
6
6
|
import PropTypes from 'prop-types';
|
|
7
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
7
|
+
import { _ as _slicedToArray } from './slicedToArray-d1db3163.js';
|
|
8
8
|
import { p as promise } from './promise-e3480f1c.js';
|
|
9
9
|
|
|
10
|
+
var $JSON = _core.JSON || (_core.JSON = { stringify: JSON.stringify });
|
|
11
|
+
var stringify = function stringify(it) { // eslint-disable-line no-unused-vars
|
|
12
|
+
return $JSON.stringify.apply($JSON, arguments);
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
var stringify$1 = createCommonjsModule(function (module) {
|
|
16
|
+
module.exports = { "default": stringify, __esModule: true };
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
var _JSON$stringify = unwrapExports(stringify$1);
|
|
20
|
+
|
|
10
21
|
var runtime = createCommonjsModule(function (module) {
|
|
11
22
|
/**
|
|
12
23
|
* Copyright (c) 2014-present, Facebook, Inc.
|
|
@@ -772,17 +783,6 @@ if (hadRuntime) {
|
|
|
772
783
|
|
|
773
784
|
var regenerator = runtimeModule;
|
|
774
785
|
|
|
775
|
-
var $JSON = _core.JSON || (_core.JSON = { stringify: JSON.stringify });
|
|
776
|
-
var stringify = function stringify(it) { // eslint-disable-line no-unused-vars
|
|
777
|
-
return $JSON.stringify.apply($JSON, arguments);
|
|
778
|
-
};
|
|
779
|
-
|
|
780
|
-
var stringify$1 = createCommonjsModule(function (module) {
|
|
781
|
-
module.exports = { "default": stringify, __esModule: true };
|
|
782
|
-
});
|
|
783
|
-
|
|
784
|
-
var _JSON$stringify = unwrapExports(stringify$1);
|
|
785
|
-
|
|
786
786
|
var asyncToGenerator = createCommonjsModule(function (module, exports) {
|
|
787
787
|
|
|
788
788
|
exports.__esModule = true;
|
|
@@ -831,6 +831,22 @@ require("babel-polyfill");
|
|
|
831
831
|
|
|
832
832
|
var beam_domain = 'https://beam.mjhlifesciences.com';
|
|
833
833
|
|
|
834
|
+
function getCookie(cname) {
|
|
835
|
+
var name = cname + "=";
|
|
836
|
+
var decodedCookie = decodeURIComponent(document.cookie);
|
|
837
|
+
var ca = decodedCookie.split(';');
|
|
838
|
+
for (var i = 0; i < ca.length; i++) {
|
|
839
|
+
var c = ca[i];
|
|
840
|
+
while (c.charAt(0) == ' ') {
|
|
841
|
+
c = c.substring(1);
|
|
842
|
+
}
|
|
843
|
+
if (c.indexOf(name) == 0) {
|
|
844
|
+
return c.substring(name.length, c.length);
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
return "";
|
|
848
|
+
}
|
|
849
|
+
|
|
834
850
|
var Beam = {
|
|
835
851
|
proc_url: function proc_url() {
|
|
836
852
|
var $_GET = {};
|
|
@@ -844,15 +860,36 @@ var Beam = {
|
|
|
844
860
|
return $_GET;
|
|
845
861
|
},
|
|
846
862
|
proc_eKey: function proc_eKey($_GET) {
|
|
847
|
-
var
|
|
863
|
+
var _this = this;
|
|
848
864
|
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
865
|
+
return _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee() {
|
|
866
|
+
var eKey;
|
|
867
|
+
return regenerator.wrap(function _callee$(_context) {
|
|
868
|
+
while (1) {
|
|
869
|
+
switch (_context.prev = _context.next) {
|
|
870
|
+
case 0:
|
|
871
|
+
eKey = "N/A";
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
if ($_GET["eKey"]) {
|
|
875
|
+
eKey = $_GET["eKey"];
|
|
876
|
+
} else if (typeof window.eKey !== 'undefined') {
|
|
877
|
+
eKey = window.eKey;
|
|
878
|
+
}
|
|
854
879
|
|
|
855
|
-
|
|
880
|
+
if (!eKey || eKey === 'N/A') {
|
|
881
|
+
eKey = getCookie('eKey');
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
return _context.abrupt('return', eKey);
|
|
885
|
+
|
|
886
|
+
case 4:
|
|
887
|
+
case 'end':
|
|
888
|
+
return _context.stop();
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
}, _callee, _this);
|
|
892
|
+
}))();
|
|
856
893
|
},
|
|
857
894
|
proc_source: function proc_source() {
|
|
858
895
|
var referrer = "N/A";
|
|
@@ -897,32 +934,57 @@ var Beam = {
|
|
|
897
934
|
return data;
|
|
898
935
|
},
|
|
899
936
|
get_beam: function get_beam(deviceType) {
|
|
900
|
-
var
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
937
|
+
var _this2 = this;
|
|
938
|
+
|
|
939
|
+
return _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee2() {
|
|
940
|
+
var beam;
|
|
941
|
+
return regenerator.wrap(function _callee2$(_context2) {
|
|
942
|
+
while (1) {
|
|
943
|
+
switch (_context2.prev = _context2.next) {
|
|
944
|
+
case 0:
|
|
945
|
+
beam = {};
|
|
946
|
+
_context2.next = 3;
|
|
947
|
+
return _this2.proc_eKey(_this2.proc_url());
|
|
948
|
+
|
|
949
|
+
case 3:
|
|
950
|
+
beam.eKey = _context2.sent;
|
|
951
|
+
|
|
952
|
+
beam.source = _this2.proc_source();
|
|
953
|
+
beam.meta = _this2.proc_meta();
|
|
954
|
+
beam.host = _this2.proc_host();
|
|
955
|
+
beam.device = deviceType;
|
|
956
|
+
return _context2.abrupt('return', beam);
|
|
957
|
+
|
|
958
|
+
case 9:
|
|
959
|
+
case 'end':
|
|
960
|
+
return _context2.stop();
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
}, _callee2, _this2);
|
|
964
|
+
}))();
|
|
907
965
|
},
|
|
908
966
|
|
|
909
967
|
|
|
910
968
|
/* for client use */
|
|
911
969
|
report_beam_event: function report_beam_event(action, deviceType) {
|
|
912
|
-
var
|
|
970
|
+
var _this3 = this;
|
|
913
971
|
|
|
914
|
-
return _asyncToGenerator( /*#__PURE__*/regenerator.mark(function
|
|
972
|
+
return _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee3() {
|
|
915
973
|
var beam, response, res;
|
|
916
|
-
return regenerator.wrap(function
|
|
974
|
+
return regenerator.wrap(function _callee3$(_context3) {
|
|
917
975
|
while (1) {
|
|
918
|
-
switch (
|
|
976
|
+
switch (_context3.prev = _context3.next) {
|
|
919
977
|
case 0:
|
|
920
|
-
|
|
978
|
+
_context3.next = 2;
|
|
979
|
+
return _this3.get_beam(deviceType);
|
|
980
|
+
|
|
981
|
+
case 2:
|
|
982
|
+
beam = _context3.sent;
|
|
921
983
|
|
|
922
984
|
|
|
923
985
|
console.log('Call Beam', action, beam);
|
|
924
986
|
|
|
925
|
-
|
|
987
|
+
_context3.next = 6;
|
|
926
988
|
return fetch(beam_domain + '/api/beam/event', {
|
|
927
989
|
headers: {
|
|
928
990
|
'Content-Type': 'application/json',
|
|
@@ -937,36 +999,36 @@ var Beam = {
|
|
|
937
999
|
})
|
|
938
1000
|
});
|
|
939
1001
|
|
|
940
|
-
case
|
|
941
|
-
response =
|
|
942
|
-
|
|
1002
|
+
case 6:
|
|
1003
|
+
response = _context3.sent;
|
|
1004
|
+
_context3.next = 9;
|
|
943
1005
|
return response.json();
|
|
944
1006
|
|
|
945
|
-
case
|
|
946
|
-
res =
|
|
1007
|
+
case 9:
|
|
1008
|
+
res = _context3.sent;
|
|
947
1009
|
|
|
948
1010
|
if (res.error) {
|
|
949
1011
|
console.error('Beam reporting error:', res.error);
|
|
950
1012
|
}
|
|
951
1013
|
|
|
952
|
-
case
|
|
1014
|
+
case 11:
|
|
953
1015
|
case 'end':
|
|
954
|
-
return
|
|
1016
|
+
return _context3.stop();
|
|
955
1017
|
}
|
|
956
1018
|
}
|
|
957
|
-
},
|
|
1019
|
+
}, _callee3, _this3);
|
|
958
1020
|
}))();
|
|
959
1021
|
},
|
|
960
1022
|
report_beam_ad: function report_beam_ad(action, deviceType, cID, lID, campID, adSize, slotId) {
|
|
961
|
-
var
|
|
1023
|
+
var _this4 = this;
|
|
962
1024
|
|
|
963
|
-
return _asyncToGenerator( /*#__PURE__*/regenerator.mark(function
|
|
1025
|
+
return _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee4() {
|
|
964
1026
|
var beam, data, response, res;
|
|
965
|
-
return regenerator.wrap(function
|
|
1027
|
+
return regenerator.wrap(function _callee4$(_context4) {
|
|
966
1028
|
while (1) {
|
|
967
|
-
switch (
|
|
1029
|
+
switch (_context4.prev = _context4.next) {
|
|
968
1030
|
case 0:
|
|
969
|
-
beam =
|
|
1031
|
+
beam = _this4.get_beam(deviceType);
|
|
970
1032
|
data = {};
|
|
971
1033
|
|
|
972
1034
|
data.campaignId = campID;
|
|
@@ -977,7 +1039,7 @@ var Beam = {
|
|
|
977
1039
|
|
|
978
1040
|
console.log('Call DFP', action, data);
|
|
979
1041
|
|
|
980
|
-
|
|
1042
|
+
_context4.next = 10;
|
|
981
1043
|
return fetch(beam_domain + '/api/beam/ad', {
|
|
982
1044
|
headers: {
|
|
983
1045
|
'Content-Type': 'application/json',
|
|
@@ -994,12 +1056,12 @@ var Beam = {
|
|
|
994
1056
|
});
|
|
995
1057
|
|
|
996
1058
|
case 10:
|
|
997
|
-
response =
|
|
998
|
-
|
|
1059
|
+
response = _context4.sent;
|
|
1060
|
+
_context4.next = 13;
|
|
999
1061
|
return response.json();
|
|
1000
1062
|
|
|
1001
1063
|
case 13:
|
|
1002
|
-
res =
|
|
1064
|
+
res = _context4.sent;
|
|
1003
1065
|
|
|
1004
1066
|
if (res.error) {
|
|
1005
1067
|
console.error('DFP reporting error:', res.error);
|
|
@@ -1007,22 +1069,22 @@ var Beam = {
|
|
|
1007
1069
|
|
|
1008
1070
|
case 15:
|
|
1009
1071
|
case 'end':
|
|
1010
|
-
return
|
|
1072
|
+
return _context4.stop();
|
|
1011
1073
|
}
|
|
1012
1074
|
}
|
|
1013
|
-
},
|
|
1075
|
+
}, _callee4, _this4);
|
|
1014
1076
|
}))();
|
|
1015
1077
|
},
|
|
1016
1078
|
report_beam_video: function report_beam_video(action, deviceType, duration, current, segment) {
|
|
1017
|
-
var
|
|
1079
|
+
var _this5 = this;
|
|
1018
1080
|
|
|
1019
|
-
return _asyncToGenerator( /*#__PURE__*/regenerator.mark(function
|
|
1081
|
+
return _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee5() {
|
|
1020
1082
|
var beam, data, response, res;
|
|
1021
|
-
return regenerator.wrap(function
|
|
1083
|
+
return regenerator.wrap(function _callee5$(_context5) {
|
|
1022
1084
|
while (1) {
|
|
1023
|
-
switch (
|
|
1085
|
+
switch (_context5.prev = _context5.next) {
|
|
1024
1086
|
case 0:
|
|
1025
|
-
beam =
|
|
1087
|
+
beam = _this5.get_beam(deviceType);
|
|
1026
1088
|
data = {};
|
|
1027
1089
|
|
|
1028
1090
|
data.duration = duration;
|
|
@@ -1032,7 +1094,7 @@ var Beam = {
|
|
|
1032
1094
|
|
|
1033
1095
|
console.log('Call YouTube', action, data);
|
|
1034
1096
|
|
|
1035
|
-
|
|
1097
|
+
_context5.next = 9;
|
|
1036
1098
|
return fetch(beam_domain + '/api/beam/video', {
|
|
1037
1099
|
headers: {
|
|
1038
1100
|
'Content-Type': 'application/json',
|
|
@@ -1049,12 +1111,12 @@ var Beam = {
|
|
|
1049
1111
|
});
|
|
1050
1112
|
|
|
1051
1113
|
case 9:
|
|
1052
|
-
response =
|
|
1053
|
-
|
|
1114
|
+
response = _context5.sent;
|
|
1115
|
+
_context5.next = 12;
|
|
1054
1116
|
return response.json();
|
|
1055
1117
|
|
|
1056
1118
|
case 12:
|
|
1057
|
-
res =
|
|
1119
|
+
res = _context5.sent;
|
|
1058
1120
|
|
|
1059
1121
|
if (res.error) {
|
|
1060
1122
|
console.error('Video reporting error:', res.error);
|
|
@@ -1062,10 +1124,10 @@ var Beam = {
|
|
|
1062
1124
|
|
|
1063
1125
|
case 14:
|
|
1064
1126
|
case 'end':
|
|
1065
|
-
return
|
|
1127
|
+
return _context5.stop();
|
|
1066
1128
|
}
|
|
1067
1129
|
}
|
|
1068
|
-
},
|
|
1130
|
+
}, _callee5, _this5);
|
|
1069
1131
|
}))();
|
|
1070
1132
|
}
|
|
1071
1133
|
};
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -6,7 +6,7 @@ import { m as main_36 } from './main-155ec04f.js';
|
|
|
6
6
|
import { _ as _toConsumableArray } from './toConsumableArray-eb308ede.js';
|
|
7
7
|
import './core.get-iterator-method-31c1fb1a.js';
|
|
8
8
|
import { _ as _extends } from './extends-dbbe308d.js';
|
|
9
|
-
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-
|
|
9
|
+
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4cae443b.js';
|
|
10
10
|
import React__default from 'react';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import Container from 'react-bootstrap/Container';
|
|
@@ -20,10 +20,10 @@ import 'react-dom';
|
|
|
20
20
|
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
21
21
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
22
22
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
23
|
-
import './slicedToArray-
|
|
24
|
-
import './AdSlot-
|
|
23
|
+
import './slicedToArray-d1db3163.js';
|
|
24
|
+
import './AdSlot-3d2ecc87.js';
|
|
25
25
|
import './promise-e3480f1c.js';
|
|
26
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
26
|
+
import { A as ADInfeed } from './ADInfeed-94f767ec.js';
|
|
27
27
|
|
|
28
28
|
var DeckContent = function (_React$Component) {
|
|
29
29
|
_inherits(DeckContent, _React$Component);
|
package/dist/esm/DeckQueue.js
CHANGED
|
@@ -6,7 +6,7 @@ import { m as main_36 } from './main-155ec04f.js';
|
|
|
6
6
|
import { _ as _toConsumableArray } from './toConsumableArray-eb308ede.js';
|
|
7
7
|
import './core.get-iterator-method-31c1fb1a.js';
|
|
8
8
|
import { _ as _extends } from './extends-dbbe308d.js';
|
|
9
|
-
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-
|
|
9
|
+
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4cae443b.js';
|
|
10
10
|
import React__default from 'react';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import Container from 'react-bootstrap/Container';
|
|
@@ -7,7 +7,7 @@ import React__default, { useState } from 'react';
|
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
8
8
|
import { V as VisibilitySensor } from './visibility-sensor-336093e1.js';
|
|
9
9
|
import 'react-dom';
|
|
10
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
10
|
+
import { _ as _slicedToArray } from './slicedToArray-d1db3163.js';
|
|
11
11
|
|
|
12
12
|
var AD = function AD(_ref) {
|
|
13
13
|
var networkID = _ref.networkID,
|
|
@@ -4,7 +4,7 @@ import './web.dom.iterable-3be50d6c.js';
|
|
|
4
4
|
import './core.get-iterator-method-31c1fb1a.js';
|
|
5
5
|
import React__default, { useState } from 'react';
|
|
6
6
|
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
7
|
-
import { _ as _slicedToArray } from './slicedToArray-
|
|
7
|
+
import { _ as _slicedToArray } from './slicedToArray-d1db3163.js';
|
|
8
8
|
import { Figure as Figure$1 } from 'react-bootstrap';
|
|
9
9
|
|
|
10
10
|
var urlFor = function urlFor(source, client) {
|
|
@@ -2,7 +2,7 @@ import { d as debounce_1, l as lib_3 } from './debounce-93ab8f80.js';
|
|
|
2
2
|
import { m as main_36 } from './main-155ec04f.js';
|
|
3
3
|
import { _ as _toConsumableArray } from './toConsumableArray-eb308ede.js';
|
|
4
4
|
import { _ as _extends } from './extends-dbbe308d.js';
|
|
5
|
-
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-
|
|
5
|
+
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4cae443b.js';
|
|
6
6
|
import React__default, { Suspense } from 'react';
|
|
7
7
|
import Container from 'react-bootstrap/Container';
|
|
8
8
|
import Row from 'react-bootstrap/Row';
|
|
@@ -14,11 +14,11 @@ import { withRouter } from 'next/router';
|
|
|
14
14
|
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
15
15
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
16
16
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
17
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
17
|
+
import { A as ADInfeed } from './ADInfeed-94f767ec.js';
|
|
18
18
|
import { g as get_1 } from './get-9c285a85.js';
|
|
19
19
|
|
|
20
20
|
var Dfp = React__default.lazy(function () {
|
|
21
|
-
return import('./Dfp-
|
|
21
|
+
return import('./Dfp-d2d43384.js');
|
|
22
22
|
});
|
|
23
23
|
|
|
24
24
|
var AD = function AD(props) {
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -6,7 +6,7 @@ import './main-155ec04f.js';
|
|
|
6
6
|
import './toConsumableArray-eb308ede.js';
|
|
7
7
|
import './core.get-iterator-method-31c1fb1a.js';
|
|
8
8
|
import './extends-dbbe308d.js';
|
|
9
|
-
import './inherits-
|
|
9
|
+
import './inherits-4cae443b.js';
|
|
10
10
|
import 'react';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import 'react-bootstrap/Container';
|
|
@@ -20,9 +20,9 @@ import 'react-dom';
|
|
|
20
20
|
import './index-3849e3fe.js';
|
|
21
21
|
import './index-5f9f807a.js';
|
|
22
22
|
import './entities-7cc3bf45.js';
|
|
23
|
-
import './slicedToArray-
|
|
24
|
-
import './AdSlot-
|
|
23
|
+
import './slicedToArray-d1db3163.js';
|
|
24
|
+
import './AdSlot-3d2ecc87.js';
|
|
25
25
|
import './promise-e3480f1c.js';
|
|
26
|
-
import './ADInfeed-
|
|
26
|
+
import './ADInfeed-94f767ec.js';
|
|
27
27
|
import './get-9c285a85.js';
|
|
28
|
-
export { G as default } from './GridContent-
|
|
28
|
+
export { G as default } from './GridContent-ce2f615a.js';
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -6,7 +6,7 @@ import { m as main_36 } from './main-155ec04f.js';
|
|
|
6
6
|
import { _ as _toConsumableArray } from './toConsumableArray-eb308ede.js';
|
|
7
7
|
import './core.get-iterator-method-31c1fb1a.js';
|
|
8
8
|
import { _ as _extends } from './extends-dbbe308d.js';
|
|
9
|
-
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-
|
|
9
|
+
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4cae443b.js';
|
|
10
10
|
import React__default from 'react';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
import Container from 'react-bootstrap/Container';
|