md-components-mdigial-azamat 0.0.77 → 0.0.80

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 (131) hide show
  1. package/dist/ActionCard/ActionCard.js +30 -0
  2. package/dist/ActionCard/index.js +4 -0
  3. package/dist/ActionCard/info.js +11 -0
  4. package/dist/ActionCard/types.js +1 -0
  5. package/dist/ActionCardList/ActionCardList.js +32 -0
  6. package/dist/ActionCardList/index.js +4 -0
  7. package/dist/ActionCardList/info.js +11 -0
  8. package/dist/ActionCardList/types.js +1 -0
  9. package/dist/ActionIconList/ActionIconList.js +174 -0
  10. package/dist/ActionIconList/index.js +4 -0
  11. package/dist/ActionIconList/info.js +11 -0
  12. package/dist/ActionIconList/types.js +1 -0
  13. package/dist/AllComponents.js +39 -127
  14. package/dist/AllComponentsInfo.js +26 -27
  15. package/dist/AnimatedSwiper/index.js +9 -3
  16. package/dist/AnimatedSwiper/info.js +1 -1
  17. package/dist/Banner/Banner.js +1 -1
  18. package/dist/Banner/info.js +1 -1
  19. package/dist/BannerAndText/index.js +1 -1
  20. package/dist/BannerAndText/info.js +1 -1
  21. package/dist/CardIconList/CardIconList.js +16 -15
  22. package/dist/CardIconList/info.js +1 -1
  23. package/dist/CardImageList/CardImageList.js +1 -1
  24. package/dist/CardImageList/info.js +1 -1
  25. package/dist/CardImageSecondary/info.js +1 -1
  26. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
  27. package/dist/CardImageSecondaryList/info.js +1 -1
  28. package/dist/CardInfoTable/index.js +1 -1
  29. package/dist/CardInfoTable/info.js +1 -1
  30. package/dist/{index-04224eb4.js → Cards/ActionIconCard/index.js} +21 -27
  31. package/dist/Cards/ActionIconCard/info.js +11 -0
  32. package/dist/Cards/ActionIconCard/types.js +1 -0
  33. package/dist/Cards/CardImage/info.js +1 -1
  34. package/dist/Cards/ColoredCard/info.js +1 -1
  35. package/dist/Cards/ContentCard/info.js +1 -1
  36. package/dist/Cards/FeaturesCard/index.js +100 -8
  37. package/dist/Cards/FeaturesCard/info.js +2 -2
  38. package/dist/Cards/WarningCard/WarningCard.js +103 -68
  39. package/dist/Cards/WarningCard/index.js +1 -1
  40. package/dist/Cards/WarningCard/info.js +3 -9
  41. package/dist/ComponentContainer-05e27e82.js +16 -0
  42. package/dist/ContentCardList/ContentCardList.js +1 -1
  43. package/dist/ContentCardList/info.js +1 -1
  44. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
  45. package/dist/DownloadFile/components/DownloadFileBanner/info.js +1 -1
  46. package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
  47. package/dist/DownloadFile/components/DownloadFileBright/info.js +1 -1
  48. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
  49. package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
  50. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
  51. package/dist/DownloadFile/components/DownloadFileHalf/info.js +1 -1
  52. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
  53. package/dist/DownloadFile/components/DownloadFileMini/info.js +1 -1
  54. package/dist/DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js +1 -1
  55. package/dist/DownloadFile/components/FileBannerSecondary/info.js +1 -1
  56. package/dist/Faq/Faq.js +2 -2
  57. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +6 -55
  58. package/dist/Faq/components/FeedbackForm/index.js +1 -1
  59. package/dist/Faq/info.js +1 -1
  60. package/dist/FileLoader/fileLoader.js +22 -0
  61. package/dist/FileLoader/index.js +1787 -0
  62. package/dist/Footer/info.js +1 -1
  63. package/dist/Forms/FormDefault/componentTypes.js +31 -0
  64. package/dist/Forms/FormDefault/index.js +10 -273
  65. package/dist/Forms/FormDefault/info.js +104 -18
  66. package/dist/Forms/helpers/renderFormFields.js +7 -0
  67. package/dist/Forms/model/components.js +102 -0
  68. package/dist/Forms/types/formItems.js +1 -0
  69. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
  70. package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
  71. package/dist/Header/info.js +1 -1
  72. package/dist/HeroPossibilityBanner/info.js +1 -1
  73. package/dist/InfoBanner/info.js +1 -1
  74. package/dist/InfoBannerList/InfoBannerList.js +1 -1
  75. package/dist/InfoBannerList/info.js +1 -1
  76. package/dist/InstructionList/InstructionList.js +1 -1
  77. package/dist/InstructionList/info.js +1 -1
  78. package/dist/IntroBanner/IntroBanner.js +1 -1
  79. package/dist/IntroBanner/info.js +1 -1
  80. package/dist/MainBanner/MainBanner.js +1 -1
  81. package/dist/MainBanner/info.js +1 -1
  82. package/dist/MultiCards/index.js +1 -1
  83. package/dist/MultiCards/info.js +1 -1
  84. package/dist/PageViewer/renderComponents.js +1 -1
  85. package/dist/Partners/Partners.js +1 -1
  86. package/dist/Partners/info.js +1 -1
  87. package/dist/PartnersColors/PartnersColors.js +1 -1
  88. package/dist/PartnersColors/info.js +1 -1
  89. package/dist/PreviewList/PreviewList.js +1 -1
  90. package/dist/PreviewList/info.js +1 -1
  91. package/dist/PromoPoster/PromoPoster.js +1 -1
  92. package/dist/PromoPoster/info.js +1 -1
  93. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  94. package/dist/RenderAllComponents/const.js +1 -1
  95. package/dist/Segments/info.js +1 -1
  96. package/dist/Space/info.js +1 -1
  97. package/dist/StandartTable/index.js +1 -1
  98. package/dist/StandartTable/info.js +1 -1
  99. package/dist/Stepper/Stepper.js +1 -1
  100. package/dist/Stepper/info.js +1 -1
  101. package/dist/SwiperList/SwiperList.js +7 -7
  102. package/dist/SwiperList/info.js +1 -1
  103. package/dist/TasksBanner/info.js +1 -1
  104. package/dist/TasksBannerList/TasksBannerList.js +1 -1
  105. package/dist/TasksBannerList/info.js +1 -1
  106. package/dist/TitleBlock/TitleBlock.js +15 -0
  107. package/dist/TitleBlock/index.js +4 -0
  108. package/dist/TitleBlock/info.js +11 -0
  109. package/dist/TitleBlock/types.js +1 -0
  110. package/dist/Video/VideoFull/VideoFull.js +1 -1
  111. package/dist/Video/VideoFull/info.js +1 -1
  112. package/dist/Video/VideoList/VideoList.js +1 -1
  113. package/dist/Video/VideoList/info.js +1 -1
  114. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  115. package/dist/Video/VideoListMini/info.js +1 -1
  116. package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
  117. package/dist/VideoMainBanner/info.js +1 -1
  118. package/dist/assets/index.css +1 -1
  119. package/dist/{componentsMap-ae33b476.js → componentsMap-56a530ca.js} +38 -39
  120. package/dist/{data.mock-30d53d62.js → data.mock-9071e4ea.js} +54 -52
  121. package/dist/{index-b826f1c7.js → index-0a5f313c.js} +1 -1
  122. package/dist/index-a0ed2e4a.js +1221 -0
  123. package/dist/info-7ea3fd7e.js +1380 -0
  124. package/dist/main.js +59 -60
  125. package/dist/{mousewheel-2cf27f39.js → mousewheel-865ae601.js} +1 -1
  126. package/dist/{navigation-48c90d3b.js → navigation-b894d0cd.js} +1 -1
  127. package/dist/size-b1291031.js +8 -0
  128. package/dist/{swiper-react-bfbb44d6.js → swiper-react-90953710.js} +3 -3
  129. package/package.json +4 -1
  130. package/dist/ComponentContainer-841196f9.js +0 -16
  131. package/dist/index.esm-67811428.js +0 -1012
@@ -0,0 +1,30 @@
1
+ import { jsxs as p, jsx as e } from "react/jsx-runtime";
2
+ import { I as i } from "../index-9384c6d6.js";
3
+ const s = ["title", "icon", "button_link"], n = ({
4
+ title: t,
5
+ icon: r,
6
+ button_link: o = "/"
7
+ }) => /* @__PURE__ */ p(
8
+ "a",
9
+ {
10
+ href: o,
11
+ className: "w-full flex bg-white p-[24px] rounded-[20px] items-center gap-[16px]",
12
+ children: [
13
+ /* @__PURE__ */ e(
14
+ i,
15
+ {
16
+ src: r,
17
+ alt: t,
18
+ width: 56,
19
+ height: 56
20
+ }
21
+ ),
22
+ /* @__PURE__ */ e("p", { className: "text-[16px] leading-[24px]", children: t })
23
+ ]
24
+ }
25
+ );
26
+ n.propsToEdit = s;
27
+ export {
28
+ n as ActionCard,
29
+ s as propsToEdit
30
+ };
@@ -0,0 +1,4 @@
1
+ import { ActionCard as t } from "./ActionCard.js";
2
+ export {
3
+ t as ActionCard
4
+ };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-0a5f313c.js";
2
+ import { propsToEdit as t } from "./ActionCard.js";
3
+ const p = {
4
+ title: "Карточка действия",
5
+ description: "Компонент для отображения карточки действия с иконкой, заголовком и ссылкой. Используется для представления различных действий или ссылок в визуальном формате.",
6
+ types: [o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as actionCardInfo
11
+ };
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,32 @@
1
+ import { jsxs as m, Fragment as e, jsx as o } from "react/jsx-runtime";
2
+ import { ActionCard as s } from "../ActionCard/ActionCard.js";
3
+ import { TitleBlock as x } from "../TitleBlock/TitleBlock.js";
4
+ const g = ["title", "description", "marginBottom"], a = ({
5
+ title: n,
6
+ description: p,
7
+ marginBottom: r,
8
+ cards: i
9
+ }) => /* @__PURE__ */ m(e, { children: [
10
+ n && /* @__PURE__ */ o(
11
+ x,
12
+ {
13
+ title: n,
14
+ description: p,
15
+ marginBottom: r
16
+ }
17
+ ),
18
+ /* @__PURE__ */ o("div", { className: "grid grid-cols-3 gap-x-[24px] gap-y-[40px] max-tablet:grid-cols-1 max-tablet:gap-y-[24px]", children: i == null ? void 0 : i.map((t, l) => /* @__PURE__ */ o(
19
+ s,
20
+ {
21
+ title: t.title,
22
+ icon: t.icon,
23
+ button_link: t.button_link
24
+ },
25
+ t.id ?? l
26
+ )) })
27
+ ] });
28
+ a.propsToEdit = g;
29
+ export {
30
+ a as ActionCardList,
31
+ g as propsToEdit
32
+ };
@@ -0,0 +1,4 @@
1
+ import { ActionCardList as t } from "./ActionCardList.js";
2
+ export {
3
+ t as ActionCardList
4
+ };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-0a5f313c.js";
2
+ import { propsToEdit as t } from "./ActionCardList.js";
3
+ const s = {
4
+ title: "Список карточек действий",
5
+ description: "Компонент для отображения списка карточек действий с иконками и ссылками. Используется для представления различных действий или ссылок в виде сетки карточек.",
6
+ types: [o.lists],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ s as actionCardListInfo
11
+ };
@@ -0,0 +1 @@
1
+
@@ -0,0 +1,174 @@
1
+ import { jsxs as T, jsx as m } from "react/jsx-runtime";
2
+ import { ActionCard as I } from "../ActionCard/ActionCard.js";
3
+ import { ActionIconCard as L } from "../Cards/ActionIconCard/index.js";
4
+ import { TitleBlock as g } from "../TitleBlock/TitleBlock.js";
5
+ import { FieldTypes as t } from "../Types/FiledTypes.js";
6
+ import "../ConfigProvider/index.js";
7
+ import "../Banner/Banner.js";
8
+ import "../BannerAndText/index.js";
9
+ import "react";
10
+ import "../Faq/components/Collapse/Collapse.js";
11
+ import "../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
12
+ import "../HtmlContent/HtmlContent.js";
13
+ import "../Header/components/TabsOutlined/TabsOutlined.js";
14
+ import "../index-875e92ce.js";
15
+ import "../const-53dff524.js";
16
+ import "../Stepper/Stepper.js";
17
+ import "../Segments/Segments.js";
18
+ import "../Video/VideoFull/VideoFull.js";
19
+ import "../Video/VideoList/VideoList.js";
20
+ import "../Video/VideoListMini/VideoListMini.js";
21
+ import "../ContentCardList/ContentCardList.js";
22
+ import "../CardIconList/CardIconList.js";
23
+ import "../MultiCards/index.js";
24
+ import "../Partners/Partners.js";
25
+ import "../CardImageList/CardImageList.js";
26
+ import "../MainBanner/MainBanner.js";
27
+ import "../Faq/Faq.js";
28
+ import "../InstructionList/InstructionList.js";
29
+ import "../HeroPossibilityBanner/index.js";
30
+ import "../PartnersColors/PartnersColors.js";
31
+ import "../PreviewList/PreviewList.js";
32
+ import "../Cards/CardImage/CardImage.js";
33
+ import "../Cards/ContentCard/ContentCard.js";
34
+ import "../info-7ea3fd7e.js";
35
+ import "../Cards/ColoredCard/index.js";
36
+ import "../Cards/FeaturesCard/index.js";
37
+ import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
38
+ import "../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
39
+ import "../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
40
+ import "../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
41
+ import "../InstructionList/components/InstructionCard/InstructionCard.js";
42
+ import "../PreviewList/components/PreviewCard/PreviewCard.js";
43
+ import "../AnimatedSwiper/index.js";
44
+ import "../CardImageSecondary/CardImageSecondary.js";
45
+ import "../CardImageSecondaryList/CardImageSecondaryList.js";
46
+ import "../CardInfoTable/index.js";
47
+ import "../DownloadFile/components/DownloadFileBright/index.js";
48
+ import "../DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
49
+ import "../InfoBanner/index.js";
50
+ import "../InfoBannerList/InfoBannerList.js";
51
+ import "../IntroBanner/IntroBanner.js";
52
+ import "../PromoPoster/PromoPoster.js";
53
+ import "../Space/Space.js";
54
+ import "../StandartTable/index.js";
55
+ import "../SwiperList/SwiperList.js";
56
+ import "../TasksBanner/TasksBanner.js";
57
+ import "../TasksBannerList/TasksBannerList.js";
58
+ import "../VideoMainBanner/VideoMainBanner.js";
59
+ import { S as E } from "../size-b1291031.js";
60
+ import "../AnimatedSwiper/info.js";
61
+ import "../Banner/info.js";
62
+ import "../BannerAndText/info.js";
63
+ import "../CardIconList/info.js";
64
+ import "../CardImageList/info.js";
65
+ import "../CardImageSecondary/info.js";
66
+ import "../CardImageSecondaryList/info.js";
67
+ import "../CardInfoTable/info.js";
68
+ import "../Cards/CardImage/info.js";
69
+ import "../Cards/ColoredCard/info.js";
70
+ import "../Cards/ContentCard/info.js";
71
+ import "../Cards/FeaturesCard/info.js";
72
+ import "../ContentCardList/info.js";
73
+ import "../DownloadFile/components/DownloadFileBanner/info.js";
74
+ import "../DownloadFile/components/DownloadFileBright/info.js";
75
+ import "../DownloadFile/components/DownloadFileFull/info.js";
76
+ import "../DownloadFile/components/DownloadFileHalf/info.js";
77
+ import "../DownloadFile/components/DownloadFileMini/info.js";
78
+ import "../Faq/info.js";
79
+ import "../Footer/info.js";
80
+ import "../Header/info.js";
81
+ import "../HeroPossibilityBanner/info.js";
82
+ import "../InfoBanner/info.js";
83
+ import "../InfoBannerList/info.js";
84
+ import "../InstructionList/info.js";
85
+ import "../IntroBanner/info.js";
86
+ import "../MainBanner/info.js";
87
+ import "../MultiCards/info.js";
88
+ import "../Partners/info.js";
89
+ import "../PartnersColors/info.js";
90
+ import "../PreviewList/info.js";
91
+ import "../PromoPoster/info.js";
92
+ import "../Segments/info.js";
93
+ import "../Space/info.js";
94
+ import "../StandartTable/info.js";
95
+ import "../Stepper/info.js";
96
+ import "../SwiperList/info.js";
97
+ import "../TasksBanner/info.js";
98
+ import "../TasksBannerList/info.js";
99
+ import "../Video/VideoFull/info.js";
100
+ import "../Video/VideoList/info.js";
101
+ import "../Video/VideoListMini/info.js";
102
+ import "../VideoMainBanner/info.js";
103
+ const O = {
104
+ type: "icon_cards",
105
+ label: "Карточки с иконками",
106
+ dataType: "array",
107
+ data: {
108
+ title: t.TITLE,
109
+ description: t.DESCRIPTION,
110
+ image: t.FILE,
111
+ link: t.LINK,
112
+ link_text: t.TITLE,
113
+ color_bg: t.COLOR,
114
+ item_color_text: t.COLOR,
115
+ color_description: t.COLOR,
116
+ badge: t.TITLE,
117
+ color: t.COLOR,
118
+ color_text: t.COLOR,
119
+ button_type: t.VARIANT,
120
+ button_variant: t.VARIANT
121
+ }
122
+ }, b = {
123
+ type: "cards",
124
+ label: "Карточки действий",
125
+ dataType: "array",
126
+ data: {
127
+ title: t.TITLE,
128
+ icon: t.FILE,
129
+ button_link: t.LINK
130
+ }
131
+ }, s = [
132
+ "title",
133
+ "description",
134
+ "marginBottom",
135
+ O,
136
+ b
137
+ ], x = ({
138
+ title: r,
139
+ description: e,
140
+ marginBottom: l,
141
+ icon_cards: i,
142
+ cards: p
143
+ }) => /* @__PURE__ */ T("div", { children: [
144
+ /* @__PURE__ */ m(
145
+ g,
146
+ {
147
+ title: r,
148
+ description: e,
149
+ marginBottom: l
150
+ }
151
+ ),
152
+ (i == null ? void 0 : i.length) && /* @__PURE__ */ m("div", { className: "grid grid-cols-3 gap-[32px]", children: i == null ? void 0 : i.map((o, n) => /* @__PURE__ */ m(
153
+ L,
154
+ {
155
+ data: o,
156
+ size: E.LARGE
157
+ },
158
+ n
159
+ )) }),
160
+ (p == null ? void 0 : p.length) && /* @__PURE__ */ m("div", { className: "grid grid-cols-2 gap-[24px] max-tablet:grid-cols-1 mt-[32px]", children: p == null ? void 0 : p.map((o) => /* @__PURE__ */ m(
161
+ I,
162
+ {
163
+ title: o == null ? void 0 : o.title,
164
+ icon: o == null ? void 0 : o.icon,
165
+ button_link: o == null ? void 0 : o.button_link
166
+ },
167
+ o == null ? void 0 : o.id
168
+ )) })
169
+ ] });
170
+ x.propsToEdit = s;
171
+ export {
172
+ x as ActionIconList,
173
+ s as propsToEdit
174
+ };
@@ -0,0 +1,4 @@
1
+ import { ActionIconList as c } from "./ActionIconList.js";
2
+ export {
3
+ c as ActionIconList
4
+ };
@@ -0,0 +1,11 @@
1
+ import { C as o } from "../index-0a5f313c.js";
2
+ import { propsToEdit as t } from "./ActionIconList.js";
3
+ const p = {
4
+ title: "Список действий с иконками",
5
+ description: "Компонент для отображения списка действий с иконками и карточками. Используется для представления различных функций, услуг или действий в визуальном формате с иконками и ссылками.",
6
+ types: [o.cards],
7
+ propsToEdit: t
8
+ };
9
+ export {
10
+ p as actionIconListInfo
11
+ };
@@ -0,0 +1 @@
1
+
@@ -1,48 +1,46 @@
1
- import { M as o, B as t, C as n, S as r, a as e, V as a, b as i, c as p, d as m, e as s, f as l, P as d, g as c, W as D, F as f, D as L, h as C, i as F, j as B, I as y, k, l as w, A as I, m as S, T as _, n as P, E as g, o as M, p as u, q as V, r as T, s as b, t as A } from "./data.mock-30d53d62.js";
2
- import H from "./AnimatedSwiper/index.js";
3
- import { Banner as h } from "./Banner/Banner.js";
4
- import { CardIconList as q } from "./CardIconList/CardIconList.js";
5
- import { CardImageList as W } from "./CardImageList/CardImageList.js";
6
- import { CardImageSecondaryList as v } from "./CardImageSecondaryList/CardImageSecondaryList.js";
7
- import { CardInfoTable as x } from "./CardInfoTable/index.js";
8
- import { ContentCardList as E } from "./ContentCardList/ContentCardList.js";
9
- import { DownloadFileBright as j } from "./DownloadFile/components/DownloadFileBright/index.js";
10
- import { Faq as z } from "./Faq/Faq.js";
11
- import { FormDefault as G } from "./Forms/FormDefault/index.js";
12
- import { formDefaultProps as J } from "./Forms/FormDefault/info.js";
13
- import { InfoBannerList as K } from "./InfoBannerList/InfoBannerList.js";
14
- import { IntroBanner as N } from "./IntroBanner/IntroBanner.js";
15
- import { MainBanner as O } from "./MainBanner/MainBanner.js";
16
- import { MultiCards as Q } from "./MultiCards/index.js";
17
- import { Partners as R } from "./Partners/Partners.js";
18
- import { PartnersColors as U } from "./PartnersColors/PartnersColors.js";
19
- import { PromoPoster as X } from "./PromoPoster/PromoPoster.js";
20
- import { Segments as Y } from "./Segments/Segments.js";
21
- import { StandartTable as Z } from "./StandartTable/index.js";
22
- import { Stepper as $ } from "./Stepper/Stepper.js";
23
- import { SwiperList as oo } from "./SwiperList/SwiperList.js";
24
- import { TasksBannerList as to } from "./TasksBannerList/TasksBannerList.js";
25
- import { VideoFull as no } from "./Video/VideoFull/VideoFull.js";
26
- import { VideoList as ro } from "./Video/VideoList/VideoList.js";
27
- import { VideoListMini as eo } from "./Video/VideoListMini/VideoListMini.js";
28
- import { VideoMainBanner as ao } from "./VideoMainBanner/VideoMainBanner.js";
1
+ import "./data.mock-9071e4ea.js";
2
+ import "./AnimatedSwiper/index.js";
3
+ import "./Banner/Banner.js";
4
+ import "./CardIconList/CardIconList.js";
5
+ import "./CardImageList/CardImageList.js";
6
+ import "./CardImageSecondaryList/CardImageSecondaryList.js";
7
+ import "./CardInfoTable/index.js";
8
+ import "./ContentCardList/ContentCardList.js";
9
+ import "./DownloadFile/components/DownloadFileBright/index.js";
10
+ import "./Faq/Faq.js";
11
+ import { a as Uo, A as Vo } from "./info-7ea3fd7e.js";
12
+ import "./InfoBannerList/InfoBannerList.js";
13
+ import "./IntroBanner/IntroBanner.js";
14
+ import "./MainBanner/MainBanner.js";
15
+ import "./MultiCards/index.js";
16
+ import "./Partners/Partners.js";
17
+ import "./PartnersColors/PartnersColors.js";
18
+ import "./PromoPoster/PromoPoster.js";
19
+ import "./Segments/Segments.js";
20
+ import "./StandartTable/index.js";
21
+ import "./Stepper/Stepper.js";
22
+ import "./SwiperList/SwiperList.js";
23
+ import "./TasksBannerList/TasksBannerList.js";
24
+ import "./Video/VideoFull/VideoFull.js";
25
+ import "./Video/VideoList/VideoList.js";
26
+ import "./Video/VideoListMini/VideoListMini.js";
27
+ import "./VideoMainBanner/VideoMainBanner.js";
29
28
  import "./ConfigProvider/index.js";
30
29
  import "./BannerAndText/index.js";
31
- import { Header as io } from "./Header/Header.js";
32
- import { Footer as po } from "./Footer/Footer.js";
30
+ import "./Header/Header.js";
31
+ import "./Footer/Footer.js";
33
32
  import "./HtmlContent/HtmlContent.js";
34
- import { InstructionList as mo } from "./InstructionList/InstructionList.js";
33
+ import "./InstructionList/InstructionList.js";
35
34
  import "./HeroPossibilityBanner/index.js";
36
- import { PreviewList as so } from "./PreviewList/PreviewList.js";
35
+ import "./PreviewList/PreviewList.js";
37
36
  import "./Cards/CardImage/CardImage.js";
38
37
  import "./Cards/ContentCard/ContentCard.js";
39
- import { WarningCard as lo } from "./Cards/WarningCard/WarningCard.js";
40
38
  import "./Cards/ColoredCard/index.js";
41
- import "./index-04224eb4.js";
42
- import { DownloadFileBanner as co } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
43
- import { DownloadFileFull as Do } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
44
- import { DownloadFileHalf as fo } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
45
- import { DownloadFileMini as Lo } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
39
+ import "./Cards/FeaturesCard/index.js";
40
+ import "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
41
+ import "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
42
+ import "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
43
+ import "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
46
44
  import "./Faq/components/Collapse/Collapse.js";
47
45
  import "react/jsx-runtime";
48
46
  import "react";
@@ -53,7 +51,7 @@ import "./PreviewList/components/PreviewCard/PreviewCard.js";
53
51
  import "./CardImageSecondary/CardImageSecondary.js";
54
52
  import "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
55
53
  import "./InfoBanner/index.js";
56
- import { Space as Co } from "./Space/Space.js";
54
+ import "./Space/Space.js";
57
55
  import "./TasksBanner/TasksBanner.js";
58
56
  import "./AnimatedSwiper/info.js";
59
57
  import "./Banner/info.js";
@@ -67,7 +65,6 @@ import "./Cards/CardImage/info.js";
67
65
  import "./Cards/ColoredCard/info.js";
68
66
  import "./Cards/ContentCard/info.js";
69
67
  import "./Cards/FeaturesCard/info.js";
70
- import "./Cards/WarningCard/info.js";
71
68
  import "./ContentCardList/info.js";
72
69
  import "./DownloadFile/components/DownloadFileBanner/info.js";
73
70
  import "./DownloadFile/components/DownloadFileBright/info.js";
@@ -99,92 +96,7 @@ import "./Video/VideoFull/info.js";
99
96
  import "./Video/VideoList/info.js";
100
97
  import "./Video/VideoListMini/info.js";
101
98
  import "./VideoMainBanner/info.js";
102
- const dn = {
103
- MainBanner: { key: "MainBanner", component: O },
104
- Banner: { key: "Banner", component: h },
105
- CardImageList: { key: "CardImageList", component: W },
106
- Stepper: { key: "Stepper", component: $ },
107
- Segments: { key: "Segments", component: Y },
108
- VideoFull: { key: "VideoFull", component: no },
109
- VideoList: { key: "VideoList", component: ro },
110
- VideoListMini: { key: "VideoListMini", component: eo },
111
- ContentCardList: { key: "ContentCardList", component: E },
112
- CardIconList: { key: "CardIconList", component: q },
113
- MultiCards: { key: "MultiCards", component: Q },
114
- Partners: { key: "Partners", component: R },
115
- PartnersColors: { key: "PartnersColors", component: U },
116
- WarningCard: { key: "WarningCard", component: lo },
117
- Faq: { key: "Faq", component: z },
118
- DownloadFileBanner: {
119
- key: "DownloadFileBanner",
120
- component: co
121
- },
122
- DownloadFileHalf: { key: "DownloadFileHalf", component: fo },
123
- DownloadFileFull: { key: "DownloadFileFull", component: Do },
124
- DownloadFileMini: { key: "DownloadFileMini", component: Lo },
125
- InstructionList: { key: "InstructionList", component: mo },
126
- PreviewList: { key: "PreviewList", component: so },
127
- SwiperList: { key: "SwiperList", component: oo },
128
- AnimatedSwiper: { key: "AnimatedSwiper", component: H },
129
- InfoBannerList: { key: "InfoBannerList", component: K },
130
- TasksBannerList: { key: "TasksBannerList", component: to },
131
- VideoMainBanner: { key: "VideoMainBanner", component: ao },
132
- Space: { key: "Space", component: Co },
133
- PromoPoster: { key: "PromoPoster", component: X },
134
- CardImageSecondaryList: {
135
- key: "CardImageSecondaryList",
136
- component: v
137
- },
138
- CardInfoTable: { key: "CardInfoTable", component: x },
139
- StandartTable: { key: "StandartTable", component: Z },
140
- IntroBanner: { key: "IntroBanner", component: N },
141
- DownloadFileBright: {
142
- key: "DownloadFileBright",
143
- component: j
144
- },
145
- FormDefault: {
146
- key: "FormDefault",
147
- component: G
148
- },
149
- Header: { key: "Header", component: io },
150
- Footer: { key: "Footer", component: po }
151
- }, cn = {
152
- MainBanner: o.component_props,
153
- Banner: t.component_props,
154
- CardImageList: n.component_props,
155
- Stepper: r.component_props,
156
- Segments: e.component_props,
157
- VideoFull: a.component_props,
158
- VideoList: i.component_props,
159
- VideoListMini: p.component_props,
160
- ContentCardList: m.component_props,
161
- CardIconList: s.component_props,
162
- MultiCards: l.component_props,
163
- Partners: d.component_props,
164
- PartnersColors: c.component_props,
165
- WarningCard: D.component_props,
166
- Faq: f.component_props,
167
- DownloadFileBanner: L.component_props,
168
- DownloadFileHalf: C.component_props,
169
- DownloadFileFull: F.component_props,
170
- DownloadFileMini: B.component_props,
171
- InstructionList: y.component_props,
172
- PreviewList: k.component_props,
173
- SwiperList: w.component_props,
174
- AnimatedSwiper: I.component_props,
175
- InfoBannerList: S.component_props,
176
- TasksBannerList: _.component_props,
177
- VideoMainBanner: P.component_props,
178
- EmptyBox: g.component_props,
179
- PromoPoster: M.component_props,
180
- CardImageSecondaryList: u.component_props,
181
- CardInfoTable: V.component_props,
182
- StandartTable: T.component_props,
183
- IntroBanner: b.component_props,
184
- DownloadFileBright: A.component_props,
185
- FormDefault: J
186
- };
187
99
  export {
188
- dn as AllComponents,
189
- cn as AllComponentsData
100
+ Uo as AllComponents,
101
+ Vo as AllComponentsData
190
102
  };
@@ -5,21 +5,20 @@ import { cardIconListInfo as i } from "./CardIconList/info.js";
5
5
  import { cardImageListInfo as t } from "./CardImageList/info.js";
6
6
  import { cardImageSecondaryInfo as m } from "./CardImageSecondary/info.js";
7
7
  import { cardImageSecondaryListInfo as e } from "./CardImageSecondaryList/info.js";
8
- import { cardInfoTableInfo as f } from "./CardInfoTable/info.js";
9
- import { cardImageInfo as a } from "./Cards/CardImage/info.js";
8
+ import { cardInfoTableInfo as a } from "./CardInfoTable/info.js";
9
+ import { cardImageInfo as f } from "./Cards/CardImage/info.js";
10
10
  import { coloredCardInfo as I } from "./Cards/ColoredCard/info.js";
11
- import { contentCardInfo as p } from "./Cards/ContentCard/info.js";
12
- import { featuresCardInfo as d } from "./Cards/FeaturesCard/info.js";
13
- import { warningCardInfo as s } from "./Cards/WarningCard/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 L } from "./DownloadFile/components/DownloadFileFull/info.js";
18
- import { downloadFileHalfInfo as c } from "./DownloadFile/components/DownloadFileHalf/info.js";
11
+ import { contentCardInfo as d } from "./Cards/ContentCard/info.js";
12
+ import { featuresCardInfo as p } from "./Cards/FeaturesCard/info.js";
13
+ import { w as s, f as l } from "./info-7ea3fd7e.js";
14
+ import { contentCardListInfo as C } from "./ContentCardList/info.js";
15
+ import { downloadFileBannerInfo as B } from "./DownloadFile/components/DownloadFileBanner/info.js";
16
+ import { downloadFileBrightInfo as L } from "./DownloadFile/components/DownloadFileBright/info.js";
17
+ import { downloadFileFullInfo as c } from "./DownloadFile/components/DownloadFileFull/info.js";
18
+ import { downloadFileHalfInfo as w } from "./DownloadFile/components/DownloadFileHalf/info.js";
19
19
  import { downloadFileMiniInfo as F } from "./DownloadFile/components/DownloadFileMini/info.js";
20
- import { faqInfo as w } from "./Faq/info.js";
21
- import { footerInfo as g } from "./Footer/info.js";
22
- import { formDefaultInfo as u } from "./Forms/FormDefault/info.js";
20
+ import { faqInfo as g } from "./Faq/info.js";
21
+ import { footerInfo as u } from "./Footer/info.js";
23
22
  import { headerInfo as S } from "./Header/info.js";
24
23
  import { heroPossibilityBannerInfo as b } from "./HeroPossibilityBanner/info.js";
25
24
  import { htmlContentInfo as M } from "./HtmlContent/info.js";
@@ -44,7 +43,7 @@ import { videoFullInfo as J } from "./Video/VideoFull/info.js";
44
43
  import { videoListInfo as K } from "./Video/VideoList/info.js";
45
44
  import { videoListMiniInfo as N } from "./Video/VideoListMini/info.js";
46
45
  import { videoMainBannerInfo as O } from "./VideoMainBanner/info.js";
47
- const zo = {
46
+ const jo = {
48
47
  MainBanner: y,
49
48
  Banner: r,
50
49
  BannerAndText: n,
@@ -54,16 +53,16 @@ const zo = {
54
53
  VideoFull: J,
55
54
  VideoList: K,
56
55
  VideoListMini: N,
57
- ContentCardList: l,
56
+ ContentCardList: C,
58
57
  CardIconList: i,
59
58
  MultiCards: h,
60
59
  Partners: H,
61
60
  PartnersColors: k,
62
61
  WarningCard: s,
63
- Faq: w,
64
- DownloadFileBanner: C,
65
- DownloadFileHalf: c,
66
- DownloadFileFull: L,
62
+ Faq: g,
63
+ DownloadFileBanner: B,
64
+ DownloadFileHalf: w,
65
+ DownloadFileFull: c,
67
66
  DownloadFileMini: F,
68
67
  InstructionList: D,
69
68
  PreviewList: A,
@@ -75,23 +74,23 @@ const zo = {
75
74
  Space: q,
76
75
  PromoPoster: V,
77
76
  CardImageSecondaryList: e,
78
- CardInfoTable: f,
77
+ CardInfoTable: a,
79
78
  StandartTable: W,
80
79
  IntroBanner: v,
81
- DownloadFileBright: B,
80
+ DownloadFileBright: L,
82
81
  Header: S,
83
- Footer: g,
82
+ Footer: u,
84
83
  HtmlContent: M,
85
84
  HeroPossibilityBanner: b,
86
- CardImage: a,
87
- ContentCard: p,
85
+ CardImage: f,
86
+ ContentCard: d,
88
87
  ColoredCard: I,
89
- FeaturesCard: d,
88
+ FeaturesCard: p,
90
89
  InfoBanner: P,
91
90
  TasksBanner: E,
92
91
  CardImageSecondary: m,
93
- FormDefault: u
92
+ FormDefault: l
94
93
  };
95
94
  export {
96
- zo as AllComponentsInfo
95
+ jo as AllComponentsInfo
97
96
  };
@@ -1,9 +1,9 @@
1
1
  import { jsxs as b, jsx as l } from "react/jsx-runtime";
2
2
  import { useState as A, useRef as m } from "react";
3
- import { A as E, C as I, a as B } from "../navigation-48c90d3b.js";
3
+ import { A as E, C as I, a as B } from "../navigation-b894d0cd.js";
4
4
  import { Bullet as C } from "../SwiperList/components/Bullet/Bullet.js";
5
5
  import { FieldTypes as o } from "../Types/FiledTypes.js";
6
- import { S as L, N as T, a as O } from "../swiper-react-bfbb44d6.js";
6
+ import { a as L, N as T, b as O } from "../swiper-react-90953710.js";
7
7
  import { c as R } from "../createBoolean-56064b0d.js";
8
8
  import { c as n } from "../cn-6a4bf187.js";
9
9
  import { u as z } from "../useScreenSize-c1b64c02.js";
@@ -24,7 +24,13 @@ const F = {
24
24
  }, _ = R({
25
25
  label: "Тема темного цвета",
26
26
  type: "isLight"
27
- }), j = ["title", F, "autoplay", _, "isButton"];
27
+ }), j = [
28
+ "title",
29
+ F,
30
+ "autoplay",
31
+ _,
32
+ "isButton"
33
+ ];
28
34
  function V({
29
35
  title: x,
30
36
  cards: e,
@@ -1,4 +1,4 @@
1
- import { C as o } from "../index-b826f1c7.js";
1
+ import { C as o } from "../index-0a5f313c.js";
2
2
  import { propsToEdit as t } from "./index.js";
3
3
  const p = {
4
4
  title: "Анимированный свайпер",
@@ -2,7 +2,7 @@ import { jsx as t, jsxs as o } from "react/jsx-runtime";
2
2
  import { FieldTypes as x } from "../Types/FiledTypes.js";
3
3
  import { B as b } from "../index-875e92ce.js";
4
4
  import { B as N, c as _ } from "../const-53dff524.js";
5
- import { C as y } from "../ComponentContainer-841196f9.js";
5
+ import { C as y } from "../ComponentContainer-05e27e82.js";
6
6
  import { I as g } from "../index-9384c6d6.js";
7
7
  import { c as a } from "../cn-6a4bf187.js";
8
8
  import { u as v } from "../useScreenSize-c1b64c02.js";
@@ -1,4 +1,4 @@
1
- import { C as o } from "../index-b826f1c7.js";
1
+ import { C as o } from "../index-0a5f313c.js";
2
2
  import { propsToEdit as t } from "./Banner.js";
3
3
  const n = {
4
4
  title: "Баннер",