@blaze-cms/react-page-builder 0.146.0-rc-eagle.0 → 0.146.0-rc-eagle-3.0

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 (1427) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/lib/BannerContext/index.js +2 -1
  3. package/lib/BannerContext/index.js.map +1 -1
  4. package/lib/HOC/withInfiniteScroll.js +2 -1
  5. package/lib/HOC/withInfiniteScroll.js.map +1 -1
  6. package/lib/HOC/withTitle.js +2 -1
  7. package/lib/HOC/withTitle.js.map +1 -1
  8. package/lib/components/BackToTop/BackToTop.js +2 -1
  9. package/lib/components/BackToTop/BackToTop.js.map +1 -1
  10. package/lib/components/Banner/AdSlotRender.js +2 -1
  11. package/lib/components/Banner/AdSlotRender.js.map +1 -1
  12. package/lib/components/Banner/Banner.js +2 -1
  13. package/lib/components/Banner/Banner.js.map +1 -1
  14. package/lib/components/Banner/index.js +2 -1
  15. package/lib/components/Banner/index.js.map +1 -1
  16. package/lib/components/BlazeLink.js +2 -1
  17. package/lib/components/BlazeLink.js.map +1 -1
  18. package/lib/components/Breadcrumb/Breadcrumb.js +2 -1
  19. package/lib/components/Breadcrumb/Breadcrumb.js.map +1 -1
  20. package/lib/components/Button.js +2 -1
  21. package/lib/components/Button.js.map +1 -1
  22. package/lib/components/Card/Card.js +2 -1
  23. package/lib/components/Card/Card.js.map +1 -1
  24. package/lib/components/Card/CardsContainer.js +2 -1
  25. package/lib/components/Card/CardsContainer.js.map +1 -1
  26. package/lib/components/Card/CardsRender.js +2 -1
  27. package/lib/components/Card/CardsRender.js.map +1 -1
  28. package/lib/components/Carousel/Carousel.js +2 -1
  29. package/lib/components/Carousel/Carousel.js.map +1 -1
  30. package/lib/components/CarouselWrapper/DefaultCarousel.js +2 -1
  31. package/lib/components/CarouselWrapper/DefaultCarousel.js.map +1 -1
  32. package/lib/components/ClickWrapper.js +2 -1
  33. package/lib/components/ClickWrapper.js.map +1 -1
  34. package/lib/components/Code/Code.js +2 -1
  35. package/lib/components/Code/Code.js.map +1 -1
  36. package/lib/components/Code/ScriptTag.js +2 -1
  37. package/lib/components/Code/ScriptTag.js.map +1 -1
  38. package/lib/components/ContentGroup/ContentGroup.js +42 -9
  39. package/lib/components/ContentGroup/ContentGroup.js.map +1 -1
  40. package/lib/components/ContentGroup/ContentGroupAccordion.js +2 -1
  41. package/lib/components/ContentGroup/ContentGroupAccordion.js.map +1 -1
  42. package/lib/components/ContentGroup/ContentGroupDataFetcher.js +97 -0
  43. package/lib/components/ContentGroup/ContentGroupDataFetcher.js.map +1 -0
  44. package/lib/components/ContentGroup/ContentGroupTabs.js +2 -1
  45. package/lib/components/ContentGroup/ContentGroupTabs.js.map +1 -1
  46. package/lib/components/ContentGroup/helpers/build-data-sections.js +47 -0
  47. package/lib/components/ContentGroup/helpers/build-data-sections.js.map +1 -0
  48. package/lib/components/ContentGroup/helpers/index.js +7 -0
  49. package/lib/components/ContentGroup/helpers/index.js.map +1 -1
  50. package/lib/components/ContentGroupSection/ContentGroupSection.js +3 -2
  51. package/lib/components/ContentGroupSection/ContentGroupSection.js.map +1 -1
  52. package/lib/components/DataSummary/DataSummaryFactory.js +2 -1
  53. package/lib/components/DataSummary/DataSummaryFactory.js.map +1 -1
  54. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummaryContent.js +2 -1
  55. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummaryContent.js.map +1 -1
  56. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummaryContent.js +2 -1
  57. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummaryContent.js.map +1 -1
  58. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js +2 -1
  59. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js.map +1 -1
  60. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js +2 -1
  61. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js.map +1 -1
  62. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummaryContent.js +2 -1
  63. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummaryContent.js.map +1 -1
  64. package/lib/components/DataSummary/DataSummaryTypes/index.js +2 -1
  65. package/lib/components/DataSummary/DataSummaryTypes/index.js.map +1 -1
  66. package/lib/components/EmailConfirm/EmailConfirm.js +2 -1
  67. package/lib/components/EmailConfirm/EmailConfirm.js.map +1 -1
  68. package/lib/components/ErrorMessage/index.js +2 -1
  69. package/lib/components/ErrorMessage/index.js.map +1 -1
  70. package/lib/components/Iframe/Iframe.js +16 -6
  71. package/lib/components/Iframe/Iframe.js.map +1 -1
  72. package/lib/components/Image/GlobalLightbox/GlobalLightbox.js +2 -1
  73. package/lib/components/Image/GlobalLightbox/GlobalLightbox.js.map +1 -1
  74. package/lib/components/Image/GlobalLightbox/index.js +2 -1
  75. package/lib/components/Image/GlobalLightbox/index.js.map +1 -1
  76. package/lib/components/Image/Image.js +2 -1
  77. package/lib/components/Image/Image.js.map +1 -1
  78. package/lib/components/Image/ImageFactory.js +2 -1
  79. package/lib/components/Image/ImageFactory.js.map +1 -1
  80. package/lib/components/Image/Lightbox/Lightbox.js +2 -1
  81. package/lib/components/Image/Lightbox/Lightbox.js.map +1 -1
  82. package/lib/components/ItemList/ItemListButton/ItemListButton.js +2 -1
  83. package/lib/components/ItemList/ItemListButton/ItemListButton.js.map +1 -1
  84. package/lib/components/Layout/Layout.js +14 -3
  85. package/lib/components/Layout/Layout.js.map +1 -1
  86. package/lib/components/Layout/LayoutFactory.js +2 -1
  87. package/lib/components/Layout/LayoutFactory.js.map +1 -1
  88. package/lib/components/Layout/LayoutWithStickyTimer.js +2 -1
  89. package/lib/components/Layout/LayoutWithStickyTimer.js.map +1 -1
  90. package/lib/components/LazyImage/index.js +2 -1
  91. package/lib/components/LazyImage/index.js.map +1 -1
  92. package/lib/components/List/ListFactory.js +2 -1
  93. package/lib/components/List/ListFactory.js.map +1 -1
  94. package/lib/components/List/ListRender.js +2 -1
  95. package/lib/components/List/ListRender.js.map +1 -1
  96. package/lib/components/List/components/Cards/CardsRender.js +2 -1
  97. package/lib/components/List/components/Cards/CardsRender.js.map +1 -1
  98. package/lib/components/List/components/Cards/CardsRenderWrapper.js +2 -1
  99. package/lib/components/List/components/Cards/CardsRenderWrapper.js.map +1 -1
  100. package/lib/components/List/components/Full/FullRender.js +2 -1
  101. package/lib/components/List/components/Full/FullRender.js.map +1 -1
  102. package/lib/components/List/components/Full/FullRenderItem.js +2 -1
  103. package/lib/components/List/components/Full/FullRenderItem.js.map +1 -1
  104. package/lib/components/List/components/Pagination/ListPagination.js +2 -1
  105. package/lib/components/List/components/Pagination/ListPagination.js.map +1 -1
  106. package/lib/components/Loading/index.js +2 -1
  107. package/lib/components/Loading/index.js.map +1 -1
  108. package/lib/components/Menu/Menu.js +2 -1
  109. package/lib/components/Menu/Menu.js.map +1 -1
  110. package/lib/components/MenuItem/MenuItemRender.js +2 -1
  111. package/lib/components/MenuItem/MenuItemRender.js.map +1 -1
  112. package/lib/components/ModalAdapter/index.js +2 -1
  113. package/lib/components/ModalAdapter/index.js.map +1 -1
  114. package/lib/components/SearchContent/SearchContent.js +2 -1
  115. package/lib/components/SearchContent/SearchContent.js.map +1 -1
  116. package/lib/components/SearchFilter/SearchFilter/FiltersList.js +2 -1
  117. package/lib/components/SearchFilter/SearchFilter/FiltersList.js.map +1 -1
  118. package/lib/components/SearchFilter/SearchFilter/SearchFilter.js +2 -1
  119. package/lib/components/SearchFilter/SearchFilter/SearchFilter.js.map +1 -1
  120. package/lib/components/SearchFilter/SearchFilterContainer.js +2 -1
  121. package/lib/components/SearchFilter/SearchFilterContainer.js.map +1 -1
  122. package/lib/components/SearchFilter/components/Checkbox.js +2 -1
  123. package/lib/components/SearchFilter/components/Checkbox.js.map +1 -1
  124. package/lib/components/Video/VideoModal.js +2 -1
  125. package/lib/components/Video/VideoModal.js.map +1 -1
  126. package/lib/components/Video/VideoRender.js +2 -1
  127. package/lib/components/Video/VideoRender.js.map +1 -1
  128. package/lib/components/Video/providers/JWPlayer/JWPlayerProvider.js +2 -1
  129. package/lib/components/Video/providers/JWPlayer/JWPlayerProvider.js.map +1 -1
  130. package/lib/components/Video/providers/Vimeo/VimeoProvider.js +2 -1
  131. package/lib/components/Video/providers/Vimeo/VimeoProvider.js.map +1 -1
  132. package/lib/components/Video/providers/YouTube/YoutubeEmbeded.js +2 -1
  133. package/lib/components/Video/providers/YouTube/YoutubeEmbeded.js.map +1 -1
  134. package/lib/components/Video/providers/get-provider.js +2 -1
  135. package/lib/components/Video/providers/get-provider.js.map +1 -1
  136. package/lib/components/index.js +2 -1
  137. package/lib/components/index.js.map +1 -1
  138. package/lib/helpers/get-component-id.js +9 -3
  139. package/lib/helpers/get-component-id.js.map +1 -1
  140. package/lib/helpers/parse-TextBlock.js +2 -1
  141. package/lib/helpers/parse-TextBlock.js.map +1 -1
  142. package/lib/helpers/parse-props-to-display.js +2 -1
  143. package/lib/helpers/parse-props-to-display.js.map +1 -1
  144. package/lib/hooks/use-portal.js +2 -1
  145. package/lib/hooks/use-portal.js.map +1 -1
  146. package/lib/system-components/EditorMode/BlazeLogo.js +2 -1
  147. package/lib/system-components/EditorMode/BlazeLogo.js.map +1 -1
  148. package/lib/system-components/EditorMode/PbWrapper.js +2 -1
  149. package/lib/system-components/EditorMode/PbWrapper.js.map +1 -1
  150. package/lib/system-components/index.js +2 -1
  151. package/lib/system-components/index.js.map +1 -1
  152. package/lib/variants/Infographic/index.js +2 -1
  153. package/lib/variants/Infographic/index.js.map +1 -1
  154. package/lib/variants/LiveBlogList/LiveBlogList.js +2 -1
  155. package/lib/variants/LiveBlogList/LiveBlogList.js.map +1 -1
  156. package/lib/variants/LiveBlogList/index.js +2 -1
  157. package/lib/variants/LiveBlogList/index.js.map +1 -1
  158. package/lib/variants/LongformGallery/index.js +2 -1
  159. package/lib/variants/LongformGallery/index.js.map +1 -1
  160. package/lib/variants/SlideSummary/index.js +2 -1
  161. package/lib/variants/SlideSummary/index.js.map +1 -1
  162. package/lib/variants/ThumbnailCarousel/index.js +2 -1
  163. package/lib/variants/ThumbnailCarousel/index.js.map +1 -1
  164. package/lib-es/BannerContext/helpers/index.js +3 -0
  165. package/lib-es/BannerContext/helpers/index.js.map +1 -0
  166. package/lib-es/BannerContext/helpers/set-initial-banner-counters.js +17 -0
  167. package/lib-es/BannerContext/helpers/set-initial-banner-counters.js.map +1 -0
  168. package/lib-es/BannerContext/index.js +29 -0
  169. package/lib-es/BannerContext/index.js.map +1 -0
  170. package/lib-es/HOC/index.js +3 -0
  171. package/lib-es/HOC/index.js.map +1 -0
  172. package/lib-es/HOC/recreateOnNavigation.js +20 -0
  173. package/lib-es/HOC/recreateOnNavigation.js.map +1 -0
  174. package/lib-es/HOC/withInfiniteScroll.js +62 -0
  175. package/lib-es/HOC/withInfiniteScroll.js.map +1 -0
  176. package/lib-es/HOC/withTitle.js +36 -0
  177. package/lib-es/HOC/withTitle.js.map +1 -0
  178. package/lib-es/PBContext/index.js +6 -0
  179. package/lib-es/PBContext/index.js.map +1 -0
  180. package/lib-es/application/query/index.js +178 -0
  181. package/lib-es/application/query/index.js.map +1 -0
  182. package/lib-es/components/BackToTop/BackToTop.js +38 -0
  183. package/lib-es/components/BackToTop/BackToTop.js.map +1 -0
  184. package/lib-es/components/BackToTop/index.js +3 -0
  185. package/lib-es/components/BackToTop/index.js.map +1 -0
  186. package/lib-es/components/Banner/AdSlotRender.js +73 -0
  187. package/lib-es/components/Banner/AdSlotRender.js.map +1 -0
  188. package/lib-es/components/Banner/Banner.js +94 -0
  189. package/lib-es/components/Banner/Banner.js.map +1 -0
  190. package/lib-es/components/Banner/BannerRender.js +125 -0
  191. package/lib-es/components/Banner/BannerRender.js.map +1 -0
  192. package/lib-es/components/Banner/helpers.js +155 -0
  193. package/lib-es/components/Banner/helpers.js.map +1 -0
  194. package/lib-es/components/Banner/index.js +3 -0
  195. package/lib-es/components/Banner/index.js.map +1 -0
  196. package/lib-es/components/BlazeLink.js +68 -0
  197. package/lib-es/components/BlazeLink.js.map +1 -0
  198. package/lib-es/components/Breadcrumb/Breadcrumb.js +88 -0
  199. package/lib-es/components/Breadcrumb/Breadcrumb.js.map +1 -0
  200. package/lib-es/components/Breadcrumb/index.js +3 -0
  201. package/lib-es/components/Breadcrumb/index.js.map +1 -0
  202. package/lib-es/components/Button.js +134 -0
  203. package/lib-es/components/Button.js.map +1 -0
  204. package/lib-es/components/Card/Card.js +290 -0
  205. package/lib-es/components/Card/Card.js.map +1 -0
  206. package/lib-es/components/Card/CardsContainer.js +186 -0
  207. package/lib-es/components/Card/CardsContainer.js.map +1 -0
  208. package/lib-es/components/Card/CardsFactory.js +99 -0
  209. package/lib-es/components/Card/CardsFactory.js.map +1 -0
  210. package/lib-es/components/Card/CardsRender.js +203 -0
  211. package/lib-es/components/Card/CardsRender.js.map +1 -0
  212. package/lib-es/components/Card/constants.js +4 -0
  213. package/lib-es/components/Card/constants.js.map +1 -0
  214. package/lib-es/components/Card/helpers/get-dynamic-grid-classes.js +21 -0
  215. package/lib-es/components/Card/helpers/get-dynamic-grid-classes.js.map +1 -0
  216. package/lib-es/components/Card/helpers/get-published-listing-url.js +3 -0
  217. package/lib-es/components/Card/helpers/get-published-listing-url.js.map +1 -0
  218. package/lib-es/components/Card/helpers/index.js +10 -0
  219. package/lib-es/components/Card/helpers/index.js.map +1 -0
  220. package/lib-es/components/Card/helpers/use-dynamic-size-key.js +6 -0
  221. package/lib-es/components/Card/helpers/use-dynamic-size-key.js.map +1 -0
  222. package/lib-es/components/Card/index.js +3 -0
  223. package/lib-es/components/Card/index.js.map +1 -0
  224. package/lib-es/components/Carousel/Carousel.js +78 -0
  225. package/lib-es/components/Carousel/Carousel.js.map +1 -0
  226. package/lib-es/components/Carousel/CarouselImage/CarouselImage.js +59 -0
  227. package/lib-es/components/Carousel/CarouselImage/CarouselImage.js.map +1 -0
  228. package/lib-es/components/Carousel/CarouselImage/constants.js +2 -0
  229. package/lib-es/components/Carousel/CarouselImage/constants.js.map +1 -0
  230. package/lib-es/components/Carousel/CarouselImage/index.js +3 -0
  231. package/lib-es/components/Carousel/CarouselImage/index.js.map +1 -0
  232. package/lib-es/components/Carousel/CarouselRender/CarouselRender.js +74 -0
  233. package/lib-es/components/Carousel/CarouselRender/CarouselRender.js.map +1 -0
  234. package/lib-es/components/Carousel/CarouselRender/index.js +3 -0
  235. package/lib-es/components/Carousel/CarouselRender/index.js.map +1 -0
  236. package/lib-es/components/Carousel/hooks/useCarouselNavigation.js +49 -0
  237. package/lib-es/components/Carousel/hooks/useCarouselNavigation.js.map +1 -0
  238. package/lib-es/components/Carousel/index.js +3 -0
  239. package/lib-es/components/Carousel/index.js.map +1 -0
  240. package/lib-es/components/CarouselWrapper/CarouselWrapper.js +22 -0
  241. package/lib-es/components/CarouselWrapper/CarouselWrapper.js.map +1 -0
  242. package/lib-es/components/CarouselWrapper/DefaultCarousel.js +140 -0
  243. package/lib-es/components/CarouselWrapper/DefaultCarousel.js.map +1 -0
  244. package/lib-es/components/CarouselWrapper/SmoothScrollCarousel.js +43 -0
  245. package/lib-es/components/CarouselWrapper/SmoothScrollCarousel.js.map +1 -0
  246. package/lib-es/components/CarouselWrapper/index.js +3 -0
  247. package/lib-es/components/CarouselWrapper/index.js.map +1 -0
  248. package/lib-es/components/ClickWrapper.js +40 -0
  249. package/lib-es/components/ClickWrapper.js.map +1 -0
  250. package/lib-es/components/Code/Code.js +43 -0
  251. package/lib-es/components/Code/Code.js.map +1 -0
  252. package/lib-es/components/Code/ScriptTag.js +32 -0
  253. package/lib-es/components/Code/ScriptTag.js.map +1 -0
  254. package/lib-es/components/Code/helpers/index.js +2 -0
  255. package/lib-es/components/Code/helpers/index.js.map +1 -0
  256. package/lib-es/components/Code/helpers/wrap-script-tags.js +36 -0
  257. package/lib-es/components/Code/helpers/wrap-script-tags.js.map +1 -0
  258. package/lib-es/components/Code/index.js +3 -0
  259. package/lib-es/components/Code/index.js.map +1 -0
  260. package/lib-es/components/ContentGroup/ContentGroup.js +95 -0
  261. package/lib-es/components/ContentGroup/ContentGroup.js.map +1 -0
  262. package/lib-es/components/ContentGroup/ContentGroupAccordion.js +138 -0
  263. package/lib-es/components/ContentGroup/ContentGroupAccordion.js.map +1 -0
  264. package/lib-es/components/ContentGroup/ContentGroupDataFetcher.js +88 -0
  265. package/lib-es/components/ContentGroup/ContentGroupDataFetcher.js.map +1 -0
  266. package/lib-es/components/ContentGroup/ContentGroupTabs.js +83 -0
  267. package/lib-es/components/ContentGroup/ContentGroupTabs.js.map +1 -0
  268. package/lib-es/components/ContentGroup/constants.js +18 -0
  269. package/lib-es/components/ContentGroup/constants.js.map +1 -0
  270. package/lib-es/components/ContentGroup/helpers/build-data-sections.js +38 -0
  271. package/lib-es/components/ContentGroup/helpers/build-data-sections.js.map +1 -0
  272. package/lib-es/components/ContentGroup/helpers/get-active-tab.js +9 -0
  273. package/lib-es/components/ContentGroup/helpers/get-active-tab.js.map +1 -0
  274. package/lib-es/components/ContentGroup/helpers/get-sections-data.js +15 -0
  275. package/lib-es/components/ContentGroup/helpers/get-sections-data.js.map +1 -0
  276. package/lib-es/components/ContentGroup/helpers/get-structured-data-properties.js +33 -0
  277. package/lib-es/components/ContentGroup/helpers/get-structured-data-properties.js.map +1 -0
  278. package/lib-es/components/ContentGroup/helpers/index.js +5 -0
  279. package/lib-es/components/ContentGroup/helpers/index.js.map +1 -0
  280. package/lib-es/components/ContentGroup/index.js +3 -0
  281. package/lib-es/components/ContentGroup/index.js.map +1 -0
  282. package/lib-es/components/ContentGroupSection/ContentGroupSection.js +24 -0
  283. package/lib-es/components/ContentGroupSection/ContentGroupSection.js.map +1 -0
  284. package/lib-es/components/ContentGroupSection/index.js +3 -0
  285. package/lib-es/components/ContentGroupSection/index.js.map +1 -0
  286. package/lib-es/components/DataSummary/DataSummaryFactory.js +93 -0
  287. package/lib-es/components/DataSummary/DataSummaryFactory.js.map +1 -0
  288. package/lib-es/components/DataSummary/DataSummaryRender.js +92 -0
  289. package/lib-es/components/DataSummary/DataSummaryRender.js.map +1 -0
  290. package/lib-es/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummary.js +24 -0
  291. package/lib-es/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummary.js.map +1 -0
  292. package/lib-es/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummaryContent.js +24 -0
  293. package/lib-es/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummaryContent.js.map +1 -0
  294. package/lib-es/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/index.js +3 -0
  295. package/lib-es/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/index.js.map +1 -0
  296. package/lib-es/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummary.js +23 -0
  297. package/lib-es/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummary.js.map +1 -0
  298. package/lib-es/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummaryContent.js +28 -0
  299. package/lib-es/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummaryContent.js.map +1 -0
  300. package/lib-es/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/index.js +3 -0
  301. package/lib-es/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/index.js.map +1 -0
  302. package/lib-es/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummary.js +23 -0
  303. package/lib-es/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummary.js.map +1 -0
  304. package/lib-es/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js +35 -0
  305. package/lib-es/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js.map +1 -0
  306. package/lib-es/components/DataSummary/DataSummaryTypes/LargeSummary/index.js +3 -0
  307. package/lib-es/components/DataSummary/DataSummaryTypes/LargeSummary/index.js.map +1 -0
  308. package/lib-es/components/DataSummary/DataSummaryTypes/ListSummary/ListSummary.js +23 -0
  309. package/lib-es/components/DataSummary/DataSummaryTypes/ListSummary/ListSummary.js.map +1 -0
  310. package/lib-es/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js +34 -0
  311. package/lib-es/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js.map +1 -0
  312. package/lib-es/components/DataSummary/DataSummaryTypes/ListSummary/index.js +3 -0
  313. package/lib-es/components/DataSummary/DataSummaryTypes/ListSummary/index.js.map +1 -0
  314. package/lib-es/components/DataSummary/DataSummaryTypes/TextSummary/TextSummary.js +23 -0
  315. package/lib-es/components/DataSummary/DataSummaryTypes/TextSummary/TextSummary.js.map +1 -0
  316. package/lib-es/components/DataSummary/DataSummaryTypes/TextSummary/TextSummaryContent.js +29 -0
  317. package/lib-es/components/DataSummary/DataSummaryTypes/TextSummary/TextSummaryContent.js.map +1 -0
  318. package/lib-es/components/DataSummary/DataSummaryTypes/TextSummary/index.js +3 -0
  319. package/lib-es/components/DataSummary/DataSummaryTypes/TextSummary/index.js.map +1 -0
  320. package/lib-es/components/DataSummary/DataSummaryTypes/index.js +9 -0
  321. package/lib-es/components/DataSummary/DataSummaryTypes/index.js.map +1 -0
  322. package/lib-es/components/DataSummary/helpers/build-loop-props-content.js +61 -0
  323. package/lib-es/components/DataSummary/helpers/build-loop-props-content.js.map +1 -0
  324. package/lib-es/components/DataSummary/helpers/build-props-to-display-with-content.js +45 -0
  325. package/lib-es/components/DataSummary/helpers/build-props-to-display-with-content.js.map +1 -0
  326. package/lib-es/components/DataSummary/helpers/get-data-summary-query.js +19 -0
  327. package/lib-es/components/DataSummary/helpers/get-data-summary-query.js.map +1 -0
  328. package/lib-es/components/DataSummary/helpers/get-link-based-on-value.js +15 -0
  329. package/lib-es/components/DataSummary/helpers/get-link-based-on-value.js.map +1 -0
  330. package/lib-es/components/DataSummary/helpers/get-link-props.js +6 -0
  331. package/lib-es/components/DataSummary/helpers/get-link-props.js.map +1 -0
  332. package/lib-es/components/DataSummary/helpers/get-link-to-published-content.js +9 -0
  333. package/lib-es/components/DataSummary/helpers/get-link-to-published-content.js.map +1 -0
  334. package/lib-es/components/DataSummary/helpers/get-loop-props-limit.js +12 -0
  335. package/lib-es/components/DataSummary/helpers/get-loop-props-limit.js.map +1 -0
  336. package/lib-es/components/DataSummary/helpers/get-prop-value.js +20 -0
  337. package/lib-es/components/DataSummary/helpers/get-prop-value.js.map +1 -0
  338. package/lib-es/components/DataSummary/helpers/get-record-id.js +14 -0
  339. package/lib-es/components/DataSummary/helpers/get-record-id.js.map +1 -0
  340. package/lib-es/components/DataSummary/helpers/get-value-from-array.js +17 -0
  341. package/lib-es/components/DataSummary/helpers/get-value-from-array.js.map +1 -0
  342. package/lib-es/components/DataSummary/helpers/index.js +11 -0
  343. package/lib-es/components/DataSummary/helpers/index.js.map +1 -0
  344. package/lib-es/components/DataSummary/helpers/parse-boolean-values.js +7 -0
  345. package/lib-es/components/DataSummary/helpers/parse-boolean-values.js.map +1 -0
  346. package/lib-es/components/DataSummary/helpers/strip-summary-props-content.js +14 -0
  347. package/lib-es/components/DataSummary/helpers/strip-summary-props-content.js.map +1 -0
  348. package/lib-es/components/DataSummary/index.js +3 -0
  349. package/lib-es/components/DataSummary/index.js.map +1 -0
  350. package/lib-es/components/DateTime/DateTime.js +36 -0
  351. package/lib-es/components/DateTime/DateTime.js.map +1 -0
  352. package/lib-es/components/DateTime/index.js +3 -0
  353. package/lib-es/components/DateTime/index.js.map +1 -0
  354. package/lib-es/components/EmailConfirm/EmailConfirm.js +71 -0
  355. package/lib-es/components/EmailConfirm/EmailConfirm.js.map +1 -0
  356. package/lib-es/components/EmailConfirm/index.js +3 -0
  357. package/lib-es/components/EmailConfirm/index.js.map +1 -0
  358. package/lib-es/components/EmailConfirm/mutation.js +13 -0
  359. package/lib-es/components/EmailConfirm/mutation.js.map +1 -0
  360. package/lib-es/components/ErrorMessage/ErrorMessage.js +30 -0
  361. package/lib-es/components/ErrorMessage/ErrorMessage.js.map +1 -0
  362. package/lib-es/components/ErrorMessage/index.js +3 -0
  363. package/lib-es/components/ErrorMessage/index.js.map +1 -0
  364. package/lib-es/components/Iframe/Iframe.js +52 -0
  365. package/lib-es/components/Iframe/Iframe.js.map +1 -0
  366. package/lib-es/components/Iframe/constants.js +7 -0
  367. package/lib-es/components/Iframe/constants.js.map +1 -0
  368. package/lib-es/components/Iframe/index.js +3 -0
  369. package/lib-es/components/Iframe/index.js.map +1 -0
  370. package/lib-es/components/Image/GlobalLightbox/GlobalLightbox.js +161 -0
  371. package/lib-es/components/Image/GlobalLightbox/GlobalLightbox.js.map +1 -0
  372. package/lib-es/components/Image/GlobalLightbox/NavButton.js +24 -0
  373. package/lib-es/components/Image/GlobalLightbox/NavButton.js.map +1 -0
  374. package/lib-es/components/Image/GlobalLightbox/index.js +3 -0
  375. package/lib-es/components/Image/GlobalLightbox/index.js.map +1 -0
  376. package/lib-es/components/Image/Image.js +173 -0
  377. package/lib-es/components/Image/Image.js.map +1 -0
  378. package/lib-es/components/Image/ImageDetails.js +27 -0
  379. package/lib-es/components/Image/ImageDetails.js.map +1 -0
  380. package/lib-es/components/Image/ImageFactory.js +86 -0
  381. package/lib-es/components/Image/ImageFactory.js.map +1 -0
  382. package/lib-es/components/Image/ImageRender.js +86 -0
  383. package/lib-es/components/Image/ImageRender.js.map +1 -0
  384. package/lib-es/components/Image/Lightbox/Lightbox.js +63 -0
  385. package/lib-es/components/Image/Lightbox/Lightbox.js.map +1 -0
  386. package/lib-es/components/Image/Lightbox/index.js +3 -0
  387. package/lib-es/components/Image/Lightbox/index.js.map +1 -0
  388. package/lib-es/components/Image/index.js +3 -0
  389. package/lib-es/components/Image/index.js.map +1 -0
  390. package/lib-es/components/ItemList/ItemListButton/ItemListButton.js +107 -0
  391. package/lib-es/components/ItemList/ItemListButton/ItemListButton.js.map +1 -0
  392. package/lib-es/components/ItemList/ItemListButton/index.js +3 -0
  393. package/lib-es/components/ItemList/ItemListButton/index.js.map +1 -0
  394. package/lib-es/components/ItemList/ItemListCounter/ItemListCounter.js +57 -0
  395. package/lib-es/components/ItemList/ItemListCounter/ItemListCounter.js.map +1 -0
  396. package/lib-es/components/ItemList/ItemListCounter/index.js +3 -0
  397. package/lib-es/components/ItemList/ItemListCounter/index.js.map +1 -0
  398. package/lib-es/components/ItemList/ItemListNew/ItemListNew.js +60 -0
  399. package/lib-es/components/ItemList/ItemListNew/ItemListNew.js.map +1 -0
  400. package/lib-es/components/ItemList/ItemListNew/index.js +3 -0
  401. package/lib-es/components/ItemList/ItemListNew/index.js.map +1 -0
  402. package/lib-es/components/ItemList/constants.js +6 -0
  403. package/lib-es/components/ItemList/constants.js.map +1 -0
  404. package/lib-es/components/ItemList/helpers/get-item-list-data.js +6 -0
  405. package/lib-es/components/ItemList/helpers/get-item-list-data.js.map +1 -0
  406. package/lib-es/components/ItemList/helpers/get-item-list-id.js +9 -0
  407. package/lib-es/components/ItemList/helpers/get-item-list-id.js.map +1 -0
  408. package/lib-es/components/ItemList/helpers/get-item-list-ids.js +11 -0
  409. package/lib-es/components/ItemList/helpers/get-item-list-ids.js.map +1 -0
  410. package/lib-es/components/ItemList/helpers/index.js +6 -0
  411. package/lib-es/components/ItemList/helpers/index.js.map +1 -0
  412. package/lib-es/components/ItemList/helpers/set-item-list-id.js +8 -0
  413. package/lib-es/components/ItemList/helpers/set-item-list-id.js.map +1 -0
  414. package/lib-es/components/ItemList/helpers/set-param-and-redirect.js +17 -0
  415. package/lib-es/components/ItemList/helpers/set-param-and-redirect.js.map +1 -0
  416. package/lib-es/components/ItemList/hooks/index.js +2 -0
  417. package/lib-es/components/ItemList/hooks/index.js.map +1 -0
  418. package/lib-es/components/ItemList/hooks/use-item-list-id.js +23 -0
  419. package/lib-es/components/ItemList/hooks/use-item-list-id.js.map +1 -0
  420. package/lib-es/components/ItemList/icons/AddedBookmark.js +33 -0
  421. package/lib-es/components/ItemList/icons/AddedBookmark.js.map +1 -0
  422. package/lib-es/components/ItemList/icons/BaseBookmark.js +37 -0
  423. package/lib-es/components/ItemList/icons/BaseBookmark.js.map +1 -0
  424. package/lib-es/components/ItemList/icons/HoverBookmark.js +35 -0
  425. package/lib-es/components/ItemList/icons/HoverBookmark.js.map +1 -0
  426. package/lib-es/components/ItemList/icons/RemoveBookmark.js +33 -0
  427. package/lib-es/components/ItemList/icons/RemoveBookmark.js.map +1 -0
  428. package/lib-es/components/ItemList/icons/index.js +5 -0
  429. package/lib-es/components/ItemList/icons/index.js.map +1 -0
  430. package/lib-es/components/Layout/Layout.js +105 -0
  431. package/lib-es/components/Layout/Layout.js.map +1 -0
  432. package/lib-es/components/Layout/LayoutFactory.js +14 -0
  433. package/lib-es/components/Layout/LayoutFactory.js.map +1 -0
  434. package/lib-es/components/Layout/LayoutWithStickyTimer.js +42 -0
  435. package/lib-es/components/Layout/LayoutWithStickyTimer.js.map +1 -0
  436. package/lib-es/components/Layout/constants.js +6 -0
  437. package/lib-es/components/Layout/constants.js.map +1 -0
  438. package/lib-es/components/Layout/helpers/check-if-row-has-columns.js +19 -0
  439. package/lib-es/components/Layout/helpers/check-if-row-has-columns.js.map +1 -0
  440. package/lib-es/components/Layout/helpers/get-styles-to-update.js +10 -0
  441. package/lib-es/components/Layout/helpers/get-styles-to-update.js.map +1 -0
  442. package/lib-es/components/Layout/helpers/index.js +4 -0
  443. package/lib-es/components/Layout/helpers/index.js.map +1 -0
  444. package/lib-es/components/Layout/index.js +3 -0
  445. package/lib-es/components/Layout/index.js.map +1 -0
  446. package/lib-es/components/LazyImage/LazyImage.js +41 -0
  447. package/lib-es/components/LazyImage/LazyImage.js.map +1 -0
  448. package/lib-es/components/LazyImage/index.js +3 -0
  449. package/lib-es/components/LazyImage/index.js.map +1 -0
  450. package/lib-es/components/List/ListBuilder.js +206 -0
  451. package/lib-es/components/List/ListBuilder.js.map +1 -0
  452. package/lib-es/components/List/ListFactory.js +213 -0
  453. package/lib-es/components/List/ListFactory.js.map +1 -0
  454. package/lib-es/components/List/ListRender.js +134 -0
  455. package/lib-es/components/List/ListRender.js.map +1 -0
  456. package/lib-es/components/List/components/Cards/CardRenderWithInfiniteScroll.js +4 -0
  457. package/lib-es/components/List/components/Cards/CardRenderWithInfiniteScroll.js.map +1 -0
  458. package/lib-es/components/List/components/Cards/CardsRender.js +106 -0
  459. package/lib-es/components/List/components/Cards/CardsRender.js.map +1 -0
  460. package/lib-es/components/List/components/Cards/CardsRenderItem.js +121 -0
  461. package/lib-es/components/List/components/Cards/CardsRenderItem.js.map +1 -0
  462. package/lib-es/components/List/components/Cards/CardsRenderWrapper.js +59 -0
  463. package/lib-es/components/List/components/Cards/CardsRenderWrapper.js.map +1 -0
  464. package/lib-es/components/List/components/Cards/index.js +3 -0
  465. package/lib-es/components/List/components/Cards/index.js.map +1 -0
  466. package/lib-es/components/List/components/Full/FullRender.js +92 -0
  467. package/lib-es/components/List/components/Full/FullRender.js.map +1 -0
  468. package/lib-es/components/List/components/Full/FullRenderItem.js +95 -0
  469. package/lib-es/components/List/components/Full/FullRenderItem.js.map +1 -0
  470. package/lib-es/components/List/components/Full/FullRenderWithInfiniteScroll.js +4 -0
  471. package/lib-es/components/List/components/Full/FullRenderWithInfiniteScroll.js.map +1 -0
  472. package/lib-es/components/List/components/Full/index.js +3 -0
  473. package/lib-es/components/List/components/Full/index.js.map +1 -0
  474. package/lib-es/components/List/components/Header/ListHeader.js +64 -0
  475. package/lib-es/components/List/components/Header/ListHeader.js.map +1 -0
  476. package/lib-es/components/List/components/Header/index.js +3 -0
  477. package/lib-es/components/List/components/Header/index.js.map +1 -0
  478. package/lib-es/components/List/components/Pagination/Classic.js +55 -0
  479. package/lib-es/components/List/components/Pagination/Classic.js.map +1 -0
  480. package/lib-es/components/List/components/Pagination/ListPagination.js +63 -0
  481. package/lib-es/components/List/components/Pagination/ListPagination.js.map +1 -0
  482. package/lib-es/components/List/components/Pagination/LoadMore.js +37 -0
  483. package/lib-es/components/List/components/Pagination/LoadMore.js.map +1 -0
  484. package/lib-es/components/List/components/Pagination/index.js +3 -0
  485. package/lib-es/components/List/components/Pagination/index.js.map +1 -0
  486. package/lib-es/components/List/components/helpers/check-if-should-render-banner.js +42 -0
  487. package/lib-es/components/List/components/helpers/check-if-should-render-banner.js.map +1 -0
  488. package/lib-es/components/List/components/helpers/check-if-should-render-gtm.js +14 -0
  489. package/lib-es/components/List/components/helpers/check-if-should-render-gtm.js.map +1 -0
  490. package/lib-es/components/List/components/helpers/index.js +4 -0
  491. package/lib-es/components/List/components/helpers/index.js.map +1 -0
  492. package/lib-es/components/List/components/index.js +5 -0
  493. package/lib-es/components/List/components/index.js.map +1 -0
  494. package/lib-es/components/List/constants.js +10 -0
  495. package/lib-es/components/List/constants.js.map +1 -0
  496. package/lib-es/components/List/helpers/build-az-aggregations.js +25 -0
  497. package/lib-es/components/List/helpers/build-az-aggregations.js.map +1 -0
  498. package/lib-es/components/List/helpers/build-az-url.js +26 -0
  499. package/lib-es/components/List/helpers/build-az-url.js.map +1 -0
  500. package/lib-es/components/List/helpers/build-pagination-items.js +39 -0
  501. package/lib-es/components/List/helpers/build-pagination-items.js.map +1 -0
  502. package/lib-es/components/List/helpers/build-pagination-url.js +14 -0
  503. package/lib-es/components/List/helpers/build-pagination-url.js.map +1 -0
  504. package/lib-es/components/List/helpers/build-query-booster.js +44 -0
  505. package/lib-es/components/List/helpers/build-query-booster.js.map +1 -0
  506. package/lib-es/components/List/helpers/get-az-query-filter.js +7 -0
  507. package/lib-es/components/List/helpers/get-az-query-filter.js.map +1 -0
  508. package/lib-es/components/List/helpers/get-items-per-page-to-use.js +7 -0
  509. package/lib-es/components/List/helpers/get-items-per-page-to-use.js.map +1 -0
  510. package/lib-es/components/List/helpers/get-list-component.js +9 -0
  511. package/lib-es/components/List/helpers/get-list-component.js.map +1 -0
  512. package/lib-es/components/List/helpers/get-list-query.js +27 -0
  513. package/lib-es/components/List/helpers/get-list-query.js.map +1 -0
  514. package/lib-es/components/List/helpers/get-list-specific-search-filter.js +12 -0
  515. package/lib-es/components/List/helpers/get-list-specific-search-filter.js.map +1 -0
  516. package/lib-es/components/List/helpers/get-sort-props.js +32 -0
  517. package/lib-es/components/List/helpers/get-sort-props.js.map +1 -0
  518. package/lib-es/components/List/helpers/has-required-item-list-details.js +16 -0
  519. package/lib-es/components/List/helpers/has-required-item-list-details.js.map +1 -0
  520. package/lib-es/components/List/helpers/index.js +13 -0
  521. package/lib-es/components/List/helpers/index.js.map +1 -0
  522. package/lib-es/components/List/helpers/sort-aggs.js +22 -0
  523. package/lib-es/components/List/helpers/sort-aggs.js.map +1 -0
  524. package/lib-es/components/List/helpers/strip-query-key.js +6 -0
  525. package/lib-es/components/List/helpers/strip-query-key.js.map +1 -0
  526. package/lib-es/components/List/index.js +3 -0
  527. package/lib-es/components/List/index.js.map +1 -0
  528. package/lib-es/components/Loading/Loading.js +27 -0
  529. package/lib-es/components/Loading/Loading.js.map +1 -0
  530. package/lib-es/components/Loading/constants.js +5 -0
  531. package/lib-es/components/Loading/constants.js.map +1 -0
  532. package/lib-es/components/Loading/helpers.js +8 -0
  533. package/lib-es/components/Loading/helpers.js.map +1 -0
  534. package/lib-es/components/Loading/index.js +3 -0
  535. package/lib-es/components/Loading/index.js.map +1 -0
  536. package/lib-es/components/Menu/Menu.js +117 -0
  537. package/lib-es/components/Menu/Menu.js.map +1 -0
  538. package/lib-es/components/Menu/MenuContext.js +6 -0
  539. package/lib-es/components/Menu/MenuContext.js.map +1 -0
  540. package/lib-es/components/Menu/index.js +3 -0
  541. package/lib-es/components/Menu/index.js.map +1 -0
  542. package/lib-es/components/MenuItem/MenuEntitiesItem.js +178 -0
  543. package/lib-es/components/MenuItem/MenuEntitiesItem.js.map +1 -0
  544. package/lib-es/components/MenuItem/MenuItem.js +41 -0
  545. package/lib-es/components/MenuItem/MenuItem.js.map +1 -0
  546. package/lib-es/components/MenuItem/MenuItemRender.js +100 -0
  547. package/lib-es/components/MenuItem/MenuItemRender.js.map +1 -0
  548. package/lib-es/components/MenuItem/helpers/index.js +3 -0
  549. package/lib-es/components/MenuItem/helpers/index.js.map +1 -0
  550. package/lib-es/components/MenuItem/helpers/inject-helper-into-template.js +20 -0
  551. package/lib-es/components/MenuItem/helpers/inject-helper-into-template.js.map +1 -0
  552. package/lib-es/components/MenuItem/index.js +3 -0
  553. package/lib-es/components/MenuItem/index.js.map +1 -0
  554. package/lib-es/components/Modal/Modal.js +32 -0
  555. package/lib-es/components/Modal/Modal.js.map +1 -0
  556. package/lib-es/components/Modal/index.js +3 -0
  557. package/lib-es/components/Modal/index.js.map +1 -0
  558. package/lib-es/components/ModalAdapter/ModalAdapter.js +13 -0
  559. package/lib-es/components/ModalAdapter/ModalAdapter.js.map +1 -0
  560. package/lib-es/components/ModalAdapter/index.js +3 -0
  561. package/lib-es/components/ModalAdapter/index.js.map +1 -0
  562. package/lib-es/components/SearchContent/SearchContent.js +152 -0
  563. package/lib-es/components/SearchContent/SearchContent.js.map +1 -0
  564. package/lib-es/components/SearchContent/SearchContentItems.js +31 -0
  565. package/lib-es/components/SearchContent/SearchContentItems.js.map +1 -0
  566. package/lib-es/components/SearchContent/SearchContentResults.js +28 -0
  567. package/lib-es/components/SearchContent/SearchContentResults.js.map +1 -0
  568. package/lib-es/components/SearchContent/SearchContentToggleIcon.js +17 -0
  569. package/lib-es/components/SearchContent/SearchContentToggleIcon.js.map +1 -0
  570. package/lib-es/components/SearchContent/constants.js +4 -0
  571. package/lib-es/components/SearchContent/constants.js.map +1 -0
  572. package/lib-es/components/SearchContent/index.js +3 -0
  573. package/lib-es/components/SearchContent/index.js.map +1 -0
  574. package/lib-es/components/SearchFilter/SearchFilter/CloseMobileForm.js +24 -0
  575. package/lib-es/components/SearchFilter/SearchFilter/CloseMobileForm.js.map +1 -0
  576. package/lib-es/components/SearchFilter/SearchFilter/FiltersList.js +110 -0
  577. package/lib-es/components/SearchFilter/SearchFilter/FiltersList.js.map +1 -0
  578. package/lib-es/components/SearchFilter/SearchFilter/MobileFormToolbar.js +31 -0
  579. package/lib-es/components/SearchFilter/SearchFilter/MobileFormToolbar.js.map +1 -0
  580. package/lib-es/components/SearchFilter/SearchFilter/ResetDesktopForm.js +31 -0
  581. package/lib-es/components/SearchFilter/SearchFilter/ResetDesktopForm.js.map +1 -0
  582. package/lib-es/components/SearchFilter/SearchFilter/SearchFilter.js +209 -0
  583. package/lib-es/components/SearchFilter/SearchFilter/SearchFilter.js.map +1 -0
  584. package/lib-es/components/SearchFilter/SearchFilter/index.js +3 -0
  585. package/lib-es/components/SearchFilter/SearchFilter/index.js.map +1 -0
  586. package/lib-es/components/SearchFilter/SearchFilterContainer.js +227 -0
  587. package/lib-es/components/SearchFilter/SearchFilterContainer.js.map +1 -0
  588. package/lib-es/components/SearchFilter/components/Checkbox.js +102 -0
  589. package/lib-es/components/SearchFilter/components/Checkbox.js.map +1 -0
  590. package/lib-es/components/SearchFilter/components/Range.js +130 -0
  591. package/lib-es/components/SearchFilter/components/Range.js.map +1 -0
  592. package/lib-es/components/SearchFilter/components/Select.js +78 -0
  593. package/lib-es/components/SearchFilter/components/Select.js.map +1 -0
  594. package/lib-es/components/SearchFilter/components/TextSearch.js +52 -0
  595. package/lib-es/components/SearchFilter/components/TextSearch.js.map +1 -0
  596. package/lib-es/components/SearchFilter/components/index.js +6 -0
  597. package/lib-es/components/SearchFilter/components/index.js.map +1 -0
  598. package/lib-es/components/SearchFilter/constants.js +32 -0
  599. package/lib-es/components/SearchFilter/constants.js.map +1 -0
  600. package/lib-es/components/SearchFilter/helpers/build-list-name-query.js +15 -0
  601. package/lib-es/components/SearchFilter/helpers/build-list-name-query.js.map +1 -0
  602. package/lib-es/components/SearchFilter/helpers/build-new-url.js +9 -0
  603. package/lib-es/components/SearchFilter/helpers/build-new-url.js.map +1 -0
  604. package/lib-es/components/SearchFilter/helpers/build-url-query.js +37 -0
  605. package/lib-es/components/SearchFilter/helpers/build-url-query.js.map +1 -0
  606. package/lib-es/components/SearchFilter/helpers/calculate-min-max.js +18 -0
  607. package/lib-es/components/SearchFilter/helpers/calculate-min-max.js.map +1 -0
  608. package/lib-es/components/SearchFilter/helpers/calculate-step.js +3 -0
  609. package/lib-es/components/SearchFilter/helpers/calculate-step.js.map +1 -0
  610. package/lib-es/components/SearchFilter/helpers/check-if-range-updated.js +10 -0
  611. package/lib-es/components/SearchFilter/helpers/check-if-range-updated.js.map +1 -0
  612. package/lib-es/components/SearchFilter/helpers/decode-encode.js +4 -0
  613. package/lib-es/components/SearchFilter/helpers/decode-encode.js.map +1 -0
  614. package/lib-es/components/SearchFilter/helpers/get-display-value.js +6 -0
  615. package/lib-es/components/SearchFilter/helpers/get-display-value.js.map +1 -0
  616. package/lib-es/components/SearchFilter/helpers/get-filter-ranges-and-checkboxes-values.js +18 -0
  617. package/lib-es/components/SearchFilter/helpers/get-filter-ranges-and-checkboxes-values.js.map +1 -0
  618. package/lib-es/components/SearchFilter/helpers/get-filter-value-from-query.js +27 -0
  619. package/lib-es/components/SearchFilter/helpers/get-filter-value-from-query.js.map +1 -0
  620. package/lib-es/components/SearchFilter/helpers/get-filter-values.js +19 -0
  621. package/lib-es/components/SearchFilter/helpers/get-filter-values.js.map +1 -0
  622. package/lib-es/components/SearchFilter/helpers/get-initial-filter-values.js +21 -0
  623. package/lib-es/components/SearchFilter/helpers/get-initial-filter-values.js.map +1 -0
  624. package/lib-es/components/SearchFilter/helpers/get-intersected-prop.js +4 -0
  625. package/lib-es/components/SearchFilter/helpers/get-intersected-prop.js.map +1 -0
  626. package/lib-es/components/SearchFilter/helpers/get-range-value.js +33 -0
  627. package/lib-es/components/SearchFilter/helpers/get-range-value.js.map +1 -0
  628. package/lib-es/components/SearchFilter/helpers/get-responsive-filter-classnames.js +18 -0
  629. package/lib-es/components/SearchFilter/helpers/get-responsive-filter-classnames.js.map +1 -0
  630. package/lib-es/components/SearchFilter/helpers/get-select-options.js +14 -0
  631. package/lib-es/components/SearchFilter/helpers/get-select-options.js.map +1 -0
  632. package/lib-es/components/SearchFilter/helpers/get-updated-filter-by.js +19 -0
  633. package/lib-es/components/SearchFilter/helpers/get-updated-filter-by.js.map +1 -0
  634. package/lib-es/components/SearchFilter/helpers/index.js +19 -0
  635. package/lib-es/components/SearchFilter/helpers/index.js.map +1 -0
  636. package/lib-es/components/SearchFilter/helpers/is-device-desktop.js +4 -0
  637. package/lib-es/components/SearchFilter/helpers/is-device-desktop.js.map +1 -0
  638. package/lib-es/components/SearchFilter/helpers/parse-filter-value.js +21 -0
  639. package/lib-es/components/SearchFilter/helpers/parse-filter-value.js.map +1 -0
  640. package/lib-es/components/SearchFilter/index.js +3 -0
  641. package/lib-es/components/SearchFilter/index.js.map +1 -0
  642. package/lib-es/components/SearchFilter/searchFilterReducer.js +26 -0
  643. package/lib-es/components/SearchFilter/searchFilterReducer.js.map +1 -0
  644. package/lib-es/components/SearchFilterSort/SearchFilterSort.js +79 -0
  645. package/lib-es/components/SearchFilterSort/SearchFilterSort.js.map +1 -0
  646. package/lib-es/components/SearchFilterSort/constants.js +6 -0
  647. package/lib-es/components/SearchFilterSort/constants.js.map +1 -0
  648. package/lib-es/components/SearchFilterSort/helpers/handle-sort-update.js +39 -0
  649. package/lib-es/components/SearchFilterSort/helpers/handle-sort-update.js.map +1 -0
  650. package/lib-es/components/SearchFilterSort/helpers/index.js +3 -0
  651. package/lib-es/components/SearchFilterSort/helpers/index.js.map +1 -0
  652. package/lib-es/components/SearchFilterSort/helpers/update-sort.js +19 -0
  653. package/lib-es/components/SearchFilterSort/helpers/update-sort.js.map +1 -0
  654. package/lib-es/components/SearchFilterSort/index.js +3 -0
  655. package/lib-es/components/SearchFilterSort/index.js.map +1 -0
  656. package/lib-es/components/SocialFollow/SFItem.js +33 -0
  657. package/lib-es/components/SocialFollow/SFItem.js.map +1 -0
  658. package/lib-es/components/SocialFollow/SocialFollow.js +38 -0
  659. package/lib-es/components/SocialFollow/SocialFollow.js.map +1 -0
  660. package/lib-es/components/SocialFollow/SocialFollowRender.js +33 -0
  661. package/lib-es/components/SocialFollow/SocialFollowRender.js.map +1 -0
  662. package/lib-es/components/SocialFollow/index.js +3 -0
  663. package/lib-es/components/SocialFollow/index.js.map +1 -0
  664. package/lib-es/components/SocialFollow/sf.config.js +50 -0
  665. package/lib-es/components/SocialFollow/sf.config.js.map +1 -0
  666. package/lib-es/components/SubMenu/SubMenu.js +23 -0
  667. package/lib-es/components/SubMenu/SubMenu.js.map +1 -0
  668. package/lib-es/components/SubMenu/index.js +3 -0
  669. package/lib-es/components/SubMenu/index.js.map +1 -0
  670. package/lib-es/components/TextBlock/TextBlockRender.js +20 -0
  671. package/lib-es/components/TextBlock/TextBlockRender.js.map +1 -0
  672. package/lib-es/components/TextBlock/index.js +53 -0
  673. package/lib-es/components/TextBlock/index.js.map +1 -0
  674. package/lib-es/components/Video/Video.js +98 -0
  675. package/lib-es/components/Video/Video.js.map +1 -0
  676. package/lib-es/components/Video/VideoContext.js +6 -0
  677. package/lib-es/components/Video/VideoContext.js.map +1 -0
  678. package/lib-es/components/Video/VideoModal.js +30 -0
  679. package/lib-es/components/Video/VideoModal.js.map +1 -0
  680. package/lib-es/components/Video/VideoRender.js +44 -0
  681. package/lib-es/components/Video/VideoRender.js.map +1 -0
  682. package/lib-es/components/Video/constants.js +7 -0
  683. package/lib-es/components/Video/constants.js.map +1 -0
  684. package/lib-es/components/Video/helpers/emit-gtm-event.js +25 -0
  685. package/lib-es/components/Video/helpers/emit-gtm-event.js.map +1 -0
  686. package/lib-es/components/Video/index.js +3 -0
  687. package/lib-es/components/Video/index.js.map +1 -0
  688. package/lib-es/components/Video/providers/Default.js +36 -0
  689. package/lib-es/components/Video/providers/Default.js.map +1 -0
  690. package/lib-es/components/Video/providers/JWPlayer/JWPlayerController.js +65 -0
  691. package/lib-es/components/Video/providers/JWPlayer/JWPlayerController.js.map +1 -0
  692. package/lib-es/components/Video/providers/JWPlayer/JWPlayerProvider.js +87 -0
  693. package/lib-es/components/Video/providers/JWPlayer/JWPlayerProvider.js.map +1 -0
  694. package/lib-es/components/Video/providers/Vimeo/VimeoProvider.js +68 -0
  695. package/lib-es/components/Video/providers/Vimeo/VimeoProvider.js.map +1 -0
  696. package/lib-es/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.js +14 -0
  697. package/lib-es/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.js.map +1 -0
  698. package/lib-es/components/Video/providers/Vimeo/helpers/index.js +3 -0
  699. package/lib-es/components/Video/providers/Vimeo/helpers/index.js.map +1 -0
  700. package/lib-es/components/Video/providers/YouTube/YouTubeProvider.js +40 -0
  701. package/lib-es/components/Video/providers/YouTube/YouTubeProvider.js.map +1 -0
  702. package/lib-es/components/Video/providers/YouTube/YoutubeEmbeded.js +213 -0
  703. package/lib-es/components/Video/providers/YouTube/YoutubeEmbeded.js.map +1 -0
  704. package/lib-es/components/Video/providers/YouTube/helpers/index.js +26 -0
  705. package/lib-es/components/Video/providers/YouTube/helpers/index.js.map +1 -0
  706. package/lib-es/components/Video/providers/get-provider.js +13 -0
  707. package/lib-es/components/Video/providers/get-provider.js.map +1 -0
  708. package/lib-es/components/Video/providers/index.js +3 -0
  709. package/lib-es/components/Video/providers/index.js.map +1 -0
  710. package/lib-es/components/Wrapper.js +36 -0
  711. package/lib-es/components/Wrapper.js.map +1 -0
  712. package/lib-es/components/index.js +36 -0
  713. package/lib-es/components/index.js.map +1 -0
  714. package/lib-es/constants/componentsDefaultValues.js +20 -0
  715. package/lib-es/constants/componentsDefaultValues.js.map +1 -0
  716. package/lib-es/constants/index.js +143 -0
  717. package/lib-es/constants/index.js.map +1 -0
  718. package/lib-es/helpers/append-images.js +28 -0
  719. package/lib-es/helpers/append-images.js.map +1 -0
  720. package/lib-es/helpers/build-az-filter.js +16 -0
  721. package/lib-es/helpers/build-az-filter.js.map +1 -0
  722. package/lib-es/helpers/build-checkbox-filters.js +28 -0
  723. package/lib-es/helpers/build-checkbox-filters.js.map +1 -0
  724. package/lib-es/helpers/build-filters-query.js +86 -0
  725. package/lib-es/helpers/build-filters-query.js.map +1 -0
  726. package/lib-es/helpers/build-image-properties.js +29 -0
  727. package/lib-es/helpers/build-image-properties.js.map +1 -0
  728. package/lib-es/helpers/build-inherited-filters.js +67 -0
  729. package/lib-es/helpers/build-inherited-filters.js.map +1 -0
  730. package/lib-es/helpers/build-link-extra-props.js +17 -0
  731. package/lib-es/helpers/build-link-extra-props.js.map +1 -0
  732. package/lib-es/helpers/build-props-query.js +98 -0
  733. package/lib-es/helpers/build-props-query.js.map +1 -0
  734. package/lib-es/helpers/build-query-fields.js +13 -0
  735. package/lib-es/helpers/build-query-fields.js.map +1 -0
  736. package/lib-es/helpers/build-query-key.js +7 -0
  737. package/lib-es/helpers/build-query-key.js.map +1 -0
  738. package/lib-es/helpers/build-raw-query-base.js +113 -0
  739. package/lib-es/helpers/build-raw-query-base.js.map +1 -0
  740. package/lib-es/helpers/build-raw-query-stringified.js +44 -0
  741. package/lib-es/helpers/build-raw-query-stringified.js.map +1 -0
  742. package/lib-es/helpers/build-raw-query.js +132 -0
  743. package/lib-es/helpers/build-raw-query.js.map +1 -0
  744. package/lib-es/helpers/build-search-values-checkbox-select.js +64 -0
  745. package/lib-es/helpers/build-search-values-checkbox-select.js.map +1 -0
  746. package/lib-es/helpers/build-search-values-text.js +34 -0
  747. package/lib-es/helpers/build-search-values-text.js.map +1 -0
  748. package/lib-es/helpers/build-set-filters.js +32 -0
  749. package/lib-es/helpers/build-set-filters.js.map +1 -0
  750. package/lib-es/helpers/build-sort-values.js +34 -0
  751. package/lib-es/helpers/build-sort-values.js.map +1 -0
  752. package/lib-es/helpers/check-for-error.js +11 -0
  753. package/lib-es/helpers/check-for-error.js.map +1 -0
  754. package/lib-es/helpers/check-props-to-use.js +9 -0
  755. package/lib-es/helpers/check-props-to-use.js.map +1 -0
  756. package/lib-es/helpers/entities/constants.js +11 -0
  757. package/lib-es/helpers/entities/constants.js.map +1 -0
  758. package/lib-es/helpers/filter-query-setup.js +61 -0
  759. package/lib-es/helpers/filter-query-setup.js.map +1 -0
  760. package/lib-es/helpers/filters-setup.js +41 -0
  761. package/lib-es/helpers/filters-setup.js.map +1 -0
  762. package/lib-es/helpers/get-banner-data.js +17 -0
  763. package/lib-es/helpers/get-banner-data.js.map +1 -0
  764. package/lib-es/helpers/get-checkbox-filters.js +7 -0
  765. package/lib-es/helpers/get-checkbox-filters.js.map +1 -0
  766. package/lib-es/helpers/get-click-wrapper-options.js +43 -0
  767. package/lib-es/helpers/get-click-wrapper-options.js.map +1 -0
  768. package/lib-es/helpers/get-component-id.js +13 -0
  769. package/lib-es/helpers/get-component-id.js.map +1 -0
  770. package/lib-es/helpers/get-current-offset.js +7 -0
  771. package/lib-es/helpers/get-current-offset.js.map +1 -0
  772. package/lib-es/helpers/get-custom-html-properties.js +13 -0
  773. package/lib-es/helpers/get-custom-html-properties.js.map +1 -0
  774. package/lib-es/helpers/get-dictionary-match.js +11 -0
  775. package/lib-es/helpers/get-dictionary-match.js.map +1 -0
  776. package/lib-es/helpers/get-display-count-data.js +13 -0
  777. package/lib-es/helpers/get-display-count-data.js.map +1 -0
  778. package/lib-es/helpers/get-elasticsearch-operator.js +6 -0
  779. package/lib-es/helpers/get-elasticsearch-operator.js.map +1 -0
  780. package/lib-es/helpers/get-entities-with-banner.js +33 -0
  781. package/lib-es/helpers/get-entities-with-banner.js.map +1 -0
  782. package/lib-es/helpers/get-entity-data.js +29 -0
  783. package/lib-es/helpers/get-entity-data.js.map +1 -0
  784. package/lib-es/helpers/get-entity-render-props.js +21 -0
  785. package/lib-es/helpers/get-entity-render-props.js.map +1 -0
  786. package/lib-es/helpers/get-extra-az-bits.js +54 -0
  787. package/lib-es/helpers/get-extra-az-bits.js.map +1 -0
  788. package/lib-es/helpers/get-filter-props.js +60 -0
  789. package/lib-es/helpers/get-filter-props.js.map +1 -0
  790. package/lib-es/helpers/get-filter-relation-keys.js +8 -0
  791. package/lib-es/helpers/get-filter-relation-keys.js.map +1 -0
  792. package/lib-es/helpers/get-generic-props.js +16 -0
  793. package/lib-es/helpers/get-generic-props.js.map +1 -0
  794. package/lib-es/helpers/get-generic-render-variables.js +64 -0
  795. package/lib-es/helpers/get-generic-render-variables.js.map +1 -0
  796. package/lib-es/helpers/get-image-ids.js +26 -0
  797. package/lib-es/helpers/get-image-ids.js.map +1 -0
  798. package/lib-es/helpers/get-inherited-filters.js +12 -0
  799. package/lib-es/helpers/get-inherited-filters.js.map +1 -0
  800. package/lib-es/helpers/get-items-to-display-ids.js +12 -0
  801. package/lib-es/helpers/get-items-to-display-ids.js.map +1 -0
  802. package/lib-es/helpers/get-modifiers.js +16 -0
  803. package/lib-es/helpers/get-modifiers.js.map +1 -0
  804. package/lib-es/helpers/get-not-equal-query.js +9 -0
  805. package/lib-es/helpers/get-not-equal-query.js.map +1 -0
  806. package/lib-es/helpers/get-pagination-index.js +8 -0
  807. package/lib-es/helpers/get-pagination-index.js.map +1 -0
  808. package/lib-es/helpers/get-parsed-prop-values.js +32 -0
  809. package/lib-es/helpers/get-parsed-prop-values.js.map +1 -0
  810. package/lib-es/helpers/get-parsed-summary-value.js +13 -0
  811. package/lib-es/helpers/get-parsed-summary-value.js.map +1 -0
  812. package/lib-es/helpers/get-prop-values.js +14 -0
  813. package/lib-es/helpers/get-prop-values.js.map +1 -0
  814. package/lib-es/helpers/get-query-filters.js +22 -0
  815. package/lib-es/helpers/get-query-filters.js.map +1 -0
  816. package/lib-es/helpers/get-query-props.js +37 -0
  817. package/lib-es/helpers/get-query-props.js.map +1 -0
  818. package/lib-es/helpers/get-required-schemas.js +20 -0
  819. package/lib-es/helpers/get-required-schemas.js.map +1 -0
  820. package/lib-es/helpers/get-sanitized-prop-values.js +3 -0
  821. package/lib-es/helpers/get-sanitized-prop-values.js.map +1 -0
  822. package/lib-es/helpers/get-search-filter-type.js +12 -0
  823. package/lib-es/helpers/get-search-filter-type.js.map +1 -0
  824. package/lib-es/helpers/get-sort-by-field-name.js +20 -0
  825. package/lib-es/helpers/get-sort-by-field-name.js.map +1 -0
  826. package/lib-es/helpers/get-unpublished-entity-name.js +5 -0
  827. package/lib-es/helpers/get-unpublished-entity-name.js.map +1 -0
  828. package/lib-es/helpers/get-updated-filter-by.js +11 -0
  829. package/lib-es/helpers/get-updated-filter-by.js.map +1 -0
  830. package/lib-es/helpers/get-updated-items-to-display.js +32 -0
  831. package/lib-es/helpers/get-updated-items-to-display.js.map +1 -0
  832. package/lib-es/helpers/get-updated-sort-properties.js +15 -0
  833. package/lib-es/helpers/get-updated-sort-properties.js.map +1 -0
  834. package/lib-es/helpers/get-wrapped-value-with-link.js +25 -0
  835. package/lib-es/helpers/get-wrapped-value-with-link.js.map +1 -0
  836. package/lib-es/helpers/group-entities.js +10 -0
  837. package/lib-es/helpers/group-entities.js.map +1 -0
  838. package/lib-es/helpers/has-children.js +10 -0
  839. package/lib-es/helpers/has-children.js.map +1 -0
  840. package/lib-es/helpers/index.js +66 -0
  841. package/lib-es/helpers/index.js.map +1 -0
  842. package/lib-es/helpers/inject-banner.js +15 -0
  843. package/lib-es/helpers/inject-banner.js.map +1 -0
  844. package/lib-es/helpers/inject-banners-to-entities.js +19 -0
  845. package/lib-es/helpers/inject-banners-to-entities.js.map +1 -0
  846. package/lib-es/helpers/inject-multiple-banners/get-banners-for-entities/get-banners-for-entities.js +15 -0
  847. package/lib-es/helpers/inject-multiple-banners/get-banners-for-entities/get-banners-for-entities.js.map +1 -0
  848. package/lib-es/helpers/inject-multiple-banners/get-banners-for-entities/index.js +3 -0
  849. package/lib-es/helpers/inject-multiple-banners/get-banners-for-entities/index.js.map +1 -0
  850. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/get-banners-for-nodes.js +19 -0
  851. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/get-banners-for-nodes.js.map +1 -0
  852. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/group-node-entities.js +26 -0
  853. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/group-node-entities.js.map +1 -0
  854. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/index.js +3 -0
  855. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/index.js.map +1 -0
  856. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/index.js +3 -0
  857. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/index.js.map +1 -0
  858. package/lib-es/helpers/inject-multiple-banners/index.js +3 -0
  859. package/lib-es/helpers/inject-multiple-banners/index.js.map +1 -0
  860. package/lib-es/helpers/inject-multiple-banners/inject-multiple-banners.js +11 -0
  861. package/lib-es/helpers/inject-multiple-banners/inject-multiple-banners.js.map +1 -0
  862. package/lib-es/helpers/is-browser.js +3 -0
  863. package/lib-es/helpers/is-browser.js.map +1 -0
  864. package/lib-es/helpers/is-filter-entitys-id.js +8 -0
  865. package/lib-es/helpers/is-filter-entitys-id.js.map +1 -0
  866. package/lib-es/helpers/is-object.js +3 -0
  867. package/lib-es/helpers/is-object.js.map +1 -0
  868. package/lib-es/helpers/is-using-relation-image.js +3 -0
  869. package/lib-es/helpers/is-using-relation-image.js.map +1 -0
  870. package/lib-es/helpers/parse-TextBlock.js +30 -0
  871. package/lib-es/helpers/parse-TextBlock.js.map +1 -0
  872. package/lib-es/helpers/parse-interval.js +4 -0
  873. package/lib-es/helpers/parse-interval.js.map +1 -0
  874. package/lib-es/helpers/parse-props-to-display.js +36 -0
  875. package/lib-es/helpers/parse-props-to-display.js.map +1 -0
  876. package/lib-es/helpers/process-data-summary-value.js +36 -0
  877. package/lib-es/helpers/process-data-summary-value.js.map +1 -0
  878. package/lib-es/helpers/remove-extra-items.js +13 -0
  879. package/lib-es/helpers/remove-extra-items.js.map +1 -0
  880. package/lib-es/helpers/remove-unwanted-characters.js +21 -0
  881. package/lib-es/helpers/remove-unwanted-characters.js.map +1 -0
  882. package/lib-es/helpers/render-children.js +21 -0
  883. package/lib-es/helpers/render-children.js.map +1 -0
  884. package/lib-es/helpers/should-render-waypoint.js +3 -0
  885. package/lib-es/helpers/should-render-waypoint.js.map +1 -0
  886. package/lib-es/helpers/should-return.js +3 -0
  887. package/lib-es/helpers/should-return.js.map +1 -0
  888. package/lib-es/helpers/should-show-property.js +6 -0
  889. package/lib-es/helpers/should-show-property.js.map +1 -0
  890. package/lib-es/helpers/should-skip-single-query.js +4 -0
  891. package/lib-es/helpers/should-skip-single-query.js.map +1 -0
  892. package/lib-es/helpers/sort-response-data.js +10 -0
  893. package/lib-es/helpers/sort-response-data.js.map +1 -0
  894. package/lib-es/helpers/split-children.js +69 -0
  895. package/lib-es/helpers/split-children.js.map +1 -0
  896. package/lib-es/helpers/update-childrens-parent.js +17 -0
  897. package/lib-es/helpers/update-childrens-parent.js.map +1 -0
  898. package/lib-es/hooks/helpers/RenderComponent.js +80 -0
  899. package/lib-es/hooks/helpers/RenderComponent.js.map +1 -0
  900. package/lib-es/hooks/helpers/StoreImages.js +56 -0
  901. package/lib-es/hooks/helpers/StoreImages.js.map +1 -0
  902. package/lib-es/hooks/helpers/append-gtm-classname.js +38 -0
  903. package/lib-es/hooks/helpers/append-gtm-classname.js.map +1 -0
  904. package/lib-es/hooks/helpers/buildPBComponents.js +88 -0
  905. package/lib-es/hooks/helpers/buildPBComponents.js.map +1 -0
  906. package/lib-es/hooks/helpers/check-banner-insertion-set.js +17 -0
  907. package/lib-es/hooks/helpers/check-banner-insertion-set.js.map +1 -0
  908. package/lib-es/hooks/helpers/check-collisions.js +30 -0
  909. package/lib-es/hooks/helpers/check-collisions.js.map +1 -0
  910. package/lib-es/hooks/helpers/constants.js +6 -0
  911. package/lib-es/hooks/helpers/constants.js.map +1 -0
  912. package/lib-es/hooks/helpers/get-banner-index.js +3 -0
  913. package/lib-es/hooks/helpers/get-banner-index.js.map +1 -0
  914. package/lib-es/hooks/helpers/get-components-to-insert-by-type.js +27 -0
  915. package/lib-es/hooks/helpers/get-components-to-insert-by-type.js.map +1 -0
  916. package/lib-es/hooks/helpers/get-lightbox-images.js +40 -0
  917. package/lib-es/hooks/helpers/get-lightbox-images.js.map +1 -0
  918. package/lib-es/hooks/helpers/getComponent.js +5 -0
  919. package/lib-es/hooks/helpers/getComponent.js.map +1 -0
  920. package/lib-es/hooks/helpers/getVariant.js +14 -0
  921. package/lib-es/hooks/helpers/getVariant.js.map +1 -0
  922. package/lib-es/hooks/helpers/index.js +3 -0
  923. package/lib-es/hooks/helpers/index.js.map +1 -0
  924. package/lib-es/hooks/helpers/inject-element-components.js +59 -0
  925. package/lib-es/hooks/helpers/inject-element-components.js.map +1 -0
  926. package/lib-es/hooks/helpers/inject-textblock-banners.js +95 -0
  927. package/lib-es/hooks/helpers/inject-textblock-banners.js.map +1 -0
  928. package/lib-es/hooks/helpers/insert-banners.js +83 -0
  929. package/lib-es/hooks/helpers/insert-banners.js.map +1 -0
  930. package/lib-es/hooks/helpers/update-targetings.js +15 -0
  931. package/lib-es/hooks/helpers/update-targetings.js.map +1 -0
  932. package/lib-es/hooks/index.js +13 -0
  933. package/lib-es/hooks/index.js.map +1 -0
  934. package/lib-es/hooks/use-app-event-hook.js +39 -0
  935. package/lib-es/hooks/use-app-event-hook.js.map +1 -0
  936. package/lib-es/hooks/use-app-sync-event-hook.js +37 -0
  937. package/lib-es/hooks/use-app-sync-event-hook.js.map +1 -0
  938. package/lib-es/hooks/use-banner-insertion.js +22 -0
  939. package/lib-es/hooks/use-banner-insertion.js.map +1 -0
  940. package/lib-es/hooks/use-check-mobile-screen.js +29 -0
  941. package/lib-es/hooks/use-check-mobile-screen.js.map +1 -0
  942. package/lib-es/hooks/use-filter-aggregation-values.js +31 -0
  943. package/lib-es/hooks/use-filter-aggregation-values.js.map +1 -0
  944. package/lib-es/hooks/use-get-entity-schema.js +39 -0
  945. package/lib-es/hooks/use-get-entity-schema.js.map +1 -0
  946. package/lib-es/hooks/use-get-entity-schemas-as-obj.js +13 -0
  947. package/lib-es/hooks/use-get-entity-schemas-as-obj.js.map +1 -0
  948. package/lib-es/hooks/use-get-image-id-from-relation.js +37 -0
  949. package/lib-es/hooks/use-get-image-id-from-relation.js.map +1 -0
  950. package/lib-es/hooks/use-get-images.js +37 -0
  951. package/lib-es/hooks/use-get-images.js.map +1 -0
  952. package/lib-es/hooks/use-get-single-entity-schema.js +21 -0
  953. package/lib-es/hooks/use-get-single-entity-schema.js.map +1 -0
  954. package/lib-es/hooks/use-page-builder.js +17 -0
  955. package/lib-es/hooks/use-page-builder.js.map +1 -0
  956. package/lib-es/hooks/use-portal.js +14 -0
  957. package/lib-es/hooks/use-portal.js.map +1 -0
  958. package/lib-es/index.js +17 -0
  959. package/lib-es/index.js.map +1 -0
  960. package/lib-es/system-components/EditorMode/BlazeLogo.js +67 -0
  961. package/lib-es/system-components/EditorMode/BlazeLogo.js.map +1 -0
  962. package/lib-es/system-components/EditorMode/PbWrapper.js +34 -0
  963. package/lib-es/system-components/EditorMode/PbWrapper.js.map +1 -0
  964. package/lib-es/system-components/EditorMode/constants.js +3 -0
  965. package/lib-es/system-components/EditorMode/constants.js.map +1 -0
  966. package/lib-es/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js +93 -0
  967. package/lib-es/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js.map +1 -0
  968. package/lib-es/system-components/EditorMode/helpers/check-is-over-blaze-icon.js +19 -0
  969. package/lib-es/system-components/EditorMode/helpers/check-is-over-blaze-icon.js.map +1 -0
  970. package/lib-es/system-components/index.js +3 -0
  971. package/lib-es/system-components/index.js.map +1 -0
  972. package/lib-es/translations.js +37 -0
  973. package/lib-es/translations.js.map +1 -0
  974. package/lib-es/utils/component-map.js +30 -0
  975. package/lib-es/utils/component-map.js.map +1 -0
  976. package/lib-es/utils/get-class-modifiers.js +81 -0
  977. package/lib-es/utils/get-class-modifiers.js.map +1 -0
  978. package/lib-es/utils/get-image-data.js +16 -0
  979. package/lib-es/utils/get-image-data.js.map +1 -0
  980. package/lib-es/utils/get-props-to-display-modifiers.js +5 -0
  981. package/lib-es/utils/get-props-to-display-modifiers.js.map +1 -0
  982. package/lib-es/utils/index.js +8 -0
  983. package/lib-es/utils/index.js.map +1 -0
  984. package/lib-es/utils/is-object-empty.js +4 -0
  985. package/lib-es/utils/is-object-empty.js.map +1 -0
  986. package/lib-es/utils/variant-handler.js +27 -0
  987. package/lib-es/utils/variant-handler.js.map +1 -0
  988. package/lib-es/variants/FloatingSideButton/index.js +10 -0
  989. package/lib-es/variants/FloatingSideButton/index.js.map +1 -0
  990. package/lib-es/variants/HeroImage/index.js +10 -0
  991. package/lib-es/variants/HeroImage/index.js.map +1 -0
  992. package/lib-es/variants/Infographic/Infographic.js +16 -0
  993. package/lib-es/variants/Infographic/Infographic.js.map +1 -0
  994. package/lib-es/variants/Infographic/index.js +10 -0
  995. package/lib-es/variants/Infographic/index.js.map +1 -0
  996. package/lib-es/variants/Infographic/useInfographic.js +23 -0
  997. package/lib-es/variants/Infographic/useInfographic.js.map +1 -0
  998. package/lib-es/variants/LiveBlogList/LiveBlogList.js +80 -0
  999. package/lib-es/variants/LiveBlogList/LiveBlogList.js.map +1 -0
  1000. package/lib-es/variants/LiveBlogList/index.js +12 -0
  1001. package/lib-es/variants/LiveBlogList/index.js.map +1 -0
  1002. package/lib-es/variants/LongformGallery/LongformGallery.js +40 -0
  1003. package/lib-es/variants/LongformGallery/LongformGallery.js.map +1 -0
  1004. package/lib-es/variants/LongformGallery/LongformGalleryImage.js +59 -0
  1005. package/lib-es/variants/LongformGallery/LongformGalleryImage.js.map +1 -0
  1006. package/lib-es/variants/LongformGallery/constants.js +18 -0
  1007. package/lib-es/variants/LongformGallery/constants.js.map +1 -0
  1008. package/lib-es/variants/LongformGallery/helpers/index.js +5 -0
  1009. package/lib-es/variants/LongformGallery/helpers/index.js.map +1 -0
  1010. package/lib-es/variants/LongformGallery/helpers/parseImageData.js +26 -0
  1011. package/lib-es/variants/LongformGallery/helpers/parseImageData.js.map +1 -0
  1012. package/lib-es/variants/LongformGallery/helpers/separateImages.js +25 -0
  1013. package/lib-es/variants/LongformGallery/helpers/separateImages.js.map +1 -0
  1014. package/lib-es/variants/LongformGallery/helpers/shouldSkip.js +3 -0
  1015. package/lib-es/variants/LongformGallery/helpers/shouldSkip.js.map +1 -0
  1016. package/lib-es/variants/LongformGallery/index.js +12 -0
  1017. package/lib-es/variants/LongformGallery/index.js.map +1 -0
  1018. package/lib-es/variants/LongformGallery/useLongformGallery.js +47 -0
  1019. package/lib-es/variants/LongformGallery/useLongformGallery.js.map +1 -0
  1020. package/lib-es/variants/LongformRow/index.js +10 -0
  1021. package/lib-es/variants/LongformRow/index.js.map +1 -0
  1022. package/lib-es/variants/ParallaxImageTextRight/index.js +11 -0
  1023. package/lib-es/variants/ParallaxImageTextRight/index.js.map +1 -0
  1024. package/lib-es/variants/SlideSummary/SlideSummary.js +23 -0
  1025. package/lib-es/variants/SlideSummary/SlideSummary.js.map +1 -0
  1026. package/lib-es/variants/SlideSummary/index.js +10 -0
  1027. package/lib-es/variants/SlideSummary/index.js.map +1 -0
  1028. package/lib-es/variants/ThumbnailCarousel/ThumbnailCarousel.js +49 -0
  1029. package/lib-es/variants/ThumbnailCarousel/ThumbnailCarousel.js.map +1 -0
  1030. package/lib-es/variants/ThumbnailCarousel/ThumbnailImage/ThumbnailImage.js +30 -0
  1031. package/lib-es/variants/ThumbnailCarousel/ThumbnailImage/ThumbnailImage.js.map +1 -0
  1032. package/lib-es/variants/ThumbnailCarousel/ThumbnailImage/index.js +3 -0
  1033. package/lib-es/variants/ThumbnailCarousel/ThumbnailImage/index.js.map +1 -0
  1034. package/lib-es/variants/ThumbnailCarousel/ThumbnailImage/useThumbnailImage.js +62 -0
  1035. package/lib-es/variants/ThumbnailCarousel/ThumbnailImage/useThumbnailImage.js.map +1 -0
  1036. package/lib-es/variants/ThumbnailCarousel/index.js +10 -0
  1037. package/lib-es/variants/ThumbnailCarousel/index.js.map +1 -0
  1038. package/lib-es/variants/ThumbnailCarousel/useThumbnailCarousel.js +47 -0
  1039. package/lib-es/variants/ThumbnailCarousel/useThumbnailCarousel.js.map +1 -0
  1040. package/lib-es/variants/index.js +21 -0
  1041. package/lib-es/variants/index.js.map +1 -0
  1042. package/package.json +16 -11
  1043. package/src/components/ContentGroup/ContentGroup.js +54 -8
  1044. package/src/components/ContentGroup/ContentGroupDataFetcher.js +74 -0
  1045. package/src/components/ContentGroup/helpers/build-data-sections.js +35 -0
  1046. package/src/components/ContentGroup/helpers/index.js +2 -1
  1047. package/src/components/ContentGroupSection/ContentGroupSection.js +2 -2
  1048. package/src/components/Iframe/Iframe.js +22 -6
  1049. package/src/components/Layout/Layout.js +13 -2
  1050. package/src/helpers/get-component-id.js +7 -4
  1051. package/babel.config.js +0 -3
  1052. package/example.env +0 -4
  1053. package/jest.config.js +0 -5
  1054. package/tests/helpers/mocks.js +0 -2494
  1055. package/tests/unit/src/BannerContext/helpers/set-initial-banner-counters.test.js +0 -48
  1056. package/tests/unit/src/HOC/__snapshots__/withInfiniteScroll.test.js.snap +0 -9
  1057. package/tests/unit/src/HOC/recreateOnNavigation.test.js +0 -28
  1058. package/tests/unit/src/HOC/withInfiniteScroll.test.js +0 -26
  1059. package/tests/unit/src/HOC/withTitle.test.js +0 -40
  1060. package/tests/unit/src/Layout/Layout.test.js +0 -167
  1061. package/tests/unit/src/Layout/__snapshots__/Layout.test.js.snap +0 -24
  1062. package/tests/unit/src/Layout/getMockedProps.js +0 -19
  1063. package/tests/unit/src/Layout/helpers/check-if-row-has-columns.test.js +0 -51
  1064. package/tests/unit/src/Layout/helpers/get-styles-to-update.test.js +0 -23
  1065. package/tests/unit/src/Layout/helpers/has-children.test.js +0 -38
  1066. package/tests/unit/src/components/BackToTop/BackToTop.test.js +0 -23
  1067. package/tests/unit/src/components/BackToTop/__snapshots__/BackToTop.test.js.snap +0 -3
  1068. package/tests/unit/src/components/Banner/AdSlotRender.test.js +0 -83
  1069. package/tests/unit/src/components/Banner/Banner.test.js +0 -60
  1070. package/tests/unit/src/components/Banner/BannerRender.test.js +0 -126
  1071. package/tests/unit/src/components/Banner/__snapshots__/AdSlotRender.test.js.snap +0 -80
  1072. package/tests/unit/src/components/Banner/__snapshots__/Banner.test.js.snap +0 -7
  1073. package/tests/unit/src/components/Banner/__snapshots__/BannerRender.test.js.snap +0 -15
  1074. package/tests/unit/src/components/Banner/__snapshots__/helpers.test.js.snap +0 -3
  1075. package/tests/unit/src/components/Banner/helpers.test.js +0 -271
  1076. package/tests/unit/src/components/BlazeLink.test.js +0 -68
  1077. package/tests/unit/src/components/Breadcrumb/Breadcrumb.test.js +0 -106
  1078. package/tests/unit/src/components/Breadcrumb/__snapshots__/Breadcrumb.test.js.snap +0 -91
  1079. package/tests/unit/src/components/Button.test.js +0 -148
  1080. package/tests/unit/src/components/Card/Card.test.js +0 -240
  1081. package/tests/unit/src/components/Card/CardContainer.test.js +0 -68
  1082. package/tests/unit/src/components/Card/CardsRender.test.js +0 -118
  1083. package/tests/unit/src/components/Card/__snapshots__/Card.test.js.snap +0 -465
  1084. package/tests/unit/src/components/Card/__snapshots__/CardContainer.test.js.snap +0 -189
  1085. package/tests/unit/src/components/Card/helpers/append-images.test.js +0 -36
  1086. package/tests/unit/src/components/Card/helpers/get-dynamic-grid-classes.test.js +0 -29
  1087. package/tests/unit/src/components/Card/helpers/get-updated-items-to-display.test.js +0 -72
  1088. package/tests/unit/src/components/Card/helpers/getPublishedListingUrl.test.js +0 -23
  1089. package/tests/unit/src/components/Card/helpers/useDynamicSizeKey.test.js +0 -14
  1090. package/tests/unit/src/components/Card/mockData.js +0 -194
  1091. package/tests/unit/src/components/Carousel/Carousel.test.js +0 -133
  1092. package/tests/unit/src/components/Carousel/CarouselImage/CarouselImage.test.js +0 -52
  1093. package/tests/unit/src/components/Carousel/CarouselImage/__snapshots__/CarouselImage.test.js.snap +0 -17
  1094. package/tests/unit/src/components/Carousel/CarouselImage/helpers.js +0 -9
  1095. package/tests/unit/src/components/Carousel/CarouselImage/mocks.js +0 -38
  1096. package/tests/unit/src/components/Carousel/CarouselRender/CarouselRender.test.js +0 -84
  1097. package/tests/unit/src/components/Carousel/CarouselRender/__snapshots__/CarouselRender.test.js.snap +0 -49
  1098. package/tests/unit/src/components/Carousel/CarouselRender/mocks.js +0 -0
  1099. package/tests/unit/src/components/Carousel/__snapshots__/Carousel.test.js.snap +0 -149
  1100. package/tests/unit/src/components/CarouselWrapper.test.js +0 -54
  1101. package/tests/unit/src/components/ClickWrapper.test.js +0 -22
  1102. package/tests/unit/src/components/Code/Code.test.js +0 -50
  1103. package/tests/unit/src/components/Code/ScriptTag.test.js +0 -21
  1104. package/tests/unit/src/components/Code/__snapshots__/Code.test.js.snap +0 -37
  1105. package/tests/unit/src/components/Code/__snapshots__/ScriptTag.test.js.snap +0 -24
  1106. package/tests/unit/src/components/Code/helpers/wrap-script-tags.test.js +0 -31
  1107. package/tests/unit/src/components/Code.test.js +0 -29
  1108. package/tests/unit/src/components/ContentGroup/ContentGroup.test.js +0 -89
  1109. package/tests/unit/src/components/ContentGroup/ContentGroupAccordion.test.js +0 -283
  1110. package/tests/unit/src/components/ContentGroup/ContentGroupTabs.test.js +0 -35
  1111. package/tests/unit/src/components/ContentGroup/__snapshots__/ContentGroup.test.js.snap +0 -5
  1112. package/tests/unit/src/components/ContentGroup/__snapshots__/ContentGroupAccordion.test.js.snap +0 -243
  1113. package/tests/unit/src/components/ContentGroup/__snapshots__/ContentGroupTabs.test.js.snap +0 -123
  1114. package/tests/unit/src/components/ContentGroup/helpers/get-active-tab.test.js +0 -28
  1115. package/tests/unit/src/components/ContentGroup/helpers/get-sections-data.test.js +0 -33
  1116. package/tests/unit/src/components/ContentGroup/helpers/get-structured-data-properties.test.js +0 -105
  1117. package/tests/unit/src/components/ContentGroupSection/ContentGroupSection.test.js +0 -20
  1118. package/tests/unit/src/components/ContentGroupSection/__snapshots__/ContentGroupSection.test.js.snap +0 -15
  1119. package/tests/unit/src/components/DataSummary/DataSummaryFactory.test.js +0 -67
  1120. package/tests/unit/src/components/DataSummary/DataSummaryRender.test.js +0 -41
  1121. package/tests/unit/src/components/DataSummary/DataSummaryTypes/HeadingLargeSummary.test.js +0 -33
  1122. package/tests/unit/src/components/DataSummary/DataSummaryTypes/ItemDetailsSummary.test.js +0 -23
  1123. package/tests/unit/src/components/DataSummary/DataSummaryTypes/LargeSummary.test.js +0 -23
  1124. package/tests/unit/src/components/DataSummary/DataSummaryTypes/ListSummary.test.js +0 -23
  1125. package/tests/unit/src/components/DataSummary/DataSummaryTypes/TextSummary.test.js +0 -23
  1126. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/HeadingLargeSummary.test.js.snap +0 -11
  1127. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/ItemDetailsSummary.test.js.snap +0 -69
  1128. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/LargeSummary.test.js.snap +0 -109
  1129. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/ListSummary.test.js.snap +0 -101
  1130. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/TextSummary.test.js.snap +0 -57
  1131. package/tests/unit/src/components/DataSummary/__snapshots__/DataSummaryFactory.test.js.snap +0 -7
  1132. package/tests/unit/src/components/DataSummary/__snapshots__/DataSummaryRender.test.js.snap +0 -66
  1133. package/tests/unit/src/components/DataSummary/helpers/build-loop-props-content.test.js +0 -134
  1134. package/tests/unit/src/components/DataSummary/helpers/build-props-to-display-with-content.test.js +0 -56
  1135. package/tests/unit/src/components/DataSummary/helpers/get-data-summary-query.test.js +0 -35
  1136. package/tests/unit/src/components/DataSummary/helpers/get-link-based-on-value.test.js +0 -58
  1137. package/tests/unit/src/components/DataSummary/helpers/get-link-props.test.js +0 -35
  1138. package/tests/unit/src/components/DataSummary/helpers/get-link-to-published-content.test.js +0 -62
  1139. package/tests/unit/src/components/DataSummary/helpers/get-loop-props-limit.test.js +0 -32
  1140. package/tests/unit/src/components/DataSummary/helpers/get-prop-value.test.js +0 -67
  1141. package/tests/unit/src/components/DataSummary/helpers/get-record-id.test.js +0 -108
  1142. package/tests/unit/src/components/DataSummary/helpers/get-value-from-array.test.js +0 -49
  1143. package/tests/unit/src/components/DataSummary/helpers/mocks.js +0 -90
  1144. package/tests/unit/src/components/DataSummary/helpers/parse-boolean-values.test.js +0 -28
  1145. package/tests/unit/src/components/DataSummary/helpers/strip-summary-props-content.test.js +0 -46
  1146. package/tests/unit/src/components/DataSummary/mockData.js +0 -50
  1147. package/tests/unit/src/components/DateTime/DateTime.test.js +0 -129
  1148. package/tests/unit/src/components/EmailConfirm/EmailConfirm.test.js +0 -53
  1149. package/tests/unit/src/components/EmailConfirm/__snapshots__/EmailConfirm.test.js.snap +0 -15
  1150. package/tests/unit/src/components/Iframe/Iframe.test.js +0 -21
  1151. package/tests/unit/src/components/Iframe/__snapshots__/Iframe.test.js.snap +0 -21
  1152. package/tests/unit/src/components/Image/GlobalLightbox/GlobalLightbox.test.js +0 -123
  1153. package/tests/unit/src/components/Image/GlobalLightbox/NavButton.test.js +0 -44
  1154. package/tests/unit/src/components/Image/GlobalLightbox/__snapshots__/GlobalLightbox.test.js.snap +0 -101
  1155. package/tests/unit/src/components/Image/GlobalLightbox/__snapshots__/NavButton.test.js.snap +0 -15
  1156. package/tests/unit/src/components/Image/GlobalLightbox/getMockedLightboxProps.js +0 -15
  1157. package/tests/unit/src/components/Image/GlobalLightbox/mocks.js +0 -39
  1158. package/tests/unit/src/components/Image/Image.test.js +0 -213
  1159. package/tests/unit/src/components/Image/ImageDetails.test.js +0 -41
  1160. package/tests/unit/src/components/Image/ImageFactory.test.js +0 -121
  1161. package/tests/unit/src/components/Image/ImageRender.test.js +0 -54
  1162. package/tests/unit/src/components/Image/Lightbox/Lightbox.test.js +0 -64
  1163. package/tests/unit/src/components/Image/Lightbox/__snapshots__/Lightbox.test.js.snap +0 -17
  1164. package/tests/unit/src/components/Image/Lightbox/mocks.js +0 -21
  1165. package/tests/unit/src/components/Image/__snapshots__/Image.test.js.snap +0 -74
  1166. package/tests/unit/src/components/Image/__snapshots__/ImageDetails.test.js.snap +0 -10
  1167. package/tests/unit/src/components/Image/__snapshots__/ImageFactory.test.js.snap +0 -93
  1168. package/tests/unit/src/components/Image/__snapshots__/ImageRender.test.js.snap +0 -41
  1169. package/tests/unit/src/components/Image/mocks.js +0 -255
  1170. package/tests/unit/src/components/ItemList/ItemListButton.test.js +0 -178
  1171. package/tests/unit/src/components/ItemList/ItemListCounter.test.js +0 -69
  1172. package/tests/unit/src/components/ItemList/ItemListNew.test.js +0 -167
  1173. package/tests/unit/src/components/ItemList/__snapshots__/ItemListButton.test.js.snap +0 -219
  1174. package/tests/unit/src/components/ItemList/__snapshots__/ItemListCounter.test.js.snap +0 -62
  1175. package/tests/unit/src/components/ItemList/__snapshots__/ItemListNew.test.js.snap +0 -27
  1176. package/tests/unit/src/components/ItemList/helpers/get-item-list-data.test.js +0 -28
  1177. package/tests/unit/src/components/ItemList/helpers/get-item-list-id.test.js +0 -20
  1178. package/tests/unit/src/components/ItemList/helpers/get-item-list-ids.test.js +0 -19
  1179. package/tests/unit/src/components/ItemList/helpers/set-item-list-id.test.js +0 -16
  1180. package/tests/unit/src/components/ItemList/helpers/set-param-and-redirect.test.js +0 -30
  1181. package/tests/unit/src/components/ItemList/hooks/use-item-list-id.test.js +0 -35
  1182. package/tests/unit/src/components/Layout/Layout.test.js +0 -99
  1183. package/tests/unit/src/components/Layout/LayoutFactory.test.js +0 -49
  1184. package/tests/unit/src/components/Layout/__snapshots__/Layout.test.js.snap +0 -67
  1185. package/tests/unit/src/components/LazyImage/LazyImage.test.js +0 -46
  1186. package/tests/unit/src/components/LazyImage/__snapshots__/LazyImage.test.js.snap +0 -31
  1187. package/tests/unit/src/components/List/ListRender.test.js +0 -65
  1188. package/tests/unit/src/components/List/__snapshots__/ListRender.test.js.snap +0 -38
  1189. package/tests/unit/src/components/List/components/Cards/CardsRender.test.js +0 -37
  1190. package/tests/unit/src/components/List/components/Cards/CardsRenderItem.test.js +0 -19
  1191. package/tests/unit/src/components/List/components/Cards/CardsRenderWrapper.test.js +0 -31
  1192. package/tests/unit/src/components/List/components/Cards/__snapshots__/CardsRender.test.js.snap +0 -155
  1193. package/tests/unit/src/components/List/components/Cards/__snapshots__/CardsRenderItem.test.js.snap +0 -13
  1194. package/tests/unit/src/components/List/components/Cards/__snapshots__/CardsRenderWrapper.test.js.snap +0 -31
  1195. package/tests/unit/src/components/List/components/Cards/helpers/check-if-should-render-gtm.test.js +0 -39
  1196. package/tests/unit/src/components/List/components/Full/FullRender.test.js +0 -37
  1197. package/tests/unit/src/components/List/components/Full/FullRenderItem.test.js +0 -32
  1198. package/tests/unit/src/components/List/components/Full/__snapshots__/FullRender.test.js.snap +0 -51
  1199. package/tests/unit/src/components/List/components/Full/__snapshots__/FullRenderItem.test.js.snap +0 -52
  1200. package/tests/unit/src/components/List/components/Header/ListHeader.test.js +0 -28
  1201. package/tests/unit/src/components/List/components/Header/__snapshots__/ListHeader.test.js.snap +0 -45
  1202. package/tests/unit/src/components/List/components/Pagination/Classic.test.js +0 -21
  1203. package/tests/unit/src/components/List/components/Pagination/ListPagination.test.js +0 -86
  1204. package/tests/unit/src/components/List/components/Pagination/LoadMore.test.js +0 -22
  1205. package/tests/unit/src/components/List/components/Pagination/__snapshots__/Classic.test.js.snap +0 -53
  1206. package/tests/unit/src/components/List/components/Pagination/__snapshots__/ListPagination.test.js.snap +0 -51
  1207. package/tests/unit/src/components/List/components/Pagination/__snapshots__/LoadMore.test.js.snap +0 -13
  1208. package/tests/unit/src/components/List/components/helpers/check-if-should-render-banner.test.js +0 -75
  1209. package/tests/unit/src/components/List/components/index.test.js +0 -15
  1210. package/tests/unit/src/components/List/components/mocks.js +0 -56
  1211. package/tests/unit/src/components/List/helpers/__snapshots__/build-pagination-items.test.js.snap +0 -325
  1212. package/tests/unit/src/components/List/helpers/build-az-aggregations.test.js +0 -33
  1213. package/tests/unit/src/components/List/helpers/build-az-url.test.js +0 -11
  1214. package/tests/unit/src/components/List/helpers/build-pagination-items.test.js +0 -40
  1215. package/tests/unit/src/components/List/helpers/build-pagination-url.test.js +0 -16
  1216. package/tests/unit/src/components/List/helpers/build-query-booster.test.js +0 -33
  1217. package/tests/unit/src/components/List/helpers/get-az-query-filter.test.js +0 -17
  1218. package/tests/unit/src/components/List/helpers/get-items-per-page-to-use.test.js +0 -24
  1219. package/tests/unit/src/components/List/helpers/get-list-component.test.js +0 -21
  1220. package/tests/unit/src/components/List/helpers/get-list-query.test.js +0 -55
  1221. package/tests/unit/src/components/List/helpers/get-sort-props.test.js +0 -109
  1222. package/tests/unit/src/components/List/helpers/has-required-item-list-details.test.js +0 -30
  1223. package/tests/unit/src/components/List/helpers/sort-aggs.test.js +0 -46
  1224. package/tests/unit/src/components/Loading/Loading.test.js +0 -29
  1225. package/tests/unit/src/components/Loading/__snapshots__/Loading.test.js.snap +0 -31
  1226. package/tests/unit/src/components/Menu/Menu.test.js +0 -28
  1227. package/tests/unit/src/components/Menu/__snapshots__/Menu.test.js.snap +0 -23
  1228. package/tests/unit/src/components/MenuItem/MenuEntitiesItem.test.js +0 -23
  1229. package/tests/unit/src/components/MenuItem/MenuItem.test.js +0 -53
  1230. package/tests/unit/src/components/MenuItem/MenuItemRender.test.js +0 -106
  1231. package/tests/unit/src/components/MenuItem/SubMenu.test.js +0 -30
  1232. package/tests/unit/src/components/MenuItem/__snapshots__/MenuEntitiesItem.test.js.snap +0 -3
  1233. package/tests/unit/src/components/MenuItem/__snapshots__/MenuItem.test.js.snap +0 -49
  1234. package/tests/unit/src/components/MenuItem/__snapshots__/SubMenu.test.js.snap +0 -17
  1235. package/tests/unit/src/components/MenuItem/helpers/inject-helper-into-template.test.js +0 -88
  1236. package/tests/unit/src/components/MenuItem/mocks.js +0 -71
  1237. package/tests/unit/src/components/Modal/Modal.test.js +0 -45
  1238. package/tests/unit/src/components/Modal/__snapshots__/Modal.test.js.snap +0 -17
  1239. package/tests/unit/src/components/SearchContent/SearchContent.test.js +0 -88
  1240. package/tests/unit/src/components/SearchContent/__snapshots__/SearchContent.test.js.snap +0 -73
  1241. package/tests/unit/src/components/SearchFilter/SearchFilter/CloseMobileForm.test.js +0 -35
  1242. package/tests/unit/src/components/SearchFilter/SearchFilter/FiltersList.test.js +0 -15
  1243. package/tests/unit/src/components/SearchFilter/SearchFilter/MobileFormToolbar.test.js +0 -37
  1244. package/tests/unit/src/components/SearchFilter/SearchFilter/ResetDesktopForm.test.js +0 -43
  1245. package/tests/unit/src/components/SearchFilter/SearchFilter/SearchFilter.test.js +0 -179
  1246. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/CloseMobileForm.test.js.snap +0 -35
  1247. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/MobileFormToolbar.test.js.snap +0 -25
  1248. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/ResetDesktopForm.test.js.snap +0 -39
  1249. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/SearchFilter.test.js.snap +0 -767
  1250. package/tests/unit/src/components/SearchFilter/SearchFilterContainer.test.js +0 -38
  1251. package/tests/unit/src/components/SearchFilter/__snapshots__/SearchFilterContainer.test.js.snap +0 -5
  1252. package/tests/unit/src/components/SearchFilter/components/Checkbox.test.js +0 -34
  1253. package/tests/unit/src/components/SearchFilter/components/Range.test.js +0 -132
  1254. package/tests/unit/src/components/SearchFilter/components/Select.test.js +0 -96
  1255. package/tests/unit/src/components/SearchFilter/components/TextSearch.test.js +0 -34
  1256. package/tests/unit/src/components/SearchFilter/components/__snapshots__/Checkbox.test.js.snap +0 -60
  1257. package/tests/unit/src/components/SearchFilter/components/__snapshots__/Range.test.js.snap +0 -323
  1258. package/tests/unit/src/components/SearchFilter/components/__snapshots__/Select.test.js.snap +0 -68
  1259. package/tests/unit/src/components/SearchFilter/components/__snapshots__/TextSearch.test.js.snap +0 -58
  1260. package/tests/unit/src/components/SearchFilter/helpers/build-new-url.test.js +0 -51
  1261. package/tests/unit/src/components/SearchFilter/helpers/build-query.test.js +0 -56
  1262. package/tests/unit/src/components/SearchFilter/helpers/calculate-min-max.test.js +0 -21
  1263. package/tests/unit/src/components/SearchFilter/helpers/calculate-step.test.js +0 -21
  1264. package/tests/unit/src/components/SearchFilter/helpers/check-if-range-updated.test.js +0 -27
  1265. package/tests/unit/src/components/SearchFilter/helpers/get-display-value.test.js +0 -38
  1266. package/tests/unit/src/components/SearchFilter/helpers/get-filter-value-from-query.test.js +0 -28
  1267. package/tests/unit/src/components/SearchFilter/helpers/get-initial-filter-values.test.js +0 -50
  1268. package/tests/unit/src/components/SearchFilter/helpers/get-intersected-prop.test.js +0 -12
  1269. package/tests/unit/src/components/SearchFilter/helpers/get-range-value.test.js +0 -24
  1270. package/tests/unit/src/components/SearchFilter/helpers/get-select-options.test.js +0 -46
  1271. package/tests/unit/src/components/SearchFilter/helpers/get-updated-filter-by.test.js +0 -28
  1272. package/tests/unit/src/components/SearchFilter/helpers/is-device-desktop.test.js +0 -31
  1273. package/tests/unit/src/components/SearchFilter/helpers/parse-filter-value.test.js +0 -35
  1274. package/tests/unit/src/components/SearchFilterSort/SearchFilterSort.test.js +0 -27
  1275. package/tests/unit/src/components/SearchFilterSort/__snapshots__/SearchFilterSort.test.js.snap +0 -28
  1276. package/tests/unit/src/components/SearchFilterSort/helpers/handle-sort-update.test.js +0 -53
  1277. package/tests/unit/src/components/SearchFilterSort/helpers/update-sort.test.js +0 -25
  1278. package/tests/unit/src/components/SocialFollow/SFItem.test.js +0 -22
  1279. package/tests/unit/src/components/SocialFollow/SocialFollow.test.js +0 -38
  1280. package/tests/unit/src/components/SocialFollow/__snapshots__/SFItem.test.js.snap +0 -38
  1281. package/tests/unit/src/components/SocialFollow/__snapshots__/SocialFollow.test.js.snap +0 -74
  1282. package/tests/unit/src/components/TextBlock/TextBlock.test.js +0 -82
  1283. package/tests/unit/src/components/TextBlock/__snapshots__/TextBlock.test.js.snap +0 -89
  1284. package/tests/unit/src/components/Video/Video.test.js +0 -74
  1285. package/tests/unit/src/components/Video/VideoModal.test.js +0 -18
  1286. package/tests/unit/src/components/Video/__snapshots__/Video.test.js.snap +0 -59
  1287. package/tests/unit/src/components/Video/__snapshots__/VideoModal.test.js.snap +0 -14
  1288. package/tests/unit/src/components/Video/providers/Default.test.js +0 -22
  1289. package/tests/unit/src/components/Video/providers/JWPlayer/JWPlayerProvider.test.js +0 -49
  1290. package/tests/unit/src/components/Video/providers/JWPlayer/__snapshots__/JWPlayerProvider.test.js.snap +0 -13
  1291. package/tests/unit/src/components/Video/providers/JWPlayer/mocks.js +0 -40
  1292. package/tests/unit/src/components/Video/providers/Vimeo/Vimeo.test.js +0 -13
  1293. package/tests/unit/src/components/Video/providers/Vimeo/__snapshots__/Vimeo.test.js.snap +0 -10
  1294. package/tests/unit/src/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.test.js +0 -24
  1295. package/tests/unit/src/components/Video/providers/YouTube/YouTubeProvider.test.js +0 -15
  1296. package/tests/unit/src/components/Video/providers/YouTube/__snapshots__/YouTubeProvider.test.js.snap +0 -27
  1297. package/tests/unit/src/components/Video/providers/YouTube/helpers/index.test.js +0 -23
  1298. package/tests/unit/src/components/Video/providers/__snapshots__/Default.test.js.snap +0 -165
  1299. package/tests/unit/src/components/Video/providers/get-provider.test.js +0 -36
  1300. package/tests/unit/src/components/Wrapper.test.js +0 -39
  1301. package/tests/unit/src/components/__snapshots__/BlazeLink.test.js.snap +0 -15
  1302. package/tests/unit/src/components/__snapshots__/Button.test.js.snap +0 -18
  1303. package/tests/unit/src/components/__snapshots__/CarouselWrapper.test.js.snap +0 -162
  1304. package/tests/unit/src/components/__snapshots__/ClickWrapper.test.js.snap +0 -13
  1305. package/tests/unit/src/components/__snapshots__/Code.test.js.snap +0 -13
  1306. package/tests/unit/src/components/__snapshots__/Wrapper.test.js.snap +0 -34
  1307. package/tests/unit/src/components/__snapshots__/index.test.js.snap +0 -130
  1308. package/tests/unit/src/components/index.test.js +0 -7
  1309. package/tests/unit/src/constants/__snapshots__/componentsDefaultValues.test.js.snap +0 -21
  1310. package/tests/unit/src/constants/__snapshots__/index.test.js.snap +0 -3
  1311. package/tests/unit/src/constants/componentsDefaultValues.test.js +0 -8
  1312. package/tests/unit/src/constants/index.test.js +0 -7
  1313. package/tests/unit/src/helpers/__snapshots__/build-query-fields.test.js.snap +0 -29
  1314. package/tests/unit/src/helpers/__snapshots__/get-extra-az-bits.test.js.snap +0 -137
  1315. package/tests/unit/src/helpers/__snapshots__/get-wrapped-value-with-link.test.js.snap +0 -18
  1316. package/tests/unit/src/helpers/__snapshots__/parse-textBlock.test.js.snap +0 -15
  1317. package/tests/unit/src/helpers/build-az-query.test.js +0 -26
  1318. package/tests/unit/src/helpers/build-checkbox-filters.test.js +0 -30
  1319. package/tests/unit/src/helpers/build-image-properties.test.js +0 -51
  1320. package/tests/unit/src/helpers/build-inherited-filters.test.js +0 -112
  1321. package/tests/unit/src/helpers/build-link-extra-props.test.js +0 -41
  1322. package/tests/unit/src/helpers/build-props-query.test.js +0 -228
  1323. package/tests/unit/src/helpers/build-query-fields.test.js +0 -25
  1324. package/tests/unit/src/helpers/build-raw-query-base.test.js +0 -169
  1325. package/tests/unit/src/helpers/build-raw-query-stringified.test.js +0 -49
  1326. package/tests/unit/src/helpers/build-raw-query.test.js +0 -474
  1327. package/tests/unit/src/helpers/build-search-values-checkbox-select.test.js +0 -174
  1328. package/tests/unit/src/helpers/build-search-values-text.test.js +0 -57
  1329. package/tests/unit/src/helpers/build-set-filters.test.js +0 -84
  1330. package/tests/unit/src/helpers/build-sort-values.test.js +0 -54
  1331. package/tests/unit/src/helpers/check-for-error.test.js +0 -33
  1332. package/tests/unit/src/helpers/check-props-to-use.test.js +0 -32
  1333. package/tests/unit/src/helpers/get-banner-data.test.js +0 -32
  1334. package/tests/unit/src/helpers/get-card-entities.test.js +0 -27
  1335. package/tests/unit/src/helpers/get-checkbox-filters.test.js +0 -33
  1336. package/tests/unit/src/helpers/get-click-wrapper-options.test.js +0 -81
  1337. package/tests/unit/src/helpers/get-component-id.test.js +0 -36
  1338. package/tests/unit/src/helpers/get-current-offset.test.js +0 -39
  1339. package/tests/unit/src/helpers/get-custom-html-properties.test.js +0 -51
  1340. package/tests/unit/src/helpers/get-dictionary-match.test.js +0 -14
  1341. package/tests/unit/src/helpers/get-display-count-data.test.js +0 -49
  1342. package/tests/unit/src/helpers/get-elasticsearch-operator.test.js +0 -20
  1343. package/tests/unit/src/helpers/get-entity-data.test.js +0 -47
  1344. package/tests/unit/src/helpers/get-entity-render-props.test.js +0 -37
  1345. package/tests/unit/src/helpers/get-extra-az-bits.test.js +0 -51
  1346. package/tests/unit/src/helpers/get-filter-props.test.js +0 -82
  1347. package/tests/unit/src/helpers/get-filter-relation-keys.test.js +0 -22
  1348. package/tests/unit/src/helpers/get-generic-props.test.js +0 -21
  1349. package/tests/unit/src/helpers/get-generic-render-variables.test.js +0 -150
  1350. package/tests/unit/src/helpers/get-image-ids.test.js +0 -92
  1351. package/tests/unit/src/helpers/get-inherited-filters.test.js +0 -27
  1352. package/tests/unit/src/helpers/get-items-to-display-ids.test.js +0 -59
  1353. package/tests/unit/src/helpers/get-modifiers.test.js +0 -46
  1354. package/tests/unit/src/helpers/get-not-equal-query.test.js +0 -23
  1355. package/tests/unit/src/helpers/get-pagination-index.test.js +0 -31
  1356. package/tests/unit/src/helpers/get-parsed-prop-values.test.js +0 -66
  1357. package/tests/unit/src/helpers/get-parsed-summary-value.test.js +0 -26
  1358. package/tests/unit/src/helpers/get-prop-values.test.js +0 -38
  1359. package/tests/unit/src/helpers/get-query-filters.test.js +0 -104
  1360. package/tests/unit/src/helpers/get-query-props.test.js +0 -45
  1361. package/tests/unit/src/helpers/get-required-schemas.test.js +0 -56
  1362. package/tests/unit/src/helpers/get-sanitized-prop-values.test.js +0 -26
  1363. package/tests/unit/src/helpers/get-search-filter-type.test.js +0 -47
  1364. package/tests/unit/src/helpers/get-sort-by-field-name.test.js +0 -57
  1365. package/tests/unit/src/helpers/get-unpublished-entity-name.test.js +0 -33
  1366. package/tests/unit/src/helpers/get-updated-filter-by.test.js +0 -44
  1367. package/tests/unit/src/helpers/get-wrapped-value-with-link.test.js +0 -39
  1368. package/tests/unit/src/helpers/group-entities.test.js +0 -34
  1369. package/tests/unit/src/helpers/inject-banner.test.js +0 -39
  1370. package/tests/unit/src/helpers/inject-banners-to-entities.test.js +0 -47
  1371. package/tests/unit/src/helpers/inject-multiple-banners.test.js +0 -45
  1372. package/tests/unit/src/helpers/is-filter-entitys-id.test.js +0 -23
  1373. package/tests/unit/src/helpers/is-object.test.js +0 -21
  1374. package/tests/unit/src/helpers/is-using-relation-image.test.js +0 -12
  1375. package/tests/unit/src/helpers/parse-interval.test.js +0 -27
  1376. package/tests/unit/src/helpers/parse-props-to-display.test.js +0 -73
  1377. package/tests/unit/src/helpers/parse-textBlock.test.js +0 -31
  1378. package/tests/unit/src/helpers/prcoess-data-summary-value.test.js +0 -52
  1379. package/tests/unit/src/helpers/remove-extra-items.test.js +0 -30
  1380. package/tests/unit/src/helpers/remove-unwanted-characters.test.js +0 -70
  1381. package/tests/unit/src/helpers/render-children.test.js +0 -73
  1382. package/tests/unit/src/helpers/should-render-waypoint.test.js +0 -23
  1383. package/tests/unit/src/helpers/should-show-property.test.js +0 -20
  1384. package/tests/unit/src/helpers/sort-response-data.test.js +0 -24
  1385. package/tests/unit/src/helpers/update-childrens-parent.test.js +0 -41
  1386. package/tests/unit/src/hooks/helpers/StoreImages.test.js +0 -26
  1387. package/tests/unit/src/hooks/helpers/append-gtm-classname.test.js +0 -50
  1388. package/tests/unit/src/hooks/helpers/check-banner-insertion-set.test.js +0 -48
  1389. package/tests/unit/src/hooks/helpers/check-collisions.test.js +0 -44
  1390. package/tests/unit/src/hooks/helpers/get-banner-index.test.js +0 -39
  1391. package/tests/unit/src/hooks/helpers/get-components-to-insert-by-type.test.js +0 -38
  1392. package/tests/unit/src/hooks/helpers/getComponent.test.js +0 -30
  1393. package/tests/unit/src/hooks/helpers/inject-element-components.test.js +0 -103
  1394. package/tests/unit/src/hooks/helpers/inject-textblock-banners.test.js +0 -125
  1395. package/tests/unit/src/hooks/helpers/insert-banners.test.js +0 -127
  1396. package/tests/unit/src/hooks/helpers/split-children.test.js +0 -78
  1397. package/tests/unit/src/hooks/helpers/update-targetings.test.js +0 -13
  1398. package/tests/unit/src/hooks/use-app-event-hook.test.js +0 -64
  1399. package/tests/unit/src/hooks/use-app-sync-evet-hook.test.js +0 -70
  1400. package/tests/unit/src/hooks/use-check-mobile-screen.test.js +0 -47
  1401. package/tests/unit/src/hooks/use-get-entity-schema-as-obj.test.js +0 -46
  1402. package/tests/unit/src/hooks/use-get-image-id-from-relation.test.js +0 -161
  1403. package/tests/unit/src/hooks/use-get-images.test.js +0 -167
  1404. package/tests/unit/src/hooks/use-get-single-entity-schema.test.js +0 -80
  1405. package/tests/unit/src/utils/component-map.test.js +0 -56
  1406. package/tests/unit/src/utils/get-class-modifiers.test.js +0 -116
  1407. package/tests/unit/src/utils/get-image-data.test.js +0 -54
  1408. package/tests/unit/src/utils/get-props-to-display-modifiers.test.js +0 -14
  1409. package/tests/unit/src/utils/is-object-empty.test.js +0 -22
  1410. package/tests/unit/src/utils/variant-handler.test.js +0 -46
  1411. package/tests/unit/src/variants/Infographic/Infographic.test.js +0 -30
  1412. package/tests/unit/src/variants/LiveBlogList/LiveBlogList.test.js +0 -121
  1413. package/tests/unit/src/variants/LiveBlogList/constants.js +0 -10
  1414. package/tests/unit/src/variants/LongFormGallery/LongformGallery.test.js +0 -42
  1415. package/tests/unit/src/variants/LongFormGallery/LongformGalleryImage.test.js +0 -44
  1416. package/tests/unit/src/variants/LongFormGallery/__snapshots__/LongformGallery.test.js.snap +0 -99
  1417. package/tests/unit/src/variants/LongFormGallery/__snapshots__/LongformGalleryImage.test.js.snap +0 -51
  1418. package/tests/unit/src/variants/LongFormGallery/constants.js +0 -37
  1419. package/tests/unit/src/variants/LongFormGallery/helpers/parseImageData.test.js +0 -53
  1420. package/tests/unit/src/variants/LongFormGallery/helpers/separateImages.test.js +0 -52
  1421. package/tests/unit/src/variants/LongFormGallery/helpers/shouldSkip.test.js +0 -23
  1422. package/tests/unit/src/variants/LongFormGallery/useLongformGallery.test.js +0 -36
  1423. package/tests/unit/src/variants/ThumbnailCarousel/ThumbnailCarousel.test.js +0 -29
  1424. package/tests/unit/src/variants/ThumbnailCarousel/ThumbnailImage.test.js +0 -45
  1425. package/tests/unit/src/variants/ThumbnailCarousel/__snapshots__/ThumbnailCarousel.test.js.snap +0 -71
  1426. package/tests/unit/src/variants/ThumbnailCarousel/__snapshots__/ThumbnailImage.test.js.snap +0 -19
  1427. package/tests/unit/src/variants/ThumbnailCarousel/mocks.js +0 -64
@@ -1,125 +0,0 @@
1
- import '@testing-library/jest-dom/extend-expect';
2
- import injectTextblockBanners from '../../../../../src/hooks/helpers/inject-textblock-banners';
3
- import setInitialBannerCounters from '../../../../../src/BannerContext/helpers/set-initial-banner-counters';
4
-
5
- jest.mock('../../../../../src/hooks/helpers/getComponent', () => jest.fn(() => 'Banner'));
6
-
7
- const mockedBanner = {
8
- name: 'testBanner',
9
- type: 'banner',
10
- settings: { repeatEvery: 2, startingPoint: 1, maxRepetitions: 6 }
11
- };
12
-
13
- const defaultBanners = [mockedBanner];
14
-
15
- const props = { children: true };
16
- const pTag = { type: 'p', props };
17
- const emptyTag = '\n';
18
- const hTag = { type: 'h2', props };
19
- const ulTag = { type: 'ul', props };
20
- const nonStandardTag = { type: Symbol('non standard'), props }; // similar to parsed <br> tag
21
-
22
- const textBlockType = 'textblock';
23
- const siblings = [
24
- { name: 'comp 1', type: textBlockType, parsedTextBlock: [hTag, emptyTag, pTag, pTag] },
25
- { name: 'comp 2', type: 'image' },
26
- { name: 'comp 3', type: textBlockType, parsedTextBlock: [pTag, ulTag, pTag, pTag] },
27
- {
28
- name: 'comp 4',
29
- type: textBlockType,
30
- parsedTextBlock: [pTag, hTag, pTag, pTag, nonStandardTag]
31
- },
32
- { name: 'comp 5', type: 'carousel' },
33
- { name: 'comp 6', type: textBlockType, parsedTextBlock: [pTag, pTag] },
34
- { name: 'comp 7', type: textBlockType, parsedTextBlock: [hTag, pTag] },
35
- { name: 'comp 8', type: textBlockType, parsedTextBlock: [pTag] },
36
- { name: 'comp 9', type: textBlockType, parsedTextBlock: [pTag, pTag] }
37
- ];
38
-
39
- const getBannerContent = (banners = defaultBanners) => ({
40
- bannerCounters: setInitialBannerCounters(banners),
41
- banners,
42
- siblings,
43
- pbOptions: { options: true },
44
- bannerPositionCounter: { counter: 0 },
45
- blockTracker: { lastBlockType: null }
46
- });
47
-
48
- describe('injectTextblockBanners function', () => {
49
- describe('Injection with core settings', () => {
50
- const bannerContext = getBannerContent();
51
- let updatedBlocks;
52
-
53
- it('should inject banner after the first P tag', () => {
54
- updatedBlocks = callWithComponent(siblings[0], bannerContext);
55
- checkIsBanner(updatedBlocks[3], 1);
56
- });
57
-
58
- it('should inject another banner after two more html tags', () => {
59
- updatedBlocks = callWithComponent(siblings[2], bannerContext);
60
- checkIsBanner(updatedBlocks[1], 2);
61
- checkIsBanner(updatedBlocks[4], 3);
62
- });
63
-
64
- it('should inject before H tag but not before non standard tags', () => {
65
- updatedBlocks = callWithComponent(siblings[3], bannerContext);
66
- const expectedBannerPosition = 1;
67
- checkIsBanner(updatedBlocks[expectedBannerPosition], 4);
68
- expect(updatedBlocks[expectedBannerPosition + 4]).toBe(
69
- siblings[3].parsedTextBlock[expectedBannerPosition + 3]
70
- );
71
- });
72
-
73
- it('should not inject when next to an image/carousel components', () => {
74
- updatedBlocks = callWithComponent(siblings[5], bannerContext);
75
- checkIsBanner(updatedBlocks[1], 5);
76
- });
77
-
78
- it('should not inject banner after to an H tag', () => {
79
- updatedBlocks = callWithComponent(siblings[6], bannerContext);
80
- expect(updatedBlocks).toEqual(siblings[6].parsedTextBlock);
81
- });
82
-
83
- it('should not insert after maxRepetitions reached', () => {
84
- updatedBlocks = callWithComponent(siblings[7], bannerContext);
85
- checkIsBanner(updatedBlocks[0], 6);
86
-
87
- updatedBlocks = callWithComponent(siblings[8], bannerContext);
88
- expect(updatedBlocks).toEqual(siblings[8].parsedTextBlock);
89
- });
90
- });
91
-
92
- describe('Injection without repeat', () => {
93
- const mockedBannerWithNoRepeat = {
94
- name: 'testBanner',
95
- settings: { startingPoint: 1 }
96
- };
97
- const bannerContext = getBannerContent([mockedBannerWithNoRepeat]);
98
- let updatedBlocks;
99
-
100
- it('should inject only once', () => {
101
- updatedBlocks = callWithComponent(siblings[0], bannerContext);
102
- checkIsBanner(updatedBlocks[3]);
103
-
104
- updatedBlocks = callWithComponent(siblings[2], bannerContext);
105
- expect(updatedBlocks).toEqual(siblings[2].parsedTextBlock);
106
- });
107
- });
108
- });
109
-
110
- function checkIsBanner(banner, posn) {
111
- expect(banner).toHaveProperty('props.name', mockedBanner.name);
112
- if (posn) {
113
- expect(banner).toHaveProperty('props.targetings', `posn=${posn}`);
114
- } else {
115
- expect(banner).not.toHaveProperty('props.targetings');
116
- }
117
- }
118
-
119
- function callWithComponent({ name: componentName, parsedTextBlock }, bannerContext) {
120
- return injectTextblockBanners({
121
- bannerContext,
122
- parsedTextBlock,
123
- componentName
124
- });
125
- }
@@ -1,127 +0,0 @@
1
- import '@testing-library/jest-dom/extend-expect';
2
- import insertBanners from '../../../../../src/hooks/helpers/insert-banners';
3
-
4
- const id = 'ID';
5
- const getBanner = overrides => ({
6
- type: 'banner',
7
- id,
8
- settings: {
9
- baseAdunit: 'base',
10
- interval: '2',
11
- repeat: false,
12
- ...overrides
13
- }
14
- });
15
- const CARD = { type: 'card', id, settings: {} };
16
- const TEXTBLOCK = { type: 'textblock', id, settings: {} };
17
- const getItems = overrides => [
18
- CARD,
19
- CARD,
20
- TEXTBLOCK,
21
- TEXTBLOCK,
22
- TEXTBLOCK,
23
- TEXTBLOCK,
24
- TEXTBLOCK,
25
- getBanner(overrides)
26
- ];
27
- const intervalBanners = (mockedProps, length) =>
28
- Array.from({ length }, (_, i) => getBanner({ ...mockedProps, targetings: `posn=${i + 1}` }));
29
-
30
- describe('insertBanners function', () => {
31
- it('should be defined', () => {
32
- expect(insertBanners).toBeDefined();
33
- });
34
-
35
- it('should return correctly updated items if interval has no comma and repeat is not turned on', () => {
36
- const updatedItems = [
37
- CARD,
38
- CARD,
39
- getBanner({ targetings: 'posn=1' }),
40
- TEXTBLOCK,
41
- TEXTBLOCK,
42
- TEXTBLOCK,
43
- TEXTBLOCK,
44
- TEXTBLOCK
45
- ];
46
- expect(insertBanners(getItems(), 7, getBanner())).toEqual(updatedItems);
47
- });
48
-
49
- it('should return correctly updated items if interval has no comma and repeat is turned on', () => {
50
- const mockedProps = { repeat: true };
51
- const banner = getBanner(mockedProps);
52
- const [banner1, banner2, banner3] = intervalBanners(mockedProps, 3);
53
-
54
- const updatedItems = [
55
- CARD,
56
- CARD,
57
- banner1,
58
- TEXTBLOCK,
59
- TEXTBLOCK,
60
- banner2,
61
- TEXTBLOCK,
62
- TEXTBLOCK,
63
- banner3,
64
- TEXTBLOCK
65
- ];
66
- expect(insertBanners(getItems(mockedProps), 7, banner)).toEqual(updatedItems);
67
- });
68
-
69
- it('should return correctly updated items if interval has comma and repeat is not turned on', () => {
70
- const mockedProps = { interval: '2,5' };
71
- const banner = getBanner(mockedProps);
72
- const [banner1, banner2] = intervalBanners(mockedProps, 2);
73
-
74
- const updatedItems = [
75
- CARD,
76
- CARD,
77
- banner1,
78
- TEXTBLOCK,
79
- TEXTBLOCK,
80
- TEXTBLOCK,
81
- banner2,
82
- TEXTBLOCK,
83
- TEXTBLOCK
84
- ];
85
- expect(insertBanners(getItems(mockedProps), 7, banner)).toEqual(updatedItems);
86
- });
87
-
88
- it('should return correctly updated items if interval has comma and repeat is turned on', () => {
89
- const mockedProps = { interval: '2,5', repeat: true };
90
- const banner = getBanner(mockedProps);
91
- const [banner1, banner2, banner3, banner4] = intervalBanners(mockedProps, 4);
92
- const updatedItems = [
93
- CARD,
94
- CARD,
95
- banner1,
96
- TEXTBLOCK,
97
- TEXTBLOCK,
98
- banner2,
99
- TEXTBLOCK,
100
- banner3,
101
- TEXTBLOCK,
102
- banner4,
103
- TEXTBLOCK
104
- ];
105
- expect(insertBanners(getItems(mockedProps), 7, banner)).toEqual(updatedItems);
106
- });
107
-
108
- it('should return correctly updated items if interval has comma and repeat is turned on (different banner settings)', () => {
109
- const mockedProps = { interval: '3,5,7', repeat: true };
110
- const banner = getBanner(mockedProps);
111
- const [banner1, banner2, banner3, banner4] = intervalBanners(mockedProps, 4);
112
- const updatedItems = [
113
- CARD,
114
- CARD,
115
- TEXTBLOCK,
116
- banner1,
117
- TEXTBLOCK,
118
- TEXTBLOCK,
119
- banner2,
120
- TEXTBLOCK,
121
- banner3,
122
- TEXTBLOCK,
123
- banner4
124
- ];
125
- expect(insertBanners(getItems(mockedProps), 7, banner)).toEqual(updatedItems);
126
- });
127
- });
@@ -1,78 +0,0 @@
1
- import splitChildren from '../../../../../src/helpers/split-children';
2
-
3
- const mockedChildren = [
4
- {
5
- props: {
6
- children: [
7
- false,
8
- [
9
- { props: { component: { type: 'gtm-events', settings: {} } } },
10
- { props: { component: { type: 'button', settings: {} } } }
11
- ]
12
- ]
13
- }
14
- },
15
- {
16
- props: {
17
- children: [
18
- false,
19
- [{ props: { component: { type: 'banner' } } }, { props: { component: { type: 'image' } } }]
20
- ]
21
- }
22
- }
23
- ];
24
-
25
- const mockedParentData = {
26
- name: 'parent data',
27
- category: 'more data',
28
- id: 'itemId',
29
- __typename: 'PublishedPage'
30
- };
31
- const itemEntity = { PublishedPage: 'page' };
32
-
33
- describe('get list children', () => {
34
- const { gtmChildren: withGtmChildren, regularChildren } = splitChildren(mockedChildren[0], []);
35
- const { gtmChildren: noGtmChildren, regularChildren: moreRegularChildren } = splitChildren(
36
- mockedChildren[1],
37
- []
38
- );
39
- const { gtmChildren: noValueCaseGtm, regularChildren: noValueCase } = splitChildren(null, []);
40
- const { regularChildren: arrayCase } = splitChildren([], []);
41
- const { gtmChildren: gtmChildrenWithData } = splitChildren(
42
- mockedChildren[0],
43
- [mockedParentData],
44
- itemEntity
45
- );
46
- it('should return children objects separated by gtm and non gtm', () => {
47
- expect(Array.isArray(regularChildren.props.children[1])).toBe(true);
48
- expect(Array.isArray(moreRegularChildren.props.children[1])).toBe(true);
49
- });
50
-
51
- it('should return object of gtm children if present', () => {
52
- expect(Array.isArray(withGtmChildren.props.children[1])).toBe(true);
53
- });
54
-
55
- it('should return null if no gtm child is present', () => {
56
- expect(noGtmChildren).toBe(null);
57
- });
58
-
59
- it('should return regular children even if no gtm is present', () => {
60
- expect(regularChildren.props.children[1].length).toBe(1);
61
- });
62
-
63
- it('should return the same children prop passed if it is empty or not an iterable object', () => {
64
- expect(noValueCase).toBe(null);
65
- expect(noValueCaseGtm).toBe(undefined);
66
- expect(Array.isArray(arrayCase)).toBe(true);
67
- });
68
-
69
- it('if parent data is passed gtm children should have it within once returned', () => {
70
- expect(gtmChildrenWithData.props.children[1][0].props.component.settings.parentData).toEqual([
71
- {
72
- ...mockedParentData,
73
- itemId: mockedParentData.id,
74
- itemEntity: 'page'
75
- }
76
- ]);
77
- });
78
- });
@@ -1,13 +0,0 @@
1
- import '@testing-library/jest-dom/extend-expect';
2
- import updateTargetings from '../../../../../src/hooks/helpers/update-targetings';
3
-
4
- describe('updateTargetings function', () => {
5
- const mockedBanner = {
6
- settings: { targetings: 'pos=12' }
7
- };
8
-
9
- it('should return banner with updated targetings', () => {
10
- const updatedBanner = updateTargetings(mockedBanner, 12);
11
- expect(updatedBanner).toEqual({ settings: { targetings: 'pos=12,posn=13' } });
12
- });
13
- });
@@ -1,64 +0,0 @@
1
- /**
2
- * @jest-environment jsdom
3
- */
4
- import React from 'react';
5
- import { renderHook, waitFor } from '@testing-library/react';
6
- import { AppContext } from '@blaze-cms/nextjs-components';
7
- import { useAppEventHook } from '../../../../src/hooks';
8
-
9
- describe('useAppEventHook', () => {
10
- const eventName = 'test-event';
11
- const initialData = { foo: 'bar' };
12
- const props = { prop1: 'val1' };
13
- let blazeAppMock;
14
-
15
- beforeEach(() => {
16
- blazeAppMock = {
17
- events: {
18
- hasListeners: jest.fn(),
19
- emitAsync: jest.fn().mockResolvedValue()
20
- }
21
- };
22
- });
23
-
24
- const wrapper = ({ children }) => (
25
- <AppContext.Provider value={{ blazeApp: blazeAppMock }}>{children}</AppContext.Provider>
26
- );
27
-
28
- it('should not emit event if there are no listeners', () => {
29
- blazeAppMock.events.hasListeners.mockReturnValue(false);
30
-
31
- const { result } = renderHook(() => useAppEventHook({ eventName, data: initialData, props }), {
32
- wrapper
33
- });
34
-
35
- expect(result.current.loading).toBe(false);
36
- expect(result.current.data).toEqual(initialData); // Returns initial data immediately
37
- expect(blazeAppMock.events.emitAsync).not.toHaveBeenCalled();
38
- });
39
-
40
- it('should emit async event if listeners exist', async () => {
41
- blazeAppMock.events.hasListeners.mockReturnValue(true);
42
-
43
- const { result } = renderHook(() => useAppEventHook({ eventName, data: initialData, props }), {
44
- wrapper
45
- });
46
-
47
- // Initial state: loading is true because hasListeners is true
48
- expect(result.current.loading).toBe(true);
49
-
50
- await waitFor(() => {
51
- expect(blazeAppMock.events.emitAsync).toHaveBeenCalledWith(
52
- `plugin:page-builder:${eventName}`,
53
- {
54
- data: initialData,
55
- props
56
- }
57
- );
58
- });
59
-
60
- // Loading should be false after emitAsync resolves
61
- expect(result.current.loading).toBe(false);
62
- expect(result.current.data).toEqual(initialData);
63
- });
64
- });
@@ -1,70 +0,0 @@
1
- import React from 'react';
2
- import { renderHook } from '@testing-library/react';
3
- import { AppContext } from '@blaze-cms/nextjs-components';
4
- import { useAppSyncEventHook } from '../../../../src/hooks';
5
-
6
- describe('useAppSyncEventHook', () => {
7
- const eventName = 'testEvent';
8
- const data = { key: 'value' };
9
- const props = { someProp: 'value' };
10
-
11
- const blazeAppMock = {
12
- events: {
13
- emit: jest.fn()
14
- }
15
- };
16
-
17
- beforeEach(() => {
18
- jest.clearAllMocks();
19
- });
20
-
21
- test('should emit event with correct event name and data', () => {
22
- const wrapper = ({ children }) => (
23
- <AppContext.Provider value={{ blazeApp: blazeAppMock }}>{children}</AppContext.Provider>
24
- );
25
-
26
- const { result } = renderHook(() => useAppSyncEventHook({ eventName, data, props }), {
27
- wrapper
28
- });
29
-
30
- expect(blazeAppMock.events.emit).toHaveBeenCalledWith(`plugin:page-builder:${eventName}:sync`, {
31
- data,
32
- props
33
- });
34
-
35
- expect(result.current.data).toEqual(data);
36
- });
37
-
38
- test('should not emit event on render when using returnFunction', () => {
39
- const wrapper = ({ children }) => (
40
- <AppContext.Provider value={{ blazeApp: blazeAppMock }}>{children}</AppContext.Provider>
41
- );
42
-
43
- const { result } = renderHook(
44
- () => useAppSyncEventHook({ eventName, data, props, returnFunction: true }),
45
- {
46
- wrapper
47
- }
48
- );
49
-
50
- expect(blazeAppMock.events.emit).not.toHaveBeenCalled();
51
-
52
- result.current.runHook();
53
-
54
- expect(blazeAppMock.events.emit).toHaveBeenCalledWith(`plugin:page-builder:${eventName}:sync`, {
55
- data,
56
- props
57
- });
58
-
59
- expect(result.current.data).toEqual(data);
60
- });
61
-
62
- test('should return correct data', () => {
63
- const wrapper = ({ children }) => (
64
- <AppContext.Provider value={{ blazeApp: blazeAppMock }}>{children}</AppContext.Provider>
65
- );
66
- const { result } = renderHook(() => useAppSyncEventHook({ data }), { wrapper });
67
-
68
- expect(result.current.data).toEqual(data);
69
- });
70
- });
@@ -1,47 +0,0 @@
1
- /**
2
- * @jest-environment jsdom
3
- */
4
- import { renderHook, waitFor, act } from '@testing-library/react';
5
- import { useCheckMobileScreen } from '../../../../src/hooks';
6
- // TODO fix breaking test
7
- describe('Check Mobile Screen hook', () => {
8
- it('should server render will always be mobile', () => {
9
- delete window.innerWidth;
10
- const { result } = renderHook(() => useCheckMobileScreen());
11
- expect(result.current).toBe(true);
12
- });
13
-
14
- it('should intial render on client will be mobile', () => {
15
- const { result } = renderHook(() => useCheckMobileScreen());
16
- expect(result.current).toBe(true);
17
- });
18
-
19
- it('should return false if on desktop', async () => {
20
- const screenSize = 1080;
21
- const isMobile = false;
22
- await resizeCheck(screenSize, isMobile);
23
- });
24
-
25
- it('should return true if on mobile', async () => {
26
- const screenSize = 600;
27
- const isMobile = true;
28
- await resizeCheck(screenSize, isMobile);
29
- });
30
- });
31
-
32
- async function resizeCheck(screenSize, isMobile) {
33
- const { result, rerender } = renderHook(() => useCheckMobileScreen());
34
-
35
- act(() => {
36
- Object.defineProperty(window, 'innerWidth', {
37
- writable: true,
38
- configurable: true,
39
- value: screenSize
40
- });
41
- window.dispatchEvent(new Event('resize'));
42
- });
43
-
44
- await waitFor(() => {
45
- expect(result.current).toBe(isMobile);
46
- });
47
- }
@@ -1,46 +0,0 @@
1
- import { useQuery } from '@apollo/client';
2
- import { useGetEntitySchemasAsObj } from '../../../../src/hooks';
3
-
4
- import { getMultipleSchema } from '../../../../src/application/query';
5
-
6
- jest.mock('@apollo/client', () => ({
7
- useQuery: jest.fn(() => ({ data: {}, loading: false, error: null }))
8
- }));
9
-
10
- jest.mock('../../../../src/application/query', () => ({
11
- getMultipleSchema: jest.fn(() => 'query')
12
- }));
13
-
14
- describe('useGetSingleEntitySchema hook', () => {
15
- const identifiers = ['schema1', 'schema2'];
16
- const mockQueryString = 'query';
17
- const placeholderSchemaArray = ['placeholder'];
18
-
19
- beforeEach(() => {
20
- useQuery.mockClear();
21
- getMultipleSchema.mockClear();
22
- });
23
- it('should return a single schema object', async () => {
24
- expect(typeof useGetEntitySchemasAsObj).toEqual('function');
25
- });
26
-
27
- it('should skip getting schema when shouldSkip=true', async () => {
28
- const shouldSkip = true;
29
- useGetEntitySchemasAsObj(identifiers, shouldSkip);
30
- expect(useQuery).toHaveBeenCalledWith(mockQueryString, { skip: shouldSkip });
31
- expect(getMultipleSchema).toHaveBeenCalledWith(placeholderSchemaArray);
32
- });
33
-
34
- it('should skip when no identifiers', async () => {
35
- useGetEntitySchemasAsObj([]);
36
- expect(useQuery).toHaveBeenCalledWith(mockQueryString, { skip: true });
37
- expect(getMultipleSchema).toHaveBeenCalledWith(placeholderSchemaArray);
38
- });
39
-
40
- it('should filter out duplicate and non truthy schema', async () => {
41
- const dupSchema = 'dup_schema';
42
- useGetEntitySchemasAsObj([dupSchema, dupSchema, null, undefined, '']);
43
- expect(useQuery).toHaveBeenCalledWith(mockQueryString, { skip: false });
44
- expect(getMultipleSchema).toHaveBeenCalledWith([dupSchema]);
45
- });
46
- });