rc-lib-ui 1.0.14 → 1.0.16
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/Preloaders/components/Ball/Ball.css +1 -1
- package/dist/Preloaders/components/Ball/Ball.js +23 -23
- package/dist/Preloaders/components/Cube/Cube.d.ts +2 -0
- package/dist/Preloaders/components/Cube/Cube.js +20 -20
- package/dist/Preloaders/components/Spinner3D/Spinner3D.d.ts +2 -0
- package/dist/Preloaders/components/Spinner3D/Spinner3D.js +20 -20
- package/dist/Preloaders/components/SpinnerBorder/SpinnerBorder.d.ts +2 -0
- package/dist/Preloaders/components/SpinnerBorder/SpinnerBorder.js +16 -16
- package/dist/Preloaders/components/SpinnerGrow/SpinnerGrow.d.ts +2 -0
- package/dist/Preloaders/components/SpinnerGrow/SpinnerGrow.js +10 -10
- package/dist/Preloaders/components/Time/Time.d.ts +2 -0
- package/dist/Preloaders/components/Time/Time.js +11 -11
- package/package.json +4 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._wrap_12lav_1{display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;right:0;left:0;z-index:105}._inner_12lav_13{position:relative;display:flex;justify-content:center;flex-direction:column}._loader_12lav_20{margin:0 auto;position:relative;top:0;bottom:0;width:100px;height:100px;-webkit-perspective:780px;perspective:780px}._item_12lav_31{position:absolute;width:100%;height:100%;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}._item_12lav_31._one_12lav_46{left:0%;top:0%;animation:_cssload-rotate-one_12lav_1 1.15s linear infinite;-o-animation:_cssload-rotate-one_12lav_1 1.15s linear infinite;-ms-animation:_cssload-rotate-one_12lav_1 1.15s linear infinite;-webkit-animation:_cssload-rotate-one_12lav_1 1.15s linear infinite;-moz-animation:_cssload-rotate-one_12lav_1 1.15s linear infinite;border-bottom:3px solid #5C5EDC}._item_12lav_31._two_12lav_56{right:0%;top:0%;animation:_cssload-rotate-two_12lav_1 1.15s linear infinite;-o-animation:_cssload-rotate-two_12lav_1 1.15s linear infinite;-ms-animation:_cssload-rotate-two_12lav_1 1.15s linear infinite;-webkit-animation:_cssload-rotate-two_12lav_1 1.15s linear infinite;-moz-animation:_cssload-rotate-two_12lav_1 1.15s linear infinite;border-right:3px solid rgba(76,70,101,.99)}._item_12lav_31._three_12lav_66{right:0%;bottom:0%;animation:_cssload-rotate-three_12lav_1 1.15s linear infinite;-o-animation:_cssload-rotate-three_12lav_1 1.15s linear infinite;-ms-animation:_cssload-rotate-three_12lav_1 1.15s linear infinite;-webkit-animation:_cssload-rotate-three_12lav_1 1.15s linear infinite;-moz-animation:_cssload-rotate-three_12lav_1 1.15s linear infinite;border-top:3px solid #e9908a}._text_12lav_77{padding:0;text-wrap:nowrap;z-index:106;text-align:center;margin:30px 0;animation:_textAnim_12lav_1 .5s linear infinite alternate}@keyframes _textAnim_12lav_1{0%{color:#d3d2d6fc}to{color:#a1a0a2fc}}@keyframes _cssload-rotate-one_12lav_1{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(360deg)}}@keyframes _cssload-rotate-two_12lav_1{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0)}to{transform:rotateX(50deg) rotateY(10deg) rotate(360deg)}}@keyframes _cssload-rotate-three_12lav_1{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0)}to{transform:rotateX(35deg) rotateY(55deg) rotate(360deg)}}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
3
|
import { Box as e } from "@mui/material";
|
|
4
|
-
import './Ball.css';const
|
|
5
|
-
wrap:
|
|
6
|
-
inner:
|
|
7
|
-
loader:
|
|
8
|
-
item:
|
|
9
|
-
one:
|
|
10
|
-
"cssload-rotate-one": "_cssload-rotate-
|
|
11
|
-
cssloadRotateOne:
|
|
12
|
-
two:
|
|
13
|
-
"cssload-rotate-two": "_cssload-rotate-
|
|
14
|
-
cssloadRotateTwo:
|
|
15
|
-
three:
|
|
16
|
-
"cssload-rotate-three": "_cssload-rotate-
|
|
17
|
-
cssloadRotateThree:
|
|
18
|
-
text:
|
|
19
|
-
textAnim:
|
|
20
|
-
},
|
|
21
|
-
|
|
22
|
-
/* @__PURE__ */
|
|
4
|
+
import './Ball.css';const n = "_wrap_12lav_1", m = "_inner_12lav_13", d = "_loader_12lav_20", i = "_item_12lav_31", v = "_one_12lav_46", w = "_cssload-rotate-one_12lav_1", h = "_two_12lav_56", p = "_cssload-rotate-two_12lav_1", x = "_three_12lav_66", R = "_cssload-rotate-three_12lav_1", N = "_text_12lav_77", $ = "_textAnim_12lav_1", t = {
|
|
5
|
+
wrap: n,
|
|
6
|
+
inner: m,
|
|
7
|
+
loader: d,
|
|
8
|
+
item: i,
|
|
9
|
+
one: v,
|
|
10
|
+
"cssload-rotate-one": "_cssload-rotate-one_12lav_1",
|
|
11
|
+
cssloadRotateOne: w,
|
|
12
|
+
two: h,
|
|
13
|
+
"cssload-rotate-two": "_cssload-rotate-two_12lav_1",
|
|
14
|
+
cssloadRotateTwo: p,
|
|
15
|
+
three: x,
|
|
16
|
+
"cssload-rotate-three": "_cssload-rotate-three_12lav_1",
|
|
17
|
+
cssloadRotateThree: R,
|
|
18
|
+
text: N,
|
|
19
|
+
textAnim: $
|
|
20
|
+
}, f = l.forwardRef(({ text: a, sx: r, textPosition: _ = "top" }, c) => /* @__PURE__ */ o(e, { sx: r, className: t.wrap, ref: c, children: /* @__PURE__ */ s(e, { className: t.inner, children: [
|
|
21
|
+
a && /* @__PURE__ */ o(e, { sx: { order: _ === "top" ? 0 : 1 }, component: "p", className: t.text, children: a }),
|
|
22
|
+
/* @__PURE__ */ s(e, { className: t.loader, children: [
|
|
23
23
|
/* @__PURE__ */ o(e, { className: `${t.item} ${t.one}` }),
|
|
24
24
|
/* @__PURE__ */ o(e, { className: `${t.item} ${t.two}` }),
|
|
25
25
|
/* @__PURE__ */ o(e, { className: `${t.item} ${t.three}` })
|
|
26
26
|
] })
|
|
27
|
-
] }) })),
|
|
27
|
+
] }) })), j = l.memo(f);
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
j as Ball
|
|
30
30
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { SxProps } from '@mui/material';
|
|
1
2
|
export interface CubeProps {
|
|
2
3
|
color?: string;
|
|
4
|
+
sx?: SxProps;
|
|
3
5
|
}
|
|
4
6
|
export declare const Cube: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<CubeProps & import('react').RefAttributes<HTMLDivElement>>>;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
2
|
-
import { forwardRef as
|
|
3
|
-
import
|
|
4
|
-
import { Box as
|
|
5
|
-
import './Cube.css';const
|
|
6
|
-
wrap:
|
|
7
|
-
loader:
|
|
1
|
+
import { jsx as e, jsxs as _ } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef as u, memo as n } from "react";
|
|
3
|
+
import a from "classnames";
|
|
4
|
+
import { Box as r } from "@mui/material";
|
|
5
|
+
import './Cube.css';const m = "_wrap_1bgo9_1", l = "_loader_1bgo9_14", d = "_cube_1bgo9_22", f = "_cube-loader_1bgo9_1", g = "_two_1bgo9_43", i = "_three_1bgo9_50", p = "_four_1bgo9_57", o = {
|
|
6
|
+
wrap: m,
|
|
7
|
+
loader: l,
|
|
8
8
|
cube: d,
|
|
9
9
|
"cube-loader": "_cube-loader_1bgo9_1",
|
|
10
|
-
cubeLoader:
|
|
11
|
-
two:
|
|
12
|
-
three:
|
|
13
|
-
four:
|
|
14
|
-
},
|
|
15
|
-
const
|
|
16
|
-
return /* @__PURE__ */ e(
|
|
17
|
-
/* @__PURE__ */ e(
|
|
18
|
-
/* @__PURE__ */ e(
|
|
19
|
-
/* @__PURE__ */ e(
|
|
20
|
-
/* @__PURE__ */ e(
|
|
10
|
+
cubeLoader: f,
|
|
11
|
+
two: g,
|
|
12
|
+
three: i,
|
|
13
|
+
four: p
|
|
14
|
+
}, w = u(({ color: s = "primary", sx: b }, t) => {
|
|
15
|
+
const c = s.startsWith("#") ? s : `${s}.main`;
|
|
16
|
+
return /* @__PURE__ */ e(r, { sx: b, className: o.wrap, ref: t, children: /* @__PURE__ */ _("div", { className: o.loader, children: [
|
|
17
|
+
/* @__PURE__ */ e(r, { sx: { "&::before": { backgroundColor: c } }, className: a(o.cube, o.one) }),
|
|
18
|
+
/* @__PURE__ */ e(r, { sx: { "&::before": { backgroundColor: c } }, className: a(o.cube, o.two) }),
|
|
19
|
+
/* @__PURE__ */ e(r, { sx: { "&::before": { backgroundColor: c } }, className: a(o.cube, o.four) }),
|
|
20
|
+
/* @__PURE__ */ e(r, { sx: { "&::before": { backgroundColor: c } }, className: a(o.cube, o.three) })
|
|
21
21
|
] }) });
|
|
22
|
-
}),
|
|
22
|
+
}), k = n(w);
|
|
23
23
|
export {
|
|
24
|
-
|
|
24
|
+
k as Cube
|
|
25
25
|
};
|
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import { SxProps } from '@mui/material';
|
|
1
2
|
import { default as React } from 'react';
|
|
2
3
|
export interface Spinner3DProps {
|
|
3
4
|
text?: string;
|
|
4
5
|
bgColor?: string;
|
|
5
6
|
color?: string;
|
|
6
7
|
isBgGradient?: boolean;
|
|
8
|
+
sx?: SxProps;
|
|
7
9
|
}
|
|
8
10
|
export declare const Spinner3D: React.MemoExoticComponent<React.ForwardRefExoticComponent<Spinner3DProps & React.RefAttributes<HTMLDivElement>>>;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsx as t, jsxs as
|
|
2
|
-
import { styled as
|
|
3
|
-
import
|
|
4
|
-
import './Spinner3D.css';const
|
|
5
|
-
pl:
|
|
6
|
-
pl__dot:
|
|
7
|
-
plDot:
|
|
8
|
-
shadow:
|
|
9
|
-
pushInOut1:
|
|
10
|
-
pushInOut2:
|
|
11
|
-
pl__text:
|
|
12
|
-
plText:
|
|
13
|
-
},
|
|
14
|
-
|
|
1
|
+
import { jsx as t, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import { styled as c, Box as m } from "@mui/material";
|
|
3
|
+
import r, { forwardRef as h } from "react";
|
|
4
|
+
import './Spinner3D.css';const u = "_pl_nmy83_1", v = "_pl__dot_nmy83_13", N = "_pl__dot_nmy83_13", x = "_shadow_nmy83_1", y = "_pushInOut1_nmy83_1", g = "_pushInOut2_nmy83_1", I = "_pl__text_nmy83_139", f = "_pl__text_nmy83_139", s = {
|
|
5
|
+
pl: u,
|
|
6
|
+
pl__dot: v,
|
|
7
|
+
plDot: N,
|
|
8
|
+
shadow: x,
|
|
9
|
+
pushInOut1: y,
|
|
10
|
+
pushInOut2: g,
|
|
11
|
+
pl__text: I,
|
|
12
|
+
plText: f
|
|
13
|
+
}, O = c(
|
|
14
|
+
m,
|
|
15
15
|
{
|
|
16
16
|
shouldForwardProp: (_) => !["isBgGradient"].includes(_)
|
|
17
17
|
}
|
|
@@ -30,9 +30,9 @@ import './Spinner3D.css';const h = "_pl_nmy83_1", u = "_pl__dot_nmy83_13", v = "
|
|
|
30
30
|
placeItems: "center"
|
|
31
31
|
// transition: 'backgroundColor $trans-dur, color $trans-dur'
|
|
32
32
|
})
|
|
33
|
-
),
|
|
34
|
-
const
|
|
35
|
-
return /* @__PURE__ */ t(
|
|
33
|
+
), w = h(({ sx: _ = {}, isBgGradient: a = !0, text: e = "", bgColor: o = "", color: l = "primary" }, d) => {
|
|
34
|
+
const p = o.startsWith("#") ? o : `${o}.main`, n = l.startsWith("#") ? l : `${l}.main`;
|
|
35
|
+
return /* @__PURE__ */ t(O, { bgcolor: p, sx: { color: n, ..._ }, ref: d, isBgGradient: a, children: /* @__PURE__ */ i("div", { className: s.pl, children: [
|
|
36
36
|
/* @__PURE__ */ t("div", { className: s.pl__dot }),
|
|
37
37
|
/* @__PURE__ */ t("div", { className: s.pl__dot }),
|
|
38
38
|
/* @__PURE__ */ t("div", { className: s.pl__dot }),
|
|
@@ -45,9 +45,9 @@ import './Spinner3D.css';const h = "_pl_nmy83_1", u = "_pl__dot_nmy83_13", v = "
|
|
|
45
45
|
/* @__PURE__ */ t("div", { className: s.pl__dot }),
|
|
46
46
|
/* @__PURE__ */ t("div", { className: s.pl__dot }),
|
|
47
47
|
/* @__PURE__ */ t("div", { className: s.pl__dot }),
|
|
48
|
-
/* @__PURE__ */ t("div", { className: s.pl__text, children:
|
|
48
|
+
/* @__PURE__ */ t("div", { className: s.pl__text, children: e })
|
|
49
49
|
] }) });
|
|
50
|
-
}),
|
|
50
|
+
}), j = r.memo(w);
|
|
51
51
|
export {
|
|
52
|
-
|
|
52
|
+
j as Spinner3D
|
|
53
53
|
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { SxProps } from '@mui/material';
|
|
1
2
|
export type StringProps_OR = 'className' | 'classNameBody' | 'text';
|
|
2
3
|
export interface SpinnerBorderProps extends Partial<Record<StringProps_OR, string>> {
|
|
3
4
|
bgColor?: string;
|
|
4
5
|
size?: number;
|
|
6
|
+
sx?: SxProps;
|
|
5
7
|
}
|
|
6
8
|
export declare const SpinnerBorder: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SpinnerBorderProps & import('react').RefAttributes<HTMLDivElement>>>;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as d, jsx as s } from "react/jsx-runtime";
|
|
2
2
|
import { Box as e } from "@mui/material";
|
|
3
3
|
import t from "classnames";
|
|
4
|
-
import { forwardRef as
|
|
5
|
-
import './SpinnerBorder.css';const
|
|
6
|
-
wrap:
|
|
7
|
-
spinner:
|
|
8
|
-
SpinnerBorderAnim:
|
|
9
|
-
spinnerBorderAnim:
|
|
10
|
-
spinnerSm:
|
|
11
|
-
text:
|
|
12
|
-
},
|
|
13
|
-
const
|
|
14
|
-
return /* @__PURE__ */
|
|
15
|
-
/* @__PURE__ */ s(e, { className: t(`${r.spinner} ${r.spinnerSm}`,
|
|
16
|
-
/* @__PURE__ */ s(e, { className: t("SpinnerBorder-Text", r.text), children:
|
|
4
|
+
import { forwardRef as x, memo as S } from "react";
|
|
5
|
+
import './SpinnerBorder.css';const B = "_wrap_9qvjt_1", j = "_spinner_9qvjt_12", f = "_SpinnerBorderAnim_9qvjt_1", h = "_SpinnerBorderAnim_9qvjt_1", q = "_spinnerSm_9qvjt_23", v = "_text_9qvjt_29", r = {
|
|
6
|
+
wrap: B,
|
|
7
|
+
spinner: j,
|
|
8
|
+
SpinnerBorderAnim: f,
|
|
9
|
+
spinnerBorderAnim: h,
|
|
10
|
+
spinnerSm: q,
|
|
11
|
+
text: v
|
|
12
|
+
}, w = x(({ sx: o = {}, bgColor: n = "primary", size: i = 16, className: p, classNameBody: m, text: _ = "" }, c) => {
|
|
13
|
+
const a = n.startsWith("#") ? n : `${n}.main`;
|
|
14
|
+
return /* @__PURE__ */ d(e, { className: t(r.wrap, p), sx: { color: a, ...o }, children: [
|
|
15
|
+
/* @__PURE__ */ s(e, { className: t(`${r.spinner} ${r.spinnerSm}`, m), sx: { width: i, height: i }, ref: c }),
|
|
16
|
+
/* @__PURE__ */ s(e, { className: t("SpinnerBorder-Text", r.text), children: _ })
|
|
17
17
|
] });
|
|
18
|
-
}),
|
|
18
|
+
}), u = S(w);
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
u as SpinnerBorder
|
|
21
21
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { SxProps } from '@mui/material';
|
|
1
2
|
export interface SpinnerGrowProps {
|
|
2
3
|
bgColor?: string;
|
|
4
|
+
sx?: SxProps;
|
|
3
5
|
}
|
|
4
6
|
export declare const SpinnerGrow: import('react').MemoExoticComponent<import('react').ForwardRefExoticComponent<SpinnerGrowProps & import('react').RefAttributes<HTMLDivElement>>>;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import { Box as e } from "@mui/material";
|
|
3
|
-
import { forwardRef as
|
|
4
|
-
import './SpinnerGrow.css';const
|
|
3
|
+
import { forwardRef as p, memo as m } from "react";
|
|
4
|
+
import './SpinnerGrow.css';const _ = "_spinner-grow_ex1su_1", a = "_spinner-grow-sm_ex1su_12", w = "_positionCenterByParent_ex1su_17", o = {
|
|
5
5
|
"spinner-grow": "_spinner-grow_ex1su_1",
|
|
6
|
-
spinnerGrow:
|
|
6
|
+
spinnerGrow: _,
|
|
7
7
|
"spinner-grow-sm": "_spinner-grow-sm_ex1su_12",
|
|
8
|
-
spinnerGrowSm:
|
|
9
|
-
positionCenterByParent:
|
|
10
|
-
},
|
|
11
|
-
const
|
|
12
|
-
return /* @__PURE__ */ n(e, { className: o.positionCenterByParent, id: "preloader", ref:
|
|
13
|
-
}),
|
|
8
|
+
spinnerGrowSm: a,
|
|
9
|
+
positionCenterByParent: w
|
|
10
|
+
}, c = p(({ sx: s, bgColor: r = "primary" }, i) => {
|
|
11
|
+
const t = r.startsWith("#") ? r : `${r}.main`;
|
|
12
|
+
return /* @__PURE__ */ n(e, { sx: s, className: o.positionCenterByParent, id: "preloader", ref: i, children: /* @__PURE__ */ n(e, { className: `${o["spinner-grow"]} `, bgcolor: t, role: "status" }) });
|
|
13
|
+
}), G = m(c);
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
G as SpinnerGrow
|
|
16
16
|
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { default as React, ReactNode } from 'react';
|
|
2
|
+
import { SxProps } from '@mui/material';
|
|
2
3
|
export interface TimeProps {
|
|
3
4
|
children?: ReactNode;
|
|
4
5
|
color?: string;
|
|
6
|
+
sx?: SxProps;
|
|
5
7
|
}
|
|
6
8
|
export declare const Time: React.MemoExoticComponent<React.ForwardRefExoticComponent<TimeProps & React.RefAttributes<HTMLDivElement>>>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import n, { forwardRef as l } from "react";
|
|
3
3
|
import { Box as c } from "@mui/material";
|
|
4
|
-
import './Time.css';const
|
|
5
|
-
clockLoader:
|
|
6
|
-
item:
|
|
7
|
-
spin:
|
|
8
|
-
},
|
|
4
|
+
import './Time.css';const d = "_clockLoader_t25hx_1", x = "_item_t25hx_13", _ = "_spin_t25hx_1", o = {
|
|
5
|
+
clockLoader: d,
|
|
6
|
+
item: x,
|
|
7
|
+
spin: _
|
|
8
|
+
}, f = l(({ sx: s, color: e = "primary", children: m }, a) => {
|
|
9
9
|
const r = e.startsWith("#") ? e : `${e}.main`;
|
|
10
|
-
return /* @__PURE__ */
|
|
10
|
+
return /* @__PURE__ */ i(c, { sx: s, className: `${o.clockLoader} d-flex flex-column`, ref: a, children: [
|
|
11
11
|
/* @__PURE__ */ t(
|
|
12
12
|
c,
|
|
13
13
|
{
|
|
@@ -18,9 +18,9 @@ import './Time.css';const l = "_clockLoader_t25hx_1", d = "_item_t25hx_13", x =
|
|
|
18
18
|
className: o.item
|
|
19
19
|
}
|
|
20
20
|
),
|
|
21
|
-
/* @__PURE__ */ t("div", { className: `${o.clockLoader} ${o.title}`, children:
|
|
21
|
+
/* @__PURE__ */ t("div", { className: `${o.clockLoader} ${o.title}`, children: m })
|
|
22
22
|
] });
|
|
23
|
-
}),
|
|
23
|
+
}), L = n.memo(f);
|
|
24
24
|
export {
|
|
25
|
-
|
|
25
|
+
L as Time
|
|
26
26
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rc-lib-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.16",
|
|
5
5
|
"author": "SinGlEBW",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|
|
@@ -33,10 +33,9 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"react-transition-group": "^4.4.5",
|
|
35
35
|
"classnames": "^2.5.1",
|
|
36
|
-
"@
|
|
37
|
-
"@emotion/
|
|
38
|
-
"@
|
|
39
|
-
"@mui/material": "^6.1.0"
|
|
36
|
+
"@emotion/react": "^11.11.4",
|
|
37
|
+
"@emotion/styled": "^11.11.5",
|
|
38
|
+
"@mui/material": "^5.15.15"
|
|
40
39
|
},
|
|
41
40
|
"peerDependencies": {
|
|
42
41
|
"react": "^18.2.0 || ^19.0.0",
|