md-components-mdigial-azamat 0.0.44 → 0.0.46

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 (144) hide show
  1. package/dist/AllComponents.js +167 -34
  2. package/dist/AllComponentsInfo.js +95 -0
  3. package/dist/AnimatedSwiper/index.js +139 -10
  4. package/dist/AnimatedSwiper/info.js +11 -0
  5. package/dist/Banner/Banner.js +4 -3
  6. package/dist/Banner/info.js +11 -0
  7. package/dist/BannerAndText/index.js +2 -1
  8. package/dist/BannerAndText/info.js +11 -0
  9. package/dist/CardIconList/CardIconList.js +3 -2
  10. package/dist/CardIconList/info.js +11 -0
  11. package/dist/CardImageList/CardImageList.js +4 -3
  12. package/dist/CardImageList/info.js +11 -0
  13. package/dist/CardImageSecondary/CardImageSecondary.js +2 -1
  14. package/dist/CardImageSecondary/info.js +11 -0
  15. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +8 -7
  16. package/dist/CardImageSecondaryList/info.js +11 -0
  17. package/dist/CardInfoTable/index.js +4 -3
  18. package/dist/CardInfoTable/info.js +11 -0
  19. package/dist/Cards/CardImage/CardImage.js +2 -1
  20. package/dist/Cards/CardImage/info.js +11 -0
  21. package/dist/Cards/ColoredCard/index.js +2 -1
  22. package/dist/Cards/ColoredCard/info.js +11 -0
  23. package/dist/Cards/ContentCard/ContentCard.js +36 -35
  24. package/dist/Cards/ContentCard/info.js +11 -0
  25. package/dist/Cards/FeaturesCard/index.js +3 -2
  26. package/dist/Cards/FeaturesCard/info.js +11 -0
  27. package/dist/Cards/WarningCard/WarningCard.js +7 -6
  28. package/dist/Cards/WarningCard/info.js +11 -0
  29. package/dist/ContentCardList/ContentCardList.js +23 -19
  30. package/dist/ContentCardList/info.js +11 -0
  31. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +3 -2
  32. package/dist/DownloadFile/components/DownloadFileBanner/info.js +11 -0
  33. package/dist/DownloadFile/components/DownloadFileBright/index.js +3 -2
  34. package/dist/DownloadFile/components/DownloadFileBright/info.js +11 -0
  35. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +4 -3
  36. package/dist/DownloadFile/components/DownloadFileFull/info.js +11 -0
  37. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +4 -3
  38. package/dist/DownloadFile/components/DownloadFileHalf/info.js +11 -0
  39. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +5 -4
  40. package/dist/DownloadFile/components/DownloadFileMini/info.js +11 -0
  41. package/dist/Faq/Faq.js +2 -1
  42. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +2 -2
  43. package/dist/Faq/info.js +11 -0
  44. package/dist/Footer/Footer.js +96 -54
  45. package/dist/Footer/info.js +10 -0
  46. package/dist/Header/Header.js +60 -6
  47. package/dist/Header/components/HeaderCard/HeaderCard.js +2 -2
  48. package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +1 -1
  49. package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +52 -45
  50. package/dist/Header/components/HeaderMobile/HeaderMobile.js +71 -9
  51. package/dist/Header/components/HeaderMobile/index.js +1 -1
  52. package/dist/Header/components/HeaderSearch/HeaderSearch.js +157 -11
  53. package/dist/Header/components/HeaderSearch/index.js +2 -2
  54. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +3 -3
  55. package/dist/Header/components/HeaderWeb/HeaderWeb.js +11 -11
  56. package/dist/Header/components/SelectLanguage/SelectLanguage.js +1 -1
  57. package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
  58. package/dist/Header/index.js +2 -2
  59. package/dist/Header/info.js +10 -0
  60. package/dist/HeroPossibilityBanner/index.js +2 -1
  61. package/dist/HeroPossibilityBanner/info.js +11 -0
  62. package/dist/HtmlContent/HtmlContent.js +2 -1
  63. package/dist/HtmlContent/info.js +10 -0
  64. package/dist/InfoBanner/index.js +3 -2
  65. package/dist/InfoBanner/info.js +11 -0
  66. package/dist/InfoBannerList/InfoBannerList.js +49 -7
  67. package/dist/InfoBannerList/index.js +2 -2
  68. package/dist/InfoBannerList/info.js +11 -0
  69. package/dist/InstructionList/InstructionList.js +31 -7
  70. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +80 -47
  71. package/dist/InstructionList/components/InstructionCard/index.js +1 -1
  72. package/dist/InstructionList/index.js +1 -1
  73. package/dist/InstructionList/info.js +11 -0
  74. package/dist/IntroBanner/IntroBanner.js +3 -2
  75. package/dist/IntroBanner/info.js +11 -0
  76. package/dist/MainBanner/MainBanner.js +4 -3
  77. package/dist/MainBanner/info.js +11 -0
  78. package/dist/MultiCards/index.js +2 -1
  79. package/dist/MultiCards/info.js +11 -0
  80. package/dist/PageViewer/PageViewer.js +4 -43
  81. package/dist/PageViewer/renderComponents.js +1 -1
  82. package/dist/Partners/Partners.js +2 -1
  83. package/dist/Partners/info.js +11 -0
  84. package/dist/PartnersColors/PartnersColors.js +2 -1
  85. package/dist/PartnersColors/info.js +11 -0
  86. package/dist/PreviewList/PreviewList.js +31 -6
  87. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +29 -46
  88. package/dist/PreviewList/components/PreviewCard/index.js +2 -2
  89. package/dist/PreviewList/index.js +1 -1
  90. package/dist/PreviewList/info.js +11 -0
  91. package/dist/PromoPoster/PromoPoster.js +45 -7
  92. package/dist/PromoPoster/info.js +11 -0
  93. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  94. package/dist/RenderAllComponents/const.js +1 -1
  95. package/dist/Segments/Segments.js +2 -1
  96. package/dist/Segments/info.js +11 -0
  97. package/dist/Space/Space.js +2 -1
  98. package/dist/Space/info.js +11 -0
  99. package/dist/StandartTable/components/CardMarkedRow/index.js +88 -47
  100. package/dist/StandartTable/components/CardWarning/index.js +2 -2
  101. package/dist/StandartTable/index.js +76 -7
  102. package/dist/StandartTable/info.js +11 -0
  103. package/dist/Stepper/Stepper.js +4 -3
  104. package/dist/Stepper/info.js +11 -0
  105. package/dist/SwiperList/SwiperList.js +119 -11
  106. package/dist/SwiperList/index.js +1 -1
  107. package/dist/SwiperList/info.js +11 -0
  108. package/dist/TasksBanner/TasksBanner.js +132 -9
  109. package/dist/TasksBanner/index.js +2 -2
  110. package/dist/TasksBanner/info.js +11 -0
  111. package/dist/TasksBannerList/TasksBannerList.js +36 -5
  112. package/dist/TasksBannerList/index.js +2 -2
  113. package/dist/TasksBannerList/info.js +11 -0
  114. package/dist/Video/VideoFull/VideoFull.js +2 -1
  115. package/dist/Video/VideoFull/info.js +11 -0
  116. package/dist/Video/VideoList/VideoList.js +2 -1
  117. package/dist/Video/VideoList/info.js +11 -0
  118. package/dist/Video/VideoListMini/VideoListMini.js +2 -1
  119. package/dist/Video/VideoListMini/info.js +11 -0
  120. package/dist/VideoMainBanner/VideoMainBanner.js +18 -17
  121. package/dist/VideoMainBanner/info.js +11 -0
  122. package/dist/clientApi-642fea4b.js +25 -0
  123. package/dist/componentsMap-b3ef1658.js +75 -0
  124. package/dist/{const-637b0dca.js → const-53dff524.js} +3 -3
  125. package/dist/createBoolean-56064b0d.js +12 -0
  126. package/dist/{data.mock-483400cb.js → data.mock-2412b65a.js} +94 -96
  127. package/dist/{index-6af94f99.js → index-10605794.js} +1 -1
  128. package/dist/index-1a32da94.js +4 -0
  129. package/dist/{index-815f0132.js → index-b4c61de3.js} +9 -8
  130. package/dist/index.module-c8833286.js +83 -0
  131. package/dist/{languages-list-8419e560.js → languages-list-87ab3324.js} +2 -2
  132. package/dist/main.js +88 -81
  133. package/dist/{mousewheel-865ae601.js → mousewheel-2cf27f39.js} +1 -1
  134. package/dist/navigation-48c90d3b.js +183 -0
  135. package/dist/routes-76228734.js +109 -0
  136. package/dist/{swiper-react-90953710.js → swiper-react-bfbb44d6.js} +3 -3
  137. package/package.json +1 -1
  138. package/dist/componentsMap-0b4c8ca6.js +0 -68
  139. package/dist/index-3a534581.js +0 -261
  140. package/dist/index-3b24fe0f.js +0 -314
  141. package/dist/index-54813771.js +0 -925
  142. package/dist/routes-382632ac.js +0 -7
  143. /package/dist/assets/{index3.css → TasksBanner.css} +0 -0
  144. /package/dist/assets/{index2.css → navigation.css} +0 -0
@@ -1,46 +1,179 @@
1
- import "./data.mock-483400cb.js";
2
- import "./index-3b24fe0f.js";
3
- import "./Banner/Banner.js";
4
- import "./CardIconList/CardIconList.js";
5
- import "./CardImageList/CardImageList.js";
6
- import "./CardImageSecondaryList/CardImageSecondaryList.js";
7
- import "./CardInfoTable/index.js";
8
- import "./ContentCardList/ContentCardList.js";
9
- import "./DownloadFile/components/DownloadFileBright/index.js";
10
- import "./Faq/Faq.js";
11
- import { f as R, A as S } from "./index-54813771.js";
12
- import "./IntroBanner/IntroBanner.js";
13
- import "./MainBanner/MainBanner.js";
14
- import "./MultiCards/index.js";
15
- import "./Partners/Partners.js";
16
- import "./PartnersColors/PartnersColors.js";
17
- import "./Segments/Segments.js";
18
- import "./Stepper/Stepper.js";
19
- import "./Video/VideoFull/VideoFull.js";
20
- import "./Video/VideoList/VideoList.js";
21
- import "./Video/VideoListMini/VideoListMini.js";
22
- import "./VideoMainBanner/VideoMainBanner.js";
1
+ import { M as o, B as t, C as n, S as r, a as e, V as a, b as i, c as p, d as m, e as s, f as d, P as l, g as c, W as D, F as L, D as f, h as C, i as B, j as F, I as y, k, l as w, A as I, m as S, T as _, n as g, E as M, o as P, p as V, q as u, r as T, s as b, t as A } from "./data.mock-2412b65a.js";
2
+ import H from "./AnimatedSwiper/index.js";
3
+ import { Banner as h } from "./Banner/Banner.js";
4
+ import { CardIconList as q } from "./CardIconList/CardIconList.js";
5
+ import { CardImageList as W } from "./CardImageList/CardImageList.js";
6
+ import { CardImageSecondaryList as v } from "./CardImageSecondaryList/CardImageSecondaryList.js";
7
+ import { CardInfoTable as x } from "./CardInfoTable/index.js";
8
+ import { ContentCardList as E } from "./ContentCardList/ContentCardList.js";
9
+ import { DownloadFileBright as j } from "./DownloadFile/components/DownloadFileBright/index.js";
10
+ import { Faq as z } from "./Faq/Faq.js";
11
+ import { InfoBannerList as G } from "./InfoBannerList/InfoBannerList.js";
12
+ import { IntroBanner as J } from "./IntroBanner/IntroBanner.js";
13
+ import { MainBanner as K } from "./MainBanner/MainBanner.js";
14
+ import { MultiCards as N } from "./MultiCards/index.js";
15
+ import { Partners as O } from "./Partners/Partners.js";
16
+ import { PartnersColors as Q } from "./PartnersColors/PartnersColors.js";
17
+ import { PromoPoster as R } from "./PromoPoster/PromoPoster.js";
18
+ import { Segments as U } from "./Segments/Segments.js";
19
+ import { StandartTable as X } from "./StandartTable/index.js";
20
+ import { Stepper as Y } from "./Stepper/Stepper.js";
21
+ import { SwiperList as Z } from "./SwiperList/SwiperList.js";
22
+ import { TasksBannerList as $ } from "./TasksBannerList/TasksBannerList.js";
23
+ import { VideoFull as oo } from "./Video/VideoFull/VideoFull.js";
24
+ import { VideoList as to } from "./Video/VideoList/VideoList.js";
25
+ import { VideoListMini as no } from "./Video/VideoListMini/VideoListMini.js";
26
+ import { VideoMainBanner as ro } from "./VideoMainBanner/VideoMainBanner.js";
23
27
  import "./ConfigProvider/index.js";
24
28
  import "./BannerAndText/index.js";
25
- import "./Footer/Footer.js";
29
+ import { Header as eo } from "./Header/Header.js";
30
+ import { Footer as ao } from "./Footer/Footer.js";
26
31
  import "./HtmlContent/HtmlContent.js";
32
+ import { InstructionList as io } from "./InstructionList/InstructionList.js";
27
33
  import "./HeroPossibilityBanner/index.js";
34
+ import { PreviewList as po } from "./PreviewList/PreviewList.js";
28
35
  import "./Cards/CardImage/CardImage.js";
29
36
  import "./Cards/ContentCard/ContentCard.js";
30
- import "./Cards/WarningCard/WarningCard.js";
37
+ import { WarningCard as mo } from "./Cards/WarningCard/WarningCard.js";
31
38
  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";
39
+ import "./index-b4c61de3.js";
40
+ import { DownloadFileBanner as so } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
41
+ import { DownloadFileFull as lo } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
42
+ import { DownloadFileHalf as co } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
43
+ import { DownloadFileMini as Do } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
37
44
  import "./Faq/components/Collapse/Collapse.js";
38
45
  import "react/jsx-runtime";
39
46
  import "react";
40
- import "./index-6af94f99.js";
41
- import "./const-637b0dca.js";
42
- import "./Space/Space.js";
47
+ import "./index-10605794.js";
48
+ import "./const-53dff524.js";
49
+ import "./InstructionList/components/InstructionCard/InstructionCard.js";
50
+ import "./PreviewList/components/PreviewCard/PreviewCard.js";
51
+ import { Space as Lo } from "./Space/Space.js";
52
+ import "./AnimatedSwiper/info.js";
53
+ import "./Banner/info.js";
54
+ import "./BannerAndText/info.js";
55
+ import "./CardIconList/info.js";
56
+ import "./CardImageList/info.js";
57
+ import "./CardImageSecondary/info.js";
58
+ import "./CardImageSecondaryList/info.js";
59
+ import "./CardInfoTable/info.js";
60
+ import "./Cards/CardImage/info.js";
61
+ import "./Cards/ColoredCard/info.js";
62
+ import "./Cards/ContentCard/info.js";
63
+ import "./Cards/FeaturesCard/info.js";
64
+ import "./Cards/WarningCard/info.js";
65
+ import "./ContentCardList/info.js";
66
+ import "./DownloadFile/components/DownloadFileBanner/info.js";
67
+ import "./DownloadFile/components/DownloadFileBright/info.js";
68
+ import "./DownloadFile/components/DownloadFileFull/info.js";
69
+ import "./DownloadFile/components/DownloadFileHalf/info.js";
70
+ import "./DownloadFile/components/DownloadFileMini/info.js";
71
+ import "./Faq/info.js";
72
+ import "./Footer/info.js";
73
+ import "./Header/info.js";
74
+ import "./HeroPossibilityBanner/info.js";
75
+ import "./InfoBanner/info.js";
76
+ import "./InfoBannerList/info.js";
77
+ import "./InstructionList/info.js";
78
+ import "./IntroBanner/info.js";
79
+ import "./MainBanner/info.js";
80
+ import "./MultiCards/info.js";
81
+ import "./Partners/info.js";
82
+ import "./PartnersColors/info.js";
83
+ import "./PreviewList/info.js";
84
+ import "./PromoPoster/info.js";
85
+ import "./Segments/info.js";
86
+ import "./Space/info.js";
87
+ import "./StandartTable/info.js";
88
+ import "./Stepper/info.js";
89
+ import "./SwiperList/info.js";
90
+ import "./TasksBanner/info.js";
91
+ import "./TasksBannerList/info.js";
92
+ import "./Video/VideoFull/info.js";
93
+ import "./Video/VideoList/info.js";
94
+ import "./Video/VideoListMini/info.js";
95
+ import "./VideoMainBanner/info.js";
96
+ const nn = {
97
+ MainBanner: { key: "MainBanner", component: K },
98
+ Banner: { key: "Banner", component: h },
99
+ CardImageList: { key: "CardImageList", component: W },
100
+ Stepper: { key: "Stepper", component: Y },
101
+ Segments: { key: "Segments", component: U },
102
+ VideoFull: { key: "VideoFull", component: oo },
103
+ VideoList: { key: "VideoList", component: to },
104
+ VideoListMini: { key: "VideoListMini", component: no },
105
+ ContentCardList: { key: "ContentCardList", component: E },
106
+ CardIconList: { key: "CardIconList", component: q },
107
+ MultiCards: { key: "MultiCards", component: N },
108
+ Partners: { key: "Partners", component: O },
109
+ PartnersColors: { key: "PartnersColors", component: Q },
110
+ WarningCard: { key: "WarningCard", component: mo },
111
+ Faq: { key: "Faq", component: z },
112
+ DownloadFileBanner: {
113
+ key: "DownloadFileBanner",
114
+ component: so
115
+ },
116
+ DownloadFileHalf: { key: "DownloadFileHalf", component: co },
117
+ DownloadFileFull: { key: "DownloadFileFull", component: lo },
118
+ DownloadFileMini: { key: "DownloadFileMini", component: Do },
119
+ InstructionList: { key: "InstructionList", component: io },
120
+ PreviewList: { key: "PreviewList", component: po },
121
+ SwiperList: { key: "SwiperList", component: Z },
122
+ AnimatedSwiper: { key: "AnimatedSwiper", component: H },
123
+ InfoBannerList: { key: "InfoBannerList", component: G },
124
+ TasksBannerList: { key: "TasksBannerList", component: $ },
125
+ VideoMainBanner: { key: "VideoMainBanner", component: ro },
126
+ Space: { key: "Space", component: Lo },
127
+ PromoPoster: { key: "PromoPoster", component: R },
128
+ CardImageSecondaryList: {
129
+ key: "CardImageSecondaryList",
130
+ component: v
131
+ },
132
+ CardInfoTable: { key: "CardInfoTable", component: x },
133
+ StandartTable: { key: "StandartTable", component: X },
134
+ IntroBanner: { key: "IntroBanner", component: J },
135
+ DownloadFileBright: {
136
+ key: "DownloadFileBright",
137
+ component: j
138
+ },
139
+ Header: { key: "Header", component: eo },
140
+ Footer: { key: "Footer", component: ao }
141
+ }, rn = {
142
+ MainBanner: o.component_props,
143
+ Banner: t.component_props,
144
+ CardImageList: n.component_props,
145
+ Stepper: r.component_props,
146
+ Segments: e.component_props,
147
+ VideoFull: a.component_props,
148
+ VideoList: i.component_props,
149
+ VideoListMini: p.component_props,
150
+ ContentCardList: m.component_props,
151
+ CardIconList: s.component_props,
152
+ MultiCards: d.component_props,
153
+ Partners: l.component_props,
154
+ PartnersColors: c.component_props,
155
+ WarningCard: D.component_props,
156
+ Faq: L.component_props,
157
+ DownloadFileBanner: f.component_props,
158
+ DownloadFileHalf: C.component_props,
159
+ DownloadFileFull: B.component_props,
160
+ DownloadFileMini: F.component_props,
161
+ InstructionList: y.component_props,
162
+ PreviewList: k.component_props,
163
+ SwiperList: w.component_props,
164
+ AnimatedSwiper: I.component_props,
165
+ InfoBannerList: S.component_props,
166
+ TasksBannerList: _.component_props,
167
+ VideoMainBanner: g.component_props,
168
+ EmptyBox: M.component_props,
169
+ PromoPoster: P.component_props,
170
+ CardImageSecondaryList: V.component_props,
171
+ CardInfoTable: u.component_props,
172
+ StandartTable: T.component_props,
173
+ IntroBanner: b.component_props,
174
+ DownloadFileBright: A.component_props
175
+ };
43
176
  export {
44
- R as AllComponents,
45
- S as AllComponentsData
177
+ nn as AllComponents,
178
+ rn as AllComponentsData
46
179
  };
@@ -0,0 +1,95 @@
1
+ import { animatedSwiperInfo as o } from "./AnimatedSwiper/info.js";
2
+ import { bannerInfo as r } from "./Banner/info.js";
3
+ import { bannerAndTextInfo as n } from "./BannerAndText/info.js";
4
+ import { cardIconListInfo as i } from "./CardIconList/info.js";
5
+ import { cardImageListInfo as t } from "./CardImageList/info.js";
6
+ import { cardImageSecondaryInfo as m } from "./CardImageSecondary/info.js";
7
+ import { cardImageSecondaryListInfo as e } from "./CardImageSecondaryList/info.js";
8
+ import { cardInfoTableInfo as a } from "./CardInfoTable/info.js";
9
+ import { cardImageInfo as f } from "./Cards/CardImage/info.js";
10
+ import { coloredCardInfo as I } from "./Cards/ColoredCard/info.js";
11
+ import { contentCardInfo as d } from "./Cards/ContentCard/info.js";
12
+ import { featuresCardInfo as p } from "./Cards/FeaturesCard/info.js";
13
+ import { warningCardInfo as s } from "./Cards/WarningCard/info.js";
14
+ import { contentCardListInfo as l } from "./ContentCardList/info.js";
15
+ import { downloadFileBannerInfo as C } from "./DownloadFile/components/DownloadFileBanner/info.js";
16
+ import { downloadFileBrightInfo as B } from "./DownloadFile/components/DownloadFileBright/info.js";
17
+ import { downloadFileFullInfo as L } from "./DownloadFile/components/DownloadFileFull/info.js";
18
+ import { downloadFileHalfInfo as c } from "./DownloadFile/components/DownloadFileHalf/info.js";
19
+ import { downloadFileMiniInfo as w } from "./DownloadFile/components/DownloadFileMini/info.js";
20
+ import { faqInfo as F } from "./Faq/info.js";
21
+ import { footerInfo as g } from "./Footer/info.js";
22
+ import { headerInfo as S } from "./Header/info.js";
23
+ import { heroPossibilityBannerInfo as u } from "./HeroPossibilityBanner/info.js";
24
+ import { htmlContentInfo as b } from "./HtmlContent/info.js";
25
+ import { infoBannerInfo as M } from "./InfoBanner/info.js";
26
+ import { infoBannerListInfo as P } from "./InfoBannerList/info.js";
27
+ import { instructionListInfo as T } from "./InstructionList/info.js";
28
+ import { introBannerInfo as v } from "./IntroBanner/info.js";
29
+ import { mainBannerInfo as y } from "./MainBanner/info.js";
30
+ import { multiCardsInfo as h } from "./MultiCards/info.js";
31
+ import { partnersInfo as D } from "./Partners/info.js";
32
+ import { partnersColorsInfo as H } from "./PartnersColors/info.js";
33
+ import { previewListInfo as k } from "./PreviewList/info.js";
34
+ import { promoPosterInfo as A } from "./PromoPoster/info.js";
35
+ import { segmentsInfo as V } from "./Segments/info.js";
36
+ import { spaceInfo as x } from "./Space/info.js";
37
+ import { standartTableInfo as q } from "./StandartTable/info.js";
38
+ import { stepperInfo as W } from "./Stepper/info.js";
39
+ import { swiperListInfo as j } from "./SwiperList/info.js";
40
+ import { tasksBannerInfo as z } from "./TasksBanner/info.js";
41
+ import { tasksBannerListInfo as E } from "./TasksBannerList/info.js";
42
+ import { videoFullInfo as G } from "./Video/VideoFull/info.js";
43
+ import { videoListInfo as J } from "./Video/VideoList/info.js";
44
+ import { videoListMiniInfo as K } from "./Video/VideoListMini/info.js";
45
+ import { videoMainBannerInfo as N } from "./VideoMainBanner/info.js";
46
+ const Wo = {
47
+ MainBanner: y,
48
+ Banner: r,
49
+ BannerAndText: n,
50
+ CardImageList: t,
51
+ Stepper: W,
52
+ Segments: V,
53
+ VideoFull: G,
54
+ VideoList: J,
55
+ VideoListMini: K,
56
+ ContentCardList: l,
57
+ CardIconList: i,
58
+ MultiCards: h,
59
+ Partners: D,
60
+ PartnersColors: H,
61
+ WarningCard: s,
62
+ Faq: F,
63
+ DownloadFileBanner: C,
64
+ DownloadFileHalf: c,
65
+ DownloadFileFull: L,
66
+ DownloadFileMini: w,
67
+ InstructionList: T,
68
+ PreviewList: k,
69
+ SwiperList: j,
70
+ AnimatedSwiper: o,
71
+ InfoBannerList: P,
72
+ TasksBannerList: E,
73
+ VideoMainBanner: N,
74
+ Space: x,
75
+ PromoPoster: A,
76
+ CardImageSecondaryList: e,
77
+ CardInfoTable: a,
78
+ StandartTable: q,
79
+ IntroBanner: v,
80
+ DownloadFileBright: B,
81
+ Header: S,
82
+ Footer: g,
83
+ HtmlContent: b,
84
+ HeroPossibilityBanner: u,
85
+ CardImage: f,
86
+ ContentCard: d,
87
+ ColoredCard: I,
88
+ FeaturesCard: p,
89
+ InfoBanner: M,
90
+ TasksBanner: z,
91
+ CardImageSecondary: m
92
+ };
93
+ export {
94
+ Wo as AllComponentsInfo
95
+ };
@@ -1,12 +1,141 @@
1
- import "react/jsx-runtime";
2
- import "react";
3
- import { A as l } from "../index-3b24fe0f.js";
4
- import "../SwiperList/components/Bullet/Bullet.js";
5
- import "../Types/FiledTypes.js";
6
- import "../swiper-react-90953710.js";
7
- import "../cn-6a4bf187.js";
8
- import "../useScreenSize-c1b64c02.js";
9
- import "./Slide/Slide.js";
1
+ import { jsxs as b, jsx as l } from "react/jsx-runtime";
2
+ import { useState as A, useRef as m } from "react";
3
+ import { A as E, C as I, a as B } from "../navigation-48c90d3b.js";
4
+ import { Bullet as C } from "../SwiperList/components/Bullet/Bullet.js";
5
+ import { FieldTypes as o } from "../Types/FiledTypes.js";
6
+ import { S as L, N as T, a as O } from "../swiper-react-bfbb44d6.js";
7
+ import { c as R } from "../createBoolean-56064b0d.js";
8
+ import { c as n } from "../cn-6a4bf187.js";
9
+ import { u as z } from "../useScreenSize-c1b64c02.js";
10
+ import { Slide as P } from "./Slide/Slide.js";
11
+ const F = {
12
+ type: "cards",
13
+ label: "Карточки слайдера",
14
+ dataType: "array",
15
+ data: {
16
+ title: o.TITLE,
17
+ description: o.DESCRIPTION,
18
+ image: o.FILE,
19
+ icon: o.FILE,
20
+ is_black: o.BOOLEAN,
21
+ is_promo: o.BOOLEAN,
22
+ is_yellow: o.BOOLEAN
23
+ }
24
+ }, _ = R({
25
+ label: "Тема темного цвета",
26
+ type: "isLight"
27
+ }), j = ["title", F, "autoplay", _, "isButton"];
28
+ function V({
29
+ title: x,
30
+ cards: e,
31
+ autoplay: w = !1,
32
+ isLight: y = !1,
33
+ isButton: u = !0
34
+ }) {
35
+ const [a, h] = A(1), S = m(null), i = z(960), s = i ? 1.2 : 3, v = i ? 16 : 0, N = w ? {
36
+ delay: 3e3,
37
+ disableOnInteraction: !1,
38
+ waitForTransition: !0
39
+ } : !1, c = m(null), g = m(null), p = (e == null ? void 0 : e.length) <= s + 1 ? [...e, ...e] : e, d = (e == null ? void 0 : e.length) <= s + 1 ? a % (e == null ? void 0 : e.length) : a;
40
+ return /* @__PURE__ */ b("div", { className: "flex flex-col items-center gap-6 h-fit max-w-[1232px] w-full mx-auto px-4 relative max-tablet:max-w-full max-tablet:p-0", children: [
41
+ x && /* @__PURE__ */ l("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: x }),
42
+ /* @__PURE__ */ b("div", { className: "relative w-full h-[346px] max-tablet:h-fit", children: [
43
+ /* @__PURE__ */ l(
44
+ L,
45
+ {
46
+ modules: [T, E],
47
+ className: "feature_swiper",
48
+ initialSlide: 0,
49
+ slidesPerView: s,
50
+ spaceBetween: v,
51
+ centeredSlides: !0,
52
+ speed: 500,
53
+ autoplay: N,
54
+ onSwiper: (t) => {
55
+ S.current = t, h(t.realIndex);
56
+ },
57
+ onBeforeTransitionStart: (t) => {
58
+ let r = t.realIndex;
59
+ h(r);
60
+ },
61
+ navigation: {
62
+ nextEl: c.current,
63
+ prevEl: g.current
64
+ },
65
+ loop: !0,
66
+ children: p == null ? void 0 : p.map((t, r) => {
67
+ const f = r === a;
68
+ return /* @__PURE__ */ l(O, { children: /* @__PURE__ */ l(
69
+ P,
70
+ {
71
+ image: t == null ? void 0 : t.image,
72
+ description: t == null ? void 0 : t.description,
73
+ title: t == null ? void 0 : t.title,
74
+ className: n(
75
+ "h-[314px] transition-all duration-500 transform scale-[0.85] relative max-tablet:h-[288px] max-tablet:scale-100",
76
+ {
77
+ "!h-[346px] !w-full transform scale-100 flex flex-col gap-[40px] md:h-auto md:gap-6": f && !i
78
+ }
79
+ ),
80
+ imgClassName: n({
81
+ "h-[122px] w-[122px]": f && !i
82
+ }),
83
+ imgStyle: n({
84
+ "h-[122px] w-[122px]": f && !i
85
+ }),
86
+ isLight: y
87
+ }
88
+ ) }, t.id);
89
+ })
90
+ }
91
+ ),
92
+ u && /* @__PURE__ */ l(
93
+ "button",
94
+ {
95
+ ref: g,
96
+ className: n(
97
+ "absolute h-[40px] w-[40px] left-0 top-[200px] translate-x-[-50%] translate-y-[-50%] z-10 p-[8px] rounded-[50%] bg-graySoft border-none cursor-pointer max-tablet:hidden"
98
+ ),
99
+ children: /* @__PURE__ */ l(
100
+ I,
101
+ {
102
+ size: 24,
103
+ color: "#ffffff"
104
+ }
105
+ )
106
+ }
107
+ ),
108
+ u && /* @__PURE__ */ l(
109
+ "button",
110
+ {
111
+ ref: c,
112
+ className: n(
113
+ "absolute h-[40px] w-[40px] right-0 top-[200px] translate-x-[-50%] translate-y-[-50%] z-10 p-[8px] rounded-[50%] bg-graySoft border-none cursor-pointer max-tablet:hidden"
114
+ ),
115
+ children: /* @__PURE__ */ l(
116
+ B,
117
+ {
118
+ size: 24,
119
+ color: "#ffffff"
120
+ }
121
+ )
122
+ }
123
+ )
124
+ ] }),
125
+ (e == null ? void 0 : e.length) && /* @__PURE__ */ l(
126
+ C,
127
+ {
128
+ count: e.length,
129
+ active: d,
130
+ activeColor: "#16A34A",
131
+ anActiveColor: "#A6B2BA",
132
+ className: "mt-[24px]"
133
+ }
134
+ )
135
+ ] });
136
+ }
137
+ V.propsToEdit = j;
10
138
  export {
11
- l as default
139
+ V as default,
140
+ j as propsToEdit
12
141
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./index.js";
3
+ const p = {
4
+ title: "Анимированный свайпер",
5
+ description: "Компонент для отображения анимированного свайпера с автоматической прокруткой и переходами. Используется для создания динамичных презентаций контента с плавными переходами.",
6
+ types: [o.lists],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as animatedSwiperInfo
11
+ };
@@ -1,7 +1,7 @@
1
1
  import { jsx as t, jsxs as o } from "react/jsx-runtime";
2
2
  import { FieldTypes as x } from "../Types/FiledTypes.js";
3
- import { B as b } from "../index-6af94f99.js";
4
- import { b as N, c as _ } from "../const-637b0dca.js";
3
+ import { B as b } from "../index-10605794.js";
4
+ import { B as N, c as _ } from "../const-53dff524.js";
5
5
  import { C as y } from "../ComponentContainer-cdb2528c.js";
6
6
  import { I as g } from "../index-2265d593.js";
7
7
  import { c as a } from "../cn-6a4bf187.js";
@@ -150,5 +150,6 @@ const u = {
150
150
  };
151
151
  k.propsToEdit = j;
152
152
  export {
153
- k as Banner
153
+ k as Banner,
154
+ j as propsToEdit
154
155
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./Banner.js";
3
+ const n = {
4
+ title: "Баннер",
5
+ description: "Информационные и рекламные блоки с изображениями, текстом, кнопками действий и QR-кодами. Баннеры используются для привлечения внимания, продвижения продуктов и услуг, а также для размещения важной информации на странице.",
6
+ types: [o.banners],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ n as bannerInfo
11
+ };
@@ -54,5 +54,6 @@ const r = {
54
54
  ] }) });
55
55
  n.propsToEdit = c;
56
56
  export {
57
- n as BannerAndText
57
+ n as BannerAndText,
58
+ c as propsToEdit
58
59
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./index.js";
3
+ const n = {
4
+ title: "Баннер и текст",
5
+ description: "Компонент для отображения комбинации баннера с изображением и текстовой карточки. Используется для создания визуально привлекательных блоков с изображением и сопроводительным текстом.",
6
+ types: [o.banners, o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ n as bannerAndTextInfo
11
+ };
@@ -1,5 +1,5 @@
1
1
  import { jsx as l, jsxs as n } from "react/jsx-runtime";
2
- import { S as r, F as f } from "../index-815f0132.js";
2
+ import { S as r, F as f } from "../index-b4c61de3.js";
3
3
  import { FieldTypes as t } from "../Types/FiledTypes.js";
4
4
  import { C as m } from "../ComponentContainer-cdb2528c.js";
5
5
  import { c } from "../cn-6a4bf187.js";
@@ -79,5 +79,6 @@ const b = {
79
79
  };
80
80
  u.propsToEdit = h;
81
81
  export {
82
- u as CardIconList
82
+ u as CardIconList,
83
+ h as propsToEdit
83
84
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./CardIconList.js";
3
+ const p = {
4
+ title: "Список карточек с иконками",
5
+ description: "Компонент для отображения списка карточек с иконками, заголовками и описаниями. Используется для представления функций, преимуществ или услуг в визуальном формате.",
6
+ types: [o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as cardIconListInfo
11
+ };
@@ -2,8 +2,8 @@ import { jsx as r, jsxs as m } from "react/jsx-runtime";
2
2
  import { CardImage as c } from "../Cards/CardImage/CardImage.js";
3
3
  import { CardImageVariant as o } from "../Cards/CardImage/types.js";
4
4
  import { FieldTypes as a } from "../Types/FiledTypes.js";
5
- import { B as d } from "../index-6af94f99.js";
6
- import { b as f } from "../const-637b0dca.js";
5
+ import { B as d } from "../index-10605794.js";
6
+ import { B as f } from "../const-53dff524.js";
7
7
  import { C as x } from "../ComponentContainer-cdb2528c.js";
8
8
  import { c as n } from "../cn-6a4bf187.js";
9
9
  const g = {
@@ -73,5 +73,6 @@ const g = {
73
73
  ] }) });
74
74
  v.propsToEdit = h;
75
75
  export {
76
- v as CardImageList
76
+ v as CardImageList,
77
+ h as propsToEdit
77
78
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./CardImageList.js";
3
+ const i = {
4
+ title: "Список карточек с изображениями",
5
+ description: "Компонент для отображения списка карточек с изображениями, заголовками, описаниями и кнопками действий. Используется для представления продуктов, услуг или других элементов в виде сетки карточек.",
6
+ types: [o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ i as cardImageListInfo
11
+ };
@@ -55,5 +55,6 @@ const r = {
55
55
  s.propsToEdit = i;
56
56
  export {
57
57
  s as CardImageSecondary,
58
- r as cardImageSecondaryDataProps
58
+ r as cardImageSecondaryDataProps,
59
+ i as propsToEdit
59
60
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-1a32da94.js";
2
+ import { propsToEdit as r } from "./CardImageSecondary.js";
3
+ const p = {
4
+ title: "Вторичная карточка с изображением",
5
+ description: "Компонент для отображения вторичной карточки с изображением, заголовком и иконкой. Используется для альтернативного представления карточек с дополнительными визуальными элементами.",
6
+ types: [o.cards],
7
+ propsToEdit: r
8
+ };
9
+ export {
10
+ p as cardImageSecondaryInfo
11
+ };
@@ -1,18 +1,18 @@
1
1
  import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
2
  import { cardImageSecondaryDataProps as x, CardImageSecondary as m } from "../CardImageSecondary/CardImageSecondary.js";
3
- import { C as n } from "../ComponentContainer-cdb2528c.js";
4
- const s = {
3
+ import { C as s } from "../ComponentContainer-cdb2528c.js";
4
+ const n = {
5
5
  type: "cards",
6
6
  label: "Карточки",
7
7
  dataType: "array",
8
8
  data: {
9
- ...x
9
+ ...x.data.keys
10
10
  }
11
- }, c = ["title", s, "turnover"], d = ({
11
+ }, d = ["title", n, "turnover"], c = ({
12
12
  title: e,
13
13
  cards: a,
14
14
  turnover: r = !1
15
- }) => /* @__PURE__ */ l(n, { className: "flex flex-col items-stretch gap-[48px]", children: [
15
+ }) => /* @__PURE__ */ l(s, { className: "flex flex-col items-stretch gap-[48px]", children: [
16
16
  e && /* @__PURE__ */ t("p", { className: "text-bgBlack text-center text-[44px] font-bold leading-[52px] m-0 max-tablet:text-[26px] max-tablet:leading-[32px]", children: e }),
17
17
  /* @__PURE__ */ t("div", { className: "flex gap-[24px] max-tablet:flex-col max-tablet:gap-[16px]", children: a == null ? void 0 : a.map((o, p) => /* @__PURE__ */ t(
18
18
  m,
@@ -23,7 +23,8 @@ const s = {
23
23
  p
24
24
  )) })
25
25
  ] });
26
- d.propsToEdit = c;
26
+ c.propsToEdit = d;
27
27
  export {
28
- d as CardImageSecondaryList
28
+ c as CardImageSecondaryList,
29
+ d as propsToEdit
29
30
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./CardImageSecondaryList.js";
3
+ const i = {
4
+ title: "Вторичный список карточек с изображениями",
5
+ description: "Компонент для отображения вторичного списка карточек с изображениями и дополнительными параметрами. Используется для альтернативного представления карточек с дополнительными настройками.",
6
+ types: [o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ i as cardImageSecondaryListInfo
11
+ };