@mjhls/mjh-framework 1.0.33 → 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 +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -641,7 +641,7 @@ var DeckContent = function (_React$Component) {
|
|
|
641
641
|
{ key: itemCounter, md: 12, lg: lgVar, counter: itemCounter++, style: { display: 'flex', flex: '1 0 auto' } },
|
|
642
642
|
React__default.createElement(
|
|
643
643
|
Card,
|
|
644
|
-
{ style: { flexDirection: mode } },
|
|
644
|
+
{ className: 'content-card', style: { flexDirection: mode } },
|
|
645
645
|
React__default.createElement(
|
|
646
646
|
Link,
|
|
647
647
|
{ href: _this.mapping[row.contentCategory.name] + '/[url]', as: _this.mapping[row.contentCategory.name] + '/' + row.url.current },
|
|
@@ -2072,7 +2072,7 @@ var DeckQueue = function (_React$Component) {
|
|
|
2072
2072
|
null,
|
|
2073
2073
|
React__default.createElement(
|
|
2074
2074
|
Card,
|
|
2075
|
-
{ style: { borderTop: '1px solid #EEE' } },
|
|
2075
|
+
{ className: 'queue-card', style: { borderTop: '1px solid #EEE' } },
|
|
2076
2076
|
React__default.createElement(
|
|
2077
2077
|
Row,
|
|
2078
2078
|
{ style: { flexDirection: mode } },
|
|
@@ -2168,7 +2168,7 @@ var ThumbnailCard = function ThumbnailCard(_ref) {
|
|
|
2168
2168
|
mediaData && mediaData.map(function (item, index) {
|
|
2169
2169
|
return React__default.createElement(
|
|
2170
2170
|
Media,
|
|
2171
|
-
{ className: 'mb-3' },
|
|
2171
|
+
{ className: 'mb-3 thumbnail-card' },
|
|
2172
2172
|
React__default.createElement('img', { width: size, height: size, className: 'mr-3', src: item.thumbnail.asset.url, alt: 'Generic placeholder' }),
|
|
2173
2173
|
React__default.createElement(
|
|
2174
2174
|
Media.Body,
|
|
@@ -2222,7 +2222,7 @@ var TaxonomyCard = function TaxonomyCard(props) {
|
|
|
2222
2222
|
{ key: itemCounter, md: 12, lg: lgVar, counter: itemCounter++, style: { display: 'flex', flex: '1 0 auto' } },
|
|
2223
2223
|
React__default.createElement(
|
|
2224
2224
|
Card,
|
|
2225
|
-
{ style: { flexDirection: mode } },
|
|
2225
|
+
{ className: 'taxonomy-card', style: { flexDirection: mode } },
|
|
2226
2226
|
React__default.createElement(
|
|
2227
2227
|
Card.Body,
|
|
2228
2228
|
null,
|