@mjhls/mjh-framework 1.0.731 → 1.0.732
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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# mjh-framework v. 1.0.
|
|
1
|
+
# mjh-framework v. 1.0.732
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
4
4
|
|
|
@@ -1507,7 +1507,7 @@ var QueueDeckExpanded = function QueueDeckExpanded(props) {
|
|
|
1507
1507
|
React__default['default'].createElement(
|
|
1508
1508
|
reactBootstrap.Container,
|
|
1509
1509
|
null,
|
|
1510
|
-
cardLoader(data, builder, mapping, values, seoPaginate, pageview, router, currentPage, setCurrentPage, showPublished, defaultImage, showAuthor, showCategory, rightItems, brandInsightAd, showBI, itemsPerPage, heroContent, lgInfeedAd, showPubInfo, contentCategoryMapping, showTimeDiff, showTaxonomies, showIntro)
|
|
1510
|
+
cardLoader(data, builder, mapping, values, seoPaginate, pageview, router, currentPage, setCurrentPage, showPublished, defaultImage, showAuthor, showCategory, imageHeight, imageWidth, rightItems, brandInsightAd, showBI, itemsPerPage, heroContent, lgInfeedAd, showPubInfo, contentCategoryMapping, showTimeDiff, showTaxonomies, showIntro)
|
|
1511
1511
|
),
|
|
1512
1512
|
React__default['default'].createElement(
|
|
1513
1513
|
'div',
|
|
@@ -1515,6 +1515,7 @@ var QueueDeckExpanded = function QueueDeckExpanded(props) {
|
|
|
1515
1515
|
scrolling ? React__default['default'].createElement(
|
|
1516
1516
|
'button',
|
|
1517
1517
|
{
|
|
1518
|
+
className: 'load-more-btn',
|
|
1518
1519
|
style: { margin: 'auto', width: '100%' },
|
|
1519
1520
|
onClick: function onClick(e) {
|
|
1520
1521
|
loadMore(values, setValues, per);
|
|
@@ -1501,7 +1501,7 @@ var QueueDeckExpanded = function QueueDeckExpanded(props) {
|
|
|
1501
1501
|
React.createElement(
|
|
1502
1502
|
Container,
|
|
1503
1503
|
null,
|
|
1504
|
-
cardLoader(data, builder, mapping, values, seoPaginate, pageview, router, currentPage, setCurrentPage, showPublished, defaultImage, showAuthor, showCategory, rightItems, brandInsightAd, showBI, itemsPerPage, heroContent, lgInfeedAd, showPubInfo, contentCategoryMapping, showTimeDiff, showTaxonomies, showIntro)
|
|
1504
|
+
cardLoader(data, builder, mapping, values, seoPaginate, pageview, router, currentPage, setCurrentPage, showPublished, defaultImage, showAuthor, showCategory, imageHeight, imageWidth, rightItems, brandInsightAd, showBI, itemsPerPage, heroContent, lgInfeedAd, showPubInfo, contentCategoryMapping, showTimeDiff, showTaxonomies, showIntro)
|
|
1505
1505
|
),
|
|
1506
1506
|
React.createElement(
|
|
1507
1507
|
'div',
|
|
@@ -1509,6 +1509,7 @@ var QueueDeckExpanded = function QueueDeckExpanded(props) {
|
|
|
1509
1509
|
scrolling ? React.createElement(
|
|
1510
1510
|
'button',
|
|
1511
1511
|
{
|
|
1512
|
+
className: 'load-more-btn',
|
|
1512
1513
|
style: { margin: 'auto', width: '100%' },
|
|
1513
1514
|
onClick: function onClick(e) {
|
|
1514
1515
|
loadMore(values, setValues, per);
|