md-components-mdigial-azamat 0.0.72 → 0.0.74

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.
Files changed (37) hide show
  1. package/dist/Banner/Banner.js +1 -1
  2. package/dist/BannerAndText/index.js +1 -1
  3. package/dist/CardIconList/CardIconList.js +8 -8
  4. package/dist/CardImageList/CardImageList.js +20 -20
  5. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
  6. package/dist/CardInfoTable/index.js +1 -1
  7. package/dist/Cards/WarningCard/WarningCard.js +1 -1
  8. package/dist/ComponentContainer-68340535.js +16 -0
  9. package/dist/ContentCardList/ContentCardList.js +1 -1
  10. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
  11. package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
  12. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
  13. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
  14. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
  15. package/dist/Faq/Faq.js +1 -1
  16. package/dist/Forms/FormDefault/index.js +1 -1
  17. package/dist/InfoBannerList/InfoBannerList.js +1 -1
  18. package/dist/InstructionList/InstructionList.js +24 -17
  19. package/dist/IntroBanner/IntroBanner.js +1 -1
  20. package/dist/MainBanner/MainBanner.js +1 -1
  21. package/dist/MultiCards/index.js +1 -1
  22. package/dist/Partners/Partners.js +1 -1
  23. package/dist/PartnersColors/PartnersColors.js +1 -1
  24. package/dist/PreviewList/PreviewList.js +39 -26
  25. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +46 -25
  26. package/dist/PromoPoster/PromoPoster.js +1 -1
  27. package/dist/StandartTable/index.js +1 -1
  28. package/dist/Stepper/Stepper.js +34 -28
  29. package/dist/SwiperList/SwiperList.js +1 -1
  30. package/dist/TasksBannerList/TasksBannerList.js +1 -1
  31. package/dist/Video/VideoFull/VideoFull.js +1 -1
  32. package/dist/Video/VideoList/VideoList.js +1 -1
  33. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  34. package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
  35. package/dist/assets/index.css +1 -1
  36. package/package.json +1 -1
  37. package/dist/ComponentContainer-cdb2528c.js +0 -16
@@ -1,58 +1,64 @@
1
- import { jsx as r, jsxs as a } from "react/jsx-runtime";
2
- import { FieldTypes as t } from "../Types/FiledTypes.js";
3
- import { B as c } from "../index-875e92ce.js";
4
- import { B as x } from "../const-53dff524.js";
5
- import { C as d } from "../ComponentContainer-cdb2528c.js";
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 g = {
8
+ const b = {
9
9
  type: "data",
10
10
  label: "Шаги",
11
11
  dataType: "array",
12
12
  data: {
13
- text: t.DESCRIPTION,
14
- icon: t.FILE,
15
- color: t.COLOR,
16
- title: t.TITLE,
17
- description: t.DESCRIPTION
13
+ text: r.DESCRIPTION,
14
+ icon: r.FILE,
15
+ color: r.COLOR,
16
+ title: r.TITLE,
17
+ description: r.DESCRIPTION
18
18
  }
19
- }, h = ["title", g, x], b = ({ data: o, title: l, button: s }) => /* @__PURE__ */ r(d, { children: /* @__PURE__ */ a("div", { className: "flex items-center flex-col", children: [
20
- l && /* @__PURE__ */ r("p", { className: "font-bold max-tablet:text-[26px] text-[44px] mb-12 max-tablet:leading-[32px] leading-[42px] font-variant-numeric font-feature-settings", children: l }),
21
- /* @__PURE__ */ r("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: o == null ? void 0 : o.map((e, n) => {
22
- const p = n + 1;
23
- return /* @__PURE__ */ a(
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__ */ r(
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__ */ r(
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: p
41
+ children: s
42
42
  }
43
43
  ),
44
- (e == null ? void 0 : e.title) && /* @__PURE__ */ r("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__ */ r("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__ */ r("p", { className: "text-gray3 text-[15px] leading-[22px] text-center", children: e == null ? void 0 : e.description })
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
- n
49
+ a
50
50
  );
51
51
  }) }),
52
- /* @__PURE__ */ r(c, { ...s })
52
+ /* @__PURE__ */ t(
53
+ x,
54
+ {
55
+ className: "mt-[24px] max-tablet:mt-[32px]",
56
+ ...p
57
+ }
58
+ )
53
59
  ] }) });
54
- b.propsToEdit = h;
60
+ h.propsToEdit = g;
55
61
  export {
56
- b as Stepper,
57
- h as propsToEdit
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-cdb2528c.js";
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-cdb2528c.js";
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-cdb2528c.js";
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-cdb2528c.js";
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-cdb2528c.js";
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-cdb2528c.js";
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",