md-components-mdigial-azamat 0.0.18 → 0.0.20

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 (58) hide show
  1. package/dist/AllComponents-7aa1a7f1.js +4407 -0
  2. package/dist/AllComponents.js +17 -101
  3. package/dist/Banner/Banner.js +1 -1
  4. package/dist/Banner/index.js +1 -1
  5. package/dist/CardImageList/CardImageList.js +1 -1
  6. package/dist/CardImageList/index.js +1 -1
  7. package/dist/CardInfoTable/index.js +1 -1
  8. package/dist/Cards/ContentCard/ContentCard.js +2 -2
  9. package/dist/Cards/ContentCard/index.js +2 -2
  10. package/dist/Cards/WarningCard/WarningCard.js +1 -1
  11. package/dist/Cards/WarningCard/index.js +1 -1
  12. package/dist/ContentCardList/ContentCardList.js +1 -1
  13. package/dist/ContentCardList/index.js +1 -1
  14. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
  15. package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
  16. package/dist/DownloadFile/components/DownloadFileBright/index.js +8 -99
  17. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
  18. package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
  19. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
  20. package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
  21. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
  22. package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
  23. package/dist/Faq/Faq.js +1 -1
  24. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +2 -2
  25. package/dist/Faq/components/FeedbackForm/index.js +2 -2
  26. package/dist/Faq/index.js +1 -1
  27. package/dist/InfoBanner/index.js +6 -71
  28. package/dist/InfoBannerList/InfoBannerList.js +6 -35
  29. package/dist/InfoBannerList/index.js +2 -2
  30. package/dist/InstructionList/InstructionList.js +1 -1
  31. package/dist/InstructionList/index.js +1 -1
  32. package/dist/IntroBanner/IntroBanner.js +6 -58
  33. package/dist/IntroBanner/index.js +1 -1
  34. package/dist/MainBanner/MainBanner.js +1 -1
  35. package/dist/MainBanner/index.js +1 -1
  36. package/dist/PageViewer/PageViewer.js +1 -1
  37. package/dist/PageViewer/renderComponents.js +1 -1
  38. package/dist/PreviewList/PreviewList.js +1 -1
  39. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +2 -2
  40. package/dist/PreviewList/components/PreviewCard/index.js +2 -2
  41. package/dist/PreviewList/index.js +1 -1
  42. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  43. package/dist/RenderAllComponents/const.js +10 -10
  44. package/dist/StandartTable/components/CardWarning/index.js +6 -86
  45. package/dist/StandartTable/index.js +6 -46
  46. package/dist/Stepper/Stepper.js +1 -1
  47. package/dist/Stepper/index.js +1 -1
  48. package/dist/TasksBanner/TasksBanner.js +13 -12
  49. package/dist/Types/FiledTypes.js +2 -2
  50. package/dist/VideoMainBanner/VideoMainBanner.js +6 -146
  51. package/dist/VideoMainBanner/index.js +2 -2
  52. package/dist/componentsMap-678541b7.js +53 -0
  53. package/dist/main.js +66 -64
  54. package/package.json +1 -1
  55. package/dist/componentsMap-fac339bd.js +0 -58
  56. package/dist/data.mock-05e024fc.js +0 -1714
  57. package/dist/index-3327c6b5.js +0 -2109
  58. /package/dist/assets/{InfoBanner.css → TasksBanner.css} +0 -0
@@ -1,4 +1,4 @@
1
- import { IntroBanner as o } from "./IntroBanner.js";
1
+ import { h as o } from "../AllComponents-7aa1a7f1.js";
2
2
  export {
3
3
  o as IntroBanner
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { M as a } from "../index-3327c6b5.js";
2
+ import { M as a } from "../AllComponents-7aa1a7f1.js";
3
3
  import "../ComponentContainer-0fcc2695.js";
4
4
  import "../index-60dfa873.js";
5
5
  import "../cn-d8c04b28.js";
@@ -1,4 +1,4 @@
1
- import { M as r } from "../index-3327c6b5.js";
1
+ import { M as r } from "../AllComponents-7aa1a7f1.js";
2
2
  export {
3
3
  r as MainBanner
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import "../ConfigProvider/index.js";
2
- import "../index-3327c6b5.js";
2
+ import "../AllComponents-7aa1a7f1.js";
3
3
  import "../BannerAndText/index.js";
4
4
  import "../Segments/Segments.js";
5
5
  import "../Video/VideoFull/VideoFull.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as u } from "../componentsMap-fac339bd.js";
2
+ import { c as u } from "../componentsMap-678541b7.js";
3
3
  const d = (f) => f.map((r) => {
4
4
  const s = u[r.key];
5
5
  if (!s)
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { P as e } from "../index-3327c6b5.js";
2
+ import { P as e } from "../AllComponents-7aa1a7f1.js";
3
3
  import "../ComponentContainer-0fcc2695.js";
4
4
  export {
5
5
  e as PreviewList
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
- import { l as m } from "../../../index-3327c6b5.js";
2
+ import { a4 as i } from "../../../AllComponents-7aa1a7f1.js";
3
3
  import "../../../index-60dfa873.js";
4
4
  export {
5
- m as PreviewCard
5
+ i as PreviewCard
6
6
  };
@@ -1,4 +1,4 @@
1
- import { l as a } from "../../../index-3327c6b5.js";
1
+ import { a4 as e } from "../../../AllComponents-7aa1a7f1.js";
2
2
  export {
3
- a as PreviewCard
3
+ e as PreviewCard
4
4
  };
@@ -1,4 +1,4 @@
1
- import { P as i } from "../index-3327c6b5.js";
1
+ import { P as i } from "../AllComponents-7aa1a7f1.js";
2
2
  export {
3
3
  i as PreviewList
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as n, Fragment as t } from "react/jsx-runtime";
2
- import { c as i } from "../componentsMap-fac339bd.js";
2
+ import { c as i } from "../componentsMap-678541b7.js";
3
3
  const d = ({ components: o, device: m }) => /* @__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
- import { M as a, B as t, u as s, C as n, S as D, a as r, V as e, b as i, c as o, d, P as l, e as C, f as B, g as L, W as m, v as w, w as p, F as I, h as g, D as F, i as S, j as c, I as M, x as P, k as f, l as u, A as V, m as T, T as W, n as b, E as x, o as h, p as k, q, r as v, s as y, t as A } from "../data.mock-05e024fc.js";
2
- const j = [
1
+ import { j as a, k as t, l as s, m as n, n as D, o as r, p as e, q as i, r as o, s as d, t as l, u as C, v as L, w as B, x as m, y as w, z as p, A as I, E as g, G as F, H as S, J as c, K as u, L as M, N as P, O as f, Q as T, R as V, T as x, U as y, X as W, Y as b, Z as k, _ as q, $ as v, a0 as A, a1 as E } from "../AllComponents-7aa1a7f1.js";
2
+ const N = [
3
3
  a,
4
4
  t,
5
5
  s,
@@ -12,8 +12,8 @@ const j = [
12
12
  d,
13
13
  l,
14
14
  C,
15
- B,
16
15
  L,
16
+ B,
17
17
  m,
18
18
  w,
19
19
  p,
@@ -22,22 +22,22 @@ const j = [
22
22
  F,
23
23
  S,
24
24
  c,
25
+ u,
25
26
  M,
26
27
  P,
27
28
  f,
28
- u,
29
- V,
30
29
  T,
30
+ V,
31
+ x,
32
+ y,
31
33
  W,
32
34
  b,
33
- x,
34
- h,
35
35
  k,
36
36
  q,
37
37
  v,
38
- y,
39
- A
38
+ A,
39
+ E
40
40
  ];
41
41
  export {
42
- j as allComponentsData
42
+ N as allComponentsData
43
43
  };
@@ -1,88 +1,8 @@
1
- import { jsxs as n, jsx as s } from "react/jsx-runtime";
2
- import { a as r } from "../../../cn-d8c04b28.js";
3
- import { HtmlContent as c } from "../../../HtmlContent/HtmlContent.js";
4
- import { g as x, f as p, i as t } from "../../../index-3327c6b5.js";
5
- import { I as f } from "../../../index-60dfa873.js";
6
- const _ = ({
7
- data: e,
8
- title: i,
9
- description: l,
10
- image: o,
11
- className: m
12
- }) => /* @__PURE__ */ n(
13
- "div",
14
- {
15
- className: r(
16
- "w-full flex justify-between gap-[20px] bg-gray2 rounded-[20px] p-[16px]",
17
- "md:flex-col md:items-stretch md:gap-[24px] md:p-[16px]",
18
- m
19
- ),
20
- children: [
21
- /* @__PURE__ */ n(
22
- "div",
23
- {
24
- className: r(
25
- "flex gap-4 items-center justify-start",
26
- "md:flex-col md:items-start md:gap-3 md:basis-full"
27
- ),
28
- children: [
29
- ((e == null ? void 0 : e.necessary_icon) || o) && /* @__PURE__ */ s(
30
- f,
31
- {
32
- src: (e == null ? void 0 : e.necessary_icon) ?? o ?? "",
33
- alt: (e == null ? void 0 : e.necessary_title) ?? i ?? "",
34
- width: 48,
35
- height: 48,
36
- className: "w-12 h-12 flex-shrink-0"
37
- }
38
- ),
39
- /* @__PURE__ */ n("div", { className: "box-border md:h-fit", children: [
40
- /* @__PURE__ */ s(
41
- "p",
42
- {
43
- className: r(
44
- "text-[24px] font-bold leading-[32px] m-0",
45
- "md:text-[18px] md:leading-[26px] md:font-semibold"
46
- ),
47
- children: (e == null ? void 0 : e.necessary_title) || i
48
- }
49
- ),
50
- ((e == null ? void 0 : e.necessary_description) || l) && /* @__PURE__ */ s(
51
- c,
52
- {
53
- className: r(
54
- "text-[15px] leading-[22px] text-[#5F6E7B] font-normal",
55
- "md:text-[13px] md:leading-[16px]"
56
- ),
57
- data: `${(e == null ? void 0 : e.necessary_description) || l}`
58
- }
59
- )
60
- ] })
61
- ]
62
- }
63
- ),
64
- (e == null ? void 0 : e.necessary_button_link) && /* @__PURE__ */ s(
65
- "a",
66
- {
67
- href: e == null ? void 0 : e.necessary_button_link,
68
- target: "_blank",
69
- children: /* @__PURE__ */ s(
70
- x,
71
- {
72
- variant: p.Static,
73
- size: t.L,
74
- className: r(
75
- "text-[15px] font-medium leading-[24px] rounded-lg px-4 py-2 bg-[#FDDB2B] text-black border-0 cursor-pointer transition-colors duration-300 hover:bg-[#F7C21C]",
76
- "md:w-full md:h-14"
77
- ),
78
- children: e == null ? void 0 : e.necessary_button_text
79
- }
80
- )
81
- }
82
- )
83
- ]
84
- }
85
- );
1
+ import "react/jsx-runtime";
2
+ import "../../../cn-d8c04b28.js";
3
+ import "../../../HtmlContent/HtmlContent.js";
4
+ import { a9 as a } from "../../../AllComponents-7aa1a7f1.js";
5
+ import "../../../index-60dfa873.js";
86
6
  export {
87
- _ as CardWarning
7
+ a as CardWarning
88
8
  };
@@ -1,48 +1,8 @@
1
- import { jsxs as t, jsx as n } from "react/jsx-runtime";
2
- import { C as c } from "../ComponentContainer-0fcc2695.js";
3
- import { c as d } from "../cn-d8c04b28.js";
4
- import { CardMarkedRow as p } from "./components/CardMarkedRow/index.js";
5
- import { CardWarning as m } from "./components/CardWarning/index.js";
6
- const h = ({ title: e, table: r, rows: i }) => {
7
- var o;
8
- return /* @__PURE__ */ t(c, { children: [
9
- e && /* @__PURE__ */ n(
10
- "p",
11
- {
12
- className: d(
13
- "text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]"
14
- ),
15
- children: e
16
- }
17
- ),
18
- /* @__PURE__ */ t("div", { className: "bg-white rounded-[20px] overflow-hidden p-8 md:p-6", children: [
19
- /* @__PURE__ */ n(
20
- "div",
21
- {
22
- className: d("overflow-x-auto whitespace-nowrap custom-scrollbar"),
23
- children: /* @__PURE__ */ n("div", { className: "bg-white rounded-[20px] w-full", children: i == null ? void 0 : i.map((a) => /* @__PURE__ */ n(
24
- p,
25
- {
26
- data: a,
27
- className: d({
28
- "border-b border-[#E6E8EB]": !(r != null && r.warning)
29
- })
30
- },
31
- a == null ? void 0 : a.id
32
- )) })
33
- }
34
- ),
35
- ((o = r == null ? void 0 : r.warning) == null ? void 0 : o.warning_description) && /* @__PURE__ */ n("div", { className: "mt-4", children: /* @__PURE__ */ n(
36
- m,
37
- {
38
- className: "!flex-[1_1_100%] bg-white",
39
- title: r.warning.warning_title,
40
- description: r.warning.warning_description
41
- }
42
- ) })
43
- ] })
44
- ] });
45
- };
1
+ import "react/jsx-runtime";
2
+ import "../ComponentContainer-0fcc2695.js";
3
+ import "../cn-d8c04b28.js";
4
+ import "./components/CardMarkedRow/index.js";
5
+ import { g as i } from "../AllComponents-7aa1a7f1.js";
46
6
  export {
47
- h as StandartTable
7
+ i as StandartTable
48
8
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { S as e } from "../index-3327c6b5.js";
2
+ import { S as e } from "../AllComponents-7aa1a7f1.js";
3
3
  import "../ComponentContainer-0fcc2695.js";
4
4
  import "../index-60dfa873.js";
5
5
  export {
@@ -1,4 +1,4 @@
1
- import { S as r } from "../index-3327c6b5.js";
1
+ import { S as r } from "../AllComponents-7aa1a7f1.js";
2
2
  export {
3
3
  r as Stepper
4
4
  };
@@ -1,18 +1,18 @@
1
- import { jsx as t, jsxs as n } from "react/jsx-runtime";
1
+ import { jsx as t, jsxs as i } from "react/jsx-runtime";
2
2
  import { useState as m } from "react";
3
3
  import { HtmlContent as x } from "../HtmlContent/HtmlContent.js";
4
4
  import { I as p } from "../index-60dfa873.js";
5
5
  import { c as l } from "../cn-d8c04b28.js";
6
- import '../assets/InfoBanner.css';/* empty css */const a = ({
6
+ import '../assets/TasksBanner.css';const a = ({
7
7
  color: e = "#40474F",
8
- size: i = 24,
8
+ size: n = 24,
9
9
  ...r
10
10
  }) => /* @__PURE__ */ t(
11
11
  "svg",
12
12
  {
13
13
  xmlns: "http://www.w3.org/2000/svg",
14
- width: i,
15
- height: i,
14
+ width: n,
15
+ height: n,
16
16
  viewBox: "0 0 16 16",
17
17
  fill: "none",
18
18
  ...r,
@@ -26,20 +26,21 @@ import '../assets/InfoBanner.css';/* empty css */const a =
26
26
  }
27
27
  )
28
28
  }
29
- ), w = ({ data: e, isTextLast: i, isFirst: r }) => {
29
+ );
30
+ const g = ({ data: e, isTextLast: n, isFirst: r }) => {
30
31
  const [o, s] = m(!1);
31
- return /* @__PURE__ */ n("div", { className: "relative w-full rounded-[20px] flex items-center justify-between gap-[100px] bg-white overflow-hidden max-tablet:flex-col max-tablet:gap-0", children: [
32
- /* @__PURE__ */ n(
32
+ return /* @__PURE__ */ i("div", { className: "relative w-full rounded-[20px] flex items-center justify-between gap-[100px] bg-white overflow-hidden max-tablet:flex-col max-tablet:gap-0", children: [
33
+ /* @__PURE__ */ i(
33
34
  "div",
34
35
  {
35
36
  className: l(
36
37
  "h-full py-[32px] pr-[64px] pl-[48px] max-tablet:p-[32px] max-tablet:order-1 max-tablet:w-full",
37
38
  {
38
- "order-1": i
39
+ "order-1": n
39
40
  }
40
41
  ),
41
42
  children: [
42
- /* @__PURE__ */ n("div", { className: "h-full flex flex-col gap-[24px]", children: [
43
+ /* @__PURE__ */ i("div", { className: "h-full flex flex-col gap-[24px]", children: [
43
44
  /* @__PURE__ */ t("p", { className: "text-[32px] leading-[40px] font-bold text-black5 max-tablet:text-[22px] max-tablet:leading-[26px]", children: e == null ? void 0 : e.title }),
44
45
  /* @__PURE__ */ t(
45
46
  "div",
@@ -60,7 +61,7 @@ import '../assets/InfoBanner.css';/* empty css */const a =
60
61
  }
61
62
  )
62
63
  ] }),
63
- /* @__PURE__ */ n(
64
+ /* @__PURE__ */ i(
64
65
  "button",
65
66
  {
66
67
  className: "flex items-center gap-2 px-6 bg-none border-none cursor-pointer transition-all duration-500 ease-in-out",
@@ -103,5 +104,5 @@ import '../assets/InfoBanner.css';/* empty css */const a =
103
104
  ] });
104
105
  };
105
106
  export {
106
- w as TasksBanner
107
+ g as TasksBanner
107
108
  };
@@ -1,4 +1,4 @@
1
- var N = /* @__PURE__ */ ((n) => (n.STRING = "string", n.NUMBER = "number", n.BOOLEAN = "boolean", n.ARRAY = "array", n.OBJECT = "object", n.FUNCTION = "function", n.UNDEFINED = "undefined", n.NULL = "null", n.SYMBOL = "symbol", n.BIGINT = "bigint", n.DATE = "date", n.REGEXP = "regexp", n.FILE = "file", n.TITLE = "title", n.DESCRIPTION = "description", n.VARIANT = "variant", n.LINK = "link", n.COMPONENT = "component", n.CLASSNAME = "classname", n.COLOR = "color", n))(N || {});
1
+ var t = /* @__PURE__ */ ((n) => (n.STRING = "string", n.NUMBER = "number", n.BOOLEAN = "boolean", n.ARRAY = "array", n.OBJECT = "object", n.FUNCTION = "function", n.UNDEFINED = "undefined", n.NULL = "null", n.SYMBOL = "symbol", n.BIGINT = "bigint", n.DATE = "date", n.REGEXP = "regexp", n.FILE = "file", n.TITLE = "title", n.DESCRIPTION = "description", n.VARIANT = "variant", n.LINK = "link", n.COMPONENT = "component", n.CLASSNAME = "classname", n.COLOR = "color", n.TITLE_TEXT = "title_text", n.NODE = "node", n))(t || {});
2
2
  export {
3
- N as FieldTypes
3
+ t as FieldTypes
4
4
  };
@@ -1,148 +1,8 @@
1
- import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { a, c as f } from "../cn-d8c04b28.js";
3
- import { g as u } from "../index-3327c6b5.js";
4
- import { C as y } from "../ComponentContainer-0fcc2695.js";
5
- import { I as g } from "../index-60dfa873.js";
6
- const C = ({
7
- title: h,
8
- description: m,
9
- image: p,
10
- image_mob: c,
11
- logo: i,
12
- animation: s,
13
- animation_mob: n,
14
- buttons: t,
15
- isShadow: d = !1,
16
- grid: o
17
- }) => {
18
- const b = (l, x) => x.length % 2 !== 0 && l === x.length - 1;
19
- return /* @__PURE__ */ r("div", { children: [
20
- /* @__PURE__ */ e(y, { children: /* @__PURE__ */ r("div", { className: "flex flex-col items-center pt-[40px] max-tablet:pt-[32px]", children: [
21
- i && /* @__PURE__ */ e(
22
- g,
23
- {
24
- src: i,
25
- alt: "mtravel logo",
26
- className: a(
27
- "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]"
28
- ),
29
- imageStyles: "h-full w-full object-contain"
30
- }
31
- ),
32
- /* @__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 }),
33
- m && /* @__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: m }),
34
- /* @__PURE__ */ e(
35
- "div",
36
- {
37
- className: `grid grid-cols-${o} items-center gap-[16px] mb-[60px]
38
- max-tablet:grid-cols-1 max-tablet:w-full max-tablet:mb-[40px]`,
39
- children: t == null ? void 0 : t.map((l, x) => /* @__PURE__ */ e(
40
- "a",
41
- {
42
- href: l == null ? void 0 : l.button_link,
43
- className: f("flex items-center", {
44
- [`col-span-${o}`]: b(x, t)
45
- }),
46
- target: "_blank",
47
- children: /* @__PURE__ */ e(u, { 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 })
48
- }
49
- ))
50
- }
51
- )
52
- ] }) }),
53
- p && /* @__PURE__ */ e(
54
- "div",
55
- {
56
- className: a(
57
- "w-full h-[450px] max-tablet:w-full max-tablet:h-[280px] max-mobile:hidden xxl:h-[630px] xxl:w-full"
58
- ),
59
- children: /* @__PURE__ */ e(
60
- "div",
61
- {
62
- className: a(
63
- "h-[450px] xxl:h-[630px] xxl:w-full",
64
- d && "w-fit h-full my-0 mx-auto block relative gradient-border"
65
- ),
66
- children: /* @__PURE__ */ r(
67
- "video",
68
- {
69
- poster: p,
70
- autoPlay: !0,
71
- loop: !0,
72
- muted: !0,
73
- playsInline: !0,
74
- style: { background: "transparent" },
75
- className: "h-full",
76
- children: [
77
- /* @__PURE__ */ e(
78
- "source",
79
- {
80
- type: "video/quicktime",
81
- src: n
82
- }
83
- ),
84
- /* @__PURE__ */ e(
85
- "source",
86
- {
87
- type: "video/webm",
88
- src: s
89
- }
90
- )
91
- ]
92
- }
93
- )
94
- }
95
- )
96
- }
97
- ),
98
- c && /* @__PURE__ */ e(
99
- "div",
100
- {
101
- className: a(
102
- "hidden max-mobile:w-full max-mobile:h-[280px] max-mobile:block"
103
- ),
104
- style: { background: "transparent" },
105
- children: /* @__PURE__ */ e(
106
- "div",
107
- {
108
- className: a(
109
- "h-[450px] xxl:h-[630px] xxl:w-full max-tablet:h-[280px]",
110
- d && "w-fit h-full my-0 mx-auto block relative gradient-border"
111
- ),
112
- children: /* @__PURE__ */ r(
113
- "video",
114
- {
115
- poster: c,
116
- autoPlay: !0,
117
- loop: !0,
118
- muted: !0,
119
- playsInline: !0,
120
- style: { background: "transparent" },
121
- className: "w-full h-full object-contain align-middle max-700:object-cover",
122
- children: [
123
- /* @__PURE__ */ e(
124
- "source",
125
- {
126
- type: "video/quicktime",
127
- src: n
128
- }
129
- ),
130
- /* @__PURE__ */ e(
131
- "source",
132
- {
133
- type: "video/webm",
134
- src: s
135
- }
136
- )
137
- ]
138
- }
139
- )
140
- }
141
- )
142
- }
143
- )
144
- ] });
145
- };
1
+ import "react/jsx-runtime";
2
+ import "../cn-d8c04b28.js";
3
+ import { V as a } from "../AllComponents-7aa1a7f1.js";
4
+ import "../ComponentContainer-0fcc2695.js";
5
+ import "../index-60dfa873.js";
146
6
  export {
147
- C as VideoMainBanner
7
+ a as VideoMainBanner
148
8
  };
@@ -1,4 +1,4 @@
1
- import { VideoMainBanner as o } from "./VideoMainBanner.js";
1
+ import { V as n } from "../AllComponents-7aa1a7f1.js";
2
2
  export {
3
- o as VideoMainBanner
3
+ n as VideoMainBanner
4
4
  };
@@ -0,0 +1,53 @@
1
+ import r from "./AnimatedSwiper/index.js";
2
+ import { B as o, C as a, S as i, a as t, M as n, W as s, F as e, D as m, b as p, c as d, d as f, I as l, P as L, e as B, V as C, f as F, g as w, h as I, i as c } from "./AllComponents-7aa1a7f1.js";
3
+ import { CardIconList as M } from "./CardIconList/CardIconList.js";
4
+ import { CardImageSecondaryList as S } from "./CardImageSecondaryList/CardImageSecondaryList.js";
5
+ import { EmptyBox as g } from "./EmptyBox/EmptyBox.js";
6
+ import { MultiCards as D } from "./MultiCards/index.js";
7
+ import { Partners as P } from "./Partners/Partners.js";
8
+ import { PartnersColors as V } from "./PartnersColors/PartnersColors.js";
9
+ import { PromoPoster as u } from "./PromoPoster/PromoPoster.js";
10
+ import { Segments as b } from "./Segments/Segments.js";
11
+ import { SwiperList as T } from "./SwiperList/SwiperList.js";
12
+ import { TasksBannerList as h } from "./TasksBannerList/TasksBannerList.js";
13
+ import { VideoFull as x } from "./Video/VideoFull/VideoFull.js";
14
+ import { VideoList as y } from "./Video/VideoList/VideoList.js";
15
+ import { VideoListMini as W } from "./Video/VideoListMini/VideoListMini.js";
16
+ const U = {
17
+ Banner: o,
18
+ CardImageList: a,
19
+ Stepper: i,
20
+ Segments: b,
21
+ VideoFull: x,
22
+ VideoList: y,
23
+ VideoListMini: W,
24
+ ContentCardList: t,
25
+ CardIconList: M,
26
+ MultiCards: D,
27
+ Partners: P,
28
+ PartnersColors: V,
29
+ MainBanner: n,
30
+ WarningCard: s,
31
+ Faq: e,
32
+ DownloadFileBanner: m,
33
+ DownloadFileHalf: p,
34
+ DownloadFileFull: d,
35
+ DownloadFileMini: f,
36
+ InstructionList: l,
37
+ PreviewList: L,
38
+ SwiperList: T,
39
+ AnimatedSwiper: r,
40
+ InfoBannerList: B,
41
+ TasksBannerList: h,
42
+ VideoMainBanner: C,
43
+ EmptyBox: g,
44
+ PromoPoster: u,
45
+ CardImageSecondaryList: S,
46
+ CardInfoTable: F,
47
+ StandartTable: w,
48
+ IntroBanner: I,
49
+ DownloadFileBright: c
50
+ };
51
+ export {
52
+ U as c
53
+ };