@mjhls/mjh-framework 1.0.32 → 1.0.34
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/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -634,7 +634,7 @@ var DeckContent = function (_React$Component) {
|
|
|
634
634
|
{ key: itemCounter, md: 12, lg: lgVar, counter: itemCounter++, style: { display: 'flex', flex: '1 0 auto' } },
|
|
635
635
|
React__default.createElement(
|
|
636
636
|
Card,
|
|
637
|
-
{ style: { flexDirection: mode } },
|
|
637
|
+
{ className: 'content-card', style: { flexDirection: mode } },
|
|
638
638
|
React__default.createElement(
|
|
639
639
|
Link,
|
|
640
640
|
{ href: _this.mapping[row.contentCategory.name] + '/[url]', as: _this.mapping[row.contentCategory.name] + '/' + row.url.current },
|
|
@@ -2065,7 +2065,7 @@ var DeckQueue = function (_React$Component) {
|
|
|
2065
2065
|
null,
|
|
2066
2066
|
React__default.createElement(
|
|
2067
2067
|
Card,
|
|
2068
|
-
{ style: { borderTop: '1px solid #EEE' } },
|
|
2068
|
+
{ className: 'queue-card', style: { borderTop: '1px solid #EEE' } },
|
|
2069
2069
|
React__default.createElement(
|
|
2070
2070
|
Row,
|
|
2071
2071
|
{ style: { flexDirection: mode } },
|
|
@@ -2161,7 +2161,7 @@ var ThumbnailCard = function ThumbnailCard(_ref) {
|
|
|
2161
2161
|
mediaData && mediaData.map(function (item, index) {
|
|
2162
2162
|
return React__default.createElement(
|
|
2163
2163
|
Media,
|
|
2164
|
-
{ className: 'mb-3' },
|
|
2164
|
+
{ className: 'mb-3 thumbnail-card' },
|
|
2165
2165
|
React__default.createElement('img', { width: size, height: size, className: 'mr-3', src: item.thumbnail.asset.url, alt: 'Generic placeholder' }),
|
|
2166
2166
|
React__default.createElement(
|
|
2167
2167
|
Media.Body,
|
|
@@ -2215,7 +2215,7 @@ var TaxonomyCard = function TaxonomyCard(props) {
|
|
|
2215
2215
|
{ key: itemCounter, md: 12, lg: lgVar, counter: itemCounter++, style: { display: 'flex', flex: '1 0 auto' } },
|
|
2216
2216
|
React__default.createElement(
|
|
2217
2217
|
Card,
|
|
2218
|
-
{ style: { flexDirection: mode } },
|
|
2218
|
+
{ className: 'taxonomy-card', style: { flexDirection: mode } },
|
|
2219
2219
|
React__default.createElement(
|
|
2220
2220
|
Card.Body,
|
|
2221
2221
|
null,
|
|
@@ -4807,7 +4807,7 @@ var TemplateNormal = function TemplateNormal(props) {
|
|
|
4807
4807
|
return React__default.createElement(
|
|
4808
4808
|
'section',
|
|
4809
4809
|
null,
|
|
4810
|
-
React__default.createElement(Header, { title: title + ' | ' + website.title, keyword: keywords, description: description }),
|
|
4810
|
+
React__default.createElement(Header, { title: title ? title + ' | ' + website.title : '' + website.title, keyword: keywords, description: description }),
|
|
4811
4811
|
navigation(),
|
|
4812
4812
|
horizontalAD && horizontalAD.networkID && horizontalAD.adUnit && React__default.createElement(
|
|
4813
4813
|
Container,
|