@mjhls/mjh-framework 1.0.604-hamMagazine-v8 → 1.0.604

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 (113) hide show
  1. package/README.md +172 -172
  2. package/dist/cjs/AD.js +1 -1
  3. package/dist/cjs/ADFloatingFooter.js +3 -3
  4. package/dist/cjs/AccordionPanel.js +1 -1
  5. package/dist/cjs/ArticleQueue.js +3 -3
  6. package/dist/cjs/Auth.js +5 -5
  7. package/dist/cjs/{BlockContent-c2168db0.js → BlockContent-77f81ffc.js} +1 -1
  8. package/dist/cjs/ConferenceArticleCard.js +16 -16
  9. package/dist/cjs/DeckContent.js +9 -9
  10. package/dist/cjs/DeckQueue.js +1 -1
  11. package/dist/cjs/EventsDeck.js +17 -17
  12. package/dist/cjs/ExternalResources.js +3 -3
  13. package/dist/cjs/Feature.js +1 -1
  14. package/dist/cjs/ForbesHero.js +1 -1
  15. package/dist/cjs/GridContent.js +2 -2
  16. package/dist/cjs/GridHero.js +1 -1
  17. package/dist/cjs/GroupDeck.js +5 -5
  18. package/dist/cjs/HamMagazine.js +35 -221
  19. package/dist/cjs/Hero.js +1 -1
  20. package/dist/cjs/HorizontalHero.js +1 -1
  21. package/dist/cjs/IssueContentDeck.js +1 -1
  22. package/dist/cjs/IssueDeck.js +1 -1
  23. package/dist/cjs/IssueLanding.js +31 -31
  24. package/dist/cjs/KMTracker.js +15 -15
  25. package/dist/cjs/MasterDeck.js +10 -10
  26. package/dist/cjs/NavMagazine.js +14 -13
  27. package/dist/cjs/NavNative.js +12 -11
  28. package/dist/cjs/OncliveHero.js +1 -1
  29. package/dist/cjs/OncliveLargeHero.js +1 -1
  30. package/dist/cjs/PartnerDetailListing.js +6 -6
  31. package/dist/cjs/PublicationDeck.js +2 -2
  32. package/dist/cjs/PublicationLanding.js +33 -33
  33. package/dist/cjs/QueueDeckExpanded.js +2 -2
  34. package/dist/cjs/RecentNews.js +1 -1
  35. package/dist/cjs/RelatedContent.js +29 -29
  36. package/dist/cjs/RelatedTopicsDropdown.js +10 -10
  37. package/dist/cjs/SideFooter.js +2 -2
  38. package/dist/cjs/{index.esm-d1259b34.js → SocialNavFooter-9a07520f.js} +0 -8
  39. package/dist/cjs/TaxonomyCard.js +2 -2
  40. package/dist/cjs/TemplateNormal.js +3 -2
  41. package/dist/cjs/ThumbnailCard.js +1 -1
  42. package/dist/cjs/Ustream.js +1 -1
  43. package/dist/cjs/VerticalHero.js +1 -1
  44. package/dist/cjs/VideoSeriesListing.js +2 -2
  45. package/dist/cjs/View.js +29 -29
  46. package/dist/cjs/YahooHero.js +1 -1
  47. package/dist/cjs/YoutubeGroup.js +5 -5
  48. package/dist/cjs/getSerializers.js +3 -3
  49. package/dist/cjs/{getTargeting-5a0b8ee4.js → getTargeting-5db63100.js} +11 -11
  50. package/dist/cjs/getTargeting.js +1 -1
  51. package/dist/cjs/{index-39beccb3.js → index-be0c82be.js} +1 -2
  52. package/dist/cjs/{index-af999dce.js → index-f745a50a.js} +436 -448
  53. package/dist/cjs/index.esm-0e5c6a9e.js +11 -0
  54. package/dist/cjs/{index.esm-876ca9ff.js → index.esm-fbd1f7e9.js} +5 -0
  55. package/dist/cjs/index.js +13 -7
  56. package/dist/cjs/{lodash-7fd85bcf.js → lodash-fc2922d0.js} +22 -71
  57. package/dist/cjs/urlFor.js +2 -2
  58. package/dist/esm/ADFloatingFooter.js +3 -3
  59. package/dist/esm/AccordionPanel.js +1 -1
  60. package/dist/esm/ArticleQueue.js +3 -3
  61. package/dist/esm/Auth.js +2 -2
  62. package/dist/esm/{BlockContent-c409aca5.js → BlockContent-e9b4ddcf.js} +1 -1
  63. package/dist/esm/ConferenceArticleCard.js +16 -16
  64. package/dist/esm/DeckContent.js +9 -9
  65. package/dist/esm/DeckQueue.js +1 -1
  66. package/dist/esm/EventsDeck.js +17 -17
  67. package/dist/esm/ExternalResources.js +3 -3
  68. package/dist/esm/Feature.js +1 -1
  69. package/dist/esm/ForbesHero.js +1 -1
  70. package/dist/esm/GridContent.js +2 -2
  71. package/dist/esm/GridHero.js +1 -1
  72. package/dist/esm/GroupDeck.js +5 -5
  73. package/dist/esm/HamMagazine.js +34 -220
  74. package/dist/esm/Hero.js +1 -1
  75. package/dist/esm/HorizontalHero.js +1 -1
  76. package/dist/esm/IssueContentDeck.js +1 -1
  77. package/dist/esm/IssueDeck.js +1 -1
  78. package/dist/esm/IssueLanding.js +31 -31
  79. package/dist/esm/KMTracker.js +15 -15
  80. package/dist/esm/MasterDeck.js +10 -10
  81. package/dist/esm/NavMagazine.js +13 -12
  82. package/dist/esm/NavNative.js +11 -10
  83. package/dist/esm/OncliveHero.js +1 -1
  84. package/dist/esm/OncliveLargeHero.js +1 -1
  85. package/dist/esm/PartnerDetailListing.js +4 -4
  86. package/dist/esm/PublicationDeck.js +2 -2
  87. package/dist/esm/PublicationLanding.js +33 -33
  88. package/dist/esm/QueueDeckExpanded.js +2 -2
  89. package/dist/esm/RecentNews.js +1 -1
  90. package/dist/esm/RelatedContent.js +29 -29
  91. package/dist/esm/RelatedTopicsDropdown.js +10 -10
  92. package/dist/esm/SideFooter.js +2 -2
  93. package/dist/esm/{index.esm-73e847d2.js → SocialNavFooter-4fb16720.js} +1 -8
  94. package/dist/esm/TaxonomyCard.js +2 -2
  95. package/dist/esm/TemplateNormal.js +3 -2
  96. package/dist/esm/ThumbnailCard.js +1 -1
  97. package/dist/esm/Ustream.js +1 -1
  98. package/dist/esm/VerticalHero.js +1 -1
  99. package/dist/esm/VideoSeriesListing.js +2 -2
  100. package/dist/esm/View.js +5 -5
  101. package/dist/esm/YahooHero.js +1 -1
  102. package/dist/esm/YoutubeGroup.js +5 -5
  103. package/dist/esm/getSerializers.js +3 -3
  104. package/dist/esm/{getTargeting-962c9cf6.js → getTargeting-36bcd238.js} +9 -9
  105. package/dist/esm/getTargeting.js +1 -1
  106. package/dist/esm/{index-1c791baf.js → index-599efdf0.js} +436 -448
  107. package/dist/esm/{index-3849e3fe.js → index-73819142.js} +1 -2
  108. package/dist/esm/index.esm-16536e81.js +9 -0
  109. package/dist/esm/{index.esm-85cb09e6.js → index.esm-4b1d94b7.js} +5 -1
  110. package/dist/esm/index.js +12 -7
  111. package/dist/esm/{lodash-ec8c6b48.js → lodash-17fdfebb.js} +22 -71
  112. package/dist/esm/urlFor.js +2 -2
  113. package/package.json +107 -107
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ var iconBase = require('./iconBase-68959171.js');
4
+
5
+ // THIS FILE IS AUTO GENERATED
6
+ var GoSearch = function (props) {
7
+ return iconBase.GenIcon({"tag":"svg","attr":{"viewBox":"0 0 16 16"},"child":[{"tag":"path","attr":{"fillRule":"evenodd","d":"M15.7 13.3l-3.81-3.83A5.93 5.93 0 0 0 13 6c0-3.31-2.69-6-6-6S1 2.69 1 6s2.69 6 6 6c1.3 0 2.48-.41 3.47-1.11l3.83 3.81c.19.2.45.3.7.3.25 0 .52-.09.7-.3a.996.996 0 0 0 0-1.41v.01zM7 10.7c-2.59 0-4.7-2.11-4.7-4.7 0-2.59 2.11-4.7 4.7-4.7 2.59 0 4.7 2.11 4.7 4.7 0 2.59-2.11 4.7-4.7 4.7z"}}]})(props);
8
+ };
9
+ GoSearch.displayName = "GoSearch";
10
+
11
+ exports.GoSearch = GoSearch;
@@ -7,6 +7,10 @@ var IoIosArrowForward = function (props) {
7
7
  return iconBase.GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M294.1 256L167 129c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.3 34 0L345 239c9.1 9.1 9.3 23.7.7 33.1L201.1 417c-4.7 4.7-10.9 7-17 7s-12.3-2.3-17-7c-9.4-9.4-9.4-24.6 0-33.9l127-127.1z"}}]})(props);
8
8
  };
9
9
  IoIosArrowForward.displayName = "IoIosArrowForward";
10
+ var IoIosHome = function (props) {
11
+ return iconBase.GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M258.5 104.1c-1.5-1.2-3.5-1.2-5 0l-156 124.8c-.9.8-1.5 1.9-1.5 3.1v230c0 1.1.9 2 2 2h108c1.1 0 2-.9 2-2V322c0-1.1.9-2 2-2h92c1.1 0 2 .9 2 2v140c0 1.1.9 2 2 2h108c1.1 0 2-.9 2-2V232c0-1.2-.6-2.4-1.5-3.1l-156-124.8z"}},{"tag":"path","attr":{"d":"M458.7 204.2l-189-151.4C265.9 49.7 261 48 256 48s-9.9 1.7-13.7 4.8L160 119.7V77.5c0-1.1-.9-2-2-2H98c-1.1 0-2 .9-2 2v92.2l-42.7 35.1c-3.1 2.5-5.1 6.2-5.3 10.2-.2 4 1.3 7.9 4.1 10.7 2.6 2.6 6.1 4.1 9.9 4.1 3.2 0 6.3-1.1 8.8-3.1l183.9-148c.5-.4.9-.4 1.3-.4s.8.1 1.3.4l183.9 147.4c2.5 2 5.6 3.1 8.8 3.1 3.7 0 7.2-1.4 9.9-4.1 2.9-2.8 4.4-6.7 4.2-10.7-.3-4-2.2-7.7-5.4-10.2z"}}]})(props);
12
+ };
13
+ IoIosHome.displayName = "IoIosHome";
10
14
  var IoIosOpen = function (props) {
11
15
  return iconBase.GenIcon({"tag":"svg","attr":{"viewBox":"0 0 512 512"},"child":[{"tag":"path","attr":{"d":"M227.8 300.2c-5.1-5.1-5.1-13.3 0-18.4l133.7-133.7c-5.3-2.6-11.2-4.1-17.5-4.1H88c-22 0-40 18-40 40v224c0 22 18 40 40 40h256c22 0 40-18 40-40V184c0-6.3-1.5-12.2-4.1-17.5L246.2 300.2c-5.1 5.1-13.3 5.1-18.4 0z"}},{"tag":"path","attr":{"d":"M459.5 68.5C457 66 453 64 449 64h-97c-7.2-.1-13.1 5.7-13.1 12.9-.1 7.2 5.7 13.1 12.9 13.1l67.3.5-57.6 57.6c8 3.9 14.5 10.4 18.4 18.4l57.6-57.6.5 67.3c.1 7.2 5.9 13 13.1 12.9 7.2-.1 13-5.9 12.9-13.1V78c0-3.5-2-7-4.5-9.5z"}}]})(props);
12
16
  };
@@ -21,6 +25,7 @@ var IoMdLogIn = function (props) {
21
25
  IoMdLogIn.displayName = "IoMdLogIn";
22
26
 
23
27
  exports.IoIosArrowForward = IoIosArrowForward;
28
+ exports.IoIosHome = IoIosHome;
24
29
  exports.IoIosOpen = IoIosOpen;
25
30
  exports.IoMdArrowDropdown = IoMdArrowDropdown;
26
31
  exports.IoMdLogIn = IoMdLogIn;
package/dist/cjs/index.js CHANGED
@@ -29,7 +29,7 @@ require('./debounce-32e57002.js');
29
29
  require('./index.es-9110add6.js');
30
30
  require('react-dom');
31
31
  require('./visibility-sensor-0c45a583.js');
32
- require('./index-39beccb3.js');
32
+ require('./index-be0c82be.js');
33
33
  require('./index-fa0fb52c.js');
34
34
  require('./main-88348b15.js');
35
35
  require('./entities-310b46ee.js');
@@ -41,7 +41,7 @@ var Segment = require('./beam-d22818d3.js');
41
41
  var AdSlot = require('./AdSlot.js');
42
42
  require('./ADInfeed-df340285.js');
43
43
  var DeckContent = require('./DeckContent.js');
44
- require('./lodash-7fd85bcf.js');
44
+ require('./lodash-fc2922d0.js');
45
45
  require('./ADlgInfeed-2110d08c.js');
46
46
  require('./_arrayMap-3b4a0f75.js');
47
47
  require('./get-5dfcdc33.js');
@@ -51,7 +51,7 @@ var GridContent = require('./GridContent.js');
51
51
  var DeckQueue = require('./DeckQueue.js');
52
52
  require('react-bootstrap/Media');
53
53
  var ThumbnailCard = require('./ThumbnailCard.js');
54
- require('./BlockContent-c2168db0.js');
54
+ require('./BlockContent-77f81ffc.js');
55
55
  require('./react-social-icons-cd0d9d3b.js');
56
56
  var TaxonomyCard = require('./TaxonomyCard.js');
57
57
  var RolesDeck = require('./RolesDeck.js');
@@ -61,7 +61,7 @@ var YoutubeGroup = require('./YoutubeGroup.js');
61
61
  require('react-bootstrap');
62
62
  var QueueDeckExpanded = require('./QueueDeckExpanded.js');
63
63
  require('./iconBase-68959171.js');
64
- require('./index.esm-876ca9ff.js');
64
+ require('./index.esm-fbd1f7e9.js');
65
65
  var VideoSeriesListing = require('./VideoSeriesListing.js');
66
66
  var MasterDeck = require('./MasterDeck.js');
67
67
  require('react-bootstrap/Button');
@@ -74,7 +74,7 @@ require('./index-3294d3bc.js');
74
74
  require('./js.cookie-a511c430.js');
75
75
  var EventsDeck = require('./EventsDeck.js');
76
76
  var CMEDeck = require('./CMEDeck.js');
77
- var getSerializers = require('./index-af999dce.js');
77
+ var getSerializers = require('./index-f745a50a.js');
78
78
  require('./util-f2c1b65b.js');
79
79
  require('./brightcove-react-player-loader.es-156bd4d6.js');
80
80
  require('react-bootstrap/Pagination');
@@ -102,8 +102,9 @@ require('react-bootstrap/Navbar');
102
102
  require('react-bootstrap/NavDropdown');
103
103
  require('./index.esm-66ffa47a.js');
104
104
  require('./NavFooter-76c913e3.js');
105
- require('./index.esm-d1259b34.js');
105
+ require('./SocialNavFooter-9a07520f.js');
106
106
  var SocialIcons = require('./SocialIcons.js');
107
+ require('./index.esm-0e5c6a9e.js');
107
108
  require('react-bootstrap/Form');
108
109
  require('react-bootstrap/FormControl');
109
110
  var NavMagazine = require('./NavMagazine.js');
@@ -157,7 +158,11 @@ var SetCookie = require('./SetCookie.js');
157
158
  require('./index-bd6c9f56.js');
158
159
  var getRelatedArticle = require('./getRelatedArticle.js');
159
160
  var getQuery = require('./getQuery.js');
160
- var getTargeting = require('./getTargeting-5a0b8ee4.js');
161
+ var Auth = require('./Auth.js');
162
+ require('swr');
163
+ require('passport-local');
164
+ require('mysql');
165
+ var getTargeting = require('./getTargeting-5db63100.js');
161
166
  var View = require('./View.js');
162
167
  var urlFor = require('./urlFor.js');
163
168
  var PartnerDetailListing = require('./PartnerDetailListing.js');
@@ -242,6 +247,7 @@ exports.getSeriesDetail = getSeriesDetail;
242
247
  exports.SetCookie = SetCookie;
243
248
  exports.getRelatedArticle = getRelatedArticle;
244
249
  exports.getQuery = getQuery;
250
+ exports.Auth = Auth.default;
245
251
  exports.getTargeting = getTargeting.getTargeting;
246
252
  exports.View = View;
247
253
  exports.urlFor = urlFor;
@@ -9,7 +9,7 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
9
9
  var undefined$1;
10
10
 
11
11
  /** Used as the semantic version number. */
12
- var VERSION = '4.17.20';
12
+ var VERSION = '4.17.15';
13
13
 
14
14
  /** Used as the size to enable large array optimizations. */
15
15
  var LARGE_ARRAY_SIZE = 200;
@@ -3716,21 +3716,8 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
3716
3716
  * @returns {Array} Returns the new sorted array.
3717
3717
  */
3718
3718
  function baseOrderBy(collection, iteratees, orders) {
3719
- if (iteratees.length) {
3720
- iteratees = arrayMap(iteratees, function(iteratee) {
3721
- if (isArray(iteratee)) {
3722
- return function(value) {
3723
- return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee);
3724
- }
3725
- }
3726
- return iteratee;
3727
- });
3728
- } else {
3729
- iteratees = [identity];
3730
- }
3731
-
3732
3719
  var index = -1;
3733
- iteratees = arrayMap(iteratees, baseUnary(getIteratee()));
3720
+ iteratees = arrayMap(iteratees.length ? iteratees : [identity], baseUnary(getIteratee()));
3734
3721
 
3735
3722
  var result = baseMap(collection, function(value, key, collection) {
3736
3723
  var criteria = arrayMap(iteratees, function(iteratee) {
@@ -3987,10 +3974,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
3987
3974
  var key = toKey(path[index]),
3988
3975
  newValue = value;
3989
3976
 
3990
- if (key === '__proto__' || key === 'constructor' || key === 'prototype') {
3991
- return object;
3992
- }
3993
-
3994
3977
  if (index != lastIndex) {
3995
3978
  var objValue = nested[key];
3996
3979
  newValue = customizer ? customizer(objValue, key, nested) : undefined$1;
@@ -4143,14 +4126,11 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
4143
4126
  * into `array`.
4144
4127
  */
4145
4128
  function baseSortedIndexBy(array, value, iteratee, retHighest) {
4146
- var low = 0,
4147
- high = array == null ? 0 : array.length;
4148
- if (high === 0) {
4149
- return 0;
4150
- }
4151
-
4152
4129
  value = iteratee(value);
4153
- var valIsNaN = value !== value,
4130
+
4131
+ var low = 0,
4132
+ high = array == null ? 0 : array.length,
4133
+ valIsNaN = value !== value,
4154
4134
  valIsNull = value === null,
4155
4135
  valIsSymbol = isSymbol(value),
4156
4136
  valIsUndefined = value === undefined$1;
@@ -5635,11 +5615,10 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
5635
5615
  if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
5636
5616
  return false;
5637
5617
  }
5638
- // Check that cyclic values are equal.
5639
- var arrStacked = stack.get(array);
5640
- var othStacked = stack.get(other);
5641
- if (arrStacked && othStacked) {
5642
- return arrStacked == other && othStacked == array;
5618
+ // Assume cyclic values are equal.
5619
+ var stacked = stack.get(array);
5620
+ if (stacked && stack.get(other)) {
5621
+ return stacked == other;
5643
5622
  }
5644
5623
  var index = -1,
5645
5624
  result = true,
@@ -5801,11 +5780,10 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
5801
5780
  return false;
5802
5781
  }
5803
5782
  }
5804
- // Check that cyclic values are equal.
5805
- var objStacked = stack.get(object);
5806
- var othStacked = stack.get(other);
5807
- if (objStacked && othStacked) {
5808
- return objStacked == other && othStacked == object;
5783
+ // Assume cyclic values are equal.
5784
+ var stacked = stack.get(object);
5785
+ if (stacked && stack.get(other)) {
5786
+ return stacked == other;
5809
5787
  }
5810
5788
  var result = true;
5811
5789
  stack.set(object, other);
@@ -9186,10 +9164,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
9186
9164
  * // The `_.property` iteratee shorthand.
9187
9165
  * _.filter(users, 'active');
9188
9166
  * // => objects for ['barney']
9189
- *
9190
- * // Combining several predicates using `_.overEvery` or `_.overSome`.
9191
- * _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]]));
9192
- * // => objects for ['fred', 'barney']
9193
9167
  */
9194
9168
  function filter(collection, predicate) {
9195
9169
  var func = isArray(collection) ? arrayFilter : baseFilter;
@@ -9939,15 +9913,15 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
9939
9913
  * var users = [
9940
9914
  * { 'user': 'fred', 'age': 48 },
9941
9915
  * { 'user': 'barney', 'age': 36 },
9942
- * { 'user': 'fred', 'age': 30 },
9916
+ * { 'user': 'fred', 'age': 40 },
9943
9917
  * { 'user': 'barney', 'age': 34 }
9944
9918
  * ];
9945
9919
  *
9946
9920
  * _.sortBy(users, [function(o) { return o.user; }]);
9947
- * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 30]]
9921
+ * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]]
9948
9922
  *
9949
9923
  * _.sortBy(users, ['user', 'age']);
9950
- * // => objects for [['barney', 34], ['barney', 36], ['fred', 30], ['fred', 48]]
9924
+ * // => objects for [['barney', 34], ['barney', 36], ['fred', 40], ['fred', 48]]
9951
9925
  */
9952
9926
  var sortBy = baseRest(function(collection, iteratees) {
9953
9927
  if (collection == null) {
@@ -14822,11 +14796,11 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
14822
14796
 
14823
14797
  // Use a sourceURL for easier debugging.
14824
14798
  // The sourceURL gets injected into the source that's eval-ed, so be careful
14825
- // to normalize all kinds of whitespace, so e.g. newlines (and unicode versions of it) can't sneak in
14826
- // and escape the comment, thus injecting code that gets evaled.
14799
+ // with lookup (in case of e.g. prototype pollution), and strip newlines if any.
14800
+ // A newline wouldn't be a valid sourceURL anyway, and it'd enable code injection.
14827
14801
  var sourceURL = '//# sourceURL=' +
14828
14802
  (hasOwnProperty.call(options, 'sourceURL')
14829
- ? (options.sourceURL + '').replace(/\s/g, ' ')
14803
+ ? (options.sourceURL + '').replace(/[\r\n]/g, ' ')
14830
14804
  : ('lodash.templateSources[' + (++templateCounter) + ']')
14831
14805
  ) + '\n';
14832
14806
 
@@ -14859,6 +14833,8 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
14859
14833
 
14860
14834
  // If `variable` is not specified wrap a with-statement around the generated
14861
14835
  // code to add the data object to the top of the scope chain.
14836
+ // Like with sourceURL, we take care to not check the option's prototype,
14837
+ // as this configuration is a code injection vector.
14862
14838
  var variable = hasOwnProperty.call(options, 'variable') && options.variable;
14863
14839
  if (!variable) {
14864
14840
  source = 'with (obj) {\n' + source + '\n}\n';
@@ -15565,9 +15541,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15565
15541
  * values against any array or object value, respectively. See `_.isEqual`
15566
15542
  * for a list of supported value comparisons.
15567
15543
  *
15568
- * **Note:** Multiple values can be checked by combining several matchers
15569
- * using `_.overSome`
15570
- *
15571
15544
  * @static
15572
15545
  * @memberOf _
15573
15546
  * @since 3.0.0
@@ -15583,10 +15556,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15583
15556
  *
15584
15557
  * _.filter(objects, _.matches({ 'a': 4, 'c': 6 }));
15585
15558
  * // => [{ 'a': 4, 'b': 5, 'c': 6 }]
15586
- *
15587
- * // Checking for several possible values
15588
- * _.filter(objects, _.overSome([_.matches({ 'a': 1 }), _.matches({ 'a': 4 })]));
15589
- * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }]
15590
15559
  */
15591
15560
  function matches(source) {
15592
15561
  return baseMatches(baseClone(source, CLONE_DEEP_FLAG));
@@ -15601,9 +15570,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15601
15570
  * `srcValue` values against any array or object value, respectively. See
15602
15571
  * `_.isEqual` for a list of supported value comparisons.
15603
15572
  *
15604
- * **Note:** Multiple values can be checked by combining several matchers
15605
- * using `_.overSome`
15606
- *
15607
15573
  * @static
15608
15574
  * @memberOf _
15609
15575
  * @since 3.2.0
@@ -15620,10 +15586,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15620
15586
  *
15621
15587
  * _.find(objects, _.matchesProperty('a', 4));
15622
15588
  * // => { 'a': 4, 'b': 5, 'c': 6 }
15623
- *
15624
- * // Checking for several possible values
15625
- * _.filter(objects, _.overSome([_.matchesProperty('a', 1), _.matchesProperty('a', 4)]));
15626
- * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }]
15627
15589
  */
15628
15590
  function matchesProperty(path, srcValue) {
15629
15591
  return baseMatchesProperty(path, baseClone(srcValue, CLONE_DEEP_FLAG));
@@ -15847,10 +15809,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15847
15809
  * Creates a function that checks if **all** of the `predicates` return
15848
15810
  * truthy when invoked with the arguments it receives.
15849
15811
  *
15850
- * Following shorthands are possible for providing predicates.
15851
- * Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate.
15852
- * Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them.
15853
- *
15854
15812
  * @static
15855
15813
  * @memberOf _
15856
15814
  * @since 4.0.0
@@ -15877,10 +15835,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15877
15835
  * Creates a function that checks if **any** of the `predicates` return
15878
15836
  * truthy when invoked with the arguments it receives.
15879
15837
  *
15880
- * Following shorthands are possible for providing predicates.
15881
- * Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate.
15882
- * Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them.
15883
- *
15884
15838
  * @static
15885
15839
  * @memberOf _
15886
15840
  * @since 4.0.0
@@ -15900,9 +15854,6 @@ var lodash = _commonjsHelpers.createCommonjsModule(function (module, exports) {
15900
15854
  *
15901
15855
  * func(NaN);
15902
15856
  * // => false
15903
- *
15904
- * var matchesFunc = _.overSome([{ 'a': 1 }, { 'a': 2 }])
15905
- * var matchesPropertyFunc = _.overSome([['a', 1], ['a', 2]])
15906
15857
  */
15907
15858
  var overSome = createOver(arraySome);
15908
15859
 
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  require('./_commonjsHelpers-06173234.js');
4
- var index$1 = require('./index-39beccb3.js');
4
+ var index$1 = require('./index-be0c82be.js');
5
5
 
6
6
  function urlFor(client, source) {
7
- return index$1.imageUrlBuilder(client).image(source);
7
+ return index$1.imageUrlBuilder(client).image(source);
8
8
  }
9
9
 
10
10
  module.exports = urlFor;
@@ -89,9 +89,9 @@ var ADFloatingFooter = function ADFloatingFooter(_ref) {
89
89
  }
90
90
  // Removed else part so that the container won't be restricted and will be responsive based on the size of the ad.
91
91
  // Need to add this CSS in site level magazine.css to make the close button visible for the expanded ad.
92
- /* .w7e-platform-58 {
93
- z-index: 9999999 !important;
94
- }
92
+ /* .w7e-platform-58 {
93
+ z-index: 9999999 !important;
94
+ }
95
95
  */
96
96
  }
97
97
  } else {
@@ -5,7 +5,7 @@ import './web.dom.iterable-5c830d3d.js';
5
5
  import React__default, { useState } from 'react';
6
6
  import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
7
7
  import './iconBase-602d52fe.js';
8
- import { a as IoMdArrowDropdown } from './index.esm-85cb09e6.js';
8
+ import { a as IoMdArrowDropdown } from './index.esm-4b1d94b7.js';
9
9
  import Accordion from 'react-bootstrap/Accordion';
10
10
  import { useAccordionToggle } from 'react-bootstrap/AccordionToggle';
11
11
 
@@ -22,7 +22,7 @@ import { i as isObjectLike_1, _ as _baseGetTag, a as _root, b as _freeGlobal } f
22
22
  import { t as toNumber_1 } from './debounce-a0d9abca.js';
23
23
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
24
24
  import 'react-dom';
25
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
25
+ import { i as imageUrlBuilder } from './index-73819142.js';
26
26
  import './index-5f9f807a.js';
27
27
  import { m as main_36 } from './main-d7ee6151.js';
28
28
  import './entities-7cc3bf45.js';
@@ -33,12 +33,12 @@ import './_set-species-75f77d40.js';
33
33
  import './beam-c40d77ae.js';
34
34
  import DFPAdSlot from './AdSlot.js';
35
35
  import { i as isFunction_1, a as isArray_1, _ as _arrayMap } from './_arrayMap-818441dd.js';
36
- import { B as BlockContent } from './BlockContent-c409aca5.js';
36
+ import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
37
37
  import './smoothscroll-4b699764.js';
38
38
  import './GroupDeck.js';
39
39
  import 'react-bootstrap';
40
40
  import 'react-bootstrap/Button';
41
- import { I as InscreenSensor, g as getSerializers } from './index-1c791baf.js';
41
+ import { I as InscreenSensor, g as getSerializers } from './index-599efdf0.js';
42
42
  import './util-7700fc59.js';
43
43
  import './brightcove-react-player-loader.es-83f53e4e.js';
44
44
  import 'react-bootstrap/Pagination';
package/dist/esm/Auth.js CHANGED
@@ -2320,8 +2320,8 @@ var CreateDataProperty = function CreateDataProperty(O, P, V) {
2320
2320
  throw new $TypeError$4('Assertion failed: IsPropertyKey(P) is not true');
2321
2321
  }
2322
2322
  var oldDesc = OrdinaryGetOwnProperty(O, P);
2323
- var extensible = !oldDesc || IsExtensible(O);
2324
- var immutable = oldDesc && (!oldDesc['[[Writable]]'] || !oldDesc['[[Configurable]]']);
2323
+ var extensible = oldDesc || IsExtensible(O);
2324
+ var immutable = oldDesc && (!oldDesc.writable || !oldDesc.configurable);
2325
2325
  if (immutable || !extensible) {
2326
2326
  return false;
2327
2327
  }
@@ -1,6 +1,6 @@
1
1
  import React__default from 'react';
2
2
  import PropTypes from 'prop-types';
3
- import { n as node } from './index-3849e3fe.js';
3
+ import { n as node } from './index-73819142.js';
4
4
 
5
5
  /*
6
6
  object-assign
@@ -1,23 +1,23 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
3
  import { m as moment } from './moment-e2f9b20c.js';
4
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
4
+ import { i as imageUrlBuilder } from './index-73819142.js';
5
5
 
6
- /*
7
- Example usage - targetedonc.com/latest-conference
8
- const query = `*[!(_id in path("drafts.**")) && _type == "article" && defined(title) && is_visible == true && published <= '${today}' && references('b49d36b8-aa56-4183-a2bc-1568c229fb72') ] | order(published desc) [$from...$to] {
9
- ...,
10
- title,
11
- summary,
12
- thumbnail,
13
- url,
14
- published,
15
- documentGroup->,
16
- contentCategory->,
17
- 'pageNumber': ${currentPage}
18
- }`
19
-
20
- const posts = await client.fetch(query, params)
6
+ /*
7
+ Example usage - targetedonc.com/latest-conference
8
+ const query = `*[!(_id in path("drafts.**")) && _type == "article" && defined(title) && is_visible == true && published <= '${today}' && references('b49d36b8-aa56-4183-a2bc-1568c229fb72') ] | order(published desc) [$from...$to] {
9
+ ...,
10
+ title,
11
+ summary,
12
+ thumbnail,
13
+ url,
14
+ published,
15
+ documentGroup->,
16
+ contentCategory->,
17
+ 'pageNumber': ${currentPage}
18
+ }`
19
+
20
+ const posts = await client.fetch(query, params)
21
21
  */
22
22
 
23
23
  var ConferenceArticleCard = function ConferenceArticleCard(props) {
@@ -25,7 +25,7 @@ import { d as debounce_1 } from './debounce-a0d9abca.js';
25
25
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
26
26
  import 'react-dom';
27
27
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
28
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
28
+ import { i as imageUrlBuilder } from './index-73819142.js';
29
29
  import { L as LazyLoad } from './index-5f9f807a.js';
30
30
  import { m as main_36 } from './main-d7ee6151.js';
31
31
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
@@ -176,14 +176,14 @@ var DeckContent = function (_React$Component) {
176
176
  var newPath = pageNumber === 1 ? '' + path : path + '?page=' + pageNumber;
177
177
 
178
178
  // please leave this for later debug purpose : Yong Jun.
179
- /* console.log('page change reported', {
180
- currentPage: currentPage,
181
- pageNumber: pageNumber,
182
- pathname: pathname,
183
- path: path,
184
- newPath: newPath,
185
- firstPage: pageNumber === 1,
186
- queryString: queryString
179
+ /* console.log('page change reported', {
180
+ currentPage: currentPage,
181
+ pageNumber: pageNumber,
182
+ pathname: pathname,
183
+ path: path,
184
+ newPath: newPath,
185
+ firstPage: pageNumber === 1,
186
+ queryString: queryString
187
187
  }) */
188
188
 
189
189
  if (pageview) {
@@ -25,7 +25,7 @@ import { d as debounce_1 } from './debounce-a0d9abca.js';
25
25
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
26
26
  import 'react-dom';
27
27
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
28
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
28
+ import { i as imageUrlBuilder } from './index-73819142.js';
29
29
  import { L as LazyLoad } from './index-5f9f807a.js';
30
30
  import { m as main_36 } from './main-d7ee6151.js';
31
31
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
@@ -146,23 +146,23 @@ var EventsDeck = function EventsDeck(_ref) {
146
146
  if (cventAccessToken && cventAccessToken !== 'undefined') {
147
147
  setAccessToken(cventAccessToken);
148
148
  } else {
149
- /*const encodedData = window.btoa(clientId + ':' + clientSecret)
150
- //const url = `${corsProxy}https://api-platform.cvent.com/ea/oauth2/token`
151
- const url = `https://api-platform.cvent.com/ea/oauth2/token`
152
- fetch(url, {
153
- headers: {
154
- 'Content-Type': 'application/x-www-form-urlencoded',
155
- Authorization: `Basic ${encodedData}`
156
- },
157
- method: 'POST',
158
- body: `grant_type=client_credentials&client_id=${clientId}`
159
- })
160
- .then((response) => response.json())
161
- .then((json) => {
162
- const inOneHour = new Date(new Date().getTime() + 60 * 60 * 1000)
163
- Cookies.set('cvent_access_token', json.access_token, { expires: inOneHour })
164
- setAccessToken(json.access_token)
165
- })
149
+ /*const encodedData = window.btoa(clientId + ':' + clientSecret)
150
+ //const url = `${corsProxy}https://api-platform.cvent.com/ea/oauth2/token`
151
+ const url = `https://api-platform.cvent.com/ea/oauth2/token`
152
+ fetch(url, {
153
+ headers: {
154
+ 'Content-Type': 'application/x-www-form-urlencoded',
155
+ Authorization: `Basic ${encodedData}`
156
+ },
157
+ method: 'POST',
158
+ body: `grant_type=client_credentials&client_id=${clientId}`
159
+ })
160
+ .then((response) => response.json())
161
+ .then((json) => {
162
+ const inOneHour = new Date(new Date().getTime() + 60 * 60 * 1000)
163
+ Cookies.set('cvent_access_token', json.access_token, { expires: inOneHour })
164
+ setAccessToken(json.access_token)
165
+ })
166
166
  .catch((e) => console.log(e))*/
167
167
  // hello
168
168
  var url = 'https://beam.mjhlifesciences.com/api/cvent/token';
@@ -21,7 +21,7 @@ import { useRouter } from 'next/router';
21
21
  import './isSymbol-47f5ff3b.js';
22
22
  import './debounce-a0d9abca.js';
23
23
  import 'react-dom';
24
- import './index-3849e3fe.js';
24
+ import './index-73819142.js';
25
25
  import './index-5f9f807a.js';
26
26
  import './main-d7ee6151.js';
27
27
  import './entities-7cc3bf45.js';
@@ -31,13 +31,13 @@ import './asyncToGenerator-d25aac66.js';
31
31
  import './_set-species-75f77d40.js';
32
32
  import './beam-c40d77ae.js';
33
33
  import './AdSlot.js';
34
- import { B as BlockContent } from './BlockContent-c409aca5.js';
34
+ import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
35
35
  import './smoothscroll-4b699764.js';
36
36
  import './GroupDeck.js';
37
37
  import 'react-bootstrap';
38
38
  import Button from 'react-bootstrap/Button';
39
39
  import { m as momentTimezone } from './index-ef6d5dcf.js';
40
- import { g as getSerializers } from './index-1c791baf.js';
40
+ import { g as getSerializers } from './index-599efdf0.js';
41
41
  import './util-7700fc59.js';
42
42
  import './brightcove-react-player-loader.es-83f53e4e.js';
43
43
  import 'react-bootstrap/Pagination';
@@ -1,6 +1,6 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
3
+ import { i as imageUrlBuilder } from './index-73819142.js';
4
4
  import { m as main_36 } from './main-d7ee6151.js';
5
5
  import Carousel from 'react-bootstrap/Carousel';
6
6
 
@@ -6,7 +6,7 @@ import React__default from 'react';
6
6
  import 'prop-types';
7
7
  import { m as moment } from './moment-e2f9b20c.js';
8
8
  import 'react-dom';
9
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
9
+ import { i as imageUrlBuilder } from './index-73819142.js';
10
10
  import { L as LazyLoad } from './index-5f9f807a.js';
11
11
  import './slicedToArray-a58d7edf.js';
12
12
  import { A as AuthorComponent } from './AuthorComponent-4ddf3533.js';
@@ -25,7 +25,7 @@ import { d as debounce_1 } from './debounce-a0d9abca.js';
25
25
  import { I as InfiniteScroll } from './index.es-29c1cef5.js';
26
26
  import 'react-dom';
27
27
  import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
28
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
28
+ import { i as imageUrlBuilder } from './index-73819142.js';
29
29
  import { L as LazyLoad } from './index-5f9f807a.js';
30
30
  import { m as main_36 } from './main-d7ee6151.js';
31
31
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
@@ -36,7 +36,7 @@ import './_set-species-75f77d40.js';
36
36
  import './beam-c40d77ae.js';
37
37
  import './AdSlot.js';
38
38
  import { A as ADInfeed } from './ADInfeed-541eaae3.js';
39
- import { l as lodash } from './lodash-ec8c6b48.js';
39
+ import { l as lodash } from './lodash-17fdfebb.js';
40
40
  import { A as ADlgInfeed } from './ADlgInfeed-25c3d142.js';
41
41
  import './_arrayMap-818441dd.js';
42
42
  import { g as get_1 } from './get-58d2f7cc.js';
@@ -6,7 +6,7 @@ import React__default from 'react';
6
6
  import 'prop-types';
7
7
  import { m as moment } from './moment-e2f9b20c.js';
8
8
  import 'react-dom';
9
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
9
+ import { i as imageUrlBuilder } from './index-73819142.js';
10
10
  import { L as LazyLoad } from './index-5f9f807a.js';
11
11
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
12
12
  import './slicedToArray-a58d7edf.js';
@@ -7,14 +7,14 @@ import './web.dom.iterable-5c830d3d.js';
7
7
  import { _ as _typeof } from './typeof-f11fd438.js';
8
8
  import './_is-array-ced12663.js';
9
9
  import React__default, { useRef, useState, useEffect } from 'react';
10
- import { i as imageUrlBuilder } from './index-3849e3fe.js';
10
+ import { i as imageUrlBuilder } from './index-73819142.js';
11
11
  import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
12
12
  import { s as smoothscroll, g as getYoutubeId } from './smoothscroll-4b699764.js';
13
13
 
14
- /*
15
- GROQ query -
16
- accepts an array of title, URL
17
- `https://img.youtube.com/vi/${getYouTubeId(vid.url)}/hqdefault.jpg`
14
+ /*
15
+ GROQ query -
16
+ accepts an array of title, URL
17
+ `https://img.youtube.com/vi/${getYouTubeId(vid.url)}/hqdefault.jpg`
18
18
  */
19
19
 
20
20
  var GroupDeck = function GroupDeck(props) {