@mjhls/mjh-framework 1.0.1026-den-test → 1.0.1026

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 (153) hide show
  1. package/dist/cjs/AD.js +1 -1
  2. package/dist/cjs/AD300x250.js +2 -3
  3. package/dist/cjs/AD300x250x600.js +2 -3
  4. package/dist/cjs/AD728x90.js +2 -3
  5. package/dist/cjs/ADFloatingFooter.js +2 -3
  6. package/dist/cjs/ADGutter.js +2 -3
  7. package/dist/cjs/{ADInfeed-e60cfa83.js → ADInfeed-9aae73be.js} +1 -1
  8. package/dist/cjs/ADSkyscraper.js +2 -3
  9. package/dist/cjs/ADSponsoredResources.js +2 -3
  10. package/dist/cjs/ADWebcast.js +2 -3
  11. package/dist/cjs/ADWelcome.js +2 -3
  12. package/dist/cjs/{ADlgInfeed-c2aa7971.js → ADlgInfeed-0e40c762.js} +1 -1
  13. package/dist/cjs/AdSlot.js +2 -3
  14. package/dist/cjs/AdSlotsProvider.js +2 -3
  15. package/dist/cjs/AlgoliaSearch.js +1068 -521
  16. package/dist/cjs/ArticleCarousel.js +1 -1
  17. package/dist/cjs/ArticleProgramLandingPage.js +3 -4
  18. package/dist/cjs/ArticleSeriesLandingPage.js +4 -5
  19. package/dist/cjs/ArticleSeriesListing.js +2 -3
  20. package/dist/cjs/Auth.js +40 -11
  21. package/dist/cjs/AuthWrapper.js +89 -19
  22. package/dist/cjs/CEDeckSupabase.js +2 -3
  23. package/dist/cjs/CMEDeck.js +2 -3
  24. package/dist/cjs/Column3.js +2 -3
  25. package/dist/cjs/ContentCardPaginated.js +4 -5
  26. package/dist/cjs/DeckContent.js +3 -4
  27. package/dist/cjs/DeckQueue.js +2 -3
  28. package/dist/cjs/DeckQueuePaginated.js +3 -4
  29. package/dist/cjs/{Dfp-c313a700.js → Dfp-67646058.js} +1 -2
  30. package/dist/cjs/EventsDeck.js +2 -2
  31. package/dist/cjs/ExternalResources.js +4 -5
  32. package/dist/cjs/Feature.js +1 -1
  33. package/dist/cjs/GridContent.js +4 -5
  34. package/dist/cjs/GridContentPaginated.js +5 -6
  35. package/dist/cjs/HamMagazine.js +2 -2
  36. package/dist/cjs/HorizontalArticleListing.js +3 -4
  37. package/dist/cjs/{ImageSlider-17fdaf3b.js → ImageSlider-1ec0408b.js} +156 -116
  38. package/dist/cjs/IssueLanding.js +5 -6
  39. package/dist/cjs/LeftNav.js +2 -3
  40. package/dist/cjs/MasterDeck.js +7 -8
  41. package/dist/cjs/MasterDeckPaginated.js +5 -6
  42. package/dist/cjs/{MediaSeriesCard-1a6f65e4.js → MediaSeriesCard-5c112798.js} +1 -1
  43. package/dist/cjs/MediaSeriesLanding.js +8 -9
  44. package/dist/cjs/MediaSeriesLandingPaginated.js +9 -10
  45. package/dist/cjs/NavMagazine.js +2 -2
  46. package/dist/cjs/NavNative.js +1 -1
  47. package/dist/cjs/{Pagination-842c556f.js → Pagination-6359861a.js} +1 -1
  48. package/dist/cjs/PartnerDetailListing.js +6 -8
  49. package/dist/cjs/PartnerDetailListingPaginated.js +7 -9
  50. package/dist/cjs/PodcastsLanding.js +6 -7
  51. package/dist/cjs/PubSection.js +4 -5
  52. package/dist/cjs/QueueDeckExpanded.js +4 -5
  53. package/dist/cjs/QueueDeckExpandedPaginated.js +5 -6
  54. package/dist/cjs/SeriesListingDeck.js +3 -4
  55. package/dist/cjs/{SeriesSlider-78004f1c.js → SeriesSlider-fc6dd07d.js} +1 -1
  56. package/dist/cjs/{SocialSearchComponent-6924a853.js → SocialSearchComponent-b99947d4.js} +1 -1
  57. package/dist/cjs/TaxonomyDescription.js +3 -4
  58. package/dist/cjs/TemplateNormal.js +3 -4
  59. package/dist/cjs/{Tooltip-4cb8849a.js → Tooltip-71754b2a.js} +355 -272
  60. package/dist/cjs/Ustream.js +1 -1
  61. package/dist/cjs/VideoProgramLandingPage.js +3 -4
  62. package/dist/cjs/VideoSeriesLandingPage.js +4 -5
  63. package/dist/cjs/VideoSeriesListing.js +2 -3
  64. package/dist/cjs/View.js +4 -5
  65. package/dist/cjs/YoutubeGroup.js +1 -1
  66. package/dist/cjs/getSerializers.js +3 -4
  67. package/dist/cjs/{index-7a3e1235.js → index-1a89a9de.js} +2 -2
  68. package/dist/cjs/{index-d2a6ef75.js → index-7435b964.js} +467 -2
  69. package/dist/cjs/{index-f86bb269.js → index-96c331fd.js} +53 -52
  70. package/dist/cjs/index-b95410f0.js +54 -0
  71. package/dist/cjs/index.js +10 -13
  72. package/dist/cjs/{main-47be4f9f.js → main-ae8472f3.js} +4 -9
  73. package/dist/esm/AD.js +1 -1
  74. package/dist/esm/AD300x250.js +2 -3
  75. package/dist/esm/AD300x250x600.js +2 -3
  76. package/dist/esm/AD728x90.js +2 -3
  77. package/dist/esm/ADFloatingFooter.js +2 -3
  78. package/dist/esm/ADGutter.js +2 -3
  79. package/dist/esm/{ADInfeed-25c623eb.js → ADInfeed-80914a61.js} +1 -1
  80. package/dist/esm/ADSkyscraper.js +2 -3
  81. package/dist/esm/ADSponsoredResources.js +2 -3
  82. package/dist/esm/ADWebcast.js +2 -3
  83. package/dist/esm/ADWelcome.js +2 -3
  84. package/dist/esm/{ADlgInfeed-f4c58df6.js → ADlgInfeed-55786341.js} +1 -1
  85. package/dist/esm/AdSlot.js +2 -3
  86. package/dist/esm/AdSlotsProvider.js +2 -3
  87. package/dist/esm/AlgoliaSearch.js +1065 -518
  88. package/dist/esm/ArticleCarousel.js +1 -1
  89. package/dist/esm/ArticleProgramLandingPage.js +3 -4
  90. package/dist/esm/ArticleSeriesLandingPage.js +4 -5
  91. package/dist/esm/ArticleSeriesListing.js +2 -3
  92. package/dist/esm/Auth.js +40 -11
  93. package/dist/esm/AuthWrapper.js +86 -16
  94. package/dist/esm/CEDeckSupabase.js +2 -3
  95. package/dist/esm/CMEDeck.js +2 -3
  96. package/dist/esm/Column3.js +2 -3
  97. package/dist/esm/ContentCardPaginated.js +4 -5
  98. package/dist/esm/DeckContent.js +3 -4
  99. package/dist/esm/DeckQueue.js +2 -3
  100. package/dist/esm/DeckQueuePaginated.js +3 -4
  101. package/dist/esm/{Dfp-102f0beb.js → Dfp-cf85d203.js} +1 -2
  102. package/dist/esm/EventsDeck.js +2 -2
  103. package/dist/esm/ExternalResources.js +4 -5
  104. package/dist/esm/Feature.js +1 -1
  105. package/dist/esm/GridContent.js +4 -5
  106. package/dist/esm/GridContentPaginated.js +5 -6
  107. package/dist/esm/HamMagazine.js +2 -2
  108. package/dist/esm/HorizontalArticleListing.js +3 -4
  109. package/dist/esm/{ImageSlider-f84174cb.js → ImageSlider-83913c4c.js} +157 -117
  110. package/dist/esm/IssueLanding.js +5 -6
  111. package/dist/esm/LeftNav.js +2 -3
  112. package/dist/esm/MasterDeck.js +7 -8
  113. package/dist/esm/MasterDeckPaginated.js +5 -6
  114. package/dist/esm/{MediaSeriesCard-f91eced9.js → MediaSeriesCard-febb981a.js} +1 -1
  115. package/dist/esm/MediaSeriesLanding.js +8 -9
  116. package/dist/esm/MediaSeriesLandingPaginated.js +9 -10
  117. package/dist/esm/NavMagazine.js +2 -2
  118. package/dist/esm/NavNative.js +1 -1
  119. package/dist/esm/{Pagination-dc30727b.js → Pagination-9fe9f61d.js} +1 -1
  120. package/dist/esm/PartnerDetailListing.js +6 -8
  121. package/dist/esm/PartnerDetailListingPaginated.js +7 -9
  122. package/dist/esm/PodcastsLanding.js +6 -7
  123. package/dist/esm/PubSection.js +4 -5
  124. package/dist/esm/QueueDeckExpanded.js +4 -5
  125. package/dist/esm/QueueDeckExpandedPaginated.js +5 -6
  126. package/dist/esm/SeriesListingDeck.js +3 -4
  127. package/dist/esm/{SeriesSlider-d64090f7.js → SeriesSlider-771918ce.js} +1 -1
  128. package/dist/esm/{SocialSearchComponent-2451acd2.js → SocialSearchComponent-aedf8322.js} +1 -1
  129. package/dist/esm/TaxonomyDescription.js +3 -4
  130. package/dist/esm/TemplateNormal.js +3 -4
  131. package/dist/esm/{Tooltip-95655b44.js → Tooltip-8307d9d1.js} +150 -67
  132. package/dist/esm/Ustream.js +1 -1
  133. package/dist/esm/VideoProgramLandingPage.js +3 -4
  134. package/dist/esm/VideoSeriesLandingPage.js +4 -5
  135. package/dist/esm/VideoSeriesListing.js +2 -3
  136. package/dist/esm/View.js +4 -5
  137. package/dist/esm/YoutubeGroup.js +1 -1
  138. package/dist/esm/getSerializers.js +3 -4
  139. package/dist/esm/{index-a76981e9.js → index-127807d3.js} +2 -2
  140. package/dist/esm/index-174b5baf.js +52 -0
  141. package/dist/esm/{index-79cfd25c.js → index-30a6257d.js} +53 -52
  142. package/dist/esm/{index-f0fc23eb.js → index-5cc7b406.js} +466 -1
  143. package/dist/esm/index.js +10 -13
  144. package/dist/esm/{main-f97773b2.js → main-754d4992.js} +4 -9
  145. package/package.json +1 -1
  146. package/dist/cjs/defineProperty-e0fb52c5.js +0 -73
  147. package/dist/cjs/events-1b438fe7.js +0 -469
  148. package/dist/cjs/index-50be6759.js +0 -105
  149. package/dist/cjs/typeof-1358762e.js +0 -33
  150. package/dist/esm/defineProperty-23a8f8cd.js +0 -68
  151. package/dist/esm/events-6c3a7a63.js +0 -467
  152. package/dist/esm/index-98ca9cec.js +0 -100
  153. package/dist/esm/typeof-2f07d0e8.js +0 -30
@@ -2,7 +2,7 @@ import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
2
2
  import { _ as _extends } from './extends-6d8e3924.js';
3
3
  import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a6ba2ec4.js';
4
4
  import React__default from 'react';
5
- import { l as lib_3 } from './index-f0fc23eb.js';
5
+ import { l as lib_3 } from './index-5cc7b406.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-25c623eb.js';
15
+ import { A as ADInfeed } from './ADInfeed-80914a61.js';
16
16
  import { l as lodash } from './lodash-f97fd99a.js';
17
- import { A as ADlgInfeed } from './ADlgInfeed-f4c58df6.js';
17
+ import { A as ADlgInfeed } from './ADlgInfeed-55786341.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-f97773b2.js';
23
+ import { m as main_43 } from './main-754d4992.js';
24
24
  import './AD.js';
25
25
  import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
26
26
  import { P as PublicationFeature } from './PublicationFeature-d88e76b9.js';
@@ -34,7 +34,6 @@ import './typeof-e9fc0c5d.js';
34
34
  import './web.dom.iterable-ab4dea5c.js';
35
35
  import './_is-array-8d21b9e3.js';
36
36
  import './_library-528f1934.js';
37
- import './events-6c3a7a63.js';
38
37
  import 'prop-types';
39
38
  import 'react-dom';
40
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-6d8e3924.js';
5
5
  import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a6ba2ec4.js';
6
6
  import React__default from 'react';
7
- import { l as lib_3 } from './index-f0fc23eb.js';
7
+ import { l as lib_3 } from './index-5cc7b406.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-25c623eb.js';
16
+ import { A as ADInfeed } from './ADInfeed-80914a61.js';
17
17
  import { l as lodash } from './lodash-f97fd99a.js';
18
- import { A as ADlgInfeed } from './ADlgInfeed-f4c58df6.js';
18
+ import { A as ADlgInfeed } from './ADlgInfeed-55786341.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-f97773b2.js';
22
+ import { m as main_43 } from './main-754d4992.js';
23
23
  import { A as AuthorComponent } from './AuthorComponent-11adff02.js';
24
24
  import { P as PublicationFeature } from './PublicationFeature-d88e76b9.js';
25
- import { P as Pagination } from './Pagination-dc30727b.js';
25
+ import { P as Pagination } from './Pagination-9fe9f61d.js';
26
26
  import Spinner from 'react-bootstrap/Spinner';
27
27
  import './_commonjsHelpers-0c4b6f40.js';
28
28
  import './core.get-iterator-method-ea258bb1.js';
@@ -35,7 +35,6 @@ import './_object-sap-7cee6f84.js';
35
35
  import './define-property-5f1bda73.js';
36
36
  import './typeof-e9fc0c5d.js';
37
37
  import './_is-array-8d21b9e3.js';
38
- import './events-6c3a7a63.js';
39
38
  import 'prop-types';
40
39
  import 'react-dom';
41
40
  import './slicedToArray-6ebcbfea.js';
@@ -2,7 +2,7 @@ import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
2
2
  import React__default, { useRef, useState, useEffect } from 'react';
3
3
  import { N as NavFooter } from './NavFooter-27a16f65.js';
4
4
  import { S as SocialNavFooter } from './index.esm-06bf63a3.js';
5
- import { S as SocialSearchComponent } from './SocialSearchComponent-2451acd2.js';
5
+ import { S as SocialSearchComponent } from './SocialSearchComponent-aedf8322.js';
6
6
  import 'react-bootstrap/Form';
7
7
  import 'react-bootstrap/FormControl';
8
8
  import 'react-bootstrap/Button';
@@ -14,7 +14,7 @@ import Navbar from 'react-bootstrap/Navbar';
14
14
  import NavDropdown from 'react-bootstrap/NavDropdown';
15
15
  import { M as MdEmail } from './index.esm-9b042655.js';
16
16
  import { b as IoMdLogIn } from './index.esm-eb1e8e80.js';
17
- import { m as main_43, c as main_44 } from './main-f97773b2.js';
17
+ import { m as main_43, c as main_44 } from './main-754d4992.js';
18
18
  import './_commonjsHelpers-0c4b6f40.js';
19
19
  import './web.dom.iterable-ab4dea5c.js';
20
20
  import './core.get-iterator-method-ea258bb1.js';
@@ -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-a76981e9.js';
6
+ import { g as getSerializers } from './index-127807d3.js';
7
7
  import './_commonjsHelpers-0c4b6f40.js';
8
8
  import './core.get-iterator-method-ea258bb1.js';
9
9
  import './_object-pie-133f504a.js';
@@ -17,11 +17,10 @@ import 'prop-types';
17
17
  import './smoothscroll-fa4e3f8c.js';
18
18
  import './urlFor.js';
19
19
  import './index-3f5c03b2.js';
20
- import './main-f97773b2.js';
20
+ import './main-754d4992.js';
21
21
  import './iconBase-ccc56b97.js';
22
22
  import 'react-bootstrap';
23
- import './index-f0fc23eb.js';
24
- import './events-6c3a7a63.js';
23
+ import './index-5cc7b406.js';
25
24
  import 'next/router';
26
25
  import './util-8ed16d48.js';
27
26
  import './Beam.js';