md-components-mdigial-azamat 0.0.76 → 0.0.79

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 (133) hide show
  1. package/dist/ActionCard/ActionCard.js +30 -0
  2. package/dist/ActionCard/index.js +4 -0
  3. package/dist/ActionCard/info.js +11 -0
  4. package/dist/ActionCard/types.js +1 -0
  5. package/dist/ActionCardList/ActionCardList.js +32 -0
  6. package/dist/ActionCardList/index.js +4 -0
  7. package/dist/ActionCardList/info.js +11 -0
  8. package/dist/ActionCardList/types.js +1 -0
  9. package/dist/ActionIconList/ActionIconList.js +174 -0
  10. package/dist/ActionIconList/index.js +4 -0
  11. package/dist/ActionIconList/info.js +11 -0
  12. package/dist/ActionIconList/types.js +1 -0
  13. package/dist/AllComponents.js +40 -127
  14. package/dist/AllComponentsInfo.js +26 -27
  15. package/dist/AnimatedSwiper/index.js +9 -3
  16. package/dist/AnimatedSwiper/info.js +1 -1
  17. package/dist/Banner/Banner.js +1 -1
  18. package/dist/Banner/info.js +1 -1
  19. package/dist/BannerAndText/index.js +1 -1
  20. package/dist/BannerAndText/info.js +1 -1
  21. package/dist/CardIconList/CardIconList.js +17 -16
  22. package/dist/CardIconList/info.js +1 -1
  23. package/dist/CardImageList/CardImageList.js +2 -2
  24. package/dist/CardImageList/info.js +1 -1
  25. package/dist/CardImageSecondary/info.js +1 -1
  26. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
  27. package/dist/CardImageSecondaryList/info.js +1 -1
  28. package/dist/CardInfoTable/index.js +1 -1
  29. package/dist/CardInfoTable/info.js +1 -1
  30. package/dist/{index-04224eb4.js → Cards/ActionIconCard/index.js} +21 -27
  31. package/dist/Cards/ActionIconCard/info.js +11 -0
  32. package/dist/Cards/ActionIconCard/types.js +1 -0
  33. package/dist/Cards/CardImage/info.js +1 -1
  34. package/dist/Cards/ColoredCard/info.js +1 -1
  35. package/dist/Cards/ContentCard/info.js +1 -1
  36. package/dist/Cards/FeaturesCard/index.js +100 -8
  37. package/dist/Cards/FeaturesCard/info.js +2 -2
  38. package/dist/Cards/WarningCard/WarningCard.js +103 -62
  39. package/dist/Cards/WarningCard/index.js +1 -1
  40. package/dist/Cards/WarningCard/info.js +3 -9
  41. package/dist/ComponentContainer-05e27e82.js +16 -0
  42. package/dist/ContentCardList/ContentCardList.js +1 -1
  43. package/dist/ContentCardList/info.js +1 -1
  44. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +15 -15
  45. package/dist/DownloadFile/components/DownloadFileBanner/info.js +1 -1
  46. package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
  47. package/dist/DownloadFile/components/DownloadFileBright/info.js +1 -1
  48. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +43 -39
  49. package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
  50. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +55 -51
  51. package/dist/DownloadFile/components/DownloadFileHalf/info.js +1 -1
  52. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
  53. package/dist/DownloadFile/components/DownloadFileMini/info.js +1 -1
  54. package/dist/DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js +50 -0
  55. package/dist/DownloadFile/components/FileBannerSecondary/index.js +4 -0
  56. package/dist/DownloadFile/components/FileBannerSecondary/info.js +11 -0
  57. package/dist/Faq/Faq.js +2 -2
  58. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +6 -55
  59. package/dist/Faq/components/FeedbackForm/index.js +1 -1
  60. package/dist/Faq/info.js +1 -1
  61. package/dist/FileLoader/fileLoader.js +22 -0
  62. package/dist/FileLoader/index.js +1787 -0
  63. package/dist/Footer/info.js +1 -1
  64. package/dist/Forms/FormDefault/componentTypes.js +31 -0
  65. package/dist/Forms/FormDefault/index.js +10 -273
  66. package/dist/Forms/FormDefault/info.js +104 -18
  67. package/dist/Forms/helpers/renderFormFields.js +7 -0
  68. package/dist/Forms/model/components.js +102 -0
  69. package/dist/Forms/types/formItems.js +1 -0
  70. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
  71. package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
  72. package/dist/Header/info.js +1 -1
  73. package/dist/HeroPossibilityBanner/info.js +1 -1
  74. package/dist/InfoBanner/info.js +1 -1
  75. package/dist/InfoBannerList/InfoBannerList.js +1 -1
  76. package/dist/InfoBannerList/info.js +1 -1
  77. package/dist/InstructionList/InstructionList.js +1 -1
  78. package/dist/InstructionList/info.js +1 -1
  79. package/dist/IntroBanner/IntroBanner.js +1 -1
  80. package/dist/IntroBanner/info.js +1 -1
  81. package/dist/MainBanner/MainBanner.js +1 -1
  82. package/dist/MainBanner/info.js +1 -1
  83. package/dist/MultiCards/index.js +4 -4
  84. package/dist/MultiCards/info.js +1 -1
  85. package/dist/PageViewer/renderComponents.js +1 -1
  86. package/dist/Partners/Partners.js +14 -14
  87. package/dist/Partners/info.js +1 -1
  88. package/dist/PartnersColors/PartnersColors.js +15 -8
  89. package/dist/PartnersColors/info.js +1 -1
  90. package/dist/PreviewList/PreviewList.js +16 -16
  91. package/dist/PreviewList/info.js +1 -1
  92. package/dist/PromoPoster/PromoPoster.js +1 -1
  93. package/dist/PromoPoster/info.js +1 -1
  94. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  95. package/dist/RenderAllComponents/const.js +1 -1
  96. package/dist/Segments/info.js +1 -1
  97. package/dist/Space/info.js +1 -1
  98. package/dist/StandartTable/index.js +1 -1
  99. package/dist/StandartTable/info.js +1 -1
  100. package/dist/Stepper/Stepper.js +1 -1
  101. package/dist/Stepper/info.js +1 -1
  102. package/dist/SwiperList/SwiperList.js +7 -7
  103. package/dist/SwiperList/info.js +1 -1
  104. package/dist/TasksBanner/info.js +1 -1
  105. package/dist/TasksBannerList/TasksBannerList.js +1 -1
  106. package/dist/TasksBannerList/info.js +1 -1
  107. package/dist/TitleBlock/TitleBlock.js +15 -0
  108. package/dist/TitleBlock/index.js +4 -0
  109. package/dist/TitleBlock/info.js +11 -0
  110. package/dist/TitleBlock/types.js +1 -0
  111. package/dist/Video/VideoFull/VideoFull.js +1 -1
  112. package/dist/Video/VideoFull/info.js +1 -1
  113. package/dist/Video/VideoList/VideoList.js +4 -4
  114. package/dist/Video/VideoList/info.js +1 -1
  115. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  116. package/dist/Video/VideoListMini/info.js +1 -1
  117. package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
  118. package/dist/VideoMainBanner/info.js +1 -1
  119. package/dist/assets/index.css +1 -1
  120. package/dist/componentsMap-3d57445f.js +98 -0
  121. package/dist/{data.mock-8db3fb9a.js → data.mock-9071e4ea.js} +63 -59
  122. package/dist/{index-b826f1c7.js → index-0a5f313c.js} +1 -1
  123. package/dist/index-a0ed2e4a.js +1221 -0
  124. package/dist/info-0f7bae6b.js +1380 -0
  125. package/dist/main.js +67 -66
  126. package/dist/{mousewheel-2cf27f39.js → mousewheel-865ae601.js} +1 -1
  127. package/dist/{navigation-48c90d3b.js → navigation-b894d0cd.js} +1 -1
  128. package/dist/size-b1291031.js +8 -0
  129. package/dist/{swiper-react-bfbb44d6.js → swiper-react-90953710.js} +3 -3
  130. package/package.json +4 -1
  131. package/dist/ComponentContainer-68340535.js +0 -16
  132. package/dist/componentsMap-153c7a30.js +0 -97
  133. package/dist/index.esm-67811428.js +0 -1012
package/dist/main.js CHANGED
@@ -1,98 +1,99 @@
1
1
  import { ConfigProvider as e } from "./ConfigProvider/index.js";
2
2
  import { Banner as m } from "./Banner/Banner.js";
3
- import { BannerAndText as f } from "./BannerAndText/index.js";
4
- import { Header as x } from "./Header/Header.js";
3
+ import { BannerAndText as a } from "./BannerAndText/index.js";
4
+ import { Header as f } from "./Header/Header.js";
5
5
  import { Footer as i } from "./Footer/Footer.js";
6
- import { Stepper as s } from "./Stepper/Stepper.js";
6
+ import { Stepper as l } from "./Stepper/Stepper.js";
7
7
  import { Segments as C } from "./Segments/Segments.js";
8
8
  import { VideoFull as P } from "./Video/VideoFull/VideoFull.js";
9
9
  import { VideoList as I } from "./Video/VideoList/VideoList.js";
10
- import { VideoListMini as w } from "./Video/VideoListMini/VideoListMini.js";
10
+ import { VideoListMini as B } from "./Video/VideoListMini/VideoListMini.js";
11
11
  import { ContentCardList as L } from "./ContentCardList/ContentCardList.js";
12
12
  import { CardIconList as D } from "./CardIconList/CardIconList.js";
13
13
  import { MultiCards as S } from "./MultiCards/index.js";
14
- import { Partners as A } from "./Partners/Partners.js";
15
- import { CardImageList as b } from "./CardImageList/CardImageList.js";
16
- import { MainBanner as y } from "./MainBanner/MainBanner.js";
17
- import { Faq as k } from "./Faq/Faq.js";
18
- import { HtmlContent as E } from "./HtmlContent/HtmlContent.js";
14
+ import { Partners as V } from "./Partners/Partners.js";
15
+ import { CardImageList as H } from "./CardImageList/CardImageList.js";
16
+ import { MainBanner as v } from "./MainBanner/MainBanner.js";
17
+ import { Faq as W } from "./Faq/Faq.js";
18
+ import { HtmlContent as q } from "./HtmlContent/HtmlContent.js";
19
19
  import { InstructionList as Z } from "./InstructionList/InstructionList.js";
20
20
  import { HeroPossibilityBanner as j } from "./HeroPossibilityBanner/index.js";
21
21
  import { PartnersColors as G } from "./PartnersColors/PartnersColors.js";
22
22
  import { PreviewList as K } from "./PreviewList/PreviewList.js";
23
23
  import { CardImage as O } from "./Cards/CardImage/CardImage.js";
24
24
  import { ContentCard as R } from "./Cards/ContentCard/ContentCard.js";
25
- import { WarningCard as X } from "./Cards/WarningCard/WarningCard.js";
26
- import { ColoredCard as _ } from "./Cards/ColoredCard/index.js";
27
- import { F as rr, S as or } from "./index-04224eb4.js";
28
- import { DownloadFileBanner as tr } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
29
- import { DownloadFileFull as pr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
30
- import { DownloadFileHalf as nr } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
31
- import { DownloadFileMini as ar } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
32
- import { Collapse as lr } from "./Faq/components/Collapse/Collapse.js";
33
- import { FeedbackForm as dr } from "./Faq/components/FeedbackForm/FeedbackForm.js";
34
- import { PlusMinusIcon as Fr } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
35
- import { InstructionCard as ur } from "./InstructionList/components/InstructionCard/InstructionCard.js";
36
- import { InstructionModal as cr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
37
- import { PartnerCard as Br } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
38
- import { PartnerTab as gr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
39
- import { PreviewCard as Mr } from "./PreviewList/components/PreviewCard/PreviewCard.js";
40
- import { VideoPlayer as Vr } from "./Video/components/VideoPlayer/VideoPlayer.js";
41
- import { PageViewer as Hr } from "./PageViewer/PageViewer.js";
42
- import { FieldTypes as vr } from "./Types/FiledTypes.js";
43
- import { B as Tr } from "./const-53dff524.js";
44
- import { Space as qr } from "./Space/Space.js";
45
- import { FormDefault as Wr } from "./Forms/FormDefault/index.js";
46
- import { AllComponents as hr, AllComponentsData as jr } from "./AllComponents.js";
47
- import { AllComponentsInfo as Gr } from "./AllComponentsInfo.js";
25
+ import { a as X, A as Y, F as _, W as $ } from "./info-0f7bae6b.js";
26
+ import { ColoredCard as or } from "./Cards/ColoredCard/index.js";
27
+ import { FeaturesCard as tr } from "./Cards/FeaturesCard/index.js";
28
+ import { DownloadFileBanner as pr } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
29
+ import { DownloadFileFull as nr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
30
+ import { DownloadFileHalf as xr } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
31
+ import { DownloadFileMini as sr } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
32
+ import { Collapse as dr } from "./Faq/components/Collapse/Collapse.js";
33
+ import { F as Fr } from "./index-a0ed2e4a.js";
34
+ import { PlusMinusIcon as ur } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
35
+ import { InstructionCard as cr } from "./InstructionList/components/InstructionCard/InstructionCard.js";
36
+ import { InstructionModal as wr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
37
+ import { PartnerCard as gr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
38
+ import { PartnerTab as Mr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
39
+ import { PreviewCard as Ar } from "./PreviewList/components/PreviewCard/PreviewCard.js";
40
+ import { VideoPlayer as yr } from "./Video/components/VideoPlayer/VideoPlayer.js";
41
+ import { PageViewer as br } from "./PageViewer/PageViewer.js";
42
+ import { FieldTypes as Tr } from "./Types/FiledTypes.js";
43
+ import { B as kr } from "./const-53dff524.js";
44
+ import { Space as Er } from "./Space/Space.js";
45
+ import { FileBannerSecondary as hr } from "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
46
+ import { S as zr } from "./size-b1291031.js";
47
+ import { AllComponentsInfo as Jr } from "./AllComponentsInfo.js";
48
48
  export {
49
- hr as AllComponents,
50
- jr as AllComponentsData,
51
- Gr as AllComponentsInfo,
49
+ X as AllComponents,
50
+ Y as AllComponentsData,
51
+ Jr as AllComponentsInfo,
52
52
  m as Banner,
53
- f as BannerAndText,
54
- Tr as ButtonProps,
53
+ a as BannerAndText,
54
+ kr as ButtonProps,
55
55
  D as CardIconList,
56
56
  O as CardImage,
57
- b as CardImageList,
58
- lr as Collapse,
59
- _ as ColoredCard,
57
+ H as CardImageList,
58
+ dr as Collapse,
59
+ or as ColoredCard,
60
60
  e as ConfigProvider,
61
61
  R as ContentCard,
62
62
  L as ContentCardList,
63
- tr as DownloadFileBanner,
64
- pr as DownloadFileFull,
65
- nr as DownloadFileHalf,
66
- ar as DownloadFileMini,
67
- k as Faq,
68
- rr as FeaturesCard,
69
- dr as FeedbackForm,
70
- vr as FieldTypes,
63
+ pr as DownloadFileBanner,
64
+ nr as DownloadFileFull,
65
+ xr as DownloadFileHalf,
66
+ sr as DownloadFileMini,
67
+ W as Faq,
68
+ tr as FeaturesCard,
69
+ Fr as FeedbackForm,
70
+ Tr as FieldTypes,
71
+ hr as FileBannerSecondary,
71
72
  i as Footer,
72
- Wr as FormDefault,
73
- x as Header,
73
+ _ as FormDefault,
74
+ f as Header,
74
75
  j as HeroPossibilityBanner,
75
- E as HtmlContent,
76
- ur as InstructionCard,
76
+ q as HtmlContent,
77
+ cr as InstructionCard,
77
78
  Z as InstructionList,
78
- cr as InstructionModal,
79
- y as MainBanner,
79
+ wr as InstructionModal,
80
+ v as MainBanner,
80
81
  S as MultiCards,
81
- Hr as PageViewer,
82
- Br as PartnerCard,
83
- gr as PartnerTab,
84
- A as Partners,
82
+ br as PageViewer,
83
+ gr as PartnerCard,
84
+ Mr as PartnerTab,
85
+ V as Partners,
85
86
  G as PartnersColors,
86
- Fr as PlusMinusIcon,
87
- Mr as PreviewCard,
87
+ ur as PlusMinusIcon,
88
+ Ar as PreviewCard,
88
89
  K as PreviewList,
89
- or as SIZE,
90
+ zr as SIZE,
90
91
  C as Segments,
91
- qr as Space,
92
- s as Stepper,
92
+ Er as Space,
93
+ l as Stepper,
93
94
  P as VideoFull,
94
95
  I as VideoList,
95
- w as VideoListMini,
96
- Vr as VideoPlayer,
97
- X as WarningCard
96
+ B as VideoListMini,
97
+ yr as VideoPlayer,
98
+ $ as WarningCard
98
99
  };
@@ -1,4 +1,4 @@
1
- import { g as N, n as D, c as g } from "./swiper-react-bfbb44d6.js";
1
+ import { g as N, n as D, c as g } from "./swiper-react-90953710.js";
2
2
  function k(S) {
3
3
  let {
4
4
  swiper: e,
@@ -1,4 +1,4 @@
1
- import { d as C } from "./swiper-react-bfbb44d6.js";
1
+ import { d as C } from "./swiper-react-90953710.js";
2
2
  import { jsx as E } from "react/jsx-runtime";
3
3
  import './assets/navigation.css';function H(y) {
4
4
  let {
@@ -0,0 +1,8 @@
1
+ const a = {
2
+ SMALL: "small",
3
+ MEDIUM: "medium",
4
+ LARGE: "large"
5
+ };
6
+ export {
7
+ a as S
8
+ };
@@ -2973,9 +2973,9 @@ const bi = /* @__PURE__ */ ye(function(t, e) {
2973
2973
  bi.displayName = "SwiperSlide";
2974
2974
  export {
2975
2975
  Ei as N,
2976
- Ti as S,
2977
- bi as a,
2978
- me as b,
2976
+ me as S,
2977
+ Ti as a,
2978
+ bi as b,
2979
2979
  J as c,
2980
2980
  q as d,
2981
2981
  D as g,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "md-components-mdigial-azamat",
3
3
  "author": "Azamat Raimbekov",
4
4
  "private": false,
5
- "version": "0.0.76",
5
+ "version": "0.0.79",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",
@@ -57,7 +57,10 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "clsx": "^2.1.1",
60
+ "i18next": "^25.7.3",
61
+ "react-drag-drop-files": "^3.1.0",
60
62
  "react-hook-form": "^7.58.1",
63
+ "react-i18next": "^16.5.0",
61
64
  "react-router-dom": "^6.30.2",
62
65
  "react-youtube": "^10.1.0",
63
66
  "swiper": "^11.2.10",
@@ -1,16 +0,0 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import { c as e } from "./cn-6a4bf187.js";
3
- const r = ({ children: a, className: t, style: l }) => /* @__PURE__ */ m(
4
- "section",
5
- {
6
- style: l,
7
- className: e(
8
- "w-[1232px] max-tablet:w-full mx-auto px-4 max-tablet:px-0 relative max-tablet:max-w-full md:max-w-full lg:max-w-full overflow-x-hidden",
9
- t
10
- ),
11
- children: a
12
- }
13
- );
14
- export {
15
- r as C
16
- };
@@ -1,97 +0,0 @@
1
- import r from "./AnimatedSwiper/index.js";
2
- import { Banner as o } from "./Banner/Banner.js";
3
- import { BannerAndText as m } from "./BannerAndText/index.js";
4
- import { CardIconList as t } from "./CardIconList/CardIconList.js";
5
- import { CardImageList as i } from "./CardImageList/CardImageList.js";
6
- import { CardImageSecondary as n } from "./CardImageSecondary/CardImageSecondary.js";
7
- import { CardImageSecondaryList as a } from "./CardImageSecondaryList/CardImageSecondaryList.js";
8
- import { CardInfoTable as e } from "./CardInfoTable/index.js";
9
- import { CardImage as p } from "./Cards/CardImage/CardImage.js";
10
- import { ColoredCard as f } from "./Cards/ColoredCard/index.js";
11
- import { ContentCard as s } from "./Cards/ContentCard/ContentCard.js";
12
- import { F as d } from "./index-04224eb4.js";
13
- import { WarningCard as l } from "./Cards/WarningCard/WarningCard.js";
14
- import { ContentCardList as C } from "./ContentCardList/ContentCardList.js";
15
- import { DownloadFileBanner as B } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
16
- import { DownloadFileBright as F } from "./DownloadFile/components/DownloadFileBright/index.js";
17
- import { DownloadFileFull as L } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
18
- import { DownloadFileHalf as I } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
19
- import { DownloadFileMini as c } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
20
- import { Faq as w } from "./Faq/Faq.js";
21
- import { Footer as S } from "./Footer/Footer.js";
22
- import { FormDefault as g } from "./Forms/FormDefault/index.js";
23
- import { Header as u } from "./Header/Header.js";
24
- import { HeroPossibilityBanner as D } from "./HeroPossibilityBanner/index.js";
25
- import { HtmlContent as M } from "./HtmlContent/HtmlContent.js";
26
- import { InfoBanner as P } from "./InfoBanner/index.js";
27
- import { InfoBannerList as T } from "./InfoBannerList/InfoBannerList.js";
28
- import { InstructionList as H } from "./InstructionList/InstructionList.js";
29
- import { IntroBanner as V } from "./IntroBanner/IntroBanner.js";
30
- import { MainBanner as b } from "./MainBanner/MainBanner.js";
31
- import { MultiCards as y } from "./MultiCards/index.js";
32
- import { Partners as k } from "./Partners/Partners.js";
33
- import { PartnersColors as x } from "./PartnersColors/PartnersColors.js";
34
- import { PreviewList as A } from "./PreviewList/PreviewList.js";
35
- import { PromoPoster as h } from "./PromoPoster/PromoPoster.js";
36
- import { Segments as q } from "./Segments/Segments.js";
37
- import { Space as v } from "./Space/Space.js";
38
- import { StandartTable as W } from "./StandartTable/index.js";
39
- import { Stepper as j } from "./Stepper/Stepper.js";
40
- import { SwiperList as z } from "./SwiperList/SwiperList.js";
41
- import { TasksBanner as E } from "./TasksBanner/TasksBanner.js";
42
- import { TasksBannerList as G } from "./TasksBannerList/TasksBannerList.js";
43
- import { VideoFull as J } from "./Video/VideoFull/VideoFull.js";
44
- import { VideoList as K } from "./Video/VideoList/VideoList.js";
45
- import { VideoListMini as N } from "./Video/VideoListMini/VideoListMini.js";
46
- import { VideoMainBanner as O } from "./VideoMainBanner/VideoMainBanner.js";
47
- const jr = {
48
- Banner: o,
49
- BannerAndText: m,
50
- CardImageList: i,
51
- Stepper: j,
52
- Segments: q,
53
- VideoFull: J,
54
- VideoList: K,
55
- VideoListMini: N,
56
- ContentCardList: C,
57
- CardIconList: t,
58
- MultiCards: y,
59
- Partners: k,
60
- PartnersColors: x,
61
- MainBanner: b,
62
- WarningCard: l,
63
- Faq: w,
64
- DownloadFileBanner: B,
65
- DownloadFileHalf: I,
66
- DownloadFileFull: L,
67
- DownloadFileMini: c,
68
- InstructionList: H,
69
- PreviewList: A,
70
- SwiperList: z,
71
- AnimatedSwiper: r,
72
- InfoBannerList: T,
73
- TasksBannerList: G,
74
- VideoMainBanner: O,
75
- Space: v,
76
- PromoPoster: h,
77
- CardImageSecondaryList: a,
78
- CardInfoTable: e,
79
- StandartTable: W,
80
- IntroBanner: V,
81
- DownloadFileBright: F,
82
- FormDefault: g,
83
- Header: u,
84
- Footer: S,
85
- HtmlContent: M,
86
- HeroPossibilityBanner: D,
87
- CardImage: p,
88
- ContentCard: s,
89
- ColoredCard: f,
90
- FeaturesCard: d,
91
- InfoBanner: P,
92
- TasksBanner: E,
93
- CardImageSecondary: n
94
- };
95
- export {
96
- jr as c
97
- };