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.
- package/dist/ActionCard/ActionCard.js +30 -0
- package/dist/ActionCard/index.js +4 -0
- package/dist/ActionCard/info.js +11 -0
- package/dist/ActionCard/types.js +1 -0
- package/dist/ActionCardList/ActionCardList.js +32 -0
- package/dist/ActionCardList/index.js +4 -0
- package/dist/ActionCardList/info.js +11 -0
- package/dist/ActionCardList/types.js +1 -0
- package/dist/ActionIconList/ActionIconList.js +174 -0
- package/dist/ActionIconList/index.js +4 -0
- package/dist/ActionIconList/info.js +11 -0
- package/dist/ActionIconList/types.js +1 -0
- package/dist/AllComponents.js +39 -127
- package/dist/AllComponentsInfo.js +26 -27
- package/dist/AnimatedSwiper/index.js +9 -3
- package/dist/AnimatedSwiper/info.js +1 -1
- package/dist/Banner/Banner.js +1 -1
- package/dist/Banner/info.js +1 -1
- package/dist/BannerAndText/index.js +1 -1
- package/dist/BannerAndText/info.js +1 -1
- package/dist/CardIconList/CardIconList.js +16 -15
- package/dist/CardIconList/info.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/info.js +1 -1
- package/dist/CardImageSecondary/info.js +1 -1
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
- package/dist/CardImageSecondaryList/info.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/CardInfoTable/info.js +1 -1
- package/dist/{index-04224eb4.js → Cards/ActionIconCard/index.js} +21 -27
- package/dist/Cards/ActionIconCard/info.js +11 -0
- package/dist/Cards/ActionIconCard/types.js +1 -0
- package/dist/Cards/CardImage/info.js +1 -1
- package/dist/Cards/ColoredCard/info.js +1 -1
- package/dist/Cards/ContentCard/info.js +1 -1
- package/dist/Cards/FeaturesCard/index.js +100 -8
- package/dist/Cards/FeaturesCard/info.js +2 -2
- package/dist/Cards/WarningCard/WarningCard.js +103 -68
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/info.js +3 -9
- package/dist/ComponentContainer-05e27e82.js +16 -0
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/ContentCardList/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/info.js +1 -1
- package/dist/DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js +1 -1
- package/dist/DownloadFile/components/FileBannerSecondary/info.js +1 -1
- package/dist/Faq/Faq.js +2 -2
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +6 -55
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/info.js +1 -1
- package/dist/FileLoader/fileLoader.js +22 -0
- package/dist/FileLoader/index.js +1787 -0
- package/dist/Footer/info.js +1 -1
- package/dist/Forms/FormDefault/componentTypes.js +31 -0
- package/dist/Forms/FormDefault/index.js +10 -273
- package/dist/Forms/FormDefault/info.js +104 -18
- package/dist/Forms/helpers/renderFormFields.js +7 -0
- package/dist/Forms/model/components.js +102 -0
- package/dist/Forms/types/formItems.js +1 -0
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
- package/dist/Header/info.js +1 -1
- package/dist/HeroPossibilityBanner/info.js +1 -1
- package/dist/InfoBanner/info.js +1 -1
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InfoBannerList/info.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/info.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/IntroBanner/info.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/info.js +1 -1
- package/dist/MultiCards/index.js +1 -1
- package/dist/MultiCards/info.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/Partners/Partners.js +1 -1
- package/dist/Partners/info.js +1 -1
- package/dist/PartnersColors/PartnersColors.js +1 -1
- package/dist/PartnersColors/info.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/info.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +1 -1
- package/dist/PromoPoster/info.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/Segments/info.js +1 -1
- package/dist/Space/info.js +1 -1
- package/dist/StandartTable/index.js +1 -1
- package/dist/StandartTable/info.js +1 -1
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/info.js +1 -1
- package/dist/SwiperList/SwiperList.js +7 -7
- package/dist/SwiperList/info.js +1 -1
- package/dist/TasksBanner/info.js +1 -1
- package/dist/TasksBannerList/TasksBannerList.js +1 -1
- package/dist/TasksBannerList/info.js +1 -1
- package/dist/TitleBlock/TitleBlock.js +15 -0
- package/dist/TitleBlock/index.js +4 -0
- package/dist/TitleBlock/info.js +11 -0
- package/dist/TitleBlock/types.js +1 -0
- package/dist/Video/VideoFull/VideoFull.js +1 -1
- package/dist/Video/VideoFull/info.js +1 -1
- package/dist/Video/VideoList/VideoList.js +1 -1
- package/dist/Video/VideoList/info.js +1 -1
- package/dist/Video/VideoListMini/VideoListMini.js +1 -1
- package/dist/Video/VideoListMini/info.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/VideoMainBanner/info.js +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/{componentsMap-ae33b476.js → componentsMap-56a530ca.js} +38 -39
- package/dist/{data.mock-30d53d62.js → data.mock-9071e4ea.js} +54 -52
- package/dist/{index-b826f1c7.js → index-0a5f313c.js} +1 -1
- package/dist/index-a0ed2e4a.js +1221 -0
- package/dist/info-7ea3fd7e.js +1380 -0
- package/dist/main.js +59 -60
- package/dist/{mousewheel-2cf27f39.js → mousewheel-865ae601.js} +1 -1
- package/dist/{navigation-48c90d3b.js → navigation-b894d0cd.js} +1 -1
- package/dist/size-b1291031.js +8 -0
- package/dist/{swiper-react-bfbb44d6.js → swiper-react-90953710.js} +3 -3
- package/package.json +4 -1
- package/dist/ComponentContainer-841196f9.js +0 -16
- 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
|
|
4
|
-
import { Header as
|
|
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
|
|
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
|
|
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
|
|
18
|
-
import { HtmlContent as
|
|
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 {
|
|
26
|
-
import { ColoredCard as
|
|
27
|
-
import {
|
|
28
|
-
import { DownloadFileBanner as
|
|
29
|
-
import { DownloadFileFull as
|
|
30
|
-
import { DownloadFileHalf as
|
|
31
|
-
import { DownloadFileMini as
|
|
32
|
-
import { Collapse as
|
|
33
|
-
import {
|
|
34
|
-
import { PlusMinusIcon as
|
|
35
|
-
import { InstructionCard as
|
|
36
|
-
import { InstructionModal as
|
|
37
|
-
import { PartnerCard as
|
|
38
|
-
import { PartnerTab as
|
|
39
|
-
import { PreviewCard as
|
|
40
|
-
import { VideoPlayer as
|
|
41
|
-
import { PageViewer as
|
|
42
|
-
import { FieldTypes as
|
|
43
|
-
import { B as
|
|
44
|
-
import { Space as
|
|
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 {
|
|
48
|
-
import { AllComponentsInfo as
|
|
46
|
+
import { S as zr } from "./size-b1291031.js";
|
|
47
|
+
import { AllComponentsInfo as Jr } from "./AllComponentsInfo.js";
|
|
49
48
|
export {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
X as AllComponents,
|
|
50
|
+
Y as AllComponentsData,
|
|
51
|
+
Jr as AllComponentsInfo,
|
|
53
52
|
m as Banner,
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
a as BannerAndText,
|
|
54
|
+
kr as ButtonProps,
|
|
56
55
|
D as CardIconList,
|
|
57
56
|
O as CardImage,
|
|
58
57
|
H as CardImageList,
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
dr as Collapse,
|
|
59
|
+
or as ColoredCard,
|
|
61
60
|
e as ConfigProvider,
|
|
62
61
|
R as ContentCard,
|
|
63
62
|
L as ContentCardList,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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
|
-
|
|
75
|
-
|
|
73
|
+
_ as FormDefault,
|
|
74
|
+
f as Header,
|
|
76
75
|
j as HeroPossibilityBanner,
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
q as HtmlContent,
|
|
77
|
+
cr as InstructionCard,
|
|
79
78
|
Z as InstructionList,
|
|
80
|
-
|
|
79
|
+
wr as InstructionModal,
|
|
81
80
|
v as MainBanner,
|
|
82
81
|
S as MultiCards,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
82
|
+
br as PageViewer,
|
|
83
|
+
gr as PartnerCard,
|
|
84
|
+
Mr as PartnerTab,
|
|
85
|
+
V as Partners,
|
|
87
86
|
G as PartnersColors,
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
ur as PlusMinusIcon,
|
|
88
|
+
Ar as PreviewCard,
|
|
90
89
|
K as PreviewList,
|
|
91
|
-
|
|
90
|
+
zr as SIZE,
|
|
92
91
|
C as Segments,
|
|
93
|
-
|
|
94
|
-
|
|
92
|
+
Er as Space,
|
|
93
|
+
l as Stepper,
|
|
95
94
|
P as VideoFull,
|
|
96
95
|
I as VideoList,
|
|
97
96
|
B as VideoListMini,
|
|
98
|
-
|
|
99
|
-
|
|
97
|
+
yr as VideoPlayer,
|
|
98
|
+
$ as WarningCard
|
|
100
99
|
};
|
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.
|
|
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
|
-
};
|