@mjhls/mjh-framework 1.0.297 → 1.0.299

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 (36) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/{ADInfeed-6b94763a.js → ADInfeed-b6b230c2.js} +1 -1
  3. package/dist/cjs/{AdSlot-29aee917.js → AdSlot-5d9fdc6a.js} +2 -2
  4. package/dist/cjs/DeckContent.js +10 -10
  5. package/dist/cjs/DeckQueue.js +8 -8
  6. package/dist/cjs/{Dfp-f871551d.js → Dfp-a8b22707.js} +1 -1
  7. package/dist/cjs/{GridContent-888d2bfa.js → GridContent-f09420d8.js} +10 -10
  8. package/dist/cjs/GridContent.js +7 -7
  9. package/dist/cjs/MasterDeck.js +8 -8
  10. package/dist/cjs/{Normal-c3f4eec3.js → Normal-7cc8b477.js} +2 -30
  11. package/dist/cjs/QueueDeckExpanded.js +4 -4
  12. package/dist/cjs/TemplateNormal.js +5 -5
  13. package/dist/cjs/VideoSeriesListing.js +7 -7
  14. package/dist/cjs/{debounce-ba3eaee2.js → debounce-481f4457.js} +1 -0
  15. package/dist/cjs/{get-de2660c3.js → get-244e60f6.js} +1 -1
  16. package/dist/cjs/index.js +25666 -93
  17. package/dist/cjs/{inherits-663e8f74.js → inherits-1809c2b2.js} +1 -2
  18. package/dist/cjs/{promise-2c453658.js → promise-80462e68.js} +1 -1
  19. package/dist/esm/{ADInfeed-94f767ec.js → ADInfeed-f9eec740.js} +1 -1
  20. package/dist/esm/{AdSlot-3d2ecc87.js → AdSlot-8eb6ead1.js} +2 -2
  21. package/dist/esm/DeckContent.js +5 -5
  22. package/dist/esm/DeckQueue.js +3 -3
  23. package/dist/esm/{Dfp-d2d43384.js → Dfp-5bf6f49a.js} +1 -1
  24. package/dist/esm/{GridContent-ce2f615a.js → GridContent-dfd2c3e1.js} +5 -5
  25. package/dist/esm/GridContent.js +7 -7
  26. package/dist/esm/MasterDeck.js +3 -3
  27. package/dist/esm/{Normal-0bf73d75.js → Normal-109b37d4.js} +2 -30
  28. package/dist/esm/QueueDeckExpanded.js +4 -4
  29. package/dist/esm/TemplateNormal.js +5 -5
  30. package/dist/esm/VideoSeriesListing.js +2 -2
  31. package/dist/esm/{debounce-93ab8f80.js → debounce-348918fc.js} +1 -1
  32. package/dist/esm/{get-9c285a85.js → get-92cb9c81.js} +1 -1
  33. package/dist/esm/index.js +25675 -103
  34. package/dist/esm/{inherits-4cae443b.js → inherits-0e4a08b9.js} +2 -2
  35. package/dist/esm/{promise-e3480f1c.js → promise-d0f024ef.js} +1 -1
  36. package/package.json +6 -2
@@ -3,7 +3,7 @@
3
3
  var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
4
4
  var _toObject = require('./_to-object-329a650b.js');
5
5
  var web_dom_iterable = require('./web.dom.iterable-0998bdc3.js');
6
- var debounce = require('./debounce-ba3eaee2.js');
6
+ var debounce = require('./debounce-481f4457.js');
7
7
  var _extends$2 = require('./extends-e94dbea5.js');
8
8
 
9
9
  // most Object methods by ES6 should accept primitives
@@ -646,4 +646,3 @@ exports._createClass = _createClass;
646
646
  exports._inherits = _inherits;
647
647
  exports._objectSap = _objectSap;
648
648
  exports._possibleConstructorReturn = _possibleConstructorReturn;
649
- exports.defineProperty = defineProperty$1;
@@ -3,7 +3,7 @@
3
3
  var _commonjsHelpers = require('./_commonjsHelpers-06173234.js');
4
4
  var _toObject = require('./_to-object-329a650b.js');
5
5
  var web_dom_iterable = require('./web.dom.iterable-0998bdc3.js');
6
- var debounce = require('./debounce-ba3eaee2.js');
6
+ var debounce = require('./debounce-481f4457.js');
7
7
  var main = require('./main-0ea1b808.js');
8
8
  var core_getIteratorMethod = require('./core.get-iterator-method-e049ca4a.js');
9
9
 
@@ -1,6 +1,6 @@
1
1
  import React__default from 'react';
2
2
  import Card from 'react-bootstrap/Card';
3
- import { D as DFPAdSlot } from './AdSlot-3d2ecc87.js';
3
+ import { D as DFPAdSlot } from './AdSlot-8eb6ead1.js';
4
4
 
5
5
  var ADInfeed = function ADInfeed(_ref) {
6
6
  var index = _ref.index,
@@ -1,11 +1,11 @@
1
1
  import { u as unwrapExports, c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
2
2
  import { b as _core } from './_to-object-b9b796ec.js';
3
- import { d as debounce_1, e as lib_2 } from './debounce-93ab8f80.js';
3
+ import { d as debounce_1, e as lib_2 } from './debounce-348918fc.js';
4
4
  import { a as main_16 } from './main-155ec04f.js';
5
5
  import React__default, { useState } from 'react';
6
6
  import PropTypes from 'prop-types';
7
7
  import { _ as _slicedToArray } from './slicedToArray-d1db3163.js';
8
- import { p as promise } from './promise-e3480f1c.js';
8
+ import { p as promise } from './promise-d0f024ef.js';
9
9
 
10
10
  var $JSON = _core.JSON || (_core.JSON = { stringify: JSON.stringify });
11
11
  var stringify = function stringify(it) { // eslint-disable-line no-unused-vars
@@ -1,12 +1,12 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import { d as debounce_1, l as lib_3 } from './debounce-93ab8f80.js';
4
+ import { d as debounce_1, l as lib_3 } from './debounce-348918fc.js';
5
5
  import { m as main_36 } from './main-155ec04f.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-eb308ede.js';
7
7
  import './core.get-iterator-method-31c1fb1a.js';
8
8
  import { _ as _extends } from './extends-dbbe308d.js';
9
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4cae443b.js';
9
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-0e4a08b9.js';
10
10
  import React__default from 'react';
11
11
  import 'prop-types';
12
12
  import Container from 'react-bootstrap/Container';
@@ -21,9 +21,9 @@ import { i as imageUrlBuilder } from './index-3849e3fe.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-d1db3163.js';
24
- import './AdSlot-3d2ecc87.js';
25
- import './promise-e3480f1c.js';
26
- import { A as ADInfeed } from './ADInfeed-94f767ec.js';
24
+ import './AdSlot-8eb6ead1.js';
25
+ import './promise-d0f024ef.js';
26
+ import { A as ADInfeed } from './ADInfeed-f9eec740.js';
27
27
 
28
28
  var DeckContent = function (_React$Component) {
29
29
  _inherits(DeckContent, _React$Component);
@@ -1,12 +1,12 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import { d as debounce_1, l as lib_3 } from './debounce-93ab8f80.js';
4
+ import { d as debounce_1, l as lib_3 } from './debounce-348918fc.js';
5
5
  import { m as main_36 } from './main-155ec04f.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-eb308ede.js';
7
7
  import './core.get-iterator-method-31c1fb1a.js';
8
8
  import { _ as _extends } from './extends-dbbe308d.js';
9
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4cae443b.js';
9
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-0e4a08b9.js';
10
10
  import React__default from 'react';
11
11
  import 'prop-types';
12
12
  import Container from 'react-bootstrap/Container';
@@ -20,7 +20,7 @@ import 'react-dom';
20
20
  import { i as imageUrlBuilder } from './index-3849e3fe.js';
21
21
  import { L as LazyLoad } from './index-5f9f807a.js';
22
22
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
23
- import { g as get_1 } from './get-9c285a85.js';
23
+ import { g as get_1 } from './get-92cb9c81.js';
24
24
 
25
25
  var DeckQueue = function (_React$Component) {
26
26
  _inherits(DeckQueue, _React$Component);
@@ -1,7 +1,7 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import { d as debounce_1, a as lib_1, e as lib_2 } from './debounce-93ab8f80.js';
4
+ import { d as debounce_1, a as lib_1, e as lib_2 } from './debounce-348918fc.js';
5
5
  import './core.get-iterator-method-31c1fb1a.js';
6
6
  import React__default, { useState } from 'react';
7
7
  import PropTypes from 'prop-types';
@@ -1,8 +1,8 @@
1
- import { d as debounce_1, l as lib_3 } from './debounce-93ab8f80.js';
1
+ import { d as debounce_1, l as lib_3 } from './debounce-348918fc.js';
2
2
  import { m as main_36 } from './main-155ec04f.js';
3
3
  import { _ as _toConsumableArray } from './toConsumableArray-eb308ede.js';
4
4
  import { _ as _extends } from './extends-dbbe308d.js';
5
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4cae443b.js';
5
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-0e4a08b9.js';
6
6
  import React__default, { Suspense } from 'react';
7
7
  import Container from 'react-bootstrap/Container';
8
8
  import Row from 'react-bootstrap/Row';
@@ -14,11 +14,11 @@ import { withRouter } from 'next/router';
14
14
  import { i as imageUrlBuilder } from './index-3849e3fe.js';
15
15
  import { L as LazyLoad } from './index-5f9f807a.js';
16
16
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
17
- import { A as ADInfeed } from './ADInfeed-94f767ec.js';
18
- import { g as get_1 } from './get-9c285a85.js';
17
+ import { A as ADInfeed } from './ADInfeed-f9eec740.js';
18
+ import { g as get_1 } from './get-92cb9c81.js';
19
19
 
20
20
  var Dfp = React__default.lazy(function () {
21
- return import('./Dfp-d2d43384.js');
21
+ return import('./Dfp-5bf6f49a.js');
22
22
  });
23
23
 
24
24
  var AD = function AD(props) {
@@ -1,12 +1,12 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import './debounce-93ab8f80.js';
4
+ import './debounce-348918fc.js';
5
5
  import './main-155ec04f.js';
6
6
  import './toConsumableArray-eb308ede.js';
7
7
  import './core.get-iterator-method-31c1fb1a.js';
8
8
  import './extends-dbbe308d.js';
9
- import './inherits-4cae443b.js';
9
+ import './inherits-0e4a08b9.js';
10
10
  import 'react';
11
11
  import 'prop-types';
12
12
  import 'react-bootstrap/Container';
@@ -21,8 +21,8 @@ import './index-3849e3fe.js';
21
21
  import './index-5f9f807a.js';
22
22
  import './entities-7cc3bf45.js';
23
23
  import './slicedToArray-d1db3163.js';
24
- import './AdSlot-3d2ecc87.js';
25
- import './promise-e3480f1c.js';
26
- import './ADInfeed-94f767ec.js';
27
- import './get-9c285a85.js';
28
- export { G as default } from './GridContent-ce2f615a.js';
24
+ import './AdSlot-8eb6ead1.js';
25
+ import './promise-d0f024ef.js';
26
+ import './ADInfeed-f9eec740.js';
27
+ import './get-92cb9c81.js';
28
+ export { G as default } from './GridContent-dfd2c3e1.js';
@@ -1,12 +1,12 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import { d as debounce_1, l as lib_3 } from './debounce-93ab8f80.js';
4
+ import { d as debounce_1, l as lib_3 } from './debounce-348918fc.js';
5
5
  import { m as main_36 } from './main-155ec04f.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-eb308ede.js';
7
7
  import './core.get-iterator-method-31c1fb1a.js';
8
8
  import { _ as _extends } from './extends-dbbe308d.js';
9
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4cae443b.js';
9
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-0e4a08b9.js';
10
10
  import React__default from 'react';
11
11
  import 'prop-types';
12
12
  import Container from 'react-bootstrap/Container';
@@ -18,7 +18,7 @@ import 'next/link';
18
18
  import { withRouter } from 'next/router';
19
19
  import 'react-dom';
20
20
  import './index-3849e3fe.js';
21
- import { _ as _Promise } from './promise-e3480f1c.js';
21
+ import { _ as _Promise } from './promise-d0f024ef.js';
22
22
 
23
23
  var MasterDeck = function (_React$Component) {
24
24
  _inherits(MasterDeck, _React$Component);
@@ -5,8 +5,8 @@ import Row from 'react-bootstrap/Row';
5
5
  import Col from 'react-bootstrap/Col';
6
6
  import Link from 'next/link';
7
7
  import { _ as _slicedToArray } from './slicedToArray-d1db3163.js';
8
- import { D as DFPAdSlot } from './AdSlot-3d2ecc87.js';
9
- import { g as get_1 } from './get-9c285a85.js';
8
+ import { D as DFPAdSlot } from './AdSlot-8eb6ead1.js';
9
+ import { g as get_1 } from './get-92cb9c81.js';
10
10
  import { r as reactSocialIcons_1 } from './react-social-icons-a7d5c5c7.js';
11
11
  import { Dropdown } from 'react-bootstrap';
12
12
  import { G as GenIcon, b as IoMdLogIn, c as IoIosHome } from './index.esm-536609db.js';
@@ -862,34 +862,6 @@ var NavMagazine = function NavMagazine(props) {
862
862
  React__default.createElement(
863
863
  Nav,
864
864
  { className: 'mr-auto' },
865
- showLogin && userChecked && userLoggedIn && React__default.createElement(
866
- React__default.Fragment,
867
- null,
868
- React__default.createElement(
869
- 'a',
870
- { key: 'mobile-profile', href: '/auth/profile', className: 'nav-link' },
871
- 'Profile'
872
- ),
873
- React__default.createElement(
874
- 'a',
875
- { key: 'mobile-logout', href: '/api/auth/logout', className: 'nav-link' },
876
- 'Log Out'
877
- )
878
- ),
879
- showLogin && userChecked && !userLoggedIn && React__default.createElement(
880
- React__default.Fragment,
881
- null,
882
- React__default.createElement(
883
- 'a',
884
- { key: 'mobile-signup', href: '/auth/signup', className: 'nav-link' },
885
- 'Sign Up'
886
- ),
887
- React__default.createElement(
888
- 'a',
889
- { key: 'mobile-login', href: '/auth/login', className: 'nav-link' },
890
- 'Log In'
891
- )
892
- ),
893
865
  subNav && subNav.map(function (row, index) {
894
866
  if (row.subQuery && row.subQuery.length > 0) {
895
867
  return row.name ? React__default.createElement(
@@ -1,7 +1,7 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import { l as lib_3 } from './debounce-93ab8f80.js';
4
+ import { l as lib_3 } from './debounce-348918fc.js';
5
5
  import { m as main_36 } from './main-155ec04f.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-eb308ede.js';
7
7
  import './core.get-iterator-method-31c1fb1a.js';
@@ -17,9 +17,9 @@ import { i as imageUrlBuilder } from './index-3849e3fe.js';
17
17
  import { L as LazyLoad } from './index-5f9f807a.js';
18
18
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
19
19
  import { _ as _slicedToArray } from './slicedToArray-d1db3163.js';
20
- import './AdSlot-3d2ecc87.js';
21
- import './promise-e3480f1c.js';
22
- import { A as ADInfeed } from './ADInfeed-94f767ec.js';
20
+ import './AdSlot-8eb6ead1.js';
21
+ import './promise-d0f024ef.js';
22
+ import { A as ADInfeed } from './ADInfeed-f9eec740.js';
23
23
  import { Container, Media } from 'react-bootstrap';
24
24
 
25
25
  var urlFor = function urlFor(source, builder) {
@@ -1,7 +1,7 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import './debounce-93ab8f80.js';
4
+ import './debounce-348918fc.js';
5
5
  import './main-155ec04f.js';
6
6
  import './core.get-iterator-method-31c1fb1a.js';
7
7
  import 'react';
@@ -11,14 +11,14 @@ import 'react-bootstrap/Row';
11
11
  import 'react-bootstrap/Col';
12
12
  import 'next/link';
13
13
  import './slicedToArray-d1db3163.js';
14
- import './AdSlot-3d2ecc87.js';
15
- import './promise-e3480f1c.js';
16
- import './get-9c285a85.js';
14
+ import './AdSlot-8eb6ead1.js';
15
+ import './promise-d0f024ef.js';
16
+ import './get-92cb9c81.js';
17
17
  import './react-social-icons-a7d5c5c7.js';
18
18
  import 'react-bootstrap';
19
19
  import './index.esm-536609db.js';
20
20
  import 'react-bootstrap/Button';
21
- export { T as default } from './Normal-0bf73d75.js';
21
+ export { T as default } from './Normal-109b37d4.js';
22
22
  import 'react-bootstrap/ListGroup';
23
23
  import 'next/head';
24
24
  import 'react-bootstrap/Nav';
@@ -1,9 +1,9 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-3be50d6c.js';
4
- import { d as debounce_1, l as lib_3 } from './debounce-93ab8f80.js';
4
+ import { d as debounce_1, l as lib_3 } from './debounce-348918fc.js';
5
5
  import { _ as _extends } from './extends-dbbe308d.js';
6
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4cae443b.js';
6
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-0e4a08b9.js';
7
7
  import React__default from 'react';
8
8
  import 'prop-types';
9
9
  import Container from 'react-bootstrap/Container';
@@ -2130,4 +2130,4 @@ function debounce(func, wait, options) {
2130
2130
 
2131
2131
  var debounce_1 = debounce;
2132
2132
 
2133
- export { _baseGetTag as _, lib_1 as a, _root as b, _freeGlobal as c, debounce_1 as d, lib_2 as e, _library as f, isSymbol_1 as g, isObject_1 as h, isObjectLike_1 as i, _Symbol as j, lib_3 as l, toNumber_1 as t };
2133
+ export { EventEmitter as E, _baseGetTag as _, lib_1 as a, _root as b, _freeGlobal as c, debounce_1 as d, lib_2 as e, _library as f, isSymbol_1 as g, isObject_1 as h, isObjectLike_1 as i, _Symbol as j, lib_3 as l, toNumber_1 as t };
@@ -1,4 +1,4 @@
1
- import { g as isSymbol_1, h as isObject_1, _ as _baseGetTag, b as _root, j as _Symbol } from './debounce-93ab8f80.js';
1
+ import { g as isSymbol_1, h as isObject_1, _ as _baseGetTag, b as _root, j as _Symbol } from './debounce-348918fc.js';
2
2
 
3
3
  /**
4
4
  * Checks if `value` is classified as an `Array` object.