md-components-mdigial-azamat 0.0.64 → 0.0.66
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/CardIconList/CardIconList.js +1 -1
- package/dist/CardImageList/CardImageList.js +23 -21
- package/dist/Cards/FeaturesCard/index.js +4 -3
- package/dist/Cards/FeaturesCard/info.js +1 -1
- package/dist/Cards/WarningCard/model.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.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/PageViewer/renderComponents.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/{componentsMap-b362ea08.js → componentsMap-153c7a30.js} +1 -1
- package/dist/{data.mock-8d89834d.js → data.mock-8db3fb9a.js} +95 -77
- package/dist/index-04224eb4.js +106 -0
- package/dist/main.js +1 -1
- package/dist/{palette-6c943596.js → palette-c2fe86ec.js} +1 -1
- package/package.json +1 -1
- package/dist/index-dbe5f044.js +0 -67
package/dist/AllComponents.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as o, B as t, C as n, S as r, a as e, V as a, b as i, c as p, d as m, e as s, f as l, P as d, g as c, W as D, F as f, D as L, h as C, i as F, j as B, I as y, k, l as w, A as I, m as S, T as _, n as P, E as g, o as M, p as u, q as V, r as T, s as b, t as A } from "./data.mock-
|
|
1
|
+
import { M as o, B as t, C as n, S as r, a as e, V as a, b as i, c as p, d as m, e as s, f as l, P as d, g as c, W as D, F as f, D as L, h as C, i as F, j as B, I as y, k, l as w, A as I, m as S, T as _, n as P, E as g, o as M, p as u, q as V, r as T, s as b, t as A } from "./data.mock-8db3fb9a.js";
|
|
2
2
|
import H from "./AnimatedSwiper/index.js";
|
|
3
3
|
import { Banner as h } from "./Banner/Banner.js";
|
|
4
4
|
import { CardIconList as q } from "./CardIconList/CardIconList.js";
|
|
@@ -38,7 +38,7 @@ import "./Cards/CardImage/CardImage.js";
|
|
|
38
38
|
import "./Cards/ContentCard/ContentCard.js";
|
|
39
39
|
import { WarningCard as lo } from "./Cards/WarningCard/WarningCard.js";
|
|
40
40
|
import "./Cards/ColoredCard/index.js";
|
|
41
|
-
import "./index-
|
|
41
|
+
import "./index-04224eb4.js";
|
|
42
42
|
import { DownloadFileBanner as co } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
43
43
|
import { DownloadFileFull as Do } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
44
44
|
import { DownloadFileHalf as fo } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as l, jsxs as n } from "react/jsx-runtime";
|
|
2
|
-
import { S as r, F as f } from "../index-
|
|
2
|
+
import { S as r, F as f } from "../index-04224eb4.js";
|
|
3
3
|
import { FieldTypes as t } from "../Types/FiledTypes.js";
|
|
4
4
|
import { C as m } from "../ComponentContainer-cdb2528c.js";
|
|
5
5
|
import { c } from "../cn-6a4bf187.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import { CardImage as
|
|
3
|
-
import { CardImageVariant as
|
|
1
|
+
import { jsx as e, jsxs as n } from "react/jsx-runtime";
|
|
2
|
+
import { CardImage as x } from "../Cards/CardImage/CardImage.js";
|
|
3
|
+
import { CardImageVariant as m } from "../Cards/CardImage/types.js";
|
|
4
4
|
import { FieldTypes as t } from "../Types/FiledTypes.js";
|
|
5
5
|
import { B as c } from "../index-875e92ce.js";
|
|
6
6
|
import { B as d } from "../const-53dff524.js";
|
|
7
7
|
import { C as f } from "../ComponentContainer-cdb2528c.js";
|
|
8
|
-
import { c as
|
|
9
|
-
const
|
|
8
|
+
import { c as p } from "../cn-6a4bf187.js";
|
|
9
|
+
const g = {
|
|
10
10
|
type: "cards",
|
|
11
11
|
dataType: "array",
|
|
12
12
|
label: "Карточки",
|
|
@@ -19,39 +19,41 @@ const x = {
|
|
|
19
19
|
options: [
|
|
20
20
|
{
|
|
21
21
|
label: "Large",
|
|
22
|
-
value:
|
|
22
|
+
value: m.LARGE
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
label: "Small",
|
|
26
|
-
value:
|
|
26
|
+
value: m.SMALL
|
|
27
27
|
}
|
|
28
28
|
],
|
|
29
29
|
type: t.VARIANT
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
},
|
|
32
|
+
}, b = ["title", "description", g, "grid", d], N = ({
|
|
33
33
|
cards: r,
|
|
34
|
-
title:
|
|
34
|
+
title: l,
|
|
35
|
+
description: i,
|
|
35
36
|
grid: s,
|
|
36
|
-
button:
|
|
37
|
-
}) => /* @__PURE__ */ e(f, { children: /* @__PURE__ */
|
|
38
|
-
|
|
37
|
+
button: o
|
|
38
|
+
}) => /* @__PURE__ */ e(f, { children: /* @__PURE__ */ n("div", { className: "w-full flex flex-col items-center gap-6", children: [
|
|
39
|
+
l && /* @__PURE__ */ e(
|
|
39
40
|
"p",
|
|
40
41
|
{
|
|
41
42
|
className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
|
|
42
43
|
mb-[24px] font-variant-numeric font-feature-settings`,
|
|
43
|
-
children:
|
|
44
|
+
children: l
|
|
44
45
|
}
|
|
45
46
|
),
|
|
47
|
+
i && /* @__PURE__ */ e("p", { className: "text-center text-graySoft text-[16px] leading-[24px] max-tablet:text-[15px] max-tablet:leading-[22px]", children: i }),
|
|
46
48
|
/* @__PURE__ */ e(
|
|
47
49
|
"div",
|
|
48
50
|
{
|
|
49
|
-
className:
|
|
51
|
+
className: p(
|
|
50
52
|
`grid grid-cols-${s} items-stretch gap-6`,
|
|
51
53
|
"max-tablet:grid-cols-1"
|
|
52
54
|
),
|
|
53
55
|
children: r == null ? void 0 : r.map((a) => /* @__PURE__ */ e(
|
|
54
|
-
|
|
56
|
+
x,
|
|
55
57
|
{
|
|
56
58
|
data: a
|
|
57
59
|
},
|
|
@@ -59,16 +61,16 @@ const x = {
|
|
|
59
61
|
))
|
|
60
62
|
}
|
|
61
63
|
),
|
|
62
|
-
|
|
64
|
+
o && /* @__PURE__ */ e("div", { className: "flex flex-wrap gap-4", children: /* @__PURE__ */ e(
|
|
63
65
|
c,
|
|
64
66
|
{
|
|
65
|
-
className:
|
|
66
|
-
...
|
|
67
|
+
className: p("w-fit z-10 max-tablet:w-full"),
|
|
68
|
+
...o
|
|
67
69
|
}
|
|
68
70
|
) })
|
|
69
71
|
] }) });
|
|
70
|
-
|
|
72
|
+
N.propsToEdit = b;
|
|
71
73
|
export {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
+
N as CardImageList,
|
|
75
|
+
b as propsToEdit
|
|
74
76
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../Types/FiledTypes.js";
|
|
3
|
+
import "../../index-875e92ce.js";
|
|
3
4
|
import "../../index-9384c6d6.js";
|
|
4
5
|
import "../../cn-6a4bf187.js";
|
|
5
|
-
import { F as
|
|
6
|
+
import { F as s, p as e } from "../../index-04224eb4.js";
|
|
6
7
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
s as FeaturesCard,
|
|
9
|
+
e as propsToEdit
|
|
9
10
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { C as o } from "../../index-b826f1c7.js";
|
|
2
|
-
import { p as t } from "../../index-
|
|
2
|
+
import { p as t } from "../../index-04224eb4.js";
|
|
3
3
|
const p = {
|
|
4
4
|
title: "Карточка функции",
|
|
5
5
|
description: "Компонент для отображения карточки функции с иконкой, заголовком, описанием и ссылкой. Используется для представления отдельных функций или возможностей продукта.",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OptionTypesEnum as e, DataTypesEnum as o } from "../../Types/FiledTypes.js";
|
|
2
|
-
import { p as r } from "../../palette-
|
|
2
|
+
import { p as r } from "../../palette-c2fe86ec.js";
|
|
3
3
|
import { g as n } from "../../generateSelectOptions-7b23cdb8.js";
|
|
4
4
|
var t = /* @__PURE__ */ ((a) => (a.Orange = "orange", a.Gray = "gray", a.Black = "black", a))(t || {});
|
|
5
5
|
const c = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
2
|
import { downloadFile as p } from "../../../Actions/downloadFile/downloadFile.js";
|
|
3
3
|
import { I as o } from "../../../Icon-70ea6cb8.js";
|
|
4
|
-
import { p as a } from "../../../palette-
|
|
4
|
+
import { p as a } from "../../../palette-c2fe86ec.js";
|
|
5
5
|
import { B as m } from "../../../index-875e92ce.js";
|
|
6
6
|
import { C as s } from "../../../ComponentContainer-cdb2528c.js";
|
|
7
7
|
import { u as x } from "../../../useScreenSize-c1b64c02.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as l, jsxs as a } from "react/jsx-runtime";
|
|
|
2
2
|
import { downloadFile as s } from "../../../Actions/downloadFile/downloadFile.js";
|
|
3
3
|
import { DataTypesEnum as p, FieldTypes as r } from "../../../Types/FiledTypes.js";
|
|
4
4
|
import { I as t } from "../../../Icon-70ea6cb8.js";
|
|
5
|
-
import { p as n } from "../../../palette-
|
|
5
|
+
import { p as n } from "../../../palette-c2fe86ec.js";
|
|
6
6
|
import { B as i } from "../../../index-875e92ce.js";
|
|
7
7
|
import { b as c } from "../../../const-53dff524.js";
|
|
8
8
|
import { C as d } from "../../../ComponentContainer-cdb2528c.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as l, jsxs as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { downloadFile as i } from "../../../Actions/downloadFile/downloadFile.js";
|
|
3
3
|
import { DataTypesEnum as d, FieldTypes as a } from "../../../Types/FiledTypes.js";
|
|
4
4
|
import { I as e } from "../../../Icon-70ea6cb8.js";
|
|
5
|
-
import { p as s } from "../../../palette-
|
|
5
|
+
import { p as s } from "../../../palette-c2fe86ec.js";
|
|
6
6
|
import { B as c } from "../../../index-875e92ce.js";
|
|
7
7
|
import { b as t } from "../../../const-53dff524.js";
|
|
8
8
|
import { C as f } from "../../../ComponentContainer-cdb2528c.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as l, jsxs as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { downloadFile as s } from "../../../Actions/downloadFile/downloadFile.js";
|
|
3
3
|
import { DataTypesEnum as i, FieldTypes as a } from "../../../Types/FiledTypes.js";
|
|
4
4
|
import { I as e } from "../../../Icon-70ea6cb8.js";
|
|
5
|
-
import { p } from "../../../palette-
|
|
5
|
+
import { p } from "../../../palette-c2fe86ec.js";
|
|
6
6
|
import { B as d } from "../../../index-875e92ce.js";
|
|
7
7
|
import { b as c } from "../../../const-53dff524.js";
|
|
8
8
|
import { C as t } from "../../../ComponentContainer-cdb2528c.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-153c7a30.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-8db3fb9a.js";
|
|
2
2
|
const j = [
|
|
3
3
|
a,
|
|
4
4
|
t,
|