md-components-mdigial-azamat 0.0.43 → 0.0.45

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 (47) hide show
  1. package/dist/AllComponents.js +3 -4
  2. package/dist/AnimatedSwiper/index.js +2 -2
  3. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +7 -7
  4. package/dist/Footer/components/NavigationFooter/NavigationFooter.js +17 -17
  5. package/dist/Header/Header.js +1 -1
  6. package/dist/Header/components/HeaderMenu/HeaderMenu.js +25 -24
  7. package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +2 -3
  8. package/dist/Header/components/HeaderMobile/HeaderMobile.js +1 -1
  9. package/dist/Header/components/HeaderMobile/index.js +1 -1
  10. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +6 -7
  11. package/dist/Header/components/TabsOutlined/TabsOutlined.js +10 -11
  12. package/dist/Header/index.js +1 -1
  13. package/dist/InfoBannerList/InfoBannerList.js +1 -1
  14. package/dist/InfoBannerList/index.js +1 -1
  15. package/dist/InstructionList/InstructionList.js +1 -1
  16. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +3 -4
  17. package/dist/InstructionList/components/InstructionCard/index.js +1 -1
  18. package/dist/InstructionList/index.js +1 -1
  19. package/dist/MainBanner/MainBanner.js +32 -32
  20. package/dist/PageViewer/PageViewer.js +1 -1
  21. package/dist/PageViewer/renderComponents.js +1 -1
  22. package/dist/PreviewList/PreviewList.js +1 -1
  23. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +3 -4
  24. package/dist/PreviewList/components/PreviewCard/index.js +1 -1
  25. package/dist/PreviewList/index.js +1 -1
  26. package/dist/PromoPoster/PromoPoster.js +1 -1
  27. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  28. package/dist/StandartTable/components/CardMarkedRow/index.js +3 -4
  29. package/dist/StandartTable/index.js +1 -1
  30. package/dist/SwiperList/SwiperList.js +3 -4
  31. package/dist/SwiperList/index.js +1 -1
  32. package/dist/TasksBanner/TasksBanner.js +1 -1
  33. package/dist/TasksBanner/index.js +1 -1
  34. package/dist/TasksBannerList/TasksBannerList.js +1 -1
  35. package/dist/TasksBannerList/index.js +1 -1
  36. package/dist/VideoMainBanner/VideoMainBanner.js +27 -27
  37. package/dist/assets/index2.css +1 -1
  38. package/dist/componentsMap-0e7046ee.js +67 -0
  39. package/dist/index-aa718078.js +1229 -0
  40. package/dist/main.js +13 -13
  41. package/dist/{swiper-react-90953710.js → swiper-react-0815edaf.js} +652 -505
  42. package/package.json +1 -1
  43. package/dist/assets/index3.css +0 -1
  44. package/dist/componentsMap-ec48f708.js +0 -68
  45. package/dist/index-3b24fe0f.js +0 -314
  46. package/dist/index-4c5d924e.js +0 -925
  47. package/dist/mousewheel-865ae601.js +0 -153
@@ -1,5 +1,5 @@
1
1
  import "./data.mock-483400cb.js";
2
- import "./index-3b24fe0f.js";
2
+ import { g as Q, f as R } from "./index-aa718078.js";
3
3
  import "./Banner/Banner.js";
4
4
  import "./CardIconList/CardIconList.js";
5
5
  import "./CardImageList/CardImageList.js";
@@ -8,7 +8,6 @@ import "./CardInfoTable/index.js";
8
8
  import "./ContentCardList/ContentCardList.js";
9
9
  import "./DownloadFile/components/DownloadFileBright/index.js";
10
10
  import "./Faq/Faq.js";
11
- import { f as R, A as S } from "./index-4c5d924e.js";
12
11
  import "./IntroBanner/IntroBanner.js";
13
12
  import "./MainBanner/MainBanner.js";
14
13
  import "./MultiCards/index.js";
@@ -41,6 +40,6 @@ import "./index-6af94f99.js";
41
40
  import "./const-637b0dca.js";
42
41
  import "./Space/Space.js";
43
42
  export {
44
- R as AllComponents,
45
- S as AllComponentsData
43
+ Q as AllComponents,
44
+ R as AllComponentsData
46
45
  };
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { A as l } from "../index-3b24fe0f.js";
3
+ import { A as l } from "../index-aa718078.js";
4
4
  import "../SwiperList/components/Bullet/Bullet.js";
5
5
  import "../Types/FiledTypes.js";
6
- import "../swiper-react-90953710.js";
6
+ import "../swiper-react-0815edaf.js";
7
7
  import "../cn-6a4bf187.js";
8
8
  import "../useScreenSize-c1b64c02.js";
9
9
  import "./Slide/Slide.js";
@@ -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,7 @@ 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
29
  };
@@ -1,31 +1,31 @@
1
- import { jsx as n } from "react/jsx-runtime";
2
- import { c as t } from "../../../cn-6a4bf187.js";
3
- import { ListNavigation as m } from "../ListNavigation/ListNavigation.js";
4
- const x = ({ footers: r, isDark: b = !1 }) => {
5
- const i = [];
6
- return r == null || r.forEach((a, o) => {
7
- var e;
8
- i.push([{ title: a.title, link: a.path }]), (e = a.sub_items) == null || e.forEach((l) => {
9
- i[o].push({ title: l == null ? void 0 : l.title, link: l == null ? void 0 : l.path });
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { c } from "../../../cn-6a4bf187.js";
3
+ import { ListNavigation as p } from "../ListNavigation/ListNavigation.js";
4
+ const d = ({ footers: b, isDark: m = !1 }) => {
5
+ const l = [];
6
+ return b == null || b.forEach((a, e) => {
7
+ var n;
8
+ l.push([{ title: a.title, link: a.path }]), (n = a.sub_items) == null || n.forEach((r) => {
9
+ l[e].push({ title: r == null ? void 0 : r.title, link: r == null ? void 0 : r.path });
10
10
  });
11
- }), i.length ? /* @__PURE__ */ n("div", { className: "flex pb-[100px] max-mobile:pb-6 max-mobile:flex-col", children: i.map((a, o) => /* @__PURE__ */ n(
11
+ }), l != null && l.length ? /* @__PURE__ */ o("div", { className: "flex pb-[100px] max-mobile:pb-6 max-mobile:flex-col", children: l == null ? void 0 : l.map((a, e) => /* @__PURE__ */ o(
12
12
  "div",
13
13
  {
14
- className: t(
14
+ className: c(
15
15
  "w-1/4 max-mobile:w-full max-mobile:border-b max-mobile:border-[#ecf0f0] max-mobile:last:border-none",
16
- b && "!border-b !border-lightBlue9"
16
+ m && "!border-b !border-lightBlue9"
17
17
  ),
18
- children: /* @__PURE__ */ n(
19
- m,
18
+ children: /* @__PURE__ */ o(
19
+ p,
20
20
  {
21
21
  listNavigation: a,
22
- isDark: b
22
+ isDark: m
23
23
  }
24
24
  )
25
25
  },
26
- o
26
+ e
27
27
  )) }) : null;
28
28
  };
29
29
  export {
30
- x as NavigationFooter
30
+ d as NavigationFooter
31
31
  };
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../cn-6a4bf187.js";
3
3
  import "../useScreenSize-c1b64c02.js";
4
- import { H as e } from "../index-4c5d924e.js";
4
+ import { H as e } from "../index-aa718078.js";
5
5
  import "./components/HeaderWeb/HeaderWeb.js";
6
6
  export {
7
7
  e as Header
@@ -1,43 +1,44 @@
1
- import { jsx as l, jsxs as s } from "react/jsx-runtime";
2
- import { useState as f } from "react";
3
- import { a as x } from "../../../cn-6a4bf187.js";
4
- import { I as u } from "../../../index-2265d593.js";
5
- const i = ({ categories: n, activeSubcategory: p, openResult: e }) => {
6
- const [a, d] = f(
7
- n.length > 0 ? n[0].id : 1
8
- ), t = (r) => {
9
- d(r), p(r), e(!0);
10
- }, c = (r, o) => {
11
- (r.key === "Enter" || r.key === " ") && (r.preventDefault(), t(o));
1
+ import { jsx as p, jsxs as c } from "react/jsx-runtime";
2
+ import { useState as h } from "react";
3
+ import { a as y } from "../../../cn-6a4bf187.js";
4
+ import { I as b } from "../../../index-2265d593.js";
5
+ const E = ({ categories: l, activeSubcategory: t, openResult: f }) => {
6
+ var d;
7
+ const [x, a] = h(
8
+ (l == null ? void 0 : l.length) > 0 ? (d = l == null ? void 0 : l[0]) == null ? void 0 : d.id : 1
9
+ ), o = (n) => {
10
+ a(n), t(n), f(!0);
11
+ }, u = (n, r) => {
12
+ (n.key === "Enter" || n.key === " ") && (n.preventDefault(), o(r));
12
13
  };
13
- return /* @__PURE__ */ l("div", { className: "flex flex-col gap-4 border-r border-[#E0E5E8] py-5 pl-5 pr-0 w-full max-w-[272px]", children: n == null ? void 0 : n.map(
14
- (r) => r && /* @__PURE__ */ s(
14
+ return /* @__PURE__ */ p("div", { className: "flex flex-col gap-4 border-r border-[#E0E5E8] py-5 pl-5 pr-0 w-full max-w-[272px]", children: l == null ? void 0 : l.map(
15
+ (n) => n && /* @__PURE__ */ c(
15
16
  "button",
16
17
  {
17
18
  type: "button",
18
- onClick: () => t(r.id),
19
- onKeyDown: (o) => c(o, r.id),
20
- className: x(
19
+ onClick: () => o(n.id),
20
+ onKeyDown: (r) => u(r, n.id),
21
+ className: y(
21
22
  "flex items-center gap-3 text-[#0E0F11] text-[15px] font-medium leading-[22px] cursor-pointer opacity-60 py-1.5 hover:opacity-100 bg-transparent border-none text-left w-full",
22
- a === r.id && "opacity-100 border-r-2 border-green-600"
23
+ x === n.id && "opacity-100 border-r-2 border-green-600"
23
24
  ),
24
25
  children: [
25
- (r == null ? void 0 : r.icon) && /* @__PURE__ */ l(
26
- u,
26
+ (n == null ? void 0 : n.icon) && /* @__PURE__ */ p(
27
+ b,
27
28
  {
28
- src: r.icon,
29
- alt: (r == null ? void 0 : r.title) || "",
29
+ src: n.icon,
30
+ alt: (n == null ? void 0 : n.title) || "",
30
31
  width: 20,
31
32
  height: 20
32
33
  }
33
34
  ),
34
- /* @__PURE__ */ l("span", { children: (r == null ? void 0 : r.title) || "" })
35
+ /* @__PURE__ */ p("span", { children: (n == null ? void 0 : n.title) || "" })
35
36
  ]
36
37
  },
37
- r.id
38
+ n.id
38
39
  )
39
40
  ) });
40
41
  };
41
42
  export {
42
- i as default
43
+ E as default
43
44
  };
@@ -5,7 +5,7 @@ import "../../../ConfigProvider/index.js";
5
5
  import "../../../Banner/Banner.js";
6
6
  import "../../../BannerAndText/index.js";
7
7
  import "../../../cn-6a4bf187.js";
8
- import { g as T } from "../../../index-4c5d924e.js";
8
+ import { h as S } from "../../../index-aa718078.js";
9
9
  import "../../../HtmlContent/HtmlContent.js";
10
10
  import "../TabsOutlined/TabsOutlined.js";
11
11
  import "../../../index-6af94f99.js";
@@ -34,7 +34,6 @@ import "../../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
34
34
  import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
35
35
  import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
36
36
  import "../../../Faq/components/Collapse/Collapse.js";
37
- import "../../../index-3b24fe0f.js";
38
37
  import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
39
38
  import "../../../CardInfoTable/index.js";
40
39
  import "../../../DownloadFile/components/DownloadFileBright/index.js";
@@ -43,5 +42,5 @@ import "../../../Space/Space.js";
43
42
  import "../../../VideoMainBanner/VideoMainBanner.js";
44
43
  import "../HeaderTabsMobile/HeaderTabsMobile.js";
45
44
  export {
46
- T as default
45
+ S as default
47
46
  };
@@ -4,7 +4,7 @@ import "../../const.js";
4
4
  import "../../../index-3a534581.js";
5
5
  import "../../../cn-6a4bf187.js";
6
6
  import "../HeaderMainMobile/HeaderMainMobile.js";
7
- import { h as d } from "../../../index-4c5d924e.js";
7
+ import { i as d } from "../../../index-aa718078.js";
8
8
  import "../HeaderSearchMobile/HeaderSearchMobile.js";
9
9
  export {
10
10
  d as HeaderMobile
@@ -1,4 +1,4 @@
1
- import { h as r } from "../../../index-4c5d924e.js";
1
+ import { i as r } from "../../../index-aa718078.js";
2
2
  export {
3
3
  r as HeaderMobile
4
4
  };
@@ -1,11 +1,10 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { useEffect as g } from "react";
3
- import { S as x, N as k, a as S, b as y } from "../../../swiper-react-90953710.js";
4
- import { M as N } from "../../../mousewheel-865ae601.js";
3
+ import { S as x, N as k, M as S, a as y, b as N } from "../../../swiper-react-0815edaf.js";
5
4
  import { R as v } from "../../../routes-382632ac.js";
6
5
  import { c as M } from "../../../cn-6a4bf187.js";
7
- import '../../../assets/swiper.css';/* empty css */x.use([k, N]);
8
- const j = ({ sectionsData: l, setCategoriesData: w }) => {
6
+ import '../../../assets/swiper.css';/* empty css */x.use([k, S]);
7
+ const T = ({ sectionsData: l, setCategoriesData: w }) => {
9
8
  g(() => {
10
9
  var r;
11
10
  (l == null ? void 0 : l.length) > 0 && l[0] && w(((r = l[0]) == null ? void 0 : r.categories) || []);
@@ -36,13 +35,13 @@ const j = ({ sectionsData: l, setCategoriesData: w }) => {
36
35
  );
37
36
  };
38
37
  return /* @__PURE__ */ p("div", { className: "py-2 mb-3 [&_.swiper-slide]:w-auto", children: /* @__PURE__ */ p(
39
- S,
38
+ y,
40
39
  {
41
40
  spaceBetween: 8,
42
41
  slidesPerView: "auto",
43
42
  mousewheel: !0,
44
43
  children: l == null ? void 0 : l.map((r, o) => r && /* @__PURE__ */ p(
45
- y,
44
+ N,
46
45
  {
47
46
  className: c(r, o),
48
47
  onClick: () => h((r == null ? void 0 : r.id) || 0, r == null ? void 0 : r.link, (r == null ? void 0 : r.categories) || []),
@@ -54,5 +53,5 @@ const j = ({ sectionsData: l, setCategoriesData: w }) => {
54
53
  ) });
55
54
  };
56
55
  export {
57
- j as default
56
+ T as default
58
57
  };
@@ -1,14 +1,13 @@
1
- import { jsx as t, jsxs as a } from "react/jsx-runtime";
2
- import { S as p, N as u, a as d, b as c } from "../../../swiper-react-90953710.js";
3
- import { M as f } from "../../../mousewheel-865ae601.js";
1
+ import { jsx as t, jsxs as o } from "react/jsx-runtime";
2
+ import { S as u, N as p, M as d, a as c, b as f } from "../../../swiper-react-0815edaf.js";
4
3
  import { c as i } from "../../../cn-6a4bf187.js";
5
- p.use([u, f]);
6
- const w = ({
4
+ u.use([p, d]);
5
+ const h = ({
7
6
  navigation: r,
8
7
  onClick: l,
9
8
  activeTab: n
10
9
  }) => !r || (r == null ? void 0 : r.length) === 0 ? null : /* @__PURE__ */ t("div", { className: "relative border-b border-[#CAD1D7]", children: /* @__PURE__ */ t(
11
- d,
10
+ c,
12
11
  {
13
12
  spaceBetween: 0,
14
13
  slidesPerView: "auto",
@@ -16,12 +15,12 @@ const w = ({
16
15
  children: r.map((e) => {
17
16
  if (!e.count)
18
17
  return null;
19
- const o = n === e.id;
18
+ const a = n === e.id;
20
19
  return /* @__PURE__ */ t(
21
- c,
20
+ f,
22
21
  {
23
22
  className: "!w-auto",
24
- children: /* @__PURE__ */ a("div", { className: "mr-6 pb-2 flex items-center gap-2", children: [
23
+ children: /* @__PURE__ */ o("div", { className: "mr-6 pb-2 flex items-center gap-2", children: [
25
24
  /* @__PURE__ */ t(
26
25
  "button",
27
26
  {
@@ -32,7 +31,7 @@ const w = ({
32
31
  },
33
32
  className: i(
34
33
  "text-[16px] font-medium cursor-pointer select-none m-0 inline-flex items-center justify-center text-[#3E454C] leading-[24px] relative bg-transparent border-none p-0",
35
- o && "text-[#0E0F11] font-medium after:absolute after:top-[30px] after:right-0 after:w-full after:border-b-[1.5px] after:border-[#16A34A]"
34
+ a && "text-[#0E0F11] font-medium after:absolute after:top-[30px] after:right-0 after:w-full after:border-b-[1.5px] after:border-[#16A34A]"
36
35
  ),
37
36
  children: e == null ? void 0 : e.title
38
37
  }
@@ -46,5 +45,5 @@ const w = ({
46
45
  }
47
46
  ) });
48
47
  export {
49
- w as TabsOutlined
48
+ h as TabsOutlined
50
49
  };
@@ -1,4 +1,4 @@
1
- import { H as a } from "../index-4c5d924e.js";
1
+ import { H as a } from "../index-aa718078.js";
2
2
  export {
3
3
  a as Header
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../InfoBanner/index.js";
3
- import { a as n } from "../index-4c5d924e.js";
3
+ import { a as n } from "../index-aa718078.js";
4
4
  import "../ComponentContainer-cdb2528c.js";
5
5
  import "../cn-6a4bf187.js";
6
6
  import "../useScreenSize-c1b64c02.js";
@@ -1,4 +1,4 @@
1
- import { a as o } from "../index-4c5d924e.js";
1
+ import { a as o } from "../index-aa718078.js";
2
2
  export {
3
3
  o as InfoBannerList
4
4
  };
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "../index-6af94f99.js";
3
3
  import "../const-637b0dca.js";
4
4
  import "../ComponentContainer-cdb2528c.js";
5
- import { I as s, j as a } from "../index-4c5d924e.js";
5
+ import { I as s, k as a } from "../index-aa718078.js";
6
6
  export {
7
7
  s as InstructionList,
8
8
  a as cards
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { d as U, i as V } from "../../../index-4c5d924e.js";
3
+ import { d as T, j as U } from "../../../index-aa718078.js";
4
4
  import "../../../ConfigProvider/index.js";
5
5
  import "../../../Banner/Banner.js";
6
6
  import "../../../BannerAndText/index.js";
@@ -35,7 +35,6 @@ import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
35
35
  import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
36
36
  import "../../../Faq/components/Collapse/Collapse.js";
37
37
  import "../InstructionModal/InstructionModal.js";
38
- import "../../../index-3b24fe0f.js";
39
38
  import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
40
39
  import "../../../CardInfoTable/index.js";
41
40
  import "../../../DownloadFile/components/DownloadFileBright/index.js";
@@ -44,6 +43,6 @@ import "../../../Space/Space.js";
44
43
  import "../../../VideoMainBanner/VideoMainBanner.js";
45
44
  import "../../../Types/FiledTypes.js";
46
45
  export {
47
- U as InstructionCard,
48
- V as InstructionCardData
46
+ T as InstructionCard,
47
+ U as InstructionCardData
49
48
  };
@@ -1,4 +1,4 @@
1
- import { d as t } from "../../../index-4c5d924e.js";
1
+ import { d as t } from "../../../index-aa718078.js";
2
2
  export {
3
3
  t as InstructionCard
4
4
  };
@@ -1,4 +1,4 @@
1
- import { I as r } from "../index-4c5d924e.js";
1
+ import { I as r } from "../index-aa718078.js";
2
2
  export {
3
3
  r as InstructionList
4
4
  };
@@ -1,8 +1,8 @@
1
- import { jsxs as o, jsx as a } from "react/jsx-runtime";
2
- import { B as b } from "../index-6af94f99.js";
3
- import { c as f } from "../const-637b0dca.js";
4
- import { C as d } from "../ComponentContainer-cdb2528c.js";
5
- import { I as x } from "../index-2265d593.js";
1
+ import { jsxs as o, jsx as l } from "react/jsx-runtime";
2
+ import { B as f } from "../index-6af94f99.js";
3
+ import { c as d } from "../const-637b0dca.js";
4
+ import { C as b } from "../ComponentContainer-cdb2528c.js";
5
+ import { I as t } from "../index-2265d593.js";
6
6
  import { c as h } from "../cn-6a4bf187.js";
7
7
  const g = [
8
8
  "title",
@@ -11,45 +11,45 @@ const g = [
11
11
  "image_mob",
12
12
  "logo",
13
13
  "grid",
14
- f
14
+ d
15
15
  ], w = ({
16
- title: l,
16
+ title: m,
17
17
  description: p,
18
- buttons: t,
18
+ buttons: x,
19
19
  image: c,
20
- image_mob: s,
21
- logo: i,
22
- grid: r
20
+ image_mob: i,
21
+ logo: r,
22
+ grid: s
23
23
  }) => {
24
- const n = (e, m) => m.length % 2 !== 0 && e === m.length - 1;
24
+ const n = (e, a) => (a == null ? void 0 : a.length) % 2 !== 0 && e === (a == null ? void 0 : a.length) - 1;
25
25
  return /* @__PURE__ */ o("section", { children: [
26
- /* @__PURE__ */ o(d, { className: "flex flex-col items-center", children: [
27
- i && /* @__PURE__ */ a(
28
- x,
26
+ /* @__PURE__ */ o(b, { className: "flex flex-col items-center", children: [
27
+ r && /* @__PURE__ */ l(
28
+ t,
29
29
  {
30
- src: i,
31
- alt: l,
30
+ src: r,
31
+ alt: m,
32
32
  className: "mb-[36px] mt-[40px] w-[427px] flex items-center h-[94px] max-tablet:w-[100%] max-tablet:h-[45px] max-tablet:my-[12px] max-tablet:mb-[24px]",
33
33
  imageStyles: "h-full w-full max-tablet:object-contain"
34
34
  }
35
35
  ),
36
- /* @__PURE__ */ a("h1", { className: "text-black2 text-[40px] font-bold leading-[50px] mb-[24px] text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[20px]", children: l }),
37
- p && /* @__PURE__ */ a("p", { className: "text-black2 text-center text-[20px] font-normal leading-[25px] mb-[32px] w-[75%] max-tablet:text-[16px] max-tablet:leading-[20px] max-tablet:w-full", children: p }),
38
- /* @__PURE__ */ a(
36
+ /* @__PURE__ */ l("h1", { className: "text-black2 text-[40px] font-bold leading-[50px] mb-[24px] text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[20px]", children: m }),
37
+ p && /* @__PURE__ */ l("p", { className: "text-black2 text-center text-[20px] font-normal leading-[25px] mb-[32px] w-[75%] max-tablet:text-[16px] max-tablet:leading-[20px] max-tablet:w-full", children: p }),
38
+ /* @__PURE__ */ l(
39
39
  "div",
40
40
  {
41
- className: `grid grid-cols-${r} items-center gap-[16px] mb-[60px]
41
+ className: `grid grid-cols-${s} items-center gap-[16px] mb-[60px]
42
42
  max-tablet:grid-cols-1 max-tablet:w-full max-tablet:mb-[40px]`,
43
- children: t == null ? void 0 : t.map((e, m) => /* @__PURE__ */ a(
43
+ children: x == null ? void 0 : x.map((e, a) => /* @__PURE__ */ l(
44
44
  "a",
45
45
  {
46
46
  href: e == null ? void 0 : e.link,
47
47
  className: h("flex items-center", {
48
- [`col-span-${r}`]: n(m, t)
48
+ [`col-span-${s}`]: n(a, x)
49
49
  }),
50
50
  target: "_blank",
51
- children: /* @__PURE__ */ a(
52
- b,
51
+ children: /* @__PURE__ */ l(
52
+ f,
53
53
  {
54
54
  className: "font-[Inter] h-[56px] mx-auto px-[32px] py-[12px] max-tablet:px-[32px] max-tablet:py-[12px]",
55
55
  title: e == null ? void 0 : e.title
@@ -60,20 +60,20 @@ const g = [
60
60
  }
61
61
  )
62
62
  ] }),
63
- c && /* @__PURE__ */ a(
64
- x,
63
+ c && /* @__PURE__ */ l(
64
+ t,
65
65
  {
66
66
  src: c,
67
- alt: l,
67
+ alt: m,
68
68
  className: "w-full h-[450px] max-mobile:h-[320px] mb-[64px] block max-mobile::block",
69
69
  imageStyles: "w-full h-full object-contain max-mobile:object-cover"
70
70
  }
71
71
  ),
72
- s && /* @__PURE__ */ a(
73
- x,
72
+ i && /* @__PURE__ */ l(
73
+ t,
74
74
  {
75
- src: s,
76
- alt: l,
75
+ src: i,
76
+ alt: m,
77
77
  className: "w-full h-[280px] hidden max-mobile::block",
78
78
  imageStyles: "w-full h-full object-contain max-mobile:object-cover"
79
79
  }
@@ -1,7 +1,7 @@
1
1
  import "../ConfigProvider/index.js";
2
2
  import "../Banner/Banner.js";
3
3
  import "../BannerAndText/index.js";
4
- import "../index-4c5d924e.js";
4
+ import "../index-aa718078.js";
5
5
  import "../Footer/Footer.js";
6
6
  import "../Stepper/Stepper.js";
7
7
  import "../Segments/Segments.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as f } from "../componentsMap-ec48f708.js";
2
+ import { c as f } from "../componentsMap-0e7046ee.js";
3
3
  const a = (p) => p.map((r) => {
4
4
  const s = f[r.key];
5
5
  if (!s)
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "../index-6af94f99.js";
3
3
  import "../const-637b0dca.js";
4
4
  import "../ComponentContainer-cdb2528c.js";
5
- import { P as e } from "../index-4c5d924e.js";
5
+ import { P as e } from "../index-aa718078.js";
6
6
  export {
7
7
  e as PreviewList
8
8
  };
@@ -21,7 +21,7 @@ import "../../../Partners/Partners.js";
21
21
  import "../../../CardImageList/CardImageList.js";
22
22
  import "../../../MainBanner/MainBanner.js";
23
23
  import "../../../Faq/Faq.js";
24
- import { e as T, k as U } from "../../../index-4c5d924e.js";
24
+ import { e as S, l as T } from "../../../index-aa718078.js";
25
25
  import "../../../HeroPossibilityBanner/index.js";
26
26
  import "../../../PartnersColors/PartnersColors.js";
27
27
  import "../../../Cards/CardImage/CardImage.js";
@@ -34,7 +34,6 @@ import "../../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
34
34
  import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
35
35
  import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
36
36
  import "../../../Faq/components/Collapse/Collapse.js";
37
- import "../../../index-3b24fe0f.js";
38
37
  import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
39
38
  import "../../../CardInfoTable/index.js";
40
39
  import "../../../DownloadFile/components/DownloadFileBright/index.js";
@@ -43,6 +42,6 @@ import "../../../Space/Space.js";
43
42
  import "../../../VideoMainBanner/VideoMainBanner.js";
44
43
  import "../../../Types/FiledTypes.js";
45
44
  export {
46
- T as PreviewCard,
47
- U as PreviewCardData
45
+ S as PreviewCard,
46
+ T as PreviewCardData
48
47
  };
@@ -1,4 +1,4 @@
1
- import { e as a } from "../../../index-4c5d924e.js";
1
+ import { e as a } from "../../../index-aa718078.js";
2
2
  export {
3
3
  a as PreviewCard
4
4
  };
@@ -1,4 +1,4 @@
1
- import { P as i } from "../index-4c5d924e.js";
1
+ import { P as i } from "../index-aa718078.js";
2
2
  export {
3
3
  i as PreviewList
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../Types/FiledTypes.js";
3
- import { b as s } from "../index-4c5d924e.js";
3
+ import { b as s } from "../index-aa718078.js";
4
4
  import "../ComponentContainer-cdb2528c.js";
5
5
  import "../cn-6a4bf187.js";
6
6
  import "../useScreenSize-c1b64c02.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as n, Fragment as t } from "react/jsx-runtime";
2
- import { c as i } from "../componentsMap-ec48f708.js";
2
+ import { c as i } from "../componentsMap-0e7046ee.js";
3
3
  const d = ({ components: o, device: p }) => /* @__PURE__ */ n(t, { children: o.map((r) => {
4
4
  const e = i[r.key];
5
5
  return e ? /* @__PURE__ */ n(
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { l as U, C as V } from "../../../index-4c5d924e.js";
2
+ import { m as T, C as U } from "../../../index-aa718078.js";
3
3
  import "../../../ConfigProvider/index.js";
4
4
  import "../../../Banner/Banner.js";
5
5
  import "../../../BannerAndText/index.js";
@@ -35,7 +35,6 @@ import "../../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
35
35
  import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
36
36
  import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
37
37
  import "../../../Faq/components/Collapse/Collapse.js";
38
- import "../../../index-3b24fe0f.js";
39
38
  import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
40
39
  import "../../../CardInfoTable/index.js";
41
40
  import "../../../DownloadFile/components/DownloadFileBright/index.js";
@@ -44,6 +43,6 @@ import "../../../Space/Space.js";
44
43
  import "../../../VideoMainBanner/VideoMainBanner.js";
45
44
  import "../../../Types/FiledTypes.js";
46
45
  export {
47
- U as CardMarkedRow,
48
- V as CardMarkedRowFields
46
+ T as CardMarkedRow,
47
+ U as CardMarkedRowFields
49
48
  };