@mjhls/mjh-framework 1.0.1037 → 1.0.1039-ris-fix

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 (160) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD.js +1 -1
  3. package/dist/cjs/AD300x250.js +3 -2
  4. package/dist/cjs/AD300x250x600.js +3 -2
  5. package/dist/cjs/AD728x90.js +3 -2
  6. package/dist/cjs/ADFloatingFooter.js +3 -2
  7. package/dist/cjs/ADGutter.js +3 -2
  8. package/dist/cjs/{ADInfeed-b52ecddd.js → ADInfeed-03783178.js} +1 -1
  9. package/dist/cjs/ADSkyscraper.js +3 -2
  10. package/dist/cjs/ADSponsoredResources.js +3 -2
  11. package/dist/cjs/ADWebcast.js +3 -2
  12. package/dist/cjs/ADWelcome.js +3 -2
  13. package/dist/cjs/{ADlgInfeed-59dcc040.js → ADlgInfeed-0202e9e6.js} +1 -1
  14. package/dist/cjs/AdSlot.js +3 -2
  15. package/dist/cjs/AdSlotsProvider.js +3 -2
  16. package/dist/cjs/AlgoliaSearch.js +521 -1068
  17. package/dist/cjs/ArticleCarousel.js +1 -1
  18. package/dist/cjs/ArticleProgramLandingPage.js +4 -3
  19. package/dist/cjs/ArticleSeriesLandingPage.js +5 -4
  20. package/dist/cjs/ArticleSeriesListing.js +3 -2
  21. package/dist/cjs/Auth.js +11 -40
  22. package/dist/cjs/AuthWrapper.js +19 -89
  23. package/dist/cjs/CEDeckSupabase.js +3 -2
  24. package/dist/cjs/CMEDeck.js +3 -2
  25. package/dist/cjs/Column3.js +3 -2
  26. package/dist/cjs/ContentCardPaginated.js +5 -4
  27. package/dist/cjs/DeckContent.js +4 -3
  28. package/dist/cjs/DeckQueue.js +3 -2
  29. package/dist/cjs/DeckQueuePaginated.js +4 -3
  30. package/dist/cjs/{Dfp-67646058.js → Dfp-c313a700.js} +2 -1
  31. package/dist/cjs/EventsDeck.js +2 -2
  32. package/dist/cjs/ExternalResources.js +5 -4
  33. package/dist/cjs/Feature.js +1 -1
  34. package/dist/cjs/GridContent.js +5 -4
  35. package/dist/cjs/GridContentPaginated.js +6 -5
  36. package/dist/cjs/HamMagazine.js +13 -13
  37. package/dist/cjs/HorizontalArticleListing.js +4 -3
  38. package/dist/cjs/{ImageSlider-d65bc9c8.js → ImageSlider-984a697b.js} +116 -156
  39. package/dist/cjs/IssueLanding.js +6 -5
  40. package/dist/cjs/LeftNav.js +6 -5
  41. package/dist/cjs/MasterDeck.js +5 -4
  42. package/dist/cjs/MasterDeckPaginated.js +6 -5
  43. package/dist/cjs/{MediaSeriesCard-3759e7fb.js → MediaSeriesCard-646d8fb5.js} +1 -1
  44. package/dist/cjs/MediaSeriesLanding.js +10 -9
  45. package/dist/cjs/MediaSeriesLandingPaginated.js +10 -9
  46. package/dist/cjs/NavDvm.js +6 -6
  47. package/dist/cjs/NavMagazine.js +9 -9
  48. package/dist/cjs/NavNative.js +9 -9
  49. package/dist/cjs/{Pagination-6359861a.js → Pagination-842c556f.js} +1 -1
  50. package/dist/cjs/PartnerDetailListing.js +8 -6
  51. package/dist/cjs/PartnerDetailListingPaginated.js +9 -7
  52. package/dist/cjs/PodcastsLanding.js +7 -6
  53. package/dist/cjs/PubSection.js +5 -4
  54. package/dist/cjs/QueueDeckExpanded.js +5 -4
  55. package/dist/cjs/QueueDeckExpandedPaginated.js +6 -5
  56. package/dist/cjs/SeriesListingDeck.js +4 -3
  57. package/dist/cjs/{SeriesSlider-086a8319.js → SeriesSlider-a2621860.js} +1 -1
  58. package/dist/cjs/SideFooter.js +3 -3
  59. package/dist/cjs/{SocialSearchComponent-d7e5d3a6.js → SocialSearchComponent-e9ec9c63.js} +1 -1
  60. package/dist/cjs/TaxonomyDescription.js +4 -3
  61. package/dist/cjs/TemplateNormal.js +4 -3
  62. package/dist/cjs/{Tooltip-71754b2a.js → Tooltip-4cb8849a.js} +272 -355
  63. package/dist/cjs/Ustream.js +1 -1
  64. package/dist/cjs/VideoProgramLandingPage.js +4 -3
  65. package/dist/cjs/VideoSeriesLandingPage.js +5 -4
  66. package/dist/cjs/VideoSeriesListing.js +3 -2
  67. package/dist/cjs/View.js +12 -6
  68. package/dist/cjs/YoutubeGroup.js +1 -1
  69. package/dist/cjs/defineProperty-e0fb52c5.js +73 -0
  70. package/dist/cjs/events-1b438fe7.js +469 -0
  71. package/dist/cjs/getQuery.js +1 -1
  72. package/dist/cjs/getSerializers.js +4 -3
  73. package/dist/cjs/index-50be6759.js +105 -0
  74. package/dist/cjs/{index-4b2706b8.js → index-53f4acd3.js} +2 -2
  75. package/dist/cjs/{index-7435b964.js → index-d2a6ef75.js} +2 -467
  76. package/dist/cjs/{index-96c331fd.js → index-f86bb269.js} +52 -53
  77. package/dist/cjs/index.js +13 -10
  78. package/dist/cjs/{main-ae8472f3.js → main-47be4f9f.js} +9 -4
  79. package/dist/cjs/typeof-1358762e.js +33 -0
  80. package/dist/esm/AD.js +1 -1
  81. package/dist/esm/AD300x250.js +3 -2
  82. package/dist/esm/AD300x250x600.js +3 -2
  83. package/dist/esm/AD728x90.js +3 -2
  84. package/dist/esm/ADFloatingFooter.js +3 -2
  85. package/dist/esm/ADGutter.js +3 -2
  86. package/dist/esm/{ADInfeed-2503361a.js → ADInfeed-b034e2e6.js} +1 -1
  87. package/dist/esm/ADSkyscraper.js +3 -2
  88. package/dist/esm/ADSponsoredResources.js +3 -2
  89. package/dist/esm/ADWebcast.js +3 -2
  90. package/dist/esm/ADWelcome.js +3 -2
  91. package/dist/esm/{ADlgInfeed-bc4a726f.js → ADlgInfeed-444f326d.js} +1 -1
  92. package/dist/esm/AdSlot.js +3 -2
  93. package/dist/esm/AdSlotsProvider.js +3 -2
  94. package/dist/esm/AlgoliaSearch.js +518 -1065
  95. package/dist/esm/ArticleCarousel.js +1 -1
  96. package/dist/esm/ArticleProgramLandingPage.js +4 -3
  97. package/dist/esm/ArticleSeriesLandingPage.js +5 -4
  98. package/dist/esm/ArticleSeriesListing.js +3 -2
  99. package/dist/esm/Auth.js +11 -40
  100. package/dist/esm/AuthWrapper.js +16 -86
  101. package/dist/esm/CEDeckSupabase.js +3 -2
  102. package/dist/esm/CMEDeck.js +3 -2
  103. package/dist/esm/Column3.js +3 -2
  104. package/dist/esm/ContentCardPaginated.js +5 -4
  105. package/dist/esm/DeckContent.js +4 -3
  106. package/dist/esm/DeckQueue.js +3 -2
  107. package/dist/esm/DeckQueuePaginated.js +4 -3
  108. package/dist/esm/{Dfp-cf85d203.js → Dfp-102f0beb.js} +2 -1
  109. package/dist/esm/EventsDeck.js +2 -2
  110. package/dist/esm/ExternalResources.js +5 -4
  111. package/dist/esm/Feature.js +1 -1
  112. package/dist/esm/GridContent.js +5 -4
  113. package/dist/esm/GridContentPaginated.js +6 -5
  114. package/dist/esm/HamMagazine.js +13 -13
  115. package/dist/esm/HorizontalArticleListing.js +4 -3
  116. package/dist/esm/{ImageSlider-da225417.js → ImageSlider-497e9c88.js} +117 -157
  117. package/dist/esm/IssueLanding.js +6 -5
  118. package/dist/esm/LeftNav.js +6 -5
  119. package/dist/esm/MasterDeck.js +5 -4
  120. package/dist/esm/MasterDeckPaginated.js +6 -5
  121. package/dist/esm/{MediaSeriesCard-f3db58fa.js → MediaSeriesCard-77457d91.js} +1 -1
  122. package/dist/esm/MediaSeriesLanding.js +10 -9
  123. package/dist/esm/MediaSeriesLandingPaginated.js +10 -9
  124. package/dist/esm/NavDvm.js +6 -6
  125. package/dist/esm/NavMagazine.js +9 -9
  126. package/dist/esm/NavNative.js +9 -9
  127. package/dist/esm/{Pagination-9fe9f61d.js → Pagination-dc30727b.js} +1 -1
  128. package/dist/esm/PartnerDetailListing.js +8 -6
  129. package/dist/esm/PartnerDetailListingPaginated.js +9 -7
  130. package/dist/esm/PodcastsLanding.js +7 -6
  131. package/dist/esm/PubSection.js +5 -4
  132. package/dist/esm/QueueDeckExpanded.js +5 -4
  133. package/dist/esm/QueueDeckExpandedPaginated.js +6 -5
  134. package/dist/esm/SeriesListingDeck.js +4 -3
  135. package/dist/esm/{SeriesSlider-a6b1d617.js → SeriesSlider-07be99e0.js} +1 -1
  136. package/dist/esm/SideFooter.js +3 -3
  137. package/dist/esm/{SocialSearchComponent-6065bff2.js → SocialSearchComponent-020f9e81.js} +1 -1
  138. package/dist/esm/TaxonomyDescription.js +4 -3
  139. package/dist/esm/TemplateNormal.js +4 -3
  140. package/dist/esm/{Tooltip-8307d9d1.js → Tooltip-95655b44.js} +67 -150
  141. package/dist/esm/Ustream.js +1 -1
  142. package/dist/esm/VideoProgramLandingPage.js +4 -3
  143. package/dist/esm/VideoSeriesLandingPage.js +5 -4
  144. package/dist/esm/VideoSeriesListing.js +3 -2
  145. package/dist/esm/View.js +12 -6
  146. package/dist/esm/YoutubeGroup.js +1 -1
  147. package/dist/esm/defineProperty-23a8f8cd.js +68 -0
  148. package/dist/esm/events-6c3a7a63.js +467 -0
  149. package/dist/esm/getQuery.js +1 -1
  150. package/dist/esm/getSerializers.js +4 -3
  151. package/dist/esm/{index-30a6257d.js → index-79cfd25c.js} +52 -53
  152. package/dist/esm/index-98ca9cec.js +100 -0
  153. package/dist/esm/{index-9d159a77.js → index-9fdf6b2a.js} +2 -2
  154. package/dist/esm/{index-5cc7b406.js → index-f0fc23eb.js} +1 -466
  155. package/dist/esm/index.js +13 -10
  156. package/dist/esm/{main-754d4992.js → main-f97773b2.js} +9 -4
  157. package/dist/esm/typeof-2f07d0e8.js +30 -0
  158. package/package.json +1 -1
  159. package/dist/cjs/index-b95410f0.js +0 -54
  160. package/dist/esm/index-174b5baf.js +0 -52
@@ -2,7 +2,7 @@ import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
2
2
  import { _ as _extends } from './extends-1559c147.js';
3
3
  import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-d21b4ef9.js';
4
4
  import React__default from 'react';
5
- import { l as lib_3 } from './index-5cc7b406.js';
5
+ import { l as lib_3 } from './index-f0fc23eb.js';
6
6
  import Container from 'react-bootstrap/Container';
7
7
  import Row from 'react-bootstrap/Row';
8
8
  import Col from 'react-bootstrap/Col';
@@ -12,15 +12,15 @@ import { m as moment } from './moment-bc12cb97.js';
12
12
  import { withRouter } from 'next/router';
13
13
  import { L as LazyLoad } from './index-755f2cc2.js';
14
14
  import { c as clean_html_1 } from './entities-6d9154b4.js';
15
- import { A as ADInfeed } from './ADInfeed-2503361a.js';
15
+ import { A as ADInfeed } from './ADInfeed-b034e2e6.js';
16
16
  import { l as lodash } from './lodash-f97fd99a.js';
17
- import { A as ADlgInfeed } from './ADlgInfeed-bc4a726f.js';
17
+ import { A as ADlgInfeed } from './ADlgInfeed-444f326d.js';
18
18
  import { g as getContentCategory } from './getContentCategory-15dcc413.js';
19
19
  import { g as get_1 } from './get-3c308da4.js';
20
20
  import { d as debounce_1 } from './debounce-533d9748.js';
21
21
  import { I as InfiniteScroll } from './index.es-a6137319.js';
22
22
  import urlFor from './urlFor.js';
23
- import { m as main_43 } from './main-754d4992.js';
23
+ import { m as main_43 } from './main-f97773b2.js';
24
24
  import './AD.js';
25
25
  import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
26
26
  import { P as PublicationFeature } from './PublicationFeature-3cc370de.js';
@@ -33,6 +33,7 @@ import './typeof-657f25da.js';
33
33
  import './web.dom.iterable-ab4dea5c.js';
34
34
  import './_is-array-8d21b9e3.js';
35
35
  import './_library-528f1934.js';
36
+ import './events-6c3a7a63.js';
36
37
  import 'prop-types';
37
38
  import 'react-dom';
38
39
  import './slicedToArray-6ebcbfea.js';
@@ -4,7 +4,7 @@ import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-648
4
4
  import { _ as _extends } from './extends-1559c147.js';
5
5
  import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-d21b4ef9.js';
6
6
  import React__default from 'react';
7
- import { l as lib_3 } from './index-5cc7b406.js';
7
+ import { l as lib_3 } from './index-f0fc23eb.js';
8
8
  import Container from 'react-bootstrap/Container';
9
9
  import Row from 'react-bootstrap/Row';
10
10
  import Col from 'react-bootstrap/Col';
@@ -13,16 +13,16 @@ import { m as moment } from './moment-bc12cb97.js';
13
13
  import { withRouter } from 'next/router';
14
14
  import { L as LazyLoad } from './index-755f2cc2.js';
15
15
  import { c as clean_html_1 } from './entities-6d9154b4.js';
16
- import { A as ADInfeed } from './ADInfeed-2503361a.js';
16
+ import { A as ADInfeed } from './ADInfeed-b034e2e6.js';
17
17
  import { l as lodash } from './lodash-f97fd99a.js';
18
- import { A as ADlgInfeed } from './ADlgInfeed-bc4a726f.js';
18
+ import { A as ADlgInfeed } from './ADlgInfeed-444f326d.js';
19
19
  import { g as getContentCategory } from './getContentCategory-15dcc413.js';
20
20
  import { g as get_1 } from './get-3c308da4.js';
21
21
  import urlFor from './urlFor.js';
22
- import { m as main_43 } from './main-754d4992.js';
22
+ import { m as main_43 } from './main-f97773b2.js';
23
23
  import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
24
24
  import { P as PublicationFeature } from './PublicationFeature-3cc370de.js';
25
- import { P as Pagination } from './Pagination-9fe9f61d.js';
25
+ import { P as Pagination } from './Pagination-dc30727b.js';
26
26
  import Spinner from 'react-bootstrap/Spinner';
27
27
  import './_commonjsHelpers-0c4b6f40.js';
28
28
  import './core.get-iterator-method-ea258bb1.js';
@@ -34,6 +34,7 @@ import './_object-sap-7cee6f84.js';
34
34
  import './define-property-5f1bda73.js';
35
35
  import './typeof-657f25da.js';
36
36
  import './_is-array-8d21b9e3.js';
37
+ import './events-6c3a7a63.js';
37
38
  import 'prop-types';
38
39
  import 'react-dom';
39
40
  import './slicedToArray-6ebcbfea.js';
@@ -3,7 +3,7 @@ import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
3
3
  import React__default, { useRef, useState, useEffect } from 'react';
4
4
  import { N as NavFooter } from './NavFooter-1546a102.js';
5
5
  import { S as SocialNavFooter } from './index.esm-35a42e7d.js';
6
- import { S as SocialSearchComponent } from './SocialSearchComponent-6065bff2.js';
6
+ import { S as SocialSearchComponent } from './SocialSearchComponent-020f9e81.js';
7
7
  import 'react-bootstrap/Form';
8
8
  import 'react-bootstrap/FormControl';
9
9
  import 'react-bootstrap/Button';
@@ -15,7 +15,7 @@ import Navbar from 'react-bootstrap/Navbar';
15
15
  import NavDropdown from 'react-bootstrap/NavDropdown';
16
16
  import { M as MdEmail } from './index.esm-9b042655.js';
17
17
  import { b as IoMdLogIn } from './index.esm-eb1e8e80.js';
18
- import { m as main_43, c as main_44 } from './main-754d4992.js';
18
+ import { m as main_43, c as main_44 } from './main-f97773b2.js';
19
19
  import './_commonjsHelpers-0c4b6f40.js';
20
20
  import './core.get-iterator-method-ea258bb1.js';
21
21
  import './web.dom.iterable-ab4dea5c.js';
@@ -110,7 +110,7 @@ var HamMagazine = function HamMagazine(props) {
110
110
  setScreenWidth(parseInt(window.innerWidth));
111
111
 
112
112
  setTimeout(function () {
113
- var segmentLinks = navRef.current.querySelectorAll('a[needsegmentsupport="true"]');
113
+ var segmentLinks = navRef.current.querySelectorAll('a[data-need-segment-support="true"]');
114
114
  for (var i = 0; i < segmentLinks.length; i++) {
115
115
  var link = segmentLinks[i];
116
116
  var href = link.getAttribute('href');
@@ -417,7 +417,7 @@ var HamMagazine = function HamMagazine(props) {
417
417
  'a',
418
418
  _extends({
419
419
  key: 'subNav' + subIndex
420
- }, ddRow.needSegmentSupport ? { needsegmentsupport: 'true' } : {}, {
420
+ }, ddRow.needSegmentSupport ? { 'data-need-segment-support': 'true' } : {}, {
421
421
  href: ddRow.url,
422
422
  target: ddRow.blank ? '_blank' : '_self'
423
423
  }, checkSisterSite(ddRow.url) ? {} : { rel: 'noopener noreferrer' }, {
@@ -440,7 +440,7 @@ var HamMagazine = function HamMagazine(props) {
440
440
  'a',
441
441
  _extends({
442
442
  key: 'subNav2' + subIndex
443
- }, ddRow.needSegmentSupport ? { needsegmentsupport: 'true' } : {}, {
443
+ }, ddRow.needSegmentSupport ? { 'data-need-segment-support': 'true' } : {}, {
444
444
  href: ddRow.url,
445
445
  target: ddRow.blank ? '_blank' : '_self'
446
446
  }, checkSisterSite(ddRow.url) ? {} : { rel: 'noopener noreferrer' }, {
@@ -457,7 +457,7 @@ var HamMagazine = function HamMagazine(props) {
457
457
  'a',
458
458
  _extends({
459
459
  key: 'navlink' + index
460
- }, row.needSegmentSupport ? { needsegmentsupport: 'true' } : {}, {
460
+ }, row.needSegmentSupport ? { 'data-need-segment-support': 'true' } : {}, {
461
461
  href: row.url,
462
462
  target: row.blank ? '_blank' : '_self'
463
463
  }, checkSisterSite(row.url) ? {} : { rel: 'noopener noreferrer' }, {
@@ -501,7 +501,7 @@ var HamMagazine = function HamMagazine(props) {
501
501
  { key: 'navLink4' + subIndex },
502
502
  React__default.createElement(
503
503
  'a',
504
- _extends({}, ddRow.needSegmentSupport ? { needsegmentsupport: 'true' } : {}, {
504
+ _extends({}, ddRow.needSegmentSupport ? { 'data-need-segment-support': 'true' } : {}, {
505
505
  href: ddRow.url || '#',
506
506
  target: ddRow.blank ? '_blank' : '_self'
507
507
  }, checkSisterSite(ddRow.url) ? {} : { rel: 'noopener noreferrer' }, {
@@ -513,7 +513,7 @@ var HamMagazine = function HamMagazine(props) {
513
513
  'a',
514
514
  _extends({
515
515
  key: 'navLink5' + subIndex2
516
- }, ddRow2.needSegmentSupport ? { needsegmentsupport: 'true' } : {}, {
516
+ }, ddRow2.needSegmentSupport ? { 'data-need-segment-support': 'true' } : {}, {
517
517
  href: ddRow2.url,
518
518
  target: ddRow2.blank ? '_blank' : '_self'
519
519
  }, checkSisterSite(ddRow2.url) ? {} : { rel: 'noopener noreferrer' }, {
@@ -528,7 +528,7 @@ var HamMagazine = function HamMagazine(props) {
528
528
  'a',
529
529
  _extends({
530
530
  key: 'navLink4' + subIndex
531
- }, ddRow.needSegmentSupport ? { needsegmentsupport: 'true' } : {}, {
531
+ }, ddRow.needSegmentSupport ? { 'data-need-segment-support': 'true' } : {}, {
532
532
  href: ddRow.url,
533
533
  target: ddRow.blank ? '_blank' : '_self'
534
534
  }, checkSisterSite(ddRow.url) ? {} : { rel: 'noopener noreferrer' }, {
@@ -552,7 +552,7 @@ var HamMagazine = function HamMagazine(props) {
552
552
  { key: 'navLink4' + subIndex },
553
553
  React__default.createElement(
554
554
  'a',
555
- _extends({}, ddRow.needSegmentSupport ? { needsegmentsupport: 'true' } : {}, {
555
+ _extends({}, ddRow.needSegmentSupport ? { 'data-need-segment-support': 'true' } : {}, {
556
556
  href: ddRow.url || '#',
557
557
  target: ddRow.blank ? '_blank' : '_self'
558
558
  }, checkSisterSite(ddRow.url) ? {} : { rel: 'noopener noreferrer' }, {
@@ -564,7 +564,7 @@ var HamMagazine = function HamMagazine(props) {
564
564
  'a',
565
565
  _extends({
566
566
  key: 'navLink5' + subIndex2
567
- }, ddRow2.needSegmentSupport ? { needsegmentsupport: 'true' } : {}, {
567
+ }, ddRow2.needSegmentSupport ? { 'data-need-segment-support': 'true' } : {}, {
568
568
  href: ddRow2.url,
569
569
  target: ddRow2.blank ? '_blank' : '_self'
570
570
  }, checkSisterSite(ddRow2.url) ? {} : { rel: 'noopener noreferrer' }, {
@@ -580,7 +580,7 @@ var HamMagazine = function HamMagazine(props) {
580
580
  'a',
581
581
  _extends({
582
582
  key: 'navLink5' + subIndex
583
- }, ddRow.needSegmentSupport ? { needsegmentsupport: 'true' } : {}, {
583
+ }, ddRow.needSegmentSupport ? { 'data-need-segment-support': 'true' } : {}, {
584
584
  href: ddRow.url,
585
585
  target: ddRow.blank ? '_blank' : '_self'
586
586
  }, checkSisterSite(ddRow.url) ? {} : { rel: 'noopener noreferrer' }, {
@@ -598,7 +598,7 @@ var HamMagazine = function HamMagazine(props) {
598
598
  'a',
599
599
  _extends({
600
600
  key: index
601
- }, row.needSegmentSupport ? { needsegmentsupport: 'true' } : {}, {
601
+ }, row.needSegmentSupport ? { 'data-need-segment-support': 'true' } : {}, {
602
602
  href: row.url,
603
603
  target: row.blank ? '_blank' : '_self'
604
604
  }, checkSisterSite(row.url) ? {} : { rel: 'noopener noreferrer' }, {
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import ArticleCarousel from './ArticleCarousel.js';
4
4
  import { I as IoIosArrowForward } from './index.esm-eb1e8e80.js';
5
5
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
6
- import { g as getSerializers } from './index-9d159a77.js';
6
+ import { g as getSerializers } from './index-9fdf6b2a.js';
7
7
  import './_commonjsHelpers-0c4b6f40.js';
8
8
  import './core.get-iterator-method-ea258bb1.js';
9
9
  import './YoutubeGroup.js';
@@ -16,10 +16,11 @@ import 'prop-types';
16
16
  import './smoothscroll-fa4e3f8c.js';
17
17
  import './urlFor.js';
18
18
  import './index-3f5c03b2.js';
19
- import './main-754d4992.js';
19
+ import './main-f97773b2.js';
20
20
  import './iconBase-ccc56b97.js';
21
21
  import 'react-bootstrap';
22
- import './index-5cc7b406.js';
22
+ import './index-f0fc23eb.js';
23
+ import './events-6c3a7a63.js';
23
24
  import 'next/router';
24
25
  import './util-8ed16d48.js';
25
26
  import './Beam.js';