md-components-mdigial-azamat 0.0.33 → 0.0.36

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 +10 -10
  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 +15 -15
  121. package/dist/Video/VideoListMini/VideoListMini.js +14 -14
  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-d8bad886.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-3a534581.js +261 -0
  133. package/dist/index-4f8399c3.js +925 -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,313 @@
1
+ import { jsx as r, jsxs as j } from "react/jsx-runtime";
2
+ import { useState as J, useRef as C } from "react";
3
+ import { Bullet as K } from "./SwiperList/components/Bullet/Bullet.js";
4
+ import { FieldTypes as v } from "./Types/FiledTypes.js";
5
+ import { d as B, a as Q, N as U, b as W } from "./swiper-react-90953710.js";
6
+ import { c as D } from "./cn-6a4bf187.js";
7
+ import { u as X } from "./useScreenSize-c1b64c02.js";
8
+ import { Slide as Y } from "./AnimatedSwiper/Slide/Slide.js";
9
+ import './assets/index2.css';function Z(f) {
10
+ let {
11
+ swiper: e,
12
+ extendParams: y,
13
+ on: s,
14
+ emit: i,
15
+ params: l
16
+ } = f;
17
+ e.autoplay = {
18
+ running: !1,
19
+ paused: !1,
20
+ timeLeft: 0
21
+ }, y({
22
+ autoplay: {
23
+ enabled: !1,
24
+ delay: 3e3,
25
+ waitForTransition: !0,
26
+ disableOnInteraction: !1,
27
+ stopOnLastSlide: !1,
28
+ reverseDirection: !1,
29
+ pauseOnMouseEnter: !1
30
+ }
31
+ });
32
+ let m, E, u = l && l.autoplay ? l.autoplay.delay : 3e3, c = l && l.autoplay ? l.autoplay.delay : 3e3, n, w = (/* @__PURE__ */ new Date()).getTime(), S, g, p, I, L, a, h;
33
+ function b(t) {
34
+ !e || e.destroyed || !e.wrapperEl || t.target === e.wrapperEl && (e.wrapperEl.removeEventListener("transitionend", b), !(h || t.detail && t.detail.bySwiperTouchMove) && x());
35
+ }
36
+ const M = () => {
37
+ if (e.destroyed || !e.autoplay.running)
38
+ return;
39
+ e.autoplay.paused ? S = !0 : S && (c = n, S = !1);
40
+ const t = e.autoplay.paused ? n : w + c - (/* @__PURE__ */ new Date()).getTime();
41
+ e.autoplay.timeLeft = t, i("autoplayTimeLeft", t, t / u), E = requestAnimationFrame(() => {
42
+ M();
43
+ });
44
+ }, q = () => {
45
+ let t;
46
+ return e.virtual && e.params.virtual.enabled ? t = e.slides.find((o) => o.classList.contains("swiper-slide-active")) : t = e.slides[e.activeIndex], t ? parseInt(t.getAttribute("data-swiper-autoplay"), 10) : void 0;
47
+ }, O = (t) => {
48
+ if (e.destroyed || !e.autoplay.running)
49
+ return;
50
+ cancelAnimationFrame(E), M();
51
+ let d = typeof t > "u" ? e.params.autoplay.delay : t;
52
+ u = e.params.autoplay.delay, c = e.params.autoplay.delay;
53
+ const o = q();
54
+ !Number.isNaN(o) && o > 0 && typeof t > "u" && (d = o, u = o, c = o), n = d;
55
+ const N = e.params.speed, _ = () => {
56
+ !e || e.destroyed || (e.params.autoplay.reverseDirection ? !e.isBeginning || e.params.loop || e.params.rewind ? (e.slidePrev(N, !0, !0), i("autoplay")) : e.params.autoplay.stopOnLastSlide || (e.slideTo(e.slides.length - 1, N, !0, !0), i("autoplay")) : !e.isEnd || e.params.loop || e.params.rewind ? (e.slideNext(N, !0, !0), i("autoplay")) : e.params.autoplay.stopOnLastSlide || (e.slideTo(0, N, !0, !0), i("autoplay")), e.params.cssMode && (w = (/* @__PURE__ */ new Date()).getTime(), requestAnimationFrame(() => {
57
+ O();
58
+ })));
59
+ };
60
+ return d > 0 ? (clearTimeout(m), m = setTimeout(() => {
61
+ _();
62
+ }, d)) : requestAnimationFrame(() => {
63
+ _();
64
+ }), d;
65
+ }, F = () => {
66
+ w = (/* @__PURE__ */ new Date()).getTime(), e.autoplay.running = !0, O(), i("autoplayStart");
67
+ }, A = () => {
68
+ e.autoplay.running = !1, clearTimeout(m), cancelAnimationFrame(E), i("autoplayStop");
69
+ }, T = (t, d) => {
70
+ if (e.destroyed || !e.autoplay.running)
71
+ return;
72
+ clearTimeout(m), t || (a = !0);
73
+ const o = () => {
74
+ i("autoplayPause"), e.params.autoplay.waitForTransition ? e.wrapperEl.addEventListener("transitionend", b) : x();
75
+ };
76
+ if (e.autoplay.paused = !0, d) {
77
+ L && (n = e.params.autoplay.delay), L = !1, o();
78
+ return;
79
+ }
80
+ n = (n || e.params.autoplay.delay) - ((/* @__PURE__ */ new Date()).getTime() - w), !(e.isEnd && n < 0 && !e.params.loop) && (n < 0 && (n = 0), o());
81
+ }, x = () => {
82
+ e.isEnd && n < 0 && !e.params.loop || e.destroyed || !e.autoplay.running || (w = (/* @__PURE__ */ new Date()).getTime(), a ? (a = !1, O(n)) : O(), e.autoplay.paused = !1, i("autoplayResume"));
83
+ }, P = () => {
84
+ if (e.destroyed || !e.autoplay.running)
85
+ return;
86
+ const t = B();
87
+ t.visibilityState === "hidden" && (a = !0, T(!0)), t.visibilityState === "visible" && x();
88
+ }, R = (t) => {
89
+ t.pointerType === "mouse" && (a = !0, h = !0, !(e.animating || e.autoplay.paused) && T(!0));
90
+ }, k = (t) => {
91
+ t.pointerType === "mouse" && (h = !1, e.autoplay.paused && x());
92
+ }, z = () => {
93
+ e.params.autoplay.pauseOnMouseEnter && (e.el.addEventListener("pointerenter", R), e.el.addEventListener("pointerleave", k));
94
+ }, V = () => {
95
+ e.el && typeof e.el != "string" && (e.el.removeEventListener("pointerenter", R), e.el.removeEventListener("pointerleave", k));
96
+ }, G = () => {
97
+ B().addEventListener("visibilitychange", P);
98
+ }, H = () => {
99
+ B().removeEventListener("visibilitychange", P);
100
+ };
101
+ s("init", () => {
102
+ e.params.autoplay.enabled && (z(), G(), F());
103
+ }), s("destroy", () => {
104
+ V(), H(), e.autoplay.running && A();
105
+ }), s("_freeModeStaticRelease", () => {
106
+ (p || a) && x();
107
+ }), s("_freeModeNoMomentumRelease", () => {
108
+ e.params.autoplay.disableOnInteraction ? A() : T(!0, !0);
109
+ }), s("beforeTransitionStart", (t, d, o) => {
110
+ e.destroyed || !e.autoplay.running || (o || !e.params.autoplay.disableOnInteraction ? T(!0, !0) : A());
111
+ }), s("sliderFirstMove", () => {
112
+ if (!(e.destroyed || !e.autoplay.running)) {
113
+ if (e.params.autoplay.disableOnInteraction) {
114
+ A();
115
+ return;
116
+ }
117
+ g = !0, p = !1, a = !1, I = setTimeout(() => {
118
+ a = !0, p = !0, T(!0);
119
+ }, 200);
120
+ }
121
+ }), s("touchEnd", () => {
122
+ if (!(e.destroyed || !e.autoplay.running || !g)) {
123
+ if (clearTimeout(I), clearTimeout(m), e.params.autoplay.disableOnInteraction) {
124
+ p = !1, g = !1;
125
+ return;
126
+ }
127
+ p && e.params.cssMode && x(), p = !1, g = !1;
128
+ }
129
+ }), s("slideChange", () => {
130
+ e.destroyed || !e.autoplay.running || (L = !0);
131
+ }), Object.assign(e.autoplay, {
132
+ start: F,
133
+ stop: A,
134
+ pause: T,
135
+ resume: x
136
+ });
137
+ }
138
+ const $ = ({
139
+ color: f = "#40474F",
140
+ size: e = 24,
141
+ ...y
142
+ }) => /* @__PURE__ */ r(
143
+ "svg",
144
+ {
145
+ width: e,
146
+ height: e,
147
+ viewBox: "0 0 24 24",
148
+ fill: "none",
149
+ xmlns: "http://www.w3.org/2000/svg",
150
+ ...y,
151
+ children: /* @__PURE__ */ r(
152
+ "path",
153
+ {
154
+ d: "M17 22L8.41418 13.4142C7.74752 12.7476 7.41418 12.4142 7.41418 12C7.41418 11.5858 7.74752 11.2525 8.41418 10.5858L17 2",
155
+ stroke: f,
156
+ "stroke-width": "2",
157
+ "stroke-linejoin": "round"
158
+ }
159
+ )
160
+ }
161
+ ), ee = ({
162
+ color: f = "#40474F",
163
+ size: e = 24,
164
+ ...y
165
+ }) => /* @__PURE__ */ r(
166
+ "svg",
167
+ {
168
+ width: e,
169
+ height: e,
170
+ viewBox: "0 0 24 24",
171
+ fill: "none",
172
+ xmlns: "http://www.w3.org/2000/svg",
173
+ ...y,
174
+ children: /* @__PURE__ */ r(
175
+ "path",
176
+ {
177
+ d: "M7 22L15.5858 13.4142C16.2524 12.7476 16.5858 12.4142 16.5858 12C16.5858 11.5858 16.2525 11.2525 15.5858 10.5858L7 2",
178
+ stroke: f,
179
+ "stroke-width": "2",
180
+ "stroke-linejoin": "round"
181
+ }
182
+ )
183
+ }
184
+ );
185
+ const te = {
186
+ type: "cards",
187
+ label: "Карточки слайдера",
188
+ dataType: "array",
189
+ data: {
190
+ title: v.TITLE,
191
+ description: v.DESCRIPTION,
192
+ image: v.FILE,
193
+ icon: v.FILE,
194
+ is_black: v.BOOLEAN,
195
+ is_promo: v.BOOLEAN,
196
+ is_yellow: v.BOOLEAN
197
+ }
198
+ }, ae = ["title", te, "autoplay", "isLight", "isButton"];
199
+ function ne({
200
+ title: f,
201
+ cards: e,
202
+ autoplay: y = !1,
203
+ isLight: s = !1,
204
+ isButton: i = !0
205
+ }) {
206
+ const [l, m] = J(1), E = C(null), u = X(960), c = u ? 1.2 : 3, n = u ? 16 : 0, S = y ? {
207
+ delay: 3e3,
208
+ disableOnInteraction: !1,
209
+ waitForTransition: !0
210
+ } : !1, g = C(null), p = C(null), I = e.length <= c + 1 ? [...e, ...e] : e, L = e.length <= c + 1 ? l % e.length : l;
211
+ return /* @__PURE__ */ j("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: [
212
+ f && /* @__PURE__ */ r("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: f }),
213
+ /* @__PURE__ */ j("div", { className: "relative w-full h-[346px] max-tablet:h-fit", children: [
214
+ /* @__PURE__ */ r(
215
+ Q,
216
+ {
217
+ modules: [U, Z],
218
+ className: "feature_swiper",
219
+ initialSlide: 0,
220
+ slidesPerView: c,
221
+ spaceBetween: n,
222
+ centeredSlides: !0,
223
+ speed: 500,
224
+ autoplay: S,
225
+ onSwiper: (a) => {
226
+ E.current = a, m(a.realIndex);
227
+ },
228
+ onBeforeTransitionStart: (a) => {
229
+ let h = a.realIndex;
230
+ m(h);
231
+ },
232
+ navigation: {
233
+ nextEl: g.current,
234
+ prevEl: p.current
235
+ },
236
+ loop: !0,
237
+ children: I.map((a, h) => {
238
+ const b = h === l;
239
+ return /* @__PURE__ */ r(W, { children: /* @__PURE__ */ r(
240
+ Y,
241
+ {
242
+ image: a == null ? void 0 : a.image,
243
+ description: a == null ? void 0 : a.description,
244
+ className: D(
245
+ "h-[314px] transition-all duration-500 transform scale-[0.85] relative max-tablet:h-[288px] max-tablet:scale-100",
246
+ {
247
+ "!h-[346px] !w-full transform scale-100 flex flex-col gap-[40px] md:h-auto md:gap-6": b && !u
248
+ }
249
+ ),
250
+ imgClassName: D({
251
+ "h-[122px] w-[122px]": b && !u
252
+ }),
253
+ imgStyle: D({
254
+ "h-[122px] w-[122px]": b && !u
255
+ }),
256
+ isLight: s
257
+ }
258
+ ) }, a.id);
259
+ })
260
+ }
261
+ ),
262
+ i && /* @__PURE__ */ r(
263
+ "button",
264
+ {
265
+ ref: p,
266
+ className: D(
267
+ "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"
268
+ ),
269
+ children: /* @__PURE__ */ r(
270
+ $,
271
+ {
272
+ size: 24,
273
+ color: "#ffffff"
274
+ }
275
+ )
276
+ }
277
+ ),
278
+ i && /* @__PURE__ */ r(
279
+ "button",
280
+ {
281
+ ref: g,
282
+ className: D(
283
+ "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"
284
+ ),
285
+ children: /* @__PURE__ */ r(
286
+ ee,
287
+ {
288
+ size: 24,
289
+ color: "#ffffff"
290
+ }
291
+ )
292
+ }
293
+ )
294
+ ] }),
295
+ e.length && /* @__PURE__ */ r(
296
+ K,
297
+ {
298
+ count: e.length,
299
+ active: L,
300
+ activeColor: "#16A34A",
301
+ anActiveColor: "#A6B2BA",
302
+ className: "mt-[24px]"
303
+ }
304
+ )
305
+ ] });
306
+ }
307
+ ne.propsToEdit = ae;
308
+ export {
309
+ ne as A,
310
+ $ as C,
311
+ Z as a,
312
+ ee as b
313
+ };
@@ -0,0 +1,53 @@
1
+ import { jsxs as c, jsx as r } from "react/jsx-runtime";
2
+ import { forwardRef as h } from "react";
3
+ import { c as m } from "./cn-6a4bf187.js";
4
+ import { B as t, a as e } from "./const-637b0dca.js";
5
+ const y = h(
6
+ ({
7
+ children: o,
8
+ size: s = t.XL,
9
+ variant: d = e.Primary,
10
+ loading: i = !1,
11
+ iconRight: a,
12
+ iconLeft: l,
13
+ className: n,
14
+ title: p,
15
+ ...b
16
+ }, x) => {
17
+ const g = {
18
+ [t.S]: "",
19
+ [t.M]: "px-[12px] py-[8px] rounded-[12px] text-[14px] h-[36px]",
20
+ [t.L]: "px-[16px] py-[10px] rounded-[16px] text-[16px] h-[44px]",
21
+ [t.XL]: "px-[20px] py-[16px] rounded-[16px] text-[16px] h-[56px]"
22
+ }, u = {
23
+ [e.Primary]: "bg-yellowLight hover:bg-yellowSaturated disabled:bg-yellowLight2 disabled:cursor-not-allowed",
24
+ [e.Secondary]: "bg-lightBlue hover:bg-grayBlue disabled:bg-white disabled:cursor-not-allowed",
25
+ [e.SecondaryBlue]: "bg-lightBlue text-blue hover:bg-grayBlue disabled:bg-white disabled:text-lightBlue5 disabled:cursor-not-allowed",
26
+ [e.Static]: "bg-white hover:bg-grayBlue disabled:bg-white disabled:cursor-not-allowed",
27
+ [e.Brand]: "bg-greenLight text-white hover:bg-green disabled:bg-lightGray5 disabled:cursor-not-allowed",
28
+ [e.Grey]: "bg-greyLight text-blackBG"
29
+ };
30
+ return /* @__PURE__ */ c(
31
+ "button",
32
+ {
33
+ className: m(
34
+ "flex items-center justify-center gap-2 border-none font-i font-medium cursor-pointer w-fit ",
35
+ g[s],
36
+ u[d],
37
+ n
38
+ ),
39
+ ref: x,
40
+ ...b,
41
+ children: [
42
+ i ? /* @__PURE__ */ r("span", { className: "flex justify-center items-center w-[22px] h-[22px] p-[2px] bg-transparent rounded-full border-2 border-[#0e0f11] border-t-transparent animate-spin" }) : l && /* @__PURE__ */ r("span", { className: "flex items-center", children: l }),
43
+ p || o,
44
+ a && /* @__PURE__ */ r("span", { className: "flex items-center", children: a })
45
+ ]
46
+ }
47
+ );
48
+ }
49
+ );
50
+ y.displayName = "AppButton";
51
+ export {
52
+ y as B
53
+ };
@@ -1,7 +1,7 @@
1
1
  import { jsxs as o, jsx as s } from "react/jsx-runtime";
2
2
  import { FieldTypes as i } from "./Types/FiledTypes.js";
3
- import { I as t } from "./index-60dfa873.js";
4
- import { c as x } from "./cn-d8c04b28.js";
3
+ import { I as t } from "./index-2265d593.js";
4
+ import { c as x } from "./cn-6a4bf187.js";
5
5
  const r = {
6
6
  SMALL: "small",
7
7
  MEDIUM: "medium",
@@ -0,0 +1,22 @@
1
+ const e = {
2
+ RU: "ru",
3
+ KY: "ky",
4
+ EN: "en"
5
+ }, t = [
6
+ {
7
+ title: "Русский",
8
+ key: "ru"
9
+ },
10
+ {
11
+ title: "Кыргызча",
12
+ key: "ky"
13
+ },
14
+ {
15
+ title: "English",
16
+ key: "en"
17
+ }
18
+ ];
19
+ export {
20
+ t as L,
21
+ e as a
22
+ };
@@ -0,0 +1,27 @@
1
+ import { jsx as M } from "react/jsx-runtime";
2
+ const g = ({
3
+ color: N = "#0E0F11",
4
+ width: j = 20,
5
+ height: I = 16
6
+ }) => /* @__PURE__ */ M(
7
+ "svg",
8
+ {
9
+ width: j,
10
+ height: I,
11
+ viewBox: "0 0 20 16",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ children: /* @__PURE__ */ M(
15
+ "path",
16
+ {
17
+ d: "M8.08333 9L8.35182 8.73151C8.76684 8.31649 9.32973 8.08333 9.91667 8.08333C10.5036 8.08333 11.0665 8.31649 11.4815 8.73152L11.75 9M19.0833 10.8333V3.04167C19.0833 1.77601 18.0573 0.75 16.7917 0.75H16.3333M19.0833 10.8333C19.0833 12.8584 17.4417 14.5 15.4167 14.5C13.3916 14.5 11.75 12.8584 11.75 10.8333C11.75 8.80829 13.3916 7.16667 15.4167 7.16667C17.4417 7.16667 19.0833 8.80829 19.0833 10.8333ZM0.75 10.8333V3.04167C0.75 1.77601 1.77601 0.75 3.04167 0.75H3.5M0.75 10.8333C0.75 12.8584 2.39162 14.5 4.41667 14.5C6.44171 14.5 8.08333 12.8584 8.08333 10.8333C8.08333 8.80829 6.44171 7.16667 4.41667 7.16667C2.39162 7.16667 0.75 8.80829 0.75 10.8333Z",
18
+ stroke: N,
19
+ "stroke-width": "1.5"
20
+ }
21
+ )
22
+ }
23
+ ), A = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTgiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAxMTggMzQiIGZpbGw9Im5vbmUiPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgICBkPSJNMzUuMzcxOSAxNy4wMjU1QzM1LjM3MTkgMjAuNDU3OSAzNy41MTM4IDIyLjc4NzcgNDAuNzI2IDIyLjc4NzdDNDMuOTM2MiAyMi43ODc3IDQ2LjIwNjIgMjAuMzczIDQ2LjIwNjIgMTYuOTgzQzQ2LjIwNjIgMTMuNjc4IDQzLjg5NTMgMTEuMjIwMSA0MC43MjYgMTEuMjIwMUMzNy41NTY3IDExLjIyMDEgMzUuMzcxOSAxMy41OTMxIDM1LjM3MTkgMTcuMDI1NVpNMzUuNDU4NCA4LjU1MDYyQzM2LjkxNDMgNi45ODIzNyAzOS4xNDEzIDYuMDUwMjkgNDEuNzk2OSA2LjA1MDI5QzQ3Ljc1MTIgNi4wNTAyOSA1Mi4wODA2IDEwLjY3MjEgNTIuMDgwNiAxNy4wMjY4QzUyLjA4MDYgMjMuMzgxNSA0Ny43NTQ1IDI4IDQxLjgwMDIgMjhDMzkuMDU2MiAyOCAzNi43ODYyIDI3LjAyODcgMzUuMzI5NiAyNS4zMzA1QzM1LjIwMTUgMjYuODk4MSAzNC4wNDQ4IDI4IDMyLjU0NTMgMjhDMzAuOTE3NyAyOCAyOS42NzU4IDI2LjcyODkgMjkuNjc1OCAyNS4wNzY0VjIuOTI0MjNDMjkuNjc1OCAxLjI3MTcyIDMwLjkxNzcgMCAzMi41ODgyIDBDMzQuMjE2NCAwIDM1LjQ1ODQgMS4yMjkyNiAzNS40NTg0IDIuOTI0MjNWOC41NTA2MlpNMTExLjIzMSAxNi4wNTA4TDExNy4zMTMgMjMuNTkyOUMxMTcuNzg1IDI0LjE4NjYgMTE3Ljk5OSAyNC43MzY2IDExNy45OTkgMjUuMzcyOEMxMTcuOTk5IDI2Ljg1NTUgMTE2LjgzOSAyNy45OTk4IDExNS4zODYgMjcuOTk5OEMxMTQuNDg3IDI3Ljk5OTggMTEzLjgwMSAyNy42NTg5IDExMy4yNDUgMjYuOTQwNEwxMDYuMDA1IDE4LjEyNjVDMTA1LjM2MiAxNy4yNzk0IDEwNS4xMDUgMTYuNjg2MyAxMDUuMTA1IDE2LjA1MDhDMTA1LjEwNSAxNS4zMzAzIDEwNS40MDcgMTQuNzM3MyAxMDYuMTMzIDEzLjkzMTlMMTEyLjkwMSA2Ljk0M0MxMTMuNDE2IDYuMzc5OTcgMTE0LjE0NyA2LjA1NzMxIDExNC45MTQgNi4wNTI3M0MxMTYuNDE0IDYuMDUyNzMgMTE3LjU3IDcuMTU0NjMgMTE3LjU3IDguNTk1NTJDMTE3LjU3IDkuMzE1OTYgMTE3LjI3IDkuOTkzOTUgMTE2LjYyOCAxMC42Mjk1TDExMS4yMzEgMTYuMDUwOFpNMTAxLjI5NSAwLjAxOTA0M0M5OS42MjQ4IDAuMDE5MDQzIDk4LjM4MjggMS4yOTA3NiA5OC4zODI4IDIuOTQzMjhWMjUuMDc2NUM5OC4zODI4IDI2LjcyOSA5OS42MjQ4IDI4LjAwMDEgMTAxLjI5NSAyOC4wMDAxQzEwMi45MjMgMjguMDAwMSAxMDQuMTY1IDI2Ljc3MTUgMTA0LjE2NSAyNS4wNzY1VjIuOTQzMjhDMTA0LjE2NSAxLjI0ODMgMTAyLjk2NiAwLjAxOTA0MyAxMDEuMjk1IDAuMDE5MDQzWk04MS40ODk5IDguMjExNjNDODIuOTg5NCA2Ljg1NTY1IDg1LjA4ODMgNi4wNTAyOSA4Ny40NDQyIDYuMDUwMjlIODcuNDQ2MkM5Mi4yODY2IDYuMDUwMjkgOTUuNDEyOSA5LjM1NTk4IDk1LjQxMjkgMTQuNDgyN1YyNS4wNzY0Qzk1LjQxMjkgMjYuNzcxNCA5NC4yMTM5IDI4IDkyLjU0MzQgMjhDOTAuOTE1OCAyOCA4OS42NzMyIDI2LjcyODkgODkuNjczMiAyNS4wNzY0VjE1LjI0NTZDODkuNjczMiAxMi44MzAyIDg4LjA4OTIgMTEuMTc3NyA4NS43MzIxIDExLjE3NzdDODMuMzc0OSAxMS4xNzc3IDgxLjcwNDUgMTIuODcyNiA4MS43MDQ1IDE1LjI0NTZWMjUuMDc2NEM4MS43MDQ1IDI2Ljc3MTQgODAuNDYxOSAyOCA3OC44MzQzIDI4Qzc3LjE2MzggMjggNzUuOTIxOSAyNi43Mjg5IDc1LjkyMTkgMjUuMDc2NFY4LjkzMjA3Qzc1LjkyMTkgNy4yNzk1NiA3Ny4xNjM4IDYuMDUwMjkgNzguNzkxNCA2LjA1MDI5QzgwLjExOTIgNi4wNTAyOSA4MS4xOTAxIDYuOTQwNTYgODEuNDg5OSA4LjIxMTYzWk02Mi43MTQzIDIzLjgwNDdDNjAuODI5OSAyMy44MDQ3IDU5LjY3MzEgMjIuOTE1MSA1OS42NzMxIDIxLjUxODZDNTkuNjczMSAyMC4xMjIxIDYwLjcwMTIgMTkuMzk5NyA2Mi42Mjg1IDE5LjM5OTdINjcuMTY5MVYxOS42NTQ1QzY3LjE2OTEgMjIuMDI3NCA2NS4yNDE4IDIzLjgwNjcgNjIuNzE0MyAyMy44MDY3VjIzLjgwNDdaTTYzLjc4NTMgNi4wNTAyOUM2MC43MDEyIDYuMDUwMjkgNTcuOTE3NSA2Ljk4MjM2IDU2LjExODMgOC42MzU1M0M1NS4zNDcxIDkuMzU0MDIgNTQuOTE4NiAxMC4xMTgyIDU0LjkxODYgMTAuOTIxNkM1NC45MTg2IDEyLjE5MjcgNTUuOTg5NSAxMy4yNTIxIDU3LjQwMzEgMTMuMjUyMUM1Ny45NTk3IDEzLjI1MjEgNTguNDMxMiAxMy4wODIzIDU5LjExOTggMTIuNTc0MUM2MC4zNjE4IDExLjUxNDcgNjEuNjg5NiAxMS4wMDY1IDYzLjE4OSAxMS4wMDY1QzY1Ljc1ODggMTEuMDA2NSA2Ny4xNzI0IDEyLjM2MjUgNjcuMTcyNCAxNC42OTNWMTUuNjI1MUg2MS44NjEyQzU2Ljg5MjcgMTUuNjI1MSA1My44NTE2IDE3Ljk1NTYgNTMuODUxNiAyMS43MjdDNTMuODUxNiAyNS40NTUzIDU2LjgwNjkgMjcuOTk3NCA2MS4xNzU5IDI3Ljk5NzRDNjMuNzAyNyAyNy45OTc0IDY1Ljg0NDYgMjcuMTkyNyA2Ny4zODcgMjUuNzUxOEM2Ny42NDM4IDI3LjAyMjkgNjguNzU3MSAyNy45NTQ5IDcwLjE3MDcgMjcuOTU0OUM3MS43NTUzIDI3Ljk1NDkgNzIuOTU1IDI2Ljc2ODggNzIuOTU1IDI1LjExNjNWMTUuMDMzM0M3Mi45NTE3IDkuMzE2MTMgNjkuNjEwOCA2LjA1MDI5IDYzLjc4NTMgNi4wNTAyOVpNMjIuMDY0OSA2LjA1MjA5QzIzLjYxMjUgNi4wNTQwNSAyNC44NjUxIDcuMjk3MDMgMjQuODYzMSA4LjgyODA1TDI0Ljg2NjQgMjUuMjI1OEMyNC44NjE4IDI2Ljc1NjIgMjMuNjA4NiAyNy45OTUzIDIyLjA2MTYgMjcuOTk5OEMyMC41MTQ2IDI3Ljk5NTMgMTkuMjYxNCAyNi43NTYyIDE5LjI1NjggMjUuMjI1OFYxNS41MjY5TDE4LjEwNTMgMTYuNjY2MUMxNy4wMDc5IDE3Ljc0NTEgMTUuMjM1NyAxNy43NDUxIDE0LjEzODQgMTYuNjY2MUMxMy4wNDc2IDE1LjU4MDUgMTMuMDQ3NiAxMy44MjY3IDE0LjEzODQgMTIuNzQxMkwyMC4wODA4IDYuODYyNjdDMjAuNjA3IDYuMzQyNzUgMjEuMzIwNyA2LjA1MDc4IDIyLjA2NDkgNi4wNTIwOVoiCiAgICAgICAgICBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTc3MzNfMjY2NDU5KSIvPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiCiAgICAgICAgICBkPSJNNi41MTQ1M2UtMDYgOC44MjgxOUMtMC4wMDMyOTQ4MSA3LjI5NzE2IDEuMjQ4NTcgNi4wNTI4OCAyLjc5NjIzIDYuMDQ4OTZDMy41NDIzMyA2LjA0NyA0LjI1ODcyIDYuMzQwMjcgNC43ODYyNyA2Ljg2MjgxTDEwLjcyODcgMTIuNzQxM0MxMS44MjAxIDEzLjgyNjkgMTEuODIwMSAxNS41ODA2IDEwLjcyODcgMTYuNjY2MkM5LjYzMTMgMTcuNzQ1MiA3Ljg1ODQ5IDE3Ljc0NTIgNi43NjExMyAxNi42NjYyTDUuNjEwMjggMTUuNTI3N1YyNS4yMjZDNS42MDU2NiAyNi43NTYzIDQuMzUyNDggMjcuOTk1NCAyLjgwNTQ3IDI4QzEuMjU4NDcgMjcuOTk2MSAwLjAwNDYyODM3IDI2Ljc1NjMgNi41MTQ1M2UtMDYgMjUuMjI2VjguODI4MTlaIgogICAgICAgICAgZmlsbD0iI0ZBQkYwMCIvPgogICAgPGRlZnM+CiAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE3NzMzXzI2NjQ1OSIgeDE9IjE5LjA5MzMiIHkxPSIyNS42MDI4IiB4Mj0iMTkuNzcyNSIgeTI9Ii01LjQ0NSIKICAgICAgICAgICAgICAgICAgICAgICAgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjMDA5MkExIi8+CiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwOUM0RCIvPgogICAgICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=";
24
+ export {
25
+ g as G,
26
+ A as M
27
+ };
package/dist/main.js CHANGED
@@ -1,69 +1,89 @@
1
- import { ConfigProvider as a } from "./ConfigProvider/index.js";
2
- import { af as t, ae as s, B as n, a8 as i, ad as p, b as m, C as d, a9 as l, a as f, D as x, e as C, d as F, f as P, F as u, aa as c, ab as I, I as w, c as B, M as L, ac as M, P as g, S as D, W as S } from "./index-b999483f.js";
3
- import { Segments as V } from "./Segments/Segments.js";
4
- import { VideoFull as y } from "./Video/VideoFull/VideoFull.js";
5
- import { VideoList as H } from "./Video/VideoList/VideoList.js";
6
- import { VideoListMini as W } from "./Video/VideoListMini/VideoListMini.js";
7
- import { Partners as q } from "./Partners/Partners.js";
8
- import { HtmlContent as Z } from "./HtmlContent/HtmlContent.js";
9
- import { HeroPossibilityBanner as j } from "./HeroPossibilityBanner/index.js";
10
- import { PartnersColors as G } from "./PartnersColors/PartnersColors.js";
11
- import { CardImage as K } from "./Cards/CardImage/CardImage.js";
12
- import { ColoredCard as O } from "./Cards/ColoredCard/index.js";
13
- import { F as R, S as U } from "./index-a379154f.js";
14
- import { Collapse as Y } from "./Faq/components/Collapse/Collapse.js";
15
- import { PlusMinusIcon as $ } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
16
- import { InstructionModal as or } from "./InstructionList/components/InstructionModal/InstructionModal.js";
17
- import { PartnerCard as er } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
18
- import { PartnerTab as sr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
19
- import { VideoPlayer as ir } from "./Video/components/VideoPlayer/VideoPlayer.js";
20
- import { PageViewer as mr } from "./PageViewer/PageViewer.js";
21
- import { FieldTypes as lr } from "./Types/FiledTypes.js";
22
- import { Space as xr } from "./Space/Space.js";
1
+ import { ConfigProvider as e } from "./ConfigProvider/index.js";
2
+ import { Banner as a } from "./Banner/Banner.js";
3
+ import { BannerAndText as m } from "./BannerAndText/index.js";
4
+ import { f, A as x, H as i, d as s, I as d, e as l, P as C } from "./index-4f8399c3.js";
5
+ import { Footer as P } from "./Footer/Footer.js";
6
+ import { Stepper as I } from "./Stepper/Stepper.js";
7
+ import { Segments as w } from "./Segments/Segments.js";
8
+ import { VideoFull as g } from "./Video/VideoFull/VideoFull.js";
9
+ import { VideoList as M } from "./Video/VideoList/VideoList.js";
10
+ import { VideoListMini as H } from "./Video/VideoListMini/VideoListMini.js";
11
+ import { ContentCardList as V } from "./ContentCardList/ContentCardList.js";
12
+ import { CardIconList as A } from "./CardIconList/CardIconList.js";
13
+ import { MultiCards as y } from "./MultiCards/index.js";
14
+ import { Partners as k } from "./Partners/Partners.js";
15
+ import { CardImageList as E } from "./CardImageList/CardImageList.js";
16
+ import { MainBanner as Z } from "./MainBanner/MainBanner.js";
17
+ import { Faq as j } from "./Faq/Faq.js";
18
+ import { HtmlContent as G } from "./HtmlContent/HtmlContent.js";
19
+ import { HeroPossibilityBanner as K } from "./HeroPossibilityBanner/index.js";
20
+ import { PartnersColors as O } from "./PartnersColors/PartnersColors.js";
21
+ import { CardImage as R } from "./Cards/CardImage/CardImage.js";
22
+ import { ContentCard as X } from "./Cards/ContentCard/ContentCard.js";
23
+ import { WarningCard as _ } from "./Cards/WarningCard/WarningCard.js";
24
+ import { ColoredCard as rr } from "./Cards/ColoredCard/index.js";
25
+ import { F as er, S as tr } from "./index-815f0132.js";
26
+ import { DownloadFileBanner as pr } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
27
+ import { DownloadFileFull as nr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
28
+ import { DownloadFileHalf as xr } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
29
+ import { DownloadFileMini as sr } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
30
+ import { Collapse as lr } from "./Faq/components/Collapse/Collapse.js";
31
+ import { FeedbackForm as Fr } from "./Faq/components/FeedbackForm/FeedbackForm.js";
32
+ import { PlusMinusIcon as ur } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
33
+ import { InstructionModal as cr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
34
+ import { PartnerCard as Lr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
35
+ import { PartnerTab as Br } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
36
+ import { VideoPlayer as Dr } from "./Video/components/VideoPlayer/VideoPlayer.js";
37
+ import { PageViewer as Sr } from "./PageViewer/PageViewer.js";
38
+ import { FieldTypes as br } from "./Types/FiledTypes.js";
39
+ import { b as vr } from "./const-637b0dca.js";
40
+ import { Space as Tr } from "./Space/Space.js";
23
41
  export {
24
- t as AllComponents,
25
- s as AllComponentsData,
26
- n as Banner,
27
- i as BannerAndText,
28
- p as ButtonProps,
29
- m as CardIconList,
30
- K as CardImage,
31
- d as CardImageList,
32
- Y as Collapse,
33
- O as ColoredCard,
34
- a as ConfigProvider,
35
- l as ContentCard,
36
- f as ContentCardList,
37
- x as DownloadFileBanner,
38
- C as DownloadFileFull,
39
- F as DownloadFileHalf,
40
- P as DownloadFileMini,
41
- u as Faq,
42
- R as FeaturesCard,
43
- c as FeedbackForm,
44
- lr as FieldTypes,
45
- j as HeroPossibilityBanner,
46
- Z as HtmlContent,
47
- I as InstructionCard,
48
- w as InstructionList,
49
- or as InstructionModal,
50
- B as MainBanner,
51
- L as MultiCards,
52
- mr as PageViewer,
53
- er as PartnerCard,
54
- sr as PartnerTab,
55
- q as Partners,
56
- G as PartnersColors,
57
- $ as PlusMinusIcon,
58
- M as PreviewCard,
59
- g as PreviewList,
60
- U as SIZE,
61
- V as Segments,
62
- xr as Space,
63
- D as Stepper,
64
- y as VideoFull,
65
- H as VideoList,
66
- W as VideoListMini,
67
- ir as VideoPlayer,
68
- S as WarningCard
42
+ f as AllComponents,
43
+ x as AllComponentsData,
44
+ a as Banner,
45
+ m as BannerAndText,
46
+ vr as ButtonProps,
47
+ A as CardIconList,
48
+ R as CardImage,
49
+ E as CardImageList,
50
+ lr as Collapse,
51
+ rr as ColoredCard,
52
+ e as ConfigProvider,
53
+ X as ContentCard,
54
+ V as ContentCardList,
55
+ pr as DownloadFileBanner,
56
+ nr as DownloadFileFull,
57
+ xr as DownloadFileHalf,
58
+ sr as DownloadFileMini,
59
+ j as Faq,
60
+ er as FeaturesCard,
61
+ Fr as FeedbackForm,
62
+ br as FieldTypes,
63
+ P as Footer,
64
+ i as Header,
65
+ K as HeroPossibilityBanner,
66
+ G as HtmlContent,
67
+ s as InstructionCard,
68
+ d as InstructionList,
69
+ cr as InstructionModal,
70
+ Z as MainBanner,
71
+ y as MultiCards,
72
+ Sr as PageViewer,
73
+ Lr as PartnerCard,
74
+ Br as PartnerTab,
75
+ k as Partners,
76
+ O as PartnersColors,
77
+ ur as PlusMinusIcon,
78
+ l as PreviewCard,
79
+ C as PreviewList,
80
+ tr as SIZE,
81
+ w as Segments,
82
+ Tr as Space,
83
+ I as Stepper,
84
+ g as VideoFull,
85
+ M as VideoList,
86
+ H as VideoListMini,
87
+ Dr as VideoPlayer,
88
+ _ as WarningCard
69
89
  };