md-components-mdigial-azamat 0.0.108 → 0.0.109

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 (48) hide show
  1. package/dist/ActionCardList/ActionCardList.js +9 -4
  2. package/dist/ActionCardList/index.js +1 -1
  3. package/dist/ActionCardList/info.js +1 -1
  4. package/dist/ActionIconList/ActionIconList.js +6 -1
  5. package/dist/Actions/actionsGenerator.js +30 -11
  6. package/dist/Actions/handlers/download.js +10 -0
  7. package/dist/Actions/handlers/fallback.js +4 -0
  8. package/dist/Actions/handlers/index.js +10 -0
  9. package/dist/Actions/handlers/link.js +6 -0
  10. package/dist/Actions/handlers/modal.js +11 -0
  11. package/dist/Actions/index.js +9 -11
  12. package/dist/Actions/projectActions.js +13 -0
  13. package/dist/Actions/types.js +6 -1
  14. package/dist/AllComponents.js +8 -3
  15. package/dist/AllComponentsInfo.js +96 -90
  16. package/dist/ButtonsList/ButtonsList.js +32 -0
  17. package/dist/ButtonsList/index.js +4 -0
  18. package/dist/ButtonsList/info.js +11 -0
  19. package/dist/ButtonsList/schema.js +21 -0
  20. package/dist/ButtonsList/types.js +1 -0
  21. package/dist/Cards/CardImage/CardImage.js +8 -6
  22. package/dist/Cards/WarningCard/WarningCard.js +8 -3
  23. package/dist/Cards/WarningCard/index.js +1 -1
  24. package/dist/Cards/WarningCard/info.js +1 -1
  25. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +28 -25
  26. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +25 -22
  27. package/dist/DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js +21 -18
  28. package/dist/Forms/FormDefault/index.js +1 -1
  29. package/dist/Forms/FormDefault/info.js +10 -5
  30. package/dist/Forms/helpers/renderFormFields.js +1 -1
  31. package/dist/Forms/model/components.js +8 -3
  32. package/dist/HeroIconsBanner/HeroIconsBanner.js +61 -0
  33. package/dist/HeroIconsBanner/index.js +4 -0
  34. package/dist/HeroIconsBanner/info.js +11 -0
  35. package/dist/HeroIconsBanner/schema.js +40 -0
  36. package/dist/HeroIconsBanner/types.js +1 -0
  37. package/dist/IconList/IconList.js +39 -0
  38. package/dist/IconList/index.js +4 -0
  39. package/dist/IconList/info.js +11 -0
  40. package/dist/IconList/schema.js +26 -0
  41. package/dist/IconList/types.js +1 -0
  42. package/dist/PageViewer/renderComponents.js +1 -1
  43. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  44. package/dist/assets/index.css +1 -1
  45. package/dist/{componentsMap-d2b8d2d4.js → componentsMap-855b1df7.js} +1 -1
  46. package/dist/{info-f6e88bd8.js → info-34fbb2a8.js} +17 -12
  47. package/dist/main.js +32 -26
  48. package/package.json +1 -1
@@ -29,7 +29,7 @@ import "../PartnersColors/PartnersColors.js";
29
29
  import "../PreviewList/PreviewList.js";
30
30
  import "../Cards/CardImage/CardImage.js";
31
31
  import "../Cards/ContentCard/ContentCard.js";
32
- import { a as Yo, d as Zo, e as _o } from "../info-f6e88bd8.js";
32
+ import { a as rr, d as tr, e as ir } from "../info-34fbb2a8.js";
33
33
  import "../Cards/ColoredCard/index.js";
34
34
  import "../Cards/FeaturesCard/index.js";
35
35
  import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
@@ -59,6 +59,8 @@ import "react-dom";
59
59
  import "../AnimatedSwiper/info.js";
60
60
  import "../Banner/info.js";
61
61
  import "../BannerAndText/info.js";
62
+ import "../HeroIconsBanner/info.js";
63
+ import "../ButtonsList/info.js";
62
64
  import "../CardIconList/info.js";
63
65
  import "../CardImageList/info.js";
64
66
  import "../CardImageSecondary/info.js";
@@ -78,6 +80,7 @@ import "../Faq/info.js";
78
80
  import "../Footer/info.js";
79
81
  import "../Header/info.js";
80
82
  import "../HeroPossibilityBanner/info.js";
83
+ import "../IconList/info.js";
81
84
  import "../InfoBanner/info.js";
82
85
  import "../InfoBannerList/info.js";
83
86
  import "../InstructionList/info.js";
@@ -100,8 +103,10 @@ import "../Video/VideoList/info.js";
100
103
  import "../Video/VideoListMini/info.js";
101
104
  import "../VideoMainBanner/info.js";
102
105
  import "../Actions/types.js";
106
+ import "../Actions/projectActions.js";
107
+ import "../HeroIconsBanner/HeroIconsBanner.js";
103
108
  export {
104
- Yo as ActionCardList,
105
- Zo as cards,
106
- _o as propsToEdit
109
+ rr as ActionCardList,
110
+ tr as cards,
111
+ ir as propsToEdit
107
112
  };
@@ -1,4 +1,4 @@
1
- import { a as r } from "../info-f6e88bd8.js";
1
+ import { a as r } from "../info-34fbb2a8.js";
2
2
  export {
3
3
  r as ActionCardList
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import "../index-0a5f313c.js";
2
- import { c as a } from "../info-f6e88bd8.js";
2
+ import { c as a } from "../info-34fbb2a8.js";
3
3
  export {
4
4
  a as actionCardListInfo
5
5
  };
@@ -31,7 +31,7 @@ import "../PartnersColors/PartnersColors.js";
31
31
  import "../PreviewList/PreviewList.js";
32
32
  import "../Cards/CardImage/CardImage.js";
33
33
  import "../Cards/ContentCard/ContentCard.js";
34
- import "../info-f6e88bd8.js";
34
+ import "../info-34fbb2a8.js";
35
35
  import "../Cards/ColoredCard/index.js";
36
36
  import "../Cards/FeaturesCard/index.js";
37
37
  import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
@@ -61,6 +61,8 @@ import { S as E } from "../size-b1291031.js";
61
61
  import "../AnimatedSwiper/info.js";
62
62
  import "../Banner/info.js";
63
63
  import "../BannerAndText/info.js";
64
+ import "../HeroIconsBanner/info.js";
65
+ import "../ButtonsList/info.js";
64
66
  import "../CardIconList/info.js";
65
67
  import "../CardImageList/info.js";
66
68
  import "../CardImageSecondary/info.js";
@@ -80,6 +82,7 @@ import "../Faq/info.js";
80
82
  import "../Footer/info.js";
81
83
  import "../Header/info.js";
82
84
  import "../HeroPossibilityBanner/info.js";
85
+ import "../IconList/info.js";
83
86
  import "../InfoBanner/info.js";
84
87
  import "../InfoBannerList/info.js";
85
88
  import "../InstructionList/info.js";
@@ -102,6 +105,8 @@ import "../Video/VideoList/info.js";
102
105
  import "../Video/VideoListMini/info.js";
103
106
  import "../VideoMainBanner/info.js";
104
107
  import "../Actions/types.js";
108
+ import "../Actions/projectActions.js";
109
+ import "../HeroIconsBanner/HeroIconsBanner.js";
105
110
  const O = {
106
111
  type: "icon_cards",
107
112
  label: "Карточки с иконками",
@@ -1,15 +1,34 @@
1
- const s = (e) => {
2
- const l = {};
3
- return e != null && e.modal && (l.onClick = () => {
4
- var r;
5
- const o = (r = e == null ? void 0 : e.modal) == null ? void 0 : r.modal_slug;
6
- if (o) {
7
- sessionStorage.setItem("modal_slug", o);
8
- const t = new URL(window.location.href);
9
- t.searchParams.set("modal_slug", o), window.history.pushState({}, "", t.toString());
1
+ import { handleDownload as i } from "./handlers/download.js";
2
+ import { handleLink as r } from "./handlers/link.js";
3
+ import { handleModal as k } from "./handlers/modal.js";
4
+ import { getFallbackAction as c } from "./handlers/fallback.js";
5
+ import { Actions as e } from "./types.js";
6
+ import "./projectActions.js";
7
+ const w = (a, l) => {
8
+ let t = c(l);
9
+ if (!a)
10
+ return t;
11
+ switch (Object.keys(a).find(
12
+ (o) => Object.values(e).some((n) => n.key === o)
13
+ )) {
14
+ case e.modal.key: {
15
+ const o = a[e.modal.key];
16
+ o && (t = { onClick: () => k(o) });
17
+ break;
10
18
  }
11
- }), l;
19
+ case e.link.key: {
20
+ const o = a[e.link.key];
21
+ o && (t = { onClick: () => r(o) });
22
+ break;
23
+ }
24
+ case e.downloadFile.key: {
25
+ const o = a[e.downloadFile.key];
26
+ o && (t = { onClick: () => i(o) });
27
+ break;
28
+ }
29
+ }
30
+ return t;
12
31
  };
13
32
  export {
14
- s as actionsGenerator
33
+ w as actionsGenerator
15
34
  };
@@ -0,0 +1,10 @@
1
+ import { invokeProjectAction as n } from "../projectActions.js";
2
+ import { Actions as r } from "../types.js";
3
+ const i = (o) => {
4
+ n(r.downloadFile.key, {
5
+ props: o
6
+ });
7
+ };
8
+ export {
9
+ i as handleDownload
10
+ };
@@ -0,0 +1,4 @@
1
+ const o = (n) => n ? { onClick: () => window.open(n, "_blank") } : {};
2
+ export {
3
+ o as getFallbackAction
4
+ };
@@ -0,0 +1,10 @@
1
+ import { handleDownload as r } from "./download.js";
2
+ import { handleLink as l } from "./link.js";
3
+ import { handleModal as t } from "./modal.js";
4
+ import { getFallbackAction as f } from "./fallback.js";
5
+ export {
6
+ f as getFallbackAction,
7
+ r as handleDownload,
8
+ l as handleLink,
9
+ t as handleModal
10
+ };
@@ -0,0 +1,6 @@
1
+ const e = (n) => {
2
+ n.link && window.open(n.link, n.target || "_self");
3
+ };
4
+ export {
5
+ e as handleLink
6
+ };
@@ -0,0 +1,11 @@
1
+ const a = (t) => {
2
+ const o = t.modal_slug;
3
+ if (o) {
4
+ sessionStorage.setItem("modal_slug", o);
5
+ const s = new URL(window.location.href);
6
+ s.searchParams.set("modal_slug", o), window.history.pushState({}, "", s.toString());
7
+ }
8
+ };
9
+ export {
10
+ a as handleModal
11
+ };
@@ -1,13 +1,11 @@
1
- import { Actions as r } from "./types.js";
2
- const c = {
3
- [r.downloadFile.key]: async () => (await import("./downloadFile/downloadFile.js")).downloadFile
4
- }, a = async (o, t) => {
5
- const n = c[o];
6
- if (!n)
7
- throw new Error(`Unknown project action: ${o}`);
8
- return (await n())(t);
9
- };
1
+ import { actionsGenerator as r } from "./actionsGenerator.js";
2
+ import { ProjectActions as e, invokeProjectAction as n } from "./projectActions.js";
3
+ import { Actions as A, AllActions as s, AllActionsObject as l } from "./types.js";
10
4
  export {
11
- c as ProjectActions,
12
- a as invokeProjectAction
5
+ A as Actions,
6
+ s as AllActions,
7
+ l as AllActionsObject,
8
+ e as ProjectActions,
9
+ r as actionsGenerator,
10
+ n as invokeProjectAction
13
11
  };
@@ -0,0 +1,13 @@
1
+ import { Actions as r } from "./types.js";
2
+ const c = {
3
+ [r.downloadFile.key]: async () => (await import("./downloadFile/downloadFile.js")).downloadFile
4
+ }, a = async (o, t) => {
5
+ const n = c[o];
6
+ if (!n)
7
+ throw new Error(`Unknown project action: ${o}`);
8
+ return (await n())(t);
9
+ };
10
+ export {
11
+ c as ProjectActions,
12
+ a as invokeProjectAction
13
+ };
@@ -6,12 +6,17 @@ const e = {
6
6
  modal: {
7
7
  label: "Модальное окно",
8
8
  key: "modal"
9
+ },
10
+ link: {
11
+ label: "Ссылка",
12
+ key: "link"
9
13
  }
10
14
  }, o = Object.values(e).map((l) => l == null ? void 0 : l.key), a = {
11
15
  action: o,
12
16
  label: "Действия",
13
17
  key: "action",
14
- dataType: "action"
18
+ dataType: "action",
19
+ type: "action"
15
20
  };
16
21
  export {
17
22
  e as Actions,
@@ -8,7 +8,7 @@ import "./CardInfoTable/index.js";
8
8
  import "./ContentCardList/ContentCardList.js";
9
9
  import "./DownloadFile/components/DownloadFileBright/index.js";
10
10
  import "./Faq/Faq.js";
11
- import { b as Xo, A as Yo } from "./info-f6e88bd8.js";
11
+ import { b as ot, A as tt } from "./info-34fbb2a8.js";
12
12
  import "./InfoBannerList/InfoBannerList.js";
13
13
  import "./IntroBanner/IntroBanner.js";
14
14
  import "./MainBanner/MainBanner.js";
@@ -58,6 +58,8 @@ import "react-dom";
58
58
  import "./AnimatedSwiper/info.js";
59
59
  import "./Banner/info.js";
60
60
  import "./BannerAndText/info.js";
61
+ import "./HeroIconsBanner/info.js";
62
+ import "./ButtonsList/info.js";
61
63
  import "./CardIconList/info.js";
62
64
  import "./CardImageList/info.js";
63
65
  import "./CardImageSecondary/info.js";
@@ -77,6 +79,7 @@ import "./Faq/info.js";
77
79
  import "./Footer/info.js";
78
80
  import "./Header/info.js";
79
81
  import "./HeroPossibilityBanner/info.js";
82
+ import "./IconList/info.js";
80
83
  import "./InfoBanner/info.js";
81
84
  import "./InfoBannerList/info.js";
82
85
  import "./InstructionList/info.js";
@@ -99,7 +102,9 @@ import "./Video/VideoList/info.js";
99
102
  import "./Video/VideoListMini/info.js";
100
103
  import "./VideoMainBanner/info.js";
101
104
  import "./Actions/types.js";
105
+ import "./Actions/projectActions.js";
106
+ import "./HeroIconsBanner/HeroIconsBanner.js";
102
107
  export {
103
- Xo as AllComponents,
104
- Yo as AllComponentsData
108
+ ot as AllComponents,
109
+ tt as AllComponentsData
105
110
  };
@@ -1,97 +1,103 @@
1
- import { w as o, f as r, c as n } from "./info-f6e88bd8.js";
2
- import { animatedSwiperInfo as i } from "./AnimatedSwiper/info.js";
3
- import { bannerInfo as t } from "./Banner/info.js";
4
- import { bannerAndTextInfo as a } from "./BannerAndText/info.js";
5
- import { cardIconListInfo as m } from "./CardIconList/info.js";
6
- import { cardImageListInfo as e } from "./CardImageList/info.js";
7
- import { cardImageSecondaryInfo as f } from "./CardImageSecondary/info.js";
8
- import { cardImageSecondaryListInfo as I } from "./CardImageSecondaryList/info.js";
1
+ import { w as o, f as r, c as n } from "./info-34fbb2a8.js";
2
+ import { animatedSwiperInfo as t } from "./AnimatedSwiper/info.js";
3
+ import { bannerInfo as i } from "./Banner/info.js";
4
+ import { bannerAndTextInfo as m } from "./BannerAndText/info.js";
5
+ import { heroIconsBannerInfo as f } from "./HeroIconsBanner/info.js";
6
+ import { buttonsListInfo as a } from "./ButtonsList/info.js";
7
+ import { cardIconListInfo as e } from "./CardIconList/info.js";
8
+ import { cardImageListInfo as s } from "./CardImageList/info.js";
9
+ import { cardImageSecondaryInfo as I } from "./CardImageSecondary/info.js";
10
+ import { cardImageSecondaryListInfo as p } from "./CardImageSecondaryList/info.js";
9
11
  import { cardInfoTableInfo as d } from "./CardInfoTable/info.js";
10
- import { cardImageInfo as s } from "./Cards/CardImage/info.js";
11
- import { coloredCardInfo as p } from "./Cards/ColoredCard/info.js";
12
- import { contentCardInfo as l } from "./Cards/ContentCard/info.js";
13
- import { featuresCardInfo as C } from "./Cards/FeaturesCard/info.js";
14
- import { contentCardListInfo as L } from "./ContentCardList/info.js";
15
- import { downloadFileBannerInfo as c } from "./DownloadFile/components/DownloadFileBanner/info.js";
16
- import { downloadFileBrightInfo as B } from "./DownloadFile/components/DownloadFileBright/info.js";
17
- import { downloadFileFullInfo as w } from "./DownloadFile/components/DownloadFileFull/info.js";
18
- import { downloadFileHalfInfo as F } from "./DownloadFile/components/DownloadFileHalf/info.js";
19
- import { downloadFileMiniInfo as g } from "./DownloadFile/components/DownloadFileMini/info.js";
20
- import { faqInfo as u } from "./Faq/info.js";
21
- import { footerInfo as S } from "./Footer/info.js";
22
- import { headerInfo as b } from "./Header/info.js";
23
- import { heroPossibilityBannerInfo as M } from "./HeroPossibilityBanner/info.js";
24
- import { htmlContentInfo as P } from "./HtmlContent/info.js";
25
- import { infoBannerInfo as T } from "./InfoBanner/info.js";
26
- import { infoBannerListInfo as D } from "./InfoBannerList/info.js";
27
- import { instructionListInfo as v } from "./InstructionList/info.js";
28
- import { introBannerInfo as y } from "./IntroBanner/info.js";
29
- import { mainBannerInfo as h } from "./MainBanner/info.js";
30
- import { multiCardsInfo as A } from "./MultiCards/info.js";
31
- import { partnersInfo as H } from "./Partners/info.js";
32
- import { partnersColorsInfo as k } from "./PartnersColors/info.js";
33
- import { previewListInfo as V } from "./PreviewList/info.js";
34
- import { promoPosterInfo as x } from "./PromoPoster/info.js";
35
- import { segmentsInfo as q } from "./Segments/info.js";
36
- import { spaceInfo as W } from "./Space/info.js";
37
- import { standartTableInfo as j } from "./StandartTable/info.js";
38
- import { stepperInfo as z } from "./Stepper/info.js";
39
- import { swiperListInfo as E } from "./SwiperList/info.js";
40
- import { tasksBannerInfo as G } from "./TasksBanner/info.js";
41
- import { tasksBannerListInfo as J } from "./TasksBannerList/info.js";
42
- import { videoFullInfo as K } from "./Video/VideoFull/info.js";
43
- import { videoListInfo as N } from "./Video/VideoList/info.js";
44
- import { videoListMiniInfo as O } from "./Video/VideoListMini/info.js";
45
- import { videoMainBannerInfo as Q } from "./VideoMainBanner/info.js";
46
- const zo = {
47
- MainBanner: h,
48
- Banner: t,
49
- BannerAndText: a,
50
- CardImageList: e,
51
- Stepper: z,
52
- Segments: q,
53
- VideoFull: K,
54
- VideoList: N,
55
- VideoListMini: O,
56
- ContentCardList: L,
57
- CardIconList: m,
58
- MultiCards: A,
59
- Partners: H,
60
- PartnersColors: k,
12
+ import { cardImageInfo as l } from "./Cards/CardImage/info.js";
13
+ import { coloredCardInfo as C } from "./Cards/ColoredCard/info.js";
14
+ import { contentCardInfo as L } from "./Cards/ContentCard/info.js";
15
+ import { featuresCardInfo as c } from "./Cards/FeaturesCard/info.js";
16
+ import { contentCardListInfo as B } from "./ContentCardList/info.js";
17
+ import { downloadFileBannerInfo as w } from "./DownloadFile/components/DownloadFileBanner/info.js";
18
+ import { downloadFileBrightInfo as F } from "./DownloadFile/components/DownloadFileBright/info.js";
19
+ import { downloadFileFullInfo as g } from "./DownloadFile/components/DownloadFileFull/info.js";
20
+ import { downloadFileHalfInfo as u } from "./DownloadFile/components/DownloadFileHalf/info.js";
21
+ import { downloadFileMiniInfo as S } from "./DownloadFile/components/DownloadFileMini/info.js";
22
+ import { faqInfo as b } from "./Faq/info.js";
23
+ import { footerInfo as M } from "./Footer/info.js";
24
+ import { headerInfo as P } from "./Header/info.js";
25
+ import { heroPossibilityBannerInfo as T } from "./HeroPossibilityBanner/info.js";
26
+ import { htmlContentInfo as D } from "./HtmlContent/info.js";
27
+ import { iconListInfo as h } from "./IconList/info.js";
28
+ import { infoBannerInfo as v } from "./InfoBanner/info.js";
29
+ import { infoBannerListInfo as y } from "./InfoBannerList/info.js";
30
+ import { instructionListInfo as H } from "./InstructionList/info.js";
31
+ import { introBannerInfo as A } from "./IntroBanner/info.js";
32
+ import { mainBannerInfo as k } from "./MainBanner/info.js";
33
+ import { multiCardsInfo as V } from "./MultiCards/info.js";
34
+ import { partnersInfo as x } from "./Partners/info.js";
35
+ import { partnersColorsInfo as q } from "./PartnersColors/info.js";
36
+ import { previewListInfo as W } from "./PreviewList/info.js";
37
+ import { promoPosterInfo as j } from "./PromoPoster/info.js";
38
+ import { segmentsInfo as z } from "./Segments/info.js";
39
+ import { spaceInfo as E } from "./Space/info.js";
40
+ import { standartTableInfo as G } from "./StandartTable/info.js";
41
+ import { stepperInfo as J } from "./Stepper/info.js";
42
+ import { swiperListInfo as K } from "./SwiperList/info.js";
43
+ import { tasksBannerInfo as N } from "./TasksBanner/info.js";
44
+ import { tasksBannerListInfo as O } from "./TasksBannerList/info.js";
45
+ import { videoFullInfo as Q } from "./Video/VideoFull/info.js";
46
+ import { videoListInfo as R } from "./Video/VideoList/info.js";
47
+ import { videoListMiniInfo as U } from "./Video/VideoListMini/info.js";
48
+ import { videoMainBannerInfo as X } from "./VideoMainBanner/info.js";
49
+ const Oo = {
50
+ MainBanner: k,
51
+ Banner: i,
52
+ BannerAndText: m,
53
+ CardImageList: s,
54
+ Stepper: J,
55
+ Segments: z,
56
+ VideoFull: Q,
57
+ VideoList: R,
58
+ VideoListMini: U,
59
+ ContentCardList: B,
60
+ CardIconList: e,
61
+ MultiCards: V,
62
+ Partners: x,
63
+ PartnersColors: q,
61
64
  WarningCard: o,
62
- Faq: u,
63
- DownloadFileBanner: c,
64
- DownloadFileHalf: F,
65
- DownloadFileFull: w,
66
- DownloadFileMini: g,
67
- InstructionList: v,
68
- PreviewList: V,
69
- SwiperList: E,
70
- AnimatedSwiper: i,
71
- InfoBannerList: D,
72
- TasksBannerList: J,
73
- VideoMainBanner: Q,
74
- Space: W,
75
- PromoPoster: x,
76
- CardImageSecondaryList: I,
65
+ Faq: b,
66
+ DownloadFileBanner: w,
67
+ DownloadFileHalf: u,
68
+ DownloadFileFull: g,
69
+ DownloadFileMini: S,
70
+ InstructionList: H,
71
+ PreviewList: W,
72
+ SwiperList: K,
73
+ AnimatedSwiper: t,
74
+ InfoBannerList: y,
75
+ TasksBannerList: O,
76
+ VideoMainBanner: X,
77
+ Space: E,
78
+ PromoPoster: j,
79
+ CardImageSecondaryList: p,
77
80
  CardInfoTable: d,
78
- StandartTable: j,
79
- IntroBanner: y,
80
- DownloadFileBright: B,
81
- Header: b,
82
- Footer: S,
83
- HtmlContent: P,
84
- HeroPossibilityBanner: M,
85
- CardImage: s,
86
- ContentCard: l,
87
- ColoredCard: p,
88
- FeaturesCard: C,
89
- InfoBanner: T,
90
- TasksBanner: G,
91
- CardImageSecondary: f,
81
+ StandartTable: G,
82
+ IntroBanner: A,
83
+ DownloadFileBright: F,
84
+ Header: P,
85
+ Footer: M,
86
+ HtmlContent: D,
87
+ HeroPossibilityBanner: T,
88
+ CardImage: l,
89
+ ContentCard: L,
90
+ ColoredCard: C,
91
+ FeaturesCard: c,
92
+ InfoBanner: v,
93
+ TasksBanner: N,
94
+ CardImageSecondary: I,
92
95
  FormDefault: r,
93
- ActionCardList: n
96
+ ActionCardList: n,
97
+ HeroIconsBanner: f,
98
+ ButtonsList: a,
99
+ IconList: h
94
100
  };
95
101
  export {
96
- zo as AllComponentsInfo
102
+ Oo as AllComponentsInfo
97
103
  };
@@ -0,0 +1,32 @@
1
+ import { jsx as a } from "react/jsx-runtime";
2
+ import { actionsGenerator as p } from "../Actions/actionsGenerator.js";
3
+ import "../Actions/projectActions.js";
4
+ import "../Actions/types.js";
5
+ import { B as c } from "../index-875e92ce.js";
6
+ import { b as f, a as u } from "../const-53dff524.js";
7
+ const d = ({
8
+ buttons: t,
9
+ className: e,
10
+ gap: n = 4
11
+ }) => !t || t.length === 0 ? null : /* @__PURE__ */ a(
12
+ "div",
13
+ {
14
+ className: e || `flex flex-wrap items-center justify-center gap-${n} mb-16 max-tablet:mb-10 max-tablet:w-full`,
15
+ children: t.map((o, m) => {
16
+ const { action: l, link: s, ...r } = o, i = p(l, s);
17
+ return /* @__PURE__ */ a(
18
+ c,
19
+ {
20
+ variant: r.variant || f.Primary,
21
+ size: r.size || u.XL,
22
+ onClick: i == null ? void 0 : i.onClick,
23
+ ...r
24
+ },
25
+ m
26
+ );
27
+ })
28
+ }
29
+ );
30
+ export {
31
+ d as ButtonsList
32
+ };
@@ -0,0 +1,4 @@
1
+ import { ButtonsList as r } from "./ButtonsList.js";
2
+ export {
3
+ r as ButtonsList
4
+ };
@@ -0,0 +1,11 @@
1
+ import { C as t } from "../index-0a5f313c.js";
2
+ import { propsToEdit as o } from "./schema.js";
3
+ const p = {
4
+ title: "Список кнопок",
5
+ description: "Группа кнопок с настраиваемыми действиями и стилями.",
6
+ types: [t.lists],
7
+ propsToEdit: o
8
+ };
9
+ export {
10
+ p as buttonsListInfo
11
+ };
@@ -0,0 +1,21 @@
1
+ import { FieldTypes as t } from "../Types/FiledTypes.js";
2
+ import { c as p } from "../const-53dff524.js";
3
+ const e = [
4
+ p,
5
+ {
6
+ type: "data",
7
+ label: "Отступы",
8
+ dataType: "object",
9
+ data: {
10
+ keys: {
11
+ gap: {
12
+ type: t.NUMBER,
13
+ label: "Отступ между кнопками (px)"
14
+ }
15
+ }
16
+ }
17
+ }
18
+ ];
19
+ export {
20
+ e as propsToEdit
21
+ };
@@ -0,0 +1 @@
1
+
@@ -1,9 +1,11 @@
1
1
  import { jsxs as p, jsx as x } from "react/jsx-runtime";
2
- import { actionsGenerator as s } from "../../Actions/actionsGenerator.js";
2
+ import { actionsGenerator as m } from "../../Actions/actionsGenerator.js";
3
+ import "../../Actions/projectActions.js";
4
+ import "../../Actions/types.js";
3
5
  import { FieldTypes as l } from "../../Types/FiledTypes.js";
4
- import { I as c } from "../../index-9384c6d6.js";
6
+ import { I as s } from "../../index-9384c6d6.js";
5
7
  import { c as i } from "../../cn-6a4bf187.js";
6
- const m = {
8
+ const c = {
7
9
  type: "data",
8
10
  label: "Данные карточки с изображением",
9
11
  dataType: "object",
@@ -16,8 +18,8 @@ const m = {
16
18
  is_black: l.BOOLEAN
17
19
  }
18
20
  }
19
- }, n = [m], b = ({ data: e }) => {
20
- const o = ((e == null ? void 0 : e.variant) === "large", "min-h-[364px] max-w-[364px]"), t = ((e == null ? void 0 : e.variant) === "small", "w-[364px]"), r = s(e == null ? void 0 : e.action);
21
+ }, n = [c], b = ({ data: e }) => {
22
+ const o = ((e == null ? void 0 : e.variant) === "large", "min-h-[364px] max-w-[364px]"), t = ((e == null ? void 0 : e.variant) === "small", "w-[364px]"), r = m(e == null ? void 0 : e.action);
21
23
  return /* @__PURE__ */ p(
22
24
  "div",
23
25
  {
@@ -50,7 +52,7 @@ const m = {
50
52
  )
51
53
  ] }),
52
54
  /* @__PURE__ */ x(
53
- c,
55
+ s,
54
56
  {
55
57
  src: e == null ? void 0 : e.image,
56
58
  alt: e == null ? void 0 : e.title,
@@ -29,7 +29,7 @@ import "../../PartnersColors/PartnersColors.js";
29
29
  import "../../PreviewList/PreviewList.js";
30
30
  import "../CardImage/CardImage.js";
31
31
  import "../ContentCard/ContentCard.js";
32
- import { W as Zr, p as _r } from "../../info-f6e88bd8.js";
32
+ import { W as po, p as io } from "../../info-34fbb2a8.js";
33
33
  import "../ColoredCard/index.js";
34
34
  import "../FeaturesCard/index.js";
35
35
  import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
@@ -59,6 +59,8 @@ import "react-dom";
59
59
  import "../../AnimatedSwiper/info.js";
60
60
  import "../../Banner/info.js";
61
61
  import "../../BannerAndText/info.js";
62
+ import "../../HeroIconsBanner/info.js";
63
+ import "../../ButtonsList/info.js";
62
64
  import "../../CardIconList/info.js";
63
65
  import "../../CardImageList/info.js";
64
66
  import "../../CardImageSecondary/info.js";
@@ -78,6 +80,7 @@ import "../../Faq/info.js";
78
80
  import "../../Footer/info.js";
79
81
  import "../../Header/info.js";
80
82
  import "../../HeroPossibilityBanner/info.js";
83
+ import "../../IconList/info.js";
81
84
  import "../../InfoBanner/info.js";
82
85
  import "../../InfoBannerList/info.js";
83
86
  import "../../InstructionList/info.js";
@@ -100,9 +103,11 @@ import "../../Video/VideoList/info.js";
100
103
  import "../../Video/VideoListMini/info.js";
101
104
  import "../../VideoMainBanner/info.js";
102
105
  import "../../Actions/types.js";
106
+ import "../../Actions/projectActions.js";
107
+ import "../../HeroIconsBanner/HeroIconsBanner.js";
103
108
  import "../../Icon-70ea6cb8.js";
104
109
  import "../../ComponentContainer-dca711c6.js";
105
110
  export {
106
- Zr as WarningCard,
107
- _r as propsToEdit
111
+ po as WarningCard,
112
+ io as propsToEdit
108
113
  };
@@ -1,4 +1,4 @@
1
- import { W as n } from "../../info-f6e88bd8.js";
1
+ import { W as n } from "../../info-34fbb2a8.js";
2
2
  export {
3
3
  n as WarningCard
4
4
  };