md-components-mdigial-azamat 0.0.28 → 0.0.29
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 +1 -1
- package/dist/Banner/Banner.js +1 -1
- package/dist/Banner/index.js +1 -1
- package/dist/BannerAndText/index.js +1 -1
- package/dist/CardIconList/CardIconList.js +1 -1
- package/dist/CardIconList/index.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardImageSecondary/CardImageSecondary.js +1 -1
- package/dist/CardImageSecondary/index.js +1 -1
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
- package/dist/CardImageSecondaryList/index.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/Cards/ContentCard/ContentCard.js +1 -1
- package/dist/Cards/ContentCard/index.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +1 -1
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/ContentCardList/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
- package/dist/Faq/Faq.js +1 -1
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1 -1
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/index.js +1 -1
- package/dist/InfoBanner/index.js +1 -1
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InfoBannerList/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/IntroBanner/index.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/index.js +1 -1
- package/dist/MultiCards/index.js +1 -1
- package/dist/PageViewer/PageViewer.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/Partners/Partners.js +11 -9
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +1 -1
- package/dist/PreviewList/components/PreviewCard/index.js +1 -1
- package/dist/PreviewList/index.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/StandartTable/components/CardWarning/index.js +1 -1
- package/dist/StandartTable/index.js +1 -1
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/index.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/VideoMainBanner/index.js +1 -1
- package/dist/{componentsMap-5e677eaa.js → componentsMap-960fd4bb.js} +1 -1
- package/dist/{index-f6bbda32.js → index-0d55abe0.js} +243 -240
- package/dist/main.js +36 -35
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { ConfigProvider as a } from "./ConfigProvider/index.js";
|
|
2
|
-
import { ab as t, aa as s, B as n, a5 as i, a9 as p, b as m, C as l, a6 as d, a as f, D as x, e as C, d as F, f as P, F as u, a7 as
|
|
3
|
-
import { Segments as
|
|
2
|
+
import { ab as t, aa as s, B as n, a5 as i, a9 as p, b as m, C as l, a6 as d, a as f, D as x, e as C, d as F, f as P, F as u, a7 as I, I as c, c as w, M as B, a8 as L, P as M, S as g, W as D } from "./index-0d55abe0.js";
|
|
3
|
+
import { Segments as b } from "./Segments/Segments.js";
|
|
4
4
|
import { VideoFull as v } from "./Video/VideoFull/VideoFull.js";
|
|
5
5
|
import { VideoList as A } from "./Video/VideoList/VideoList.js";
|
|
6
6
|
import { VideoListMini as T } from "./Video/VideoListMini/VideoListMini.js";
|
|
7
7
|
import { Partners as k } from "./Partners/Partners.js";
|
|
8
|
-
import { HtmlContent as
|
|
9
|
-
import { HeroPossibilityBanner as
|
|
10
|
-
import { PartnersColors as
|
|
11
|
-
import { CardImage as
|
|
12
|
-
import { ColoredCard as
|
|
13
|
-
import { F as R } from "./index-a379154f.js";
|
|
8
|
+
import { HtmlContent as E } from "./HtmlContent/HtmlContent.js";
|
|
9
|
+
import { HeroPossibilityBanner as h } from "./HeroPossibilityBanner/index.js";
|
|
10
|
+
import { PartnersColors as z } from "./PartnersColors/PartnersColors.js";
|
|
11
|
+
import { CardImage as J } from "./Cards/CardImage/CardImage.js";
|
|
12
|
+
import { ColoredCard as N } from "./Cards/ColoredCard/index.js";
|
|
13
|
+
import { F as Q, S as R } from "./index-a379154f.js";
|
|
14
14
|
import { Collapse as X } from "./Faq/components/Collapse/Collapse.js";
|
|
15
|
-
import { PlusMinusIcon as
|
|
16
|
-
import { InstructionCard as
|
|
17
|
-
import { InstructionModal as
|
|
18
|
-
import { PartnerCard as
|
|
19
|
-
import { PartnerTab as
|
|
20
|
-
import { VideoPlayer as
|
|
21
|
-
import { PageViewer as
|
|
22
|
-
import { FieldTypes as
|
|
23
|
-
import { Space as
|
|
15
|
+
import { PlusMinusIcon as _ } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
16
|
+
import { InstructionCard as rr } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
17
|
+
import { InstructionModal as ar } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
18
|
+
import { PartnerCard as tr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
19
|
+
import { PartnerTab as nr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
20
|
+
import { VideoPlayer as pr } from "./Video/components/VideoPlayer/VideoPlayer.js";
|
|
21
|
+
import { PageViewer as lr } from "./PageViewer/PageViewer.js";
|
|
22
|
+
import { FieldTypes as fr } from "./Types/FiledTypes.js";
|
|
23
|
+
import { Space as Cr } from "./Space/Space.js";
|
|
24
24
|
export {
|
|
25
25
|
t as AllComponents,
|
|
26
26
|
s as AllComponentsData,
|
|
@@ -28,10 +28,10 @@ export {
|
|
|
28
28
|
i as BannerAndText,
|
|
29
29
|
p as ButtonProps,
|
|
30
30
|
m as CardIconList,
|
|
31
|
-
|
|
31
|
+
J as CardImage,
|
|
32
32
|
l as CardImageList,
|
|
33
33
|
X as Collapse,
|
|
34
|
-
|
|
34
|
+
N as ColoredCard,
|
|
35
35
|
a as ConfigProvider,
|
|
36
36
|
d as ContentCard,
|
|
37
37
|
f as ContentCardList,
|
|
@@ -40,30 +40,31 @@ export {
|
|
|
40
40
|
F as DownloadFileHalf,
|
|
41
41
|
P as DownloadFileMini,
|
|
42
42
|
u as Faq,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
43
|
+
Q as FeaturesCard,
|
|
44
|
+
I as FeedbackForm,
|
|
45
|
+
fr as FieldTypes,
|
|
46
|
+
h as HeroPossibilityBanner,
|
|
47
|
+
E as HtmlContent,
|
|
48
|
+
rr as InstructionCard,
|
|
49
|
+
c as InstructionList,
|
|
50
|
+
ar as InstructionModal,
|
|
51
51
|
w as MainBanner,
|
|
52
52
|
B as MultiCards,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
lr as PageViewer,
|
|
54
|
+
tr as PartnerCard,
|
|
55
|
+
nr as PartnerTab,
|
|
56
56
|
k as Partners,
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
z as PartnersColors,
|
|
58
|
+
_ as PlusMinusIcon,
|
|
59
59
|
L as PreviewCard,
|
|
60
60
|
M as PreviewList,
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
R as SIZE,
|
|
62
|
+
b as Segments,
|
|
63
|
+
Cr as Space,
|
|
63
64
|
g as Stepper,
|
|
64
65
|
v as VideoFull,
|
|
65
66
|
A as VideoList,
|
|
66
67
|
T as VideoListMini,
|
|
67
|
-
|
|
68
|
+
pr as VideoPlayer,
|
|
68
69
|
D as WarningCard
|
|
69
70
|
};
|