md-components-mdigial-azamat 0.0.32 → 0.0.35

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 (158) hide show
  1. package/dist/Actions/downloadFile/downloadFile.js +28 -0
  2. package/dist/Actions/index.js +13 -0
  3. package/dist/Actions/types.js +9 -0
  4. package/dist/AllComponents.js +29 -9
  5. package/dist/AnimatedSwiper/Slide/Slide.js +29 -29
  6. package/dist/AnimatedSwiper/index.js +10 -137
  7. package/dist/Banner/Banner.js +152 -8
  8. package/dist/Banner/index.js +2 -2
  9. package/dist/BannerAndText/index.js +56 -27
  10. package/dist/CardIconList/CardIconList.js +81 -26
  11. package/dist/CardIconList/index.js +2 -2
  12. package/dist/CardImageList/CardImageList.js +75 -8
  13. package/dist/CardImageList/index.js +1 -1
  14. package/dist/CardImageSecondary/CardImageSecondary.js +57 -27
  15. package/dist/CardImageSecondary/index.js +2 -2
  16. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +27 -4
  17. package/dist/CardImageSecondaryList/index.js +1 -1
  18. package/dist/CardInfoTable/index.js +187 -26
  19. package/dist/Cards/CardImage/CardImage.js +2 -2
  20. package/dist/Cards/ColoredCard/index.js +2 -2
  21. package/dist/Cards/ContentCard/ContentCard.js +38 -5
  22. package/dist/Cards/ContentCard/index.js +2 -2
  23. package/dist/Cards/FeaturesCard/index.js +3 -3
  24. package/dist/Cards/WarningCard/WarningCard.js +58 -6
  25. package/dist/Cards/WarningCard/index.js +1 -1
  26. package/dist/Cards/WarningCard/model.js +39 -7
  27. package/dist/ComponentContainer-cdb2528c.js +16 -0
  28. package/dist/ContentCardList/ContentCardList.js +34 -25
  29. package/dist/ContentCardList/index.js +2 -2
  30. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +41 -5
  31. package/dist/DownloadFile/components/DownloadFileBanner/index.js +2 -2
  32. package/dist/DownloadFile/components/DownloadFileBright/index.js +74 -8
  33. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +50 -5
  34. package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
  35. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +46 -5
  36. package/dist/DownloadFile/components/DownloadFileHalf/index.js +2 -2
  37. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +56 -5
  38. package/dist/DownloadFile/components/DownloadFileMini/index.js +2 -2
  39. package/dist/Faq/Faq.js +44 -24
  40. package/dist/Faq/components/Collapse/Collapse.js +37 -19
  41. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1061 -4
  42. package/dist/Faq/components/FeedbackForm/index.js +2 -2
  43. package/dist/Faq/components/PlusMinusIcon/PlusMinusIcon.js +1 -1
  44. package/dist/Faq/index.js +2 -2
  45. package/dist/Footer/Footer.js +452 -0
  46. package/dist/Footer/components/ContactOfFooter/ContactOfFooter.js +34 -0
  47. package/dist/Footer/components/LinkToApp/LinkToApp.js +45 -0
  48. package/dist/Footer/components/LinkToAppMobile/LinkToAppMobile.js +28 -0
  49. package/dist/Footer/components/ListNavigation/ListNavigation.js +221 -0
  50. package/dist/Footer/components/NavigationFooter/NavigationFooter.js +31 -0
  51. package/dist/Footer/components/SocialButtonsList/SocialButtonsList.js +37 -0
  52. package/dist/Footer/types.js +1 -0
  53. package/dist/GooglePlayButton-35331c37.js +100 -0
  54. package/dist/Header/Header.js +8 -0
  55. package/dist/Header/components/HeaderCard/HeaderCard.js +37 -0
  56. package/dist/Header/components/HeaderCard/index.js +4 -0
  57. package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +208 -0
  58. package/dist/Header/components/HeaderMenu/HeaderMenu.js +41 -0
  59. package/dist/Header/components/HeaderMenu/index.js +1 -0
  60. package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +47 -0
  61. package/dist/Header/components/HeaderMobile/HeaderMobile.js +11 -0
  62. package/dist/Header/components/HeaderMobile/index.js +4 -0
  63. package/dist/Header/components/HeaderResults/HeaderResults.js +46 -0
  64. package/dist/Header/components/HeaderResults/index.js +4 -0
  65. package/dist/Header/components/HeaderSearch/HeaderSearch.js +13 -0
  66. package/dist/Header/components/HeaderSearch/index.js +4 -0
  67. package/dist/Header/components/HeaderSearchMobile/HeaderSearchMobile.js +78 -0
  68. package/dist/Header/components/HeaderTab/HeaderTab.js +34 -0
  69. package/dist/Header/components/HeaderTab/index.js +4 -0
  70. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +55 -0
  71. package/dist/Header/components/HeaderWeb/HeaderWeb.js +149 -0
  72. package/dist/Header/components/HeaderWeb/index.js +4 -0
  73. package/dist/Header/components/SelectLanguage/SelectLanguage.js +79 -0
  74. package/dist/Header/components/SelectLanguage/index.js +4 -0
  75. package/dist/Header/components/TabsOutlined/TabsOutlined.js +50 -0
  76. package/dist/Header/components/TabsOutlined/index.js +4 -0
  77. package/dist/Header/const.js +4 -0
  78. package/dist/Header/index.js +4 -0
  79. package/dist/Header/types.js +5 -0
  80. package/dist/HeroPossibilityBanner/index.js +1 -1
  81. package/dist/HtmlContent/HtmlContent.js +1 -1
  82. package/dist/Icon-70ea6cb8.js +187 -0
  83. package/dist/InfoBanner/index.js +89 -7
  84. package/dist/InfoBannerList/InfoBannerList.js +5 -5
  85. package/dist/InfoBannerList/index.js +2 -2
  86. package/dist/InstructionList/InstructionList.js +6 -4
  87. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +47 -66
  88. package/dist/InstructionList/components/InstructionCard/index.js +1 -1
  89. package/dist/InstructionList/components/InstructionModal/InstructionModal.js +2 -2
  90. package/dist/InstructionList/index.js +1 -1
  91. package/dist/IntroBanner/IntroBanner.js +68 -6
  92. package/dist/IntroBanner/index.js +1 -1
  93. package/dist/MainBanner/MainBanner.js +84 -6
  94. package/dist/MainBanner/index.js +2 -2
  95. package/dist/MultiCards/index.js +88 -5
  96. package/dist/PageViewer/PageViewer.js +22 -5
  97. package/dist/PageViewer/renderComponents.js +1 -1
  98. package/dist/Partners/Partners.js +2 -2
  99. package/dist/PartnersColors/PartnersColors.js +1 -1
  100. package/dist/PartnersColors/components/PartnerCard/PartnerCard.js +1 -1
  101. package/dist/PartnersColors/components/PartnerTab/PartnerTab.js +2 -2
  102. package/dist/PreviewList/PreviewList.js +4 -2
  103. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +45 -3
  104. package/dist/PreviewList/components/PreviewCard/index.js +2 -2
  105. package/dist/PreviewList/index.js +1 -1
  106. package/dist/PromoPoster/PromoPoster.js +7 -48
  107. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  108. package/dist/RenderAllComponents/const.js +11 -11
  109. package/dist/Segments/Segments.js +1 -1
  110. package/dist/StandartTable/components/CardMarkedRow/index.js +47 -73
  111. package/dist/StandartTable/components/CardWarning/index.js +87 -6
  112. package/dist/StandartTable/index.js +4 -4
  113. package/dist/Stepper/Stepper.js +50 -6
  114. package/dist/Stepper/index.js +1 -1
  115. package/dist/SwiperList/SwiperList.js +11 -97
  116. package/dist/SwiperList/components/Bullet/Bullet.js +1 -1
  117. package/dist/SwiperList/components/Slide/Slide.js +6 -6
  118. package/dist/SwiperList/index.js +1 -1
  119. package/dist/TasksBanner/TasksBanner.js +9 -123
  120. package/dist/TasksBanner/index.js +2 -2
  121. package/dist/TasksBannerList/TasksBannerList.js +5 -30
  122. package/dist/TasksBannerList/index.js +2 -2
  123. package/dist/Types/FiledTypes.js +1 -1
  124. package/dist/Video/VideoFull/VideoFull.js +1 -1
  125. package/dist/Video/VideoList/VideoList.js +1 -1
  126. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  127. package/dist/Video/components/VideoPlayer/VideoPlayer.js +1 -1
  128. package/dist/VideoMainBanner/VideoMainBanner.js +168 -7
  129. package/dist/VideoMainBanner/index.js +2 -2
  130. package/dist/assets/index.css +1 -1
  131. package/dist/{cn-d8c04b28.js → cn-6a4bf187.js} +521 -488
  132. package/dist/componentsMap-e2de87b6.js +68 -0
  133. package/dist/const-637b0dca.js +27 -0
  134. package/dist/data.mock-483400cb.js +1713 -0
  135. package/dist/header-97863d08.js +22 -0
  136. package/dist/{index-60dfa873.js → index-2265d593.js} +1 -1
  137. package/dist/index-2fb01942.js +925 -0
  138. package/dist/index-3a534581.js +261 -0
  139. package/dist/index-66837af1.js +313 -0
  140. package/dist/index-6af94f99.js +53 -0
  141. package/dist/{index-a379154f.js → index-815f0132.js} +2 -2
  142. package/dist/languages-list-8419e560.js +22 -0
  143. package/dist/logo-99aa20bd.js +27 -0
  144. package/dist/main.js +85 -66
  145. package/dist/mousewheel-865ae601.js +153 -0
  146. package/dist/palette-b47a76c9.js +46 -0
  147. package/dist/routes-382632ac.js +7 -0
  148. package/dist/search-dd4eb6f8.js +5 -0
  149. package/dist/{swiper-react-c049ea66.js → swiper-react-90953710.js} +760 -935
  150. package/dist/trash/HeroLargeCards/index.js +1 -1
  151. package/dist/useClickOutside-197b0df2.js +12 -0
  152. package/package.json +4 -2
  153. package/dist/ComponentContainer-0fcc2695.js +0 -16
  154. package/dist/componentsMap-71c9335f.js +0 -50
  155. package/dist/index-92f77047.js +0 -4865
  156. package/dist/model-9e50e351.js +0 -69
  157. /package/dist/assets/{swiper-react.css → index2.css} +0 -0
  158. /package/dist/assets/{TasksBanner.css → index3.css} +0 -0
@@ -1,8 +1,89 @@
1
- import "react/jsx-runtime";
2
- import "../../../cn-d8c04b28.js";
3
- import "../../../HtmlContent/HtmlContent.js";
4
- import { af as a } from "../../../index-92f77047.js";
5
- import "../../../index-60dfa873.js";
1
+ import { jsxs as n, jsx as s } from "react/jsx-runtime";
2
+ import { a as r } from "../../../cn-6a4bf187.js";
3
+ import { HtmlContent as c } from "../../../HtmlContent/HtmlContent.js";
4
+ import { B as x } from "../../../index-6af94f99.js";
5
+ import { a as p, B as t } from "../../../const-637b0dca.js";
6
+ import { I as f } from "../../../index-2265d593.js";
7
+ const B = ({
8
+ data: e,
9
+ title: i,
10
+ description: o,
11
+ image: l,
12
+ className: m
13
+ }) => /* @__PURE__ */ n(
14
+ "div",
15
+ {
16
+ className: r(
17
+ "w-full flex justify-between gap-[20px] bg-gray2 rounded-[20px] p-[16px]",
18
+ "md:flex-col md:items-stretch md:gap-[24px] md:p-[16px]",
19
+ m
20
+ ),
21
+ children: [
22
+ /* @__PURE__ */ n(
23
+ "div",
24
+ {
25
+ className: r(
26
+ "flex gap-4 items-center justify-start",
27
+ "md:flex-col md:items-start md:gap-3 md:basis-full"
28
+ ),
29
+ children: [
30
+ ((e == null ? void 0 : e.necessary_icon) || l) && /* @__PURE__ */ s(
31
+ f,
32
+ {
33
+ src: (e == null ? void 0 : e.necessary_icon) ?? l ?? "",
34
+ alt: (e == null ? void 0 : e.necessary_title) ?? i ?? "",
35
+ width: 48,
36
+ height: 48,
37
+ className: "w-12 h-12 flex-shrink-0"
38
+ }
39
+ ),
40
+ /* @__PURE__ */ n("div", { className: "box-border md:h-fit", children: [
41
+ /* @__PURE__ */ s(
42
+ "p",
43
+ {
44
+ className: r(
45
+ "text-[24px] font-bold leading-[32px] m-0",
46
+ "md:text-[18px] md:leading-[26px] md:font-semibold"
47
+ ),
48
+ children: (e == null ? void 0 : e.necessary_title) || i
49
+ }
50
+ ),
51
+ ((e == null ? void 0 : e.necessary_description) || o) && /* @__PURE__ */ s(
52
+ c,
53
+ {
54
+ className: r(
55
+ "text-[15px] leading-[22px] text-[#5F6E7B] font-normal",
56
+ "md:text-[13px] md:leading-[16px]"
57
+ ),
58
+ data: `${(e == null ? void 0 : e.necessary_description) || o}`
59
+ }
60
+ )
61
+ ] })
62
+ ]
63
+ }
64
+ ),
65
+ (e == null ? void 0 : e.necessary_button_link) && /* @__PURE__ */ s(
66
+ "a",
67
+ {
68
+ href: e == null ? void 0 : e.necessary_button_link,
69
+ target: "_blank",
70
+ children: /* @__PURE__ */ s(
71
+ x,
72
+ {
73
+ variant: p.Static,
74
+ size: t.L,
75
+ className: r(
76
+ "text-[15px] font-medium leading-[24px] rounded-lg px-4 py-2 bg-[#FDDB2B] text-black border-0 cursor-pointer transition-colors duration-300 hover:bg-[#F7C21C]",
77
+ "md:w-full md:h-14"
78
+ ),
79
+ children: e == null ? void 0 : e.necessary_button_text
80
+ }
81
+ )
82
+ }
83
+ )
84
+ ]
85
+ }
86
+ );
6
87
  export {
7
- a as CardWarning
88
+ B as CardWarning
8
89
  };
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../Types/FiledTypes.js";
3
- import "../ComponentContainer-0fcc2695.js";
4
- import "../cn-d8c04b28.js";
5
- import "./components/CardMarkedRow/index.js";
6
- import { j as e } from "../index-92f77047.js";
3
+ import "../ComponentContainer-cdb2528c.js";
4
+ import "../cn-6a4bf187.js";
5
+ import { c as e } from "../index-2fb01942.js";
6
+ import "./components/CardWarning/index.js";
7
7
  export {
8
8
  e as StandartTable
9
9
  };
@@ -1,8 +1,52 @@
1
- import "react/jsx-runtime";
2
- import "../Types/FiledTypes.js";
3
- import { S as e } from "../index-92f77047.js";
4
- import "../ComponentContainer-0fcc2695.js";
5
- import "../index-60dfa873.js";
1
+ import { jsx as r, jsxs as o } from "react/jsx-runtime";
2
+ import { FieldTypes as s } from "../Types/FiledTypes.js";
3
+ import { B as c } from "../index-6af94f99.js";
4
+ import { b as i } from "../const-637b0dca.js";
5
+ import { C as d } from "../ComponentContainer-cdb2528c.js";
6
+ import { I as x } from "../index-2265d593.js";
7
+ const f = {
8
+ type: "data",
9
+ label: "Шаги",
10
+ dataType: "array",
11
+ data: {
12
+ text: s.DESCRIPTION,
13
+ icon: s.FILE
14
+ }
15
+ }, m = [f, "title", i], h = ({ data: l, title: n, button: t }) => /* @__PURE__ */ r(d, { children: /* @__PURE__ */ o("div", { className: "flex items-center flex-col", children: [
16
+ n && /* @__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: n }),
17
+ /* @__PURE__ */ r("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: l == null ? void 0 : l.map((e, a) => {
18
+ const p = a + 1;
19
+ return /* @__PURE__ */ o(
20
+ "div",
21
+ {
22
+ className: "p-8 bg-white rounded-[20px] flex flex-col gap-6 items-center",
23
+ children: [
24
+ e.icon ? /* @__PURE__ */ r(
25
+ x,
26
+ {
27
+ src: e.icon,
28
+ className: "w-[72px] h-[72px] rounded-full overflow-hidden"
29
+ }
30
+ ) : /* @__PURE__ */ r("span", { className: "w-[72px] h-[72px] rounded-full bg-greenLight font-bold overflow-hidden flex items-center justify-center text-white text-[24px] leading-8 ", children: p }),
31
+ /* @__PURE__ */ r("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: e == null ? void 0 : e.text })
32
+ ]
33
+ },
34
+ a
35
+ );
36
+ }) }),
37
+ !!(t != null && t.length) && /* @__PURE__ */ r("div", { className: "flex items-center gap-4 mt-6", children: t.map((e, a) => /* @__PURE__ */ r(
38
+ "a",
39
+ {
40
+ href: (e == null ? void 0 : e.link) || "#",
41
+ className: "w-fit z-10 max-tablet:w-full",
42
+ target: "_blank",
43
+ rel: "noopener noreferrer",
44
+ children: /* @__PURE__ */ r(c, { variant: e.variant, children: e.text })
45
+ },
46
+ a
47
+ )) })
48
+ ] }) });
49
+ h.propsToEdit = m;
6
50
  export {
7
- e as Stepper
51
+ h as Stepper
8
52
  };
@@ -1,4 +1,4 @@
1
- import { S as r } from "../index-92f77047.js";
1
+ import { Stepper as r } from "./Stepper.js";
2
2
  export {
3
3
  r as Stepper
4
4
  };
@@ -1,98 +1,12 @@
1
- import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
- import { useState as g, useRef as p } from "react";
3
- import { S as x, N as v, A as y, a as b, C, b as S } from "../swiper-react-c049ea66.js";
4
- import { FieldTypes as i } from "../Types/FiledTypes.js";
5
- import { C as E } from "../ComponentContainer-0fcc2695.js";
6
- import { Bullet as w } from "./components/Bullet/Bullet.js";
7
- import { Slide as A } from "./components/Slide/Slide.js";
8
- import '../assets/swiper.css';/* empty css */const N = {
9
- type: "cards",
10
- label: "Карточки слайдера",
11
- dataType: "array",
12
- data: {
13
- title: i.TITLE,
14
- image: i.FILE,
15
- description: i.DESCRIPTION
16
- }
17
- }, T = [
18
- "title",
19
- N,
20
- "card_height",
21
- "autoplay",
22
- "autoplayDelay",
23
- "perViewScreens"
24
- ], I = ({
25
- title: r,
26
- cards: a,
27
- card_height: c,
28
- autoplay: m,
29
- autoplayDelay: u = 2e3,
30
- perViewScreens: l
31
- }) => {
32
- const [d, f] = g(0), h = m ? {
33
- delay: u,
34
- disableOnInteraction: !1,
35
- waitForTransition: !0
36
- } : !1, o = p(null), n = p(null);
37
- return /* @__PURE__ */ s(E, { children: [
38
- r && /* @__PURE__ */ t("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: r }),
39
- /* @__PURE__ */ s("div", { className: "relative w-full", children: [
40
- /* @__PURE__ */ t(
41
- x,
42
- {
43
- modules: [v, y],
44
- spaceBetween: 24,
45
- slidesPerView: l,
46
- slidesPerGroup: 1,
47
- navigation: {
48
- nextEl: o.current,
49
- prevEl: n.current
50
- },
51
- onBeforeInit: (e) => {
52
- e.params.navigation && typeof e.params.navigation != "boolean" && (e.params.navigation.nextEl = o.current, e.params.navigation.prevEl = n.current);
53
- },
54
- pagination: { clickable: !0 },
55
- onSlideChange: (e) => f(e.realIndex),
56
- autoplay: h,
57
- children: a == null ? void 0 : a.map((e) => /* @__PURE__ */ t(b, { children: /* @__PURE__ */ t(
58
- A,
59
- {
60
- card: e,
61
- height: c
62
- }
63
- ) }, e.id))
64
- }
65
- ),
66
- /* @__PURE__ */ t(
67
- "button",
68
- {
69
- ref: n,
70
- className: "custom-prev absolute left-0 top-[50%] translate-y-[-50%] translate-x-[-50%] z-10 p-[8px] rounded-[50%] bg-white",
71
- children: /* @__PURE__ */ t(C, { size: 24 })
72
- }
73
- ),
74
- /* @__PURE__ */ t(
75
- "button",
76
- {
77
- ref: o,
78
- className: "custom-next p-[8px] absolute right-0 top-[50%] translate-y-[-50%] translate-x-[50%] z-10 rounded-[50%] bg-white",
79
- children: /* @__PURE__ */ t(S, { size: 24 })
80
- }
81
- )
82
- ] }),
83
- a.length > 1 && /* @__PURE__ */ t(
84
- w,
85
- {
86
- count: a.length - (l - 1),
87
- active: d,
88
- activeColor: "#16A34A",
89
- anActiveColor: "#A6B2BA",
90
- className: "mt-[24px]"
91
- }
92
- )
93
- ] });
94
- };
95
- I.propsToEdit = T;
96
- export {
97
- I as SwiperList
1
+ import "react/jsx-runtime";
2
+ import "react";
3
+ import "../index-66837af1.js";
4
+ import "../Types/FiledTypes.js";
5
+ import "../swiper-react-90953710.js";
6
+ import { S as w } from "../index-2fb01942.js";
7
+ import "../ComponentContainer-cdb2528c.js";
8
+ import "./components/Bullet/Bullet.js";
9
+ import "./components/Slide/Slide.js";
10
+ import '../assets/swiper.css';/* empty css */export {
11
+ w as SwiperList
98
12
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as r, jsxs as o } from "react/jsx-runtime";
2
2
  import { HtmlContent as p } from "../../../HtmlContent/HtmlContent.js";
3
- import { c as m } from "../../../cn-d8c04b28.js";
3
+ import { c as m } from "../../../cn-6a4bf187.js";
4
4
  const f = ({ fill: s, className: t, stroke: e }) => `
5
5
  <span class="bg-transparent mr-[6px] last:mr-0 ${t}">
6
6
  <svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -1,10 +1,10 @@
1
- import { jsx as t } from "react/jsx-runtime";
2
- import '../../../assets/swiper.css';/* empty css */const n = ({ card: e, height: l = 340 }) => /* @__PURE__ */ t(
1
+ import { jsx as e } from "react/jsx-runtime";
2
+ import '../../../assets/swiper.css';/* empty css */const d = ({ height: t = 340, image: l, description: r }) => /* @__PURE__ */ e(
3
3
  "div",
4
4
  {
5
5
  className: "relative bg-cover rounded-[24px] overflow-hidden",
6
- style: { backgroundImage: `url(${e.image})`, height: `${l}px` },
7
- children: /* @__PURE__ */ t(
6
+ style: { backgroundImage: `url(${l})`, height: `${t}px` },
7
+ children: /* @__PURE__ */ e(
8
8
  "div",
9
9
  {
10
10
  className: `absolute top-0 left-0 w-full h-full flex items-end justify-start
@@ -18,11 +18,11 @@ import '../../../assets/swiper.css';/* empty css */const
18
18
  )
19
19
  `
20
20
  },
21
- children: /* @__PURE__ */ t("p", { className: "text-[18px] leading-[26px] text-white w-[90%]", children: e == null ? void 0 : e.description })
21
+ children: /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] text-white w-[90%]", children: r })
22
22
  }
23
23
  )
24
24
  }
25
25
  );
26
26
  export {
27
- n as Slide
27
+ d as Slide
28
28
  };
@@ -1,4 +1,4 @@
1
- import { SwiperList as i } from "./SwiperList.js";
1
+ import { S as i } from "../index-2fb01942.js";
2
2
  export {
3
3
  i as SwiperList
4
4
  };
@@ -1,125 +1,11 @@
1
- import { jsx as t, jsxs as r } from "react/jsx-runtime";
2
- import { useState as m } from "react";
3
- import { HtmlContent as p } from "../HtmlContent/HtmlContent.js";
4
- import { FieldTypes as o } from "../Types/FiledTypes.js";
5
- import { I as x } from "../index-60dfa873.js";
6
- import { c as i } from "../cn-d8c04b28.js";
7
- import '../assets/TasksBanner.css';const c = ({
8
- color: e = "#40474F",
9
- size: n = 24,
10
- ...s
11
- }) => /* @__PURE__ */ t(
12
- "svg",
13
- {
14
- xmlns: "http://www.w3.org/2000/svg",
15
- width: n,
16
- height: n,
17
- viewBox: "0 0 16 16",
18
- fill: "none",
19
- ...s,
20
- children: /* @__PURE__ */ t(
21
- "path",
22
- {
23
- d: "M12.6666 5.7334L8.65995 9.7401C8.34884 10.0512 8.19328 10.2068 7.99998 10.2068C7.80668 10.2068 7.65113 10.0512 7.34001 9.7401L3.33331 5.7334",
24
- stroke: e || "currentColor",
25
- "stroke-width": "2",
26
- "stroke-linejoin": "round"
27
- }
28
- )
29
- }
30
- );
31
- const h = {
32
- type: "data",
33
- label: "Данные задачи",
34
- dataType: "object",
35
- data: {
36
- keys: {
37
- title: o.TITLE,
38
- description: o.HTML_CONTENT,
39
- image: o.FILE,
40
- icon: o.FILE,
41
- is_black: o.BOOLEAN,
42
- is_promo: o.BOOLEAN,
43
- is_yellow: o.BOOLEAN
44
- }
45
- }
46
- }, b = [h, "isTextLast", "isFirst"], u = ({ data: e, isTextLast: n, isFirst: s }) => {
47
- const [l, a] = m(!1);
48
- return /* @__PURE__ */ r("div", { className: "relative w-full rounded-[20px] flex items-center justify-between gap-[100px] bg-white overflow-hidden max-tablet:flex-col max-tablet:gap-0", children: [
49
- /* @__PURE__ */ r(
50
- "div",
51
- {
52
- className: i(
53
- "h-full py-[32px] pr-[64px] pl-[48px] max-tablet:p-[32px] max-tablet:order-1 max-tablet:w-full",
54
- {
55
- "order-1": n
56
- }
57
- ),
58
- children: [
59
- /* @__PURE__ */ r("div", { className: "h-full flex flex-col gap-[24px]", children: [
60
- /* @__PURE__ */ t("p", { className: "text-[32px] leading-[40px] font-bold text-black5 max-tablet:text-[22px] max-tablet:leading-[26px]", children: e == null ? void 0 : e.title }),
61
- /* @__PURE__ */ t(
62
- "div",
63
- {
64
- className: i(
65
- "max-h-[98px] overflow-hidden max-tablet:text-[95px] transition-[max-height] duration-500 ease-in-out",
66
- {
67
- "max-h-[1000px]": l
68
- }
69
- ),
70
- children: /* @__PURE__ */ t(
71
- p,
72
- {
73
- className: "htmlContent",
74
- data: e == null ? void 0 : e.description
75
- }
76
- )
77
- }
78
- )
79
- ] }),
80
- /* @__PURE__ */ r(
81
- "button",
82
- {
83
- className: "flex items-center gap-2 px-6 bg-none border-none cursor-pointer transition-all duration-500 ease-in-out",
84
- onClick: () => a(!l),
85
- children: [
86
- /* @__PURE__ */ t("p", { className: "text-[16px] text-deepBlue leading-[24px] font-medium text-lightBlue6 transition-all duration-500 ease-in-out whitespace-nowrap mt-[12px]", children: l ? "Скрыть" : "Показать больше" }),
87
- /* @__PURE__ */ t(
88
- c,
89
- {
90
- size: 16,
91
- color: "#3B82F6",
92
- className: i(
93
- l ? "transition-all duration-500 rotate-180" : "transition-all duration-500",
94
- "mt-[12px]"
95
- )
96
- }
97
- )
98
- ]
99
- }
100
- )
101
- ]
102
- }
103
- ),
104
- (e == null ? void 0 : e.image) && /* @__PURE__ */ t(
105
- x,
106
- {
107
- src: e == null ? void 0 : e.image,
108
- alt: e == null ? void 0 : e.title,
109
- width: 453,
110
- className: i(
111
- "absolute right-0 bottom-0 h-auto flex items-end max-tablet:relative"
112
- ),
113
- imageStyles: i(
114
- "object-contain",
115
- s && "object-bottom",
116
- l && "object-bottom"
117
- )
118
- }
119
- )
120
- ] });
121
- };
122
- u.propsToEdit = b;
1
+ import "react/jsx-runtime";
2
+ import "react";
3
+ import { n, m as e } from "../index-2fb01942.js";
4
+ import "../HtmlContent/HtmlContent.js";
5
+ import "../Types/FiledTypes.js";
6
+ import "../index-2265d593.js";
7
+ import "../cn-6a4bf187.js";
123
8
  export {
124
- u as TasksBanner
9
+ n as TasksBanner,
10
+ e as TasksBannerFields
125
11
  };
@@ -1,4 +1,4 @@
1
- import { TasksBanner as e } from "./TasksBanner.js";
1
+ import { n as r } from "../index-2fb01942.js";
2
2
  export {
3
- e as TasksBanner
3
+ r as TasksBanner
4
4
  };
@@ -1,32 +1,7 @@
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,
22
- {
23
- data: s,
24
- isFirst: o === 0
25
- },
26
- o
27
- )) })
28
- ] });
29
- x.propsToEdit = m;
1
+ import "react/jsx-runtime";
2
+ import { T as p } from "../index-2fb01942.js";
3
+ import "../Types/FiledTypes.js";
4
+ import "../ComponentContainer-cdb2528c.js";
30
5
  export {
31
- x as TasksBannerList
6
+ p as TasksBannerList
32
7
  };
@@ -1,4 +1,4 @@
1
- import { TasksBannerList as a } from "./TasksBannerList.js";
1
+ import { T as r } from "../index-2fb01942.js";
2
2
  export {
3
- a as TasksBannerList
3
+ r as TasksBannerList
4
4
  };
@@ -1,4 +1,4 @@
1
- var n = /* @__PURE__ */ ((o) => (o.STRING = "string", o.NUMBER = "number", o.BOOLEAN = "boolean", o.ARRAY = "array", o.OBJECT = "object", o.FUNCTION = "function", o.UNDEFINED = "undefined", o.NULL = "null", o.SYMBOL = "symbol", o.BIGINT = "bigint", o.DATE = "date", o.REGEXP = "regexp", o.FILE = "file", o.TITLE = "title", o.DESCRIPTION = "description", o.VARIANT = "variant", o.LINK = "link", o.COMPONENT = "component", o.CLASSNAME = "classname", o.COLOR = "color", o.TITLE_TEXT = "title_text", o.NODE = "node", o.HTML_CONTENT = "html_content", o))(n || {}), t = /* @__PURE__ */ ((o) => (o.options = "options", o.choices = "choices", o))(t || {});
1
+ var n = /* @__PURE__ */ ((o) => (o.STRING = "string", o.NUMBER = "number", o.BOOLEAN = "boolean", o.ARRAY = "array", o.OBJECT = "object", o.FUNCTION = "function", o.UNDEFINED = "undefined", o.NULL = "null", o.SYMBOL = "symbol", o.BIGINT = "bigint", o.DATE = "date", o.REGEXP = "regexp", o.FILE = "file", o.TITLE = "title", o.DESCRIPTION = "description", o.VARIANT = "variant", o.LINK = "link", o.COMPONENT = "component", o.CLASSNAME = "classname", o.COLOR = "color", o.TITLE_TEXT = "title_text", o.NODE = "node", o.HTML_CONTENT = "html_content", o.TURN_OVER = "turnover", o))(n || {}), t = /* @__PURE__ */ ((o) => (o.options = "options", o.choices = "choices", o))(t || {});
2
2
  const c = {
3
3
  options: {
4
4
  label: "Options",
@@ -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-0fcc2695.js";
3
+ import { C as i } from "../../ComponentContainer-cdb2528c.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 e, jsxs as r } from "react/jsx-runtime";
2
2
  import { FieldTypes as o } from "../../Types/FiledTypes.js";
3
3
  import { VideoPlayer as t } from "../components/VideoPlayer/VideoPlayer.js";
4
- import { C as l } from "../../ComponentContainer-0fcc2695.js";
4
+ import { C as l } from "../../ComponentContainer-cdb2528c.js";
5
5
  const s = {
6
6
  type: "data",
7
7
  label: "Видео данные",
@@ -1,7 +1,7 @@
1
1
  import { jsx as i, jsxs as r } from "react/jsx-runtime";
2
2
  import { FieldTypes as o } from "../../Types/FiledTypes.js";
3
3
  import { VideoPlayer as t } from "../components/VideoPlayer/VideoPlayer.js";
4
- import { C as l } from "../../ComponentContainer-0fcc2695.js";
4
+ import { C as l } from "../../ComponentContainer-cdb2528c.js";
5
5
  const s = {
6
6
  type: "data",
7
7
  label: "Видео данные мини",
@@ -1,6 +1,6 @@
1
1
  import { jsx as ue } from "react/jsx-runtime";
2
2
  import le from "react";
3
- import { c as Qe } from "../../../cn-d8c04b28.js";
3
+ import { c as Qe } from "../../../cn-6a4bf187.js";
4
4
  function Re(r) {
5
5
  return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
6
6
  }