md-components-mdigial-azamat 0.0.13 → 0.0.17
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/AllComponents.js +70 -86
- package/dist/Banner/Banner.js +8 -140
- package/dist/Banner/index.js +2 -2
- package/dist/CardImageList/CardImageList.js +8 -49
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardInfoTable/index.js +6 -151
- package/dist/Cards/CardImage/types.js +4 -1
- package/dist/Cards/ContentCard/ContentCard.js +6 -38
- package/dist/Cards/ContentCard/index.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +7 -51
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/model.js +2 -22
- package/dist/ContentCardList/ContentCardList.js +4 -25
- package/dist/ContentCardList/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +5 -42
- package/dist/DownloadFile/components/DownloadFileBanner/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileBright/index.js +7 -8
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +6 -39
- package/dist/DownloadFile/components/DownloadFileFull/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +6 -46
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +2 -2
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +6 -45
- package/dist/DownloadFile/components/DownloadFileMini/index.js +2 -2
- package/dist/Faq/Faq.js +6 -34
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +5 -1032
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/index.js +2 -2
- package/dist/InfoBanner/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +5 -29
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/MainBanner/MainBanner.js +6 -77
- package/dist/MainBanner/index.js +2 -2
- package/dist/PageViewer/PageViewer.js +28 -4
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +4 -25
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +5 -32
- package/dist/PreviewList/components/PreviewCard/index.js +2 -2
- package/dist/PreviewList/index.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/StandartTable/components/CardWarning/index.js +2 -2
- package/dist/Stepper/Stepper.js +5 -40
- package/dist/Stepper/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +12 -13
- package/dist/Types/CustomType.js +1 -0
- package/dist/Types/FiledTypes.js +4 -0
- package/dist/VideoMainBanner/VideoMainBanner.js +3 -3
- package/dist/componentsMap-fc5d3ce6.js +58 -0
- package/dist/{const-9041b93a.js → const-fcf5d36a.js} +2 -2
- package/dist/{data.mock-741c2220.js → data.mock-97df7aa8.js} +1 -1
- package/dist/index-3d4883ec.js +2106 -0
- package/dist/main.js +64 -74
- package/dist/model-bc7ae7c3.js +51 -0
- package/package.json +1 -1
- package/dist/Icon-70ea6cb8.js +0 -187
- package/dist/componentsMap-8af3b722.js +0 -71
- package/dist/index-b3d6aed3.js +0 -52
- package/dist/palette-ac8c8a5f.js +0 -31
- /package/dist/assets/{TasksBanner.css → InfoBanner.css} +0 -0
package/dist/main.js
CHANGED
|
@@ -1,78 +1,68 @@
|
|
|
1
1
|
import { ConfigProvider as e } from "./ConfigProvider/index.js";
|
|
2
|
-
import {
|
|
3
|
-
import { BannerAndText as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import { DownloadFileBanner as _ } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
27
|
-
import { DownloadFileFull as rr } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
28
|
-
import { DownloadFileHalf as er } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
29
|
-
import { DownloadFileMini as mr } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
30
|
-
import { Collapse as pr } from "./Faq/components/Collapse/Collapse.js";
|
|
31
|
-
import { FeedbackForm as xr } from "./Faq/components/FeedbackForm/FeedbackForm.js";
|
|
32
|
-
import { PlusMinusIcon as ir } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
33
|
-
import { InstructionCard as lr } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
34
|
-
import { InstructionModal as Cr } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
35
|
-
import { PartnerCard as Pr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
36
|
-
import { PartnerTab as Ir } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
37
|
-
import { PreviewCard as cr } from "./PreviewList/components/PreviewCard/PreviewCard.js";
|
|
38
|
-
import { VideoPlayer as Mr } from "./Video/components/VideoPlayer/VideoPlayer.js";
|
|
2
|
+
import { B as t, k as n, C as s, h as i, a as m, D as p, c as d, b as f, d as x, F as l, i as C, I as F, M as P, j as u, P as I, S as c, W as w } from "./index-3d4883ec.js";
|
|
3
|
+
import { BannerAndText as L } from "./BannerAndText/index.js";
|
|
4
|
+
import { Segments as g } from "./Segments/Segments.js";
|
|
5
|
+
import { VideoFull as V } from "./Video/VideoFull/VideoFull.js";
|
|
6
|
+
import { VideoList as v } from "./Video/VideoList/VideoList.js";
|
|
7
|
+
import { VideoListMini as H } from "./Video/VideoListMini/VideoListMini.js";
|
|
8
|
+
import { CardIconList as T } from "./CardIconList/CardIconList.js";
|
|
9
|
+
import { MultiCards as W } from "./MultiCards/index.js";
|
|
10
|
+
import { Partners as j } from "./Partners/Partners.js";
|
|
11
|
+
import { HtmlContent as A } from "./HtmlContent/HtmlContent.js";
|
|
12
|
+
import { HeroPossibilityBanner as E } from "./HeroPossibilityBanner/index.js";
|
|
13
|
+
import { PartnersColors as J } from "./PartnersColors/PartnersColors.js";
|
|
14
|
+
import { CardImage as N } from "./Cards/CardImage/CardImage.js";
|
|
15
|
+
import { ColoredCard as Q } from "./Cards/ColoredCard/index.js";
|
|
16
|
+
import { F as U } from "./index-6e0f7db0.js";
|
|
17
|
+
import { Collapse as Y } from "./Faq/components/Collapse/Collapse.js";
|
|
18
|
+
import { PlusMinusIcon as _ } from "./Faq/components/PlusMinusIcon/PlusMinusIcon.js";
|
|
19
|
+
import { InstructionCard as rr } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
20
|
+
import { InstructionModal as er } from "./InstructionList/components/InstructionModal/InstructionModal.js";
|
|
21
|
+
import { PartnerCard as tr } from "./PartnersColors/components/PartnerCard/PartnerCard.js";
|
|
22
|
+
import { PartnerTab as sr } from "./PartnersColors/components/PartnerTab/PartnerTab.js";
|
|
23
|
+
import { VideoPlayer as mr } from "./Video/components/VideoPlayer/VideoPlayer.js";
|
|
24
|
+
import { PageViewer as dr } from "./PageViewer/PageViewer.js";
|
|
25
|
+
import { FieldTypes as xr } from "./Types/FiledTypes.js";
|
|
39
26
|
export {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
27
|
+
t as Banner,
|
|
28
|
+
L as BannerAndText,
|
|
29
|
+
n as ButtonProps,
|
|
30
|
+
T as CardIconList,
|
|
31
|
+
N as CardImage,
|
|
32
|
+
s as CardImageList,
|
|
33
|
+
Y as Collapse,
|
|
34
|
+
Q as ColoredCard,
|
|
47
35
|
e as ConfigProvider,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
36
|
+
i as ContentCard,
|
|
37
|
+
m as ContentCardList,
|
|
38
|
+
p as DownloadFileBanner,
|
|
39
|
+
d as DownloadFileFull,
|
|
40
|
+
f as DownloadFileHalf,
|
|
41
|
+
x as DownloadFileMini,
|
|
42
|
+
l as Faq,
|
|
43
|
+
U as FeaturesCard,
|
|
44
|
+
C as FeedbackForm,
|
|
45
|
+
xr as FieldTypes,
|
|
46
|
+
E as HeroPossibilityBanner,
|
|
47
|
+
A as HtmlContent,
|
|
48
|
+
rr as InstructionCard,
|
|
49
|
+
F as InstructionList,
|
|
50
|
+
er as InstructionModal,
|
|
51
|
+
P as MainBanner,
|
|
52
|
+
W as MultiCards,
|
|
53
|
+
dr as PageViewer,
|
|
54
|
+
tr as PartnerCard,
|
|
55
|
+
sr as PartnerTab,
|
|
56
|
+
j as Partners,
|
|
57
|
+
J as PartnersColors,
|
|
58
|
+
_ as PlusMinusIcon,
|
|
59
|
+
u as PreviewCard,
|
|
60
|
+
I as PreviewList,
|
|
61
|
+
g as Segments,
|
|
62
|
+
c as Stepper,
|
|
63
|
+
V as VideoFull,
|
|
64
|
+
v as VideoList,
|
|
65
|
+
H as VideoListMini,
|
|
66
|
+
mr as VideoPlayer,
|
|
67
|
+
w as WarningCard
|
|
78
68
|
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
const a = {
|
|
2
|
+
yellowLight: "#fddb2b",
|
|
3
|
+
yellowSaturated: "#f7c21c",
|
|
4
|
+
yellowLight2: "#fef08a",
|
|
5
|
+
white: "#ffffff",
|
|
6
|
+
white4: "#f4f6f7",
|
|
7
|
+
deepBlue: "#3B82F6",
|
|
8
|
+
lightBlue: "#f0f3f4",
|
|
9
|
+
lightBlue5: "#5baaff",
|
|
10
|
+
grayBlue: "#d7dce1",
|
|
11
|
+
graySoft: "#40474f",
|
|
12
|
+
graySoft2: "#4D5661",
|
|
13
|
+
graySoft3: "#3e454c",
|
|
14
|
+
greyLight: "#E0E5E8",
|
|
15
|
+
greenLight: "#16a34a",
|
|
16
|
+
green: "#189145",
|
|
17
|
+
lightGray: "#f4f6f7",
|
|
18
|
+
lightGray5: "#a9b4bc",
|
|
19
|
+
blue: "#3B82F6",
|
|
20
|
+
black: "#18191c",
|
|
21
|
+
blackBG: "#0e0f11",
|
|
22
|
+
black2: "#2f3137",
|
|
23
|
+
black5: "#0e0f11",
|
|
24
|
+
black7: "#1f2425",
|
|
25
|
+
black8: "#202425",
|
|
26
|
+
gray2: "#768793",
|
|
27
|
+
translucentBlack: "#00000066"
|
|
28
|
+
}, e = {
|
|
29
|
+
orange: {
|
|
30
|
+
background: "linear-gradient(92deg, rgba(255, 255, 255, 0.00) -4.95%, rgba(255, 255, 255, 0.02) -4.63%, rgba(255, 255, 255, 0.20) 87.84%), var(--status-filled-bg-accent, #FDDB2B)",
|
|
31
|
+
textColor: a.blackBG,
|
|
32
|
+
icon: "infoDark",
|
|
33
|
+
key: "orange"
|
|
34
|
+
},
|
|
35
|
+
gray: {
|
|
36
|
+
background: "linear-gradient(92deg, rgba(255, 255, 255, 0.00) -4.95%, rgba(255, 255, 255, 0.02) -4.63%, rgba(255, 255, 255, 0.20) 87.84%), var(--supportive-ghost-1, rgba(95, 110, 123, 0.10))",
|
|
37
|
+
textColor: a.blackBG,
|
|
38
|
+
icon: "infoCrown",
|
|
39
|
+
key: "gray"
|
|
40
|
+
},
|
|
41
|
+
black: {
|
|
42
|
+
background: "linear-gradient(92deg, rgba(255, 255, 255, 0.00) -4.95%, rgba(255, 255, 255, 0.02) -4.63%, rgba(255, 255, 255, 0.20) 87.84%), var(--black-94-solid, #1A1C20)",
|
|
43
|
+
textColor: a.white,
|
|
44
|
+
icon: "infoLight",
|
|
45
|
+
key: "black"
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
export {
|
|
49
|
+
e as W,
|
|
50
|
+
a as p
|
|
51
|
+
};
|
package/package.json
CHANGED
package/dist/Icon-70ea6cb8.js
DELETED
|
@@ -1,187 +0,0 @@
|
|
|
1
|
-
import { jsxs as o, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
const r = ({ size: C, ...l }) => /* @__PURE__ */ o(
|
|
3
|
-
"svg",
|
|
4
|
-
{
|
|
5
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
-
width: C,
|
|
7
|
-
height: C,
|
|
8
|
-
viewBox: "0 0 48 48",
|
|
9
|
-
fill: "none",
|
|
10
|
-
...l,
|
|
11
|
-
children: [
|
|
12
|
-
/* @__PURE__ */ n(
|
|
13
|
-
"path",
|
|
14
|
-
{
|
|
15
|
-
d: "M0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24Z",
|
|
16
|
-
fill: "#1B1E22"
|
|
17
|
-
}
|
|
18
|
-
),
|
|
19
|
-
/* @__PURE__ */ n(
|
|
20
|
-
"path",
|
|
21
|
-
{
|
|
22
|
-
d: "M0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24Z",
|
|
23
|
-
fill: "url(#paint0_linear_5703_103)",
|
|
24
|
-
"fill-opacity": "0.2"
|
|
25
|
-
}
|
|
26
|
-
),
|
|
27
|
-
/* @__PURE__ */ n(
|
|
28
|
-
"path",
|
|
29
|
-
{
|
|
30
|
-
"fill-rule": "evenodd",
|
|
31
|
-
"clip-rule": "evenodd",
|
|
32
|
-
d: "M24.8137 16.4188C24.626 16.156 24.323 16 24 16C23.6771 16 23.374 16.156 23.1863 16.4188L18.8001 22.5594L14.6247 19.2191C14.3245 18.979 13.9133 18.9322 13.5668 19.0987C13.2203 19.2652 13 19.6156 13 20V23V23.0732V23.0732C13 24.8966 13 26.3664 13.1554 27.5223C13.3167 28.7225 13.6619 29.733 14.4645 30.5355C15.267 31.3381 16.2775 31.6833 17.4777 31.8446C18.6336 32 20.1034 32 21.9268 32H21.9268H22H26H26.0732H26.0732C27.8966 32 29.3664 32 30.5223 31.8446C31.7225 31.6833 32.733 31.3381 33.5355 30.5355C34.3381 29.733 34.6833 28.7225 34.8446 27.5223C35.0001 26.3664 35 24.8966 35 23.0731V23V20C35 19.6156 34.7797 19.2652 34.4332 19.0987C34.0867 18.9322 33.6755 18.979 33.3753 19.2191L29.1999 22.5594L24.8137 16.4188Z",
|
|
33
|
-
fill: "white"
|
|
34
|
-
}
|
|
35
|
-
),
|
|
36
|
-
/* @__PURE__ */ n(
|
|
37
|
-
"path",
|
|
38
|
-
{
|
|
39
|
-
"fill-rule": "evenodd",
|
|
40
|
-
"clip-rule": "evenodd",
|
|
41
|
-
d: "M24.8137 16.4188C24.626 16.156 24.323 16 24 16C23.6771 16 23.374 16.156 23.1863 16.4188L18.8001 22.5594L14.6247 19.2191C14.3245 18.979 13.9133 18.9322 13.5668 19.0987C13.2203 19.2652 13 19.6156 13 20V23V23.0732V23.0732C13 24.8966 13 26.3664 13.1554 27.5223C13.3167 28.7225 13.6619 29.733 14.4645 30.5355C15.267 31.3381 16.2775 31.6833 17.4777 31.8446C18.6336 32 20.1034 32 21.9268 32H21.9268H22H26H26.0732H26.0732C27.8966 32 29.3664 32 30.5223 31.8446C31.7225 31.6833 32.733 31.3381 33.5355 30.5355C34.3381 29.733 34.6833 28.7225 34.8446 27.5223C35.0001 26.3664 35 24.8966 35 23.0731V23V20C35 19.6156 34.7797 19.2652 34.4332 19.0987C34.0867 18.9322 33.6755 18.979 33.3753 19.2191L29.1999 22.5594L24.8137 16.4188Z",
|
|
42
|
-
fill: "url(#paint1_linear_5703_103)",
|
|
43
|
-
"fill-opacity": "0.2"
|
|
44
|
-
}
|
|
45
|
-
),
|
|
46
|
-
/* @__PURE__ */ o("defs", { children: [
|
|
47
|
-
/* @__PURE__ */ o(
|
|
48
|
-
"linearGradient",
|
|
49
|
-
{
|
|
50
|
-
id: "paint0_linear_5703_103",
|
|
51
|
-
x1: "24",
|
|
52
|
-
y1: "0",
|
|
53
|
-
x2: "24",
|
|
54
|
-
y2: "48",
|
|
55
|
-
gradientUnits: "userSpaceOnUse",
|
|
56
|
-
children: [
|
|
57
|
-
/* @__PURE__ */ n(
|
|
58
|
-
"stop",
|
|
59
|
-
{
|
|
60
|
-
"stop-color": "white",
|
|
61
|
-
"stop-opacity": "0"
|
|
62
|
-
}
|
|
63
|
-
),
|
|
64
|
-
/* @__PURE__ */ n(
|
|
65
|
-
"stop",
|
|
66
|
-
{
|
|
67
|
-
offset: "1",
|
|
68
|
-
"stop-color": "white"
|
|
69
|
-
}
|
|
70
|
-
)
|
|
71
|
-
]
|
|
72
|
-
}
|
|
73
|
-
),
|
|
74
|
-
/* @__PURE__ */ o(
|
|
75
|
-
"linearGradient",
|
|
76
|
-
{
|
|
77
|
-
id: "paint1_linear_5703_103",
|
|
78
|
-
x1: "24",
|
|
79
|
-
y1: "16",
|
|
80
|
-
x2: "24",
|
|
81
|
-
y2: "32",
|
|
82
|
-
gradientUnits: "userSpaceOnUse",
|
|
83
|
-
children: [
|
|
84
|
-
/* @__PURE__ */ n("stop", { "stop-opacity": "0" }),
|
|
85
|
-
/* @__PURE__ */ n("stop", { offset: "1" })
|
|
86
|
-
]
|
|
87
|
-
}
|
|
88
|
-
)
|
|
89
|
-
] })
|
|
90
|
-
]
|
|
91
|
-
}
|
|
92
|
-
), L = ({ size: C, color: l, ...t }) => /* @__PURE__ */ n(
|
|
93
|
-
"svg",
|
|
94
|
-
{
|
|
95
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
96
|
-
width: C,
|
|
97
|
-
height: C,
|
|
98
|
-
viewBox: "0 0 20 22",
|
|
99
|
-
fill: "none",
|
|
100
|
-
...t,
|
|
101
|
-
children: /* @__PURE__ */ n(
|
|
102
|
-
"path",
|
|
103
|
-
{
|
|
104
|
-
d: "M1.24254 17.9701L0.272393 18.2127L0.272393 18.2127L1.24254 17.9701ZM18.7575 17.9701L17.7873 17.7276V17.7276L18.7575 17.9701ZM17.6693 20.5764L17.0539 19.7882V19.7882L17.6693 20.5764ZM2.33073 20.5764L2.94614 19.7882H2.94614L2.33073 20.5764ZM7.17157 12.1716L6.46447 12.8787H6.46447L7.17157 12.1716ZM12.8284 12.1716L12.1213 11.4645L12.8284 12.1716ZM0.0298575 17.2425L0.272393 18.2127L2.21268 17.7276L1.97014 16.7575L0.0298575 17.2425ZM5.12311 22H14.8769V20H5.12311V22ZM19.7276 18.2127L19.9701 17.2425L18.0299 16.7575L17.7873 17.7276L19.7276 18.2127ZM14.8769 22C15.6025 22 16.235 22.0017 16.7508 21.94C17.2934 21.8751 17.8165 21.7302 18.2847 21.3646L17.0539 19.7882C16.9796 19.8462 16.8564 19.9131 16.5134 19.9541C16.1436 19.9983 15.6512 20 14.8769 20V22ZM17.7873 17.7276C17.5995 18.4788 17.4785 18.9561 17.3459 19.3041C17.2229 19.6269 17.1281 19.7302 17.0539 19.7882L18.2847 21.3646C18.7529 20.999 19.0203 20.5267 19.2149 20.0161C19.3998 19.5306 19.5516 18.9166 19.7276 18.2127L17.7873 17.7276ZM0.272393 18.2127C0.448378 18.9166 0.600166 19.5306 0.785121 20.0161C0.979652 20.5267 1.24708 20.999 1.71532 21.3646L2.94614 19.7882C2.87185 19.7302 2.77708 19.6269 2.65409 19.3041C2.52152 18.9561 2.40047 18.4788 2.21268 17.7276L0.272393 18.2127ZM5.12311 20C4.34881 20 3.85637 19.9983 3.48663 19.9541C3.14361 19.9131 3.02043 19.8462 2.94614 19.7882L1.71532 21.3646C2.18355 21.7302 2.70661 21.8751 3.24917 21.94C3.76501 22.0017 4.3975 22 5.12311 22V20ZM7.87868 11.4645L4.70711 8.29289L3.29289 9.70711L6.46447 12.8787L7.87868 11.4645ZM13.5355 12.8787L16.7071 9.70711L15.2929 8.29289L12.1213 11.4645L13.5355 12.8787ZM6.46447 12.8787C7.11114 13.5254 7.66578 14.083 8.16855 14.4666C8.69438 14.8678 9.27923 15.1716 10 15.1716V13.1716C9.89234 13.1716 9.72964 13.142 9.38171 12.8766C9.0107 12.5935 8.56534 12.1511 7.87868 11.4645L6.46447 12.8787ZM12.1213 11.4645C11.4347 12.1511 10.9893 12.5935 10.6183 12.8766C10.2704 13.142 10.1077 13.1716 10 13.1716V15.1716C10.7208 15.1716 11.3056 14.8678 11.8315 14.4666C12.3342 14.083 12.8889 13.5254 13.5355 12.8787L12.1213 11.4645ZM9 0V14H11V0H9Z",
|
|
105
|
-
fill: l || "currentColor"
|
|
106
|
-
}
|
|
107
|
-
)
|
|
108
|
-
}
|
|
109
|
-
), d = ({ size: C, color: l, ...t }) => /* @__PURE__ */ n(
|
|
110
|
-
"svg",
|
|
111
|
-
{
|
|
112
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
113
|
-
width: C,
|
|
114
|
-
height: C,
|
|
115
|
-
viewBox: "0 0 66 82",
|
|
116
|
-
fill: "none",
|
|
117
|
-
...t,
|
|
118
|
-
children: /* @__PURE__ */ n(
|
|
119
|
-
"path",
|
|
120
|
-
{
|
|
121
|
-
"fill-rule": "evenodd",
|
|
122
|
-
"clip-rule": "evenodd",
|
|
123
|
-
d: "M41.5523 1.66972C39.3438 0.653971 36.8997 0.65809 34.1483 0.662728L33.583 0.663361L18.0873 0.663352C14.8369 0.663169 12.0362 0.663013 9.79348 0.964543C7.38992 1.28769 5.08597 2.01643 3.2172 3.88519C1.34844 5.75395 0.619711 8.0579 0.296561 10.4615C-0.00496937 12.7042 -0.00481243 15.5049 -0.00462973 18.7553V63.2381C-0.00481243 66.4885 -0.00496937 69.2892 0.296561 71.5319C0.619711 73.9355 1.34844 76.2394 3.2172 78.1082C5.08597 79.977 7.38992 80.7057 9.79348 81.0288C12.0363 81.3304 14.8369 81.3302 18.0874 81.33H47.9033C51.1538 81.3302 53.9545 81.3304 56.1973 81.0288C58.6008 80.7057 60.9048 79.977 62.7736 78.1082C64.6423 76.2394 65.371 73.9355 65.6942 71.5319C65.9957 69.2892 65.9956 66.4885 65.9954 63.238L65.9958 34.9677C65.9989 32.736 66.0016 30.757 65.3121 28.8931C64.6226 27.0291 63.3326 25.5283 61.8779 23.8359L47.5027 7.06552L47.1353 6.63593C45.3482 4.54386 43.7607 2.68547 41.5523 1.66972ZM32.9954 7.99669H18.3287C14.7681 7.99669 12.4665 8.00448 10.7706 8.23248C9.18025 8.4463 8.68178 8.79151 8.40265 9.07064C8.12353 9.34976 7.77832 9.84823 7.5645 11.4386C7.3365 13.1345 7.32871 15.4361 7.32871 18.9967V62.9967C7.32871 66.5573 7.3365 68.8589 7.5645 70.5548C7.77832 72.1452 8.12353 72.6436 8.40265 72.9228C8.68178 73.2019 9.18025 73.5471 10.7706 73.7609C12.4665 73.9889 14.7681 73.9967 18.3287 73.9967H47.662C51.2227 73.9967 53.5243 73.9889 55.2201 73.7609C56.8105 73.5471 57.309 73.2019 57.5881 72.9228C57.8672 72.6436 58.2124 72.1452 58.4263 70.5548C58.6543 68.8589 58.662 66.5573 58.662 62.9967V35.4963L43.7959 35.4964C42.241 35.4967 40.7298 35.497 39.4835 35.3294C38.0784 35.1405 36.4751 34.6802 35.1433 33.3484C33.8115 32.0167 33.3513 30.4133 33.1623 29.0082C32.9948 27.7619 32.9951 26.2508 32.9954 24.6959L32.9954 7.99669ZM55.9277 28.163L41.9348 11.838C41.2658 11.0575 40.7447 10.4591 40.3287 9.99626V24.4963C40.3287 26.3285 40.3365 27.3337 40.4303 28.0311L40.434 28.0578L40.4607 28.0615C41.158 28.1552 42.1633 28.163 43.9954 28.163H55.9277Z",
|
|
124
|
-
fill: l || "currentColor"
|
|
125
|
-
}
|
|
126
|
-
)
|
|
127
|
-
}
|
|
128
|
-
), s = ({ size: C, ...l }) => /* @__PURE__ */ n(
|
|
129
|
-
"svg",
|
|
130
|
-
{
|
|
131
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
132
|
-
width: C,
|
|
133
|
-
height: C,
|
|
134
|
-
viewBox: "0 0 38 38",
|
|
135
|
-
fill: "none",
|
|
136
|
-
...l,
|
|
137
|
-
children: /* @__PURE__ */ n(
|
|
138
|
-
"path",
|
|
139
|
-
{
|
|
140
|
-
d: "M19 37.3334C8.88329 37.3334 0.666626 29.1001 0.666626 19.0001C0.666626 8.90008 8.88329 0.666748 19 0.666748C29.1166 0.666748 37.3333 8.88342 37.3333 19.0001C37.3333 29.1167 29.1166 37.3334 19 37.3334ZM20.6666 12.3334H17.3333V15.6667H20.6666V12.3334ZM20.6666 18.1667H17.3333V27.3334H20.6666V18.1667Z",
|
|
141
|
-
fill: "#0E0F11"
|
|
142
|
-
}
|
|
143
|
-
)
|
|
144
|
-
}
|
|
145
|
-
), h = ({ size: C, ...l }) => /* @__PURE__ */ n(
|
|
146
|
-
"svg",
|
|
147
|
-
{
|
|
148
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
149
|
-
width: C,
|
|
150
|
-
height: C,
|
|
151
|
-
viewBox: "0 0 38 38",
|
|
152
|
-
fill: "none",
|
|
153
|
-
...l,
|
|
154
|
-
children: /* @__PURE__ */ n(
|
|
155
|
-
"path",
|
|
156
|
-
{
|
|
157
|
-
d: "M19 37.3334C8.88329 37.3334 0.666626 29.1001 0.666626 19.0001C0.666626 8.90008 8.88329 0.666748 19 0.666748C29.1166 0.666748 37.3333 8.88342 37.3333 19.0001C37.3333 29.1167 29.1166 37.3334 19 37.3334ZM20.6666 12.3334H17.3333V15.6667H20.6666V12.3334ZM20.6666 18.1667H17.3333V27.3334H20.6666V18.1667Z",
|
|
158
|
-
fill: "#F4F6F7"
|
|
159
|
-
}
|
|
160
|
-
)
|
|
161
|
-
}
|
|
162
|
-
), i = {
|
|
163
|
-
infoDark: s,
|
|
164
|
-
infoCrown: r,
|
|
165
|
-
infoLight: h,
|
|
166
|
-
download: L,
|
|
167
|
-
file: d
|
|
168
|
-
}, p = {
|
|
169
|
-
sm: 12,
|
|
170
|
-
mx: 16,
|
|
171
|
-
lx: 20,
|
|
172
|
-
md: 24,
|
|
173
|
-
lg: 32
|
|
174
|
-
}, w = ({
|
|
175
|
-
name: C,
|
|
176
|
-
color: l = "currentColor",
|
|
177
|
-
size: t = "sm",
|
|
178
|
-
...e
|
|
179
|
-
}) => i[C] && i[C]({
|
|
180
|
-
size: typeof t == "string" ? p[t] : t,
|
|
181
|
-
color: l,
|
|
182
|
-
name: C,
|
|
183
|
-
...e
|
|
184
|
-
});
|
|
185
|
-
export {
|
|
186
|
-
w as I
|
|
187
|
-
};
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import r from "./AnimatedSwiper/index.js";
|
|
2
|
-
import { Banner as o } from "./Banner/Banner.js";
|
|
3
|
-
import { CardIconList as m } from "./CardIconList/CardIconList.js";
|
|
4
|
-
import { CardImageList as i } from "./CardImageList/CardImageList.js";
|
|
5
|
-
import { CardImageSecondaryList as t } from "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
6
|
-
import { CardInfoTable as n } from "./CardInfoTable/index.js";
|
|
7
|
-
import { WarningCard as p } from "./Cards/WarningCard/WarningCard.js";
|
|
8
|
-
import { ContentCardList as a } from "./ContentCardList/ContentCardList.js";
|
|
9
|
-
import { DownloadFileBanner as e } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
10
|
-
import { DownloadFileBright as f } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
11
|
-
import { DownloadFileFull as s } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
|
|
12
|
-
import { DownloadFileHalf as d } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
|
|
13
|
-
import { DownloadFileMini as l } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
|
|
14
|
-
import { EmptyBox as L } from "./EmptyBox/EmptyBox.js";
|
|
15
|
-
import { Faq as B } from "./Faq/Faq.js";
|
|
16
|
-
import { InfoBannerList as C } from "./InfoBannerList/InfoBannerList.js";
|
|
17
|
-
import { InstructionList as w } from "./InstructionList/InstructionList.js";
|
|
18
|
-
import { IntroBanner as F } from "./IntroBanner/IntroBanner.js";
|
|
19
|
-
import { MainBanner as I } from "./MainBanner/MainBanner.js";
|
|
20
|
-
import { MultiCards as c } from "./MultiCards/index.js";
|
|
21
|
-
import { Partners as M } from "./Partners/Partners.js";
|
|
22
|
-
import { PartnersColors as S } from "./PartnersColors/PartnersColors.js";
|
|
23
|
-
import { PreviewList as g } from "./PreviewList/PreviewList.js";
|
|
24
|
-
import { PromoPoster as D } from "./PromoPoster/PromoPoster.js";
|
|
25
|
-
import { Segments as P } from "./Segments/Segments.js";
|
|
26
|
-
import { StandartTable as u } from "./StandartTable/index.js";
|
|
27
|
-
import { Stepper as V } from "./Stepper/Stepper.js";
|
|
28
|
-
import { SwiperList as T } from "./SwiperList/SwiperList.js";
|
|
29
|
-
import { TasksBannerList as b } from "./TasksBannerList/TasksBannerList.js";
|
|
30
|
-
import { VideoFull as x } from "./Video/VideoFull/VideoFull.js";
|
|
31
|
-
import { VideoList as y } from "./Video/VideoList/VideoList.js";
|
|
32
|
-
import { VideoListMini as h } from "./Video/VideoListMini/VideoListMini.js";
|
|
33
|
-
import { VideoMainBanner as k } from "./VideoMainBanner/VideoMainBanner.js";
|
|
34
|
-
const lr = {
|
|
35
|
-
Banner: o,
|
|
36
|
-
CardImageList: i,
|
|
37
|
-
Stepper: V,
|
|
38
|
-
Segments: P,
|
|
39
|
-
VideoFull: x,
|
|
40
|
-
VideoList: y,
|
|
41
|
-
VideoListMini: h,
|
|
42
|
-
ContentCardList: a,
|
|
43
|
-
CardIconList: m,
|
|
44
|
-
MultiCards: c,
|
|
45
|
-
Partners: M,
|
|
46
|
-
PartnersColors: S,
|
|
47
|
-
MainBanner: I,
|
|
48
|
-
WarningCard: p,
|
|
49
|
-
Faq: B,
|
|
50
|
-
DownloadFileBanner: e,
|
|
51
|
-
DownloadFileHalf: d,
|
|
52
|
-
DownloadFileFull: s,
|
|
53
|
-
DownloadFileMini: l,
|
|
54
|
-
InstructionList: w,
|
|
55
|
-
PreviewList: g,
|
|
56
|
-
SwiperList: T,
|
|
57
|
-
AnimatedSwiper: r,
|
|
58
|
-
InfoBannerList: C,
|
|
59
|
-
TasksBannerList: b,
|
|
60
|
-
VideoMainBanner: k,
|
|
61
|
-
EmptyBox: L,
|
|
62
|
-
PromoPoster: D,
|
|
63
|
-
CardImageSecondaryList: t,
|
|
64
|
-
CardInfoTable: n,
|
|
65
|
-
StandartTable: u,
|
|
66
|
-
IntroBanner: F,
|
|
67
|
-
DownloadFileBright: f
|
|
68
|
-
};
|
|
69
|
-
export {
|
|
70
|
-
lr as c
|
|
71
|
-
};
|
package/dist/index-b3d6aed3.js
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { jsxs as u, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as c } from "react";
|
|
3
|
-
import { c as h } from "./cn-d8c04b28.js";
|
|
4
|
-
import { B as t, a as e } from "./const-9041b93a.js";
|
|
5
|
-
const m = c(
|
|
6
|
-
({
|
|
7
|
-
children: o,
|
|
8
|
-
size: s = t.XL,
|
|
9
|
-
variant: d = e.Primary,
|
|
10
|
-
loading: i = !1,
|
|
11
|
-
iconRight: a,
|
|
12
|
-
iconLeft: l,
|
|
13
|
-
className: n,
|
|
14
|
-
...p
|
|
15
|
-
}, b) => {
|
|
16
|
-
const x = {
|
|
17
|
-
[t.S]: "",
|
|
18
|
-
[t.M]: "px-[12px] py-[8px] rounded-[12px] text-[14px] h-[36px]",
|
|
19
|
-
[t.L]: "px-[16px] py-[10px] rounded-[16px] text-[16px] h-[44px]",
|
|
20
|
-
[t.XL]: "px-[20px] py-[16px] rounded-[16px] text-[16px] h-[56px]"
|
|
21
|
-
}, g = {
|
|
22
|
-
[e.Primary]: "bg-yellowLight hover:bg-yellowSaturated disabled:bg-yellowLight2 disabled:cursor-not-allowed",
|
|
23
|
-
[e.Secondary]: "bg-lightBlue hover:bg-grayBlue disabled:bg-white disabled:cursor-not-allowed",
|
|
24
|
-
[e.SecondaryBlue]: "bg-lightBlue text-blue hover:bg-grayBlue disabled:bg-white disabled:text-lightBlue5 disabled:cursor-not-allowed",
|
|
25
|
-
[e.Static]: "bg-white hover:bg-grayBlue disabled:bg-white disabled:cursor-not-allowed",
|
|
26
|
-
[e.Brand]: "bg-greenLight text-white hover:bg-green disabled:bg-lightGray5 disabled:cursor-not-allowed",
|
|
27
|
-
[e.Grey]: "bg-greyLight text-blackBG"
|
|
28
|
-
};
|
|
29
|
-
return /* @__PURE__ */ u(
|
|
30
|
-
"button",
|
|
31
|
-
{
|
|
32
|
-
className: h(
|
|
33
|
-
"flex items-center justify-center gap-2 border-none font-i font-medium cursor-pointer w-fit ",
|
|
34
|
-
x[s],
|
|
35
|
-
g[d],
|
|
36
|
-
n
|
|
37
|
-
),
|
|
38
|
-
ref: b,
|
|
39
|
-
...p,
|
|
40
|
-
children: [
|
|
41
|
-
i ? /* @__PURE__ */ r("span", { className: "flex justify-center items-center w-[22px] h-[22px] p-[2px] bg-transparent rounded-full border-2 border-[#0e0f11] border-t-transparent animate-spin" }) : l && /* @__PURE__ */ r("span", { className: "flex items-center", children: l }),
|
|
42
|
-
o,
|
|
43
|
-
a && /* @__PURE__ */ r("span", { className: "flex items-center", children: a })
|
|
44
|
-
]
|
|
45
|
-
}
|
|
46
|
-
);
|
|
47
|
-
}
|
|
48
|
-
);
|
|
49
|
-
m.displayName = "AppButton";
|
|
50
|
-
export {
|
|
51
|
-
m as B
|
|
52
|
-
};
|
package/dist/palette-ac8c8a5f.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
const f = {
|
|
2
|
-
yellowLight: "#fddb2b",
|
|
3
|
-
yellowSaturated: "#f7c21c",
|
|
4
|
-
yellowLight2: "#fef08a",
|
|
5
|
-
white: "#ffffff",
|
|
6
|
-
white4: "#f4f6f7",
|
|
7
|
-
deepBlue: "#3B82F6",
|
|
8
|
-
lightBlue: "#f0f3f4",
|
|
9
|
-
lightBlue5: "#5baaff",
|
|
10
|
-
grayBlue: "#d7dce1",
|
|
11
|
-
graySoft: "#40474f",
|
|
12
|
-
graySoft2: "#4D5661",
|
|
13
|
-
graySoft3: "#3e454c",
|
|
14
|
-
greyLight: "#E0E5E8",
|
|
15
|
-
greenLight: "#16a34a",
|
|
16
|
-
green: "#189145",
|
|
17
|
-
lightGray: "#f4f6f7",
|
|
18
|
-
lightGray5: "#a9b4bc",
|
|
19
|
-
blue: "#3B82F6",
|
|
20
|
-
black: "#18191c",
|
|
21
|
-
blackBG: "#0e0f11",
|
|
22
|
-
black2: "#2f3137",
|
|
23
|
-
black5: "#0e0f11",
|
|
24
|
-
black7: "#1f2425",
|
|
25
|
-
black8: "#202425",
|
|
26
|
-
gray2: "#768793",
|
|
27
|
-
translucentBlack: "#00000066"
|
|
28
|
-
};
|
|
29
|
-
export {
|
|
30
|
-
f as p
|
|
31
|
-
};
|
|
File without changes
|