md-components-mdigial-azamat 0.0.1 → 0.0.2

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 (182) hide show
  1. package/dist/Banner/Banner.js +146 -0
  2. package/dist/Banner/index.js +4 -0
  3. package/dist/Banner/model.js +8 -0
  4. package/dist/Banner/types.js +4 -0
  5. package/dist/BannerAndText/index.js +36 -0
  6. package/dist/CardIconList/CardIconList.js +72 -0
  7. package/dist/CardIconList/index.js +4 -0
  8. package/dist/CardImageList/CardImageList.js +50 -0
  9. package/dist/CardImageList/index.js +4 -0
  10. package/dist/Cards/CardImage/CardImage.js +51 -0
  11. package/dist/Cards/CardImage/index.js +4 -0
  12. package/dist/Cards/ColoredCard/index.js +47 -0
  13. package/dist/Cards/ContentCard/ContentCard.js +38 -0
  14. package/dist/Cards/ContentCard/index.js +4 -0
  15. package/dist/Cards/FeaturesCard/index.js +7 -0
  16. package/dist/Cards/WarningCard/WarningCard.js +51 -0
  17. package/dist/Cards/WarningCard/index.js +4 -0
  18. package/dist/Cards/WarningCard/model.js +24 -0
  19. package/dist/ComponentContainer-41408843.js +15 -0
  20. package/dist/ContentCardList/ContentCardList.js +26 -0
  21. package/dist/ContentCardList/index.js +4 -0
  22. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +38 -0
  23. package/dist/DownloadFile/components/DownloadFileBanner/index.js +4 -0
  24. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +39 -0
  25. package/dist/DownloadFile/components/DownloadFileFull/index.js +4 -0
  26. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +46 -0
  27. package/dist/DownloadFile/components/DownloadFileHalf/index.js +4 -0
  28. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +45 -0
  29. package/dist/DownloadFile/components/DownloadFileMini/index.js +4 -0
  30. package/dist/Faq/Faq.js +35 -0
  31. package/dist/Faq/components/Collapse/Collapse.js +42 -0
  32. package/dist/Faq/components/Collapse/index.js +4 -0
  33. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1033 -0
  34. package/dist/Faq/components/FeedbackForm/index.js +4 -0
  35. package/dist/Faq/components/PlusMinusIcon/PlusMinusIcon.js +62 -0
  36. package/dist/Faq/components/PlusMinusIcon/index.js +4 -0
  37. package/dist/Faq/index.js +4 -0
  38. package/dist/HeroPossibilityBanner/index.js +26 -0
  39. package/dist/HtmlContent/HtmlContent.js +12 -0
  40. package/dist/HtmlContent/index.js +4 -0
  41. package/dist/Icon-70ea6cb8.js +187 -0
  42. package/dist/InstructionList/InstructionList.js +30 -0
  43. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +67 -0
  44. package/dist/InstructionList/components/InstructionCard/index.js +4 -0
  45. package/dist/InstructionList/components/InstructionModal/InstructionModal.js +40 -0
  46. package/dist/InstructionList/components/InstructionModal/index.js +4 -0
  47. package/dist/InstructionList/index.js +4 -0
  48. package/dist/MainBanner/MainBanner.js +70 -0
  49. package/dist/MainBanner/index.js +4 -0
  50. package/dist/MultiCards/index.js +48 -0
  51. package/dist/Partners/Partners.js +31 -0
  52. package/dist/Partners/index.js +4 -0
  53. package/dist/PartnersColors/PartnersColors.js +37 -0
  54. package/dist/PartnersColors/components/PartnerCard/PartnerCard.js +30 -0
  55. package/dist/PartnersColors/components/PartnerCard/const.js +19 -0
  56. package/dist/PartnersColors/components/PartnerCard/index.js +4 -0
  57. package/dist/PartnersColors/components/PartnerTab/PartnerTab.js +37 -0
  58. package/dist/PartnersColors/components/PartnerTab/index.js +4 -0
  59. package/dist/PartnersColors/index.js +4 -0
  60. package/dist/PreviewList/PreviewList.js +26 -0
  61. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +32 -0
  62. package/dist/PreviewList/components/PreviewCard/index.js +4 -0
  63. package/dist/PreviewList/index.js +4 -0
  64. package/dist/Segments/Segments.js +34 -0
  65. package/dist/Segments/index.js +4 -0
  66. package/dist/Stepper/Stepper.js +41 -0
  67. package/dist/Stepper/index.js +4 -0
  68. package/dist/Video/VideoFull/VideoFull.js +13 -0
  69. package/dist/Video/VideoFull/index.js +4 -0
  70. package/dist/Video/VideoList/VideoList.js +23 -0
  71. package/dist/Video/VideoList/index.js +4 -0
  72. package/dist/Video/VideoListMini/VideoListMini.js +23 -0
  73. package/dist/Video/VideoListMini/index.js +4 -0
  74. package/dist/Video/components/VideoPlayer/VideoPlayer.js +1339 -0
  75. package/dist/Video/components/VideoPlayer/index.js +4 -0
  76. package/dist/Video/index.js +8 -0
  77. package/dist/cn-eacd4725.js +2749 -0
  78. package/dist/index-89dcf24f.js +54 -0
  79. package/dist/index-cd468670.js +51 -0
  80. package/dist/index-fb8c9446.js +46 -0
  81. package/dist/main.js +21 -0
  82. package/dist/palette-52b06a82.js +26 -0
  83. package/dist/trash/HeroLargeCards/index.js +26 -0
  84. package/package.json +6 -3
  85. package/dist/assets/minimise.svg +0 -10
  86. package/dist/components/Banner/Banner.js +0 -1
  87. package/dist/components/Banner/index.js +0 -1
  88. package/dist/components/Banner/model.js +0 -1
  89. package/dist/components/BannerAndText/index.js +0 -1
  90. package/dist/components/CardIconList/CardIconList.js +0 -1
  91. package/dist/components/CardIconList/index.js +0 -1
  92. package/dist/components/CardImageList/CardImageList.js +0 -1
  93. package/dist/components/CardImageList/index.js +0 -1
  94. package/dist/components/Cards/CardImage/CardImage.js +0 -1
  95. package/dist/components/Cards/CardImage/index.js +0 -1
  96. package/dist/components/Cards/ColoredCard/index.js +0 -1
  97. package/dist/components/Cards/ContentCard/ContentCard.js +0 -1
  98. package/dist/components/Cards/ContentCard/index.js +0 -1
  99. package/dist/components/Cards/FeaturesCard/index.js +0 -1
  100. package/dist/components/Cards/WarningCard/WarningCard.js +0 -1
  101. package/dist/components/Cards/WarningCard/index.js +0 -1
  102. package/dist/components/Cards/WarningCard/model.js +0 -1
  103. package/dist/components/ContentCardList/ContentCardList.js +0 -1
  104. package/dist/components/ContentCardList/index.js +0 -1
  105. package/dist/components/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +0 -1
  106. package/dist/components/DownloadFile/components/DownloadFileBanner/index.js +0 -1
  107. package/dist/components/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +0 -1
  108. package/dist/components/DownloadFile/components/DownloadFileFull/index.js +0 -1
  109. package/dist/components/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +0 -1
  110. package/dist/components/DownloadFile/components/DownloadFileHalf/index.js +0 -1
  111. package/dist/components/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +0 -1
  112. package/dist/components/DownloadFile/components/DownloadFileMini/index.js +0 -1
  113. package/dist/components/Faq/Faq.js +0 -1
  114. package/dist/components/Faq/components/Collapse/Collapse.js +0 -1
  115. package/dist/components/Faq/components/Collapse/index.js +0 -1
  116. package/dist/components/Faq/components/FeedbackForm/FeedbackForm.js +0 -1
  117. package/dist/components/Faq/components/FeedbackForm/index.js +0 -1
  118. package/dist/components/Faq/components/PlusMinusIcon/PlusMinusIcon.js +0 -1
  119. package/dist/components/Faq/components/PlusMinusIcon/index.js +0 -1
  120. package/dist/components/Faq/index.js +0 -1
  121. package/dist/components/HeroPossibilityBanner/index.js +0 -1
  122. package/dist/components/HtmlContent/HtmlContent.js +0 -1
  123. package/dist/components/HtmlContent/index.js +0 -1
  124. package/dist/components/InstructionList/InstructionList.js +0 -1
  125. package/dist/components/InstructionList/components/InstructionCard/InstructionCard.js +0 -1
  126. package/dist/components/InstructionList/components/InstructionCard/index.js +0 -1
  127. package/dist/components/InstructionList/components/InstructionModal/InstructionModal.js +0 -1
  128. package/dist/components/InstructionList/components/InstructionModal/index.js +0 -1
  129. package/dist/components/InstructionList/index.js +0 -1
  130. package/dist/components/MainBanner/MainBanner.js +0 -1
  131. package/dist/components/MainBanner/index.js +0 -1
  132. package/dist/components/MultiCards/index.js +0 -1
  133. package/dist/components/Partners/Partners.js +0 -1
  134. package/dist/components/Partners/index.js +0 -1
  135. package/dist/components/PartnersColors/PartnersColors.js +0 -1
  136. package/dist/components/PartnersColors/components/PartnerCard/PartnerCard.js +0 -1
  137. package/dist/components/PartnersColors/components/PartnerCard/const.js +0 -1
  138. package/dist/components/PartnersColors/components/PartnerCard/index.js +0 -1
  139. package/dist/components/PartnersColors/components/PartnerTab/PartnerTab.js +0 -1
  140. package/dist/components/PartnersColors/components/PartnerTab/index.js +0 -1
  141. package/dist/components/PartnersColors/index.js +0 -1
  142. package/dist/components/PreviewList/PreviewList.js +0 -1
  143. package/dist/components/PreviewList/components/PreviewCard/PreviewCard.js +0 -1
  144. package/dist/components/PreviewList/components/PreviewCard/index.js +0 -1
  145. package/dist/components/PreviewList/index.js +0 -1
  146. package/dist/components/Segments/Segments.js +0 -1
  147. package/dist/components/Segments/index.js +0 -1
  148. package/dist/components/Stepper/Stepper.js +0 -1
  149. package/dist/components/Stepper/index.js +0 -1
  150. package/dist/components/Video/VideoFull/VideoFull.js +0 -1
  151. package/dist/components/Video/VideoFull/index.js +0 -1
  152. package/dist/components/Video/VideoList/VideoList.js +0 -1
  153. package/dist/components/Video/VideoList/index.js +0 -1
  154. package/dist/components/Video/VideoListMini/VideoListMini.js +0 -1
  155. package/dist/components/Video/VideoListMini/index.js +0 -1
  156. package/dist/components/Video/components/VideoPlayer/VideoPlayer.js +0 -1
  157. package/dist/components/Video/components/VideoPlayer/index.js +0 -1
  158. package/dist/components/Video/index.js +0 -1
  159. package/dist/components/Video/types.js +0 -1
  160. package/dist/components/index.js +0 -1
  161. package/dist/components/trash/HeroLargeCards/index.js +0 -1
  162. /package/dist/{components/Banner → CardIconList}/types.js +0 -0
  163. /package/dist/{components/CardIconList → CardImageList}/types.js +0 -0
  164. /package/dist/{components/CardImageList → Cards/CardImage}/types.js +0 -0
  165. /package/dist/{components/Cards/CardImage → Cards/ColoredCard}/types.js +0 -0
  166. /package/dist/{components/Cards/ColoredCard → Cards/ContentCard}/types.js +0 -0
  167. /package/dist/{components/Cards/ContentCard → Cards/FeaturesCard}/types.js +0 -0
  168. /package/dist/{components/Cards/FeaturesCard → Cards/WarningCard}/types.js +0 -0
  169. /package/dist/{components/Cards/WarningCard → ContentCardList}/types.js +0 -0
  170. /package/dist/{components/ContentCardList → DownloadFile}/types.js +0 -0
  171. /package/dist/{components/DownloadFile → Faq/components/Collapse}/types.js +0 -0
  172. /package/dist/{components/Faq/components/Collapse → Faq/components/FeedbackForm}/types.js +0 -0
  173. /package/dist/{components/Faq/components/FeedbackForm → Faq}/types.js +0 -0
  174. /package/dist/{components/Faq → InstructionList}/types.js +0 -0
  175. /package/dist/{components/InstructionList → MainBanner}/types.js +0 -0
  176. /package/dist/{components/MainBanner → MultiCards}/types.js +0 -0
  177. /package/dist/{components/MultiCards → Partners}/types.js +0 -0
  178. /package/dist/{components/Partners → PartnersColors}/types.js +0 -0
  179. /package/dist/{components/PartnersColors → PreviewList/components/PreviewCard}/types.js +0 -0
  180. /package/dist/{components/PreviewList/components/PreviewCard → Segments}/types.js +0 -0
  181. /package/dist/{components/Segments → Stepper}/types.js +0 -0
  182. /package/dist/{components/Stepper → Video}/types.js +0 -0
@@ -0,0 +1,39 @@
1
+ import { jsx as e, jsxs as n } from "react/jsx-runtime";
2
+ import { I as o } from "../../../Icon-70ea6cb8.js";
3
+ import { p as r } from "../../../palette-52b06a82.js";
4
+ import { B as t, a as s } from "../../../index-89dcf24f.js";
5
+ import { C as c } from "../../../ComponentContainer-41408843.js";
6
+ const f = ({ data: a }) => /* @__PURE__ */ e(c, { children: /* @__PURE__ */ e("div", { className: "flex flex-col gap-2", children: a == null ? void 0 : a.map((l) => /* @__PURE__ */ n("div", { className: "px-[48px] py-8 bg-white rounded-[20px] flex justify-between items-center gap-[64px]", children: [
7
+ /* @__PURE__ */ n("div", { className: "flex items-center gap-4 max-tablet:flex-col max-tablet:items-start", children: [
8
+ /* @__PURE__ */ e(
9
+ o,
10
+ {
11
+ className: "flex-shrink-0",
12
+ name: "file",
13
+ color: r.greenLight,
14
+ size: 44
15
+ }
16
+ ),
17
+ /* @__PURE__ */ n("div", { className: "flex flex-col max-tablet:gap-2 ", children: [
18
+ /* @__PURE__ */ e("p", { className: "text-[20px] leading-7 font-bold", children: l == null ? void 0 : l.title }),
19
+ /* @__PURE__ */ e("p", { className: "text-[16px] leading-6", children: l == null ? void 0 : l.text })
20
+ ] })
21
+ ] }),
22
+ /* @__PURE__ */ e(
23
+ t,
24
+ {
25
+ variant: s.Secondary,
26
+ iconRight: /* @__PURE__ */ e(
27
+ o,
28
+ {
29
+ name: "download",
30
+ size: 20,
31
+ color: r.blackBG
32
+ }
33
+ )
34
+ }
35
+ )
36
+ ] })) }) });
37
+ export {
38
+ f as DownloadFileFull
39
+ };
@@ -0,0 +1,4 @@
1
+ import { DownloadFileFull as e } from "./DownloadFileFull.js";
2
+ export {
3
+ e as DownloadFileFull
4
+ };
@@ -0,0 +1,46 @@
1
+ import { jsx as o, jsxs as a } from "react/jsx-runtime";
2
+ import { I as e } from "../../../Icon-70ea6cb8.js";
3
+ import { p as n } from "../../../palette-52b06a82.js";
4
+ import { B as s, a as c } from "../../../index-89dcf24f.js";
5
+ import { C as i } from "../../../ComponentContainer-41408843.js";
6
+ const h = ({ data: r }) => /* @__PURE__ */ o(i, { children: /* @__PURE__ */ o("div", { className: "grid grid-cols-2 gap-6 max-tablet:grid-cols-1", children: r == null ? void 0 : r.map((l) => /* @__PURE__ */ a(
7
+ "div",
8
+ {
9
+ className: "p-[32px] bg-white rounded-[20px] flex justify-between gap-[40px]",
10
+ children: [
11
+ /* @__PURE__ */ o("div", { className: "flex flex-col ", children: /* @__PURE__ */ a("div", { children: [
12
+ /* @__PURE__ */ o("p", { className: "text-[24px] leading-8 font-bold mb-4", children: l == null ? void 0 : l.title }),
13
+ /* @__PURE__ */ o("p", { className: "text-[16px] leading-6", children: l == null ? void 0 : l.text }),
14
+ /* @__PURE__ */ o(
15
+ s,
16
+ {
17
+ iconRight: /* @__PURE__ */ o(
18
+ e,
19
+ {
20
+ name: "download",
21
+ size: 20,
22
+ color: n.blackBG
23
+ }
24
+ ),
25
+ className: "mt-8",
26
+ variant: c.Secondary,
27
+ children: "Скачать"
28
+ }
29
+ )
30
+ ] }) }),
31
+ /* @__PURE__ */ o(
32
+ e,
33
+ {
34
+ className: "flex-shrink-0",
35
+ name: "file",
36
+ color: n.greenLight,
37
+ size: 48
38
+ }
39
+ )
40
+ ]
41
+ },
42
+ l == null ? void 0 : l.id
43
+ )) }) });
44
+ export {
45
+ h as DownloadFileHalf
46
+ };
@@ -0,0 +1,4 @@
1
+ import { DownloadFileHalf as a } from "./DownloadFileHalf.js";
2
+ export {
3
+ a as DownloadFileHalf
4
+ };
@@ -0,0 +1,45 @@
1
+ import { jsx as o, jsxs as n } from "react/jsx-runtime";
2
+ import { I as a } from "../../../Icon-70ea6cb8.js";
3
+ import { p as e } from "../../../palette-52b06a82.js";
4
+ import { B as s, a as c } from "../../../index-89dcf24f.js";
5
+ import { C as i } from "../../../ComponentContainer-41408843.js";
6
+ const g = ({ data: r }) => /* @__PURE__ */ o(i, { children: /* @__PURE__ */ o("div", { className: "grid grid-cols-4 gap-6 max-tablet:grid-cols-1", children: r == null ? void 0 : r.map((l) => /* @__PURE__ */ n(
7
+ "div",
8
+ {
9
+ className: "p-[24px] bg-white rounded-[20px] flex flex-col gap-8",
10
+ children: [
11
+ /* @__PURE__ */ o(
12
+ a,
13
+ {
14
+ name: "file",
15
+ color: e.greenLight,
16
+ size: 44
17
+ }
18
+ ),
19
+ /* @__PURE__ */ n("div", { className: "flex flex-col gap-4", children: [
20
+ /* @__PURE__ */ o("p", { className: "text-[20px] leading-[28px] font-bold", children: l == null ? void 0 : l.title }),
21
+ /* @__PURE__ */ o("p", { className: "text-[16px] leading-6", children: l == null ? void 0 : l.text })
22
+ ] }),
23
+ /* @__PURE__ */ o(
24
+ s,
25
+ {
26
+ iconRight: /* @__PURE__ */ o(
27
+ a,
28
+ {
29
+ name: "download",
30
+ size: 20,
31
+ color: e.blackBG
32
+ }
33
+ ),
34
+ className: "w-full",
35
+ variant: c.Secondary,
36
+ children: "Скачать"
37
+ }
38
+ )
39
+ ]
40
+ },
41
+ l == null ? void 0 : l.id
42
+ )) }) });
43
+ export {
44
+ g as DownloadFileMini
45
+ };
@@ -0,0 +1,4 @@
1
+ import { DownloadFileMini as e } from "./DownloadFileMini.js";
2
+ export {
3
+ e as DownloadFileMini
4
+ };
@@ -0,0 +1,35 @@
1
+ import { jsx as n, jsxs as x } from "react/jsx-runtime";
2
+ import { Collapse as p } from "./components/Collapse/Collapse.js";
3
+ import { FeedbackForm as c } from "./components/FeedbackForm/FeedbackForm.js";
4
+ import { HtmlContent as a } from "../HtmlContent/HtmlContent.js";
5
+ import { C as e } from "../ComponentContainer-41408843.js";
6
+ const g = ({ data: r, title: o }) => r != null && r.length ? /* @__PURE__ */ n(e, { children: /* @__PURE__ */ x("div", { className: "w-full mx-auto flex flex-col gap-[48px] transition-all duration-1000 max-tablet:gap-[30px]", children: [
7
+ o && /* @__PURE__ */ n("p", { className: "text-[44px] leading-[55px] font-bold text-center text-black2 max-tablet:text-[24px] max-tablet:leading-[30px] m-0", children: o }),
8
+ /* @__PURE__ */ n("div", { className: "flex flex-col bg-white p-12 rounded-[20px] max-tablet:p-6", children: r == null ? void 0 : r.map((l) => /* @__PURE__ */ n(
9
+ p,
10
+ {
11
+ title: l == null ? void 0 : l.title,
12
+ children: /* @__PURE__ */ x("div", { children: [
13
+ /* @__PURE__ */ n(
14
+ a,
15
+ {
16
+ data: l == null ? void 0 : l.description,
17
+ className: "text-[18px] leading-[26px] text-blackBG "
18
+ }
19
+ ),
20
+ /* @__PURE__ */ n(
21
+ c,
22
+ {
23
+ faqId: l == null ? void 0 : l.id,
24
+ percent: l == null ? void 0 : l.percentage
25
+ },
26
+ l == null ? void 0 : l.id
27
+ )
28
+ ] })
29
+ },
30
+ l == null ? void 0 : l.id
31
+ )) })
32
+ ] }) }) : null;
33
+ export {
34
+ g as Faq
35
+ };
@@ -0,0 +1,42 @@
1
+ import { jsxs as i, jsx as t } from "react/jsx-runtime";
2
+ import { useRef as m, useState as l, useEffect as u } from "react";
3
+ import { PlusMinusIcon as x } from "../PlusMinusIcon/PlusMinusIcon.js";
4
+ const v = ({ title: n, children: o }) => {
5
+ var r;
6
+ const e = m(null), [s, c] = l(!1), [a, p] = l("0px"), d = () => c((f) => !f);
7
+ return u(() => {
8
+ e.current && p(s ? `${e.current.scrollHeight + 16}px` : "0px");
9
+ }, [s, (r = e.current) == null ? void 0 : r.scrollHeight]), /* @__PURE__ */ i(
10
+ "div",
11
+ {
12
+ className: "border-b border-[#44537140] transition-all last:border-b-0",
13
+ children: [
14
+ /* @__PURE__ */ i(
15
+ "div",
16
+ {
17
+ onClick: d,
18
+ className: "cursor-pointer flex justify-between items-center font-semibold leading-[26px] text-[18px] text-blackBG py-8 max-tablet:py-6",
19
+ children: [
20
+ /* @__PURE__ */ t("p", { className: "flex items-center gap-3", children: n }),
21
+ /* @__PURE__ */ t(x, { isActive: s })
22
+ ]
23
+ }
24
+ ),
25
+ /* @__PURE__ */ t(
26
+ "div",
27
+ {
28
+ ref: e,
29
+ className: "overflow-hidden transition-[height] duration-300 ease-in-out",
30
+ style: {
31
+ height: a
32
+ },
33
+ children: /* @__PURE__ */ t("div", { className: "pt-2 pb-4", children: o })
34
+ }
35
+ )
36
+ ]
37
+ }
38
+ );
39
+ };
40
+ export {
41
+ v as Collapse
42
+ };
@@ -0,0 +1,4 @@
1
+ import { Collapse as l } from "./Collapse.js";
2
+ export {
3
+ l as Collapse
4
+ };