@redneckz/wildless-cms-uni-blocks 0.14.29 → 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 (429) hide show
  1. package/bin/migration-scripts/0.14.29.js +1 -33
  2. package/bin/migration-scripts/0.14.30.js +54 -0
  3. package/bin/utils.js +36 -0
  4. package/bundle/blocks.schema.json +1 -1
  5. package/bundle/bundle.umd.js +179 -67
  6. package/bundle/bundle.umd.min.js +1 -1
  7. package/bundle/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  8. package/bundle/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  9. package/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  10. package/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  11. package/bundle/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  12. package/bundle/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  13. package/bundle/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  14. package/bundle/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  15. package/bundle/hooks/useResizeObserver.d.ts +3 -0
  16. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  17. package/bundle/ui-kit/PriceList/PriceList.d.ts +2 -0
  18. package/bundle/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  19. package/bundle/ui-kit/Select/SelectPopup.d.ts +5 -3
  20. package/bundle/ui-kit/Select/useSelectPopup.d.ts +1 -1
  21. package/dist/components/Blocks.js +0 -2
  22. package/dist/components/Blocks.js.map +1 -1
  23. package/dist/components/Blocks.mobile.js +0 -2
  24. package/dist/components/Blocks.mobile.js.map +1 -1
  25. package/dist/components/Calculator/CreditCalculatorForm.js +3 -2
  26. package/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  27. package/dist/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  28. package/dist/components/Calculator/RefinancingCalculatorForm.js +9 -3
  29. package/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  30. package/dist/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  31. package/dist/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  32. package/dist/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  33. package/dist/components/CarouselCard/CarouselCard.js +1 -1
  34. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  35. package/dist/components/Depository/Depository.js +12 -3
  36. package/dist/components/Depository/Depository.js.map +1 -1
  37. package/dist/components/Depository/DepositoryFilter.js +1 -1
  38. package/dist/components/Depository/DepositoryFilter.js.map +1 -1
  39. package/dist/components/Depository/DepositoryItem.js +1 -1
  40. package/dist/components/Depository/DepositoryItem.js.map +1 -1
  41. package/dist/components/Depository/useDepository.js +11 -1
  42. package/dist/components/Depository/useDepository.js.map +1 -1
  43. package/dist/components/OfficesAtmsMap/Badge.js +2 -2
  44. package/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  45. package/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  46. package/dist/components/OfficesAtmsMap/CardCell.js +6 -4
  47. package/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  48. package/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  49. package/dist/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  50. package/dist/components/OfficesAtmsMap/getScheduleDescription.js +36 -0
  51. package/dist/components/OfficesAtmsMap/getScheduleDescription.js.map +1 -0
  52. package/dist/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  53. package/dist/components/OfficesAtmsMap/getWorkScheduleWeek.js +28 -0
  54. package/dist/components/OfficesAtmsMap/getWorkScheduleWeek.js.map +1 -0
  55. package/dist/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  56. package/dist/components/OfficesAtmsMap/renderBusinessSchedule.js +32 -0
  57. package/dist/components/OfficesAtmsMap/renderBusinessSchedule.js.map +1 -0
  58. package/dist/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  59. package/dist/components/OfficesAtmsMap/renderOfficeCard.js +24 -28
  60. package/dist/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -1
  61. package/dist/components/StepsBlock/StepsBlock.js +3 -2
  62. package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
  63. package/dist/hooks/useResizeObserver.d.ts +3 -0
  64. package/dist/hooks/useResizeObserver.js +22 -0
  65. package/dist/hooks/useResizeObserver.js.map +1 -0
  66. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
  67. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  68. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  69. package/dist/ui-kit/DatePicker/DatePicker.js +1 -1
  70. package/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  71. package/dist/ui-kit/Foldable/FoldableSection.js +5 -4
  72. package/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  73. package/dist/ui-kit/PriceList/PriceList.d.ts +2 -0
  74. package/dist/ui-kit/PriceList/PriceList.js +9 -0
  75. package/dist/ui-kit/PriceList/PriceList.js.map +1 -0
  76. package/dist/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  77. package/dist/{components/PictureText/PictureTextContent.js → ui-kit/PriceList/PriceListProps.js} +1 -1
  78. package/dist/ui-kit/PriceList/PriceListProps.js.map +1 -0
  79. package/dist/ui-kit/Select/Select.js +1 -0
  80. package/dist/ui-kit/Select/Select.js.map +1 -1
  81. package/dist/ui-kit/Select/SelectPopup.d.ts +5 -3
  82. package/dist/ui-kit/Select/SelectPopup.js +2 -2
  83. package/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  84. package/dist/ui-kit/Select/useSelectPopup.d.ts +1 -1
  85. package/dist/ui-kit/Select/useSelectPopup.js +2 -2
  86. package/dist/ui-kit/Select/useSelectPopup.js.map +1 -1
  87. package/lib/common.css +1 -1
  88. package/lib/components/Blocks.js +0 -2
  89. package/lib/components/Blocks.js.map +1 -1
  90. package/lib/components/Blocks.mobile.js +0 -2
  91. package/lib/components/Blocks.mobile.js.map +1 -1
  92. package/lib/components/Calculator/CreditCalculatorForm.js +3 -2
  93. package/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  94. package/lib/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  95. package/lib/components/Calculator/RefinancingCalculatorForm.js +10 -4
  96. package/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  97. package/lib/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  98. package/lib/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  99. package/lib/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  100. package/lib/components/CarouselCard/CarouselCard.js +1 -1
  101. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  102. package/lib/components/Depository/Depository.js +12 -3
  103. package/lib/components/Depository/Depository.js.map +1 -1
  104. package/lib/components/Depository/DepositoryFilter.js +1 -1
  105. package/lib/components/Depository/DepositoryFilter.js.map +1 -1
  106. package/lib/components/Depository/DepositoryItem.js +1 -1
  107. package/lib/components/Depository/DepositoryItem.js.map +1 -1
  108. package/lib/components/Depository/useDepository.js +11 -1
  109. package/lib/components/Depository/useDepository.js.map +1 -1
  110. package/lib/components/OfficesAtmsMap/Badge.js +2 -2
  111. package/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  112. package/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  113. package/lib/components/OfficesAtmsMap/CardCell.js +6 -4
  114. package/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  115. package/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  116. package/lib/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  117. package/lib/components/OfficesAtmsMap/getScheduleDescription.js +32 -0
  118. package/lib/components/OfficesAtmsMap/getScheduleDescription.js.map +1 -0
  119. package/lib/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  120. package/lib/components/OfficesAtmsMap/getWorkScheduleWeek.js +25 -0
  121. package/lib/components/OfficesAtmsMap/getWorkScheduleWeek.js.map +1 -0
  122. package/lib/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  123. package/lib/components/OfficesAtmsMap/renderBusinessSchedule.js +27 -0
  124. package/lib/components/OfficesAtmsMap/renderBusinessSchedule.js.map +1 -0
  125. package/lib/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  126. package/lib/components/OfficesAtmsMap/renderOfficeCard.js +24 -28
  127. package/lib/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -1
  128. package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +1 -0
  129. package/lib/components/ProductBlock/ProductBlock.fixture.mobile.d.ts +1 -0
  130. package/lib/components/StepsBlock/StepsBlock.js +3 -2
  131. package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
  132. package/lib/hooks/useResizeObserver.d.ts +3 -0
  133. package/lib/hooks/useResizeObserver.js +19 -0
  134. package/lib/hooks/useResizeObserver.js.map +1 -0
  135. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
  136. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  137. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  138. package/lib/ui-kit/DatePicker/DatePicker.js +1 -1
  139. package/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  140. package/lib/ui-kit/Foldable/FoldableSection.js +6 -5
  141. package/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  142. package/lib/ui-kit/PriceList/PriceList.d.ts +2 -0
  143. package/lib/ui-kit/PriceList/PriceList.fixture.d.ts +6 -0
  144. package/lib/ui-kit/PriceList/PriceList.js +7 -0
  145. package/lib/ui-kit/PriceList/PriceList.js.map +1 -0
  146. package/lib/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  147. package/lib/ui-kit/PriceList/PriceListProps.js +2 -0
  148. package/lib/ui-kit/PriceList/PriceListProps.js.map +1 -0
  149. package/lib/ui-kit/Select/Select.js +1 -0
  150. package/lib/ui-kit/Select/Select.js.map +1 -1
  151. package/lib/ui-kit/Select/SelectPopup.d.ts +5 -3
  152. package/lib/ui-kit/Select/SelectPopup.js +2 -2
  153. package/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  154. package/lib/ui-kit/Select/useSelectPopup.d.ts +1 -1
  155. package/lib/ui-kit/Select/useSelectPopup.js +2 -2
  156. package/lib/ui-kit/Select/useSelectPopup.js.map +1 -1
  157. package/mobile/bundle/bundle.umd.js +48 -25
  158. package/mobile/bundle/bundle.umd.min.js +1 -1
  159. package/mobile/bundle/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  160. package/mobile/bundle/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  161. package/mobile/bundle/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  162. package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  163. package/mobile/bundle/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  164. package/mobile/bundle/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  165. package/mobile/bundle/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  166. package/mobile/bundle/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  167. package/mobile/bundle/hooks/useResizeObserver.d.ts +3 -0
  168. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  169. package/mobile/bundle/ui-kit/PriceList/PriceList.d.ts +2 -0
  170. package/mobile/bundle/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  171. package/mobile/bundle/ui-kit/Select/SelectPopup.d.ts +5 -3
  172. package/mobile/bundle/ui-kit/Select/useSelectPopup.d.ts +1 -1
  173. package/mobile/dist/components/Blocks.js +0 -2
  174. package/mobile/dist/components/Blocks.js.map +1 -1
  175. package/mobile/dist/components/Calculator/CreditCalculatorForm.js +3 -2
  176. package/mobile/dist/components/Calculator/CreditCalculatorForm.js.map +1 -1
  177. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  178. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js +9 -3
  179. package/mobile/dist/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  180. package/mobile/dist/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  181. package/mobile/dist/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  182. package/mobile/dist/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  183. package/mobile/dist/components/CarouselCard/CarouselCard.js +1 -1
  184. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  185. package/mobile/dist/components/Depository/Depository.js +12 -3
  186. package/mobile/dist/components/Depository/Depository.js.map +1 -1
  187. package/mobile/dist/components/Depository/DepositoryFilter.js +1 -1
  188. package/mobile/dist/components/Depository/DepositoryFilter.js.map +1 -1
  189. package/mobile/dist/components/Depository/DepositoryItem.js +1 -1
  190. package/mobile/dist/components/Depository/DepositoryItem.js.map +1 -1
  191. package/mobile/dist/components/Depository/useDepository.js +11 -1
  192. package/mobile/dist/components/Depository/useDepository.js.map +1 -1
  193. package/mobile/dist/components/OfficesAtmsMap/Badge.js +2 -2
  194. package/mobile/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
  195. package/mobile/dist/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  196. package/mobile/dist/components/OfficesAtmsMap/CardCell.js +6 -4
  197. package/mobile/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
  198. package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  199. package/mobile/dist/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  200. package/mobile/dist/components/OfficesAtmsMap/getScheduleDescription.js +36 -0
  201. package/mobile/dist/components/OfficesAtmsMap/getScheduleDescription.js.map +1 -0
  202. package/mobile/dist/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  203. package/mobile/dist/components/OfficesAtmsMap/getWorkScheduleWeek.js +28 -0
  204. package/mobile/dist/components/OfficesAtmsMap/getWorkScheduleWeek.js.map +1 -0
  205. package/mobile/dist/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  206. package/mobile/dist/components/OfficesAtmsMap/renderBusinessSchedule.js +32 -0
  207. package/mobile/dist/components/OfficesAtmsMap/renderBusinessSchedule.js.map +1 -0
  208. package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  209. package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.js +24 -28
  210. package/mobile/dist/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -1
  211. package/mobile/dist/hooks/useResizeObserver.d.ts +3 -0
  212. package/mobile/dist/hooks/useResizeObserver.js +22 -0
  213. package/mobile/dist/hooks/useResizeObserver.js.map +1 -0
  214. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
  215. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  216. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  217. package/mobile/dist/ui-kit/DatePicker/DatePicker.js +1 -1
  218. package/mobile/dist/ui-kit/DatePicker/DatePicker.js.map +1 -1
  219. package/mobile/dist/ui-kit/Foldable/FoldableSection.js +5 -4
  220. package/mobile/dist/ui-kit/Foldable/FoldableSection.js.map +1 -1
  221. package/mobile/dist/ui-kit/PriceList/PriceList.d.ts +2 -0
  222. package/mobile/dist/ui-kit/PriceList/PriceList.js +9 -0
  223. package/mobile/dist/ui-kit/PriceList/PriceList.js.map +1 -0
  224. package/mobile/dist/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  225. package/mobile/dist/{components/PictureText/PictureTextContent.js → ui-kit/PriceList/PriceListProps.js} +1 -1
  226. package/mobile/dist/ui-kit/PriceList/PriceListProps.js.map +1 -0
  227. package/mobile/dist/ui-kit/Select/Select.js +1 -0
  228. package/mobile/dist/ui-kit/Select/Select.js.map +1 -1
  229. package/mobile/dist/ui-kit/Select/SelectPopup.d.ts +5 -3
  230. package/mobile/dist/ui-kit/Select/SelectPopup.js +2 -2
  231. package/mobile/dist/ui-kit/Select/SelectPopup.js.map +1 -1
  232. package/mobile/dist/ui-kit/Select/useSelectPopup.d.ts +1 -1
  233. package/mobile/dist/ui-kit/Select/useSelectPopup.js +2 -2
  234. package/mobile/dist/ui-kit/Select/useSelectPopup.js.map +1 -1
  235. package/mobile/lib/common.css +1 -1
  236. package/mobile/lib/components/Blocks.js +0 -2
  237. package/mobile/lib/components/Blocks.js.map +1 -1
  238. package/mobile/lib/components/Calculator/CreditCalculatorForm.js +3 -2
  239. package/mobile/lib/components/Calculator/CreditCalculatorForm.js.map +1 -1
  240. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.d.ts +1 -0
  241. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js +10 -4
  242. package/mobile/lib/components/Calculator/RefinancingCalculatorForm.js.map +1 -1
  243. package/mobile/lib/components/Calculator/renderBinaryRadioButtonGroup.d.ts +2 -1
  244. package/mobile/lib/components/Calculator/renderBinaryRadioButtonGroup.js +1 -1
  245. package/mobile/lib/components/Calculator/renderBinaryRadioButtonGroup.js.map +1 -1
  246. package/mobile/lib/components/CarouselCard/CarouselCard.js +1 -1
  247. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  248. package/mobile/lib/components/Depository/Depository.js +12 -3
  249. package/mobile/lib/components/Depository/Depository.js.map +1 -1
  250. package/mobile/lib/components/Depository/DepositoryFilter.js +1 -1
  251. package/mobile/lib/components/Depository/DepositoryFilter.js.map +1 -1
  252. package/mobile/lib/components/Depository/DepositoryItem.js +1 -1
  253. package/mobile/lib/components/Depository/DepositoryItem.js.map +1 -1
  254. package/mobile/lib/components/Depository/useDepository.js +11 -1
  255. package/mobile/lib/components/Depository/useDepository.js.map +1 -1
  256. package/mobile/lib/components/OfficesAtmsMap/Badge.js +2 -2
  257. package/mobile/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
  258. package/mobile/lib/components/OfficesAtmsMap/CardCell.d.ts +3 -2
  259. package/mobile/lib/components/OfficesAtmsMap/CardCell.js +6 -4
  260. package/mobile/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
  261. package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +5 -0
  262. package/mobile/lib/components/OfficesAtmsMap/getScheduleDescription.d.ts +4 -0
  263. package/mobile/lib/components/OfficesAtmsMap/getScheduleDescription.js +32 -0
  264. package/mobile/lib/components/OfficesAtmsMap/getScheduleDescription.js.map +1 -0
  265. package/mobile/lib/components/OfficesAtmsMap/getWorkScheduleWeek.d.ts +3 -0
  266. package/mobile/lib/components/OfficesAtmsMap/getWorkScheduleWeek.js +25 -0
  267. package/mobile/lib/components/OfficesAtmsMap/getWorkScheduleWeek.js.map +1 -0
  268. package/mobile/lib/components/OfficesAtmsMap/renderBusinessSchedule.d.ts +8 -0
  269. package/mobile/lib/components/OfficesAtmsMap/renderBusinessSchedule.js +27 -0
  270. package/mobile/lib/components/OfficesAtmsMap/renderBusinessSchedule.js.map +1 -0
  271. package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.d.ts +2 -2
  272. package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.js +24 -28
  273. package/mobile/lib/components/OfficesAtmsMap/renderOfficeCard.js.map +1 -1
  274. package/mobile/lib/hooks/useResizeObserver.d.ts +3 -0
  275. package/mobile/lib/hooks/useResizeObserver.js +19 -0
  276. package/mobile/lib/hooks/useResizeObserver.js.map +1 -0
  277. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +3 -2
  278. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  279. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +9 -1
  280. package/mobile/lib/ui-kit/DatePicker/DatePicker.js +1 -1
  281. package/mobile/lib/ui-kit/DatePicker/DatePicker.js.map +1 -1
  282. package/mobile/lib/ui-kit/Foldable/FoldableSection.js +6 -5
  283. package/mobile/lib/ui-kit/Foldable/FoldableSection.js.map +1 -1
  284. package/mobile/lib/ui-kit/PriceList/PriceList.d.ts +2 -0
  285. package/mobile/lib/ui-kit/PriceList/PriceList.js +7 -0
  286. package/mobile/lib/ui-kit/PriceList/PriceList.js.map +1 -0
  287. package/mobile/lib/ui-kit/PriceList/PriceListProps.d.ts +9 -0
  288. package/mobile/lib/ui-kit/PriceList/PriceListProps.js +2 -0
  289. package/mobile/lib/ui-kit/PriceList/PriceListProps.js.map +1 -0
  290. package/mobile/lib/ui-kit/Select/Select.js +1 -0
  291. package/mobile/lib/ui-kit/Select/Select.js.map +1 -1
  292. package/mobile/lib/ui-kit/Select/SelectPopup.d.ts +5 -3
  293. package/mobile/lib/ui-kit/Select/SelectPopup.js +2 -2
  294. package/mobile/lib/ui-kit/Select/SelectPopup.js.map +1 -1
  295. package/mobile/lib/ui-kit/Select/useSelectPopup.d.ts +1 -1
  296. package/mobile/lib/ui-kit/Select/useSelectPopup.js +2 -2
  297. package/mobile/lib/ui-kit/Select/useSelectPopup.js.map +1 -1
  298. package/mobile/src/common.css +1 -0
  299. package/mobile/src/components/Blocks.ts +0 -2
  300. package/mobile/src/components/Calculator/CreditCalculatorForm.tsx +3 -2
  301. package/mobile/src/components/Calculator/RefinancingCalculatorForm.tsx +14 -3
  302. package/mobile/src/components/Calculator/renderBinaryRadioButtonGroup.tsx +11 -1
  303. package/mobile/src/components/CarouselCard/CarouselCard.tsx +1 -1
  304. package/mobile/src/components/Depository/Depository.tsx +25 -8
  305. package/mobile/src/components/Depository/DepositoryFilter.tsx +1 -1
  306. package/mobile/src/components/Depository/DepositoryItem.tsx +6 -2
  307. package/mobile/src/components/Depository/useDepository.ts +15 -6
  308. package/mobile/src/components/OfficesAtmsMap/Badge.tsx +2 -2
  309. package/mobile/src/components/OfficesAtmsMap/CardCell.tsx +33 -21
  310. package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +5 -0
  311. package/mobile/src/components/OfficesAtmsMap/getScheduleDescription.tsx +48 -0
  312. package/mobile/src/components/OfficesAtmsMap/getWorkScheduleWeek.tsx +28 -0
  313. package/mobile/src/components/OfficesAtmsMap/renderBusinessSchedule.tsx +54 -0
  314. package/mobile/src/components/OfficesAtmsMap/renderOfficeCard.tsx +46 -41
  315. package/mobile/src/hooks/useResizeObserver.ts +28 -0
  316. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +3 -0
  317. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +12 -1
  318. package/mobile/src/ui-kit/DatePicker/DatePicker.tsx +3 -1
  319. package/mobile/src/ui-kit/Foldable/FoldableSection.tsx +16 -11
  320. package/mobile/src/ui-kit/PriceList/PriceList.tsx +25 -0
  321. package/mobile/src/ui-kit/PriceList/PriceListProps.ts +11 -0
  322. package/mobile/src/ui-kit/Select/Select.tsx +1 -0
  323. package/mobile/src/ui-kit/Select/SelectPopup.tsx +41 -34
  324. package/mobile/src/ui-kit/Select/useSelectPopup.tsx +2 -0
  325. package/package.json +1 -1
  326. package/src/common.css +1 -0
  327. package/src/components/Blocks.mobile.ts +0 -2
  328. package/src/components/Blocks.ts +0 -2
  329. package/src/components/Calculator/Calculator.fixture.mobile.tsx +15 -0
  330. package/src/components/Calculator/CreditCalculatorForm.tsx +3 -2
  331. package/src/components/Calculator/RefinancingCalculatorForm.tsx +14 -3
  332. package/src/components/Calculator/renderBinaryRadioButtonGroup.tsx +11 -1
  333. package/src/components/CarouselCard/CarouselCard.tsx +1 -1
  334. package/src/components/Depository/Depository.tsx +25 -8
  335. package/src/components/Depository/DepositoryFilter.tsx +1 -1
  336. package/src/components/Depository/DepositoryItem.tsx +6 -2
  337. package/src/components/Depository/useDepository.ts +15 -6
  338. package/src/components/OfficesAtmsMap/Badge.tsx +2 -2
  339. package/src/components/OfficesAtmsMap/CardCell.tsx +33 -21
  340. package/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +5 -0
  341. package/src/components/OfficesAtmsMap/getScheduleDescription.tsx +48 -0
  342. package/src/components/OfficesAtmsMap/getWorkScheduleWeek.tsx +28 -0
  343. package/src/components/OfficesAtmsMap/renderBusinessSchedule.tsx +54 -0
  344. package/src/components/OfficesAtmsMap/renderOfficeCard.tsx +46 -41
  345. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +42 -0
  346. package/src/components/ProductBlock/ProductBlock.fixture.tsx +42 -0
  347. package/src/components/StepsBlock/StepsBlock.tsx +7 -4
  348. package/src/hooks/useResizeObserver.ts +28 -0
  349. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +3 -0
  350. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +12 -1
  351. package/src/ui-kit/DatePicker/DatePicker.tsx +3 -1
  352. package/src/ui-kit/Foldable/FoldableSection.tsx +16 -11
  353. package/src/ui-kit/PriceList/PriceList.fixture.tsx +16 -0
  354. package/src/ui-kit/PriceList/PriceList.tsx +25 -0
  355. package/src/ui-kit/PriceList/PriceListProps.ts +11 -0
  356. package/src/ui-kit/Select/Select.tsx +1 -0
  357. package/src/ui-kit/Select/SelectPopup.tsx +41 -34
  358. package/src/ui-kit/Select/useSelectPopup.tsx +2 -0
  359. package/tailwind.config.cjs +23 -20
  360. package/bundle/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  361. package/bundle/components/PictureText/PictureText.d.ts +0 -5
  362. package/bundle/components/PictureText/PictureTextContent.d.ts +0 -11
  363. package/bundle/components/PictureText/renderInsuranceSumMonth.d.ts +0 -2
  364. package/dist/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  365. package/dist/components/OfficesAtmsMap/renderLunchHour.js +0 -10
  366. package/dist/components/OfficesAtmsMap/renderLunchHour.js.map +0 -1
  367. package/dist/components/PictureText/PictureText.d.ts +0 -5
  368. package/dist/components/PictureText/PictureText.js +0 -9
  369. package/dist/components/PictureText/PictureText.js.map +0 -1
  370. package/dist/components/PictureText/PictureTextContent.d.ts +0 -11
  371. package/dist/components/PictureText/PictureTextContent.js.map +0 -1
  372. package/dist/components/PictureText/renderInsuranceSumMonth.d.ts +0 -2
  373. package/dist/components/PictureText/renderInsuranceSumMonth.js +0 -9
  374. package/dist/components/PictureText/renderInsuranceSumMonth.js.map +0 -1
  375. package/lib/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  376. package/lib/components/OfficesAtmsMap/renderLunchHour.js +0 -7
  377. package/lib/components/OfficesAtmsMap/renderLunchHour.js.map +0 -1
  378. package/lib/components/PictureText/PictureText.d.ts +0 -5
  379. package/lib/components/PictureText/PictureText.fixture.d.ts +0 -14
  380. package/lib/components/PictureText/PictureText.fixture.mobile.d.ts +0 -14
  381. package/lib/components/PictureText/PictureText.js +0 -7
  382. package/lib/components/PictureText/PictureText.js.map +0 -1
  383. package/lib/components/PictureText/PictureTextContent.d.ts +0 -11
  384. package/lib/components/PictureText/PictureTextContent.js +0 -2
  385. package/lib/components/PictureText/PictureTextContent.js.map +0 -1
  386. package/lib/components/PictureText/renderInsuranceSumMonth.d.ts +0 -1
  387. package/lib/components/PictureText/renderInsuranceSumMonth.js +0 -6
  388. package/lib/components/PictureText/renderInsuranceSumMonth.js.map +0 -1
  389. package/mobile/bundle/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  390. package/mobile/bundle/components/PictureText/PictureText.d.ts +0 -5
  391. package/mobile/bundle/components/PictureText/PictureTextContent.d.ts +0 -11
  392. package/mobile/bundle/components/PictureText/renderInsuranceSumMonth.d.ts +0 -2
  393. package/mobile/dist/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  394. package/mobile/dist/components/OfficesAtmsMap/renderLunchHour.js +0 -10
  395. package/mobile/dist/components/OfficesAtmsMap/renderLunchHour.js.map +0 -1
  396. package/mobile/dist/components/PictureText/PictureText.d.ts +0 -5
  397. package/mobile/dist/components/PictureText/PictureText.js +0 -9
  398. package/mobile/dist/components/PictureText/PictureText.js.map +0 -1
  399. package/mobile/dist/components/PictureText/PictureTextContent.d.ts +0 -11
  400. package/mobile/dist/components/PictureText/PictureTextContent.js.map +0 -1
  401. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.d.ts +0 -2
  402. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js +0 -9
  403. package/mobile/dist/components/PictureText/renderInsuranceSumMonth.js.map +0 -1
  404. package/mobile/lib/components/OfficesAtmsMap/renderLunchHour.d.ts +0 -2
  405. package/mobile/lib/components/OfficesAtmsMap/renderLunchHour.js +0 -7
  406. package/mobile/lib/components/OfficesAtmsMap/renderLunchHour.js.map +0 -1
  407. package/mobile/lib/components/PictureText/PictureText.d.ts +0 -5
  408. package/mobile/lib/components/PictureText/PictureText.js +0 -7
  409. package/mobile/lib/components/PictureText/PictureText.js.map +0 -1
  410. package/mobile/lib/components/PictureText/PictureTextContent.d.ts +0 -11
  411. package/mobile/lib/components/PictureText/PictureTextContent.js +0 -2
  412. package/mobile/lib/components/PictureText/PictureTextContent.js.map +0 -1
  413. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.d.ts +0 -2
  414. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js +0 -6
  415. package/mobile/lib/components/PictureText/renderInsuranceSumMonth.js.map +0 -1
  416. package/mobile/src/components/OfficesAtmsMap/renderLunchHour.tsx +0 -28
  417. package/mobile/src/components/PictureText/PictureText.example.json +0 -40
  418. package/mobile/src/components/PictureText/PictureText.tsx +0 -36
  419. package/mobile/src/components/PictureText/PictureText.ui.json +0 -23
  420. package/mobile/src/components/PictureText/PictureTextContent.ts +0 -13
  421. package/mobile/src/components/PictureText/renderInsuranceSumMonth.tsx +0 -21
  422. package/src/components/OfficesAtmsMap/renderLunchHour.tsx +0 -28
  423. package/src/components/PictureText/PictureText.example.json +0 -40
  424. package/src/components/PictureText/PictureText.fixture.mobile.tsx +0 -116
  425. package/src/components/PictureText/PictureText.fixture.tsx +0 -130
  426. package/src/components/PictureText/PictureText.tsx +0 -36
  427. package/src/components/PictureText/PictureText.ui.json +0 -23
  428. package/src/components/PictureText/PictureTextContent.ts +0 -13
  429. package/src/components/PictureText/renderInsuranceSumMonth.tsx +0 -21
@@ -1,4 +1,4 @@
1
- import { deleteEmptyProps, deleteProp, renameProp } from '../utils.js';
1
+ import { deleteEmptyButton, deleteEmptyProps, deleteProp, renameProp } from '../utils.js';
2
2
 
3
3
  export const description = 'v0.14.29';
4
4
 
@@ -71,35 +71,3 @@ function adjustSocialMedia(content) {
71
71
  content.socialMedia = [{ ...button }];
72
72
  }
73
73
  }
74
-
75
- function clearIcon(obj, prop = 'icon') {
76
- const iconObj = obj?.[prop];
77
-
78
- if (!iconObj) {
79
- return;
80
- }
81
- const isIconName = iconObj?.icon || iconObj?.src;
82
-
83
- if (!isIconName) {
84
- deleteProp(obj, prop);
85
- }
86
- if (prop === 'icon') {
87
- clearIcon(obj, 'iconRight');
88
- }
89
- }
90
-
91
- function deleteEmptyButton(obj) {
92
- if (obj?.buttons && !obj?.buttons?.length) {
93
- for (const arrButton of obj.buttons) {
94
- deleteEmptyButton(arrButton);
95
- }
96
- }
97
- const button = obj?.button;
98
- clearIcon(button);
99
- if (button?.text || button?.icon || button?.iconRight) {
100
- return obj;
101
- }
102
- deleteProp(obj, 'button');
103
-
104
- return obj;
105
- }
@@ -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
+ }
package/bin/utils.js CHANGED
@@ -33,3 +33,39 @@ const isNotEmpty = (_) =>
33
33
  (!Array.isArray(_) || _.length > 0) &&
34
34
  (typeof _ !== 'string' || _.length > 0) &&
35
35
  (typeof _ !== 'object' || Object.keys(_).length > 0);
36
+
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');
52
+
53
+ return obj;
54
+ }
55
+
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
+ }