md-components-mdigial-azamat 0.0.20 → 0.0.24

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 (83) hide show
  1. package/dist/AllComponents.js +5 -9
  2. package/dist/AnimatedSwiper/index.js +64 -42
  3. package/dist/Banner/Banner.js +2 -2
  4. package/dist/Banner/index.js +1 -1
  5. package/dist/Banner/types.js +1 -4
  6. package/dist/BannerAndText/index.js +27 -35
  7. package/dist/CardIconList/CardIconList.js +26 -71
  8. package/dist/CardIconList/index.js +2 -2
  9. package/dist/CardImageList/CardImageList.js +1 -1
  10. package/dist/CardImageList/index.js +1 -1
  11. package/dist/CardImageSecondary/CardImageSecondary.js +27 -48
  12. package/dist/CardImageSecondary/index.js +2 -2
  13. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +4 -19
  14. package/dist/CardImageSecondaryList/index.js +1 -1
  15. package/dist/CardInfoTable/index.js +23 -3
  16. package/dist/Cards/CardImage/CardImage.js +32 -18
  17. package/dist/Cards/ColoredCard/index.js +23 -10
  18. package/dist/Cards/ContentCard/ContentCard.js +1 -1
  19. package/dist/Cards/ContentCard/index.js +1 -1
  20. package/dist/Cards/FeaturesCard/index.js +2 -1
  21. package/dist/Cards/WarningCard/WarningCard.js +1 -1
  22. package/dist/Cards/WarningCard/index.js +1 -1
  23. package/dist/ContentCardList/ContentCardList.js +23 -2
  24. package/dist/ContentCardList/index.js +1 -1
  25. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
  26. package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
  27. package/dist/DownloadFile/components/DownloadFileBright/index.js +2 -2
  28. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
  29. package/dist/DownloadFile/components/DownloadFileFull/index.js +2 -2
  30. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
  31. package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
  32. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
  33. package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
  34. package/dist/Faq/Faq.js +20 -2
  35. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1 -1
  36. package/dist/Faq/components/FeedbackForm/index.js +1 -1
  37. package/dist/Faq/index.js +1 -1
  38. package/dist/HeroPossibilityBanner/index.js +30 -19
  39. package/dist/InfoBanner/index.js +3 -2
  40. package/dist/InfoBannerList/InfoBannerList.js +3 -2
  41. package/dist/InfoBannerList/index.js +2 -2
  42. package/dist/InstructionList/InstructionList.js +1 -1
  43. package/dist/InstructionList/index.js +1 -1
  44. package/dist/IntroBanner/IntroBanner.js +1 -1
  45. package/dist/IntroBanner/index.js +1 -1
  46. package/dist/MainBanner/MainBanner.js +1 -1
  47. package/dist/MainBanner/index.js +1 -1
  48. package/dist/MultiCards/index.js +5 -54
  49. package/dist/PageViewer/PageViewer.js +5 -7
  50. package/dist/PageViewer/renderComponents.js +1 -1
  51. package/dist/Partners/Partners.js +21 -4
  52. package/dist/PartnersColors/PartnersColors.js +38 -20
  53. package/dist/PreviewList/PreviewList.js +1 -1
  54. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +1 -1
  55. package/dist/PreviewList/components/PreviewCard/index.js +1 -1
  56. package/dist/PreviewList/index.js +1 -1
  57. package/dist/PromoPoster/PromoPoster.js +29 -15
  58. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  59. package/dist/RenderAllComponents/const.js +5 -5
  60. package/dist/Segments/Segments.js +15 -7
  61. package/dist/Space/Space.js +21 -0
  62. package/dist/Space/index.js +4 -0
  63. package/dist/StandartTable/components/CardWarning/index.js +1 -1
  64. package/dist/StandartTable/index.js +3 -2
  65. package/dist/Stepper/Stepper.js +2 -1
  66. package/dist/Stepper/index.js +1 -1
  67. package/dist/SwiperList/SwiperList.js +39 -29
  68. package/dist/TasksBanner/TasksBanner.js +45 -28
  69. package/dist/TasksBannerList/TasksBannerList.js +26 -11
  70. package/dist/Types/FiledTypes.js +1 -1
  71. package/dist/Video/VideoList/VideoList.js +19 -10
  72. package/dist/Video/VideoListMini/VideoListMini.js +17 -8
  73. package/dist/VideoMainBanner/VideoMainBanner.js +3 -2
  74. package/dist/VideoMainBanner/index.js +1 -1
  75. package/dist/componentsMap-189b0c59.js +50 -0
  76. package/dist/{AllComponents-7aa1a7f1.js → index-7e2966f2.js} +1768 -1321
  77. package/dist/index-a379154f.js +66 -0
  78. package/dist/main.js +60 -61
  79. package/package.json +1 -1
  80. package/dist/EmptyBox/EmptyBox.js +0 -5
  81. package/dist/componentsMap-678541b7.js +0 -53
  82. package/dist/index-6e0f7db0.js +0 -52
  83. /package/dist/{EmptyBox → Space}/types.js +0 -0
@@ -1,31 +1,45 @@
1
- import { jsxs as i, jsx as l } from "react/jsx-runtime";
2
- import { I as s } from "../../index-60dfa873.js";
3
- import { c as x } from "../../cn-d8c04b28.js";
4
- const t = ["data"], c = ({ data: e }) => {
5
- const p = (e == null ? void 0 : e.variant) === "large" ? "h-[364px]" : "h-[264px]", r = (e == null ? void 0 : e.variant) === "small" ? "w-[364px]" : "w-[264px]";
6
- return /* @__PURE__ */ i(
1
+ import { jsxs as p, jsx as x } from "react/jsx-runtime";
2
+ import { FieldTypes as l } from "../../Types/FiledTypes.js";
3
+ import { I as o } from "../../index-60dfa873.js";
4
+ import { c as i } from "../../cn-d8c04b28.js";
5
+ const r = {
6
+ type: "data",
7
+ label: "Данные карточки с изображением",
8
+ dataType: "object",
9
+ data: {
10
+ keys: {
11
+ title: l.TITLE,
12
+ description: l.DESCRIPTION,
13
+ image: l.FILE,
14
+ variant: l.VARIANT,
15
+ is_black: l.BOOLEAN
16
+ }
17
+ }
18
+ }, c = [r], m = ({ data: e }) => {
19
+ const t = (e == null ? void 0 : e.variant) === "large" ? "h-[364px]" : "h-[264px]", s = (e == null ? void 0 : e.variant) === "small" ? "w-[364px]" : "w-[264px]";
20
+ return /* @__PURE__ */ p(
7
21
  "div",
8
22
  {
9
- className: x(
23
+ className: i(
10
24
  "w-full overflow-hidden bg-white rounded-[20px] flex flex-1 flex-col items-center justify-between",
11
25
  { "!bg-black": e == null ? void 0 : e.is_black }
12
26
  ),
13
27
  children: [
14
- /* @__PURE__ */ i("div", { className: "w-full flex flex-col gap-[20px] p-[48px] max-tablet:gap-[16px] max-tablet:py-[24px] max-tablet:px-[32px]", children: [
15
- /* @__PURE__ */ l(
28
+ /* @__PURE__ */ p("div", { className: "w-full flex flex-col gap-[20px] p-[48px] max-tablet:gap-[16px] max-tablet:py-[24px] max-tablet:px-[32px]", children: [
29
+ /* @__PURE__ */ x(
16
30
  "p",
17
31
  {
18
- className: x(
32
+ className: i(
19
33
  "font-bold text-[24px] leading-[32px] text-center text-blackBG max-tablet:text-[22px] max-tablet:leading-[26px]",
20
34
  { "!text-white": e == null ? void 0 : e.is_black }
21
35
  ),
22
36
  children: e == null ? void 0 : e.title
23
37
  }
24
38
  ),
25
- /* @__PURE__ */ l(
39
+ /* @__PURE__ */ x(
26
40
  "p",
27
41
  {
28
- className: x(
42
+ className: i(
29
43
  "text-[16px] leading-[24px] text-center text-graySoft max-tablet:text-[15px] max-tablet:leading-[22px]",
30
44
  { "!text-graySoft": e == null ? void 0 : e.is_black }
31
45
  ),
@@ -33,20 +47,20 @@ const t = ["data"], c = ({ data: e }) => {
33
47
  }
34
48
  )
35
49
  ] }),
36
- /* @__PURE__ */ l(
37
- s,
50
+ /* @__PURE__ */ x(
51
+ o,
38
52
  {
39
53
  src: e == null ? void 0 : e.image,
40
54
  alt: e == null ? void 0 : e.title,
41
- className: `w-full ${p} max-tablet:h-[200px] box-border`,
42
- imageStyles: `${r} h-full max-tablet:w-[200px] object-contain`
55
+ className: `w-full ${t} max-tablet:h-[200px] box-border`,
56
+ imageStyles: `${s} h-full max-tablet:w-[200px] object-contain`
43
57
  }
44
58
  )
45
59
  ]
46
60
  }
47
61
  );
48
62
  };
49
- c.propsToEdit = t;
63
+ m.propsToEdit = c;
50
64
  export {
51
- c as CardImage
65
+ m as CardImage
52
66
  };
@@ -1,17 +1,30 @@
1
- import { jsxs as t, jsx as l } from "react/jsx-runtime";
2
- import { I as p } from "../../index-60dfa873.js";
1
+ import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
+ import { FieldTypes as l } from "../../Types/FiledTypes.js";
3
+ import { I as r } from "../../index-60dfa873.js";
3
4
  import { c as x } from "../../cn-d8c04b28.js";
4
- const r = ["data", "cardStyle", "largeCards"], c = ({ data: e, cardStyle: o }) => /* @__PURE__ */ t(
5
+ const i = {
6
+ type: "data",
7
+ label: "Данные цветной карточки",
8
+ dataType: "object",
9
+ data: {
10
+ keys: {
11
+ title: l.TITLE,
12
+ description: l.DESCRIPTION,
13
+ image: l.FILE,
14
+ bg_hex: l.COLOR
15
+ }
16
+ }
17
+ }, s = [i, "cardStyle", "largeCards"], c = ({ data: e, cardStyle: p }) => /* @__PURE__ */ o(
5
18
  "div",
6
19
  {
7
20
  className: x(
8
21
  "w-full overflow-hidden bg-white rounded-[20px] flex flex-1 flex-col items-center justify-between",
9
- o
22
+ p
10
23
  ),
11
24
  style: { backgroundColor: e == null ? void 0 : e.bg_hex },
12
25
  children: [
13
- /* @__PURE__ */ t("div", { className: "w-full flex flex-col gap-[20px] p-[48px] max-tablet:gap-[16px] max-tablet:py-[24px] max-tablet:px-[32px]", children: [
14
- /* @__PURE__ */ l(
26
+ /* @__PURE__ */ o("div", { className: "w-full flex flex-col gap-[20px] p-[48px] max-tablet:gap-[16px] max-tablet:py-[24px] max-tablet:px-[32px]", children: [
27
+ /* @__PURE__ */ t(
15
28
  "p",
16
29
  {
17
30
  className: x(
@@ -20,7 +33,7 @@ const r = ["data", "cardStyle", "largeCards"], c = ({ data: e, cardStyle: o }) =
20
33
  children: e == null ? void 0 : e.title
21
34
  }
22
35
  ),
23
- /* @__PURE__ */ l(
36
+ /* @__PURE__ */ t(
24
37
  "p",
25
38
  {
26
39
  className: x(
@@ -30,8 +43,8 @@ const r = ["data", "cardStyle", "largeCards"], c = ({ data: e, cardStyle: o }) =
30
43
  }
31
44
  )
32
45
  ] }),
33
- /* @__PURE__ */ l(
34
- p,
46
+ /* @__PURE__ */ t(
47
+ r,
35
48
  {
36
49
  src: e == null ? void 0 : e.image,
37
50
  alt: e == null ? void 0 : e.title,
@@ -42,7 +55,7 @@ const r = ["data", "cardStyle", "largeCards"], c = ({ data: e, cardStyle: o }) =
42
55
  ]
43
56
  }
44
57
  );
45
- c.propsToEdit = r;
58
+ c.propsToEdit = s;
46
59
  export {
47
60
  c as ColoredCard
48
61
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../HtmlContent/HtmlContent.js";
3
- import { a2 as a } from "../../AllComponents-7aa1a7f1.js";
3
+ import { a6 as a } from "../../index-7e2966f2.js";
4
4
  import "../../index-60dfa873.js";
5
5
  export {
6
6
  a as ContentCard
@@ -1,4 +1,4 @@
1
- import { a2 as r } from "../../AllComponents-7aa1a7f1.js";
1
+ import { a6 as r } from "../../index-7e2966f2.js";
2
2
  export {
3
3
  r as ContentCard
4
4
  };
@@ -1,7 +1,8 @@
1
1
  import "react/jsx-runtime";
2
+ import "../../Types/FiledTypes.js";
2
3
  import "../../index-60dfa873.js";
3
4
  import "../../cn-d8c04b28.js";
4
- import { F as a } from "../../index-6e0f7db0.js";
5
+ import { F as a } from "../../index-a379154f.js";
5
6
  export {
6
7
  a as FeaturesCard
7
8
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../model-bc7ae7c3.js";
3
- import { W as a } from "../../AllComponents-7aa1a7f1.js";
3
+ import { W as a } from "../../index-7e2966f2.js";
4
4
  import "../../ComponentContainer-0fcc2695.js";
5
5
  import "../../cn-d8c04b28.js";
6
6
  export {
@@ -1,4 +1,4 @@
1
- import { W as n } from "../../AllComponents-7aa1a7f1.js";
1
+ import { W as n } from "../../index-7e2966f2.js";
2
2
  export {
3
3
  n as WarningCard
4
4
  };
@@ -1,6 +1,27 @@
1
1
  import "react/jsx-runtime";
2
- import { a as i } from "../AllComponents-7aa1a7f1.js";
2
+ import { a as w } from "../index-7e2966f2.js";
3
+ import "../ConfigProvider/index.js";
4
+ import "../Segments/Segments.js";
5
+ import "../Video/VideoFull/VideoFull.js";
6
+ import "../Video/VideoList/VideoList.js";
7
+ import "../Video/VideoListMini/VideoListMini.js";
8
+ import "../Partners/Partners.js";
9
+ import "../HtmlContent/HtmlContent.js";
10
+ import "../HeroPossibilityBanner/index.js";
11
+ import "../PartnersColors/PartnersColors.js";
12
+ import "../Cards/CardImage/CardImage.js";
13
+ import "../Cards/ColoredCard/index.js";
14
+ import "../index-a379154f.js";
15
+ import "../Faq/components/Collapse/Collapse.js";
16
+ import "react";
17
+ import "../InstructionList/components/InstructionCard/InstructionCard.js";
18
+ import "../AnimatedSwiper/index.js";
19
+ import "../PromoPoster/PromoPoster.js";
20
+ import "../Space/Space.js";
21
+ import "../SwiperList/SwiperList.js";
22
+ import "../TasksBannerList/TasksBannerList.js";
23
+ import "../Types/FiledTypes.js";
3
24
  import "../ComponentContainer-0fcc2695.js";
4
25
  export {
5
- i as ContentCardList
26
+ w as ContentCardList
6
27
  };
@@ -1,4 +1,4 @@
1
- import { a as o } from "../AllComponents-7aa1a7f1.js";
1
+ import { a as o } from "../index-7e2966f2.js";
2
2
  export {
3
3
  o as ContentCardList
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { D as t } from "../../../AllComponents-7aa1a7f1.js";
2
+ import { D as t } from "../../../index-7e2966f2.js";
3
3
  import "../../../model-bc7ae7c3.js";
4
4
  import "../../../ComponentContainer-0fcc2695.js";
5
5
  export {
@@ -1,4 +1,4 @@
1
- import { D as e } from "../../../AllComponents-7aa1a7f1.js";
1
+ import { D as e } from "../../../index-7e2966f2.js";
2
2
  export {
3
3
  e as DownloadFileBanner
4
4
  };
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
- import { i as l } from "../../../AllComponents-7aa1a7f1.js";
2
+ import { l as e } from "../../../index-7e2966f2.js";
3
3
  import "../../../model-bc7ae7c3.js";
4
4
  import "../../../ComponentContainer-0fcc2695.js";
5
5
  import "../../../index-60dfa873.js";
6
6
  import "../../../cn-d8c04b28.js";
7
7
  import "../../../useScreenSize-c1b64c02.js";
8
8
  export {
9
- l as DownloadFileBright
9
+ e as DownloadFileBright
10
10
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { c as p } from "../../../AllComponents-7aa1a7f1.js";
2
+ import { e as p } from "../../../index-7e2966f2.js";
3
3
  import "../../../model-bc7ae7c3.js";
4
4
  import "../../../ComponentContainer-0fcc2695.js";
5
5
  export {
@@ -1,4 +1,4 @@
1
- import { c as a } from "../../../AllComponents-7aa1a7f1.js";
1
+ import { e } from "../../../index-7e2966f2.js";
2
2
  export {
3
- a as DownloadFileFull
3
+ e as DownloadFileFull
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { b as t } from "../../../AllComponents-7aa1a7f1.js";
2
+ import { d as t } from "../../../index-7e2966f2.js";
3
3
  import "../../../model-bc7ae7c3.js";
4
4
  import "../../../ComponentContainer-0fcc2695.js";
5
5
  export {
@@ -1,4 +1,4 @@
1
- import { b as l } from "../../../AllComponents-7aa1a7f1.js";
1
+ import { d as l } from "../../../index-7e2966f2.js";
2
2
  export {
3
3
  l as DownloadFileHalf
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { d as t } from "../../../AllComponents-7aa1a7f1.js";
2
+ import { f as t } from "../../../index-7e2966f2.js";
3
3
  import "../../../model-bc7ae7c3.js";
4
4
  import "../../../ComponentContainer-0fcc2695.js";
5
5
  export {
@@ -1,4 +1,4 @@
1
- import { d as a } from "../../../AllComponents-7aa1a7f1.js";
1
+ import { f as a } from "../../../index-7e2966f2.js";
2
2
  export {
3
3
  a as DownloadFileMini
4
4
  };
package/dist/Faq/Faq.js CHANGED
@@ -1,8 +1,26 @@
1
1
  import "react/jsx-runtime";
2
2
  import "./components/Collapse/Collapse.js";
3
- import { F as a } from "../AllComponents-7aa1a7f1.js";
3
+ import { F as w } from "../index-7e2966f2.js";
4
4
  import "../HtmlContent/HtmlContent.js";
5
+ import "../ConfigProvider/index.js";
6
+ import "../Segments/Segments.js";
7
+ import "../Video/VideoFull/VideoFull.js";
8
+ import "../Video/VideoList/VideoList.js";
9
+ import "../Video/VideoListMini/VideoListMini.js";
10
+ import "../Partners/Partners.js";
11
+ import "../HeroPossibilityBanner/index.js";
12
+ import "../PartnersColors/PartnersColors.js";
13
+ import "../Cards/CardImage/CardImage.js";
14
+ import "../Cards/ColoredCard/index.js";
15
+ import "../index-a379154f.js";
16
+ import "../InstructionList/components/InstructionCard/InstructionCard.js";
17
+ import "../AnimatedSwiper/index.js";
18
+ import "../PromoPoster/PromoPoster.js";
19
+ import "../Space/Space.js";
20
+ import "../SwiperList/SwiperList.js";
21
+ import "../TasksBannerList/TasksBannerList.js";
22
+ import "../Types/FiledTypes.js";
5
23
  import "../ComponentContainer-0fcc2695.js";
6
24
  export {
7
- a as Faq
25
+ w as Faq
8
26
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { a3 as e } from "../../../AllComponents-7aa1a7f1.js";
3
+ import { a7 as e } from "../../../index-7e2966f2.js";
4
4
  export {
5
5
  e as FeedbackForm
6
6
  };
@@ -1,4 +1,4 @@
1
- import { a3 as o } from "../../../AllComponents-7aa1a7f1.js";
1
+ import { a7 as o } from "../../../index-7e2966f2.js";
2
2
  export {
3
3
  o as FeedbackForm
4
4
  };
package/dist/Faq/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { F as r } from "../AllComponents-7aa1a7f1.js";
1
+ import { F as r } from "../index-7e2966f2.js";
2
2
  export {
3
3
  r as Faq
4
4
  };
@@ -1,34 +1,45 @@
1
- import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
- import { ColoredCard as p } from "../Cards/ColoredCard/index.js";
1
+ import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
+ import { ColoredCard as a } from "../Cards/ColoredCard/index.js";
3
+ import { FieldTypes as e } from "../Types/FiledTypes.js";
3
4
  import { c as m } from "../cn-d8c04b28.js";
4
- const x = [
5
- "data",
5
+ const x = {
6
+ type: "data",
7
+ label: "Данные карточек",
8
+ dataType: "array",
9
+ data: {
10
+ title: e.TITLE,
11
+ description: e.DESCRIPTION,
12
+ icon: e.FILE,
13
+ color: e.COLOR
14
+ }
15
+ }, d = [
16
+ x,
6
17
  "title",
7
18
  "largeCards",
8
19
  "listStyle",
9
20
  "cardStyle",
10
21
  "extraButton"
11
22
  ], f = ({
12
- data: t,
13
- title: s,
14
- listStyle: o,
15
- cardStyle: l,
16
- extraButton: c,
17
- largeCards: i = !0
23
+ data: r,
24
+ title: i,
25
+ listStyle: l,
26
+ cardStyle: c,
27
+ extraButton: p,
28
+ largeCards: s = !0
18
29
  }) => /* @__PURE__ */ n("div", { className: "w-full flex flex-col items-center gap-[24px]", children: [
19
- s && /* @__PURE__ */ r("p", { className: "font-bold text-[44px] leading-[42px] mb-[24px] font-variant-numeric font-feature-settings", children: s }),
20
- /* @__PURE__ */ r("div", { className: m(i ? "grid grid-cols-2 items-stretch max-tablet:grid-cols-1" : "flex items-stretch max-tablet:flex-col flex-wrap ", "gap-[24px]", o), children: t == null ? void 0 : t.map((e) => /* @__PURE__ */ r(
21
- p,
30
+ i && /* @__PURE__ */ o("p", { className: "font-bold text-[44px] leading-[42px] mb-[24px] font-variant-numeric font-feature-settings", children: i }),
31
+ /* @__PURE__ */ o("div", { className: m(s ? "grid grid-cols-2 items-stretch max-tablet:grid-cols-1" : "flex items-stretch max-tablet:flex-col flex-wrap ", "gap-[24px]", l), children: r == null ? void 0 : r.map((t) => /* @__PURE__ */ o(
32
+ a,
22
33
  {
23
- data: e,
24
- cardStyle: l,
25
- largeCards: i
34
+ data: t,
35
+ cardStyle: c,
36
+ largeCards: s
26
37
  },
27
- e == null ? void 0 : e.id
38
+ t == null ? void 0 : t.id
28
39
  )) }),
29
- c
40
+ p
30
41
  ] });
31
- f.propsToEdit = x;
42
+ f.propsToEdit = d;
32
43
  export {
33
44
  f as HeroPossibilityBanner
34
45
  };
@@ -1,8 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../cn-d8c04b28.js";
3
- import { a8 as a } from "../AllComponents-7aa1a7f1.js";
3
+ import "../Types/FiledTypes.js";
4
+ import { ae as e } from "../index-7e2966f2.js";
4
5
  import "../index-60dfa873.js";
5
6
  import "../useScreenSize-c1b64c02.js";
6
7
  export {
7
- a as InfoBanner
8
+ e as InfoBanner
8
9
  };
@@ -1,8 +1,9 @@
1
1
  import "react/jsx-runtime";
2
- import { e } from "../AllComponents-7aa1a7f1.js";
2
+ import { g as a } from "../index-7e2966f2.js";
3
+ import "../Types/FiledTypes.js";
3
4
  import "../ComponentContainer-0fcc2695.js";
4
5
  import "../cn-d8c04b28.js";
5
6
  import "../useScreenSize-c1b64c02.js";
6
7
  export {
7
- e as InfoBannerList
8
+ a as InfoBannerList
8
9
  };
@@ -1,4 +1,4 @@
1
- import { e as o } from "../AllComponents-7aa1a7f1.js";
1
+ import { g as r } from "../index-7e2966f2.js";
2
2
  export {
3
- o as InfoBannerList
3
+ r as InfoBannerList
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { I as p } from "../AllComponents-7aa1a7f1.js";
2
+ import { I as p } from "../index-7e2966f2.js";
3
3
  import "../ComponentContainer-0fcc2695.js";
4
4
  import "./components/InstructionCard/InstructionCard.js";
5
5
  export {
@@ -1,4 +1,4 @@
1
- import { I as r } from "../AllComponents-7aa1a7f1.js";
1
+ import { I as r } from "../index-7e2966f2.js";
2
2
  export {
3
3
  r as InstructionList
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import { h as n } from "../AllComponents-7aa1a7f1.js";
2
+ import { k as n } from "../index-7e2966f2.js";
3
3
  import "../ComponentContainer-0fcc2695.js";
4
4
  import "../index-60dfa873.js";
5
5
  import "../useScreenSize-c1b64c02.js";
@@ -1,4 +1,4 @@
1
- import { h as o } from "../AllComponents-7aa1a7f1.js";
1
+ import { k as o } from "../index-7e2966f2.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 "../AllComponents-7aa1a7f1.js";
2
+ import { c as a } from "../index-7e2966f2.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 "../AllComponents-7aa1a7f1.js";
1
+ import { c as r } from "../index-7e2966f2.js";
2
2
  export {
3
3
  r as MainBanner
4
4
  };
@@ -1,56 +1,7 @@
1
- import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
- import { BannerAndText as i } from "../BannerAndText/index.js";
3
- import { CardIconList as x } from "../CardIconList/CardIconList.js";
4
- import { C as p } from "../ComponentContainer-0fcc2695.js";
5
- const m = [
6
- "title",
7
- "banner_card",
8
- "cards",
9
- "text_card",
10
- "is_banner_first",
11
- "is_cards_first"
12
- ], f = ({
13
- title: r,
14
- banner_card: a,
15
- text_card: t,
16
- cards: n,
17
- is_banner_first: s,
18
- is_cards_first: l
19
- }) => /* @__PURE__ */ o(p, { className: "flex flex-col items-center gap-[24px]", children: [
20
- r && /* @__PURE__ */ e(
21
- "p",
22
- {
23
- className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
24
- mb-[24px] font-variant-numeric font-feature-settings`,
25
- children: r
26
- }
27
- ),
28
- /* @__PURE__ */ o(
29
- "div",
30
- {
31
- className: `w-full flex ${!t || !a ? "flex-row max-tablet:flex-col" : "flex-col"} gap-[24px]`,
32
- children: [
33
- /* @__PURE__ */ e(
34
- i,
35
- {
36
- banner_card: a,
37
- text_card: t,
38
- is_banner_first: s
39
- }
40
- ),
41
- /* @__PURE__ */ e(
42
- x,
43
- {
44
- cards: n,
45
- is_cards_first: l,
46
- multiHasText: !t
47
- }
48
- )
49
- ]
50
- }
51
- )
52
- ] });
53
- f.propsToEdit = m;
1
+ import "react/jsx-runtime";
2
+ import { M as p } from "../index-7e2966f2.js";
3
+ import "../Types/FiledTypes.js";
4
+ import "../ComponentContainer-0fcc2695.js";
54
5
  export {
55
- f as MultiCards
6
+ p as MultiCards
56
7
  };
@@ -1,19 +1,16 @@
1
1
  import "../ConfigProvider/index.js";
2
- import "../AllComponents-7aa1a7f1.js";
3
- import "../BannerAndText/index.js";
2
+ import "../index-7e2966f2.js";
4
3
  import "../Segments/Segments.js";
5
4
  import "../Video/VideoFull/VideoFull.js";
6
5
  import "../Video/VideoList/VideoList.js";
7
6
  import "../Video/VideoListMini/VideoListMini.js";
8
- import "../CardIconList/CardIconList.js";
9
- import "../MultiCards/index.js";
10
7
  import "../Partners/Partners.js";
11
8
  import "../HtmlContent/HtmlContent.js";
12
9
  import "../HeroPossibilityBanner/index.js";
13
10
  import "../PartnersColors/PartnersColors.js";
14
11
  import "../Cards/CardImage/CardImage.js";
15
12
  import "../Cards/ColoredCard/index.js";
16
- import "../index-6e0f7db0.js";
13
+ import "../index-a379154f.js";
17
14
  import "../Faq/components/Collapse/Collapse.js";
18
15
  import "../Faq/components/PlusMinusIcon/PlusMinusIcon.js";
19
16
  import "../InstructionList/components/InstructionCard/InstructionCard.js";
@@ -24,7 +21,8 @@ import "../Video/components/VideoPlayer/VideoPlayer.js";
24
21
  import { jsx as r, Fragment as t } from "react/jsx-runtime";
25
22
  import m from "./ComponentsView.js";
26
23
  import "../Types/FiledTypes.js";
27
- const A = ({ components: o }) => /* @__PURE__ */ r(t, { children: /* @__PURE__ */ r(m, { components: o }) });
24
+ import "../Space/Space.js";
25
+ const y = ({ components: o }) => /* @__PURE__ */ r(t, { children: /* @__PURE__ */ r(m, { components: o }) });
28
26
  export {
29
- A as PageViewer
27
+ y as PageViewer
30
28
  };
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as u } from "../componentsMap-678541b7.js";
2
+ import { c as u } from "../componentsMap-189b0c59.js";
3
3
  const d = (f) => f.map((r) => {
4
4
  const s = u[r.key];
5
5
  if (!s)