md-components-mdigial-azamat 0.0.31 → 0.0.33
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/Actions/downloadFile/downloadFile.js +28 -0
- package/dist/Actions/index.js +13 -0
- package/dist/Actions/types.js +9 -0
- package/dist/AllComponents.js +4 -8
- package/dist/AnimatedSwiper/Slide/Slide.js +29 -29
- package/dist/AnimatedSwiper/index.js +8 -137
- package/dist/Banner/Banner.js +2 -2
- package/dist/Banner/index.js +1 -1
- package/dist/BannerAndText/index.js +3 -7
- package/dist/CardIconList/CardIconList.js +3 -7
- package/dist/CardIconList/index.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardImageSecondary/CardImageSecondary.js +4 -8
- package/dist/CardImageSecondary/index.js +2 -2
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
- package/dist/CardImageSecondaryList/index.js +1 -1
- package/dist/CardInfoTable/index.js +3 -7
- package/dist/Cards/ContentCard/ContentCard.js +1 -1
- package/dist/Cards/ContentCard/index.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +1 -1
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/ContentCardList/ContentCardList.js +3 -7
- 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 -3
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +4 -2
- package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
- 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 +4 -2
- package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
- package/dist/Faq/Faq.js +3 -7
- 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/InfoBanner/index.js +4 -3
- package/dist/InfoBannerList/InfoBannerList.js +3 -4
- package/dist/InfoBannerList/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +3 -3
- package/dist/InstructionList/components/InstructionCard/InstructionCard.js +23 -66
- package/dist/InstructionList/components/InstructionCard/index.js +2 -2
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +2 -2
- 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 +1 -1
- package/dist/PageViewer/PageViewer.js +3 -4
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +20 -2
- package/dist/PreviewList/components/PreviewCard/index.js +1 -1
- package/dist/PreviewList/index.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +7 -48
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +3 -3
- package/dist/StandartTable/components/CardMarkedRow/index.js +23 -73
- package/dist/StandartTable/components/CardWarning/index.js +1 -1
- package/dist/StandartTable/index.js +2 -3
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/index.js +1 -1
- package/dist/SwiperList/SwiperList.js +10 -97
- package/dist/SwiperList/components/Slide/Slide.js +6 -6
- package/dist/SwiperList/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +9 -123
- package/dist/TasksBanner/index.js +2 -2
- package/dist/TasksBannerList/TasksBannerList.js +5 -30
- package/dist/TasksBannerList/index.js +2 -2
- package/dist/Types/FiledTypes.js +2 -2
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/VideoMainBanner/index.js +1 -1
- package/dist/componentsMap-6d7d63d5.js +47 -0
- package/dist/{swiper-react-c049ea66.js → index-b093f70c.js} +645 -502
- package/dist/{index-186a975e.js → index-b999483f.js} +2086 -1636
- package/dist/main.js +53 -54
- package/package.json +1 -1
- package/dist/componentsMap-e93c90e1.js +0 -50
- package/dist/useScreenSize-c1b64c02.js +0 -19
- /package/dist/assets/{swiper-react.css → index2.css} +0 -0
- /package/dist/assets/{TasksBanner.css → index3.css} +0 -0
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
|
|
3
|
+
import { F as l } from "../index-b999483f.js";
|
|
4
4
|
import "../HtmlContent/HtmlContent.js";
|
|
5
5
|
import "../ConfigProvider/index.js";
|
|
6
6
|
import "../Segments/Segments.js";
|
|
@@ -13,14 +13,10 @@ import "../PartnersColors/PartnersColors.js";
|
|
|
13
13
|
import "../Cards/CardImage/CardImage.js";
|
|
14
14
|
import "../Cards/ColoredCard/index.js";
|
|
15
15
|
import "../index-a379154f.js";
|
|
16
|
-
import "../
|
|
17
|
-
import "../AnimatedSwiper/index.js";
|
|
18
|
-
import "../PromoPoster/PromoPoster.js";
|
|
16
|
+
import "../index-b093f70c.js";
|
|
19
17
|
import "../Space/Space.js";
|
|
20
|
-
import "../SwiperList/SwiperList.js";
|
|
21
|
-
import "../TasksBannerList/TasksBannerList.js";
|
|
22
18
|
import "../Types/FiledTypes.js";
|
|
23
19
|
import "../ComponentContainer-0fcc2695.js";
|
|
24
20
|
export {
|
|
25
|
-
|
|
21
|
+
l as Faq
|
|
26
22
|
};
|
package/dist/Faq/index.js
CHANGED
package/dist/InfoBanner/index.js
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../cn-d8c04b28.js";
|
|
3
3
|
import "../Types/FiledTypes.js";
|
|
4
|
-
import {
|
|
4
|
+
import { ao as t, an as e } from "../index-b999483f.js";
|
|
5
5
|
import "../index-60dfa873.js";
|
|
6
|
-
import "../
|
|
6
|
+
import "../index-b093f70c.js";
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
t as InfoBanner,
|
|
9
|
+
e as InfoBannerFields
|
|
9
10
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import "../Types/FiledTypes.js";
|
|
2
|
+
import { h as n } from "../index-b999483f.js";
|
|
4
3
|
import "../ComponentContainer-0fcc2695.js";
|
|
5
4
|
import "../cn-d8c04b28.js";
|
|
6
|
-
import "../
|
|
5
|
+
import "../index-b093f70c.js";
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
n as InfoBannerList
|
|
9
8
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { I as
|
|
2
|
+
import { I as a, ah as i } from "../index-b999483f.js";
|
|
3
3
|
import "../ComponentContainer-0fcc2695.js";
|
|
4
|
-
import "./components/InstructionCard/InstructionCard.js";
|
|
5
4
|
export {
|
|
6
|
-
|
|
5
|
+
a as InstructionList,
|
|
6
|
+
i as cards
|
|
7
7
|
};
|
|
@@ -1,68 +1,25 @@
|
|
|
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
|
-
(M == null ? void 0 : M.id) && /* @__PURE__ */ e(
|
|
23
|
-
"div",
|
|
24
|
-
{
|
|
25
|
-
className: `absolute top-[26px] left-[36px] text-[20px] leading-[32px] text-white
|
|
26
|
-
px-[18px] rounded-[100px]`,
|
|
27
|
-
style: { background: M == null ? void 0 : M.count_color },
|
|
28
|
-
children: M == null ? void 0 : M.id
|
|
29
|
-
}
|
|
30
|
-
),
|
|
31
|
-
/* @__PURE__ */ l(
|
|
32
|
-
"button",
|
|
33
|
-
{
|
|
34
|
-
className: `absolute top-[26px] right-[36px] w-fit flex items-center gap-[4px] py-[8px] px-[10px]
|
|
35
|
-
bg-translucentBlack rounded-[100px] cursor-pointer`,
|
|
36
|
-
onClick: i,
|
|
37
|
-
children: [
|
|
38
|
-
/* @__PURE__ */ e("p", { className: "text-[14px] leading-[20px] text-white", children: "Показать" }),
|
|
39
|
-
/* @__PURE__ */ e(
|
|
40
|
-
N,
|
|
41
|
-
{
|
|
42
|
-
src: z,
|
|
43
|
-
alt: "show"
|
|
44
|
-
}
|
|
45
|
-
)
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
)
|
|
49
|
-
] }),
|
|
50
|
-
/* @__PURE__ */ l("div", { className: "bg-white px-[24px] py-[32px] flex flex-col flex-grow gap-[8px]", children: [
|
|
51
|
-
(M == null ? void 0 : M.title) && /* @__PURE__ */ e("p", { className: "text-[24px] leading-[32px] font-bold", children: M == null ? void 0 : M.title }),
|
|
52
|
-
(M == null ? void 0 : M.subtitle) && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] text-graySoft2", children: M == null ? void 0 : M.subtitle })
|
|
53
|
-
] }),
|
|
54
|
-
/* @__PURE__ */ e(
|
|
55
|
-
I,
|
|
56
|
-
{
|
|
57
|
-
show: x,
|
|
58
|
-
image: M == null ? void 0 : M.image,
|
|
59
|
-
title: M == null ? void 0 : M.title,
|
|
60
|
-
onClose: j
|
|
61
|
-
}
|
|
62
|
-
)
|
|
63
|
-
] });
|
|
64
|
-
};
|
|
65
|
-
p.propsToEdit = c;
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { ab as k, ag as l } from "../../../index-b999483f.js";
|
|
4
|
+
import "../../../ConfigProvider/index.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";
|
|
17
|
+
import "../InstructionModal/InstructionModal.js";
|
|
18
|
+
import "../../../index-60dfa873.js";
|
|
19
|
+
import "../../../index-b093f70c.js";
|
|
20
|
+
import "../../../Space/Space.js";
|
|
21
|
+
import "../../../Types/FiledTypes.js";
|
|
66
22
|
export {
|
|
67
|
-
|
|
23
|
+
k as InstructionCard,
|
|
24
|
+
l as InstructionCardData
|
|
68
25
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { m as n } from "../index-b999483f.js";
|
|
3
3
|
import "../ComponentContainer-0fcc2695.js";
|
|
4
4
|
import "../index-60dfa873.js";
|
|
5
|
-
import "../
|
|
5
|
+
import "../index-b093f70c.js";
|
|
6
6
|
export {
|
|
7
7
|
n as IntroBanner
|
|
8
8
|
};
|
package/dist/MainBanner/index.js
CHANGED
package/dist/MultiCards/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "../ConfigProvider/index.js";
|
|
2
|
-
import "../index-
|
|
2
|
+
import "../index-b999483f.js";
|
|
3
3
|
import "../Segments/Segments.js";
|
|
4
4
|
import "../Video/VideoFull/VideoFull.js";
|
|
5
5
|
import "../Video/VideoList/VideoList.js";
|
|
@@ -13,7 +13,6 @@ import "../Cards/ColoredCard/index.js";
|
|
|
13
13
|
import "../index-a379154f.js";
|
|
14
14
|
import "../Faq/components/Collapse/Collapse.js";
|
|
15
15
|
import "../Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
16
|
-
import "../InstructionList/components/InstructionCard/InstructionCard.js";
|
|
17
16
|
import "../InstructionList/components/InstructionModal/InstructionModal.js";
|
|
18
17
|
import "../PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
19
18
|
import "../PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
@@ -22,7 +21,7 @@ import { jsx as r, Fragment as t } from "react/jsx-runtime";
|
|
|
22
21
|
import m from "./ComponentsView.js";
|
|
23
22
|
import "../Types/FiledTypes.js";
|
|
24
23
|
import "../Space/Space.js";
|
|
25
|
-
const
|
|
24
|
+
const v = ({ components: o }) => /* @__PURE__ */ r(t, { children: /* @__PURE__ */ r(m, { components: o }) });
|
|
26
25
|
export {
|
|
27
|
-
|
|
26
|
+
v as PageViewer
|
|
28
27
|
};
|
|
@@ -1,6 +1,24 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import "../../../ConfigProvider/index.js";
|
|
3
|
+
import { ac as j, ai as k } from "../../../index-b999483f.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";
|
|
3
17
|
import "../../../index-60dfa873.js";
|
|
18
|
+
import "../../../index-b093f70c.js";
|
|
19
|
+
import "../../../Space/Space.js";
|
|
20
|
+
import "../../../Types/FiledTypes.js";
|
|
4
21
|
export {
|
|
5
|
-
|
|
22
|
+
j as PreviewCard,
|
|
23
|
+
k as PreviewCardData
|
|
6
24
|
};
|
|
@@ -1,50 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
7
|
-
type: "texts",
|
|
8
|
-
label: "Тексты",
|
|
9
|
-
dataType: "array",
|
|
10
|
-
data: {
|
|
11
|
-
title: o.TITLE,
|
|
12
|
-
is_big: o.BOOLEAN
|
|
13
|
-
}
|
|
14
|
-
}, x = [
|
|
15
|
-
"banner_bg_image",
|
|
16
|
-
"banner_bg_image_mob",
|
|
17
|
-
b
|
|
18
|
-
], c = ({
|
|
19
|
-
banner_bg_image: p,
|
|
20
|
-
banner_bg_image_mob: r,
|
|
21
|
-
texts: a
|
|
22
|
-
}) => {
|
|
23
|
-
const i = s(960);
|
|
24
|
-
return /* @__PURE__ */ t(
|
|
25
|
-
l,
|
|
26
|
-
{
|
|
27
|
-
className: "flex items-center justify-between gap-[40px] px-[48px] py-[38px] pr-[68px] bg-cover bg-no-repeat rounded-[24px] overflow-hidden max-tablet:flex-col max-tablet:items-start max-tablet:gap-[24px] max-tablet:p-[24px] max-tablet:bg-center",
|
|
28
|
-
style: {
|
|
29
|
-
backgroundImage: `url(${i ? r : p})`
|
|
30
|
-
},
|
|
31
|
-
children: a == null ? void 0 : a.map((e, m) => /* @__PURE__ */ t(
|
|
32
|
-
"p",
|
|
33
|
-
{
|
|
34
|
-
className: n(
|
|
35
|
-
"text-[15px] leading-[22px] text-white break-words whitespace-normal",
|
|
36
|
-
{
|
|
37
|
-
"text-[72px] leading-[32px] font-bold text-white max-tablet:text-[32px] max-tablet:leading-[32px] max-tablet:h-[57px]": e == null ? void 0 : e.is_big
|
|
38
|
-
}
|
|
39
|
-
),
|
|
40
|
-
children: e == null ? void 0 : e.title
|
|
41
|
-
},
|
|
42
|
-
m
|
|
43
|
-
))
|
|
44
|
-
}
|
|
45
|
-
);
|
|
46
|
-
};
|
|
47
|
-
c.propsToEdit = x;
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "../Types/FiledTypes.js";
|
|
3
|
+
import { i as s } from "../index-b999483f.js";
|
|
4
|
+
import "../ComponentContainer-0fcc2695.js";
|
|
5
|
+
import "../cn-d8c04b28.js";
|
|
6
|
+
import "../index-b093f70c.js";
|
|
48
7
|
export {
|
|
49
|
-
|
|
8
|
+
s as PromoPoster
|
|
50
9
|
};
|
|
@@ -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-6d7d63d5.js";
|
|
3
3
|
const d = ({ components: o, device: p }) => /* @__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 {
|
|
1
|
+
import { o as a, p as t, q as s, r as n, s as D, t as r, u as e, v as i, w as o, x as d, y as l, z as C, A as L, E as B, G as w, H as m, J as p, K as I, L as g, N as F, O as S, Q as c, R as u, U as M, X as P, Y as f, Z as V, _ as x, $ as y, a0 as T, a1 as W, a2 as b, a3 as q, a4 as v, a5 as A, a6 as E, a7 as H } from "../index-b999483f.js";
|
|
2
2
|
const Q = [
|
|
3
3
|
a,
|
|
4
4
|
t,
|
|
@@ -14,8 +14,8 @@ const Q = [
|
|
|
14
14
|
C,
|
|
15
15
|
L,
|
|
16
16
|
B,
|
|
17
|
-
m,
|
|
18
17
|
w,
|
|
18
|
+
m,
|
|
19
19
|
p,
|
|
20
20
|
I,
|
|
21
21
|
g,
|
|
@@ -26,10 +26,10 @@ const Q = [
|
|
|
26
26
|
M,
|
|
27
27
|
P,
|
|
28
28
|
f,
|
|
29
|
-
T,
|
|
30
29
|
V,
|
|
31
30
|
x,
|
|
32
31
|
y,
|
|
32
|
+
T,
|
|
33
33
|
W,
|
|
34
34
|
b,
|
|
35
35
|
q,
|
|
@@ -1,75 +1,25 @@
|
|
|
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
|
-
children: l == null ? void 0 : l.title
|
|
24
|
-
}
|
|
25
|
-
),
|
|
26
|
-
/* @__PURE__ */ e(
|
|
27
|
-
"div",
|
|
28
|
-
{
|
|
29
|
-
className: x(
|
|
30
|
-
"grid grid-cols-[repeat(4,1fr)] max-tablet:grid-cols-[repeat(4,134px)] gap-[24px] max-tablet:gap-0 w-full"
|
|
31
|
-
),
|
|
32
|
-
children: (s = l == null ? void 0 : l.columns) == null ? void 0 : s.map((a) => /* @__PURE__ */ r(
|
|
33
|
-
"div",
|
|
34
|
-
{
|
|
35
|
-
className: x(
|
|
36
|
-
"w-full flex flex-col gap-2",
|
|
37
|
-
"py-[24px] max-tablet:last:py-[10px] max-tablet:px-[12px] max-tablet:last:pb-0 max-tablet:w-134px]"
|
|
38
|
-
),
|
|
39
|
-
children: [
|
|
40
|
-
/* @__PURE__ */ r("div", { className: "flex flex-row items-start gap-2 w-[240px] max-tablet:w-full", children: [
|
|
41
|
-
(a == null ? void 0 : a.is_marked) === null ? null : a != null && a.is_marked ? /* @__PURE__ */ e(
|
|
42
|
-
g,
|
|
43
|
-
{
|
|
44
|
-
src: c,
|
|
45
|
-
alt: "check",
|
|
46
|
-
width: 20,
|
|
47
|
-
height: 20,
|
|
48
|
-
className: "flex items-center justify-center"
|
|
49
|
-
}
|
|
50
|
-
) : /* @__PURE__ */ e(
|
|
51
|
-
g,
|
|
52
|
-
{
|
|
53
|
-
src: p,
|
|
54
|
-
alt: "cross",
|
|
55
|
-
width: 20,
|
|
56
|
-
height: 20,
|
|
57
|
-
className: "flex items-center justify-center"
|
|
58
|
-
}
|
|
59
|
-
),
|
|
60
|
-
(a == null ? void 0 : a.title) && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] font-medium m-0 break-words", children: a == null ? void 0 : a.title })
|
|
61
|
-
] }),
|
|
62
|
-
(a == null ? void 0 : a.description) && /* @__PURE__ */ e("div", { className: "text-[14px] leading-[20px] text-graySoft3 max-tablet:text-[13px] max-tablet:leading-[16px]", children: a == null ? void 0 : a.description })
|
|
63
|
-
]
|
|
64
|
-
},
|
|
65
|
-
a == null ? void 0 : a.id
|
|
66
|
-
))
|
|
67
|
-
}
|
|
68
|
-
)
|
|
69
|
-
]
|
|
70
|
-
}
|
|
71
|
-
);
|
|
72
|
-
};
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import { aq as g, ap as h } from "../../../index-b999483f.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 "../../../cn-d8c04b28.js";
|
|
18
|
+
import "../../../index-60dfa873.js";
|
|
19
|
+
import "../../../index-b093f70c.js";
|
|
20
|
+
import "../../../Space/Space.js";
|
|
21
|
+
import "../../../Types/FiledTypes.js";
|
|
73
22
|
export {
|
|
74
|
-
|
|
23
|
+
g as CardMarkedRow,
|
|
24
|
+
h as CardMarkedRowFields
|
|
75
25
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../cn-d8c04b28.js";
|
|
3
3
|
import "../../../HtmlContent/HtmlContent.js";
|
|
4
|
-
import {
|
|
4
|
+
import { ar as a } from "../../../index-b999483f.js";
|
|
5
5
|
import "../../../index-60dfa873.js";
|
|
6
6
|
export {
|
|
7
7
|
a as CardWarning
|
|
@@ -2,8 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../Types/FiledTypes.js";
|
|
3
3
|
import "../ComponentContainer-0fcc2695.js";
|
|
4
4
|
import "../cn-d8c04b28.js";
|
|
5
|
-
import "
|
|
6
|
-
import { j as e } from "../index-186a975e.js";
|
|
5
|
+
import { l as i } from "../index-b999483f.js";
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
i as StandartTable
|
|
9
8
|
};
|
package/dist/Stepper/Stepper.js
CHANGED
package/dist/Stepper/index.js
CHANGED