md-components-mdigial-azamat 0.0.3 → 0.0.4

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 +71 -16
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1,21 +1,76 @@
1
- import { Banner as t } from "./Banner/Banner.js";
1
+ import { Banner as e } from "./Banner/Banner.js";
2
2
  import { BannerAndText as m } from "./BannerAndText/index.js";
3
- import { Stepper as x } from "./Stepper/Stepper.js";
4
- import { Segments as a } from "./Segments/Segments.js";
3
+ import { Stepper as p } from "./Stepper/Stepper.js";
4
+ import { Segments as f } from "./Segments/Segments.js";
5
5
  import { VideoFull as i } from "./Video/VideoFull/VideoFull.js";
6
- import "react/jsx-runtime";
7
- import { ContentCardList as C } from "./ContentCardList/ContentCardList.js";
8
- import { CardIconList as u } from "./CardIconList/CardIconList.js";
9
- import { MultiCards as L } from "./MultiCards/index.js";
10
- import { Partners as c } from "./Partners/Partners.js";
6
+ import { VideoList as l } from "./Video/VideoList/VideoList.js";
7
+ import { VideoListMini as C } from "./Video/VideoListMini/VideoListMini.js";
8
+ import { ContentCardList as u } from "./ContentCardList/ContentCardList.js";
9
+ import { CardIconList as I } from "./CardIconList/CardIconList.js";
10
+ import { MultiCards as c } from "./MultiCards/index.js";
11
+ import { Partners as M } from "./Partners/Partners.js";
12
+ import { CardImageList as g } from "./CardImageList/CardImageList.js";
13
+ import { MainBanner as V } from "./MainBanner/MainBanner.js";
14
+ import { Faq as H } from "./Faq/Faq.js";
15
+ import { HtmlContent as y } from "./HtmlContent/HtmlContent.js";
16
+ import { InstructionList as T } from "./InstructionList/InstructionList.js";
17
+ import { HeroPossibilityBanner as q } from "./HeroPossibilityBanner/index.js";
18
+ import { PartnersColors as W } from "./PartnersColors/PartnersColors.js";
19
+ import { PreviewList as j } from "./PreviewList/PreviewList.js";
20
+ import { CardImage as E } from "./Cards/CardImage/CardImage.js";
21
+ import { ContentCard as J } from "./Cards/ContentCard/ContentCard.js";
22
+ import { WarningCard as N } from "./Cards/WarningCard/WarningCard.js";
23
+ import { ColoredCard as Q } from "./Cards/ColoredCard/index.js";
24
+ import { F as U } from "./index-cd468670.js";
25
+ import { DownloadFileBanner as Y } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
26
+ import { DownloadFileFull as _ } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
27
+ import { DownloadFileHalf as rr } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
28
+ import { DownloadFileMini as er } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
29
+ import { Collapse as mr } from "./Faq/components/Collapse/Collapse.js";
30
+ import { FeedbackForm as pr } from "./Faq/components/FeedbackForm/FeedbackForm.js";
31
+ import { PlusMinusIcon as fr } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
32
+ import { InstructionCard as ir } from "./InstructionList/components/InstructionCard/InstructionCard.js";
33
+ import { InstructionModal as lr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
34
+ import { PartnerCard as Cr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
35
+ import { PartnerTab as ur } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
36
+ import { PreviewCard as Ir } from "./PreviewList/components/PreviewCard/PreviewCard.js";
37
+ import { VideoPlayer as cr } from "./Video/components/VideoPlayer/VideoPlayer.js";
11
38
  export {
12
- t as Banner,
39
+ e as Banner,
13
40
  m as BannerAndText,
14
- u as CardIconList,
15
- C as ContentCardList,
16
- L as MultiCards,
17
- c as Partners,
18
- a as Segments,
19
- x as Stepper,
20
- i as VideoFull
41
+ I as CardIconList,
42
+ E as CardImage,
43
+ g as CardImageList,
44
+ mr as Collapse,
45
+ Q as ColoredCard,
46
+ J as ContentCard,
47
+ u as ContentCardList,
48
+ Y as DownloadFileBanner,
49
+ _ as DownloadFileFull,
50
+ rr as DownloadFileHalf,
51
+ er as DownloadFileMini,
52
+ H as Faq,
53
+ U as FeaturesCard,
54
+ pr as FeedbackForm,
55
+ q as HeroPossibilityBanner,
56
+ y as HtmlContent,
57
+ ir as InstructionCard,
58
+ T as InstructionList,
59
+ lr as InstructionModal,
60
+ V as MainBanner,
61
+ c as MultiCards,
62
+ Cr as PartnerCard,
63
+ ur as PartnerTab,
64
+ M as Partners,
65
+ W as PartnersColors,
66
+ fr as PlusMinusIcon,
67
+ Ir as PreviewCard,
68
+ j as PreviewList,
69
+ f as Segments,
70
+ p as Stepper,
71
+ i as VideoFull,
72
+ l as VideoList,
73
+ C as VideoListMini,
74
+ cr as VideoPlayer,
75
+ N as WarningCard
21
76
  };
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.3",
5
+ "version": "0.0.4",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",