md-components-mdigial-azamat 0.0.13 → 0.0.15
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/main.js +20 -18
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { ConfigProvider as e } from "./ConfigProvider/index.js";
|
|
2
2
|
import { Banner as m } from "./Banner/Banner.js";
|
|
3
|
-
import { BannerAndText as
|
|
3
|
+
import { BannerAndText as f } from "./BannerAndText/index.js";
|
|
4
4
|
import { Stepper as x } from "./Stepper/Stepper.js";
|
|
5
5
|
import { Segments as i } from "./Segments/Segments.js";
|
|
6
6
|
import { VideoFull as l } from "./Video/VideoFull/VideoFull.js";
|
|
7
7
|
import { VideoList as C } from "./Video/VideoList/VideoList.js";
|
|
8
8
|
import { VideoListMini as P } from "./Video/VideoListMini/VideoListMini.js";
|
|
9
|
-
import { ContentCardList as
|
|
10
|
-
import { CardIconList as
|
|
11
|
-
import { MultiCards as
|
|
9
|
+
import { ContentCardList as w } from "./ContentCardList/ContentCardList.js";
|
|
10
|
+
import { CardIconList as L } from "./CardIconList/CardIconList.js";
|
|
11
|
+
import { MultiCards as g } from "./MultiCards/index.js";
|
|
12
12
|
import { Partners as B } from "./Partners/Partners.js";
|
|
13
|
-
import { CardImageList as
|
|
13
|
+
import { CardImageList as D } from "./CardImageList/CardImageList.js";
|
|
14
14
|
import { MainBanner as v } from "./MainBanner/MainBanner.js";
|
|
15
15
|
import { Faq as y } from "./Faq/Faq.js";
|
|
16
16
|
import { HtmlContent as T } from "./HtmlContent/HtmlContent.js";
|
|
@@ -27,26 +27,27 @@ import { DownloadFileBanner as _ } from "./DownloadFile/components/DownloadFileB
|
|
|
27
27
|
import { DownloadFileFull as rr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
28
28
|
import { DownloadFileHalf as er } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
29
29
|
import { DownloadFileMini as mr } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
30
|
-
import { Collapse as
|
|
30
|
+
import { Collapse as fr } from "./Faq/components/Collapse/Collapse.js";
|
|
31
31
|
import { FeedbackForm as xr } from "./Faq/components/FeedbackForm/FeedbackForm.js";
|
|
32
32
|
import { PlusMinusIcon as ir } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
33
33
|
import { InstructionCard as lr } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
34
34
|
import { InstructionModal as Cr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
35
35
|
import { PartnerCard as Pr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
36
|
-
import { PartnerTab as
|
|
37
|
-
import { PreviewCard as
|
|
38
|
-
import { VideoPlayer as
|
|
36
|
+
import { PartnerTab as wr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
37
|
+
import { PreviewCard as Lr } from "./PreviewList/components/PreviewCard/PreviewCard.js";
|
|
38
|
+
import { VideoPlayer as gr } from "./Video/components/VideoPlayer/VideoPlayer.js";
|
|
39
|
+
import { PageViewer as Br } from "./PageViewer/PageViewer.js";
|
|
39
40
|
export {
|
|
40
41
|
m as Banner,
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
f as BannerAndText,
|
|
43
|
+
L as CardIconList,
|
|
43
44
|
J as CardImage,
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
D as CardImageList,
|
|
46
|
+
fr as Collapse,
|
|
46
47
|
U as ColoredCard,
|
|
47
48
|
e as ConfigProvider,
|
|
48
49
|
N as ContentCard,
|
|
49
|
-
|
|
50
|
+
w as ContentCardList,
|
|
50
51
|
_ as DownloadFileBanner,
|
|
51
52
|
rr as DownloadFileFull,
|
|
52
53
|
er as DownloadFileHalf,
|
|
@@ -60,19 +61,20 @@ export {
|
|
|
60
61
|
q as InstructionList,
|
|
61
62
|
Cr as InstructionModal,
|
|
62
63
|
v as MainBanner,
|
|
63
|
-
|
|
64
|
+
g as MultiCards,
|
|
65
|
+
Br as PageViewer,
|
|
64
66
|
Pr as PartnerCard,
|
|
65
|
-
|
|
67
|
+
wr as PartnerTab,
|
|
66
68
|
B as Partners,
|
|
67
69
|
j as PartnersColors,
|
|
68
70
|
ir as PlusMinusIcon,
|
|
69
|
-
|
|
71
|
+
Lr as PreviewCard,
|
|
70
72
|
E as PreviewList,
|
|
71
73
|
i as Segments,
|
|
72
74
|
x as Stepper,
|
|
73
75
|
l as VideoFull,
|
|
74
76
|
C as VideoList,
|
|
75
77
|
P as VideoListMini,
|
|
76
|
-
|
|
78
|
+
gr as VideoPlayer,
|
|
77
79
|
Q as WarningCard
|
|
78
80
|
};
|