md-components-mdigial-azamat 0.0.72 → 0.0.73
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/Banner/Banner.js +1 -1
- package/dist/BannerAndText/index.js +1 -1
- package/dist/CardIconList/CardIconList.js +8 -8
- package/dist/CardImageList/CardImageList.js +20 -20
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +1 -1
- package/dist/ComponentContainer-68340535.js +16 -0
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- package/dist/Faq/Faq.js +1 -1
- package/dist/Forms/FormDefault/index.js +1 -1
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InstructionList/InstructionList.js +24 -17
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MultiCards/index.js +1 -1
- package/dist/Partners/Partners.js +1 -1
- package/dist/PartnersColors/PartnersColors.js +1 -1
- package/dist/PreviewList/PreviewList.js +39 -26
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +20 -20
- package/dist/PromoPoster/PromoPoster.js +1 -1
- package/dist/StandartTable/index.js +1 -1
- package/dist/Stepper/Stepper.js +34 -28
- package/dist/SwiperList/SwiperList.js +1 -1
- package/dist/TasksBannerList/TasksBannerList.js +1 -1
- package/dist/Video/VideoFull/VideoFull.js +1 -1
- package/dist/Video/VideoList/VideoList.js +1 -1
- package/dist/Video/VideoListMini/VideoListMini.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/assets/index.css +1 -1
- package/package.json +1 -1
- package/dist/ComponentContainer-cdb2528c.js +0 -16
package/dist/Stepper/Stepper.js
CHANGED
|
@@ -1,58 +1,64 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { FieldTypes as
|
|
3
|
-
import { B as
|
|
4
|
-
import { B as
|
|
5
|
-
import { C as d } from "../ComponentContainer-
|
|
1
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
2
|
+
import { FieldTypes as r } from "../Types/FiledTypes.js";
|
|
3
|
+
import { B as x } from "../index-875e92ce.js";
|
|
4
|
+
import { B as c } from "../const-53dff524.js";
|
|
5
|
+
import { C as d } from "../ComponentContainer-68340535.js";
|
|
6
6
|
import { I as f } from "../index-9384c6d6.js";
|
|
7
7
|
import { c as i } from "../cn-6a4bf187.js";
|
|
8
|
-
const
|
|
8
|
+
const b = {
|
|
9
9
|
type: "data",
|
|
10
10
|
label: "Шаги",
|
|
11
11
|
dataType: "array",
|
|
12
12
|
data: {
|
|
13
|
-
text:
|
|
14
|
-
icon:
|
|
15
|
-
color:
|
|
16
|
-
title:
|
|
17
|
-
description:
|
|
13
|
+
text: r.DESCRIPTION,
|
|
14
|
+
icon: r.FILE,
|
|
15
|
+
color: r.COLOR,
|
|
16
|
+
title: r.TITLE,
|
|
17
|
+
description: r.DESCRIPTION
|
|
18
18
|
}
|
|
19
|
-
},
|
|
20
|
-
|
|
21
|
-
/* @__PURE__ */
|
|
22
|
-
const
|
|
23
|
-
return /* @__PURE__ */
|
|
19
|
+
}, g = ["title", b, c], h = ({ data: l, title: o, button: p }) => /* @__PURE__ */ t(d, { children: /* @__PURE__ */ n("div", { className: "flex items-center flex-col", children: [
|
|
20
|
+
o && /* @__PURE__ */ t("p", { className: "font-bold max-tablet:text-[26px] text-[44px] mb-[48px] max-tablet:mb-[32px] max-tablet:leading-[32px] leading-[42px] font-variant-numeric font-feature-settings", children: o }),
|
|
21
|
+
/* @__PURE__ */ t("div", { className: "w-full grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: l == null ? void 0 : l.map((e, a) => {
|
|
22
|
+
const s = a + 1;
|
|
23
|
+
return /* @__PURE__ */ n(
|
|
24
24
|
"div",
|
|
25
25
|
{
|
|
26
26
|
className: "p-8 bg-white rounded-[20px] flex flex-col items-center",
|
|
27
27
|
children: [
|
|
28
|
-
e.icon ? /* @__PURE__ */
|
|
28
|
+
e.icon ? /* @__PURE__ */ t(
|
|
29
29
|
f,
|
|
30
30
|
{
|
|
31
31
|
src: e.icon,
|
|
32
32
|
className: "w-[72px] h-[72px] rounded-full overflow-hidden mb-[24px]"
|
|
33
33
|
}
|
|
34
|
-
) : /* @__PURE__ */
|
|
34
|
+
) : /* @__PURE__ */ t(
|
|
35
35
|
"span",
|
|
36
36
|
{
|
|
37
37
|
className: i(
|
|
38
|
-
"w-[72px] h-[72px] rounded-full bg-greenLight font-bold overflow-hidden flex items-center justify-center text-white text-[24px] leading-8 "
|
|
38
|
+
"w-[72px] h-[72px] rounded-full bg-greenLight font-bold overflow-hidden flex items-center justify-center text-white text-[24px] leading-8 mb-[24px]"
|
|
39
39
|
),
|
|
40
40
|
style: { backgroundColor: e == null ? void 0 : e.color },
|
|
41
|
-
children:
|
|
41
|
+
children: s
|
|
42
42
|
}
|
|
43
43
|
),
|
|
44
|
-
(e == null ? void 0 : e.title) && /* @__PURE__ */
|
|
45
|
-
e.text && /* @__PURE__ */
|
|
46
|
-
(e == null ? void 0 : e.description) && /* @__PURE__ */
|
|
44
|
+
(e == null ? void 0 : e.title) && /* @__PURE__ */ t("h3", { className: "text-blackBG text-[22px] leading-[30px] font-bold text-center mb-[16px]", children: e == null ? void 0 : e.title }),
|
|
45
|
+
e.text && /* @__PURE__ */ t("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: e == null ? void 0 : e.text }),
|
|
46
|
+
(e == null ? void 0 : e.description) && /* @__PURE__ */ t("p", { className: "text-gray3 text-[15px] leading-[22px] text-center", children: e == null ? void 0 : e.description })
|
|
47
47
|
]
|
|
48
48
|
},
|
|
49
|
-
|
|
49
|
+
a
|
|
50
50
|
);
|
|
51
51
|
}) }),
|
|
52
|
-
/* @__PURE__ */
|
|
52
|
+
/* @__PURE__ */ t(
|
|
53
|
+
x,
|
|
54
|
+
{
|
|
55
|
+
className: "mt-[24px] max-tablet:mt-[32px]",
|
|
56
|
+
...p
|
|
57
|
+
}
|
|
58
|
+
)
|
|
53
59
|
] }) });
|
|
54
|
-
|
|
60
|
+
h.propsToEdit = g;
|
|
55
61
|
export {
|
|
56
|
-
|
|
57
|
-
|
|
62
|
+
h as Stepper,
|
|
63
|
+
g as propsToEdit
|
|
58
64
|
};
|
|
@@ -4,7 +4,7 @@ import { A as b, C as v, a as d } from "../navigation-48c90d3b.js";
|
|
|
4
4
|
import { FieldTypes as l } from "../Types/FiledTypes.js";
|
|
5
5
|
import { S as C, N as S, a as N } from "../swiper-react-bfbb44d6.js";
|
|
6
6
|
import { c as w } from "../createBoolean-56064b0d.js";
|
|
7
|
-
import { C as E } from "../ComponentContainer-
|
|
7
|
+
import { C as E } from "../ComponentContainer-68340535.js";
|
|
8
8
|
import { Bullet as P } from "./components/Bullet/Bullet.js";
|
|
9
9
|
import { Slide as A } from "./components/Slide/Slide.js";
|
|
10
10
|
import '../assets/swiper.css';/* empty css */const r = ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { TasksBanner as p } from "../TasksBanner/TasksBanner.js";
|
|
3
3
|
import { FieldTypes as a } from "../Types/FiledTypes.js";
|
|
4
|
-
import { C as i } from "../ComponentContainer-
|
|
4
|
+
import { C as i } from "../ComponentContainer-68340535.js";
|
|
5
5
|
const c = {
|
|
6
6
|
type: "cards",
|
|
7
7
|
label: "Карточки задач",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { VideoPlayer as e } from "../components/VideoPlayer/VideoPlayer.js";
|
|
3
|
-
import { C as i } from "../../ComponentContainer-
|
|
3
|
+
import { C as i } from "../../ComponentContainer-68340535.js";
|
|
4
4
|
const d = ["linkVideo"], n = ({ linkVideo: r }) => /* @__PURE__ */ o(i, { children: /* @__PURE__ */ o("div", { className: "rounded-[20px] overflow-hidden", children: /* @__PURE__ */ o(
|
|
5
5
|
e,
|
|
6
6
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
2
2
|
import { FieldTypes as e } from "../../Types/FiledTypes.js";
|
|
3
3
|
import { VideoPlayer as s } from "../components/VideoPlayer/VideoPlayer.js";
|
|
4
|
-
import { C as a } from "../../ComponentContainer-
|
|
4
|
+
import { C as a } from "../../ComponentContainer-68340535.js";
|
|
5
5
|
const p = {
|
|
6
6
|
type: "data",
|
|
7
7
|
label: "Видео данные",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o, jsxs as l } from "react/jsx-runtime";
|
|
2
2
|
import { FieldTypes as r } from "../../Types/FiledTypes.js";
|
|
3
3
|
import { VideoPlayer as s } from "../components/VideoPlayer/VideoPlayer.js";
|
|
4
|
-
import { C as a } from "../../ComponentContainer-
|
|
4
|
+
import { C as a } from "../../ComponentContainer-68340535.js";
|
|
5
5
|
const n = {
|
|
6
6
|
type: "data",
|
|
7
7
|
label: "Видео данные мини",
|
|
@@ -2,7 +2,7 @@ import { jsxs as r, jsx as e } from "react/jsx-runtime";
|
|
|
2
2
|
import { a as t, c as u } from "../cn-6a4bf187.js";
|
|
3
3
|
import { FieldTypes as m } from "../Types/FiledTypes.js";
|
|
4
4
|
import { B as y } from "../index-875e92ce.js";
|
|
5
|
-
import { C as g } from "../ComponentContainer-
|
|
5
|
+
import { C as g } from "../ComponentContainer-68340535.js";
|
|
6
6
|
import { I as w } from "../index-9384c6d6.js";
|
|
7
7
|
const v = {
|
|
8
8
|
type: "buttons",
|