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
@@ -3,7 +3,7 @@ import { downloadFile as m } from "../../../Actions/downloadFile/downloadFile.js
3
3
  import { I as l } from "../../../Icon-70ea6cb8.js";
4
4
  import { p as o } from "../../../palette-c2fe86ec.js";
5
5
  import { B as p } from "../../../index-875e92ce.js";
6
- import { C as s } from "../../../ComponentContainer-841196f9.js";
6
+ import { C as s } from "../../../ComponentContainer-05e27e82.js";
7
7
  import { u as x } from "../../../useScreenSize-c1b64c02.js";
8
8
  const c = ["title", "text", "link"], d = ({
9
9
  title: a,
@@ -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 n } from "./DownloadFileBanner.js";
3
3
  const r = {
4
4
  title: "Баннер загрузки файла",
@@ -3,7 +3,7 @@ import { downloadFile as s } from "../../../Actions/downloadFile/downloadFile.js
3
3
  import { c } from "../../../createBoolean-56064b0d.js";
4
4
  import { B as n } from "../../../index-875e92ce.js";
5
5
  import { B as b } from "../../../const-53dff524.js";
6
- import { C as f } from "../../../ComponentContainer-841196f9.js";
6
+ import { C as f } from "../../../ComponentContainer-05e27e82.js";
7
7
  import { I as g } from "../../../index-9384c6d6.js";
8
8
  import { c as d } from "../../../cn-6a4bf187.js";
9
9
  import { u as h } 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 "./index.js";
3
3
  const e = {
4
4
  title: "Яркий блок загрузки",
@@ -5,7 +5,7 @@ import { I as t } from "../../../Icon-70ea6cb8.js";
5
5
  import { p as n } from "../../../palette-c2fe86ec.js";
6
6
  import { B as c } from "../../../index-875e92ce.js";
7
7
  import { b as x } from "../../../const-53dff524.js";
8
- import { C as d } from "../../../ComponentContainer-841196f9.js";
8
+ import { C as d } from "../../../ComponentContainer-05e27e82.js";
9
9
  import { u as m } from "../../../useScreenSize-c1b64c02.js";
10
10
  const f = {
11
11
  dataType: p.array,
@@ -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 "./DownloadFileFull.js";
3
3
  const p = {
4
4
  title: "Полный блок загрузки",
@@ -5,7 +5,7 @@ import { I as n } from "../../../Icon-70ea6cb8.js";
5
5
  import { p as s } from "../../../palette-c2fe86ec.js";
6
6
  import { B as d } from "../../../index-875e92ce.js";
7
7
  import { b as x } from "../../../const-53dff524.js";
8
- import { C as f } from "../../../ComponentContainer-841196f9.js";
8
+ import { C as f } from "../../../ComponentContainer-05e27e82.js";
9
9
  import { u as m } from "../../../useScreenSize-c1b64c02.js";
10
10
  const b = {
11
11
  dataType: c.array,
@@ -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 "./DownloadFileHalf.js";
3
3
  const p = {
4
4
  title: "Половина блока загрузки",
@@ -5,7 +5,7 @@ import { I as e } from "../../../Icon-70ea6cb8.js";
5
5
  import { p } from "../../../palette-c2fe86ec.js";
6
6
  import { B as d } from "../../../index-875e92ce.js";
7
7
  import { b as c } from "../../../const-53dff524.js";
8
- import { C as t } from "../../../ComponentContainer-841196f9.js";
8
+ import { C as t } from "../../../ComponentContainer-05e27e82.js";
9
9
  const y = {
10
10
  dataType: i.array,
11
11
  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 "./DownloadFileMini.js";
3
3
  const n = {
4
4
  title: "Мини блок загрузки",
@@ -3,7 +3,7 @@ import { downloadFile as m } from "../../../Actions/downloadFile/downloadFile.js
3
3
  import { I as l } from "../../../Icon-70ea6cb8.js";
4
4
  import { p as a } from "../../../palette-c2fe86ec.js";
5
5
  import { B as p } from "../../../index-875e92ce.js";
6
- import { C as s } from "../../../ComponentContainer-841196f9.js";
6
+ import { C as s } from "../../../ComponentContainer-05e27e82.js";
7
7
  import { u as x } from "../../../useScreenSize-c1b64c02.js";
8
8
  const c = ["title", "text", "link"], d = ({
9
9
  title: o,
@@ -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 n } from "./FileBannerSecondary.js";
3
3
  const r = {
4
4
  title: "Баннер загрузки файла",
package/dist/Faq/Faq.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { jsx as o, jsxs as n } from "react/jsx-runtime";
2
2
  import { Collapse as e } from "./components/Collapse/Collapse.js";
3
- import { FeedbackForm as t } from "./components/FeedbackForm/FeedbackForm.js";
3
+ import { F as t } from "../index-a0ed2e4a.js";
4
4
  import { HtmlContent as x } from "../HtmlContent/HtmlContent.js";
5
5
  import { FieldTypes as p } from "../Types/FiledTypes.js";
6
- import { C as c } from "../ComponentContainer-841196f9.js";
6
+ import { C as c } from "../ComponentContainer-05e27e82.js";
7
7
  const d = {
8
8
  type: "data",
9
9
  label: "Вопрос",
@@ -1,57 +1,8 @@
1
- import { jsx as e, jsxs as r } from "react/jsx-runtime";
2
- import { useState as g } from "react";
3
- import { u as k, F as y } from "../../../index.esm-67811428.js";
4
- import { B as i } from "../../../index-875e92ce.js";
5
- import { a as c, b as d } from "../../../const-53dff524.js";
6
- const V = ({ faqId: m, percent: u }) => {
7
- const [a, s] = g(!1), l = k({
8
- defaultValues: {
9
- faq: m
10
- }
11
- }), { handleSubmit: x, setValue: p, getValues: b } = l, f = (t) => {
12
- try {
13
- s(!0), console.log("Submitted:", t);
14
- } catch (h) {
15
- console.error("Error submitting feedback:", h);
16
- } finally {
17
- s(!1);
18
- }
19
- }, o = (t) => {
20
- p("rate", t), x(f)();
21
- }, n = b("rate");
22
- return /* @__PURE__ */ e(y, { ...l, children: /* @__PURE__ */ e("form", { children: /* @__PURE__ */ r("div", { className: "mt-6 flex items-center gap-6 max-tablet:flex-col max-tablet:items-start", children: [
23
- /* @__PURE__ */ r("div", { className: "border-l-2 border-green pl-6 mr-14 shrink-0", children: [
24
- /* @__PURE__ */ e("span", { className: "text-gray2 block text-[14px] leading-5", children: `${u}% считают ответ полезным` }),
25
- /* @__PURE__ */ e("p", { className: "text-blackBG text-[15px] leading-[22px]", children: "Ответ был полезным?" })
26
- ] }),
27
- /* @__PURE__ */ r("div", { className: "flex items-center gap-4 w-full max-tablet::pt-4", children: [
28
- /* @__PURE__ */ e(
29
- i,
30
- {
31
- size: c.M,
32
- variant: d.Secondary,
33
- className: "w-[125px]",
34
- disabled: a,
35
- onClick: () => o("yes"),
36
- loading: n === "yes" && a,
37
- children: "Да"
38
- }
39
- ),
40
- /* @__PURE__ */ e(
41
- i,
42
- {
43
- size: c.M,
44
- variant: d.Secondary,
45
- className: "w-[125px]",
46
- disabled: a,
47
- onClick: () => o("no"),
48
- loading: n === "no" && a,
49
- children: "Нет"
50
- }
51
- )
52
- ] })
53
- ] }) }) });
54
- };
1
+ import "react/jsx-runtime";
2
+ import "react";
3
+ import { F as e } from "../../../index-a0ed2e4a.js";
4
+ import "../../../index-875e92ce.js";
5
+ import "../../../const-53dff524.js";
55
6
  export {
56
- V as FeedbackForm
7
+ e as FeedbackForm
57
8
  };
@@ -1,4 +1,4 @@
1
- import { FeedbackForm as r } from "./FeedbackForm.js";
1
+ import { F as r } from "../../../index-a0ed2e4a.js";
2
2
  export {
3
3
  r as FeedbackForm
4
4
  };
package/dist/Faq/info.js CHANGED
@@ -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 "./Faq.js";
3
3
  const e = {
4
4
  title: "Часто задаваемые вопросы",
@@ -0,0 +1,22 @@
1
+ import { jsx as C } from "react/jsx-runtime";
2
+ const o = () => /* @__PURE__ */ C(
3
+ "svg",
4
+ {
5
+ width: "24",
6
+ height: "24",
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ children: /* @__PURE__ */ C(
11
+ "path",
12
+ {
13
+ d: "M13 1.99939V7.49939C13 8.4422 13 8.9136 13.2929 9.2065C13.5858 9.49939 14.0572 9.49939 15 9.49939H19.5M20 10.4791V17.9994C20 19.885 20 20.8278 19.4142 21.4136C18.8284 21.9994 17.8856 21.9994 16 21.9994H8C6.11438 21.9994 5.17157 21.9994 4.58579 21.4136C4 20.8278 4 19.885 4 17.9994V5.99939C4 4.11377 4 3.17096 4.58579 2.58518C5.17157 1.99939 6.11438 1.99939 8 1.99939H12.1603C13.0654 1.99939 13.518 1.99939 13.9158 2.18236C14.3137 2.36534 14.6082 2.70897 15.1973 3.39622L19.037 7.87592C19.5134 8.43165 19.7515 8.70952 19.8758 9.04535C20 9.38117 20 9.74714 20 10.4791Z",
14
+ stroke: "#3E454C",
15
+ "stroke-width": "2"
16
+ }
17
+ )
18
+ }
19
+ );
20
+ export {
21
+ o as FileLoaderIcon
22
+ };