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
  import { propsToEdit as t } from "./IntroBanner.js";
3
3
  const e = {
4
4
  title: "Вводный баннер",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as o, jsx as l } from "react/jsx-runtime";
2
2
  import { B as f } from "../index-875e92ce.js";
3
3
  import { c as d } from "../const-53dff524.js";
4
- import { C as b } from "../ComponentContainer-841196f9.js";
4
+ import { C as b } from "../ComponentContainer-05e27e82.js";
5
5
  import { I as t } from "../index-9384c6d6.js";
6
6
  import { c as h } from "../cn-6a4bf187.js";
7
7
  const g = [
@@ -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 "./MainBanner.js";
3
3
  const e = {
4
4
  title: "Главный баннер",
@@ -2,7 +2,7 @@ import { jsxs as o, jsx as a } from "react/jsx-runtime";
2
2
  import { BannerAndText as p } from "../BannerAndText/index.js";
3
3
  import { CardIconList as d } from "../CardIconList/CardIconList.js";
4
4
  import { FieldTypes as t } from "../Types/FiledTypes.js";
5
- import { C as c } from "../ComponentContainer-841196f9.js";
5
+ import { C as c } from "../ComponentContainer-05e27e82.js";
6
6
  const m = {
7
7
  type: "banner_card",
8
8
  label: "Баннер карточка",
@@ -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: "Мульти карточки",
@@ -1,5 +1,5 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { c as f } from "../componentsMap-ae33b476.js";
2
+ import { c as f } from "../componentsMap-3d57445f.js";
3
3
  const a = (p) => p.map((r) => {
4
4
  const s = f[r.key];
5
5
  if (!s)
@@ -1,6 +1,6 @@
1
1
  import { jsx as l, jsxs as r } from "react/jsx-runtime";
2
2
  import { FieldTypes as s } from "../Types/FiledTypes.js";
3
- import { C as o } from "../ComponentContainer-841196f9.js";
3
+ import { C as o } from "../ComponentContainer-05e27e82.js";
4
4
  import { I as c } from "../index-9384c6d6.js";
5
5
  const n = {
6
6
  type: "data",
@@ -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 "./Partners.js";
3
3
  const s = {
4
4
  title: "Партнеры",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as x, jsx as p } from "react/jsx-runtime";
2
2
  import { useState as s } from "react";
3
3
  import { FieldTypes as r } from "../Types/FiledTypes.js";
4
- import { C as d } from "../ComponentContainer-841196f9.js";
4
+ import { C as d } from "../ComponentContainer-05e27e82.js";
5
5
  import { PartnerCard as f } from "./components/PartnerCard/PartnerCard.js";
6
6
  import { PartnerTab as c } from "./components/PartnerTab/PartnerTab.js";
7
7
  const T = {
@@ -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 "./PartnersColors.js";
3
3
  const p = {
4
4
  title: "Партнеры с цветами",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as s, jsx as a } from "react/jsx-runtime";
2
2
  import { B as i } from "../index-875e92ce.js";
3
3
  import { c as o } from "../const-53dff524.js";
4
- import { C as n } from "../ComponentContainer-841196f9.js";
4
+ import { C as n } from "../ComponentContainer-05e27e82.js";
5
5
  import { PreviewCardData as c, PreviewCard as d } from "./components/PreviewCard/PreviewCard.js";
6
6
  const f = {
7
7
  type: "cards",
@@ -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 "./PreviewList.js";
3
3
  const p = {
4
4
  title: "Список превью",
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { FieldTypes as l } from "../Types/FiledTypes.js";
3
3
  import { c as m } from "../createBoolean-56064b0d.js";
4
- import { C as s } from "../ComponentContainer-841196f9.js";
4
+ import { C as s } from "../ComponentContainer-05e27e82.js";
5
5
  import { c as n } from "../cn-6a4bf187.js";
6
6
  import { u as b } from "../useScreenSize-c1b64c02.js";
7
7
  const x = m({
@@ -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 "./PromoPoster.js";
3
3
  const p = {
4
4
  title: "Промо постер",
@@ -1,5 +1,5 @@
1
1
  import { jsx as n, Fragment as t } from "react/jsx-runtime";
2
- import { c as i } from "../componentsMap-ae33b476.js";
2
+ import { c as i } from "../componentsMap-3d57445f.js";
3
3
  const d = ({ components: o, device: p }) => /* @__PURE__ */ n(t, { children: o.map((r) => {
4
4
  const e = i[r.key];
5
5
  return e ? /* @__PURE__ */ n(
@@ -1,4 +1,4 @@
1
- import { M as a, B as t, u as s, C as n, S as D, a as r, V as e, b as i, c as o, d, P as l, e as C, f as B, g as L, W as m, v as w, w as p, F as I, h as g, D as F, i as S, j as c, I as M, x as P, k as f, l as u, A as V, m as T, T as W, n as b, E as x, o as h, p as k, q, r as v, s as y, t as A } from "../data.mock-30d53d62.js";
1
+ import { M as a, B as t, a as s, C as n, S as D, b as r, V as e, c as i, d as o, e as d, P as l, f as C, g as B, h as L, W as m, i as w, j as p, F as I, D as g, k as F, l as S, m as c, I as M, n as P, o as f, p as u, A as V, q as T, T as W, r as b, E as x, s as h, t as k, u as q, v, w as y, x as A } from "../data.mock-9071e4ea.js";
2
2
  const j = [
3
3
  a,
4
4
  t,
@@ -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 "./Segments.js";
3
3
  const n = {
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 "./Space.js";
3
3
  const i = {
4
4
  title: "Отступ",
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, jsx as n } from "react/jsx-runtime";
2
2
  import { FieldTypes as o } from "../Types/FiledTypes.js";
3
- import { C as l } from "../ComponentContainer-841196f9.js";
3
+ import { C as l } from "../ComponentContainer-05e27e82.js";
4
4
  import { c as p } from "../cn-6a4bf187.js";
5
5
  import { CardMarkedRow as c, CardMarkedRowFields as t } from "./components/CardMarkedRow/index.js";
6
6
  import { CardWarning as x } from "./components/CardWarning/index.js";
@@ -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 "./index.js";
3
3
  const p = {
4
4
  title: "Стандартная таблица",
@@ -2,7 +2,7 @@ import { jsx as t, jsxs as n } from "react/jsx-runtime";
2
2
  import { FieldTypes as r } from "../Types/FiledTypes.js";
3
3
  import { B as x } from "../index-875e92ce.js";
4
4
  import { B as c } from "../const-53dff524.js";
5
- import { C as d } from "../ComponentContainer-841196f9.js";
5
+ import { C as d } from "../ComponentContainer-05e27e82.js";
6
6
  import { I as f } from "../index-9384c6d6.js";
7
7
  import { c as i } from "../cn-6a4bf187.js";
8
8
  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 "./Stepper.js";
3
3
  const r = {
4
4
  title: "Степпер",
@@ -1,10 +1,10 @@
1
1
  import { jsxs as s, jsx as o } from "react/jsx-runtime";
2
- import { useState as x, useRef as m } from "react";
3
- import { A as b, C as v, a as d } from "../navigation-48c90d3b.js";
2
+ import { useState as b, useRef as m } from "react";
3
+ import { A as x, C as v, a as d } from "../navigation-b894d0cd.js";
4
4
  import { FieldTypes as l } from "../Types/FiledTypes.js";
5
- import { S as C, N as S, a as N } from "../swiper-react-bfbb44d6.js";
5
+ import { a as C, N, b as S } from "../swiper-react-90953710.js";
6
6
  import { c as w } from "../createBoolean-56064b0d.js";
7
- import { C as E } from "../ComponentContainer-841196f9.js";
7
+ import { C as E } from "../ComponentContainer-05e27e82.js";
8
8
  import { Bullet as P } from "./components/Bullet/Bullet.js";
9
9
  import { Slide as A } from "./components/Slide/Slide.js";
10
10
  import '../assets/swiper.css';/* empty css */const r = ({
@@ -49,7 +49,7 @@ import '../assets/swiper.css';/* empty css */const r = ({
49
49
  autoplayDelay: f = 2e3,
50
50
  perViewScreens: p
51
51
  }) => {
52
- const [y, g] = x(0), h = c ? {
52
+ const [y, g] = b(0), h = c ? {
53
53
  delay: f,
54
54
  disableOnInteraction: !1,
55
55
  waitForTransition: !0
@@ -60,7 +60,7 @@ import '../assets/swiper.css';/* empty css */const r = ({
60
60
  /* @__PURE__ */ o(
61
61
  C,
62
62
  {
63
- modules: [S, b],
63
+ modules: [N, x],
64
64
  spaceBetween: 24,
65
65
  slidesPerView: p,
66
66
  slidesPerGroup: 1,
@@ -74,7 +74,7 @@ import '../assets/swiper.css';/* empty css */const r = ({
74
74
  pagination: { clickable: !0 },
75
75
  onSlideChange: (e) => g(e.realIndex),
76
76
  autoplay: h,
77
- children: t == null ? void 0 : t.map((e) => /* @__PURE__ */ o(N, { children: /* @__PURE__ */ o(
77
+ children: t == null ? void 0 : t.map((e) => /* @__PURE__ */ o(S, { children: /* @__PURE__ */ o(
78
78
  A,
79
79
  {
80
80
  height: u,
@@ -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 "./SwiperList.js";
3
3
  const p = {
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 "./TasksBanner.js";
3
3
  const n = {
4
4
  title: "Баннер задач",
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as n } from "react/jsx-runtime";
2
2
  import { TasksBanner as p } from "../TasksBanner/TasksBanner.js";
3
3
  import { FieldTypes as a } from "../Types/FiledTypes.js";
4
- import { C as i } from "../ComponentContainer-841196f9.js";
4
+ import { C as i } from "../ComponentContainer-05e27e82.js";
5
5
  const c = {
6
6
  type: "cards",
7
7
  label: "Карточки задач",
@@ -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 "./TasksBannerList.js";
3
3
  const e = {
4
4
  title: "Список баннеров задач",
@@ -0,0 +1,15 @@
1
+ import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
+ const p = ["title", "description", "marginBottom"], s = ({
3
+ title: e,
4
+ description: o,
5
+ marginTop: r = 40,
6
+ marginBottom: i = 60
7
+ }) => /* @__PURE__ */ n("div", { style: { marginTop: r, marginBottom: i }, children: [
8
+ /* @__PURE__ */ t("h2", { className: "text-[44px] leading-[52px] font-bold mb-[24px] text-center", children: e }),
9
+ /* @__PURE__ */ t("p", { className: "text-[18px] leading-[26px] text-graySoft text-center", children: o })
10
+ ] });
11
+ s.propsToEdit = p;
12
+ export {
13
+ s as TitleBlock,
14
+ p as propsToEdit
15
+ };
@@ -0,0 +1,4 @@
1
+ import { TitleBlock as l } from "./TitleBlock.js";
2
+ export {
3
+ l as TitleBlock
4
+ };
@@ -0,0 +1,11 @@
1
+ import { C as t } from "../index-0a5f313c.js";
2
+ import { propsToEdit as o } from "./TitleBlock.js";
3
+ const p = {
4
+ title: "Блок заголовка",
5
+ description: "Компонент для отображения заголовка и описания. Используется для создания секций с заголовком и текстовым описанием.",
6
+ types: [t.text],
7
+ propsToEdit: o
8
+ };
9
+ export {
10
+ p as titleBlockInfo
11
+ };
@@ -0,0 +1 @@
1
+
@@ -1,6 +1,6 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { VideoPlayer as e } from "../components/VideoPlayer/VideoPlayer.js";
3
- import { C as i } from "../../ComponentContainer-841196f9.js";
3
+ import { C as i } from "../../ComponentContainer-05e27e82.js";
4
4
  const d = ["linkVideo"], n = ({ linkVideo: r }) => /* @__PURE__ */ o(i, { children: /* @__PURE__ */ o("div", { className: "rounded-[20px] overflow-hidden", children: /* @__PURE__ */ o(
5
5
  e,
6
6
  {
@@ -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 "./VideoFull.js";
3
3
  const p = {
4
4
  title: "Полноэкранное видео",
@@ -1,7 +1,7 @@
1
1
  import { jsx as r, jsxs as i } from "react/jsx-runtime";
2
2
  import { FieldTypes as e } from "../../Types/FiledTypes.js";
3
3
  import { VideoPlayer as s } from "../components/VideoPlayer/VideoPlayer.js";
4
- import { C as p } from "../../ComponentContainer-841196f9.js";
4
+ import { C as p } from "../../ComponentContainer-05e27e82.js";
5
5
  const a = {
6
6
  type: "data",
7
7
  label: "Видео данные",
@@ -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 "./VideoList.js";
3
3
  const p = {
4
4
  title: "Список видео",
@@ -1,7 +1,7 @@
1
1
  import { jsx as o, jsxs as l } from "react/jsx-runtime";
2
2
  import { FieldTypes as r } from "../../Types/FiledTypes.js";
3
3
  import { VideoPlayer as s } from "../components/VideoPlayer/VideoPlayer.js";
4
- import { C as a } from "../../ComponentContainer-841196f9.js";
4
+ import { C as a } from "../../ComponentContainer-05e27e82.js";
5
5
  const n = {
6
6
  type: "data",
7
7
  label: "Видео данные мини",
@@ -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 i } from "./VideoListMini.js";
3
3
  const p = {
4
4
  title: "Мини список видео",
@@ -2,7 +2,7 @@ import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
2
  import { a as t, c as u } from "../cn-6a4bf187.js";
3
3
  import { FieldTypes as m } from "../Types/FiledTypes.js";
4
4
  import { B as y } from "../index-875e92ce.js";
5
- import { C as g } from "../ComponentContainer-841196f9.js";
5
+ import { C as g } from "../ComponentContainer-05e27e82.js";
6
6
  import { I as w } from "../index-9384c6d6.js";
7
7
  const v = {
8
8
  type: "buttons",
@@ -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 e } from "./VideoMainBanner.js";
3
3
  const n = {
4
4
  title: "Главный видео баннер",