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,9 +1,5 @@
1
- import { a7 as y, a6 as z } from "./AllComponents-7aa1a7f1.js";
1
+ import { ab as q, aa as u } from "./index-7e2966f2.js";
2
2
  import "./AnimatedSwiper/index.js";
3
- import "./CardIconList/CardIconList.js";
4
- import "./CardImageSecondaryList/CardImageSecondaryList.js";
5
- import "./EmptyBox/EmptyBox.js";
6
- import "./MultiCards/index.js";
7
3
  import "./Partners/Partners.js";
8
4
  import "./PartnersColors/PartnersColors.js";
9
5
  import "./PromoPoster/PromoPoster.js";
@@ -14,17 +10,17 @@ import "./Video/VideoFull/VideoFull.js";
14
10
  import "./Video/VideoList/VideoList.js";
15
11
  import "./Video/VideoListMini/VideoListMini.js";
16
12
  import "./ConfigProvider/index.js";
17
- import "./BannerAndText/index.js";
18
13
  import "./HtmlContent/HtmlContent.js";
19
14
  import "./HeroPossibilityBanner/index.js";
20
15
  import "./Cards/CardImage/CardImage.js";
21
16
  import "./Cards/ColoredCard/index.js";
22
- import "./index-6e0f7db0.js";
17
+ import "./index-a379154f.js";
23
18
  import "./Faq/components/Collapse/Collapse.js";
24
19
  import "react/jsx-runtime";
25
20
  import "react";
26
21
  import "./InstructionList/components/InstructionCard/InstructionCard.js";
22
+ import "./Space/Space.js";
27
23
  export {
28
- y as AllComponents,
29
- z as AllComponentsData
24
+ q as AllComponents,
25
+ u as AllComponentsData
30
26
  };
@@ -1,67 +1,88 @@
1
- import { jsxs as d, jsx as e } from "react/jsx-runtime";
2
- import { useState as A, useRef as p } from "react";
3
- import { S as N, N as C, A as I, a as z, C as R, b as B } from "../swiper-react-c049ea66.js";
4
- import { Bullet as j } from "../SwiperList/components/Bullet/Bullet.js";
5
- import { c as n } from "../cn-d8c04b28.js";
6
- import { u as E } from "../useScreenSize-c1b64c02.js";
7
- import { Slide as P } from "./Slide/Slide.js";
8
- function k({
1
+ import { jsxs as h, jsx as e } from "react/jsx-runtime";
2
+ import { useState as A, useRef as c } from "react";
3
+ import { S as E, N as I, A as C, a as T, C as B, b as L } from "../swiper-react-c049ea66.js";
4
+ import { Bullet as O } from "../SwiperList/components/Bullet/Bullet.js";
5
+ import { FieldTypes as l } from "../Types/FiledTypes.js";
6
+ import { c as r } from "../cn-d8c04b28.js";
7
+ import { u as R } from "../useScreenSize-c1b64c02.js";
8
+ import { Slide as z } from "./Slide/Slide.js";
9
+ const F = {
10
+ type: "cards",
11
+ label: "Карточки слайдера",
12
+ dataType: "array",
13
+ data: {
14
+ title: l.TITLE,
15
+ description: l.DESCRIPTION,
16
+ image: l.FILE,
17
+ icon: l.FILE,
18
+ is_black: l.BOOLEAN,
19
+ is_promo: l.BOOLEAN,
20
+ is_yellow: l.BOOLEAN
21
+ }
22
+ }, P = [
23
+ "title",
24
+ F,
25
+ "autoplay",
26
+ "isLight",
27
+ "isButton"
28
+ ];
29
+ function _({
9
30
  title: f,
10
31
  cards: t,
11
- autoplay: h = !1,
12
- isLight: g = !1,
32
+ autoplay: g = !1,
33
+ isLight: b = !1,
13
34
  isButton: x = !0
14
35
  }) {
15
- const [r, c] = A(1), b = p(null), l = E(960), o = l ? 1.2 : 3, w = l ? 16 : 0, S = h ? {
36
+ const [n, m] = A(1), w = c(null), o = R(960), i = o ? 1.2 : 3, S = o ? 16 : 0, y = g ? {
16
37
  delay: 3e3,
17
38
  disableOnInteraction: !1,
18
39
  waitForTransition: !0
19
- } : !1, m = p(null), u = p(null), v = t.length <= o + 1 ? [...t, ...t] : t, y = t.length <= o + 1 ? r % t.length : r;
20
- return /* @__PURE__ */ d("div", { className: "flex flex-col items-center gap-6 h-fit max-w-[1232px] w-full mx-auto px-4 relative max-tablet:max-w-full max-tablet:p-0", children: [
40
+ } : !1, d = c(null), u = c(null), v = t.length <= i + 1 ? [...t, ...t] : t, N = t.length <= i + 1 ? n % t.length : n;
41
+ return /* @__PURE__ */ h("div", { className: "flex flex-col items-center gap-6 h-fit max-w-[1232px] w-full mx-auto px-4 relative max-tablet:max-w-full max-tablet:p-0", children: [
21
42
  f && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: f }),
22
- /* @__PURE__ */ d("div", { className: "relative w-full h-[346px] max-tablet:h-fit", children: [
43
+ /* @__PURE__ */ h("div", { className: "relative w-full h-[346px] max-tablet:h-fit", children: [
23
44
  /* @__PURE__ */ e(
24
- N,
45
+ E,
25
46
  {
26
- modules: [C, I],
47
+ modules: [I, C],
27
48
  className: "feature_swiper",
28
49
  initialSlide: 0,
29
- slidesPerView: o,
30
- spaceBetween: w,
50
+ slidesPerView: i,
51
+ spaceBetween: S,
31
52
  centeredSlides: !0,
32
53
  speed: 500,
33
- autoplay: S,
54
+ autoplay: y,
34
55
  onSwiper: (a) => {
35
- b.current = a, c(a.realIndex);
56
+ w.current = a, m(a.realIndex);
36
57
  },
37
58
  onBeforeTransitionStart: (a) => {
38
- let i = a.realIndex;
39
- c(i);
59
+ let s = a.realIndex;
60
+ m(s);
40
61
  },
41
62
  navigation: {
42
- nextEl: m.current,
63
+ nextEl: d.current,
43
64
  prevEl: u.current
44
65
  },
45
66
  loop: !0,
46
- children: v.map((a, i) => {
47
- const s = i === r;
48
- return /* @__PURE__ */ e(z, { children: /* @__PURE__ */ e(
49
- P,
67
+ children: v.map((a, s) => {
68
+ const p = s === n;
69
+ return /* @__PURE__ */ e(T, { children: /* @__PURE__ */ e(
70
+ z,
50
71
  {
51
72
  data: a,
52
- className: n(
73
+ className: r(
53
74
  "h-[314px] transition-all duration-500 transform scale-[0.85] relative max-tablet:h-[288px] max-tablet:scale-100",
54
75
  {
55
- "!h-[346px] !w-full transform scale-100 flex flex-col gap-[40px] md:h-auto md:gap-6": s && !l
76
+ "!h-[346px] !w-full transform scale-100 flex flex-col gap-[40px] md:h-auto md:gap-6": p && !o
56
77
  }
57
78
  ),
58
- imgClassName: n({
59
- "h-[122px] w-[122px]": s && !l
79
+ imgClassName: r({
80
+ "h-[122px] w-[122px]": p && !o
60
81
  }),
61
- imgStyle: n({
62
- "h-[122px] w-[122px]": s && !l
82
+ imgStyle: r({
83
+ "h-[122px] w-[122px]": p && !o
63
84
  }),
64
- isLight: g
85
+ isLight: b
65
86
  }
66
87
  ) }, a.id);
67
88
  })
@@ -71,11 +92,11 @@ function k({
71
92
  "button",
72
93
  {
73
94
  ref: u,
74
- className: n(
95
+ className: r(
75
96
  "absolute h-[40px] w-[40px] left-0 top-[200px] translate-x-[-50%] translate-y-[-50%] z-10 p-[8px] rounded-[50%] bg-graySoft border-none cursor-pointer max-tablet:hidden"
76
97
  ),
77
98
  children: /* @__PURE__ */ e(
78
- R,
99
+ B,
79
100
  {
80
101
  size: 24,
81
102
  color: "#ffffff"
@@ -86,12 +107,12 @@ function k({
86
107
  x && /* @__PURE__ */ e(
87
108
  "button",
88
109
  {
89
- ref: m,
90
- className: n(
110
+ ref: d,
111
+ className: r(
91
112
  "absolute h-[40px] w-[40px] right-0 top-[200px] translate-x-[-50%] translate-y-[-50%] z-10 p-[8px] rounded-[50%] bg-graySoft border-none cursor-pointer max-tablet:hidden"
92
113
  ),
93
114
  children: /* @__PURE__ */ e(
94
- B,
115
+ L,
95
116
  {
96
117
  size: 24,
97
118
  color: "#ffffff"
@@ -101,10 +122,10 @@ function k({
101
122
  )
102
123
  ] }),
103
124
  t.length && /* @__PURE__ */ e(
104
- j,
125
+ O,
105
126
  {
106
127
  count: t.length,
107
- active: y,
128
+ active: N,
108
129
  activeColor: "#16A34A",
109
130
  anActiveColor: "#A6B2BA",
110
131
  className: "mt-[24px]"
@@ -112,6 +133,7 @@ function k({
112
133
  )
113
134
  ] });
114
135
  }
136
+ _.propsToEdit = P;
115
137
  export {
116
- k as default
138
+ _ as default
117
139
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
- import "./types.js";
3
- import { B as n } from "../AllComponents-7aa1a7f1.js";
2
+ import "../Types/FiledTypes.js";
3
+ import { B as n } from "../index-7e2966f2.js";
4
4
  import "../ComponentContainer-0fcc2695.js";
5
5
  import "../index-60dfa873.js";
6
6
  import "../cn-d8c04b28.js";
@@ -1,4 +1,4 @@
1
- import { B as e } from "../AllComponents-7aa1a7f1.js";
1
+ import { B as e } from "../index-7e2966f2.js";
2
2
  export {
3
3
  e as Banner
4
4
  };
@@ -1,4 +1 @@
1
- var r = /* @__PURE__ */ ((t) => (t.Buttons = "buttons", t.Qr = "qr", t))(r || {});
2
- export {
3
- r as BannerVariant
4
- };
1
+
@@ -1,37 +1,29 @@
1
- import { jsx as o, jsxs as t } from "react/jsx-runtime";
2
- import { C as s } from "../ComponentContainer-0fcc2695.js";
3
- import { I as p } from "../index-60dfa873.js";
4
- import { c as m } from "../cn-d8c04b28.js";
5
- const x = ["banner_card", "text_card", "is_banner_first"], f = ({
6
- banner_card: l,
7
- text_card: e,
8
- is_banner_first: i
9
- }) => /* @__PURE__ */ o(s, { className: "p-0", children: /* @__PURE__ */ t("div", { className: "w-full h-full flex flex-col lg:flex-row items-stretch gap-[24px]", children: [
10
- (l == null ? void 0 : l.image) && /* @__PURE__ */ o("div", { className: "w-auto rounded-[20px] h-full object-cover", children: /* @__PURE__ */ o(
11
- p,
12
- {
13
- src: l == null ? void 0 : l.image,
14
- alt: e == null ? void 0 : e.title,
15
- className: "h-full"
16
- }
17
- ) }),
18
- e && /* @__PURE__ */ t(
19
- "div",
20
- {
21
- className: m(
22
- "w-full flex flex-col bg-white justify-center gap-[11px] rounded-[20px] p-[32px]",
23
- {
24
- "order-[-1]": !i
25
- }
26
- ),
27
- children: [
28
- /* @__PURE__ */ o("p", { className: "font-inter text-[32px] leading-[40px] max-tablet:text-[24px] max-tablet:leading-[28px] font-bold", children: e.title }),
29
- /* @__PURE__ */ o("p", { className: "text-graySoft text-[16px] leading-[24px]", children: e.description })
30
- ]
31
- }
32
- )
33
- ] }) });
34
- f.propsToEdit = x;
1
+ import "react/jsx-runtime";
2
+ import "../ConfigProvider/index.js";
3
+ import { a5 as y } from "../index-7e2966f2.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 "../cn-d8c04b28.js";
18
+ import "../InstructionList/components/InstructionCard/InstructionCard.js";
19
+ import "../index-60dfa873.js";
20
+ import "../AnimatedSwiper/index.js";
21
+ import "../PromoPoster/PromoPoster.js";
22
+ import "../Space/Space.js";
23
+ import "../SwiperList/SwiperList.js";
24
+ import "../TasksBannerList/TasksBannerList.js";
25
+ import "../Types/FiledTypes.js";
26
+ import "../ComponentContainer-0fcc2695.js";
35
27
  export {
36
- f as BannerAndText
28
+ y as BannerAndText
37
29
  };
@@ -1,73 +1,28 @@
1
- import { jsx as t, jsxs as f } from "react/jsx-runtime";
2
- import { F as n, S as l } from "../index-6e0f7db0.js";
3
- import { C as p } from "../ComponentContainer-0fcc2695.js";
4
- import { c as s } from "../cn-d8c04b28.js";
5
- const d = ["cards", "title", "size", "is_cards_first", "multiHasText"], b = ({
6
- cards: a,
7
- title: o,
8
- size: i = l.SMALL,
9
- is_cards_first: x,
10
- multiHasText: r = !1
11
- }) => {
12
- let e;
13
- switch (i) {
14
- case l.SMALL:
15
- e = "flex flex-row items-stretch max-tablet:flex-col";
16
- break;
17
- case l.MEDIUM:
18
- e = "grid grid-cols-3 items-stretch max-tablet:grid-cols-1";
19
- break;
20
- case l.LARGE:
21
- e = "grid grid-cols-2 items-stretch max-tablet:grid-cols-1";
22
- break;
23
- default:
24
- e = "flex flex-row items-stretch max-tablet:flex-col";
25
- break;
26
- }
27
- return /* @__PURE__ */ t(
28
- p,
29
- {
30
- className: s("p-0", { "order-[-1]": x }),
31
- children: /* @__PURE__ */ f(
32
- "div",
33
- {
34
- className: s("w-full h-full flex flex-col items-center gap-[24px]"),
35
- children: [
36
- o && /* @__PURE__ */ t(
37
- "p",
38
- {
39
- className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
40
- mb-[24px] font-variant-numeric font-feature-settings`,
41
- children: o
42
- }
43
- ),
44
- /* @__PURE__ */ t(
45
- "div",
46
- {
47
- className: `${e} gap-[24px] w-full ${r ? "grid grid-cols-2 max-tablet:flex h-full" : "flex flex-row max-tablet:flex-col"}`,
48
- children: a == null ? void 0 : a.map((m, c) => /* @__PURE__ */ t(
49
- n,
50
- {
51
- data: m,
52
- size: i,
53
- className: s(
54
- { "h-full": r },
55
- {
56
- "col-span-2": r && c === 0
57
- }
58
- )
59
- },
60
- c
61
- ))
62
- }
63
- )
64
- ]
65
- }
66
- )
67
- }
68
- );
69
- };
70
- b.propsToEdit = d;
1
+ import "react/jsx-runtime";
2
+ import "../index-a379154f.js";
3
+ import "../ConfigProvider/index.js";
4
+ import { b as w } from "../index-7e2966f2.js";
5
+ import "../Segments/Segments.js";
6
+ import "../Video/VideoFull/VideoFull.js";
7
+ import "../Video/VideoList/VideoList.js";
8
+ import "../Video/VideoListMini/VideoListMini.js";
9
+ import "../Partners/Partners.js";
10
+ import "../HtmlContent/HtmlContent.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 "../Faq/components/Collapse/Collapse.js";
16
+ import "react";
17
+ import "../cn-d8c04b28.js";
18
+ import "../InstructionList/components/InstructionCard/InstructionCard.js";
19
+ import "../AnimatedSwiper/index.js";
20
+ import "../PromoPoster/PromoPoster.js";
21
+ import "../Space/Space.js";
22
+ import "../SwiperList/SwiperList.js";
23
+ import "../TasksBannerList/TasksBannerList.js";
24
+ import "../Types/FiledTypes.js";
25
+ import "../ComponentContainer-0fcc2695.js";
71
26
  export {
72
- b as CardIconList
27
+ w as CardIconList
73
28
  };
@@ -1,4 +1,4 @@
1
- import { CardIconList as t } from "./CardIconList.js";
1
+ import { b as a } from "../index-7e2966f2.js";
2
2
  export {
3
- t as CardIconList
3
+ a as CardIconList
4
4
  };
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "../Cards/CardImage/CardImage.js";
3
3
  import "../Cards/CardImage/types.js";
4
4
  import "../Types/FiledTypes.js";
5
- import { C as s } from "../AllComponents-7aa1a7f1.js";
5
+ import { C as s } from "../index-7e2966f2.js";
6
6
  import "../ComponentContainer-0fcc2695.js";
7
7
  import "../cn-d8c04b28.js";
8
8
  export {
@@ -1,4 +1,4 @@
1
- import { C as e } from "../AllComponents-7aa1a7f1.js";
1
+ import { C as e } from "../index-7e2966f2.js";
2
2
  export {
3
3
  e as CardImageList
4
4
  };
@@ -1,50 +1,29 @@
1
- import { jsxs as c, jsx as l } from "react/jsx-runtime";
2
- import { I as p } from "../index-60dfa873.js";
3
- import { c as t } from "../cn-d8c04b28.js";
4
- const n = ({
5
- data: e,
6
- isHorizontal: x,
7
- imageStyles: m
8
- }) => /* @__PURE__ */ c(
9
- "div",
10
- {
11
- className: t(
12
- "flex flex-col items-center gap-[30px] bg-white rounded-[20px] flex-1",
13
- x && "flex-row max-tablet:flex-col"
14
- ),
15
- children: [
16
- /* @__PURE__ */ l(
17
- "div",
18
- {
19
- className: t(
20
- "px-[24px] pt-[24px] w-full",
21
- x && "px-0 max-tablet:px-[24px]"
22
- ),
23
- children: /* @__PURE__ */ l(
24
- "p",
25
- {
26
- className: t(
27
- "text-[24px] font-medium leading-[32px] text-bgBlack text-center m-0 break-words",
28
- x && "text-left pl-[24px] max-tablet:text-center",
29
- "max-tablet:text-[22px] max-tablet:leading-[26px]"
30
- ),
31
- children: e == null ? void 0 : e.title
32
- }
33
- )
34
- }
35
- ),
36
- (e == null ? void 0 : e.icon) && /* @__PURE__ */ l(
37
- p,
38
- {
39
- src: e.icon,
40
- alt: e.title || "image",
41
- className: t("w-full h-[164px]", m),
42
- imageStyles: "object-contain object-bottom"
43
- }
44
- )
45
- ]
46
- }
47
- );
1
+ import "react/jsx-runtime";
2
+ import "../ConfigProvider/index.js";
3
+ import { ad as q, ac as u } from "../index-7e2966f2.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 "../cn-d8c04b28.js";
18
+ import "../InstructionList/components/InstructionCard/InstructionCard.js";
19
+ import "../index-60dfa873.js";
20
+ import "../AnimatedSwiper/index.js";
21
+ import "../PromoPoster/PromoPoster.js";
22
+ import "../Space/Space.js";
23
+ import "../SwiperList/SwiperList.js";
24
+ import "../TasksBannerList/TasksBannerList.js";
25
+ import "../Types/FiledTypes.js";
48
26
  export {
49
- n as CardImageSecondary
27
+ q as CardImageSecondary,
28
+ u as cardImageSecondaryDataProps
50
29
  };
@@ -1,4 +1,4 @@
1
- import { CardImageSecondary as e } from "./CardImageSecondary.js";
1
+ import { ad as d } from "../index-7e2966f2.js";
2
2
  export {
3
- e as CardImageSecondary
3
+ d as CardImageSecondary
4
4
  };
@@ -1,21 +1,6 @@
1
- import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
- import { CardImageSecondary as p } from "../CardImageSecondary/CardImageSecondary.js";
3
- import { C as n } from "../ComponentContainer-0fcc2695.js";
4
- const c = ({
5
- title: a,
6
- cards: e,
7
- isHorizontal: x = !1
8
- }) => /* @__PURE__ */ o(n, { className: "flex flex-col items-stretch gap-[48px]", children: [
9
- a && /* @__PURE__ */ t("p", { className: "text-bgBlack text-center text-[44px] font-bold leading-[52px] m-0 max-tablet:text-[26px] max-tablet:leading-[32px]", children: a }),
10
- /* @__PURE__ */ t("div", { className: "flex gap-[24px] max-tablet:flex-col max-tablet:gap-[16px]", children: e == null ? void 0 : e.map((l, m) => /* @__PURE__ */ t(
11
- p,
12
- {
13
- data: l,
14
- isHorizontal: x
15
- },
16
- m
17
- )) })
18
- ] });
1
+ import "react/jsx-runtime";
2
+ import { h as t } from "../index-7e2966f2.js";
3
+ import "../ComponentContainer-0fcc2695.js";
19
4
  export {
20
- c as CardImageSecondaryList
5
+ t as CardImageSecondaryList
21
6
  };
@@ -1,4 +1,4 @@
1
- import { CardImageSecondaryList as e } from "./CardImageSecondaryList.js";
1
+ import { h as e } from "../index-7e2966f2.js";
2
2
  export {
3
3
  e as CardImageSecondaryList
4
4
  };
@@ -1,8 +1,28 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import "../ComponentContainer-0fcc2695.js";
4
- import { f as a } from "../AllComponents-7aa1a7f1.js";
3
+ import "../ConfigProvider/index.js";
4
+ import { i as w } from "../index-7e2966f2.js";
5
+ import "../Segments/Segments.js";
6
+ import "../Video/VideoFull/VideoFull.js";
7
+ import "../Video/VideoList/VideoList.js";
8
+ import "../Video/VideoListMini/VideoListMini.js";
9
+ import "../Partners/Partners.js";
10
+ import "../HtmlContent/HtmlContent.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 "../Faq/components/Collapse/Collapse.js";
5
17
  import "../cn-d8c04b28.js";
18
+ import "../InstructionList/components/InstructionCard/InstructionCard.js";
19
+ import "../AnimatedSwiper/index.js";
20
+ import "../PromoPoster/PromoPoster.js";
21
+ import "../Space/Space.js";
22
+ import "../SwiperList/SwiperList.js";
23
+ import "../TasksBannerList/TasksBannerList.js";
24
+ import "../Types/FiledTypes.js";
25
+ import "../ComponentContainer-0fcc2695.js";
6
26
  export {
7
- a as CardInfoTable
27
+ w as CardInfoTable
8
28
  };