meticulous-ui 2.6.2 → 2.8.0
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/README.md +1 -0
- package/components/Dropdown/Dropdown.js +56 -54
- package/components/Glass/Glass.js +4 -4
- package/components/Image/Image.js +49 -0
- package/components/Image/index.js +4 -0
- package/components/Image/styles.js +44 -0
- package/components/Input/Checkbox/Checkbox.js +23 -22
- package/components/Input/Checkbox/styles.js +1 -1
- package/components/Input/FileUploader/FileUploader.js +32 -21
- package/components/Input/Radio/Radio.js +20 -10
- package/components/Input/RadioGroup/RadioGroup.js +19 -17
- package/components/Loader/Loader.js +12 -12
- package/components/MenuItem/MenuItem.js +10 -8
- package/components/OtpInput/OtpInput.js +16 -15
- package/components/Pagination/Pagination.js +17 -14
- package/components/Selectbox/Selectbox.js +48 -46
- package/components/Shimmer/Shimmer.js +19 -3
- package/components/Shimmer/styles.js +3 -3
- package/components/Spinner/Spinner.js +14 -13
- package/components/Timer/Timer.js +35 -34
- package/components/Toast/Toast.js +26 -18
- package/components/Typography/Headings/H1.js +5 -5
- package/components/Typography/Headings/H2.js +5 -5
- package/components/Typography/Headings/H3.js +5 -5
- package/components/Typography/Headings/H4.js +5 -5
- package/components/Typography/Headings/H5.js +5 -5
- package/components/Typography/Headings/H6.js +5 -5
- package/components/VideoPlayer/VideoPlayer.js +18 -11
- package/index.js +40 -38
- package/package.json +3 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsxs as i, jsx as e, Fragment as B } from "react/jsx-runtime";
|
|
2
|
-
import { useState as n, useRef as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
2
|
+
import { useState as n, useRef as se, useEffect as F } from "react";
|
|
3
|
+
import oe from "../Glass/Glass.js";
|
|
4
|
+
import le from "./components/TimerRing/TimerRing.js";
|
|
5
5
|
import u from "../../colors/white.js";
|
|
6
|
-
import { Wrapper as
|
|
6
|
+
import { Wrapper as ce, Dimmer as de, Time as N, TimeTxt as E, HourHand as ue, MinuteHand as me, SecondHand as he, AllDots as pe, Dots as ge, AlarmRing as fe, BulletRing as Se, Bullet as be, LeftActions as Te, ActionBtn as m, MediaStopFilledWrapper as we, MediaPauseFilledWrapper as Ae, MediaPlayFilledWrapper as $e, RightActions as Re, AddWrapper as Pe } from "./styles.js";
|
|
7
7
|
const l = () => {
|
|
8
|
-
},
|
|
8
|
+
}, De = (h) => () => {
|
|
9
9
|
const a = (/* @__PURE__ */ new Date()).toLocaleString("en-Us", { hour12: !0, timeZone: h }).split(", ")[1].split(" ")[0], [g, r, c] = a.split(":").map(Number);
|
|
10
10
|
return {
|
|
11
11
|
second: c * 6,
|
|
12
12
|
minute: r * 6 + c * 0.1,
|
|
13
13
|
hour: g % 12 * 30 + r * 0.5
|
|
14
14
|
};
|
|
15
|
-
},
|
|
15
|
+
}, je = ({
|
|
16
16
|
color: h = "green",
|
|
17
17
|
showTime: H = !0,
|
|
18
18
|
showTimeWithSec: p = !0,
|
|
@@ -23,66 +23,67 @@ const l = () => {
|
|
|
23
23
|
onTimerComplete: U = l,
|
|
24
24
|
onTimerRemove: O = l,
|
|
25
25
|
onTimerPause: G = l,
|
|
26
|
-
onTimerPlay: K = l
|
|
26
|
+
onTimerPlay: K = l,
|
|
27
|
+
..._
|
|
27
28
|
}) => {
|
|
28
|
-
const [f,
|
|
29
|
+
const [f, q] = n(/* @__PURE__ */ new Date()), [s, S] = n(0), [d, b] = n(!1), [T, J] = n(De(a)), [Q, w] = n(0), [A, $] = n(!1), k = se(d);
|
|
29
30
|
F(() => {
|
|
30
31
|
k.current = d;
|
|
31
32
|
}, [d]);
|
|
32
|
-
const
|
|
33
|
+
const X = () => {
|
|
33
34
|
S(r), w(r % 60 * 6), b(!1), c();
|
|
34
|
-
}, X = () => {
|
|
35
|
-
$(!0), O();
|
|
36
35
|
}, Y = () => {
|
|
37
|
-
|
|
36
|
+
$(!0), O();
|
|
38
37
|
}, V = () => {
|
|
39
|
-
|
|
38
|
+
S(0), w(0), $(!1);
|
|
40
39
|
}, Z = () => {
|
|
40
|
+
b(!0), G();
|
|
41
|
+
}, ee = () => {
|
|
41
42
|
b(!1), K();
|
|
42
43
|
};
|
|
43
44
|
F(() => {
|
|
44
45
|
const L = setInterval(() => {
|
|
45
46
|
const o = /* @__PURE__ */ new Date();
|
|
46
|
-
|
|
47
|
-
const
|
|
47
|
+
q(o), J((t) => {
|
|
48
|
+
const te = o.toLocaleString("en-Us", { hour12: !0, timeZone: a }).split(", ")[1].split(" ")[0], [re, W, j] = te.split(":").map(Number), ie = j * 6, ne = W * 6 + j * 0.1, ae = re % 12 * 30 + W * 0.5, D = (v, x) => {
|
|
48
49
|
const z = v % 360;
|
|
49
50
|
return v - z + x + (x < z ? 360 : 0);
|
|
50
51
|
};
|
|
51
52
|
return {
|
|
52
|
-
second: D(t.second,
|
|
53
|
-
minute: D(t.minute,
|
|
54
|
-
hour: D(t.hour,
|
|
53
|
+
second: D(t.second, ie),
|
|
54
|
+
minute: D(t.minute, ne),
|
|
55
|
+
hour: D(t.hour, ae)
|
|
55
56
|
};
|
|
56
57
|
}), k.current || (S((t) => (t - 1 === 0 && (U(), $(!0)), t - 1)), w((t) => t - 6));
|
|
57
58
|
}, 1e3);
|
|
58
59
|
return () => clearInterval(L);
|
|
59
60
|
}, []);
|
|
60
61
|
const R = f.toLocaleString("en-Us", { hour12: !0, timeZone: a }).split(", ")[1], I = R.split(" ")[0], M = R.split(" ")[1], y = R.split(":").slice(0, 2).join(":"), P = !(Number.isInteger(s) && s > 0), C = `${p ? I : y} ${M}`;
|
|
61
|
-
return /* @__PURE__ */ i(
|
|
62
|
-
/* @__PURE__ */ e(
|
|
62
|
+
return /* @__PURE__ */ i(ce, { $color: h, role: "region", "aria-label": "Clock", ..._, children: [
|
|
63
|
+
/* @__PURE__ */ e(oe, { borderRadius: "1.2rem", "aria-hidden": "true" }),
|
|
63
64
|
H && /* @__PURE__ */ i(B, { children: [
|
|
64
|
-
/* @__PURE__ */ e(
|
|
65
|
+
/* @__PURE__ */ e(de, { "aria-hidden": "true" }),
|
|
65
66
|
g ? /* @__PURE__ */ i(N, { as: "time", dateTime: f.toISOString(), "aria-label": C, children: [
|
|
66
67
|
/* @__PURE__ */ e(E, { "aria-hidden": "true", children: p ? I : y }),
|
|
67
68
|
/* @__PURE__ */ e(E, { "aria-hidden": "true", children: M })
|
|
68
69
|
] }) : /* @__PURE__ */ i(N, { as: "time", dateTime: f.toISOString(), "aria-label": C, children: [
|
|
69
|
-
/* @__PURE__ */ e(
|
|
70
|
-
/* @__PURE__ */ e(
|
|
71
|
-
/* @__PURE__ */ e(
|
|
70
|
+
/* @__PURE__ */ e(ue, { $rotate: T.hour, "aria-hidden": "true" }),
|
|
71
|
+
/* @__PURE__ */ e(me, { $rotate: T.minute, "aria-hidden": "true" }),
|
|
72
|
+
/* @__PURE__ */ e(he, { $rotate: T.second, "aria-hidden": "true" })
|
|
72
73
|
] })
|
|
73
74
|
] }),
|
|
74
|
-
/* @__PURE__ */ e(
|
|
75
|
+
/* @__PURE__ */ e(pe, { "aria-hidden": "true", children: [...Array(60)].map((L, o) => /* @__PURE__ */ e(ge, { style: { rotate: `${o * 6}deg` } }, o)) }),
|
|
75
76
|
(!P || A) && /* @__PURE__ */ i(B, { children: [
|
|
76
77
|
/* @__PURE__ */ e(
|
|
77
|
-
|
|
78
|
+
fe,
|
|
78
79
|
{
|
|
79
80
|
$dismissing: A,
|
|
80
|
-
onAnimationEnd:
|
|
81
|
+
onAnimationEnd: V,
|
|
81
82
|
"aria-hidden": "true",
|
|
82
|
-
children: /* @__PURE__ */ e(
|
|
83
|
+
children: /* @__PURE__ */ e(le, { progress: s >= 60 ? 1 : s % 60 / 60 })
|
|
83
84
|
}
|
|
84
85
|
),
|
|
85
|
-
/* @__PURE__ */ e(
|
|
86
|
+
/* @__PURE__ */ e(Se, { $angle: Q, $dismissing: A, "aria-hidden": "true", children: /* @__PURE__ */ e(be, {}) }),
|
|
86
87
|
/* @__PURE__ */ e(
|
|
87
88
|
"span",
|
|
88
89
|
{
|
|
@@ -100,13 +101,13 @@ const l = () => {
|
|
|
100
101
|
}
|
|
101
102
|
)
|
|
102
103
|
] }),
|
|
103
|
-
/* @__PURE__ */ i(
|
|
104
|
-
/* @__PURE__ */ e(m, { onClick:
|
|
105
|
-
P || !d ? /* @__PURE__ */ e(m, { onClick:
|
|
104
|
+
/* @__PURE__ */ i(Te, { $noActions: P, children: [
|
|
105
|
+
/* @__PURE__ */ e(m, { onClick: Y, "aria-label": "Stop timer", children: /* @__PURE__ */ e(we, { color: u, size: 14, "aria-hidden": "true" }) }),
|
|
106
|
+
P || !d ? /* @__PURE__ */ e(m, { onClick: Z, "aria-label": "Pause timer", children: /* @__PURE__ */ e(Ae, { color: u, size: 14, "aria-hidden": "true" }) }) : /* @__PURE__ */ e(m, { onClick: ee, "aria-label": "Resume timer", children: /* @__PURE__ */ e($e, { color: u, size: 14, "aria-hidden": "true" }) })
|
|
106
107
|
] }),
|
|
107
|
-
/* @__PURE__ */ e(
|
|
108
|
+
/* @__PURE__ */ e(Re, { children: /* @__PURE__ */ e(m, { onClick: X, "aria-label": `Start ${r} second timer`, children: /* @__PURE__ */ e(Pe, { color: u, size: 20, "aria-hidden": "true" }) }) })
|
|
108
109
|
] });
|
|
109
110
|
};
|
|
110
111
|
export {
|
|
111
|
-
|
|
112
|
+
je as default
|
|
112
113
|
};
|
|
@@ -1,35 +1,43 @@
|
|
|
1
1
|
import { jsxs as n, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useState as f, useEffect as u } from "react";
|
|
3
|
-
import { Logo as
|
|
4
|
-
import
|
|
5
|
-
import { COLOR_MAP as
|
|
6
|
-
import { ToastWrapper as
|
|
7
|
-
const
|
|
3
|
+
import { Logo as S } from "./helpers.js";
|
|
4
|
+
import $ from "../../colors/grey.js";
|
|
5
|
+
import { COLOR_MAP as F, INFO as L, INFO_COLORS as N } from "./constants.js";
|
|
6
|
+
import { ToastWrapper as j, Message as w, Title as x, Subtitle as I, CloseWrapper as M } from "./styles.js";
|
|
7
|
+
const R = () => {
|
|
8
8
|
}, m = (o, e, t) => () => {
|
|
9
9
|
o(!0), setTimeout(() => {
|
|
10
10
|
e(!1), t();
|
|
11
11
|
}, 500);
|
|
12
|
-
},
|
|
13
|
-
|
|
12
|
+
}, b = ({
|
|
13
|
+
type: o = L,
|
|
14
|
+
visible: e = !0,
|
|
15
|
+
duration: t = 5,
|
|
16
|
+
onExpire: a = R,
|
|
17
|
+
title: l,
|
|
18
|
+
subtitle: i,
|
|
19
|
+
...d
|
|
20
|
+
}) => {
|
|
21
|
+
const [p, s] = f(e), [O, c] = f(!1);
|
|
14
22
|
u(() => {
|
|
15
23
|
s(e);
|
|
16
24
|
}, [e]), u(() => {
|
|
17
|
-
const
|
|
25
|
+
const C = setTimeout(m(c, s, a), t * 1e3 - 500);
|
|
18
26
|
return () => {
|
|
19
|
-
clearTimeout(
|
|
27
|
+
clearTimeout(C);
|
|
20
28
|
};
|
|
21
29
|
}, [t, m]);
|
|
22
|
-
const { main:
|
|
23
|
-
if (
|
|
24
|
-
return /* @__PURE__ */ n(
|
|
25
|
-
/* @__PURE__ */ r(
|
|
26
|
-
/* @__PURE__ */ n(
|
|
27
|
-
/* @__PURE__ */ r(
|
|
28
|
-
i && /* @__PURE__ */ r(
|
|
30
|
+
const { main: T, side: h, bg: g } = F[o] ?? N;
|
|
31
|
+
if (p)
|
|
32
|
+
return /* @__PURE__ */ n(j, { $bg: g, className: `${O ? "fade-out" : "fade-in"}`, ...d, children: [
|
|
33
|
+
/* @__PURE__ */ r(S, { type: o, $main: T, $side: h }),
|
|
34
|
+
/* @__PURE__ */ n(w, { children: [
|
|
35
|
+
/* @__PURE__ */ r(x, { children: l }),
|
|
36
|
+
i && /* @__PURE__ */ r(I, { children: i })
|
|
29
37
|
] }),
|
|
30
|
-
/* @__PURE__ */ r(
|
|
38
|
+
/* @__PURE__ */ r(M, { size: 20, color: $.m600, onClick: m(c, s, a) })
|
|
31
39
|
] });
|
|
32
40
|
};
|
|
33
41
|
export {
|
|
34
|
-
|
|
42
|
+
b as default
|
|
35
43
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import s from "styled-components";
|
|
3
|
+
const m = s.h1`
|
|
4
4
|
color: ${({ $color: o }) => o};
|
|
5
5
|
font-size: 3.6rem;
|
|
6
|
-
`,
|
|
6
|
+
`, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
f as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import s from "styled-components";
|
|
3
|
+
const m = s.h2`
|
|
4
4
|
color: ${({ $color: o }) => o};
|
|
5
5
|
font-size: 3rem;
|
|
6
|
-
`,
|
|
6
|
+
`, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
f as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import s from "styled-components";
|
|
3
|
+
const m = s.h3`
|
|
4
4
|
color: ${({ $color: o }) => o};
|
|
5
5
|
font-size: 2.4rem;
|
|
6
|
-
`,
|
|
6
|
+
`, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
f as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import s from "styled-components";
|
|
3
|
+
const m = s.h4`
|
|
4
4
|
color: ${({ $color: o }) => o};
|
|
5
5
|
font-size: 1.8rem;
|
|
6
|
-
`,
|
|
6
|
+
`, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
f as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import s from "styled-components";
|
|
3
|
+
const m = s.h5`
|
|
4
4
|
color: ${({ $color: o }) => o};
|
|
5
5
|
font-size: 1.4rem;
|
|
6
|
-
`,
|
|
6
|
+
`, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
f as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import s from "styled-components";
|
|
3
|
+
const m = s.h6`
|
|
4
4
|
color: ${({ $color: o }) => o};
|
|
5
5
|
font-size: 1.2rem;
|
|
6
|
-
`,
|
|
6
|
+
`, f = ({ color: o, children: r, ...t }) => /* @__PURE__ */ e(m, { $color: o, ...t, children: r });
|
|
7
7
|
export {
|
|
8
|
-
|
|
8
|
+
f as default
|
|
9
9
|
};
|
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as f, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as t } from "react";
|
|
3
|
-
import { VideoContainer as
|
|
4
|
-
import { useSpacebarToggle as
|
|
5
|
-
import
|
|
6
|
-
import { useVolumeOverlay as
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
import { VideoContainer as p, Video as c } from "./styles.js";
|
|
4
|
+
import { useSpacebarToggle as h } from "./useSpacebarToggle.js";
|
|
5
|
+
import V from "./components/Volumebar/Volumebar.js";
|
|
6
|
+
import { useVolumeOverlay as g } from "./useVolumeOverlay.js";
|
|
7
|
+
const j = ({
|
|
8
|
+
link: s,
|
|
9
|
+
thumbnail: i,
|
|
10
|
+
width: m = "600",
|
|
11
|
+
borderRadius: u = 8,
|
|
12
|
+
height: l = "auto",
|
|
13
|
+
...n
|
|
14
|
+
}) => {
|
|
15
|
+
const o = t(null), e = t(null), { volume: a, showVolume: d } = g();
|
|
16
|
+
return h(o, e, d), /* @__PURE__ */ f(p, { ref: e, $width: m, $height: l, ...n, children: [
|
|
17
|
+
/* @__PURE__ */ r(c, { $borderRadius: u, ref: o, src: s, poster: i, controls: !0, children: "Your browser does not support the video tag." }),
|
|
18
|
+
/* @__PURE__ */ r(V, { volume: a })
|
|
12
19
|
] });
|
|
13
20
|
};
|
|
14
21
|
export {
|
|
15
|
-
|
|
22
|
+
j as default
|
|
16
23
|
};
|
package/index.js
CHANGED
|
@@ -2,55 +2,57 @@ import { default as a } from "./components/Pagination/Pagination.js";
|
|
|
2
2
|
import { default as t } from "./components/Toast/Toast.js";
|
|
3
3
|
import { default as p } from "./components/Spinner/Spinner.js";
|
|
4
4
|
import { default as l } from "./components/Loader/Loader.js";
|
|
5
|
-
import { default as
|
|
5
|
+
import { default as m } from "./components/PageLoader/PageLoader.js";
|
|
6
6
|
import { default as x } from "./components/OtpInput/OtpInput.js";
|
|
7
7
|
import { default as n } from "./components/Dropdown/Dropdown.js";
|
|
8
8
|
import { default as c } from "./components/Selectbox/Selectbox.js";
|
|
9
|
-
import { default as
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
9
|
+
import { default as g } from "./components/Button/Button.js";
|
|
10
|
+
import { default as S } from "./components/Timer/Timer.js";
|
|
11
|
+
import { default as b } from "./components/Shimmer/Shimmer.js";
|
|
12
12
|
import { default as L } from "./components/VideoPlayer/VideoPlayer.js";
|
|
13
|
-
import { default as w } from "./components/
|
|
14
|
-
import { default as B } from "./components/
|
|
15
|
-
import { default as D } from "./components/Input/
|
|
16
|
-
import { default as G } from "./components/Input/
|
|
17
|
-
import { default as R } from "./components/Input/
|
|
18
|
-
import { default as V } from "./components/Input/
|
|
19
|
-
import { default as q } from "./
|
|
20
|
-
import { default as z } from "./
|
|
21
|
-
import { default as E } from "./
|
|
22
|
-
import { default as K } from "./components/
|
|
23
|
-
import { default as N } from "./components/Typography/Headings/
|
|
24
|
-
import { default as W } from "./components/Typography/Headings/
|
|
25
|
-
import { default as Y } from "./components/Typography/Headings/
|
|
26
|
-
import { default as _ } from "./components/Typography/Headings/
|
|
27
|
-
import { default as
|
|
13
|
+
import { default as w } from "./components/Image/Image.js";
|
|
14
|
+
import { default as B } from "./components/Typography/P/P.js";
|
|
15
|
+
import { default as D } from "./components/Input/Input/Input.js";
|
|
16
|
+
import { default as G } from "./components/Input/Textarea/Textarea.js";
|
|
17
|
+
import { default as R } from "./components/Input/Checkbox/Checkbox.js";
|
|
18
|
+
import { default as V } from "./components/Input/RadioGroup/RadioGroup.js";
|
|
19
|
+
import { default as q } from "./components/Input/FileUploader/FileUploader.js";
|
|
20
|
+
import { default as z } from "./colors/index.js";
|
|
21
|
+
import { default as E } from "./utils/index.js";
|
|
22
|
+
import { default as K } from "./components/Icons/index.js";
|
|
23
|
+
import { default as N } from "./components/Typography/Headings/H1.js";
|
|
24
|
+
import { default as W } from "./components/Typography/Headings/H2.js";
|
|
25
|
+
import { default as Y } from "./components/Typography/Headings/H3.js";
|
|
26
|
+
import { default as _ } from "./components/Typography/Headings/H4.js";
|
|
27
|
+
import { default as ee } from "./components/Typography/Headings/H5.js";
|
|
28
|
+
import { default as ae } from "./components/Typography/Headings/H6.js";
|
|
28
29
|
export {
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
g as Button,
|
|
31
|
+
R as Checkbox,
|
|
31
32
|
n as Dropdown,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
q as FileUploader,
|
|
34
|
+
N as H1,
|
|
35
|
+
W as H2,
|
|
36
|
+
Y as H3,
|
|
37
|
+
_ as H4,
|
|
38
|
+
ee as H5,
|
|
39
|
+
ae as H6,
|
|
40
|
+
w as Image,
|
|
41
|
+
D as Input,
|
|
40
42
|
l as Loader,
|
|
41
43
|
x as OtpInput,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
+
B as P,
|
|
45
|
+
m as PageLoader,
|
|
44
46
|
a as Pagination,
|
|
45
|
-
|
|
47
|
+
V as RadioGroup,
|
|
46
48
|
c as Selectbox,
|
|
47
|
-
|
|
49
|
+
b as Shimmer,
|
|
48
50
|
p as Spinner,
|
|
49
|
-
|
|
50
|
-
|
|
51
|
+
G as Textarea,
|
|
52
|
+
S as Timer,
|
|
51
53
|
t as Toast,
|
|
52
54
|
L as VideoPlayer,
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
55
|
+
z as colors,
|
|
56
|
+
K as icons,
|
|
57
|
+
E as utils
|
|
56
58
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meticulous-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "A comprehensive React UI component library with a wide range of customizable components, icons, colors, and utilities for building modern web applications.",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -43,6 +43,8 @@
|
|
|
43
43
|
"textarea",
|
|
44
44
|
"checkbox",
|
|
45
45
|
"radio",
|
|
46
|
+
"image",
|
|
47
|
+
"video-player",
|
|
46
48
|
"file-uploader",
|
|
47
49
|
"notification",
|
|
48
50
|
"dropdown",
|