@mjhls/mjh-framework 1.0.324 → 1.0.326

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 (30) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/DeckContent.js +2 -2
  3. package/dist/cjs/DeckQueue.js +2 -2
  4. package/dist/cjs/{GridContent-139bbe70.js → GridContent-9f212ec5.js} +2 -2
  5. package/dist/cjs/GridContent.js +3 -3
  6. package/dist/cjs/MasterDeck.js +2 -2
  7. package/dist/cjs/{Normal-e7423a52.js → Normal-c85aee96.js} +3 -1
  8. package/dist/cjs/QueueDeckExpanded.js +1 -1
  9. package/dist/cjs/{TaxonomyCard-d8eed035.js → TaxonomyCard-e36602e8.js} +1 -1
  10. package/dist/cjs/TaxonomyCard.js +2 -2
  11. package/dist/cjs/TemplateNormal.js +1 -1
  12. package/dist/cjs/VideoSeriesListing.js +2 -2
  13. package/dist/cjs/{extends-e94dbea5.js → extends-4c2285ff.js} +2 -1
  14. package/dist/cjs/index.js +242 -261
  15. package/dist/cjs/{inherits-37d5840f.js → inherits-7548e3e8.js} +1 -1
  16. package/dist/esm/DeckContent.js +2 -2
  17. package/dist/esm/DeckQueue.js +2 -2
  18. package/dist/esm/{GridContent-ceb53300.js → GridContent-13be42a1.js} +2 -2
  19. package/dist/esm/GridContent.js +3 -3
  20. package/dist/esm/MasterDeck.js +2 -2
  21. package/dist/esm/{Normal-ff7a10ab.js → Normal-cbddc3c0.js} +3 -1
  22. package/dist/esm/QueueDeckExpanded.js +1 -1
  23. package/dist/esm/{TaxonomyCard-35127639.js → TaxonomyCard-89325080.js} +1 -1
  24. package/dist/esm/TaxonomyCard.js +2 -2
  25. package/dist/esm/TemplateNormal.js +1 -1
  26. package/dist/esm/VideoSeriesListing.js +2 -2
  27. package/dist/esm/{extends-dbbe308d.js → extends-26d3b609.js} +2 -2
  28. package/dist/esm/index.js +244 -263
  29. package/dist/esm/{inherits-cb536901.js → inherits-4b85034c.js} +1 -1
  30. package/package.json +1 -1
@@ -4,7 +4,7 @@ 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-8b02d65e.js');
6
6
  var debounce = require('./debounce-528ad412.js');
7
- var _extends$2 = require('./extends-e94dbea5.js');
7
+ var _extends$2 = require('./extends-4c2285ff.js');
8
8
 
9
9
  // most Object methods by ES6 should accept primitives
10
10
 
@@ -4,8 +4,8 @@ import './web.dom.iterable-7e9bebf9.js';
4
4
  import { d as debounce_1, l as lib_3 } from './debounce-702eb224.js';
5
5
  import { m as main_39 } from './main-cb86f95d.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-2718dc16.js';
7
- import { _ as _extends } from './extends-dbbe308d.js';
8
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-cb536901.js';
7
+ import { _ as _extends } from './extends-26d3b609.js';
8
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4b85034c.js';
9
9
  import React__default from 'react';
10
10
  import 'prop-types';
11
11
  import Container from 'react-bootstrap/Container';
@@ -4,8 +4,8 @@ import './web.dom.iterable-7e9bebf9.js';
4
4
  import { d as debounce_1, l as lib_3 } from './debounce-702eb224.js';
5
5
  import { m as main_39 } from './main-cb86f95d.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-2718dc16.js';
7
- import { _ as _extends } from './extends-dbbe308d.js';
8
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-cb536901.js';
7
+ import { _ as _extends } from './extends-26d3b609.js';
8
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4b85034c.js';
9
9
  import React__default from 'react';
10
10
  import 'prop-types';
11
11
  import Container from 'react-bootstrap/Container';
@@ -1,8 +1,8 @@
1
1
  import { d as debounce_1, l as lib_3 } from './debounce-702eb224.js';
2
2
  import { m as main_39 } from './main-cb86f95d.js';
3
3
  import { _ as _toConsumableArray } from './toConsumableArray-2718dc16.js';
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-cb536901.js';
4
+ import { _ as _extends } from './extends-26d3b609.js';
5
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4b85034c.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';
@@ -4,8 +4,8 @@ import './web.dom.iterable-7e9bebf9.js';
4
4
  import './debounce-702eb224.js';
5
5
  import './main-cb86f95d.js';
6
6
  import './toConsumableArray-2718dc16.js';
7
- import './extends-dbbe308d.js';
8
- import './inherits-cb536901.js';
7
+ import './extends-26d3b609.js';
8
+ import './inherits-4b85034c.js';
9
9
  import 'react';
10
10
  import 'prop-types';
11
11
  import 'react-bootstrap/Container';
@@ -24,4 +24,4 @@ import './AdSlot-8946358f.js';
24
24
  import './promise-86cb8313.js';
25
25
  import './ADInfeed-aadcfc25.js';
26
26
  import './get-36d03764.js';
27
- export { G as default } from './GridContent-ceb53300.js';
27
+ export { G as default } from './GridContent-13be42a1.js';
@@ -4,8 +4,8 @@ import './web.dom.iterable-7e9bebf9.js';
4
4
  import { d as debounce_1, l as lib_3 } from './debounce-702eb224.js';
5
5
  import { m as main_39 } from './main-cb86f95d.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-2718dc16.js';
7
- import { _ as _extends } from './extends-dbbe308d.js';
8
- import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-cb536901.js';
7
+ import { _ as _extends } from './extends-26d3b609.js';
8
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4b85034c.js';
9
9
  import React__default from 'react';
10
10
  import 'prop-types';
11
11
  import Container from 'react-bootstrap/Container';
@@ -1790,7 +1790,9 @@ var AD728x90 = function AD728x90(_ref) {
1790
1790
  document_group: targeting.document_group,
1791
1791
  document_url: targeting.document_url,
1792
1792
  pos: pos,
1793
- campaign_id: targeting.campaign_id
1793
+ campaign_id: targeting.campaign_id,
1794
+ issue_url: targeting.issue_url,
1795
+ publication_url: targeting.publication_url
1794
1796
  };
1795
1797
 
1796
1798
  var adRef = useRef(null);
@@ -4,7 +4,7 @@ import './web.dom.iterable-7e9bebf9.js';
4
4
  import { l as lib_3 } from './debounce-702eb224.js';
5
5
  import { m as main_39 } from './main-cb86f95d.js';
6
6
  import { _ as _toConsumableArray } from './toConsumableArray-2718dc16.js';
7
- import { _ as _extends } from './extends-dbbe308d.js';
7
+ import { _ as _extends } from './extends-26d3b609.js';
8
8
  import React__default, { useState, useEffect, useRef } from 'react';
9
9
  import 'prop-types';
10
10
  import 'react-bootstrap/Card';
@@ -1,4 +1,4 @@
1
- import { _ as _extends } from './extends-dbbe308d.js';
1
+ import { _ as _extends } from './extends-26d3b609.js';
2
2
  import React__default from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import Container from 'react-bootstrap/Container';
@@ -1,6 +1,6 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
- import './extends-dbbe308d.js';
3
+ import './extends-26d3b609.js';
4
4
  import 'react';
5
5
  import 'prop-types';
6
6
  import 'react-bootstrap/Container';
@@ -10,5 +10,5 @@ import 'react-bootstrap/Card';
10
10
  import 'react-dom';
11
11
  import './index-51a80699.js';
12
12
  import './index-5f9f807a.js';
13
- export { T as default } from './TaxonomyCard-35127639.js';
13
+ export { T as default } from './TaxonomyCard-89325080.js';
14
14
  import './react-social-icons-a7d5c5c7.js';
@@ -17,7 +17,7 @@ import './react-social-icons-a7d5c5c7.js';
17
17
  import 'react-bootstrap';
18
18
  import './index.esm-536609db.js';
19
19
  import 'react-bootstrap/Button';
20
- export { T as default } from './Normal-ff7a10ab.js';
20
+ export { T as default } from './Normal-cbddc3c0.js';
21
21
  import 'react-bootstrap/ListGroup';
22
22
  import 'next/head';
23
23
  import 'react-bootstrap/Nav';
@@ -2,8 +2,8 @@ import './_commonjsHelpers-0c4b6f40.js';
2
2
  import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-7e9bebf9.js';
4
4
  import { d as debounce_1, l as lib_3 } from './debounce-702eb224.js';
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-cb536901.js';
5
+ import { _ as _extends } from './extends-26d3b609.js';
6
+ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-4b85034c.js';
7
7
  import React__default from 'react';
8
8
  import 'prop-types';
9
9
  import Container from 'react-bootstrap/Container';
@@ -62,7 +62,7 @@ var assign$1 = createCommonjsModule(function (module) {
62
62
  module.exports = { "default": assign, __esModule: true };
63
63
  });
64
64
 
65
- unwrapExports(assign$1);
65
+ var _Object$assign = unwrapExports(assign$1);
66
66
 
67
67
  var _extends = createCommonjsModule(function (module, exports) {
68
68
 
@@ -91,4 +91,4 @@ exports.default = _assign2.default || function (target) {
91
91
 
92
92
  var _extends$1 = unwrapExports(_extends);
93
93
 
94
- export { _extends$1 as _, _objectGops as a, _objectPie as b };
94
+ export { _extends$1 as _, _Object$assign as a, _objectGops as b, _objectPie as c };