md-components-mdigial-azamat 0.0.109 → 0.0.112

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 (52) hide show
  1. package/dist/ActionCardList/ActionCardList.js +8 -6
  2. package/dist/ActionCardList/index.js +1 -1
  3. package/dist/ActionCardList/info.js +1 -1
  4. package/dist/ActionIconList/ActionIconList.js +5 -3
  5. package/dist/AllComponents.js +11 -8
  6. package/dist/AllComponentsInfo.js +83 -81
  7. package/dist/ButtonsList/ButtonsList.js +25 -19
  8. package/dist/CardImageList/CardImageList.js +87 -71
  9. package/dist/CardImageList/info.js +1 -1
  10. package/dist/CardImageList/schema.js +57 -0
  11. package/dist/Cards/CardImage/CardImage.js +102 -55
  12. package/dist/Cards/CardImage/index.js +6 -1
  13. package/dist/Cards/CardImage/info.js +1 -1
  14. package/dist/Cards/CardImage/schema.js +32 -0
  15. package/dist/Cards/CardImage/types.js +3 -2
  16. package/dist/Cards/WarningCard/WarningCard.js +7 -5
  17. package/dist/Cards/WarningCard/index.js +1 -1
  18. package/dist/Cards/WarningCard/info.js +1 -1
  19. package/dist/Flex-86aee720.js +78 -0
  20. package/dist/Footer/Footer.js +5 -5
  21. package/dist/Forms/FormDefault/index.js +1 -1
  22. package/dist/Forms/FormDefault/info.js +9 -7
  23. package/dist/Forms/helpers/renderFormFields.js +1 -1
  24. package/dist/Forms/model/components.js +7 -5
  25. package/dist/Header/Header.js +1 -1
  26. package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +12 -12
  27. package/dist/Header/components/HeaderMobile/HeaderMobile.js +1 -1
  28. package/dist/Header/components/HeaderSearch/HeaderSearch.js +1 -1
  29. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +10 -10
  30. package/dist/Header/components/HeaderWeb/HeaderWeb.js +15 -15
  31. package/dist/HeroIconsBanner/HeroIconsBanner.js +73 -56
  32. package/dist/IconList/IconList.js +53 -33
  33. package/dist/ModalBody/index.js +1 -1
  34. package/dist/PageViewer/renderComponents.js +1 -1
  35. package/dist/PreviewList/PreviewList.js +19 -19
  36. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +29 -29
  37. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  38. package/dist/RenderAllComponents/const.js +1 -1
  39. package/dist/SearchBlock/SearchBlock.js +102 -0
  40. package/dist/SearchBlock/index.js +4 -0
  41. package/dist/SearchBlock/info.js +11 -0
  42. package/dist/SearchBlock/schema.js +36 -0
  43. package/dist/assets/index.css +1 -1
  44. package/dist/{clientApi-642fea4b.js → clientApi-ccb08ba6.js} +7 -7
  45. package/dist/{componentsMap-855b1df7.js → componentsMap-cac6c316.js} +4 -3
  46. package/dist/{data.mock-182979d1.js → data.mock-ebc679ec.js} +107 -27
  47. package/dist/{index-497f59a8.js → index-b795390d.js} +23 -20
  48. package/dist/{index.module-c8833286.js → index.module-8835bf96.js} +1 -1
  49. package/dist/{info-34fbb2a8.js → info-d05a1f02.js} +171 -158
  50. package/dist/main.js +107 -104
  51. package/dist/trash/HeroLargeCards/index.js +7 -6
  52. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1,124 +1,127 @@
1
- import { ConfigProvider as d } from "./ConfigProvider/index.js";
2
- import { Banner as c } from "./Banner/Banner.js";
3
- import { BannerAndText as F } from "./BannerAndText/index.js";
4
- import { Header as I } from "./Header/Header.js";
5
- import { Footer as L } from "./Footer/Footer.js";
6
- import { Stepper as g } from "./Stepper/Stepper.js";
1
+ import { ConfigProvider as C } from "./ConfigProvider/index.js";
2
+ import { Banner as u } from "./Banner/Banner.js";
3
+ import { BannerAndText as B } from "./BannerAndText/index.js";
4
+ import { Header as P } from "./Header/Header.js";
5
+ import { Footer as M } from "./Footer/Footer.js";
6
+ import { Stepper as S } from "./Stepper/Stepper.js";
7
7
  import { Segments as A } from "./Segments/Segments.js";
8
- import { VideoFull as D } from "./Video/VideoFull/VideoFull.js";
9
- import { VideoList as y } from "./Video/VideoList/VideoList.js";
10
- import { VideoListMini as V } from "./Video/VideoListMini/VideoListMini.js";
11
- import { ContentCardList as k } from "./ContentCardList/ContentCardList.js";
12
- import { CardIconList as O } from "./CardIconList/CardIconList.js";
8
+ import { VideoFull as b } from "./Video/VideoFull/VideoFull.js";
9
+ import { VideoList as H } from "./Video/VideoList/VideoList.js";
10
+ import { VideoListMini as k } from "./Video/VideoListMini/VideoListMini.js";
11
+ import { ContentCardList as v } from "./ContentCardList/ContentCardList.js";
12
+ import { CardIconList as W } from "./CardIconList/CardIconList.js";
13
13
  import { MultiCards as q } from "./MultiCards/index.js";
14
14
  import { Partners as Z } from "./Partners/Partners.js";
15
- import { CardImageList as j } from "./CardImageList/CardImageList.js";
16
- import { MainBanner as G } from "./MainBanner/MainBanner.js";
17
- import { Faq as K } from "./Faq/Faq.js";
18
- import { HtmlContent as Q } from "./HtmlContent/HtmlContent.js";
19
- import { InstructionList as U } from "./InstructionList/InstructionList.js";
20
- import { HeroPossibilityBanner as Y } from "./HeroPossibilityBanner/index.js";
21
- import { PartnersColors as $ } from "./PartnersColors/PartnersColors.js";
22
- import { PreviewList as ro } from "./PreviewList/PreviewList.js";
23
- import { CardImage as to } from "./Cards/CardImage/CardImage.js";
24
- import { ContentCard as ao } from "./Cards/ContentCard/ContentCard.js";
25
- import { a as mo, b as fo, A as so, F as xo, W as io } from "./info-34fbb2a8.js";
26
- import { ColoredCard as Co } from "./Cards/ColoredCard/index.js";
27
- import { FeaturesCard as uo } from "./Cards/FeaturesCard/index.js";
28
- import { DownloadFileBanner as Bo } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
29
- import { DownloadFileFull as Po } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
30
- import { DownloadFileHalf as Mo } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
15
+ import { CardImageList as z } from "./CardImageList/CardImageList.js";
16
+ import { MainBanner as J } from "./MainBanner/MainBanner.js";
17
+ import { Faq as N } from "./Faq/Faq.js";
18
+ import { HtmlContent as R } from "./HtmlContent/HtmlContent.js";
19
+ import { InstructionList as X } from "./InstructionList/InstructionList.js";
20
+ import { HeroPossibilityBanner as _ } from "./HeroPossibilityBanner/index.js";
21
+ import { PartnersColors as oo } from "./PartnersColors/PartnersColors.js";
22
+ import { PreviewList as eo } from "./PreviewList/PreviewList.js";
23
+ import { CardImage as po } from "./Cards/CardImage/CardImage.js";
24
+ import "./Cards/CardImage/info.js";
25
+ import { ContentCard as no } from "./Cards/ContentCard/ContentCard.js";
26
+ import { a as fo, b as so, A as xo, F as io, W as lo } from "./info-d05a1f02.js";
27
+ import { ColoredCard as co } from "./Cards/ColoredCard/index.js";
28
+ import { FeaturesCard as Fo } from "./Cards/FeaturesCard/index.js";
29
+ import { DownloadFileBanner as Io } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
30
+ import { DownloadFileFull as Lo } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
31
+ import { DownloadFileHalf as go } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
31
32
  import { DownloadFileMini as wo } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
32
- import { Collapse as So } from "./Faq/components/Collapse/Collapse.js";
33
- import { F as bo } from "./index-a0ed2e4a.js";
34
- import { PlusMinusIcon as Ho } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
33
+ import { Collapse as Do } from "./Faq/components/Collapse/Collapse.js";
34
+ import { F as yo } from "./index-a0ed2e4a.js";
35
+ import { PlusMinusIcon as Vo } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
35
36
  import { InstructionCard as To } from "./InstructionList/components/InstructionCard/InstructionCard.js";
36
- import { InstructionModal as vo } from "./InstructionList/components/InstructionModal/InstructionModal.js";
37
- import { PartnerCard as Wo } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
37
+ import { InstructionModal as Oo } from "./InstructionList/components/InstructionModal/InstructionModal.js";
38
+ import { PartnerCard as ho } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
38
39
  import { PartnerTab as Eo } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
39
- import { PreviewCard as ho } from "./PreviewList/components/PreviewCard/PreviewCard.js";
40
- import { VideoPlayer as zo } from "./Video/components/VideoPlayer/VideoPlayer.js";
41
- import { PageViewer as Jo } from "./PageViewer/PageViewer.js";
42
- import { FieldTypes as No } from "./Types/FiledTypes.js";
43
- import { B as Ro } from "./const-53dff524.js";
44
- import { Space as Xo } from "./Space/Space.js";
45
- import { FileBannerSecondary as _o } from "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
46
- import { M as or, a as rr } from "./index-497f59a8.js";
40
+ import { PreviewCard as jo } from "./PreviewList/components/PreviewCard/PreviewCard.js";
41
+ import { VideoPlayer as Go } from "./Video/components/VideoPlayer/VideoPlayer.js";
42
+ import { PageViewer as Ko } from "./PageViewer/PageViewer.js";
43
+ import { FieldTypes as Qo } from "./Types/FiledTypes.js";
44
+ import { B as Uo } from "./const-53dff524.js";
45
+ import { Space as Yo } from "./Space/Space.js";
46
+ import { FileBannerSecondary as $o } from "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
47
+ import { M as rr, a as er } from "./index-b795390d.js";
47
48
  import { useState as f, useCallback as r } from "react";
48
- import { S as tr } from "./size-b1291031.js";
49
- import { TitleBlock as ar } from "./TitleBlock/TitleBlock.js";
50
- import { AllComponentsInfo as mr } from "./AllComponentsInfo.js";
51
- import { Actions as sr } from "./Actions/types.js";
52
- import { ButtonsList as ir } from "./ButtonsList/ButtonsList.js";
53
- import { IconList as dr } from "./IconList/IconList.js";
54
- import { HeroIconsBanner as cr } from "./HeroIconsBanner/HeroIconsBanner.js";
55
- const x = (e = !1) => {
56
- const [t, o] = f(e), n = r(() => o(!0), []), a = r(() => o(!1), []), p = r(() => o((m) => !m), []);
49
+ import { S as pr } from "./size-b1291031.js";
50
+ import { TitleBlock as nr } from "./TitleBlock/TitleBlock.js";
51
+ import { AllComponentsInfo as fr } from "./AllComponentsInfo.js";
52
+ import { Actions as xr } from "./Actions/types.js";
53
+ import { ButtonsList as lr } from "./ButtonsList/ButtonsList.js";
54
+ import { IconList as Cr } from "./IconList/IconList.js";
55
+ import { HeroIconsBanner as ur } from "./HeroIconsBanner/HeroIconsBanner.js";
56
+ import { SearchBlock as Br } from "./SearchBlock/SearchBlock.js";
57
+ const i = (e = !1) => {
58
+ const [t, o] = f(e), p = r(() => o(!0), []), a = r(() => o(!1), []), n = r(() => o((m) => !m), []);
57
59
  return {
58
60
  isOpen: t,
59
- open: n,
61
+ open: p,
60
62
  close: a,
61
- toggle: p
63
+ toggle: n
62
64
  };
63
65
  };
64
66
  export {
65
- mo as ActionCardList,
66
- sr as Actions,
67
- fo as AllComponents,
68
- so as AllComponentsData,
69
- mr as AllComponentsInfo,
70
- c as Banner,
71
- F as BannerAndText,
72
- Ro as ButtonProps,
73
- ir as ButtonsList,
74
- O as CardIconList,
75
- to as CardImage,
76
- j as CardImageList,
77
- So as Collapse,
78
- Co as ColoredCard,
79
- d as ConfigProvider,
80
- ao as ContentCard,
81
- k as ContentCardList,
82
- Bo as DownloadFileBanner,
83
- Po as DownloadFileFull,
84
- Mo as DownloadFileHalf,
67
+ fo as ActionCardList,
68
+ xr as Actions,
69
+ so as AllComponents,
70
+ xo as AllComponentsData,
71
+ fr as AllComponentsInfo,
72
+ u as Banner,
73
+ B as BannerAndText,
74
+ Uo as ButtonProps,
75
+ lr as ButtonsList,
76
+ W as CardIconList,
77
+ po as CardImage,
78
+ z as CardImageList,
79
+ Do as Collapse,
80
+ co as ColoredCard,
81
+ C as ConfigProvider,
82
+ no as ContentCard,
83
+ v as ContentCardList,
84
+ Io as DownloadFileBanner,
85
+ Lo as DownloadFileFull,
86
+ go as DownloadFileHalf,
85
87
  wo as DownloadFileMini,
86
- K as Faq,
87
- uo as FeaturesCard,
88
- bo as FeedbackForm,
89
- No as FieldTypes,
90
- _o as FileBannerSecondary,
91
- L as Footer,
92
- xo as FormDefault,
93
- I as Header,
94
- cr as HeroIconsBanner,
95
- Y as HeroPossibilityBanner,
96
- Q as HtmlContent,
97
- dr as IconList,
88
+ N as Faq,
89
+ Fo as FeaturesCard,
90
+ yo as FeedbackForm,
91
+ Qo as FieldTypes,
92
+ $o as FileBannerSecondary,
93
+ M as Footer,
94
+ io as FormDefault,
95
+ P as Header,
96
+ ur as HeroIconsBanner,
97
+ _ as HeroPossibilityBanner,
98
+ R as HtmlContent,
99
+ Cr as IconList,
98
100
  To as InstructionCard,
99
- U as InstructionList,
100
- vo as InstructionModal,
101
- G as MainBanner,
102
- or as Modal,
103
- rr as ModalBody,
101
+ X as InstructionList,
102
+ Oo as InstructionModal,
103
+ J as MainBanner,
104
+ rr as Modal,
105
+ er as ModalBody,
104
106
  q as MultiCards,
105
- Jo as PageViewer,
106
- Wo as PartnerCard,
107
+ Ko as PageViewer,
108
+ ho as PartnerCard,
107
109
  Eo as PartnerTab,
108
110
  Z as Partners,
109
- $ as PartnersColors,
110
- Ho as PlusMinusIcon,
111
- ho as PreviewCard,
112
- ro as PreviewList,
113
- tr as SIZE,
111
+ oo as PartnersColors,
112
+ Vo as PlusMinusIcon,
113
+ jo as PreviewCard,
114
+ eo as PreviewList,
115
+ pr as SIZE,
116
+ Br as SearchBlock,
114
117
  A as Segments,
115
- Xo as Space,
116
- g as Stepper,
117
- ar as TitleBlock,
118
- D as VideoFull,
119
- y as VideoList,
120
- V as VideoListMini,
121
- zo as VideoPlayer,
122
- io as WarningCard,
123
- x as useModal
118
+ Yo as Space,
119
+ S as Stepper,
120
+ nr as TitleBlock,
121
+ b as VideoFull,
122
+ H as VideoList,
123
+ k as VideoListMini,
124
+ Go as VideoPlayer,
125
+ lo as WarningCard,
126
+ i as useModal
124
127
  };
@@ -1,26 +1,27 @@
1
1
  import { jsxs as o, jsx as s } from "react/jsx-runtime";
2
2
  import { CardImage as n } from "../../Cards/CardImage/CardImage.js";
3
+ import "../../Cards/CardImage/info.js";
3
4
  import { c as x } from "../../cn-6a4bf187.js";
4
- const d = ({
5
+ const h = ({
5
6
  data: r,
6
7
  title: t,
7
- listStyle: i,
8
+ listStyle: c,
8
9
  cardStyle: l,
9
10
  extraButton: m,
10
- largeCards: c = !0
11
+ largeCards: i = !0
11
12
  }) => /* @__PURE__ */ o("div", { className: "w-full flex flex-col items-center gap-6", children: [
12
13
  t && /* @__PURE__ */ s("p", { className: "font-bold text-[44px] leading-[42px] mb-[24px] font-variant-numeric font-feature-settings", children: t }),
13
- /* @__PURE__ */ s("div", { className: x("gap-6", c ? "grid grid-cols-2 items-stretch max-tablet:grid-cols-1" : "flex items-stretch max-tablet:flex-col flex-wrap ", i), children: r == null ? void 0 : r.map((e) => /* @__PURE__ */ s(
14
+ /* @__PURE__ */ s("div", { className: x("gap-6", i ? "grid grid-cols-2 items-stretch max-tablet:grid-cols-1" : "flex items-stretch max-tablet:flex-col flex-wrap ", c), children: r == null ? void 0 : r.map((e) => /* @__PURE__ */ s(
14
15
  n,
15
16
  {
16
17
  data: e,
17
18
  cardStyle: l,
18
- largeCards: c
19
+ largeCards: i
19
20
  },
20
21
  e == null ? void 0 : e.id
21
22
  )) }),
22
23
  m
23
24
  ] });
24
25
  export {
25
- d as HeroCards
26
+ h as HeroCards
26
27
  };
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.109",
5
+ "version": "0.0.112",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",