@mjhls/mjh-framework 1.0.955 → 1.0.956

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 (193) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD300x250.js +2 -1
  3. package/dist/cjs/AD300x250x600.js +2 -1
  4. package/dist/cjs/AD728x90.js +2 -1
  5. package/dist/cjs/ADFloatingFooter.js +2 -1
  6. package/dist/cjs/ADGutter.js +2 -1
  7. package/dist/cjs/ADSkyscraper.js +2 -1
  8. package/dist/cjs/ADSponsoredResources.js +2 -1
  9. package/dist/cjs/ADWebcast.js +2 -1
  10. package/dist/cjs/ADWelcome.js +2 -1
  11. package/dist/cjs/AdSlot.js +2 -1
  12. package/dist/cjs/AlgoliaSearch.js +2 -1
  13. package/dist/cjs/AlphabeticList.js +2 -1
  14. package/dist/cjs/ArticleCarousel.js +2 -1
  15. package/dist/cjs/ArticleProgramLandingPage.js +3 -2
  16. package/dist/cjs/ArticleSeriesLandingPage.js +4 -3
  17. package/dist/cjs/ArticleSeriesListing.js +2 -1
  18. package/dist/cjs/Auth.js +2 -1
  19. package/dist/cjs/Beam.js +2 -0
  20. package/dist/cjs/Column2.js +2 -0
  21. package/dist/cjs/Column3.js +2 -1
  22. package/dist/cjs/ContentCardPaginated.js +3 -2
  23. package/dist/cjs/DeckContent.js +3 -2
  24. package/dist/cjs/DeckQueue.js +2 -1
  25. package/dist/cjs/DeckQueuePaginated.js +2 -1
  26. package/dist/cjs/EventsDeck.js +2 -1
  27. package/dist/cjs/ExternalResources.js +3 -2
  28. package/dist/cjs/GridContent.js +4 -3
  29. package/dist/cjs/GridContentPaginated.js +4 -3
  30. package/dist/cjs/HamMagazine.js +2 -0
  31. package/dist/cjs/HorizontalArticleListing.js +3 -2
  32. package/dist/cjs/IssueDeck.js +2 -1
  33. package/dist/cjs/IssueLanding.js +5 -4
  34. package/dist/cjs/LeftNav.js +2 -1
  35. package/dist/cjs/MasterDeck.js +4 -3
  36. package/dist/cjs/MasterDeckPaginated.js +4 -3
  37. package/dist/cjs/{MediaSeriesCard-615cdf47.js → MediaSeriesCard-3e0f0601.js} +1 -1
  38. package/dist/cjs/MediaSeriesLanding.js +6 -5
  39. package/dist/cjs/MediaSeriesLandingPaginated.js +6 -5
  40. package/dist/cjs/NavDvm.js +2 -0
  41. package/dist/cjs/NavMagazine.js +2 -0
  42. package/dist/cjs/NavNative.js +2 -0
  43. package/dist/cjs/PartnerDetailListing.js +5 -4
  44. package/dist/cjs/PartnerDetailListingPaginated.js +5 -4
  45. package/dist/cjs/PubSection.js +4 -3
  46. package/dist/cjs/PublicationLanding.js +2 -1
  47. package/dist/cjs/QueueDeckExpanded.js +4 -3
  48. package/dist/cjs/QueueDeckExpandedPaginated.js +4 -3
  49. package/dist/cjs/Schema.js +2 -1
  50. package/dist/cjs/Segment.js +26 -6
  51. package/dist/cjs/SeriesListingDeck.js +2 -1
  52. package/dist/cjs/SideFooter.js +2 -0
  53. package/dist/cjs/TaxonomyCard.js +2 -1
  54. package/dist/cjs/TaxonomyDescription.js +5 -4
  55. package/dist/cjs/TemplateNormal.js +2 -1
  56. package/dist/cjs/VideoProgramLandingPage.js +3 -2
  57. package/dist/cjs/VideoSeriesLandingPage.js +4 -3
  58. package/dist/cjs/VideoSeriesListing.js +2 -1
  59. package/dist/cjs/View.js +6 -5
  60. package/dist/cjs/{extends-7c86182f.js → assign-a0df1a53.js} +1 -29
  61. package/dist/cjs/extends-8ea081c8.js +34 -0
  62. package/dist/cjs/getSerializers.js +3 -2
  63. package/dist/cjs/{getTargeting-3c5754ac.js → getTargeting-232688b0.js} +1 -1
  64. package/dist/cjs/getTargeting.js +3 -2
  65. package/dist/cjs/{index-bb6f5ec7.js → index-d92837fc.js} +1 -1
  66. package/dist/cjs/index.js +6 -5
  67. package/dist/esm/AD.js +1 -1
  68. package/dist/esm/AD300x250.js +8 -7
  69. package/dist/esm/AD300x250x600.js +8 -7
  70. package/dist/esm/AD728x90.js +8 -7
  71. package/dist/esm/ADFloatingFooter.js +8 -7
  72. package/dist/esm/ADFooter.js +3 -3
  73. package/dist/esm/ADGutter.js +8 -7
  74. package/dist/esm/{ADInfeed-7af1f934.js → ADInfeed-c977de2e.js} +1 -1
  75. package/dist/esm/ADSkyscraper.js +8 -7
  76. package/dist/esm/ADSponsoredResources.js +8 -7
  77. package/dist/esm/ADWebcast.js +8 -7
  78. package/dist/esm/ADWelcome.js +8 -7
  79. package/dist/esm/{ADlgInfeed-ebcafb85.js → ADlgInfeed-59c5eb30.js} +1 -1
  80. package/dist/esm/AccordionPanel.js +3 -3
  81. package/dist/esm/AdSlot.js +8 -7
  82. package/dist/esm/AdSlotsProvider.js +5 -5
  83. package/dist/esm/AlgoliaSearch.js +10 -9
  84. package/dist/esm/AlphabeticList.js +7 -6
  85. package/dist/esm/ArticleCarousel.js +5 -4
  86. package/dist/esm/ArticleProgramLandingPage.js +17 -16
  87. package/dist/esm/ArticleSeriesLandingPage.js +16 -15
  88. package/dist/esm/ArticleSeriesListing.js +10 -9
  89. package/dist/esm/Auth.js +8 -7
  90. package/dist/esm/AuthWrapper.js +3 -3
  91. package/dist/esm/{AuthorComponent-11adff02.js → AuthorComponent-0ee8667f.js} +1 -1
  92. package/dist/esm/Beam.js +7 -5
  93. package/dist/esm/Breadcrumbs.js +3 -3
  94. package/dist/esm/CMEDeck.js +7 -7
  95. package/dist/esm/Column2.js +8 -6
  96. package/dist/esm/Column3.js +10 -9
  97. package/dist/esm/ConferenceArticleCard.js +3 -3
  98. package/dist/esm/ContentCardPaginated.js +15 -14
  99. package/dist/esm/DeckContent.js +15 -14
  100. package/dist/esm/DeckQueue.js +12 -11
  101. package/dist/esm/DeckQueuePaginated.js +13 -12
  102. package/dist/esm/{Dfp-102f0beb.js → Dfp-08c829a1.js} +3 -3
  103. package/dist/esm/EventsDeck.js +11 -10
  104. package/dist/esm/ExternalResources.js +17 -16
  105. package/dist/esm/Feature.js +3 -3
  106. package/dist/esm/ForbesHero.js +4 -4
  107. package/dist/esm/GridContent.js +18 -17
  108. package/dist/esm/GridContentPaginated.js +18 -17
  109. package/dist/esm/GridHero.js +4 -4
  110. package/dist/esm/GroupDeck.js +5 -5
  111. package/dist/esm/HamMagazine.js +8 -6
  112. package/dist/esm/Hero.js +3 -3
  113. package/dist/esm/HorizontalArticleListing.js +17 -16
  114. package/dist/esm/HorizontalHero.js +3 -3
  115. package/dist/esm/{ImageSlider-f84174cb.js → ImageSlider-8a3401ec.js} +1 -1
  116. package/dist/esm/IssueContentDeck.js +4 -4
  117. package/dist/esm/IssueDeck.js +7 -6
  118. package/dist/esm/IssueLanding.js +20 -19
  119. package/dist/esm/LeftNav.js +8 -7
  120. package/dist/esm/MasterDeck.js +16 -15
  121. package/dist/esm/MasterDeckPaginated.js +16 -15
  122. package/dist/esm/{MediaSeriesCard-e08917c6.js → MediaSeriesCard-462aa764.js} +2 -2
  123. package/dist/esm/MediaSeriesLanding.js +20 -19
  124. package/dist/esm/MediaSeriesLandingPaginated.js +20 -19
  125. package/dist/esm/NavDvm.js +7 -5
  126. package/dist/esm/NavMagazine.js +8 -6
  127. package/dist/esm/NavNative.js +7 -5
  128. package/dist/esm/OncliveHero.js +3 -3
  129. package/dist/esm/OncliveLargeHero.js +4 -4
  130. package/dist/esm/PageFilter.js +3 -3
  131. package/dist/esm/PartnerDetailListing.js +21 -20
  132. package/dist/esm/PartnerDetailListingPaginated.js +21 -20
  133. package/dist/esm/PopUpModal.js +3 -3
  134. package/dist/esm/PubSection.js +12 -11
  135. package/dist/esm/PubToc.js +5 -5
  136. package/dist/esm/PublicationDeck.js +3 -3
  137. package/dist/esm/PublicationLanding.js +10 -9
  138. package/dist/esm/QueueDeckExpanded.js +12 -11
  139. package/dist/esm/QueueDeckExpandedPaginated.js +12 -11
  140. package/dist/esm/RelatedContent.js +3 -3
  141. package/dist/esm/Schema.js +8 -7
  142. package/dist/esm/Search.js +3 -3
  143. package/dist/esm/Segment.js +30 -10
  144. package/dist/esm/SeriesListingDeck.js +8 -7
  145. package/dist/esm/{SeriesSlider-f771e20d.js → SeriesSlider-19bf6ce4.js} +1 -1
  146. package/dist/esm/SideFooter.js +8 -6
  147. package/dist/esm/{SocialSearchComponent-4b56cd8c.js → SocialSearchComponent-e9a67eff.js} +1 -1
  148. package/dist/esm/TaxonomyCard.js +5 -4
  149. package/dist/esm/TaxonomyDescription.js +18 -17
  150. package/dist/esm/TemplateNormal.js +11 -10
  151. package/dist/esm/ThumbnailCard.js +3 -3
  152. package/dist/esm/Ustream.js +6 -6
  153. package/dist/esm/VerticalHero.js +3 -3
  154. package/dist/esm/VideoProgramLandingPage.js +17 -16
  155. package/dist/esm/VideoSeriesCard.js +5 -5
  156. package/dist/esm/VideoSeriesFilter.js +5 -5
  157. package/dist/esm/VideoSeriesLandingPage.js +16 -15
  158. package/dist/esm/VideoSeriesListing.js +10 -9
  159. package/dist/esm/View.js +21 -20
  160. package/dist/esm/YahooHero.js +4 -4
  161. package/dist/esm/YoutubeGroup.js +3 -3
  162. package/dist/esm/{_is-array-8d21b9e3.js → _is-array-e96276c2.js} +1 -1
  163. package/dist/esm/{_iter-detect-98db3b07.js → _iter-detect-c9bd22b3.js} +1 -1
  164. package/dist/esm/{_object-sap-7cee6f84.js → _object-sap-67a80efe.js} +1 -1
  165. package/dist/esm/{_object-to-array-2300e51b.js → _object-to-array-d97ca761.js} +1 -1
  166. package/dist/esm/{extends-6d8e3924.js → assign-b681604f.js} +3 -30
  167. package/dist/esm/{asyncToGenerator-958ef5fc.js → asyncToGenerator-b799d461.js} +3 -3
  168. package/dist/esm/{core.get-iterator-method-ea258bb1.js → core.get-iterator-method-2623c4c7.js} +1 -1
  169. package/dist/esm/{define-property-5f1bda73.js → define-property-615946df.js} +1 -1
  170. package/dist/esm/{defineProperty-8c30428f.js → defineProperty-3cabb189.js} +1 -1
  171. package/dist/esm/extends-19fcf571.js +31 -0
  172. package/dist/esm/faundadb.js +4 -4
  173. package/dist/esm/getRelatedArticle.js +4 -4
  174. package/dist/esm/getRootDocGroup.js +4 -4
  175. package/dist/esm/getSerializers.js +17 -16
  176. package/dist/esm/{getTargeting-42f9b439.js → getTargeting-d519d2b6.js} +2 -2
  177. package/dist/esm/getTargeting.js +6 -5
  178. package/dist/esm/{index-995ce566.js → index-8864f662.js} +10 -10
  179. package/dist/esm/index.js +27 -26
  180. package/dist/esm/{inherits-a6ba2ec4.js → inherits-44a60f2b.js} +4 -4
  181. package/dist/esm/{keys-31dcdb31.js → keys-8c05d049.js} +2 -2
  182. package/dist/esm/{slicedToArray-6ebcbfea.js → slicedToArray-a5ed2ac8.js} +2 -2
  183. package/dist/esm/{stringify-2b084bee.js → stringify-e20934cc.js} +1 -1
  184. package/dist/esm/{toConsumableArray-f7074d7c.js → toConsumableArray-aac0b14a.js} +2 -2
  185. package/dist/esm/{typeof-e9fc0c5d.js → typeof-af09aa11.js} +3 -3
  186. package/dist/esm/urlFor.js +3 -3
  187. package/dist/esm/{urlForFile-b69adffc.js → urlForFile-3ad576be.js} +1 -1
  188. package/dist/esm/{ustream-api-d3714624.js → ustream-api-4e6b20ce.js} +4 -4
  189. package/dist/esm/{web.dom.iterable-ab4dea5c.js → web.dom.iterable-357ab671.js} +1 -1
  190. package/package.json +1 -1
  191. /package/dist/cjs/{ADInfeed-44d43b8a.js → ADInfeed-e0645296.js} +0 -0
  192. /package/dist/cjs/{ADlgInfeed-24d739f6.js → ADlgInfeed-c9bd09b8.js} +0 -0
  193. /package/dist/esm/{PublicationFeature-d88e76b9.js → PublicationFeature-c65b005a.js} +0 -0
package/dist/esm/index.js CHANGED
@@ -71,10 +71,10 @@ export { default as ArticleCarousel } from './ArticleCarousel.js';
71
71
  export { default as TaxonomyDescription } from './TaxonomyDescription.js';
72
72
  export { default as PubToc } from './PubToc.js';
73
73
  export { default as PubSection } from './PubSection.js';
74
- import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-958ef5fc.js';
75
- import { _ as _JSON$stringify } from './stringify-2b084bee.js';
76
- import { _ as _extends } from './extends-6d8e3924.js';
77
- import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
74
+ import { _ as _asyncToGenerator, r as regenerator } from './asyncToGenerator-b799d461.js';
75
+ import { _ as _JSON$stringify } from './stringify-e20934cc.js';
76
+ import { _ as _extends } from './extends-19fcf571.js';
77
+ import { _ as _slicedToArray } from './slicedToArray-a5ed2ac8.js';
78
78
  import PropTypes from 'prop-types';
79
79
  import { m as momentTimezone } from './index-79cfd25c.js';
80
80
  import ProgressBar from 'react-bootstrap/ProgressBar';
@@ -86,7 +86,7 @@ export { default as VerticalHero } from './VerticalHero.js';
86
86
  export { default as YahooHero } from './YahooHero.js';
87
87
  export { default as GridHero } from './GridHero.js';
88
88
  export { default as ConferenceArticleCard } from './ConferenceArticleCard.js';
89
- export { g as getSerializers } from './index-995ce566.js';
89
+ export { g as getSerializers } from './index-8864f662.js';
90
90
  export { default as Beam } from './Beam.js';
91
91
  export { default as Segment } from './Segment.js';
92
92
  export { default as KMTracker } from './KMTracker.js';
@@ -101,19 +101,19 @@ export { default as VideoSeriesLandingPage } from './VideoSeriesLandingPage.js';
101
101
  export { default as ArticleProgramLandingPage } from './ArticleProgramLandingPage.js';
102
102
  export { default as ArticleSeriesLandingPage } from './ArticleSeriesLandingPage.js';
103
103
  export { default as Schema } from './Schema.js';
104
- export { g as getTargeting } from './getTargeting-42f9b439.js';
104
+ export { g as getTargeting } from './getTargeting-d519d2b6.js';
105
105
  export { default as getKeywords } from './getKeywords.js';
106
106
  export { default as getQuery } from './getQuery.js';
107
- import './toConsumableArray-f7074d7c.js';
107
+ import './toConsumableArray-aac0b14a.js';
108
108
  import './_commonjsHelpers-0c4b6f40.js';
109
- import './core.get-iterator-method-ea258bb1.js';
110
- import './_iter-detect-98db3b07.js';
111
- import './inherits-a6ba2ec4.js';
112
- import './_object-sap-7cee6f84.js';
113
- import './define-property-5f1bda73.js';
114
- import './typeof-e9fc0c5d.js';
115
- import './web.dom.iterable-ab4dea5c.js';
116
- import './_is-array-8d21b9e3.js';
109
+ import './core.get-iterator-method-2623c4c7.js';
110
+ import './_iter-detect-c9bd22b3.js';
111
+ import './inherits-44a60f2b.js';
112
+ import './_object-sap-67a80efe.js';
113
+ import './define-property-615946df.js';
114
+ import './typeof-af09aa11.js';
115
+ import './web.dom.iterable-357ab671.js';
116
+ import './_is-array-e96276c2.js';
117
117
  import './_object-pie-133f504a.js';
118
118
  import './_library-528f1934.js';
119
119
  import './index-f0fc23eb.js';
@@ -130,14 +130,14 @@ import './visibility-sensor-72fd8f8b.js';
130
130
  import 'react-dom';
131
131
  import './main-1894c974.js';
132
132
  import './entities-6d9154b4.js';
133
- import './ADInfeed-7af1f934.js';
133
+ import './ADInfeed-c977de2e.js';
134
134
  import './lodash-f97fd99a.js';
135
- import './ADlgInfeed-ebcafb85.js';
135
+ import './ADlgInfeed-59c5eb30.js';
136
136
  import './getContentCategory-15dcc413.js';
137
137
  import './get-3c308da4.js';
138
138
  import './eq-bdcbf886.js';
139
- import './AuthorComponent-11adff02.js';
140
- import './PublicationFeature-d88e76b9.js';
139
+ import './AuthorComponent-0ee8667f.js';
140
+ import './PublicationFeature-c65b005a.js';
141
141
  import 'react-bootstrap/Button';
142
142
  import 'react-bootstrap/Media';
143
143
  import './BlockContent-1e73bd2c.js';
@@ -149,8 +149,8 @@ import 'react-bootstrap';
149
149
  import './timeDifferenceCalc.js';
150
150
  import './index.esm-eb1e8e80.js';
151
151
  import './iconBase-ccc56b97.js';
152
- import './defineProperty-8c30428f.js';
153
- import './_object-to-array-2300e51b.js';
152
+ import './defineProperty-3cabb189.js';
153
+ import './_object-to-array-d97ca761.js';
154
154
  import 'react-bootstrap/Spinner';
155
155
  import 'react-bootstrap/Form';
156
156
  import './js.cookie-6874175c.js';
@@ -168,18 +168,19 @@ import 'react-bootstrap/NavDropdown';
168
168
  import './index.esm-9b042655.js';
169
169
  import './NavFooter-e27bd93b.js';
170
170
  import './index.esm-37268dca.js';
171
- import './SocialSearchComponent-4b56cd8c.js';
171
+ import './SocialSearchComponent-e9a67eff.js';
172
172
  import 'react-bootstrap/FormControl';
173
173
  import 'react-ga';
174
174
  import 'react-bootstrap/Carousel';
175
175
  import 'react-bootstrap/Breadcrumb';
176
- import './keys-31dcdb31.js';
176
+ import './keys-8c05d049.js';
177
177
  import 'react-bootstrap/DropdownButton';
178
178
  import 'react-bootstrap/Dropdown';
179
179
  import './index.esm-1bd8a0a8.js';
180
180
  import './brightcove-react-player-loader.es-57a70a56.js';
181
- import './urlForFile-b69adffc.js';
181
+ import './urlForFile-3ad576be.js';
182
182
  import 'react-bootstrap/Modal';
183
+ import './assign-b681604f.js';
183
184
  import './util-8ed16d48.js';
184
185
  import 'react-bootstrap/Pagination';
185
186
  import 'react-bootstrap/Figure';
@@ -191,12 +192,12 @@ import 'swr';
191
192
  import 'passport-local';
192
193
  import 'mysql';
193
194
  import './md5-4e42248e.js';
194
- import './SeriesSlider-f771e20d.js';
195
+ import './SeriesSlider-19bf6ce4.js';
195
196
  import './style-inject.es-1f59c1d0.js';
196
197
  import 'disqus-react';
197
198
  import 'file-saver';
198
199
  import 'react-twitter-embed';
199
- import './ImageSlider-f84174cb.js';
200
+ import './ImageSlider-8a3401ec.js';
200
201
  import './defineProperty-23a8f8cd.js';
201
202
  import './VideoSeriesCard.js';
202
203
 
@@ -1,8 +1,8 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { u as _objectGpo, i as _toObject, a as _core, e as _ctx, v as _anObject, b as _isObject, _ as _export, d as _objectCreate } from './core.get-iterator-method-ea258bb1.js';
3
- import { _ as _objectSap } from './_object-sap-7cee6f84.js';
4
- import { d as defineProperty } from './define-property-5f1bda73.js';
5
- import { a as _typeof_1, b as _objectGopd } from './typeof-e9fc0c5d.js';
2
+ import { t as _objectGpo, i as _toObject, a as _core, e as _ctx, u as _anObject, b as _isObject, _ as _export, d as _objectCreate } from './core.get-iterator-method-2623c4c7.js';
3
+ import { _ as _objectSap } from './_object-sap-67a80efe.js';
4
+ import { d as defineProperty } from './define-property-615946df.js';
5
+ import { a as _typeof_1, b as _objectGopd } from './typeof-af09aa11.js';
6
6
 
7
7
  // 19.1.2.9 Object.getPrototypeOf(O)
8
8
 
@@ -1,6 +1,6 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { t as _objectKeys, i as _toObject, a as _core } from './core.get-iterator-method-ea258bb1.js';
3
- import { _ as _objectSap } from './_object-sap-7cee6f84.js';
2
+ import { v as _objectKeys, i as _toObject, a as _core } from './core.get-iterator-method-2623c4c7.js';
3
+ import { _ as _objectSap } from './_object-sap-67a80efe.js';
4
4
 
5
5
  // 19.1.2.14 Object.keys(O)
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import './web.dom.iterable-ab4dea5c.js';
3
- import { h as _wks, a as _core, F as _iterators, p as _classof, s as core_getIteratorMethod, v as _anObject } from './core.get-iterator-method-ea258bb1.js';
2
+ import './web.dom.iterable-357ab671.js';
3
+ import { h as _wks, a as _core, F as _iterators, p as _classof, s as core_getIteratorMethod, u as _anObject } from './core.get-iterator-method-2623c4c7.js';
4
4
 
5
5
  var ITERATOR = _wks('iterator');
6
6
 
@@ -1,5 +1,5 @@
1
1
  import { u as unwrapExports, c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
2
- import { a as _core } from './core.get-iterator-method-ea258bb1.js';
2
+ import { a as _core } from './core.get-iterator-method-2623c4c7.js';
3
3
 
4
4
  var $JSON = _core.JSON || (_core.JSON = { stringify: JSON.stringify });
5
5
  var stringify$1 = function stringify(it) { // eslint-disable-line no-unused-vars
@@ -1,6 +1,6 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { c as _objectDp, r as _propertyDesc, _ as _export, i as _toObject, s as core_getIteratorMethod, e as _ctx, k as _toLength, a as _core } from './core.get-iterator-method-ea258bb1.js';
3
- import { _ as _iterDetect, a as _isArrayIter, b as _iterCall } from './_iter-detect-98db3b07.js';
2
+ import { c as _objectDp, r as _propertyDesc, _ as _export, i as _toObject, s as core_getIteratorMethod, e as _ctx, k as _toLength, a as _core } from './core.get-iterator-method-2623c4c7.js';
3
+ import { _ as _iterDetect, a as _isArrayIter, b as _iterCall } from './_iter-detect-c9bd22b3.js';
4
4
 
5
5
  var _createProperty = function (object, index, value) {
6
6
  if (index in object) _objectDp.f(object, index, _propertyDesc(0, value));
@@ -1,7 +1,7 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { h as _wks, c as _objectDp, a as _core, t as _objectKeys, w as _enumBugKeys, x as _objectKeysInternal, y as _toIobject, f as _descriptors, z as _toPrimitive, A as _ie8DomDefine, B as _has, r as _propertyDesc, l as _global, C as _shared, m as _fails, D as _uid, E as _redefine, _ as _export, n as _hide, o as _setToStringTag, d as _objectCreate, v as _anObject, i as _toObject, b as _isObject } from './core.get-iterator-method-ea258bb1.js';
3
- import './web.dom.iterable-ab4dea5c.js';
4
- import { _ as _meta, a as _isArray } from './_is-array-8d21b9e3.js';
2
+ import { h as _wks, c as _objectDp, a as _core, v as _objectKeys, w as _enumBugKeys, x as _objectKeysInternal, y as _toIobject, f as _descriptors, z as _toPrimitive, A as _ie8DomDefine, B as _has, r as _propertyDesc, l as _global, C as _shared, m as _fails, D as _uid, E as _redefine, _ as _export, n as _hide, o as _setToStringTag, d as _objectCreate, u as _anObject, i as _toObject, b as _isObject } from './core.get-iterator-method-2623c4c7.js';
3
+ import './web.dom.iterable-357ab671.js';
4
+ import { _ as _meta, a as _isArray } from './_is-array-e96276c2.js';
5
5
  import { _ as _objectGops, a as _objectPie } from './_object-pie-133f504a.js';
6
6
  import { _ as _library } from './_library-528f1934.js';
7
7
 
@@ -1,8 +1,8 @@
1
- import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
1
+ import { _ as _slicedToArray } from './slicedToArray-a5ed2ac8.js';
2
2
  import { i as imageUrlBuilder } from './index-3f5c03b2.js';
3
3
  import './_commonjsHelpers-0c4b6f40.js';
4
- import './web.dom.iterable-ab4dea5c.js';
5
- import './core.get-iterator-method-ea258bb1.js';
4
+ import './web.dom.iterable-357ab671.js';
5
+ import './core.get-iterator-method-2623c4c7.js';
6
6
 
7
7
  // Sanity image auto formating
8
8
 
@@ -1,4 +1,4 @@
1
- import { _ as _slicedToArray } from './slicedToArray-6ebcbfea.js';
1
+ import { _ as _slicedToArray } from './slicedToArray-a5ed2ac8.js';
2
2
 
3
3
  var urlForFile = function urlForFile(_ref) {
4
4
  var _ref$asset = _ref.asset,
@@ -1,8 +1,8 @@
1
- import { _ as _JSON$stringify } from './stringify-2b084bee.js';
2
- import { _ as _Object$keys } from './keys-31dcdb31.js';
1
+ import { _ as _JSON$stringify } from './stringify-e20934cc.js';
2
+ import { _ as _Object$keys } from './keys-8c05d049.js';
3
3
  import './_commonjsHelpers-0c4b6f40.js';
4
- import './core.get-iterator-method-ea258bb1.js';
5
- import './_object-sap-7cee6f84.js';
4
+ import './core.get-iterator-method-2623c4c7.js';
5
+ import './_object-sap-67a80efe.js';
6
6
 
7
7
  var UstreamEmbed = function () {
8
8
  function a(a) {
@@ -1,4 +1,4 @@
1
- import { g as _iterDefine, F as _iterators, y as _toIobject, h as _wks, l as _global, n as _hide } from './core.get-iterator-method-ea258bb1.js';
1
+ import { g as _iterDefine, F as _iterators, y as _toIobject, h as _wks, l as _global, n as _hide } from './core.get-iterator-method-2623c4c7.js';
2
2
 
3
3
  var _iterStep = function (done, value) {
4
4
  return { value: value, done: !!done };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.955",
3
+ "version": "1.0.956",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",