md-components-mdigial-azamat 0.0.12 → 0.0.15

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.
@@ -0,0 +1,9 @@
1
+ import { renderComponents as n } from "./renderComponents.js";
2
+ function r({
3
+ components: e
4
+ }) {
5
+ return n(e);
6
+ }
7
+ export {
8
+ r as default
9
+ };
@@ -0,0 +1,6 @@
1
+ import { jsx as r, Fragment as o } from "react/jsx-runtime";
2
+ import t from "./ComponentsView.js";
3
+ const i = ({ components: e }) => /* @__PURE__ */ r(o, { children: /* @__PURE__ */ r(t, { components: e }) });
4
+ export {
5
+ i as PageViewer
6
+ };
@@ -0,0 +1,4 @@
1
+ import { PageViewer as o } from "./PageViewer.js";
2
+ export {
3
+ o as PageViewer
4
+ };
@@ -0,0 +1,26 @@
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import { c as u } from "../componentsMap-8af3b722.js";
3
+ const d = (f) => f.map((r) => {
4
+ const s = u[r.key];
5
+ if (!s)
6
+ return null;
7
+ if (r != null && r.componentProps)
8
+ return /* @__PURE__ */ i(
9
+ s,
10
+ {
11
+ ...r.componentProps
12
+ },
13
+ r.id
14
+ );
15
+ if (r != null && r.component_props)
16
+ return /* @__PURE__ */ i(
17
+ s,
18
+ {
19
+ ...r.component_props
20
+ },
21
+ r.id
22
+ );
23
+ });
24
+ export {
25
+ d as renderComponents
26
+ };
@@ -1,75 +1,9 @@
1
- import { jsx as m, Fragment as t } from "react/jsx-runtime";
2
- import n from "../AnimatedSwiper/index.js";
3
- import { Banner as e } from "../Banner/Banner.js";
4
- import { CardIconList as p } from "../CardIconList/CardIconList.js";
5
- import { CardImageList as a } from "../CardImageList/CardImageList.js";
6
- import { CardImageSecondaryList as f } from "../CardImageSecondaryList/CardImageSecondaryList.js";
7
- import { CardInfoTable as s } from "../CardInfoTable/index.js";
8
- import { WarningCard as d } from "../Cards/WarningCard/WarningCard.js";
9
- import { ContentCardList as l } from "../ContentCardList/ContentCardList.js";
10
- import { DownloadFileBanner as C } from "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
11
- import { DownloadFileBright as L } from "../DownloadFile/components/DownloadFileBright/index.js";
12
- import { DownloadFileFull as B } from "../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
13
- import { DownloadFileHalf as F } from "../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
14
- import { DownloadFileMini as u } from "../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
15
- import { EmptyBox as w } from "../EmptyBox/EmptyBox.js";
16
- import { Faq as c } from "../Faq/Faq.js";
17
- import { InfoBannerList as I } from "../InfoBannerList/InfoBannerList.js";
18
- import { InstructionList as g } from "../InstructionList/InstructionList.js";
19
- import { IntroBanner as M } from "../IntroBanner/IntroBanner.js";
20
- import { MainBanner as P } from "../MainBanner/MainBanner.js";
21
- import { MultiCards as S } from "../MultiCards/index.js";
22
- import { Partners as D } from "../Partners/Partners.js";
23
- import { PartnersColors as V } from "../PartnersColors/PartnersColors.js";
24
- import { PreviewList as x } from "../PreviewList/PreviewList.js";
25
- import { PromoPoster as y } from "../PromoPoster/PromoPoster.js";
26
- import { Segments as T } from "../Segments/Segments.js";
27
- import { StandartTable as b } from "../StandartTable/index.js";
28
- import { Stepper as h } from "../Stepper/Stepper.js";
29
- import { SwiperList as k } from "../SwiperList/SwiperList.js";
30
- import { TasksBannerList as v } from "../TasksBannerList/TasksBannerList.js";
31
- import { VideoFull as A } from "../Video/VideoFull/VideoFull.js";
32
- import { VideoList as j } from "../Video/VideoList/VideoList.js";
33
- import { VideoListMini as q } from "../Video/VideoListMini/VideoListMini.js";
34
- import { VideoMainBanner as E } from "../VideoMainBanner/VideoMainBanner.js";
35
- const H = {
36
- Banner: e,
37
- CardImageList: a,
38
- Stepper: h,
39
- Segments: T,
40
- VideoFull: A,
41
- VideoList: j,
42
- VideoListMini: q,
43
- ContentCardList: l,
44
- CardIconList: p,
45
- MultiCards: S,
46
- Partners: D,
47
- PartnersColors: V,
48
- MainBanner: P,
49
- WarningCard: d,
50
- Faq: c,
51
- DownloadFileBanner: C,
52
- DownloadFileHalf: F,
53
- DownloadFileFull: B,
54
- DownloadFileMini: u,
55
- InstructionList: g,
56
- PreviewList: x,
57
- SwiperList: k,
58
- AnimatedSwiper: n,
59
- InfoBannerList: I,
60
- TasksBannerList: v,
61
- VideoMainBanner: E,
62
- EmptyBox: w,
63
- PromoPoster: y,
64
- CardImageSecondaryList: f,
65
- CardInfoTable: s,
66
- StandartTable: b,
67
- IntroBanner: M,
68
- DownloadFileBright: L
69
- }, Ir = ({ components: i, device: R }) => /* @__PURE__ */ m(t, { children: i.map((r) => {
70
- const o = H[r.key];
71
- return o ? /* @__PURE__ */ m(
72
- o,
1
+ import { jsx as n, Fragment as t } from "react/jsx-runtime";
2
+ import { c as i } from "../componentsMap-8af3b722.js";
3
+ const d = ({ components: o, device: m }) => /* @__PURE__ */ n(t, { children: o.map((r) => {
4
+ const e = i[r.key];
5
+ return e ? /* @__PURE__ */ n(
6
+ e,
73
7
  {
74
8
  id: r.id,
75
9
  ...r.componentProps
@@ -78,5 +12,5 @@ const H = {
78
12
  ) : null;
79
13
  }) });
80
14
  export {
81
- Ir as RenderAllComponents
15
+ d as RenderAllComponents
82
16
  };
@@ -0,0 +1,71 @@
1
+ import r from "./AnimatedSwiper/index.js";
2
+ import { Banner as o } from "./Banner/Banner.js";
3
+ import { CardIconList as m } from "./CardIconList/CardIconList.js";
4
+ import { CardImageList as i } from "./CardImageList/CardImageList.js";
5
+ import { CardImageSecondaryList as t } from "./CardImageSecondaryList/CardImageSecondaryList.js";
6
+ import { CardInfoTable as n } from "./CardInfoTable/index.js";
7
+ import { WarningCard as p } from "./Cards/WarningCard/WarningCard.js";
8
+ import { ContentCardList as a } from "./ContentCardList/ContentCardList.js";
9
+ import { DownloadFileBanner as e } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
10
+ import { DownloadFileBright as f } from "./DownloadFile/components/DownloadFileBright/index.js";
11
+ import { DownloadFileFull as s } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
12
+ import { DownloadFileHalf as d } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
13
+ import { DownloadFileMini as l } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
14
+ import { EmptyBox as L } from "./EmptyBox/EmptyBox.js";
15
+ import { Faq as B } from "./Faq/Faq.js";
16
+ import { InfoBannerList as C } from "./InfoBannerList/InfoBannerList.js";
17
+ import { InstructionList as w } from "./InstructionList/InstructionList.js";
18
+ import { IntroBanner as F } from "./IntroBanner/IntroBanner.js";
19
+ import { MainBanner as I } from "./MainBanner/MainBanner.js";
20
+ import { MultiCards as c } from "./MultiCards/index.js";
21
+ import { Partners as M } from "./Partners/Partners.js";
22
+ import { PartnersColors as S } from "./PartnersColors/PartnersColors.js";
23
+ import { PreviewList as g } from "./PreviewList/PreviewList.js";
24
+ import { PromoPoster as D } from "./PromoPoster/PromoPoster.js";
25
+ import { Segments as P } from "./Segments/Segments.js";
26
+ import { StandartTable as u } from "./StandartTable/index.js";
27
+ import { Stepper as V } from "./Stepper/Stepper.js";
28
+ import { SwiperList as T } from "./SwiperList/SwiperList.js";
29
+ import { TasksBannerList as b } from "./TasksBannerList/TasksBannerList.js";
30
+ import { VideoFull as x } from "./Video/VideoFull/VideoFull.js";
31
+ import { VideoList as y } from "./Video/VideoList/VideoList.js";
32
+ import { VideoListMini as h } from "./Video/VideoListMini/VideoListMini.js";
33
+ import { VideoMainBanner as k } from "./VideoMainBanner/VideoMainBanner.js";
34
+ const lr = {
35
+ Banner: o,
36
+ CardImageList: i,
37
+ Stepper: V,
38
+ Segments: P,
39
+ VideoFull: x,
40
+ VideoList: y,
41
+ VideoListMini: h,
42
+ ContentCardList: a,
43
+ CardIconList: m,
44
+ MultiCards: c,
45
+ Partners: M,
46
+ PartnersColors: S,
47
+ MainBanner: I,
48
+ WarningCard: p,
49
+ Faq: B,
50
+ DownloadFileBanner: e,
51
+ DownloadFileHalf: d,
52
+ DownloadFileFull: s,
53
+ DownloadFileMini: l,
54
+ InstructionList: w,
55
+ PreviewList: g,
56
+ SwiperList: T,
57
+ AnimatedSwiper: r,
58
+ InfoBannerList: C,
59
+ TasksBannerList: b,
60
+ VideoMainBanner: k,
61
+ EmptyBox: L,
62
+ PromoPoster: D,
63
+ CardImageSecondaryList: t,
64
+ CardInfoTable: n,
65
+ StandartTable: u,
66
+ IntroBanner: F,
67
+ DownloadFileBright: f
68
+ };
69
+ export {
70
+ lr as c
71
+ };
package/dist/main.js CHANGED
@@ -1,16 +1,16 @@
1
1
  import { ConfigProvider as e } from "./ConfigProvider/index.js";
2
2
  import { Banner as m } from "./Banner/Banner.js";
3
- import { BannerAndText as p } from "./BannerAndText/index.js";
3
+ import { BannerAndText as f } from "./BannerAndText/index.js";
4
4
  import { Stepper as x } from "./Stepper/Stepper.js";
5
5
  import { Segments as i } from "./Segments/Segments.js";
6
6
  import { VideoFull as l } from "./Video/VideoFull/VideoFull.js";
7
7
  import { VideoList as C } from "./Video/VideoList/VideoList.js";
8
8
  import { VideoListMini as P } from "./Video/VideoListMini/VideoListMini.js";
9
- import { ContentCardList as I } from "./ContentCardList/ContentCardList.js";
10
- import { CardIconList as c } from "./CardIconList/CardIconList.js";
11
- import { MultiCards as M } from "./MultiCards/index.js";
9
+ import { ContentCardList as w } from "./ContentCardList/ContentCardList.js";
10
+ import { CardIconList as L } from "./CardIconList/CardIconList.js";
11
+ import { MultiCards as g } from "./MultiCards/index.js";
12
12
  import { Partners as B } from "./Partners/Partners.js";
13
- import { CardImageList as V } from "./CardImageList/CardImageList.js";
13
+ import { CardImageList as D } from "./CardImageList/CardImageList.js";
14
14
  import { MainBanner as v } from "./MainBanner/MainBanner.js";
15
15
  import { Faq as y } from "./Faq/Faq.js";
16
16
  import { HtmlContent as T } from "./HtmlContent/HtmlContent.js";
@@ -27,26 +27,27 @@ import { DownloadFileBanner as _ } from "./DownloadFile/components/DownloadFileB
27
27
  import { DownloadFileFull as rr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
28
28
  import { DownloadFileHalf as er } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
29
29
  import { DownloadFileMini as mr } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
30
- import { Collapse as pr } from "./Faq/components/Collapse/Collapse.js";
30
+ import { Collapse as fr } from "./Faq/components/Collapse/Collapse.js";
31
31
  import { FeedbackForm as xr } from "./Faq/components/FeedbackForm/FeedbackForm.js";
32
32
  import { PlusMinusIcon as ir } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
33
33
  import { InstructionCard as lr } from "./InstructionList/components/InstructionCard/InstructionCard.js";
34
34
  import { InstructionModal as Cr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
35
35
  import { PartnerCard as Pr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
36
- import { PartnerTab as Ir } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
37
- import { PreviewCard as cr } from "./PreviewList/components/PreviewCard/PreviewCard.js";
38
- import { VideoPlayer as Mr } from "./Video/components/VideoPlayer/VideoPlayer.js";
36
+ import { PartnerTab as wr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
37
+ import { PreviewCard as Lr } from "./PreviewList/components/PreviewCard/PreviewCard.js";
38
+ import { VideoPlayer as gr } from "./Video/components/VideoPlayer/VideoPlayer.js";
39
+ import { PageViewer as Br } from "./PageViewer/PageViewer.js";
39
40
  export {
40
41
  m as Banner,
41
- p as BannerAndText,
42
- c as CardIconList,
42
+ f as BannerAndText,
43
+ L as CardIconList,
43
44
  J as CardImage,
44
- V as CardImageList,
45
- pr as Collapse,
45
+ D as CardImageList,
46
+ fr as Collapse,
46
47
  U as ColoredCard,
47
48
  e as ConfigProvider,
48
49
  N as ContentCard,
49
- I as ContentCardList,
50
+ w as ContentCardList,
50
51
  _ as DownloadFileBanner,
51
52
  rr as DownloadFileFull,
52
53
  er as DownloadFileHalf,
@@ -60,19 +61,20 @@ export {
60
61
  q as InstructionList,
61
62
  Cr as InstructionModal,
62
63
  v as MainBanner,
63
- M as MultiCards,
64
+ g as MultiCards,
65
+ Br as PageViewer,
64
66
  Pr as PartnerCard,
65
- Ir as PartnerTab,
67
+ wr as PartnerTab,
66
68
  B as Partners,
67
69
  j as PartnersColors,
68
70
  ir as PlusMinusIcon,
69
- cr as PreviewCard,
71
+ Lr as PreviewCard,
70
72
  E as PreviewList,
71
73
  i as Segments,
72
74
  x as Stepper,
73
75
  l as VideoFull,
74
76
  C as VideoList,
75
77
  P as VideoListMini,
76
- Mr as VideoPlayer,
78
+ gr as VideoPlayer,
77
79
  Q as WarningCard
78
80
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "md-components-mdigial-azamat",
3
3
  "author": "Azamat Raimbekov",
4
4
  "private": false,
5
- "version": "0.0.12",
5
+ "version": "0.0.15",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",