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.
@@ -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-8d89834d.js";
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-dbe5f044.js";
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-dbe5f044.js";
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 p } from "react/jsx-runtime";
2
- import { CardImage as n } from "../Cards/CardImage/CardImage.js";
3
- import { CardImageVariant as o } from "../Cards/CardImage/types.js";
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 m } from "../cn-6a4bf187.js";
9
- const x = {
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: o.LARGE
22
+ value: m.LARGE
23
23
  },
24
24
  {
25
25
  label: "Small",
26
- value: o.SMALL
26
+ value: m.SMALL
27
27
  }
28
28
  ],
29
29
  type: t.VARIANT
30
30
  }
31
31
  }
32
- }, g = ["title", x, "grid", d], b = ({
32
+ }, b = ["title", "description", g, "grid", d], N = ({
33
33
  cards: r,
34
- title: i,
34
+ title: l,
35
+ description: i,
35
36
  grid: s,
36
- button: l
37
- }) => /* @__PURE__ */ e(f, { children: /* @__PURE__ */ p("div", { className: "w-full flex flex-col items-center gap-6", children: [
38
- i && /* @__PURE__ */ e(
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: i
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: m(
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
- n,
56
+ x,
55
57
  {
56
58
  data: a
57
59
  },
@@ -59,16 +61,16 @@ const x = {
59
61
  ))
60
62
  }
61
63
  ),
62
- l && /* @__PURE__ */ e("div", { className: "flex flex-wrap gap-4", children: /* @__PURE__ */ e(
64
+ o && /* @__PURE__ */ e("div", { className: "flex flex-wrap gap-4", children: /* @__PURE__ */ e(
63
65
  c,
64
66
  {
65
- className: m("w-fit z-10 max-tablet:w-full"),
66
- ...l
67
+ className: p("w-fit z-10 max-tablet:w-full"),
68
+ ...o
67
69
  }
68
70
  ) })
69
71
  ] }) });
70
- b.propsToEdit = g;
72
+ N.propsToEdit = b;
71
73
  export {
72
- b as CardImageList,
73
- g as propsToEdit
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 a, p as s } from "../../index-dbe5f044.js";
6
+ import { F as s, p as e } from "../../index-04224eb4.js";
6
7
  export {
7
- a as FeaturesCard,
8
- s as propsToEdit
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-dbe5f044.js";
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-6c943596.js";
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-6c943596.js";
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-6c943596.js";
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-6c943596.js";
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-6c943596.js";
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 i } from "react/jsx-runtime";
2
- import { c as f } from "../componentsMap-b362ea08.js";
2
+ import { c as f } from "../componentsMap-153c7a30.js";
3
3
  const a = (p) => p.map((r) => {
4
4
  const s = f[r.key];
5
5
  if (!s)
@@ -1,5 +1,5 @@
1
1
  import { jsx as n, Fragment as t } from "react/jsx-runtime";
2
- import { c as i } from "../componentsMap-b362ea08.js";
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-8d89834d.js";
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,