md-components-mdigial-azamat 0.0.37 → 0.0.38
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.js +6 -5
- package/dist/AnimatedSwiper/index.js +2 -2
- package/dist/Header/Header.js +31 -6
- package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +58 -13
- package/dist/Header/components/HeaderMobile/HeaderMobile.js +71 -9
- package/dist/Header/components/HeaderMobile/index.js +1 -1
- package/dist/Header/components/HeaderSearch/HeaderSearch.js +157 -11
- package/dist/Header/components/HeaderSearch/index.js +2 -2
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
- package/dist/Header/components/HeaderWeb/HeaderWeb.js +9 -9
- package/dist/Header/components/SelectLanguage/SelectLanguage.js +1 -1
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
- package/dist/Header/index.js +2 -2
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InfoBannerList/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/components/InstructionCard/InstructionCard.js +8 -8
- package/dist/InstructionList/components/InstructionCard/index.js +1 -1
- package/dist/InstructionList/index.js +1 -1
- package/dist/PageViewer/PageViewer.js +3 -4
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +9 -9
- package/dist/PreviewList/components/PreviewCard/index.js +1 -1
- package/dist/PreviewList/index.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/StandartTable/components/CardMarkedRow/index.js +10 -10
- package/dist/StandartTable/index.js +1 -1
- package/dist/SwiperList/SwiperList.js +3 -3
- package/dist/SwiperList/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +3 -3
- package/dist/TasksBanner/index.js +2 -2
- package/dist/TasksBannerList/TasksBannerList.js +1 -1
- package/dist/TasksBannerList/index.js +1 -1
- package/dist/{componentsMap-e7dba337.js → componentsMap-1d79e069.js} +23 -22
- package/dist/header-4f7ca247.js +107 -0
- package/dist/{index-66837af1.js → index-9c3ff10b.js} +55 -55
- package/dist/index-a302b5ed.js +787 -0
- package/dist/{languages-list-8419e560.js → languages-list-87ab3324.js} +2 -2
- package/dist/main.js +78 -81
- package/dist/{mousewheel-865ae601.js → mousewheel-f9c6bcd7.js} +1 -1
- package/dist/{swiper-react-90953710.js → swiper-react-39919ab6.js} +251 -251
- package/package.json +1 -1
- package/dist/index-3a534581.js +0 -261
- package/dist/index-3f94ad07.js +0 -925
package/dist/main.js
CHANGED
|
@@ -1,89 +1,86 @@
|
|
|
1
1
|
import { ConfigProvider as e } from "./ConfigProvider/index.js";
|
|
2
2
|
import { Banner as a } from "./Banner/Banner.js";
|
|
3
3
|
import { BannerAndText as m } from "./BannerAndText/index.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import { Space as Tr } from "./Space/Space.js";
|
|
4
|
+
import { Stepper as f } from "./Stepper/Stepper.js";
|
|
5
|
+
import { Segments as i } from "./Segments/Segments.js";
|
|
6
|
+
import { VideoFull as l } from "./Video/VideoFull/VideoFull.js";
|
|
7
|
+
import { VideoList as C } from "./Video/VideoList/VideoList.js";
|
|
8
|
+
import { VideoListMini as F } from "./Video/VideoListMini/VideoListMini.js";
|
|
9
|
+
import { ContentCardList as I } from "./ContentCardList/ContentCardList.js";
|
|
10
|
+
import { CardIconList as w } from "./CardIconList/CardIconList.js";
|
|
11
|
+
import { MultiCards as g } from "./MultiCards/index.js";
|
|
12
|
+
import { Partners as M } from "./Partners/Partners.js";
|
|
13
|
+
import { CardImageList as S } from "./CardImageList/CardImageList.js";
|
|
14
|
+
import { MainBanner as b } from "./MainBanner/MainBanner.js";
|
|
15
|
+
import { Faq as v } from "./Faq/Faq.js";
|
|
16
|
+
import { HtmlContent as H } from "./HtmlContent/HtmlContent.js";
|
|
17
|
+
import { f as k, A as q, d as E, I as W, e as Z, P as h } from "./index-a302b5ed.js";
|
|
18
|
+
import { HeroPossibilityBanner as z } from "./HeroPossibilityBanner/index.js";
|
|
19
|
+
import { PartnersColors as J } from "./PartnersColors/PartnersColors.js";
|
|
20
|
+
import { CardImage as N } from "./Cards/CardImage/CardImage.js";
|
|
21
|
+
import { ContentCard as Q } from "./Cards/ContentCard/ContentCard.js";
|
|
22
|
+
import { WarningCard as U } from "./Cards/WarningCard/WarningCard.js";
|
|
23
|
+
import { ColoredCard as Y } from "./Cards/ColoredCard/index.js";
|
|
24
|
+
import { F as $, S as rr } from "./index-815f0132.js";
|
|
25
|
+
import { DownloadFileBanner as er } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
26
|
+
import { DownloadFileFull as ar } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
27
|
+
import { DownloadFileHalf as mr } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
28
|
+
import { DownloadFileMini as fr } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
29
|
+
import { Collapse as ir } from "./Faq/components/Collapse/Collapse.js";
|
|
30
|
+
import { FeedbackForm as lr } from "./Faq/components/FeedbackForm/FeedbackForm.js";
|
|
31
|
+
import { PlusMinusIcon as Cr } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
32
|
+
import { InstructionModal as Fr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
33
|
+
import { PartnerCard as Ir } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
34
|
+
import { PartnerTab as wr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
35
|
+
import { VideoPlayer as gr } from "./Video/components/VideoPlayer/VideoPlayer.js";
|
|
36
|
+
import { PageViewer as Mr } from "./PageViewer/PageViewer.js";
|
|
37
|
+
import { FieldTypes as Sr } from "./Types/FiledTypes.js";
|
|
38
|
+
import { b as br } from "./const-637b0dca.js";
|
|
39
|
+
import { Space as vr } from "./Space/Space.js";
|
|
41
40
|
export {
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
k as AllComponents,
|
|
42
|
+
q as AllComponentsData,
|
|
44
43
|
a as Banner,
|
|
45
44
|
m as BannerAndText,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
45
|
+
br as ButtonProps,
|
|
46
|
+
w as CardIconList,
|
|
47
|
+
N as CardImage,
|
|
48
|
+
S as CardImageList,
|
|
49
|
+
ir as Collapse,
|
|
50
|
+
Y as ColoredCard,
|
|
52
51
|
e as ConfigProvider,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
Dr as VideoPlayer,
|
|
88
|
-
_ as WarningCard
|
|
52
|
+
Q as ContentCard,
|
|
53
|
+
I as ContentCardList,
|
|
54
|
+
er as DownloadFileBanner,
|
|
55
|
+
ar as DownloadFileFull,
|
|
56
|
+
mr as DownloadFileHalf,
|
|
57
|
+
fr as DownloadFileMini,
|
|
58
|
+
v as Faq,
|
|
59
|
+
$ as FeaturesCard,
|
|
60
|
+
lr as FeedbackForm,
|
|
61
|
+
Sr as FieldTypes,
|
|
62
|
+
z as HeroPossibilityBanner,
|
|
63
|
+
H as HtmlContent,
|
|
64
|
+
E as InstructionCard,
|
|
65
|
+
W as InstructionList,
|
|
66
|
+
Fr as InstructionModal,
|
|
67
|
+
b as MainBanner,
|
|
68
|
+
g as MultiCards,
|
|
69
|
+
Mr as PageViewer,
|
|
70
|
+
Ir as PartnerCard,
|
|
71
|
+
wr as PartnerTab,
|
|
72
|
+
M as Partners,
|
|
73
|
+
J as PartnersColors,
|
|
74
|
+
Cr as PlusMinusIcon,
|
|
75
|
+
Z as PreviewCard,
|
|
76
|
+
h as PreviewList,
|
|
77
|
+
rr as SIZE,
|
|
78
|
+
i as Segments,
|
|
79
|
+
vr as Space,
|
|
80
|
+
f as Stepper,
|
|
81
|
+
l as VideoFull,
|
|
82
|
+
C as VideoList,
|
|
83
|
+
F as VideoListMini,
|
|
84
|
+
gr as VideoPlayer,
|
|
85
|
+
U as WarningCard
|
|
89
86
|
};
|