md-components-mdigial-azamat 0.0.77 → 0.0.80

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 (131) 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 +39 -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 +16 -15
  22. package/dist/CardIconList/info.js +1 -1
  23. package/dist/CardImageList/CardImageList.js +1 -1
  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 -68
  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 +1 -1
  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 +1 -1
  49. package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
  50. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
  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 +1 -1
  55. package/dist/DownloadFile/components/FileBannerSecondary/info.js +1 -1
  56. package/dist/Faq/Faq.js +2 -2
  57. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +6 -55
  58. package/dist/Faq/components/FeedbackForm/index.js +1 -1
  59. package/dist/Faq/info.js +1 -1
  60. package/dist/FileLoader/fileLoader.js +22 -0
  61. package/dist/FileLoader/index.js +1787 -0
  62. package/dist/Footer/info.js +1 -1
  63. package/dist/Forms/FormDefault/componentTypes.js +31 -0
  64. package/dist/Forms/FormDefault/index.js +10 -273
  65. package/dist/Forms/FormDefault/info.js +104 -18
  66. package/dist/Forms/helpers/renderFormFields.js +7 -0
  67. package/dist/Forms/model/components.js +102 -0
  68. package/dist/Forms/types/formItems.js +1 -0
  69. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
  70. package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
  71. package/dist/Header/info.js +1 -1
  72. package/dist/HeroPossibilityBanner/info.js +1 -1
  73. package/dist/InfoBanner/info.js +1 -1
  74. package/dist/InfoBannerList/InfoBannerList.js +1 -1
  75. package/dist/InfoBannerList/info.js +1 -1
  76. package/dist/InstructionList/InstructionList.js +1 -1
  77. package/dist/InstructionList/info.js +1 -1
  78. package/dist/IntroBanner/IntroBanner.js +1 -1
  79. package/dist/IntroBanner/info.js +1 -1
  80. package/dist/MainBanner/MainBanner.js +1 -1
  81. package/dist/MainBanner/info.js +1 -1
  82. package/dist/MultiCards/index.js +1 -1
  83. package/dist/MultiCards/info.js +1 -1
  84. package/dist/PageViewer/renderComponents.js +1 -1
  85. package/dist/Partners/Partners.js +1 -1
  86. package/dist/Partners/info.js +1 -1
  87. package/dist/PartnersColors/PartnersColors.js +1 -1
  88. package/dist/PartnersColors/info.js +1 -1
  89. package/dist/PreviewList/PreviewList.js +1 -1
  90. package/dist/PreviewList/info.js +1 -1
  91. package/dist/PromoPoster/PromoPoster.js +1 -1
  92. package/dist/PromoPoster/info.js +1 -1
  93. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  94. package/dist/RenderAllComponents/const.js +1 -1
  95. package/dist/Segments/info.js +1 -1
  96. package/dist/Space/info.js +1 -1
  97. package/dist/StandartTable/index.js +1 -1
  98. package/dist/StandartTable/info.js +1 -1
  99. package/dist/Stepper/Stepper.js +1 -1
  100. package/dist/Stepper/info.js +1 -1
  101. package/dist/SwiperList/SwiperList.js +7 -7
  102. package/dist/SwiperList/info.js +1 -1
  103. package/dist/TasksBanner/info.js +1 -1
  104. package/dist/TasksBannerList/TasksBannerList.js +1 -1
  105. package/dist/TasksBannerList/info.js +1 -1
  106. package/dist/TitleBlock/TitleBlock.js +15 -0
  107. package/dist/TitleBlock/index.js +4 -0
  108. package/dist/TitleBlock/info.js +11 -0
  109. package/dist/TitleBlock/types.js +1 -0
  110. package/dist/Video/VideoFull/VideoFull.js +1 -1
  111. package/dist/Video/VideoFull/info.js +1 -1
  112. package/dist/Video/VideoList/VideoList.js +1 -1
  113. package/dist/Video/VideoList/info.js +1 -1
  114. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  115. package/dist/Video/VideoListMini/info.js +1 -1
  116. package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
  117. package/dist/VideoMainBanner/info.js +1 -1
  118. package/dist/assets/index.css +1 -1
  119. package/dist/{componentsMap-ae33b476.js → componentsMap-56a530ca.js} +38 -39
  120. package/dist/{data.mock-30d53d62.js → data.mock-9071e4ea.js} +54 -52
  121. package/dist/{index-b826f1c7.js → index-0a5f313c.js} +1 -1
  122. package/dist/index-a0ed2e4a.js +1221 -0
  123. package/dist/info-7ea3fd7e.js +1380 -0
  124. package/dist/main.js +59 -60
  125. package/dist/{mousewheel-2cf27f39.js → mousewheel-865ae601.js} +1 -1
  126. package/dist/{navigation-48c90d3b.js → navigation-b894d0cd.js} +1 -1
  127. package/dist/size-b1291031.js +8 -0
  128. package/dist/{swiper-react-bfbb44d6.js → swiper-react-90953710.js} +3 -3
  129. package/package.json +4 -1
  130. package/dist/ComponentContainer-841196f9.js +0 -16
  131. package/dist/index.esm-67811428.js +0 -1012
package/dist/main.js CHANGED
@@ -1,9 +1,9 @@
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";
@@ -11,90 +11,89 @@ 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 y } from "./Partners/Partners.js";
14
+ import { Partners as V } from "./Partners/Partners.js";
15
15
  import { CardImageList as H } from "./CardImageList/CardImageList.js";
16
16
  import { MainBanner as v } from "./MainBanner/MainBanner.js";
17
- import { Faq as k } from "./Faq/Faq.js";
18
- import { HtmlContent as E } from "./HtmlContent/HtmlContent.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 wr } 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 Ar } from "./PageViewer/PageViewer.js";
42
- import { FieldTypes as br } 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";
25
+ import { a as X, A as Y, F as _, W as $ } from "./info-7ea3fd7e.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";
46
45
  import { FileBannerSecondary as hr } from "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
47
- import { AllComponents as zr, AllComponentsData as Gr } from "./AllComponents.js";
48
- import { AllComponentsInfo as Kr } from "./AllComponentsInfo.js";
46
+ import { S as zr } from "./size-b1291031.js";
47
+ import { AllComponentsInfo as Jr } from "./AllComponentsInfo.js";
49
48
  export {
50
- zr as AllComponents,
51
- Gr as AllComponentsData,
52
- Kr as AllComponentsInfo,
49
+ X as AllComponents,
50
+ Y as AllComponentsData,
51
+ Jr as AllComponentsInfo,
53
52
  m as Banner,
54
- f as BannerAndText,
55
- Tr as ButtonProps,
53
+ a as BannerAndText,
54
+ kr as ButtonProps,
56
55
  D as CardIconList,
57
56
  O as CardImage,
58
57
  H as CardImageList,
59
- lr as Collapse,
60
- _ as ColoredCard,
58
+ dr as Collapse,
59
+ or as ColoredCard,
61
60
  e as ConfigProvider,
62
61
  R as ContentCard,
63
62
  L as ContentCardList,
64
- tr as DownloadFileBanner,
65
- pr as DownloadFileFull,
66
- nr as DownloadFileHalf,
67
- ar as DownloadFileMini,
68
- k as Faq,
69
- rr as FeaturesCard,
70
- dr as FeedbackForm,
71
- br 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,
72
71
  hr as FileBannerSecondary,
73
72
  i as Footer,
74
- Wr as FormDefault,
75
- x as Header,
73
+ _ as FormDefault,
74
+ f as Header,
76
75
  j as HeroPossibilityBanner,
77
- E as HtmlContent,
78
- ur as InstructionCard,
76
+ q as HtmlContent,
77
+ cr as InstructionCard,
79
78
  Z as InstructionList,
80
- cr as InstructionModal,
79
+ wr as InstructionModal,
81
80
  v as MainBanner,
82
81
  S as MultiCards,
83
- Ar as PageViewer,
84
- wr as PartnerCard,
85
- gr as PartnerTab,
86
- y as Partners,
82
+ br as PageViewer,
83
+ gr as PartnerCard,
84
+ Mr as PartnerTab,
85
+ V as Partners,
87
86
  G as PartnersColors,
88
- Fr as PlusMinusIcon,
89
- Mr as PreviewCard,
87
+ ur as PlusMinusIcon,
88
+ Ar as PreviewCard,
90
89
  K as PreviewList,
91
- or as SIZE,
90
+ zr as SIZE,
92
91
  C as Segments,
93
- qr as Space,
94
- s as Stepper,
92
+ Er as Space,
93
+ l as Stepper,
95
94
  P as VideoFull,
96
95
  I as VideoList,
97
96
  B as VideoListMini,
98
- Vr as VideoPlayer,
99
- X as WarningCard
97
+ yr as VideoPlayer,
98
+ $ as WarningCard
100
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.77",
5
+ "version": "0.0.80",
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 x } from "./cn-6a4bf187.js";
3
- const r = ({ children: a, className: t, style: l }) => /* @__PURE__ */ m(
4
- "section",
5
- {
6
- style: l,
7
- className: x(
8
- "w-[1232px] max-tablet:w-full mx-auto px-0 max-tablet:px-[16px] 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
- };