md-components-mdigial-azamat 0.0.44 → 0.0.45
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 +3 -4
- package/dist/AnimatedSwiper/index.js +2 -2
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +7 -7
- package/dist/Header/Header.js +1 -1
- package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +2 -3
- package/dist/Header/components/HeaderMobile/HeaderMobile.js +1 -1
- package/dist/Header/components/HeaderMobile/index.js +1 -1
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +6 -7
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +10 -11
- 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 +3 -4
- 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 +3 -4
- 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/StandartTable/components/CardMarkedRow/index.js +3 -4
- package/dist/StandartTable/index.js +1 -1
- package/dist/SwiperList/SwiperList.js +3 -4
- 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/VideoMainBanner/VideoMainBanner.js +15 -15
- package/dist/assets/index2.css +1 -1
- package/dist/componentsMap-0e7046ee.js +67 -0
- package/dist/index-aa718078.js +1229 -0
- package/dist/main.js +13 -13
- package/dist/{swiper-react-90953710.js → swiper-react-0815edaf.js} +652 -505
- package/package.json +1 -1
- package/dist/assets/index3.css +0 -1
- package/dist/componentsMap-0b4c8ca6.js +0 -68
- package/dist/index-3b24fe0f.js +0 -314
- package/dist/index-54813771.js +0 -925
- package/dist/mousewheel-865ae601.js +0 -153
package/dist/AllComponents.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./data.mock-483400cb.js";
|
|
2
|
-
import "./index-
|
|
2
|
+
import { g as Q, f as R } from "./index-aa718078.js";
|
|
3
3
|
import "./Banner/Banner.js";
|
|
4
4
|
import "./CardIconList/CardIconList.js";
|
|
5
5
|
import "./CardImageList/CardImageList.js";
|
|
@@ -8,7 +8,6 @@ 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 { f as R, A as S } from "./index-54813771.js";
|
|
12
11
|
import "./IntroBanner/IntroBanner.js";
|
|
13
12
|
import "./MainBanner/MainBanner.js";
|
|
14
13
|
import "./MultiCards/index.js";
|
|
@@ -41,6 +40,6 @@ import "./index-6af94f99.js";
|
|
|
41
40
|
import "./const-637b0dca.js";
|
|
42
41
|
import "./Space/Space.js";
|
|
43
42
|
export {
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
Q as AllComponents,
|
|
44
|
+
R as AllComponentsData
|
|
46
45
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { A as l } from "../index-
|
|
3
|
+
import { A as l } from "../index-aa718078.js";
|
|
4
4
|
import "../SwiperList/components/Bullet/Bullet.js";
|
|
5
5
|
import "../Types/FiledTypes.js";
|
|
6
|
-
import "../swiper-react-
|
|
6
|
+
import "../swiper-react-0815edaf.js";
|
|
7
7
|
import "../cn-6a4bf187.js";
|
|
8
8
|
import "../useScreenSize-c1b64c02.js";
|
|
9
9
|
import "./Slide/Slide.js";
|
|
@@ -1,18 +1,18 @@
|
|
|
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
|
|
4
|
-
const
|
|
3
|
+
import { C as s } from "../ComponentContainer-cdb2528c.js";
|
|
4
|
+
const n = {
|
|
5
5
|
type: "cards",
|
|
6
6
|
label: "Карточки",
|
|
7
7
|
dataType: "array",
|
|
8
8
|
data: {
|
|
9
|
-
...x
|
|
9
|
+
...x.data.keys
|
|
10
10
|
}
|
|
11
|
-
},
|
|
11
|
+
}, d = ["title", n, "turnover"], c = ({
|
|
12
12
|
title: e,
|
|
13
13
|
cards: a,
|
|
14
14
|
turnover: r = !1
|
|
15
|
-
}) => /* @__PURE__ */ l(
|
|
15
|
+
}) => /* @__PURE__ */ l(s, { className: "flex flex-col items-stretch gap-[48px]", children: [
|
|
16
16
|
e && /* @__PURE__ */ t("p", { className: "text-bgBlack text-center text-[44px] font-bold leading-[52px] m-0 max-tablet:text-[26px] max-tablet:leading-[32px]", children: e }),
|
|
17
17
|
/* @__PURE__ */ t("div", { className: "flex gap-[24px] max-tablet:flex-col max-tablet:gap-[16px]", children: a == null ? void 0 : a.map((o, p) => /* @__PURE__ */ t(
|
|
18
18
|
m,
|
|
@@ -23,7 +23,7 @@ const s = {
|
|
|
23
23
|
p
|
|
24
24
|
)) })
|
|
25
25
|
] });
|
|
26
|
-
|
|
26
|
+
c.propsToEdit = d;
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
c as CardImageSecondaryList
|
|
29
29
|
};
|
package/dist/Header/Header.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../cn-6a4bf187.js";
|
|
3
3
|
import "../useScreenSize-c1b64c02.js";
|
|
4
|
-
import { H as e } from "../index-
|
|
4
|
+
import { H as e } from "../index-aa718078.js";
|
|
5
5
|
import "./components/HeaderWeb/HeaderWeb.js";
|
|
6
6
|
export {
|
|
7
7
|
e as Header
|
|
@@ -5,7 +5,7 @@ import "../../../ConfigProvider/index.js";
|
|
|
5
5
|
import "../../../Banner/Banner.js";
|
|
6
6
|
import "../../../BannerAndText/index.js";
|
|
7
7
|
import "../../../cn-6a4bf187.js";
|
|
8
|
-
import {
|
|
8
|
+
import { h as S } from "../../../index-aa718078.js";
|
|
9
9
|
import "../../../HtmlContent/HtmlContent.js";
|
|
10
10
|
import "../TabsOutlined/TabsOutlined.js";
|
|
11
11
|
import "../../../index-6af94f99.js";
|
|
@@ -34,7 +34,6 @@ import "../../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
|
34
34
|
import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
35
35
|
import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
36
36
|
import "../../../Faq/components/Collapse/Collapse.js";
|
|
37
|
-
import "../../../index-3b24fe0f.js";
|
|
38
37
|
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
39
38
|
import "../../../CardInfoTable/index.js";
|
|
40
39
|
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
@@ -43,5 +42,5 @@ import "../../../Space/Space.js";
|
|
|
43
42
|
import "../../../VideoMainBanner/VideoMainBanner.js";
|
|
44
43
|
import "../HeaderTabsMobile/HeaderTabsMobile.js";
|
|
45
44
|
export {
|
|
46
|
-
|
|
45
|
+
S as default
|
|
47
46
|
};
|
|
@@ -4,7 +4,7 @@ import "../../const.js";
|
|
|
4
4
|
import "../../../index-3a534581.js";
|
|
5
5
|
import "../../../cn-6a4bf187.js";
|
|
6
6
|
import "../HeaderMainMobile/HeaderMainMobile.js";
|
|
7
|
-
import {
|
|
7
|
+
import { i as d } from "../../../index-aa718078.js";
|
|
8
8
|
import "../HeaderSearchMobile/HeaderSearchMobile.js";
|
|
9
9
|
export {
|
|
10
10
|
d as HeaderMobile
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { jsx as p } from "react/jsx-runtime";
|
|
2
2
|
import { useEffect as g } from "react";
|
|
3
|
-
import { S as x, N as k,
|
|
4
|
-
import { M as N } from "../../../mousewheel-865ae601.js";
|
|
3
|
+
import { S as x, N as k, M as S, a as y, b as N } from "../../../swiper-react-0815edaf.js";
|
|
5
4
|
import { R as v } from "../../../routes-382632ac.js";
|
|
6
5
|
import { c as M } from "../../../cn-6a4bf187.js";
|
|
7
|
-
import '../../../assets/swiper.css';/* empty css */x.use([k,
|
|
8
|
-
const
|
|
6
|
+
import '../../../assets/swiper.css';/* empty css */x.use([k, S]);
|
|
7
|
+
const T = ({ sectionsData: l, setCategoriesData: w }) => {
|
|
9
8
|
g(() => {
|
|
10
9
|
var r;
|
|
11
10
|
(l == null ? void 0 : l.length) > 0 && l[0] && w(((r = l[0]) == null ? void 0 : r.categories) || []);
|
|
@@ -36,13 +35,13 @@ const j = ({ sectionsData: l, setCategoriesData: w }) => {
|
|
|
36
35
|
);
|
|
37
36
|
};
|
|
38
37
|
return /* @__PURE__ */ p("div", { className: "py-2 mb-3 [&_.swiper-slide]:w-auto", children: /* @__PURE__ */ p(
|
|
39
|
-
|
|
38
|
+
y,
|
|
40
39
|
{
|
|
41
40
|
spaceBetween: 8,
|
|
42
41
|
slidesPerView: "auto",
|
|
43
42
|
mousewheel: !0,
|
|
44
43
|
children: l == null ? void 0 : l.map((r, o) => r && /* @__PURE__ */ p(
|
|
45
|
-
|
|
44
|
+
N,
|
|
46
45
|
{
|
|
47
46
|
className: c(r, o),
|
|
48
47
|
onClick: () => h((r == null ? void 0 : r.id) || 0, r == null ? void 0 : r.link, (r == null ? void 0 : r.categories) || []),
|
|
@@ -54,5 +53,5 @@ const j = ({ sectionsData: l, setCategoriesData: w }) => {
|
|
|
54
53
|
) });
|
|
55
54
|
};
|
|
56
55
|
export {
|
|
57
|
-
|
|
56
|
+
T as default
|
|
58
57
|
};
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
2
|
-
import { S as
|
|
3
|
-
import { M as f } from "../../../mousewheel-865ae601.js";
|
|
1
|
+
import { jsx as t, jsxs as o } from "react/jsx-runtime";
|
|
2
|
+
import { S as u, N as p, M as d, a as c, b as f } from "../../../swiper-react-0815edaf.js";
|
|
4
3
|
import { c as i } from "../../../cn-6a4bf187.js";
|
|
5
|
-
|
|
6
|
-
const
|
|
4
|
+
u.use([p, d]);
|
|
5
|
+
const h = ({
|
|
7
6
|
navigation: r,
|
|
8
7
|
onClick: l,
|
|
9
8
|
activeTab: n
|
|
10
9
|
}) => !r || (r == null ? void 0 : r.length) === 0 ? null : /* @__PURE__ */ t("div", { className: "relative border-b border-[#CAD1D7]", children: /* @__PURE__ */ t(
|
|
11
|
-
|
|
10
|
+
c,
|
|
12
11
|
{
|
|
13
12
|
spaceBetween: 0,
|
|
14
13
|
slidesPerView: "auto",
|
|
@@ -16,12 +15,12 @@ const w = ({
|
|
|
16
15
|
children: r.map((e) => {
|
|
17
16
|
if (!e.count)
|
|
18
17
|
return null;
|
|
19
|
-
const
|
|
18
|
+
const a = n === e.id;
|
|
20
19
|
return /* @__PURE__ */ t(
|
|
21
|
-
|
|
20
|
+
f,
|
|
22
21
|
{
|
|
23
22
|
className: "!w-auto",
|
|
24
|
-
children: /* @__PURE__ */
|
|
23
|
+
children: /* @__PURE__ */ o("div", { className: "mr-6 pb-2 flex items-center gap-2", children: [
|
|
25
24
|
/* @__PURE__ */ t(
|
|
26
25
|
"button",
|
|
27
26
|
{
|
|
@@ -32,7 +31,7 @@ const w = ({
|
|
|
32
31
|
},
|
|
33
32
|
className: i(
|
|
34
33
|
"text-[16px] font-medium cursor-pointer select-none m-0 inline-flex items-center justify-center text-[#3E454C] leading-[24px] relative bg-transparent border-none p-0",
|
|
35
|
-
|
|
34
|
+
a && "text-[#0E0F11] font-medium after:absolute after:top-[30px] after:right-0 after:w-full after:border-b-[1.5px] after:border-[#16A34A]"
|
|
36
35
|
),
|
|
37
36
|
children: e == null ? void 0 : e.title
|
|
38
37
|
}
|
|
@@ -46,5 +45,5 @@ const w = ({
|
|
|
46
45
|
}
|
|
47
46
|
) });
|
|
48
47
|
export {
|
|
49
|
-
|
|
48
|
+
h as TabsOutlined
|
|
50
49
|
};
|
package/dist/Header/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../InfoBanner/index.js";
|
|
3
|
-
import { a as n } from "../index-
|
|
3
|
+
import { a as n } from "../index-aa718078.js";
|
|
4
4
|
import "../ComponentContainer-cdb2528c.js";
|
|
5
5
|
import "../cn-6a4bf187.js";
|
|
6
6
|
import "../useScreenSize-c1b64c02.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../index-6af94f99.js";
|
|
3
3
|
import "../const-637b0dca.js";
|
|
4
4
|
import "../ComponentContainer-cdb2528c.js";
|
|
5
|
-
import { I as s,
|
|
5
|
+
import { I as s, k as a } from "../index-aa718078.js";
|
|
6
6
|
export {
|
|
7
7
|
s as InstructionList,
|
|
8
8
|
a as cards
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import { d as
|
|
3
|
+
import { d as T, j as U } from "../../../index-aa718078.js";
|
|
4
4
|
import "../../../ConfigProvider/index.js";
|
|
5
5
|
import "../../../Banner/Banner.js";
|
|
6
6
|
import "../../../BannerAndText/index.js";
|
|
@@ -35,7 +35,6 @@ import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
|
35
35
|
import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
36
36
|
import "../../../Faq/components/Collapse/Collapse.js";
|
|
37
37
|
import "../InstructionModal/InstructionModal.js";
|
|
38
|
-
import "../../../index-3b24fe0f.js";
|
|
39
38
|
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
40
39
|
import "../../../CardInfoTable/index.js";
|
|
41
40
|
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
@@ -44,6 +43,6 @@ import "../../../Space/Space.js";
|
|
|
44
43
|
import "../../../VideoMainBanner/VideoMainBanner.js";
|
|
45
44
|
import "../../../Types/FiledTypes.js";
|
|
46
45
|
export {
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
T as InstructionCard,
|
|
47
|
+
U as InstructionCardData
|
|
49
48
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../ConfigProvider/index.js";
|
|
2
2
|
import "../Banner/Banner.js";
|
|
3
3
|
import "../BannerAndText/index.js";
|
|
4
|
-
import "../index-
|
|
4
|
+
import "../index-aa718078.js";
|
|
5
5
|
import "../Footer/Footer.js";
|
|
6
6
|
import "../Stepper/Stepper.js";
|
|
7
7
|
import "../Segments/Segments.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../index-6af94f99.js";
|
|
3
3
|
import "../const-637b0dca.js";
|
|
4
4
|
import "../ComponentContainer-cdb2528c.js";
|
|
5
|
-
import { P as e } from "../index-
|
|
5
|
+
import { P as e } from "../index-aa718078.js";
|
|
6
6
|
export {
|
|
7
7
|
e as PreviewList
|
|
8
8
|
};
|
|
@@ -21,7 +21,7 @@ import "../../../Partners/Partners.js";
|
|
|
21
21
|
import "../../../CardImageList/CardImageList.js";
|
|
22
22
|
import "../../../MainBanner/MainBanner.js";
|
|
23
23
|
import "../../../Faq/Faq.js";
|
|
24
|
-
import { e as
|
|
24
|
+
import { e as S, l as T } from "../../../index-aa718078.js";
|
|
25
25
|
import "../../../HeroPossibilityBanner/index.js";
|
|
26
26
|
import "../../../PartnersColors/PartnersColors.js";
|
|
27
27
|
import "../../../Cards/CardImage/CardImage.js";
|
|
@@ -34,7 +34,6 @@ import "../../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
|
34
34
|
import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
35
35
|
import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
36
36
|
import "../../../Faq/components/Collapse/Collapse.js";
|
|
37
|
-
import "../../../index-3b24fe0f.js";
|
|
38
37
|
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
39
38
|
import "../../../CardInfoTable/index.js";
|
|
40
39
|
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
@@ -43,6 +42,6 @@ import "../../../Space/Space.js";
|
|
|
43
42
|
import "../../../VideoMainBanner/VideoMainBanner.js";
|
|
44
43
|
import "../../../Types/FiledTypes.js";
|
|
45
44
|
export {
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
S as PreviewCard,
|
|
46
|
+
T as PreviewCardData
|
|
48
47
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../Types/FiledTypes.js";
|
|
3
|
-
import { b as s } from "../index-
|
|
3
|
+
import { b as s } from "../index-aa718078.js";
|
|
4
4
|
import "../ComponentContainer-cdb2528c.js";
|
|
5
5
|
import "../cn-6a4bf187.js";
|
|
6
6
|
import "../useScreenSize-c1b64c02.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-0e7046ee.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(
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { m as T, C as U } from "../../../index-aa718078.js";
|
|
3
3
|
import "../../../ConfigProvider/index.js";
|
|
4
4
|
import "../../../Banner/Banner.js";
|
|
5
5
|
import "../../../BannerAndText/index.js";
|
|
@@ -35,7 +35,6 @@ import "../../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
|
35
35
|
import "../../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
36
36
|
import "../../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
37
37
|
import "../../../Faq/components/Collapse/Collapse.js";
|
|
38
|
-
import "../../../index-3b24fe0f.js";
|
|
39
38
|
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
40
39
|
import "../../../CardInfoTable/index.js";
|
|
41
40
|
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
@@ -44,6 +43,6 @@ import "../../../Space/Space.js";
|
|
|
44
43
|
import "../../../VideoMainBanner/VideoMainBanner.js";
|
|
45
44
|
import "../../../Types/FiledTypes.js";
|
|
46
45
|
export {
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
T as CardMarkedRow,
|
|
47
|
+
U as CardMarkedRowFields
|
|
49
48
|
};
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../Types/FiledTypes.js";
|
|
3
3
|
import "../ComponentContainer-cdb2528c.js";
|
|
4
4
|
import "../cn-6a4bf187.js";
|
|
5
|
-
import { c as e } from "../index-
|
|
5
|
+
import { c as e } from "../index-aa718078.js";
|
|
6
6
|
import "./components/CardWarning/index.js";
|
|
7
7
|
export {
|
|
8
8
|
e as StandartTable
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../index-
|
|
3
|
+
import { S as f } from "../index-aa718078.js";
|
|
4
4
|
import "../Types/FiledTypes.js";
|
|
5
|
-
import "../swiper-react-
|
|
6
|
-
import { S as w } from "../index-54813771.js";
|
|
5
|
+
import "../swiper-react-0815edaf.js";
|
|
7
6
|
import "../ComponentContainer-cdb2528c.js";
|
|
8
7
|
import "./components/Bullet/Bullet.js";
|
|
9
8
|
import "./components/Slide/Slide.js";
|
|
10
9
|
import '../assets/swiper.css';/* empty css */export {
|
|
11
|
-
|
|
10
|
+
f as SwiperList
|
|
12
11
|
};
|
package/dist/SwiperList/index.js
CHANGED
|
@@ -9,9 +9,9 @@ const v = {
|
|
|
9
9
|
label: "Кнопки",
|
|
10
10
|
dataType: "array",
|
|
11
11
|
data: {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
color_text: m.COLOR,
|
|
13
|
+
link: m.LINK,
|
|
14
|
+
title: m.TITLE
|
|
15
15
|
}
|
|
16
16
|
}, N = [
|
|
17
17
|
"title",
|
|
@@ -25,24 +25,24 @@ const v = {
|
|
|
25
25
|
"isShadow",
|
|
26
26
|
"grid"
|
|
27
27
|
], k = ({
|
|
28
|
-
title:
|
|
28
|
+
title: f,
|
|
29
29
|
description: p,
|
|
30
30
|
image: i,
|
|
31
31
|
image_mob: c,
|
|
32
|
-
logo:
|
|
33
|
-
animation:
|
|
32
|
+
logo: s,
|
|
33
|
+
animation: o,
|
|
34
34
|
animation_mob: d,
|
|
35
35
|
buttons: x,
|
|
36
36
|
isShadow: n = !1,
|
|
37
37
|
grid: h
|
|
38
38
|
}) => {
|
|
39
|
-
const
|
|
39
|
+
const b = (l, a) => (a == null ? void 0 : a.length) % 2 !== 0 && l === (a == null ? void 0 : a.length) - 1;
|
|
40
40
|
return /* @__PURE__ */ r("div", { children: [
|
|
41
41
|
/* @__PURE__ */ e(g, { children: /* @__PURE__ */ r("div", { className: "flex flex-col items-center pt-[40px] max-tablet:pt-[32px]", children: [
|
|
42
|
-
|
|
42
|
+
s && /* @__PURE__ */ e(
|
|
43
43
|
w,
|
|
44
44
|
{
|
|
45
|
-
src:
|
|
45
|
+
src: s,
|
|
46
46
|
alt: "mtravel logo",
|
|
47
47
|
className: t(
|
|
48
48
|
"mb-[36px] w-[427px] h-[94px] max-tablet:w-full max-tablet:h-[45px] max-tablet:mt-[12px] max-tablet:mb-[24px] xxl:!h-[131px] xxl:w-full xxl:mt-[12px] xxl:mb-[24px]"
|
|
@@ -50,7 +50,7 @@ const v = {
|
|
|
50
50
|
imageStyles: "h-full w-full object-contain"
|
|
51
51
|
}
|
|
52
52
|
),
|
|
53
|
-
/* @__PURE__ */ e("h1", { className: "text-black2 text-[40px] font-bold leading-[50px] mb-[24px] text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[20px] xxl:text-[56px] xxl:leading-[66px]", children:
|
|
53
|
+
/* @__PURE__ */ e("h1", { className: "text-black2 text-[40px] font-bold leading-[50px] mb-[24px] text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[20px] xxl:text-[56px] xxl:leading-[66px]", children: f }),
|
|
54
54
|
p && /* @__PURE__ */ e("p", { className: "text-black2 text-center text-[20px] font-normal leading-[25px] mb-[36px] w-[75%] max-tablet:text-[16px] max-tablet:leading-[20px] max-tablet:w-full", children: p }),
|
|
55
55
|
/* @__PURE__ */ e(
|
|
56
56
|
"div",
|
|
@@ -60,12 +60,12 @@ const v = {
|
|
|
60
60
|
children: x == null ? void 0 : x.map((l, a) => /* @__PURE__ */ e(
|
|
61
61
|
"a",
|
|
62
62
|
{
|
|
63
|
-
href: l == null ? void 0 : l.
|
|
63
|
+
href: l == null ? void 0 : l.link,
|
|
64
64
|
className: u("flex items-center", {
|
|
65
|
-
[`col-span-${h}`]:
|
|
65
|
+
[`col-span-${h}`]: b(a, x)
|
|
66
66
|
}),
|
|
67
67
|
target: "_blank",
|
|
68
|
-
children: /* @__PURE__ */ e(y, { className: "font-[Inter] h-[56px] mx-auto px-[32px] py-[12px] max-tablet:px-[32px] max-tablet:py-[12px]", children: l == null ? void 0 : l.
|
|
68
|
+
children: /* @__PURE__ */ e(y, { className: "font-[Inter] h-[56px] mx-auto px-[32px] py-[12px] max-tablet:px-[32px] max-tablet:py-[12px]", children: l == null ? void 0 : l.title })
|
|
69
69
|
}
|
|
70
70
|
))
|
|
71
71
|
}
|
|
@@ -106,7 +106,7 @@ const v = {
|
|
|
106
106
|
"source",
|
|
107
107
|
{
|
|
108
108
|
type: "video/webm",
|
|
109
|
-
src:
|
|
109
|
+
src: o
|
|
110
110
|
}
|
|
111
111
|
)
|
|
112
112
|
]
|
|
@@ -152,7 +152,7 @@ const v = {
|
|
|
152
152
|
"source",
|
|
153
153
|
{
|
|
154
154
|
type: "video/webm",
|
|
155
|
-
src:
|
|
155
|
+
src: o
|
|
156
156
|
}
|
|
157
157
|
)
|
|
158
158
|
]
|
package/dist/assets/index2.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}
|
|
1
|
+
:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.htmlContent{font-size:15px;line-height:22px;color:#40474f;margin:0}.htmlContent ul{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:34px;column-gap:34px;row-gap:12px;list-style:disc;padding:0 0 0 20px;margin:0}.htmlContent ul li{width:240px}@media screen and (max-width: 768px){.htmlContent ul{grid-template-columns:repeat(1,1fr)}}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { I as r, P as o, S as i, A as m, a as t, T as a, b as n, c as e, H as p } from "./index-aa718078.js";
|
|
2
|
+
import { Banner as s } from "./Banner/Banner.js";
|
|
3
|
+
import { CardIconList as f } from "./CardIconList/CardIconList.js";
|
|
4
|
+
import { CardImageList as d } from "./CardImageList/CardImageList.js";
|
|
5
|
+
import { CardImageSecondaryList as l } from "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
6
|
+
import { CardInfoTable as L } from "./CardInfoTable/index.js";
|
|
7
|
+
import { WarningCard as C } from "./Cards/WarningCard/WarningCard.js";
|
|
8
|
+
import { ContentCardList as F } from "./ContentCardList/ContentCardList.js";
|
|
9
|
+
import { DownloadFileBanner as c } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
10
|
+
import { DownloadFileBright as w } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
11
|
+
import { DownloadFileFull as B } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
12
|
+
import { DownloadFileHalf as I } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
13
|
+
import { DownloadFileMini as S } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
14
|
+
import { Faq as M } from "./Faq/Faq.js";
|
|
15
|
+
import { Footer as P } from "./Footer/Footer.js";
|
|
16
|
+
import { IntroBanner as g } from "./IntroBanner/IntroBanner.js";
|
|
17
|
+
import { MainBanner as D } from "./MainBanner/MainBanner.js";
|
|
18
|
+
import { MultiCards as u } from "./MultiCards/index.js";
|
|
19
|
+
import { Partners as T } from "./Partners/Partners.js";
|
|
20
|
+
import { PartnersColors as V } from "./PartnersColors/PartnersColors.js";
|
|
21
|
+
import { Segments as b } from "./Segments/Segments.js";
|
|
22
|
+
import { Space as H } from "./Space/Space.js";
|
|
23
|
+
import { Stepper as A } from "./Stepper/Stepper.js";
|
|
24
|
+
import { VideoFull as h } from "./Video/VideoFull/VideoFull.js";
|
|
25
|
+
import { VideoList as k } from "./Video/VideoList/VideoList.js";
|
|
26
|
+
import { VideoListMini as q } from "./Video/VideoListMini/VideoListMini.js";
|
|
27
|
+
import { VideoMainBanner as v } from "./VideoMainBanner/VideoMainBanner.js";
|
|
28
|
+
const pr = {
|
|
29
|
+
Banner: s,
|
|
30
|
+
CardImageList: d,
|
|
31
|
+
Stepper: A,
|
|
32
|
+
Segments: b,
|
|
33
|
+
VideoFull: h,
|
|
34
|
+
VideoList: k,
|
|
35
|
+
VideoListMini: q,
|
|
36
|
+
ContentCardList: F,
|
|
37
|
+
CardIconList: f,
|
|
38
|
+
MultiCards: u,
|
|
39
|
+
Partners: T,
|
|
40
|
+
PartnersColors: V,
|
|
41
|
+
MainBanner: D,
|
|
42
|
+
WarningCard: C,
|
|
43
|
+
Faq: M,
|
|
44
|
+
DownloadFileBanner: c,
|
|
45
|
+
DownloadFileHalf: I,
|
|
46
|
+
DownloadFileFull: B,
|
|
47
|
+
DownloadFileMini: S,
|
|
48
|
+
InstructionList: r,
|
|
49
|
+
PreviewList: o,
|
|
50
|
+
SwiperList: i,
|
|
51
|
+
AnimatedSwiper: m,
|
|
52
|
+
InfoBannerList: t,
|
|
53
|
+
TasksBannerList: a,
|
|
54
|
+
VideoMainBanner: v,
|
|
55
|
+
Space: H,
|
|
56
|
+
PromoPoster: n,
|
|
57
|
+
CardImageSecondaryList: l,
|
|
58
|
+
CardInfoTable: L,
|
|
59
|
+
StandartTable: e,
|
|
60
|
+
IntroBanner: g,
|
|
61
|
+
DownloadFileBright: w,
|
|
62
|
+
Header: p,
|
|
63
|
+
Footer: P
|
|
64
|
+
};
|
|
65
|
+
export {
|
|
66
|
+
pr as c
|
|
67
|
+
};
|