md-components-mdigial-azamat 0.0.77 → 0.0.79
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/ActionCard/ActionCard.js +30 -0
- package/dist/ActionCard/index.js +4 -0
- package/dist/ActionCard/info.js +11 -0
- package/dist/ActionCard/types.js +1 -0
- package/dist/ActionCardList/ActionCardList.js +32 -0
- package/dist/ActionCardList/index.js +4 -0
- package/dist/ActionCardList/info.js +11 -0
- package/dist/ActionCardList/types.js +1 -0
- package/dist/ActionIconList/ActionIconList.js +174 -0
- package/dist/ActionIconList/index.js +4 -0
- package/dist/ActionIconList/info.js +11 -0
- package/dist/ActionIconList/types.js +1 -0
- package/dist/AllComponents.js +39 -127
- package/dist/AllComponentsInfo.js +26 -27
- package/dist/AnimatedSwiper/index.js +9 -3
- package/dist/AnimatedSwiper/info.js +1 -1
- package/dist/Banner/Banner.js +1 -1
- package/dist/Banner/info.js +1 -1
- package/dist/BannerAndText/index.js +1 -1
- package/dist/BannerAndText/info.js +1 -1
- package/dist/CardIconList/CardIconList.js +16 -15
- package/dist/CardIconList/info.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/info.js +1 -1
- package/dist/CardImageSecondary/info.js +1 -1
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
- package/dist/CardImageSecondaryList/info.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/CardInfoTable/info.js +1 -1
- package/dist/{index-04224eb4.js → Cards/ActionIconCard/index.js} +21 -27
- package/dist/Cards/ActionIconCard/info.js +11 -0
- package/dist/Cards/ActionIconCard/types.js +1 -0
- package/dist/Cards/CardImage/info.js +1 -1
- package/dist/Cards/ColoredCard/info.js +1 -1
- package/dist/Cards/ContentCard/info.js +1 -1
- package/dist/Cards/FeaturesCard/index.js +100 -8
- package/dist/Cards/FeaturesCard/info.js +2 -2
- package/dist/Cards/WarningCard/WarningCard.js +103 -68
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/info.js +3 -9
- package/dist/ComponentContainer-05e27e82.js +16 -0
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/ContentCardList/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/info.js +1 -1
- package/dist/DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js +1 -1
- package/dist/DownloadFile/components/FileBannerSecondary/info.js +1 -1
- package/dist/Faq/Faq.js +2 -2
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +6 -55
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/info.js +1 -1
- package/dist/FileLoader/fileLoader.js +22 -0
- package/dist/FileLoader/index.js +1787 -0
- package/dist/Footer/info.js +1 -1
- package/dist/Forms/FormDefault/componentTypes.js +31 -0
- package/dist/Forms/FormDefault/index.js +10 -273
- package/dist/Forms/FormDefault/info.js +104 -18
- package/dist/Forms/helpers/renderFormFields.js +7 -0
- package/dist/Forms/model/components.js +102 -0
- package/dist/Forms/types/formItems.js +1 -0
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
- package/dist/Header/info.js +1 -1
- package/dist/HeroPossibilityBanner/info.js +1 -1
- package/dist/InfoBanner/info.js +1 -1
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InfoBannerList/info.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/info.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/IntroBanner/info.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/info.js +1 -1
- package/dist/MultiCards/index.js +1 -1
- package/dist/MultiCards/info.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/Partners/Partners.js +1 -1
- package/dist/Partners/info.js +1 -1
- package/dist/PartnersColors/PartnersColors.js +1 -1
- package/dist/PartnersColors/info.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/info.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +1 -1
- package/dist/PromoPoster/info.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/Segments/info.js +1 -1
- package/dist/Space/info.js +1 -1
- package/dist/StandartTable/index.js +1 -1
- package/dist/StandartTable/info.js +1 -1
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/info.js +1 -1
- package/dist/SwiperList/SwiperList.js +7 -7
- package/dist/SwiperList/info.js +1 -1
- package/dist/TasksBanner/info.js +1 -1
- package/dist/TasksBannerList/TasksBannerList.js +1 -1
- package/dist/TasksBannerList/info.js +1 -1
- package/dist/TitleBlock/TitleBlock.js +15 -0
- package/dist/TitleBlock/index.js +4 -0
- package/dist/TitleBlock/info.js +11 -0
- package/dist/TitleBlock/types.js +1 -0
- package/dist/Video/VideoFull/VideoFull.js +1 -1
- package/dist/Video/VideoFull/info.js +1 -1
- package/dist/Video/VideoList/VideoList.js +1 -1
- package/dist/Video/VideoList/info.js +1 -1
- package/dist/Video/VideoListMini/VideoListMini.js +1 -1
- package/dist/Video/VideoListMini/info.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/VideoMainBanner/info.js +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/{componentsMap-ae33b476.js → componentsMap-3d57445f.js} +38 -39
- package/dist/{data.mock-30d53d62.js → data.mock-9071e4ea.js} +54 -52
- package/dist/{index-b826f1c7.js → index-0a5f313c.js} +1 -1
- package/dist/index-a0ed2e4a.js +1221 -0
- package/dist/info-0f7bae6b.js +1380 -0
- package/dist/main.js +59 -60
- package/dist/{mousewheel-2cf27f39.js → mousewheel-865ae601.js} +1 -1
- package/dist/{navigation-48c90d3b.js → navigation-b894d0cd.js} +1 -1
- package/dist/size-b1291031.js +8 -0
- package/dist/{swiper-react-bfbb44d6.js → swiper-react-90953710.js} +3 -3
- package/package.json +4 -1
- package/dist/ComponentContainer-841196f9.js +0 -16
- package/dist/index.esm-67811428.js +0 -1012
|
@@ -4,23 +4,22 @@ import { BannerAndText as m } from "./BannerAndText/index.js";
|
|
|
4
4
|
import { CardIconList as t } from "./CardIconList/CardIconList.js";
|
|
5
5
|
import { CardImageList as i } from "./CardImageList/CardImageList.js";
|
|
6
6
|
import { CardImageSecondary as n } from "./CardImageSecondary/CardImageSecondary.js";
|
|
7
|
-
import { CardImageSecondaryList as
|
|
8
|
-
import { CardInfoTable as
|
|
7
|
+
import { CardImageSecondaryList as a } from "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
8
|
+
import { CardInfoTable as e } from "./CardInfoTable/index.js";
|
|
9
9
|
import { CardImage as p } from "./Cards/CardImage/CardImage.js";
|
|
10
10
|
import { ColoredCard as f } from "./Cards/ColoredCard/index.js";
|
|
11
|
-
import { ContentCard as
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import { ContentCardList as
|
|
15
|
-
import { DownloadFileBanner as
|
|
16
|
-
import { DownloadFileBright as
|
|
17
|
-
import { DownloadFileFull as
|
|
18
|
-
import { DownloadFileHalf as
|
|
19
|
-
import { DownloadFileMini as
|
|
20
|
-
import { FileBannerSecondary as
|
|
21
|
-
import { Faq as
|
|
22
|
-
import { Footer as
|
|
23
|
-
import { FormDefault as u } from "./Forms/FormDefault/index.js";
|
|
11
|
+
import { ContentCard as s } from "./Cards/ContentCard/ContentCard.js";
|
|
12
|
+
import { FeaturesCard as d } from "./Cards/FeaturesCard/index.js";
|
|
13
|
+
import { W as l, F as C } from "./info-0f7bae6b.js";
|
|
14
|
+
import { ContentCardList as B } from "./ContentCardList/ContentCardList.js";
|
|
15
|
+
import { DownloadFileBanner as F } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
16
|
+
import { DownloadFileBright as L } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
17
|
+
import { DownloadFileFull as I } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
18
|
+
import { DownloadFileHalf as c } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
19
|
+
import { DownloadFileMini as S } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
20
|
+
import { FileBannerSecondary as w } from "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
|
|
21
|
+
import { Faq as g } from "./Faq/Faq.js";
|
|
22
|
+
import { Footer as u } from "./Footer/Footer.js";
|
|
24
23
|
import { Header as D } from "./Header/Header.js";
|
|
25
24
|
import { HeroPossibilityBanner as M } from "./HeroPossibilityBanner/index.js";
|
|
26
25
|
import { HtmlContent as P } from "./HtmlContent/HtmlContent.js";
|
|
@@ -32,10 +31,10 @@ import { MainBanner as b } from "./MainBanner/MainBanner.js";
|
|
|
32
31
|
import { MultiCards as k } from "./MultiCards/index.js";
|
|
33
32
|
import { Partners as x } from "./Partners/Partners.js";
|
|
34
33
|
import { PartnersColors as A } from "./PartnersColors/PartnersColors.js";
|
|
35
|
-
import { PreviewList as
|
|
36
|
-
import { PromoPoster as
|
|
37
|
-
import { Segments as
|
|
38
|
-
import { Space as
|
|
34
|
+
import { PreviewList as W } from "./PreviewList/PreviewList.js";
|
|
35
|
+
import { PromoPoster as h } from "./PromoPoster/PromoPoster.js";
|
|
36
|
+
import { Segments as q } from "./Segments/Segments.js";
|
|
37
|
+
import { Space as v } from "./Space/Space.js";
|
|
39
38
|
import { StandartTable as j } from "./StandartTable/index.js";
|
|
40
39
|
import { Stepper as z } from "./Stepper/Stepper.js";
|
|
41
40
|
import { SwiperList as E } from "./SwiperList/SwiperList.js";
|
|
@@ -45,55 +44,55 @@ import { VideoFull as K } from "./Video/VideoFull/VideoFull.js";
|
|
|
45
44
|
import { VideoList as N } from "./Video/VideoList/VideoList.js";
|
|
46
45
|
import { VideoListMini as O } from "./Video/VideoListMini/VideoListMini.js";
|
|
47
46
|
import { VideoMainBanner as Q } from "./VideoMainBanner/VideoMainBanner.js";
|
|
48
|
-
const
|
|
47
|
+
const zr = {
|
|
49
48
|
Banner: o,
|
|
50
49
|
BannerAndText: m,
|
|
51
50
|
CardImageList: i,
|
|
52
51
|
Stepper: z,
|
|
53
|
-
Segments:
|
|
52
|
+
Segments: q,
|
|
54
53
|
VideoFull: K,
|
|
55
54
|
VideoList: N,
|
|
56
55
|
VideoListMini: O,
|
|
57
|
-
ContentCardList:
|
|
56
|
+
ContentCardList: B,
|
|
58
57
|
CardIconList: t,
|
|
59
58
|
MultiCards: k,
|
|
60
59
|
Partners: x,
|
|
61
60
|
PartnersColors: A,
|
|
62
61
|
MainBanner: b,
|
|
63
62
|
WarningCard: l,
|
|
64
|
-
Faq:
|
|
65
|
-
DownloadFileBanner:
|
|
66
|
-
DownloadFileHalf:
|
|
67
|
-
DownloadFileFull:
|
|
68
|
-
DownloadFileMini:
|
|
63
|
+
Faq: g,
|
|
64
|
+
DownloadFileBanner: F,
|
|
65
|
+
DownloadFileHalf: c,
|
|
66
|
+
DownloadFileFull: I,
|
|
67
|
+
DownloadFileMini: S,
|
|
69
68
|
InstructionList: H,
|
|
70
|
-
PreviewList:
|
|
69
|
+
PreviewList: W,
|
|
71
70
|
SwiperList: E,
|
|
72
71
|
AnimatedSwiper: r,
|
|
73
72
|
InfoBannerList: y,
|
|
74
73
|
TasksBannerList: J,
|
|
75
74
|
VideoMainBanner: Q,
|
|
76
|
-
Space:
|
|
77
|
-
PromoPoster:
|
|
78
|
-
CardImageSecondaryList:
|
|
79
|
-
CardInfoTable:
|
|
75
|
+
Space: v,
|
|
76
|
+
PromoPoster: h,
|
|
77
|
+
CardImageSecondaryList: a,
|
|
78
|
+
CardInfoTable: e,
|
|
80
79
|
StandartTable: j,
|
|
81
80
|
IntroBanner: V,
|
|
82
|
-
DownloadFileBright:
|
|
83
|
-
FormDefault:
|
|
81
|
+
DownloadFileBright: L,
|
|
82
|
+
FormDefault: C,
|
|
84
83
|
Header: D,
|
|
85
|
-
Footer:
|
|
84
|
+
Footer: u,
|
|
86
85
|
HtmlContent: P,
|
|
87
86
|
HeroPossibilityBanner: M,
|
|
88
87
|
CardImage: p,
|
|
89
|
-
ContentCard:
|
|
88
|
+
ContentCard: s,
|
|
90
89
|
ColoredCard: f,
|
|
91
|
-
FeaturesCard:
|
|
90
|
+
FeaturesCard: d,
|
|
92
91
|
InfoBanner: T,
|
|
93
92
|
TasksBanner: G,
|
|
94
93
|
CardImageSecondary: n,
|
|
95
|
-
FileBannerSecondary:
|
|
94
|
+
FileBannerSecondary: w
|
|
96
95
|
};
|
|
97
96
|
export {
|
|
98
|
-
|
|
97
|
+
zr as c
|
|
99
98
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { p as
|
|
2
|
-
import { b as
|
|
3
|
-
var t = /* @__PURE__ */ ((i) => (i.Header = "Header", i.Banner = "Banner", i.CardImageList = "CardImageList", i.Stepper = "Stepper", i.Segments = "Segments", i.Video = "VideoFull", i.VideoList = "VideoList", i.VideoListMini = "VideoListMini", i.ContentCardList = "ContentCardList", i.CardIconList = "CardIconList", i.MultiCards = "MultiCards", i.Partners = "Partners", i.PartnersColors = "PartnersColors", i.MainBanner = "MainBanner", i.WarningCard = "WarningCard", i.Faq = "Faq", i.DownloadFileBanner = "DownloadFileBanner", i.FileBannerSecondary = "FileBannerSecondary", i.DownloadFileFull = "DownloadFileFull", i.DownloadFileHalf = "DownloadFileHalf", i.DownloadFileMini = "DownloadFileMini", i.InstructionList = "InstructionList", i.PreviewList = "PreviewList", i.SwiperList = "SwiperList", i.AnimatedSwiper = "AnimatedSwiper", i.InfoBannerList = "InfoBannerList", i.TasksBannerList = "TasksBannerList", i.VideoMainBanner = "VideoMainBanner", i.EmptyBox = "EmptyBox", i.PromoPoster = "PromoPoster", i.CardImageSecondaryList = "CardImageSecondaryList", i.CardInfoTable = "CardInfoTable", i.StandartTable = "StandartTable", i.IntroBanner = "IntroBanner", i.DownloadFileBright = "DownloadFileBright", i.Footer = "Footer", i))(t || {});
|
|
4
|
-
const
|
|
1
|
+
import { p as e } from "./palette-c2fe86ec.js";
|
|
2
|
+
import { b as a } from "./const-53dff524.js";
|
|
3
|
+
var t = /* @__PURE__ */ ((i) => (i.Header = "Header", i.Banner = "Banner", i.CardImageList = "CardImageList", i.Stepper = "Stepper", i.Segments = "Segments", i.Video = "VideoFull", i.VideoList = "VideoList", i.VideoListMini = "VideoListMini", i.ContentCardList = "ContentCardList", i.CardIconList = "CardIconList", i.MultiCards = "MultiCards", i.Partners = "Partners", i.PartnersColors = "PartnersColors", i.MainBanner = "MainBanner", i.WarningCard = "WarningCard", i.Faq = "Faq", i.DownloadFileBanner = "DownloadFileBanner", i.FileBannerSecondary = "FileBannerSecondary", i.DownloadFileFull = "DownloadFileFull", i.DownloadFileHalf = "DownloadFileHalf", i.DownloadFileMini = "DownloadFileMini", i.InstructionList = "InstructionList", i.PreviewList = "PreviewList", i.SwiperList = "SwiperList", i.AnimatedSwiper = "AnimatedSwiper", i.InfoBannerList = "InfoBannerList", i.TasksBannerList = "TasksBannerList", i.VideoMainBanner = "VideoMainBanner", i.EmptyBox = "EmptyBox", i.PromoPoster = "PromoPoster", i.CardImageSecondaryList = "CardImageSecondaryList", i.CardInfoTable = "CardInfoTable", i.StandartTable = "StandartTable", i.IntroBanner = "IntroBanner", i.DownloadFileBright = "DownloadFileBright", i.Footer = "Footer", i.TitleBlock = "TitleBlock", i.ActionCard = "ActionCard", i.ActionIconList = "ActionIconList", i))(t || {});
|
|
4
|
+
const s = {
|
|
5
5
|
key: t.Banner,
|
|
6
6
|
id: "1",
|
|
7
7
|
component_props: {
|
|
@@ -16,12 +16,12 @@ const l = {
|
|
|
16
16
|
{
|
|
17
17
|
title: "Начать",
|
|
18
18
|
link: "/start",
|
|
19
|
-
variant:
|
|
19
|
+
variant: a.Primary
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
title: "Узнать больше",
|
|
23
23
|
link: "/learn-more",
|
|
24
|
-
variant:
|
|
24
|
+
variant: a.Secondary
|
|
25
25
|
}
|
|
26
26
|
]
|
|
27
27
|
}
|
|
@@ -44,7 +44,7 @@ const l = {
|
|
|
44
44
|
button: {
|
|
45
45
|
text: "Узнать больше",
|
|
46
46
|
link: "/learn-more",
|
|
47
|
-
variant:
|
|
47
|
+
variant: a.Secondary
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -76,7 +76,7 @@ const l = {
|
|
|
76
76
|
{
|
|
77
77
|
text: "button",
|
|
78
78
|
link: "#",
|
|
79
|
-
variant:
|
|
79
|
+
variant: a.Primary
|
|
80
80
|
}
|
|
81
81
|
]
|
|
82
82
|
}
|
|
@@ -88,7 +88,7 @@ const l = {
|
|
|
88
88
|
button: {
|
|
89
89
|
title: "Кнопка",
|
|
90
90
|
link: "#",
|
|
91
|
-
variant:
|
|
91
|
+
variant: a.Primary
|
|
92
92
|
},
|
|
93
93
|
data: [
|
|
94
94
|
{
|
|
@@ -133,7 +133,7 @@ const l = {
|
|
|
133
133
|
}
|
|
134
134
|
]
|
|
135
135
|
}
|
|
136
|
-
},
|
|
136
|
+
}, c = {
|
|
137
137
|
key: t.VideoListMini,
|
|
138
138
|
id: "8",
|
|
139
139
|
component_props: {
|
|
@@ -152,7 +152,7 @@ const l = {
|
|
|
152
152
|
}
|
|
153
153
|
]
|
|
154
154
|
}
|
|
155
|
-
},
|
|
155
|
+
}, k = {
|
|
156
156
|
key: t.ContentCardList,
|
|
157
157
|
id: "9",
|
|
158
158
|
component_props: {
|
|
@@ -172,7 +172,7 @@ const l = {
|
|
|
172
172
|
button: {
|
|
173
173
|
title: "button",
|
|
174
174
|
link: "#",
|
|
175
|
-
variant:
|
|
175
|
+
variant: a.Primary
|
|
176
176
|
}
|
|
177
177
|
},
|
|
178
178
|
{
|
|
@@ -190,7 +190,7 @@ const l = {
|
|
|
190
190
|
{
|
|
191
191
|
title: "button",
|
|
192
192
|
link: "#",
|
|
193
|
-
variant:
|
|
193
|
+
variant: a.Primary
|
|
194
194
|
}
|
|
195
195
|
]
|
|
196
196
|
},
|
|
@@ -209,7 +209,7 @@ const l = {
|
|
|
209
209
|
{
|
|
210
210
|
title: "button",
|
|
211
211
|
link: "#",
|
|
212
|
-
variant:
|
|
212
|
+
variant: a.Primary
|
|
213
213
|
}
|
|
214
214
|
]
|
|
215
215
|
}
|
|
@@ -329,12 +329,12 @@ const l = {
|
|
|
329
329
|
is_promo: !1,
|
|
330
330
|
is_yellow: !1,
|
|
331
331
|
badge: "Promo",
|
|
332
|
-
badge_bg_hex:
|
|
333
|
-
bg_hex:
|
|
332
|
+
badge_bg_hex: e.white,
|
|
333
|
+
bg_hex: e.yellowLight,
|
|
334
334
|
button_link: "/",
|
|
335
335
|
button_text: "string",
|
|
336
336
|
button_type: "button",
|
|
337
|
-
button_variant:
|
|
337
|
+
button_variant: a.Static
|
|
338
338
|
},
|
|
339
339
|
{
|
|
340
340
|
id: 2,
|
|
@@ -348,7 +348,7 @@ const l = {
|
|
|
348
348
|
is_promo: !0,
|
|
349
349
|
is_yellow: !1,
|
|
350
350
|
badge: "Promo",
|
|
351
|
-
badge_bg_hex:
|
|
351
|
+
badge_bg_hex: e.yellowLight,
|
|
352
352
|
button_link: "/",
|
|
353
353
|
button_text: "string",
|
|
354
354
|
button_type: "button",
|
|
@@ -697,7 +697,7 @@ const l = {
|
|
|
697
697
|
button_text: "button text",
|
|
698
698
|
variant: "orange"
|
|
699
699
|
}
|
|
700
|
-
},
|
|
700
|
+
}, v = {
|
|
701
701
|
key: t.WarningCard,
|
|
702
702
|
id: "17",
|
|
703
703
|
component_props: {
|
|
@@ -706,7 +706,7 @@ const l = {
|
|
|
706
706
|
button_text: "button text",
|
|
707
707
|
variant: "gray"
|
|
708
708
|
}
|
|
709
|
-
},
|
|
709
|
+
}, D = {
|
|
710
710
|
key: t.WarningCard,
|
|
711
711
|
id: "18",
|
|
712
712
|
component_props: {
|
|
@@ -821,7 +821,7 @@ const q = {
|
|
|
821
821
|
}
|
|
822
822
|
]
|
|
823
823
|
}
|
|
824
|
-
},
|
|
824
|
+
}, L = {
|
|
825
825
|
key: t.InstructionList,
|
|
826
826
|
id: "24",
|
|
827
827
|
component_props: {
|
|
@@ -857,7 +857,7 @@ const q = {
|
|
|
857
857
|
link: "https://www.youtube.com/"
|
|
858
858
|
}
|
|
859
859
|
}
|
|
860
|
-
},
|
|
860
|
+
}, S = {
|
|
861
861
|
key: t.PreviewList,
|
|
862
862
|
id: "25",
|
|
863
863
|
component_props: {
|
|
@@ -886,7 +886,7 @@ const q = {
|
|
|
886
886
|
],
|
|
887
887
|
grid: 2
|
|
888
888
|
}
|
|
889
|
-
},
|
|
889
|
+
}, I = {
|
|
890
890
|
key: t.SwiperList,
|
|
891
891
|
id: "26",
|
|
892
892
|
component_props: {
|
|
@@ -952,7 +952,7 @@ const q = {
|
|
|
952
952
|
autoplayDelay: 2e3,
|
|
953
953
|
perViewScreens: 4
|
|
954
954
|
}
|
|
955
|
-
},
|
|
955
|
+
}, A = {
|
|
956
956
|
key: t.AnimatedSwiper,
|
|
957
957
|
id: "27",
|
|
958
958
|
component_props: {
|
|
@@ -1048,7 +1048,7 @@ const q = {
|
|
|
1048
1048
|
isLight: !1,
|
|
1049
1049
|
isButton: !1
|
|
1050
1050
|
}
|
|
1051
|
-
},
|
|
1051
|
+
}, V = {
|
|
1052
1052
|
key: t.InfoBannerList,
|
|
1053
1053
|
id: "28",
|
|
1054
1054
|
component_props: {
|
|
@@ -1690,42 +1690,44 @@ const q = {
|
|
|
1690
1690
|
};
|
|
1691
1691
|
t.Header;
|
|
1692
1692
|
t.Footer;
|
|
1693
|
+
t.TitleBlock;
|
|
1694
|
+
t.ActionIconList, e.white, e.blackBG, e.graySoft, e.greenLight, e.white, a.Primary, e.white, e.blackBG, e.graySoft, e.greenLight, e.white, a.Primary, e.white, e.blackBG, e.graySoft, e.greenLight, e.white, a.Primary;
|
|
1693
1695
|
export {
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
+
A,
|
|
1697
|
+
s as B,
|
|
1696
1698
|
o as C,
|
|
1697
|
-
|
|
1699
|
+
f as D,
|
|
1698
1700
|
N as E,
|
|
1699
1701
|
B as F,
|
|
1700
|
-
|
|
1702
|
+
L as I,
|
|
1701
1703
|
F as M,
|
|
1702
1704
|
_ as P,
|
|
1703
1705
|
m as S,
|
|
1704
1706
|
P as T,
|
|
1705
1707
|
p as V,
|
|
1706
1708
|
w as W,
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1709
|
+
r as a,
|
|
1710
|
+
d as b,
|
|
1711
|
+
g as c,
|
|
1710
1712
|
c as d,
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1713
|
+
k as e,
|
|
1714
|
+
b as f,
|
|
1715
|
+
h as g,
|
|
1716
|
+
y as h,
|
|
1717
|
+
v as i,
|
|
1718
|
+
D as j,
|
|
1719
|
+
x as k,
|
|
1720
|
+
q as l,
|
|
1721
|
+
M as m,
|
|
1722
|
+
u as n,
|
|
1723
|
+
S as o,
|
|
1724
|
+
I as p,
|
|
1725
|
+
V as q,
|
|
1726
|
+
T as r,
|
|
1727
|
+
C as s,
|
|
1728
|
+
E as t,
|
|
1729
|
+
G as u,
|
|
1730
|
+
U as v,
|
|
1731
|
+
H as w,
|
|
1732
|
+
R as x
|
|
1731
1733
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var d = /* @__PURE__ */ ((s) => (s.headers = "headers", s.banners = "banners", s.footers = "footers", s.cards = "cards", s.faqs = "faqs", s.lists = "lists", s.videos = "videos", s.tables = "tables", s.navigation = "navigation", s.steps = "steps", s.downloads = "downloads", s.spacing = "spacing", s.form = "form", s))(d || {});
|
|
1
|
+
var d = /* @__PURE__ */ ((s) => (s.headers = "headers", s.banners = "banners", s.footers = "footers", s.cards = "cards", s.faqs = "faqs", s.lists = "lists", s.videos = "videos", s.tables = "tables", s.navigation = "navigation", s.steps = "steps", s.downloads = "downloads", s.spacing = "spacing", s.form = "form", s.text = "text", s))(d || {});
|
|
2
2
|
export {
|
|
3
3
|
d as C
|
|
4
4
|
};
|