md-components-mdigial-azamat 0.0.63 → 0.0.64
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.
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import { jsxs as a, jsx as e, Fragment as _ } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef as S, useState as k } from "react";
|
|
3
|
-
import { u as
|
|
3
|
+
import { u as P } from "../../index.esm-67811428.js";
|
|
4
4
|
import { B as L } from "../../index-875e92ce.js";
|
|
5
|
-
import { a as
|
|
5
|
+
import { a as R, b as D } from "../../const-53dff524.js";
|
|
6
6
|
import { c as x } from "../../cn-6a4bf187.js";
|
|
7
|
+
import { C as E } from "../../ComponentContainer-cdb2528c.js";
|
|
8
|
+
import { u as M } from "../../useScreenSize-c1b64c02.js";
|
|
7
9
|
const B = S(
|
|
8
|
-
({ className:
|
|
10
|
+
({ className: i, label: s, error: o, ...n }, l) => /* @__PURE__ */ a("div", { className: "w-full", children: [
|
|
9
11
|
/* @__PURE__ */ a("label", { className: "flex items-start gap-3 cursor-pointer group", children: [
|
|
10
12
|
/* @__PURE__ */ a("div", { className: "relative flex items-center justify-center mt-0.5", children: [
|
|
11
13
|
/* @__PURE__ */ e(
|
|
@@ -13,8 +15,8 @@ const B = S(
|
|
|
13
15
|
{
|
|
14
16
|
type: "checkbox",
|
|
15
17
|
className: "peer sr-only",
|
|
16
|
-
ref:
|
|
17
|
-
...
|
|
18
|
+
ref: l,
|
|
19
|
+
...n
|
|
18
20
|
}
|
|
19
21
|
),
|
|
20
22
|
/* @__PURE__ */ e(
|
|
@@ -32,7 +34,7 @@ const B = S(
|
|
|
32
34
|
"after:rotate-45 after:-translate-x-[2px] after:translate-y-[-2px] after:top-1/2 after:left-1/2",
|
|
33
35
|
"after:translate-y-[-50%] after:translate-x-[-50%] peer-checked:after:opacity-100",
|
|
34
36
|
o && "border-red-500",
|
|
35
|
-
|
|
37
|
+
i
|
|
36
38
|
)
|
|
37
39
|
}
|
|
38
40
|
)
|
|
@@ -54,8 +56,8 @@ const B = S(
|
|
|
54
56
|
);
|
|
55
57
|
B.displayName = "Checkbox";
|
|
56
58
|
const p = S(
|
|
57
|
-
({ className:
|
|
58
|
-
|
|
59
|
+
({ className: i, type: s, error: o, label: n, ...l }, m) => /* @__PURE__ */ a("div", { className: "w-full", children: [
|
|
60
|
+
n && /* @__PURE__ */ e("label", { className: "block text-sm font-medium text-blackBG mb-2", children: n }),
|
|
59
61
|
/* @__PURE__ */ e(
|
|
60
62
|
"input",
|
|
61
63
|
{
|
|
@@ -68,44 +70,44 @@ const p = S(
|
|
|
68
70
|
"focus:border-greenLight focus:outline-none focus:shadow-[0_0_0_4px_rgba(22,163,74,0.15)] focus:ring-0",
|
|
69
71
|
"disabled:cursor-not-allowed disabled:opacity-50 disabled:bg-lightGray",
|
|
70
72
|
o && "border-red-500 hover:border-red-500 focus:border-red-500 focus:shadow-[0_0_0_4px_rgba(239,68,68,0.15)]",
|
|
71
|
-
|
|
73
|
+
i
|
|
72
74
|
),
|
|
73
75
|
ref: m,
|
|
74
|
-
...
|
|
76
|
+
...l
|
|
75
77
|
}
|
|
76
78
|
),
|
|
77
79
|
o && /* @__PURE__ */ e("p", { className: "mt-2 text-sm text-red-500", children: o })
|
|
78
80
|
] })
|
|
79
81
|
);
|
|
80
82
|
p.displayName = "Input";
|
|
81
|
-
const
|
|
82
|
-
title:
|
|
83
|
+
const V = ["title", "subtitle", "color"], W = ({
|
|
84
|
+
title: i,
|
|
83
85
|
subtitle: s,
|
|
84
86
|
color: o,
|
|
85
|
-
gridCols:
|
|
86
|
-
gridRow:
|
|
87
|
+
gridCols: n = 2,
|
|
88
|
+
gridRow: l = 2
|
|
87
89
|
}) => {
|
|
88
90
|
var b, w, y, v, N;
|
|
89
|
-
const [m, u] = k(!1), [
|
|
91
|
+
const [m, u] = k(!1), [f, h] = k(!1), C = M(960), {
|
|
90
92
|
register: d,
|
|
91
93
|
handleSubmit: j,
|
|
92
|
-
watch:
|
|
94
|
+
watch: z,
|
|
93
95
|
reset: F,
|
|
94
96
|
formState: { errors: c }
|
|
95
|
-
} =
|
|
97
|
+
} = P({
|
|
96
98
|
defaultValues: {
|
|
97
99
|
fio: "",
|
|
98
100
|
phone: "",
|
|
99
101
|
business_category: "",
|
|
100
102
|
agreement: !1
|
|
101
103
|
}
|
|
102
|
-
}), G =
|
|
104
|
+
}), G = z("agreement"), T = async (t) => {
|
|
103
105
|
try {
|
|
104
|
-
|
|
106
|
+
h(!0), console.log("Form submitted:", t), await new Promise((r) => setTimeout(r, 1e3)), u(!0);
|
|
105
107
|
} catch (r) {
|
|
106
108
|
console.error("Error submitting form:", r);
|
|
107
109
|
} finally {
|
|
108
|
-
|
|
110
|
+
h(!1);
|
|
109
111
|
}
|
|
110
112
|
}, g = (t) => {
|
|
111
113
|
const r = /^[а-яА-ЯёЁa-zA-Z\s-]+$/;
|
|
@@ -113,11 +115,11 @@ const D = ["title", "subtitle", "color"], E = ({
|
|
|
113
115
|
}, $ = (t) => {
|
|
114
116
|
const r = /^0\d{9}$/;
|
|
115
117
|
return t ? r.test(t) ? !0 : "Некорректный номер телефона" : "Поле обязательно для заполнения";
|
|
116
|
-
},
|
|
118
|
+
}, I = (t) => {
|
|
117
119
|
let r = t.target.value.replace(/\D/g, "");
|
|
118
120
|
r.length > 0 && !r.startsWith("0") && (r = "0" + r), t.target.value = r.slice(0, 10);
|
|
119
121
|
};
|
|
120
|
-
return /* @__PURE__ */ e(
|
|
122
|
+
return /* @__PURE__ */ e(E, { children: /* @__PURE__ */ e(
|
|
121
123
|
"form",
|
|
122
124
|
{
|
|
123
125
|
onSubmit: j(T),
|
|
@@ -132,7 +134,7 @@ const D = ["title", "subtitle", "color"], E = ({
|
|
|
132
134
|
className: "bg-white rounded-[24px] shadow-[0px_8px_24px_rgba(0,0,0,0.08),0px_-8px_0px_#45464b] w-full flex flex-col items-center justify-center py-[72px] px-[96px] max-tablet:py-[40px] max-tablet:px-[32px] transition-all duration-300 hover:shadow-[0px_12px_32px_rgba(0,0,0,0.12),0px_-8px_0px_#45464b] mt-[8px]",
|
|
133
135
|
children: [
|
|
134
136
|
/* @__PURE__ */ a("div", { className: "text-center mb-10 max-tablet:mb-8", children: [
|
|
135
|
-
/* @__PURE__ */ e("h2", { className: "text-[36px] leading-[44px] font-semibold m-0 mb-3 text-blackBG max-tablet:text-[28px] max-tablet:leading-[36px]", children:
|
|
137
|
+
/* @__PURE__ */ e("h2", { className: "text-[36px] leading-[44px] font-semibold m-0 mb-3 text-blackBG max-tablet:text-[28px] max-tablet:leading-[36px]", children: i }),
|
|
136
138
|
/* @__PURE__ */ e("span", { className: "text-[18px] leading-[26px] text-graySoft max-tablet:text-[16px] max-tablet:leading-[24px]", children: s })
|
|
137
139
|
] }),
|
|
138
140
|
m ? /* @__PURE__ */ e("div", { className: "flex flex-col items-center w-[640px] gap-8 max-tablet:w-full animate-in fade-in duration-500", children: /* @__PURE__ */ a("div", { className: "text-center", children: [
|
|
@@ -174,8 +176,8 @@ const D = ["title", "subtitle", "color"], E = ({
|
|
|
174
176
|
{
|
|
175
177
|
className: "w-[640px] mb-8 max-tablet:w-full grid gap-6",
|
|
176
178
|
style: {
|
|
177
|
-
gridTemplateColumns: `repeat(${
|
|
178
|
-
gridTemplateRows: `repeat(${
|
|
179
|
+
gridTemplateColumns: `repeat(${C ? 1 : n}, 1fr)`,
|
|
180
|
+
gridTemplateRows: `repeat(${l}, auto)`
|
|
179
181
|
},
|
|
180
182
|
children: [
|
|
181
183
|
/* @__PURE__ */ e(
|
|
@@ -196,7 +198,7 @@ const D = ["title", "subtitle", "color"], E = ({
|
|
|
196
198
|
inputMode: "numeric",
|
|
197
199
|
...d("phone", {
|
|
198
200
|
validate: $,
|
|
199
|
-
onChange:
|
|
201
|
+
onChange: I
|
|
200
202
|
}),
|
|
201
203
|
error: (w = c.phone) == null ? void 0 : w.message,
|
|
202
204
|
maxLength: 10
|
|
@@ -250,12 +252,12 @@ const D = ["title", "subtitle", "color"], E = ({
|
|
|
250
252
|
/* @__PURE__ */ e("div", { className: "mt-6 w-[640px] max-tablet:w-full", children: /* @__PURE__ */ e(
|
|
251
253
|
L,
|
|
252
254
|
{
|
|
253
|
-
loading:
|
|
255
|
+
loading: f,
|
|
254
256
|
className: "w-full whitespace-nowrap transition-all duration-200 hover:scale-[1.02] active:scale-[0.98]",
|
|
255
257
|
type: "submit",
|
|
256
|
-
size:
|
|
257
|
-
variant:
|
|
258
|
-
disabled: !G ||
|
|
258
|
+
size: R.XL,
|
|
259
|
+
variant: D.Primary,
|
|
260
|
+
disabled: !G || f,
|
|
259
261
|
children: "Отправить заявку"
|
|
260
262
|
}
|
|
261
263
|
) })
|
|
@@ -264,10 +266,10 @@ const D = ["title", "subtitle", "color"], E = ({
|
|
|
264
266
|
}
|
|
265
267
|
)
|
|
266
268
|
}
|
|
267
|
-
);
|
|
269
|
+
) });
|
|
268
270
|
};
|
|
269
|
-
|
|
271
|
+
W.propsToEdit = V;
|
|
270
272
|
export {
|
|
271
|
-
|
|
272
|
-
|
|
273
|
+
W as FormDefault,
|
|
274
|
+
V as propsToEdit
|
|
273
275
|
};
|
|
@@ -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-b362ea08.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,97 @@
|
|
|
1
|
+
import r from "./AnimatedSwiper/index.js";
|
|
2
|
+
import { Banner as o } from "./Banner/Banner.js";
|
|
3
|
+
import { BannerAndText as m } from "./BannerAndText/index.js";
|
|
4
|
+
import { CardIconList as t } from "./CardIconList/CardIconList.js";
|
|
5
|
+
import { CardImageList as i } from "./CardImageList/CardImageList.js";
|
|
6
|
+
import { CardImageSecondary as n } from "./CardImageSecondary/CardImageSecondary.js";
|
|
7
|
+
import { CardImageSecondaryList as a } from "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
8
|
+
import { CardInfoTable as e } from "./CardInfoTable/index.js";
|
|
9
|
+
import { CardImage as p } from "./Cards/CardImage/CardImage.js";
|
|
10
|
+
import { ColoredCard as f } from "./Cards/ColoredCard/index.js";
|
|
11
|
+
import { ContentCard as s } from "./Cards/ContentCard/ContentCard.js";
|
|
12
|
+
import { F as d } from "./index-dbe5f044.js";
|
|
13
|
+
import { WarningCard as l } from "./Cards/WarningCard/WarningCard.js";
|
|
14
|
+
import { ContentCardList as C } from "./ContentCardList/ContentCardList.js";
|
|
15
|
+
import { DownloadFileBanner as B } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
16
|
+
import { DownloadFileBright as F } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
17
|
+
import { DownloadFileFull as L } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
18
|
+
import { DownloadFileHalf as I } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
19
|
+
import { DownloadFileMini as c } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
20
|
+
import { Faq as w } from "./Faq/Faq.js";
|
|
21
|
+
import { Footer as S } from "./Footer/Footer.js";
|
|
22
|
+
import { FormDefault as g } from "./Forms/FormDefault/index.js";
|
|
23
|
+
import { Header as u } from "./Header/Header.js";
|
|
24
|
+
import { HeroPossibilityBanner as D } from "./HeroPossibilityBanner/index.js";
|
|
25
|
+
import { HtmlContent as M } from "./HtmlContent/HtmlContent.js";
|
|
26
|
+
import { InfoBanner as P } from "./InfoBanner/index.js";
|
|
27
|
+
import { InfoBannerList as T } from "./InfoBannerList/InfoBannerList.js";
|
|
28
|
+
import { InstructionList as H } from "./InstructionList/InstructionList.js";
|
|
29
|
+
import { IntroBanner as V } from "./IntroBanner/IntroBanner.js";
|
|
30
|
+
import { MainBanner as b } from "./MainBanner/MainBanner.js";
|
|
31
|
+
import { MultiCards as y } from "./MultiCards/index.js";
|
|
32
|
+
import { Partners as k } from "./Partners/Partners.js";
|
|
33
|
+
import { PartnersColors as x } from "./PartnersColors/PartnersColors.js";
|
|
34
|
+
import { PreviewList as A } from "./PreviewList/PreviewList.js";
|
|
35
|
+
import { PromoPoster as h } from "./PromoPoster/PromoPoster.js";
|
|
36
|
+
import { Segments as q } from "./Segments/Segments.js";
|
|
37
|
+
import { Space as v } from "./Space/Space.js";
|
|
38
|
+
import { StandartTable as W } from "./StandartTable/index.js";
|
|
39
|
+
import { Stepper as j } from "./Stepper/Stepper.js";
|
|
40
|
+
import { SwiperList as z } from "./SwiperList/SwiperList.js";
|
|
41
|
+
import { TasksBanner as E } from "./TasksBanner/TasksBanner.js";
|
|
42
|
+
import { TasksBannerList as G } from "./TasksBannerList/TasksBannerList.js";
|
|
43
|
+
import { VideoFull as J } from "./Video/VideoFull/VideoFull.js";
|
|
44
|
+
import { VideoList as K } from "./Video/VideoList/VideoList.js";
|
|
45
|
+
import { VideoListMini as N } from "./Video/VideoListMini/VideoListMini.js";
|
|
46
|
+
import { VideoMainBanner as O } from "./VideoMainBanner/VideoMainBanner.js";
|
|
47
|
+
const jr = {
|
|
48
|
+
Banner: o,
|
|
49
|
+
BannerAndText: m,
|
|
50
|
+
CardImageList: i,
|
|
51
|
+
Stepper: j,
|
|
52
|
+
Segments: q,
|
|
53
|
+
VideoFull: J,
|
|
54
|
+
VideoList: K,
|
|
55
|
+
VideoListMini: N,
|
|
56
|
+
ContentCardList: C,
|
|
57
|
+
CardIconList: t,
|
|
58
|
+
MultiCards: y,
|
|
59
|
+
Partners: k,
|
|
60
|
+
PartnersColors: x,
|
|
61
|
+
MainBanner: b,
|
|
62
|
+
WarningCard: l,
|
|
63
|
+
Faq: w,
|
|
64
|
+
DownloadFileBanner: B,
|
|
65
|
+
DownloadFileHalf: I,
|
|
66
|
+
DownloadFileFull: L,
|
|
67
|
+
DownloadFileMini: c,
|
|
68
|
+
InstructionList: H,
|
|
69
|
+
PreviewList: A,
|
|
70
|
+
SwiperList: z,
|
|
71
|
+
AnimatedSwiper: r,
|
|
72
|
+
InfoBannerList: T,
|
|
73
|
+
TasksBannerList: G,
|
|
74
|
+
VideoMainBanner: O,
|
|
75
|
+
Space: v,
|
|
76
|
+
PromoPoster: h,
|
|
77
|
+
CardImageSecondaryList: a,
|
|
78
|
+
CardInfoTable: e,
|
|
79
|
+
StandartTable: W,
|
|
80
|
+
IntroBanner: V,
|
|
81
|
+
DownloadFileBright: F,
|
|
82
|
+
FormDefault: g,
|
|
83
|
+
Header: u,
|
|
84
|
+
Footer: S,
|
|
85
|
+
HtmlContent: M,
|
|
86
|
+
HeroPossibilityBanner: D,
|
|
87
|
+
CardImage: p,
|
|
88
|
+
ContentCard: s,
|
|
89
|
+
ColoredCard: f,
|
|
90
|
+
FeaturesCard: d,
|
|
91
|
+
InfoBanner: P,
|
|
92
|
+
TasksBanner: E,
|
|
93
|
+
CardImageSecondary: n
|
|
94
|
+
};
|
|
95
|
+
export {
|
|
96
|
+
jr as c
|
|
97
|
+
};
|
package/package.json
CHANGED
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
import r from "./AnimatedSwiper/index.js";
|
|
2
|
-
import { Banner as o } from "./Banner/Banner.js";
|
|
3
|
-
import { BannerAndText as m } from "./BannerAndText/index.js";
|
|
4
|
-
import { CardIconList as t } from "./CardIconList/CardIconList.js";
|
|
5
|
-
import { CardImageList as i } from "./CardImageList/CardImageList.js";
|
|
6
|
-
import { CardImageSecondary as p } from "./CardImageSecondary/CardImageSecondary.js";
|
|
7
|
-
import { CardImageSecondaryList as n } from "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
8
|
-
import { CardInfoTable as a } from "./CardInfoTable/index.js";
|
|
9
|
-
import { CardImage as e } from "./Cards/CardImage/CardImage.js";
|
|
10
|
-
import { ColoredCard as f } from "./Cards/ColoredCard/index.js";
|
|
11
|
-
import { ContentCard as s } from "./Cards/ContentCard/ContentCard.js";
|
|
12
|
-
import { F as d } from "./index-dbe5f044.js";
|
|
13
|
-
import { WarningCard as l } from "./Cards/WarningCard/WarningCard.js";
|
|
14
|
-
import { ContentCardList as C } from "./ContentCardList/ContentCardList.js";
|
|
15
|
-
import { DownloadFileBanner as B } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
16
|
-
import { DownloadFileBright as F } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
17
|
-
import { DownloadFileFull as L } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
18
|
-
import { DownloadFileHalf as I } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
19
|
-
import { DownloadFileMini as c } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
20
|
-
import { Faq as w } from "./Faq/Faq.js";
|
|
21
|
-
import { Footer as S } from "./Footer/Footer.js";
|
|
22
|
-
import { Header as g } from "./Header/Header.js";
|
|
23
|
-
import { HeroPossibilityBanner as u } from "./HeroPossibilityBanner/index.js";
|
|
24
|
-
import { HtmlContent as D } from "./HtmlContent/HtmlContent.js";
|
|
25
|
-
import { InfoBanner as M } from "./InfoBanner/index.js";
|
|
26
|
-
import { InfoBannerList as P } from "./InfoBannerList/InfoBannerList.js";
|
|
27
|
-
import { InstructionList as T } from "./InstructionList/InstructionList.js";
|
|
28
|
-
import { IntroBanner as H } from "./IntroBanner/IntroBanner.js";
|
|
29
|
-
import { MainBanner as V } from "./MainBanner/MainBanner.js";
|
|
30
|
-
import { MultiCards as b } from "./MultiCards/index.js";
|
|
31
|
-
import { Partners as y } from "./Partners/Partners.js";
|
|
32
|
-
import { PartnersColors as k } from "./PartnersColors/PartnersColors.js";
|
|
33
|
-
import { PreviewList as x } from "./PreviewList/PreviewList.js";
|
|
34
|
-
import { PromoPoster as A } from "./PromoPoster/PromoPoster.js";
|
|
35
|
-
import { Segments as h } from "./Segments/Segments.js";
|
|
36
|
-
import { Space as q } from "./Space/Space.js";
|
|
37
|
-
import { StandartTable as v } from "./StandartTable/index.js";
|
|
38
|
-
import { Stepper as W } from "./Stepper/Stepper.js";
|
|
39
|
-
import { SwiperList as j } from "./SwiperList/SwiperList.js";
|
|
40
|
-
import { TasksBanner as z } from "./TasksBanner/TasksBanner.js";
|
|
41
|
-
import { TasksBannerList as E } from "./TasksBannerList/TasksBannerList.js";
|
|
42
|
-
import { VideoFull as G } from "./Video/VideoFull/VideoFull.js";
|
|
43
|
-
import { VideoList as J } from "./Video/VideoList/VideoList.js";
|
|
44
|
-
import { VideoListMini as K } from "./Video/VideoListMini/VideoListMini.js";
|
|
45
|
-
import { VideoMainBanner as N } from "./VideoMainBanner/VideoMainBanner.js";
|
|
46
|
-
import "./ConfigProvider/index.js";
|
|
47
|
-
import "./Faq/components/Collapse/Collapse.js";
|
|
48
|
-
import "react/jsx-runtime";
|
|
49
|
-
import "react";
|
|
50
|
-
import "./index-875e92ce.js";
|
|
51
|
-
import "./const-53dff524.js";
|
|
52
|
-
import "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
53
|
-
import "./PreviewList/components/PreviewCard/PreviewCard.js";
|
|
54
|
-
import { FormDefault as O } from "./Forms/FormDefault/index.js";
|
|
55
|
-
import "./AllComponents.js";
|
|
56
|
-
import "./AnimatedSwiper/info.js";
|
|
57
|
-
import "./Banner/info.js";
|
|
58
|
-
import "./BannerAndText/info.js";
|
|
59
|
-
import "./CardIconList/info.js";
|
|
60
|
-
import "./CardImageList/info.js";
|
|
61
|
-
import "./CardImageSecondary/info.js";
|
|
62
|
-
import "./CardImageSecondaryList/info.js";
|
|
63
|
-
import "./CardInfoTable/info.js";
|
|
64
|
-
import "./Cards/CardImage/info.js";
|
|
65
|
-
import "./Cards/ColoredCard/info.js";
|
|
66
|
-
import "./Cards/ContentCard/info.js";
|
|
67
|
-
import "./Cards/FeaturesCard/info.js";
|
|
68
|
-
import "./Cards/WarningCard/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 "./Forms/FormDefault/info.js";
|
|
78
|
-
import "./Header/info.js";
|
|
79
|
-
import "./HeroPossibilityBanner/info.js";
|
|
80
|
-
import "./InfoBanner/info.js";
|
|
81
|
-
import "./InfoBannerList/info.js";
|
|
82
|
-
import "./InstructionList/info.js";
|
|
83
|
-
import "./IntroBanner/info.js";
|
|
84
|
-
import "./MainBanner/info.js";
|
|
85
|
-
import "./MultiCards/info.js";
|
|
86
|
-
import "./Partners/info.js";
|
|
87
|
-
import "./PartnersColors/info.js";
|
|
88
|
-
import "./PreviewList/info.js";
|
|
89
|
-
import "./PromoPoster/info.js";
|
|
90
|
-
import "./Segments/info.js";
|
|
91
|
-
import "./Space/info.js";
|
|
92
|
-
import "./StandartTable/info.js";
|
|
93
|
-
import "./Stepper/info.js";
|
|
94
|
-
import "./SwiperList/info.js";
|
|
95
|
-
import "./TasksBanner/info.js";
|
|
96
|
-
import "./TasksBannerList/info.js";
|
|
97
|
-
import "./Video/VideoFull/info.js";
|
|
98
|
-
import "./Video/VideoList/info.js";
|
|
99
|
-
import "./Video/VideoListMini/info.js";
|
|
100
|
-
import "./VideoMainBanner/info.js";
|
|
101
|
-
const zo = {
|
|
102
|
-
Banner: o,
|
|
103
|
-
BannerAndText: m,
|
|
104
|
-
CardImageList: i,
|
|
105
|
-
Stepper: W,
|
|
106
|
-
Segments: h,
|
|
107
|
-
VideoFull: G,
|
|
108
|
-
VideoList: J,
|
|
109
|
-
VideoListMini: K,
|
|
110
|
-
ContentCardList: C,
|
|
111
|
-
CardIconList: t,
|
|
112
|
-
MultiCards: b,
|
|
113
|
-
Partners: y,
|
|
114
|
-
PartnersColors: k,
|
|
115
|
-
MainBanner: V,
|
|
116
|
-
WarningCard: l,
|
|
117
|
-
Faq: w,
|
|
118
|
-
DownloadFileBanner: B,
|
|
119
|
-
DownloadFileHalf: I,
|
|
120
|
-
DownloadFileFull: L,
|
|
121
|
-
DownloadFileMini: c,
|
|
122
|
-
InstructionList: T,
|
|
123
|
-
PreviewList: x,
|
|
124
|
-
SwiperList: j,
|
|
125
|
-
AnimatedSwiper: r,
|
|
126
|
-
InfoBannerList: P,
|
|
127
|
-
TasksBannerList: E,
|
|
128
|
-
VideoMainBanner: N,
|
|
129
|
-
Space: q,
|
|
130
|
-
PromoPoster: A,
|
|
131
|
-
CardImageSecondaryList: n,
|
|
132
|
-
CardInfoTable: a,
|
|
133
|
-
StandartTable: v,
|
|
134
|
-
IntroBanner: H,
|
|
135
|
-
DownloadFileBright: F,
|
|
136
|
-
FormDefault: O,
|
|
137
|
-
Header: g,
|
|
138
|
-
Footer: S,
|
|
139
|
-
HtmlContent: D,
|
|
140
|
-
HeroPossibilityBanner: u,
|
|
141
|
-
CardImage: e,
|
|
142
|
-
ContentCard: s,
|
|
143
|
-
ColoredCard: f,
|
|
144
|
-
FeaturesCard: d,
|
|
145
|
-
InfoBanner: M,
|
|
146
|
-
TasksBanner: z,
|
|
147
|
-
CardImageSecondary: p
|
|
148
|
-
};
|
|
149
|
-
export {
|
|
150
|
-
zo as c
|
|
151
|
-
};
|