md-components-mdigial-azamat 0.0.19 → 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.
- package/dist/AllComponents.js +5 -9
- package/dist/AnimatedSwiper/index.js +64 -42
- package/dist/Banner/Banner.js +2 -2
- package/dist/Banner/index.js +1 -1
- package/dist/Banner/types.js +1 -4
- package/dist/BannerAndText/index.js +27 -35
- package/dist/CardIconList/CardIconList.js +26 -71
- package/dist/CardIconList/index.js +2 -2
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardImageSecondary/CardImageSecondary.js +27 -48
- package/dist/CardImageSecondary/index.js +2 -2
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +4 -19
- package/dist/CardImageSecondaryList/index.js +1 -1
- package/dist/CardInfoTable/index.js +23 -3
- package/dist/Cards/CardImage/CardImage.js +32 -18
- package/dist/Cards/ColoredCard/index.js +23 -10
- package/dist/Cards/ContentCard/ContentCard.js +1 -1
- package/dist/Cards/ContentCard/index.js +1 -1
- package/dist/Cards/FeaturesCard/index.js +2 -1
- package/dist/Cards/WarningCard/WarningCard.js +1 -1
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/ContentCardList/ContentCardList.js +23 -2
- package/dist/ContentCardList/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
- package/dist/Faq/Faq.js +20 -2
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1 -1
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/index.js +1 -1
- package/dist/HeroPossibilityBanner/index.js +30 -19
- package/dist/InfoBanner/index.js +3 -2
- package/dist/InfoBannerList/InfoBannerList.js +3 -2
- package/dist/InfoBannerList/index.js +2 -2
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/IntroBanner/index.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/index.js +1 -1
- package/dist/MultiCards/index.js +5 -54
- package/dist/PageViewer/PageViewer.js +5 -7
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/Partners/Partners.js +21 -4
- package/dist/PartnersColors/PartnersColors.js +38 -20
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +1 -1
- package/dist/PreviewList/components/PreviewCard/index.js +1 -1
- package/dist/PreviewList/index.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +29 -15
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +5 -5
- package/dist/Segments/Segments.js +15 -7
- package/dist/Space/Space.js +21 -0
- package/dist/Space/index.js +4 -0
- package/dist/StandartTable/components/CardWarning/index.js +1 -1
- package/dist/StandartTable/index.js +3 -2
- package/dist/Stepper/Stepper.js +2 -1
- package/dist/Stepper/index.js +1 -1
- package/dist/SwiperList/SwiperList.js +39 -29
- package/dist/TasksBanner/TasksBanner.js +45 -28
- package/dist/TasksBannerList/TasksBannerList.js +26 -11
- package/dist/Types/FiledTypes.js +2 -2
- package/dist/Video/VideoList/VideoList.js +19 -10
- package/dist/Video/VideoListMini/VideoListMini.js +17 -8
- package/dist/VideoMainBanner/VideoMainBanner.js +3 -2
- package/dist/VideoMainBanner/index.js +1 -1
- package/dist/componentsMap-189b0c59.js +50 -0
- package/dist/{AllComponents-3adfe2a3.js → index-7e2966f2.js} +1774 -1319
- package/dist/index-a379154f.js +66 -0
- package/dist/main.js +60 -61
- package/package.json +1 -1
- package/dist/EmptyBox/EmptyBox.js +0 -5
- package/dist/componentsMap-4a48f9e0.js +0 -53
- package/dist/index-6e0f7db0.js +0 -52
- /package/dist/{EmptyBox → Space}/types.js +0 -0
package/dist/AllComponents.js
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
import {
|
|
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-
|
|
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
|
-
|
|
29
|
-
|
|
24
|
+
q as AllComponents,
|
|
25
|
+
u as AllComponentsData
|
|
30
26
|
};
|
|
@@ -1,67 +1,88 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as A, useRef as
|
|
3
|
-
import { S as
|
|
4
|
-
import { Bullet as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
|
|
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:
|
|
12
|
-
isLight:
|
|
32
|
+
autoplay: g = !1,
|
|
33
|
+
isLight: b = !1,
|
|
13
34
|
isButton: x = !0
|
|
14
35
|
}) {
|
|
15
|
-
const [
|
|
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,
|
|
20
|
-
return /* @__PURE__ */
|
|
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__ */
|
|
43
|
+
/* @__PURE__ */ h("div", { className: "relative w-full h-[346px] max-tablet:h-fit", children: [
|
|
23
44
|
/* @__PURE__ */ e(
|
|
24
|
-
|
|
45
|
+
E,
|
|
25
46
|
{
|
|
26
|
-
modules: [
|
|
47
|
+
modules: [I, C],
|
|
27
48
|
className: "feature_swiper",
|
|
28
49
|
initialSlide: 0,
|
|
29
|
-
slidesPerView:
|
|
30
|
-
spaceBetween:
|
|
50
|
+
slidesPerView: i,
|
|
51
|
+
spaceBetween: S,
|
|
31
52
|
centeredSlides: !0,
|
|
32
53
|
speed: 500,
|
|
33
|
-
autoplay:
|
|
54
|
+
autoplay: y,
|
|
34
55
|
onSwiper: (a) => {
|
|
35
|
-
|
|
56
|
+
w.current = a, m(a.realIndex);
|
|
36
57
|
},
|
|
37
58
|
onBeforeTransitionStart: (a) => {
|
|
38
|
-
let
|
|
39
|
-
|
|
59
|
+
let s = a.realIndex;
|
|
60
|
+
m(s);
|
|
40
61
|
},
|
|
41
62
|
navigation: {
|
|
42
|
-
nextEl:
|
|
63
|
+
nextEl: d.current,
|
|
43
64
|
prevEl: u.current
|
|
44
65
|
},
|
|
45
66
|
loop: !0,
|
|
46
|
-
children: v.map((a,
|
|
47
|
-
const
|
|
48
|
-
return /* @__PURE__ */ e(
|
|
49
|
-
|
|
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:
|
|
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":
|
|
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:
|
|
59
|
-
"h-[122px] w-[122px]":
|
|
79
|
+
imgClassName: r({
|
|
80
|
+
"h-[122px] w-[122px]": p && !o
|
|
60
81
|
}),
|
|
61
|
-
imgStyle:
|
|
62
|
-
"h-[122px] w-[122px]":
|
|
82
|
+
imgStyle: r({
|
|
83
|
+
"h-[122px] w-[122px]": p && !o
|
|
63
84
|
}),
|
|
64
|
-
isLight:
|
|
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:
|
|
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
|
-
|
|
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:
|
|
90
|
-
className:
|
|
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
|
-
|
|
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
|
-
|
|
125
|
+
O,
|
|
105
126
|
{
|
|
106
127
|
count: t.length,
|
|
107
|
-
active:
|
|
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
|
-
|
|
138
|
+
_ as default
|
|
117
139
|
};
|
package/dist/Banner/Banner.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "
|
|
3
|
-
import { B as n } from "../
|
|
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";
|
package/dist/Banner/index.js
CHANGED
package/dist/Banner/types.js
CHANGED
|
@@ -1,37 +1,29 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
-
|
|
28
|
+
y as BannerAndText
|
|
37
29
|
};
|
|
@@ -1,73 +1,28 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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
|
-
|
|
27
|
+
w as CardIconList
|
|
73
28
|
};
|
|
@@ -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 "../
|
|
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,50 +1,29 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
-
|
|
27
|
+
q as CardImageSecondary,
|
|
28
|
+
u as cardImageSecondaryDataProps
|
|
50
29
|
};
|
|
@@ -1,21 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
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
|
-
|
|
5
|
+
t as CardImageSecondaryList
|
|
21
6
|
};
|
|
@@ -1,8 +1,28 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../
|
|
4
|
-
import {
|
|
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
|
-
|
|
27
|
+
w as CardInfoTable
|
|
8
28
|
};
|