md-components-mdigial-azamat 0.0.56 → 0.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AllComponents.js +76 -69
- package/dist/AnimatedSwiper/info.js +1 -1
- package/dist/Banner/info.js +1 -1
- package/dist/BannerAndText/info.js +1 -1
- package/dist/CardIconList/info.js +1 -1
- package/dist/CardImageList/info.js +1 -1
- package/dist/CardImageSecondary/info.js +1 -1
- package/dist/CardImageSecondaryList/info.js +1 -1
- package/dist/CardInfoTable/info.js +1 -1
- 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/info.js +1 -1
- package/dist/Cards/WarningCard/info.js +1 -1
- package/dist/ContentCardList/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +21 -19
- package/dist/DownloadFile/components/DownloadFileHalf/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/info.js +1 -1
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +37 -1043
- package/dist/Faq/info.js +1 -1
- package/dist/Footer/info.js +1 -1
- package/dist/Forms/FormDefault/index.js +316 -0
- package/dist/Forms/FormDefault/info.js +20 -0
- package/dist/Header/info.js +1 -1
- package/dist/HeroPossibilityBanner/info.js +1 -1
- package/dist/InfoBanner/info.js +1 -1
- package/dist/InfoBannerList/info.js +1 -1
- package/dist/InstructionList/info.js +1 -1
- package/dist/IntroBanner/info.js +1 -1
- package/dist/MainBanner/info.js +1 -1
- package/dist/MultiCards/info.js +1 -1
- package/dist/Partners/info.js +1 -1
- package/dist/PartnersColors/info.js +1 -1
- package/dist/PreviewList/info.js +1 -1
- package/dist/PromoPoster/info.js +1 -1
- package/dist/Segments/info.js +1 -1
- package/dist/Space/info.js +1 -1
- package/dist/StandartTable/info.js +1 -1
- package/dist/Stepper/info.js +1 -1
- package/dist/SwiperList/info.js +1 -1
- package/dist/TasksBanner/info.js +1 -1
- package/dist/TasksBannerList/info.js +1 -1
- package/dist/Video/VideoFull/info.js +1 -1
- package/dist/Video/VideoList/info.js +1 -1
- package/dist/Video/VideoListMini/info.js +1 -1
- package/dist/VideoMainBanner/info.js +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/{index-1a32da94.js → index-b826f1c7.js} +1 -1
- package/dist/index.esm-67811428.js +1012 -0
- package/package.json +1 -1
package/dist/Faq/info.js
CHANGED
package/dist/Footer/info.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as o } from "../index-
|
|
1
|
+
import { C as o } from "../index-b826f1c7.js";
|
|
2
2
|
const e = {
|
|
3
3
|
title: "Футер",
|
|
4
4
|
description: "Нижняя часть страницы, содержащая дополнительную навигацию, контактную информацию, ссылки на социальные сети, юридические документы и другие важные элементы. Футер помогает пользователям найти дополнительную информацию и улучшает структуру сайта.",
|
|
@@ -0,0 +1,316 @@
|
|
|
1
|
+
import { jsxs as t, jsx as e, Fragment as h } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as b, useState as y } from "react";
|
|
3
|
+
import { u as I } from "../../index.esm-67811428.js";
|
|
4
|
+
import { B as N } from "../../index-875e92ce.js";
|
|
5
|
+
import { a as M, b as P } from "../../const-53dff524.js";
|
|
6
|
+
import { c as m } from "../../cn-6a4bf187.js";
|
|
7
|
+
const _ = b(
|
|
8
|
+
({ className: c, label: s, error: r, ...o }, n) => /* @__PURE__ */ t("div", { className: "w-full", children: [
|
|
9
|
+
/* @__PURE__ */ t("label", { className: "flex items-start gap-3 cursor-pointer group", children: [
|
|
10
|
+
/* @__PURE__ */ t("div", { className: "relative flex items-center justify-center mt-0.5", children: [
|
|
11
|
+
/* @__PURE__ */ e(
|
|
12
|
+
"input",
|
|
13
|
+
{
|
|
14
|
+
type: "checkbox",
|
|
15
|
+
className: "peer sr-only",
|
|
16
|
+
ref: n,
|
|
17
|
+
...o
|
|
18
|
+
}
|
|
19
|
+
),
|
|
20
|
+
/* @__PURE__ */ e(
|
|
21
|
+
"div",
|
|
22
|
+
{
|
|
23
|
+
className: m(
|
|
24
|
+
"flex items-center justify-center w-5 h-5 rounded-md border-2 transition-all duration-200",
|
|
25
|
+
"border-grayBlue5 bg-white",
|
|
26
|
+
"peer-checked:bg-greenLight peer-checked:border-greenLight",
|
|
27
|
+
"peer-focus:ring-2 peer-focus:ring-greenLight peer-focus:ring-offset-2",
|
|
28
|
+
"peer-disabled:cursor-not-allowed peer-disabled:opacity-50",
|
|
29
|
+
"group-hover:border-greenLight",
|
|
30
|
+
r && "border-red-500",
|
|
31
|
+
c
|
|
32
|
+
),
|
|
33
|
+
children: /* @__PURE__ */ e(
|
|
34
|
+
"svg",
|
|
35
|
+
{
|
|
36
|
+
className: "w-3.5 h-3.5 text-white opacity-0 peer-checked:opacity-100 transition-opacity duration-200",
|
|
37
|
+
fill: "none",
|
|
38
|
+
stroke: "currentColor",
|
|
39
|
+
viewBox: "0 0 24 24",
|
|
40
|
+
children: /* @__PURE__ */ e(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
strokeLinecap: "round",
|
|
44
|
+
strokeLinejoin: "round",
|
|
45
|
+
strokeWidth: 3,
|
|
46
|
+
d: "M5 13l4 4L19 7"
|
|
47
|
+
}
|
|
48
|
+
)
|
|
49
|
+
}
|
|
50
|
+
)
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
] }),
|
|
54
|
+
s && /* @__PURE__ */ e(
|
|
55
|
+
"span",
|
|
56
|
+
{
|
|
57
|
+
className: m(
|
|
58
|
+
"text-sm leading-5 text-graySoft select-none",
|
|
59
|
+
"group-hover:text-blackBG transition-colors duration-200",
|
|
60
|
+
r && "text-red-500"
|
|
61
|
+
),
|
|
62
|
+
children: s
|
|
63
|
+
}
|
|
64
|
+
)
|
|
65
|
+
] }),
|
|
66
|
+
r && /* @__PURE__ */ e("p", { className: "mt-2 text-sm text-red-500", children: r })
|
|
67
|
+
] })
|
|
68
|
+
);
|
|
69
|
+
_.displayName = "Checkbox";
|
|
70
|
+
const x = b(
|
|
71
|
+
({ className: c, type: s, error: r, label: o, ...n }, d) => /* @__PURE__ */ t("div", { className: "w-full", children: [
|
|
72
|
+
o && /* @__PURE__ */ e("label", { className: "block text-sm font-medium text-blackBG mb-2", children: o }),
|
|
73
|
+
/* @__PURE__ */ e(
|
|
74
|
+
"input",
|
|
75
|
+
{
|
|
76
|
+
type: s,
|
|
77
|
+
className: m(
|
|
78
|
+
"flex h-14 w-full rounded-2xl border-2 border-grayBlue5 bg-white px-5 py-3 text-base",
|
|
79
|
+
"placeholder:text-gray2 placeholder:opacity-60",
|
|
80
|
+
"transition-all duration-300 ease-in-out",
|
|
81
|
+
"hover:border-greenLight hover:shadow-[0_0_0_4px_rgba(22,163,74,0.1)]",
|
|
82
|
+
"focus:border-greenLight focus:outline-none focus:shadow-[0_0_0_4px_rgba(22,163,74,0.15)] focus:ring-0",
|
|
83
|
+
"disabled:cursor-not-allowed disabled:opacity-50 disabled:bg-lightGray",
|
|
84
|
+
r && "border-red-500 hover:border-red-500 focus:border-red-500 focus:shadow-[0_0_0_4px_rgba(239,68,68,0.15)]",
|
|
85
|
+
c
|
|
86
|
+
),
|
|
87
|
+
ref: d,
|
|
88
|
+
...n
|
|
89
|
+
}
|
|
90
|
+
),
|
|
91
|
+
r && /* @__PURE__ */ e("p", { className: "mt-2 text-sm text-red-500", children: r })
|
|
92
|
+
] })
|
|
93
|
+
);
|
|
94
|
+
x.displayName = "Input";
|
|
95
|
+
const k = b(
|
|
96
|
+
({ className: c, error: s, label: r, options: o = [], children: n, ...d }, u) => /* @__PURE__ */ t("div", { className: "w-full", children: [
|
|
97
|
+
r && /* @__PURE__ */ e("label", { className: "block text-sm font-medium text-blackBG mb-2", children: r }),
|
|
98
|
+
/* @__PURE__ */ t("div", { className: "relative", children: [
|
|
99
|
+
/* @__PURE__ */ e(
|
|
100
|
+
"select",
|
|
101
|
+
{
|
|
102
|
+
className: m(
|
|
103
|
+
"flex h-14 w-full rounded-2xl border-2 border-grayBlue5 bg-white px-5 py-3 pr-10 text-base",
|
|
104
|
+
"appearance-none cursor-pointer",
|
|
105
|
+
"transition-all duration-300 ease-in-out",
|
|
106
|
+
"hover:border-greenLight hover:shadow-[0_0_0_4px_rgba(22,163,74,0.1)]",
|
|
107
|
+
"focus:border-greenLight focus:outline-none focus:shadow-[0_0_0_4px_rgba(22,163,74,0.15)] focus:ring-0",
|
|
108
|
+
"disabled:cursor-not-allowed disabled:opacity-50 disabled:bg-lightGray",
|
|
109
|
+
s && "border-red-500 hover:border-red-500 focus:border-red-500 focus:shadow-[0_0_0_4px_rgba(239,68,68,0.15)]",
|
|
110
|
+
c
|
|
111
|
+
),
|
|
112
|
+
ref: u,
|
|
113
|
+
...d,
|
|
114
|
+
children: o.length > 0 ? /* @__PURE__ */ t(h, { children: [
|
|
115
|
+
/* @__PURE__ */ e("option", { value: "", children: "Выберите категорию" }),
|
|
116
|
+
o.map((i) => /* @__PURE__ */ e("option", { value: i.value, children: i.label }, i.value))
|
|
117
|
+
] }) : n
|
|
118
|
+
}
|
|
119
|
+
),
|
|
120
|
+
/* @__PURE__ */ e("div", { className: "absolute right-4 top-1/2 -translate-y-1/2 pointer-events-none", children: /* @__PURE__ */ e(
|
|
121
|
+
"svg",
|
|
122
|
+
{
|
|
123
|
+
className: "w-5 h-5 text-grayBlue5",
|
|
124
|
+
fill: "none",
|
|
125
|
+
stroke: "currentColor",
|
|
126
|
+
viewBox: "0 0 24 24",
|
|
127
|
+
children: /* @__PURE__ */ e(
|
|
128
|
+
"path",
|
|
129
|
+
{
|
|
130
|
+
strokeLinecap: "round",
|
|
131
|
+
strokeLinejoin: "round",
|
|
132
|
+
strokeWidth: 2,
|
|
133
|
+
d: "M19 9l-7 7-7-7"
|
|
134
|
+
}
|
|
135
|
+
)
|
|
136
|
+
}
|
|
137
|
+
) })
|
|
138
|
+
] }),
|
|
139
|
+
s && /* @__PURE__ */ e("p", { className: "mt-2 text-sm text-red-500", children: s })
|
|
140
|
+
] })
|
|
141
|
+
);
|
|
142
|
+
k.displayName = "Select";
|
|
143
|
+
const W = [
|
|
144
|
+
{ value: "retail", label: "Розничная торговля" },
|
|
145
|
+
{ value: "restaurant", label: "Рестораны и кафе" },
|
|
146
|
+
{ value: "services", label: "Услуги" },
|
|
147
|
+
{ value: "online", label: "Интернет-магазин" },
|
|
148
|
+
{ value: "other", label: "Другое" }
|
|
149
|
+
], V = ["title", "subtitle", "color"], A = ({ title: c, subtitle: s, color: r }) => {
|
|
150
|
+
var g, f, v, w;
|
|
151
|
+
const [o, n] = y(!1), [d, u] = y(!1), {
|
|
152
|
+
register: i,
|
|
153
|
+
handleSubmit: L,
|
|
154
|
+
watch: B,
|
|
155
|
+
reset: S,
|
|
156
|
+
formState: { errors: p }
|
|
157
|
+
} = I({
|
|
158
|
+
defaultValues: {
|
|
159
|
+
fio: "",
|
|
160
|
+
phone: "",
|
|
161
|
+
business_category: "",
|
|
162
|
+
agreement: !1
|
|
163
|
+
}
|
|
164
|
+
}), j = B("agreement"), C = async (a) => {
|
|
165
|
+
try {
|
|
166
|
+
u(!0), console.log("Form submitted:", a), await new Promise((l) => setTimeout(l, 1e3)), n(!0);
|
|
167
|
+
} catch (l) {
|
|
168
|
+
console.error("Error submitting form:", l);
|
|
169
|
+
} finally {
|
|
170
|
+
u(!1);
|
|
171
|
+
}
|
|
172
|
+
}, G = (a) => {
|
|
173
|
+
const l = /^[а-яА-ЯёЁa-zA-Z\s-]+$/;
|
|
174
|
+
return a.trim() ? l.test(a) ? a.trim().split(/\s+/).length < 2 ? "Введите полное ФИО" : !0 : "ФИО должно содержать только буквы" : "Поле обязательно для заполнения";
|
|
175
|
+
}, F = (a) => {
|
|
176
|
+
const l = /^0\d{9}$/;
|
|
177
|
+
return a ? l.test(a) ? !0 : "Некорректный номер телефона" : "Поле обязательно для заполнения";
|
|
178
|
+
}, z = (a) => {
|
|
179
|
+
let l = a.target.value.replace(/\D/g, "");
|
|
180
|
+
l.length > 0 && !l.startsWith("0") && (l = "0" + l), a.target.value = l.slice(0, 10);
|
|
181
|
+
};
|
|
182
|
+
return /* @__PURE__ */ e(
|
|
183
|
+
"form",
|
|
184
|
+
{
|
|
185
|
+
onSubmit: L(C),
|
|
186
|
+
id: "application_form",
|
|
187
|
+
className: "w-full",
|
|
188
|
+
children: /* @__PURE__ */ t(
|
|
189
|
+
"div",
|
|
190
|
+
{
|
|
191
|
+
style: {
|
|
192
|
+
boxShadow: `0px 8px 24px rgba(0,0,0,0.08),0px -8px 0px ${r}`
|
|
193
|
+
},
|
|
194
|
+
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]",
|
|
195
|
+
children: [
|
|
196
|
+
/* @__PURE__ */ t("div", { className: "text-center mb-10 max-tablet:mb-8", children: [
|
|
197
|
+
/* @__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: c }),
|
|
198
|
+
/* @__PURE__ */ e("span", { className: "text-[18px] leading-[26px] text-graySoft max-tablet:text-[16px] max-tablet:leading-[24px]", children: s })
|
|
199
|
+
] }),
|
|
200
|
+
o ? /* @__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__ */ t("div", { className: "text-center", children: [
|
|
201
|
+
/* @__PURE__ */ e("div", { className: "w-20 h-20 rounded-full bg-gradient-to-br from-greenLight to-green flex items-center justify-center mx-auto mb-6 shadow-lg animate-in zoom-in duration-500", children: /* @__PURE__ */ e(
|
|
202
|
+
"svg",
|
|
203
|
+
{
|
|
204
|
+
className: "w-10 h-10 text-white",
|
|
205
|
+
fill: "none",
|
|
206
|
+
stroke: "currentColor",
|
|
207
|
+
viewBox: "0 0 24 24",
|
|
208
|
+
children: /* @__PURE__ */ e(
|
|
209
|
+
"path",
|
|
210
|
+
{
|
|
211
|
+
strokeLinecap: "round",
|
|
212
|
+
strokeLinejoin: "round",
|
|
213
|
+
strokeWidth: 3,
|
|
214
|
+
d: "M5 13l4 4L19 7"
|
|
215
|
+
}
|
|
216
|
+
)
|
|
217
|
+
}
|
|
218
|
+
) }),
|
|
219
|
+
/* @__PURE__ */ t("div", { className: "text-center", children: [
|
|
220
|
+
/* @__PURE__ */ e("div", { className: "font-semibold text-[24px] leading-[32px] text-blackBG mb-3", children: "Заявка успешно отправлена" }),
|
|
221
|
+
/* @__PURE__ */ e("div", { className: "text-[18px] leading-[26px] text-graySoft", children: "С Вами свяжется наш специалист и поможет с подключением сервиса" }),
|
|
222
|
+
/* @__PURE__ */ e(
|
|
223
|
+
N,
|
|
224
|
+
{
|
|
225
|
+
className: "justify-center m-auto mt-6",
|
|
226
|
+
title: "Закрыть",
|
|
227
|
+
onClick: () => {
|
|
228
|
+
n(!1), S();
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
)
|
|
232
|
+
] })
|
|
233
|
+
] }) }) : /* @__PURE__ */ t(h, { children: [
|
|
234
|
+
/* @__PURE__ */ t("div", { className: "w-[640px] mb-8 max-tablet:w-full space-y-6", children: [
|
|
235
|
+
/* @__PURE__ */ e(
|
|
236
|
+
x,
|
|
237
|
+
{
|
|
238
|
+
placeholder: "ФИО контактного лица",
|
|
239
|
+
...i("fio", {
|
|
240
|
+
validate: G
|
|
241
|
+
}),
|
|
242
|
+
error: (g = p.fio) == null ? void 0 : g.message
|
|
243
|
+
}
|
|
244
|
+
),
|
|
245
|
+
/* @__PURE__ */ e(
|
|
246
|
+
x,
|
|
247
|
+
{
|
|
248
|
+
placeholder: "Телефон",
|
|
249
|
+
type: "tel",
|
|
250
|
+
inputMode: "numeric",
|
|
251
|
+
...i("phone", {
|
|
252
|
+
validate: F,
|
|
253
|
+
onChange: z
|
|
254
|
+
}),
|
|
255
|
+
error: (f = p.phone) == null ? void 0 : f.message,
|
|
256
|
+
maxLength: 10
|
|
257
|
+
}
|
|
258
|
+
),
|
|
259
|
+
/* @__PURE__ */ e(
|
|
260
|
+
k,
|
|
261
|
+
{
|
|
262
|
+
...i("business_category", {
|
|
263
|
+
required: "Поле обязательно для заполнения"
|
|
264
|
+
}),
|
|
265
|
+
error: (v = p.business_category) == null ? void 0 : v.message,
|
|
266
|
+
options: W
|
|
267
|
+
}
|
|
268
|
+
),
|
|
269
|
+
/* @__PURE__ */ e("div", { className: "pt-2", children: /* @__PURE__ */ e(
|
|
270
|
+
_,
|
|
271
|
+
{
|
|
272
|
+
...i("agreement", {
|
|
273
|
+
required: "Необходимо согласие на обработку персональных данных"
|
|
274
|
+
}),
|
|
275
|
+
error: (w = p.agreement) == null ? void 0 : w.message,
|
|
276
|
+
label: /* @__PURE__ */ t(h, { children: [
|
|
277
|
+
"Я соглашаюсь с",
|
|
278
|
+
" ",
|
|
279
|
+
/* @__PURE__ */ e(
|
|
280
|
+
"button",
|
|
281
|
+
{
|
|
282
|
+
type: "button",
|
|
283
|
+
className: "text-greenLight hover:text-green underline transition-colors duration-200 bg-transparent border-0 p-0 cursor-pointer",
|
|
284
|
+
onClick: (a) => {
|
|
285
|
+
a.preventDefault();
|
|
286
|
+
},
|
|
287
|
+
children: "условиями обработки персональных данных"
|
|
288
|
+
}
|
|
289
|
+
)
|
|
290
|
+
] })
|
|
291
|
+
}
|
|
292
|
+
) })
|
|
293
|
+
] }),
|
|
294
|
+
/* @__PURE__ */ e("div", { className: "mt-6 w-[640px] max-tablet:w-full", children: /* @__PURE__ */ e(
|
|
295
|
+
N,
|
|
296
|
+
{
|
|
297
|
+
loading: d,
|
|
298
|
+
className: "w-full whitespace-nowrap transition-all duration-200 hover:scale-[1.02] active:scale-[0.98]",
|
|
299
|
+
type: "submit",
|
|
300
|
+
size: M.XL,
|
|
301
|
+
variant: P.Primary,
|
|
302
|
+
disabled: !j || d,
|
|
303
|
+
children: "Отправить заявку"
|
|
304
|
+
}
|
|
305
|
+
) })
|
|
306
|
+
] })
|
|
307
|
+
]
|
|
308
|
+
}
|
|
309
|
+
)
|
|
310
|
+
}
|
|
311
|
+
);
|
|
312
|
+
};
|
|
313
|
+
export {
|
|
314
|
+
A as FormDefault,
|
|
315
|
+
V as propsToEdit
|
|
316
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { C as o } from "../../index-b826f1c7.js";
|
|
2
|
+
import { propsToEdit as t } from "./index.js";
|
|
3
|
+
const e = {
|
|
4
|
+
title: "Оставьте заявку, чтобы подключить MKassa",
|
|
5
|
+
subtitle: "с Вами свяжется наш специалист и поможет с подключением сервиса"
|
|
6
|
+
}, i = {
|
|
7
|
+
title: "Форма заявки",
|
|
8
|
+
description: "Форма заявки ",
|
|
9
|
+
types: [o.form],
|
|
10
|
+
propsToEdit: t
|
|
11
|
+
}, p = {
|
|
12
|
+
title: "Оставьте заявку, чтобы подключить MKassa",
|
|
13
|
+
description: "с Вами свяжется наш специалист и поможет с подключением сервиса",
|
|
14
|
+
color: "#45464b"
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
i as formDefaultInfo,
|
|
18
|
+
p as formDefaultProps,
|
|
19
|
+
e as info
|
|
20
|
+
};
|
package/dist/Header/info.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as e } from "../index-
|
|
1
|
+
import { C as e } from "../index-b826f1c7.js";
|
|
2
2
|
const t = {
|
|
3
3
|
title: "Хедер",
|
|
4
4
|
description: "Верхняя навигационная часть страницы, содержащая логотип, меню, поиск, категории и основные элементы управления сайтом. Хедер отображается на всех страницах и обеспечивает быструю навигацию по сайту.",
|
package/dist/InfoBanner/info.js
CHANGED
package/dist/IntroBanner/info.js
CHANGED
package/dist/MainBanner/info.js
CHANGED
package/dist/MultiCards/info.js
CHANGED
package/dist/Partners/info.js
CHANGED
package/dist/PreviewList/info.js
CHANGED
package/dist/PromoPoster/info.js
CHANGED
package/dist/Segments/info.js
CHANGED
package/dist/Space/info.js
CHANGED
package/dist/Stepper/info.js
CHANGED
package/dist/SwiperList/info.js
CHANGED
package/dist/TasksBanner/info.js
CHANGED