md-components-mdigial-azamat 0.0.43 → 0.0.44

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 (36) hide show
  1. package/dist/AllComponents.js +1 -1
  2. package/dist/Footer/components/NavigationFooter/NavigationFooter.js +17 -17
  3. package/dist/Header/Header.js +1 -1
  4. package/dist/Header/components/HeaderMenu/HeaderMenu.js +25 -24
  5. package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +1 -1
  6. package/dist/Header/components/HeaderMobile/HeaderMobile.js +1 -1
  7. package/dist/Header/components/HeaderMobile/index.js +1 -1
  8. package/dist/Header/index.js +1 -1
  9. package/dist/InfoBannerList/InfoBannerList.js +1 -1
  10. package/dist/InfoBannerList/index.js +1 -1
  11. package/dist/InstructionList/InstructionList.js +1 -1
  12. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +1 -1
  13. package/dist/InstructionList/components/InstructionCard/index.js +1 -1
  14. package/dist/InstructionList/index.js +1 -1
  15. package/dist/MainBanner/MainBanner.js +32 -32
  16. package/dist/PageViewer/PageViewer.js +1 -1
  17. package/dist/PageViewer/renderComponents.js +1 -1
  18. package/dist/PreviewList/PreviewList.js +1 -1
  19. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +1 -1
  20. package/dist/PreviewList/components/PreviewCard/index.js +1 -1
  21. package/dist/PreviewList/index.js +1 -1
  22. package/dist/PromoPoster/PromoPoster.js +1 -1
  23. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  24. package/dist/StandartTable/components/CardMarkedRow/index.js +1 -1
  25. package/dist/StandartTable/index.js +1 -1
  26. package/dist/SwiperList/SwiperList.js +1 -1
  27. package/dist/SwiperList/index.js +1 -1
  28. package/dist/TasksBanner/TasksBanner.js +1 -1
  29. package/dist/TasksBanner/index.js +1 -1
  30. package/dist/TasksBannerList/TasksBannerList.js +1 -1
  31. package/dist/TasksBannerList/index.js +1 -1
  32. package/dist/VideoMainBanner/VideoMainBanner.js +25 -25
  33. package/dist/{componentsMap-ec48f708.js → componentsMap-0b4c8ca6.js} +1 -1
  34. package/dist/{index-4c5d924e.js → index-54813771.js} +72 -72
  35. package/dist/main.js +1 -1
  36. package/package.json +1 -1
@@ -8,7 +8,7 @@ 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";
11
+ import { f as R, A as S } from "./index-54813771.js";
12
12
  import "./IntroBanner/IntroBanner.js";
13
13
  import "./MainBanner/MainBanner.js";
14
14
  import "./MultiCards/index.js";
@@ -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-54813771.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 { g as T } from "../../../index-54813771.js";
9
9
  import "../../../HtmlContent/HtmlContent.js";
10
10
  import "../TabsOutlined/TabsOutlined.js";
11
11
  import "../../../index-6af94f99.js";
@@ -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 { h as d } from "../../../index-54813771.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 { h as r } from "../../../index-54813771.js";
2
2
  export {
3
3
  r as HeaderMobile
4
4
  };
@@ -1,4 +1,4 @@
1
- import { H as a } from "../index-4c5d924e.js";
1
+ import { H as a } from "../index-54813771.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-54813771.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-54813771.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, j as a } from "../index-54813771.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 U, i as V } from "../../../index-54813771.js";
4
4
  import "../../../ConfigProvider/index.js";
5
5
  import "../../../Banner/Banner.js";
6
6
  import "../../../BannerAndText/index.js";
@@ -1,4 +1,4 @@
1
- import { d as t } from "../../../index-4c5d924e.js";
1
+ import { d as t } from "../../../index-54813771.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-54813771.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-54813771.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-0b4c8ca6.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-54813771.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 T, k as U } from "../../../index-54813771.js";
25
25
  import "../../../HeroPossibilityBanner/index.js";
26
26
  import "../../../PartnersColors/PartnersColors.js";
27
27
  import "../../../Cards/CardImage/CardImage.js";
@@ -1,4 +1,4 @@
1
- import { e as a } from "../../../index-4c5d924e.js";
1
+ import { e as a } from "../../../index-54813771.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-54813771.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-54813771.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-0b4c8ca6.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 { l as U, C as V } from "../../../index-54813771.js";
3
3
  import "../../../ConfigProvider/index.js";
4
4
  import "../../../Banner/Banner.js";
5
5
  import "../../../BannerAndText/index.js";
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "../Types/FiledTypes.js";
3
3
  import "../ComponentContainer-cdb2528c.js";
4
4
  import "../cn-6a4bf187.js";
5
- import { c as e } from "../index-4c5d924e.js";
5
+ import { c as e } from "../index-54813771.js";
6
6
  import "./components/CardWarning/index.js";
7
7
  export {
8
8
  e as StandartTable
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../index-3b24fe0f.js";
4
4
  import "../Types/FiledTypes.js";
5
5
  import "../swiper-react-90953710.js";
6
- import { S as w } from "../index-4c5d924e.js";
6
+ import { S as w } from "../index-54813771.js";
7
7
  import "../ComponentContainer-cdb2528c.js";
8
8
  import "./components/Bullet/Bullet.js";
9
9
  import "./components/Slide/Slide.js";
@@ -1,4 +1,4 @@
1
- import { S as i } from "../index-4c5d924e.js";
1
+ import { S as i } from "../index-54813771.js";
2
2
  export {
3
3
  i as SwiperList
4
4
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { n, m as e } from "../index-4c5d924e.js";
3
+ import { n, m as e } from "../index-54813771.js";
4
4
  import "../HtmlContent/HtmlContent.js";
5
5
  import "../Types/FiledTypes.js";
6
6
  import "../index-2265d593.js";
@@ -1,4 +1,4 @@
1
- import { n as r } from "../index-4c5d924e.js";
1
+ import { n as r } from "../index-54813771.js";
2
2
  export {
3
3
  r as TasksBanner
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { T as p } from "../index-4c5d924e.js";
2
+ import { T as p } from "../index-54813771.js";
3
3
  import "../Types/FiledTypes.js";
4
4
  import "../ComponentContainer-cdb2528c.js";
5
5
  export {
@@ -1,4 +1,4 @@
1
- import { T as r } from "../index-4c5d924e.js";
1
+ import { T as r } from "../index-54813771.js";
2
2
  export {
3
3
  r as TasksBannerList
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { a as t, c as f } from "../cn-6a4bf187.js";
2
+ import { a as t, c as u } from "../cn-6a4bf187.js";
3
3
  import { FieldTypes as m } from "../Types/FiledTypes.js";
4
4
  import { B as y } from "../index-6af94f99.js";
5
5
  import { C as g } from "../ComponentContainer-cdb2528c.js";
@@ -25,24 +25,24 @@ const v = {
25
25
  "isShadow",
26
26
  "grid"
27
27
  ], k = ({
28
- title: h,
28
+ title: b,
29
29
  description: p,
30
30
  image: i,
31
- image_mob: o,
32
- logo: s,
33
- animation: c,
34
- animation_mob: n,
35
- buttons: a,
36
- isShadow: d = !1,
37
- grid: b
31
+ image_mob: c,
32
+ logo: o,
33
+ animation: s,
34
+ animation_mob: d,
35
+ buttons: x,
36
+ isShadow: n = !1,
37
+ grid: h
38
38
  }) => {
39
- const u = (l, x) => x.length % 2 !== 0 && l === x.length - 1;
39
+ const f = (l, a) => (a == null ? void 0 : a.length) % 2 !== 0 && l === (a == null ? void 0 : a.length) - 1;
40
40
  return /* @__PURE__ */ r("div", { children: [
41
41
  /* @__PURE__ */ e(g, { children: /* @__PURE__ */ r("div", { className: "flex flex-col items-center pt-[40px] max-tablet:pt-[32px]", children: [
42
- s && /* @__PURE__ */ e(
42
+ o && /* @__PURE__ */ e(
43
43
  w,
44
44
  {
45
- src: s,
45
+ src: o,
46
46
  alt: "mtravel logo",
47
47
  className: t(
48
48
  "mb-[36px] w-[427px] h-[94px] max-tablet:w-full max-tablet:h-[45px] max-tablet:mt-[12px] max-tablet:mb-[24px] xxl:!h-[131px] xxl:w-full xxl:mt-[12px] xxl:mb-[24px]"
@@ -50,19 +50,19 @@ const v = {
50
50
  imageStyles: "h-full w-full object-contain"
51
51
  }
52
52
  ),
53
- /* @__PURE__ */ e("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] xxl:text-[56px] xxl:leading-[66px]", children: h }),
53
+ /* @__PURE__ */ e("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] xxl:text-[56px] xxl:leading-[66px]", children: b }),
54
54
  p && /* @__PURE__ */ e("p", { className: "text-black2 text-center text-[20px] font-normal leading-[25px] mb-[36px] w-[75%] max-tablet:text-[16px] max-tablet:leading-[20px] max-tablet:w-full", children: p }),
55
55
  /* @__PURE__ */ e(
56
56
  "div",
57
57
  {
58
- className: `grid grid-cols-${b} items-center gap-[16px] mb-[60px]
58
+ className: `grid grid-cols-${h} items-center gap-[16px] mb-[60px]
59
59
  max-tablet:grid-cols-1 max-tablet:w-full max-tablet:mb-[40px]`,
60
- children: a == null ? void 0 : a.map((l, x) => /* @__PURE__ */ e(
60
+ children: x == null ? void 0 : x.map((l, a) => /* @__PURE__ */ e(
61
61
  "a",
62
62
  {
63
63
  href: l == null ? void 0 : l.button_link,
64
- className: f("flex items-center", {
65
- [`col-span-${b}`]: u(x, a)
64
+ className: u("flex items-center", {
65
+ [`col-span-${h}`]: f(a, x)
66
66
  }),
67
67
  target: "_blank",
68
68
  children: /* @__PURE__ */ e(y, { className: "font-[Inter] h-[56px] mx-auto px-[32px] py-[12px] max-tablet:px-[32px] max-tablet:py-[12px]", children: l == null ? void 0 : l.button_text })
@@ -82,7 +82,7 @@ const v = {
82
82
  {
83
83
  className: t(
84
84
  "h-[450px] xxl:h-[630px] xxl:w-full",
85
- d && "w-fit h-full my-0 mx-auto block relative gradient-border"
85
+ n && "w-fit h-full my-0 mx-auto block relative gradient-border"
86
86
  ),
87
87
  children: /* @__PURE__ */ r(
88
88
  "video",
@@ -99,14 +99,14 @@ const v = {
99
99
  "source",
100
100
  {
101
101
  type: "video/quicktime",
102
- src: n
102
+ src: d
103
103
  }
104
104
  ),
105
105
  /* @__PURE__ */ e(
106
106
  "source",
107
107
  {
108
108
  type: "video/webm",
109
- src: c
109
+ src: s
110
110
  }
111
111
  )
112
112
  ]
@@ -116,7 +116,7 @@ const v = {
116
116
  )
117
117
  }
118
118
  ),
119
- o && /* @__PURE__ */ e(
119
+ c && /* @__PURE__ */ e(
120
120
  "div",
121
121
  {
122
122
  className: t(
@@ -128,12 +128,12 @@ const v = {
128
128
  {
129
129
  className: t(
130
130
  "h-[450px] xxl:h-[630px] xxl:w-full max-tablet:h-[280px]",
131
- d && "w-fit h-full my-0 mx-auto block relative gradient-border"
131
+ n && "w-fit h-full my-0 mx-auto block relative gradient-border"
132
132
  ),
133
133
  children: /* @__PURE__ */ r(
134
134
  "video",
135
135
  {
136
- poster: o,
136
+ poster: c,
137
137
  autoPlay: !0,
138
138
  loop: !0,
139
139
  muted: !0,
@@ -145,14 +145,14 @@ const v = {
145
145
  "source",
146
146
  {
147
147
  type: "video/quicktime",
148
- src: n
148
+ src: d
149
149
  }
150
150
  ),
151
151
  /* @__PURE__ */ e(
152
152
  "source",
153
153
  {
154
154
  type: "video/webm",
155
- src: c
155
+ src: s
156
156
  }
157
157
  )
158
158
  ]
@@ -13,7 +13,7 @@ import { DownloadFileHalf as d } from "./DownloadFile/components/DownloadFileHal
13
13
  import { DownloadFileMini as l } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
14
14
  import { Faq as L } from "./Faq/Faq.js";
15
15
  import { Footer as C } from "./Footer/Footer.js";
16
- import { I as F, P as c, S as w, a as B, T as I, b as S, c as M, H as P } from "./index-4c5d924e.js";
16
+ import { I as F, P as c, S as w, a as B, T as I, b as S, c as M, H as P } from "./index-54813771.js";
17
17
  import { IntroBanner as g } from "./IntroBanner/IntroBanner.js";
18
18
  import { MainBanner as D } from "./MainBanner/MainBanner.js";
19
19
  import { MultiCards as u } from "./MultiCards/index.js";
@@ -57,8 +57,8 @@ import { Slide as pa } from "./SwiperList/components/Slide/Slide.js";
57
57
  import './assets/swiper.css';import './assets/index3.css';/* empty css */import { CardWarning as da } from "./StandartTable/components/CardWarning/index.js";
58
58
  import { InstructionModal as ca } from "./InstructionList/components/InstructionModal/InstructionModal.js";
59
59
  import ma from "./Header/components/HeaderSearchMobile/HeaderSearchMobile.js";
60
- const xa = ({ sectionsData: o, render: t }) => {
61
- const [n, a] = x(
60
+ const xa = ({ sectionsData: o, render: a }) => {
61
+ const [n, t] = x(
62
62
  []
63
63
  );
64
64
  return /* @__PURE__ */ e(
@@ -67,7 +67,7 @@ const xa = ({ sectionsData: o, render: t }) => {
67
67
  className: d(
68
68
  "fixed -top-[100vh] left-0 right-0 w-full h-[calc(100vh-56px)] bg-white z-[9998] overflow-y-auto overflow-x-hidden transition-all duration-500 pb-12",
69
69
  {
70
- "top-14": t === w.MENU
70
+ "top-14": a === w.MENU
71
71
  }
72
72
  ),
73
73
  children: /* @__PURE__ */ e("div", { className: "flex items-center justify-between py-2 px-4 pb-2.5 relative", children: /* @__PURE__ */ s("div", { className: "w-full bg-white flex flex-col z-[1000]", children: [
@@ -75,7 +75,7 @@ const xa = ({ sectionsData: o, render: t }) => {
75
75
  ne,
76
76
  {
77
77
  sectionsData: o,
78
- setCategoriesData: a
78
+ setCategoriesData: t
79
79
  }
80
80
  ),
81
81
  n == null ? void 0 : n.map((r, i) => {
@@ -103,10 +103,10 @@ const xa = ({ sectionsData: o, render: t }) => {
103
103
  );
104
104
  }, ga = ({
105
105
  sections: o,
106
- darkTheme: t,
106
+ darkTheme: a,
107
107
  className: n
108
108
  }) => {
109
- const [a, r] = x(w.MAIN), i = (p) => {
109
+ const [t, r] = x(w.MAIN), i = (p) => {
110
110
  r(p);
111
111
  }, [c, m] = x(void 0), [u, M] = x(!1), b = O(async (p) => {
112
112
  if (p.trim())
@@ -120,11 +120,11 @@ const xa = ({ sectionsData: o, render: t }) => {
120
120
  b(p);
121
121
  };
122
122
  return H(() => {
123
- if (a === w.MENU || a === w.SEARCH)
123
+ if (t === w.MENU || t === w.SEARCH)
124
124
  return document.body.style.overflow = "hidden", () => {
125
125
  document.body.style.overflow = "";
126
126
  };
127
- }, [a]), /* @__PURE__ */ s(
127
+ }, [t]), /* @__PURE__ */ s(
128
128
  "div",
129
129
  {
130
130
  className: d(
@@ -135,9 +135,9 @@ const xa = ({ sectionsData: o, render: t }) => {
135
135
  /* @__PURE__ */ e(
136
136
  Y,
137
137
  {
138
- render: a,
138
+ render: t,
139
139
  show: i,
140
- darkEffect: t,
140
+ darkEffect: a,
141
141
  setSearchValue: N
142
142
  }
143
143
  ),
@@ -147,13 +147,13 @@ const xa = ({ sectionsData: o, render: t }) => {
147
147
  show: i,
148
148
  sectionsData: Array.isArray(o) ? o : [o],
149
149
  className: "top-[56px]",
150
- render: a
150
+ render: t
151
151
  }
152
152
  ),
153
153
  /* @__PURE__ */ e(
154
154
  ma,
155
155
  {
156
- render: a,
156
+ render: t,
157
157
  show: i,
158
158
  results: c,
159
159
  showResults: u
@@ -162,13 +162,13 @@ const xa = ({ sectionsData: o, render: t }) => {
162
162
  ]
163
163
  }
164
164
  );
165
- }, fa = ({ sections: o, darkTheme: t }) => {
165
+ }, fa = ({ sections: o, darkTheme: a }) => {
166
166
  const n = I(960);
167
167
  return /* @__PURE__ */ e(_, { children: n ? /* @__PURE__ */ e(
168
168
  ga,
169
169
  {
170
170
  sections: o,
171
- darkTheme: t,
171
+ darkTheme: a,
172
172
  className: "fixed top-0 z-[9999] w-full"
173
173
  }
174
174
  ) : /* @__PURE__ */ e(
@@ -181,7 +181,7 @@ const xa = ({ sectionsData: o, render: t }) => {
181
181
  la,
182
182
  {
183
183
  sections: o,
184
- darkTheme: t
184
+ darkTheme: a
185
185
  }
186
186
  )
187
187
  }
@@ -194,9 +194,9 @@ const xa = ({ sectionsData: o, render: t }) => {
194
194
  id: l.NUMBER
195
195
  }, C = ({
196
196
  title: o,
197
- subtitle: t,
197
+ subtitle: a,
198
198
  count_color: n,
199
- image: a,
199
+ image: t,
200
200
  id: r
201
201
  }) => {
202
202
  const [i, c] = x(!1);
@@ -205,7 +205,7 @@ const xa = ({ sectionsData: o, render: t }) => {
205
205
  /* @__PURE__ */ e(
206
206
  f,
207
207
  {
208
- src: a,
208
+ src: t,
209
209
  alt: o,
210
210
  className: "w-full h-full",
211
211
  imageStyles: "object-cover"
@@ -226,7 +226,7 @@ const xa = ({ sectionsData: o, render: t }) => {
226
226
  className: `absolute top-[26px] right-[36px] w-fit flex items-center gap-[4px] py-[8px] px-[10px]
227
227
  bg-translucentBlack rounded-[100px] cursor-pointer`,
228
228
  onClick: () => {
229
- a && (c(!0), document.body.style.overflow = "hidden");
229
+ t && (c(!0), document.body.style.overflow = "hidden");
230
230
  },
231
231
  children: [
232
232
  /* @__PURE__ */ e("p", { className: "text-[14px] leading-[20px] text-white", children: "Показать" }),
@@ -243,13 +243,13 @@ const xa = ({ sectionsData: o, render: t }) => {
243
243
  ] }),
244
244
  /* @__PURE__ */ s("div", { className: "bg-white px-[24px] py-[32px] flex flex-col flex-grow gap-[8px]", children: [
245
245
  o && /* @__PURE__ */ e("p", { className: "text-[24px] leading-[32px] font-bold", children: o }),
246
- t && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] text-graySoft2", children: t })
246
+ a && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] text-graySoft2", children: a })
247
247
  ] }),
248
248
  /* @__PURE__ */ e(
249
249
  ca,
250
250
  {
251
251
  show: i,
252
- image: a,
252
+ image: t,
253
253
  title: o,
254
254
  onClose: () => {
255
255
  c(!1), document.body.style.overflow = "auto";
@@ -268,16 +268,16 @@ const Na = ["title", "cards", D], to = {
268
268
  }
269
269
  }, v = ({
270
270
  title: o,
271
- cards: t,
271
+ cards: a,
272
272
  button: n
273
273
  }) => /* @__PURE__ */ s(g, { className: "flex flex-col items-center", children: [
274
274
  o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[54px] font-bold text-center mb-[48px]", children: o }),
275
- /* @__PURE__ */ e("div", { className: "flex flex-row max-tablet:flex-col items-stretch gap-[24px]", children: t == null ? void 0 : t.map((a) => /* @__PURE__ */ e(
275
+ /* @__PURE__ */ e("div", { className: "flex flex-row max-tablet:flex-col items-stretch gap-[24px]", children: a == null ? void 0 : a.map((t) => /* @__PURE__ */ e(
276
276
  C,
277
277
  {
278
- ...a
278
+ ...t
279
279
  },
280
- a == null ? void 0 : a.id
280
+ t == null ? void 0 : t.id
281
281
  )) }),
282
282
  /* @__PURE__ */ e(y, { ...n })
283
283
  ] });
@@ -287,7 +287,7 @@ const wa = ["title", "subtitle", "image", "button", "id"], Ma = {
287
287
  subtitle: l.DESCRIPTION,
288
288
  image: l.FILE,
289
289
  button: Q
290
- }, E = ({ title: o, subtitle: t, image: n, button: a }) => /* @__PURE__ */ s("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
290
+ }, E = ({ title: o, subtitle: a, image: n, button: t }) => /* @__PURE__ */ s("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
291
291
  /* @__PURE__ */ e("div", { className: "relative w-full h-[256px]", children: /* @__PURE__ */ e(
292
292
  f,
293
293
  {
@@ -299,8 +299,8 @@ const wa = ["title", "subtitle", "image", "button", "id"], Ma = {
299
299
  ) }),
300
300
  /* @__PURE__ */ s("div", { className: "bg-white p-[32px] flex flex-col gap-[8px] h-full", children: [
301
301
  (o == null ? void 0 : o.length) && /* @__PURE__ */ e("p", { className: "text-[24px] leading-[32px] font-bold", children: o }),
302
- t && /* @__PURE__ */ e("p", { className: "text-[14px] leading-[20px] text-graySoft", children: t }),
303
- ((a == null ? void 0 : a.title) || (a == null ? void 0 : a.children)) && /* @__PURE__ */ e(y, { ...a })
302
+ a && /* @__PURE__ */ e("p", { className: "text-[14px] leading-[20px] text-graySoft", children: a }),
303
+ ((t == null ? void 0 : t.title) || (t == null ? void 0 : t.children)) && /* @__PURE__ */ e(y, { ...t })
304
304
  ] })
305
305
  ] });
306
306
  E.propsToEdit = wa;
@@ -313,12 +313,12 @@ const ya = {
313
313
  }
314
314
  }, Ia = ["title", ya, D, "grid"], S = ({
315
315
  title: o,
316
- cards: t,
316
+ cards: a,
317
317
  button: n,
318
- grid: a = 3
318
+ grid: t = 3
319
319
  }) => (console.log(o), /* @__PURE__ */ s(g, { className: "flex flex-col items-center", children: [
320
320
  (o == null ? void 0 : o.length) && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: o }),
321
- /* @__PURE__ */ e("div", { className: `grid grid-cols-${a} items-stretch gap-[24px]`, children: t == null ? void 0 : t.map((r, i) => /* @__PURE__ */ e(
321
+ /* @__PURE__ */ e("div", { className: `grid grid-cols-${t} items-stretch gap-[24px]`, children: a == null ? void 0 : a.map((r, i) => /* @__PURE__ */ e(
322
322
  E,
323
323
  {
324
324
  ...r
@@ -330,11 +330,11 @@ const ya = {
330
330
  S.propsToEdit = Ia;
331
331
  const h = ({
332
332
  label: o,
333
- type: t
333
+ type: a
334
334
  }) => ({
335
335
  dataType: l.BOOLEAN,
336
336
  label: o,
337
- type: t
337
+ type: a
338
338
  }), La = {
339
339
  type: "cards",
340
340
  label: "Карточки информации",
@@ -348,9 +348,9 @@ const h = ({
348
348
  type: "isLightTitle"
349
349
  }), Ca = ["title", La, Ta, Da], j = ({
350
350
  title: o,
351
- cards: t,
351
+ cards: a,
352
352
  isLight: n,
353
- isLightTitle: a
353
+ isLightTitle: t
354
354
  }) => {
355
355
  const r = I(960);
356
356
  return /* @__PURE__ */ e(g, { children: /* @__PURE__ */ s("div", { className: d("w-full"), children: [
@@ -359,12 +359,12 @@ const h = ({
359
359
  {
360
360
  className: d(
361
361
  "text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]",
362
- { "text-white4": a }
362
+ { "text-white4": t }
363
363
  ),
364
364
  children: o
365
365
  }
366
366
  ),
367
- /* @__PURE__ */ e("div", { className: d("flex flex-col gap-[40px] w-full"), children: t == null ? void 0 : t.map((i, c) => /* @__PURE__ */ e(
367
+ /* @__PURE__ */ e("div", { className: d("flex flex-col gap-[40px] w-full"), children: a == null ? void 0 : a.map((i, c) => /* @__PURE__ */ e(
368
368
  Ne,
369
369
  {
370
370
  data: i,
@@ -387,14 +387,14 @@ const va = h({
387
387
  title: l.TITLE,
388
388
  is_big: va
389
389
  }
390
- }, Sa = ["image", "image_mob", Ea], k = ({ image: o, image_mob: t, texts: n }) => {
391
- const a = I(960);
390
+ }, Sa = ["image", "image_mob", Ea], k = ({ image: o, image_mob: a, texts: n }) => {
391
+ const t = I(960);
392
392
  return /* @__PURE__ */ e(
393
393
  g,
394
394
  {
395
395
  className: "flex items-center justify-between gap-[40px] px-[48px] py-[38px] pr-[68px] bg-cover bg-no-repeat rounded-[24px] overflow-hidden max-tablet:flex-col max-tablet:items-start max-tablet:gap-[24px] max-tablet:p-[24px] max-tablet:bg-center",
396
396
  style: {
397
- backgroundImage: `url(${a ? t : o})`
397
+ backgroundImage: `url(${t ? a : o})`
398
398
  },
399
399
  children: n == null ? void 0 : n.map((r, i) => /* @__PURE__ */ e(
400
400
  "p",
@@ -428,7 +428,7 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
428
428
  is_marked: Ba
429
429
  }
430
430
  }
431
- }, Pa = ({ title: o, columns: t, className: n }) => /* @__PURE__ */ s(
431
+ }, Pa = ({ title: o, columns: a, className: n }) => /* @__PURE__ */ s(
432
432
  "div",
433
433
  {
434
434
  className: d(
@@ -454,7 +454,7 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
454
454
  className: d(
455
455
  "grid grid-cols-[repeat(4,1fr)] max-tablet:grid-cols-[repeat(4,134px)] gap-[24px] max-tablet:gap-0 w-full"
456
456
  ),
457
- children: t == null ? void 0 : t.map((a) => /* @__PURE__ */ s(
457
+ children: a == null ? void 0 : a.map((t) => /* @__PURE__ */ s(
458
458
  "div",
459
459
  {
460
460
  className: d(
@@ -463,7 +463,7 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
463
463
  ),
464
464
  children: [
465
465
  /* @__PURE__ */ s("div", { className: "flex flex-row items-start gap-2 w-[240px] max-tablet:w-full", children: [
466
- (a == null ? void 0 : a.is_marked) === null ? null : a != null && a.is_marked ? /* @__PURE__ */ e(
466
+ (t == null ? void 0 : t.is_marked) === null ? null : t != null && t.is_marked ? /* @__PURE__ */ e(
467
467
  f,
468
468
  {
469
469
  src: ja,
@@ -482,12 +482,12 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
482
482
  className: "flex items-center justify-center"
483
483
  }
484
484
  ),
485
- (a == null ? void 0 : a.title) && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] font-medium m-0 break-words", children: a == null ? void 0 : a.title })
485
+ (t == null ? void 0 : t.title) && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] font-medium m-0 break-words", children: t == null ? void 0 : t.title })
486
486
  ] }),
487
- (a == null ? void 0 : a.description) && /* @__PURE__ */ e("div", { className: "text-[14px] leading-[20px] text-graySoft3 max-tablet:text-[13px] max-tablet:leading-[16px]", children: a == null ? void 0 : a.description })
487
+ (t == null ? void 0 : t.description) && /* @__PURE__ */ e("div", { className: "text-[14px] leading-[20px] text-graySoft3 max-tablet:text-[13px] max-tablet:leading-[16px]", children: t == null ? void 0 : t.description })
488
488
  ]
489
489
  },
490
- a == null ? void 0 : a.id
490
+ t == null ? void 0 : t.id
491
491
  ))
492
492
  }
493
493
  )
@@ -517,8 +517,8 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
517
517
  label: "Строки таблицы",
518
518
  dataType: "array",
519
519
  data: za
520
- }, _a = ["title", Aa, Fa], B = ({ title: o, table: t, rows: n }) => {
521
- var a;
520
+ }, _a = ["title", Aa, Fa], B = ({ title: o, table: a, rows: n }) => {
521
+ var t;
522
522
  return /* @__PURE__ */ s(g, { children: [
523
523
  o && /* @__PURE__ */ e(
524
524
  "p",
@@ -542,19 +542,19 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
542
542
  description: r == null ? void 0 : r.description,
543
543
  columns: r == null ? void 0 : r.columns,
544
544
  className: d({
545
- "border-b border-[#E6E8EB]": !(t != null && t.warning)
545
+ "border-b border-[#E6E8EB]": !(a != null && a.warning)
546
546
  })
547
547
  },
548
548
  r == null ? void 0 : r.id
549
549
  )) })
550
550
  }
551
551
  ),
552
- ((a = t == null ? void 0 : t.warning) == null ? void 0 : a.warning_description) && /* @__PURE__ */ e("div", { className: "mt-4", children: /* @__PURE__ */ e(
552
+ ((t = a == null ? void 0 : a.warning) == null ? void 0 : t.warning_description) && /* @__PURE__ */ e("div", { className: "mt-4", children: /* @__PURE__ */ e(
553
553
  da,
554
554
  {
555
555
  className: "!flex-[1_1_100%] bg-white",
556
- title: t.warning.warning_title,
557
- description: t.warning.warning_description
556
+ title: a.warning.warning_title,
557
+ description: a.warning.warning_description
558
558
  }
559
559
  ) })
560
560
  ] })
@@ -563,11 +563,11 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
563
563
  B.propsToEdit = _a;
564
564
  const L = ({
565
565
  label: o,
566
- type: t
566
+ type: a
567
567
  }) => ({
568
568
  dataType: l.NUMBER,
569
569
  label: o,
570
- type: t
570
+ type: a
571
571
  }), Ha = {
572
572
  type: "cards",
573
573
  label: "Карточки слайдера",
@@ -597,13 +597,13 @@ const L = ({
597
597
  Ya
598
598
  ], z = ({
599
599
  title: o,
600
- cards: t,
600
+ cards: a,
601
601
  card_height: n,
602
- autoplay: a,
602
+ autoplay: t,
603
603
  autoplayDelay: r = 2e3,
604
604
  perViewScreens: i
605
605
  }) => {
606
- const [c, m] = x(0), M = a ? {
606
+ const [c, m] = x(0), M = t ? {
607
607
  delay: r,
608
608
  disableOnInteraction: !1,
609
609
  waitForTransition: !0
@@ -628,7 +628,7 @@ const L = ({
628
628
  pagination: { clickable: !0 },
629
629
  onSlideChange: (p) => m(p.realIndex),
630
630
  autoplay: M,
631
- children: t == null ? void 0 : t.map((p) => /* @__PURE__ */ e(Te, { children: /* @__PURE__ */ e(
631
+ children: a == null ? void 0 : a.map((p) => /* @__PURE__ */ e(Te, { children: /* @__PURE__ */ e(
632
632
  pa,
633
633
  {
634
634
  height: n,
@@ -655,10 +655,10 @@ const L = ({
655
655
  }
656
656
  )
657
657
  ] }),
658
- t.length > 1 && /* @__PURE__ */ e(
658
+ (a == null ? void 0 : a.length) > 1 && /* @__PURE__ */ e(
659
659
  ia,
660
660
  {
661
- count: t.length - (i - 1),
661
+ count: (a == null ? void 0 : a.length) - (i - 1),
662
662
  active: c,
663
663
  activeColor: "#16A34A",
664
664
  anActiveColor: "#A6B2BA",
@@ -670,14 +670,14 @@ const L = ({
670
670
  z.propsToEdit = Va;
671
671
  const Qa = ({
672
672
  color: o = "#40474F",
673
- size: t = 24,
673
+ size: a = 24,
674
674
  ...n
675
675
  }) => /* @__PURE__ */ e(
676
676
  "svg",
677
677
  {
678
678
  xmlns: "http://www.w3.org/2000/svg",
679
- width: t,
680
- height: t,
679
+ width: a,
680
+ height: a,
681
681
  viewBox: "0 0 16 16",
682
682
  fill: "none",
683
683
  ...n,
@@ -709,9 +709,9 @@ const oo = {
709
709
  l.TURN_OVER
710
710
  ], P = ({
711
711
  htmlContent: o,
712
- image: t,
712
+ image: a,
713
713
  title: n,
714
- isTextLast: a,
714
+ isTextLast: t,
715
715
  turnover: r
716
716
  }) => {
717
717
  const [i, c] = x(!1);
@@ -722,7 +722,7 @@ const oo = {
722
722
  className: d(
723
723
  "h-full py-[32px] pr-[64px] pl-[48px] max-tablet:p-[32px] max-tablet:order-1 max-tablet:w-full",
724
724
  {
725
- "order-1": a
725
+ "order-1": t
726
726
  }
727
727
  ),
728
728
  children: [
@@ -771,10 +771,10 @@ const oo = {
771
771
  ]
772
772
  }
773
773
  ),
774
- t && /* @__PURE__ */ e(
774
+ a && /* @__PURE__ */ e(
775
775
  f,
776
776
  {
777
- src: t,
777
+ src: a,
778
778
  alt: n,
779
779
  width: 453,
780
780
  className: d(
@@ -803,10 +803,10 @@ const Ga = {
803
803
  is_promo: l.BOOLEAN,
804
804
  is_yellow: l.BOOLEAN
805
805
  }
806
- }, $a = ["title", Ga], A = ({ title: o, cards: t }) => /* @__PURE__ */ s(g, { children: [
806
+ }, $a = ["title", Ga], A = ({ title: o, cards: a }) => /* @__PURE__ */ s(g, { children: [
807
807
  o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-[#0e0f11] text-center mb-[48px] max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px] [font-variant-numeric:lining-nums_tabular-nums_stacked-fractions] [font-feature-settings:'liga'_off,'clig'_off]", children: o }),
808
- /* @__PURE__ */ e("div", { className: "flex flex-col gap-[40px] w-full", children: t == null ? void 0 : t.map((n, a) => {
809
- const r = a === 0;
808
+ /* @__PURE__ */ e("div", { className: "flex flex-col gap-[40px] w-full", children: a == null ? void 0 : a.map((n, t) => {
809
+ const r = t === 0;
810
810
  return /* @__PURE__ */ e(
811
811
  P,
812
812
  {
@@ -815,7 +815,7 @@ const Ga = {
815
815
  image: n == null ? void 0 : n.image,
816
816
  isFirst: r
817
817
  },
818
- a
818
+ t
819
819
  );
820
820
  }) })
821
821
  ] });
package/dist/main.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { ConfigProvider as e } from "./ConfigProvider/index.js";
2
2
  import { Banner as a } from "./Banner/Banner.js";
3
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-4c5d924e.js";
4
+ import { f, A as x, H as i, d as s, I as d, e as l, P as C } from "./index-54813771.js";
5
5
  import { Footer as P } from "./Footer/Footer.js";
6
6
  import { Stepper as I } from "./Stepper/Stepper.js";
7
7
  import { Segments as w } from "./Segments/Segments.js";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "md-components-mdigial-azamat",
3
3
  "author": "Azamat Raimbekov",
4
4
  "private": false,
5
- "version": "0.0.43",
5
+ "version": "0.0.44",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",