md-components-mdigial-azamat 0.0.77 → 0.0.80
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/ActionCard/ActionCard.js +30 -0
- package/dist/ActionCard/index.js +4 -0
- package/dist/ActionCard/info.js +11 -0
- package/dist/ActionCard/types.js +1 -0
- package/dist/ActionCardList/ActionCardList.js +32 -0
- package/dist/ActionCardList/index.js +4 -0
- package/dist/ActionCardList/info.js +11 -0
- package/dist/ActionCardList/types.js +1 -0
- package/dist/ActionIconList/ActionIconList.js +174 -0
- package/dist/ActionIconList/index.js +4 -0
- package/dist/ActionIconList/info.js +11 -0
- package/dist/ActionIconList/types.js +1 -0
- package/dist/AllComponents.js +39 -127
- package/dist/AllComponentsInfo.js +26 -27
- package/dist/AnimatedSwiper/index.js +9 -3
- package/dist/AnimatedSwiper/info.js +1 -1
- package/dist/Banner/Banner.js +1 -1
- package/dist/Banner/info.js +1 -1
- package/dist/BannerAndText/index.js +1 -1
- package/dist/BannerAndText/info.js +1 -1
- package/dist/CardIconList/CardIconList.js +16 -15
- package/dist/CardIconList/info.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/info.js +1 -1
- package/dist/CardImageSecondary/info.js +1 -1
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
- package/dist/CardImageSecondaryList/info.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/CardInfoTable/info.js +1 -1
- package/dist/{index-04224eb4.js → Cards/ActionIconCard/index.js} +21 -27
- package/dist/Cards/ActionIconCard/info.js +11 -0
- package/dist/Cards/ActionIconCard/types.js +1 -0
- package/dist/Cards/CardImage/info.js +1 -1
- package/dist/Cards/ColoredCard/info.js +1 -1
- package/dist/Cards/ContentCard/info.js +1 -1
- package/dist/Cards/FeaturesCard/index.js +100 -8
- package/dist/Cards/FeaturesCard/info.js +2 -2
- package/dist/Cards/WarningCard/WarningCard.js +103 -68
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/info.js +3 -9
- package/dist/ComponentContainer-05e27e82.js +16 -0
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/ContentCardList/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/info.js +1 -1
- package/dist/DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js +1 -1
- package/dist/DownloadFile/components/FileBannerSecondary/info.js +1 -1
- package/dist/Faq/Faq.js +2 -2
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +6 -55
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/info.js +1 -1
- package/dist/FileLoader/fileLoader.js +22 -0
- package/dist/FileLoader/index.js +1787 -0
- package/dist/Footer/info.js +1 -1
- package/dist/Forms/FormDefault/componentTypes.js +31 -0
- package/dist/Forms/FormDefault/index.js +10 -273
- package/dist/Forms/FormDefault/info.js +104 -18
- package/dist/Forms/helpers/renderFormFields.js +7 -0
- package/dist/Forms/model/components.js +102 -0
- package/dist/Forms/types/formItems.js +1 -0
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
- package/dist/Header/info.js +1 -1
- package/dist/HeroPossibilityBanner/info.js +1 -1
- package/dist/InfoBanner/info.js +1 -1
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InfoBannerList/info.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/info.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/IntroBanner/info.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/info.js +1 -1
- package/dist/MultiCards/index.js +1 -1
- package/dist/MultiCards/info.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/Partners/Partners.js +1 -1
- package/dist/Partners/info.js +1 -1
- package/dist/PartnersColors/PartnersColors.js +1 -1
- package/dist/PartnersColors/info.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/info.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +1 -1
- package/dist/PromoPoster/info.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/Segments/info.js +1 -1
- package/dist/Space/info.js +1 -1
- package/dist/StandartTable/index.js +1 -1
- package/dist/StandartTable/info.js +1 -1
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/info.js +1 -1
- package/dist/SwiperList/SwiperList.js +7 -7
- package/dist/SwiperList/info.js +1 -1
- package/dist/TasksBanner/info.js +1 -1
- package/dist/TasksBannerList/TasksBannerList.js +1 -1
- package/dist/TasksBannerList/info.js +1 -1
- package/dist/TitleBlock/TitleBlock.js +15 -0
- package/dist/TitleBlock/index.js +4 -0
- package/dist/TitleBlock/info.js +11 -0
- package/dist/TitleBlock/types.js +1 -0
- package/dist/Video/VideoFull/VideoFull.js +1 -1
- package/dist/Video/VideoFull/info.js +1 -1
- package/dist/Video/VideoList/VideoList.js +1 -1
- package/dist/Video/VideoList/info.js +1 -1
- package/dist/Video/VideoListMini/VideoListMini.js +1 -1
- package/dist/Video/VideoListMini/info.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/VideoMainBanner/info.js +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/{componentsMap-ae33b476.js → componentsMap-56a530ca.js} +38 -39
- package/dist/{data.mock-30d53d62.js → data.mock-9071e4ea.js} +54 -52
- package/dist/{index-b826f1c7.js → index-0a5f313c.js} +1 -1
- package/dist/index-a0ed2e4a.js +1221 -0
- package/dist/info-7ea3fd7e.js +1380 -0
- package/dist/main.js +59 -60
- package/dist/{mousewheel-2cf27f39.js → mousewheel-865ae601.js} +1 -1
- package/dist/{navigation-48c90d3b.js → navigation-b894d0cd.js} +1 -1
- package/dist/size-b1291031.js +8 -0
- package/dist/{swiper-react-bfbb44d6.js → swiper-react-90953710.js} +3 -3
- package/package.json +4 -1
- package/dist/ComponentContainer-841196f9.js +0 -16
- package/dist/index.esm-67811428.js +0 -1012
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e, jsxs as o } from "react/jsx-runtime";
|
|
2
2
|
import { FieldTypes as i } from "../Types/FiledTypes.js";
|
|
3
|
-
import { C as m } from "../ComponentContainer-
|
|
3
|
+
import { C as m } from "../ComponentContainer-05e27e82.js";
|
|
4
4
|
import { I as g } from "../index-9384c6d6.js";
|
|
5
5
|
import { c as s } from "../cn-6a4bf187.js";
|
|
6
6
|
const x = {
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { jsx as l, jsxs as
|
|
2
|
-
import {
|
|
3
|
-
import { FieldTypes as
|
|
4
|
-
import { C as
|
|
1
|
+
import { jsx as l, jsxs as d } from "react/jsx-runtime";
|
|
2
|
+
import { FeaturesCard as f } from "../Cards/FeaturesCard/index.js";
|
|
3
|
+
import { FieldTypes as a } from "../Types/FiledTypes.js";
|
|
4
|
+
import { C as n } from "../ComponentContainer-05e27e82.js";
|
|
5
5
|
import { c } from "../cn-6a4bf187.js";
|
|
6
|
+
import { S as r } from "../size-b1291031.js";
|
|
6
7
|
const b = {
|
|
7
8
|
type: "cards",
|
|
8
9
|
label: "Карточки",
|
|
9
10
|
dataType: "array",
|
|
10
11
|
data: {
|
|
11
|
-
title:
|
|
12
|
-
description:
|
|
13
|
-
image:
|
|
14
|
-
is_black:
|
|
15
|
-
variant:
|
|
12
|
+
title: a.TITLE,
|
|
13
|
+
description: a.DESCRIPTION,
|
|
14
|
+
image: a.FILE,
|
|
15
|
+
is_black: a.BOOLEAN,
|
|
16
|
+
variant: a.VARIANT
|
|
16
17
|
}
|
|
17
18
|
}, g = {
|
|
18
19
|
type: "multiHasText",
|
|
@@ -22,7 +23,7 @@ const b = {
|
|
|
22
23
|
cards: s,
|
|
23
24
|
title: i,
|
|
24
25
|
size: x = r.SMALL,
|
|
25
|
-
turnover:
|
|
26
|
+
turnover: p,
|
|
26
27
|
multiHasText: o = !1
|
|
27
28
|
}) => {
|
|
28
29
|
let e;
|
|
@@ -40,7 +41,7 @@ const b = {
|
|
|
40
41
|
e = "flex flex-row items-stretch max-tablet:flex-col";
|
|
41
42
|
break;
|
|
42
43
|
}
|
|
43
|
-
return /* @__PURE__ */ l(
|
|
44
|
+
return /* @__PURE__ */ l(n, { className: c({ "order-[-1]": p }), children: /* @__PURE__ */ d(
|
|
44
45
|
"div",
|
|
45
46
|
{
|
|
46
47
|
className: c("w-full h-full flex flex-col items-center gap-[24px]"),
|
|
@@ -58,10 +59,10 @@ const b = {
|
|
|
58
59
|
{
|
|
59
60
|
className: `${e} gap-[24px] w-full ${o ? "grid grid-cols-2 max-tablet:flex h-full" : "flex flex-row max-tablet:flex-col"}`,
|
|
60
61
|
children: s == null ? void 0 : s.map(
|
|
61
|
-
(
|
|
62
|
-
|
|
62
|
+
(t, m) => t && /* @__PURE__ */ l(
|
|
63
|
+
f,
|
|
63
64
|
{
|
|
64
|
-
data:
|
|
65
|
+
data: t,
|
|
65
66
|
size: x,
|
|
66
67
|
className: c(
|
|
67
68
|
{ "h-full": o },
|
|
@@ -70,7 +71,7 @@ const b = {
|
|
|
70
71
|
}
|
|
71
72
|
)
|
|
72
73
|
},
|
|
73
|
-
(
|
|
74
|
+
(t == null ? void 0 : t.id) || m
|
|
74
75
|
)
|
|
75
76
|
)
|
|
76
77
|
}
|
|
@@ -4,7 +4,7 @@ import { CardImageVariant as m } from "../Cards/CardImage/types.js";
|
|
|
4
4
|
import { FieldTypes as t } from "../Types/FiledTypes.js";
|
|
5
5
|
import { B as c } from "../index-875e92ce.js";
|
|
6
6
|
import { B as d } from "../const-53dff524.js";
|
|
7
|
-
import { C as f } from "../ComponentContainer-
|
|
7
|
+
import { C as f } from "../ComponentContainer-05e27e82.js";
|
|
8
8
|
import { c as p } from "../cn-6a4bf187.js";
|
|
9
9
|
const g = {
|
|
10
10
|
type: "cards",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as l, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { cardImageSecondaryDataProps as x, CardImageSecondary as m } from "../CardImageSecondary/CardImageSecondary.js";
|
|
3
|
-
import { C as s } from "../ComponentContainer-
|
|
3
|
+
import { C as s } from "../ComponentContainer-05e27e82.js";
|
|
4
4
|
const n = {
|
|
5
5
|
type: "cards",
|
|
6
6
|
label: "Карточки",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as x, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as g } from "react";
|
|
3
3
|
import { FieldTypes as i } from "../Types/FiledTypes.js";
|
|
4
|
-
import { C as h } from "../ComponentContainer-
|
|
4
|
+
import { C as h } from "../ComponentContainer-05e27e82.js";
|
|
5
5
|
import { c as p } from "../cn-6a4bf187.js";
|
|
6
6
|
import { B as y } from "../index-875e92ce.js";
|
|
7
7
|
import { b as w, a as u } from "../const-53dff524.js";
|
|
@@ -1,13 +1,10 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { FieldTypes as o } from "
|
|
3
|
-
import { B as c } from "
|
|
4
|
-
import { I as x } from "
|
|
5
|
-
import { c as m } from "
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
MEDIUM: "medium",
|
|
9
|
-
LARGE: "large"
|
|
10
|
-
}, g = {
|
|
1
|
+
import { jsxs as i, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { FieldTypes as o } from "../../Types/FiledTypes.js";
|
|
3
|
+
import { B as c } from "../../index-875e92ce.js";
|
|
4
|
+
import { I as x } from "../../index-9384c6d6.js";
|
|
5
|
+
import { c as m } from "../../cn-6a4bf187.js";
|
|
6
|
+
import { S as s } from "../../size-b1291031.js";
|
|
7
|
+
const g = {
|
|
11
8
|
type: "data",
|
|
12
9
|
label: "Данные карточки функции",
|
|
13
10
|
dataType: "object",
|
|
@@ -24,20 +21,18 @@ const r = {
|
|
|
24
21
|
color_text: o.COLOR
|
|
25
22
|
}
|
|
26
23
|
}
|
|
27
|
-
},
|
|
28
|
-
const n =
|
|
29
|
-
return /* @__PURE__ */
|
|
24
|
+
}, f = [g, "size", "className"], b = ({ data: e, size: r, className: p }) => {
|
|
25
|
+
const n = r === s.SMALL ? 32 : 40;
|
|
26
|
+
return /* @__PURE__ */ i(
|
|
30
27
|
"div",
|
|
31
28
|
{
|
|
32
29
|
className: m(
|
|
33
|
-
"relative bg-white rounded-[20px] flex flex-col items-start justify-between gap-[
|
|
34
|
-
i === r.LARGE && "min-h-[300px]",
|
|
35
|
-
i === r.SMALL ? "p-[24px]" : "p-[32px]",
|
|
30
|
+
"relative bg-white rounded-[20px] flex flex-col items-start justify-between gap-[24px] w-full box-border px-[32px] py-[24px]",
|
|
36
31
|
p
|
|
37
32
|
),
|
|
38
33
|
style: { background: e == null ? void 0 : e.color_bg },
|
|
39
34
|
children: [
|
|
40
|
-
/* @__PURE__ */
|
|
35
|
+
/* @__PURE__ */ i("div", { className: "flex flex-col items-start gap-[32px]", children: [
|
|
41
36
|
(e == null ? void 0 : e.badge) && /* @__PURE__ */ l(
|
|
42
37
|
"div",
|
|
43
38
|
{
|
|
@@ -58,11 +53,11 @@ const r = {
|
|
|
58
53
|
height: n
|
|
59
54
|
}
|
|
60
55
|
),
|
|
61
|
-
/* @__PURE__ */
|
|
56
|
+
/* @__PURE__ */ i("div", { className: "flex items-start flex-col gap-[12px]", children: [
|
|
62
57
|
/* @__PURE__ */ l(
|
|
63
58
|
"div",
|
|
64
59
|
{
|
|
65
|
-
className: "text-[
|
|
60
|
+
className: "text-[20px] leading-[28px] font-bold",
|
|
66
61
|
style: { color: e == null ? void 0 : e.item_color_text },
|
|
67
62
|
children: e == null ? void 0 : e.title
|
|
68
63
|
}
|
|
@@ -77,20 +72,20 @@ const r = {
|
|
|
77
72
|
)
|
|
78
73
|
] })
|
|
79
74
|
] }),
|
|
80
|
-
|
|
75
|
+
r === s.LARGE && ((e == null ? void 0 : e.button_type) === "button" ? /* @__PURE__ */ l(
|
|
81
76
|
"a",
|
|
82
77
|
{
|
|
83
78
|
href: e == null ? void 0 : e.link,
|
|
84
79
|
target: "_blank",
|
|
85
|
-
className: "font-inter text-[16px] leading-[24px] font-
|
|
86
|
-
children: /* @__PURE__ */ l(c, { variant: e == null ? void 0 : e.button_variant, children: e == null ? void 0 : e.button_text })
|
|
80
|
+
className: "font-inter text-[16px] leading-[24px] font-medium",
|
|
81
|
+
children: /* @__PURE__ */ l(c, { variant: e == null ? void 0 : e.button_variant, children: (e == null ? void 0 : e.button_text) || (e == null ? void 0 : e.link_text) })
|
|
87
82
|
}
|
|
88
83
|
) : /* @__PURE__ */ l(
|
|
89
84
|
"a",
|
|
90
85
|
{
|
|
91
86
|
href: e == null ? void 0 : e.link,
|
|
92
87
|
target: "_blank",
|
|
93
|
-
className: "text-deepBlue font-inter text-[16px] leading-[24px] font-
|
|
88
|
+
className: "text-deepBlue font-inter text-[16px] leading-[24px] font-medium",
|
|
94
89
|
children: e == null ? void 0 : e.link_text
|
|
95
90
|
}
|
|
96
91
|
))
|
|
@@ -98,9 +93,8 @@ const r = {
|
|
|
98
93
|
}
|
|
99
94
|
);
|
|
100
95
|
};
|
|
101
|
-
|
|
96
|
+
b.propsToEdit = f;
|
|
102
97
|
export {
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
b as p
|
|
98
|
+
b as ActionIconCard,
|
|
99
|
+
f as propsToEdit
|
|
106
100
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { C as o } from "../../index-0a5f313c.js";
|
|
2
|
+
import { propsToEdit as t } from "./index.js";
|
|
3
|
+
const p = {
|
|
4
|
+
title: "Карточка функции",
|
|
5
|
+
description: "Компонент для отображения карточки функции с иконкой, заголовком, описанием и ссылкой. Используется для представления отдельных функций или возможностей продукта.",
|
|
6
|
+
types: [o.cards],
|
|
7
|
+
propsToEdit: t
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
p as featuresCardInfo
|
|
11
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,10 +1,102 @@
|
|
|
1
|
-
import "react/jsx-runtime";
|
|
2
|
-
import "../../Types/FiledTypes.js";
|
|
3
|
-
import "../../index-875e92ce.js";
|
|
4
|
-
import "../../index-9384c6d6.js";
|
|
5
|
-
import "../../cn-6a4bf187.js";
|
|
6
|
-
import {
|
|
1
|
+
import { jsxs as n, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { FieldTypes as o } from "../../Types/FiledTypes.js";
|
|
3
|
+
import { B as x } from "../../index-875e92ce.js";
|
|
4
|
+
import { I as c } from "../../index-9384c6d6.js";
|
|
5
|
+
import { c as m } from "../../cn-6a4bf187.js";
|
|
6
|
+
import { S as r } from "../../size-b1291031.js";
|
|
7
|
+
const g = {
|
|
8
|
+
type: "data",
|
|
9
|
+
label: "Данные карточки функции",
|
|
10
|
+
dataType: "object",
|
|
11
|
+
data: {
|
|
12
|
+
keys: {
|
|
13
|
+
title: o.TITLE,
|
|
14
|
+
description: o.DESCRIPTION,
|
|
15
|
+
image: o.FILE,
|
|
16
|
+
link: o.LINK,
|
|
17
|
+
link_text: o.TITLE,
|
|
18
|
+
color_bg: o.COLOR,
|
|
19
|
+
item_color_text: o.COLOR,
|
|
20
|
+
color: o.COLOR,
|
|
21
|
+
color_text: o.COLOR
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}, b = [g, "size", "className"], f = ({ data: e, size: i, className: p }) => {
|
|
25
|
+
const s = i === r.SMALL ? 32 : 40;
|
|
26
|
+
return /* @__PURE__ */ n(
|
|
27
|
+
"div",
|
|
28
|
+
{
|
|
29
|
+
className: m(
|
|
30
|
+
"relative bg-white rounded-[20px] flex flex-col items-start justify-between gap-[32px] w-full box-border",
|
|
31
|
+
i === r.LARGE && "min-h-[300px]",
|
|
32
|
+
i === r.SMALL ? "p-[24px]" : "p-[32px]",
|
|
33
|
+
p
|
|
34
|
+
),
|
|
35
|
+
style: { background: e == null ? void 0 : e.color_bg },
|
|
36
|
+
children: [
|
|
37
|
+
/* @__PURE__ */ n("div", { className: "flex flex-col items-start gap-[32px]", children: [
|
|
38
|
+
(e == null ? void 0 : e.badge) && /* @__PURE__ */ l(
|
|
39
|
+
"div",
|
|
40
|
+
{
|
|
41
|
+
className: "absolute top-[32px] right-[32px] rounded-[24px] text-[16px] leading-[20px] font-bold py-[7px] px-[18px] bg-yellowLight",
|
|
42
|
+
style: {
|
|
43
|
+
background: e == null ? void 0 : e.color,
|
|
44
|
+
color: e == null ? void 0 : e.color_text
|
|
45
|
+
},
|
|
46
|
+
children: e == null ? void 0 : e.badge
|
|
47
|
+
}
|
|
48
|
+
),
|
|
49
|
+
(e == null ? void 0 : e.image) && /* @__PURE__ */ l(
|
|
50
|
+
c,
|
|
51
|
+
{
|
|
52
|
+
src: e == null ? void 0 : e.image,
|
|
53
|
+
alt: e == null ? void 0 : e.title,
|
|
54
|
+
width: s,
|
|
55
|
+
height: s
|
|
56
|
+
}
|
|
57
|
+
),
|
|
58
|
+
/* @__PURE__ */ n("div", { className: "flex items-start flex-col gap-[12px]", children: [
|
|
59
|
+
/* @__PURE__ */ l(
|
|
60
|
+
"div",
|
|
61
|
+
{
|
|
62
|
+
className: "text-[24px] leading-[32px] font-bold",
|
|
63
|
+
style: { color: e == null ? void 0 : e.item_color_text },
|
|
64
|
+
children: e == null ? void 0 : e.title
|
|
65
|
+
}
|
|
66
|
+
),
|
|
67
|
+
/* @__PURE__ */ l(
|
|
68
|
+
"div",
|
|
69
|
+
{
|
|
70
|
+
className: "text-[14px] leading-[20px] text-graySoft",
|
|
71
|
+
style: { color: e == null ? void 0 : e.color_description },
|
|
72
|
+
children: e == null ? void 0 : e.description
|
|
73
|
+
}
|
|
74
|
+
)
|
|
75
|
+
] })
|
|
76
|
+
] }),
|
|
77
|
+
i === r.LARGE && ((e == null ? void 0 : e.button_type) === "button" ? /* @__PURE__ */ l(
|
|
78
|
+
"a",
|
|
79
|
+
{
|
|
80
|
+
href: e == null ? void 0 : e.link,
|
|
81
|
+
target: "_blank",
|
|
82
|
+
className: "font-inter text-[16px] leading-[24px] font-semibold",
|
|
83
|
+
children: /* @__PURE__ */ l(x, { variant: e == null ? void 0 : e.button_variant, children: e == null ? void 0 : e.button_text })
|
|
84
|
+
}
|
|
85
|
+
) : /* @__PURE__ */ l(
|
|
86
|
+
"a",
|
|
87
|
+
{
|
|
88
|
+
href: e == null ? void 0 : e.link,
|
|
89
|
+
target: "_blank",
|
|
90
|
+
className: "text-deepBlue font-inter text-[16px] leading-[24px] font-semibold",
|
|
91
|
+
children: e == null ? void 0 : e.link_text
|
|
92
|
+
}
|
|
93
|
+
))
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
);
|
|
97
|
+
};
|
|
98
|
+
f.propsToEdit = b;
|
|
7
99
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
100
|
+
f as FeaturesCard,
|
|
101
|
+
b as propsToEdit
|
|
10
102
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as o } from "../../index-
|
|
2
|
-
import {
|
|
1
|
+
import { C as o } from "../../index-0a5f313c.js";
|
|
2
|
+
import { propsToEdit as t } from "./index.js";
|
|
3
3
|
const p = {
|
|
4
4
|
title: "Карточка функции",
|
|
5
5
|
description: "Компонент для отображения карточки функции с иконкой, заголовком, описанием и ссылкой. Используется для представления отдельных функций или возможностей продукта.",
|
|
@@ -1,70 +1,105 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "./model.js";
|
|
3
|
+
import "../../ConfigProvider/index.js";
|
|
4
|
+
import "../../Banner/Banner.js";
|
|
5
|
+
import "../../BannerAndText/index.js";
|
|
6
|
+
import "react";
|
|
7
|
+
import "../../cn-6a4bf187.js";
|
|
8
|
+
import "../../Faq/components/Collapse/Collapse.js";
|
|
9
|
+
import "../../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
|
|
10
|
+
import "../../HtmlContent/HtmlContent.js";
|
|
11
|
+
import "../../Header/components/TabsOutlined/TabsOutlined.js";
|
|
12
|
+
import "../../index-875e92ce.js";
|
|
13
|
+
import "../../const-53dff524.js";
|
|
14
|
+
import "../../Stepper/Stepper.js";
|
|
15
|
+
import "../../Segments/Segments.js";
|
|
16
|
+
import "../../Video/VideoFull/VideoFull.js";
|
|
17
|
+
import "../../Video/VideoList/VideoList.js";
|
|
18
|
+
import "../../Video/VideoListMini/VideoListMini.js";
|
|
19
|
+
import "../../ContentCardList/ContentCardList.js";
|
|
20
|
+
import "../../CardIconList/CardIconList.js";
|
|
21
|
+
import "../../MultiCards/index.js";
|
|
22
|
+
import "../../Partners/Partners.js";
|
|
23
|
+
import "../../CardImageList/CardImageList.js";
|
|
24
|
+
import "../../MainBanner/MainBanner.js";
|
|
25
|
+
import "../../Faq/Faq.js";
|
|
26
|
+
import "../../InstructionList/InstructionList.js";
|
|
27
|
+
import "../../HeroPossibilityBanner/index.js";
|
|
28
|
+
import "../../PartnersColors/PartnersColors.js";
|
|
29
|
+
import "../../PreviewList/PreviewList.js";
|
|
30
|
+
import "../CardImage/CardImage.js";
|
|
31
|
+
import "../ContentCard/ContentCard.js";
|
|
32
|
+
import { W as Vr, p as Xr } from "../../info-7ea3fd7e.js";
|
|
33
|
+
import "../ColoredCard/index.js";
|
|
34
|
+
import "../FeaturesCard/index.js";
|
|
35
|
+
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
36
|
+
import "../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
37
|
+
import "../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
38
|
+
import "../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
39
|
+
import "../../InstructionList/components/InstructionCard/InstructionCard.js";
|
|
40
|
+
import "../../PreviewList/components/PreviewCard/PreviewCard.js";
|
|
41
|
+
import "../../AnimatedSwiper/index.js";
|
|
42
|
+
import "../../CardImageSecondary/CardImageSecondary.js";
|
|
43
|
+
import "../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
44
|
+
import "../../CardInfoTable/index.js";
|
|
45
|
+
import "../../DownloadFile/components/DownloadFileBright/index.js";
|
|
46
|
+
import "../../DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
|
|
47
|
+
import "../../InfoBanner/index.js";
|
|
48
|
+
import "../../InfoBannerList/InfoBannerList.js";
|
|
49
|
+
import "../../IntroBanner/IntroBanner.js";
|
|
50
|
+
import "../../PromoPoster/PromoPoster.js";
|
|
51
|
+
import "../../Space/Space.js";
|
|
52
|
+
import "../../StandartTable/index.js";
|
|
53
|
+
import "../../SwiperList/SwiperList.js";
|
|
54
|
+
import "../../TasksBanner/TasksBanner.js";
|
|
55
|
+
import "../../TasksBannerList/TasksBannerList.js";
|
|
56
|
+
import "../../VideoMainBanner/VideoMainBanner.js";
|
|
57
|
+
import "../../AnimatedSwiper/info.js";
|
|
58
|
+
import "../../Banner/info.js";
|
|
59
|
+
import "../../BannerAndText/info.js";
|
|
60
|
+
import "../../CardIconList/info.js";
|
|
61
|
+
import "../../CardImageList/info.js";
|
|
62
|
+
import "../../CardImageSecondary/info.js";
|
|
63
|
+
import "../../CardImageSecondaryList/info.js";
|
|
64
|
+
import "../../CardInfoTable/info.js";
|
|
65
|
+
import "../CardImage/info.js";
|
|
66
|
+
import "../ColoredCard/info.js";
|
|
67
|
+
import "../ContentCard/info.js";
|
|
68
|
+
import "../FeaturesCard/info.js";
|
|
69
|
+
import "../../ContentCardList/info.js";
|
|
70
|
+
import "../../DownloadFile/components/DownloadFileBanner/info.js";
|
|
71
|
+
import "../../DownloadFile/components/DownloadFileBright/info.js";
|
|
72
|
+
import "../../DownloadFile/components/DownloadFileFull/info.js";
|
|
73
|
+
import "../../DownloadFile/components/DownloadFileHalf/info.js";
|
|
74
|
+
import "../../DownloadFile/components/DownloadFileMini/info.js";
|
|
75
|
+
import "../../Faq/info.js";
|
|
76
|
+
import "../../Footer/info.js";
|
|
77
|
+
import "../../Header/info.js";
|
|
78
|
+
import "../../HeroPossibilityBanner/info.js";
|
|
79
|
+
import "../../InfoBanner/info.js";
|
|
80
|
+
import "../../InfoBannerList/info.js";
|
|
81
|
+
import "../../InstructionList/info.js";
|
|
82
|
+
import "../../IntroBanner/info.js";
|
|
83
|
+
import "../../MainBanner/info.js";
|
|
84
|
+
import "../../MultiCards/info.js";
|
|
85
|
+
import "../../Partners/info.js";
|
|
86
|
+
import "../../PartnersColors/info.js";
|
|
87
|
+
import "../../PreviewList/info.js";
|
|
88
|
+
import "../../PromoPoster/info.js";
|
|
89
|
+
import "../../Segments/info.js";
|
|
90
|
+
import "../../Space/info.js";
|
|
91
|
+
import "../../StandartTable/info.js";
|
|
92
|
+
import "../../Stepper/info.js";
|
|
93
|
+
import "../../SwiperList/info.js";
|
|
94
|
+
import "../../TasksBanner/info.js";
|
|
95
|
+
import "../../TasksBannerList/info.js";
|
|
96
|
+
import "../../Video/VideoFull/info.js";
|
|
97
|
+
import "../../Video/VideoList/info.js";
|
|
98
|
+
import "../../Video/VideoListMini/info.js";
|
|
99
|
+
import "../../VideoMainBanner/info.js";
|
|
100
|
+
import "../../Icon-70ea6cb8.js";
|
|
101
|
+
import "../../ComponentContainer-05e27e82.js";
|
|
67
102
|
export {
|
|
68
|
-
|
|
69
|
-
|
|
103
|
+
Vr as WarningCard,
|
|
104
|
+
Xr as propsToEdit
|
|
70
105
|
};
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
const p = {
|
|
4
|
-
title: "Предупреждающая карточка",
|
|
5
|
-
description: "Компонент для отображения предупреждающей информации в виде карточки с иконкой, заголовком и описанием. Используется для привлечения внимания к важной информации или предупреждениям.",
|
|
6
|
-
types: [o.cards],
|
|
7
|
-
propsToEdit: r
|
|
8
|
-
};
|
|
1
|
+
import "../../index-0a5f313c.js";
|
|
2
|
+
import { w as n } from "../../info-7ea3fd7e.js";
|
|
9
3
|
export {
|
|
10
|
-
|
|
4
|
+
n as warningCardInfo
|
|
11
5
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { c as x } from "./cn-6a4bf187.js";
|
|
3
|
+
const r = ({ children: a, className: l, style: t }) => /* @__PURE__ */ m(
|
|
4
|
+
"section",
|
|
5
|
+
{
|
|
6
|
+
style: t,
|
|
7
|
+
className: x(
|
|
8
|
+
"max-w-[1232px] w-full max-tablet:w-full mx-auto px-0 max-tablet:px-[16px] relative max-tablet:max-w-full md:max-w-full lg:max-w-full overflow-x-hidden",
|
|
9
|
+
l
|
|
10
|
+
),
|
|
11
|
+
children: a
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
export {
|
|
15
|
+
r as C
|
|
16
|
+
};
|
|
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as p } from "react/jsx-runtime";
|
|
|
2
2
|
import { ContentCard as m } from "../Cards/ContentCard/ContentCard.js";
|
|
3
3
|
import { FieldTypes as i } from "../Types/FiledTypes.js";
|
|
4
4
|
import { c as x } from "../const-53dff524.js";
|
|
5
|
-
import { C as a } from "../ComponentContainer-
|
|
5
|
+
import { C as a } from "../ComponentContainer-05e27e82.js";
|
|
6
6
|
const f = {
|
|
7
7
|
type: "cards",
|
|
8
8
|
label: "Карточки",
|