@mjhls/mjh-framework 1.0.183 → 1.0.185

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
@@ -12104,6 +12104,13 @@ var GroupDeck = function GroupDeck(props) {
12104
12104
  React__default.createElement(
12105
12105
  'div',
12106
12106
  { style: { color: variant }, className: 'tile__info' },
12107
+ React__default.createElement(
12108
+ 'span',
12109
+ { style: { fontWeight: 'bold' } },
12110
+ 'Ep ',
12111
+ index + 1,
12112
+ ': '
12113
+ ),
12107
12114
  video.title
12108
12115
  )
12109
12116
  )
@@ -12349,7 +12356,19 @@ var YoutubeGroup = function YoutubeGroup(props) {
12349
12356
  React__default.createElement(
12350
12357
  'div',
12351
12358
  { style: { color: variant }, className: 'tile__info' },
12352
- video.title
12359
+ props.displayEpisodeNumber ? React__default.createElement(
12360
+ 'span',
12361
+ null,
12362
+ React__default.createElement(
12363
+ 'span',
12364
+ { style: { fontWeight: 'bold' } },
12365
+ 'Ep. ',
12366
+ index + 1,
12367
+ ':'
12368
+ ),
12369
+ ' ',
12370
+ video.title
12371
+ ) : video.title
12353
12372
  )
12354
12373
  )
12355
12374
  )
@@ -13205,7 +13224,7 @@ var VideoSeriesListing = function (_React$Component) {
13205
13224
  )
13206
13225
  )
13207
13226
  ),
13208
- React__default.createElement(YoutubeGroup, { key: index$$1, dataset: docSeries.body[0].videos })
13227
+ React__default.createElement(YoutubeGroup, _extends({ key: index$$1, dataset: docSeries.body[0].videos }, _this.props))
13209
13228
  );
13210
13229
  })
13211
13230
  );
@@ -17187,7 +17206,7 @@ var AD = function AD(_ref) {
17187
17206
  adUnit: adUnit,
17188
17207
  sizeMapping: sizeMapping,
17189
17208
  onSlotRender: function onSlotRender(eventData) {
17190
- setAdRendered(true);
17209
+ //setAdRendered(true)
17191
17210
  },
17192
17211
  onSlotVisibilityChanged: handleVisibilityChange
17193
17212
  })