@mjhls/mjh-framework 1.0.571 → 1.0.572
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,
|
|
@@ -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,
|