md-components-mdigial-azamat 0.0.10 → 0.0.11
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/README.md +4 -0
- package/dist/Banner/Banner.js +25 -15
- package/dist/BannerAndText/index.js +16 -11
- package/dist/CardIconList/CardIconList.js +27 -20
- package/dist/CardImageList/CardImageList.js +19 -13
- package/dist/Cards/CardImage/CardImage.js +9 -6
- package/dist/Cards/ColoredCard/index.js +7 -2
- package/dist/Cards/ContentCard/ContentCard.js +14 -11
- package/dist/Cards/FeaturesCard/index.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +28 -22
- package/dist/ConfigProvider/index.js +7 -3
- package/dist/ContentCardList/ContentCardList.js +15 -12
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +14 -11
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +14 -11
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +19 -16
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +17 -14
- package/dist/Faq/Faq.js +18 -14
- package/dist/Faq/components/Collapse/Collapse.js +12 -8
- package/dist/HeroPossibilityBanner/index.js +24 -16
- package/dist/HtmlContent/HtmlContent.js +9 -5
- package/dist/InstructionList/InstructionList.js +18 -13
- package/dist/InstructionList/components/InstructionCard/InstructionCard.js +15 -12
- package/dist/MainBanner/MainBanner.js +27 -18
- package/dist/MultiCards/index.js +33 -25
- package/dist/Partners/Partners.js +8 -5
- package/dist/PartnersColors/PartnersColors.js +24 -18
- package/dist/PreviewList/PreviewList.js +23 -16
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +12 -9
- package/dist/Segments/Segments.js +17 -13
- package/dist/Stepper/Stepper.js +18 -13
- package/dist/SwiperList/SwiperList.js +10 -2
- package/dist/Video/VideoFull/VideoFull.js +5 -2
- package/dist/Video/VideoList/VideoList.js +11 -8
- package/dist/Video/VideoListMini/VideoListMini.js +9 -6
- package/dist/{index-cd468670.js → index-b52a1a9d.js} +12 -7
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/dist/main.d.ts +0 -39
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { jsx as l, jsxs as
|
|
2
|
-
import { C as
|
|
1
|
+
import { jsx as l, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import { C as x } from "../ComponentContainer-41408843.js";
|
|
3
3
|
import { I as c } from "../index-fb8c9446.js";
|
|
4
|
-
const
|
|
4
|
+
const t = [
|
|
5
|
+
"data"
|
|
6
|
+
], m = ({ data: e }) => {
|
|
5
7
|
var r;
|
|
6
|
-
return /* @__PURE__ */ l(
|
|
8
|
+
return /* @__PURE__ */ l(x, { children: /* @__PURE__ */ i("div", { className: "w-full flex flex-col items-center justify-center", children: [
|
|
7
9
|
(e == null ? void 0 : e.title) && /* @__PURE__ */ l("p", { className: "text-[44px] font-bold leading-[52px] text-center max-md:text-[26px] max-md:leading-[32px]", children: e == null ? void 0 : e.title }),
|
|
8
10
|
(e == null ? void 0 : e.subtitle) && /* @__PURE__ */ l("div", { className: "text-[18px] leading-[26px] text-gray-400 mt-6 text-center max-md:text-[17px] max-md:leading-[24px] max-md:px-6", children: e == null ? void 0 : e.subtitle }),
|
|
9
11
|
/* @__PURE__ */ l("div", { className: "w-full px-4 mt-[48px]", children: /* @__PURE__ */ l("div", { className: "grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8 gap-4 md:gap-6 justify-center", children: (r = e == null ? void 0 : e.images) == null ? void 0 : r.map((s) => /* @__PURE__ */ l(
|
|
@@ -26,6 +28,7 @@ const o = ({ data: e }) => {
|
|
|
26
28
|
)) }) })
|
|
27
29
|
] }) });
|
|
28
30
|
};
|
|
31
|
+
m.propsToEdit = t;
|
|
29
32
|
export {
|
|
30
|
-
|
|
33
|
+
m as Partners
|
|
31
34
|
};
|
|
@@ -1,37 +1,43 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { useState as x } from "react";
|
|
3
3
|
import { C as d } from "../ComponentContainer-41408843.js";
|
|
4
4
|
import { PartnerCard as f } from "./components/PartnerCard/PartnerCard.js";
|
|
5
5
|
import { PartnerTab as a } from "./components/PartnerTab/PartnerTab.js";
|
|
6
|
-
const
|
|
7
|
-
title
|
|
8
|
-
subtitle
|
|
6
|
+
const c = [
|
|
7
|
+
"title",
|
|
8
|
+
"subtitle",
|
|
9
|
+
"categories",
|
|
10
|
+
"cards"
|
|
11
|
+
], h = ({
|
|
12
|
+
title: o,
|
|
13
|
+
subtitle: n,
|
|
9
14
|
categories: r,
|
|
10
15
|
cards: p
|
|
11
16
|
}) => {
|
|
12
17
|
var i;
|
|
13
|
-
const [
|
|
14
|
-
return /* @__PURE__ */
|
|
15
|
-
/* @__PURE__ */
|
|
16
|
-
/* @__PURE__ */
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
+
const [l, m] = x(((i = r[0]) == null ? void 0 : i.id) || 0);
|
|
19
|
+
return /* @__PURE__ */ s(d, { children: [
|
|
20
|
+
/* @__PURE__ */ e("p", { className: "uppercase text-[16px] leading-[24px] font-[500] text-center text-graySoft", children: n }),
|
|
21
|
+
/* @__PURE__ */ e("h2", { className: "text-[44px] leading-[52px] font-bold text-center", children: o }),
|
|
22
|
+
/* @__PURE__ */ e("div", { className: "flex flex-wrap gap-[12px] mt-[48px]", children: r == null ? void 0 : r.map((t) => /* @__PURE__ */ e(
|
|
18
23
|
a,
|
|
19
24
|
{
|
|
20
|
-
category:
|
|
21
|
-
isActive:
|
|
22
|
-
onClick:
|
|
25
|
+
category: t,
|
|
26
|
+
isActive: t.id === l,
|
|
27
|
+
onClick: m
|
|
23
28
|
},
|
|
24
|
-
|
|
29
|
+
t == null ? void 0 : t.id
|
|
25
30
|
)) }),
|
|
26
|
-
/* @__PURE__ */
|
|
31
|
+
/* @__PURE__ */ e("div", { className: "grid grid-cols-[repeat(2,1fr)] md:grid-cols-[repeat(5,1fr)] gap-[16px] mt-[32px]", children: p == null ? void 0 : p.map((t) => /* @__PURE__ */ e(
|
|
27
32
|
f,
|
|
28
33
|
{
|
|
29
|
-
card:
|
|
34
|
+
card: t
|
|
30
35
|
},
|
|
31
|
-
|
|
36
|
+
t == null ? void 0 : t.id
|
|
32
37
|
)) })
|
|
33
38
|
] });
|
|
34
39
|
};
|
|
40
|
+
h.propsToEdit = c;
|
|
35
41
|
export {
|
|
36
|
-
|
|
42
|
+
h as PartnersColors
|
|
37
43
|
};
|
|
@@ -1,26 +1,33 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { B as
|
|
3
|
-
import { C as
|
|
4
|
-
import { PreviewCard as
|
|
5
|
-
const
|
|
6
|
-
title
|
|
7
|
-
cards
|
|
8
|
-
button_link
|
|
1
|
+
import { jsxs as n, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import { B as p } from "../index-89dcf24f.js";
|
|
3
|
+
import { C as l } from "../ComponentContainer-41408843.js";
|
|
4
|
+
import { PreviewCard as a } from "./components/PreviewCard/PreviewCard.js";
|
|
5
|
+
const c = [
|
|
6
|
+
"title",
|
|
7
|
+
"cards",
|
|
8
|
+
"button_link",
|
|
9
|
+
"button_text",
|
|
10
|
+
"grid"
|
|
11
|
+
], x = ({
|
|
12
|
+
title: r,
|
|
13
|
+
cards: t,
|
|
14
|
+
button_link: o,
|
|
9
15
|
button_text: i,
|
|
10
|
-
grid:
|
|
11
|
-
}) => /* @__PURE__ */
|
|
12
|
-
|
|
13
|
-
/* @__PURE__ */ e("div", { className: `grid grid-cols-${
|
|
14
|
-
|
|
16
|
+
grid: s = 3
|
|
17
|
+
}) => /* @__PURE__ */ n(l, { className: "flex flex-col items-center", children: [
|
|
18
|
+
r && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: r }),
|
|
19
|
+
/* @__PURE__ */ e("div", { className: `grid grid-cols-${s} items-stretch gap-[24px]`, children: t == null ? void 0 : t.map((m) => /* @__PURE__ */ e(a, { item: m })) }),
|
|
20
|
+
o && i && /* @__PURE__ */ e(
|
|
15
21
|
"a",
|
|
16
22
|
{
|
|
17
|
-
href:
|
|
23
|
+
href: o,
|
|
18
24
|
target: "_blank",
|
|
19
25
|
className: "mt-[24px]",
|
|
20
|
-
children: /* @__PURE__ */ e(
|
|
26
|
+
children: /* @__PURE__ */ e(p, { children: i })
|
|
21
27
|
}
|
|
22
28
|
)
|
|
23
29
|
] });
|
|
30
|
+
x.propsToEdit = c;
|
|
24
31
|
export {
|
|
25
|
-
|
|
32
|
+
x as PreviewList
|
|
26
33
|
};
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { B as c, a as
|
|
3
|
-
import { I as
|
|
4
|
-
const
|
|
5
|
-
|
|
2
|
+
import { B as c, a as d } from "../../../index-89dcf24f.js";
|
|
3
|
+
import { I as p } from "../../../index-fb8c9446.js";
|
|
4
|
+
const x = [
|
|
5
|
+
"item"
|
|
6
|
+
], u = ({ item: l }) => {
|
|
7
|
+
var o, n, r;
|
|
6
8
|
return /* @__PURE__ */ s("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
|
|
7
9
|
/* @__PURE__ */ a("div", { className: "relative w-full h-[256px]", children: /* @__PURE__ */ a(
|
|
8
|
-
|
|
10
|
+
p,
|
|
9
11
|
{
|
|
10
12
|
src: l == null ? void 0 : l.image,
|
|
11
13
|
alt: l == null ? void 0 : l.title,
|
|
@@ -16,17 +18,18 @@ const b = ({ item: l }) => {
|
|
|
16
18
|
/* @__PURE__ */ s("div", { className: "bg-white p-[32px] flex flex-col gap-[8px] h-full", children: [
|
|
17
19
|
(l == null ? void 0 : l.title) && /* @__PURE__ */ a("p", { className: "text-[24px] leading-[32px] font-bold", children: l == null ? void 0 : l.title }),
|
|
18
20
|
(l == null ? void 0 : l.subtitle) && /* @__PURE__ */ a("p", { className: "text-[14px] leading-[20px] text-graySoft", children: l == null ? void 0 : l.subtitle }),
|
|
19
|
-
(l == null ? void 0 : l.button.button_link) && ((
|
|
21
|
+
(l == null ? void 0 : l.button.button_link) && ((o = l == null ? void 0 : l.button) == null ? void 0 : o.button_text) && /* @__PURE__ */ a(
|
|
20
22
|
"a",
|
|
21
23
|
{
|
|
22
|
-
href: (
|
|
24
|
+
href: (n = l == null ? void 0 : l.button) == null ? void 0 : n.button_link,
|
|
23
25
|
className: "mt-[24px]",
|
|
24
|
-
children: /* @__PURE__ */ a(c, { variant:
|
|
26
|
+
children: /* @__PURE__ */ a(c, { variant: d.SecondaryBlue, children: (r = l == null ? void 0 : l.button) == null ? void 0 : r.button_text })
|
|
25
27
|
}
|
|
26
28
|
)
|
|
27
29
|
] })
|
|
28
30
|
] });
|
|
29
31
|
};
|
|
32
|
+
u.propsToEdit = x;
|
|
30
33
|
export {
|
|
31
|
-
|
|
34
|
+
u as PreviewCard
|
|
32
35
|
};
|
|
@@ -1,26 +1,29 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useState as
|
|
3
|
-
import { c as
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { useState as x } from "react";
|
|
3
|
+
import { c as r } from "../cn-eacd4725.js";
|
|
4
|
+
const s = [
|
|
5
|
+
"data",
|
|
6
|
+
"activeSegment"
|
|
7
|
+
], c = ({ data: t, activeSegment: p = 0 }) => {
|
|
8
|
+
const [n, i] = x(p), l = (e) => {
|
|
9
|
+
i(e);
|
|
7
10
|
};
|
|
8
|
-
return /* @__PURE__ */
|
|
11
|
+
return /* @__PURE__ */ o(
|
|
9
12
|
"div",
|
|
10
13
|
{
|
|
11
|
-
className:
|
|
14
|
+
className: r(
|
|
12
15
|
"rounded-[20px] bg-[#E3E4E8] p-1 flex gap-4 w-fit mx-auto max-tablet:w-full"
|
|
13
16
|
),
|
|
14
|
-
children: t == null ? void 0 : t.map((e, a) => /* @__PURE__ */
|
|
17
|
+
children: t == null ? void 0 : t.map((e, a) => /* @__PURE__ */ o(
|
|
15
18
|
"div",
|
|
16
19
|
{
|
|
17
|
-
onClick: () =>
|
|
18
|
-
className:
|
|
20
|
+
onClick: () => l(a),
|
|
21
|
+
className: r(
|
|
19
22
|
"rounded-[19px] text-gray-800 font-semibold cursor-pointer text-center whitespace-nowrap",
|
|
20
23
|
"transition-colors duration-200",
|
|
21
24
|
"max-tablet:text-[16px] max-tablet:leading-[27px] max-tablet:w-full max-tablet:px-4 max-tablet:py-2",
|
|
22
25
|
"text-[20px] leading-[30px] px-8 py-4 w-[275px]",
|
|
23
|
-
a ===
|
|
26
|
+
a === n ? "bg-white" : "bg-transparent"
|
|
24
27
|
),
|
|
25
28
|
children: e.title
|
|
26
29
|
},
|
|
@@ -29,6 +32,7 @@ const b = ({ data: t, activeSegment: n = 0 }) => {
|
|
|
29
32
|
}
|
|
30
33
|
);
|
|
31
34
|
};
|
|
35
|
+
c.propsToEdit = s;
|
|
32
36
|
export {
|
|
33
|
-
|
|
37
|
+
c as Segments
|
|
34
38
|
};
|
package/dist/Stepper/Stepper.js
CHANGED
|
@@ -1,41 +1,46 @@
|
|
|
1
1
|
import { jsx as r, jsxs as s } from "react/jsx-runtime";
|
|
2
|
-
import { B as
|
|
3
|
-
import { C as
|
|
4
|
-
import { I as
|
|
5
|
-
const
|
|
2
|
+
import { B as o } from "../index-89dcf24f.js";
|
|
3
|
+
import { C as c } from "../ComponentContainer-41408843.js";
|
|
4
|
+
import { I as p } from "../index-fb8c9446.js";
|
|
5
|
+
const x = [
|
|
6
|
+
"data",
|
|
7
|
+
"title",
|
|
8
|
+
"button"
|
|
9
|
+
], d = ({ data: n, title: a, button: t }) => /* @__PURE__ */ r(c, { children: /* @__PURE__ */ s("div", { className: "flex items-center flex-col", children: [
|
|
6
10
|
a && /* @__PURE__ */ r("p", { className: "font-bold max-tablet:text-[26px] text-[44px] mb-12 max-tablet:leading-[32px] leading-[42px] font-variant-numeric font-feature-settings", children: a }),
|
|
7
|
-
/* @__PURE__ */ r("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children:
|
|
8
|
-
const
|
|
11
|
+
/* @__PURE__ */ r("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: n == null ? void 0 : n.map((e, l) => {
|
|
12
|
+
const i = l + 1;
|
|
9
13
|
return /* @__PURE__ */ s(
|
|
10
14
|
"div",
|
|
11
15
|
{
|
|
12
16
|
className: "p-8 bg-white rounded-[20px] flex flex-col gap-6 items-center",
|
|
13
17
|
children: [
|
|
14
18
|
e.icon ? /* @__PURE__ */ r(
|
|
15
|
-
|
|
19
|
+
p,
|
|
16
20
|
{
|
|
17
21
|
src: e.icon,
|
|
18
22
|
className: "w-[72px] h-[72px] rounded-full overflow-hidden"
|
|
19
23
|
}
|
|
20
|
-
) : /* @__PURE__ */ r("span", { className: "w-[72px] h-[72px] rounded-full bg-greenLight font-bold overflow-hidden flex items-center justify-center text-white text-[24px] leading-8 ", children:
|
|
24
|
+
) : /* @__PURE__ */ r("span", { className: "w-[72px] h-[72px] rounded-full bg-greenLight font-bold overflow-hidden flex items-center justify-center text-white text-[24px] leading-8 ", children: i }),
|
|
21
25
|
/* @__PURE__ */ r("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: e.text })
|
|
22
26
|
]
|
|
23
27
|
},
|
|
24
|
-
|
|
28
|
+
l
|
|
25
29
|
);
|
|
26
30
|
}) }),
|
|
27
|
-
!!(
|
|
31
|
+
!!(t != null && t.length) && /* @__PURE__ */ r("div", { className: "flex items-center gap-4 mt-6", children: t.map((e, l) => /* @__PURE__ */ r(
|
|
28
32
|
"a",
|
|
29
33
|
{
|
|
30
34
|
href: (e == null ? void 0 : e.link) || "#",
|
|
31
35
|
className: "w-fit z-10 max-tablet:w-full",
|
|
32
36
|
target: "_blank",
|
|
33
37
|
rel: "noopener noreferrer",
|
|
34
|
-
children: /* @__PURE__ */ r(
|
|
38
|
+
children: /* @__PURE__ */ r(o, { variant: e.variant, children: e.text })
|
|
35
39
|
},
|
|
36
|
-
|
|
40
|
+
l
|
|
37
41
|
)) })
|
|
38
42
|
] }) });
|
|
43
|
+
d.propsToEdit = x;
|
|
39
44
|
export {
|
|
40
|
-
|
|
45
|
+
d as Stepper
|
|
41
46
|
};
|
|
@@ -3151,7 +3151,14 @@ const qe = /* @__PURE__ */ Ie(function(t, e) {
|
|
|
3151
3151
|
})));
|
|
3152
3152
|
});
|
|
3153
3153
|
qe.displayName = "SwiperSlide";
|
|
3154
|
-
const
|
|
3154
|
+
const zi = [
|
|
3155
|
+
"title",
|
|
3156
|
+
"cards",
|
|
3157
|
+
"card_height",
|
|
3158
|
+
"autoplay",
|
|
3159
|
+
"autoplayDelay",
|
|
3160
|
+
"perViewScreens"
|
|
3161
|
+
], Ai = ({
|
|
3155
3162
|
title: t,
|
|
3156
3163
|
cards: e,
|
|
3157
3164
|
card_height: i,
|
|
@@ -3222,6 +3229,7 @@ const Bi = ({
|
|
|
3222
3229
|
)
|
|
3223
3230
|
] });
|
|
3224
3231
|
};
|
|
3232
|
+
Ai.propsToEdit = zi;
|
|
3225
3233
|
export {
|
|
3226
|
-
|
|
3234
|
+
Ai as SwiperList
|
|
3227
3235
|
};
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { VideoPlayer as e } from "../components/VideoPlayer/VideoPlayer.js";
|
|
3
3
|
import { C as i } from "../../ComponentContainer-41408843.js";
|
|
4
|
-
const
|
|
4
|
+
const d = [
|
|
5
|
+
"linkVideo"
|
|
6
|
+
], n = ({ linkVideo: r }) => /* @__PURE__ */ o(i, { children: /* @__PURE__ */ o("div", { className: "rounded-[20px] overflow-hidden", children: /* @__PURE__ */ o(
|
|
5
7
|
e,
|
|
6
8
|
{
|
|
7
9
|
linkVideo: r,
|
|
8
10
|
className: "h-[300px] sm:h-[556px]"
|
|
9
11
|
}
|
|
10
12
|
) }) });
|
|
13
|
+
n.propsToEdit = d;
|
|
11
14
|
export {
|
|
12
|
-
|
|
15
|
+
n as VideoFull
|
|
13
16
|
};
|
|
@@ -1,23 +1,26 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { VideoPlayer as
|
|
1
|
+
import { jsx as i, jsxs as r } from "react/jsx-runtime";
|
|
2
|
+
import { VideoPlayer as s } from "../components/VideoPlayer/VideoPlayer.js";
|
|
3
3
|
import { C as a } from "../../ComponentContainer-41408843.js";
|
|
4
|
-
const
|
|
4
|
+
const l = [
|
|
5
|
+
"data"
|
|
6
|
+
], t = ({ data: e }) => /* @__PURE__ */ i(a, { children: /* @__PURE__ */ i("div", { className: "grid grid-cols-2 gap-6 max-tablet:grid-cols-1", children: e.map((o, d) => /* @__PURE__ */ r(
|
|
5
7
|
"div",
|
|
6
8
|
{
|
|
7
9
|
className: "bg-white rounded-[20px] overflow-hidden",
|
|
8
10
|
children: [
|
|
9
|
-
/* @__PURE__ */
|
|
10
|
-
|
|
11
|
+
/* @__PURE__ */ i(
|
|
12
|
+
s,
|
|
11
13
|
{
|
|
12
|
-
linkVideo:
|
|
14
|
+
linkVideo: o.linkVideo,
|
|
13
15
|
className: "h-[368px]"
|
|
14
16
|
}
|
|
15
17
|
),
|
|
16
|
-
/* @__PURE__ */
|
|
18
|
+
/* @__PURE__ */ i("div", { className: "p-8", children: /* @__PURE__ */ i("p", { className: "text-[24px] leading-8 font-bold", children: o.title }) })
|
|
17
19
|
]
|
|
18
20
|
},
|
|
19
21
|
d
|
|
20
22
|
)) }) });
|
|
23
|
+
t.propsToEdit = l;
|
|
21
24
|
export {
|
|
22
|
-
|
|
25
|
+
t as VideoList
|
|
23
26
|
};
|
|
@@ -1,23 +1,26 @@
|
|
|
1
1
|
import { jsx as i, jsxs as r } from "react/jsx-runtime";
|
|
2
|
-
import { VideoPlayer as
|
|
2
|
+
import { VideoPlayer as s } from "../components/VideoPlayer/VideoPlayer.js";
|
|
3
3
|
import { C as a } from "../../ComponentContainer-41408843.js";
|
|
4
|
-
const
|
|
4
|
+
const l = [
|
|
5
|
+
"data"
|
|
6
|
+
], t = ({ data: e }) => /* @__PURE__ */ i(a, { children: /* @__PURE__ */ i("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: e.map((o, d) => /* @__PURE__ */ r(
|
|
5
7
|
"div",
|
|
6
8
|
{
|
|
7
9
|
className: "bg-white rounded-[20px] overflow-hidden",
|
|
8
10
|
children: [
|
|
9
11
|
/* @__PURE__ */ i(
|
|
10
|
-
|
|
12
|
+
s,
|
|
11
13
|
{
|
|
12
|
-
linkVideo:
|
|
14
|
+
linkVideo: o.linkVideo,
|
|
13
15
|
className: "h-[224px]"
|
|
14
16
|
}
|
|
15
17
|
),
|
|
16
|
-
/* @__PURE__ */ i("div", { className: "p-8", children: /* @__PURE__ */ i("p", { className: "text-[24px] leading-8 font-bold", children:
|
|
18
|
+
/* @__PURE__ */ i("div", { className: "p-8", children: /* @__PURE__ */ i("p", { className: "text-[24px] leading-8 font-bold", children: o.title }) })
|
|
17
19
|
]
|
|
18
20
|
},
|
|
19
21
|
d
|
|
20
22
|
)) }) });
|
|
23
|
+
t.propsToEdit = l;
|
|
21
24
|
export {
|
|
22
|
-
|
|
25
|
+
t as VideoListMini
|
|
23
26
|
};
|
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
import { jsxs as r, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { I as
|
|
3
|
-
import { c as
|
|
2
|
+
import { I as p } from "./index-fb8c9446.js";
|
|
3
|
+
import { c as n } from "./cn-eacd4725.js";
|
|
4
4
|
const s = {
|
|
5
5
|
SMALL: "small",
|
|
6
6
|
MEDIUM: "medium",
|
|
7
7
|
LARGE: "large"
|
|
8
|
-
},
|
|
8
|
+
}, m = [
|
|
9
|
+
"data",
|
|
10
|
+
"size",
|
|
11
|
+
"className"
|
|
12
|
+
], c = ({ data: e, size: l, className: o }) => {
|
|
9
13
|
const x = l === s.SMALL ? 32 : 40;
|
|
10
14
|
return /* @__PURE__ */ r(
|
|
11
15
|
"div",
|
|
12
16
|
{
|
|
13
|
-
className:
|
|
17
|
+
className: n(
|
|
14
18
|
"bg-white rounded-[20px] flex flex-col items-start justify-between gap-[32px] w-full box-border",
|
|
15
19
|
l === s.LARGE && "min-h-[300px]",
|
|
16
20
|
l === s.SMALL ? "p-[24px]" : "p-[32px]",
|
|
17
|
-
|
|
21
|
+
o
|
|
18
22
|
),
|
|
19
23
|
children: [
|
|
20
24
|
/* @__PURE__ */ r("div", { className: "flex flex-col items-start gap-[32px]", children: [
|
|
21
25
|
(e == null ? void 0 : e.image) && /* @__PURE__ */ i(
|
|
22
|
-
|
|
26
|
+
p,
|
|
23
27
|
{
|
|
24
28
|
src: e == null ? void 0 : e.image,
|
|
25
29
|
alt: e == null ? void 0 : e.title,
|
|
@@ -45,7 +49,8 @@ const s = {
|
|
|
45
49
|
}
|
|
46
50
|
);
|
|
47
51
|
};
|
|
52
|
+
c.propsToEdit = m;
|
|
48
53
|
export {
|
|
49
|
-
|
|
54
|
+
c as F,
|
|
50
55
|
s as S
|
|
51
56
|
};
|
package/dist/main.js
CHANGED
|
@@ -22,7 +22,7 @@ import { CardImage as J } from "./Cards/CardImage/CardImage.js";
|
|
|
22
22
|
import { ContentCard as N } from "./Cards/ContentCard/ContentCard.js";
|
|
23
23
|
import { WarningCard as Q } from "./Cards/WarningCard/WarningCard.js";
|
|
24
24
|
import { ColoredCard as U } from "./Cards/ColoredCard/index.js";
|
|
25
|
-
import { F as Y } from "./index-
|
|
25
|
+
import { F as Y } from "./index-b52a1a9d.js";
|
|
26
26
|
import { DownloadFileBanner as _ } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
27
27
|
import { DownloadFileFull as rr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
28
28
|
import { DownloadFileHalf as er } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
package/package.json
CHANGED
package/dist/main.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
export { Banner } from './Banner';
|
|
3
|
-
export { BannerAndText } from './BannerAndText';
|
|
4
|
-
export { Stepper } from './Stepper';
|
|
5
|
-
export { Segments } from './Segments';
|
|
6
|
-
export { VideoFull } from './Video';
|
|
7
|
-
export { ContentCardList } from './ContentCardList';
|
|
8
|
-
export { CardIconList } from './CardIconList';
|
|
9
|
-
export { MultiCards } from './MultiCards';
|
|
10
|
-
export { Partners } from './Partners';
|
|
11
|
-
export { CardImageList } from './CardImageList';
|
|
12
|
-
export { MainBanner } from './MainBanner';
|
|
13
|
-
export { Faq } from './Faq';
|
|
14
|
-
export { HtmlContent } from './HtmlContent';
|
|
15
|
-
export { InstructionList } from './InstructionList';
|
|
16
|
-
export { HeroPossibilityBanner } from './HeroPossibilityBanner';
|
|
17
|
-
export { PartnersColors } from './PartnersColors';
|
|
18
|
-
export { PreviewList } from './PreviewList';
|
|
19
|
-
export { CardImage } from './Cards/CardImage';
|
|
20
|
-
export { ContentCard } from './Cards/ContentCard';
|
|
21
|
-
export { WarningCard } from './Cards/WarningCard';
|
|
22
|
-
export { ColoredCard } from './Cards/ColoredCard';
|
|
23
|
-
export { FeaturesCard } from './Cards/FeaturesCard';
|
|
24
|
-
export { DownloadFileBanner } from './DownloadFile/components/DownloadFileBanner';
|
|
25
|
-
export { DownloadFileFull } from './DownloadFile/components/DownloadFileFull';
|
|
26
|
-
export { DownloadFileHalf } from './DownloadFile/components/DownloadFileHalf';
|
|
27
|
-
export { DownloadFileMini } from './DownloadFile/components/DownloadFileMini';
|
|
28
|
-
export { Collapse } from './Faq/components/Collapse';
|
|
29
|
-
export { FeedbackForm } from './Faq/components/FeedbackForm';
|
|
30
|
-
export { PlusMinusIcon } from './Faq/components/PlusMinusIcon';
|
|
31
|
-
export { InstructionCard } from './InstructionList/components/InstructionCard';
|
|
32
|
-
export { InstructionModal } from './InstructionList/components/InstructionModal';
|
|
33
|
-
export { PartnerCard } from './PartnersColors/components/PartnerCard';
|
|
34
|
-
export { PartnerTab } from './PartnersColors/components/PartnerTab';
|
|
35
|
-
export { PreviewCard } from './PreviewList/components/PreviewCard';
|
|
36
|
-
export { VideoPlayer } from './Video/components/VideoPlayer';
|
|
37
|
-
export { VideoList } from './Video/VideoList';
|
|
38
|
-
export { VideoListMini } from './Video/VideoListMini';
|
|
39
|
-
export { ConfigProvider } from './ConfigProvider';
|