@quintype/arrow 3.15.1-fallback-support.1 → 3.15.1-perf.1

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 (167) hide show
  1. package/atoms/Author/index.js +2250 -0
  2. package/{Author → atoms/Author}/styles.arrow.css +0 -0
  3. package/atoms/AuthorWithTime/index.js +2954 -0
  4. package/{AuthorWithTime → atoms/AuthorWithTime}/styles.arrow.css +0 -0
  5. package/atoms/CollectionName/index.js +2334 -0
  6. package/{CollectionName → atoms/CollectionName}/styles.arrow.css +0 -0
  7. package/atoms/ExtendedLoadMore/index-2d713010.js +166 -0
  8. package/atoms/ExtendedLoadMore/index-4191a84c.js +240 -0
  9. package/atoms/ExtendedLoadMore/index-5a7900ba.js +181 -0
  10. package/atoms/ExtendedLoadMore/index-6cb56d1a.js +350 -0
  11. package/atoms/ExtendedLoadMore/index-6daa674c.js +282 -0
  12. package/atoms/ExtendedLoadMore/index-6f8c780e.js +243 -0
  13. package/atoms/ExtendedLoadMore/index-7eb05b3d.js +199 -0
  14. package/atoms/ExtendedLoadMore/index-8345922c.js +175 -0
  15. package/atoms/ExtendedLoadMore/index-99af722e.js +175 -0
  16. package/atoms/ExtendedLoadMore/index-aa8b8ab8.js +990 -0
  17. package/atoms/ExtendedLoadMore/index-c8f346d0.js +223 -0
  18. package/atoms/ExtendedLoadMore/index-e39b3ca8.js +3023 -0
  19. package/atoms/ExtendedLoadMore/index-f6e578e3.js +86 -0
  20. package/atoms/ExtendedLoadMore/index.js +5 -0
  21. package/atoms/ExtendedLoadMore/styles.arrow.css +1 -0
  22. package/atoms/Headline/index.js +2459 -0
  23. package/{Headline → atoms/Headline}/styles.arrow.css +0 -0
  24. package/atoms/HeroImage/index.js +2475 -0
  25. package/{HeroImage → atoms/HeroImage}/styles.arrow.css +0 -0
  26. package/atoms/LoadmoreButton/index.js +2268 -0
  27. package/{LoadmoreButton → atoms/LoadmoreButton}/styles.arrow.css +0 -0
  28. package/atoms/ScrollSnap/index.js +2531 -0
  29. package/{ScrollSnap → atoms/ScrollSnap}/styles.arrow.css +0 -0
  30. package/atoms/SectionTag/index.js +2220 -0
  31. package/{SectionTag → atoms/SectionTag}/styles.arrow.css +0 -0
  32. package/atoms/Subheadline/index.js +2200 -0
  33. package/{Subheadline → atoms/Subheadline}/styles.arrow.css +0 -0
  34. package/atoms/TimeStamp/index.js +2661 -0
  35. package/{TimeStamp → atoms/TimeStamp}/styles.arrow.css +0 -0
  36. package/molecules/KeyEvents/index.js +2968 -0
  37. package/{KeyEvents → molecules/KeyEvents}/styles.arrow.css +0 -0
  38. package/molecules/PageIntroductionCard/index.js +2676 -0
  39. package/{PageIntroductionCard → molecules/PageIntroductionCard}/styles.arrow.css +0 -0
  40. package/molecules/SocialShareTemplate/index.js +3093 -0
  41. package/{SocialShareTemplate → molecules/SocialShareTemplate}/styles.arrow.css +0 -0
  42. package/molecules/StoryCard/index.js +3938 -0
  43. package/{StoryCard → molecules/StoryCard}/styles.arrow.css +0 -0
  44. package/molecules/StoryElementCard/index.js +5832 -0
  45. package/{StoryElementCard → molecules/StoryElementCard}/styles.arrow.css +0 -0
  46. package/molecules/StorycardContent/index.js +3416 -0
  47. package/{StorycardContent → molecules/StorycardContent}/styles.arrow.css +0 -0
  48. package/package.json +1 -1
  49. package/rows/AlternateCollectionFilter/index.js +4744 -0
  50. package/{AlternateCollectionFilter → rows/AlternateCollectionFilter}/styles.arrow.css +0 -0
  51. package/rows/AsideCollection/index.js +4690 -0
  52. package/{AsideCollection → rows/AsideCollection}/styles.arrow.css +0 -0
  53. package/rows/AstrologyCollection/index.js +4661 -0
  54. package/{AstrologyCollection → rows/AstrologyCollection}/styles.arrow.css +0 -0
  55. package/rows/AuthorIntroductionCard/index.js +3520 -0
  56. package/{AuthorIntroductionCard → rows/AuthorIntroductionCard}/styles.arrow.css +0 -0
  57. package/rows/AuthorsList/index.js +3715 -0
  58. package/{AuthorsList → rows/AuthorsList}/styles.arrow.css +0 -0
  59. package/rows/CollectionFilter/index.js +4834 -0
  60. package/{CollectionFilter → rows/CollectionFilter}/styles.arrow.css +0 -0
  61. package/rows/ElevenStories/index.js +4638 -0
  62. package/{ElevenStories → rows/ElevenStories}/styles.arrow.css +0 -0
  63. package/rows/FourColFiveStories/index.js +4359 -0
  64. package/{FourColFiveStories → rows/FourColFiveStories}/styles.arrow.css +0 -0
  65. package/rows/FourColGrid/index.js +4584 -0
  66. package/{FourColGrid → rows/FourColGrid}/styles.arrow.css +0 -0
  67. package/rows/FourColPortraitStories/index.js +4617 -0
  68. package/{FourColPortraitStories → rows/FourColPortraitStories}/styles.arrow.css +0 -0
  69. package/rows/FourColSixteenStories/index.js +4375 -0
  70. package/{FourColSixteenStories → rows/FourColSixteenStories}/styles.arrow.css +0 -0
  71. package/rows/FourColTwelveStories/index.js +4335 -0
  72. package/{FourColTwelveStories → rows/FourColTwelveStories}/styles.arrow.css +0 -0
  73. package/rows/FourStorySlider/index.js +4743 -0
  74. package/{FourStorySlider → rows/FourStorySlider}/styles.arrow.css +0 -0
  75. package/rows/FourStorySliderPortrait/index.js +4746 -0
  76. package/{FourStorySliderPortrait → rows/FourStorySliderPortrait}/styles.arrow.css +1 -1
  77. package/rows/FourTabbedBigStorySlider/index.js +4505 -0
  78. package/{FourTabbedBigStorySlider → rows/FourTabbedBigStorySlider}/styles.arrow.css +0 -0
  79. package/rows/FullScreenSlider/index.js +4661 -0
  80. package/{FullScreenSlider → rows/FullScreenSlider}/styles.arrow.css +0 -0
  81. package/rows/HalfScreenSlider/index.js +4514 -0
  82. package/{HalfScreenSlider → rows/HalfScreenSlider}/styles.arrow.css +0 -0
  83. package/rows/ListComponent/index.js +4462 -0
  84. package/{ListComponent → rows/ListComponent}/styles.arrow.css +0 -0
  85. package/rows/Listicles/index.js +3131 -0
  86. package/{Listicles → rows/Listicles}/styles.arrow.css +0 -0
  87. package/rows/MagazineEditions/index.js +3142 -0
  88. package/{MagazineEditions → rows/MagazineEditions}/styles.arrow.css +0 -0
  89. package/rows/MagazineHeaderCard/index.js +3136 -0
  90. package/{MagazineHeaderCard → rows/MagazineHeaderCard}/styles.arrow.css +0 -0
  91. package/rows/MagazineWidget/index.js +4514 -0
  92. package/{MagazineWidget → rows/MagazineWidget}/styles.arrow.css +0 -0
  93. package/rows/OneColStoryList/index.js +4670 -0
  94. package/{OneColStoryList → rows/OneColStoryList}/styles.arrow.css +0 -0
  95. package/rows/OpinionCollection/index.js +4037 -0
  96. package/{OpinionCollection → rows/OpinionCollection}/styles.arrow.css +0 -0
  97. package/rows/SixColSixStories/index.js +4515 -0
  98. package/{SixColSixStories → rows/SixColSixStories}/styles.arrow.css +0 -0
  99. package/rows/StoryCollection/index.js +4690 -0
  100. package/{StoryCollection → rows/StoryCollection}/styles.arrow.css +0 -0
  101. package/rows/TagIntroductionCard/index.js +1901 -0
  102. package/{TagIntroductionCard → rows/TagIntroductionCard}/styles.arrow.css +0 -0
  103. package/rows/ThreeColFlexStories/index.js +4575 -0
  104. package/{ThreeColFlexStories → rows/ThreeColFlexStories}/styles.arrow.css +0 -0
  105. package/rows/ThreeColFourteenStories/index.js +4283 -0
  106. package/{ThreeColFourteenStories → rows/ThreeColFourteenStories}/styles.arrow.css +0 -0
  107. package/rows/ThreeColGrid/index.js +4605 -0
  108. package/{ThreeColGrid → rows/ThreeColGrid}/styles.arrow.css +0 -0
  109. package/rows/ThreeColSevenStory/index.js +4502 -0
  110. package/{ThreeColSevenStory → rows/ThreeColSevenStory}/styles.arrow.css +0 -0
  111. package/rows/ThreeColSixStories/index.js +4485 -0
  112. package/{ThreeColSixStories → rows/ThreeColSixStories}/styles.arrow.css +0 -0
  113. package/rows/ThreeColTwelveStories/index.js +4380 -0
  114. package/{ThreeColTwelveStories → rows/ThreeColTwelveStories}/styles.arrow.css +0 -0
  115. package/rows/TwoColFourStories/index.js +4463 -0
  116. package/{TwoColFourStories → rows/TwoColFourStories}/styles.arrow.css +0 -0
  117. package/rows/TwoColFourStoryHighlight/index.js +4456 -0
  118. package/{TwoColFourStoryHighlight → rows/TwoColFourStoryHighlight}/styles.arrow.css +0 -0
  119. package/rows/TwoColSevenStories/index.js +4490 -0
  120. package/{TwoColSevenStories → rows/TwoColSevenStories}/styles.arrow.css +0 -0
  121. package/rows/TwoColSixStories/index.js +4489 -0
  122. package/{TwoColSixStories → rows/TwoColSixStories}/styles.arrow.css +0 -0
  123. package/rows/TwoColTenStoriesSidebar/index.js +4549 -0
  124. package/{TwoColTenStoriesSidebar → rows/TwoColTenStoriesSidebar}/styles.arrow.css +0 -0
  125. package/rows/TwoColThreeStories/index.js +4436 -0
  126. package/{TwoColThreeStories → rows/TwoColThreeStories}/styles.arrow.css +0 -0
  127. package/story-elements/AlsoRead/index.js +2457 -0
  128. package/{AlsoRead → story-elements/AlsoRead}/styles.arrow.css +0 -0
  129. package/story-elements/Attachment/index.js +2013 -0
  130. package/{Attachment → story-elements/Attachment}/styles.arrow.css +0 -0
  131. package/story-elements/BigFact/index.js +1983 -0
  132. package/{BigFact → story-elements/BigFact}/styles.arrow.css +0 -0
  133. package/story-elements/BlockQuote/index.js +2431 -0
  134. package/{BlockQuote → story-elements/BlockQuote}/styles.arrow.css +0 -0
  135. package/story-elements/Blurb/index.js +2094 -0
  136. package/{Blurb → story-elements/Blurb}/styles.arrow.css +0 -0
  137. package/story-elements/Image/index.js +2711 -0
  138. package/{Image → story-elements/Image}/styles.arrow.css +0 -0
  139. package/story-elements/ImageGallery/index.js +2644 -0
  140. package/{ImageGallery → story-elements/ImageGallery}/styles.arrow.css +0 -0
  141. package/story-elements/ImageSlideshow/index.js +2955 -0
  142. package/{ImageSlideshow → story-elements/ImageSlideshow}/styles.arrow.css +0 -0
  143. package/story-elements/QuestionAnswer/index.js +2395 -0
  144. package/{QuestionAnswer → story-elements/QuestionAnswer}/styles.arrow.css +0 -0
  145. package/story-elements/Quote/index.js +2012 -0
  146. package/{Quote → story-elements/Quote}/styles.arrow.css +0 -0
  147. package/story-elements/Reference/index.js +2006 -0
  148. package/{Reference → story-elements/Reference}/styles.arrow.css +0 -0
  149. package/story-elements/StoryElement/index.js +1779 -0
  150. package/story-elements/Summary/index.js +2036 -0
  151. package/{Summary → story-elements/Summary}/styles.arrow.css +0 -0
  152. package/story-elements/Text/index.js +2293 -0
  153. package/{Text → story-elements/Text}/styles.arrow.css +0 -0
  154. package/story-elements/Video/index.js +1785 -0
  155. package/{Video → story-elements/Video}/styles.arrow.css +0 -0
  156. package/story-templates/ListicleStoryTemplate/index.js +8442 -0
  157. package/{ListicleStoryTemplate → story-templates/ListicleStoryTemplate}/styles.arrow.css +0 -0
  158. package/story-templates/LiveBlogStoryTemplate/index.js +8618 -0
  159. package/{LiveBlogStoryTemplate → story-templates/LiveBlogStoryTemplate}/styles.arrow.css +0 -0
  160. package/story-templates/PhotoStoryTemplate/index.js +8420 -0
  161. package/{PhotoStoryTemplate → story-templates/PhotoStoryTemplate}/styles.arrow.css +0 -0
  162. package/story-templates/TextStoryTemplate/index.js +8493 -0
  163. package/{TextStoryTemplate → story-templates/TextStoryTemplate}/styles.arrow.css +0 -0
  164. package/story-templates/VideoStoryTemplate/index.js +8352 -0
  165. package/{VideoStoryTemplate → story-templates/VideoStoryTemplate}/styles.arrow.css +0 -0
  166. package/cjs/index.js +0 -1
  167. package/esm/index.js +0 -1
@@ -0,0 +1,4283 @@
1
+ import React, { useContext, createContext } from 'react';
2
+ import PropTypes, { PropTypes as PropTypes$1 } from 'prop-types';
3
+ import { Link, ResponsiveHeroImage, ResponsiveImage, collectionToStories } from '@quintype/components';
4
+ import { connect, useSelector } from 'react-redux';
5
+ import Timeago from 'react-timeago';
6
+ import { utcToZonedTime, format } from 'date-fns-tz';
7
+
8
+ function _arrayWithHoles(arr) {
9
+ if (Array.isArray(arr)) return arr;
10
+ }
11
+
12
+ function _iterableToArray(iter) {
13
+ if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
14
+ }
15
+
16
+ function _arrayLikeToArray(arr, len) {
17
+ if (len == null || len > arr.length) len = arr.length;
18
+
19
+ for (var i = 0, arr2 = new Array(len); i < len; i++) {
20
+ arr2[i] = arr[i];
21
+ }
22
+
23
+ return arr2;
24
+ }
25
+
26
+ function _unsupportedIterableToArray(o, minLen) {
27
+ if (!o) return;
28
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
29
+ var n = Object.prototype.toString.call(o).slice(8, -1);
30
+ if (n === "Object" && o.constructor) n = o.constructor.name;
31
+ if (n === "Map" || n === "Set") return Array.from(o);
32
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
33
+ }
34
+
35
+ function _nonIterableRest() {
36
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
37
+ }
38
+
39
+ function _toArray(arr) {
40
+ return _arrayWithHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableRest();
41
+ }
42
+
43
+ /**
44
+ * Checks if `value` is classified as an `Array` object.
45
+ *
46
+ * @static
47
+ * @memberOf _
48
+ * @since 0.1.0
49
+ * @category Lang
50
+ * @param {*} value The value to check.
51
+ * @returns {boolean} Returns `true` if `value` is an array, else `false`.
52
+ * @example
53
+ *
54
+ * _.isArray([1, 2, 3]);
55
+ * // => true
56
+ *
57
+ * _.isArray(document.body.children);
58
+ * // => false
59
+ *
60
+ * _.isArray('abc');
61
+ * // => false
62
+ *
63
+ * _.isArray(_.noop);
64
+ * // => false
65
+ */
66
+ var isArray = Array.isArray;
67
+
68
+ var isArray_1 = isArray;
69
+
70
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
71
+
72
+ function getDefaultExportFromCjs (x) {
73
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
74
+ }
75
+
76
+ function createCommonjsModule(fn) {
77
+ var module = { exports: {} };
78
+ return fn(module, module.exports), module.exports;
79
+ }
80
+
81
+ /** Detect free variable `global` from Node.js. */
82
+
83
+ var freeGlobal = typeof commonjsGlobal == 'object' && commonjsGlobal && commonjsGlobal.Object === Object && commonjsGlobal;
84
+
85
+ var _freeGlobal = freeGlobal;
86
+
87
+ /** Detect free variable `self`. */
88
+ var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
89
+
90
+ /** Used as a reference to the global object. */
91
+ var root = _freeGlobal || freeSelf || Function('return this')();
92
+
93
+ var _root = root;
94
+
95
+ /** Built-in value references. */
96
+ var Symbol$1 = _root.Symbol;
97
+
98
+ var _Symbol = Symbol$1;
99
+
100
+ /** Used for built-in method references. */
101
+ var objectProto$4 = Object.prototype;
102
+
103
+ /** Used to check objects for own properties. */
104
+ var hasOwnProperty$3 = objectProto$4.hasOwnProperty;
105
+
106
+ /**
107
+ * Used to resolve the
108
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
109
+ * of values.
110
+ */
111
+ var nativeObjectToString$1 = objectProto$4.toString;
112
+
113
+ /** Built-in value references. */
114
+ var symToStringTag$1 = _Symbol ? _Symbol.toStringTag : undefined;
115
+
116
+ /**
117
+ * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.
118
+ *
119
+ * @private
120
+ * @param {*} value The value to query.
121
+ * @returns {string} Returns the raw `toStringTag`.
122
+ */
123
+ function getRawTag(value) {
124
+ var isOwn = hasOwnProperty$3.call(value, symToStringTag$1),
125
+ tag = value[symToStringTag$1];
126
+
127
+ try {
128
+ value[symToStringTag$1] = undefined;
129
+ var unmasked = true;
130
+ } catch (e) {}
131
+
132
+ var result = nativeObjectToString$1.call(value);
133
+ if (unmasked) {
134
+ if (isOwn) {
135
+ value[symToStringTag$1] = tag;
136
+ } else {
137
+ delete value[symToStringTag$1];
138
+ }
139
+ }
140
+ return result;
141
+ }
142
+
143
+ var _getRawTag = getRawTag;
144
+
145
+ /** Used for built-in method references. */
146
+ var objectProto$3 = Object.prototype;
147
+
148
+ /**
149
+ * Used to resolve the
150
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
151
+ * of values.
152
+ */
153
+ var nativeObjectToString = objectProto$3.toString;
154
+
155
+ /**
156
+ * Converts `value` to a string using `Object.prototype.toString`.
157
+ *
158
+ * @private
159
+ * @param {*} value The value to convert.
160
+ * @returns {string} Returns the converted string.
161
+ */
162
+ function objectToString(value) {
163
+ return nativeObjectToString.call(value);
164
+ }
165
+
166
+ var _objectToString = objectToString;
167
+
168
+ /** `Object#toString` result references. */
169
+ var nullTag = '[object Null]',
170
+ undefinedTag = '[object Undefined]';
171
+
172
+ /** Built-in value references. */
173
+ var symToStringTag = _Symbol ? _Symbol.toStringTag : undefined;
174
+
175
+ /**
176
+ * The base implementation of `getTag` without fallbacks for buggy environments.
177
+ *
178
+ * @private
179
+ * @param {*} value The value to query.
180
+ * @returns {string} Returns the `toStringTag`.
181
+ */
182
+ function baseGetTag(value) {
183
+ if (value == null) {
184
+ return value === undefined ? undefinedTag : nullTag;
185
+ }
186
+ return (symToStringTag && symToStringTag in Object(value))
187
+ ? _getRawTag(value)
188
+ : _objectToString(value);
189
+ }
190
+
191
+ var _baseGetTag = baseGetTag;
192
+
193
+ /**
194
+ * Checks if `value` is object-like. A value is object-like if it's not `null`
195
+ * and has a `typeof` result of "object".
196
+ *
197
+ * @static
198
+ * @memberOf _
199
+ * @since 4.0.0
200
+ * @category Lang
201
+ * @param {*} value The value to check.
202
+ * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
203
+ * @example
204
+ *
205
+ * _.isObjectLike({});
206
+ * // => true
207
+ *
208
+ * _.isObjectLike([1, 2, 3]);
209
+ * // => true
210
+ *
211
+ * _.isObjectLike(_.noop);
212
+ * // => false
213
+ *
214
+ * _.isObjectLike(null);
215
+ * // => false
216
+ */
217
+ function isObjectLike(value) {
218
+ return value != null && typeof value == 'object';
219
+ }
220
+
221
+ var isObjectLike_1 = isObjectLike;
222
+
223
+ /** `Object#toString` result references. */
224
+ var symbolTag = '[object Symbol]';
225
+
226
+ /**
227
+ * Checks if `value` is classified as a `Symbol` primitive or object.
228
+ *
229
+ * @static
230
+ * @memberOf _
231
+ * @since 4.0.0
232
+ * @category Lang
233
+ * @param {*} value The value to check.
234
+ * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.
235
+ * @example
236
+ *
237
+ * _.isSymbol(Symbol.iterator);
238
+ * // => true
239
+ *
240
+ * _.isSymbol('abc');
241
+ * // => false
242
+ */
243
+ function isSymbol(value) {
244
+ return typeof value == 'symbol' ||
245
+ (isObjectLike_1(value) && _baseGetTag(value) == symbolTag);
246
+ }
247
+
248
+ var isSymbol_1 = isSymbol;
249
+
250
+ /** Used to match property names within property paths. */
251
+ var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,
252
+ reIsPlainProp = /^\w*$/;
253
+
254
+ /**
255
+ * Checks if `value` is a property name and not a property path.
256
+ *
257
+ * @private
258
+ * @param {*} value The value to check.
259
+ * @param {Object} [object] The object to query keys on.
260
+ * @returns {boolean} Returns `true` if `value` is a property name, else `false`.
261
+ */
262
+ function isKey(value, object) {
263
+ if (isArray_1(value)) {
264
+ return false;
265
+ }
266
+ var type = typeof value;
267
+ if (type == 'number' || type == 'symbol' || type == 'boolean' ||
268
+ value == null || isSymbol_1(value)) {
269
+ return true;
270
+ }
271
+ return reIsPlainProp.test(value) || !reIsDeepProp.test(value) ||
272
+ (object != null && value in Object(object));
273
+ }
274
+
275
+ var _isKey = isKey;
276
+
277
+ /**
278
+ * Checks if `value` is the
279
+ * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
280
+ * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
281
+ *
282
+ * @static
283
+ * @memberOf _
284
+ * @since 0.1.0
285
+ * @category Lang
286
+ * @param {*} value The value to check.
287
+ * @returns {boolean} Returns `true` if `value` is an object, else `false`.
288
+ * @example
289
+ *
290
+ * _.isObject({});
291
+ * // => true
292
+ *
293
+ * _.isObject([1, 2, 3]);
294
+ * // => true
295
+ *
296
+ * _.isObject(_.noop);
297
+ * // => true
298
+ *
299
+ * _.isObject(null);
300
+ * // => false
301
+ */
302
+ function isObject(value) {
303
+ var type = typeof value;
304
+ return value != null && (type == 'object' || type == 'function');
305
+ }
306
+
307
+ var isObject_1 = isObject;
308
+
309
+ /** `Object#toString` result references. */
310
+ var asyncTag = '[object AsyncFunction]',
311
+ funcTag = '[object Function]',
312
+ genTag = '[object GeneratorFunction]',
313
+ proxyTag = '[object Proxy]';
314
+
315
+ /**
316
+ * Checks if `value` is classified as a `Function` object.
317
+ *
318
+ * @static
319
+ * @memberOf _
320
+ * @since 0.1.0
321
+ * @category Lang
322
+ * @param {*} value The value to check.
323
+ * @returns {boolean} Returns `true` if `value` is a function, else `false`.
324
+ * @example
325
+ *
326
+ * _.isFunction(_);
327
+ * // => true
328
+ *
329
+ * _.isFunction(/abc/);
330
+ * // => false
331
+ */
332
+ function isFunction(value) {
333
+ if (!isObject_1(value)) {
334
+ return false;
335
+ }
336
+ // The use of `Object#toString` avoids issues with the `typeof` operator
337
+ // in Safari 9 which returns 'object' for typed arrays and other constructors.
338
+ var tag = _baseGetTag(value);
339
+ return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;
340
+ }
341
+
342
+ var isFunction_1 = isFunction;
343
+
344
+ /** Used to detect overreaching core-js shims. */
345
+ var coreJsData = _root['__core-js_shared__'];
346
+
347
+ var _coreJsData = coreJsData;
348
+
349
+ /** Used to detect methods masquerading as native. */
350
+ var maskSrcKey = (function() {
351
+ var uid = /[^.]+$/.exec(_coreJsData && _coreJsData.keys && _coreJsData.keys.IE_PROTO || '');
352
+ return uid ? ('Symbol(src)_1.' + uid) : '';
353
+ }());
354
+
355
+ /**
356
+ * Checks if `func` has its source masked.
357
+ *
358
+ * @private
359
+ * @param {Function} func The function to check.
360
+ * @returns {boolean} Returns `true` if `func` is masked, else `false`.
361
+ */
362
+ function isMasked(func) {
363
+ return !!maskSrcKey && (maskSrcKey in func);
364
+ }
365
+
366
+ var _isMasked = isMasked;
367
+
368
+ /** Used for built-in method references. */
369
+ var funcProto$1 = Function.prototype;
370
+
371
+ /** Used to resolve the decompiled source of functions. */
372
+ var funcToString$1 = funcProto$1.toString;
373
+
374
+ /**
375
+ * Converts `func` to its source code.
376
+ *
377
+ * @private
378
+ * @param {Function} func The function to convert.
379
+ * @returns {string} Returns the source code.
380
+ */
381
+ function toSource(func) {
382
+ if (func != null) {
383
+ try {
384
+ return funcToString$1.call(func);
385
+ } catch (e) {}
386
+ try {
387
+ return (func + '');
388
+ } catch (e) {}
389
+ }
390
+ return '';
391
+ }
392
+
393
+ var _toSource = toSource;
394
+
395
+ /**
396
+ * Used to match `RegExp`
397
+ * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
398
+ */
399
+ var reRegExpChar = /[\\^$.*+?()[\]{}|]/g;
400
+
401
+ /** Used to detect host constructors (Safari). */
402
+ var reIsHostCtor = /^\[object .+?Constructor\]$/;
403
+
404
+ /** Used for built-in method references. */
405
+ var funcProto = Function.prototype,
406
+ objectProto$2 = Object.prototype;
407
+
408
+ /** Used to resolve the decompiled source of functions. */
409
+ var funcToString = funcProto.toString;
410
+
411
+ /** Used to check objects for own properties. */
412
+ var hasOwnProperty$2 = objectProto$2.hasOwnProperty;
413
+
414
+ /** Used to detect if a method is native. */
415
+ var reIsNative = RegExp('^' +
416
+ funcToString.call(hasOwnProperty$2).replace(reRegExpChar, '\\$&')
417
+ .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
418
+ );
419
+
420
+ /**
421
+ * The base implementation of `_.isNative` without bad shim checks.
422
+ *
423
+ * @private
424
+ * @param {*} value The value to check.
425
+ * @returns {boolean} Returns `true` if `value` is a native function,
426
+ * else `false`.
427
+ */
428
+ function baseIsNative(value) {
429
+ if (!isObject_1(value) || _isMasked(value)) {
430
+ return false;
431
+ }
432
+ var pattern = isFunction_1(value) ? reIsNative : reIsHostCtor;
433
+ return pattern.test(_toSource(value));
434
+ }
435
+
436
+ var _baseIsNative = baseIsNative;
437
+
438
+ /**
439
+ * Gets the value at `key` of `object`.
440
+ *
441
+ * @private
442
+ * @param {Object} [object] The object to query.
443
+ * @param {string} key The key of the property to get.
444
+ * @returns {*} Returns the property value.
445
+ */
446
+ function getValue(object, key) {
447
+ return object == null ? undefined : object[key];
448
+ }
449
+
450
+ var _getValue = getValue;
451
+
452
+ /**
453
+ * Gets the native function at `key` of `object`.
454
+ *
455
+ * @private
456
+ * @param {Object} object The object to query.
457
+ * @param {string} key The key of the method to get.
458
+ * @returns {*} Returns the function if it's native, else `undefined`.
459
+ */
460
+ function getNative(object, key) {
461
+ var value = _getValue(object, key);
462
+ return _baseIsNative(value) ? value : undefined;
463
+ }
464
+
465
+ var _getNative = getNative;
466
+
467
+ /* Built-in method references that are verified to be native. */
468
+ var nativeCreate = _getNative(Object, 'create');
469
+
470
+ var _nativeCreate = nativeCreate;
471
+
472
+ /**
473
+ * Removes all key-value entries from the hash.
474
+ *
475
+ * @private
476
+ * @name clear
477
+ * @memberOf Hash
478
+ */
479
+ function hashClear() {
480
+ this.__data__ = _nativeCreate ? _nativeCreate(null) : {};
481
+ this.size = 0;
482
+ }
483
+
484
+ var _hashClear = hashClear;
485
+
486
+ /**
487
+ * Removes `key` and its value from the hash.
488
+ *
489
+ * @private
490
+ * @name delete
491
+ * @memberOf Hash
492
+ * @param {Object} hash The hash to modify.
493
+ * @param {string} key The key of the value to remove.
494
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
495
+ */
496
+ function hashDelete(key) {
497
+ var result = this.has(key) && delete this.__data__[key];
498
+ this.size -= result ? 1 : 0;
499
+ return result;
500
+ }
501
+
502
+ var _hashDelete = hashDelete;
503
+
504
+ /** Used to stand-in for `undefined` hash values. */
505
+ var HASH_UNDEFINED$1 = '__lodash_hash_undefined__';
506
+
507
+ /** Used for built-in method references. */
508
+ var objectProto$1 = Object.prototype;
509
+
510
+ /** Used to check objects for own properties. */
511
+ var hasOwnProperty$1 = objectProto$1.hasOwnProperty;
512
+
513
+ /**
514
+ * Gets the hash value for `key`.
515
+ *
516
+ * @private
517
+ * @name get
518
+ * @memberOf Hash
519
+ * @param {string} key The key of the value to get.
520
+ * @returns {*} Returns the entry value.
521
+ */
522
+ function hashGet(key) {
523
+ var data = this.__data__;
524
+ if (_nativeCreate) {
525
+ var result = data[key];
526
+ return result === HASH_UNDEFINED$1 ? undefined : result;
527
+ }
528
+ return hasOwnProperty$1.call(data, key) ? data[key] : undefined;
529
+ }
530
+
531
+ var _hashGet = hashGet;
532
+
533
+ /** Used for built-in method references. */
534
+ var objectProto = Object.prototype;
535
+
536
+ /** Used to check objects for own properties. */
537
+ var hasOwnProperty = objectProto.hasOwnProperty;
538
+
539
+ /**
540
+ * Checks if a hash value for `key` exists.
541
+ *
542
+ * @private
543
+ * @name has
544
+ * @memberOf Hash
545
+ * @param {string} key The key of the entry to check.
546
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
547
+ */
548
+ function hashHas(key) {
549
+ var data = this.__data__;
550
+ return _nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key);
551
+ }
552
+
553
+ var _hashHas = hashHas;
554
+
555
+ /** Used to stand-in for `undefined` hash values. */
556
+ var HASH_UNDEFINED = '__lodash_hash_undefined__';
557
+
558
+ /**
559
+ * Sets the hash `key` to `value`.
560
+ *
561
+ * @private
562
+ * @name set
563
+ * @memberOf Hash
564
+ * @param {string} key The key of the value to set.
565
+ * @param {*} value The value to set.
566
+ * @returns {Object} Returns the hash instance.
567
+ */
568
+ function hashSet(key, value) {
569
+ var data = this.__data__;
570
+ this.size += this.has(key) ? 0 : 1;
571
+ data[key] = (_nativeCreate && value === undefined) ? HASH_UNDEFINED : value;
572
+ return this;
573
+ }
574
+
575
+ var _hashSet = hashSet;
576
+
577
+ /**
578
+ * Creates a hash object.
579
+ *
580
+ * @private
581
+ * @constructor
582
+ * @param {Array} [entries] The key-value pairs to cache.
583
+ */
584
+ function Hash(entries) {
585
+ var index = -1,
586
+ length = entries == null ? 0 : entries.length;
587
+
588
+ this.clear();
589
+ while (++index < length) {
590
+ var entry = entries[index];
591
+ this.set(entry[0], entry[1]);
592
+ }
593
+ }
594
+
595
+ // Add methods to `Hash`.
596
+ Hash.prototype.clear = _hashClear;
597
+ Hash.prototype['delete'] = _hashDelete;
598
+ Hash.prototype.get = _hashGet;
599
+ Hash.prototype.has = _hashHas;
600
+ Hash.prototype.set = _hashSet;
601
+
602
+ var _Hash = Hash;
603
+
604
+ /**
605
+ * Removes all key-value entries from the list cache.
606
+ *
607
+ * @private
608
+ * @name clear
609
+ * @memberOf ListCache
610
+ */
611
+ function listCacheClear() {
612
+ this.__data__ = [];
613
+ this.size = 0;
614
+ }
615
+
616
+ var _listCacheClear = listCacheClear;
617
+
618
+ /**
619
+ * Performs a
620
+ * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
621
+ * comparison between two values to determine if they are equivalent.
622
+ *
623
+ * @static
624
+ * @memberOf _
625
+ * @since 4.0.0
626
+ * @category Lang
627
+ * @param {*} value The value to compare.
628
+ * @param {*} other The other value to compare.
629
+ * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
630
+ * @example
631
+ *
632
+ * var object = { 'a': 1 };
633
+ * var other = { 'a': 1 };
634
+ *
635
+ * _.eq(object, object);
636
+ * // => true
637
+ *
638
+ * _.eq(object, other);
639
+ * // => false
640
+ *
641
+ * _.eq('a', 'a');
642
+ * // => true
643
+ *
644
+ * _.eq('a', Object('a'));
645
+ * // => false
646
+ *
647
+ * _.eq(NaN, NaN);
648
+ * // => true
649
+ */
650
+ function eq(value, other) {
651
+ return value === other || (value !== value && other !== other);
652
+ }
653
+
654
+ var eq_1 = eq;
655
+
656
+ /**
657
+ * Gets the index at which the `key` is found in `array` of key-value pairs.
658
+ *
659
+ * @private
660
+ * @param {Array} array The array to inspect.
661
+ * @param {*} key The key to search for.
662
+ * @returns {number} Returns the index of the matched value, else `-1`.
663
+ */
664
+ function assocIndexOf(array, key) {
665
+ var length = array.length;
666
+ while (length--) {
667
+ if (eq_1(array[length][0], key)) {
668
+ return length;
669
+ }
670
+ }
671
+ return -1;
672
+ }
673
+
674
+ var _assocIndexOf = assocIndexOf;
675
+
676
+ /** Used for built-in method references. */
677
+ var arrayProto = Array.prototype;
678
+
679
+ /** Built-in value references. */
680
+ var splice = arrayProto.splice;
681
+
682
+ /**
683
+ * Removes `key` and its value from the list cache.
684
+ *
685
+ * @private
686
+ * @name delete
687
+ * @memberOf ListCache
688
+ * @param {string} key The key of the value to remove.
689
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
690
+ */
691
+ function listCacheDelete(key) {
692
+ var data = this.__data__,
693
+ index = _assocIndexOf(data, key);
694
+
695
+ if (index < 0) {
696
+ return false;
697
+ }
698
+ var lastIndex = data.length - 1;
699
+ if (index == lastIndex) {
700
+ data.pop();
701
+ } else {
702
+ splice.call(data, index, 1);
703
+ }
704
+ --this.size;
705
+ return true;
706
+ }
707
+
708
+ var _listCacheDelete = listCacheDelete;
709
+
710
+ /**
711
+ * Gets the list cache value for `key`.
712
+ *
713
+ * @private
714
+ * @name get
715
+ * @memberOf ListCache
716
+ * @param {string} key The key of the value to get.
717
+ * @returns {*} Returns the entry value.
718
+ */
719
+ function listCacheGet(key) {
720
+ var data = this.__data__,
721
+ index = _assocIndexOf(data, key);
722
+
723
+ return index < 0 ? undefined : data[index][1];
724
+ }
725
+
726
+ var _listCacheGet = listCacheGet;
727
+
728
+ /**
729
+ * Checks if a list cache value for `key` exists.
730
+ *
731
+ * @private
732
+ * @name has
733
+ * @memberOf ListCache
734
+ * @param {string} key The key of the entry to check.
735
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
736
+ */
737
+ function listCacheHas(key) {
738
+ return _assocIndexOf(this.__data__, key) > -1;
739
+ }
740
+
741
+ var _listCacheHas = listCacheHas;
742
+
743
+ /**
744
+ * Sets the list cache `key` to `value`.
745
+ *
746
+ * @private
747
+ * @name set
748
+ * @memberOf ListCache
749
+ * @param {string} key The key of the value to set.
750
+ * @param {*} value The value to set.
751
+ * @returns {Object} Returns the list cache instance.
752
+ */
753
+ function listCacheSet(key, value) {
754
+ var data = this.__data__,
755
+ index = _assocIndexOf(data, key);
756
+
757
+ if (index < 0) {
758
+ ++this.size;
759
+ data.push([key, value]);
760
+ } else {
761
+ data[index][1] = value;
762
+ }
763
+ return this;
764
+ }
765
+
766
+ var _listCacheSet = listCacheSet;
767
+
768
+ /**
769
+ * Creates an list cache object.
770
+ *
771
+ * @private
772
+ * @constructor
773
+ * @param {Array} [entries] The key-value pairs to cache.
774
+ */
775
+ function ListCache(entries) {
776
+ var index = -1,
777
+ length = entries == null ? 0 : entries.length;
778
+
779
+ this.clear();
780
+ while (++index < length) {
781
+ var entry = entries[index];
782
+ this.set(entry[0], entry[1]);
783
+ }
784
+ }
785
+
786
+ // Add methods to `ListCache`.
787
+ ListCache.prototype.clear = _listCacheClear;
788
+ ListCache.prototype['delete'] = _listCacheDelete;
789
+ ListCache.prototype.get = _listCacheGet;
790
+ ListCache.prototype.has = _listCacheHas;
791
+ ListCache.prototype.set = _listCacheSet;
792
+
793
+ var _ListCache = ListCache;
794
+
795
+ /* Built-in method references that are verified to be native. */
796
+ var Map = _getNative(_root, 'Map');
797
+
798
+ var _Map = Map;
799
+
800
+ /**
801
+ * Removes all key-value entries from the map.
802
+ *
803
+ * @private
804
+ * @name clear
805
+ * @memberOf MapCache
806
+ */
807
+ function mapCacheClear() {
808
+ this.size = 0;
809
+ this.__data__ = {
810
+ 'hash': new _Hash,
811
+ 'map': new (_Map || _ListCache),
812
+ 'string': new _Hash
813
+ };
814
+ }
815
+
816
+ var _mapCacheClear = mapCacheClear;
817
+
818
+ /**
819
+ * Checks if `value` is suitable for use as unique object key.
820
+ *
821
+ * @private
822
+ * @param {*} value The value to check.
823
+ * @returns {boolean} Returns `true` if `value` is suitable, else `false`.
824
+ */
825
+ function isKeyable(value) {
826
+ var type = typeof value;
827
+ return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')
828
+ ? (value !== '__proto__')
829
+ : (value === null);
830
+ }
831
+
832
+ var _isKeyable = isKeyable;
833
+
834
+ /**
835
+ * Gets the data for `map`.
836
+ *
837
+ * @private
838
+ * @param {Object} map The map to query.
839
+ * @param {string} key The reference key.
840
+ * @returns {*} Returns the map data.
841
+ */
842
+ function getMapData(map, key) {
843
+ var data = map.__data__;
844
+ return _isKeyable(key)
845
+ ? data[typeof key == 'string' ? 'string' : 'hash']
846
+ : data.map;
847
+ }
848
+
849
+ var _getMapData = getMapData;
850
+
851
+ /**
852
+ * Removes `key` and its value from the map.
853
+ *
854
+ * @private
855
+ * @name delete
856
+ * @memberOf MapCache
857
+ * @param {string} key The key of the value to remove.
858
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
859
+ */
860
+ function mapCacheDelete(key) {
861
+ var result = _getMapData(this, key)['delete'](key);
862
+ this.size -= result ? 1 : 0;
863
+ return result;
864
+ }
865
+
866
+ var _mapCacheDelete = mapCacheDelete;
867
+
868
+ /**
869
+ * Gets the map value for `key`.
870
+ *
871
+ * @private
872
+ * @name get
873
+ * @memberOf MapCache
874
+ * @param {string} key The key of the value to get.
875
+ * @returns {*} Returns the entry value.
876
+ */
877
+ function mapCacheGet(key) {
878
+ return _getMapData(this, key).get(key);
879
+ }
880
+
881
+ var _mapCacheGet = mapCacheGet;
882
+
883
+ /**
884
+ * Checks if a map value for `key` exists.
885
+ *
886
+ * @private
887
+ * @name has
888
+ * @memberOf MapCache
889
+ * @param {string} key The key of the entry to check.
890
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
891
+ */
892
+ function mapCacheHas(key) {
893
+ return _getMapData(this, key).has(key);
894
+ }
895
+
896
+ var _mapCacheHas = mapCacheHas;
897
+
898
+ /**
899
+ * Sets the map `key` to `value`.
900
+ *
901
+ * @private
902
+ * @name set
903
+ * @memberOf MapCache
904
+ * @param {string} key The key of the value to set.
905
+ * @param {*} value The value to set.
906
+ * @returns {Object} Returns the map cache instance.
907
+ */
908
+ function mapCacheSet(key, value) {
909
+ var data = _getMapData(this, key),
910
+ size = data.size;
911
+
912
+ data.set(key, value);
913
+ this.size += data.size == size ? 0 : 1;
914
+ return this;
915
+ }
916
+
917
+ var _mapCacheSet = mapCacheSet;
918
+
919
+ /**
920
+ * Creates a map cache object to store key-value pairs.
921
+ *
922
+ * @private
923
+ * @constructor
924
+ * @param {Array} [entries] The key-value pairs to cache.
925
+ */
926
+ function MapCache(entries) {
927
+ var index = -1,
928
+ length = entries == null ? 0 : entries.length;
929
+
930
+ this.clear();
931
+ while (++index < length) {
932
+ var entry = entries[index];
933
+ this.set(entry[0], entry[1]);
934
+ }
935
+ }
936
+
937
+ // Add methods to `MapCache`.
938
+ MapCache.prototype.clear = _mapCacheClear;
939
+ MapCache.prototype['delete'] = _mapCacheDelete;
940
+ MapCache.prototype.get = _mapCacheGet;
941
+ MapCache.prototype.has = _mapCacheHas;
942
+ MapCache.prototype.set = _mapCacheSet;
943
+
944
+ var _MapCache = MapCache;
945
+
946
+ /** Error message constants. */
947
+ var FUNC_ERROR_TEXT = 'Expected a function';
948
+
949
+ /**
950
+ * Creates a function that memoizes the result of `func`. If `resolver` is
951
+ * provided, it determines the cache key for storing the result based on the
952
+ * arguments provided to the memoized function. By default, the first argument
953
+ * provided to the memoized function is used as the map cache key. The `func`
954
+ * is invoked with the `this` binding of the memoized function.
955
+ *
956
+ * **Note:** The cache is exposed as the `cache` property on the memoized
957
+ * function. Its creation may be customized by replacing the `_.memoize.Cache`
958
+ * constructor with one whose instances implement the
959
+ * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object)
960
+ * method interface of `clear`, `delete`, `get`, `has`, and `set`.
961
+ *
962
+ * @static
963
+ * @memberOf _
964
+ * @since 0.1.0
965
+ * @category Function
966
+ * @param {Function} func The function to have its output memoized.
967
+ * @param {Function} [resolver] The function to resolve the cache key.
968
+ * @returns {Function} Returns the new memoized function.
969
+ * @example
970
+ *
971
+ * var object = { 'a': 1, 'b': 2 };
972
+ * var other = { 'c': 3, 'd': 4 };
973
+ *
974
+ * var values = _.memoize(_.values);
975
+ * values(object);
976
+ * // => [1, 2]
977
+ *
978
+ * values(other);
979
+ * // => [3, 4]
980
+ *
981
+ * object.a = 2;
982
+ * values(object);
983
+ * // => [1, 2]
984
+ *
985
+ * // Modify the result cache.
986
+ * values.cache.set(object, ['a', 'b']);
987
+ * values(object);
988
+ * // => ['a', 'b']
989
+ *
990
+ * // Replace `_.memoize.Cache`.
991
+ * _.memoize.Cache = WeakMap;
992
+ */
993
+ function memoize(func, resolver) {
994
+ if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) {
995
+ throw new TypeError(FUNC_ERROR_TEXT);
996
+ }
997
+ var memoized = function() {
998
+ var args = arguments,
999
+ key = resolver ? resolver.apply(this, args) : args[0],
1000
+ cache = memoized.cache;
1001
+
1002
+ if (cache.has(key)) {
1003
+ return cache.get(key);
1004
+ }
1005
+ var result = func.apply(this, args);
1006
+ memoized.cache = cache.set(key, result) || cache;
1007
+ return result;
1008
+ };
1009
+ memoized.cache = new (memoize.Cache || _MapCache);
1010
+ return memoized;
1011
+ }
1012
+
1013
+ // Expose `MapCache`.
1014
+ memoize.Cache = _MapCache;
1015
+
1016
+ var memoize_1 = memoize;
1017
+
1018
+ /** Used as the maximum memoize cache size. */
1019
+ var MAX_MEMOIZE_SIZE = 500;
1020
+
1021
+ /**
1022
+ * A specialized version of `_.memoize` which clears the memoized function's
1023
+ * cache when it exceeds `MAX_MEMOIZE_SIZE`.
1024
+ *
1025
+ * @private
1026
+ * @param {Function} func The function to have its output memoized.
1027
+ * @returns {Function} Returns the new memoized function.
1028
+ */
1029
+ function memoizeCapped(func) {
1030
+ var result = memoize_1(func, function(key) {
1031
+ if (cache.size === MAX_MEMOIZE_SIZE) {
1032
+ cache.clear();
1033
+ }
1034
+ return key;
1035
+ });
1036
+
1037
+ var cache = result.cache;
1038
+ return result;
1039
+ }
1040
+
1041
+ var _memoizeCapped = memoizeCapped;
1042
+
1043
+ /** Used to match property names within property paths. */
1044
+ var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;
1045
+
1046
+ /** Used to match backslashes in property paths. */
1047
+ var reEscapeChar = /\\(\\)?/g;
1048
+
1049
+ /**
1050
+ * Converts `string` to a property path array.
1051
+ *
1052
+ * @private
1053
+ * @param {string} string The string to convert.
1054
+ * @returns {Array} Returns the property path array.
1055
+ */
1056
+ var stringToPath = _memoizeCapped(function(string) {
1057
+ var result = [];
1058
+ if (string.charCodeAt(0) === 46 /* . */) {
1059
+ result.push('');
1060
+ }
1061
+ string.replace(rePropName, function(match, number, quote, subString) {
1062
+ result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match));
1063
+ });
1064
+ return result;
1065
+ });
1066
+
1067
+ var _stringToPath = stringToPath;
1068
+
1069
+ /**
1070
+ * A specialized version of `_.map` for arrays without support for iteratee
1071
+ * shorthands.
1072
+ *
1073
+ * @private
1074
+ * @param {Array} [array] The array to iterate over.
1075
+ * @param {Function} iteratee The function invoked per iteration.
1076
+ * @returns {Array} Returns the new mapped array.
1077
+ */
1078
+ function arrayMap(array, iteratee) {
1079
+ var index = -1,
1080
+ length = array == null ? 0 : array.length,
1081
+ result = Array(length);
1082
+
1083
+ while (++index < length) {
1084
+ result[index] = iteratee(array[index], index, array);
1085
+ }
1086
+ return result;
1087
+ }
1088
+
1089
+ var _arrayMap = arrayMap;
1090
+
1091
+ /** Used as references for various `Number` constants. */
1092
+ var INFINITY$1 = 1 / 0;
1093
+
1094
+ /** Used to convert symbols to primitives and strings. */
1095
+ var symbolProto = _Symbol ? _Symbol.prototype : undefined,
1096
+ symbolToString = symbolProto ? symbolProto.toString : undefined;
1097
+
1098
+ /**
1099
+ * The base implementation of `_.toString` which doesn't convert nullish
1100
+ * values to empty strings.
1101
+ *
1102
+ * @private
1103
+ * @param {*} value The value to process.
1104
+ * @returns {string} Returns the string.
1105
+ */
1106
+ function baseToString(value) {
1107
+ // Exit early for strings to avoid a performance hit in some environments.
1108
+ if (typeof value == 'string') {
1109
+ return value;
1110
+ }
1111
+ if (isArray_1(value)) {
1112
+ // Recursively convert values (susceptible to call stack limits).
1113
+ return _arrayMap(value, baseToString) + '';
1114
+ }
1115
+ if (isSymbol_1(value)) {
1116
+ return symbolToString ? symbolToString.call(value) : '';
1117
+ }
1118
+ var result = (value + '');
1119
+ return (result == '0' && (1 / value) == -INFINITY$1) ? '-0' : result;
1120
+ }
1121
+
1122
+ var _baseToString = baseToString;
1123
+
1124
+ /**
1125
+ * Converts `value` to a string. An empty string is returned for `null`
1126
+ * and `undefined` values. The sign of `-0` is preserved.
1127
+ *
1128
+ * @static
1129
+ * @memberOf _
1130
+ * @since 4.0.0
1131
+ * @category Lang
1132
+ * @param {*} value The value to convert.
1133
+ * @returns {string} Returns the converted string.
1134
+ * @example
1135
+ *
1136
+ * _.toString(null);
1137
+ * // => ''
1138
+ *
1139
+ * _.toString(-0);
1140
+ * // => '-0'
1141
+ *
1142
+ * _.toString([1, 2, 3]);
1143
+ * // => '1,2,3'
1144
+ */
1145
+ function toString(value) {
1146
+ return value == null ? '' : _baseToString(value);
1147
+ }
1148
+
1149
+ var toString_1 = toString;
1150
+
1151
+ /**
1152
+ * Casts `value` to a path array if it's not one.
1153
+ *
1154
+ * @private
1155
+ * @param {*} value The value to inspect.
1156
+ * @param {Object} [object] The object to query keys on.
1157
+ * @returns {Array} Returns the cast property path array.
1158
+ */
1159
+ function castPath(value, object) {
1160
+ if (isArray_1(value)) {
1161
+ return value;
1162
+ }
1163
+ return _isKey(value, object) ? [value] : _stringToPath(toString_1(value));
1164
+ }
1165
+
1166
+ var _castPath = castPath;
1167
+
1168
+ /** Used as references for various `Number` constants. */
1169
+ var INFINITY = 1 / 0;
1170
+
1171
+ /**
1172
+ * Converts `value` to a string key if it's not a string or symbol.
1173
+ *
1174
+ * @private
1175
+ * @param {*} value The value to inspect.
1176
+ * @returns {string|symbol} Returns the key.
1177
+ */
1178
+ function toKey(value) {
1179
+ if (typeof value == 'string' || isSymbol_1(value)) {
1180
+ return value;
1181
+ }
1182
+ var result = (value + '');
1183
+ return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result;
1184
+ }
1185
+
1186
+ var _toKey = toKey;
1187
+
1188
+ /**
1189
+ * The base implementation of `_.get` without support for default values.
1190
+ *
1191
+ * @private
1192
+ * @param {Object} object The object to query.
1193
+ * @param {Array|string} path The path of the property to get.
1194
+ * @returns {*} Returns the resolved value.
1195
+ */
1196
+ function baseGet(object, path) {
1197
+ path = _castPath(path, object);
1198
+
1199
+ var index = 0,
1200
+ length = path.length;
1201
+
1202
+ while (object != null && index < length) {
1203
+ object = object[_toKey(path[index++])];
1204
+ }
1205
+ return (index && index == length) ? object : undefined;
1206
+ }
1207
+
1208
+ var _baseGet = baseGet;
1209
+
1210
+ /**
1211
+ * Gets the value at `path` of `object`. If the resolved value is
1212
+ * `undefined`, the `defaultValue` is returned in its place.
1213
+ *
1214
+ * @static
1215
+ * @memberOf _
1216
+ * @since 3.7.0
1217
+ * @category Object
1218
+ * @param {Object} object The object to query.
1219
+ * @param {Array|string} path The path of the property to get.
1220
+ * @param {*} [defaultValue] The value returned for `undefined` resolved values.
1221
+ * @returns {*} Returns the resolved value.
1222
+ * @example
1223
+ *
1224
+ * var object = { 'a': [{ 'b': { 'c': 3 } }] };
1225
+ *
1226
+ * _.get(object, 'a[0].b.c');
1227
+ * // => 3
1228
+ *
1229
+ * _.get(object, ['a', '0', 'b', 'c']);
1230
+ * // => 3
1231
+ *
1232
+ * _.get(object, 'a.b.c', 'default');
1233
+ * // => 'default'
1234
+ */
1235
+ function get(object, path, defaultValue) {
1236
+ var result = object == null ? undefined : _baseGet(object, path);
1237
+ return result === undefined ? defaultValue : result;
1238
+ }
1239
+
1240
+ var get_1 = get;
1241
+
1242
+ var optionsDefaults_1 = createCommonjsModule(function (module, exports) {
1243
+
1244
+ Object.defineProperty(exports, "__esModule", {
1245
+ value: true
1246
+ });
1247
+ exports["default"] = void 0;
1248
+ var optionsDefaults = {
1249
+ attributeNames: {
1250
+ styleName: 'className'
1251
+ },
1252
+ generateScopedName: '[path]___[name]__[local]___[hash:base64:5]',
1253
+ handleMissingStyleName: 'throw'
1254
+ };
1255
+ var _default = optionsDefaults;
1256
+ exports["default"] = _default;
1257
+
1258
+
1259
+ });
1260
+
1261
+ var getClassName = createCommonjsModule(function (module, exports) {
1262
+
1263
+ Object.defineProperty(exports, "__esModule", {
1264
+ value: true
1265
+ });
1266
+ exports["default"] = void 0;
1267
+
1268
+ var _optionsDefaults = _interopRequireDefault(optionsDefaults_1);
1269
+
1270
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
1271
+
1272
+ var isNamespacedStyleName = function isNamespacedStyleName(styleName) {
1273
+ return styleName.indexOf('.') !== -1;
1274
+ };
1275
+
1276
+ var handleError = function handleError(message, handleMissingStyleName) {
1277
+ if (handleMissingStyleName === 'throw') {
1278
+ throw new Error(message);
1279
+ } else if (handleMissingStyleName === 'warn') {
1280
+ // eslint-disable-next-line no-console
1281
+ console.warn(message);
1282
+ }
1283
+
1284
+ return null;
1285
+ };
1286
+
1287
+ var getClassNameForNamespacedStyleName = function getClassNameForNamespacedStyleName(styleName, styleModuleImportMap, handleMissingStyleNameOption) {
1288
+ // Note:
1289
+ // Do not use the desctructing syntax with Babel.
1290
+ // Desctructing adds _slicedToArray helper.
1291
+ var styleNameParts = styleName.split('.');
1292
+ var importName = styleNameParts[0];
1293
+ var moduleName = styleNameParts[1];
1294
+ var handleMissingStyleName = handleMissingStyleNameOption || _optionsDefaults["default"].handleMissingStyleName;
1295
+
1296
+ if (!moduleName) {
1297
+ return handleError('Invalid style name: ' + styleName, handleMissingStyleName);
1298
+ }
1299
+
1300
+ if (!styleModuleImportMap[importName]) {
1301
+ return handleError('CSS module import does not exist: ' + importName, handleMissingStyleName);
1302
+ }
1303
+
1304
+ if (!styleModuleImportMap[importName][moduleName]) {
1305
+ return handleError('CSS module does not exist: ' + moduleName, handleMissingStyleName);
1306
+ }
1307
+
1308
+ return styleModuleImportMap[importName][moduleName];
1309
+ };
1310
+
1311
+ var getClassNameFromMultipleImports = function getClassNameFromMultipleImports(styleName, styleModuleImportMap, handleMissingStyleNameOption) {
1312
+ var handleMissingStyleName = handleMissingStyleNameOption || _optionsDefaults["default"].handleMissingStyleName;
1313
+ var importKeysWithMatches = Object.keys(styleModuleImportMap).map(function (importKey) {
1314
+ return styleModuleImportMap[importKey][styleName] && importKey;
1315
+ }).filter(function (importKey) {
1316
+ return importKey;
1317
+ });
1318
+
1319
+ if (importKeysWithMatches.length > 1) {
1320
+ throw new Error('Cannot resolve styleName "' + styleName + '" because it is present in multiple imports:' + '\n\n\t' + importKeysWithMatches.join('\n\t') + '\n\nYou can resolve this by using a named import, e.g:' + '\n\n\timport foo from "' + importKeysWithMatches[0] + '";' + '\n\t<div styleName="foo.' + styleName + '" />' + '\n\n');
1321
+ }
1322
+
1323
+ if (importKeysWithMatches.length === 0) {
1324
+ return handleError('Could not resolve the styleName \'' + styleName + '\'.', handleMissingStyleName);
1325
+ }
1326
+
1327
+ return styleModuleImportMap[importKeysWithMatches[0]][styleName];
1328
+ };
1329
+
1330
+ var _default = function _default(styleNameValue, styleModuleImportMap, options) {
1331
+ var styleModuleImportMapKeys = Object.keys(styleModuleImportMap);
1332
+
1333
+ var _ref = options || {},
1334
+ _ref$handleMissingSty = _ref.handleMissingStyleName,
1335
+ handleMissingStyleName = _ref$handleMissingSty === void 0 ? _optionsDefaults["default"].handleMissingStyleName : _ref$handleMissingSty,
1336
+ _ref$autoResolveMulti = _ref.autoResolveMultipleImports,
1337
+ autoResolveMultipleImports = _ref$autoResolveMulti === void 0 ? _optionsDefaults["default"].autoResolveMultipleImports : _ref$autoResolveMulti;
1338
+
1339
+ if (!styleNameValue) {
1340
+ return '';
1341
+ }
1342
+
1343
+ return styleNameValue.split(' ').filter(function (styleName) {
1344
+ return styleName;
1345
+ }).map(function (styleName) {
1346
+ if (isNamespacedStyleName(styleName)) {
1347
+ return getClassNameForNamespacedStyleName(styleName, styleModuleImportMap, handleMissingStyleName);
1348
+ }
1349
+
1350
+ if (styleModuleImportMapKeys.length === 0) {
1351
+ throw new Error('Cannot use styleName attribute for style name \'' + styleName + '\' without importing at least one stylesheet.');
1352
+ }
1353
+
1354
+ if (styleModuleImportMapKeys.length > 1) {
1355
+ if (!autoResolveMultipleImports) {
1356
+ throw new Error('Cannot use anonymous style name \'' + styleName + '\' with more than one stylesheet import without setting \'autoResolveMultipleImports\' to true.');
1357
+ }
1358
+
1359
+ return getClassNameFromMultipleImports(styleName, styleModuleImportMap, handleMissingStyleName);
1360
+ }
1361
+
1362
+ var styleModuleMap = styleModuleImportMap[styleModuleImportMapKeys[0]];
1363
+
1364
+ if (!styleModuleMap[styleName]) {
1365
+ return handleError('Could not resolve the styleName \'' + styleName + '\'.', handleMissingStyleName);
1366
+ }
1367
+
1368
+ return styleModuleMap[styleName];
1369
+ }).filter(function (className) {
1370
+ // Remove any styles which could not be found (if handleMissingStyleName === 'ignore')
1371
+ return className;
1372
+ }).join(' ');
1373
+ };
1374
+
1375
+ exports["default"] = _default;
1376
+
1377
+
1378
+ });
1379
+
1380
+ var _getClassName = /*@__PURE__*/getDefaultExportFromCjs(getClassName);
1381
+
1382
+ var StateContext = /*#__PURE__*/createContext(); // eslint-disable-next-line react/display-name
1383
+
1384
+ var StateProvider = function StateProvider(RowComponent) {
1385
+ return function (props) {
1386
+ return (
1387
+ /*#__PURE__*/
1388
+ // eslint-disable-next-line react/prop-types
1389
+ React.createElement(StateContext.Provider, {
1390
+ value: props.config
1391
+ }, /*#__PURE__*/React.createElement(RowComponent, props))
1392
+ );
1393
+ };
1394
+ };
1395
+ var useStateValue = function useStateValue() {
1396
+ return useContext(StateContext);
1397
+ };
1398
+
1399
+ function _typeof(obj) {
1400
+ "@babel/helpers - typeof";
1401
+
1402
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
1403
+ return typeof obj;
1404
+ } : function (obj) {
1405
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1406
+ }, _typeof(obj);
1407
+ }
1408
+
1409
+ /**
1410
+ * Copyright (c) 2014-present, Facebook, Inc.
1411
+ *
1412
+ * This source code is licensed under the MIT license found in the
1413
+ * LICENSE file in the root directory of this source tree.
1414
+ */
1415
+
1416
+ createCommonjsModule(function (module) {
1417
+ var runtime = (function (exports) {
1418
+
1419
+ var Op = Object.prototype;
1420
+ var hasOwn = Op.hasOwnProperty;
1421
+ var undefined$1; // More compressible than void 0.
1422
+ var $Symbol = typeof Symbol === "function" ? Symbol : {};
1423
+ var iteratorSymbol = $Symbol.iterator || "@@iterator";
1424
+ var asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator";
1425
+ var toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
1426
+
1427
+ function define(obj, key, value) {
1428
+ Object.defineProperty(obj, key, {
1429
+ value: value,
1430
+ enumerable: true,
1431
+ configurable: true,
1432
+ writable: true
1433
+ });
1434
+ return obj[key];
1435
+ }
1436
+ try {
1437
+ // IE 8 has a broken Object.defineProperty that only works on DOM objects.
1438
+ define({}, "");
1439
+ } catch (err) {
1440
+ define = function(obj, key, value) {
1441
+ return obj[key] = value;
1442
+ };
1443
+ }
1444
+
1445
+ function wrap(innerFn, outerFn, self, tryLocsList) {
1446
+ // If outerFn provided and outerFn.prototype is a Generator, then outerFn.prototype instanceof Generator.
1447
+ var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator;
1448
+ var generator = Object.create(protoGenerator.prototype);
1449
+ var context = new Context(tryLocsList || []);
1450
+
1451
+ // The ._invoke method unifies the implementations of the .next,
1452
+ // .throw, and .return methods.
1453
+ generator._invoke = makeInvokeMethod(innerFn, self, context);
1454
+
1455
+ return generator;
1456
+ }
1457
+ exports.wrap = wrap;
1458
+
1459
+ // Try/catch helper to minimize deoptimizations. Returns a completion
1460
+ // record like context.tryEntries[i].completion. This interface could
1461
+ // have been (and was previously) designed to take a closure to be
1462
+ // invoked without arguments, but in all the cases we care about we
1463
+ // already have an existing method we want to call, so there's no need
1464
+ // to create a new function object. We can even get away with assuming
1465
+ // the method takes exactly one argument, since that happens to be true
1466
+ // in every case, so we don't have to touch the arguments object. The
1467
+ // only additional allocation required is the completion record, which
1468
+ // has a stable shape and so hopefully should be cheap to allocate.
1469
+ function tryCatch(fn, obj, arg) {
1470
+ try {
1471
+ return { type: "normal", arg: fn.call(obj, arg) };
1472
+ } catch (err) {
1473
+ return { type: "throw", arg: err };
1474
+ }
1475
+ }
1476
+
1477
+ var GenStateSuspendedStart = "suspendedStart";
1478
+ var GenStateSuspendedYield = "suspendedYield";
1479
+ var GenStateExecuting = "executing";
1480
+ var GenStateCompleted = "completed";
1481
+
1482
+ // Returning this object from the innerFn has the same effect as
1483
+ // breaking out of the dispatch switch statement.
1484
+ var ContinueSentinel = {};
1485
+
1486
+ // Dummy constructor functions that we use as the .constructor and
1487
+ // .constructor.prototype properties for functions that return Generator
1488
+ // objects. For full spec compliance, you may wish to configure your
1489
+ // minifier not to mangle the names of these two functions.
1490
+ function Generator() {}
1491
+ function GeneratorFunction() {}
1492
+ function GeneratorFunctionPrototype() {}
1493
+
1494
+ // This is a polyfill for %IteratorPrototype% for environments that
1495
+ // don't natively support it.
1496
+ var IteratorPrototype = {};
1497
+ define(IteratorPrototype, iteratorSymbol, function () {
1498
+ return this;
1499
+ });
1500
+
1501
+ var getProto = Object.getPrototypeOf;
1502
+ var NativeIteratorPrototype = getProto && getProto(getProto(values([])));
1503
+ if (NativeIteratorPrototype &&
1504
+ NativeIteratorPrototype !== Op &&
1505
+ hasOwn.call(NativeIteratorPrototype, iteratorSymbol)) {
1506
+ // This environment has a native %IteratorPrototype%; use it instead
1507
+ // of the polyfill.
1508
+ IteratorPrototype = NativeIteratorPrototype;
1509
+ }
1510
+
1511
+ var Gp = GeneratorFunctionPrototype.prototype =
1512
+ Generator.prototype = Object.create(IteratorPrototype);
1513
+ GeneratorFunction.prototype = GeneratorFunctionPrototype;
1514
+ define(Gp, "constructor", GeneratorFunctionPrototype);
1515
+ define(GeneratorFunctionPrototype, "constructor", GeneratorFunction);
1516
+ GeneratorFunction.displayName = define(
1517
+ GeneratorFunctionPrototype,
1518
+ toStringTagSymbol,
1519
+ "GeneratorFunction"
1520
+ );
1521
+
1522
+ // Helper for defining the .next, .throw, and .return methods of the
1523
+ // Iterator interface in terms of a single ._invoke method.
1524
+ function defineIteratorMethods(prototype) {
1525
+ ["next", "throw", "return"].forEach(function(method) {
1526
+ define(prototype, method, function(arg) {
1527
+ return this._invoke(method, arg);
1528
+ });
1529
+ });
1530
+ }
1531
+
1532
+ exports.isGeneratorFunction = function(genFun) {
1533
+ var ctor = typeof genFun === "function" && genFun.constructor;
1534
+ return ctor
1535
+ ? ctor === GeneratorFunction ||
1536
+ // For the native GeneratorFunction constructor, the best we can
1537
+ // do is to check its .name property.
1538
+ (ctor.displayName || ctor.name) === "GeneratorFunction"
1539
+ : false;
1540
+ };
1541
+
1542
+ exports.mark = function(genFun) {
1543
+ if (Object.setPrototypeOf) {
1544
+ Object.setPrototypeOf(genFun, GeneratorFunctionPrototype);
1545
+ } else {
1546
+ genFun.__proto__ = GeneratorFunctionPrototype;
1547
+ define(genFun, toStringTagSymbol, "GeneratorFunction");
1548
+ }
1549
+ genFun.prototype = Object.create(Gp);
1550
+ return genFun;
1551
+ };
1552
+
1553
+ // Within the body of any async function, `await x` is transformed to
1554
+ // `yield regeneratorRuntime.awrap(x)`, so that the runtime can test
1555
+ // `hasOwn.call(value, "__await")` to determine if the yielded value is
1556
+ // meant to be awaited.
1557
+ exports.awrap = function(arg) {
1558
+ return { __await: arg };
1559
+ };
1560
+
1561
+ function AsyncIterator(generator, PromiseImpl) {
1562
+ function invoke(method, arg, resolve, reject) {
1563
+ var record = tryCatch(generator[method], generator, arg);
1564
+ if (record.type === "throw") {
1565
+ reject(record.arg);
1566
+ } else {
1567
+ var result = record.arg;
1568
+ var value = result.value;
1569
+ if (value &&
1570
+ typeof value === "object" &&
1571
+ hasOwn.call(value, "__await")) {
1572
+ return PromiseImpl.resolve(value.__await).then(function(value) {
1573
+ invoke("next", value, resolve, reject);
1574
+ }, function(err) {
1575
+ invoke("throw", err, resolve, reject);
1576
+ });
1577
+ }
1578
+
1579
+ return PromiseImpl.resolve(value).then(function(unwrapped) {
1580
+ // When a yielded Promise is resolved, its final value becomes
1581
+ // the .value of the Promise<{value,done}> result for the
1582
+ // current iteration.
1583
+ result.value = unwrapped;
1584
+ resolve(result);
1585
+ }, function(error) {
1586
+ // If a rejected Promise was yielded, throw the rejection back
1587
+ // into the async generator function so it can be handled there.
1588
+ return invoke("throw", error, resolve, reject);
1589
+ });
1590
+ }
1591
+ }
1592
+
1593
+ var previousPromise;
1594
+
1595
+ function enqueue(method, arg) {
1596
+ function callInvokeWithMethodAndArg() {
1597
+ return new PromiseImpl(function(resolve, reject) {
1598
+ invoke(method, arg, resolve, reject);
1599
+ });
1600
+ }
1601
+
1602
+ return previousPromise =
1603
+ // If enqueue has been called before, then we want to wait until
1604
+ // all previous Promises have been resolved before calling invoke,
1605
+ // so that results are always delivered in the correct order. If
1606
+ // enqueue has not been called before, then it is important to
1607
+ // call invoke immediately, without waiting on a callback to fire,
1608
+ // so that the async generator function has the opportunity to do
1609
+ // any necessary setup in a predictable way. This predictability
1610
+ // is why the Promise constructor synchronously invokes its
1611
+ // executor callback, and why async functions synchronously
1612
+ // execute code before the first await. Since we implement simple
1613
+ // async functions in terms of async generators, it is especially
1614
+ // important to get this right, even though it requires care.
1615
+ previousPromise ? previousPromise.then(
1616
+ callInvokeWithMethodAndArg,
1617
+ // Avoid propagating failures to Promises returned by later
1618
+ // invocations of the iterator.
1619
+ callInvokeWithMethodAndArg
1620
+ ) : callInvokeWithMethodAndArg();
1621
+ }
1622
+
1623
+ // Define the unified helper method that is used to implement .next,
1624
+ // .throw, and .return (see defineIteratorMethods).
1625
+ this._invoke = enqueue;
1626
+ }
1627
+
1628
+ defineIteratorMethods(AsyncIterator.prototype);
1629
+ define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
1630
+ return this;
1631
+ });
1632
+ exports.AsyncIterator = AsyncIterator;
1633
+
1634
+ // Note that simple async functions are implemented on top of
1635
+ // AsyncIterator objects; they just return a Promise for the value of
1636
+ // the final result produced by the iterator.
1637
+ exports.async = function(innerFn, outerFn, self, tryLocsList, PromiseImpl) {
1638
+ if (PromiseImpl === void 0) PromiseImpl = Promise;
1639
+
1640
+ var iter = new AsyncIterator(
1641
+ wrap(innerFn, outerFn, self, tryLocsList),
1642
+ PromiseImpl
1643
+ );
1644
+
1645
+ return exports.isGeneratorFunction(outerFn)
1646
+ ? iter // If outerFn is a generator, return the full iterator.
1647
+ : iter.next().then(function(result) {
1648
+ return result.done ? result.value : iter.next();
1649
+ });
1650
+ };
1651
+
1652
+ function makeInvokeMethod(innerFn, self, context) {
1653
+ var state = GenStateSuspendedStart;
1654
+
1655
+ return function invoke(method, arg) {
1656
+ if (state === GenStateExecuting) {
1657
+ throw new Error("Generator is already running");
1658
+ }
1659
+
1660
+ if (state === GenStateCompleted) {
1661
+ if (method === "throw") {
1662
+ throw arg;
1663
+ }
1664
+
1665
+ // Be forgiving, per 25.3.3.3.3 of the spec:
1666
+ // https://people.mozilla.org/~jorendorff/es6-draft.html#sec-generatorresume
1667
+ return doneResult();
1668
+ }
1669
+
1670
+ context.method = method;
1671
+ context.arg = arg;
1672
+
1673
+ while (true) {
1674
+ var delegate = context.delegate;
1675
+ if (delegate) {
1676
+ var delegateResult = maybeInvokeDelegate(delegate, context);
1677
+ if (delegateResult) {
1678
+ if (delegateResult === ContinueSentinel) continue;
1679
+ return delegateResult;
1680
+ }
1681
+ }
1682
+
1683
+ if (context.method === "next") {
1684
+ // Setting context._sent for legacy support of Babel's
1685
+ // function.sent implementation.
1686
+ context.sent = context._sent = context.arg;
1687
+
1688
+ } else if (context.method === "throw") {
1689
+ if (state === GenStateSuspendedStart) {
1690
+ state = GenStateCompleted;
1691
+ throw context.arg;
1692
+ }
1693
+
1694
+ context.dispatchException(context.arg);
1695
+
1696
+ } else if (context.method === "return") {
1697
+ context.abrupt("return", context.arg);
1698
+ }
1699
+
1700
+ state = GenStateExecuting;
1701
+
1702
+ var record = tryCatch(innerFn, self, context);
1703
+ if (record.type === "normal") {
1704
+ // If an exception is thrown from innerFn, we leave state ===
1705
+ // GenStateExecuting and loop back for another invocation.
1706
+ state = context.done
1707
+ ? GenStateCompleted
1708
+ : GenStateSuspendedYield;
1709
+
1710
+ if (record.arg === ContinueSentinel) {
1711
+ continue;
1712
+ }
1713
+
1714
+ return {
1715
+ value: record.arg,
1716
+ done: context.done
1717
+ };
1718
+
1719
+ } else if (record.type === "throw") {
1720
+ state = GenStateCompleted;
1721
+ // Dispatch the exception by looping back around to the
1722
+ // context.dispatchException(context.arg) call above.
1723
+ context.method = "throw";
1724
+ context.arg = record.arg;
1725
+ }
1726
+ }
1727
+ };
1728
+ }
1729
+
1730
+ // Call delegate.iterator[context.method](context.arg) and handle the
1731
+ // result, either by returning a { value, done } result from the
1732
+ // delegate iterator, or by modifying context.method and context.arg,
1733
+ // setting context.delegate to null, and returning the ContinueSentinel.
1734
+ function maybeInvokeDelegate(delegate, context) {
1735
+ var method = delegate.iterator[context.method];
1736
+ if (method === undefined$1) {
1737
+ // A .throw or .return when the delegate iterator has no .throw
1738
+ // method always terminates the yield* loop.
1739
+ context.delegate = null;
1740
+
1741
+ if (context.method === "throw") {
1742
+ // Note: ["return"] must be used for ES3 parsing compatibility.
1743
+ if (delegate.iterator["return"]) {
1744
+ // If the delegate iterator has a return method, give it a
1745
+ // chance to clean up.
1746
+ context.method = "return";
1747
+ context.arg = undefined$1;
1748
+ maybeInvokeDelegate(delegate, context);
1749
+
1750
+ if (context.method === "throw") {
1751
+ // If maybeInvokeDelegate(context) changed context.method from
1752
+ // "return" to "throw", let that override the TypeError below.
1753
+ return ContinueSentinel;
1754
+ }
1755
+ }
1756
+
1757
+ context.method = "throw";
1758
+ context.arg = new TypeError(
1759
+ "The iterator does not provide a 'throw' method");
1760
+ }
1761
+
1762
+ return ContinueSentinel;
1763
+ }
1764
+
1765
+ var record = tryCatch(method, delegate.iterator, context.arg);
1766
+
1767
+ if (record.type === "throw") {
1768
+ context.method = "throw";
1769
+ context.arg = record.arg;
1770
+ context.delegate = null;
1771
+ return ContinueSentinel;
1772
+ }
1773
+
1774
+ var info = record.arg;
1775
+
1776
+ if (! info) {
1777
+ context.method = "throw";
1778
+ context.arg = new TypeError("iterator result is not an object");
1779
+ context.delegate = null;
1780
+ return ContinueSentinel;
1781
+ }
1782
+
1783
+ if (info.done) {
1784
+ // Assign the result of the finished delegate to the temporary
1785
+ // variable specified by delegate.resultName (see delegateYield).
1786
+ context[delegate.resultName] = info.value;
1787
+
1788
+ // Resume execution at the desired location (see delegateYield).
1789
+ context.next = delegate.nextLoc;
1790
+
1791
+ // If context.method was "throw" but the delegate handled the
1792
+ // exception, let the outer generator proceed normally. If
1793
+ // context.method was "next", forget context.arg since it has been
1794
+ // "consumed" by the delegate iterator. If context.method was
1795
+ // "return", allow the original .return call to continue in the
1796
+ // outer generator.
1797
+ if (context.method !== "return") {
1798
+ context.method = "next";
1799
+ context.arg = undefined$1;
1800
+ }
1801
+
1802
+ } else {
1803
+ // Re-yield the result returned by the delegate method.
1804
+ return info;
1805
+ }
1806
+
1807
+ // The delegate iterator is finished, so forget it and continue with
1808
+ // the outer generator.
1809
+ context.delegate = null;
1810
+ return ContinueSentinel;
1811
+ }
1812
+
1813
+ // Define Generator.prototype.{next,throw,return} in terms of the
1814
+ // unified ._invoke helper method.
1815
+ defineIteratorMethods(Gp);
1816
+
1817
+ define(Gp, toStringTagSymbol, "Generator");
1818
+
1819
+ // A Generator should always return itself as the iterator object when the
1820
+ // @@iterator function is called on it. Some browsers' implementations of the
1821
+ // iterator prototype chain incorrectly implement this, causing the Generator
1822
+ // object to not be returned from this call. This ensures that doesn't happen.
1823
+ // See https://github.com/facebook/regenerator/issues/274 for more details.
1824
+ define(Gp, iteratorSymbol, function() {
1825
+ return this;
1826
+ });
1827
+
1828
+ define(Gp, "toString", function() {
1829
+ return "[object Generator]";
1830
+ });
1831
+
1832
+ function pushTryEntry(locs) {
1833
+ var entry = { tryLoc: locs[0] };
1834
+
1835
+ if (1 in locs) {
1836
+ entry.catchLoc = locs[1];
1837
+ }
1838
+
1839
+ if (2 in locs) {
1840
+ entry.finallyLoc = locs[2];
1841
+ entry.afterLoc = locs[3];
1842
+ }
1843
+
1844
+ this.tryEntries.push(entry);
1845
+ }
1846
+
1847
+ function resetTryEntry(entry) {
1848
+ var record = entry.completion || {};
1849
+ record.type = "normal";
1850
+ delete record.arg;
1851
+ entry.completion = record;
1852
+ }
1853
+
1854
+ function Context(tryLocsList) {
1855
+ // The root entry object (effectively a try statement without a catch
1856
+ // or a finally block) gives us a place to store values thrown from
1857
+ // locations where there is no enclosing try statement.
1858
+ this.tryEntries = [{ tryLoc: "root" }];
1859
+ tryLocsList.forEach(pushTryEntry, this);
1860
+ this.reset(true);
1861
+ }
1862
+
1863
+ exports.keys = function(object) {
1864
+ var keys = [];
1865
+ for (var key in object) {
1866
+ keys.push(key);
1867
+ }
1868
+ keys.reverse();
1869
+
1870
+ // Rather than returning an object with a next method, we keep
1871
+ // things simple and return the next function itself.
1872
+ return function next() {
1873
+ while (keys.length) {
1874
+ var key = keys.pop();
1875
+ if (key in object) {
1876
+ next.value = key;
1877
+ next.done = false;
1878
+ return next;
1879
+ }
1880
+ }
1881
+
1882
+ // To avoid creating an additional object, we just hang the .value
1883
+ // and .done properties off the next function object itself. This
1884
+ // also ensures that the minifier will not anonymize the function.
1885
+ next.done = true;
1886
+ return next;
1887
+ };
1888
+ };
1889
+
1890
+ function values(iterable) {
1891
+ if (iterable) {
1892
+ var iteratorMethod = iterable[iteratorSymbol];
1893
+ if (iteratorMethod) {
1894
+ return iteratorMethod.call(iterable);
1895
+ }
1896
+
1897
+ if (typeof iterable.next === "function") {
1898
+ return iterable;
1899
+ }
1900
+
1901
+ if (!isNaN(iterable.length)) {
1902
+ var i = -1, next = function next() {
1903
+ while (++i < iterable.length) {
1904
+ if (hasOwn.call(iterable, i)) {
1905
+ next.value = iterable[i];
1906
+ next.done = false;
1907
+ return next;
1908
+ }
1909
+ }
1910
+
1911
+ next.value = undefined$1;
1912
+ next.done = true;
1913
+
1914
+ return next;
1915
+ };
1916
+
1917
+ return next.next = next;
1918
+ }
1919
+ }
1920
+
1921
+ // Return an iterator with no values.
1922
+ return { next: doneResult };
1923
+ }
1924
+ exports.values = values;
1925
+
1926
+ function doneResult() {
1927
+ return { value: undefined$1, done: true };
1928
+ }
1929
+
1930
+ Context.prototype = {
1931
+ constructor: Context,
1932
+
1933
+ reset: function(skipTempReset) {
1934
+ this.prev = 0;
1935
+ this.next = 0;
1936
+ // Resetting context._sent for legacy support of Babel's
1937
+ // function.sent implementation.
1938
+ this.sent = this._sent = undefined$1;
1939
+ this.done = false;
1940
+ this.delegate = null;
1941
+
1942
+ this.method = "next";
1943
+ this.arg = undefined$1;
1944
+
1945
+ this.tryEntries.forEach(resetTryEntry);
1946
+
1947
+ if (!skipTempReset) {
1948
+ for (var name in this) {
1949
+ // Not sure about the optimal order of these conditions:
1950
+ if (name.charAt(0) === "t" &&
1951
+ hasOwn.call(this, name) &&
1952
+ !isNaN(+name.slice(1))) {
1953
+ this[name] = undefined$1;
1954
+ }
1955
+ }
1956
+ }
1957
+ },
1958
+
1959
+ stop: function() {
1960
+ this.done = true;
1961
+
1962
+ var rootEntry = this.tryEntries[0];
1963
+ var rootRecord = rootEntry.completion;
1964
+ if (rootRecord.type === "throw") {
1965
+ throw rootRecord.arg;
1966
+ }
1967
+
1968
+ return this.rval;
1969
+ },
1970
+
1971
+ dispatchException: function(exception) {
1972
+ if (this.done) {
1973
+ throw exception;
1974
+ }
1975
+
1976
+ var context = this;
1977
+ function handle(loc, caught) {
1978
+ record.type = "throw";
1979
+ record.arg = exception;
1980
+ context.next = loc;
1981
+
1982
+ if (caught) {
1983
+ // If the dispatched exception was caught by a catch block,
1984
+ // then let that catch block handle the exception normally.
1985
+ context.method = "next";
1986
+ context.arg = undefined$1;
1987
+ }
1988
+
1989
+ return !! caught;
1990
+ }
1991
+
1992
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
1993
+ var entry = this.tryEntries[i];
1994
+ var record = entry.completion;
1995
+
1996
+ if (entry.tryLoc === "root") {
1997
+ // Exception thrown outside of any try block that could handle
1998
+ // it, so set the completion value of the entire function to
1999
+ // throw the exception.
2000
+ return handle("end");
2001
+ }
2002
+
2003
+ if (entry.tryLoc <= this.prev) {
2004
+ var hasCatch = hasOwn.call(entry, "catchLoc");
2005
+ var hasFinally = hasOwn.call(entry, "finallyLoc");
2006
+
2007
+ if (hasCatch && hasFinally) {
2008
+ if (this.prev < entry.catchLoc) {
2009
+ return handle(entry.catchLoc, true);
2010
+ } else if (this.prev < entry.finallyLoc) {
2011
+ return handle(entry.finallyLoc);
2012
+ }
2013
+
2014
+ } else if (hasCatch) {
2015
+ if (this.prev < entry.catchLoc) {
2016
+ return handle(entry.catchLoc, true);
2017
+ }
2018
+
2019
+ } else if (hasFinally) {
2020
+ if (this.prev < entry.finallyLoc) {
2021
+ return handle(entry.finallyLoc);
2022
+ }
2023
+
2024
+ } else {
2025
+ throw new Error("try statement without catch or finally");
2026
+ }
2027
+ }
2028
+ }
2029
+ },
2030
+
2031
+ abrupt: function(type, arg) {
2032
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
2033
+ var entry = this.tryEntries[i];
2034
+ if (entry.tryLoc <= this.prev &&
2035
+ hasOwn.call(entry, "finallyLoc") &&
2036
+ this.prev < entry.finallyLoc) {
2037
+ var finallyEntry = entry;
2038
+ break;
2039
+ }
2040
+ }
2041
+
2042
+ if (finallyEntry &&
2043
+ (type === "break" ||
2044
+ type === "continue") &&
2045
+ finallyEntry.tryLoc <= arg &&
2046
+ arg <= finallyEntry.finallyLoc) {
2047
+ // Ignore the finally entry if control is not jumping to a
2048
+ // location outside the try/catch block.
2049
+ finallyEntry = null;
2050
+ }
2051
+
2052
+ var record = finallyEntry ? finallyEntry.completion : {};
2053
+ record.type = type;
2054
+ record.arg = arg;
2055
+
2056
+ if (finallyEntry) {
2057
+ this.method = "next";
2058
+ this.next = finallyEntry.finallyLoc;
2059
+ return ContinueSentinel;
2060
+ }
2061
+
2062
+ return this.complete(record);
2063
+ },
2064
+
2065
+ complete: function(record, afterLoc) {
2066
+ if (record.type === "throw") {
2067
+ throw record.arg;
2068
+ }
2069
+
2070
+ if (record.type === "break" ||
2071
+ record.type === "continue") {
2072
+ this.next = record.arg;
2073
+ } else if (record.type === "return") {
2074
+ this.rval = this.arg = record.arg;
2075
+ this.method = "return";
2076
+ this.next = "end";
2077
+ } else if (record.type === "normal" && afterLoc) {
2078
+ this.next = afterLoc;
2079
+ }
2080
+
2081
+ return ContinueSentinel;
2082
+ },
2083
+
2084
+ finish: function(finallyLoc) {
2085
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
2086
+ var entry = this.tryEntries[i];
2087
+ if (entry.finallyLoc === finallyLoc) {
2088
+ this.complete(entry.completion, entry.afterLoc);
2089
+ resetTryEntry(entry);
2090
+ return ContinueSentinel;
2091
+ }
2092
+ }
2093
+ },
2094
+
2095
+ "catch": function(tryLoc) {
2096
+ for (var i = this.tryEntries.length - 1; i >= 0; --i) {
2097
+ var entry = this.tryEntries[i];
2098
+ if (entry.tryLoc === tryLoc) {
2099
+ var record = entry.completion;
2100
+ if (record.type === "throw") {
2101
+ var thrown = record.arg;
2102
+ resetTryEntry(entry);
2103
+ }
2104
+ return thrown;
2105
+ }
2106
+ }
2107
+
2108
+ // The context.catch method must only be called with a location
2109
+ // argument that corresponds to a known catch block.
2110
+ throw new Error("illegal catch attempt");
2111
+ },
2112
+
2113
+ delegateYield: function(iterable, resultName, nextLoc) {
2114
+ this.delegate = {
2115
+ iterator: values(iterable),
2116
+ resultName: resultName,
2117
+ nextLoc: nextLoc
2118
+ };
2119
+
2120
+ if (this.method === "next") {
2121
+ // Deliberately forget the last sent value so that we don't
2122
+ // accidentally pass it on to the delegate.
2123
+ this.arg = undefined$1;
2124
+ }
2125
+
2126
+ return ContinueSentinel;
2127
+ }
2128
+ };
2129
+
2130
+ // Regardless of whether this script is executing as a CommonJS module
2131
+ // or not, return the runtime object so that we can declare the variable
2132
+ // regeneratorRuntime in the outer scope, which allows this module to be
2133
+ // injected easily by `bin/regenerator --include-runtime script.js`.
2134
+ return exports;
2135
+
2136
+ }(
2137
+ // If this script is executing as a CommonJS module, use module.exports
2138
+ // as the regeneratorRuntime namespace. Otherwise create a new empty
2139
+ // object. Either way, the resulting object will be used to initialize
2140
+ // the regeneratorRuntime variable at the top of this file.
2141
+ module.exports
2142
+ ));
2143
+
2144
+ try {
2145
+ regeneratorRuntime = runtime;
2146
+ } catch (accidentalStrictMode) {
2147
+ // This module should not be running in strict mode, so the above
2148
+ // assignment should always work unless something is misconfigured. Just
2149
+ // in case runtime.js accidentally runs in strict mode, in modern engines
2150
+ // we can explicitly access globalThis. In older engines we can escape
2151
+ // strict mode using a global Function call. This could conceivably fail
2152
+ // if a Content Security Policy forbids using Function, but in that case
2153
+ // the proper solution is to fix the accidental strict mode problem. If
2154
+ // you've misconfigured your bundler to force strict mode and applied a
2155
+ // CSP to forbid Function, and you're not willing to fix either of those
2156
+ // problems, please detail your unique predicament in a GitHub issue.
2157
+ if (typeof globalThis === "object") {
2158
+ globalThis.regeneratorRuntime = runtime;
2159
+ } else {
2160
+ Function("r", "regeneratorRuntime = r")(runtime);
2161
+ }
2162
+ }
2163
+ });
2164
+
2165
+ /**
2166
+ * A specialized version of `_.reduce` for arrays without support for
2167
+ * iteratee shorthands.
2168
+ *
2169
+ * @private
2170
+ * @param {Array} [array] The array to iterate over.
2171
+ * @param {Function} iteratee The function invoked per iteration.
2172
+ * @param {*} [accumulator] The initial value.
2173
+ * @param {boolean} [initAccum] Specify using the first element of `array` as
2174
+ * the initial value.
2175
+ * @returns {*} Returns the accumulated value.
2176
+ */
2177
+ function arrayReduce(array, iteratee, accumulator, initAccum) {
2178
+ var index = -1,
2179
+ length = array == null ? 0 : array.length;
2180
+
2181
+ if (initAccum && length) {
2182
+ accumulator = array[++index];
2183
+ }
2184
+ while (++index < length) {
2185
+ accumulator = iteratee(accumulator, array[index], index, array);
2186
+ }
2187
+ return accumulator;
2188
+ }
2189
+
2190
+ var _arrayReduce = arrayReduce;
2191
+
2192
+ /**
2193
+ * The base implementation of `_.propertyOf` without support for deep paths.
2194
+ *
2195
+ * @private
2196
+ * @param {Object} object The object to query.
2197
+ * @returns {Function} Returns the new accessor function.
2198
+ */
2199
+ function basePropertyOf(object) {
2200
+ return function(key) {
2201
+ return object == null ? undefined : object[key];
2202
+ };
2203
+ }
2204
+
2205
+ var _basePropertyOf = basePropertyOf;
2206
+
2207
+ /** Used to map Latin Unicode letters to basic Latin letters. */
2208
+ var deburredLetters = {
2209
+ // Latin-1 Supplement block.
2210
+ '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A',
2211
+ '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a',
2212
+ '\xc7': 'C', '\xe7': 'c',
2213
+ '\xd0': 'D', '\xf0': 'd',
2214
+ '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E',
2215
+ '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e',
2216
+ '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I',
2217
+ '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i',
2218
+ '\xd1': 'N', '\xf1': 'n',
2219
+ '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O',
2220
+ '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o',
2221
+ '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U',
2222
+ '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u',
2223
+ '\xdd': 'Y', '\xfd': 'y', '\xff': 'y',
2224
+ '\xc6': 'Ae', '\xe6': 'ae',
2225
+ '\xde': 'Th', '\xfe': 'th',
2226
+ '\xdf': 'ss',
2227
+ // Latin Extended-A block.
2228
+ '\u0100': 'A', '\u0102': 'A', '\u0104': 'A',
2229
+ '\u0101': 'a', '\u0103': 'a', '\u0105': 'a',
2230
+ '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C',
2231
+ '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c',
2232
+ '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd',
2233
+ '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E',
2234
+ '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e',
2235
+ '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G',
2236
+ '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g',
2237
+ '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h',
2238
+ '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I',
2239
+ '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i',
2240
+ '\u0134': 'J', '\u0135': 'j',
2241
+ '\u0136': 'K', '\u0137': 'k', '\u0138': 'k',
2242
+ '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L',
2243
+ '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l',
2244
+ '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N',
2245
+ '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n',
2246
+ '\u014c': 'O', '\u014e': 'O', '\u0150': 'O',
2247
+ '\u014d': 'o', '\u014f': 'o', '\u0151': 'o',
2248
+ '\u0154': 'R', '\u0156': 'R', '\u0158': 'R',
2249
+ '\u0155': 'r', '\u0157': 'r', '\u0159': 'r',
2250
+ '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S',
2251
+ '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's',
2252
+ '\u0162': 'T', '\u0164': 'T', '\u0166': 'T',
2253
+ '\u0163': 't', '\u0165': 't', '\u0167': 't',
2254
+ '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U',
2255
+ '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u',
2256
+ '\u0174': 'W', '\u0175': 'w',
2257
+ '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y',
2258
+ '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z',
2259
+ '\u017a': 'z', '\u017c': 'z', '\u017e': 'z',
2260
+ '\u0132': 'IJ', '\u0133': 'ij',
2261
+ '\u0152': 'Oe', '\u0153': 'oe',
2262
+ '\u0149': "'n", '\u017f': 's'
2263
+ };
2264
+
2265
+ /**
2266
+ * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A
2267
+ * letters to basic Latin letters.
2268
+ *
2269
+ * @private
2270
+ * @param {string} letter The matched letter to deburr.
2271
+ * @returns {string} Returns the deburred letter.
2272
+ */
2273
+ var deburrLetter = _basePropertyOf(deburredLetters);
2274
+
2275
+ var _deburrLetter = deburrLetter;
2276
+
2277
+ /** Used to match Latin Unicode letters (excluding mathematical operators). */
2278
+ var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;
2279
+
2280
+ /** Used to compose unicode character classes. */
2281
+ var rsComboMarksRange$1 = '\\u0300-\\u036f',
2282
+ reComboHalfMarksRange$1 = '\\ufe20-\\ufe2f',
2283
+ rsComboSymbolsRange$1 = '\\u20d0-\\u20ff',
2284
+ rsComboRange$1 = rsComboMarksRange$1 + reComboHalfMarksRange$1 + rsComboSymbolsRange$1;
2285
+
2286
+ /** Used to compose unicode capture groups. */
2287
+ var rsCombo$1 = '[' + rsComboRange$1 + ']';
2288
+
2289
+ /**
2290
+ * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and
2291
+ * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols).
2292
+ */
2293
+ var reComboMark = RegExp(rsCombo$1, 'g');
2294
+
2295
+ /**
2296
+ * Deburrs `string` by converting
2297
+ * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table)
2298
+ * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A)
2299
+ * letters to basic Latin letters and removing
2300
+ * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks).
2301
+ *
2302
+ * @static
2303
+ * @memberOf _
2304
+ * @since 3.0.0
2305
+ * @category String
2306
+ * @param {string} [string=''] The string to deburr.
2307
+ * @returns {string} Returns the deburred string.
2308
+ * @example
2309
+ *
2310
+ * _.deburr('déjà vu');
2311
+ * // => 'deja vu'
2312
+ */
2313
+ function deburr(string) {
2314
+ string = toString_1(string);
2315
+ return string && string.replace(reLatin, _deburrLetter).replace(reComboMark, '');
2316
+ }
2317
+
2318
+ var deburr_1 = deburr;
2319
+
2320
+ /** Used to match words composed of alphanumeric characters. */
2321
+ var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
2322
+
2323
+ /**
2324
+ * Splits an ASCII `string` into an array of its words.
2325
+ *
2326
+ * @private
2327
+ * @param {string} The string to inspect.
2328
+ * @returns {Array} Returns the words of `string`.
2329
+ */
2330
+ function asciiWords(string) {
2331
+ return string.match(reAsciiWord) || [];
2332
+ }
2333
+
2334
+ var _asciiWords = asciiWords;
2335
+
2336
+ /** Used to detect strings that need a more robust regexp to match words. */
2337
+ var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
2338
+
2339
+ /**
2340
+ * Checks if `string` contains a word composed of Unicode symbols.
2341
+ *
2342
+ * @private
2343
+ * @param {string} string The string to inspect.
2344
+ * @returns {boolean} Returns `true` if a word is found, else `false`.
2345
+ */
2346
+ function hasUnicodeWord(string) {
2347
+ return reHasUnicodeWord.test(string);
2348
+ }
2349
+
2350
+ var _hasUnicodeWord = hasUnicodeWord;
2351
+
2352
+ /** Used to compose unicode character classes. */
2353
+ var rsAstralRange = '\\ud800-\\udfff',
2354
+ rsComboMarksRange = '\\u0300-\\u036f',
2355
+ reComboHalfMarksRange = '\\ufe20-\\ufe2f',
2356
+ rsComboSymbolsRange = '\\u20d0-\\u20ff',
2357
+ rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange,
2358
+ rsDingbatRange = '\\u2700-\\u27bf',
2359
+ rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff',
2360
+ rsMathOpRange = '\\xac\\xb1\\xd7\\xf7',
2361
+ rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf',
2362
+ rsPunctuationRange = '\\u2000-\\u206f',
2363
+ rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000',
2364
+ rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde',
2365
+ rsVarRange = '\\ufe0e\\ufe0f',
2366
+ rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange;
2367
+
2368
+ /** Used to compose unicode capture groups. */
2369
+ var rsApos$1 = "['\u2019]",
2370
+ rsBreak = '[' + rsBreakRange + ']',
2371
+ rsCombo = '[' + rsComboRange + ']',
2372
+ rsDigits = '\\d+',
2373
+ rsDingbat = '[' + rsDingbatRange + ']',
2374
+ rsLower = '[' + rsLowerRange + ']',
2375
+ rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']',
2376
+ rsFitz = '\\ud83c[\\udffb-\\udfff]',
2377
+ rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')',
2378
+ rsNonAstral = '[^' + rsAstralRange + ']',
2379
+ rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}',
2380
+ rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]',
2381
+ rsUpper = '[' + rsUpperRange + ']',
2382
+ rsZWJ = '\\u200d';
2383
+
2384
+ /** Used to compose unicode regexes. */
2385
+ var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')',
2386
+ rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')',
2387
+ rsOptContrLower = '(?:' + rsApos$1 + '(?:d|ll|m|re|s|t|ve))?',
2388
+ rsOptContrUpper = '(?:' + rsApos$1 + '(?:D|LL|M|RE|S|T|VE))?',
2389
+ reOptMod = rsModifier + '?',
2390
+ rsOptVar = '[' + rsVarRange + ']?',
2391
+ rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*',
2392
+ rsOrdLower = '\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])',
2393
+ rsOrdUpper = '\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])',
2394
+ rsSeq = rsOptVar + reOptMod + rsOptJoin,
2395
+ rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq;
2396
+
2397
+ /** Used to match complex or compound words. */
2398
+ var reUnicodeWord = RegExp([
2399
+ rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')',
2400
+ rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')',
2401
+ rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower,
2402
+ rsUpper + '+' + rsOptContrUpper,
2403
+ rsOrdUpper,
2404
+ rsOrdLower,
2405
+ rsDigits,
2406
+ rsEmoji
2407
+ ].join('|'), 'g');
2408
+
2409
+ /**
2410
+ * Splits a Unicode `string` into an array of its words.
2411
+ *
2412
+ * @private
2413
+ * @param {string} The string to inspect.
2414
+ * @returns {Array} Returns the words of `string`.
2415
+ */
2416
+ function unicodeWords(string) {
2417
+ return string.match(reUnicodeWord) || [];
2418
+ }
2419
+
2420
+ var _unicodeWords = unicodeWords;
2421
+
2422
+ /**
2423
+ * Splits `string` into an array of its words.
2424
+ *
2425
+ * @static
2426
+ * @memberOf _
2427
+ * @since 3.0.0
2428
+ * @category String
2429
+ * @param {string} [string=''] The string to inspect.
2430
+ * @param {RegExp|string} [pattern] The pattern to match words.
2431
+ * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
2432
+ * @returns {Array} Returns the words of `string`.
2433
+ * @example
2434
+ *
2435
+ * _.words('fred, barney, & pebbles');
2436
+ * // => ['fred', 'barney', 'pebbles']
2437
+ *
2438
+ * _.words('fred, barney, & pebbles', /[^, ]+/g);
2439
+ * // => ['fred', 'barney', '&', 'pebbles']
2440
+ */
2441
+ function words(string, pattern, guard) {
2442
+ string = toString_1(string);
2443
+ pattern = guard ? undefined : pattern;
2444
+
2445
+ if (pattern === undefined) {
2446
+ return _hasUnicodeWord(string) ? _unicodeWords(string) : _asciiWords(string);
2447
+ }
2448
+ return string.match(pattern) || [];
2449
+ }
2450
+
2451
+ var words_1 = words;
2452
+
2453
+ /** Used to compose unicode capture groups. */
2454
+ var rsApos = "['\u2019]";
2455
+
2456
+ /** Used to match apostrophes. */
2457
+ var reApos = RegExp(rsApos, 'g');
2458
+
2459
+ /**
2460
+ * Creates a function like `_.camelCase`.
2461
+ *
2462
+ * @private
2463
+ * @param {Function} callback The function to combine each word.
2464
+ * @returns {Function} Returns the new compounder function.
2465
+ */
2466
+ function createCompounder(callback) {
2467
+ return function(string) {
2468
+ return _arrayReduce(words_1(deburr_1(string).replace(reApos, '')), callback, '');
2469
+ };
2470
+ }
2471
+
2472
+ var _createCompounder = createCompounder;
2473
+
2474
+ /**
2475
+ * Converts `string`, as space separated words, to upper case.
2476
+ *
2477
+ * @static
2478
+ * @memberOf _
2479
+ * @since 4.0.0
2480
+ * @category String
2481
+ * @param {string} [string=''] The string to convert.
2482
+ * @returns {string} Returns the upper cased string.
2483
+ * @example
2484
+ *
2485
+ * _.upperCase('--foo-bar');
2486
+ * // => 'FOO BAR'
2487
+ *
2488
+ * _.upperCase('fooBar');
2489
+ * // => 'FOO BAR'
2490
+ *
2491
+ * _.upperCase('__foo_bar__');
2492
+ * // => 'FOO BAR'
2493
+ */
2494
+ var upperCase = _createCompounder(function(result, word, index) {
2495
+ return result + (index ? ' ' : '') + word.toUpperCase();
2496
+ });
2497
+
2498
+ var upperCase_1 = upperCase;
2499
+
2500
+ /**
2501
+ * Converts `string`, as space separated words, to lower case.
2502
+ *
2503
+ * @static
2504
+ * @memberOf _
2505
+ * @since 4.0.0
2506
+ * @category String
2507
+ * @param {string} [string=''] The string to convert.
2508
+ * @returns {string} Returns the lower cased string.
2509
+ * @example
2510
+ *
2511
+ * _.lowerCase('--Foo-Bar--');
2512
+ * // => 'foo bar'
2513
+ *
2514
+ * _.lowerCase('fooBar');
2515
+ * // => 'foo bar'
2516
+ *
2517
+ * _.lowerCase('__FOO_BAR__');
2518
+ * // => 'foo bar'
2519
+ */
2520
+ var lowerCase = _createCompounder(function(result, word, index) {
2521
+ return result + (index ? ' ' : '') + word.toLowerCase();
2522
+ });
2523
+
2524
+ var lowerCase_1 = lowerCase;
2525
+
2526
+ function truncate() {
2527
+ var string = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
2528
+ var limit = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 60;
2529
+ var ellipsis = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
2530
+ var putEllipsis = ellipsis ? " ..." : "";
2531
+ return typeof string === "string" && string.length > limit ? string.substring(0, limit) + putEllipsis : string;
2532
+ }
2533
+ var timestampToFormat = function timestampToFormat(value, unit, suffix, timestamp) {
2534
+ var config = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
2535
+ var _config$showTime = config.showTime,
2536
+ showTime = _config$showTime === void 0 ? false : _config$showTime,
2537
+ _config$isTimeFirst = config.isTimeFirst,
2538
+ isTimeFirst = _config$isTimeFirst === void 0 ? false : _config$isTimeFirst,
2539
+ _config$isUpperCase = config.isUpperCase,
2540
+ isUpperCase = _config$isUpperCase === void 0 ? false : _config$isUpperCase,
2541
+ _config$disableMeridi = config.disableMeridiem,
2542
+ disableMeridiem = _config$disableMeridi === void 0 ? false : _config$disableMeridi,
2543
+ _config$timeFormat = config.timeFormat,
2544
+ timeFormat = _config$timeFormat === void 0 ? "12hours" : _config$timeFormat;
2545
+ var monthList = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
2546
+ var dateTime = new Date(timestamp);
2547
+ var date = dateTime.getDate().toString().padStart(2, 0);
2548
+ var month = monthList[dateTime.getMonth()];
2549
+ var localizedMonth = month;
2550
+
2551
+ if (isUpperCase) {
2552
+ localizedMonth = upperCase_1(month);
2553
+ }
2554
+
2555
+ var year = dateTime.getFullYear();
2556
+ var localizedMeridiem = config.localizedMeridiem,
2557
+ localizedMonths = config.localizedMonths,
2558
+ _config$direction = config.direction,
2559
+ direction = _config$direction === void 0 ? "ltr" : _config$direction;
2560
+ var time = formatAMPM(timestamp, timeFormat);
2561
+ var timeWithLocalizedMeridiem = time;
2562
+ var timetoShow;
2563
+
2564
+ if (localizedMonths) {
2565
+ localizedMonth = get_1(localizedMonths, [lowerCase_1(month)]) || month;
2566
+ }
2567
+
2568
+ if (localizedMeridiem) {
2569
+ var isAm = time.includes("am");
2570
+ var _localizedMeridiem$am = localizedMeridiem.am,
2571
+ am = _localizedMeridiem$am === void 0 ? "am" : _localizedMeridiem$am,
2572
+ _localizedMeridiem$pm = localizedMeridiem.pm,
2573
+ pm = _localizedMeridiem$pm === void 0 ? "pm" : _localizedMeridiem$pm;
2574
+ timeWithLocalizedMeridiem = (isAm ? time.replace("am", am) : time.replace("pm", pm)) || time;
2575
+ }
2576
+
2577
+ if (direction === "rtl") {
2578
+ timetoShow = showTime ? "".concat(timeWithLocalizedMeridiem) : "";
2579
+ return "".concat(date, " ").concat(localizedMonth, ", ").concat(year, " ").concat(timetoShow, " ");
2580
+ } else {
2581
+ if (disableMeridiem) {
2582
+ return "".concat(localizedMonth, " ").concat(date, ", ").concat(year);
2583
+ } else if (isTimeFirst) {
2584
+ return "".concat(timeWithLocalizedMeridiem, ", ").concat(date, " ").concat(localizedMonth, " ").concat(year);
2585
+ } else {
2586
+ timetoShow = showTime ? ", ".concat(timeWithLocalizedMeridiem) : "";
2587
+ return "".concat(date, " ").concat(localizedMonth, ", ").concat(year).concat(timetoShow);
2588
+ }
2589
+ }
2590
+ };
2591
+ function formatter(value, unit, suffix, date, config) {
2592
+ var showDateForUnits = ["day", "week", "month", "year"]; // suffix here refers to ago
2593
+ // unit here refers to seconds, minute, minutes,...
2594
+
2595
+ var localizedSuffix = get_1(config, ["localizedPublishTime", suffix]) || suffix;
2596
+ var localizedUnitOfTime;
2597
+
2598
+ if (unit === "hour" && value > 23 || showDateForUnits.indexOf(unit) !== -1) {
2599
+ return timestampToFormat(value, unit, suffix, date, config);
2600
+ } else if (value > 1) {
2601
+ localizedUnitOfTime = get_1(config, ["localizedPublishTime", "".concat(unit, "s")]) || "".concat(unit, "s");
2602
+ return "".concat(value, " ").concat(localizedUnitOfTime, " ").concat(localizedSuffix);
2603
+ }
2604
+
2605
+ localizedUnitOfTime = get_1(config, ["localizedPublishTime", unit]) || unit;
2606
+ return "".concat(value, " ").concat(localizedUnitOfTime, " ").concat(localizedSuffix, " ");
2607
+ }
2608
+
2609
+ function formatAMPM(timestamp) {
2610
+ var timeFormat = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "12hours";
2611
+ var dateTime = new Date(timestamp);
2612
+ var hours = dateTime.getHours();
2613
+ var minutes = dateTime.getMinutes();
2614
+ var ampm = hours >= 12 ? "pm" : "am";
2615
+ hours = hours % 12;
2616
+ hours = hours || 12;
2617
+ minutes = minutes < 10 ? "0" + minutes : minutes;
2618
+ var strTime = hours + ":" + minutes + " " + ampm;
2619
+
2620
+ if (timeFormat === "24hours") {
2621
+ return dateTime.toLocaleTimeString([], {
2622
+ hour: "2-digit",
2623
+ minute: "2-digit"
2624
+ });
2625
+ }
2626
+
2627
+ return strTime;
2628
+ }
2629
+
2630
+ var hexToRGB = function hexToRGB(hex) {
2631
+ var r = parseInt(hex.slice(1, 3), 16);
2632
+ var g = parseInt(hex.slice(3, 5), 16);
2633
+ var b = parseInt(hex.slice(5, 7), 16);
2634
+ return {
2635
+ r: r,
2636
+ g: g,
2637
+ b: b
2638
+ };
2639
+ };
2640
+ var getLuminanceOfColor = function getLuminanceOfColor(hex) {
2641
+ var _hexToRGB = hexToRGB(hex),
2642
+ r = _hexToRGB.r,
2643
+ g = _hexToRGB.g,
2644
+ b = _hexToRGB.b;
2645
+
2646
+ return r * 0.299 + g * 0.587 + b * 0.114;
2647
+ };
2648
+ var rgbToHex = function rgbToHex() {
2649
+ var color = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "rgba(255, 255, 255, 0)";
2650
+ var rgba = color.match(/^rgba?[\s+]?\([\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?,[\s+]?(\d+)[\s+]?/i);
2651
+ return rgba && rgba.length === 4 ? "#" + ("0" + parseInt(rgba[1], 10).toString(16)).slice(-2) + ("0" + parseInt(rgba[2], 10).toString(16)).slice(-2) + ("0" + parseInt(rgba[3], 10).toString(16)).slice(-2) : color;
2652
+ };
2653
+ var clientWidths = {
2654
+ mobile: 767,
2655
+ tablet: 1024
2656
+ };
2657
+ var clientWidth = function clientWidth(device) {
2658
+ var foundDeviceWidth = get_1(clientWidths, device);
2659
+
2660
+ if (foundDeviceWidth) {
2661
+ return get_1(global, "document.documentElement.clientWidth") <= foundDeviceWidth;
2662
+ }
2663
+
2664
+ return false;
2665
+ };
2666
+ var getTextColor = function getTextColor() {
2667
+ var theme = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "rgb(255,255,255)";
2668
+ var isRegexCheck = /^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/.test(theme);
2669
+ var getHexValue = !isRegexCheck ? rgbToHex(theme) : theme;
2670
+ var textColor = getLuminanceOfColor(getHexValue) < 155 ? "light" : "dark";
2671
+ return textColor;
2672
+ };
2673
+ var getSlot = function getSlot(type, component, storyCallback, collectionCallback) {
2674
+ switch (type) {
2675
+ case "story":
2676
+ return storyCallback();
2677
+
2678
+ case "collection":
2679
+ return collectionCallback();
2680
+
2681
+ default:
2682
+ return component ? component() : null;
2683
+ }
2684
+ };
2685
+ var getSlug = function getSlug(collection) {
2686
+ var config = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
2687
+ var _config$magazineSlug = config.magazineSlug,
2688
+ magazineSlug = _config$magazineSlug === void 0 ? "" : _config$magazineSlug,
2689
+ _config$isArchivePage = config.isArchivePage,
2690
+ isArchivePage = _config$isArchivePage === void 0 ? false : _config$isArchivePage;
2691
+
2692
+ if (isArchivePage) {
2693
+ return "/magazine/archive/".concat(magazineSlug);
2694
+ }
2695
+
2696
+ if (magazineSlug) {
2697
+ return "/magazine/".concat(magazineSlug, "/").concat(collection.slug);
2698
+ }
2699
+
2700
+ var isSection = collection.template === "section";
2701
+
2702
+ if (isSection) {
2703
+ var sectionId = get_1(collection, ["metadata", "section", "0", "id"], "");
2704
+ var sections = config.sections;
2705
+ var section = sections && sections.find(function (section) {
2706
+ return section.id === sectionId;
2707
+ });
2708
+ return section ? section["section-url"] : "/";
2709
+ }
2710
+
2711
+ return "/collection/".concat(collection.slug);
2712
+ };
2713
+ function isExternalStory() {
2714
+ var story = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
2715
+ var _story$storyTemplate = story["story-template"],
2716
+ storyTemplate = _story$storyTemplate === void 0 ? "" : _story$storyTemplate,
2717
+ _story$metadata = story.metadata,
2718
+ metadata = _story$metadata === void 0 ? {} : _story$metadata;
2719
+ return storyTemplate === "news-elsewhere" ? get_1(metadata, ["reference-url"], "") : "";
2720
+ } // Adds target='_blank' attribute to anchor tags if not present
2721
+ var isEmpty = function isEmpty(value) {
2722
+ return value == null || // From standard.js: Always use === - but value == null is allowed to check null || undefined
2723
+ _typeof(value) === "object" && Object.entries(value).length === 0 && value.constructor === Object || typeof value === "string" && value.trim().length === 0;
2724
+ };
2725
+ PropTypes.shape({
2726
+ "sketches-host": PropTypes.string,
2727
+ "cdn-name": PropTypes.string,
2728
+ "cdn-image": PropTypes.string
2729
+ });
2730
+ PropTypes.shape({
2731
+ headline: PropTypes.string,
2732
+ "last-published-at": PropTypes.number,
2733
+ subheadline: PropTypes.string
2734
+ });
2735
+ var getStoryUrl = function getStoryUrl(story) {
2736
+ var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "";
2737
+ return get_1(story, ["story-template"]) === "news-elsewhere" ? get_1(story, ["metadata", "reference-url"], "") : story.url || defaultValue;
2738
+ };
2739
+ var getTimeStamp = function getTimeStamp(date, _formatter) {
2740
+ var config = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
2741
+ var template = arguments.length > 3 ? arguments[3] : undefined;
2742
+ var timezone = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : null;
2743
+
2744
+ if (timezone && template === "story") {
2745
+ var zonedTime = timezone && utcToZonedTime(date, timezone);
2746
+ var formatZonedTime = zonedTime && format(zonedTime, "yyyy-MM-dd'T'HH:mm:ssXXX", {
2747
+ timeZone: timezone
2748
+ });
2749
+ var timeStamp = timestampToFormat("", "", "", date, config);
2750
+ return /*#__PURE__*/React.createElement("time", {
2751
+ dateTime: formatZonedTime
2752
+ }, timeStamp);
2753
+ }
2754
+
2755
+ return /*#__PURE__*/React.createElement(Timeago, {
2756
+ date: date,
2757
+ formatter: function formatter(value, unit, suffix, date) {
2758
+ return _formatter(value, unit, suffix, date, config);
2759
+ }
2760
+ });
2761
+ };
2762
+
2763
+ var _styleModuleImportMap$b = {
2764
+ "./collection-name.m.css": {
2765
+ "collection": "collection-name-m_collection__JD6sx",
2766
+ "collection-borderLeft": "collection-name-m_collection-borderLeft__3Dznk",
2767
+ "border-left": "collection-name-m_border-left__3_pYw",
2768
+ "collection-borderBottomFull": "collection-name-m_collection-borderBottomFull__Dkq3K",
2769
+ "collection-borderBottom": "collection-name-m_collection-borderBottom__2rdQM",
2770
+ "collection-crossLine": "collection-name-m_collection-crossLine__1sIpN",
2771
+ "border-bottom": "collection-name-m_border-bottom__1MnlV",
2772
+ "dark": "collection-name-m_dark__nMe5H",
2773
+ "light": "collection-name-m_light__1vFDN"
2774
+ }
2775
+ };
2776
+ var CollectionNameBase = function CollectionNameBase(_ref) {
2777
+ var _ref$collectionNameBo = _ref.collectionNameBorderColor,
2778
+ collectionNameBorderColor = _ref$collectionNameBo === void 0 ? "" : _ref$collectionNameBo,
2779
+ collection = _ref.collection,
2780
+ config = _ref.config,
2781
+ collectionNameTemplate = _ref.collectionNameTemplate,
2782
+ headerLevel = _ref.headerLevel,
2783
+ _ref$customCollection = _ref.customCollectionName,
2784
+ customCollectionName = _ref$customCollection === void 0 ? "" : _ref$customCollection,
2785
+ _ref$navigate = _ref.navigate,
2786
+ navigate = _ref$navigate === void 0 ? true : _ref$navigate;
2787
+ var collectionTitle = useStateValue() || {};
2788
+ var showRowTitle = get_1(collectionTitle, ["showRowTitle"], true);
2789
+ var supportedTemplates = ["borderLeft", "borderBottom", "crossLine", "borderBottomFull"];
2790
+ var templateStyle = supportedTemplates.includes(collectionNameTemplate) ? " collection-".concat(collectionNameTemplate) : "";
2791
+ var slug = navigate && collection && getSlug(collection, config) || "";
2792
+ var collectionName = customCollectionName || collection.name || "";
2793
+ var textColor = getTextColor(collectionTitle.theme);
2794
+ var HeaderTag = "h" + headerLevel;
2795
+ var CollectionNameBorderColor = rgbToHex(collectionNameBorderColor);
2796
+ var borderBottomFullStyle = templateStyle.includes("collection-borderBottomFull") ? "4px solid ".concat(CollectionNameBorderColor) : "";
2797
+
2798
+ var borderBottomStyle = function borderBottomStyle() {
2799
+ return templateStyle.includes("collection-borderBottom") && !templateStyle.includes("collection-borderBottomFull") ? /*#__PURE__*/React.createElement("div", {
2800
+ className: "collection-name-m_border-bottom__1MnlV",
2801
+ style: {
2802
+ borderBottom: "4px solid ".concat(CollectionNameBorderColor)
2803
+ }
2804
+ }) : "";
2805
+ };
2806
+
2807
+ var isMobile = clientWidth("mobile");
2808
+
2809
+ var getBorderHeight = function getBorderHeight() {
2810
+ if (isMobile) {
2811
+ switch (headerLevel) {
2812
+ case "1":
2813
+ return "32px";
2814
+
2815
+ case "2":
2816
+ return "24px";
2817
+
2818
+ case "3":
2819
+ return "20px";
2820
+
2821
+ case "4":
2822
+ return "18px";
2823
+
2824
+ case "5":
2825
+ return "16px";
2826
+
2827
+ case "6":
2828
+ return "16px";
2829
+
2830
+ default:
2831
+ return "20px";
2832
+ }
2833
+ }
2834
+
2835
+ switch (headerLevel) {
2836
+ case "1":
2837
+ return "40px";
2838
+
2839
+ case "2":
2840
+ return "32px";
2841
+
2842
+ case "3":
2843
+ return "24px";
2844
+
2845
+ case "4":
2846
+ return "20px";
2847
+
2848
+ case "5":
2849
+ return "18px";
2850
+
2851
+ case "6":
2852
+ return "16px";
2853
+
2854
+ default:
2855
+ return "24px";
2856
+ }
2857
+ };
2858
+
2859
+ return /*#__PURE__*/React.createElement(React.Fragment, null, showRowTitle && collectionName && /*#__PURE__*/React.createElement("div", {
2860
+ style: {
2861
+ borderBottom: borderBottomFullStyle
2862
+ },
2863
+ "data-test-id": "collection-name",
2864
+ className: ("arr--collection-name arrow-component ".concat(templateStyle) ? "arr--collection-name arrow-component ".concat(templateStyle) + " " : "") + _getClassName("collection ".concat(textColor, " ").concat(templateStyle), _styleModuleImportMap$b)
2865
+ }, templateStyle.includes("collection-borderLeft") && /*#__PURE__*/React.createElement("span", {
2866
+ className: "arr-collection-name-border-left collection-name-m_border-left__3_pYw",
2867
+ style: {
2868
+ color: CollectionNameBorderColor,
2869
+ fontSize: getBorderHeight()
2870
+ }
2871
+ }), slug && !slug.includes(undefined) ? /*#__PURE__*/React.createElement(Link, {
2872
+ href: slug,
2873
+ "aria-label": "collection-name"
2874
+ }, /*#__PURE__*/React.createElement(HeaderTag, null, collectionName)) : /*#__PURE__*/React.createElement(HeaderTag, null, collectionName), borderBottomStyle()));
2875
+ };
2876
+ CollectionNameBase.propTypes = {
2877
+ /** Collection name border color */
2878
+ collectionNameBorderColor: PropTypes$1.string,
2879
+
2880
+ /** The Collection Object from the API response */
2881
+ collection: PropTypes$1.object,
2882
+
2883
+ /** The publisher config from the API response */
2884
+ config: PropTypes$1.object,
2885
+
2886
+ /** The style template for the component */
2887
+ collectionNameTemplate: PropTypes$1.oneOf(["", "borderLeft", "borderBottom", "crossLine", "borderBottomFull"]),
2888
+
2889
+ /** Header tags ranging h1-h6, where h[headerLevel] */
2890
+ headerLevel: PropTypes$1.string,
2891
+ customCollectionName: PropTypes$1.string,
2892
+ navigate: PropTypes$1.bool
2893
+ };
2894
+ CollectionNameBase.defaultProps = {
2895
+ collectionNameTemplate: "",
2896
+ headerLevel: "3"
2897
+ };
2898
+
2899
+ function mapStateToProps$1(state) {
2900
+ return {
2901
+ config: get_1(state, ["qt", "config"], {})
2902
+ };
2903
+ }
2904
+
2905
+ var CollectionName = connect(mapStateToProps$1)(CollectionNameBase);
2906
+
2907
+ function _iterableToArrayLimit(arr, i) {
2908
+ var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
2909
+
2910
+ if (_i == null) return;
2911
+ var _arr = [];
2912
+ var _n = true;
2913
+ var _d = false;
2914
+
2915
+ var _s, _e;
2916
+
2917
+ try {
2918
+ for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
2919
+ _arr.push(_s.value);
2920
+
2921
+ if (i && _arr.length === i) break;
2922
+ }
2923
+ } catch (err) {
2924
+ _d = true;
2925
+ _e = err;
2926
+ } finally {
2927
+ try {
2928
+ if (!_n && _i["return"] != null) _i["return"]();
2929
+ } finally {
2930
+ if (_d) throw _e;
2931
+ }
2932
+ }
2933
+
2934
+ return _arr;
2935
+ }
2936
+
2937
+ function _slicedToArray(arr, i) {
2938
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
2939
+ }
2940
+
2941
+ var ImageFallbackIcon = function ImageFallbackIcon(_ref) {
2942
+ var _ref$width = _ref.width,
2943
+ width = _ref$width === void 0 ? 40 : _ref$width,
2944
+ _ref$height = _ref.height,
2945
+ height = _ref$height === void 0 ? 30 : _ref$height,
2946
+ _ref$iconColor = _ref.iconColor,
2947
+ iconColor = _ref$iconColor === void 0 ? "#99B0CB" : _ref$iconColor;
2948
+ return /*#__PURE__*/React.createElement("svg", {
2949
+ width: width,
2950
+ height: height,
2951
+ viewBox: "0 0 102 76",
2952
+ version: "1.1"
2953
+ }, /*#__PURE__*/React.createElement("g", {
2954
+ id: "demo-home-copy",
2955
+ stroke: "none",
2956
+ strokeWidth: "1",
2957
+ fill: "none",
2958
+ fillRule: "evenodd",
2959
+ transform: "translate(-377.000000, -314.000000)"
2960
+ }, /*#__PURE__*/React.createElement("g", {
2961
+ id: "Group-13",
2962
+ transform: "translate(377.000000, 314.000000)"
2963
+ }, /*#__PURE__*/React.createElement("path", {
2964
+ d: "M43.2,49.7 L62.2,19.2 L87.2,59.4 L17,59.4 L32.8,39.4 L43.2,49.7 Z M29.9,28.6 C25.8683213,28.6 22.6,25.3316787 22.6,21.3 C22.6,17.2683213 25.8683213,14 29.9,14 C33.9316787,14 37.2,17.2683213 37.2,21.3 C37.2,25.3316787 33.9316787,28.6 29.9,28.6 Z",
2965
+ id: "Combined-Shape",
2966
+ fill: iconColor,
2967
+ fillRule: "nonzero"
2968
+ }), /*#__PURE__*/React.createElement("rect", {
2969
+ id: "Rectangle-19",
2970
+ stroke: iconColor,
2971
+ strokeWidth: "3",
2972
+ x: "1.5",
2973
+ y: "1.5",
2974
+ width: "99",
2975
+ height: "73",
2976
+ rx: "3"
2977
+ }))));
2978
+ };
2979
+ ImageFallbackIcon.propTypes = {
2980
+ width: PropTypes.object,
2981
+ height: PropTypes.object,
2982
+ iconColor: PropTypes.object
2983
+ };
2984
+
2985
+ var imageFallback = function imageFallback() {
2986
+ return /*#__PURE__*/React.createElement("div", {
2987
+ className: "arr--fallback-image fallback-m_image__1GYCJ fallback-m_image-position__3KddP"
2988
+ }, /*#__PURE__*/React.createElement("figure", {
2989
+ className: "arr--fallback-svg fallback-m_fallback-svg__tK9fL"
2990
+ }, /*#__PURE__*/React.createElement(ImageFallbackIcon, null)));
2991
+ };
2992
+
2993
+ var FallbackImage = function FallbackImage(_ref) {
2994
+ var slug = _ref.slug;
2995
+
2996
+ if (slug) {
2997
+ return /*#__PURE__*/React.createElement(Link, {
2998
+ href: slug,
2999
+ "aria-label": "image-fallback"
3000
+ }, imageFallback());
3001
+ } else {
3002
+ return imageFallback();
3003
+ }
3004
+ };
3005
+ FallbackImage.propTypes = {
3006
+ slug: PropTypes.string
3007
+ };
3008
+
3009
+ var HyperLinkIcon = function HyperLinkIcon() {
3010
+ return /*#__PURE__*/React.createElement("svg", {
3011
+ xmlns: "http://www.w3.org/2000/svg",
3012
+ width: "36",
3013
+ height: "28"
3014
+ }, /*#__PURE__*/React.createElement("g", {
3015
+ fill: "none",
3016
+ fillRule: "evenodd"
3017
+ }, /*#__PURE__*/React.createElement("rect", {
3018
+ width: "36",
3019
+ height: "28",
3020
+ fill: "#3D6FCF",
3021
+ rx: "4"
3022
+ }), /*#__PURE__*/React.createElement("path", {
3023
+ stroke: "#FFF",
3024
+ strokeLinecap: "round",
3025
+ strokeLinejoin: "round",
3026
+ strokeWidth: "2",
3027
+ d: "M22 14.667v4c0 .736-.597 1.333-1.333 1.333h-7.334A1.333 1.333 0 0112 18.667v-7.334c0-.736.597-1.333 1.333-1.333h4M20 8h4v4m-7.333 3.333L24 8"
3028
+ })));
3029
+ };
3030
+
3031
+ var HyperLink = function HyperLink(_ref) {
3032
+ var _ref$hyperLink = _ref.hyperLink,
3033
+ hyperLink = _ref$hyperLink === void 0 ? "" : _ref$hyperLink;
3034
+ if (!hyperLink) return null;
3035
+ return /*#__PURE__*/React.createElement(Link, {
3036
+ href: hyperLink,
3037
+ "aria-label": "hyperlink-button",
3038
+ className: "arr--hyperlink-button hyperlink-m_hyperlink-button__1CqWx",
3039
+ target: "_blank",
3040
+ rel: "noopener noreferrer"
3041
+ }, /*#__PURE__*/React.createElement(HyperLinkIcon, null));
3042
+ };
3043
+ HyperLink.propTypes = {
3044
+ hyperLink: PropTypes.string
3045
+ };
3046
+
3047
+ var _styleModuleImportMap$a = {
3048
+ "./hero-image.m.css": {
3049
+ "hero-image": "hero-image-m_hero-image__3lraV",
3050
+ "right-padding": "hero-image-m_right-padding__1LkCe",
3051
+ "left-padding": "hero-image-m_left-padding__pYRAj",
3052
+ "right-padding-mob": "hero-image-m_right-padding-mob__3-uOU",
3053
+ "placeholder": "hero-image-m_placeholder__1omCm",
3054
+ "hero-image-mob": "hero-image-m_hero-image-mob__13JJp",
3055
+ "with-padding": "hero-image-m_with-padding__324G_",
3056
+ "image": "hero-image-m_image__1mz0U"
3057
+ }
3058
+ };
3059
+ var HeroImage = function HeroImage(_ref) {
3060
+ var story = _ref.story,
3061
+ FullBleed = _ref.FullBleed,
3062
+ aspectRatio = _ref.aspectRatio,
3063
+ defaultWidth = _ref.defaultWidth,
3064
+ widths = _ref.widths,
3065
+ isHorizontal = _ref.isHorizontal,
3066
+ isHorizontalMobile = _ref.isHorizontalMobile,
3067
+ isHorizontalWithImageLast = _ref.isHorizontalWithImageLast,
3068
+ defaultFallback = _ref.defaultFallback,
3069
+ isStoryPageImage = _ref.isStoryPageImage,
3070
+ config = _ref.config;
3071
+
3072
+ var _ref2 = useStateValue() || {},
3073
+ _ref2$fallbackImageUr = _ref2.fallbackImageUrl,
3074
+ fallbackImageUrl = _ref2$fallbackImageUr === void 0 ? "" : _ref2$fallbackImageUr;
3075
+
3076
+ var _config$StoryTemplate = config.StoryTemplateIcon,
3077
+ StoryTemplateIcon = _config$StoryTemplate === void 0 ? function () {
3078
+ return null;
3079
+ } : _config$StoryTemplate;
3080
+ var showImagePlaceholder = useSelector(function (state) {
3081
+ return get_1(state, ["qt", "config", "showPlaceholder"]);
3082
+ });
3083
+ var getPlaceholderStyleName = showImagePlaceholder ? "placeholder" : "";
3084
+ var fullBleed = FullBleed ? "" : "with-padding";
3085
+ var heroImageClass = "hero-image";
3086
+ if (isHorizontal) heroImageClass = "right-padding";else if (isHorizontalWithImageLast) heroImageClass = "left-padding";
3087
+ var heroImageMobClasses = isHorizontalMobile ? "right-padding-mob" : "";
3088
+
3089
+ var getPadding = function getPadding(aspectRatio) {
3090
+ var _aspectRatio = _slicedToArray(aspectRatio, 2),
3091
+ height = _aspectRatio[0],
3092
+ width = _aspectRatio[1];
3093
+
3094
+ if (height > 0 && width > 0) {
3095
+ var padding = width / height * 100;
3096
+ return padding;
3097
+ }
3098
+
3099
+ return 0;
3100
+ };
3101
+
3102
+ var _aspectRatio2 = _slicedToArray(aspectRatio, 2),
3103
+ mobileAspectRatio = _aspectRatio2[0],
3104
+ _aspectRatio2$ = _aspectRatio2[1],
3105
+ desktopAspectRatio = _aspectRatio2$ === void 0 ? mobileAspectRatio : _aspectRatio2$;
3106
+
3107
+ var isMobile = clientWidth("mobile");
3108
+ var imageAspectRatio = isMobile ? mobileAspectRatio : desktopAspectRatio;
3109
+ var imagePadding = isMobile ? getPadding(mobileAspectRatio) : getPadding(desktopAspectRatio);
3110
+ var slug = get_1(story, ["hero-image-s3-key"]) || get_1(story, ["alternative", "home", "default", "hero-image", "hero-image-s3-key"]);
3111
+ var hyperLink = get_1(story, ["hero-image-hyperlink"], "");
3112
+
3113
+ var fallbackImage = function fallbackImage() {
3114
+ if (!slug) {
3115
+ if (fallbackImageUrl && !isStoryPageImage) {
3116
+ return /*#__PURE__*/React.createElement("figure", {
3117
+ style: {
3118
+ paddingTop: imagePadding + "%"
3119
+ },
3120
+ className: "arr--responsive-hero-image " + _getClassName("image ".concat(getPlaceholderStyleName), _styleModuleImportMap$a)
3121
+ }, /*#__PURE__*/React.createElement("img", {
3122
+ className: "qt-image",
3123
+ "data-src": "".concat(fallbackImageUrl),
3124
+ alt: "image-fallback"
3125
+ }));
3126
+ }
3127
+
3128
+ return /*#__PURE__*/React.createElement(React.Fragment, null, defaultFallback ? /*#__PURE__*/React.createElement("div", {
3129
+ "data-test-id": "arr--fallback-hero-image",
3130
+ style: {
3131
+ paddingTop: imagePadding + "%"
3132
+ },
3133
+ className: "arr--fallback-hero-image " + _getClassName("image ".concat(getPlaceholderStyleName), _styleModuleImportMap$a)
3134
+ }, /*#__PURE__*/React.createElement(StoryTemplateIcon, {
3135
+ storyTemplate: story["story-template"]
3136
+ }), /*#__PURE__*/React.createElement(FallbackImage, null)) : null);
3137
+ }
3138
+
3139
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("figure", {
3140
+ style: {
3141
+ paddingTop: imagePadding + "%"
3142
+ },
3143
+ className: "arr--responsive-hero-image " + _getClassName("image ".concat(getPlaceholderStyleName), _styleModuleImportMap$a)
3144
+ }, /*#__PURE__*/React.createElement(StoryTemplateIcon, {
3145
+ storyTemplate: story["story-template"]
3146
+ }), /*#__PURE__*/React.createElement(ResponsiveHeroImage, {
3147
+ story: story,
3148
+ aspectRatio: imageAspectRatio,
3149
+ defaultWidth: defaultWidth,
3150
+ widths: widths,
3151
+ imgParams: {
3152
+ auto: ["format", "compress"],
3153
+ fit: "max"
3154
+ }
3155
+ })), isStoryPageImage && hyperLink && /*#__PURE__*/React.createElement(HyperLink, {
3156
+ hyperLink: hyperLink
3157
+ }));
3158
+ };
3159
+
3160
+ return story && (isStoryPageImage ? /*#__PURE__*/React.createElement("div", {
3161
+ "data-test-id": "arr--hero-image",
3162
+ className: "arr--hero-image " + _getClassName("".concat(heroImageClass, " ").concat(fullBleed, " ").concat(heroImageMobClasses), _styleModuleImportMap$a)
3163
+ }, fallbackImage()) : /*#__PURE__*/React.createElement(Link, {
3164
+ "data-test-id": "arr--hero-image",
3165
+ href: getStoryUrl(story, "/".concat(story.slug)),
3166
+ externalLink: isExternalStory(story),
3167
+ "aria-label": "fallback-hero-image",
3168
+ className: "arr--hero-image " + _getClassName("".concat(heroImageClass, " ").concat(fullBleed, " ").concat(heroImageMobClasses), _styleModuleImportMap$a)
3169
+ }, fallbackImage()));
3170
+ };
3171
+ HeroImage.propTypes = {
3172
+ /** The Story Object from the API response */
3173
+ story: PropTypes.object.isRequired,
3174
+
3175
+ /** Removes the Hero Image padding for the image to bleed over the margin */
3176
+ FullBleed: PropTypes.bool,
3177
+
3178
+ /** The default width for the image, in case the browser does not support srcset */
3179
+ defaultWidth: PropTypes.number,
3180
+
3181
+ /** The list of available widths */
3182
+ widths: PropTypes.array,
3183
+ // fatch the correct hero image
3184
+ aspectRatio: PropTypes.array,
3185
+ // Hints for the browser to choose the best size
3186
+
3187
+ /** This prop is responsible for adding padding-right of the image and remove padding bottom of the image */
3188
+ isHorizontal: PropTypes.bool,
3189
+
3190
+ /** This prop is responsible for adding padding-bottom in desktop and padding-right in mobile */
3191
+ isHorizontalMobile: PropTypes.bool,
3192
+ // this prop is responsive for rendering fallback image on story page
3193
+ defaultFallback: PropTypes.bool,
3194
+ isHorizontalWithImageLast: PropTypes.bool,
3195
+ isStoryPageImage: PropTypes.bool,
3196
+ config: PropTypes.object
3197
+ };
3198
+ HeroImage.defaultProps = {
3199
+ FullBleed: true,
3200
+ aspectRatio: [[1, 1], [16, 9]],
3201
+ defaultWidth: 480,
3202
+ widths: [250, 480, 640],
3203
+ isHorizontal: false,
3204
+ isHorizontalMobile: false,
3205
+ defaultFallback: true,
3206
+ isStoryPageImage: false,
3207
+ isHorizontalWithImageLast: false,
3208
+ config: {}
3209
+ };
3210
+
3211
+ var CrownIcon = function CrownIcon(_ref) {
3212
+ var height = _ref.height,
3213
+ width = _ref.width,
3214
+ _ref$color = _ref.color,
3215
+ color = _ref$color === void 0 ? "#D8D8D8" : _ref$color,
3216
+ positionTop = _ref.positionTop;
3217
+ return /*#__PURE__*/React.createElement("svg", {
3218
+ xmlns: "http://www.w3.org/2000/svg",
3219
+ width: width,
3220
+ height: height,
3221
+ viewBox: "0 0 40 40",
3222
+ style: {
3223
+ position: "relative",
3224
+ top: positionTop
3225
+ }
3226
+ }, /*#__PURE__*/React.createElement("g", {
3227
+ fill: "none",
3228
+ fillRule: "evenodd",
3229
+ stroke: "none",
3230
+ strokeWidth: "1"
3231
+ }, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", {
3232
+ transform: "translate(8 8)"
3233
+ }, /*#__PURE__*/React.createElement("path", {
3234
+ d: "M0 0H24V24H0z"
3235
+ }), /*#__PURE__*/React.createElement("g", {
3236
+ fill: color,
3237
+ fillRule: "nonzero",
3238
+ transform: "translate(0 2)"
3239
+ }, /*#__PURE__*/React.createElement("path", {
3240
+ d: "M21.043 19.553c0-.743-.601-1.344-1.344-1.344h-15.4a1.343 1.343 0 100 2.688h15.4c.743 0 1.344-.603 1.344-1.344zM1.598 8.673c.022 0 .042 0 .064-.003l2.131 7.713h16.411l2.132-7.713c.022 0 .041.003.063.003a1.599 1.599 0 10-1.52-1.108L17.025 9.82 12.882 2.95a1.599 1.599 0 10-1.765 0L6.976 9.82 3.121 7.565a1.599 1.599 0 10-1.523 1.107z"
3241
+ }))))));
3242
+ };
3243
+ CrownIcon.propTypes = {
3244
+ height: PropTypes.string,
3245
+ width: PropTypes.string,
3246
+ color: PropTypes.string,
3247
+ positionTop: PropTypes.string
3248
+ };
3249
+
3250
+ var KeyIcon = function KeyIcon(_ref) {
3251
+ var height = _ref.height,
3252
+ width = _ref.width,
3253
+ _ref$color = _ref.color,
3254
+ color = _ref$color === void 0 ? "#D5D5D5" : _ref$color,
3255
+ positionTop = _ref.positionTop;
3256
+ return /*#__PURE__*/React.createElement("svg", {
3257
+ xmlns: "http://www.w3.org/2000/svg",
3258
+ width: width,
3259
+ height: height,
3260
+ viewBox: "0 0 40 40",
3261
+ style: {
3262
+ position: "relative",
3263
+ top: positionTop
3264
+ }
3265
+ }, /*#__PURE__*/React.createElement("g", {
3266
+ fill: "none",
3267
+ fillRule: "evenodd",
3268
+ stroke: "none",
3269
+ strokeWidth: "1"
3270
+ }, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", {
3271
+ transform: "translate(8 8)"
3272
+ }, /*#__PURE__*/React.createElement("path", {
3273
+ d: "M0 0H24V24H0z"
3274
+ }), /*#__PURE__*/React.createElement("path", {
3275
+ fill: color,
3276
+ fillRule: "nonzero",
3277
+ d: "M12.71 4.364A6.54 6.54 0 000 6.545a6.54 6.54 0 0012.71 2.182h4.745v4.364h4.363V8.727H24V4.364H12.71zM6.544 8.727a2.181 2.181 0 110-4.362 2.181 2.181 0 010 4.362z",
3278
+ transform: "translate(0 5)"
3279
+ })))));
3280
+ };
3281
+ KeyIcon.propTypes = {
3282
+ height: PropTypes.string,
3283
+ width: PropTypes.string,
3284
+ color: PropTypes.string,
3285
+ positionTop: PropTypes.string
3286
+ };
3287
+
3288
+ var LockIcon = function LockIcon(_ref) {
3289
+ var height = _ref.height,
3290
+ width = _ref.width,
3291
+ _ref$color = _ref.color,
3292
+ color = _ref$color === void 0 ? "#D5D5D5" : _ref$color,
3293
+ positionTop = _ref.positionTop;
3294
+ return /*#__PURE__*/React.createElement("svg", {
3295
+ xmlns: "http://www.w3.org/2000/svg",
3296
+ width: width,
3297
+ height: height,
3298
+ viewBox: "0 0 40 40",
3299
+ style: {
3300
+ position: "relative",
3301
+ top: positionTop
3302
+ }
3303
+ }, /*#__PURE__*/React.createElement("g", {
3304
+ fill: "none",
3305
+ fillRule: "evenodd",
3306
+ stroke: "none",
3307
+ strokeWidth: "1"
3308
+ }, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", {
3309
+ transform: "translate(8 8)"
3310
+ }, /*#__PURE__*/React.createElement("path", {
3311
+ d: "M0 0H24V24H0z"
3312
+ }), /*#__PURE__*/React.createElement("g", {
3313
+ fill: color,
3314
+ fillRule: "nonzero",
3315
+ transform: "translate(3)"
3316
+ }, /*#__PURE__*/React.createElement("path", {
3317
+ d: "M15.692 9h-.747V6c0-3.31-2.681-6-5.978-6C5.67 0 2.989 2.69 2.989 6v3h-.747A2.249 2.249 0 000 11.25v10.5A2.249 2.249 0 002.242 24h13.45a2.249 2.249 0 002.242-2.25v-10.5A2.249 2.249 0 0015.692 9zM4.982 6c0-2.206 1.787-4 3.985-4s3.985 1.794 3.985 4v3h-7.97V6z"
3318
+ }))))));
3319
+ };
3320
+ LockIcon.propTypes = {
3321
+ height: PropTypes.string,
3322
+ width: PropTypes.string,
3323
+ color: PropTypes.string,
3324
+ positionTop: PropTypes.string
3325
+ };
3326
+
3327
+ var StarIcon = function StarIcon(_ref) {
3328
+ var width = _ref.width,
3329
+ height = _ref.height,
3330
+ _ref$color = _ref.color,
3331
+ color = _ref$color === void 0 ? "#D5D5D5" : _ref$color,
3332
+ _ref$positionTop = _ref.positionTop,
3333
+ positionTop = _ref$positionTop === void 0 ? "" : _ref$positionTop;
3334
+ return /*#__PURE__*/React.createElement("svg", {
3335
+ xmlns: "http://www.w3.org/2000/svg",
3336
+ width: width,
3337
+ height: height,
3338
+ viewBox: "0 0 40 40",
3339
+ style: {
3340
+ position: "relative",
3341
+ top: positionTop
3342
+ }
3343
+ }, /*#__PURE__*/React.createElement("g", {
3344
+ fill: "none",
3345
+ fillRule: "evenodd",
3346
+ stroke: "none",
3347
+ strokeWidth: "1"
3348
+ }, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
3349
+ fill: color,
3350
+ d: "M20 26L12.946577 29.7082039 14.2936609 21.854102 8.5873218 16.2917961 16.4732885 15.145898 20 8 23.5267115 15.145898 31.4126782 16.2917961 25.7063391 21.854102 27.053423 29.7082039z"
3351
+ }))));
3352
+ };
3353
+ StarIcon.propTypes = {
3354
+ height: PropTypes.string,
3355
+ width: PropTypes.string,
3356
+ color: PropTypes.string,
3357
+ positionTop: PropTypes.string
3358
+ };
3359
+
3360
+ var PremiumStoryIcon = function PremiumStoryIcon(_ref) {
3361
+ var width = _ref.width,
3362
+ height = _ref.height,
3363
+ color = _ref.color,
3364
+ iconType = _ref.iconType,
3365
+ positionTop = _ref.positionTop;
3366
+
3367
+ switch (iconType) {
3368
+ case "crown":
3369
+ return /*#__PURE__*/React.createElement(CrownIcon, {
3370
+ width: width,
3371
+ height: height,
3372
+ color: color,
3373
+ positionTop: positionTop
3374
+ });
3375
+
3376
+ case "lock":
3377
+ return /*#__PURE__*/React.createElement(LockIcon, {
3378
+ width: width,
3379
+ height: height,
3380
+ color: color,
3381
+ positionTop: positionTop
3382
+ });
3383
+
3384
+ case "key":
3385
+ return /*#__PURE__*/React.createElement(KeyIcon, {
3386
+ width: width,
3387
+ height: height,
3388
+ color: color,
3389
+ positionTop: positionTop
3390
+ });
3391
+
3392
+ default:
3393
+ return /*#__PURE__*/React.createElement(StarIcon, {
3394
+ width: width,
3395
+ height: height,
3396
+ color: color,
3397
+ positionTop: positionTop
3398
+ });
3399
+ }
3400
+ };
3401
+ PremiumStoryIcon.propTypes = {
3402
+ width: PropTypes.string,
3403
+ height: PropTypes.string,
3404
+ color: PropTypes.string,
3405
+ iconType: PropTypes.string,
3406
+ positionTop: PropTypes.string
3407
+ };
3408
+
3409
+ function LiveIcon() {
3410
+ return /*#__PURE__*/React.createElement("svg", {
3411
+ className: "live-icon",
3412
+ xmlns: "http://www.w3.org/2000/svg",
3413
+ width: "25",
3414
+ height: "24",
3415
+ viewBox: "0 0 25 24"
3416
+ }, /*#__PURE__*/React.createElement("path", {
3417
+ fill: "#ff5858",
3418
+ d: "M12 18a6 6 0 110-12 6 6 0 010 12zm0 2.5a8.5 8.5 0 110-17 8.5 8.5 0 010 17zm0-1a7.5 7.5 0 100-15 7.5 7.5 0 000 15z"
3419
+ }));
3420
+ }
3421
+
3422
+ var _styleModuleImportMap$9 = {
3423
+ "./headline.m.css": {
3424
+ "wrapper": "headline-m_wrapper__3nUmh",
3425
+ "headline": "headline-m_headline__3_NhV",
3426
+ "dark": "headline-m_dark__en3hW",
3427
+ "light": "headline-m_light__3lKJB"
3428
+ }
3429
+ };
3430
+ var Headline = function Headline(_ref) {
3431
+ var story = _ref.story,
3432
+ headerLevel = _ref.headerLevel,
3433
+ _ref$premiumStoryIcon = _ref.premiumStoryIconConfig,
3434
+ premiumStoryIconConfig = _ref$premiumStoryIcon === void 0 ? {} : _ref$premiumStoryIcon,
3435
+ isLink = _ref.isLink;
3436
+ var configData = useStateValue() || {};
3437
+ var _premiumStoryIconConf = premiumStoryIconConfig.iconColor,
3438
+ iconColor = _premiumStoryIconConf === void 0 ? "#F7B500" : _premiumStoryIconConf,
3439
+ _premiumStoryIconConf2 = premiumStoryIconConfig.iconStyle,
3440
+ iconStyle = _premiumStoryIconConf2 === void 0 ? "star" : _premiumStoryIconConf2,
3441
+ _premiumStoryIconConf3 = premiumStoryIconConfig.enablePremiumStoryIcon,
3442
+ enablePremiumStoryIcon = _premiumStoryIconConf3 === void 0 ? false : _premiumStoryIconConf3,
3443
+ _premiumStoryIconConf4 = premiumStoryIconConfig.showLiveIcon,
3444
+ showLiveIcon = _premiumStoryIconConf4 === void 0 ? false : _premiumStoryIconConf4;
3445
+ var alternateHeadline = get_1(story, ["alternative", "home", "default", "headline"]);
3446
+ var premiumStory = enablePremiumStoryIcon && get_1(story, ["access"]) === "subscription";
3447
+ var headline = alternateHeadline || story.headline;
3448
+ var HeaderTag = "h" + headerLevel;
3449
+
3450
+ var positionHeadline = function positionHeadline() {
3451
+ switch (parseInt(headerLevel)) {
3452
+ case 1:
3453
+ return "-2px";
3454
+
3455
+ case 2:
3456
+ return "2px";
3457
+
3458
+ case 3:
3459
+ return "4px";
3460
+
3461
+ case 4:
3462
+ return "5px";
3463
+
3464
+ default:
3465
+ return "6px";
3466
+ }
3467
+ };
3468
+
3469
+ var textColor = getTextColor(configData.theme);
3470
+ var wrapperClass = premiumStory ? "wrapper" : "";
3471
+ var iconSize = "24px";
3472
+ var enableLiveIcon = showLiveIcon && story["story-template"] === "live-blog" && !get_1(story, ["metadata", "is-closed"], false);
3473
+ return /*#__PURE__*/React.createElement("div", {
3474
+ "data-test-id": "headline",
3475
+ className: "arrow-component arr--headline " + _getClassName(wrapperClass, _styleModuleImportMap$9)
3476
+ }, premiumStory && /*#__PURE__*/React.createElement(PremiumStoryIcon, {
3477
+ width: iconSize,
3478
+ height: iconSize,
3479
+ color: iconColor,
3480
+ iconType: iconStyle,
3481
+ positionTop: positionHeadline()
3482
+ }), isLink ? /*#__PURE__*/React.createElement(Link, {
3483
+ href: getStoryUrl(story, "/".concat(story.slug)),
3484
+ externalLink: isExternalStory(story),
3485
+ "aria-label": "headline"
3486
+ }, /*#__PURE__*/React.createElement(HeaderTag, {
3487
+ className: _getClassName("headline ".concat(textColor), _styleModuleImportMap$9)
3488
+ }, enableLiveIcon && /*#__PURE__*/React.createElement(LiveIcon, null), headline)) : /*#__PURE__*/React.createElement(HeaderTag, {
3489
+ className: _getClassName("headline ".concat(textColor), _styleModuleImportMap$9)
3490
+ }, enableLiveIcon && /*#__PURE__*/React.createElement(LiveIcon, null), headline));
3491
+ };
3492
+ Headline.propTypes = {
3493
+ /** The Story Object from the API response */
3494
+ story: PropTypes.object.isRequired,
3495
+
3496
+ /** Header tags ranging h1-h6, where h[headerLevel] */
3497
+ headerLevel: PropTypes.string,
3498
+ premiumStoryIconConfig: PropTypes.shape({
3499
+ iconColor: PropTypes.string,
3500
+ iconType: PropTypes.string,
3501
+ enablePremiumStoryIcon: PropTypes.bool
3502
+ }),
3503
+ isLink: PropTypes.bool
3504
+ };
3505
+ Headline.defaultProps = {
3506
+ headerLevel: "6",
3507
+ isLink: true
3508
+ };
3509
+
3510
+ var _styleModuleImportMap$8 = {
3511
+ "./subheadline.m.css": {
3512
+ "subheadline": "subheadline-m_subheadline__3fd7z",
3513
+ "dark": "subheadline-m_dark__28u00",
3514
+ "light": "subheadline-m_light__2YUOe"
3515
+ }
3516
+ };
3517
+ var Subheadline = function Subheadline(_ref) {
3518
+ var story = _ref.story,
3519
+ _ref$truncateChars = _ref.truncateChars,
3520
+ truncateChars = _ref$truncateChars === void 0 ? 200 : _ref$truncateChars,
3521
+ lineClamp = _ref.lineClamp,
3522
+ _ref$clazzName = _ref.clazzName,
3523
+ clazzName = _ref$clazzName === void 0 ? "" : _ref$clazzName,
3524
+ forceShowAtom = _ref.forceShowAtom,
3525
+ showFullContent = _ref.showFullContent;
3526
+ var config = useStateValue() || {};
3527
+ var subheadline = forceShowAtom || get_1(config, ["showSubheadline"], true);
3528
+ if (!subheadline) return null;
3529
+ var textColor = getTextColor(config.theme);
3530
+ return /*#__PURE__*/React.createElement("div", {
3531
+ style: {
3532
+ WebkitLineClamp: lineClamp
3533
+ },
3534
+ "data-test-id": "subheadline",
3535
+ className: ("p-alt arr--sub-headline arrow-component ".concat(clazzName) ? "p-alt arr--sub-headline arrow-component ".concat(clazzName) + " " : "") + _getClassName("subheadline ".concat(textColor), _styleModuleImportMap$8)
3536
+ }, showFullContent || typeof lineClamp === "number" ? story.subheadline : truncate(story.subheadline, truncateChars, true));
3537
+ };
3538
+ Subheadline.propTypes = {
3539
+ /** The Story Object from the API response */
3540
+ story: PropTypes.object.isRequired,
3541
+ // Restricts the number of lines for subheadline.
3542
+ lineClamp: PropTypes.number,
3543
+
3544
+ /** Number of characters to truncate the subheadline */
3545
+ truncateChars: PropTypes.number,
3546
+ clazzName: PropTypes.string,
3547
+ forceShowAtom: PropTypes.bool,
3548
+ showFullContent: PropTypes.bool
3549
+ };
3550
+ Subheadline.defaultProps = {
3551
+ forceShowAtom: false,
3552
+ showFullContent: false
3553
+ };
3554
+
3555
+ var _styleModuleImportMap$7 = {
3556
+ "./timestamp.m.css": {
3557
+ "time": "timestamp-m_time__2v46i",
3558
+ "time-wrapper": "timestamp-m_time-wrapper__3O2lM",
3559
+ "bottom-fix": "timestamp-m_bottom-fix__1Zh8r",
3560
+ "dark": "timestamp-m_dark__2lk9E",
3561
+ "light": "timestamp-m_light__2QlrI"
3562
+ }
3563
+ };
3564
+ var TimeStamp = function TimeStamp(_ref) {
3565
+ var story = _ref.story,
3566
+ isBottom = _ref.isBottom,
3567
+ _ref$config = _ref.config,
3568
+ config = _ref$config === void 0 ? {} : _ref$config;
3569
+ var configState = useStateValue() || {};
3570
+ var isTime = get_1(config, ["showTime"], get_1(configState, ["showTime"], true));
3571
+ var time = story["last-published-at"] || story["first-published-at"];
3572
+ var isBottomClasses = isBottom ? "bottom-fix" : "";
3573
+ var textColor = getTextColor(configState.theme);
3574
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isTime && /*#__PURE__*/React.createElement("div", {
3575
+ "data-test-id": "publish-time",
3576
+ className: "time arr--publish-time " + _getClassName("time ".concat(textColor, " ").concat(isBottomClasses), _styleModuleImportMap$7)
3577
+ }, /*#__PURE__*/React.createElement("div", {
3578
+ className: "timestamp-m_time-wrapper__3O2lM"
3579
+ }, getTimeStamp(time, formatter, config))));
3580
+ };
3581
+ TimeStamp.propTypes = {
3582
+ /** The Story Object from the API response */
3583
+ story: PropTypes.object,
3584
+ isBottom: PropTypes.bool,
3585
+ config: PropTypes.object
3586
+ };
3587
+
3588
+ var _styleModuleImportMap$6 = {
3589
+ "./author.m.css": {
3590
+ "author": "author-m_author__WRuLm",
3591
+ "author-image": "author-m_author-image__3q2oc",
3592
+ "author-name": "author-m_author-name__3WP-O",
3593
+ "bottom-fix": "author-m_bottom-fix__223TT",
3594
+ "prefix": "author-m_prefix__YSInK",
3595
+ "rtl-image": "author-m_rtl-image__2nglD",
3596
+ "ltr-image": "author-m_ltr-image__3bc0L",
3597
+ "dark": "author-m_dark__2TTlp",
3598
+ "light": "author-m_light__3y8_x"
3599
+ }
3600
+ };
3601
+
3602
+ var AuthorBase = function AuthorBase(_ref) {
3603
+ var story = _ref.story,
3604
+ hideAuthorImage = _ref.hideAuthorImage,
3605
+ isBottom = _ref.isBottom,
3606
+ _ref$prefix = _ref.prefix,
3607
+ prefix = _ref$prefix === void 0 ? "" : _ref$prefix,
3608
+ _ref$config = _ref.config,
3609
+ config = _ref$config === void 0 ? {} : _ref$config;
3610
+ var configData = useStateValue() || {};
3611
+ var isAuthor = get_1(configData, ["showAuthor"], true);
3612
+
3613
+ var _get = get_1(story, ["authors", "0"], ""),
3614
+ avatarUrl = _get["avatar-url"],
3615
+ avatarS3Key = _get["avatar-s3-key"],
3616
+ authorName = _get.name,
3617
+ slug = _get.slug;
3618
+
3619
+ var isBottomClasses = isBottom ? "bottom-fix" : "";
3620
+ var textColor = getTextColor(configData.theme);
3621
+ var mountAt = get_1(config, ["mountAt"], "");
3622
+
3623
+ var authorImage = function authorImage(dir) {
3624
+ if (!avatarUrl && !avatarS3Key) {
3625
+ return null;
3626
+ }
3627
+
3628
+ return /*#__PURE__*/React.createElement("div", {
3629
+ "data-test-id": "author-image",
3630
+ className: _getClassName("author-image ".concat(dir, "-image"), _styleModuleImportMap$6)
3631
+ }, /*#__PURE__*/React.createElement("figure", null, avatarS3Key ? /*#__PURE__*/React.createElement(ResponsiveImage, {
3632
+ slug: avatarS3Key,
3633
+ "aspect-ratio": [1, 1],
3634
+ defaultWidth: 400,
3635
+ imgParams: {
3636
+ auto: ["format", "compress"]
3637
+ },
3638
+ alt: authorName
3639
+ }) : /*#__PURE__*/React.createElement("img", {
3640
+ src: avatarUrl
3641
+ })));
3642
+ };
3643
+
3644
+ var isPrefix = function isPrefix(dir) {
3645
+ if (prefix) {
3646
+ return /*#__PURE__*/React.createElement("div", {
3647
+ className: "arr-author-prefix " + _getClassName("prefix ".concat(textColor), _styleModuleImportMap$6)
3648
+ }, prefix);
3649
+ }
3650
+
3651
+ return !hideAuthorImage && authorImage(dir);
3652
+ };
3653
+
3654
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isAuthor && /*#__PURE__*/React.createElement(Link, {
3655
+ href: "".concat(mountAt, "/author/") + slug,
3656
+ "aria-label": "author-name",
3657
+ className: "author-name arr-author-name arrow-component " + _getClassName("author ".concat(isBottomClasses), _styleModuleImportMap$6)
3658
+ }, isPrefix("ltr"), /*#__PURE__*/React.createElement("div", {
3659
+ "data-test-id": "author-name",
3660
+ className: "author-name " + _getClassName("author-name ".concat(textColor), _styleModuleImportMap$6)
3661
+ }, authorName || story["author-name"]), !prefix && isPrefix("rtl")));
3662
+ };
3663
+
3664
+ function mapStateToProps(state) {
3665
+ return {
3666
+ config: get_1(state, ["qt", "config"], {})
3667
+ };
3668
+ }
3669
+
3670
+ var Author = connect(mapStateToProps)(AuthorBase);
3671
+ AuthorBase.propTypes = {
3672
+ /** The Story Object from the API response */
3673
+ story: PropTypes.object.isRequired,
3674
+
3675
+ /** Hide Author Avatar Image */
3676
+ hideAuthorImage: PropTypes.bool,
3677
+ // fix Author bottom of the storyCard
3678
+ isBottom: PropTypes.bool,
3679
+ // fix prefix before the author name
3680
+ prefix: PropTypes.string,
3681
+ config: PropTypes.object
3682
+ };
3683
+ AuthorBase.defaultProps = {
3684
+ hideAuthorImage: false,
3685
+ isBottom: false,
3686
+ prefix: ""
3687
+ };
3688
+
3689
+ var _styleModuleImportMap$5 = {
3690
+ "./dot.m.css": {
3691
+ "dark": "dot-m_dark__1Njxl",
3692
+ "light": "dot-m_light__27IA3"
3693
+ }
3694
+ };
3695
+ var Dot = function Dot(_ref) {
3696
+ var _ref$width = _ref.width,
3697
+ width = _ref$width === void 0 ? "3px" : _ref$width,
3698
+ _ref$height = _ref.height,
3699
+ height = _ref$height === void 0 ? "3px" : _ref$height,
3700
+ _ref$color = _ref.color,
3701
+ color = _ref$color === void 0 ? "light" : _ref$color;
3702
+ return /*#__PURE__*/React.createElement("div", {
3703
+ className: _getClassName(color, _styleModuleImportMap$5)
3704
+ }, /*#__PURE__*/React.createElement("svg", {
3705
+ xmlns: "http://www.w3.org/2000/svg",
3706
+ width: width,
3707
+ height: height,
3708
+ viewBox: "0 0 3 3"
3709
+ }, /*#__PURE__*/React.createElement("circle", {
3710
+ cx: "87",
3711
+ cy: "9",
3712
+ r: "1",
3713
+ fill: "inherit",
3714
+ fillRule: "nonzero",
3715
+ transform: "translate(-86 -8)"
3716
+ })));
3717
+ };
3718
+ Dot.propTypes = {
3719
+ /** height , width and color of the dot icon */
3720
+ color: PropTypes.string,
3721
+ width: PropTypes.string,
3722
+ height: PropTypes.string
3723
+ };
3724
+
3725
+ var _styleModuleImportMap$4 = {
3726
+ "./divider.m.css": {
3727
+ "dark": "divider-m_dark__26FRi",
3728
+ "light": "divider-m_light__w-7sy"
3729
+ }
3730
+ };
3731
+ var Divider = function Divider(_ref) {
3732
+ var _ref$width = _ref.width,
3733
+ width = _ref$width === void 0 ? "1" : _ref$width,
3734
+ _ref$height = _ref.height,
3735
+ height = _ref$height === void 0 ? "10" : _ref$height,
3736
+ _ref$color = _ref.color,
3737
+ color = _ref$color === void 0 ? "light" : _ref$color;
3738
+ return /*#__PURE__*/React.createElement("div", {
3739
+ className: _getClassName(color, _styleModuleImportMap$4)
3740
+ }, /*#__PURE__*/React.createElement("svg", {
3741
+ xmlns: "http://www.w3.org/2000/svg",
3742
+ width: width,
3743
+ height: height
3744
+ }, /*#__PURE__*/React.createElement("path", {
3745
+ fill: "inherit",
3746
+ d: "M0 0h1v10H0z"
3747
+ })));
3748
+ };
3749
+ Divider.propTypes = {
3750
+ /** height , width and color of the dot icon */
3751
+ color: PropTypes.string,
3752
+ width: PropTypes.string,
3753
+ height: PropTypes.string
3754
+ };
3755
+
3756
+ var _styleModuleImportMap$3 = {
3757
+ "./read-time.m.css": {
3758
+ "read-time-wrapper": "read-time-m_read-time-wrapper__3GyC_",
3759
+ "dot-indicator": "read-time-m_dot-indicator__3Sqh2",
3760
+ "dark": "read-time-m_dark__3yRaK",
3761
+ "light": "read-time-m_light__1GAZu"
3762
+ }
3763
+ };
3764
+ var ReadTime = function ReadTime(_ref) {
3765
+ var story = _ref.story,
3766
+ _ref$opts = _ref.opts,
3767
+ opts = _ref$opts === void 0 ? {} : _ref$opts,
3768
+ _ref$isLightTheme = _ref.isLightTheme,
3769
+ isLightTheme = _ref$isLightTheme === void 0 ? false : _ref$isLightTheme;
3770
+ var config = useStateValue() || {};
3771
+ var showReadTime = get_1(config, ["showReadTime"]) || get_1(opts, ["showReadTime"], true);
3772
+ var readTime = get_1(story, ["read-time"], 0);
3773
+ var textColor = isLightTheme ? "light" : getTextColor(config.theme);
3774
+ if (!showReadTime || !readTime) return null;
3775
+ var timeToRead = get_1(opts, ["localizedTimeToRead"]) || "min read";
3776
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
3777
+ "data-test-id": "read-time",
3778
+ className: "arrow-component arr--read-time " + _getClassName("read-time-wrapper ".concat(textColor), _styleModuleImportMap$3)
3779
+ }, /*#__PURE__*/React.createElement("span", {
3780
+ className: "read-time-indicator read-time-m_dot-indicator__3Sqh2"
3781
+ }, /*#__PURE__*/React.createElement(Dot, {
3782
+ color: textColor
3783
+ })), /*#__PURE__*/React.createElement("span", null, readTime, " ", timeToRead)));
3784
+ };
3785
+ ReadTime.propTypes = {
3786
+ story: PropTypes.shape({
3787
+ "read-time": PropTypes.number
3788
+ }),
3789
+ opts: PropTypes.shape({
3790
+ showReadTime: PropTypes.bool
3791
+ }),
3792
+ isLightTheme: PropTypes.bool
3793
+ };
3794
+
3795
+ var _styleModuleImportMap$2 = {
3796
+ "./author-with-timestamp.m.css": {
3797
+ "author-time-wrapper": "author-with-timestamp-m_author-time-wrapper__G7_eI",
3798
+ "author-image": "author-with-timestamp-m_author-image__24xrD",
3799
+ "dot": "author-with-timestamp-m_dot__1LHXD",
3800
+ "bottom-fix": "author-with-timestamp-m_bottom-fix__1rWGv",
3801
+ "dash": "author-with-timestamp-m_dash__2L5XC"
3802
+ }
3803
+ };
3804
+ var AuthorWithTime = function AuthorWithTime(_ref) {
3805
+ var story = _ref.story,
3806
+ separator = _ref.separator,
3807
+ isBottom = _ref.isBottom,
3808
+ hideAuthorImage = _ref.hideAuthorImage,
3809
+ prefix = _ref.prefix,
3810
+ _ref$config = _ref.config,
3811
+ config = _ref$config === void 0 ? {} : _ref$config,
3812
+ isLightTheme = _ref.isLightTheme;
3813
+ var configState = useStateValue() || {};
3814
+ var isAuthor = get_1(config, ["showAuthor"], get_1(configState, ["showAuthor"], true));
3815
+ var isTime = get_1(config, ["showTime"], get_1(configState, ["showTime"], true));
3816
+ var isReadTime = get_1(configState, ["showReadTime"], true);
3817
+ var isBottomClasses = isBottom ? "bottom-fix" : "";
3818
+ var seperatorStyle = separator === "dot" ? "dot" : "dash";
3819
+ var textColor = isLightTheme ? "light" : getTextColor(configState.theme);
3820
+
3821
+ var getSeparator = function getSeparator() {
3822
+ if (separator === "divider") {
3823
+ return /*#__PURE__*/React.createElement(Divider, {
3824
+ color: textColor
3825
+ });
3826
+ }
3827
+
3828
+ return /*#__PURE__*/React.createElement(Dot, {
3829
+ color: textColor
3830
+ });
3831
+ };
3832
+
3833
+ var getTimeStamp = function getTimeStamp() {
3834
+ if (!isTime) return null;
3835
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isAuthor && /*#__PURE__*/React.createElement("span", {
3836
+ className: "arr-separator " + _getClassName("".concat(seperatorStyle), _styleModuleImportMap$2)
3837
+ }, getSeparator()), /*#__PURE__*/React.createElement(TimeStamp, {
3838
+ story: story,
3839
+ config: config
3840
+ }), isReadTime && /*#__PURE__*/React.createElement(ReadTime, {
3841
+ story: story,
3842
+ opts: config,
3843
+ isLightTheme: isLightTheme
3844
+ }));
3845
+ };
3846
+
3847
+ return /*#__PURE__*/React.createElement("div", {
3848
+ className: "arr--author-time " + _getClassName("author-time-wrapper ".concat(isBottomClasses), _styleModuleImportMap$2)
3849
+ }, isAuthor ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(Author, {
3850
+ story: story,
3851
+ isBottom: true,
3852
+ hideAuthorImage: hideAuthorImage,
3853
+ prefix: prefix
3854
+ }), getTimeStamp()) : getTimeStamp());
3855
+ };
3856
+ AuthorWithTime.propTypes = {
3857
+ story: PropTypes.object,
3858
+
3859
+ /** Style of separator between the Author & Timestamp */
3860
+ separator: PropTypes.oneOf(["dot", "divider"]),
3861
+
3862
+ /** hide the author image */
3863
+ hideAuthorImage: PropTypes.bool,
3864
+ // fix author and time at the end
3865
+ isBottom: PropTypes.bool,
3866
+ // fix prefix before the author name
3867
+ prefix: PropTypes.string,
3868
+ config: PropTypes.object,
3869
+ isLightTheme: PropTypes.bool
3870
+ };
3871
+ AuthorWithTime.defaultProps = {
3872
+ separator: "dot",
3873
+ isBottom: false,
3874
+ hideAuthorImage: true,
3875
+ prefix: "",
3876
+ isLightTheme: false
3877
+ };
3878
+
3879
+ var _styleModuleImportMap$1 = {
3880
+ "./section.m.css": {
3881
+ "section": "section-m_section__2N4S3",
3882
+ "section-borderBottomSml": "section-m_section-borderBottomSml__2GNbo",
3883
+ "border-bottom": "section-m_border-bottom__3cRoD",
3884
+ "section-borderLeft": "section-m_section-borderLeft__3hKVj",
3885
+ "border-left": "section-m_border-left__2oUyp",
3886
+ "section-solid": "section-m_section-solid__1vB1Q",
3887
+ "dark": "section-m_dark__1r3C4",
3888
+ "light": "section-m_light__306hW"
3889
+ }
3890
+ };
3891
+ var SectionTag = function SectionTag(_ref) {
3892
+ var story = _ref.story,
3893
+ _ref$template = _ref.template,
3894
+ template = _ref$template === void 0 ? "" : _ref$template,
3895
+ _ref$borderColor = _ref.borderColor,
3896
+ borderColor = _ref$borderColor === void 0 ? "" : _ref$borderColor,
3897
+ isLightTheme = _ref.isLightTheme;
3898
+ var config = useStateValue() || {};
3899
+ var isSection = get_1(config, ["showSection"], true);
3900
+ var templateFromRowContext = get_1(config, ["sectionTagTemplate"]);
3901
+ var section = get_1(story, ["sections", 0], "");
3902
+ var supportedTemplates = ["borderBottomSml", "borderLeft", "solid"];
3903
+ var getUrl = section ? section["section-url"] : "/";
3904
+ var colorToApplyContrast = template === "solid" || templateFromRowContext === "solid" ? borderColor : config.theme;
3905
+ var textColor = isLightTheme ? "light" : getTextColor(colorToApplyContrast);
3906
+ var sectionTagBorderColor = rgbToHex(borderColor);
3907
+ var templateStyle = supportedTemplates.includes(template) ? "section section-".concat(template) : "section";
3908
+
3909
+ if (templateFromRowContext) {
3910
+ templateStyle = supportedTemplates.includes(templateFromRowContext) ? "section section-".concat(templateFromRowContext) : "section";
3911
+ }
3912
+
3913
+ if (!isSection) return null;
3914
+ return /*#__PURE__*/React.createElement(Link, {
3915
+ href: getUrl,
3916
+ className: "arrow-component arr--section-name",
3917
+ "aria-label": "section-name"
3918
+ }, /*#__PURE__*/React.createElement("div", {
3919
+ "data-test-id": "sectionTag",
3920
+ style: {
3921
+ backgroundColor: templateStyle.includes("section-solid") ? sectionTagBorderColor : ""
3922
+ },
3923
+ className: "section-tag arrow-component " + _getClassName("".concat(textColor, " ").concat(templateStyle), _styleModuleImportMap$1)
3924
+ }, templateStyle.includes("section-borderLeft") && /*#__PURE__*/React.createElement("span", {
3925
+ className: "section-m_border-left__2oUyp",
3926
+ style: {
3927
+ color: sectionTagBorderColor
3928
+ }
3929
+ }), section["display-name"] || section["name"], /*#__PURE__*/React.createElement("div", {
3930
+ className: "section-m_border-bottom__3cRoD",
3931
+ style: {
3932
+ backgroundColor: "".concat(template === "solid" ? "" : sectionTagBorderColor)
3933
+ }
3934
+ })));
3935
+ };
3936
+ SectionTag.propTypes = {
3937
+ /** The Story Object from the API response */
3938
+ story: PropTypes.object.isRequired,
3939
+
3940
+ /** The style template for section tag */
3941
+ template: PropTypes.oneOf(["", "borderBottomSml", "borderLeft", "solid"]),
3942
+ borderColor: PropTypes.string,
3943
+ solidBorderColor: PropTypes.string,
3944
+ isLightTheme: PropTypes.bool
3945
+ };
3946
+ SectionTag.defaultProps = {
3947
+ template: "",
3948
+ isLightTheme: false
3949
+ };
3950
+
3951
+ var _styleModuleImportMap = {
3952
+ "./storycard.m.css": {
3953
+ "author-timestamp-wrapper": "storycard-m_author-timestamp-wrapper__20yjp",
3954
+ "default-card": "storycard-m_default-card__1-POn",
3955
+ "horizontal-card": "storycard-m_horizontal-card___7afz",
3956
+ "backgroung-img": "storycard-m_backgroung-img__1FMJT",
3957
+ "content-overlap": "storycard-m_content-overlap__1yNHR",
3958
+ "border-full": "storycard-m_border-full__1nhy7",
3959
+ "light": "storycard-m_light__3EhXN",
3960
+ "dark": "storycard-m_dark__2wCTq",
3961
+ "border-bottom": "storycard-m_border-bottom__2_E-I",
3962
+ "border-boxShadow": "storycard-m_border-boxShadow__2-k3Z",
3963
+ "center-align": "storycard-m_center-align__1Sn8-",
3964
+ "content-bottom": "storycard-m_content-bottom__1QHeC",
3965
+ "content-full": "storycard-m_content-full__2zJmU",
3966
+ "content-boxShadow": "storycard-m_content-boxShadow__2IAWZ",
3967
+ "hero-image": "storycard-m_hero-image__1H3MB",
3968
+ "right-padding": "storycard-m_right-padding__12-lQ",
3969
+ "horizontal-mob": "storycard-m_horizontal-mob__17JG2",
3970
+ "content": "storycard-m_content__1Q9vq",
3971
+ "border-default": "storycard-m_border-default__PEZ1x",
3972
+ "card": "storycard-m_card__KJwRa",
3973
+ "horizontal-image-last": "storycard-m_horizontal-image-last__3o6LY"
3974
+ }
3975
+ };
3976
+ var StoryCard = function StoryCard(_ref) {
3977
+ var story = _ref.story,
3978
+ children = _ref.children,
3979
+ isHorizontal = _ref.isHorizontal,
3980
+ aspectRatio = _ref.aspectRatio,
3981
+ border = _ref.border,
3982
+ useImageAsBackground = _ref.useImageAsBackground,
3983
+ bgImgContentOverlap = _ref.bgImgContentOverlap,
3984
+ theme = _ref.theme,
3985
+ borderColor = _ref.borderColor,
3986
+ isHorizontalMobile = _ref.isHorizontalMobile,
3987
+ centerAlign = _ref.centerAlign,
3988
+ headerLevel = _ref.headerLevel,
3989
+ hideAuthorImage = _ref.hideAuthorImage,
3990
+ prefix = _ref.prefix,
3991
+ config = _ref.config,
3992
+ isHorizontalWithImageLast = _ref.isHorizontalWithImageLast;
3993
+ if (!story || isEmpty(story)) return /*#__PURE__*/React.createElement("div", null);
3994
+ var borderOptions = ["default", "full", "bottom", "boxShadow"];
3995
+ var borderTemplate = borderOptions.includes(border) ? "border-".concat(border) : ""; // TODO optimize conditions
3996
+
3997
+ var horizontalCardStyle = "default-card";
3998
+ if (isHorizontal) horizontalCardStyle = "horizontal-card";else if (isHorizontalWithImageLast) horizontalCardStyle = "horizontal-image-last";
3999
+ var bgImageClasses = useImageAsBackground ? "backgroung-img" : "";
4000
+ var bgImgContentOverlapClass = bgImgContentOverlap ? "content-overlap" : "";
4001
+ var textColor = getTextColor(theme);
4002
+ var horizontalMobileClasses = isHorizontalMobile ? "horizontal-mob" : "";
4003
+ var defaultStorycard = /*#__PURE__*/React.createElement(DefaultStoryCard, {
4004
+ story: story,
4005
+ aspectRatio: aspectRatio,
4006
+ border: border,
4007
+ isHorizontalMobile: isHorizontalMobile,
4008
+ isHorizontal: isHorizontal,
4009
+ centerAlign: centerAlign,
4010
+ headerLevel: headerLevel,
4011
+ borderColor: borderColor,
4012
+ hideAuthorImage: hideAuthorImage,
4013
+ prefix: prefix,
4014
+ config: config,
4015
+ isHorizontalWithImageLast: isHorizontalWithImageLast
4016
+ });
4017
+ return /*#__PURE__*/React.createElement("div", {
4018
+ "data-test-id": "story-card",
4019
+ style: {
4020
+ backgroundColor: theme,
4021
+ color: textColor
4022
+ },
4023
+ className: "arr--story-card " + _getClassName("card ".concat(horizontalCardStyle, " ").concat(borderTemplate, " ").concat(textColor, " ").concat(bgImageClasses, " ").concat(bgImgContentOverlapClass, " ").concat(horizontalMobileClasses), _styleModuleImportMap)
4024
+ }, children || defaultStorycard);
4025
+ };
4026
+
4027
+ var DefaultStoryCard = function DefaultStoryCard(_ref2) {
4028
+ var story = _ref2.story;
4029
+ _ref2.border;
4030
+ var isHorizontal = _ref2.isHorizontal,
4031
+ aspectRatio = _ref2.aspectRatio,
4032
+ headerLevel = _ref2.headerLevel,
4033
+ _ref2$isHorizontalMob = _ref2.isHorizontalMobile,
4034
+ isHorizontalMobile = _ref2$isHorizontalMob === void 0 ? false : _ref2$isHorizontalMob,
4035
+ _ref2$centerAlign = _ref2.centerAlign,
4036
+ centerAlign = _ref2$centerAlign === void 0 ? false : _ref2$centerAlign,
4037
+ borderColor = _ref2.borderColor,
4038
+ hideAuthorImage = _ref2.hideAuthorImage,
4039
+ prefix = _ref2.prefix,
4040
+ isHorizontalWithImageLast = _ref2.isHorizontalWithImageLast,
4041
+ config = _ref2.config;
4042
+ var alignment = centerAlign ? "center-align" : "";
4043
+ var SectionTagborderColor = rgbToHex(borderColor);
4044
+ var _config$localizationC = config.localizationConfig,
4045
+ localizationConfig = _config$localizationC === void 0 ? {} : _config$localizationC;
4046
+ return /*#__PURE__*/React.createElement(React.Fragment, null, isHorizontal ? /*#__PURE__*/React.createElement(HeroImage, {
4047
+ config: config,
4048
+ story: story,
4049
+ isHorizontal: true,
4050
+ isHorizontalMobile: isHorizontalMobile,
4051
+ aspectRatio: aspectRatio
4052
+ }) : isHorizontalWithImageLast ? /*#__PURE__*/React.createElement(HeroImage, {
4053
+ config: config,
4054
+ story: story,
4055
+ isHorizontalWithImageLast: true,
4056
+ isHorizontalMobile: isHorizontalMobile,
4057
+ aspectRatio: aspectRatio
4058
+ }) : /*#__PURE__*/React.createElement(HeroImage, {
4059
+ story: story,
4060
+ config: config,
4061
+ isHorizontalMobile: isHorizontalMobile,
4062
+ aspectRatio: aspectRatio
4063
+ }), /*#__PURE__*/React.createElement("div", {
4064
+ className: "arr--story-content " + _getClassName("content ".concat(alignment), _styleModuleImportMap)
4065
+ }, /*#__PURE__*/React.createElement(SectionTag, {
4066
+ story: story,
4067
+ borderColor: SectionTagborderColor
4068
+ }), /*#__PURE__*/React.createElement(Headline, {
4069
+ story: story,
4070
+ headerLevel: headerLevel,
4071
+ premiumStoryIconConfig: config
4072
+ }), /*#__PURE__*/React.createElement(AuthorWithTime, {
4073
+ config: localizationConfig,
4074
+ story: story,
4075
+ isBottom: true,
4076
+ prefix: prefix,
4077
+ hideAuthorImage: hideAuthorImage
4078
+ }), /*#__PURE__*/React.createElement(Subheadline, {
4079
+ story: story
4080
+ })));
4081
+ };
4082
+
4083
+ DefaultStoryCard.propTypes = {
4084
+ story: PropTypes.object.isRequired,
4085
+ border: PropTypes.oneOfType([PropTypes.string]),
4086
+ isBottom: PropTypes.bool,
4087
+ isHorizontal: PropTypes.bool,
4088
+ aspectRatio: PropTypes.oneOfType([PropTypes.array]),
4089
+ isHorizontalMobile: PropTypes.bool,
4090
+ centerAlign: PropTypes.bool,
4091
+ headerLevel: PropTypes.string,
4092
+ borderColor: PropTypes.string,
4093
+ hideAuthorImage: PropTypes.bool,
4094
+ prefix: PropTypes.string,
4095
+ config: PropTypes.object,
4096
+ isHorizontalWithImageLast: PropTypes.bool
4097
+ };
4098
+ StoryCard.propTypes = {
4099
+ /** The Story Object from the API response */
4100
+ story: PropTypes.object.isRequired,
4101
+ children: PropTypes.node,
4102
+
4103
+ /** Flip the Story Card to Horizonal mode */
4104
+ isHorizontal: PropTypes.bool,
4105
+
4106
+ /** Add border to the Story Card */
4107
+ border: PropTypes.oneOfType([PropTypes.string]),
4108
+ // story card with background image
4109
+ useImageAsBackground: PropTypes.bool,
4110
+ // story card content overlap with image
4111
+ bgImgContentOverlap: PropTypes.bool,
4112
+
4113
+ /** add aspect ratio for hero image */
4114
+ aspectRatio: PropTypes.oneOfType([PropTypes.array]),
4115
+
4116
+ /** add theme(dark /light/custom color) for storycard */
4117
+ theme: PropTypes.string,
4118
+
4119
+ /** flip the story card mobile design horizontal */
4120
+ isHorizontalMobile: PropTypes.bool,
4121
+ // make content center align in desktop and left align in mobile
4122
+ centerAlign: PropTypes.bool,
4123
+ headerLevel: PropTypes.string,
4124
+ borderColor: PropTypes.string,
4125
+ // handle author image through storycard
4126
+ hideAuthorImage: PropTypes.bool,
4127
+ // handle author prefix through storycard
4128
+ prefix: PropTypes.string,
4129
+ config: PropTypes.object,
4130
+ isHorizontalWithImageLast: PropTypes.bool
4131
+ };
4132
+ StoryCard.defaultProps = {
4133
+ isHorizontal: false,
4134
+ isHorizontalMobile: false,
4135
+ border: "default",
4136
+ theme: "",
4137
+ centerAlign: false,
4138
+ borderColor: "",
4139
+ isHorizontalWithImageLast: false
4140
+ };
4141
+
4142
+ var ThreeColFourteenStoriesBase = function ThreeColFourteenStoriesBase(_ref) {
4143
+ var _ref$collection = _ref.collection,
4144
+ collection = _ref$collection === void 0 ? {} : _ref$collection,
4145
+ _ref$config = _ref.config,
4146
+ config = _ref$config === void 0 ? {} : _ref$config;
4147
+ var items = collectionToStories(collection);
4148
+ var _config$collectionNam = config.collectionNameBorderColor,
4149
+ collectionNameBorderColor = _config$collectionNam === void 0 ? "" : _config$collectionNam,
4150
+ _config$borderColor = config.borderColor,
4151
+ borderColor = _config$borderColor === void 0 ? "" : _config$borderColor,
4152
+ _config$border = config.border,
4153
+ border = _config$border === void 0 ? "" : _config$border,
4154
+ _config$theme = config.theme,
4155
+ theme = _config$theme === void 0 ? "" : _config$theme,
4156
+ _config$collectionNam2 = config.collectionNameTemplate,
4157
+ collectionNameTemplate = _config$collectionNam2 === void 0 ? "" : _config$collectionNam2,
4158
+ _config$slotConfig = config.slotConfig,
4159
+ slotConfig = _config$slotConfig === void 0 ? [] : _config$slotConfig;
4160
+
4161
+ var _get = get_1(slotConfig, [0], {}),
4162
+ type = _get.type,
4163
+ component = _get.component;
4164
+
4165
+ if (items.length < 1) {
4166
+ return null;
4167
+ }
4168
+
4169
+ var textColor = getTextColor(theme);
4170
+
4171
+ var _ref2 = items || [],
4172
+ _ref3 = _toArray(_ref2),
4173
+ firstStory = _ref3[0],
4174
+ secondStory = _ref3[1],
4175
+ restOftheStories = _ref3.slice(2);
4176
+
4177
+ var storyCallBack = function storyCallBack() {
4178
+ var restOftheStories = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
4179
+ return restOftheStories.slice(10, 13).map(function (item) {
4180
+ return /*#__PURE__*/React.createElement(StoryCard, {
4181
+ key: item,
4182
+ story: item,
4183
+ isHorizontal: true,
4184
+ aspectRatio: [[1, 1], [4, 3]],
4185
+ border: border
4186
+ });
4187
+ });
4188
+ };
4189
+
4190
+ return /*#__PURE__*/React.createElement("div", {
4191
+ className: "full-width-with-padding arrow-component",
4192
+ "data-test-id": "three-col-fourteen-stories",
4193
+ style: {
4194
+ backgroundColor: theme,
4195
+ color: textColor
4196
+ }
4197
+ }, /*#__PURE__*/React.createElement("div", {
4198
+ className: "three-col-fourteen-story-m_wrapper__1aJe1"
4199
+ }, /*#__PURE__*/React.createElement(CollectionName, {
4200
+ collection: collection,
4201
+ collectionNameTemplate: collectionNameTemplate,
4202
+ collectionNameBorderColor: collectionNameBorderColor
4203
+ }), /*#__PURE__*/React.createElement("div", {
4204
+ className: "three-col-fourteen-story-m_storycards-row__2ANrZ"
4205
+ }, /*#__PURE__*/React.createElement("div", {
4206
+ className: "first-card three-col-fourteen-story-m_card-with-separator__3MQHS three-col-fourteen-story-m_first-card__1nakj"
4207
+ }, /*#__PURE__*/React.createElement(StoryCard, {
4208
+ story: firstStory,
4209
+ headerLevel: "2",
4210
+ theme: theme,
4211
+ aspectRatio: [[16, 9], [16, 9]],
4212
+ config: config
4213
+ }, /*#__PURE__*/React.createElement(HeroImage, {
4214
+ story: firstStory,
4215
+ aspectRatio: [[16, 9], [16, 9]]
4216
+ }), /*#__PURE__*/React.createElement("div", {
4217
+ className: "card-content"
4218
+ }, /*#__PURE__*/React.createElement(SectionTag, {
4219
+ story: firstStory,
4220
+ borderColor: borderColor
4221
+ }), /*#__PURE__*/React.createElement(Headline, {
4222
+ story: firstStory,
4223
+ headerLevel: "2",
4224
+ premiumStoryIconConfig: config
4225
+ })), /*#__PURE__*/React.createElement(Subheadline, {
4226
+ story: firstStory,
4227
+ forceShowAtom: true
4228
+ })), secondStory && /*#__PURE__*/React.createElement(StoryCard, {
4229
+ border: border,
4230
+ story: secondStory,
4231
+ isHorizontal: true,
4232
+ aspectRatio: [[1, 1], [4, 3]],
4233
+ borderColor: borderColor,
4234
+ config: config
4235
+ })), /*#__PURE__*/React.createElement("div", {
4236
+ className: "second-card three-col-fourteen-story-m_card-with-separator__3MQHS three-col-fourteen-story-m_second-card__3u49K"
4237
+ }, restOftheStories.length > 0 && restOftheStories.slice(0, 6).map(function (item) {
4238
+ return /*#__PURE__*/React.createElement(StoryCard, {
4239
+ key: item,
4240
+ story: item,
4241
+ isHorizontal: true,
4242
+ theme: theme,
4243
+ aspectRatio: [[1, 1], [4, 3]],
4244
+ border: border,
4245
+ borderColor: borderColor,
4246
+ config: config
4247
+ });
4248
+ })), /*#__PURE__*/React.createElement("div", {
4249
+ className: "third-card three-col-fourteen-story-m_card-with-separator__3MQHS three-col-fourteen-story-m_third-card__wA-vu"
4250
+ }, restOftheStories.length > 0 && restOftheStories.slice(6, 10).map(function (item) {
4251
+ return /*#__PURE__*/React.createElement(StoryCard, {
4252
+ key: items,
4253
+ story: item,
4254
+ isHorizontal: true,
4255
+ theme: theme,
4256
+ aspectRatio: [[1, 1], [4, 3]],
4257
+ border: border,
4258
+ borderColor: borderColor,
4259
+ config: config
4260
+ });
4261
+ }), /*#__PURE__*/React.createElement("div", {
4262
+ className: "three-col-fourteen-story-m_ad-slot__1XHTV"
4263
+ }, getSlot(type, component, function () {
4264
+ return storyCallBack(restOftheStories);
4265
+ }))))));
4266
+ };
4267
+ ThreeColFourteenStoriesBase.propTypes = {
4268
+ /** collection is the array of objects which is returning by API */
4269
+ collection: PropTypes.object.isRequired,
4270
+
4271
+ /** The config for the Row */
4272
+ config: PropTypes.shape({
4273
+ theme: PropTypes.string,
4274
+ border: PropTypes.string,
4275
+ slotConfig: PropTypes.array,
4276
+ collectionNameTemplate: PropTypes.string,
4277
+ collectionNameBorderColor: PropTypes.string,
4278
+ borderColor: PropTypes.string
4279
+ })
4280
+ };
4281
+ var ThreeColFourteenStories = StateProvider(ThreeColFourteenStoriesBase);
4282
+
4283
+ export { ThreeColFourteenStories, ThreeColFourteenStoriesBase };