@mjhls/mjh-framework 1.0.850-beta.0 → 1.0.850-beta.2

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 (55) hide show
  1. package/dist/cjs/AdSlotsProvider.js +2 -895
  2. package/dist/cjs/AlgoliaSearch.js +336 -237
  3. package/dist/cjs/ArticleProgramLandingPage.js +2 -3
  4. package/dist/cjs/ArticleSeriesLandingPage.js +1 -1
  5. package/dist/cjs/ArticleSeriesListing.js +1 -1
  6. package/dist/cjs/DeckContent.js +1 -1
  7. package/dist/cjs/DeckQueue.js +1 -1
  8. package/dist/cjs/ExternalResources.js +2 -3
  9. package/dist/cjs/GridContent.js +1 -1
  10. package/dist/cjs/HorizontalArticleListing.js +2 -3
  11. package/dist/cjs/IssueLanding.js +2 -3
  12. package/dist/cjs/MasterDeck.js +1 -1
  13. package/dist/cjs/MediaSeriesLanding.js +5 -6
  14. package/dist/cjs/PartnerDetailListing.js +6 -1105
  15. package/dist/cjs/QueueDeckExpanded.js +1097 -112
  16. package/dist/cjs/TaxonomyDescription.js +2 -3
  17. package/dist/cjs/VideoProgramLandingPage.js +2 -3
  18. package/dist/cjs/VideoSeriesCard.js +2 -2
  19. package/dist/cjs/VideoSeriesLandingPage.js +3 -3
  20. package/dist/cjs/VideoSeriesListing.js +1 -1
  21. package/dist/cjs/View.js +5 -7
  22. package/dist/cjs/faundadb.js +321 -4
  23. package/dist/cjs/getRelatedArticle.js +21 -438
  24. package/dist/cjs/getSerializers.js +2 -3
  25. package/dist/cjs/{index-bc88f898.js → index-4151deb3.js} +587 -15
  26. package/dist/cjs/index.js +6 -13
  27. package/dist/cjs/{inherits-452ff02c.js → inherits-9953db94.js} +4 -4
  28. package/dist/esm/AdSlotsProvider.js +6 -898
  29. package/dist/esm/AlgoliaSearch.js +100 -1
  30. package/dist/esm/ArticleProgramLandingPage.js +1 -2
  31. package/dist/esm/ExternalResources.js +1 -2
  32. package/dist/esm/HorizontalArticleListing.js +1 -2
  33. package/dist/esm/IssueLanding.js +1 -2
  34. package/dist/esm/MediaSeriesLanding.js +1 -2
  35. package/dist/esm/PartnerDetailListing.js +5 -1103
  36. package/dist/esm/QueueDeckExpanded.js +1098 -113
  37. package/dist/esm/TaxonomyDescription.js +1 -2
  38. package/dist/esm/VideoProgramLandingPage.js +1 -2
  39. package/dist/esm/View.js +2 -4
  40. package/dist/esm/faundadb.js +319 -2
  41. package/dist/esm/getRelatedArticle.js +21 -438
  42. package/dist/esm/getSerializers.js +1 -2
  43. package/dist/esm/{index-f2a0d400.js → index-d6dc592a.js} +575 -3
  44. package/dist/esm/index.js +4 -10
  45. package/package.json +8 -3
  46. package/dist/cjs/Auth.js +0 -3428
  47. package/dist/cjs/index-bd6c9f56.js +0 -211
  48. package/dist/cjs/inherits-8d29278d.js +0 -110
  49. package/dist/cjs/md5-5039b1a6.js +0 -323
  50. package/dist/cjs/util-f2c1b65b.js +0 -576
  51. package/dist/esm/Auth.js +0 -3412
  52. package/dist/esm/index-db3bb315.js +0 -207
  53. package/dist/esm/inherits-77d5e4fc.js +0 -101
  54. package/dist/esm/md5-9be0e905.js +0 -321
  55. package/dist/esm/util-7700fc59.js +0 -574
@@ -2,7 +2,7 @@
2
2
 
3
3
  function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
4
 
5
- var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
5
+ require('./_commonjsHelpers-06173234.js');
6
6
  require('./_to-object-329a650b.js');
7
7
  require('./es6.string.iterator-cc0bbaa4.js');
8
8
  require('./_library-dd23b178.js');
@@ -12,7 +12,7 @@ require('./core.get-iterator-method-f62321d4.js');
12
12
  require('./_object-pie-68c5bcbc.js');
13
13
  var _extends$1 = require('./extends-0a918631.js');
14
14
  require('./_object-sap-5e74ba08.js');
15
- require('./inherits-452ff02c.js');
15
+ require('./inherits-9953db94.js');
16
16
  require('./define-property-f4d12f4e.js');
17
17
  require('./web.dom.iterable-a0e279c1.js');
18
18
  require('./typeof-725500bc.js');
@@ -21,8 +21,7 @@ var React = require('react');
21
21
  var React__default = _interopDefault(React);
22
22
  require('./events-1b438fe7.js');
23
23
  require('./index-98e01cb9.js');
24
- var PropTypes = require('prop-types');
25
- var PropTypes__default = _interopDefault(PropTypes);
24
+ require('prop-types');
26
25
  require('react-bootstrap/Row');
27
26
  require('react-bootstrap/Col');
28
27
  require('react-bootstrap/Card');
@@ -58,8 +57,7 @@ var QueueDeckExpanded = require('./QueueDeckExpanded.js');
58
57
  require('./timeDifferenceCalc.js');
59
58
  require('./iconBase-68959171.js');
60
59
  require('./index.esm-90433435.js');
61
- var getSerializers = require('./index-bc88f898.js');
62
- require('./util-f2c1b65b.js');
60
+ var getSerializers = require('./index-4151deb3.js');
63
61
  require('./brightcove-react-player-loader.es-156bd4d6.js');
64
62
  require('next/head');
65
63
  require('react-share');
@@ -67,1108 +65,11 @@ require('./SocialShare.js');
67
65
  require('./_object-to-array-5762f850.js');
68
66
  require('react-bootstrap/Pagination');
69
67
  require('react-bootstrap/Figure');
70
- var inherits$1$1 = require('./inherits-8d29278d.js');
71
68
  require('react-bootstrap/Carousel');
72
69
  var Feature = require('./Feature.js');
73
70
  require('react-bootstrap/Breadcrumb');
74
71
  var Breadcrumbs = require('./Breadcrumbs.js');
75
-
76
- var isRequiredIf_1 = _commonjsHelpers.createCommonjsModule(function (module, exports) {
77
- Object.defineProperty(exports,'__esModule',{value:!0});var VALIDATOR_ARG_ERROR_MESSAGE='The typeValidator argument must be a function with the signature function(props, propName, componentName).',MESSAGE_ARG_ERROR_MESSAGE='The error message is optional, but must be a string if provided.',propIsRequired=function propIsRequired(a,b,c,d){if('boolean'==typeof a)return a;return 'function'==typeof a?a(b,c,d):!(!0!==!!a)&&!!a},propExists=function propExists(a,b){return Object.hasOwnProperty.call(a,b)},missingPropError=function missingPropError(a,b,c,d){return d?new Error(d):new Error('Required '+a[b]+' `'+b+'`'+(' was not specified in `'+c+'`.'))},guardAgainstInvalidArgTypes=function guardAgainstInvalidArgTypes(a,b){if('function'!=typeof a)throw new TypeError(VALIDATOR_ARG_ERROR_MESSAGE);if(!!b&&'string'!=typeof b)throw new TypeError(MESSAGE_ARG_ERROR_MESSAGE)},isRequiredIf=function isRequiredIf(a,b,c){return guardAgainstInvalidArgTypes(a,c),function(d,e,f){for(var _len=arguments.length,g=Array(3<_len?_len-3:0),_key=3;_key<_len;_key++)g[_key-3]=arguments[_key];return propIsRequired(b,d,e,f)?propExists(d,e)?a.apply(void 0,[d,e,f].concat(g)):missingPropError(d,e,f,c):a.apply(void 0,[d,e,f].concat(g));// Is not required, so just run typeValidator.
78
- }};exports.default=isRequiredIf;
79
-
80
-
81
- });
82
-
83
- var isRequiredIf = _commonjsHelpers.unwrapExports(isRequiredIf_1);
84
-
85
- var exenv = _commonjsHelpers.createCommonjsModule(function (module) {
86
- /*!
87
- Copyright (c) 2015 Jed Watson.
88
- Based on code that is Copyright 2013-2015, Facebook, Inc.
89
- All rights reserved.
90
- */
91
- /* global define */
92
-
93
- (function () {
94
-
95
- var canUseDOM = !!(
96
- typeof window !== 'undefined' &&
97
- window.document &&
98
- window.document.createElement
99
- );
100
-
101
- var ExecutionEnvironment = {
102
-
103
- canUseDOM: canUseDOM,
104
-
105
- canUseWorkers: typeof Worker !== 'undefined',
106
-
107
- canUseEventListeners:
108
- canUseDOM && !!(window.addEventListener || window.attachEvent),
109
-
110
- canUseViewport: canUseDOM && !!window.screen
111
-
112
- };
113
-
114
- if ( module.exports) {
115
- module.exports = ExecutionEnvironment;
116
- } else {
117
- window.ExecutionEnvironment = ExecutionEnvironment;
118
- }
119
-
120
- }());
121
- });
122
-
123
- var twitterWidgetJs = 'https://platform.twitter.com/widgets.js';
124
-
125
- var TwitterTimelineEmbed =
126
- /*#__PURE__*/
127
- function (_Component) {
128
- inherits$1$1._inherits(TwitterTimelineEmbed, _Component);
129
-
130
- function TwitterTimelineEmbed(props) {
131
- var _this;
132
-
133
- inherits$1$1._classCallCheck(this, TwitterTimelineEmbed);
134
-
135
- _this = inherits$1$1._possibleConstructorReturn(this, inherits$1$1._getPrototypeOf(TwitterTimelineEmbed).call(this, props));
136
- _this.state = {
137
- isLoading: true
138
- };
139
- return _this;
140
- }
141
-
142
- inherits$1$1._createClass(TwitterTimelineEmbed, [{
143
- key: "buildChromeOptions",
144
- value: function buildChromeOptions(options) {
145
- options.chrome = '';
146
-
147
- if (this.props.noHeader) {
148
- options.chrome = options.chrome + ' noheader';
149
- }
150
-
151
- if (this.props.noFooter) {
152
- options.chrome = options.chrome + ' nofooter';
153
- }
154
-
155
- if (this.props.noBorders) {
156
- options.chrome = options.chrome + ' noborders';
157
- }
158
-
159
- if (this.props.noScrollbar) {
160
- options.chrome = options.chrome + ' noscrollbar';
161
- }
162
-
163
- if (this.props.transparent) {
164
- options.chrome = options.chrome + ' transparent';
165
- }
166
-
167
- return options;
168
- }
169
- }, {
170
- key: "buildOptions",
171
- value: function buildOptions() {
172
- var options = Object.assign({}, this.props.options);
173
-
174
- if (this.props.autoHeight) {
175
- options.height = this.refs.embedContainer.parentNode.offsetHeight;
176
- }
177
-
178
- options = Object.assign({}, options, {
179
- theme: this.props.theme,
180
- linkColor: this.props.linkColor,
181
- borderColor: this.props.borderColor,
182
- lang: this.props.lang
183
- });
184
- return options;
185
- }
186
- }, {
187
- key: "renderWidget",
188
- value: function renderWidget(options) {
189
- var _this2 = this;
190
-
191
- var onLoad = this.props.onLoad;
192
-
193
- if (!this.isMountCanceled) {
194
- window.twttr.widgets.createTimeline({
195
- sourceType: this.props.sourceType,
196
- screenName: this.props.screenName,
197
- userId: this.props.userId,
198
- ownerScreenName: this.props.ownerScreenName,
199
- slug: this.props.slug,
200
- id: this.props.id || this.props.widgetId,
201
- url: this.props.url
202
- }, this.refs.embedContainer, options).then(function (element) {
203
- _this2.setState({
204
- isLoading: false
205
- });
206
-
207
- if (onLoad) {
208
- onLoad(element);
209
- }
210
- });
211
- }
212
- }
213
- }, {
214
- key: "componentDidMount",
215
- value: function componentDidMount() {
216
- var _this3 = this;
217
-
218
- if (exenv.canUseDOM) {
219
- var script = require('scriptjs');
220
-
221
- script(twitterWidgetJs, 'twitter-embed', function () {
222
- if (!window.twttr) {
223
- console.error('Failure to load window.twttr in TwitterTimelineEmbed, aborting load.');
224
- return;
225
- }
226
-
227
- var options = _this3.buildOptions();
228
- /** Append chrome options */
229
-
230
-
231
- options = _this3.buildChromeOptions(options);
232
-
233
- _this3.renderWidget(options);
234
- });
235
- }
236
- }
237
- }, {
238
- key: "componentWillUnmount",
239
- value: function componentWillUnmount() {
240
- this.isMountCanceled = true;
241
- }
242
- }, {
243
- key: "render",
244
- value: function render() {
245
- var isLoading = this.state.isLoading;
246
- var placeholder = this.props.placeholder;
247
- return React__default.createElement(React__default.Fragment, null, isLoading && placeholder, React__default.createElement("div", {
248
- ref: "embedContainer"
249
- }));
250
- }
251
- }]);
252
-
253
- return TwitterTimelineEmbed;
254
- }(React.Component);
255
-
256
- inherits$1$1._defineProperty(TwitterTimelineEmbed, "propTypes", {
257
- /**
258
- * This can be either of profile, likes, list, collection, URL, widget
259
- */
260
- sourceType: PropTypes__default.oneOf(['profile', 'likes', 'list', 'collection', 'url', 'widget']).isRequired,
261
-
262
- /**
263
- * username of twitter handle as String
264
- */
265
- screenName: isRequiredIf(PropTypes__default.string, function (props) {
266
- return !props.hasOwnProperty('userId') && (props.sourceType === 'profile' || props.sourceType === 'likes');
267
- }),
268
-
269
- /**
270
- * UserId of twitter handle as number
271
- */
272
- userId: isRequiredIf(PropTypes__default.number, function (props) {
273
- return !props.hasOwnProperty('screenName') && (props.sourceType === 'profile' || props.sourceType === 'likes');
274
- }),
275
-
276
- /**
277
- * To show list, used along with slug
278
- */
279
- ownerScreenName: isRequiredIf(PropTypes__default.string, function (props) {
280
- return props.sourceType === 'list' && !props.hasOwnProperty('id');
281
- }),
282
-
283
- /**
284
- * To show list, used along with ownerScreenName
285
- */
286
- slug: isRequiredIf(PropTypes__default.string, function (props) {
287
- return props.sourceType === 'list' && !props.hasOwnProperty('id');
288
- }),
289
-
290
- /**
291
- * To show list, unique list id
292
- * Also used with collections, in that case its valid collection id
293
- */
294
- id: isRequiredIf(PropTypes__default.oneOfType([PropTypes__default.number, PropTypes__default.string]), function (props) {
295
- return props.sourceType === 'list' && !props.hasOwnProperty('ownerScreenName') && !props.hasOwnProperty('slug') || props.sourceType === 'collection';
296
- }),
297
-
298
- /**
299
- * To show twitter content with url.
300
- * Supported content includes profiles, likes, lists, and collections.
301
- */
302
- url: isRequiredIf(PropTypes__default.string, function (props) {
303
- return props.sourceType === 'url';
304
- }),
305
-
306
- /**
307
- * To show custom widget
308
- */
309
- widgetId: isRequiredIf(PropTypes__default.string, function (props) {
310
- return props.sourceType === 'widget';
311
- }),
312
-
313
- /**
314
- * Additional options to pass to twitter widget plugin
315
- */
316
- options: PropTypes__default.object,
317
-
318
- /**
319
- * Automatically fit into parent container height
320
- */
321
- autoHeight: PropTypes__default.bool,
322
-
323
- /**
324
- * With dark or light theme
325
- */
326
- theme: PropTypes__default.oneOf(['dark', 'light']),
327
-
328
- /**
329
- * With custom link colors. Note: Only Hex colors are supported.
330
- */
331
- linkColor: PropTypes__default.string,
332
-
333
- /**
334
- * With custom border colors. Note: Only Hex colors are supported.
335
- */
336
- borderColor: PropTypes__default.string,
337
-
338
- /**
339
- * Hide the header from timeline
340
- */
341
- noHeader: PropTypes__default.bool,
342
-
343
- /**
344
- * Hide the footer from timeline
345
- */
346
- noFooter: PropTypes__default.bool,
347
-
348
- /**
349
- * Hide the border from timeline
350
- */
351
- noBorders: PropTypes__default.bool,
352
-
353
- /**
354
- * Hide the scrollbars
355
- */
356
- noScrollbar: PropTypes__default.bool,
357
-
358
- /**
359
- * Enable Transparancy
360
- */
361
- transparent: PropTypes__default.bool,
362
-
363
- /**
364
- * Custom language code. Supported codes here: https://developer.twitter.com/en/docs/twitter-for-websites/twitter-for-websites-supported-languages/overview.html
365
- */
366
- lang: PropTypes__default.string,
367
-
368
- /**
369
- * Placeholder while tweet is loading
370
- */
371
- placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
372
-
373
- /**
374
- * Function to execute after load, return html element
375
- */
376
- onLoad: PropTypes__default.func
377
- });
378
-
379
- var TwitterShareButton =
380
- /*#__PURE__*/
381
- function (_Component) {
382
- inherits$1$1._inherits(TwitterShareButton, _Component);
383
-
384
- function TwitterShareButton(props) {
385
- var _this;
386
-
387
- inherits$1$1._classCallCheck(this, TwitterShareButton);
388
-
389
- _this = inherits$1$1._possibleConstructorReturn(this, inherits$1$1._getPrototypeOf(TwitterShareButton).call(this, props));
390
- _this.state = {
391
- isLoading: true
392
- };
393
- return _this;
394
- }
395
-
396
- inherits$1$1._createClass(TwitterShareButton, [{
397
- key: "componentDidMount",
398
- value: function componentDidMount() {
399
- var _this2 = this;
400
-
401
- var onLoad = this.props.onLoad;
402
-
403
- if (exenv.canUseDOM) {
404
- var script = require('scriptjs');
405
-
406
- script(twitterWidgetJs, 'twitter-embed', function () {
407
- if (!window.twttr) {
408
- console.error('Failure to load window.twttr in TwitterShareButton, aborting load.');
409
- return;
410
- }
411
-
412
- if (!_this2.isMountCanceled) {
413
- window.twttr.widgets.createShareButton(_this2.props.url, _this2.refs.embedContainer, _this2.props.options).then(function (element) {
414
- _this2.setState({
415
- isLoading: false
416
- });
417
-
418
- if (onLoad) {
419
- onLoad(element);
420
- }
421
- });
422
- }
423
- });
424
- }
425
- }
426
- }, {
427
- key: "componentWillUnmount",
428
- value: function componentWillUnmount() {
429
- this.isMountCanceled = true;
430
- }
431
- }, {
432
- key: "render",
433
- value: function render() {
434
- var isLoading = this.state.isLoading;
435
- var placeholder = this.props.placeholder;
436
- return React__default.createElement(React__default.Fragment, null, isLoading && placeholder, React__default.createElement("div", {
437
- ref: "embedContainer"
438
- }));
439
- }
440
- }]);
441
-
442
- return TwitterShareButton;
443
- }(React.Component);
444
-
445
- inherits$1$1._defineProperty(TwitterShareButton, "propTypes", {
446
- /**
447
- * Url for sharing
448
- */
449
- url: PropTypes__default.string.isRequired,
450
-
451
- /**
452
- * Additional options for overriding config. Details at : https://dev.twitter.com/web/tweet-button/parameters
453
- */
454
- options: PropTypes__default.object,
455
-
456
- /**
457
- * Placeholder while tweet is loading
458
- */
459
- placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
460
-
461
- /**
462
- * Function to execute after load, return html element
463
- */
464
- onLoad: PropTypes__default.func
465
- });
466
-
467
- var TwitterFollowButton =
468
- /*#__PURE__*/
469
- function (_Component) {
470
- inherits$1$1._inherits(TwitterFollowButton, _Component);
471
-
472
- function TwitterFollowButton(props) {
473
- var _this;
474
-
475
- inherits$1$1._classCallCheck(this, TwitterFollowButton);
476
-
477
- _this = inherits$1$1._possibleConstructorReturn(this, inherits$1$1._getPrototypeOf(TwitterFollowButton).call(this, props));
478
- _this.state = {
479
- isLoading: true
480
- };
481
- return _this;
482
- }
483
-
484
- inherits$1$1._createClass(TwitterFollowButton, [{
485
- key: "componentDidMount",
486
- value: function componentDidMount() {
487
- var _this2 = this;
488
-
489
- var onLoad = this.props.onLoad;
490
-
491
- if (exenv.canUseDOM) {
492
- var script = require('scriptjs');
493
-
494
- script(twitterWidgetJs, 'twitter-embed', function () {
495
- if (!window.twttr) {
496
- console.error('Failure to load window.twttr in TwitterFollowButton, aborting load.');
497
- return;
498
- }
499
-
500
- if (!_this2.isMountCanceled) {
501
- window.twttr.widgets.createFollowButton(_this2.props.screenName, _this2.refs.embedContainer, _this2.props.options).then(function (element) {
502
- _this2.setState({
503
- isLoading: false
504
- });
505
-
506
- if (onLoad) {
507
- onLoad(element);
508
- }
509
- });
510
- }
511
- });
512
- }
513
- }
514
- }, {
515
- key: "componentWillUnmount",
516
- value: function componentWillUnmount() {
517
- this.isMountCanceled = true;
518
- }
519
- }, {
520
- key: "render",
521
- value: function render() {
522
- var isLoading = this.state.isLoading;
523
- var placeholder = this.props.placeholder;
524
- return React__default.createElement(React__default.Fragment, null, isLoading && placeholder, React__default.createElement("div", {
525
- ref: "embedContainer"
526
- }));
527
- }
528
- }]);
529
-
530
- return TwitterFollowButton;
531
- }(React.Component);
532
-
533
- inherits$1$1._defineProperty(TwitterFollowButton, "propTypes", {
534
- /**
535
- * Username of twitter user which will be followed on click
536
- */
537
- screenName: PropTypes__default.string.isRequired,
538
-
539
- /**
540
- * Additional options to be added to the button
541
- */
542
- options: PropTypes__default.object,
543
-
544
- /**
545
- * Placeholder while tweet is loading
546
- */
547
- placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
548
-
549
- /**
550
- * Function to execute after load, return html element
551
- */
552
- onLoad: PropTypes__default.func
553
- });
554
-
555
- var TwitterHashtagButton =
556
- /*#__PURE__*/
557
- function (_Component) {
558
- inherits$1$1._inherits(TwitterHashtagButton, _Component);
559
-
560
- function TwitterHashtagButton(props) {
561
- var _this;
562
-
563
- inherits$1$1._classCallCheck(this, TwitterHashtagButton);
564
-
565
- _this = inherits$1$1._possibleConstructorReturn(this, inherits$1$1._getPrototypeOf(TwitterHashtagButton).call(this, props));
566
- _this.state = {
567
- isLoading: true
568
- };
569
- return _this;
570
- }
571
-
572
- inherits$1$1._createClass(TwitterHashtagButton, [{
573
- key: "componentDidMount",
574
- value: function componentDidMount() {
575
- var _this2 = this;
576
-
577
- var onLoad = this.props.onLoad;
578
-
579
- if (exenv.canUseDOM) {
580
- var script = require('scriptjs');
581
-
582
- script(twitterWidgetJs, 'twitter-embed', function () {
583
- if (!window.twttr) {
584
- console.error('Failure to load window.twttr in TwitterHashtagButton, aborting load.');
585
- return;
586
- }
587
-
588
- if (!_this2.isMountCanceled) {
589
- window.twttr.widgets.createHashtagButton(_this2.props.tag, _this2.refs.embedContainer, _this2.props.options).then(function (element) {
590
- _this2.setState({
591
- isLoading: false
592
- });
593
-
594
- if (onLoad) {
595
- onLoad(element);
596
- }
597
- });
598
- }
599
- });
600
- }
601
- }
602
- }, {
603
- key: "componentWillUnmount",
604
- value: function componentWillUnmount() {
605
- this.isMountCanceled = true;
606
- }
607
- }, {
608
- key: "render",
609
- value: function render() {
610
- var isLoading = this.state.isLoading;
611
- var placeholder = this.props.placeholder;
612
- return React__default.createElement(React__default.Fragment, null, isLoading && placeholder, React__default.createElement("div", {
613
- ref: "embedContainer"
614
- }));
615
- }
616
- }]);
617
-
618
- return TwitterHashtagButton;
619
- }(React.Component);
620
-
621
- inherits$1$1._defineProperty(TwitterHashtagButton, "propTypes", {
622
- /**
623
- * Tag name for hashtag button
624
- */
625
- tag: PropTypes__default.string.isRequired,
626
-
627
- /**
628
- * Additional options to be added to the button
629
- */
630
- options: PropTypes__default.object,
631
-
632
- /**
633
- * Placeholder while tweet is loading
634
- */
635
- placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
636
-
637
- /**
638
- * Function to execute after load, return html element
639
- */
640
- onLoad: PropTypes__default.func
641
- });
642
-
643
- var TwitterMentionButton =
644
- /*#__PURE__*/
645
- function (_Component) {
646
- inherits$1$1._inherits(TwitterMentionButton, _Component);
647
-
648
- function TwitterMentionButton(props) {
649
- var _this;
650
-
651
- inherits$1$1._classCallCheck(this, TwitterMentionButton);
652
-
653
- _this = inherits$1$1._possibleConstructorReturn(this, inherits$1$1._getPrototypeOf(TwitterMentionButton).call(this, props));
654
- _this.state = {
655
- isLoading: true
656
- };
657
- return _this;
658
- }
659
-
660
- inherits$1$1._createClass(TwitterMentionButton, [{
661
- key: "componentDidMount",
662
- value: function componentDidMount() {
663
- var _this2 = this;
664
-
665
- var onLoad = this.props.onLoad;
666
-
667
- if (exenv.canUseDOM) {
668
- var script = require('scriptjs');
669
-
670
- script(twitterWidgetJs, 'twitter-embed', function () {
671
- if (!window.twttr) {
672
- console.error('Failure to load window.twttr in TwitterMentionButton, aborting load.');
673
- return;
674
- }
675
-
676
- if (!_this2.isMountCanceled) {
677
- window.twttr.widgets.createMentionButton(_this2.props.screenName, _this2.refs.embedContainer, _this2.props.options).then(function (element) {
678
- _this2.setState({
679
- isLoading: false
680
- });
681
-
682
- if (onLoad) {
683
- onLoad(element);
684
- }
685
- });
686
- }
687
- });
688
- }
689
- }
690
- }, {
691
- key: "componentWillUnmount",
692
- value: function componentWillUnmount() {
693
- this.isMountCanceled = true;
694
- }
695
- }, {
696
- key: "render",
697
- value: function render() {
698
- var isLoading = this.state.isLoading;
699
- var placeholder = this.props.placeholder;
700
- return React__default.createElement(React__default.Fragment, null, isLoading && placeholder, React__default.createElement("div", {
701
- ref: "embedContainer"
702
- }));
703
- }
704
- }]);
705
-
706
- return TwitterMentionButton;
707
- }(React.Component);
708
-
709
- inherits$1$1._defineProperty(TwitterMentionButton, "propTypes", {
710
- /**
711
- * Username to which you will need to tweet
712
- */
713
- screenName: PropTypes__default.string.isRequired,
714
-
715
- /**
716
- * Additional options for overriding config.
717
- */
718
- options: PropTypes__default.object,
719
-
720
- /**
721
- * Placeholder while tweet is loading
722
- */
723
- placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
724
-
725
- /**
726
- * Function to execute after load, return html element
727
- */
728
- onLoad: PropTypes__default.func
729
- });
730
-
731
- var TwitterTweetEmbed =
732
- /*#__PURE__*/
733
- function (_Component) {
734
- inherits$1$1._inherits(TwitterTweetEmbed, _Component);
735
-
736
- function TwitterTweetEmbed(props) {
737
- var _this;
738
-
739
- inherits$1$1._classCallCheck(this, TwitterTweetEmbed);
740
-
741
- _this = inherits$1$1._possibleConstructorReturn(this, inherits$1$1._getPrototypeOf(TwitterTweetEmbed).call(this, props));
742
- _this.state = {
743
- isLoading: true
744
- };
745
- return _this;
746
- }
747
-
748
- inherits$1$1._createClass(TwitterTweetEmbed, [{
749
- key: "renderWidget",
750
- value: function renderWidget() {
751
- var _this2 = this;
752
-
753
- var onLoad = this.props.onLoad;
754
-
755
- if (!window.twttr) {
756
- console.error('Failure to load window.twttr in TwitterTweetEmbed, aborting load.');
757
- return;
758
- }
759
-
760
- if (!this.isMountCanceled) {
761
- window.twttr.widgets.createTweet(this.props.tweetId, this.refs.embedContainer, this.props.options).then(function (element) {
762
- _this2.setState({
763
- isLoading: false
764
- });
765
-
766
- if (onLoad) {
767
- onLoad(element);
768
- }
769
- });
770
- }
771
- }
772
- }, {
773
- key: "componentDidMount",
774
- value: function componentDidMount() {
775
- var _this3 = this;
776
-
777
- if (exenv.canUseDOM) {
778
- var script = require('scriptjs');
779
-
780
- script(twitterWidgetJs, 'twitter-embed', function () {
781
- _this3.renderWidget();
782
- });
783
- }
784
- }
785
- }, {
786
- key: "componentWillUnmount",
787
- value: function componentWillUnmount() {
788
- this.isMountCanceled = true;
789
- }
790
- }, {
791
- key: "render",
792
- value: function render() {
793
- var isLoading = this.state.isLoading;
794
- var placeholder = this.props.placeholder;
795
- return React__default.createElement(React__default.Fragment, null, isLoading && placeholder, React__default.createElement("div", {
796
- ref: "embedContainer"
797
- }));
798
- }
799
- }]);
800
-
801
- return TwitterTweetEmbed;
802
- }(React.Component);
803
-
804
- inherits$1$1._defineProperty(TwitterTweetEmbed, "propTypes", {
805
- /**
806
- * Tweet id that needs to be shown
807
- */
808
- tweetId: PropTypes__default.string.isRequired,
809
-
810
- /**
811
- * Additional options to pass to twitter widget plugin
812
- */
813
- options: PropTypes__default.object,
814
-
815
- /**
816
- * Placeholder while tweet is loading
817
- */
818
- placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
819
-
820
- /**
821
- * Function to execute after load, return html element
822
- */
823
- onLoad: PropTypes__default.func
824
- });
825
-
826
- var TwitterMomentShare =
827
- /*#__PURE__*/
828
- function (_Component) {
829
- inherits$1$1._inherits(TwitterMomentShare, _Component);
830
-
831
- function TwitterMomentShare(props) {
832
- var _this;
833
-
834
- inherits$1$1._classCallCheck(this, TwitterMomentShare);
835
-
836
- _this = inherits$1$1._possibleConstructorReturn(this, inherits$1$1._getPrototypeOf(TwitterMomentShare).call(this, props));
837
- _this.state = {
838
- isLoading: true
839
- };
840
- return _this;
841
- }
842
-
843
- inherits$1$1._createClass(TwitterMomentShare, [{
844
- key: "componentDidMount",
845
- value: function componentDidMount() {
846
- var _this2 = this;
847
-
848
- var onLoad = this.props.onLoad;
849
-
850
- if (exenv.canUseDOM) {
851
- var script = require('scriptjs');
852
-
853
- script(twitterWidgetJs, 'twitter-embed', function () {
854
- if (!window.twttr) {
855
- console.error('Failure to load window.twttr in TwitterMomentShare, aborting load.');
856
- return;
857
- }
858
-
859
- if (!_this2.isMountCanceled) {
860
- window.twttr.widgets.createMoment(_this2.props.momentId, _this2.refs.shareMoment, _this2.props.options).then(function (element) {
861
- _this2.setState({
862
- isLoading: false
863
- });
864
-
865
- if (onLoad) {
866
- onLoad(element);
867
- }
868
- });
869
- }
870
- });
871
- }
872
- }
873
- }, {
874
- key: "componentWillUnmount",
875
- value: function componentWillUnmount() {
876
- this.isMountCanceled = true;
877
- }
878
- }, {
879
- key: "render",
880
- value: function render() {
881
- var isLoading = this.state.isLoading;
882
- var placeholder = this.props.placeholder;
883
- return React__default.createElement(React__default.Fragment, null, isLoading && placeholder, React__default.createElement("div", {
884
- ref: "shareMoment"
885
- }));
886
- }
887
- }]);
888
-
889
- return TwitterMomentShare;
890
- }(React.Component);
891
-
892
- inherits$1$1._defineProperty(TwitterMomentShare, "propTypes", {
893
- /**
894
- * id of Twitter moment to show
895
- */
896
- momentId: PropTypes__default.string.isRequired,
897
-
898
- /**
899
- * Additional options for overriding config.
900
- */
901
- options: PropTypes__default.object,
902
-
903
- /**
904
- * Placeholder while tweet is loading
905
- */
906
- placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
907
-
908
- /**
909
- * Function to execute after load, return html element
910
- */
911
- onLoad: PropTypes__default.func
912
- });
913
-
914
- var TwitterDMButton =
915
- /*#__PURE__*/
916
- function (_Component) {
917
- inherits$1$1._inherits(TwitterDMButton, _Component);
918
-
919
- function TwitterDMButton(props) {
920
- var _this;
921
-
922
- inherits$1$1._classCallCheck(this, TwitterDMButton);
923
-
924
- _this = inherits$1$1._possibleConstructorReturn(this, inherits$1$1._getPrototypeOf(TwitterDMButton).call(this, props));
925
- _this.state = {
926
- isLoading: true
927
- };
928
- return _this;
929
- }
930
-
931
- inherits$1$1._createClass(TwitterDMButton, [{
932
- key: "componentDidMount",
933
- value: function componentDidMount() {
934
- var _this2 = this;
935
-
936
- var onLoad = this.props.onLoad;
937
-
938
- if (exenv.canUseDOM) {
939
- var script = require('scriptjs');
940
-
941
- script(twitterWidgetJs, 'twitter-embed', function () {
942
- if (!window.twttr) {
943
- console.error('Failure to load window.twttr in TwitterDMButton, aborting load.');
944
- return;
945
- }
946
-
947
- if (!_this2.isMountCanceled) {
948
- window.twttr.widgets.createDMButton(_this2.props.id, _this2.refs.embedContainer, _this2.props.options).then(function (element) {
949
- _this2.setState({
950
- isLoading: false
951
- });
952
-
953
- if (onLoad) {
954
- onLoad(element);
955
- }
956
- });
957
- }
958
- });
959
- }
960
- }
961
- }, {
962
- key: "componentWillUnmount",
963
- value: function componentWillUnmount() {
964
- this.isMountCanceled = true;
965
- }
966
- }, {
967
- key: "render",
968
- value: function render() {
969
- var isLoading = this.state.isLoading;
970
- var placeholder = this.props.placeholder;
971
- return React__default.createElement(React__default.Fragment, null, isLoading && placeholder, React__default.createElement("div", {
972
- ref: "embedContainer"
973
- }));
974
- }
975
- }]);
976
-
977
- return TwitterDMButton;
978
- }(React.Component);
979
-
980
- inherits$1$1._defineProperty(TwitterDMButton, "propTypes", {
981
- /**
982
- * Twitter user id for DM button
983
- */
984
- id: PropTypes__default.number.isRequired,
985
-
986
- /**
987
- * Additional options to be added to the button
988
- */
989
- options: PropTypes__default.object,
990
-
991
- /**
992
- * Placeholder while tweet is loading
993
- */
994
- placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
995
-
996
- /**
997
- * Function to execute after load, return html element
998
- */
999
- onLoad: PropTypes__default.func
1000
- });
1001
-
1002
- var TwitterVideoEmbed =
1003
- /*#__PURE__*/
1004
- function (_Component) {
1005
- inherits$1$1._inherits(TwitterVideoEmbed, _Component);
1006
-
1007
- function TwitterVideoEmbed(props) {
1008
- var _this;
1009
-
1010
- inherits$1$1._classCallCheck(this, TwitterVideoEmbed);
1011
-
1012
- _this = inherits$1$1._possibleConstructorReturn(this, inherits$1$1._getPrototypeOf(TwitterVideoEmbed).call(this, props));
1013
- _this.state = {
1014
- isLoading: true
1015
- };
1016
- return _this;
1017
- }
1018
-
1019
- inherits$1$1._createClass(TwitterVideoEmbed, [{
1020
- key: "componentDidMount",
1021
- value: function componentDidMount() {
1022
- var _this2 = this;
1023
-
1024
- var onLoad = this.props.onLoad;
1025
-
1026
- if (exenv.canUseDOM) {
1027
- var script = require('scriptjs');
1028
-
1029
- script(twitterWidgetJs, 'twitter-embed', function () {
1030
- if (!window.twttr) {
1031
- console.error('Failure to load window.twttr in TwitterVideoEmbed, aborting load.');
1032
- return;
1033
- }
1034
-
1035
- if (!_this2.isMountCanceled) {
1036
- window.twttr.widgets.createVideo(_this2.props.id, _this2.refs.embedContainer).then(function (element) {
1037
- _this2.setState({
1038
- isLoading: false
1039
- });
1040
-
1041
- if (onLoad) {
1042
- onLoad(element);
1043
- }
1044
- });
1045
- }
1046
- });
1047
- }
1048
- }
1049
- }, {
1050
- key: "componentWillUnmount",
1051
- value: function componentWillUnmount() {
1052
- this.isMountCanceled = true;
1053
- }
1054
- }, {
1055
- key: "render",
1056
- value: function render() {
1057
- var isLoading = this.state.isLoading;
1058
- var placeholder = this.props.placeholder;
1059
- return React__default.createElement(React__default.Fragment, null, isLoading && placeholder, React__default.createElement("div", {
1060
- ref: "embedContainer"
1061
- }));
1062
- }
1063
- }]);
1064
-
1065
- return TwitterVideoEmbed;
1066
- }(React.Component);
1067
-
1068
- inherits$1$1._defineProperty(TwitterVideoEmbed, "propTypes", {
1069
- /**
1070
- * Id of video tweet.
1071
- */
1072
- id: PropTypes__default.string.isRequired,
1073
-
1074
- /**
1075
- * Placeholder while tweet is loading
1076
- */
1077
- placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
1078
-
1079
- /**
1080
- * Function to execute after load, return html element
1081
- */
1082
- onLoad: PropTypes__default.func
1083
- });
1084
-
1085
- var TwitterOnAirButton =
1086
- /*#__PURE__*/
1087
- function (_Component) {
1088
- inherits$1$1._inherits(TwitterOnAirButton, _Component);
1089
-
1090
- function TwitterOnAirButton(props) {
1091
- var _this;
1092
-
1093
- inherits$1$1._classCallCheck(this, TwitterOnAirButton);
1094
-
1095
- _this = inherits$1$1._possibleConstructorReturn(this, inherits$1$1._getPrototypeOf(TwitterOnAirButton).call(this, props));
1096
- _this.state = {
1097
- isLoading: true
1098
- };
1099
- return _this;
1100
- }
1101
-
1102
- inherits$1$1._createClass(TwitterOnAirButton, [{
1103
- key: "componentDidMount",
1104
- value: function componentDidMount() {
1105
- var _this2 = this;
1106
-
1107
- var onLoad = this.props.onLoad;
1108
-
1109
- if (exenv.canUseDOM) {
1110
- var script = require('scriptjs');
1111
-
1112
- script(twitterWidgetJs, 'twitter-embed', function () {
1113
- if (!window.twttr) {
1114
- console.error('Failure to load window.twttr in TwitterOnAirButton, aborting load.');
1115
- return;
1116
- }
1117
-
1118
- if (!_this2.isMountCanceled) {
1119
- window.twttr.widgets.createPeriscopeOnAirButton(_this2.props.username, _this2.refs.embedContainer, _this2.props.options).then(function (element) {
1120
- _this2.setState({
1121
- isLoading: false
1122
- });
1123
-
1124
- if (onLoad) {
1125
- onLoad(element);
1126
- }
1127
- });
1128
- }
1129
- });
1130
- }
1131
- }
1132
- }, {
1133
- key: "componentWillUnmount",
1134
- value: function componentWillUnmount() {
1135
- this.isMountCanceled = true;
1136
- }
1137
- }, {
1138
- key: "render",
1139
- value: function render() {
1140
- var isLoading = this.state.isLoading;
1141
- var placeholder = this.props.placeholder;
1142
- return React__default.createElement(React__default.Fragment, null, isLoading && placeholder, React__default.createElement("div", {
1143
- ref: "embedContainer"
1144
- }));
1145
- }
1146
- }]);
1147
-
1148
- return TwitterOnAirButton;
1149
- }(React.Component);
1150
-
1151
- inherits$1$1._defineProperty(TwitterOnAirButton, "propTypes", {
1152
- /**
1153
- * Username for which you require periscope on air button
1154
- */
1155
- username: PropTypes__default.string.isRequired,
1156
-
1157
- /**
1158
- * Additional options for overriding config.
1159
- */
1160
- options: PropTypes__default.object,
1161
-
1162
- /**
1163
- * Placeholder while tweet is loading
1164
- */
1165
- placeholder: PropTypes__default.oneOfType([PropTypes__default.string, PropTypes__default.element]),
1166
-
1167
- /**
1168
- * Function to execute after load, return html element
1169
- */
1170
- onLoad: PropTypes__default.func
1171
- });
72
+ var reactTwitterEmbed = require('react-twitter-embed');
1172
73
 
1173
74
  var ImageSlider = function ImageSlider(props) {
1174
75
  var innerSlider = React.useRef(null);
@@ -1421,7 +322,7 @@ var PartnerDetails = function PartnerDetails(_ref) {
1421
322
  React__default.createElement(
1422
323
  'div',
1423
324
  { className: 'mb-5', style: { width: '100%', textAlign: 'center', padding: '0 15px', border: '2px solid #aaa', borderRadius: '15px' } },
1424
- React__default.createElement(TwitterTimelineEmbed, { sourceType: 'url', url: partnerDetails.twitter, options: { height: 400 } })
325
+ React__default.createElement(reactTwitterEmbed.TwitterTimelineEmbed, { sourceType: 'url', url: partnerDetails.twitter, options: { height: 400 } })
1425
326
  )
1426
327
  ),
1427
328
  React__default.createElement(