@mjhls/mjh-framework 1.0.892 → 1.0.893-nav-pmg-v1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/README.md +168 -168
  2. package/dist/cjs/AccordionPanel.js +1 -1
  3. package/dist/cjs/ArticleProgramLandingPage.js +2 -2
  4. package/dist/cjs/ArticleSeriesListing.js +1 -1
  5. package/dist/cjs/AuthWrapper.js +1 -1
  6. package/dist/cjs/ConferenceArticleCard.js +15 -15
  7. package/dist/cjs/ContentCardPaginated.js +1 -2
  8. package/dist/cjs/DeckContent.js +8 -8
  9. package/dist/cjs/DeckQueuePaginated.js +1 -2
  10. package/dist/cjs/EventsDeck.js +17 -17
  11. package/dist/cjs/ExternalResources.js +2 -2
  12. package/dist/cjs/GridContentPaginated.js +1 -2
  13. package/dist/cjs/HamMagazine.js +10 -10
  14. package/dist/cjs/HorizontalArticleListing.js +2 -2
  15. package/dist/cjs/IssueLanding.js +31 -31
  16. package/dist/cjs/KMTracker.js +15 -15
  17. package/dist/cjs/MasterDeck.js +8 -8
  18. package/dist/cjs/MasterDeckPaginated.js +9 -10
  19. package/dist/cjs/{MediaSeriesCard-bf5492a6.js → MediaSeriesCard-7c7077e4.js} +2 -2
  20. package/dist/cjs/MediaSeriesLanding.js +8 -8
  21. package/dist/cjs/MediaSeriesLandingPaginated.js +9 -10
  22. package/dist/cjs/NavMagazine.js +11 -11
  23. package/dist/cjs/NavNative.js +14 -287
  24. package/dist/cjs/NavPMG.js +627 -0
  25. package/dist/cjs/Pagination-42f92f7c.js +97 -0
  26. package/dist/cjs/PartnerDetailListing.js +2 -2
  27. package/dist/cjs/PartnerDetailListingPaginated.js +3 -4
  28. package/dist/cjs/PublicationLanding.js +26 -26
  29. package/dist/cjs/QueueDeckExpandedPaginated.js +1 -2
  30. package/dist/cjs/RelatedContent.js +28 -28
  31. package/dist/cjs/RelatedTopicsDropdown.js +10 -10
  32. package/dist/cjs/SeriesListingDeck.js +1 -1
  33. package/dist/cjs/{SeriesSlider-ba0c5d1a.js → SeriesSlider-de93a303.js} +4 -4
  34. package/dist/cjs/SideFooter.js +2 -2
  35. package/dist/cjs/TaxonomyDescription.js +2 -2
  36. package/dist/cjs/TemplateNormal.js +2 -1
  37. package/dist/cjs/VideoProgramLandingPage.js +2 -2
  38. package/dist/cjs/VideoSeriesCard.js +1 -1
  39. package/dist/cjs/VideoSeriesListing.js +1 -1
  40. package/dist/cjs/View.js +5 -5
  41. package/dist/cjs/YoutubeGroup.js +4 -4
  42. package/dist/cjs/chunk-db8bb26d.js +281 -0
  43. package/dist/cjs/getSerializers.js +2 -2
  44. package/dist/cjs/{getTargeting-9d509319.js → getTargeting-6d59cc5b.js} +9 -9
  45. package/dist/cjs/getTargeting.js +1 -1
  46. package/dist/cjs/{index-af49d679.js → index-a703b51e.js} +2 -1
  47. package/dist/cjs/{index.esm-d81454e7.js → index.esm-5cda7fe5.js} +4 -1
  48. package/dist/cjs/index.js +7 -4
  49. package/dist/esm/AccordionPanel.js +1 -1
  50. package/dist/esm/ArticleProgramLandingPage.js +2 -2
  51. package/dist/esm/ArticleSeriesListing.js +1 -1
  52. package/dist/esm/AuthWrapper.js +1 -1
  53. package/dist/esm/ConferenceArticleCard.js +15 -15
  54. package/dist/esm/ContentCardPaginated.js +1 -2
  55. package/dist/esm/DeckContent.js +8 -8
  56. package/dist/esm/DeckQueuePaginated.js +1 -2
  57. package/dist/esm/EventsDeck.js +17 -17
  58. package/dist/esm/ExternalResources.js +2 -2
  59. package/dist/esm/GridContentPaginated.js +1 -2
  60. package/dist/esm/HamMagazine.js +10 -10
  61. package/dist/esm/HorizontalArticleListing.js +2 -2
  62. package/dist/esm/IssueLanding.js +31 -31
  63. package/dist/esm/KMTracker.js +15 -15
  64. package/dist/esm/MasterDeck.js +8 -8
  65. package/dist/esm/MasterDeckPaginated.js +9 -10
  66. package/dist/esm/{MediaSeriesCard-7f1316a2.js → MediaSeriesCard-d3601b8a.js} +2 -2
  67. package/dist/esm/MediaSeriesLanding.js +8 -8
  68. package/dist/esm/MediaSeriesLandingPaginated.js +9 -10
  69. package/dist/esm/NavMagazine.js +11 -11
  70. package/dist/esm/NavNative.js +13 -286
  71. package/dist/esm/NavPMG.js +612 -0
  72. package/dist/esm/Pagination-484b86c5.js +90 -0
  73. package/dist/esm/PartnerDetailListing.js +2 -2
  74. package/dist/esm/PartnerDetailListingPaginated.js +3 -4
  75. package/dist/esm/PublicationLanding.js +26 -26
  76. package/dist/esm/QueueDeckExpandedPaginated.js +1 -2
  77. package/dist/esm/RelatedContent.js +28 -28
  78. package/dist/esm/RelatedTopicsDropdown.js +10 -10
  79. package/dist/esm/SeriesListingDeck.js +1 -1
  80. package/dist/esm/{SeriesSlider-45adb8dc.js → SeriesSlider-98ad6d97.js} +4 -4
  81. package/dist/esm/SideFooter.js +2 -2
  82. package/dist/esm/TaxonomyDescription.js +2 -2
  83. package/dist/esm/TemplateNormal.js +2 -1
  84. package/dist/esm/VideoProgramLandingPage.js +2 -2
  85. package/dist/esm/VideoSeriesCard.js +1 -1
  86. package/dist/esm/VideoSeriesListing.js +1 -1
  87. package/dist/esm/View.js +5 -5
  88. package/dist/esm/YoutubeGroup.js +4 -4
  89. package/dist/esm/chunk-19bab6aa.js +279 -0
  90. package/dist/esm/getSerializers.js +2 -2
  91. package/dist/esm/{getTargeting-4061f839.js → getTargeting-36031a00.js} +9 -9
  92. package/dist/esm/getTargeting.js +1 -1
  93. package/dist/esm/{index-d7489d39.js → index-52dec9fe.js} +2 -1
  94. package/dist/esm/{index.esm-eb1e8e80.js → index.esm-f14a3e58.js} +4 -2
  95. package/dist/esm/index.js +6 -4
  96. package/package.json +112 -112
  97. package/dist/cjs/Pagination-885dcfbd.js +0 -90
  98. package/dist/esm/Pagination-59436882.js +0 -82
@@ -12,7 +12,7 @@ import Nav from 'react-bootstrap/Nav';
12
12
  import Navbar from 'react-bootstrap/Navbar';
13
13
  import NavDropdown from 'react-bootstrap/NavDropdown';
14
14
  import { M as MdEmail } from './index.esm-9b042655.js';
15
- import { b as IoMdLogIn } from './index.esm-eb1e8e80.js';
15
+ import { b as IoMdLogIn } from './index.esm-f14a3e58.js';
16
16
  import { m as main_43, c as main_44 } from './main-1894c974.js';
17
17
  import './_commonjsHelpers-0c4b6f40.js';
18
18
  import './web.dom.iterable-ab4dea5c.js';
@@ -26,15 +26,15 @@ import './_library-528f1934.js';
26
26
  import './_iter-detect-98db3b07.js';
27
27
 
28
28
  var HamMagazine = function HamMagazine(props) {
29
- /*
30
- Example Nav with acceptable props
31
- <MagazineNav
32
- showLogin
33
- logo={props.settings.logo}
34
- dataObject={props.cache.mainNavCache}
35
- website={website}
36
- subNav={props.cache.subNavCache}
37
- />
29
+ /*
30
+ Example Nav with acceptable props
31
+ <MagazineNav
32
+ showLogin
33
+ logo={props.settings.logo}
34
+ dataObject={props.cache.mainNavCache}
35
+ website={website}
36
+ subNav={props.cache.subNavCache}
37
+ />
38
38
  */
39
39
 
40
40
  // Setting 'socialIconVariant' as 'light' as default to make the social icons and search icon black
@@ -1,9 +1,9 @@
1
1
  import { _ as _extends } from './extends-6d8e3924.js';
2
2
  import React__default from 'react';
3
3
  import ArticleCarousel from './ArticleCarousel.js';
4
- import { I as IoIosArrowForward } from './index.esm-eb1e8e80.js';
4
+ import { I as IoIosArrowForward } from './index.esm-f14a3e58.js';
5
5
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
6
- import { g as getSerializers } from './index-d7489d39.js';
6
+ import { g as getSerializers } from './index-52dec9fe.js';
7
7
  import './_commonjsHelpers-0c4b6f40.js';
8
8
  import './core.get-iterator-method-ea258bb1.js';
9
9
  import './_object-pie-133f504a.js';
@@ -3,7 +3,7 @@ import React__default from 'react';
3
3
  import QueueDeckExpanded from './QueueDeckExpanded.js';
4
4
  import Breadcrumbs from './Breadcrumbs.js';
5
5
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
6
- import { g as getSerializers } from './index-d7489d39.js';
6
+ import { g as getSerializers } from './index-52dec9fe.js';
7
7
  import './_commonjsHelpers-0c4b6f40.js';
8
8
  import './core.get-iterator-method-ea258bb1.js';
9
9
  import './_object-pie-133f504a.js';
@@ -60,42 +60,42 @@ import 'react-bootstrap/Col';
60
60
  import './inherits-a6ba2ec4.js';
61
61
  import './_object-sap-7cee6f84.js';
62
62
  import './define-property-5f1bda73.js';
63
- import './index.esm-eb1e8e80.js';
63
+ import './index.esm-f14a3e58.js';
64
64
  import './iconBase-ccc56b97.js';
65
65
  import 'react-bootstrap/Figure';
66
66
  import 'react-bootstrap/OverlayTrigger';
67
67
  import 'react-bootstrap/Tooltip';
68
68
  import 'react-bootstrap/Popover';
69
69
 
70
- /* usage
71
- import Settings, { Ads } from '../../../../settings'
72
- import { IssueLanding, getQuery } from '@mjhls/mjh-framework'
73
- import client from '../../../../client'
74
- import moment from 'moment'
75
- import Shell from '../../../../components/2.0/Shell'
76
- import { pageview } from '../../../../utilities/gtag'
77
-
78
- const Issue = (props) => {
79
- const { pubIssue, cache } = props
80
- const targeting = {
81
- content_placement: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
82
- document_url: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
83
- }
84
- return (
85
- <Shell cache={cache} settings={Settings} targeting={targeting} ads={Ads} layout='3' title={pubIssue.issue.name}>
86
- <IssueLanding pubIssue={pubIssue} client={client} settings={Settings} pageview={pageview} rightItems={Ads.getMobileAds(targeting)} />
87
- </Shell>
88
- )
89
- }
90
-
91
- Issue.getInitialProps = async (ctx) => {
92
- const { query } = ctx
93
- const pubIssue = await client.fetch(getQuery('issue'), { ...query, currentDate: moment().utc().format() }
94
- )
95
- return { pubIssue }
96
- }
97
-
98
- export default Issue
70
+ /* usage
71
+ import Settings, { Ads } from '../../../../settings'
72
+ import { IssueLanding, getQuery } from '@mjhls/mjh-framework'
73
+ import client from '../../../../client'
74
+ import moment from 'moment'
75
+ import Shell from '../../../../components/2.0/Shell'
76
+ import { pageview } from '../../../../utilities/gtag'
77
+
78
+ const Issue = (props) => {
79
+ const { pubIssue, cache } = props
80
+ const targeting = {
81
+ content_placement: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
82
+ document_url: [`/publications/${pubIssue.identifier.current}/${pubIssue.issue.identifier.current}`],
83
+ }
84
+ return (
85
+ <Shell cache={cache} settings={Settings} targeting={targeting} ads={Ads} layout='3' title={pubIssue.issue.name}>
86
+ <IssueLanding pubIssue={pubIssue} client={client} settings={Settings} pageview={pageview} rightItems={Ads.getMobileAds(targeting)} />
87
+ </Shell>
88
+ )
89
+ }
90
+
91
+ Issue.getInitialProps = async (ctx) => {
92
+ const { query } = ctx
93
+ const pubIssue = await client.fetch(getQuery('issue'), { ...query, currentDate: moment().utc().format() }
94
+ )
95
+ return { pubIssue }
96
+ }
97
+
98
+ export default Issue
99
99
  */
100
100
 
101
101
  var IssueLanding = function IssueLanding(props) {
@@ -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
25
  export default KMTracker;
@@ -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) {
@@ -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-59436882.js';
15
+ import { P as Pagination } from './Pagination-484b86c5.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,7 +33,6 @@ import './isSymbol-a7e9aafe.js';
33
33
  import './toNumber-5aeba6e7.js';
34
34
  import './Beam.js';
35
35
  import './Segment.js';
36
- import 'react-paginate';
37
36
  import 'react-bootstrap/Button';
38
37
  import './index.esm-1bd8a0a8.js';
39
38
  import './iconBase-ccc56b97.js';
@@ -108,14 +107,14 @@ var MasterDeck = function (_React$Component) {
108
107
  }
109
108
 
110
109
  // please leave this for later debug purpose : Yong Jun.
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
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
119
118
  }) */
120
119
 
121
120
  if (pageview) {
@@ -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-d7489d39.js';
12
+ import { g as getSerializers } from './index-52dec9fe.js';
13
13
 
14
14
  /**
15
15
  * Copyright (c) 2013-present, Facebook, Inc.
@@ -9427,7 +9427,7 @@ var Tooltip = React__default.forwardRef(function (_ref, ref) {
9427
9427
  Tooltip.defaultProps = defaultProps;
9428
9428
  Tooltip.displayName = 'Tooltip';
9429
9429
 
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";
9430
+ 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";
9431
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" };
9432
9432
  styleInject(css);
9433
9433
 
@@ -4,13 +4,13 @@ import { _ as _typeof } from './typeof-e9fc0c5d.js';
4
4
  import { _ as _extends } from './extends-6d8e3924.js';
5
5
  import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
6
6
  import React__default, { useState, useEffect } from 'react';
7
- import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-7f1316a2.js';
7
+ import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-d3601b8a.js';
8
8
  import './index-98ca9cec.js';
9
9
  import 'react-dom';
10
10
  import Link from 'next/link';
11
11
  import MasterDeck from './MasterDeck.js';
12
12
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
13
- import { g as getSerializers } from './index-d7489d39.js';
13
+ import { g as getSerializers } from './index-52dec9fe.js';
14
14
  import './_commonjsHelpers-0c4b6f40.js';
15
15
  import './define-property-5f1bda73.js';
16
16
  import './core.get-iterator-method-ea258bb1.js';
@@ -61,7 +61,7 @@ import './_object-to-array-2300e51b.js';
61
61
  import 'react-bootstrap/Pagination';
62
62
  import 'react-bootstrap/Button';
63
63
  import './entities-6d9154b4.js';
64
- import './index.esm-eb1e8e80.js';
64
+ import './index.esm-f14a3e58.js';
65
65
  import './iconBase-ccc56b97.js';
66
66
  import 'react-bootstrap/Figure';
67
67
  import 'react-bootstrap/OverlayTrigger';
@@ -90,11 +90,11 @@ var Filter = function Filter(_ref) {
90
90
  _useState6 = _slicedToArray(_useState5, 2),
91
91
  grandChildData = _useState6[0],
92
92
  setGrandChildData = _useState6[1];
93
- /*
94
- {parent: showAll,
95
- chidlren: show selected from parent,
96
- grandchildren: show selected from children
97
- }
93
+ /*
94
+ {parent: showAll,
95
+ chidlren: show selected from parent,
96
+ grandchildren: show selected from children
97
+ }
98
98
  */
99
99
 
100
100
 
@@ -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-7f1316a2.js';
6
+ import { M as MediaSeriesCard, D as DropdownButton, a as Dropdown } from './MediaSeriesCard-d3601b8a.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-d7489d39.js';
12
+ import { g as getSerializers } from './index-52dec9fe.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,8 +44,7 @@ import './toNumber-5aeba6e7.js';
44
44
  import './Beam.js';
45
45
  import './Segment.js';
46
46
  import './ADInfeed-0a55cd2d.js';
47
- import './Pagination-59436882.js';
48
- import 'react-paginate';
47
+ import './Pagination-484b86c5.js';
49
48
  import 'react-bootstrap/Button';
50
49
  import './index.esm-1bd8a0a8.js';
51
50
  import './iconBase-ccc56b97.js';
@@ -63,7 +62,7 @@ import 'react-bootstrap/Pagination';
63
62
  import './entities-6d9154b4.js';
64
63
  import 'react-bootstrap/Row';
65
64
  import 'react-bootstrap/Col';
66
- import './index.esm-eb1e8e80.js';
65
+ import './index.esm-f14a3e58.js';
67
66
  import 'react-bootstrap/Figure';
68
67
  import 'react-bootstrap/OverlayTrigger';
69
68
  import 'react-bootstrap/Tooltip';
@@ -91,11 +90,11 @@ var Filter = function Filter(_ref) {
91
90
  _useState6 = _slicedToArray(_useState5, 2),
92
91
  grandChildData = _useState6[0],
93
92
  setGrandChildData = _useState6[1];
94
- /*
95
- {parent: showAll,
96
- chidlren: show selected from parent,
97
- grandchildren: show selected from children
98
- }
93
+ /*
94
+ {parent: showAll,
95
+ chidlren: show selected from parent,
96
+ grandchildren: show selected from children
97
+ }
99
98
  */
100
99
 
101
100
 
@@ -5,7 +5,7 @@ import Nav from 'react-bootstrap/Nav';
5
5
  import Navbar from 'react-bootstrap/Navbar';
6
6
  import NavDropdown from 'react-bootstrap/NavDropdown';
7
7
  import { M as MdEmail } from './index.esm-9b042655.js';
8
- import { b as IoMdLogIn } from './index.esm-eb1e8e80.js';
8
+ import { b as IoMdLogIn } from './index.esm-f14a3e58.js';
9
9
  import { N as NavFooter } from './NavFooter-e27bd93b.js';
10
10
  import { S as SocialNavFooter } from './index.esm-37268dca.js';
11
11
  import { c as main_44 } from './main-1894c974.js';
@@ -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