md-components-mdigial-azamat 0.0.45 → 0.0.46

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 (143) hide show
  1. package/dist/AllComponents.js +167 -33
  2. package/dist/AllComponentsInfo.js +95 -0
  3. package/dist/AnimatedSwiper/index.js +139 -10
  4. package/dist/AnimatedSwiper/info.js +11 -0
  5. package/dist/Banner/Banner.js +4 -3
  6. package/dist/Banner/info.js +11 -0
  7. package/dist/BannerAndText/index.js +2 -1
  8. package/dist/BannerAndText/info.js +11 -0
  9. package/dist/CardIconList/CardIconList.js +3 -2
  10. package/dist/CardIconList/info.js +11 -0
  11. package/dist/CardImageList/CardImageList.js +4 -3
  12. package/dist/CardImageList/info.js +11 -0
  13. package/dist/CardImageSecondary/CardImageSecondary.js +2 -1
  14. package/dist/CardImageSecondary/info.js +11 -0
  15. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +2 -1
  16. package/dist/CardImageSecondaryList/info.js +11 -0
  17. package/dist/CardInfoTable/index.js +4 -3
  18. package/dist/CardInfoTable/info.js +11 -0
  19. package/dist/Cards/CardImage/CardImage.js +2 -1
  20. package/dist/Cards/CardImage/info.js +11 -0
  21. package/dist/Cards/ColoredCard/index.js +2 -1
  22. package/dist/Cards/ColoredCard/info.js +11 -0
  23. package/dist/Cards/ContentCard/ContentCard.js +36 -35
  24. package/dist/Cards/ContentCard/info.js +11 -0
  25. package/dist/Cards/FeaturesCard/index.js +3 -2
  26. package/dist/Cards/FeaturesCard/info.js +11 -0
  27. package/dist/Cards/WarningCard/WarningCard.js +7 -6
  28. package/dist/Cards/WarningCard/info.js +11 -0
  29. package/dist/ContentCardList/ContentCardList.js +23 -19
  30. package/dist/ContentCardList/info.js +11 -0
  31. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +3 -2
  32. package/dist/DownloadFile/components/DownloadFileBanner/info.js +11 -0
  33. package/dist/DownloadFile/components/DownloadFileBright/index.js +3 -2
  34. package/dist/DownloadFile/components/DownloadFileBright/info.js +11 -0
  35. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +4 -3
  36. package/dist/DownloadFile/components/DownloadFileFull/info.js +11 -0
  37. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +4 -3
  38. package/dist/DownloadFile/components/DownloadFileHalf/info.js +11 -0
  39. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +5 -4
  40. package/dist/DownloadFile/components/DownloadFileMini/info.js +11 -0
  41. package/dist/Faq/Faq.js +2 -1
  42. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +2 -2
  43. package/dist/Faq/info.js +11 -0
  44. package/dist/Footer/Footer.js +96 -54
  45. package/dist/Footer/info.js +10 -0
  46. package/dist/Header/Header.js +60 -6
  47. package/dist/Header/components/HeaderCard/HeaderCard.js +2 -2
  48. package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +1 -1
  49. package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +52 -44
  50. package/dist/Header/components/HeaderMobile/HeaderMobile.js +71 -9
  51. package/dist/Header/components/HeaderMobile/index.js +1 -1
  52. package/dist/Header/components/HeaderSearch/HeaderSearch.js +157 -11
  53. package/dist/Header/components/HeaderSearch/index.js +2 -2
  54. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +8 -7
  55. package/dist/Header/components/HeaderWeb/HeaderWeb.js +11 -11
  56. package/dist/Header/components/SelectLanguage/SelectLanguage.js +1 -1
  57. package/dist/Header/components/TabsOutlined/TabsOutlined.js +11 -10
  58. package/dist/Header/index.js +2 -2
  59. package/dist/Header/info.js +10 -0
  60. package/dist/HeroPossibilityBanner/index.js +2 -1
  61. package/dist/HeroPossibilityBanner/info.js +11 -0
  62. package/dist/HtmlContent/HtmlContent.js +2 -1
  63. package/dist/HtmlContent/info.js +10 -0
  64. package/dist/InfoBanner/index.js +3 -2
  65. package/dist/InfoBanner/info.js +11 -0
  66. package/dist/InfoBannerList/InfoBannerList.js +49 -7
  67. package/dist/InfoBannerList/index.js +2 -2
  68. package/dist/InfoBannerList/info.js +11 -0
  69. package/dist/InstructionList/InstructionList.js +31 -7
  70. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +80 -46
  71. package/dist/InstructionList/components/InstructionCard/index.js +1 -1
  72. package/dist/InstructionList/index.js +1 -1
  73. package/dist/InstructionList/info.js +11 -0
  74. package/dist/IntroBanner/IntroBanner.js +3 -2
  75. package/dist/IntroBanner/info.js +11 -0
  76. package/dist/MainBanner/MainBanner.js +4 -3
  77. package/dist/MainBanner/info.js +11 -0
  78. package/dist/MultiCards/index.js +2 -1
  79. package/dist/MultiCards/info.js +11 -0
  80. package/dist/PageViewer/PageViewer.js +4 -43
  81. package/dist/PageViewer/renderComponents.js +1 -1
  82. package/dist/Partners/Partners.js +2 -1
  83. package/dist/Partners/info.js +11 -0
  84. package/dist/PartnersColors/PartnersColors.js +2 -1
  85. package/dist/PartnersColors/info.js +11 -0
  86. package/dist/PreviewList/PreviewList.js +31 -6
  87. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +29 -45
  88. package/dist/PreviewList/components/PreviewCard/index.js +2 -2
  89. package/dist/PreviewList/index.js +1 -1
  90. package/dist/PreviewList/info.js +11 -0
  91. package/dist/PromoPoster/PromoPoster.js +45 -7
  92. package/dist/PromoPoster/info.js +11 -0
  93. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  94. package/dist/RenderAllComponents/const.js +1 -1
  95. package/dist/Segments/Segments.js +2 -1
  96. package/dist/Segments/info.js +11 -0
  97. package/dist/Space/Space.js +2 -1
  98. package/dist/Space/info.js +11 -0
  99. package/dist/StandartTable/components/CardMarkedRow/index.js +88 -46
  100. package/dist/StandartTable/components/CardWarning/index.js +2 -2
  101. package/dist/StandartTable/index.js +76 -7
  102. package/dist/StandartTable/info.js +11 -0
  103. package/dist/Stepper/Stepper.js +4 -3
  104. package/dist/Stepper/info.js +11 -0
  105. package/dist/SwiperList/SwiperList.js +119 -10
  106. package/dist/SwiperList/index.js +1 -1
  107. package/dist/SwiperList/info.js +11 -0
  108. package/dist/TasksBanner/TasksBanner.js +132 -9
  109. package/dist/TasksBanner/index.js +2 -2
  110. package/dist/TasksBanner/info.js +11 -0
  111. package/dist/TasksBannerList/TasksBannerList.js +36 -5
  112. package/dist/TasksBannerList/index.js +2 -2
  113. package/dist/TasksBannerList/info.js +11 -0
  114. package/dist/Video/VideoFull/VideoFull.js +2 -1
  115. package/dist/Video/VideoFull/info.js +11 -0
  116. package/dist/Video/VideoList/VideoList.js +2 -1
  117. package/dist/Video/VideoList/info.js +11 -0
  118. package/dist/Video/VideoListMini/VideoListMini.js +2 -1
  119. package/dist/Video/VideoListMini/info.js +11 -0
  120. package/dist/VideoMainBanner/VideoMainBanner.js +3 -2
  121. package/dist/VideoMainBanner/info.js +11 -0
  122. package/dist/assets/TasksBanner.css +1 -0
  123. package/dist/assets/{index2.css → navigation.css} +1 -1
  124. package/dist/clientApi-642fea4b.js +25 -0
  125. package/dist/componentsMap-b3ef1658.js +75 -0
  126. package/dist/{const-637b0dca.js → const-53dff524.js} +3 -3
  127. package/dist/createBoolean-56064b0d.js +12 -0
  128. package/dist/{data.mock-483400cb.js → data.mock-2412b65a.js} +94 -96
  129. package/dist/{index-6af94f99.js → index-10605794.js} +1 -1
  130. package/dist/index-1a32da94.js +4 -0
  131. package/dist/{index-815f0132.js → index-b4c61de3.js} +9 -8
  132. package/dist/index.module-c8833286.js +83 -0
  133. package/dist/{languages-list-8419e560.js → languages-list-87ab3324.js} +2 -2
  134. package/dist/main.js +88 -81
  135. package/dist/mousewheel-2cf27f39.js +153 -0
  136. package/dist/navigation-48c90d3b.js +183 -0
  137. package/dist/routes-76228734.js +109 -0
  138. package/dist/{swiper-react-0815edaf.js → swiper-react-bfbb44d6.js} +507 -654
  139. package/package.json +1 -1
  140. package/dist/componentsMap-0e7046ee.js +0 -67
  141. package/dist/index-3a534581.js +0 -261
  142. package/dist/index-aa718078.js +0 -1229
  143. package/dist/routes-382632ac.js +0 -7
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./index.js";
3
+ const p = {
4
+ title: "Информационная таблица в карточке",
5
+ description: "Компонент для отображения информационной таблицы внутри карточки с заголовком и строками данных. Используется для представления структурированных данных в формате карточки с таблицей.",
6
+ types: [o.tables, o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as cardInfoTableInfo
11
+ };
@@ -62,5 +62,6 @@ const r = {
62
62
  };
63
63
  m.propsToEdit = c;
64
64
  export {
65
- m as CardImage
65
+ m as CardImage,
66
+ c as propsToEdit
66
67
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./CardImage.js";
3
+ const p = {
4
+ title: "Карточка с изображением",
5
+ description: "Компонент для отображения карточки с изображением, заголовком и описанием. Используется для представления отдельных элементов с визуальным контентом.",
6
+ types: [o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as cardImageInfo
11
+ };
@@ -57,5 +57,6 @@ const i = {
57
57
  );
58
58
  c.propsToEdit = s;
59
59
  export {
60
- c as ColoredCard
60
+ c as ColoredCard,
61
+ s as propsToEdit
61
62
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../index-1a32da94.js";
2
+ import { propsToEdit as r } from "./index.js";
3
+ const p = {
4
+ title: "Цветная карточка",
5
+ description: "Компонент для отображения цветной карточки с настраиваемым фоном, заголовком, описанием и иконкой. Используется для создания визуально привлекательных элементов с цветовым акцентом.",
6
+ types: [o.cards],
7
+ propsToEdit: r
8
+ };
9
+ export {
10
+ p as coloredCardInfo
11
+ };
@@ -1,40 +1,41 @@
1
- import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
- import { HtmlContent as s } from "../../HtmlContent/HtmlContent.js";
3
- import { B as p } from "../../index-6af94f99.js";
4
- import { a as i } from "../../const-637b0dca.js";
5
- import { I as x } from "../../index-2265d593.js";
6
- const c = ["data"], t = ({ data: e }) => {
7
- var l;
8
- return /* @__PURE__ */ n("div", { className: "rounded-[20px] overflow-hidden", children: [
9
- /* @__PURE__ */ o(
10
- x,
1
+ import { jsxs as r, jsx as a } from "react/jsx-runtime";
2
+ import { HtmlContent as o } from "../../HtmlContent/HtmlContent.js";
3
+ import { B as t } from "../../index-10605794.js";
4
+ import { c as s } from "../../const-53dff524.js";
5
+ import { I as d } from "../../index-2265d593.js";
6
+ const x = [
7
+ "title",
8
+ "image",
9
+ "html_description",
10
+ s
11
+ ], c = ({
12
+ title: l,
13
+ image: p,
14
+ html_description: i,
15
+ buttons: e
16
+ }) => /* @__PURE__ */ r("div", { className: "rounded-[20px] overflow-hidden", children: [
17
+ /* @__PURE__ */ a(
18
+ d,
19
+ {
20
+ src: p,
21
+ alt: l,
22
+ className: "w-full h-auto"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ r("div", { className: "flex flex-col gap-[24px] bg-white p-[32px]", children: [
26
+ /* @__PURE__ */ a("p", { className: "text-[24px] leading-[32px] font-semibold", children: l }),
27
+ /* @__PURE__ */ a(
28
+ o,
11
29
  {
12
- src: e == null ? void 0 : e.image,
13
- alt: e == null ? void 0 : e.title,
14
- className: "w-full h-auto"
30
+ data: i,
31
+ className: "text-graySoft text-[15px] leading-[22px]"
15
32
  }
16
33
  ),
17
- /* @__PURE__ */ n("div", { className: "flex flex-col gap-[24px] bg-white p-[32px]", children: [
18
- /* @__PURE__ */ o("p", { className: "text-[24px] leading-[32px] font-semibold", children: e == null ? void 0 : e.title }),
19
- /* @__PURE__ */ o(
20
- s,
21
- {
22
- data: e == null ? void 0 : e.description,
23
- className: "text-graySoft text-[15px] leading-[22px]"
24
- }
25
- ),
26
- /* @__PURE__ */ o("div", { className: "flex gap-12px items-center max-tablet:flex-col", children: (l = e == null ? void 0 : e.button) == null ? void 0 : l.map((r) => /* @__PURE__ */ o(
27
- "a",
28
- {
29
- href: (r == null ? void 0 : r.link) || "#",
30
- target: "_blank",
31
- children: /* @__PURE__ */ o(p, { variant: i.Grey, children: r == null ? void 0 : r.text })
32
- }
33
- )) })
34
- ] })
35
- ] });
36
- };
37
- t.propsToEdit = c;
34
+ (e == null ? void 0 : e.length) && /* @__PURE__ */ a("div", { className: "flex gap-12px items-center max-tablet:flex-col", children: e == null ? void 0 : e.map((m) => /* @__PURE__ */ a(t, { ...m })) })
35
+ ] })
36
+ ] });
37
+ c.propsToEdit = x;
38
38
  export {
39
- t as ContentCard
39
+ c as ContentCard,
40
+ x as propsToEdit
40
41
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./ContentCard.js";
3
+ const p = {
4
+ title: "Контентная карточка",
5
+ description: "Компонент для отображения контентной карточки с изображением, заголовком, HTML описанием и кнопками действий. Используется для представления информационных блоков с богатым контентом.",
6
+ types: [o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as contentCardInfo
11
+ };
@@ -2,7 +2,8 @@ import "react/jsx-runtime";
2
2
  import "../../Types/FiledTypes.js";
3
3
  import "../../index-2265d593.js";
4
4
  import "../../cn-6a4bf187.js";
5
- import { F as a } from "../../index-815f0132.js";
5
+ import { F as a, p as s } from "../../index-b4c61de3.js";
6
6
  export {
7
- a as FeaturesCard
7
+ a as FeaturesCard,
8
+ s as propsToEdit
8
9
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../index-1a32da94.js";
2
+ import { p as t } from "../../index-b4c61de3.js";
3
+ const p = {
4
+ title: "Карточка функции",
5
+ description: "Компонент для отображения карточки функции с иконкой, заголовком, описанием и ссылкой. Используется для представления отдельных функций или возможностей продукта.",
6
+ types: [o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as featuresCardInfo
11
+ };
@@ -1,8 +1,8 @@
1
1
  import { jsx as r, jsxs as t } from "react/jsx-runtime";
2
- import { WarningCardVariant as e, WarningCardVariantKey as p, warningCardVariant as m } from "./model.js";
2
+ import { warningCardVariant as p, WarningCardVariant as e, WarningCardVariantKey as m } from "./model.js";
3
3
  import { I as x } from "../../Icon-70ea6cb8.js";
4
- import { b as f } from "../../const-637b0dca.js";
5
- import { B as g } from "../../index-6af94f99.js";
4
+ import { B as f } from "../../const-53dff524.js";
5
+ import { B as g } from "../../index-10605794.js";
6
6
  import { C } from "../../ComponentContainer-cdb2528c.js";
7
7
  import { c as h } from "../../cn-6a4bf187.js";
8
8
  const u = [
@@ -11,12 +11,12 @@ const u = [
11
11
  "description",
12
12
  "description_color",
13
13
  f,
14
- m
14
+ p
15
15
  ], N = ({
16
16
  title: l,
17
17
  description: c,
18
18
  button: d,
19
- variant: o = p.Orange
19
+ variant: o = m.Orange
20
20
  }) => {
21
21
  var n, i, a, s;
22
22
  return /* @__PURE__ */ r(C, { children: /* @__PURE__ */ r(
@@ -59,5 +59,6 @@ const u = [
59
59
  };
60
60
  N.propsToEdit = u;
61
61
  export {
62
- N as WarningCard
62
+ N as WarningCard,
63
+ u as propsToEdit
63
64
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../index-1a32da94.js";
2
+ import { propsToEdit as r } from "./WarningCard.js";
3
+ const p = {
4
+ title: "Предупреждающая карточка",
5
+ description: "Компонент для отображения предупреждающей информации в виде карточки с иконкой, заголовком и описанием. Используется для привлечения внимания к важной информации или предупреждениям.",
6
+ types: [o.cards],
7
+ propsToEdit: r
8
+ };
9
+ export {
10
+ p as warningCardInfo
11
+ };
@@ -1,36 +1,40 @@
1
- import { jsx as t, jsxs as r } from "react/jsx-runtime";
2
- import { ContentCard as i } from "../Cards/ContentCard/ContentCard.js";
3
- import { FieldTypes as o } from "../Types/FiledTypes.js";
4
- import { b as l } from "../const-637b0dca.js";
5
- import { C as p } from "../ComponentContainer-cdb2528c.js";
6
- const s = {
1
+ import { jsx as e, jsxs as s } from "react/jsx-runtime";
2
+ import { ContentCard as m } from "../Cards/ContentCard/ContentCard.js";
3
+ import { FieldTypes as i } from "../Types/FiledTypes.js";
4
+ import { c as p } from "../const-53dff524.js";
5
+ import { C as x } from "../ComponentContainer-cdb2528c.js";
6
+ const f = {
7
7
  type: "cards",
8
8
  label: "Карточки",
9
9
  dataType: "array",
10
10
  data: {
11
- title: o.TITLE,
12
- image: o.FILE,
13
- description: o.DESCRIPTION,
14
- button: l
11
+ title: i.TITLE,
12
+ image: i.FILE,
13
+ html_description: i.HTML_CONTENT,
14
+ buttons: p
15
15
  }
16
- }, m = ["title", s], x = ({ title: a, cards: e }) => /* @__PURE__ */ t(p, { children: /* @__PURE__ */ r("div", { className: "w-full flex flex-col items-center justify-center", children: [
17
- a && /* @__PURE__ */ t(
16
+ }, a = ["title", f], r = ({ title: n, cards: o }) => /* @__PURE__ */ e(x, { children: /* @__PURE__ */ s("div", { className: "w-full flex flex-col items-center justify-center", children: [
17
+ n && /* @__PURE__ */ e(
18
18
  "p",
19
19
  {
20
20
  className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
21
21
  mb-[24px] font-variant-numeric font-feature-settings`,
22
- children: a
22
+ children: n
23
23
  }
24
24
  ),
25
- /* @__PURE__ */ t("div", { className: "flex flex-row max-tablet:flex-col gap-[24px]", children: e == null ? void 0 : e.map((n) => /* @__PURE__ */ t(
26
- i,
25
+ /* @__PURE__ */ e("div", { className: "flex flex-row max-tablet:flex-col gap-[24px]", children: o == null ? void 0 : o.map((t, l) => /* @__PURE__ */ e(
26
+ m,
27
27
  {
28
- data: n
28
+ title: t == null ? void 0 : t.title,
29
+ image: t == null ? void 0 : t.image,
30
+ html_description: t == null ? void 0 : t.html_description,
31
+ buttons: t == null ? void 0 : t.buttons
29
32
  },
30
- n.id
33
+ l
31
34
  )) })
32
35
  ] }) });
33
- x.propsToEdit = m;
36
+ r.propsToEdit = a;
34
37
  export {
35
- x as ContentCardList
38
+ r as ContentCardList,
39
+ a as propsToEdit
36
40
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./ContentCardList.js";
3
+ const i = {
4
+ title: "Список контентных карточек",
5
+ description: "Компонент для отображения списка карточек с текстовым контентом. Используется для представления информационных блоков, преимуществ или других текстовых данных в виде карточек.",
6
+ types: [o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ i as contentCardListInfo
11
+ };
@@ -1,7 +1,7 @@
1
1
  import { jsx as e, jsxs as l } from "react/jsx-runtime";
2
2
  import { I as o } from "../../../Icon-70ea6cb8.js";
3
3
  import { p as t } from "../../../palette-b47a76c9.js";
4
- import { B as n } from "../../../index-6af94f99.js";
4
+ import { B as n } from "../../../index-10605794.js";
5
5
  import { C as s } from "../../../ComponentContainer-cdb2528c.js";
6
6
  const c = ["title", "text", "link"], m = ({
7
7
  title: a,
@@ -39,5 +39,6 @@ const c = ["title", "text", "link"], m = ({
39
39
  ] }) });
40
40
  m.propsToEdit = c;
41
41
  export {
42
- m as DownloadFileBanner
42
+ m as DownloadFileBanner,
43
+ c as propsToEdit
43
44
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../../index-1a32da94.js";
2
+ import { propsToEdit as n } from "./DownloadFileBanner.js";
3
+ const r = {
4
+ title: "Баннер загрузки файла",
5
+ description: "Компонент баннера для скачивания файлов с заголовком, описанием и ссылкой на файл. Используется для привлечения внимания к возможности загрузки документов или файлов.",
6
+ types: [o.downloads, o.banners],
7
+ propsToEdit: n
8
+ };
9
+ export {
10
+ r as downloadFileBannerInfo
11
+ };
@@ -1,5 +1,5 @@
1
1
  import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
- import { B as b } from "../../../index-6af94f99.js";
2
+ import { B as b } from "../../../index-10605794.js";
3
3
  import { C as r } from "../../../ComponentContainer-cdb2528c.js";
4
4
  import { I as n } from "../../../index-2265d593.js";
5
5
  import { c } from "../../../cn-6a4bf187.js";
@@ -72,5 +72,6 @@ const g = ["title", "description", "icon", "isDark"], d = ({
72
72
  };
73
73
  d.propsToEdit = g;
74
74
  export {
75
- d as DownloadFileBright
75
+ d as DownloadFileBright,
76
+ g as propsToEdit
76
77
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./index.js";
3
+ const e = {
4
+ title: "Яркий блок загрузки",
5
+ description: "Компонент для отображения яркого и заметного блока загрузки файлов с иконкой и описанием. Используется для выделения важных файлов для скачивания.",
6
+ types: [o.downloads],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ e as downloadFileBrightInfo
11
+ };
@@ -2,8 +2,8 @@ import { jsx as e, jsxs as t } from "react/jsx-runtime";
2
2
  import { DataTypesEnum as s, FieldTypes as o } from "../../../Types/FiledTypes.js";
3
3
  import { I as r } from "../../../Icon-70ea6cb8.js";
4
4
  import { p as n } from "../../../palette-b47a76c9.js";
5
- import { B as i } from "../../../index-6af94f99.js";
6
- import { a as p } from "../../../const-637b0dca.js";
5
+ import { B as i } from "../../../index-10605794.js";
6
+ import { b as p } from "../../../const-53dff524.js";
7
7
  import { C as c } from "../../../ComponentContainer-cdb2528c.js";
8
8
  const d = {
9
9
  dataType: s.array,
@@ -48,5 +48,6 @@ const d = {
48
48
  m.propsToEdit = x;
49
49
  export {
50
50
  m as DownloadFileFull,
51
- d as downloadFileFullProps
51
+ d as downloadFileFullProps,
52
+ x as propsToEdit
52
53
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./DownloadFileFull.js";
3
+ const p = {
4
+ title: "Полный блок загрузки",
5
+ description: "Компонент для отображения полного блока загрузки файлов с подробной информацией и ссылками. Используется для представления файлов для скачивания с максимальной информативностью.",
6
+ types: [o.downloads],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as downloadFileFullInfo
11
+ };
@@ -1,8 +1,8 @@
1
1
  import { jsx as r, jsxs as a } from "react/jsx-runtime";
2
2
  import { I as n } from "../../../Icon-70ea6cb8.js";
3
3
  import { p as e } from "../../../palette-b47a76c9.js";
4
- import { B as s } from "../../../index-6af94f99.js";
5
- import { a as c } from "../../../const-637b0dca.js";
4
+ import { B as s } from "../../../index-10605794.js";
5
+ import { b as c } from "../../../const-53dff524.js";
6
6
  import { C as i } from "../../../ComponentContainer-cdb2528c.js";
7
7
  const p = ["data"], d = ({ data: l }) => /* @__PURE__ */ r(i, { children: /* @__PURE__ */ r("div", { className: "grid grid-cols-2 gap-6 max-tablet:grid-cols-1", children: l == null ? void 0 : l.map((o) => /* @__PURE__ */ a(
8
8
  "div",
@@ -44,5 +44,6 @@ const p = ["data"], d = ({ data: l }) => /* @__PURE__ */ r(i, { children: /* @__
44
44
  )) }) });
45
45
  d.propsToEdit = p;
46
46
  export {
47
- d as DownloadFileHalf
47
+ d as DownloadFileHalf,
48
+ p as propsToEdit
48
49
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./DownloadFileHalf.js";
3
+ const p = {
4
+ title: "Половина блока загрузки",
5
+ description: "Компонент для отображения элементов загрузки файлов в компактном формате на половину ширины. Используется для размещения ссылок на загрузку в ограниченном пространстве.",
6
+ types: [o.downloads],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as downloadFileHalfInfo
11
+ };
@@ -2,10 +2,10 @@ import { jsx as a, jsxs as e } from "react/jsx-runtime";
2
2
  import { DataTypesEnum as s, FieldTypes as r } from "../../../Types/FiledTypes.js";
3
3
  import { I as n } from "../../../Icon-70ea6cb8.js";
4
4
  import { p } from "../../../palette-b47a76c9.js";
5
- import { B as i } from "../../../index-6af94f99.js";
6
- import { a as t } from "../../../const-637b0dca.js";
5
+ import { B as i } from "../../../index-10605794.js";
6
+ import { b as t } from "../../../const-53dff524.js";
7
7
  import { C as d } from "../../../ComponentContainer-cdb2528c.js";
8
- const y = {
8
+ const b = {
9
9
  dataType: s.array,
10
10
  type: "data",
11
11
  label: "Файлы для скачивания",
@@ -54,5 +54,6 @@ const y = {
54
54
  x.propsToEdit = c;
55
55
  export {
56
56
  x as DownloadFileMini,
57
- y as downloadFileMiniProps
57
+ b as downloadFileMiniProps,
58
+ c as propsToEdit
58
59
  };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../../../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./DownloadFileMini.js";
3
+ const n = {
4
+ title: "Мини блок загрузки",
5
+ description: "Компактный компонент для отображения ссылок на загрузку файлов в миниатюрном формате. Используется для размещения загрузок в ограниченном пространстве или списках.",
6
+ types: [o.downloads],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ n as downloadFileMiniInfo
11
+ };
package/dist/Faq/Faq.js CHANGED
@@ -42,5 +42,6 @@ const d = {
42
42
  ] }) }) : null;
43
43
  f.propsToEdit = s;
44
44
  export {
45
- f as Faq
45
+ f as Faq,
46
+ s as propsToEdit
46
47
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as ie, jsxs as De } from "react/jsx-runtime";
2
2
  import M, { useState as wt } from "react";
3
- import { B as $e } from "../../../index-6af94f99.js";
4
- import { B as je, a as Ke } from "../../../const-637b0dca.js";
3
+ import { B as $e } from "../../../index-10605794.js";
4
+ import { a as je, b as Ke } from "../../../const-53dff524.js";
5
5
  var ce = (e) => e.type === "checkbox", re = (e) => e instanceof Date, B = (e) => e == null;
6
6
  const lt = (e) => typeof e == "object";
7
7
  var S = (e) => !B(e) && !Array.isArray(e) && lt(e) && !re(e), kt = (e) => S(e) && e.target ? ce(e.target) ? e.target.checked : e.target.value : e, Dt = (e) => e.substring(0, e.search(/\.\d+(\.|$)/)) || e, Et = (e, s) => e.has(Dt(s)), St = (e) => {
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-1a32da94.js";
2
+ import { propsToEdit as t } from "./Faq.js";
3
+ const e = {
4
+ title: "Часто задаваемые вопросы",
5
+ description: "Компонент для отображения списка часто задаваемых вопросов с возможностью раскрытия ответов и формы обратной связи. Используется для предоставления ответов на типичные вопросы пользователей.",
6
+ types: [o.faqs],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ e as faqInfo
11
+ };