md-components-mdigial-azamat 0.0.77 → 0.0.79

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 (131) hide show
  1. package/dist/ActionCard/ActionCard.js +30 -0
  2. package/dist/ActionCard/index.js +4 -0
  3. package/dist/ActionCard/info.js +11 -0
  4. package/dist/ActionCard/types.js +1 -0
  5. package/dist/ActionCardList/ActionCardList.js +32 -0
  6. package/dist/ActionCardList/index.js +4 -0
  7. package/dist/ActionCardList/info.js +11 -0
  8. package/dist/ActionCardList/types.js +1 -0
  9. package/dist/ActionIconList/ActionIconList.js +174 -0
  10. package/dist/ActionIconList/index.js +4 -0
  11. package/dist/ActionIconList/info.js +11 -0
  12. package/dist/ActionIconList/types.js +1 -0
  13. package/dist/AllComponents.js +39 -127
  14. package/dist/AllComponentsInfo.js +26 -27
  15. package/dist/AnimatedSwiper/index.js +9 -3
  16. package/dist/AnimatedSwiper/info.js +1 -1
  17. package/dist/Banner/Banner.js +1 -1
  18. package/dist/Banner/info.js +1 -1
  19. package/dist/BannerAndText/index.js +1 -1
  20. package/dist/BannerAndText/info.js +1 -1
  21. package/dist/CardIconList/CardIconList.js +16 -15
  22. package/dist/CardIconList/info.js +1 -1
  23. package/dist/CardImageList/CardImageList.js +1 -1
  24. package/dist/CardImageList/info.js +1 -1
  25. package/dist/CardImageSecondary/info.js +1 -1
  26. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
  27. package/dist/CardImageSecondaryList/info.js +1 -1
  28. package/dist/CardInfoTable/index.js +1 -1
  29. package/dist/CardInfoTable/info.js +1 -1
  30. package/dist/{index-04224eb4.js → Cards/ActionIconCard/index.js} +21 -27
  31. package/dist/Cards/ActionIconCard/info.js +11 -0
  32. package/dist/Cards/ActionIconCard/types.js +1 -0
  33. package/dist/Cards/CardImage/info.js +1 -1
  34. package/dist/Cards/ColoredCard/info.js +1 -1
  35. package/dist/Cards/ContentCard/info.js +1 -1
  36. package/dist/Cards/FeaturesCard/index.js +100 -8
  37. package/dist/Cards/FeaturesCard/info.js +2 -2
  38. package/dist/Cards/WarningCard/WarningCard.js +103 -68
  39. package/dist/Cards/WarningCard/index.js +1 -1
  40. package/dist/Cards/WarningCard/info.js +3 -9
  41. package/dist/ComponentContainer-05e27e82.js +16 -0
  42. package/dist/ContentCardList/ContentCardList.js +1 -1
  43. package/dist/ContentCardList/info.js +1 -1
  44. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
  45. package/dist/DownloadFile/components/DownloadFileBanner/info.js +1 -1
  46. package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
  47. package/dist/DownloadFile/components/DownloadFileBright/info.js +1 -1
  48. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
  49. package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
  50. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
  51. package/dist/DownloadFile/components/DownloadFileHalf/info.js +1 -1
  52. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
  53. package/dist/DownloadFile/components/DownloadFileMini/info.js +1 -1
  54. package/dist/DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js +1 -1
  55. package/dist/DownloadFile/components/FileBannerSecondary/info.js +1 -1
  56. package/dist/Faq/Faq.js +2 -2
  57. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +6 -55
  58. package/dist/Faq/components/FeedbackForm/index.js +1 -1
  59. package/dist/Faq/info.js +1 -1
  60. package/dist/FileLoader/fileLoader.js +22 -0
  61. package/dist/FileLoader/index.js +1787 -0
  62. package/dist/Footer/info.js +1 -1
  63. package/dist/Forms/FormDefault/componentTypes.js +31 -0
  64. package/dist/Forms/FormDefault/index.js +10 -273
  65. package/dist/Forms/FormDefault/info.js +104 -18
  66. package/dist/Forms/helpers/renderFormFields.js +7 -0
  67. package/dist/Forms/model/components.js +102 -0
  68. package/dist/Forms/types/formItems.js +1 -0
  69. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
  70. package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
  71. package/dist/Header/info.js +1 -1
  72. package/dist/HeroPossibilityBanner/info.js +1 -1
  73. package/dist/InfoBanner/info.js +1 -1
  74. package/dist/InfoBannerList/InfoBannerList.js +1 -1
  75. package/dist/InfoBannerList/info.js +1 -1
  76. package/dist/InstructionList/InstructionList.js +1 -1
  77. package/dist/InstructionList/info.js +1 -1
  78. package/dist/IntroBanner/IntroBanner.js +1 -1
  79. package/dist/IntroBanner/info.js +1 -1
  80. package/dist/MainBanner/MainBanner.js +1 -1
  81. package/dist/MainBanner/info.js +1 -1
  82. package/dist/MultiCards/index.js +1 -1
  83. package/dist/MultiCards/info.js +1 -1
  84. package/dist/PageViewer/renderComponents.js +1 -1
  85. package/dist/Partners/Partners.js +1 -1
  86. package/dist/Partners/info.js +1 -1
  87. package/dist/PartnersColors/PartnersColors.js +1 -1
  88. package/dist/PartnersColors/info.js +1 -1
  89. package/dist/PreviewList/PreviewList.js +1 -1
  90. package/dist/PreviewList/info.js +1 -1
  91. package/dist/PromoPoster/PromoPoster.js +1 -1
  92. package/dist/PromoPoster/info.js +1 -1
  93. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  94. package/dist/RenderAllComponents/const.js +1 -1
  95. package/dist/Segments/info.js +1 -1
  96. package/dist/Space/info.js +1 -1
  97. package/dist/StandartTable/index.js +1 -1
  98. package/dist/StandartTable/info.js +1 -1
  99. package/dist/Stepper/Stepper.js +1 -1
  100. package/dist/Stepper/info.js +1 -1
  101. package/dist/SwiperList/SwiperList.js +7 -7
  102. package/dist/SwiperList/info.js +1 -1
  103. package/dist/TasksBanner/info.js +1 -1
  104. package/dist/TasksBannerList/TasksBannerList.js +1 -1
  105. package/dist/TasksBannerList/info.js +1 -1
  106. package/dist/TitleBlock/TitleBlock.js +15 -0
  107. package/dist/TitleBlock/index.js +4 -0
  108. package/dist/TitleBlock/info.js +11 -0
  109. package/dist/TitleBlock/types.js +1 -0
  110. package/dist/Video/VideoFull/VideoFull.js +1 -1
  111. package/dist/Video/VideoFull/info.js +1 -1
  112. package/dist/Video/VideoList/VideoList.js +1 -1
  113. package/dist/Video/VideoList/info.js +1 -1
  114. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  115. package/dist/Video/VideoListMini/info.js +1 -1
  116. package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
  117. package/dist/VideoMainBanner/info.js +1 -1
  118. package/dist/assets/index.css +1 -1
  119. package/dist/{componentsMap-ae33b476.js → componentsMap-3d57445f.js} +38 -39
  120. package/dist/{data.mock-30d53d62.js → data.mock-9071e4ea.js} +54 -52
  121. package/dist/{index-b826f1c7.js → index-0a5f313c.js} +1 -1
  122. package/dist/index-a0ed2e4a.js +1221 -0
  123. package/dist/info-0f7bae6b.js +1380 -0
  124. package/dist/main.js +59 -60
  125. package/dist/{mousewheel-2cf27f39.js → mousewheel-865ae601.js} +1 -1
  126. package/dist/{navigation-48c90d3b.js → navigation-b894d0cd.js} +1 -1
  127. package/dist/size-b1291031.js +8 -0
  128. package/dist/{swiper-react-bfbb44d6.js → swiper-react-90953710.js} +3 -3
  129. package/package.json +4 -1
  130. package/dist/ComponentContainer-841196f9.js +0 -16
  131. package/dist/index.esm-67811428.js +0 -1012
@@ -1,6 +1,6 @@
1
1
  import { jsx as e, jsxs as o } from "react/jsx-runtime";
2
2
  import { FieldTypes as i } from "../Types/FiledTypes.js";
3
- import { C as m } from "../ComponentContainer-841196f9.js";
3
+ import { C as m } from "../ComponentContainer-05e27e82.js";
4
4
  import { I as g } from "../index-9384c6d6.js";
5
5
  import { c as s } from "../cn-6a4bf187.js";
6
6
  const x = {
@@ -1,4 +1,4 @@
1
- import { C as o } from "../index-b826f1c7.js";
1
+ import { C as o } from "../index-0a5f313c.js";
2
2
  import { propsToEdit as t } from "./index.js";
3
3
  const n = {
4
4
  title: "Баннер и текст",
@@ -1,18 +1,19 @@
1
- import { jsx as l, jsxs as n } from "react/jsx-runtime";
2
- import { S as r, F as p } from "../index-04224eb4.js";
3
- import { FieldTypes as t } from "../Types/FiledTypes.js";
4
- import { C as f } from "../ComponentContainer-841196f9.js";
1
+ import { jsx as l, jsxs as d } from "react/jsx-runtime";
2
+ import { FeaturesCard as f } from "../Cards/FeaturesCard/index.js";
3
+ import { FieldTypes as a } from "../Types/FiledTypes.js";
4
+ import { C as n } from "../ComponentContainer-05e27e82.js";
5
5
  import { c } from "../cn-6a4bf187.js";
6
+ import { S as r } from "../size-b1291031.js";
6
7
  const b = {
7
8
  type: "cards",
8
9
  label: "Карточки",
9
10
  dataType: "array",
10
11
  data: {
11
- title: t.TITLE,
12
- description: t.DESCRIPTION,
13
- image: t.FILE,
14
- is_black: t.BOOLEAN,
15
- variant: t.VARIANT
12
+ title: a.TITLE,
13
+ description: a.DESCRIPTION,
14
+ image: a.FILE,
15
+ is_black: a.BOOLEAN,
16
+ variant: a.VARIANT
16
17
  }
17
18
  }, g = {
18
19
  type: "multiHasText",
@@ -22,7 +23,7 @@ const b = {
22
23
  cards: s,
23
24
  title: i,
24
25
  size: x = r.SMALL,
25
- turnover: d,
26
+ turnover: p,
26
27
  multiHasText: o = !1
27
28
  }) => {
28
29
  let e;
@@ -40,7 +41,7 @@ const b = {
40
41
  e = "flex flex-row items-stretch max-tablet:flex-col";
41
42
  break;
42
43
  }
43
- return /* @__PURE__ */ l(f, { className: c({ "order-[-1]": d }), children: /* @__PURE__ */ n(
44
+ return /* @__PURE__ */ l(n, { className: c({ "order-[-1]": p }), children: /* @__PURE__ */ d(
44
45
  "div",
45
46
  {
46
47
  className: c("w-full h-full flex flex-col items-center gap-[24px]"),
@@ -58,10 +59,10 @@ const b = {
58
59
  {
59
60
  className: `${e} gap-[24px] w-full ${o ? "grid grid-cols-2 max-tablet:flex h-full" : "flex flex-row max-tablet:flex-col"}`,
60
61
  children: s == null ? void 0 : s.map(
61
- (a, m) => a && /* @__PURE__ */ l(
62
- p,
62
+ (t, m) => t && /* @__PURE__ */ l(
63
+ f,
63
64
  {
64
- data: a,
65
+ data: t,
65
66
  size: x,
66
67
  className: c(
67
68
  { "h-full": o },
@@ -70,7 +71,7 @@ const b = {
70
71
  }
71
72
  )
72
73
  },
73
- (a == null ? void 0 : a.id) || m
74
+ (t == null ? void 0 : t.id) || m
74
75
  )
75
76
  )
76
77
  }
@@ -1,4 +1,4 @@
1
- import { C as o } from "../index-b826f1c7.js";
1
+ import { C as o } from "../index-0a5f313c.js";
2
2
  import { propsToEdit as t } from "./CardIconList.js";
3
3
  const p = {
4
4
  title: "Список карточек с иконками",
@@ -4,7 +4,7 @@ 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
- import { C as f } from "../ComponentContainer-841196f9.js";
7
+ import { C as f } from "../ComponentContainer-05e27e82.js";
8
8
  import { c as p } from "../cn-6a4bf187.js";
9
9
  const g = {
10
10
  type: "cards",
@@ -1,4 +1,4 @@
1
- import { C as o } from "../index-b826f1c7.js";
1
+ import { C as o } from "../index-0a5f313c.js";
2
2
  import { propsToEdit as t } from "./CardImageList.js";
3
3
  const i = {
4
4
  title: "Список карточек с изображениями",
@@ -1,4 +1,4 @@
1
- import { C as o } from "../index-b826f1c7.js";
1
+ import { C as o } from "../index-0a5f313c.js";
2
2
  import { propsToEdit as r } from "./CardImageSecondary.js";
3
3
  const p = {
4
4
  title: "Вторичная карточка с изображением",
@@ -1,6 +1,6 @@
1
1
  import { jsxs as l, jsx as t } from "react/jsx-runtime";
2
2
  import { cardImageSecondaryDataProps as x, CardImageSecondary as m } from "../CardImageSecondary/CardImageSecondary.js";
3
- import { C as s } from "../ComponentContainer-841196f9.js";
3
+ import { C as s } from "../ComponentContainer-05e27e82.js";
4
4
  const n = {
5
5
  type: "cards",
6
6
  label: "Карточки",
@@ -1,4 +1,4 @@
1
- import { C as o } from "../index-b826f1c7.js";
1
+ import { C as o } from "../index-0a5f313c.js";
2
2
  import { propsToEdit as t } from "./CardImageSecondaryList.js";
3
3
  const i = {
4
4
  title: "Вторичный список карточек с изображениями",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as x, jsx as r } from "react/jsx-runtime";
2
2
  import { forwardRef as g } from "react";
3
3
  import { FieldTypes as i } from "../Types/FiledTypes.js";
4
- import { C as h } from "../ComponentContainer-841196f9.js";
4
+ import { C as h } from "../ComponentContainer-05e27e82.js";
5
5
  import { c as p } from "../cn-6a4bf187.js";
6
6
  import { B as y } from "../index-875e92ce.js";
7
7
  import { b as w, a as u } from "../const-53dff524.js";
@@ -1,4 +1,4 @@
1
- import { C as o } from "../index-b826f1c7.js";
1
+ import { C as o } from "../index-0a5f313c.js";
2
2
  import { propsToEdit as t } from "./index.js";
3
3
  const p = {
4
4
  title: "Информационная таблица в карточке",
@@ -1,13 +1,10 @@
1
- import { jsxs as s, jsx as l } from "react/jsx-runtime";
2
- import { FieldTypes as o } from "./Types/FiledTypes.js";
3
- import { B as c } from "./index-875e92ce.js";
4
- import { I as x } from "./index-9384c6d6.js";
5
- import { c as m } from "./cn-6a4bf187.js";
6
- const r = {
7
- SMALL: "small",
8
- MEDIUM: "medium",
9
- LARGE: "large"
10
- }, g = {
1
+ import { jsxs as i, jsx as l } from "react/jsx-runtime";
2
+ import { FieldTypes as o } from "../../Types/FiledTypes.js";
3
+ import { B as c } from "../../index-875e92ce.js";
4
+ import { I as x } from "../../index-9384c6d6.js";
5
+ import { c as m } from "../../cn-6a4bf187.js";
6
+ import { S as s } from "../../size-b1291031.js";
7
+ const g = {
11
8
  type: "data",
12
9
  label: "Данные карточки функции",
13
10
  dataType: "object",
@@ -24,20 +21,18 @@ const r = {
24
21
  color_text: o.COLOR
25
22
  }
26
23
  }
27
- }, b = [g, "size", "className"], f = ({ data: e, size: i, className: p }) => {
28
- const n = i === r.SMALL ? 32 : 40;
29
- return /* @__PURE__ */ s(
24
+ }, f = [g, "size", "className"], b = ({ data: e, size: r, className: p }) => {
25
+ const n = r === s.SMALL ? 32 : 40;
26
+ return /* @__PURE__ */ i(
30
27
  "div",
31
28
  {
32
29
  className: m(
33
- "relative bg-white rounded-[20px] flex flex-col items-start justify-between gap-[32px] w-full box-border",
34
- i === r.LARGE && "min-h-[300px]",
35
- i === r.SMALL ? "p-[24px]" : "p-[32px]",
30
+ "relative bg-white rounded-[20px] flex flex-col items-start justify-between gap-[24px] w-full box-border px-[32px] py-[24px]",
36
31
  p
37
32
  ),
38
33
  style: { background: e == null ? void 0 : e.color_bg },
39
34
  children: [
40
- /* @__PURE__ */ s("div", { className: "flex flex-col items-start gap-[32px]", children: [
35
+ /* @__PURE__ */ i("div", { className: "flex flex-col items-start gap-[32px]", children: [
41
36
  (e == null ? void 0 : e.badge) && /* @__PURE__ */ l(
42
37
  "div",
43
38
  {
@@ -58,11 +53,11 @@ const r = {
58
53
  height: n
59
54
  }
60
55
  ),
61
- /* @__PURE__ */ s("div", { className: "flex items-start flex-col gap-[12px]", children: [
56
+ /* @__PURE__ */ i("div", { className: "flex items-start flex-col gap-[12px]", children: [
62
57
  /* @__PURE__ */ l(
63
58
  "div",
64
59
  {
65
- className: "text-[24px] leading-[32px] font-bold",
60
+ className: "text-[20px] leading-[28px] font-bold",
66
61
  style: { color: e == null ? void 0 : e.item_color_text },
67
62
  children: e == null ? void 0 : e.title
68
63
  }
@@ -77,20 +72,20 @@ const r = {
77
72
  )
78
73
  ] })
79
74
  ] }),
80
- i === r.LARGE && ((e == null ? void 0 : e.button_type) === "button" ? /* @__PURE__ */ l(
75
+ r === s.LARGE && ((e == null ? void 0 : e.button_type) === "button" ? /* @__PURE__ */ l(
81
76
  "a",
82
77
  {
83
78
  href: e == null ? void 0 : e.link,
84
79
  target: "_blank",
85
- className: "font-inter text-[16px] leading-[24px] font-semibold",
86
- children: /* @__PURE__ */ l(c, { variant: e == null ? void 0 : e.button_variant, children: e == null ? void 0 : e.button_text })
80
+ className: "font-inter text-[16px] leading-[24px] font-medium",
81
+ children: /* @__PURE__ */ l(c, { variant: e == null ? void 0 : e.button_variant, children: (e == null ? void 0 : e.button_text) || (e == null ? void 0 : e.link_text) })
87
82
  }
88
83
  ) : /* @__PURE__ */ l(
89
84
  "a",
90
85
  {
91
86
  href: e == null ? void 0 : e.link,
92
87
  target: "_blank",
93
- className: "text-deepBlue font-inter text-[16px] leading-[24px] font-semibold",
88
+ className: "text-deepBlue font-inter text-[16px] leading-[24px] font-medium",
94
89
  children: e == null ? void 0 : e.link_text
95
90
  }
96
91
  ))
@@ -98,9 +93,8 @@ const r = {
98
93
  }
99
94
  );
100
95
  };
101
- f.propsToEdit = b;
96
+ b.propsToEdit = f;
102
97
  export {
103
- f as F,
104
- r as S,
105
- b as p
98
+ b as ActionIconCard,
99
+ f as propsToEdit
106
100
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../index-0a5f313c.js";
2
+ import { propsToEdit as t } from "./index.js";
3
+ const p = {
4
+ title: "Карточка функции",
5
+ description: "Компонент для отображения карточки функции с иконкой, заголовком, описанием и ссылкой. Используется для представления отдельных функций или возможностей продукта.",
6
+ types: [o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as featuresCardInfo
11
+ };
@@ -0,0 +1 @@
1
+
@@ -1,4 +1,4 @@
1
- import { C as o } from "../../index-b826f1c7.js";
1
+ import { C as o } from "../../index-0a5f313c.js";
2
2
  import { propsToEdit as t } from "./CardImage.js";
3
3
  const p = {
4
4
  title: "Карточка с изображением",
@@ -1,4 +1,4 @@
1
- import { C as o } from "../../index-b826f1c7.js";
1
+ import { C as o } from "../../index-0a5f313c.js";
2
2
  import { propsToEdit as r } from "./index.js";
3
3
  const p = {
4
4
  title: "Цветная карточка",
@@ -1,4 +1,4 @@
1
- import { C as o } from "../../index-b826f1c7.js";
1
+ import { C as o } from "../../index-0a5f313c.js";
2
2
  import { propsToEdit as t } from "./ContentCard.js";
3
3
  const p = {
4
4
  title: "Контентная карточка",
@@ -1,10 +1,102 @@
1
- import "react/jsx-runtime";
2
- import "../../Types/FiledTypes.js";
3
- import "../../index-875e92ce.js";
4
- import "../../index-9384c6d6.js";
5
- import "../../cn-6a4bf187.js";
6
- import { F as s, p as e } from "../../index-04224eb4.js";
1
+ import { jsxs as n, jsx as l } from "react/jsx-runtime";
2
+ import { FieldTypes as o } from "../../Types/FiledTypes.js";
3
+ import { B as x } from "../../index-875e92ce.js";
4
+ import { I as c } from "../../index-9384c6d6.js";
5
+ import { c as m } from "../../cn-6a4bf187.js";
6
+ import { S as r } from "../../size-b1291031.js";
7
+ const g = {
8
+ type: "data",
9
+ label: "Данные карточки функции",
10
+ dataType: "object",
11
+ data: {
12
+ keys: {
13
+ title: o.TITLE,
14
+ description: o.DESCRIPTION,
15
+ image: o.FILE,
16
+ link: o.LINK,
17
+ link_text: o.TITLE,
18
+ color_bg: o.COLOR,
19
+ item_color_text: o.COLOR,
20
+ color: o.COLOR,
21
+ color_text: o.COLOR
22
+ }
23
+ }
24
+ }, b = [g, "size", "className"], f = ({ data: e, size: i, className: p }) => {
25
+ const s = i === r.SMALL ? 32 : 40;
26
+ return /* @__PURE__ */ n(
27
+ "div",
28
+ {
29
+ className: m(
30
+ "relative bg-white rounded-[20px] flex flex-col items-start justify-between gap-[32px] w-full box-border",
31
+ i === r.LARGE && "min-h-[300px]",
32
+ i === r.SMALL ? "p-[24px]" : "p-[32px]",
33
+ p
34
+ ),
35
+ style: { background: e == null ? void 0 : e.color_bg },
36
+ children: [
37
+ /* @__PURE__ */ n("div", { className: "flex flex-col items-start gap-[32px]", children: [
38
+ (e == null ? void 0 : e.badge) && /* @__PURE__ */ l(
39
+ "div",
40
+ {
41
+ className: "absolute top-[32px] right-[32px] rounded-[24px] text-[16px] leading-[20px] font-bold py-[7px] px-[18px] bg-yellowLight",
42
+ style: {
43
+ background: e == null ? void 0 : e.color,
44
+ color: e == null ? void 0 : e.color_text
45
+ },
46
+ children: e == null ? void 0 : e.badge
47
+ }
48
+ ),
49
+ (e == null ? void 0 : e.image) && /* @__PURE__ */ l(
50
+ c,
51
+ {
52
+ src: e == null ? void 0 : e.image,
53
+ alt: e == null ? void 0 : e.title,
54
+ width: s,
55
+ height: s
56
+ }
57
+ ),
58
+ /* @__PURE__ */ n("div", { className: "flex items-start flex-col gap-[12px]", children: [
59
+ /* @__PURE__ */ l(
60
+ "div",
61
+ {
62
+ className: "text-[24px] leading-[32px] font-bold",
63
+ style: { color: e == null ? void 0 : e.item_color_text },
64
+ children: e == null ? void 0 : e.title
65
+ }
66
+ ),
67
+ /* @__PURE__ */ l(
68
+ "div",
69
+ {
70
+ className: "text-[14px] leading-[20px] text-graySoft",
71
+ style: { color: e == null ? void 0 : e.color_description },
72
+ children: e == null ? void 0 : e.description
73
+ }
74
+ )
75
+ ] })
76
+ ] }),
77
+ i === r.LARGE && ((e == null ? void 0 : e.button_type) === "button" ? /* @__PURE__ */ l(
78
+ "a",
79
+ {
80
+ href: e == null ? void 0 : e.link,
81
+ target: "_blank",
82
+ className: "font-inter text-[16px] leading-[24px] font-semibold",
83
+ children: /* @__PURE__ */ l(x, { variant: e == null ? void 0 : e.button_variant, children: e == null ? void 0 : e.button_text })
84
+ }
85
+ ) : /* @__PURE__ */ l(
86
+ "a",
87
+ {
88
+ href: e == null ? void 0 : e.link,
89
+ target: "_blank",
90
+ className: "text-deepBlue font-inter text-[16px] leading-[24px] font-semibold",
91
+ children: e == null ? void 0 : e.link_text
92
+ }
93
+ ))
94
+ ]
95
+ }
96
+ );
97
+ };
98
+ f.propsToEdit = b;
7
99
  export {
8
- s as FeaturesCard,
9
- e as propsToEdit
100
+ f as FeaturesCard,
101
+ b as propsToEdit
10
102
  };
@@ -1,5 +1,5 @@
1
- import { C as o } from "../../index-b826f1c7.js";
2
- import { p as t } from "../../index-04224eb4.js";
1
+ import { C as o } from "../../index-0a5f313c.js";
2
+ import { propsToEdit as t } from "./index.js";
3
3
  const p = {
4
4
  title: "Карточка функции",
5
5
  description: "Компонент для отображения карточки функции с иконкой, заголовком, описанием и ссылкой. Используется для представления отдельных функций или возможностей продукта.",
@@ -1,70 +1,105 @@
1
- import { jsx as e, jsxs as o } from "react/jsx-runtime";
2
- import { warningCardVariant as m, WarningCardVariant as r, WarningCardVariantKey as d } from "./model.js";
3
- import { I as x } from "../../Icon-70ea6cb8.js";
4
- import { B as f } from "../../const-53dff524.js";
5
- import { B as g } from "../../index-875e92ce.js";
6
- import { C } from "../../ComponentContainer-841196f9.js";
7
- import { c as b } from "../../cn-6a4bf187.js";
8
- const h = [
9
- "title",
10
- "title_color",
11
- "description",
12
- "description_color",
13
- f,
14
- m
15
- ], u = ({
16
- title: s,
17
- description: c,
18
- button: p,
19
- variant: t = d.Orange
20
- }) => {
21
- var a, n, i, l;
22
- return /* @__PURE__ */ e(C, { children: /* @__PURE__ */ e(
23
- "div",
24
- {
25
- className: "rounded-[24px] p-6",
26
- style: { background: (a = r[t]) == null ? void 0 : a.background },
27
- children: /* @__PURE__ */ o("div", { className: "flex gap-4 items-center justify-between", children: [
28
- /* @__PURE__ */ o(
29
- "div",
30
- {
31
- className: "flex gap-[16px] items-center max-tablet:flex-col max-tablet:items-start max-tablet:gap-[12px]",
32
- children: [
33
- /* @__PURE__ */ e(
34
- x,
35
- {
36
- name: (n = r[t]) == null ? void 0 : n.icon,
37
- size: 40
38
- }
39
- ),
40
- /* @__PURE__ */ o("div", { className: "flex flex-col gap-[4px] max-tablet:gap-0", children: [
41
- /* @__PURE__ */ e(
42
- "p",
43
- {
44
- className: b("text-[24px] leading-8 font-bold"),
45
- style: { color: (i = r[t]) == null ? void 0 : i.textColor },
46
- children: s
47
- }
48
- ),
49
- /* @__PURE__ */ e(
50
- "p",
51
- {
52
- className: "text-[16px] leading-6",
53
- style: { color: (l = r[t]) == null ? void 0 : l.textColor },
54
- children: c
55
- }
56
- )
57
- ] })
58
- ]
59
- }
60
- ),
61
- /* @__PURE__ */ e(g, { ...p })
62
- ] })
63
- }
64
- ) });
65
- };
66
- u.propsToEdit = h;
1
+ import "react/jsx-runtime";
2
+ import "./model.js";
3
+ import "../../ConfigProvider/index.js";
4
+ import "../../Banner/Banner.js";
5
+ import "../../BannerAndText/index.js";
6
+ import "react";
7
+ import "../../cn-6a4bf187.js";
8
+ import "../../Faq/components/Collapse/Collapse.js";
9
+ import "../../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
10
+ import "../../HtmlContent/HtmlContent.js";
11
+ import "../../Header/components/TabsOutlined/TabsOutlined.js";
12
+ import "../../index-875e92ce.js";
13
+ import "../../const-53dff524.js";
14
+ import "../../Stepper/Stepper.js";
15
+ import "../../Segments/Segments.js";
16
+ import "../../Video/VideoFull/VideoFull.js";
17
+ import "../../Video/VideoList/VideoList.js";
18
+ import "../../Video/VideoListMini/VideoListMini.js";
19
+ import "../../ContentCardList/ContentCardList.js";
20
+ import "../../CardIconList/CardIconList.js";
21
+ import "../../MultiCards/index.js";
22
+ import "../../Partners/Partners.js";
23
+ import "../../CardImageList/CardImageList.js";
24
+ import "../../MainBanner/MainBanner.js";
25
+ import "../../Faq/Faq.js";
26
+ import "../../InstructionList/InstructionList.js";
27
+ import "../../HeroPossibilityBanner/index.js";
28
+ import "../../PartnersColors/PartnersColors.js";
29
+ import "../../PreviewList/PreviewList.js";
30
+ import "../CardImage/CardImage.js";
31
+ import "../ContentCard/ContentCard.js";
32
+ import { W as Vr, p as Xr } from "../../info-0f7bae6b.js";
33
+ import "../ColoredCard/index.js";
34
+ import "../FeaturesCard/index.js";
35
+ import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
36
+ import "../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
37
+ import "../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
38
+ import "../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
39
+ import "../../InstructionList/components/InstructionCard/InstructionCard.js";
40
+ import "../../PreviewList/components/PreviewCard/PreviewCard.js";
41
+ import "../../AnimatedSwiper/index.js";
42
+ import "../../CardImageSecondary/CardImageSecondary.js";
43
+ import "../../CardImageSecondaryList/CardImageSecondaryList.js";
44
+ import "../../CardInfoTable/index.js";
45
+ import "../../DownloadFile/components/DownloadFileBright/index.js";
46
+ import "../../DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
47
+ import "../../InfoBanner/index.js";
48
+ import "../../InfoBannerList/InfoBannerList.js";
49
+ import "../../IntroBanner/IntroBanner.js";
50
+ import "../../PromoPoster/PromoPoster.js";
51
+ import "../../Space/Space.js";
52
+ import "../../StandartTable/index.js";
53
+ import "../../SwiperList/SwiperList.js";
54
+ import "../../TasksBanner/TasksBanner.js";
55
+ import "../../TasksBannerList/TasksBannerList.js";
56
+ import "../../VideoMainBanner/VideoMainBanner.js";
57
+ import "../../AnimatedSwiper/info.js";
58
+ import "../../Banner/info.js";
59
+ import "../../BannerAndText/info.js";
60
+ import "../../CardIconList/info.js";
61
+ import "../../CardImageList/info.js";
62
+ import "../../CardImageSecondary/info.js";
63
+ import "../../CardImageSecondaryList/info.js";
64
+ import "../../CardInfoTable/info.js";
65
+ import "../CardImage/info.js";
66
+ import "../ColoredCard/info.js";
67
+ import "../ContentCard/info.js";
68
+ import "../FeaturesCard/info.js";
69
+ import "../../ContentCardList/info.js";
70
+ import "../../DownloadFile/components/DownloadFileBanner/info.js";
71
+ import "../../DownloadFile/components/DownloadFileBright/info.js";
72
+ import "../../DownloadFile/components/DownloadFileFull/info.js";
73
+ import "../../DownloadFile/components/DownloadFileHalf/info.js";
74
+ import "../../DownloadFile/components/DownloadFileMini/info.js";
75
+ import "../../Faq/info.js";
76
+ import "../../Footer/info.js";
77
+ import "../../Header/info.js";
78
+ import "../../HeroPossibilityBanner/info.js";
79
+ import "../../InfoBanner/info.js";
80
+ import "../../InfoBannerList/info.js";
81
+ import "../../InstructionList/info.js";
82
+ import "../../IntroBanner/info.js";
83
+ import "../../MainBanner/info.js";
84
+ import "../../MultiCards/info.js";
85
+ import "../../Partners/info.js";
86
+ import "../../PartnersColors/info.js";
87
+ import "../../PreviewList/info.js";
88
+ import "../../PromoPoster/info.js";
89
+ import "../../Segments/info.js";
90
+ import "../../Space/info.js";
91
+ import "../../StandartTable/info.js";
92
+ import "../../Stepper/info.js";
93
+ import "../../SwiperList/info.js";
94
+ import "../../TasksBanner/info.js";
95
+ import "../../TasksBannerList/info.js";
96
+ import "../../Video/VideoFull/info.js";
97
+ import "../../Video/VideoList/info.js";
98
+ import "../../Video/VideoListMini/info.js";
99
+ import "../../VideoMainBanner/info.js";
100
+ import "../../Icon-70ea6cb8.js";
101
+ import "../../ComponentContainer-05e27e82.js";
67
102
  export {
68
- u as WarningCard,
69
- h as propsToEdit
103
+ Vr as WarningCard,
104
+ Xr as propsToEdit
70
105
  };
@@ -1,4 +1,4 @@
1
- import { WarningCard as n } from "./WarningCard.js";
1
+ import { W as n } from "../../info-0f7bae6b.js";
2
2
  export {
3
3
  n as WarningCard
4
4
  };
@@ -1,11 +1,5 @@
1
- import { C as o } from "../../index-b826f1c7.js";
2
- import { propsToEdit as r } from "./WarningCard.js";
3
- const p = {
4
- title: "Предупреждающая карточка",
5
- description: "Компонент для отображения предупреждающей информации в виде карточки с иконкой, заголовком и описанием. Используется для привлечения внимания к важной информации или предупреждениям.",
6
- types: [o.cards],
7
- propsToEdit: r
8
- };
1
+ import "../../index-0a5f313c.js";
2
+ import { w as n } from "../../info-0f7bae6b.js";
9
3
  export {
10
- p as warningCardInfo
4
+ n as warningCardInfo
11
5
  };
@@ -0,0 +1,16 @@
1
+ import { jsx as m } from "react/jsx-runtime";
2
+ import { c as x } from "./cn-6a4bf187.js";
3
+ const r = ({ children: a, className: l, style: t }) => /* @__PURE__ */ m(
4
+ "section",
5
+ {
6
+ style: t,
7
+ className: x(
8
+ "max-w-[1232px] w-full max-tablet:w-full mx-auto px-0 max-tablet:px-[16px] relative max-tablet:max-w-full md:max-w-full lg:max-w-full overflow-x-hidden",
9
+ l
10
+ ),
11
+ children: a
12
+ }
13
+ );
14
+ export {
15
+ r as C
16
+ };
@@ -2,7 +2,7 @@ import { jsx as e, jsxs as p } from "react/jsx-runtime";
2
2
  import { ContentCard as m } from "../Cards/ContentCard/ContentCard.js";
3
3
  import { FieldTypes as i } from "../Types/FiledTypes.js";
4
4
  import { c as x } from "../const-53dff524.js";
5
- import { C as a } from "../ComponentContainer-841196f9.js";
5
+ import { C as a } from "../ComponentContainer-05e27e82.js";
6
6
  const f = {
7
7
  type: "cards",
8
8
  label: "Карточки",
@@ -1,4 +1,4 @@
1
- import { C as o } from "../index-b826f1c7.js";
1
+ import { C as o } from "../index-0a5f313c.js";
2
2
  import { propsToEdit as t } from "./ContentCardList.js";
3
3
  const i = {
4
4
  title: "Список контентных карточек",