@redneckz/wildless-cms-uni-blocks 0.3.71 → 0.3.73

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 (193) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +29 -20
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/dist/components/BenefitsBlock/BenefitsBlock.js +21 -3
  5. package/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  6. package/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +39 -12
  7. package/dist/components/Bonus/BonusContent.d.ts +1 -1
  8. package/dist/components/ComparisonTable/TableCell.mobile.js +1 -3
  9. package/dist/components/ComparisonTable/TableCell.mobile.js.map +1 -1
  10. package/dist/components/ContentPage/ContentPageContext.d.ts +2 -1
  11. package/dist/components/Headline/Headline.js +2 -2
  12. package/dist/components/Headline/Headline.js.map +1 -1
  13. package/dist/components/Headline/Headline.mobile.js +1 -1
  14. package/dist/components/Headline/Headline.mobile.js.map +1 -1
  15. package/dist/components/Headline/HeadlineContent.d.ts +2 -1
  16. package/dist/components/Insurance/Insurance.js.map +1 -1
  17. package/dist/components/Insurance/InsuranceContent.d.ts +16 -2
  18. package/dist/components/LinkDocs/LinkDocs.js +3 -12
  19. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  20. package/dist/components/LinkDocs/LinkDocs.mobile.js +3 -3
  21. package/dist/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  22. package/dist/components/LinkDocs/LinkDocsContent.d.ts +1 -1
  23. package/dist/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  24. package/dist/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  25. package/dist/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  26. package/dist/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  27. package/dist/components/LinkDocs/linkDocsContentExample.js +1 -1
  28. package/dist/components/LinkDocs/linkDocsContentExample.js.map +1 -1
  29. package/dist/components/PictureText/PictureText.js +1 -1
  30. package/dist/components/PictureText/PictureText.js.map +1 -1
  31. package/dist/components/PictureText/PictureTextContent.d.ts +9 -2
  32. package/dist/components/ProductBlock/ProductBlockContent.d.ts +10 -3
  33. package/dist/components/ProductBlock/renderBenefit.js +1 -1
  34. package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  35. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  36. package/dist/components/ProductTile/ProductTileContent.d.ts +6 -1
  37. package/dist/react/IntersectionObserverTag.d.ts +2 -3
  38. package/dist/react/IntersectionObserverTag.js.map +1 -1
  39. package/lib/common.css +1 -1
  40. package/lib/components/BenefitsBlock/BenefitsBlock.fixture.d.ts +2 -1
  41. package/lib/components/BenefitsBlock/BenefitsBlock.js +21 -3
  42. package/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  43. package/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +39 -12
  44. package/lib/components/Bonus/BonusContent.d.ts +1 -1
  45. package/lib/components/ComparisonTable/TableCell.mobile.js +1 -3
  46. package/lib/components/ComparisonTable/TableCell.mobile.js.map +1 -1
  47. package/lib/components/ContentPage/ContentPageContext.d.ts +2 -1
  48. package/lib/components/Headline/Headline.js +2 -2
  49. package/lib/components/Headline/Headline.js.map +1 -1
  50. package/lib/components/Headline/Headline.mobile.js +1 -1
  51. package/lib/components/Headline/Headline.mobile.js.map +1 -1
  52. package/lib/components/Headline/HeadlineContent.d.ts +2 -1
  53. package/lib/components/Insurance/Insurance.js.map +1 -1
  54. package/lib/components/Insurance/InsuranceContent.d.ts +16 -2
  55. package/lib/components/LinkDocs/LinkDocs.js +3 -12
  56. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  57. package/lib/components/LinkDocs/LinkDocs.mobile.js +3 -3
  58. package/lib/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  59. package/lib/components/LinkDocs/LinkDocsContent.d.ts +1 -1
  60. package/lib/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  61. package/lib/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  62. package/lib/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  63. package/lib/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  64. package/lib/components/LinkDocs/linkDocsContentExample.js +1 -1
  65. package/lib/components/LinkDocs/linkDocsContentExample.js.map +1 -1
  66. package/lib/components/PictureText/PictureText.js +1 -1
  67. package/lib/components/PictureText/PictureText.js.map +1 -1
  68. package/lib/components/PictureText/PictureTextContent.d.ts +9 -2
  69. package/lib/components/ProductBlock/ProductBlockContent.d.ts +10 -3
  70. package/lib/components/ProductBlock/renderBenefit.js +1 -1
  71. package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  72. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  73. package/lib/components/ProductTile/ProductTileContent.d.ts +6 -1
  74. package/lib/react/IntersectionObserverTag.d.ts +2 -3
  75. package/lib/react/IntersectionObserverTag.js.map +1 -1
  76. package/mobile/bundle/bundle.umd.js +6 -8
  77. package/mobile/bundle/bundle.umd.min.js +1 -1
  78. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js +21 -3
  79. package/mobile/dist/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  80. package/mobile/dist/components/BenefitsBlock/BenefitsBlockContent.d.ts +39 -12
  81. package/mobile/dist/components/Bonus/BonusContent.d.ts +1 -1
  82. package/mobile/dist/components/ComparisonTable/TableCell.js +1 -3
  83. package/mobile/dist/components/ComparisonTable/TableCell.js.map +1 -1
  84. package/mobile/dist/components/ContentPage/ContentPageContext.d.ts +2 -1
  85. package/mobile/dist/components/Headline/Headline.js +1 -1
  86. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  87. package/mobile/dist/components/Headline/HeadlineContent.d.ts +2 -1
  88. package/mobile/dist/components/Insurance/Insurance.js.map +1 -1
  89. package/mobile/dist/components/Insurance/InsuranceContent.d.ts +16 -2
  90. package/mobile/dist/components/LinkDocs/LinkDocs.js +3 -3
  91. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  92. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +1 -1
  93. package/mobile/dist/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  94. package/mobile/dist/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  95. package/mobile/dist/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  96. package/mobile/dist/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  97. package/mobile/dist/components/LinkDocs/linkDocsContentExample.js +1 -1
  98. package/mobile/dist/components/LinkDocs/linkDocsContentExample.js.map +1 -1
  99. package/mobile/dist/components/PictureText/PictureText.js +1 -1
  100. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  101. package/mobile/dist/components/PictureText/PictureTextContent.d.ts +9 -2
  102. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +10 -3
  103. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  104. package/mobile/dist/components/ProductTile/ProductTileContent.d.ts +6 -1
  105. package/mobile/dist/react/IntersectionObserverTag.d.ts +2 -3
  106. package/mobile/dist/react/IntersectionObserverTag.js.map +1 -1
  107. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js +21 -3
  108. package/mobile/lib/components/BenefitsBlock/BenefitsBlock.js.map +1 -1
  109. package/mobile/lib/components/BenefitsBlock/BenefitsBlockContent.d.ts +39 -12
  110. package/mobile/lib/components/Bonus/BonusContent.d.ts +1 -1
  111. package/mobile/lib/components/ComparisonTable/TableCell.js +1 -3
  112. package/mobile/lib/components/ComparisonTable/TableCell.js.map +1 -1
  113. package/mobile/lib/components/ContentPage/ContentPageContext.d.ts +2 -1
  114. package/mobile/lib/components/Headline/Headline.js +1 -1
  115. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  116. package/mobile/lib/components/Headline/HeadlineContent.d.ts +2 -1
  117. package/mobile/lib/components/Insurance/Insurance.js.map +1 -1
  118. package/mobile/lib/components/Insurance/InsuranceContent.d.ts +16 -2
  119. package/mobile/lib/components/LinkDocs/LinkDocs.js +3 -3
  120. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  121. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +1 -1
  122. package/mobile/lib/components/LinkDocs/LinkDocsHorizontalList.js +1 -1
  123. package/mobile/lib/components/LinkDocs/LinkDocsHorizontalList.js.map +1 -1
  124. package/mobile/lib/components/LinkDocs/LinkDocsVerticalList.js +1 -1
  125. package/mobile/lib/components/LinkDocs/LinkDocsVerticalList.js.map +1 -1
  126. package/mobile/lib/components/LinkDocs/linkDocsContentExample.js +1 -1
  127. package/mobile/lib/components/LinkDocs/linkDocsContentExample.js.map +1 -1
  128. package/mobile/lib/components/PictureText/PictureText.js +1 -1
  129. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  130. package/mobile/lib/components/PictureText/PictureTextContent.d.ts +9 -2
  131. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +10 -3
  132. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  133. package/mobile/lib/components/ProductTile/ProductTileContent.d.ts +6 -1
  134. package/mobile/lib/react/IntersectionObserverTag.d.ts +2 -3
  135. package/mobile/lib/react/IntersectionObserverTag.js.map +1 -1
  136. package/mobile/src/components/BenefitsBlock/BenefitsBlock.example.json +9 -1
  137. package/mobile/src/components/BenefitsBlock/BenefitsBlock.tsx +48 -12
  138. package/mobile/src/components/BenefitsBlock/BenefitsBlockContent.ts +46 -16
  139. package/mobile/src/components/Bonus/BonusContent.ts +1 -1
  140. package/mobile/src/components/ComparisonTable/TableCell.tsx +8 -7
  141. package/mobile/src/components/ContentPage/ContentPage.page.json +1 -1
  142. package/mobile/src/components/ContentPage/ContentPageContext.tsx +5 -1
  143. package/mobile/src/components/Headline/Headline.tsx +3 -5
  144. package/mobile/src/components/Headline/HeadlineContent.ts +2 -1
  145. package/mobile/src/components/Insurance/Insurance.tsx +2 -3
  146. package/mobile/src/components/Insurance/InsuranceContent.ts +23 -9
  147. package/mobile/src/components/LinkDocs/LinkDocs.example.json +1 -1
  148. package/mobile/src/components/LinkDocs/LinkDocs.tsx +10 -12
  149. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +1 -1
  150. package/mobile/src/components/LinkDocs/LinkDocsHorizontalList.tsx +1 -1
  151. package/mobile/src/components/LinkDocs/LinkDocsVerticalList.tsx +3 -1
  152. package/mobile/src/components/LinkDocs/linkDocsContentExample.ts +1 -1
  153. package/mobile/src/components/PictureText/PictureText.tsx +6 -7
  154. package/mobile/src/components/PictureText/PictureTextContent.ts +10 -2
  155. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +11 -3
  156. package/mobile/src/components/ProductTile/ProductTile.tsx +1 -2
  157. package/mobile/src/components/ProductTile/ProductTileContent.ts +7 -1
  158. package/mobile/src/react/IntersectionObserverTag.tsx +3 -3
  159. package/package.json +1 -1
  160. package/src/components/BenefitsBlock/BenefitsBlock.example.json +9 -1
  161. package/src/components/BenefitsBlock/BenefitsBlock.fixture.tsx +72 -9
  162. package/src/components/BenefitsBlock/BenefitsBlock.tsx +48 -12
  163. package/src/components/BenefitsBlock/BenefitsBlockContent.ts +46 -16
  164. package/src/components/Bonus/Bonus.fixture.tsx +3 -3
  165. package/src/components/Bonus/BonusContent.ts +1 -1
  166. package/src/components/ComparisonTable/ComparisonTable.fixture.mobile.tsx +0 -9
  167. package/src/components/ComparisonTable/TableCell.mobile.tsx +8 -7
  168. package/src/components/ContentPage/ContentPage.page.json +1 -1
  169. package/src/components/ContentPage/ContentPageContext.tsx +5 -1
  170. package/src/components/Gallery/Gallery.fixture.mobile.tsx +0 -7
  171. package/src/components/Headline/Headline.mobile.tsx +3 -5
  172. package/src/components/Headline/Headline.tsx +8 -5
  173. package/src/components/Headline/HeadlineContent.ts +2 -1
  174. package/src/components/Insurance/Insurance.fixture.tsx +2 -2
  175. package/src/components/Insurance/Insurance.tsx +2 -3
  176. package/src/components/Insurance/InsuranceContent.ts +23 -9
  177. package/src/components/LinkDocs/LinkDocs.example.json +1 -1
  178. package/src/components/LinkDocs/LinkDocs.fixture.mobile.tsx +1 -6
  179. package/src/components/LinkDocs/LinkDocs.mobile.tsx +10 -12
  180. package/src/components/LinkDocs/LinkDocs.tsx +13 -34
  181. package/src/components/LinkDocs/LinkDocsContent.ts +1 -1
  182. package/src/components/LinkDocs/LinkDocsHorizontalList.tsx +1 -1
  183. package/src/components/LinkDocs/LinkDocsVerticalList.tsx +3 -1
  184. package/src/components/LinkDocs/linkDocsContentExample.ts +1 -1
  185. package/src/components/PictureText/PictureText.tsx +6 -7
  186. package/src/components/PictureText/PictureTextContent.ts +10 -2
  187. package/src/components/ProductBlock/ProductBlock.fixture.mobile.tsx +3 -3
  188. package/src/components/ProductBlock/ProductBlock.fixture.tsx +2 -3
  189. package/src/components/ProductBlock/ProductBlockContent.ts +11 -3
  190. package/src/components/ProductBlock/renderBenefit.tsx +3 -3
  191. package/src/components/ProductTile/ProductTile.tsx +1 -2
  192. package/src/components/ProductTile/ProductTileContent.ts +7 -1
  193. package/src/react/IntersectionObserverTag.tsx +3 -3
@@ -6,9 +6,16 @@ import type { DescriptionContent } from '../../ui-kit/Description/DescriptionCon
6
6
  import type { HeadingContent, HeadingTypeContent } from '../../ui-kit/Heading/HeadingContent';
7
7
  import type { ImageContent } from '../../ui-kit/Img/ImgProps';
8
8
  import type { ListContent } from '../../ui-kit/List/ListContent';
9
- import type { Benefit } from '../BenefitsBlock/BenefitsBlockContent';
9
+ import { Picture } from '../../model/Picture';
10
+ export interface ProductBlockBenefit {
11
+ icon?: Picture;
12
+ /** @title Название */
13
+ label?: string;
14
+ /** @title Описание */
15
+ description?: string;
16
+ }
10
17
  export declare type BenefitItemProps = {
11
- benefit: Benefit;
18
+ benefit: ProductBlockBenefit;
12
19
  version?: BlockVersion;
13
20
  benefitsVersion?: IconVersion;
14
21
  };
@@ -18,7 +25,7 @@ export declare type ProductBlockInnerContent = HeadingContent & HeadingTypeConte
18
25
  * @minItems 2
19
26
  * @maxItems 3
20
27
  */
21
- benefits?: Benefit[];
28
+ benefits?: ProductBlockBenefit[];
22
29
  benefitsVersion?: IconVersion;
23
30
  version?: BlockVersion;
24
31
  /**
@@ -10,7 +10,7 @@ const benefitDescStyleMap = {
10
10
  };
11
11
  export function renderBenefit({ benefit, version = 'primary', benefitsVersion = 'normal' }, i) {
12
12
  const isIconWhite = benefitsVersion === 'white' || version === 'secondary';
13
- return (_jsxs("div", { className: "flex gap-4 items-center", children: [benefit.icon ? (_jsx(Img, { className: renderBenefitIconBgStyle(version, benefitsVersion), image: { ...benefit?.icon, iconVersion: isIconWhite ? 'white' : 'normal' }, width: "24", height: "24", asSVG: true })) : null, _jsxs("div", { className: "flex gap-0.5 flex-col h-full max-w-[149px] min-w-[149px]", children: [_jsx("div", { className: `text-xl m-0 ${benefitTitleStyleMap[version]}`, children: benefit.label }), benefit.description && (_jsx("div", { className: `font-light text-m-md ${benefitDescStyleMap[version]}`, children: benefit.description }))] })] }, String(i)));
13
+ return (_jsxs("div", { className: "flex gap-4 items-center", children: [benefit.icon ? (_jsx(Img, { className: renderBenefitIconBgStyle(version, benefitsVersion), image: { ...benefit?.icon, iconVersion: isIconWhite ? 'white' : 'normal' }, width: "24", height: "24", asSVG: true })) : null, _jsxs("div", { className: "flex gap-0.5 flex-col h-full max-w-[149px] min-w-[149px]", children: [_jsx("div", { className: `text-xl m-0 ${benefitTitleStyleMap[version]}`, children: benefit.label }), benefit.description ? (_jsx("div", { className: `font-light text-m-md ${benefitDescStyleMap[version]}`, children: benefit.description })) : null] })] }, String(i)));
14
14
  }
15
15
  function renderBenefitIconBgStyle(version, benefitsVersion) {
16
16
  let bgColorStyle = 'bg-primary-main text-black';
@@ -1 +1 @@
1
- {"version":3,"file":"renderBenefit.js","sourceRoot":"","sources":["../../../src/components/ProductBlock/renderBenefit.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,MAAM,oBAAoB,GAAiC;IACzD,OAAO,EAAE,mBAAmB;IAC5B,SAAS,EAAE,YAAY;CACxB,CAAC;AACF,MAAM,mBAAmB,GAAiC;IACxD,OAAO,EAAE,qBAAqB;IAC9B,SAAS,EAAE,YAAY;CACxB,CAAC;AAEF,MAAM,UAAU,aAAa,CAC3B,EAAE,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,eAAe,GAAG,QAAQ,EAAoB,EAC9E,CAAS;IAET,MAAM,WAAW,GAAG,eAAe,KAAK,OAAO,IAAI,OAAO,KAAK,WAAW,CAAC;IAC3E,OAAO,CACL,eAAqB,SAAS,EAAC,yBAAyB,aACrD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CACd,KAAC,GAAG,IACF,SAAS,EAAE,wBAAwB,CAAC,OAAO,EAAE,eAAe,CAAC,EAC7D,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,EAAE,EAC1E,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,KAAK,SACL,CACH,CAAC,CAAC,CAAC,IAAI,EACR,eAAK,SAAS,EAAC,2DAA2D,aACxE,cAAK,SAAS,EAAE,eAAe,oBAAoB,CAAC,OAAO,CAAC,EAAE,YAAG,OAAO,CAAC,KAAK,GAAO,EACpF,OAAO,CAAC,WAAW,IAAI,CACtB,cAAK,SAAS,EAAE,wBAAwB,mBAAmB,CAAC,OAAO,CAAC,EAAE,YACnE,OAAO,CAAC,WAAW,GAChB,CACP,IACG,KAjBE,MAAM,CAAC,CAAC,CAAC,CAkBb,CACP,CAAC;AACJ,CAAC;AAED,SAAS,wBAAwB,CAAC,OAAO,EAAE,eAAe;IACxD,IAAI,YAAY,GAAG,4BAA4B,CAAC;IAEhD,IAAI,OAAO,KAAK,WAAW,EAAE;QAC3B,YAAY,GAAG,wBAAwB,CAAC;KACzC;SAAM,IAAI,eAAe,KAAK,QAAQ,EAAE;QACvC,YAAY,GAAG,sCAAsC,CAAC;KACvD;IAED,OAAO,gFAAgF,YAAY,EAAE,CAAC;AACxG,CAAC"}
1
+ {"version":3,"file":"renderBenefit.js","sourceRoot":"","sources":["../../../src/components/ProductBlock/renderBenefit.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,MAAM,oBAAoB,GAAiC;IACzD,OAAO,EAAE,mBAAmB;IAC5B,SAAS,EAAE,YAAY;CACxB,CAAC;AACF,MAAM,mBAAmB,GAAiC;IACxD,OAAO,EAAE,qBAAqB;IAC9B,SAAS,EAAE,YAAY;CACxB,CAAC;AAEF,MAAM,UAAU,aAAa,CAC3B,EAAE,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,eAAe,GAAG,QAAQ,EAAoB,EAC9E,CAAS;IAET,MAAM,WAAW,GAAG,eAAe,KAAK,OAAO,IAAI,OAAO,KAAK,WAAW,CAAC;IAC3E,OAAO,CACL,eAAqB,SAAS,EAAC,yBAAyB,aACrD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CACd,KAAC,GAAG,IACF,SAAS,EAAE,wBAAwB,CAAC,OAAO,EAAE,eAAe,CAAC,EAC7D,KAAK,EAAE,EAAE,GAAG,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,EAAE,EAC1E,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,KAAK,SACL,CACH,CAAC,CAAC,CAAC,IAAI,EACR,eAAK,SAAS,EAAC,0DAA0D,aACvE,cAAK,SAAS,EAAE,eAAe,oBAAoB,CAAC,OAAO,CAAC,EAAE,YAAG,OAAO,CAAC,KAAK,GAAO,EACpF,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CACrB,cAAK,SAAS,EAAE,wBAAwB,mBAAmB,CAAC,OAAO,CAAC,EAAE,YACnE,OAAO,CAAC,WAAW,GAChB,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,KAjBE,MAAM,CAAC,CAAC,CAAC,CAkBb,CACP,CAAC;AACJ,CAAC;AAED,SAAS,wBAAwB,CAAC,OAAO,EAAE,eAAe;IACxD,IAAI,YAAY,GAAG,4BAA4B,CAAC;IAEhD,IAAI,OAAO,KAAK,WAAW,EAAE;QAC3B,YAAY,GAAG,wBAAwB,CAAC;KACzC;SAAM,IAAI,eAAe,KAAK,QAAQ,EAAE;QACvC,YAAY,GAAG,sCAAsC,CAAC;KACvD;IAED,OAAO,gFAAgF,YAAY,EAAE,CAAC;AACxG,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ProductTile.js","sourceRoot":"","sources":["../../../src/components/ProductTile/ProductTile.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAC3C,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAMtE,MAAM,mBAAmB,GAAiC;IACxD,OAAO,EAAE,4BAA4B;IACrC,SAAS,EAAE,4BAA4B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAC5B,CAAC,EACC,OAAO,EACP,SAAS,GAAG,EAAE,EACd,KAAK,EACL,WAAW,GAAG,IAAI,EAClB,WAAW,EACX,qBAAqB,EACrB,QAAQ,EACR,OAAO,EACP,KAAK,EACL,OAAO,GAAG,SAAS,EACnB,MAAM,GAAG,IAAI,GACd,EAAE,EAAE;IACH,OAAO,CACL,kBACE,SAAS,EAAE,uEAAuE,SAAS,IACzF,mBAAmB,CAAC,OAAO,CAC7B,IAAI,mBAAmB,CAAC,SAAS,CAAC,IAAI,gBAAgB,CAAC,SAAS,CAAC,GAAG,EACpE,EAAE,EAAE,MAAM,YAEV,MAAC,QAAQ,IACP,OAAO,EAAE,OAAO,EAChB,KAAK,EACH,KAAK,CAAC,CAAC,CAAC,CACN,KAAC,OAAO,IACN,WAAW,EAAE,WAAW,EACxB,EAAE,EAAC,IAAI,EACP,KAAK,EAAE,KAAK,EACZ,SAAS,EAAE,mCAAmC,GAC9C,CACH,CAAC,CAAC,CAAC,IAAI,EAEV,OAAO,EACL,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,CAChB,KAAC,aAAa,IAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,SAAS,EAAC,iBAAiB,GAAG,CAClF,CAAC,CAAC,CAAC,IAAI,EAEV,KAAK,EAAE,KAAK,EAAE,GAAG,IAAI,KAAC,GAAG,IAAC,SAAS,EAAC,cAAc,EAAC,KAAK,EAAE,KAAK,GAAI,aAElE,WAAW,CAAC,CAAC,CAAC,CACb,KAAC,WAAW,IAAC,SAAS,EAAC,oBAAoB,EAAC,WAAW,EAAE,WAAW,GAAI,CACzE,CAAC,CAAC,CAAC,IAAI,EACP,cAAc,CAAC,QAAQ,IAAI,EAAE,EAAE,OAAO,CAAC,EAEvC,qBAAqB;oBACpB,CAAC,CAAC,2BAA2B,CAAC,qBAAqB,EAAE,OAAO,CAAC;oBAC7D,CAAC,CAAC,IAAI,IACC,GACH,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,SAAS,cAAc,CAAC,QAAuB,EAAE,OAAqB;IACpE,OAAO,CACL,eAAK,SAAS,EAAC,gBAAgB,aAC5B,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,cAAK,SAAS,EAAC,MAAM,YAAE,QAAQ,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAO,CAAC,CAAC,CAAC,IAAI,EACvF,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CACjB,cAAK,SAAS,EAAC,MAAM,YAClB,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,GAC5D,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,CACP,CAAC;AACJ,CAAC;AAED,SAAS,kBAAkB,CAAC,OAAoB,EAAE,CAAS;IACzD,OAAO,CACL,cAAqB,SAAS,EAAE,uBAAuB,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,EAAE,YACvE,OAAO,CAAC,KAAK,IADN,MAAM,CAAC,CAAC,CAAC,CAEb,CACP,CAAC;AACJ,CAAC;AAED,SAAS,wBAAwB,CAAC,OAAoB,EAAE,CAAS,EAAE,OAAO,GAAG,SAAS;IACpF,MAAM,aAAa,GAAiC;QAClD,OAAO,EAAE,qBAAqB;QAC9B,SAAS,EAAE,YAAY;KACxB,CAAC;IACF,OAAO,CACL,cAAqB,SAAS,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,IAAI,aAAa,CAAC,OAAO,CAAC,EAAE,YACnF,OAAO,CAAC,WAAW,IADZ,MAAM,CAAC,CAAC,CAAC,CAEb,CACP,CAAC;AACJ,CAAC;AAED,SAAS,2BAA2B,CAAC,qBAA6B,EAAE,OAAO,GAAG,SAAS;IACrF,MAAM,YAAY,GAAiC;QACjD,OAAO,EAAE,qBAAqB;QAC9B,SAAS,EAAE,YAAY;KACxB,CAAC;IACF,OAAO,cAAK,SAAS,EAAE,kBAAkB,YAAY,CAAC,OAAO,CAAC,EAAE,YAAG,qBAAqB,GAAO,CAAC;AAClG,CAAC"}
1
+ {"version":3,"file":"ProductTile.js","sourceRoot":"","sources":["../../../src/components/ProductTile/ProductTile.tsx"],"names":[],"mappings":"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"}
@@ -3,7 +3,12 @@ import type { ButtonContent } from '../../ui-kit/Button/ButtonProps';
3
3
  import type { DescriptionContent } from '../../ui-kit/Description/DescriptionContent';
4
4
  import type { HeadingContent, HeadingTypeContent } from '../../ui-kit/Heading/HeadingContent';
5
5
  import type { ImageContent } from '../../ui-kit/Img/ImgProps';
6
- import type { TextBenefit } from '../BenefitsBlock/BenefitsBlockContent';
6
+ export interface TextBenefit {
7
+ /** @title Название */
8
+ label?: string;
9
+ /** @title Описание */
10
+ description?: string;
11
+ }
7
12
  /**
8
13
  * @title Продуктовая плитка
9
14
  */
@@ -1,3 +1,2 @@
1
- import { FC } from 'react';
2
- import { IntersectionObserverTagProps } from '../components/ContentPage/ContentPageContext';
3
- export declare const IntersectionObserverTag: FC<IntersectionObserverTagProps>;
1
+ import { IntersectionObserverComponent } from '../components/ContentPage/ContentPageContext';
2
+ export declare const IntersectionObserverTag: IntersectionObserverComponent;
@@ -1 +1 @@
1
- {"version":3,"file":"IntersectionObserverTag.js","sourceRoot":"","sources":["../../src/react/IntersectionObserverTag.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAM,WAAW,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAGhD,MAAM,CAAC,MAAM,uBAAuB,GAAqC,CAAC,KAAK,EAAE,EAAE;IACjF,MAAM,EAAE,GAAG,EAAE,gBAAgB,EAAE,eAAe,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAE5E,MAAM,oBAAoB,GAAG,MAAM,EAAwB,CAAC;IAC5D,MAAM,GAAG,GAAG,WAAW,CACrB,CAAC,GAAmC,EAAE,EAAE;QACtC,IAAI,GAAG,IAAI,CAAC,oBAAoB,CAAC,OAAO,EAAE;YACxC,oBAAoB,CAAC,OAAO,GAAG,IAAI,oBAAoB,CAAC,gBAAgB,EAAE,eAAe,CAAC,CAAC;YAC3F,oBAAoB,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;SAC3C;IACH,CAAC,EACD,CAAC,gBAAgB,EAAE,eAAe,CAAC,CACpC,CAAC;IAEF,OAAO,CACL,KAAC,GAAG,IAAC,GAAG,EAAE,GAAG,KAAM,IAAI,YACpB,QAAQ,GACL,CACP,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"IntersectionObserverTag.js","sourceRoot":"","sources":["../../src/react/IntersectionObserverTag.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,CAAC,MAAM,uBAAuB,GAAkC,CAAC,KAAK,EAAE,EAAE;IAC9E,MAAM,EAAE,GAAG,EAAE,gBAAgB,EAAE,eAAe,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAE5E,MAAM,oBAAoB,GAAG,MAAM,EAAwB,CAAC;IAC5D,MAAM,GAAG,GAAG,WAAW,CACrB,CAAC,GAAmC,EAAE,EAAE;QACtC,IAAI,GAAG,IAAI,CAAC,oBAAoB,CAAC,OAAO,EAAE;YACxC,oBAAoB,CAAC,OAAO,GAAG,IAAI,oBAAoB,CAAC,gBAAgB,EAAE,eAAe,CAAC,CAAC;YAC3F,oBAAoB,CAAC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;SAC3C;IACH,CAAC,EACD,CAAC,gBAAgB,EAAE,eAAe,CAAC,CACpC,CAAC;IAEF,OAAO,CACL,KAAC,GAAG,IAAC,GAAG,EAAE,GAAG,KAAM,IAAI,YACpB,QAAQ,GACL,CACP,CAAC;AACJ,CAAC,CAAC"}
@@ -472,7 +472,7 @@
472
472
 
473
473
  const Headline = JSX(({ bgColorHeadline = 'transparent', className = '', title, description, image, align = 'left', }) => {
474
474
  const STYLE_MAPS = HEADLINE_BLOCK_STYLE_MAPS[bgColorHeadline];
475
- return (jsxs("section", { className: `px-4 py-6 ${STYLE_MAPS.background} ${className}`, children: [title ? (jsx(Heading, { headingType: "h2", className: `${STYLE_MAPS.text} ${ALIGN_TEXT[align]}`, title: title })) : null, description ? (jsx("p", { className: `font-normal text-m-md ${STYLE_MAPS.description} ${ALIGN_TEXT[align]} ${title ? 'mt-2.5' : ''}`, children: description })) : null, image?.src && (jsx("div", { className: "mt-5 mx-auto flex justify-center", children: jsx(Img, { image: image }) }))] }));
475
+ return (jsxs("section", { className: `px-4 py-6 flex flex-col gap-2.5 ${STYLE_MAPS.background} ${className}`, children: [title ? (jsx(Heading, { headingType: "h2", className: `${STYLE_MAPS.text} ${ALIGN_TEXT[align]}`, title: title })) : null, description ? (jsx("p", { className: `font-normal text-m-md ${STYLE_MAPS.description} ${ALIGN_TEXT[align]} `, children: description })) : null, image?.src && (jsx("div", { className: "mt-2.5 mx-auto flex justify-center", children: jsx(Img, { image: image }) }))] }));
476
476
  });
477
477
 
478
478
  // column-gap between children of SwipeListControl container
@@ -635,19 +635,19 @@
635
635
  const LinkDocsListItem = JSX(({ className = '', doc, icon }) => (jsx(LinkDocsListItemBase, { className: `flex h-full box-border ${className}`, iconClassName: "mr-3 min-w-6 min-h-6", doc: doc, icon: icon })));
636
636
 
637
637
  const LinkDocsHorizontalList = JSX(({ context, hasBorder = true, documents, icon }) => {
638
- return (jsx(SwipeListControl, { context: context, className: "text-m-sm text-primary-main", children: documents?.length
638
+ return (jsx(SwipeListControl, { context: context, className: "text-m-sm text-primary-main mt-5", children: documents?.length
639
639
  ? documents.map((doc, i) => (jsx(LinkDocsListItem, { className: hasBorder ? 'rounded-md border-main-stroke border border-solid p-4' : '', doc: doc, icon: icon }, String(i))))
640
640
  : null }));
641
641
  });
642
642
 
643
643
  const LinkDocsVerticalList = JSX(({ hasBorder = true, documents, icon }) => {
644
- return (jsx("div", { className: `text-m-sm text-primary-main flex flex-col ${hasBorder ? 'gap-3.5' : 'gap-2'}`, role: "list", children: documents?.length
644
+ return (jsx("div", { className: `text-m-sm text-primary-main flex flex-col mt-5 ${hasBorder ? 'gap-3.5' : 'gap-2'}`, role: "list", children: documents?.length
645
645
  ? documents.map((doc, i) => (jsx("div", { role: "listitem", children: jsx(LinkDocsListItem, { className: hasBorder ? 'rounded-md border-main-stroke border border-solid p-4' : '', doc: doc, icon: icon }) }, String(i))))
646
646
  : null }));
647
647
  });
648
648
 
649
- const LinkDocs = JSX(({ className = '', context, title, subtitle, icon = { icon: 'DocIconMonoColor' }, documents, orientation = 'vertical', hasBorder = true, }) => {
650
- return (jsxs("section", { className: `font-sans text-primary-text py-6 px-4 bg-white overflow-x-hidden ${className}`, children: [title ? (jsx(Heading, { headingType: "h2", className: `text-center ${subtitle ? 'mb-2' : 'mb-5'}`, title: title })) : null, subtitle ? (jsx("h3", { className: "mt-0 font-normal mb-5 text-center text-m-md", children: subtitle })) : null, orientation === 'vertical' ? (jsx(LinkDocsVerticalList, { hasBorder: hasBorder, documents: documents, icon: icon })) : (jsx(LinkDocsHorizontalList, { context: context, hasBorder: hasBorder, documents: documents, icon: icon }))] }));
649
+ const LinkDocs = JSX(({ className = '', context, title, description, icon = { icon: 'DocIconMonoColor' }, documents, orientation = 'vertical', hasBorder = true, }) => {
650
+ return (jsxs("section", { className: `font-sans text-primary-text py-6 px-4 bg-white overflow-x-hidden ${className}`, children: [jsx(Headline, { className: `!p-0 ${description ? 'gap-2' : 'gap-5'}`, title: title, description: description, context: context, align: "center", headingType: "h3" }), orientation === 'vertical' ? (jsx(LinkDocsVerticalList, { hasBorder: hasBorder, documents: documents, icon: icon })) : (jsx(LinkDocsHorizontalList, { context: context, hasBorder: hasBorder, documents: documents, icon: icon }))] }));
651
651
  });
652
652
 
653
653
  const isURL = (href) => href?.includes('//');
@@ -993,9 +993,7 @@
993
993
  const cellClasses = `h-full ${DIVIDER_CLASSES}`;
994
994
  return (jsx("div", { className: cellWrapperClasses, role: "cell", children: jsx("div", { className: cellClasses, children: cell.map(renderCellInner$1(isFillGradient, rowHeader)) }) }));
995
995
  });
996
- const labelStyle = (isFillGradient = false) => `text-right ${isFillGradient ? 'text-white' : ''}`;
997
- const descriptionStyle = (isFillGradient = false) => `text-right ${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`;
998
- const renderCellInner$1 = (isFillGradient, rowHeader) => ({ label, description }, i) => (jsxs("div", { className: "flex justify-between text-m-sm py-3.5", children: [jsx("div", { className: `${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: rowHeader }), jsxs("div", { className: "basis-1/2", children: [label ? jsx("div", { className: labelStyle(isFillGradient), children: label }) : null, description ? (jsx("div", { className: descriptionStyle(isFillGradient), children: description })) : null] })] }, String(i)));
996
+ const renderCellInner$1 = (isFillGradient, rowHeader) => ({ label, description }, i) => (jsxs("div", { className: "flex justify-between text-m-sm py-3.5", children: [jsx("div", { className: `${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: rowHeader }), jsxs("div", { className: "basis-1/2", children: [label ? (jsx("div", { className: `text-right ${isFillGradient ? 'text-white' : ''}`, children: label })) : null, description ? (jsx("div", { className: `text-right ${isFillGradient ? 'text-white/80' : 'text-secondary-text'}`, children: description })) : null] })] }, String(i)));
999
997
 
1000
998
  const TableColumn = JSX(({ header, columnData, visibleRowLength = 0, isFillGradient, showRow, onToggleColumn }) => {
1001
999
  const columnDataView = columnData?.slice(0, showRow ? columnData.length : visibleRowLength);
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniMobileBlocks={})}(this,(function(e){"use strict";const t=(e,n)=>{t._jsx=e,t._jsxs=n||e};t.vue=e=>{t(((t,{children:n,dangerouslySetInnerHTML:l,...r}={})=>{const a=Object.assign({},r,l?{innerHTML:l.__html}:{});return e(t,a,"string"!=typeof t?()=>n:n)}))};const n=(...e)=>t._jsx(...e),l=(...e)=>t._jsxs(...e),r=e=>(e._tmpl||(e._tmpl=function(t,n){const{children:l,...r}=t||{},a=n?.slots?.default,o=l||a&&a();return e(Object.assign(r,o&&{children:o}),n)},e._tmpl.inheritAttrs=!1),e._tmpl);const a="likesToken";const o={h1:"text-m-title",h2:"text-m-title",h3:"text-m-title-md",h4:"text-m-title-xs",h5:"text-m-title-xs",h6:"text-m-title-xs"},i=r((e=>{const{className:t,headingType:l,title:r,as:a}=e;if(!l)return;return n(a||l,{className:`font-sans font-medium m-0 ${o[l]} ${t||""}`,children:r})}));var c,s;!function(e){e.ActualBalanceIcon="ActualBalanceIcon",e.AirPlane="AirPlane",e.AppleIcon="AppleIcon",e.ArrowDownIcon="ArrowDownIcon",e.ArrowLeftIcon="ArrowLeftIcon",e.ArrowUpIcon="ArrowUpIcon",e.AtmIcon="AtmIcon",e.BankIcon="BankIcon",e.BurgerIcon="BurgerIcon",e.Calendar2Icon="Calendar2Icon",e.CalendarCircleIcon="CalendarCircleIcon",e.CalendarIcon="CalendarIcon",e.CalendarTickIcon="CalendarTickIcon",e.CardIcon="CardIcon",e.CardPosIcon="CardPosIcon",e.CardTickIcon="CardTickIcon",e.CardWithGemIcon="CardWithGemIcon",e.CarIcon="CarIcon",e.ChartSquareIcon="ChartSquareIcon",e.CinemaIcon="CinemaIcon",e.ClockIcon="ClockIcon",e.CloseIcon="CloseIcon",e.ComfortableCompIcon="ComfortableCompIcon",e.CreditCardsIcon="CreditCardsIcon",e.DiscountShapeIcon="DiscountShapeIcon",e.DocIcon="DocIcon",e.DocIconMonoColor="DocIconMonoColor",e.DocsIcon="DocsIcon",e.DocumentTextIcon="DocumentTextIcon",e.DollarIcon="DollarIcon",e.DoneIcon="DoneIcon",e.EarthIcon="EarthIcon",e.EmptyWalletChangeIcon="EmptyWalletChangeIcon",e.EmptyWalletIcon="EmptyWalletIcon",e.EuroIcon="EuroIcon",e.GeolocationIcon="GeolocationIcon",e.GlassIcon="GlassIcon",e.GlobalIcon="GlobalIcon",e.GpsIcon="GpsIcon",e.GridIcon="GridIcon",e.InterestGrowthIcon="InterestGrowthIcon",e.InterestIcon="InterestIcon",e.JCBIcon="JCBIcon",e.LoupeIcon="LoupeIcon",e.MasterCardIcon="MasterCardIcon",e.MinusIcon="MinusIcon",e.MirIcon="MirIcon",e.MoneyIcon="MoneyIcon",e.MoneyInsuranceIcon="MoneyInsuranceIcon",e.MonitorMobileIcon="MonitorMobileIcon",e.NewDocIcon="NewDocIcon",e.OfficeIcon="OfficeIcon",e.OkIcon="OkIcon",e.PassSendIcon="PassSendIcon",e.PercentageRoundIcon="PercentageRoundIcon",e.PercentageSquareIcon="PercentageSquareIcon",e.PersonalCardIcon="PersonalCardIcon",e.PlayMarketIcon="PlayMarketIcon",e.PlusIcon="PlusIcon",e.PowerIcon="PowerIcon",e.Profile2UserIcon="Profile2UserIcon",e.ProfileIcon="ProfileIcon",e.PumpkinIcon="PumpkinIcon",e.RoundRubleIcon="RoundRubleIcon",e.SafeIcon="SafeIcon",e.ShieldTickIcon="ShieldTickIcon",e.SignDocsIcon="SignDocsIcon",e.SmallClockIcon="SmallClockIcon",e.SoundIcon="SoundIcon",e.TelegramIcon="TelegramIcon",e.UnionPayIcon="UnionPayIcon",e.UserTickIcon="UserTickIcon",e.VisaIcon="VisaIcon",e.VKIcon="VKIcon",e.WalletAdd2Icon="WalletAdd2Icon",e.WalletAddIcon="WalletAddIcon",e.WalletIcon="WalletIcon",e.WalletWithMoneyIcon="WalletWithMoneyIcon",e.WateringCan="WateringCan"}(c||(c={})),function(e){e.ActualBalanceIcon="Деньги",e.AirPlane="Самолет",e.AppleIcon="Лого «Apple»",e.ArrowDownIcon="Стрелка 'Вниз'",e.ArrowLeftIcon="Стрелка",e.ArrowUpIcon="Стрелка вверх",e.AtmIcon="Банкомат",e.BankIcon="Банк",e.BurgerIcon="Бургер",e.Calendar2Icon="Календарь 2",e.CalendarCircleIcon="Скруглённый календарь",e.CalendarIcon="Календарь",e.CalendarTickIcon="Календарь с галочкой",e.CardIcon="Кред. карта",e.CardPosIcon="Кред. карта под наклоном",e.CardTickIcon="Кред. карта с галочкой",e.CardWithGemIcon="Карта с драгоценностями",e.CarIcon="Машина",e.ChartSquareIcon="Деньги внутри кошелька",e.CinemaIcon="Кино",e.ClockIcon="Часы",e.CloseIcon="Крестик",e.ComfortableCompIcon="Кресло",e.CreditCardsIcon="Кредитные карты",e.DiscountShapeIcon="Скидка",e.DocIcon="Документ",e.DocIconMonoColor="Документ (одноцветный)",e.DocsIcon="Документы",e.DocumentTextIcon="Документ с текстом",e.DollarIcon="Доллар",e.DoneIcon="Зелёная 'галочка'",e.EarthIcon="Земля",e.EmptyWalletChangeIcon="Пустой кошелёк с возвратом",e.EmptyWalletIcon="Пустой кошелёк",e.EuroIcon="Евро",e.GeolocationIcon="Геолокация",e.GlassIcon="Зеркало",e.GlobalIcon="Глобус",e.GpsIcon="Gps",e.GridIcon="Сетка (белая)",e.InterestGrowthIcon="Диаграмма роста",e.InterestIcon="Скидка",e.JCBIcon="JCB",e.LoupeIcon="Лупа",e.MasterCardIcon="MasterCard",e.MinusIcon="Минус",e.MirIcon="МИР",e.MoneyIcon="Деньги",e.MoneyInsuranceIcon="Денежное страхование",e.MonitorMobileIcon="Монитор и мобильный",e.NewDocIcon="Новый документ",e.OfficeIcon="Офис",e.OkIcon="Лого «Одноклассники»",e.PassSendIcon="Бизнес",e.PercentageRoundIcon="Проценты (круг.)",e.PercentageSquareIcon="Проценты",e.PersonalCardIcon="Персональная карта",e.PlayMarketIcon="Лого «PlayMarket»",e.PlusIcon="Плюс",e.PowerIcon="Щит",e.Profile2UserIcon="Профиль, 2 персоны",e.ProfileIcon="Профиль",e.PumpkinIcon="Тыква",e.RoundRubleIcon="Рубль (круг.)",e.SafeIcon="Сейф",e.ShieldTickIcon="Безопасность",e.SignDocsIcon="Подписанные документы",e.SmallClockIcon="Маленькие часы",e.SoundIcon="Звук",e.TelegramIcon="Лого «Telegram»",e.UnionPayIcon="UnionPay",e.UserTickIcon="Пользователь",e.VisaIcon="Visa",e.VKIcon="Лого «VK»",e.WalletAdd2Icon="Пополнение карты",e.WalletAddIcon="Кошелёк с плюсом",e.WalletIcon="Кошелёк",e.WalletWithMoneyIcon="Кошелёк с деньгами",e.WateringCan="Добавить продукт"}(s||(s={}));const d=new class{_={PROD_BRANCH:"master",FORCED_DRAFT_FLOW:!1};setup(e){this._=e}get TEST_BRANCH(){return this._.TEST_BRANCH}get RC_BRANCH(){return this._.RC_BRANCH}get PROD_BRANCH(){return this._.PROD_BRANCH}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ENABLE_ASSIST(){return this._.ENABLE_ASSIST}get SITEMAP(){return this._.SITEMAP}get CDN(){return this._.CDN}},m={normal:"text-primary-main",black:"text-black",white:"text-black invert"},h=r((({className:e="",imageClassName:t="",name:r="",alt:a=`Иконка ${s[r]||r}`,title:o=a,iconVersion:i="normal",asSVG:c,...h})=>{const u=`${d.CDN||""}icons/${r}.svg`;return c?l("svg",{className:e,...h,"aria-hidden":"true",children:[o?n("title",{children:o}):null,a?n("desc",{children:a}):null,n("use",{className:`${m[i]} ${t}`,href:`${u}#icon`,xlinkHref:`${u}#icon`})]}):n("img",{className:e,src:u,alt:a,title:o,...h,"aria-hidden":"true"})}));function u(e){return"string"==typeof e?"normal":e.iconVersion||"normal"}const p=r((({className:e="",image:t,imageClassName:l="",...r})=>{const a="string"==typeof t?t:t?.icon;return a||""===a?n(h,{className:e,imageClassName:l,iconVersion:u(t),name:a,...r}):n(x,{className:e,imageClassName:l,image:t})})),x=r((({className:e="",image:t,imageClassName:r=""})=>t?l("picture",{className:e,children:[t?.sources?.length?t.sources.map((({src:e,format:t},l)=>n("source",{srcSet:e,type:b(t)},`${l}_${e}`))):null,g(t,r)]}):null)),g=(e,t="")=>{const l={width:e.size?.width?`${e.size?.width}px`:"100%",height:e.size?.height?`${e.size?.height}px`:"100%"},r=e.title||"",a=e.alt||e.title;return n("img",{src:e.src,className:`m-auto ${t}`,alt:a,title:r,style:l,...e.size})};function b(e){return e?`image/${String(e)}`:void 0}const f={left:"text-left",center:"text-center",right:"text-right"},y={transparent:{background:"bg-transparent",text:"text-primary-text",description:"text-primary-text"},primary:{background:"bg-white",text:"text-primary-text",description:"text-primary-text"},secondary:{background:"bg-primary-main",text:"text-white",description:"text-white/80"}},v=r((({bgColorHeadline:e="transparent",className:t="",title:r,description:a,image:o,align:c="left"})=>{const s=y[e];return l("section",{className:`px-4 py-6 ${s.background} ${t}`,children:[r?n(i,{headingType:"h2",className:`${s.text} ${f[c]}`,title:r}):null,a?n("p",{className:`font-normal text-m-md ${s.description} ${f[c]} ${r?"mt-2.5":""}`,children:a}):null,o?.src&&n("div",{className:"mt-5 mx-auto flex justify-center",children:n(p,{image:o})})]})})),N=r((({children:e,activeIndex:t,indexFraction:l,showDots:r})=>{const a=e=>n=>{if(e===t)return;const l=n.currentTarget.parentElement?.previousElementSibling;l?.children[e]?.scrollIntoView({behavior:"smooth",block:"nearest"})};return r&&e?.length?n("div",{className:"flex gap-2 mx-auto mt-5 w-fit",children:e?.map(((e,r)=>n("div",{onClick:a(r),className:"bg-primary-main opacity-30 w-1.5 h-1.5 min-w-1.5 min-h-1.5 rounded-full",style:w(r,t,l),"aria-hidden":!0},String(r))))}):null})),w=(e,t,n)=>{if(e<t||e>t+1)return null;const l=1-n;return e===t?{opacity:""+(.3+.7*l),width:6+16*l+"px"}:{opacity:""+(.3+.7*n),width:6+16*n+"px"}},I=r((({className:e="",children:t,...l})=>n("div",{className:`snap-center snap-always min-w-full box-border ${e}`,role:"listitem",...l,children:t}))),C=e=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e}px`}),k=r((({className:e="",children:t,activeIndex:l,onScroll:r,gap:a=14,padding:o=16})=>n("div",{className:`overflow-auto flex horizontal-list no-scrollbar ${e}`,style:{...C(o),gap:`${a}px`},role:"list",onScroll:r,children:t?.length?t?.map(((e,t)=>n(I,{style:C(o/4),"aria-current":Boolean(l===t),children:e},String(t)))):n(I,{children:t})}))),S=r((({className:e,context:t,children:r,gap:a=14,padding:o=16,showDots:i=!0,onSlideChange:c})=>{const[s,d]=t.useState(0),[m,h]=t.useState(0),u={activeIndex:s,indexFraction:m,showDots:i,children:r};return l("div",{className:e,children:[n(k,{gap:a,padding:o,activeIndex:s,onScroll:e=>{const{scrollLeft:t,clientWidth:n,childElementCount:l,scrollWidth:r,children:i}=e.currentTarget,m=i[0].offsetWidth-o/2,u=(({gap:e,padding:t,clientWidth:n,scrollWidth:l,childElementCount:r,itemWidth:a})=>{const o=l-n;if(2===r)return[[0,o],[o,l]];const i=a+e,c=n-e-t,s=r-2,d=new Array(r).fill(0).map(((e,t)=>0===t||t===s?[t>0?o-c:0,t>0?o:c]:[(t-1)*i+c,t*i+c]));return d[r-1]=[o,l],d})({gap:a,padding:o,clientWidth:n,scrollWidth:r,childElementCount:l,itemWidth:m}),{index:p,fraction:x}=((e,t)=>{const n=t.findIndex((([t,n])=>t<=e&&e<n));if(n<0)return{index:n,fraction:0};const[l,r]=t[n];return{index:n,fraction:(e-l)/(r-l)}})(t,u);p!==s&&c&&c(),d(p),h(x)},children:r}),n(N,{...u})]})})),$=r((({className:e,iconClassName:t,textClassName:r,suffixClassName:a,doc:o,icon:i})=>{const{text:c,fileSize:s,...d}=o;return l("a",{className:e,role:"link",...d,children:[i?n(p,{className:t,image:i,width:"24px",height:"24px",asSVG:!0}):null,c?l("span",{className:r,children:[c,n("span",{className:a,children:d?.href&&T(D(d.href),s)})]}):null]})})),T=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),D=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},B=r((({className:e="",doc:t,icon:l})=>n($,{className:`flex h-full box-border ${e}`,iconClassName:"mr-3 min-w-6 min-h-6",doc:t,icon:l}))),R=r((({context:e,hasBorder:t=!0,documents:l,icon:r})=>n(S,{context:e,className:"text-m-sm text-primary-main",children:l?.length?l.map(((e,l)=>n(B,{className:t?"rounded-md border-main-stroke border border-solid p-4":"",doc:e,icon:r},String(l)))):null}))),_=r((({hasBorder:e=!0,documents:t,icon:l})=>n("div",{className:"text-m-sm text-primary-main flex flex-col "+(e?"gap-3.5":"gap-2"),role:"list",children:t?.length?t.map(((t,r)=>n("div",{role:"listitem",children:n(B,{className:e?"rounded-md border-main-stroke border border-solid p-4":"",doc:t,icon:l})},String(r)))):null}))),V=r((({className:e="",context:t,title:r,subtitle:a,icon:o={icon:"DocIconMonoColor"},documents:c,orientation:s="vertical",hasBorder:d=!0})=>l("section",{className:`font-sans text-primary-text py-6 px-4 bg-white overflow-x-hidden ${e}`,children:[r?n(i,{headingType:"h2",className:"text-center "+(a?"mb-2":"mb-5"),title:r}):null,a?n("h3",{className:"mt-0 font-normal mb-5 text-center text-m-md",children:a}):null,"vertical"===s?n(_,{hasBorder:d,documents:c,icon:o}):n(R,{context:t,hasBorder:d,documents:c,icon:o})]}))),A=e=>e?.includes("//"),P=e=>(e||"").replace(/\/?\?.*/,""),L=e=>{if(!e||!A(e))return;const t=e,n=t.indexOf("//"),l=t.indexOf("/",n+"//".length);return-1!==l?t.substring(0,l):t};var M=Object.freeze({__proto__:null,isURL:A,withoutQuery:P,getOrigin:L,getHash:e=>{if(!e||!A(e))return;const t=e.indexOf("#");return-1!==t?e.substring(t,e.length):void 0}});const G="/mobile",j=(e,t)=>{if(!e)return e;const n=L(t?.href);return n?e.replace(n,"")||"/":e},W=e=>e;function U({router:e,handlerDecorator:t=W},n){const l=((e,t)=>{if(!e)return e;const n=j(e,t)||"",l=t?.pathname.startsWith(G);return l&&!A(n)?`/mobile${n}`:n})(n.href,e);return{...n,href:l,"aria-label":n.text,onClick:t((t=>{const r=l&&!A(l),a=!n.target||"_self"===n.target;r&&a&&(t.preventDefault(),e.push(l))}),n)}}const E=r((e=>{const{text:t,aboveText:r,appendLeft:a,appendRight:o}=e;return l("div",{className:O(e),children:[a||null,F(e)?l("div",{children:[n("div",{className:"text-m-2xs font-light text-left",children:r}),n("div",{className:"text-button text-left",children:t})]}):null,o||null]})})),O=e=>{const{version:t,aboveText:n,rounded:l}=e;if("link"===t)return"";const r="px-8 gap-2 "+(n?"py-2":"py-[18px]");return["flex items-center justify-center",F(e)?r:"h-12 w-12",l?"rounded-full":""].join(" ")},F=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),H={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-secondary-light hover:bg-secondary-hover active:bg-secondary-active",link:"text-primary-main"},z={primary:"bg-secondary-dark text-secondary-text",secondary:"bg-secondary-light text-secondary-text",link:""},Z="w-full text-center font-sans select-none",J=r((({className:e,text:t,aboveText:l,appendLeft:r,href:a,target:o,onClick:i,children:c,disabled:s,rounded:d,version:m="primary",ariaLabel:h,...u})=>{const p=c??n(E,{text:t,aboveText:l,appendLeft:r,rounded:d,version:m});return s?n("div",{role:"button","aria-disabled":"true","aria-label":h,tabIndex:"-1",className:`inline-block ${Z} ${z[m]||""} ${d?"rounded-full":"rounded-md"} ${e||""}`,children:p}):n("a",{className:`${Z} inline-block cursor-pointer no-underline ${H[m]||""} ${d?"rounded-full":"rounded-md"} ${e||""}`,href:a,target:o,onClick:i,"aria-label":h,role:a?"link":"button",...u,children:p})})),q=r((({context:e,className:t="",buttons:l})=>{const{handlerDecorator:r}=e,a=e.useRouter();return l?.length?n("div",{className:t,children:l.map(((e,t)=>function({icon:e,...t},l){if(!t?.text)return;return n(J,e?{appendLeft:n(p,{image:e,width:"24",height:"24",asSVG:!0}),...t}:{...t},String(l))}(U({router:a,handlerDecorator:r},e),t)))}):null}));const K=r((e=>{const{className:t="",description:l}=e;return n("div",{className:`font-normal text-base ${t}`,children:l})})),Q={primary:"rounded-full inline-block mr-3 mt-2",secondary:"rounded-full inline-block mr-3 mt-2",gray:"rounded-full inline-block mr-3 mt-2",tile:"rounded-full inline-block mr-4 mt-3","tile-white":"rounded-full inline-block mr-4 mt-3"},Y={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text",tile:"bg-black","tile-white":"bg-white"},X=r((({className:e="",isDotted:t=!0,children:r,version:a="primary"})=>l("div",{className:`font-sans flex items-start ${e}`,role:"listitem",children:[t?n("div",{className:ee(a)}):null,n("span",{children:r})]}))),ee=e=>`${Q[e]} ${Y[e]} ${{primary:"w-2 h-2 min-w-2 min-h-2",secondary:"w-2 h-2 min-w-2 min-h-2",gray:"w-1.5 h-1.5 min-w-1.5 min-h-1.5",tile:"w-[7px] h-[7px] min-w-[7px] min-h-[7px]","tile-white":"w-[7px] h-[7px] min-w-[7px] min-h-[7px]"}[e]}`,te={primary:"text-primary-text",secondary:"text-white",gray:"text-secondary-text",tile:"text-primary-text","tile-white":"text-white"},ne=r((e=>{const{className:t="",itemClassName:l,isDotted:r,items:a,version:o="primary"}=e;return n("section",{className:`${te[o]} ${t}`,role:"list",children:a?.length?a.map(((e,t)=>n(X,{className:l,isDotted:r,version:o,children:e},String(t)))):null})})),le=r((({className:e="",title:t,children:r,buttons:a,image:o,anchor:i=null})=>l("div",{className:`font-sans flex flex-col grow h-full items-start ${e}`,id:i,children:[t,l("div",{className:"flex grow w-full justify-between",children:[l("div",{className:"flex flex-col justify-between w-full",children:[n("div",{children:r}),a?n("div",{children:a}):null]}),o]})]}))),re={primary:"text-primary-text",secondary:"text-white"},ae={primary:"text-secondary-text",secondary:"text-white"};function oe(e){let t="text-primary-main";return"secondary"===e&&(t="text-black"),`w-6 h-6 rounded-full box-border ${t}`}const ie=r((({className:e="",context:t,title:r,headingType:a="h2",description:o,benefits:c,benefitsVersion:s="normal",buttons:d,image:m,items:h,version:u="primary",isDotted:x=!0,label:g})=>l("div",{className:`w-full ${e}`,children:[l("div",{children:[g?de(g,u):null,l(le,{context:t,title:r?n(i,{headingType:a,title:r,className:"whitespace-pre-wrap max-w-[600px]"}):null,buttons:d?.length?n(q,{context:t,buttons:d,className:"flex flex-col mt-5 gap-2.5"}):null,children:[o?n(K,{className:"mt-3 text-m-md",description:o}):null,c?.filter((e=>e.label))?.length?n("div",{className:"mt-3",children:c.map(((e,t)=>function({benefit:e,version:t="primary"},r){const a="secondary"===t;return l("div",{className:"flex gap-3 items-center mb-2.5 last:mb-0",children:[e.icon?n(p,{className:oe(t),image:{...e?.icon,iconVersion:a?"white":"normal"},width:"24",height:"24",asSVG:!0}):null,n("div",{className:`font-medium text-m-title-xs m-0 ${re[t]}`,children:e.label}),e.description&&n("div",{className:`font-normal text-m-sm ${ae[t]}`,children:e.description})]},String(r))}({benefit:e,version:u,benefitsVersion:s},t)))}):null,h?.length?n(ne,{className:"mt-3 text-m-md",items:h,version:u,isDotted:x}):null]})]}),ce(m)]})));function ce(e){return e?.src?n(p,{imageClassName:"mt-5 mx-auto block",image:{className:"block",...e}}):null}const se={primary:"text-primary-main border-secondary-hover",secondary:"text-white/80"},de=(e,t)=>n("div",{className:`m-xs px-2.5 py-1.5 mb-5 rounded-md border-2 border-solid w-fit ${se[t]}`,children:e}),me={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},he=r((e=>{const{className:t="",version:l="primary"}=e;return n("section",{className:`font-sans bg-white px-4 py-6 ${me[l]} ${t}`,children:n(ie,{...e})})})),ue={primary:{background:"bg-white",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"},secondary:{background:"bg-primary-main",icon:"bg-white text-primary-main",title:"text-white",description:"text-white"},"secondary-light":{background:"bg-primary-main/10",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"}},pe=r((({title:e,description:t,blockVersion:r="primary",iconVersion:a,image:o,className:i="",items:c,isDotted:s=!0})=>{const d=ue[r];return l("section",{className:`font-sans px-4 py-[18px] flex flex-col ${d.background} ${i}`,children:["small"===a?xe(d.icon):null,"big"===a?ge(o):null,l("div",{className:"py-0.5",children:[e?n("div",{className:`font-medium text-base mb-1 ${d.title}`,children:e}):null,t?n("div",{className:`text-sm ${d.description}`,children:t}):null,c?.length?n(ne,{className:"mt-1 text-m-md",items:c,isDotted:s,version:"secondary"===r?"secondary":"gray"}):null]})]})}));function xe(e){return n("div",{className:"mb-3",children:n("div",{className:`rounded-full h-4 w-4 text-center text-xs ${e}`,children:"i"})})}function ge(e){return e?.src?n(p,{className:"pb-3 mr-auto",image:e}):null}const be={primary:"bg-white",secondary:"bg-primary-main text-white"},fe=r((({context:e,title:t,description:r,cards:a=[],className:o,orientation:c="horizontal"})=>l("section",{className:`relative font-sans text-primary-text bg-white px-4 py-6 overflow-hidden ${o}`,children:[l("div",{className:"flex flex-col items-center mb-5",children:[t?n(i,{headingType:"h3",className:"text-center "+(r?"mb-2":"mb-5"),title:t}):null,r?n("div",{className:"font-normal text-m-md max-w-[600px] text-center mb-5",children:r}):null]}),ye(c,a,e)]})));function ye(e,t,l){return"horizontal"===e?n(S,{context:l,children:t?.map(ve)}):n("div",{className:"grid gap-[14px]",children:t?.map(ve)})}function ve(e,t){return l("div",{className:`h-full justify-between box-border horizontal-list-item border-solid border rounded-md border-main-stroke p-4 flex flex-col\n ${be[e.version??"primary"]}`,children:[l("div",{children:[e.image?.src?n("div",{className:"flex justify-center",children:n(p,{className:"mb-3.5",image:e.image})}):null,e.title?n("h3",{className:"font-medium text-m-title-xs m-0",children:e.title}):null,e.description?Ne(e):null,e.items?.length?we(e.items,e.isDotted,e.version):null]}),e?.button?.text?(r=e.button,n(J,{className:"mt-3",appendLeft:r?.icon&&n(p,{image:r?.icon,width:"24px",height:"24px",asSVG:!0}),...r})):null]},t);var r}function Ne(e){return n("div",{className:"text-secondary-text mt-1 text-m-sm "+("secondary"===e.version?"text-white opacity-80":""),children:e.description})}function we(e,t,r="primary"){return n("section",{className:"mt-3",children:e.map(((e,a)=>l("div",{children:[t?n("div",{className:ee(r)}):null,n("span",{className:"text-m-md font-medium",children:e.title}),n("span",{className:"text-m-sm pl-2 "+("primary"===r?"text-secondary-text":""),children:e.text})]},String(a))))})}const Ie=r((({className:e="",documents:t,anchor:l=null})=>n("section",{className:`font-sans bg-white mt-[10px] ${e}`,id:l,children:n("ul",{className:"flex flex-col text-sm text-secondary-text p-0",children:t?.length?Ce(t):null})}))),Ce=e=>e.map(((e,t)=>{const{text:l,...r}=e;return n("li",{className:"mb-4 list-none",children:n("a",{className:"hover:text-primary-main",role:"link",...r,children:l||null})},`list_item_${String(t)}`)})),ke={Headline:v,LinkDocs:V,TextBlock:pe,ProductBlock:he,Gallery:fe,LinkList:Ie},Se=({blocks:e,context:t,className:n,columns:l})=>e?.length?e.map($e({context:t,className:n,columns:l})):null,$e=({context:e,columns:t,className:l})=>(r,a)=>{const o=r?.blockListType;if(!o||!(o in ke))return null;return n("div",{className:`${l} ${2===t?"w-1/2":""}`,children:n(ke[o],{context:e,...r,className:"!p-0"})},`block_${a}`)},Te=r((({blocks:e,context:t})=>n("div",{className:"transition-all duration-300 max-h-0 overflow-hidden group-last:last:pb-0",children:Se({context:t,className:"mb-5 last:mb-0 first:mt-2",blocks:e})}))),De=r((({label:e,labelIcon:t,blocks:r,bordered:a,context:o})=>{const{hasContent:i,icon:c,handleToggle:s}=(({context:e,blocks:t,initialState:n=!1})=>{const[l,r]=e.useState(n),a=t?.length;return{isActive:l,hasContent:a,icon:l?"MinusIcon":"PlusIcon",handleToggle:e=>{if(!a)return;r(!l);const t=(({currentTarget:e})=>e.nextSibling)(e);t.style.maxHeight=t.style.maxHeight?null:`${t.scrollHeight}px`}}})({context:o,blocks:r});return l("li",{className:`${Be(a)} border-solid border-main-divider`,children:[l("button",{className:`border-none bg-transparent flex justify-between text-left w-full font-sans text-primary-text\n ${a?"":"py-[14px] px-0"}\n ${i?"group cursor-pointer":""}`,onClick:s,children:[l("span",{className:"text-m-title-xs pr-2.5 font-medium flex "+(i?"group-hover:text-primary-main":""),children:[t?n(p,{image:t,width:"24",height:"24",asSVG:!0,className:"mr-3"}):null,e]}),i?n(p,{image:c,width:"24",height:"24",asSVG:!0}):null]}),i?n(Te,{blocks:r,context:o}):null]})}));function Be(e){return e?"border p-4 rounded mb-4":"border-0 border-b last:border-b-0"}const Re=r((({title:e,description:t,accordionItems:r,context:a,className:o="",bordered:c})=>l("section",{className:`py-6 px-4 font-sans bg-white text-primary-text ${o}`,children:[e?n(i,{headingType:"h3",className:"mb-2 text-center",title:e}):null,t?n("div",{className:"mb-5 text-m-md text-center",children:t}):null,r?.length?n("ul",{className:"list-none m-0 p-0",children:r.map(((e,t)=>n(De,{...e,context:a,bordered:c},`AccordionItem${t}`)))}):null]}))),_e=(e=!1)=>e?"text-white":"",Ve=(e=!1)=>"text-m-sm mb-3.5 "+(e?"text-white":"text-secondary-text/80"),Ae=r((({icon:e,image:t,title:r,subtitle:a,isFillGradient:o})=>l("div",{role:"columnheader",scope:"col",children:[e?n(p,{className:"h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4",image:e,width:"63",height:"63"}):null,t?.src&&n("div",{className:"mb-3.5",children:n(p,{image:t})}),r?n(i,{headingType:"h4",className:_e(o),title:r}):null,a?n("div",{className:Ve(o),children:a}):null]}))),Pe=r((({cell:e,rowHeader:t,isFillGradient:l=!1})=>n("div",{className:"box-border flex flex-col",role:"cell",children:n("div",{className:"h-full border-main-divider border border-t-0 border-x-0",children:e.map(Ge(l,t))})}))),Le=(e=!1)=>"text-right "+(e?"text-white":""),Me=(e=!1)=>"text-right "+(e?"text-white/80":"text-secondary-text"),Ge=(e,t)=>({label:r,description:a},o)=>l("div",{className:"flex justify-between text-m-sm py-3.5",children:[n("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),l("div",{className:"basis-1/2",children:[r?n("div",{className:Le(e),children:r}):null,a?n("div",{className:Me(e),children:a}):null]})]},String(o)),je=r((({header:e,columnData:t,visibleRowLength:r=0,isFillGradient:a,showRow:o,onToggleColumn:i})=>{const c=t?.slice(0,o?t.length:r),s=a?"secondary":"primary";return l("div",{className:`border border-main-stroke rounded-md p-4 mb-3.5 ${a?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""}`,role:"row",children:[n(Ae,{...e,isFillGradient:a}),c?.length?c.map((({rowHeader:e,cell:t},l)=>n(Pe,{cell:t,rowHeader:e,isFillGradient:a},String(l)))):null,o&&We({header:e,buttonVersion:s}),Ue({onToggleColumn:i,isFillGradient:a,showRow:o})]})})),We=({header:e,buttonVersion:t})=>n(J,{href:e.link.href,target:e.link.target,version:t,className:"font-medium text-m-sm mt-4 py-[11px]",children:e.link.text}),Ue=({onToggleColumn:e,isFillGradient:t,showRow:l})=>n("div",{className:"mt-5",role:"cell",children:n("a",{role:"link",onClick:e,className:"font-medium text-m-sm cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:l?"Скрыть":"Показать описание"})}),Ee=r((({className:e,context:t,title:r,rowHeaders:a,columns:o,visibleRowLength:c=0,isColoredFirstColumn:s=!1,orientation:d="vertical"})=>{const m=o?.map((({data:e,header:t})=>({header:t,column:e?.map(((e,t)=>({cell:e,rowHeader:a?.[t]?.title})))})))||[],[h,u]=t.useState(new Array(o?.length).fill(!c));return l("section",{className:`bg-white font-sans px-4 py-6 overflow-hidden text-primary-text relative ${e||""}`,children:[r?n(i,{headingType:"h3",className:"font-medium text-center m-0 mb-5",title:r}):null,Oe({tableData:m,context:t,visibleRowLength:c,isColoredFirstColumn:s,columnsViewState:h,handleToggleColumn:e=>{h[e]=!h[e],u([...h])},orientation:d,setColumnsViewState:u})]})})),Oe=({context:e,tableData:t,visibleRowLength:l,isColoredFirstColumn:r,columnsViewState:a,handleToggleColumn:o,orientation:i="horizontal",setColumnsViewState:c})=>n("div",{role:"table",children:t?.length?Fe({orientation:i,context:e,columnsViewState:a,setColumnsViewState:c,tableData:t,visibleRowLength:l,isColoredFirstColumn:r,handleToggleColumn:o}):null}),Fe=({orientation:e,context:t,columnsViewState:l,setColumnsViewState:r,tableData:a,visibleRowLength:o,isColoredFirstColumn:i,handleToggleColumn:c})=>"horizontal"===e?n(S,{context:t,onSlideChange:ze(l,r),children:a.map(He({context:t,visibleRowLength:o,isColoredFirstColumn:i,columnsViewState:l,handleToggleColumn:c}))}):a.map(He({context:t,visibleRowLength:o,isColoredFirstColumn:i,columnsViewState:l,handleToggleColumn:c})),He=({context:e,visibleRowLength:t,isColoredFirstColumn:l,columnsViewState:r,handleToggleColumn:a})=>(o,i)=>n(je,{context:e,visibleRowLength:t,showRow:r[i],header:o.header,columnData:o.column,isFillGradient:0===i&&l,onToggleColumn:()=>a(i)},String(i)),ze=(e,t)=>()=>{t(new Array(e.length).fill(!1))};async function Ze(){try{const e=await fetch(Je,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(qe)});return await e.json()}catch(e){console.error(e)}}const Je="https://coins.rshb.ru/api/catalog/vue_storefront_magento_1_currency_rates_average/currency_rates_average/_search?size=10000",qe={query:{bool:{must:[{term:{russian_region_code:"77"}},{term:{from_volume:"0"}},{terms:{currency_pair:["USD/RUB","EUR/RUB"]}}]}}},Ke=e=>e.reduce(((e,t)=>{const n=t.currency_first;if(!Qe(t.rate_buy)&&!Qe(t.rate_sell))return e;const l=n.code;return e.some((e=>e.code===l))||e.push({code:l,buy:Number(t.rate_buy),sell:Number(t.rate_sell)}),e}),[]),Qe=e=>Math.round(e)>0,Ye=e=>{const t="col-span-",n=e.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function Xe(e=""){const t=Ye(e);return t<=4?"h4":t<=8?"h3":"h2"}var et;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD"}(et||(et={}));const tt=new Intl.NumberFormat("ru",{style:"currency",currency:et.RUB}),nt=e=>e?tt.format(e):"",lt="font-light text-left font-normal text-sm text-secondary-text",rt={USD:"DollarIcon",EUR:"EuroIcon"},at=r((({className:e,exchangeCurrencyItems:t})=>l("table",{className:`h-fit w-fit ${e}`,children:[n("thead",{children:l("tr",{children:[n("th",{className:lt,children:"Валюта"}),n("th",{className:`${lt} pl-11`,children:"Купить"}),n("th",{className:`${lt} pl-11`,children:"Продать"})]})}),n("tbody",{children:t.map((e=>ot(e)))})]}))),ot=e=>{const t=e?.code;return l("tr",{className:"pb-1",children:[n("td",{className:"pt-4",children:l("div",{className:"flex items-center",children:[t?n(p,{image:{icon:rt[t]},width:"24",height:"24"}):null,n("span",{className:"text-m-title-md ml-2",children:t})]})}),n("td",{className:"pt-4 pl-11 m-title-md font-light",children:nt(e.buy)}),n("td",{className:"pt-4 pl-11 m-title-md font-light",children:nt(e.sell)})]},t)},it=r((({className:e="",address:t,distance:r})=>l("div",{className:`flex text-sm ${e}`,children:[n(p,{image:{icon:"GpsIcon"},width:"24",height:"24",asSVG:!0}),l("div",{className:"ml-3 font-light",children:[t?n("p",{className:"m-0 mb-[3px]",children:t}):null,r?l("p",{className:"text-secondary-text m-0",children:["Курс указан для ближайшего офиса - ",r]}):null]})]}))),ct=(e,t,n)=>{const l=Number(st(e))*Math.pow(t,n?-1:1);return Number.isInteger(l)?l:((e,t=2)=>{const n=Math.pow(10,t);return Math.round(parseFloat(String(e))*n)/n})(l)},st=e=>e.replace(/[^\d.,]/g,"").replace(",","."),dt=e=>{return(t=[[e=>e.value!==et.RUB&&e.oppositeValue!==et.RUB,()=>e.handleConvert(e.value,et.RUB)],[e=>e.value===et.RUB&&e.oppositeValue===et.RUB,()=>e.handleConvert(e.value,et.USD)],[()=>!0,()=>e.handleConvert(e.value)]],e=>{const[,n]=t.find((([t])=>t(e)))||[];return n})(e)?.();var t};const mt=r((({className:e="",id:t,name:l,type:r="text",placeholder:a,pattern:o,value:i,onChange:c})=>n("input",{className:e,id:t,name:l||t,type:r,pattern:o,placeholder:a,value:i,onChange:e=>(e=>{const t=e.target.validity.valid?e.target.value:i;c(t)})(e)}))),ht=r((({className:e="",id:t,name:l,children:r,value:a,onChange:o})=>n("select",{className:e,id:t,name:l||t,value:a,onChange:e=>o(e.target.value),children:r}))),ut=r((({className:e="",value:t,selected:l,children:r})=>n("option",{className:e,value:`${t}`,selected:l,children:r})));function pt(e){const{placeholder:t,rates:r,selected:a,value:o,setValue:i,setSelected:c}=e;return l("div",{className:"relative flex items-center",children:[n(mt,{className:"h-10 border pl-4 pt-[7px] pb-[7px] rounded-md text-m-sm w-full appearance-none -mr-12",placeholder:t,type:"text",value:o,onChange:i}),r.length?n(ht,{className:"h-9 -translate-x-4",value:a,onChange:e=>c(e),children:r.map(((e,t)=>n(ut,{value:e.code,children:e.code},String(t))))}):null]})}const xt=r((({context:e,className:t="",currencyRatesBuy:r,currencyRatesSell:a})=>{const[o,i]=e.useState({inputSell:"",inputBuy:"",selectSell:r?.[0]?.code||et.RUB,selectBuy:a?.[0]?.code||et.USD}),c=e=>{i((t=>({...t,...e})))};return l("div",{className:`grid gap-3.5 ${t}`,children:[pt({placeholder:"Хочу продать",rates:r,selected:o.selectSell,setSelected:gt(o,c,a),value:o.inputSell,setValue:e=>ft(c,a)(e,o.selectSell,o.selectBuy)}),pt({placeholder:"Получу",rates:a,selected:o.selectBuy,setSelected:bt(o,c,r),value:o.inputBuy,setValue:e=>yt(c,r)(e,o.selectBuy,o.selectSell)}),n(J,{className:"box-border mt-3.5 py-3 h-12 w-full",version:"primary",href:"https://coins.rshb.ru/exchange",target:"_blank",children:"Купить валюту"})]})})),gt=(e,t,n)=>l=>{t({selectSell:l}),dt({value:l,oppositeValue:e.selectBuy,handleConvert:(l=e.selectSell,r=e.selectBuy)=>{ft(t,n)(e.inputSell,l,r)}})},bt=(e,t,n)=>l=>{t({selectBuy:l}),dt({value:l,oppositeValue:e.selectSell,handleConvert:(l=e.selectBuy,r=e.selectSell)=>yt(t,n)(e.inputBuy,l,r)})},ft=(e,t)=>(n,l,r)=>{e({inputSell:st(n),selectBuy:r});const a=t.find((e=>e.code===r))?.buy||t.find((e=>e.code===l))?.sell;a&&e({inputBuy:String(ct(n,a,l===et.RUB)||"")})},yt=(e,t)=>(n,l,r)=>{e({inputBuy:st(n),selectSell:r});const a=t.find((e=>e.code===r))?.sell||t.find((e=>e.code===l))?.buy;a&&e({inputSell:String(ct(n,a,l===et.RUB)||"")})},vt={address:"Москва, ул.Ленина д.28",distance:"6км"},Nt=r((({className:e="",context:t,title:r="Курсы обмена валют",anchor:a=null})=>{const o=function(e){const{data:t}=e(Je,Ze),n=t?.hits?.hits?.map((e=>e._source))||[];return n.length?Ke(n):n}(t.useAsyncData),c=o.filter((e=>e.buy));c.unshift({code:et.RUB});const s=o.filter((e=>e.sell));return s.push({code:et.RUB}),n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e}`,id:a,children:n(le,{context:t,title:n(i,{headingType:Xe(e),title:r,className:"whitespace-pre-wrap"}),children:l("div",{className:"flex",children:[l("div",{className:"mr-[43px] pt-4",children:[o?n(at,{className:"mb-[31px]",exchangeCurrencyItems:o}):null,n(it,{...vt})]}),o.length&&c.length&&s.length?n(xt,{className:"grow",context:t,currencyRatesBuy:c,currencyRatesSell:s}):null]})})})})),wt=r((({className:e,viewBox:t,fill:l="none",width:r,height:a,paths:o,...i})=>n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:l,width:r,height:a,children:o.map((({d:e,fill:t,...l},r)=>n("path",{d:e,fill:t||"currentColor",...i,...l},r)))}))),It=["m13.72 25.51 4.42-4.33v-2.95l-4.42 4.32v2.96Zm0-10.98 4.42-4.35V7.41l-4.42 4.31v2.8Zm0 3.63 4.42-4.33v-2.78l-4.42 4.32v2.8ZM12.46 7.44l-.6-.56V0h-.66v6.22l-.58-.57V0h-.67v5l-.59-.58V0H8.7v6.56l4.44 4.33V0h-.67v7.44Zm1.26 14.35 4.42-4.33v-2.78L13.72 19v2.8Zm-5.03-.61 4.44 4.33v-2.96l-4.44-4.32v2.95Zm8.79-16.76-.59.58V0h-.66v5.66l-.6.56V0h-.66v6.87l-.58.57V0h-.67v10.9l4.42-4.34V0h-.66v4.42Zm-8.79 5.76 4.44 4.35v-2.8L8.69 7.4v2.77Zm0 3.65 4.44 4.33v-2.8l-4.44-4.3v2.77Zm0 3.63 4.44 4.33V19l-4.44-4.31v2.78Zm26.37 2.29H24.3a2.25 2.25 0 0 0 .36-1.22 2.32 2.32 0 0 0-2.33-2.31 2.32 2.32 0 0 0-2.31 2.31c0 .5.16.96.43 1.34a.74.74 0 0 0-.33.61c0 .26.14.49.33.62a2.32 2.32 0 0 0-.43 1.34 2.31 2.31 0 0 0 2.31 2.31 2.32 2.32 0 0 0 2.33-2.31c0-.45-.13-.87-.36-1.22h8.01v.49h-.8v.68h.8v.7h-.8v1.3h.8v-.58h1.17v.58h.79v-1.3h-.79v-.7h.79v-.68h-.79v-.5h1.58a.56.56 0 0 0 .56-.56v-.34a.57.57 0 0 0-.56-.56Zm-11.53 2.7a1.2 1.2 0 0 1-2.4 0c0-.24.08-.47.2-.66l.34-.56a.97.97 0 0 1-.34-.75c0-.3.13-.56.33-.74l-.32-.56a1.13 1.13 0 0 1-.2-.66 1.2 1.2 0 0 1 2.4 0c0 .49-.56 1.65-.56 1.65v.62c-.01.01.55 1.17.55 1.66ZM4.67 18.34v2.89c0 2.75 1.2 4.53 1.9 5.21l4.58 4.5c1.28 1.25 1.5 1.66 1.79 2.37v-3.2c0-2.84-1.44-3.94-2.19-4.67-1.73-1.68-2.89-2.8-3.82-3.73a8.98 8.98 0 0 1-2.26-3.37Zm6.08 14.24c-1.73-1.7-2.89-2.8-3.82-3.73a10 10 0 0 1-2.25-2.98v2.49a7.87 7.87 0 0 0 1.89 5.24l4.58 4.47c1.28 1.25 1.5 1.85 1.79 2.55v-3.37c0-2.85-1.45-3.95-2.19-4.67Z","M19.88 5.34c-.32 0-.64 0-.96.02V6.7a18.5 18.5 0 1 1 .95 36.94A18.5 18.5 0 0 1 1.35 25.17c0-5.67 2.55-10.73 6.58-14.13V9.32A19.78 19.78 0 0 0 0 25.17C0 36.12 8.9 45 19.88 45a19.85 19.85 0 0 0 19.86-19.83c0-10.95-8.9-19.83-19.87-19.83Z","M33.93 35.53c.3-.41.6-.85.87-1.3v-2.66h-.87v3.96Zm2.54-4.92c.12-.4.24-.78.34-1.16h-2.88v.7h.43c.77-.02 1.63-.03 2.11.46Zm-19.19-1.27h-.78v7.91h.78v-7.9Z","M14.7 27.83h2.58c.67 0 1.14.14 1.4.4.27.25.4.72.4 1.38v7.4c0 .66-.12 1.12-.4 1.38-.4.41-1.16.41-1.78.41l-.4-.01v3.5l.78.14v-2.88c1.2 0 1.97-.4 2.34-1.22v4.29h.26l.5-.01V29.74c0-.68.13-1.16.4-1.43.25-.27.72-.4 1.37-.4.67 0 1.65-.1 2.16.4.26.27.38.76.38 1.43v3.8h-1.77v-4.06h-.77v12.99c.26-.03.5-.07.77-.12V34.3h1.77v7.64c.36-.1.72-.21 1.08-.34v-7c0-.8.19-1.4 1-1.67l-.9-4.87h1.8l.3 5.31h.22l.3-5.31h1.88l-1.01 4.87c.84.3 1.01.81 1.01 1.66v4.53a16.63 16.63 0 0 0 1.5-1.27v-9.83h5.25l.1-.72H24.93l.17.89c-.38-.72-1.12-1.08-2.2-1.08h-.77c-1.3 0-2.1.52-2.4 1.55-.27-1.08-1.1-1.62-2.46-1.62h-3.36v14.52c.26.09.52.18.78.25V27.84Zm16.29 5.58-.85-.8.85-4.37v5.17Z","M27.66 40.79c.27-.14.55-.28.8-.43v-5.98h-.8v6.4Z"],Ct={"bg-white":"text-primary-main",transparent:"text-white"},kt={"bg-white":"text-black",transparent:"text-white"},St=r((({className:e="",href:t,children:r,targetBlank:a,bgColor:o="bg-white",hideTitle:i})=>l("a",{className:`inline-flex items-center font-sans no-underline ${e}`,href:t||"https://rshb.ru/",target:a?"_blank":"_self","aria-label":"Россельхозбанк",children:[n(wt,{className:`${Ct[o]} w-10 h-[38px]`,viewBox:"0 0 40 45",paths:It.map((e=>({d:e})))}),i?null:n("span",{className:`${kt[o]} text-sm font-medium ml-2.5`,children:r||"Россельхозбанк"})]}))),$t=r((({className:e,title:t="Мобильное приложение",description:r,href:a="#"})=>n("div",{className:`col-span-12 rounded-md cursor-pointer p-4 mt-6 mb-6 bg-secondary-light ${e||""}`,children:a?l("div",{className:"flex",children:[n("div",{className:"flex justify-center align-middle rounded-md bg-primary-main w-[50px] h-[50px]",children:n(St,{className:"w-[33px]",bgColor:"transparent",hideTitle:!0})}),l("a",{href:a,target:"_blank",className:"flex flex-col justify-center pl-3 font-sans",children:[n("div",{className:"text-m-button font-medium mb-[3px]",children:t}),n("div",{className:"text-m-button text-secondary-text",children:r})]})]}):null}))),Tt=r((({className:e="",items:t,hasButton:r,context:a})=>{const o=a.useRouter(),{handlerDecorator:i}=a;return l("div",{className:e,children:[t?.length?t.map(Dt):null,r?n(J,{version:"primary",className:"mb-6 w-full",...U({router:o,handlerDecorator:i},{text:"Обратная связь",href:"/",target:"_blank"})}):null]})})),Dt=(e,t)=>{const{type:r,text:a,description:o}=e;return l("div",{className:"mb-4",children:[n("div",{children:Bt(r,a)}),n("div",{className:"mt-1 font-sans font-light text-sm text-secondary-text",children:o})]},String(t))},Bt=(e,t="")=>{switch(e){case"tel":return n("a",{className:"font-sans text-xl text-primary-text no-underline",href:`tel:${Rt(t)}`,children:t});case"email":return n("a",{className:"font-sans text-xl text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return n("span",{children:t})}},Rt=e=>e.replaceAll(/\D/g,""),_t=r((({title:e,links:t,className:r="",context:a})=>{const o=a.useRouter(),{handlerDecorator:i}=a;return l("div",{className:r,children:[n("span",{className:"text-primary-text font-sans font-medium text-sm",children:e}),t?.length?n("div",{className:"flex flex-col gap-2 pt-3",children:t.map(((e,t)=>n(Vt,{index:t,...U({router:o,handlerDecorator:i},e)},String(t))))}):null]})})),Vt=r((({className:e="",index:t,text:l,href:r,target:a,onClick:o})=>n("a",{className:`font-sans font-normal text-sm text-secondary-text hover:text-primary-main inline-block no-underline ${e}`,href:r,target:a,onClick:o,children:l||`Документ ${t}`}))),At=[{origins:["t.me","telegram.org"],icon:{icon:"TelegramIcon"},label:"Телеграм"},{origins:["vk.com"],icon:{icon:"VKIcon"},label:"ВКонтакте"},{origins:["ok.ru"],icon:{icon:"OkIcon"},label:"Одноклассники"},{origins:["apps.apple.com"],icon:{icon:"AppleIcon"},label:"App Store"},{origins:["play.google.com"],icon:{icon:"PlayMarketIcon"},label:"Google Play"}],Pt=r((({href:e,version:t="primary"})=>{const{icon:l,label:r}=At.find((({origins:t})=>t.some((t=>e?.includes(t)))))||{};if(!l)return null;const a="primary"===t;return n("a",{className:`flex items-center justify-center rounded-md w-14 h-14 group box-border ${"secondary"===t?"bg-secondary-light hover:bg-secondary-hover":"border-main-divider border-solid border-[1px] hover:bg-primary-main"} ${a?"hover:text-black":""}`,href:e,"aria-label":r,target:"_blank",rel:"noopener noreferrer",children:l?n(p,{image:l,imageClassName:a?"group-hover:text-white":"",width:"24",height:"24",asSVG:!0}):null})})),Lt=r((({className:e,media:t,version:l,context:r})=>{const a=r.useRouter(),{handlerDecorator:o}=r;return n("div",{className:`flex gap-2 items-start justify-start pt-6 pb-6 ${e||""}`,children:t?.map(((e,t)=>n(Pt,{version:l,...U({router:a,handlerDecorator:o},e)},String(t))))})})),Mt=r((({className:e,links:t,context:r})=>{const a=r.useRouter(),{handlerDecorator:o}=r;return l("div",{className:`${e||""}`,children:[n("div",{className:"py-6",children:n("span",{className:"font-sans font-normal text-xs text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?n("div",{className:"flex flex-col justify-start items-start gap-2",children:t.map(((e,t)=>n(Gt,{index:t,...U({router:a,handlerDecorator:o},e)},String(t))))}):null]})})),Gt=r((({className:e,index:t,text:l,href:r,target:a,onClick:o})=>n("a",{className:`font-sans font-normal text-xs text-secondary-text visited:text-secondary-text hover:text-primary-text inline-block no-underline max-w-[292px] ${e||""}`,href:r,target:a,onClick:o,children:l||`Документ ${t}`})));function jt(e){const{data:t}=e(Ut(),Wt);return t||{}}async function Wt(){const e=await fetch(Ut());return await e.json()}function Ut(){return`/wcms-resources/${d.SITEMAP||"sitemap"}.json`}const Et=r((({className:e,context:t})=>{const{term:r,setTerm:a}=t.useSearch();return l("form",{className:`relative ${e||""}`,children:[l("div",{className:"absolute rounded h-full flex items-center justify-center pl-4 max-w-[170px] gap-3.5 pointer-events-none",children:[n("div",{className:"w-[20px] h-[20px]",children:n(p,{image:"LoupeIcon",width:"24",height:"24"})}),r?null:n("label",{htmlFor:"search-bar-input",className:"font-sans font-normal text-sm text-secondary-text",children:"Поиск по сайту"})]}),n("input",{id:"search-bar-input",className:"h-12 pl-12 w-full peer placeholder-transparent font-sans font-normal text-base text-black border border-solid rounded box-border outline-none pr-[6%] border-main-divider focus:border-primary-text",value:r,onChange:e=>a(e.target.value),type:"text",name:"search-bar-input",placeholder:"some search"}),n("button",{className:"visible peer-placeholder-shown:invisible absolute top-2 right-3 w-6 h-6 p-1 bg-transparent cursor-pointer border-none",onClick:e=>{e.preventDefault(),a("")},children:n(p,{image:"CloseIcon",width:"24",height:"24"})})]})})),Ot=e=>e?.map((e=>({label:e.text||"",blocks:[{accordionBlockType:"LinkList",documents:e.items||[]}]}))),Ft=r((({className:e="",documents:t,relatedEnterprises:r,contacts:a,socialMedia:o,context:i,horizontalNavigationTitle:c})=>{const s=jt(i.useAsyncData),d=s?.dispositions;return l("footer",{className:`px-4 py-[26px] bg-white ${e}`,children:[n(Tt,{className:"overflow-hidden",items:a,context:i,hasButton:!0}),n(Re,{context:i,className:"!p-0 mb-4",accordionItems:Ot(s.topItems)}),n("div",{children:d?.map(Ht)}),n($t,{context:i,title:"Мобильное приложение",description:"Загрузить для IOS и Android"}),n(Et,{context:i,className:"grow"}),n(Lt,{className:"pb-4",media:o,context:i}),n(_t,{title:c,links:r,context:i}),n(Mt,{links:t,context:i})]})})),Ht=(e,t)=>{const{icon:r,href:a,text:o}=e;return l(J,{version:"link",href:a,className:"flex text-sm mb-4",children:[r?n(p,{className:"pr-1",image:r,width:"24",height:"24",asSVG:!0}):null,n("span",{className:"pl-2.5 font-medium text-primary-text",children:o})]},`footer-${t}`)},zt=(e,t,n=((e,t)=>t.startsWith(e)))=>n(P(e),(e=>(e||"").replace(G,""))(P(A(e)?t.href:t.pathname))),Zt=e=>t=>zt(t.href,e),Jt=e=>t=>t.items?.some(Zt(e))||zt(t.href,e)||((e,t)=>L(e)===L(t.href))(t.href,e),qt=e=>t=>e?.href===t?.href,Kt=(e,t)=>{return(l=e,r=t,(l||[]).map((e=>r?.find(qt(e))||e))).concat((n=e,(t||[]).filter((e=>!n?.find(qt(e))))));var n,l,r},Qt="absolute left-0 -bottom-3 w-full h-[2px]",Yt=r((({className:e,text:t,href:r,target:a,active:o,onClick:i,children:c,bgColor:s="bg-white"})=>l("a",{className:`relative inline-block bg-transparent text-center no-underline ${e||""}`,href:r,target:a,onClick:i,children:[n("span",{className:Xt(s,o),children:t||c}),o?n("div",{className:en(s,o)}):null]}))),Xt=(e,t)=>{let n="text-white";return"bg-white"===e&&(n=t?"text-primary-main":"text-secondary-text hover:text-primary-main"),`${n} font-sans font-normal text-sm`},en=(e,t)=>t?`${"bg-white"===e?"bg-primary-main":e} ${Qt}`:Qt,tn=r((({context:e,burgerSubMenu:t,onClick:r,defaultLocation:a="",children:o})=>{const[i,c]=e.useGeolocation(a);return l("div",{className:"absolute top-0 left-0 w-full h-full bg-white p-4 box-border z-20",children:[n("button",{className:"absolute top-4 right-4 border-none bg-transparent cursor-pointer",onClick:r,children:n(p,{image:"CloseIcon",width:"24",height:"24",asSVG:!0})}),l("button",{onClick:c,className:"flex items-center text-sm text-secondary-text p-0 mb-4 bg-transparent cursor-pointer",children:[n(p,{image:"GeolocationIcon",width:"20",height:"20",className:"text-primary-main box-border mr-2",asSVG:!0}),i]}),o,n("div",{className:"mb-7",children:t?.map(nn)}),n(Et,{context:e,className:"grow"})]})})),nn=(e,t)=>{const{icon:r,href:a,text:o}=e;return l("a",{href:a,className:"flex text-sm mb-4 hover:text-primary-main",children:[r?n(p,{className:"text-primary-main pr-1",image:r,width:"24",height:"24",asSVG:!0}):null,n("span",{className:"pl-0.5 font-medium",children:o})]},`headerSubMenu-${t}`)},ln=r((({onClick:e,bgColor:t})=>l("div",{className:"flex items-center justify-between border-0 border-b border-main-divider h-[50px]",children:[l("div",{className:"flex items-center",children:[n("button",{className:"pl-0 pr-4 border-0 bg-transparent cursor-pointer",onClick:e,"aria-label":"Открыть меню",children:n(p,{image:{icon:"BurgerIcon",iconVersion:"bg-white"===t?"black":"white"},className:"text-primary-text",width:"24",height:"24",asSVG:!0})}),n(St,{bgColor:t})]}),n("button",{className:("bg-white"===t?"text-primary-main":"text-white")+" text-sm border-0 bg-transparent cursor-pointer",children:"Войти"})]}))),rn=r((({className:e="",defaultLocation:t,bgColor:r="bg-white",context:a,topItems:o})=>{const i=a.useRouter(),c=jt(a.useAsyncData),s=c?.dispositions,{handlerDecorator:d}=a,m=Kt(c.topItems,o).find(Jt(i))?.items,h=(e=>(t=[])=>{const n=t?.filter(Zt(e));var l;return n?.length?(l=e=>e.href?.length||0,e=>e.reduceRight(((e,t)=>l(e)>l(t)?e:t)))(n):null})(i)(m),[u,p]=a.useState(!1),x=()=>p(!u);return l("header",{className:`${r} ${e}`,children:[l("div",{className:"container px-4 py-0 box-border",children:[n(ln,{onClick:x,bgColor:r}),n("nav",{className:"flex items-center m-0 p-0 overflow-y-hidden w-full h-[50px]",children:n("div",{className:"flex no-scrollbar horizontal-list h-full items-center",children:m?.map(((e,t)=>an({...U({router:i,handlerDecorator:d},e),active:e===h,bgColor:r},t)))})})]}),u?n(tn,{context:a,onClick:x,burgerSubMenu:s,defaultLocation:t,children:n(Re,{context:a,accordionItems:Ot(c.topItems),className:"!p-0 mb-4"})}):null]})})),an=(e,t)=>n(Yt,{className:"mr-8 whitespace-nowrap text-sm",...e},String(t));function on(e=""){const t=Ye(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function cn(e=""){const t=Ye(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const sn=r((({className:e,context:t,title:r,description:a="Блок в разработке...",anchor:o=null})=>n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${cn(e)} ${on(e)} `,id:o,children:l(le,{context:t,title:r?n(i,{headingType:Xe(e),title:r,className:"whitespace-pre-wrap max-w-[600px]"}):null,children:[a?n(K,{className:"mt-4 max-w-[600px]",description:a}):null,n("figure",{className:"m-0 min-w-[600px]",children:dn()})]})}))),dn=(e=3)=>hn(100,e).map((e=>Math.floor(e))).map(mn),mn=(e,t)=>n("div",{style:{width:`${e||100}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),hn=(e,t)=>[e].concat(t>0?hn(e/1.618,t-1):[]),un={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},pn=r((({block:e,headingType:t,context:l,className:r=""})=>n("section",{className:`flex grow-0 shrink-0 basis-full px-4 pt-6 ${un[e?.version??"primary"]} ${r}`,children:n("div",{className:"flex grow",children:n(ie,{context:l,headingType:t||"h2",...e})})}))),xn=r((({className:e,context:t,slides:l=[]})=>{const r=l.map((e=>e.productBlock));return n("section",{className:`font-sans bg-white overflow-hidden w-100 pb-6 ${e||""}`,children:n(S,{context:t,children:r.map(((e,l)=>n(pn,{block:e,context:t},String(l))))})})})),gn={normal:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",small:"h-[50px] w-[50px] min-w-[50px] min-h-[50px]"},bn={normal:"min-h-[70px]",small:"min-h-[50px]"},fn={primary:{background:"bg-white",title:"text-primary-text",description:"text-secondary-text",iconBackground:"bg-secondary-light",iconConnector:"bg-secondary-light"},secondary:{background:"bg-primary-main",title:"text-white",description:"text-white/80",iconBackground:"bg-white/30",iconConnector:"bg-white"}},yn=e=>fn[e],vn=r((({className:e,title:t,description:r,steps:a,size:o="normal",version:c="primary"})=>{const s=yn(c);return l("section",{className:`box-border font-sans bg-white px-4 py-6 flex flex-col\n ${s.background} ${s.title} ${e||""}`,children:[t?n(i,{headingType:"h3",className:`text-center ${s.title}`,title:t}):null,r?n("p",{className:`text-m-md text-center ${s.description} ${t&&"mt-2"}`,children:r}):null,a?.length?n("div",{className:"box-border py-0.5 mb-0.5 mt-5",children:n("div",{className:"flex flex-col justify-between gap-x-[101px]",children:a.map(((e,t)=>Nn({step:e,size:o,i:t,length:a.length,version:c})))})}):null]})})),Nn=e=>{const{step:t,size:r,i:a,length:o,version:i}=e,c=o-1===a,s="normal"===r?"ml-[34px]":"ml-[24px]",d=yn(i);return n("div",{children:l("div",{className:"flex flex-row text-center relative",children:[l("div",{className:"overflow-hidden",children:[wn(e),c?null:n("div",{className:`min-h-8 h-full w-[2px] ${d.iconConnector} ${s}`})]}),l("div",{className:`flex flex-col justify-center h-fit ${bn[r]}`,children:[t.label?n("div",{className:"font-medium text-m-title-xs m-0 text-left",children:t.label}):null,t.description?n("div",{className:`font-normal text-sm ${d.description} text-left ${t.label?"mt-1":""}`,children:t.description}):null]})]},String(a))},String(a))},wn=e=>{const{step:t,size:l,i:r,version:a}=e,o=yn(a),i="normal"===l?"38":"27",c="normal"===l?"text-m-title":"text-m-title-xs";return n("div",{className:`${gn[l]} ${o.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`,children:n("span",{className:`font-medium flex self-center ${o.title} ${c}`,children:t.icon?.icon&&n(p,{image:t.icon,width:i,height:i,asSVG:!0})||r+1})})},In=r((({title:e,icon:t})=>l("div",{className:"flex gap-2.5 mb-2",children:[e?n(i,{headingType:"h3",className:"font-medium",title:e}):null,t?n(p,{className:"ml-auto max-w-6 max-h-6",image:t,width:"24px",height:"24px"}):null]}))),Cn=e=>e?.alt||e?.title||s[e?.icon?e.icon:""],kn=r((({header:e,data:t})=>l("div",{className:"rounded-md border-main-stroke h-full box-border border p-4",children:[n(In,{...e}),t?.length?t.map(Sn):null]}))),Sn=({label:e,description:t,list:r,image:a,buttons:o},i)=>l("div",{children:[i>0&&n("div",{className:"border-main-divider border border-solid border-t-0 border-x-0 my-2"}),e?n("div",{className:"text-m-sm m-0",children:e}):null,t?n("div",{className:"text-m-sm text-secondary-text mt-[3px]",children:t}):null,r?.items?.length?$n(r):null,a?n(p,{image:{...a,className:"m-0"}}):null,o?.length?Tn(o):null]},String(i)),$n=e=>n(ne,{className:"flex flex-col justify-between items-start text-m-sm",version:"gray",items:e.items,isDotted:e.isDotted??!0}),Tn=e=>n("div",{children:e.map((({icon:e,rounded:t,...l},r)=>n(J,{className:`mt-3 ${r>0&&t?"ml-2.5":""} ${e?"w-12 h-12":""}`,ariaLabel:Cn(e),rounded:t,appendLeft:e?n(p,{image:e,width:"24px",height:"24px",asSVG:!0}):null,...l,"aria-label":e},String(r))))}),Dn=r((({tiles:e})=>n("div",{className:"flex flex-col gap-3.5",children:e.map(((e,t)=>n(kn,{...e},String(t))))}))),Bn=r((({tiles:e,context:t})=>n(S,{context:t,children:e.map(((e,t)=>n(kn,{...e},String(t))))}))),Rn=r((({className:e,context:t,title:r,description:a,columns:o,rowHeaders:c,orientation:s="vertical"})=>{const d=Vn(o),m=An(c,d);return l("section",{className:`px-4 py-6 bg-white font-sans text-primary-text overflow-x-hidden ${e}`,children:[r?n(i,{headingType:"h2",className:"text-center "+(a?"mb-2":"mb-5"),title:r}):null,a?n("div",{className:"mb-5 text-center text-m-md",children:a}):null,m?.length?_n(s,m,t):null]})}));function _n(e,t,l){return"vertical"===e?n(Dn,{tiles:t}):n(Bn,{context:l,tiles:t})}const Vn=e=>e?.[0].data?e[0].data:[],An=(e,t)=>e?.map(((e,n)=>({header:e,data:t?.[n]||[{}]}))),Pn={Accordion:Re,ComparisonTable:Ee,ExchangeRateTile:Nt,Footer:Ft,Gallery:fe,Header:rn,Headline:v,LinkDocs:V,LinkList:Ie,MobileAppTile:$t,ProductBlock:he,ProductGallery:xn,StepsBlock:vn,TariffsTable:Rn,TextBlock:pe,Placeholder:sn};function Ln(e){return e?e.filter(Boolean).join(" "):""}const Mn=r((({className:e,onClick:t,ariaLabel:l})=>n("button",{type:"button",className:`border-0 w-[36px] bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":l,children:Gn()}))),Gn=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return l("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[n("path",{...e,strokeMiterlimit:"10",d:"M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77"}),n("path",{...e,d:"M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z"})]})},jn=r((({className:e,context:t,anchor:r=null})=>{const a=t.useLikeService();return l("div",{className:`border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${e||""}`,id:r,children:[n(Mn,{onClick:a.like,ariaLabel:"Поставить отметку «лайк»"}),n(Mn,{onClick:a.dislike,className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),n("span",{className:"select-none",children:a.likeCount})]})})),Wn=!("undefined"==typeof window||!window.document||!window.document.createElement),Un=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),En=r((({className:e="",context:t,blocksRegistry:r,data:{style:a,blocks:o,slots:i={},likeControl:c,colorPalette:s="pc"},blockDecorator:d=Un})=>{const{header:m}=i,h=t.useRouter();return Wn&&globalThis.addEventListener("load",(()=>{const e=globalThis.document.querySelectorAll("section[id]");globalThis.document.addEventListener("scroll",(()=>((e,t)=>{t?.forEach((t=>{const n=globalThis.location?.hash;if(n===`#${t?.id}`)return;const l=t?.getBoundingClientRect();l&&l.top>0&&l.top<150&&e.replace(`#${t?.id}`)}))})(h,e)))})),l("section",{className:`relative ${Ln(a)} ${e}`,"data-theme":s,children:[m?.blocks?.length?n("div",{className:`${Ln(m?.style)}`,children:m.blocks.map(((e,n)=>On({block:e,blockDecorator:d,blocksRegistry:r,context:t},n)))}):null,o?.length?n("div",{className:"container grid grid-cols-12 gap-1",children:o.map(((e,n)=>On({block:e,blockDecorator:d,blocksRegistry:r,context:t},n)))}):null,c?n("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:n(jn,{className:"rounded-tl-lg sticky bottom-0 pointer-events-auto",context:t},"LikeControl")}):null]})}));function On({block:e,blockDecorator:t,blocksRegistry:l,context:r},a){const{type:o}=e;o&&o in l||console.warn(`No block with "${o}" is registered`);const i=l[o||"Placeholder"]||sn;return t({blockClassName:`scroll-mt-12 ${Ln(e.style)}`,block:e,render:e=>{const{version:t,content:l,anchor:c}=e.block;return n(i,{className:e.blockClassName,version:t,context:r,anchor:c,...l},`${o}-${a}`)}},`block-${a}`)}e.Blocks=Pn,e.ContentPage=En,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),n=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await n.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.LikeAPI=function(e,t=""){async function n(){try{const e=JSON.parse(globalThis.localStorage.getItem(a)||"");if(e?.token)return e}catch(e){}try{const e=await fetch(`${t}/assist/v1/public/auth`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:n,name:l}=await e.json();return globalThis.localStorage.setItem(a,JSON.stringify({token:n,name:l})),{token:n,name:l}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...l){if(!l.length)return[];const{token:r}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:r},body:JSON.stringify({node_ids:l})}),{likes:a}=await n.json();return a||[]}catch(e){return console.error(e),[]}},like:async function(l){if(!l)return 0;const{token:r,name:a}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:r,UserID:a},body:JSON.stringify({node_id:l,user_name:a})}),{likes:o}=await n.json();return o||0}catch(e){return console.error(e),0}},dislike:async function(l){if(!l)return 0;const{token:r,name:a}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:r,UserID:a},body:JSON.stringify({node_id:l,user_name:a})}),{likes:o}=await n.json();return o||0}catch(e){return console.error(e),0}}}},e.joinList=function(e){return t=>t.reduce(((t,n,l)=>t.length?t.concat({...e,key:l},n):[n]),[])},e.projectSettings=d,e.setup=t,e.url=M,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniMobileBlocks={})}(this,(function(e){"use strict";const t=(e,n)=>{t._jsx=e,t._jsxs=n||e};t.vue=e=>{t(((t,{children:n,dangerouslySetInnerHTML:l,...r}={})=>{const a=Object.assign({},r,l?{innerHTML:l.__html}:{});return e(t,a,"string"!=typeof t?()=>n:n)}))};const n=(...e)=>t._jsx(...e),l=(...e)=>t._jsxs(...e),r=e=>(e._tmpl||(e._tmpl=function(t,n){const{children:l,...r}=t||{},a=n?.slots?.default,o=l||a&&a();return e(Object.assign(r,o&&{children:o}),n)},e._tmpl.inheritAttrs=!1),e._tmpl);const a="likesToken";const o={h1:"text-m-title",h2:"text-m-title",h3:"text-m-title-md",h4:"text-m-title-xs",h5:"text-m-title-xs",h6:"text-m-title-xs"},i=r((e=>{const{className:t,headingType:l,title:r,as:a}=e;if(!l)return;return n(a||l,{className:`font-sans font-medium m-0 ${o[l]} ${t||""}`,children:r})}));var c,s;!function(e){e.ActualBalanceIcon="ActualBalanceIcon",e.AirPlane="AirPlane",e.AppleIcon="AppleIcon",e.ArrowDownIcon="ArrowDownIcon",e.ArrowLeftIcon="ArrowLeftIcon",e.ArrowUpIcon="ArrowUpIcon",e.AtmIcon="AtmIcon",e.BankIcon="BankIcon",e.BurgerIcon="BurgerIcon",e.Calendar2Icon="Calendar2Icon",e.CalendarCircleIcon="CalendarCircleIcon",e.CalendarIcon="CalendarIcon",e.CalendarTickIcon="CalendarTickIcon",e.CardIcon="CardIcon",e.CardPosIcon="CardPosIcon",e.CardTickIcon="CardTickIcon",e.CardWithGemIcon="CardWithGemIcon",e.CarIcon="CarIcon",e.ChartSquareIcon="ChartSquareIcon",e.CinemaIcon="CinemaIcon",e.ClockIcon="ClockIcon",e.CloseIcon="CloseIcon",e.ComfortableCompIcon="ComfortableCompIcon",e.CreditCardsIcon="CreditCardsIcon",e.DiscountShapeIcon="DiscountShapeIcon",e.DocIcon="DocIcon",e.DocIconMonoColor="DocIconMonoColor",e.DocsIcon="DocsIcon",e.DocumentTextIcon="DocumentTextIcon",e.DollarIcon="DollarIcon",e.DoneIcon="DoneIcon",e.EarthIcon="EarthIcon",e.EmptyWalletChangeIcon="EmptyWalletChangeIcon",e.EmptyWalletIcon="EmptyWalletIcon",e.EuroIcon="EuroIcon",e.GeolocationIcon="GeolocationIcon",e.GlassIcon="GlassIcon",e.GlobalIcon="GlobalIcon",e.GpsIcon="GpsIcon",e.GridIcon="GridIcon",e.InterestGrowthIcon="InterestGrowthIcon",e.InterestIcon="InterestIcon",e.JCBIcon="JCBIcon",e.LoupeIcon="LoupeIcon",e.MasterCardIcon="MasterCardIcon",e.MinusIcon="MinusIcon",e.MirIcon="MirIcon",e.MoneyIcon="MoneyIcon",e.MoneyInsuranceIcon="MoneyInsuranceIcon",e.MonitorMobileIcon="MonitorMobileIcon",e.NewDocIcon="NewDocIcon",e.OfficeIcon="OfficeIcon",e.OkIcon="OkIcon",e.PassSendIcon="PassSendIcon",e.PercentageRoundIcon="PercentageRoundIcon",e.PercentageSquareIcon="PercentageSquareIcon",e.PersonalCardIcon="PersonalCardIcon",e.PlayMarketIcon="PlayMarketIcon",e.PlusIcon="PlusIcon",e.PowerIcon="PowerIcon",e.Profile2UserIcon="Profile2UserIcon",e.ProfileIcon="ProfileIcon",e.PumpkinIcon="PumpkinIcon",e.RoundRubleIcon="RoundRubleIcon",e.SafeIcon="SafeIcon",e.ShieldTickIcon="ShieldTickIcon",e.SignDocsIcon="SignDocsIcon",e.SmallClockIcon="SmallClockIcon",e.SoundIcon="SoundIcon",e.TelegramIcon="TelegramIcon",e.UnionPayIcon="UnionPayIcon",e.UserTickIcon="UserTickIcon",e.VisaIcon="VisaIcon",e.VKIcon="VKIcon",e.WalletAdd2Icon="WalletAdd2Icon",e.WalletAddIcon="WalletAddIcon",e.WalletIcon="WalletIcon",e.WalletWithMoneyIcon="WalletWithMoneyIcon",e.WateringCan="WateringCan"}(c||(c={})),function(e){e.ActualBalanceIcon="Деньги",e.AirPlane="Самолет",e.AppleIcon="Лого «Apple»",e.ArrowDownIcon="Стрелка 'Вниз'",e.ArrowLeftIcon="Стрелка",e.ArrowUpIcon="Стрелка вверх",e.AtmIcon="Банкомат",e.BankIcon="Банк",e.BurgerIcon="Бургер",e.Calendar2Icon="Календарь 2",e.CalendarCircleIcon="Скруглённый календарь",e.CalendarIcon="Календарь",e.CalendarTickIcon="Календарь с галочкой",e.CardIcon="Кред. карта",e.CardPosIcon="Кред. карта под наклоном",e.CardTickIcon="Кред. карта с галочкой",e.CardWithGemIcon="Карта с драгоценностями",e.CarIcon="Машина",e.ChartSquareIcon="Деньги внутри кошелька",e.CinemaIcon="Кино",e.ClockIcon="Часы",e.CloseIcon="Крестик",e.ComfortableCompIcon="Кресло",e.CreditCardsIcon="Кредитные карты",e.DiscountShapeIcon="Скидка",e.DocIcon="Документ",e.DocIconMonoColor="Документ (одноцветный)",e.DocsIcon="Документы",e.DocumentTextIcon="Документ с текстом",e.DollarIcon="Доллар",e.DoneIcon="Зелёная 'галочка'",e.EarthIcon="Земля",e.EmptyWalletChangeIcon="Пустой кошелёк с возвратом",e.EmptyWalletIcon="Пустой кошелёк",e.EuroIcon="Евро",e.GeolocationIcon="Геолокация",e.GlassIcon="Зеркало",e.GlobalIcon="Глобус",e.GpsIcon="Gps",e.GridIcon="Сетка (белая)",e.InterestGrowthIcon="Диаграмма роста",e.InterestIcon="Скидка",e.JCBIcon="JCB",e.LoupeIcon="Лупа",e.MasterCardIcon="MasterCard",e.MinusIcon="Минус",e.MirIcon="МИР",e.MoneyIcon="Деньги",e.MoneyInsuranceIcon="Денежное страхование",e.MonitorMobileIcon="Монитор и мобильный",e.NewDocIcon="Новый документ",e.OfficeIcon="Офис",e.OkIcon="Лого «Одноклассники»",e.PassSendIcon="Бизнес",e.PercentageRoundIcon="Проценты (круг.)",e.PercentageSquareIcon="Проценты",e.PersonalCardIcon="Персональная карта",e.PlayMarketIcon="Лого «PlayMarket»",e.PlusIcon="Плюс",e.PowerIcon="Щит",e.Profile2UserIcon="Профиль, 2 персоны",e.ProfileIcon="Профиль",e.PumpkinIcon="Тыква",e.RoundRubleIcon="Рубль (круг.)",e.SafeIcon="Сейф",e.ShieldTickIcon="Безопасность",e.SignDocsIcon="Подписанные документы",e.SmallClockIcon="Маленькие часы",e.SoundIcon="Звук",e.TelegramIcon="Лого «Telegram»",e.UnionPayIcon="UnionPay",e.UserTickIcon="Пользователь",e.VisaIcon="Visa",e.VKIcon="Лого «VK»",e.WalletAdd2Icon="Пополнение карты",e.WalletAddIcon="Кошелёк с плюсом",e.WalletIcon="Кошелёк",e.WalletWithMoneyIcon="Кошелёк с деньгами",e.WateringCan="Добавить продукт"}(s||(s={}));const d=new class{_={PROD_BRANCH:"master",FORCED_DRAFT_FLOW:!1};setup(e){this._=e}get TEST_BRANCH(){return this._.TEST_BRANCH}get RC_BRANCH(){return this._.RC_BRANCH}get PROD_BRANCH(){return this._.PROD_BRANCH}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ENABLE_ASSIST(){return this._.ENABLE_ASSIST}get SITEMAP(){return this._.SITEMAP}get CDN(){return this._.CDN}},m={normal:"text-primary-main",black:"text-black",white:"text-black invert"},h=r((({className:e="",imageClassName:t="",name:r="",alt:a=`Иконка ${s[r]||r}`,title:o=a,iconVersion:i="normal",asSVG:c,...h})=>{const u=`${d.CDN||""}icons/${r}.svg`;return c?l("svg",{className:e,...h,"aria-hidden":"true",children:[o?n("title",{children:o}):null,a?n("desc",{children:a}):null,n("use",{className:`${m[i]} ${t}`,href:`${u}#icon`,xlinkHref:`${u}#icon`})]}):n("img",{className:e,src:u,alt:a,title:o,...h,"aria-hidden":"true"})}));function u(e){return"string"==typeof e?"normal":e.iconVersion||"normal"}const p=r((({className:e="",image:t,imageClassName:l="",...r})=>{const a="string"==typeof t?t:t?.icon;return a||""===a?n(h,{className:e,imageClassName:l,iconVersion:u(t),name:a,...r}):n(x,{className:e,imageClassName:l,image:t})})),x=r((({className:e="",image:t,imageClassName:r=""})=>t?l("picture",{className:e,children:[t?.sources?.length?t.sources.map((({src:e,format:t},l)=>n("source",{srcSet:e,type:b(t)},`${l}_${e}`))):null,g(t,r)]}):null)),g=(e,t="")=>{const l={width:e.size?.width?`${e.size?.width}px`:"100%",height:e.size?.height?`${e.size?.height}px`:"100%"},r=e.title||"",a=e.alt||e.title;return n("img",{src:e.src,className:`m-auto ${t}`,alt:a,title:r,style:l,...e.size})};function b(e){return e?`image/${String(e)}`:void 0}const f={left:"text-left",center:"text-center",right:"text-right"},y={transparent:{background:"bg-transparent",text:"text-primary-text",description:"text-primary-text"},primary:{background:"bg-white",text:"text-primary-text",description:"text-primary-text"},secondary:{background:"bg-primary-main",text:"text-white",description:"text-white/80"}},v=r((({bgColorHeadline:e="transparent",className:t="",title:r,description:a,image:o,align:c="left"})=>{const s=y[e];return l("section",{className:`px-4 py-6 flex flex-col gap-2.5 ${s.background} ${t}`,children:[r?n(i,{headingType:"h2",className:`${s.text} ${f[c]}`,title:r}):null,a?n("p",{className:`font-normal text-m-md ${s.description} ${f[c]} `,children:a}):null,o?.src&&n("div",{className:"mt-2.5 mx-auto flex justify-center",children:n(p,{image:o})})]})})),N=r((({children:e,activeIndex:t,indexFraction:l,showDots:r})=>{const a=e=>n=>{if(e===t)return;const l=n.currentTarget.parentElement?.previousElementSibling;l?.children[e]?.scrollIntoView({behavior:"smooth",block:"nearest"})};return r&&e?.length?n("div",{className:"flex gap-2 mx-auto mt-5 w-fit",children:e?.map(((e,r)=>n("div",{onClick:a(r),className:"bg-primary-main opacity-30 w-1.5 h-1.5 min-w-1.5 min-h-1.5 rounded-full",style:w(r,t,l),"aria-hidden":!0},String(r))))}):null})),w=(e,t,n)=>{if(e<t||e>t+1)return null;const l=1-n;return e===t?{opacity:""+(.3+.7*l),width:6+16*l+"px"}:{opacity:""+(.3+.7*n),width:6+16*n+"px"}},I=r((({className:e="",children:t,...l})=>n("div",{className:`snap-center snap-always min-w-full box-border ${e}`,role:"listitem",...l,children:t}))),C=e=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e}px`}),k=r((({className:e="",children:t,activeIndex:l,onScroll:r,gap:a=14,padding:o=16})=>n("div",{className:`overflow-auto flex horizontal-list no-scrollbar ${e}`,style:{...C(o),gap:`${a}px`},role:"list",onScroll:r,children:t?.length?t?.map(((e,t)=>n(I,{style:C(o/4),"aria-current":Boolean(l===t),children:e},String(t)))):n(I,{children:t})}))),S=r((({className:e,context:t,children:r,gap:a=14,padding:o=16,showDots:i=!0,onSlideChange:c})=>{const[s,d]=t.useState(0),[m,h]=t.useState(0),u={activeIndex:s,indexFraction:m,showDots:i,children:r};return l("div",{className:e,children:[n(k,{gap:a,padding:o,activeIndex:s,onScroll:e=>{const{scrollLeft:t,clientWidth:n,childElementCount:l,scrollWidth:r,children:i}=e.currentTarget,m=i[0].offsetWidth-o/2,u=(({gap:e,padding:t,clientWidth:n,scrollWidth:l,childElementCount:r,itemWidth:a})=>{const o=l-n;if(2===r)return[[0,o],[o,l]];const i=a+e,c=n-e-t,s=r-2,d=new Array(r).fill(0).map(((e,t)=>0===t||t===s?[t>0?o-c:0,t>0?o:c]:[(t-1)*i+c,t*i+c]));return d[r-1]=[o,l],d})({gap:a,padding:o,clientWidth:n,scrollWidth:r,childElementCount:l,itemWidth:m}),{index:p,fraction:x}=((e,t)=>{const n=t.findIndex((([t,n])=>t<=e&&e<n));if(n<0)return{index:n,fraction:0};const[l,r]=t[n];return{index:n,fraction:(e-l)/(r-l)}})(t,u);p!==s&&c&&c(),d(p),h(x)},children:r}),n(N,{...u})]})})),$=r((({className:e,iconClassName:t,textClassName:r,suffixClassName:a,doc:o,icon:i})=>{const{text:c,fileSize:s,...d}=o;return l("a",{className:e,role:"link",...d,children:[i?n(p,{className:t,image:i,width:"24px",height:"24px",asSVG:!0}):null,c?l("span",{className:r,children:[c,n("span",{className:a,children:d?.href&&T(D(d.href),s)})]}):null]})})),T=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),D=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},B=r((({className:e="",doc:t,icon:l})=>n($,{className:`flex h-full box-border ${e}`,iconClassName:"mr-3 min-w-6 min-h-6",doc:t,icon:l}))),R=r((({context:e,hasBorder:t=!0,documents:l,icon:r})=>n(S,{context:e,className:"text-m-sm text-primary-main mt-5",children:l?.length?l.map(((e,l)=>n(B,{className:t?"rounded-md border-main-stroke border border-solid p-4":"",doc:e,icon:r},String(l)))):null}))),_=r((({hasBorder:e=!0,documents:t,icon:l})=>n("div",{className:"text-m-sm text-primary-main flex flex-col mt-5 "+(e?"gap-3.5":"gap-2"),role:"list",children:t?.length?t.map(((t,r)=>n("div",{role:"listitem",children:n(B,{className:e?"rounded-md border-main-stroke border border-solid p-4":"",doc:t,icon:l})},String(r)))):null}))),V=r((({className:e="",context:t,title:r,description:a,icon:o={icon:"DocIconMonoColor"},documents:i,orientation:c="vertical",hasBorder:s=!0})=>l("section",{className:`font-sans text-primary-text py-6 px-4 bg-white overflow-x-hidden ${e}`,children:[n(v,{className:"!p-0 "+(a?"gap-2":"gap-5"),title:r,description:a,context:t,align:"center",headingType:"h3"}),"vertical"===c?n(_,{hasBorder:s,documents:i,icon:o}):n(R,{context:t,hasBorder:s,documents:i,icon:o})]}))),A=e=>e?.includes("//"),P=e=>(e||"").replace(/\/?\?.*/,""),L=e=>{if(!e||!A(e))return;const t=e,n=t.indexOf("//"),l=t.indexOf("/",n+"//".length);return-1!==l?t.substring(0,l):t};var M=Object.freeze({__proto__:null,isURL:A,withoutQuery:P,getOrigin:L,getHash:e=>{if(!e||!A(e))return;const t=e.indexOf("#");return-1!==t?e.substring(t,e.length):void 0}});const G="/mobile",j=(e,t)=>{if(!e)return e;const n=L(t?.href);return n?e.replace(n,"")||"/":e},W=e=>e;function U({router:e,handlerDecorator:t=W},n){const l=((e,t)=>{if(!e)return e;const n=j(e,t)||"",l=t?.pathname.startsWith(G);return l&&!A(n)?`/mobile${n}`:n})(n.href,e);return{...n,href:l,"aria-label":n.text,onClick:t((t=>{const r=l&&!A(l),a=!n.target||"_self"===n.target;r&&a&&(t.preventDefault(),e.push(l))}),n)}}const E=r((e=>{const{text:t,aboveText:r,appendLeft:a,appendRight:o}=e;return l("div",{className:O(e),children:[a||null,F(e)?l("div",{children:[n("div",{className:"text-m-2xs font-light text-left",children:r}),n("div",{className:"text-button text-left",children:t})]}):null,o||null]})})),O=e=>{const{version:t,aboveText:n,rounded:l}=e;if("link"===t)return"";const r="px-8 gap-2 "+(n?"py-2":"py-[18px]");return["flex items-center justify-center",F(e)?r:"h-12 w-12",l?"rounded-full":""].join(" ")},F=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),H={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-secondary-light hover:bg-secondary-hover active:bg-secondary-active",link:"text-primary-main"},z={primary:"bg-secondary-dark text-secondary-text",secondary:"bg-secondary-light text-secondary-text",link:""},Z="w-full text-center font-sans select-none",J=r((({className:e,text:t,aboveText:l,appendLeft:r,href:a,target:o,onClick:i,children:c,disabled:s,rounded:d,version:m="primary",ariaLabel:h,...u})=>{const p=c??n(E,{text:t,aboveText:l,appendLeft:r,rounded:d,version:m});return s?n("div",{role:"button","aria-disabled":"true","aria-label":h,tabIndex:"-1",className:`inline-block ${Z} ${z[m]||""} ${d?"rounded-full":"rounded-md"} ${e||""}`,children:p}):n("a",{className:`${Z} inline-block cursor-pointer no-underline ${H[m]||""} ${d?"rounded-full":"rounded-md"} ${e||""}`,href:a,target:o,onClick:i,"aria-label":h,role:a?"link":"button",...u,children:p})})),q=r((({context:e,className:t="",buttons:l})=>{const{handlerDecorator:r}=e,a=e.useRouter();return l?.length?n("div",{className:t,children:l.map(((e,t)=>function({icon:e,...t},l){if(!t?.text)return;return n(J,e?{appendLeft:n(p,{image:e,width:"24",height:"24",asSVG:!0}),...t}:{...t},String(l))}(U({router:a,handlerDecorator:r},e),t)))}):null}));const K=r((e=>{const{className:t="",description:l}=e;return n("div",{className:`font-normal text-base ${t}`,children:l})})),Q={primary:"rounded-full inline-block mr-3 mt-2",secondary:"rounded-full inline-block mr-3 mt-2",gray:"rounded-full inline-block mr-3 mt-2",tile:"rounded-full inline-block mr-4 mt-3","tile-white":"rounded-full inline-block mr-4 mt-3"},Y={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text",tile:"bg-black","tile-white":"bg-white"},X=r((({className:e="",isDotted:t=!0,children:r,version:a="primary"})=>l("div",{className:`font-sans flex items-start ${e}`,role:"listitem",children:[t?n("div",{className:ee(a)}):null,n("span",{children:r})]}))),ee=e=>`${Q[e]} ${Y[e]} ${{primary:"w-2 h-2 min-w-2 min-h-2",secondary:"w-2 h-2 min-w-2 min-h-2",gray:"w-1.5 h-1.5 min-w-1.5 min-h-1.5",tile:"w-[7px] h-[7px] min-w-[7px] min-h-[7px]","tile-white":"w-[7px] h-[7px] min-w-[7px] min-h-[7px]"}[e]}`,te={primary:"text-primary-text",secondary:"text-white",gray:"text-secondary-text",tile:"text-primary-text","tile-white":"text-white"},ne=r((e=>{const{className:t="",itemClassName:l,isDotted:r,items:a,version:o="primary"}=e;return n("section",{className:`${te[o]} ${t}`,role:"list",children:a?.length?a.map(((e,t)=>n(X,{className:l,isDotted:r,version:o,children:e},String(t)))):null})})),le=r((({className:e="",title:t,children:r,buttons:a,image:o,anchor:i=null})=>l("div",{className:`font-sans flex flex-col grow h-full items-start ${e}`,id:i,children:[t,l("div",{className:"flex grow w-full justify-between",children:[l("div",{className:"flex flex-col justify-between w-full",children:[n("div",{children:r}),a?n("div",{children:a}):null]}),o]})]}))),re={primary:"text-primary-text",secondary:"text-white"},ae={primary:"text-secondary-text",secondary:"text-white"};function oe(e){let t="text-primary-main";return"secondary"===e&&(t="text-black"),`w-6 h-6 rounded-full box-border ${t}`}const ie=r((({className:e="",context:t,title:r,headingType:a="h2",description:o,benefits:c,benefitsVersion:s="normal",buttons:d,image:m,items:h,version:u="primary",isDotted:x=!0,label:g})=>l("div",{className:`w-full ${e}`,children:[l("div",{children:[g?de(g,u):null,l(le,{context:t,title:r?n(i,{headingType:a,title:r,className:"whitespace-pre-wrap max-w-[600px]"}):null,buttons:d?.length?n(q,{context:t,buttons:d,className:"flex flex-col mt-5 gap-2.5"}):null,children:[o?n(K,{className:"mt-3 text-m-md",description:o}):null,c?.filter((e=>e.label))?.length?n("div",{className:"mt-3",children:c.map(((e,t)=>function({benefit:e,version:t="primary"},r){const a="secondary"===t;return l("div",{className:"flex gap-3 items-center mb-2.5 last:mb-0",children:[e.icon?n(p,{className:oe(t),image:{...e?.icon,iconVersion:a?"white":"normal"},width:"24",height:"24",asSVG:!0}):null,n("div",{className:`font-medium text-m-title-xs m-0 ${re[t]}`,children:e.label}),e.description&&n("div",{className:`font-normal text-m-sm ${ae[t]}`,children:e.description})]},String(r))}({benefit:e,version:u,benefitsVersion:s},t)))}):null,h?.length?n(ne,{className:"mt-3 text-m-md",items:h,version:u,isDotted:x}):null]})]}),ce(m)]})));function ce(e){return e?.src?n(p,{imageClassName:"mt-5 mx-auto block",image:{className:"block",...e}}):null}const se={primary:"text-primary-main border-secondary-hover",secondary:"text-white/80"},de=(e,t)=>n("div",{className:`m-xs px-2.5 py-1.5 mb-5 rounded-md border-2 border-solid w-fit ${se[t]}`,children:e}),me={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},he=r((e=>{const{className:t="",version:l="primary"}=e;return n("section",{className:`font-sans bg-white px-4 py-6 ${me[l]} ${t}`,children:n(ie,{...e})})})),ue={primary:{background:"bg-white",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"},secondary:{background:"bg-primary-main",icon:"bg-white text-primary-main",title:"text-white",description:"text-white"},"secondary-light":{background:"bg-primary-main/10",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"}},pe=r((({title:e,description:t,blockVersion:r="primary",iconVersion:a,image:o,className:i="",items:c,isDotted:s=!0})=>{const d=ue[r];return l("section",{className:`font-sans px-4 py-[18px] flex flex-col ${d.background} ${i}`,children:["small"===a?xe(d.icon):null,"big"===a?ge(o):null,l("div",{className:"py-0.5",children:[e?n("div",{className:`font-medium text-base mb-1 ${d.title}`,children:e}):null,t?n("div",{className:`text-sm ${d.description}`,children:t}):null,c?.length?n(ne,{className:"mt-1 text-m-md",items:c,isDotted:s,version:"secondary"===r?"secondary":"gray"}):null]})]})}));function xe(e){return n("div",{className:"mb-3",children:n("div",{className:`rounded-full h-4 w-4 text-center text-xs ${e}`,children:"i"})})}function ge(e){return e?.src?n(p,{className:"pb-3 mr-auto",image:e}):null}const be={primary:"bg-white",secondary:"bg-primary-main text-white"},fe=r((({context:e,title:t,description:r,cards:a=[],className:o,orientation:c="horizontal"})=>l("section",{className:`relative font-sans text-primary-text bg-white px-4 py-6 overflow-hidden ${o}`,children:[l("div",{className:"flex flex-col items-center mb-5",children:[t?n(i,{headingType:"h3",className:"text-center "+(r?"mb-2":"mb-5"),title:t}):null,r?n("div",{className:"font-normal text-m-md max-w-[600px] text-center mb-5",children:r}):null]}),ye(c,a,e)]})));function ye(e,t,l){return"horizontal"===e?n(S,{context:l,children:t?.map(ve)}):n("div",{className:"grid gap-[14px]",children:t?.map(ve)})}function ve(e,t){return l("div",{className:`h-full justify-between box-border horizontal-list-item border-solid border rounded-md border-main-stroke p-4 flex flex-col\n ${be[e.version??"primary"]}`,children:[l("div",{children:[e.image?.src?n("div",{className:"flex justify-center",children:n(p,{className:"mb-3.5",image:e.image})}):null,e.title?n("h3",{className:"font-medium text-m-title-xs m-0",children:e.title}):null,e.description?Ne(e):null,e.items?.length?we(e.items,e.isDotted,e.version):null]}),e?.button?.text?(r=e.button,n(J,{className:"mt-3",appendLeft:r?.icon&&n(p,{image:r?.icon,width:"24px",height:"24px",asSVG:!0}),...r})):null]},t);var r}function Ne(e){return n("div",{className:"text-secondary-text mt-1 text-m-sm "+("secondary"===e.version?"text-white opacity-80":""),children:e.description})}function we(e,t,r="primary"){return n("section",{className:"mt-3",children:e.map(((e,a)=>l("div",{children:[t?n("div",{className:ee(r)}):null,n("span",{className:"text-m-md font-medium",children:e.title}),n("span",{className:"text-m-sm pl-2 "+("primary"===r?"text-secondary-text":""),children:e.text})]},String(a))))})}const Ie=r((({className:e="",documents:t,anchor:l=null})=>n("section",{className:`font-sans bg-white mt-[10px] ${e}`,id:l,children:n("ul",{className:"flex flex-col text-sm text-secondary-text p-0",children:t?.length?Ce(t):null})}))),Ce=e=>e.map(((e,t)=>{const{text:l,...r}=e;return n("li",{className:"mb-4 list-none",children:n("a",{className:"hover:text-primary-main",role:"link",...r,children:l||null})},`list_item_${String(t)}`)})),ke={Headline:v,LinkDocs:V,TextBlock:pe,ProductBlock:he,Gallery:fe,LinkList:Ie},Se=({blocks:e,context:t,className:n,columns:l})=>e?.length?e.map($e({context:t,className:n,columns:l})):null,$e=({context:e,columns:t,className:l})=>(r,a)=>{const o=r?.blockListType;if(!o||!(o in ke))return null;return n("div",{className:`${l} ${2===t?"w-1/2":""}`,children:n(ke[o],{context:e,...r,className:"!p-0"})},`block_${a}`)},Te=r((({blocks:e,context:t})=>n("div",{className:"transition-all duration-300 max-h-0 overflow-hidden group-last:last:pb-0",children:Se({context:t,className:"mb-5 last:mb-0 first:mt-2",blocks:e})}))),De=r((({label:e,labelIcon:t,blocks:r,bordered:a,context:o})=>{const{hasContent:i,icon:c,handleToggle:s}=(({context:e,blocks:t,initialState:n=!1})=>{const[l,r]=e.useState(n),a=t?.length;return{isActive:l,hasContent:a,icon:l?"MinusIcon":"PlusIcon",handleToggle:e=>{if(!a)return;r(!l);const t=(({currentTarget:e})=>e.nextSibling)(e);t.style.maxHeight=t.style.maxHeight?null:`${t.scrollHeight}px`}}})({context:o,blocks:r});return l("li",{className:`${Be(a)} border-solid border-main-divider`,children:[l("button",{className:`border-none bg-transparent flex justify-between text-left w-full font-sans text-primary-text\n ${a?"":"py-[14px] px-0"}\n ${i?"group cursor-pointer":""}`,onClick:s,children:[l("span",{className:"text-m-title-xs pr-2.5 font-medium flex "+(i?"group-hover:text-primary-main":""),children:[t?n(p,{image:t,width:"24",height:"24",asSVG:!0,className:"mr-3"}):null,e]}),i?n(p,{image:c,width:"24",height:"24",asSVG:!0}):null]}),i?n(Te,{blocks:r,context:o}):null]})}));function Be(e){return e?"border p-4 rounded mb-4":"border-0 border-b last:border-b-0"}const Re=r((({title:e,description:t,accordionItems:r,context:a,className:o="",bordered:c})=>l("section",{className:`py-6 px-4 font-sans bg-white text-primary-text ${o}`,children:[e?n(i,{headingType:"h3",className:"mb-2 text-center",title:e}):null,t?n("div",{className:"mb-5 text-m-md text-center",children:t}):null,r?.length?n("ul",{className:"list-none m-0 p-0",children:r.map(((e,t)=>n(De,{...e,context:a,bordered:c},`AccordionItem${t}`)))}):null]}))),_e=(e=!1)=>e?"text-white":"",Ve=(e=!1)=>"text-m-sm mb-3.5 "+(e?"text-white":"text-secondary-text/80"),Ae=r((({icon:e,image:t,title:r,subtitle:a,isFillGradient:o})=>l("div",{role:"columnheader",scope:"col",children:[e?n(p,{className:"h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4",image:e,width:"63",height:"63"}):null,t?.src&&n("div",{className:"mb-3.5",children:n(p,{image:t})}),r?n(i,{headingType:"h4",className:_e(o),title:r}):null,a?n("div",{className:Ve(o),children:a}):null]}))),Pe=r((({cell:e,rowHeader:t,isFillGradient:l=!1})=>n("div",{className:"box-border flex flex-col",role:"cell",children:n("div",{className:"h-full border-main-divider border border-t-0 border-x-0",children:e.map(Le(l,t))})}))),Le=(e,t)=>({label:r,description:a},o)=>l("div",{className:"flex justify-between text-m-sm py-3.5",children:[n("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),l("div",{className:"basis-1/2",children:[r?n("div",{className:"text-right "+(e?"text-white":""),children:r}):null,a?n("div",{className:"text-right "+(e?"text-white/80":"text-secondary-text"),children:a}):null]})]},String(o)),Me=r((({header:e,columnData:t,visibleRowLength:r=0,isFillGradient:a,showRow:o,onToggleColumn:i})=>{const c=t?.slice(0,o?t.length:r),s=a?"secondary":"primary";return l("div",{className:`border border-main-stroke rounded-md p-4 mb-3.5 ${a?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""}`,role:"row",children:[n(Ae,{...e,isFillGradient:a}),c?.length?c.map((({rowHeader:e,cell:t},l)=>n(Pe,{cell:t,rowHeader:e,isFillGradient:a},String(l)))):null,o&&Ge({header:e,buttonVersion:s}),je({onToggleColumn:i,isFillGradient:a,showRow:o})]})})),Ge=({header:e,buttonVersion:t})=>n(J,{href:e.link.href,target:e.link.target,version:t,className:"font-medium text-m-sm mt-4 py-[11px]",children:e.link.text}),je=({onToggleColumn:e,isFillGradient:t,showRow:l})=>n("div",{className:"mt-5",role:"cell",children:n("a",{role:"link",onClick:e,className:"font-medium text-m-sm cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:l?"Скрыть":"Показать описание"})}),We=r((({className:e,context:t,title:r,rowHeaders:a,columns:o,visibleRowLength:c=0,isColoredFirstColumn:s=!1,orientation:d="vertical"})=>{const m=o?.map((({data:e,header:t})=>({header:t,column:e?.map(((e,t)=>({cell:e,rowHeader:a?.[t]?.title})))})))||[],[h,u]=t.useState(new Array(o?.length).fill(!c));return l("section",{className:`bg-white font-sans px-4 py-6 overflow-hidden text-primary-text relative ${e||""}`,children:[r?n(i,{headingType:"h3",className:"font-medium text-center m-0 mb-5",title:r}):null,Ue({tableData:m,context:t,visibleRowLength:c,isColoredFirstColumn:s,columnsViewState:h,handleToggleColumn:e=>{h[e]=!h[e],u([...h])},orientation:d,setColumnsViewState:u})]})})),Ue=({context:e,tableData:t,visibleRowLength:l,isColoredFirstColumn:r,columnsViewState:a,handleToggleColumn:o,orientation:i="horizontal",setColumnsViewState:c})=>n("div",{role:"table",children:t?.length?Ee({orientation:i,context:e,columnsViewState:a,setColumnsViewState:c,tableData:t,visibleRowLength:l,isColoredFirstColumn:r,handleToggleColumn:o}):null}),Ee=({orientation:e,context:t,columnsViewState:l,setColumnsViewState:r,tableData:a,visibleRowLength:o,isColoredFirstColumn:i,handleToggleColumn:c})=>"horizontal"===e?n(S,{context:t,onSlideChange:Fe(l,r),children:a.map(Oe({context:t,visibleRowLength:o,isColoredFirstColumn:i,columnsViewState:l,handleToggleColumn:c}))}):a.map(Oe({context:t,visibleRowLength:o,isColoredFirstColumn:i,columnsViewState:l,handleToggleColumn:c})),Oe=({context:e,visibleRowLength:t,isColoredFirstColumn:l,columnsViewState:r,handleToggleColumn:a})=>(o,i)=>n(Me,{context:e,visibleRowLength:t,showRow:r[i],header:o.header,columnData:o.column,isFillGradient:0===i&&l,onToggleColumn:()=>a(i)},String(i)),Fe=(e,t)=>()=>{t(new Array(e.length).fill(!1))};async function He(){try{const e=await fetch(ze,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(Ze)});return await e.json()}catch(e){console.error(e)}}const ze="https://coins.rshb.ru/api/catalog/vue_storefront_magento_1_currency_rates_average/currency_rates_average/_search?size=10000",Ze={query:{bool:{must:[{term:{russian_region_code:"77"}},{term:{from_volume:"0"}},{terms:{currency_pair:["USD/RUB","EUR/RUB"]}}]}}},Je=e=>e.reduce(((e,t)=>{const n=t.currency_first;if(!qe(t.rate_buy)&&!qe(t.rate_sell))return e;const l=n.code;return e.some((e=>e.code===l))||e.push({code:l,buy:Number(t.rate_buy),sell:Number(t.rate_sell)}),e}),[]),qe=e=>Math.round(e)>0,Ke=e=>{const t="col-span-",n=e.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function Qe(e=""){const t=Ke(e);return t<=4?"h4":t<=8?"h3":"h2"}var Ye;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD"}(Ye||(Ye={}));const Xe=new Intl.NumberFormat("ru",{style:"currency",currency:Ye.RUB}),et=e=>e?Xe.format(e):"",tt="font-light text-left font-normal text-sm text-secondary-text",nt={USD:"DollarIcon",EUR:"EuroIcon"},lt=r((({className:e,exchangeCurrencyItems:t})=>l("table",{className:`h-fit w-fit ${e}`,children:[n("thead",{children:l("tr",{children:[n("th",{className:tt,children:"Валюта"}),n("th",{className:`${tt} pl-11`,children:"Купить"}),n("th",{className:`${tt} pl-11`,children:"Продать"})]})}),n("tbody",{children:t.map((e=>rt(e)))})]}))),rt=e=>{const t=e?.code;return l("tr",{className:"pb-1",children:[n("td",{className:"pt-4",children:l("div",{className:"flex items-center",children:[t?n(p,{image:{icon:nt[t]},width:"24",height:"24"}):null,n("span",{className:"text-m-title-md ml-2",children:t})]})}),n("td",{className:"pt-4 pl-11 m-title-md font-light",children:et(e.buy)}),n("td",{className:"pt-4 pl-11 m-title-md font-light",children:et(e.sell)})]},t)},at=r((({className:e="",address:t,distance:r})=>l("div",{className:`flex text-sm ${e}`,children:[n(p,{image:{icon:"GpsIcon"},width:"24",height:"24",asSVG:!0}),l("div",{className:"ml-3 font-light",children:[t?n("p",{className:"m-0 mb-[3px]",children:t}):null,r?l("p",{className:"text-secondary-text m-0",children:["Курс указан для ближайшего офиса - ",r]}):null]})]}))),ot=(e,t,n)=>{const l=Number(it(e))*Math.pow(t,n?-1:1);return Number.isInteger(l)?l:((e,t=2)=>{const n=Math.pow(10,t);return Math.round(parseFloat(String(e))*n)/n})(l)},it=e=>e.replace(/[^\d.,]/g,"").replace(",","."),ct=e=>{return(t=[[e=>e.value!==Ye.RUB&&e.oppositeValue!==Ye.RUB,()=>e.handleConvert(e.value,Ye.RUB)],[e=>e.value===Ye.RUB&&e.oppositeValue===Ye.RUB,()=>e.handleConvert(e.value,Ye.USD)],[()=>!0,()=>e.handleConvert(e.value)]],e=>{const[,n]=t.find((([t])=>t(e)))||[];return n})(e)?.();var t};const st=r((({className:e="",id:t,name:l,type:r="text",placeholder:a,pattern:o,value:i,onChange:c})=>n("input",{className:e,id:t,name:l||t,type:r,pattern:o,placeholder:a,value:i,onChange:e=>(e=>{const t=e.target.validity.valid?e.target.value:i;c(t)})(e)}))),dt=r((({className:e="",id:t,name:l,children:r,value:a,onChange:o})=>n("select",{className:e,id:t,name:l||t,value:a,onChange:e=>o(e.target.value),children:r}))),mt=r((({className:e="",value:t,selected:l,children:r})=>n("option",{className:e,value:`${t}`,selected:l,children:r})));function ht(e){const{placeholder:t,rates:r,selected:a,value:o,setValue:i,setSelected:c}=e;return l("div",{className:"relative flex items-center",children:[n(st,{className:"h-10 border pl-4 pt-[7px] pb-[7px] rounded-md text-m-sm w-full appearance-none -mr-12",placeholder:t,type:"text",value:o,onChange:i}),r.length?n(dt,{className:"h-9 -translate-x-4",value:a,onChange:e=>c(e),children:r.map(((e,t)=>n(mt,{value:e.code,children:e.code},String(t))))}):null]})}const ut=r((({context:e,className:t="",currencyRatesBuy:r,currencyRatesSell:a})=>{const[o,i]=e.useState({inputSell:"",inputBuy:"",selectSell:r?.[0]?.code||Ye.RUB,selectBuy:a?.[0]?.code||Ye.USD}),c=e=>{i((t=>({...t,...e})))};return l("div",{className:`grid gap-3.5 ${t}`,children:[ht({placeholder:"Хочу продать",rates:r,selected:o.selectSell,setSelected:pt(o,c,a),value:o.inputSell,setValue:e=>gt(c,a)(e,o.selectSell,o.selectBuy)}),ht({placeholder:"Получу",rates:a,selected:o.selectBuy,setSelected:xt(o,c,r),value:o.inputBuy,setValue:e=>bt(c,r)(e,o.selectBuy,o.selectSell)}),n(J,{className:"box-border mt-3.5 py-3 h-12 w-full",version:"primary",href:"https://coins.rshb.ru/exchange",target:"_blank",children:"Купить валюту"})]})})),pt=(e,t,n)=>l=>{t({selectSell:l}),ct({value:l,oppositeValue:e.selectBuy,handleConvert:(l=e.selectSell,r=e.selectBuy)=>{gt(t,n)(e.inputSell,l,r)}})},xt=(e,t,n)=>l=>{t({selectBuy:l}),ct({value:l,oppositeValue:e.selectSell,handleConvert:(l=e.selectBuy,r=e.selectSell)=>bt(t,n)(e.inputBuy,l,r)})},gt=(e,t)=>(n,l,r)=>{e({inputSell:it(n),selectBuy:r});const a=t.find((e=>e.code===r))?.buy||t.find((e=>e.code===l))?.sell;a&&e({inputBuy:String(ot(n,a,l===Ye.RUB)||"")})},bt=(e,t)=>(n,l,r)=>{e({inputBuy:it(n),selectSell:r});const a=t.find((e=>e.code===r))?.sell||t.find((e=>e.code===l))?.buy;a&&e({inputSell:String(ot(n,a,l===Ye.RUB)||"")})},ft={address:"Москва, ул.Ленина д.28",distance:"6км"},yt=r((({className:e="",context:t,title:r="Курсы обмена валют",anchor:a=null})=>{const o=function(e){const{data:t}=e(ze,He),n=t?.hits?.hits?.map((e=>e._source))||[];return n.length?Je(n):n}(t.useAsyncData),c=o.filter((e=>e.buy));c.unshift({code:Ye.RUB});const s=o.filter((e=>e.sell));return s.push({code:Ye.RUB}),n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e}`,id:a,children:n(le,{context:t,title:n(i,{headingType:Qe(e),title:r,className:"whitespace-pre-wrap"}),children:l("div",{className:"flex",children:[l("div",{className:"mr-[43px] pt-4",children:[o?n(lt,{className:"mb-[31px]",exchangeCurrencyItems:o}):null,n(at,{...ft})]}),o.length&&c.length&&s.length?n(ut,{className:"grow",context:t,currencyRatesBuy:c,currencyRatesSell:s}):null]})})})})),vt=r((({className:e,viewBox:t,fill:l="none",width:r,height:a,paths:o,...i})=>n("svg",{xmlns:"http://www.w3.org/2000/svg",className:e,viewBox:t,fill:l,width:r,height:a,children:o.map((({d:e,fill:t,...l},r)=>n("path",{d:e,fill:t||"currentColor",...i,...l},r)))}))),Nt=["m13.72 25.51 4.42-4.33v-2.95l-4.42 4.32v2.96Zm0-10.98 4.42-4.35V7.41l-4.42 4.31v2.8Zm0 3.63 4.42-4.33v-2.78l-4.42 4.32v2.8ZM12.46 7.44l-.6-.56V0h-.66v6.22l-.58-.57V0h-.67v5l-.59-.58V0H8.7v6.56l4.44 4.33V0h-.67v7.44Zm1.26 14.35 4.42-4.33v-2.78L13.72 19v2.8Zm-5.03-.61 4.44 4.33v-2.96l-4.44-4.32v2.95Zm8.79-16.76-.59.58V0h-.66v5.66l-.6.56V0h-.66v6.87l-.58.57V0h-.67v10.9l4.42-4.34V0h-.66v4.42Zm-8.79 5.76 4.44 4.35v-2.8L8.69 7.4v2.77Zm0 3.65 4.44 4.33v-2.8l-4.44-4.3v2.77Zm0 3.63 4.44 4.33V19l-4.44-4.31v2.78Zm26.37 2.29H24.3a2.25 2.25 0 0 0 .36-1.22 2.32 2.32 0 0 0-2.33-2.31 2.32 2.32 0 0 0-2.31 2.31c0 .5.16.96.43 1.34a.74.74 0 0 0-.33.61c0 .26.14.49.33.62a2.32 2.32 0 0 0-.43 1.34 2.31 2.31 0 0 0 2.31 2.31 2.32 2.32 0 0 0 2.33-2.31c0-.45-.13-.87-.36-1.22h8.01v.49h-.8v.68h.8v.7h-.8v1.3h.8v-.58h1.17v.58h.79v-1.3h-.79v-.7h.79v-.68h-.79v-.5h1.58a.56.56 0 0 0 .56-.56v-.34a.57.57 0 0 0-.56-.56Zm-11.53 2.7a1.2 1.2 0 0 1-2.4 0c0-.24.08-.47.2-.66l.34-.56a.97.97 0 0 1-.34-.75c0-.3.13-.56.33-.74l-.32-.56a1.13 1.13 0 0 1-.2-.66 1.2 1.2 0 0 1 2.4 0c0 .49-.56 1.65-.56 1.65v.62c-.01.01.55 1.17.55 1.66ZM4.67 18.34v2.89c0 2.75 1.2 4.53 1.9 5.21l4.58 4.5c1.28 1.25 1.5 1.66 1.79 2.37v-3.2c0-2.84-1.44-3.94-2.19-4.67-1.73-1.68-2.89-2.8-3.82-3.73a8.98 8.98 0 0 1-2.26-3.37Zm6.08 14.24c-1.73-1.7-2.89-2.8-3.82-3.73a10 10 0 0 1-2.25-2.98v2.49a7.87 7.87 0 0 0 1.89 5.24l4.58 4.47c1.28 1.25 1.5 1.85 1.79 2.55v-3.37c0-2.85-1.45-3.95-2.19-4.67Z","M19.88 5.34c-.32 0-.64 0-.96.02V6.7a18.5 18.5 0 1 1 .95 36.94A18.5 18.5 0 0 1 1.35 25.17c0-5.67 2.55-10.73 6.58-14.13V9.32A19.78 19.78 0 0 0 0 25.17C0 36.12 8.9 45 19.88 45a19.85 19.85 0 0 0 19.86-19.83c0-10.95-8.9-19.83-19.87-19.83Z","M33.93 35.53c.3-.41.6-.85.87-1.3v-2.66h-.87v3.96Zm2.54-4.92c.12-.4.24-.78.34-1.16h-2.88v.7h.43c.77-.02 1.63-.03 2.11.46Zm-19.19-1.27h-.78v7.91h.78v-7.9Z","M14.7 27.83h2.58c.67 0 1.14.14 1.4.4.27.25.4.72.4 1.38v7.4c0 .66-.12 1.12-.4 1.38-.4.41-1.16.41-1.78.41l-.4-.01v3.5l.78.14v-2.88c1.2 0 1.97-.4 2.34-1.22v4.29h.26l.5-.01V29.74c0-.68.13-1.16.4-1.43.25-.27.72-.4 1.37-.4.67 0 1.65-.1 2.16.4.26.27.38.76.38 1.43v3.8h-1.77v-4.06h-.77v12.99c.26-.03.5-.07.77-.12V34.3h1.77v7.64c.36-.1.72-.21 1.08-.34v-7c0-.8.19-1.4 1-1.67l-.9-4.87h1.8l.3 5.31h.22l.3-5.31h1.88l-1.01 4.87c.84.3 1.01.81 1.01 1.66v4.53a16.63 16.63 0 0 0 1.5-1.27v-9.83h5.25l.1-.72H24.93l.17.89c-.38-.72-1.12-1.08-2.2-1.08h-.77c-1.3 0-2.1.52-2.4 1.55-.27-1.08-1.1-1.62-2.46-1.62h-3.36v14.52c.26.09.52.18.78.25V27.84Zm16.29 5.58-.85-.8.85-4.37v5.17Z","M27.66 40.79c.27-.14.55-.28.8-.43v-5.98h-.8v6.4Z"],wt={"bg-white":"text-primary-main",transparent:"text-white"},It={"bg-white":"text-black",transparent:"text-white"},Ct=r((({className:e="",href:t,children:r,targetBlank:a,bgColor:o="bg-white",hideTitle:i})=>l("a",{className:`inline-flex items-center font-sans no-underline ${e}`,href:t||"https://rshb.ru/",target:a?"_blank":"_self","aria-label":"Россельхозбанк",children:[n(vt,{className:`${wt[o]} w-10 h-[38px]`,viewBox:"0 0 40 45",paths:Nt.map((e=>({d:e})))}),i?null:n("span",{className:`${It[o]} text-sm font-medium ml-2.5`,children:r||"Россельхозбанк"})]}))),kt=r((({className:e,title:t="Мобильное приложение",description:r,href:a="#"})=>n("div",{className:`col-span-12 rounded-md cursor-pointer p-4 mt-6 mb-6 bg-secondary-light ${e||""}`,children:a?l("div",{className:"flex",children:[n("div",{className:"flex justify-center align-middle rounded-md bg-primary-main w-[50px] h-[50px]",children:n(Ct,{className:"w-[33px]",bgColor:"transparent",hideTitle:!0})}),l("a",{href:a,target:"_blank",className:"flex flex-col justify-center pl-3 font-sans",children:[n("div",{className:"text-m-button font-medium mb-[3px]",children:t}),n("div",{className:"text-m-button text-secondary-text",children:r})]})]}):null}))),St=r((({className:e="",items:t,hasButton:r,context:a})=>{const o=a.useRouter(),{handlerDecorator:i}=a;return l("div",{className:e,children:[t?.length?t.map($t):null,r?n(J,{version:"primary",className:"mb-6 w-full",...U({router:o,handlerDecorator:i},{text:"Обратная связь",href:"/",target:"_blank"})}):null]})})),$t=(e,t)=>{const{type:r,text:a,description:o}=e;return l("div",{className:"mb-4",children:[n("div",{children:Tt(r,a)}),n("div",{className:"mt-1 font-sans font-light text-sm text-secondary-text",children:o})]},String(t))},Tt=(e,t="")=>{switch(e){case"tel":return n("a",{className:"font-sans text-xl text-primary-text no-underline",href:`tel:${Dt(t)}`,children:t});case"email":return n("a",{className:"font-sans text-xl text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return n("span",{children:t})}},Dt=e=>e.replaceAll(/\D/g,""),Bt=r((({title:e,links:t,className:r="",context:a})=>{const o=a.useRouter(),{handlerDecorator:i}=a;return l("div",{className:r,children:[n("span",{className:"text-primary-text font-sans font-medium text-sm",children:e}),t?.length?n("div",{className:"flex flex-col gap-2 pt-3",children:t.map(((e,t)=>n(Rt,{index:t,...U({router:o,handlerDecorator:i},e)},String(t))))}):null]})})),Rt=r((({className:e="",index:t,text:l,href:r,target:a,onClick:o})=>n("a",{className:`font-sans font-normal text-sm text-secondary-text hover:text-primary-main inline-block no-underline ${e}`,href:r,target:a,onClick:o,children:l||`Документ ${t}`}))),_t=[{origins:["t.me","telegram.org"],icon:{icon:"TelegramIcon"},label:"Телеграм"},{origins:["vk.com"],icon:{icon:"VKIcon"},label:"ВКонтакте"},{origins:["ok.ru"],icon:{icon:"OkIcon"},label:"Одноклассники"},{origins:["apps.apple.com"],icon:{icon:"AppleIcon"},label:"App Store"},{origins:["play.google.com"],icon:{icon:"PlayMarketIcon"},label:"Google Play"}],Vt=r((({href:e,version:t="primary"})=>{const{icon:l,label:r}=_t.find((({origins:t})=>t.some((t=>e?.includes(t)))))||{};if(!l)return null;const a="primary"===t;return n("a",{className:`flex items-center justify-center rounded-md w-14 h-14 group box-border ${"secondary"===t?"bg-secondary-light hover:bg-secondary-hover":"border-main-divider border-solid border-[1px] hover:bg-primary-main"} ${a?"hover:text-black":""}`,href:e,"aria-label":r,target:"_blank",rel:"noopener noreferrer",children:l?n(p,{image:l,imageClassName:a?"group-hover:text-white":"",width:"24",height:"24",asSVG:!0}):null})})),At=r((({className:e,media:t,version:l,context:r})=>{const a=r.useRouter(),{handlerDecorator:o}=r;return n("div",{className:`flex gap-2 items-start justify-start pt-6 pb-6 ${e||""}`,children:t?.map(((e,t)=>n(Vt,{version:l,...U({router:a,handlerDecorator:o},e)},String(t))))})})),Pt=r((({className:e,links:t,context:r})=>{const a=r.useRouter(),{handlerDecorator:o}=r;return l("div",{className:`${e||""}`,children:[n("div",{className:"py-6",children:n("span",{className:"font-sans font-normal text-xs text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?n("div",{className:"flex flex-col justify-start items-start gap-2",children:t.map(((e,t)=>n(Lt,{index:t,...U({router:a,handlerDecorator:o},e)},String(t))))}):null]})})),Lt=r((({className:e,index:t,text:l,href:r,target:a,onClick:o})=>n("a",{className:`font-sans font-normal text-xs text-secondary-text visited:text-secondary-text hover:text-primary-text inline-block no-underline max-w-[292px] ${e||""}`,href:r,target:a,onClick:o,children:l||`Документ ${t}`})));function Mt(e){const{data:t}=e(jt(),Gt);return t||{}}async function Gt(){const e=await fetch(jt());return await e.json()}function jt(){return`/wcms-resources/${d.SITEMAP||"sitemap"}.json`}const Wt=r((({className:e,context:t})=>{const{term:r,setTerm:a}=t.useSearch();return l("form",{className:`relative ${e||""}`,children:[l("div",{className:"absolute rounded h-full flex items-center justify-center pl-4 max-w-[170px] gap-3.5 pointer-events-none",children:[n("div",{className:"w-[20px] h-[20px]",children:n(p,{image:"LoupeIcon",width:"24",height:"24"})}),r?null:n("label",{htmlFor:"search-bar-input",className:"font-sans font-normal text-sm text-secondary-text",children:"Поиск по сайту"})]}),n("input",{id:"search-bar-input",className:"h-12 pl-12 w-full peer placeholder-transparent font-sans font-normal text-base text-black border border-solid rounded box-border outline-none pr-[6%] border-main-divider focus:border-primary-text",value:r,onChange:e=>a(e.target.value),type:"text",name:"search-bar-input",placeholder:"some search"}),n("button",{className:"visible peer-placeholder-shown:invisible absolute top-2 right-3 w-6 h-6 p-1 bg-transparent cursor-pointer border-none",onClick:e=>{e.preventDefault(),a("")},children:n(p,{image:"CloseIcon",width:"24",height:"24"})})]})})),Ut=e=>e?.map((e=>({label:e.text||"",blocks:[{accordionBlockType:"LinkList",documents:e.items||[]}]}))),Et=r((({className:e="",documents:t,relatedEnterprises:r,contacts:a,socialMedia:o,context:i,horizontalNavigationTitle:c})=>{const s=Mt(i.useAsyncData),d=s?.dispositions;return l("footer",{className:`px-4 py-[26px] bg-white ${e}`,children:[n(St,{className:"overflow-hidden",items:a,context:i,hasButton:!0}),n(Re,{context:i,className:"!p-0 mb-4",accordionItems:Ut(s.topItems)}),n("div",{children:d?.map(Ot)}),n(kt,{context:i,title:"Мобильное приложение",description:"Загрузить для IOS и Android"}),n(Wt,{context:i,className:"grow"}),n(At,{className:"pb-4",media:o,context:i}),n(Bt,{title:c,links:r,context:i}),n(Pt,{links:t,context:i})]})})),Ot=(e,t)=>{const{icon:r,href:a,text:o}=e;return l(J,{version:"link",href:a,className:"flex text-sm mb-4",children:[r?n(p,{className:"pr-1",image:r,width:"24",height:"24",asSVG:!0}):null,n("span",{className:"pl-2.5 font-medium text-primary-text",children:o})]},`footer-${t}`)},Ft=(e,t,n=((e,t)=>t.startsWith(e)))=>n(P(e),(e=>(e||"").replace(G,""))(P(A(e)?t.href:t.pathname))),Ht=e=>t=>Ft(t.href,e),zt=e=>t=>t.items?.some(Ht(e))||Ft(t.href,e)||((e,t)=>L(e)===L(t.href))(t.href,e),Zt=e=>t=>e?.href===t?.href,Jt=(e,t)=>{return(l=e,r=t,(l||[]).map((e=>r?.find(Zt(e))||e))).concat((n=e,(t||[]).filter((e=>!n?.find(Zt(e))))));var n,l,r},qt="absolute left-0 -bottom-3 w-full h-[2px]",Kt=r((({className:e,text:t,href:r,target:a,active:o,onClick:i,children:c,bgColor:s="bg-white"})=>l("a",{className:`relative inline-block bg-transparent text-center no-underline ${e||""}`,href:r,target:a,onClick:i,children:[n("span",{className:Qt(s,o),children:t||c}),o?n("div",{className:Yt(s,o)}):null]}))),Qt=(e,t)=>{let n="text-white";return"bg-white"===e&&(n=t?"text-primary-main":"text-secondary-text hover:text-primary-main"),`${n} font-sans font-normal text-sm`},Yt=(e,t)=>t?`${"bg-white"===e?"bg-primary-main":e} ${qt}`:qt,Xt=r((({context:e,burgerSubMenu:t,onClick:r,defaultLocation:a="",children:o})=>{const[i,c]=e.useGeolocation(a);return l("div",{className:"absolute top-0 left-0 w-full h-full bg-white p-4 box-border z-20",children:[n("button",{className:"absolute top-4 right-4 border-none bg-transparent cursor-pointer",onClick:r,children:n(p,{image:"CloseIcon",width:"24",height:"24",asSVG:!0})}),l("button",{onClick:c,className:"flex items-center text-sm text-secondary-text p-0 mb-4 bg-transparent cursor-pointer",children:[n(p,{image:"GeolocationIcon",width:"20",height:"20",className:"text-primary-main box-border mr-2",asSVG:!0}),i]}),o,n("div",{className:"mb-7",children:t?.map(en)}),n(Wt,{context:e,className:"grow"})]})})),en=(e,t)=>{const{icon:r,href:a,text:o}=e;return l("a",{href:a,className:"flex text-sm mb-4 hover:text-primary-main",children:[r?n(p,{className:"text-primary-main pr-1",image:r,width:"24",height:"24",asSVG:!0}):null,n("span",{className:"pl-0.5 font-medium",children:o})]},`headerSubMenu-${t}`)},tn=r((({onClick:e,bgColor:t})=>l("div",{className:"flex items-center justify-between border-0 border-b border-main-divider h-[50px]",children:[l("div",{className:"flex items-center",children:[n("button",{className:"pl-0 pr-4 border-0 bg-transparent cursor-pointer",onClick:e,"aria-label":"Открыть меню",children:n(p,{image:{icon:"BurgerIcon",iconVersion:"bg-white"===t?"black":"white"},className:"text-primary-text",width:"24",height:"24",asSVG:!0})}),n(Ct,{bgColor:t})]}),n("button",{className:("bg-white"===t?"text-primary-main":"text-white")+" text-sm border-0 bg-transparent cursor-pointer",children:"Войти"})]}))),nn=r((({className:e="",defaultLocation:t,bgColor:r="bg-white",context:a,topItems:o})=>{const i=a.useRouter(),c=Mt(a.useAsyncData),s=c?.dispositions,{handlerDecorator:d}=a,m=Jt(c.topItems,o).find(zt(i))?.items,h=(e=>(t=[])=>{const n=t?.filter(Ht(e));var l;return n?.length?(l=e=>e.href?.length||0,e=>e.reduceRight(((e,t)=>l(e)>l(t)?e:t)))(n):null})(i)(m),[u,p]=a.useState(!1),x=()=>p(!u);return l("header",{className:`${r} ${e}`,children:[l("div",{className:"container px-4 py-0 box-border",children:[n(tn,{onClick:x,bgColor:r}),n("nav",{className:"flex items-center m-0 p-0 overflow-y-hidden w-full h-[50px]",children:n("div",{className:"flex no-scrollbar horizontal-list h-full items-center",children:m?.map(((e,t)=>ln({...U({router:i,handlerDecorator:d},e),active:e===h,bgColor:r},t)))})})]}),u?n(Xt,{context:a,onClick:x,burgerSubMenu:s,defaultLocation:t,children:n(Re,{context:a,accordionItems:Ut(c.topItems),className:"!p-0 mb-4"})}):null]})})),ln=(e,t)=>n(Kt,{className:"mr-8 whitespace-nowrap text-sm",...e},String(t));function rn(e=""){const t=Ke(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function an(e=""){const t=Ke(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const on=r((({className:e,context:t,title:r,description:a="Блок в разработке...",anchor:o=null})=>n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${an(e)} ${rn(e)} `,id:o,children:l(le,{context:t,title:r?n(i,{headingType:Qe(e),title:r,className:"whitespace-pre-wrap max-w-[600px]"}):null,children:[a?n(K,{className:"mt-4 max-w-[600px]",description:a}):null,n("figure",{className:"m-0 min-w-[600px]",children:cn()})]})}))),cn=(e=3)=>dn(100,e).map((e=>Math.floor(e))).map(sn),sn=(e,t)=>n("div",{style:{width:`${e||100}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),dn=(e,t)=>[e].concat(t>0?dn(e/1.618,t-1):[]),mn={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},hn=r((({block:e,headingType:t,context:l,className:r=""})=>n("section",{className:`flex grow-0 shrink-0 basis-full px-4 pt-6 ${mn[e?.version??"primary"]} ${r}`,children:n("div",{className:"flex grow",children:n(ie,{context:l,headingType:t||"h2",...e})})}))),un=r((({className:e,context:t,slides:l=[]})=>{const r=l.map((e=>e.productBlock));return n("section",{className:`font-sans bg-white overflow-hidden w-100 pb-6 ${e||""}`,children:n(S,{context:t,children:r.map(((e,l)=>n(hn,{block:e,context:t},String(l))))})})})),pn={normal:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",small:"h-[50px] w-[50px] min-w-[50px] min-h-[50px]"},xn={normal:"min-h-[70px]",small:"min-h-[50px]"},gn={primary:{background:"bg-white",title:"text-primary-text",description:"text-secondary-text",iconBackground:"bg-secondary-light",iconConnector:"bg-secondary-light"},secondary:{background:"bg-primary-main",title:"text-white",description:"text-white/80",iconBackground:"bg-white/30",iconConnector:"bg-white"}},bn=e=>gn[e],fn=r((({className:e,title:t,description:r,steps:a,size:o="normal",version:c="primary"})=>{const s=bn(c);return l("section",{className:`box-border font-sans bg-white px-4 py-6 flex flex-col\n ${s.background} ${s.title} ${e||""}`,children:[t?n(i,{headingType:"h3",className:`text-center ${s.title}`,title:t}):null,r?n("p",{className:`text-m-md text-center ${s.description} ${t&&"mt-2"}`,children:r}):null,a?.length?n("div",{className:"box-border py-0.5 mb-0.5 mt-5",children:n("div",{className:"flex flex-col justify-between gap-x-[101px]",children:a.map(((e,t)=>yn({step:e,size:o,i:t,length:a.length,version:c})))})}):null]})})),yn=e=>{const{step:t,size:r,i:a,length:o,version:i}=e,c=o-1===a,s="normal"===r?"ml-[34px]":"ml-[24px]",d=bn(i);return n("div",{children:l("div",{className:"flex flex-row text-center relative",children:[l("div",{className:"overflow-hidden",children:[vn(e),c?null:n("div",{className:`min-h-8 h-full w-[2px] ${d.iconConnector} ${s}`})]}),l("div",{className:`flex flex-col justify-center h-fit ${xn[r]}`,children:[t.label?n("div",{className:"font-medium text-m-title-xs m-0 text-left",children:t.label}):null,t.description?n("div",{className:`font-normal text-sm ${d.description} text-left ${t.label?"mt-1":""}`,children:t.description}):null]})]},String(a))},String(a))},vn=e=>{const{step:t,size:l,i:r,version:a}=e,o=bn(a),i="normal"===l?"38":"27",c="normal"===l?"text-m-title":"text-m-title-xs";return n("div",{className:`${pn[l]} ${o.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`,children:n("span",{className:`font-medium flex self-center ${o.title} ${c}`,children:t.icon?.icon&&n(p,{image:t.icon,width:i,height:i,asSVG:!0})||r+1})})},Nn=r((({title:e,icon:t})=>l("div",{className:"flex gap-2.5 mb-2",children:[e?n(i,{headingType:"h3",className:"font-medium",title:e}):null,t?n(p,{className:"ml-auto max-w-6 max-h-6",image:t,width:"24px",height:"24px"}):null]}))),wn=e=>e?.alt||e?.title||s[e?.icon?e.icon:""],In=r((({header:e,data:t})=>l("div",{className:"rounded-md border-main-stroke h-full box-border border p-4",children:[n(Nn,{...e}),t?.length?t.map(Cn):null]}))),Cn=({label:e,description:t,list:r,image:a,buttons:o},i)=>l("div",{children:[i>0&&n("div",{className:"border-main-divider border border-solid border-t-0 border-x-0 my-2"}),e?n("div",{className:"text-m-sm m-0",children:e}):null,t?n("div",{className:"text-m-sm text-secondary-text mt-[3px]",children:t}):null,r?.items?.length?kn(r):null,a?n(p,{image:{...a,className:"m-0"}}):null,o?.length?Sn(o):null]},String(i)),kn=e=>n(ne,{className:"flex flex-col justify-between items-start text-m-sm",version:"gray",items:e.items,isDotted:e.isDotted??!0}),Sn=e=>n("div",{children:e.map((({icon:e,rounded:t,...l},r)=>n(J,{className:`mt-3 ${r>0&&t?"ml-2.5":""} ${e?"w-12 h-12":""}`,ariaLabel:wn(e),rounded:t,appendLeft:e?n(p,{image:e,width:"24px",height:"24px",asSVG:!0}):null,...l,"aria-label":e},String(r))))}),$n=r((({tiles:e})=>n("div",{className:"flex flex-col gap-3.5",children:e.map(((e,t)=>n(In,{...e},String(t))))}))),Tn=r((({tiles:e,context:t})=>n(S,{context:t,children:e.map(((e,t)=>n(In,{...e},String(t))))}))),Dn=r((({className:e,context:t,title:r,description:a,columns:o,rowHeaders:c,orientation:s="vertical"})=>{const d=Rn(o),m=_n(c,d);return l("section",{className:`px-4 py-6 bg-white font-sans text-primary-text overflow-x-hidden ${e}`,children:[r?n(i,{headingType:"h2",className:"text-center "+(a?"mb-2":"mb-5"),title:r}):null,a?n("div",{className:"mb-5 text-center text-m-md",children:a}):null,m?.length?Bn(s,m,t):null]})}));function Bn(e,t,l){return"vertical"===e?n($n,{tiles:t}):n(Tn,{context:l,tiles:t})}const Rn=e=>e?.[0].data?e[0].data:[],_n=(e,t)=>e?.map(((e,n)=>({header:e,data:t?.[n]||[{}]}))),Vn={Accordion:Re,ComparisonTable:We,ExchangeRateTile:yt,Footer:Et,Gallery:fe,Header:nn,Headline:v,LinkDocs:V,LinkList:Ie,MobileAppTile:kt,ProductBlock:he,ProductGallery:un,StepsBlock:fn,TariffsTable:Dn,TextBlock:pe,Placeholder:on};function An(e){return e?e.filter(Boolean).join(" "):""}const Pn=r((({className:e,onClick:t,ariaLabel:l})=>n("button",{type:"button",className:`border-0 w-[36px] bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":l,children:Ln()}))),Ln=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return l("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[n("path",{...e,strokeMiterlimit:"10",d:"M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77"}),n("path",{...e,d:"M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z"})]})},Mn=r((({className:e,context:t,anchor:r=null})=>{const a=t.useLikeService();return l("div",{className:`border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${e||""}`,id:r,children:[n(Pn,{onClick:a.like,ariaLabel:"Поставить отметку «лайк»"}),n(Pn,{onClick:a.dislike,className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),n("span",{className:"select-none",children:a.likeCount})]})})),Gn=!("undefined"==typeof window||!window.document||!window.document.createElement),jn=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),Wn=r((({className:e="",context:t,blocksRegistry:r,data:{style:a,blocks:o,slots:i={},likeControl:c,colorPalette:s="pc"},blockDecorator:d=jn})=>{const{header:m}=i,h=t.useRouter();return Gn&&globalThis.addEventListener("load",(()=>{const e=globalThis.document.querySelectorAll("section[id]");globalThis.document.addEventListener("scroll",(()=>((e,t)=>{t?.forEach((t=>{const n=globalThis.location?.hash;if(n===`#${t?.id}`)return;const l=t?.getBoundingClientRect();l&&l.top>0&&l.top<150&&e.replace(`#${t?.id}`)}))})(h,e)))})),l("section",{className:`relative ${An(a)} ${e}`,"data-theme":s,children:[m?.blocks?.length?n("div",{className:`${An(m?.style)}`,children:m.blocks.map(((e,n)=>Un({block:e,blockDecorator:d,blocksRegistry:r,context:t},n)))}):null,o?.length?n("div",{className:"container grid grid-cols-12 gap-1",children:o.map(((e,n)=>Un({block:e,blockDecorator:d,blocksRegistry:r,context:t},n)))}):null,c?n("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:n(Mn,{className:"rounded-tl-lg sticky bottom-0 pointer-events-auto",context:t},"LikeControl")}):null]})}));function Un({block:e,blockDecorator:t,blocksRegistry:l,context:r},a){const{type:o}=e;o&&o in l||console.warn(`No block with "${o}" is registered`);const i=l[o||"Placeholder"]||on;return t({blockClassName:`scroll-mt-12 ${An(e.style)}`,block:e,render:e=>{const{version:t,content:l,anchor:c}=e.block;return n(i,{className:e.blockClassName,version:t,context:r,anchor:c,...l},`${o}-${a}`)}},`block-${a}`)}e.Blocks=Vn,e.ContentPage=Wn,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),n=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await n.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.LikeAPI=function(e,t=""){async function n(){try{const e=JSON.parse(globalThis.localStorage.getItem(a)||"");if(e?.token)return e}catch(e){}try{const e=await fetch(`${t}/assist/v1/public/auth`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:n,name:l}=await e.json();return globalThis.localStorage.setItem(a,JSON.stringify({token:n,name:l})),{token:n,name:l}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...l){if(!l.length)return[];const{token:r}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:r},body:JSON.stringify({node_ids:l})}),{likes:a}=await n.json();return a||[]}catch(e){return console.error(e),[]}},like:async function(l){if(!l)return 0;const{token:r,name:a}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:r,UserID:a},body:JSON.stringify({node_id:l,user_name:a})}),{likes:o}=await n.json();return o||0}catch(e){return console.error(e),0}},dislike:async function(l){if(!l)return 0;const{token:r,name:a}=await n();try{const n=await fetch(`${t}/assist/v1/public/projects/${e}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:r,UserID:a},body:JSON.stringify({node_id:l,user_name:a})}),{likes:o}=await n.json();return o||0}catch(e){return console.error(e),0}}}},e.joinList=function(e){return t=>t.reduce(((t,n,l)=>t.length?t.concat({...e,key:l},n):[n]),[])},e.projectSettings=d,e.setup=t,e.url=M,Object.defineProperty(e,"__esModule",{value:!0})}));
@@ -4,10 +4,28 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
4
4
  const uni_jsx_1 = require("@redneckz/uni-jsx");
5
5
  const Heading_1 = require("../../ui-kit/Heading/Heading");
6
6
  const Img_1 = require("../../ui-kit/Img/Img");
7
- exports.BenefitsBlock = (0, uni_jsx_1.JSX)(({ className = '', title, benefits, anchor = null }) => {
8
- return ((0, jsx_runtime_1.jsxs)("section", { className: `font-sans text-primary-text bg-white p-12 flex flex-col items-center ${className}`, id: anchor, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h2", className: "max-w-[47rem] text-center", title: title })) : null, benefits?.length ? ((0, jsx_runtime_1.jsx)("div", { className: "grid grid-cols-2 gap-8 mt-9", children: benefits.map(renderStep) })) : null] }));
7
+ exports.BenefitsBlock = (0, uni_jsx_1.JSX)(({ className = '', headingType = 'h2', title, benefitList, anchor = null }) => {
8
+ return ((0, jsx_runtime_1.jsxs)("section", { className: `font-sans text-primary-text bg-white p-12 flex flex-col items-center ${className}`, id: anchor, children: [title ? ((0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: headingType, as: "h2", className: "max-w-[47rem] text-center", title: title })) : null, benefitList?.length ? renderBenefits(benefitList) : null] }));
9
9
  });
10
+ const renderBenefits = (benefits) => {
11
+ return ((0, jsx_runtime_1.jsx)("div", { className: "flex flex-wrap justify-center gap-x-20 mt-9", children: benefits.map(renderStep) }));
12
+ };
10
13
  const renderStep = (benefit, i) => {
11
- return ((0, jsx_runtime_1.jsxs)("div", { className: "flex items-center gap-5 max-w-[500px]", children: [benefit?.icon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "h-[70px] w-[70px] min-w-[70px] min-h-[70px]", image: benefit.icon, width: "70", height: "70" })) : null, (0, jsx_runtime_1.jsxs)("div", { children: [benefit?.label ? (0, jsx_runtime_1.jsx)("h3", { className: "font-medium text-xl m-0", children: benefit.label }) : null, benefit?.description ? ((0, jsx_runtime_1.jsx)("div", { className: "font-normal text-sm mt-2", children: benefit.description })) : null] })] }, String(i)));
14
+ const description = benefit?.description || undefined;
15
+ return ((0, jsx_runtime_1.jsxs)("div", { className: "flex items-center basis-1/2 max-w-[500px] mb-[46px]", children: [benefit?.icon ? ((0, jsx_runtime_1.jsx)(Img_1.Img, { className: "h-[70px] w-[70px] min-w-[70px] min-h-[70px] mr-5", image: benefit.icon, width: "70", height: "70" })) : null, (0, jsx_runtime_1.jsxs)("div", { children: [benefit?.label ? (0, jsx_runtime_1.jsx)("h3", { className: "font-medium text-xl m-0", children: benefit.label }) : null, renderDescription(description)] })] }, String(i)));
16
+ };
17
+ const renderDescription = (description) => {
18
+ const benefitType = description ? description?.benefitType : null;
19
+ if (!benefitType) {
20
+ return null;
21
+ }
22
+ return description ? ((0, jsx_runtime_1.jsx)("div", { className: "font-light text-base text-secondary-text mt-2", children: benefitType === 'list'
23
+ ? renderListBenefit(description)
24
+ : renderTextBenefit(description) })) : null;
25
+ };
26
+ const renderTextBenefit = (description) => (description ? description.name : null);
27
+ const renderListBenefit = (description) => {
28
+ const listStyleType = description?.bullets ? 'list-disc pl-6' : '';
29
+ return description?.items && description.items.length > 0 ? ((0, jsx_runtime_1.jsx)("ul", { className: listStyleType, children: description.items.map((_, i) => ((0, jsx_runtime_1.jsx)("li", { children: _ }, `benefitListItem-${i}`))) })) : null;
12
30
  };
13
31
  //# sourceMappingURL=BenefitsBlock.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BenefitsBlock.js","sourceRoot":"","sources":["../../../src/components/BenefitsBlock/BenefitsBlock.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,0DAAuD;AACvD,8CAA2C;AAK9B,QAAA,aAAa,GAAG,IAAA,aAAG,EAC9B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IACrD,OAAO,CACL,qCACE,SAAS,EAAE,wEAAwE,SAAS,EAAE,EAC9F,EAAE,EAAE,MAAM,aAET,KAAK,CAAC,CAAC,CAAC,CACP,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,2BAA2B,EAAC,KAAK,EAAE,KAAK,GAAI,CACjF,CAAC,CAAC,CAAC,IAAI,EACP,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,CAClB,gCAAK,SAAS,EAAC,6BAA6B,YAAE,QAAQ,CAAC,GAAG,CAAC,UAAU,CAAC,GAAO,CAC9E,CAAC,CAAC,CAAC,IAAI,IACA,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,UAAU,GAAG,CAAC,OAAgB,EAAE,CAAS,EAAE,EAAE;IACjD,OAAO,CACL,iCAAqB,SAAS,EAAC,uCAAuC,aACnE,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC,CACf,uBAAC,SAAG,IACF,SAAS,EAAC,6CAA6C,EACvD,KAAK,EAAE,OAAO,CAAC,IAAI,EACnB,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,GACX,CACH,CAAC,CAAC,CAAC,IAAI,EACR,4CACG,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC,+BAAI,SAAS,EAAC,yBAAyB,YAAE,OAAO,CAAC,KAAK,GAAM,CAAC,CAAC,CAAC,IAAI,EACpF,OAAO,EAAE,WAAW,CAAC,CAAC,CAAC,CACtB,gCAAK,SAAS,EAAC,0BAA0B,YAAE,OAAO,CAAC,WAAW,GAAO,CACtE,CAAC,CAAC,CAAC,IAAI,IACJ,KAdE,MAAM,CAAC,CAAC,CAAC,CAeb,CACP,CAAC;AACJ,CAAC,CAAC"}
1
+ {"version":3,"file":"BenefitsBlock.js","sourceRoot":"","sources":["../../../src/components/BenefitsBlock/BenefitsBlock.tsx"],"names":[],"mappings":"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"}
@@ -1,25 +1,52 @@
1
1
  import type { Picture } from '../../model/Picture';
2
- export interface TextBenefit {
3
- /** @title Название */
4
- label?: string;
5
- /** @title Описание */
6
- description?: string;
7
- }
2
+ import type { HeadingContent, HeadingTypeContent } from '../../ui-kit/Heading/HeadingContent';
3
+ import type { EmptyOption } from '../../model/EmptyOptionType';
4
+ /**
5
+ * @title Пункты описания
6
+ * @default {"benefitType": "text"}
7
+ */
8
+ export declare type TextBenefitDef = {
9
+ /**
10
+ * @title Описание
11
+ */
12
+ name?: string;
13
+ benefitType?: 'text';
14
+ };
15
+ /**
16
+ * @title Список
17
+ * @default {"benefitType": "list"}
18
+ */
19
+ export declare type ListBenefitDef = {
20
+ /** @title Буллиты */
21
+ bullets?: boolean;
22
+ /**
23
+ * @title Пункты
24
+ * @example ["Пункт 1"]
25
+ */
26
+ items?: string[];
27
+ benefitType?: 'list';
28
+ };
29
+ /**
30
+ * @title Вид контента
31
+ */
32
+ export declare type DescriptionType = EmptyOption | TextBenefitDef | ListBenefitDef;
8
33
  /**
9
34
  * @title Преимущество
10
35
  */
11
- export interface Benefit extends TextBenefit {
36
+ export interface BenefitItem {
37
+ /** @title Название */
38
+ label?: string;
39
+ /** @title Описание */
40
+ description?: DescriptionType;
12
41
  icon?: Picture;
13
42
  }
14
43
  /**
15
44
  * @title Блок преимущества
16
45
  */
17
- export interface BenefitsBlockContent {
18
- /** @title Заголовок */
19
- title?: string;
46
+ export declare type BenefitsBlockContent = HeadingContent & HeadingTypeContent & {
20
47
  /**
21
48
  * @title Список преимуществ
22
49
  * @maxItems 6
23
50
  */
24
- benefits?: Benefit[];
25
- }
51
+ benefitList?: BenefitItem[];
52
+ };