md-components-mdigial-azamat 0.0.56 → 0.0.58
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/AllComponents.js +76 -69
- package/dist/AllComponentsInfo.js +57 -55
- package/dist/AnimatedSwiper/info.js +1 -1
- package/dist/Banner/info.js +1 -1
- package/dist/BannerAndText/info.js +1 -1
- package/dist/CardIconList/info.js +1 -1
- package/dist/CardImageList/info.js +1 -1
- package/dist/CardImageSecondary/info.js +1 -1
- package/dist/CardImageSecondaryList/info.js +1 -1
- package/dist/CardInfoTable/info.js +1 -1
- 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/info.js +1 -1
- package/dist/Cards/WarningCard/info.js +1 -1
- package/dist/ContentCardList/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +21 -19
- package/dist/DownloadFile/components/DownloadFileHalf/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/info.js +1 -1
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +37 -1043
- package/dist/Faq/info.js +1 -1
- package/dist/Footer/info.js +1 -1
- package/dist/Forms/FormDefault/index.js +317 -0
- package/dist/Forms/FormDefault/info.js +20 -0
- package/dist/Header/info.js +1 -1
- package/dist/HeroPossibilityBanner/info.js +1 -1
- package/dist/InfoBanner/info.js +1 -1
- package/dist/InfoBannerList/info.js +1 -1
- package/dist/InstructionList/info.js +1 -1
- package/dist/IntroBanner/info.js +1 -1
- package/dist/MainBanner/info.js +1 -1
- package/dist/MultiCards/info.js +1 -1
- package/dist/Partners/info.js +1 -1
- package/dist/PartnersColors/info.js +1 -1
- package/dist/PreviewList/info.js +1 -1
- package/dist/PromoPoster/info.js +1 -1
- package/dist/Segments/info.js +1 -1
- package/dist/Space/info.js +1 -1
- package/dist/StandartTable/info.js +1 -1
- package/dist/Stepper/info.js +1 -1
- package/dist/SwiperList/info.js +1 -1
- package/dist/TasksBanner/info.js +1 -1
- package/dist/TasksBannerList/info.js +1 -1
- package/dist/Video/VideoFull/info.js +1 -1
- package/dist/Video/VideoList/info.js +1 -1
- package/dist/Video/VideoListMini/info.js +1 -1
- package/dist/VideoMainBanner/info.js +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/{index-1a32da94.js → index-b826f1c7.js} +1 -1
- package/dist/index.esm-67811428.js +1012 -0
- package/dist/main.js +15 -13
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ConfigProvider as e } from "./ConfigProvider/index.js";
|
|
2
|
-
import { Banner as
|
|
2
|
+
import { Banner as m } from "./Banner/Banner.js";
|
|
3
3
|
import { BannerAndText as f } from "./BannerAndText/index.js";
|
|
4
4
|
import { Header as x } from "./Header/Header.js";
|
|
5
5
|
import { Footer as i } from "./Footer/Footer.js";
|
|
@@ -9,7 +9,7 @@ import { VideoFull as P } from "./Video/VideoFull/VideoFull.js";
|
|
|
9
9
|
import { VideoList as I } from "./Video/VideoList/VideoList.js";
|
|
10
10
|
import { VideoListMini as w } from "./Video/VideoListMini/VideoListMini.js";
|
|
11
11
|
import { ContentCardList as L } from "./ContentCardList/ContentCardList.js";
|
|
12
|
-
import { CardIconList as
|
|
12
|
+
import { CardIconList as D } from "./CardIconList/CardIconList.js";
|
|
13
13
|
import { MultiCards as S } from "./MultiCards/index.js";
|
|
14
14
|
import { Partners as A } from "./Partners/Partners.js";
|
|
15
15
|
import { CardImageList as b } from "./CardImageList/CardImageList.js";
|
|
@@ -26,7 +26,7 @@ import { WarningCard as X } from "./Cards/WarningCard/WarningCard.js";
|
|
|
26
26
|
import { ColoredCard as _ } from "./Cards/ColoredCard/index.js";
|
|
27
27
|
import { F as rr, S as or } from "./index-b4c61de3.js";
|
|
28
28
|
import { DownloadFileBanner as tr } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
29
|
-
import { DownloadFileFull as
|
|
29
|
+
import { DownloadFileFull as pr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
30
30
|
import { DownloadFileHalf as nr } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
31
31
|
import { DownloadFileMini as ar } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
32
32
|
import { Collapse as lr } from "./Faq/components/Collapse/Collapse.js";
|
|
@@ -36,22 +36,23 @@ import { InstructionCard as ur } from "./InstructionList/components/InstructionC
|
|
|
36
36
|
import { InstructionModal as cr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
37
37
|
import { PartnerCard as Br } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
38
38
|
import { PartnerTab as gr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
39
|
-
import { PreviewCard as
|
|
39
|
+
import { PreviewCard as Mr } from "./PreviewList/components/PreviewCard/PreviewCard.js";
|
|
40
40
|
import { VideoPlayer as Vr } from "./Video/components/VideoPlayer/VideoPlayer.js";
|
|
41
41
|
import { PageViewer as Hr } from "./PageViewer/PageViewer.js";
|
|
42
42
|
import { FieldTypes as vr } from "./Types/FiledTypes.js";
|
|
43
43
|
import { B as Tr } from "./const-53dff524.js";
|
|
44
44
|
import { Space as qr } from "./Space/Space.js";
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
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";
|
|
47
48
|
export {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
hr as AllComponents,
|
|
50
|
+
jr as AllComponentsData,
|
|
51
|
+
Gr as AllComponentsInfo,
|
|
52
|
+
m as Banner,
|
|
52
53
|
f as BannerAndText,
|
|
53
54
|
Tr as ButtonProps,
|
|
54
|
-
|
|
55
|
+
D as CardIconList,
|
|
55
56
|
O as CardImage,
|
|
56
57
|
b as CardImageList,
|
|
57
58
|
lr as Collapse,
|
|
@@ -60,7 +61,7 @@ export {
|
|
|
60
61
|
R as ContentCard,
|
|
61
62
|
L as ContentCardList,
|
|
62
63
|
tr as DownloadFileBanner,
|
|
63
|
-
|
|
64
|
+
pr as DownloadFileFull,
|
|
64
65
|
nr as DownloadFileHalf,
|
|
65
66
|
ar as DownloadFileMini,
|
|
66
67
|
k as Faq,
|
|
@@ -68,6 +69,7 @@ export {
|
|
|
68
69
|
dr as FeedbackForm,
|
|
69
70
|
vr as FieldTypes,
|
|
70
71
|
i as Footer,
|
|
72
|
+
Wr as FormDefault,
|
|
71
73
|
x as Header,
|
|
72
74
|
j as HeroPossibilityBanner,
|
|
73
75
|
E as HtmlContent,
|
|
@@ -82,7 +84,7 @@ export {
|
|
|
82
84
|
A as Partners,
|
|
83
85
|
G as PartnersColors,
|
|
84
86
|
Fr as PlusMinusIcon,
|
|
85
|
-
|
|
87
|
+
Mr as PreviewCard,
|
|
86
88
|
K as PreviewList,
|
|
87
89
|
or as SIZE,
|
|
88
90
|
C as Segments,
|