@mjhls/mjh-framework 1.0.1037 → 1.0.1039-ris-fix

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.
Files changed (160) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD.js +1 -1
  3. package/dist/cjs/AD300x250.js +3 -2
  4. package/dist/cjs/AD300x250x600.js +3 -2
  5. package/dist/cjs/AD728x90.js +3 -2
  6. package/dist/cjs/ADFloatingFooter.js +3 -2
  7. package/dist/cjs/ADGutter.js +3 -2
  8. package/dist/cjs/{ADInfeed-b52ecddd.js → ADInfeed-03783178.js} +1 -1
  9. package/dist/cjs/ADSkyscraper.js +3 -2
  10. package/dist/cjs/ADSponsoredResources.js +3 -2
  11. package/dist/cjs/ADWebcast.js +3 -2
  12. package/dist/cjs/ADWelcome.js +3 -2
  13. package/dist/cjs/{ADlgInfeed-59dcc040.js → ADlgInfeed-0202e9e6.js} +1 -1
  14. package/dist/cjs/AdSlot.js +3 -2
  15. package/dist/cjs/AdSlotsProvider.js +3 -2
  16. package/dist/cjs/AlgoliaSearch.js +521 -1068
  17. package/dist/cjs/ArticleCarousel.js +1 -1
  18. package/dist/cjs/ArticleProgramLandingPage.js +4 -3
  19. package/dist/cjs/ArticleSeriesLandingPage.js +5 -4
  20. package/dist/cjs/ArticleSeriesListing.js +3 -2
  21. package/dist/cjs/Auth.js +11 -40
  22. package/dist/cjs/AuthWrapper.js +19 -89
  23. package/dist/cjs/CEDeckSupabase.js +3 -2
  24. package/dist/cjs/CMEDeck.js +3 -2
  25. package/dist/cjs/Column3.js +3 -2
  26. package/dist/cjs/ContentCardPaginated.js +5 -4
  27. package/dist/cjs/DeckContent.js +4 -3
  28. package/dist/cjs/DeckQueue.js +3 -2
  29. package/dist/cjs/DeckQueuePaginated.js +4 -3
  30. package/dist/cjs/{Dfp-67646058.js → Dfp-c313a700.js} +2 -1
  31. package/dist/cjs/EventsDeck.js +2 -2
  32. package/dist/cjs/ExternalResources.js +5 -4
  33. package/dist/cjs/Feature.js +1 -1
  34. package/dist/cjs/GridContent.js +5 -4
  35. package/dist/cjs/GridContentPaginated.js +6 -5
  36. package/dist/cjs/HamMagazine.js +13 -13
  37. package/dist/cjs/HorizontalArticleListing.js +4 -3
  38. package/dist/cjs/{ImageSlider-d65bc9c8.js → ImageSlider-984a697b.js} +116 -156
  39. package/dist/cjs/IssueLanding.js +6 -5
  40. package/dist/cjs/LeftNav.js +6 -5
  41. package/dist/cjs/MasterDeck.js +5 -4
  42. package/dist/cjs/MasterDeckPaginated.js +6 -5
  43. package/dist/cjs/{MediaSeriesCard-3759e7fb.js → MediaSeriesCard-646d8fb5.js} +1 -1
  44. package/dist/cjs/MediaSeriesLanding.js +10 -9
  45. package/dist/cjs/MediaSeriesLandingPaginated.js +10 -9
  46. package/dist/cjs/NavDvm.js +6 -6
  47. package/dist/cjs/NavMagazine.js +9 -9
  48. package/dist/cjs/NavNative.js +9 -9
  49. package/dist/cjs/{Pagination-6359861a.js → Pagination-842c556f.js} +1 -1
  50. package/dist/cjs/PartnerDetailListing.js +8 -6
  51. package/dist/cjs/PartnerDetailListingPaginated.js +9 -7
  52. package/dist/cjs/PodcastsLanding.js +7 -6
  53. package/dist/cjs/PubSection.js +5 -4
  54. package/dist/cjs/QueueDeckExpanded.js +5 -4
  55. package/dist/cjs/QueueDeckExpandedPaginated.js +6 -5
  56. package/dist/cjs/SeriesListingDeck.js +4 -3
  57. package/dist/cjs/{SeriesSlider-086a8319.js → SeriesSlider-a2621860.js} +1 -1
  58. package/dist/cjs/SideFooter.js +3 -3
  59. package/dist/cjs/{SocialSearchComponent-d7e5d3a6.js → SocialSearchComponent-e9ec9c63.js} +1 -1
  60. package/dist/cjs/TaxonomyDescription.js +4 -3
  61. package/dist/cjs/TemplateNormal.js +4 -3
  62. package/dist/cjs/{Tooltip-71754b2a.js → Tooltip-4cb8849a.js} +272 -355
  63. package/dist/cjs/Ustream.js +1 -1
  64. package/dist/cjs/VideoProgramLandingPage.js +4 -3
  65. package/dist/cjs/VideoSeriesLandingPage.js +5 -4
  66. package/dist/cjs/VideoSeriesListing.js +3 -2
  67. package/dist/cjs/View.js +12 -6
  68. package/dist/cjs/YoutubeGroup.js +1 -1
  69. package/dist/cjs/defineProperty-e0fb52c5.js +73 -0
  70. package/dist/cjs/events-1b438fe7.js +469 -0
  71. package/dist/cjs/getQuery.js +1 -1
  72. package/dist/cjs/getSerializers.js +4 -3
  73. package/dist/cjs/index-50be6759.js +105 -0
  74. package/dist/cjs/{index-4b2706b8.js → index-53f4acd3.js} +2 -2
  75. package/dist/cjs/{index-7435b964.js → index-d2a6ef75.js} +2 -467
  76. package/dist/cjs/{index-96c331fd.js → index-f86bb269.js} +52 -53
  77. package/dist/cjs/index.js +13 -10
  78. package/dist/cjs/{main-ae8472f3.js → main-47be4f9f.js} +9 -4
  79. package/dist/cjs/typeof-1358762e.js +33 -0
  80. package/dist/esm/AD.js +1 -1
  81. package/dist/esm/AD300x250.js +3 -2
  82. package/dist/esm/AD300x250x600.js +3 -2
  83. package/dist/esm/AD728x90.js +3 -2
  84. package/dist/esm/ADFloatingFooter.js +3 -2
  85. package/dist/esm/ADGutter.js +3 -2
  86. package/dist/esm/{ADInfeed-2503361a.js → ADInfeed-b034e2e6.js} +1 -1
  87. package/dist/esm/ADSkyscraper.js +3 -2
  88. package/dist/esm/ADSponsoredResources.js +3 -2
  89. package/dist/esm/ADWebcast.js +3 -2
  90. package/dist/esm/ADWelcome.js +3 -2
  91. package/dist/esm/{ADlgInfeed-bc4a726f.js → ADlgInfeed-444f326d.js} +1 -1
  92. package/dist/esm/AdSlot.js +3 -2
  93. package/dist/esm/AdSlotsProvider.js +3 -2
  94. package/dist/esm/AlgoliaSearch.js +518 -1065
  95. package/dist/esm/ArticleCarousel.js +1 -1
  96. package/dist/esm/ArticleProgramLandingPage.js +4 -3
  97. package/dist/esm/ArticleSeriesLandingPage.js +5 -4
  98. package/dist/esm/ArticleSeriesListing.js +3 -2
  99. package/dist/esm/Auth.js +11 -40
  100. package/dist/esm/AuthWrapper.js +16 -86
  101. package/dist/esm/CEDeckSupabase.js +3 -2
  102. package/dist/esm/CMEDeck.js +3 -2
  103. package/dist/esm/Column3.js +3 -2
  104. package/dist/esm/ContentCardPaginated.js +5 -4
  105. package/dist/esm/DeckContent.js +4 -3
  106. package/dist/esm/DeckQueue.js +3 -2
  107. package/dist/esm/DeckQueuePaginated.js +4 -3
  108. package/dist/esm/{Dfp-cf85d203.js → Dfp-102f0beb.js} +2 -1
  109. package/dist/esm/EventsDeck.js +2 -2
  110. package/dist/esm/ExternalResources.js +5 -4
  111. package/dist/esm/Feature.js +1 -1
  112. package/dist/esm/GridContent.js +5 -4
  113. package/dist/esm/GridContentPaginated.js +6 -5
  114. package/dist/esm/HamMagazine.js +13 -13
  115. package/dist/esm/HorizontalArticleListing.js +4 -3
  116. package/dist/esm/{ImageSlider-da225417.js → ImageSlider-497e9c88.js} +117 -157
  117. package/dist/esm/IssueLanding.js +6 -5
  118. package/dist/esm/LeftNav.js +6 -5
  119. package/dist/esm/MasterDeck.js +5 -4
  120. package/dist/esm/MasterDeckPaginated.js +6 -5
  121. package/dist/esm/{MediaSeriesCard-f3db58fa.js → MediaSeriesCard-77457d91.js} +1 -1
  122. package/dist/esm/MediaSeriesLanding.js +10 -9
  123. package/dist/esm/MediaSeriesLandingPaginated.js +10 -9
  124. package/dist/esm/NavDvm.js +6 -6
  125. package/dist/esm/NavMagazine.js +9 -9
  126. package/dist/esm/NavNative.js +9 -9
  127. package/dist/esm/{Pagination-9fe9f61d.js → Pagination-dc30727b.js} +1 -1
  128. package/dist/esm/PartnerDetailListing.js +8 -6
  129. package/dist/esm/PartnerDetailListingPaginated.js +9 -7
  130. package/dist/esm/PodcastsLanding.js +7 -6
  131. package/dist/esm/PubSection.js +5 -4
  132. package/dist/esm/QueueDeckExpanded.js +5 -4
  133. package/dist/esm/QueueDeckExpandedPaginated.js +6 -5
  134. package/dist/esm/SeriesListingDeck.js +4 -3
  135. package/dist/esm/{SeriesSlider-a6b1d617.js → SeriesSlider-07be99e0.js} +1 -1
  136. package/dist/esm/SideFooter.js +3 -3
  137. package/dist/esm/{SocialSearchComponent-6065bff2.js → SocialSearchComponent-020f9e81.js} +1 -1
  138. package/dist/esm/TaxonomyDescription.js +4 -3
  139. package/dist/esm/TemplateNormal.js +4 -3
  140. package/dist/esm/{Tooltip-8307d9d1.js → Tooltip-95655b44.js} +67 -150
  141. package/dist/esm/Ustream.js +1 -1
  142. package/dist/esm/VideoProgramLandingPage.js +4 -3
  143. package/dist/esm/VideoSeriesLandingPage.js +5 -4
  144. package/dist/esm/VideoSeriesListing.js +3 -2
  145. package/dist/esm/View.js +12 -6
  146. package/dist/esm/YoutubeGroup.js +1 -1
  147. package/dist/esm/defineProperty-23a8f8cd.js +68 -0
  148. package/dist/esm/events-6c3a7a63.js +467 -0
  149. package/dist/esm/getQuery.js +1 -1
  150. package/dist/esm/getSerializers.js +4 -3
  151. package/dist/esm/{index-30a6257d.js → index-79cfd25c.js} +52 -53
  152. package/dist/esm/index-98ca9cec.js +100 -0
  153. package/dist/esm/{index-9d159a77.js → index-9fdf6b2a.js} +2 -2
  154. package/dist/esm/{index-5cc7b406.js → index-f0fc23eb.js} +1 -466
  155. package/dist/esm/index.js +13 -10
  156. package/dist/esm/{main-754d4992.js → main-f97773b2.js} +9 -4
  157. package/dist/esm/typeof-2f07d0e8.js +30 -0
  158. package/package.json +1 -1
  159. package/dist/cjs/index-b95410f0.js +0 -54
  160. package/dist/esm/index-174b5baf.js +0 -52
@@ -1,42 +1,9 @@
1
- import { c as classnames } from './index-174b5baf.js';
1
+ import { _ as _objectWithoutPropertiesLoose, b as _extends, a as _setPrototypeOf, c as classnames } from './index-98ca9cec.js';
2
2
  import React__default, { useCallback, useRef, useState, useContext, useMemo, useEffect, useImperativeHandle, useReducer, forwardRef, cloneElement } from 'react';
3
3
  import PropTypes from 'prop-types';
4
4
  import ReactDOM from 'react-dom';
5
5
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
6
6
 
7
- function _extends() {
8
- _extends = Object.assign || function (target) {
9
- for (var i = 1; i < arguments.length; i++) {
10
- var source = arguments[i];
11
-
12
- for (var key in source) {
13
- if (Object.prototype.hasOwnProperty.call(source, key)) {
14
- target[key] = source[key];
15
- }
16
- }
17
- }
18
-
19
- return target;
20
- };
21
-
22
- return _extends.apply(this, arguments);
23
- }
24
-
25
- function _objectWithoutPropertiesLoose(source, excluded) {
26
- if (source == null) return {};
27
- var target = {};
28
- var sourceKeys = Object.keys(source);
29
- var key, i;
30
-
31
- for (i = 0; i < sourceKeys.length; i++) {
32
- key = sourceKeys[i];
33
- if (excluded.indexOf(key) >= 0) continue;
34
- target[key] = source[key];
35
- }
36
-
37
- return target;
38
- }
39
-
40
7
  /**
41
8
  * Copyright (c) 2013-present, Facebook, Inc.
42
9
  *
@@ -142,15 +109,6 @@ function useUncontrolled(props, config) {
142
109
  }, props);
143
110
  }
144
111
 
145
- function _setPrototypeOf(o, p) {
146
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
147
- o.__proto__ = p;
148
- return o;
149
- };
150
-
151
- return _setPrototypeOf(o, p);
152
- }
153
-
154
112
  function _inheritsLoose(subClass, superClass) {
155
113
  subClass.prototype = Object.create(superClass.prototype);
156
114
  subClass.prototype.constructor = subClass;
@@ -2694,10 +2652,7 @@ function isShadowRoot(node) {
2694
2652
  return node instanceof OwnElement || node instanceof ShadowRoot;
2695
2653
  }
2696
2654
 
2697
- var max = Math.max;
2698
- var min = Math.min;
2699
- var round = Math.round;
2700
-
2655
+ var round$1 = Math.round;
2701
2656
  function getBoundingClientRect(element, includeScale) {
2702
2657
  if (includeScale === void 0) {
2703
2658
  includeScale = false;
@@ -2708,28 +2663,20 @@ function getBoundingClientRect(element, includeScale) {
2708
2663
  var scaleY = 1;
2709
2664
 
2710
2665
  if (isHTMLElement(element) && includeScale) {
2711
- var offsetHeight = element.offsetHeight;
2712
- var offsetWidth = element.offsetWidth; // Do not attempt to divide by 0, otherwise we get `Infinity` as scale
2713
2666
  // Fallback to 1 in case both values are `0`
2714
-
2715
- if (offsetWidth > 0) {
2716
- scaleX = round(rect.width) / offsetWidth || 1;
2717
- }
2718
-
2719
- if (offsetHeight > 0) {
2720
- scaleY = round(rect.height) / offsetHeight || 1;
2721
- }
2667
+ scaleX = rect.width / element.offsetWidth || 1;
2668
+ scaleY = rect.height / element.offsetHeight || 1;
2722
2669
  }
2723
2670
 
2724
2671
  return {
2725
- width: rect.width / scaleX,
2726
- height: rect.height / scaleY,
2727
- top: rect.top / scaleY,
2728
- right: rect.right / scaleX,
2729
- bottom: rect.bottom / scaleY,
2730
- left: rect.left / scaleX,
2731
- x: rect.left / scaleX,
2732
- y: rect.top / scaleY
2672
+ width: round$1(rect.width / scaleX),
2673
+ height: round$1(rect.height / scaleY),
2674
+ top: round$1(rect.top / scaleY),
2675
+ right: round$1(rect.right / scaleX),
2676
+ bottom: round$1(rect.bottom / scaleY),
2677
+ left: round$1(rect.left / scaleX),
2678
+ x: round$1(rect.left / scaleX),
2679
+ y: round$1(rect.top / scaleY)
2733
2680
  };
2734
2681
  }
2735
2682
 
@@ -2878,13 +2825,13 @@ function getMainAxisFromPlacement(placement) {
2878
2825
  return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y';
2879
2826
  }
2880
2827
 
2828
+ var max = Math.max;
2829
+ var min = Math.min;
2830
+ var round = Math.round;
2831
+
2881
2832
  function within(min$1, value, max$1) {
2882
2833
  return max(min$1, min(value, max$1));
2883
2834
  }
2884
- function withinMaxClamp(min, value, max) {
2885
- var v = within(min, value, max);
2886
- return v > max ? max : v;
2887
- }
2888
2835
 
2889
2836
  function getFreshSideObject() {
2890
2837
  return {
@@ -2997,10 +2944,6 @@ var arrow$1 = {
2997
2944
  requiresIfExists: ['preventOverflow']
2998
2945
  };
2999
2946
 
3000
- function getVariation(placement) {
3001
- return placement.split('-')[1];
3002
- }
3003
-
3004
2947
  var unsetSides = {
3005
2948
  top: 'auto',
3006
2949
  right: 'auto',
@@ -3016,8 +2959,8 @@ function roundOffsetsByDPR(_ref) {
3016
2959
  var win = window;
3017
2960
  var dpr = win.devicePixelRatio || 1;
3018
2961
  return {
3019
- x: round(x * dpr) / dpr || 0,
3020
- y: round(y * dpr) / dpr || 0
2962
+ x: round(round(x * dpr) / dpr) || 0,
2963
+ y: round(round(y * dpr) / dpr) || 0
3021
2964
  };
3022
2965
  }
3023
2966
 
@@ -3027,13 +2970,11 @@ function mapToStyles(_ref2) {
3027
2970
  var popper = _ref2.popper,
3028
2971
  popperRect = _ref2.popperRect,
3029
2972
  placement = _ref2.placement,
3030
- variation = _ref2.variation,
3031
2973
  offsets = _ref2.offsets,
3032
2974
  position = _ref2.position,
3033
2975
  gpuAcceleration = _ref2.gpuAcceleration,
3034
2976
  adaptive = _ref2.adaptive,
3035
- roundOffsets = _ref2.roundOffsets,
3036
- isFixed = _ref2.isFixed;
2977
+ roundOffsets = _ref2.roundOffsets;
3037
2978
 
3038
2979
  var _ref3 = roundOffsets === true ? roundOffsetsByDPR(offsets) : typeof roundOffsets === 'function' ? roundOffsets(offsets) : offsets,
3039
2980
  _ref3$x = _ref3.x,
@@ -3055,7 +2996,7 @@ function mapToStyles(_ref2) {
3055
2996
  if (offsetParent === getWindow(popper)) {
3056
2997
  offsetParent = getDocumentElement(popper);
3057
2998
 
3058
- if (getComputedStyle$1(offsetParent).position !== 'static' && position === 'absolute') {
2999
+ if (getComputedStyle$1(offsetParent).position !== 'static') {
3059
3000
  heightProp = 'scrollHeight';
3060
3001
  widthProp = 'scrollWidth';
3061
3002
  }
@@ -3064,19 +3005,17 @@ function mapToStyles(_ref2) {
3064
3005
 
3065
3006
  offsetParent = offsetParent;
3066
3007
 
3067
- if (placement === top || (placement === left || placement === right) && variation === end) {
3068
- sideY = bottom;
3069
- var offsetY = isFixed && win.visualViewport ? win.visualViewport.height : // $FlowFixMe[prop-missing]
3070
- offsetParent[heightProp];
3071
- y -= offsetY - popperRect.height;
3008
+ if (placement === top) {
3009
+ sideY = bottom; // $FlowFixMe[prop-missing]
3010
+
3011
+ y -= offsetParent[heightProp] - popperRect.height;
3072
3012
  y *= gpuAcceleration ? 1 : -1;
3073
3013
  }
3074
3014
 
3075
- if (placement === left || (placement === top || placement === bottom) && variation === end) {
3076
- sideX = right;
3077
- var offsetX = isFixed && win.visualViewport ? win.visualViewport.width : // $FlowFixMe[prop-missing]
3078
- offsetParent[widthProp];
3079
- x -= offsetX - popperRect.width;
3015
+ if (placement === left) {
3016
+ sideX = right; // $FlowFixMe[prop-missing]
3017
+
3018
+ x -= offsetParent[widthProp] - popperRect.width;
3080
3019
  x *= gpuAcceleration ? 1 : -1;
3081
3020
  }
3082
3021
  }
@@ -3088,7 +3027,7 @@ function mapToStyles(_ref2) {
3088
3027
  if (gpuAcceleration) {
3089
3028
  var _Object$assign;
3090
3029
 
3091
- return Object.assign({}, commonStyles, (_Object$assign = {}, _Object$assign[sideY] = hasY ? '0' : '', _Object$assign[sideX] = hasX ? '0' : '', _Object$assign.transform = (win.devicePixelRatio || 1) <= 1 ? "translate(" + x + "px, " + y + "px)" : "translate3d(" + x + "px, " + y + "px, 0)", _Object$assign));
3030
+ return Object.assign({}, commonStyles, (_Object$assign = {}, _Object$assign[sideY] = hasY ? '0' : '', _Object$assign[sideX] = hasX ? '0' : '', _Object$assign.transform = (win.devicePixelRatio || 1) < 2 ? "translate(" + x + "px, " + y + "px)" : "translate3d(" + x + "px, " + y + "px, 0)", _Object$assign));
3092
3031
  }
3093
3032
 
3094
3033
  return Object.assign({}, commonStyles, (_Object$assign2 = {}, _Object$assign2[sideY] = hasY ? y + "px" : '', _Object$assign2[sideX] = hasX ? x + "px" : '', _Object$assign2.transform = '', _Object$assign2));
@@ -3116,11 +3055,9 @@ function computeStyles(_ref4) {
3116
3055
 
3117
3056
  var commonStyles = {
3118
3057
  placement: getBasePlacement(state.placement),
3119
- variation: getVariation(state.placement),
3120
3058
  popper: state.elements.popper,
3121
3059
  popperRect: state.rects.popper,
3122
- gpuAcceleration: gpuAcceleration,
3123
- isFixed: state.options.strategy === 'fixed'
3060
+ gpuAcceleration: gpuAcceleration
3124
3061
  };
3125
3062
 
3126
3063
  if (state.modifiersData.popperOffsets != null) {
@@ -3378,7 +3315,7 @@ function getInnerBoundingClientRect(element) {
3378
3315
  }
3379
3316
 
3380
3317
  function getClientRectFromMixedType(element, clippingParent) {
3381
- return clippingParent === viewport ? rectToClientRect(getViewportRect(element)) : isElement(clippingParent) ? getInnerBoundingClientRect(clippingParent) : rectToClientRect(getDocumentRect(getDocumentElement(element)));
3318
+ return clippingParent === viewport ? rectToClientRect(getViewportRect(element)) : isHTMLElement(clippingParent) ? getInnerBoundingClientRect(clippingParent) : rectToClientRect(getDocumentRect(getDocumentElement(element)));
3382
3319
  } // A "clipping parent" is an overflowable container with the characteristic of
3383
3320
  // clipping (or hiding) overflowing elements with a position different from
3384
3321
  // `initial`
@@ -3395,7 +3332,7 @@ function getClippingParents(element) {
3395
3332
 
3396
3333
 
3397
3334
  return clippingParents.filter(function (clippingParent) {
3398
- return isElement(clippingParent) && contains$1(clippingParent, clipperElement) && getNodeName(clippingParent) !== 'body' && (canEscapeClipping ? getComputedStyle$1(clippingParent).position !== 'static' : true);
3335
+ return isElement(clippingParent) && contains$1(clippingParent, clipperElement) && getNodeName(clippingParent) !== 'body';
3399
3336
  });
3400
3337
  } // Gets the maximum area that the element is visible in due to any number of
3401
3338
  // clipping parents
@@ -3420,6 +3357,10 @@ function getClippingRect(element, boundary, rootBoundary) {
3420
3357
  return clippingRect;
3421
3358
  }
3422
3359
 
3360
+ function getVariation(placement) {
3361
+ return placement.split('-')[1];
3362
+ }
3363
+
3423
3364
  function computeOffsets(_ref) {
3424
3365
  var reference = _ref.reference,
3425
3366
  element = _ref.element,
@@ -3505,10 +3446,11 @@ function detectOverflow(state, options) {
3505
3446
  padding = _options$padding === void 0 ? 0 : _options$padding;
3506
3447
  var paddingObject = mergePaddingObject(typeof padding !== 'number' ? padding : expandToHashMap(padding, basePlacements));
3507
3448
  var altContext = elementContext === popper ? reference : popper;
3449
+ var referenceElement = state.elements.reference;
3508
3450
  var popperRect = state.rects.popper;
3509
3451
  var element = state.elements[altBoundary ? altContext : elementContext];
3510
3452
  var clippingClientRect = getClippingRect(isElement(element) ? element : element.contextElement || getDocumentElement(state.elements.popper), boundary, rootBoundary);
3511
- var referenceClientRect = getBoundingClientRect(state.elements.reference);
3453
+ var referenceClientRect = getBoundingClientRect(referenceElement);
3512
3454
  var popperOffsets = computeOffsets({
3513
3455
  reference: referenceClientRect,
3514
3456
  element: popperRect,
@@ -3895,14 +3837,6 @@ function preventOverflow(_ref) {
3895
3837
  var tetherOffsetValue = typeof tetherOffset === 'function' ? tetherOffset(Object.assign({}, state.rects, {
3896
3838
  placement: state.placement
3897
3839
  })) : tetherOffset;
3898
- var normalizedTetherOffsetValue = typeof tetherOffsetValue === 'number' ? {
3899
- mainAxis: tetherOffsetValue,
3900
- altAxis: tetherOffsetValue
3901
- } : Object.assign({
3902
- mainAxis: 0,
3903
- altAxis: 0
3904
- }, tetherOffsetValue);
3905
- var offsetModifierState = state.modifiersData.offset ? state.modifiersData.offset[state.placement] : null;
3906
3840
  var data = {
3907
3841
  x: 0,
3908
3842
  y: 0
@@ -3912,15 +3846,13 @@ function preventOverflow(_ref) {
3912
3846
  return;
3913
3847
  }
3914
3848
 
3915
- if (checkMainAxis) {
3916
- var _offsetModifierState$;
3917
-
3849
+ if (checkMainAxis || checkAltAxis) {
3918
3850
  var mainSide = mainAxis === 'y' ? top : left;
3919
3851
  var altSide = mainAxis === 'y' ? bottom : right;
3920
3852
  var len = mainAxis === 'y' ? 'height' : 'width';
3921
3853
  var offset = popperOffsets[mainAxis];
3922
- var min$1 = offset + overflow[mainSide];
3923
- var max$1 = offset - overflow[altSide];
3854
+ var min$1 = popperOffsets[mainAxis] + overflow[mainSide];
3855
+ var max$1 = popperOffsets[mainAxis] - overflow[altSide];
3924
3856
  var additive = tether ? -popperRect[len] / 2 : 0;
3925
3857
  var minLen = variation === start ? referenceRect[len] : popperRect[len];
3926
3858
  var maxLen = variation === start ? -popperRect[len] : -referenceRect[len]; // We need to include the arrow in the calculation so the arrow doesn't go
@@ -3940,45 +3872,36 @@ function preventOverflow(_ref) {
3940
3872
  // width or height)
3941
3873
 
3942
3874
  var arrowLen = within(0, referenceRect[len], arrowRect[len]);
3943
- var minOffset = isBasePlacement ? referenceRect[len] / 2 - additive - arrowLen - arrowPaddingMin - normalizedTetherOffsetValue.mainAxis : minLen - arrowLen - arrowPaddingMin - normalizedTetherOffsetValue.mainAxis;
3944
- var maxOffset = isBasePlacement ? -referenceRect[len] / 2 + additive + arrowLen + arrowPaddingMax + normalizedTetherOffsetValue.mainAxis : maxLen + arrowLen + arrowPaddingMax + normalizedTetherOffsetValue.mainAxis;
3875
+ var minOffset = isBasePlacement ? referenceRect[len] / 2 - additive - arrowLen - arrowPaddingMin - tetherOffsetValue : minLen - arrowLen - arrowPaddingMin - tetherOffsetValue;
3876
+ var maxOffset = isBasePlacement ? -referenceRect[len] / 2 + additive + arrowLen + arrowPaddingMax + tetherOffsetValue : maxLen + arrowLen + arrowPaddingMax + tetherOffsetValue;
3945
3877
  var arrowOffsetParent = state.elements.arrow && getOffsetParent(state.elements.arrow);
3946
3878
  var clientOffset = arrowOffsetParent ? mainAxis === 'y' ? arrowOffsetParent.clientTop || 0 : arrowOffsetParent.clientLeft || 0 : 0;
3947
- var offsetModifierValue = (_offsetModifierState$ = offsetModifierState == null ? void 0 : offsetModifierState[mainAxis]) != null ? _offsetModifierState$ : 0;
3948
- var tetherMin = offset + minOffset - offsetModifierValue - clientOffset;
3949
- var tetherMax = offset + maxOffset - offsetModifierValue;
3950
- var preventedOffset = within(tether ? min(min$1, tetherMin) : min$1, offset, tether ? max(max$1, tetherMax) : max$1);
3951
- popperOffsets[mainAxis] = preventedOffset;
3952
- data[mainAxis] = preventedOffset - offset;
3953
- }
3954
-
3955
- if (checkAltAxis) {
3956
- var _offsetModifierState$2;
3957
-
3958
- var _mainSide = mainAxis === 'x' ? top : left;
3959
-
3960
- var _altSide = mainAxis === 'x' ? bottom : right;
3961
-
3962
- var _offset = popperOffsets[altAxis];
3963
-
3964
- var _len = altAxis === 'y' ? 'height' : 'width';
3879
+ var offsetModifierValue = state.modifiersData.offset ? state.modifiersData.offset[state.placement][mainAxis] : 0;
3880
+ var tetherMin = popperOffsets[mainAxis] + minOffset - offsetModifierValue - clientOffset;
3881
+ var tetherMax = popperOffsets[mainAxis] + maxOffset - offsetModifierValue;
3965
3882
 
3966
- var _min = _offset + overflow[_mainSide];
3883
+ if (checkMainAxis) {
3884
+ var preventedOffset = within(tether ? min(min$1, tetherMin) : min$1, offset, tether ? max(max$1, tetherMax) : max$1);
3885
+ popperOffsets[mainAxis] = preventedOffset;
3886
+ data[mainAxis] = preventedOffset - offset;
3887
+ }
3967
3888
 
3968
- var _max = _offset - overflow[_altSide];
3889
+ if (checkAltAxis) {
3890
+ var _mainSide = mainAxis === 'x' ? top : left;
3969
3891
 
3970
- var isOriginSide = [top, left].indexOf(basePlacement) !== -1;
3892
+ var _altSide = mainAxis === 'x' ? bottom : right;
3971
3893
 
3972
- var _offsetModifierValue = (_offsetModifierState$2 = offsetModifierState == null ? void 0 : offsetModifierState[altAxis]) != null ? _offsetModifierState$2 : 0;
3894
+ var _offset = popperOffsets[altAxis];
3973
3895
 
3974
- var _tetherMin = isOriginSide ? _min : _offset - referenceRect[_len] - popperRect[_len] - _offsetModifierValue + normalizedTetherOffsetValue.altAxis;
3896
+ var _min = _offset + overflow[_mainSide];
3975
3897
 
3976
- var _tetherMax = isOriginSide ? _offset + referenceRect[_len] + popperRect[_len] - _offsetModifierValue - normalizedTetherOffsetValue.altAxis : _max;
3898
+ var _max = _offset - overflow[_altSide];
3977
3899
 
3978
- var _preventedOffset = tether && isOriginSide ? withinMaxClamp(_tetherMin, _offset, _tetherMax) : within(tether ? _tetherMin : _min, _offset, tether ? _tetherMax : _max);
3900
+ var _preventedOffset = within(tether ? min(_min, tetherMin) : _min, _offset, tether ? max(_max, tetherMax) : _max);
3979
3901
 
3980
- popperOffsets[altAxis] = _preventedOffset;
3981
- data[altAxis] = _preventedOffset - _offset;
3902
+ popperOffsets[altAxis] = _preventedOffset;
3903
+ data[altAxis] = _preventedOffset - _offset;
3904
+ }
3982
3905
  }
3983
3906
 
3984
3907
  state.modifiersData[name] = data;
@@ -4010,8 +3933,8 @@ function getNodeScroll(node) {
4010
3933
 
4011
3934
  function isElementScaled(element) {
4012
3935
  var rect = element.getBoundingClientRect();
4013
- var scaleX = round(rect.width) / element.offsetWidth || 1;
4014
- var scaleY = round(rect.height) / element.offsetHeight || 1;
3936
+ var scaleX = rect.width / element.offsetWidth || 1;
3937
+ var scaleY = rect.height / element.offsetHeight || 1;
4015
3938
  return scaleX !== 1 || scaleY !== 1;
4016
3939
  } // Returns the composite rect of an element relative to its offsetParent.
4017
3940
  // Composite means it takes into account transforms as well as layout.
@@ -4132,10 +4055,7 @@ var MISSING_DEPENDENCY_ERROR = 'Popper: modifier "%s" requires "%s", but "%s" mo
4132
4055
  var VALID_PROPERTIES = ['name', 'enabled', 'phase', 'fn', 'effect', 'requires', 'options'];
4133
4056
  function validateModifiers(modifiers) {
4134
4057
  modifiers.forEach(function (modifier) {
4135
- [].concat(Object.keys(modifier), VALID_PROPERTIES) // IE11-compatible replacement for `new Set(iterable)`
4136
- .filter(function (value, index, self) {
4137
- return self.indexOf(value) === index;
4138
- }).forEach(function (key) {
4058
+ Object.keys(modifier).forEach(function (key) {
4139
4059
  switch (key) {
4140
4060
  case 'name':
4141
4061
  if (typeof modifier.name !== 'string') {
@@ -4149,8 +4069,6 @@ function validateModifiers(modifiers) {
4149
4069
  console.error(format(INVALID_MODIFIER_ERROR, modifier.name, '"enabled"', '"boolean"', "\"" + String(modifier.enabled) + "\""));
4150
4070
  }
4151
4071
 
4152
- break;
4153
-
4154
4072
  case 'phase':
4155
4073
  if (modifierPhases.indexOf(modifier.phase) < 0) {
4156
4074
  console.error(format(INVALID_MODIFIER_ERROR, modifier.name, '"phase"', "either " + modifierPhases.join(', '), "\"" + String(modifier.phase) + "\""));
@@ -4166,14 +4084,14 @@ function validateModifiers(modifiers) {
4166
4084
  break;
4167
4085
 
4168
4086
  case 'effect':
4169
- if (modifier.effect != null && typeof modifier.effect !== 'function') {
4087
+ if (typeof modifier.effect !== 'function') {
4170
4088
  console.error(format(INVALID_MODIFIER_ERROR, modifier.name, '"effect"', '"function"', "\"" + String(modifier.fn) + "\""));
4171
4089
  }
4172
4090
 
4173
4091
  break;
4174
4092
 
4175
4093
  case 'requires':
4176
- if (modifier.requires != null && !Array.isArray(modifier.requires)) {
4094
+ if (!Array.isArray(modifier.requires)) {
4177
4095
  console.error(format(INVALID_MODIFIER_ERROR, modifier.name, '"requires"', '"array"', "\"" + String(modifier.requires) + "\""));
4178
4096
  }
4179
4097
 
@@ -4283,8 +4201,7 @@ function popperGenerator(generatorOptions) {
4283
4201
  var isDestroyed = false;
4284
4202
  var instance = {
4285
4203
  state: state,
4286
- setOptions: function setOptions(setOptionsAction) {
4287
- var options = typeof setOptionsAction === 'function' ? setOptionsAction(state.options) : setOptionsAction;
4204
+ setOptions: function setOptions(options) {
4288
4205
  cleanupModifierEffects();
4289
4206
  state.options = Object.assign({}, defaultOptions, state.options, options);
4290
4207
  state.scrollParents = {
@@ -2,7 +2,7 @@ import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-648
2
2
  import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
3
3
  import React__default, { useState, useRef, useEffect } from 'react';
4
4
  import { F as FaWindowClose } from './index.esm-1bd8a0a8.js';
5
- import { m as main_43 } from './main-754d4992.js';
5
+ import { m as main_43 } from './main-f97773b2.js';
6
6
  import './_commonjsHelpers-0c4b6f40.js';
7
7
  import './core.get-iterator-method-ea258bb1.js';
8
8
  import './web.dom.iterable-ab4dea5c.js';
@@ -5,7 +5,7 @@ import { B as BlockContent } from './BlockContent-1e73bd2c.js';
5
5
  import Col from 'react-bootstrap/Col';
6
6
  import Form from 'react-bootstrap/Form';
7
7
  import Button from 'react-bootstrap/Button';
8
- import { g as getSerializers } from './index-9d159a77.js';
8
+ import { g as getSerializers } from './index-9fdf6b2a.js';
9
9
  import VideoSeriesListing from './VideoSeriesListing.js';
10
10
  import './_commonjsHelpers-0c4b6f40.js';
11
11
  import './core.get-iterator-method-ea258bb1.js';
@@ -18,14 +18,15 @@ import './index-3f5c03b2.js';
18
18
  import './slicedToArray-6ebcbfea.js';
19
19
  import 'react-bootstrap';
20
20
  import './urlFor.js';
21
- import './index-5cc7b406.js';
21
+ import './index-f0fc23eb.js';
22
+ import './events-6c3a7a63.js';
22
23
  import 'next/router';
23
24
  import './index-c7e2ac95.js';
24
25
  import './util-8ed16d48.js';
25
26
  import './Beam.js';
26
27
  import './stringify-2b084bee.js';
27
28
  import './Segment.js';
28
- import './main-754d4992.js';
29
+ import './main-f97773b2.js';
29
30
  import './urlForFile-f6485737.js';
30
31
  import './index-755f2cc2.js';
31
32
  import 'react-dom';
@@ -20,7 +20,8 @@ import './toConsumableArray-f7074d7c.js';
20
20
  import './inherits-d21b4ef9.js';
21
21
  import './_object-sap-7cee6f84.js';
22
22
  import './define-property-5f1bda73.js';
23
- import './index-5cc7b406.js';
23
+ import './index-f0fc23eb.js';
24
+ import './events-6c3a7a63.js';
24
25
  import 'prop-types';
25
26
  import 'react-bootstrap/Container';
26
27
  import 'react-bootstrap/Row';
@@ -35,13 +36,13 @@ import './index.es-a6137319.js';
35
36
  import './visibility-sensor-72fd8f8b.js';
36
37
  import 'react-dom';
37
38
  import './index-3f5c03b2.js';
38
- import './ADlgInfeed-bc4a726f.js';
39
+ import './ADlgInfeed-444f326d.js';
39
40
  import './AdSlot.js';
40
41
  import './Beam.js';
41
42
  import './stringify-2b084bee.js';
42
43
  import './Segment.js';
43
- import './main-754d4992.js';
44
- import './ADInfeed-2503361a.js';
44
+ import './main-f97773b2.js';
45
+ import './ADInfeed-b034e2e6.js';
45
46
  import './index-755f2cc2.js';
46
47
  import './urlFor.js';
47
48
  import './style-inject.es-1f59c1d0.js';
@@ -1,7 +1,7 @@
1
1
  import { _ as _extends } from './extends-1559c147.js';
2
2
  import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-d21b4ef9.js';
3
3
  import React__default from 'react';
4
- import { l as lib_3 } from './index-5cc7b406.js';
4
+ import { l as lib_3 } from './index-f0fc23eb.js';
5
5
  import Container from 'react-bootstrap/Container';
6
6
  import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
7
7
  import { I as IoIosArrowForward } from './index.esm-eb1e8e80.js';
@@ -18,6 +18,7 @@ import './typeof-657f25da.js';
18
18
  import './web.dom.iterable-ab4dea5c.js';
19
19
  import './_is-array-8d21b9e3.js';
20
20
  import './_library-528f1934.js';
21
+ import './events-6c3a7a63.js';
21
22
  import 'prop-types';
22
23
  import 'react-dom';
23
24
  import './iconBase-ccc56b97.js';
@@ -27,7 +28,7 @@ import './index-755f2cc2.js';
27
28
  import './smoothscroll-fa4e3f8c.js';
28
29
  import './urlFor.js';
29
30
  import './index-3f5c03b2.js';
30
- import './main-754d4992.js';
31
+ import './main-f97773b2.js';
31
32
  import './isSymbol-a7e9aafe.js';
32
33
  import './toNumber-5aeba6e7.js';
33
34
 
package/dist/esm/View.js CHANGED
@@ -8,16 +8,16 @@ import { _ as _JSON$stringify } from './stringify-2b084bee.js';
8
8
  import { _ as _toConsumableArray } from './toConsumableArray-f7074d7c.js';
9
9
  import { m as moment } from './moment-bc12cb97.js';
10
10
  import { B as BlockContent } from './BlockContent-1e73bd2c.js';
11
- import { m as main_43 } from './main-754d4992.js';
11
+ import { m as main_43 } from './main-f97773b2.js';
12
12
  import 'react-bootstrap/Dropdown';
13
13
  import Form from 'react-bootstrap/Form';
14
14
  import FormControl from 'react-bootstrap/FormControl';
15
15
  import Button from 'react-bootstrap/Button';
16
16
  import { V as VisibilitySensor } from './visibility-sensor-72fd8f8b.js';
17
17
  import SocialShare from './SocialShare.js';
18
- import { r as renderAuthor, g as getSerializers } from './index-9d159a77.js';
18
+ import { r as renderAuthor, g as getSerializers } from './index-9fdf6b2a.js';
19
19
  import DFPAdSlot from './AdSlot.js';
20
- import { S as SeriesSlider } from './SeriesSlider-a6b1d617.js';
20
+ import { S as SeriesSlider } from './SeriesSlider-07be99e0.js';
21
21
  import { a as getContentPlacementUrl, g as getTargeting } from './getTargeting-5a281334.js';
22
22
  import getKeywords from './getKeywords.js';
23
23
  import urlFor from './urlFor.js';
@@ -33,7 +33,7 @@ import { PixelTrackingArticle } from './PixelTracking.js';
33
33
  import './Segment.js';
34
34
  import { _ as _Object$keys } from './keys-31dcdb31.js';
35
35
  import { I as InfiniteScroll } from './index.es-a6137319.js';
36
- import { l as lib_3 } from './index-5cc7b406.js';
36
+ import { l as lib_3 } from './index-f0fc23eb.js';
37
37
  import getRelatedArticle from './getRelatedArticle.js';
38
38
  import getQuery from './getQuery.js';
39
39
  import getSeriesDetail from './getSeriesDetail.js';
@@ -74,6 +74,7 @@ import './checkSisterSite-a7218fda.js';
74
74
  import './debounce-533d9748.js';
75
75
  import './isSymbol-a7e9aafe.js';
76
76
  import './toNumber-5aeba6e7.js';
77
+ import './events-6c3a7a63.js';
77
78
  import './index-db3bb315.js';
78
79
 
79
80
  var getArticleSummary = function getArticleSummary(article) {
@@ -1036,6 +1037,11 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
1036
1037
  showPageNumber = props.showPageNumber,
1037
1038
  emailList = props.emailList,
1038
1039
  articleRecs = props.articleRecs;
1040
+
1041
+
1042
+ var parentRisToggle = issueGroup && issueGroup.parent && issueGroup.parent.risMapping ? issueGroup.parent.risMapping.show_download_ris_button : null;
1043
+ var issueGroupRisToggle = issueGroup && issueGroup.risMapping ? issueGroup.risMapping.show_download_ris_button : null;
1044
+
1039
1045
  var sliderData = props.sliderData;
1040
1046
 
1041
1047
  var disableEpisodeNumber = false;
@@ -1875,13 +1881,13 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
1875
1881
  hideFacebook: hideFBShare
1876
1882
  })
1877
1883
  ),
1878
- issue && downloadCitation && (!issue.hasOwnProperty('show_download_ris_button') || issue.show_download_ris_button !== false) && (!issue.publication || !issue.publication.hasOwnProperty('show_download_ris_button') || issue.publication.show_download_ris_button !== false) && React__default.createElement(
1884
+ downloadCitation && (parentRisToggle || issueGroupRisToggle) ? React__default.createElement(
1879
1885
  Button,
1880
1886
  { className: 'ris-download-button', onClick: function onClick() {
1881
1887
  return downloadRIS();
1882
1888
  } },
1883
1889
  'Download RIS'
1884
- )
1890
+ ) : null
1885
1891
  )
1886
1892
  ),
1887
1893
  React__default.createElement(
@@ -4,7 +4,7 @@ import { g as getYoutubeId } from './index-c7e2ac95.js';
4
4
  import { L as LazyLoad } from './index-755f2cc2.js';
5
5
  import { s as smoothscroll } from './smoothscroll-fa4e3f8c.js';
6
6
  import urlFor from './urlFor.js';
7
- import { m as main_43, a as main_49, b as main_42 } from './main-754d4992.js';
7
+ import { m as main_43, a as main_49, b as main_42 } from './main-f97773b2.js';
8
8
  import './_commonjsHelpers-0c4b6f40.js';
9
9
  import './web.dom.iterable-ab4dea5c.js';
10
10
  import './core.get-iterator-method-ea258bb1.js';
@@ -0,0 +1,68 @@
1
+ import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
+
3
+ var asyncToGenerator = createCommonjsModule(function (module) {
4
+ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
5
+ try {
6
+ var info = gen[key](arg);
7
+ var value = info.value;
8
+ } catch (error) {
9
+ reject(error);
10
+ return;
11
+ }
12
+
13
+ if (info.done) {
14
+ resolve(value);
15
+ } else {
16
+ Promise.resolve(value).then(_next, _throw);
17
+ }
18
+ }
19
+
20
+ function _asyncToGenerator(fn) {
21
+ return function () {
22
+ var self = this,
23
+ args = arguments;
24
+ return new Promise(function (resolve, reject) {
25
+ var gen = fn.apply(self, args);
26
+
27
+ function _next(value) {
28
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
29
+ }
30
+
31
+ function _throw(err) {
32
+ asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
33
+ }
34
+
35
+ _next(undefined);
36
+ });
37
+ };
38
+ }
39
+
40
+ module.exports = _asyncToGenerator;
41
+ module.exports["default"] = module.exports, module.exports.__esModule = true;
42
+ });
43
+
44
+ var _asyncToGenerator = unwrapExports(asyncToGenerator);
45
+
46
+ var defineProperty = createCommonjsModule(function (module) {
47
+ function _defineProperty(obj, key, value) {
48
+ if (key in obj) {
49
+ Object.defineProperty(obj, key, {
50
+ value: value,
51
+ enumerable: true,
52
+ configurable: true,
53
+ writable: true
54
+ });
55
+ } else {
56
+ obj[key] = value;
57
+ }
58
+
59
+ return obj;
60
+ }
61
+
62
+ module.exports = _defineProperty;
63
+ module.exports["default"] = module.exports, module.exports.__esModule = true;
64
+ });
65
+
66
+ var _defineProperty = unwrapExports(defineProperty);
67
+
68
+ export { _asyncToGenerator as _, _defineProperty as a, asyncToGenerator as b, defineProperty as d };