md-components-mdigial-azamat 0.0.33 → 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 (152) hide show
  1. package/dist/AllComponents.js +29 -5
  2. package/dist/AnimatedSwiper/Slide/Slide.js +2 -2
  3. package/dist/AnimatedSwiper/index.js +5 -3
  4. package/dist/Banner/Banner.js +152 -8
  5. package/dist/Banner/index.js +2 -2
  6. package/dist/BannerAndText/index.js +56 -23
  7. package/dist/CardIconList/CardIconList.js +81 -22
  8. package/dist/CardIconList/index.js +2 -2
  9. package/dist/CardImageList/CardImageList.js +75 -8
  10. package/dist/CardImageList/index.js +1 -1
  11. package/dist/CardImageSecondary/CardImageSecondary.js +57 -23
  12. package/dist/CardImageSecondary/index.js +1 -1
  13. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +27 -4
  14. package/dist/CardImageSecondaryList/index.js +1 -1
  15. package/dist/CardInfoTable/index.js +187 -22
  16. package/dist/Cards/CardImage/CardImage.js +2 -2
  17. package/dist/Cards/ColoredCard/index.js +2 -2
  18. package/dist/Cards/ContentCard/ContentCard.js +38 -5
  19. package/dist/Cards/ContentCard/index.js +2 -2
  20. package/dist/Cards/FeaturesCard/index.js +3 -3
  21. package/dist/Cards/WarningCard/WarningCard.js +58 -6
  22. package/dist/Cards/WarningCard/index.js +1 -1
  23. package/dist/Cards/WarningCard/model.js +39 -7
  24. package/dist/ComponentContainer-cdb2528c.js +16 -0
  25. package/dist/ContentCardList/ContentCardList.js +34 -21
  26. package/dist/ContentCardList/index.js +2 -2
  27. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +41 -5
  28. package/dist/DownloadFile/components/DownloadFileBanner/index.js +2 -2
  29. package/dist/DownloadFile/components/DownloadFileBright/index.js +74 -7
  30. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +49 -6
  31. package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
  32. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +46 -5
  33. package/dist/DownloadFile/components/DownloadFileHalf/index.js +2 -2
  34. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +56 -7
  35. package/dist/DownloadFile/components/DownloadFileMini/index.js +2 -2
  36. package/dist/Faq/Faq.js +44 -20
  37. package/dist/Faq/components/Collapse/Collapse.js +37 -19
  38. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1061 -4
  39. package/dist/Faq/components/FeedbackForm/index.js +2 -2
  40. package/dist/Faq/components/PlusMinusIcon/PlusMinusIcon.js +1 -1
  41. package/dist/Faq/index.js +2 -2
  42. package/dist/Footer/Footer.js +452 -0
  43. package/dist/Footer/components/ContactOfFooter/ContactOfFooter.js +34 -0
  44. package/dist/Footer/components/LinkToApp/LinkToApp.js +45 -0
  45. package/dist/Footer/components/LinkToAppMobile/LinkToAppMobile.js +28 -0
  46. package/dist/Footer/components/ListNavigation/ListNavigation.js +221 -0
  47. package/dist/Footer/components/NavigationFooter/NavigationFooter.js +31 -0
  48. package/dist/Footer/components/SocialButtonsList/SocialButtonsList.js +37 -0
  49. package/dist/Footer/types.js +1 -0
  50. package/dist/GooglePlayButton-35331c37.js +100 -0
  51. package/dist/Header/Header.js +8 -0
  52. package/dist/Header/components/HeaderCard/HeaderCard.js +37 -0
  53. package/dist/Header/components/HeaderCard/index.js +4 -0
  54. package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +208 -0
  55. package/dist/Header/components/HeaderMenu/HeaderMenu.js +41 -0
  56. package/dist/Header/components/HeaderMenu/index.js +1 -0
  57. package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +47 -0
  58. package/dist/Header/components/HeaderMobile/HeaderMobile.js +11 -0
  59. package/dist/Header/components/HeaderMobile/index.js +4 -0
  60. package/dist/Header/components/HeaderResults/HeaderResults.js +46 -0
  61. package/dist/Header/components/HeaderResults/index.js +4 -0
  62. package/dist/Header/components/HeaderSearch/HeaderSearch.js +13 -0
  63. package/dist/Header/components/HeaderSearch/index.js +4 -0
  64. package/dist/Header/components/HeaderSearchMobile/HeaderSearchMobile.js +78 -0
  65. package/dist/Header/components/HeaderTab/HeaderTab.js +34 -0
  66. package/dist/Header/components/HeaderTab/index.js +4 -0
  67. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +55 -0
  68. package/dist/Header/components/HeaderWeb/HeaderWeb.js +149 -0
  69. package/dist/Header/components/HeaderWeb/index.js +4 -0
  70. package/dist/Header/components/SelectLanguage/SelectLanguage.js +79 -0
  71. package/dist/Header/components/SelectLanguage/index.js +4 -0
  72. package/dist/Header/components/TabsOutlined/TabsOutlined.js +50 -0
  73. package/dist/Header/components/TabsOutlined/index.js +4 -0
  74. package/dist/Header/const.js +4 -0
  75. package/dist/Header/index.js +4 -0
  76. package/dist/Header/types.js +5 -0
  77. package/dist/HeroPossibilityBanner/index.js +1 -1
  78. package/dist/HtmlContent/HtmlContent.js +1 -1
  79. package/dist/Icon-70ea6cb8.js +187 -0
  80. package/dist/InfoBanner/index.js +89 -8
  81. package/dist/InfoBannerList/InfoBannerList.js +5 -4
  82. package/dist/InfoBannerList/index.js +2 -2
  83. package/dist/InstructionList/InstructionList.js +6 -4
  84. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +31 -7
  85. package/dist/InstructionList/components/InstructionCard/index.js +2 -2
  86. package/dist/InstructionList/components/InstructionModal/InstructionModal.js +2 -2
  87. package/dist/InstructionList/index.js +1 -1
  88. package/dist/IntroBanner/IntroBanner.js +68 -6
  89. package/dist/IntroBanner/index.js +1 -1
  90. package/dist/MainBanner/MainBanner.js +84 -6
  91. package/dist/MainBanner/index.js +2 -2
  92. package/dist/MultiCards/index.js +88 -5
  93. package/dist/PageViewer/PageViewer.js +22 -4
  94. package/dist/PageViewer/renderComponents.js +1 -1
  95. package/dist/Partners/Partners.js +2 -2
  96. package/dist/PartnersColors/PartnersColors.js +1 -1
  97. package/dist/PartnersColors/components/PartnerCard/PartnerCard.js +1 -1
  98. package/dist/PartnersColors/components/PartnerTab/PartnerTab.js +2 -2
  99. package/dist/PreviewList/PreviewList.js +4 -2
  100. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +32 -8
  101. package/dist/PreviewList/components/PreviewCard/index.js +2 -2
  102. package/dist/PreviewList/index.js +1 -1
  103. package/dist/PromoPoster/PromoPoster.js +4 -4
  104. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  105. package/dist/RenderAllComponents/const.js +11 -11
  106. package/dist/Segments/Segments.js +1 -1
  107. package/dist/StandartTable/components/CardMarkedRow/index.js +33 -9
  108. package/dist/StandartTable/components/CardWarning/index.js +87 -6
  109. package/dist/StandartTable/index.js +5 -4
  110. package/dist/Stepper/Stepper.js +50 -6
  111. package/dist/Stepper/index.js +1 -1
  112. package/dist/SwiperList/SwiperList.js +5 -4
  113. package/dist/SwiperList/components/Bullet/Bullet.js +1 -1
  114. package/dist/SwiperList/index.js +1 -1
  115. package/dist/TasksBanner/TasksBanner.js +5 -5
  116. package/dist/TasksBanner/index.js +2 -2
  117. package/dist/TasksBannerList/TasksBannerList.js +2 -2
  118. package/dist/TasksBannerList/index.js +1 -1
  119. package/dist/Video/VideoFull/VideoFull.js +1 -1
  120. package/dist/Video/VideoList/VideoList.js +1 -1
  121. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  122. package/dist/Video/components/VideoPlayer/VideoPlayer.js +1 -1
  123. package/dist/VideoMainBanner/VideoMainBanner.js +168 -7
  124. package/dist/VideoMainBanner/index.js +2 -2
  125. package/dist/assets/index.css +1 -1
  126. package/dist/{cn-d8c04b28.js → cn-6a4bf187.js} +521 -488
  127. package/dist/componentsMap-e2de87b6.js +68 -0
  128. package/dist/const-637b0dca.js +27 -0
  129. package/dist/data.mock-483400cb.js +1713 -0
  130. package/dist/header-97863d08.js +22 -0
  131. package/dist/{index-60dfa873.js → index-2265d593.js} +1 -1
  132. package/dist/index-2fb01942.js +925 -0
  133. package/dist/index-3a534581.js +261 -0
  134. package/dist/index-66837af1.js +313 -0
  135. package/dist/index-6af94f99.js +53 -0
  136. package/dist/{index-a379154f.js → index-815f0132.js} +2 -2
  137. package/dist/languages-list-8419e560.js +22 -0
  138. package/dist/logo-99aa20bd.js +27 -0
  139. package/dist/main.js +87 -67
  140. package/dist/mousewheel-865ae601.js +153 -0
  141. package/dist/palette-b47a76c9.js +46 -0
  142. package/dist/routes-382632ac.js +7 -0
  143. package/dist/search-dd4eb6f8.js +5 -0
  144. package/dist/{index-b093f70c.js → swiper-react-90953710.js} +780 -1098
  145. package/dist/trash/HeroLargeCards/index.js +1 -1
  146. package/dist/useClickOutside-197b0df2.js +12 -0
  147. package/dist/useScreenSize-c1b64c02.js +19 -0
  148. package/package.json +4 -2
  149. package/dist/ComponentContainer-0fcc2695.js +0 -16
  150. package/dist/componentsMap-6d7d63d5.js +0 -47
  151. package/dist/index-b999483f.js +0 -5314
  152. package/dist/model-9e50e351.js +0 -69
@@ -0,0 +1,925 @@
1
+ import { jsx as e, jsxs as i, Fragment as _ } from "react/jsx-runtime";
2
+ import { useState as x, useEffect as H, useRef as T } from "react";
3
+ import { HeaderMobileRender as w } from "./Header/const.js";
4
+ import { c as O, a as R } from "./index-3a534581.js";
5
+ import { c as d } from "./cn-6a4bf187.js";
6
+ import Y from "./Header/components/HeaderMainMobile/HeaderMainMobile.js";
7
+ import "./ConfigProvider/index.js";
8
+ import { Banner as Z } from "./Banner/Banner.js";
9
+ import "./BannerAndText/index.js";
10
+ import { HtmlContent as V } from "./HtmlContent/HtmlContent.js";
11
+ import "./Header/components/TabsOutlined/TabsOutlined.js";
12
+ import { B as y } from "./index-6af94f99.js";
13
+ import { c as D, b as Q } from "./const-637b0dca.js";
14
+ import { Stepper as W } from "./Stepper/Stepper.js";
15
+ import { Segments as U } from "./Segments/Segments.js";
16
+ import { VideoFull as G } from "./Video/VideoFull/VideoFull.js";
17
+ import { VideoList as $ } from "./Video/VideoList/VideoList.js";
18
+ import { VideoListMini as J } from "./Video/VideoListMini/VideoListMini.js";
19
+ import { ContentCardList as K } from "./ContentCardList/ContentCardList.js";
20
+ import { CardIconList as X } from "./CardIconList/CardIconList.js";
21
+ import { MultiCards as q } from "./MultiCards/index.js";
22
+ import { Partners as ee } from "./Partners/Partners.js";
23
+ import { CardImageList as ae } from "./CardImageList/CardImageList.js";
24
+ import { MainBanner as te } from "./MainBanner/MainBanner.js";
25
+ import { Faq as oe } from "./Faq/Faq.js";
26
+ import { C as g } from "./ComponentContainer-cdb2528c.js";
27
+ import { I as f } from "./index-2265d593.js";
28
+ import ne from "./Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
29
+ import "./HeroPossibilityBanner/index.js";
30
+ import { PartnersColors as re } from "./PartnersColors/PartnersColors.js";
31
+ import "./Cards/CardImage/CardImage.js";
32
+ import "./Cards/ContentCard/ContentCard.js";
33
+ import { WarningCard as le } from "./Cards/WarningCard/WarningCard.js";
34
+ import "./Cards/ColoredCard/index.js";
35
+ import "./index-815f0132.js";
36
+ import { DownloadFileBanner as ie } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
37
+ import { DownloadFileFull as se } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
38
+ import { DownloadFileHalf as pe } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
39
+ import { DownloadFileMini as de } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
40
+ import { Collapse as ce } from "./Faq/components/Collapse/Collapse.js";
41
+ import { a as me, C as xe, b as ge, A as fe } from "./index-66837af1.js";
42
+ import { CardImageSecondaryList as ue } from "./CardImageSecondaryList/CardImageSecondaryList.js";
43
+ import { CardInfoTable as he } from "./CardInfoTable/index.js";
44
+ import { DownloadFileBright as be } from "./DownloadFile/components/DownloadFileBright/index.js";
45
+ import { InfoBanner as Ne, InfoBannerFields as we } from "./InfoBanner/index.js";
46
+ import { IntroBanner as Me } from "./IntroBanner/IntroBanner.js";
47
+ import { FieldTypes as l } from "./Types/FiledTypes.js";
48
+ import { u as I } from "./useScreenSize-c1b64c02.js";
49
+ import { Space as ye } from "./Space/Space.js";
50
+ import { a as Ie, N as Le, b as Te } from "./swiper-react-90953710.js";
51
+ import { VideoMainBanner as De } from "./VideoMainBanner/VideoMainBanner.js";
52
+ import { M as Ce, B as ve, C as Ee, S as Se, b as je, V as ke, c as Be, d as ze, e as Pe, f as Ae, g as Fe, P as _e, h as He, W as Oe, F as Re, k as Ye, D as Ze, l as Ve, m as Qe, I as We, o as Ue, p as Ge, A as $e, q as Je, T as Ke, r as Xe, E as qe, s as ea, t as aa, u as ta, v as oa, w as na, x as ra } from "./data.mock-483400cb.js";
53
+ import la from "./Header/components/HeaderWeb/HeaderWeb.js";
54
+ import { Footer as ia } from "./Footer/Footer.js";
55
+ import { Bullet as sa } from "./SwiperList/components/Bullet/Bullet.js";
56
+ import { Slide as pa } from "./SwiperList/components/Slide/Slide.js";
57
+ import './assets/swiper.css';import './assets/index3.css';/* empty css */import { CardWarning as da } from "./StandartTable/components/CardWarning/index.js";
58
+ import { InstructionModal as ca } from "./InstructionList/components/InstructionModal/InstructionModal.js";
59
+ import ma from "./Header/components/HeaderSearchMobile/HeaderSearchMobile.js";
60
+ const xa = ({ sectionsData: o, render: t }) => {
61
+ const [r, a] = x(
62
+ []
63
+ );
64
+ return /* @__PURE__ */ e(
65
+ "div",
66
+ {
67
+ className: d(
68
+ "fixed -top-[100vh] left-0 right-0 w-full h-[calc(100vh-56px)] bg-white z-[9998] overflow-y-auto overflow-x-hidden transition-all duration-500 pb-12",
69
+ {
70
+ "top-14": t === w.MENU
71
+ }
72
+ ),
73
+ children: /* @__PURE__ */ e("div", { className: "flex items-center justify-between py-2 px-4 pb-2.5 relative", children: /* @__PURE__ */ i("div", { className: "w-full bg-white flex flex-col z-[1000]", children: [
74
+ /* @__PURE__ */ e(
75
+ ne,
76
+ {
77
+ sectionsData: o,
78
+ setCategoriesData: a
79
+ }
80
+ ),
81
+ r == null ? void 0 : r.map((n, s) => {
82
+ var c;
83
+ return /* @__PURE__ */ e(
84
+ ce,
85
+ {
86
+ title: n == null ? void 0 : n.title,
87
+ icon: n == null ? void 0 : n.icon,
88
+ children: /* @__PURE__ */ e("div", { className: "rounded-2xl bg-white4 p-3 px-4 flex flex-col gap-6", children: (c = n == null ? void 0 : n.subcategories) == null ? void 0 : c.map((m, h) => /* @__PURE__ */ e(
89
+ "a",
90
+ {
91
+ href: (m == null ? void 0 : m.link) || "/",
92
+ className: "w-full flex justify-between",
93
+ children: m == null ? void 0 : m.title
94
+ },
95
+ h
96
+ )) })
97
+ },
98
+ s
99
+ );
100
+ })
101
+ ] }) })
102
+ }
103
+ );
104
+ }, ga = ({
105
+ sections: o,
106
+ darkTheme: t,
107
+ className: r
108
+ }) => {
109
+ const [a, n] = x(w.MAIN), s = (p) => {
110
+ n(p);
111
+ }, [c, m] = x(void 0), [h, M] = x(!1), b = O(async (p) => {
112
+ if (p.trim())
113
+ try {
114
+ const { data: F } = await R.searchHeader(p);
115
+ m(F), M(!0);
116
+ } catch {
117
+ console.log("Нет результатов");
118
+ }
119
+ }, 500), N = (p) => {
120
+ b(p);
121
+ };
122
+ return H(() => {
123
+ if (a === w.MENU || a === w.SEARCH)
124
+ return document.body.style.overflow = "hidden", () => {
125
+ document.body.style.overflow = "";
126
+ };
127
+ }, [a]), /* @__PURE__ */ i(
128
+ "div",
129
+ {
130
+ className: d(
131
+ "w-full left-0 right-0 max-w-full overflow-hidden",
132
+ r
133
+ ),
134
+ children: [
135
+ /* @__PURE__ */ e(
136
+ Y,
137
+ {
138
+ render: a,
139
+ show: s,
140
+ darkEffect: t,
141
+ setSearchValue: N
142
+ }
143
+ ),
144
+ /* @__PURE__ */ e(
145
+ xa,
146
+ {
147
+ show: s,
148
+ sectionsData: Array.isArray(o) ? o : [o],
149
+ className: "top-[56px]",
150
+ render: a
151
+ }
152
+ ),
153
+ /* @__PURE__ */ e(
154
+ ma,
155
+ {
156
+ render: a,
157
+ show: s,
158
+ results: c,
159
+ showResults: h
160
+ }
161
+ )
162
+ ]
163
+ }
164
+ );
165
+ }, fa = ({ sections: o, darkTheme: t }) => {
166
+ const r = I(960);
167
+ return /* @__PURE__ */ e(_, { children: r ? /* @__PURE__ */ e(
168
+ ga,
169
+ {
170
+ sections: o,
171
+ darkTheme: t,
172
+ className: "fixed top-0 z-[9999] w-full"
173
+ }
174
+ ) : /* @__PURE__ */ e(
175
+ "div",
176
+ {
177
+ className: d(
178
+ "fixed top-0 z-[9999] w-full h-[70px] bg-white flex items-center justify-center py-[9px]"
179
+ ),
180
+ children: /* @__PURE__ */ e(
181
+ la,
182
+ {
183
+ sections: o,
184
+ darkTheme: t
185
+ }
186
+ )
187
+ }
188
+ ) });
189
+ }, ua = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYxODBfMjc4KSI+CjxwYXRoIGQ9Ik0xNS4zMzM3IDQuNjY2NjlIMTIuNjY3QzEyLjAzODUgNC42NjY2OSAxMS43MjQyIDQuNjY2NjkgMTEuNTI4OSA0LjQ3MTQyQzExLjMzMzcgNC4yNzYxNiAxMS4zMzM3IDMuOTYxODkgMTEuMzMzNyAzLjMzMzM1VjAuNjY2Njg3TTE1LjMzMzcgMTEuMzMzNEgxMi42NjdDMTIuMDM4NSAxMS4zMzM0IDExLjcyNDIgMTEuMzMzNCAxMS41Mjg5IDExLjUyODZDMTEuMzMzNyAxMS43MjM5IDExLjMzMzcgMTIuMDM4MSAxMS4zMzM3IDEyLjY2NjdWMTUuMzMzNE00LjY2Njk5IDE1LjMzMzRWMTIuNjY2N0M0LjY2Njk5IDEyLjAzODEgNC42NjY5OSAxMS43MjM5IDQuNDcxNzMgMTEuNTI4NkM0LjI3NjQ3IDExLjMzMzQgMy45NjIyIDExLjMzMzQgMy4zMzM2NiAxMS4zMzM0SDAuNjY2OTkyTTQuNjY2OTkgMC42NjY2ODdWMy4zMzMzNUM0LjY2Njk5IDMuOTYxODkgNC42NjY5OSA0LjI3NjE2IDQuNDcxNzMgNC40NzE0MkM0LjI3NjQ3IDQuNjY2NjkgMy45NjIyIDQuNjY2NjkgMy4zMzM2NiA0LjY2NjY5SDAuNjY2OTkyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF82MTgwXzI3OCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K", ha = ["title", "subtitle", "count_color", "image", "id"], ba = {
190
+ title: l.TITLE,
191
+ subtitle: l.DESCRIPTION,
192
+ count_color: l.COLOR,
193
+ image: l.FILE,
194
+ id: l.NUMBER
195
+ }, C = ({
196
+ title: o,
197
+ subtitle: t,
198
+ count_color: r,
199
+ image: a,
200
+ id: n
201
+ }) => {
202
+ const [s, c] = x(!1);
203
+ return /* @__PURE__ */ i("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
204
+ /* @__PURE__ */ i("div", { className: "relative w-full h-[256px]", children: [
205
+ /* @__PURE__ */ e(
206
+ f,
207
+ {
208
+ src: a,
209
+ alt: o,
210
+ className: "w-full h-full",
211
+ imageStyles: "object-cover"
212
+ }
213
+ ),
214
+ n && /* @__PURE__ */ e(
215
+ "div",
216
+ {
217
+ className: `absolute top-[26px] left-[36px] text-[20px] leading-[32px] text-white
218
+ px-[18px] rounded-[100px]`,
219
+ style: { background: r },
220
+ children: n
221
+ }
222
+ ),
223
+ /* @__PURE__ */ i(
224
+ "button",
225
+ {
226
+ className: `absolute top-[26px] right-[36px] w-fit flex items-center gap-[4px] py-[8px] px-[10px]
227
+ bg-translucentBlack rounded-[100px] cursor-pointer`,
228
+ onClick: () => {
229
+ a && (c(!0), document.body.style.overflow = "hidden");
230
+ },
231
+ children: [
232
+ /* @__PURE__ */ e("p", { className: "text-[14px] leading-[20px] text-white", children: "Показать" }),
233
+ /* @__PURE__ */ e(
234
+ f,
235
+ {
236
+ src: ua,
237
+ alt: "show"
238
+ }
239
+ )
240
+ ]
241
+ }
242
+ )
243
+ ] }),
244
+ /* @__PURE__ */ i("div", { className: "bg-white px-[24px] py-[32px] flex flex-col flex-grow gap-[8px]", children: [
245
+ o && /* @__PURE__ */ e("p", { className: "text-[24px] leading-[32px] font-bold", children: o }),
246
+ t && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] text-graySoft2", children: t })
247
+ ] }),
248
+ /* @__PURE__ */ e(
249
+ ca,
250
+ {
251
+ show: s,
252
+ image: a,
253
+ title: o,
254
+ onClose: () => {
255
+ c(!1), document.body.style.overflow = "auto";
256
+ }
257
+ }
258
+ )
259
+ ] });
260
+ };
261
+ C.propsToEdit = ha;
262
+ const Na = ["title", "cards", D], to = {
263
+ type: "cards",
264
+ label: "Карточки",
265
+ dataType: "array",
266
+ data: {
267
+ ...ba
268
+ }
269
+ }, v = ({
270
+ title: o,
271
+ cards: t,
272
+ button: r
273
+ }) => /* @__PURE__ */ i(g, { className: "flex flex-col items-center", children: [
274
+ o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[54px] font-bold text-center mb-[48px]", children: o }),
275
+ /* @__PURE__ */ e("div", { className: "flex flex-row max-tablet:flex-col items-stretch gap-[24px]", children: t == null ? void 0 : t.map((a) => /* @__PURE__ */ e(
276
+ C,
277
+ {
278
+ ...a
279
+ },
280
+ a == null ? void 0 : a.id
281
+ )) }),
282
+ /* @__PURE__ */ e(y, { ...r })
283
+ ] });
284
+ v.propsToEdit = Na;
285
+ const wa = ["title", "subtitle", "image", "button", "id"], Ma = {
286
+ title: l.TITLE,
287
+ subtitle: l.DESCRIPTION,
288
+ image: l.FILE,
289
+ button: Q
290
+ }, E = ({ title: o, subtitle: t, image: r, button: a }) => /* @__PURE__ */ i("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
291
+ /* @__PURE__ */ e("div", { className: "relative w-full h-[256px]", children: /* @__PURE__ */ e(
292
+ f,
293
+ {
294
+ src: r,
295
+ alt: o,
296
+ className: "w-full h-full",
297
+ imageStyles: "object-cover"
298
+ }
299
+ ) }),
300
+ /* @__PURE__ */ i("div", { className: "bg-white p-[32px] flex flex-col gap-[8px] h-full", children: [
301
+ o && /* @__PURE__ */ e("p", { className: "text-[24px] leading-[32px] font-bold", children: o }),
302
+ t && /* @__PURE__ */ e("p", { className: "text-[14px] leading-[20px] text-graySoft", children: t }),
303
+ ((a == null ? void 0 : a.title) || (a == null ? void 0 : a.children)) && /* @__PURE__ */ e(y, { ...a })
304
+ ] })
305
+ ] });
306
+ E.propsToEdit = wa;
307
+ const ya = {
308
+ type: "cards",
309
+ dataType: "array",
310
+ label: "Карточки",
311
+ data: {
312
+ ...Ma
313
+ }
314
+ }, Ia = ["title", ya, D, "grid"], S = ({
315
+ title: o,
316
+ cards: t,
317
+ button: r,
318
+ grid: a = 3
319
+ }) => /* @__PURE__ */ i(g, { className: "flex flex-col items-center", children: [
320
+ o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: o }),
321
+ /* @__PURE__ */ e("div", { className: `grid grid-cols-${a} items-stretch gap-[24px]`, children: t == null ? void 0 : t.map((n, s) => /* @__PURE__ */ e(
322
+ E,
323
+ {
324
+ ...n
325
+ },
326
+ s
327
+ )) }),
328
+ (r.title || r.children) && /* @__PURE__ */ e(y, { ...r })
329
+ ] });
330
+ S.propsToEdit = Ia;
331
+ const u = ({
332
+ label: o,
333
+ type: t
334
+ }) => ({
335
+ dataType: l.BOOLEAN,
336
+ label: o,
337
+ type: t
338
+ }), La = {
339
+ type: "cards",
340
+ label: "Карточки информации",
341
+ dataType: "array",
342
+ data: we
343
+ }, Ta = u({
344
+ label: "Светлый вариант",
345
+ type: "isLight"
346
+ }), Da = u({
347
+ label: "Светлый заголовок",
348
+ type: "isLightTitle"
349
+ }), Ca = ["title", La, Ta, Da], j = ({
350
+ title: o,
351
+ cards: t,
352
+ isLight: r,
353
+ isLightTitle: a
354
+ }) => {
355
+ const n = I(960);
356
+ return /* @__PURE__ */ e(g, { children: /* @__PURE__ */ i("div", { className: d("w-full"), children: [
357
+ o && /* @__PURE__ */ e(
358
+ "p",
359
+ {
360
+ className: d(
361
+ "text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]",
362
+ { "text-white4": a }
363
+ ),
364
+ children: o
365
+ }
366
+ ),
367
+ /* @__PURE__ */ e("div", { className: d("flex flex-col gap-[40px] w-full"), children: t == null ? void 0 : t.map((s, c) => /* @__PURE__ */ e(
368
+ Ne,
369
+ {
370
+ data: s,
371
+ isTextLast: n ? !1 : c % 2 === 1,
372
+ isLight: r
373
+ },
374
+ c
375
+ )) })
376
+ ] }) });
377
+ };
378
+ j.propsToEdit = Ca;
379
+ const va = u({
380
+ label: "Большой текст",
381
+ type: "is_big"
382
+ }), Ea = {
383
+ type: "texts",
384
+ label: "Тексты",
385
+ dataType: "array",
386
+ data: {
387
+ title: l.TITLE,
388
+ is_big: va
389
+ }
390
+ }, Sa = ["image", "image_mob", Ea], k = ({ image: o, image_mob: t, texts: r }) => {
391
+ const a = I(960);
392
+ return /* @__PURE__ */ e(
393
+ g,
394
+ {
395
+ 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",
396
+ style: {
397
+ backgroundImage: `url(${a ? t : o})`
398
+ },
399
+ children: r == null ? void 0 : r.map((n, s) => /* @__PURE__ */ e(
400
+ "p",
401
+ {
402
+ className: d(
403
+ "text-[15px] leading-[22px] text-white break-words whitespace-normal max-w-full overflow-hidden",
404
+ {
405
+ "text-[72px] leading-[32px] font-bold text-white max-tablet:text-[32px] max-tablet:leading-[32px] max-tablet:h-[57px] max-tablet:break-words": n == null ? void 0 : n.is_big
406
+ }
407
+ ),
408
+ children: n == null ? void 0 : n.title
409
+ },
410
+ s
411
+ ))
412
+ }
413
+ );
414
+ };
415
+ k.propsToEdit = Sa;
416
+ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2NzMgMS41NTMyMkw1Ljc3ODQzIDEwLjQ0MjNMMS4zMzM5OCA1Ljk5Nzg4IiBzdHJva2U9IiMxNkEzNEEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K", ka = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAxLjQ0NjA0TDE2LjUgMTYuNDQ2TTE2LjUgMS40NDYwNEwxLjUgMTYuNDQ2IiBzdHJva2U9IiNFRjQ0NDQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K", Ba = u({
417
+ label: "Маркированный",
418
+ type: "is_marked"
419
+ }), za = {
420
+ title: l.TITLE,
421
+ columns: {
422
+ type: "columns",
423
+ label: "Колонки",
424
+ dataType: "array",
425
+ data: {
426
+ title: l.TITLE,
427
+ description: l.DESCRIPTION,
428
+ is_marked: Ba
429
+ }
430
+ }
431
+ }, Pa = ({ title: o, columns: t, className: r }) => /* @__PURE__ */ i(
432
+ "div",
433
+ {
434
+ className: d(
435
+ "w-full grid grid-cols-[200px_3fr] gap-[24px] border-b border-greyLight",
436
+ "max-tablet:last:border-none",
437
+ "max-tablet:grid-cols-[170px_3fr] max-tablet:gap-0 max-tablet:w-fit",
438
+ r
439
+ ),
440
+ children: [
441
+ /* @__PURE__ */ e(
442
+ "p",
443
+ {
444
+ className: d(
445
+ "sticky left-0 top-0 z-10 bg-white font-medium text-[18px] leading-[24px] text-graySoft3 border-r border-greyLight",
446
+ "py-[24px] px-[32px] max-tablet:w-[170px] max-tablet:px-4 whitespace-normal"
447
+ ),
448
+ children: o
449
+ }
450
+ ),
451
+ /* @__PURE__ */ e(
452
+ "div",
453
+ {
454
+ className: d(
455
+ "grid grid-cols-[repeat(4,1fr)] max-tablet:grid-cols-[repeat(4,134px)] gap-[24px] max-tablet:gap-0 w-full"
456
+ ),
457
+ children: t == null ? void 0 : t.map((a) => /* @__PURE__ */ i(
458
+ "div",
459
+ {
460
+ className: d(
461
+ "w-full flex flex-col gap-2",
462
+ "py-[24px] max-tablet:last:py-[10px] max-tablet:px-[12px] max-tablet:last:pb-0 max-tablet:w-134px]"
463
+ ),
464
+ children: [
465
+ /* @__PURE__ */ i("div", { className: "flex flex-row items-start gap-2 w-[240px] max-tablet:w-full", children: [
466
+ (a == null ? void 0 : a.is_marked) === null ? null : a != null && a.is_marked ? /* @__PURE__ */ e(
467
+ f,
468
+ {
469
+ src: ja,
470
+ alt: "check",
471
+ width: 20,
472
+ height: 20,
473
+ className: "flex items-center justify-center"
474
+ }
475
+ ) : /* @__PURE__ */ e(
476
+ f,
477
+ {
478
+ src: ka,
479
+ alt: "cross",
480
+ width: 20,
481
+ height: 20,
482
+ className: "flex items-center justify-center"
483
+ }
484
+ ),
485
+ (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 })
486
+ ] }),
487
+ (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 })
488
+ ]
489
+ },
490
+ a == null ? void 0 : a.id
491
+ ))
492
+ }
493
+ )
494
+ ]
495
+ }
496
+ ), Aa = {
497
+ type: "table",
498
+ label: "Таблица",
499
+ dataType: "object",
500
+ data: {
501
+ keys: {
502
+ image: l.FILE,
503
+ image_mob: l.FILE,
504
+ warning: {
505
+ dataType: l.OBJECT,
506
+ label: "Предупреждение",
507
+ type: "warning",
508
+ keys: {
509
+ warning_title: l.TITLE,
510
+ warning_description: l.DESCRIPTION
511
+ }
512
+ }
513
+ }
514
+ }
515
+ }, Fa = {
516
+ type: "rows",
517
+ label: "Строки таблицы",
518
+ dataType: "array",
519
+ data: za
520
+ }, _a = ["title", Aa, Fa], B = ({ title: o, table: t, rows: r }) => {
521
+ var a;
522
+ return /* @__PURE__ */ i(g, { children: [
523
+ o && /* @__PURE__ */ e(
524
+ "p",
525
+ {
526
+ className: d(
527
+ "text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]"
528
+ ),
529
+ children: o
530
+ }
531
+ ),
532
+ /* @__PURE__ */ i("div", { className: "bg-white rounded-[20px] overflow-hidden p-8 md:p-6", children: [
533
+ /* @__PURE__ */ e(
534
+ "div",
535
+ {
536
+ className: d("overflow-x-auto whitespace-nowrap custom-scrollbar"),
537
+ children: /* @__PURE__ */ e("div", { className: "bg-white rounded-[20px] w-full", children: r == null ? void 0 : r.map((n) => /* @__PURE__ */ e(
538
+ Pa,
539
+ {
540
+ id: n == null ? void 0 : n.id,
541
+ title: n == null ? void 0 : n.title,
542
+ description: n == null ? void 0 : n.description,
543
+ columns: n == null ? void 0 : n.columns,
544
+ className: d({
545
+ "border-b border-[#E6E8EB]": !(t != null && t.warning)
546
+ })
547
+ },
548
+ n == null ? void 0 : n.id
549
+ )) })
550
+ }
551
+ ),
552
+ ((a = t == null ? void 0 : t.warning) == null ? void 0 : a.warning_description) && /* @__PURE__ */ e("div", { className: "mt-4", children: /* @__PURE__ */ e(
553
+ da,
554
+ {
555
+ className: "!flex-[1_1_100%] bg-white",
556
+ title: t.warning.warning_title,
557
+ description: t.warning.warning_description
558
+ }
559
+ ) })
560
+ ] })
561
+ ] });
562
+ };
563
+ B.propsToEdit = _a;
564
+ const L = ({
565
+ label: o,
566
+ type: t
567
+ }) => ({
568
+ dataType: l.NUMBER,
569
+ label: o,
570
+ type: t
571
+ }), Ha = {
572
+ type: "cards",
573
+ label: "Карточки слайдера",
574
+ dataType: "array",
575
+ data: {
576
+ description: l.DESCRIPTION,
577
+ image: l.FILE
578
+ }
579
+ }, Oa = u({
580
+ label: "Автоматический переход",
581
+ type: "autoplay"
582
+ }), Ra = L({
583
+ label: "Задержка автоматического перехода",
584
+ type: "autoplayDelay"
585
+ }), Ya = L({
586
+ label: "Количество слайдов на экране",
587
+ type: "perViewScreens"
588
+ }), Za = L({
589
+ label: "Высота карточки",
590
+ type: "cardHeight"
591
+ }), Va = [
592
+ "title",
593
+ Ha,
594
+ Za,
595
+ Oa,
596
+ Ra,
597
+ Ya
598
+ ], z = ({
599
+ title: o,
600
+ cards: t,
601
+ card_height: r,
602
+ autoplay: a,
603
+ autoplayDelay: n = 2e3,
604
+ perViewScreens: s
605
+ }) => {
606
+ const [c, m] = x(0), M = a ? {
607
+ delay: n,
608
+ disableOnInteraction: !1,
609
+ waitForTransition: !0
610
+ } : !1, b = T(null), N = T(null);
611
+ return /* @__PURE__ */ i(g, { children: [
612
+ o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: o }),
613
+ /* @__PURE__ */ i("div", { className: "relative w-full", children: [
614
+ /* @__PURE__ */ e(
615
+ Ie,
616
+ {
617
+ modules: [Le, me],
618
+ spaceBetween: 24,
619
+ slidesPerView: s,
620
+ slidesPerGroup: 1,
621
+ navigation: {
622
+ nextEl: b.current,
623
+ prevEl: N.current
624
+ },
625
+ onBeforeInit: (p) => {
626
+ p.params.navigation && typeof p.params.navigation != "boolean" && (p.params.navigation.nextEl = b.current, p.params.navigation.prevEl = N.current);
627
+ },
628
+ pagination: { clickable: !0 },
629
+ onSlideChange: (p) => m(p.realIndex),
630
+ autoplay: M,
631
+ children: t == null ? void 0 : t.map((p) => /* @__PURE__ */ e(Te, { children: /* @__PURE__ */ e(
632
+ pa,
633
+ {
634
+ height: r,
635
+ image: p == null ? void 0 : p.image,
636
+ description: p == null ? void 0 : p.description
637
+ }
638
+ ) }, p.id))
639
+ }
640
+ ),
641
+ /* @__PURE__ */ e(
642
+ "button",
643
+ {
644
+ ref: N,
645
+ className: "custom-prev absolute left-0 top-[50%] translate-y-[-50%] translate-x-[-50%] z-10 p-[8px] rounded-[50%] bg-white",
646
+ children: /* @__PURE__ */ e(xe, { size: 24 })
647
+ }
648
+ ),
649
+ /* @__PURE__ */ e(
650
+ "button",
651
+ {
652
+ ref: b,
653
+ className: "custom-next p-[8px] absolute right-0 top-[50%] translate-y-[-50%] translate-x-[50%] z-10 rounded-[50%] bg-white",
654
+ children: /* @__PURE__ */ e(ge, { size: 24 })
655
+ }
656
+ )
657
+ ] }),
658
+ t.length > 1 && /* @__PURE__ */ e(
659
+ sa,
660
+ {
661
+ count: t.length - (s - 1),
662
+ active: c,
663
+ activeColor: "#16A34A",
664
+ anActiveColor: "#A6B2BA",
665
+ className: "mt-[24px]"
666
+ }
667
+ )
668
+ ] });
669
+ };
670
+ z.propsToEdit = Va;
671
+ const Qa = ({
672
+ color: o = "#40474F",
673
+ size: t = 24,
674
+ ...r
675
+ }) => /* @__PURE__ */ e(
676
+ "svg",
677
+ {
678
+ xmlns: "http://www.w3.org/2000/svg",
679
+ width: t,
680
+ height: t,
681
+ viewBox: "0 0 16 16",
682
+ fill: "none",
683
+ ...r,
684
+ children: /* @__PURE__ */ e(
685
+ "path",
686
+ {
687
+ d: "M12.6666 5.7334L8.65995 9.7401C8.34884 10.0512 8.19328 10.2068 7.99998 10.2068C7.80668 10.2068 7.65113 10.0512 7.34001 9.7401L3.33331 5.7334",
688
+ stroke: o || "currentColor",
689
+ "stroke-width": "2",
690
+ "stroke-linejoin": "round"
691
+ }
692
+ )
693
+ }
694
+ );
695
+ const oo = {
696
+ title: l.TITLE,
697
+ htmlContent: l.HTML_CONTENT,
698
+ image: l.FILE,
699
+ isTextLast: l.BOOLEAN,
700
+ turnover: l.BOOLEAN
701
+ }, Wa = u({
702
+ label: "Текст в конце",
703
+ type: "isTextLast"
704
+ }), Ua = [
705
+ "title",
706
+ "htmlContent",
707
+ "image",
708
+ Wa,
709
+ l.TURN_OVER
710
+ ], P = ({
711
+ htmlContent: o,
712
+ image: t,
713
+ title: r,
714
+ isTextLast: a,
715
+ turnover: n
716
+ }) => {
717
+ const [s, c] = x(!1);
718
+ return /* @__PURE__ */ i("div", { className: "relative w-full rounded-[20px] flex items-center justify-between gap-[100px] bg-white overflow-hidden max-tablet:flex-col max-tablet:gap-0", children: [
719
+ /* @__PURE__ */ i(
720
+ "div",
721
+ {
722
+ className: d(
723
+ "h-full py-[32px] pr-[64px] pl-[48px] max-tablet:p-[32px] max-tablet:order-1 max-tablet:w-full",
724
+ {
725
+ "order-1": a
726
+ }
727
+ ),
728
+ children: [
729
+ /* @__PURE__ */ i("div", { className: "h-full flex flex-col gap-[24px]", children: [
730
+ /* @__PURE__ */ e("p", { className: "text-[32px] leading-[40px] font-bold text-black5 max-tablet:text-[22px] max-tablet:leading-[26px]", children: r }),
731
+ /* @__PURE__ */ e(
732
+ "div",
733
+ {
734
+ className: d(
735
+ "max-h-[98px] overflow-hidden max-tablet:text-[95px] transition-[max-height] duration-500 ease-in-out",
736
+ {
737
+ "max-h-[1000px]": s
738
+ }
739
+ ),
740
+ children: /* @__PURE__ */ e(
741
+ V,
742
+ {
743
+ className: "htmlContent",
744
+ data: o
745
+ }
746
+ )
747
+ }
748
+ )
749
+ ] }),
750
+ /* @__PURE__ */ i(
751
+ "button",
752
+ {
753
+ className: "flex items-center gap-2 px-6 bg-none border-none cursor-pointer transition-all duration-500 ease-in-out",
754
+ onClick: () => c(!s),
755
+ children: [
756
+ /* @__PURE__ */ e("p", { className: "text-[16px] text-deepBlue leading-[24px] font-medium text-lightBlue6 transition-all duration-500 ease-in-out whitespace-nowrap mt-[12px]", children: s ? "Скрыть" : "Показать больше" }),
757
+ /* @__PURE__ */ e(
758
+ Qa,
759
+ {
760
+ size: 16,
761
+ color: "#3B82F6",
762
+ className: d(
763
+ s ? "transition-all duration-500 rotate-180" : "transition-all duration-500",
764
+ "mt-[12px]"
765
+ )
766
+ }
767
+ )
768
+ ]
769
+ }
770
+ )
771
+ ]
772
+ }
773
+ ),
774
+ t && /* @__PURE__ */ e(
775
+ f,
776
+ {
777
+ src: t,
778
+ alt: r,
779
+ width: 453,
780
+ className: d(
781
+ "absolute right-0 bottom-0 h-auto flex items-end max-tablet:relative"
782
+ ),
783
+ imageStyles: d(
784
+ "object-contain",
785
+ n && "object-bottom",
786
+ s && "object-bottom"
787
+ )
788
+ }
789
+ )
790
+ ] });
791
+ };
792
+ P.propsToEdit = Ua;
793
+ const Ga = {
794
+ type: "cards",
795
+ label: "Карточки задач",
796
+ dataType: "array",
797
+ data: {
798
+ title: l.TITLE,
799
+ description: l.HTML_CONTENT,
800
+ image: l.FILE,
801
+ icon: l.FILE,
802
+ is_black: l.BOOLEAN,
803
+ is_promo: l.BOOLEAN,
804
+ is_yellow: l.BOOLEAN
805
+ }
806
+ }, $a = ["title", Ga], A = ({ title: o, cards: t }) => /* @__PURE__ */ i(g, { children: [
807
+ o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-[#0e0f11] text-center mb-[48px] max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px] [font-variant-numeric:lining-nums_tabular-nums_stacked-fractions] [font-feature-settings:'liga'_off,'clig'_off]", children: o }),
808
+ /* @__PURE__ */ e("div", { className: "flex flex-col gap-[40px] w-full", children: t == null ? void 0 : t.map((r, a) => {
809
+ const n = a === 0;
810
+ return /* @__PURE__ */ e(
811
+ P,
812
+ {
813
+ title: r.title,
814
+ description: r.description,
815
+ image: r == null ? void 0 : r.image,
816
+ isFirst: n
817
+ },
818
+ a
819
+ );
820
+ }) })
821
+ ] });
822
+ A.propsToEdit = $a;
823
+ const no = {
824
+ MainBanner: { key: "MainBanner", component: te },
825
+ Banner: { key: "Banner", component: Z },
826
+ CardImageList: { key: "CardImageList", component: ae },
827
+ Stepper: { key: "Stepper", component: W },
828
+ Segments: { key: "Segments", component: U },
829
+ VideoFull: { key: "VideoFull", component: G },
830
+ VideoList: { key: "VideoList", component: $ },
831
+ VideoListMini: { key: "VideoListMini", component: J },
832
+ ContentCardList: { key: "ContentCardList", component: K },
833
+ CardIconList: { key: "CardIconList", component: X },
834
+ MultiCards: { key: "MultiCards", component: q },
835
+ Partners: { key: "Partners", component: ee },
836
+ PartnersColors: { key: "PartnersColors", component: re },
837
+ WarningCard: { key: "WarningCard", component: le },
838
+ Faq: { key: "Faq", component: oe },
839
+ DownloadFileBanner: {
840
+ key: "DownloadFileBanner",
841
+ component: ie
842
+ },
843
+ DownloadFileHalf: { key: "DownloadFileHalf", component: pe },
844
+ DownloadFileFull: { key: "DownloadFileFull", component: se },
845
+ DownloadFileMini: { key: "DownloadFileMini", component: de },
846
+ InstructionList: { key: "InstructionList", component: v },
847
+ PreviewList: { key: "PreviewList", component: S },
848
+ SwiperList: { key: "SwiperList", component: z },
849
+ AnimatedSwiper: { key: "AnimatedSwiper", component: fe },
850
+ InfoBannerList: { key: "InfoBannerList", component: j },
851
+ TasksBannerList: { key: "TasksBannerList", component: A },
852
+ VideoMainBanner: { key: "VideoMainBanner", component: De },
853
+ Space: { key: "Space", component: ye },
854
+ PromoPoster: { key: "PromoPoster", component: k },
855
+ CardImageSecondaryList: {
856
+ key: "CardImageSecondaryList",
857
+ component: ue
858
+ },
859
+ CardInfoTable: { key: "CardInfoTable", component: he },
860
+ StandartTable: { key: "StandartTable", component: B },
861
+ IntroBanner: { key: "IntroBanner", component: Me },
862
+ DownloadFileBright: {
863
+ key: "DownloadFileBright",
864
+ component: be
865
+ },
866
+ Header: { key: "Header", component: fa },
867
+ Footer: { key: "Footer", component: ia }
868
+ }, ro = {
869
+ MainBanner: Ce.component_props,
870
+ Banner: ve.component_props,
871
+ CardImageList: Ee.component_props,
872
+ Stepper: Se.component_props,
873
+ Segments: je.component_props,
874
+ VideoFull: ke.component_props,
875
+ VideoList: Be.component_props,
876
+ VideoListMini: ze.component_props,
877
+ ContentCardList: Pe.component_props,
878
+ CardIconList: Ae.component_props,
879
+ MultiCards: Fe.component_props,
880
+ Partners: _e.component_props,
881
+ PartnersColors: He.component_props,
882
+ WarningCard: Oe.component_props,
883
+ Faq: Re.component_props,
884
+ DownloadFileBanner: Ye.component_props,
885
+ DownloadFileHalf: Ze.component_props,
886
+ DownloadFileFull: Ve.component_props,
887
+ DownloadFileMini: Qe.component_props,
888
+ InstructionList: We.component_props,
889
+ PreviewList: Ue.component_props,
890
+ SwiperList: Ge.component_props,
891
+ AnimatedSwiper: $e.component_props,
892
+ InfoBannerList: Je.component_props,
893
+ TasksBannerList: Ke.component_props,
894
+ VideoMainBanner: Xe.component_props,
895
+ EmptyBox: qe.component_props,
896
+ PromoPoster: ea.component_props,
897
+ CardImageSecondaryList: aa.component_props,
898
+ CardInfoTable: ta.component_props,
899
+ StandartTable: oa.component_props,
900
+ IntroBanner: na.component_props,
901
+ DownloadFileBright: ra.component_props
902
+ };
903
+ export {
904
+ ro as A,
905
+ za as C,
906
+ fa as H,
907
+ v as I,
908
+ S as P,
909
+ z as S,
910
+ A as T,
911
+ j as a,
912
+ k as b,
913
+ B as c,
914
+ C as d,
915
+ E as e,
916
+ no as f,
917
+ xa as g,
918
+ ga as h,
919
+ ba as i,
920
+ to as j,
921
+ Ma as k,
922
+ Pa as l,
923
+ oo as m,
924
+ P as n
925
+ };