md-components-mdigial-azamat 0.0.32 → 0.0.35
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/dist/Actions/downloadFile/downloadFile.js +28 -0
- package/dist/Actions/index.js +13 -0
- package/dist/Actions/types.js +9 -0
- package/dist/AllComponents.js +29 -9
- package/dist/AnimatedSwiper/Slide/Slide.js +29 -29
- package/dist/AnimatedSwiper/index.js +10 -137
- package/dist/Banner/Banner.js +152 -8
- package/dist/Banner/index.js +2 -2
- package/dist/BannerAndText/index.js +56 -27
- package/dist/CardIconList/CardIconList.js +81 -26
- package/dist/CardIconList/index.js +2 -2
- package/dist/CardImageList/CardImageList.js +75 -8
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardImageSecondary/CardImageSecondary.js +57 -27
- package/dist/CardImageSecondary/index.js +2 -2
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +27 -4
- package/dist/CardImageSecondaryList/index.js +1 -1
- package/dist/CardInfoTable/index.js +187 -26
- package/dist/Cards/CardImage/CardImage.js +2 -2
- package/dist/Cards/ColoredCard/index.js +2 -2
- package/dist/Cards/ContentCard/ContentCard.js +38 -5
- package/dist/Cards/ContentCard/index.js +2 -2
- package/dist/Cards/FeaturesCard/index.js +3 -3
- package/dist/Cards/WarningCard/WarningCard.js +58 -6
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/model.js +39 -7
- package/dist/ComponentContainer-cdb2528c.js +16 -0
- package/dist/ContentCardList/ContentCardList.js +34 -25
- package/dist/ContentCardList/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +41 -5
- package/dist/DownloadFile/components/DownloadFileBanner/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileBright/index.js +74 -8
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +50 -5
- package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +46 -5
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +56 -5
- package/dist/DownloadFile/components/DownloadFileMini/index.js +2 -2
- package/dist/Faq/Faq.js +44 -24
- package/dist/Faq/components/Collapse/Collapse.js +37 -19
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1061 -4
- package/dist/Faq/components/FeedbackForm/index.js +2 -2
- package/dist/Faq/components/PlusMinusIcon/PlusMinusIcon.js +1 -1
- package/dist/Faq/index.js +2 -2
- package/dist/Footer/Footer.js +452 -0
- package/dist/Footer/components/ContactOfFooter/ContactOfFooter.js +34 -0
- package/dist/Footer/components/LinkToApp/LinkToApp.js +45 -0
- package/dist/Footer/components/LinkToAppMobile/LinkToAppMobile.js +28 -0
- package/dist/Footer/components/ListNavigation/ListNavigation.js +221 -0
- package/dist/Footer/components/NavigationFooter/NavigationFooter.js +31 -0
- package/dist/Footer/components/SocialButtonsList/SocialButtonsList.js +37 -0
- package/dist/Footer/types.js +1 -0
- package/dist/GooglePlayButton-35331c37.js +100 -0
- package/dist/Header/Header.js +8 -0
- package/dist/Header/components/HeaderCard/HeaderCard.js +37 -0
- package/dist/Header/components/HeaderCard/index.js +4 -0
- package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +208 -0
- package/dist/Header/components/HeaderMenu/HeaderMenu.js +41 -0
- package/dist/Header/components/HeaderMenu/index.js +1 -0
- package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +47 -0
- package/dist/Header/components/HeaderMobile/HeaderMobile.js +11 -0
- package/dist/Header/components/HeaderMobile/index.js +4 -0
- package/dist/Header/components/HeaderResults/HeaderResults.js +46 -0
- package/dist/Header/components/HeaderResults/index.js +4 -0
- package/dist/Header/components/HeaderSearch/HeaderSearch.js +13 -0
- package/dist/Header/components/HeaderSearch/index.js +4 -0
- package/dist/Header/components/HeaderSearchMobile/HeaderSearchMobile.js +78 -0
- package/dist/Header/components/HeaderTab/HeaderTab.js +34 -0
- package/dist/Header/components/HeaderTab/index.js +4 -0
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +55 -0
- package/dist/Header/components/HeaderWeb/HeaderWeb.js +149 -0
- package/dist/Header/components/HeaderWeb/index.js +4 -0
- package/dist/Header/components/SelectLanguage/SelectLanguage.js +79 -0
- package/dist/Header/components/SelectLanguage/index.js +4 -0
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +50 -0
- package/dist/Header/components/TabsOutlined/index.js +4 -0
- package/dist/Header/const.js +4 -0
- package/dist/Header/index.js +4 -0
- package/dist/Header/types.js +5 -0
- package/dist/HeroPossibilityBanner/index.js +1 -1
- package/dist/HtmlContent/HtmlContent.js +1 -1
- package/dist/Icon-70ea6cb8.js +187 -0
- package/dist/InfoBanner/index.js +89 -7
- package/dist/InfoBannerList/InfoBannerList.js +5 -5
- package/dist/InfoBannerList/index.js +2 -2
- package/dist/InstructionList/InstructionList.js +6 -4
- package/dist/InstructionList/components/InstructionCard/InstructionCard.js +47 -66
- package/dist/InstructionList/components/InstructionCard/index.js +1 -1
- package/dist/InstructionList/components/InstructionModal/InstructionModal.js +2 -2
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +68 -6
- package/dist/IntroBanner/index.js +1 -1
- package/dist/MainBanner/MainBanner.js +84 -6
- package/dist/MainBanner/index.js +2 -2
- package/dist/MultiCards/index.js +88 -5
- package/dist/PageViewer/PageViewer.js +22 -5
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/Partners/Partners.js +2 -2
- package/dist/PartnersColors/PartnersColors.js +1 -1
- package/dist/PartnersColors/components/PartnerCard/PartnerCard.js +1 -1
- package/dist/PartnersColors/components/PartnerTab/PartnerTab.js +2 -2
- package/dist/PreviewList/PreviewList.js +4 -2
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +45 -3
- package/dist/PreviewList/components/PreviewCard/index.js +2 -2
- package/dist/PreviewList/index.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +7 -48
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +11 -11
- package/dist/Segments/Segments.js +1 -1
- package/dist/StandartTable/components/CardMarkedRow/index.js +47 -73
- package/dist/StandartTable/components/CardWarning/index.js +87 -6
- package/dist/StandartTable/index.js +4 -4
- package/dist/Stepper/Stepper.js +50 -6
- package/dist/Stepper/index.js +1 -1
- package/dist/SwiperList/SwiperList.js +11 -97
- package/dist/SwiperList/components/Bullet/Bullet.js +1 -1
- package/dist/SwiperList/components/Slide/Slide.js +6 -6
- package/dist/SwiperList/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +9 -123
- package/dist/TasksBanner/index.js +2 -2
- package/dist/TasksBannerList/TasksBannerList.js +5 -30
- package/dist/TasksBannerList/index.js +2 -2
- package/dist/Types/FiledTypes.js +1 -1
- package/dist/Video/VideoFull/VideoFull.js +1 -1
- package/dist/Video/VideoList/VideoList.js +1 -1
- package/dist/Video/VideoListMini/VideoListMini.js +1 -1
- package/dist/Video/components/VideoPlayer/VideoPlayer.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +168 -7
- package/dist/VideoMainBanner/index.js +2 -2
- package/dist/assets/index.css +1 -1
- package/dist/{cn-d8c04b28.js → cn-6a4bf187.js} +521 -488
- package/dist/componentsMap-e2de87b6.js +68 -0
- package/dist/const-637b0dca.js +27 -0
- package/dist/data.mock-483400cb.js +1713 -0
- package/dist/header-97863d08.js +22 -0
- package/dist/{index-60dfa873.js → index-2265d593.js} +1 -1
- package/dist/index-2fb01942.js +925 -0
- package/dist/index-3a534581.js +261 -0
- package/dist/index-66837af1.js +313 -0
- package/dist/index-6af94f99.js +53 -0
- package/dist/{index-a379154f.js → index-815f0132.js} +2 -2
- package/dist/languages-list-8419e560.js +22 -0
- package/dist/logo-99aa20bd.js +27 -0
- package/dist/main.js +85 -66
- package/dist/mousewheel-865ae601.js +153 -0
- package/dist/palette-b47a76c9.js +46 -0
- package/dist/routes-382632ac.js +7 -0
- package/dist/search-dd4eb6f8.js +5 -0
- package/dist/{swiper-react-c049ea66.js → swiper-react-90953710.js} +760 -935
- package/dist/trash/HeroLargeCards/index.js +1 -1
- package/dist/useClickOutside-197b0df2.js +12 -0
- package/package.json +4 -2
- package/dist/ComponentContainer-0fcc2695.js +0 -16
- package/dist/componentsMap-71c9335f.js +0 -50
- package/dist/index-92f77047.js +0 -4865
- package/dist/model-9e50e351.js +0 -69
- /package/dist/assets/{swiper-react.css → index2.css} +0 -0
- /package/dist/assets/{TasksBanner.css → index3.css} +0 -0
|
@@ -1,8 +1,86 @@
|
|
|
1
|
-
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import "../
|
|
4
|
-
import "../
|
|
5
|
-
import "../
|
|
1
|
+
import { jsxs as o, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { B as b } from "../index-6af94f99.js";
|
|
3
|
+
import { c as f } from "../const-637b0dca.js";
|
|
4
|
+
import { C as d } from "../ComponentContainer-cdb2528c.js";
|
|
5
|
+
import { I as x } from "../index-2265d593.js";
|
|
6
|
+
import { c as h } from "../cn-6a4bf187.js";
|
|
7
|
+
const g = [
|
|
8
|
+
"title",
|
|
9
|
+
"description",
|
|
10
|
+
"image",
|
|
11
|
+
"image_mob",
|
|
12
|
+
"logo",
|
|
13
|
+
"grid",
|
|
14
|
+
f
|
|
15
|
+
], w = ({
|
|
16
|
+
title: l,
|
|
17
|
+
description: p,
|
|
18
|
+
buttons: t,
|
|
19
|
+
image: c,
|
|
20
|
+
image_mob: s,
|
|
21
|
+
logo: i,
|
|
22
|
+
grid: r
|
|
23
|
+
}) => {
|
|
24
|
+
const n = (e, m) => m.length % 2 !== 0 && e === m.length - 1;
|
|
25
|
+
return /* @__PURE__ */ o("section", { children: [
|
|
26
|
+
/* @__PURE__ */ o(d, { className: "flex flex-col items-center", children: [
|
|
27
|
+
i && /* @__PURE__ */ a(
|
|
28
|
+
x,
|
|
29
|
+
{
|
|
30
|
+
src: i,
|
|
31
|
+
alt: l,
|
|
32
|
+
className: "mb-[36px] mt-[40px] w-[427px] flex items-center h-[94px] max-tablet:w-[100%] max-tablet:h-[45px] max-tablet:my-[12px] max-tablet:mb-[24px]",
|
|
33
|
+
imageStyles: "h-full w-full max-tablet:object-contain"
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ a("h1", { className: "text-black2 text-[40px] font-bold leading-[50px] mb-[24px] text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[20px]", children: l }),
|
|
37
|
+
p && /* @__PURE__ */ a("p", { className: "text-black2 text-center text-[20px] font-normal leading-[25px] mb-[32px] w-[75%] max-tablet:text-[16px] max-tablet:leading-[20px] max-tablet:w-full", children: p }),
|
|
38
|
+
/* @__PURE__ */ a(
|
|
39
|
+
"div",
|
|
40
|
+
{
|
|
41
|
+
className: `grid grid-cols-${r} items-center gap-[16px] mb-[60px]
|
|
42
|
+
max-tablet:grid-cols-1 max-tablet:w-full max-tablet:mb-[40px]`,
|
|
43
|
+
children: t == null ? void 0 : t.map((e, m) => /* @__PURE__ */ a(
|
|
44
|
+
"a",
|
|
45
|
+
{
|
|
46
|
+
href: e == null ? void 0 : e.link,
|
|
47
|
+
className: h("flex items-center", {
|
|
48
|
+
[`col-span-${r}`]: n(m, t)
|
|
49
|
+
}),
|
|
50
|
+
target: "_blank",
|
|
51
|
+
children: /* @__PURE__ */ a(
|
|
52
|
+
b,
|
|
53
|
+
{
|
|
54
|
+
className: "font-[Inter] h-[56px] mx-auto px-[32px] py-[12px] max-tablet:px-[32px] max-tablet:py-[12px]",
|
|
55
|
+
title: e == null ? void 0 : e.title
|
|
56
|
+
}
|
|
57
|
+
)
|
|
58
|
+
}
|
|
59
|
+
))
|
|
60
|
+
}
|
|
61
|
+
)
|
|
62
|
+
] }),
|
|
63
|
+
c && /* @__PURE__ */ a(
|
|
64
|
+
x,
|
|
65
|
+
{
|
|
66
|
+
src: c,
|
|
67
|
+
alt: l,
|
|
68
|
+
className: "w-full h-[450px] max-mobile:h-[320px] mb-[64px] block max-mobile::block",
|
|
69
|
+
imageStyles: "w-full h-full object-contain max-mobile:object-cover"
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
s && /* @__PURE__ */ a(
|
|
73
|
+
x,
|
|
74
|
+
{
|
|
75
|
+
src: s,
|
|
76
|
+
alt: l,
|
|
77
|
+
className: "w-full h-[280px] hidden max-mobile::block",
|
|
78
|
+
imageStyles: "w-full h-full object-contain max-mobile:object-cover"
|
|
79
|
+
}
|
|
80
|
+
)
|
|
81
|
+
] });
|
|
82
|
+
};
|
|
83
|
+
w.propsToEdit = g;
|
|
6
84
|
export {
|
|
7
|
-
|
|
85
|
+
w as MainBanner
|
|
8
86
|
};
|
package/dist/MainBanner/index.js
CHANGED
package/dist/MultiCards/index.js
CHANGED
|
@@ -1,7 +1,90 @@
|
|
|
1
|
-
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import "../
|
|
4
|
-
import "../
|
|
1
|
+
import { jsxs as o, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { BannerAndText as p } from "../BannerAndText/index.js";
|
|
3
|
+
import { CardIconList as c } from "../CardIconList/CardIconList.js";
|
|
4
|
+
import { FieldTypes as t } from "../Types/FiledTypes.js";
|
|
5
|
+
import { C as d } from "../ComponentContainer-cdb2528c.js";
|
|
6
|
+
const f = {
|
|
7
|
+
type: "banner_card",
|
|
8
|
+
label: "Баннер карточка",
|
|
9
|
+
dataType: "object",
|
|
10
|
+
data: {
|
|
11
|
+
image: t.FILE
|
|
12
|
+
}
|
|
13
|
+
}, x = {
|
|
14
|
+
type: "cards",
|
|
15
|
+
label: "Карточки функций",
|
|
16
|
+
dataType: "array",
|
|
17
|
+
data: {
|
|
18
|
+
title: t.TITLE,
|
|
19
|
+
description: t.DESCRIPTION,
|
|
20
|
+
icon: t.FILE
|
|
21
|
+
}
|
|
22
|
+
}, m = {
|
|
23
|
+
type: "text_card",
|
|
24
|
+
label: "Текстовая карточка",
|
|
25
|
+
dataType: "object",
|
|
26
|
+
data: {
|
|
27
|
+
title: t.TITLE,
|
|
28
|
+
description: t.DESCRIPTION,
|
|
29
|
+
color_text: t.COLOR
|
|
30
|
+
}
|
|
31
|
+
}, b = {
|
|
32
|
+
type: "is_cards_first",
|
|
33
|
+
label: "Первая карточка",
|
|
34
|
+
dataType: "boolean"
|
|
35
|
+
}, T = {
|
|
36
|
+
type: "is_banner_first",
|
|
37
|
+
label: "Первая карточка",
|
|
38
|
+
dataType: "boolean"
|
|
39
|
+
}, _ = [
|
|
40
|
+
"title",
|
|
41
|
+
f,
|
|
42
|
+
x,
|
|
43
|
+
m,
|
|
44
|
+
T,
|
|
45
|
+
b
|
|
46
|
+
], y = ({
|
|
47
|
+
title: r,
|
|
48
|
+
banner_card: s,
|
|
49
|
+
text_card: e,
|
|
50
|
+
cards: i,
|
|
51
|
+
is_banner_first: n,
|
|
52
|
+
is_cards_first: l
|
|
53
|
+
}) => /* @__PURE__ */ o(d, { className: "flex flex-col items-center gap-[24px]", children: [
|
|
54
|
+
r && /* @__PURE__ */ a(
|
|
55
|
+
"p",
|
|
56
|
+
{
|
|
57
|
+
className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
|
|
58
|
+
mb-[24px] font-variant-numeric font-feature-settings`,
|
|
59
|
+
children: r
|
|
60
|
+
}
|
|
61
|
+
),
|
|
62
|
+
/* @__PURE__ */ o(
|
|
63
|
+
"div",
|
|
64
|
+
{
|
|
65
|
+
className: `w-full flex ${!e || !s ? "flex-row max-tablet:flex-col" : "flex-col"} gap-[24px]`,
|
|
66
|
+
children: [
|
|
67
|
+
/* @__PURE__ */ a(
|
|
68
|
+
p,
|
|
69
|
+
{
|
|
70
|
+
banner_card: s,
|
|
71
|
+
text_card: e,
|
|
72
|
+
is_banner_first: n
|
|
73
|
+
}
|
|
74
|
+
),
|
|
75
|
+
/* @__PURE__ */ a(
|
|
76
|
+
c,
|
|
77
|
+
{
|
|
78
|
+
cards: i,
|
|
79
|
+
is_cards_first: l,
|
|
80
|
+
multiHasText: !e
|
|
81
|
+
}
|
|
82
|
+
)
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
)
|
|
86
|
+
] });
|
|
87
|
+
y.propsToEdit = _;
|
|
5
88
|
export {
|
|
6
|
-
|
|
89
|
+
y as MultiCards
|
|
7
90
|
};
|
|
@@ -1,19 +1,35 @@
|
|
|
1
1
|
import "../ConfigProvider/index.js";
|
|
2
|
-
import "../
|
|
2
|
+
import "../Banner/Banner.js";
|
|
3
|
+
import "../BannerAndText/index.js";
|
|
4
|
+
import "../index-2fb01942.js";
|
|
5
|
+
import "../Footer/Footer.js";
|
|
6
|
+
import "../Stepper/Stepper.js";
|
|
3
7
|
import "../Segments/Segments.js";
|
|
4
8
|
import "../Video/VideoFull/VideoFull.js";
|
|
5
9
|
import "../Video/VideoList/VideoList.js";
|
|
6
10
|
import "../Video/VideoListMini/VideoListMini.js";
|
|
11
|
+
import "../ContentCardList/ContentCardList.js";
|
|
12
|
+
import "../CardIconList/CardIconList.js";
|
|
13
|
+
import "../MultiCards/index.js";
|
|
7
14
|
import "../Partners/Partners.js";
|
|
15
|
+
import "../CardImageList/CardImageList.js";
|
|
16
|
+
import "../MainBanner/MainBanner.js";
|
|
17
|
+
import "../Faq/Faq.js";
|
|
8
18
|
import "../HtmlContent/HtmlContent.js";
|
|
9
19
|
import "../HeroPossibilityBanner/index.js";
|
|
10
20
|
import "../PartnersColors/PartnersColors.js";
|
|
11
21
|
import "../Cards/CardImage/CardImage.js";
|
|
22
|
+
import "../Cards/ContentCard/ContentCard.js";
|
|
23
|
+
import "../Cards/WarningCard/WarningCard.js";
|
|
12
24
|
import "../Cards/ColoredCard/index.js";
|
|
13
|
-
import "../index-
|
|
25
|
+
import "../index-815f0132.js";
|
|
26
|
+
import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
27
|
+
import "../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
28
|
+
import "../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
29
|
+
import "../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
14
30
|
import "../Faq/components/Collapse/Collapse.js";
|
|
31
|
+
import "../Faq/components/FeedbackForm/FeedbackForm.js";
|
|
15
32
|
import "../Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
16
|
-
import "../InstructionList/components/InstructionCard/InstructionCard.js";
|
|
17
33
|
import "../InstructionList/components/InstructionModal/InstructionModal.js";
|
|
18
34
|
import "../PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
19
35
|
import "../PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
@@ -21,8 +37,9 @@ import "../Video/components/VideoPlayer/VideoPlayer.js";
|
|
|
21
37
|
import { jsx as r, Fragment as t } from "react/jsx-runtime";
|
|
22
38
|
import m from "./ComponentsView.js";
|
|
23
39
|
import "../Types/FiledTypes.js";
|
|
40
|
+
import "../const-637b0dca.js";
|
|
24
41
|
import "../Space/Space.js";
|
|
25
|
-
const
|
|
42
|
+
const S = ({ components: o }) => /* @__PURE__ */ r(t, { children: /* @__PURE__ */ r(m, { components: o }) });
|
|
26
43
|
export {
|
|
27
|
-
|
|
44
|
+
S as PageViewer
|
|
28
45
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as l, jsxs as r } from "react/jsx-runtime";
|
|
2
2
|
import { FieldTypes as t } from "../Types/FiledTypes.js";
|
|
3
|
-
import { C as o } from "../ComponentContainer-
|
|
4
|
-
import { I as c } from "../index-
|
|
3
|
+
import { C as o } from "../ComponentContainer-cdb2528c.js";
|
|
4
|
+
import { I as c } from "../index-2265d593.js";
|
|
5
5
|
const p = {
|
|
6
6
|
type: "data",
|
|
7
7
|
label: "Основные данные",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as m, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as d } from "react";
|
|
3
3
|
import { FieldTypes as r } from "../Types/FiledTypes.js";
|
|
4
|
-
import { C as x } from "../ComponentContainer-
|
|
4
|
+
import { C as x } from "../ComponentContainer-cdb2528c.js";
|
|
5
5
|
import { PartnerCard as c } from "./components/PartnerCard/PartnerCard.js";
|
|
6
6
|
import { PartnerTab as f } from "./components/PartnerTab/PartnerTab.js";
|
|
7
7
|
const T = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as e, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { I as p } from "../../../index-
|
|
2
|
+
import { I as p } from "../../../index-2265d593.js";
|
|
3
3
|
import { getBonusColors as x } from "./const.js";
|
|
4
4
|
const n = ({ card: t }) => /* @__PURE__ */ e("div", { className: "relative bg-white flex flex-col items-center justify-center h-[180px] md:h-[200px] py-[32px] px-[16px] rounded-[20px]", children: [
|
|
5
5
|
(t == null ? void 0 : t.discount) && /* @__PURE__ */ e(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as x, jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import { I as m } from "../../../index-
|
|
3
|
-
import { c as t } from "../../../cn-
|
|
2
|
+
import { I as m } from "../../../index-2265d593.js";
|
|
3
|
+
import { c as t } from "../../../cn-6a4bf187.js";
|
|
4
4
|
const r = ({ category: i, isActive: n, onClick: s }) => /* @__PURE__ */ x(
|
|
5
5
|
"button",
|
|
6
6
|
{
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import "../
|
|
2
|
+
import "../index-6af94f99.js";
|
|
3
|
+
import "../const-637b0dca.js";
|
|
4
|
+
import "../ComponentContainer-cdb2528c.js";
|
|
5
|
+
import { P as e } from "../index-2fb01942.js";
|
|
4
6
|
export {
|
|
5
7
|
e as PreviewList
|
|
6
8
|
};
|
|
@@ -1,6 +1,48 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import "../../../
|
|
2
|
+
import "../../../ConfigProvider/index.js";
|
|
3
|
+
import "../../../Banner/Banner.js";
|
|
4
|
+
import "../../../BannerAndText/index.js";
|
|
5
|
+
import "react";
|
|
6
|
+
import "../../../index-2265d593.js";
|
|
7
|
+
import "../../../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
|
|
8
|
+
import "../../../HtmlContent/HtmlContent.js";
|
|
9
|
+
import "../../../Header/components/TabsOutlined/TabsOutlined.js";
|
|
10
|
+
import "../../../index-6af94f99.js";
|
|
11
|
+
import "../../../const-637b0dca.js";
|
|
12
|
+
import "../../../Stepper/Stepper.js";
|
|
13
|
+
import "../../../Segments/Segments.js";
|
|
14
|
+
import "../../../Video/VideoFull/VideoFull.js";
|
|
15
|
+
import "../../../Video/VideoList/VideoList.js";
|
|
16
|
+
import "../../../Video/VideoListMini/VideoListMini.js";
|
|
17
|
+
import "../../../ContentCardList/ContentCardList.js";
|
|
18
|
+
import "../../../CardIconList/CardIconList.js";
|
|
19
|
+
import "../../../MultiCards/index.js";
|
|
20
|
+
import "../../../Partners/Partners.js";
|
|
21
|
+
import "../../../CardImageList/CardImageList.js";
|
|
22
|
+
import "../../../MainBanner/MainBanner.js";
|
|
23
|
+
import "../../../Faq/Faq.js";
|
|
24
|
+
import { e as T, k as U } from "../../../index-2fb01942.js";
|
|
25
|
+
import "../../../HeroPossibilityBanner/index.js";
|
|
26
|
+
import "../../../PartnersColors/PartnersColors.js";
|
|
27
|
+
import "../../../Cards/CardImage/CardImage.js";
|
|
28
|
+
import "../../../Cards/ContentCard/ContentCard.js";
|
|
29
|
+
import "../../../Cards/WarningCard/WarningCard.js";
|
|
30
|
+
import "../../../Cards/ColoredCard/index.js";
|
|
31
|
+
import "../../../index-815f0132.js";
|
|
32
|
+
import "../../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
33
|
+
import "../../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
34
|
+
import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
35
|
+
import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
36
|
+
import "../../../Faq/components/Collapse/Collapse.js";
|
|
37
|
+
import "../../../index-66837af1.js";
|
|
38
|
+
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
39
|
+
import "../../../CardInfoTable/index.js";
|
|
40
|
+
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
41
|
+
import "../../../IntroBanner/IntroBanner.js";
|
|
42
|
+
import "../../../Space/Space.js";
|
|
43
|
+
import "../../../VideoMainBanner/VideoMainBanner.js";
|
|
44
|
+
import "../../../Types/FiledTypes.js";
|
|
4
45
|
export {
|
|
5
|
-
|
|
46
|
+
T as PreviewCard,
|
|
47
|
+
U as PreviewCardData
|
|
6
48
|
};
|
|
@@ -1,50 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
type: "texts",
|
|
8
|
-
label: "Тексты",
|
|
9
|
-
dataType: "array",
|
|
10
|
-
data: {
|
|
11
|
-
title: o.TITLE,
|
|
12
|
-
is_big: o.BOOLEAN
|
|
13
|
-
}
|
|
14
|
-
}, x = [
|
|
15
|
-
"banner_bg_image",
|
|
16
|
-
"banner_bg_image_mob",
|
|
17
|
-
b
|
|
18
|
-
], c = ({
|
|
19
|
-
banner_bg_image: p,
|
|
20
|
-
banner_bg_image_mob: r,
|
|
21
|
-
texts: a
|
|
22
|
-
}) => {
|
|
23
|
-
const i = s(960);
|
|
24
|
-
return /* @__PURE__ */ t(
|
|
25
|
-
l,
|
|
26
|
-
{
|
|
27
|
-
className: "flex items-center justify-between gap-[40px] px-[48px] py-[38px] pr-[68px] bg-cover bg-no-repeat rounded-[24px] overflow-hidden max-tablet:flex-col max-tablet:items-start max-tablet:gap-[24px] max-tablet:p-[24px] max-tablet:bg-center",
|
|
28
|
-
style: {
|
|
29
|
-
backgroundImage: `url(${i ? r : p})`
|
|
30
|
-
},
|
|
31
|
-
children: a == null ? void 0 : a.map((e, m) => /* @__PURE__ */ t(
|
|
32
|
-
"p",
|
|
33
|
-
{
|
|
34
|
-
className: n(
|
|
35
|
-
"text-[15px] leading-[22px] text-white break-words whitespace-normal",
|
|
36
|
-
{
|
|
37
|
-
"text-[72px] leading-[32px] font-bold text-white max-tablet:text-[32px] max-tablet:leading-[32px] max-tablet:h-[57px]": e == null ? void 0 : e.is_big
|
|
38
|
-
}
|
|
39
|
-
),
|
|
40
|
-
children: e == null ? void 0 : e.title
|
|
41
|
-
},
|
|
42
|
-
m
|
|
43
|
-
))
|
|
44
|
-
}
|
|
45
|
-
);
|
|
46
|
-
};
|
|
47
|
-
c.propsToEdit = x;
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "../Types/FiledTypes.js";
|
|
3
|
+
import { b as s } from "../index-2fb01942.js";
|
|
4
|
+
import "../ComponentContainer-cdb2528c.js";
|
|
5
|
+
import "../cn-6a4bf187.js";
|
|
6
|
+
import "../useScreenSize-c1b64c02.js";
|
|
48
7
|
export {
|
|
49
|
-
|
|
8
|
+
s as PromoPoster
|
|
50
9
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as n, Fragment as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../componentsMap-
|
|
2
|
+
import { c as i } from "../componentsMap-e2de87b6.js";
|
|
3
3
|
const d = ({ components: o, device: p }) => /* @__PURE__ */ n(t, { children: o.map((r) => {
|
|
4
4
|
const e = i[r.key];
|
|
5
5
|
return e ? /* @__PURE__ */ n(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
const
|
|
1
|
+
import { M as a, B as t, a as s, C as n, S as D, b as r, V as e, c as i, d as o, e as d, P as l, f as C, g as B, h as L, W as m, i as w, j as p, F as I, D as g, k as F, l as S, m as c, I as M, n as P, o as f, p as u, A as V, q as T, T as W, r as b, E as x, s as h, t as k, u as q, v, w as y, x as A } from "../data.mock-483400cb.js";
|
|
2
|
+
const j = [
|
|
3
3
|
a,
|
|
4
4
|
t,
|
|
5
5
|
s,
|
|
@@ -12,8 +12,8 @@ const Q = [
|
|
|
12
12
|
d,
|
|
13
13
|
l,
|
|
14
14
|
C,
|
|
15
|
-
L,
|
|
16
15
|
B,
|
|
16
|
+
L,
|
|
17
17
|
m,
|
|
18
18
|
w,
|
|
19
19
|
p,
|
|
@@ -22,22 +22,22 @@ const Q = [
|
|
|
22
22
|
F,
|
|
23
23
|
S,
|
|
24
24
|
c,
|
|
25
|
-
u,
|
|
26
25
|
M,
|
|
27
26
|
P,
|
|
28
27
|
f,
|
|
29
|
-
|
|
28
|
+
u,
|
|
30
29
|
V,
|
|
31
|
-
|
|
32
|
-
y,
|
|
30
|
+
T,
|
|
33
31
|
W,
|
|
34
32
|
b,
|
|
33
|
+
x,
|
|
34
|
+
h,
|
|
35
|
+
k,
|
|
35
36
|
q,
|
|
36
37
|
v,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
H
|
|
38
|
+
y,
|
|
39
|
+
A
|
|
40
40
|
];
|
|
41
41
|
export {
|
|
42
|
-
|
|
42
|
+
j as allComponentsData
|
|
43
43
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { useState as s } from "react";
|
|
3
3
|
import { FieldTypes as x } from "../Types/FiledTypes.js";
|
|
4
|
-
import { c as r } from "../cn-
|
|
4
|
+
import { c as r } from "../cn-6a4bf187.js";
|
|
5
5
|
const c = {
|
|
6
6
|
type: "data",
|
|
7
7
|
label: "Сегменты",
|
|
@@ -1,75 +1,49 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
width: 20,
|
|
47
|
-
height: 20,
|
|
48
|
-
className: "flex items-center justify-center"
|
|
49
|
-
}
|
|
50
|
-
) : /* @__PURE__ */ e(
|
|
51
|
-
g,
|
|
52
|
-
{
|
|
53
|
-
src: p,
|
|
54
|
-
alt: "cross",
|
|
55
|
-
width: 20,
|
|
56
|
-
height: 20,
|
|
57
|
-
className: "flex items-center justify-center"
|
|
58
|
-
}
|
|
59
|
-
),
|
|
60
|
-
(a == null ? void 0 : a.title) && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] font-medium m-0 break-words", children: a == null ? void 0 : a.title })
|
|
61
|
-
] }),
|
|
62
|
-
(a == null ? void 0 : a.description) && /* @__PURE__ */ e("div", { className: "text-[14px] leading-[20px] text-graySoft3 max-tablet:text-[13px] max-tablet:leading-[16px]", children: a == null ? void 0 : a.description })
|
|
63
|
-
]
|
|
64
|
-
},
|
|
65
|
-
a == null ? void 0 : a.id
|
|
66
|
-
))
|
|
67
|
-
}
|
|
68
|
-
)
|
|
69
|
-
]
|
|
70
|
-
}
|
|
71
|
-
);
|
|
72
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { l as U, C as V } from "../../../index-2fb01942.js";
|
|
3
|
+
import "../../../ConfigProvider/index.js";
|
|
4
|
+
import "../../../Banner/Banner.js";
|
|
5
|
+
import "../../../BannerAndText/index.js";
|
|
6
|
+
import "../../../cn-6a4bf187.js";
|
|
7
|
+
import "react";
|
|
8
|
+
import "../../../index-2265d593.js";
|
|
9
|
+
import "../../../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
|
|
10
|
+
import "../../../HtmlContent/HtmlContent.js";
|
|
11
|
+
import "../../../Header/components/TabsOutlined/TabsOutlined.js";
|
|
12
|
+
import "../../../index-6af94f99.js";
|
|
13
|
+
import "../../../const-637b0dca.js";
|
|
14
|
+
import "../../../Stepper/Stepper.js";
|
|
15
|
+
import "../../../Segments/Segments.js";
|
|
16
|
+
import "../../../Video/VideoFull/VideoFull.js";
|
|
17
|
+
import "../../../Video/VideoList/VideoList.js";
|
|
18
|
+
import "../../../Video/VideoListMini/VideoListMini.js";
|
|
19
|
+
import "../../../ContentCardList/ContentCardList.js";
|
|
20
|
+
import "../../../CardIconList/CardIconList.js";
|
|
21
|
+
import "../../../MultiCards/index.js";
|
|
22
|
+
import "../../../Partners/Partners.js";
|
|
23
|
+
import "../../../CardImageList/CardImageList.js";
|
|
24
|
+
import "../../../MainBanner/MainBanner.js";
|
|
25
|
+
import "../../../Faq/Faq.js";
|
|
26
|
+
import "../../../HeroPossibilityBanner/index.js";
|
|
27
|
+
import "../../../PartnersColors/PartnersColors.js";
|
|
28
|
+
import "../../../Cards/CardImage/CardImage.js";
|
|
29
|
+
import "../../../Cards/ContentCard/ContentCard.js";
|
|
30
|
+
import "../../../Cards/WarningCard/WarningCard.js";
|
|
31
|
+
import "../../../Cards/ColoredCard/index.js";
|
|
32
|
+
import "../../../index-815f0132.js";
|
|
33
|
+
import "../../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
34
|
+
import "../../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
35
|
+
import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
36
|
+
import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
37
|
+
import "../../../Faq/components/Collapse/Collapse.js";
|
|
38
|
+
import "../../../index-66837af1.js";
|
|
39
|
+
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
40
|
+
import "../../../CardInfoTable/index.js";
|
|
41
|
+
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
42
|
+
import "../../../IntroBanner/IntroBanner.js";
|
|
43
|
+
import "../../../Space/Space.js";
|
|
44
|
+
import "../../../VideoMainBanner/VideoMainBanner.js";
|
|
45
|
+
import "../../../Types/FiledTypes.js";
|
|
73
46
|
export {
|
|
74
|
-
|
|
47
|
+
U as CardMarkedRow,
|
|
48
|
+
V as CardMarkedRowFields
|
|
75
49
|
};
|