@redneckz/wildless-cms-uni-blocks 0.3.76 → 0.3.78
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.
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +12 -14
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/Accordion/AccordionContent.d.ts +6 -3
- package/dist/components/Bonus/Bonus.js +1 -1
- package/dist/components/Bonus/Bonus.js.map +1 -1
- package/dist/components/Bonus/BonusContent.d.ts +1 -1
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +5 -5
- package/dist/components/Calculator/Calculator.js +1 -1
- package/dist/components/Calculator/Calculator.js.map +1 -1
- package/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +5 -3
- package/dist/components/GracePeriod/GracePeriod.js +2 -2
- package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
- package/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -2
- package/dist/components/GroupBlock/GroupBlockContent.d.ts +2 -2
- package/dist/components/GroupBlock/GroupBlockTabs.js +1 -1
- package/dist/components/GroupBlock/GroupBlockTabs.js.map +1 -1
- package/dist/components/LinkDocs/LinkDocsContent.d.ts +10 -1
- package/dist/components/PictureText/PictureTextContent.d.ts +1 -0
- package/dist/components/StepsBlock/StepsBlock.js +3 -2
- package/dist/components/StepsBlock/StepsBlock.js.map +1 -1
- package/dist/components/StepsBlock/StepsBlock.mobile.js +2 -1
- package/dist/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
- package/dist/components/StepsBlock/StepsBlockContent.d.ts +11 -0
- package/dist/model/Picture.d.ts +6 -0
- package/dist/ui-kit/BlocksList/BlocksListProps.d.ts +10 -10
- package/dist/ui-kit/Button/ButtonProps.d.ts +2 -0
- package/dist/ui-kit/Button/ButtonSection.js +2 -2
- package/dist/ui-kit/Button/ButtonSection.js.map +1 -1
- package/dist/ui-kit/Img/Img.js +2 -6
- package/dist/ui-kit/Img/Img.js.map +1 -1
- package/dist/utils/checkIsIconRenderable.d.ts +2 -0
- package/dist/utils/checkIsIconRenderable.js +5 -0
- package/dist/utils/checkIsIconRenderable.js.map +1 -0
- package/lib/common.css +1 -1
- package/lib/components/Accordion/AccordionContent.d.ts +6 -3
- package/lib/components/Bonus/Bonus.js +1 -1
- package/lib/components/Bonus/Bonus.js.map +1 -1
- package/lib/components/Bonus/BonusContent.d.ts +1 -1
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +5 -5
- package/lib/components/Calculator/Calculator.js +1 -1
- package/lib/components/Calculator/Calculator.js.map +1 -1
- package/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +5 -3
- package/lib/components/GracePeriod/GracePeriod.js +2 -2
- package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
- package/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -2
- package/lib/components/GroupBlock/GroupBlockContent.d.ts +2 -2
- package/lib/components/GroupBlock/GroupBlockTabs.js +1 -1
- package/lib/components/GroupBlock/GroupBlockTabs.js.map +1 -1
- package/lib/components/LinkDocs/LinkDocsContent.d.ts +10 -1
- package/lib/components/PictureText/PictureTextContent.d.ts +1 -0
- package/lib/components/StepsBlock/StepsBlock.js +3 -2
- package/lib/components/StepsBlock/StepsBlock.js.map +1 -1
- package/lib/components/StepsBlock/StepsBlock.mobile.js +2 -1
- package/lib/components/StepsBlock/StepsBlock.mobile.js.map +1 -1
- package/lib/components/StepsBlock/StepsBlockContent.d.ts +11 -0
- package/lib/model/Picture.d.ts +6 -0
- package/lib/ui-kit/BlocksList/BlocksListProps.d.ts +10 -10
- package/lib/ui-kit/Button/ButtonProps.d.ts +2 -0
- package/lib/ui-kit/Button/ButtonSection.js +2 -2
- package/lib/ui-kit/Button/ButtonSection.js.map +1 -1
- package/lib/ui-kit/Img/Img.js +2 -6
- package/lib/ui-kit/Img/Img.js.map +1 -1
- package/lib/utils/checkIsIconRenderable.d.ts +2 -0
- package/lib/utils/checkIsIconRenderable.js +2 -0
- package/lib/utils/checkIsIconRenderable.js.map +1 -0
- package/mobile/bundle/bundle.umd.js +5 -3
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/Accordion/AccordionContent.d.ts +6 -3
- package/mobile/dist/components/Bonus/Bonus.js +1 -1
- package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
- package/mobile/dist/components/Bonus/BonusContent.d.ts +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +5 -5
- package/mobile/dist/components/Calculator/Calculator.js +1 -1
- package/mobile/dist/components/Calculator/Calculator.js.map +1 -1
- package/mobile/dist/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +5 -3
- package/mobile/dist/components/GracePeriod/GracePeriod.js +2 -2
- package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
- package/mobile/dist/components/GracePeriod/GracePeriodContent.d.ts +2 -2
- package/mobile/dist/components/GroupBlock/GroupBlockContent.d.ts +2 -2
- package/mobile/dist/components/GroupBlock/GroupBlockTabs.js +1 -1
- package/mobile/dist/components/GroupBlock/GroupBlockTabs.js.map +1 -1
- package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +10 -1
- package/mobile/dist/components/PictureText/PictureTextContent.d.ts +1 -0
- package/mobile/dist/components/StepsBlock/StepsBlock.js +2 -1
- package/mobile/dist/components/StepsBlock/StepsBlock.js.map +1 -1
- package/mobile/dist/components/StepsBlock/StepsBlockContent.d.ts +11 -0
- package/mobile/dist/model/Picture.d.ts +6 -0
- package/mobile/dist/ui-kit/BlocksList/BlocksListProps.d.ts +10 -10
- package/mobile/dist/ui-kit/Button/ButtonProps.d.ts +2 -0
- package/mobile/dist/ui-kit/Button/ButtonSection.js +2 -2
- package/mobile/dist/ui-kit/Button/ButtonSection.js.map +1 -1
- package/mobile/dist/utils/checkIsIconRenderable.d.ts +2 -0
- package/mobile/dist/utils/checkIsIconRenderable.js +5 -0
- package/mobile/dist/utils/checkIsIconRenderable.js.map +1 -0
- package/mobile/lib/components/Accordion/AccordionContent.d.ts +6 -3
- package/mobile/lib/components/Bonus/Bonus.js +1 -1
- package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
- package/mobile/lib/components/Bonus/BonusContent.d.ts +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +5 -5
- package/mobile/lib/components/Calculator/Calculator.js +1 -1
- package/mobile/lib/components/Calculator/Calculator.js.map +1 -1
- package/mobile/lib/components/ExchangeRateTile/ExchangeRateTileContent.d.ts +5 -3
- package/mobile/lib/components/GracePeriod/GracePeriod.js +2 -2
- package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
- package/mobile/lib/components/GracePeriod/GracePeriodContent.d.ts +2 -2
- package/mobile/lib/components/GroupBlock/GroupBlockContent.d.ts +2 -2
- package/mobile/lib/components/GroupBlock/GroupBlockTabs.js +1 -1
- package/mobile/lib/components/GroupBlock/GroupBlockTabs.js.map +1 -1
- package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +10 -1
- package/mobile/lib/components/PictureText/PictureTextContent.d.ts +1 -0
- package/mobile/lib/components/StepsBlock/StepsBlock.js +2 -1
- package/mobile/lib/components/StepsBlock/StepsBlock.js.map +1 -1
- package/mobile/lib/components/StepsBlock/StepsBlockContent.d.ts +11 -0
- package/mobile/lib/model/Picture.d.ts +6 -0
- package/mobile/lib/ui-kit/BlocksList/BlocksListProps.d.ts +10 -10
- package/mobile/lib/ui-kit/Button/ButtonProps.d.ts +2 -0
- package/mobile/lib/ui-kit/Button/ButtonSection.js +2 -2
- package/mobile/lib/ui-kit/Button/ButtonSection.js.map +1 -1
- package/mobile/lib/utils/checkIsIconRenderable.d.ts +2 -0
- package/mobile/lib/utils/checkIsIconRenderable.js +2 -0
- package/mobile/lib/utils/checkIsIconRenderable.js.map +1 -0
- package/mobile/src/components/Accordion/Accordion.example.json +13 -6
- package/mobile/src/components/Accordion/AccordionContent.ts +6 -3
- package/mobile/src/components/Bonus/Bonus.example.json +1 -1
- package/mobile/src/components/Bonus/Bonus.tsx +2 -2
- package/mobile/src/components/Bonus/BonusContent.ts +1 -1
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +40 -0
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +5 -5
- package/mobile/src/components/Calculator/Calculator.tsx +1 -1
- package/mobile/src/components/ContentPage/ContentPage.page.json +5 -5
- package/mobile/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +5 -4
- package/mobile/src/components/GracePeriod/GracePeriod.example.json +4 -4
- package/mobile/src/components/GracePeriod/GracePeriod.tsx +4 -4
- package/mobile/src/components/GracePeriod/GracePeriodContent.ts +2 -2
- package/mobile/src/components/GroupBlock/GroupBlock.example.json +72 -3
- package/mobile/src/components/GroupBlock/GroupBlockContent.ts +2 -2
- package/mobile/src/components/GroupBlock/GroupBlockTabs.tsx +3 -1
- package/mobile/src/components/LinkDocs/LinkDocsContent.ts +10 -1
- package/mobile/src/components/MobileAppTile/MobileAppTile.example.json +12 -2
- package/mobile/src/components/OtherProducts/OtherProducts.example.json +12 -6
- package/mobile/src/components/PictureText/PictureTextContent.ts +1 -0
- package/mobile/src/components/ProductBlock/ProductBlock.example.json +3 -10
- package/mobile/src/components/ProductTile/ProductTile.example.json +1 -2
- package/mobile/src/components/PromoTile/PromoTile.example.json +1 -2
- package/mobile/src/components/StepsBlock/StepsBlock.example.json +18 -3
- package/mobile/src/components/StepsBlock/StepsBlock.tsx +6 -1
- package/mobile/src/components/StepsBlock/StepsBlockContent.ts +11 -0
- package/mobile/src/components/Tile/Tile.example.json +2 -9
- package/mobile/src/model/Picture.ts +7 -0
- package/mobile/src/ui-kit/BlocksList/BlocksListProps.ts +42 -20
- package/mobile/src/ui-kit/Button/ButtonProps.ts +2 -0
- package/mobile/src/ui-kit/Button/ButtonSection.tsx +2 -1
- package/mobile/src/utils/checkIsIconRenderable.tsx +3 -0
- package/package.json +1 -1
- package/src/components/Accordion/Accordion.example.json +13 -6
- package/src/components/Accordion/AccordionContent.ts +6 -3
- package/src/components/Bonus/Bonus.example.json +1 -1
- package/src/components/Bonus/Bonus.fixture.tsx +3 -3
- package/src/components/Bonus/Bonus.tsx +2 -2
- package/src/components/Bonus/BonusContent.ts +1 -1
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +40 -0
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +5 -5
- package/src/components/Calculator/Calculator.tsx +1 -1
- package/src/components/ContentPage/ContentPage.page.json +5 -5
- package/src/components/ExchangeRateTile/ExchangeRateTileContent.ts +5 -4
- package/src/components/GracePeriod/GracePeriod.example.json +4 -4
- package/src/components/GracePeriod/GracePeriod.fixture.tsx +9 -9
- package/src/components/GracePeriod/GracePeriod.tsx +4 -4
- package/src/components/GracePeriod/GracePeriodContent.ts +2 -2
- package/src/components/GroupBlock/GroupBlock.example.json +72 -3
- package/src/components/GroupBlock/GroupBlockContent.ts +2 -2
- package/src/components/GroupBlock/GroupBlockTabs.tsx +3 -1
- package/src/components/LinkDocs/LinkDocsContent.ts +10 -1
- package/src/components/MobileAppTile/MobileAppTile.example.json +12 -2
- package/src/components/OtherProducts/OtherProducts.example.json +12 -6
- package/src/components/PictureText/PictureTextContent.ts +1 -0
- package/src/components/ProductBlock/ProductBlock.example.json +3 -10
- package/src/components/ProductBlock/ProductBlock.fixture.tsx +2 -2
- package/src/components/ProductTile/ProductTile.example.json +1 -2
- package/src/components/PromoTile/PromoTile.example.json +1 -2
- package/src/components/StepsBlock/StepsBlock.example.json +18 -3
- package/src/components/StepsBlock/StepsBlock.mobile.tsx +6 -1
- package/src/components/StepsBlock/StepsBlock.tsx +19 -13
- package/src/components/StepsBlock/StepsBlockContent.ts +11 -0
- package/src/components/Tile/Tile.example.json +2 -9
- package/src/model/Picture.ts +7 -0
- package/src/ui-kit/BlocksList/BlocksListProps.ts +42 -20
- package/src/ui-kit/Button/ButtonProps.ts +2 -0
- package/src/ui-kit/Button/ButtonSection.tsx +2 -1
- package/src/ui-kit/Img/Img.tsx +9 -16
- package/src/utils/checkIsIconRenderable.tsx +3 -0
package/lib/ui-kit/Img/Img.js
CHANGED
|
@@ -18,17 +18,13 @@ export const ImgAsPicture = JSX(({ className = '', image, imageClassName = '' })
|
|
|
18
18
|
return null;
|
|
19
19
|
}
|
|
20
20
|
return (_jsxs("picture", { className: `flex-none ${className}`, children: [image?.sources?.length
|
|
21
|
-
? image.sources.map(({ src, format }, index) => (_jsx("source", { srcSet: src, type: formatToMimeType(format) }, `${index}_${src}`)))
|
|
21
|
+
? image.sources.map(({ src, format, media, size }, index) => (_jsx("source", { srcSet: src, type: formatToMimeType(format), media: media, ...size }, `${index}_${src}`)))
|
|
22
22
|
: null, renderImg(image, imageClassName)] }));
|
|
23
23
|
});
|
|
24
24
|
const renderImg = (image, imageClassName = '') => {
|
|
25
|
-
const style = {
|
|
26
|
-
width: image.size?.width ? `${image.size?.width}px` : '100%',
|
|
27
|
-
height: image.size?.height ? `${image.size?.height}px` : '100%',
|
|
28
|
-
};
|
|
29
25
|
const title = image.title || '';
|
|
30
26
|
const alt = image.alt || image.title;
|
|
31
|
-
return
|
|
27
|
+
return _jsx("img", { src: image.src, className: imageClassName, alt: alt, title: title, ...image.size });
|
|
32
28
|
};
|
|
33
29
|
export function formatToMimeType(format) {
|
|
34
30
|
return format ? `image/${String(format)}` : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Img.js","sourceRoot":"","sources":["../../../src/ui-kit/Img/Img.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,MAAM,CAAC,MAAM,GAAG,GAAG,GAAG,CACpB,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,cAAc,GAAG,EAAE,EAAE,GAAG,SAAS,EAAE,EAAE,EAAE;IAC/D,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,IAAI,CAAC;KACb;IAED,uDAAuD;IACvD,MAAM,IAAI,GAAG,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC;IAC5D,IAAI,IAAI,IAAI,IAAI,KAAK,EAAE,EAAE;QACvB,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CACnB,KAAC,IAAI,IACH,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,cAAc,EAC9B,WAAW,EAAE,cAAc,CAAC,KAAK,CAAC,EAClC,IAAI,EAAE,IAAI,KACN,SAAS,GACb,CACH,CAAC,CAAC,CAAC,IAAI,CAAC;KACV;IAED,OAAO,CACL,KAAC,YAAY,IACX,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,cAAc,EAC9B,KAAK,EAAE,KAAgB,GACvB,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAC7B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,cAAc,GAAG,EAAE,EAAE,EAAE,EAAE;IACjD,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,mBAAS,SAAS,EAAE,aAAa,SAAS,EAAE,aACzC,KAAK,EAAE,OAAO,EAAE,MAAM;gBACrB,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"Img.js","sourceRoot":"","sources":["../../../src/ui-kit/Img/Img.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAExC,OAAO,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACpC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,MAAM,CAAC,MAAM,GAAG,GAAG,GAAG,CACpB,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,cAAc,GAAG,EAAE,EAAE,GAAG,SAAS,EAAE,EAAE,EAAE;IAC/D,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,IAAI,CAAC;KACb;IAED,uDAAuD;IACvD,MAAM,IAAI,GAAG,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC;IAC5D,IAAI,IAAI,IAAI,IAAI,KAAK,EAAE,EAAE;QACvB,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CACnB,KAAC,IAAI,IACH,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,cAAc,EAC9B,WAAW,EAAE,cAAc,CAAC,KAAK,CAAC,EAClC,IAAI,EAAE,IAAI,KACN,SAAS,GACb,CACH,CAAC,CAAC,CAAC,IAAI,CAAC;KACV;IAED,OAAO,CACL,KAAC,YAAY,IACX,SAAS,EAAE,SAAS,EACpB,cAAc,EAAE,cAAc,EAC9B,KAAK,EAAE,KAAgB,GACvB,CACH,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAC7B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,cAAc,GAAG,EAAE,EAAE,EAAE,EAAE;IACjD,IAAI,CAAC,KAAK,EAAE;QACV,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,mBAAS,SAAS,EAAE,aAAa,SAAS,EAAE,aACzC,KAAK,EAAE,OAAO,EAAE,MAAM;gBACrB,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,EAAE,CAAC,CACzD,iBAEE,MAAM,EAAE,GAAG,EACX,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,EAC9B,KAAK,EAAE,KAAK,KACR,IAAI,IAJH,GAAG,KAAK,IAAI,GAAG,EAAE,CAKtB,CACH,CAAC;gBACJ,CAAC,CAAC,IAAI,EACP,SAAS,CAAC,KAAK,EAAE,cAAc,CAAC,IACzB,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,SAAS,GAAG,CAAC,KAAc,EAAE,cAAc,GAAG,EAAE,EAAE,EAAE;IACxD,MAAM,KAAK,GAAG,KAAK,CAAC,KAAK,IAAI,EAAE,CAAC;IAChC,MAAM,GAAG,GAAG,KAAK,CAAC,GAAG,IAAI,KAAK,CAAC,KAAK,CAAC;IAErC,OAAO,cAAK,GAAG,EAAE,KAAK,CAAC,GAAG,EAAE,SAAS,EAAE,cAAc,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,KAAM,KAAK,CAAC,IAAI,GAAI,CAAC;AACpG,CAAC,CAAC;AAEF,MAAM,UAAU,gBAAgB,CAAC,MAA2B;IAC1D,OAAO,MAAM,CAAC,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;AACxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkIsIconRenderable.js","sourceRoot":"","sources":["../../src/utils/checkIsIconRenderable.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,IAAc,EAAE,EAAE,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,IAAI,IAAI,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -761,11 +761,11 @@
|
|
|
761
761
|
const router = context.useRouter();
|
|
762
762
|
return buttons?.length ? (jsx("div", { className: className, children: buttons.map((button, index) => renderButton$3(useLink({ router, handlerDecorator }, button), index)) })) : null;
|
|
763
763
|
});
|
|
764
|
-
function renderButton$3({ icon, ...button }, i) {
|
|
764
|
+
function renderButton$3({ icon, iconRight, ...button }, i) {
|
|
765
765
|
if (!button?.text) {
|
|
766
766
|
return;
|
|
767
767
|
}
|
|
768
|
-
return icon ? (jsx(Button, { appendLeft: jsx(Img, { image: icon, width: "24", height: "24", asSVG: true }), ...button }, String(i))) : (jsx(Button, { ...button }, String(i)));
|
|
768
|
+
return icon ? (jsx(Button, { appendLeft: jsx(Img, { image: icon, width: "24", height: "24", asSVG: true }), appendRight: jsx(Img, { image: iconRight, width: "24", height: "24", asSVG: true }), ...button }, String(i))) : (jsx(Button, { ...button }, String(i)));
|
|
769
769
|
}
|
|
770
770
|
|
|
771
771
|
const Description = JSX((props) => {
|
|
@@ -1579,6 +1579,8 @@
|
|
|
1579
1579
|
return (jsx("section", { className: `font-sans bg-white overflow-hidden w-100 pb-6 ${className || ''}`, children: jsx(SwipeListControl, { context: context, children: galleryBlocks.map((block, i) => (jsx(ProductGalleryBlock, { block: block, context: context }, String(i)))) }) }));
|
|
1580
1580
|
});
|
|
1581
1581
|
|
|
1582
|
+
const checkIsIconRenderable = (icon) => Boolean(icon?.icon || icon?.src);
|
|
1583
|
+
|
|
1582
1584
|
const STEPS_BLOCK_STYLE_MAPS = {
|
|
1583
1585
|
primary: {
|
|
1584
1586
|
background: 'bg-white',
|
|
@@ -1621,7 +1623,7 @@
|
|
|
1621
1623
|
const iconAreaSize = STEPS_SIZE_MAP[size];
|
|
1622
1624
|
const iconSize = size === 'normal' ? '38' : '27';
|
|
1623
1625
|
const iconTextSize = size === 'normal' ? 'text-m-title' : 'text-m-title-xs';
|
|
1624
|
-
return (jsx("div", { className: `${iconAreaSize} ${styleMap.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`, children: jsx("span", { className: `font-medium flex self-center ${styleMap.title} ${iconTextSize}`, children: (step
|
|
1626
|
+
return (jsx("div", { className: `${iconAreaSize} ${styleMap.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`, children: jsx("span", { className: `font-medium flex self-center ${styleMap.title} ${iconTextSize}`, children: checkIsIconRenderable(step?.icon) ? (jsx(Img, { image: step.icon, width: iconSize, height: iconSize, asSVG: true })) : (jsx("span", { children: i + 1 })) }) }));
|
|
1625
1627
|
};
|
|
1626
1628
|
|
|
1627
1629
|
const TableTileHeader = JSX(({ title, icon }) => {
|
|
@@ -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}function f(e){return e?e.filter(Boolean).join(" "):""}const y={left:"text-left",center:"text-center",right:"text-right"},v={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"}},N=r((({bgColorHeadline:e="transparent",className:t="",title:r,description:a,image:o,align:c="left"})=>{const s=v[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} ${y[c]}`,title:r}):null,a?n("p",{className:`font-normal text-m-md ${s.description} ${y[c]} `,children:a}):null,o?.src&&n("div",{className:"mt-2.5 mx-auto flex justify-center",children:n(p,{image:o})})]})})),w=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:I(r,t,l),"aria-hidden":!0},String(r))))}):null})),I=(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"}},C=r((({className:e="",children:t,...l})=>n("div",{className:`snap-center snap-always min-w-full box-border ${e}`,role:"listitem",...l,children:t}))),k=e=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e}px`}),S=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:{...k(o),gap:`${a}px`},role:"list",onScroll:r,children:t?.length?t?.map(((e,t)=>n(C,{style:k(o/4),"aria-current":Boolean(l===t),children:e},String(t)))):n(C,{children:t})}))),$=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(S,{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(w,{...u})]})})),T=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&&D(B(d.href),s)})]}):null]})})),D=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),B=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},R=r((({className:e="",doc:t,icon:l})=>n(T,{className:`flex h-full box-border ${e}`,iconClassName:"mr-3 min-w-6 min-h-6",doc:t,icon:l}))),_=r((({context:e,hasBorder:t=!0,documents:l,icon:r})=>n($,{context:e,className:"text-m-sm text-primary-main mt-5",children:l?.length?l.map(((e,l)=>n(R,{className:t?"rounded-md border-main-stroke border border-solid p-4":"",doc:e,icon:r},String(l)))):null}))),A=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(R,{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(N,{className:"!p-0 "+(a?"gap-2":"gap-5"),title:r,description:a,context:t,align:"center",headingType:"h3"}),"vertical"===c?n(A,{hasBorder:s,documents:i,icon:o}):n(_,{context:t,hasBorder:s,documents:i,icon:o})]}))),P=e=>e?.includes("//"),L=e=>(e||"").replace(/\/?\?.*/,""),M=e=>{if(!e||!P(e))return;const t=e,n=t.indexOf("//"),l=t.indexOf("/",n+"//".length);return-1!==l?t.substring(0,l):t};var G=Object.freeze({__proto__:null,isURL:P,withoutQuery:L,getOrigin:M,getHash:e=>{if(!e||!P(e))return;const t=e.indexOf("#");return-1!==t?e.substring(t,e.length):void 0}});const j="/mobile",W=(e,t)=>{if(!e)return e;const n=M(t?.href);return n?e.replace(n,"")||"/":e},U=e=>e;function E({router:e,handlerDecorator:t=U},n){const l=((e,t)=>{if(!e)return e;const n=W(e,t)||"",l=t?.pathname.startsWith(j);return l&&!P(n)?`/mobile${n}`:n})(n.href,e);return{...n,href:l,"aria-label":n.text,onClick:t((t=>{const r=l&&!P(l),a=!n.target||"_self"===n.target;r&&a&&(t.preventDefault(),e.push(l))}),n)}}const O=r((e=>{const{text:t,aboveText:r,appendLeft:a,appendRight:o}=e;return l("div",{className:F(e),children:[a||null,H(e)?l("div",{children:[n("div",{className:"text-m-2xs font-light text-left",children:r}),n("div",{className:"text-base text-left",children:t})]}):null,o||null]})})),F=e=>{const{version:t,aboveText:n,rounded:l}=e;if("link"===t)return"";const r="px-9 gap-2 "+(n?"py-2":"py-4");return["flex items-center justify-center",H(e)?r:"h-12 w-12",l?"rounded-full":""].join(" ")},H=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),z={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:""},J="w-full text-center font-sans select-none",q=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(O,{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 ${J} ${Z[m]||""} ${d?"rounded-full":"rounded-md"} ${e||""}`,children:p}):n("a",{className:`${J} inline-block cursor-pointer no-underline ${z[m]||""} ${d?"rounded-full":"rounded-md"} ${e||""}`,href:a,target:o,onClick:i,"aria-label":h,role:a?"link":"button",...u,children:p})})),K=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(q,e?{appendLeft:n(p,{image:e,width:"24",height:"24",asSVG:!0}),...t}:{...t},String(l))}(E({router:a,handlerDecorator:r},e),t)))}):null}));const Q=r((e=>{const{className:t="",description:l}=e;return n("div",{className:`font-normal text-base ${t}`,children:l})})),Y={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"},X={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text",tile:"bg-black","tile-white":"bg-white"},ee=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:te(a)}):null,n("span",{children:r})]}))),te=e=>`${Y[e]} ${X[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]}`,ne={primary:"text-primary-text",secondary:"text-white",gray:"text-secondary-text",tile:"text-primary-text","tile-white":"text-white"},le=r((e=>{const{className:t="",itemClassName:l,isDotted:r,items:a,version:o="primary"}=e;return n("section",{className:`${ne[o]} ${t}`,role:"list",children:a?.length?a.map(((e,t)=>n(ee,{className:l,isDotted:r,version:o,children:e},String(t)))):null})})),re=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]})]}))),ae={primary:"text-primary-text",secondary:"text-white"},oe={primary:"text-secondary-text",secondary:"text-white"};function ie(e){let t="text-primary-main";return"secondary"===e&&(t="text-black"),`w-6 h-6 rounded-full box-border ${t}`}const ce=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?me(g,u):null,l(re,{context:t,title:r?n(i,{headingType:a,title:r,className:"whitespace-pre-wrap max-w-[600px]"}):null,buttons:d?.length?n(K,{context:t,buttons:d,className:"flex flex-col mt-5 gap-2.5"}):null,children:[o?n(Q,{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:ie(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 ${ae[t]}`,children:e.label}),e.description&&n("div",{className:`font-normal text-m-sm ${oe[t]}`,children:e.description})]},String(r))}({benefit:e,version:u,benefitsVersion:s},t)))}):null,h?.length?n(le,{className:"mt-3 text-m-md",items:h,version:u,isDotted:x}):null]})]}),se(m)]})));function se(e){return e?.src?n(p,{imageClassName:"mt-5 mx-auto block",image:{className:"block",...e}}):null}const de={primary:"text-primary-main border-secondary-hover",secondary:"text-white/80"},me=(e,t)=>n("div",{className:`m-xs px-2.5 py-1.5 mb-5 rounded-md border-2 border-solid w-fit ${de[t]}`,children:e}),he={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},ue=r((e=>{const{className:t="",version:l="primary"}=e;return n("section",{className:`font-sans bg-white px-4 py-6 ${he[l]} ${t}`,children:n(ce,{...e})})})),pe={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"}},xe=r((({title:e,description:t,blockVersion:r="primary",iconVersion:a,image:o,className:i="",items:c,isDotted:s=!0})=>{const d=pe[r];return l("section",{className:`font-sans px-4 py-[18px] flex flex-col ${d.background} ${i}`,children:["small"===a?ge(d.icon):null,"big"===a?be(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(le,{className:"mt-1 text-m-md",items:c,isDotted:s,version:"secondary"===r?"secondary":"gray"}):null]})]})}));function ge(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 be(e){return e?.src?n(p,{className:"pb-3 mr-auto",image:e}):null}const fe={primary:"bg-white",secondary:"bg-primary-main text-white"},ye=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]}),ve(c,a,e)]})));function ve(e,t,l){return"horizontal"===e?n($,{context:l,children:t?.map(Ne)}):n("div",{className:"grid gap-[14px]",children:t?.map(Ne)})}function Ne(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 ${fe[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?we(e):null,e.items?.length?Ie(e.items,e.isDotted,e.version):null]}),e?.button?.text?(r=e.button,n(q,{className:"mt-3",appendLeft:r?.icon&&n(p,{image:r?.icon,width:"24px",height:"24px",asSVG:!0}),...r})):null]},t);var r}function we(e){return n("div",{className:"text-secondary-text mt-1 text-m-sm "+("secondary"===e.version?"text-white opacity-80":""),children:e.description})}function Ie(e,t,r="primary"){return n("section",{className:"mt-3",children:e.map(((e,a)=>l("div",{children:[t?n("div",{className:te(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 Ce=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?ke(t):null})}))),ke=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)}`)})),Se={Headline:N,LinkDocs:V,TextBlock:xe,ProductBlock:ue,Gallery:ye,LinkList:Ce},$e=({blocks:e,context:t,className:n=""})=>e?.length?e.map(Te({context:t,className:n})):null,Te=({context:e,className:t})=>(l,r)=>{const a=l?.blockListType;if(!a||!(a in Se))return null;const o=f(l?.style);return n(Se[a],{context:e,...l,className:`${t} ${o}`},`block_${r}`)},De=r((({blocks:e,context:t})=>n("div",{className:"flex flex-wrap transition-all duration-300 max-h-0 overflow-hidden group-last:last:pb-0",children:$e({context:t,blocks:e,className:"!px-0"})}))),Be=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:`${Re(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(De,{blocks:r,context:o}):null]})}));function Re(e){return e?"border p-4 rounded mb-4":"border-0 border-b last:border-b-0"}const _e=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(Be,{...e,context:a,bordered:c},`AccordionItem_${t}`)))}):null]}))),Ae=(e=!1)=>e?"text-white":"",Ve=(e=!1)=>"text-m-sm mb-3.5 "+(e?"text-white":"text-secondary-text/80"),Pe=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:Ae(o),title:r}):null,a?n("div",{className:Ve(o),children:a}):null]}))),Le=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(Me(l,t))})}))),Me=(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)),Ge=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(Pe,{...e,isFillGradient:a}),c?.length?c.map((({rowHeader:e,cell:t},l)=>n(Le,{cell:t,rowHeader:e,isFillGradient:a},String(l)))):null,o&&je({header:e,buttonVersion:s}),We({onToggleColumn:i,isFillGradient:a,showRow:o})]})})),je=({header:e,buttonVersion:t})=>n(q,{href:e.link.href,target:e.link.target,version:t,className:"font-medium text-m-sm mt-4 py-[11px]",children:e.link.text}),We=({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?"Скрыть":"Показать описание"})}),Ue=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,Ee({tableData:m,context:t,visibleRowLength:c,isColoredFirstColumn:s,columnsViewState:h,handleToggleColumn:e=>{h[e]=!h[e],u([...h])},orientation:d,setColumnsViewState:u})]})})),Ee=({context:e,tableData:t,visibleRowLength:l,isColoredFirstColumn:r,columnsViewState:a,handleToggleColumn:o,orientation:i="horizontal",setColumnsViewState:c})=>n("div",{role:"table",children:t?.length?Oe({orientation:i,context:e,columnsViewState:a,setColumnsViewState:c,tableData:t,visibleRowLength:l,isColoredFirstColumn:r,handleToggleColumn:o}):null}),Oe=({orientation:e,context:t,columnsViewState:l,setColumnsViewState:r,tableData:a,visibleRowLength:o,isColoredFirstColumn:i,handleToggleColumn:c})=>"horizontal"===e?n($,{context:t,onSlideChange:He(l,r),children:a.map(Fe({context:t,visibleRowLength:o,isColoredFirstColumn:i,columnsViewState:l,handleToggleColumn:c}))}):a.map(Fe({context:t,visibleRowLength:o,isColoredFirstColumn:i,columnsViewState:l,handleToggleColumn:c})),Fe=({context:e,visibleRowLength:t,isColoredFirstColumn:l,columnsViewState:r,handleToggleColumn:a})=>(o,i)=>n(Ge,{context:e,visibleRowLength:t,showRow:r[i],header:o.header,columnData:o.column,isFillGradient:0===i&&l,onToggleColumn:()=>a(i)},String(i)),He=(e,t)=>()=>{t(new Array(e.length).fill(!1))};async function ze(){try{const e=await fetch(Ze,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(Je)});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",Je={query:{bool:{must:[{term:{russian_region_code:"77"}},{term:{from_volume:"0"}},{terms:{currency_pair:["USD/RUB","EUR/RUB"]}}]}}},qe=e=>e.reduce(((e,t)=>{const n=t.currency_first;if(!Ke(t.rate_buy)&&!Ke(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}),[]),Ke=e=>Math.round(e)>0,Qe=e=>{const t="col-span-",n=e.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function Ye(e=""){const t=Qe(e);return t<=4?"h4":t<=8?"h3":"h2"}var Xe;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD"}(Xe||(Xe={}));const et=new Intl.NumberFormat("ru",{style:"currency",currency:Xe.RUB}),tt=e=>e?et.format(e):"",nt="font-light text-left font-normal text-sm text-secondary-text",lt={USD:"DollarIcon",EUR:"EuroIcon"},rt=r((({className:e,exchangeCurrencyItems:t})=>l("table",{className:`h-fit w-fit ${e}`,children:[n("thead",{children:l("tr",{children:[n("th",{className:nt,children:"Валюта"}),n("th",{className:`${nt} pl-11`,children:"Купить"}),n("th",{className:`${nt} pl-11`,children:"Продать"})]})}),n("tbody",{children:t.map((e=>at(e)))})]}))),at=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:lt[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:tt(e.buy)}),n("td",{className:"pt-4 pl-11 m-title-md font-light",children:tt(e.sell)})]},t)},ot=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]})]}))),it=(e,t,n)=>{const l=Number(ct(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)},ct=e=>e.replace(/[^\d.,]/g,"").replace(",","."),st=e=>{return(t=[[e=>e.value!==Xe.RUB&&e.oppositeValue!==Xe.RUB,()=>e.handleConvert(e.value,Xe.RUB)],[e=>e.value===Xe.RUB&&e.oppositeValue===Xe.RUB,()=>e.handleConvert(e.value,Xe.USD)],[()=>!0,()=>e.handleConvert(e.value)]],e=>{const[,n]=t.find((([t])=>t(e)))||[];return n})(e)?.();var t};const dt=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)}))),mt=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}))),ht=r((({className:e="",value:t,selected:l,children:r})=>n("option",{className:e,value:`${t}`,selected:l,children:r})));function ut(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(dt,{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(mt,{className:"h-9 -translate-x-4",value:a,onChange:e=>c(e),children:r.map(((e,t)=>n(ht,{value:e.code,children:e.code},String(t))))}):null]})}const pt=r((({context:e,className:t="",currencyRatesBuy:r,currencyRatesSell:a})=>{const[o,i]=e.useState({inputSell:"",inputBuy:"",selectSell:r?.[0]?.code||Xe.RUB,selectBuy:a?.[0]?.code||Xe.USD}),c=e=>{i((t=>({...t,...e})))};return l("div",{className:`grid gap-3.5 ${t}`,children:[ut({placeholder:"Хочу продать",rates:r,selected:o.selectSell,setSelected:xt(o,c,a),value:o.inputSell,setValue:e=>bt(c,a)(e,o.selectSell,o.selectBuy)}),ut({placeholder:"Получу",rates:a,selected:o.selectBuy,setSelected:gt(o,c,r),value:o.inputBuy,setValue:e=>ft(c,r)(e,o.selectBuy,o.selectSell)}),n(q,{className:"box-border mt-3.5 py-3 h-12 w-full",version:"primary",href:"https://coins.rshb.ru/exchange",target:"_blank",children:"Купить валюту"})]})})),xt=(e,t,n)=>l=>{t({selectSell:l}),st({value:l,oppositeValue:e.selectBuy,handleConvert:(l=e.selectSell,r=e.selectBuy)=>{bt(t,n)(e.inputSell,l,r)}})},gt=(e,t,n)=>l=>{t({selectBuy:l}),st({value:l,oppositeValue:e.selectSell,handleConvert:(l=e.selectBuy,r=e.selectSell)=>ft(t,n)(e.inputBuy,l,r)})},bt=(e,t)=>(n,l,r)=>{e({inputSell:ct(n),selectBuy:r});const a=t.find((e=>e.code===r))?.buy||t.find((e=>e.code===l))?.sell;a&&e({inputBuy:String(it(n,a,l===Xe.RUB)||"")})},ft=(e,t)=>(n,l,r)=>{e({inputBuy:ct(n),selectSell:r});const a=t.find((e=>e.code===r))?.sell||t.find((e=>e.code===l))?.buy;a&&e({inputSell:String(it(n,a,l===Xe.RUB)||"")})},yt={address:"Москва, ул.Ленина д.28",distance:"6км"},vt=r((({className:e="",context:t,title:r="Курсы обмена валют",anchor:a=null})=>{const o=function(e){const{data:t}=e(Ze,ze),n=t?.hits?.hits?.map((e=>e._source))||[];return n.length?qe(n):n}(t.useAsyncData),c=o.filter((e=>e.buy));c.unshift({code:Xe.RUB});const s=o.filter((e=>e.sell));return s.push({code:Xe.RUB}),n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e}`,id:a,children:n(re,{context:t,title:n(i,{headingType:Ye(e),title:r,className:"whitespace-pre-wrap"}),children:l("div",{className:"flex",children:[l("div",{className:"mr-[43px] pt-4",children:[o?n(rt,{className:"mb-[31px]",exchangeCurrencyItems:o}):null,n(ot,{...yt})]}),o.length&&c.length&&s.length?n(pt,{className:"grow",context:t,currencyRatesBuy:c,currencyRatesSell:s}):null]})})})})),Nt=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)))}))),wt=["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"],It={"bg-white":"text-primary-main",transparent:"text-white"},Ct={"bg-white":"text-black",transparent:"text-white"},kt=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(Nt,{className:`${It[o]} w-10 h-[38px]`,viewBox:"0 0 40 45",paths:wt.map((e=>({d:e})))}),i?null:n("span",{className:`${Ct[o]} text-sm font-medium ml-2.5`,children:r||"Россельхозбанк"})]}))),St=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(kt,{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}))),$t=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(Tt):null,r?n(q,{version:"primary",className:"mb-6 w-full",...E({router:o,handlerDecorator:i},{text:"Обратная связь",href:"/",target:"_blank"})}):null]})})),Tt=(e,t)=>{const{type:r,text:a,description:o}=e;return l("div",{className:"mb-4",children:[n("div",{children:Dt(r,a)}),n("div",{className:"mt-1 font-sans font-light text-sm text-secondary-text",children:o})]},String(t))},Dt=(e,t="")=>{switch(e){case"tel":return n("a",{className:"font-sans text-xl text-primary-text no-underline",href:`tel:${Bt(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})}},Bt=e=>e.replaceAll(/\D/g,""),Rt=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(_t,{index:t,...E({router:o,handlerDecorator:i},e)},String(t))))}):null]})})),_t=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"}],Vt=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})})),Pt=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,...E({router:a,handlerDecorator:o},e)},String(t))))})})),Lt=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(Mt,{index:t,...E({router:a,handlerDecorator:o},e)},String(t))))}):null]})})),Mt=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 Gt(e){const{data:t}=e(Wt(),jt);return t||{}}async function jt(){const e=await fetch(Wt());return await e.json()}function Wt(){return`/wcms-resources/${d.SITEMAP||"sitemap"}.json`}const Ut=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"})})]})})),Et=e=>e?.map((e=>({label:e.text||"",blocks:[{accordionBlockType:"LinkList",documents:e.items||[]}]}))),Ot=r((({className:e="",documents:t,relatedEnterprises:r,contacts:a,socialMedia:o,context:i,horizontalNavigationTitle:c})=>{const s=Gt(i.useAsyncData),d=s?.dispositions;return l("footer",{className:`px-4 py-[26px] bg-white ${e}`,children:[n($t,{className:"overflow-hidden",items:a,context:i,hasButton:!0}),n(_e,{context:i,className:"!p-0 mb-4",accordionItems:Et(s.topItems)}),n("div",{children:d?.map(Ft)}),n(St,{context:i,title:"Мобильное приложение",description:"Загрузить для IOS и Android"}),n(Ut,{context:i,className:"grow"}),n(Pt,{className:"pb-4",media:o,context:i}),n(Rt,{title:c,links:r,context:i}),n(Lt,{links:t,context:i})]})})),Ft=(e,t)=>{const{icon:r,href:a,text:o}=e;return l(q,{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}`)},Ht=(e,t,n=((e,t)=>t.startsWith(e)))=>n(L(e),(e=>(e||"").replace(j,""))(L(P(e)?t.href:t.pathname))),zt=e=>t=>Ht(t.href,e),Zt=e=>t=>t.items?.some(zt(e))||Ht(t.href,e)||((e,t)=>M(e)===M(t.href))(t.href,e),Jt=e=>t=>e?.href===t?.href,qt=(e,t)=>{return(l=e,r=t,(l||[]).map((e=>r?.find(Jt(e))||e))).concat((n=e,(t||[]).filter((e=>!n?.find(Jt(e))))));var n,l,r},Kt="absolute left-0 -bottom-3 w-full h-[2px]",Qt=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:Yt(s,o),children:t||c}),o?n("div",{className:Xt(s,o)}):null]}))),Yt=(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`},Xt=(e,t)=>t?`${"bg-white"===e?"bg-primary-main":e} ${Kt}`:Kt,en=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(tn)}),n(Ut,{context:e,className:"grow"})]})})),tn=(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}`)},nn=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(kt,{bgColor:t})]}),n("button",{className:("bg-white"===t?"text-primary-main":"text-white")+" text-sm border-0 bg-transparent cursor-pointer",children:"Войти"})]}))),ln=r((({className:e="",defaultLocation:t,bgColor:r="bg-white",context:a,topItems:o})=>{const i=a.useRouter(),c=Gt(a.useAsyncData),s=c?.dispositions,{handlerDecorator:d}=a,m=qt(c.topItems,o).find(Zt(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(nn,{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)=>rn({...E({router:i,handlerDecorator:d},e),active:e===h,bgColor:r},t)))})})]}),u?n(en,{context:a,onClick:x,burgerSubMenu:s,defaultLocation:t,children:n(_e,{context:a,accordionItems:Et(c.topItems),className:"!p-0 mb-4"})}):null]})})),rn=(e,t)=>n(Qt,{className:"mr-8 whitespace-nowrap text-sm",...e},String(t));function an(e=""){const t=Qe(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function on(e=""){const t=Qe(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const cn=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} ${on(e)} ${an(e)} `,id:o,children:l(re,{context:t,title:r?n(i,{headingType:Ye(e),title:r,className:"whitespace-pre-wrap max-w-[600px]"}):null,children:[a?n(Q,{className:"mt-4 max-w-[600px]",description:a}):null,n("figure",{className:"m-0 min-w-[600px]",children:sn()})]})}))),sn=(e=3)=>mn(100,e).map((e=>Math.floor(e))).map(dn),dn=(e,t)=>n("div",{style:{width:`${e||100}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),mn=(e,t)=>[e].concat(t>0?mn(e/1.618,t-1):[]),hn={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},un=r((({block:e,headingType:t,context:l,className:r=""})=>n("section",{className:`flex grow-0 shrink-0 basis-full px-4 pt-6 ${hn[e?.version??"primary"]} ${r}`,children:n("div",{className:"flex grow",children:n(ce,{context:l,headingType:t||"h2",...e})})}))),pn=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($,{context:t,children:r.map(((e,l)=>n(un,{block:e,context:t},String(l))))})})})),xn={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"}},gn=e=>xn[e],bn={normal:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",small:"h-[50px] w-[50px] min-w-[50px] min-h-[50px]"},fn={normal:"min-h-[70px]",small:"min-h-[50px]"},yn=r((({className:e,title:t,description:r,showLines:a=!0,steps:o,size:c="normal",version:s="primary"})=>{const d=gn(s);return l("section",{className:`box-border font-sans bg-white px-4 py-6 flex flex-col\n ${d.background} ${d.title} ${e||""}`,children:[t?n(i,{headingType:"h3",className:`text-center ${d.title}`,title:t}):null,r?n("p",{className:`text-m-md text-center ${d.description} ${t?"mt-2":""}`,children:r}):null,o?.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:o.map(vn(c,s,a))})}):null]})})),vn=(e,t,r)=>(a,o,i)=>{const c=i.length-1===o,s="normal"===e?"ml-[34px]":"ml-6",d=gn(t);return n("div",{children:l("div",{className:"flex flex-row text-center relative",children:[l("div",{className:"overflow-hidden",children:[Nn(e,t),c?null:n("div",{className:`min-h-8 h-full w-[2px] ${r?d.iconConnector:""} ${s}`})]}),l("div",{className:`flex flex-col justify-center h-fit ${fn[e]}`,children:[a.label?n("div",{className:"font-medium text-m-title-xs m-0 text-left",children:a.label}):null,a.description?n("div",{className:`font-normal text-sm ${d.description} text-left ${a.label?"mt-1":""}`,children:a.description}):null]})]})},String(o))},Nn=(e,t)=>(l,r)=>{const a=gn(t),o="normal"===e?"38":"27",i="normal"===e?"text-m-title":"text-m-title-xs";return n("div",{className:`${bn[e]} ${a.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`,children:n("span",{className:`font-medium flex self-center ${a.title} ${i}`,children:l.icon?.icon&&n(p,{image:l.icon,width:o,height:o})||r+1})})},wn=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]}))),In=e=>e?.alt||e?.title||s[e?.icon?e.icon:""],Cn=r((({header:e,data:t})=>l("div",{className:"rounded-md border-main-stroke h-full box-border border p-4",children:[n(wn,{...e}),t?.length?t.map(kn):null]}))),kn=({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?Sn(r):null,a?n(p,{image:{...a,className:"m-0"}}):null,o?.length?$n(o):null]},String(i)),Sn=e=>n(le,{className:"flex flex-col justify-between items-start text-m-sm",version:"gray",items:e.items,isDotted:e.isDotted??!0}),$n=e=>n("div",{children:e.map((({icon:e,rounded:t,...l},r)=>n(q,{className:`mt-3 ${r>0&&t?"ml-2.5":""} ${e?"w-12 h-12":""}`,ariaLabel:In(e),rounded:t,appendLeft:e?n(p,{image:e,width:"24px",height:"24px",asSVG:!0}):null,...l,"aria-label":e},String(r))))}),Tn=r((({tiles:e})=>n("div",{className:"flex flex-col gap-3.5",children:e.map(((e,t)=>n(Cn,{...e},String(t))))}))),Dn=r((({tiles:e,context:t})=>n($,{context:t,children:e.map(((e,t)=>n(Cn,{...e},String(t))))}))),Bn=r((({className:e,context:t,title:r,description:a,columns:o,rowHeaders:c,orientation:s="vertical"})=>{const d=_n(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?Rn(s,m,t):null]})}));function Rn(e,t,l){return"vertical"===e?n(Tn,{tiles:t}):n(Dn,{context:l,tiles:t})}const _n=e=>e?.[0].data?e[0].data:[],An=(e,t)=>e?.map(((e,n)=>({header:e,data:t?.[n]||[{}]}))),Vn={Accordion:_e,ComparisonTable:Ue,ExchangeRateTile:vt,Footer:Ot,Gallery:ye,Header:ln,Headline:N,LinkDocs:V,LinkList:Ce,MobileAppTile:St,ProductBlock:ue,ProductGallery:pn,StepsBlock:yn,TariffsTable:Bn,TextBlock:xe,Placeholder:cn},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 ${f(a)} ${e}`,"data-theme":s,children:[m?.blocks?.length?n("div",{className:`${f(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"]||cn;return t({blockClassName:`scroll-mt-12 ${f(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=G,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}function f(e){return e?e.filter(Boolean).join(" "):""}const y={left:"text-left",center:"text-center",right:"text-right"},v={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"}},N=r((({bgColorHeadline:e="transparent",className:t="",title:r,description:a,image:o,align:c="left"})=>{const s=v[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} ${y[c]}`,title:r}):null,a?n("p",{className:`font-normal text-m-md ${s.description} ${y[c]} `,children:a}):null,o?.src&&n("div",{className:"mt-2.5 mx-auto flex justify-center",children:n(p,{image:o})})]})})),w=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:I(r,t,l),"aria-hidden":!0},String(r))))}):null})),I=(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"}},C=r((({className:e="",children:t,...l})=>n("div",{className:`snap-center snap-always min-w-full box-border ${e}`,role:"listitem",...l,children:t}))),k=e=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e}px`}),S=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:{...k(o),gap:`${a}px`},role:"list",onScroll:r,children:t?.length?t?.map(((e,t)=>n(C,{style:k(o/4),"aria-current":Boolean(l===t),children:e},String(t)))):n(C,{children:t})}))),$=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(S,{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(w,{...u})]})})),T=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&&D(R(d.href),s)})]}):null]})})),D=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),R=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},B=r((({className:e="",doc:t,icon:l})=>n(T,{className:`flex h-full box-border ${e}`,iconClassName:"mr-3 min-w-6 min-h-6",doc:t,icon:l}))),_=r((({context:e,hasBorder:t=!0,documents:l,icon:r})=>n($,{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}))),V=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}))),A=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(N,{className:"!p-0 "+(a?"gap-2":"gap-5"),title:r,description:a,context:t,align:"center",headingType:"h3"}),"vertical"===c?n(V,{hasBorder:s,documents:i,icon:o}):n(_,{context:t,hasBorder:s,documents:i,icon:o})]}))),P=e=>e?.includes("//"),L=e=>(e||"").replace(/\/?\?.*/,""),M=e=>{if(!e||!P(e))return;const t=e,n=t.indexOf("//"),l=t.indexOf("/",n+"//".length);return-1!==l?t.substring(0,l):t};var G=Object.freeze({__proto__:null,isURL:P,withoutQuery:L,getOrigin:M,getHash:e=>{if(!e||!P(e))return;const t=e.indexOf("#");return-1!==t?e.substring(t,e.length):void 0}});const j="/mobile",W=(e,t)=>{if(!e)return e;const n=M(t?.href);return n?e.replace(n,"")||"/":e},U=e=>e;function E({router:e,handlerDecorator:t=U},n){const l=((e,t)=>{if(!e)return e;const n=W(e,t)||"",l=t?.pathname.startsWith(j);return l&&!P(n)?`/mobile${n}`:n})(n.href,e);return{...n,href:l,"aria-label":n.text,onClick:t((t=>{const r=l&&!P(l),a=!n.target||"_self"===n.target;r&&a&&(t.preventDefault(),e.push(l))}),n)}}const O=r((e=>{const{text:t,aboveText:r,appendLeft:a,appendRight:o}=e;return l("div",{className:F(e),children:[a||null,H(e)?l("div",{children:[n("div",{className:"text-m-2xs font-light text-left",children:r}),n("div",{className:"text-base text-left",children:t})]}):null,o||null]})})),F=e=>{const{version:t,aboveText:n,rounded:l}=e;if("link"===t)return"";const r="px-9 gap-2 "+(n?"py-2":"py-4");return["flex items-center justify-center",H(e)?r:"h-12 w-12",l?"rounded-full":""].join(" ")},H=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),z={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:""},J="w-full text-center font-sans select-none",q=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(O,{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 ${J} ${Z[m]||""} ${d?"rounded-full":"rounded-md"} ${e||""}`,children:p}):n("a",{className:`${J} inline-block cursor-pointer no-underline ${z[m]||""} ${d?"rounded-full":"rounded-md"} ${e||""}`,href:a,target:o,onClick:i,"aria-label":h,role:a?"link":"button",...u,children:p})})),K=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,iconRight:t,...l},r){if(!l?.text)return;return n(q,e?{appendLeft:n(p,{image:e,width:"24",height:"24",asSVG:!0}),appendRight:n(p,{image:t,width:"24",height:"24",asSVG:!0}),...l}:{...l},String(r))}(E({router:a,handlerDecorator:r},e),t)))}):null}));const Q=r((e=>{const{className:t="",description:l}=e;return n("div",{className:`font-normal text-base ${t}`,children:l})})),Y={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"},X={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text",tile:"bg-black","tile-white":"bg-white"},ee=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:te(a)}):null,n("span",{children:r})]}))),te=e=>`${Y[e]} ${X[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]}`,ne={primary:"text-primary-text",secondary:"text-white",gray:"text-secondary-text",tile:"text-primary-text","tile-white":"text-white"},le=r((e=>{const{className:t="",itemClassName:l,isDotted:r,items:a,version:o="primary"}=e;return n("section",{className:`${ne[o]} ${t}`,role:"list",children:a?.length?a.map(((e,t)=>n(ee,{className:l,isDotted:r,version:o,children:e},String(t)))):null})})),re=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]})]}))),ae={primary:"text-primary-text",secondary:"text-white"},oe={primary:"text-secondary-text",secondary:"text-white"};function ie(e){let t="text-primary-main";return"secondary"===e&&(t="text-black"),`w-6 h-6 rounded-full box-border ${t}`}const ce=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?me(g,u):null,l(re,{context:t,title:r?n(i,{headingType:a,title:r,className:"whitespace-pre-wrap max-w-[600px]"}):null,buttons:d?.length?n(K,{context:t,buttons:d,className:"flex flex-col mt-5 gap-2.5"}):null,children:[o?n(Q,{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:ie(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 ${ae[t]}`,children:e.label}),e.description&&n("div",{className:`font-normal text-m-sm ${oe[t]}`,children:e.description})]},String(r))}({benefit:e,version:u,benefitsVersion:s},t)))}):null,h?.length?n(le,{className:"mt-3 text-m-md",items:h,version:u,isDotted:x}):null]})]}),se(m)]})));function se(e){return e?.src?n(p,{imageClassName:"mt-5 mx-auto block",image:{className:"block",...e}}):null}const de={primary:"text-primary-main border-secondary-hover",secondary:"text-white/80"},me=(e,t)=>n("div",{className:`m-xs px-2.5 py-1.5 mb-5 rounded-md border-2 border-solid w-fit ${de[t]}`,children:e}),he={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},ue=r((e=>{const{className:t="",version:l="primary"}=e;return n("section",{className:`font-sans bg-white px-4 py-6 ${he[l]} ${t}`,children:n(ce,{...e})})})),pe={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"}},xe=r((({title:e,description:t,blockVersion:r="primary",iconVersion:a,image:o,className:i="",items:c,isDotted:s=!0})=>{const d=pe[r];return l("section",{className:`font-sans px-4 py-[18px] flex flex-col ${d.background} ${i}`,children:["small"===a?ge(d.icon):null,"big"===a?be(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(le,{className:"mt-1 text-m-md",items:c,isDotted:s,version:"secondary"===r?"secondary":"gray"}):null]})]})}));function ge(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 be(e){return e?.src?n(p,{className:"pb-3 mr-auto",image:e}):null}const fe={primary:"bg-white",secondary:"bg-primary-main text-white"},ye=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]}),ve(c,a,e)]})));function ve(e,t,l){return"horizontal"===e?n($,{context:l,children:t?.map(Ne)}):n("div",{className:"grid gap-[14px]",children:t?.map(Ne)})}function Ne(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 ${fe[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?we(e):null,e.items?.length?Ie(e.items,e.isDotted,e.version):null]}),e?.button?.text?(r=e.button,n(q,{className:"mt-3",appendLeft:r?.icon&&n(p,{image:r?.icon,width:"24px",height:"24px",asSVG:!0}),...r})):null]},t);var r}function we(e){return n("div",{className:"text-secondary-text mt-1 text-m-sm "+("secondary"===e.version?"text-white opacity-80":""),children:e.description})}function Ie(e,t,r="primary"){return n("section",{className:"mt-3",children:e.map(((e,a)=>l("div",{children:[t?n("div",{className:te(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 Ce=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?ke(t):null})}))),ke=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)}`)})),Se={Headline:N,LinkDocs:A,TextBlock:xe,ProductBlock:ue,Gallery:ye,LinkList:Ce},$e=({blocks:e,context:t,className:n=""})=>e?.length?e.map(Te({context:t,className:n})):null,Te=({context:e,className:t})=>(l,r)=>{const a=l?.blockListType;if(!a||!(a in Se))return null;const o=f(l?.style);return n(Se[a],{context:e,...l,className:`${t} ${o}`},`block_${r}`)},De=r((({blocks:e,context:t})=>n("div",{className:"flex flex-wrap transition-all duration-300 max-h-0 overflow-hidden group-last:last:pb-0",children:$e({context:t,blocks:e,className:"!px-0"})}))),Re=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(De,{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 _e=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(Re,{...e,context:a,bordered:c},`AccordionItem_${t}`)))}):null]}))),Ve=(e=!1)=>e?"text-white":"",Ae=(e=!1)=>"text-m-sm mb-3.5 "+(e?"text-white":"text-secondary-text/80"),Pe=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:Ve(o),title:r}):null,a?n("div",{className:Ae(o),children:a}):null]}))),Le=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(Me(l,t))})}))),Me=(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)),Ge=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(Pe,{...e,isFillGradient:a}),c?.length?c.map((({rowHeader:e,cell:t},l)=>n(Le,{cell:t,rowHeader:e,isFillGradient:a},String(l)))):null,o&&je({header:e,buttonVersion:s}),We({onToggleColumn:i,isFillGradient:a,showRow:o})]})})),je=({header:e,buttonVersion:t})=>n(q,{href:e.link.href,target:e.link.target,version:t,className:"font-medium text-m-sm mt-4 py-[11px]",children:e.link.text}),We=({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?"Скрыть":"Показать описание"})}),Ue=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,Ee({tableData:m,context:t,visibleRowLength:c,isColoredFirstColumn:s,columnsViewState:h,handleToggleColumn:e=>{h[e]=!h[e],u([...h])},orientation:d,setColumnsViewState:u})]})})),Ee=({context:e,tableData:t,visibleRowLength:l,isColoredFirstColumn:r,columnsViewState:a,handleToggleColumn:o,orientation:i="horizontal",setColumnsViewState:c})=>n("div",{role:"table",children:t?.length?Oe({orientation:i,context:e,columnsViewState:a,setColumnsViewState:c,tableData:t,visibleRowLength:l,isColoredFirstColumn:r,handleToggleColumn:o}):null}),Oe=({orientation:e,context:t,columnsViewState:l,setColumnsViewState:r,tableData:a,visibleRowLength:o,isColoredFirstColumn:i,handleToggleColumn:c})=>"horizontal"===e?n($,{context:t,onSlideChange:He(l,r),children:a.map(Fe({context:t,visibleRowLength:o,isColoredFirstColumn:i,columnsViewState:l,handleToggleColumn:c}))}):a.map(Fe({context:t,visibleRowLength:o,isColoredFirstColumn:i,columnsViewState:l,handleToggleColumn:c})),Fe=({context:e,visibleRowLength:t,isColoredFirstColumn:l,columnsViewState:r,handleToggleColumn:a})=>(o,i)=>n(Ge,{context:e,visibleRowLength:t,showRow:r[i],header:o.header,columnData:o.column,isFillGradient:0===i&&l,onToggleColumn:()=>a(i)},String(i)),He=(e,t)=>()=>{t(new Array(e.length).fill(!1))};async function ze(){try{const e=await fetch(Ze,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(Je)});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",Je={query:{bool:{must:[{term:{russian_region_code:"77"}},{term:{from_volume:"0"}},{terms:{currency_pair:["USD/RUB","EUR/RUB"]}}]}}},qe=e=>e.reduce(((e,t)=>{const n=t.currency_first;if(!Ke(t.rate_buy)&&!Ke(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}),[]),Ke=e=>Math.round(e)>0,Qe=e=>{const t="col-span-",n=e.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function Ye(e=""){const t=Qe(e);return t<=4?"h4":t<=8?"h3":"h2"}var Xe;!function(e){e.RUB="RUB",e.EUR="EUR",e.USD="USD"}(Xe||(Xe={}));const et=new Intl.NumberFormat("ru",{style:"currency",currency:Xe.RUB}),tt=e=>e?et.format(e):"",nt="font-light text-left font-normal text-sm text-secondary-text",lt={USD:"DollarIcon",EUR:"EuroIcon"},rt=r((({className:e,exchangeCurrencyItems:t})=>l("table",{className:`h-fit w-fit ${e}`,children:[n("thead",{children:l("tr",{children:[n("th",{className:nt,children:"Валюта"}),n("th",{className:`${nt} pl-11`,children:"Купить"}),n("th",{className:`${nt} pl-11`,children:"Продать"})]})}),n("tbody",{children:t.map((e=>at(e)))})]}))),at=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:lt[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:tt(e.buy)}),n("td",{className:"pt-4 pl-11 m-title-md font-light",children:tt(e.sell)})]},t)},ot=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]})]}))),it=(e,t,n)=>{const l=Number(ct(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)},ct=e=>e.replace(/[^\d.,]/g,"").replace(",","."),st=e=>{return(t=[[e=>e.value!==Xe.RUB&&e.oppositeValue!==Xe.RUB,()=>e.handleConvert(e.value,Xe.RUB)],[e=>e.value===Xe.RUB&&e.oppositeValue===Xe.RUB,()=>e.handleConvert(e.value,Xe.USD)],[()=>!0,()=>e.handleConvert(e.value)]],e=>{const[,n]=t.find((([t])=>t(e)))||[];return n})(e)?.();var t};const dt=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)}))),mt=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}))),ht=r((({className:e="",value:t,selected:l,children:r})=>n("option",{className:e,value:`${t}`,selected:l,children:r})));function ut(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(dt,{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(mt,{className:"h-9 -translate-x-4",value:a,onChange:e=>c(e),children:r.map(((e,t)=>n(ht,{value:e.code,children:e.code},String(t))))}):null]})}const pt=r((({context:e,className:t="",currencyRatesBuy:r,currencyRatesSell:a})=>{const[o,i]=e.useState({inputSell:"",inputBuy:"",selectSell:r?.[0]?.code||Xe.RUB,selectBuy:a?.[0]?.code||Xe.USD}),c=e=>{i((t=>({...t,...e})))};return l("div",{className:`grid gap-3.5 ${t}`,children:[ut({placeholder:"Хочу продать",rates:r,selected:o.selectSell,setSelected:xt(o,c,a),value:o.inputSell,setValue:e=>bt(c,a)(e,o.selectSell,o.selectBuy)}),ut({placeholder:"Получу",rates:a,selected:o.selectBuy,setSelected:gt(o,c,r),value:o.inputBuy,setValue:e=>ft(c,r)(e,o.selectBuy,o.selectSell)}),n(q,{className:"box-border mt-3.5 py-3 h-12 w-full",version:"primary",href:"https://coins.rshb.ru/exchange",target:"_blank",children:"Купить валюту"})]})})),xt=(e,t,n)=>l=>{t({selectSell:l}),st({value:l,oppositeValue:e.selectBuy,handleConvert:(l=e.selectSell,r=e.selectBuy)=>{bt(t,n)(e.inputSell,l,r)}})},gt=(e,t,n)=>l=>{t({selectBuy:l}),st({value:l,oppositeValue:e.selectSell,handleConvert:(l=e.selectBuy,r=e.selectSell)=>ft(t,n)(e.inputBuy,l,r)})},bt=(e,t)=>(n,l,r)=>{e({inputSell:ct(n),selectBuy:r});const a=t.find((e=>e.code===r))?.buy||t.find((e=>e.code===l))?.sell;a&&e({inputBuy:String(it(n,a,l===Xe.RUB)||"")})},ft=(e,t)=>(n,l,r)=>{e({inputBuy:ct(n),selectSell:r});const a=t.find((e=>e.code===r))?.sell||t.find((e=>e.code===l))?.buy;a&&e({inputSell:String(it(n,a,l===Xe.RUB)||"")})},yt={address:"Москва, ул.Ленина д.28",distance:"6км"},vt=r((({className:e="",context:t,title:r="Курсы обмена валют",anchor:a=null})=>{const o=function(e){const{data:t}=e(Ze,ze),n=t?.hits?.hits?.map((e=>e._source))||[];return n.length?qe(n):n}(t.useAsyncData),c=o.filter((e=>e.buy));c.unshift({code:Xe.RUB});const s=o.filter((e=>e.sell));return s.push({code:Xe.RUB}),n("section",{className:`bg-white text-primary-text font-sans p-9 box-border ${e}`,id:a,children:n(re,{context:t,title:n(i,{headingType:Ye(e),title:r,className:"whitespace-pre-wrap"}),children:l("div",{className:"flex",children:[l("div",{className:"mr-[43px] pt-4",children:[o?n(rt,{className:"mb-[31px]",exchangeCurrencyItems:o}):null,n(ot,{...yt})]}),o.length&&c.length&&s.length?n(pt,{className:"grow",context:t,currencyRatesBuy:c,currencyRatesSell:s}):null]})})})})),Nt=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)))}))),wt=["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"],It={"bg-white":"text-primary-main",transparent:"text-white"},Ct={"bg-white":"text-black",transparent:"text-white"},kt=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(Nt,{className:`${It[o]} w-10 h-[38px]`,viewBox:"0 0 40 45",paths:wt.map((e=>({d:e})))}),i?null:n("span",{className:`${Ct[o]} text-sm font-medium ml-2.5`,children:r||"Россельхозбанк"})]}))),St=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(kt,{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}))),$t=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(Tt):null,r?n(q,{version:"primary",className:"mb-6 w-full",...E({router:o,handlerDecorator:i},{text:"Обратная связь",href:"/",target:"_blank"})}):null]})})),Tt=(e,t)=>{const{type:r,text:a,description:o}=e;return l("div",{className:"mb-4",children:[n("div",{children:Dt(r,a)}),n("div",{className:"mt-1 font-sans font-light text-sm text-secondary-text",children:o})]},String(t))},Dt=(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,""),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(_t,{index:t,...E({router:o,handlerDecorator:i},e)},String(t))))}):null]})})),_t=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}`}))),Vt=[{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"}],At=r((({href:e,version:t="primary"})=>{const{icon:l,label:r}=Vt.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})})),Pt=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(At,{version:l,...E({router:a,handlerDecorator:o},e)},String(t))))})})),Lt=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(Mt,{index:t,...E({router:a,handlerDecorator:o},e)},String(t))))}):null]})})),Mt=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 Gt(e){const{data:t}=e(Wt(),jt);return t||{}}async function jt(){const e=await fetch(Wt());return await e.json()}function Wt(){return`/wcms-resources/${d.SITEMAP||"sitemap"}.json`}const Ut=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"})})]})})),Et=e=>e?.map((e=>({label:e.text||"",blocks:[{accordionBlockType:"LinkList",documents:e.items||[]}]}))),Ot=r((({className:e="",documents:t,relatedEnterprises:r,contacts:a,socialMedia:o,context:i,horizontalNavigationTitle:c})=>{const s=Gt(i.useAsyncData),d=s?.dispositions;return l("footer",{className:`px-4 py-[26px] bg-white ${e}`,children:[n($t,{className:"overflow-hidden",items:a,context:i,hasButton:!0}),n(_e,{context:i,className:"!p-0 mb-4",accordionItems:Et(s.topItems)}),n("div",{children:d?.map(Ft)}),n(St,{context:i,title:"Мобильное приложение",description:"Загрузить для IOS и Android"}),n(Ut,{context:i,className:"grow"}),n(Pt,{className:"pb-4",media:o,context:i}),n(Bt,{title:c,links:r,context:i}),n(Lt,{links:t,context:i})]})})),Ft=(e,t)=>{const{icon:r,href:a,text:o}=e;return l(q,{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}`)},Ht=(e,t,n=((e,t)=>t.startsWith(e)))=>n(L(e),(e=>(e||"").replace(j,""))(L(P(e)?t.href:t.pathname))),zt=e=>t=>Ht(t.href,e),Zt=e=>t=>t.items?.some(zt(e))||Ht(t.href,e)||((e,t)=>M(e)===M(t.href))(t.href,e),Jt=e=>t=>e?.href===t?.href,qt=(e,t)=>{return(l=e,r=t,(l||[]).map((e=>r?.find(Jt(e))||e))).concat((n=e,(t||[]).filter((e=>!n?.find(Jt(e))))));var n,l,r},Kt="absolute left-0 -bottom-3 w-full h-[2px]",Qt=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:Yt(s,o),children:t||c}),o?n("div",{className:Xt(s,o)}):null]}))),Yt=(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`},Xt=(e,t)=>t?`${"bg-white"===e?"bg-primary-main":e} ${Kt}`:Kt,en=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(tn)}),n(Ut,{context:e,className:"grow"})]})})),tn=(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}`)},nn=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(kt,{bgColor:t})]}),n("button",{className:("bg-white"===t?"text-primary-main":"text-white")+" text-sm border-0 bg-transparent cursor-pointer",children:"Войти"})]}))),ln=r((({className:e="",defaultLocation:t,bgColor:r="bg-white",context:a,topItems:o})=>{const i=a.useRouter(),c=Gt(a.useAsyncData),s=c?.dispositions,{handlerDecorator:d}=a,m=qt(c.topItems,o).find(Zt(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(nn,{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)=>rn({...E({router:i,handlerDecorator:d},e),active:e===h,bgColor:r},t)))})})]}),u?n(en,{context:a,onClick:x,burgerSubMenu:s,defaultLocation:t,children:n(_e,{context:a,accordionItems:Et(c.topItems),className:"!p-0 mb-4"})}):null]})})),rn=(e,t)=>n(Qt,{className:"mr-8 whitespace-nowrap text-sm",...e},String(t));function an(e=""){const t=Qe(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function on(e=""){const t=Qe(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const cn=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} ${on(e)} ${an(e)} `,id:o,children:l(re,{context:t,title:r?n(i,{headingType:Ye(e),title:r,className:"whitespace-pre-wrap max-w-[600px]"}):null,children:[a?n(Q,{className:"mt-4 max-w-[600px]",description:a}):null,n("figure",{className:"m-0 min-w-[600px]",children:sn()})]})}))),sn=(e=3)=>mn(100,e).map((e=>Math.floor(e))).map(dn),dn=(e,t)=>n("div",{style:{width:`${e||100}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),mn=(e,t)=>[e].concat(t>0?mn(e/1.618,t-1):[]),hn={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},un=r((({block:e,headingType:t,context:l,className:r=""})=>n("section",{className:`flex grow-0 shrink-0 basis-full px-4 pt-6 ${hn[e?.version??"primary"]} ${r}`,children:n("div",{className:"flex grow",children:n(ce,{context:l,headingType:t||"h2",...e})})}))),pn=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($,{context:t,children:r.map(((e,l)=>n(un,{block:e,context:t},String(l))))})})})),xn={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"}},gn=e=>xn[e],bn={normal:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",small:"h-[50px] w-[50px] min-w-[50px] min-h-[50px]"},fn={normal:"min-h-[70px]",small:"min-h-[50px]"},yn=r((({className:e,title:t,description:r,showLines:a=!0,steps:o,size:c="normal",version:s="primary"})=>{const d=gn(s);return l("section",{className:`box-border font-sans bg-white px-4 py-6 flex flex-col\n ${d.background} ${d.title} ${e||""}`,children:[t?n(i,{headingType:"h3",className:`text-center ${d.title}`,title:t}):null,r?n("p",{className:`text-m-md text-center ${d.description} ${t?"mt-2":""}`,children:r}):null,o?.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:o.map(vn(c,s,a))})}):null]})})),vn=(e,t,r)=>(a,o,i)=>{const c=i.length-1===o,s="normal"===e?"ml-[34px]":"ml-6",d=gn(t);return n("div",{children:l("div",{className:"flex flex-row text-center relative",children:[l("div",{className:"overflow-hidden",children:[Nn(e,t),c?null:n("div",{className:`min-h-8 h-full w-[2px] ${r?d.iconConnector:""} ${s}`})]}),l("div",{className:`flex flex-col justify-center h-fit ${fn[e]}`,children:[a.label?n("div",{className:"font-medium text-m-title-xs m-0 text-left",children:a.label}):null,a.description?n("div",{className:`font-normal text-sm ${d.description} text-left ${a.label?"mt-1":""}`,children:a.description}):null]})]})},String(o))},Nn=(e,t)=>(l,r)=>{const a=gn(t),o="normal"===e?"38":"27",i="normal"===e?"text-m-title":"text-m-title-xs";return n("div",{className:`${bn[e]} ${a.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`,children:n("span",{className:`font-medium flex self-center ${a.title} ${i}`,children:(c=l?.icon,Boolean(c?.icon||c?.src)?n(p,{image:l.icon,width:o,height:o,asSVG:!0}):n("span",{children:r+1}))})});var c},wn=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]}))),In=e=>e?.alt||e?.title||s[e?.icon?e.icon:""],Cn=r((({header:e,data:t})=>l("div",{className:"rounded-md border-main-stroke h-full box-border border p-4",children:[n(wn,{...e}),t?.length?t.map(kn):null]}))),kn=({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?Sn(r):null,a?n(p,{image:{...a,className:"m-0"}}):null,o?.length?$n(o):null]},String(i)),Sn=e=>n(le,{className:"flex flex-col justify-between items-start text-m-sm",version:"gray",items:e.items,isDotted:e.isDotted??!0}),$n=e=>n("div",{children:e.map((({icon:e,rounded:t,...l},r)=>n(q,{className:`mt-3 ${r>0&&t?"ml-2.5":""} ${e?"w-12 h-12":""}`,ariaLabel:In(e),rounded:t,appendLeft:e?n(p,{image:e,width:"24px",height:"24px",asSVG:!0}):null,...l,"aria-label":e},String(r))))}),Tn=r((({tiles:e})=>n("div",{className:"flex flex-col gap-3.5",children:e.map(((e,t)=>n(Cn,{...e},String(t))))}))),Dn=r((({tiles:e,context:t})=>n($,{context:t,children:e.map(((e,t)=>n(Cn,{...e},String(t))))}))),Rn=r((({className:e,context:t,title:r,description:a,columns:o,rowHeaders:c,orientation:s="vertical"})=>{const d=_n(o),m=Vn(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(Tn,{tiles:t}):n(Dn,{context:l,tiles:t})}const _n=e=>e?.[0].data?e[0].data:[],Vn=(e,t)=>e?.map(((e,n)=>({header:e,data:t?.[n]||[{}]}))),An={Accordion:_e,ComparisonTable:Ue,ExchangeRateTile:vt,Footer:Ot,Gallery:ye,Header:ln,Headline:N,LinkDocs:A,LinkList:Ce,MobileAppTile:St,ProductBlock:ue,ProductGallery:pn,StepsBlock:yn,TariffsTable:Rn,TextBlock:xe,Placeholder:cn},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 ${f(a)} ${e}`,"data-theme":s,children:[m?.blocks?.length?n("div",{className:`${f(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"]||cn;return t({blockClassName:`scroll-mt-12 ${f(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=An,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=G,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { AlignType } from '../../model/AlignType';
|
|
2
2
|
import type { BlockVersion } from '../../model/BlockVersion';
|
|
3
3
|
import type { Picture } from '../../model/Picture';
|
|
4
|
-
import type {
|
|
4
|
+
import type { BlockDef } from '../../ui-kit/BlocksList/BlocksListProps';
|
|
5
5
|
/**
|
|
6
6
|
* @title Элемент списка
|
|
7
7
|
*/
|
|
@@ -30,7 +30,10 @@ export interface AccordionItemCommonProps {
|
|
|
30
30
|
export interface AccordionContent {
|
|
31
31
|
/** @title Заголовок */
|
|
32
32
|
title?: string;
|
|
33
|
-
/**
|
|
33
|
+
/**
|
|
34
|
+
* @title Выравнивание заголовка
|
|
35
|
+
* @default center
|
|
36
|
+
*/
|
|
34
37
|
accordionAlignTitle?: AlignType;
|
|
35
38
|
version?: BlockVersion;
|
|
36
39
|
/** @title Список */
|
|
@@ -7,7 +7,7 @@ exports.Bonus = (0, uni_jsx_1.JSX)((props) => {
|
|
|
7
7
|
const { className = '', title, description, bonusItems, anchor = null } = props;
|
|
8
8
|
return ((0, jsx_runtime_1.jsx)("section", { className: `font-sans bg-white p-[50px] pb-9 ${className}`, id: anchor, children: (0, jsx_runtime_1.jsxs)("div", { className: "container", children: [title ? (0, jsx_runtime_1.jsx)(Heading_1.Heading, { headingType: "h3", className: "text-center", title: title }) : null, description ? ((0, jsx_runtime_1.jsx)("div", { className: "text-md font-light text-center mt-[10px]", children: description })) : null, (0, jsx_runtime_1.jsx)("div", { className: "flex flex-wrap w-full mt-9", children: bonusItems
|
|
9
9
|
? bonusItems.map((_, i) => {
|
|
10
|
-
return ((0, jsx_runtime_1.jsx)("div", { className: "flex-grow w-[49%] border border-gray pl-9 pt-9 pr-6 pb-6 mb-[14px] mx-[7px] even:mr-0 odd:ml-0 last:odd:mx-0", children: (0, jsx_runtime_1.jsxs)("div", { className: "flex justify-between w-full", children: [(0, jsx_runtime_1.jsxs)("div", { className: "mr-4", children: [(0, jsx_runtime_1.jsx)("div", { className: "text-title-sm", children: _.
|
|
10
|
+
return ((0, jsx_runtime_1.jsx)("div", { className: "flex-grow w-[49%] border border-gray pl-9 pt-9 pr-6 pb-6 mb-[14px] mx-[7px] even:mr-0 odd:ml-0 last:odd:mx-0", children: (0, jsx_runtime_1.jsxs)("div", { className: "flex justify-between w-full", children: [(0, jsx_runtime_1.jsxs)("div", { className: "mr-4", children: [(0, jsx_runtime_1.jsx)("div", { className: "text-title-sm", children: _.title }), (0, jsx_runtime_1.jsx)("div", { className: "text-md font-light mt-[14px] max-w-[488px]", children: _.description })] }), _.bonusCount ? ((0, jsx_runtime_1.jsxs)("div", { className: "relative -bottom-3 h-auto flex items-end mt-14 shrink-0", children: [(0, jsx_runtime_1.jsx)("span", { className: "font-mohave -tracking-[5px] text-title-extra bg-clip-text text-transparent bg-green-to-yellow -mb-7", children: _.bonusCount }), (0, jsx_runtime_1.jsx)("span", { className: "text-[44px] bg-clip-text text-transparent bg-green-to-yellow", children: _.bonusName })] })) : null] }) }, String(i)));
|
|
11
11
|
})
|
|
12
12
|
: null })] }) }));
|
|
13
13
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Bonus.js","sourceRoot":"","sources":["../../../src/components/Bonus/Bonus.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;
|
|
1
|
+
{"version":3,"file":"Bonus.js","sourceRoot":"","sources":["../../../src/components/Bonus/Bonus.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,0DAAuD;AAK1C,QAAA,KAAK,GAAG,IAAA,aAAG,EAAa,CAAC,KAAK,EAAE,EAAE;IAC7C,MAAM,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI,EAAE,GAAG,KAAK,CAAC;IAEhF,OAAO,CACL,oCAAS,SAAS,EAAE,oCAAoC,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,YAC7E,iCAAK,SAAS,EAAC,WAAW,aACvB,KAAK,CAAC,CAAC,CAAC,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,CAAC,CAAC,CAAC,IAAI,EACjF,WAAW,CAAC,CAAC,CAAC,CACb,gCAAK,SAAS,EAAC,0CAA0C,YAAE,WAAW,GAAO,CAC9E,CAAC,CAAC,CAAC,IAAI,EACR,gCAAK,SAAS,EAAC,4BAA4B,YACxC,UAAU;wBACT,CAAC,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE;4BACtB,OAAO,CACL,gCAEE,SAAS,EAAC,8GAA8G,YAExH,iCAAK,SAAS,EAAC,6BAA6B,aAC1C,iCAAK,SAAS,EAAC,MAAM,aACnB,gCAAK,SAAS,EAAC,eAAe,YAAE,CAAC,CAAC,KAAK,GAAO,EAC9C,gCAAK,SAAS,EAAC,4CAA4C,YACxD,CAAC,CAAC,WAAW,GACV,IACF,EACL,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CACd,iCAAK,SAAS,EAAC,yDAAyD,aACtE,iCAAM,SAAS,EAAC,qGAAqG,YAClH,CAAC,CAAC,UAAU,GACR,EACP,iCAAM,SAAS,EAAC,8DAA8D,YAC3E,CAAC,CAAC,SAAS,GACP,IACH,CACP,CAAC,CAAC,CAAC,IAAI,IACJ,IApBD,MAAM,CAAC,CAAC,CAAC,CAqBV,CACP,CAAC;wBACJ,CAAC,CAAC;wBACJ,CAAC,CAAC,IAAI,GACJ,IACF,GACE,CACX,CAAC;AACJ,CAAC,CAAC,CAAC"}
|
|
@@ -3,7 +3,7 @@ import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
|
|
|
3
3
|
/** @title Плитка */
|
|
4
4
|
interface BonusItems {
|
|
5
5
|
/** @title Бонусы */
|
|
6
|
-
|
|
6
|
+
title?: string;
|
|
7
7
|
/** @title Описание плитки */
|
|
8
8
|
description?: string;
|
|
9
9
|
/** @title Количество баллов */
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import type { Picture } from '../../model/Picture';
|
|
2
|
+
/**
|
|
3
|
+
* @title Бонус и преимущество
|
|
4
|
+
*/
|
|
2
5
|
export interface BonusBenefit {
|
|
3
6
|
/** @title Название */
|
|
4
7
|
label?: string;
|
|
5
|
-
/** @title
|
|
8
|
+
/** @title Изображение */
|
|
6
9
|
icon?: Picture;
|
|
7
10
|
}
|
|
8
11
|
/**
|
|
@@ -13,9 +16,6 @@ export interface BonusBenefitsBlockContent {
|
|
|
13
16
|
title?: string;
|
|
14
17
|
/** @title Подзаголовок */
|
|
15
18
|
subtitle?: string;
|
|
16
|
-
/**
|
|
17
|
-
* @title Список бонусов
|
|
18
|
-
* @maxItems 8
|
|
19
|
-
*/
|
|
19
|
+
/** @title Список бонусов */
|
|
20
20
|
bonusBenefits?: BonusBenefit[];
|
|
21
21
|
}
|
|
@@ -2,9 +2,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
2
2
|
exports.Calculator = void 0;
|
|
3
3
|
const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
|
+
const renderArrows_1 = require("../../ui-kit/Button/renderArrows");
|
|
5
6
|
const Img_1 = require("../../ui-kit/Img/Img");
|
|
6
7
|
const renderCalculatorBlock_1 = require("./renderCalculatorBlock");
|
|
7
|
-
const renderArrows_1 = require("../../ui-kit/Button/renderArrows");
|
|
8
8
|
exports.Calculator = (0, uni_jsx_1.JSX)(({ className = '', context, calcTabs = [], anchor = null }) => {
|
|
9
9
|
const tabsNav = calcTabs.map((_) => _.nav || {});
|
|
10
10
|
const blockCalcTabs = calcTabs.map(({ calculatorBlock }) => calculatorBlock || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Calculator.js","sourceRoot":"","sources":["../../../src/components/Calculator/Calculator.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,8CAA2C;AAE3C,mEAAgE;
|
|
1
|
+
{"version":3,"file":"Calculator.js","sourceRoot":"","sources":["../../../src/components/Calculator/Calculator.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAExC,mEAAgE;AAChE,8CAA2C;AAE3C,mEAAgE;AAkBnD,QAAA,UAAU,GAAG,IAAA,aAAG,EAC3B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,OAAO,EAAE,QAAQ,GAAG,EAAE,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IAC5D,MAAM,OAAO,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,IAAK,EAAoB,CAAC,CAAC;IACpE,MAAM,aAAa,GAAG,QAAQ,CAAC,GAAG,CAChC,CAAC,EAAE,eAAe,EAAE,EAAE,EAAE,CAAC,eAAe,IAAK,EAAyB,CACvE,CAAC;IACF,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACpE,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IAEtD,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,YAAY,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;IAC1D,MAAM,eAAe,GAAG,GAAG,EAAE,CAAC,YAAY,CAAC,SAAS,GAAG,CAAC,CAAC,CAAC;IAE1D,MAAM,wBAAwB,GAAG,QAAQ,EAAE,MAAM,GAAG,CAAC,CAAC;IACtD,MAAM,cAAc,GAAG,wBAAwB,IAAI,QAAQ,EAAE,MAAM,GAAG,SAAS,GAAG,CAAC,CAAC;IACpF,MAAM,cAAc,GAAG,SAAS,GAAG,CAAC,CAAC;IAErC,OAAO,CACL,qCACE,EAAE,EAAE,MAAM,EACV,SAAS,EAAE,kFAAkF,SAAS,EAAE,aAExG,4CACG,OAAO,CAAC,MAAM,GAAG,CAAC;wBACjB,CAAC,CAAC,UAAU,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,CAAC;wBAC3E,CAAC,CAAC,IAAI,EACP,IAAA,2BAAY,EAAC;wBACZ,OAAO,EAAE,CAAC,eAAe,EAAE,eAAe,CAAC;wBAC3C,OAAO,EAAE,CAAC,cAAc,EAAE,cAAc,CAAC;wBACzC,QAAQ,EAAE,CAAC,QAAQ,EAAE,SAAS,CAAC;wBAC/B,SAAS,EAAE,OAAO;qBACnB,CAAC,IACE,EACN,gCACE,SAAS,EAAC,MAAM,EAChB,KAAK,EAAE,EAAE,SAAS,EAAE,eAAe,gBAAgB,MAAM,EAAE,EAC3D,IAAI,EAAC,MAAM,YAEV,aAAa,EAAE,MAAM;oBACpB,CAAC,CAAC,aAAa,CAAC,GAAG,CAAC,IAAA,6CAAqB,EAAC,EAAE,OAAO,EAAE,SAAS,EAAE,CAAC,CAAC;oBAClE,CAAC,CAAC,IAAI,GACJ,IACE,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,SAAS,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,gBAAgB,EAAE,OAAO,EAAkB;IAC5E,MAAM,WAAW,GAAG,CAAC,KAAK,gBAAgB,CAAC;IAE3C,MAAM,YAAY,GAAG,WAAW;QAC9B,CAAC,CAAC,6EAA6E;QAC/E,CAAC,CAAC,4FAA4F,CAAC;IACjG,MAAM,iBAAiB,GAAG,WAAW,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAAC,CAAC,oBAAoB,CAAC;IACpF,MAAM,gBAAgB,GAAG,WAAW,CAAC,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC,WAAW,CAAC;IAC5E,MAAM,aAAa,GAAG,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,mBAAmB,CAAC;IAE7D,OAAO,CACL,oCACE,IAAI,EAAC,QAAQ,EAEb,OAAO,EAAE,OAAO,gBACJ,GAAG,EAAE,KAAK,EACtB,SAAS,EAAE;QACT,YAAY,EAAE,aAEhB,uBAAC,SAAG,IACF,SAAS,EAAE,oDAAoD,aAAa,EAAE,EAC9E,KAAK,EAAE,EAAE,GAAG,GAAG,EAAE,IAAI,EAAE,WAAW,EAAE,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,EAAE,EACtE,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,KAAK,SACL,EACF,iCAAK,SAAS,EAAC,UAAU,aACvB,gCAAK,SAAS,EAAE,eAAe,iBAAiB,EAAE,YAAG,GAAG,EAAE,KAAK,GAAO,EACtE,gCAAK,SAAS,EAAE,uBAAuB,gBAAgB,EAAE,YAAG,GAAG,CAAC,WAAW,GAAO,IAC9E,KAhBD,MAAM,CAAC,CAAC,CAAC,CAiBP,CACV,CAAC;AACJ,CAAC;AAED,SAAS,UAAU,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAa;IAC1F,OAAO,CACL,4CACE,gCACE,KAAK,EAAE,EAAE,SAAS,EAAE,eAAe,SAAS,GAAG,GAAG,KAAK,EAAE,EACzD,SAAS,EAAC,qFAAqF,YAE/F,gCAAK,SAAS,EAAC,yCAAyC,YACrD,OAAO,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CACtB,eAAe,CAAC;wBACd,GAAG;wBACH,CAAC;wBACD,gBAAgB;wBAChB,OAAO,EAAE,GAAG,EAAE,CAAC,mBAAmB,CAAC,CAAC,CAAC;qBACtC,CAAC,CACH,GACG,GACF,EACN,gCAAK,SAAS,EAAC,4BAA4B,GAAG,IAC1C,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
|
|
2
1
|
/**
|
|
3
|
-
* @title Курсы валют
|
|
2
|
+
* @title Курсы обмена валют
|
|
4
3
|
*/
|
|
5
|
-
export
|
|
4
|
+
export interface ExchangeRateTileContent {
|
|
5
|
+
/** @title Заголовок */
|
|
6
|
+
title?: string;
|
|
7
|
+
}
|
|
@@ -16,8 +16,8 @@ const renderCalendar = (calendar) => {
|
|
|
16
16
|
..._,
|
|
17
17
|
flexBasis: `${_.month.length * colSize}%`,
|
|
18
18
|
}));
|
|
19
|
-
return ((0, jsx_runtime_1.jsxs)("div", { className: "w-full flex flex-col justify-center mt-[54px]", children: [(0, jsx_runtime_1.jsx)("div", { className: "flex w-full mb-3 font-light text-m-title-md text-center", children: mappedCalendar.map((_) => renderMonthNames(_, colSize)) }), (0, jsx_runtime_1.jsx)("div", { className: "flex w-full", children: mappedCalendar.map((_, ind) => ((0, jsx_runtime_1.jsxs)("div", { className: "pr-[11px] mr-3 border-r border-main-divider last:border-r-0 last:pr-0 last:mr-0", style: { flexBasis: _.flexBasis }, children: [(0, jsx_runtime_1.jsx)("div", { className: "flex", children: renderMonthImages(_) }), (0, jsx_runtime_1.jsxs)("div", { className: "font-light text-sm text-primary-text mt-3", children: [(0, jsx_runtime_1.jsx)("span", { children: _.
|
|
19
|
+
return ((0, jsx_runtime_1.jsxs)("div", { className: "w-full flex flex-col justify-center mt-[54px]", children: [(0, jsx_runtime_1.jsx)("div", { className: "flex w-full mb-3 font-light text-m-title-md text-center", children: mappedCalendar.map((_) => renderMonthNames(_, colSize)) }), (0, jsx_runtime_1.jsx)("div", { className: "flex w-full", children: mappedCalendar.map((_, ind) => ((0, jsx_runtime_1.jsxs)("div", { className: "pr-[11px] mr-3 border-r border-main-divider last:border-r-0 last:pr-0 last:mr-0", style: { flexBasis: _.flexBasis }, children: [(0, jsx_runtime_1.jsx)("div", { className: "flex", children: renderMonthImages(_) }), (0, jsx_runtime_1.jsxs)("div", { className: "font-light text-sm text-primary-text mt-3", children: [(0, jsx_runtime_1.jsx)("span", { children: _.text }), "\u2009", (0, jsx_runtime_1.jsx)("span", { className: "text-primary-main", children: _.greenText })] })] }, `monthItem-${ind}`))) })] }));
|
|
20
20
|
};
|
|
21
|
-
const renderMonthNames = (item, colSize) => item.month.map((_) => ((0, jsx_runtime_1.jsx)("div", { style: { flexBasis: `${colSize}%` }, children: _.
|
|
21
|
+
const renderMonthNames = (item, colSize) => item.month.map((_, i) => ((0, jsx_runtime_1.jsx)("div", { style: { flexBasis: `${colSize}%` }, children: _.text }, `monthName-${i}`)));
|
|
22
22
|
const renderMonthImages = (item) => item.month.map((_) => _.image?.src ? ((0, jsx_runtime_1.jsx)("div", { className: "h-[207px] border-r-[1px] pr-3 mr-3 border-main-divider last:border-r-0 last:pr-0 last:mr-0", children: (0, jsx_runtime_1.jsx)(Img_1.Img, { image: _.image, className: "flex" }) }, `monthImage-${_.image.src}`)) : null);
|
|
23
23
|
//# sourceMappingURL=GracePeriod.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,0DAAuD;AACvD,8CAA2C;AAI9B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,CACL,qCAAS,SAAS,EAAE,+BAA+B,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,aACxE,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,EAClE,gCAAK,SAAS,EAAC,0CAA0C,YAAE,WAAW,GAAO,EAC5E,QAAQ,CAAC,CAAC,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,IACnC,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,EAAE;IAClC,MAAM,QAAQ,GACZ,QAAQ,CAAC,MAAM,CACb,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,CAC5B,YAAY,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,GAAG,YAAY,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,WAAW,EACrF,CAAC,CACF,IAAI,CAAC,CAAC;IACT,MAAM,OAAO,GAAG,GAAG,GAAG,QAAQ,CAAC;IAE/B,MAAM,cAAc,GAAG,QAAQ;SAC5B,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC;SAC/B,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACX,GAAG,CAAC;QACJ,SAAS,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,GAAG;KAC1C,CAAC,CAAC,CAAC;IAEN,OAAO,CACL,iCAAK,SAAS,EAAC,+CAA+C,aAC5D,gCAAK,SAAS,EAAC,yDAAyD,YACrE,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,GACpD,EACN,gCAAK,SAAS,EAAC,aAAa,YACzB,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CAC9B,iCAEE,SAAS,EAAC,iFAAiF,EAC3F,KAAK,EAAE,EAAE,SAAS,EAAE,CAAC,CAAC,SAAS,EAAE,aAEjC,gCAAK,SAAS,EAAC,MAAM,YAAE,iBAAiB,CAAC,CAAC,CAAC,GAAO,EAClD,iCAAK,SAAS,EAAC,2CAA2C,aACxD,2CAAO,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"GracePeriod.js","sourceRoot":"","sources":["../../../src/components/GracePeriod/GracePeriod.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAIxC,0DAAuD;AACvD,8CAA2C;AAI9B,QAAA,WAAW,GAAG,IAAA,aAAG,EAC5B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,EAAE,EAAE,EAAE;IAClE,OAAO,CACL,qCAAS,SAAS,EAAE,+BAA+B,SAAS,EAAE,EAAE,EAAE,EAAE,MAAM,aACxE,uBAAC,iBAAO,IAAC,WAAW,EAAC,IAAI,EAAC,SAAS,EAAC,aAAa,EAAC,KAAK,EAAE,KAAK,GAAI,EAClE,gCAAK,SAAS,EAAC,0CAA0C,YAAE,WAAW,GAAO,EAC5E,QAAQ,CAAC,CAAC,CAAC,cAAc,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,IACnC,CACX,CAAC;AACJ,CAAC,CACF,CAAC;AAEF,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,EAAE;IAClC,MAAM,QAAQ,GACZ,QAAQ,CAAC,MAAM,CACb,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,CAC5B,YAAY,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,GAAG,YAAY,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,WAAW,EACrF,CAAC,CACF,IAAI,CAAC,CAAC;IACT,MAAM,OAAO,GAAG,GAAG,GAAG,QAAQ,CAAC;IAE/B,MAAM,cAAc,GAAG,QAAQ;SAC5B,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,CAAC;SAC/B,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;QACX,GAAG,CAAC;QACJ,SAAS,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,MAAM,GAAG,OAAO,GAAG;KAC1C,CAAC,CAAC,CAAC;IAEN,OAAO,CACL,iCAAK,SAAS,EAAC,+CAA+C,aAC5D,gCAAK,SAAS,EAAC,yDAAyD,YACrE,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,gBAAgB,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,GACpD,EACN,gCAAK,SAAS,EAAC,aAAa,YACzB,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,CAC9B,iCAEE,SAAS,EAAC,iFAAiF,EAC3F,KAAK,EAAE,EAAE,SAAS,EAAE,CAAC,CAAC,SAAS,EAAE,aAEjC,gCAAK,SAAS,EAAC,MAAM,YAAE,iBAAiB,CAAC,CAAC,CAAC,GAAO,EAClD,iCAAK,SAAS,EAAC,2CAA2C,aACxD,2CAAO,CAAC,CAAC,IAAI,GAAQ,YACrB,iCAAM,SAAS,EAAC,mBAAmB,YAAE,CAAC,CAAC,SAAS,GAAQ,IACpD,KARD,aAAa,GAAG,EAAE,CASnB,CACP,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,CACzC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACvB,gCAA4B,KAAK,EAAE,EAAE,SAAS,EAAE,GAAG,OAAO,GAAG,EAAE,YAC5D,CAAC,CAAC,IAAI,IADC,aAAa,CAAC,EAAE,CAEpB,CACP,CAAC,CAAC;AACL,MAAM,iBAAiB,GAAG,CAAC,IAAI,EAAE,EAAE,CACjC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CACnB,CAAC,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC,CAAC,CACb,gCAEE,SAAS,EAAC,4FAA4F,YAEtG,uBAAC,SAAG,IAAC,KAAK,EAAE,CAAC,CAAC,KAAK,EAAE,SAAS,EAAC,MAAM,GAAG,IAHnC,cAAc,CAAC,CAAC,KAAK,CAAC,GAAG,EAAE,CAI5B,CACP,CAAC,CAAC,CAAC,IAAI,CACT,CAAC"}
|
|
@@ -2,7 +2,7 @@ import type { Picture } from '../../model/Picture';
|
|
|
2
2
|
import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
|
|
3
3
|
interface Month {
|
|
4
4
|
/** @title Название месяца */
|
|
5
|
-
|
|
5
|
+
text?: string;
|
|
6
6
|
/**
|
|
7
7
|
* @title Изображение календарного месяца
|
|
8
8
|
* @default
|
|
@@ -20,7 +20,7 @@ interface CalendarItem {
|
|
|
20
20
|
/** @title Месяц */
|
|
21
21
|
month?: Month[];
|
|
22
22
|
/** @title Основной текст */
|
|
23
|
-
|
|
23
|
+
text?: string;
|
|
24
24
|
/** @title Вспомогательный текст */
|
|
25
25
|
greenText?: string;
|
|
26
26
|
}
|