md-components-mdigial-azamat 0.0.17 → 0.0.19
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-3adfe2a3.js +4399 -0
- package/dist/AllComponents.js +17 -101
- package/dist/Banner/Banner.js +1 -1
- package/dist/Banner/index.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/Cards/ContentCard/ContentCard.js +1 -2
- package/dist/Cards/ContentCard/index.js +2 -2
- package/dist/Cards/WarningCard/WarningCard.js +2 -3
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/ContentCardList/ContentCardList.js +1 -1
- 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 +8 -100
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +2 -3
- package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +2 -3
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +2 -3
- package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
- package/dist/Faq/Faq.js +1 -1
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +2 -3
- package/dist/Faq/components/FeedbackForm/index.js +2 -2
- package/dist/Faq/index.js +1 -1
- package/dist/InfoBanner/index.js +6 -71
- package/dist/InfoBannerList/InfoBannerList.js +6 -35
- 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 +6 -58
- package/dist/IntroBanner/index.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/index.js +1 -1
- package/dist/PageViewer/PageViewer.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +2 -3
- package/dist/PreviewList/components/PreviewCard/index.js +2 -2
- package/dist/PreviewList/index.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +10 -10
- package/dist/StandartTable/components/CardWarning/index.js +6 -87
- package/dist/StandartTable/index.js +6 -46
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +13 -12
- package/dist/Types/FiledTypes.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +6 -146
- package/dist/VideoMainBanner/index.js +2 -2
- package/dist/componentsMap-4a48f9e0.js +53 -0
- package/dist/main.js +64 -62
- package/package.json +1 -1
- package/dist/componentsMap-fc5d3ce6.js +0 -58
- package/dist/const-fcf5d36a.js +0 -5
- package/dist/data.mock-97df7aa8.js +0 -1714
- package/dist/index-3d4883ec.js +0 -2106
- /package/dist/assets/{InfoBanner.css → TasksBanner.css} +0 -0
package/dist/AllComponents.js
CHANGED
|
@@ -1,24 +1,18 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import { SwiperList as io } from "./SwiperList/SwiperList.js";
|
|
17
|
-
import { TasksBannerList as so } from "./TasksBannerList/TasksBannerList.js";
|
|
18
|
-
import { VideoFull as po } from "./Video/VideoFull/VideoFull.js";
|
|
19
|
-
import { VideoList as mo } from "./Video/VideoList/VideoList.js";
|
|
20
|
-
import { VideoListMini as lo } from "./Video/VideoListMini/VideoListMini.js";
|
|
21
|
-
import { VideoMainBanner as co } from "./VideoMainBanner/VideoMainBanner.js";
|
|
1
|
+
import { a7 as y, a6 as z } from "./AllComponents-3adfe2a3.js";
|
|
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
|
+
import "./Partners/Partners.js";
|
|
8
|
+
import "./PartnersColors/PartnersColors.js";
|
|
9
|
+
import "./PromoPoster/PromoPoster.js";
|
|
10
|
+
import "./Segments/Segments.js";
|
|
11
|
+
import "./SwiperList/SwiperList.js";
|
|
12
|
+
import "./TasksBannerList/TasksBannerList.js";
|
|
13
|
+
import "./Video/VideoFull/VideoFull.js";
|
|
14
|
+
import "./Video/VideoList/VideoList.js";
|
|
15
|
+
import "./Video/VideoListMini/VideoListMini.js";
|
|
22
16
|
import "./ConfigProvider/index.js";
|
|
23
17
|
import "./BannerAndText/index.js";
|
|
24
18
|
import "./HtmlContent/HtmlContent.js";
|
|
@@ -30,85 +24,7 @@ import "./Faq/components/Collapse/Collapse.js";
|
|
|
30
24
|
import "react/jsx-runtime";
|
|
31
25
|
import "react";
|
|
32
26
|
import "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
33
|
-
const Oo = {
|
|
34
|
-
MainBanner: { key: "MainBanner", component: q },
|
|
35
|
-
Banner: { key: "Banner", component: x },
|
|
36
|
-
CardImageList: { key: "CardImageList", component: E },
|
|
37
|
-
Stepper: { key: "Stepper", component: v },
|
|
38
|
-
Segments: { key: "Segments", component: eo },
|
|
39
|
-
VideoFull: { key: "VideoFull", component: po },
|
|
40
|
-
VideoList: { key: "VideoList", component: mo },
|
|
41
|
-
VideoListMini: { key: "VideoListMini", component: lo },
|
|
42
|
-
ContentCardList: { key: "ContentCardList", component: H },
|
|
43
|
-
CardIconList: { key: "CardIconList", component: U },
|
|
44
|
-
MultiCards: { key: "MultiCards", component: oo },
|
|
45
|
-
Partners: { key: "Partners", component: no },
|
|
46
|
-
PartnersColors: { key: "PartnersColors", component: ao },
|
|
47
|
-
WarningCard: { key: "WarningCard", component: j },
|
|
48
|
-
Faq: { key: "Faq", component: z },
|
|
49
|
-
DownloadFileBanner: {
|
|
50
|
-
key: "DownloadFileBanner",
|
|
51
|
-
component: G
|
|
52
|
-
},
|
|
53
|
-
DownloadFileHalf: { key: "DownloadFileHalf", component: J },
|
|
54
|
-
DownloadFileFull: { key: "DownloadFileFull", component: K },
|
|
55
|
-
DownloadFileMini: { key: "DownloadFileMini", component: N },
|
|
56
|
-
InstructionList: { key: "InstructionList", component: O },
|
|
57
|
-
PreviewList: { key: "PreviewList", component: Q },
|
|
58
|
-
SwiperList: { key: "SwiperList", component: io },
|
|
59
|
-
AnimatedSwiper: { key: "AnimatedSwiper", component: h },
|
|
60
|
-
InfoBannerList: { key: "InfoBannerList", component: _ },
|
|
61
|
-
TasksBannerList: { key: "TasksBannerList", component: so },
|
|
62
|
-
VideoMainBanner: { key: "VideoMainBanner", component: co },
|
|
63
|
-
EmptyBox: { key: "EmptyBox", component: Z },
|
|
64
|
-
PromoPoster: { key: "PromoPoster", component: to },
|
|
65
|
-
CardImageSecondaryList: {
|
|
66
|
-
key: "CardImageSecondaryList",
|
|
67
|
-
component: X
|
|
68
|
-
},
|
|
69
|
-
CardInfoTable: { key: "CardInfoTable", component: R },
|
|
70
|
-
StandartTable: { key: "StandartTable", component: ro },
|
|
71
|
-
IntroBanner: { key: "IntroBanner", component: $ },
|
|
72
|
-
DownloadFileBright: {
|
|
73
|
-
key: "DownloadFileBright",
|
|
74
|
-
component: Y
|
|
75
|
-
}
|
|
76
|
-
}, Qo = {
|
|
77
|
-
MainBanner: o.componentProps,
|
|
78
|
-
Banner: n.componentProps,
|
|
79
|
-
CardImageList: a.componentProps,
|
|
80
|
-
Stepper: t.componentProps,
|
|
81
|
-
Segments: e.componentProps,
|
|
82
|
-
VideoFull: r.componentProps,
|
|
83
|
-
VideoList: i.componentProps,
|
|
84
|
-
VideoListMini: s.componentProps,
|
|
85
|
-
ContentCardList: p.componentProps,
|
|
86
|
-
CardIconList: m.componentProps,
|
|
87
|
-
MultiCards: l.componentProps,
|
|
88
|
-
Partners: d.componentProps,
|
|
89
|
-
PartnersColors: c.componentProps,
|
|
90
|
-
WarningCard: D.componentProps,
|
|
91
|
-
Faq: P.componentProps,
|
|
92
|
-
DownloadFileBanner: L.componentProps,
|
|
93
|
-
DownloadFileHalf: C.componentProps,
|
|
94
|
-
DownloadFileFull: B.componentProps,
|
|
95
|
-
DownloadFileMini: y.componentProps,
|
|
96
|
-
InstructionList: F.componentProps,
|
|
97
|
-
PreviewList: w.componentProps,
|
|
98
|
-
SwiperList: k.componentProps,
|
|
99
|
-
AnimatedSwiper: f.componentProps,
|
|
100
|
-
InfoBannerList: I.componentProps,
|
|
101
|
-
TasksBannerList: S.componentProps,
|
|
102
|
-
VideoMainBanner: M.componentProps,
|
|
103
|
-
EmptyBox: g.componentProps,
|
|
104
|
-
PromoPoster: V.componentProps,
|
|
105
|
-
CardImageSecondaryList: u.componentProps,
|
|
106
|
-
CardInfoTable: T.componentProps,
|
|
107
|
-
StandartTable: b.componentProps,
|
|
108
|
-
IntroBanner: A.componentProps,
|
|
109
|
-
DownloadFileBright: W.componentProps
|
|
110
|
-
};
|
|
111
27
|
export {
|
|
112
|
-
|
|
113
|
-
|
|
28
|
+
y as AllComponents,
|
|
29
|
+
z as AllComponentsData
|
|
114
30
|
};
|
package/dist/Banner/Banner.js
CHANGED
package/dist/Banner/index.js
CHANGED
|
@@ -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 "../AllComponents-3adfe2a3.js";
|
|
6
6
|
import "../ComponentContainer-0fcc2695.js";
|
|
7
7
|
import "../cn-d8c04b28.js";
|
|
8
8
|
export {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../HtmlContent/HtmlContent.js";
|
|
3
|
-
import {
|
|
4
|
-
import "../../const-fcf5d36a.js";
|
|
3
|
+
import { a2 as a } from "../../AllComponents-3adfe2a3.js";
|
|
5
4
|
import "../../index-60dfa873.js";
|
|
6
5
|
export {
|
|
7
6
|
a as ContentCard
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../model-bc7ae7c3.js";
|
|
3
|
-
import { W as
|
|
4
|
-
import "../../const-fcf5d36a.js";
|
|
3
|
+
import { W as a } from "../../AllComponents-3adfe2a3.js";
|
|
5
4
|
import "../../ComponentContainer-0fcc2695.js";
|
|
6
5
|
import "../../cn-d8c04b28.js";
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
a as WarningCard
|
|
9
8
|
};
|
|
@@ -1,102 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import { u as N } from "../../../useScreenSize-c1b64c02.js";
|
|
9
|
-
const V = ({
|
|
10
|
-
title: m,
|
|
11
|
-
description: s,
|
|
12
|
-
file: n,
|
|
13
|
-
icon: p,
|
|
14
|
-
button_text: b,
|
|
15
|
-
button_link: c,
|
|
16
|
-
variant: e = "big",
|
|
17
|
-
buttonVariant: x,
|
|
18
|
-
className: f = "",
|
|
19
|
-
isDark: a,
|
|
20
|
-
linkClassName: g = ""
|
|
21
|
-
}) => {
|
|
22
|
-
const i = N(960), o = e === "big" ? i ? 106 : 343 : i ? 106 : 64, d = x === w.Brand;
|
|
23
|
-
return /* @__PURE__ */ l(
|
|
24
|
-
j,
|
|
25
|
-
{
|
|
26
|
-
className: `flex justify-between items-center rounded-[20px]
|
|
27
|
-
${e === "big" ? "p-[48px]" : "p-[32px] gap-[32px]"}
|
|
28
|
-
${a ? "bg-black7" : "bg-white"}
|
|
29
|
-
max-tablet:flex-col max-tablet:items-start max-tablet:justify-start max-tablet:p-[24px] max-tablet:gap-[0] max-tablet:my-[48px] my-[88px]
|
|
30
|
-
max-tablet:relative w-[calc(100%-239px)]
|
|
31
|
-
${f}`,
|
|
32
|
-
children: [
|
|
33
|
-
/* @__PURE__ */ l("div", { className: "flex flex-col h-full w-full", children: [
|
|
34
|
-
/* @__PURE__ */ t(
|
|
35
|
-
"p",
|
|
36
|
-
{
|
|
37
|
-
className: `font-[700]
|
|
38
|
-
${a ? "text-[#f4f6f7]" : "text-[#0e0f11]"}
|
|
39
|
-
${e === "big" ? "text-[32px] leading-[40px]" : "text-[24px] leading-[32px]"}
|
|
40
|
-
max-tablet:text-[24px] max-tablet:leading-[28px]
|
|
41
|
-
mb-[16px] max-tablet:mt-[24px] max-tablet:mb-[12px] max-tablet:text-center`,
|
|
42
|
-
children: m
|
|
43
|
-
}
|
|
44
|
-
),
|
|
45
|
-
/* @__PURE__ */ t(
|
|
46
|
-
"p",
|
|
47
|
-
{
|
|
48
|
-
className: `font-[400] text-[16px] leading-[24px]
|
|
49
|
-
${a ? "text-[#f4f6f7]" : "text-[#40474f]"}
|
|
50
|
-
mb-[32px] max-tablet:mb-[24px] max-tablet:text-center`,
|
|
51
|
-
children: s
|
|
52
|
-
}
|
|
53
|
-
),
|
|
54
|
-
/* @__PURE__ */ t(
|
|
55
|
-
"a",
|
|
56
|
-
{
|
|
57
|
-
className: `mt-auto ${g} w-fit max-tablet:w-full`,
|
|
58
|
-
href: n || c || "#",
|
|
59
|
-
download: !0,
|
|
60
|
-
target: "_blank",
|
|
61
|
-
children: /* @__PURE__ */ l(
|
|
62
|
-
h,
|
|
63
|
-
{
|
|
64
|
-
className: "w-fit max-tablet:w-full flex items-center justify-center",
|
|
65
|
-
variant: x,
|
|
66
|
-
children: [
|
|
67
|
-
b,
|
|
68
|
-
/* @__PURE__ */ t(
|
|
69
|
-
u,
|
|
70
|
-
{
|
|
71
|
-
name: "download",
|
|
72
|
-
size: 20,
|
|
73
|
-
color: d ? r.white : r.blackBG
|
|
74
|
-
}
|
|
75
|
-
)
|
|
76
|
-
]
|
|
77
|
-
}
|
|
78
|
-
)
|
|
79
|
-
}
|
|
80
|
-
)
|
|
81
|
-
] }),
|
|
82
|
-
/* @__PURE__ */ t(
|
|
83
|
-
y,
|
|
84
|
-
{
|
|
85
|
-
src: p,
|
|
86
|
-
alt: m,
|
|
87
|
-
width: o,
|
|
88
|
-
height: o,
|
|
89
|
-
className: B(
|
|
90
|
-
"absolute top-1/2 right-6 w-[343px] !h-auto -translate-y-1/2 max-tablet:relative max-tablet:!h-[106px]",
|
|
91
|
-
"max-tablet:top-auto max-tablet:right-auto max-tablet:-translate-y-0 max-tablet:order-[-1] max-tablet:mx-auto"
|
|
92
|
-
),
|
|
93
|
-
imageStyles: "object-contain object-bottom max-tablet:object-center"
|
|
94
|
-
}
|
|
95
|
-
)
|
|
96
|
-
]
|
|
97
|
-
}
|
|
98
|
-
);
|
|
99
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { i as l } from "../../../AllComponents-3adfe2a3.js";
|
|
3
|
+
import "../../../model-bc7ae7c3.js";
|
|
4
|
+
import "../../../ComponentContainer-0fcc2695.js";
|
|
5
|
+
import "../../../index-60dfa873.js";
|
|
6
|
+
import "../../../cn-d8c04b28.js";
|
|
7
|
+
import "../../../useScreenSize-c1b64c02.js";
|
|
100
8
|
export {
|
|
101
|
-
|
|
9
|
+
l as DownloadFileBright
|
|
102
10
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { c as
|
|
2
|
+
import { c as p } from "../../../AllComponents-3adfe2a3.js";
|
|
3
3
|
import "../../../model-bc7ae7c3.js";
|
|
4
|
-
import "../../../const-fcf5d36a.js";
|
|
5
4
|
import "../../../ComponentContainer-0fcc2695.js";
|
|
6
5
|
export {
|
|
7
|
-
|
|
6
|
+
p as DownloadFileFull
|
|
8
7
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { b as
|
|
2
|
+
import { b as t } from "../../../AllComponents-3adfe2a3.js";
|
|
3
3
|
import "../../../model-bc7ae7c3.js";
|
|
4
|
-
import "../../../const-fcf5d36a.js";
|
|
5
4
|
import "../../../ComponentContainer-0fcc2695.js";
|
|
6
5
|
export {
|
|
7
|
-
|
|
6
|
+
t as DownloadFileHalf
|
|
8
7
|
};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { d as
|
|
2
|
+
import { d as t } from "../../../AllComponents-3adfe2a3.js";
|
|
3
3
|
import "../../../model-bc7ae7c3.js";
|
|
4
|
-
import "../../../const-fcf5d36a.js";
|
|
5
4
|
import "../../../ComponentContainer-0fcc2695.js";
|
|
6
5
|
export {
|
|
7
|
-
|
|
6
|
+
t as DownloadFileMini
|
|
8
7
|
};
|
package/dist/Faq/Faq.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "./components/Collapse/Collapse.js";
|
|
3
|
-
import { F as a } from "../
|
|
3
|
+
import { F as a } from "../AllComponents-3adfe2a3.js";
|
|
4
4
|
import "../HtmlContent/HtmlContent.js";
|
|
5
5
|
import "../ComponentContainer-0fcc2695.js";
|
|
6
6
|
export {
|
package/dist/Faq/index.js
CHANGED
package/dist/InfoBanner/index.js
CHANGED
|
@@ -1,73 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
const u = ({ data: e, isTextLast: r, isLight: t = !1 }) => {
|
|
7
|
-
const b = s(960) ? e == null ? void 0 : e.banner_bg_image_mob : e == null ? void 0 : e.banner_bg_image;
|
|
8
|
-
return /* @__PURE__ */ x(
|
|
9
|
-
"div",
|
|
10
|
-
{
|
|
11
|
-
className: l(
|
|
12
|
-
"relative w-full px-[48px] bg-cover bg-no-repeat flex items-center justify-between gap-[100px] max-tablet:h-fit max-tablet:flex-col max-tablet:p-0 max-tablet:gap-0 max-tablet:overflow-hidden rounded-[20px] overflow-hidden bg-center"
|
|
13
|
-
),
|
|
14
|
-
style: { backgroundImage: `url(${b})` },
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ x(
|
|
17
|
-
"div",
|
|
18
|
-
{
|
|
19
|
-
className: m(
|
|
20
|
-
"flex flex-col gap-[20px] py-[48px] max-tablet:p-[32px]",
|
|
21
|
-
{
|
|
22
|
-
"order-1": r
|
|
23
|
-
}
|
|
24
|
-
),
|
|
25
|
-
children: [
|
|
26
|
-
/* @__PURE__ */ n(
|
|
27
|
-
"p",
|
|
28
|
-
{
|
|
29
|
-
className: l(
|
|
30
|
-
"text-[32px] leading-[40px] font-bold text-white4 max-tablet:text-[24px] max-tablet:leading-[28px] max-tablet:text-center",
|
|
31
|
-
{ "text-black5": t }
|
|
32
|
-
),
|
|
33
|
-
children: e == null ? void 0 : e.banner_title
|
|
34
|
-
}
|
|
35
|
-
),
|
|
36
|
-
/* @__PURE__ */ n(
|
|
37
|
-
"p",
|
|
38
|
-
{
|
|
39
|
-
className: l(
|
|
40
|
-
"text-[18px] leading-[26px] text-white4 max-tablet:text-[17px] max-tablet:leading-[24px] max-tablet:text-center",
|
|
41
|
-
{ "text-graySoft": t }
|
|
42
|
-
),
|
|
43
|
-
children: e == null ? void 0 : e.banner_description
|
|
44
|
-
}
|
|
45
|
-
),
|
|
46
|
-
(e == null ? void 0 : e.banner_button_link) && /* @__PURE__ */ n(
|
|
47
|
-
"a",
|
|
48
|
-
{
|
|
49
|
-
href: e == null ? void 0 : e.banner_button_link,
|
|
50
|
-
className: "max-tablet:absolute max-tablet:left-[50%] max-tablet:translate-x-[-50%] max-tablet:bottom-[24px] max-tablet:z-10",
|
|
51
|
-
children: /* @__PURE__ */ n(i, { children: e == null ? void 0 : e.banner_button_text })
|
|
52
|
-
}
|
|
53
|
-
)
|
|
54
|
-
]
|
|
55
|
-
}
|
|
56
|
-
),
|
|
57
|
-
(e == null ? void 0 : e.banner_image) && /* @__PURE__ */ n(
|
|
58
|
-
o,
|
|
59
|
-
{
|
|
60
|
-
src: e == null ? void 0 : e.banner_image,
|
|
61
|
-
alt: e == null ? void 0 : e.banner_title,
|
|
62
|
-
width: 453,
|
|
63
|
-
height: 282,
|
|
64
|
-
className: l("shrink-0")
|
|
65
|
-
}
|
|
66
|
-
)
|
|
67
|
-
]
|
|
68
|
-
}
|
|
69
|
-
);
|
|
70
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "../cn-d8c04b28.js";
|
|
3
|
+
import { a8 as a } from "../AllComponents-3adfe2a3.js";
|
|
4
|
+
import "../index-60dfa873.js";
|
|
5
|
+
import "../useScreenSize-c1b64c02.js";
|
|
71
6
|
export {
|
|
72
|
-
|
|
7
|
+
a as InfoBanner
|
|
73
8
|
};
|
|
@@ -1,37 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
const g = ({
|
|
7
|
-
title: l,
|
|
8
|
-
cards: t,
|
|
9
|
-
isLight: o,
|
|
10
|
-
isLightTitle: m
|
|
11
|
-
}) => {
|
|
12
|
-
const x = f(960);
|
|
13
|
-
return /* @__PURE__ */ e(s, { children: /* @__PURE__ */ r("div", { className: a("w-full"), children: [
|
|
14
|
-
l && /* @__PURE__ */ e(
|
|
15
|
-
"p",
|
|
16
|
-
{
|
|
17
|
-
className: a(
|
|
18
|
-
"text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]",
|
|
19
|
-
{ "text-white4": m }
|
|
20
|
-
),
|
|
21
|
-
children: l
|
|
22
|
-
}
|
|
23
|
-
),
|
|
24
|
-
/* @__PURE__ */ e("div", { className: a("flex flex-col gap-[40px] w-full"), children: t == null ? void 0 : t.map((i, n) => /* @__PURE__ */ e(
|
|
25
|
-
p,
|
|
26
|
-
{
|
|
27
|
-
data: i,
|
|
28
|
-
isTextLast: x ? !1 : n % 2 === 1,
|
|
29
|
-
isLight: o
|
|
30
|
-
},
|
|
31
|
-
n
|
|
32
|
-
)) })
|
|
33
|
-
] }) });
|
|
34
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { e } from "../AllComponents-3adfe2a3.js";
|
|
3
|
+
import "../ComponentContainer-0fcc2695.js";
|
|
4
|
+
import "../cn-d8c04b28.js";
|
|
5
|
+
import "../useScreenSize-c1b64c02.js";
|
|
35
6
|
export {
|
|
36
|
-
|
|
7
|
+
e as InfoBannerList
|
|
37
8
|
};
|