md-components-mdigial-azamat 0.0.11 → 0.0.13

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 (112) hide show
  1. package/README.md +1 -1
  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 +34 -48
  8. package/dist/BannerAndText/index.js +4 -8
  9. package/dist/CardIconList/CardIconList.js +4 -10
  10. package/dist/CardImageList/CardImageList.js +4 -9
  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 +3 -5
  20. package/dist/Cards/ColoredCard/index.js +3 -7
  21. package/dist/Cards/ContentCard/ContentCard.js +12 -13
  22. package/dist/Cards/FeaturesCard/index.js +3 -3
  23. package/dist/Cards/WarningCard/WarningCard.js +16 -20
  24. package/dist/Cards/WarningCard/model.js +1 -1
  25. package/dist/ComponentContainer-0fcc2695.js +16 -0
  26. package/dist/ConfigProvider/index.js +1 -3
  27. package/dist/ContentCardList/ContentCardList.js +2 -4
  28. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +22 -19
  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 +15 -16
  32. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +14 -15
  33. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +12 -13
  34. package/dist/EmptyBox/EmptyBox.js +5 -0
  35. package/dist/EmptyBox/types.js +1 -0
  36. package/dist/Faq/Faq.js +2 -5
  37. package/dist/Faq/components/Collapse/Collapse.js +1 -4
  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 +1 -1
  41. package/dist/HtmlContent/HtmlContent.js +2 -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 +3 -7
  48. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +2 -4
  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 +4 -4
  54. package/dist/MultiCards/index.js +1 -1
  55. package/dist/PageViewer/ComponentsView.js +9 -0
  56. package/dist/PageViewer/PageViewer.js +6 -0
  57. package/dist/PageViewer/index.js +4 -0
  58. package/dist/PageViewer/renderComponents.js +26 -0
  59. package/dist/Partners/Partners.js +3 -5
  60. package/dist/PartnersColors/PartnersColors.js +2 -7
  61. package/dist/PartnersColors/components/PartnerCard/PartnerCard.js +1 -1
  62. package/dist/PartnersColors/components/PartnerTab/PartnerTab.js +2 -2
  63. package/dist/PreviewList/PreviewList.js +3 -9
  64. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +13 -14
  65. package/dist/PromoPoster/PromoPoster.js +36 -0
  66. package/dist/PromoPoster/types.js +1 -0
  67. package/dist/RenderAllComponents/RenderAllComponents.js +16 -0
  68. package/dist/RenderAllComponents/const.js +43 -0
  69. package/dist/RenderAllComponents/index.js +4 -0
  70. package/dist/Segments/Segments.js +2 -5
  71. package/dist/StandartTable/components/CardMarkedRow/index.js +75 -0
  72. package/dist/StandartTable/components/CardMarkedRow/types.js +1 -0
  73. package/dist/StandartTable/components/CardWarning/index.js +89 -0
  74. package/dist/StandartTable/components/CardWarning/types.js +1 -0
  75. package/dist/StandartTable/index.js +48 -0
  76. package/dist/StandartTable/types.js +1 -0
  77. package/dist/Stepper/Stepper.js +4 -8
  78. package/dist/SwiperList/SwiperList.js +44 -3191
  79. package/dist/SwiperList/components/Bullet/Bullet.js +1 -1
  80. package/dist/SwiperList/components/Slide/Slide.js +2 -2
  81. package/dist/TasksBanner/TasksBanner.js +108 -0
  82. package/dist/TasksBanner/index.js +4 -0
  83. package/dist/TasksBanner/types.js +1 -0
  84. package/dist/TasksBannerList/TasksBannerList.js +17 -0
  85. package/dist/TasksBannerList/index.js +4 -0
  86. package/dist/TasksBannerList/types.js +1 -0
  87. package/dist/Video/VideoFull/VideoFull.js +2 -4
  88. package/dist/Video/VideoList/VideoList.js +2 -4
  89. package/dist/Video/VideoListMini/VideoListMini.js +2 -4
  90. package/dist/Video/components/VideoPlayer/VideoPlayer.js +1 -1
  91. package/dist/VideoMainBanner/VideoMainBanner.js +148 -0
  92. package/dist/VideoMainBanner/index.js +4 -0
  93. package/dist/VideoMainBanner/types.js +1 -0
  94. package/dist/assets/TasksBanner.css +1 -0
  95. package/dist/assets/index.css +1 -1
  96. package/dist/{cn-eacd4725.js → cn-d8c04b28.js} +1 -0
  97. package/dist/componentsMap-8af3b722.js +71 -0
  98. package/dist/const-9041b93a.js +5 -0
  99. package/dist/data.mock-741c2220.js +1714 -0
  100. package/dist/{index-fb8c9446.js → index-60dfa873.js} +1 -1
  101. package/dist/{index-b52a1a9d.js → index-6e0f7db0.js} +3 -7
  102. package/dist/index-b3d6aed3.js +52 -0
  103. package/dist/main.js +1 -1
  104. package/dist/{palette-52b06a82.js → palette-ac8c8a5f.js} +7 -2
  105. package/dist/swiper-react-c049ea66.js +3158 -0
  106. package/dist/trash/HeroLargeCards/index.js +1 -1
  107. package/dist/useScreenSize-c1b64c02.js +19 -0
  108. package/package.json +1 -1
  109. package/dist/ComponentContainer-41408843.js +0 -15
  110. package/dist/index-89dcf24f.js +0 -54
  111. /package/dist/assets/{SwiperList.css → swiper-react.css} +0 -0
  112. /package/dist/assets/{Slide.css → swiper.css} +0 -0
@@ -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-eacd4725.js";
3
+ import { c as m } from "../../../cn-d8c04b28.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,5 +1,5 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
- import '../../../assets/Slide.css';const r = ({ card: e, height: l = 340 }) => /* @__PURE__ */ t(
2
+ import '../../../assets/swiper.css';/* empty css */const n = ({ card: e, height: l = 340 }) => /* @__PURE__ */ t(
3
3
  "div",
4
4
  {
5
5
  className: "relative bg-cover rounded-[24px] overflow-hidden",
@@ -24,5 +24,5 @@ import '../../../assets/Slide.css';const r = ({ card: e, height: l = 340 }) => /
24
24
  }
25
25
  );
26
26
  export {
27
- r as Slide
27
+ n as Slide
28
28
  };
@@ -0,0 +1,108 @@
1
+ import { jsx as t, jsxs as i } from "react/jsx-runtime";
2
+ import { useState as m } from "react";
3
+ import { HtmlContent as x } from "../HtmlContent/HtmlContent.js";
4
+ import { I as p } from "../index-60dfa873.js";
5
+ import { c as l } from "../cn-d8c04b28.js";
6
+ import '../assets/TasksBanner.css';const a = ({
7
+ color: e = "#40474F",
8
+ size: n = 24,
9
+ ...r
10
+ }) => /* @__PURE__ */ t(
11
+ "svg",
12
+ {
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ width: n,
15
+ height: n,
16
+ viewBox: "0 0 16 16",
17
+ fill: "none",
18
+ ...r,
19
+ children: /* @__PURE__ */ t(
20
+ "path",
21
+ {
22
+ 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",
23
+ stroke: e || "currentColor",
24
+ "stroke-width": "2",
25
+ "stroke-linejoin": "round"
26
+ }
27
+ )
28
+ }
29
+ );
30
+ const g = ({ data: e, isTextLast: n, isFirst: r }) => {
31
+ const [o, s] = m(!1);
32
+ return /* @__PURE__ */ i("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: [
33
+ /* @__PURE__ */ i(
34
+ "div",
35
+ {
36
+ className: l(
37
+ "h-full py-[32px] pr-[64px] pl-[48px] max-tablet:p-[32px] max-tablet:order-1 max-tablet:w-full",
38
+ {
39
+ "order-1": n
40
+ }
41
+ ),
42
+ children: [
43
+ /* @__PURE__ */ i("div", { className: "h-full flex flex-col gap-[24px]", children: [
44
+ /* @__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 }),
45
+ /* @__PURE__ */ t(
46
+ "div",
47
+ {
48
+ className: l(
49
+ "max-h-[98px] overflow-hidden max-tablet:text-[95px] transition-[max-height] duration-500 ease-in-out",
50
+ {
51
+ "max-h-[1000px]": o
52
+ }
53
+ ),
54
+ children: /* @__PURE__ */ t(
55
+ x,
56
+ {
57
+ className: "htmlContent",
58
+ data: e == null ? void 0 : e.description
59
+ }
60
+ )
61
+ }
62
+ )
63
+ ] }),
64
+ /* @__PURE__ */ i(
65
+ "button",
66
+ {
67
+ className: "flex items-center gap-2 px-6 bg-none border-none cursor-pointer transition-all duration-500 ease-in-out",
68
+ onClick: () => s(!o),
69
+ children: [
70
+ /* @__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: o ? "Скрыть" : "Показать больше" }),
71
+ /* @__PURE__ */ t(
72
+ a,
73
+ {
74
+ size: 16,
75
+ color: "#3B82F6",
76
+ className: l(
77
+ o ? "transition-all duration-500 rotate-180" : "transition-all duration-500",
78
+ "mt-[12px]"
79
+ )
80
+ }
81
+ )
82
+ ]
83
+ }
84
+ )
85
+ ]
86
+ }
87
+ ),
88
+ (e == null ? void 0 : e.image) && /* @__PURE__ */ t(
89
+ p,
90
+ {
91
+ src: e == null ? void 0 : e.image,
92
+ alt: e == null ? void 0 : e.title,
93
+ width: 453,
94
+ className: l(
95
+ "absolute right-0 bottom-0 h-auto flex items-end max-tablet:relative"
96
+ ),
97
+ imageStyles: l(
98
+ "object-contain",
99
+ r && "object-bottom",
100
+ o && "object-bottom"
101
+ )
102
+ }
103
+ )
104
+ ] });
105
+ };
106
+ export {
107
+ g as TasksBanner
108
+ };
@@ -0,0 +1,4 @@
1
+ import { TasksBanner as e } from "./TasksBanner.js";
2
+ export {
3
+ e as TasksBanner
4
+ };
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,17 @@
1
+ import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
+ import { TasksBanner as s } from "../TasksBanner/TasksBanner.js";
3
+ import { C as o } from "../ComponentContainer-0fcc2695.js";
4
+ const p = ({ title: n, cards: t }) => /* @__PURE__ */ r(o, { children: [
5
+ n && /* @__PURE__ */ e("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: n }),
6
+ /* @__PURE__ */ e("div", { className: "flex flex-col gap-[40px] w-full", children: t == null ? void 0 : t.map((i, a) => /* @__PURE__ */ e(
7
+ s,
8
+ {
9
+ data: i,
10
+ isFirst: a === 0
11
+ },
12
+ a
13
+ )) })
14
+ ] });
15
+ export {
16
+ p as TasksBannerList
17
+ };
@@ -0,0 +1,4 @@
1
+ import { TasksBannerList as a } from "./TasksBannerList.js";
2
+ export {
3
+ a as TasksBannerList
4
+ };
@@ -0,0 +1 @@
1
+
@@ -1,9 +1,7 @@
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-41408843.js";
4
- const d = [
5
- "linkVideo"
6
- ], n = ({ linkVideo: r }) => /* @__PURE__ */ o(i, { children: /* @__PURE__ */ o("div", { className: "rounded-[20px] overflow-hidden", children: /* @__PURE__ */ o(
3
+ import { C as i } from "../../ComponentContainer-0fcc2695.js";
4
+ const d = ["linkVideo"], n = ({ linkVideo: r }) => /* @__PURE__ */ o(i, { children: /* @__PURE__ */ o("div", { className: "rounded-[20px] overflow-hidden", children: /* @__PURE__ */ o(
7
5
  e,
8
6
  {
9
7
  linkVideo: r,
@@ -1,9 +1,7 @@
1
1
  import { jsx as i, jsxs as r } from "react/jsx-runtime";
2
2
  import { VideoPlayer as s } from "../components/VideoPlayer/VideoPlayer.js";
3
- import { C as a } from "../../ComponentContainer-41408843.js";
4
- const l = [
5
- "data"
6
- ], t = ({ data: e }) => /* @__PURE__ */ i(a, { children: /* @__PURE__ */ i("div", { className: "grid grid-cols-2 gap-6 max-tablet:grid-cols-1", children: e.map((o, d) => /* @__PURE__ */ r(
3
+ import { C as a } from "../../ComponentContainer-0fcc2695.js";
4
+ const l = ["data"], t = ({ data: e }) => /* @__PURE__ */ i(a, { children: /* @__PURE__ */ i("div", { className: "grid grid-cols-2 gap-6 max-tablet:grid-cols-1", children: e.map((o, d) => /* @__PURE__ */ r(
7
5
  "div",
8
6
  {
9
7
  className: "bg-white rounded-[20px] overflow-hidden",
@@ -1,9 +1,7 @@
1
1
  import { jsx as i, jsxs as r } from "react/jsx-runtime";
2
2
  import { VideoPlayer as s } from "../components/VideoPlayer/VideoPlayer.js";
3
- import { C as a } from "../../ComponentContainer-41408843.js";
4
- const l = [
5
- "data"
6
- ], t = ({ data: e }) => /* @__PURE__ */ i(a, { children: /* @__PURE__ */ i("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: e.map((o, d) => /* @__PURE__ */ r(
3
+ import { C as a } from "../../ComponentContainer-0fcc2695.js";
4
+ const l = ["data"], t = ({ data: e }) => /* @__PURE__ */ i(a, { children: /* @__PURE__ */ i("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: e.map((o, d) => /* @__PURE__ */ r(
7
5
  "div",
8
6
  {
9
7
  className: "bg-white rounded-[20px] overflow-hidden",
@@ -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-eacd4725.js";
3
+ import { c as Qe } from "../../../cn-d8c04b28.js";
4
4
  function Re(r) {
5
5
  return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
6
6
  }
@@ -0,0 +1,148 @@
1
+ import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
+ import { a, c as f } from "../cn-d8c04b28.js";
3
+ import { B as u } from "../index-b3d6aed3.js";
4
+ import { C as y } from "../ComponentContainer-0fcc2695.js";
5
+ import { I as g } from "../index-60dfa873.js";
6
+ const B = ({
7
+ title: h,
8
+ description: m,
9
+ image: p,
10
+ image_mob: c,
11
+ logo: i,
12
+ animation: s,
13
+ animation_mob: n,
14
+ buttons: t,
15
+ isShadow: d = !1,
16
+ grid: o
17
+ }) => {
18
+ const b = (l, x) => x.length % 2 !== 0 && l === x.length - 1;
19
+ return /* @__PURE__ */ r("div", { children: [
20
+ /* @__PURE__ */ e(y, { children: /* @__PURE__ */ r("div", { className: "flex flex-col items-center pt-[40px] max-tablet:pt-[32px]", children: [
21
+ i && /* @__PURE__ */ e(
22
+ g,
23
+ {
24
+ src: i,
25
+ alt: "mtravel logo",
26
+ className: a(
27
+ "mb-[36px] w-[427px] h-[94px] max-tablet:w-full max-tablet:h-[45px] max-tablet:mt-[12px] max-tablet:mb-[24px] xxl:!h-[131px] xxl:w-full xxl:mt-[12px] xxl:mb-[24px]"
28
+ ),
29
+ imageStyles: "h-full w-full object-contain"
30
+ }
31
+ ),
32
+ /* @__PURE__ */ e("h1", { className: "text-black2 text-[40px] font-bold leading-[50px] mb-[24px] text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[20px] xxl:text-[56px] xxl:leading-[66px]", children: h }),
33
+ m && /* @__PURE__ */ e("p", { className: "text-black2 text-center text-[20px] font-normal leading-[25px] mb-[36px] w-[75%] max-tablet:text-[16px] max-tablet:leading-[20px] max-tablet:w-full", children: m }),
34
+ /* @__PURE__ */ e(
35
+ "div",
36
+ {
37
+ className: `grid grid-cols-${o} items-center gap-[16px] mb-[60px]
38
+ max-tablet:grid-cols-1 max-tablet:w-full max-tablet:mb-[40px]`,
39
+ children: t == null ? void 0 : t.map((l, x) => /* @__PURE__ */ e(
40
+ "a",
41
+ {
42
+ href: l == null ? void 0 : l.button_link,
43
+ className: f("flex items-center", {
44
+ [`col-span-${o}`]: b(x, t)
45
+ }),
46
+ target: "_blank",
47
+ children: /* @__PURE__ */ e(u, { className: "font-[Inter] h-[56px] mx-auto px-[32px] py-[12px] max-tablet:px-[32px] max-tablet:py-[12px]", children: l == null ? void 0 : l.button_text })
48
+ }
49
+ ))
50
+ }
51
+ )
52
+ ] }) }),
53
+ p && /* @__PURE__ */ e(
54
+ "div",
55
+ {
56
+ className: a(
57
+ "w-full h-[450px] max-tablet:w-full max-tablet:h-[280px] max-mobile:hidden xxl:h-[630px] xxl:w-full"
58
+ ),
59
+ children: /* @__PURE__ */ e(
60
+ "div",
61
+ {
62
+ className: a(
63
+ "h-[450px] xxl:h-[630px] xxl:w-full",
64
+ d && "w-fit h-full my-0 mx-auto block relative gradient-border"
65
+ ),
66
+ children: /* @__PURE__ */ r(
67
+ "video",
68
+ {
69
+ poster: p,
70
+ autoPlay: !0,
71
+ loop: !0,
72
+ muted: !0,
73
+ playsInline: !0,
74
+ style: { background: "transparent" },
75
+ className: "h-full",
76
+ children: [
77
+ /* @__PURE__ */ e(
78
+ "source",
79
+ {
80
+ type: "video/quicktime",
81
+ src: n
82
+ }
83
+ ),
84
+ /* @__PURE__ */ e(
85
+ "source",
86
+ {
87
+ type: "video/webm",
88
+ src: s
89
+ }
90
+ )
91
+ ]
92
+ }
93
+ )
94
+ }
95
+ )
96
+ }
97
+ ),
98
+ c && /* @__PURE__ */ e(
99
+ "div",
100
+ {
101
+ className: a(
102
+ "hidden max-mobile:w-full max-mobile:h-[280px] max-mobile:block"
103
+ ),
104
+ style: { background: "transparent" },
105
+ children: /* @__PURE__ */ e(
106
+ "div",
107
+ {
108
+ className: a(
109
+ "h-[450px] xxl:h-[630px] xxl:w-full max-tablet:h-[280px]",
110
+ d && "w-fit h-full my-0 mx-auto block relative gradient-border"
111
+ ),
112
+ children: /* @__PURE__ */ r(
113
+ "video",
114
+ {
115
+ poster: c,
116
+ autoPlay: !0,
117
+ loop: !0,
118
+ muted: !0,
119
+ playsInline: !0,
120
+ style: { background: "transparent" },
121
+ className: "w-full h-full object-contain align-middle max-700:object-cover",
122
+ children: [
123
+ /* @__PURE__ */ e(
124
+ "source",
125
+ {
126
+ type: "video/quicktime",
127
+ src: n
128
+ }
129
+ ),
130
+ /* @__PURE__ */ e(
131
+ "source",
132
+ {
133
+ type: "video/webm",
134
+ src: s
135
+ }
136
+ )
137
+ ]
138
+ }
139
+ )
140
+ }
141
+ )
142
+ }
143
+ )
144
+ ] });
145
+ };
146
+ export {
147
+ B as VideoMainBanner
148
+ };
@@ -0,0 +1,4 @@
1
+ import { VideoMainBanner as o } from "./VideoMainBanner.js";
2
+ export {
3
+ o as VideoMainBanner
4
+ };
@@ -0,0 +1 @@
1
+
@@ -0,0 +1 @@
1
+ .htmlContent{font-size:15px;line-height:22px;color:#40474f;margin:0}.htmlContent ul{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:34px;column-gap:34px;row-gap:12px;list-style:disc;padding:0 0 0 20px;margin:0}.htmlContent ul li{width:240px}@media screen and (max-width: 768px){.htmlContent ul{grid-template-columns:repeat(1,1fr)}}