@mjhls/mjh-framework 1.0.892 → 1.0.893-nav-pmg-v1

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.
Files changed (98) hide show
  1. package/README.md +168 -168
  2. package/dist/cjs/AccordionPanel.js +1 -1
  3. package/dist/cjs/ArticleProgramLandingPage.js +2 -2
  4. package/dist/cjs/ArticleSeriesListing.js +1 -1
  5. package/dist/cjs/AuthWrapper.js +1 -1
  6. package/dist/cjs/ConferenceArticleCard.js +15 -15
  7. package/dist/cjs/ContentCardPaginated.js +1 -2
  8. package/dist/cjs/DeckContent.js +8 -8
  9. package/dist/cjs/DeckQueuePaginated.js +1 -2
  10. package/dist/cjs/EventsDeck.js +17 -17
  11. package/dist/cjs/ExternalResources.js +2 -2
  12. package/dist/cjs/GridContentPaginated.js +1 -2
  13. package/dist/cjs/HamMagazine.js +10 -10
  14. package/dist/cjs/HorizontalArticleListing.js +2 -2
  15. package/dist/cjs/IssueLanding.js +31 -31
  16. package/dist/cjs/KMTracker.js +15 -15
  17. package/dist/cjs/MasterDeck.js +8 -8
  18. package/dist/cjs/MasterDeckPaginated.js +9 -10
  19. package/dist/cjs/{MediaSeriesCard-bf5492a6.js → MediaSeriesCard-7c7077e4.js} +2 -2
  20. package/dist/cjs/MediaSeriesLanding.js +8 -8
  21. package/dist/cjs/MediaSeriesLandingPaginated.js +9 -10
  22. package/dist/cjs/NavMagazine.js +11 -11
  23. package/dist/cjs/NavNative.js +14 -287
  24. package/dist/cjs/NavPMG.js +627 -0
  25. package/dist/cjs/Pagination-42f92f7c.js +97 -0
  26. package/dist/cjs/PartnerDetailListing.js +2 -2
  27. package/dist/cjs/PartnerDetailListingPaginated.js +3 -4
  28. package/dist/cjs/PublicationLanding.js +26 -26
  29. package/dist/cjs/QueueDeckExpandedPaginated.js +1 -2
  30. package/dist/cjs/RelatedContent.js +28 -28
  31. package/dist/cjs/RelatedTopicsDropdown.js +10 -10
  32. package/dist/cjs/SeriesListingDeck.js +1 -1
  33. package/dist/cjs/{SeriesSlider-ba0c5d1a.js → SeriesSlider-de93a303.js} +4 -4
  34. package/dist/cjs/SideFooter.js +2 -2
  35. package/dist/cjs/TaxonomyDescription.js +2 -2
  36. package/dist/cjs/TemplateNormal.js +2 -1
  37. package/dist/cjs/VideoProgramLandingPage.js +2 -2
  38. package/dist/cjs/VideoSeriesCard.js +1 -1
  39. package/dist/cjs/VideoSeriesListing.js +1 -1
  40. package/dist/cjs/View.js +5 -5
  41. package/dist/cjs/YoutubeGroup.js +4 -4
  42. package/dist/cjs/chunk-db8bb26d.js +281 -0
  43. package/dist/cjs/getSerializers.js +2 -2
  44. package/dist/cjs/{getTargeting-9d509319.js → getTargeting-6d59cc5b.js} +9 -9
  45. package/dist/cjs/getTargeting.js +1 -1
  46. package/dist/cjs/{index-af49d679.js → index-a703b51e.js} +2 -1
  47. package/dist/cjs/{index.esm-d81454e7.js → index.esm-5cda7fe5.js} +4 -1
  48. package/dist/cjs/index.js +7 -4
  49. package/dist/esm/AccordionPanel.js +1 -1
  50. package/dist/esm/ArticleProgramLandingPage.js +2 -2
  51. package/dist/esm/ArticleSeriesListing.js +1 -1
  52. package/dist/esm/AuthWrapper.js +1 -1
  53. package/dist/esm/ConferenceArticleCard.js +15 -15
  54. package/dist/esm/ContentCardPaginated.js +1 -2
  55. package/dist/esm/DeckContent.js +8 -8
  56. package/dist/esm/DeckQueuePaginated.js +1 -2
  57. package/dist/esm/EventsDeck.js +17 -17
  58. package/dist/esm/ExternalResources.js +2 -2
  59. package/dist/esm/GridContentPaginated.js +1 -2
  60. package/dist/esm/HamMagazine.js +10 -10
  61. package/dist/esm/HorizontalArticleListing.js +2 -2
  62. package/dist/esm/IssueLanding.js +31 -31
  63. package/dist/esm/KMTracker.js +15 -15
  64. package/dist/esm/MasterDeck.js +8 -8
  65. package/dist/esm/MasterDeckPaginated.js +9 -10
  66. package/dist/esm/{MediaSeriesCard-7f1316a2.js → MediaSeriesCard-d3601b8a.js} +2 -2
  67. package/dist/esm/MediaSeriesLanding.js +8 -8
  68. package/dist/esm/MediaSeriesLandingPaginated.js +9 -10
  69. package/dist/esm/NavMagazine.js +11 -11
  70. package/dist/esm/NavNative.js +13 -286
  71. package/dist/esm/NavPMG.js +612 -0
  72. package/dist/esm/Pagination-484b86c5.js +90 -0
  73. package/dist/esm/PartnerDetailListing.js +2 -2
  74. package/dist/esm/PartnerDetailListingPaginated.js +3 -4
  75. package/dist/esm/PublicationLanding.js +26 -26
  76. package/dist/esm/QueueDeckExpandedPaginated.js +1 -2
  77. package/dist/esm/RelatedContent.js +28 -28
  78. package/dist/esm/RelatedTopicsDropdown.js +10 -10
  79. package/dist/esm/SeriesListingDeck.js +1 -1
  80. package/dist/esm/{SeriesSlider-45adb8dc.js → SeriesSlider-98ad6d97.js} +4 -4
  81. package/dist/esm/SideFooter.js +2 -2
  82. package/dist/esm/TaxonomyDescription.js +2 -2
  83. package/dist/esm/TemplateNormal.js +2 -1
  84. package/dist/esm/VideoProgramLandingPage.js +2 -2
  85. package/dist/esm/VideoSeriesCard.js +1 -1
  86. package/dist/esm/VideoSeriesListing.js +1 -1
  87. package/dist/esm/View.js +5 -5
  88. package/dist/esm/YoutubeGroup.js +4 -4
  89. package/dist/esm/chunk-19bab6aa.js +279 -0
  90. package/dist/esm/getSerializers.js +2 -2
  91. package/dist/esm/{getTargeting-4061f839.js → getTargeting-36031a00.js} +9 -9
  92. package/dist/esm/getTargeting.js +1 -1
  93. package/dist/esm/{index-d7489d39.js → index-52dec9fe.js} +2 -1
  94. package/dist/esm/{index.esm-eb1e8e80.js → index.esm-f14a3e58.js} +4 -2
  95. package/dist/esm/index.js +6 -4
  96. package/package.json +112 -112
  97. package/dist/cjs/Pagination-885dcfbd.js +0 -90
  98. package/dist/esm/Pagination-59436882.js +0 -82
@@ -0,0 +1,281 @@
1
+ 'use strict';
2
+
3
+ var eq = require('./eq-5fc26c07.js');
4
+ var isSymbol = require('./isSymbol-03abbdf0.js');
5
+ var toNumber = require('./toNumber-5e1fac58.js');
6
+
7
+ /**
8
+ * The base implementation of `_.slice` without an iteratee call guard.
9
+ *
10
+ * @private
11
+ * @param {Array} array The array to slice.
12
+ * @param {number} [start=0] The start position.
13
+ * @param {number} [end=array.length] The end position.
14
+ * @returns {Array} Returns the slice of `array`.
15
+ */
16
+ function baseSlice(array, start, end) {
17
+ var index = -1,
18
+ length = array.length;
19
+
20
+ if (start < 0) {
21
+ start = -start > length ? 0 : (length + start);
22
+ }
23
+ end = end > length ? length : end;
24
+ if (end < 0) {
25
+ end += length;
26
+ }
27
+ length = start > end ? 0 : ((end - start) >>> 0);
28
+ start >>>= 0;
29
+
30
+ var result = Array(length);
31
+ while (++index < length) {
32
+ result[index] = array[index + start];
33
+ }
34
+ return result;
35
+ }
36
+
37
+ var _baseSlice = baseSlice;
38
+
39
+ /** Used as references for various `Number` constants. */
40
+ var MAX_SAFE_INTEGER$1 = 9007199254740991;
41
+
42
+ /**
43
+ * Checks if `value` is a valid array-like length.
44
+ *
45
+ * **Note:** This method is loosely based on
46
+ * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
47
+ *
48
+ * @static
49
+ * @memberOf _
50
+ * @since 4.0.0
51
+ * @category Lang
52
+ * @param {*} value The value to check.
53
+ * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
54
+ * @example
55
+ *
56
+ * _.isLength(3);
57
+ * // => true
58
+ *
59
+ * _.isLength(Number.MIN_VALUE);
60
+ * // => false
61
+ *
62
+ * _.isLength(Infinity);
63
+ * // => false
64
+ *
65
+ * _.isLength('3');
66
+ * // => false
67
+ */
68
+ function isLength(value) {
69
+ return typeof value == 'number' &&
70
+ value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER$1;
71
+ }
72
+
73
+ var isLength_1 = isLength;
74
+
75
+ /**
76
+ * Checks if `value` is array-like. A value is considered array-like if it's
77
+ * not a function and has a `value.length` that's an integer greater than or
78
+ * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
79
+ *
80
+ * @static
81
+ * @memberOf _
82
+ * @since 4.0.0
83
+ * @category Lang
84
+ * @param {*} value The value to check.
85
+ * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
86
+ * @example
87
+ *
88
+ * _.isArrayLike([1, 2, 3]);
89
+ * // => true
90
+ *
91
+ * _.isArrayLike(document.body.children);
92
+ * // => true
93
+ *
94
+ * _.isArrayLike('abc');
95
+ * // => true
96
+ *
97
+ * _.isArrayLike(_.noop);
98
+ * // => false
99
+ */
100
+ function isArrayLike(value) {
101
+ return value != null && isLength_1(value.length) && !eq.isFunction_1(value);
102
+ }
103
+
104
+ var isArrayLike_1 = isArrayLike;
105
+
106
+ /** Used as references for various `Number` constants. */
107
+ var MAX_SAFE_INTEGER = 9007199254740991;
108
+
109
+ /** Used to detect unsigned integer values. */
110
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
111
+
112
+ /**
113
+ * Checks if `value` is a valid array-like index.
114
+ *
115
+ * @private
116
+ * @param {*} value The value to check.
117
+ * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
118
+ * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
119
+ */
120
+ function isIndex(value, length) {
121
+ var type = typeof value;
122
+ length = length == null ? MAX_SAFE_INTEGER : length;
123
+
124
+ return !!length &&
125
+ (type == 'number' ||
126
+ (type != 'symbol' && reIsUint.test(value))) &&
127
+ (value > -1 && value % 1 == 0 && value < length);
128
+ }
129
+
130
+ var _isIndex = isIndex;
131
+
132
+ /**
133
+ * Checks if the given arguments are from an iteratee call.
134
+ *
135
+ * @private
136
+ * @param {*} value The potential iteratee value argument.
137
+ * @param {*} index The potential iteratee index or key argument.
138
+ * @param {*} object The potential iteratee object argument.
139
+ * @returns {boolean} Returns `true` if the arguments are from an iteratee call,
140
+ * else `false`.
141
+ */
142
+ function isIterateeCall(value, index, object) {
143
+ if (!isSymbol.isObject_1(object)) {
144
+ return false;
145
+ }
146
+ var type = typeof index;
147
+ if (type == 'number'
148
+ ? (isArrayLike_1(object) && _isIndex(index, object.length))
149
+ : (type == 'string' && index in object)
150
+ ) {
151
+ return eq.eq_1(object[index], value);
152
+ }
153
+ return false;
154
+ }
155
+
156
+ var _isIterateeCall = isIterateeCall;
157
+
158
+ /** Used as references for various `Number` constants. */
159
+ var INFINITY = 1 / 0,
160
+ MAX_INTEGER = 1.7976931348623157e+308;
161
+
162
+ /**
163
+ * Converts `value` to a finite number.
164
+ *
165
+ * @static
166
+ * @memberOf _
167
+ * @since 4.12.0
168
+ * @category Lang
169
+ * @param {*} value The value to convert.
170
+ * @returns {number} Returns the converted number.
171
+ * @example
172
+ *
173
+ * _.toFinite(3.2);
174
+ * // => 3.2
175
+ *
176
+ * _.toFinite(Number.MIN_VALUE);
177
+ * // => 5e-324
178
+ *
179
+ * _.toFinite(Infinity);
180
+ * // => 1.7976931348623157e+308
181
+ *
182
+ * _.toFinite('3.2');
183
+ * // => 3.2
184
+ */
185
+ function toFinite(value) {
186
+ if (!value) {
187
+ return value === 0 ? value : 0;
188
+ }
189
+ value = toNumber.toNumber_1(value);
190
+ if (value === INFINITY || value === -INFINITY) {
191
+ var sign = (value < 0 ? -1 : 1);
192
+ return sign * MAX_INTEGER;
193
+ }
194
+ return value === value ? value : 0;
195
+ }
196
+
197
+ var toFinite_1 = toFinite;
198
+
199
+ /**
200
+ * Converts `value` to an integer.
201
+ *
202
+ * **Note:** This method is loosely based on
203
+ * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).
204
+ *
205
+ * @static
206
+ * @memberOf _
207
+ * @since 4.0.0
208
+ * @category Lang
209
+ * @param {*} value The value to convert.
210
+ * @returns {number} Returns the converted integer.
211
+ * @example
212
+ *
213
+ * _.toInteger(3.2);
214
+ * // => 3
215
+ *
216
+ * _.toInteger(Number.MIN_VALUE);
217
+ * // => 0
218
+ *
219
+ * _.toInteger(Infinity);
220
+ * // => 1.7976931348623157e+308
221
+ *
222
+ * _.toInteger('3.2');
223
+ * // => 3
224
+ */
225
+ function toInteger(value) {
226
+ var result = toFinite_1(value),
227
+ remainder = result % 1;
228
+
229
+ return result === result ? (remainder ? result - remainder : result) : 0;
230
+ }
231
+
232
+ var toInteger_1 = toInteger;
233
+
234
+ /* Built-in method references for those with the same name as other `lodash` methods. */
235
+ var nativeCeil = Math.ceil,
236
+ nativeMax = Math.max;
237
+
238
+ /**
239
+ * Creates an array of elements split into groups the length of `size`.
240
+ * If `array` can't be split evenly, the final chunk will be the remaining
241
+ * elements.
242
+ *
243
+ * @static
244
+ * @memberOf _
245
+ * @since 3.0.0
246
+ * @category Array
247
+ * @param {Array} array The array to process.
248
+ * @param {number} [size=1] The length of each chunk
249
+ * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
250
+ * @returns {Array} Returns the new array of chunks.
251
+ * @example
252
+ *
253
+ * _.chunk(['a', 'b', 'c', 'd'], 2);
254
+ * // => [['a', 'b'], ['c', 'd']]
255
+ *
256
+ * _.chunk(['a', 'b', 'c', 'd'], 3);
257
+ * // => [['a', 'b', 'c'], ['d']]
258
+ */
259
+ function chunk(array, size, guard) {
260
+ if ((guard ? _isIterateeCall(array, size, guard) : size === undefined)) {
261
+ size = 1;
262
+ } else {
263
+ size = nativeMax(toInteger_1(size), 0);
264
+ }
265
+ var length = array == null ? 0 : array.length;
266
+ if (!length || size < 1) {
267
+ return [];
268
+ }
269
+ var index = 0,
270
+ resIndex = 0,
271
+ result = Array(nativeCeil(length / size));
272
+
273
+ while (index < length) {
274
+ result[resIndex++] = _baseSlice(array, index, (index += size));
275
+ }
276
+ return result;
277
+ }
278
+
279
+ var chunk_1 = chunk;
280
+
281
+ exports.chunk_1 = chunk_1;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./extends-7c86182f.js');
4
4
  require('react');
5
- var getSerializers = require('./index-af49d679.js');
5
+ var getSerializers = require('./index-a703b51e.js');
6
6
  require('./BlockContent-9ebd251f.js');
7
7
  require('./entities-df1aed86.js');
8
8
  require('./_commonjsHelpers-06173234.js');
@@ -50,7 +50,7 @@ require('react-bootstrap/Col');
50
50
  require('./inherits-de66ea16.js');
51
51
  require('./_object-sap-d1978572.js');
52
52
  require('./define-property-e8404b64.js');
53
- require('./index.esm-d81454e7.js');
53
+ require('./index.esm-5cda7fe5.js');
54
54
  require('./iconBase-be4097c0.js');
55
55
  require('react-bootstrap/Figure');
56
56
  require('react-bootstrap/OverlayTrigger');
@@ -4,18 +4,18 @@ var _extends = require('./extends-7c86182f.js');
4
4
  var toConsumableArray = require('./toConsumableArray-d7797c2b.js');
5
5
 
6
6
  var getContentPlacementUrl = function getContentPlacementUrl(cp) {
7
- var cp_url = '';
8
- if (cp.ancestor && typeof cp.ancestor == 'string') {
9
- cp_url += (cp_url === '' ? '' : '/') + cp.ancestor;
10
- }
7
+ var cp_url = '';
8
+ if (cp.ancestor && typeof cp.ancestor == 'string') {
9
+ cp_url += (cp_url === '' ? '' : '/') + cp.ancestor;
10
+ }
11
11
 
12
- if (!cp.ancestor && cp.parent && typeof cp.parent == 'string') {
13
- cp_url += (cp_url === '' ? '' : '/') + cp.parent;
14
- }
12
+ if (!cp.ancestor && cp.parent && typeof cp.parent == 'string') {
13
+ cp_url += (cp_url === '' ? '' : '/') + cp.parent;
14
+ }
15
15
 
16
- cp_url += (cp_url === '' ? '' : '/') + (cp.adTargetingURL ? adTargetingURL : cp.path);
16
+ cp_url += (cp_url === '' ? '' : '/') + (cp.adTargetingURL ? adTargetingURL : cp.path);
17
17
 
18
- return cp_url;
18
+ return cp_url;
19
19
  };
20
20
 
21
21
  var getTargeting = function getTargeting(props) {
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./extends-7c86182f.js');
4
4
  require('./toConsumableArray-d7797c2b.js');
5
- var getTargeting = require('./getTargeting-9d509319.js');
5
+ var getTargeting = require('./getTargeting-6d59cc5b.js');
6
6
  require('./_commonjsHelpers-06173234.js');
7
7
  require('./core.get-iterator-method-5643aa10.js');
8
8
  require('./_object-pie-083f2dd6.js');
@@ -33,7 +33,7 @@ var Row = require('react-bootstrap/Row');
33
33
  var Col = require('react-bootstrap/Col');
34
34
  var Head = require('next/head');
35
35
  var inherits = require('./inherits-de66ea16.js');
36
- var index_esm = require('./index.esm-d81454e7.js');
36
+ var index_esm = require('./index.esm-5cda7fe5.js');
37
37
  var Figure$1 = require('react-bootstrap/Figure');
38
38
  var OverlayTrigger = require('react-bootstrap/OverlayTrigger');
39
39
  var Tooltip = require('react-bootstrap/Tooltip');
@@ -2535,6 +2535,7 @@ var Video = function Video(_ref) {
2535
2535
  playlistId: playlistID,
2536
2536
  playerId: accountIDs.brightcove.playerId,
2537
2537
  onSuccess: onVideoSuccess,
2538
+ onFailure: onVideoFailure,
2538
2539
  attrs: { className: 'brightcove-fluid brightcove-playlist', autoplay: 'muted' }
2539
2540
  }),
2540
2541
  React__default['default'].createElement(
@@ -3,7 +3,9 @@
3
3
  var iconBase = require('./iconBase-be4097c0.js');
4
4
 
5
5
  // THIS FILE IS AUTO GENERATED
6
- function IoIosArrowDropupCircle (props) {
6
+ function IoIosArrowDropdownCircle (props) {
7
+ return iconBase.GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M48 256c0 114.9 93.1 208 208 208s208-93.1 208-208S370.9 48 256 48 48 141.1 48 256zm289.1-43.4c7.5-7.5 19.8-7.5 27.3 0 3.8 3.8 5.6 8.7 5.6 13.6s-1.9 9.9-5.7 13.7l-94.3 94c-7.6 6.9-19.3 6.7-26.6-.6l-95.7-95.4c-7.5-7.5-7.6-19.7 0-27.3 7.5-7.5 19.7-7.6 27.3 0l81.1 81.9 81-79.9z"}}]})(props);
8
+ }function IoIosArrowDropupCircle (props) {
7
9
  return iconBase.GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M256 464c114.9 0 208-93.1 208-208S370.9 48 256 48 48 141.1 48 256s93.1 208 208 208zm0-244.5l-81.1 81.9c-7.5 7.5-19.8 7.5-27.3 0s-7.5-19.8 0-27.3l95.7-95.4c7.3-7.3 19.1-7.5 26.6-.6l94.3 94c3.8 3.8 5.7 8.7 5.7 13.7 0 4.9-1.9 9.9-5.6 13.6-7.5 7.5-19.7 7.6-27.3 0l-81-79.9z"}}]})(props);
8
10
  }function IoIosArrowForward (props) {
9
11
  return iconBase.GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M294.1 256L167 129c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.3 34 0L345 239c9.1 9.1 9.3 23.7.7 33.1L201.1 417c-4.7 4.7-10.9 7-17 7s-12.3-2.3-17-7c-9.4-9.4-9.4-24.6 0-33.9l127-127.1z"}}]})(props);
@@ -13,6 +15,7 @@ function IoIosArrowDropupCircle (props) {
13
15
  return iconBase.GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M256 48c-42.9 0-84.2 13-119.2 37.5-34.2 24-60.2 57.2-75.1 96.1L58 192h45.7l1.9-5c8.2-17.8 19.4-33.9 33.5-48 31.2-31.2 72.7-48.4 116.9-48.4s85.7 17.2 116.9 48.4c31.2 31.2 48.4 72.7 48.4 116.9 0 44.1-17.2 85.7-48.4 116.9-31.2 31.2-72.7 48.4-116.9 48.4-44.1 0-85.6-17.2-116.9-48.4-14-14-25.3-30.1-33.5-47.9l-1.9-5H58l3.6 10.4c14.9 38.9 40.9 72.1 75.1 96.1C171.8 451.1 213 464 256 464c114.7 0 208-93.3 208-208S370.7 48 256 48z"}},{"tag":"path","attr":{"d":"M48 277.4h189.7l-43.6 44.7L224 352l96-96-96-96-31 29.9 44.7 44.7H48v42.8z"}}]})(props);
14
16
  }
15
17
 
18
+ exports.IoIosArrowDropdownCircle = IoIosArrowDropdownCircle;
16
19
  exports.IoIosArrowDropupCircle = IoIosArrowDropupCircle;
17
20
  exports.IoIosArrowForward = IoIosArrowForward;
18
21
  exports.IoMdArrowDropdown = IoMdArrowDropdown;
package/dist/cjs/index.js CHANGED
@@ -35,6 +35,7 @@ var NavMagazine = require('./NavMagazine.js');
35
35
  var NavNative = require('./NavNative.js');
36
36
  var NavDvm = require('./NavDvm.js');
37
37
  var HamMagazine = require('./HamMagazine.js');
38
+ var NavPMG = require('./NavPMG.js');
38
39
  var TemplateNormal = require('./TemplateNormal.js');
39
40
  var AD = require('./AD.js');
40
41
  var AD300x250 = require('./AD300x250.js');
@@ -82,7 +83,7 @@ var VerticalHero = require('./VerticalHero.js');
82
83
  var YahooHero = require('./YahooHero.js');
83
84
  var GridHero = require('./GridHero.js');
84
85
  var ConferenceArticleCard = require('./ConferenceArticleCard.js');
85
- var getSerializers = require('./index-af49d679.js');
86
+ var getSerializers = require('./index-a703b51e.js');
86
87
  var Beam = require('./Beam.js');
87
88
  var Segment = require('./Segment.js');
88
89
  var KMTracker = require('./KMTracker.js');
@@ -97,7 +98,7 @@ var VideoSeriesLandingPage = require('./VideoSeriesLandingPage.js');
97
98
  var ArticleProgramLandingPage = require('./ArticleProgramLandingPage.js');
98
99
  var ArticleSeriesLandingPage = require('./ArticleSeriesLandingPage.js');
99
100
  var Schema = require('./Schema.js');
100
- var getTargeting = require('./getTargeting-9d509319.js');
101
+ var getTargeting = require('./getTargeting-6d59cc5b.js');
101
102
  var getKeywords = require('./getKeywords.js');
102
103
  var getQuery = require('./getQuery.js');
103
104
  require('./toConsumableArray-d7797c2b.js');
@@ -146,7 +147,7 @@ require('./index-187c967e.js');
146
147
  require('./smoothscroll-99df7f93.js');
147
148
  require('react-bootstrap');
148
149
  require('./timeDifferenceCalc.js');
149
- require('./index.esm-d81454e7.js');
150
+ require('./index.esm-5cda7fe5.js');
150
151
  require('./iconBase-be4097c0.js');
151
152
  require('./asyncToGenerator-77821af0.js');
152
153
  require('./defineProperty-9673846a.js');
@@ -172,6 +173,7 @@ require('./NavFooter-3dcd99a8.js');
172
173
  require('./index.esm-2bb721c8.js');
173
174
  require('./SocialSearchComponent-b7faaedc.js');
174
175
  require('react-bootstrap/FormControl');
176
+ require('./chunk-db8bb26d.js');
175
177
  require('react-ga');
176
178
  require('react-bootstrap/Carousel');
177
179
  require('react-bootstrap/Breadcrumb');
@@ -192,7 +194,7 @@ require('swr');
192
194
  require('passport-local');
193
195
  require('mysql');
194
196
  require('./md5-e1ca5797.js');
195
- require('./SeriesSlider-ba0c5d1a.js');
197
+ require('./SeriesSlider-de93a303.js');
196
198
  require('./style-inject.es-dcee06b6.js');
197
199
  require('disqus-react');
198
200
  require('react-twitter-embed');
@@ -317,6 +319,7 @@ exports.NavMagazine = NavMagazine['default'];
317
319
  exports.NavNative = NavNative.NavNative;
318
320
  exports.NavDvm = NavDvm.NavDvm;
319
321
  exports.HamMagazine = HamMagazine.HamMagazine;
322
+ exports.NavPMG = NavPMG.NavPMG;
320
323
  exports.TemplateNormal = TemplateNormal;
321
324
  exports.AD = AD;
322
325
  exports.AD300x250 = AD300x250;
@@ -2,7 +2,7 @@ import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
2
2
  import React__default, { useState } from 'react';
3
3
  import Accordion from 'react-bootstrap/Accordion';
4
4
  import { useAccordionToggle } from 'react-bootstrap/AccordionToggle';
5
- import { a as IoMdArrowDropdown } from './index.esm-eb1e8e80.js';
5
+ import { a as IoMdArrowDropdown } from './index.esm-f14a3e58.js';
6
6
  import './_commonjsHelpers-0c4b6f40.js';
7
7
  import './web.dom.iterable-ab4dea5c.js';
8
8
  import './core.get-iterator-method-ea258bb1.js';
@@ -3,7 +3,7 @@ import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
3
3
  import { _ as _extends } from './extends-6d8e3924.js';
4
4
  import React__default from 'react';
5
5
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
6
- import { g as getSerializers } from './index-d7489d39.js';
6
+ import { g as getSerializers } from './index-52dec9fe.js';
7
7
  import ArticleSeriesListing from './ArticleSeriesListing.js';
8
8
  import './_commonjsHelpers-0c4b6f40.js';
9
9
  import './core.get-iterator-method-ea258bb1.js';
@@ -49,7 +49,7 @@ import 'react-bootstrap/Col';
49
49
  import './inherits-a6ba2ec4.js';
50
50
  import './_object-sap-7cee6f84.js';
51
51
  import './define-property-5f1bda73.js';
52
- import './index.esm-eb1e8e80.js';
52
+ import './index.esm-f14a3e58.js';
53
53
  import './iconBase-ccc56b97.js';
54
54
  import 'react-bootstrap/Figure';
55
55
  import 'react-bootstrap/OverlayTrigger';
@@ -4,7 +4,7 @@ import React__default from 'react';
4
4
  import { l as lib_3 } from './index-f0fc23eb.js';
5
5
  import Container from 'react-bootstrap/Container';
6
6
  import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
7
- import { I as IoIosArrowForward } from './index.esm-eb1e8e80.js';
7
+ import { I as IoIosArrowForward } from './index.esm-f14a3e58.js';
8
8
  import { m as moment } from './moment-bc12cb97.js';
9
9
  import { withRouter } from 'next/router';
10
10
  import YoutubeGroup from './YoutubeGroup.js';
@@ -1761,7 +1761,7 @@ client$1.Provider;
1761
1761
 
1762
1762
  var client = client$1.default;
1763
1763
 
1764
- var css = ".AuthWrapper-module_loginBox__3l-BE {\n margin-bottom: 2rem;\n width: 350px;\n max-width: 90vw;\n margin-left: auto;\n margin-right: auto;\n /* box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.15); */\n background: #fff;\n z-index: 1;\n}\n.AuthWrapper-module_loginBox_title__12rGD {\n margin-bottom: 2rem;\n text-align: center;\n}\n.AuthWrapper-module_bar__1dafn {\n background: #eee;\n margin-left: unset;\n margin-right: unset;\n}\n.AuthWrapper-module_bar__1dafn:nth-child(1) {\n float: left;\n border-right: 1rem solid #fff;\n background: rgb(245, 245, 245);\n height: 10rem;\n width: 25%;\n margin-left: auto;\n margin-right: auto;\n margin-bottom: 2rem;\n}\n.AuthWrapper-module_bar__1dafn:nth-child(2n) {\n width: 97%;\n height: 1.5rem;\n margin-bottom: 0.25rem;\n}\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(3n) {\n width: 96%;\n height: 1.5rem;\n margin-bottom: 1.5rem;\n}\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(4n) {\n width: 72%;\n height: 1.5rem;\n margin-bottom: 0.25rem;\n}\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(5n) {\n width: 88%;\n height: 1.5rem;\n margin-bottom: 0.25rem;\n}\n\n.AuthWrapper-module_iframe__2wDJW {\n margin-top: -3rem;\n border: none;\n width: 100%;\n height: 1900px;\n}";
1764
+ var css = ".AuthWrapper-module_loginBox__3l-BE {\r\n margin-bottom: 2rem;\r\n width: 350px;\r\n max-width: 90vw;\r\n margin-left: auto;\r\n margin-right: auto;\r\n /* box-shadow: 2px 5px 12px rgba(0, 0, 0, 0.15); */\r\n background: #fff;\r\n z-index: 1;\r\n}\r\n.AuthWrapper-module_loginBox_title__12rGD {\r\n margin-bottom: 2rem;\r\n text-align: center;\r\n}\r\n.AuthWrapper-module_bar__1dafn {\r\n background: #eee;\r\n margin-left: unset;\r\n margin-right: unset;\r\n}\r\n.AuthWrapper-module_bar__1dafn:nth-child(1) {\r\n float: left;\r\n border-right: 1rem solid #fff;\r\n background: rgb(245, 245, 245);\r\n height: 10rem;\r\n width: 25%;\r\n margin-left: auto;\r\n margin-right: auto;\r\n margin-bottom: 2rem;\r\n}\r\n.AuthWrapper-module_bar__1dafn:nth-child(2n) {\r\n width: 97%;\r\n height: 1.5rem;\r\n margin-bottom: 0.25rem;\r\n}\r\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(3n) {\r\n width: 96%;\r\n height: 1.5rem;\r\n margin-bottom: 1.5rem;\r\n}\r\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(4n) {\r\n width: 72%;\r\n height: 1.5rem;\r\n margin-bottom: 0.25rem;\r\n}\r\n.AuthWrapper-module_bar__1dafn.AuthWrapper-module_bar__1dafn:nth-child(5n) {\r\n width: 88%;\r\n height: 1.5rem;\r\n margin-bottom: 0.25rem;\r\n}\r\n\r\n.AuthWrapper-module_iframe__2wDJW {\r\n margin-top: -3rem;\r\n border: none;\r\n width: 100%;\r\n height: 1900px;\r\n}";
1765
1765
  var styles = { "loginBox": "AuthWrapper-module_loginBox__3l-BE", "loginBox_title": "AuthWrapper-module_loginBox_title__12rGD", "bar": "AuthWrapper-module_bar__1dafn", "iframe": "AuthWrapper-module_iframe__2wDJW" };
1766
1766
  styleInject(css);
1767
1767
 
@@ -7,21 +7,21 @@ import './web.dom.iterable-ab4dea5c.js';
7
7
  import './core.get-iterator-method-ea258bb1.js';
8
8
  import './index-3f5c03b2.js';
9
9
 
10
- /*
11
- Example usage - targetedonc.com/latest-conference
12
- const query = `*[!(_id in path("drafts.**")) && _type == "article" && defined(title) && is_visible == true && published <= '${today}' && references('b49d36b8-aa56-4183-a2bc-1568c229fb72') ] | order(published desc) [$from...$to] {
13
- ...,
14
- title,
15
- summary,
16
- thumbnail,
17
- url,
18
- published,
19
- documentGroup->,
20
- contentCategory->,
21
- 'pageNumber': ${currentPage}
22
- }`
23
-
24
- const posts = await client.fetch(query, params)
10
+ /*
11
+ Example usage - targetedonc.com/latest-conference
12
+ const query = `*[!(_id in path("drafts.**")) && _type == "article" && defined(title) && is_visible == true && published <= '${today}' && references('b49d36b8-aa56-4183-a2bc-1568c229fb72') ] | order(published desc) [$from...$to] {
13
+ ...,
14
+ title,
15
+ summary,
16
+ thumbnail,
17
+ url,
18
+ published,
19
+ documentGroup->,
20
+ contentCategory->,
21
+ 'pageNumber': ${currentPage}
22
+ }`
23
+
24
+ const posts = await client.fetch(query, params)
25
25
  */
26
26
 
27
27
  var ConferenceArticleCard = function ConferenceArticleCard(props) {
@@ -15,7 +15,7 @@ import { L as LazyLoad } from './index-755f2cc2.js';
15
15
  import { m as main_43 } from './main-1894c974.js';
16
16
  import { c as clean_html_1 } from './entities-6d9154b4.js';
17
17
  import { A as ADInfeed } from './ADInfeed-0a55cd2d.js';
18
- import { P as Pagination } from './Pagination-59436882.js';
18
+ import { P as Pagination } from './Pagination-484b86c5.js';
19
19
  import Spinner from 'react-bootstrap/Spinner';
20
20
  import './_commonjsHelpers-0c4b6f40.js';
21
21
  import './core.get-iterator-method-ea258bb1.js';
@@ -39,7 +39,6 @@ import './toNumber-5aeba6e7.js';
39
39
  import './Beam.js';
40
40
  import './stringify-2b084bee.js';
41
41
  import './Segment.js';
42
- import 'react-paginate';
43
42
  import 'react-bootstrap/Button';
44
43
  import './index.esm-1bd8a0a8.js';
45
44
  import './iconBase-ccc56b97.js';
@@ -172,14 +172,14 @@ var DeckContent = function (_React$Component) {
172
172
  var newPath = pageNumber === 1 ? '' + path : path + '?page=' + pageNumber;
173
173
 
174
174
  // please leave this for later debug purpose : Yong Jun.
175
- /* console.log('page change reported', {
176
- currentPage: currentPage,
177
- pageNumber: pageNumber,
178
- pathname: pathname,
179
- path: path,
180
- newPath: newPath,
181
- firstPage: pageNumber === 1,
182
- queryString: queryString
175
+ /* console.log('page change reported', {
176
+ currentPage: currentPage,
177
+ pageNumber: pageNumber,
178
+ pathname: pathname,
179
+ path: path,
180
+ newPath: newPath,
181
+ firstPage: pageNumber === 1,
182
+ queryString: queryString
183
183
  }) */
184
184
 
185
185
  if (pageview) {
@@ -16,7 +16,7 @@ import { g as get_1 } from './get-3c308da4.js';
16
16
  import { m as main_43 } from './main-1894c974.js';
17
17
  import urlFor from './urlFor.js';
18
18
  import { c as clean_html_1 } from './entities-6d9154b4.js';
19
- import { P as Pagination } from './Pagination-59436882.js';
19
+ import { P as Pagination } from './Pagination-484b86c5.js';
20
20
  import './_commonjsHelpers-0c4b6f40.js';
21
21
  import './core.get-iterator-method-ea258bb1.js';
22
22
  import './web.dom.iterable-ab4dea5c.js';
@@ -34,7 +34,6 @@ import './isSymbol-a7e9aafe.js';
34
34
  import './eq-bdcbf886.js';
35
35
  import './slicedToArray-6ebcbfea.js';
36
36
  import './index-3f5c03b2.js';
37
- import 'react-paginate';
38
37
  import 'react-bootstrap/Button';
39
38
  import './index.esm-1bd8a0a8.js';
40
39
  import './iconBase-ccc56b97.js';
@@ -243,23 +243,23 @@ var EventsDeck = function EventsDeck(_ref) {
243
243
  if (cventAccessToken && cventAccessToken !== 'undefined') {
244
244
  setAccessToken(cventAccessToken);
245
245
  } else {
246
- /*const encodedData = window.btoa(clientId + ':' + clientSecret)
247
- //const url = `${corsProxy}https://api-platform.cvent.com/ea/oauth2/token`
248
- const url = `https://api-platform.cvent.com/ea/oauth2/token`
249
- fetch(url, {
250
- headers: {
251
- 'Content-Type': 'application/x-www-form-urlencoded',
252
- Authorization: `Basic ${encodedData}`
253
- },
254
- method: 'POST',
255
- body: `grant_type=client_credentials&client_id=${clientId}`
256
- })
257
- .then((response) => response.json())
258
- .then((json) => {
259
- const inOneHour = new Date(new Date().getTime() + 60 * 60 * 1000)
260
- Cookies.set('cvent_access_token', json.access_token, { expires: inOneHour })
261
- setAccessToken(json.access_token)
262
- })
246
+ /*const encodedData = window.btoa(clientId + ':' + clientSecret)
247
+ //const url = `${corsProxy}https://api-platform.cvent.com/ea/oauth2/token`
248
+ const url = `https://api-platform.cvent.com/ea/oauth2/token`
249
+ fetch(url, {
250
+ headers: {
251
+ 'Content-Type': 'application/x-www-form-urlencoded',
252
+ Authorization: `Basic ${encodedData}`
253
+ },
254
+ method: 'POST',
255
+ body: `grant_type=client_credentials&client_id=${clientId}`
256
+ })
257
+ .then((response) => response.json())
258
+ .then((json) => {
259
+ const inOneHour = new Date(new Date().getTime() + 60 * 60 * 1000)
260
+ Cookies.set('cvent_access_token', json.access_token, { expires: inOneHour })
261
+ setAccessToken(json.access_token)
262
+ })
263
263
  .catch((e) => console.log(e))*/
264
264
  // hello
265
265
  var url = 'https://beam.mjhlifesciences.com/api/cvent/token';
@@ -2,7 +2,7 @@ import { _ as _extends } from './extends-6d8e3924.js';
2
2
  import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
3
3
  import React__default, { useState, useEffect } from 'react';
4
4
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
5
- import { g as getSerializers } from './index-d7489d39.js';
5
+ import { g as getSerializers } from './index-52dec9fe.js';
6
6
  import { m as momentTimezone } from './index-79cfd25c.js';
7
7
  import { useRouter } from 'next/router';
8
8
  import Button from 'react-bootstrap/Button';
@@ -49,7 +49,7 @@ import 'react-bootstrap/Col';
49
49
  import './inherits-a6ba2ec4.js';
50
50
  import './_object-sap-7cee6f84.js';
51
51
  import './define-property-5f1bda73.js';
52
- import './index.esm-eb1e8e80.js';
52
+ import './index.esm-f14a3e58.js';
53
53
  import './iconBase-ccc56b97.js';
54
54
  import 'react-bootstrap/Figure';
55
55
  import 'react-bootstrap/OverlayTrigger';
@@ -22,7 +22,7 @@ import urlFor from './urlFor.js';
22
22
  import { m as main_43 } from './main-1894c974.js';
23
23
  import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
24
24
  import { P as PublicationFeature } from './PublicationFeature-d88e76b9.js';
25
- import { P as Pagination } from './Pagination-59436882.js';
25
+ import { P as Pagination } from './Pagination-484b86c5.js';
26
26
  import Spinner from 'react-bootstrap/Spinner';
27
27
  import './_commonjsHelpers-0c4b6f40.js';
28
28
  import './core.get-iterator-method-ea258bb1.js';
@@ -47,7 +47,6 @@ import './Segment.js';
47
47
  import './eq-bdcbf886.js';
48
48
  import './index-3f5c03b2.js';
49
49
  import 'react-bootstrap/Button';
50
- import 'react-paginate';
51
50
  import './index.esm-1bd8a0a8.js';
52
51
  import './iconBase-ccc56b97.js';
53
52