@redneckz/wildless-cms-uni-blocks 0.14.63 → 0.14.65

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 (239) hide show
  1. package/bin/migration-scripts/0.14.62.js +66 -0
  2. package/bin/migration-scripts/0.14.65.js +17 -0
  3. package/bin/utils.js +14 -1
  4. package/bundle/blocks.schema.json +1 -1
  5. package/bundle/bundle.umd.js +51 -56
  6. package/bundle/bundle.umd.min.js +1 -1
  7. package/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +4 -32
  8. package/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  9. package/bundle/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  10. package/bundle/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  11. package/bundle/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  12. package/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -2
  13. package/bundle/ui-kit/List/List.d.ts +6 -3
  14. package/bundle/ui-kit/List/ListContent.d.ts +11 -2
  15. package/bundle/ui-kit/List/ListItem.d.ts +1 -2
  16. package/bundle/ui-kit/RichText/RichTextProps.d.ts +3 -3
  17. package/dist/components/BenefitsBlock/BenefitsBlock.js +1 -13
  18. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  19. package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +4 -32
  20. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +2 -2
  21. package/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  22. package/dist/components/InvestmentInfo/InvestmentInfo.js +2 -1
  23. package/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  24. package/dist/components/MobileAppTile/MobileAppTile.js +3 -3
  25. package/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  26. package/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  27. package/dist/components/ProductBlock/ProductBlock.js +1 -2
  28. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  29. package/dist/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  30. package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +4 -2
  31. package/dist/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  32. package/dist/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  33. package/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  34. package/dist/ui-kit/BaseProductTile/BaseProductTile.js +10 -2
  35. package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  36. package/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -2
  37. package/dist/ui-kit/BaseTile/BaseTile.js +1 -1
  38. package/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  39. package/dist/ui-kit/List/List.d.ts +6 -3
  40. package/dist/ui-kit/List/List.js +21 -13
  41. package/dist/ui-kit/List/List.js.map +1 -1
  42. package/dist/ui-kit/List/ListContent.d.ts +11 -2
  43. package/dist/ui-kit/List/ListItem.d.ts +1 -2
  44. package/dist/ui-kit/List/ListItem.js +1 -7
  45. package/dist/ui-kit/List/ListItem.js.map +1 -1
  46. package/dist/ui-kit/RichText/RichTextProps.d.ts +3 -3
  47. package/lib/common.css +1 -1
  48. package/lib/components/BenefitsBlock/BenefitsBlock.js +2 -14
  49. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  50. package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +4 -32
  51. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +2 -2
  52. package/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  53. package/lib/components/InvestmentInfo/InvestmentInfo.js +2 -1
  54. package/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  55. package/lib/components/MobileAppTile/MobileAppTile.js +3 -3
  56. package/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  57. package/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  58. package/lib/components/ProductBlock/ProductBlock.fixture.mobile.d.ts +0 -2
  59. package/lib/components/ProductBlock/ProductBlock.js +1 -2
  60. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  61. package/lib/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  62. package/lib/components/RichTextBlock/RichTextBlock.fixture.d.ts +3 -2
  63. package/lib/components/RichTextBlock/RichTextBlock.fixture.mobile.d.ts +4 -2
  64. package/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +4 -2
  65. package/lib/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  66. package/lib/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  67. package/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  68. package/lib/ui-kit/BaseProductTile/BaseProductTile.js +10 -2
  69. package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  70. package/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -2
  71. package/lib/ui-kit/BaseTile/BaseTile.js +1 -1
  72. package/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  73. package/lib/ui-kit/List/List.d.ts +6 -3
  74. package/lib/ui-kit/List/List.js +20 -12
  75. package/lib/ui-kit/List/List.js.map +1 -1
  76. package/lib/ui-kit/List/ListContent.d.ts +11 -2
  77. package/lib/ui-kit/List/ListItem.d.ts +1 -2
  78. package/lib/ui-kit/List/ListItem.js +1 -7
  79. package/lib/ui-kit/List/ListItem.js.map +1 -1
  80. package/lib/ui-kit/RichText/RichTextProps.d.ts +3 -3
  81. package/mobile/bundle/bundle.umd.js +49 -54
  82. package/mobile/bundle/bundle.umd.min.js +1 -1
  83. package/mobile/bundle/components/BenefitsBlock/BenefitsBlockContent.d.ts +4 -32
  84. package/mobile/bundle/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  85. package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  86. package/mobile/bundle/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  87. package/mobile/bundle/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  88. package/mobile/bundle/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -2
  89. package/mobile/bundle/ui-kit/List/List.d.ts +6 -3
  90. package/mobile/bundle/ui-kit/List/ListContent.d.ts +11 -2
  91. package/mobile/bundle/ui-kit/List/ListItem.d.ts +1 -2
  92. package/mobile/bundle/ui-kit/RichText/RichTextProps.d.ts +3 -3
  93. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +1 -13
  94. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  95. package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +4 -32
  96. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js +2 -2
  97. package/mobile/dist/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  98. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js +2 -1
  99. package/mobile/dist/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  100. package/mobile/dist/components/MobileAppTile/MobileAppTile.js +3 -3
  101. package/mobile/dist/components/MobileAppTile/MobileAppTile.js.map +1 -1
  102. package/mobile/dist/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  103. package/mobile/dist/components/ProductBlock/ProductBlock.js +1 -2
  104. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  105. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  106. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js +4 -2
  107. package/mobile/dist/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  108. package/mobile/dist/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  109. package/mobile/dist/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  110. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +10 -2
  111. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  112. package/mobile/dist/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -2
  113. package/mobile/dist/ui-kit/BaseTile/BaseTile.js +1 -1
  114. package/mobile/dist/ui-kit/BaseTile/BaseTile.js.map +1 -1
  115. package/mobile/dist/ui-kit/List/List.d.ts +6 -3
  116. package/mobile/dist/ui-kit/List/List.js +21 -13
  117. package/mobile/dist/ui-kit/List/List.js.map +1 -1
  118. package/mobile/dist/ui-kit/List/ListContent.d.ts +11 -2
  119. package/mobile/dist/ui-kit/List/ListItem.d.ts +1 -2
  120. package/mobile/dist/ui-kit/List/ListItem.js +1 -7
  121. package/mobile/dist/ui-kit/List/ListItem.js.map +1 -1
  122. package/mobile/dist/ui-kit/RichText/RichTextProps.d.ts +3 -3
  123. package/mobile/lib/common.css +1 -1
  124. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +2 -14
  125. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  126. package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +4 -32
  127. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js +2 -2
  128. package/mobile/lib/components/CarouselRecommendationCard/CarouselRecommendationCard.js.map +1 -1
  129. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js +2 -1
  130. package/mobile/lib/components/InvestmentInfo/InvestmentInfo.js.map +1 -1
  131. package/mobile/lib/components/MobileAppTile/MobileAppTile.js +3 -3
  132. package/mobile/lib/components/MobileAppTile/MobileAppTile.js.map +1 -1
  133. package/mobile/lib/components/MobileAppTile/MobileAppTileContent.d.ts +2 -3
  134. package/mobile/lib/components/ProductBlock/ProductBlock.js +1 -2
  135. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  136. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +0 -2
  137. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js +4 -2
  138. package/mobile/lib/components/SafeDepositRental/SafeDepositRentalTotal.js.map +1 -1
  139. package/mobile/lib/components/TariffsTable/EmbeddableCellData.d.ts +1 -1
  140. package/mobile/lib/components/TariffsTable/TariffsTableContent.d.ts +1 -1
  141. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +10 -2
  142. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
  143. package/mobile/lib/ui-kit/BaseProductTile/BaseProductTileContent.d.ts +2 -2
  144. package/mobile/lib/ui-kit/BaseTile/BaseTile.js +1 -1
  145. package/mobile/lib/ui-kit/BaseTile/BaseTile.js.map +1 -1
  146. package/mobile/lib/ui-kit/List/List.d.ts +6 -3
  147. package/mobile/lib/ui-kit/List/List.js +20 -12
  148. package/mobile/lib/ui-kit/List/List.js.map +1 -1
  149. package/mobile/lib/ui-kit/List/ListContent.d.ts +11 -2
  150. package/mobile/lib/ui-kit/List/ListItem.d.ts +1 -2
  151. package/mobile/lib/ui-kit/List/ListItem.js +1 -7
  152. package/mobile/lib/ui-kit/List/ListItem.js.map +1 -1
  153. package/mobile/lib/ui-kit/RichText/RichTextProps.d.ts +3 -3
  154. package/mobile/src/common.css +15 -11
  155. package/mobile/src/components/BenefitsBlock/BenefitsBlock.example.json +3 -8
  156. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +21 -62
  157. package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +6 -36
  158. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.example.json +1 -2
  159. package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +1 -2
  160. package/mobile/src/components/InvestmentInfo/InvestmentInfo.tsx +2 -1
  161. package/mobile/src/components/MobileAppTile/MobileAppTile.tsx +10 -12
  162. package/mobile/src/components/MobileAppTile/MobileAppTileContent.ts +4 -2
  163. package/mobile/src/components/ProductBlock/ProductBlock.tsx +9 -16
  164. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +0 -2
  165. package/mobile/src/components/RichTextBlock/RichTextBlock.example.json +2 -1
  166. package/mobile/src/components/SafeDepositRental/SafeDepositRentalTotal.tsx +15 -7
  167. package/mobile/src/components/TariffsTable/EmbeddableCellData.tsx +1 -1
  168. package/mobile/src/components/TariffsTable/TariffsTableContent.ts +1 -1
  169. package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +12 -2
  170. package/mobile/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +1 -2
  171. package/mobile/src/ui-kit/BaseTile/BaseTile.tsx +1 -1
  172. package/mobile/src/ui-kit/List/List.tsx +32 -20
  173. package/mobile/src/ui-kit/List/ListContent.ts +14 -2
  174. package/mobile/src/ui-kit/List/ListItem.tsx +3 -11
  175. package/mobile/src/ui-kit/RichText/RichTextProps.ts +3 -3
  176. package/package.json +1 -1
  177. package/src/common.css +15 -11
  178. package/src/components/BenefitsBlock/BenefitsBlock.example.json +3 -8
  179. package/src/components/BenefitsBlock/BenefitsBlock.fixture.mobile.tsx +1 -4
  180. package/src/components/BenefitsBlock/BenefitsBlock.fixture.tsx +33 -66
  181. package/src/components/BenefitsBlock/BenefitsBlock.tsx +21 -62
  182. package/src/components/BenefitsBlock/BenefitsBlockContent.ts +6 -36
  183. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.example.json +1 -2
  184. package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.tsx +1 -2
  185. package/src/components/InvestmentInfo/InvestmentInfo.tsx +2 -1
  186. package/src/components/MobileAppTile/MobileAppTile.fixture.tsx +0 -3
  187. package/src/components/MobileAppTile/MobileAppTile.tsx +10 -12
  188. package/src/components/MobileAppTile/MobileAppTileContent.ts +4 -2
  189. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +0 -17
  190. package/src/components/ProductBlock/ProductBlock.tsx +9 -16
  191. package/src/components/ProductBlock/ProductBlockContent.ts +0 -2
  192. package/src/components/RichTextBlock/RichTextBlock.example.json +2 -1
  193. package/src/components/RichTextBlock/RichTextBlock.fixture.mobile.tsx +44 -18
  194. package/src/components/RichTextBlock/RichTextBlock.fixture.tsx +41 -30
  195. package/src/components/SafeDepositRental/SafeDepositRentalTotal.tsx +15 -7
  196. package/src/components/TariffsTable/EmbeddableCellData.tsx +1 -1
  197. package/src/components/TariffsTable/TariffsTableContent.ts +1 -1
  198. package/src/components/VerticalLayout/VerticalLayout.fixture.mobile.tsx +18 -2
  199. package/src/components/VerticalLayout/VerticalLayout.fixture.tsx +2 -2
  200. package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +12 -2
  201. package/src/ui-kit/BaseProductTile/BaseProductTileContent.ts +1 -2
  202. package/src/ui-kit/BaseTile/BaseTile.tsx +1 -1
  203. package/src/ui-kit/List/List.fixture.tsx +1 -1
  204. package/src/ui-kit/List/List.tsx +32 -20
  205. package/src/ui-kit/List/ListContent.ts +14 -2
  206. package/src/ui-kit/List/ListItem.tsx +3 -11
  207. package/src/ui-kit/RichText/RichTextProps.ts +3 -3
  208. package/bundle/components/MobileAppTile/renderList.d.ts +0 -3
  209. package/bundle/ui-kit/List/ListProps.d.ts +0 -11
  210. package/dist/components/MobileAppTile/renderList.d.ts +0 -3
  211. package/dist/components/MobileAppTile/renderList.js +0 -10
  212. package/dist/components/MobileAppTile/renderList.js.map +0 -1
  213. package/dist/ui-kit/List/ListProps.d.ts +0 -11
  214. package/dist/ui-kit/List/ListProps.js +0 -2
  215. package/dist/ui-kit/List/ListProps.js.map +0 -1
  216. package/lib/components/MobileAppTile/renderList.d.ts +0 -2
  217. package/lib/components/MobileAppTile/renderList.js +0 -7
  218. package/lib/components/MobileAppTile/renderList.js.map +0 -1
  219. package/lib/ui-kit/List/ListProps.d.ts +0 -11
  220. package/lib/ui-kit/List/ListProps.js +0 -2
  221. package/lib/ui-kit/List/ListProps.js.map +0 -1
  222. package/mobile/bundle/components/MobileAppTile/renderList.d.ts +0 -3
  223. package/mobile/bundle/ui-kit/List/ListProps.d.ts +0 -11
  224. package/mobile/dist/components/MobileAppTile/renderList.d.ts +0 -3
  225. package/mobile/dist/components/MobileAppTile/renderList.js +0 -10
  226. package/mobile/dist/components/MobileAppTile/renderList.js.map +0 -1
  227. package/mobile/dist/ui-kit/List/ListProps.d.ts +0 -11
  228. package/mobile/dist/ui-kit/List/ListProps.js +0 -2
  229. package/mobile/dist/ui-kit/List/ListProps.js.map +0 -1
  230. package/mobile/lib/components/MobileAppTile/renderList.d.ts +0 -3
  231. package/mobile/lib/components/MobileAppTile/renderList.js +0 -7
  232. package/mobile/lib/components/MobileAppTile/renderList.js.map +0 -1
  233. package/mobile/lib/ui-kit/List/ListProps.d.ts +0 -11
  234. package/mobile/lib/ui-kit/List/ListProps.js +0 -2
  235. package/mobile/lib/ui-kit/List/ListProps.js.map +0 -1
  236. package/mobile/src/components/MobileAppTile/renderList.tsx +0 -17
  237. package/mobile/src/ui-kit/List/ListProps.ts +0 -13
  238. package/src/components/MobileAppTile/renderList.tsx +0 -17
  239. package/src/ui-kit/List/ListProps.ts +0 -13
@@ -646,7 +646,7 @@
646
646
  center: '@xl:self-center',
647
647
  end: '@xl:self-end',
648
648
  };
649
- const BaseTile = JSX(({ className, version = 'primary', defaultPadding, padding, title = '', insetTitle = '', buttons, leftImage, rightImage, imageAlign, isImageAlwaysOnRight = false, isImageSecondary = false, backwardButton, children, }) => {
649
+ const BaseTile = JSX(({ className, version = 'primary', defaultPadding, padding = '', title = '', insetTitle = '', buttons, leftImage, rightImage, imageAlign, isImageAlwaysOnRight = false, isImageSecondary = false, backwardButton, children, }) => {
650
650
  const router = useRouter();
651
651
  const handleClick = useCallback((ev) => {
652
652
  ev?.preventDefault();
@@ -726,27 +726,29 @@
726
726
  };
727
727
  const renderButtonIcon = (icon) => isIcon(icon) ? (jsx(Img, { image: icon, width: String(icon?.size?.width || DEFAULT_ICON_W), height: String(DEFAULT_ICON_W) })) : null;
728
728
 
729
- const DOT_SIZE_MAP = {
730
- L: 'w-1.5 h-1.5 mr-m',
731
- M: 'w-1.5 h-1.5 mr-s',
732
- S: 'w-1 h-1 mr-xs',
733
- XS: 'w-1 h-1 mr-xs',
734
- };
735
- const ListItem = JSX(({ className, isDotted, children, size = 'M' }) => (jsxs("div", { className: style('font-sans flex', className), role: "listitem", children: [isDotted ? (jsx("div", { className: "shrink-0", children: jsx("div", { className: style('align-middle inline-block rounded-full bg-primary-text group-data-secondary:bg-white', DOT_SIZE_MAP[size]) }) })) : null, jsx("span", { children: children })] })));
729
+ const ListItem = JSX(({ className, isDotted, dotClassName, children }) => (jsxs("div", { className: style('font-sans flex', className), role: "listitem", children: [isDotted ? (jsx("div", { className: "shrink-0", children: jsx("div", { className: style('align-middle inline-block rounded-full bg-primary-text group-data-secondary:bg-white', dotClassName) }) })) : null, jsx("span", { children: children })] })));
736
730
 
737
- const TEXT_SIZE_MAP = {
738
- XS: 'text-m font-light',
739
- S: 'text-l font-light',
740
- M: 'text-h6',
741
- L: 'text-h5',
742
- };
743
- const ITEM_INDENT_MAP = {
744
- XS: 'ml-2xs',
745
- S: 'ml-xs',
746
- M: 'ml-s',
747
- L: 'ml-m',
731
+ const LIST_VERSION_STYLE = {
732
+ S: {
733
+ textSize: 'text-l font-light',
734
+ indentStyle: 'ml-xs',
735
+ dotStyle: 'w-1 h-1 mr-xs',
736
+ },
737
+ M: {
738
+ textSize: 'text-h6',
739
+ indentStyle: 'ml-s',
740
+ dotStyle: 'w-1.5 h-1.5 mr-s',
741
+ },
742
+ L: {
743
+ textSize: 'text-h5',
744
+ indentStyle: 'ml-m',
745
+ dotStyle: 'w-1.5 h-1.5 mr-m',
746
+ },
748
747
  };
749
- const List = JSX(({ className, hasIndent, isDotted = true, items = [], listItemSize = 'M' }) => items?.length ? (jsx("section", { className: style('flex flex-col gap-xs text-left text-primary-text group-data-secondary:text-white group-data-gray:text-secondary-text', TEXT_SIZE_MAP[listItemSize], hasIndent ? ITEM_INDENT_MAP[listItemSize] : '', className), role: "list", children: items.map((item, i) => (jsx(ListItem, { isDotted: isDotted, size: listItemSize, children: item }, String(i)))) })) : null);
748
+ const List = JSX(({ className, isDotted = true, items = [], listItemSize = 'M' }) => {
749
+ const versionStyle = LIST_VERSION_STYLE[listItemSize];
750
+ return items?.length ? (jsx("section", { className: style('flex flex-col gap-xs text-left text-primary-text group-data-secondary:text-white group-data-gray:text-secondary-text', versionStyle.textSize, className), role: "list", children: items.map((item, i) => (jsx(ListItem, { isDotted: isDotted, dotClassName: versionStyle.dotStyle, children: item }, String(i)))) })) : null;
751
+ });
750
752
 
751
753
  const toLocalNumberFormat = (fractionDigits = 0) => (_ = 0) => new Intl.NumberFormat('ru-RU', {
752
754
  minimumFractionDigits: 0,
@@ -759,22 +761,26 @@
759
761
  const Tags = JSX(({ className, tags }) => tags?.length ? (jsx("div", { className: style('flex flex-wrap gap-xs', className), role: "list", children: tags.map(renderTag) })) : null);
760
762
  const renderTag = (tag, key) => (jsx("div", { className: "p-xs border-solid border rounded-md border-gray", role: "listitem", children: jsx(Text, { size: "text-m", font: "font-light", children: tag }) }, String(key)));
761
763
 
764
+ const LIST_SIZE = {
765
+ XXL: 'L',
766
+ XL: 'L',
767
+ L: 'M',
768
+ M: 'M',
769
+ S: 'S',
770
+ XS: 'S',
771
+ };
762
772
  const BaseProductTile = JSX(
763
773
  // eslint-disable-next-line max-lines-per-function
764
- ({ className, padding, defaultPadding, title, description, headlineVersion = 'L', align = 'text-left', benefitsVersion, isTabularBenefits, benefits, __html, isFullWidthTitle, items, isDotted = true, priceList = [], listItemSize, tags = [], buttons, image, imageOptions: { imageAlign = 'center', directionRight = true, isImageAlwaysOnRight, isImageSecondary = false, } = {}, backwardButton, children, ...rest }) => {
774
+ ({ className, padding, defaultPadding, title, description, headlineVersion = 'L', align = 'text-left', benefitsVersion, isTabularBenefits, benefits, __html, isFullWidthTitle, items, isDotted = true, priceList = [], tags = [], buttons, image, imageOptions: { imageAlign = 'center', directionRight = true, isImageAlwaysOnRight, isImageSecondary = false, } = {}, backwardButton, children, ...rest }) => {
765
775
  const img = image?.src ? jsx(Img, { image: image }) : null;
766
776
  const headline = (jsx(Headline, { title: title, description: description, headlineVersion: headlineVersion, align: align, isEmbedded: true }));
767
777
  const filteredBenefits = benefits?.filter((_) => _?.type === 'rte' || 'label' in _ || 'description' in _);
768
- return (jsx(BaseTile, { className: className, padding: padding, defaultPadding: defaultPadding, ...(isFullWidthTitle ? { title: headline } : { insetTitle: headline }), ...leftOrRightImage(img, directionRight), isImageSecondary: isImageSecondary, imageAlign: imageAlign, isImageAlwaysOnRight: isImageAlwaysOnRight, buttons: renderButtonsSection(buttons), backwardButton: backwardButton, ...rest, children: jsxs("div", { className: "flex flex-col sm:gap-xl gap-4xl", children: [filteredBenefits?.length ? (jsx(BenefitsList, { benefitsVersion: benefitsVersion, isTabularBenefits: isTabularBenefits, benefits: filteredBenefits })) : null, __html ? jsx(RichText, { __html: __html }) : null, items?.length ? (jsx(List, { items: items, isDotted: isDotted, listItemSize: listItemSize })) : null, children, priceList?.length ? jsx(PriceList, { priceList: priceList }) : null, renderTags(tags)] }) }));
778
+ return (jsx(BaseTile, { className: className, padding: padding, defaultPadding: defaultPadding, ...(isFullWidthTitle ? { title: headline } : { insetTitle: headline }), ...leftOrRightImage(img, directionRight), isImageSecondary: isImageSecondary, imageAlign: imageAlign, isImageAlwaysOnRight: isImageAlwaysOnRight, buttons: renderButtonsSection(buttons), backwardButton: backwardButton, ...rest, children: jsxs("div", { className: "flex flex-col sm:gap-xl gap-4xl", children: [filteredBenefits?.length ? (jsx(BenefitsList, { benefitsVersion: benefitsVersion, isTabularBenefits: isTabularBenefits, benefits: filteredBenefits })) : null, __html ? jsx(RichText, { __html: __html }) : null, items?.length ? (jsx(List, { items: items, isDotted: isDotted, listItemSize: LIST_SIZE[headlineVersion] })) : null, children, priceList?.length ? jsx(PriceList, { priceList: priceList }) : null, renderTags(tags)] }) }));
769
779
  });
770
780
  const leftOrRightImage = (img, directionRight) => directionRight ? { rightImage: img } : { leftImage: img };
771
781
  const renderTags = (tags) => (tags?.length ? jsx(Tags, { tags: tags }) : null);
772
782
 
773
- const getBorderStyle$1 = (showBorder) => showBorder
774
- ? 'border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider'
775
- : '';
776
-
777
- const ProductBlock = JSX(({ className, padding, showBorder, ...rest }) => (jsx(BlockWrapper, { className: style('overflow-hidden flex flex-col gap-3xl box-border', getBorderStyle$1(showBorder), className), padding: "p-0", ...rest, children: jsx(BaseProductTile, { defaultPadding: "p-6xl", padding: padding, className: "grow h-full", ...rest }) })));
783
+ const ProductBlock = JSX(({ className, padding, ...rest }) => (jsx(BlockWrapper, { className: style('overflow-hidden flex flex-col gap-3xl box-border', className), padding: "p-0", ...rest, children: jsx(BaseProductTile, { defaultPadding: "p-6xl", padding: padding, className: "grow h-full", ...rest }) })));
778
784
 
779
785
  const isFilled = (_) => _ !== null && _ !== undefined;
780
786
 
@@ -1151,11 +1157,11 @@
1151
1157
  onClose: handleClose,
1152
1158
  iconVersion,
1153
1159
  });
1154
- return (jsxs("div", { className: className, children: [renderLabel(label), jsxs("div", { className: style('relative', isOpen ? 'z-20' : 'z-10'), ref: inputRef, children: [jsxs("div", { className: style('h-14 text-l flex justify-between items-center text-primary-text cursor-pointer relative z-10', getBorderStyle(isBorder, valid)), onClick: isOpen ? handleClose : open, children: [jsx("p", { className: "p-m pr-3xl flex items-center overflow-hidden text-ellipsis whitespace-nowrap", children: formatOption(value) || placeholder }), renderIcon$1(isOpen, iconVersion)] }), isSearch && isOpen ? (jsx("div", { className: style('absolute top-0 w-full z-20'), children: jsx(Input, { type: "text", autoFocus: true, value: query, onChange: setQuery }) })) : null] })] }));
1160
+ return (jsxs("div", { className: className, children: [renderLabel(label), jsxs("div", { className: style('relative', isOpen ? 'z-20' : 'z-10'), ref: inputRef, children: [jsxs("div", { className: style('h-14 text-l flex justify-between items-center text-primary-text cursor-pointer relative z-10', getBorderStyle$1(isBorder, valid)), onClick: isOpen ? handleClose : open, children: [jsx("p", { className: "p-m pr-3xl flex items-center overflow-hidden text-ellipsis whitespace-nowrap", children: formatOption(value) || placeholder }), renderIcon$1(isOpen, iconVersion)] }), isSearch && isOpen ? (jsx("div", { className: style('absolute top-0 w-full z-20'), children: jsx(Input, { type: "text", autoFocus: true, value: query, onChange: setQuery }) })) : null] })] }));
1155
1161
  });
1156
1162
  const renderLabel = (label) => label ? (jsx("div", { className: "mb-xs", children: jsx(Text, { size: "text-m", color: "text-primary-text", font: "font-light", children: label }) })) : null;
1157
1163
  const renderIcon$1 = (isOpen, iconVersion) => (jsx(Icon, { className: style('absolute right-3', isOpen ? '' : 'rotate-180'), iconVersion: iconVersion, name: "ArrowUpIcon", width: "16", height: "16" }));
1158
- const getBorderStyle = (isBorder, valid) => style(isBorder ? 'border rounded-md hover:border-primary-hover' : '', valid ? ' border-gray' : 'border-error');
1164
+ const getBorderStyle$1 = (isBorder, valid) => style(isBorder ? 'border rounded-md hover:border-primary-hover' : '', valid ? ' border-gray' : 'border-error');
1159
1165
 
1160
1166
  const SelectControl = JSX(({ className = '', error, ...rest }) => (jsxs("div", { className: className, children: [jsx(Select, { ...rest, valid: !error }), jsx("div", { className: "h-2", children: error ? (jsx(Text, { size: "text-xs", font: "font-light", color: "text-error", children: error })) : null })] })));
1161
1167
 
@@ -1755,18 +1761,7 @@
1755
1761
  const defaultIconSize = 44;
1756
1762
 
1757
1763
  const BenefitsBlock = JSX(({ className = '', title, benefitList, ...rest }) => (jsxs(BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: [title ? jsx(Heading, { headingType: "h3", as: "h2", className: AlignStyles, title: title }) : null, benefitList?.length ? (jsx("div", { className: "flex flex-col @md:flex-row flex-wrap w-full @md:justify-center mt-xl gap-5xl", role: "list", children: benefitList.map(renderBenefit) })) : null] })));
1758
- const renderBenefit = (benefit, i) => (jsxs("div", { className: "flex gap-m items-center @md:basis-1/2 @md:max-w-[500px]", role: "listitem", children: [benefit?.icon?.icon ? (jsx(RoundedIcon, { className: "shrink-0", defaultIconSize: defaultIconSize, iconBgVersion: benefit?.iconBgVersion || '', ...benefit?.icon })) : null, benefit?.icon?.src ? jsx(Img, { className: "shrink-0", image: benefit.icon }) : null, benefit?.label ? (jsxs("div", { className: "@sm:h-full", children: [jsx(Heading, { headingType: "h6", children: benefit.label }), renderDescription$1(benefit.description)] })) : null] }, String(i)));
1759
- const renderDescription$1 = (description) => {
1760
- const benefitType = description?.benefitType || null;
1761
- return description && benefitType ? (jsx("div", { className: "mt-xs text-l font-light text-secondary-text group-data-secondary:text-white/80", children: benefitType === 'list'
1762
- ? renderListBenefit(description)
1763
- : renderTextBenefit(description) })) : null;
1764
- };
1765
- const renderTextBenefit = (description) => description?.name ? (jsx(Text, { size: "text-l", color: "text-secondary-text group-data-secondary:text-white/80", font: "font-light", children: description.name })) : null;
1766
- const renderListBenefit = (description) => {
1767
- const listStyleType = description?.bullets ? 'list-disc pl-3xl' : '';
1768
- return description?.items && description.items.length > 0 ? (jsx("ul", { className: style(listStyleType, description.listItemSize ? TEXT_SIZE_MAP[description.listItemSize] : ''), children: description.items.map((_, i) => (jsx("li", { children: jsx(Text, { color: "text-secondary-text group-data-secondary:text-white/80", font: "font-light", children: _ }) }, `benefitListItem-${i}`))) })) : null;
1769
- };
1764
+ const renderBenefit = ({ label, description, items, icon, iconBgVersion, isDotted = false }, i) => (jsxs("div", { className: "flex gap-m items-center @md:basis-1/2 @md:max-w-[500px]", role: "listitem", children: [icon?.icon ? (jsx(RoundedIcon, { className: "shrink-0", defaultIconSize: defaultIconSize, iconBgVersion: iconBgVersion || '', ...icon })) : null, icon?.src ? jsx(Img, { className: "shrink-0", image: icon }) : null, label ? (jsxs("div", { className: "@sm:h-full space-y-xs", children: [jsx(Heading, { headingType: "h6", children: label }), jsx(Text, { size: "text-l", color: "text-secondary-text group-data-secondary:text-white/80", font: "font-light", children: description }), jsx(List, { className: "text-secondary-text", listItemSize: "S", items: items, isDotted: isDotted })] })) : null] }, String(i)));
1770
1765
 
1771
1766
  const Bonus = JSX(({ className = '', title, description, bonusItems = [], align = AlignStyles, ...rest }) => (jsx(BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: jsxs("div", { className: "container", children: [jsx(Headline, { className: "mb-xl", isEmbedded: true, title: title, description: description, headlineVersion: "M", align: align }), jsx("div", { className: "flex flex-wrap gap-3xl gap-x-m w-full", children: bonusItems.length > 0
1772
1767
  ? bonusItems.map((_, i) => (jsxs("div", { className: "w-full @xl:w-[48%] sm:space-y-xs flex flex-col grow p-xl sm:p-m border border-gray", children: [jsx("div", { className: "grow", children: jsx(Headline, { title: _?.title, description: _?.description, headlineVersion: "S", isEmbedded: true, align: "text-left" }) }), jsxs("div", { className: "flex justify-center sm:justify-between sm:items-end", children: [jsx("div", { className: "hidden sm:block", children: renderButtonsSection(_?.buttons) }), _.bonusItemContent?.bonusType
@@ -2898,6 +2893,10 @@
2898
2893
  : null;
2899
2894
  }
2900
2895
 
2896
+ const getBorderStyle = (showBorder) => showBorder
2897
+ ? 'border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider'
2898
+ : '';
2899
+
2901
2900
  const renderCardHighlight = ({ className, text = 'ХИТ' } = {}) => (jsxs("div", { className: style('w-14 h-14 bg-white flex flex-col items-center justify-center rounded-md shadow-main-black', className), children: [jsx(Icon, { iconVersion: "black", name: "HeartIcon", width: "24", height: "24" }), jsx(Paragraph, { size: "text-s", font: "font-normal", align: "text-center", color: "text-primary-text", children: text })] }));
2902
2901
 
2903
2902
  const cardBaseStyle = 'relative h-full';
@@ -2926,7 +2925,7 @@
2926
2925
  };
2927
2926
  const cardWrapperStyle = (_, { someCardsHighlighted }) => style(cardBaseStyle, someCardsHighlighted && (isCardHighlighted(_) ? 'pt-3xl' : 'pt-3xl sm:pt-16'));
2928
2927
  const cardStyle = (_, { someCardsHighlighted, showBorder, cardSize = 'normal', }) => style(cardBaseStyle, 'min-w-80', CARD_SIZE_MAP[cardSize], // TODO fix для RecommendationCard
2929
- someCardsHighlighted && (isCardHighlighted(_) ? 'pt-3xl sm:pt-16' : 'pt-3xl'), getBorderStyle$1(showBorder), showBorder && 'h-full');
2928
+ someCardsHighlighted && (isCardHighlighted(_) ? 'pt-3xl sm:pt-16' : 'pt-3xl'), getBorderStyle(showBorder), showBorder && 'h-full');
2930
2929
  const isCardHighlighted = (_) => _?.content && 'isHighlighting' in _.content && _.content.isHighlighting;
2931
2930
 
2932
2931
  const VISIBLE_ITEM_COUNT = 1;
@@ -3085,8 +3084,8 @@
3085
3084
  const ImageAlwaysOnRight = true;
3086
3085
 
3087
3086
  //TODO: replace SocialMedia with renderButtonSection
3088
- const CarouselRecommendationCard = JSX(({ className, padding, description, additionalDescription, href, icon, items = [], isDotted, listItemSize = 'S', socialMedia = [], target, title, align = 'text-left', benefits, imageOptions: { directionRight = true, isImageAlwaysOnRight = ImageAlwaysOnRight, isImageSecondary = false, } = {}, ...rest }) => {
3089
- return (jsx(BlockWrapper, { className: style('relative min-h-28 group-data-gray:bg-main-divider/50', className), defaultPadding: "p-0", ...rest, children: jsx(LinkWrapper, { href: href, target: target, className: "h-full", children: jsxs(BaseTile, { className: "h-full", defaultPadding: "p-2xl", padding: padding, insetTitle: jsx(Headline, { title: title, description: description, headlineVersion: "XS", isEmbedded: true, align: align }), ...leftOrRightImage(isIcon(icon) ? jsx(Img, { image: icon }) : null, directionRight), buttons: socialMedia.length ? (jsx(SocialMedia, { media: socialMedia, showButtonText: true, version: rest?.version })) : null, isImageAlwaysOnRight: isImageAlwaysOnRight, isImageSecondary: isImageSecondary, imageAlign: "center", children: [jsx(BenefitsList, { benefits: benefits }), jsx(List, { items: items, listItemSize: listItemSize, isDotted: isDotted }), renderAdditionalDescription(additionalDescription, align)] }) }) }));
3087
+ const CarouselRecommendationCard = JSX(({ className, padding, description, additionalDescription, href, icon, items = [], isDotted, socialMedia = [], target, title, align = 'text-left', benefits, imageOptions: { directionRight = true, isImageAlwaysOnRight = ImageAlwaysOnRight, isImageSecondary = false, } = {}, ...rest }) => {
3088
+ return (jsx(BlockWrapper, { className: style('relative min-h-28 group-data-gray:bg-main-divider/50', className), defaultPadding: "p-0", ...rest, children: jsx(LinkWrapper, { href: href, target: target, className: "h-full", children: jsxs(BaseTile, { className: "h-full", defaultPadding: "p-2xl", padding: padding, insetTitle: jsx(Headline, { title: title, description: description, headlineVersion: "XS", isEmbedded: true, align: align }), ...leftOrRightImage(isIcon(icon) ? jsx(Img, { image: icon }) : null, directionRight), buttons: socialMedia.length ? (jsx(SocialMedia, { media: socialMedia, showButtonText: true, version: rest?.version })) : null, isImageAlwaysOnRight: isImageAlwaysOnRight, isImageSecondary: isImageSecondary, imageAlign: "center", children: [jsx(BenefitsList, { benefits: benefits }), jsx(List, { items: items, isDotted: isDotted, listItemSize: "S" }), renderAdditionalDescription(additionalDescription, align)] }) }) }));
3090
3089
  });
3091
3090
  const renderAdditionalDescription = (additionalDescription, align) => additionalDescription ? (jsx(Paragraph, { size: "text-m", font: "font-light", color: "text-secondary-text group-data-secondary:text-white/80", align: align, children: additionalDescription })) : null;
3092
3091
 
@@ -4264,7 +4263,7 @@
4264
4263
  const HorizontalLayout = JSX(({ className = '', gap = 'XS', isPadding = false, version = 'transparent', isTheme = false, isCardBorder, ...rest }) => (jsx(BlockWrapper, { className: style('relative', 'grid grid-cols-12', gapStyles[gap], className), defaultPadding: isPadding ? 'p-6xl' : '', version: version, isTheme: isTheme, ...rest, children: renderChildren({
4265
4264
  ...rest,
4266
4265
  extraProps: {
4267
- className: getBorderStyle$1(isCardBorder),
4266
+ className: getBorderStyle(isCardBorder),
4268
4267
  },
4269
4268
  }) })));
4270
4269
  HorizontalLayout.childrenTypes = {
@@ -4383,7 +4382,7 @@
4383
4382
  const renderInvestmentCell = (cell, i) => {
4384
4383
  const cellSize = cell.cellSize || 'XS';
4385
4384
  const cellColor = cell.cellColor || 'green';
4386
- return cell.text ? (jsx("div", { className: `flex-1 flex items-center justify-center relative py-xs ${investmentCellSizeMap[cellSize]} ${investmentCellColorMap[cellColor]} ${cellSize === 'XS' ? 'px-s' : 'px-5xl'}`, children: jsx("div", { className: "text-center", children: cell.text }) }, `cell_${i}`)) : null;
4385
+ return cell.text ? (jsx("div", { className: `flex-1 flex items-center justify-center relative py-xs ${investmentCellSizeMap[cellSize]} ${investmentCellColorMap[cellColor]} ${cellSize === 'XS' ? 'px-s' : 'px-5xl'}`, children: jsx(Text, { align: "text-center", children: cell.text }) }, `cell_${i}`)) : null;
4387
4386
  };
4388
4387
  const renderInvestmentColumnTitle = (column, i) => {
4389
4388
  return (jsx("div", { className: `flex-1 max-w-[180px] text-center px-xs last:pr-3xl`, children: column.title }, `title_${i}`));
@@ -4430,14 +4429,10 @@
4430
4429
  return (jsx("div", { role: "listitem", children: jsx(LinkDocItem, { text: docBlockDef?.text, target: docBlockDef?.target, href: href, fileFormat: fileFormat, fileSize: fileSize, icon: icon ? jsx(Img, { className: linkIconStyle, image: icon, width: "24", height: "24" }) : null }) }, String(i)));
4431
4430
  };
4432
4431
 
4433
- const renderList$1 = (items, listItemSize, additionalDescription) => {
4434
- return items?.length ? (jsx(List, { items: items, listItemSize: listItemSize, className: "text-l font-light" })) : (jsx(Text, { size: "text-m", "font-weight": "font-light", color: "text-secondary-text", children: additionalDescription }));
4435
- };
4436
-
4437
- const MobileAppTile = JSX(({ className, padding, align = 'text-left', buttons = [], description, headingType = 'h4', image, items, listItemSize, qr, additionalDescription = '', title = 'Мобильное приложение', version = 'primary', ...rest }) => {
4432
+ const MobileAppTile = JSX(({ className, padding, align = 'text-left', buttons = [], description, image, items, qr, additionalDescription = '', title = 'Мобильное приложение', version = 'primary', ...rest }) => {
4438
4433
  const containerStyle = version === 'secondary' ? 'p-m min-w-32' : 'min-w-24';
4439
4434
  const img = image?.src ? jsx(Img, { className: "hidden lg:block", image: image }) : null;
4440
- return (jsx(BlockWrapper, { className: style('min-h-80', className), padding: "p-0", version: version, ...rest, children: jsxs(BaseTile, { className: "h-full", padding: padding, defaultPadding: "p-6xl", title: title ? (jsx(Heading, { headingType: headingType, title: title, className: style('whitespace-pre-wrap', align) })) : null, rightImage: img, buttons: renderButtonsSection(buttons, { className: 'flex-wrap' }), children: [description ? (jsx(Text, { size: "text-xl", "font-weight": "font-light", children: description })) : null, jsxs("div", { className: style('gap-m', 'flex flex-1 flex-col', 'flex-col items-start @xl:flex-row @xl:items-center'), children: [renderList$1(items, listItemSize, additionalDescription), qr?.src ? (jsx("div", { className: style('flex justify-center bg-white rounded-md @xl:-order-1', containerStyle), children: jsx(Img, { className: "w-fit", image: qr }) })) : null, image?.src ? jsx(Img, { className: "lg:hidden", image: image }) : null] })] }) }));
4435
+ return (jsx(BlockWrapper, { className: style('min-h-80', className), padding: "p-0", version: version, ...rest, children: jsxs(BaseTile, { className: "h-full", padding: padding, defaultPadding: "p-6xl", title: jsx(Heading, { headingType: "h3", title: title, className: style('whitespace-pre-wrap', align) }), rightImage: img, buttons: renderButtonsSection(buttons, { className: 'flex-wrap' }), children: [description ? (jsx(Text, { size: "text-xl", "font-weight": "font-light", children: description })) : null, jsxs("div", { className: style('gap-m', 'flex flex-1 flex-col', 'flex-col items-start @xl:flex-row @xl:items-center'), children: [jsx(List, { items: items, listItemSize: "M" }), jsx(Text, { size: "text-m", "font-weight": "font-light", color: "text-secondary-text", children: additionalDescription }), qr?.src ? (jsx("div", { className: style('flex justify-center bg-white rounded-md @xl:-order-1', containerStyle), children: jsx(Img, { className: "w-fit", image: qr }) })) : null, image?.src ? jsx(Img, { className: "lg:hidden", image: image }) : null] })] }) }));
4441
4436
  });
4442
4437
 
4443
4438
  const badgeBgStyleMap = {
@@ -5083,10 +5078,10 @@
5083
5078
  const SafeDepositRentalTotal = JSX(({ days, tariffs = [] }) => {
5084
5079
  const price = calculatePrice(days, tariffs);
5085
5080
  const imageDescription = 'На рисунке изображена пачка листов\nформата А4';
5086
- return (jsxs("div", { className: "contents @xl:flex flex-col justify-between gap-xl order-2", children: [jsxs("div", { className: "flex flex-col @xl:flex-row gap-x-6xl gap-y-2xl order-5 @xl:order-none py-2xl @xl:py-0 border-t border-main-divider @xl:border-none", children: [renderTotal('Аренда за', days), renderTotal('Цена', price + ' ₽')] }), jsx("span", { className: "@xl:hidden order-3 mb-xs text-s font-light text-secondary-text", children: imageDescription }), jsxs("div", { className: "flex flex-col items-center gap-s order-3 @xl:order-none mb-xl @xl:mb-0 bg-primary-main py-s @xl:p-3xl text-center", children: [jsx(Img, { image: { icon: 'PackA4Icon' }, className: "@xl:h-60" }), jsx("span", { className: "hidden @xl:inline text-s font-light text-white opacity-80 whitespace-pre-line", children: imageDescription })] })] }));
5081
+ return (jsxs("div", { className: "contents @xl:flex flex-col justify-between gap-xl order-2", children: [jsxs("div", { className: "flex flex-col @xl:flex-row gap-x-6xl gap-y-2xl order-5 @xl:order-none py-2xl @xl:py-0 border-t border-main-divider @xl:border-none", children: [renderTotal('Аренда за', days), renderTotal('Цена', price + ' ₽')] }), jsx("div", { className: "@xl:hidden order-3 mb-xs", children: jsx(Paragraph, { size: "text-s", font: "font-light", color: "text-secondary-text", children: imageDescription }) }), jsxs("div", { className: "flex flex-col items-center gap-s order-3 @xl:order-none mb-xl @xl:mb-0 bg-primary-main py-s @xl:p-3xl text-center", children: [jsx(Img, { image: { icon: 'PackA4Icon' }, className: "@xl:h-60" }), jsx("div", { className: "hidden @xl:inline opacity-80 whitespace-pre-line", children: jsx(Paragraph, { size: "text-s", font: "font-light", color: "text-white", children: imageDescription }) })] })] }));
5087
5082
  });
5088
5083
  const renderTotal = (label, total) => {
5089
- return (jsxs("div", { className: "flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start", children: [jsx("div", { className: "text-l font-light text-secondary-text", children: label }), jsx("span", { className: "text-l @xl:text-h3 text-primary-text", children: total })] }));
5084
+ return (jsxs("div", { className: "flex justify-between items-center gap-y-xs @xl:flex-col @xl:items-start", children: [jsx(Text, { size: "text-l", font: "font-light", color: "text-secondary-text", children: label }), jsx("span", { className: "text-l @xl:text-h3 text-primary-text", children: total })] }));
5090
5085
  };
5091
5086
  const calculatePrice = (days, tariffs) => {
5092
5087
  const tariffType = getTariffType(days);
@@ -5497,7 +5492,7 @@
5497
5492
  const VerticalLayout = JSX(({ className = '', gap = '', isPadding = false, isInnerPadding = true, version = 'transparent', isTheme = false, isInnerBorder = false, ...rest }) => (jsx(BlockWrapper, { className: style('relative flex flex-col', gapStyles[gap], className), defaultPadding: isPadding ? 'p-6xl' : '', version: version, isTheme: isTheme, ...rest, children: renderChildren({
5498
5493
  ...rest,
5499
5494
  extraProps: {
5500
- className: style('w-full', getBorderStyle$1(isInnerBorder)),
5495
+ className: style('w-full', getBorderStyle(isInnerBorder)),
5501
5496
  padding: isInnerPadding ? '' : 'p-0',
5502
5497
  },
5503
5498
  }) })));
@@ -5801,7 +5796,7 @@
5801
5796
  return (jsx("div", { className: "flex items-end absolute bottom-0 right-0 h-full pointer-events-none", children: jsx(LikeControl, { className: "rounded-tl-3xl sticky bottom-0 pointer-events-auto" }) }));
5802
5797
  }
5803
5798
 
5804
- const packageVersion = "0.14.62";
5799
+ const packageVersion = "0.14.64";
5805
5800
 
5806
5801
  exports.Blocks = Blocks;
5807
5802
  exports.ContentPage = ContentPage;