md-components-mdigial-azamat 0.0.81 → 0.0.82
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/Actions/types.js +8 -2
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/main.js +12 -12
- package/package.json +1 -1
package/dist/Actions/types.js
CHANGED
|
@@ -7,8 +7,14 @@ const e = {
|
|
|
7
7
|
label: "Модальное окно",
|
|
8
8
|
key: "modal"
|
|
9
9
|
}
|
|
10
|
-
}, o = Object.values(e).map((l) => l == null ? void 0 : l.key)
|
|
10
|
+
}, o = Object.values(e).map((l) => l == null ? void 0 : l.key), a = {
|
|
11
|
+
action: o,
|
|
12
|
+
label: "Действия",
|
|
13
|
+
key: "action",
|
|
14
|
+
dataType: "action"
|
|
15
|
+
};
|
|
11
16
|
export {
|
|
12
17
|
e as Actions,
|
|
13
|
-
o as AllActions
|
|
18
|
+
o as AllActions,
|
|
19
|
+
a as AllActionsObject
|
|
14
20
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { AllActionsObject as c } from "../Actions/types.js";
|
|
3
3
|
import { CardImage as x } from "../Cards/CardImage/CardImage.js";
|
|
4
4
|
import { CardImageVariant as m } from "../Cards/CardImage/types.js";
|
|
5
5
|
import { FieldTypes as e } from "../Types/FiledTypes.js";
|
package/dist/main.js
CHANGED
|
@@ -3,13 +3,13 @@ import { Banner as m } from "./Banner/Banner.js";
|
|
|
3
3
|
import { BannerAndText as a } from "./BannerAndText/index.js";
|
|
4
4
|
import { Header as f } from "./Header/Header.js";
|
|
5
5
|
import { Footer as i } from "./Footer/Footer.js";
|
|
6
|
-
import { Stepper as
|
|
6
|
+
import { Stepper as l } from "./Stepper/Stepper.js";
|
|
7
7
|
import { Segments as C } from "./Segments/Segments.js";
|
|
8
8
|
import { VideoFull as P } from "./Video/VideoFull/VideoFull.js";
|
|
9
9
|
import { VideoList as c } from "./Video/VideoList/VideoList.js";
|
|
10
10
|
import { VideoListMini as B } from "./Video/VideoListMini/VideoListMini.js";
|
|
11
|
-
import { ContentCardList as
|
|
12
|
-
import { CardIconList as
|
|
11
|
+
import { ContentCardList as L } from "./ContentCardList/ContentCardList.js";
|
|
12
|
+
import { CardIconList as A } from "./CardIconList/CardIconList.js";
|
|
13
13
|
import { MultiCards as M } from "./MultiCards/index.js";
|
|
14
14
|
import { Partners as V } from "./Partners/Partners.js";
|
|
15
15
|
import { CardImageList as H } from "./CardImageList/CardImageList.js";
|
|
@@ -28,13 +28,13 @@ import { FeaturesCard as tr } from "./Cards/FeaturesCard/index.js";
|
|
|
28
28
|
import { DownloadFileBanner as pr } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
29
29
|
import { DownloadFileFull as nr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
30
30
|
import { DownloadFileHalf as xr } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
31
|
-
import { DownloadFileMini as
|
|
31
|
+
import { DownloadFileMini as sr } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
32
32
|
import { Collapse as dr } from "./Faq/components/Collapse/Collapse.js";
|
|
33
33
|
import { F as Fr } from "./index-a0ed2e4a.js";
|
|
34
34
|
import { PlusMinusIcon as ur } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
35
35
|
import { InstructionCard as Ir } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
36
36
|
import { InstructionModal as wr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
37
|
-
import { PartnerCard as
|
|
37
|
+
import { PartnerCard as gr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
38
38
|
import { PartnerTab as Dr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
39
39
|
import { PreviewCard as Sr } from "./PreviewList/components/PreviewCard/PreviewCard.js";
|
|
40
40
|
import { VideoPlayer as yr } from "./Video/components/VideoPlayer/VideoPlayer.js";
|
|
@@ -45,27 +45,27 @@ import { Space as Er } from "./Space/Space.js";
|
|
|
45
45
|
import { FileBannerSecondary as hr } from "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
|
|
46
46
|
import { S as zr } from "./size-b1291031.js";
|
|
47
47
|
import { AllComponentsInfo as Jr } from "./AllComponentsInfo.js";
|
|
48
|
-
import {
|
|
48
|
+
import { Actions as Nr } from "./Actions/types.js";
|
|
49
49
|
export {
|
|
50
|
-
Nr as
|
|
50
|
+
Nr as Actions,
|
|
51
51
|
X as AllComponents,
|
|
52
52
|
Y as AllComponentsData,
|
|
53
53
|
Jr as AllComponentsInfo,
|
|
54
54
|
m as Banner,
|
|
55
55
|
a as BannerAndText,
|
|
56
56
|
kr as ButtonProps,
|
|
57
|
-
|
|
57
|
+
A as CardIconList,
|
|
58
58
|
O as CardImage,
|
|
59
59
|
H as CardImageList,
|
|
60
60
|
dr as Collapse,
|
|
61
61
|
or as ColoredCard,
|
|
62
62
|
e as ConfigProvider,
|
|
63
63
|
R as ContentCard,
|
|
64
|
-
|
|
64
|
+
L as ContentCardList,
|
|
65
65
|
pr as DownloadFileBanner,
|
|
66
66
|
nr as DownloadFileFull,
|
|
67
67
|
xr as DownloadFileHalf,
|
|
68
|
-
|
|
68
|
+
sr as DownloadFileMini,
|
|
69
69
|
W as Faq,
|
|
70
70
|
tr as FeaturesCard,
|
|
71
71
|
Fr as FeedbackForm,
|
|
@@ -82,7 +82,7 @@ export {
|
|
|
82
82
|
v as MainBanner,
|
|
83
83
|
M as MultiCards,
|
|
84
84
|
br as PageViewer,
|
|
85
|
-
|
|
85
|
+
gr as PartnerCard,
|
|
86
86
|
Dr as PartnerTab,
|
|
87
87
|
V as Partners,
|
|
88
88
|
G as PartnersColors,
|
|
@@ -92,7 +92,7 @@ export {
|
|
|
92
92
|
zr as SIZE,
|
|
93
93
|
C as Segments,
|
|
94
94
|
Er as Space,
|
|
95
|
-
|
|
95
|
+
l as Stepper,
|
|
96
96
|
P as VideoFull,
|
|
97
97
|
c as VideoList,
|
|
98
98
|
B as VideoListMini,
|