md-components-mdigial-azamat 0.0.13 → 0.0.17
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 +70 -86
- package/dist/Banner/Banner.js +8 -140
- package/dist/Banner/index.js +2 -2
- package/dist/CardImageList/CardImageList.js +8 -49
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardInfoTable/index.js +6 -151
- package/dist/Cards/CardImage/types.js +4 -1
- package/dist/Cards/ContentCard/ContentCard.js +6 -38
- package/dist/Cards/ContentCard/index.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +7 -51
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/model.js +2 -22
- package/dist/ContentCardList/ContentCardList.js +4 -25
- package/dist/ContentCardList/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +5 -42
- package/dist/DownloadFile/components/DownloadFileBanner/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileBright/index.js +7 -8
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +6 -39
- package/dist/DownloadFile/components/DownloadFileFull/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +6 -46
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +6 -45
- package/dist/DownloadFile/components/DownloadFileMini/index.js +2 -2
- package/dist/Faq/Faq.js +6 -34
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +5 -1032
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/index.js +2 -2
- package/dist/InfoBanner/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +5 -29
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/MainBanner/MainBanner.js +6 -77
- package/dist/MainBanner/index.js +2 -2
- package/dist/PageViewer/PageViewer.js +28 -4
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +4 -25
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +5 -32
- 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 +1 -1
- package/dist/StandartTable/components/CardWarning/index.js +2 -2
- package/dist/Stepper/Stepper.js +5 -40
- package/dist/Stepper/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +12 -13
- package/dist/Types/CustomType.js +1 -0
- package/dist/Types/FiledTypes.js +4 -0
- package/dist/VideoMainBanner/VideoMainBanner.js +3 -3
- package/dist/componentsMap-fc5d3ce6.js +58 -0
- package/dist/{const-9041b93a.js → const-fcf5d36a.js} +2 -2
- package/dist/{data.mock-741c2220.js → data.mock-97df7aa8.js} +1 -1
- package/dist/index-3d4883ec.js +2106 -0
- package/dist/main.js +64 -74
- package/dist/model-bc7ae7c3.js +51 -0
- package/package.json +1 -1
- package/dist/Icon-70ea6cb8.js +0 -187
- package/dist/componentsMap-8af3b722.js +0 -71
- package/dist/index-b3d6aed3.js +0 -52
- package/dist/palette-ac8c8a5f.js +0 -31
- /package/dist/assets/{TasksBanner.css → InfoBanner.css} +0 -0
package/dist/Faq/index.js
CHANGED
package/dist/InfoBanner/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as x, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { c as l, a as m } from "../cn-d8c04b28.js";
|
|
3
|
-
import {
|
|
3
|
+
import { f as i } from "../index-3d4883ec.js";
|
|
4
4
|
import { I as o } from "../index-60dfa873.js";
|
|
5
5
|
import { u as s } from "../useScreenSize-c1b64c02.js";
|
|
6
6
|
const u = ({ data: e, isTextLast: r, isLight: t = !1 }) => {
|
|
@@ -1,31 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
const c = ["title", "cards", "button"], f = ({
|
|
6
|
-
title: l,
|
|
7
|
-
cards: r,
|
|
8
|
-
button: e
|
|
9
|
-
}) => /* @__PURE__ */ m(x, { className: "flex flex-col items-center", children: [
|
|
10
|
-
l && /* @__PURE__ */ i("p", { className: "text-[44px] leading-[54px] font-bold text-center mb-[48px]", children: l }),
|
|
11
|
-
/* @__PURE__ */ i("div", { className: "flex items-stretch gap-[24px]", children: r == null ? void 0 : r.map((s) => /* @__PURE__ */ i(
|
|
12
|
-
a,
|
|
13
|
-
{
|
|
14
|
-
data: s
|
|
15
|
-
},
|
|
16
|
-
s == null ? void 0 : s.id
|
|
17
|
-
)) }),
|
|
18
|
-
(e == null ? void 0 : e.link) && (e == null ? void 0 : e.text) && /* @__PURE__ */ i(
|
|
19
|
-
"a",
|
|
20
|
-
{
|
|
21
|
-
href: e == null ? void 0 : e.link,
|
|
22
|
-
target: "_blank",
|
|
23
|
-
className: "mt-[24px]",
|
|
24
|
-
children: /* @__PURE__ */ i(p, { children: e == null ? void 0 : e.text })
|
|
25
|
-
}
|
|
26
|
-
)
|
|
27
|
-
] });
|
|
28
|
-
f.propsToEdit = c;
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { I as p } from "../index-3d4883ec.js";
|
|
3
|
+
import "../ComponentContainer-0fcc2695.js";
|
|
4
|
+
import "./components/InstructionCard/InstructionCard.js";
|
|
29
5
|
export {
|
|
30
|
-
|
|
6
|
+
p as InstructionList
|
|
31
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { f as c } from "../index-3d4883ec.js";
|
|
3
3
|
import { C as i } from "../ComponentContainer-0fcc2695.js";
|
|
4
4
|
import { I as e } from "../index-60dfa873.js";
|
|
5
5
|
import { u as h } from "../useScreenSize-c1b64c02.js";
|
|
@@ -1,79 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
const h = [
|
|
7
|
-
"title",
|
|
8
|
-
"description",
|
|
9
|
-
"buttons",
|
|
10
|
-
"image",
|
|
11
|
-
"image_mob",
|
|
12
|
-
"logo",
|
|
13
|
-
"grid"
|
|
14
|
-
], g = ({
|
|
15
|
-
title: l,
|
|
16
|
-
description: p,
|
|
17
|
-
buttons: t,
|
|
18
|
-
image: c,
|
|
19
|
-
image_mob: r,
|
|
20
|
-
logo: s,
|
|
21
|
-
grid: i
|
|
22
|
-
}) => {
|
|
23
|
-
const n = (e, x) => x.length % 2 !== 0 && e === x.length - 1;
|
|
24
|
-
return /* @__PURE__ */ o("section", { children: [
|
|
25
|
-
/* @__PURE__ */ o(f, { className: "flex flex-col items-center", children: [
|
|
26
|
-
s && /* @__PURE__ */ a(
|
|
27
|
-
m,
|
|
28
|
-
{
|
|
29
|
-
src: s,
|
|
30
|
-
alt: l,
|
|
31
|
-
className: "mb-[36px] mt-[40px] w-[427px] flex items-center h-[94px] max-tablet:w-[100%] max-tablet:h-[45px] max-tablet:my-[12px] max-tablet:mb-[24px]",
|
|
32
|
-
imageStyles: "h-full w-full max-tablet:object-contain"
|
|
33
|
-
}
|
|
34
|
-
),
|
|
35
|
-
/* @__PURE__ */ a("h1", { className: "text-black2 text-[40px] font-bold leading-[50px] mb-[24px] text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[20px]", children: l }),
|
|
36
|
-
p && /* @__PURE__ */ a("p", { className: "text-black2 text-center text-[20px] font-normal leading-[25px] mb-[32px] w-[75%] max-tablet:text-[16px] max-tablet:leading-[20px] max-tablet:w-full", children: p }),
|
|
37
|
-
/* @__PURE__ */ a(
|
|
38
|
-
"div",
|
|
39
|
-
{
|
|
40
|
-
className: `grid grid-cols-${i} items-center gap-[16px] mb-[60px]
|
|
41
|
-
max-tablet:grid-cols-1 max-tablet:w-full max-tablet:mb-[40px]`,
|
|
42
|
-
children: t == null ? void 0 : t.map((e, x) => /* @__PURE__ */ a(
|
|
43
|
-
"a",
|
|
44
|
-
{
|
|
45
|
-
href: e == null ? void 0 : e.button_link,
|
|
46
|
-
className: d("flex items-center", {
|
|
47
|
-
[`col-span-${i}`]: n(x, t)
|
|
48
|
-
}),
|
|
49
|
-
target: "_blank",
|
|
50
|
-
children: /* @__PURE__ */ a(b, { className: "font-[Inter] h-[56px] mx-auto px-[32px] py-[12px] max-tablet:px-[32px] max-tablet:py-[12px]", children: e == null ? void 0 : e.button_text })
|
|
51
|
-
}
|
|
52
|
-
))
|
|
53
|
-
}
|
|
54
|
-
)
|
|
55
|
-
] }),
|
|
56
|
-
c && /* @__PURE__ */ a(
|
|
57
|
-
m,
|
|
58
|
-
{
|
|
59
|
-
src: c,
|
|
60
|
-
alt: l,
|
|
61
|
-
className: "w-full h-[450px] max-mobile:h-[320px] mb-[64px] block max-mobile::block",
|
|
62
|
-
imageStyles: "w-full h-full object-contain max-mobile:object-cover"
|
|
63
|
-
}
|
|
64
|
-
),
|
|
65
|
-
r && /* @__PURE__ */ a(
|
|
66
|
-
m,
|
|
67
|
-
{
|
|
68
|
-
src: r,
|
|
69
|
-
alt: l,
|
|
70
|
-
className: "w-full h-[280px] hidden max-mobile::block",
|
|
71
|
-
imageStyles: "w-full h-full object-contain max-mobile:object-cover"
|
|
72
|
-
}
|
|
73
|
-
)
|
|
74
|
-
] });
|
|
75
|
-
};
|
|
76
|
-
g.propsToEdit = h;
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { M as a } from "../index-3d4883ec.js";
|
|
3
|
+
import "../ComponentContainer-0fcc2695.js";
|
|
4
|
+
import "../index-60dfa873.js";
|
|
5
|
+
import "../cn-d8c04b28.js";
|
|
77
6
|
export {
|
|
78
|
-
|
|
7
|
+
a as MainBanner
|
|
79
8
|
};
|
package/dist/MainBanner/index.js
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import "../ConfigProvider/index.js";
|
|
2
|
+
import "../index-3d4883ec.js";
|
|
3
|
+
import "../BannerAndText/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 "../CardIconList/CardIconList.js";
|
|
9
|
+
import "../MultiCards/index.js";
|
|
10
|
+
import "../Partners/Partners.js";
|
|
11
|
+
import "../HtmlContent/HtmlContent.js";
|
|
12
|
+
import "../HeroPossibilityBanner/index.js";
|
|
13
|
+
import "../PartnersColors/PartnersColors.js";
|
|
14
|
+
import "../Cards/CardImage/CardImage.js";
|
|
15
|
+
import "../Cards/ColoredCard/index.js";
|
|
16
|
+
import "../index-6e0f7db0.js";
|
|
17
|
+
import "../Faq/components/Collapse/Collapse.js";
|
|
18
|
+
import "../Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
19
|
+
import "../InstructionList/components/InstructionCard/InstructionCard.js";
|
|
20
|
+
import "../InstructionList/components/InstructionModal/InstructionModal.js";
|
|
21
|
+
import "../PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
22
|
+
import "../PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
23
|
+
import "../Video/components/VideoPlayer/VideoPlayer.js";
|
|
24
|
+
import { jsx as r, Fragment as t } from "react/jsx-runtime";
|
|
25
|
+
import m from "./ComponentsView.js";
|
|
26
|
+
import "../Types/FiledTypes.js";
|
|
27
|
+
const A = ({ components: o }) => /* @__PURE__ */ r(t, { children: /* @__PURE__ */ r(m, { components: o }) });
|
|
4
28
|
export {
|
|
5
|
-
|
|
29
|
+
A as PageViewer
|
|
6
30
|
};
|
|
@@ -1,27 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import { PreviewCard as a } from "./components/PreviewCard/PreviewCard.js";
|
|
5
|
-
const c = ["title", "cards", "button_link", "button_text", "grid"], x = ({
|
|
6
|
-
title: r,
|
|
7
|
-
cards: t,
|
|
8
|
-
button_link: o,
|
|
9
|
-
button_text: i,
|
|
10
|
-
grid: s = 3
|
|
11
|
-
}) => /* @__PURE__ */ n(l, { className: "flex flex-col items-center", children: [
|
|
12
|
-
r && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: r }),
|
|
13
|
-
/* @__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 })) }),
|
|
14
|
-
o && i && /* @__PURE__ */ e(
|
|
15
|
-
"a",
|
|
16
|
-
{
|
|
17
|
-
href: o,
|
|
18
|
-
target: "_blank",
|
|
19
|
-
className: "mt-[24px]",
|
|
20
|
-
children: /* @__PURE__ */ e(p, { children: i })
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
] });
|
|
24
|
-
x.propsToEdit = c;
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { P as e } from "../index-3d4883ec.js";
|
|
3
|
+
import "../ComponentContainer-0fcc2695.js";
|
|
25
4
|
export {
|
|
26
|
-
|
|
5
|
+
e as PreviewList
|
|
27
6
|
};
|
|
@@ -1,34 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
const x = ["item"], u = ({ item: l }) => {
|
|
6
|
-
var a, r, n;
|
|
7
|
-
return /* @__PURE__ */ s("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
|
|
8
|
-
/* @__PURE__ */ o("div", { className: "relative w-full h-[256px]", children: /* @__PURE__ */ o(
|
|
9
|
-
d,
|
|
10
|
-
{
|
|
11
|
-
src: l == null ? void 0 : l.image,
|
|
12
|
-
alt: l == null ? void 0 : l.title,
|
|
13
|
-
className: "w-full h-full",
|
|
14
|
-
imageStyles: "object-cover"
|
|
15
|
-
}
|
|
16
|
-
) }),
|
|
17
|
-
/* @__PURE__ */ s("div", { className: "bg-white p-[32px] flex flex-col gap-[8px] h-full", children: [
|
|
18
|
-
(l == null ? void 0 : l.title) && /* @__PURE__ */ o("p", { className: "text-[24px] leading-[32px] font-bold", children: l == null ? void 0 : l.title }),
|
|
19
|
-
(l == null ? void 0 : l.subtitle) && /* @__PURE__ */ o("p", { className: "text-[14px] leading-[20px] text-graySoft", children: l == null ? void 0 : l.subtitle }),
|
|
20
|
-
(l == null ? void 0 : l.button.button_link) && ((a = l == null ? void 0 : l.button) == null ? void 0 : a.button_text) && /* @__PURE__ */ o(
|
|
21
|
-
"a",
|
|
22
|
-
{
|
|
23
|
-
href: (r = l == null ? void 0 : l.button) == null ? void 0 : r.button_link,
|
|
24
|
-
className: "mt-[24px]",
|
|
25
|
-
children: /* @__PURE__ */ o(c, { variant: p.SecondaryBlue, children: (n = l == null ? void 0 : l.button) == null ? void 0 : n.button_text })
|
|
26
|
-
}
|
|
27
|
-
)
|
|
28
|
-
] })
|
|
29
|
-
] });
|
|
30
|
-
};
|
|
31
|
-
u.propsToEdit = x;
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { j as t } from "../../../index-3d4883ec.js";
|
|
3
|
+
import "../../../const-fcf5d36a.js";
|
|
4
|
+
import "../../../index-60dfa873.js";
|
|
32
5
|
export {
|
|
33
|
-
|
|
6
|
+
t as PreviewCard
|
|
34
7
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as n, Fragment as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../componentsMap-
|
|
2
|
+
import { c as i } from "../componentsMap-fc5d3ce6.js";
|
|
3
3
|
const d = ({ components: o, device: m }) => /* @__PURE__ */ n(t, { children: o.map((r) => {
|
|
4
4
|
const e = i[r.key];
|
|
5
5
|
return e ? /* @__PURE__ */ n(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as a, B as t, u as s, C as n, S as D, a as r, V as e, b as i, c as o, d, P as l, e as C, f as B, g as L, W as m, v as w, w as p, F as I, h as g, D as F, i as S, j as c, I as M, x as P, k as f, l as u, A as V, m as T, T as W, n as b, E as x, o as h, p as k, q, r as v, s as y, t as A } from "../data.mock-
|
|
1
|
+
import { M as a, B as t, u as s, C as n, S as D, a as r, V as e, b as i, c as o, d, P as l, e as C, f as B, g as L, W as m, v as w, w as p, F as I, h as g, D as F, i as S, j as c, I as M, x as P, k as f, l as u, A as V, m as T, T as W, n as b, E as x, o as h, p as k, q, r as v, s as y, t as A } from "../data.mock-97df7aa8.js";
|
|
2
2
|
const j = [
|
|
3
3
|
a,
|
|
4
4
|
t,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as n, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { a as r } from "../../../cn-d8c04b28.js";
|
|
3
3
|
import { HtmlContent as c } from "../../../HtmlContent/HtmlContent.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { f as x } from "../../../index-3d4883ec.js";
|
|
5
|
+
import { B as p, a as t } from "../../../const-fcf5d36a.js";
|
|
6
6
|
import { I as f } from "../../../index-60dfa873.js";
|
|
7
7
|
const B = ({
|
|
8
8
|
data: e,
|
package/dist/Stepper/Stepper.js
CHANGED
|
@@ -1,42 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
const x = ["data", "title", "button"], d = ({ data: n, title: a, button: t }) => /* @__PURE__ */ r(c, { children: /* @__PURE__ */ s("div", { className: "flex items-center flex-col", children: [
|
|
6
|
-
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: n == null ? void 0 : n.map((e, l) => {
|
|
8
|
-
const i = l + 1;
|
|
9
|
-
return /* @__PURE__ */ s(
|
|
10
|
-
"div",
|
|
11
|
-
{
|
|
12
|
-
className: "p-8 bg-white rounded-[20px] flex flex-col gap-6 items-center",
|
|
13
|
-
children: [
|
|
14
|
-
e.icon ? /* @__PURE__ */ r(
|
|
15
|
-
p,
|
|
16
|
-
{
|
|
17
|
-
src: e.icon,
|
|
18
|
-
className: "w-[72px] h-[72px] rounded-full overflow-hidden"
|
|
19
|
-
}
|
|
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: i }),
|
|
21
|
-
/* @__PURE__ */ r("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: e.text })
|
|
22
|
-
]
|
|
23
|
-
},
|
|
24
|
-
l
|
|
25
|
-
);
|
|
26
|
-
}) }),
|
|
27
|
-
!!(t != null && t.length) && /* @__PURE__ */ r("div", { className: "flex items-center gap-4 mt-6", children: t.map((e, l) => /* @__PURE__ */ r(
|
|
28
|
-
"a",
|
|
29
|
-
{
|
|
30
|
-
href: (e == null ? void 0 : e.link) || "#",
|
|
31
|
-
className: "w-fit z-10 max-tablet:w-full",
|
|
32
|
-
target: "_blank",
|
|
33
|
-
rel: "noopener noreferrer",
|
|
34
|
-
children: /* @__PURE__ */ r(o, { variant: e.variant, children: e.text })
|
|
35
|
-
},
|
|
36
|
-
l
|
|
37
|
-
)) })
|
|
38
|
-
] }) });
|
|
39
|
-
d.propsToEdit = x;
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { S as e } from "../index-3d4883ec.js";
|
|
3
|
+
import "../ComponentContainer-0fcc2695.js";
|
|
4
|
+
import "../index-60dfa873.js";
|
|
40
5
|
export {
|
|
41
|
-
|
|
6
|
+
e as Stepper
|
|
42
7
|
};
|
package/dist/Stepper/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
1
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
2
2
|
import { useState as m } from "react";
|
|
3
3
|
import { HtmlContent as x } from "../HtmlContent/HtmlContent.js";
|
|
4
4
|
import { I as p } from "../index-60dfa873.js";
|
|
5
5
|
import { c as l } from "../cn-d8c04b28.js";
|
|
6
|
-
import '../assets/
|
|
6
|
+
import '../assets/InfoBanner.css';/* empty css */const a = ({
|
|
7
7
|
color: e = "#40474F",
|
|
8
|
-
size:
|
|
8
|
+
size: i = 24,
|
|
9
9
|
...r
|
|
10
10
|
}) => /* @__PURE__ */ t(
|
|
11
11
|
"svg",
|
|
12
12
|
{
|
|
13
13
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14
|
-
width:
|
|
15
|
-
height:
|
|
14
|
+
width: i,
|
|
15
|
+
height: i,
|
|
16
16
|
viewBox: "0 0 16 16",
|
|
17
17
|
fill: "none",
|
|
18
18
|
...r,
|
|
@@ -26,21 +26,20 @@ import '../assets/TasksBanner.css';const a = ({
|
|
|
26
26
|
}
|
|
27
27
|
)
|
|
28
28
|
}
|
|
29
|
-
)
|
|
30
|
-
const g = ({ data: e, isTextLast: n, isFirst: r }) => {
|
|
29
|
+
), w = ({ data: e, isTextLast: i, isFirst: r }) => {
|
|
31
30
|
const [o, s] = m(!1);
|
|
32
|
-
return /* @__PURE__ */
|
|
33
|
-
/* @__PURE__ */
|
|
31
|
+
return /* @__PURE__ */ n("div", { className: "relative w-full rounded-[20px] flex items-center justify-between gap-[100px] bg-white overflow-hidden max-tablet:flex-col max-tablet:gap-0", children: [
|
|
32
|
+
/* @__PURE__ */ n(
|
|
34
33
|
"div",
|
|
35
34
|
{
|
|
36
35
|
className: l(
|
|
37
36
|
"h-full py-[32px] pr-[64px] pl-[48px] max-tablet:p-[32px] max-tablet:order-1 max-tablet:w-full",
|
|
38
37
|
{
|
|
39
|
-
"order-1":
|
|
38
|
+
"order-1": i
|
|
40
39
|
}
|
|
41
40
|
),
|
|
42
41
|
children: [
|
|
43
|
-
/* @__PURE__ */
|
|
42
|
+
/* @__PURE__ */ n("div", { className: "h-full flex flex-col gap-[24px]", children: [
|
|
44
43
|
/* @__PURE__ */ t("p", { className: "text-[32px] leading-[40px] font-bold text-black5 max-tablet:text-[22px] max-tablet:leading-[26px]", children: e == null ? void 0 : e.title }),
|
|
45
44
|
/* @__PURE__ */ t(
|
|
46
45
|
"div",
|
|
@@ -61,7 +60,7 @@ const g = ({ data: e, isTextLast: n, isFirst: r }) => {
|
|
|
61
60
|
}
|
|
62
61
|
)
|
|
63
62
|
] }),
|
|
64
|
-
/* @__PURE__ */
|
|
63
|
+
/* @__PURE__ */ n(
|
|
65
64
|
"button",
|
|
66
65
|
{
|
|
67
66
|
className: "flex items-center gap-2 px-6 bg-none border-none cursor-pointer transition-all duration-500 ease-in-out",
|
|
@@ -104,5 +103,5 @@ const g = ({ data: e, isTextLast: n, isFirst: r }) => {
|
|
|
104
103
|
] });
|
|
105
104
|
};
|
|
106
105
|
export {
|
|
107
|
-
|
|
106
|
+
w as TasksBanner
|
|
108
107
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var N = /* @__PURE__ */ ((n) => (n.STRING = "string", n.NUMBER = "number", n.BOOLEAN = "boolean", n.ARRAY = "array", n.OBJECT = "object", n.FUNCTION = "function", n.UNDEFINED = "undefined", n.NULL = "null", n.SYMBOL = "symbol", n.BIGINT = "bigint", n.DATE = "date", n.REGEXP = "regexp", n.FILE = "file", n.TITLE = "title", n.DESCRIPTION = "description", n.VARIANT = "variant", n.LINK = "link", n.COMPONENT = "component", n.CLASSNAME = "classname", n))(N || {});
|
|
2
|
+
export {
|
|
3
|
+
N as FieldTypes
|
|
4
|
+
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { a, c as f } from "../cn-d8c04b28.js";
|
|
3
|
-
import {
|
|
3
|
+
import { f as u } from "../index-3d4883ec.js";
|
|
4
4
|
import { C as y } from "../ComponentContainer-0fcc2695.js";
|
|
5
5
|
import { I as g } from "../index-60dfa873.js";
|
|
6
|
-
const
|
|
6
|
+
const C = ({
|
|
7
7
|
title: h,
|
|
8
8
|
description: m,
|
|
9
9
|
image: p,
|
|
@@ -144,5 +144,5 @@ const B = ({
|
|
|
144
144
|
] });
|
|
145
145
|
};
|
|
146
146
|
export {
|
|
147
|
-
|
|
147
|
+
C as VideoMainBanner
|
|
148
148
|
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import r from "./AnimatedSwiper/index.js";
|
|
2
|
+
import { B as o, C as i, S as a, a as t, M as m, W as n, F as e, D as s, b as p, c as f, d, I as l, P as L, e as B } from "./index-3d4883ec.js";
|
|
3
|
+
import { CardIconList as C } from "./CardIconList/CardIconList.js";
|
|
4
|
+
import { CardImageSecondaryList as F } from "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
5
|
+
import { DownloadFileBright as w } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
6
|
+
import { EmptyBox as I } from "./EmptyBox/EmptyBox.js";
|
|
7
|
+
import { InfoBannerList as c } from "./InfoBannerList/InfoBannerList.js";
|
|
8
|
+
import { IntroBanner as M } from "./IntroBanner/IntroBanner.js";
|
|
9
|
+
import { MultiCards as S } from "./MultiCards/index.js";
|
|
10
|
+
import { Partners as D } from "./Partners/Partners.js";
|
|
11
|
+
import { PartnersColors as P } from "./PartnersColors/PartnersColors.js";
|
|
12
|
+
import { PromoPoster as g } from "./PromoPoster/PromoPoster.js";
|
|
13
|
+
import { Segments as u } from "./Segments/Segments.js";
|
|
14
|
+
import { StandartTable as V } from "./StandartTable/index.js";
|
|
15
|
+
import { SwiperList as b } from "./SwiperList/SwiperList.js";
|
|
16
|
+
import { TasksBannerList as T } from "./TasksBannerList/TasksBannerList.js";
|
|
17
|
+
import { VideoFull as x } from "./Video/VideoFull/VideoFull.js";
|
|
18
|
+
import { VideoList as y } from "./Video/VideoList/VideoList.js";
|
|
19
|
+
import { VideoListMini as W } from "./Video/VideoListMini/VideoListMini.js";
|
|
20
|
+
import { VideoMainBanner as h } from "./VideoMainBanner/VideoMainBanner.js";
|
|
21
|
+
const $ = {
|
|
22
|
+
Banner: o,
|
|
23
|
+
CardImageList: i,
|
|
24
|
+
Stepper: a,
|
|
25
|
+
Segments: u,
|
|
26
|
+
VideoFull: x,
|
|
27
|
+
VideoList: y,
|
|
28
|
+
VideoListMini: W,
|
|
29
|
+
ContentCardList: t,
|
|
30
|
+
CardIconList: C,
|
|
31
|
+
MultiCards: S,
|
|
32
|
+
Partners: D,
|
|
33
|
+
PartnersColors: P,
|
|
34
|
+
MainBanner: m,
|
|
35
|
+
WarningCard: n,
|
|
36
|
+
Faq: e,
|
|
37
|
+
DownloadFileBanner: s,
|
|
38
|
+
DownloadFileHalf: p,
|
|
39
|
+
DownloadFileFull: f,
|
|
40
|
+
DownloadFileMini: d,
|
|
41
|
+
InstructionList: l,
|
|
42
|
+
PreviewList: L,
|
|
43
|
+
SwiperList: b,
|
|
44
|
+
AnimatedSwiper: r,
|
|
45
|
+
InfoBannerList: c,
|
|
46
|
+
TasksBannerList: T,
|
|
47
|
+
VideoMainBanner: h,
|
|
48
|
+
EmptyBox: I,
|
|
49
|
+
PromoPoster: g,
|
|
50
|
+
CardImageSecondaryList: F,
|
|
51
|
+
CardInfoTable: B,
|
|
52
|
+
StandartTable: V,
|
|
53
|
+
IntroBanner: M,
|
|
54
|
+
DownloadFileBright: w
|
|
55
|
+
};
|
|
56
|
+
export {
|
|
57
|
+
$ as c
|
|
58
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var e = /* @__PURE__ */ ((r) => (r.S = "s", r.M = "m", r.L = "l", r.XL = "xl", r))(e || {}), y = /* @__PURE__ */ ((r) => (r.Primary = "primary", r.Secondary = "secondary", r.SecondaryBlue = "secondaryBlue", r.Grey = "grey", r.Static = "static", r.Brand = "brand", r))(y || {});
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
y as B,
|
|
4
|
+
e as a
|
|
5
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BannerVariant as a } from "./Banner/types.js";
|
|
2
|
-
import {
|
|
2
|
+
import { B as e } from "./const-fcf5d36a.js";
|
|
3
3
|
var t = /* @__PURE__ */ ((i) => (i.Banner = "Banner", i.CardImageList = "CardImageList", i.Stepper = "Stepper", i.Segments = "Segments", i.Video = "VideoFull", i.VideoList = "VideoList", i.VideoListMini = "VideoListMini", i.ContentCardList = "ContentCardList", i.CardIconList = "CardIconList", i.MultiCards = "MultiCards", i.Partners = "Partners", i.PartnersColors = "PartnersColors", i.MainBanner = "MainBanner", i.WarningCard = "WarningCard", i.Faq = "Faq", i.DownloadFileBanner = "DownloadFileBanner", i.DownloadFileFull = "DownloadFileFull", i.DownloadFileHalf = "DownloadFileHalf", i.DownloadFileMini = "DownloadFileMini", i.InstructionList = "InstructionList", i.PreviewList = "PreviewList", i.SwiperList = "SwiperList", i.AnimatedSwiper = "AnimatedSwiper", i.InfoBannerList = "InfoBannerList", i.TasksBannerList = "TasksBannerList", i.VideoMainBanner = "VideoMainBanner", i.EmptyBox = "EmptyBox", i.PromoPoster = "PromoPoster", i.CardImageSecondaryList = "CardImageSecondaryList", i.CardInfoTable = "CardInfoTable", i.StandartTable = "StandartTable", i.IntroBanner = "IntroBanner", i.DownloadFileBright = "DownloadFileBright", i))(t || {});
|
|
4
4
|
const l = {
|
|
5
5
|
key: t.Banner,
|