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.
Files changed (158) hide show
  1. package/dist/Actions/downloadFile/downloadFile.js +28 -0
  2. package/dist/Actions/index.js +13 -0
  3. package/dist/Actions/types.js +9 -0
  4. package/dist/AllComponents.js +29 -9
  5. package/dist/AnimatedSwiper/Slide/Slide.js +29 -29
  6. package/dist/AnimatedSwiper/index.js +10 -137
  7. package/dist/Banner/Banner.js +152 -8
  8. package/dist/Banner/index.js +2 -2
  9. package/dist/BannerAndText/index.js +56 -27
  10. package/dist/CardIconList/CardIconList.js +81 -26
  11. package/dist/CardIconList/index.js +2 -2
  12. package/dist/CardImageList/CardImageList.js +75 -8
  13. package/dist/CardImageList/index.js +1 -1
  14. package/dist/CardImageSecondary/CardImageSecondary.js +57 -27
  15. package/dist/CardImageSecondary/index.js +2 -2
  16. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +27 -4
  17. package/dist/CardImageSecondaryList/index.js +1 -1
  18. package/dist/CardInfoTable/index.js +187 -26
  19. package/dist/Cards/CardImage/CardImage.js +2 -2
  20. package/dist/Cards/ColoredCard/index.js +2 -2
  21. package/dist/Cards/ContentCard/ContentCard.js +38 -5
  22. package/dist/Cards/ContentCard/index.js +2 -2
  23. package/dist/Cards/FeaturesCard/index.js +3 -3
  24. package/dist/Cards/WarningCard/WarningCard.js +58 -6
  25. package/dist/Cards/WarningCard/index.js +1 -1
  26. package/dist/Cards/WarningCard/model.js +39 -7
  27. package/dist/ComponentContainer-cdb2528c.js +16 -0
  28. package/dist/ContentCardList/ContentCardList.js +34 -25
  29. package/dist/ContentCardList/index.js +2 -2
  30. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +41 -5
  31. package/dist/DownloadFile/components/DownloadFileBanner/index.js +2 -2
  32. package/dist/DownloadFile/components/DownloadFileBright/index.js +74 -8
  33. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +50 -5
  34. package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
  35. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +46 -5
  36. package/dist/DownloadFile/components/DownloadFileHalf/index.js +2 -2
  37. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +56 -5
  38. package/dist/DownloadFile/components/DownloadFileMini/index.js +2 -2
  39. package/dist/Faq/Faq.js +44 -24
  40. package/dist/Faq/components/Collapse/Collapse.js +37 -19
  41. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1061 -4
  42. package/dist/Faq/components/FeedbackForm/index.js +2 -2
  43. package/dist/Faq/components/PlusMinusIcon/PlusMinusIcon.js +1 -1
  44. package/dist/Faq/index.js +2 -2
  45. package/dist/Footer/Footer.js +452 -0
  46. package/dist/Footer/components/ContactOfFooter/ContactOfFooter.js +34 -0
  47. package/dist/Footer/components/LinkToApp/LinkToApp.js +45 -0
  48. package/dist/Footer/components/LinkToAppMobile/LinkToAppMobile.js +28 -0
  49. package/dist/Footer/components/ListNavigation/ListNavigation.js +221 -0
  50. package/dist/Footer/components/NavigationFooter/NavigationFooter.js +31 -0
  51. package/dist/Footer/components/SocialButtonsList/SocialButtonsList.js +37 -0
  52. package/dist/Footer/types.js +1 -0
  53. package/dist/GooglePlayButton-35331c37.js +100 -0
  54. package/dist/Header/Header.js +8 -0
  55. package/dist/Header/components/HeaderCard/HeaderCard.js +37 -0
  56. package/dist/Header/components/HeaderCard/index.js +4 -0
  57. package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +208 -0
  58. package/dist/Header/components/HeaderMenu/HeaderMenu.js +41 -0
  59. package/dist/Header/components/HeaderMenu/index.js +1 -0
  60. package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +47 -0
  61. package/dist/Header/components/HeaderMobile/HeaderMobile.js +11 -0
  62. package/dist/Header/components/HeaderMobile/index.js +4 -0
  63. package/dist/Header/components/HeaderResults/HeaderResults.js +46 -0
  64. package/dist/Header/components/HeaderResults/index.js +4 -0
  65. package/dist/Header/components/HeaderSearch/HeaderSearch.js +13 -0
  66. package/dist/Header/components/HeaderSearch/index.js +4 -0
  67. package/dist/Header/components/HeaderSearchMobile/HeaderSearchMobile.js +78 -0
  68. package/dist/Header/components/HeaderTab/HeaderTab.js +34 -0
  69. package/dist/Header/components/HeaderTab/index.js +4 -0
  70. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +55 -0
  71. package/dist/Header/components/HeaderWeb/HeaderWeb.js +149 -0
  72. package/dist/Header/components/HeaderWeb/index.js +4 -0
  73. package/dist/Header/components/SelectLanguage/SelectLanguage.js +79 -0
  74. package/dist/Header/components/SelectLanguage/index.js +4 -0
  75. package/dist/Header/components/TabsOutlined/TabsOutlined.js +50 -0
  76. package/dist/Header/components/TabsOutlined/index.js +4 -0
  77. package/dist/Header/const.js +4 -0
  78. package/dist/Header/index.js +4 -0
  79. package/dist/Header/types.js +5 -0
  80. package/dist/HeroPossibilityBanner/index.js +1 -1
  81. package/dist/HtmlContent/HtmlContent.js +1 -1
  82. package/dist/Icon-70ea6cb8.js +187 -0
  83. package/dist/InfoBanner/index.js +89 -7
  84. package/dist/InfoBannerList/InfoBannerList.js +5 -5
  85. package/dist/InfoBannerList/index.js +2 -2
  86. package/dist/InstructionList/InstructionList.js +6 -4
  87. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +47 -66
  88. package/dist/InstructionList/components/InstructionCard/index.js +1 -1
  89. package/dist/InstructionList/components/InstructionModal/InstructionModal.js +2 -2
  90. package/dist/InstructionList/index.js +1 -1
  91. package/dist/IntroBanner/IntroBanner.js +68 -6
  92. package/dist/IntroBanner/index.js +1 -1
  93. package/dist/MainBanner/MainBanner.js +84 -6
  94. package/dist/MainBanner/index.js +2 -2
  95. package/dist/MultiCards/index.js +88 -5
  96. package/dist/PageViewer/PageViewer.js +22 -5
  97. package/dist/PageViewer/renderComponents.js +1 -1
  98. package/dist/Partners/Partners.js +2 -2
  99. package/dist/PartnersColors/PartnersColors.js +1 -1
  100. package/dist/PartnersColors/components/PartnerCard/PartnerCard.js +1 -1
  101. package/dist/PartnersColors/components/PartnerTab/PartnerTab.js +2 -2
  102. package/dist/PreviewList/PreviewList.js +4 -2
  103. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +45 -3
  104. package/dist/PreviewList/components/PreviewCard/index.js +2 -2
  105. package/dist/PreviewList/index.js +1 -1
  106. package/dist/PromoPoster/PromoPoster.js +7 -48
  107. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  108. package/dist/RenderAllComponents/const.js +11 -11
  109. package/dist/Segments/Segments.js +1 -1
  110. package/dist/StandartTable/components/CardMarkedRow/index.js +47 -73
  111. package/dist/StandartTable/components/CardWarning/index.js +87 -6
  112. package/dist/StandartTable/index.js +4 -4
  113. package/dist/Stepper/Stepper.js +50 -6
  114. package/dist/Stepper/index.js +1 -1
  115. package/dist/SwiperList/SwiperList.js +11 -97
  116. package/dist/SwiperList/components/Bullet/Bullet.js +1 -1
  117. package/dist/SwiperList/components/Slide/Slide.js +6 -6
  118. package/dist/SwiperList/index.js +1 -1
  119. package/dist/TasksBanner/TasksBanner.js +9 -123
  120. package/dist/TasksBanner/index.js +2 -2
  121. package/dist/TasksBannerList/TasksBannerList.js +5 -30
  122. package/dist/TasksBannerList/index.js +2 -2
  123. package/dist/Types/FiledTypes.js +1 -1
  124. package/dist/Video/VideoFull/VideoFull.js +1 -1
  125. package/dist/Video/VideoList/VideoList.js +1 -1
  126. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  127. package/dist/Video/components/VideoPlayer/VideoPlayer.js +1 -1
  128. package/dist/VideoMainBanner/VideoMainBanner.js +168 -7
  129. package/dist/VideoMainBanner/index.js +2 -2
  130. package/dist/assets/index.css +1 -1
  131. package/dist/{cn-d8c04b28.js → cn-6a4bf187.js} +521 -488
  132. package/dist/componentsMap-e2de87b6.js +68 -0
  133. package/dist/const-637b0dca.js +27 -0
  134. package/dist/data.mock-483400cb.js +1713 -0
  135. package/dist/header-97863d08.js +22 -0
  136. package/dist/{index-60dfa873.js → index-2265d593.js} +1 -1
  137. package/dist/index-2fb01942.js +925 -0
  138. package/dist/index-3a534581.js +261 -0
  139. package/dist/index-66837af1.js +313 -0
  140. package/dist/index-6af94f99.js +53 -0
  141. package/dist/{index-a379154f.js → index-815f0132.js} +2 -2
  142. package/dist/languages-list-8419e560.js +22 -0
  143. package/dist/logo-99aa20bd.js +27 -0
  144. package/dist/main.js +85 -66
  145. package/dist/mousewheel-865ae601.js +153 -0
  146. package/dist/palette-b47a76c9.js +46 -0
  147. package/dist/routes-382632ac.js +7 -0
  148. package/dist/search-dd4eb6f8.js +5 -0
  149. package/dist/{swiper-react-c049ea66.js → swiper-react-90953710.js} +760 -935
  150. package/dist/trash/HeroLargeCards/index.js +1 -1
  151. package/dist/useClickOutside-197b0df2.js +12 -0
  152. package/package.json +4 -2
  153. package/dist/ComponentContainer-0fcc2695.js +0 -16
  154. package/dist/componentsMap-71c9335f.js +0 -50
  155. package/dist/index-92f77047.js +0 -4865
  156. package/dist/model-9e50e351.js +0 -69
  157. /package/dist/assets/{swiper-react.css → index2.css} +0 -0
  158. /package/dist/assets/{TasksBanner.css → index3.css} +0 -0
@@ -1,8 +1,86 @@
1
- import "react/jsx-runtime";
2
- import { c as a } from "../index-92f77047.js";
3
- import "../ComponentContainer-0fcc2695.js";
4
- import "../index-60dfa873.js";
5
- import "../cn-d8c04b28.js";
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
- a as MainBanner
85
+ w as MainBanner
8
86
  };
@@ -1,4 +1,4 @@
1
- import { c as r } from "../index-92f77047.js";
1
+ import { MainBanner as a } from "./MainBanner.js";
2
2
  export {
3
- r as MainBanner
3
+ a as MainBanner
4
4
  };
@@ -1,7 +1,90 @@
1
- import "react/jsx-runtime";
2
- import { M as p } from "../index-92f77047.js";
3
- import "../Types/FiledTypes.js";
4
- import "../ComponentContainer-0fcc2695.js";
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
- p as MultiCards
89
+ y as MultiCards
7
90
  };
@@ -1,19 +1,35 @@
1
1
  import "../ConfigProvider/index.js";
2
- import "../index-92f77047.js";
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-a379154f.js";
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 y = ({ components: o }) => /* @__PURE__ */ r(t, { children: /* @__PURE__ */ r(m, { components: o }) });
42
+ const S = ({ components: o }) => /* @__PURE__ */ r(t, { children: /* @__PURE__ */ r(m, { components: o }) });
26
43
  export {
27
- y as PageViewer
44
+ S as PageViewer
28
45
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as f } from "../componentsMap-71c9335f.js";
2
+ import { c as f } from "../componentsMap-e2de87b6.js";
3
3
  const a = (p) => p.map((r) => {
4
4
  const s = f[r.key];
5
5
  if (!s)
@@ -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-0fcc2695.js";
4
- import { I as c } from "../index-60dfa873.js";
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-0fcc2695.js";
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-60dfa873.js";
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-60dfa873.js";
3
- import { c as t } from "../../../cn-d8c04b28.js";
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 { P as e } from "../index-92f77047.js";
3
- import "../ComponentContainer-0fcc2695.js";
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 { a8 as i } from "../../../index-92f77047.js";
3
- import "../../../index-60dfa873.js";
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
- i as PreviewCard
46
+ T as PreviewCard,
47
+ U as PreviewCardData
6
48
  };
@@ -1,4 +1,4 @@
1
- import { a8 as e } from "../../../index-92f77047.js";
1
+ import { e as a } from "../../../index-2fb01942.js";
2
2
  export {
3
- e as PreviewCard
3
+ a as PreviewCard
4
4
  };
@@ -1,4 +1,4 @@
1
- import { P as i } from "../index-92f77047.js";
1
+ import { P as i } from "../index-2fb01942.js";
2
2
  export {
3
3
  i as PreviewList
4
4
  };
@@ -1,50 +1,9 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import { FieldTypes as o } from "../Types/FiledTypes.js";
3
- import { C as l } from "../ComponentContainer-0fcc2695.js";
4
- import { c as n } from "../cn-d8c04b28.js";
5
- import { u as s } from "../useScreenSize-c1b64c02.js";
6
- const b = {
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
- c as PromoPoster
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-71c9335f.js";
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 { m as a, n as t, o as s, p as n, q as D, r, s as e, t as i, u as o, v as d, w as l, x as C, y as L, z as B, A as m, E as w, G as p, H as I, J as g, K as F, L as S, N as c, O as u, Q as M, R as P, T as f, U as T, X as V, Y as x, Z as y, _ as W, $ as b, a0 as q, a1 as v, a2 as A, a3 as E, a4 as H } from "../index-92f77047.js";
2
- const Q = [
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
- T,
28
+ u,
30
29
  V,
31
- x,
32
- y,
30
+ T,
33
31
  W,
34
32
  b,
33
+ x,
34
+ h,
35
+ k,
35
36
  q,
36
37
  v,
37
- A,
38
- E,
39
- H
38
+ y,
39
+ A
40
40
  ];
41
41
  export {
42
- Q as allComponentsData
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-d8c04b28.js";
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 { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { I as g } from "../../../index-60dfa873.js";
3
- import { c as x } from "../../../cn-d8c04b28.js";
4
- const c = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2NzMgMS41NTMyMkw1Ljc3ODQzIDEwLjQ0MjNMMS4zMzM5OCA1Ljk5Nzg4IiBzdHJva2U9IiMxNkEzNEEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K", p = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAxLjQ0NjA0TDE2LjUgMTYuNDQ2TTE2LjUgMS40NDYwNEwxLjUgMTYuNDQ2IiBzdHJva2U9IiNFRjQ0NDQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K", b = ({ data: l, className: t }) => {
5
- var s;
6
- return /* @__PURE__ */ r(
7
- "div",
8
- {
9
- className: x(
10
- "w-full grid grid-cols-[200px_3fr] gap-[24px] border-b border-greyLight",
11
- "max-tablet:last:border-none",
12
- "max-tablet:grid-cols-[170px_3fr] max-tablet:gap-0 max-tablet:w-fit",
13
- t
14
- ),
15
- children: [
16
- /* @__PURE__ */ e(
17
- "p",
18
- {
19
- className: x(
20
- "sticky left-0 top-0 z-10 bg-white font-medium text-[18px] leading-[24px] text-graySoft3 border-r border-greyLight",
21
- "py-[24px] px-[32px] max-tablet:w-[170px] max-tablet:px-4 whitespace-normal"
22
- ),
23
- children: l == null ? void 0 : l.title
24
- }
25
- ),
26
- /* @__PURE__ */ e(
27
- "div",
28
- {
29
- className: x(
30
- "grid grid-cols-[repeat(4,1fr)] max-tablet:grid-cols-[repeat(4,134px)] gap-[24px] max-tablet:gap-0 w-full"
31
- ),
32
- children: (s = l == null ? void 0 : l.columns) == null ? void 0 : s.map((a) => /* @__PURE__ */ r(
33
- "div",
34
- {
35
- className: x(
36
- "w-full flex flex-col gap-2",
37
- "py-[24px] max-tablet:last:py-[10px] max-tablet:px-[12px] max-tablet:last:pb-0 max-tablet:w-134px]"
38
- ),
39
- children: [
40
- /* @__PURE__ */ r("div", { className: "flex flex-row items-start gap-2 w-[240px] max-tablet:w-full", children: [
41
- (a == null ? void 0 : a.is_marked) === null ? null : a != null && a.is_marked ? /* @__PURE__ */ e(
42
- g,
43
- {
44
- src: c,
45
- alt: "check",
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
- b as CardMarkedRow
47
+ U as CardMarkedRow,
48
+ V as CardMarkedRowFields
75
49
  };