md-components-mdigial-azamat 0.0.11 → 0.0.13

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 (112) hide show
  1. package/README.md +1 -1
  2. package/dist/AllComponents.js +130 -0
  3. package/dist/AnimatedSwiper/Slide/Slide.js +57 -0
  4. package/dist/AnimatedSwiper/Slide/index.js +4 -0
  5. package/dist/AnimatedSwiper/index.js +117 -0
  6. package/dist/AnimatedSwiper/types.js +1 -0
  7. package/dist/Banner/Banner.js +34 -48
  8. package/dist/BannerAndText/index.js +4 -8
  9. package/dist/CardIconList/CardIconList.js +4 -10
  10. package/dist/CardImageList/CardImageList.js +4 -9
  11. package/dist/CardImageSecondary/CardImageSecondary.js +50 -0
  12. package/dist/CardImageSecondary/index.js +4 -0
  13. package/dist/CardImageSecondary/types.js +1 -0
  14. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +21 -0
  15. package/dist/CardImageSecondaryList/index.js +4 -0
  16. package/dist/CardImageSecondaryList/types.js +1 -0
  17. package/dist/CardInfoTable/index.js +153 -0
  18. package/dist/CardInfoTable/types.js +1 -0
  19. package/dist/Cards/CardImage/CardImage.js +3 -5
  20. package/dist/Cards/ColoredCard/index.js +3 -7
  21. package/dist/Cards/ContentCard/ContentCard.js +12 -13
  22. package/dist/Cards/FeaturesCard/index.js +3 -3
  23. package/dist/Cards/WarningCard/WarningCard.js +16 -20
  24. package/dist/Cards/WarningCard/model.js +1 -1
  25. package/dist/ComponentContainer-0fcc2695.js +16 -0
  26. package/dist/ConfigProvider/index.js +1 -3
  27. package/dist/ContentCardList/ContentCardList.js +2 -4
  28. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +22 -19
  29. package/dist/DownloadFile/components/DownloadFileBright/index.js +103 -0
  30. package/dist/DownloadFile/components/DownloadFileBright/types.js +1 -0
  31. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +15 -16
  32. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +14 -15
  33. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +12 -13
  34. package/dist/EmptyBox/EmptyBox.js +5 -0
  35. package/dist/EmptyBox/types.js +1 -0
  36. package/dist/Faq/Faq.js +2 -5
  37. package/dist/Faq/components/Collapse/Collapse.js +1 -4
  38. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +95 -94
  39. package/dist/Faq/components/PlusMinusIcon/PlusMinusIcon.js +1 -1
  40. package/dist/HeroPossibilityBanner/index.js +1 -1
  41. package/dist/HtmlContent/HtmlContent.js +2 -5
  42. package/dist/InfoBanner/index.js +73 -0
  43. package/dist/InfoBanner/types.js +1 -0
  44. package/dist/InfoBannerList/InfoBannerList.js +37 -0
  45. package/dist/InfoBannerList/index.js +4 -0
  46. package/dist/InfoBannerList/types.js +1 -0
  47. package/dist/InstructionList/InstructionList.js +3 -7
  48. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +2 -4
  49. package/dist/InstructionList/components/InstructionModal/InstructionModal.js +2 -2
  50. package/dist/IntroBanner/IntroBanner.js +60 -0
  51. package/dist/IntroBanner/index.js +4 -0
  52. package/dist/IntroBanner/types.js +1 -0
  53. package/dist/MainBanner/MainBanner.js +4 -4
  54. package/dist/MultiCards/index.js +1 -1
  55. package/dist/PageViewer/ComponentsView.js +9 -0
  56. package/dist/PageViewer/PageViewer.js +6 -0
  57. package/dist/PageViewer/index.js +4 -0
  58. package/dist/PageViewer/renderComponents.js +26 -0
  59. package/dist/Partners/Partners.js +3 -5
  60. package/dist/PartnersColors/PartnersColors.js +2 -7
  61. package/dist/PartnersColors/components/PartnerCard/PartnerCard.js +1 -1
  62. package/dist/PartnersColors/components/PartnerTab/PartnerTab.js +2 -2
  63. package/dist/PreviewList/PreviewList.js +3 -9
  64. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +13 -14
  65. package/dist/PromoPoster/PromoPoster.js +36 -0
  66. package/dist/PromoPoster/types.js +1 -0
  67. package/dist/RenderAllComponents/RenderAllComponents.js +16 -0
  68. package/dist/RenderAllComponents/const.js +43 -0
  69. package/dist/RenderAllComponents/index.js +4 -0
  70. package/dist/Segments/Segments.js +2 -5
  71. package/dist/StandartTable/components/CardMarkedRow/index.js +75 -0
  72. package/dist/StandartTable/components/CardMarkedRow/types.js +1 -0
  73. package/dist/StandartTable/components/CardWarning/index.js +89 -0
  74. package/dist/StandartTable/components/CardWarning/types.js +1 -0
  75. package/dist/StandartTable/index.js +48 -0
  76. package/dist/StandartTable/types.js +1 -0
  77. package/dist/Stepper/Stepper.js +4 -8
  78. package/dist/SwiperList/SwiperList.js +44 -3191
  79. package/dist/SwiperList/components/Bullet/Bullet.js +1 -1
  80. package/dist/SwiperList/components/Slide/Slide.js +2 -2
  81. package/dist/TasksBanner/TasksBanner.js +108 -0
  82. package/dist/TasksBanner/index.js +4 -0
  83. package/dist/TasksBanner/types.js +1 -0
  84. package/dist/TasksBannerList/TasksBannerList.js +17 -0
  85. package/dist/TasksBannerList/index.js +4 -0
  86. package/dist/TasksBannerList/types.js +1 -0
  87. package/dist/Video/VideoFull/VideoFull.js +2 -4
  88. package/dist/Video/VideoList/VideoList.js +2 -4
  89. package/dist/Video/VideoListMini/VideoListMini.js +2 -4
  90. package/dist/Video/components/VideoPlayer/VideoPlayer.js +1 -1
  91. package/dist/VideoMainBanner/VideoMainBanner.js +148 -0
  92. package/dist/VideoMainBanner/index.js +4 -0
  93. package/dist/VideoMainBanner/types.js +1 -0
  94. package/dist/assets/TasksBanner.css +1 -0
  95. package/dist/assets/index.css +1 -1
  96. package/dist/{cn-eacd4725.js → cn-d8c04b28.js} +1 -0
  97. package/dist/componentsMap-8af3b722.js +71 -0
  98. package/dist/const-9041b93a.js +5 -0
  99. package/dist/data.mock-741c2220.js +1714 -0
  100. package/dist/{index-fb8c9446.js → index-60dfa873.js} +1 -1
  101. package/dist/{index-b52a1a9d.js → index-6e0f7db0.js} +3 -7
  102. package/dist/index-b3d6aed3.js +52 -0
  103. package/dist/main.js +1 -1
  104. package/dist/{palette-52b06a82.js → palette-ac8c8a5f.js} +7 -2
  105. package/dist/swiper-react-c049ea66.js +3158 -0
  106. package/dist/trash/HeroLargeCards/index.js +1 -1
  107. package/dist/useScreenSize-c1b64c02.js +19 -0
  108. package/package.json +1 -1
  109. package/dist/ComponentContainer-41408843.js +0 -15
  110. package/dist/index-89dcf24f.js +0 -54
  111. /package/dist/assets/{SwiperList.css → swiper-react.css} +0 -0
  112. /package/dist/assets/{Slide.css → swiper.css} +0 -0
@@ -2745,5 +2745,6 @@ function mo(...e) {
2745
2745
  return co(Re(...e));
2746
2746
  }
2747
2747
  export {
2748
+ Re as a,
2748
2749
  mo as c
2749
2750
  };
@@ -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
+ };
@@ -0,0 +1,5 @@
1
+ var e = /* @__PURE__ */ ((r) => (r.S = "s", r.M = "m", r.L = "l", r.XL = "xl", r))(e || {}), y = /* @__PURE__ */ ((r) => (r.Primary = "primary", r.Secondary = "secondary", r.SecondaryBlue = "secondaryBlue", r.Grey = "grey", r.Static = "static", r.Brand = "brand", r))(y || {});
2
+ export {
3
+ e as B,
4
+ y as a
5
+ };