md-components-mdigial-azamat 0.0.10 → 0.0.12

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 (108) hide show
  1. package/README.md +4 -0
  2. package/dist/AllComponents.js +130 -0
  3. package/dist/AnimatedSwiper/Slide/Slide.js +57 -0
  4. package/dist/AnimatedSwiper/Slide/index.js +4 -0
  5. package/dist/AnimatedSwiper/index.js +117 -0
  6. package/dist/AnimatedSwiper/types.js +1 -0
  7. package/dist/Banner/Banner.js +45 -49
  8. package/dist/BannerAndText/index.js +14 -13
  9. package/dist/CardIconList/CardIconList.js +23 -22
  10. package/dist/CardImageList/CardImageList.js +15 -14
  11. package/dist/CardImageSecondary/CardImageSecondary.js +50 -0
  12. package/dist/CardImageSecondary/index.js +4 -0
  13. package/dist/CardImageSecondary/types.js +1 -0
  14. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +21 -0
  15. package/dist/CardImageSecondaryList/index.js +4 -0
  16. package/dist/CardImageSecondaryList/types.js +1 -0
  17. package/dist/CardInfoTable/index.js +153 -0
  18. package/dist/CardInfoTable/types.js +1 -0
  19. package/dist/Cards/CardImage/CardImage.js +8 -7
  20. package/dist/Cards/ColoredCard/index.js +5 -4
  21. package/dist/Cards/ContentCard/ContentCard.js +17 -15
  22. package/dist/Cards/FeaturesCard/index.js +3 -3
  23. package/dist/Cards/WarningCard/WarningCard.js +27 -25
  24. package/dist/Cards/WarningCard/model.js +1 -1
  25. package/dist/ComponentContainer-0fcc2695.js +16 -0
  26. package/dist/ConfigProvider/index.js +5 -3
  27. package/dist/ContentCardList/ContentCardList.js +13 -12
  28. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +21 -15
  29. package/dist/DownloadFile/components/DownloadFileBright/index.js +103 -0
  30. package/dist/DownloadFile/components/DownloadFileBright/types.js +1 -0
  31. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +16 -14
  32. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +20 -18
  33. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +19 -17
  34. package/dist/EmptyBox/EmptyBox.js +5 -0
  35. package/dist/EmptyBox/types.js +1 -0
  36. package/dist/Faq/Faq.js +16 -15
  37. package/dist/Faq/components/Collapse/Collapse.js +9 -8
  38. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +95 -94
  39. package/dist/Faq/components/PlusMinusIcon/PlusMinusIcon.js +1 -1
  40. package/dist/HeroPossibilityBanner/index.js +24 -16
  41. package/dist/HtmlContent/HtmlContent.js +6 -5
  42. package/dist/InfoBanner/index.js +73 -0
  43. package/dist/InfoBanner/types.js +1 -0
  44. package/dist/InfoBannerList/InfoBannerList.js +37 -0
  45. package/dist/InfoBannerList/index.js +4 -0
  46. package/dist/InfoBannerList/types.js +1 -0
  47. package/dist/InstructionList/InstructionList.js +14 -13
  48. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +13 -12
  49. package/dist/InstructionList/components/InstructionModal/InstructionModal.js +2 -2
  50. package/dist/IntroBanner/IntroBanner.js +60 -0
  51. package/dist/IntroBanner/index.js +4 -0
  52. package/dist/IntroBanner/types.js +1 -0
  53. package/dist/MainBanner/MainBanner.js +30 -21
  54. package/dist/MultiCards/index.js +33 -25
  55. package/dist/Partners/Partners.js +7 -6
  56. package/dist/PartnersColors/PartnersColors.js +20 -19
  57. package/dist/PartnersColors/components/PartnerCard/PartnerCard.js +1 -1
  58. package/dist/PartnersColors/components/PartnerTab/PartnerTab.js +2 -2
  59. package/dist/PreviewList/PreviewList.js +17 -16
  60. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +15 -13
  61. package/dist/PromoPoster/PromoPoster.js +36 -0
  62. package/dist/PromoPoster/types.js +1 -0
  63. package/dist/RenderAllComponents/RenderAllComponents.js +82 -0
  64. package/dist/RenderAllComponents/const.js +43 -0
  65. package/dist/RenderAllComponents/index.js +4 -0
  66. package/dist/Segments/Segments.js +14 -13
  67. package/dist/StandartTable/components/CardMarkedRow/index.js +75 -0
  68. package/dist/StandartTable/components/CardMarkedRow/types.js +1 -0
  69. package/dist/StandartTable/components/CardWarning/index.js +89 -0
  70. package/dist/StandartTable/components/CardWarning/types.js +1 -0
  71. package/dist/StandartTable/index.js +48 -0
  72. package/dist/StandartTable/types.js +1 -0
  73. package/dist/Stepper/Stepper.js +14 -13
  74. package/dist/SwiperList/SwiperList.js +50 -3189
  75. package/dist/SwiperList/components/Bullet/Bullet.js +1 -1
  76. package/dist/SwiperList/components/Slide/Slide.js +2 -2
  77. package/dist/TasksBanner/TasksBanner.js +108 -0
  78. package/dist/TasksBanner/index.js +4 -0
  79. package/dist/TasksBanner/types.js +1 -0
  80. package/dist/TasksBannerList/TasksBannerList.js +17 -0
  81. package/dist/TasksBannerList/index.js +4 -0
  82. package/dist/TasksBannerList/types.js +1 -0
  83. package/dist/Video/VideoFull/VideoFull.js +4 -3
  84. package/dist/Video/VideoList/VideoList.js +10 -9
  85. package/dist/Video/VideoListMini/VideoListMini.js +8 -7
  86. package/dist/Video/components/VideoPlayer/VideoPlayer.js +1 -1
  87. package/dist/VideoMainBanner/VideoMainBanner.js +148 -0
  88. package/dist/VideoMainBanner/index.js +4 -0
  89. package/dist/VideoMainBanner/types.js +1 -0
  90. package/dist/assets/TasksBanner.css +1 -0
  91. package/dist/assets/index.css +1 -1
  92. package/dist/{cn-eacd4725.js → cn-d8c04b28.js} +1 -0
  93. package/dist/const-9041b93a.js +5 -0
  94. package/dist/data.mock-741c2220.js +1714 -0
  95. package/dist/{index-fb8c9446.js → index-60dfa873.js} +1 -1
  96. package/dist/{index-cd468670.js → index-6e0f7db0.js} +8 -7
  97. package/dist/index-b3d6aed3.js +52 -0
  98. package/dist/main.js +1 -1
  99. package/dist/{palette-52b06a82.js → palette-ac8c8a5f.js} +7 -2
  100. package/dist/swiper-react-c049ea66.js +3158 -0
  101. package/dist/trash/HeroLargeCards/index.js +1 -1
  102. package/dist/useScreenSize-c1b64c02.js +19 -0
  103. package/package.json +1 -1
  104. package/dist/ComponentContainer-41408843.js +0 -15
  105. package/dist/index-89dcf24f.js +0 -54
  106. package/dist/main.d.ts +0 -39
  107. /package/dist/assets/{SwiperList.css → swiper-react.css} +0 -0
  108. /package/dist/assets/{Slide.css → swiper.css} +0 -0
@@ -1,14 +1,14 @@
1
- import { jsx as r, jsxs as o } from "react/jsx-runtime";
2
- import { CardImage as s } from "../Cards/CardImage/CardImage.js";
3
- import { B as p } from "../index-89dcf24f.js";
4
- import { C as x } from "../ComponentContainer-41408843.js";
5
- import { c as i } from "../cn-eacd4725.js";
6
- const v = ({
1
+ import { jsx as r, jsxs as s } from "react/jsx-runtime";
2
+ import { CardImage as p } from "../Cards/CardImage/CardImage.js";
3
+ import { B as m } from "../index-b3d6aed3.js";
4
+ import { C as c } from "../ComponentContainer-0fcc2695.js";
5
+ import { c as i } from "../cn-d8c04b28.js";
6
+ const x = ["cards", "title", "grid", "button"], f = ({
7
7
  cards: a,
8
8
  title: n,
9
- grid: m,
9
+ grid: t,
10
10
  button: l
11
- }) => /* @__PURE__ */ r(x, { children: /* @__PURE__ */ o("div", { className: "w-full flex flex-col items-center gap-6", children: [
11
+ }) => /* @__PURE__ */ r(c, { children: /* @__PURE__ */ s("div", { className: "w-full flex flex-col items-center gap-6", children: [
12
12
  n && /* @__PURE__ */ r(
13
13
  "p",
14
14
  {
@@ -21,11 +21,11 @@ const v = ({
21
21
  "div",
22
22
  {
23
23
  className: i(
24
- `grid grid-cols-${m} items-stretch gap-6`,
24
+ `grid grid-cols-${t} items-stretch gap-6`,
25
25
  "max-tablet:grid-cols-1"
26
26
  ),
27
27
  children: a == null ? void 0 : a.map((e) => /* @__PURE__ */ r(
28
- s,
28
+ p,
29
29
  {
30
30
  data: e
31
31
  },
@@ -33,18 +33,19 @@ const v = ({
33
33
  ))
34
34
  }
35
35
  ),
36
- !!(l != null && l.length) && /* @__PURE__ */ r("div", { className: "flex flex-wrap gap-4", children: l.map((e, t) => /* @__PURE__ */ r(
36
+ !!(l != null && l.length) && /* @__PURE__ */ r("div", { className: "flex flex-wrap gap-4", children: l.map((e, o) => /* @__PURE__ */ r(
37
37
  "a",
38
38
  {
39
39
  href: (e == null ? void 0 : e.link) || "#",
40
40
  className: i("w-fit z-10 max-tablet:w-full"),
41
41
  target: "_blank",
42
42
  rel: "noopener noreferrer",
43
- children: /* @__PURE__ */ r(p, { variant: e.variant, children: e.text })
43
+ children: /* @__PURE__ */ r(m, { variant: e.variant, children: e.text })
44
44
  },
45
- t
45
+ o
46
46
  )) })
47
47
  ] }) });
48
+ f.propsToEdit = x;
48
49
  export {
49
- v as CardImageList
50
+ f as CardImageList
50
51
  };
@@ -0,0 +1,50 @@
1
+ import { jsxs as c, jsx as l } from "react/jsx-runtime";
2
+ import { I as p } from "../index-60dfa873.js";
3
+ import { c as t } from "../cn-d8c04b28.js";
4
+ const n = ({
5
+ data: e,
6
+ isHorizontal: x,
7
+ imageStyles: m
8
+ }) => /* @__PURE__ */ c(
9
+ "div",
10
+ {
11
+ className: t(
12
+ "flex flex-col items-center gap-[30px] bg-white rounded-[20px] flex-1",
13
+ x && "flex-row max-tablet:flex-col"
14
+ ),
15
+ children: [
16
+ /* @__PURE__ */ l(
17
+ "div",
18
+ {
19
+ className: t(
20
+ "px-[24px] pt-[24px] w-full",
21
+ x && "px-0 max-tablet:px-[24px]"
22
+ ),
23
+ children: /* @__PURE__ */ l(
24
+ "p",
25
+ {
26
+ className: t(
27
+ "text-[24px] font-medium leading-[32px] text-bgBlack text-center m-0 break-words",
28
+ x && "text-left pl-[24px] max-tablet:text-center",
29
+ "max-tablet:text-[22px] max-tablet:leading-[26px]"
30
+ ),
31
+ children: e == null ? void 0 : e.title
32
+ }
33
+ )
34
+ }
35
+ ),
36
+ (e == null ? void 0 : e.icon) && /* @__PURE__ */ l(
37
+ p,
38
+ {
39
+ src: e.icon,
40
+ alt: e.title || "image",
41
+ className: t("w-full h-[164px]", m),
42
+ imageStyles: "object-contain object-bottom"
43
+ }
44
+ )
45
+ ]
46
+ }
47
+ );
48
+ export {
49
+ n as CardImageSecondary
50
+ };
@@ -0,0 +1,4 @@
1
+ import { CardImageSecondary as e } from "./CardImageSecondary.js";
2
+ export {
3
+ e as CardImageSecondary
4
+ };
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,21 @@
1
+ import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
+ import { CardImageSecondary as p } from "../CardImageSecondary/CardImageSecondary.js";
3
+ import { C as n } from "../ComponentContainer-0fcc2695.js";
4
+ const c = ({
5
+ title: a,
6
+ cards: e,
7
+ isHorizontal: x = !1
8
+ }) => /* @__PURE__ */ o(n, { className: "flex flex-col items-stretch gap-[48px]", children: [
9
+ a && /* @__PURE__ */ t("p", { className: "text-bgBlack text-center text-[44px] font-bold leading-[52px] m-0 max-tablet:text-[26px] max-tablet:leading-[32px]", children: a }),
10
+ /* @__PURE__ */ t("div", { className: "flex gap-[24px] max-tablet:flex-col max-tablet:gap-[16px]", children: e == null ? void 0 : e.map((l, m) => /* @__PURE__ */ t(
11
+ p,
12
+ {
13
+ data: l,
14
+ isHorizontal: x
15
+ },
16
+ m
17
+ )) })
18
+ ] });
19
+ export {
20
+ c as CardImageSecondaryList
21
+ };
@@ -0,0 +1,4 @@
1
+ import { CardImageSecondaryList as e } from "./CardImageSecondaryList.js";
2
+ export {
3
+ e as CardImageSecondaryList
4
+ };
@@ -0,0 +1,153 @@
1
+ import { jsxs as n, jsx as r } from "react/jsx-runtime";
2
+ import { forwardRef as c } from "react";
3
+ import { C as b } from "../ComponentContainer-0fcc2695.js";
4
+ import { c as p } from "../cn-d8c04b28.js";
5
+ import { B as m } from "../index-b3d6aed3.js";
6
+ import { a as f, B as g } from "../const-9041b93a.js";
7
+ import { I as d } from "../index-60dfa873.js";
8
+ const h = ({ data: e, className: l }) => {
9
+ var x;
10
+ return /* @__PURE__ */ n(
11
+ "div",
12
+ {
13
+ className: p(
14
+ "w-full grid grid-cols-[1fr_3fr] gap-[24px] py-[24px] border-b border-lightGray8 first:pt-0 first:pb-[24px] last:pt-[24px] last:pb-0 last:border-b-0",
15
+ "max-tablet:grid-cols-[140px_1fr] max-tablet:items-start max-tablet:gap-[12px] max-tablet:py-[16px] max-tablet:first:pt-0 max-tablet:first:pb-[16px] max-tablet:last:pt-[16px] max-tablet:last:pb-0 max-tablet:last:border-b-0",
16
+ l
17
+ ),
18
+ children: [
19
+ /* @__PURE__ */ r("p", { className: "text-[18px] leading-[26px] font-medium text-graySoft m-0 max-tablet:text-[13px] max-tablet:leading-[16px] max-tablet:w-[140px] max-tablet:break-words", children: e == null ? void 0 : e.title }),
20
+ /* @__PURE__ */ r("div", { className: "grid grid-cols-3 gap-[24px] w-full max-tablet:grid-cols-1 max-tablet:gap-0 max-tablet:w-auto", children: (x = e == null ? void 0 : e.columns) == null ? void 0 : x.map((t) => /* @__PURE__ */ n(
21
+ "div",
22
+ {
23
+ className: "w-full flex flex-col gap-[8px] max-tablet:py-[16px] max-tablet:border-b max-tablet:border-lightGray8 first:max-tablet:pt-0 first:max-tablet:pb-[16px] last:max-tablet:pt-[16px] last:max-tablet:pb-0 last:max-tablet:border-b-0",
24
+ children: [
25
+ (t == null ? void 0 : t.title) && /* @__PURE__ */ r("p", { className: "text-[18px] leading-[26px] font-medium m-0 break-words whitespace-pre-line", children: t == null ? void 0 : t.title }),
26
+ (t == null ? void 0 : t.description) && /* @__PURE__ */ r("div", { className: "text-[14px] leading-[20px] text-graySoft whitespace-pre-line max-[420px]:whitespace-normal max-[420px]:break-words max-tablet:text-[13px] max-tablet:leading-[16px]", children: t == null ? void 0 : t.description })
27
+ ]
28
+ },
29
+ t == null ? void 0 : t.id
30
+ )) })
31
+ ]
32
+ }
33
+ );
34
+ }, u = ({
35
+ data: e,
36
+ title: l,
37
+ description: x,
38
+ image: t,
39
+ className: s
40
+ }) => /* @__PURE__ */ n(
41
+ "div",
42
+ {
43
+ className: p(
44
+ "w-full flex justify-between gap-[20px] bg-[#5f6e7b10] p-[32px] rounded-[20px]",
45
+ "max-tablet:flex-col max-tablet:items-stretch max-tablet:gap-[24px] max-tablet:p-[16px] max-tablet:h-fit",
46
+ s
47
+ ),
48
+ children: [
49
+ /* @__PURE__ */ n(
50
+ "div",
51
+ {
52
+ className: p(
53
+ "flex gap-[16px] items-center justify-center basis-[70%]",
54
+ "max-tablet:flex-col max-tablet:items-start max-tablet:gap-[12px] max-tablet:basis-full"
55
+ ),
56
+ children: [
57
+ ((e == null ? void 0 : e.necessary_icon) || t) && /* @__PURE__ */ r(
58
+ d,
59
+ {
60
+ src: (e == null ? void 0 : e.necessary_icon) ?? t ?? "",
61
+ alt: (e == null ? void 0 : e.necessary_title) ?? l ?? "",
62
+ width: 48,
63
+ height: 48,
64
+ className: "w-[48px] h-[48px] shrink-0",
65
+ imageStyles: "w-full h-full object-contain"
66
+ }
67
+ ),
68
+ /* @__PURE__ */ n("div", { className: "box-border max-tablet:h-fit", children: [
69
+ /* @__PURE__ */ r(
70
+ "p",
71
+ {
72
+ className: p(
73
+ "text-[24px] font-bold leading-[32px] m-0",
74
+ "max-tablet:text-[18px] max-tablet:font-semibold max-tablet:leading-[26px]"
75
+ ),
76
+ children: (e == null ? void 0 : e.necessary_title) || l
77
+ }
78
+ ),
79
+ ((e == null ? void 0 : e.necessary_description) || x) && /* @__PURE__ */ r(
80
+ "p",
81
+ {
82
+ className: p(
83
+ "text-[15px] font-normal leading-[24px] m-0",
84
+ "max-tablet:text-[13px] max-tablet:leading-[16px]"
85
+ ),
86
+ children: (e == null ? void 0 : e.necessary_description) || x
87
+ }
88
+ )
89
+ ] })
90
+ ]
91
+ }
92
+ ),
93
+ (e == null ? void 0 : e.necessary_button_link) && /* @__PURE__ */ r(
94
+ "a",
95
+ {
96
+ href: e == null ? void 0 : e.necessary_button_link,
97
+ target: "_blank",
98
+ children: /* @__PURE__ */ r(
99
+ m,
100
+ {
101
+ variant: f.Static,
102
+ size: g.L,
103
+ className: "text-[15px] font-medium leading-[24px] px-[16px] py-[8px] rounded-[8px] bg-[#FDDB2B] text-black border-none cursor-pointer transition-colors duration-300 hover:bg-[#F7C21C] max-tablet:w-full max-tablet:h-[56px]",
104
+ children: e == null ? void 0 : e.necessary_button_text
105
+ }
106
+ )
107
+ }
108
+ )
109
+ ]
110
+ }
111
+ ), w = c(
112
+ ({ title: e, table: l, rows: x }) => {
113
+ var t, s, i;
114
+ return /* @__PURE__ */ n(b, { children: [
115
+ e && /* @__PURE__ */ r(
116
+ "p",
117
+ {
118
+ className: p(
119
+ "text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]"
120
+ ),
121
+ children: e
122
+ }
123
+ ),
124
+ /* @__PURE__ */ n("div", { className: "bg-white p-8 rounded-[20px] md:p-6", children: [
125
+ x == null ? void 0 : x.map((a) => {
126
+ var o;
127
+ return /* @__PURE__ */ r(
128
+ h,
129
+ {
130
+ data: a,
131
+ className: p("border-b border-gray-200 last:border-b-0", {
132
+ "border-none": (o = l == null ? void 0 : l.warning) == null ? void 0 : o.warning_title
133
+ })
134
+ },
135
+ a == null ? void 0 : a.id
136
+ );
137
+ }),
138
+ ((t = l == null ? void 0 : l.warning) == null ? void 0 : t.warning_title) && /* @__PURE__ */ r(
139
+ u,
140
+ {
141
+ className: "!flex-auto [&_p:first-child]:text-[16px] [&_p:first-child]:leading-[24px] [&_p:last-child]:text-[15px] [&_p:last-child]:leading-[22px]",
142
+ title: (s = l == null ? void 0 : l.warning) == null ? void 0 : s.warning_title,
143
+ description: (i = l == null ? void 0 : l.warning) == null ? void 0 : i.warning_description
144
+ }
145
+ )
146
+ ] })
147
+ ] });
148
+ }
149
+ );
150
+ w.displayName = "CardInfoTable";
151
+ export {
152
+ w as CardInfoTable
153
+ };
@@ -0,0 +1 @@
1
+
@@ -1,8 +1,8 @@
1
1
  import { jsxs as i, jsx as l } from "react/jsx-runtime";
2
- import { I as m } from "../../index-fb8c9446.js";
3
- import { c as x } from "../../cn-eacd4725.js";
4
- const n = ({ data: e }) => {
5
- const p = (e == null ? void 0 : e.variant) === "large" ? "h-[364px]" : "h-[264px]", c = (e == null ? void 0 : e.variant) === "small" ? "w-[364px]" : "w-[264px]";
2
+ import { I as s } from "../../index-60dfa873.js";
3
+ import { c as x } from "../../cn-d8c04b28.js";
4
+ const t = ["data"], c = ({ data: e }) => {
5
+ const p = (e == null ? void 0 : e.variant) === "large" ? "h-[364px]" : "h-[264px]", r = (e == null ? void 0 : e.variant) === "small" ? "w-[364px]" : "w-[264px]";
6
6
  return /* @__PURE__ */ i(
7
7
  "div",
8
8
  {
@@ -34,18 +34,19 @@ const n = ({ data: e }) => {
34
34
  )
35
35
  ] }),
36
36
  /* @__PURE__ */ l(
37
- m,
37
+ s,
38
38
  {
39
39
  src: e == null ? void 0 : e.image,
40
40
  alt: e == null ? void 0 : e.title,
41
41
  className: `w-full ${p} max-tablet:h-[200px] box-border`,
42
- imageStyles: `${c} h-full max-tablet:w-[200px] object-contain`
42
+ imageStyles: `${r} h-full max-tablet:w-[200px] object-contain`
43
43
  }
44
44
  )
45
45
  ]
46
46
  }
47
47
  );
48
48
  };
49
+ c.propsToEdit = t;
49
50
  export {
50
- n as CardImage
51
+ c as CardImage
51
52
  };
@@ -1,7 +1,7 @@
1
1
  import { jsxs as t, jsx as l } from "react/jsx-runtime";
2
- import { I as p } from "../../index-fb8c9446.js";
3
- import { c as x } from "../../cn-eacd4725.js";
4
- const m = ({ data: e, cardStyle: o }) => /* @__PURE__ */ t(
2
+ import { I as p } from "../../index-60dfa873.js";
3
+ import { c as x } from "../../cn-d8c04b28.js";
4
+ const r = ["data", "cardStyle", "largeCards"], c = ({ data: e, cardStyle: o }) => /* @__PURE__ */ t(
5
5
  "div",
6
6
  {
7
7
  className: x(
@@ -42,6 +42,7 @@ const m = ({ data: e, cardStyle: o }) => /* @__PURE__ */ t(
42
42
  ]
43
43
  }
44
44
  );
45
+ c.propsToEdit = r;
45
46
  export {
46
- m as ColoredCard
47
+ c as ColoredCard
47
48
  };
@@ -1,38 +1,40 @@
1
- import { jsxs as o, jsx as r } from "react/jsx-runtime";
1
+ import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
2
  import { HtmlContent as s } from "../../HtmlContent/HtmlContent.js";
3
- import { B as x, a as p } from "../../index-89dcf24f.js";
4
- import { I as c } from "../../index-fb8c9446.js";
5
- const h = ({ data: e }) => {
6
- var n;
7
- return /* @__PURE__ */ o("div", { className: "rounded-[20px] overflow-hidden", children: [
8
- /* @__PURE__ */ r(
9
- c,
3
+ import { B as p } from "../../index-b3d6aed3.js";
4
+ import { a as i } from "../../const-9041b93a.js";
5
+ import { I as x } from "../../index-60dfa873.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,
10
11
  {
11
12
  src: e == null ? void 0 : e.image,
12
13
  alt: e == null ? void 0 : e.title,
13
14
  className: "w-full h-auto"
14
15
  }
15
16
  ),
16
- /* @__PURE__ */ o("div", { className: "flex flex-col gap-[24px] bg-white p-[32px]", children: [
17
- /* @__PURE__ */ r("p", { className: "text-[24px] leading-[32px] font-semibold", children: e == null ? void 0 : e.title }),
18
- /* @__PURE__ */ r(
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(
19
20
  s,
20
21
  {
21
22
  data: e == null ? void 0 : e.description,
22
23
  className: "text-graySoft text-[15px] leading-[22px]"
23
24
  }
24
25
  ),
25
- /* @__PURE__ */ r("div", { className: "flex gap-12px items-center max-tablet:flex-col", children: (n = e == null ? void 0 : e.button) == null ? void 0 : n.map((l) => /* @__PURE__ */ r(
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(
26
27
  "a",
27
28
  {
28
- href: (l == null ? void 0 : l.link) || "#",
29
+ href: (r == null ? void 0 : r.link) || "#",
29
30
  target: "_blank",
30
- children: /* @__PURE__ */ r(x, { variant: p.Grey, children: l == null ? void 0 : l.text })
31
+ children: /* @__PURE__ */ o(p, { variant: i.Grey, children: r == null ? void 0 : r.text })
31
32
  }
32
33
  )) })
33
34
  ] })
34
35
  ] });
35
36
  };
37
+ t.propsToEdit = c;
36
38
  export {
37
- h as ContentCard
39
+ t as ContentCard
38
40
  };
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
- import "../../index-fb8c9446.js";
3
- import "../../cn-eacd4725.js";
4
- import { F as a } from "../../index-cd468670.js";
2
+ import "../../index-60dfa873.js";
3
+ import "../../cn-d8c04b28.js";
4
+ import { F as a } from "../../index-6e0f7db0.js";
5
5
  export {
6
6
  a as FeaturesCard
7
7
  };
@@ -1,51 +1,53 @@
1
- import { jsx as e, jsxs as t } from "react/jsx-runtime";
1
+ import { jsx as t, jsxs as r } from "react/jsx-runtime";
2
2
  import { WarningCardVariant as o } from "./model.js";
3
- import { I as l } from "../../Icon-70ea6cb8.js";
4
- import { B as s, a as c } from "../../index-89dcf24f.js";
5
- import { C as m } from "../../ComponentContainer-41408843.js";
6
- import { c as d } from "../../cn-eacd4725.js";
7
- const C = ({
3
+ import { I as s } from "../../Icon-70ea6cb8.js";
4
+ import { B as l } from "../../index-b3d6aed3.js";
5
+ import { a as c } from "../../const-9041b93a.js";
6
+ import { C as d } from "../../ComponentContainer-0fcc2695.js";
7
+ import { c as m } from "../../cn-d8c04b28.js";
8
+ const p = ["title", "description", "button_text", "variant"], x = ({
8
9
  title: n,
9
- description: a,
10
- button_text: i,
11
- variant: r
12
- }) => /* @__PURE__ */ e(m, { children: /* @__PURE__ */ e(
10
+ description: i,
11
+ button_text: a,
12
+ variant: e
13
+ }) => /* @__PURE__ */ t(d, { children: /* @__PURE__ */ t(
13
14
  "div",
14
15
  {
15
16
  className: "rounded-[24px] p-6",
16
- style: { background: o[r].background },
17
- children: /* @__PURE__ */ t("div", { className: "flex gap-4 items-center justify-between", children: [
18
- /* @__PURE__ */ t("div", { className: "flex gap-4 items-center", children: [
19
- /* @__PURE__ */ e(
20
- l,
17
+ style: { background: o[e].background },
18
+ children: /* @__PURE__ */ r("div", { className: "flex gap-4 items-center justify-between", children: [
19
+ /* @__PURE__ */ r("div", { className: "flex gap-4 items-center", children: [
20
+ /* @__PURE__ */ t(
21
+ s,
21
22
  {
22
- name: o[r].icon,
23
+ name: o[e].icon,
23
24
  size: 40
24
25
  }
25
26
  ),
26
- /* @__PURE__ */ t("div", { className: "flex flex-col gap-1", children: [
27
- /* @__PURE__ */ e(
27
+ /* @__PURE__ */ r("div", { className: "flex flex-col gap-1", children: [
28
+ /* @__PURE__ */ t(
28
29
  "p",
29
30
  {
30
- className: d("text-[24px] leading-8 font-bold"),
31
- style: { color: o[r].textColor },
31
+ className: m("text-[24px] leading-8 font-bold"),
32
+ style: { color: o[e].textColor },
32
33
  children: n
33
34
  }
34
35
  ),
35
- /* @__PURE__ */ e(
36
+ /* @__PURE__ */ t(
36
37
  "p",
37
38
  {
38
39
  className: "text-[16px] leading-6",
39
- style: { color: o[r].textColor },
40
- children: a
40
+ style: { color: o[e].textColor },
41
+ children: i
41
42
  }
42
43
  )
43
44
  ] })
44
45
  ] }),
45
- /* @__PURE__ */ e(s, { variant: c.Static, children: i })
46
+ /* @__PURE__ */ t(l, { variant: c.Static, children: a })
46
47
  ] })
47
48
  }
48
49
  ) });
50
+ x.propsToEdit = p;
49
51
  export {
50
- C as WarningCard
52
+ x as WarningCard
51
53
  };
@@ -1,4 +1,4 @@
1
- import { p as a } from "../../palette-52b06a82.js";
1
+ import { p as a } from "../../palette-ac8c8a5f.js";
2
2
  const g = {
3
3
  orange: {
4
4
  background: "linear-gradient(92deg, rgba(255, 255, 255, 0.00) -4.95%, rgba(255, 255, 255, 0.02) -4.63%, rgba(255, 255, 255, 0.20) 87.84%), var(--status-filled-bg-accent, #FDDB2B)",
@@ -0,0 +1,16 @@
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ import { c as o } from "./cn-d8c04b28.js";
3
+ const r = ({ children: a, className: t, style: m }) => /* @__PURE__ */ l(
4
+ "section",
5
+ {
6
+ style: m,
7
+ className: o(
8
+ "w-[1232px] max-tablet:w-full mx-auto px-4 relative max-tablet:max-w-[960px] md:max-w-full lg:max-w-full",
9
+ t
10
+ ),
11
+ children: a
12
+ }
13
+ );
14
+ export {
15
+ r as C
16
+ };
@@ -1,6 +1,8 @@
1
- import '../assets/index.css';function o({ children: n }) {
2
- return n;
1
+ import '../assets/index.css';const r = ["children"];
2
+ function t({ children: o }) {
3
+ return o;
3
4
  }
5
+ t.propsToEdit = r;
4
6
  export {
5
- o as ConfigProvider
7
+ t as ConfigProvider
6
8
  };
@@ -1,10 +1,10 @@
1
- import { jsx as n, jsxs as r } from "react/jsx-runtime";
2
- import { ContentCard as i } from "../Cards/ContentCard/ContentCard.js";
3
- import { C as o } from "../ComponentContainer-41408843.js";
4
- const f = ({ data: e }) => {
5
- var t;
6
- return /* @__PURE__ */ n(o, { children: /* @__PURE__ */ r("div", { className: "w-full flex flex-col items-center justify-center", children: [
7
- (e == null ? void 0 : e.title) && /* @__PURE__ */ n(
1
+ import { jsx as t, jsxs as l } from "react/jsx-runtime";
2
+ import { ContentCard as r } from "../Cards/ContentCard/ContentCard.js";
3
+ import { C as i } from "../ComponentContainer-0fcc2695.js";
4
+ const s = ["data"], x = ({ data: e }) => {
5
+ var n;
6
+ return /* @__PURE__ */ t(i, { children: /* @__PURE__ */ l("div", { className: "w-full flex flex-col items-center justify-center", children: [
7
+ (e == null ? void 0 : e.title) && /* @__PURE__ */ t(
8
8
  "p",
9
9
  {
10
10
  className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
@@ -12,15 +12,16 @@ const f = ({ data: e }) => {
12
12
  children: e == null ? void 0 : e.title
13
13
  }
14
14
  ),
15
- /* @__PURE__ */ n("div", { className: "flex flex-row max-tablet:flex-col gap-[24px]", children: (t = e == null ? void 0 : e.cards) == null ? void 0 : t.map((l) => /* @__PURE__ */ n(
16
- i,
15
+ /* @__PURE__ */ t("div", { className: "flex flex-row max-tablet:flex-col gap-[24px]", children: (n = e == null ? void 0 : e.cards) == null ? void 0 : n.map((o) => /* @__PURE__ */ t(
16
+ r,
17
17
  {
18
- data: l
18
+ data: o
19
19
  },
20
- l.id
20
+ o.id
21
21
  )) })
22
22
  ] }) });
23
23
  };
24
+ x.propsToEdit = s;
24
25
  export {
25
- f as ContentCardList
26
+ x as ContentCardList
26
27
  };
@@ -1,38 +1,44 @@
1
1
  import { jsx as e, jsxs as o } from "react/jsx-runtime";
2
- import { I as i } from "../../../Icon-70ea6cb8.js";
3
- import { p as n } from "../../../palette-52b06a82.js";
4
- import { B as r } from "../../../index-89dcf24f.js";
5
- import { C as s } from "../../../ComponentContainer-41408843.js";
6
- const a = ({ data: l }) => /* @__PURE__ */ e(s, { children: /* @__PURE__ */ o("div", { className: "p-[48px] bg-white rounded-[20px] flex justify-between gap-[64px] max-tablet:flex-col-reverse max-tablet:gap-8", children: [
2
+ import { I as a } from "../../../Icon-70ea6cb8.js";
3
+ import { p as l } from "../../../palette-ac8c8a5f.js";
4
+ import { B as n } from "../../../index-b3d6aed3.js";
5
+ import { C as s } from "../../../ComponentContainer-0fcc2695.js";
6
+ const c = ["data"], d = ({
7
+ id: m,
8
+ title: r,
9
+ text: t,
10
+ link: i
11
+ }) => /* @__PURE__ */ e(s, { children: /* @__PURE__ */ o("div", { className: "p-[48px] bg-white rounded-[20px] flex justify-between gap-[64px] max-tablet:flex-col-reverse max-tablet:gap-8", children: [
7
12
  /* @__PURE__ */ e("div", { className: "flex flex-col ", children: /* @__PURE__ */ o("div", { children: [
8
- /* @__PURE__ */ e("p", { className: "text-[32px] leading-10 font-bold mb-4", children: l == null ? void 0 : l.title }),
9
- /* @__PURE__ */ e("p", { className: "text-[16px] leading-6", children: l == null ? void 0 : l.text }),
10
- /* @__PURE__ */ e(
11
- r,
13
+ /* @__PURE__ */ e("p", { className: "text-[32px] leading-10 font-bold mb-4", children: r }),
14
+ /* @__PURE__ */ e("p", { className: "text-[16px] leading-6", children: t }),
15
+ /* @__PURE__ */ e("a", { href: i, children: /* @__PURE__ */ e(
16
+ n,
12
17
  {
13
18
  iconRight: /* @__PURE__ */ e(
14
- i,
19
+ a,
15
20
  {
16
21
  name: "download",
17
22
  size: 20,
18
- color: n.blackBG
23
+ color: l.blackBG
19
24
  }
20
25
  ),
21
26
  className: "mt-8",
22
27
  children: "Скачать"
23
28
  }
24
- )
29
+ ) })
25
30
  ] }) }),
26
31
  /* @__PURE__ */ e(
27
- i,
32
+ a,
28
33
  {
29
34
  className: "flex-shrink-0",
30
35
  name: "file",
31
- color: n.greenLight,
36
+ color: l.greenLight,
32
37
  size: 82
33
38
  }
34
39
  )
35
40
  ] }) });
41
+ d.propsToEdit = c;
36
42
  export {
37
- a as DownloadFileBanner
43
+ d as DownloadFileBanner
38
44
  };