md-components-mdigial-azamat 0.0.20 → 0.0.24

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 (83) hide show
  1. package/dist/AllComponents.js +5 -9
  2. package/dist/AnimatedSwiper/index.js +64 -42
  3. package/dist/Banner/Banner.js +2 -2
  4. package/dist/Banner/index.js +1 -1
  5. package/dist/Banner/types.js +1 -4
  6. package/dist/BannerAndText/index.js +27 -35
  7. package/dist/CardIconList/CardIconList.js +26 -71
  8. package/dist/CardIconList/index.js +2 -2
  9. package/dist/CardImageList/CardImageList.js +1 -1
  10. package/dist/CardImageList/index.js +1 -1
  11. package/dist/CardImageSecondary/CardImageSecondary.js +27 -48
  12. package/dist/CardImageSecondary/index.js +2 -2
  13. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +4 -19
  14. package/dist/CardImageSecondaryList/index.js +1 -1
  15. package/dist/CardInfoTable/index.js +23 -3
  16. package/dist/Cards/CardImage/CardImage.js +32 -18
  17. package/dist/Cards/ColoredCard/index.js +23 -10
  18. package/dist/Cards/ContentCard/ContentCard.js +1 -1
  19. package/dist/Cards/ContentCard/index.js +1 -1
  20. package/dist/Cards/FeaturesCard/index.js +2 -1
  21. package/dist/Cards/WarningCard/WarningCard.js +1 -1
  22. package/dist/Cards/WarningCard/index.js +1 -1
  23. package/dist/ContentCardList/ContentCardList.js +23 -2
  24. package/dist/ContentCardList/index.js +1 -1
  25. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
  26. package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
  27. package/dist/DownloadFile/components/DownloadFileBright/index.js +2 -2
  28. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
  29. package/dist/DownloadFile/components/DownloadFileFull/index.js +2 -2
  30. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
  31. package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
  32. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
  33. package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
  34. package/dist/Faq/Faq.js +20 -2
  35. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1 -1
  36. package/dist/Faq/components/FeedbackForm/index.js +1 -1
  37. package/dist/Faq/index.js +1 -1
  38. package/dist/HeroPossibilityBanner/index.js +30 -19
  39. package/dist/InfoBanner/index.js +3 -2
  40. package/dist/InfoBannerList/InfoBannerList.js +3 -2
  41. package/dist/InfoBannerList/index.js +2 -2
  42. package/dist/InstructionList/InstructionList.js +1 -1
  43. package/dist/InstructionList/index.js +1 -1
  44. package/dist/IntroBanner/IntroBanner.js +1 -1
  45. package/dist/IntroBanner/index.js +1 -1
  46. package/dist/MainBanner/MainBanner.js +1 -1
  47. package/dist/MainBanner/index.js +1 -1
  48. package/dist/MultiCards/index.js +5 -54
  49. package/dist/PageViewer/PageViewer.js +5 -7
  50. package/dist/PageViewer/renderComponents.js +1 -1
  51. package/dist/Partners/Partners.js +21 -4
  52. package/dist/PartnersColors/PartnersColors.js +38 -20
  53. package/dist/PreviewList/PreviewList.js +1 -1
  54. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +1 -1
  55. package/dist/PreviewList/components/PreviewCard/index.js +1 -1
  56. package/dist/PreviewList/index.js +1 -1
  57. package/dist/PromoPoster/PromoPoster.js +29 -15
  58. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  59. package/dist/RenderAllComponents/const.js +5 -5
  60. package/dist/Segments/Segments.js +15 -7
  61. package/dist/Space/Space.js +21 -0
  62. package/dist/Space/index.js +4 -0
  63. package/dist/StandartTable/components/CardWarning/index.js +1 -1
  64. package/dist/StandartTable/index.js +3 -2
  65. package/dist/Stepper/Stepper.js +2 -1
  66. package/dist/Stepper/index.js +1 -1
  67. package/dist/SwiperList/SwiperList.js +39 -29
  68. package/dist/TasksBanner/TasksBanner.js +45 -28
  69. package/dist/TasksBannerList/TasksBannerList.js +26 -11
  70. package/dist/Types/FiledTypes.js +1 -1
  71. package/dist/Video/VideoList/VideoList.js +19 -10
  72. package/dist/Video/VideoListMini/VideoListMini.js +17 -8
  73. package/dist/VideoMainBanner/VideoMainBanner.js +3 -2
  74. package/dist/VideoMainBanner/index.js +1 -1
  75. package/dist/componentsMap-189b0c59.js +50 -0
  76. package/dist/{AllComponents-7aa1a7f1.js → index-7e2966f2.js} +1768 -1321
  77. package/dist/index-a379154f.js +66 -0
  78. package/dist/main.js +60 -61
  79. package/package.json +1 -1
  80. package/dist/EmptyBox/EmptyBox.js +0 -5
  81. package/dist/componentsMap-678541b7.js +0 -53
  82. package/dist/index-6e0f7db0.js +0 -52
  83. /package/dist/{EmptyBox → Space}/types.js +0 -0
@@ -1,17 +1,32 @@
1
- import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- import { TasksBanner as s } from "../TasksBanner/TasksBanner.js";
3
- import { C as o } from "../ComponentContainer-0fcc2695.js";
4
- const p = ({ title: n, cards: t }) => /* @__PURE__ */ r(o, { children: [
5
- n && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-[#0e0f11] text-center mb-[48px] max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px] [font-variant-numeric:lining-nums_tabular-nums_stacked-fractions] [font-feature-settings:'liga'_off,'clig'_off]", children: n }),
6
- /* @__PURE__ */ e("div", { className: "flex flex-col gap-[40px] w-full", children: t == null ? void 0 : t.map((i, a) => /* @__PURE__ */ e(
7
- s,
1
+ import { jsxs as n, jsx as a } from "react/jsx-runtime";
2
+ import { TasksBanner as r } from "../TasksBanner/TasksBanner.js";
3
+ import { FieldTypes as t } from "../Types/FiledTypes.js";
4
+ import { C as l } from "../ComponentContainer-0fcc2695.js";
5
+ const p = {
6
+ type: "cards",
7
+ label: "Карточки задач",
8
+ dataType: "array",
9
+ data: {
10
+ title: t.TITLE,
11
+ description: t.HTML_CONTENT,
12
+ image: t.FILE,
13
+ icon: t.FILE,
14
+ is_black: t.BOOLEAN,
15
+ is_promo: t.BOOLEAN,
16
+ is_yellow: t.BOOLEAN
17
+ }
18
+ }, m = ["title", p], x = ({ title: i, cards: e }) => /* @__PURE__ */ n(l, { children: [
19
+ i && /* @__PURE__ */ a("p", { className: "text-[44px] leading-[52px] font-bold text-[#0e0f11] text-center mb-[48px] max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px] [font-variant-numeric:lining-nums_tabular-nums_stacked-fractions] [font-feature-settings:'liga'_off,'clig'_off]", children: i }),
20
+ /* @__PURE__ */ a("div", { className: "flex flex-col gap-[40px] w-full", children: e == null ? void 0 : e.map((s, o) => /* @__PURE__ */ a(
21
+ r,
8
22
  {
9
- data: i,
10
- isFirst: a === 0
23
+ data: s,
24
+ isFirst: o === 0
11
25
  },
12
- a
26
+ o
13
27
  )) })
14
28
  ] });
29
+ x.propsToEdit = m;
15
30
  export {
16
- p as TasksBannerList
31
+ x as TasksBannerList
17
32
  };
@@ -1,4 +1,4 @@
1
- var t = /* @__PURE__ */ ((n) => (n.STRING = "string", n.NUMBER = "number", n.BOOLEAN = "boolean", n.ARRAY = "array", n.OBJECT = "object", n.FUNCTION = "function", n.UNDEFINED = "undefined", n.NULL = "null", n.SYMBOL = "symbol", n.BIGINT = "bigint", n.DATE = "date", n.REGEXP = "regexp", n.FILE = "file", n.TITLE = "title", n.DESCRIPTION = "description", n.VARIANT = "variant", n.LINK = "link", n.COMPONENT = "component", n.CLASSNAME = "classname", n.COLOR = "color", n.TITLE_TEXT = "title_text", n.NODE = "node", n))(t || {});
1
+ var t = /* @__PURE__ */ ((n) => (n.STRING = "string", n.NUMBER = "number", n.BOOLEAN = "boolean", n.ARRAY = "array", n.OBJECT = "object", n.FUNCTION = "function", n.UNDEFINED = "undefined", n.NULL = "null", n.SYMBOL = "symbol", n.BIGINT = "bigint", n.DATE = "date", n.REGEXP = "regexp", n.FILE = "file", n.TITLE = "title", n.DESCRIPTION = "description", n.VARIANT = "variant", n.LINK = "link", n.COMPONENT = "component", n.CLASSNAME = "classname", n.COLOR = "color", n.TITLE_TEXT = "title_text", n.NODE = "node", n.HTML_CONTENT = "html_content", n))(t || {});
2
2
  export {
3
3
  t as FieldTypes
4
4
  };
@@ -1,24 +1,33 @@
1
- import { jsx as i, jsxs as r } from "react/jsx-runtime";
2
- import { VideoPlayer as s } from "../components/VideoPlayer/VideoPlayer.js";
3
- import { C as a } from "../../ComponentContainer-0fcc2695.js";
4
- const l = ["data"], t = ({ data: e }) => /* @__PURE__ */ i(a, { children: /* @__PURE__ */ i("div", { className: "grid grid-cols-2 gap-6 max-tablet:grid-cols-1", children: e.map((o, d) => /* @__PURE__ */ r(
1
+ import { jsx as e, jsxs as r } from "react/jsx-runtime";
2
+ import { FieldTypes as o } from "../../Types/FiledTypes.js";
3
+ import { VideoPlayer as t } from "../components/VideoPlayer/VideoPlayer.js";
4
+ import { C as l } from "../../ComponentContainer-0fcc2695.js";
5
+ const s = {
6
+ type: "data",
7
+ label: "Видео данные",
8
+ dataType: "array",
9
+ data: {
10
+ title: o.TITLE,
11
+ linkVideo: o.LINK
12
+ }
13
+ }, p = [s], n = ({ data: a }) => /* @__PURE__ */ e(l, { children: /* @__PURE__ */ e("div", { className: "grid grid-cols-2 gap-6 max-tablet:grid-cols-1", children: a.map((i, d) => /* @__PURE__ */ r(
5
14
  "div",
6
15
  {
7
16
  className: "bg-white rounded-[20px] overflow-hidden",
8
17
  children: [
9
- /* @__PURE__ */ i(
10
- s,
18
+ /* @__PURE__ */ e(
19
+ t,
11
20
  {
12
- linkVideo: o.linkVideo,
21
+ linkVideo: i.linkVideo,
13
22
  className: "h-[368px]"
14
23
  }
15
24
  ),
16
- /* @__PURE__ */ i("div", { className: "p-8", children: /* @__PURE__ */ i("p", { className: "text-[24px] leading-8 font-bold", children: o.title }) })
25
+ /* @__PURE__ */ e("div", { className: "p-8", children: /* @__PURE__ */ e("p", { className: "text-[24px] leading-8 font-bold", children: i.title }) })
17
26
  ]
18
27
  },
19
28
  d
20
29
  )) }) });
21
- t.propsToEdit = l;
30
+ n.propsToEdit = p;
22
31
  export {
23
- t as VideoList
32
+ n as VideoList
24
33
  };
@@ -1,24 +1,33 @@
1
1
  import { jsx as i, jsxs as r } from "react/jsx-runtime";
2
- import { VideoPlayer as s } from "../components/VideoPlayer/VideoPlayer.js";
3
- import { C as a } from "../../ComponentContainer-0fcc2695.js";
4
- const l = ["data"], t = ({ data: e }) => /* @__PURE__ */ i(a, { children: /* @__PURE__ */ i("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: e.map((o, d) => /* @__PURE__ */ r(
2
+ import { FieldTypes as o } from "../../Types/FiledTypes.js";
3
+ import { VideoPlayer as t } from "../components/VideoPlayer/VideoPlayer.js";
4
+ import { C as l } from "../../ComponentContainer-0fcc2695.js";
5
+ const s = {
6
+ type: "data",
7
+ label: "Видео данные мини",
8
+ dataType: "array",
9
+ data: {
10
+ title: o.TITLE,
11
+ linkVideo: o.LINK
12
+ }
13
+ }, n = [s], p = ({ data: a }) => /* @__PURE__ */ i(l, { children: /* @__PURE__ */ i("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: a.map((e, d) => /* @__PURE__ */ r(
5
14
  "div",
6
15
  {
7
16
  className: "bg-white rounded-[20px] overflow-hidden",
8
17
  children: [
9
18
  /* @__PURE__ */ i(
10
- s,
19
+ t,
11
20
  {
12
- linkVideo: o.linkVideo,
21
+ linkVideo: e.linkVideo,
13
22
  className: "h-[224px]"
14
23
  }
15
24
  ),
16
- /* @__PURE__ */ i("div", { className: "p-8", children: /* @__PURE__ */ i("p", { className: "text-[24px] leading-8 font-bold", children: o.title }) })
25
+ /* @__PURE__ */ i("div", { className: "p-8", children: /* @__PURE__ */ i("p", { className: "text-[24px] leading-8 font-bold", children: e.title }) })
17
26
  ]
18
27
  },
19
28
  d
20
29
  )) }) });
21
- t.propsToEdit = l;
30
+ p.propsToEdit = n;
22
31
  export {
23
- t as VideoListMini
32
+ p as VideoListMini
24
33
  };
@@ -1,8 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../cn-d8c04b28.js";
3
- import { V as a } from "../AllComponents-7aa1a7f1.js";
3
+ import "../Types/FiledTypes.js";
4
+ import { V as e } from "../index-7e2966f2.js";
4
5
  import "../ComponentContainer-0fcc2695.js";
5
6
  import "../index-60dfa873.js";
6
7
  export {
7
- a as VideoMainBanner
8
+ e as VideoMainBanner
8
9
  };
@@ -1,4 +1,4 @@
1
- import { V as n } from "../AllComponents-7aa1a7f1.js";
1
+ import { V as n } from "../index-7e2966f2.js";
2
2
  export {
3
3
  n as VideoMainBanner
4
4
  };
@@ -0,0 +1,50 @@
1
+ import a from "./AnimatedSwiper/index.js";
2
+ import { B as r, C as o, S as i, a as s, b as n, M as t, c as e, W as m, F as d, D as l, d as p, e as f, f as L, I as C, P as B, g as F, V as c, h as w, i as I, j as S, k as M, l as g } from "./index-7e2966f2.js";
3
+ import { Partners as D } from "./Partners/Partners.js";
4
+ import { PartnersColors as P } from "./PartnersColors/PartnersColors.js";
5
+ import { PromoPoster as V } from "./PromoPoster/PromoPoster.js";
6
+ import { Segments as u } from "./Segments/Segments.js";
7
+ import { Space as b } from "./Space/Space.js";
8
+ import { SwiperList as T } from "./SwiperList/SwiperList.js";
9
+ import { TasksBannerList as h } from "./TasksBannerList/TasksBannerList.js";
10
+ import { VideoFull as k } from "./Video/VideoFull/VideoFull.js";
11
+ import { VideoList as W } from "./Video/VideoList/VideoList.js";
12
+ import { VideoListMini as j } from "./Video/VideoListMini/VideoListMini.js";
13
+ const O = {
14
+ Banner: r,
15
+ CardImageList: o,
16
+ Stepper: i,
17
+ Segments: u,
18
+ VideoFull: k,
19
+ VideoList: W,
20
+ VideoListMini: j,
21
+ ContentCardList: s,
22
+ CardIconList: n,
23
+ MultiCards: t,
24
+ Partners: D,
25
+ PartnersColors: P,
26
+ MainBanner: e,
27
+ WarningCard: m,
28
+ Faq: d,
29
+ DownloadFileBanner: l,
30
+ DownloadFileHalf: p,
31
+ DownloadFileFull: f,
32
+ DownloadFileMini: L,
33
+ InstructionList: C,
34
+ PreviewList: B,
35
+ SwiperList: T,
36
+ AnimatedSwiper: a,
37
+ InfoBannerList: F,
38
+ TasksBannerList: h,
39
+ VideoMainBanner: c,
40
+ Space: b,
41
+ PromoPoster: V,
42
+ CardImageSecondaryList: w,
43
+ CardInfoTable: I,
44
+ StandartTable: S,
45
+ IntroBanner: M,
46
+ DownloadFileBright: g
47
+ };
48
+ export {
49
+ O as c
50
+ };