md-components-mdigial-azamat 0.0.19 → 0.0.20
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-3adfe2a3.js → AllComponents-7aa1a7f1.js} +42 -34
- package/dist/AllComponents.js +1 -1
- package/dist/Banner/Banner.js +1 -1
- package/dist/Banner/index.js +1 -1
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/index.js +1 -1
- package/dist/CardInfoTable/index.js +1 -1
- package/dist/Cards/ContentCard/ContentCard.js +1 -1
- package/dist/Cards/ContentCard/index.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +1 -1
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/ContentCardList/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
- package/dist/Faq/Faq.js +1 -1
- package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1 -1
- package/dist/Faq/components/FeedbackForm/index.js +1 -1
- package/dist/Faq/index.js +1 -1
- package/dist/InfoBanner/index.js +1 -1
- package/dist/InfoBannerList/InfoBannerList.js +1 -1
- package/dist/InfoBannerList/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +1 -1
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +1 -1
- package/dist/IntroBanner/index.js +1 -1
- package/dist/MainBanner/MainBanner.js +1 -1
- package/dist/MainBanner/index.js +1 -1
- package/dist/PageViewer/PageViewer.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +1 -1
- package/dist/PreviewList/components/PreviewCard/index.js +1 -1
- 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 +1 -1
- package/dist/StandartTable/index.js +1 -1
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/index.js +1 -1
- package/dist/Types/FiledTypes.js +2 -2
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/VideoMainBanner/index.js +1 -1
- package/dist/{componentsMap-4a48f9e0.js → componentsMap-678541b7.js} +1 -1
- package/dist/main.js +1 -1
- package/package.json +1 -1
|
@@ -18,7 +18,7 @@ import { MultiCards as di } from "./MultiCards/index.js";
|
|
|
18
18
|
import { Partners as pi } from "./Partners/Partners.js";
|
|
19
19
|
import { CardImage as mi } from "./Cards/CardImage/CardImage.js";
|
|
20
20
|
import { CardImageVariant as ot } from "./Cards/CardImage/types.js";
|
|
21
|
-
import { FieldTypes as
|
|
21
|
+
import { FieldTypes as Q } from "./Types/FiledTypes.js";
|
|
22
22
|
import { Collapse as ui } from "./Faq/components/Collapse/Collapse.js";
|
|
23
23
|
import { InstructionCard as gi } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
24
24
|
import "./HeroPossibilityBanner/index.js";
|
|
@@ -39,12 +39,13 @@ var Y = /* @__PURE__ */ ((e) => (e.S = "s", e.M = "m", e.L = "l", e.XL = "xl", e
|
|
|
39
39
|
const vt = {
|
|
40
40
|
size: Y,
|
|
41
41
|
variant: B,
|
|
42
|
-
loading:
|
|
43
|
-
iconRight:
|
|
44
|
-
iconLeft:
|
|
45
|
-
className:
|
|
46
|
-
button_hex:
|
|
47
|
-
|
|
42
|
+
loading: Q.BOOLEAN,
|
|
43
|
+
iconRight: Q.COMPONENT,
|
|
44
|
+
iconLeft: Q.COMPONENT,
|
|
45
|
+
className: Q.CLASSNAME,
|
|
46
|
+
button_hex: Q.COLOR,
|
|
47
|
+
title: Q.NODE,
|
|
48
|
+
link: Q.LINK
|
|
48
49
|
}, P = wt(
|
|
49
50
|
({
|
|
50
51
|
children: e,
|
|
@@ -54,14 +55,15 @@ const vt = {
|
|
|
54
55
|
iconRight: s,
|
|
55
56
|
iconLeft: o,
|
|
56
57
|
className: p,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
title: d,
|
|
59
|
+
..._
|
|
60
|
+
}, C) => {
|
|
61
|
+
const w = {
|
|
60
62
|
[Y.S]: "",
|
|
61
63
|
[Y.M]: "px-[12px] py-[8px] rounded-[12px] text-[14px] h-[36px]",
|
|
62
64
|
[Y.L]: "px-[16px] py-[10px] rounded-[16px] text-[16px] h-[44px]",
|
|
63
65
|
[Y.XL]: "px-[20px] py-[16px] rounded-[16px] text-[16px] h-[56px]"
|
|
64
|
-
},
|
|
66
|
+
}, k = {
|
|
65
67
|
[B.Primary]: "bg-yellowLight hover:bg-yellowSaturated disabled:bg-yellowLight2 disabled:cursor-not-allowed",
|
|
66
68
|
[B.Secondary]: "bg-lightBlue hover:bg-grayBlue disabled:bg-white disabled:cursor-not-allowed",
|
|
67
69
|
[B.SecondaryBlue]: "bg-lightBlue text-blue hover:bg-grayBlue disabled:bg-white disabled:text-lightBlue5 disabled:cursor-not-allowed",
|
|
@@ -74,15 +76,15 @@ const vt = {
|
|
|
74
76
|
{
|
|
75
77
|
className: F(
|
|
76
78
|
"flex items-center justify-center gap-2 border-none font-i font-medium cursor-pointer w-fit ",
|
|
77
|
-
|
|
78
|
-
|
|
79
|
+
w[t],
|
|
80
|
+
k[i],
|
|
79
81
|
p
|
|
80
82
|
),
|
|
81
|
-
ref:
|
|
82
|
-
...
|
|
83
|
+
ref: C,
|
|
84
|
+
..._,
|
|
83
85
|
children: [
|
|
84
86
|
r ? /* @__PURE__ */ n("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" }) : o && /* @__PURE__ */ n("span", { className: "flex items-center", children: o }),
|
|
85
|
-
e,
|
|
87
|
+
d || e,
|
|
86
88
|
s && /* @__PURE__ */ n("span", { className: "flex items-center", children: s })
|
|
87
89
|
]
|
|
88
90
|
}
|
|
@@ -315,10 +317,10 @@ const Di = {
|
|
|
315
317
|
dataType: "array",
|
|
316
318
|
label: "Карточки",
|
|
317
319
|
data: {
|
|
318
|
-
title:
|
|
319
|
-
description:
|
|
320
|
-
image:
|
|
321
|
-
is_black:
|
|
320
|
+
title: Q.TITLE,
|
|
321
|
+
description: Q.DESCRIPTION,
|
|
322
|
+
image: Q.FILE,
|
|
323
|
+
is_black: Q.BOOLEAN,
|
|
322
324
|
variant: {
|
|
323
325
|
options: [
|
|
324
326
|
{
|
|
@@ -330,7 +332,7 @@ const Di = {
|
|
|
330
332
|
value: ot.SMALL
|
|
331
333
|
}
|
|
332
334
|
],
|
|
333
|
-
type:
|
|
335
|
+
type: Q.VARIANT
|
|
334
336
|
}
|
|
335
337
|
}
|
|
336
338
|
}, Li = [Di, "title", "grid", vt], Lt = ({
|
|
@@ -426,7 +428,13 @@ const Bi = {
|
|
|
426
428
|
[`col-span-${p}`]: d(C, i)
|
|
427
429
|
}),
|
|
428
430
|
target: "_blank",
|
|
429
|
-
children: /* @__PURE__ */ n(
|
|
431
|
+
children: /* @__PURE__ */ n(
|
|
432
|
+
P,
|
|
433
|
+
{
|
|
434
|
+
className: "font-[Inter] h-[56px] mx-auto px-[32px] py-[12px] max-tablet:px-[32px] max-tablet:py-[12px]",
|
|
435
|
+
title: _ == null ? void 0 : _.title
|
|
436
|
+
}
|
|
437
|
+
)
|
|
430
438
|
}
|
|
431
439
|
))
|
|
432
440
|
}
|
|
@@ -744,7 +752,7 @@ var he = (e) => I(e) && !Ae(e) ? e : {
|
|
|
744
752
|
return {};
|
|
745
753
|
const ce = d ? d[0] : p, ie = (v) => {
|
|
746
754
|
s && ce.reportValidity && (ce.setCustomValidity(ne(v) ? "" : v || ""), ce.reportValidity());
|
|
747
|
-
}, T = {}, Ce = Je(p), me = Ne(p), Te = Ce || me,
|
|
755
|
+
}, T = {}, Ce = Je(p), me = Ne(p), Te = Ce || me, J = (pe || Qe(p)) && E(p.value) && E(N) || Me(p) && p.value === "" || N === "" || Array.isArray(N) && !N.length, xe = Ri.bind(null, M, r, T), ae = (v, L, A, j = de.maxLength, $ = de.minLength) => {
|
|
748
756
|
const re = v ? L : A;
|
|
749
757
|
T[M] = {
|
|
750
758
|
type: v ? j : $,
|
|
@@ -753,7 +761,7 @@ var he = (e) => I(e) && !Ae(e) ? e : {
|
|
|
753
761
|
...xe(v ? j : $, re)
|
|
754
762
|
};
|
|
755
763
|
};
|
|
756
|
-
if (o ? !Array.isArray(N) || !N.length : _ && (!Te && (
|
|
764
|
+
if (o ? !Array.isArray(N) || !N.length : _ && (!Te && (J || G(N)) || ne(N) && !N || me && !It(d).isValid || Ce && !Tt(d).isValid)) {
|
|
757
765
|
const { value: v, message: L } = Ve(_) ? { value: !!_, message: _ } : he(_);
|
|
758
766
|
if (v && (T[M] = {
|
|
759
767
|
type: de.required,
|
|
@@ -763,7 +771,7 @@ var he = (e) => I(e) && !Ae(e) ? e : {
|
|
|
763
771
|
}, !r))
|
|
764
772
|
return ie(L), T;
|
|
765
773
|
}
|
|
766
|
-
if (!
|
|
774
|
+
if (!J && (!G(k) || !G(h))) {
|
|
767
775
|
let v, L;
|
|
768
776
|
const A = he(h), j = he(k);
|
|
769
777
|
if (!G(N) && !isNaN(N)) {
|
|
@@ -776,12 +784,12 @@ var he = (e) => I(e) && !Ae(e) ? e : {
|
|
|
776
784
|
if ((v || L) && (ae(!!v, A.message, j.message, de.max, de.min), !r))
|
|
777
785
|
return ie(T[M].message), T;
|
|
778
786
|
}
|
|
779
|
-
if ((C || w) && !
|
|
787
|
+
if ((C || w) && !J && (le(N) || o && Array.isArray(N))) {
|
|
780
788
|
const v = he(C), L = he(w), A = !G(v.value) && N.length > +v.value, j = !G(L.value) && N.length < +L.value;
|
|
781
789
|
if ((A || j) && (ae(A, v.message, L.message), !r))
|
|
782
790
|
return ie(T[M].message), T;
|
|
783
791
|
}
|
|
784
|
-
if (te && !
|
|
792
|
+
if (te && !J && le(N)) {
|
|
785
793
|
const { value: v, message: L } = he(te);
|
|
786
794
|
if (Ae(v) && !N.match(v) && (T[M] = {
|
|
787
795
|
type: de.pattern,
|
|
@@ -875,7 +883,7 @@ function Yi(e = {}) {
|
|
|
875
883
|
clearTimeout(C), C = setTimeout(a, l);
|
|
876
884
|
}, M = async (a) => {
|
|
877
885
|
if (!t.disabled && (w.isValid || k.isValid || a)) {
|
|
878
|
-
const l = t.resolver ? Z((await me()).errors) : await
|
|
886
|
+
const l = t.resolver ? Z((await me()).errors) : await J(r, !0);
|
|
879
887
|
l !== i.isValid && h.state.next({
|
|
880
888
|
isValid: l
|
|
881
889
|
});
|
|
@@ -971,7 +979,7 @@ function Yi(e = {}) {
|
|
|
971
979
|
else
|
|
972
980
|
i.errors = l;
|
|
973
981
|
return l;
|
|
974
|
-
},
|
|
982
|
+
}, J = async (a, l, c = {
|
|
975
983
|
valid: !0
|
|
976
984
|
}) => {
|
|
977
985
|
for (const g in a) {
|
|
@@ -986,7 +994,7 @@ function Yi(e = {}) {
|
|
|
986
994
|
break;
|
|
987
995
|
!l && (b(z, m.name) ? D ? Ji(i.errors, z, m.name) : S(i.errors, m.name, z[m.name]) : q(i.errors, m.name));
|
|
988
996
|
}
|
|
989
|
-
!Z(f) && await
|
|
997
|
+
!Z(f) && await J(f, l, c);
|
|
990
998
|
}
|
|
991
999
|
}
|
|
992
1000
|
return c.valid;
|
|
@@ -1056,7 +1064,7 @@ function Yi(e = {}) {
|
|
|
1056
1064
|
V = lt.error, c = lt.name, z = Z(nt);
|
|
1057
1065
|
}
|
|
1058
1066
|
} else
|
|
1059
|
-
pe([c], !0), V = (await _t(u, d.disabled, o, te, t.shouldUseNativeValidation))[c], pe([c]), m(Le), g && (V ? z = !1 : (w.isValid || k.isValid) && (z = await
|
|
1067
|
+
pe([c], !0), V = (await _t(u, d.disabled, o, te, t.shouldUseNativeValidation))[c], pe([c]), m(Le), g && (V ? z = !1 : (w.isValid || k.isValid) && (z = await J(r, !0)));
|
|
1060
1068
|
g && (u._f.deps && fe(u._f.deps), Ce(c, z, V, Ue));
|
|
1061
1069
|
}
|
|
1062
1070
|
}, ke = (a, l) => {
|
|
@@ -1071,8 +1079,8 @@ function Yi(e = {}) {
|
|
|
1071
1079
|
} else
|
|
1072
1080
|
a ? (g = (await Promise.all(u.map(async (m) => {
|
|
1073
1081
|
const f = b(r, m);
|
|
1074
|
-
return await
|
|
1075
|
-
}))).every(Boolean), !(!g && !i.isValid) && M()) : g = c = await
|
|
1082
|
+
return await J(f && f._f ? { [m]: f } : f);
|
|
1083
|
+
}))).every(Boolean), !(!g && !i.isValid) && M()) : g = c = await J(r);
|
|
1076
1084
|
return h.state.next({
|
|
1077
1085
|
...!le(a) || (w.isValid || k.isValid) && c !== i.isValid ? {} : { name: a },
|
|
1078
1086
|
...t.resolver || !a ? { isValid: c } : {},
|
|
@@ -1198,7 +1206,7 @@ function Yi(e = {}) {
|
|
|
1198
1206
|
const { errors: m, values: f } = await me();
|
|
1199
1207
|
i.errors = m, u = f;
|
|
1200
1208
|
} else
|
|
1201
|
-
await
|
|
1209
|
+
await J(r);
|
|
1202
1210
|
if (d.disabled.size)
|
|
1203
1211
|
for (const m of d.disabled)
|
|
1204
1212
|
S(u, m, void 0);
|
package/dist/AllComponents.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a7 as y, a6 as z } from "./AllComponents-
|
|
1
|
+
import { a7 as y, a6 as z } from "./AllComponents-7aa1a7f1.js";
|
|
2
2
|
import "./AnimatedSwiper/index.js";
|
|
3
3
|
import "./CardIconList/CardIconList.js";
|
|
4
4
|
import "./CardImageSecondaryList/CardImageSecondaryList.js";
|
package/dist/Banner/Banner.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "./types.js";
|
|
3
|
-
import { B as n } from "../AllComponents-
|
|
3
|
+
import { B as n } from "../AllComponents-7aa1a7f1.js";
|
|
4
4
|
import "../ComponentContainer-0fcc2695.js";
|
|
5
5
|
import "../index-60dfa873.js";
|
|
6
6
|
import "../cn-d8c04b28.js";
|
package/dist/Banner/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../Cards/CardImage/CardImage.js";
|
|
3
3
|
import "../Cards/CardImage/types.js";
|
|
4
4
|
import "../Types/FiledTypes.js";
|
|
5
|
-
import { C as s } from "../AllComponents-
|
|
5
|
+
import { C as s } from "../AllComponents-7aa1a7f1.js";
|
|
6
6
|
import "../ComponentContainer-0fcc2695.js";
|
|
7
7
|
import "../cn-d8c04b28.js";
|
|
8
8
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../ComponentContainer-0fcc2695.js";
|
|
4
|
-
import { f as a } from "../AllComponents-
|
|
4
|
+
import { f as a } from "../AllComponents-7aa1a7f1.js";
|
|
5
5
|
import "../cn-d8c04b28.js";
|
|
6
6
|
export {
|
|
7
7
|
a as CardInfoTable
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../model-bc7ae7c3.js";
|
|
3
|
-
import { W as a } from "../../AllComponents-
|
|
3
|
+
import { W as a } from "../../AllComponents-7aa1a7f1.js";
|
|
4
4
|
import "../../ComponentContainer-0fcc2695.js";
|
|
5
5
|
import "../../cn-d8c04b28.js";
|
|
6
6
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { i as l } from "../../../AllComponents-
|
|
2
|
+
import { i as l } from "../../../AllComponents-7aa1a7f1.js";
|
|
3
3
|
import "../../../model-bc7ae7c3.js";
|
|
4
4
|
import "../../../ComponentContainer-0fcc2695.js";
|
|
5
5
|
import "../../../index-60dfa873.js";
|
package/dist/Faq/Faq.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "./components/Collapse/Collapse.js";
|
|
3
|
-
import { F as a } from "../AllComponents-
|
|
3
|
+
import { F as a } from "../AllComponents-7aa1a7f1.js";
|
|
4
4
|
import "../HtmlContent/HtmlContent.js";
|
|
5
5
|
import "../ComponentContainer-0fcc2695.js";
|
|
6
6
|
export {
|
package/dist/Faq/index.js
CHANGED
package/dist/InfoBanner/index.js
CHANGED
package/dist/MainBanner/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as n, Fragment as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../componentsMap-
|
|
2
|
+
import { c as i } from "../componentsMap-678541b7.js";
|
|
3
3
|
const d = ({ components: o, device: m }) => /* @__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 { j as a, k as t, l as s, m as n, n as D, o as r, p as e, q as i, r as o, s as d, t as l, u as C, v as L, w as B, x as m, y as w, z as p, A as I, E as g, G as F, H as S, J as c, K as u, L as M, N as P, O as f, Q as T, R as V, T as x, U as y, X as W, Y as b, Z as k, _ as q, $ as v, a0 as A, a1 as E } from "../AllComponents-
|
|
1
|
+
import { j as a, k as t, l as s, m as n, n as D, o as r, p as e, q as i, r as o, s as d, t as l, u as C, v as L, w as B, x as m, y as w, z as p, A as I, E as g, G as F, H as S, J as c, K as u, L as M, N as P, O as f, Q as T, R as V, T as x, U as y, X as W, Y as b, Z as k, _ as q, $ as v, a0 as A, a1 as E } from "../AllComponents-7aa1a7f1.js";
|
|
2
2
|
const N = [
|
|
3
3
|
a,
|
|
4
4
|
t,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../../../cn-d8c04b28.js";
|
|
3
3
|
import "../../../HtmlContent/HtmlContent.js";
|
|
4
|
-
import { a9 as a } from "../../../AllComponents-
|
|
4
|
+
import { a9 as a } from "../../../AllComponents-7aa1a7f1.js";
|
|
5
5
|
import "../../../index-60dfa873.js";
|
|
6
6
|
export {
|
|
7
7
|
a as CardWarning
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../ComponentContainer-0fcc2695.js";
|
|
3
3
|
import "../cn-d8c04b28.js";
|
|
4
4
|
import "./components/CardMarkedRow/index.js";
|
|
5
|
-
import { g as i } from "../AllComponents-
|
|
5
|
+
import { g as i } from "../AllComponents-7aa1a7f1.js";
|
|
6
6
|
export {
|
|
7
7
|
i as StandartTable
|
|
8
8
|
};
|
package/dist/Stepper/Stepper.js
CHANGED
package/dist/Stepper/index.js
CHANGED
package/dist/Types/FiledTypes.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var
|
|
1
|
+
var t = /* @__PURE__ */ ((n) => (n.STRING = "string", n.NUMBER = "number", n.BOOLEAN = "boolean", n.ARRAY = "array", n.OBJECT = "object", n.FUNCTION = "function", n.UNDEFINED = "undefined", n.NULL = "null", n.SYMBOL = "symbol", n.BIGINT = "bigint", n.DATE = "date", n.REGEXP = "regexp", n.FILE = "file", n.TITLE = "title", n.DESCRIPTION = "description", n.VARIANT = "variant", n.LINK = "link", n.COMPONENT = "component", n.CLASSNAME = "classname", n.COLOR = "color", n.TITLE_TEXT = "title_text", n.NODE = "node", n))(t || {});
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
t as FieldTypes
|
|
4
4
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import r from "./AnimatedSwiper/index.js";
|
|
2
|
-
import { B as o, C as a, S as i, a as t, M as n, W as s, F as e, D as m, b as p, c as d, d as f, I as l, P as L, e as B, V as C, f as F, g as w, h as I, i as c } from "./AllComponents-
|
|
2
|
+
import { B as o, C as a, S as i, a as t, M as n, W as s, F as e, D as m, b as p, c as d, d as f, I as l, P as L, e as B, V as C, f as F, g as w, h as I, i as c } from "./AllComponents-7aa1a7f1.js";
|
|
3
3
|
import { CardIconList as M } from "./CardIconList/CardIconList.js";
|
|
4
4
|
import { CardImageSecondaryList as S } from "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
5
5
|
import { EmptyBox as g } from "./EmptyBox/EmptyBox.js";
|
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ConfigProvider as e } from "./ConfigProvider/index.js";
|
|
2
|
-
import { a7 as t, a6 as n, B as s, a5 as i, C as m, a2 as p, a as l, D as d, c as f, b as x, d as C, F, a3 as P, I as u, M as I, a4 as c, P as w, S as B, W as L } from "./AllComponents-
|
|
2
|
+
import { a7 as t, a6 as n, B as s, a5 as i, C as m, a2 as p, a as l, D as d, c as f, b as x, d as C, F, a3 as P, I as u, M as I, a4 as c, P as w, S as B, W as L } from "./AllComponents-7aa1a7f1.js";
|
|
3
3
|
import { BannerAndText as g } from "./BannerAndText/index.js";
|
|
4
4
|
import { Segments as V } from "./Segments/Segments.js";
|
|
5
5
|
import { VideoFull as v } from "./Video/VideoFull/VideoFull.js";
|