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
|
@@ -1,31 +1,45 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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:
|
|
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__ */
|
|
15
|
-
/* @__PURE__ */
|
|
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:
|
|
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__ */
|
|
39
|
+
/* @__PURE__ */ x(
|
|
26
40
|
"p",
|
|
27
41
|
{
|
|
28
|
-
className:
|
|
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__ */
|
|
37
|
-
|
|
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 ${
|
|
42
|
-
imageStyles: `${
|
|
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
|
-
|
|
63
|
+
m.propsToEdit = c;
|
|
50
64
|
export {
|
|
51
|
-
|
|
65
|
+
m as CardImage
|
|
52
66
|
};
|
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import {
|
|
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
|
|
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
|
-
|
|
22
|
+
p
|
|
10
23
|
),
|
|
11
24
|
style: { backgroundColor: e == null ? void 0 : e.bg_hex },
|
|
12
25
|
children: [
|
|
13
|
-
/* @__PURE__ */
|
|
14
|
-
/* @__PURE__ */
|
|
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__ */
|
|
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__ */
|
|
34
|
-
|
|
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 =
|
|
58
|
+
c.propsToEdit = s;
|
|
46
59
|
export {
|
|
47
60
|
c as ColoredCard
|
|
48
61
|
};
|
|
@@ -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-
|
|
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 "../../
|
|
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,6 +1,27 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { a as
|
|
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
|
-
|
|
26
|
+
w as ContentCardList
|
|
6
27
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
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
|
-
|
|
9
|
+
e as DownloadFileBright
|
|
10
10
|
};
|
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
|
|
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
|
-
|
|
25
|
+
w as Faq
|
|
8
26
|
};
|
package/dist/Faq/index.js
CHANGED
|
@@ -1,34 +1,45 @@
|
|
|
1
|
-
import { jsxs as n, jsx as
|
|
2
|
-
import { ColoredCard as
|
|
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:
|
|
13
|
-
title:
|
|
14
|
-
listStyle:
|
|
15
|
-
cardStyle:
|
|
16
|
-
extraButton:
|
|
17
|
-
largeCards:
|
|
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
|
-
|
|
20
|
-
/* @__PURE__ */
|
|
21
|
-
|
|
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:
|
|
24
|
-
cardStyle:
|
|
25
|
-
largeCards:
|
|
34
|
+
data: t,
|
|
35
|
+
cardStyle: c,
|
|
36
|
+
largeCards: s
|
|
26
37
|
},
|
|
27
|
-
|
|
38
|
+
t == null ? void 0 : t.id
|
|
28
39
|
)) }),
|
|
29
|
-
|
|
40
|
+
p
|
|
30
41
|
] });
|
|
31
|
-
f.propsToEdit =
|
|
42
|
+
f.propsToEdit = d;
|
|
32
43
|
export {
|
|
33
44
|
f as HeroPossibilityBanner
|
|
34
45
|
};
|
package/dist/InfoBanner/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../cn-d8c04b28.js";
|
|
3
|
-
import
|
|
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
|
-
|
|
8
|
+
e as InfoBanner
|
|
8
9
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
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
|
-
|
|
8
|
+
a as InfoBannerList
|
|
8
9
|
};
|
package/dist/MainBanner/index.js
CHANGED
package/dist/MultiCards/index.js
CHANGED
|
@@ -1,56 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
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
|
-
|
|
6
|
+
p as MultiCards
|
|
56
7
|
};
|
|
@@ -1,19 +1,16 @@
|
|
|
1
1
|
import "../ConfigProvider/index.js";
|
|
2
|
-
import "../
|
|
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-
|
|
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
|
-
|
|
24
|
+
import "../Space/Space.js";
|
|
25
|
+
const y = ({ components: o }) => /* @__PURE__ */ r(t, { children: /* @__PURE__ */ r(m, { components: o }) });
|
|
28
26
|
export {
|
|
29
|
-
|
|
27
|
+
y as PageViewer
|
|
30
28
|
};
|