@mjhls/mjh-framework 1.0.571 → 1.0.573
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
|
@@ -251,7 +251,7 @@ var IssueContentDeck = function IssueContentDeck(props) {
|
|
|
251
251
|
React__default['default'].createElement(
|
|
252
252
|
'style',
|
|
253
253
|
{ jsx: 'true' },
|
|
254
|
-
'\n .displayLabelThumb {\n margin: 0 auto;\n margin-top: -1.25rem;\n background-color: white;\n position: relative;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n border:
|
|
254
|
+
'\n .displayLabelThumb {\n margin: 0 auto;\n margin-top: -1.25rem;\n background-color: white;\n position: relative;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n margin: 0.5rem 0;\n border: 1px solid black;\n width: 100%;\n display: inline;\n max-width: 240px;\n padding: 5px;\n color: #484848;\n border-radius: 2px;\n }\n '
|
|
255
255
|
)
|
|
256
256
|
);
|
|
257
257
|
};
|
|
@@ -559,7 +559,7 @@ var PublicationLanding = function PublicationLanding(props) {
|
|
|
559
559
|
React__default['default'].createElement(
|
|
560
560
|
'style',
|
|
561
561
|
{ jsx: 'true' },
|
|
562
|
-
'\n .issueCard.card:hover {\n cursor: default;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n border:
|
|
562
|
+
'\n .issueCard.card:hover {\n cursor: default;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n margin: 0.5rem 0;\n border: 1px solid black;\n display: inline;\n width: 100%;\n padding: 5px;\n color: #484848;\n border-radius: 2px;\n }\n '
|
|
563
563
|
)
|
|
564
564
|
);
|
|
565
565
|
};
|
package/dist/cjs/View.js
CHANGED
|
@@ -96,7 +96,7 @@ var renderAuthor = function renderAuthor(authorName, authorURL, index, length) {
|
|
|
96
96
|
),
|
|
97
97
|
React__default['default'].createElement(
|
|
98
98
|
reactBootstrap.Col,
|
|
99
|
-
{ className: 'author-details-col', sm: 12, md: 8 },
|
|
99
|
+
{ className: 'author-details-col', sm: 12, md: profileImage ? 8 : 12 },
|
|
100
100
|
React__default['default'].createElement(
|
|
101
101
|
'h5',
|
|
102
102
|
null,
|
|
@@ -899,13 +899,14 @@ var Article = function Article(props) {
|
|
|
899
899
|
React__default['default'].createElement(
|
|
900
900
|
'noscript',
|
|
901
901
|
null,
|
|
902
|
-
props.
|
|
902
|
+
props.article.relatedArticle && props.article.relatedArticle.url && props.article.relatedArticle.url.current && React__default['default'].createElement(
|
|
903
903
|
'div',
|
|
904
904
|
{ style: { textAlign: 'center' } },
|
|
905
905
|
React__default['default'].createElement(
|
|
906
906
|
'a',
|
|
907
907
|
{ href: '/view/' + props.article.relatedArticle.url.current },
|
|
908
|
-
'Related Article
|
|
908
|
+
'Related Article ',
|
|
909
|
+
'>>>'
|
|
909
910
|
)
|
|
910
911
|
)
|
|
911
912
|
)
|
|
@@ -241,7 +241,7 @@ var IssueContentDeck = function IssueContentDeck(props) {
|
|
|
241
241
|
React.createElement(
|
|
242
242
|
'style',
|
|
243
243
|
{ jsx: 'true' },
|
|
244
|
-
'\n .displayLabelThumb {\n margin: 0 auto;\n margin-top: -1.25rem;\n background-color: white;\n position: relative;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n border:
|
|
244
|
+
'\n .displayLabelThumb {\n margin: 0 auto;\n margin-top: -1.25rem;\n background-color: white;\n position: relative;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n margin: 0.5rem 0;\n border: 1px solid black;\n width: 100%;\n display: inline;\n max-width: 240px;\n padding: 5px;\n color: #484848;\n border-radius: 2px;\n }\n '
|
|
245
245
|
)
|
|
246
246
|
);
|
|
247
247
|
};
|
|
@@ -549,7 +549,7 @@ var PublicationLanding = function PublicationLanding(props) {
|
|
|
549
549
|
React.createElement(
|
|
550
550
|
'style',
|
|
551
551
|
{ jsx: 'true' },
|
|
552
|
-
'\n .issueCard.card:hover {\n cursor: default;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n border:
|
|
552
|
+
'\n .issueCard.card:hover {\n cursor: default;\n }\n .content-category-label {\n margin: 0.5rem 0;\n display: block;\n }\n .sanityDisplayLabel {\n margin: 0.5rem 0;\n border: 1px solid black;\n display: inline;\n width: 100%;\n padding: 5px;\n color: #484848;\n border-radius: 2px;\n }\n '
|
|
553
553
|
)
|
|
554
554
|
);
|
|
555
555
|
};
|
package/dist/esm/View.js
CHANGED
|
@@ -85,7 +85,7 @@ var renderAuthor = function renderAuthor(authorName, authorURL, index, length) {
|
|
|
85
85
|
),
|
|
86
86
|
React.createElement(
|
|
87
87
|
Col,
|
|
88
|
-
{ className: 'author-details-col', sm: 12, md: 8 },
|
|
88
|
+
{ className: 'author-details-col', sm: 12, md: profileImage ? 8 : 12 },
|
|
89
89
|
React.createElement(
|
|
90
90
|
'h5',
|
|
91
91
|
null,
|
|
@@ -888,13 +888,14 @@ var Article = function Article(props) {
|
|
|
888
888
|
React.createElement(
|
|
889
889
|
'noscript',
|
|
890
890
|
null,
|
|
891
|
-
props.
|
|
891
|
+
props.article.relatedArticle && props.article.relatedArticle.url && props.article.relatedArticle.url.current && React.createElement(
|
|
892
892
|
'div',
|
|
893
893
|
{ style: { textAlign: 'center' } },
|
|
894
894
|
React.createElement(
|
|
895
895
|
'a',
|
|
896
896
|
{ href: '/view/' + props.article.relatedArticle.url.current },
|
|
897
|
-
'Related Article
|
|
897
|
+
'Related Article ',
|
|
898
|
+
'>>>'
|
|
898
899
|
)
|
|
899
900
|
)
|
|
900
901
|
)
|