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.
- package/dist/ActionCard/ActionCard.js +30 -0
- package/dist/ActionCard/index.js +4 -0
- package/dist/ActionCard/info.js +11 -0
- package/dist/ActionCard/types.js +1 -0
- package/dist/ActionCardList/ActionCardList.js +32 -0
- package/dist/ActionCardList/index.js +4 -0
- package/dist/ActionCardList/info.js +11 -0
- package/dist/ActionCardList/types.js +1 -0
- package/dist/ActionIconList/ActionIconList.js +174 -0
- package/dist/ActionIconList/index.js +4 -0
- package/dist/ActionIconList/info.js +11 -0
- package/dist/ActionIconList/types.js +1 -0
- package/dist/AllComponents.js +39 -127
- package/dist/AllComponentsInfo.js +26 -27
- package/dist/AnimatedSwiper/index.js +9 -3
- package/dist/AnimatedSwiper/info.js +1 -1
- package/dist/Banner/Banner.js +1 -1
- package/dist/Banner/info.js +1 -1
- package/dist/BannerAndText/index.js +1 -1
- package/dist/BannerAndText/info.js +1 -1
- package/dist/CardIconList/CardIconList.js +16 -15
- package/dist/CardIconList/info.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/info.js +1 -1
- package/dist/CardImageSecondary/info.js +1 -1
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
- package/dist/CardImageSecondaryList/info.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/CardInfoTable/info.js +1 -1
- package/dist/{index-04224eb4.js → Cards/ActionIconCard/index.js} +21 -27
- package/dist/Cards/ActionIconCard/info.js +11 -0
- package/dist/Cards/ActionIconCard/types.js +1 -0
- package/dist/Cards/CardImage/info.js +1 -1
- package/dist/Cards/ColoredCard/info.js +1 -1
- package/dist/Cards/ContentCard/info.js +1 -1
- package/dist/Cards/FeaturesCard/index.js +100 -8
- package/dist/Cards/FeaturesCard/info.js +2 -2
- package/dist/Cards/WarningCard/WarningCard.js +103 -68
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/info.js +3 -9
- package/dist/ComponentContainer-05e27e82.js +16 -0
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/ContentCardList/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/info.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/info.js +1 -1
- package/dist/DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js +1 -1
- package/dist/DownloadFile/components/FileBannerSecondary/info.js +1 -1
- package/dist/Faq/Faq.js +2 -2
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +6 -55
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/info.js +1 -1
- package/dist/FileLoader/fileLoader.js +22 -0
- package/dist/FileLoader/index.js +1787 -0
- package/dist/Footer/info.js +1 -1
- package/dist/Forms/FormDefault/componentTypes.js +31 -0
- package/dist/Forms/FormDefault/index.js +10 -273
- package/dist/Forms/FormDefault/info.js +104 -18
- package/dist/Forms/helpers/renderFormFields.js +7 -0
- package/dist/Forms/model/components.js +102 -0
- package/dist/Forms/types/formItems.js +1 -0
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +2 -2
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
- package/dist/Header/info.js +1 -1
- package/dist/HeroPossibilityBanner/info.js +1 -1
- package/dist/InfoBanner/info.js +1 -1
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InfoBannerList/info.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/info.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/IntroBanner/info.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/info.js +1 -1
- package/dist/MultiCards/index.js +1 -1
- package/dist/MultiCards/info.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/Partners/Partners.js +1 -1
- package/dist/Partners/info.js +1 -1
- package/dist/PartnersColors/PartnersColors.js +1 -1
- package/dist/PartnersColors/info.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/info.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +1 -1
- package/dist/PromoPoster/info.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/Segments/info.js +1 -1
- package/dist/Space/info.js +1 -1
- package/dist/StandartTable/index.js +1 -1
- package/dist/StandartTable/info.js +1 -1
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/info.js +1 -1
- package/dist/SwiperList/SwiperList.js +7 -7
- package/dist/SwiperList/info.js +1 -1
- package/dist/TasksBanner/info.js +1 -1
- package/dist/TasksBannerList/TasksBannerList.js +1 -1
- package/dist/TasksBannerList/info.js +1 -1
- package/dist/TitleBlock/TitleBlock.js +15 -0
- package/dist/TitleBlock/index.js +4 -0
- package/dist/TitleBlock/info.js +11 -0
- package/dist/TitleBlock/types.js +1 -0
- package/dist/Video/VideoFull/VideoFull.js +1 -1
- package/dist/Video/VideoFull/info.js +1 -1
- package/dist/Video/VideoList/VideoList.js +1 -1
- package/dist/Video/VideoList/info.js +1 -1
- package/dist/Video/VideoListMini/VideoListMini.js +1 -1
- package/dist/Video/VideoListMini/info.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/VideoMainBanner/info.js +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/{componentsMap-ae33b476.js → componentsMap-56a530ca.js} +38 -39
- package/dist/{data.mock-30d53d62.js → data.mock-9071e4ea.js} +54 -52
- package/dist/{index-b826f1c7.js → index-0a5f313c.js} +1 -1
- package/dist/index-a0ed2e4a.js +1221 -0
- package/dist/info-7ea3fd7e.js +1380 -0
- package/dist/main.js +59 -60
- package/dist/{mousewheel-2cf27f39.js → mousewheel-865ae601.js} +1 -1
- package/dist/{navigation-48c90d3b.js → navigation-b894d0cd.js} +1 -1
- package/dist/size-b1291031.js +8 -0
- package/dist/{swiper-react-bfbb44d6.js → swiper-react-90953710.js} +3 -3
- package/package.json +4 -1
- package/dist/ComponentContainer-841196f9.js +0 -16
- 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-
|
|
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,
|
|
@@ -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-
|
|
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";
|
|
@@ -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-
|
|
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,
|
|
@@ -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-
|
|
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,
|
|
@@ -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-
|
|
8
|
+
import { C as t } from "../../../ComponentContainer-05e27e82.js";
|
|
9
9
|
const y = {
|
|
10
10
|
dataType: i.array,
|
|
11
11
|
type: "data",
|
|
@@ -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-
|
|
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,
|
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 {
|
|
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-
|
|
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
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
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
|
-
|
|
7
|
+
e as FeedbackForm
|
|
57
8
|
};
|
package/dist/Faq/info.js
CHANGED
|
@@ -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
|
+
};
|