@redneckz/wildless-cms-uni-blocks 0.14.28 → 0.14.30

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 (625) hide show
  1. package/bin/migration-scripts/0.14.28.js +28 -0
  2. package/bin/migration-scripts/0.14.29.js +73 -0
  3. package/bin/migration-scripts/0.14.30.js +54 -0
  4. package/bin/migration-scripts/0.14.4.js +4 -4
  5. package/bin/utils.js +54 -7
  6. package/bundle/blocks.schema.json +1 -1
  7. package/bundle/bundle.umd.js +219 -133
  8. package/bundle/bundle.umd.min.js +1 -1
  9. package/bundle/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  10. package/bundle/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  11. package/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +3 -2
  12. package/bundle/components/Headline/headlineVersionStyles.d.ts +1 -2
  13. package/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  14. package/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  15. package/bundle/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  16. package/bundle/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  17. package/bundle/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  18. package/bundle/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  19. package/bundle/components/RichTextBlock/RichTextBlockContent.d.ts +2 -1
  20. package/bundle/hooks/useResizeObserver.d.ts +3 -0
  21. package/bundle/model/HeadlineType.d.ts +0 -8
  22. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  23. package/bundle/ui-kit/PriceList/PriceList.d.ts +2 -0
  24. package/bundle/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  25. package/bundle/ui-kit/Select/SelectPopup.d.ts +5 -3
  26. package/bundle/ui-kit/Select/useSelectPopup.d.ts +1 -1
  27. package/dist/components/Blocks.js +0 -6
  28. package/dist/components/Blocks.js.map +1 -1
  29. package/dist/components/Blocks.mobile.js +0 -4
  30. package/dist/components/Blocks.mobile.js.map +1 -1
  31. package/dist/components/Calculator/CreditCalculatorForm.js +3 -2
  32. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  33. package/dist/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  34. package/dist/components/Calculator/RefinancingCalculatorForm.js +9 -3
  35. package/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  36. package/dist/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  37. package/dist/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  38. package/dist/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  39. package/dist/components/Carousel/Carousel.js +1 -1
  40. package/dist/components/Carousel/Carousel.js.map +1 -1
  41. package/dist/components/CarouselCard/CarouselCard.js +1 -1
  42. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  43. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +4 -2
  44. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  45. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +3 -2
  46. package/dist/components/Depository/Depository.js +12 -3
  47. package/dist/components/Depository/Depository.js.map +1 -1
  48. package/dist/components/Depository/DepositoryFilter.js +1 -1
  49. package/dist/components/Depository/DepositoryFilter.js.map +1 -1
  50. package/dist/components/Depository/DepositoryItem.js +1 -1
  51. package/dist/components/Depository/DepositoryItem.js.map +1 -1
  52. package/dist/components/Depository/useDepository.js +11 -1
  53. package/dist/components/Depository/useDepository.js.map +1 -1
  54. package/dist/components/Footer/SocialMedia.js +2 -2
  55. package/dist/components/Footer/SocialMedia.js.map +1 -1
  56. package/dist/components/Headline/headlineVersionStyles.d.ts +1 -2
  57. package/dist/components/Headline/headlineVersionStyles.js +1 -12
  58. package/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  59. package/dist/components/OfficesAtmsMap/Badge.js +2 -2
  60. package/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  61. package/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  62. package/dist/components/OfficesAtmsMap/CardCell.js +6 -4
  63. package/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  64. package/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  65. package/dist/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  66. package/dist/components/OfficesAtmsMap/getScheduleDescription.js +36 -0
  67. package/dist/components/OfficesAtmsMap/getScheduleDescription.js.map +1 -0
  68. package/dist/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  69. package/dist/components/OfficesAtmsMap/getWorkScheduleWeek.js +28 -0
  70. package/dist/components/OfficesAtmsMap/getWorkScheduleWeek.js.map +1 -0
  71. package/dist/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  72. package/dist/components/OfficesAtmsMap/renderBusinessSchedule.js +32 -0
  73. package/dist/components/OfficesAtmsMap/renderBusinessSchedule.js.map +1 -0
  74. package/dist/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  75. package/dist/components/OfficesAtmsMap/renderOfficeCard.js +24 -28
  76. package/dist/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -1
  77. package/dist/components/RichTextBlock/RichTextBlockContent.d.ts +2 -1
  78. package/dist/components/StepsBlock/StepsBlock.js +3 -2
  79. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  80. package/dist/hooks/useResizeObserver.d.ts +3 -0
  81. package/dist/hooks/useResizeObserver.js +22 -0
  82. package/dist/hooks/useResizeObserver.js.map +1 -0
  83. package/dist/model/HeadlineType.d.ts +0 -8
  84. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
  85. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  86. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  87. package/dist/ui-kit/BaseTile/BaseTile.js +2 -2
  88. package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  89. package/dist/ui-kit/Button/renderButtonsSection.js +1 -1
  90. package/dist/ui-kit/DatePicker/DatePicker.js +1 -1
  91. package/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  92. package/dist/ui-kit/Foldable/FoldableSection.js +5 -4
  93. package/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  94. package/dist/ui-kit/List/List.js +1 -1
  95. package/dist/ui-kit/List/List.js.map +1 -1
  96. package/dist/ui-kit/List/ListItem.js +1 -1
  97. package/dist/ui-kit/List/ListItem.js.map +1 -1
  98. package/dist/ui-kit/PriceList/PriceList.d.ts +2 -0
  99. package/dist/ui-kit/PriceList/PriceList.js +9 -0
  100. package/dist/ui-kit/PriceList/PriceList.js.map +1 -0
  101. package/dist/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  102. package/{mobile/dist/components/PictureText/PictureTextContent.js → dist/ui-kit/PriceList/PriceListProps.js} +1 -1
  103. package/dist/ui-kit/PriceList/PriceListProps.js.map +1 -0
  104. package/dist/ui-kit/Select/Select.js +1 -0
  105. package/dist/ui-kit/Select/Select.js.map +1 -1
  106. package/dist/ui-kit/Select/SelectPopup.d.ts +5 -3
  107. package/dist/ui-kit/Select/SelectPopup.js +2 -2
  108. package/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  109. package/dist/ui-kit/Select/useSelectPopup.d.ts +1 -1
  110. package/dist/ui-kit/Select/useSelectPopup.js +2 -2
  111. package/dist/ui-kit/Select/useSelectPopup.js.map +1 -1
  112. package/lib/common.css +1 -1
  113. package/lib/components/Blocks.js +0 -6
  114. package/lib/components/Blocks.js.map +1 -1
  115. package/lib/components/Blocks.mobile.js +0 -4
  116. package/lib/components/Blocks.mobile.js.map +1 -1
  117. package/lib/components/Calculator/CreditCalculatorForm.js +3 -2
  118. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  119. package/lib/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  120. package/lib/components/Calculator/RefinancingCalculatorForm.js +10 -4
  121. package/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  122. package/lib/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  123. package/lib/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  124. package/lib/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  125. package/lib/components/Carousel/Carousel.fixture.d.ts +0 -2
  126. package/lib/components/Carousel/Carousel.fixture.mobile.d.ts +0 -2
  127. package/lib/components/Carousel/Carousel.js +1 -1
  128. package/lib/components/Carousel/Carousel.js.map +1 -1
  129. package/lib/components/CarouselCard/CarouselCard.js +1 -1
  130. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  131. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.d.ts +2 -0
  132. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +4 -2
  133. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  134. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +3 -2
  135. package/lib/components/Depository/Depository.js +12 -3
  136. package/lib/components/Depository/Depository.js.map +1 -1
  137. package/lib/components/Depository/DepositoryFilter.js +1 -1
  138. package/lib/components/Depository/DepositoryFilter.js.map +1 -1
  139. package/lib/components/Depository/DepositoryItem.js +1 -1
  140. package/lib/components/Depository/DepositoryItem.js.map +1 -1
  141. package/lib/components/Depository/useDepository.js +11 -1
  142. package/lib/components/Depository/useDepository.js.map +1 -1
  143. package/lib/components/Footer/SocialMedia.js +2 -2
  144. package/lib/components/Footer/SocialMedia.js.map +1 -1
  145. package/lib/components/Headline/headlineVersionStyles.d.ts +1 -2
  146. package/lib/components/Headline/headlineVersionStyles.js +0 -11
  147. package/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  148. package/lib/components/OfficesAtmsMap/Badge.js +2 -2
  149. package/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  150. package/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  151. package/lib/components/OfficesAtmsMap/CardCell.js +6 -4
  152. package/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  153. package/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  154. package/lib/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  155. package/lib/components/OfficesAtmsMap/getScheduleDescription.js +32 -0
  156. package/lib/components/OfficesAtmsMap/getScheduleDescription.js.map +1 -0
  157. package/lib/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  158. package/lib/components/OfficesAtmsMap/getWorkScheduleWeek.js +25 -0
  159. package/lib/components/OfficesAtmsMap/getWorkScheduleWeek.js.map +1 -0
  160. package/lib/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  161. package/lib/components/OfficesAtmsMap/renderBusinessSchedule.js +27 -0
  162. package/lib/components/OfficesAtmsMap/renderBusinessSchedule.js.map +1 -0
  163. package/lib/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  164. package/lib/components/OfficesAtmsMap/renderOfficeCard.js +24 -28
  165. package/lib/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -1
  166. package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +1 -0
  167. package/lib/components/ProductBlock/ProductBlock.fixture.mobile.d.ts +1 -0
  168. package/lib/components/RichTextBlock/RichTextBlock.fixture.d.ts +1 -0
  169. package/lib/components/RichTextBlock/RichTextBlockContent.d.ts +2 -1
  170. package/lib/components/StepsBlock/StepsBlock.js +3 -2
  171. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  172. package/lib/hooks/useResizeObserver.d.ts +3 -0
  173. package/lib/hooks/useResizeObserver.js +19 -0
  174. package/lib/hooks/useResizeObserver.js.map +1 -0
  175. package/lib/model/HeadlineType.d.ts +0 -8
  176. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
  177. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  178. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  179. package/lib/ui-kit/BaseTile/BaseTile.js +2 -2
  180. package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  181. package/lib/ui-kit/Button/renderButtonsSection.js +1 -1
  182. package/lib/ui-kit/DatePicker/DatePicker.js +1 -1
  183. package/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  184. package/lib/ui-kit/Foldable/FoldableSection.js +6 -5
  185. package/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  186. package/lib/ui-kit/List/List.js +1 -1
  187. package/lib/ui-kit/List/List.js.map +1 -1
  188. package/lib/ui-kit/List/ListItem.js +1 -1
  189. package/lib/ui-kit/List/ListItem.js.map +1 -1
  190. package/lib/ui-kit/PriceList/PriceList.d.ts +2 -0
  191. package/lib/ui-kit/PriceList/PriceList.fixture.d.ts +6 -0
  192. package/lib/ui-kit/PriceList/PriceList.js +7 -0
  193. package/lib/ui-kit/PriceList/PriceList.js.map +1 -0
  194. package/lib/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  195. package/lib/ui-kit/PriceList/PriceListProps.js +2 -0
  196. package/lib/ui-kit/PriceList/PriceListProps.js.map +1 -0
  197. package/lib/ui-kit/Select/Select.js +1 -0
  198. package/lib/ui-kit/Select/Select.js.map +1 -1
  199. package/lib/ui-kit/Select/SelectPopup.d.ts +5 -3
  200. package/lib/ui-kit/Select/SelectPopup.js +2 -2
  201. package/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  202. package/lib/ui-kit/Select/useSelectPopup.d.ts +1 -1
  203. package/lib/ui-kit/Select/useSelectPopup.js +2 -2
  204. package/lib/ui-kit/Select/useSelectPopup.js.map +1 -1
  205. package/mobile/bundle/bundle.umd.js +88 -88
  206. package/mobile/bundle/bundle.umd.min.js +1 -1
  207. package/mobile/bundle/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  208. package/mobile/bundle/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  209. package/mobile/bundle/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +3 -2
  210. package/mobile/bundle/components/Headline/headlineVersionStyles.d.ts +1 -2
  211. package/mobile/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  212. package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  213. package/mobile/bundle/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  214. package/mobile/bundle/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  215. package/mobile/bundle/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  216. package/mobile/bundle/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  217. package/mobile/bundle/components/RichTextBlock/RichTextBlockContent.d.ts +2 -1
  218. package/mobile/bundle/hooks/useResizeObserver.d.ts +3 -0
  219. package/mobile/bundle/model/HeadlineType.d.ts +0 -8
  220. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  221. package/mobile/bundle/ui-kit/PriceList/PriceList.d.ts +2 -0
  222. package/mobile/bundle/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  223. package/mobile/bundle/ui-kit/Select/SelectPopup.d.ts +5 -3
  224. package/mobile/bundle/ui-kit/Select/useSelectPopup.d.ts +1 -1
  225. package/mobile/dist/components/Blocks.js +0 -4
  226. package/mobile/dist/components/Blocks.js.map +1 -1
  227. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +3 -2
  228. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  229. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  230. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js +9 -3
  231. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  232. package/mobile/dist/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  233. package/mobile/dist/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  234. package/mobile/dist/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  235. package/mobile/dist/components/Carousel/Carousel.js +1 -1
  236. package/mobile/dist/components/Carousel/Carousel.js.map +1 -1
  237. package/mobile/dist/components/CarouselCard/CarouselCard.js +1 -1
  238. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  239. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +4 -2
  240. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  241. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +3 -2
  242. package/mobile/dist/components/Depository/Depository.js +12 -3
  243. package/mobile/dist/components/Depository/Depository.js.map +1 -1
  244. package/mobile/dist/components/Depository/DepositoryFilter.js +1 -1
  245. package/mobile/dist/components/Depository/DepositoryFilter.js.map +1 -1
  246. package/mobile/dist/components/Depository/DepositoryItem.js +1 -1
  247. package/mobile/dist/components/Depository/DepositoryItem.js.map +1 -1
  248. package/mobile/dist/components/Depository/useDepository.js +11 -1
  249. package/mobile/dist/components/Depository/useDepository.js.map +1 -1
  250. package/mobile/dist/components/Footer/SocialMedia.js +2 -2
  251. package/mobile/dist/components/Footer/SocialMedia.js.map +1 -1
  252. package/mobile/dist/components/Headline/headlineVersionStyles.d.ts +1 -2
  253. package/mobile/dist/components/Headline/headlineVersionStyles.js +1 -12
  254. package/mobile/dist/components/Headline/headlineVersionStyles.js.map +1 -1
  255. package/mobile/dist/components/OfficesAtmsMap/Badge.js +2 -2
  256. package/mobile/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  257. package/mobile/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  258. package/mobile/dist/components/OfficesAtmsMap/CardCell.js +6 -4
  259. package/mobile/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  260. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  261. package/mobile/dist/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  262. package/mobile/dist/components/OfficesAtmsMap/getScheduleDescription.js +36 -0
  263. package/mobile/dist/components/OfficesAtmsMap/getScheduleDescription.js.map +1 -0
  264. package/mobile/dist/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  265. package/mobile/dist/components/OfficesAtmsMap/getWorkScheduleWeek.js +28 -0
  266. package/mobile/dist/components/OfficesAtmsMap/getWorkScheduleWeek.js.map +1 -0
  267. package/mobile/dist/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  268. package/mobile/dist/components/OfficesAtmsMap/renderBusinessSchedule.js +32 -0
  269. package/mobile/dist/components/OfficesAtmsMap/renderBusinessSchedule.js.map +1 -0
  270. package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  271. package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.js +24 -28
  272. package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -1
  273. package/mobile/dist/components/RichTextBlock/RichTextBlockContent.d.ts +2 -1
  274. package/mobile/dist/hooks/useResizeObserver.d.ts +3 -0
  275. package/mobile/dist/hooks/useResizeObserver.js +22 -0
  276. package/mobile/dist/hooks/useResizeObserver.js.map +1 -0
  277. package/mobile/dist/model/HeadlineType.d.ts +0 -8
  278. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
  279. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  280. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  281. package/mobile/dist/ui-kit/BaseTile/BaseTile.js +2 -2
  282. package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  283. package/mobile/dist/ui-kit/Button/renderButtonsSection.js +1 -1
  284. package/mobile/dist/ui-kit/DatePicker/DatePicker.js +1 -1
  285. package/mobile/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  286. package/mobile/dist/ui-kit/Foldable/FoldableSection.js +5 -4
  287. package/mobile/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  288. package/mobile/dist/ui-kit/List/List.js +1 -1
  289. package/mobile/dist/ui-kit/List/List.js.map +1 -1
  290. package/mobile/dist/ui-kit/List/ListItem.js +1 -1
  291. package/mobile/dist/ui-kit/List/ListItem.js.map +1 -1
  292. package/mobile/dist/ui-kit/PriceList/PriceList.d.ts +2 -0
  293. package/mobile/dist/ui-kit/PriceList/PriceList.js +9 -0
  294. package/mobile/dist/ui-kit/PriceList/PriceList.js.map +1 -0
  295. package/mobile/dist/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  296. package/{dist/components/PictureText/PictureTextContent.js → mobile/dist/ui-kit/PriceList/PriceListProps.js} +1 -1
  297. package/mobile/dist/ui-kit/PriceList/PriceListProps.js.map +1 -0
  298. package/mobile/dist/ui-kit/Select/Select.js +1 -0
  299. package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
  300. package/mobile/dist/ui-kit/Select/SelectPopup.d.ts +5 -3
  301. package/mobile/dist/ui-kit/Select/SelectPopup.js +2 -2
  302. package/mobile/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  303. package/mobile/dist/ui-kit/Select/useSelectPopup.d.ts +1 -1
  304. package/mobile/dist/ui-kit/Select/useSelectPopup.js +2 -2
  305. package/mobile/dist/ui-kit/Select/useSelectPopup.js.map +1 -1
  306. package/mobile/lib/common.css +1 -1
  307. package/mobile/lib/components/Blocks.js +0 -4
  308. package/mobile/lib/components/Blocks.js.map +1 -1
  309. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +3 -2
  310. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  311. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  312. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js +10 -4
  313. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  314. package/mobile/lib/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  315. package/mobile/lib/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  316. package/mobile/lib/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  317. package/mobile/lib/components/Carousel/Carousel.js +1 -1
  318. package/mobile/lib/components/Carousel/Carousel.js.map +1 -1
  319. package/mobile/lib/components/CarouselCard/CarouselCard.js +1 -1
  320. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  321. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +4 -2
  322. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  323. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCardContent.d.ts +3 -2
  324. package/mobile/lib/components/Depository/Depository.js +12 -3
  325. package/mobile/lib/components/Depository/Depository.js.map +1 -1
  326. package/mobile/lib/components/Depository/DepositoryFilter.js +1 -1
  327. package/mobile/lib/components/Depository/DepositoryFilter.js.map +1 -1
  328. package/mobile/lib/components/Depository/DepositoryItem.js +1 -1
  329. package/mobile/lib/components/Depository/DepositoryItem.js.map +1 -1
  330. package/mobile/lib/components/Depository/useDepository.js +11 -1
  331. package/mobile/lib/components/Depository/useDepository.js.map +1 -1
  332. package/mobile/lib/components/Footer/SocialMedia.js +2 -2
  333. package/mobile/lib/components/Footer/SocialMedia.js.map +1 -1
  334. package/mobile/lib/components/Headline/headlineVersionStyles.d.ts +1 -2
  335. package/mobile/lib/components/Headline/headlineVersionStyles.js +0 -11
  336. package/mobile/lib/components/Headline/headlineVersionStyles.js.map +1 -1
  337. package/mobile/lib/components/OfficesAtmsMap/Badge.js +2 -2
  338. package/mobile/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  339. package/mobile/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  340. package/mobile/lib/components/OfficesAtmsMap/CardCell.js +6 -4
  341. package/mobile/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  342. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  343. package/mobile/lib/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  344. package/mobile/lib/components/OfficesAtmsMap/getScheduleDescription.js +32 -0
  345. package/mobile/lib/components/OfficesAtmsMap/getScheduleDescription.js.map +1 -0
  346. package/mobile/lib/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  347. package/mobile/lib/components/OfficesAtmsMap/getWorkScheduleWeek.js +25 -0
  348. package/mobile/lib/components/OfficesAtmsMap/getWorkScheduleWeek.js.map +1 -0
  349. package/mobile/lib/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  350. package/mobile/lib/components/OfficesAtmsMap/renderBusinessSchedule.js +27 -0
  351. package/mobile/lib/components/OfficesAtmsMap/renderBusinessSchedule.js.map +1 -0
  352. package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  353. package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.js +24 -28
  354. package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -1
  355. package/mobile/lib/components/RichTextBlock/RichTextBlockContent.d.ts +2 -1
  356. package/mobile/lib/hooks/useResizeObserver.d.ts +3 -0
  357. package/mobile/lib/hooks/useResizeObserver.js +19 -0
  358. package/mobile/lib/hooks/useResizeObserver.js.map +1 -0
  359. package/mobile/lib/model/HeadlineType.d.ts +0 -8
  360. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
  361. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  362. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  363. package/mobile/lib/ui-kit/BaseTile/BaseTile.js +2 -2
  364. package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  365. package/mobile/lib/ui-kit/Button/renderButtonsSection.js +1 -1
  366. package/mobile/lib/ui-kit/DatePicker/DatePicker.js +1 -1
  367. package/mobile/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  368. package/mobile/lib/ui-kit/Foldable/FoldableSection.js +6 -5
  369. package/mobile/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  370. package/mobile/lib/ui-kit/List/List.js +1 -1
  371. package/mobile/lib/ui-kit/List/List.js.map +1 -1
  372. package/mobile/lib/ui-kit/List/ListItem.js +1 -1
  373. package/mobile/lib/ui-kit/List/ListItem.js.map +1 -1
  374. package/mobile/lib/ui-kit/PriceList/PriceList.d.ts +2 -0
  375. package/mobile/lib/ui-kit/PriceList/PriceList.js +7 -0
  376. package/mobile/lib/ui-kit/PriceList/PriceList.js.map +1 -0
  377. package/mobile/lib/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  378. package/mobile/lib/ui-kit/PriceList/PriceListProps.js +2 -0
  379. package/mobile/lib/ui-kit/PriceList/PriceListProps.js.map +1 -0
  380. package/mobile/lib/ui-kit/Select/Select.js +1 -0
  381. package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
  382. package/mobile/lib/ui-kit/Select/SelectPopup.d.ts +5 -3
  383. package/mobile/lib/ui-kit/Select/SelectPopup.js +2 -2
  384. package/mobile/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  385. package/mobile/lib/ui-kit/Select/useSelectPopup.d.ts +1 -1
  386. package/mobile/lib/ui-kit/Select/useSelectPopup.js +2 -2
  387. package/mobile/lib/ui-kit/Select/useSelectPopup.js.map +1 -1
  388. package/mobile/src/common.css +1 -0
  389. package/mobile/src/components/Blocks.ts +0 -4
  390. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +3 -2
  391. package/mobile/src/components/Calculator/RefinancingCalculatorForm.tsx +14 -3
  392. package/mobile/src/components/Calculator/renderBinaryRadioButtonGroup.tsx +11 -1
  393. package/mobile/src/components/Carousel/Carousel.tsx +1 -1
  394. package/mobile/src/components/CarouselCard/CarouselCard.tsx +1 -1
  395. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +20 -2
  396. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +8 -1
  397. package/mobile/src/components/Depository/Depository.tsx +25 -8
  398. package/mobile/src/components/Depository/DepositoryFilter.tsx +1 -1
  399. package/mobile/src/components/Depository/DepositoryItem.tsx +6 -2
  400. package/mobile/src/components/Depository/useDepository.ts +15 -6
  401. package/mobile/src/components/Footer/SocialMedia.tsx +2 -2
  402. package/mobile/src/components/Headline/headlineVersionStyles.ts +1 -13
  403. package/mobile/src/components/OfficesAtmsMap/Badge.tsx +2 -2
  404. package/mobile/src/components/OfficesAtmsMap/CardCell.tsx +33 -21
  405. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +5 -0
  406. package/mobile/src/components/OfficesAtmsMap/getScheduleDescription.tsx +48 -0
  407. package/mobile/src/components/OfficesAtmsMap/getWorkScheduleWeek.tsx +28 -0
  408. package/mobile/src/components/OfficesAtmsMap/renderBusinessSchedule.tsx +54 -0
  409. package/mobile/src/components/OfficesAtmsMap/renderOfficeCard.tsx +46 -41
  410. package/mobile/src/components/RichTextBlock/RichTextBlockContent.ts +2 -1
  411. package/mobile/src/hooks/useResizeObserver.ts +28 -0
  412. package/mobile/src/model/HeadlineType.ts +0 -10
  413. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +3 -0
  414. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +12 -1
  415. package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +3 -3
  416. package/mobile/src/ui-kit/Button/renderButtonsSection.tsx +1 -1
  417. package/mobile/src/ui-kit/DatePicker/DatePicker.tsx +3 -1
  418. package/mobile/src/ui-kit/Foldable/FoldableSection.tsx +16 -11
  419. package/mobile/src/ui-kit/List/List.tsx +1 -1
  420. package/mobile/src/ui-kit/List/ListItem.tsx +15 -17
  421. package/mobile/src/ui-kit/PriceList/PriceList.tsx +25 -0
  422. package/mobile/src/ui-kit/PriceList/PriceListProps.ts +11 -0
  423. package/mobile/src/ui-kit/Select/Select.tsx +1 -0
  424. package/mobile/src/ui-kit/Select/SelectPopup.tsx +41 -34
  425. package/mobile/src/ui-kit/Select/useSelectPopup.tsx +2 -0
  426. package/package.json +1 -1
  427. package/src/common.css +1 -0
  428. package/src/components/Blocks.mobile.ts +0 -4
  429. package/src/components/Blocks.ts +0 -6
  430. package/src/components/Calculator/Calculator.fixture.mobile.tsx +15 -0
  431. package/src/components/Calculator/CreditCalculatorForm.tsx +3 -2
  432. package/src/components/Calculator/RefinancingCalculatorForm.tsx +14 -3
  433. package/src/components/Calculator/renderBinaryRadioButtonGroup.tsx +11 -1
  434. package/src/components/Carousel/Carousel.fixture.mobile.tsx +0 -34
  435. package/src/components/Carousel/Carousel.fixture.tsx +2 -52
  436. package/src/components/Carousel/Carousel.tsx +1 -1
  437. package/src/components/CarouselCard/CarouselCard.tsx +1 -1
  438. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.fixture.tsx +44 -0
  439. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +20 -2
  440. package/src/components/CarouselRecommendationCard/CarouselRecommendationCardContent.ts +8 -1
  441. package/src/components/Depository/Depository.tsx +25 -8
  442. package/src/components/Depository/DepositoryFilter.tsx +1 -1
  443. package/src/components/Depository/DepositoryItem.tsx +6 -2
  444. package/src/components/Depository/useDepository.ts +15 -6
  445. package/src/components/Footer/SocialMedia.tsx +2 -2
  446. package/src/components/Headline/headlineVersionStyles.ts +1 -13
  447. package/src/components/OfficesAtmsMap/Badge.tsx +2 -2
  448. package/src/components/OfficesAtmsMap/CardCell.tsx +33 -21
  449. package/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +5 -0
  450. package/src/components/OfficesAtmsMap/getScheduleDescription.tsx +48 -0
  451. package/src/components/OfficesAtmsMap/getWorkScheduleWeek.tsx +28 -0
  452. package/src/components/OfficesAtmsMap/renderBusinessSchedule.tsx +54 -0
  453. package/src/components/OfficesAtmsMap/renderOfficeCard.tsx +46 -41
  454. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +42 -0
  455. package/src/components/ProductBlock/ProductBlock.fixture.tsx +42 -0
  456. package/src/components/RichTextBlock/RichTextBlock.fixture.tsx +15 -0
  457. package/src/components/RichTextBlock/RichTextBlockContent.ts +2 -1
  458. package/src/components/StepsBlock/StepsBlock.tsx +7 -4
  459. package/src/components/VerticalLayout/VerticalLayout.fixture.tsx +4 -12
  460. package/src/hooks/useResizeObserver.ts +28 -0
  461. package/src/model/HeadlineType.ts +0 -10
  462. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +3 -0
  463. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +12 -1
  464. package/src/ui-kit/BaseTile/BaseTile.tsx +3 -3
  465. package/src/ui-kit/Button/renderButtonsSection.tsx +1 -1
  466. package/src/ui-kit/DatePicker/DatePicker.tsx +3 -1
  467. package/src/ui-kit/Foldable/FoldableSection.tsx +16 -11
  468. package/src/ui-kit/List/List.tsx +1 -1
  469. package/src/ui-kit/List/ListItem.tsx +15 -17
  470. package/src/ui-kit/PriceList/PriceList.fixture.tsx +16 -0
  471. package/src/ui-kit/PriceList/PriceList.tsx +25 -0
  472. package/src/ui-kit/PriceList/PriceListProps.ts +11 -0
  473. package/src/ui-kit/Select/Select.tsx +1 -0
  474. package/src/ui-kit/Select/SelectPopup.tsx +41 -34
  475. package/src/ui-kit/Select/useSelectPopup.tsx +2 -0
  476. package/tailwind.config.cjs +23 -20
  477. package/bin/migration-scripts/0.14.12.js +0 -34
  478. package/bundle/components/CarouselProductCard/CarouselProductCard.d.ts +0 -5
  479. package/bundle/components/CarouselProductCard/CarouselProductCardContent.d.ts +0 -27
  480. package/bundle/components/CarouselRichTextCard/CarouselRichTextCard.d.ts +0 -5
  481. package/bundle/components/CarouselRichTextCard/CarouselRichTextCardContent.d.ts +0 -6
  482. package/bundle/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  483. package/bundle/components/PictureText/PictureText.d.ts +0 -5
  484. package/bundle/components/PictureText/PictureTextContent.d.ts +0 -11
  485. package/bundle/components/PictureText/renderInsuranceSumMonth.d.ts +0 -2
  486. package/dist/components/CarouselProductCard/CarouselProductCard.d.ts +0 -5
  487. package/dist/components/CarouselProductCard/CarouselProductCard.js +0 -26
  488. package/dist/components/CarouselProductCard/CarouselProductCard.js.map +0 -1
  489. package/dist/components/CarouselProductCard/CarouselProductCardContent.d.ts +0 -27
  490. package/dist/components/CarouselProductCard/CarouselProductCardContent.js +0 -2
  491. package/dist/components/CarouselProductCard/CarouselProductCardContent.js.map +0 -1
  492. package/dist/components/CarouselRichTextCard/CarouselRichTextCard.d.ts +0 -5
  493. package/dist/components/CarouselRichTextCard/CarouselRichTextCard.js +0 -8
  494. package/dist/components/CarouselRichTextCard/CarouselRichTextCard.js.map +0 -1
  495. package/dist/components/CarouselRichTextCard/CarouselRichTextCardContent.d.ts +0 -6
  496. package/dist/components/CarouselRichTextCard/CarouselRichTextCardContent.js +0 -2
  497. package/dist/components/CarouselRichTextCard/CarouselRichTextCardContent.js.map +0 -1
  498. package/dist/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  499. package/dist/components/OfficesAtmsMap/renderLunchHour.js +0 -10
  500. package/dist/components/OfficesAtmsMap/renderLunchHour.js.map +0 -1
  501. package/dist/components/PictureText/PictureText.d.ts +0 -5
  502. package/dist/components/PictureText/PictureText.js +0 -9
  503. package/dist/components/PictureText/PictureText.js.map +0 -1
  504. package/dist/components/PictureText/PictureTextContent.d.ts +0 -11
  505. package/dist/components/PictureText/PictureTextContent.js.map +0 -1
  506. package/dist/components/PictureText/renderInsuranceSumMonth.d.ts +0 -2
  507. package/dist/components/PictureText/renderInsuranceSumMonth.js +0 -9
  508. package/dist/components/PictureText/renderInsuranceSumMonth.js.map +0 -1
  509. package/lib/components/CarouselProductCard/CarouselProductCard.d.ts +0 -5
  510. package/lib/components/CarouselProductCard/CarouselProductCard.fixture.d.ts +0 -13
  511. package/lib/components/CarouselProductCard/CarouselProductCard.fixture.mobile.d.ts +0 -13
  512. package/lib/components/CarouselProductCard/CarouselProductCard.js +0 -24
  513. package/lib/components/CarouselProductCard/CarouselProductCard.js.map +0 -1
  514. package/lib/components/CarouselProductCard/CarouselProductCardContent.d.ts +0 -27
  515. package/lib/components/CarouselProductCard/CarouselProductCardContent.js +0 -2
  516. package/lib/components/CarouselProductCard/CarouselProductCardContent.js.map +0 -1
  517. package/lib/components/CarouselRichTextCard/CarouselRichTextCard.d.ts +0 -5
  518. package/lib/components/CarouselRichTextCard/CarouselRichTextCard.fixture.d.ts +0 -8
  519. package/lib/components/CarouselRichTextCard/CarouselRichTextCard.js +0 -6
  520. package/lib/components/CarouselRichTextCard/CarouselRichTextCard.js.map +0 -1
  521. package/lib/components/CarouselRichTextCard/CarouselRichTextCardContent.d.ts +0 -6
  522. package/lib/components/CarouselRichTextCard/CarouselRichTextCardContent.js +0 -2
  523. package/lib/components/CarouselRichTextCard/CarouselRichTextCardContent.js.map +0 -1
  524. package/lib/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  525. package/lib/components/OfficesAtmsMap/renderLunchHour.js +0 -7
  526. package/lib/components/OfficesAtmsMap/renderLunchHour.js.map +0 -1
  527. package/lib/components/PictureText/PictureText.d.ts +0 -5
  528. package/lib/components/PictureText/PictureText.fixture.d.ts +0 -14
  529. package/lib/components/PictureText/PictureText.fixture.mobile.d.ts +0 -14
  530. package/lib/components/PictureText/PictureText.js +0 -7
  531. package/lib/components/PictureText/PictureText.js.map +0 -1
  532. package/lib/components/PictureText/PictureTextContent.d.ts +0 -11
  533. package/lib/components/PictureText/PictureTextContent.js +0 -2
  534. package/lib/components/PictureText/PictureTextContent.js.map +0 -1
  535. package/lib/components/PictureText/renderInsuranceSumMonth.d.ts +0 -1
  536. package/lib/components/PictureText/renderInsuranceSumMonth.js +0 -6
  537. package/lib/components/PictureText/renderInsuranceSumMonth.js.map +0 -1
  538. package/mobile/bundle/components/CarouselProductCard/CarouselProductCard.d.ts +0 -5
  539. package/mobile/bundle/components/CarouselProductCard/CarouselProductCardContent.d.ts +0 -27
  540. package/mobile/bundle/components/CarouselRichTextCard/CarouselRichTextCard.d.ts +0 -5
  541. package/mobile/bundle/components/CarouselRichTextCard/CarouselRichTextCardContent.d.ts +0 -6
  542. package/mobile/bundle/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  543. package/mobile/bundle/components/PictureText/PictureText.d.ts +0 -5
  544. package/mobile/bundle/components/PictureText/PictureTextContent.d.ts +0 -11
  545. package/mobile/bundle/components/PictureText/renderInsuranceSumMonth.d.ts +0 -2
  546. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.d.ts +0 -5
  547. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js +0 -26
  548. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js.map +0 -1
  549. package/mobile/dist/components/CarouselProductCard/CarouselProductCardContent.d.ts +0 -27
  550. package/mobile/dist/components/CarouselProductCard/CarouselProductCardContent.js +0 -2
  551. package/mobile/dist/components/CarouselProductCard/CarouselProductCardContent.js.map +0 -1
  552. package/mobile/dist/components/CarouselRichTextCard/CarouselRichTextCard.d.ts +0 -5
  553. package/mobile/dist/components/CarouselRichTextCard/CarouselRichTextCard.js +0 -8
  554. package/mobile/dist/components/CarouselRichTextCard/CarouselRichTextCard.js.map +0 -1
  555. package/mobile/dist/components/CarouselRichTextCard/CarouselRichTextCardContent.d.ts +0 -6
  556. package/mobile/dist/components/CarouselRichTextCard/CarouselRichTextCardContent.js +0 -2
  557. package/mobile/dist/components/CarouselRichTextCard/CarouselRichTextCardContent.js.map +0 -1
  558. package/mobile/dist/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  559. package/mobile/dist/components/OfficesAtmsMap/renderLunchHour.js +0 -10
  560. package/mobile/dist/components/OfficesAtmsMap/renderLunchHour.js.map +0 -1
  561. package/mobile/dist/components/PictureText/PictureText.d.ts +0 -5
  562. package/mobile/dist/components/PictureText/PictureText.js +0 -9
  563. package/mobile/dist/components/PictureText/PictureText.js.map +0 -1
  564. package/mobile/dist/components/PictureText/PictureTextContent.d.ts +0 -11
  565. package/mobile/dist/components/PictureText/PictureTextContent.js.map +0 -1
  566. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.d.ts +0 -2
  567. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js +0 -9
  568. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js.map +0 -1
  569. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.d.ts +0 -5
  570. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js +0 -24
  571. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js.map +0 -1
  572. package/mobile/lib/components/CarouselProductCard/CarouselProductCardContent.d.ts +0 -27
  573. package/mobile/lib/components/CarouselProductCard/CarouselProductCardContent.js +0 -2
  574. package/mobile/lib/components/CarouselProductCard/CarouselProductCardContent.js.map +0 -1
  575. package/mobile/lib/components/CarouselRichTextCard/CarouselRichTextCard.d.ts +0 -5
  576. package/mobile/lib/components/CarouselRichTextCard/CarouselRichTextCard.js +0 -6
  577. package/mobile/lib/components/CarouselRichTextCard/CarouselRichTextCard.js.map +0 -1
  578. package/mobile/lib/components/CarouselRichTextCard/CarouselRichTextCardContent.d.ts +0 -6
  579. package/mobile/lib/components/CarouselRichTextCard/CarouselRichTextCardContent.js +0 -2
  580. package/mobile/lib/components/CarouselRichTextCard/CarouselRichTextCardContent.js.map +0 -1
  581. package/mobile/lib/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  582. package/mobile/lib/components/OfficesAtmsMap/renderLunchHour.js +0 -7
  583. package/mobile/lib/components/OfficesAtmsMap/renderLunchHour.js.map +0 -1
  584. package/mobile/lib/components/PictureText/PictureText.d.ts +0 -5
  585. package/mobile/lib/components/PictureText/PictureText.js +0 -7
  586. package/mobile/lib/components/PictureText/PictureText.js.map +0 -1
  587. package/mobile/lib/components/PictureText/PictureTextContent.d.ts +0 -11
  588. package/mobile/lib/components/PictureText/PictureTextContent.js +0 -2
  589. package/mobile/lib/components/PictureText/PictureTextContent.js.map +0 -1
  590. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.d.ts +0 -2
  591. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js +0 -6
  592. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js.map +0 -1
  593. package/mobile/src/components/CarouselProductCard/CarouselProductCard.example.json +0 -20
  594. package/mobile/src/components/CarouselProductCard/CarouselProductCard.tsx +0 -115
  595. package/mobile/src/components/CarouselProductCard/CarouselProductCard.ui.json +0 -21
  596. package/mobile/src/components/CarouselProductCard/CarouselProductCardContent.ts +0 -39
  597. package/mobile/src/components/CarouselRichTextCard/CarouselRichTextCard.example.json +0 -6
  598. package/mobile/src/components/CarouselRichTextCard/CarouselRichTextCard.tsx +0 -15
  599. package/mobile/src/components/CarouselRichTextCard/CarouselRichTextCard.ui.json +0 -7
  600. package/mobile/src/components/CarouselRichTextCard/CarouselRichTextCardContent.ts +0 -7
  601. package/mobile/src/components/OfficesAtmsMap/renderLunchHour.tsx +0 -28
  602. package/mobile/src/components/PictureText/PictureText.example.json +0 -40
  603. package/mobile/src/components/PictureText/PictureText.tsx +0 -36
  604. package/mobile/src/components/PictureText/PictureText.ui.json +0 -23
  605. package/mobile/src/components/PictureText/PictureTextContent.ts +0 -13
  606. package/mobile/src/components/PictureText/renderInsuranceSumMonth.tsx +0 -21
  607. package/src/components/CarouselProductCard/CarouselProductCard.example.json +0 -20
  608. package/src/components/CarouselProductCard/CarouselProductCard.fixture.mobile.tsx +0 -92
  609. package/src/components/CarouselProductCard/CarouselProductCard.fixture.tsx +0 -96
  610. package/src/components/CarouselProductCard/CarouselProductCard.tsx +0 -115
  611. package/src/components/CarouselProductCard/CarouselProductCard.ui.json +0 -21
  612. package/src/components/CarouselProductCard/CarouselProductCardContent.ts +0 -39
  613. package/src/components/CarouselRichTextCard/CarouselRichTextCard.example.json +0 -6
  614. package/src/components/CarouselRichTextCard/CarouselRichTextCard.fixture.tsx +0 -26
  615. package/src/components/CarouselRichTextCard/CarouselRichTextCard.tsx +0 -15
  616. package/src/components/CarouselRichTextCard/CarouselRichTextCard.ui.json +0 -7
  617. package/src/components/CarouselRichTextCard/CarouselRichTextCardContent.ts +0 -7
  618. package/src/components/OfficesAtmsMap/renderLunchHour.tsx +0 -28
  619. package/src/components/PictureText/PictureText.example.json +0 -40
  620. package/src/components/PictureText/PictureText.fixture.mobile.tsx +0 -116
  621. package/src/components/PictureText/PictureText.fixture.tsx +0 -130
  622. package/src/components/PictureText/PictureText.tsx +0 -36
  623. package/src/components/PictureText/PictureText.ui.json +0 -23
  624. package/src/components/PictureText/PictureTextContent.ts +0 -13
  625. package/src/components/PictureText/renderInsuranceSumMonth.tsx +0 -21
@@ -0,0 +1,28 @@
1
+ export const description = 'v0.14.28';
2
+
3
+ export default (uniPath, content) => {
4
+ if (!content?.blocks) {
5
+ return content;
6
+ }
7
+
8
+ for (const block of content.blocks) {
9
+ adjustCarouselRichTextCardBlock(block);
10
+ }
11
+
12
+ return { ...content };
13
+ };
14
+
15
+ function adjustCarouselRichTextCardBlock(block) {
16
+ if (block.blocks) {
17
+ for (const childBlock of block.blocks) {
18
+ adjustCarouselRichTextCardBlock(childBlock);
19
+ }
20
+ }
21
+ if (block.type === 'CarouselRichTextCard' && block?.content) {
22
+ block.content.richVersion = 'striped';
23
+ block.content.padding = 'p-xl';
24
+ }
25
+ if (block.type === 'CarouselRichTextCard') {
26
+ block.type = 'RichTextBlock';
27
+ }
28
+ }
@@ -0,0 +1,73 @@
1
+ import { deleteEmptyButton, deleteEmptyProps, deleteProp, renameProp } from '../utils.js';
2
+
3
+ export const description = 'v0.14.29';
4
+
5
+ export default (uniPath, content) => {
6
+ if (!content?.blocks) {
7
+ return content;
8
+ }
9
+
10
+ for (const block of content.blocks) {
11
+ adjustCarouselProductCardBlock(block);
12
+ }
13
+
14
+ return { ...content };
15
+ };
16
+
17
+ function adjustCarouselProductCardBlock(block) {
18
+ if (block.blocks) {
19
+ for (const childBlock of block.blocks) {
20
+ adjustCarouselProductCardBlock(childBlock);
21
+ }
22
+ }
23
+
24
+ const content = block?.content;
25
+
26
+ if (!block?.content) {
27
+ return;
28
+ }
29
+
30
+ if (block.type === 'CarouselProductCard' && content) {
31
+ block.content = deleteEmptyProps(content);
32
+ block.content = deleteEmptyButton(content);
33
+
34
+ const isHeadlineSmallVersion = 'headlineSmallVersion' in content;
35
+ const isXL =
36
+ content?.headlineSmallVersion === 'XL_L' ||
37
+ content?.headlineSmallVersion === 'XL_R' ||
38
+ content?.headlineSmallVersion === 'L_R';
39
+ adjustSocialMedia(content);
40
+ if (isHeadlineSmallVersion && isXL && content?.title) {
41
+ renameProp(content, 'title', 'description');
42
+ }
43
+ content.imageOptions = {
44
+ ...content.imageOptions,
45
+ isImageAlwaysOnRight: false,
46
+ };
47
+
48
+ if (content?.isTopPosition) {
49
+ content.imageOptions = {
50
+ ...content.imageOptions,
51
+ directionRight: false,
52
+ };
53
+ }
54
+ if (content?.items && content?.items?.length) {
55
+ content.items = content.items.map((_) => _?.text || _);
56
+ }
57
+
58
+ deleteProp(content, 'headlineSmallVersion');
59
+ deleteProp(content, 'button');
60
+ deleteProp(content, 'isImageFullWidth');
61
+ deleteProp(content, 'isButtonFullWidth');
62
+ deleteProp(content, 'isTopPosition');
63
+
64
+ block.type = 'CarouselRecommendationCard';
65
+ }
66
+ }
67
+
68
+ function adjustSocialMedia(content) {
69
+ const button = content?.button;
70
+ if (button?.text || button?.icon || button?.iconRight) {
71
+ content.socialMedia = [{ ...button }];
72
+ }
73
+ }
@@ -0,0 +1,54 @@
1
+ import { deleteEmptyButton, deleteEmptyProps, deleteProp } from '../utils.js';
2
+
3
+ export const description = 'v0.14.30';
4
+
5
+ export default (uniPath, content) => {
6
+ if (!content?.blocks) {
7
+ return content;
8
+ }
9
+
10
+ for (const block of content.blocks) {
11
+ adjustCarouselPictureText(block);
12
+ }
13
+
14
+ return { ...content };
15
+ };
16
+
17
+ function adjustCarouselPictureText(block) {
18
+ if (block.blocks) {
19
+ for (const childBlock of block.blocks) {
20
+ adjustCarouselPictureText(childBlock);
21
+ }
22
+ }
23
+
24
+ const content = block?.content;
25
+ if (block.type === 'PictureText' && content) {
26
+ block.content = deleteEmptyProps(content);
27
+ block.content = deleteEmptyButton(content);
28
+
29
+ if (content?.title) {
30
+ content.isFullWidthTitle = true;
31
+ content.align = 'text-center';
32
+ content.headlineVersion = 'M';
33
+ }
34
+ if (content?.sum || content?.monthLimit) {
35
+ content.priceList = [];
36
+ }
37
+ if (content?.sum) {
38
+ content.priceList.push({ label: 'Страховая сумма', amount: content.sum });
39
+ }
40
+ if (content?.monthLimit) {
41
+ content.priceList.push({ label: 'Ежемесячный лимит', amount: content.monthLimit });
42
+ }
43
+ deleteProp(content, 'sum');
44
+ deleteProp(content, 'monthLimit');
45
+ deleteProp(content, 'directionRight');
46
+ content.imageOptions = {
47
+ ...content.imageOptions,
48
+ directionRight: content?.imageOptions?.directionRight || false,
49
+ };
50
+ }
51
+ if (block.type === 'PictureText') {
52
+ block.type = 'ProductBlock';
53
+ }
54
+ }
@@ -22,16 +22,16 @@ function adjustBusinessDepositCalculator(block) {
22
22
  if (block?.content && block?.type === 'Calculator') {
23
23
  const businessDepositCalculatorsTabs = block.content.calculatorTabs.filter(
24
24
  (_) =>
25
- _.calculatorBlock.calcType === 'BusinessDepositCalculatorForm' &&
26
- _.calculatorBlock.sourceBookDir,
25
+ _.calculatorBlock?.calcType === 'BusinessDepositCalculatorForm' &&
26
+ _.calculatorBlock?.sourceBookDir,
27
27
  );
28
- businessDepositCalculatorsTabs.forEach((calculatorTab) => {
28
+ for (let calculatorTab of businessDepositCalculatorsTabs) {
29
29
  calculatorTab.calculatorBlock['rateParams'] = {
30
30
  rateType: 'IP',
31
31
  sourceBookDir: calculatorTab.calculatorBlock.sourceBookDir,
32
32
  };
33
33
 
34
34
  Reflect.deleteProperty(calculatorTab.calculatorBlock, 'sourceBookDir');
35
- });
35
+ }
36
36
  }
37
37
  }
package/bin/utils.js CHANGED
@@ -7,18 +7,65 @@ export function renameProp(obj, oldKey, newKey) {
7
7
  return obj;
8
8
  }
9
9
 
10
+ export function deleteProp(obj, key) {
11
+ if (key in obj) {
12
+ Reflect.deleteProperty(obj, key);
13
+ }
14
+ }
15
+
10
16
  export function deleteEmptyProps(obj) {
11
- const isObj = (_) => _ && typeof _ === 'object';
12
- const isEmpty = (_) => _ === null || _ === undefined || (isObj(_) && !Object.keys(_).length);
17
+ if (Array.isArray(obj)) {
18
+ return obj.map(deleteEmptyProps).filter(isNotEmpty);
19
+ } else if (obj && typeof obj === 'object') {
20
+ const entries = Object.entries(obj)
21
+ .map(([k, v]) => [k, deleteEmptyProps(v)])
22
+ .filter(([, v]) => isNotEmpty(v));
13
23
 
14
- const emptyProps = Object.keys(obj).filter((key) => isEmpty(obj[key]));
15
- for (const key in emptyProps) {
16
- Reflect.deleteProperty(obj, key);
24
+ return entries.reduce((acc, [k, v]) => Object.assign(acc, { [k]: v }), {});
25
+ } else {
26
+ return obj;
17
27
  }
28
+ }
29
+
30
+ const isNotEmpty = (_) =>
31
+ _ !== null &&
32
+ _ !== undefined &&
33
+ (!Array.isArray(_) || _.length > 0) &&
34
+ (typeof _ !== 'string' || _.length > 0) &&
35
+ (typeof _ !== 'object' || Object.keys(_).length > 0);
18
36
 
19
- Object.values(obj).filter(isObj).forEach(deleteEmptyProps);
37
+ export function deleteEmptyButton(obj) {
38
+ if (obj?.buttons && !obj?.buttons?.length) {
39
+ for (const arrButton of obj.buttons) {
40
+ deleteEmptyButton(arrButton);
41
+ }
42
+ }
43
+
44
+ const button = obj?.button;
45
+ clearIcon(button);
46
+
47
+ if (button?.text || button?.icon || button?.iconRight) {
48
+ return obj;
49
+ }
50
+
51
+ deleteProp(obj, 'button');
20
52
 
21
53
  return obj;
22
54
  }
23
55
 
24
- export const jsonCopy = (obj) => JSON.parse(JSON.stringify(obj));
56
+ export function clearIcon(obj, prop = 'icon') {
57
+ const iconObj = obj?.[prop];
58
+
59
+ if (!iconObj) {
60
+ return;
61
+ }
62
+ const isIconName = iconObj?.icon || iconObj?.src;
63
+
64
+ if (!isIconName) {
65
+ deleteProp(obj, prop);
66
+ }
67
+
68
+ if (prop === 'icon') {
69
+ clearIcon(obj, 'iconRight');
70
+ }
71
+ }