md-components-mdigial-azamat 0.0.77 → 0.0.79

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-3d57445f.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-0f7bae6b.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
@@ -1,4 +1,4 @@
1
- import { C as o } from "../index-b826f1c7.js";
1
+ import { C as o } from "../index-0a5f313c.js";
2
2
  const e = {
3
3
  title: "Футер",
4
4
  description: "Нижняя часть страницы, содержащая дополнительную навигацию, контактную информацию, ссылки на социальные сети, юридические документы и другие важные элементы. Футер помогает пользователям найти дополнительную информацию и улучшает структуру сайта.",
@@ -0,0 +1,31 @@
1
+ const e = [
2
+ {
3
+ label: "Поле",
4
+ value: "form_item"
5
+ },
6
+ {
7
+ label: "Компонент",
8
+ value: "component"
9
+ }
10
+ ], l = [
11
+ {
12
+ label: "Text",
13
+ value: "text"
14
+ },
15
+ {
16
+ label: "Checkbox",
17
+ value: "checkbox"
18
+ },
19
+ {
20
+ label: "Radio",
21
+ value: "radio"
22
+ },
23
+ {
24
+ label: "Date",
25
+ value: "date"
26
+ }
27
+ ];
28
+ export {
29
+ e as componentTypes,
30
+ l as fieldTypes
31
+ };
@@ -1,275 +1,12 @@
1
- import { jsxs as a, jsx as e, Fragment as _ } from "react/jsx-runtime";
2
- import { forwardRef as S, useState as k } from "react";
3
- import { u as P } from "../../index.esm-67811428.js";
4
- import { B as L } from "../../index-875e92ce.js";
5
- import { a as R, b as D } from "../../const-53dff524.js";
6
- import { c as x } from "../../cn-6a4bf187.js";
7
- import { C as E } from "../../ComponentContainer-841196f9.js";
8
- import { u as M } from "../../useScreenSize-c1b64c02.js";
9
- const B = S(
10
- ({ className: i, label: s, error: o, ...n }, l) => /* @__PURE__ */ a("div", { className: "w-full", children: [
11
- /* @__PURE__ */ a("label", { className: "flex items-start gap-3 cursor-pointer group", children: [
12
- /* @__PURE__ */ a("div", { className: "relative flex items-center justify-center mt-0.5", children: [
13
- /* @__PURE__ */ e(
14
- "input",
15
- {
16
- type: "checkbox",
17
- className: "peer sr-only",
18
- ref: l,
19
- ...n
20
- }
21
- ),
22
- /* @__PURE__ */ e(
23
- "div",
24
- {
25
- className: x(
26
- "relative flex items-center justify-center w-5 h-5 rounded-md border-2 transition-all duration-200",
27
- "border-grayBlue5 bg-white",
28
- "peer-checked:bg-greenLight peer-checked:border-greenLight",
29
- "peer-focus:outline-none peer-focus:border-greenLight",
30
- "peer-disabled:cursor-not-allowed peer-disabled:opacity-50",
31
- "group-hover:border-greenLight",
32
- 'after:content-[""] after:absolute after:opacity-0 after:transition-opacity after:duration-200',
33
- "after:w-[6px] after:h-[10px] after:border-r-2 after:border-b-2 after:border-white",
34
- "after:rotate-45 after:-translate-x-[2px] after:translate-y-[-2px] after:top-1/2 after:left-1/2",
35
- "after:translate-y-[-50%] after:translate-x-[-50%] peer-checked:after:opacity-100",
36
- o && "border-red-500",
37
- i
38
- )
39
- }
40
- )
41
- ] }),
42
- s && /* @__PURE__ */ e(
43
- "span",
44
- {
45
- className: x(
46
- "text-sm leading-5 text-graySoft select-none",
47
- "group-hover:text-blackBG transition-colors duration-200",
48
- o && "text-red-500"
49
- ),
50
- children: s
51
- }
52
- )
53
- ] }),
54
- o && /* @__PURE__ */ e("p", { className: "mt-2 text-sm text-red-500", children: o })
55
- ] })
56
- );
57
- B.displayName = "Checkbox";
58
- const p = S(
59
- ({ className: i, type: s, error: o, label: n, ...l }, m) => /* @__PURE__ */ a("div", { className: "w-full", children: [
60
- n && /* @__PURE__ */ e("label", { className: "block text-sm font-medium text-blackBG mb-2", children: n }),
61
- /* @__PURE__ */ e(
62
- "input",
63
- {
64
- type: s,
65
- className: x(
66
- "flex h-14 w-full rounded-2xl border-[1px] border-grayBlue bg-white px-[16px] py-[16px] text-base",
67
- "placeholder:text-gray2 placeholder:opacity-60",
68
- "transition-all duration-300 ease-in-out",
69
- "hover:border-greenLight hover:shadow-[0_0_0_4px_rgba(22,163,74,0.1)]",
70
- "focus:border-greenLight focus:outline-none focus:shadow-[0_0_0_4px_rgba(22,163,74,0.15)] focus:ring-0",
71
- "disabled:cursor-not-allowed disabled:opacity-50 disabled:bg-lightGray",
72
- o && "border-red-500 hover:border-red-500 focus:border-red-500 focus:shadow-[0_0_0_4px_rgba(239,68,68,0.15)]",
73
- i
74
- ),
75
- ref: m,
76
- ...l
77
- }
78
- ),
79
- o && /* @__PURE__ */ e("p", { className: "mt-2 text-sm text-red-500", children: o })
80
- ] })
81
- );
82
- p.displayName = "Input";
83
- const V = ["title", "subtitle", "color"], W = ({
84
- title: i,
85
- subtitle: s,
86
- color: o,
87
- gridCols: n = 2,
88
- gridRow: l = 2
89
- }) => {
90
- var b, w, y, v, N;
91
- const [m, u] = k(!1), [f, h] = k(!1), C = M(960), {
92
- register: d,
93
- handleSubmit: j,
94
- watch: z,
95
- reset: F,
96
- formState: { errors: c }
97
- } = P({
98
- defaultValues: {
99
- fio: "",
100
- phone: "",
101
- business_category: "",
102
- agreement: !1
103
- }
104
- }), G = z("agreement"), T = async (t) => {
105
- try {
106
- h(!0), console.log("Form submitted:", t), await new Promise((r) => setTimeout(r, 1e3)), u(!0);
107
- } catch (r) {
108
- console.error("Error submitting form:", r);
109
- } finally {
110
- h(!1);
111
- }
112
- }, g = (t) => {
113
- const r = /^[а-яА-ЯёЁa-zA-Z\s-]+$/;
114
- return t.trim() ? r.test(t) ? t.trim().split(/\s+/).length < 2 ? "Введите полное ФИО" : !0 : "ФИО должно содержать только буквы" : "Поле обязательно для заполнения";
115
- }, $ = (t) => {
116
- const r = /^0\d{9}$/;
117
- return t ? r.test(t) ? !0 : "Некорректный номер телефона" : "Поле обязательно для заполнения";
118
- }, I = (t) => {
119
- let r = t.target.value.replace(/\D/g, "");
120
- r.length > 0 && !r.startsWith("0") && (r = "0" + r), t.target.value = r.slice(0, 10);
121
- };
122
- return /* @__PURE__ */ e(E, { children: /* @__PURE__ */ e(
123
- "form",
124
- {
125
- onSubmit: j(T),
126
- id: "application_form",
127
- className: "w-full",
128
- children: /* @__PURE__ */ a(
129
- "div",
130
- {
131
- style: {
132
- boxShadow: `0px 8px 24px rgba(0,0,0,0.08),0px -8px 0px ${o}`
133
- },
134
- className: "bg-white rounded-[24px] shadow-[0px_8px_24px_rgba(0,0,0,0.08),0px_-8px_0px_#45464b] w-full flex flex-col items-center justify-center py-[72px] px-[96px] max-tablet:py-[40px] max-tablet:px-[32px] transition-all duration-300 hover:shadow-[0px_12px_32px_rgba(0,0,0,0.12),0px_-8px_0px_#45464b] mt-[8px]",
135
- children: [
136
- /* @__PURE__ */ a("div", { className: "text-center mb-10 max-tablet:mb-8", children: [
137
- /* @__PURE__ */ e("h2", { className: "text-[36px] leading-[44px] font-semibold m-0 mb-3 text-blackBG max-tablet:text-[28px] max-tablet:leading-[36px]", children: i }),
138
- /* @__PURE__ */ e("span", { className: "text-[18px] leading-[26px] text-graySoft max-tablet:text-[16px] max-tablet:leading-[24px]", children: s })
139
- ] }),
140
- m ? /* @__PURE__ */ e("div", { className: "flex flex-col items-center w-[640px] gap-8 max-tablet:w-full animate-in fade-in duration-500", children: /* @__PURE__ */ a("div", { className: "text-center", children: [
141
- /* @__PURE__ */ e("div", { className: "w-20 h-20 rounded-full bg-gradient-to-br from-greenLight to-green flex items-center justify-center mx-auto mb-6 shadow-lg animate-in zoom-in duration-500", children: /* @__PURE__ */ e(
142
- "svg",
143
- {
144
- className: "w-10 h-10 text-white",
145
- fill: "none",
146
- stroke: "currentColor",
147
- viewBox: "0 0 24 24",
148
- children: /* @__PURE__ */ e(
149
- "path",
150
- {
151
- strokeLinecap: "round",
152
- strokeLinejoin: "round",
153
- strokeWidth: 3,
154
- d: "M5 13l4 4L19 7"
155
- }
156
- )
157
- }
158
- ) }),
159
- /* @__PURE__ */ a("div", { className: "text-center", children: [
160
- /* @__PURE__ */ e("div", { className: "font-semibold text-[24px] leading-[32px] text-blackBG mb-3", children: "Заявка успешно отправлена" }),
161
- /* @__PURE__ */ e("div", { className: "text-[18px] leading-[26px] text-graySoft", children: "С Вами свяжется наш специалист и поможет с подключением сервиса" }),
162
- /* @__PURE__ */ e(
163
- L,
164
- {
165
- className: "justify-center m-auto mt-6",
166
- title: "Закрыть",
167
- onClick: () => {
168
- u(!1), F();
169
- }
170
- }
171
- )
172
- ] })
173
- ] }) }) : /* @__PURE__ */ a(_, { children: [
174
- /* @__PURE__ */ a(
175
- "div",
176
- {
177
- className: "w-[640px] mb-8 max-tablet:w-full grid gap-6",
178
- style: {
179
- gridTemplateColumns: `repeat(${C ? 1 : n}, 1fr)`,
180
- gridTemplateRows: `repeat(${l}, auto)`
181
- },
182
- children: [
183
- /* @__PURE__ */ e(
184
- p,
185
- {
186
- placeholder: "ФИО контактного лица",
187
- ...d("fio", {
188
- validate: g
189
- }),
190
- error: (b = c.fio) == null ? void 0 : b.message
191
- }
192
- ),
193
- /* @__PURE__ */ e(
194
- p,
195
- {
196
- placeholder: "Номер телефона",
197
- type: "tel",
198
- inputMode: "numeric",
199
- ...d("phone", {
200
- validate: $,
201
- onChange: I
202
- }),
203
- error: (w = c.phone) == null ? void 0 : w.message,
204
- maxLength: 10
205
- }
206
- ),
207
- /* @__PURE__ */ e(
208
- p,
209
- {
210
- placeholder: "ИНН",
211
- ...d("tin"),
212
- error: (y = c.tin) == null ? void 0 : y.message
213
- }
214
- ),
215
- /* @__PURE__ */ e(
216
- p,
217
- {
218
- placeholder: "Адрес",
219
- ...d("adress", {
220
- validate: g
221
- }),
222
- error: (v = c.adress) == null ? void 0 : v.message
223
- }
224
- )
225
- ]
226
- }
227
- ),
228
- /* @__PURE__ */ e("div", { className: "pt-2", children: /* @__PURE__ */ e(
229
- B,
230
- {
231
- ...d("agreement", {
232
- required: "Необходимо согласие на обработку персональных данных"
233
- }),
234
- error: (N = c.agreement) == null ? void 0 : N.message,
235
- label: /* @__PURE__ */ a(_, { children: [
236
- "Я соглашаюсь с",
237
- " ",
238
- /* @__PURE__ */ e(
239
- "button",
240
- {
241
- type: "button",
242
- className: "text-greenLight hover:text-green underline transition-colors duration-200 bg-transparent border-0 p-0 cursor-pointer",
243
- onClick: (t) => {
244
- t.preventDefault();
245
- },
246
- children: "условиями обработки персональных данных"
247
- }
248
- )
249
- ] })
250
- }
251
- ) }),
252
- /* @__PURE__ */ e("div", { className: "mt-6 w-[640px] max-tablet:w-full", children: /* @__PURE__ */ e(
253
- L,
254
- {
255
- loading: f,
256
- className: "w-full whitespace-nowrap transition-all duration-200 hover:scale-[1.02] active:scale-[0.98]",
257
- type: "submit",
258
- size: R.XL,
259
- variant: D.Primary,
260
- disabled: !G || f,
261
- children: "Отправить заявку"
262
- }
263
- ) })
264
- ] })
265
- ]
266
- }
267
- )
268
- }
269
- ) });
270
- };
271
- W.propsToEdit = V;
1
+ import "react/jsx-runtime";
2
+ import "react";
3
+ import "../../index-a0ed2e4a.js";
4
+ import "../../index-875e92ce.js";
5
+ import "../../const-53dff524.js";
6
+ import { F as e, d as f } from "../../info-0f7bae6b.js";
7
+ import "../../ComponentContainer-05e27e82.js";
8
+ import "../../useScreenSize-c1b64c02.js";
272
9
  export {
273
- W as FormDefault,
274
- V as propsToEdit
10
+ e as FormDefault,
11
+ f as propsToEdit
275
12
  };
@@ -1,20 +1,106 @@
1
- import { C as o } from "../../index-b826f1c7.js";
2
- import { propsToEdit as t } from "./index.js";
3
- const e = {
4
- title: "Оставьте заявку, чтобы подключить MKassa",
5
- subtitle: "с Вами свяжется наш специалист и поможет с подключением сервиса"
6
- }, i = {
7
- title: "Форма заявки",
8
- description: "Форма заявки ",
9
- types: [o.form],
10
- propsToEdit: t
11
- }, p = {
12
- title: "Оставьте заявку, чтобы подключить MKassa",
13
- description: "с Вами свяжется наш специалист и поможет с подключением сервиса",
14
- color: "#45464b"
15
- };
1
+ import "../../ConfigProvider/index.js";
2
+ import "../../Banner/Banner.js";
3
+ import "../../BannerAndText/index.js";
4
+ import "react/jsx-runtime";
5
+ import "react";
6
+ import "../../Faq/components/Collapse/Collapse.js";
7
+ import "../../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
8
+ import "../../HtmlContent/HtmlContent.js";
9
+ import "../../Header/components/TabsOutlined/TabsOutlined.js";
10
+ import "../../index-875e92ce.js";
11
+ import "../../const-53dff524.js";
12
+ import "../../Stepper/Stepper.js";
13
+ import "../../Segments/Segments.js";
14
+ import "../../Video/VideoFull/VideoFull.js";
15
+ import "../../Video/VideoList/VideoList.js";
16
+ import "../../Video/VideoListMini/VideoListMini.js";
17
+ import "../../ContentCardList/ContentCardList.js";
18
+ import "../../CardIconList/CardIconList.js";
19
+ import "../../MultiCards/index.js";
20
+ import "../../Partners/Partners.js";
21
+ import "../../CardImageList/CardImageList.js";
22
+ import "../../MainBanner/MainBanner.js";
23
+ import "../../Faq/Faq.js";
24
+ import "../../InstructionList/InstructionList.js";
25
+ import "../../HeroPossibilityBanner/index.js";
26
+ import "../../PartnersColors/PartnersColors.js";
27
+ import "../../PreviewList/PreviewList.js";
28
+ import "../../Cards/CardImage/CardImage.js";
29
+ import "../../Cards/ContentCard/ContentCard.js";
30
+ import { g as Wo, f as Xo, e as Yo, i as Zo } from "../../info-0f7bae6b.js";
31
+ import "../../Cards/ColoredCard/index.js";
32
+ import "../../Cards/FeaturesCard/index.js";
33
+ import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
34
+ import "../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
35
+ import "../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
36
+ import "../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
37
+ import "../../InstructionList/components/InstructionCard/InstructionCard.js";
38
+ import "../../PreviewList/components/PreviewCard/PreviewCard.js";
39
+ import "../../AnimatedSwiper/index.js";
40
+ import "../../CardImageSecondary/CardImageSecondary.js";
41
+ import "../../CardImageSecondaryList/CardImageSecondaryList.js";
42
+ import "../../CardInfoTable/index.js";
43
+ import "../../DownloadFile/components/DownloadFileBright/index.js";
44
+ import "../../DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
45
+ import "../../InfoBanner/index.js";
46
+ import "../../InfoBannerList/InfoBannerList.js";
47
+ import "../../IntroBanner/IntroBanner.js";
48
+ import "../../PromoPoster/PromoPoster.js";
49
+ import "../../Space/Space.js";
50
+ import "../../StandartTable/index.js";
51
+ import "../../SwiperList/SwiperList.js";
52
+ import "../../TasksBanner/TasksBanner.js";
53
+ import "../../TasksBannerList/TasksBannerList.js";
54
+ import "../../VideoMainBanner/VideoMainBanner.js";
55
+ import "../../Types/FiledTypes.js";
56
+ import "../../AnimatedSwiper/info.js";
57
+ import "../../Banner/info.js";
58
+ import "../../BannerAndText/info.js";
59
+ import "../../CardIconList/info.js";
60
+ import "../../CardImageList/info.js";
61
+ import "../../CardImageSecondary/info.js";
62
+ import "../../CardImageSecondaryList/info.js";
63
+ import "../../CardInfoTable/info.js";
64
+ import "../../Cards/CardImage/info.js";
65
+ import "../../Cards/ColoredCard/info.js";
66
+ import "../../Cards/ContentCard/info.js";
67
+ import "../../Cards/FeaturesCard/info.js";
68
+ import "../../ContentCardList/info.js";
69
+ import "../../DownloadFile/components/DownloadFileBanner/info.js";
70
+ import "../../DownloadFile/components/DownloadFileBright/info.js";
71
+ import "../../DownloadFile/components/DownloadFileFull/info.js";
72
+ import "../../DownloadFile/components/DownloadFileHalf/info.js";
73
+ import "../../DownloadFile/components/DownloadFileMini/info.js";
74
+ import "../../Faq/info.js";
75
+ import "../../Footer/info.js";
76
+ import "../../Header/info.js";
77
+ import "../../HeroPossibilityBanner/info.js";
78
+ import "../../InfoBanner/info.js";
79
+ import "../../InfoBannerList/info.js";
80
+ import "../../InstructionList/info.js";
81
+ import "../../IntroBanner/info.js";
82
+ import "../../MainBanner/info.js";
83
+ import "../../MultiCards/info.js";
84
+ import "../../Partners/info.js";
85
+ import "../../PartnersColors/info.js";
86
+ import "../../PreviewList/info.js";
87
+ import "../../PromoPoster/info.js";
88
+ import "../../Segments/info.js";
89
+ import "../../Space/info.js";
90
+ import "../../StandartTable/info.js";
91
+ import "../../Stepper/info.js";
92
+ import "../../SwiperList/info.js";
93
+ import "../../TasksBanner/info.js";
94
+ import "../../TasksBannerList/info.js";
95
+ import "../../Video/VideoFull/info.js";
96
+ import "../../Video/VideoList/info.js";
97
+ import "../../Video/VideoListMini/info.js";
98
+ import "../../VideoMainBanner/info.js";
99
+ import "../../index-0a5f313c.js";
100
+ import "./componentTypes.js";
16
101
  export {
17
- i as formDefaultInfo,
18
- p as formDefaultProps,
19
- e as info
102
+ Wo as FormFieldsProps,
103
+ Xo as formDefaultInfo,
104
+ Yo as formDefaultProps,
105
+ Zo as info
20
106
  };
@@ -0,0 +1,7 @@
1
+ import "react/jsx-runtime";
2
+ import "../../index-a0ed2e4a.js";
3
+ import "../../FileLoader/index.js";
4
+ import { r as p } from "../../info-0f7bae6b.js";
5
+ export {
6
+ p as renderFormFields
7
+ };
@@ -0,0 +1,102 @@
1
+ import "../../TitleBlock/TitleBlock.js";
2
+ import "../../ConfigProvider/index.js";
3
+ import "../../Banner/Banner.js";
4
+ import "../../BannerAndText/index.js";
5
+ import "react/jsx-runtime";
6
+ import "react";
7
+ import "../../Faq/components/Collapse/Collapse.js";
8
+ import "../../Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
9
+ import "../../HtmlContent/HtmlContent.js";
10
+ import "../../Header/components/TabsOutlined/TabsOutlined.js";
11
+ import "../../index-875e92ce.js";
12
+ import "../../const-53dff524.js";
13
+ import "../../Stepper/Stepper.js";
14
+ import "../../Segments/Segments.js";
15
+ import "../../Video/VideoFull/VideoFull.js";
16
+ import "../../Video/VideoList/VideoList.js";
17
+ import "../../Video/VideoListMini/VideoListMini.js";
18
+ import "../../ContentCardList/ContentCardList.js";
19
+ import "../../CardIconList/CardIconList.js";
20
+ import "../../MultiCards/index.js";
21
+ import "../../Partners/Partners.js";
22
+ import "../../CardImageList/CardImageList.js";
23
+ import "../../MainBanner/MainBanner.js";
24
+ import "../../Faq/Faq.js";
25
+ import "../../InstructionList/InstructionList.js";
26
+ import "../../HeroPossibilityBanner/index.js";
27
+ import "../../PartnersColors/PartnersColors.js";
28
+ import "../../PreviewList/PreviewList.js";
29
+ import "../../Cards/CardImage/CardImage.js";
30
+ import "../../Cards/ContentCard/ContentCard.js";
31
+ import { b as Uo, c as Vo } from "../../info-0f7bae6b.js";
32
+ import "../../Cards/ColoredCard/index.js";
33
+ import "../../Cards/FeaturesCard/index.js";
34
+ import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
35
+ import "../../DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
36
+ import "../../DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
37
+ import "../../DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
38
+ import "../../InstructionList/components/InstructionCard/InstructionCard.js";
39
+ import "../../PreviewList/components/PreviewCard/PreviewCard.js";
40
+ import "../../AnimatedSwiper/index.js";
41
+ import "../../CardImageSecondary/CardImageSecondary.js";
42
+ import "../../CardImageSecondaryList/CardImageSecondaryList.js";
43
+ import "../../CardInfoTable/index.js";
44
+ import "../../DownloadFile/components/DownloadFileBright/index.js";
45
+ import "../../DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
46
+ import "../../InfoBanner/index.js";
47
+ import "../../InfoBannerList/InfoBannerList.js";
48
+ import "../../IntroBanner/IntroBanner.js";
49
+ import "../../PromoPoster/PromoPoster.js";
50
+ import "../../Space/Space.js";
51
+ import "../../StandartTable/index.js";
52
+ import "../../SwiperList/SwiperList.js";
53
+ import "../../TasksBanner/TasksBanner.js";
54
+ import "../../TasksBannerList/TasksBannerList.js";
55
+ import "../../VideoMainBanner/VideoMainBanner.js";
56
+ import "../../AnimatedSwiper/info.js";
57
+ import "../../Banner/info.js";
58
+ import "../../BannerAndText/info.js";
59
+ import "../../CardIconList/info.js";
60
+ import "../../CardImageList/info.js";
61
+ import "../../CardImageSecondary/info.js";
62
+ import "../../CardImageSecondaryList/info.js";
63
+ import "../../CardInfoTable/info.js";
64
+ import "../../Cards/CardImage/info.js";
65
+ import "../../Cards/ColoredCard/info.js";
66
+ import "../../Cards/ContentCard/info.js";
67
+ import "../../Cards/FeaturesCard/info.js";
68
+ import "../../ContentCardList/info.js";
69
+ import "../../DownloadFile/components/DownloadFileBanner/info.js";
70
+ import "../../DownloadFile/components/DownloadFileBright/info.js";
71
+ import "../../DownloadFile/components/DownloadFileFull/info.js";
72
+ import "../../DownloadFile/components/DownloadFileHalf/info.js";
73
+ import "../../DownloadFile/components/DownloadFileMini/info.js";
74
+ import "../../Faq/info.js";
75
+ import "../../Footer/info.js";
76
+ import "../../Header/info.js";
77
+ import "../../HeroPossibilityBanner/info.js";
78
+ import "../../InfoBanner/info.js";
79
+ import "../../InfoBannerList/info.js";
80
+ import "../../InstructionList/info.js";
81
+ import "../../IntroBanner/info.js";
82
+ import "../../MainBanner/info.js";
83
+ import "../../MultiCards/info.js";
84
+ import "../../Partners/info.js";
85
+ import "../../PartnersColors/info.js";
86
+ import "../../PreviewList/info.js";
87
+ import "../../PromoPoster/info.js";
88
+ import "../../Segments/info.js";
89
+ import "../../Space/info.js";
90
+ import "../../StandartTable/info.js";
91
+ import "../../Stepper/info.js";
92
+ import "../../SwiperList/info.js";
93
+ import "../../TasksBanner/info.js";
94
+ import "../../TasksBannerList/info.js";
95
+ import "../../Video/VideoFull/info.js";
96
+ import "../../Video/VideoList/info.js";
97
+ import "../../Video/VideoListMini/info.js";
98
+ import "../../VideoMainBanner/info.js";
99
+ export {
100
+ Uo as componentsList,
101
+ Vo as componentsMap
102
+ };
@@ -0,0 +1 @@
1
+
@@ -1,7 +1,7 @@
1
1
  import { jsx as p } from "react/jsx-runtime";
2
2
  import { useEffect as g } from "react";
3
- import { b as x, N as k, S, a as y } from "../../../swiper-react-bfbb44d6.js";
4
- import { M as N } from "../../../mousewheel-2cf27f39.js";
3
+ import { S as x, N as k, a as S, b as y } from "../../../swiper-react-90953710.js";
4
+ import { M as N } from "../../../mousewheel-865ae601.js";
5
5
  import { R as v } from "../../../routes-76228734.js";
6
6
  import { c as M } from "../../../cn-6a4bf187.js";
7
7
  import '../../../assets/swiper.css';/* empty css */x.use([k, N]);
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, jsxs as a } from "react/jsx-runtime";
2
- import { b as p, N as u, S as d, a as c } from "../../../swiper-react-bfbb44d6.js";
3
- import { M as f } from "../../../mousewheel-2cf27f39.js";
2
+ import { S as p, N as u, a as d, b as c } from "../../../swiper-react-90953710.js";
3
+ import { M as f } from "../../../mousewheel-865ae601.js";
4
4
  import { c as i } from "../../../cn-6a4bf187.js";
5
5
  p.use([u, f]);
6
6
  const w = ({
@@ -1,4 +1,4 @@
1
- import { C as e } from "../index-b826f1c7.js";
1
+ import { C as e } from "../index-0a5f313c.js";
2
2
  const t = {
3
3
  title: "Хедер",
4
4
  description: "Верхняя навигационная часть страницы, содержащая логотип, меню, поиск, категории и основные элементы управления сайтом. Хедер отображается на всех страницах и обеспечивает быструю навигацию по сайту.",
@@ -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 r } from "./index.js";
3
3
  const i = {
4
4
  title: "Герой баннер возможностей",
@@ -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 e = {
4
4
  title: "Информационный баннер",
@@ -1,7 +1,7 @@
1
1
  import { jsx as t, jsxs as m } from "react/jsx-runtime";
2
2
  import { InfoBanner as x, InfoBannerFields as c } from "../InfoBanner/index.js";
3
3
  import { c as l } from "../createBoolean-56064b0d.js";
4
- import { C as f } from "../ComponentContainer-841196f9.js";
4
+ import { C as f } from "../ComponentContainer-05e27e82.js";
5
5
  import { c as a } from "../cn-6a4bf187.js";
6
6
  import { u as d } from "../useScreenSize-c1b64c02.js";
7
7
  const b = {
@@ -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 "./InfoBannerList.js";
3
3
  const r = {
4
4
  title: "Список информационных баннеров",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
2
  import { B as r } from "../index-875e92ce.js";
3
3
  import { c as i } from "../const-53dff524.js";
4
- import { C as m } from "../ComponentContainer-841196f9.js";
4
+ import { C as m } from "../ComponentContainer-05e27e82.js";
5
5
  import { InstructionCardData as p, InstructionCard as l } from "./components/InstructionCard/InstructionCard.js";
6
6
  const x = ["title", "cards", i], C = {
7
7
  type: "cards",
@@ -1,4 +1,4 @@
1
- import { C as t } from "../index-b826f1c7.js";
1
+ import { C as t } from "../index-0a5f313c.js";
2
2
  import { propsToEdit as o } from "./InstructionList.js";
3
3
  const r = {
4
4
  title: "Список инструкций",
@@ -1,6 +1,6 @@
1
1
  import { jsxs as a, jsx as t } from "react/jsx-runtime";
2
2
  import { B as b } from "../index-875e92ce.js";
3
- import { C as c } from "../ComponentContainer-841196f9.js";
3
+ import { C as c } from "../ComponentContainer-05e27e82.js";
4
4
  import { I as e } from "../index-9384c6d6.js";
5
5
  import { u as d } from "../useScreenSize-c1b64c02.js";
6
6
  const h = [