@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,279 @@
1
+ import { i as isFunction_1, e as eq_1 } from './eq-bdcbf886.js';
2
+ import { i as isObject_1 } from './isSymbol-a7e9aafe.js';
3
+ import { t as toNumber_1 } from './toNumber-5aeba6e7.js';
4
+
5
+ /**
6
+ * The base implementation of `_.slice` without an iteratee call guard.
7
+ *
8
+ * @private
9
+ * @param {Array} array The array to slice.
10
+ * @param {number} [start=0] The start position.
11
+ * @param {number} [end=array.length] The end position.
12
+ * @returns {Array} Returns the slice of `array`.
13
+ */
14
+ function baseSlice(array, start, end) {
15
+ var index = -1,
16
+ length = array.length;
17
+
18
+ if (start < 0) {
19
+ start = -start > length ? 0 : (length + start);
20
+ }
21
+ end = end > length ? length : end;
22
+ if (end < 0) {
23
+ end += length;
24
+ }
25
+ length = start > end ? 0 : ((end - start) >>> 0);
26
+ start >>>= 0;
27
+
28
+ var result = Array(length);
29
+ while (++index < length) {
30
+ result[index] = array[index + start];
31
+ }
32
+ return result;
33
+ }
34
+
35
+ var _baseSlice = baseSlice;
36
+
37
+ /** Used as references for various `Number` constants. */
38
+ var MAX_SAFE_INTEGER$1 = 9007199254740991;
39
+
40
+ /**
41
+ * Checks if `value` is a valid array-like length.
42
+ *
43
+ * **Note:** This method is loosely based on
44
+ * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
45
+ *
46
+ * @static
47
+ * @memberOf _
48
+ * @since 4.0.0
49
+ * @category Lang
50
+ * @param {*} value The value to check.
51
+ * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
52
+ * @example
53
+ *
54
+ * _.isLength(3);
55
+ * // => true
56
+ *
57
+ * _.isLength(Number.MIN_VALUE);
58
+ * // => false
59
+ *
60
+ * _.isLength(Infinity);
61
+ * // => false
62
+ *
63
+ * _.isLength('3');
64
+ * // => false
65
+ */
66
+ function isLength(value) {
67
+ return typeof value == 'number' &&
68
+ value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER$1;
69
+ }
70
+
71
+ var isLength_1 = isLength;
72
+
73
+ /**
74
+ * Checks if `value` is array-like. A value is considered array-like if it's
75
+ * not a function and has a `value.length` that's an integer greater than or
76
+ * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
77
+ *
78
+ * @static
79
+ * @memberOf _
80
+ * @since 4.0.0
81
+ * @category Lang
82
+ * @param {*} value The value to check.
83
+ * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
84
+ * @example
85
+ *
86
+ * _.isArrayLike([1, 2, 3]);
87
+ * // => true
88
+ *
89
+ * _.isArrayLike(document.body.children);
90
+ * // => true
91
+ *
92
+ * _.isArrayLike('abc');
93
+ * // => true
94
+ *
95
+ * _.isArrayLike(_.noop);
96
+ * // => false
97
+ */
98
+ function isArrayLike(value) {
99
+ return value != null && isLength_1(value.length) && !isFunction_1(value);
100
+ }
101
+
102
+ var isArrayLike_1 = isArrayLike;
103
+
104
+ /** Used as references for various `Number` constants. */
105
+ var MAX_SAFE_INTEGER = 9007199254740991;
106
+
107
+ /** Used to detect unsigned integer values. */
108
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
109
+
110
+ /**
111
+ * Checks if `value` is a valid array-like index.
112
+ *
113
+ * @private
114
+ * @param {*} value The value to check.
115
+ * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
116
+ * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
117
+ */
118
+ function isIndex(value, length) {
119
+ var type = typeof value;
120
+ length = length == null ? MAX_SAFE_INTEGER : length;
121
+
122
+ return !!length &&
123
+ (type == 'number' ||
124
+ (type != 'symbol' && reIsUint.test(value))) &&
125
+ (value > -1 && value % 1 == 0 && value < length);
126
+ }
127
+
128
+ var _isIndex = isIndex;
129
+
130
+ /**
131
+ * Checks if the given arguments are from an iteratee call.
132
+ *
133
+ * @private
134
+ * @param {*} value The potential iteratee value argument.
135
+ * @param {*} index The potential iteratee index or key argument.
136
+ * @param {*} object The potential iteratee object argument.
137
+ * @returns {boolean} Returns `true` if the arguments are from an iteratee call,
138
+ * else `false`.
139
+ */
140
+ function isIterateeCall(value, index, object) {
141
+ if (!isObject_1(object)) {
142
+ return false;
143
+ }
144
+ var type = typeof index;
145
+ if (type == 'number'
146
+ ? (isArrayLike_1(object) && _isIndex(index, object.length))
147
+ : (type == 'string' && index in object)
148
+ ) {
149
+ return eq_1(object[index], value);
150
+ }
151
+ return false;
152
+ }
153
+
154
+ var _isIterateeCall = isIterateeCall;
155
+
156
+ /** Used as references for various `Number` constants. */
157
+ var INFINITY = 1 / 0,
158
+ MAX_INTEGER = 1.7976931348623157e+308;
159
+
160
+ /**
161
+ * Converts `value` to a finite number.
162
+ *
163
+ * @static
164
+ * @memberOf _
165
+ * @since 4.12.0
166
+ * @category Lang
167
+ * @param {*} value The value to convert.
168
+ * @returns {number} Returns the converted number.
169
+ * @example
170
+ *
171
+ * _.toFinite(3.2);
172
+ * // => 3.2
173
+ *
174
+ * _.toFinite(Number.MIN_VALUE);
175
+ * // => 5e-324
176
+ *
177
+ * _.toFinite(Infinity);
178
+ * // => 1.7976931348623157e+308
179
+ *
180
+ * _.toFinite('3.2');
181
+ * // => 3.2
182
+ */
183
+ function toFinite(value) {
184
+ if (!value) {
185
+ return value === 0 ? value : 0;
186
+ }
187
+ value = toNumber_1(value);
188
+ if (value === INFINITY || value === -INFINITY) {
189
+ var sign = (value < 0 ? -1 : 1);
190
+ return sign * MAX_INTEGER;
191
+ }
192
+ return value === value ? value : 0;
193
+ }
194
+
195
+ var toFinite_1 = toFinite;
196
+
197
+ /**
198
+ * Converts `value` to an integer.
199
+ *
200
+ * **Note:** This method is loosely based on
201
+ * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger).
202
+ *
203
+ * @static
204
+ * @memberOf _
205
+ * @since 4.0.0
206
+ * @category Lang
207
+ * @param {*} value The value to convert.
208
+ * @returns {number} Returns the converted integer.
209
+ * @example
210
+ *
211
+ * _.toInteger(3.2);
212
+ * // => 3
213
+ *
214
+ * _.toInteger(Number.MIN_VALUE);
215
+ * // => 0
216
+ *
217
+ * _.toInteger(Infinity);
218
+ * // => 1.7976931348623157e+308
219
+ *
220
+ * _.toInteger('3.2');
221
+ * // => 3
222
+ */
223
+ function toInteger(value) {
224
+ var result = toFinite_1(value),
225
+ remainder = result % 1;
226
+
227
+ return result === result ? (remainder ? result - remainder : result) : 0;
228
+ }
229
+
230
+ var toInteger_1 = toInteger;
231
+
232
+ /* Built-in method references for those with the same name as other `lodash` methods. */
233
+ var nativeCeil = Math.ceil,
234
+ nativeMax = Math.max;
235
+
236
+ /**
237
+ * Creates an array of elements split into groups the length of `size`.
238
+ * If `array` can't be split evenly, the final chunk will be the remaining
239
+ * elements.
240
+ *
241
+ * @static
242
+ * @memberOf _
243
+ * @since 3.0.0
244
+ * @category Array
245
+ * @param {Array} array The array to process.
246
+ * @param {number} [size=1] The length of each chunk
247
+ * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
248
+ * @returns {Array} Returns the new array of chunks.
249
+ * @example
250
+ *
251
+ * _.chunk(['a', 'b', 'c', 'd'], 2);
252
+ * // => [['a', 'b'], ['c', 'd']]
253
+ *
254
+ * _.chunk(['a', 'b', 'c', 'd'], 3);
255
+ * // => [['a', 'b', 'c'], ['d']]
256
+ */
257
+ function chunk(array, size, guard) {
258
+ if ((guard ? _isIterateeCall(array, size, guard) : size === undefined)) {
259
+ size = 1;
260
+ } else {
261
+ size = nativeMax(toInteger_1(size), 0);
262
+ }
263
+ var length = array == null ? 0 : array.length;
264
+ if (!length || size < 1) {
265
+ return [];
266
+ }
267
+ var index = 0,
268
+ resIndex = 0,
269
+ result = Array(nativeCeil(length / size));
270
+
271
+ while (index < length) {
272
+ result[resIndex++] = _baseSlice(array, index, (index += size));
273
+ }
274
+ return result;
275
+ }
276
+
277
+ var chunk_1 = chunk;
278
+
279
+ export { chunk_1 as c };
@@ -1,6 +1,6 @@
1
1
  import './extends-6d8e3924.js';
2
2
  import 'react';
3
- export { g as default } from './index-d7489d39.js';
3
+ export { g as default } from './index-52dec9fe.js';
4
4
  import './BlockContent-1e73bd2c.js';
5
5
  import './entities-6d9154b4.js';
6
6
  import './_commonjsHelpers-0c4b6f40.js';
@@ -48,7 +48,7 @@ import 'react-bootstrap/Col';
48
48
  import './inherits-a6ba2ec4.js';
49
49
  import './_object-sap-7cee6f84.js';
50
50
  import './define-property-5f1bda73.js';
51
- import './index.esm-eb1e8e80.js';
51
+ import './index.esm-f14a3e58.js';
52
52
  import './iconBase-ccc56b97.js';
53
53
  import 'react-bootstrap/Figure';
54
54
  import 'react-bootstrap/OverlayTrigger';
@@ -2,18 +2,18 @@ import { _ as _extends } from './extends-6d8e3924.js';
2
2
  import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
3
3
 
4
4
  var getContentPlacementUrl = function getContentPlacementUrl(cp) {
5
- var cp_url = '';
6
- if (cp.ancestor && typeof cp.ancestor == 'string') {
7
- cp_url += (cp_url === '' ? '' : '/') + cp.ancestor;
8
- }
5
+ var cp_url = '';
6
+ if (cp.ancestor && typeof cp.ancestor == 'string') {
7
+ cp_url += (cp_url === '' ? '' : '/') + cp.ancestor;
8
+ }
9
9
 
10
- if (!cp.ancestor && cp.parent && typeof cp.parent == 'string') {
11
- cp_url += (cp_url === '' ? '' : '/') + cp.parent;
12
- }
10
+ if (!cp.ancestor && cp.parent && typeof cp.parent == 'string') {
11
+ cp_url += (cp_url === '' ? '' : '/') + cp.parent;
12
+ }
13
13
 
14
- cp_url += (cp_url === '' ? '' : '/') + (cp.adTargetingURL ? adTargetingURL : cp.path);
14
+ cp_url += (cp_url === '' ? '' : '/') + (cp.adTargetingURL ? adTargetingURL : cp.path);
15
15
 
16
- return cp_url;
16
+ return cp_url;
17
17
  };
18
18
 
19
19
  var getTargeting = function getTargeting(props) {
@@ -1,6 +1,6 @@
1
1
  import './extends-6d8e3924.js';
2
2
  import './toConsumableArray-f7074d7c.js';
3
- export { g as default } from './getTargeting-4061f839.js';
3
+ export { g as default } from './getTargeting-36031a00.js';
4
4
  import './_commonjsHelpers-0c4b6f40.js';
5
5
  import './core.get-iterator-method-ea258bb1.js';
6
6
  import './_object-pie-133f504a.js';
@@ -31,7 +31,7 @@ import Row$1 from 'react-bootstrap/Row';
31
31
  import Col$1 from 'react-bootstrap/Col';
32
32
  import Head from 'next/head';
33
33
  import { _ as _inherits$1, a as _classCallCheck$1, b as _possibleConstructorReturn$1, c as _Object$getPrototypeOf, d as _createClass$1, e as classCallCheck, p as possibleConstructorReturn, i as inherits } from './inherits-a6ba2ec4.js';
34
- import { c as IoIosArrowDropupCircle } from './index.esm-eb1e8e80.js';
34
+ import { d as IoIosArrowDropupCircle } from './index.esm-f14a3e58.js';
35
35
  import Figure$2 from 'react-bootstrap/Figure';
36
36
  import OverlayTrigger from 'react-bootstrap/OverlayTrigger';
37
37
  import Tooltip from 'react-bootstrap/Tooltip';
@@ -2518,6 +2518,7 @@ var Video = function Video(_ref) {
2518
2518
  playlistId: playlistID,
2519
2519
  playerId: accountIDs.brightcove.playerId,
2520
2520
  onSuccess: onVideoSuccess,
2521
+ onFailure: onVideoFailure,
2521
2522
  attrs: { className: 'brightcove-fluid brightcove-playlist', autoplay: 'muted' }
2522
2523
  }),
2523
2524
  React__default.createElement(
@@ -1,7 +1,9 @@
1
1
  import { G as GenIcon } from './iconBase-ccc56b97.js';
2
2
 
3
3
  // THIS FILE IS AUTO GENERATED
4
- function IoIosArrowDropupCircle (props) {
4
+ function IoIosArrowDropdownCircle (props) {
5
+ return 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);
6
+ }function IoIosArrowDropupCircle (props) {
5
7
  return 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);
6
8
  }function IoIosArrowForward (props) {
7
9
  return 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);
@@ -11,4 +13,4 @@ function IoIosArrowDropupCircle (props) {
11
13
  return 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);
12
14
  }
13
15
 
14
- export { IoIosArrowForward as I, IoMdArrowDropdown as a, IoMdLogIn as b, IoIosArrowDropupCircle as c };
16
+ export { IoIosArrowForward as I, IoMdArrowDropdown as a, IoMdLogIn as b, IoIosArrowDropdownCircle as c, IoIosArrowDropupCircle as d };
package/dist/esm/index.js CHANGED
@@ -31,6 +31,7 @@ export { default as NavMagazine } from './NavMagazine.js';
31
31
  export { NavNative } from './NavNative.js';
32
32
  export { NavDvm } from './NavDvm.js';
33
33
  export { HamMagazine } from './HamMagazine.js';
34
+ export { NavPMG } from './NavPMG.js';
34
35
  export { default as TemplateNormal } from './TemplateNormal.js';
35
36
  export { default as AD } from './AD.js';
36
37
  export { default as AD300x250 } from './AD300x250.js';
@@ -79,7 +80,7 @@ export { default as VerticalHero } from './VerticalHero.js';
79
80
  export { default as YahooHero } from './YahooHero.js';
80
81
  export { default as GridHero } from './GridHero.js';
81
82
  export { default as ConferenceArticleCard } from './ConferenceArticleCard.js';
82
- export { g as getSerializers } from './index-d7489d39.js';
83
+ export { g as getSerializers } from './index-52dec9fe.js';
83
84
  export { default as Beam } from './Beam.js';
84
85
  export { default as Segment } from './Segment.js';
85
86
  export { default as KMTracker } from './KMTracker.js';
@@ -94,7 +95,7 @@ export { default as VideoSeriesLandingPage } from './VideoSeriesLandingPage.js';
94
95
  export { default as ArticleProgramLandingPage } from './ArticleProgramLandingPage.js';
95
96
  export { default as ArticleSeriesLandingPage } from './ArticleSeriesLandingPage.js';
96
97
  export { default as Schema } from './Schema.js';
97
- export { g as getTargeting } from './getTargeting-4061f839.js';
98
+ export { g as getTargeting } from './getTargeting-36031a00.js';
98
99
  export { default as getKeywords } from './getKeywords.js';
99
100
  export { default as getQuery } from './getQuery.js';
100
101
  import './toConsumableArray-f7074d7c.js';
@@ -143,7 +144,7 @@ import './index-c7e2ac95.js';
143
144
  import './smoothscroll-fa4e3f8c.js';
144
145
  import 'react-bootstrap';
145
146
  import './timeDifferenceCalc.js';
146
- import './index.esm-eb1e8e80.js';
147
+ import './index.esm-f14a3e58.js';
147
148
  import './iconBase-ccc56b97.js';
148
149
  import './asyncToGenerator-5ef104a7.js';
149
150
  import './defineProperty-8c30428f.js';
@@ -169,6 +170,7 @@ import './NavFooter-e27bd93b.js';
169
170
  import './index.esm-37268dca.js';
170
171
  import './SocialSearchComponent-4b56cd8c.js';
171
172
  import 'react-bootstrap/FormControl';
173
+ import './chunk-19bab6aa.js';
172
174
  import 'react-ga';
173
175
  import 'react-bootstrap/Carousel';
174
176
  import 'react-bootstrap/Breadcrumb';
@@ -189,7 +191,7 @@ import 'swr';
189
191
  import 'passport-local';
190
192
  import 'mysql';
191
193
  import './md5-4e42248e.js';
192
- import './SeriesSlider-45adb8dc.js';
194
+ import './SeriesSlider-98ad6d97.js';
193
195
  import './style-inject.es-1f59c1d0.js';
194
196
  import 'disqus-react';
195
197
  import 'react-twitter-embed';
package/package.json CHANGED
@@ -1,112 +1,112 @@
1
- {
2
- "name": "@mjhls/mjh-framework",
3
- "version": "1.0.892",
4
- "description": "Foundation Framework",
5
- "author": "mjh-framework",
6
- "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/MJHLS/mjh-framework.git"
10
- },
11
- "main": "dist/cjs/index.js",
12
- "module": "dist/esm/index.js",
13
- "engines": {
14
- "node": ">=8",
15
- "npm": ">=5"
16
- },
17
- "scripts": {
18
- "clean": "rimraf dist",
19
- "test": "cross-env CI=1 react-scripts test --env=jsdom",
20
- "test:watch": "react-scripts test --env=jsdom",
21
- "build": "npm run clean && rollup -c",
22
- "start": "npm run clean && rollup -c -w",
23
- "prepare": "yarn run build",
24
- "predeploy": "cd example && yarn install && yarn run build",
25
- "deploy": "gh-pages -d example/build"
26
- },
27
- "peerDependencies": {
28
- "disqus-react": "^1.0.11",
29
- "next": "^9.0.0",
30
- "prop-types": "^15.5.4",
31
- "react": "^15.0.0 || ^16.0.0",
32
- "react-bootstrap": "^1.0.0-beta.14",
33
- "react-dom": "^15.0.0 || ^16.0.0",
34
- "react-share": "^4.0.1"
35
- },
36
- "devDependencies": {
37
- "@brightcove/react-player-loader": "^1.4.0",
38
- "@rollup/plugin-json": "^4.0.3",
39
- "@sanity/block-content-to-react": "^2.0.7",
40
- "@sanity/image-url": "^0.140.15",
41
- "@svgr/rollup": "2.4.1",
42
- "babel-core": "^6.26.3",
43
- "babel-eslint": "^8.2.5",
44
- "babel-plugin-external-helpers": "^6.22.0",
45
- "babel-plugin-transform-runtime": "^6.23.0",
46
- "babel-preset-env": "^1.7.0",
47
- "babel-preset-react": "^6.24.1",
48
- "babel-preset-stage-0": "^6.24.1",
49
- "cross-env": "^5.1.4",
50
- "eslint": "^5.0.1",
51
- "eslint-config-standard": "^11.0.0",
52
- "eslint-config-standard-react": "^6.0.0",
53
- "eslint-plugin-import": "^2.13.0",
54
- "eslint-plugin-node": "^7.0.1",
55
- "eslint-plugin-promise": "^4.0.0",
56
- "eslint-plugin-react": "^7.10.0",
57
- "eslint-plugin-react-hooks": "^2.3.0",
58
- "eslint-plugin-standard": "^3.1.0",
59
- "get-youtube-id": "^1.0.1",
60
- "gh-pages": "^1.2.0",
61
- "lodash": "^4.17.15",
62
- "md5": "^2.2.1",
63
- "moment": "^2.26.0",
64
- "moment-timezone": "^0.5.31",
65
- "next": "^9.2.0",
66
- "react": "^16.12.0",
67
- "react-bootstrap": "1.4.0",
68
- "react-device-detect": "^1.11.14",
69
- "react-dfp": "^0.19.0",
70
- "react-dom": "^16.12.0",
71
- "react-icons": "^3.8.0",
72
- "react-infinite-scroll-component": "^5.0.4",
73
- "react-lazyload": "^2.6.5",
74
- "react-paginate": "^7.1.3",
75
- "react-player": "^1.15.2",
76
- "react-scripts": "^1.1.4",
77
- "react-share": "^4.0.1",
78
- "react-social-icons": "^4.1.0",
79
- "react-visibility-sensor": "^5.1.1",
80
- "react-youtube": "^7.9.0",
81
- "rimraf": "^3.0.2",
82
- "rollup": "^2.7.3",
83
- "rollup-plugin-babel": "3.0.7",
84
- "rollup-plugin-commonjs": "9.3.4",
85
- "rollup-plugin-node-builtins": "2.1.2",
86
- "rollup-plugin-node-resolve": "3.4.0",
87
- "rollup-plugin-postcss": "1.6.3",
88
- "rollup-plugin-url": "1.4.0"
89
- },
90
- "files": [
91
- "dist"
92
- ],
93
- "dependencies": {
94
- "babel-polyfill": "^6.26.0",
95
- "cookie": "^0.4.1",
96
- "disqus-react": "^1.0.11",
97
- "faunadb": "^4.2.0",
98
- "js-cookie": "^2.2.1",
99
- "next-auth": "^3.2.0",
100
- "next-cookies": "^2.0.3",
101
- "nookies": "^2.4.0",
102
- "react-cookies": "^0.1.1",
103
- "react-facebook": "^8.1.4",
104
- "react-instantsearch-dom": "^6.10.3",
105
- "react-script-tag": "^1.1.2",
106
- "rollup-plugin-peer-deps-external": "^2.2.4",
107
- "shortid": "^2.2.15",
108
- "smoothscroll-polyfill": "^0.4.4",
109
- "striptags": "^3.1.1",
110
- "superagent": "^5.2.2"
111
- }
112
- }
1
+ {
2
+ "name": "@mjhls/mjh-framework",
3
+ "version": "1.0.893-nav-pmg-v1",
4
+ "description": "Foundation Framework",
5
+ "author": "mjh-framework",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/MJHLS/mjh-framework.git"
10
+ },
11
+ "main": "dist/cjs/index.js",
12
+ "module": "dist/esm/index.js",
13
+ "engines": {
14
+ "node": ">=8",
15
+ "npm": ">=5"
16
+ },
17
+ "scripts": {
18
+ "clean": "rimraf dist",
19
+ "test": "cross-env CI=1 react-scripts test --env=jsdom",
20
+ "test:watch": "react-scripts test --env=jsdom",
21
+ "build": "npm run clean && rollup -c",
22
+ "start": "npm run clean && rollup -c -w",
23
+ "prepare": "yarn run build",
24
+ "predeploy": "cd example && yarn install && yarn run build",
25
+ "deploy": "gh-pages -d example/build"
26
+ },
27
+ "peerDependencies": {
28
+ "disqus-react": "^1.0.11",
29
+ "next": "^9.0.0",
30
+ "prop-types": "^15.5.4",
31
+ "react": "^15.0.0 || ^16.0.0",
32
+ "react-bootstrap": "^1.0.0-beta.14",
33
+ "react-dom": "^15.0.0 || ^16.0.0",
34
+ "react-share": "^4.0.1"
35
+ },
36
+ "devDependencies": {
37
+ "@brightcove/react-player-loader": "^1.4.0",
38
+ "@rollup/plugin-json": "^4.0.3",
39
+ "@sanity/block-content-to-react": "^2.0.7",
40
+ "@sanity/image-url": "^0.140.15",
41
+ "@svgr/rollup": "2.4.1",
42
+ "babel-core": "^6.26.3",
43
+ "babel-eslint": "^8.2.5",
44
+ "babel-plugin-external-helpers": "^6.22.0",
45
+ "babel-plugin-transform-runtime": "^6.23.0",
46
+ "babel-preset-env": "^1.7.0",
47
+ "babel-preset-react": "^6.24.1",
48
+ "babel-preset-stage-0": "^6.24.1",
49
+ "cross-env": "^5.1.4",
50
+ "eslint": "^5.0.1",
51
+ "eslint-config-standard": "^11.0.0",
52
+ "eslint-config-standard-react": "^6.0.0",
53
+ "eslint-plugin-import": "^2.13.0",
54
+ "eslint-plugin-node": "^7.0.1",
55
+ "eslint-plugin-promise": "^4.0.0",
56
+ "eslint-plugin-react": "^7.10.0",
57
+ "eslint-plugin-react-hooks": "^2.3.0",
58
+ "eslint-plugin-standard": "^3.1.0",
59
+ "get-youtube-id": "^1.0.1",
60
+ "gh-pages": "^1.2.0",
61
+ "lodash": "^4.17.15",
62
+ "md5": "^2.2.1",
63
+ "moment": "^2.26.0",
64
+ "moment-timezone": "^0.5.31",
65
+ "next": "^9.2.0",
66
+ "react": "^16.12.0",
67
+ "react-bootstrap": "1.4.0",
68
+ "react-device-detect": "^1.11.14",
69
+ "react-dfp": "^0.19.0",
70
+ "react-dom": "^16.12.0",
71
+ "react-icons": "^3.8.0",
72
+ "react-infinite-scroll-component": "^5.0.4",
73
+ "react-lazyload": "^2.6.5",
74
+ "react-paginate": "^7.1.3",
75
+ "react-player": "^1.15.2",
76
+ "react-scripts": "^1.1.4",
77
+ "react-share": "^4.0.1",
78
+ "react-social-icons": "^4.1.0",
79
+ "react-visibility-sensor": "^5.1.1",
80
+ "react-youtube": "^7.9.0",
81
+ "rimraf": "^3.0.2",
82
+ "rollup": "^2.7.3",
83
+ "rollup-plugin-babel": "3.0.7",
84
+ "rollup-plugin-commonjs": "9.3.4",
85
+ "rollup-plugin-node-builtins": "2.1.2",
86
+ "rollup-plugin-node-resolve": "3.4.0",
87
+ "rollup-plugin-postcss": "1.6.3",
88
+ "rollup-plugin-url": "1.4.0"
89
+ },
90
+ "files": [
91
+ "dist"
92
+ ],
93
+ "dependencies": {
94
+ "babel-polyfill": "^6.26.0",
95
+ "cookie": "^0.4.1",
96
+ "disqus-react": "^1.0.11",
97
+ "faunadb": "^4.2.0",
98
+ "js-cookie": "^2.2.1",
99
+ "next-auth": "^3.2.0",
100
+ "next-cookies": "^2.0.3",
101
+ "nookies": "^2.4.0",
102
+ "react-cookies": "^0.1.1",
103
+ "react-facebook": "^8.1.4",
104
+ "react-instantsearch-dom": "^6.10.3",
105
+ "react-script-tag": "^1.1.2",
106
+ "rollup-plugin-peer-deps-external": "^2.2.4",
107
+ "shortid": "^2.2.15",
108
+ "smoothscroll-polyfill": "^0.4.4",
109
+ "striptags": "^3.1.1",
110
+ "superagent": "^5.2.2"
111
+ }
112
+ }