md-components-mdigial-azamat 0.0.20 → 0.0.25

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 (83) hide show
  1. package/dist/AllComponents.js +5 -9
  2. package/dist/AnimatedSwiper/index.js +64 -42
  3. package/dist/Banner/Banner.js +2 -2
  4. package/dist/Banner/index.js +1 -1
  5. package/dist/Banner/types.js +1 -4
  6. package/dist/BannerAndText/index.js +27 -35
  7. package/dist/CardIconList/CardIconList.js +26 -71
  8. package/dist/CardIconList/index.js +2 -2
  9. package/dist/CardImageList/CardImageList.js +1 -1
  10. package/dist/CardImageList/index.js +1 -1
  11. package/dist/CardImageSecondary/CardImageSecondary.js +27 -48
  12. package/dist/CardImageSecondary/index.js +2 -2
  13. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +4 -19
  14. package/dist/CardImageSecondaryList/index.js +1 -1
  15. package/dist/CardInfoTable/index.js +23 -3
  16. package/dist/Cards/CardImage/CardImage.js +32 -18
  17. package/dist/Cards/ColoredCard/index.js +23 -10
  18. package/dist/Cards/ContentCard/ContentCard.js +1 -1
  19. package/dist/Cards/ContentCard/index.js +1 -1
  20. package/dist/Cards/FeaturesCard/index.js +2 -1
  21. package/dist/Cards/WarningCard/WarningCard.js +1 -1
  22. package/dist/Cards/WarningCard/index.js +1 -1
  23. package/dist/ContentCardList/ContentCardList.js +23 -2
  24. package/dist/ContentCardList/index.js +1 -1
  25. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
  26. package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
  27. package/dist/DownloadFile/components/DownloadFileBright/index.js +2 -2
  28. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
  29. package/dist/DownloadFile/components/DownloadFileFull/index.js +2 -2
  30. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
  31. package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
  32. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
  33. package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
  34. package/dist/Faq/Faq.js +20 -2
  35. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1 -1
  36. package/dist/Faq/components/FeedbackForm/index.js +1 -1
  37. package/dist/Faq/index.js +1 -1
  38. package/dist/HeroPossibilityBanner/index.js +30 -19
  39. package/dist/InfoBanner/index.js +3 -2
  40. package/dist/InfoBannerList/InfoBannerList.js +3 -2
  41. package/dist/InfoBannerList/index.js +2 -2
  42. package/dist/InstructionList/InstructionList.js +1 -1
  43. package/dist/InstructionList/index.js +1 -1
  44. package/dist/IntroBanner/IntroBanner.js +1 -1
  45. package/dist/IntroBanner/index.js +1 -1
  46. package/dist/MainBanner/MainBanner.js +1 -1
  47. package/dist/MainBanner/index.js +1 -1
  48. package/dist/MultiCards/index.js +5 -54
  49. package/dist/PageViewer/PageViewer.js +5 -7
  50. package/dist/PageViewer/renderComponents.js +6 -6
  51. package/dist/Partners/Partners.js +21 -4
  52. package/dist/PartnersColors/PartnersColors.js +38 -20
  53. package/dist/PreviewList/PreviewList.js +1 -1
  54. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +1 -1
  55. package/dist/PreviewList/components/PreviewCard/index.js +1 -1
  56. package/dist/PreviewList/index.js +1 -1
  57. package/dist/PromoPoster/PromoPoster.js +29 -15
  58. package/dist/RenderAllComponents/RenderAllComponents.js +3 -3
  59. package/dist/RenderAllComponents/const.js +5 -5
  60. package/dist/Segments/Segments.js +15 -7
  61. package/dist/Space/Space.js +21 -0
  62. package/dist/Space/index.js +4 -0
  63. package/dist/StandartTable/components/CardWarning/index.js +1 -1
  64. package/dist/StandartTable/index.js +3 -2
  65. package/dist/Stepper/Stepper.js +2 -1
  66. package/dist/Stepper/index.js +1 -1
  67. package/dist/SwiperList/SwiperList.js +39 -29
  68. package/dist/TasksBanner/TasksBanner.js +45 -28
  69. package/dist/TasksBannerList/TasksBannerList.js +26 -11
  70. package/dist/Types/FiledTypes.js +1 -1
  71. package/dist/Video/VideoList/VideoList.js +19 -10
  72. package/dist/Video/VideoListMini/VideoListMini.js +17 -8
  73. package/dist/VideoMainBanner/VideoMainBanner.js +3 -2
  74. package/dist/VideoMainBanner/index.js +1 -1
  75. package/dist/componentsMap-5e677eaa.js +50 -0
  76. package/dist/index-a379154f.js +66 -0
  77. package/dist/{AllComponents-7aa1a7f1.js → index-f6bbda32.js} +1809 -1362
  78. package/dist/main.js +60 -61
  79. package/package.json +1 -1
  80. package/dist/EmptyBox/EmptyBox.js +0 -5
  81. package/dist/componentsMap-678541b7.js +0 -53
  82. package/dist/index-6e0f7db0.js +0 -52
  83. /package/dist/{EmptyBox → Space}/types.js +0 -0
package/dist/main.js CHANGED
@@ -1,70 +1,69 @@
1
- import { ConfigProvider as e } from "./ConfigProvider/index.js";
2
- import { a7 as t, a6 as n, B as s, a5 as i, C as m, a2 as p, a as l, D as d, c as f, b as x, d as C, F, a3 as P, I as u, M as I, a4 as c, P as w, S as B, W as L } from "./AllComponents-7aa1a7f1.js";
3
- import { BannerAndText as g } from "./BannerAndText/index.js";
1
+ import { ConfigProvider as a } from "./ConfigProvider/index.js";
2
+ import { ab as t, aa as s, B as n, a5 as i, a9 as p, b as m, C as l, a6 as d, a as f, D as x, e as C, d as F, f as P, F as u, a7 as c, I, c as w, M as B, a8 as L, P as M, S as g, W as D } from "./index-f6bbda32.js";
4
3
  import { Segments as V } from "./Segments/Segments.js";
5
4
  import { VideoFull as v } from "./Video/VideoFull/VideoFull.js";
6
5
  import { VideoList as A } from "./Video/VideoList/VideoList.js";
7
- import { VideoListMini as S } from "./Video/VideoListMini/VideoListMini.js";
8
- import { CardIconList as W } from "./CardIconList/CardIconList.js";
9
- import { MultiCards as q } from "./MultiCards/index.js";
10
- import { Partners as j } from "./Partners/Partners.js";
11
- import { HtmlContent as E } from "./HtmlContent/HtmlContent.js";
12
- import { HeroPossibilityBanner as J } from "./HeroPossibilityBanner/index.js";
13
- import { PartnersColors as N } from "./PartnersColors/PartnersColors.js";
14
- import { CardImage as Q } from "./Cards/CardImage/CardImage.js";
15
- import { ColoredCard as U } from "./Cards/ColoredCard/index.js";
16
- import { F as Y } from "./index-6e0f7db0.js";
17
- import { Collapse as _ } from "./Faq/components/Collapse/Collapse.js";
18
- import { PlusMinusIcon as rr } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
19
- import { InstructionCard as er } from "./InstructionList/components/InstructionCard/InstructionCard.js";
20
- import { InstructionModal as tr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
21
- import { PartnerCard as sr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
22
- import { PartnerTab as mr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
23
- import { VideoPlayer as lr } from "./Video/components/VideoPlayer/VideoPlayer.js";
24
- import { PageViewer as fr } from "./PageViewer/PageViewer.js";
25
- import { FieldTypes as Cr } from "./Types/FiledTypes.js";
6
+ import { VideoListMini as T } from "./Video/VideoListMini/VideoListMini.js";
7
+ import { Partners as k } from "./Partners/Partners.js";
8
+ import { HtmlContent as h } from "./HtmlContent/HtmlContent.js";
9
+ import { HeroPossibilityBanner as z } from "./HeroPossibilityBanner/index.js";
10
+ import { PartnersColors as G } from "./PartnersColors/PartnersColors.js";
11
+ import { CardImage as K } from "./Cards/CardImage/CardImage.js";
12
+ import { ColoredCard as O } from "./Cards/ColoredCard/index.js";
13
+ import { F as R } from "./index-a379154f.js";
14
+ import { Collapse as X } from "./Faq/components/Collapse/Collapse.js";
15
+ import { PlusMinusIcon as Z } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
16
+ import { InstructionCard as $ } from "./InstructionList/components/InstructionCard/InstructionCard.js";
17
+ import { InstructionModal as or } from "./InstructionList/components/InstructionModal/InstructionModal.js";
18
+ import { PartnerCard as er } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
19
+ import { PartnerTab as sr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
20
+ import { VideoPlayer as ir } from "./Video/components/VideoPlayer/VideoPlayer.js";
21
+ import { PageViewer as mr } from "./PageViewer/PageViewer.js";
22
+ import { FieldTypes as dr } from "./Types/FiledTypes.js";
23
+ import { Space as xr } from "./Space/Space.js";
26
24
  export {
27
25
  t as AllComponents,
28
- n as AllComponentsData,
29
- s as Banner,
30
- g as BannerAndText,
31
- i as ButtonProps,
32
- W as CardIconList,
33
- Q as CardImage,
34
- m as CardImageList,
35
- _ as Collapse,
36
- U as ColoredCard,
37
- e as ConfigProvider,
38
- p as ContentCard,
39
- l as ContentCardList,
40
- d as DownloadFileBanner,
41
- f as DownloadFileFull,
42
- x as DownloadFileHalf,
43
- C as DownloadFileMini,
44
- F as Faq,
45
- Y as FeaturesCard,
46
- P as FeedbackForm,
47
- Cr as FieldTypes,
48
- J as HeroPossibilityBanner,
49
- E as HtmlContent,
50
- er as InstructionCard,
51
- u as InstructionList,
52
- tr as InstructionModal,
53
- I as MainBanner,
54
- q as MultiCards,
55
- fr as PageViewer,
56
- sr as PartnerCard,
57
- mr as PartnerTab,
58
- j as Partners,
59
- N as PartnersColors,
60
- rr as PlusMinusIcon,
61
- c as PreviewCard,
62
- w as PreviewList,
26
+ s as AllComponentsData,
27
+ n as Banner,
28
+ i as BannerAndText,
29
+ p as ButtonProps,
30
+ m as CardIconList,
31
+ K as CardImage,
32
+ l as CardImageList,
33
+ X as Collapse,
34
+ O as ColoredCard,
35
+ a as ConfigProvider,
36
+ d as ContentCard,
37
+ f as ContentCardList,
38
+ x as DownloadFileBanner,
39
+ C as DownloadFileFull,
40
+ F as DownloadFileHalf,
41
+ P as DownloadFileMini,
42
+ u as Faq,
43
+ R as FeaturesCard,
44
+ c as FeedbackForm,
45
+ dr as FieldTypes,
46
+ z as HeroPossibilityBanner,
47
+ h as HtmlContent,
48
+ $ as InstructionCard,
49
+ I as InstructionList,
50
+ or as InstructionModal,
51
+ w as MainBanner,
52
+ B as MultiCards,
53
+ mr as PageViewer,
54
+ er as PartnerCard,
55
+ sr as PartnerTab,
56
+ k as Partners,
57
+ G as PartnersColors,
58
+ Z as PlusMinusIcon,
59
+ L as PreviewCard,
60
+ M as PreviewList,
63
61
  V as Segments,
64
- B as Stepper,
62
+ xr as Space,
63
+ g as Stepper,
65
64
  v as VideoFull,
66
65
  A as VideoList,
67
- S as VideoListMini,
68
- lr as VideoPlayer,
69
- L as WarningCard
66
+ T as VideoListMini,
67
+ ir as VideoPlayer,
68
+ D as WarningCard
70
69
  };
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.20",
5
+ "version": "0.0.25",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",
@@ -1,5 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- const r = ({ size: t }) => /* @__PURE__ */ o("div", { style: { height: `${t}px`, width: `${t}px` } });
3
- export {
4
- r as EmptyBox
5
- };
@@ -1,53 +0,0 @@
1
- import r from "./AnimatedSwiper/index.js";
2
- import { B as o, C as a, S as i, a as t, M as n, W as s, F as e, D as m, b as p, c as d, d as f, I as l, P as L, e as B, V as C, f as F, g as w, h as I, i as c } from "./AllComponents-7aa1a7f1.js";
3
- import { CardIconList as M } from "./CardIconList/CardIconList.js";
4
- import { CardImageSecondaryList as S } from "./CardImageSecondaryList/CardImageSecondaryList.js";
5
- import { EmptyBox as g } from "./EmptyBox/EmptyBox.js";
6
- import { MultiCards as D } from "./MultiCards/index.js";
7
- import { Partners as P } from "./Partners/Partners.js";
8
- import { PartnersColors as V } from "./PartnersColors/PartnersColors.js";
9
- import { PromoPoster as u } from "./PromoPoster/PromoPoster.js";
10
- import { Segments as b } from "./Segments/Segments.js";
11
- import { SwiperList as T } from "./SwiperList/SwiperList.js";
12
- import { TasksBannerList as h } from "./TasksBannerList/TasksBannerList.js";
13
- import { VideoFull as x } from "./Video/VideoFull/VideoFull.js";
14
- import { VideoList as y } from "./Video/VideoList/VideoList.js";
15
- import { VideoListMini as W } from "./Video/VideoListMini/VideoListMini.js";
16
- const U = {
17
- Banner: o,
18
- CardImageList: a,
19
- Stepper: i,
20
- Segments: b,
21
- VideoFull: x,
22
- VideoList: y,
23
- VideoListMini: W,
24
- ContentCardList: t,
25
- CardIconList: M,
26
- MultiCards: D,
27
- Partners: P,
28
- PartnersColors: V,
29
- MainBanner: n,
30
- WarningCard: s,
31
- Faq: e,
32
- DownloadFileBanner: m,
33
- DownloadFileHalf: p,
34
- DownloadFileFull: d,
35
- DownloadFileMini: f,
36
- InstructionList: l,
37
- PreviewList: L,
38
- SwiperList: T,
39
- AnimatedSwiper: r,
40
- InfoBannerList: B,
41
- TasksBannerList: h,
42
- VideoMainBanner: C,
43
- EmptyBox: g,
44
- PromoPoster: u,
45
- CardImageSecondaryList: S,
46
- CardInfoTable: F,
47
- StandartTable: w,
48
- IntroBanner: I,
49
- DownloadFileBright: c
50
- };
51
- export {
52
- U as c
53
- };
@@ -1,52 +0,0 @@
1
- import { jsxs as r, jsx as i } from "react/jsx-runtime";
2
- import { I as p } from "./index-60dfa873.js";
3
- import { c as n } from "./cn-d8c04b28.js";
4
- const s = {
5
- SMALL: "small",
6
- MEDIUM: "medium",
7
- LARGE: "large"
8
- }, m = ["data", "size", "className"], c = ({ data: e, size: l, className: o }) => {
9
- const x = l === s.SMALL ? 32 : 40;
10
- return /* @__PURE__ */ r(
11
- "div",
12
- {
13
- className: n(
14
- "bg-white rounded-[20px] flex flex-col items-start justify-between gap-[32px] w-full box-border",
15
- l === s.LARGE && "min-h-[300px]",
16
- l === s.SMALL ? "p-[24px]" : "p-[32px]",
17
- o
18
- ),
19
- children: [
20
- /* @__PURE__ */ r("div", { className: "flex flex-col items-start gap-[32px]", children: [
21
- (e == null ? void 0 : e.image) && /* @__PURE__ */ i(
22
- p,
23
- {
24
- src: e == null ? void 0 : e.image,
25
- alt: e == null ? void 0 : e.title,
26
- width: x,
27
- height: x
28
- }
29
- ),
30
- /* @__PURE__ */ r("div", { className: "flex items-start flex-col gap-[12px]", children: [
31
- /* @__PURE__ */ i("div", { className: "text-[24px] leading-[32px] font-bold", children: e == null ? void 0 : e.title }),
32
- /* @__PURE__ */ i("div", { className: "text-[14px] leading-[20px] text-graySoft", children: e == null ? void 0 : e.description })
33
- ] })
34
- ] }),
35
- l === s.LARGE && /* @__PURE__ */ i(
36
- "a",
37
- {
38
- href: e == null ? void 0 : e.link,
39
- target: "_blank",
40
- className: "text-deepBlue font-inter text-[16px] leading-[24px] font-semibold",
41
- children: e == null ? void 0 : e.link_text
42
- }
43
- )
44
- ]
45
- }
46
- );
47
- };
48
- c.propsToEdit = m;
49
- export {
50
- c as F,
51
- s as S
52
- };
File without changes