md-components-mdigial-azamat 0.0.17 → 0.0.19
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-3adfe2a3.js +4399 -0
- package/dist/AllComponents.js +17 -101
- package/dist/Banner/Banner.js +1 -1
- package/dist/Banner/index.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/Cards/ContentCard/ContentCard.js +1 -2
- package/dist/Cards/ContentCard/index.js +2 -2
- package/dist/Cards/WarningCard/WarningCard.js +2 -3
- 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 +8 -100
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +2 -3
- package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +2 -3
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +2 -3
- package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
- package/dist/Faq/Faq.js +1 -1
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +2 -3
- package/dist/Faq/components/FeedbackForm/index.js +2 -2
- package/dist/Faq/index.js +1 -1
- package/dist/InfoBanner/index.js +6 -71
- package/dist/InfoBannerList/InfoBannerList.js +6 -35
- package/dist/InfoBannerList/index.js +2 -2
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +6 -58
- package/dist/IntroBanner/index.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/index.js +1 -1
- package/dist/PageViewer/PageViewer.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +2 -3
- package/dist/PreviewList/components/PreviewCard/index.js +2 -2
- package/dist/PreviewList/index.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +10 -10
- package/dist/StandartTable/components/CardWarning/index.js +6 -87
- package/dist/StandartTable/index.js +6 -46
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +13 -12
- package/dist/Types/FiledTypes.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +6 -146
- package/dist/VideoMainBanner/index.js +2 -2
- package/dist/componentsMap-4a48f9e0.js +53 -0
- package/dist/main.js +64 -62
- package/package.json +1 -1
- package/dist/componentsMap-fc5d3ce6.js +0 -58
- package/dist/const-fcf5d36a.js +0 -5
- package/dist/data.mock-97df7aa8.js +0 -1714
- package/dist/index-3d4883ec.js +0 -2106
- /package/dist/assets/{InfoBanner.css → TasksBanner.css} +0 -0
package/dist/main.js
CHANGED
|
@@ -1,68 +1,70 @@
|
|
|
1
1
|
import { ConfigProvider as e } from "./ConfigProvider/index.js";
|
|
2
|
-
import {
|
|
3
|
-
import { BannerAndText as
|
|
4
|
-
import { Segments as
|
|
5
|
-
import { VideoFull as
|
|
6
|
-
import { VideoList as
|
|
7
|
-
import { VideoListMini as
|
|
8
|
-
import { CardIconList as
|
|
9
|
-
import { MultiCards as
|
|
2
|
+
import { a7 as t, a6 as n, B as s, a5 as i, C as m, a2 as p, a as l, D as d, c as f, b as x, d as C, F, a3 as P, I as u, M as I, a4 as c, P as w, S as B, W as L } from "./AllComponents-3adfe2a3.js";
|
|
3
|
+
import { BannerAndText as g } from "./BannerAndText/index.js";
|
|
4
|
+
import { Segments as V } from "./Segments/Segments.js";
|
|
5
|
+
import { VideoFull as v } from "./Video/VideoFull/VideoFull.js";
|
|
6
|
+
import { VideoList as A } from "./Video/VideoList/VideoList.js";
|
|
7
|
+
import { VideoListMini as S } from "./Video/VideoListMini/VideoListMini.js";
|
|
8
|
+
import { CardIconList as W } from "./CardIconList/CardIconList.js";
|
|
9
|
+
import { MultiCards as q } from "./MultiCards/index.js";
|
|
10
10
|
import { Partners as j } from "./Partners/Partners.js";
|
|
11
|
-
import { HtmlContent as
|
|
12
|
-
import { HeroPossibilityBanner as
|
|
13
|
-
import { PartnersColors as
|
|
14
|
-
import { CardImage as
|
|
15
|
-
import { ColoredCard as
|
|
16
|
-
import { F as
|
|
17
|
-
import { Collapse as
|
|
18
|
-
import { PlusMinusIcon as
|
|
19
|
-
import { InstructionCard as
|
|
20
|
-
import { InstructionModal as
|
|
21
|
-
import { PartnerCard as
|
|
22
|
-
import { PartnerTab as
|
|
23
|
-
import { VideoPlayer as
|
|
24
|
-
import { PageViewer as
|
|
25
|
-
import { FieldTypes as
|
|
11
|
+
import { HtmlContent as E } from "./HtmlContent/HtmlContent.js";
|
|
12
|
+
import { HeroPossibilityBanner as J } from "./HeroPossibilityBanner/index.js";
|
|
13
|
+
import { PartnersColors as N } from "./PartnersColors/PartnersColors.js";
|
|
14
|
+
import { CardImage as Q } from "./Cards/CardImage/CardImage.js";
|
|
15
|
+
import { ColoredCard as U } from "./Cards/ColoredCard/index.js";
|
|
16
|
+
import { F as Y } from "./index-6e0f7db0.js";
|
|
17
|
+
import { Collapse as _ } from "./Faq/components/Collapse/Collapse.js";
|
|
18
|
+
import { PlusMinusIcon as rr } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
19
|
+
import { InstructionCard as er } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
20
|
+
import { InstructionModal as tr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
21
|
+
import { PartnerCard as sr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
22
|
+
import { PartnerTab as mr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
23
|
+
import { VideoPlayer as lr } from "./Video/components/VideoPlayer/VideoPlayer.js";
|
|
24
|
+
import { PageViewer as fr } from "./PageViewer/PageViewer.js";
|
|
25
|
+
import { FieldTypes as Cr } from "./Types/FiledTypes.js";
|
|
26
26
|
export {
|
|
27
|
-
t as
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
27
|
+
t as AllComponents,
|
|
28
|
+
n as AllComponentsData,
|
|
29
|
+
s as Banner,
|
|
30
|
+
g as BannerAndText,
|
|
31
|
+
i as ButtonProps,
|
|
32
|
+
W as CardIconList,
|
|
33
|
+
Q as CardImage,
|
|
34
|
+
m as CardImageList,
|
|
35
|
+
_ as Collapse,
|
|
36
|
+
U as ColoredCard,
|
|
35
37
|
e as ConfigProvider,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
38
|
+
p as ContentCard,
|
|
39
|
+
l as ContentCardList,
|
|
40
|
+
d as DownloadFileBanner,
|
|
41
|
+
f as DownloadFileFull,
|
|
42
|
+
x as DownloadFileHalf,
|
|
43
|
+
C as DownloadFileMini,
|
|
44
|
+
F as Faq,
|
|
45
|
+
Y as FeaturesCard,
|
|
46
|
+
P as FeedbackForm,
|
|
47
|
+
Cr as FieldTypes,
|
|
48
|
+
J as HeroPossibilityBanner,
|
|
49
|
+
E as HtmlContent,
|
|
50
|
+
er as InstructionCard,
|
|
51
|
+
u as InstructionList,
|
|
52
|
+
tr as InstructionModal,
|
|
53
|
+
I as MainBanner,
|
|
54
|
+
q as MultiCards,
|
|
55
|
+
fr as PageViewer,
|
|
56
|
+
sr as PartnerCard,
|
|
57
|
+
mr as PartnerTab,
|
|
56
58
|
j as Partners,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
59
|
+
N as PartnersColors,
|
|
60
|
+
rr as PlusMinusIcon,
|
|
61
|
+
c as PreviewCard,
|
|
62
|
+
w as PreviewList,
|
|
63
|
+
V as Segments,
|
|
64
|
+
B as Stepper,
|
|
65
|
+
v as VideoFull,
|
|
66
|
+
A as VideoList,
|
|
67
|
+
S as VideoListMini,
|
|
68
|
+
lr as VideoPlayer,
|
|
69
|
+
L as WarningCard
|
|
68
70
|
};
|
package/package.json
CHANGED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import r from "./AnimatedSwiper/index.js";
|
|
2
|
-
import { B as o, C as i, S as a, a as t, M as m, W as n, F as e, D as s, b as p, c as f, d, I as l, P as L, e as B } from "./index-3d4883ec.js";
|
|
3
|
-
import { CardIconList as C } from "./CardIconList/CardIconList.js";
|
|
4
|
-
import { CardImageSecondaryList as F } from "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
5
|
-
import { DownloadFileBright as w } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
6
|
-
import { EmptyBox as I } from "./EmptyBox/EmptyBox.js";
|
|
7
|
-
import { InfoBannerList as c } from "./InfoBannerList/InfoBannerList.js";
|
|
8
|
-
import { IntroBanner as M } from "./IntroBanner/IntroBanner.js";
|
|
9
|
-
import { MultiCards as S } from "./MultiCards/index.js";
|
|
10
|
-
import { Partners as D } from "./Partners/Partners.js";
|
|
11
|
-
import { PartnersColors as P } from "./PartnersColors/PartnersColors.js";
|
|
12
|
-
import { PromoPoster as g } from "./PromoPoster/PromoPoster.js";
|
|
13
|
-
import { Segments as u } from "./Segments/Segments.js";
|
|
14
|
-
import { StandartTable as V } from "./StandartTable/index.js";
|
|
15
|
-
import { SwiperList as b } from "./SwiperList/SwiperList.js";
|
|
16
|
-
import { TasksBannerList as T } from "./TasksBannerList/TasksBannerList.js";
|
|
17
|
-
import { VideoFull as x } from "./Video/VideoFull/VideoFull.js";
|
|
18
|
-
import { VideoList as y } from "./Video/VideoList/VideoList.js";
|
|
19
|
-
import { VideoListMini as W } from "./Video/VideoListMini/VideoListMini.js";
|
|
20
|
-
import { VideoMainBanner as h } from "./VideoMainBanner/VideoMainBanner.js";
|
|
21
|
-
const $ = {
|
|
22
|
-
Banner: o,
|
|
23
|
-
CardImageList: i,
|
|
24
|
-
Stepper: a,
|
|
25
|
-
Segments: u,
|
|
26
|
-
VideoFull: x,
|
|
27
|
-
VideoList: y,
|
|
28
|
-
VideoListMini: W,
|
|
29
|
-
ContentCardList: t,
|
|
30
|
-
CardIconList: C,
|
|
31
|
-
MultiCards: S,
|
|
32
|
-
Partners: D,
|
|
33
|
-
PartnersColors: P,
|
|
34
|
-
MainBanner: m,
|
|
35
|
-
WarningCard: n,
|
|
36
|
-
Faq: e,
|
|
37
|
-
DownloadFileBanner: s,
|
|
38
|
-
DownloadFileHalf: p,
|
|
39
|
-
DownloadFileFull: f,
|
|
40
|
-
DownloadFileMini: d,
|
|
41
|
-
InstructionList: l,
|
|
42
|
-
PreviewList: L,
|
|
43
|
-
SwiperList: b,
|
|
44
|
-
AnimatedSwiper: r,
|
|
45
|
-
InfoBannerList: c,
|
|
46
|
-
TasksBannerList: T,
|
|
47
|
-
VideoMainBanner: h,
|
|
48
|
-
EmptyBox: I,
|
|
49
|
-
PromoPoster: g,
|
|
50
|
-
CardImageSecondaryList: F,
|
|
51
|
-
CardInfoTable: B,
|
|
52
|
-
StandartTable: V,
|
|
53
|
-
IntroBanner: M,
|
|
54
|
-
DownloadFileBright: w
|
|
55
|
-
};
|
|
56
|
-
export {
|
|
57
|
-
$ as c
|
|
58
|
-
};
|
package/dist/const-fcf5d36a.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
var e = /* @__PURE__ */ ((r) => (r.S = "s", r.M = "m", r.L = "l", r.XL = "xl", r))(e || {}), y = /* @__PURE__ */ ((r) => (r.Primary = "primary", r.Secondary = "secondary", r.SecondaryBlue = "secondaryBlue", r.Grey = "grey", r.Static = "static", r.Brand = "brand", r))(y || {});
|
|
2
|
-
export {
|
|
3
|
-
y as B,
|
|
4
|
-
e as a
|
|
5
|
-
};
|