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,37 @@
1
+ import { jsxs as x, jsx as t } from "react/jsx-runtime";
2
+ import { useState as s } from "react";
3
+ import { C as d } from "../ComponentContainer-41408843.js";
4
+ import { PartnerCard as f } from "./components/PartnerCard/PartnerCard.js";
5
+ import { PartnerTab as a } from "./components/PartnerTab/PartnerTab.js";
6
+ const N = ({
7
+ title: n,
8
+ subtitle: o,
9
+ categories: r,
10
+ cards: p
11
+ }) => {
12
+ var i;
13
+ const [m, l] = s(((i = r[0]) == null ? void 0 : i.id) || 0);
14
+ return /* @__PURE__ */ x(d, { children: [
15
+ /* @__PURE__ */ t("p", { className: "uppercase text-[16px] leading-[24px] font-[500] text-center text-graySoft", children: o }),
16
+ /* @__PURE__ */ t("h2", { className: "text-[44px] leading-[52px] font-bold text-center", children: n }),
17
+ /* @__PURE__ */ t("div", { className: "flex flex-wrap gap-[12px] mt-[48px]", children: r == null ? void 0 : r.map((e) => /* @__PURE__ */ t(
18
+ a,
19
+ {
20
+ category: e,
21
+ isActive: e.id === m,
22
+ onClick: l
23
+ },
24
+ e == null ? void 0 : e.id
25
+ )) }),
26
+ /* @__PURE__ */ t("div", { className: "grid grid-cols-[repeat(2,1fr)] md:grid-cols-[repeat(5,1fr)] gap-[16px] mt-[32px]", children: p == null ? void 0 : p.map((e) => /* @__PURE__ */ t(
27
+ f,
28
+ {
29
+ card: e
30
+ },
31
+ e == null ? void 0 : e.id
32
+ )) })
33
+ ] });
34
+ };
35
+ export {
36
+ N as PartnersColors
37
+ };
@@ -0,0 +1,30 @@
1
+ import { jsxs as e, jsx as i } from "react/jsx-runtime";
2
+ import { I as p } from "../../../index-fb8c9446.js";
3
+ import { getBonusColors as x } from "./const.js";
4
+ const n = ({ card: t }) => /* @__PURE__ */ e("div", { className: "relative bg-white flex flex-col items-center justify-center h-[180px] md:h-[200px] py-[32px] px-[16px] rounded-[20px]", children: [
5
+ (t == null ? void 0 : t.discount) && /* @__PURE__ */ e(
6
+ "div",
7
+ {
8
+ className: `absolute top-[10px] right-[10px]
9
+ py-[2px] px-[8px] rounded-[24px] text-[14px] leading-[20px]`,
10
+ style: x(String(t == null ? void 0 : t.discount)),
11
+ children: [
12
+ t == null ? void 0 : t.discount,
13
+ " %"
14
+ ]
15
+ }
16
+ ),
17
+ /* @__PURE__ */ i(
18
+ p,
19
+ {
20
+ src: t == null ? void 0 : t.image,
21
+ alt: t == null ? void 0 : t.title,
22
+ width: 57,
23
+ height: 57
24
+ }
25
+ ),
26
+ /* @__PURE__ */ i("p", { className: "text-[18px] leading-[26px] font-[500]", children: t == null ? void 0 : t.title })
27
+ ] });
28
+ export {
29
+ n as PartnerCard
30
+ };
@@ -0,0 +1,19 @@
1
+ var t = /* @__PURE__ */ ((o) => (o.LOW = "low", o.HIGH = "high", o))(t || {});
2
+ const n = {
3
+ low: { backgroundColor: "#FDDB2B", color: "#0E0F11" },
4
+ high: { backgroundColor: "#10B981", color: "#ffffff" }
5
+ }, c = (o) => {
6
+ const r = o.match(/\d+/);
7
+ return r ? Number(r[0]) : 0;
8
+ }, u = (o) => {
9
+ const r = c(o);
10
+ if (r < 2)
11
+ return n.low;
12
+ if (r >= 2)
13
+ return n.high;
14
+ };
15
+ export {
16
+ t as BonusColors,
17
+ n as BonusStyles,
18
+ u as getBonusColors
19
+ };
@@ -0,0 +1,4 @@
1
+ import { PartnerCard as e } from "./PartnerCard.js";
2
+ export {
3
+ e as PartnerCard
4
+ };
@@ -0,0 +1,37 @@
1
+ import { jsxs as x, jsx as p } from "react/jsx-runtime";
2
+ import { I as m } from "../../../index-fb8c9446.js";
3
+ import { c as t } from "../../../cn-eacd4725.js";
4
+ const r = ({ category: i, isActive: n, onClick: s }) => /* @__PURE__ */ x(
5
+ "button",
6
+ {
7
+ className: t(
8
+ "bg-greyLight p-[12px] rounded-[16px] flex items-center cursor-pointer gap-[4px] hover:bg-graySoft group transition duration-300 ease-in-out",
9
+ n && "bg-graySoft"
10
+ ),
11
+ onClick: () => s(i == null ? void 0 : i.id),
12
+ children: [
13
+ /* @__PURE__ */ p(
14
+ m,
15
+ {
16
+ src: i == null ? void 0 : i.image,
17
+ alt: i == null ? void 0 : i.title,
18
+ width: 24,
19
+ height: 24
20
+ }
21
+ ),
22
+ /* @__PURE__ */ p(
23
+ "p",
24
+ {
25
+ className: t(
26
+ "text-[16px] leading-[24px] font-[500] group-hover:text-white",
27
+ n && "text-white"
28
+ ),
29
+ children: i == null ? void 0 : i.title
30
+ }
31
+ )
32
+ ]
33
+ }
34
+ );
35
+ export {
36
+ r as PartnerTab
37
+ };
@@ -0,0 +1,4 @@
1
+ import { PartnerTab as e } from "./PartnerTab.js";
2
+ export {
3
+ e as PartnerTab
4
+ };
@@ -0,0 +1,4 @@
1
+ import { PartnersColors as e } from "./PartnersColors.js";
2
+ export {
3
+ e as PartnersColors
4
+ };
@@ -0,0 +1,26 @@
1
+ import { jsxs as a, jsx as e } from "react/jsx-runtime";
2
+ import { B as l } from "../index-89dcf24f.js";
3
+ import { C as n } from "../ComponentContainer-41408843.js";
4
+ import { PreviewCard as p } from "./components/PreviewCard/PreviewCard.js";
5
+ const h = ({
6
+ title: m,
7
+ cards: r,
8
+ button_link: t,
9
+ button_text: i,
10
+ grid: o = 3
11
+ }) => /* @__PURE__ */ a(n, { className: "flex flex-col items-center", children: [
12
+ m && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: m }),
13
+ /* @__PURE__ */ e("div", { className: `grid grid-cols-${o} items-stretch gap-[24px]`, children: r == null ? void 0 : r.map((s) => /* @__PURE__ */ e(p, { item: s })) }),
14
+ t && i && /* @__PURE__ */ e(
15
+ "a",
16
+ {
17
+ href: t,
18
+ target: "_blank",
19
+ className: "mt-[24px]",
20
+ children: /* @__PURE__ */ e(l, { children: i })
21
+ }
22
+ )
23
+ ] });
24
+ export {
25
+ h as PreviewList
26
+ };
@@ -0,0 +1,32 @@
1
+ import { jsxs as s, jsx as a } from "react/jsx-runtime";
2
+ import { B as c, a as x } from "../../../index-89dcf24f.js";
3
+ import { I as u } from "../../../index-fb8c9446.js";
4
+ const b = ({ item: l }) => {
5
+ var n, o, r;
6
+ return /* @__PURE__ */ s("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
7
+ /* @__PURE__ */ a("div", { className: "relative w-full h-[256px]", children: /* @__PURE__ */ a(
8
+ u,
9
+ {
10
+ src: l == null ? void 0 : l.image,
11
+ alt: l == null ? void 0 : l.title,
12
+ className: "w-full h-full",
13
+ imageStyles: "object-cover"
14
+ }
15
+ ) }),
16
+ /* @__PURE__ */ s("div", { className: "bg-white p-[32px] flex flex-col gap-[8px] h-full", children: [
17
+ (l == null ? void 0 : l.title) && /* @__PURE__ */ a("p", { className: "text-[24px] leading-[32px] font-bold", children: l == null ? void 0 : l.title }),
18
+ (l == null ? void 0 : l.subtitle) && /* @__PURE__ */ a("p", { className: "text-[14px] leading-[20px] text-graySoft", children: l == null ? void 0 : l.subtitle }),
19
+ (l == null ? void 0 : l.button.button_link) && ((n = l == null ? void 0 : l.button) == null ? void 0 : n.button_text) && /* @__PURE__ */ a(
20
+ "a",
21
+ {
22
+ href: (o = l == null ? void 0 : l.button) == null ? void 0 : o.button_link,
23
+ className: "mt-[24px]",
24
+ children: /* @__PURE__ */ a(c, { variant: x.SecondaryBlue, children: (r = l == null ? void 0 : l.button) == null ? void 0 : r.button_text })
25
+ }
26
+ )
27
+ ] })
28
+ ] });
29
+ };
30
+ export {
31
+ b as PreviewCard
32
+ };
@@ -0,0 +1,4 @@
1
+ import { PreviewCard as o } from "./PreviewCard.js";
2
+ export {
3
+ o as PreviewCard
4
+ };
@@ -0,0 +1,4 @@
1
+ import { PreviewList as i } from "./PreviewList.js";
2
+ export {
3
+ i as PreviewList
4
+ };
@@ -0,0 +1,34 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { useState as i } from "react";
3
+ import { c as l } from "../cn-eacd4725.js";
4
+ const b = ({ data: t, activeSegment: n = 0 }) => {
5
+ const [o, x] = i(n), p = (e) => {
6
+ x(e);
7
+ };
8
+ return /* @__PURE__ */ r(
9
+ "div",
10
+ {
11
+ className: l(
12
+ "rounded-[20px] bg-[#E3E4E8] p-1 flex gap-4 w-fit mx-auto max-tablet:w-full"
13
+ ),
14
+ children: t == null ? void 0 : t.map((e, a) => /* @__PURE__ */ r(
15
+ "div",
16
+ {
17
+ onClick: () => p(a),
18
+ className: l(
19
+ "rounded-[19px] text-gray-800 font-semibold cursor-pointer text-center whitespace-nowrap",
20
+ "transition-colors duration-200",
21
+ "max-tablet:text-[16px] max-tablet:leading-[27px] max-tablet:w-full max-tablet:px-4 max-tablet:py-2",
22
+ "text-[20px] leading-[30px] px-8 py-4 w-[275px]",
23
+ a === o ? "bg-white" : "bg-transparent"
24
+ ),
25
+ children: e.title
26
+ },
27
+ a
28
+ ))
29
+ }
30
+ );
31
+ };
32
+ export {
33
+ b as Segments
34
+ };
@@ -0,0 +1,4 @@
1
+ import { Segments as o } from "./Segments.js";
2
+ export {
3
+ o as Segments
4
+ };
@@ -0,0 +1,41 @@
1
+ import { jsx as r, jsxs as s } from "react/jsx-runtime";
2
+ import { B as i } from "../index-89dcf24f.js";
3
+ import { C as x } from "../ComponentContainer-41408843.js";
4
+ import { I as o } from "../index-fb8c9446.js";
5
+ const h = ({ data: t, title: a, button: l }) => /* @__PURE__ */ r(x, { children: /* @__PURE__ */ s("div", { className: "flex items-center flex-col", children: [
6
+ a && /* @__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: a }),
7
+ /* @__PURE__ */ r("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: t == null ? void 0 : t.map((e, n) => {
8
+ const c = n + 1;
9
+ return /* @__PURE__ */ s(
10
+ "div",
11
+ {
12
+ className: "p-8 bg-white rounded-[20px] flex flex-col gap-6 items-center",
13
+ children: [
14
+ e.icon ? /* @__PURE__ */ r(
15
+ o,
16
+ {
17
+ src: e.icon,
18
+ className: "w-[72px] h-[72px] rounded-full overflow-hidden"
19
+ }
20
+ ) : /* @__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: c }),
21
+ /* @__PURE__ */ r("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: e.text })
22
+ ]
23
+ },
24
+ n
25
+ );
26
+ }) }),
27
+ !!(l != null && l.length) && /* @__PURE__ */ r("div", { className: "flex items-center gap-4 mt-6", children: l.map((e, n) => /* @__PURE__ */ r(
28
+ "a",
29
+ {
30
+ href: (e == null ? void 0 : e.link) || "#",
31
+ className: "w-fit z-10 max-tablet:w-full",
32
+ target: "_blank",
33
+ rel: "noopener noreferrer",
34
+ children: /* @__PURE__ */ r(i, { variant: e.variant, children: e.text })
35
+ },
36
+ n
37
+ )) })
38
+ ] }) });
39
+ export {
40
+ h as Stepper
41
+ };
@@ -0,0 +1,4 @@
1
+ import { Stepper as r } from "./Stepper.js";
2
+ export {
3
+ r as Stepper
4
+ };
@@ -0,0 +1,13 @@
1
+ import { jsx as o } from "react/jsx-runtime";
2
+ import { VideoPlayer as e } from "../components/VideoPlayer/VideoPlayer.js";
3
+ import { C as i } from "../../ComponentContainer-41408843.js";
4
+ const l = ({ linkVideo: r }) => /* @__PURE__ */ o(i, { children: /* @__PURE__ */ o("div", { className: "rounded-[20px] overflow-hidden", children: /* @__PURE__ */ o(
5
+ e,
6
+ {
7
+ linkVideo: r,
8
+ className: "h-[300px] sm:h-[556px]"
9
+ }
10
+ ) }) });
11
+ export {
12
+ l as VideoFull
13
+ };
@@ -0,0 +1,4 @@
1
+ import { VideoFull as l } from "./VideoFull.js";
2
+ export {
3
+ l as VideoFull
4
+ };
@@ -0,0 +1,23 @@
1
+ import { jsx as e, jsxs as r } from "react/jsx-runtime";
2
+ import { VideoPlayer as l } from "../components/VideoPlayer/VideoPlayer.js";
3
+ import { C as a } from "../../ComponentContainer-41408843.js";
4
+ const c = ({ data: o }) => /* @__PURE__ */ e(a, { children: /* @__PURE__ */ e("div", { className: "grid grid-cols-2 gap-6 max-tablet:grid-cols-1", children: o.map((i, d) => /* @__PURE__ */ r(
5
+ "div",
6
+ {
7
+ className: "bg-white rounded-[20px] overflow-hidden",
8
+ children: [
9
+ /* @__PURE__ */ e(
10
+ l,
11
+ {
12
+ linkVideo: i.linkVideo,
13
+ className: "h-[368px]"
14
+ }
15
+ ),
16
+ /* @__PURE__ */ e("div", { className: "p-8", children: /* @__PURE__ */ e("p", { className: "text-[24px] leading-8 font-bold", children: i.title }) })
17
+ ]
18
+ },
19
+ d
20
+ )) }) });
21
+ export {
22
+ c as VideoList
23
+ };
@@ -0,0 +1,4 @@
1
+ import { VideoList as i } from "./VideoList.js";
2
+ export {
3
+ i as VideoList
4
+ };
@@ -0,0 +1,23 @@
1
+ import { jsx as i, jsxs as r } from "react/jsx-runtime";
2
+ import { VideoPlayer as l } from "../components/VideoPlayer/VideoPlayer.js";
3
+ import { C as a } from "../../ComponentContainer-41408843.js";
4
+ const c = ({ data: o }) => /* @__PURE__ */ i(a, { children: /* @__PURE__ */ i("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: o.map((e, d) => /* @__PURE__ */ r(
5
+ "div",
6
+ {
7
+ className: "bg-white rounded-[20px] overflow-hidden",
8
+ children: [
9
+ /* @__PURE__ */ i(
10
+ l,
11
+ {
12
+ linkVideo: e.linkVideo,
13
+ className: "h-[224px]"
14
+ }
15
+ ),
16
+ /* @__PURE__ */ i("div", { className: "p-8", children: /* @__PURE__ */ i("p", { className: "text-[24px] leading-8 font-bold", children: e.title }) })
17
+ ]
18
+ },
19
+ d
20
+ )) }) });
21
+ export {
22
+ c as VideoListMini
23
+ };
@@ -0,0 +1,4 @@
1
+ import { VideoListMini as e } from "./VideoListMini.js";
2
+ export {
3
+ e as VideoListMini
4
+ };