md-components-mdigial-azamat 0.0.76 → 0.0.77
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 +6 -5
- package/dist/Banner/Banner.js +1 -1
- package/dist/BannerAndText/index.js +1 -1
- package/dist/CardIconList/CardIconList.js +10 -10
- package/dist/CardImageList/CardImageList.js +2 -2
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +51 -45
- package/dist/{ComponentContainer-68340535.js → ComponentContainer-841196f9.js} +3 -3
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +15 -15
- package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +43 -39
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +55 -51
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- package/dist/DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js +50 -0
- package/dist/DownloadFile/components/FileBannerSecondary/index.js +4 -0
- package/dist/DownloadFile/components/FileBannerSecondary/info.js +11 -0
- 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 +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MultiCards/index.js +4 -4
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/Partners/Partners.js +14 -14
- package/dist/PartnersColors/PartnersColors.js +15 -8
- package/dist/PreviewList/PreviewList.js +16 -16
- package/dist/PromoPoster/PromoPoster.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/StandartTable/index.js +1 -1
- package/dist/Stepper/Stepper.js +1 -1
- 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 +4 -4
- package/dist/Video/VideoListMini/VideoListMini.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/componentsMap-ae33b476.js +99 -0
- package/dist/{data.mock-8db3fb9a.js → data.mock-30d53d62.js} +26 -24
- package/dist/main.js +21 -19
- package/package.json +1 -1
- package/dist/componentsMap-153c7a30.js +0 -97
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
import { downloadFile as m } from "../../../Actions/downloadFile/downloadFile.js";
|
|
3
|
+
import { I as l } from "../../../Icon-70ea6cb8.js";
|
|
4
|
+
import { p as a } from "../../../palette-c2fe86ec.js";
|
|
5
|
+
import { B as p } from "../../../index-875e92ce.js";
|
|
6
|
+
import { C as s } from "../../../ComponentContainer-841196f9.js";
|
|
7
|
+
import { u as x } from "../../../useScreenSize-c1b64c02.js";
|
|
8
|
+
const c = ["title", "text", "link"], d = ({
|
|
9
|
+
title: o,
|
|
10
|
+
text: i,
|
|
11
|
+
link: r
|
|
12
|
+
}) => {
|
|
13
|
+
const n = x(960);
|
|
14
|
+
return /* @__PURE__ */ e(s, { children: /* @__PURE__ */ t("div", { className: "p-[48px] max-tablet:p-[32px] bg-white rounded-[20px] flex justify-between gap-[64px] max-tablet:flex-col-reverse max-tablet:gap-[32px]", children: [
|
|
15
|
+
/* @__PURE__ */ e("div", { className: "flex flex-col ", children: /* @__PURE__ */ t("div", { children: [
|
|
16
|
+
/* @__PURE__ */ e("p", { className: "text-[32px] max-tablet:text-[24px] leading-10 max-tablet:leading-[28px] font-bold mb-4 max-tablet:mb-[16px]", children: o }),
|
|
17
|
+
/* @__PURE__ */ e("p", { className: "text-[16px] leading-6", children: i }),
|
|
18
|
+
/* @__PURE__ */ e(
|
|
19
|
+
p,
|
|
20
|
+
{
|
|
21
|
+
onClick: () => m({ props: { link: r } }),
|
|
22
|
+
iconRight: /* @__PURE__ */ e(
|
|
23
|
+
l,
|
|
24
|
+
{
|
|
25
|
+
name: "download",
|
|
26
|
+
size: 20,
|
|
27
|
+
color: a.blackBG
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
className: "w-fit max-tablet:w-full mt-8",
|
|
31
|
+
children: "Скачать"
|
|
32
|
+
}
|
|
33
|
+
)
|
|
34
|
+
] }) }),
|
|
35
|
+
/* @__PURE__ */ e(
|
|
36
|
+
l,
|
|
37
|
+
{
|
|
38
|
+
className: "flex-shrink-0",
|
|
39
|
+
name: "file",
|
|
40
|
+
color: a.greenLight,
|
|
41
|
+
size: n ? 56 : 82
|
|
42
|
+
}
|
|
43
|
+
)
|
|
44
|
+
] }) });
|
|
45
|
+
};
|
|
46
|
+
d.propsToEdit = c;
|
|
47
|
+
export {
|
|
48
|
+
d as FileBannerSecondary,
|
|
49
|
+
c as propsToEdit
|
|
50
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { C as o } from "../../../index-b826f1c7.js";
|
|
2
|
+
import { propsToEdit as n } from "./FileBannerSecondary.js";
|
|
3
|
+
const r = {
|
|
4
|
+
title: "Баннер загрузки файла",
|
|
5
|
+
description: "Компонент баннера для скачивания файлов с заголовком, описанием и ссылкой на файл. Используется для привлечения внимания к возможности загрузки документов или файлов.",
|
|
6
|
+
types: [o.downloads, o.banners],
|
|
7
|
+
propsToEdit: n
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
r as downloadFileBannerInfo
|
|
11
|
+
};
|
package/dist/Faq/Faq.js
CHANGED
|
@@ -3,7 +3,7 @@ import { Collapse as e } from "./components/Collapse/Collapse.js";
|
|
|
3
3
|
import { FeedbackForm as t } from "./components/FeedbackForm/FeedbackForm.js";
|
|
4
4
|
import { HtmlContent as x } from "../HtmlContent/HtmlContent.js";
|
|
5
5
|
import { FieldTypes as p } from "../Types/FiledTypes.js";
|
|
6
|
-
import { C as c } from "../ComponentContainer-
|
|
6
|
+
import { C as c } from "../ComponentContainer-841196f9.js";
|
|
7
7
|
const d = {
|
|
8
8
|
type: "data",
|
|
9
9
|
label: "Вопрос",
|
|
@@ -4,7 +4,7 @@ import { u as P } from "../../index.esm-67811428.js";
|
|
|
4
4
|
import { B as L } from "../../index-875e92ce.js";
|
|
5
5
|
import { a as R, b as D } from "../../const-53dff524.js";
|
|
6
6
|
import { c as x } from "../../cn-6a4bf187.js";
|
|
7
|
-
import { C as E } from "../../ComponentContainer-
|
|
7
|
+
import { C as E } from "../../ComponentContainer-841196f9.js";
|
|
8
8
|
import { u as M } from "../../useScreenSize-c1b64c02.js";
|
|
9
9
|
const B = S(
|
|
10
10
|
({ className: i, label: s, error: o, ...n }, l) => /* @__PURE__ */ a("div", { className: "w-full", children: [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as t, jsxs as m } from "react/jsx-runtime";
|
|
2
2
|
import { InfoBanner as x, InfoBannerFields as c } from "../InfoBanner/index.js";
|
|
3
3
|
import { c as l } from "../createBoolean-56064b0d.js";
|
|
4
|
-
import { C as f } from "../ComponentContainer-
|
|
4
|
+
import { C as f } from "../ComponentContainer-841196f9.js";
|
|
5
5
|
import { c as a } from "../cn-6a4bf187.js";
|
|
6
6
|
import { u as d } from "../useScreenSize-c1b64c02.js";
|
|
7
7
|
const b = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { B as r } from "../index-875e92ce.js";
|
|
3
3
|
import { c as i } from "../const-53dff524.js";
|
|
4
|
-
import { C as m } from "../ComponentContainer-
|
|
4
|
+
import { C as m } from "../ComponentContainer-841196f9.js";
|
|
5
5
|
import { InstructionCardData as p, InstructionCard as l } from "./components/InstructionCard/InstructionCard.js";
|
|
6
6
|
const x = ["title", "cards", i], C = {
|
|
7
7
|
type: "cards",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as a, jsx as t } from "react/jsx-runtime";
|
|
2
2
|
import { B as b } from "../index-875e92ce.js";
|
|
3
|
-
import { C as c } from "../ComponentContainer-
|
|
3
|
+
import { C as c } from "../ComponentContainer-841196f9.js";
|
|
4
4
|
import { I as e } from "../index-9384c6d6.js";
|
|
5
5
|
import { u as d } from "../useScreenSize-c1b64c02.js";
|
|
6
6
|
const h = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as o, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { B as f } from "../index-875e92ce.js";
|
|
3
3
|
import { c as d } from "../const-53dff524.js";
|
|
4
|
-
import { C as b } from "../ComponentContainer-
|
|
4
|
+
import { C as b } from "../ComponentContainer-841196f9.js";
|
|
5
5
|
import { I as t } from "../index-9384c6d6.js";
|
|
6
6
|
import { c as h } from "../cn-6a4bf187.js";
|
|
7
7
|
const g = [
|
package/dist/MultiCards/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsxs as o, jsx as a } from "react/jsx-runtime";
|
|
|
2
2
|
import { BannerAndText as p } from "../BannerAndText/index.js";
|
|
3
3
|
import { CardIconList as d } from "../CardIconList/CardIconList.js";
|
|
4
4
|
import { FieldTypes as t } from "../Types/FiledTypes.js";
|
|
5
|
-
import { C as c } from "../ComponentContainer-
|
|
5
|
+
import { C as c } from "../ComponentContainer-841196f9.js";
|
|
6
6
|
const m = {
|
|
7
7
|
type: "banner_card",
|
|
8
8
|
label: "Баннер карточка",
|
|
@@ -59,10 +59,10 @@ const m = {
|
|
|
59
59
|
is_cards_first: l
|
|
60
60
|
}) => /* @__PURE__ */ o(c, { className: "flex flex-col items-center gap-[24px]", children: [
|
|
61
61
|
r && /* @__PURE__ */ a(
|
|
62
|
-
"
|
|
62
|
+
"h2",
|
|
63
63
|
{
|
|
64
|
-
className: `font-bold max-tablet:text-[26px]
|
|
65
|
-
|
|
64
|
+
className: `font-bold text-[44px] max-tablet:text-[26px] max-tablet:leading-[32px] leading-[42px]
|
|
65
|
+
mb-[24px] max-tablet:mb-[8px] font-variant-numeric font-feature-settings`,
|
|
66
66
|
children: r
|
|
67
67
|
}
|
|
68
68
|
),
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
import { jsx as l, jsxs as r } from "react/jsx-runtime";
|
|
2
|
-
import { FieldTypes as
|
|
3
|
-
import { C as o } from "../ComponentContainer-
|
|
2
|
+
import { FieldTypes as s } from "../Types/FiledTypes.js";
|
|
3
|
+
import { C as o } from "../ComponentContainer-841196f9.js";
|
|
4
4
|
import { I as c } from "../index-9384c6d6.js";
|
|
5
|
-
const
|
|
5
|
+
const n = {
|
|
6
6
|
type: "data",
|
|
7
7
|
label: "Основные данные",
|
|
8
8
|
dataType: "object",
|
|
9
9
|
data: {
|
|
10
10
|
keys: {
|
|
11
|
-
title:
|
|
12
|
-
subtitle:
|
|
11
|
+
title: s.TITLE,
|
|
12
|
+
subtitle: s.DESCRIPTION,
|
|
13
13
|
images: {
|
|
14
14
|
label: "Логотипы",
|
|
15
15
|
dataType: "array",
|
|
16
16
|
type: "images",
|
|
17
17
|
data: {
|
|
18
|
-
logo:
|
|
18
|
+
logo: s.FILE
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
},
|
|
23
|
+
}, p = [n], x = ({ data: e }) => {
|
|
24
24
|
var i;
|
|
25
25
|
return /* @__PURE__ */ l(o, { children: /* @__PURE__ */ r("div", { className: "w-full flex flex-col items-center justify-center", children: [
|
|
26
|
-
(e == null ? void 0 : e.title) && /* @__PURE__ */ l("
|
|
26
|
+
(e == null ? void 0 : e.title) && /* @__PURE__ */ l("h2", { className: "font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px] font-variant-numeric font-feature-settings", children: e == null ? void 0 : e.title }),
|
|
27
27
|
(e == null ? void 0 : e.subtitle) && /* @__PURE__ */ l("div", { className: "text-[18px] leading-[26px] text-gray-400 mt-6 text-center max-md:text-[17px] max-md:leading-[24px] max-md:px-6", children: e == null ? void 0 : e.subtitle }),
|
|
28
|
-
/* @__PURE__ */ l("div", { className: "w-full px-4 mt-[48px]", children: /* @__PURE__ */ l("div", { className: "grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8 gap-4 md:gap-6 justify-center", children: (i = e == null ? void 0 : e.images) == null ? void 0 : i.map((
|
|
28
|
+
/* @__PURE__ */ l("div", { className: "w-full px-4 mt-[48px]", children: /* @__PURE__ */ l("div", { className: "grid grid-cols-2 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6 xl:grid-cols-8 gap-4 md:gap-6 justify-center", children: (i = e == null ? void 0 : e.images) == null ? void 0 : i.map((t) => /* @__PURE__ */ l(
|
|
29
29
|
"div",
|
|
30
30
|
{
|
|
31
31
|
className: "w-full flex items-center justify-center p-2",
|
|
32
32
|
children: /* @__PURE__ */ l(
|
|
33
33
|
c,
|
|
34
34
|
{
|
|
35
|
-
src:
|
|
35
|
+
src: t == null ? void 0 : t.logo,
|
|
36
36
|
alt: e == null ? void 0 : e.title,
|
|
37
37
|
width: 106,
|
|
38
38
|
height: 100,
|
|
@@ -41,12 +41,12 @@ const p = {
|
|
|
41
41
|
}
|
|
42
42
|
)
|
|
43
43
|
},
|
|
44
|
-
|
|
44
|
+
t == null ? void 0 : t.id
|
|
45
45
|
)) }) })
|
|
46
46
|
] }) });
|
|
47
47
|
};
|
|
48
|
-
|
|
48
|
+
x.propsToEdit = p;
|
|
49
49
|
export {
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
x as Partners,
|
|
51
|
+
p as propsToEdit
|
|
52
52
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useState as
|
|
1
|
+
import { jsxs as x, jsx as p } from "react/jsx-runtime";
|
|
2
|
+
import { useState as s } from "react";
|
|
3
3
|
import { FieldTypes as r } from "../Types/FiledTypes.js";
|
|
4
|
-
import { C as
|
|
4
|
+
import { C as d } from "../ComponentContainer-841196f9.js";
|
|
5
5
|
import { PartnerCard as f } from "./components/PartnerCard/PartnerCard.js";
|
|
6
6
|
import { PartnerTab as c } from "./components/PartnerTab/PartnerTab.js";
|
|
7
7
|
const T = {
|
|
@@ -29,16 +29,23 @@ const T = {
|
|
|
29
29
|
cards: o
|
|
30
30
|
}) => {
|
|
31
31
|
var i;
|
|
32
|
-
const [
|
|
33
|
-
return /* @__PURE__ */
|
|
32
|
+
const [a, m] = s(((i = e == null ? void 0 : e[0]) == null ? void 0 : i.id) || 0);
|
|
33
|
+
return /* @__PURE__ */ x(d, { children: [
|
|
34
34
|
/* @__PURE__ */ p("p", { className: "uppercase text-[16px] leading-[24px] font-[500] text-center text-graySoft", children: n }),
|
|
35
|
-
/* @__PURE__ */ p(
|
|
35
|
+
/* @__PURE__ */ p(
|
|
36
|
+
"h2",
|
|
37
|
+
{
|
|
38
|
+
className: `font-bold text-[44px] max-tablet:text-[26px] max-tablet:leading-[32px] leading-[42px] text-center
|
|
39
|
+
mb-[24px] max-tablet:mb-[8px] font-variant-numeric font-feature-settings`,
|
|
40
|
+
children: l
|
|
41
|
+
}
|
|
42
|
+
),
|
|
36
43
|
/* @__PURE__ */ p("div", { className: "flex flex-wrap gap-[12px] mt-[48px]", children: e == null ? void 0 : e.map((t) => /* @__PURE__ */ p(
|
|
37
44
|
c,
|
|
38
45
|
{
|
|
39
46
|
category: t,
|
|
40
|
-
isActive: (t == null ? void 0 : t.id) ===
|
|
41
|
-
onClick:
|
|
47
|
+
isActive: (t == null ? void 0 : t.id) === a,
|
|
48
|
+
onClick: m
|
|
42
49
|
},
|
|
43
50
|
t == null ? void 0 : t.id
|
|
44
51
|
)) }),
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsxs as s, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { B as i } from "../index-875e92ce.js";
|
|
3
3
|
import { c as o } from "../const-53dff524.js";
|
|
4
|
-
import { C as
|
|
5
|
-
import { PreviewCardData as
|
|
4
|
+
import { C as n } from "../ComponentContainer-841196f9.js";
|
|
5
|
+
import { PreviewCardData as c, PreviewCard as d } from "./components/PreviewCard/PreviewCard.js";
|
|
6
6
|
const f = {
|
|
7
7
|
type: "cards",
|
|
8
8
|
dataType: "array",
|
|
9
9
|
label: "Карточки",
|
|
10
10
|
data: {
|
|
11
|
-
...
|
|
11
|
+
...c
|
|
12
12
|
}
|
|
13
13
|
}, g = [
|
|
14
14
|
"title",
|
|
@@ -17,29 +17,29 @@ const f = {
|
|
|
17
17
|
o,
|
|
18
18
|
"grid"
|
|
19
19
|
], h = ({
|
|
20
|
-
title:
|
|
20
|
+
title: t,
|
|
21
21
|
cards: x,
|
|
22
22
|
button: e,
|
|
23
|
-
grid:
|
|
24
|
-
description:
|
|
25
|
-
}) => /* @__PURE__ */ s(
|
|
26
|
-
(
|
|
23
|
+
grid: m = 3,
|
|
24
|
+
description: r
|
|
25
|
+
}) => /* @__PURE__ */ s(n, { className: "flex flex-col items-center", children: [
|
|
26
|
+
(t == null ? void 0 : t.length) && /* @__PURE__ */ a(
|
|
27
27
|
"h2",
|
|
28
28
|
{
|
|
29
|
-
className: `font-bold text-[44px] max-tablet:text-[26px] max-tablet:leading-[32px] leading-[42px]
|
|
30
|
-
mb-[24px] font-variant-numeric font-feature-settings`,
|
|
31
|
-
children:
|
|
29
|
+
className: `font-bold text-[44px] max-tablet:text-[26px] max-tablet:leading-[32px] leading-[42px] text-center
|
|
30
|
+
mb-[24px] max-tablet:mb-[8px] font-variant-numeric font-feature-settings`,
|
|
31
|
+
children: t
|
|
32
32
|
}
|
|
33
33
|
),
|
|
34
|
-
(
|
|
34
|
+
(r == null ? void 0 : r.length) && /* @__PURE__ */ a("p", { className: "text-[20px] max-tablet:text-[16px] max-tablet:leading-[20px] leading-[26px] text-graySoft text-center mb-[36px] max-tablet:mb-[32px]", children: r }),
|
|
35
35
|
/* @__PURE__ */ a(
|
|
36
36
|
"div",
|
|
37
37
|
{
|
|
38
|
-
className: `w-full grid grid-cols-${
|
|
39
|
-
children: x == null ? void 0 : x.map((
|
|
40
|
-
|
|
38
|
+
className: `w-full grid grid-cols-${m} items-stretch gap-[24px] max-tablet:grid-cols-1`,
|
|
39
|
+
children: x == null ? void 0 : x.map((l, p) => /* @__PURE__ */ a(
|
|
40
|
+
d,
|
|
41
41
|
{
|
|
42
|
-
...
|
|
42
|
+
...l
|
|
43
43
|
},
|
|
44
44
|
p
|
|
45
45
|
))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { FieldTypes as l } from "../Types/FiledTypes.js";
|
|
3
3
|
import { c as m } from "../createBoolean-56064b0d.js";
|
|
4
|
-
import { C as s } from "../ComponentContainer-
|
|
4
|
+
import { C as s } from "../ComponentContainer-841196f9.js";
|
|
5
5
|
import { c as n } from "../cn-6a4bf187.js";
|
|
6
6
|
import { u as b } from "../useScreenSize-c1b64c02.js";
|
|
7
7
|
const x = m({
|
|
@@ -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-ae33b476.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,4 +1,4 @@
|
|
|
1
|
-
import { M as a, B as t, u as s, C as n, S as D, a as r, V as e, b as i, c as o, d, P as l, e as C, f as B, g as L, W as m, v as w, w as p, F as I, h as g, D as F, i as S, j as c, I as M, x as P, k as f, l as u, A as V, m as T, T as W, n as b, E as x, o as h, p as k, q, r as v, s as y, t as A } from "../data.mock-
|
|
1
|
+
import { M as a, B as t, u as s, C as n, S as D, a as r, V as e, b as i, c as o, d, P as l, e as C, f as B, g as L, W as m, v as w, w as p, F as I, h as g, D as F, i as S, j as c, I as M, x as P, k as f, l as u, A as V, m as T, T as W, n as b, E as x, o as h, p as k, q, r as v, s as y, t as A } from "../data.mock-30d53d62.js";
|
|
2
2
|
const j = [
|
|
3
3
|
a,
|
|
4
4
|
t,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as i, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { FieldTypes as o } from "../Types/FiledTypes.js";
|
|
3
|
-
import { C as l } from "../ComponentContainer-
|
|
3
|
+
import { C as l } from "../ComponentContainer-841196f9.js";
|
|
4
4
|
import { c as p } from "../cn-6a4bf187.js";
|
|
5
5
|
import { CardMarkedRow as c, CardMarkedRowFields as t } from "./components/CardMarkedRow/index.js";
|
|
6
6
|
import { CardWarning as x } from "./components/CardWarning/index.js";
|
package/dist/Stepper/Stepper.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { FieldTypes as r } from "../Types/FiledTypes.js";
|
|
3
3
|
import { B as x } from "../index-875e92ce.js";
|
|
4
4
|
import { B as c } from "../const-53dff524.js";
|
|
5
|
-
import { C as d } from "../ComponentContainer-
|
|
5
|
+
import { C as d } from "../ComponentContainer-841196f9.js";
|
|
6
6
|
import { I as f } from "../index-9384c6d6.js";
|
|
7
7
|
import { c as i } from "../cn-6a4bf187.js";
|
|
8
8
|
const b = {
|
|
@@ -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-841196f9.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-841196f9.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-841196f9.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,8 +1,8 @@
|
|
|
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
|
|
5
|
-
const
|
|
4
|
+
import { C as p } from "../../ComponentContainer-841196f9.js";
|
|
5
|
+
const a = {
|
|
6
6
|
type: "data",
|
|
7
7
|
label: "Видео данные",
|
|
8
8
|
dataType: "array",
|
|
@@ -10,7 +10,7 @@ const p = {
|
|
|
10
10
|
title: e.TITLE,
|
|
11
11
|
linkVideo: e.LINK
|
|
12
12
|
}
|
|
13
|
-
}, n = [
|
|
13
|
+
}, n = [a], t = ({ data: d }) => /* @__PURE__ */ r(p, { children: /* @__PURE__ */ r("div", { className: "grid grid-cols-2 gap-6 max-tablet:grid-cols-1", children: d == null ? void 0 : d.map((o, l) => /* @__PURE__ */ i(
|
|
14
14
|
"div",
|
|
15
15
|
{
|
|
16
16
|
className: "bg-white rounded-[20px] overflow-hidden",
|
|
@@ -22,7 +22,7 @@ const p = {
|
|
|
22
22
|
className: "h-[368px]"
|
|
23
23
|
}
|
|
24
24
|
),
|
|
25
|
-
/* @__PURE__ */ r("div", { className: "p-
|
|
25
|
+
/* @__PURE__ */ r("div", { className: "p-[32px]", children: /* @__PURE__ */ r("p", { className: "text-[24px] leading-8 font-bold", children: o == null ? void 0 : o.title }) })
|
|
26
26
|
]
|
|
27
27
|
},
|
|
28
28
|
l
|
|
@@ -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-841196f9.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-841196f9.js";
|
|
6
6
|
import { I as w } from "../index-9384c6d6.js";
|
|
7
7
|
const v = {
|
|
8
8
|
type: "buttons",
|