@mjhls/mjh-framework 1.0.880-beta.0 → 1.0.881-beta.0
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.
- package/README.md +1 -1
- package/dist/cjs/AlgoliaSearch.js +38 -37
- package/dist/cjs/ArticleCarousel.js +2 -1
- package/dist/cjs/ArticleProgramLandingPage.js +4 -3
- package/dist/cjs/ArticleSeriesLandingPage.js +8 -1
- package/dist/cjs/ArticleSeriesListing.js +2 -1
- package/dist/cjs/Auth.js +6 -6
- package/dist/cjs/{BlockContent-9c6b07ad.js → BlockContent-091a991f.js} +2 -2
- package/dist/cjs/ConferenceArticleCard.js +3 -2
- package/dist/cjs/DeckContent.js +5 -4
- package/dist/cjs/DeckQueue.js +285 -5
- package/dist/cjs/EventsDeck.js +11 -11
- package/dist/cjs/ExternalResources.js +7 -6
- package/dist/cjs/Feature.js +3 -2
- package/dist/cjs/ForbesHero.js +7 -6
- package/dist/cjs/GridContent.js +16 -15
- package/dist/cjs/GridHero.js +7 -6
- package/dist/cjs/GroupDeck.js +7 -6
- package/dist/cjs/Hero.js +3 -2
- package/dist/cjs/HorizontalArticleListing.js +4 -3
- package/dist/cjs/HorizontalHero.js +3 -2
- package/dist/cjs/IssueContentDeck.js +8 -7
- package/dist/cjs/IssueDeck.js +6 -5
- package/dist/cjs/IssueLanding.js +7 -4
- package/dist/cjs/MasterDeck.js +550 -35
- package/dist/cjs/MediaSeriesLanding.js +269 -266
- package/dist/cjs/OncliveHero.js +3 -2
- package/dist/cjs/OncliveLargeHero.js +10 -9
- package/dist/cjs/{Pagination-9cb60fba.js → Pagination-d6a59f99.js} +3 -2
- package/dist/cjs/PartnerDetailListing.js +10 -7
- package/dist/cjs/PubSection.js +5 -2
- package/dist/cjs/PublicationDeck.js +6 -5
- package/dist/cjs/PublicationLanding.js +3 -3
- package/dist/cjs/QueueDeckExpanded.js +1547 -43
- package/dist/cjs/RelatedContent.js +5 -4
- package/dist/cjs/SeriesListingDeck.js +3 -2
- package/dist/cjs/{SeriesSlider-ec146338.js → SeriesSlider-49b81b0b.js} +6 -6
- package/dist/cjs/TaxonomyCard.js +6 -5
- package/dist/cjs/TaxonomyDescription.js +4 -3
- package/dist/cjs/ThumbnailCard.js +5 -4
- package/dist/cjs/VerticalHero.js +3 -2
- package/dist/cjs/VideoProgramLandingPage.js +4 -3
- package/dist/cjs/VideoSeriesCard.js +5 -4
- package/dist/cjs/VideoSeriesLandingPage.js +9 -4
- package/dist/cjs/VideoSeriesListing.js +2 -1
- package/dist/cjs/View.js +12 -11
- package/dist/cjs/YahooHero.js +6 -5
- package/dist/cjs/YoutubeGroup.js +10 -9
- package/dist/cjs/getRelatedArticle.js +6 -6
- package/dist/cjs/getSerializers.js +4 -3
- package/dist/cjs/{urlFor-3a61226f.js → index-be0c82be.js} +1 -58
- package/dist/cjs/{index-17c6af5a.js → index-bf60a71c.js} +99 -72
- package/dist/cjs/index.js +11 -10
- package/dist/cjs/urlFor.js +57 -3
- package/dist/esm/AlgoliaSearch.js +2 -1
- package/dist/esm/ArticleCarousel.js +2 -1
- package/dist/esm/ArticleProgramLandingPage.js +4 -3
- package/dist/esm/ArticleSeriesLandingPage.js +8 -1
- package/dist/esm/ArticleSeriesListing.js +2 -1
- package/dist/esm/{BlockContent-f4515898.js → BlockContent-e9b4ddcf.js} +1 -1
- package/dist/esm/ConferenceArticleCard.js +2 -1
- package/dist/esm/DeckContent.js +2 -1
- package/dist/esm/DeckQueue.js +282 -2
- package/dist/esm/EventsDeck.js +1 -1
- package/dist/esm/ExternalResources.js +4 -3
- package/dist/esm/Feature.js +2 -1
- package/dist/esm/ForbesHero.js +2 -1
- package/dist/esm/GridContent.js +2 -1
- package/dist/esm/GridHero.js +2 -1
- package/dist/esm/GroupDeck.js +2 -1
- package/dist/esm/Hero.js +2 -1
- package/dist/esm/HorizontalArticleListing.js +4 -3
- package/dist/esm/HorizontalHero.js +2 -1
- package/dist/esm/IssueContentDeck.js +2 -1
- package/dist/esm/IssueDeck.js +2 -1
- package/dist/esm/IssueLanding.js +7 -4
- package/dist/esm/MasterDeck.js +550 -35
- package/dist/esm/MediaSeriesLanding.js +8 -5
- package/dist/esm/OncliveHero.js +2 -1
- package/dist/esm/OncliveLargeHero.js +2 -1
- package/dist/esm/{Pagination-256b60e5.js → Pagination-f7c4c5ae.js} +3 -2
- package/dist/esm/PartnerDetailListing.js +7 -4
- package/dist/esm/PubSection.js +5 -2
- package/dist/esm/PublicationDeck.js +2 -1
- package/dist/esm/QueueDeckExpanded.js +1533 -29
- package/dist/esm/RelatedContent.js +2 -1
- package/dist/esm/SeriesListingDeck.js +3 -2
- package/dist/esm/{SeriesSlider-d6561e33.js → SeriesSlider-ce19fa25.js} +1 -1
- package/dist/esm/TaxonomyCard.js +3 -2
- package/dist/esm/TaxonomyDescription.js +4 -3
- package/dist/esm/ThumbnailCard.js +2 -1
- package/dist/esm/VerticalHero.js +2 -1
- package/dist/esm/VideoProgramLandingPage.js +4 -3
- package/dist/esm/VideoSeriesCard.js +2 -1
- package/dist/esm/VideoSeriesLandingPage.js +8 -3
- package/dist/esm/VideoSeriesListing.js +2 -1
- package/dist/esm/View.js +5 -4
- package/dist/esm/YahooHero.js +2 -1
- package/dist/esm/YoutubeGroup.js +2 -1
- package/dist/esm/getSerializers.js +4 -3
- package/dist/esm/{urlFor-23b2244b.js → index-73819142.js} +1 -58
- package/dist/esm/{index-a35a5c39.js → index-e495ac6f.js} +40 -13
- package/dist/esm/index.js +8 -7
- package/dist/esm/urlFor.js +60 -2
- package/package.json +1 -1
|
@@ -24,9 +24,12 @@ import 'next/router';
|
|
|
24
24
|
import './isSymbol-1981418f.js';
|
|
25
25
|
import './debounce-9207d8ee.js';
|
|
26
26
|
import './toNumber-2f7a84cd.js';
|
|
27
|
+
import './index.es-29c1cef5.js';
|
|
27
28
|
import ReactDOM from 'react-dom';
|
|
29
|
+
import './visibility-sensor-72fd8f8b.js';
|
|
28
30
|
import { _ as _slicedToArray } from './slicedToArray-67a08c9c.js';
|
|
29
|
-
import
|
|
31
|
+
import './index-73819142.js';
|
|
32
|
+
import urlFor from './urlFor.js';
|
|
30
33
|
import { L as LazyLoad } from './index-5f7e79e7.js';
|
|
31
34
|
import './main-c0612122.js';
|
|
32
35
|
import './entities-7cc3bf45.js';
|
|
@@ -39,15 +42,16 @@ import './ADInfeed-0c13c803.js';
|
|
|
39
42
|
import './lodash-17fdfebb.js';
|
|
40
43
|
import './ADlgInfeed-e4e2031a.js';
|
|
41
44
|
import 'react-bootstrap/Button';
|
|
42
|
-
import
|
|
45
|
+
import 'react-bootstrap/Spinner';
|
|
46
|
+
import './Pagination-f7c4c5ae.js';
|
|
47
|
+
import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
|
|
43
48
|
import './index-c7e2ac95.js';
|
|
44
49
|
import './smoothscroll-0cd4c7a6.js';
|
|
45
50
|
import './GroupDeck.js';
|
|
46
51
|
import 'react-bootstrap';
|
|
47
|
-
import './Pagination-256b60e5.js';
|
|
48
52
|
import './iconBase-602d52fe.js';
|
|
49
53
|
import './index.esm-29e48d38.js';
|
|
50
|
-
import { g as getSerializers } from './index-
|
|
54
|
+
import { g as getSerializers } from './index-e495ac6f.js';
|
|
51
55
|
import './util-7700fc59.js';
|
|
52
56
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
53
57
|
import 'next/head';
|
|
@@ -59,7 +63,6 @@ import 'react-bootstrap/Figure';
|
|
|
59
63
|
import 'react-bootstrap/OverlayTrigger';
|
|
60
64
|
import 'react-bootstrap/Tooltip';
|
|
61
65
|
import 'react-bootstrap/Popover';
|
|
62
|
-
import 'react-bootstrap/Spinner';
|
|
63
66
|
import MasterDeck from './MasterDeck.js';
|
|
64
67
|
import { _ as _defineProperty } from './defineProperty-d7d9b577.js';
|
|
65
68
|
import { _ as _objectWithoutPropertiesLoose$1, a as _extends$1, c as classnames } from './index-aaa2dae0.js';
|
package/dist/esm/OncliveHero.js
CHANGED
|
@@ -4,7 +4,8 @@ import './web.dom.iterable-f8f967cd.js';
|
|
|
4
4
|
import React__default from 'react';
|
|
5
5
|
import { m as moment } from './moment-e2f9b20c.js';
|
|
6
6
|
import './slicedToArray-67a08c9c.js';
|
|
7
|
-
import
|
|
7
|
+
import './index-73819142.js';
|
|
8
|
+
import urlFor from './urlFor.js';
|
|
8
9
|
import './iconBase-602d52fe.js';
|
|
9
10
|
import 'react-bootstrap/Badge';
|
|
10
11
|
import './index.esm-cf08bf18.js';
|
|
@@ -6,7 +6,8 @@ import 'prop-types';
|
|
|
6
6
|
import { m as moment } from './moment-e2f9b20c.js';
|
|
7
7
|
import 'react-dom';
|
|
8
8
|
import './slicedToArray-67a08c9c.js';
|
|
9
|
-
import
|
|
9
|
+
import './index-73819142.js';
|
|
10
|
+
import urlFor from './urlFor.js';
|
|
10
11
|
import { L as LazyLoad } from './index-5f7e79e7.js';
|
|
11
12
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
12
13
|
import { A as AuthorComponent } from './AuthorComponent-e6f95c2f.js';
|
|
@@ -15,7 +15,8 @@ var Pagination = function Pagination(props) {
|
|
|
15
15
|
marginPagesDisplayed = _props$marginPagesDis === undefined ? 1 : _props$marginPagesDis,
|
|
16
16
|
_props$pageRangeDispl = props.pageRangeDisplayed,
|
|
17
17
|
pageRangeDisplayed = _props$pageRangeDispl === undefined ? 5 : _props$pageRangeDispl,
|
|
18
|
-
|
|
18
|
+
_props$currentPage = props.currentPage,
|
|
19
|
+
currentPage = _props$currentPage === undefined ? 1 : _props$currentPage,
|
|
19
20
|
_props$disableInitial = props.disableInitialCallback,
|
|
20
21
|
disableInitialCallback = _props$disableInitial === undefined ? true : _props$disableInitial,
|
|
21
22
|
_onPageChange = props.onPageChange;
|
|
@@ -28,7 +29,7 @@ var Pagination = function Pagination(props) {
|
|
|
28
29
|
pageCount: pageCount,
|
|
29
30
|
marginPagesDisplayed: marginPagesDisplayed,
|
|
30
31
|
pageRangeDisplayed: pageRangeDisplayed,
|
|
31
|
-
|
|
32
|
+
forcePage: currentPage - 1,
|
|
32
33
|
disableInitialCallback: disableInitialCallback,
|
|
33
34
|
onPageChange: function onPageChange(_ref) {
|
|
34
35
|
var selected = _ref.selected;
|
|
@@ -23,9 +23,12 @@ import 'next/router';
|
|
|
23
23
|
import './isSymbol-1981418f.js';
|
|
24
24
|
import './debounce-9207d8ee.js';
|
|
25
25
|
import './toNumber-2f7a84cd.js';
|
|
26
|
+
import './index.es-29c1cef5.js';
|
|
26
27
|
import 'react-dom';
|
|
28
|
+
import './visibility-sensor-72fd8f8b.js';
|
|
27
29
|
import { _ as _slicedToArray } from './slicedToArray-67a08c9c.js';
|
|
28
|
-
import
|
|
30
|
+
import './index-73819142.js';
|
|
31
|
+
import urlFor from './urlFor.js';
|
|
29
32
|
import './index-5f7e79e7.js';
|
|
30
33
|
import './main-c0612122.js';
|
|
31
34
|
import './entities-7cc3bf45.js';
|
|
@@ -40,18 +43,18 @@ import './ADlgInfeed-e4e2031a.js';
|
|
|
40
43
|
import './getContentCategory-15dcc413.js';
|
|
41
44
|
import './AuthorComponent-e6f95c2f.js';
|
|
42
45
|
import 'react-bootstrap/Button';
|
|
43
|
-
import
|
|
46
|
+
import './Pagination-f7c4c5ae.js';
|
|
47
|
+
import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
|
|
44
48
|
import { r as reactSocialIcons_1 } from './react-social-icons-a7d5c5c7.js';
|
|
45
49
|
import './index-c7e2ac95.js';
|
|
46
50
|
import { s as smoothscroll } from './smoothscroll-0cd4c7a6.js';
|
|
47
51
|
import './GroupDeck.js';
|
|
48
52
|
import 'react-bootstrap';
|
|
49
53
|
import './timeDifferenceCalc.js';
|
|
50
|
-
import './Pagination-256b60e5.js';
|
|
51
54
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
52
55
|
import './iconBase-602d52fe.js';
|
|
53
56
|
import './index.esm-29e48d38.js';
|
|
54
|
-
import { g as getSerializers } from './index-
|
|
57
|
+
import { g as getSerializers } from './index-e495ac6f.js';
|
|
55
58
|
import './util-7700fc59.js';
|
|
56
59
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
57
60
|
import 'next/head';
|
package/dist/esm/PubSection.js
CHANGED
|
@@ -16,9 +16,12 @@ import 'next/router';
|
|
|
16
16
|
import './isSymbol-1981418f.js';
|
|
17
17
|
import './debounce-9207d8ee.js';
|
|
18
18
|
import './toNumber-2f7a84cd.js';
|
|
19
|
+
import './index.es-29c1cef5.js';
|
|
19
20
|
import 'react-dom';
|
|
21
|
+
import './visibility-sensor-72fd8f8b.js';
|
|
20
22
|
import { _ as _slicedToArray } from './slicedToArray-67a08c9c.js';
|
|
21
|
-
import './
|
|
23
|
+
import './index-73819142.js';
|
|
24
|
+
import './urlFor.js';
|
|
22
25
|
import './index-5f7e79e7.js';
|
|
23
26
|
import './main-c0612122.js';
|
|
24
27
|
import './entities-7cc3bf45.js';
|
|
@@ -32,9 +35,9 @@ import './lodash-17fdfebb.js';
|
|
|
32
35
|
import './ADlgInfeed-e4e2031a.js';
|
|
33
36
|
import './getContentCategory-15dcc413.js';
|
|
34
37
|
import './AuthorComponent-e6f95c2f.js';
|
|
38
|
+
import './Pagination-f7c4c5ae.js';
|
|
35
39
|
import 'react-bootstrap';
|
|
36
40
|
import './timeDifferenceCalc.js';
|
|
37
|
-
import './Pagination-256b60e5.js';
|
|
38
41
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
39
42
|
|
|
40
43
|
var _this = undefined;
|
|
@@ -8,7 +8,8 @@ import Col$1 from 'react-bootstrap/Col';
|
|
|
8
8
|
import Card$1 from 'react-bootstrap/Card';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import './slicedToArray-67a08c9c.js';
|
|
11
|
-
import
|
|
11
|
+
import './index-73819142.js';
|
|
12
|
+
import urlFor from './urlFor.js';
|
|
12
13
|
import { L as LazyLoad } from './index-5f7e79e7.js';
|
|
13
14
|
import { l as lodash } from './lodash-17fdfebb.js';
|
|
14
15
|
import Button$1 from 'react-bootstrap/Button';
|