md-components-mdigial-azamat 0.0.39 → 0.0.41
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 +2 -2
- package/dist/AnimatedSwiper/Slide/Slide.js +25 -23
- package/dist/AnimatedSwiper/index.js +1 -1
- package/dist/CardIconList/CardIconList.js +25 -25
- package/dist/Footer/components/SocialButtonsList/SocialButtonsList.js +31 -29
- package/dist/Header/Header.js +1 -1
- package/dist/Header/components/HeaderCard/HeaderCard.js +15 -15
- package/dist/Header/components/HeaderMenu/HeaderMenu.js +33 -31
- package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +2 -2
- package/dist/Header/components/HeaderMobile/HeaderMobile.js +1 -1
- package/dist/Header/components/HeaderMobile/index.js +1 -1
- package/dist/Header/components/HeaderResults/HeaderResults.js +7 -7
- package/dist/Header/components/HeaderTab/HeaderTab.js +26 -20
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +37 -34
- package/dist/Header/components/HeaderWeb/HeaderWeb.js +54 -50
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/dist/StandartTable/index.js +1 -1
- package/dist/SwiperList/SwiperList.js +2 -2
- 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/{componentsMap-d90efb17.js → componentsMap-ec48f708.js} +2 -2
- package/dist/{index-66837af1.js → index-3b24fe0f.js} +85 -84
- package/dist/{index-db31fa48.js → index-4c5d924e.js} +129 -128
- package/dist/main.js +1 -1
- package/package.json +1 -1
|
@@ -1,55 +1,58 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useEffect as
|
|
3
|
-
import { S as
|
|
4
|
-
import { M as
|
|
5
|
-
import { R as
|
|
6
|
-
import { c as
|
|
7
|
-
import '../../../assets/swiper.css';/* empty css */
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect as g } from "react";
|
|
3
|
+
import { S as x, N as k, a as S, b as y } from "../../../swiper-react-90953710.js";
|
|
4
|
+
import { M as N } from "../../../mousewheel-865ae601.js";
|
|
5
|
+
import { R as v } from "../../../routes-382632ac.js";
|
|
6
|
+
import { c as M } from "../../../cn-6a4bf187.js";
|
|
7
|
+
import '../../../assets/swiper.css';/* empty css */x.use([k, N]);
|
|
8
|
+
const j = ({ sectionsData: l, setCategoriesData: w }) => {
|
|
9
|
+
g(() => {
|
|
10
|
+
var r;
|
|
11
|
+
(l == null ? void 0 : l.length) > 0 && l[0] && w(((r = l[0]) == null ? void 0 : r.categories) || []);
|
|
12
|
+
}, [l, w]);
|
|
13
|
+
const h = (r, o, n) => {
|
|
14
|
+
if (o) {
|
|
15
|
+
window.location.href = o;
|
|
15
16
|
return;
|
|
16
17
|
}
|
|
17
|
-
window.location.href =
|
|
18
|
-
},
|
|
19
|
-
if (!
|
|
18
|
+
window.location.href = v.MAIN_PAGE, w(n);
|
|
19
|
+
}, f = window.location.pathname.startsWith("/") ? window.location.pathname.slice(1) : window.location.pathname, a = (r) => {
|
|
20
|
+
if (!r)
|
|
20
21
|
return "";
|
|
21
22
|
try {
|
|
22
|
-
return new URL(
|
|
23
|
+
return new URL(r).pathname;
|
|
23
24
|
} catch {
|
|
24
|
-
return
|
|
25
|
+
return r;
|
|
25
26
|
}
|
|
26
|
-
},
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
),
|
|
30
|
-
|
|
27
|
+
}, u = (r) => r ? a(r).replace(/^\//, "").split("?")[0].split("#")[0] : "", c = (r, o) => {
|
|
28
|
+
if (!r)
|
|
29
|
+
return "";
|
|
30
|
+
const n = u(f), e = u(r == null ? void 0 : r.link), b = (l == null ? void 0 : l.some(
|
|
31
|
+
(d) => d && u(d == null ? void 0 : d.link) === n
|
|
32
|
+
)) || !1, s = (r == null ? void 0 : r.link) && e === n || !(r != null && r.link) && (!b || !f) && o === 0;
|
|
33
|
+
return M(
|
|
31
34
|
"swiper-slide w-auto",
|
|
32
|
-
|
|
35
|
+
s && "bg-yellowLight rounded-xl [&_.tab]:bg-yellowLight [&_.tab]:rounded-xl"
|
|
33
36
|
);
|
|
34
37
|
};
|
|
35
|
-
return /* @__PURE__ */
|
|
36
|
-
|
|
38
|
+
return /* @__PURE__ */ p("div", { className: "py-2 mb-3 [&_.swiper-slide]:w-auto", children: /* @__PURE__ */ p(
|
|
39
|
+
S,
|
|
37
40
|
{
|
|
38
41
|
spaceBetween: 8,
|
|
39
42
|
slidesPerView: "auto",
|
|
40
43
|
mousewheel: !0,
|
|
41
|
-
children:
|
|
42
|
-
|
|
44
|
+
children: l == null ? void 0 : l.map((r, o) => r && /* @__PURE__ */ p(
|
|
45
|
+
y,
|
|
43
46
|
{
|
|
44
|
-
className:
|
|
45
|
-
onClick: () =>
|
|
46
|
-
children: /* @__PURE__ */
|
|
47
|
+
className: c(r, o),
|
|
48
|
+
onClick: () => h((r == null ? void 0 : r.id) || 0, r == null ? void 0 : r.link, (r == null ? void 0 : r.categories) || []),
|
|
49
|
+
children: /* @__PURE__ */ p("div", { className: "py-2.5 px-4 rounded-xl bg-[#f4f6f7] text-[#0e0f11] text-sm font-medium leading-5 tab", children: (r == null ? void 0 : r.title) || "" })
|
|
47
50
|
},
|
|
48
|
-
r
|
|
51
|
+
(r == null ? void 0 : r.id) || o
|
|
49
52
|
))
|
|
50
53
|
}
|
|
51
54
|
) });
|
|
52
55
|
};
|
|
53
56
|
export {
|
|
54
|
-
|
|
57
|
+
j as default
|
|
55
58
|
};
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { useState as l, useMemo as f } from "react";
|
|
3
3
|
import { M as z, G as D } from "../../../logo-99aa20bd.js";
|
|
4
4
|
import { S as W } from "../../../search-dd4eb6f8.js";
|
|
5
|
-
import { a as
|
|
5
|
+
import { a as k } from "../../../cn-6a4bf187.js";
|
|
6
6
|
import { R as h } from "../../../routes-382632ac.js";
|
|
7
7
|
import { u as E } from "../../../useClickOutside-197b0df2.js";
|
|
8
|
-
import { I as
|
|
8
|
+
import { I as H } from "../../../index-2265d593.js";
|
|
9
9
|
import O from "../HeaderMenu/HeaderMenu.js";
|
|
10
10
|
import P from "../HeaderResults/HeaderResults.js";
|
|
11
11
|
import { H as q } from "../../../index-3a534581.js";
|
|
12
|
-
import { HeaderTab as
|
|
12
|
+
import { HeaderTab as I } from "../HeaderTab/HeaderTab.js";
|
|
13
13
|
import B from "../SelectLanguage/SelectLanguage.js";
|
|
14
|
-
const F = "category",
|
|
15
|
-
const [g,
|
|
14
|
+
const F = "category", T = "link", se = ({ sections: r, darkTheme: p }) => {
|
|
15
|
+
const [g, n] = l(null), [d, b] = l(!1), [u, a] = l(!1), [s, x] = l(
|
|
16
16
|
[]
|
|
17
|
-
), [
|
|
18
|
-
a(!1),
|
|
17
|
+
), [i, m] = l(0), { ref: M } = E(u, () => {
|
|
18
|
+
a(!1), n(null), m(0);
|
|
19
19
|
}), y = (e) => {
|
|
20
20
|
window.location.href = e || "/";
|
|
21
21
|
}, w = (e) => {
|
|
22
|
-
const { type:
|
|
23
|
-
|
|
22
|
+
const { type: A, id: G, data: _ } = e;
|
|
23
|
+
A === F && (x(_), a(!0)), A === T && (a(!1), x([])), n(G);
|
|
24
24
|
}, v = (e) => {
|
|
25
|
-
e ===
|
|
25
|
+
e === T && n(null);
|
|
26
26
|
}, S = () => {
|
|
27
|
-
b(!
|
|
28
|
-
},
|
|
29
|
-
|
|
30
|
-
},
|
|
31
|
-
return /* @__PURE__ */
|
|
27
|
+
b(!d), a(!1);
|
|
28
|
+
}, C = () => {
|
|
29
|
+
m(0), a(!1), n(null);
|
|
30
|
+
}, N = f(() => s.find((e) => e.id === i), [i, s]), L = window.location.pathname.startsWith(h.ISLAM), c = f(() => Array.isArray(r) ? r : r ? [r] : [], [r]), R = f(() => c.filter((e) => !e.is_left), [c]), j = f(() => c.filter((e) => e.is_left), [c]);
|
|
31
|
+
return /* @__PURE__ */ o(
|
|
32
32
|
"header",
|
|
33
33
|
{
|
|
34
|
-
className:
|
|
34
|
+
className: k(
|
|
35
35
|
"relative w-full container bg-white",
|
|
36
36
|
p && "bg-gray-900 text-white transition-all duration-500",
|
|
37
|
-
|
|
37
|
+
u && p && "bg-white text-gray-700"
|
|
38
38
|
),
|
|
39
39
|
children: [
|
|
40
|
-
!
|
|
40
|
+
!d && /* @__PURE__ */ o("div", { className: "flex items-center h-13 px-6 lg:px-0 max-w-[1200px] mx-auto", children: [
|
|
41
41
|
/* @__PURE__ */ t(
|
|
42
42
|
"a",
|
|
43
43
|
{
|
|
44
44
|
href: L ? h.ISLAM : h.MAIN_PAGE,
|
|
45
45
|
className: "flex items-center gap-6 mr-12 cursor-pointer",
|
|
46
46
|
children: /* @__PURE__ */ t(
|
|
47
|
-
|
|
47
|
+
H,
|
|
48
48
|
{
|
|
49
49
|
src: z,
|
|
50
50
|
alt: "Logo",
|
|
@@ -54,21 +54,10 @@ const F = "category", I = "link", se = ({ sections: r, darkTheme: p }) => {
|
|
|
54
54
|
)
|
|
55
55
|
}
|
|
56
56
|
),
|
|
57
|
-
/* @__PURE__ */
|
|
58
|
-
/* @__PURE__ */ t("div", { className: "flex items-center gap-2", children: R.map(
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
item: e,
|
|
62
|
-
activeTab: g,
|
|
63
|
-
onTabClick: y,
|
|
64
|
-
onTabHover: w,
|
|
65
|
-
onTabLeave: v
|
|
66
|
-
},
|
|
67
|
-
e.id
|
|
68
|
-
)) }),
|
|
69
|
-
/* @__PURE__ */ s("div", { className: "flex items-center gap-2", children: [
|
|
70
|
-
/* @__PURE__ */ t("div", { className: "flex items-center gap-2 pr-6 border-r border-gray-300 mr-4", children: j.map((e) => /* @__PURE__ */ t(
|
|
71
|
-
H,
|
|
57
|
+
/* @__PURE__ */ o("div", { className: "flex items-center justify-between flex-grow", children: [
|
|
58
|
+
/* @__PURE__ */ t("div", { className: "flex items-center gap-2", children: R.map(
|
|
59
|
+
(e) => e && /* @__PURE__ */ t(
|
|
60
|
+
I,
|
|
72
61
|
{
|
|
73
62
|
item: e,
|
|
74
63
|
activeTab: g,
|
|
@@ -76,8 +65,23 @@ const F = "category", I = "link", se = ({ sections: r, darkTheme: p }) => {
|
|
|
76
65
|
onTabHover: w,
|
|
77
66
|
onTabLeave: v
|
|
78
67
|
},
|
|
79
|
-
e.id
|
|
80
|
-
)
|
|
68
|
+
e == null ? void 0 : e.id
|
|
69
|
+
)
|
|
70
|
+
) }),
|
|
71
|
+
/* @__PURE__ */ o("div", { className: "flex items-center gap-2", children: [
|
|
72
|
+
/* @__PURE__ */ t("div", { className: "flex items-center gap-2 pr-6 border-r border-gray-300 mr-4", children: j.map(
|
|
73
|
+
(e) => e && /* @__PURE__ */ t(
|
|
74
|
+
I,
|
|
75
|
+
{
|
|
76
|
+
item: e,
|
|
77
|
+
activeTab: g,
|
|
78
|
+
onTabClick: y,
|
|
79
|
+
onTabHover: w,
|
|
80
|
+
onTabLeave: v
|
|
81
|
+
},
|
|
82
|
+
e == null ? void 0 : e.id
|
|
83
|
+
)
|
|
84
|
+
) }),
|
|
81
85
|
/* @__PURE__ */ t(B, {}),
|
|
82
86
|
/* @__PURE__ */ t(
|
|
83
87
|
"button",
|
|
@@ -85,7 +89,7 @@ const F = "category", I = "link", se = ({ sections: r, darkTheme: p }) => {
|
|
|
85
89
|
onClick: S,
|
|
86
90
|
className: "flex items-center justify-center w-9 h-9 p-1.5 rounded-full bg-gray-200",
|
|
87
91
|
children: /* @__PURE__ */ t(
|
|
88
|
-
|
|
92
|
+
H,
|
|
89
93
|
{
|
|
90
94
|
src: W,
|
|
91
95
|
alt: "search icon",
|
|
@@ -106,37 +110,37 @@ const F = "category", I = "link", se = ({ sections: r, darkTheme: p }) => {
|
|
|
106
110
|
] })
|
|
107
111
|
] })
|
|
108
112
|
] }),
|
|
109
|
-
|
|
113
|
+
d && /* @__PURE__ */ t(
|
|
110
114
|
q,
|
|
111
115
|
{
|
|
112
116
|
closeSearch: S,
|
|
113
117
|
onClick: () => b(!1)
|
|
114
118
|
}
|
|
115
119
|
),
|
|
116
|
-
/* @__PURE__ */
|
|
120
|
+
/* @__PURE__ */ o(
|
|
117
121
|
"div",
|
|
118
122
|
{
|
|
119
|
-
className:
|
|
123
|
+
className: k(
|
|
120
124
|
"flex bg-white rounded-2xl backdrop-blur-md w-full shadow-lg absolute top-[75px] left-0 z-50 transition-all duration-300 ease-out",
|
|
121
|
-
|
|
125
|
+
u ? "opacity-100 translate-y-0 pointer-events-auto visible" : "opacity-0 -translate-y-5 pointer-events-none invisible"
|
|
122
126
|
),
|
|
123
|
-
ref:
|
|
127
|
+
ref: M,
|
|
124
128
|
children: [
|
|
125
129
|
/* @__PURE__ */ t(
|
|
126
130
|
O,
|
|
127
131
|
{
|
|
128
|
-
categories:
|
|
129
|
-
activeSubcategory:
|
|
132
|
+
categories: s,
|
|
133
|
+
activeSubcategory: m,
|
|
130
134
|
openResult: a
|
|
131
135
|
}
|
|
132
136
|
),
|
|
133
|
-
/* @__PURE__ */ t(
|
|
137
|
+
N || s[i] ? /* @__PURE__ */ t(
|
|
134
138
|
P,
|
|
135
139
|
{
|
|
136
|
-
data:
|
|
137
|
-
onClick:
|
|
140
|
+
data: N || s[i],
|
|
141
|
+
onClick: C
|
|
138
142
|
}
|
|
139
|
-
)
|
|
143
|
+
) : null
|
|
140
144
|
]
|
|
141
145
|
}
|
|
142
146
|
)
|
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-4c5d924e.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, j as a } from "../index-
|
|
5
|
+
import { I as s, j as a } from "../index-4c5d924e.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 U, i as V } from "../../../index-
|
|
3
|
+
import { d as U, i as V } from "../../../index-4c5d924e.js";
|
|
4
4
|
import "../../../ConfigProvider/index.js";
|
|
5
5
|
import "../../../Banner/Banner.js";
|
|
6
6
|
import "../../../BannerAndText/index.js";
|
|
@@ -35,7 +35,7 @@ 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-
|
|
38
|
+
import "../../../index-3b24fe0f.js";
|
|
39
39
|
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
40
40
|
import "../../../CardInfoTable/index.js";
|
|
41
41
|
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
@@ -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-4c5d924e.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-4c5d924e.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 T, k as U } from "../../../index-
|
|
24
|
+
import { e as T, k as U } from "../../../index-4c5d924e.js";
|
|
25
25
|
import "../../../HeroPossibilityBanner/index.js";
|
|
26
26
|
import "../../../PartnersColors/PartnersColors.js";
|
|
27
27
|
import "../../../Cards/CardImage/CardImage.js";
|
|
@@ -34,7 +34,7 @@ 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-
|
|
37
|
+
import "../../../index-3b24fe0f.js";
|
|
38
38
|
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
39
39
|
import "../../../CardInfoTable/index.js";
|
|
40
40
|
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
@@ -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-4c5d924e.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-ec48f708.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 { l as U, C as V } from "../../../index-
|
|
2
|
+
import { l as U, C as V } from "../../../index-4c5d924e.js";
|
|
3
3
|
import "../../../ConfigProvider/index.js";
|
|
4
4
|
import "../../../Banner/Banner.js";
|
|
5
5
|
import "../../../BannerAndText/index.js";
|
|
@@ -35,7 +35,7 @@ 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-
|
|
38
|
+
import "../../../index-3b24fe0f.js";
|
|
39
39
|
import "../../../CardImageSecondaryList/CardImageSecondaryList.js";
|
|
40
40
|
import "../../../CardInfoTable/index.js";
|
|
41
41
|
import "../../../DownloadFile/components/DownloadFileBright/index.js";
|
|
@@ -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-4c5d924e.js";
|
|
6
6
|
import "./components/CardWarning/index.js";
|
|
7
7
|
export {
|
|
8
8
|
e as StandartTable
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-3b24fe0f.js";
|
|
4
4
|
import "../Types/FiledTypes.js";
|
|
5
5
|
import "../swiper-react-90953710.js";
|
|
6
|
-
import { S as w } from "../index-
|
|
6
|
+
import { S as w } from "../index-4c5d924e.js";
|
|
7
7
|
import "../ComponentContainer-cdb2528c.js";
|
|
8
8
|
import "./components/Bullet/Bullet.js";
|
|
9
9
|
import "./components/Slide/Slide.js";
|
package/dist/SwiperList/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as r } from "./index-
|
|
1
|
+
import { A as r } from "./index-3b24fe0f.js";
|
|
2
2
|
import { Banner as o } from "./Banner/Banner.js";
|
|
3
3
|
import { CardIconList as i } from "./CardIconList/CardIconList.js";
|
|
4
4
|
import { CardImageList as m } from "./CardImageList/CardImageList.js";
|
|
@@ -13,7 +13,7 @@ import { DownloadFileHalf as d } from "./DownloadFile/components/DownloadFileHal
|
|
|
13
13
|
import { DownloadFileMini as l } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
14
14
|
import { Faq as L } from "./Faq/Faq.js";
|
|
15
15
|
import { Footer as C } from "./Footer/Footer.js";
|
|
16
|
-
import { I as F, P as c, S as w, a as B, T as I, b as S, c as M, H as P } from "./index-
|
|
16
|
+
import { I as F, P as c, S as w, a as B, T as I, b as S, c as M, H as P } from "./index-4c5d924e.js";
|
|
17
17
|
import { IntroBanner as g } from "./IntroBanner/IntroBanner.js";
|
|
18
18
|
import { MainBanner as D } from "./MainBanner/MainBanner.js";
|
|
19
19
|
import { MultiCards as u } from "./MultiCards/index.js";
|