@mjhls/mjh-framework 1.0.811 → 1.0.813

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 (108) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD300x250.js +1 -1
  3. package/dist/cjs/AD300x250x600.js +1 -1
  4. package/dist/cjs/AD728x90.js +1 -1
  5. package/dist/cjs/ADFloatingFooter.js +1 -1
  6. package/dist/cjs/ADGutter.js +1 -1
  7. package/dist/cjs/ADSkyscraper.js +1 -1
  8. package/dist/cjs/ADSponsoredResources.js +1 -1
  9. package/dist/cjs/ADWebcast.js +1 -1
  10. package/dist/cjs/ADWelcome.js +1 -1
  11. package/dist/cjs/AdSlot.js +1 -1
  12. package/dist/cjs/AlgoliaSearch.js +2 -2
  13. package/dist/cjs/AlphabeticList.js +1 -1
  14. package/dist/cjs/ArticleCarousel.js +1 -1
  15. package/dist/cjs/ArticleProgramLandingPage.js +3 -3
  16. package/dist/cjs/ArticleSeriesLandingPage.js +4 -4
  17. package/dist/cjs/ArticleSeriesListing.js +2 -2
  18. package/dist/cjs/Auth.js +5 -322
  19. package/dist/cjs/AuthWrapper.js +725 -0
  20. package/dist/cjs/Column3.js +1 -1
  21. package/dist/cjs/DeckContent.js +3 -3
  22. package/dist/cjs/DeckQueue.js +2 -2
  23. package/dist/cjs/EventsDeck.js +1 -1
  24. package/dist/cjs/ExternalResources.js +3 -3
  25. package/dist/cjs/GridContent.js +4 -4
  26. package/dist/cjs/HorizontalArticleListing.js +3 -3
  27. package/dist/cjs/IssueDeck.js +1 -1
  28. package/dist/cjs/IssueLanding.js +3 -3
  29. package/dist/cjs/LeftNav.js +1 -1
  30. package/dist/cjs/MasterDeck.js +4 -4
  31. package/dist/cjs/MediaSeriesLanding.js +10 -18
  32. package/dist/cjs/PartnerDetailListing.js +5 -5
  33. package/dist/cjs/PubSection.js +3 -3
  34. package/dist/cjs/PublicationLanding.js +1 -1
  35. package/dist/cjs/QueueDeckExpanded.js +3 -3
  36. package/dist/cjs/SeriesListingDeck.js +1 -1
  37. package/dist/cjs/TaxonomyCard.js +1 -1
  38. package/dist/cjs/TaxonomyDescription.js +3 -3
  39. package/dist/cjs/TemplateNormal.js +1 -1
  40. package/dist/cjs/VideoProgramLandingPage.js +3 -3
  41. package/dist/cjs/VideoSeriesLandingPage.js +4 -4
  42. package/dist/cjs/VideoSeriesListing.js +2 -2
  43. package/dist/cjs/View.js +4 -4
  44. package/dist/cjs/{extends-9d158713.js → extends-29bdbc6d.js} +1 -0
  45. package/dist/cjs/faundadb.js +329 -0
  46. package/dist/cjs/getSerializers.js +3 -3
  47. package/dist/cjs/{getTargeting-fbbe92ba.js → getTargeting-a100d6e5.js} +1 -1
  48. package/dist/cjs/getTargeting.js +2 -2
  49. package/dist/cjs/{index-a766f892.js → index-70971c54.js} +280 -55
  50. package/dist/cjs/index.js +7 -6
  51. package/dist/cjs/{inherits-3ff1b657.js → inherits-c2065b95.js} +3 -0
  52. package/dist/cjs/md5-e1ca5797.js +323 -0
  53. package/dist/esm/AD300x250.js +1 -1
  54. package/dist/esm/AD300x250x600.js +1 -1
  55. package/dist/esm/AD728x90.js +1 -1
  56. package/dist/esm/ADFloatingFooter.js +1 -1
  57. package/dist/esm/ADGutter.js +1 -1
  58. package/dist/esm/ADSkyscraper.js +1 -1
  59. package/dist/esm/ADSponsoredResources.js +1 -1
  60. package/dist/esm/ADWebcast.js +1 -1
  61. package/dist/esm/ADWelcome.js +1 -1
  62. package/dist/esm/AdSlot.js +1 -1
  63. package/dist/esm/AlgoliaSearch.js +2 -2
  64. package/dist/esm/AlphabeticList.js +1 -1
  65. package/dist/esm/ArticleCarousel.js +1 -1
  66. package/dist/esm/ArticleProgramLandingPage.js +3 -3
  67. package/dist/esm/ArticleSeriesLandingPage.js +4 -4
  68. package/dist/esm/ArticleSeriesListing.js +2 -2
  69. package/dist/esm/Auth.js +2 -319
  70. package/dist/esm/AuthWrapper.js +719 -0
  71. package/dist/esm/Column3.js +1 -1
  72. package/dist/esm/DeckContent.js +3 -3
  73. package/dist/esm/DeckQueue.js +2 -2
  74. package/dist/esm/EventsDeck.js +1 -1
  75. package/dist/esm/ExternalResources.js +3 -3
  76. package/dist/esm/GridContent.js +4 -4
  77. package/dist/esm/HorizontalArticleListing.js +3 -3
  78. package/dist/esm/IssueDeck.js +1 -1
  79. package/dist/esm/IssueLanding.js +3 -3
  80. package/dist/esm/LeftNav.js +1 -1
  81. package/dist/esm/MasterDeck.js +4 -4
  82. package/dist/esm/MediaSeriesLanding.js +10 -18
  83. package/dist/esm/PartnerDetailListing.js +5 -5
  84. package/dist/esm/PubSection.js +3 -3
  85. package/dist/esm/PublicationLanding.js +1 -1
  86. package/dist/esm/QueueDeckExpanded.js +3 -3
  87. package/dist/esm/SeriesListingDeck.js +1 -1
  88. package/dist/esm/TaxonomyCard.js +1 -1
  89. package/dist/esm/TaxonomyDescription.js +3 -3
  90. package/dist/esm/TemplateNormal.js +1 -1
  91. package/dist/esm/VideoProgramLandingPage.js +3 -3
  92. package/dist/esm/VideoSeriesLandingPage.js +4 -4
  93. package/dist/esm/VideoSeriesListing.js +2 -2
  94. package/dist/esm/View.js +4 -4
  95. package/dist/esm/{extends-f076879e.js → extends-60e0e1c6.js} +1 -1
  96. package/dist/esm/faundadb.js +321 -0
  97. package/dist/esm/getSerializers.js +3 -3
  98. package/dist/esm/{getTargeting-0958ad0e.js → getTargeting-05c216d6.js} +1 -1
  99. package/dist/esm/getTargeting.js +2 -2
  100. package/dist/esm/{index-f354da27.js → index-a30e3b71.js} +280 -55
  101. package/dist/esm/index.js +7 -6
  102. package/dist/esm/{inherits-f71787cf.js → inherits-a41fe93f.js} +1 -1
  103. package/dist/esm/md5-4e42248e.js +321 -0
  104. package/package.json +2 -1
  105. /package/dist/cjs/{ADInfeed-d9976673.js → ADInfeed-7cf51090.js} +0 -0
  106. /package/dist/cjs/{ADlgInfeed-0610e1bb.js → ADlgInfeed-bf24708d.js} +0 -0
  107. /package/dist/esm/{ADInfeed-33e556f5.js → ADInfeed-f7d00a9a.js} +0 -0
  108. /package/dist/esm/{ADlgInfeed-1270c526.js → ADlgInfeed-db64f46d.js} +0 -0
@@ -0,0 +1,323 @@
1
+ 'use strict';
2
+
3
+ var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
4
+
5
+ var crypt = _commonjsHelpers.createCommonjsModule(function (module) {
6
+ (function() {
7
+ var base64map
8
+ = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/',
9
+
10
+ crypt = {
11
+ // Bit-wise rotation left
12
+ rotl: function(n, b) {
13
+ return (n << b) | (n >>> (32 - b));
14
+ },
15
+
16
+ // Bit-wise rotation right
17
+ rotr: function(n, b) {
18
+ return (n << (32 - b)) | (n >>> b);
19
+ },
20
+
21
+ // Swap big-endian to little-endian and vice versa
22
+ endian: function(n) {
23
+ // If number given, swap endian
24
+ if (n.constructor == Number) {
25
+ return crypt.rotl(n, 8) & 0x00FF00FF | crypt.rotl(n, 24) & 0xFF00FF00;
26
+ }
27
+
28
+ // Else, assume array and swap all items
29
+ for (var i = 0; i < n.length; i++)
30
+ n[i] = crypt.endian(n[i]);
31
+ return n;
32
+ },
33
+
34
+ // Generate an array of any length of random bytes
35
+ randomBytes: function(n) {
36
+ for (var bytes = []; n > 0; n--)
37
+ bytes.push(Math.floor(Math.random() * 256));
38
+ return bytes;
39
+ },
40
+
41
+ // Convert a byte array to big-endian 32-bit words
42
+ bytesToWords: function(bytes) {
43
+ for (var words = [], i = 0, b = 0; i < bytes.length; i++, b += 8)
44
+ words[b >>> 5] |= bytes[i] << (24 - b % 32);
45
+ return words;
46
+ },
47
+
48
+ // Convert big-endian 32-bit words to a byte array
49
+ wordsToBytes: function(words) {
50
+ for (var bytes = [], b = 0; b < words.length * 32; b += 8)
51
+ bytes.push((words[b >>> 5] >>> (24 - b % 32)) & 0xFF);
52
+ return bytes;
53
+ },
54
+
55
+ // Convert a byte array to a hex string
56
+ bytesToHex: function(bytes) {
57
+ for (var hex = [], i = 0; i < bytes.length; i++) {
58
+ hex.push((bytes[i] >>> 4).toString(16));
59
+ hex.push((bytes[i] & 0xF).toString(16));
60
+ }
61
+ return hex.join('');
62
+ },
63
+
64
+ // Convert a hex string to a byte array
65
+ hexToBytes: function(hex) {
66
+ for (var bytes = [], c = 0; c < hex.length; c += 2)
67
+ bytes.push(parseInt(hex.substr(c, 2), 16));
68
+ return bytes;
69
+ },
70
+
71
+ // Convert a byte array to a base-64 string
72
+ bytesToBase64: function(bytes) {
73
+ for (var base64 = [], i = 0; i < bytes.length; i += 3) {
74
+ var triplet = (bytes[i] << 16) | (bytes[i + 1] << 8) | bytes[i + 2];
75
+ for (var j = 0; j < 4; j++)
76
+ if (i * 8 + j * 6 <= bytes.length * 8)
77
+ base64.push(base64map.charAt((triplet >>> 6 * (3 - j)) & 0x3F));
78
+ else
79
+ base64.push('=');
80
+ }
81
+ return base64.join('');
82
+ },
83
+
84
+ // Convert a base-64 string to a byte array
85
+ base64ToBytes: function(base64) {
86
+ // Remove non-base-64 characters
87
+ base64 = base64.replace(/[^A-Z0-9+\/]/ig, '');
88
+
89
+ for (var bytes = [], i = 0, imod4 = 0; i < base64.length;
90
+ imod4 = ++i % 4) {
91
+ if (imod4 == 0) continue;
92
+ bytes.push(((base64map.indexOf(base64.charAt(i - 1))
93
+ & (Math.pow(2, -2 * imod4 + 8) - 1)) << (imod4 * 2))
94
+ | (base64map.indexOf(base64.charAt(i)) >>> (6 - imod4 * 2)));
95
+ }
96
+ return bytes;
97
+ }
98
+ };
99
+
100
+ module.exports = crypt;
101
+ })();
102
+ });
103
+
104
+ var charenc = {
105
+ // UTF-8 encoding
106
+ utf8: {
107
+ // Convert a string to a byte array
108
+ stringToBytes: function(str) {
109
+ return charenc.bin.stringToBytes(unescape(encodeURIComponent(str)));
110
+ },
111
+
112
+ // Convert a byte array to a string
113
+ bytesToString: function(bytes) {
114
+ return decodeURIComponent(escape(charenc.bin.bytesToString(bytes)));
115
+ }
116
+ },
117
+
118
+ // Binary encoding
119
+ bin: {
120
+ // Convert a string to a byte array
121
+ stringToBytes: function(str) {
122
+ for (var bytes = [], i = 0; i < str.length; i++)
123
+ bytes.push(str.charCodeAt(i) & 0xFF);
124
+ return bytes;
125
+ },
126
+
127
+ // Convert a byte array to a string
128
+ bytesToString: function(bytes) {
129
+ for (var str = [], i = 0; i < bytes.length; i++)
130
+ str.push(String.fromCharCode(bytes[i]));
131
+ return str.join('');
132
+ }
133
+ }
134
+ };
135
+
136
+ var charenc_1 = charenc;
137
+
138
+ /*!
139
+ * Determine if an object is a Buffer
140
+ *
141
+ * @author Feross Aboukhadijeh <https://feross.org>
142
+ * @license MIT
143
+ */
144
+
145
+ // The _isBuffer check is for Safari 5-7 support, because it's missing
146
+ // Object.prototype.constructor. Remove this eventually
147
+ var isBuffer_1 = function (obj) {
148
+ return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer)
149
+ };
150
+
151
+ function isBuffer (obj) {
152
+ return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)
153
+ }
154
+
155
+ // For Node v0.10 support. Remove this eventually.
156
+ function isSlowBuffer (obj) {
157
+ return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0))
158
+ }
159
+
160
+ var md5 = _commonjsHelpers.createCommonjsModule(function (module) {
161
+ (function(){
162
+ var crypt$1 = crypt,
163
+ utf8 = charenc_1.utf8,
164
+ isBuffer = isBuffer_1,
165
+ bin = charenc_1.bin,
166
+
167
+ // The core
168
+ md5 = function (message, options) {
169
+ // Convert to byte array
170
+ if (message.constructor == String)
171
+ if (options && options.encoding === 'binary')
172
+ message = bin.stringToBytes(message);
173
+ else
174
+ message = utf8.stringToBytes(message);
175
+ else if (isBuffer(message))
176
+ message = Array.prototype.slice.call(message, 0);
177
+ else if (!Array.isArray(message) && message.constructor !== Uint8Array)
178
+ message = message.toString();
179
+ // else, assume byte array already
180
+
181
+ var m = crypt$1.bytesToWords(message),
182
+ l = message.length * 8,
183
+ a = 1732584193,
184
+ b = -271733879,
185
+ c = -1732584194,
186
+ d = 271733878;
187
+
188
+ // Swap endian
189
+ for (var i = 0; i < m.length; i++) {
190
+ m[i] = ((m[i] << 8) | (m[i] >>> 24)) & 0x00FF00FF |
191
+ ((m[i] << 24) | (m[i] >>> 8)) & 0xFF00FF00;
192
+ }
193
+
194
+ // Padding
195
+ m[l >>> 5] |= 0x80 << (l % 32);
196
+ m[(((l + 64) >>> 9) << 4) + 14] = l;
197
+
198
+ // Method shortcuts
199
+ var FF = md5._ff,
200
+ GG = md5._gg,
201
+ HH = md5._hh,
202
+ II = md5._ii;
203
+
204
+ for (var i = 0; i < m.length; i += 16) {
205
+
206
+ var aa = a,
207
+ bb = b,
208
+ cc = c,
209
+ dd = d;
210
+
211
+ a = FF(a, b, c, d, m[i+ 0], 7, -680876936);
212
+ d = FF(d, a, b, c, m[i+ 1], 12, -389564586);
213
+ c = FF(c, d, a, b, m[i+ 2], 17, 606105819);
214
+ b = FF(b, c, d, a, m[i+ 3], 22, -1044525330);
215
+ a = FF(a, b, c, d, m[i+ 4], 7, -176418897);
216
+ d = FF(d, a, b, c, m[i+ 5], 12, 1200080426);
217
+ c = FF(c, d, a, b, m[i+ 6], 17, -1473231341);
218
+ b = FF(b, c, d, a, m[i+ 7], 22, -45705983);
219
+ a = FF(a, b, c, d, m[i+ 8], 7, 1770035416);
220
+ d = FF(d, a, b, c, m[i+ 9], 12, -1958414417);
221
+ c = FF(c, d, a, b, m[i+10], 17, -42063);
222
+ b = FF(b, c, d, a, m[i+11], 22, -1990404162);
223
+ a = FF(a, b, c, d, m[i+12], 7, 1804603682);
224
+ d = FF(d, a, b, c, m[i+13], 12, -40341101);
225
+ c = FF(c, d, a, b, m[i+14], 17, -1502002290);
226
+ b = FF(b, c, d, a, m[i+15], 22, 1236535329);
227
+
228
+ a = GG(a, b, c, d, m[i+ 1], 5, -165796510);
229
+ d = GG(d, a, b, c, m[i+ 6], 9, -1069501632);
230
+ c = GG(c, d, a, b, m[i+11], 14, 643717713);
231
+ b = GG(b, c, d, a, m[i+ 0], 20, -373897302);
232
+ a = GG(a, b, c, d, m[i+ 5], 5, -701558691);
233
+ d = GG(d, a, b, c, m[i+10], 9, 38016083);
234
+ c = GG(c, d, a, b, m[i+15], 14, -660478335);
235
+ b = GG(b, c, d, a, m[i+ 4], 20, -405537848);
236
+ a = GG(a, b, c, d, m[i+ 9], 5, 568446438);
237
+ d = GG(d, a, b, c, m[i+14], 9, -1019803690);
238
+ c = GG(c, d, a, b, m[i+ 3], 14, -187363961);
239
+ b = GG(b, c, d, a, m[i+ 8], 20, 1163531501);
240
+ a = GG(a, b, c, d, m[i+13], 5, -1444681467);
241
+ d = GG(d, a, b, c, m[i+ 2], 9, -51403784);
242
+ c = GG(c, d, a, b, m[i+ 7], 14, 1735328473);
243
+ b = GG(b, c, d, a, m[i+12], 20, -1926607734);
244
+
245
+ a = HH(a, b, c, d, m[i+ 5], 4, -378558);
246
+ d = HH(d, a, b, c, m[i+ 8], 11, -2022574463);
247
+ c = HH(c, d, a, b, m[i+11], 16, 1839030562);
248
+ b = HH(b, c, d, a, m[i+14], 23, -35309556);
249
+ a = HH(a, b, c, d, m[i+ 1], 4, -1530992060);
250
+ d = HH(d, a, b, c, m[i+ 4], 11, 1272893353);
251
+ c = HH(c, d, a, b, m[i+ 7], 16, -155497632);
252
+ b = HH(b, c, d, a, m[i+10], 23, -1094730640);
253
+ a = HH(a, b, c, d, m[i+13], 4, 681279174);
254
+ d = HH(d, a, b, c, m[i+ 0], 11, -358537222);
255
+ c = HH(c, d, a, b, m[i+ 3], 16, -722521979);
256
+ b = HH(b, c, d, a, m[i+ 6], 23, 76029189);
257
+ a = HH(a, b, c, d, m[i+ 9], 4, -640364487);
258
+ d = HH(d, a, b, c, m[i+12], 11, -421815835);
259
+ c = HH(c, d, a, b, m[i+15], 16, 530742520);
260
+ b = HH(b, c, d, a, m[i+ 2], 23, -995338651);
261
+
262
+ a = II(a, b, c, d, m[i+ 0], 6, -198630844);
263
+ d = II(d, a, b, c, m[i+ 7], 10, 1126891415);
264
+ c = II(c, d, a, b, m[i+14], 15, -1416354905);
265
+ b = II(b, c, d, a, m[i+ 5], 21, -57434055);
266
+ a = II(a, b, c, d, m[i+12], 6, 1700485571);
267
+ d = II(d, a, b, c, m[i+ 3], 10, -1894986606);
268
+ c = II(c, d, a, b, m[i+10], 15, -1051523);
269
+ b = II(b, c, d, a, m[i+ 1], 21, -2054922799);
270
+ a = II(a, b, c, d, m[i+ 8], 6, 1873313359);
271
+ d = II(d, a, b, c, m[i+15], 10, -30611744);
272
+ c = II(c, d, a, b, m[i+ 6], 15, -1560198380);
273
+ b = II(b, c, d, a, m[i+13], 21, 1309151649);
274
+ a = II(a, b, c, d, m[i+ 4], 6, -145523070);
275
+ d = II(d, a, b, c, m[i+11], 10, -1120210379);
276
+ c = II(c, d, a, b, m[i+ 2], 15, 718787259);
277
+ b = II(b, c, d, a, m[i+ 9], 21, -343485551);
278
+
279
+ a = (a + aa) >>> 0;
280
+ b = (b + bb) >>> 0;
281
+ c = (c + cc) >>> 0;
282
+ d = (d + dd) >>> 0;
283
+ }
284
+
285
+ return crypt$1.endian([a, b, c, d]);
286
+ };
287
+
288
+ // Auxiliary functions
289
+ md5._ff = function (a, b, c, d, x, s, t) {
290
+ var n = a + (b & c | ~b & d) + (x >>> 0) + t;
291
+ return ((n << s) | (n >>> (32 - s))) + b;
292
+ };
293
+ md5._gg = function (a, b, c, d, x, s, t) {
294
+ var n = a + (b & d | c & ~d) + (x >>> 0) + t;
295
+ return ((n << s) | (n >>> (32 - s))) + b;
296
+ };
297
+ md5._hh = function (a, b, c, d, x, s, t) {
298
+ var n = a + (b ^ c ^ d) + (x >>> 0) + t;
299
+ return ((n << s) | (n >>> (32 - s))) + b;
300
+ };
301
+ md5._ii = function (a, b, c, d, x, s, t) {
302
+ var n = a + (c ^ (b | ~d)) + (x >>> 0) + t;
303
+ return ((n << s) | (n >>> (32 - s))) + b;
304
+ };
305
+
306
+ // Package private blocksize
307
+ md5._blocksize = 16;
308
+ md5._digestsize = 16;
309
+
310
+ module.exports = function (message, options) {
311
+ if (message === undefined || message === null)
312
+ throw new Error('Illegal argument ' + message);
313
+
314
+ var digestbytes = crypt$1.wordsToBytes(md5(message, options));
315
+ return options && options.asBytes ? digestbytes :
316
+ options && options.asString ? bin.bytesToString(digestbytes) :
317
+ crypt$1.bytesToHex(digestbytes);
318
+ };
319
+
320
+ })();
321
+ });
322
+
323
+ exports.md5 = md5;
@@ -8,7 +8,7 @@ import './_to-object-b50e61c3.js';
8
8
  import './web.dom.iterable-4109ff68.js';
9
9
  import './es6.string.iterator-bc33758b.js';
10
10
  import './core.get-iterator-method-133dfacd.js';
11
- import './extends-f076879e.js';
11
+ import './extends-60e0e1c6.js';
12
12
  import './_object-pie-133f504a.js';
13
13
  import 'prop-types';
14
14
  import './index-5cc7b406.js';
@@ -8,7 +8,7 @@ import './_to-object-b50e61c3.js';
8
8
  import './web.dom.iterable-4109ff68.js';
9
9
  import './es6.string.iterator-bc33758b.js';
10
10
  import './core.get-iterator-method-133dfacd.js';
11
- import './extends-f076879e.js';
11
+ import './extends-60e0e1c6.js';
12
12
  import './_object-pie-133f504a.js';
13
13
  import 'prop-types';
14
14
  import './index-5cc7b406.js';
@@ -8,7 +8,7 @@ import './_to-object-b50e61c3.js';
8
8
  import './web.dom.iterable-4109ff68.js';
9
9
  import './es6.string.iterator-bc33758b.js';
10
10
  import './core.get-iterator-method-133dfacd.js';
11
- import './extends-f076879e.js';
11
+ import './extends-60e0e1c6.js';
12
12
  import './_object-pie-133f504a.js';
13
13
  import 'prop-types';
14
14
  import './index-5cc7b406.js';
@@ -6,7 +6,7 @@ import './web.dom.iterable-4109ff68.js';
6
6
  import './es6.string.iterator-bc33758b.js';
7
7
  import './_to-object-b50e61c3.js';
8
8
  import './core.get-iterator-method-133dfacd.js';
9
- import './extends-f076879e.js';
9
+ import './extends-60e0e1c6.js';
10
10
  import './_object-pie-133f504a.js';
11
11
  import 'prop-types';
12
12
  import './index-5cc7b406.js';
@@ -6,7 +6,7 @@ import './web.dom.iterable-4109ff68.js';
6
6
  import './es6.string.iterator-bc33758b.js';
7
7
  import './_to-object-b50e61c3.js';
8
8
  import './core.get-iterator-method-133dfacd.js';
9
- import './extends-f076879e.js';
9
+ import './extends-60e0e1c6.js';
10
10
  import './_object-pie-133f504a.js';
11
11
  import 'prop-types';
12
12
  import './index-5cc7b406.js';
@@ -6,7 +6,7 @@ import './web.dom.iterable-4109ff68.js';
6
6
  import './es6.string.iterator-bc33758b.js';
7
7
  import './_to-object-b50e61c3.js';
8
8
  import './core.get-iterator-method-133dfacd.js';
9
- import './extends-f076879e.js';
9
+ import './extends-60e0e1c6.js';
10
10
  import './_object-pie-133f504a.js';
11
11
  import 'prop-types';
12
12
  import './index-5cc7b406.js';
@@ -6,7 +6,7 @@ import './web.dom.iterable-4109ff68.js';
6
6
  import './es6.string.iterator-bc33758b.js';
7
7
  import './_to-object-b50e61c3.js';
8
8
  import './core.get-iterator-method-133dfacd.js';
9
- import './extends-f076879e.js';
9
+ import './extends-60e0e1c6.js';
10
10
  import './_object-pie-133f504a.js';
11
11
  import 'prop-types';
12
12
  import './index-5cc7b406.js';
@@ -6,7 +6,7 @@ import './web.dom.iterable-4109ff68.js';
6
6
  import './es6.string.iterator-bc33758b.js';
7
7
  import './_to-object-b50e61c3.js';
8
8
  import './core.get-iterator-method-133dfacd.js';
9
- import './extends-f076879e.js';
9
+ import './extends-60e0e1c6.js';
10
10
  import './_object-pie-133f504a.js';
11
11
  import 'prop-types';
12
12
  import './index-5cc7b406.js';
@@ -6,7 +6,7 @@ import './web.dom.iterable-4109ff68.js';
6
6
  import './es6.string.iterator-bc33758b.js';
7
7
  import './_to-object-b50e61c3.js';
8
8
  import './core.get-iterator-method-133dfacd.js';
9
- import './extends-f076879e.js';
9
+ import './extends-60e0e1c6.js';
10
10
  import './_object-pie-133f504a.js';
11
11
  import 'prop-types';
12
12
  import './index-5cc7b406.js';
@@ -1,4 +1,4 @@
1
- import { _ as _extends } from './extends-f076879e.js';
1
+ import { _ as _extends } from './extends-60e0e1c6.js';
2
2
  import { _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
3
3
  import React__default, { useState, useEffect } from 'react';
4
4
  import PropTypes from 'prop-types';
@@ -1,6 +1,6 @@
1
- import { _ as _extends } from './extends-f076879e.js';
1
+ import { _ as _extends } from './extends-60e0e1c6.js';
2
2
  import { _ as _typeof } from './typeof-a286cf0c.js';
3
- import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-f71787cf.js';
3
+ import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a41fe93f.js';
4
4
  import React__default from 'react';
5
5
  import PropTypes from 'prop-types';
6
6
  import { InstantSearch, Configure, SearchBox, RefinementList, Hits, Pagination } from 'react-instantsearch-dom';
@@ -1,4 +1,4 @@
1
- import { _ as _extends } from './extends-f076879e.js';
1
+ import { _ as _extends } from './extends-60e0e1c6.js';
2
2
  import { _ as _Object$keys } from './keys-7a3adabf.js';
3
3
  import { _ as _toConsumableArray } from './toConsumableArray-6d9a4616.js';
4
4
  import React__default, { useRef, useEffect } from 'react';
@@ -1,4 +1,4 @@
1
- import { _ as _extends } from './extends-f076879e.js';
1
+ import { _ as _extends } from './extends-60e0e1c6.js';
2
2
  import React__default from 'react';
3
3
  import YoutubeGroup from './YoutubeGroup.js';
4
4
  import './_commonjsHelpers-0c4b6f40.js';
@@ -1,9 +1,9 @@
1
1
  import { a as _asyncToGenerator, r as regenerator, _ as _Promise } from './asyncToGenerator-7f8f9219.js';
2
2
  import { _ as _slicedToArray } from './slicedToArray-be2f7a22.js';
3
- import { _ as _extends } from './extends-f076879e.js';
3
+ import { _ as _extends } from './extends-60e0e1c6.js';
4
4
  import React__default from 'react';
5
5
  import { B as BlockContent } from './BlockContent-c99c9a8d.js';
6
- import { g as getSerializers } from './index-f354da27.js';
6
+ import { g as getSerializers } from './index-a30e3b71.js';
7
7
  import ArticleSeriesListing from './ArticleSeriesListing.js';
8
8
  import './_commonjsHelpers-0c4b6f40.js';
9
9
  import './es6.string.iterator-bc33758b.js';
@@ -46,7 +46,7 @@ import './isSymbol-a7e9aafe.js';
46
46
  import './toNumber-5aeba6e7.js';
47
47
  import 'react-bootstrap/Row';
48
48
  import 'react-bootstrap/Col';
49
- import './inherits-f71787cf.js';
49
+ import './inherits-a41fe93f.js';
50
50
  import './_object-sap-f353c2a9.js';
51
51
  import './define-property-fe54dc9f.js';
52
52
  import './index.esm-f6156a57.js';
@@ -9,9 +9,9 @@ import './_library-528f1934.js';
9
9
  import './core.get-iterator-method-133dfacd.js';
10
10
  import './_iter-detect-7e5e5ce2.js';
11
11
  import './toConsumableArray-6d9a4616.js';
12
- import './extends-f076879e.js';
12
+ import './extends-60e0e1c6.js';
13
13
  import './_object-pie-133f504a.js';
14
- import './inherits-f71787cf.js';
14
+ import './inherits-a41fe93f.js';
15
15
  import './_object-sap-f353c2a9.js';
16
16
  import './define-property-fe54dc9f.js';
17
17
  import './typeof-a286cf0c.js';
@@ -32,14 +32,14 @@ import './index.es-a6137319.js';
32
32
  import './visibility-sensor-72fd8f8b.js';
33
33
  import 'react-dom';
34
34
  import './index-0dbff1d1.js';
35
- import './ADlgInfeed-1270c526.js';
35
+ import './ADlgInfeed-db64f46d.js';
36
36
  import './slicedToArray-be2f7a22.js';
37
37
  import './AdSlot.js';
38
38
  import './Beam.js';
39
39
  import './stringify-59c8f690.js';
40
40
  import './Segment.js';
41
41
  import './main-d4165069.js';
42
- import './ADInfeed-33e556f5.js';
42
+ import './ADInfeed-f7d00a9a.js';
43
43
 
44
44
  var _this = undefined;
45
45
 
@@ -1,5 +1,5 @@
1
- import { _ as _extends } from './extends-f076879e.js';
2
- import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-f71787cf.js';
1
+ import { _ as _extends } from './extends-60e0e1c6.js';
2
+ import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a41fe93f.js';
3
3
  import React__default from 'react';
4
4
  import { l as lib_3 } from './index-5cc7b406.js';
5
5
  import Container from 'react-bootstrap/Container';