md-components-mdigial-azamat 0.0.99 → 0.0.100
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 +10 -14
- package/dist/ActionCardList/ActionCardList.js +105 -30
- package/dist/ActionCardList/index.js +2 -2
- package/dist/ActionCardList/info.js +3 -9
- package/dist/ActionIconList/ActionIconList.js +1 -1
- package/dist/AllComponents.js +1 -1
- package/dist/AllComponentsInfo.js +90 -89
- package/dist/Cards/WarningCard/WarningCard.js +1 -1
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/info.js +1 -1
- package/dist/Forms/FormDefault/index.js +3 -3
- package/dist/Forms/FormDefault/info.js +1 -1
- package/dist/Forms/helpers/renderFormFields.js +1 -1
- package/dist/Forms/model/components.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/componentsMap-85b79665.js +101 -0
- package/dist/{info-14d8693d.js → info-b0e73398.js} +419 -373
- package/dist/main.js +58 -57
- package/package.json +1 -1
- package/dist/componentsMap-d3d722b2.js +0 -100
|
@@ -1,30 +1,26 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { I as
|
|
3
|
-
const s = ["title", "icon", "
|
|
4
|
-
title: t,
|
|
5
|
-
icon: r,
|
|
6
|
-
button_link: o = "/"
|
|
7
|
-
}) => /* @__PURE__ */ p(
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { I as o } from "../index-9384c6d6.js";
|
|
3
|
+
const s = ["title", "icon", "link"], a = ({ title: e, icon: r, link: p = "/" }) => /* @__PURE__ */ i(
|
|
8
4
|
"a",
|
|
9
5
|
{
|
|
10
|
-
href:
|
|
6
|
+
href: p,
|
|
11
7
|
className: "w-full flex bg-white p-[24px] rounded-[20px] items-center gap-[16px]",
|
|
12
8
|
children: [
|
|
13
|
-
/* @__PURE__ */
|
|
14
|
-
|
|
9
|
+
/* @__PURE__ */ t(
|
|
10
|
+
o,
|
|
15
11
|
{
|
|
16
12
|
src: r,
|
|
17
|
-
alt:
|
|
13
|
+
alt: e,
|
|
18
14
|
width: 56,
|
|
19
15
|
height: 56
|
|
20
16
|
}
|
|
21
17
|
),
|
|
22
|
-
/* @__PURE__ */
|
|
18
|
+
/* @__PURE__ */ t("p", { className: "text-[16px] leading-[24px]", children: e })
|
|
23
19
|
]
|
|
24
20
|
}
|
|
25
21
|
);
|
|
26
|
-
|
|
22
|
+
a.propsToEdit = s;
|
|
27
23
|
export {
|
|
28
|
-
|
|
24
|
+
a as ActionCard,
|
|
29
25
|
s as propsToEdit
|
|
30
26
|
};
|
|
@@ -1,32 +1,107 @@
|
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "../ActionCard/ActionCard.js";
|
|
3
|
+
import "../TitleBlock/TitleBlock.js";
|
|
4
|
+
import "../ConfigProvider/index.js";
|
|
5
|
+
import "../Banner/Banner.js";
|
|
6
|
+
import "../BannerAndText/index.js";
|
|
7
|
+
import "react";
|
|
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 "../Cards/CardImage/CardImage.js";
|
|
31
|
+
import "../Cards/ContentCard/ContentCard.js";
|
|
32
|
+
import { a as Yo, d as Zo, e as _o } from "../info-b0e73398.js";
|
|
33
|
+
import "../Cards/ColoredCard/index.js";
|
|
34
|
+
import "../Cards/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 "../Types/FiledTypes.js";
|
|
58
|
+
import "react-dom";
|
|
59
|
+
import "../AnimatedSwiper/info.js";
|
|
60
|
+
import "../Banner/info.js";
|
|
61
|
+
import "../BannerAndText/info.js";
|
|
62
|
+
import "../CardIconList/info.js";
|
|
63
|
+
import "../CardImageList/info.js";
|
|
64
|
+
import "../CardImageSecondary/info.js";
|
|
65
|
+
import "../CardImageSecondaryList/info.js";
|
|
66
|
+
import "../CardInfoTable/info.js";
|
|
67
|
+
import "../Cards/CardImage/info.js";
|
|
68
|
+
import "../Cards/ColoredCard/info.js";
|
|
69
|
+
import "../Cards/ContentCard/info.js";
|
|
70
|
+
import "../Cards/FeaturesCard/info.js";
|
|
71
|
+
import "../ContentCardList/info.js";
|
|
72
|
+
import "../DownloadFile/components/DownloadFileBanner/info.js";
|
|
73
|
+
import "../DownloadFile/components/DownloadFileBright/info.js";
|
|
74
|
+
import "../DownloadFile/components/DownloadFileFull/info.js";
|
|
75
|
+
import "../DownloadFile/components/DownloadFileHalf/info.js";
|
|
76
|
+
import "../DownloadFile/components/DownloadFileMini/info.js";
|
|
77
|
+
import "../Faq/info.js";
|
|
78
|
+
import "../Footer/info.js";
|
|
79
|
+
import "../Header/info.js";
|
|
80
|
+
import "../HeroPossibilityBanner/info.js";
|
|
81
|
+
import "../InfoBanner/info.js";
|
|
82
|
+
import "../InfoBannerList/info.js";
|
|
83
|
+
import "../InstructionList/info.js";
|
|
84
|
+
import "../IntroBanner/info.js";
|
|
85
|
+
import "../MainBanner/info.js";
|
|
86
|
+
import "../MultiCards/info.js";
|
|
87
|
+
import "../Partners/info.js";
|
|
88
|
+
import "../PartnersColors/info.js";
|
|
89
|
+
import "../PreviewList/info.js";
|
|
90
|
+
import "../PromoPoster/info.js";
|
|
91
|
+
import "../Segments/info.js";
|
|
92
|
+
import "../Space/info.js";
|
|
93
|
+
import "../StandartTable/info.js";
|
|
94
|
+
import "../Stepper/info.js";
|
|
95
|
+
import "../SwiperList/info.js";
|
|
96
|
+
import "../TasksBanner/info.js";
|
|
97
|
+
import "../TasksBannerList/info.js";
|
|
98
|
+
import "../Video/VideoFull/info.js";
|
|
99
|
+
import "../Video/VideoList/info.js";
|
|
100
|
+
import "../Video/VideoListMini/info.js";
|
|
101
|
+
import "../VideoMainBanner/info.js";
|
|
102
|
+
import "../Actions/types.js";
|
|
29
103
|
export {
|
|
30
|
-
|
|
31
|
-
|
|
104
|
+
Yo as ActionCardList,
|
|
105
|
+
Zo as cards,
|
|
106
|
+
_o as propsToEdit
|
|
32
107
|
};
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
const s = {
|
|
4
|
-
title: "Список карточек действий",
|
|
5
|
-
description: "Компонент для отображения списка карточек действий с иконками и ссылками. Используется для представления различных действий или ссылок в виде сетки карточек.",
|
|
6
|
-
types: [o.lists],
|
|
7
|
-
propsToEdit: t
|
|
8
|
-
};
|
|
1
|
+
import "../index-0a5f313c.js";
|
|
2
|
+
import { c as a } from "../info-b0e73398.js";
|
|
9
3
|
export {
|
|
10
|
-
|
|
4
|
+
a as actionCardListInfo
|
|
11
5
|
};
|
|
@@ -31,7 +31,7 @@ import "../PartnersColors/PartnersColors.js";
|
|
|
31
31
|
import "../PreviewList/PreviewList.js";
|
|
32
32
|
import "../Cards/CardImage/CardImage.js";
|
|
33
33
|
import "../Cards/ContentCard/ContentCard.js";
|
|
34
|
-
import "../info-
|
|
34
|
+
import "../info-b0e73398.js";
|
|
35
35
|
import "../Cards/ColoredCard/index.js";
|
|
36
36
|
import "../Cards/FeaturesCard/index.js";
|
|
37
37
|
import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
package/dist/AllComponents.js
CHANGED
|
@@ -8,7 +8,7 @@ import "./CardInfoTable/index.js";
|
|
|
8
8
|
import "./ContentCardList/ContentCardList.js";
|
|
9
9
|
import "./DownloadFile/components/DownloadFileBright/index.js";
|
|
10
10
|
import "./Faq/Faq.js";
|
|
11
|
-
import {
|
|
11
|
+
import { b as Xo, A as Yo } from "./info-b0e73398.js";
|
|
12
12
|
import "./InfoBannerList/InfoBannerList.js";
|
|
13
13
|
import "./IntroBanner/IntroBanner.js";
|
|
14
14
|
import "./MainBanner/MainBanner.js";
|
|
@@ -1,96 +1,97 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { contentCardListInfo as
|
|
15
|
-
import { downloadFileBannerInfo as
|
|
16
|
-
import { downloadFileBrightInfo as
|
|
17
|
-
import { downloadFileFullInfo as
|
|
18
|
-
import { downloadFileHalfInfo as
|
|
19
|
-
import { downloadFileMiniInfo as
|
|
20
|
-
import { faqInfo as
|
|
21
|
-
import { footerInfo as
|
|
22
|
-
import { headerInfo as
|
|
23
|
-
import { heroPossibilityBannerInfo as
|
|
24
|
-
import { htmlContentInfo as
|
|
25
|
-
import { infoBannerInfo as
|
|
26
|
-
import { infoBannerListInfo as
|
|
27
|
-
import { instructionListInfo as
|
|
28
|
-
import { introBannerInfo as
|
|
29
|
-
import { mainBannerInfo as
|
|
30
|
-
import { multiCardsInfo as
|
|
1
|
+
import { w as o, f as r, c as n } from "./info-b0e73398.js";
|
|
2
|
+
import { animatedSwiperInfo as i } from "./AnimatedSwiper/info.js";
|
|
3
|
+
import { bannerInfo as t } from "./Banner/info.js";
|
|
4
|
+
import { bannerAndTextInfo as a } from "./BannerAndText/info.js";
|
|
5
|
+
import { cardIconListInfo as m } from "./CardIconList/info.js";
|
|
6
|
+
import { cardImageListInfo as e } from "./CardImageList/info.js";
|
|
7
|
+
import { cardImageSecondaryInfo as f } from "./CardImageSecondary/info.js";
|
|
8
|
+
import { cardImageSecondaryListInfo as I } from "./CardImageSecondaryList/info.js";
|
|
9
|
+
import { cardInfoTableInfo as d } from "./CardInfoTable/info.js";
|
|
10
|
+
import { cardImageInfo as s } from "./Cards/CardImage/info.js";
|
|
11
|
+
import { coloredCardInfo as p } from "./Cards/ColoredCard/info.js";
|
|
12
|
+
import { contentCardInfo as l } from "./Cards/ContentCard/info.js";
|
|
13
|
+
import { featuresCardInfo as C } from "./Cards/FeaturesCard/info.js";
|
|
14
|
+
import { contentCardListInfo as L } from "./ContentCardList/info.js";
|
|
15
|
+
import { downloadFileBannerInfo as c } from "./DownloadFile/components/DownloadFileBanner/info.js";
|
|
16
|
+
import { downloadFileBrightInfo as B } from "./DownloadFile/components/DownloadFileBright/info.js";
|
|
17
|
+
import { downloadFileFullInfo as w } from "./DownloadFile/components/DownloadFileFull/info.js";
|
|
18
|
+
import { downloadFileHalfInfo as F } from "./DownloadFile/components/DownloadFileHalf/info.js";
|
|
19
|
+
import { downloadFileMiniInfo as g } from "./DownloadFile/components/DownloadFileMini/info.js";
|
|
20
|
+
import { faqInfo as u } from "./Faq/info.js";
|
|
21
|
+
import { footerInfo as S } from "./Footer/info.js";
|
|
22
|
+
import { headerInfo as b } from "./Header/info.js";
|
|
23
|
+
import { heroPossibilityBannerInfo as M } from "./HeroPossibilityBanner/info.js";
|
|
24
|
+
import { htmlContentInfo as P } from "./HtmlContent/info.js";
|
|
25
|
+
import { infoBannerInfo as T } from "./InfoBanner/info.js";
|
|
26
|
+
import { infoBannerListInfo as D } from "./InfoBannerList/info.js";
|
|
27
|
+
import { instructionListInfo as v } from "./InstructionList/info.js";
|
|
28
|
+
import { introBannerInfo as y } from "./IntroBanner/info.js";
|
|
29
|
+
import { mainBannerInfo as h } from "./MainBanner/info.js";
|
|
30
|
+
import { multiCardsInfo as A } from "./MultiCards/info.js";
|
|
31
31
|
import { partnersInfo as H } from "./Partners/info.js";
|
|
32
32
|
import { partnersColorsInfo as k } from "./PartnersColors/info.js";
|
|
33
|
-
import { previewListInfo as
|
|
34
|
-
import { promoPosterInfo as
|
|
35
|
-
import { segmentsInfo as
|
|
36
|
-
import { spaceInfo as
|
|
37
|
-
import { standartTableInfo as
|
|
38
|
-
import { stepperInfo as
|
|
39
|
-
import { swiperListInfo as
|
|
40
|
-
import { tasksBannerInfo as
|
|
41
|
-
import { tasksBannerListInfo as
|
|
42
|
-
import { videoFullInfo as
|
|
43
|
-
import { videoListInfo as
|
|
44
|
-
import { videoListMiniInfo as
|
|
45
|
-
import { videoMainBannerInfo as
|
|
46
|
-
const
|
|
47
|
-
MainBanner:
|
|
48
|
-
Banner:
|
|
49
|
-
BannerAndText:
|
|
50
|
-
CardImageList:
|
|
51
|
-
Stepper:
|
|
52
|
-
Segments:
|
|
53
|
-
VideoFull:
|
|
54
|
-
VideoList:
|
|
55
|
-
VideoListMini:
|
|
56
|
-
ContentCardList:
|
|
57
|
-
CardIconList:
|
|
58
|
-
MultiCards:
|
|
33
|
+
import { previewListInfo as V } from "./PreviewList/info.js";
|
|
34
|
+
import { promoPosterInfo as x } from "./PromoPoster/info.js";
|
|
35
|
+
import { segmentsInfo as q } from "./Segments/info.js";
|
|
36
|
+
import { spaceInfo as W } from "./Space/info.js";
|
|
37
|
+
import { standartTableInfo as j } from "./StandartTable/info.js";
|
|
38
|
+
import { stepperInfo as z } from "./Stepper/info.js";
|
|
39
|
+
import { swiperListInfo as E } from "./SwiperList/info.js";
|
|
40
|
+
import { tasksBannerInfo as G } from "./TasksBanner/info.js";
|
|
41
|
+
import { tasksBannerListInfo as J } from "./TasksBannerList/info.js";
|
|
42
|
+
import { videoFullInfo as K } from "./Video/VideoFull/info.js";
|
|
43
|
+
import { videoListInfo as N } from "./Video/VideoList/info.js";
|
|
44
|
+
import { videoListMiniInfo as O } from "./Video/VideoListMini/info.js";
|
|
45
|
+
import { videoMainBannerInfo as Q } from "./VideoMainBanner/info.js";
|
|
46
|
+
const zo = {
|
|
47
|
+
MainBanner: h,
|
|
48
|
+
Banner: t,
|
|
49
|
+
BannerAndText: a,
|
|
50
|
+
CardImageList: e,
|
|
51
|
+
Stepper: z,
|
|
52
|
+
Segments: q,
|
|
53
|
+
VideoFull: K,
|
|
54
|
+
VideoList: N,
|
|
55
|
+
VideoListMini: O,
|
|
56
|
+
ContentCardList: L,
|
|
57
|
+
CardIconList: m,
|
|
58
|
+
MultiCards: A,
|
|
59
59
|
Partners: H,
|
|
60
60
|
PartnersColors: k,
|
|
61
|
-
WarningCard:
|
|
62
|
-
Faq:
|
|
63
|
-
DownloadFileBanner:
|
|
64
|
-
DownloadFileHalf:
|
|
65
|
-
DownloadFileFull:
|
|
66
|
-
DownloadFileMini:
|
|
67
|
-
InstructionList:
|
|
68
|
-
PreviewList:
|
|
69
|
-
SwiperList:
|
|
70
|
-
AnimatedSwiper:
|
|
71
|
-
InfoBannerList:
|
|
72
|
-
TasksBannerList:
|
|
73
|
-
VideoMainBanner:
|
|
74
|
-
Space:
|
|
75
|
-
PromoPoster:
|
|
76
|
-
CardImageSecondaryList:
|
|
77
|
-
CardInfoTable:
|
|
78
|
-
StandartTable:
|
|
79
|
-
IntroBanner:
|
|
80
|
-
DownloadFileBright:
|
|
81
|
-
Header:
|
|
82
|
-
Footer:
|
|
83
|
-
HtmlContent:
|
|
84
|
-
HeroPossibilityBanner:
|
|
85
|
-
CardImage:
|
|
86
|
-
ContentCard:
|
|
87
|
-
ColoredCard:
|
|
88
|
-
FeaturesCard:
|
|
89
|
-
InfoBanner:
|
|
90
|
-
TasksBanner:
|
|
91
|
-
CardImageSecondary:
|
|
92
|
-
FormDefault:
|
|
61
|
+
WarningCard: o,
|
|
62
|
+
Faq: u,
|
|
63
|
+
DownloadFileBanner: c,
|
|
64
|
+
DownloadFileHalf: F,
|
|
65
|
+
DownloadFileFull: w,
|
|
66
|
+
DownloadFileMini: g,
|
|
67
|
+
InstructionList: v,
|
|
68
|
+
PreviewList: V,
|
|
69
|
+
SwiperList: E,
|
|
70
|
+
AnimatedSwiper: i,
|
|
71
|
+
InfoBannerList: D,
|
|
72
|
+
TasksBannerList: J,
|
|
73
|
+
VideoMainBanner: Q,
|
|
74
|
+
Space: W,
|
|
75
|
+
PromoPoster: x,
|
|
76
|
+
CardImageSecondaryList: I,
|
|
77
|
+
CardInfoTable: d,
|
|
78
|
+
StandartTable: j,
|
|
79
|
+
IntroBanner: y,
|
|
80
|
+
DownloadFileBright: B,
|
|
81
|
+
Header: b,
|
|
82
|
+
Footer: S,
|
|
83
|
+
HtmlContent: P,
|
|
84
|
+
HeroPossibilityBanner: M,
|
|
85
|
+
CardImage: s,
|
|
86
|
+
ContentCard: l,
|
|
87
|
+
ColoredCard: p,
|
|
88
|
+
FeaturesCard: C,
|
|
89
|
+
InfoBanner: T,
|
|
90
|
+
TasksBanner: G,
|
|
91
|
+
CardImageSecondary: f,
|
|
92
|
+
FormDefault: r,
|
|
93
|
+
ActionCardList: n
|
|
93
94
|
};
|
|
94
95
|
export {
|
|
95
|
-
|
|
96
|
+
zo as AllComponentsInfo
|
|
96
97
|
};
|
|
@@ -29,7 +29,7 @@ import "../../PartnersColors/PartnersColors.js";
|
|
|
29
29
|
import "../../PreviewList/PreviewList.js";
|
|
30
30
|
import "../CardImage/CardImage.js";
|
|
31
31
|
import "../ContentCard/ContentCard.js";
|
|
32
|
-
import { W as Zr, p as _r } from "../../info-
|
|
32
|
+
import { W as Zr, p as _r } from "../../info-b0e73398.js";
|
|
33
33
|
import "../ColoredCard/index.js";
|
|
34
34
|
import "../FeaturesCard/index.js";
|
|
35
35
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -3,12 +3,12 @@ import "react";
|
|
|
3
3
|
import "../../index-a0ed2e4a.js";
|
|
4
4
|
import "../../index-875e92ce.js";
|
|
5
5
|
import "../../const-53dff524.js";
|
|
6
|
-
import { F as d
|
|
6
|
+
import { F, l as d } from "../../info-b0e73398.js";
|
|
7
7
|
import "../../ComponentContainer-dca711c6.js";
|
|
8
8
|
import "../../useScreenSize-c1b64c02.js";
|
|
9
9
|
import "../../requestForm-23442a57.js";
|
|
10
10
|
import "../../index-6686852d.js";
|
|
11
11
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
F as FormDefault,
|
|
13
|
+
d as propsToEdit
|
|
14
14
|
};
|
|
@@ -28,7 +28,7 @@ import "../../PartnersColors/PartnersColors.js";
|
|
|
28
28
|
import "../../PreviewList/PreviewList.js";
|
|
29
29
|
import "../../Cards/CardImage/CardImage.js";
|
|
30
30
|
import "../../Cards/ContentCard/ContentCard.js";
|
|
31
|
-
import {
|
|
31
|
+
import { k as $o, f as or, j as rr, i as mr } from "../../info-b0e73398.js";
|
|
32
32
|
import "../../Cards/ColoredCard/index.js";
|
|
33
33
|
import "../../Cards/FeaturesCard/index.js";
|
|
34
34
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -28,7 +28,7 @@ import "../../PartnersColors/PartnersColors.js";
|
|
|
28
28
|
import "../../PreviewList/PreviewList.js";
|
|
29
29
|
import "../../Cards/CardImage/CardImage.js";
|
|
30
30
|
import "../../Cards/ContentCard/ContentCard.js";
|
|
31
|
-
import {
|
|
31
|
+
import { h as Wo, g as Xo } from "../../info-b0e73398.js";
|
|
32
32
|
import "../../Cards/ColoredCard/index.js";
|
|
33
33
|
import "../../Cards/FeaturesCard/index.js";
|
|
34
34
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -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-85b79665.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(
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { W as r, F as o, a as m } from "./info-b0e73398.js";
|
|
2
|
+
import t from "./AnimatedSwiper/index.js";
|
|
3
|
+
import { Banner as i } from "./Banner/Banner.js";
|
|
4
|
+
import { BannerAndText as a } from "./BannerAndText/index.js";
|
|
5
|
+
import { CardIconList as n } from "./CardIconList/CardIconList.js";
|
|
6
|
+
import { CardImageList as e } from "./CardImageList/CardImageList.js";
|
|
7
|
+
import { CardImageSecondary as p } from "./CardImageSecondary/CardImageSecondary.js";
|
|
8
|
+
import { CardImageSecondaryList as f } from "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
9
|
+
import { CardInfoTable as s } from "./CardInfoTable/index.js";
|
|
10
|
+
import { CardImage as d } from "./Cards/CardImage/CardImage.js";
|
|
11
|
+
import { ColoredCard as l } from "./Cards/ColoredCard/index.js";
|
|
12
|
+
import { ContentCard as C } from "./Cards/ContentCard/ContentCard.js";
|
|
13
|
+
import { FeaturesCard as B } from "./Cards/FeaturesCard/index.js";
|
|
14
|
+
import { ContentCardList as F } from "./ContentCardList/ContentCardList.js";
|
|
15
|
+
import { DownloadFileBanner as L } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
16
|
+
import { DownloadFileBright as c } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
17
|
+
import { DownloadFileFull as I } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
18
|
+
import { DownloadFileHalf as S } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
19
|
+
import { DownloadFileMini as w } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
20
|
+
import { FileBannerSecondary as g } from "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
|
|
21
|
+
import { Faq as u } from "./Faq/Faq.js";
|
|
22
|
+
import { Footer as D } from "./Footer/Footer.js";
|
|
23
|
+
import { Header as M } from "./Header/Header.js";
|
|
24
|
+
import { HeroPossibilityBanner as P } from "./HeroPossibilityBanner/index.js";
|
|
25
|
+
import { HtmlContent as T } from "./HtmlContent/HtmlContent.js";
|
|
26
|
+
import { InfoBanner as y } from "./InfoBanner/index.js";
|
|
27
|
+
import { InfoBannerList as H } from "./InfoBannerList/InfoBannerList.js";
|
|
28
|
+
import { InstructionList as V } from "./InstructionList/InstructionList.js";
|
|
29
|
+
import { IntroBanner as b } from "./IntroBanner/IntroBanner.js";
|
|
30
|
+
import { MainBanner as k } from "./MainBanner/MainBanner.js";
|
|
31
|
+
import { MultiCards as A } from "./MultiCards/index.js";
|
|
32
|
+
import { Partners as x } from "./Partners/Partners.js";
|
|
33
|
+
import { PartnersColors as W } from "./PartnersColors/PartnersColors.js";
|
|
34
|
+
import { PreviewList as h } from "./PreviewList/PreviewList.js";
|
|
35
|
+
import { PromoPoster as q } from "./PromoPoster/PromoPoster.js";
|
|
36
|
+
import { Segments as v } from "./Segments/Segments.js";
|
|
37
|
+
import { Space as j } from "./Space/Space.js";
|
|
38
|
+
import { StandartTable as z } from "./StandartTable/index.js";
|
|
39
|
+
import { Stepper as E } from "./Stepper/Stepper.js";
|
|
40
|
+
import { SwiperList as G } from "./SwiperList/SwiperList.js";
|
|
41
|
+
import { TasksBanner as J } from "./TasksBanner/TasksBanner.js";
|
|
42
|
+
import { TasksBannerList as K } from "./TasksBannerList/TasksBannerList.js";
|
|
43
|
+
import { TitleBlock as N } from "./TitleBlock/TitleBlock.js";
|
|
44
|
+
import { VideoFull as O } from "./Video/VideoFull/VideoFull.js";
|
|
45
|
+
import { VideoList as Q } from "./Video/VideoList/VideoList.js";
|
|
46
|
+
import { VideoListMini as R } from "./Video/VideoListMini/VideoListMini.js";
|
|
47
|
+
import { VideoMainBanner as U } from "./VideoMainBanner/VideoMainBanner.js";
|
|
48
|
+
const Jr = {
|
|
49
|
+
Banner: i,
|
|
50
|
+
BannerAndText: a,
|
|
51
|
+
CardImageList: e,
|
|
52
|
+
Stepper: E,
|
|
53
|
+
Segments: v,
|
|
54
|
+
VideoFull: O,
|
|
55
|
+
VideoList: Q,
|
|
56
|
+
VideoListMini: R,
|
|
57
|
+
ContentCardList: F,
|
|
58
|
+
CardIconList: n,
|
|
59
|
+
MultiCards: A,
|
|
60
|
+
Partners: x,
|
|
61
|
+
PartnersColors: W,
|
|
62
|
+
MainBanner: k,
|
|
63
|
+
WarningCard: r,
|
|
64
|
+
Faq: u,
|
|
65
|
+
DownloadFileBanner: L,
|
|
66
|
+
DownloadFileHalf: S,
|
|
67
|
+
DownloadFileFull: I,
|
|
68
|
+
DownloadFileMini: w,
|
|
69
|
+
InstructionList: V,
|
|
70
|
+
PreviewList: h,
|
|
71
|
+
SwiperList: G,
|
|
72
|
+
AnimatedSwiper: t,
|
|
73
|
+
InfoBannerList: H,
|
|
74
|
+
TasksBannerList: K,
|
|
75
|
+
VideoMainBanner: U,
|
|
76
|
+
Space: j,
|
|
77
|
+
PromoPoster: q,
|
|
78
|
+
CardImageSecondaryList: f,
|
|
79
|
+
CardInfoTable: s,
|
|
80
|
+
StandartTable: z,
|
|
81
|
+
IntroBanner: b,
|
|
82
|
+
DownloadFileBright: c,
|
|
83
|
+
FormDefault: o,
|
|
84
|
+
Header: M,
|
|
85
|
+
Footer: D,
|
|
86
|
+
HtmlContent: T,
|
|
87
|
+
HeroPossibilityBanner: P,
|
|
88
|
+
CardImage: d,
|
|
89
|
+
ContentCard: C,
|
|
90
|
+
ColoredCard: l,
|
|
91
|
+
FeaturesCard: B,
|
|
92
|
+
InfoBanner: y,
|
|
93
|
+
TasksBanner: J,
|
|
94
|
+
CardImageSecondary: p,
|
|
95
|
+
FileBannerSecondary: g,
|
|
96
|
+
TitleBlock: N,
|
|
97
|
+
ActionCardList: m
|
|
98
|
+
};
|
|
99
|
+
export {
|
|
100
|
+
Jr as c
|
|
101
|
+
};
|