md-components-mdigial-azamat 0.0.13 → 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.
Files changed (2) hide show
  1. package/dist/main.js +20 -18
  2. package/package.json +1 -1
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.13",
5
+ "version": "0.0.15",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",