md-components-mdigial-azamat 0.0.35 → 0.0.37
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 +1 -1
- package/dist/Footer/components/ListNavigation/ListNavigation.js +65 -65
- package/dist/Footer/components/NavigationFooter/NavigationFooter.js +17 -17
- package/dist/Header/Header.js +1 -1
- package/dist/Header/components/HeaderMenu/HeaderMenu.js +23 -23
- package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +1 -1
- package/dist/Header/components/HeaderMobile/HeaderMobile.js +1 -1
- package/dist/Header/components/HeaderMobile/index.js +1 -1
- package/dist/Header/components/HeaderTab/HeaderTab.js +13 -13
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +20 -20
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +7 -7
- package/dist/Header/index.js +1 -1
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InfoBannerList/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/components/InstructionCard/InstructionCard.js +1 -1
- package/dist/InstructionList/components/InstructionCard/index.js +1 -1
- package/dist/InstructionList/index.js +1 -1
- package/dist/PageViewer/PageViewer.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +1 -1
- package/dist/PreviewList/components/PreviewCard/index.js +1 -1
- package/dist/PreviewList/index.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/Segments/Segments.js +9 -9
- package/dist/StandartTable/components/CardMarkedRow/index.js +1 -1
- package/dist/StandartTable/index.js +1 -1
- package/dist/SwiperList/SwiperList.js +1 -1
- package/dist/SwiperList/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +1 -1
- package/dist/TasksBanner/index.js +1 -1
- package/dist/TasksBannerList/TasksBannerList.js +1 -1
- package/dist/TasksBannerList/index.js +1 -1
- package/dist/Video/VideoList/VideoList.js +15 -15
- package/dist/Video/VideoListMini/VideoListMini.js +14 -14
- package/dist/{componentsMap-e2de87b6.js → componentsMap-e7dba337.js} +1 -1
- package/dist/{index-2fb01942.js → index-3f94ad07.js} +58 -58
- package/dist/main.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
1
|
+
import { jsx as e, jsxs as s, Fragment as _ } from "react/jsx-runtime";
|
|
2
2
|
import { useState as x, useEffect as H, useRef as T } from "react";
|
|
3
3
|
import { HeaderMobileRender as w } from "./Header/const.js";
|
|
4
4
|
import { c as O, a as R } from "./index-3a534581.js";
|
|
@@ -33,8 +33,8 @@ import "./Cards/ContentCard/ContentCard.js";
|
|
|
33
33
|
import { WarningCard as le } from "./Cards/WarningCard/WarningCard.js";
|
|
34
34
|
import "./Cards/ColoredCard/index.js";
|
|
35
35
|
import "./index-815f0132.js";
|
|
36
|
-
import { DownloadFileBanner as
|
|
37
|
-
import { DownloadFileFull as
|
|
36
|
+
import { DownloadFileBanner as se } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
37
|
+
import { DownloadFileFull as ie } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
38
38
|
import { DownloadFileHalf as pe } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
39
39
|
import { DownloadFileMini as de } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
40
40
|
import { Collapse as ce } from "./Faq/components/Collapse/Collapse.js";
|
|
@@ -51,8 +51,8 @@ import { a as Ie, N as Le, b as Te } from "./swiper-react-90953710.js";
|
|
|
51
51
|
import { VideoMainBanner as De } from "./VideoMainBanner/VideoMainBanner.js";
|
|
52
52
|
import { M as Ce, B as ve, C as Ee, S as Se, b as je, V as ke, c as Be, d as ze, e as Pe, f as Ae, g as Fe, P as _e, h as He, W as Oe, F as Re, k as Ye, D as Ze, l as Ve, m as Qe, I as We, o as Ue, p as Ge, A as $e, q as Je, T as Ke, r as Xe, E as qe, s as ea, t as aa, u as ta, v as oa, w as na, x as ra } from "./data.mock-483400cb.js";
|
|
53
53
|
import la from "./Header/components/HeaderWeb/HeaderWeb.js";
|
|
54
|
-
import { Footer as
|
|
55
|
-
import { Bullet as
|
|
54
|
+
import { Footer as sa } from "./Footer/Footer.js";
|
|
55
|
+
import { Bullet as ia } from "./SwiperList/components/Bullet/Bullet.js";
|
|
56
56
|
import { Slide as pa } from "./SwiperList/components/Slide/Slide.js";
|
|
57
57
|
import './assets/swiper.css';import './assets/index3.css';/* empty css */import { CardWarning as da } from "./StandartTable/components/CardWarning/index.js";
|
|
58
58
|
import { InstructionModal as ca } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
@@ -70,7 +70,7 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
70
70
|
"top-14": t === w.MENU
|
|
71
71
|
}
|
|
72
72
|
),
|
|
73
|
-
children: /* @__PURE__ */ e("div", { className: "flex items-center justify-between py-2 px-4 pb-2.5 relative", children: /* @__PURE__ */
|
|
73
|
+
children: /* @__PURE__ */ e("div", { className: "flex items-center justify-between py-2 px-4 pb-2.5 relative", children: /* @__PURE__ */ s("div", { className: "w-full bg-white flex flex-col z-[1000]", children: [
|
|
74
74
|
/* @__PURE__ */ e(
|
|
75
75
|
ne,
|
|
76
76
|
{
|
|
@@ -78,7 +78,7 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
78
78
|
setCategoriesData: a
|
|
79
79
|
}
|
|
80
80
|
),
|
|
81
|
-
r == null ? void 0 : r.map((n,
|
|
81
|
+
r == null ? void 0 : r.map((n, i) => {
|
|
82
82
|
var c;
|
|
83
83
|
return /* @__PURE__ */ e(
|
|
84
84
|
ce,
|
|
@@ -95,7 +95,7 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
95
95
|
h
|
|
96
96
|
)) })
|
|
97
97
|
},
|
|
98
|
-
|
|
98
|
+
i
|
|
99
99
|
);
|
|
100
100
|
})
|
|
101
101
|
] }) })
|
|
@@ -106,7 +106,7 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
106
106
|
darkTheme: t,
|
|
107
107
|
className: r
|
|
108
108
|
}) => {
|
|
109
|
-
const [a, n] = x(w.MAIN),
|
|
109
|
+
const [a, n] = x(w.MAIN), i = (p) => {
|
|
110
110
|
n(p);
|
|
111
111
|
}, [c, m] = x(void 0), [h, M] = x(!1), b = O(async (p) => {
|
|
112
112
|
if (p.trim())
|
|
@@ -124,7 +124,7 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
124
124
|
return document.body.style.overflow = "hidden", () => {
|
|
125
125
|
document.body.style.overflow = "";
|
|
126
126
|
};
|
|
127
|
-
}, [a]), /* @__PURE__ */
|
|
127
|
+
}, [a]), /* @__PURE__ */ s(
|
|
128
128
|
"div",
|
|
129
129
|
{
|
|
130
130
|
className: d(
|
|
@@ -136,7 +136,7 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
136
136
|
Y,
|
|
137
137
|
{
|
|
138
138
|
render: a,
|
|
139
|
-
show:
|
|
139
|
+
show: i,
|
|
140
140
|
darkEffect: t,
|
|
141
141
|
setSearchValue: N
|
|
142
142
|
}
|
|
@@ -144,7 +144,7 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
144
144
|
/* @__PURE__ */ e(
|
|
145
145
|
xa,
|
|
146
146
|
{
|
|
147
|
-
show:
|
|
147
|
+
show: i,
|
|
148
148
|
sectionsData: Array.isArray(o) ? o : [o],
|
|
149
149
|
className: "top-[56px]",
|
|
150
150
|
render: a
|
|
@@ -154,7 +154,7 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
154
154
|
ma,
|
|
155
155
|
{
|
|
156
156
|
render: a,
|
|
157
|
-
show:
|
|
157
|
+
show: i,
|
|
158
158
|
results: c,
|
|
159
159
|
showResults: h
|
|
160
160
|
}
|
|
@@ -199,9 +199,9 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
199
199
|
image: a,
|
|
200
200
|
id: n
|
|
201
201
|
}) => {
|
|
202
|
-
const [
|
|
203
|
-
return /* @__PURE__ */
|
|
204
|
-
/* @__PURE__ */
|
|
202
|
+
const [i, c] = x(!1);
|
|
203
|
+
return /* @__PURE__ */ s("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
|
|
204
|
+
/* @__PURE__ */ s("div", { className: "relative w-full h-[256px]", children: [
|
|
205
205
|
/* @__PURE__ */ e(
|
|
206
206
|
f,
|
|
207
207
|
{
|
|
@@ -220,7 +220,7 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
220
220
|
children: n
|
|
221
221
|
}
|
|
222
222
|
),
|
|
223
|
-
/* @__PURE__ */
|
|
223
|
+
/* @__PURE__ */ s(
|
|
224
224
|
"button",
|
|
225
225
|
{
|
|
226
226
|
className: `absolute top-[26px] right-[36px] w-fit flex items-center gap-[4px] py-[8px] px-[10px]
|
|
@@ -241,14 +241,14 @@ const xa = ({ sectionsData: o, render: t }) => {
|
|
|
241
241
|
}
|
|
242
242
|
)
|
|
243
243
|
] }),
|
|
244
|
-
/* @__PURE__ */
|
|
244
|
+
/* @__PURE__ */ s("div", { className: "bg-white px-[24px] py-[32px] flex flex-col flex-grow gap-[8px]", children: [
|
|
245
245
|
o && /* @__PURE__ */ e("p", { className: "text-[24px] leading-[32px] font-bold", children: o }),
|
|
246
246
|
t && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] text-graySoft2", children: t })
|
|
247
247
|
] }),
|
|
248
248
|
/* @__PURE__ */ e(
|
|
249
249
|
ca,
|
|
250
250
|
{
|
|
251
|
-
show:
|
|
251
|
+
show: i,
|
|
252
252
|
image: a,
|
|
253
253
|
title: o,
|
|
254
254
|
onClose: () => {
|
|
@@ -270,7 +270,7 @@ const Na = ["title", "cards", D], to = {
|
|
|
270
270
|
title: o,
|
|
271
271
|
cards: t,
|
|
272
272
|
button: r
|
|
273
|
-
}) => /* @__PURE__ */
|
|
273
|
+
}) => /* @__PURE__ */ s(g, { className: "flex flex-col items-center", children: [
|
|
274
274
|
o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[54px] font-bold text-center mb-[48px]", children: o }),
|
|
275
275
|
/* @__PURE__ */ e("div", { className: "flex flex-row max-tablet:flex-col items-stretch gap-[24px]", children: t == null ? void 0 : t.map((a) => /* @__PURE__ */ e(
|
|
276
276
|
C,
|
|
@@ -287,7 +287,7 @@ const wa = ["title", "subtitle", "image", "button", "id"], Ma = {
|
|
|
287
287
|
subtitle: l.DESCRIPTION,
|
|
288
288
|
image: l.FILE,
|
|
289
289
|
button: Q
|
|
290
|
-
}, E = ({ title: o, subtitle: t, image: r, button: a }) => /* @__PURE__ */
|
|
290
|
+
}, E = ({ title: o, subtitle: t, image: r, button: a }) => /* @__PURE__ */ s("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
|
|
291
291
|
/* @__PURE__ */ e("div", { className: "relative w-full h-[256px]", children: /* @__PURE__ */ e(
|
|
292
292
|
f,
|
|
293
293
|
{
|
|
@@ -297,7 +297,7 @@ const wa = ["title", "subtitle", "image", "button", "id"], Ma = {
|
|
|
297
297
|
imageStyles: "object-cover"
|
|
298
298
|
}
|
|
299
299
|
) }),
|
|
300
|
-
/* @__PURE__ */
|
|
300
|
+
/* @__PURE__ */ s("div", { className: "bg-white p-[32px] flex flex-col gap-[8px] h-full", children: [
|
|
301
301
|
o && /* @__PURE__ */ e("p", { className: "text-[24px] leading-[32px] font-bold", children: o }),
|
|
302
302
|
t && /* @__PURE__ */ e("p", { className: "text-[14px] leading-[20px] text-graySoft", children: t }),
|
|
303
303
|
((a == null ? void 0 : a.title) || (a == null ? void 0 : a.children)) && /* @__PURE__ */ e(y, { ...a })
|
|
@@ -316,14 +316,14 @@ const ya = {
|
|
|
316
316
|
cards: t,
|
|
317
317
|
button: r,
|
|
318
318
|
grid: a = 3
|
|
319
|
-
}) => /* @__PURE__ */
|
|
320
|
-
o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: o }),
|
|
321
|
-
/* @__PURE__ */ e("div", { className: `grid grid-cols-${a} items-stretch gap-[24px]`, children: t == null ? void 0 : t.map((n,
|
|
319
|
+
}) => /* @__PURE__ */ s(g, { className: "flex flex-col items-center", children: [
|
|
320
|
+
(o == null ? void 0 : o.length) && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: o }),
|
|
321
|
+
/* @__PURE__ */ e("div", { className: `grid grid-cols-${a} items-stretch gap-[24px]`, children: t == null ? void 0 : t.map((n, i) => /* @__PURE__ */ e(
|
|
322
322
|
E,
|
|
323
323
|
{
|
|
324
324
|
...n
|
|
325
325
|
},
|
|
326
|
-
|
|
326
|
+
i
|
|
327
327
|
)) }),
|
|
328
328
|
(r.title || r.children) && /* @__PURE__ */ e(y, { ...r })
|
|
329
329
|
] });
|
|
@@ -353,7 +353,7 @@ const u = ({
|
|
|
353
353
|
isLightTitle: a
|
|
354
354
|
}) => {
|
|
355
355
|
const n = I(960);
|
|
356
|
-
return /* @__PURE__ */ e(g, { children: /* @__PURE__ */
|
|
356
|
+
return /* @__PURE__ */ e(g, { children: /* @__PURE__ */ s("div", { className: d("w-full"), children: [
|
|
357
357
|
o && /* @__PURE__ */ e(
|
|
358
358
|
"p",
|
|
359
359
|
{
|
|
@@ -364,10 +364,10 @@ const u = ({
|
|
|
364
364
|
children: o
|
|
365
365
|
}
|
|
366
366
|
),
|
|
367
|
-
/* @__PURE__ */ e("div", { className: d("flex flex-col gap-[40px] w-full"), children: t == null ? void 0 : t.map((
|
|
367
|
+
/* @__PURE__ */ e("div", { className: d("flex flex-col gap-[40px] w-full"), children: t == null ? void 0 : t.map((i, c) => /* @__PURE__ */ e(
|
|
368
368
|
Ne,
|
|
369
369
|
{
|
|
370
|
-
data:
|
|
370
|
+
data: i,
|
|
371
371
|
isTextLast: n ? !1 : c % 2 === 1,
|
|
372
372
|
isLight: r
|
|
373
373
|
},
|
|
@@ -396,7 +396,7 @@ const va = u({
|
|
|
396
396
|
style: {
|
|
397
397
|
backgroundImage: `url(${a ? t : o})`
|
|
398
398
|
},
|
|
399
|
-
children: r == null ? void 0 : r.map((n,
|
|
399
|
+
children: r == null ? void 0 : r.map((n, i) => /* @__PURE__ */ e(
|
|
400
400
|
"p",
|
|
401
401
|
{
|
|
402
402
|
className: d(
|
|
@@ -407,7 +407,7 @@ const va = u({
|
|
|
407
407
|
),
|
|
408
408
|
children: n == null ? void 0 : n.title
|
|
409
409
|
},
|
|
410
|
-
|
|
410
|
+
i
|
|
411
411
|
))
|
|
412
412
|
}
|
|
413
413
|
);
|
|
@@ -428,7 +428,7 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
|
|
|
428
428
|
is_marked: Ba
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
}, Pa = ({ title: o, columns: t, className: r }) => /* @__PURE__ */
|
|
431
|
+
}, Pa = ({ title: o, columns: t, className: r }) => /* @__PURE__ */ s(
|
|
432
432
|
"div",
|
|
433
433
|
{
|
|
434
434
|
className: d(
|
|
@@ -454,7 +454,7 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
|
|
|
454
454
|
className: d(
|
|
455
455
|
"grid grid-cols-[repeat(4,1fr)] max-tablet:grid-cols-[repeat(4,134px)] gap-[24px] max-tablet:gap-0 w-full"
|
|
456
456
|
),
|
|
457
|
-
children: t == null ? void 0 : t.map((a) => /* @__PURE__ */
|
|
457
|
+
children: t == null ? void 0 : t.map((a) => /* @__PURE__ */ s(
|
|
458
458
|
"div",
|
|
459
459
|
{
|
|
460
460
|
className: d(
|
|
@@ -462,7 +462,7 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
|
|
|
462
462
|
"py-[24px] max-tablet:last:py-[10px] max-tablet:px-[12px] max-tablet:last:pb-0 max-tablet:w-134px]"
|
|
463
463
|
),
|
|
464
464
|
children: [
|
|
465
|
-
/* @__PURE__ */
|
|
465
|
+
/* @__PURE__ */ s("div", { className: "flex flex-row items-start gap-2 w-[240px] max-tablet:w-full", children: [
|
|
466
466
|
(a == null ? void 0 : a.is_marked) === null ? null : a != null && a.is_marked ? /* @__PURE__ */ e(
|
|
467
467
|
f,
|
|
468
468
|
{
|
|
@@ -519,7 +519,7 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
|
|
|
519
519
|
data: za
|
|
520
520
|
}, _a = ["title", Aa, Fa], B = ({ title: o, table: t, rows: r }) => {
|
|
521
521
|
var a;
|
|
522
|
-
return /* @__PURE__ */
|
|
522
|
+
return /* @__PURE__ */ s(g, { children: [
|
|
523
523
|
o && /* @__PURE__ */ e(
|
|
524
524
|
"p",
|
|
525
525
|
{
|
|
@@ -529,7 +529,7 @@ const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZX
|
|
|
529
529
|
children: o
|
|
530
530
|
}
|
|
531
531
|
),
|
|
532
|
-
/* @__PURE__ */
|
|
532
|
+
/* @__PURE__ */ s("div", { className: "bg-white rounded-[20px] overflow-hidden p-8 md:p-6", children: [
|
|
533
533
|
/* @__PURE__ */ e(
|
|
534
534
|
"div",
|
|
535
535
|
{
|
|
@@ -601,22 +601,22 @@ const L = ({
|
|
|
601
601
|
card_height: r,
|
|
602
602
|
autoplay: a,
|
|
603
603
|
autoplayDelay: n = 2e3,
|
|
604
|
-
perViewScreens:
|
|
604
|
+
perViewScreens: i
|
|
605
605
|
}) => {
|
|
606
606
|
const [c, m] = x(0), M = a ? {
|
|
607
607
|
delay: n,
|
|
608
608
|
disableOnInteraction: !1,
|
|
609
609
|
waitForTransition: !0
|
|
610
610
|
} : !1, b = T(null), N = T(null);
|
|
611
|
-
return /* @__PURE__ */
|
|
611
|
+
return /* @__PURE__ */ s(g, { children: [
|
|
612
612
|
o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: o }),
|
|
613
|
-
/* @__PURE__ */
|
|
613
|
+
/* @__PURE__ */ s("div", { className: "relative w-full", children: [
|
|
614
614
|
/* @__PURE__ */ e(
|
|
615
615
|
Ie,
|
|
616
616
|
{
|
|
617
617
|
modules: [Le, me],
|
|
618
618
|
spaceBetween: 24,
|
|
619
|
-
slidesPerView:
|
|
619
|
+
slidesPerView: i,
|
|
620
620
|
slidesPerGroup: 1,
|
|
621
621
|
navigation: {
|
|
622
622
|
nextEl: b.current,
|
|
@@ -656,9 +656,9 @@ const L = ({
|
|
|
656
656
|
)
|
|
657
657
|
] }),
|
|
658
658
|
t.length > 1 && /* @__PURE__ */ e(
|
|
659
|
-
|
|
659
|
+
ia,
|
|
660
660
|
{
|
|
661
|
-
count: t.length - (
|
|
661
|
+
count: t.length - (i - 1),
|
|
662
662
|
active: c,
|
|
663
663
|
activeColor: "#16A34A",
|
|
664
664
|
anActiveColor: "#A6B2BA",
|
|
@@ -714,9 +714,9 @@ const oo = {
|
|
|
714
714
|
isTextLast: a,
|
|
715
715
|
turnover: n
|
|
716
716
|
}) => {
|
|
717
|
-
const [
|
|
718
|
-
return /* @__PURE__ */
|
|
719
|
-
/* @__PURE__ */
|
|
717
|
+
const [i, c] = x(!1);
|
|
718
|
+
return /* @__PURE__ */ s("div", { className: "relative w-full rounded-[20px] flex items-center justify-between gap-[100px] bg-white overflow-hidden max-tablet:flex-col max-tablet:gap-0", children: [
|
|
719
|
+
/* @__PURE__ */ s(
|
|
720
720
|
"div",
|
|
721
721
|
{
|
|
722
722
|
className: d(
|
|
@@ -726,7 +726,7 @@ const oo = {
|
|
|
726
726
|
}
|
|
727
727
|
),
|
|
728
728
|
children: [
|
|
729
|
-
/* @__PURE__ */
|
|
729
|
+
/* @__PURE__ */ s("div", { className: "h-full flex flex-col gap-[24px]", children: [
|
|
730
730
|
/* @__PURE__ */ e("p", { className: "text-[32px] leading-[40px] font-bold text-black5 max-tablet:text-[22px] max-tablet:leading-[26px]", children: r }),
|
|
731
731
|
/* @__PURE__ */ e(
|
|
732
732
|
"div",
|
|
@@ -734,7 +734,7 @@ const oo = {
|
|
|
734
734
|
className: d(
|
|
735
735
|
"max-h-[98px] overflow-hidden max-tablet:text-[95px] transition-[max-height] duration-500 ease-in-out",
|
|
736
736
|
{
|
|
737
|
-
"max-h-[1000px]":
|
|
737
|
+
"max-h-[1000px]": i
|
|
738
738
|
}
|
|
739
739
|
),
|
|
740
740
|
children: /* @__PURE__ */ e(
|
|
@@ -747,20 +747,20 @@ const oo = {
|
|
|
747
747
|
}
|
|
748
748
|
)
|
|
749
749
|
] }),
|
|
750
|
-
/* @__PURE__ */
|
|
750
|
+
/* @__PURE__ */ s(
|
|
751
751
|
"button",
|
|
752
752
|
{
|
|
753
753
|
className: "flex items-center gap-2 px-6 bg-none border-none cursor-pointer transition-all duration-500 ease-in-out",
|
|
754
|
-
onClick: () => c(!
|
|
754
|
+
onClick: () => c(!i),
|
|
755
755
|
children: [
|
|
756
|
-
/* @__PURE__ */ e("p", { className: "text-[16px] text-deepBlue leading-[24px] font-medium text-lightBlue6 transition-all duration-500 ease-in-out whitespace-nowrap mt-[12px]", children:
|
|
756
|
+
/* @__PURE__ */ e("p", { className: "text-[16px] text-deepBlue leading-[24px] font-medium text-lightBlue6 transition-all duration-500 ease-in-out whitespace-nowrap mt-[12px]", children: i ? "Скрыть" : "Показать больше" }),
|
|
757
757
|
/* @__PURE__ */ e(
|
|
758
758
|
Qa,
|
|
759
759
|
{
|
|
760
760
|
size: 16,
|
|
761
761
|
color: "#3B82F6",
|
|
762
762
|
className: d(
|
|
763
|
-
|
|
763
|
+
i ? "transition-all duration-500 rotate-180" : "transition-all duration-500",
|
|
764
764
|
"mt-[12px]"
|
|
765
765
|
)
|
|
766
766
|
}
|
|
@@ -783,7 +783,7 @@ const oo = {
|
|
|
783
783
|
imageStyles: d(
|
|
784
784
|
"object-contain",
|
|
785
785
|
n && "object-bottom",
|
|
786
|
-
|
|
786
|
+
i && "object-bottom"
|
|
787
787
|
)
|
|
788
788
|
}
|
|
789
789
|
)
|
|
@@ -803,15 +803,15 @@ const Ga = {
|
|
|
803
803
|
is_promo: l.BOOLEAN,
|
|
804
804
|
is_yellow: l.BOOLEAN
|
|
805
805
|
}
|
|
806
|
-
}, $a = ["title", Ga], A = ({ title: o, cards: t }) => /* @__PURE__ */
|
|
806
|
+
}, $a = ["title", Ga], A = ({ title: o, cards: t }) => /* @__PURE__ */ s(g, { children: [
|
|
807
807
|
o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-[#0e0f11] text-center mb-[48px] max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px] [font-variant-numeric:lining-nums_tabular-nums_stacked-fractions] [font-feature-settings:'liga'_off,'clig'_off]", children: o }),
|
|
808
808
|
/* @__PURE__ */ e("div", { className: "flex flex-col gap-[40px] w-full", children: t == null ? void 0 : t.map((r, a) => {
|
|
809
809
|
const n = a === 0;
|
|
810
810
|
return /* @__PURE__ */ e(
|
|
811
811
|
P,
|
|
812
812
|
{
|
|
813
|
-
title: r.title,
|
|
814
|
-
description: r.description,
|
|
813
|
+
title: r == null ? void 0 : r.title,
|
|
814
|
+
description: r == null ? void 0 : r.description,
|
|
815
815
|
image: r == null ? void 0 : r.image,
|
|
816
816
|
isFirst: n
|
|
817
817
|
},
|
|
@@ -838,10 +838,10 @@ const no = {
|
|
|
838
838
|
Faq: { key: "Faq", component: oe },
|
|
839
839
|
DownloadFileBanner: {
|
|
840
840
|
key: "DownloadFileBanner",
|
|
841
|
-
component:
|
|
841
|
+
component: se
|
|
842
842
|
},
|
|
843
843
|
DownloadFileHalf: { key: "DownloadFileHalf", component: pe },
|
|
844
|
-
DownloadFileFull: { key: "DownloadFileFull", component:
|
|
844
|
+
DownloadFileFull: { key: "DownloadFileFull", component: ie },
|
|
845
845
|
DownloadFileMini: { key: "DownloadFileMini", component: de },
|
|
846
846
|
InstructionList: { key: "InstructionList", component: v },
|
|
847
847
|
PreviewList: { key: "PreviewList", component: S },
|
|
@@ -864,7 +864,7 @@ const no = {
|
|
|
864
864
|
component: be
|
|
865
865
|
},
|
|
866
866
|
Header: { key: "Header", component: fa },
|
|
867
|
-
Footer: { key: "Footer", component:
|
|
867
|
+
Footer: { key: "Footer", component: sa }
|
|
868
868
|
}, ro = {
|
|
869
869
|
MainBanner: Ce.component_props,
|
|
870
870
|
Banner: ve.component_props,
|
package/dist/main.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ConfigProvider as e } from "./ConfigProvider/index.js";
|
|
2
2
|
import { Banner as a } from "./Banner/Banner.js";
|
|
3
3
|
import { BannerAndText as m } from "./BannerAndText/index.js";
|
|
4
|
-
import { f, A as x, H as i, d as s, I as d, e as l, P as C } from "./index-
|
|
4
|
+
import { f, A as x, H as i, d as s, I as d, e as l, P as C } from "./index-3f94ad07.js";
|
|
5
5
|
import { Footer as P } from "./Footer/Footer.js";
|
|
6
6
|
import { Stepper as I } from "./Stepper/Stepper.js";
|
|
7
7
|
import { Segments as w } from "./Segments/Segments.js";
|