@mjhls/mjh-framework 1.0.292 → 1.0.294

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 (44) hide show
  1. package/README.md +171 -171
  2. package/dist/cjs/DeckContent.js +9 -9
  3. package/dist/cjs/DeckQueue.js +1 -1
  4. package/dist/cjs/{Figure-0681dd7d.js → Figure-167c0214.js} +1 -1
  5. package/dist/cjs/{GridContent-02acbd72.js → GridContent-fa2e1b56.js} +2 -2
  6. package/dist/cjs/GridContent.js +2 -2
  7. package/dist/cjs/IssueContentDeck.js +1 -1
  8. package/dist/cjs/IssueDeck.js +1 -1
  9. package/dist/cjs/MasterDeck.js +9 -9
  10. package/dist/cjs/{Normal-7b5f3f4e.js → Normal-61221bc6.js} +62 -647
  11. package/dist/cjs/PublicationDeck.js +1 -1
  12. package/dist/cjs/QueueDeckExpanded.js +1 -1
  13. package/dist/cjs/{TaxonomyCard-cf5bbc07.js → TaxonomyCard-4210753c.js} +104 -3
  14. package/dist/cjs/TaxonomyCard.js +3 -2
  15. package/dist/cjs/TemplateNormal.js +2 -1
  16. package/dist/cjs/ThumbnailCard.js +1 -1
  17. package/dist/cjs/VideoSeriesListing.js +14 -12
  18. package/dist/cjs/{YoutubeGroup-98ffbc57.js → YoutubeGroup-39eba427.js} +4 -4
  19. package/dist/cjs/YoutubeGroup.js +1 -1
  20. package/dist/cjs/{index-39beccb3.js → index-be0c82be.js} +1 -2
  21. package/dist/cjs/index.js +548 -564
  22. package/dist/cjs/react-social-icons-cd0d9d3b.js +614 -0
  23. package/dist/esm/DeckContent.js +9 -9
  24. package/dist/esm/DeckQueue.js +1 -1
  25. package/dist/esm/{Figure-cff72982.js → Figure-9f21ef27.js} +1 -1
  26. package/dist/esm/{GridContent-96716e42.js → GridContent-88ed988c.js} +1 -1
  27. package/dist/esm/GridContent.js +2 -2
  28. package/dist/esm/IssueContentDeck.js +1 -1
  29. package/dist/esm/IssueDeck.js +1 -1
  30. package/dist/esm/MasterDeck.js +9 -9
  31. package/dist/esm/{Normal-3a3b672e.js → Normal-3a537c0a.js} +60 -645
  32. package/dist/esm/PublicationDeck.js +1 -1
  33. package/dist/esm/QueueDeckExpanded.js +1 -1
  34. package/dist/esm/{TaxonomyCard-ee1a22ae.js → TaxonomyCard-1d039949.js} +104 -3
  35. package/dist/esm/TaxonomyCard.js +3 -2
  36. package/dist/esm/TemplateNormal.js +2 -1
  37. package/dist/esm/ThumbnailCard.js +1 -1
  38. package/dist/esm/VideoSeriesListing.js +14 -12
  39. package/dist/esm/{YoutubeGroup-562ed456.js → YoutubeGroup-f59297bb.js} +4 -4
  40. package/dist/esm/YoutubeGroup.js +1 -1
  41. package/dist/esm/{index-3849e3fe.js → index-73819142.js} +1 -2
  42. package/dist/esm/index.js +551 -567
  43. package/dist/esm/react-social-icons-a7d5c5c7.js +609 -0
  44. package/package.json +103 -103
@@ -17,7 +17,7 @@ import { V as VisibilitySensor, m as moment, I as InfiniteScroll } from './visib
17
17
  import 'next/link';
18
18
  import { withRouter } from 'next/router';
19
19
  import 'react-dom';
20
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
20
+ import { i as imageUrlBuilder } from './index-73819142.js';
21
21
  import { L as LazyLoad } from './index-5f9f807a.js';
22
22
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
23
23
  import './slicedToArray-d0a9593a.js';
@@ -164,14 +164,14 @@ var DeckContent = function (_React$Component) {
164
164
  var newPath = pageNumber === 1 ? '' + path : path + '?page=' + pageNumber;
165
165
 
166
166
  // please leave this for later debug purpose : Yong Jun.
167
- /* console.log('page change reported', {
168
- currentPage: currentPage,
169
- pageNumber: pageNumber,
170
- pathname: pathname,
171
- path: path,
172
- newPath: newPath,
173
- firstPage: pageNumber === 1,
174
- queryString: queryString
167
+ /* console.log('page change reported', {
168
+ currentPage: currentPage,
169
+ pageNumber: pageNumber,
170
+ pathname: pathname,
171
+ path: path,
172
+ newPath: newPath,
173
+ firstPage: pageNumber === 1,
174
+ queryString: queryString
175
175
  }) */
176
176
 
177
177
  if (pageview) {
@@ -17,7 +17,7 @@ import { V as VisibilitySensor, m as moment, I as InfiniteScroll } from './visib
17
17
  import 'next/link';
18
18
  import { withRouter } from 'next/router';
19
19
  import 'react-dom';
20
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
20
+ import { i as imageUrlBuilder } from './index-73819142.js';
21
21
  import { L as LazyLoad } from './index-5f9f807a.js';
22
22
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
23
23
  import { g as get_1 } from './get-9c285a85.js';
@@ -3,7 +3,7 @@ import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
4
  import './core.get-iterator-method-31c1fb1a.js';
5
5
  import React__default, { useState } from 'react';
6
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
6
+ import { i as imageUrlBuilder } from './index-73819142.js';
7
7
  import { _ as _slicedToArray } from './slicedToArray-d0a9593a.js';
8
8
  import { Figure as Figure$1 } from 'react-bootstrap';
9
9
 
@@ -11,7 +11,7 @@ import Card from 'react-bootstrap/Card';
11
11
  import { m as moment, V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-336093e1.js';
12
12
  import 'next/link';
13
13
  import { withRouter } from 'next/router';
14
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
14
+ import { i as imageUrlBuilder } from './index-73819142.js';
15
15
  import { L as LazyLoad } from './index-5f9f807a.js';
16
16
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
17
17
  import { A as ADInfeed } from './ADInfeed-ac3ac372.js';
@@ -17,7 +17,7 @@ import './visibility-sensor-336093e1.js';
17
17
  import 'next/link';
18
18
  import 'next/router';
19
19
  import 'react-dom';
20
- import './index-3849e3fe.js';
20
+ import './index-73819142.js';
21
21
  import './index-5f9f807a.js';
22
22
  import './entities-7cc3bf45.js';
23
23
  import './slicedToArray-d0a9593a.js';
@@ -25,4 +25,4 @@ import './AdSlot-03043ffb.js';
25
25
  import './promise-e3480f1c.js';
26
26
  import './ADInfeed-ac3ac372.js';
27
27
  import './get-9c285a85.js';
28
- export { G as default } from './GridContent-96716e42.js';
28
+ export { G as default } from './GridContent-88ed988c.js';
@@ -6,7 +6,7 @@ import Col from 'react-bootstrap/Col';
6
6
  import Card from 'react-bootstrap/Card';
7
7
  import 'next/link';
8
8
  import 'react-dom';
9
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
9
+ import { i as imageUrlBuilder } from './index-73819142.js';
10
10
  import { L as LazyLoad } from './index-5f9f807a.js';
11
11
  import Badge from 'react-bootstrap/Badge';
12
12
 
@@ -6,7 +6,7 @@ import Col from 'react-bootstrap/Col';
6
6
  import Card from 'react-bootstrap/Card';
7
7
  import 'next/link';
8
8
  import 'react-dom';
9
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
9
+ import { i as imageUrlBuilder } from './index-73819142.js';
10
10
  import { L as LazyLoad } from './index-5f9f807a.js';
11
11
  import Button from 'react-bootstrap/Button';
12
12
 
@@ -17,7 +17,7 @@ import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-
17
17
  import 'next/link';
18
18
  import { withRouter } from 'next/router';
19
19
  import 'react-dom';
20
- import './index-3849e3fe.js';
20
+ import './index-73819142.js';
21
21
  import { _ as _Promise } from './promise-e3480f1c.js';
22
22
 
23
23
  var MasterDeck = function (_React$Component) {
@@ -163,14 +163,14 @@ var MasterDeck = function (_React$Component) {
163
163
  var newPath = pageNumber === 1 ? '' + path : path + '?page=' + pageNumber;
164
164
 
165
165
  // please leave this for later debug purpose : Yong Jun.
166
- /* console.log('page change reported', {
167
- currentPage: currentPage,
168
- pageNumber: pageNumber,
169
- pathname: pathname,
170
- path: path,
171
- newPath: newPath,
172
- firstPage: pageNumber === 1,
173
- queryString: queryString
166
+ /* console.log('page change reported', {
167
+ currentPage: currentPage,
168
+ pageNumber: pageNumber,
169
+ pathname: pathname,
170
+ path: path,
171
+ newPath: newPath,
172
+ firstPage: pageNumber === 1,
173
+ queryString: queryString
174
174
  }) */
175
175
 
176
176
  if (pageview) {