@mjhls/mjh-framework 1.0.175 → 1.0.177

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.js CHANGED
@@ -12913,8 +12913,8 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
12913
12913
  'p',
12914
12914
  {
12915
12915
  style: {
12916
- background: 'var(--highlight)',
12917
- color: 'var(--highlight-accent)',
12916
+ background: '#3FB618',
12917
+ color: '#ffffff',
12918
12918
  marginBottom: '.25rem',
12919
12919
  display: 'inline-block',
12920
12920
  padding: '0 .25rem',
@@ -12922,7 +12922,11 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
12922
12922
  } },
12923
12923
  article.contentCategory.name.slice(0, article.contentCategory.name.length - 1)
12924
12924
  ),
12925
- article.summary && React__default.createElement('p', { className: 'pt-2 card-text', dangerouslySetInnerHTML: { __html: article.summary } })
12925
+ article.summary && React__default.createElement(
12926
+ 'p',
12927
+ { className: 'pt-2 card-text' },
12928
+ article.summary
12929
+ )
12926
12930
  )
12927
12931
  )
12928
12932
  )
@@ -12990,8 +12994,8 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
12990
12994
  'p',
12991
12995
  {
12992
12996
  style: {
12993
- background: 'var(--highlight)',
12994
- color: 'var(--highlight-accent)',
12997
+ background: '#3FB618',
12998
+ color: '#ffffff',
12995
12999
  marginBottom: '.25rem',
12996
13000
  display: 'inline-block',
12997
13001
  padding: '0 .25rem',
@@ -12999,7 +13003,11 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
12999
13003
  } },
13000
13004
  article.contentCategory.name.slice(0, article.contentCategory.name.length - 1)
13001
13005
  ),
13002
- article.summary && React__default.createElement('p', { className: 'pt-2 card-text', dangerouslySetInnerHTML: { __html: article.summary } })
13006
+ article.summary && React__default.createElement(
13007
+ 'p',
13008
+ { className: 'pt-2 card-text' },
13009
+ article.summary
13010
+ )
13003
13011
  )
13004
13012
  )
13005
13013
  )
@@ -13068,8 +13076,8 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
13068
13076
  'p',
13069
13077
  {
13070
13078
  style: {
13071
- background: 'var(--highlight)',
13072
- color: 'var(--highlight-accent)',
13079
+ background: '#3FB618',
13080
+ color: '#ffffff',
13073
13081
  marginBottom: '.25rem',
13074
13082
  display: 'inline-block',
13075
13083
  padding: '0 .25rem',
@@ -13077,7 +13085,11 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
13077
13085
  } },
13078
13086
  article.contentCategory.name.slice(0, article.contentCategory.name.length - 1)
13079
13087
  ),
13080
- article.summary && React__default.createElement('p', { className: 'pt-2 card-text', dangerouslySetInnerHTML: { __html: article.summary } })
13088
+ article.summary && React__default.createElement(
13089
+ 'p',
13090
+ { className: 'pt-2 card-text' },
13091
+ article.summary
13092
+ )
13081
13093
  )
13082
13094
  )
13083
13095
  )
@@ -13683,7 +13695,6 @@ var MasterDeck = function (_React$Component) {
13683
13695
  return _this.defaultImage;
13684
13696
  }
13685
13697
  }, _this.changePageNumber = function (pageNumber) {
13686
- console.log(pageNumber);
13687
13698
  var _this$props2 = _this.props,
13688
13699
  seoPaginate = _this$props2.seoPaginate,
13689
13700
  pageview = _this$props2.pageview,
@@ -28506,7 +28517,6 @@ var NativeAd = function NativeAd(props) {
28506
28517
  sizes = _props$node.sizes,
28507
28518
  sizeMapping = _props$node.sizeMapping;
28508
28519
 
28509
- console.log('props', props);
28510
28520
  return React__default.createElement(
28511
28521
  'div',
28512
28522
  { className: 'native-ad-wrapper', style: { textAlign: 'center' } },
@@ -29192,8 +29202,6 @@ var AlphabeticList = function AlphabeticList(_ref) {
29192
29202
  };
29193
29203
 
29194
29204
  var PdfDownload = function PdfDownload(props) {
29195
- console.log(props.issueInfo.asset.url);
29196
-
29197
29205
  return React__default.createElement(
29198
29206
  'div',
29199
29207
  { className: 'pdf-download', style: { textAlign: 'center', padding: '1rem 0', borderTop: '1px solid #eee', marginTop: '1rem' } },
@@ -29586,7 +29594,6 @@ var OncliveHero = function OncliveHero(props) {
29586
29594
  function urlFor(source) {
29587
29595
  return builder.image(source);
29588
29596
  }
29589
- console.log(props);
29590
29597
  return React__default.createElement(
29591
29598
  'div',
29592
29599
  { className: 'article-group--container' },
@@ -29942,7 +29949,6 @@ var RelatedContent = function RelatedContent(props) {
29942
29949
  'div',
29943
29950
  { className: 'related-articles-container' },
29944
29951
  dataRecord.map(function (article, index) {
29945
- console.log(article);
29946
29952
  return React__default.createElement(
29947
29953
  Link,
29948
29954
  { href: '/view/[url]', as: '/view/' + article.url.current, key: index },