@blaze-cms/react-page-builder 0.146.0-translations.6 → 0.147.0-rc-eagle.2

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 (1900) hide show
  1. package/README.md +1 -1
  2. package/lib/BannerContext/helpers/index.js +2 -3
  3. package/lib/BannerContext/helpers/index.js.map +1 -1
  4. package/lib/BannerContext/helpers/set-initial-banner-counters.js +13 -17
  5. package/lib/BannerContext/helpers/set-initial-banner-counters.js.map +1 -1
  6. package/lib/BannerContext/index.js +19 -26
  7. package/lib/BannerContext/index.js.map +1 -1
  8. package/lib/HOC/index.js +2 -3
  9. package/lib/HOC/index.js.map +1 -1
  10. package/lib/HOC/recreateOnNavigation.js +11 -12
  11. package/lib/HOC/recreateOnNavigation.js.map +1 -1
  12. package/lib/HOC/withInfiniteScroll.js +47 -81
  13. package/lib/HOC/withInfiniteScroll.js.map +1 -1
  14. package/lib/HOC/withTitle.js +21 -30
  15. package/lib/HOC/withTitle.js.map +1 -1
  16. package/lib/PBContext/index.js +3 -4
  17. package/lib/PBContext/index.js.map +1 -1
  18. package/lib/application/query/index.js +180 -44
  19. package/lib/application/query/index.js.map +1 -1
  20. package/lib/components/BackToTop/BackToTop.js +16 -32
  21. package/lib/components/BackToTop/BackToTop.js.map +1 -1
  22. package/lib/components/BackToTop/index.js +2 -3
  23. package/lib/components/BackToTop/index.js.map +1 -1
  24. package/lib/components/Banner/AdSlotRender.js +45 -63
  25. package/lib/components/Banner/AdSlotRender.js.map +1 -1
  26. package/lib/components/Banner/Banner.js +63 -64
  27. package/lib/components/Banner/Banner.js.map +1 -1
  28. package/lib/components/Banner/BannerRender.js +89 -88
  29. package/lib/components/Banner/BannerRender.js.map +1 -1
  30. package/lib/components/Banner/helpers.js +89 -135
  31. package/lib/components/Banner/helpers.js.map +1 -1
  32. package/lib/components/Banner/index.js +3 -17
  33. package/lib/components/Banner/index.js.map +1 -1
  34. package/lib/components/BlazeLink.js +37 -52
  35. package/lib/components/BlazeLink.js.map +1 -1
  36. package/lib/components/Breadcrumb/Breadcrumb.js +66 -71
  37. package/lib/components/Breadcrumb/Breadcrumb.js.map +1 -1
  38. package/lib/components/Breadcrumb/index.js +2 -3
  39. package/lib/components/Breadcrumb/index.js.map +1 -1
  40. package/lib/components/Button.js +72 -88
  41. package/lib/components/Button.js.map +1 -1
  42. package/lib/components/Card/Card.js +188 -189
  43. package/lib/components/Card/Card.js.map +1 -1
  44. package/lib/components/Card/CardsContainer.js +108 -120
  45. package/lib/components/Card/CardsContainer.js.map +1 -1
  46. package/lib/components/Card/CardsFactory.js +62 -58
  47. package/lib/components/Card/CardsFactory.js.map +1 -1
  48. package/lib/components/Card/CardsRender.js +166 -185
  49. package/lib/components/Card/CardsRender.js.map +1 -1
  50. package/lib/components/Card/constants.js +2 -3
  51. package/lib/components/Card/constants.js.map +1 -1
  52. package/lib/components/Card/helpers/get-dynamic-grid-classes.js +16 -22
  53. package/lib/components/Card/helpers/get-dynamic-grid-classes.js.map +1 -1
  54. package/lib/components/Card/helpers/get-published-listing-url.js +3 -6
  55. package/lib/components/Card/helpers/get-published-listing-url.js.map +1 -1
  56. package/lib/components/Card/helpers/index.js +18 -19
  57. package/lib/components/Card/helpers/index.js.map +1 -1
  58. package/lib/components/Card/helpers/use-dynamic-size-key.js +5 -11
  59. package/lib/components/Card/helpers/use-dynamic-size-key.js.map +1 -1
  60. package/lib/components/Card/index.js +2 -3
  61. package/lib/components/Card/index.js.map +1 -1
  62. package/lib/components/Carousel/Carousel.js +59 -26
  63. package/lib/components/Carousel/Carousel.js.map +1 -1
  64. package/lib/components/Carousel/CarouselImage/CarouselImage.js +36 -34
  65. package/lib/components/Carousel/CarouselImage/CarouselImage.js.map +1 -1
  66. package/lib/components/Carousel/CarouselImage/constants.js +1 -2
  67. package/lib/components/Carousel/CarouselImage/constants.js.map +1 -1
  68. package/lib/components/Carousel/CarouselImage/index.js +2 -3
  69. package/lib/components/Carousel/CarouselImage/index.js.map +1 -1
  70. package/lib/components/Carousel/CarouselRender/CarouselRender.js +41 -47
  71. package/lib/components/Carousel/CarouselRender/CarouselRender.js.map +1 -1
  72. package/lib/components/Carousel/CarouselRender/index.js +2 -3
  73. package/lib/components/Carousel/CarouselRender/index.js.map +1 -1
  74. package/lib/components/Carousel/hooks/useCarouselNavigation.js +25 -26
  75. package/lib/components/Carousel/hooks/useCarouselNavigation.js.map +1 -1
  76. package/lib/components/Carousel/index.js +2 -3
  77. package/lib/components/Carousel/index.js.map +1 -1
  78. package/lib/components/CarouselWrapper/CarouselWrapper.js +11 -10
  79. package/lib/components/CarouselWrapper/CarouselWrapper.js.map +1 -1
  80. package/lib/components/CarouselWrapper/DefaultCarousel.js +72 -80
  81. package/lib/components/CarouselWrapper/DefaultCarousel.js.map +1 -1
  82. package/lib/components/CarouselWrapper/SmoothScrollCarousel.js +23 -23
  83. package/lib/components/CarouselWrapper/SmoothScrollCarousel.js.map +1 -1
  84. package/lib/components/CarouselWrapper/index.js +2 -3
  85. package/lib/components/CarouselWrapper/index.js.map +1 -1
  86. package/lib/components/ClickWrapper.js +20 -38
  87. package/lib/components/ClickWrapper.js.map +1 -1
  88. package/lib/components/Code/Code.js +20 -34
  89. package/lib/components/Code/Code.js.map +1 -1
  90. package/lib/components/Code/ScriptTag.js +15 -29
  91. package/lib/components/Code/ScriptTag.js.map +1 -1
  92. package/lib/components/Code/helpers/index.js +2 -3
  93. package/lib/components/Code/helpers/index.js.map +1 -1
  94. package/lib/components/Code/helpers/wrap-script-tags.js +12 -15
  95. package/lib/components/Code/helpers/wrap-script-tags.js.map +1 -1
  96. package/lib/components/Code/index.js +2 -3
  97. package/lib/components/Code/index.js.map +1 -1
  98. package/lib/components/ContentGroup/ContentGroup.js +53 -19
  99. package/lib/components/ContentGroup/ContentGroup.js.map +1 -1
  100. package/lib/components/ContentGroup/ContentGroupAccordion.js +146 -0
  101. package/lib/components/ContentGroup/ContentGroupAccordion.js.map +1 -0
  102. package/lib/components/ContentGroup/ContentGroupTabs.js +48 -63
  103. package/lib/components/ContentGroup/ContentGroupTabs.js.map +1 -1
  104. package/lib/components/ContentGroup/constants.js +17 -7
  105. package/lib/components/ContentGroup/constants.js.map +1 -1
  106. package/lib/components/ContentGroup/helpers/get-active-tab.js +7 -13
  107. package/lib/components/ContentGroup/helpers/get-active-tab.js.map +1 -1
  108. package/lib/components/ContentGroup/helpers/get-sections-data.js +15 -18
  109. package/lib/components/ContentGroup/helpers/get-sections-data.js.map +1 -1
  110. package/lib/components/ContentGroup/helpers/get-structured-data-properties.js +39 -0
  111. package/lib/components/ContentGroup/helpers/get-structured-data-properties.js.map +1 -0
  112. package/lib/components/ContentGroup/helpers/index.js +4 -5
  113. package/lib/components/ContentGroup/helpers/index.js.map +1 -1
  114. package/lib/components/ContentGroup/index.js +2 -3
  115. package/lib/components/ContentGroup/index.js.map +1 -1
  116. package/lib/components/ContentGroupSection/ContentGroupSection.js +9 -10
  117. package/lib/components/ContentGroupSection/ContentGroupSection.js.map +1 -1
  118. package/lib/components/ContentGroupSection/index.js +2 -3
  119. package/lib/components/ContentGroupSection/index.js.map +1 -1
  120. package/lib/components/DataSummary/DataSummaryFactory.js +52 -57
  121. package/lib/components/DataSummary/DataSummaryFactory.js.map +1 -1
  122. package/lib/components/DataSummary/DataSummaryRender.js +56 -55
  123. package/lib/components/DataSummary/DataSummaryRender.js.map +1 -1
  124. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummary.js +14 -16
  125. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummary.js.map +1 -1
  126. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummaryContent.js +14 -27
  127. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummaryContent.js.map +1 -1
  128. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/index.js +2 -3
  129. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/index.js.map +1 -1
  130. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummary.js +11 -10
  131. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummary.js.map +1 -1
  132. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummaryContent.js +15 -30
  133. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummaryContent.js.map +1 -1
  134. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/index.js +2 -3
  135. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/index.js.map +1 -1
  136. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummary.js +11 -10
  137. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummary.js.map +1 -1
  138. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js +20 -35
  139. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js.map +1 -1
  140. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/index.js +2 -3
  141. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/index.js.map +1 -1
  142. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummary.js +11 -10
  143. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummary.js.map +1 -1
  144. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js +20 -35
  145. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js.map +1 -1
  146. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/index.js +2 -3
  147. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/index.js.map +1 -1
  148. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummary.js +11 -10
  149. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummary.js.map +1 -1
  150. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummaryContent.js +15 -30
  151. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummaryContent.js.map +1 -1
  152. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/index.js +2 -3
  153. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/index.js.map +1 -1
  154. package/lib/components/DataSummary/DataSummaryTypes/index.js +7 -37
  155. package/lib/components/DataSummary/DataSummaryTypes/index.js.map +1 -1
  156. package/lib/components/DataSummary/helpers/build-loop-props-content.js +36 -52
  157. package/lib/components/DataSummary/helpers/build-loop-props-content.js.map +1 -1
  158. package/lib/components/DataSummary/helpers/build-props-to-display-with-content.js +22 -27
  159. package/lib/components/DataSummary/helpers/build-props-to-display-with-content.js.map +1 -1
  160. package/lib/components/DataSummary/helpers/get-data-summary-query.js +13 -10
  161. package/lib/components/DataSummary/helpers/get-data-summary-query.js.map +1 -1
  162. package/lib/components/DataSummary/helpers/get-link-based-on-value.js +4 -6
  163. package/lib/components/DataSummary/helpers/get-link-based-on-value.js.map +1 -1
  164. package/lib/components/DataSummary/helpers/get-link-props.js +6 -16
  165. package/lib/components/DataSummary/helpers/get-link-props.js.map +1 -1
  166. package/lib/components/DataSummary/helpers/get-link-to-published-content.js +5 -14
  167. package/lib/components/DataSummary/helpers/get-link-to-published-content.js.map +1 -1
  168. package/lib/components/DataSummary/helpers/get-loop-props-limit.js +6 -12
  169. package/lib/components/DataSummary/helpers/get-loop-props-limit.js.map +1 -1
  170. package/lib/components/DataSummary/helpers/get-prop-value.js +15 -25
  171. package/lib/components/DataSummary/helpers/get-prop-value.js.map +1 -1
  172. package/lib/components/DataSummary/helpers/get-record-id.js +20 -0
  173. package/lib/components/DataSummary/helpers/get-record-id.js.map +1 -0
  174. package/lib/components/DataSummary/helpers/get-value-from-array.js +12 -17
  175. package/lib/components/DataSummary/helpers/get-value-from-array.js.map +1 -1
  176. package/lib/components/DataSummary/helpers/index.js +23 -17
  177. package/lib/components/DataSummary/helpers/index.js.map +1 -1
  178. package/lib/components/DataSummary/helpers/parse-boolean-values.js +3 -4
  179. package/lib/components/DataSummary/helpers/parse-boolean-values.js.map +1 -1
  180. package/lib/components/DataSummary/helpers/strip-summary-props-content.js +6 -13
  181. package/lib/components/DataSummary/helpers/strip-summary-props-content.js.map +1 -1
  182. package/lib/components/DataSummary/index.js +2 -3
  183. package/lib/components/DataSummary/index.js.map +1 -1
  184. package/lib/components/DateTime/DateTime.js +18 -18
  185. package/lib/components/DateTime/DateTime.js.map +1 -1
  186. package/lib/components/DateTime/index.js +2 -3
  187. package/lib/components/DateTime/index.js.map +1 -1
  188. package/lib/components/EmailConfirm/EmailConfirm.js +48 -55
  189. package/lib/components/EmailConfirm/EmailConfirm.js.map +1 -1
  190. package/lib/components/EmailConfirm/index.js +2 -3
  191. package/lib/components/EmailConfirm/index.js.map +1 -1
  192. package/lib/components/EmailConfirm/mutation.js +12 -7
  193. package/lib/components/EmailConfirm/mutation.js.map +1 -1
  194. package/lib/components/ErrorMessage/ErrorMessage.js +19 -22
  195. package/lib/components/ErrorMessage/ErrorMessage.js.map +1 -1
  196. package/lib/components/ErrorMessage/index.js +3 -17
  197. package/lib/components/ErrorMessage/index.js.map +1 -1
  198. package/lib/components/Iframe/Iframe.js +19 -20
  199. package/lib/components/Iframe/Iframe.js.map +1 -1
  200. package/lib/components/Iframe/constants.js +2 -3
  201. package/lib/components/Iframe/constants.js.map +1 -1
  202. package/lib/components/Iframe/index.js +2 -3
  203. package/lib/components/Iframe/index.js.map +1 -1
  204. package/lib/components/Image/GlobalLightbox/GlobalLightbox.js +85 -103
  205. package/lib/components/Image/GlobalLightbox/GlobalLightbox.js.map +1 -1
  206. package/lib/components/Image/GlobalLightbox/NavButton.js +20 -22
  207. package/lib/components/Image/GlobalLightbox/NavButton.js.map +1 -1
  208. package/lib/components/Image/GlobalLightbox/index.js +3 -17
  209. package/lib/components/Image/GlobalLightbox/index.js.map +1 -1
  210. package/lib/components/Image/Image.js +94 -116
  211. package/lib/components/Image/Image.js.map +1 -1
  212. package/lib/components/Image/ImageDetails.js +19 -21
  213. package/lib/components/Image/ImageDetails.js.map +1 -1
  214. package/lib/components/Image/ImageFactory.js +57 -63
  215. package/lib/components/Image/ImageFactory.js.map +1 -1
  216. package/lib/components/Image/ImageRender.js +44 -44
  217. package/lib/components/Image/ImageRender.js.map +1 -1
  218. package/lib/components/Image/Lightbox/Lightbox.js +29 -43
  219. package/lib/components/Image/Lightbox/Lightbox.js.map +1 -1
  220. package/lib/components/Image/Lightbox/index.js +2 -3
  221. package/lib/components/Image/Lightbox/index.js.map +1 -1
  222. package/lib/components/Image/index.js +2 -3
  223. package/lib/components/Image/index.js.map +1 -1
  224. package/lib/components/ItemList/ItemListButton/ItemListButton.js +70 -83
  225. package/lib/components/ItemList/ItemListButton/ItemListButton.js.map +1 -1
  226. package/lib/components/ItemList/ItemListButton/index.js +2 -3
  227. package/lib/components/ItemList/ItemListButton/index.js.map +1 -1
  228. package/lib/components/ItemList/ItemListCounter/ItemListCounter.js +35 -36
  229. package/lib/components/ItemList/ItemListCounter/ItemListCounter.js.map +1 -1
  230. package/lib/components/ItemList/ItemListCounter/index.js +2 -3
  231. package/lib/components/ItemList/ItemListCounter/index.js.map +1 -1
  232. package/lib/components/ItemList/ItemListNew/ItemListNew.js +36 -33
  233. package/lib/components/ItemList/ItemListNew/ItemListNew.js.map +1 -1
  234. package/lib/components/ItemList/ItemListNew/index.js +2 -3
  235. package/lib/components/ItemList/ItemListNew/index.js.map +1 -1
  236. package/lib/components/ItemList/constants.js +5 -6
  237. package/lib/components/ItemList/constants.js.map +1 -1
  238. package/lib/components/ItemList/helpers/get-item-list-data.js +3 -4
  239. package/lib/components/ItemList/helpers/get-item-list-data.js.map +1 -1
  240. package/lib/components/ItemList/helpers/get-item-list-id.js +4 -6
  241. package/lib/components/ItemList/helpers/get-item-list-id.js.map +1 -1
  242. package/lib/components/ItemList/helpers/get-item-list-ids.js +9 -12
  243. package/lib/components/ItemList/helpers/get-item-list-ids.js.map +1 -1
  244. package/lib/components/ItemList/helpers/index.js +10 -11
  245. package/lib/components/ItemList/helpers/index.js.map +1 -1
  246. package/lib/components/ItemList/helpers/set-item-list-id.js +4 -6
  247. package/lib/components/ItemList/helpers/set-item-list-id.js.map +1 -1
  248. package/lib/components/ItemList/helpers/set-param-and-redirect.js +7 -18
  249. package/lib/components/ItemList/helpers/set-param-and-redirect.js.map +1 -1
  250. package/lib/components/ItemList/hooks/index.js +2 -3
  251. package/lib/components/ItemList/hooks/index.js.map +1 -1
  252. package/lib/components/ItemList/hooks/use-item-list-id.js +12 -17
  253. package/lib/components/ItemList/hooks/use-item-list-id.js.map +1 -1
  254. package/lib/components/ItemList/icons/AddedBookmark.js +40 -0
  255. package/lib/components/ItemList/icons/AddedBookmark.js.map +1 -0
  256. package/lib/components/ItemList/icons/BaseBookmark.js +44 -0
  257. package/lib/components/ItemList/icons/BaseBookmark.js.map +1 -0
  258. package/lib/components/ItemList/icons/HoverBookmark.js +42 -0
  259. package/lib/components/ItemList/icons/HoverBookmark.js.map +1 -0
  260. package/lib/components/ItemList/icons/RemoveBookmark.js +40 -0
  261. package/lib/components/ItemList/icons/RemoveBookmark.js.map +1 -0
  262. package/lib/components/ItemList/icons/index.js +35 -0
  263. package/lib/components/ItemList/icons/index.js.map +1 -0
  264. package/lib/components/Layout/Layout.js +57 -53
  265. package/lib/components/Layout/Layout.js.map +1 -1
  266. package/lib/components/Layout/LayoutFactory.js +11 -23
  267. package/lib/components/Layout/LayoutFactory.js.map +1 -1
  268. package/lib/components/Layout/LayoutWithStickyTimer.js +18 -33
  269. package/lib/components/Layout/LayoutWithStickyTimer.js.map +1 -1
  270. package/lib/components/Layout/constants.js +3 -4
  271. package/lib/components/Layout/constants.js.map +1 -1
  272. package/lib/components/Layout/helpers/check-if-row-has-columns.js +8 -15
  273. package/lib/components/Layout/helpers/check-if-row-has-columns.js.map +1 -1
  274. package/lib/components/Layout/helpers/get-styles-to-update.js +6 -6
  275. package/lib/components/Layout/helpers/get-styles-to-update.js.map +1 -1
  276. package/lib/components/Layout/helpers/index.js +4 -5
  277. package/lib/components/Layout/helpers/index.js.map +1 -1
  278. package/lib/components/Layout/index.js +2 -3
  279. package/lib/components/Layout/index.js.map +1 -1
  280. package/lib/components/LazyImage/LazyImage.js +20 -23
  281. package/lib/components/LazyImage/LazyImage.js.map +1 -1
  282. package/lib/components/LazyImage/index.js +3 -17
  283. package/lib/components/LazyImage/index.js.map +1 -1
  284. package/lib/components/List/ListBuilder.js +130 -144
  285. package/lib/components/List/ListBuilder.js.map +1 -1
  286. package/lib/components/List/ListFactory.js +168 -180
  287. package/lib/components/List/ListFactory.js.map +1 -1
  288. package/lib/components/List/ListRender.js +87 -70
  289. package/lib/components/List/ListRender.js.map +1 -1
  290. package/lib/components/List/components/Cards/CardRenderWithInfiniteScroll.js +2 -3
  291. package/lib/components/List/components/Cards/CardRenderWithInfiniteScroll.js.map +1 -1
  292. package/lib/components/List/components/Cards/CardsRender.js +62 -75
  293. package/lib/components/List/components/Cards/CardsRender.js.map +1 -1
  294. package/lib/components/List/components/Cards/CardsRenderItem.js +69 -71
  295. package/lib/components/List/components/Cards/CardsRenderItem.js.map +1 -1
  296. package/lib/components/List/components/Cards/CardsRenderWrapper.js +29 -35
  297. package/lib/components/List/components/Cards/CardsRenderWrapper.js.map +1 -1
  298. package/lib/components/List/components/Cards/index.js +2 -3
  299. package/lib/components/List/components/Cards/index.js.map +1 -1
  300. package/lib/components/List/components/Full/FullRender.js +49 -60
  301. package/lib/components/List/components/Full/FullRender.js.map +1 -1
  302. package/lib/components/List/components/Full/FullRenderItem.js +68 -81
  303. package/lib/components/List/components/Full/FullRenderItem.js.map +1 -1
  304. package/lib/components/List/components/Full/FullRenderWithInfiniteScroll.js +2 -3
  305. package/lib/components/List/components/Full/FullRenderWithInfiniteScroll.js.map +1 -1
  306. package/lib/components/List/components/Full/index.js +2 -3
  307. package/lib/components/List/components/Full/index.js.map +1 -1
  308. package/lib/components/List/components/Header/ListHeader.js +34 -32
  309. package/lib/components/List/components/Header/ListHeader.js.map +1 -1
  310. package/lib/components/List/components/Header/index.js +2 -3
  311. package/lib/components/List/components/Header/index.js.map +1 -1
  312. package/lib/components/List/components/Pagination/Classic.js +37 -35
  313. package/lib/components/List/components/Pagination/Classic.js.map +1 -1
  314. package/lib/components/List/components/Pagination/ListPagination.js +42 -64
  315. package/lib/components/List/components/Pagination/ListPagination.js.map +1 -1
  316. package/lib/components/List/components/Pagination/LoadMore.js +21 -22
  317. package/lib/components/List/components/Pagination/LoadMore.js.map +1 -1
  318. package/lib/components/List/components/Pagination/index.js +2 -3
  319. package/lib/components/List/components/Pagination/index.js.map +1 -1
  320. package/lib/components/List/components/helpers/check-if-should-render-banner.js +26 -22
  321. package/lib/components/List/components/helpers/check-if-should-render-banner.js.map +1 -1
  322. package/lib/components/List/components/helpers/check-if-should-render-gtm.js +6 -10
  323. package/lib/components/List/components/helpers/check-if-should-render-gtm.js.map +1 -1
  324. package/lib/components/List/components/helpers/index.js +4 -5
  325. package/lib/components/List/components/helpers/index.js.map +1 -1
  326. package/lib/components/List/components/index.js +8 -9
  327. package/lib/components/List/components/index.js.map +1 -1
  328. package/lib/components/List/constants.js +7 -11
  329. package/lib/components/List/constants.js.map +1 -1
  330. package/lib/components/List/helpers/build-az-aggregations.js +22 -37
  331. package/lib/components/List/helpers/build-az-aggregations.js.map +1 -1
  332. package/lib/components/List/helpers/build-az-url.js +15 -23
  333. package/lib/components/List/helpers/build-az-url.js.map +1 -1
  334. package/lib/components/List/helpers/build-pagination-items.js +20 -20
  335. package/lib/components/List/helpers/build-pagination-items.js.map +1 -1
  336. package/lib/components/List/helpers/build-pagination-url.js +9 -18
  337. package/lib/components/List/helpers/build-pagination-url.js.map +1 -1
  338. package/lib/components/List/helpers/build-query-booster.js +32 -38
  339. package/lib/components/List/helpers/build-query-booster.js.map +1 -1
  340. package/lib/components/List/helpers/get-az-query-filter.js +4 -6
  341. package/lib/components/List/helpers/get-az-query-filter.js.map +1 -1
  342. package/lib/components/List/helpers/get-items-per-page-to-use.js +3 -4
  343. package/lib/components/List/helpers/get-items-per-page-to-use.js.map +1 -1
  344. package/lib/components/List/helpers/get-list-component.js +3 -4
  345. package/lib/components/List/helpers/get-list-component.js.map +1 -1
  346. package/lib/components/List/helpers/get-list-query.js +14 -26
  347. package/lib/components/List/helpers/get-list-query.js.map +1 -1
  348. package/lib/components/List/helpers/get-list-specific-search-filter.js +10 -12
  349. package/lib/components/List/helpers/get-list-specific-search-filter.js.map +1 -1
  350. package/lib/components/List/helpers/get-sort-props.js +16 -24
  351. package/lib/components/List/helpers/get-sort-props.js.map +1 -1
  352. package/lib/components/List/helpers/has-required-item-list-details.js +8 -8
  353. package/lib/components/List/helpers/has-required-item-list-details.js.map +1 -1
  354. package/lib/components/List/helpers/index.js +24 -25
  355. package/lib/components/List/helpers/index.js.map +1 -1
  356. package/lib/components/List/helpers/sort-aggs.js +16 -22
  357. package/lib/components/List/helpers/sort-aggs.js.map +1 -1
  358. package/lib/components/List/helpers/strip-query-key.js +3 -4
  359. package/lib/components/List/helpers/strip-query-key.js.map +1 -1
  360. package/lib/components/List/index.js +2 -3
  361. package/lib/components/List/index.js.map +1 -1
  362. package/lib/components/Loading/Loading.js +15 -16
  363. package/lib/components/Loading/Loading.js.map +1 -1
  364. package/lib/components/Loading/constants.js +3 -4
  365. package/lib/components/Loading/constants.js.map +1 -1
  366. package/lib/components/Loading/helpers.js +4 -8
  367. package/lib/components/Loading/helpers.js.map +1 -1
  368. package/lib/components/Loading/index.js +4 -4
  369. package/lib/components/Loading/index.js.map +1 -1
  370. package/lib/components/Menu/Menu.js +65 -83
  371. package/lib/components/Menu/Menu.js.map +1 -1
  372. package/lib/components/Menu/MenuContext.js +4 -6
  373. package/lib/components/Menu/MenuContext.js.map +1 -1
  374. package/lib/components/Menu/index.js +2 -3
  375. package/lib/components/Menu/index.js.map +1 -1
  376. package/lib/components/MenuItem/MenuEntitiesItem.js +131 -150
  377. package/lib/components/MenuItem/MenuEntitiesItem.js.map +1 -1
  378. package/lib/components/MenuItem/MenuItem.js +19 -18
  379. package/lib/components/MenuItem/MenuItem.js.map +1 -1
  380. package/lib/components/MenuItem/MenuItemRender.js +60 -73
  381. package/lib/components/MenuItem/MenuItemRender.js.map +1 -1
  382. package/lib/components/MenuItem/helpers/index.js +2 -17
  383. package/lib/components/MenuItem/helpers/index.js.map +1 -1
  384. package/lib/components/MenuItem/helpers/inject-helper-into-template.js +17 -8
  385. package/lib/components/MenuItem/helpers/inject-helper-into-template.js.map +1 -1
  386. package/lib/components/MenuItem/index.js +2 -3
  387. package/lib/components/MenuItem/index.js.map +1 -1
  388. package/lib/components/Modal/Modal.js +15 -14
  389. package/lib/components/Modal/Modal.js.map +1 -1
  390. package/lib/components/Modal/index.js +2 -3
  391. package/lib/components/Modal/index.js.map +1 -1
  392. package/lib/components/ModalAdapter/ModalAdapter.js +7 -8
  393. package/lib/components/ModalAdapter/ModalAdapter.js.map +1 -1
  394. package/lib/components/ModalAdapter/index.js +3 -17
  395. package/lib/components/ModalAdapter/index.js.map +1 -1
  396. package/lib/components/SearchContent/SearchContent.js +81 -85
  397. package/lib/components/SearchContent/SearchContent.js.map +1 -1
  398. package/lib/components/SearchContent/SearchContentItems.js +28 -31
  399. package/lib/components/SearchContent/SearchContentItems.js.map +1 -1
  400. package/lib/components/SearchContent/SearchContentResults.js +18 -17
  401. package/lib/components/SearchContent/SearchContentResults.js.map +1 -1
  402. package/lib/components/SearchContent/SearchContentToggleIcon.js +15 -17
  403. package/lib/components/SearchContent/SearchContentToggleIcon.js.map +1 -1
  404. package/lib/components/SearchContent/constants.js +2 -3
  405. package/lib/components/SearchContent/constants.js.map +1 -1
  406. package/lib/components/SearchContent/index.js +2 -3
  407. package/lib/components/SearchContent/index.js.map +1 -1
  408. package/lib/components/SearchFilter/SearchFilter/CloseMobileForm.js +12 -11
  409. package/lib/components/SearchFilter/SearchFilter/CloseMobileForm.js.map +1 -1
  410. package/lib/components/SearchFilter/SearchFilter/FiltersList.js +45 -51
  411. package/lib/components/SearchFilter/SearchFilter/FiltersList.js.map +1 -1
  412. package/lib/components/SearchFilter/SearchFilter/MobileFormToolbar.js +14 -13
  413. package/lib/components/SearchFilter/SearchFilter/MobileFormToolbar.js.map +1 -1
  414. package/lib/components/SearchFilter/SearchFilter/ResetDesktopForm.js +12 -11
  415. package/lib/components/SearchFilter/SearchFilter/ResetDesktopForm.js.map +1 -1
  416. package/lib/components/SearchFilter/SearchFilter/SearchFilter.js +95 -125
  417. package/lib/components/SearchFilter/SearchFilter/SearchFilter.js.map +1 -1
  418. package/lib/components/SearchFilter/SearchFilter/index.js +2 -3
  419. package/lib/components/SearchFilter/SearchFilter/index.js.map +1 -1
  420. package/lib/components/SearchFilter/SearchFilterContainer.js +135 -154
  421. package/lib/components/SearchFilter/SearchFilterContainer.js.map +1 -1
  422. package/lib/components/SearchFilter/components/Checkbox.js +66 -83
  423. package/lib/components/SearchFilter/components/Checkbox.js.map +1 -1
  424. package/lib/components/SearchFilter/components/Range.js +91 -80
  425. package/lib/components/SearchFilter/components/Range.js.map +1 -1
  426. package/lib/components/SearchFilter/components/Select.js +46 -48
  427. package/lib/components/SearchFilter/components/Select.js.map +1 -1
  428. package/lib/components/SearchFilter/components/TextSearch.js +41 -39
  429. package/lib/components/SearchFilter/components/TextSearch.js.map +1 -1
  430. package/lib/components/SearchFilter/components/index.js +8 -9
  431. package/lib/components/SearchFilter/components/index.js.map +1 -1
  432. package/lib/components/SearchFilter/constants.js +29 -30
  433. package/lib/components/SearchFilter/constants.js.map +1 -1
  434. package/lib/components/SearchFilter/helpers/build-list-name-query.js +9 -19
  435. package/lib/components/SearchFilter/helpers/build-list-name-query.js.map +1 -1
  436. package/lib/components/SearchFilter/helpers/build-new-url.js +8 -9
  437. package/lib/components/SearchFilter/helpers/build-new-url.js.map +1 -1
  438. package/lib/components/SearchFilter/helpers/build-url-query.js +25 -30
  439. package/lib/components/SearchFilter/helpers/build-url-query.js.map +1 -1
  440. package/lib/components/SearchFilter/helpers/calculate-min-max.js +10 -10
  441. package/lib/components/SearchFilter/helpers/calculate-min-max.js.map +1 -1
  442. package/lib/components/SearchFilter/helpers/calculate-step.js +3 -6
  443. package/lib/components/SearchFilter/helpers/calculate-step.js.map +1 -1
  444. package/lib/components/SearchFilter/helpers/check-if-range-updated.js +7 -6
  445. package/lib/components/SearchFilter/helpers/check-if-range-updated.js.map +1 -1
  446. package/lib/components/SearchFilter/helpers/decode-encode.js +4 -7
  447. package/lib/components/SearchFilter/helpers/decode-encode.js.map +1 -1
  448. package/lib/components/SearchFilter/helpers/get-display-value.js +4 -14
  449. package/lib/components/SearchFilter/helpers/get-display-value.js.map +1 -1
  450. package/lib/components/SearchFilter/helpers/get-filter-ranges-and-checkboxes-values.js +10 -17
  451. package/lib/components/SearchFilter/helpers/get-filter-ranges-and-checkboxes-values.js.map +1 -1
  452. package/lib/components/SearchFilter/helpers/get-filter-value-from-query.js +14 -14
  453. package/lib/components/SearchFilter/helpers/get-filter-value-from-query.js.map +1 -1
  454. package/lib/components/SearchFilter/helpers/get-filter-values.js +11 -15
  455. package/lib/components/SearchFilter/helpers/get-filter-values.js.map +1 -1
  456. package/lib/components/SearchFilter/helpers/get-initial-filter-values.js +13 -17
  457. package/lib/components/SearchFilter/helpers/get-initial-filter-values.js.map +1 -1
  458. package/lib/components/SearchFilter/helpers/get-intersected-prop.js +3 -7
  459. package/lib/components/SearchFilter/helpers/get-intersected-prop.js.map +1 -1
  460. package/lib/components/SearchFilter/helpers/get-range-value.js +17 -24
  461. package/lib/components/SearchFilter/helpers/get-range-value.js.map +1 -1
  462. package/lib/components/SearchFilter/helpers/get-responsive-filter-classnames.js +17 -13
  463. package/lib/components/SearchFilter/helpers/get-responsive-filter-classnames.js.map +1 -1
  464. package/lib/components/SearchFilter/helpers/get-select-options.js +9 -11
  465. package/lib/components/SearchFilter/helpers/get-select-options.js.map +1 -1
  466. package/lib/components/SearchFilter/helpers/get-updated-filter-by.js +9 -21
  467. package/lib/components/SearchFilter/helpers/get-updated-filter-by.js.map +1 -1
  468. package/lib/components/SearchFilter/helpers/index.js +34 -35
  469. package/lib/components/SearchFilter/helpers/index.js.map +1 -1
  470. package/lib/components/SearchFilter/helpers/is-device-desktop.js +3 -6
  471. package/lib/components/SearchFilter/helpers/is-device-desktop.js.map +1 -1
  472. package/lib/components/SearchFilter/helpers/parse-filter-value.js +8 -14
  473. package/lib/components/SearchFilter/helpers/parse-filter-value.js.map +1 -1
  474. package/lib/components/SearchFilter/index.js +2 -3
  475. package/lib/components/SearchFilter/index.js.map +1 -1
  476. package/lib/components/SearchFilter/searchFilterReducer.js +10 -19
  477. package/lib/components/SearchFilter/searchFilterReducer.js.map +1 -1
  478. package/lib/components/SearchFilterSort/SearchFilterSort.js +49 -55
  479. package/lib/components/SearchFilterSort/SearchFilterSort.js.map +1 -1
  480. package/lib/components/SearchFilterSort/constants.js +4 -5
  481. package/lib/components/SearchFilterSort/constants.js.map +1 -1
  482. package/lib/components/SearchFilterSort/helpers/handle-sort-update.js +26 -30
  483. package/lib/components/SearchFilterSort/helpers/handle-sort-update.js.map +1 -1
  484. package/lib/components/SearchFilterSort/helpers/index.js +4 -5
  485. package/lib/components/SearchFilterSort/helpers/index.js.map +1 -1
  486. package/lib/components/SearchFilterSort/helpers/update-sort.js +13 -27
  487. package/lib/components/SearchFilterSort/helpers/update-sort.js.map +1 -1
  488. package/lib/components/SearchFilterSort/index.js +2 -3
  489. package/lib/components/SearchFilterSort/index.js.map +1 -1
  490. package/lib/components/SocialFollow/SFItem.js +18 -18
  491. package/lib/components/SocialFollow/SFItem.js.map +1 -1
  492. package/lib/components/SocialFollow/SocialFollow.js +17 -16
  493. package/lib/components/SocialFollow/SocialFollow.js.map +1 -1
  494. package/lib/components/SocialFollow/SocialFollowRender.js +15 -16
  495. package/lib/components/SocialFollow/SocialFollowRender.js.map +1 -1
  496. package/lib/components/SocialFollow/index.js +2 -3
  497. package/lib/components/SocialFollow/index.js.map +1 -1
  498. package/lib/components/SocialFollow/sf.config.js +4 -5
  499. package/lib/components/SocialFollow/sf.config.js.map +1 -1
  500. package/lib/components/SubMenu/SubMenu.js +10 -10
  501. package/lib/components/SubMenu/SubMenu.js.map +1 -1
  502. package/lib/components/SubMenu/index.js +2 -3
  503. package/lib/components/SubMenu/index.js.map +1 -1
  504. package/lib/components/TextBlock/TextBlockRender.js +12 -13
  505. package/lib/components/TextBlock/TextBlockRender.js.map +1 -1
  506. package/lib/components/TextBlock/index.js +22 -30
  507. package/lib/components/TextBlock/index.js.map +1 -1
  508. package/lib/components/Video/Video.js +46 -52
  509. package/lib/components/Video/Video.js.map +1 -1
  510. package/lib/components/Video/VideoContext.js +3 -4
  511. package/lib/components/Video/VideoContext.js.map +1 -1
  512. package/lib/components/Video/VideoModal.js +13 -28
  513. package/lib/components/Video/VideoModal.js.map +1 -1
  514. package/lib/components/Video/VideoRender.js +30 -36
  515. package/lib/components/Video/VideoRender.js.map +1 -1
  516. package/lib/components/Video/constants.js +1 -2
  517. package/lib/components/Video/constants.js.map +1 -1
  518. package/lib/components/Video/helpers/emit-gtm-event.js +11 -11
  519. package/lib/components/Video/helpers/emit-gtm-event.js.map +1 -1
  520. package/lib/components/Video/index.js +2 -3
  521. package/lib/components/Video/index.js.map +1 -1
  522. package/lib/components/Video/providers/Default.js +22 -24
  523. package/lib/components/Video/providers/Default.js.map +1 -1
  524. package/lib/components/Video/providers/JWPlayer/JWPlayerController.js +44 -46
  525. package/lib/components/Video/providers/JWPlayer/JWPlayerController.js.map +1 -1
  526. package/lib/components/Video/providers/JWPlayer/JWPlayerProvider.js +44 -56
  527. package/lib/components/Video/providers/JWPlayer/JWPlayerProvider.js.map +1 -1
  528. package/lib/components/Video/providers/Vimeo/VimeoProvider.js +41 -88
  529. package/lib/components/Video/providers/Vimeo/VimeoProvider.js.map +1 -1
  530. package/lib/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.js +8 -21
  531. package/lib/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.js.map +1 -1
  532. package/lib/components/Video/providers/Vimeo/helpers/index.js +2 -3
  533. package/lib/components/Video/providers/Vimeo/helpers/index.js.map +1 -1
  534. package/lib/components/Video/providers/YouTube/YouTubeProvider.js +18 -18
  535. package/lib/components/Video/providers/YouTube/YouTubeProvider.js.map +1 -1
  536. package/lib/components/Video/providers/YouTube/YoutubeEmbeded.js +101 -121
  537. package/lib/components/Video/providers/YouTube/YoutubeEmbeded.js.map +1 -1
  538. package/lib/components/Video/providers/YouTube/helpers/index.js +17 -23
  539. package/lib/components/Video/providers/YouTube/helpers/index.js.map +1 -1
  540. package/lib/components/Video/providers/get-provider.js +10 -40
  541. package/lib/components/Video/providers/get-provider.js.map +1 -1
  542. package/lib/components/Video/providers/index.js +2 -3
  543. package/lib/components/Video/providers/index.js.map +1 -1
  544. package/lib/components/Wrapper.js +21 -21
  545. package/lib/components/Wrapper.js.map +1 -1
  546. package/lib/components/index.js +34 -164
  547. package/lib/components/index.js.map +1 -1
  548. package/lib/constants/componentsDefaultValues.js +5 -7
  549. package/lib/constants/componentsDefaultValues.js.map +1 -1
  550. package/lib/constants/index.js +111 -113
  551. package/lib/constants/index.js.map +1 -1
  552. package/lib/helpers/append-images.js +20 -30
  553. package/lib/helpers/append-images.js.map +1 -1
  554. package/lib/helpers/build-az-filter.js +12 -13
  555. package/lib/helpers/build-az-filter.js.map +1 -1
  556. package/lib/helpers/build-checkbox-filters.js +17 -20
  557. package/lib/helpers/build-checkbox-filters.js.map +1 -1
  558. package/lib/helpers/build-filters-query.js +50 -57
  559. package/lib/helpers/build-filters-query.js.map +1 -1
  560. package/lib/helpers/build-image-properties.js +21 -23
  561. package/lib/helpers/build-image-properties.js.map +1 -1
  562. package/lib/helpers/build-inherited-filters.js +41 -53
  563. package/lib/helpers/build-inherited-filters.js.map +1 -1
  564. package/lib/helpers/build-link-extra-props.js +10 -11
  565. package/lib/helpers/build-link-extra-props.js.map +1 -1
  566. package/lib/helpers/build-props-query.js +72 -111
  567. package/lib/helpers/build-props-query.js.map +1 -1
  568. package/lib/helpers/build-query-fields.js +13 -10
  569. package/lib/helpers/build-query-fields.js.map +1 -1
  570. package/lib/helpers/build-query-key.js +6 -8
  571. package/lib/helpers/build-query-key.js.map +1 -1
  572. package/lib/helpers/build-raw-query-base.js +59 -80
  573. package/lib/helpers/build-raw-query-base.js.map +1 -1
  574. package/lib/helpers/build-raw-query-stringified.js +9 -15
  575. package/lib/helpers/build-raw-query-stringified.js.map +1 -1
  576. package/lib/helpers/build-raw-query.js +72 -86
  577. package/lib/helpers/build-raw-query.js.map +1 -1
  578. package/lib/helpers/build-search-values-checkbox-select.js +54 -76
  579. package/lib/helpers/build-search-values-checkbox-select.js.map +1 -1
  580. package/lib/helpers/build-search-values-text.js +30 -36
  581. package/lib/helpers/build-search-values-text.js.map +1 -1
  582. package/lib/helpers/build-set-filters.js +24 -38
  583. package/lib/helpers/build-set-filters.js.map +1 -1
  584. package/lib/helpers/build-sort-values.js +18 -28
  585. package/lib/helpers/build-sort-values.js.map +1 -1
  586. package/lib/helpers/check-for-error.js +7 -13
  587. package/lib/helpers/check-for-error.js.map +1 -1
  588. package/lib/helpers/check-props-to-use.js +5 -11
  589. package/lib/helpers/check-props-to-use.js.map +1 -1
  590. package/lib/helpers/entities/constants.js +3 -4
  591. package/lib/helpers/entities/constants.js.map +1 -1
  592. package/lib/helpers/filter-query-setup.js +39 -48
  593. package/lib/helpers/filter-query-setup.js.map +1 -1
  594. package/lib/helpers/filters-setup.js +34 -35
  595. package/lib/helpers/filters-setup.js.map +1 -1
  596. package/lib/helpers/get-banner-data.js +12 -22
  597. package/lib/helpers/get-banner-data.js.map +1 -1
  598. package/lib/helpers/get-checkbox-filters.js +3 -4
  599. package/lib/helpers/get-checkbox-filters.js.map +1 -1
  600. package/lib/helpers/get-click-wrapper-options.js +28 -43
  601. package/lib/helpers/get-click-wrapper-options.js.map +1 -1
  602. package/lib/helpers/get-component-id.js +14 -0
  603. package/lib/helpers/get-component-id.js.map +1 -0
  604. package/lib/helpers/get-current-offset.js +4 -10
  605. package/lib/helpers/get-current-offset.js.map +1 -1
  606. package/lib/helpers/get-custom-html-properties.js +19 -0
  607. package/lib/helpers/get-custom-html-properties.js.map +1 -0
  608. package/lib/helpers/get-dictionary-match.js +4 -7
  609. package/lib/helpers/get-dictionary-match.js.map +1 -1
  610. package/lib/helpers/get-display-count-data.js +8 -10
  611. package/lib/helpers/get-display-count-data.js.map +1 -1
  612. package/lib/helpers/get-elasticsearch-operator.js +5 -7
  613. package/lib/helpers/get-elasticsearch-operator.js.map +1 -1
  614. package/lib/helpers/get-entities-with-banner.js +22 -28
  615. package/lib/helpers/get-entities-with-banner.js.map +1 -1
  616. package/lib/helpers/get-entity-data.js +15 -17
  617. package/lib/helpers/get-entity-data.js.map +1 -1
  618. package/lib/helpers/get-entity-render-props.js +16 -14
  619. package/lib/helpers/get-entity-render-props.js.map +1 -1
  620. package/lib/helpers/get-extra-az-bits.js +25 -23
  621. package/lib/helpers/get-extra-az-bits.js.map +1 -1
  622. package/lib/helpers/get-filter-props.js +46 -60
  623. package/lib/helpers/get-filter-props.js.map +1 -1
  624. package/lib/helpers/get-filter-relation-keys.js +8 -16
  625. package/lib/helpers/get-filter-relation-keys.js.map +1 -1
  626. package/lib/helpers/get-generic-props.js +9 -18
  627. package/lib/helpers/get-generic-props.js.map +1 -1
  628. package/lib/helpers/get-generic-render-variables.js +30 -45
  629. package/lib/helpers/get-generic-render-variables.js.map +1 -1
  630. package/lib/helpers/get-image-ids.js +12 -21
  631. package/lib/helpers/get-image-ids.js.map +1 -1
  632. package/lib/helpers/get-inherited-filters.js +6 -18
  633. package/lib/helpers/get-inherited-filters.js.map +1 -1
  634. package/lib/helpers/get-items-to-display-ids.js +6 -15
  635. package/lib/helpers/get-items-to-display-ids.js.map +1 -1
  636. package/lib/helpers/get-modifiers.js +8 -23
  637. package/lib/helpers/get-modifiers.js.map +1 -1
  638. package/lib/helpers/get-not-equal-query.js +1 -2
  639. package/lib/helpers/get-not-equal-query.js.map +1 -1
  640. package/lib/helpers/get-pagination-index.js +3 -6
  641. package/lib/helpers/get-pagination-index.js.map +1 -1
  642. package/lib/helpers/get-parsed-prop-values.js +28 -40
  643. package/lib/helpers/get-parsed-prop-values.js.map +1 -1
  644. package/lib/helpers/get-parsed-summary-value.js +5 -6
  645. package/lib/helpers/get-parsed-summary-value.js.map +1 -1
  646. package/lib/helpers/get-prop-values.js +13 -26
  647. package/lib/helpers/get-prop-values.js.map +1 -1
  648. package/lib/helpers/get-query-filters.js +12 -15
  649. package/lib/helpers/get-query-filters.js.map +1 -1
  650. package/lib/helpers/get-query-props.js +27 -32
  651. package/lib/helpers/get-query-props.js.map +1 -1
  652. package/lib/helpers/get-required-schemas.js +20 -37
  653. package/lib/helpers/get-required-schemas.js.map +1 -1
  654. package/lib/helpers/get-sanitized-prop-values.js +3 -10
  655. package/lib/helpers/get-sanitized-prop-values.js.map +1 -1
  656. package/lib/helpers/get-search-filter-type.js +10 -14
  657. package/lib/helpers/get-search-filter-type.js.map +1 -1
  658. package/lib/helpers/get-sort-by-field-name.js +15 -32
  659. package/lib/helpers/get-sort-by-field-name.js.map +1 -1
  660. package/lib/helpers/get-unpublished-entity-name.js +4 -14
  661. package/lib/helpers/get-unpublished-entity-name.js.map +1 -1
  662. package/lib/helpers/get-updated-filter-by.js +5 -8
  663. package/lib/helpers/get-updated-filter-by.js.map +1 -1
  664. package/lib/helpers/get-updated-items-to-display.js +17 -33
  665. package/lib/helpers/get-updated-items-to-display.js.map +1 -1
  666. package/lib/helpers/get-updated-sort-properties.js +8 -18
  667. package/lib/helpers/get-updated-sort-properties.js.map +1 -1
  668. package/lib/helpers/get-wrapped-value-with-link.js +14 -17
  669. package/lib/helpers/get-wrapped-value-with-link.js.map +1 -1
  670. package/lib/helpers/group-entities.js +4 -9
  671. package/lib/helpers/group-entities.js.map +1 -1
  672. package/lib/helpers/has-children.js +4 -7
  673. package/lib/helpers/has-children.js.map +1 -1
  674. package/lib/helpers/index.js +140 -127
  675. package/lib/helpers/index.js.map +1 -1
  676. package/lib/helpers/inject-banner.js +8 -10
  677. package/lib/helpers/inject-banner.js.map +1 -1
  678. package/lib/helpers/inject-banners-to-entities.js +11 -9
  679. package/lib/helpers/inject-banners-to-entities.js.map +1 -1
  680. package/lib/helpers/inject-multiple-banners/get-banners-for-entities/get-banners-for-entities.js +9 -12
  681. package/lib/helpers/inject-multiple-banners/get-banners-for-entities/get-banners-for-entities.js.map +1 -1
  682. package/lib/helpers/inject-multiple-banners/get-banners-for-entities/index.js +2 -3
  683. package/lib/helpers/inject-multiple-banners/get-banners-for-entities/index.js.map +1 -1
  684. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/get-banners-for-nodes.js +10 -22
  685. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/get-banners-for-nodes.js.map +1 -1
  686. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/group-node-entities.js +17 -24
  687. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/group-node-entities.js.map +1 -1
  688. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/index.js +2 -3
  689. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/index.js.map +1 -1
  690. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/index.js +2 -3
  691. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/index.js.map +1 -1
  692. package/lib/helpers/inject-multiple-banners/index.js +2 -3
  693. package/lib/helpers/inject-multiple-banners/index.js.map +1 -1
  694. package/lib/helpers/inject-multiple-banners/inject-multiple-banners.js +6 -6
  695. package/lib/helpers/inject-multiple-banners/inject-multiple-banners.js.map +1 -1
  696. package/lib/helpers/is-browser.js +3 -6
  697. package/lib/helpers/is-browser.js.map +1 -1
  698. package/lib/helpers/is-filter-entitys-id.js +5 -9
  699. package/lib/helpers/is-filter-entitys-id.js.map +1 -1
  700. package/lib/helpers/is-object.js +3 -9
  701. package/lib/helpers/is-object.js.map +1 -1
  702. package/lib/helpers/is-using-relation-image.js +3 -6
  703. package/lib/helpers/is-using-relation-image.js.map +1 -1
  704. package/lib/helpers/parse-TextBlock.js +18 -24
  705. package/lib/helpers/parse-TextBlock.js.map +1 -1
  706. package/lib/helpers/parse-interval.js +1 -2
  707. package/lib/helpers/parse-interval.js.map +1 -1
  708. package/lib/helpers/parse-props-to-display.js +24 -39
  709. package/lib/helpers/parse-props-to-display.js.map +1 -1
  710. package/lib/helpers/process-data-summary-value.js +26 -37
  711. package/lib/helpers/process-data-summary-value.js.map +1 -1
  712. package/lib/helpers/remove-extra-items.js +4 -5
  713. package/lib/helpers/remove-extra-items.js.map +1 -1
  714. package/lib/helpers/remove-unwanted-characters.js +11 -23
  715. package/lib/helpers/remove-unwanted-characters.js.map +1 -1
  716. package/lib/helpers/render-children.js +15 -36
  717. package/lib/helpers/render-children.js.map +1 -1
  718. package/lib/helpers/should-render-waypoint.js +3 -10
  719. package/lib/helpers/should-render-waypoint.js.map +1 -1
  720. package/lib/helpers/should-return.js +3 -11
  721. package/lib/helpers/should-return.js.map +1 -1
  722. package/lib/helpers/should-show-property.js +6 -8
  723. package/lib/helpers/should-show-property.js.map +1 -1
  724. package/lib/helpers/should-skip-single-query.js +3 -6
  725. package/lib/helpers/should-skip-single-query.js.map +1 -1
  726. package/lib/helpers/sort-response-data.js +7 -17
  727. package/lib/helpers/sort-response-data.js.map +1 -1
  728. package/lib/helpers/split-children.js +43 -52
  729. package/lib/helpers/split-children.js.map +1 -1
  730. package/lib/helpers/update-childrens-parent.js +12 -25
  731. package/lib/helpers/update-childrens-parent.js.map +1 -1
  732. package/lib/hooks/helpers/RenderComponent.js +53 -46
  733. package/lib/hooks/helpers/RenderComponent.js.map +1 -1
  734. package/lib/hooks/helpers/StoreImages.js +50 -61
  735. package/lib/hooks/helpers/StoreImages.js.map +1 -1
  736. package/lib/hooks/helpers/append-gtm-classname.js +28 -31
  737. package/lib/hooks/helpers/append-gtm-classname.js.map +1 -1
  738. package/lib/hooks/helpers/buildPBComponents.js +46 -71
  739. package/lib/hooks/helpers/buildPBComponents.js.map +1 -1
  740. package/lib/hooks/helpers/check-banner-insertion-set.js +10 -18
  741. package/lib/hooks/helpers/check-banner-insertion-set.js.map +1 -1
  742. package/lib/hooks/helpers/check-collisions.js +17 -20
  743. package/lib/hooks/helpers/check-collisions.js.map +1 -1
  744. package/lib/hooks/helpers/constants.js +4 -5
  745. package/lib/hooks/helpers/constants.js.map +1 -1
  746. package/lib/hooks/helpers/get-banner-index.js +3 -9
  747. package/lib/hooks/helpers/get-banner-index.js.map +1 -1
  748. package/lib/hooks/helpers/get-components-to-insert-by-type.js +16 -18
  749. package/lib/hooks/helpers/get-components-to-insert-by-type.js.map +1 -1
  750. package/lib/hooks/helpers/get-lightbox-images.js +17 -44
  751. package/lib/hooks/helpers/get-lightbox-images.js.map +1 -1
  752. package/lib/hooks/helpers/getComponent.js +1 -2
  753. package/lib/hooks/helpers/getComponent.js.map +1 -1
  754. package/lib/hooks/helpers/getVariant.js +9 -7
  755. package/lib/hooks/helpers/getVariant.js.map +1 -1
  756. package/lib/hooks/helpers/index.js +2 -3
  757. package/lib/hooks/helpers/index.js.map +1 -1
  758. package/lib/hooks/helpers/inject-element-components.js +33 -37
  759. package/lib/hooks/helpers/inject-element-components.js.map +1 -1
  760. package/lib/hooks/helpers/inject-textblock-banners.js +56 -62
  761. package/lib/hooks/helpers/inject-textblock-banners.js.map +1 -1
  762. package/lib/hooks/helpers/insert-banners.js +41 -58
  763. package/lib/hooks/helpers/insert-banners.js.map +1 -1
  764. package/lib/hooks/helpers/update-targetings.js +11 -9
  765. package/lib/hooks/helpers/update-targetings.js.map +1 -1
  766. package/lib/hooks/index.js +29 -23
  767. package/lib/hooks/index.js.map +1 -1
  768. package/lib/hooks/use-app-event-hook.js +45 -0
  769. package/lib/hooks/use-app-event-hook.js.map +1 -0
  770. package/lib/hooks/use-app-sync-event-hook.js +30 -18
  771. package/lib/hooks/use-app-sync-event-hook.js.map +1 -1
  772. package/lib/hooks/use-banner-insertion.js +14 -14
  773. package/lib/hooks/use-banner-insertion.js.map +1 -1
  774. package/lib/hooks/use-check-mobile-screen.js +12 -18
  775. package/lib/hooks/use-check-mobile-screen.js.map +1 -1
  776. package/lib/hooks/use-filter-aggregation-values.js +19 -35
  777. package/lib/hooks/use-filter-aggregation-values.js.map +1 -1
  778. package/lib/hooks/use-get-entity-schema.js +20 -26
  779. package/lib/hooks/use-get-entity-schema.js.map +1 -1
  780. package/lib/hooks/use-get-entity-schemas-as-obj.js +7 -17
  781. package/lib/hooks/use-get-entity-schemas-as-obj.js.map +1 -1
  782. package/lib/hooks/use-get-image-id-from-relation.js +31 -34
  783. package/lib/hooks/use-get-image-id-from-relation.js.map +1 -1
  784. package/lib/hooks/use-get-images.js +20 -24
  785. package/lib/hooks/use-get-images.js.map +1 -1
  786. package/lib/hooks/use-get-single-entity-schema.js +16 -17
  787. package/lib/hooks/use-get-single-entity-schema.js.map +1 -1
  788. package/lib/hooks/use-page-builder.js +8 -30
  789. package/lib/hooks/use-page-builder.js.map +1 -1
  790. package/lib/hooks/use-portal.js +6 -15
  791. package/lib/hooks/use-portal.js.map +1 -1
  792. package/lib/index.js +54 -43
  793. package/lib/index.js.map +1 -1
  794. package/lib/system-components/EditorMode/BlazeLogo.js +75 -0
  795. package/lib/system-components/EditorMode/BlazeLogo.js.map +1 -0
  796. package/lib/system-components/EditorMode/PbWrapper.js +42 -0
  797. package/lib/system-components/EditorMode/PbWrapper.js.map +1 -0
  798. package/lib/system-components/EditorMode/constants.js +9 -0
  799. package/lib/system-components/EditorMode/constants.js.map +1 -0
  800. package/lib/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js +100 -0
  801. package/lib/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js.map +1 -0
  802. package/lib/system-components/EditorMode/helpers/check-is-over-blaze-icon.js +25 -0
  803. package/lib/system-components/EditorMode/helpers/check-is-over-blaze-icon.js.map +1 -0
  804. package/lib/system-components/index.js +11 -0
  805. package/lib/system-components/index.js.map +1 -0
  806. package/lib/translations.js +4 -5
  807. package/lib/translations.js.map +1 -1
  808. package/lib/utils/component-map.js +12 -18
  809. package/lib/utils/component-map.js.map +1 -1
  810. package/lib/utils/get-class-modifiers.js +43 -55
  811. package/lib/utils/get-class-modifiers.js.map +1 -1
  812. package/lib/utils/get-image-data.js +7 -15
  813. package/lib/utils/get-image-data.js.map +1 -1
  814. package/lib/utils/get-props-to-display-modifiers.js +5 -10
  815. package/lib/utils/get-props-to-display-modifiers.js.map +1 -1
  816. package/lib/utils/index.js +12 -13
  817. package/lib/utils/index.js.map +1 -1
  818. package/lib/utils/is-object-empty.js +1 -3
  819. package/lib/utils/is-object-empty.js.map +1 -1
  820. package/lib/utils/variant-handler.js +8 -15
  821. package/lib/utils/variant-handler.js.map +1 -1
  822. package/lib/variants/FloatingSideButton/index.js +7 -19
  823. package/lib/variants/FloatingSideButton/index.js.map +1 -1
  824. package/lib/variants/HeroImage/index.js +7 -19
  825. package/lib/variants/HeroImage/index.js.map +1 -1
  826. package/lib/variants/Infographic/Infographic.js +13 -17
  827. package/lib/variants/Infographic/Infographic.js.map +1 -1
  828. package/lib/variants/Infographic/index.js +7 -30
  829. package/lib/variants/Infographic/index.js.map +1 -1
  830. package/lib/variants/Infographic/useInfographic.js +16 -29
  831. package/lib/variants/Infographic/useInfographic.js.map +1 -1
  832. package/lib/variants/LiveBlogList/LiveBlogList.js +88 -0
  833. package/lib/variants/LiveBlogList/LiveBlogList.js.map +1 -0
  834. package/lib/variants/LiveBlogList/index.js +20 -0
  835. package/lib/variants/LiveBlogList/index.js.map +1 -0
  836. package/lib/variants/LongformGallery/LongformGallery.js +28 -34
  837. package/lib/variants/LongformGallery/LongformGallery.js.map +1 -1
  838. package/lib/variants/LongformGallery/LongformGalleryImage.js +34 -39
  839. package/lib/variants/LongformGallery/LongformGalleryImage.js.map +1 -1
  840. package/lib/variants/LongformGallery/constants.js +11 -7
  841. package/lib/variants/LongformGallery/constants.js.map +1 -1
  842. package/lib/variants/LongformGallery/helpers/index.js +6 -7
  843. package/lib/variants/LongformGallery/helpers/index.js.map +1 -1
  844. package/lib/variants/LongformGallery/helpers/parseImageData.js +11 -20
  845. package/lib/variants/LongformGallery/helpers/parseImageData.js.map +1 -1
  846. package/lib/variants/LongformGallery/helpers/separateImages.js +9 -13
  847. package/lib/variants/LongformGallery/helpers/separateImages.js.map +1 -1
  848. package/lib/variants/LongformGallery/helpers/shouldSkip.js +3 -7
  849. package/lib/variants/LongformGallery/helpers/shouldSkip.js.map +1 -1
  850. package/lib/variants/LongformGallery/index.js +9 -32
  851. package/lib/variants/LongformGallery/index.js.map +1 -1
  852. package/lib/variants/LongformGallery/useLongformGallery.js +36 -41
  853. package/lib/variants/LongformGallery/useLongformGallery.js.map +1 -1
  854. package/lib/variants/LongformRow/index.js +7 -19
  855. package/lib/variants/LongformRow/index.js.map +1 -1
  856. package/lib/variants/ParallaxImageTextRight/index.js +8 -20
  857. package/lib/variants/ParallaxImageTextRight/index.js.map +1 -1
  858. package/lib/variants/SlideSummary/SlideSummary.js +10 -9
  859. package/lib/variants/SlideSummary/SlideSummary.js.map +1 -1
  860. package/lib/variants/SlideSummary/index.js +7 -30
  861. package/lib/variants/SlideSummary/index.js.map +1 -1
  862. package/lib/variants/ThumbnailCarousel/ThumbnailCarousel.js +30 -37
  863. package/lib/variants/ThumbnailCarousel/ThumbnailCarousel.js.map +1 -1
  864. package/lib/variants/ThumbnailCarousel/ThumbnailImage/ThumbnailImage.js +15 -15
  865. package/lib/variants/ThumbnailCarousel/ThumbnailImage/ThumbnailImage.js.map +1 -1
  866. package/lib/variants/ThumbnailCarousel/ThumbnailImage/index.js +2 -3
  867. package/lib/variants/ThumbnailCarousel/ThumbnailImage/index.js.map +1 -1
  868. package/lib/variants/ThumbnailCarousel/ThumbnailImage/useThumbnailImage.js +46 -46
  869. package/lib/variants/ThumbnailCarousel/ThumbnailImage/useThumbnailImage.js.map +1 -1
  870. package/lib/variants/ThumbnailCarousel/index.js +7 -30
  871. package/lib/variants/ThumbnailCarousel/index.js.map +1 -1
  872. package/lib/variants/ThumbnailCarousel/useThumbnailCarousel.js +25 -37
  873. package/lib/variants/ThumbnailCarousel/useThumbnailCarousel.js.map +1 -1
  874. package/lib/variants/index.js +12 -11
  875. package/lib/variants/index.js.map +1 -1
  876. package/lib-es/BannerContext/helpers/index.js.map +1 -1
  877. package/lib-es/BannerContext/helpers/set-initial-banner-counters.js.map +1 -1
  878. package/lib-es/BannerContext/index.js.map +1 -1
  879. package/lib-es/HOC/index.js.map +1 -1
  880. package/lib-es/HOC/recreateOnNavigation.js.map +1 -1
  881. package/lib-es/HOC/withInfiniteScroll.js.map +1 -1
  882. package/lib-es/HOC/withTitle.js +1 -1
  883. package/lib-es/HOC/withTitle.js.map +1 -1
  884. package/lib-es/PBContext/index.js.map +1 -1
  885. package/lib-es/application/query/index.js +9 -1
  886. package/lib-es/application/query/index.js.map +1 -1
  887. package/lib-es/components/BackToTop/BackToTop.js +2 -2
  888. package/lib-es/components/BackToTop/BackToTop.js.map +1 -1
  889. package/lib-es/components/BackToTop/index.js.map +1 -1
  890. package/lib-es/components/Banner/AdSlotRender.js.map +1 -1
  891. package/lib-es/components/Banner/Banner.js.map +1 -1
  892. package/lib-es/components/Banner/BannerRender.js.map +1 -1
  893. package/lib-es/components/Banner/helpers.js.map +1 -1
  894. package/lib-es/components/Banner/index.js +1 -1
  895. package/lib-es/components/Banner/index.js.map +1 -1
  896. package/lib-es/components/BlazeLink.js.map +1 -1
  897. package/lib-es/components/Breadcrumb/Breadcrumb.js.map +1 -1
  898. package/lib-es/components/Breadcrumb/index.js.map +1 -1
  899. package/lib-es/components/Button.js +12 -7
  900. package/lib-es/components/Button.js.map +1 -1
  901. package/lib-es/components/Card/Card.js +3 -1
  902. package/lib-es/components/Card/Card.js.map +1 -1
  903. package/lib-es/components/Card/CardsContainer.js.map +1 -1
  904. package/lib-es/components/Card/CardsFactory.js.map +1 -1
  905. package/lib-es/components/Card/CardsRender.js +16 -6
  906. package/lib-es/components/Card/CardsRender.js.map +1 -1
  907. package/lib-es/components/Card/constants.js.map +1 -1
  908. package/lib-es/components/Card/helpers/get-dynamic-grid-classes.js.map +1 -1
  909. package/lib-es/components/Card/helpers/get-published-listing-url.js.map +1 -1
  910. package/lib-es/components/Card/helpers/index.js.map +1 -1
  911. package/lib-es/components/Card/helpers/use-dynamic-size-key.js.map +1 -1
  912. package/lib-es/components/Card/index.js.map +1 -1
  913. package/lib-es/components/Carousel/Carousel.js +39 -9
  914. package/lib-es/components/Carousel/Carousel.js.map +1 -1
  915. package/lib-es/components/Carousel/CarouselImage/CarouselImage.js +2 -1
  916. package/lib-es/components/Carousel/CarouselImage/CarouselImage.js.map +1 -1
  917. package/lib-es/components/Carousel/CarouselImage/constants.js.map +1 -1
  918. package/lib-es/components/Carousel/CarouselImage/index.js.map +1 -1
  919. package/lib-es/components/Carousel/CarouselRender/CarouselRender.js.map +1 -1
  920. package/lib-es/components/Carousel/CarouselRender/index.js.map +1 -1
  921. package/lib-es/components/Carousel/hooks/useCarouselNavigation.js.map +1 -1
  922. package/lib-es/components/Carousel/index.js.map +1 -1
  923. package/lib-es/components/CarouselWrapper/CarouselWrapper.js.map +1 -1
  924. package/lib-es/components/CarouselWrapper/DefaultCarousel.js.map +1 -1
  925. package/lib-es/components/CarouselWrapper/SmoothScrollCarousel.js.map +1 -1
  926. package/lib-es/components/CarouselWrapper/index.js.map +1 -1
  927. package/lib-es/components/ClickWrapper.js.map +1 -1
  928. package/lib-es/components/Code/Code.js.map +1 -1
  929. package/lib-es/components/Code/ScriptTag.js.map +1 -1
  930. package/lib-es/components/Code/helpers/index.js.map +1 -1
  931. package/lib-es/components/Code/helpers/wrap-script-tags.js.map +1 -1
  932. package/lib-es/components/Code/index.js.map +1 -1
  933. package/lib-es/components/ContentGroup/ContentGroup.js +43 -11
  934. package/lib-es/components/ContentGroup/ContentGroup.js.map +1 -1
  935. package/lib-es/components/ContentGroup/ContentGroupAccordion.js +138 -0
  936. package/lib-es/components/ContentGroup/ContentGroupAccordion.js.map +1 -0
  937. package/lib-es/components/ContentGroup/ContentGroupTabs.js +4 -3
  938. package/lib-es/components/ContentGroup/ContentGroupTabs.js.map +1 -1
  939. package/lib-es/components/ContentGroup/constants.js +12 -1
  940. package/lib-es/components/ContentGroup/constants.js.map +1 -1
  941. package/lib-es/components/ContentGroup/helpers/get-active-tab.js.map +1 -1
  942. package/lib-es/components/ContentGroup/helpers/get-sections-data.js.map +1 -1
  943. package/lib-es/components/ContentGroup/helpers/get-structured-data-properties.js +33 -0
  944. package/lib-es/components/ContentGroup/helpers/get-structured-data-properties.js.map +1 -0
  945. package/lib-es/components/ContentGroup/helpers/index.js.map +1 -1
  946. package/lib-es/components/ContentGroup/index.js.map +1 -1
  947. package/lib-es/components/ContentGroupSection/ContentGroupSection.js.map +1 -1
  948. package/lib-es/components/ContentGroupSection/index.js.map +1 -1
  949. package/lib-es/components/DataSummary/DataSummaryFactory.js +3 -2
  950. package/lib-es/components/DataSummary/DataSummaryFactory.js.map +1 -1
  951. package/lib-es/components/DataSummary/DataSummaryRender.js.map +1 -1
  952. package/lib-es/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummary.js.map +1 -1
  953. package/lib-es/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummaryContent.js.map +1 -1
  954. package/lib-es/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/index.js.map +1 -1
  955. package/lib-es/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummary.js.map +1 -1
  956. package/lib-es/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummaryContent.js.map +1 -1
  957. package/lib-es/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/index.js.map +1 -1
  958. package/lib-es/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummary.js.map +1 -1
  959. package/lib-es/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js.map +1 -1
  960. package/lib-es/components/DataSummary/DataSummaryTypes/LargeSummary/index.js.map +1 -1
  961. package/lib-es/components/DataSummary/DataSummaryTypes/ListSummary/ListSummary.js.map +1 -1
  962. package/lib-es/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js.map +1 -1
  963. package/lib-es/components/DataSummary/DataSummaryTypes/ListSummary/index.js.map +1 -1
  964. package/lib-es/components/DataSummary/DataSummaryTypes/TextSummary/TextSummary.js.map +1 -1
  965. package/lib-es/components/DataSummary/DataSummaryTypes/TextSummary/TextSummaryContent.js.map +1 -1
  966. package/lib-es/components/DataSummary/DataSummaryTypes/TextSummary/index.js.map +1 -1
  967. package/lib-es/components/DataSummary/DataSummaryTypes/index.js +5 -5
  968. package/lib-es/components/DataSummary/DataSummaryTypes/index.js.map +1 -1
  969. package/lib-es/components/DataSummary/helpers/build-loop-props-content.js.map +1 -1
  970. package/lib-es/components/DataSummary/helpers/build-props-to-display-with-content.js.map +1 -1
  971. package/lib-es/components/DataSummary/helpers/get-data-summary-query.js.map +1 -1
  972. package/lib-es/components/DataSummary/helpers/get-link-based-on-value.js.map +1 -1
  973. package/lib-es/components/DataSummary/helpers/get-link-props.js.map +1 -1
  974. package/lib-es/components/DataSummary/helpers/get-link-to-published-content.js.map +1 -1
  975. package/lib-es/components/DataSummary/helpers/get-loop-props-limit.js.map +1 -1
  976. package/lib-es/components/DataSummary/helpers/get-prop-value.js.map +1 -1
  977. package/lib-es/components/DataSummary/helpers/get-record-id.js +14 -0
  978. package/lib-es/components/DataSummary/helpers/get-record-id.js.map +1 -0
  979. package/lib-es/components/DataSummary/helpers/get-value-from-array.js.map +1 -1
  980. package/lib-es/components/DataSummary/helpers/index.js +2 -1
  981. package/lib-es/components/DataSummary/helpers/index.js.map +1 -1
  982. package/lib-es/components/DataSummary/helpers/parse-boolean-values.js.map +1 -1
  983. package/lib-es/components/DataSummary/helpers/strip-summary-props-content.js.map +1 -1
  984. package/lib-es/components/DataSummary/index.js.map +1 -1
  985. package/lib-es/components/DateTime/DateTime.js.map +1 -1
  986. package/lib-es/components/DateTime/index.js.map +1 -1
  987. package/lib-es/components/EmailConfirm/EmailConfirm.js +4 -4
  988. package/lib-es/components/EmailConfirm/EmailConfirm.js.map +1 -1
  989. package/lib-es/components/EmailConfirm/index.js.map +1 -1
  990. package/lib-es/components/EmailConfirm/mutation.js.map +1 -1
  991. package/lib-es/components/ErrorMessage/ErrorMessage.js.map +1 -1
  992. package/lib-es/components/ErrorMessage/index.js +1 -1
  993. package/lib-es/components/ErrorMessage/index.js.map +1 -1
  994. package/lib-es/components/Iframe/Iframe.js.map +1 -1
  995. package/lib-es/components/Iframe/constants.js.map +1 -1
  996. package/lib-es/components/Iframe/index.js.map +1 -1
  997. package/lib-es/components/Image/GlobalLightbox/GlobalLightbox.js +5 -5
  998. package/lib-es/components/Image/GlobalLightbox/GlobalLightbox.js.map +1 -1
  999. package/lib-es/components/Image/GlobalLightbox/NavButton.js +2 -2
  1000. package/lib-es/components/Image/GlobalLightbox/NavButton.js.map +1 -1
  1001. package/lib-es/components/Image/GlobalLightbox/index.js +1 -1
  1002. package/lib-es/components/Image/GlobalLightbox/index.js.map +1 -1
  1003. package/lib-es/components/Image/Image.js.map +1 -1
  1004. package/lib-es/components/Image/ImageDetails.js.map +1 -1
  1005. package/lib-es/components/Image/ImageFactory.js.map +1 -1
  1006. package/lib-es/components/Image/ImageRender.js.map +1 -1
  1007. package/lib-es/components/Image/Lightbox/Lightbox.js.map +1 -1
  1008. package/lib-es/components/Image/Lightbox/index.js.map +1 -1
  1009. package/lib-es/components/Image/index.js.map +1 -1
  1010. package/lib-es/components/ItemList/ItemListButton/ItemListButton.js +9 -7
  1011. package/lib-es/components/ItemList/ItemListButton/ItemListButton.js.map +1 -1
  1012. package/lib-es/components/ItemList/ItemListButton/index.js.map +1 -1
  1013. package/lib-es/components/ItemList/ItemListCounter/ItemListCounter.js +2 -2
  1014. package/lib-es/components/ItemList/ItemListCounter/ItemListCounter.js.map +1 -1
  1015. package/lib-es/components/ItemList/ItemListCounter/index.js.map +1 -1
  1016. package/lib-es/components/ItemList/ItemListNew/ItemListNew.js.map +1 -1
  1017. package/lib-es/components/ItemList/ItemListNew/index.js.map +1 -1
  1018. package/lib-es/components/ItemList/constants.js.map +1 -1
  1019. package/lib-es/components/ItemList/helpers/get-item-list-data.js.map +1 -1
  1020. package/lib-es/components/ItemList/helpers/get-item-list-id.js.map +1 -1
  1021. package/lib-es/components/ItemList/helpers/get-item-list-ids.js.map +1 -1
  1022. package/lib-es/components/ItemList/helpers/index.js.map +1 -1
  1023. package/lib-es/components/ItemList/helpers/set-item-list-id.js.map +1 -1
  1024. package/lib-es/components/ItemList/helpers/set-param-and-redirect.js.map +1 -1
  1025. package/lib-es/components/ItemList/hooks/index.js.map +1 -1
  1026. package/lib-es/components/ItemList/hooks/use-item-list-id.js.map +1 -1
  1027. package/lib-es/components/ItemList/icons/AddedBookmark.js +33 -0
  1028. package/lib-es/components/ItemList/icons/AddedBookmark.js.map +1 -0
  1029. package/lib-es/components/ItemList/icons/BaseBookmark.js +37 -0
  1030. package/lib-es/components/ItemList/icons/BaseBookmark.js.map +1 -0
  1031. package/lib-es/components/ItemList/icons/HoverBookmark.js +35 -0
  1032. package/lib-es/components/ItemList/icons/HoverBookmark.js.map +1 -0
  1033. package/lib-es/components/ItemList/icons/RemoveBookmark.js +33 -0
  1034. package/lib-es/components/ItemList/icons/RemoveBookmark.js.map +1 -0
  1035. package/lib-es/components/ItemList/icons/index.js +5 -0
  1036. package/lib-es/components/ItemList/icons/index.js.map +1 -0
  1037. package/lib-es/components/Layout/Layout.js +14 -5
  1038. package/lib-es/components/Layout/Layout.js.map +1 -1
  1039. package/lib-es/components/Layout/LayoutFactory.js +1 -1
  1040. package/lib-es/components/Layout/LayoutFactory.js.map +1 -1
  1041. package/lib-es/components/Layout/LayoutWithStickyTimer.js.map +1 -1
  1042. package/lib-es/components/Layout/constants.js.map +1 -1
  1043. package/lib-es/components/Layout/helpers/check-if-row-has-columns.js.map +1 -1
  1044. package/lib-es/components/Layout/helpers/get-styles-to-update.js.map +1 -1
  1045. package/lib-es/components/Layout/helpers/index.js.map +1 -1
  1046. package/lib-es/components/Layout/index.js.map +1 -1
  1047. package/lib-es/components/LazyImage/LazyImage.js.map +1 -1
  1048. package/lib-es/components/LazyImage/index.js +1 -1
  1049. package/lib-es/components/LazyImage/index.js.map +1 -1
  1050. package/lib-es/components/List/ListBuilder.js +1 -1
  1051. package/lib-es/components/List/ListBuilder.js.map +1 -1
  1052. package/lib-es/components/List/ListFactory.js +10 -4
  1053. package/lib-es/components/List/ListFactory.js.map +1 -1
  1054. package/lib-es/components/List/ListRender.js +23 -10
  1055. package/lib-es/components/List/ListRender.js.map +1 -1
  1056. package/lib-es/components/List/components/Cards/CardRenderWithInfiniteScroll.js.map +1 -1
  1057. package/lib-es/components/List/components/Cards/CardsRender.js.map +1 -1
  1058. package/lib-es/components/List/components/Cards/CardsRenderItem.js.map +1 -1
  1059. package/lib-es/components/List/components/Cards/CardsRenderWrapper.js.map +1 -1
  1060. package/lib-es/components/List/components/Cards/index.js.map +1 -1
  1061. package/lib-es/components/List/components/Full/FullRender.js.map +1 -1
  1062. package/lib-es/components/List/components/Full/FullRenderItem.js +34 -30
  1063. package/lib-es/components/List/components/Full/FullRenderItem.js.map +1 -1
  1064. package/lib-es/components/List/components/Full/FullRenderWithInfiniteScroll.js.map +1 -1
  1065. package/lib-es/components/List/components/Full/index.js.map +1 -1
  1066. package/lib-es/components/List/components/Header/ListHeader.js.map +1 -1
  1067. package/lib-es/components/List/components/Header/index.js.map +1 -1
  1068. package/lib-es/components/List/components/Pagination/Classic.js +9 -6
  1069. package/lib-es/components/List/components/Pagination/Classic.js.map +1 -1
  1070. package/lib-es/components/List/components/Pagination/ListPagination.js +8 -11
  1071. package/lib-es/components/List/components/Pagination/ListPagination.js.map +1 -1
  1072. package/lib-es/components/List/components/Pagination/LoadMore.js +2 -2
  1073. package/lib-es/components/List/components/Pagination/LoadMore.js.map +1 -1
  1074. package/lib-es/components/List/components/Pagination/index.js.map +1 -1
  1075. package/lib-es/components/List/components/helpers/check-if-should-render-banner.js.map +1 -1
  1076. package/lib-es/components/List/components/helpers/check-if-should-render-gtm.js.map +1 -1
  1077. package/lib-es/components/List/components/helpers/index.js.map +1 -1
  1078. package/lib-es/components/List/components/index.js.map +1 -1
  1079. package/lib-es/components/List/constants.js.map +1 -1
  1080. package/lib-es/components/List/helpers/build-az-aggregations.js.map +1 -1
  1081. package/lib-es/components/List/helpers/build-az-url.js.map +1 -1
  1082. package/lib-es/components/List/helpers/build-pagination-items.js +4 -3
  1083. package/lib-es/components/List/helpers/build-pagination-items.js.map +1 -1
  1084. package/lib-es/components/List/helpers/build-pagination-url.js +2 -2
  1085. package/lib-es/components/List/helpers/build-pagination-url.js.map +1 -1
  1086. package/lib-es/components/List/helpers/build-query-booster.js +9 -6
  1087. package/lib-es/components/List/helpers/build-query-booster.js.map +1 -1
  1088. package/lib-es/components/List/helpers/get-az-query-filter.js.map +1 -1
  1089. package/lib-es/components/List/helpers/get-items-per-page-to-use.js.map +1 -1
  1090. package/lib-es/components/List/helpers/get-list-component.js.map +1 -1
  1091. package/lib-es/components/List/helpers/get-list-query.js.map +1 -1
  1092. package/lib-es/components/List/helpers/get-list-specific-search-filter.js.map +1 -1
  1093. package/lib-es/components/List/helpers/get-sort-props.js.map +1 -1
  1094. package/lib-es/components/List/helpers/has-required-item-list-details.js.map +1 -1
  1095. package/lib-es/components/List/helpers/index.js.map +1 -1
  1096. package/lib-es/components/List/helpers/sort-aggs.js.map +1 -1
  1097. package/lib-es/components/List/helpers/strip-query-key.js.map +1 -1
  1098. package/lib-es/components/List/index.js.map +1 -1
  1099. package/lib-es/components/Loading/Loading.js.map +1 -1
  1100. package/lib-es/components/Loading/constants.js.map +1 -1
  1101. package/lib-es/components/Loading/helpers.js.map +1 -1
  1102. package/lib-es/components/Loading/index.js +2 -2
  1103. package/lib-es/components/Loading/index.js.map +1 -1
  1104. package/lib-es/components/Menu/Menu.js +1 -4
  1105. package/lib-es/components/Menu/Menu.js.map +1 -1
  1106. package/lib-es/components/Menu/MenuContext.js +1 -2
  1107. package/lib-es/components/Menu/MenuContext.js.map +1 -1
  1108. package/lib-es/components/Menu/index.js.map +1 -1
  1109. package/lib-es/components/MenuItem/MenuEntitiesItem.js.map +1 -1
  1110. package/lib-es/components/MenuItem/MenuItem.js.map +1 -1
  1111. package/lib-es/components/MenuItem/MenuItemRender.js +25 -26
  1112. package/lib-es/components/MenuItem/MenuItemRender.js.map +1 -1
  1113. package/lib-es/components/MenuItem/helpers/index.js +1 -3
  1114. package/lib-es/components/MenuItem/helpers/index.js.map +1 -1
  1115. package/lib-es/components/MenuItem/helpers/inject-helper-into-template.js +14 -2
  1116. package/lib-es/components/MenuItem/helpers/inject-helper-into-template.js.map +1 -1
  1117. package/lib-es/components/MenuItem/index.js.map +1 -1
  1118. package/lib-es/components/Modal/Modal.js.map +1 -1
  1119. package/lib-es/components/Modal/index.js.map +1 -1
  1120. package/lib-es/components/ModalAdapter/ModalAdapter.js +1 -1
  1121. package/lib-es/components/ModalAdapter/ModalAdapter.js.map +1 -1
  1122. package/lib-es/components/ModalAdapter/index.js +1 -1
  1123. package/lib-es/components/ModalAdapter/index.js.map +1 -1
  1124. package/lib-es/components/SearchContent/SearchContent.js +34 -17
  1125. package/lib-es/components/SearchContent/SearchContent.js.map +1 -1
  1126. package/lib-es/components/SearchContent/SearchContentItems.js.map +1 -1
  1127. package/lib-es/components/SearchContent/SearchContentResults.js +2 -1
  1128. package/lib-es/components/SearchContent/SearchContentResults.js.map +1 -1
  1129. package/lib-es/components/SearchContent/SearchContentToggleIcon.js.map +1 -1
  1130. package/lib-es/components/SearchContent/constants.js.map +1 -1
  1131. package/lib-es/components/SearchContent/index.js.map +1 -1
  1132. package/lib-es/components/SearchFilter/SearchFilter/CloseMobileForm.js.map +1 -1
  1133. package/lib-es/components/SearchFilter/SearchFilter/FiltersList.js +4 -2
  1134. package/lib-es/components/SearchFilter/SearchFilter/FiltersList.js.map +1 -1
  1135. package/lib-es/components/SearchFilter/SearchFilter/MobileFormToolbar.js.map +1 -1
  1136. package/lib-es/components/SearchFilter/SearchFilter/ResetDesktopForm.js.map +1 -1
  1137. package/lib-es/components/SearchFilter/SearchFilter/SearchFilter.js.map +1 -1
  1138. package/lib-es/components/SearchFilter/SearchFilter/index.js.map +1 -1
  1139. package/lib-es/components/SearchFilter/SearchFilterContainer.js +12 -12
  1140. package/lib-es/components/SearchFilter/SearchFilterContainer.js.map +1 -1
  1141. package/lib-es/components/SearchFilter/components/Checkbox.js.map +1 -1
  1142. package/lib-es/components/SearchFilter/components/Range.js +26 -12
  1143. package/lib-es/components/SearchFilter/components/Range.js.map +1 -1
  1144. package/lib-es/components/SearchFilter/components/Select.js.map +1 -1
  1145. package/lib-es/components/SearchFilter/components/TextSearch.js.map +1 -1
  1146. package/lib-es/components/SearchFilter/components/index.js.map +1 -1
  1147. package/lib-es/components/SearchFilter/constants.js.map +1 -1
  1148. package/lib-es/components/SearchFilter/helpers/build-list-name-query.js.map +1 -1
  1149. package/lib-es/components/SearchFilter/helpers/build-new-url.js +3 -2
  1150. package/lib-es/components/SearchFilter/helpers/build-new-url.js.map +1 -1
  1151. package/lib-es/components/SearchFilter/helpers/build-url-query.js +8 -1
  1152. package/lib-es/components/SearchFilter/helpers/build-url-query.js.map +1 -1
  1153. package/lib-es/components/SearchFilter/helpers/calculate-min-max.js.map +1 -1
  1154. package/lib-es/components/SearchFilter/helpers/calculate-step.js.map +1 -1
  1155. package/lib-es/components/SearchFilter/helpers/check-if-range-updated.js.map +1 -1
  1156. package/lib-es/components/SearchFilter/helpers/decode-encode.js.map +1 -1
  1157. package/lib-es/components/SearchFilter/helpers/get-display-value.js.map +1 -1
  1158. package/lib-es/components/SearchFilter/helpers/get-filter-ranges-and-checkboxes-values.js.map +1 -1
  1159. package/lib-es/components/SearchFilter/helpers/get-filter-value-from-query.js.map +1 -1
  1160. package/lib-es/components/SearchFilter/helpers/get-filter-values.js.map +1 -1
  1161. package/lib-es/components/SearchFilter/helpers/get-initial-filter-values.js.map +1 -1
  1162. package/lib-es/components/SearchFilter/helpers/get-intersected-prop.js.map +1 -1
  1163. package/lib-es/components/SearchFilter/helpers/get-range-value.js.map +1 -1
  1164. package/lib-es/components/SearchFilter/helpers/get-responsive-filter-classnames.js.map +1 -1
  1165. package/lib-es/components/SearchFilter/helpers/get-select-options.js.map +1 -1
  1166. package/lib-es/components/SearchFilter/helpers/get-updated-filter-by.js.map +1 -1
  1167. package/lib-es/components/SearchFilter/helpers/index.js.map +1 -1
  1168. package/lib-es/components/SearchFilter/helpers/is-device-desktop.js.map +1 -1
  1169. package/lib-es/components/SearchFilter/helpers/parse-filter-value.js.map +1 -1
  1170. package/lib-es/components/SearchFilter/index.js.map +1 -1
  1171. package/lib-es/components/SearchFilter/searchFilterReducer.js.map +1 -1
  1172. package/lib-es/components/SearchFilterSort/SearchFilterSort.js.map +1 -1
  1173. package/lib-es/components/SearchFilterSort/constants.js.map +1 -1
  1174. package/lib-es/components/SearchFilterSort/helpers/handle-sort-update.js.map +1 -1
  1175. package/lib-es/components/SearchFilterSort/helpers/index.js.map +1 -1
  1176. package/lib-es/components/SearchFilterSort/helpers/update-sort.js.map +1 -1
  1177. package/lib-es/components/SearchFilterSort/index.js.map +1 -1
  1178. package/lib-es/components/SocialFollow/SFItem.js.map +1 -1
  1179. package/lib-es/components/SocialFollow/SocialFollow.js.map +1 -1
  1180. package/lib-es/components/SocialFollow/SocialFollowRender.js.map +1 -1
  1181. package/lib-es/components/SocialFollow/index.js.map +1 -1
  1182. package/lib-es/components/SocialFollow/sf.config.js.map +1 -1
  1183. package/lib-es/components/SubMenu/SubMenu.js.map +1 -1
  1184. package/lib-es/components/SubMenu/index.js.map +1 -1
  1185. package/lib-es/components/TextBlock/TextBlockRender.js.map +1 -1
  1186. package/lib-es/components/TextBlock/index.js.map +1 -1
  1187. package/lib-es/components/Video/Video.js.map +1 -1
  1188. package/lib-es/components/Video/VideoContext.js.map +1 -1
  1189. package/lib-es/components/Video/VideoModal.js.map +1 -1
  1190. package/lib-es/components/Video/VideoRender.js.map +1 -1
  1191. package/lib-es/components/Video/constants.js.map +1 -1
  1192. package/lib-es/components/Video/helpers/emit-gtm-event.js.map +1 -1
  1193. package/lib-es/components/Video/index.js.map +1 -1
  1194. package/lib-es/components/Video/providers/Default.js.map +1 -1
  1195. package/lib-es/components/Video/providers/JWPlayer/JWPlayerController.js.map +1 -1
  1196. package/lib-es/components/Video/providers/JWPlayer/JWPlayerProvider.js.map +1 -1
  1197. package/lib-es/components/Video/providers/Vimeo/VimeoProvider.js.map +1 -1
  1198. package/lib-es/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.js.map +1 -1
  1199. package/lib-es/components/Video/providers/Vimeo/helpers/index.js.map +1 -1
  1200. package/lib-es/components/Video/providers/YouTube/YouTubeProvider.js.map +1 -1
  1201. package/lib-es/components/Video/providers/YouTube/YoutubeEmbeded.js.map +1 -1
  1202. package/lib-es/components/Video/providers/YouTube/helpers/index.js.map +1 -1
  1203. package/lib-es/components/Video/providers/get-provider.js +5 -5
  1204. package/lib-es/components/Video/providers/get-provider.js.map +1 -1
  1205. package/lib-es/components/Video/providers/index.js.map +1 -1
  1206. package/lib-es/components/Wrapper.js +2 -2
  1207. package/lib-es/components/Wrapper.js.map +1 -1
  1208. package/lib-es/components/index.js +30 -30
  1209. package/lib-es/components/index.js.map +1 -1
  1210. package/lib-es/constants/componentsDefaultValues.js.map +1 -1
  1211. package/lib-es/constants/index.js +2 -2
  1212. package/lib-es/constants/index.js.map +1 -1
  1213. package/lib-es/helpers/append-images.js.map +1 -1
  1214. package/lib-es/helpers/build-az-filter.js.map +1 -1
  1215. package/lib-es/helpers/build-checkbox-filters.js.map +1 -1
  1216. package/lib-es/helpers/build-filters-query.js.map +1 -1
  1217. package/lib-es/helpers/build-image-properties.js.map +1 -1
  1218. package/lib-es/helpers/build-inherited-filters.js.map +1 -1
  1219. package/lib-es/helpers/build-link-extra-props.js.map +1 -1
  1220. package/lib-es/helpers/build-props-query.js +4 -2
  1221. package/lib-es/helpers/build-props-query.js.map +1 -1
  1222. package/lib-es/helpers/build-query-fields.js +1 -1
  1223. package/lib-es/helpers/build-query-fields.js.map +1 -1
  1224. package/lib-es/helpers/build-query-key.js.map +1 -1
  1225. package/lib-es/helpers/build-raw-query-base.js.map +1 -1
  1226. package/lib-es/helpers/build-raw-query-stringified.js.map +1 -1
  1227. package/lib-es/helpers/build-raw-query.js.map +1 -1
  1228. package/lib-es/helpers/build-search-values-checkbox-select.js +1 -1
  1229. package/lib-es/helpers/build-search-values-checkbox-select.js.map +1 -1
  1230. package/lib-es/helpers/build-search-values-text.js.map +1 -1
  1231. package/lib-es/helpers/build-set-filters.js.map +1 -1
  1232. package/lib-es/helpers/build-sort-values.js.map +1 -1
  1233. package/lib-es/helpers/check-for-error.js.map +1 -1
  1234. package/lib-es/helpers/check-props-to-use.js.map +1 -1
  1235. package/lib-es/helpers/entities/constants.js.map +1 -1
  1236. package/lib-es/helpers/filter-query-setup.js.map +1 -1
  1237. package/lib-es/helpers/filters-setup.js.map +1 -1
  1238. package/lib-es/helpers/get-banner-data.js.map +1 -1
  1239. package/lib-es/helpers/get-checkbox-filters.js.map +1 -1
  1240. package/lib-es/helpers/get-click-wrapper-options.js.map +1 -1
  1241. package/lib-es/helpers/get-component-id.js +7 -0
  1242. package/lib-es/helpers/get-component-id.js.map +1 -0
  1243. package/lib-es/helpers/get-current-offset.js +1 -1
  1244. package/lib-es/helpers/get-current-offset.js.map +1 -1
  1245. package/lib-es/helpers/get-custom-html-properties.js +13 -0
  1246. package/lib-es/helpers/get-custom-html-properties.js.map +1 -0
  1247. package/lib-es/helpers/get-dictionary-match.js.map +1 -1
  1248. package/lib-es/helpers/get-display-count-data.js.map +1 -1
  1249. package/lib-es/helpers/get-elasticsearch-operator.js.map +1 -1
  1250. package/lib-es/helpers/get-entities-with-banner.js.map +1 -1
  1251. package/lib-es/helpers/get-entity-data.js.map +1 -1
  1252. package/lib-es/helpers/get-entity-render-props.js.map +1 -1
  1253. package/lib-es/helpers/get-extra-az-bits.js.map +1 -1
  1254. package/lib-es/helpers/get-filter-props.js.map +1 -1
  1255. package/lib-es/helpers/get-filter-relation-keys.js.map +1 -1
  1256. package/lib-es/helpers/get-generic-props.js.map +1 -1
  1257. package/lib-es/helpers/get-generic-render-variables.js.map +1 -1
  1258. package/lib-es/helpers/get-image-ids.js +2 -0
  1259. package/lib-es/helpers/get-image-ids.js.map +1 -1
  1260. package/lib-es/helpers/get-inherited-filters.js.map +1 -1
  1261. package/lib-es/helpers/get-items-to-display-ids.js.map +1 -1
  1262. package/lib-es/helpers/get-modifiers.js.map +1 -1
  1263. package/lib-es/helpers/get-not-equal-query.js.map +1 -1
  1264. package/lib-es/helpers/get-pagination-index.js.map +1 -1
  1265. package/lib-es/helpers/get-parsed-prop-values.js.map +1 -1
  1266. package/lib-es/helpers/get-parsed-summary-value.js.map +1 -1
  1267. package/lib-es/helpers/get-prop-values.js.map +1 -1
  1268. package/lib-es/helpers/get-query-filters.js.map +1 -1
  1269. package/lib-es/helpers/get-query-props.js.map +1 -1
  1270. package/lib-es/helpers/get-required-schemas.js.map +1 -1
  1271. package/lib-es/helpers/get-sanitized-prop-values.js.map +1 -1
  1272. package/lib-es/helpers/get-search-filter-type.js.map +1 -1
  1273. package/lib-es/helpers/get-sort-by-field-name.js.map +1 -1
  1274. package/lib-es/helpers/get-unpublished-entity-name.js.map +1 -1
  1275. package/lib-es/helpers/get-updated-filter-by.js.map +1 -1
  1276. package/lib-es/helpers/get-updated-items-to-display.js.map +1 -1
  1277. package/lib-es/helpers/get-updated-sort-properties.js.map +1 -1
  1278. package/lib-es/helpers/get-wrapped-value-with-link.js.map +1 -1
  1279. package/lib-es/helpers/group-entities.js.map +1 -1
  1280. package/lib-es/helpers/has-children.js.map +1 -1
  1281. package/lib-es/helpers/index.js +2 -0
  1282. package/lib-es/helpers/index.js.map +1 -1
  1283. package/lib-es/helpers/inject-banner.js.map +1 -1
  1284. package/lib-es/helpers/inject-banners-to-entities.js.map +1 -1
  1285. package/lib-es/helpers/inject-multiple-banners/get-banners-for-entities/get-banners-for-entities.js.map +1 -1
  1286. package/lib-es/helpers/inject-multiple-banners/get-banners-for-entities/index.js.map +1 -1
  1287. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/get-banners-for-nodes.js.map +1 -1
  1288. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/group-node-entities.js.map +1 -1
  1289. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/index.js.map +1 -1
  1290. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/index.js.map +1 -1
  1291. package/lib-es/helpers/inject-multiple-banners/index.js.map +1 -1
  1292. package/lib-es/helpers/inject-multiple-banners/inject-multiple-banners.js.map +1 -1
  1293. package/lib-es/helpers/is-browser.js.map +1 -1
  1294. package/lib-es/helpers/is-filter-entitys-id.js.map +1 -1
  1295. package/lib-es/helpers/is-object.js.map +1 -1
  1296. package/lib-es/helpers/is-using-relation-image.js.map +1 -1
  1297. package/lib-es/helpers/parse-TextBlock.js.map +1 -1
  1298. package/lib-es/helpers/parse-interval.js.map +1 -1
  1299. package/lib-es/helpers/parse-props-to-display.js.map +1 -1
  1300. package/lib-es/helpers/process-data-summary-value.js +1 -1
  1301. package/lib-es/helpers/process-data-summary-value.js.map +1 -1
  1302. package/lib-es/helpers/remove-extra-items.js.map +1 -1
  1303. package/lib-es/helpers/remove-unwanted-characters.js.map +1 -1
  1304. package/lib-es/helpers/render-children.js.map +1 -1
  1305. package/lib-es/helpers/should-render-waypoint.js.map +1 -1
  1306. package/lib-es/helpers/should-return.js.map +1 -1
  1307. package/lib-es/helpers/should-show-property.js.map +1 -1
  1308. package/lib-es/helpers/should-skip-single-query.js.map +1 -1
  1309. package/lib-es/helpers/sort-response-data.js.map +1 -1
  1310. package/lib-es/helpers/split-children.js.map +1 -1
  1311. package/lib-es/helpers/update-childrens-parent.js.map +1 -1
  1312. package/lib-es/hooks/helpers/RenderComponent.js +14 -2
  1313. package/lib-es/hooks/helpers/RenderComponent.js.map +1 -1
  1314. package/lib-es/hooks/helpers/StoreImages.js +44 -30
  1315. package/lib-es/hooks/helpers/StoreImages.js.map +1 -1
  1316. package/lib-es/hooks/helpers/append-gtm-classname.js.map +1 -1
  1317. package/lib-es/hooks/helpers/buildPBComponents.js.map +1 -1
  1318. package/lib-es/hooks/helpers/check-banner-insertion-set.js.map +1 -1
  1319. package/lib-es/hooks/helpers/check-collisions.js.map +1 -1
  1320. package/lib-es/hooks/helpers/constants.js.map +1 -1
  1321. package/lib-es/hooks/helpers/get-banner-index.js.map +1 -1
  1322. package/lib-es/hooks/helpers/get-components-to-insert-by-type.js.map +1 -1
  1323. package/lib-es/hooks/helpers/get-lightbox-images.js.map +1 -1
  1324. package/lib-es/hooks/helpers/getComponent.js.map +1 -1
  1325. package/lib-es/hooks/helpers/getVariant.js.map +1 -1
  1326. package/lib-es/hooks/helpers/index.js.map +1 -1
  1327. package/lib-es/hooks/helpers/inject-element-components.js.map +1 -1
  1328. package/lib-es/hooks/helpers/inject-textblock-banners.js +1 -1
  1329. package/lib-es/hooks/helpers/inject-textblock-banners.js.map +1 -1
  1330. package/lib-es/hooks/helpers/insert-banners.js.map +1 -1
  1331. package/lib-es/hooks/helpers/update-targetings.js.map +1 -1
  1332. package/lib-es/hooks/index.js +1 -0
  1333. package/lib-es/hooks/index.js.map +1 -1
  1334. package/lib-es/hooks/use-app-event-hook.js +39 -0
  1335. package/lib-es/hooks/use-app-event-hook.js.map +1 -0
  1336. package/lib-es/hooks/use-app-sync-event-hook.js +18 -6
  1337. package/lib-es/hooks/use-app-sync-event-hook.js.map +1 -1
  1338. package/lib-es/hooks/use-banner-insertion.js.map +1 -1
  1339. package/lib-es/hooks/use-check-mobile-screen.js.map +1 -1
  1340. package/lib-es/hooks/use-filter-aggregation-values.js.map +1 -1
  1341. package/lib-es/hooks/use-get-entity-schema.js.map +1 -1
  1342. package/lib-es/hooks/use-get-entity-schemas-as-obj.js.map +1 -1
  1343. package/lib-es/hooks/use-get-image-id-from-relation.js +11 -4
  1344. package/lib-es/hooks/use-get-image-id-from-relation.js.map +1 -1
  1345. package/lib-es/hooks/use-get-images.js.map +1 -1
  1346. package/lib-es/hooks/use-get-single-entity-schema.js.map +1 -1
  1347. package/lib-es/hooks/use-page-builder.js +1 -1
  1348. package/lib-es/hooks/use-page-builder.js.map +1 -1
  1349. package/lib-es/hooks/use-portal.js.map +1 -1
  1350. package/lib-es/index.js +2 -2
  1351. package/lib-es/index.js.map +1 -1
  1352. package/lib-es/system-components/EditorMode/BlazeLogo.js +67 -0
  1353. package/lib-es/system-components/EditorMode/BlazeLogo.js.map +1 -0
  1354. package/lib-es/system-components/EditorMode/PbWrapper.js +34 -0
  1355. package/lib-es/system-components/EditorMode/PbWrapper.js.map +1 -0
  1356. package/lib-es/system-components/EditorMode/constants.js +3 -0
  1357. package/lib-es/system-components/EditorMode/constants.js.map +1 -0
  1358. package/lib-es/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js +93 -0
  1359. package/lib-es/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js.map +1 -0
  1360. package/lib-es/system-components/EditorMode/helpers/check-is-over-blaze-icon.js +19 -0
  1361. package/lib-es/system-components/EditorMode/helpers/check-is-over-blaze-icon.js.map +1 -0
  1362. package/lib-es/system-components/index.js +3 -0
  1363. package/lib-es/system-components/index.js.map +1 -0
  1364. package/lib-es/translations.js.map +1 -1
  1365. package/lib-es/utils/component-map.js.map +1 -1
  1366. package/lib-es/utils/get-class-modifiers.js.map +1 -1
  1367. package/lib-es/utils/get-image-data.js.map +1 -1
  1368. package/lib-es/utils/get-props-to-display-modifiers.js.map +1 -1
  1369. package/lib-es/utils/index.js.map +1 -1
  1370. package/lib-es/utils/is-object-empty.js.map +1 -1
  1371. package/lib-es/utils/variant-handler.js.map +1 -1
  1372. package/lib-es/variants/FloatingSideButton/index.js.map +1 -1
  1373. package/lib-es/variants/HeroImage/index.js.map +1 -1
  1374. package/lib-es/variants/Infographic/Infographic.js +4 -8
  1375. package/lib-es/variants/Infographic/Infographic.js.map +1 -1
  1376. package/lib-es/variants/Infographic/index.js +1 -1
  1377. package/lib-es/variants/Infographic/index.js.map +1 -1
  1378. package/lib-es/variants/Infographic/useInfographic.js.map +1 -1
  1379. package/lib-es/variants/LiveBlogList/LiveBlogList.js +80 -0
  1380. package/lib-es/variants/LiveBlogList/LiveBlogList.js.map +1 -0
  1381. package/lib-es/variants/LiveBlogList/index.js +12 -0
  1382. package/lib-es/variants/LiveBlogList/index.js.map +1 -0
  1383. package/lib-es/variants/LongformGallery/LongformGallery.js.map +1 -1
  1384. package/lib-es/variants/LongformGallery/LongformGalleryImage.js.map +1 -1
  1385. package/lib-es/variants/LongformGallery/constants.js.map +1 -1
  1386. package/lib-es/variants/LongformGallery/helpers/index.js.map +1 -1
  1387. package/lib-es/variants/LongformGallery/helpers/parseImageData.js.map +1 -1
  1388. package/lib-es/variants/LongformGallery/helpers/separateImages.js.map +1 -1
  1389. package/lib-es/variants/LongformGallery/helpers/shouldSkip.js.map +1 -1
  1390. package/lib-es/variants/LongformGallery/index.js +1 -1
  1391. package/lib-es/variants/LongformGallery/index.js.map +1 -1
  1392. package/lib-es/variants/LongformGallery/useLongformGallery.js.map +1 -1
  1393. package/lib-es/variants/LongformRow/index.js.map +1 -1
  1394. package/lib-es/variants/ParallaxImageTextRight/index.js.map +1 -1
  1395. package/lib-es/variants/SlideSummary/SlideSummary.js.map +1 -1
  1396. package/lib-es/variants/SlideSummary/index.js +1 -1
  1397. package/lib-es/variants/SlideSummary/index.js.map +1 -1
  1398. package/lib-es/variants/ThumbnailCarousel/ThumbnailCarousel.js.map +1 -1
  1399. package/lib-es/variants/ThumbnailCarousel/ThumbnailImage/ThumbnailImage.js.map +1 -1
  1400. package/lib-es/variants/ThumbnailCarousel/ThumbnailImage/index.js.map +1 -1
  1401. package/lib-es/variants/ThumbnailCarousel/ThumbnailImage/useThumbnailImage.js.map +1 -1
  1402. package/lib-es/variants/ThumbnailCarousel/index.js +1 -1
  1403. package/lib-es/variants/ThumbnailCarousel/index.js.map +1 -1
  1404. package/lib-es/variants/ThumbnailCarousel/useThumbnailCarousel.js.map +1 -1
  1405. package/lib-es/variants/index.js +3 -1
  1406. package/lib-es/variants/index.js.map +1 -1
  1407. package/package.json +32 -32
  1408. package/src/HOC/recreateOnNavigation.js +3 -3
  1409. package/src/HOC/withTitle.js +5 -5
  1410. package/src/application/query/index.js +11 -1
  1411. package/src/components/BackToTop/BackToTop.js +10 -15
  1412. package/src/components/Banner/BannerRender.js +0 -2
  1413. package/src/components/Breadcrumb/Breadcrumb.js +5 -1
  1414. package/src/components/Button.js +16 -15
  1415. package/src/components/Card/Card.js +2 -1
  1416. package/src/components/Card/CardsFactory.js +8 -7
  1417. package/src/components/Card/CardsRender.js +28 -13
  1418. package/src/components/Carousel/Carousel.js +46 -9
  1419. package/src/components/Carousel/CarouselImage/CarouselImage.js +3 -1
  1420. package/src/components/CarouselWrapper/DefaultCarousel.js +20 -26
  1421. package/src/components/ContentGroup/ContentGroup.js +51 -13
  1422. package/src/components/ContentGroup/ContentGroupAccordion.js +160 -0
  1423. package/src/components/ContentGroup/ContentGroupTabs.js +11 -10
  1424. package/src/components/ContentGroup/constants.js +14 -1
  1425. package/src/components/ContentGroup/helpers/get-structured-data-properties.js +36 -0
  1426. package/src/components/DataSummary/DataSummaryFactory.js +4 -2
  1427. package/src/components/DataSummary/DataSummaryTypes/index.js +14 -10
  1428. package/src/components/DataSummary/helpers/get-record-id.js +14 -0
  1429. package/src/components/DataSummary/helpers/index.js +3 -1
  1430. package/src/components/EmailConfirm/EmailConfirm.js +9 -11
  1431. package/src/components/ErrorMessage/index.js +2 -2
  1432. package/src/components/Image/GlobalLightbox/GlobalLightbox.js +76 -80
  1433. package/src/components/Image/GlobalLightbox/NavButton.js +12 -15
  1434. package/src/components/Image/GlobalLightbox/index.js +2 -2
  1435. package/src/components/Image/Image.js +6 -4
  1436. package/src/components/Image/ImageFactory.js +5 -5
  1437. package/src/components/ItemList/ItemListButton/ItemListButton.js +11 -13
  1438. package/src/components/ItemList/ItemListCounter/ItemListCounter.js +2 -2
  1439. package/src/components/ItemList/hooks/use-item-list-id.js +10 -13
  1440. package/src/components/ItemList/icons/AddedBookmark.js +33 -0
  1441. package/src/components/ItemList/icons/BaseBookmark.js +33 -0
  1442. package/src/components/ItemList/icons/HoverBookmark.js +33 -0
  1443. package/src/components/ItemList/icons/RemoveBookmark.js +33 -0
  1444. package/src/components/ItemList/icons/index.js +4 -0
  1445. package/src/components/Layout/Layout.js +14 -3
  1446. package/src/components/Layout/LayoutFactory.js +2 -2
  1447. package/src/components/Layout/LayoutWithStickyTimer.js +11 -14
  1448. package/src/components/List/ListBuilder.js +1 -1
  1449. package/src/components/List/ListFactory.js +23 -15
  1450. package/src/components/List/ListRender.js +61 -40
  1451. package/src/components/List/components/Full/FullRenderItem.js +44 -28
  1452. package/src/components/List/components/Pagination/Classic.js +26 -6
  1453. package/src/components/List/components/Pagination/ListPagination.js +11 -18
  1454. package/src/components/List/components/Pagination/LoadMore.js +7 -9
  1455. package/src/components/List/helpers/build-pagination-items.js +11 -3
  1456. package/src/components/List/helpers/build-pagination-url.js +2 -2
  1457. package/src/components/List/helpers/build-query-booster.js +12 -6
  1458. package/src/components/List/helpers/sort-aggs.js +1 -2
  1459. package/src/components/Loading/index.js +2 -2
  1460. package/src/components/Menu/Menu.js +13 -19
  1461. package/src/components/Menu/MenuContext.js +1 -1
  1462. package/src/components/MenuItem/MenuItemRender.js +33 -45
  1463. package/src/components/MenuItem/helpers/index.js +1 -3
  1464. package/src/components/MenuItem/helpers/inject-helper-into-template.js +12 -2
  1465. package/src/components/ModalAdapter/index.js +2 -2
  1466. package/src/components/SearchContent/SearchContent.js +60 -48
  1467. package/src/components/SearchContent/SearchContentResults.js +1 -1
  1468. package/src/components/SearchFilter/SearchFilter/FiltersList.js +75 -72
  1469. package/src/components/SearchFilter/SearchFilter/SearchFilter.js +15 -19
  1470. package/src/components/SearchFilter/SearchFilterContainer.js +16 -12
  1471. package/src/components/SearchFilter/components/Range.js +33 -16
  1472. package/src/components/SearchFilter/helpers/build-new-url.js +3 -2
  1473. package/src/components/SearchFilter/helpers/build-url-query.js +10 -1
  1474. package/src/components/Video/providers/Vimeo/VimeoProvider.js +19 -22
  1475. package/src/components/Video/providers/YouTube/YoutubeEmbeded.js +58 -64
  1476. package/src/components/Video/providers/get-provider.js +4 -4
  1477. package/src/components/Wrapper.js +5 -7
  1478. package/src/components/index.js +20 -20
  1479. package/src/constants/index.js +5 -5
  1480. package/src/helpers/build-props-query.js +3 -2
  1481. package/src/helpers/build-query-fields.js +1 -1
  1482. package/src/helpers/build-search-values-checkbox-select.js +1 -1
  1483. package/src/helpers/get-component-id.js +9 -0
  1484. package/src/helpers/get-current-offset.js +1 -1
  1485. package/src/helpers/get-custom-html-properties.js +11 -0
  1486. package/src/helpers/get-image-ids.js +3 -0
  1487. package/src/helpers/get-wrapped-value-with-link.js +1 -1
  1488. package/src/helpers/index.js +2 -0
  1489. package/src/helpers/remove-unwanted-characters.js +1 -4
  1490. package/src/hooks/helpers/RenderComponent.js +5 -0
  1491. package/src/hooks/helpers/StoreImages.js +33 -31
  1492. package/src/hooks/helpers/buildPBComponents.js +2 -4
  1493. package/src/hooks/helpers/get-components-to-insert-by-type.js +3 -1
  1494. package/src/hooks/helpers/inject-textblock-banners.js +2 -8
  1495. package/src/hooks/index.js +1 -0
  1496. package/src/hooks/use-app-event-hook.js +34 -0
  1497. package/src/hooks/use-app-sync-event-hook.js +20 -6
  1498. package/src/hooks/use-check-mobile-screen.js +5 -8
  1499. package/src/hooks/use-get-entity-schema.js +5 -1
  1500. package/src/hooks/use-get-image-id-from-relation.js +16 -4
  1501. package/src/hooks/use-page-builder.js +9 -12
  1502. package/src/index.js +4 -2
  1503. package/src/system-components/EditorMode/BlazeLogo.js +48 -0
  1504. package/src/system-components/EditorMode/PbWrapper.js +27 -0
  1505. package/src/system-components/EditorMode/constants.js +2 -0
  1506. package/src/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js +101 -0
  1507. package/src/system-components/EditorMode/helpers/check-is-over-blaze-icon.js +24 -0
  1508. package/src/system-components/index.js +3 -0
  1509. package/src/variants/Infographic/Infographic.js +2 -2
  1510. package/src/variants/Infographic/index.js +2 -2
  1511. package/src/variants/LiveBlogList/LiveBlogList.js +107 -0
  1512. package/src/variants/LiveBlogList/index.js +13 -0
  1513. package/src/variants/LongformGallery/LongformGallery.js +2 -8
  1514. package/src/variants/LongformGallery/index.js +2 -2
  1515. package/src/variants/SlideSummary/index.js +2 -2
  1516. package/src/variants/ThumbnailCarousel/ThumbnailImage/ThumbnailImage.js +2 -3
  1517. package/src/variants/ThumbnailCarousel/index.js +2 -2
  1518. package/src/variants/index.js +3 -1
  1519. package/CHANGELOG.md +0 -2516
  1520. package/babel.config.js +0 -3
  1521. package/example.env +0 -5
  1522. package/jest.config.js +0 -5
  1523. package/lib/components/MenuItem/helpers/has-active-child.js +0 -19
  1524. package/lib/components/MenuItem/helpers/has-active-child.js.map +0 -1
  1525. package/lib/components/MenuItem/helpers/isUrlPathMatch.js +0 -18
  1526. package/lib/components/MenuItem/helpers/isUrlPathMatch.js.map +0 -1
  1527. package/lib-es/components/MenuItem/helpers/has-active-child.js +0 -5
  1528. package/lib-es/components/MenuItem/helpers/has-active-child.js.map +0 -1
  1529. package/lib-es/components/MenuItem/helpers/isUrlPathMatch.js +0 -8
  1530. package/lib-es/components/MenuItem/helpers/isUrlPathMatch.js.map +0 -1
  1531. package/src/components/MenuItem/helpers/has-active-child.js +0 -10
  1532. package/src/components/MenuItem/helpers/isUrlPathMatch.js +0 -10
  1533. package/tests/helpers/mocks.js +0 -2494
  1534. package/tests/unit/src/BannerContext/helpers/set-initial-banner-counters.test.js +0 -48
  1535. package/tests/unit/src/HOC/__snapshots__/withInfiniteScroll.test.js.snap +0 -9
  1536. package/tests/unit/src/HOC/recreateOnNavigation.test.js +0 -28
  1537. package/tests/unit/src/HOC/withInfiniteScroll.test.js +0 -26
  1538. package/tests/unit/src/HOC/withTitle.test.js +0 -50
  1539. package/tests/unit/src/Layout/Layout.test.js +0 -119
  1540. package/tests/unit/src/Layout/__snapshots__/Layout.test.js.snap +0 -24
  1541. package/tests/unit/src/Layout/getMockedProps.js +0 -19
  1542. package/tests/unit/src/Layout/helpers/check-if-row-has-columns.test.js +0 -49
  1543. package/tests/unit/src/Layout/helpers/get-styles-to-update.test.js +0 -23
  1544. package/tests/unit/src/Layout/helpers/has-children.test.js +0 -38
  1545. package/tests/unit/src/components/BackToTop/BackToTop.test.js +0 -23
  1546. package/tests/unit/src/components/BackToTop/__snapshots__/BackToTop.test.js.snap +0 -3
  1547. package/tests/unit/src/components/Banner/AdSlotRender.test.js +0 -80
  1548. package/tests/unit/src/components/Banner/Banner.test.js +0 -60
  1549. package/tests/unit/src/components/Banner/BannerRender.test.js +0 -126
  1550. package/tests/unit/src/components/Banner/__snapshots__/AdSlotRender.test.js.snap +0 -80
  1551. package/tests/unit/src/components/Banner/__snapshots__/Banner.test.js.snap +0 -7
  1552. package/tests/unit/src/components/Banner/__snapshots__/BannerRender.test.js.snap +0 -15
  1553. package/tests/unit/src/components/Banner/__snapshots__/helpers.test.js.snap +0 -3
  1554. package/tests/unit/src/components/Banner/helpers.test.js +0 -244
  1555. package/tests/unit/src/components/BlazeLink.test.js +0 -71
  1556. package/tests/unit/src/components/Breadcrumb/Breadcrumb.test.js +0 -106
  1557. package/tests/unit/src/components/Breadcrumb/__snapshots__/Breadcrumb.test.js.snap +0 -85
  1558. package/tests/unit/src/components/Button.test.js +0 -143
  1559. package/tests/unit/src/components/Card/Card.test.js +0 -229
  1560. package/tests/unit/src/components/Card/CardContainer.test.js +0 -62
  1561. package/tests/unit/src/components/Card/__snapshots__/Card.test.js.snap +0 -465
  1562. package/tests/unit/src/components/Card/__snapshots__/CardContainer.test.js.snap +0 -189
  1563. package/tests/unit/src/components/Card/helpers/append-images.test.js +0 -36
  1564. package/tests/unit/src/components/Card/helpers/get-dynamic-grid-classes.test.js +0 -29
  1565. package/tests/unit/src/components/Card/helpers/get-updated-items-to-display.test.js +0 -72
  1566. package/tests/unit/src/components/Card/helpers/getPublishedListingUrl.test.js +0 -23
  1567. package/tests/unit/src/components/Card/helpers/useDynamicSizeKey.test.js +0 -14
  1568. package/tests/unit/src/components/Card/mockData.js +0 -196
  1569. package/tests/unit/src/components/Carousel/Carousel.test.js +0 -114
  1570. package/tests/unit/src/components/Carousel/CarouselImage/CarouselImage.test.js +0 -48
  1571. package/tests/unit/src/components/Carousel/CarouselImage/__snapshots__/CarouselImage.test.js.snap +0 -17
  1572. package/tests/unit/src/components/Carousel/CarouselImage/helpers.js +0 -9
  1573. package/tests/unit/src/components/Carousel/CarouselImage/mocks.js +0 -38
  1574. package/tests/unit/src/components/Carousel/CarouselRender/CarouselRender.test.js +0 -73
  1575. package/tests/unit/src/components/Carousel/CarouselRender/__snapshots__/CarouselRender.test.js.snap +0 -3
  1576. package/tests/unit/src/components/Carousel/__snapshots__/Carousel.test.js.snap +0 -94
  1577. package/tests/unit/src/components/CarouselWrapper.test.js +0 -54
  1578. package/tests/unit/src/components/ClickWrapper.test.js +0 -22
  1579. package/tests/unit/src/components/Code/Code.test.js +0 -46
  1580. package/tests/unit/src/components/Code/ScriptTag.test.js +0 -21
  1581. package/tests/unit/src/components/Code/__snapshots__/Code.test.js.snap +0 -37
  1582. package/tests/unit/src/components/Code/__snapshots__/ScriptTag.test.js.snap +0 -24
  1583. package/tests/unit/src/components/Code/helpers/wrap-script-tags.test.js +0 -31
  1584. package/tests/unit/src/components/Code.test.js +0 -29
  1585. package/tests/unit/src/components/ContentGroup/ContentGroup.test.js +0 -16
  1586. package/tests/unit/src/components/ContentGroup/ContentGroupTabs.test.js +0 -32
  1587. package/tests/unit/src/components/ContentGroup/__snapshots__/ContentGroup.test.js.snap +0 -5
  1588. package/tests/unit/src/components/ContentGroup/__snapshots__/ContentGroupTabs.test.js.snap +0 -93
  1589. package/tests/unit/src/components/ContentGroup/helpers/get-active-tab.test.js +0 -28
  1590. package/tests/unit/src/components/ContentGroup/helpers/get-sections-data.test.js +0 -30
  1591. package/tests/unit/src/components/ContentGroupSection/ContentGroupSection.test.js +0 -20
  1592. package/tests/unit/src/components/ContentGroupSection/__snapshots__/ContentGroupSection.test.js.snap +0 -15
  1593. package/tests/unit/src/components/DataSummary/DataSummaryFactory.test.js +0 -67
  1594. package/tests/unit/src/components/DataSummary/DataSummaryRender.test.js +0 -41
  1595. package/tests/unit/src/components/DataSummary/DataSummaryTypes/HeadingLargeSummary.test.js +0 -33
  1596. package/tests/unit/src/components/DataSummary/DataSummaryTypes/ItemDetailsSummary.test.js +0 -23
  1597. package/tests/unit/src/components/DataSummary/DataSummaryTypes/LargeSummary.test.js +0 -23
  1598. package/tests/unit/src/components/DataSummary/DataSummaryTypes/ListSummary.test.js +0 -23
  1599. package/tests/unit/src/components/DataSummary/DataSummaryTypes/TextSummary.test.js +0 -23
  1600. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/HeadingLargeSummary.test.js.snap +0 -11
  1601. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/ItemDetailsSummary.test.js.snap +0 -69
  1602. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/LargeSummary.test.js.snap +0 -109
  1603. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/ListSummary.test.js.snap +0 -101
  1604. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/TextSummary.test.js.snap +0 -57
  1605. package/tests/unit/src/components/DataSummary/__snapshots__/DataSummaryFactory.test.js.snap +0 -11
  1606. package/tests/unit/src/components/DataSummary/__snapshots__/DataSummaryRender.test.js.snap +0 -67
  1607. package/tests/unit/src/components/DataSummary/helpers/build-loop-props-content.test.js +0 -134
  1608. package/tests/unit/src/components/DataSummary/helpers/build-props-to-display-with-content.test.js +0 -52
  1609. package/tests/unit/src/components/DataSummary/helpers/get-data-summary-query.test.js +0 -35
  1610. package/tests/unit/src/components/DataSummary/helpers/get-link-based-on-value.test.js +0 -58
  1611. package/tests/unit/src/components/DataSummary/helpers/get-link-props.test.js +0 -35
  1612. package/tests/unit/src/components/DataSummary/helpers/get-link-to-published-content.test.js +0 -62
  1613. package/tests/unit/src/components/DataSummary/helpers/get-loop-props-limit.test.js +0 -32
  1614. package/tests/unit/src/components/DataSummary/helpers/get-prop-value.test.js +0 -67
  1615. package/tests/unit/src/components/DataSummary/helpers/get-value-from-array.test.js +0 -46
  1616. package/tests/unit/src/components/DataSummary/helpers/mocks.js +0 -90
  1617. package/tests/unit/src/components/DataSummary/helpers/parse-boolean-values.test.js +0 -28
  1618. package/tests/unit/src/components/DataSummary/helpers/strip-summary-props-content.test.js +0 -40
  1619. package/tests/unit/src/components/DataSummary/mockData.js +0 -47
  1620. package/tests/unit/src/components/DateTime/DateTime.test.js +0 -129
  1621. package/tests/unit/src/components/EmailConfirm/EmailConfirm.test.js +0 -53
  1622. package/tests/unit/src/components/EmailConfirm/__snapshots__/EmailConfirm.test.js.snap +0 -13
  1623. package/tests/unit/src/components/Iframe/Iframe.test.js +0 -21
  1624. package/tests/unit/src/components/Iframe/__snapshots__/Iframe.test.js.snap +0 -21
  1625. package/tests/unit/src/components/Image/GlobalLightbox/GlobalLightbox.test.js +0 -123
  1626. package/tests/unit/src/components/Image/GlobalLightbox/NavButton.test.js +0 -44
  1627. package/tests/unit/src/components/Image/GlobalLightbox/__snapshots__/GlobalLightbox.test.js.snap +0 -101
  1628. package/tests/unit/src/components/Image/GlobalLightbox/__snapshots__/NavButton.test.js.snap +0 -15
  1629. package/tests/unit/src/components/Image/GlobalLightbox/getMockedLightboxProps.js +0 -15
  1630. package/tests/unit/src/components/Image/GlobalLightbox/mocks.js +0 -39
  1631. package/tests/unit/src/components/Image/Image.test.js +0 -213
  1632. package/tests/unit/src/components/Image/ImageDetails.test.js +0 -41
  1633. package/tests/unit/src/components/Image/ImageFactory.test.js +0 -120
  1634. package/tests/unit/src/components/Image/ImageRender.test.js +0 -54
  1635. package/tests/unit/src/components/Image/Lightbox/Lightbox.test.js +0 -64
  1636. package/tests/unit/src/components/Image/Lightbox/__snapshots__/Lightbox.test.js.snap +0 -17
  1637. package/tests/unit/src/components/Image/Lightbox/mocks.js +0 -21
  1638. package/tests/unit/src/components/Image/__snapshots__/Image.test.js.snap +0 -74
  1639. package/tests/unit/src/components/Image/__snapshots__/ImageDetails.test.js.snap +0 -10
  1640. package/tests/unit/src/components/Image/__snapshots__/ImageFactory.test.js.snap +0 -93
  1641. package/tests/unit/src/components/Image/__snapshots__/ImageRender.test.js.snap +0 -41
  1642. package/tests/unit/src/components/Image/mocks.js +0 -255
  1643. package/tests/unit/src/components/ItemList/ItemListButton.test.js +0 -178
  1644. package/tests/unit/src/components/ItemList/ItemListCounter.test.js +0 -68
  1645. package/tests/unit/src/components/ItemList/ItemListNew.test.js +0 -167
  1646. package/tests/unit/src/components/ItemList/__snapshots__/ItemListButton.test.js.snap +0 -111
  1647. package/tests/unit/src/components/ItemList/__snapshots__/ItemListCounter.test.js.snap +0 -32
  1648. package/tests/unit/src/components/ItemList/__snapshots__/ItemListNew.test.js.snap +0 -27
  1649. package/tests/unit/src/components/ItemList/helpers/get-item-list-data.test.js +0 -28
  1650. package/tests/unit/src/components/ItemList/helpers/get-item-list-id.test.js +0 -20
  1651. package/tests/unit/src/components/ItemList/helpers/get-item-list-ids.test.js +0 -19
  1652. package/tests/unit/src/components/ItemList/helpers/set-item-list-id.test.js +0 -16
  1653. package/tests/unit/src/components/ItemList/helpers/set-param-and-redirect.test.js +0 -30
  1654. package/tests/unit/src/components/ItemList/hooks/use-item-list-id.test.js +0 -35
  1655. package/tests/unit/src/components/Layout/Layout.test.js +0 -99
  1656. package/tests/unit/src/components/Layout/LayoutFactory.test.js +0 -53
  1657. package/tests/unit/src/components/Layout/__snapshots__/Layout.test.js.snap +0 -67
  1658. package/tests/unit/src/components/LazyImage/LazyImage.test.js +0 -46
  1659. package/tests/unit/src/components/LazyImage/__snapshots__/LazyImage.test.js.snap +0 -31
  1660. package/tests/unit/src/components/List/ListRender.test.js +0 -65
  1661. package/tests/unit/src/components/List/__snapshots__/ListRender.test.js.snap +0 -36
  1662. package/tests/unit/src/components/List/components/Cards/CardsRender.test.js +0 -30
  1663. package/tests/unit/src/components/List/components/Cards/CardsRenderItem.test.js +0 -19
  1664. package/tests/unit/src/components/List/components/Cards/CardsRenderWrapper.test.js +0 -31
  1665. package/tests/unit/src/components/List/components/Cards/__snapshots__/CardsRender.test.js.snap +0 -155
  1666. package/tests/unit/src/components/List/components/Cards/__snapshots__/CardsRenderItem.test.js.snap +0 -13
  1667. package/tests/unit/src/components/List/components/Cards/__snapshots__/CardsRenderWrapper.test.js.snap +0 -31
  1668. package/tests/unit/src/components/List/components/Cards/helpers/check-if-should-render-gtm.test.js +0 -39
  1669. package/tests/unit/src/components/List/components/Full/FullRender.test.js +0 -37
  1670. package/tests/unit/src/components/List/components/Full/FullRenderItem.test.js +0 -32
  1671. package/tests/unit/src/components/List/components/Full/__snapshots__/FullRender.test.js.snap +0 -51
  1672. package/tests/unit/src/components/List/components/Full/__snapshots__/FullRenderItem.test.js.snap +0 -52
  1673. package/tests/unit/src/components/List/components/Header/ListHeader.test.js +0 -28
  1674. package/tests/unit/src/components/List/components/Header/__snapshots__/ListHeader.test.js.snap +0 -45
  1675. package/tests/unit/src/components/List/components/Pagination/Classic.test.js +0 -21
  1676. package/tests/unit/src/components/List/components/Pagination/ListPagination.test.js +0 -86
  1677. package/tests/unit/src/components/List/components/Pagination/LoadMore.test.js +0 -22
  1678. package/tests/unit/src/components/List/components/Pagination/__snapshots__/Classic.test.js.snap +0 -53
  1679. package/tests/unit/src/components/List/components/Pagination/__snapshots__/ListPagination.test.js.snap +0 -51
  1680. package/tests/unit/src/components/List/components/Pagination/__snapshots__/LoadMore.test.js.snap +0 -13
  1681. package/tests/unit/src/components/List/components/helpers/check-if-should-render-banner.test.js +0 -75
  1682. package/tests/unit/src/components/List/components/index.test.js +0 -15
  1683. package/tests/unit/src/components/List/components/mocks.js +0 -56
  1684. package/tests/unit/src/components/List/helpers/__snapshots__/build-pagination-items.test.js.snap +0 -325
  1685. package/tests/unit/src/components/List/helpers/build-az-aggregations.test.js +0 -33
  1686. package/tests/unit/src/components/List/helpers/build-az-url.test.js +0 -11
  1687. package/tests/unit/src/components/List/helpers/build-pagination-items.test.js +0 -40
  1688. package/tests/unit/src/components/List/helpers/build-pagination-url.test.js +0 -16
  1689. package/tests/unit/src/components/List/helpers/build-query-booster.test.js +0 -33
  1690. package/tests/unit/src/components/List/helpers/get-az-query-filter.test.js +0 -17
  1691. package/tests/unit/src/components/List/helpers/get-items-per-page-to-use.test.js +0 -24
  1692. package/tests/unit/src/components/List/helpers/get-list-component.test.js +0 -21
  1693. package/tests/unit/src/components/List/helpers/get-list-query.test.js +0 -55
  1694. package/tests/unit/src/components/List/helpers/get-sort-props.test.js +0 -109
  1695. package/tests/unit/src/components/List/helpers/has-required-item-list-details.test.js +0 -30
  1696. package/tests/unit/src/components/List/helpers/sort-aggs.test.js +0 -46
  1697. package/tests/unit/src/components/Loading/Loading.test.js +0 -29
  1698. package/tests/unit/src/components/Loading/__snapshots__/Loading.test.js.snap +0 -43
  1699. package/tests/unit/src/components/Menu/Menu.test.js +0 -28
  1700. package/tests/unit/src/components/Menu/__snapshots__/Menu.test.js.snap +0 -23
  1701. package/tests/unit/src/components/MenuItem/MenuEntitiesItem.test.js +0 -23
  1702. package/tests/unit/src/components/MenuItem/MenuItem.test.js +0 -58
  1703. package/tests/unit/src/components/MenuItem/MenuItemRender.test.js +0 -91
  1704. package/tests/unit/src/components/MenuItem/SubMenu.test.js +0 -30
  1705. package/tests/unit/src/components/MenuItem/__snapshots__/MenuEntitiesItem.test.js.snap +0 -3
  1706. package/tests/unit/src/components/MenuItem/__snapshots__/MenuItem.test.js.snap +0 -48
  1707. package/tests/unit/src/components/MenuItem/__snapshots__/SubMenu.test.js.snap +0 -17
  1708. package/tests/unit/src/components/MenuItem/helpers/constants.js +0 -73
  1709. package/tests/unit/src/components/MenuItem/helpers/has-active-child.test.js +0 -35
  1710. package/tests/unit/src/components/MenuItem/helpers/inject-helper-into-template.test.js +0 -44
  1711. package/tests/unit/src/components/MenuItem/helpers/is-url-path-match.test.js +0 -53
  1712. package/tests/unit/src/components/MenuItem/mocks.js +0 -71
  1713. package/tests/unit/src/components/Modal/Modal.test.js +0 -45
  1714. package/tests/unit/src/components/Modal/__snapshots__/Modal.test.js.snap +0 -17
  1715. package/tests/unit/src/components/PlaceholderIcon/__snapshots__/index.test.js.snap +0 -87
  1716. package/tests/unit/src/components/PlaceholderIcon/index.test.js +0 -20
  1717. package/tests/unit/src/components/SearchContent/SearchContent.test.js +0 -57
  1718. package/tests/unit/src/components/SearchContent/__snapshots__/SearchContent.test.js.snap +0 -73
  1719. package/tests/unit/src/components/SearchFilter/SearchFilter/CloseMobileForm.test.js +0 -35
  1720. package/tests/unit/src/components/SearchFilter/SearchFilter/FiltersList.test.js +0 -12
  1721. package/tests/unit/src/components/SearchFilter/SearchFilter/MobileFormToolbar.test.js +0 -37
  1722. package/tests/unit/src/components/SearchFilter/SearchFilter/ResetDesktopForm.test.js +0 -43
  1723. package/tests/unit/src/components/SearchFilter/SearchFilter/SearchFilter.test.js +0 -179
  1724. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/CloseMobileForm.test.js.snap +0 -35
  1725. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/MobileFormToolbar.test.js.snap +0 -25
  1726. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/ResetDesktopForm.test.js.snap +0 -39
  1727. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/SearchFilter.test.js.snap +0 -767
  1728. package/tests/unit/src/components/SearchFilter/SearchFilterContainer.test.js +0 -38
  1729. package/tests/unit/src/components/SearchFilter/__snapshots__/SearchFilterContainer.test.js.snap +0 -5
  1730. package/tests/unit/src/components/SearchFilter/components/Checkbox.test.js +0 -34
  1731. package/tests/unit/src/components/SearchFilter/components/Range.test.js +0 -122
  1732. package/tests/unit/src/components/SearchFilter/components/Select.test.js +0 -96
  1733. package/tests/unit/src/components/SearchFilter/components/TextSearch.test.js +0 -34
  1734. package/tests/unit/src/components/SearchFilter/components/__snapshots__/Checkbox.test.js.snap +0 -60
  1735. package/tests/unit/src/components/SearchFilter/components/__snapshots__/Range.test.js.snap +0 -251
  1736. package/tests/unit/src/components/SearchFilter/components/__snapshots__/Select.test.js.snap +0 -68
  1737. package/tests/unit/src/components/SearchFilter/components/__snapshots__/TextSearch.test.js.snap +0 -58
  1738. package/tests/unit/src/components/SearchFilter/helpers/build-new-url.test.js +0 -31
  1739. package/tests/unit/src/components/SearchFilter/helpers/build-query.test.js +0 -56
  1740. package/tests/unit/src/components/SearchFilter/helpers/calculate-min-max.test.js +0 -21
  1741. package/tests/unit/src/components/SearchFilter/helpers/calculate-step.test.js +0 -21
  1742. package/tests/unit/src/components/SearchFilter/helpers/check-if-range-updated.test.js +0 -27
  1743. package/tests/unit/src/components/SearchFilter/helpers/get-display-value.test.js +0 -38
  1744. package/tests/unit/src/components/SearchFilter/helpers/get-filter-value-from-query.test.js +0 -28
  1745. package/tests/unit/src/components/SearchFilter/helpers/get-initial-filter-values.test.js +0 -50
  1746. package/tests/unit/src/components/SearchFilter/helpers/get-intersected-prop.test.js +0 -12
  1747. package/tests/unit/src/components/SearchFilter/helpers/get-range-value.test.js +0 -24
  1748. package/tests/unit/src/components/SearchFilter/helpers/get-select-options.test.js +0 -40
  1749. package/tests/unit/src/components/SearchFilter/helpers/get-updated-filter-by.test.js +0 -28
  1750. package/tests/unit/src/components/SearchFilter/helpers/is-device-desktop.test.js +0 -31
  1751. package/tests/unit/src/components/SearchFilter/helpers/parse-filter-value.test.js +0 -35
  1752. package/tests/unit/src/components/SearchFilterSort/SearchFilterSort.test.js +0 -27
  1753. package/tests/unit/src/components/SearchFilterSort/__snapshots__/SearchFilterSort.test.js.snap +0 -28
  1754. package/tests/unit/src/components/SearchFilterSort/helpers/handle-sort-update.test.js +0 -53
  1755. package/tests/unit/src/components/SearchFilterSort/helpers/update-sort.test.js +0 -25
  1756. package/tests/unit/src/components/SocialFollow/SFItem.test.js +0 -22
  1757. package/tests/unit/src/components/SocialFollow/SocialFollow.test.js +0 -38
  1758. package/tests/unit/src/components/SocialFollow/__snapshots__/SFItem.test.js.snap +0 -38
  1759. package/tests/unit/src/components/SocialFollow/__snapshots__/SocialFollow.test.js.snap +0 -74
  1760. package/tests/unit/src/components/TextBlock/TextBlock.test.js +0 -82
  1761. package/tests/unit/src/components/TextBlock/__snapshots__/TextBlock.test.js.snap +0 -89
  1762. package/tests/unit/src/components/Video/Video.test.js +0 -74
  1763. package/tests/unit/src/components/Video/VideoModal.test.js +0 -18
  1764. package/tests/unit/src/components/Video/__snapshots__/Video.test.js.snap +0 -59
  1765. package/tests/unit/src/components/Video/__snapshots__/VideoModal.test.js.snap +0 -14
  1766. package/tests/unit/src/components/Video/providers/Default.test.js +0 -22
  1767. package/tests/unit/src/components/Video/providers/JWPlayer/JWPlayerProvider.test.js +0 -49
  1768. package/tests/unit/src/components/Video/providers/JWPlayer/__snapshots__/JWPlayerProvider.test.js.snap +0 -13
  1769. package/tests/unit/src/components/Video/providers/JWPlayer/mocks.js +0 -40
  1770. package/tests/unit/src/components/Video/providers/Vimeo/Vimeo.test.js +0 -13
  1771. package/tests/unit/src/components/Video/providers/Vimeo/__snapshots__/Vimeo.test.js.snap +0 -10
  1772. package/tests/unit/src/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.test.js +0 -24
  1773. package/tests/unit/src/components/Video/providers/YouTube/YouTubeProvider.test.js +0 -15
  1774. package/tests/unit/src/components/Video/providers/YouTube/__snapshots__/YouTubeProvider.test.js.snap +0 -27
  1775. package/tests/unit/src/components/Video/providers/YouTube/helpers/index.test.js +0 -23
  1776. package/tests/unit/src/components/Video/providers/__snapshots__/Default.test.js.snap +0 -165
  1777. package/tests/unit/src/components/Video/providers/get-provider.test.js +0 -36
  1778. package/tests/unit/src/components/Wrapper.test.js +0 -39
  1779. package/tests/unit/src/components/__snapshots__/BlazeLink.test.js.snap +0 -15
  1780. package/tests/unit/src/components/__snapshots__/Button.test.js.snap +0 -18
  1781. package/tests/unit/src/components/__snapshots__/CarouselWrapper.test.js.snap +0 -162
  1782. package/tests/unit/src/components/__snapshots__/ClickWrapper.test.js.snap +0 -13
  1783. package/tests/unit/src/components/__snapshots__/Code.test.js.snap +0 -13
  1784. package/tests/unit/src/components/__snapshots__/Wrapper.test.js.snap +0 -34
  1785. package/tests/unit/src/components/__snapshots__/index.test.js.snap +0 -130
  1786. package/tests/unit/src/components/index.test.js +0 -7
  1787. package/tests/unit/src/constants/__snapshots__/componentsDefaultValues.test.js.snap +0 -21
  1788. package/tests/unit/src/constants/__snapshots__/index.test.js.snap +0 -3
  1789. package/tests/unit/src/constants/componentsDefaultValues.test.js +0 -8
  1790. package/tests/unit/src/constants/index.test.js +0 -7
  1791. package/tests/unit/src/helpers/__snapshots__/build-query-fields.test.js.snap +0 -29
  1792. package/tests/unit/src/helpers/__snapshots__/get-extra-az-bits.test.js.snap +0 -137
  1793. package/tests/unit/src/helpers/__snapshots__/get-wrapped-value-with-link.test.js.snap +0 -18
  1794. package/tests/unit/src/helpers/__snapshots__/parse-textBlock.test.js.snap +0 -15
  1795. package/tests/unit/src/helpers/build-az-query.test.js +0 -26
  1796. package/tests/unit/src/helpers/build-checkbox-filters.test.js +0 -27
  1797. package/tests/unit/src/helpers/build-image-properties.test.js +0 -51
  1798. package/tests/unit/src/helpers/build-inherited-filters.test.js +0 -112
  1799. package/tests/unit/src/helpers/build-link-extra-props.test.js +0 -41
  1800. package/tests/unit/src/helpers/build-props-query.test.js +0 -226
  1801. package/tests/unit/src/helpers/build-query-fields.test.js +0 -25
  1802. package/tests/unit/src/helpers/build-raw-query-base.test.js +0 -169
  1803. package/tests/unit/src/helpers/build-raw-query-stringified.test.js +0 -49
  1804. package/tests/unit/src/helpers/build-raw-query.test.js +0 -474
  1805. package/tests/unit/src/helpers/build-search-values-checkbox-select.test.js +0 -174
  1806. package/tests/unit/src/helpers/build-search-values-text.test.js +0 -57
  1807. package/tests/unit/src/helpers/build-set-filters.test.js +0 -84
  1808. package/tests/unit/src/helpers/build-sort-values.test.js +0 -54
  1809. package/tests/unit/src/helpers/check-for-error.test.js +0 -33
  1810. package/tests/unit/src/helpers/check-props-to-use.test.js +0 -32
  1811. package/tests/unit/src/helpers/get-banner-data.test.js +0 -32
  1812. package/tests/unit/src/helpers/get-card-entities.test.js +0 -27
  1813. package/tests/unit/src/helpers/get-checkbox-filters.test.js +0 -33
  1814. package/tests/unit/src/helpers/get-click-wrapper-options.test.js +0 -81
  1815. package/tests/unit/src/helpers/get-current-offset.test.js +0 -39
  1816. package/tests/unit/src/helpers/get-dictionary-match.test.js +0 -14
  1817. package/tests/unit/src/helpers/get-display-count-data.test.js +0 -49
  1818. package/tests/unit/src/helpers/get-elasticsearch-operator.test.js +0 -20
  1819. package/tests/unit/src/helpers/get-entity-data.test.js +0 -47
  1820. package/tests/unit/src/helpers/get-entity-render-props.test.js +0 -37
  1821. package/tests/unit/src/helpers/get-extra-az-bits.test.js +0 -51
  1822. package/tests/unit/src/helpers/get-filter-props.test.js +0 -82
  1823. package/tests/unit/src/helpers/get-filter-relation-keys.test.js +0 -22
  1824. package/tests/unit/src/helpers/get-generic-props.test.js +0 -21
  1825. package/tests/unit/src/helpers/get-generic-render-variables.test.js +0 -150
  1826. package/tests/unit/src/helpers/get-image-ids.test.js +0 -80
  1827. package/tests/unit/src/helpers/get-inherited-filters.test.js +0 -27
  1828. package/tests/unit/src/helpers/get-items-to-display-ids.test.js +0 -59
  1829. package/tests/unit/src/helpers/get-modifiers.test.js +0 -46
  1830. package/tests/unit/src/helpers/get-not-equal-query.test.js +0 -23
  1831. package/tests/unit/src/helpers/get-pagination-index.test.js +0 -31
  1832. package/tests/unit/src/helpers/get-parsed-prop-values.test.js +0 -66
  1833. package/tests/unit/src/helpers/get-parsed-summary-value.test.js +0 -26
  1834. package/tests/unit/src/helpers/get-prop-values.test.js +0 -38
  1835. package/tests/unit/src/helpers/get-query-filters.test.js +0 -104
  1836. package/tests/unit/src/helpers/get-query-props.test.js +0 -45
  1837. package/tests/unit/src/helpers/get-required-schemas.test.js +0 -56
  1838. package/tests/unit/src/helpers/get-sanitized-prop-values.test.js +0 -26
  1839. package/tests/unit/src/helpers/get-search-filter-type.test.js +0 -47
  1840. package/tests/unit/src/helpers/get-sort-by-field-name.test.js +0 -57
  1841. package/tests/unit/src/helpers/get-unpublished-entity-name.test.js +0 -33
  1842. package/tests/unit/src/helpers/get-updated-filter-by.test.js +0 -44
  1843. package/tests/unit/src/helpers/get-wrapped-value-with-link.test.js +0 -39
  1844. package/tests/unit/src/helpers/group-entities.test.js +0 -34
  1845. package/tests/unit/src/helpers/inject-banner.test.js +0 -39
  1846. package/tests/unit/src/helpers/inject-banners-to-entities.test.js +0 -47
  1847. package/tests/unit/src/helpers/inject-multiple-banners.test.js +0 -45
  1848. package/tests/unit/src/helpers/is-filter-entitys-id.test.js +0 -23
  1849. package/tests/unit/src/helpers/is-object.test.js +0 -21
  1850. package/tests/unit/src/helpers/is-using-relation-image.test.js +0 -12
  1851. package/tests/unit/src/helpers/parse-interval.test.js +0 -27
  1852. package/tests/unit/src/helpers/parse-props-to-display.test.js +0 -73
  1853. package/tests/unit/src/helpers/parse-textBlock.test.js +0 -31
  1854. package/tests/unit/src/helpers/prcoess-data-summary-value.test.js +0 -52
  1855. package/tests/unit/src/helpers/remove-extra-items.test.js +0 -30
  1856. package/tests/unit/src/helpers/remove-unwanted-characters.test.js +0 -70
  1857. package/tests/unit/src/helpers/render-children.test.js +0 -71
  1858. package/tests/unit/src/helpers/should-render-waypoint.test.js +0 -23
  1859. package/tests/unit/src/helpers/should-show-property.test.js +0 -20
  1860. package/tests/unit/src/helpers/sort-response-data.test.js +0 -24
  1861. package/tests/unit/src/helpers/update-childrens-parent.test.js +0 -41
  1862. package/tests/unit/src/hooks/helpers/StoreImages.test.js +0 -26
  1863. package/tests/unit/src/hooks/helpers/append-gtm-classname.test.js +0 -50
  1864. package/tests/unit/src/hooks/helpers/check-banner-insertion-set.test.js +0 -48
  1865. package/tests/unit/src/hooks/helpers/check-collisions.test.js +0 -44
  1866. package/tests/unit/src/hooks/helpers/get-banner-index.test.js +0 -39
  1867. package/tests/unit/src/hooks/helpers/get-components-to-insert-by-type.test.js +0 -38
  1868. package/tests/unit/src/hooks/helpers/getComponent.test.js +0 -30
  1869. package/tests/unit/src/hooks/helpers/inject-element-components.test.js +0 -103
  1870. package/tests/unit/src/hooks/helpers/inject-textblock-banners.test.js +0 -125
  1871. package/tests/unit/src/hooks/helpers/insert-banners.test.js +0 -127
  1872. package/tests/unit/src/hooks/helpers/split-children.test.js +0 -78
  1873. package/tests/unit/src/hooks/helpers/update-targetings.test.js +0 -13
  1874. package/tests/unit/src/hooks/use-app-sync-evet-hook.test.js +0 -50
  1875. package/tests/unit/src/hooks/use-check-mobile-screen.test.js +0 -40
  1876. package/tests/unit/src/hooks/use-get-entity-schema-as-obj.test.js +0 -46
  1877. package/tests/unit/src/hooks/use-get-image-id-from-relation.test.js +0 -92
  1878. package/tests/unit/src/hooks/use-get-images.test.js +0 -165
  1879. package/tests/unit/src/hooks/use-get-single-entity-schema.test.js +0 -78
  1880. package/tests/unit/src/hooks/use-page-builder.test.js +0 -48
  1881. package/tests/unit/src/utils/component-map.test.js +0 -56
  1882. package/tests/unit/src/utils/get-class-modifiers.test.js +0 -116
  1883. package/tests/unit/src/utils/get-image-data.test.js +0 -54
  1884. package/tests/unit/src/utils/get-props-to-display-modifiers.test.js +0 -14
  1885. package/tests/unit/src/utils/is-object-empty.test.js +0 -22
  1886. package/tests/unit/src/utils/variant-handler.test.js +0 -46
  1887. package/tests/unit/src/variants/LongFormGallery/LongformGallery.test.js +0 -42
  1888. package/tests/unit/src/variants/LongFormGallery/LongformGalleryImage.test.js +0 -44
  1889. package/tests/unit/src/variants/LongFormGallery/__snapshots__/LongformGallery.test.js.snap +0 -99
  1890. package/tests/unit/src/variants/LongFormGallery/__snapshots__/LongformGalleryImage.test.js.snap +0 -51
  1891. package/tests/unit/src/variants/LongFormGallery/constants.js +0 -37
  1892. package/tests/unit/src/variants/LongFormGallery/helpers/parseImageData.test.js +0 -53
  1893. package/tests/unit/src/variants/LongFormGallery/helpers/separateImages.test.js +0 -52
  1894. package/tests/unit/src/variants/LongFormGallery/helpers/shouldSkip.test.js +0 -23
  1895. package/tests/unit/src/variants/LongFormGallery/useLongformGallery.test.js +0 -36
  1896. package/tests/unit/src/variants/ThumbnailCarousel/ThumbnailCarousel.test.js +0 -29
  1897. package/tests/unit/src/variants/ThumbnailCarousel/ThumbnailImage.test.js +0 -45
  1898. package/tests/unit/src/variants/ThumbnailCarousel/__snapshots__/ThumbnailCarousel.test.js.snap +0 -71
  1899. package/tests/unit/src/variants/ThumbnailCarousel/__snapshots__/ThumbnailImage.test.js.snap +0 -19
  1900. package/tests/unit/src/variants/ThumbnailCarousel/mocks.js +0 -64
package/CHANGELOG.md DELETED
@@ -1,2516 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [0.146.0-translations.6](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.5...v0.146.0-translations.6) (2025-03-27)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * close menu item on url change ([#4669](https://github.com/thebyte9/blaze/issues/4669)) ([697750a](https://github.com/thebyte9/blaze/commit/697750ac771a5ea89702e990e23d6e78b1c45a67))
12
- * extended regex for #s in urls ([#4648](https://github.com/thebyte9/blaze/issues/4648)) ([089b19a](https://github.com/thebyte9/blaze/commit/089b19afaf503477429df3415fcd382e8b55745a))
13
-
14
-
15
- ### Features
16
-
17
- * move error message component to react page builder ([#4680](https://github.com/thebyte9/blaze/issues/4680)) ([5585514](https://github.com/thebyte9/blaze/commit/55855146a43300c702d7a8284828f592854950c7))
18
-
19
-
20
-
21
-
22
-
23
- # [0.146.0-translations.5](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.4...v0.146.0-translations.5) (2025-02-25)
24
-
25
-
26
- ### Bug Fixes
27
-
28
- * added space between image counter ([fe23887](https://github.com/thebyte9/blaze/commit/fe23887db201c8f8c4d3c2df6b0f84adac84df9f))
29
- * changed image lightbox counter ([3e22b68](https://github.com/thebyte9/blaze/commit/3e22b6817d60d2b4fd4beac713f864fdb5b6826e))
30
-
31
-
32
-
33
-
34
-
35
- # [0.146.0-translations.3](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.2...v0.146.0-translations.3) (2025-02-12)
36
-
37
- **Note:** Version bump only for package @blaze-cms/react-page-builder
38
-
39
-
40
-
41
-
42
-
43
- # [0.146.0-translations.2](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.1...v0.146.0-translations.2) (2025-02-12)
44
-
45
-
46
- ### Bug Fixes
47
-
48
- * changed plugin logic ([451b8af](https://github.com/thebyte9/blaze/commit/451b8afd47fade28b0143c128cf645fe90557424))
49
-
50
-
51
- ### Features
52
-
53
- * translate search filter component ([48d96d4](https://github.com/thebyte9/blaze/commit/48d96d48a52a83cf97edf81632074107ea744a5a))
54
-
55
-
56
-
57
-
58
-
59
- # [0.146.0-translations.1](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.0...v0.146.0-translations.1) (2025-02-11)
60
-
61
-
62
- ### Bug Fixes
63
-
64
- * menu setdisplaychildren logic ([#4629](https://github.com/thebyte9/blaze/issues/4629)) ([16c5c67](https://github.com/thebyte9/blaze/commit/16c5c674f4db1505131a8557d34f5349cf33fc42))
65
- * fixed variable placing ([cbd733b](https://github.com/thebyte9/blaze/commit/cbd733b15bf9094bec7f2349267042fe22a54dac))
66
- * handle active url ([58be170](https://github.com/thebyte9/blaze/commit/58be170c8641abeb89e6b51dca9c5a75179c3dd7))
67
- * typo ([88018f9](https://github.com/thebyte9/blaze/commit/88018f96fe2559a981826acb67a60f5b02c94f04))
68
- * update snapshot ([f3e1029](https://github.com/thebyte9/blaze/commit/f3e1029d9eb713a3126f396966ad01516a6a6add))
69
-
70
-
71
- ### Features
72
-
73
- * new preOpenMenu menu setting ([db23d0d](https://github.com/thebyte9/blaze/commit/db23d0d46a3bfe9db848ce5b52532c13e8ed5aa0))
74
-
75
-
76
-
77
-
78
-
79
- # [0.146.0-translations.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.146.0-translations.0) (2025-02-10)
80
-
81
-
82
- ### Bug Fixes
83
-
84
- * apply search filters even when shouldAddFilters is false ([ac82708](https://github.com/thebyte9/blaze/commit/ac827080df3001f4643a2d7a69b8f5502646cf77))
85
- * encode dynamic menu urls ([#4497](https://github.com/thebyte9/blaze/issues/4497)) ([43695a0](https://github.com/thebyte9/blaze/commit/43695a01408a85a5cd94704d9b78f36fd3fb509f))
86
- * exported necessary helpers from blaze react page builder ([#4466](https://github.com/thebyte9/blaze/issues/4466)) ([9a8d0db](https://github.com/thebyte9/blaze/commit/9a8d0db28dc0fbf7a2c93733fa1c7d61f293ac1b))
87
- * fixed nan values on ranges ([#4582](https://github.com/thebyte9/blaze/issues/4582)) ([963ceec](https://github.com/thebyte9/blaze/commit/963ceec6b1eea027cb36b9358f7dee5e91e852ce))
88
- * fixed url change not reflecting on filters ([#4488](https://github.com/thebyte9/blaze/issues/4488)) ([0d6574f](https://github.com/thebyte9/blaze/commit/0d6574f5d5e698633c6032668cb8e1d914cf0342))
89
- * fixed url not being decoded when set on useEffect in SearchFilterContainer ([#4492](https://github.com/thebyte9/blaze/issues/4492)) ([64ba7a0](https://github.com/thebyte9/blaze/commit/64ba7a0260ee657561df5273fac3e537d6845db0))
90
- * persist last selected filter ([#4526](https://github.com/thebyte9/blaze/issues/4526)) ([5b15b57](https://github.com/thebyte9/blaze/commit/5b15b57f5b008a6a9b71a0ea4d5a7bc75b1779a3))
91
- * remove limit from dynamic menu item check ([535e557](https://github.com/thebyte9/blaze/commit/535e5574817c3d4248419cf42961fdc27c28dd34))
92
- * remove youtube origin api param as it breaks SSR ([#4538](https://github.com/thebyte9/blaze/issues/4538)) ([98f71c5](https://github.com/thebyte9/blaze/commit/98f71c501fa8f01f9187d3ab7807c8fc4eada3e6))
93
- * use modal adapter in frontend ([#4485](https://github.com/thebyte9/blaze/issues/4485)) ([f35adbc](https://github.com/thebyte9/blaze/commit/f35adbcd9a76a069000126a30b3c680c169a5357))
94
-
95
-
96
- ### Features
97
-
98
- * add Floating Side Button variant with MVP styling ([#4594](https://github.com/thebyte9/blaze/issues/4594)) ([effb843](https://github.com/thebyte9/blaze/commit/effb843fa9c226fbf07b3ad3dac359d81e164590))
99
- * add video component events for youtube and jwplayer ([7b4aa78](https://github.com/thebyte9/blaze/commit/7b4aa78dea3798d736b32aed13760cc67445780c))
100
- * added Loading component ([#4469](https://github.com/thebyte9/blaze/issues/4469)) ([957f09b](https://github.com/thebyte9/blaze/commit/957f09bab84e2e08df879abf4eec17293d167e00))
101
- * allow customisation of refine search text ([#4489](https://github.com/thebyte9/blaze/issues/4489)) ([2082c4b](https://github.com/thebyte9/blaze/commit/2082c4b9322882cf779c9619d32ff44793324723))
102
- * dynamic menu items ([#4099](https://github.com/thebyte9/blaze/issues/4099)) ([c1e052b](https://github.com/thebyte9/blaze/commit/c1e052ba93218d4f603c697cf8b533d2d0befbf1))
103
- * fetch items from the current users item list ([#4464](https://github.com/thebyte9/blaze/issues/4464)) ([b68d4d3](https://github.com/thebyte9/blaze/commit/b68d4d30643b981402a63a961939e13e82999ba4))
104
- * improve card click wrapper feature flag to make valid html ([#4495](https://github.com/thebyte9/blaze/issues/4495)) ([cc01f4d](https://github.com/thebyte9/blaze/commit/cc01f4dae15158c0896d48ed05cb32a64c8caa1b))
105
- * update image-cdn-react package with fetchpolicy update ([#4564](https://github.com/thebyte9/blaze/issues/4564)) ([1b6b719](https://github.com/thebyte9/blaze/commit/1b6b71952dc63f90fdecde1c4214e59a3207d615))
106
-
107
-
108
-
109
-
110
-
111
- # [0.145.0](https://github.com/thebyte9/blaze/compare/v0.145.0-alpha.0...v0.145.0) (2024-07-31)
112
-
113
- **Note:** Version bump only for package @blaze-cms/react-page-builder
114
-
115
-
116
-
117
-
118
-
119
- # [0.145.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.144.0...v0.145.0-alpha.0) (2024-07-26)
120
-
121
-
122
- ### Bug Fixes
123
-
124
- * list component handle id filters ([#4445](https://github.com/thebyte9/blaze/issues/4445)) ([789ae4d](https://github.com/thebyte9/blaze/commit/789ae4d99000656e7d0fea44d129705b6dba11e2))
125
-
126
-
127
-
128
-
129
-
130
- # [0.144.0](https://github.com/thebyte9/blaze/compare/v0.144.0-alpha.2...v0.144.0) (2024-07-11)
131
-
132
- **Note:** Version bump only for package @blaze-cms/react-page-builder
133
-
134
-
135
-
136
-
137
-
138
- # [0.144.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.144.0-alpha.1...v0.144.0-alpha.2) (2024-07-09)
139
-
140
- **Note:** Version bump only for package @blaze-cms/react-page-builder
141
-
142
-
143
-
144
-
145
-
146
- # [0.144.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.144.0-alpha.0...v0.144.0-alpha.1) (2024-07-05)
147
-
148
-
149
- ### Bug Fixes
150
-
151
- * data summary carousel hover/modifier fix ([#4428](https://github.com/thebyte9/blaze/issues/4428)) ([f05c45a](https://github.com/thebyte9/blaze/commit/f05c45aac67873b9d56e25193955892a2d60816f))
152
-
153
-
154
-
155
-
156
-
157
- # [0.144.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.143.1...v0.144.0-alpha.0) (2024-07-05)
158
-
159
-
160
- ### Features
161
-
162
- * search component single search result navigate to item ([#4398](https://github.com/thebyte9/blaze/issues/4398)) ([a12c07c](https://github.com/thebyte9/blaze/commit/a12c07c0767662a959c2d7a1c7f81e10b00b8f22))
163
-
164
-
165
-
166
-
167
-
168
- ## [0.143.1](https://github.com/thebyte9/blaze/compare/v0.143.0...v0.143.1) (2024-07-01)
169
-
170
-
171
- ### Bug Fixes
172
-
173
- * handle item to display component sort when sort not applied ([#4417](https://github.com/thebyte9/blaze/issues/4417)) ([895c35d](https://github.com/thebyte9/blaze/commit/895c35dd06cf9722b32a0e2decaf7bde52f531bb))
174
-
175
-
176
-
177
-
178
-
179
- # [0.143.0](https://github.com/thebyte9/blaze/compare/v0.143.0-alpha.1...v0.143.0) (2024-06-20)
180
-
181
- **Note:** Version bump only for package @blaze-cms/react-page-builder
182
-
183
-
184
-
185
-
186
-
187
- # [0.143.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.143.0-alpha.0...v0.143.0-alpha.1) (2024-06-13)
188
-
189
- **Note:** Version bump only for package @blaze-cms/react-page-builder
190
-
191
-
192
-
193
-
194
-
195
- # [0.143.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.142.0...v0.143.0-alpha.0) (2024-06-13)
196
-
197
- **Note:** Version bump only for package @blaze-cms/react-page-builder
198
-
199
-
200
-
201
-
202
-
203
- # [0.142.0](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.2...v0.142.0) (2024-06-03)
204
-
205
- **Note:** Version bump only for package @blaze-cms/react-page-builder
206
-
207
-
208
-
209
-
210
-
211
- # [0.142.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.1...v0.142.0-alpha.2) (2024-05-26)
212
-
213
-
214
- ### Bug Fixes
215
-
216
- * add missing dayjs dependency ([#4377](https://github.com/thebyte9/blaze/issues/4377)) ([ece2ec3](https://github.com/thebyte9/blaze/commit/ece2ec3d9f8b410d861ac5a1dafd605a4f4f6174))
217
-
218
-
219
-
220
-
221
-
222
- # [0.142.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.0...v0.142.0-alpha.1) (2024-05-24)
223
-
224
-
225
- ### Bug Fixes
226
-
227
- * get component for repetition ([#4376](https://github.com/thebyte9/blaze/issues/4376)) ([2dc7e4b](https://github.com/thebyte9/blaze/commit/2dc7e4b2ecf8c8989cd453e3b446dd615b32fc3a))
228
-
229
-
230
-
231
-
232
-
233
- # [0.142.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-alpha.0) (2024-05-24)
234
-
235
-
236
- ### Features
237
-
238
- * adds date time component ([#4320](https://github.com/thebyte9/blaze/issues/4320)) ([aafabbe](https://github.com/thebyte9/blaze/commit/aafabbeaab843c7a21fbf285d72e0278edb0e30b))
239
- * changed banner insertion checks for generic components ([#4370](https://github.com/thebyte9/blaze/issues/4370)) ([e6e9734](https://github.com/thebyte9/blaze/commit/e6e97348ac31c4bd913b91b3d4de9ab1a4e88757))
240
-
241
-
242
-
243
-
244
-
245
- # [0.141.0](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.2...v0.141.0) (2024-05-14)
246
-
247
- **Note:** Version bump only for package @blaze-cms/react-page-builder
248
-
249
-
250
-
251
-
252
-
253
- # [0.141.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.140.4...v0.141.0-alpha.2) (2024-05-10)
254
-
255
-
256
-
257
- # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
258
-
259
-
260
- ### Bug Fixes
261
-
262
- * fixed thumbnail carousel scroll behaviour/thumbnail click/thumbnail size ([#4349](https://github.com/thebyte9/blaze/issues/4349)) ([327a3db](https://github.com/thebyte9/blaze/commit/327a3db2c67e363716232ef628c93ff3e5720638))
263
-
264
-
265
- ### Features
266
-
267
- * added core variants to blaze ([#4273](https://github.com/thebyte9/blaze/issues/4273)) ([b88be3e](https://github.com/thebyte9/blaze/commit/b88be3ed96553379bae0892f3d091f77adaedcfb))
268
- * added thumbnail carousel variant ([#4343](https://github.com/thebyte9/blaze/issues/4343)) ([69beb66](https://github.com/thebyte9/blaze/commit/69beb66445c35f3ff67d5002aa96fe60aa8cae50))
269
-
270
-
271
-
272
- # [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
273
-
274
-
275
- ### Bug Fixes
276
-
277
- * adds style fixes to admin ([ace61c1](https://github.com/thebyte9/blaze/commit/ace61c15d06b58a86ca4cadf2a435e51e142608f))
278
- * adds style fixes to admin ([696ff96](https://github.com/thebyte9/blaze/commit/696ff96fb9ad36e4b1b09a80af21d1c846475405))
279
- * lint and updates snapshots ([60db1bf](https://github.com/thebyte9/blaze/commit/60db1bffbfe937da7357ac79805015e5073a4ab0))
280
-
281
-
282
- ### Features
283
-
284
- * add recency boost option to card/list pagebuilder components ([#4306](https://github.com/thebyte9/blaze/issues/4306)) ([6385d97](https://github.com/thebyte9/blaze/commit/6385d972895b50ad82b5b1662368f05dbfa73630))
285
- * page builder component app event hook ([#4290](https://github.com/thebyte9/blaze/issues/4290)) ([547de36](https://github.com/thebyte9/blaze/commit/547de36ae792a4deb403e8dea60a54a8aa1e4858))
286
- * page builder component app event hook ([#4290](https://github.com/thebyte9/blaze/issues/4290)) ([f97ae66](https://github.com/thebyte9/blaze/commit/f97ae66eb03aff3837f67e089334ba4128f50081))
287
- * use classic pagination in the listing ([#4148](https://github.com/thebyte9/blaze/issues/4148)) ([4b96d20](https://github.com/thebyte9/blaze/commit/4b96d20b288bc75a16a93c950ae951e84e5f2055))
288
-
289
-
290
-
291
-
292
-
293
- # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
294
-
295
-
296
- ### Bug Fixes
297
-
298
- * fixed thumbnail carousel scroll behaviour/thumbnail click/thumbnail size ([#4349](https://github.com/thebyte9/blaze/issues/4349)) ([327a3db](https://github.com/thebyte9/blaze/commit/327a3db2c67e363716232ef628c93ff3e5720638))
299
-
300
-
301
- ### Features
302
-
303
- * added core variants to blaze ([#4273](https://github.com/thebyte9/blaze/issues/4273)) ([b88be3e](https://github.com/thebyte9/blaze/commit/b88be3ed96553379bae0892f3d091f77adaedcfb))
304
- * added thumbnail carousel variant ([#4343](https://github.com/thebyte9/blaze/issues/4343)) ([69beb66](https://github.com/thebyte9/blaze/commit/69beb66445c35f3ff67d5002aa96fe60aa8cae50))
305
-
306
-
307
-
308
-
309
-
310
- # [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
311
-
312
-
313
- ### Bug Fixes
314
-
315
- * adds style fixes to admin ([ace61c1](https://github.com/thebyte9/blaze/commit/ace61c15d06b58a86ca4cadf2a435e51e142608f))
316
- * adds style fixes to admin ([696ff96](https://github.com/thebyte9/blaze/commit/696ff96fb9ad36e4b1b09a80af21d1c846475405))
317
- * lint and updates snapshots ([60db1bf](https://github.com/thebyte9/blaze/commit/60db1bffbfe937da7357ac79805015e5073a4ab0))
318
-
319
-
320
- ### Features
321
-
322
- * add recency boost option to card/list pagebuilder components ([#4306](https://github.com/thebyte9/blaze/issues/4306)) ([6385d97](https://github.com/thebyte9/blaze/commit/6385d972895b50ad82b5b1662368f05dbfa73630))
323
- * page builder component app event hook ([#4290](https://github.com/thebyte9/blaze/issues/4290)) ([547de36](https://github.com/thebyte9/blaze/commit/547de36ae792a4deb403e8dea60a54a8aa1e4858))
324
- * page builder component app event hook ([#4290](https://github.com/thebyte9/blaze/issues/4290)) ([f97ae66](https://github.com/thebyte9/blaze/commit/f97ae66eb03aff3837f67e089334ba4128f50081))
325
- * use classic pagination in the listing ([#4148](https://github.com/thebyte9/blaze/issues/4148)) ([4b96d20](https://github.com/thebyte9/blaze/commit/4b96d20b288bc75a16a93c950ae951e84e5f2055))
326
-
327
-
328
-
329
-
330
-
331
- ## [0.140.3](https://github.com/thebyte9/blaze/compare/v0.140.2...v0.140.3) (2024-04-04)
332
-
333
- **Note:** Version bump only for package @blaze-cms/react-page-builder
334
-
335
-
336
-
337
-
338
-
339
- ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
340
-
341
- **Note:** Version bump only for package @blaze-cms/react-page-builder
342
-
343
-
344
-
345
-
346
-
347
- ## [0.140.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.1-alpha.0) (2024-03-04)
348
-
349
-
350
- ### Bug Fixes
351
-
352
- * added prefix_length to fuzzy querys ([#4278](https://github.com/thebyte9/blaze/issues/4278)) ([887cc4f](https://github.com/thebyte9/blaze/commit/887cc4f5b669cbe3c597cd8cd9bf050e30767b47))
353
-
354
-
355
-
356
-
357
-
358
- # [0.140.0](https://github.com/thebyte9/blaze/compare/v0.140.0-alpha.0...v0.140.0) (2024-03-01)
359
-
360
- **Note:** Version bump only for package @blaze-cms/react-page-builder
361
-
362
-
363
-
364
-
365
-
366
- # [0.140.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.3...v0.140.0-alpha.0) (2024-02-28)
367
-
368
- **Note:** Version bump only for package @blaze-cms/react-page-builder
369
-
370
-
371
-
372
-
373
-
374
- ## [0.139.3](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3) (2024-02-22)
375
-
376
- **Note:** Version bump only for package @blaze-cms/react-page-builder
377
-
378
-
379
-
380
-
381
-
382
- ## [0.139.2](https://github.com/thebyte9/blaze/compare/v0.139.2-alpha.0...v0.139.2) (2024-02-14)
383
-
384
- **Note:** Version bump only for package @blaze-cms/react-page-builder
385
-
386
-
387
-
388
-
389
-
390
- ## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
391
-
392
- **Note:** Version bump only for package @blaze-cms/react-page-builder
393
-
394
-
395
-
396
-
397
-
398
- ## [0.139.1](https://github.com/thebyte9/blaze/compare/v0.139.1-alpha.1...v0.139.1) (2024-02-13)
399
-
400
- **Note:** Version bump only for package @blaze-cms/react-page-builder
401
-
402
-
403
-
404
-
405
-
406
- ## [0.139.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-alpha.0) (2024-02-12)
407
-
408
- **Note:** Version bump only for package @blaze-cms/react-page-builder
409
-
410
-
411
-
412
-
413
-
414
- # [0.139.0](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.7...v0.139.0) (2024-01-31)
415
-
416
- **Note:** Version bump only for package @blaze-cms/react-page-builder
417
-
418
-
419
-
420
-
421
-
422
- # [0.139.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.6...v0.139.0-alpha.7) (2024-01-30)
423
-
424
- **Note:** Version bump only for package @blaze-cms/react-page-builder
425
-
426
-
427
-
428
-
429
-
430
- # [0.139.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.5...v0.139.0-alpha.6) (2024-01-30)
431
-
432
-
433
- ### Bug Fixes
434
-
435
- * searchfilter checkbox duplicate element title ([97ca0b1](https://github.com/thebyte9/blaze/commit/97ca0b1a554f9faa01c6696cb71770b2dc88194e))
436
-
437
-
438
- ### Features
439
-
440
- * added nested support for handlebars util and imgSrc component property ([#4237](https://github.com/thebyte9/blaze/issues/4237)) ([2a282d5](https://github.com/thebyte9/blaze/commit/2a282d5dfe0d33ef178632ed3292e67fa917cd7a))
441
-
442
-
443
-
444
- # [0.129.0-project-admin-customisations.1](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.0...v0.129.0-project-admin-customisations.1) (2023-05-05)
445
-
446
-
447
-
448
- # [0.129.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-project-admin-customisations.0) (2023-05-03)
449
-
450
-
451
-
452
-
453
-
454
- # [0.139.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.3...v0.139.0-alpha.4) (2024-01-19)
455
-
456
-
457
- ### Bug Fixes
458
-
459
- * use correct parent for card full render ([#4199](https://github.com/thebyte9/blaze/issues/4199)) ([ada307c](https://github.com/thebyte9/blaze/commit/ada307c5466442037910223bb16392cb58bfef24))
460
- * use values from the image ([3639ed1](https://github.com/thebyte9/blaze/commit/3639ed1078e88742443160b2926df9884ab5ca91))
461
-
462
-
463
- ### Features
464
-
465
- * component variants ([#4218](https://github.com/thebyte9/blaze/issues/4218)) ([8e36664](https://github.com/thebyte9/blaze/commit/8e366642ba7cbc07672b70b0809034b96e9a2a55))
466
- * updated mongodb package v4 to v5 ([#4217](https://github.com/thebyte9/blaze/issues/4217)) ([c4eefc0](https://github.com/thebyte9/blaze/commit/c4eefc032a05fd62a689cd620f0b5e95a7894fb3))
467
-
468
-
469
-
470
-
471
-
472
- # [0.139.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.2...v0.139.0-alpha.3) (2024-01-09)
473
-
474
-
475
- ### Bug Fixes
476
-
477
- * search filter close bug ([#4160](https://github.com/thebyte9/blaze/issues/4160)) ([76bae35](https://github.com/thebyte9/blaze/commit/76bae35e6a4aa896f8966d3b8b99c87400363874))
478
-
479
-
480
-
481
-
482
-
483
- # [0.139.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.0...v0.139.0-alpha.1) (2023-12-20)
484
-
485
-
486
- ### Features
487
-
488
- * added new filter options for sponsored and featured ([#4172](https://github.com/thebyte9/blaze/issues/4172)) ([11051f6](https://github.com/thebyte9/blaze/commit/11051f630c3fb0b74aa9d79e1e154151d438cc69))
489
-
490
-
491
-
492
-
493
-
494
- # [0.139.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.138.0...v0.139.0-alpha.0) (2023-12-19)
495
-
496
-
497
- ### Features
498
-
499
- * allow full render of card items ([#4162](https://github.com/thebyte9/blaze/issues/4162)) ([2dd7d48](https://github.com/thebyte9/blaze/commit/2dd7d48a8b05141c8d4064856b70487e252d2c04))
500
-
501
-
502
-
503
-
504
-
505
- # [0.138.0](https://github.com/thebyte9/blaze/compare/v0.138.0-alpha.0...v0.138.0) (2023-12-19)
506
-
507
- **Note:** Version bump only for package @blaze-cms/react-page-builder
508
-
509
-
510
-
511
-
512
-
513
- # [0.138.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.137.1...v0.138.0-alpha.0) (2023-12-18)
514
-
515
-
516
- ### Bug Fixes
517
-
518
- * map marker click not opening markers ([#4164](https://github.com/thebyte9/blaze/issues/4164)) ([4f8fe05](https://github.com/thebyte9/blaze/commit/4f8fe055c0897cb2afca5aa81211fc972b03bdeb))
519
- * use cached data if present while loading ([#4166](https://github.com/thebyte9/blaze/issues/4166)) ([285c926](https://github.com/thebyte9/blaze/commit/285c92678f6c26d0daa956c2514c27f499721754))
520
-
521
-
522
-
523
-
524
-
525
- ## [0.137.1](https://github.com/thebyte9/blaze/compare/v0.137.0...v0.137.1) (2023-12-12)
526
-
527
-
528
- ### Bug Fixes
529
-
530
- * do not set parallax class if undefined ([8aa7014](https://github.com/thebyte9/blaze/commit/8aa70140a294b060ac108a2b7f2ff2cd2ed3e457))
531
-
532
-
533
-
534
-
535
-
536
- # [0.137.0](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.1...v0.137.0) (2023-12-11)
537
-
538
- **Note:** Version bump only for package @blaze-cms/react-page-builder
539
-
540
-
541
-
542
-
543
-
544
- # [0.137.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.0...v0.137.0-alpha.1) (2023-12-07)
545
-
546
-
547
- ### Features
548
-
549
- * add image priority to carousel ([#4143](https://github.com/thebyte9/blaze/issues/4143)) ([82bd280](https://github.com/thebyte9/blaze/commit/82bd280e43a231b76b63c455a4621d0b86a6e306))
550
- * frontend image and video parallax settings ([#4096](https://github.com/thebyte9/blaze/issues/4096)) ([7314a17](https://github.com/thebyte9/blaze/commit/7314a1724697e6e47aa06a3b92252e9721c58e56))
551
-
552
-
553
-
554
-
555
-
556
- ## [0.136.1](https://github.com/thebyte9/blaze/compare/v0.136.0...v0.136.1) (2023-11-22)
557
-
558
-
559
- ### Bug Fixes
560
-
561
- * handle when props to display not set on list component ([#4139](https://github.com/thebyte9/blaze/issues/4139)) ([6725fb2](https://github.com/thebyte9/blaze/commit/6725fb252a9e3e4add66422ff5337297718fee09))
562
-
563
-
564
-
565
-
566
-
567
- # [0.136.0](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.1...v0.136.0) (2023-11-22)
568
-
569
- **Note:** Version bump only for package @blaze-cms/react-page-builder
570
-
571
-
572
-
573
-
574
-
575
- # [0.136.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.135.0...v0.136.0-alpha.0) (2023-11-22)
576
-
577
-
578
- ### Bug Fixes
579
-
580
- * fix typo ([3c87c7f](https://github.com/thebyte9/blaze/commit/3c87c7f50b0c184fc369a3efbac0584fb0af6c09))
581
- * handle data summary urls in loops correctly ([#3993](https://github.com/thebyte9/blaze/issues/3993)) ([008e1a1](https://github.com/thebyte9/blaze/commit/008e1a1f24f065b4060302c2c32d1aa32dd8a007))
582
- * unwanted space when banner not served ([fb35848](https://github.com/thebyte9/blaze/commit/fb35848b7f91c9c063833d30b37e44996b2a4a56))
583
- * update ad slot render test ([dc9655f](https://github.com/thebyte9/blaze/commit/dc9655f2a2f9b9b5f5e98c77382561d3c4c4088d))
584
- * update ad slot render test ([2d12523](https://github.com/thebyte9/blaze/commit/2d12523f79245208e8919b7d90fa6d4294f396da))
585
-
586
-
587
-
588
-
589
-
590
- # [0.135.0](https://github.com/thebyte9/blaze/compare/v0.135.0-alpha.0...v0.135.0) (2023-11-21)
591
-
592
- **Note:** Version bump only for package @blaze-cms/react-page-builder
593
-
594
-
595
-
596
-
597
-
598
- # [0.135.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.134.0...v0.135.0-alpha.0) (2023-11-21)
599
-
600
-
601
- ### Bug Fixes
602
-
603
- * move pageBuilderIndexed search to a should filter instead of must ([#4129](https://github.com/thebyte9/blaze/issues/4129)) ([4c31598](https://github.com/thebyte9/blaze/commit/4c315981752f32a8f3f10da3e1806c4fb3ad0e21))
604
-
605
-
606
-
607
-
608
-
609
- # [0.134.0](https://github.com/thebyte9/blaze/compare/v0.134.0-alpha.0...v0.134.0) (2023-10-31)
610
-
611
- **Note:** Version bump only for package @blaze-cms/react-page-builder
612
-
613
-
614
-
615
-
616
-
617
- # [0.134.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.133.0...v0.134.0-alpha.0) (2023-10-23)
618
-
619
- **Note:** Version bump only for package @blaze-cms/react-page-builder
620
-
621
-
622
-
623
-
624
-
625
- # [0.133.0](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.6...v0.133.0) (2023-10-04)
626
-
627
- **Note:** Version bump only for package @blaze-cms/react-page-builder
628
-
629
-
630
-
631
-
632
-
633
- # [0.133.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.5...v0.133.0-alpha.6) (2023-10-03)
634
-
635
-
636
- ### Bug Fixes
637
-
638
- * fixed resert filters breaking when no data was passed ([#4075](https://github.com/thebyte9/blaze/issues/4075)) ([3940977](https://github.com/thebyte9/blaze/commit/39409772074bff7a0e29a9c14223e881363b92e1))
639
- * handle multiple sort properties correctly ([#4076](https://github.com/thebyte9/blaze/issues/4076)) ([524c48a](https://github.com/thebyte9/blaze/commit/524c48a72e33344d114000738f20d54c00f978d7))
640
-
641
-
642
-
643
-
644
-
645
- # [0.133.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.4...v0.133.0-alpha.5) (2023-10-03)
646
-
647
- **Note:** Version bump only for package @blaze-cms/react-page-builder
648
-
649
-
650
-
651
-
652
-
653
- # [0.133.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.3...v0.133.0-alpha.4) (2023-10-02)
654
-
655
-
656
- ### Bug Fixes
657
-
658
- * client route urls on logout button ([85d5b07](https://github.com/thebyte9/blaze/commit/85d5b079d9abcba1fe21e8781bb3332d03d2dec2))
659
- * filters now inherit filterBy if needed ([#3978](https://github.com/thebyte9/blaze/issues/3978)) ([19bfdc9](https://github.com/thebyte9/blaze/commit/19bfdc94ee4cf6be00d87f58409dff37e25eab87))
660
-
661
-
662
-
663
-
664
-
665
- # [0.133.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.2...v0.133.0-alpha.3) (2023-09-18)
666
-
667
-
668
- ### Bug Fixes
669
-
670
- * add core styles for hiding filters settings ([b04bcec](https://github.com/thebyte9/blaze/commit/b04bcec8c7de83543100708232f22c4b2deb2675))
671
- * ammend sort tests and update branch ([e503ed5](https://github.com/thebyte9/blaze/commit/e503ed593ea062cbbf38aa146696121c7c58ed7c))
672
- * device detection fix ([9a52d80](https://github.com/thebyte9/blaze/commit/9a52d8002239d5b9b68e07a2ed747f4742b05323))
673
- * hide unnecessary buttons on mobile nd desktop ([f0bc7a6](https://github.com/thebyte9/blaze/commit/f0bc7a6e960d8ec8a347c77456d54255d25e6825))
674
- * merge ([34eace9](https://github.com/thebyte9/blaze/commit/34eace90e5925d034f8ba3eb83a52bcd6a4af9f1))
675
- * merge dev ([28ea01d](https://github.com/thebyte9/blaze/commit/28ea01d9956654776cab99c2ef7bc035fcfd9975))
676
- * redirect correctly after using logout button ([#4051](https://github.com/thebyte9/blaze/issues/4051)) ([6d4383f](https://github.com/thebyte9/blaze/commit/6d4383f5e0f9c794b6ba2f9833d5acf2a3a2320e))
677
-
678
-
679
-
680
-
681
-
682
- # [0.133.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.1...v0.133.0-alpha.2) (2023-09-06)
683
-
684
-
685
- ### Bug Fixes
686
-
687
- * handle sort order when user sort not applied ([#4040](https://github.com/thebyte9/blaze/issues/4040)) ([7e674ef](https://github.com/thebyte9/blaze/commit/7e674ef7798d3032351dd4ef50c88d81f2130be4))
688
-
689
-
690
-
691
-
692
-
693
- # [0.133.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.0...v0.133.0-alpha.1) (2023-09-05)
694
-
695
-
696
- ### Bug Fixes
697
-
698
- * handle search filters where custom sort applied ([#4039](https://github.com/thebyte9/blaze/issues/4039)) ([857dd75](https://github.com/thebyte9/blaze/commit/857dd75ca26812dc2db29d634800727c32dce502))
699
-
700
-
701
-
702
-
703
-
704
- # [0.133.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.132.0...v0.133.0-alpha.0) (2023-08-25)
705
-
706
-
707
- ### Bug Fixes
708
-
709
- * added score sort when search filter is applied ([#3231](https://github.com/thebyte9/blaze/issues/3231)) ([a8a086c](https://github.com/thebyte9/blaze/commit/a8a086cb3b44e8f906f8b11b992c193282f0e249))
710
- * added sort to az lists ([#3899](https://github.com/thebyte9/blaze/issues/3899)) ([f9d6fa5](https://github.com/thebyte9/blaze/commit/f9d6fa519749025057b44a704975409cfd416ea0))
711
-
712
-
713
-
714
-
715
-
716
- # [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
717
-
718
- **Note:** Version bump only for package @blaze-cms/react-page-builder
719
-
720
-
721
-
722
-
723
-
724
- # [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
725
-
726
-
727
- ### Bug Fixes
728
-
729
- * add collapse property to searchContent ([#3964](https://github.com/thebyte9/blaze/issues/3964)) ([5bc7813](https://github.com/thebyte9/blaze/commit/5bc78136356ce826a92da7f8045ac4c2c44796ed))
730
- * add second render ([24d7f7b](https://github.com/thebyte9/blaze/commit/24d7f7bcb26ad138b093fc1a04bc2fcaa304cdef))
731
- * add second render ([885e1b4](https://github.com/thebyte9/blaze/commit/885e1b401a564e8212acb6e2f6189e53a6f6cc87))
732
- * added logout handling for button ([#3983](https://github.com/thebyte9/blaze/issues/3983)) ([54ecb64](https://github.com/thebyte9/blaze/commit/54ecb64eb2e36ffe7e8dacb39a20a6a06487ba5e))
733
- * carousel - set min width to the content ([6d0dd8f](https://github.com/thebyte9/blaze/commit/6d0dd8fdd0381fa69c5b7a7084cc2960927d38a1))
734
- * carousel - set min width to the content ([e8b9267](https://github.com/thebyte9/blaze/commit/e8b9267201cac2de4f8bdf7cb778ed26b4b5ca84))
735
- * deconstruct sticky from children ([e2ad5f2](https://github.com/thebyte9/blaze/commit/e2ad5f245a300e8a38fd6256daa01dcff4c3e29c))
736
- * hash bits now persists through filter changes ([#3965](https://github.com/thebyte9/blaze/issues/3965)) ([30595ef](https://github.com/thebyte9/blaze/commit/30595ef155783e78adc4f153230dccb33556e2f8))
737
- * hash bits now persists through filter changes ([#3965](https://github.com/thebyte9/blaze/issues/3965)) ([a8700c6](https://github.com/thebyte9/blaze/commit/a8700c63715f864a1178630d810216c274484b97))
738
- * hlist component andle when no search filter ([#3982](https://github.com/thebyte9/blaze/issues/3982)) ([e3a502c](https://github.com/thebyte9/blaze/commit/e3a502ca5b6b4f9028072e0b2fe19630a240b840))
739
- * hlist component andle when no search filter ([#3982](https://github.com/thebyte9/blaze/issues/3982)) ([f5b89e0](https://github.com/thebyte9/blaze/commit/f5b89e0624ab2318e4cd12510638341db354a0de))
740
- * improve animation ([898a36e](https://github.com/thebyte9/blaze/commit/898a36e67379c8ec550d36cb23041e042b847d56))
741
- * improve animation ([088bfb5](https://github.com/thebyte9/blaze/commit/088bfb54e36658944d2f13a67e0e90cc674eabca))
742
- * remove log ([f56fc03](https://github.com/thebyte9/blaze/commit/f56fc0334900e314ea61ed1e6201febc29fdf7e6))
743
- * reset search filters and handle single text property ([#3996](https://github.com/thebyte9/blaze/issues/3996)) ([85ddfdd](https://github.com/thebyte9/blaze/commit/85ddfdda1acc61f8bb6382630205cfb82ed2e5ac))
744
- * set width to carousel container ([5926a7a](https://github.com/thebyte9/blaze/commit/5926a7a285c568514dfbca9360335c1e88836a0c))
745
- * set width to carousel container ([7ff4e62](https://github.com/thebyte9/blaze/commit/7ff4e6242b2f31a83c605f5edec508ce256aab5a))
746
-
747
-
748
- ### Features
749
-
750
- * add isHtml option to data summary component to render string as html ([#3969](https://github.com/thebyte9/blaze/issues/3969)) ([fbf2d75](https://github.com/thebyte9/blaze/commit/fbf2d75f39597f83f78cd435277c07676a21c245))
751
- * add sticky setting to column and row ([#3988](https://github.com/thebyte9/blaze/issues/3988)) ([85338da](https://github.com/thebyte9/blaze/commit/85338da6b76f8bc5a1c1179dde51bf61a05b2698))
752
- * enableLink in data summary now works with neste objects ([#3974](https://github.com/thebyte9/blaze/issues/3974)) ([d407785](https://github.com/thebyte9/blaze/commit/d407785489f44ec410b528307f7e7156f8f975a9))
753
- * Filters and sorts now target generic or specific lists ([#3973](https://github.com/thebyte9/blaze/issues/3973)) ([cefef82](https://github.com/thebyte9/blaze/commit/cefef82d4ee113f70c156473bef9ab98cdffb3d2))
754
- * Filters and sorts now target generic or specific lists ([#3973](https://github.com/thebyte9/blaze/issues/3973)) ([39c0af3](https://github.com/thebyte9/blaze/commit/39c0af3ed266369968139efe827a805ced71bd70))
755
- * filteryBy on cards allow for id prop which fetches related data on parent to render ([#3975](https://github.com/thebyte9/blaze/issues/3975)) ([4027759](https://github.com/thebyte9/blaze/commit/4027759ecf893976e9479db5d1c8d5aec8a2c031))
756
-
757
-
758
-
759
-
760
-
761
- ## [0.131.2](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.131.2) (2023-08-04)
762
-
763
-
764
- ### Bug Fixes
765
-
766
- * deconstruct sticky from children ([#4007](https://github.com/thebyte9/blaze/issues/4007)) ([1d3ad89](https://github.com/thebyte9/blaze/commit/1d3ad89c6a600ffb08964002ca9eda86c68e61f2))
767
-
768
-
769
-
770
-
771
-
772
- ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
773
-
774
-
775
- ### Bug Fixes
776
-
777
- * do not override properties in card banners ([#4001](https://github.com/thebyte9/blaze/issues/4001)) ([44353b1](https://github.com/thebyte9/blaze/commit/44353b159f2da9d447833a12751fde6ebd4a734f))
778
-
779
-
780
-
781
-
782
-
783
- # [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
784
-
785
-
786
- ### Features
787
-
788
- * add sticky setting to column and row ([#3988](https://github.com/thebyte9/blaze/issues/3988)) ([735b3b0](https://github.com/thebyte9/blaze/commit/735b3b09e0af15ad262119472579a1120da00347))
789
-
790
-
791
-
792
-
793
-
794
- ## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
795
-
796
- **Note:** Version bump only for package @blaze-cms/react-page-builder
797
-
798
-
799
-
800
-
801
-
802
- # [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
803
-
804
- **Note:** Version bump only for package @blaze-cms/react-page-builder
805
-
806
-
807
-
808
-
809
-
810
- # [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
811
-
812
-
813
- ### Bug Fixes
814
-
815
- * added basic style for smooth auto scrolling ([42ab95b](https://github.com/thebyte9/blaze/commit/42ab95b74c9fc77cfa735bc3b6c38ad562a628d6))
816
- * added smooth scroll time check ([#3937](https://github.com/thebyte9/blaze/issues/3937)) ([a20a22d](https://github.com/thebyte9/blaze/commit/a20a22d59e813563ebdd017270555d518635d5de))
817
- * added smoothScroll option ([48e1c23](https://github.com/thebyte9/blaze/commit/48e1c23eb5c2132e13f7750d5fef249c913d8292))
818
- * added timer control to smooth scroll ([8715a1d](https://github.com/thebyte9/blaze/commit/8715a1d821b6e77cf5de9cc7c1e562f777819861))
819
- * fixed banner not recieveng bannerProps from cards ([#3952](https://github.com/thebyte9/blaze/issues/3952)) ([ca41d15](https://github.com/thebyte9/blaze/commit/ca41d15acdc30e345a542b39f72bfdaffa949fee))
820
- * fixed code smells ([e9dc382](https://github.com/thebyte9/blaze/commit/e9dc38254a13cb696a48a3dc712d9cf8864d13a8))
821
- * fixed css clashes ([63c20ee](https://github.com/thebyte9/blaze/commit/63c20ee219a99a25606011883cbc6e7ad1896258))
822
- * fixed stuttering on smooth scroll ([5c3ff31](https://github.com/thebyte9/blaze/commit/5c3ff31eb2e6adec20750e8c97320674817a03a5))
823
- * fixed title repeat ([#3936](https://github.com/thebyte9/blaze/issues/3936)) ([ae57a5e](https://github.com/thebyte9/blaze/commit/ae57a5e53880ff8caa1bd47a50126a97659884fa))
824
- * list az full render ([#3882](https://github.com/thebyte9/blaze/issues/3882)) ([899556e](https://github.com/thebyte9/blaze/commit/899556ec005235367c1002d35c03ac953d5c6991))
825
- * updated snapshots ([8ce52c4](https://github.com/thebyte9/blaze/commit/8ce52c4f7ed243cc1f7d3454d0f1afc4a803d6f5))
826
-
827
-
828
-
829
-
830
-
831
- # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
832
-
833
- **Note:** Version bump only for package @blaze-cms/react-page-builder
834
-
835
-
836
-
837
-
838
-
839
- # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
840
-
841
- **Note:** Version bump only for package @blaze-cms/react-page-builder
842
-
843
-
844
-
845
-
846
-
847
- # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
848
-
849
- **Note:** Version bump only for package @blaze-cms/react-page-builder
850
-
851
-
852
-
853
-
854
-
855
- ## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
856
-
857
- **Note:** Version bump only for package @blaze-cms/react-page-builder
858
-
859
-
860
-
861
-
862
-
863
- ## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
864
-
865
- **Note:** Version bump only for package @blaze-cms/react-page-builder
866
-
867
-
868
-
869
-
870
-
871
- # [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
872
-
873
- **Note:** Version bump only for package @blaze-cms/react-page-builder
874
-
875
-
876
-
877
-
878
-
879
- # [0.128.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.3...v0.128.0-alpha.4) (2023-04-13)
880
-
881
-
882
- ### Bug Fixes
883
-
884
- * data summary now uses url if prop matches checks ([68e2119](https://github.com/thebyte9/blaze/commit/68e2119559ac9f0005e16f0c85620aa823b62b76))
885
-
886
-
887
-
888
- ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.127.3) (2023-03-31)
889
-
890
-
891
-
892
-
893
-
894
- # [0.128.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.128.0-alpha.3) (2023-04-12)
895
-
896
- ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
897
-
898
- ### Bug Fixes
899
-
900
- * ignore DOMException errors in ErrorBoundary ([05b66af](https://github.com/thebyte9/blaze/commit/05b66afff5f8cb3ee6618e7a6b5521d8bdfbf7a0))
901
-
902
- # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
903
-
904
- ### Features
905
-
906
- * shorthand story plugins ([#3806](https://github.com/thebyte9/blaze/issues/3806)) ([08d9b82](https://github.com/thebyte9/blaze/commit/08d9b82aa1983291450c616c9bd8fd81f6ddae9d))
907
-
908
- # [0.126.0](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.6...v0.126.0) (2023-01-17)
909
-
910
- **Note:** Version bump only for package @blaze-cms/react-page-builder
911
-
912
- # [0.128.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.1...v0.128.0-alpha.2) (2023-03-31)
913
-
914
- ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
915
-
916
- ### Bug Fixes
917
-
918
- * ignore DOMException errors in ErrorBoundary ([05b66af](https://github.com/thebyte9/blaze/commit/05b66afff5f8cb3ee6618e7a6b5521d8bdfbf7a0))
919
-
920
- # [0.128.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.0...v0.128.0-alpha.1) (2023-03-29)
921
-
922
- **Note:** Version bump only for package @blaze-cms/react-page-builder
923
-
924
- # [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
925
-
926
- ### Bug Fixes
927
-
928
- * added handling of blank spaces for content groups ([#3828](https://github.com/thebyte9/blaze/issues/3828)) ([e196b41](https://github.com/thebyte9/blaze/commit/e196b41f2c424b05cc07642af9697e65e0ab26e1))
929
- * deconstruct correct query variable to fix filtered card loading ([#3839](https://github.com/thebyte9/blaze/issues/3839)) ([aa282ed](https://github.com/thebyte9/blaze/commit/aa282ed971768d935eba9bd8a32538f98f0abdc7))
930
-
931
- ### Features
932
-
933
- * added iframe component ([#3793](https://github.com/thebyte9/blaze/issues/3793)) ([71d1029](https://github.com/thebyte9/blaze/commit/71d102984896f7fd571a6c60499978e5c8e2d044))
934
- * added label for itemDetailsSummary component ([#3859](https://github.com/thebyte9/blaze/issues/3859)) ([e6b16ce](https://github.com/thebyte9/blaze/commit/e6b16ce4bdb60abe15564bece73f7b99f2c669f8))
935
- * entity multi select for card and list components ([#3603](https://github.com/thebyte9/blaze/issues/3603)) ([af3441c](https://github.com/thebyte9/blaze/commit/af3441c5f9cb0033124bb92f8d9cd81a68fefc14))
936
- * removed h2 from all but layout and withTitle hoc ([#3853](https://github.com/thebyte9/blaze/issues/3853)) ([b05160b](https://github.com/thebyte9/blaze/commit/b05160b568115f64b560dd5803f1d81fac55adca))
937
- * update banner repetition settings for list and card components ([#3809](https://github.com/thebyte9/blaze/issues/3809)) ([8804687](https://github.com/thebyte9/blaze/commit/88046871e16ade178fa0f89a5f8c463a0ac4c701))
938
-
939
- # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
940
-
941
- ### Features
942
-
943
- * shorthand story plugins ([#3806](https://github.com/thebyte9/blaze/issues/3806)) ([08d9b82](https://github.com/thebyte9/blaze/commit/08d9b82aa1983291450c616c9bd8fd81f6ddae9d))
944
-
945
- # [0.126.0](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.6...v0.126.0) (2023-01-17)
946
-
947
- **Note:** Version bump only for package @blaze-cms/react-page-builder
948
-
949
- # [0.126.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.4...v0.126.0-alpha.5) (2023-01-12)
950
-
951
- ### Features
952
-
953
- * content groups anchor links in the url ([#3736](https://github.com/thebyte9/blaze/issues/3736)) ([b0fb981](https://github.com/thebyte9/blaze/commit/b0fb9814a62bba34e005537a7410550b1ac79afc))
954
-
955
- # [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
956
-
957
- ### Features
958
-
959
- * frontend should always search with pageBuilderIndexed property ([#3725](https://github.com/thebyte9/blaze/issues/3725)) ([dea4943](https://github.com/thebyte9/blaze/commit/dea49431c36cc28afb99a715a764bb5bb4a6da30))
960
- * vimeo player lazy loading ([#3723](https://github.com/thebyte9/blaze/issues/3723)) ([c2814eb](https://github.com/thebyte9/blaze/commit/c2814eb03f89d885dcf845ecdf07728645a607cb))
961
-
962
- # [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
963
-
964
- **Note:** Version bump only for package @blaze-cms/react-page-builder
965
-
966
- # [0.125.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.17...v0.125.0-alpha.18) (2022-11-28)
967
-
968
- ### Features
969
-
970
- * add autoLogin function to auth provider requirements ([3f5e7ed](https://github.com/thebyte9/blaze/commit/3f5e7ed949052dcc6296ac7defe87ddce6869a65))
971
- * allow setting custom html attribute on props to display ([115e3f1](https://github.com/thebyte9/blaze/commit/115e3f1540abfe6a5dd32dbebc2a4474197c262e))
972
-
973
- # [0.125.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.14...v0.125.0-alpha.15) (2022-11-16)
974
-
975
- ### Bug Fixes
976
-
977
- * added link handler to card ([#3692](https://github.com/thebyte9/blaze/issues/3692)) ([d7c003d](https://github.com/thebyte9/blaze/commit/d7c003d85e4e8fba4c7707a61ea33cb9ac86fceb))
978
-
979
- ### Features
980
-
981
- * GroupContent components ([#3678](https://github.com/thebyte9/blaze/issues/3678)) ([b6f5c7e](https://github.com/thebyte9/blaze/commit/b6f5c7e6e5a03f2322f3d3c1568c9d42b33ede45))
982
-
983
- # [0.125.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.13...v0.125.0-alpha.14) (2022-10-25)
984
-
985
- **Note:** Version bump only for package @blaze-cms/react-page-builder
986
-
987
- # [0.125.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.12...v0.125.0-alpha.13) (2022-10-24)
988
-
989
- ### Features
990
-
991
- * dynamic values hook and dynamic PB button properties ([#3643](https://github.com/thebyte9/blaze/issues/3643)) ([16411e7](https://github.com/thebyte9/blaze/commit/16411e731e9ac1d05312bca59156be89a554e25b))
992
-
993
- # [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
994
-
995
- **Note:** Version bump only for package @blaze-cms/react-page-builder
996
-
997
- # [0.125.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.2...v0.125.0-alpha.3) (2022-09-27)
998
-
999
- ### Features
1000
-
1001
- * adding vimeo provider ([#3605](https://github.com/thebyte9/blaze/issues/3605)) ([458c810](https://github.com/thebyte9/blaze/commit/458c810c647a6bcb0d69281865fd0afa0966475c))
1002
-
1003
- # [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
1004
-
1005
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1006
-
1007
- ## [0.124.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.5...v0.124.1) (2022-09-06)
1008
-
1009
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1010
-
1011
- ## [0.124.1-alpha.5](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.4...v0.124.1-alpha.5) (2022-09-05)
1012
-
1013
- ### Bug Fixes
1014
-
1015
- * unpersist show/hide when navigating to next page ([#3584](https://github.com/thebyte9/blaze/issues/3584)) ([5ea63ce](https://github.com/thebyte9/blaze/commit/5ea63cefd780bf3e9e85c1471571c58a1170a473))
1016
- * use arrays for banner targetting ([#3579](https://github.com/thebyte9/blaze/issues/3579)) ([fd78f18](https://github.com/thebyte9/blaze/commit/fd78f189ba4bde01147be2d3021bdf1c17a27d58))
1017
-
1018
- ## [0.124.1-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.2...v0.124.1-alpha.3) (2022-08-25)
1019
-
1020
- ### Bug Fixes
1021
-
1022
- * search filter handles range values, show range filter even when min/max are the same ([#3568](https://github.com/thebyte9/blaze/issues/3568)) ([0c7e561](https://github.com/thebyte9/blaze/commit/0c7e561bd4bbd8fff9968dfa373cfa66ffc7a8ae))
1023
-
1024
- ## [0.124.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.1...v0.124.1-alpha.2) (2022-08-23)
1025
-
1026
- ### Bug Fixes
1027
-
1028
- * resolve reset filters not updating filter options ([#3563](https://github.com/thebyte9/blaze/issues/3563)) ([b230507](https://github.com/thebyte9/blaze/commit/b230507476b811f0a4d141b8e20956738c53d2fc))
1029
-
1030
- ## [0.124.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.0...v0.124.1-alpha.1) (2022-08-19)
1031
-
1032
- ### Bug Fixes
1033
-
1034
- * search filter component handling range values properly ([#3559](https://github.com/thebyte9/blaze/issues/3559)) ([8a261b4](https://github.com/thebyte9/blaze/commit/8a261b4b4ac472290654761e068621317f5a242f))
1035
-
1036
- # [0.124.0](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.43...v0.124.0) (2022-08-08)
1037
-
1038
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1039
-
1040
- # [0.124.0-alpha.43](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.42...v0.124.0-alpha.43) (2022-08-05)
1041
-
1042
- ### Bug Fixes
1043
-
1044
- * set initial filter keys on initial load ([#3550](https://github.com/thebyte9/blaze/issues/3550)) ([0b4910a](https://github.com/thebyte9/blaze/commit/0b4910ae9ca751023f4a110f3bb0de42adce6549))
1045
-
1046
- # [0.124.0-alpha.42](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.41...v0.124.0-alpha.42) (2022-08-04)
1047
-
1048
- ### Bug Fixes
1049
-
1050
- * added special value escape check to all filters ([#3542](https://github.com/thebyte9/blaze/issues/3542)) ([7455391](https://github.com/thebyte9/blaze/commit/7455391b48f82c242c5340fecbd5f76e9b6678b1))
1051
-
1052
- ### Features
1053
-
1054
- * add button show/hide children ([#3541](https://github.com/thebyte9/blaze/issues/3541)) ([db6badf](https://github.com/thebyte9/blaze/commit/db6badf8ab116a4b5507559ca43c153012fda99c))
1055
-
1056
- # [0.124.0-alpha.40](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.39...v0.124.0-alpha.40) (2022-07-13)
1057
-
1058
- ### Bug Fixes
1059
-
1060
- * revert carousel classes and add card carousel arrow styles ([#3534](https://github.com/thebyte9/blaze/issues/3534)) ([54e8b07](https://github.com/thebyte9/blaze/commit/54e8b078efa9920a502f30dd0e2703e25a5ecf2a))
1061
-
1062
- # [0.124.0-alpha.39](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.38...v0.124.0-alpha.39) (2022-07-13)
1063
-
1064
- ### Bug Fixes
1065
-
1066
- * show filters even if no filter values by setting filter values from query ([#3533](https://github.com/thebyte9/blaze/issues/3533)) ([b8a0080](https://github.com/thebyte9/blaze/commit/b8a00804993b49066712dfbb74f20523e8cea764))
1067
-
1068
- # [0.124.0-alpha.37](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.36...v0.124.0-alpha.37) (2022-06-29)
1069
-
1070
- ### Bug Fixes
1071
-
1072
- * update image-cdn-react package to add as to preload tag ([#3527](https://github.com/thebyte9/blaze/issues/3527)) ([d7cab87](https://github.com/thebyte9/blaze/commit/d7cab874e824d9b2e99a0d3d5f2c6c48775132e5))
1073
-
1074
- # [0.124.0-alpha.36](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.35...v0.124.0-alpha.36) (2022-06-28)
1075
-
1076
- ### Features
1077
-
1078
- * make menu responsive using css ([#3526](https://github.com/thebyte9/blaze/issues/3526)) ([e8a7f45](https://github.com/thebyte9/blaze/commit/e8a7f45e22d4e31a106bff1b06ab25775a2a13ce))
1079
-
1080
- # [0.124.0-alpha.35](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.34...v0.124.0-alpha.35) (2022-06-27)
1081
-
1082
- ### Bug Fixes
1083
-
1084
- * set search filter values correctly. Handle missing buckets for checkbox ([#3520](https://github.com/thebyte9/blaze/issues/3520)) ([c8024f2](https://github.com/thebyte9/blaze/commit/c8024f2be5f39962f491a61ac0cc64de93d8efab))
1085
-
1086
- # [0.124.0-alpha.34](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.33...v0.124.0-alpha.34) (2022-06-24)
1087
-
1088
- ### Features
1089
-
1090
- * show clear list button when list in query string ([#3518](https://github.com/thebyte9/blaze/issues/3518)) ([0066907](https://github.com/thebyte9/blaze/commit/00669078ef9177300fcf388f9a01bfd874d20eca))
1091
-
1092
- # [0.124.0-alpha.33](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.32...v0.124.0-alpha.33) (2022-06-21)
1093
-
1094
- ### Features
1095
-
1096
- * add new item list component ([#3512](https://github.com/thebyte9/blaze/issues/3512)) ([e3f3a33](https://github.com/thebyte9/blaze/commit/e3f3a33528a46eda907d120ec9e9eaa1def544d5))
1097
-
1098
- # [0.124.0-alpha.32](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.31...v0.124.0-alpha.32) (2022-06-17)
1099
-
1100
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1101
-
1102
- # [0.124.0-alpha.31](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.30...v0.124.0-alpha.31) (2022-06-13)
1103
-
1104
- ### Features
1105
-
1106
- * add show hide child menu items in mobile menu ([#3494](https://github.com/thebyte9/blaze/issues/3494)) ([41bfa2e](https://github.com/thebyte9/blaze/commit/41bfa2ef1999c169db6c5fc1ebbb4b7a896d1fe4))
1107
-
1108
- # [0.124.0-alpha.30](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.29...v0.124.0-alpha.30) (2022-06-09)
1109
-
1110
- ### Bug Fixes
1111
-
1112
- * use correct filter values in search filter ([#3501](https://github.com/thebyte9/blaze/issues/3501)) ([4466948](https://github.com/thebyte9/blaze/commit/446694875dfc2f0f32f1cf82981cbd82f3608ff1))
1113
-
1114
- ### Features
1115
-
1116
- * update responsive image to preload priority image ([6f50971](https://github.com/thebyte9/blaze/commit/6f5097162151fca62493ab50027a43f3652e949f))
1117
-
1118
- # [0.124.0-alpha.29](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.28...v0.124.0-alpha.29) (2022-06-06)
1119
-
1120
- ### Bug Fixes
1121
-
1122
- * contextual filter not using query props on initial load ([#3495](https://github.com/thebyte9/blaze/issues/3495)) ([a52b9e1](https://github.com/thebyte9/blaze/commit/a52b9e1b4005288e58666bb2c30c43605e6ae548))
1123
-
1124
- ### Features
1125
-
1126
- * filter counts and contextual display ([#3485](https://github.com/thebyte9/blaze/issues/3485)) ([41431fc](https://github.com/thebyte9/blaze/commit/41431fc4509824747dfcf27a0b7ff6045a32ebe4))
1127
-
1128
- # [0.124.0-alpha.28](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.27...v0.124.0-alpha.28) (2022-05-27)
1129
-
1130
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1131
-
1132
- # [0.124.0-alpha.26](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.25...v0.124.0-alpha.26) (2022-05-24)
1133
-
1134
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1135
-
1136
- # [0.124.0-alpha.25](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.24...v0.124.0-alpha.25) (2022-05-24)
1137
-
1138
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1139
-
1140
- # [0.124.0-alpha.24](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.23...v0.124.0-alpha.24) (2022-05-24)
1141
-
1142
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1143
-
1144
- # [0.124.0-alpha.23](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.22...v0.124.0-alpha.23) (2022-05-24)
1145
-
1146
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1147
-
1148
- # [0.124.0-alpha.22](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.21...v0.124.0-alpha.22) (2022-05-24)
1149
-
1150
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1151
-
1152
- # [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
1153
-
1154
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1155
-
1156
- # [0.124.0-alpha.20](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.19...v0.124.0-alpha.20) (2022-05-24)
1157
-
1158
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1159
-
1160
- # [0.124.0-alpha.19](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.18...v0.124.0-alpha.19) (2022-05-18)
1161
-
1162
- ### Features
1163
-
1164
- * add useDebounceSearch ([806201b](https://byte9/thebyte9/blaze/commits/806201bd2839162a78d4b64d2634c8bb6737b711))
1165
-
1166
- # [0.124.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.17...v0.124.0-alpha.18) (2022-05-17)
1167
-
1168
- ### Bug Fixes
1169
-
1170
- * list component add itemListId to query string ([#3477](https://github.com/thebyte9/blaze/issues/3477)) ([5eb7a9f](https://github.com/thebyte9/blaze/commit/5eb7a9f90bb3bea6d33c0ce891b0a13c929280f9))
1171
-
1172
- # [0.124.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.14...v0.124.0-alpha.15) (2022-05-11)
1173
-
1174
- ### Bug Fixes
1175
-
1176
- * add missing react import ([d29d867](https://github.com/thebyte9/blaze/commit/d29d8670c5c8c5e377308e57e34acec96f39e0c5))
1177
-
1178
- # [0.124.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.13...v0.124.0-alpha.14) (2022-05-11)
1179
-
1180
- ### Features
1181
-
1182
- * added itemCounter/itemListButton and lis logic for itemList ([#3469](https://github.com/thebyte9/blaze/issues/3469)) ([bd9e1b1](https://github.com/thebyte9/blaze/commit/bd9e1b185c929306089d495316f40ab39e242a68))
1183
-
1184
- # [0.124.0-alpha.13](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.12...v0.124.0-alpha.13) (2022-05-11)
1185
-
1186
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1187
-
1188
- # [0.124.0-alpha.12](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.11...v0.124.0-alpha.12) (2022-05-11)
1189
-
1190
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1191
-
1192
- # [0.124.0-alpha.11](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.10...v0.124.0-alpha.11) (2022-05-11)
1193
-
1194
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1195
-
1196
- # [0.124.0-alpha.10](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.9...v0.124.0-alpha.10) (2022-05-11)
1197
-
1198
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1199
-
1200
- # [0.124.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.8...v0.124.0-alpha.9) (2022-05-10)
1201
-
1202
- ### Bug Fixes
1203
-
1204
- * close search filter toggles on submit ([#3461](https://github.com/thebyte9/blaze/issues/3461)) ([412ebf1](https://github.com/thebyte9/blaze/commit/412ebf1a93760405f8942af59b8debf4fa69b994))
1205
- * enable changing filter aggregation size ([#3459](https://github.com/thebyte9/blaze/issues/3459)) ([d65111f](https://github.com/thebyte9/blaze/commit/d65111f8353a17a18cb82b0ba63470347f3b63b6))
1206
- * fix apollo client version to 3.5.x while investigating ssr issue ([#3466](https://github.com/thebyte9/blaze/issues/3466)) ([8f14f8e](https://github.com/thebyte9/blaze/commit/8f14f8e9946f0e1e2ed3d9eb747a6d01c34e9937))
1207
-
1208
- # [0.124.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.7...v0.124.0-alpha.8) (2022-05-06)
1209
-
1210
- ### Bug Fixes
1211
-
1212
- * enable changing filter aggregation size ([#3459](https://github.com/thebyte9/blaze/issues/3459)) ([#3460](https://github.com/thebyte9/blaze/issues/3460)) ([04ea731](https://github.com/thebyte9/blaze/commit/04ea7311902ac195f0badd7807fa827e00f1f946))
1213
-
1214
- ## [0.122.5](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.122.5) (2022-05-06)
1215
-
1216
- ### Bug Fixes
1217
-
1218
- * enable changing filter aggregation size ([#3458](https://github.com/thebyte9/blaze/issues/3458)) ([5693f8a](https://github.com/thebyte9/blaze/commit/5693f8aebc30b4b2e0996a0cbb55f0d732f4e39e))
1219
-
1220
- # [0.124.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.6...v0.124.0-alpha.7) (2022-05-06)
1221
-
1222
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1223
-
1224
- # [0.124.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.5...v0.124.0-alpha.6) (2022-05-06)
1225
-
1226
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1227
-
1228
- # [0.124.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.3...v0.124.0-alpha.4) (2022-05-03)
1229
-
1230
- ### Bug Fixes
1231
-
1232
- * add id prop to filter queries to help data merges in apollo ([#3451](https://github.com/thebyte9/blaze/issues/3451)) ([0e66222](https://github.com/thebyte9/blaze/commit/0e662220e80da84c1713e23b60f2ab4495a8e883))
1233
-
1234
- ### Features
1235
-
1236
- * adding url property to document and update card to fetch url for non content entity ([#3371](https://github.com/thebyte9/blaze/issues/3371)) ([5a52e05](https://github.com/thebyte9/blaze/commit/5a52e05d83c2ce564aa8faada635660c7e4e3eef))
1237
-
1238
- # [0.124.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.2...v0.124.0-alpha.3) (2022-04-29)
1239
-
1240
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1241
-
1242
- # [0.124.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.1...v0.124.0-alpha.2) (2022-04-29)
1243
-
1244
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1245
-
1246
- # [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
1247
-
1248
- ### Bug Fixes
1249
-
1250
- * handle default select filter value correctly ([3453057](https://github.com/thebyte9/blaze/commit/345305725051ae40109bc405246907cf58bbcba3))
1251
- * render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([bce20cf](https://github.com/thebyte9/blaze/commit/bce20cfd05a7e66444f0aadd67389b6adf18430c))
1252
-
1253
- ### Features
1254
-
1255
- * add back to top component ([#3436](https://github.com/thebyte9/blaze/issues/3436)) ([e0454fe](https://github.com/thebyte9/blaze/commit/e0454fe0a8b36e9e34539e95b57128d66a3b43cf))
1256
- * add display label as placeholder for select filter ([ab739e6](https://github.com/thebyte9/blaze/commit/ab739e62a937c6d13783f6cc89be9ac0f6c398df))
1257
- * add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([cd74774](https://github.com/thebyte9/blaze/commit/cd74774c39fc29c446bb68ff5d1baf52c2ae26a6))
1258
- * add tel: link to data summary data ([#3420](https://github.com/thebyte9/blaze/issues/3420)) ([6223ac9](https://github.com/thebyte9/blaze/commit/6223ac99839c50626173a1cb0f2922e40ec60f10))
1259
- * added video modal play ([#3433](https://github.com/thebyte9/blaze/issues/3433)) ([b88338a](https://github.com/thebyte9/blaze/commit/b88338acf362fe6609e430c039b7dadee0fa8a91))
1260
-
1261
- # [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
1262
-
1263
- ## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
1264
-
1265
- ## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
1266
-
1267
- ## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
1268
-
1269
- # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
1270
-
1271
- # [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
1272
-
1273
- # [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.122.3...v0.123.0-alpha.25) (2022-04-07)
1274
-
1275
- # [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
1276
-
1277
- ### Bug Fixes
1278
-
1279
- * handle default select filter value correctly ([4dfb85a](https://github.com/thebyte9/blaze/commit/4dfb85a6e1aeb9e7b927d06088220ed38e8886e5))
1280
-
1281
- ### Features
1282
-
1283
- * add display label as placeholder for select filter ([cf3bbf1](https://github.com/thebyte9/blaze/commit/cf3bbf18f0316d7b61b4da4e631750033105bb02))
1284
- * add tel: link to data summary data ([#3420](https://github.com/thebyte9/blaze/issues/3420)) ([9f59a02](https://github.com/thebyte9/blaze/commit/9f59a0200dec1c506b2a7062cbaff812d51c85e1))
1285
-
1286
- # [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.123.0-alpha.23) (2022-04-04)
1287
-
1288
- ### Bug Fixes
1289
-
1290
- * render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([31c1644](https://github.com/thebyte9/blaze/commit/31c1644db187a1a2ac0337254770d914a4542410))
1291
-
1292
- ### Features
1293
-
1294
- * add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([78257b2](https://github.com/thebyte9/blaze/commit/78257b2f9b75e05e229a45c7d0a09d1bea452b57))
1295
-
1296
- # [0.123.0-alpha.22](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.21...v0.123.0-alpha.22) (2022-04-04)
1297
-
1298
- # [0.123.0-alpha.21](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.20...v0.123.0-alpha.21) (2022-04-01)
1299
-
1300
- # [0.123.0-alpha.20](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.19...v0.123.0-alpha.20) (2022-04-01)
1301
-
1302
- # [0.123.0-alpha.19](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.18...v0.123.0-alpha.19) (2022-03-31)
1303
-
1304
- ### Bug Fixes
1305
-
1306
- * handle search filter with css ([#3395](https://github.com/thebyte9/blaze/issues/3395)) ([41cef02](https://github.com/thebyte9/blaze/commit/41cef02add747256cb813b0d2985f54ec92a4061))
1307
-
1308
- # [0.123.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.17...v0.123.0-alpha.18) (2022-03-31)
1309
-
1310
- # [0.123.0-alpha.17](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.16...v0.123.0-alpha.17) (2022-03-31)
1311
-
1312
- # [0.123.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.15...v0.123.0-alpha.16) (2022-03-30)
1313
-
1314
- # [0.123.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.14...v0.123.0-alpha.15) (2022-03-30)
1315
-
1316
- # [0.123.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.13...v0.123.0-alpha.14) (2022-03-30)
1317
-
1318
- ### Bug Fixes
1319
-
1320
- * hide error if query fails ([fdfbc41](https://github.com/thebyte9/blaze/commit/fdfbc417b767ea68a20fb300f453500f0ab11098))
1321
-
1322
- # [0.123.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.12...v0.123.0-alpha.13) (2022-03-30)
1323
-
1324
- # [0.123.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.12) (2022-03-30)
1325
-
1326
- # [0.123.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.8...v0.123.0-alpha.9) (2022-03-26)
1327
-
1328
- # [0.123.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.7...v0.123.0-alpha.8) (2022-03-26)
1329
-
1330
- # [0.123.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.6...v0.123.0-alpha.7) (2022-03-26)
1331
-
1332
- ### Bug Fixes
1333
-
1334
- * logo and search input alignment ([c0e9382](https://github.com/thebyte9/blaze/commit/c0e9382769a569b84ba61fbe43d29c6c3a3f6553))
1335
-
1336
- # [0.123.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.5...v0.123.0-alpha.6) (2022-03-26)
1337
-
1338
- # [0.123.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.4...v0.123.0-alpha.5) (2022-03-26)
1339
-
1340
- # [0.123.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.3...v0.123.0-alpha.4) (2022-03-25)
1341
-
1342
- ### Features
1343
-
1344
- * add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([d2e4496](https://github.com/thebyte9/blaze/commit/d2e449622eaba85eb03612b14bd9cfcfb47bca4f))
1345
-
1346
- # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
1347
-
1348
- ### Bug Fixes
1349
-
1350
- * render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([011bd77](https://github.com/thebyte9/blaze/commit/011bd77cab7eba6462e42e7d61e075a6c4e58248))
1351
-
1352
- # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
1353
-
1354
- # [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
1355
-
1356
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1357
-
1358
- ## [0.122.3](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.122.3) (2022-04-06)
1359
-
1360
- ### Bug Fixes
1361
-
1362
- * add id to elasticsearch index data and update frontend item to display sort to use ([#3426](https://github.com/thebyte9/blaze/issues/3426)) ([0e3572c](https://github.com/thebyte9/blaze/commit/0e3572cdc69a8a59f9a500c1ae452a940c0f97cd))
1363
-
1364
- ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.122.2) (2022-04-04)
1365
-
1366
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1367
-
1368
- ## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
1369
-
1370
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1371
-
1372
- ## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
1373
-
1374
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1375
-
1376
- ## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
1377
-
1378
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1379
-
1380
- # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
1381
-
1382
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1383
-
1384
- # [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
1385
-
1386
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1387
-
1388
- # [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.24...v0.123.0-alpha.25) (2022-04-07)
1389
-
1390
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1391
-
1392
- # [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
1393
-
1394
- ### Bug Fixes
1395
-
1396
- * handle default select filter value correctly ([4dfb85a](https://github.com/thebyte9/blaze/commit/4dfb85a6e1aeb9e7b927d06088220ed38e8886e5))
1397
- * render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([31c1644](https://github.com/thebyte9/blaze/commit/31c1644db187a1a2ac0337254770d914a4542410))
1398
-
1399
- ### Features
1400
-
1401
- * add display label as placeholder for select filter ([cf3bbf1](https://github.com/thebyte9/blaze/commit/cf3bbf18f0316d7b61b4da4e631750033105bb02))
1402
- * add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([78257b2](https://github.com/thebyte9/blaze/commit/78257b2f9b75e05e229a45c7d0a09d1bea452b57))
1403
- * add tel: link to data summary data ([#3420](https://github.com/thebyte9/blaze/issues/3420)) ([9f59a02](https://github.com/thebyte9/blaze/commit/9f59a0200dec1c506b2a7062cbaff812d51c85e1))
1404
-
1405
- ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.122.2) (2022-04-04)
1406
-
1407
- ### Bug Fixes
1408
-
1409
- * add initial modifier to filter form ([be2254c](https://github.com/thebyte9/blaze/commit/be2254c967137b1c08e9989fcd1bf29d3675bb05))
1410
- * handle search filter with css ([872dc99](https://github.com/thebyte9/blaze/commit/872dc99b2ff26931bad9280f62b771d01a8c1c10))
1411
- * remove visibility ([7479231](https://github.com/thebyte9/blaze/commit/747923186c1c127dd82b4c4565b91b93e5812593))
1412
- * remove visibility ([32afbb4](https://github.com/thebyte9/blaze/commit/32afbb49f097a43e3e58a4938862a839beabe394))
1413
- * update to handle isCollapseOnMobile more consistently ([3123d99](https://github.com/thebyte9/blaze/commit/3123d9952f3d19391f91252bc1cfc716c787bed1))
1414
-
1415
- # [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.123.0-alpha.23) (2022-04-04)
1416
-
1417
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1418
-
1419
- # [0.123.0-alpha.22](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.21...v0.123.0-alpha.22) (2022-04-04)
1420
-
1421
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1422
-
1423
- # [0.123.0-alpha.21](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.20...v0.123.0-alpha.21) (2022-04-01)
1424
-
1425
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1426
-
1427
- # [0.123.0-alpha.20](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.19...v0.123.0-alpha.20) (2022-04-01)
1428
-
1429
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1430
-
1431
- # [0.123.0-alpha.19](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.18...v0.123.0-alpha.19) (2022-03-31)
1432
-
1433
- ### Bug Fixes
1434
-
1435
- * handle search filter with css ([#3395](https://github.com/thebyte9/blaze/issues/3395)) ([41cef02](https://github.com/thebyte9/blaze/commit/41cef02add747256cb813b0d2985f54ec92a4061))
1436
-
1437
- # [0.123.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.17...v0.123.0-alpha.18) (2022-03-31)
1438
-
1439
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1440
-
1441
- # [0.123.0-alpha.17](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.16...v0.123.0-alpha.17) (2022-03-31)
1442
-
1443
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1444
-
1445
- # [0.123.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.15...v0.123.0-alpha.16) (2022-03-30)
1446
-
1447
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1448
-
1449
- # [0.123.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.14...v0.123.0-alpha.15) (2022-03-30)
1450
-
1451
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1452
-
1453
- # [0.123.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.13...v0.123.0-alpha.14) (2022-03-30)
1454
-
1455
- ### Bug Fixes
1456
-
1457
- * hide error if query fails ([fdfbc41](https://github.com/thebyte9/blaze/commit/fdfbc417b767ea68a20fb300f453500f0ab11098))
1458
-
1459
- # [0.123.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.12...v0.123.0-alpha.13) (2022-03-30)
1460
-
1461
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1462
-
1463
- # [0.123.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.12) (2022-03-30)
1464
-
1465
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1466
-
1467
- # [0.123.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.11) (2022-03-30)
1468
-
1469
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1470
-
1471
- # [0.123.0-alpha.10](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.10) (2022-03-30)
1472
-
1473
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1474
-
1475
- # [0.123.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.8...v0.123.0-alpha.9) (2022-03-26)
1476
-
1477
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1478
-
1479
- # [0.123.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.7...v0.123.0-alpha.8) (2022-03-26)
1480
-
1481
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1482
-
1483
- # [0.123.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.6...v0.123.0-alpha.7) (2022-03-26)
1484
-
1485
- ### Bug Fixes
1486
-
1487
- * logo and search input alignment ([c0e9382](https://github.com/thebyte9/blaze/commit/c0e9382769a569b84ba61fbe43d29c6c3a3f6553))
1488
-
1489
- # [0.123.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.5...v0.123.0-alpha.6) (2022-03-26)
1490
-
1491
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1492
-
1493
- # [0.123.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.4...v0.123.0-alpha.5) (2022-03-26)
1494
-
1495
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1496
-
1497
- # [0.123.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.3...v0.123.0-alpha.4) (2022-03-25)
1498
-
1499
- ### Features
1500
-
1501
- * add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([d2e4496](https://github.com/thebyte9/blaze/commit/d2e449622eaba85eb03612b14bd9cfcfb47bca4f))
1502
-
1503
- # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
1504
-
1505
- ### Bug Fixes
1506
-
1507
- * render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([011bd77](https://github.com/thebyte9/blaze/commit/011bd77cab7eba6462e42e7d61e075a6c4e58248))
1508
-
1509
- # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
1510
-
1511
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1512
-
1513
- ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.122.2) (2022-04-04)
1514
-
1515
- ### Bug Fixes
1516
-
1517
- * add initial modifier to filter form ([be2254c](https://github.com/thebyte9/blaze/commit/be2254c967137b1c08e9989fcd1bf29d3675bb05))
1518
- * handle search filter with css ([872dc99](https://github.com/thebyte9/blaze/commit/872dc99b2ff26931bad9280f62b771d01a8c1c10))
1519
- * remove visibility ([7479231](https://github.com/thebyte9/blaze/commit/747923186c1c127dd82b4c4565b91b93e5812593))
1520
- * remove visibility ([32afbb4](https://github.com/thebyte9/blaze/commit/32afbb49f097a43e3e58a4938862a839beabe394))
1521
- * update to handle isCollapseOnMobile more consistently ([3123d99](https://github.com/thebyte9/blaze/commit/3123d9952f3d19391f91252bc1cfc716c787bed1))
1522
-
1523
- ## [0.122.1](https://github.com/thebyte9/blaze/compare/v0.122.1-alpha.0...v0.122.1) (2022-03-21)
1524
-
1525
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1526
-
1527
- ## [0.122.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.0...v0.122.1-alpha.0) (2022-03-16)
1528
-
1529
- ### Bug Fixes
1530
-
1531
- * handle non array data types when adding link to data summary ([#3382](https://github.com/thebyte9/blaze/issues/3382)) ([dd3ae87](https://github.com/thebyte9/blaze/commit/dd3ae8738d2ccc53909954b46b3f06d2cda93484))
1532
-
1533
- # [0.122.0](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.2...v0.122.0) (2022-03-15)
1534
-
1535
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1536
-
1537
- # [0.122.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.1...v0.122.0-alpha.2) (2022-03-14)
1538
-
1539
- ### Bug Fixes
1540
-
1541
- * added parsing of & on filters ([#3251](https://github.com/thebyte9/blaze/issues/3251)) ([9bf0cb5](https://github.com/thebyte9/blaze/commit/9bf0cb5e14e43aa556c2e216739efb0834ef1d6f))
1542
-
1543
- # [0.122.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.0...v0.122.0-alpha.1) (2022-03-10)
1544
-
1545
- ### Bug Fixes
1546
-
1547
- * use same dependency for main context provider ([#3375](https://github.com/thebyte9/blaze/issues/3375)) ([5da84b0](https://github.com/thebyte9/blaze/commit/5da84b0510a80c75efda0e25ce575e73ffb28235))
1548
-
1549
- # [0.122.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.121.0...v0.122.0-alpha.0) (2022-03-10)
1550
-
1551
- ### Bug Fixes
1552
-
1553
- * getting credits from image ([#3362](https://github.com/thebyte9/blaze/issues/3362)) ([92308e7](https://github.com/thebyte9/blaze/commit/92308e7950028c1062f0c1c51c36c7c010bf1de0))
1554
- * set preview to false on listing ([#3366](https://github.com/thebyte9/blaze/issues/3366)) ([c0b0302](https://github.com/thebyte9/blaze/commit/c0b030280a49a02f844a4cfd641aa8649b34dbd3))
1555
-
1556
- ### Features
1557
-
1558
- * add tiktok social ([#3363](https://github.com/thebyte9/blaze/issues/3363)) ([fb30ee2](https://github.com/thebyte9/blaze/commit/fb30ee2d49f6e8120a999d8b751a521dde2f2ec7))
1559
-
1560
- # [0.121.0](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.1...v0.121.0) (2022-03-09)
1561
-
1562
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1563
-
1564
- # [0.121.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.0...v0.121.0-alpha.1) (2022-03-02)
1565
-
1566
- ### Features
1567
-
1568
- * add breadcrumb component and parent hierarchy query ([#3354](https://github.com/thebyte9/blaze/issues/3354)) ([1c81cc7](https://github.com/thebyte9/blaze/commit/1c81cc7d5fec746938fa4686b9f166bb0f11a577))
1569
-
1570
- ## [0.120.1](https://github.com/thebyte9/blaze/compare/v0.120.0...v0.120.1) (2022-02-23)
1571
-
1572
- ### Bug Fixes
1573
-
1574
- * handle if banner targeting property not set ([#3355](https://github.com/thebyte9/blaze/issues/3355)) ([c36ab5a](https://github.com/thebyte9/blaze/commit/c36ab5a70f144e0e1f5c84b7089ed3e928755ec7))
1575
-
1576
- # [0.120.0](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.5...v0.120.0) (2022-02-22)
1577
-
1578
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1579
-
1580
- # [0.120.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.4...v0.120.0-alpha.5) (2022-02-22)
1581
-
1582
- ### Bug Fixes
1583
-
1584
- * query format for list component ([cc8233b](https://github.com/thebyte9/blaze/commit/cc8233b9fc12aa7701f321246e66cdaeb2be14e0))
1585
-
1586
- # [0.120.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.3...v0.120.0-alpha.4) (2022-02-21)
1587
-
1588
- ### Bug Fixes
1589
-
1590
- * set trageting even if value is not truthy ([#3347](https://github.com/thebyte9/blaze/issues/3347)) ([757e7f3](https://github.com/thebyte9/blaze/commit/757e7f3e78292175d3d9b6f551ecf89c6ecfd500))
1591
-
1592
- # [0.120.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.2...v0.120.0-alpha.3) (2022-02-16)
1593
-
1594
- ### Bug Fixes
1595
-
1596
- * added array handling for banner props ([#3339](https://github.com/thebyte9/blaze/issues/3339)) ([b6e7b84](https://github.com/thebyte9/blaze/commit/b6e7b84b95d63ff978de1ac5921cdbf8e3be5f8a))
1597
-
1598
- # [0.120.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.1...v0.120.0-alpha.2) (2022-02-15)
1599
-
1600
- ### Features
1601
-
1602
- * add user props to baners ([#3332](https://github.com/thebyte9/blaze/issues/3332)) ([e6818c7](https://github.com/thebyte9/blaze/commit/e6818c738864e7e1ccf7ea7072c9c2bb3bb3d367))
1603
-
1604
- # [0.120.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.0...v0.120.0-alpha.1) (2022-02-10)
1605
-
1606
- ### Features
1607
-
1608
- * allow card images for non content entities ([#3335](https://github.com/thebyte9/blaze/issues/3335)) ([ebbcdaf](https://github.com/thebyte9/blaze/commit/ebbcdaf3310c3ddc4f39f4bb70ed5f9939099559))
1609
-
1610
- # [0.120.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.119.1...v0.120.0-alpha.0) (2022-02-09)
1611
-
1612
- ### Features
1613
-
1614
- * added random sort and non published entities to cards ([#3327](https://github.com/thebyte9/blaze/issues/3327)) ([7e60156](https://github.com/thebyte9/blaze/commit/7e60156e55769f3fc83d276c73ac3726e1c9cade))
1615
-
1616
- ## [0.119.1](https://github.com/thebyte9/blaze/compare/v0.119.0...v0.119.1) (2022-01-31)
1617
-
1618
- ### Bug Fixes
1619
-
1620
- * make banner styles ssr consistent with client ([#3324](https://github.com/thebyte9/blaze/issues/3324)) ([fecfb34](https://github.com/thebyte9/blaze/commit/fecfb34d46ec624f3affc53e5f572784b1bfaf5e))
1621
-
1622
- # [0.119.0](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.2...v0.119.0) (2022-01-28)
1623
-
1624
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1625
-
1626
- # [0.119.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.1...v0.119.0-alpha.2) (2022-01-28)
1627
-
1628
- ### Bug Fixes
1629
-
1630
- * fixed setInterval not clearing ([#3321](https://github.com/thebyte9/blaze/issues/3321)) ([b1b1287](https://github.com/thebyte9/blaze/commit/b1b1287bc6ad6232533e80984641e64683dceb20))
1631
-
1632
- # [0.119.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.118.1-alpha.0...v0.119.0-alpha.0) (2022-01-26)
1633
-
1634
- ### Features
1635
-
1636
- * add responsive banner skeleton ([#3286](https://github.com/thebyte9/blaze/issues/3286)) ([ac712df](https://github.com/thebyte9/blaze/commit/ac712df7ade4a9fbbcac17cf03a62ea6ea980e89))
1637
- * added auto scroll to card carousel ([#3306](https://github.com/thebyte9/blaze/issues/3306)) ([1186cee](https://github.com/thebyte9/blaze/commit/1186cee4910b42c9c513924996fd9cbe4a23c13e))
1638
- * update apollo client to v3.5 add cache redirects and optimise queries ([#3308](https://github.com/thebyte9/blaze/issues/3308)) ([5281b17](https://github.com/thebyte9/blaze/commit/5281b17fd972f8c727d099f0c814e747896af431))
1639
- * upgrade next to latest version ([#3290](https://github.com/thebyte9/blaze/issues/3290)) ([d2c37bd](https://github.com/thebyte9/blaze/commit/d2c37bd1bf7847dbbbaf7ab8634008c2042f91f9))
1640
-
1641
- # [0.118.0](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.3...v0.118.0) (2022-01-25)
1642
-
1643
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1644
-
1645
- # [0.118.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.2...v0.118.0-alpha.3) (2022-01-24)
1646
-
1647
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1648
-
1649
- # [0.118.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.1...v0.118.0-alpha.2) (2022-01-14)
1650
-
1651
- ### Bug Fixes
1652
-
1653
- * set correct funciton type for video image onload ([6df1060](https://github.com/thebyte9/blaze/commit/6df1060a7a3d0ba18f49d6d7e757ae1c79a7509d))
1654
-
1655
- # [0.118.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.0...v0.118.0-alpha.1) (2022-01-14)
1656
-
1657
- ### Bug Fixes
1658
-
1659
- * added youtube facade lazy loading ([#3243](https://github.com/thebyte9/blaze/issues/3243)) ([7f2bef9](https://github.com/thebyte9/blaze/commit/7f2bef9269333aa7c248dce18e06a459ad7a3572))
1660
-
1661
- # [0.118.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.117.0...v0.118.0-alpha.0) (2022-01-13)
1662
-
1663
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1664
-
1665
- # [0.116.0](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.2...v0.116.0) (2021-12-21)
1666
-
1667
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1668
-
1669
- # [0.116.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.1...v0.116.0-alpha.2) (2021-12-21)
1670
-
1671
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1672
-
1673
- # [0.116.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.0...v0.116.0-alpha.1) (2021-12-20)
1674
-
1675
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1676
-
1677
- # [0.115.0](https://github.com/thebyte9/blaze/compare/v0.115.0-alpha.1...v0.115.0) (2021-12-16)
1678
-
1679
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1680
-
1681
- # [0.115.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.115.0-alpha.0...v0.115.0-alpha.1) (2021-12-16)
1682
-
1683
- ### Features
1684
-
1685
- * move textblock parsing to the api and add page builder manipulation events ([#3267](https://github.com/thebyte9/blaze/issues/3267)) ([fd472b5](https://github.com/thebyte9/blaze/commit/fd472b58c716bdf8fc0a69a63c1f341a65828f12))
1686
-
1687
- ## [0.114.1](https://github.com/thebyte9/blaze/compare/v0.114.1-alpha.1...v0.114.1) (2021-12-13)
1688
-
1689
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1690
-
1691
- ## [0.114.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.114.0...v0.114.1-alpha.0) (2021-12-09)
1692
-
1693
- ### Bug Fixes
1694
-
1695
- * add selected class to selected letter in A-Z filter ([#3255](https://github.com/thebyte9/blaze/issues/3255)) ([f82540b](https://github.com/thebyte9/blaze/commit/f82540b1793888f326a2597d2cc742f038392521))
1696
- * update range filter in react page builder ([#3254](https://github.com/thebyte9/blaze/issues/3254)) ([cf71584](https://github.com/thebyte9/blaze/commit/cf715849141161a04e2011f2e1d1d7c0895fac0e))
1697
-
1698
- # [0.114.0](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.6...v0.114.0) (2021-11-30)
1699
-
1700
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1701
-
1702
- # [0.114.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.4...v0.114.0-alpha.5) (2021-11-30)
1703
-
1704
- ### Bug Fixes
1705
-
1706
- * handle legacy sortby property as a string ([#3235](https://github.com/thebyte9/blaze/issues/3235)) ([2d25fc3](https://github.com/thebyte9/blaze/commit/2d25fc3e55125fec711d4a06f78d35a6b26d443a))
1707
-
1708
- # [0.114.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.3...v0.114.0-alpha.4) (2021-11-29)
1709
-
1710
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1711
-
1712
- # [0.114.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.2...v0.114.0-alpha.3) (2021-11-25)
1713
-
1714
- ### Bug Fixes
1715
-
1716
- * filters with url wont auto submit ([#3229](https://github.com/thebyte9/blaze/issues/3229)) ([44c08dc](https://github.com/thebyte9/blaze/commit/44c08dc1c1a34459f8cd6234aa4daa2cb4bcf1e1))
1717
-
1718
- # [0.114.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.113.1...v0.114.0-alpha.2) (2021-11-25)
1719
-
1720
- ### Bug Fixes
1721
-
1722
- * hidden more filters dont auto submit ([#3228](https://github.com/thebyte9/blaze/issues/3228)) ([daae97e](https://github.com/thebyte9/blaze/commit/daae97ec697788c3f3ec4993b05594eb92095331))
1723
-
1724
- ### Features
1725
-
1726
- * added extended sort properties to list and card ([#3226](https://github.com/thebyte9/blaze/issues/3226)) ([1feaa62](https://github.com/thebyte9/blaze/commit/1feaa6279d9ab3491b328dbfd230d4b996393687))
1727
- * Wrap more filters for mobile with groupAfterMobile option ([#3213](https://github.com/thebyte9/blaze/issues/3213)) ([1b951a3](https://github.com/thebyte9/blaze/commit/1b951a316be151963c845da651baedb2e2e6817a))
1728
-
1729
- # [0.114.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.0...v0.114.0-alpha.1) (2021-11-24)
1730
-
1731
- ### Features
1732
-
1733
- * added extended sort properties to list and card ([#3226](https://github.com/thebyte9/blaze/issues/3226)) ([8b6946e](https://github.com/thebyte9/blaze/commit/8b6946efd0fd80468858643ec9e79477d23613da))
1734
-
1735
- # [0.114.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.114.0-alpha.0) (2021-11-22)
1736
-
1737
- ### Features
1738
-
1739
- * Wrap more filters for mobile with groupAfterMobile option ([#3213](https://github.com/thebyte9/blaze/issues/3213)) ([8914aaa](https://github.com/thebyte9/blaze/commit/8914aaa33d29e8ff7d6a762f7c73adf6e559a344))
1740
-
1741
- # [0.114.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.0...v0.114.0-alpha.1) (2021-11-24)
1742
-
1743
- ### Features
1744
-
1745
- * added extended sort properties to list and card ([#3226](https://github.com/thebyte9/blaze/issues/3226)) ([8b6946e](https://github.com/thebyte9/blaze/commit/8b6946efd0fd80468858643ec9e79477d23613da))
1746
-
1747
- # [0.114.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.114.0-alpha.0) (2021-11-22)
1748
-
1749
- ### Features
1750
-
1751
- * Wrap more filters for mobile with groupAfterMobile option ([#3213](https://github.com/thebyte9/blaze/issues/3213)) ([8914aaa](https://github.com/thebyte9/blaze/commit/8914aaa33d29e8ff7d6a762f7c73adf6e559a344))
1752
-
1753
- ## [0.113.1](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.113.1) (2021-11-24)
1754
-
1755
- ### Bug Fixes
1756
-
1757
- * do not display loop data summary prop if label not set ([#3225](https://github.com/thebyte9/blaze/issues/3225)) ([1929b13](https://github.com/thebyte9/blaze/commit/1929b134e1631fda047e4bc142208676fdf2da01))
1758
-
1759
- # [0.113.0](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.9...v0.113.0) (2021-11-19)
1760
-
1761
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1762
-
1763
- # [0.113.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.8...v0.113.0-alpha.9) (2021-11-19)
1764
-
1765
- ### Bug Fixes
1766
-
1767
- * render form when now aggregations are needed ([#3221](https://github.com/thebyte9/blaze/issues/3221)) ([50f4b15](https://github.com/thebyte9/blaze/commit/50f4b157b9fe74b423d20035a34cb5a7d59fb557))
1768
-
1769
- # [0.113.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.7...v0.113.0-alpha.8) (2021-11-18)
1770
-
1771
- ### Bug Fixes
1772
-
1773
- * move submit function above first call ([#3219](https://github.com/thebyte9/blaze/issues/3219)) ([ca0af48](https://github.com/thebyte9/blaze/commit/ca0af4802d144a9825f361a7271788d123e04885))
1774
-
1775
- # [0.113.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.6...v0.113.0-alpha.7) (2021-11-17)
1776
-
1777
- ### Features
1778
-
1779
- * debounce search filters component ([#3210](https://github.com/thebyte9/blaze/issues/3210)) ([27c39fd](https://github.com/thebyte9/blaze/commit/27c39fdebf5aeecdec745c2a892224e400d4b9b8))
1780
-
1781
- # [0.113.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.5...v0.113.0-alpha.6) (2021-11-17)
1782
-
1783
- ### Bug Fixes
1784
-
1785
- * HTML structure changes for more filters ([#3212](https://github.com/thebyte9/blaze/issues/3212)) ([5738f24](https://github.com/thebyte9/blaze/commit/5738f244843217013de943e68471a3a71d69700e))
1786
- * scroll to first list ([#3215](https://github.com/thebyte9/blaze/issues/3215)) ([6b729db](https://github.com/thebyte9/blaze/commit/6b729dbca6983e6a86145257495b0ca003913ead))
1787
-
1788
- ### Features
1789
-
1790
- * add sponsored and featured modifiers to cards ([#3216](https://github.com/thebyte9/blaze/issues/3216)) ([8f5d3df](https://github.com/thebyte9/blaze/commit/8f5d3dfb115988f2545d3dc6be3a912742b4226f))
1791
-
1792
- # [0.113.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.3...v0.113.0-alpha.4) (2021-11-09)
1793
-
1794
- ### Bug Fixes
1795
-
1796
- * scroll to top of filter if navigating to different page ([#3202](https://github.com/thebyte9/blaze/issues/3202)) ([f26f68e](https://github.com/thebyte9/blaze/commit/f26f68ec8ed7448306b59258b6ff2d6096ef0e67))
1797
-
1798
- # [0.113.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.2...v0.113.0-alpha.3) (2021-11-08)
1799
-
1800
- ### Bug Fixes
1801
-
1802
- * add BLAZE_SCROLL_OFFSET env var to help offset scroll ([83109c0](https://github.com/thebyte9/blaze/commit/83109c01f31b648b7dbb33c2ed586d3dc4f1fb18))
1803
- * remove scroll from sort component ([677923d](https://github.com/thebyte9/blaze/commit/677923d8b69f38b72108695b213e9d602f5aadeb))
1804
-
1805
- ### Features
1806
-
1807
- * scroll to top of list with classic pagination ([#3194](https://github.com/thebyte9/blaze/issues/3194)) ([73fdd67](https://github.com/thebyte9/blaze/commit/73fdd6719707d6b29a4f2a49ce3f4bb17f98217e))
1808
-
1809
- # [0.113.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.1...v0.113.0-alpha.2) (2021-11-08)
1810
-
1811
- ### Bug Fixes
1812
-
1813
- * reset filter ([#3164](https://github.com/thebyte9/blaze/issues/3164)) ([b47b809](https://github.com/thebyte9/blaze/commit/b47b8099cf00e05be69928c4ec3fcbe9104e222c))
1814
-
1815
- # [0.113.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.0...v0.113.0-alpha.1) (2021-11-05)
1816
-
1817
- ### Bug Fixes
1818
-
1819
- * scroll to the parent node ([#3168](https://github.com/thebyte9/blaze/issues/3168)) ([198bd90](https://github.com/thebyte9/blaze/commit/198bd90d4abd220f2731a4c0a0e04dd5eebb56df))
1820
-
1821
- # [0.113.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.112.0...v0.113.0-alpha.0) (2021-11-04)
1822
-
1823
- ### Features
1824
-
1825
- * Option to omit wrappers in lists ([#3183](https://github.com/thebyte9/blaze/issues/3183)) ([c11c4c8](https://github.com/thebyte9/blaze/commit/c11c4c894e07309cdd1de4c8c4ad414d6ad7b3a5))
1826
-
1827
- # [0.112.0](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.2...v0.112.0) (2021-11-01)
1828
-
1829
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1830
-
1831
- # [0.112.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.1...v0.112.0-alpha.2) (2021-11-01)
1832
-
1833
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1834
-
1835
- # [0.112.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.0...v0.112.0-alpha.1) (2021-11-01)
1836
-
1837
- ### Bug Fixes
1838
-
1839
- * don't do pagination scroll on initial load ([#3187](https://github.com/thebyte9/blaze/issues/3187)) ([fccd5f0](https://github.com/thebyte9/blaze/commit/fccd5f0f371510824d26fe778960562e445734b2))
1840
-
1841
- # [0.112.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.1-alpha.0...v0.112.0-alpha.0) (2021-10-29)
1842
-
1843
- ### Bug Fixes
1844
-
1845
- * added ALL option on az list ([#3177](https://github.com/thebyte9/blaze/issues/3177)) ([85093cc](https://github.com/thebyte9/blaze/commit/85093ccc2d37e64955b98416b905f0b901c58bfe))
1846
-
1847
- ### Features
1848
-
1849
- * added list total display to list ([#3172](https://github.com/thebyte9/blaze/issues/3172)) ([2ba6435](https://github.com/thebyte9/blaze/commit/2ba64354e3e54fb7729eb2c390f61e8ad899e4e7))
1850
-
1851
- ## [0.111.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.0...v0.111.1-alpha.0) (2021-10-28)
1852
-
1853
- ### Bug Fixes
1854
-
1855
- * data summary boolean values ([#3182](https://github.com/thebyte9/blaze/issues/3182)) ([9653ab6](https://github.com/thebyte9/blaze/commit/9653ab69830ab34ed20f629542a40e3bdb2be368))
1856
- * data summary loopable follow up ([#3140](https://github.com/thebyte9/blaze/issues/3140)) ([99c42d3](https://github.com/thebyte9/blaze/commit/99c42d36303d661a185217ae66bfa7f1c98ec018))
1857
- * scroll to top of list when using classic pagination ([#3181](https://github.com/thebyte9/blaze/issues/3181)) ([9d38c0b](https://github.com/thebyte9/blaze/commit/9d38c0b5ae2371b3867b8f039022d3727c429009))
1858
-
1859
- # [0.111.0](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.3...v0.111.0) (2021-10-25)
1860
-
1861
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1862
-
1863
- # [0.111.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.2...v0.111.0-alpha.3) (2021-10-22)
1864
-
1865
- ### Bug Fixes
1866
-
1867
- * added az load all on initial load ([#3167](https://github.com/thebyte9/blaze/issues/3167)) ([990f4ef](https://github.com/thebyte9/blaze/commit/990f4ef69c81f766b8a0bba5b5ba554cfefc8947))
1868
-
1869
- # [0.111.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.1...v0.111.0-alpha.2) (2021-10-21)
1870
-
1871
- ### Bug Fixes
1872
-
1873
- * cards and full lists now updated banner position ([#3163](https://github.com/thebyte9/blaze/issues/3163)) ([dbd3ecd](https://github.com/thebyte9/blaze/commit/dbd3ecda9a9f96d2e1bc7934a3b08a39f45c4518))
1874
-
1875
- # [0.111.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.0...v0.111.0-alpha.1) (2021-10-20)
1876
-
1877
- ### Bug Fixes
1878
-
1879
- * fixed limit helper function ([#3160](https://github.com/thebyte9/blaze/issues/3160)) ([9996ea2](https://github.com/thebyte9/blaze/commit/9996ea2d00e61db1be24ff25a5495b0f193c55db))
1880
-
1881
- # [0.110.0](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.3...v0.110.0) (2021-10-18)
1882
-
1883
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1884
-
1885
- # [0.110.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.2...v0.110.0-alpha.3) (2021-10-14)
1886
-
1887
- ### Bug Fixes
1888
-
1889
- * added lazy loading to image component ([#3150](https://github.com/thebyte9/blaze/issues/3150)) ([ac59e54](https://github.com/thebyte9/blaze/commit/ac59e545a5d41333ee46136694117884a311f5f8))
1890
-
1891
- # [0.110.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.1...v0.110.0-alpha.2) (2021-10-13)
1892
-
1893
- ### Bug Fixes
1894
-
1895
- * set correct list type ([#3152](https://github.com/thebyte9/blaze/issues/3152)) ([d07c14e](https://github.com/thebyte9/blaze/commit/d07c14ee536ae731fe29ef56ed6cf1259ca21f60))
1896
-
1897
- # [0.110.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.0...v0.110.0-alpha.1) (2021-10-13)
1898
-
1899
- ### Features
1900
-
1901
- * added az list type ([#3136](https://github.com/thebyte9/blaze/issues/3136)) ([4f9c99f](https://github.com/thebyte9/blaze/commit/4f9c99f14e600feb867d2b353702fe46402af0dc))
1902
-
1903
- # [0.109.0](https://github.com/thebyte9/blaze/compare/v0.109.0-alpha.1...v0.109.0) (2021-10-05)
1904
-
1905
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1906
-
1907
- # [0.109.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.109.0-alpha.0...v0.109.0-alpha.1) (2021-10-04)
1908
-
1909
- ### Bug Fixes
1910
-
1911
- * handle when video provider not set ([#3135](https://github.com/thebyte9/blaze/issues/3135)) ([0dc2186](https://github.com/thebyte9/blaze/commit/0dc21860e8ec9e66e9cee9bca99a3a2492e2a786))
1912
-
1913
- # [0.109.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.108.0...v0.109.0-alpha.0) (2021-10-04)
1914
-
1915
- ### Features
1916
-
1917
- * add video provider modifier ([#3132](https://github.com/thebyte9/blaze/issues/3132)) ([6974ca1](https://github.com/thebyte9/blaze/commit/6974ca122b7a51457bc4aad57df91a8f71ada579))
1918
-
1919
- # [0.108.0](https://github.com/thebyte9/blaze/compare/v0.108.0-alpha.0...v0.108.0) (2021-09-30)
1920
-
1921
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1922
-
1923
- # [0.108.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.107.0...v0.108.0-alpha.0) (2021-09-29)
1924
-
1925
- ### Bug Fixes
1926
-
1927
- * pass modifiers to image responsive sizeKey ([#3123](https://github.com/thebyte9/blaze/issues/3123)) ([0989581](https://github.com/thebyte9/blaze/commit/09895814ea54b223563db971468989b061ed2c21))
1928
- * styles when image has no link and lightbox is not enabled ([#3121](https://github.com/thebyte9/blaze/issues/3121)) ([9c773e5](https://github.com/thebyte9/blaze/commit/9c773e5f54858ba7070e1695d8548b972cb0303e))
1929
-
1930
- # [0.107.0](https://github.com/thebyte9/blaze/compare/v0.107.0-alpha.2...v0.107.0) (2021-09-29)
1931
-
1932
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1933
-
1934
- # [0.107.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.107.0-alpha.1...v0.107.0-alpha.2) (2021-09-28)
1935
-
1936
- ### Bug Fixes
1937
-
1938
- * do not insert components next to non standard parsed tag ([#3120](https://github.com/thebyte9/blaze/issues/3120)) ([f3f6f04](https://github.com/thebyte9/blaze/commit/f3f6f04b13ffa52206b55dbc48ecb9a429ddcd04))
1939
-
1940
- # [0.107.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.107.0-alpha.0...v0.107.0-alpha.1) (2021-09-27)
1941
-
1942
- ### Bug Fixes
1943
-
1944
- * update banner injections collision checking around H tags ([#3111](https://github.com/thebyte9/blaze/issues/3111)) ([a3ea2dd](https://github.com/thebyte9/blaze/commit/a3ea2dd720429a04a28c08afaed72c2adc77d275))
1945
-
1946
- ### Features
1947
-
1948
- * update alternative headline/preHeader logic to only display when both set ([#3115](https://github.com/thebyte9/blaze/issues/3115)) ([8a4a98f](https://github.com/thebyte9/blaze/commit/8a4a98f485c6dcdd6381d7b21b8a8ba9ab51dbfc))
1949
-
1950
- # [0.107.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.106.2...v0.107.0-alpha.0) (2021-09-22)
1951
-
1952
- ### Features
1953
-
1954
- * added loopableProps to dataSummary ([#3108](https://github.com/thebyte9/blaze/issues/3108)) ([3398fbb](https://github.com/thebyte9/blaze/commit/3398fbbdee3e9146702292bfcf0599de3c6161c3))
1955
-
1956
- ## [0.106.2](https://github.com/thebyte9/blaze/compare/v0.106.1...v0.106.2) (2021-09-22)
1957
-
1958
- ### Bug Fixes
1959
-
1960
- * do not reset lightbox images when lightbox open ([#3107](https://github.com/thebyte9/blaze/issues/3107)) ([8900d75](https://github.com/thebyte9/blaze/commit/8900d759db0c216728dfd75e7d918a4e0bc68bd3))
1961
-
1962
- ## [0.106.1](https://github.com/thebyte9/blaze/compare/v0.106.0...v0.106.1) (2021-09-21)
1963
-
1964
- ### Bug Fixes
1965
-
1966
- * do not render cards if updatedFilters is falsey ([#3106](https://github.com/thebyte9/blaze/issues/3106)) ([c2a5456](https://github.com/thebyte9/blaze/commit/c2a54561149017253fa6d6dd2311beb1e5ad9fe4))
1967
-
1968
- # [0.106.0](https://github.com/thebyte9/blaze/compare/v0.106.0-alpha.0...v0.106.0) (2021-09-20)
1969
-
1970
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1971
-
1972
- # [0.106.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.105.1...v0.106.0-alpha.0) (2021-09-17)
1973
-
1974
- ### Features
1975
-
1976
- * Cards and CardLists now have the option to select an image for the items to display ([#3095](https://github.com/thebyte9/blaze/issues/3095)) ([2f66ec7](https://github.com/thebyte9/blaze/commit/2f66ec7b5f59a72ec9194019777313886ade7ce3))
1977
-
1978
- ## [0.105.1](https://github.com/thebyte9/blaze/compare/v0.105.0...v0.105.1) (2021-09-16)
1979
-
1980
- ### Bug Fixes
1981
-
1982
- * stop using state for banner insertion as it can rerender old content ([87294ec](https://github.com/thebyte9/blaze/commit/87294ec36b988bc38d8223d3033a487c2e520655))
1983
-
1984
- # [0.105.0](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.7...v0.105.0) (2021-09-15)
1985
-
1986
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1987
-
1988
- # [0.105.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.6...v0.105.0-alpha.7) (2021-09-15)
1989
-
1990
- ### Bug Fixes
1991
-
1992
- * reset global lightbox images when route changes ([#3096](https://github.com/thebyte9/blaze/issues/3096)) ([3cf4dee](https://github.com/thebyte9/blaze/commit/3cf4dee5a4fd5b158ce4873010b68658c2766154))
1993
-
1994
- # [0.105.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.5...v0.105.0-alpha.6) (2021-09-14)
1995
-
1996
- ### Bug Fixes
1997
-
1998
- * default displayCategory and displayThumbnail to true to handle components where not set ([e26adbf](https://github.com/thebyte9/blaze/commit/e26adbf62f5f522f83f19ccc577af37d193222fd))
1999
-
2000
- # [0.105.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.3...v0.105.0-alpha.4) (2021-09-14)
2001
-
2002
- ### Features
2003
-
2004
- * update cards to support customPreHeader and alterntiveHeadlines ([b9d79e9](https://github.com/thebyte9/blaze/commit/b9d79e9eb687baf551b22cf58bae38c4052f7045))
2005
-
2006
- # [0.105.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.104.2...v0.105.0-alpha.1) (2021-09-09)
2007
-
2008
- ### Features
2009
-
2010
- * Card Carousel ([#3080](https://github.com/thebyte9/blaze/issues/3080)) ([35dce0c](https://github.com/thebyte9/blaze/commit/35dce0c7efffd00392d8ed1dd566db9a6e99baa9))
2011
-
2012
- # [0.105.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.105.0-alpha.0) (2021-09-09)
2013
-
2014
- ### Features
2015
-
2016
- * Card Carousel ([#3080](https://github.com/thebyte9/blaze/issues/3080)) ([e8288ad](https://github.com/thebyte9/blaze/commit/e8288adf9095ccb07e5b283e803e3534e2d07d86))
2017
-
2018
- # [0.105.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.105.0-alpha.0) (2021-09-09)
2019
-
2020
- ### Features
2021
-
2022
- * Card Carousel ([#3080](https://github.com/thebyte9/blaze/issues/3080)) ([e8288ad](https://github.com/thebyte9/blaze/commit/e8288adf9095ccb07e5b283e803e3534e2d07d86))
2023
-
2024
- ## [0.104.2](https://github.com/thebyte9/blaze/compare/v0.104.1...v0.104.2) (2021-09-09)
2025
-
2026
- ### Bug Fixes
2027
-
2028
- * update logic for displaying search filters on desktop/mobile ([2954a54](https://github.com/thebyte9/blaze/commit/2954a54923c759a9a61935f8a2ad4a1636f5822d))
2029
-
2030
- ## [0.104.1](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.104.1) (2021-09-09)
2031
-
2032
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2033
-
2034
- # [0.104.0](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.5...v0.104.0) (2021-09-07)
2035
-
2036
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2037
-
2038
- # [0.104.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.4...v0.104.0-alpha.5) (2021-09-07)
2039
-
2040
- ### Bug Fixes
2041
-
2042
- * use correct context in for full item render ([#3077](https://github.com/thebyte9/blaze/issues/3077)) ([3fb15ee](https://github.com/thebyte9/blaze/commit/3fb15ee0beea0a0f0bbbf84fc261381a022e0c14))
2043
-
2044
- # [0.104.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.3...v0.104.0-alpha.4) (2021-09-03)
2045
-
2046
- ### Bug Fixes
2047
-
2048
- * do not override id on banner insert ([ef42786](https://github.com/thebyte9/blaze/commit/ef427863668f2b36d8ef4f02b32df8257e96c453))
2049
-
2050
- # [0.104.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.2...v0.104.0-alpha.3) (2021-09-03)
2051
-
2052
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2053
-
2054
- # [0.104.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.1...v0.104.0-alpha.2) (2021-09-03)
2055
-
2056
- ### Bug Fixes
2057
-
2058
- * setting component name prop correctly and handling textblock object ([#3072](https://github.com/thebyte9/blaze/issues/3072)) ([35ee48c](https://github.com/thebyte9/blaze/commit/35ee48cd2c9ec5a8d50c30c3ae80c7bbd1c58189))
2059
-
2060
- # [0.104.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.0...v0.104.0-alpha.1) (2021-09-02)
2061
-
2062
- ### Bug Fixes
2063
-
2064
- * handle legacy banner settings ([#3070](https://github.com/thebyte9/blaze/issues/3070)) ([2fbe2bf](https://github.com/thebyte9/blaze/commit/2fbe2bf1b66647bce3fbfeb735c2b7b77e2430e9))
2065
-
2066
- # [0.104.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.103.0...v0.104.0-alpha.0) (2021-09-02)
2067
-
2068
- ### Bug Fixes
2069
-
2070
- * handle null children in card render click wrapper ([#3067](https://github.com/thebyte9/blaze/issues/3067)) ([9ec0455](https://github.com/thebyte9/blaze/commit/9ec04552228be7ab876755a917af0ad922bef917))
2071
- * Simpler HTML structure + logic for search filters component ([#3026](https://github.com/thebyte9/blaze/issues/3026)) ([dfb4a88](https://github.com/thebyte9/blaze/commit/dfb4a88ef79cca1f5b98e8f8e22826d1461e84d6))
2072
-
2073
- ### Features
2074
-
2075
- * allow setting of tag type to render row/column components ([#3057](https://github.com/thebyte9/blaze/issues/3057)) ([3f46a11](https://github.com/thebyte9/blaze/commit/3f46a11f41883df1c05e25df6f92e92523fd315d))
2076
- * update banner insertion/repetition to allow insertion within textblocks ([#3060](https://github.com/thebyte9/blaze/issues/3060)) ([171cae8](https://github.com/thebyte9/blaze/commit/171cae8a824bc217184d99d6765724e0f7bcfa8a))
2077
-
2078
- # [0.103.0](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.6...v0.103.0) (2021-08-31)
2079
-
2080
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2081
-
2082
- # [0.103.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.5...v0.103.0-alpha.6) (2021-08-18)
2083
-
2084
- ### Features
2085
-
2086
- * remove textblock wrapper except when using a modifier ([#3052](https://github.com/thebyte9/blaze/issues/3052)) ([e48058a](https://github.com/thebyte9/blaze/commit/e48058ae1faaba4b30e1b39518e0be179bcf52c3))
2087
-
2088
- # [0.103.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.102.2...v0.103.0-alpha.3) (2021-08-17)
2089
-
2090
- ### Bug Fixes
2091
-
2092
- * run script tags in code block html ([#3043](https://github.com/thebyte9/blaze/issues/3043)) ([fc4ff7e](https://github.com/thebyte9/blaze/commit/fc4ff7e876728a7a7bb980e85e44e00eec9820f6))
2093
-
2094
- # [0.103.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.1...v0.103.0-alpha.2) (2021-08-13)
2095
-
2096
- # [0.103.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.0...v0.103.0-alpha.1) (2021-08-12)
2097
-
2098
- # [0.103.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.1...v0.103.0-alpha.2) (2021-08-13)
2099
-
2100
- ### Bug Fixes
2101
-
2102
- * do not add size if has a falsey dimension ([8b2f60e](https://github.com/thebyte9/blaze/commit/8b2f60e0c45b612610b76905bc95ece21ceca62e))
2103
-
2104
- # [0.103.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.0...v0.103.0-alpha.1) (2021-08-12)
2105
-
2106
- ### Bug Fixes
2107
-
2108
- * allow banners to have 0/null values for sizes and viewport ([4076c35](https://github.com/thebyte9/blaze/commit/4076c358dca21e9dcade8fffff995f6e417ced5a))
2109
- * do not add size if has a falsey dimension ([8b2f60e](https://github.com/thebyte9/blaze/commit/8b2f60e0c45b612610b76905bc95ece21ceca62e))
2110
-
2111
- ## [0.102.2](https://github.com/thebyte9/blaze/compare/v0.102.1...v0.102.2) (2021-08-16)
2112
-
2113
- ### Bug Fixes
2114
-
2115
- * allow banners to have 0/null values for sizes and viewport ([4076c35](https://github.com/thebyte9/blaze/commit/4076c358dca21e9dcade8fffff995f6e417ced5a))
2116
- * do not add size if has a falsey dimension ([8b2f60e](https://github.com/thebyte9/blaze/commit/8b2f60e0c45b612610b76905bc95ece21ceca62e))
2117
-
2118
- # [0.102.0](https://github.com/thebyte9/blaze/compare/v0.102.0-alpha.5...v0.102.0) (2021-08-06)
2119
-
2120
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2121
-
2122
- # [0.102.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.101.2...v0.102.0-alpha.2) (2021-07-23)
2123
-
2124
- ### Features
2125
-
2126
- * lightbox/images now wont allow banner as children and will not render them if they are present ([#2995](https://github.com/thebyte9/blaze/issues/2995)) ([67e49b0](https://github.com/thebyte9/blaze/commit/67e49b0b93b6befbb1ec7c6fcb3eba38ef9602ac))
2127
- * password reset api commands and page builder components ([#3005](https://github.com/thebyte9/blaze/issues/3005)) ([f3a55db](https://github.com/thebyte9/blaze/commit/f3a55dbbed6a4e7d1ab63b59e6e94b5d68f9e2e5))
2128
-
2129
- # [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
2130
-
2131
- ### Features
2132
-
2133
- * lightbox/images now wont allow banner as children and will not render them if they are present ([#2995](https://github.com/thebyte9/blaze/issues/2995)) ([5206dfa](https://github.com/thebyte9/blaze/commit/5206dfafc02da5b29fcf878c07796c1d0ae89854))
2134
- * password reset api commands and page builder components ([#3005](https://github.com/thebyte9/blaze/issues/3005)) ([72c309b](https://github.com/thebyte9/blaze/commit/72c309b2efb3fd577708f376f9cbb0233d481e3a))
2135
-
2136
- # [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
2137
-
2138
- ### Features
2139
-
2140
- * lightbox/images now wont allow banner as children and will not render them if they are present ([#2995](https://github.com/thebyte9/blaze/issues/2995)) ([5206dfa](https://github.com/thebyte9/blaze/commit/5206dfafc02da5b29fcf878c07796c1d0ae89854))
2141
- * password reset api commands and page builder components ([#3005](https://github.com/thebyte9/blaze/issues/3005)) ([72c309b](https://github.com/thebyte9/blaze/commit/72c309b2efb3fd577708f376f9cbb0233d481e3a))
2142
-
2143
- ## [0.101.2](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.101.2) (2021-07-23)
2144
-
2145
- ### Bug Fixes
2146
-
2147
- * revert image credits ([#3010](https://github.com/thebyte9/blaze/issues/3010)) ([18f4f74](https://github.com/thebyte9/blaze/commit/18f4f74dfdacfe89376d6cddb18602ba2b4f77c8))
2148
-
2149
- # [0.101.0](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.3...v0.101.0) (2021-07-21)
2150
-
2151
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2152
-
2153
- # [0.101.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.2...v0.101.0-alpha.3) (2021-07-19)
2154
-
2155
- ### Bug Fixes
2156
-
2157
- * update @blaze-cms/image-cdn-react version ([f189d64](https://github.com/thebyte9/blaze/commit/f189d64b7e4c983fbad086b0b2d41715ee3ca434))
2158
-
2159
- # [0.101.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.0...v0.101.0-alpha.1) (2021-07-14)
2160
-
2161
- ### Bug Fixes
2162
-
2163
- * add lazyload to carousel ([e6d273f](https://github.com/thebyte9/blaze/commit/e6d273f4a5e47601071d7769403d09ba68786af9))
2164
- * lint errors ([51a2e0f](https://github.com/thebyte9/blaze/commit/51a2e0ff834415891c7ba975287e34ea9ae4ff7a))
2165
- * lint errors ([abaeaf8](https://github.com/thebyte9/blaze/commit/abaeaf8cad7ca36d686d76cb35c072e20f4f64d7))
2166
- * pull dev ([d3aae48](https://github.com/thebyte9/blaze/commit/d3aae487eff80af8d6055b388f73fddd9b90c97c))
2167
- * rename caption ([00ccc30](https://github.com/thebyte9/blaze/commit/00ccc30c9284b854569b421ff72ad7e03a0f378d))
2168
- * solve conflicts ([5d0880a](https://github.com/thebyte9/blaze/commit/5d0880afcb33e64b88c82cd73374f44039013908))
2169
- * update video tests ([6d350a2](https://github.com/thebyte9/blaze/commit/6d350a2e11ed1d371f3eef2b635cca86ac85d016))
2170
-
2171
- ### Features
2172
-
2173
- * add credits to video ([357b115](https://github.com/thebyte9/blaze/commit/357b11537ddbc91512391d305d3a7e34390312d5))
2174
- * add video caption ([bb68ce1](https://github.com/thebyte9/blaze/commit/bb68ce1917d0db4fe623d2191272295a4ccad4cc))
2175
-
2176
- # [0.101.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.100.0...v0.101.0-alpha.0) (2021-07-07)
2177
-
2178
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2179
-
2180
- # [0.100.0](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.4...v0.100.0) (2021-07-07)
2181
-
2182
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2183
-
2184
- # [0.100.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.3...v0.100.0-alpha.4) (2021-07-06)
2185
-
2186
- ### Bug Fixes
2187
-
2188
- * fixed click events overriding other events within list BZ2-2500 ([#2968](https://github.com/thebyte9/blaze/issues/2968)) ([c423916](https://github.com/thebyte9/blaze/commit/c423916df318bb4efb3830c425a8e5c5489c0018))
2189
-
2190
- # [0.100.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.1...v0.100.0-alpha.2) (2021-07-02)
2191
-
2192
- ### Bug Fixes
2193
-
2194
- * renamed onComplete events to onSuccess / fixed onSucces undefined callback crash ([#2964](https://github.com/thebyte9/blaze/issues/2964)) ([20519c3](https://github.com/thebyte9/blaze/commit/20519c35a01f3985364964b24dc0216393da2525))
2195
-
2196
- # [0.100.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.0...v0.100.0-alpha.1) (2021-07-02)
2197
-
2198
- ### Bug Fixes
2199
-
2200
- * await for apollo client clearStore BZ2-2566 ([#2960](https://github.com/thebyte9/blaze/issues/2960)) ([3a12474](https://github.com/thebyte9/blaze/commit/3a1247472889972bd7da198bb26e4d01be5021f1))
2201
-
2202
- ### Features
2203
-
2204
- * insert components title as gtm id ([#2959](https://github.com/thebyte9/blaze/issues/2959)) ([9f78c80](https://github.com/thebyte9/blaze/commit/9f78c80734dc7925ea19cfc2c98f34cd50d1534e))
2205
-
2206
- # [0.100.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.99.0...v0.100.0-alpha.0) (2021-07-01)
2207
-
2208
- ### Features
2209
-
2210
- * added user object to dataLayer if setup on admin ([#2946](https://github.com/thebyte9/blaze/issues/2946)) ([fd98d37](https://github.com/thebyte9/blaze/commit/fd98d37d777ba55f55752220ff12668ca09484a6))
2211
- * gtm events onComplete trigger ([#2950](https://github.com/thebyte9/blaze/issues/2950)) ([8be8ae2](https://github.com/thebyte9/blaze/commit/8be8ae23507806fa86838c6e3debed67a2dfc56d))
2212
-
2213
- # [0.99.0](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.1...v0.99.0) (2021-06-30)
2214
-
2215
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2216
-
2217
- # [0.99.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.0...v0.99.0-alpha.1) (2021-06-25)
2218
-
2219
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2220
-
2221
- # [0.99.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.98.0...v0.99.0-alpha.0) (2021-06-23)
2222
-
2223
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2224
-
2225
- # [0.98.0](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.2...v0.98.0) (2021-06-21)
2226
-
2227
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2228
-
2229
- # [0.98.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.0...v0.98.0-alpha.1) (2021-06-17)
2230
-
2231
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2232
-
2233
- # [0.98.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.3...v0.98.0-alpha.0) (2021-06-17)
2234
-
2235
- ### Bug Fixes
2236
-
2237
- * moved button from login outside of form ([#2893](https://github.com/thebyte9/blaze/issues/2893)) ([6a1b870](https://github.com/thebyte9/blaze/commit/6a1b8708e3e164050d612479386699bb9469853e)), closes [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897)
2238
-
2239
- ### Features
2240
-
2241
- * added refresh to admin ([#2903](https://github.com/thebyte9/blaze/issues/2903)) ([0a3c50a](https://github.com/thebyte9/blaze/commit/0a3c50a15b0b1853384f50ff14dc46e83cdd8ec4)), closes [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897) [#2884](https://github.com/thebyte9/blaze/issues/2884) [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897) [#2884](https://github.com/thebyte9/blaze/issues/2884) [#2902](https://github.com/thebyte9/blaze/issues/2902) [#2909](https://github.com/thebyte9/blaze/issues/2909)
2242
-
2243
- ## [0.97.3](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.1...v0.97.3) (2021-06-16)
2244
-
2245
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2246
-
2247
- ## [0.97.3-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.0...v0.97.3-alpha.1) (2021-06-16)
2248
-
2249
- ### Bug Fixes
2250
-
2251
- * do not show logged in message after submit BZ2-2512 ([#2919](https://github.com/thebyte9/blaze/issues/2919)) ([5a36b03](https://github.com/thebyte9/blaze/commit/5a36b03d273f324232714a71b1a324ab38a4895d))
2252
-
2253
- ## [0.97.3-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.2...v0.97.3-alpha.0) (2021-06-15)
2254
-
2255
- ### Bug Fixes
2256
-
2257
- * login component now checks if logged in ([#2897](https://github.com/thebyte9/blaze/issues/2897)) ([a78f247](https://github.com/thebyte9/blaze/commit/a78f247f4549719b1f8e8cdc8330f0de83c5a694))
2258
-
2259
- ## [0.97.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2-alpha.0) (2021-06-10)
2260
-
2261
- ### Bug Fixes
2262
-
2263
- * login component now checks if logged in ([#2897](https://github.com/thebyte9/blaze/issues/2897)) ([a58fe93](https://github.com/thebyte9/blaze/commit/a58fe93f8d52ef50372ad9c0a27b9dc89c6c4c01))
2264
-
2265
- # [0.97.0](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.16...v0.97.0) (2021-06-09)
2266
-
2267
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2268
-
2269
- # [0.97.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.15...v0.97.0-alpha.16) (2021-06-09)
2270
-
2271
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2272
-
2273
- # [0.97.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.14...v0.97.0-alpha.15) (2021-06-08)
2274
-
2275
- ### Bug Fixes
2276
-
2277
- * remove duplicate page reload added in feature branch merge ([e10c26f](https://github.com/thebyte9/blaze/commit/e10c26fcbd710682d86d56d021ef9191d629b285))
2278
-
2279
- # [0.97.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.11...v0.97.0-alpha.12) (2021-06-08)
2280
-
2281
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2282
-
2283
- # [0.97.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.10...v0.97.0-alpha.11) (2021-06-08)
2284
-
2285
- ### Bug Fixes
2286
-
2287
- * show menu children and mobile button ([37a2d2f](https://github.com/thebyte9/blaze/commit/37a2d2f2c033fe773e916d7d4e500f72238a39ca))
2288
-
2289
- ### Features
2290
-
2291
- * refresh tokens ([#2883](https://github.com/thebyte9/blaze/issues/2883)) ([7f7d450](https://github.com/thebyte9/blaze/commit/7f7d45066bc8051edd2c947842b2a92fc0b1542c))
2292
-
2293
- # [0.97.0-alpha.10](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.9...v0.97.0-alpha.10) (2021-06-07)
2294
-
2295
- ### Bug Fixes
2296
-
2297
- * hamburger button renders on top level instead of ul ([5f22e3c](https://github.com/thebyte9/blaze/commit/5f22e3ca2e3f8d01ce96a79fa5655f33b8dc88eb))
2298
- * menu item children now render within li if needed ([e83727a](https://github.com/thebyte9/blaze/commit/e83727a8f32d375df2fff978465c219325c41313))
2299
- * updated tests ([90e01be](https://github.com/thebyte9/blaze/commit/90e01beccf0deb17532a9a902f0420a68b9c649e))
2300
-
2301
- ### Features
2302
-
2303
- * added subMenu component which wrapps children within an ul ([85b8a6e](https://github.com/thebyte9/blaze/commit/85b8a6eaae38f7072a829fd5b9e298c237475b28))
2304
-
2305
- # [0.97.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.7...v0.97.0-alpha.8) (2021-06-04)
2306
-
2307
- ### Bug Fixes
2308
-
2309
- * menu item checks children before rendering ([#2868](https://github.com/thebyte9/blaze/issues/2868)) ([76eb355](https://github.com/thebyte9/blaze/commit/76eb355f8270ecbd6d541c23ab3fae845abeb0ae))
2310
-
2311
- # [0.97.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.6...v0.97.0-alpha.7) (2021-06-04)
2312
-
2313
- ### Bug Fixes
2314
-
2315
- * handle array redirectUrl in login BZ2-249. ([#2864](https://github.com/thebyte9/blaze/issues/2864)) ([809d7f7](https://github.com/thebyte9/blaze/commit/809d7f7873412d0895a02116109a67062245417b))
2316
- * menu uses correct markup and handles external routes ([307c6fc](https://github.com/thebyte9/blaze/commit/307c6fce2dc8b424a277109e5f892ace7a3dcc05))
2317
- * updated tests ([108fdab](https://github.com/thebyte9/blaze/commit/108fdabe5d897f42c01bd1502ecf6bd0281b7d2e))
2318
-
2319
- # [0.97.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.5...v0.97.0-alpha.6) (2021-06-03)
2320
-
2321
- ### Bug Fixes
2322
-
2323
- * card now sends list name for gtm click events ([#2856](https://github.com/thebyte9/blaze/issues/2856)) ([25f3b7e](https://github.com/thebyte9/blaze/commit/25f3b7ede67c3f2a6d360e02fbdc5a5fd7a45007))
2324
-
2325
- # [0.97.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.4...v0.97.0-alpha.5) (2021-06-02)
2326
-
2327
- ### Features
2328
-
2329
- * added emailConfirm component ([#2857](https://github.com/thebyte9/blaze/issues/2857)) ([04be9a9](https://github.com/thebyte9/blaze/commit/04be9a9f5be920d761d4e343bf0db15841c84493))
2330
-
2331
- # [0.97.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.3...v0.97.0-alpha.4) (2021-05-28)
2332
-
2333
- ### Bug Fixes
2334
-
2335
- * fixed menu item hover bug ([#2852](https://github.com/thebyte9/blaze/issues/2852)) ([6b5ebcc](https://github.com/thebyte9/blaze/commit/6b5ebcca13a94465724999ed45d1621edfe21ca3))
2336
-
2337
- # [0.97.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.2...v0.97.0-alpha.3) (2021-05-28)
2338
-
2339
- ### Bug Fixes
2340
-
2341
- * login form now submits on enter keypress ([#2848](https://github.com/thebyte9/blaze/issues/2848)) ([dfb5809](https://github.com/thebyte9/blaze/commit/dfb580995677d93c625dac55cc1cae443d3720e2))
2342
-
2343
- ### Features
2344
-
2345
- * added menu components to blaze ([#2845](https://github.com/thebyte9/blaze/issues/2845)) ([01d0d73](https://github.com/thebyte9/blaze/commit/01d0d739a97c168722cb25e987d631156058d496))
2346
-
2347
- # [0.97.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.1...v0.97.0-alpha.2) (2021-05-27)
2348
-
2349
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2350
-
2351
- # [0.97.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.0...v0.97.0-alpha.1) (2021-05-26)
2352
-
2353
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2354
-
2355
- # [0.97.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.96.0...v0.97.0-alpha.0) (2021-05-25)
2356
-
2357
- ### Bug Fixes
2358
-
2359
- * Prevent link title from showing the internal card title on cards ([31c20a5](https://github.com/thebyte9/blaze/commit/31c20a5dcd8eb88fd7762d8b1ba24d7e44aec9aa))
2360
-
2361
- # [0.96.0](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.1...v0.96.0) (2021-05-25)
2362
-
2363
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2364
-
2365
- # [0.96.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.0...v0.96.0-alpha.1) (2021-05-18)
2366
-
2367
- ### Bug Fixes
2368
-
2369
- * added actionLabel to gtm click events ([#2810](https://github.com/thebyte9/blaze/issues/2810)) ([75fa3a1](https://github.com/thebyte9/blaze/commit/75fa3a1245c40a0467035e1be8b4dae954d54768))
2370
- * removed custom errorMessage added reload when no url is passed ([#2814](https://github.com/thebyte9/blaze/issues/2814)) ([fc96715](https://github.com/thebyte9/blaze/commit/fc96715ee13ca5db6a972c0ff59a7b5d4efcd1c0))
2371
-
2372
- ### Features
2373
-
2374
- * add video caption ([#2807](https://github.com/thebyte9/blaze/issues/2807)) ([7cd3ef9](https://github.com/thebyte9/blaze/commit/7cd3ef91ea0e43a928ca5c107610775a7713879d))
2375
-
2376
- # [0.96.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.2...v0.96.0-alpha.0) (2021-05-11)
2377
-
2378
- ### Bug Fixes
2379
-
2380
- * memory leaks in tests ([1839da2](https://github.com/thebyte9/blaze/commit/1839da23a9fdbed883b8622ca77380850ae144a8))
2381
-
2382
- ### Features
2383
-
2384
- * added login component to blaze ([#2767](https://github.com/thebyte9/blaze/issues/2767)) ([2d49ba7](https://github.com/thebyte9/blaze/commit/2d49ba7f3c08749c3bd268dc9550f9913d3e8d40))
2385
-
2386
- ## [0.95.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.1...v0.95.1-alpha.2) (2021-05-05)
2387
-
2388
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2389
-
2390
- ## [0.95.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.0...v0.95.1-alpha.0) (2021-04-30)
2391
-
2392
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2393
-
2394
- # [0.95.0](https://github.com/thebyte9/blaze/compare/v0.95.0-alpha.0...v0.95.0) (2021-04-26)
2395
-
2396
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2397
-
2398
- # [0.95.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.1...v0.95.0-alpha.0) (2021-04-26)
2399
-
2400
- ### Bug Fixes
2401
-
2402
- * remove noreferrer form links ([#2757](https://github.com/thebyte9/blaze/issues/2757)) ([6b9b260](https://github.com/thebyte9/blaze/commit/6b9b2601f0d07993587ec1744bd5c8e7bc81f6fa))
2403
-
2404
- ## [0.94.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.0...v0.94.1-alpha.1) (2021-04-26)
2405
-
2406
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2407
-
2408
- ## [0.94.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.0...v0.94.1-alpha.0) (2021-04-23)
2409
-
2410
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2411
-
2412
- # [0.94.0](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.5...v0.94.0) (2021-04-22)
2413
-
2414
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2415
-
2416
- # [0.94.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.4...v0.94.0-alpha.5) (2021-04-20)
2417
-
2418
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2419
-
2420
- # [0.94.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.93.0...v0.94.0-alpha.0) (2021-03-29)
2421
-
2422
- ### Bug Fixes
2423
-
2424
- * textblock hyperlink issue ([#2342](https://github.com/thebyte9/blaze/issues/2342)) ([#2674](https://github.com/thebyte9/blaze/issues/2674)) ([c7f8286](https://github.com/thebyte9/blaze/commit/c7f8286008697059c2c8ae1e4c05c6185bfc111e))
2425
-
2426
- # [0.93.0](https://github.com/thebyte9/blaze/compare/v0.93.0-alpha.0...v0.93.0) (2021-03-19)
2427
-
2428
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2429
-
2430
- # [0.93.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.2...v0.93.0-alpha.0) (2021-03-19)
2431
-
2432
- ### Features
2433
-
2434
- * update lazy loading images in carousel BZ2-2369 ([#2687](https://github.com/thebyte9/blaze/issues/2687)) ([f9d89fc](https://github.com/thebyte9/blaze/commit/f9d89fc191cfa7c986595b52db3dbeb6e70ec561))
2435
-
2436
- ## [0.92.2](https://github.com/thebyte9/blaze/compare/v0.92.2-alpha.0...v0.92.2) (2021-03-16)
2437
-
2438
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2439
-
2440
- ## [0.92.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.1...v0.92.2-alpha.0) (2021-03-15)
2441
-
2442
- ### Bug Fixes
2443
-
2444
- * handling search files values with forward slash BZ2-2355 ([#2676](https://github.com/thebyte9/blaze/issues/2676)) ([0b6d557](https://github.com/thebyte9/blaze/commit/0b6d557cec453b04f3766b34dd927270a3c109de))
2445
-
2446
- ## [0.92.1](https://github.com/thebyte9/blaze/compare/v0.92.1-alpha.0...v0.92.1) (2021-03-12)
2447
-
2448
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2449
-
2450
- ## [0.92.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.0...v0.92.1-alpha.0) (2021-03-11)
2451
-
2452
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2453
-
2454
- # [0.92.0](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.2...v0.92.0) (2021-03-05)
2455
-
2456
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2457
-
2458
- # [0.92.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.1...v0.92.0-alpha.2) (2021-03-04)
2459
-
2460
- ### Bug Fixes
2461
-
2462
- * added banner entity select option ([#2647](https://github.com/thebyte9/blaze/issues/2647)) ([edae6df](https://github.com/thebyte9/blaze/commit/edae6dfaab497a94161a49e42a56855b37e0e20c))
2463
-
2464
- # [0.92.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.0...v0.92.0-alpha.1) (2021-03-04)
2465
-
2466
- ### Bug Fixes
2467
-
2468
- * changed breakpointConfig save structure ([#2630](https://github.com/thebyte9/blaze/issues/2630)) ([b0c3d8a](https://github.com/thebyte9/blaze/commit/b0c3d8afcd03fc8bcfc8bea739256e15532ac338))
2469
-
2470
- # [0.92.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.91.0...v0.92.0-alpha.0) (2021-03-03)
2471
-
2472
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2473
-
2474
- # [0.91.0](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.1...v0.91.0) (2021-02-26)
2475
-
2476
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2477
-
2478
- # [0.91.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.90.0...v0.91.0-alpha.0) (2021-02-25)
2479
-
2480
- ### Features
2481
-
2482
- * changed npm to yarn ([#2591](https://github.com/thebyte9/blaze/issues/2591)) ([b785e32](https://github.com/thebyte9/blaze/commit/b785e32455f86fd7353ede7928de192a91e6b2c7))
2483
-
2484
- # [0.90.0](https://github.com/thebyte9/blaze/compare/v0.90.0-alpha.0...v0.90.0) (2021-02-24)
2485
-
2486
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2487
-
2488
- # [0.90.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.89.0...v0.90.0-alpha.0) (2021-02-23)
2489
-
2490
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2491
-
2492
- # [0.89.0](https://github.com/thebyte9/blaze/compare/v0.89.0-alpha.0...v0.89.0) (2021-02-17)
2493
-
2494
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2495
-
2496
- # [0.89.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.4...v0.89.0-alpha.0) (2021-02-15)
2497
-
2498
- ### Bug Fixes
2499
-
2500
- * banner now uses correct actionKey in preview mode ([#2590](https://github.com/thebyte9/blaze/issues/2590)) ([b554a8c](https://github.com/thebyte9/blaze/commit/b554a8cd60006de5ec625cb10a022d03aca52550))
2501
-
2502
- ### Features
2503
-
2504
- * Bz2 2199/breakpoint settings ([#2582](https://github.com/thebyte9/blaze/issues/2582)) ([b11068e](https://github.com/thebyte9/blaze/commit/b11068e9bb47885b8c86ae7c32ed0654bb26788a))
2505
-
2506
- # [0.88.0](https://github.com/thebyte9/blaze/compare/v0.88.0-alpha.0...v0.88.0) (2021-02-01)
2507
-
2508
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2509
-
2510
- # [0.87.0](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.1...v0.87.0) (2021-01-29)
2511
-
2512
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2513
-
2514
- # [0.87.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.0...v0.87.0-alpha.1) (2021-01-29)
2515
-
2516
- **Note:** Version bump only for package @blaze-cms/react-page-builder