@mjhls/mjh-framework 1.0.96 → 1.0.97

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
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.96
2
+ # mjh-framework v. 1.0.97
3
3
 
4
4
 
5
5
  > Foundation Framework
package/dist/index.es.js CHANGED
@@ -6443,9 +6443,9 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
6443
6443
  null,
6444
6444
  article.thumbnail && article.thumbnail.asset ? React__default.createElement('img', {
6445
6445
  className: 'mr-3',
6446
- src: urlFor(builder, article.thumbnail).width(200).height(130).url(),
6446
+ src: urlFor(builder, article.thumbnail).width(240).height(135).url(),
6447
6447
  alt: article.title
6448
- }) : React__default.createElement('img', { src: defaultImage, className: 'mr-3', width: '200', height: '130' })
6448
+ }) : React__default.createElement('img', { src: defaultImage, className: 'mr-3', width: '240', height: '135' })
6449
6449
  )
6450
6450
  ),
6451
6451
  React__default.createElement(
@@ -6465,8 +6465,8 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
6465
6465
  )
6466
6466
  ),
6467
6467
  showPublished && article.published && React__default.createElement(
6468
- 'h6',
6469
- { className: 'card-text', style: { color: 'var(--gray)', marginBottom: '.25rem' } },
6468
+ 'p',
6469
+ { className: 'card-text', style: { color: 'var(--dark)', marginBottom: '.25rem' } },
6470
6470
  moment(article.published).format('MMMM DD, YYYY')
6471
6471
  ),
6472
6472
  article.authorDetails && article.authorDetails.length > 0 && article.authorDetails.map(function (authorDetail, index$$1) {