@mjhls/mjh-framework 1.0.918-ris-update-v1 → 1.0.919-TEST

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 (171) hide show
  1. package/README.md +168 -168
  2. package/dist/cjs/AlgoliaSearch.js +18 -142
  3. package/dist/cjs/ArticleProgramLandingPage.js +4 -2
  4. package/dist/cjs/Auth.js +17 -20
  5. package/dist/cjs/AuthWrapper.js +13 -19
  6. package/dist/cjs/CMEDeck.js +1 -5
  7. package/dist/cjs/Column1.js +1 -1
  8. package/dist/cjs/Column2.js +1 -1
  9. package/dist/cjs/Column3.js +1 -1
  10. package/dist/cjs/ConferenceArticleCard.js +15 -15
  11. package/dist/cjs/ContentCardPaginated.js +2 -1
  12. package/dist/cjs/DeckContent.js +8 -8
  13. package/dist/cjs/DeckQueuePaginated.js +2 -1
  14. package/dist/cjs/Dfp-9be904d5.js +1 -1
  15. package/dist/cjs/EventsDeck.js +17 -17
  16. package/dist/cjs/ExternalResources.js +3 -1
  17. package/dist/cjs/GridContentPaginated.js +2 -1
  18. package/dist/cjs/HamMagazine.js +10 -10
  19. package/dist/cjs/Header.js +1 -1
  20. package/dist/cjs/HorizontalArticleListing.js +4 -2
  21. package/dist/cjs/IssueLanding.js +33 -31
  22. package/dist/cjs/KMTracker.js +15 -15
  23. package/dist/cjs/LeftNav.js +1 -1
  24. package/dist/cjs/MasterDeck.js +8 -8
  25. package/dist/cjs/MasterDeckPaginated.js +10 -9
  26. package/dist/cjs/{MediaSeriesCard-4a864133.js → MediaSeriesCard-31e82b76.js} +44 -66
  27. package/dist/cjs/MediaSeriesLanding.js +10 -8
  28. package/dist/cjs/MediaSeriesLandingPaginated.js +11 -8
  29. package/dist/cjs/NavDvm.js +1 -1
  30. package/dist/cjs/NavMagazine.js +11 -11
  31. package/dist/cjs/NavNative.js +10 -10
  32. package/dist/cjs/Pagination-885dcfbd.js +90 -0
  33. package/dist/cjs/PartnerDetailListing.js +4 -2
  34. package/dist/cjs/PartnerDetailListingPaginated.js +5 -2
  35. package/dist/cjs/PublicationLanding.js +26 -26
  36. package/dist/cjs/QueueDeckExpandedPaginated.js +2 -1
  37. package/dist/cjs/RelatedContent.js +28 -28
  38. package/dist/cjs/RelatedTopicsDropdown.js +10 -10
  39. package/dist/cjs/SeriesListingDeck.js +1 -1
  40. package/dist/cjs/{SeriesSlider-de93a303.js → SeriesSlider-ba0c5d1a.js} +4 -4
  41. package/dist/cjs/SideFooter.js +2 -2
  42. package/dist/cjs/TaxonomyDescription.js +4 -2
  43. package/dist/cjs/VideoProgramLandingPage.js +2 -1
  44. package/dist/cjs/VideoSeriesCard.js +1 -1
  45. package/dist/cjs/View.js +9 -12
  46. package/dist/cjs/YoutubeGroup.js +4 -4
  47. package/dist/cjs/getSerializers.js +4 -2
  48. package/dist/cjs/{getTargeting-dab97fe1.js → getTargeting-3c5754ac.js} +9 -9
  49. package/dist/cjs/getTargeting.js +1 -1
  50. package/dist/cjs/{index-f9f5f7c0.js → index-da44b1e7.js} +345 -22
  51. package/dist/cjs/index.js +4 -3
  52. package/dist/cjs/ustream-api-3819e4aa.js +1 -1
  53. package/dist/esm/AD.js +1 -1
  54. package/dist/esm/AD300x250.js +1 -1
  55. package/dist/esm/AD300x250x600.js +1 -1
  56. package/dist/esm/AD728x90.js +1 -1
  57. package/dist/esm/ADFloatingFooter.js +1 -1
  58. package/dist/esm/ADFooter.js +1 -1
  59. package/dist/esm/ADGutter.js +1 -1
  60. package/dist/esm/ADSkyscraper.js +1 -1
  61. package/dist/esm/ADSponsoredResources.js +1 -1
  62. package/dist/esm/ADWebcast.js +1 -1
  63. package/dist/esm/ADWelcome.js +1 -1
  64. package/dist/esm/AccordionPanel.js +1 -1
  65. package/dist/esm/AdSlot.js +1 -1
  66. package/dist/esm/AdSlotsProvider.js +1 -1
  67. package/dist/esm/AlgoliaSearch.js +20 -144
  68. package/dist/esm/AlphabeticList.js +1 -1
  69. package/dist/esm/ArticleCarousel.js +1 -1
  70. package/dist/esm/ArticleProgramLandingPage.js +5 -3
  71. package/dist/esm/ArticleSeriesLandingPage.js +1 -1
  72. package/dist/esm/ArticleSeriesListing.js +1 -1
  73. package/dist/esm/Auth.js +18 -20
  74. package/dist/esm/AuthWrapper.js +14 -20
  75. package/dist/esm/Beam.js +1 -1
  76. package/dist/esm/Breadcrumbs.js +1 -1
  77. package/dist/esm/CMEDeck.js +2 -6
  78. package/dist/esm/Column1.js +2 -1
  79. package/dist/esm/Column2.js +2 -1
  80. package/dist/esm/Column3.js +2 -1
  81. package/dist/esm/ConferenceArticleCard.js +16 -16
  82. package/dist/esm/ContentCardPaginated.js +3 -2
  83. package/dist/esm/DeckContent.js +9 -9
  84. package/dist/esm/DeckQueue.js +1 -1
  85. package/dist/esm/DeckQueuePaginated.js +3 -2
  86. package/dist/esm/Dfp-102f0beb.js +1 -1
  87. package/dist/esm/EventsDeck.js +18 -18
  88. package/dist/esm/ExternalResources.js +4 -2
  89. package/dist/esm/Feature.js +1 -1
  90. package/dist/esm/ForbesHero.js +1 -1
  91. package/dist/esm/GridContent.js +1 -1
  92. package/dist/esm/GridContentPaginated.js +3 -2
  93. package/dist/esm/GridHero.js +1 -1
  94. package/dist/esm/GroupDeck.js +1 -1
  95. package/dist/esm/HamMagazine.js +11 -10
  96. package/dist/esm/Header.js +2 -1
  97. package/dist/esm/Hero.js +1 -1
  98. package/dist/esm/HighlightenVideo.js +1 -1
  99. package/dist/esm/HorizontalArticleListing.js +5 -3
  100. package/dist/esm/HorizontalHero.js +1 -1
  101. package/dist/esm/IssueContentDeck.js +1 -1
  102. package/dist/esm/IssueDeck.js +1 -1
  103. package/dist/esm/IssueLanding.js +34 -32
  104. package/dist/esm/KMTracker.js +16 -16
  105. package/dist/esm/LeftNav.js +2 -1
  106. package/dist/esm/MasterDeck.js +9 -9
  107. package/dist/esm/MasterDeckPaginated.js +11 -10
  108. package/dist/esm/{MediaSeriesCard-e62d78e7.js → MediaSeriesCard-3d6acf32.js} +44 -66
  109. package/dist/esm/MediaSeriesLanding.js +11 -9
  110. package/dist/esm/MediaSeriesLandingPaginated.js +12 -9
  111. package/dist/esm/NavDvm.js +2 -1
  112. package/dist/esm/NavMagazine.js +12 -11
  113. package/dist/esm/NavNative.js +11 -10
  114. package/dist/esm/OncliveHero.js +1 -1
  115. package/dist/esm/OncliveLargeHero.js +1 -1
  116. package/dist/esm/PageFilter.js +1 -1
  117. package/dist/esm/Pagination-59436882.js +82 -0
  118. package/dist/esm/PartnerDetailListing.js +5 -3
  119. package/dist/esm/PartnerDetailListingPaginated.js +6 -3
  120. package/dist/esm/PdfDownload.js +1 -1
  121. package/dist/esm/PopUpModal.js +1 -1
  122. package/dist/esm/PubSection.js +1 -1
  123. package/dist/esm/PubToc.js +1 -1
  124. package/dist/esm/PublicationDeck.js +1 -1
  125. package/dist/esm/PublicationLanding.js +27 -27
  126. package/dist/esm/QueueDeckExpanded.js +1 -1
  127. package/dist/esm/QueueDeckExpandedPaginated.js +3 -2
  128. package/dist/esm/RecentNews.js +1 -1
  129. package/dist/esm/RelatedContent.js +29 -29
  130. package/dist/esm/RelatedTopicsDropdown.js +11 -11
  131. package/dist/esm/RolesDeck.js +1 -1
  132. package/dist/esm/Schema.js +1 -1
  133. package/dist/esm/Search.js +1 -1
  134. package/dist/esm/Segment.js +1 -1
  135. package/dist/esm/SeriesListingDeck.js +2 -2
  136. package/dist/esm/{SeriesSlider-98ad6d97.js → SeriesSlider-45adb8dc.js} +4 -4
  137. package/dist/esm/SetCookie.js +1 -1
  138. package/dist/esm/SideFooter.js +3 -3
  139. package/dist/esm/SocialIcons.js +1 -1
  140. package/dist/esm/SocialShare.js +1 -1
  141. package/dist/esm/TaxonomyCard.js +1 -1
  142. package/dist/esm/TaxonomyDescription.js +5 -3
  143. package/dist/esm/TemplateNormal.js +1 -1
  144. package/dist/esm/ThumbnailCard.js +1 -1
  145. package/dist/esm/Ustream.js +1 -1
  146. package/dist/esm/VerticalHero.js +1 -1
  147. package/dist/esm/VideoProgramLandingPage.js +3 -2
  148. package/dist/esm/VideoSeriesCard.js +2 -2
  149. package/dist/esm/VideoSeriesFilter.js +1 -1
  150. package/dist/esm/VideoSeriesLandingPage.js +1 -1
  151. package/dist/esm/VideoSeriesListing.js +1 -1
  152. package/dist/esm/View.js +9 -13
  153. package/dist/esm/YahooHero.js +1 -1
  154. package/dist/esm/YoutubeGroup.js +5 -5
  155. package/dist/esm/getKeywords.js +1 -1
  156. package/dist/esm/getQuery.js +1 -1
  157. package/dist/esm/getRelatedArticle.js +1 -1
  158. package/dist/esm/getRootDocGroup.js +1 -1
  159. package/dist/esm/getSerializers.js +4 -2
  160. package/dist/esm/getSeriesDetail.js +1 -1
  161. package/dist/esm/{getTargeting-04d979c9.js → getTargeting-42f9b439.js} +9 -9
  162. package/dist/esm/getTargeting.js +1 -1
  163. package/dist/esm/{index-4d8a8743.js → index-803278c4.js} +346 -25
  164. package/dist/esm/index.js +4 -3
  165. package/dist/esm/stringify-2b084bee.js +1 -1
  166. package/dist/esm/timeDifferenceCalc.js +1 -1
  167. package/dist/esm/urlFor.js +1 -1
  168. package/dist/esm/ustream-api-d3714624.js +1 -1
  169. package/package.json +115 -114
  170. package/dist/cjs/Pagination-42f92f7c.js +0 -97
  171. package/dist/esm/Pagination-484b86c5.js +0 -90
@@ -1,25 +1,25 @@
1
1
  var KMTracker = function KMTracker(props) {
2
- var id = props.id;
2
+ var id = props.id;
3
3
 
4
- if (document && id) {
4
+ if (document && id) {
5
5
  (function () {
6
- var ecnJquery = document.createElement('script');
6
+ var ecnJquery = document.createElement('script');
7
7
 
8
- ecnJquery.type = 'text/javascript';
9
- ecnJquery.async = true;
10
- ecnJquery.src = 'https://apidt.ecn5.com/ECN_jQuery.min.js';
8
+ ecnJquery.type = 'text/javascript';
9
+ ecnJquery.async = true;
10
+ ecnJquery.src = 'https://apidt.ecn5.com/ECN_jQuery.min.js';
11
11
 
12
- var ecnScript = document.createElement('script');
12
+ var ecnScript = document.createElement('script');
13
13
 
14
- ecnScript.type = 'text/javascript';
15
- ecnScript.async = true;
16
- ecnScript.id = 'km-tracker';
17
- ecnScript.src = 'https://apidt.ecn5.com/ECN_tracker_Secure.js?TrackerKey=' + id;
14
+ ecnScript.type = 'text/javascript';
15
+ ecnScript.async = true;
16
+ ecnScript.id = 'km-tracker';
17
+ ecnScript.src = 'https://apidt.ecn5.com/ECN_tracker_Secure.js?TrackerKey=' + id;
18
18
 
19
- document.head.appendChild(ecnJquery);
20
- document.head.appendChild(ecnScript);
21
- })();
22
- }
19
+ document.head.appendChild(ecnJquery);
20
+ document.head.appendChild(ecnScript);
21
+ })();
22
+ }
23
23
  };
24
24
 
25
- export { KMTracker as default };
25
+ export default KMTracker;
@@ -133,4 +133,5 @@ var LeftNav = function LeftNav(props) {
133
133
 
134
134
  var LeftNav$1 = React__default.memo(LeftNav);
135
135
 
136
- export { LeftNav, LeftNav$1 as default };
136
+ export default LeftNav$1;
137
+ export { LeftNav };
@@ -223,14 +223,14 @@ var MasterDeck = function (_React$Component) {
223
223
  }
224
224
 
225
225
  // please leave this for later debug purpose : Yong Jun.
226
- /* console.log('page change reported', {
227
- currentPage: currentPage,
228
- pageNumber: pageNumber,
229
- pathname: pathname,
230
- path: path,
231
- newPath: newPath,
232
- firstPage: pageNumber === 1,
233
- queryString: queryString
226
+ /* console.log('page change reported', {
227
+ currentPage: currentPage,
228
+ pageNumber: pageNumber,
229
+ pathname: pathname,
230
+ path: path,
231
+ newPath: newPath,
232
+ firstPage: pageNumber === 1,
233
+ queryString: queryString
234
234
  }) */
235
235
 
236
236
  if (pageview) {
@@ -545,4 +545,4 @@ var MasterDeck = function (_React$Component) {
545
545
 
546
546
  var MasterDeck$1 = withRouter(MasterDeck);
547
547
 
548
- export { MasterDeck$1 as default };
548
+ export default MasterDeck$1;
@@ -12,7 +12,7 @@ import { l as lodash } from './lodash-f97fd99a.js';
12
12
  import { m as main_43 } from './main-1894c974.js';
13
13
  import { A as ADlgInfeed } from './ADlgInfeed-013e1f4a.js';
14
14
  import { A as ADInfeed } from './ADInfeed-0a55cd2d.js';
15
- import { P as Pagination } from './Pagination-484b86c5.js';
15
+ import { P as Pagination } from './Pagination-59436882.js';
16
16
  import './_commonjsHelpers-0c4b6f40.js';
17
17
  import './core.get-iterator-method-ea258bb1.js';
18
18
  import './web.dom.iterable-ab4dea5c.js';
@@ -33,6 +33,7 @@ import './isSymbol-a7e9aafe.js';
33
33
  import './toNumber-5aeba6e7.js';
34
34
  import './Beam.js';
35
35
  import './Segment.js';
36
+ import 'react-paginate';
36
37
  import 'react-bootstrap/Button';
37
38
  import './index.esm-1bd8a0a8.js';
38
39
  import './iconBase-ccc56b97.js';
@@ -107,14 +108,14 @@ var MasterDeck = function (_React$Component) {
107
108
  }
108
109
 
109
110
  // please leave this for later debug purpose : Yong Jun.
110
- /* console.log('page change reported', {
111
- currentPage: currentPage,
112
- pageNumber: pageNumber,
113
- pathname: pathname,
114
- path: path,
115
- newPath: newPath,
116
- firstPage: pageNumber === 1,
117
- queryString: queryString
111
+ /* console.log('page change reported', {
112
+ currentPage: currentPage,
113
+ pageNumber: pageNumber,
114
+ pathname: pathname,
115
+ path: path,
116
+ newPath: newPath,
117
+ firstPage: pageNumber === 1,
118
+ queryString: queryString
118
119
  }) */
119
120
 
120
121
  if (pageview) {
@@ -456,4 +457,4 @@ var MasterDeck = function (_React$Component) {
456
457
 
457
458
  var MasterDeck$1 = withRouter(MasterDeck);
458
459
 
459
- export { MasterDeck$1 as default };
460
+ export default MasterDeck$1;
@@ -9,7 +9,7 @@ import urlFor from './urlFor.js';
9
9
  import { m as moment } from './moment-bc12cb97.js';
10
10
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
11
11
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
12
- import { g as getSerializers } from './index-4d8a8743.js';
12
+ import { g as getSerializers } from './index-803278c4.js';
13
13
 
14
14
  /**
15
15
  * Copyright (c) 2013-present, Facebook, Inc.
@@ -2626,6 +2626,45 @@ function getBasePlacement(placement) {
2626
2626
  return placement.split('-')[0];
2627
2627
  }
2628
2628
 
2629
+ function getBoundingClientRect(element) {
2630
+ var rect = element.getBoundingClientRect();
2631
+ return {
2632
+ width: rect.width,
2633
+ height: rect.height,
2634
+ top: rect.top,
2635
+ right: rect.right,
2636
+ bottom: rect.bottom,
2637
+ left: rect.left,
2638
+ x: rect.left,
2639
+ y: rect.top
2640
+ };
2641
+ }
2642
+
2643
+ // means it doesn't take into account transforms.
2644
+
2645
+ function getLayoutRect(element) {
2646
+ var clientRect = getBoundingClientRect(element); // Use the clientRect sizes if it's not been transformed.
2647
+ // Fixes https://github.com/popperjs/popper-core/issues/1223
2648
+
2649
+ var width = element.offsetWidth;
2650
+ var height = element.offsetHeight;
2651
+
2652
+ if (Math.abs(clientRect.width - width) <= 1) {
2653
+ width = clientRect.width;
2654
+ }
2655
+
2656
+ if (Math.abs(clientRect.height - height) <= 1) {
2657
+ height = clientRect.height;
2658
+ }
2659
+
2660
+ return {
2661
+ x: element.offsetLeft,
2662
+ y: element.offsetTop,
2663
+ width: width,
2664
+ height: height
2665
+ };
2666
+ }
2667
+
2629
2668
  function getWindow(node) {
2630
2669
  if (node == null) {
2631
2670
  return window;
@@ -2659,59 +2698,6 @@ function isShadowRoot(node) {
2659
2698
  return node instanceof OwnElement || node instanceof ShadowRoot;
2660
2699
  }
2661
2700
 
2662
- var round$1 = Math.round;
2663
- function getBoundingClientRect(element, includeScale) {
2664
- if (includeScale === void 0) {
2665
- includeScale = false;
2666
- }
2667
-
2668
- var rect = element.getBoundingClientRect();
2669
- var scaleX = 1;
2670
- var scaleY = 1;
2671
-
2672
- if (isHTMLElement(element) && includeScale) {
2673
- // Fallback to 1 in case both values are `0`
2674
- scaleX = rect.width / element.offsetWidth || 1;
2675
- scaleY = rect.height / element.offsetHeight || 1;
2676
- }
2677
-
2678
- return {
2679
- width: round$1(rect.width / scaleX),
2680
- height: round$1(rect.height / scaleY),
2681
- top: round$1(rect.top / scaleY),
2682
- right: round$1(rect.right / scaleX),
2683
- bottom: round$1(rect.bottom / scaleY),
2684
- left: round$1(rect.left / scaleX),
2685
- x: round$1(rect.left / scaleX),
2686
- y: round$1(rect.top / scaleY)
2687
- };
2688
- }
2689
-
2690
- // means it doesn't take into account transforms.
2691
-
2692
- function getLayoutRect(element) {
2693
- var clientRect = getBoundingClientRect(element); // Use the clientRect sizes if it's not been transformed.
2694
- // Fixes https://github.com/popperjs/popper-core/issues/1223
2695
-
2696
- var width = element.offsetWidth;
2697
- var height = element.offsetHeight;
2698
-
2699
- if (Math.abs(clientRect.width - width) <= 1) {
2700
- width = clientRect.width;
2701
- }
2702
-
2703
- if (Math.abs(clientRect.height - height) <= 1) {
2704
- height = clientRect.height;
2705
- }
2706
-
2707
- return {
2708
- x: element.offsetLeft,
2709
- y: element.offsetTop,
2710
- width: width,
2711
- height: height
2712
- };
2713
- }
2714
-
2715
2701
  function contains$1(parent, child) {
2716
2702
  var rootNode = child.getRootNode && child.getRootNode(); // First, attempt with faster native method
2717
2703
 
@@ -3938,24 +3924,16 @@ function getNodeScroll(node) {
3938
3924
  }
3939
3925
  }
3940
3926
 
3941
- function isElementScaled(element) {
3942
- var rect = element.getBoundingClientRect();
3943
- var scaleX = rect.width / element.offsetWidth || 1;
3944
- var scaleY = rect.height / element.offsetHeight || 1;
3945
- return scaleX !== 1 || scaleY !== 1;
3946
- } // Returns the composite rect of an element relative to its offsetParent.
3947
3927
  // Composite means it takes into account transforms as well as layout.
3948
3928
 
3949
-
3950
3929
  function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) {
3951
3930
  if (isFixed === void 0) {
3952
3931
  isFixed = false;
3953
3932
  }
3954
3933
 
3955
- var isOffsetParentAnElement = isHTMLElement(offsetParent);
3956
- var offsetParentIsScaled = isHTMLElement(offsetParent) && isElementScaled(offsetParent);
3957
3934
  var documentElement = getDocumentElement(offsetParent);
3958
- var rect = getBoundingClientRect(elementOrVirtualElement, offsetParentIsScaled);
3935
+ var rect = getBoundingClientRect(elementOrVirtualElement);
3936
+ var isOffsetParentAnElement = isHTMLElement(offsetParent);
3959
3937
  var scroll = {
3960
3938
  scrollLeft: 0,
3961
3939
  scrollTop: 0
@@ -3972,7 +3950,7 @@ function getCompositeRect(elementOrVirtualElement, offsetParent, isFixed) {
3972
3950
  }
3973
3951
 
3974
3952
  if (isHTMLElement(offsetParent)) {
3975
- offsets = getBoundingClientRect(offsetParent, true);
3953
+ offsets = getBoundingClientRect(offsetParent);
3976
3954
  offsets.x += offsetParent.clientLeft;
3977
3955
  offsets.y += offsetParent.clientTop;
3978
3956
  } else if (documentElement) {
@@ -9449,7 +9427,7 @@ var Tooltip = React__default.forwardRef(function (_ref, ref) {
9449
9427
  Tooltip.defaultProps = defaultProps;
9450
9428
  Tooltip.displayName = 'Tooltip';
9451
9429
 
9452
- var css = ".MediaSeriesCard-module_article__SAFYK {\r\n width: 100%;\r\n margin: 0 0 1rem 0;\r\n}\r\n.MediaSeriesCard-module_article__SAFYK a {\r\n display: flex;\r\n width: 100%;\r\n color: #000000;\r\n}\r\n.MediaSeriesCard-module_thumb__3jRAU {\r\n width: 25%;\r\n}\r\n.MediaSeriesCard-module_thumb__3jRAU img {\r\n width: 100%;\r\n height: auto;\r\n}\r\n.MediaSeriesCard-module_info__3L7_o {\r\n width: 75%;\r\n font-size: 1rem;\r\n}\r\n.MediaSeriesCard-module_info__3L7_o h2 {\r\n font-weight: bold;\r\n font-size: 1.25rem;\r\n margin: 0;\r\n}\r\n.MediaSeriesCard-module_published__E4oiz {\r\n color: #6d6d6d;\r\n margin: 0;\r\n}\r\n.MediaSeriesCard-module_summary__1xanh {\r\n margin: 0.5rem 0 0 0;\r\n}\r\n.MediaSeriesCard-module_author__e5fuR {\r\n margin: 0;\r\n}\r\n.MediaSeriesCard-module_author__e5fuR span {\r\n color: #6d6d6d;\r\n}\r\n.MediaSeriesCard-module_name__2m5KY {\r\n font-size: 1.3rem;\r\n font-weight: bold;\r\n}\r\n@media only screen and (max-width: 568px) {\r\n .MediaSeriesCard-module_article__SAFYK {\r\n margin: 1rem 0;\r\n box-shadow: 2px 4px 8px rgba(0,0,0,.2);\r\n }\r\n .MediaSeriesCard-module_article__SAFYK a {\r\n flex-direction: column;\r\n align-items: center;\r\n }\r\n .MediaSeriesCard-module_thumb__3jRAU {\r\n overflow: hidden;\r\n width: 100%;\r\n margin-bottom: 1rem;\r\n }\r\n .MediaSeriesCard-module_thumb__3jRAU img{\r\n border-radius: 10px 10px 0 0; \r\n }\r\n .MediaSeriesCard-module_thumb__3jRAU figure {\r\n margin: 0;\r\n }\r\n .MediaSeriesCard-module_info__3L7_o {\r\n width: 90%;\r\n padding: 0rem !important;\r\n }\r\n .MediaSeriesCard-module_info__3L7_o h2 {\r\n font-size: 1rem;\r\n }\r\n .MediaSeriesCard-module_name__2m5KY {\r\n font-size: 1rem;\r\n \r\n }\r\n}\r\n";
9430
+ var css = ".MediaSeriesCard-module_article__SAFYK {\n width: 100%;\n margin: 0 0 1rem 0;\n}\n.MediaSeriesCard-module_article__SAFYK a {\n display: flex;\n width: 100%;\n color: #000000;\n}\n.MediaSeriesCard-module_thumb__3jRAU {\n width: 25%;\n}\n.MediaSeriesCard-module_thumb__3jRAU img {\n width: 100%;\n height: auto;\n}\n.MediaSeriesCard-module_info__3L7_o {\n width: 75%;\n font-size: 1rem;\n}\n.MediaSeriesCard-module_info__3L7_o h2 {\n font-weight: bold;\n font-size: 1.25rem;\n margin: 0;\n}\n.MediaSeriesCard-module_published__E4oiz {\n color: #6d6d6d;\n margin: 0;\n}\n.MediaSeriesCard-module_summary__1xanh {\n margin: 0.5rem 0 0 0;\n}\n.MediaSeriesCard-module_author__e5fuR {\n margin: 0;\n}\n.MediaSeriesCard-module_author__e5fuR span {\n color: #6d6d6d;\n}\n.MediaSeriesCard-module_name__2m5KY {\n font-size: 1.3rem;\n font-weight: bold;\n}\n@media only screen and (max-width: 568px) {\n .MediaSeriesCard-module_article__SAFYK {\n margin: 1rem 0;\n box-shadow: 2px 4px 8px rgba(0,0,0,.2);\n }\n .MediaSeriesCard-module_article__SAFYK a {\n flex-direction: column;\n align-items: center;\n }\n .MediaSeriesCard-module_thumb__3jRAU {\n overflow: hidden;\n width: 100%;\n margin-bottom: 1rem;\n }\n .MediaSeriesCard-module_thumb__3jRAU img{\n border-radius: 10px 10px 0 0; \n }\n .MediaSeriesCard-module_thumb__3jRAU figure {\n margin: 0;\n }\n .MediaSeriesCard-module_info__3L7_o {\n width: 90%;\n padding: 0rem !important;\n }\n .MediaSeriesCard-module_info__3L7_o h2 {\n font-size: 1rem;\n }\n .MediaSeriesCard-module_name__2m5KY {\n font-size: 1rem;\n \n }\n}\n";
9453
9431
  var styles = { "article": "MediaSeriesCard-module_article__SAFYK", "thumb": "MediaSeriesCard-module_thumb__3jRAU", "info": "MediaSeriesCard-module_info__3L7_o", "published": "MediaSeriesCard-module_published__E4oiz", "summary": "MediaSeriesCard-module_summary__1xanh", "author": "MediaSeriesCard-module_author__e5fuR", "name": "MediaSeriesCard-module_name__2m5KY" };
9454
9432
  styleInject(css);
9455
9433
 
@@ -3,13 +3,13 @@ import { _ as _typeof } from './typeof-e9fc0c5d.js';
3
3
  import { _ as _extends } from './extends-6d8e3924.js';
4
4
  import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
5
5
  import React__default, { useState, useEffect } from 'react';
6
- import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-e62d78e7.js';
6
+ import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-3d6acf32.js';
7
7
  import './index-98ca9cec.js';
8
8
  import 'react-dom';
9
9
  import Link from 'next/link';
10
10
  import MasterDeck from './MasterDeck.js';
11
11
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
12
- import { g as getSerializers } from './index-4d8a8743.js';
12
+ import { g as getSerializers } from './index-803278c4.js';
13
13
  import './_commonjsHelpers-0c4b6f40.js';
14
14
  import './core.get-iterator-method-ea258bb1.js';
15
15
  import './web.dom.iterable-ab4dea5c.js';
@@ -52,6 +52,9 @@ import './index-c7e2ac95.js';
52
52
  import './util-8ed16d48.js';
53
53
  import './urlForFile-b69adffc.js';
54
54
  import './brightcove-react-player-loader.es-57a70a56.js';
55
+ import 'react-bootstrap/Modal';
56
+ import 'react-bootstrap/Button';
57
+ import 'react-bootstrap/Form';
55
58
  import './GroupDeck.js';
56
59
  import './smoothscroll-fa4e3f8c.js';
57
60
  import './SocialShare.js';
@@ -59,7 +62,6 @@ import 'next/head';
59
62
  import 'react-share';
60
63
  import './_object-to-array-2300e51b.js';
61
64
  import 'react-bootstrap/Pagination';
62
- import 'react-bootstrap/Button';
63
65
  import './entities-6d9154b4.js';
64
66
  import './index.esm-eb1e8e80.js';
65
67
  import './iconBase-ccc56b97.js';
@@ -90,11 +92,11 @@ var Filter = function Filter(_ref) {
90
92
  _useState6 = _slicedToArray(_useState5, 2),
91
93
  grandChildData = _useState6[0],
92
94
  setGrandChildData = _useState6[1];
93
- /*
94
- {parent: showAll,
95
- chidlren: show selected from parent,
96
- grandchildren: show selected from children
97
- }
95
+ /*
96
+ {parent: showAll,
97
+ chidlren: show selected from parent,
98
+ grandchildren: show selected from children
99
+ }
98
100
  */
99
101
 
100
102
 
@@ -482,4 +484,4 @@ MediaSeriesLanding.getInitialData = function () {
482
484
  };
483
485
  }();
484
486
 
485
- export { MediaSeriesLanding as default };
487
+ export default MediaSeriesLanding;
@@ -3,13 +3,13 @@ import { _ as _typeof } from './typeof-e9fc0c5d.js';
3
3
  import { _ as _extends } from './extends-6d8e3924.js';
4
4
  import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
5
5
  import React__default, { useState, useEffect } from 'react';
6
- import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-e62d78e7.js';
6
+ import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-3d6acf32.js';
7
7
  import './index-98ca9cec.js';
8
8
  import 'react-dom';
9
9
  import Link from 'next/link';
10
10
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
11
11
  import MasterDeck from './MasterDeckPaginated.js';
12
- import { g as getSerializers } from './index-4d8a8743.js';
12
+ import { g as getSerializers } from './index-803278c4.js';
13
13
  import './_commonjsHelpers-0c4b6f40.js';
14
14
  import './core.get-iterator-method-ea258bb1.js';
15
15
  import './web.dom.iterable-ab4dea5c.js';
@@ -44,7 +44,8 @@ import './toNumber-5aeba6e7.js';
44
44
  import './Beam.js';
45
45
  import './Segment.js';
46
46
  import './ADInfeed-0a55cd2d.js';
47
- import './Pagination-484b86c5.js';
47
+ import './Pagination-59436882.js';
48
+ import 'react-paginate';
48
49
  import 'react-bootstrap/Button';
49
50
  import './index.esm-1bd8a0a8.js';
50
51
  import './iconBase-ccc56b97.js';
@@ -53,6 +54,8 @@ import './index-c7e2ac95.js';
53
54
  import './util-8ed16d48.js';
54
55
  import './urlForFile-b69adffc.js';
55
56
  import './brightcove-react-player-loader.es-57a70a56.js';
57
+ import 'react-bootstrap/Modal';
58
+ import 'react-bootstrap/Form';
56
59
  import './GroupDeck.js';
57
60
  import './smoothscroll-fa4e3f8c.js';
58
61
  import './SocialShare.js';
@@ -91,11 +94,11 @@ var Filter = function Filter(_ref) {
91
94
  _useState6 = _slicedToArray(_useState5, 2),
92
95
  grandChildData = _useState6[0],
93
96
  setGrandChildData = _useState6[1];
94
- /*
95
- {parent: showAll,
96
- chidlren: show selected from parent,
97
- grandchildren: show selected from children
98
- }
97
+ /*
98
+ {parent: showAll,
99
+ chidlren: show selected from parent,
100
+ grandchildren: show selected from children
101
+ }
99
102
  */
100
103
 
101
104
 
@@ -515,4 +518,4 @@ MediaSeriesLanding.getInitialData = function () {
515
518
  };
516
519
  }();
517
520
 
518
- export { MediaSeriesLanding as default };
521
+ export default MediaSeriesLanding;
@@ -229,4 +229,5 @@ var NavDvm = function NavDvm(props) {
229
229
  );
230
230
  };
231
231
 
232
- export { NavDvm, NavDvm as default };
232
+ export default NavDvm;
233
+ export { NavDvm };
@@ -26,16 +26,16 @@ import 'react-bootstrap/FormControl';
26
26
  import 'react-bootstrap/Button';
27
27
 
28
28
  var NavMagazine = function NavMagazine(props) {
29
- /*
30
- Example Nav with acceptable props
31
- <MagazineNav
32
- showLogin
33
- user={props.cache.user}
34
- logo={props.settings.logo}
35
- dataObject={props.cache.mainNavCache}
36
- website={website}
37
- subNav={props.cache.subNavCache}
38
- />
29
+ /*
30
+ Example Nav with acceptable props
31
+ <MagazineNav
32
+ showLogin
33
+ user={props.cache.user}
34
+ logo={props.settings.logo}
35
+ dataObject={props.cache.mainNavCache}
36
+ website={website}
37
+ subNav={props.cache.subNavCache}
38
+ />
39
39
  */
40
40
 
41
41
  // Setting 'socialIconVariant' as 'light' as default to make the social icons and search icon black
@@ -579,4 +579,5 @@ var NavMagazine = function NavMagazine(props) {
579
579
 
580
580
  var MagazineNav = React__default.memo(NavMagazine);
581
581
 
582
- export { NavMagazine, MagazineNav as default };
582
+ export default MagazineNav;
583
+ export { NavMagazine };
@@ -300,15 +300,15 @@ function chunk(array, size, guard) {
300
300
  var chunk_1 = chunk;
301
301
 
302
302
  var NavNative = function NavNative(props) {
303
- /*
304
- Example Nav with acceptable props
305
- <MagazineNav
306
- showLogin
307
- logo={props.settings.logo}
308
- dataObject={props.cache.mainNavCache}
309
- website={website}
310
- subNav={props.cache.subNavCache}
311
- />
303
+ /*
304
+ Example Nav with acceptable props
305
+ <MagazineNav
306
+ showLogin
307
+ logo={props.settings.logo}
308
+ dataObject={props.cache.mainNavCache}
309
+ website={website}
310
+ subNav={props.cache.subNavCache}
311
+ />
312
312
  */
313
313
  // Setting 'socialIconVariant' as 'dark' as default to make the social icons and search icon black
314
314
  var logo = props.logo,
@@ -842,4 +842,5 @@ var NavNative = function NavNative(props) {
842
842
  );
843
843
  };
844
844
 
845
- export { NavNative, NavNative as default };
845
+ export default NavNative;
846
+ export { NavNative };
@@ -70,4 +70,4 @@ var OncliveHero = function OncliveHero(props) {
70
70
  );
71
71
  };
72
72
 
73
- export { OncliveHero as default };
73
+ export default OncliveHero;
@@ -232,4 +232,4 @@ var OncliveLargeHero = function OncliveLargeHero(props) {
232
232
  );
233
233
  };
234
234
 
235
- export { OncliveLargeHero as default };
235
+ export default OncliveLargeHero;
@@ -63,4 +63,4 @@ var PageFilter = function PageFilter(props) {
63
63
  return null;
64
64
  };
65
65
 
66
- export { PageFilter as default };
66
+ export default PageFilter;
@@ -0,0 +1,82 @@
1
+ import React__default from 'react';
2
+ import ReactPaginate from 'react-paginate';
3
+ import Button from 'react-bootstrap/Button';
4
+ import { d as FaArrowRight, e as FaArrowLeft } from './index.esm-1bd8a0a8.js';
5
+
6
+ var Pagination = function Pagination(props) {
7
+ var pageCount = props.pageCount,
8
+ _props$marginPagesDis = props.marginPagesDisplayed,
9
+ marginPagesDisplayed = _props$marginPagesDis === undefined ? 1 : _props$marginPagesDis,
10
+ _props$pageRangeDispl = props.pageRangeDisplayed,
11
+ pageRangeDisplayed = _props$pageRangeDispl === undefined ? 5 : _props$pageRangeDispl,
12
+ _props$currentPage = props.currentPage,
13
+ currentPage = _props$currentPage === undefined ? 1 : _props$currentPage,
14
+ _onPageChange = props.onPageChange,
15
+ _props$needLargePagin = props.needLargePaginateButtons,
16
+ needLargePaginateButtons = _props$needLargePagin === undefined ? false : _props$needLargePagin;
17
+
18
+ if (!pageCount || pageCount <= 1) return null;
19
+ return React__default.createElement(
20
+ React__default.Fragment,
21
+ null,
22
+ needLargePaginateButtons && React__default.createElement(
23
+ 'div',
24
+ { className: 'pagination-lg-btn-nxt' },
25
+ React__default.createElement(
26
+ Button,
27
+ {
28
+ onClick: function onClick(e) {
29
+ e.preventDefault();
30
+ _onPageChange(currentPage + 1);
31
+ },
32
+ disabled: currentPage === pageCount,
33
+ href: '?page=' + (currentPage + 1) },
34
+ 'NEXT PAGE',
35
+ React__default.createElement(FaArrowRight, { className: 'fa-arrow-right' })
36
+ )
37
+ ),
38
+ React__default.createElement(ReactPaginate, {
39
+ pageCount: pageCount,
40
+ marginPagesDisplayed: marginPagesDisplayed,
41
+ pageRangeDisplayed: pageRangeDisplayed,
42
+ forcePage: currentPage - 1,
43
+ onPageChange: function onPageChange(_ref) {
44
+ var selected = _ref.selected;
45
+ return _onPageChange(selected + 1);
46
+ },
47
+ hrefBuilder: function hrefBuilder(page) {
48
+ return '?page=' + page;
49
+ },
50
+ previousLabel: '<',
51
+ nextLabel: '>',
52
+ containerClassName: 'pagination-container',
53
+ previousLinkClassName: 'previous',
54
+ nextLinkClassName: 'next',
55
+ disabledClassName: 'disbaled',
56
+ activeClassName: 'active'
57
+ }),
58
+ needLargePaginateButtons && React__default.createElement(
59
+ 'div',
60
+ { className: 'pagination-lg-btn-prv' },
61
+ React__default.createElement(
62
+ Button,
63
+ {
64
+ onClick: function onClick(e) {
65
+ e.preventDefault();
66
+ _onPageChange(currentPage - 1);
67
+ },
68
+ disabled: currentPage === 1,
69
+ href: '?page=' + (currentPage - 1) },
70
+ React__default.createElement(FaArrowLeft, { className: 'fa-arrow-left' }),
71
+ 'PREVIOUS PAGE'
72
+ )
73
+ ),
74
+ React__default.createElement(
75
+ 'style',
76
+ { jsx: 'true' },
77
+ '\n .pagination-container {\n list-style: none;\n padding: 10px 0;\n margin: 0;\n display: flex;\n overflow: auto;\n }\n .pagination-container::before,\n .pagination-container::after {\n content: \'\';\n margin: 0 auto;\n }\n .pagination-container a {\n padding: 10px;\n border: 1px solid #dee2e6;\n }\n .pagination-container a:hover {\n text-decoration: none;\n background-color: #e9ecef;\n border-color: #dee2e6;\n }\n .pagination-container .active a {\n color: #fff;\n background-color: #666;\n background-color: var(--primary);\n }\n .pagination-container li:first-child a {\n border-radius: 5px 0 0 5px;\n }\n .pagination-container li:last-child a {\n border-radius: 0 5px 5px 0;\n }\n .pagination-container .disbaled a {\n cursor: default;\n }\n .pagination-lg-btn-nxt,\n .pagination-lg-btn-prv {\n text-align: center;\n }\n .pagination-lg-btn-nxt .btn,\n .pagination-lg-btn-prv .btn {\n min-width: 80%;\n color: #000;\n color: var(--primary);\n background-color: transparent;\n border-color: #000;\n border-color: var(--primary);\n }\n .pagination-lg-btn-nxt {\n margin: 0 0 1.5rem;\n }\n .pagination-lg-btn-prv {\n margin: 1.5rem 0 0;\n }\n .pagination-lg-btn-nxt .btn:not(:disabled):not(.disabled).active,\n .pagination-lg-btn-prv .btn:not(:disabled):not(.disabled):active {\n color: #fff;\n background-color: #000;\n background-color: var(--primary);\n border-color: #000;\n border-color: var(--primary);\n }\n @media only screen and (min-width: 601px) {\n [class^=\'pagination-lg-btn\'] {\n display: none;\n }\n }\n .fa-arrow-left {\n margin-right: 0.5rem;\n }\n .fa-arrow-right {\n margin-left: 0.5rem;\n }\n .pagination-container::-webkit-scrollbar {\n height: 8px;\n }\n .pagination-container::-webkit-scrollbar-track,\n .pagination-container::-webkit-scrollbar-thumb {\n -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);\n border-radius: 4px;\n }\n .pagination-container::-webkit-scrollbar-track {\n background-color: rgba(0, 0, 0, 0.1);\n }\n .pagination-container::-webkit-scrollbar-thumb {\n background-color: rgba(0, 0, 0, 0.3);\n }\n '
78
+ )
79
+ );
80
+ };
81
+
82
+ export { Pagination as P };
@@ -11,7 +11,7 @@ import QueueDeckExpanded from './QueueDeckExpanded.js';
11
11
  import Breadcrumbs from './Breadcrumbs.js';
12
12
  import Feature from './Feature.js';
13
13
  import urlFor from './urlFor.js';
14
- import { g as getSerializers } from './index-4d8a8743.js';
14
+ import { g as getSerializers } from './index-803278c4.js';
15
15
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
16
16
  import './_commonjsHelpers-0c4b6f40.js';
17
17
  import './core.get-iterator-method-ea258bb1.js';
@@ -55,13 +55,15 @@ import './urlForFile-b69adffc.js';
55
55
  import './typeof-e9fc0c5d.js';
56
56
  import './_is-array-8d21b9e3.js';
57
57
  import './brightcove-react-player-loader.es-57a70a56.js';
58
+ import 'react-bootstrap/Modal';
59
+ import 'react-bootstrap/Button';
60
+ import 'react-bootstrap/Form';
58
61
  import './GroupDeck.js';
59
62
  import './SocialShare.js';
60
63
  import 'next/head';
61
64
  import 'react-share';
62
65
  import './_object-to-array-2300e51b.js';
63
66
  import 'react-bootstrap/Pagination';
64
- import 'react-bootstrap/Button';
65
67
  import 'react-bootstrap/Row';
66
68
  import 'react-bootstrap/Col';
67
69
  import './inherits-a6ba2ec4.js';
@@ -293,4 +295,4 @@ PartnerDetails.returnGetInitialProps = function () {
293
295
  };
294
296
  }();
295
297
 
296
- export { PartnerDetails as default };
298
+ export default PartnerDetails;
@@ -11,7 +11,7 @@ import QueueDeckExpanded from './QueueDeckExpandedPaginated.js';
11
11
  import Breadcrumbs from './Breadcrumbs.js';
12
12
  import Feature from './Feature.js';
13
13
  import urlFor from './urlFor.js';
14
- import { g as getSerializers } from './index-4d8a8743.js';
14
+ import { g as getSerializers } from './index-803278c4.js';
15
15
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
16
16
  import './_commonjsHelpers-0c4b6f40.js';
17
17
  import './core.get-iterator-method-ea258bb1.js';
@@ -44,7 +44,8 @@ import './AuthorComponent-11adff02.js';
44
44
  import './ADlgInfeed-013e1f4a.js';
45
45
  import './getContentCategory-15dcc413.js';
46
46
  import './timeDifferenceCalc.js';
47
- import './Pagination-484b86c5.js';
47
+ import './Pagination-59436882.js';
48
+ import 'react-paginate';
48
49
  import 'react-bootstrap/Button';
49
50
  import './index.esm-1bd8a0a8.js';
50
51
  import './iconBase-ccc56b97.js';
@@ -57,6 +58,8 @@ import './urlForFile-b69adffc.js';
57
58
  import './typeof-e9fc0c5d.js';
58
59
  import './_is-array-8d21b9e3.js';
59
60
  import './brightcove-react-player-loader.es-57a70a56.js';
61
+ import 'react-bootstrap/Modal';
62
+ import 'react-bootstrap/Form';
60
63
  import './GroupDeck.js';
61
64
  import './SocialShare.js';
62
65
  import 'next/head';
@@ -307,4 +310,4 @@ PartnerDetails.returnGetInitialProps = function () {
307
310
  };
308
311
  }();
309
312
 
310
- export { PartnerDetails as default };
313
+ export default PartnerDetails;
@@ -19,4 +19,4 @@ var PdfDownload = function PdfDownload(props) {
19
19
  );
20
20
  };
21
21
 
22
- export { PdfDownload as default };
22
+ export default PdfDownload;