md-components-mdigial-azamat 0.0.80 → 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/ActionIconList/ActionIconList.js +2 -1
- package/dist/Actions/types.js +13 -2
- package/dist/AllComponents.js +4 -3
- package/dist/AllComponentsInfo.js +1 -1
- package/dist/CardImageList/CardImageList.js +23 -21
- 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 +4 -3
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/{componentsMap-56a530ca.js → componentsMap-5b44ddfd.js} +1 -1
- package/dist/{info-7ea3fd7e.js → info-a3b95669.js} +11 -10
- package/dist/main.js +15 -13
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ import "../PartnersColors/PartnersColors.js";
|
|
|
31
31
|
import "../PreviewList/PreviewList.js";
|
|
32
32
|
import "../Cards/CardImage/CardImage.js";
|
|
33
33
|
import "../Cards/ContentCard/ContentCard.js";
|
|
34
|
-
import "../info-
|
|
34
|
+
import "../info-a3b95669.js";
|
|
35
35
|
import "../Cards/ColoredCard/index.js";
|
|
36
36
|
import "../Cards/FeaturesCard/index.js";
|
|
37
37
|
import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -100,6 +100,7 @@ import "../Video/VideoFull/info.js";
|
|
|
100
100
|
import "../Video/VideoList/info.js";
|
|
101
101
|
import "../Video/VideoListMini/info.js";
|
|
102
102
|
import "../VideoMainBanner/info.js";
|
|
103
|
+
import "../Actions/types.js";
|
|
103
104
|
const O = {
|
|
104
105
|
type: "icon_cards",
|
|
105
106
|
label: "Карточки с иконками",
|
package/dist/Actions/types.js
CHANGED
|
@@ -1,9 +1,20 @@
|
|
|
1
|
-
const
|
|
1
|
+
const e = {
|
|
2
2
|
downloadFile: {
|
|
3
3
|
label: "Скачать файл",
|
|
4
4
|
key: "downloadFile"
|
|
5
|
+
},
|
|
6
|
+
modal: {
|
|
7
|
+
label: "Модальное окно",
|
|
8
|
+
key: "modal"
|
|
5
9
|
}
|
|
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"
|
|
6
15
|
};
|
|
7
16
|
export {
|
|
8
|
-
|
|
17
|
+
e as Actions,
|
|
18
|
+
o as AllActions,
|
|
19
|
+
a as AllActionsObject
|
|
9
20
|
};
|
package/dist/AllComponents.js
CHANGED
|
@@ -8,7 +8,7 @@ import "./CardInfoTable/index.js";
|
|
|
8
8
|
import "./ContentCardList/ContentCardList.js";
|
|
9
9
|
import "./DownloadFile/components/DownloadFileBright/index.js";
|
|
10
10
|
import "./Faq/Faq.js";
|
|
11
|
-
import { a as
|
|
11
|
+
import { a as Vo, A as Wo } from "./info-a3b95669.js";
|
|
12
12
|
import "./InfoBannerList/InfoBannerList.js";
|
|
13
13
|
import "./IntroBanner/IntroBanner.js";
|
|
14
14
|
import "./MainBanner/MainBanner.js";
|
|
@@ -96,7 +96,8 @@ import "./Video/VideoFull/info.js";
|
|
|
96
96
|
import "./Video/VideoList/info.js";
|
|
97
97
|
import "./Video/VideoListMini/info.js";
|
|
98
98
|
import "./VideoMainBanner/info.js";
|
|
99
|
+
import "./Actions/types.js";
|
|
99
100
|
export {
|
|
100
|
-
|
|
101
|
-
|
|
101
|
+
Vo as AllComponents,
|
|
102
|
+
Wo as AllComponentsData
|
|
102
103
|
};
|
|
@@ -10,7 +10,7 @@ import { cardImageInfo as f } from "./Cards/CardImage/info.js";
|
|
|
10
10
|
import { coloredCardInfo as I } from "./Cards/ColoredCard/info.js";
|
|
11
11
|
import { contentCardInfo as d } from "./Cards/ContentCard/info.js";
|
|
12
12
|
import { featuresCardInfo as p } from "./Cards/FeaturesCard/info.js";
|
|
13
|
-
import { w as s, f as l } from "./info-
|
|
13
|
+
import { w as s, f as l } from "./info-a3b95669.js";
|
|
14
14
|
import { contentCardListInfo as C } from "./ContentCardList/info.js";
|
|
15
15
|
import { downloadFileBannerInfo as B } from "./DownloadFile/components/DownloadFileBanner/info.js";
|
|
16
16
|
import { downloadFileBrightInfo as L } from "./DownloadFile/components/DownloadFileBright/info.js";
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as t, jsxs as n } from "react/jsx-runtime";
|
|
2
|
+
import { AllActionsObject as c } from "../Actions/types.js";
|
|
2
3
|
import { CardImage as x } from "../Cards/CardImage/CardImage.js";
|
|
3
4
|
import { CardImageVariant as m } from "../Cards/CardImage/types.js";
|
|
4
|
-
import { FieldTypes as
|
|
5
|
-
import { B as
|
|
5
|
+
import { FieldTypes as e } from "../Types/FiledTypes.js";
|
|
6
|
+
import { B as f } from "../index-875e92ce.js";
|
|
6
7
|
import { B as d } from "../const-53dff524.js";
|
|
7
|
-
import { C as
|
|
8
|
+
import { C as g } from "../ComponentContainer-05e27e82.js";
|
|
8
9
|
import { c as p } from "../cn-6a4bf187.js";
|
|
9
|
-
const
|
|
10
|
+
const b = {
|
|
10
11
|
type: "cards",
|
|
11
12
|
dataType: "array",
|
|
12
13
|
label: "Карточки",
|
|
13
14
|
data: {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
action: c,
|
|
16
|
+
title: e.TITLE,
|
|
17
|
+
description: e.DESCRIPTION,
|
|
18
|
+
image: e.FILE,
|
|
19
|
+
is_black: e.BOOLEAN,
|
|
18
20
|
variant: {
|
|
19
21
|
options: [
|
|
20
22
|
{
|
|
@@ -26,17 +28,17 @@ const g = {
|
|
|
26
28
|
value: m.SMALL
|
|
27
29
|
}
|
|
28
30
|
],
|
|
29
|
-
type:
|
|
31
|
+
type: e.VARIANT
|
|
30
32
|
}
|
|
31
33
|
}
|
|
32
|
-
},
|
|
34
|
+
}, u = ["title", "description", b, "grid", d], N = ({
|
|
33
35
|
cards: r,
|
|
34
36
|
title: l,
|
|
35
37
|
description: i,
|
|
36
38
|
grid: s,
|
|
37
39
|
button: o
|
|
38
|
-
}) => /* @__PURE__ */
|
|
39
|
-
l && /* @__PURE__ */
|
|
40
|
+
}) => /* @__PURE__ */ t(g, { children: /* @__PURE__ */ n("div", { className: "w-full flex flex-col items-center gap-[24px]", children: [
|
|
41
|
+
l && /* @__PURE__ */ t(
|
|
40
42
|
"h2",
|
|
41
43
|
{
|
|
42
44
|
className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
|
|
@@ -44,15 +46,15 @@ const g = {
|
|
|
44
46
|
children: l
|
|
45
47
|
}
|
|
46
48
|
),
|
|
47
|
-
i && /* @__PURE__ */
|
|
48
|
-
/* @__PURE__ */
|
|
49
|
+
i && /* @__PURE__ */ t("p", { className: "text-[18px] leading-[26px] text-graySoft text-center", children: i }),
|
|
50
|
+
/* @__PURE__ */ t(
|
|
49
51
|
"div",
|
|
50
52
|
{
|
|
51
53
|
className: p(
|
|
52
54
|
`w-full grid grid-cols-${s} items-stretch gap-6`,
|
|
53
55
|
"max-tablet:grid-cols-1"
|
|
54
56
|
),
|
|
55
|
-
children: r == null ? void 0 : r.map((a) => /* @__PURE__ */
|
|
57
|
+
children: r == null ? void 0 : r.map((a) => /* @__PURE__ */ t(
|
|
56
58
|
x,
|
|
57
59
|
{
|
|
58
60
|
data: a
|
|
@@ -61,16 +63,16 @@ const g = {
|
|
|
61
63
|
))
|
|
62
64
|
}
|
|
63
65
|
),
|
|
64
|
-
o && /* @__PURE__ */
|
|
65
|
-
|
|
66
|
+
o && /* @__PURE__ */ t("div", { className: "flex flex-wrap gap-4", children: /* @__PURE__ */ t(
|
|
67
|
+
f,
|
|
66
68
|
{
|
|
67
69
|
className: p("w-fit z-10 max-tablet:w-full"),
|
|
68
70
|
...o
|
|
69
71
|
}
|
|
70
72
|
) })
|
|
71
73
|
] }) });
|
|
72
|
-
|
|
74
|
+
N.propsToEdit = u;
|
|
73
75
|
export {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
+
N as CardImageList,
|
|
77
|
+
u as propsToEdit
|
|
76
78
|
};
|
|
@@ -29,7 +29,7 @@ import "../../PartnersColors/PartnersColors.js";
|
|
|
29
29
|
import "../../PreviewList/PreviewList.js";
|
|
30
30
|
import "../CardImage/CardImage.js";
|
|
31
31
|
import "../ContentCard/ContentCard.js";
|
|
32
|
-
import { W as
|
|
32
|
+
import { W as Xr, p as Yr } from "../../info-a3b95669.js";
|
|
33
33
|
import "../ColoredCard/index.js";
|
|
34
34
|
import "../FeaturesCard/index.js";
|
|
35
35
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -97,9 +97,10 @@ import "../../Video/VideoFull/info.js";
|
|
|
97
97
|
import "../../Video/VideoList/info.js";
|
|
98
98
|
import "../../Video/VideoListMini/info.js";
|
|
99
99
|
import "../../VideoMainBanner/info.js";
|
|
100
|
+
import "../../Actions/types.js";
|
|
100
101
|
import "../../Icon-70ea6cb8.js";
|
|
101
102
|
import "../../ComponentContainer-05e27e82.js";
|
|
102
103
|
export {
|
|
103
|
-
|
|
104
|
-
|
|
104
|
+
Xr as WarningCard,
|
|
105
|
+
Yr as propsToEdit
|
|
105
106
|
};
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../../index-a0ed2e4a.js";
|
|
4
4
|
import "../../index-875e92ce.js";
|
|
5
5
|
import "../../const-53dff524.js";
|
|
6
|
-
import { F as f, g as F } from "../../info-
|
|
6
|
+
import { F as f, g as F } from "../../info-a3b95669.js";
|
|
7
7
|
import "../../ComponentContainer-05e27e82.js";
|
|
8
8
|
import "../../useScreenSize-c1b64c02.js";
|
|
9
9
|
export {
|
|
@@ -27,7 +27,7 @@ import "../../PartnersColors/PartnersColors.js";
|
|
|
27
27
|
import "../../PreviewList/PreviewList.js";
|
|
28
28
|
import "../../Cards/CardImage/CardImage.js";
|
|
29
29
|
import "../../Cards/ContentCard/ContentCard.js";
|
|
30
|
-
import { e as
|
|
30
|
+
import { e as Xo, f as Yo, d as Zo, i as _o } from "../../info-a3b95669.js";
|
|
31
31
|
import "../../Cards/ColoredCard/index.js";
|
|
32
32
|
import "../../Cards/FeaturesCard/index.js";
|
|
33
33
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -96,11 +96,12 @@ import "../../Video/VideoFull/info.js";
|
|
|
96
96
|
import "../../Video/VideoList/info.js";
|
|
97
97
|
import "../../Video/VideoListMini/info.js";
|
|
98
98
|
import "../../VideoMainBanner/info.js";
|
|
99
|
+
import "../../Actions/types.js";
|
|
99
100
|
import "../../index-0a5f313c.js";
|
|
100
101
|
import "./componentTypes.js";
|
|
101
102
|
export {
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
103
|
+
Xo as FormFieldsProps,
|
|
104
|
+
Yo as formDefaultInfo,
|
|
105
|
+
Zo as formDefaultProps,
|
|
106
|
+
_o as info
|
|
106
107
|
};
|
|
@@ -28,7 +28,7 @@ import "../../PartnersColors/PartnersColors.js";
|
|
|
28
28
|
import "../../PreviewList/PreviewList.js";
|
|
29
29
|
import "../../Cards/CardImage/CardImage.js";
|
|
30
30
|
import "../../Cards/ContentCard/ContentCard.js";
|
|
31
|
-
import { b as
|
|
31
|
+
import { b as Vo, c as Wo } from "../../info-a3b95669.js";
|
|
32
32
|
import "../../Cards/ColoredCard/index.js";
|
|
33
33
|
import "../../Cards/FeaturesCard/index.js";
|
|
34
34
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -96,7 +96,8 @@ import "../../Video/VideoFull/info.js";
|
|
|
96
96
|
import "../../Video/VideoList/info.js";
|
|
97
97
|
import "../../Video/VideoListMini/info.js";
|
|
98
98
|
import "../../VideoMainBanner/info.js";
|
|
99
|
+
import "../../Actions/types.js";
|
|
99
100
|
export {
|
|
100
|
-
|
|
101
|
-
|
|
101
|
+
Vo as componentsList,
|
|
102
|
+
Wo as componentsMap
|
|
102
103
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as n, Fragment as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../componentsMap-
|
|
2
|
+
import { c as i } from "../componentsMap-5b44ddfd.js";
|
|
3
3
|
const d = ({ components: o, device: p }) => /* @__PURE__ */ n(t, { children: o.map((r) => {
|
|
4
4
|
const e = i[r.key];
|
|
5
5
|
return e ? /* @__PURE__ */ n(
|
|
@@ -10,7 +10,7 @@ import { CardImage as p } from "./Cards/CardImage/CardImage.js";
|
|
|
10
10
|
import { ColoredCard as f } from "./Cards/ColoredCard/index.js";
|
|
11
11
|
import { ContentCard as s } from "./Cards/ContentCard/ContentCard.js";
|
|
12
12
|
import { FeaturesCard as d } from "./Cards/FeaturesCard/index.js";
|
|
13
|
-
import { W as l, F as C } from "./info-
|
|
13
|
+
import { W as l, F as C } from "./info-a3b95669.js";
|
|
14
14
|
import { ContentCardList as B } from "./ContentCardList/ContentCardList.js";
|
|
15
15
|
import { DownloadFileBanner as F } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
16
16
|
import { DownloadFileBright as L } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
@@ -105,6 +105,7 @@ import "./Video/VideoFull/info.js";
|
|
|
105
105
|
import "./Video/VideoList/info.js";
|
|
106
106
|
import "./Video/VideoListMini/info.js";
|
|
107
107
|
import "./VideoMainBanner/info.js";
|
|
108
|
+
import "./Actions/types.js";
|
|
108
109
|
import { componentTypes as Ot } from "./Forms/FormDefault/componentTypes.js";
|
|
109
110
|
import { Header as Zt } from "./Header/Header.js";
|
|
110
111
|
import { Footer as Rt } from "./Footer/Footer.js";
|
|
@@ -1097,10 +1098,10 @@ const Ut = {
|
|
|
1097
1098
|
label: a,
|
|
1098
1099
|
type: r,
|
|
1099
1100
|
options: o
|
|
1100
|
-
}),
|
|
1101
|
+
}), pa = {
|
|
1101
1102
|
title: "Оставьте заявку, чтобы подключить MKassa",
|
|
1102
1103
|
subtitle: "с Вами свяжется наш специалист и поможет с подключением сервиса"
|
|
1103
|
-
},
|
|
1104
|
+
}, ma = {
|
|
1104
1105
|
title: "Форма заявки",
|
|
1105
1106
|
description: "Форма заявки ",
|
|
1106
1107
|
types: [U.form],
|
|
@@ -1272,7 +1273,7 @@ const Ut = {
|
|
|
1272
1273
|
) });
|
|
1273
1274
|
};
|
|
1274
1275
|
me.propsToEdit = pe;
|
|
1275
|
-
const
|
|
1276
|
+
const ua = {
|
|
1276
1277
|
MainBanner: { key: "MainBanner", component: He },
|
|
1277
1278
|
Banner: { key: "Banner", component: ge },
|
|
1278
1279
|
CardImageList: { key: "CardImageList", component: Ie },
|
|
@@ -1321,7 +1322,7 @@ const ma = {
|
|
|
1321
1322
|
},
|
|
1322
1323
|
Header: { key: "Header", component: Zt },
|
|
1323
1324
|
Footer: { key: "Footer", component: Rt }
|
|
1324
|
-
},
|
|
1325
|
+
}, fa = {
|
|
1325
1326
|
MainBanner: st.component_props,
|
|
1326
1327
|
Banner: it.component_props,
|
|
1327
1328
|
CardImageList: lt.component_props,
|
|
@@ -1356,25 +1357,25 @@ const ma = {
|
|
|
1356
1357
|
IntroBanner: Gt.component_props,
|
|
1357
1358
|
DownloadFileBright: Wt.component_props,
|
|
1358
1359
|
FormDefault: rr
|
|
1359
|
-
},
|
|
1360
|
+
}, ha = {
|
|
1360
1361
|
title: "Предупреждающая карточка",
|
|
1361
1362
|
description: "Компонент для отображения предупреждающей информации в виде карточки с иконкой, заголовком и описанием. Используется для привлечения внимания к важной информации или предупреждениям.",
|
|
1362
1363
|
types: [U.cards],
|
|
1363
1364
|
propsToEdit: te
|
|
1364
1365
|
};
|
|
1365
1366
|
export {
|
|
1366
|
-
|
|
1367
|
+
fa as A,
|
|
1367
1368
|
me as F,
|
|
1368
1369
|
q as W,
|
|
1369
|
-
|
|
1370
|
+
ua as a,
|
|
1370
1371
|
Jt as b,
|
|
1371
1372
|
Ut as c,
|
|
1372
1373
|
rr as d,
|
|
1373
1374
|
nr as e,
|
|
1374
|
-
|
|
1375
|
+
ma as f,
|
|
1375
1376
|
pe as g,
|
|
1376
|
-
|
|
1377
|
+
pa as i,
|
|
1377
1378
|
te as p,
|
|
1378
1379
|
tr as r,
|
|
1379
|
-
|
|
1380
|
+
ha as w
|
|
1380
1381
|
};
|
package/dist/main.js
CHANGED
|
@@ -6,11 +6,11 @@ import { Footer as i } from "./Footer/Footer.js";
|
|
|
6
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
|
-
import { VideoList as
|
|
9
|
+
import { VideoList as c } from "./Video/VideoList/VideoList.js";
|
|
10
10
|
import { VideoListMini as B } from "./Video/VideoListMini/VideoListMini.js";
|
|
11
11
|
import { ContentCardList as L } from "./ContentCardList/ContentCardList.js";
|
|
12
|
-
import { CardIconList as
|
|
13
|
-
import { MultiCards as
|
|
12
|
+
import { CardIconList as A } from "./CardIconList/CardIconList.js";
|
|
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";
|
|
16
16
|
import { MainBanner as v } from "./MainBanner/MainBanner.js";
|
|
@@ -22,7 +22,7 @@ import { PartnersColors as G } from "./PartnersColors/PartnersColors.js";
|
|
|
22
22
|
import { PreviewList as K } from "./PreviewList/PreviewList.js";
|
|
23
23
|
import { CardImage as O } from "./Cards/CardImage/CardImage.js";
|
|
24
24
|
import { ContentCard as R } from "./Cards/ContentCard/ContentCard.js";
|
|
25
|
-
import { a as X, A as Y, F as _, W as $ } from "./info-
|
|
25
|
+
import { a as X, A as Y, F as _, W as $ } from "./info-a3b95669.js";
|
|
26
26
|
import { ColoredCard as or } from "./Cards/ColoredCard/index.js";
|
|
27
27
|
import { FeaturesCard as tr } from "./Cards/FeaturesCard/index.js";
|
|
28
28
|
import { DownloadFileBanner as pr } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -32,11 +32,11 @@ import { DownloadFileMini as sr } from "./DownloadFile/components/DownloadFileMi
|
|
|
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
|
-
import { InstructionCard as
|
|
35
|
+
import { InstructionCard as Ir } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
36
36
|
import { InstructionModal as wr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
37
37
|
import { PartnerCard as gr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
38
|
-
import { PartnerTab as
|
|
39
|
-
import { PreviewCard as
|
|
38
|
+
import { PartnerTab as Dr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
39
|
+
import { PreviewCard as Sr } from "./PreviewList/components/PreviewCard/PreviewCard.js";
|
|
40
40
|
import { VideoPlayer as yr } from "./Video/components/VideoPlayer/VideoPlayer.js";
|
|
41
41
|
import { PageViewer as br } from "./PageViewer/PageViewer.js";
|
|
42
42
|
import { FieldTypes as Tr } from "./Types/FiledTypes.js";
|
|
@@ -45,14 +45,16 @@ 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 { Actions as Nr } from "./Actions/types.js";
|
|
48
49
|
export {
|
|
50
|
+
Nr as Actions,
|
|
49
51
|
X as AllComponents,
|
|
50
52
|
Y as AllComponentsData,
|
|
51
53
|
Jr as AllComponentsInfo,
|
|
52
54
|
m as Banner,
|
|
53
55
|
a as BannerAndText,
|
|
54
56
|
kr as ButtonProps,
|
|
55
|
-
|
|
57
|
+
A as CardIconList,
|
|
56
58
|
O as CardImage,
|
|
57
59
|
H as CardImageList,
|
|
58
60
|
dr as Collapse,
|
|
@@ -74,25 +76,25 @@ export {
|
|
|
74
76
|
f as Header,
|
|
75
77
|
j as HeroPossibilityBanner,
|
|
76
78
|
q as HtmlContent,
|
|
77
|
-
|
|
79
|
+
Ir as InstructionCard,
|
|
78
80
|
Z as InstructionList,
|
|
79
81
|
wr as InstructionModal,
|
|
80
82
|
v as MainBanner,
|
|
81
|
-
|
|
83
|
+
M as MultiCards,
|
|
82
84
|
br as PageViewer,
|
|
83
85
|
gr as PartnerCard,
|
|
84
|
-
|
|
86
|
+
Dr as PartnerTab,
|
|
85
87
|
V as Partners,
|
|
86
88
|
G as PartnersColors,
|
|
87
89
|
ur as PlusMinusIcon,
|
|
88
|
-
|
|
90
|
+
Sr as PreviewCard,
|
|
89
91
|
K as PreviewList,
|
|
90
92
|
zr as SIZE,
|
|
91
93
|
C as Segments,
|
|
92
94
|
Er as Space,
|
|
93
95
|
l as Stepper,
|
|
94
96
|
P as VideoFull,
|
|
95
|
-
|
|
97
|
+
c as VideoList,
|
|
96
98
|
B as VideoListMini,
|
|
97
99
|
yr as VideoPlayer,
|
|
98
100
|
$ as WarningCard
|