@mjhls/mjh-framework 1.0.288 → 1.0.289
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/{Normal-c1e96654.js → Normal-dec054f9.js} +1 -0
- package/dist/cjs/TemplateNormal.js +1 -1
- package/dist/cjs/index.js +3 -1
- package/dist/esm/{Normal-1dd0edc6.js → Normal-e88d7a43.js} +1 -0
- package/dist/esm/TemplateNormal.js +1 -1
- package/dist/esm/index.js +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ require('./get-de2660c3.js');
|
|
|
19
19
|
require('react-bootstrap');
|
|
20
20
|
require('./index.esm-340d3792.js');
|
|
21
21
|
require('react-bootstrap/Button');
|
|
22
|
-
var TemplateNormal = require('./Normal-
|
|
22
|
+
var TemplateNormal = require('./Normal-dec054f9.js');
|
|
23
23
|
require('react-bootstrap/ListGroup');
|
|
24
24
|
require('next/head');
|
|
25
25
|
require('react-bootstrap/Nav');
|
package/dist/cjs/index.js
CHANGED
|
@@ -52,7 +52,7 @@ var IssueDeck = require('./IssueDeck.js');
|
|
|
52
52
|
require('react-bootstrap/Badge');
|
|
53
53
|
var IssueContentDeck = require('./IssueContentDeck.js');
|
|
54
54
|
var Spinner = _interopDefault(require('react-bootstrap/Spinner'));
|
|
55
|
-
var TemplateNormal = require('./Normal-
|
|
55
|
+
var TemplateNormal = require('./Normal-dec054f9.js');
|
|
56
56
|
require('react-bootstrap/ListGroup');
|
|
57
57
|
var Head = _interopDefault(require('next/head'));
|
|
58
58
|
var Accordion = _interopDefault(require('react-bootstrap/Accordion'));
|
|
@@ -2790,6 +2790,7 @@ var AD300x250 = function AD300x250(_ref) {
|
|
|
2790
2790
|
content_placement: targeting.content_placement,
|
|
2791
2791
|
tags: targeting.tags,
|
|
2792
2792
|
document_group: targeting.document_group,
|
|
2793
|
+
document_url: targeting.document_url,
|
|
2793
2794
|
pos: pos
|
|
2794
2795
|
};
|
|
2795
2796
|
|
|
@@ -2826,6 +2827,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
|
|
|
2826
2827
|
content_placement: targeting.content_placement,
|
|
2827
2828
|
tags: targeting.tags,
|
|
2828
2829
|
document_group: targeting.document_group,
|
|
2830
|
+
document_url: targeting.document_url,
|
|
2829
2831
|
pos: pos
|
|
2830
2832
|
};
|
|
2831
2833
|
|
|
@@ -17,7 +17,7 @@ import './get-9c285a85.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-
|
|
20
|
+
export { T as default } from './Normal-e88d7a43.js';
|
|
21
21
|
import 'react-bootstrap/ListGroup';
|
|
22
22
|
import 'next/head';
|
|
23
23
|
import 'react-bootstrap/Nav';
|
package/dist/esm/index.js
CHANGED
|
@@ -48,8 +48,8 @@ export { default as IssueDeck } from './IssueDeck.js';
|
|
|
48
48
|
import 'react-bootstrap/Badge';
|
|
49
49
|
export { default as IssueContentDeck } from './IssueContentDeck.js';
|
|
50
50
|
import Spinner from 'react-bootstrap/Spinner';
|
|
51
|
-
import { M as MdPictureAsPdf, T as TemplateNormal } from './Normal-
|
|
52
|
-
export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-
|
|
51
|
+
import { M as MdPictureAsPdf, T as TemplateNormal } from './Normal-e88d7a43.js';
|
|
52
|
+
export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-e88d7a43.js';
|
|
53
53
|
import 'react-bootstrap/ListGroup';
|
|
54
54
|
import Head from 'next/head';
|
|
55
55
|
import Accordion from 'react-bootstrap/Accordion';
|
|
@@ -2788,6 +2788,7 @@ var AD300x250 = function AD300x250(_ref) {
|
|
|
2788
2788
|
content_placement: targeting.content_placement,
|
|
2789
2789
|
tags: targeting.tags,
|
|
2790
2790
|
document_group: targeting.document_group,
|
|
2791
|
+
document_url: targeting.document_url,
|
|
2791
2792
|
pos: pos
|
|
2792
2793
|
};
|
|
2793
2794
|
|
|
@@ -2824,6 +2825,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
|
|
|
2824
2825
|
content_placement: targeting.content_placement,
|
|
2825
2826
|
tags: targeting.tags,
|
|
2826
2827
|
document_group: targeting.document_group,
|
|
2828
|
+
document_url: targeting.document_url,
|
|
2827
2829
|
pos: pos
|
|
2828
2830
|
};
|
|
2829
2831
|
|