md-components-mdigial-azamat 0.0.88 → 0.0.89
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/ActionIconList/ActionIconList.js +1 -1
- package/dist/AllComponents.js +5 -4
- package/dist/AllComponentsInfo.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +4 -3
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/info.js +1 -1
- package/dist/Forms/FormDefault/index.js +1 -1
- package/dist/Forms/FormDefault/info.js +6 -5
- package/dist/Forms/helpers/renderFormFields.js +1 -1
- package/dist/Forms/model/components.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/TitleBlock/TitleBlock.js +1 -1
- package/dist/{componentsMap-2618a2a1.js → componentsMap-fe7d949d.js} +1 -1
- package/dist/{data.mock-9071e4ea.js → data.mock-f00bb32c.js} +14 -6
- package/dist/{info-1169ba3e.js → info-6760fbcd.js} +221 -219
- package/dist/main.js +19 -17
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ConfigProvider as d } from "./ConfigProvider/index.js";
|
|
2
2
|
import { Banner as c } from "./Banner/Banner.js";
|
|
3
3
|
import { BannerAndText as F } from "./BannerAndText/index.js";
|
|
4
|
-
import { Header as
|
|
5
|
-
import { Footer as
|
|
4
|
+
import { Header as B } from "./Header/Header.js";
|
|
5
|
+
import { Footer as M } from "./Footer/Footer.js";
|
|
6
6
|
import { Stepper as w } from "./Stepper/Stepper.js";
|
|
7
7
|
import { Segments as S } from "./Segments/Segments.js";
|
|
8
8
|
import { VideoFull as D } from "./Video/VideoFull/VideoFull.js";
|
|
9
9
|
import { VideoList as V } from "./Video/VideoList/VideoList.js";
|
|
10
10
|
import { VideoListMini as H } from "./Video/VideoListMini/VideoListMini.js";
|
|
11
|
-
import { ContentCardList as
|
|
11
|
+
import { ContentCardList as k } from "./ContentCardList/ContentCardList.js";
|
|
12
12
|
import { CardIconList as O } from "./CardIconList/CardIconList.js";
|
|
13
13
|
import { MultiCards as q } from "./MultiCards/index.js";
|
|
14
14
|
import { Partners as Z } from "./Partners/Partners.js";
|
|
@@ -22,18 +22,18 @@ import { PartnersColors as $ } from "./PartnersColors/PartnersColors.js";
|
|
|
22
22
|
import { PreviewList as ro } from "./PreviewList/PreviewList.js";
|
|
23
23
|
import { CardImage as to } from "./Cards/CardImage/CardImage.js";
|
|
24
24
|
import { ContentCard as po } from "./Cards/ContentCard/ContentCard.js";
|
|
25
|
-
import { a as mo, A as fo, F as xo, W as so } from "./info-
|
|
25
|
+
import { a as mo, A as fo, F as xo, W as so } from "./info-6760fbcd.js";
|
|
26
26
|
import { ColoredCard as io } from "./Cards/ColoredCard/index.js";
|
|
27
27
|
import { FeaturesCard as co } from "./Cards/FeaturesCard/index.js";
|
|
28
28
|
import { DownloadFileBanner as Fo } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
29
|
-
import { DownloadFileFull as
|
|
30
|
-
import { DownloadFileHalf as
|
|
29
|
+
import { DownloadFileFull as Bo } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
30
|
+
import { DownloadFileHalf as Mo } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
31
31
|
import { DownloadFileMini as wo } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
32
32
|
import { Collapse as So } from "./Faq/components/Collapse/Collapse.js";
|
|
33
33
|
import { F as Do } from "./index-a0ed2e4a.js";
|
|
34
34
|
import { PlusMinusIcon as Vo } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
35
35
|
import { InstructionCard as Ho } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
36
|
-
import { InstructionModal as
|
|
36
|
+
import { InstructionModal as ko } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
37
37
|
import { PartnerCard as Oo } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
38
38
|
import { PartnerTab as qo } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
39
39
|
import { PreviewCard as Zo } from "./PreviewList/components/PreviewCard/PreviewCard.js";
|
|
@@ -46,8 +46,9 @@ import { FileBannerSecondary as Yo } from "./DownloadFile/components/FileBannerS
|
|
|
46
46
|
import { M as $o, a as or } from "./index-5aaa0755.js";
|
|
47
47
|
import { useState as f, useCallback as r } from "react";
|
|
48
48
|
import { S as er } from "./size-b1291031.js";
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
49
|
+
import { TitleBlock as ar } from "./TitleBlock/TitleBlock.js";
|
|
50
|
+
import { AllComponentsInfo as nr } from "./AllComponentsInfo.js";
|
|
51
|
+
import { Actions as fr } from "./Actions/types.js";
|
|
51
52
|
const s = (e = !1) => {
|
|
52
53
|
const [t, o] = f(e), a = r(() => o(!0), []), p = r(() => o(!1), []), n = r(() => o((m) => !m), []);
|
|
53
54
|
return {
|
|
@@ -58,10 +59,10 @@ const s = (e = !1) => {
|
|
|
58
59
|
};
|
|
59
60
|
};
|
|
60
61
|
export {
|
|
61
|
-
|
|
62
|
+
fr as Actions,
|
|
62
63
|
mo as AllComponents,
|
|
63
64
|
fo as AllComponentsData,
|
|
64
|
-
|
|
65
|
+
nr as AllComponentsInfo,
|
|
65
66
|
c as Banner,
|
|
66
67
|
F as BannerAndText,
|
|
67
68
|
Qo as ButtonProps,
|
|
@@ -72,24 +73,24 @@ export {
|
|
|
72
73
|
io as ColoredCard,
|
|
73
74
|
d as ConfigProvider,
|
|
74
75
|
po as ContentCard,
|
|
75
|
-
|
|
76
|
+
k as ContentCardList,
|
|
76
77
|
Fo as DownloadFileBanner,
|
|
77
|
-
|
|
78
|
-
|
|
78
|
+
Bo as DownloadFileFull,
|
|
79
|
+
Mo as DownloadFileHalf,
|
|
79
80
|
wo as DownloadFileMini,
|
|
80
81
|
K as Faq,
|
|
81
82
|
co as FeaturesCard,
|
|
82
83
|
Do as FeedbackForm,
|
|
83
84
|
Ko as FieldTypes,
|
|
84
85
|
Yo as FileBannerSecondary,
|
|
85
|
-
|
|
86
|
+
M as Footer,
|
|
86
87
|
xo as FormDefault,
|
|
87
|
-
|
|
88
|
+
B as Header,
|
|
88
89
|
Y as HeroPossibilityBanner,
|
|
89
90
|
Q as HtmlContent,
|
|
90
91
|
Ho as InstructionCard,
|
|
91
92
|
U as InstructionList,
|
|
92
|
-
|
|
93
|
+
ko as InstructionModal,
|
|
93
94
|
G as MainBanner,
|
|
94
95
|
$o as Modal,
|
|
95
96
|
or as ModalBody,
|
|
@@ -106,6 +107,7 @@ export {
|
|
|
106
107
|
S as Segments,
|
|
107
108
|
Uo as Space,
|
|
108
109
|
w as Stepper,
|
|
110
|
+
ar as TitleBlock,
|
|
109
111
|
D as VideoFull,
|
|
110
112
|
V as VideoList,
|
|
111
113
|
H as VideoListMini,
|